Make Icons Filled Globally

I was using a much older version of Radzen and just updated it to your latest release in a Blazor project. When I did this, all of my filled icons instantly became outlined icons. This includes Icons in the RadzenDataGrid and the RadzenButton components. I would like to set all of my icons to be filled globally. I have tried many things that have failed like setting a CSS class:

.material-icons {
font-family: 'Material Icons Filled' !important;
}

This did not work among many other things I tried. Is there a way to make Radzen Icons filled globally?

Thank you!

Hi @Bilbosax,

Check this thread: Filled icons instead of outlined - #6 by JohnRobinson

@korchev Thank you!!