import Icon, { icons, IconName, IconProps } from './Icon'; export type { IconName, IconProps }; export { icons }; export default Icon;