Using class names returns a filled icon
See original GitHub issueHi, sorry for this issue, this was my last option, I created a question on stackoverflow but it did not yield anything.
We are trying to use your awesome lib in our React project, we noticed it can be done either by importing the element or via class name.
We chose the class name approach but shortly hit a snag; icons appear filled, an example is the discount icon. We opened the tabler-icons.html
that comes with your NPM package and noticed it also showed filled icons, how can we remove the fill?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Use svg files using class names - Stack Overflow
There are two ways to implement icons. Import the css first & use correct class names for the icons, you can set colors...
Read more >Icons class - material library - Flutter - Dart API docs
Use with the Icon class to show specific icons. Icons are identified by their name as listed below, e.g. Icons.airplanemode_on. Search and find...
Read more >IconSet Class
IconSet class. IconSet class in Iconify Tools represents an icon set. ... setIcon(name, icon) adds/updates icon, using IconifyIcon data.
Read more >Bootstrap Icons - examples & tutorial
Huge collection of over 1500+ responsive icons for Bootstrap 5. A library of well organized and easy to use icons which allow you...
Read more >Material Symbols and Icons - Google Fonts
Introducing Material Symbols. Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I managed to get the font fixed with @provinzkraut suggestion you can find the fixed font here, it might help in the interim while we wait for the fix.
@aubryll can you check now v1.39.1? 😃