modularize oxui
|
|
@ -1,6 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g stroke="#404040" stroke-width="48">
|
||||
<line x1="128" y1="16" x2="128" y2="240"/>
|
||||
<line x1="16" y1="128" x2="240" y2="128"/>
|
||||
<line x1="128" y1="0" x2="128" y2="256"/>
|
||||
<line x1="0" y1="128" x2="256" y2="128"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 229 B |
|
|
@ -1,3 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,48 224,48 128,240" fill="#404040"/>
|
||||
<polygon points="32,56 224,56 128,248" fill="#404040"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 132 B |
|
|
@ -1,3 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<line x1="16" y1="128" x2="240" y2="128" stroke="#404040" stroke-width="48"/>
|
||||
<g stroke="#404040" stroke-width="48" stroke-linecap="round">
|
||||
<line x1="0" y1="128" x2="256" y2="128"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 197 B |
|
|
@ -1,3 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,208 128,16 224,208" fill="#404040"/>
|
||||
<polygon points="32,200 128,8 224,200" fill="#404040"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 132 B |
|
|
@ -1,6 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g stroke="#FFFFFF" stroke-width="48">
|
||||
<line x1="128" y1="16" x2="128" y2="240"/>
|
||||
<line x1="16" y1="128" x2="240" y2="128"/>
|
||||
<line x1="128" y1="0" x2="128" y2="256"/>
|
||||
<line x1="0" y1="128" x2="256" y2="128"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 229 B |
|
|
@ -1,3 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,48 224,48 128,240" fill="#FFFFFF"/>
|
||||
<polygon points="32,56 224,56 128,248" fill="#FFFFFF"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 132 B |
|
|
@ -1,3 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<line x1="16" y1="128" x2="240" y2="128" stroke="#FFFFFF" stroke-width="48"/>
|
||||
<g stroke="#FFFFFF" stroke-width="48" stroke-linecap="round">
|
||||
<line x1="0" y1="128" x2="256" y2="128"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 197 B |
|
|
@ -1,3 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,208 128,16 224,208" fill="#FFFFFF"/>
|
||||
<polygon points="32,200 128,8 224,200" fill="#FFFFFF"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 132 B |