e5c1d0e637
Change-Id: Ief7edfe7e3ff3a0a1ec24b4dc106bdeee5d0f8ff Signed-off-by: Henry Castro <hcastro@collabora.com>
30 lines
913 B
XML
30 lines
913 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--area-color"
|
|
fill="#fafafa"
|
|
stroke="#3a3a38"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="m 2.5,4.5 h 19 v 15 h -19 z" />
|
|
</g>
|
|
<g
|
|
class="icn icn--area-color"
|
|
fill="#797774"
|
|
stroke="#3a3a38"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="m 5.5,7.5 h 13 v 1 h -13 z" />
|
|
</g>
|
|
<g id="background"
|
|
class="icn icn--secondary-line-color"
|
|
fill="none"
|
|
stroke="#797774"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M 5.5 11.5 L 5.5 12.5 L 6.5 12.5 L 6.5 11.5 L 5.5 11.5 z M 8.5 11.5 L 18.5 11.5 L 8.5 11.5 z M 5.5 15.5 L 5.5 16.5 L 6.5 16.5 L 6.5 15.5 L 5.5 15.5 z M 8.5 15.5 L 17.5 15.5 L 8.5 15.5 z " />
|
|
</g>
|
|
</svg>
|