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