import CustomIcon from './CustomIcon';
export { ICustomIconProps } from './CustomIcon.props';
export { CustomIcon };
export default CustomIcon;
