IconPropsinterface

{
	icon?: ComponentType<{ className?: string | undefined }>;
	size?: SizeVariant;
}
PropertyType
.iconComponentType<{ className?: string
undefined }>
Set the icon to use. Defaults to appropriate icon matching for status
.sizeSizeVariant
Size of the icon. Defaults to 1lh

Props for <Icon> — the status to represent and optional icon size.