• Default SVG icons. A 'className' prop can also be passed in.

    Parameters

    • props: PropsWithChildren<IconsProps>
    • Optional context: any

    Returns null | ReactElement<any, any>

    Example

    <Icons icon={action.icon} />
    

Generated using TypeDoc