BatteryIconSet
constructor(colors: DashColors, context: Context, soc0: DashIcon = DashIcon(context) { soc0(colors) }, soc0to10: DashIcon = DashIcon(context) { soc0to10(colors) }, soc10to20: DashIcon = DashIcon(context) { soc10to20(colors) }, soc20to30: DashIcon = DashIcon(context) { soc20to30(colors) }, soc30to40: DashIcon = DashIcon(context) { soc30to40(colors) }, soc40to50: DashIcon = DashIcon(context) { soc40to50(colors) }, soc50to60: DashIcon = DashIcon(context) { soc50to60(colors) }, soc60to70: DashIcon = DashIcon(context) { soc60to70(colors) }, soc70to80: DashIcon = DashIcon(context) { soc70to80(colors) }, soc80to90: DashIcon = DashIcon(context) { soc80to90(colors) }, soc90to100: DashIcon = DashIcon(context) { soc90to100(colors) }, socOutOfReach: DashIcon = DashIcon(context) { socOutOfReach(colors) })