IconPropsinterface

{
	icon?: ComponentType<{ className?: string | undefined }>;
	size?: SizeVariant | undefined;
	tint?: TintVariant | undefined;
}
PropertyType
.iconComponentType<{ className?: string
undefined }>
Set the icon to use. Defaults to appropriate icon for status
.sizeSizeVariant
Size of the icon. Defaults to var(--size-icon)
.tintTintVariant
Tint of the selected color. Defaults to "50"

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