I suppose this behaviour is due to the filled icons are imported with attributes <symbol id="tabler-filled-bell" fill="none" stroke="currentColor" .... One possible workaround could possibly be changing fill attribute to currentColor for filled icons
Package
[ ] @tabler/icons
[ ] @tabler/icons-eps
[ ] @tabler/icons-pdf
[ ] @tabler/icons-png
[ ] @tabler/icons-webfont
[X] @tabler/icons-sprite
[ ] @tabler/icons-preact
[ ] @tabler/icons-react
[ ] @tabler/icons-react-native
[ ] @tabler/icons-solid
[ ] @tabler/icons-svelte
[ ] @tabler/icons-vue
[ ] Figma plugin
[ ] source/main
[ ] other/not relevant
Version
3.13
Browser
[X] Chrome/Chromium
[ ] Firefox
[ ] Safari
[ ] Edge
[ ] iOS Safari
[ ] Opera
[X] Other/not relevant
Operating system
[ ] Windows
[ ] Linux
[ ] macOS
[ ] ChromeOS
[ ] iOS
[ ] Android
[X] Other/not relevant
Steps to reproduce
Import tabler icons sprite
Use filled-bell icon: <use xlink:href="path/to/tabler-sprite.svg#tabler-filled-bell" />
Non filled icon is drawn
Svg extraction from latest 3.13 version with example:
[X] I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
Description
I suppose this behaviour is due to the filled icons are imported with attributes
<symbol id="tabler-filled-bell" fill="none" stroke="currentColor" ...
. One possible workaround could possibly be changingfill
attribute tocurrentColor
for filled iconsPackage
Version
3.13
Browser
Operating system
Steps to reproduce
filled-bell
icon:<use xlink:href="path/to/tabler-sprite.svg#tabler-filled-bell" />
Svg extraction from latest 3.13 version with example:
Checklist