import type { ISoundsIcon } from "./ISoundsIcon"; export interface ISoundsIcons { mute: ISoundsIcon; unmute: ISoundsIcon; volumeDown: ISoundsIcon; volumeUp: ISoundsIcon; }