Evan Reichard
756db7a493
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
555 B
XML
16 lines
555 B
XML
<svg
|
|
width="{{ or .Size 24 }}"
|
|
height="{{ or .Size 24 }}"
|
|
|
|
viewBox="0 0 24 24"
|
|
fill="currentColor"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<rect width="24" height="24" fill="none" />
|
|
<path
|
|
fill-rule="evenodd"
|
|
clip-rule="evenodd"
|
|
d="M10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18C11.8487 18 13.551 17.3729 14.9056 16.3199L20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L16.3199 14.9056C17.3729 13.551 18 11.8487 18 10C18 5.58172 14.4183 2 10 2Z"
|
|
/>
|
|
</svg>
|