minor change
This commit is contained in:
parent
b0e170d4e6
commit
619bc0afb5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||||
<g stroke="#404040" stroke-width="32">
|
<g fill="none" stroke="#404040" stroke-width="32">
|
||||||
<rect x="32" y="160" width="192" height="64" fill="none"/>
|
<rect x="32" y="160" width="192" height="64"/>
|
||||||
<path d="M 32,160 l 24,-128 144,0 24,128" fill="none"/>
|
<path d="M 32,160 l 24,-128 144,0 24,128"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 244 B |
Loading…
Reference in a new issue