feathericons / feather

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

The readme recommends deprecated `xlink:href` #1084

Open soenkehahn opened 3 years ago

soenkehahn commented 3 years ago

The readme recommends using the xlink:href attribute for use tags (inside svg tags) here: https://github.com/feathericons/feather#2-use. According to this documentation that attribute is deprecated and should be replaced with just href. (Which is documented here: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/href.)

Should xlink:href be changed to href?