glyph
ReactElement
glyph(
Creates a <glyph> element (deprecated SVG).
Implementation
ReactElement glyph([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => svgElement('glyph', props, children);
ReactElement
glyph(
Creates a <glyph> element (deprecated SVG).
ReactElement glyph([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => svgElement('glyph', props, children);