18 lines
431 B
XML
18 lines
431 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="16"
|
|
height="16"
|
|
fill="none"
|
|
viewBox="0 0 16 16"
|
|
>
|
|
<g stroke-width="1.2" clip-path="url(#prefix__clip0_2403_847)">
|
|
<circle cx="8" cy="8" r="6.5" stroke="#F0F2F5" />
|
|
<path stroke="currentColor" d="M8 1.5A6.5 6.5 0 0 1 14.5 8" />
|
|
</g>
|
|
<defs>
|
|
<clipPath id="prefix__clip0_2403_847">
|
|
<path fill="#fff" d="M0 0h16v16H0z" />
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|