15 lines
333 B
XML
15 lines
333 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="16"
|
|
height="16"
|
|
fill="none"
|
|
viewBox="0 0 16 16"
|
|
>
|
|
<path
|
|
fill="currentColor"
|
|
fill-rule="evenodd"
|
|
d="m8 8.848 3.576 3.576.848-.848L8.848 8l3.576-3.576-.848-.848L8 7.15 4.424 3.576l-.848.848L7.15 8l-3.575 3.576.848.848L8 8.848Z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
</svg>
|