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'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:
Open the CodePen above. You will see the timer and visibility icon are displayed but table and timeline are not
When you remove the table from the icon_names parameter the timeline icon will also display
When you add table back and remove timeline, the timer icon will no longer be displayed
When you comment the first link element and uncomment the one below (which will load all icons) all 4 icons will show up
The text was updated successfully, but these errors were encountered:
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: