IconVariant
ts
type IconVariant = "outlined" | "rounded" | "twoTone" | "sharp" | "filled";Defined in: types.ts:19
Representing the available variants of MUI icons as union of string literals.
Since
2.0.0
Author
Simon Kovtyk