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="#fff">
|
||||
<svg role="img" aria-label="Yahoo!" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
|
||||
<rect fill="#5300b5" height="512" rx="15%" width="512"/>
|
||||
<ellipse ry="26" rx="27" cy="458" cx="362"/>
|
||||
<path d="M392 80l-3 6-11 16-27 45-12 20-25 42-9 16-25 43-24 43v14a1638 1638 0 0 0 2 102l1 51v3l-3-1a82 82 0 0 0-25-3 98 98 0 0 0-25 3l-3 1v-3l2-51 1-41 1-61v-14l-25-43-24-43-9-16A4589 4589 0 0 0 74 86l-4-6 7 2a90 90 0 0 0 50 0h2l1 1c15 28 57 97 82 139l19 31 19-31 83-139 1-1h2a92 92 0 0 0 50 0zm-10 317l-10-3h-10l10-80 6-64 12-137c6-48 63-28 51 8l-31 135-14 63z"/>
|
||||
|
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 579 B |
Reference in New Issue
Block a user