This component has been deprecated. Please use assistant-ui instead.

interface IconBoxProps {
    icon: string;
    size: number;
}

Hierarchy

Properties

Properties

icon: string

The icon key.

size: number

The box size. Icon size is calculated to be around 50% of this size.