Enum MBIconFoundryName
Specifies whether to use Material Icons from Google Material Symbols from Google Font Awesome Icons Open Iconic Icons
See MBIconHelper
MBCascadingDefaults has a default of MaterialIcons
public enum MBIconFoundryName
Fields
FontAwesome = 2
Font Awesome Icons.
MaterialIcons = 0
Google Material Icons. This is the MBCascadingDefaults default.
MaterialSymbols = 1
Google Material Symbols.
OpenIconic = 3
Open Iconic Icons.