export interface IconsInterface { color?: string; size?: number; height?: number; width?: number; [key: string]: unknown; }