ionic-team / ionicons

Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎
http://ionicons.com
MIT License
17.39k stars 2.06k forks source link

refactor(icon): remove addition style #1359

Closed liamdebeasi closed 2 weeks ago

liamdebeasi commented 1 month ago

The stroke-width: 32px line never applies because of the following line where we apply the CSS Variable. All versions of browsers that Ionicons supports also support CSS Variables, so the stroke-width: 32px line isn't needed anymore.