How do we reference icon on RadzenButton?

Hi,

On the sample,

<RadzenButton Click="@((args) => Click(args, "Button with icon"))" Icon="account_circle" Style="margin-bottom: 20px; width: 80px" />

Where do we reference "account_circle"? Is this embedded resource which is part of Radzen? Do you have a list of these icon resource? Can I use a custom font as well and how to reference it?

Best Regards,
Francis

Hi Francis,

Yes, it is part of Radzen theme:

The font used in Radzen themes is MaterialIcons, with custom CSS you can add other fonts as well:
https://material.io/resources/icons/?style=baseline

Got it, Thanks you!

--Francis