16 lines
377 B
XML
16 lines
377 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.5" fill="#E95460" />
|
||
|
<path
|
||
|
fill="#fff"
|
||
|
fill-rule="evenodd"
|
||
|
d="m10 10.849 2.05 2.05.849-.848-2.05-2.05 2.05-2.052-.848-.848L10 9.15l-2.05-2.05-.85.848L9.152 10l-2.05 2.05.849.85L10 10.848Z"
|
||
|
clip-rule="evenodd"
|
||
|
/>
|
||
|
</svg>
|