blob: fd60d3a64c4d9e11c4d1e5ea7a92c3a1309bcec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml-stylesheet type="text/css" href="icons.css" ?>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
class="icn icn--line-color"
d="M 2.5 3.5 L 21.5 3.5 L 2.5 3.5 z M 2.5 6.5 L 21.5 6.5 L 2.5 6.5 z M 2.5 9.5 L 21.5 9.5 L 2.5 9.5 z M 2.5 12.5 L 21.5 12.5 L 2.5 12.5 z M 2.5 15.5 L 21.5 15.5 L 2.5 15.5 z M 2.5 18.5 L 21.5 18.5 L 2.5 18.5 z M 2.5 21.5 L 21.5 21.5 L 2.5 21.5 z "
stroke="#3a3a38"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
class="icn icn--highlight-color"
d="m 7.5,8.5 h 9 v 8 h -9 z"
fill="#83beec"
stroke="#1e8bcd"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|