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="#cb3837">
|
||||
<svg role="img" aria-label="NPM" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#cb3837">
|
||||
<rect height="512" rx="15%" width="512" fill="#fff"/>
|
||||
<path d="m16 163.3h480v160h-240v26.7h-106.7v-26.7h-133.3zm26.7 133.4h53.3v-80h26.7v80h26.7v-106.7h-106.7zm133.3-106.7v133.3h53.3v-26.7h53.3v-106.6zm53.3 26.7h26.7v53.3h-26.7zm80-26.7v106.7h53.3v-80h26.7v80h26.7v-80h26.7v80h26.7v-106.7z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 405 B |
Reference in New Issue
Block a user