22 lines
425 B
XML
22 lines
425 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="12"
|
|
height="12"
|
|
fill="none"
|
|
viewBox="0 0 12 12"
|
|
>
|
|
<g
|
|
stroke="#647084"
|
|
stroke-width="1.1"
|
|
clip-path="url(#prefix__clip0_3271_991)"
|
|
>
|
|
<circle cx="6" cy="6" r="5.45" opacity=".4" />
|
|
<path d="M8 7.5 6 6V3.5" />
|
|
</g>
|
|
<defs>
|
|
<clipPath id="prefix__clip0_3271_991">
|
|
<path fill="#fff" d="M0 0h12v12H0z" />
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|