IconPropsinterface
{
icon?: ComponentType<{ className?: string | undefined }>;
size?: SizeVariant;
}| Property | Type | |
|---|---|---|
.icon | ComponentType<{ className?: stringundefined }> | Set the icon to use. Defaults to appropriate icon matching for status |
.size | SizeVariant | Size of the icon. Defaults to 1lh |
Props for <Icon> — the status to represent and optional icon size.