Adds accessibility (#53)

* Adds ARIA to tiny SVG files
* Adds accessiblity info to the readme
This commit is contained in:
Léonie Watson
2017-11-26 16:41:31 +00:00
committed by Terence Eden
parent 14e21c9237
commit 0501a58a0d
79 changed files with 86 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<svg role="img" aria-label="Lock" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect fill="#134563" height="512" rx="15%" width="512"/>
<circle cx="256" cy="294" r="26"/>
<path d="m262 294h-12l-13 76h38"/>

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 414 B