Enum MBIconMITheme
Sets the Google Material Icons theme.
See MIFoundry(MBIconMITheme?), Material.Blazor.Icon_MI and Material.Blazor.IconFoundryMI
MBCascadingDefaults has a default of Filled
public enum MBIconMITheme
Fields
Filled = 0Filled theme,
class="material-icons". This is the MBCascadingDefaults default.Outlined = 1Outlined theme,
class="material-icons-outlined".Round = 2Rounded theme,
class="material-icons-round".Sharp = 4Sharp theme,
class="material-icons-sharp".TwoTone = 3Two-tone theme,
class="material-icons-two-tone". Note that two-tone does not use css color, but filter instead.