I want to use additional icons in the NavMenu.razor in my Blazor 8 application. In Blazor 7 there was a iconset configured in wwwroot/css/, and so I was able to use additional icons only with naming it in the NavMenu.razor. But the whole css folder is missed in the Blazor 8 template.
There are only three icons configured in the NavMenu.razor.css, but I don't know how to add additional icons there.I'm not a css expert. Is it possible to get new icons likely easily like in Blazor 7?