Material Icons

Hello,
is there a way to use this icons?

Something like <RadzenPanelMenuItem Text="Test" Icon="shield_moon"> isn't working.
Maybe you could post an example =)
Would be rly great.

Kind regards
Felix

Hi @cherryman,

I tested the following in our online demo:

    <RadzenPanelMenu Style="width:300px">
            <RadzenPanelMenuItem Text="General" Icon="shield_moon">

and it seems to work as expected:

Make sure you are using an up-to-date version of Radzen.Blazor. We have updated the Material Icons font a few times.

1 Like

Thank you fixed my problem