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">
|
||||
<svg role="img" aria-label="Delicious" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect fill="#FFFFFF" x="0" y="0" width="256" height="256"></rect>
|
||||
<rect fill="#333333" x="0" y="256" width="256" height="256"></rect>
|
||||
<rect fill="#EEEEEE" x="256" y="256" width="256" height="256"></rect>
|
||||
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 375 B |
Reference in New Issue
Block a user