When using the RadzenIcon with material theme, i noticed that the icons took quite some time to load.
I inspected network requests in the browser and found out that a 3.21MB file is being downloaded for the (currently) 3 different icons I'm using. ( MaterialSymbolsOutlined.woff2
)
The production server will have much faster upload so it won't be that much of a problem, but it still seems unnecessary.
My question is - can this behavior be "overridden" in any way? So that I could specify which icons to actually load, or provide a different file for the icons? Something like this Answer here.
Thanks.