feathericons/feather

Filled versions of the icons

tryoxiss opened this issue · 0 comments

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.