2021-12-04 11:52:28 -06:00
|
|
|
<?xml-stylesheet type="text/css" href="icons.css" ?>
|
2021-12-04 14:56:29 -06:00
|
|
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
2021-12-04 11:52:28 -06:00
|
|
|
<g id="background"
|
|
|
|
class="icn icn--text-color"
|
|
|
|
fill="none"
|
|
|
|
stroke="#696969"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-linejoin="round"
|
2021-12-04 14:56:29 -06:00
|
|
|
stroke-width="2"
|
2021-12-04 11:52:28 -06:00
|
|
|
>
|
2021-12-04 14:56:29 -06:00
|
|
|
<path d="M 12,19 V 5" />
|
|
|
|
<path d="M 5,12 H 19" />
|
2021-12-04 11:52:28 -06:00
|
|
|
</g>
|
|
|
|
</svg>
|