16 lines
334 B
XML
16 lines
334 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="20"
|
|
fill="none"
|
|
viewBox="0 0 20 20"
|
|
>
|
|
<circle cx="10" cy="10" r="7" stroke="#A1ABBD" stroke-width="1.2" />
|
|
<path
|
|
fill="#09101C"
|
|
fill-rule="evenodd"
|
|
d="M10.6 9.4V6.5H9.4v2.9H6.5v1.2h2.9v2.9h1.2v-2.9h2.9V9.4h-2.9Z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
</svg>
|