10 lines
188 B
XML
10 lines
188 B
XML
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="16"
|
||
|
height="16"
|
||
|
fill="none"
|
||
|
viewBox="0 0 16 16"
|
||
|
>
|
||
|
<path stroke="currentColor" stroke-width="1.2" d="M4 9.5 7 12l6-8.5" />
|
||
|
</svg>
|