export { default as Icon } from './Icon.tsx'; export { ICON_STYLES } from './styles/Icon.css.ts'; export type { IconProps } from './types/Icon.props.ts'; export type { IconColor, IconComponent, IconSize, } from './types/Icon.types.ts';