-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading only specific icons using icon_names parameter does not work properly when using the table icon #1834
Comments
I have a similar, though slightly different issue where if I add 'thumb_up', 'timeline' or 'trending_up' to my icon_names, 'star' stops working. Adding 'volcano' isn't an issue |
Same here for the |
I have the same issue when using |
i had a similar problem that got solved by alphabetically ordering the parameters |
I am not sure its just related to an order, e.g. including only https://jsfiddle.net/eLmxqb8p/ -- remove the this is copy and paste as per - https://fonts.google.com/icons?selected=Material+Symbols+Outlined:verified:FILL@1;wght@400;GRAD@0;opsz@24&icon.query=verified&icon.size=24&icon.color=%235f6368 -- also, it appears it only affects static icon font and only filled as far as the example above is concerned, it's definitely a bug affecting some styles and icons and can be reproduced as per above and affects other symbols/icons too |
I'm trying to limit the loaded icons by adding the ones I'm using to the icon_names parameter in the URL as shown in the examples in the docs.
This does not work properly when I add the 'table' icon. The table icon and the one that comes after that are both not displayed.
See this CodePen as an example,
Reproduction steps:
The text was updated successfully, but these errors were encountered: