Variable StyledMenuIconConst
StyledMenuIcon: StyledComponent<
SvgIconOwnProps & CommonProps & Omit<
SVGProps<SVGSVGElement>,
| "className"
| "style"
| "classes"
| "children"
| "sx"
| "color"
| "fontSize"
| "shapeRendering"
| "htmlColor"
| "inheritViewBox"
| "titleAccess"
| "viewBox",
> & MUIStyledCommonProps<Theme>,
{},
{},
> = ...
Styled menu icon component