feathericons / feather

Simply beautiful open-source icons
https://feathericons.com
MIT License
24.65k stars 1.21k forks source link

Fix `viewBox` in `icon.js` #1131

Closed WinterSilence closed 2 years ago

WinterSilence commented 2 years ago

<i data-feather="user" width="30" height="30"></i> replace to <svg ... width="30" height="30" viewBox="0 0 24 24" ..., after fix: <svg ... width="30" height="30" viewBox="0 0 30 30" .... p.s. you can't set <i data-feather="user" width="30" height="30" viewBox="0 0 30 30"></i>.