Change Buesky icon

This commit is contained in:
2024-02-05 18:57:59 +01:00
parent ed4bf1d904
commit 47306f5c7b
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
import {SvgIcon} from '@mui/material'
export default function BlueskyIcon(props) {
return (
<SvgIcon {...props}>
<path d='M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364.136-.02.275-.039.415-.056-.138.022-.276.04-.415.056-3.912.58-7.387 2.005-2.83 7.078 5.013 5.19 6.87-1.113 7.823-4.308.953 3.195 2.05 9.271 7.733 4.308 4.267-4.308 1.172-6.498-2.74-7.078a8.741 8.741 0 0 1-.415-.056c.14.017.279.036.415.056 2.67.297 5.568-.628 6.383-3.364.246-.828.624-5.79.624-6.478 0-.69-.139-1.861-.902-2.206-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8Z' /> </SvgIcon>
)
}
+2 -2
View File
@@ -1,11 +1,11 @@
import YouTubeIcon from '@mui/icons-material/YouTube' import YouTubeIcon from '@mui/icons-material/YouTube'
import TelegramIcon from '@mui/icons-material/Telegram' import TelegramIcon from '@mui/icons-material/Telegram'
import SquareRoundedIcon from '@mui/icons-material/SquareRounded'
import PeertubeIcon from './icons/peertube' import PeertubeIcon from './icons/peertube'
import XmppIcon from './icons/xmpp' import XmppIcon from './icons/xmpp'
import XIcon from './icons/x' import XIcon from './icons/x'
import CodebergIcon from './icons/codeberg' import CodebergIcon from './icons/codeberg'
import BlueskyIcon from './icons/bluesky'
const codebergURL = process.env.NEXT_PUBLIC_CODEBERG || 'https://codeberg.org/OKI' const codebergURL = process.env.NEXT_PUBLIC_CODEBERG || 'https://codeberg.org/OKI'
const blueskyUrl = process.env.NEXT_PUBLIC_BLUESKY_URL || 'https://bsky.app/profile/organisationka.bsky.social' const blueskyUrl = process.env.NEXT_PUBLIC_BLUESKY_URL || 'https://bsky.app/profile/organisationka.bsky.social'
@@ -24,7 +24,7 @@ export const rezoLis = [
{ {
tit: 'Bluesky', tit: 'Bluesky',
lyen: blueskyUrl, lyen: blueskyUrl,
icon: <SquareRoundedIcon /> icon: <BlueskyIcon />
}, },
{ {
tit: 'XMPP', tit: 'XMPP',