import CompCommon, { IconBaseProps } from '../../common/type'; export interface IconProps extends IconBaseProps, CompCommon { onClick?: Function; }