IconPropsinterface
{
icon?: ComponentType<{ className?: string | undefined }>;
size?: SizeVariant | undefined;
tint?: TintVariant | undefined;
}| Property | Type | |
|---|---|---|
.icon | ComponentType<{ className?: stringundefined }> | Set the icon to use. Defaults to appropriate icon for status |
.size | SizeVariant | Size of the icon. Defaults to var(--size-icon) |
.tint | TintVariant | Tint of the selected color. Defaults to "50" |
Props for <Icon> — the status to represent and optional icon size.