tabler / tabler-icons

A set of over 5500 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
18.03k stars 899 forks source link

Can't change color of some icons #893

Open dmMarko opened 11 months ago

dmMarko commented 11 months ago

I've noticed that some icons (particularly the player-X-filled icons) are not able to change color using neither color or fill prop. I've found that passing the color prop to the SVG solves this issue.

vass-david commented 11 months ago

Found same issue while using @tabler/icons-react. <IconStarFilled /> does not change color based on color property and I have to use css to do that.

BG-Software-BG commented 9 months ago

Duplicate of #750