• Reusable SVG wrapper with accessibility support and default props.

    Parameters

    Returns null | ReactElement<any, any>

    Example

    <SvgElement aria-label="Custom icon" title="Custom tooltip">
    <path d="..." />
    </SvgElement>

Generated using TypeDoc