export interface I_ICON_PROPS { id?: string width?: string | number height?: string | number fill?: string }