IconProps: {
color?: string;
data-test?: string;
icon: IconKey;
margin?: number | number[];
size?: number;
} & React.HTMLAttributes<HTMLElement>
Type declaration
Optionalcolor?: string
Optionaldata-test?: string
icon: IconKey
Optionalmargin?: number | number[]
Optionalsize?: number
The icon color string. May be any valid CSS string, like
#2087fforrgba(255, 32, 200, 0.5).