Adds accessibility (#53)
* Adds ARIA to tiny SVG files * Adds accessiblity info to the readme
This commit is contained in:
committed by
Terence Eden
parent
14e21c9237
commit
0501a58a0d
@@ -1,4 +1,4 @@
|
||||
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
|
||||
<svg role="img" aria-label="Authy" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
|
||||
<rect fill="#ec1c24" height="512" rx="15%" width="512"/>
|
||||
<path d="M234 201.8l61.4 61.3a22.7 22.7 0 0 0 32.2-32l-61.4-61.5a114.7 114.7 0 0 0-161-1.1l-.6.6-.5.5-1.1 1.2a114.8 114.8 0 0 0 2.2 159.8l61.4 61.4a22.7 22.7 0 0 0 32.1-32.1l-61.4-61.4a69.2 69.2 0 0 1-.5-97.3 69.2 69.2 0 0 1 97.2.6zm79.3-81.8a22.7 22.7 0 0 0 0 32.2l61.4 61.3a69.3 69.3 0 0 1 .5 97.3 69.2 69.2 0 0 1-97.3-.6L216.6 249a22.7 22.7 0 1 0-32.2 32.1l61.4 61.4c44 44 115 44.6 159.8 2.2l1.2-1 .5-.7.6-.5 1.1-1.2a114.7 114.7 0 0 0-2.2-159.8L345.4 120a22.7 22.7 0 0 0-32.1 0z"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 624 B After Width: | Height: | Size: 654 B |
Reference in New Issue
Block a user