10 lines
185 B
XML
10 lines
185 B
XML
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="12"
|
||
|
height="12"
|
||
|
fill="none"
|
||
|
viewBox="0 0 12 12"
|
||
|
>
|
||
|
<path stroke="currentColor" stroke-width="1.1" d="m4.5 3 3 3-3 3" />
|
||
|
</svg>
|