File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
website/src/theme/Icon/Socials/Bluesky Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ import type { SVGProps , ReactNode } from 'react' ;
2+
3+ // SVG Source: https://svgl.app/
4+ function Bluesky ( props : SVGProps < SVGSVGElement > ) : ReactNode {
5+ return (
6+ < svg
7+ xmlns = "http://www.w3.org/2000/svg"
8+ width = "1em"
9+ height = "1em"
10+ preserveAspectRatio = "xMidYMid"
11+ viewBox = "0 0 256 226"
12+ { ...props } >
13+ < path d = "M55.491 15.172c29.35 22.035 60.917 66.712 72.509 90.686 11.592-23.974 43.159-68.651 72.509-90.686C221.686-.727 256-13.028 256 26.116c0 7.818-4.482 65.674-7.111 75.068-9.138 32.654-42.436 40.983-72.057 35.942 51.775 8.812 64.946 38 36.501 67.187-54.021 55.433-77.644-13.908-83.696-31.676-1.11-3.257-1.63-4.78-1.637-3.485-.008-1.296-.527.228-1.637 3.485-6.052 17.768-29.675 87.11-83.696 31.676-28.445-29.187-15.274-58.375 36.5-67.187-29.62 5.041-62.918-3.288-72.056-35.942C4.482 91.79 0 33.934 0 26.116 0-13.028 34.314-.727 55.491 15.172Z" />
14+ </ svg >
15+ ) ;
16+ }
17+ export default Bluesky ;
You can’t perform that action at this time.
0 commit comments