provideIconSetFetcher
Provide to the application a set of icons downloaded from a given url, could be a CDN or an asset.
Can be loaded both eagerly or lazily at the application startup
Presentation
const provideIconSetFetcher : (
url: string,
loadStrategy?: "eager" | "lazy",
) => EnvironmentProviders ;