InformationIconSet
constructor(colors: DashColors, context: Context, building: DashIcon = DashIcon(context) { building(colors) }, pay: DashIcon = DashIcon(context) { pay(colors) }, phone: DashIcon = DashIcon(context) { phone(colors) }, pin: DashIcon = DashIcon(context) { pin(colors) }, plug: DashIcon = DashIcon(context) { plug(colors) }, tripadvisor: DashIcon = DashIcon(context) { tripadvisor(colors) }, tripadvisorRatingEmpty: DashIcon = DashIcon(context) { tripadvisorRatingEmpty() }, tripadvisorRatingFull: DashIcon = DashIcon(context) { tripadvisorRatingFull() }, tripadvisorRatingHalf: DashIcon = DashIcon(context) { tripadvisorRatingHalf() }, googleRatingEmpty: DashIcon = DashIcon(context) { googleRatingEmpty(colors) }, googleRatingFull: DashIcon = DashIcon(context) { googleRatingFull(colors) }, googleRatingHalf: DashIcon = DashIcon(context) { googleRatingHalf(colors) })
constructor(building: DashIcon, pay: DashIcon, phone: DashIcon, pin: DashIcon, plug: DashIcon, tripadvisor: DashIcon, tripadvisorRatingEmpty: DashIcon, tripadvisorRatingFull: DashIcon, tripadvisorRatingHalf: DashIcon, googleRatingEmpty: DashIcon, googleRatingFull: DashIcon, googleRatingHalf: DashIcon)