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,6 +1,4 @@
<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="#0077B5"/>
<g fill="#fff">
<path d="M61 178h86v258H61zM105 54c-30 0-49 20-49 45s19 44 47 44h1c30 0 48-19 48-44s-18-45-47-45zM357 173c-45 0-66 25-77 42v-36h-86v258h86V293c0-8 1-16 3-21 6-16 20-32 44-32 31 0 43 24 43 59v138h86V289c0-80-42-116-99-116z"/>
</g>
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#0077b5" height="100%" rx="15%" width="100%"/>
<path d="m61 178h86v258h-86zm44-124c-30 0-49 20-49 45s19 44 47 44h1c30 0 48-19 48-44s-18-45-47-45zm252 119c-45 0-66 25-77 42v-36h-86v258h86v-144c0-8 1-16 3-21 6-16 20-32 44-32 31 0 43 24 43 59v138h86v-148c0-80-42-116-99-116z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 369 B