import type { BaseTypeProps } from '../utils'; export interface IconProps extends BaseTypeProps { name: string; color?: string; size?: number; spin?: boolean; }