1
0
Fork 0
forked from 0x2620/oxjs

update symbols

This commit is contained in:
rolux 2012-06-17 10:45:45 +02:00
commit 48b5e9610a
8 changed files with 45 additions and 4 deletions

View file

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<g stroke="#404040" fill="none">
<path d="M 16,64 l 224,0 0,144 -224,0 0,-144 8,0" stroke-width="32"/>
<path d="M 9,56 l 44,-44 44,0 44,44" stroke-width="24"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 262 B

View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<g stroke="#404040" fill="none">
<path d="M 208,72 l 0,168 -160,0 0,-224 104,0" stroke-width="32"/>
<path d="M 144,9 l 72,72" stroke-width="24"/>
<path d="M 144,16 l 0,64 64,0" stroke-width="24"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 307 B

View file

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<g fill="none" stroke="#404040" stroke-width="24">
<path d="M 44,112 l 0,-68 l 68,0"/>
<path d="M 144,44 l 68,0 l 0,68"/>
<path d="M 212,144 l 0,68 l -68,0"/>
<path d="M 112,212 l -68,0 l 0,-68"/>
</g>
<circle cx="128" cy="128" r="16" fill="#404040" stroke="none"/>
</svg>

After

Width:  |  Height:  |  Size: 382 B

View file

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<g fill="none" stroke="#404040" stroke-width="32">
<rect x="32" y="40" width="64" height="48"/>
<rect x="168" y="32" width="48" height="64"/>
<rect x="32" y="168" width="64" height="48"/>
<rect x="168" y="160" width="48" height="64"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View file

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B

Before After
Before After

View file

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<g fill="none" stroke="#404040" stroke-width="32">
<rect x="32" y="40" width="64" height="48"/>
<line x1="144" y1="32" x2="240" y2="32"/>
<line x1="144" y1="96" x2="240" y2="96"/>
<rect x="32" y="168" width="64" height="48"/>
<line x1="144" y1="160" x2="240" y2="160"/>
<line x1="144" y1="224" x2="240" y2="224"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 447 B

View file

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 447 B

Before After
Before After