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,10 +1,6 @@
<svg
xmlns="http://www.w3.org/2000/svg"
aria-label="Orcid" role="img"
viewBox="0 0 256 256">
<rect
width="256" height="256"
rx="15%"
fill="#fff"/>
<path d="M256 128c0 70.7-57.3 128-128 128S0 198.7 0 128 57.3 0 128 0s128 57.3 128 128z" fill="#a6ce39"/><path d="M86.3 186.2H70.9V79.1h15.4v107.1zm22.6-107.1h41.6c39.6 0 57 28.3 57 53.6 0 27.5-21.5 53.6-56.8 53.6h-41.8V79.1zm15.4 93.3h24.5c34.9 0 42.9-26.5 42.9-39.7C191.7 111.2 178 93 148 93h-23.7v79.4zM88.7 56.8c0 5.5-4.5 10.1-10.1 10.1s-10.1-4.6-10.1-10.1a10.07 10.07 0 0 1 10.1-10.1c5.6 0 10.1 4.6 10.1 10.1z" fill="#fff"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Orcid" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="M256 128c0 70.7-57.3 128-128 128S0 198.7 0 128 57.3 0 128 0s128 57.3 128 128z" fill="#a6ce39"/><path d="M86.3 186.2H70.9V79.1h15.4v107.1zm22.6-107.1h41.6c39.6 0 57 28.3 57 53.6 0 27.5-21.5 53.6-56.8 53.6h-41.8V79.1zm15.4 93.3h24.5c34.9 0 42.9-26.5 42.9-39.7C191.7 111.2 178 93 148 93h-23.7v79.4zM88.7 56.8c0 5.5-4.5 10.1-10.1 10.1s-10.1-4.6-10.1-10.1a10.07 10.07 0 0 1 10.1-10.1c5.6 0 10.1 4.6 10.1 10.1z" fill="#fff"/></svg>

Before

Width:  |  Height:  |  Size: 615 B

After

Width:  |  Height:  |  Size: 580 B