SoundIconSet

constructor(colors: DashColors, context: Context, soundOff: DashIcon = DashIcon(context) { soundOff(colors) }, soundOn: DashIcon = DashIcon(context) { soundOn(colors) })
constructor(soundOff: DashIcon, soundOn: DashIcon)