You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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
Chrome/Chromium
Firefox
Safari
Edge
iOS Safari
Opera
Other/not relevant
Operating system
Windows
Linux
macOS
ChromeOS
iOS
Android
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:
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.)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: