-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Description
Describe your motivation
In V25, Lumo icons are only loaded through the LumoIcon class, so if you're using the Icon("lumo", "someicon") overload instead of LumoIcon.SOMEICON.create(); the icons will not be loaded automatically.
(Loading Lumo via @Theme does seem to load the icons, however.)
Describe the solution you'd like
Add Lumo icon npm package annotations to the Lumo class, so that loading Lumo via @StyleSheet(Lumo.STYLESHEET) also ensures they're loaded.
Describe alternatives you've considered
No response
Additional context
No response
rucko24