mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-26 01:09:02 -05:00
24 lines
1018 B
XML
24 lines
1018 B
XML
export function BubbleBlower() {
|
|
return (
|
|
<svg
|
|
className="special-icon-svg special-icon12-svg"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
viewBox="0 0 107.96 107.96"
|
|
>
|
|
<g>
|
|
<circle className="bg1" cx="71.64" cy="95.08" r="5.39"></circle>
|
|
<path
|
|
className="gr1"
|
|
d="M14.27 87.1c2.55.88 6.31-1.36 7.79-4.53s13.08-20.71 17.57-23.33c2.45-1.43 5.27-1.79 10.37-3 5.31-1.25 20.24-.53 30.61-5.16 12.13-5.41 13.51-26.86 5.14-37.6-6.71-8.61-14.41-7-24.37-1.11-12.15 7.24-20 16.93-22.63 29.09a75.49 75.49 0 0 1-5.21 14.78C32.36 59 18.69 76.23 15 78.92s-3.28 7.3-.73 8.18z"
|
|
></path>
|
|
<path
|
|
className="bg1"
|
|
d="M55.8 20.26c3.8-3.16 17.52-13.11 23.83-5.89 5.15 5.9 8.27 23.68 1.76 30s-21.89 7.34-30.27 7.25-9.35-5-7.84-12.91 8.2-14.86 12.52-18.45z"
|
|
></path>
|
|
<circle className="bg1" cx="63.09" cy="69.4" r="11.9"></circle>
|
|
<circle className="bg1" cx="88.6" cy="75.74" r="8.94"></circle>
|
|
</g>
|
|
</svg>
|
|
);
|
|
}
|