Skip to content

Commit

Permalink
Add Telegram social media icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Mar 20, 2024
1 parent a3920c5 commit e0c696d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/lib/components/molecules/Socials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import FacebookIcon from '$lib/icons/socials/facebook.svelte';
import TikTokIcon from '$lib/icons/socials/tiktok.svelte';
import BlueskyIcon from '$lib/icons/socials/bluesky.svelte';
import TelegramIcon from '$lib/icons/socials/telegram.svelte';
</script>

<div class="socials">
Expand All @@ -19,6 +20,14 @@
>
<DiscordIcon />
</a>
<a
href="https://t.me/languageXapp"
target="_blank"
rel="noopener noreferrer"
title="Join our Telegram Channel"
>
<TelegramIcon />
</a>
<a
href="https://tiktok.com/@languageXapp"
target="_blank"
Expand Down
3 changes: 3 additions & 0 deletions src/lib/icons/socials/telegram.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 5L2 12.5L9 13.5M21 5L18.5 20L9 13.5M21 5L9 13.5M9 13.5V19L12.2488 15.7229" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

0 comments on commit e0c696d

Please sign in to comment.