Updated glabels, file-save and file-save-as icons.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="22" height="22" >
|
||||
|
||||
<path
|
||||
style="fill:#333333;fill-opacity:1;stroke:none"
|
||||
style="fill:#516aea;fill-opacity:1;stroke:none"
|
||||
d="M 3,3 3,17 5,19 19,19 19,3 Z" />
|
||||
|
||||
<rect
|
||||
@@ -13,7 +13,7 @@
|
||||
height="5" width="7" x="7" y="13" />
|
||||
|
||||
<rect
|
||||
style="fill:#333333;fill-opacity:1;stroke:none"
|
||||
style="fill:#516aea;fill-opacity:1;stroke:none"
|
||||
height="3" width="2" x="9" y="14" />
|
||||
|
||||
<path
|
||||
|
||||
|
Before Width: | Height: | Size: 638 B After Width: | Height: | Size: 638 B |
@@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="22" height="22" >
|
||||
|
||||
<path
|
||||
style="fill:#333333;fill-opacity:1;stroke:none"
|
||||
style="fill:#516aea;fill-opacity:1;stroke:none"
|
||||
d="M 3,3 3,17 5,19 19,19 19,3 Z" />
|
||||
|
||||
<rect
|
||||
@@ -13,7 +13,7 @@
|
||||
height="5" width="7" x="7" y="13" />
|
||||
|
||||
<rect
|
||||
style="fill:#333333;fill-opacity:1;stroke:none"
|
||||
style="fill:#516aea;fill-opacity:1;stroke:none"
|
||||
height="3" width="2" x="9" y="14" />
|
||||
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 502 B |
@@ -0,0 +1,43 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22">
|
||||
|
||||
<defs>
|
||||
|
||||
<linearGradient id="a" x1="0" x2="0" y1="18" y2="0" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#bd8d48"/>
|
||||
<stop offset="1" stop-color="#e8b971"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="b" x1="0" x2="18" y1="0" y2="18" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#333333" stop-opacity="0.5" />
|
||||
<stop offset="1" stop-opacity="0.125"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="c" x1="0" x2="18" y1="0" y2="18" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ffffff"/>
|
||||
<stop offset="1" stop-color="#e0e0e0"/>
|
||||
</linearGradient>
|
||||
|
||||
</defs>
|
||||
|
||||
<g transform="translate(2 2)">
|
||||
|
||||
<rect fill="url(#a)" x="0" y="0" width="18" height="18" />
|
||||
<rect fill="#a77734" x="0" y="17" width="18" height="1" />
|
||||
|
||||
<rect fill="url(#b)" x="3" y="3" width="6" height="4" />
|
||||
<rect fill="url(#b)" x="11" y="3" width="6" height="4" />
|
||||
<rect fill="url(#b)" x="3" y="8" width="6" height="4" />
|
||||
<rect fill="url(#b)" x="11" y="8" width="6" height="4" />
|
||||
<rect fill="url(#b)" x="3" y="13" width="6" height="4" />
|
||||
<rect fill="url(#b)" x="11" y="13" width="6" height="4" />
|
||||
|
||||
<rect fill="url(#c)" x="2" y="2" width="6" height="4" />
|
||||
<rect fill="url(#c)" x="10" y="2" width="6" height="4" />
|
||||
<rect fill="url(#c)" x="2" y="7" width="6" height="4" />
|
||||
<rect fill="url(#c)" x="10" y="7" width="6" height="4" />
|
||||
<rect fill="url(#c)" x="2" y="12" width="6" height="4" />
|
||||
<rect fill="url(#c)" x="10" y="12" width="6" height="4" />
|
||||
|
||||
</g>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user