export type { FontIconProps } from './FontIcon/FontIcon.types'; export type { SvgIconProps } from './SvgIcon/SvgIcon.types'; export type { IconProps } from './Icon.types'; export { fontIconName } from './FontIcon/FontIcon.types'; export { svgIconName } from './SvgIcon/SvgIcon.types'; export { Icon } from './Icon'; export { FontIcon } from './FontIcon/FontIcon'; export { SvgIcon } from './SvgIcon/SvgIcon';