export { Icon, IIconProps, IconStyled } from './Icon'; export { IconType } from './IconType'; /** * This index.tsx file exists so that you can do * * import { Icon } from '../controls/Icon/'; * * and the required Icon.tsx is automatically imported. */