Updated glabels, file-save and file-save-as icons.

This commit is contained in:
Jim Evins
2017-02-25 15:54:13 -05:00
parent f82a50d585
commit 030f9eb5e0
18 changed files with 230 additions and 778 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 669 B

+43
View File
@@ -0,0 +1,43 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<defs>
<linearGradient id="a" x1="0" x2="0" y1="16" y2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#bd8d48"/>
<stop offset="1" stop-color="#e8b971"/>
</linearGradient>
<linearGradient id="b" x1="0" x2="16" y1="0" y2="16" gradientUnits="userSpaceOnUse">
<stop stop-color="#333333" stop-opacity="0.5" />
<stop offset="1" stop-opacity="0.125"/>
</linearGradient>
<linearGradient id="c" x1="0" x2="16" y1="0" y2="16" gradientUnits="userSpaceOnUse">
<stop stop-color="#ffffff"/>
<stop offset="1" stop-color="#e0e0e0"/>
</linearGradient>
</defs>
<g>
<rect fill="url(#a)" x="0" y="0" width="16" height="16" />
<rect fill="#a77734" x="0" y="15" width="16" height="1" />
<rect fill="url(#b)" x="2" y="2" width="6" height="4" />
<rect fill="url(#b)" x="10" y="2" width="6" height="4" />
<rect fill="url(#b)" x="2" y="7" width="6" height="4" />
<rect fill="url(#b)" x="10" y="7" width="6" height="4" />
<rect fill="url(#b)" x="2" y="12" width="6" height="4" />
<rect fill="url(#b)" x="10" y="12" width="6" height="4" />
<rect fill="url(#c)" x="1" y="1" width="6" height="4" />
<rect fill="url(#c)" x="9" y="1" width="6" height="4" />
<rect fill="url(#c)" x="1" y="6" width="6" height="4" />
<rect fill="url(#c)" x="9" y="6" width="6" height="4" />
<rect fill="url(#c)" x="1" y="11" width="6" height="4" />
<rect fill="url(#c)" x="9" y="11" width="6" height="4" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB