TripProgressIconSet

constructor(colors: DashColors, context: Context, charging: DashIcon = DashIcon(context) { charging(colors) }, puck: DashIcon = DashIcon(context) { puck() }, stop: DashIcon = DashIcon(context) { stop(colors) })
constructor(charging: DashIcon, puck: DashIcon, stop: DashIcon)