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="Medium" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect fill="#12100e" height="512" rx="15%" width="512"/>
|
||||
<path d="M122 171c1-4-1-8-4-11l-32-39v-5h99l78 169 67-169h95v5l-27 27c-2 1-4 4-3 7v194c-1 3 1 6 3 7l27 27v6H290v-6l28-27c2-3 2-4 2-8V192l-77 196h-10l-90-196v131c-1 6 1 11 5 15l36 44v6H81v-6l37-44c3-4 5-9 4-15z" fill="#fff"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 383 B |
Reference in New Issue
Block a user