export type IconSquareVariant = 'gainsboro' | 'pink-lace' | 'pale-lavender' | 'lavender' | 'water' | 'green-cyan' | 'papaya-whip' | 'lumber' | 'light-red' | 'white'; export type IconSquareSize = 'small' | 'medium' | 'large';