Added missing files from last commit.

This commit is contained in:
Jim Evins
2017-02-02 22:52:26 -05:00
parent 851ddabc40
commit 7736f9c1e4
7 changed files with 69 additions and 0 deletions
@@ -0,0 +1,11 @@
<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 5,4 5,12 7.5,9 12,9 Z" />
<line
style="stroke:#333333;stroke-width:2;stroke-opacity:1"
x1="7" y1="8" x2="10" y2="14" />
</svg>

After

Width:  |  Height:  |  Size: 308 B

@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<rect x="2" y="1" width="1" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="4" y="1" width="2" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="7" y="1" width="3" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="11" y="1" width="1" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
<rect x="13" y="1" width="1" height="14"
style="fill:#333333;fill-opacity:1;stroke:none" />
</svg>

After

Width:  |  Height:  |  Size: 584 B

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

After

Width:  |  Height:  |  Size: 231 B

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

After

Width:  |  Height:  |  Size: 214 B

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

After

Width:  |  Height:  |  Size: 402 B

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

After

Width:  |  Height:  |  Size: 204 B

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16" width="16" >
<path
style="fill:#333333;fill-opacity:1"
d="M 6,14 6,13 7,13 7,3 4,3 4,5 3,5 3,2 13,2 13,5 12,5 12,3 9,3 9,13 10,13 10,14 Z" />
</svg>

After

Width:  |  Height:  |  Size: 235 B