8f69c5b2b8
icon - hamburger menu use --color-main-text - so all stuff in the header area use the same color Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: Id3361c0f58d5ce12bd1d312bd7aa303fe2071282
15 lines
447 B
XML
15 lines
447 B
XML
<?xml-stylesheet type="text/css" href="icons.css" ?>
|
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M 3,3 H 21"
|
|
style="stroke:#333333;stroke-width:2;stroke-linecap:round"
|
|
/>
|
|
<path
|
|
d="M 3,12 H 21"
|
|
style="stroke:#333333;stroke-width:2;stroke-linecap:round"
|
|
/>
|
|
<path
|
|
d="M 3,21 H 21"
|
|
style="stroke:#333333;stroke-width:2;stroke-linecap:round"
|
|
/>
|
|
</svg>
|