2021-09-19 16:57:37 -05:00
|
|
|
<?xml-stylesheet type="text/css" href="icons.css" ?>
|
|
|
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
2021-09-20 17:07:45 -05:00
|
|
|
<path
|
|
|
|
fill="none"
|
2021-09-19 16:57:37 -05:00
|
|
|
stroke="#fafafa"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-linejoin="round"
|
|
|
|
stroke-width="2"
|
2021-09-20 17:07:45 -05:00
|
|
|
d="M 3,16 9,21 21,3"
|
2021-09-19 16:57:37 -05:00
|
|
|
/>
|
|
|
|
</svg>
|