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,11 @@
<svg stroke-linejoin="round" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" aria-label="Airbandb" role="img"><rect fill="#ff5a5f" height="512" rx="15%" width="512"/><path d="m255 83.7c-29 .1-40.6 23.9-40.6 23.9-36.2 66.5-70 134.2-101.2 203.2-17.2 38-4.6 68.2 14.8 84.5 36.8 31 82 13.4 126.5-38.7 34.3-40 49.8-73.2 48.3-100.6-1.3-23.9-15.8-43.7-47.9-43.7-47.3-.2-48.3 44.6-48.5 43.7 0 46.6 42.8 93.5 56 108.6 13.3 15.1 70.8 73.4 121.5 30 37.7-32.1 13.1-83.8 13.1-83.8-30.6-67.6-51-111.5-99.9-203.2 0 0-10.6-24-42.2-24v.1z" fill="none" stroke="#fff" stroke-width="23"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Airbandb" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#ff5a5f"/><path
fill="none"
stroke="#fff"
stroke-width="23"
stroke-linejoin="round"
d="m255 83.7c-29 .1-40.6 23.9-40.6 23.9-36.2 66.5-70 134.2-101.2 203.2-17.2 38-4.6 68.2 14.8 84.5 36.8 31 82 13.4 126.5-38.7 34.3-40 49.8-73.2 48.3-100.6-1.3-23.9-15.8-43.7-47.9-43.7-47.3-.2-48.3 44.6-48.5 43.7 0 46.6 42.8 93.5 56 108.6 13.3 15.1 70.8 73.4 121.5 30 37.7-32.1 13.1-83.8 13.1-83.8-30.6-67.6-51-111.5-99.9-203.2 0 0-10.6-24-42.2-24v.1z"/></svg>

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 583 B