feat: update bluesky logo
This commit is contained in:
parent
166e65b8a6
commit
372f900546
3 changed files with 10 additions and 11 deletions
7
src/assets/icons/IconBluesky.vue
Normal file
7
src/assets/icons/IconBluesky.vue
Normal file
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 568 501">
|
||||
<path
|
||||
d="M123.121 33.664C188.241 82.553 258.281 181.68 284 234.873c25.719-53.192 95.759-152.32 160.879-201.21C491.866-1.611 568-28.906 568 57.947c0 17.346-9.945 145.713-15.778 166.555-20.275 72.453-94.155 90.933-159.875 79.748C507.222 323.8 536.444 388.56 473.333 453.32c-119.86 122.992-172.272-30.859-185.702-70.281-2.462-7.227-3.614-10.608-3.631-7.733-.017-2.875-1.169.506-3.631 7.733-13.43 39.422-65.842 193.273-185.702 70.281-63.111-64.76-33.89-129.52 80.986-149.071-65.72 11.185-139.6-7.295-159.875-79.748C9.945 203.659 0 75.291 0 57.946 0-28.906 76.135-1.612 123.121 33.664Z"
|
||||
></path>
|
||||
</svg>
|
||||
</template>
|
|
@ -1,8 +0,0 @@
|
|||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
|
||||
<!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
|
||||
<path
|
||||
d="M0 336c0 79.5 64.5 144 144 144H512c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z"
|
||||
/>
|
||||
</svg>
|
||||
</template>
|
|
@ -10,7 +10,7 @@ import SoFurry from '@/assets/icons/IconSoFurry.vue'
|
|||
import FurryNetwork from '@/assets/icons/IconFurryNetwork.vue'
|
||||
import Mastodon from '@/assets/icons/IconMastodon.vue'
|
||||
import Twitter from '@/assets/icons/IconTwitter.vue'
|
||||
import Bluesky from '@/assets/icons/IconCloud.vue'
|
||||
import Bluesky from '@/assets/icons/IconBluesky.vue'
|
||||
import Reddit from '@/assets/icons/IconReddit.vue'
|
||||
import Itaku from '@/assets/icons/IconItaku.vue'
|
||||
import Pillowfort from '@/assets/icons/IconPillowfort.vue'
|
||||
|
@ -78,7 +78,7 @@ const noHello = ref(false)
|
|||
href="https://twitter.com/SebinNyshkim"
|
||||
:icon="Twitter"
|
||||
style="--color: #1da1f2"
|
||||
/>
|
||||
/>
|
||||
<IconLink
|
||||
title="Reddit"
|
||||
href="https://www.reddit.com/user/SebinNyshkim"
|
||||
|
@ -143,7 +143,7 @@ const noHello = ref(false)
|
|||
href="https://matrix.to/#/@SebinNyshkim:chat.sebin-nyshkim.net"
|
||||
:icon="Matrix"
|
||||
style="--color: #fff"
|
||||
/>
|
||||
/>
|
||||
</IconLinkList>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue