/** * Icons used by the kit's components, importable at `/icons`. * * They are deliberately absent from the root barrel: names like `CheckIcon` are * common enough to collide with an app's own icon set, and an icon import * should be an explicit choice rather than something the barrel drags along. */ export { Icon, type IconProps, type IconBaseProps } from './icon'; export * from './icons';