* Optimized various SVGs
decreased file size, complexity, fixed spec compliancy and fixed one case where the text rendered weirdly sometimes
* fixed a single space too little 🤦
3 lines
219 B
XML
3 lines
219 B
XML
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24">
|
|
<path fill="#FFF" d="M5 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4v-2H5V8h14v10h-4v2H19a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm7 6-4 4h3v6h2v-6h3z"/>
|
|
</svg> |