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">
<svg role="img" aria-label="Mail" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#168de2" height="512" rx="15%" width="512"/>
<path d="m250 183c-48 0-72 36-72 77 0 46 30 75 71 75 45 0 76-33 76-78 0-46-35-74-75-74zm-1-39c31 0 59 13 80 34 0-23 37-23 37 1v158c-1 10 11 16 17 9 26-26 56-134-15-196-67-59-156-49-204-16-50 35-83 112-51 184 34 79 132 103 190 79 30-12 43 28 13 41-47 20-176 18-236-86-40-71-38-194 70-259 82-49 191-35 256 33 69 72 65 206-2 258-30 24-75 1-75-34v-11c-21 21-49 33-80 33-60 0-113-53-113-113 0-61 53-115 113-115" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 548 B

After

Width:  |  Height:  |  Size: 577 B