personal site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: bluesky icon

serenity c09b2e0b a17787eb

+20
+20
src/components/Icons/TablerBrandBluesky.astro
··· 1 + --- 2 + const props = Astro.props; 3 + --- 4 + 5 + <svg 6 + xmlns="http://www.w3.org/2000/svg" 7 + width="1em" 8 + height="1em" 9 + viewBox="0 0 24 24" 10 + {...props} 11 + ><!-- Icon from Tabler Icons by Paweł Kuna - https://github.com/tabler/tabler-icons/blob/master/LICENSE --> 12 + <path 13 + fill="none" 14 + stroke="currentColor" 15 + stroke-linecap="round" 16 + stroke-linejoin="round" 17 + stroke-width="2" 18 + d="M6.335 5.144C4.681 3.945 2 3.017 2 5.97c0 .59.35 4.953.556 5.661C3.269 14.094 5.686 14.381 8 14c-4.045.665-4.889 3.208-2.667 5.41C6.363 20.428 7.246 21 8 21c2 0 3.134-2.769 3.5-3.5q.5-1 .5-1.5q0 .5.5 1.5c.366.731 1.5 3.5 3.5 3.5c.754 0 1.637-.571 2.667-1.59C20.889 17.207 20.045 14.664 16 14c2.314.38 4.73.094 5.444-2.369c.206-.708.556-5.072.556-5.661c0-2.953-2.68-2.025-4.335-.826C15.372 6.806 12.905 10.192 12 12c-.905-1.808-3.372-5.194-5.665-6.856" 19 + ></path></svg 20 + >