Compare commits
10 Commits
8c4c398e90
...
c4c69b655e
| Author | SHA1 | Date | |
|---|---|---|---|
|
c4c69b655e
|
|||
|
b3234aa855
|
|||
|
25be35e43b
|
|||
|
17265fca14
|
|||
|
c5cadc30a9
|
|||
|
db65e0545c
|
|||
|
8b6d8fc35c
|
|||
|
9e5ff262a7
|
|||
|
4e7f13a994
|
|||
|
83d04595b1
|
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100">
|
||||
<rect x="10" width="20" height="100" rx="4" fill="red"/>
|
||||
<rect x="70" width="20" height="100" rx="4" fill="red"/>
|
||||
<rect x="10" width="20" height="100" rx="4"/>
|
||||
<rect x="70" width="20" height="100" rx="4"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 203 B |
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100">
|
||||
<rect y="10" width="100" height="20" rx="4" fill="red"/>
|
||||
<rect y="70" width="100" height="20" rx="4" fill="red"/>
|
||||
<rect y="10" width="100" height="20" rx="4"/>
|
||||
<rect y="70" width="100" height="20" rx="4"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 203 B |
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100">
|
||||
<rect x="10" width="20" height="100" rx="4" fill="blue"/>
|
||||
<rect x="70" width="20" height="100" rx="4" fill="blue"/>
|
||||
<rect x="10" width="20" height="100" rx="4"/>
|
||||
<rect x="70" width="20" height="100" rx="4"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 203 B |
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100">
|
||||
<rect y="10" width="100" height="20" rx="4" fill="blue"/>
|
||||
<rect y="70" width="100" height="20" rx="4" fill="blue"/>
|
||||
<rect y="10" width="100" height="20" rx="4"/>
|
||||
<rect y="70" width="100" height="20" rx="4"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 203 B |
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100">
|
||||
<rect x="10" width="20" height="100" rx="4" fill="black"/>
|
||||
<rect x="70" width="20" height="100" rx="4" fill="black"/>
|
||||
<rect x="10" width="20" height="100" rx="4"/>
|
||||
<rect x="70" width="20" height="100" rx="4"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 203 B |
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100">
|
||||
<rect y="10" width="100" height="20" rx="4" fill="black"/>
|
||||
<rect y="70" width="100" height="20" rx="4" fill="black"/>
|
||||
<rect y="10" width="100" height="20" rx="4"/>
|
||||
<rect y="70" width="100" height="20" rx="4"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 203 B |