Skip to content

Icon

const Icon: NamedExoticComponent<{ children: ReactNode; className?: string; color?: IconColor; decorative?: boolean; ref?: Ref<SVGSVGElement>; size?: Size; testId?: string; title?: string; }>

Defined in: src/components/primitives/Icon/Icon.tsx:46