MainIconSet

constructor(colors: DashColors, context: Context, addFavorite: DashIcon = DashIcon(context) { addFavorite(colors) }, addHome: DashIcon = DashIcon(context) { addHome(colors) }, addStop: DashIcon = DashIcon(context) { addStop(colors) }, addWork: DashIcon = DashIcon(context) { addWork(colors) }, airport: DashIcon = DashIcon(context) { airport(colors) }, charging: DashIcon = DashIcon(context) { charging(colors) }, checkMark: DashIcon = DashIcon(context) { checkMark(colors) }, coffee: DashIcon = DashIcon(context) { coffee(colors) }, copy: DashIcon = DashIcon(context) { copy(colors) }, debug: DashIcon = DashIcon(context) { debug(colors) }, departure: DashIcon = DashIcon(context) { departure(colors) }, dislike: DashIcon = DashIcon(context) { dislike(colors) }, error: DashIcon = DashIcon(context) { error(colors) }, favorite: DashIcon = DashIcon(context) { favorite(colors) }, favoriteOutline: DashIcon = DashIcon(context) { favoriteOutline(colors) }, feedback: DashIcon = DashIcon(context) { feedback(colors) }, food: DashIcon = DashIcon(context) { food(colors) }, fuel: DashIcon = DashIcon(context) { fuel(colors) }, garbage: DashIcon = DashIcon(context) { garbage(colors) }, grocery: DashIcon = DashIcon(context) { grocery(colors) }, home: DashIcon = DashIcon(context) { home(colors) }, like: DashIcon = DashIcon(context) { like(colors) }, lostConnection: DashIcon = DashIcon(context) { lostConnection(colors) }, mic: DashIcon = DashIcon(context) { mic(colors) }, music: DashIcon = DashIcon(context) { music(colors) }, okSign: DashIcon = DashIcon(context) { okSign(colors) }, parking: DashIcon = DashIcon(context) { parking(colors) }, recents: DashIcon = DashIcon(context) { recents(colors) }, retry: DashIcon = DashIcon(context) { retry(colors) }, search: DashIcon = DashIcon(context) { search(colors) }, settings: DashIcon = DashIcon(context) { settings(colors) }, voiceFeedback: DashIcon = DashIcon(context) { voiceFeedback(colors) }, work: DashIcon = DashIcon(context) { work(colors) }, zoomMinus: DashIcon = DashIcon(context) { zoomMinus(colors) }, zoomPlus: DashIcon = DashIcon(context) { zoomPlus(colors) })
constructor(addFavorite: DashIcon, addHome: DashIcon, addStop: DashIcon, addWork: DashIcon, airport: DashIcon, charging: DashIcon, checkMark: DashIcon, coffee: DashIcon, copy: DashIcon, debug: DashIcon, departure: DashIcon, dislike: DashIcon, error: DashIcon, favorite: DashIcon, favoriteOutline: DashIcon, feedback: DashIcon, food: DashIcon, fuel: DashIcon, garbage: DashIcon, grocery: DashIcon, home: DashIcon, like: DashIcon, lostConnection: DashIcon, mic: DashIcon, music: DashIcon, okSign: DashIcon, parking: DashIcon, recents: DashIcon, retry: DashIcon, search: DashIcon, settings: DashIcon, voiceFeedback: DashIcon, work: DashIcon, zoomMinus: DashIcon, zoomPlus: DashIcon)