Manual tweaks on all SVGs

* Gives a consistent header to all images
* Makes future changes easier to see
* Some images slightly smaller
* Some images use SVG2 features (`href`)
* Most images smaller or the same size
* A few images slightly larger
This commit is contained in:
edent
2018-01-27 23:40:30 +00:00
parent d46a0d6b5f
commit 979b0a4d2e
90 changed files with 568 additions and 110 deletions

View File

@@ -1 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="#328cff" aria-label="Email" role="img" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%"/><rect width="355" height="256" x="78.5" y="128" fill="#fff" rx="8%"/><path fill="none" stroke="#328cff" stroke-width="20" d="M434 128L269 292c-7 8-19 8-26 0L78 128m0 256l129-128m227 128L305 256"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Email" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="teal"/><rect width="356" height="256" x="78" y="128" fill="#fff" rx="8%"/><path fill="none" stroke="teal" stroke-width="20" d="M434 128L269 292c-7 8-19 8-26 0L78 128m0 256l129-128m227 128L305 256"/></svg>

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 343 B