I am trying to use Tabler icons in my project React typescript project via classNames
and for some unknown reasons, some icons appear filled. Please note that my CSS
skills are not so good.
The library comes with
- Font icons
- PNG icons
- And SVG icons
When I check the font icons some icons appear completely filled and because of this when I try to access them like
className="ti ti-discount"
I get icons that look like while the SVG and PNG counterparts look like
, am confused, how can I resolve this?