export interface IconProps { color?: string; size?: number; } export interface MasterIconProps extends IconProps { variant?: '' | 'light' | 'regular'; }