🐛 Fixes broken SVGs (#424)
Sorry for the bigger file sizes now, but all SVG compression methods I have tried have resulted into broken SVGs :(
This commit is contained in:
@@ -1 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 48 48"><g data-name="Layer 2"><g fill="none" data-name="invisible box"><path d="M0 0h48v48H0z"/><path d="M0 0h48v48H0z"/></g><path fill="#ff2e2e" d="m6 24 10.2 22h5.4L42 2h-6.7L18.9 37.5 12.7 24H6z" data-name="icons Q2"/></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 48 48">
|
||||
<title>verizon-check</title>
|
||||
<g id="Layer_2" data-name="Layer 2">
|
||||
<g id="invisible_box" data-name="invisible box">
|
||||
<rect width="48" height="48" fill="none"/>
|
||||
<rect width="48" height="48" fill="none"/>
|
||||
</g>
|
||||
<g id="icons_Q2" data-name="icons Q2">
|
||||
<polygon points="6 24 16.2 46 21.6 46 42 2 42 2 35.3 2 18.9 37.5 12.7 24 6 24" fill="#ff2e2e"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 487 B |
Reference in New Issue
Block a user