f05769b7c2
By default all Statusbar icons use blue1-txt-primary-color instead of use green0-txt-primary-color, yellow0-txt-primary-color and orange1-txt-primary-color hue-rotate svg filter was used. -> Simplify codebase Signed-off-by: Andreas-Kainz <kainz.a@gmail.com> Change-Id: I5f675c25b4711c2ecc2c04612b3a95682dc17ad9
28 lines
971 B
XML
28 lines
971 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"
|
|
fill="#63BBEE"
|
|
stroke="#0369A3"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="m 2.5,2.5 h 19 v 19 h -19 z" />
|
|
<path d="m 3.5,2.5 v 9 h 17 v -9 z m 3,12 v 7 h 12 v -7 z" />
|
|
<path d="m 10.5,16.5 h 1 v 5 h -1 z" />
|
|
</g>
|
|
<g id="background"
|
|
class="icn icn--area-color"
|
|
fill="#fafafa"
|
|
>
|
|
<path d="M 5,3 C 4.446,3 4,3.446 4,4 v 6 c 0,0.554 0.446,1 1,1 h 14 c 0.554,0 1,-0.446 1,-1 V 4 C 20,3.446 19.554,3 19,3 Z m 3,12 c -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 h 9 c 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 z" />
|
|
</g>
|
|
<g id="background"
|
|
class="icn icn--highlight-color"
|
|
fill="#63BBEE"
|
|
stroke="#0369A3"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="m 10.5,16.5 h 1 v 5 h -1 z" />
|
|
</g>
|
|
</svg>
|