forked from edent/SuperTinyIcons
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="#066da5">
|
||||
<svg role="img" aria-label="Docker" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#066da5">
|
||||
<rect height="512" rx="15%" width="512" fill="#fff"/>
|
||||
<path d="m288 242h49v-45h-50zm-59 0h49v-45h-49zm-59 0h50v-45h-50zm-59 0h50v-45h-50zm-59 0h50v-45h-49zm59-54h50v-45h-50zm59 0h50v-45h-50zm59 0h49v-45h-49zm0-54h49v-45h-49zm257 82c-11-7-36-10-55-6-3-18-13-34-31-48l-10-7-7 11c-9 13-14 32-12 50 1 6 3 17 9 27-6 4-19 8-36 8h-327l-1 4c-3 18-3 75 33 118 28 33 70 50 124 50 118 0 205-54 246-153 16 0 51 0 68-34l5-9 2-4"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 533 B |
Reference in New Issue
Block a user