• Type Parameters

    • RootComponent extends ElementType<any, keyof IntrinsicElements>

    Parameters

    • props: {
          component: RootComponent;
      } & SvgIconOwnProps & CommonProps & DistributiveOmit<ComponentPropsWithRef<RootComponent>,
          | "fontSize"
          | "className"
          | "style"
          | "color"
          | "shapeRendering"
          | "children"
          | "classes"
          | "sx"
          | "viewBox"
          | "htmlColor"
          | "inheritViewBox"
          | "titleAccess">

    Returns null | Element

  • Parameters

    • props: DefaultComponentProps<SvgIconTypeMap<{}, "svg">>

    Returns null | Element

Properties

Properties

muiName: string