55f0155b03
2px thick lines same as other icons in the statusbar Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I08d493038047be16af4c8f4a12cdb22684decf11
14 lines
369 B
XML
14 lines
369 B
XML
<?xml-stylesheet type="text/css" href="icons.css" ?>
|
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
<g id="background"
|
|
class="icn icn--text-color"
|
|
fill="none"
|
|
stroke="#696969"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
stroke-width="2"
|
|
>
|
|
<path d="m 18,5 -8,7 8,7" />
|
|
<path d="M 6,5 V 19" />
|
|
</g>
|
|
</svg>
|