Interface SelectedIconProps

interface SelectedIconProps {
    outlined?: boolean;
    selected?: boolean;
    sx?: SxProps<Theme>;
}

Hierarchy

  • HTMLAttributes<HTMLElement>
    • SelectedIconProps

Properties

outlined?: boolean
selected?: boolean

If this is set to false then will just render as a regular icon.

Default Value

true
sx?: SxProps<Theme>

MUI SX props