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:
committed by
Terence Eden
parent
3a3a06d399
commit
fd79fb4836
@@ -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 |
Reference in New Issue
Block a user