/// import { ComponentType, SVGAttributes } from 'react'; interface Props extends SVGAttributes { color?: string; size?: string | number; spin?: boolean; } declare const Icon: ComponentType; export default Icon;