feathericons / feather

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

Filled versions of the icons #1175

Open tryoxiss opened 1 year ago

tryoxiss commented 1 year ago

I know this has been suggested before and it was refused because the fill: property does the same thing, but it dosent always. For most (probably 60-70% of the icons) it works great, no issues there. But it does break quite a few (notably the file/foleder type icons)

(fill: currentColor) image

And you can make th stroke/color to transparent, but I think that does more harm than good: (fill: currentColor; color: transparent) image

I'm not sure if theres an easy fix to this, or if it would require a lot of work. But it would be nice for those icons that break to work when you set a fill, so it looks good even with those.