Updated some of the built-in drawing icons.

This commit is contained in:
Jim Evins
2017-01-22 20:18:45 -05:00
parent b797d13e40
commit 6dc9642051
25 changed files with 183 additions and 19 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 B

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" >
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 8,6 8,18 12,14 18,14 Z" />
</svg>

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 B

@@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" >
<rect x="4" y="5" width="1" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="6" y="5" width="2" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="9" y="5" width="3" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="13" y="5" width="1" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="15" y="5" width="1" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="17" y="5" width="2" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="20" y="5" width="1" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
</svg>

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" >
<rect
style="fill:#f6e04a;fill-opacity:1;stroke:#333333;stroke-width:1;stroke-opacity:1"
width="15" height="15" x="4.5" y="4.5" />
</svg>

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 744 B

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" >
<circle
style="fill:#f6e04a;fill-opacity:1;stroke:#333333;stroke-width:1;stroke-opacity:1"
r="8" cx="11.5" cy="11.5" />
</svg>

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 B

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" >
<rect x="3.5" y="3.5" width="17" height="17"
style="fill:none;stroke:#333333;stroke-width:1;stroke-opacity:1" />
<path d="M 10,9 5,19 10,19 19,19 15,12 13,15 Z "
style="fill:#65a9f2;fill-opacity:1;stroke:none" />
<circle r="2" cx="15" cy="8"
style="fill:#fc8200;fill-opacity:1;stroke:none" />
</svg>

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" >
<line
style="stroke:#333333;stroke-width:1.5;stroke-opacity:1"
x1="3.5" y1="20.5" x2="20.5" y2="3.5" />
</svg>

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 B

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="24" width="24" >
<path
style="fill:#333333;fill-opacity:1"
d="M 9,20 9,19 11,19 11,5 7,5 6,8 5,8 5,4 20,4 20,8 19,8 18,5 14,5 14,19 16,19 16,20 10,20 z" />
</svg>

After

Width:  |  Height:  |  Size: 245 B