MaterialSymbol
Renders one Google Material Symbol glyph as a single-character Text, using the variable font loaded via LocalMaterialSymbolFonts (MaterialSymbolFonts.loadMaterialSymbolFonts must have run and provided that CompositionLocal — MosaicApplication/MosaicTheme does this automatically). The bottom-level primitive behind Icon — reach for that instead unless working with an IconSchema-independent icon name directly.
Parameters
Material Symbol name (Google's icon font naming, e.g. "settings").
applied to the rendered glyph.
whether to use the filled font variant, vs. the outline weight.
which of the 3 font families (outlined/rounded/sharp) to draw from. Outlined when null.
glyph size. Falls back to the ambient LocalTextStyle's font size when null.
glyph color. Falls back to LocalContentColor when null.
accessibility description; when non-null, marks this glyph with the Role.Image semantics role.