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,4 +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="#3E3F60"/>
<path d="M352 376c-8 3-22 6-33 6-32 1-38-22-38-39V218h80v-60h-80V56h-58c-1 0-3 1-3 3-4 31-18 86-79 108v51h41v131c0 45 33 108 120 107 29-1 62-13 69-23l-19-57" fill="#fff"/>
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#3e3f60" height="100%" rx="15%" width="100%"/>
<path d="m352 376c-8 3-22 6-33 6-32 1-38-22-38-39v-125h80v-60h-80v-102h-58c-1 0-3 1-3 3-4 31-18 86-79 108v51h41v131c0 45 33 108 120 107 29-1 62-13 69-23z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 298 B