Function ColumnSettingsIcon
- ColumnSettingsIcon<
RootComponent extends ElementType<any, keyof IntrinsicElements>,
>(
props: { component: RootComponent } & SvgIconOwnProps & CommonProps & DistributiveOmit<
ComponentPropsWithRef<RootComponent>,
| "color"
| "fontSize"
| "shapeRendering"
| "sx"
| "classes"
| "children"
| "className"
| "style"
| "viewBox"
| "htmlColor"
| "inheritViewBox"
| "titleAccess",
>,
): Element 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",
>
Returns Element
- ColumnSettingsIcon(props: DefaultComponentProps<SvgIconTypeMap>): Element
Parameters
- props: DefaultComponentProps<SvgIconTypeMap>
Returns Element
Properties
The component used for the root node. Either a string to use a HTML element or a component.