23 lines
572 B
XML
23 lines
572 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_1073_30)">
|
||
|
<circle cx="6" cy="6" r="6" fill="#647084" />
|
||
|
<path
|
||
|
fill="#fff"
|
||
|
fill-rule="evenodd"
|
||
|
d="m6 6.778 1.861 1.86.778-.777L6.778 6l1.86-1.861-.777-.778L6 5.222l-1.861-1.86-.778.777L5.222 6l-1.86 1.861.777.778L6 6.778Z"
|
||
|
clip-rule="evenodd"
|
||
|
/>
|
||
|
</g>
|
||
|
<defs>
|
||
|
<clipPath id="prefix__clip0_1073_30">
|
||
|
<rect width="12" height="12" fill="#fff" rx="6" />
|
||
|
</clipPath>
|
||
|
</defs>
|
||
|
</svg>
|