icons8 / line-awesome

Replace Font Awesome with modern line icons
https://icons8.com/line-awesome
Other
1.25k stars 141 forks source link

Accessibility properties #97

Open trickydisco78 opened 1 year ago

trickydisco78 commented 1 year ago

Is it possible to add accessibility properties to svg icons

eg

<svg aria-hidden="true" ... ></svg>
<svg role="img"><title>Good Label</title> ... </svg>.

?https://css-tricks.com/accessible-svg-icons/