Use svgcleaner to increase the smallness

Fixes #19
This commit is contained in:
edent
2017-04-16 11:33:27 +01:00
parent e50d32d2fb
commit ff2003b84f
36 changed files with 128 additions and 129 deletions

View File

@@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512">
<rect height="100%" width="100%" rx="15%" ry="15%" fill="#F58025"/>
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#f58025" height="100%" rx="15%" width="100%"/>
<g fill="#fff">
<path d="M149 369h158v33H149zM387 55l27 156-33 6-27-156zM153 311l157 15-3 33-157-14zM168 240l153 41-9 32-152-41zM204 163l136 80-17 29-136-80zM285 89l89 130-28 19-89-130z"/>
<path d="M99 455h261v1-165h-27v139H126V291H99v164z"/>
<path d="m149 369h158v33h-158zm238-314 27 156-33 6-27-156zm-234 256 157 15-3 33-157-14zm15-71 153 41-9 32-152-41zm36-77 136 80-17 29-136-80zm81-74 89 130-28 19-89-130z"/>
<path d="m99 455h261v1-165h-27v139h-207v-139h-27z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 400 B

After

Width:  |  Height:  |  Size: 374 B