export default interface IconComponentTypes { icon: string, spin?: boolean, onClick?: Function }