Enum MBIconFAStyle
Sets the Font Awesome style.
See FAFoundry(MBIconFAStyle?, MBIconFARelativeSize?), Material.Blazor.Internal.Icon_FA and Material.Blazor.IconFoundryFA
MBCascadingDefaults has a default of Solid (all other styles except Brands require a paid-for Font Awesome PRO licence)
public enum MBIconFAStyle
Fields
Brands = 4Brands style,
class="fab ...".Duotone = 3Duotone style,
class="fad ...". Requires a paid-for Font Awesome PRO licence.Light = 2Light style,
class="fal ...". Requires a paid-for Font Awesome PRO licence.Regular = 1Regular style,
class="far ...". Requires a paid-for Font Awesome PRO licence.Solid = 0Solid style,
class="fas ...". This is the MBCascadingDefaults default.