Compare commits
10 Commits
c4c69b655e
...
8c4c398e90
| Author | SHA1 | Date | |
|---|---|---|---|
|
8c4c398e90
|
|||
|
79e90486e6
|
|||
|
7e78757e58
|
|||
|
26179014fd
|
|||
|
ffdb49c544
|
|||
|
6387e29d99
|
|||
|
eeedb7ce2f
|
|||
|
161e14799e
|
|||
|
bf6e20616e
|
|||
|
98c6d86be0
|
@@ -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"/>
|
||||
<rect x="70" width="20" height="100" rx="4"/>
|
||||
<rect x="10" width="20" height="100" rx="4" fill="red"/>
|
||||
<rect x="70" width="20" height="100" rx="4" fill="red"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 225 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"/>
|
||||
<rect y="70" width="100" height="20" rx="4"/>
|
||||
<rect y="10" width="100" height="20" rx="4" fill="red"/>
|
||||
<rect y="70" width="100" height="20" rx="4" fill="red"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 225 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"/>
|
||||
<rect x="70" width="20" height="100" rx="4"/>
|
||||
<rect x="10" width="20" height="100" rx="4" fill="blue"/>
|
||||
<rect x="70" width="20" height="100" rx="4" fill="blue"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 227 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"/>
|
||||
<rect y="70" width="100" height="20" rx="4"/>
|
||||
<rect y="10" width="100" height="20" rx="4" fill="blue"/>
|
||||
<rect y="70" width="100" height="20" rx="4" fill="blue"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 227 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"/>
|
||||
<rect x="70" width="20" height="100" rx="4"/>
|
||||
<rect x="10" width="20" height="100" rx="4" fill="black"/>
|
||||
<rect x="70" width="20" height="100" rx="4" fill="black"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 229 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"/>
|
||||
<rect y="70" width="100" height="20" rx="4"/>
|
||||
<rect y="10" width="100" height="20" rx="4" fill="black"/>
|
||||
<rect y="70" width="100" height="20" rx="4" fill="black"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 229 B |