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="WhatsApp" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#25d366" height="512" rx="15%" width="512"/>
<path d="m456 251a196 196 0 0 1 -291 170l-109 35 35-105a196 196 0 0 1 168-295c109 0 197 87 197 195zm-196-164c-91 0-165 74-165 164 0 36 11 69 31 96l-21 61 64-20a165 165 0 0 0 256-137c0-90-74-164-165-164zm99 209c-1-2-5-3-9-6l-33-15c-5-2-8-3-11 2l-15 19c-3 3-6 3-11 1s-20-8-39-24c-14-12-24-28-26-33-3-5-1-7 2-10l7-8 5-8c1-3 1-6-1-8l-14-36c-4-9-8-8-11-8h-9c-4 0-9 1-13 6-5 5-17 16-17 40 0 23 17 46 19 49 3 3 34 53 83 72s49 13 57 12c9-1 29-11 33-23 4-11 4-20 3-22z" fill="#fff" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 622 B

After

Width:  |  Height:  |  Size: 655 B