
* chore: updates for new validator package and landing-page app * docs: update packages examples * chore: bump patch, update docs
53 lines
1.4 KiB
XML
53 lines
1.4 KiB
XML
<!-- source: https://github.com/basmilius/weather-icons -->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
viewBox="0 0 512 512"
|
|
>
|
|
<defs>
|
|
<linearGradient
|
|
id="a"
|
|
x1="149.99"
|
|
y1="119.24"
|
|
x2="234.01"
|
|
y2="264.76"
|
|
gradientUnits="userSpaceOnUse"
|
|
>
|
|
<stop offset="0" stop-color="currentColor" />
|
|
<stop offset="0.45" stop-color="currentColor" />
|
|
<stop offset="1" stop-color="currentColor" />
|
|
</linearGradient>
|
|
<symbol id="b" viewBox="0 0 384 384">
|
|
<!-- core -->
|
|
<circle
|
|
cx="192"
|
|
cy="192"
|
|
r="84"
|
|
stroke="currentColor"
|
|
stroke-miterlimit="10"
|
|
stroke-width="6"
|
|
fill="url(#a)"
|
|
/>
|
|
|
|
<!-- rays -->
|
|
<path
|
|
d="M192,61.66V12m0,360V322.34M284.17,99.83l35.11-35.11M64.72,319.28l35.11-35.11m0-184.34L64.72,64.72M319.28,319.28l-35.11-35.11M61.66,192H12m360,0H322.34"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-linecap="round"
|
|
stroke-miterlimit="10"
|
|
stroke-width="24"
|
|
>
|
|
<animateTransform
|
|
attributeName="transform"
|
|
additive="sum"
|
|
type="rotate"
|
|
values="0 192 192; 45 192 192"
|
|
dur="6s"
|
|
repeatCount="indefinite"
|
|
/>
|
|
</path>
|
|
</symbol>
|
|
</defs>
|
|
<use width="384" height="384" transform="translate(64 64)" xlink:href="#b" />
|
|
</svg>
|