18 lines
414 B
XML
18 lines
414 B
XML
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="12"
|
||
|
height="12"
|
||
|
fill="none"
|
||
|
viewBox="0 0 12 12"
|
||
|
>
|
||
|
<g clip-path="url(#prefix__clip0_145_49)">
|
||
|
<circle cx="6" cy="6" r="6" fill="#E7EAEE" />
|
||
|
<path stroke="currentColor" stroke-width="1.1" d="M3.5 7 6 4.5 8.5 7" />
|
||
|
</g>
|
||
|
<defs>
|
||
|
<clipPath id="prefix__clip0_145_49">
|
||
|
<path fill="#fff" d="M0 0h12v12H0z" />
|
||
|
</clipPath>
|
||
|
</defs>
|
||
|
</svg>
|