Added glabels zoom icons.

This commit is contained in:
Jim Evins
2017-02-05 22:19:11 -05:00
parent 7736f9c1e4
commit 55285405c2
17 changed files with 236 additions and 36 deletions
@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 1,1 1,4 2,4 2,2 4,2 4,1 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 12,1 12,2 14,2 14,4 15,4 15,1 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 12,14 12,15 15,15 15,12 14,12 14,14 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 1,12 1,15 4,15 4,14 2,14 2,12 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 7,4 7,7 4,7 4,9 7,9 7,12 9,12 9,9 12,9 12,7 9,7 9,4 Z" />
</svg>

After

Width:  |  Height:  |  Size: 699 B