glyph

ReactElement glyph([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates a <glyph> element (deprecated SVG).

Implementation

ReactElement glyph([
  Map<String, Object?>? props,
  List<ReactElement>? children,
]) => svgElement('glyph', props, children);