Fix aria labels, linux rights, underscores (#334)

* Remove execute rights from some SVGs

* Fix Aria labels and some formatting

* Consistent naming scheme with underscore

* Requested changes
This commit is contained in:
Rastislav Vangor
2019-10-23 15:24:40 +02:00
committed by Terence Eden
parent 3a3a06d399
commit fd79fb4836
20 changed files with 91 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
<svg
xmlns="http://www.w3.org/2000/svg"
aria-label="google_drive" role="img"
viewBox="0 0 512 512">
<rect width="512" height="512" rx="15%" fill="#fff"/><polygon points="134.82 301.05 134.82 398.47 369.69 398.47 424.57 301.05 134.82 301.05" fill="#4285f4"/><polygon points="196.03 98.72 79.94 301.05 134.82 398.47 267.22 169.93 196.03 98.72" fill="#11aa5a"/><polygon points="308.49 98.72 196.03 98.72 313.26 301.05 424.57 301.05 308.49 98.72" fill="#ffcd40"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Google Drive" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#e8e9eb"/><polygon points="134.82 301.05 134.82 398.47 369.69 398.47 424.57 301.05 134.82 301.05" fill="#4285f4"/><polygon points="196.03 98.72 79.94 301.05 134.82 398.47 267.22 169.93 196.03 98.72" fill="#11aa5a"/><polygon points="308.49 98.72 196.03 98.72 313.26 301.05 424.57 301.05 308.49 98.72" fill="#ffcd40"/></svg>

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 468 B