12 lines
271 B
XML
12 lines
271 B
XML
<?xml-stylesheet type="text/css" href="icons.css" ?>
|
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
fill="none"
|
|
stroke="#18ab50"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
stroke-width="2"
|
|
d="M 3,16 9,21 21,3"
|
|
/>
|
|
</svg>
|