Static Icons
Nuget package: Lisa.Modules.StaticIcons
This module adds support for static icons, i.e svg icons which are contained in a "icon" folder within the wwwroot folder of a project.
Modules which contain such icons can register those icons by calling this in the ConfigureServices() method in the module config:
services.AddNamed<IIconProvider, StaticIconProvider<Module,SvgMarkupProvider>>();
Then all the icons will be come usable within the Icon component.