Interface SelectedIconProps
interface SelectedIconProps { outlined?: boolean; selected?: boolean; sx?: SxProps<Theme>; } Hierarchy
- HTMLAttributes<HTMLElement>
Properties
Optional
outlined
outlined?: boolean
Optional
selected
selected?: boolean
Optional
sx
sx?: SxProps<Theme>
If this is set to false then will just render as a regular icon.