glyphRef

ReactElement glyphRef([

  1. Map<String, Object?>? props
])

Creates a <glyphRef> element (deprecated SVG).

Implementation

ReactElement glyphRef([Map<String, Object?>? props]) =>
    createElement('glyphRef'.toJS, props != null ? createProps(props) : null);