IconOwnProps
Properties
Link copied to clipboard
The base class applied to the icon. Defaults to 'material-icons', but can be changed to any other base class that suits the icon font you're using (for example material-icons-rounded, fas, etc).
Link copied to clipboard
Override or extend the styles applied to the component.
Link copied to clipboard
The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.
Functions
Link copied to clipboard
open inline operator fun <T> ContextType<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)