22 lines
600 B
XML
22 lines
600 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_7348_19)">
|
|
<path
|
|
fill="currentColor"
|
|
fill-rule="evenodd"
|
|
d="M6 10.9a4.9 4.9 0 1 0 0-9.8 4.9 4.9 0 0 0 0 9.8ZM6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12Zm-.778-6-1.61-1.611.777-.778L6 5.222l1.611-1.61.778.777L6.778 6l1.61 1.611-.777.778L6 6.778l-1.611 1.61-.778-.777L5.222 6Z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="prefix__clip0_7348_19">
|
|
<path fill="#fff" d="M0 0h12v12H0z" />
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|