Provide SVG version of Shelly logo (#2396)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>pull/2399/head
parent
5dcfc00f08
commit
4f4231a777
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
|
@ -0,0 +1,9 @@
|
|||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" height="512" width="512">
|
||||
<defs>
|
||||
<linearGradient id="blueGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#479dd8;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#68bbef;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path d="M12 0C5.373 0 0 5.373 0 12a12 12 0 0 0 0.033 0.88c1.07 -0.443 2.495 -0.679 4.322 -0.679h5.762c-0.167 0.61 -0.548 1.087 -1.142 1.436 -0.532 0.308 -1.14 0.463 -1.823 0.463h-0.927c-0.89 0 -1.663 0.154 -2.32 0.463 -0.859 0.403 -1.286 1 -1.286 1.789 0 0.893 0.59 1.594 1.774 2.1a7.423 7.423 0 0 0 2.927 0.581c1.318 0 2.416 -0.29 3.297 -0.867 1.024 -0.664 1.535 -1.616 1.535 -2.857 0 -0.854 -0.325 -2.08 -0.976 -3.676 -0.65 -1.597 -0.975 -2.837 -0.975 -3.723 0 -2.79 2.305 -4.233 6.916 -4.324 0.641 -0.01 1.337 -0.005 1.916 -0.004 0.593 0 1.144 0.05 1.66 0.147A12 12 0 0 0 12 0zm4.758 5.691c-1.206 0 -1.809 0.502 -1.809 1.506 0 0.514 0.356 1.665 1.067 3.451 0.71 1.787 1.064 3.186 1.064 4.198 0 2.166 -1.202 3.791 -3.607 4.875 -1.794 0.797 -3.892 1.197 -6.297 1.197 -1.268 0 -2.442 -0.114 -3.543 -0.316A12 12 0 0 0 12 24c6.627 0 12 -5.373 12 -12a12 12 0 0 0 -0.781 -4.256 3.404 3.404 0 0 1 -0.832 0.77h-4.371l1.425 -2.828a299.94 299.94 0 0 0 -2.683 0.005Z" fill="url(#blueGradient)" stroke-width="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue