• Type Parameters

    • RootComponent extends ElementType<any, keyof IntrinsicElements>

    Parameters

    • props: { component: RootComponent } & SvgIconOwnProps & CommonProps & DistributiveOmit<
          ComponentPropsWithRef<RootComponent>,

              | "color"
              | "fontSize"
              | "shapeRendering"
              | "sx"
              | "classes"
              | "children"
              | "className"
              | "style"
              | "viewBox"
              | "htmlColor"
              | "inheritViewBox"
              | "titleAccess",
      >
      • component: RootComponent

        The component used for the root node. Either a string to use a HTML element or a component.

    Returns Element

  • Parameters

    • props: DefaultComponentProps<SvgIconTypeMap>

    Returns Element

Properties

Properties

muiName: string