export interface ISoundsIcon { height: number; path?: string; style: string; svg?: string; width: number; }