From f711716b15d80ec9b1a10fc2b3a1d93f7b2563d8 Mon Sep 17 00:00:00 2001 From: Kynan Song Date: Thu, 27 Nov 2025 15:30:35 +0000 Subject: [PATCH 1/5] [DON-2286] Adding large svgs for recent searches, vertical buttons and tab bar buttons. --- dist/iconMapping.json | 2 +- dist/js/icons/lg/vdl-cars.d.ts | 4 ++++ dist/js/icons/lg/vdl-cars.jsx | 5 +++++ dist/js/icons/lg/vdl-flight.d.ts | 4 ++++ dist/js/icons/lg/vdl-flight.jsx | 5 +++++ dist/js/icons/lg/vdl-home-beach.d.ts | 4 ++++ dist/js/icons/lg/vdl-home-beach.jsx | 5 +++++ dist/js/icons/lg/vdl-home-cars.d.ts | 4 ++++ dist/js/icons/lg/vdl-home-cars.jsx | 5 +++++ dist/js/icons/lg/vdl-home-flight.d.ts | 4 ++++ dist/js/icons/lg/vdl-home-flight.jsx | 5 +++++ dist/js/icons/lg/vdl-home-hotels.d.ts | 4 ++++ dist/js/icons/lg/vdl-home-hotels.jsx | 5 +++++ dist/js/icons/lg/vdl-hotels.d.ts | 4 ++++ dist/js/icons/lg/vdl-hotels.jsx | 5 +++++ dist/js/icons/lg/vdl-tab-drops-selected.d.ts | 4 ++++ dist/js/icons/lg/vdl-tab-drops-selected.jsx | 5 +++++ dist/js/icons/lg/vdl-tab-drops.d.ts | 4 ++++ dist/js/icons/lg/vdl-tab-drops.jsx | 5 +++++ dist/js/icons/lg/vdl-tab-profile-selected.d.ts | 4 ++++ dist/js/icons/lg/vdl-tab-profile-selected.jsx | 5 +++++ dist/js/icons/lg/vdl-tab-profile.d.ts | 4 ++++ dist/js/icons/lg/vdl-tab-profile.jsx | 5 +++++ dist/js/icons/lg/vdl-tab-saved-selected.d.ts | 4 ++++ dist/js/icons/lg/vdl-tab-saved-selected.jsx | 5 +++++ dist/js/icons/lg/vdl-tab-saved.d.ts | 4 ++++ dist/js/icons/lg/vdl-tab-saved.jsx | 5 +++++ dist/js/icons/lg/vdl-tab-search-selected.d.ts | 4 ++++ dist/js/icons/lg/vdl-tab-search-selected.jsx | 5 +++++ dist/js/icons/lg/vdl_tab-search.d.ts | 4 ++++ dist/js/icons/lg/vdl_tab-search.jsx | 5 +++++ dist/metadata.json | 2 +- dist/svgs/icons/lg/vdl-cars.svg | 1 + dist/svgs/icons/lg/vdl-flight.svg | 1 + dist/svgs/icons/lg/vdl-home-beach.svg | 1 + dist/svgs/icons/lg/vdl-home-cars.svg | 1 + dist/svgs/icons/lg/vdl-home-flight.svg | 1 + dist/svgs/icons/lg/vdl-home-hotels.svg | 1 + dist/svgs/icons/lg/vdl-hotels.svg | 1 + dist/svgs/icons/lg/vdl-tab-drops-selected.svg | 1 + dist/svgs/icons/lg/vdl-tab-drops.svg | 1 + dist/svgs/icons/lg/vdl-tab-profile-selected.svg | 1 + dist/svgs/icons/lg/vdl-tab-profile.svg | 1 + dist/svgs/icons/lg/vdl-tab-saved-selected.svg | 1 + dist/svgs/icons/lg/vdl-tab-saved.svg | 1 + dist/svgs/icons/lg/vdl-tab-search-selected.svg | 1 + dist/svgs/icons/lg/vdl_tab-search.svg | 1 + src/icons/lg/vdl-cars.svg | 1 + src/icons/lg/vdl-flight.svg | 1 + src/icons/lg/vdl-home-beach.svg | 1 + src/icons/lg/vdl-home-cars.svg | 1 + src/icons/lg/vdl-home-flight.svg | 1 + src/icons/lg/vdl-home-hotels.svg | 1 + src/icons/lg/vdl-hotels.svg | 1 + src/icons/lg/vdl-tab-drops-selected.svg | 1 + src/icons/lg/vdl-tab-drops.svg | 1 + src/icons/lg/vdl-tab-profile-selected.svg | 1 + src/icons/lg/vdl-tab-profile.svg | 1 + src/icons/lg/vdl-tab-saved-selected.svg | 1 + src/icons/lg/vdl-tab-saved.svg | 1 + src/icons/lg/vdl-tab-search-selected.svg | 1 + src/icons/lg/vdl_tab-search.svg | 1 + 62 files changed, 167 insertions(+), 2 deletions(-) create mode 100644 dist/js/icons/lg/vdl-cars.d.ts create mode 100644 dist/js/icons/lg/vdl-cars.jsx create mode 100644 dist/js/icons/lg/vdl-flight.d.ts create mode 100644 dist/js/icons/lg/vdl-flight.jsx create mode 100644 dist/js/icons/lg/vdl-home-beach.d.ts create mode 100644 dist/js/icons/lg/vdl-home-beach.jsx create mode 100644 dist/js/icons/lg/vdl-home-cars.d.ts create mode 100644 dist/js/icons/lg/vdl-home-cars.jsx create mode 100644 dist/js/icons/lg/vdl-home-flight.d.ts create mode 100644 dist/js/icons/lg/vdl-home-flight.jsx create mode 100644 dist/js/icons/lg/vdl-home-hotels.d.ts create mode 100644 dist/js/icons/lg/vdl-home-hotels.jsx create mode 100644 dist/js/icons/lg/vdl-hotels.d.ts create mode 100644 dist/js/icons/lg/vdl-hotels.jsx create mode 100644 dist/js/icons/lg/vdl-tab-drops-selected.d.ts create mode 100644 dist/js/icons/lg/vdl-tab-drops-selected.jsx create mode 100644 dist/js/icons/lg/vdl-tab-drops.d.ts create mode 100644 dist/js/icons/lg/vdl-tab-drops.jsx create mode 100644 dist/js/icons/lg/vdl-tab-profile-selected.d.ts create mode 100644 dist/js/icons/lg/vdl-tab-profile-selected.jsx create mode 100644 dist/js/icons/lg/vdl-tab-profile.d.ts create mode 100644 dist/js/icons/lg/vdl-tab-profile.jsx create mode 100644 dist/js/icons/lg/vdl-tab-saved-selected.d.ts create mode 100644 dist/js/icons/lg/vdl-tab-saved-selected.jsx create mode 100644 dist/js/icons/lg/vdl-tab-saved.d.ts create mode 100644 dist/js/icons/lg/vdl-tab-saved.jsx create mode 100644 dist/js/icons/lg/vdl-tab-search-selected.d.ts create mode 100644 dist/js/icons/lg/vdl-tab-search-selected.jsx create mode 100644 dist/js/icons/lg/vdl_tab-search.d.ts create mode 100644 dist/js/icons/lg/vdl_tab-search.jsx create mode 100644 dist/svgs/icons/lg/vdl-cars.svg create mode 100644 dist/svgs/icons/lg/vdl-flight.svg create mode 100644 dist/svgs/icons/lg/vdl-home-beach.svg create mode 100644 dist/svgs/icons/lg/vdl-home-cars.svg create mode 100644 dist/svgs/icons/lg/vdl-home-flight.svg create mode 100644 dist/svgs/icons/lg/vdl-home-hotels.svg create mode 100644 dist/svgs/icons/lg/vdl-hotels.svg create mode 100644 dist/svgs/icons/lg/vdl-tab-drops-selected.svg create mode 100644 dist/svgs/icons/lg/vdl-tab-drops.svg create mode 100644 dist/svgs/icons/lg/vdl-tab-profile-selected.svg create mode 100644 dist/svgs/icons/lg/vdl-tab-profile.svg create mode 100644 dist/svgs/icons/lg/vdl-tab-saved-selected.svg create mode 100644 dist/svgs/icons/lg/vdl-tab-saved.svg create mode 100644 dist/svgs/icons/lg/vdl-tab-search-selected.svg create mode 100644 dist/svgs/icons/lg/vdl_tab-search.svg create mode 100644 src/icons/lg/vdl-cars.svg create mode 100644 src/icons/lg/vdl-flight.svg create mode 100644 src/icons/lg/vdl-home-beach.svg create mode 100644 src/icons/lg/vdl-home-cars.svg create mode 100644 src/icons/lg/vdl-home-flight.svg create mode 100644 src/icons/lg/vdl-home-hotels.svg create mode 100644 src/icons/lg/vdl-hotels.svg create mode 100644 src/icons/lg/vdl-tab-drops-selected.svg create mode 100644 src/icons/lg/vdl-tab-drops.svg create mode 100644 src/icons/lg/vdl-tab-profile-selected.svg create mode 100644 src/icons/lg/vdl-tab-profile.svg create mode 100644 src/icons/lg/vdl-tab-saved-selected.svg create mode 100644 src/icons/lg/vdl-tab-saved.svg create mode 100644 src/icons/lg/vdl-tab-search-selected.svg create mode 100644 src/icons/lg/vdl_tab-search.svg diff --git a/dist/iconMapping.json b/dist/iconMapping.json index db9cc2e..11c2480 100644 --- a/dist/iconMapping.json +++ b/dist/iconMapping.json @@ -1 +1 @@ -{"accessibility-sm":"accessibility-sm","account--add-sm":"account--add-sm","account--female-sm":"account--female-sm","account--id-card-sm":"account--id-card-sm","account--name-sm":"account--name-sm","account--permit-sm":"account--permit-sm","account-circle-sm":"account-circle-sm","account-sm":"account-sm","add-circle-sm":"add-circle-sm","adult-sm":"adult-sm","ai-sm":"ai-sm","aircon-sm":"aircon-sm","aircraft-sm":"aircraft-sm","airline--multiple-sm":"airline--multiple-sm","airline-sm":"airline-sm","airports-sm":"airports-sm","alert--active-sm":"alert--active-sm","alert--add-sm":"alert--add-sm","alert--expired-sm":"alert--expired-sm","alert--remove-sm":"alert--remove-sm","arrow-down-sm":"arrow-down-sm","arrow-left-sm":"arrow-left-sm","arrow-right-sm":"arrow-right-sm","arrow-up-sm":"arrow-up-sm","award-sm":"award-sm","baby-carriage-sm":"baby-carriage-sm","baggage--add-sm":"baggage--add-sm","baggage--remove-sm":"baggage--remove-sm","baggage-cabin-add-sm":"baggage-cabin-add-sm","baggage-cabin-included-tick-sm":"baggage-cabin-included-tick-sm","baggage-cabin-not-included-cross-sm":"baggage-cabin-not-included-cross-sm","baggage-cabin-not-included-sm":"baggage-cabin-not-included-sm","baggage-cabin-uncertain-sm":"baggage-cabin-uncertain-sm","baggage-cabin-sm":"baggage-cabin-sm","baggage-checked-add-sm":"baggage-checked-add-sm","baggage-checked-included-tick-sm":"baggage-checked-included-tick-sm","baggage-checked-not-included-cross-sm":"baggage-checked-not-included-cross-sm","baggage-checked-not-included-sm":"baggage-checked-not-included-sm","baggage-checked-uncertain-sm":"baggage-checked-uncertain-sm","baggage-checked-sm":"baggage-checked-sm","baggage-cross-sm":"baggage-cross-sm","baggage-generic-sm":"baggage-generic-sm","baggage-personal-item-sm":"baggage-personal-item-sm","baggage-tick-sm":"baggage-tick-sm","baggage-sm":"baggage-sm","bar-sm":"bar-sm","beach-sm":"beach-sm","beer-sm":"beer-sm","breakfast-cross-sm":"breakfast-cross-sm","breakfast-tick-sm":"breakfast-tick-sm","bus-sm":"bus-sm","business-sm":"business-sm","cafe-sm":"cafe-sm","calendar-sm":"calendar-sm","call-back-sm":"call-back-sm","camera-sm":"camera-sm","camper-van-sm":"camper-van-sm","car-door-sm":"car-door-sm","car-wash-sm":"car-wash-sm","cars-flexible-sm":"cars-flexible-sm","cars-sm":"cars-sm","center-location-sm":"center-location-sm","chart-sm":"chart-sm","chauffeur-sm":"chauffeur-sm","check-sm":"check-sm","chevron-down-sm":"chevron-down-sm","chevron-left-sm":"chevron-left-sm","chevron-right-sm":"chevron-right-sm","chevron-up-sm":"chevron-up-sm","child-seat-sm":"child-seat-sm","child-sm":"child-sm","city-center-sm":"city-center-sm","city-sm":"city-sm","clean-policy-sm":"clean-policy-sm","clean-sm":"clean-sm","cleaning-medical-sm":"cleaning-medical-sm","cloakroom-sm":"cloakroom-sm","close-circle-sm":"close-circle-sm","close-sm":"close-sm","collapse-sm":"collapse-sm","content--copy-sm":"content--copy-sm","content--event-sm":"content--event-sm","content--guides-sm":"content--guides-sm","currency-sm":"currency-sm","data-sm":"data-sm","deals-sm":"deals-sm","depart-sm":"depart-sm","device-mid-sm":"device-mid-sm","device-wide-sm":"device-wide-sm","direct-sm":"direct-sm","document-csv-sm":"document-csv-sm","document-pdf-sm":"document-pdf-sm","dot-sm":"dot-sm","download-sm":"download-sm","duration-sm":"duration-sm","eco-leaf-sm":"eco-leaf-sm","edit-sm":"edit-sm","education-sm":"education-sm","electric-sm":"electric-sm","end-call-sm":"end-call-sm","estimated-sm":"estimated-sm","exclamation-circle-sm":"exclamation-circle-sm","exclamation-sm":"exclamation-sm","expand-sm":"expand-sm","explore-sm":"explore-sm","face--blank-sm":"face--blank-sm","face--happy-sm":"face--happy-sm","face--sad-sm":"face--sad-sm","face-id-sm":"face-id-sm","face-mask-sm":"face-mask-sm","family-sm":"family-sm","fast-track-sm":"fast-track-sm","fast-train-sm":"fast-train-sm","filter-sm":"filter-sm","fingerprint-sm":"fingerprint-sm","flag-sm":"flag-sm","flame-sm":"flame-sm","flask-sm":"flask-sm","flight-flexible-sm":"flight-flexible-sm","flight-landing-sm":"flight-landing-sm","flight-takeoff-sm":"flight-takeoff-sm","flight-sm":"flight-sm","food-sm":"food-sm","gears-automatic-circle-sm":"gears-automatic-circle-sm","gears-automatic-sm":"gears-automatic-sm","gears-manual-circle-sm":"gears-manual-circle-sm","gears-manual-sm":"gears-manual-sm","globe-sm":"globe-sm","grid-layout-sm":"grid-layout-sm","headset-sm":"headset-sm","health-fitness-sm":"health-fitness-sm","heart--outline-sm":"heart--outline-sm","heart-sm":"heart-sm","help-circle-sm":"help-circle-sm","help-sm":"help-sm","hide-sm":"hide-sm","hotel-flexible-sm":"hotel-flexible-sm","hotels--disabled-facilities-sm":"hotels--disabled-facilities-sm","hotels--jacuzzi-sm":"hotels--jacuzzi-sm","hotels--pets-allowed-sm":"hotels--pets-allowed-sm","hotels--smoking-sm":"hotels--smoking-sm","hotels-sm":"hotels-sm","incompatible-sm":"incompatible-sm","infant-sm":"infant-sm","information--language-alert-sm":"information--language-alert-sm","information--language-question-sm":"information--language-question-sm","information--language-sm":"information--language-sm","information-circle-sm":"information-circle-sm","information-sm":"information-sm","insurance-sm":"insurance-sm","key-sm":"key-sm","keypad-sm":"keypad-sm","landmark-sm":"landmark-sm","language-sm":"language-sm","legroom--extra-sm":"legroom--extra-sm","legroom--normal-sm":"legroom--normal-sm","legroom--reduced-sm":"legroom--reduced-sm","leisure-sm":"leisure-sm","lightning-sm":"lightning-sm","list-sm":"list-sm","location-sm":"location-sm","lock-sm":"lock-sm","logout-sm":"logout-sm","long-arrow-down-sm":"long-arrow-down-sm","long-arrow-left-sm":"long-arrow-left-sm","long-arrow-right-sm":"long-arrow-right-sm","long-arrow-up-sm":"long-arrow-up-sm","lounge-sm":"lounge-sm","loyalty-sm":"loyalty-sm","luggageall-sm":"luggageall-sm","mail-sm":"mail-sm","map-sm":"map-sm","meal-sm":"meal-sm","media-sm":"media-sm","menu--horizontal-sm":"menu--horizontal-sm","menu--vertical-sm":"menu--vertical-sm","menu-sm":"menu-sm","mileage-sm":"mileage-sm","minus-sm":"minus-sm","mobile-sm":"mobile-sm","money-sm":"money-sm","multiple-bookings-sm":"multiple-bookings-sm","music-sm":"music-sm","mute-sm":"mute-sm","native-android--back-sm":"native-android--back-sm","native-android--close-sm":"native-android--close-sm","native-android--forward-sm":"native-android--forward-sm","native-ios-close-sm":"native-ios-close-sm","navigation-sm":"navigation-sm","new-window-sm":"new-window-sm","news-sm":"news-sm","night-sm":"night-sm","not-allowed-sm":"not-allowed-sm","onsen-sm":"onsen-sm","origin-sm":"origin-sm","paid-sm":"paid-sm","paperclip-sm":"paperclip-sm","parking-sm":"parking-sm","passport-sm":"passport-sm","pause-sm":"pause-sm","payment-card-sm":"payment-card-sm","petrol-sm":"petrol-sm","phone-call-sm":"phone-call-sm","picture-sm":"picture-sm","pin-sm":"pin-sm","plane-seat-sm":"plane-seat-sm","play-sm":"play-sm","plus-sm":"plus-sm","policy-sm":"policy-sm","powerplug-sm":"powerplug-sm","ppe-sm":"ppe-sm","price-alerts-sm":"price-alerts-sm","price-tag-sm":"price-tag-sm","print-sm":"print-sm","recent-searches-sm":"recent-searches-sm","redo-sm":"redo-sm","refresh-sm":"refresh-sm","return-sm":"return-sm","room-sm":"room-sm","scales-sm":"scales-sm","search-sm":"search-sm","self-service-sm":"self-service-sm","send-message-sm":"send-message-sm","services-sm":"services-sm","settings-sm":"settings-sm","share--android-sm":"share--android-sm","share--ios-sm":"share--ios-sm","share-sm":"share-sm","single-booking-sm":"single-booking-sm","social-distancing-sm":"social-distancing-sm","social-like-sm":"social-like-sm","sort-down-sm":"sort-down-sm","sort-up-sm":"sort-up-sm","sort-sm":"sort-sm","speaker-mute-sm":"speaker-mute-sm","speaker-sm":"speaker-sm","star-half-sm":"star-half-sm","star-outline-sm":"star-outline-sm","star-sm":"star-sm","stops-sm":"stops-sm","swap--horizontal-sm":"swap--horizontal-sm","swap--vertical-sm":"swap--vertical-sm","swap-sm":"swap-sm","taxi-sm":"taxi-sm","temperature-sm":"temperature-sm","thumbs-down-sm":"thumbs-down-sm","thumbs-up-sm":"thumbs-up-sm","tick-circle-sm":"tick-circle-sm","tick-sm":"tick-sm","ticket-flexible-sm":"ticket-flexible-sm","ticket-sm":"ticket-sm","time-sm":"time-sm","toilets-sm":"toilets-sm","train-sm":"train-sm","transmission-automatic-sm":"transmission-automatic-sm","transmission-manual-sm":"transmission-manual-sm","trash-sm":"trash-sm","trend--down-sm":"trend--down-sm","trend--steady-sm":"trend--steady-sm","trend--will-rise-sm":"trend--will-rise-sm","trend-sm":"trend-sm","trips-sm":"trips-sm","undo-sm":"undo-sm","unlock-sm":"unlock-sm","unmute-sm":"unmute-sm","upgrade-sm":"upgrade-sm","upload-sm":"upload-sm","use-location-sm":"use-location-sm","view-sm":"view-sm","virus-sm":"virus-sm","walk-sm":"walk-sm","wallet-sm":"wallet-sm","weather--clear-sm":"weather--clear-sm","weather--cloudy-sm":"weather--cloudy-sm","weather--fog-sm":"weather--fog-sm","weather--partly-cloudy-sm":"weather--partly-cloudy-sm","weather--rain-sm":"weather--rain-sm","weather--snow-sm":"weather--snow-sm","weather--thunderstorm-sm":"weather--thunderstorm-sm","weather--tornado-sm":"weather--tornado-sm","weather--wind-sm":"weather--wind-sm","weather-sm":"weather-sm","wifi-sm":"wifi-sm","window--reduce-sm":"window--reduce-sm","window-sm":"window-sm","world--amer-sm":"world--amer-sm","world--apac-sm":"world--apac-sm","world--emea-sm":"world--emea-sm","accessibility":"accessibility","account--add":"account--add","account--female":"account--female","account--id-card":"account--id-card","account--name":"account--name","account--permit":"account--permit","account-circle":"account-circle","account":"account","add-circle":"add-circle","adult":"adult","ai":"ai","aircon":"aircon","aircraft":"aircraft","airline--multiple":"airline--multiple","airline":"airline","airports":"airports","alert--active":"alert--active","alert--add":"alert--add","alert--expired":"alert--expired","alert--remove":"alert--remove","arrow-down":"arrow-down","arrow-left":"arrow-left","arrow-right":"arrow-right","arrow-up":"arrow-up","award":"award","baby-carriage":"baby-carriage","baggage--add":"baggage--add","baggage--remove":"baggage--remove","baggage-cabin-add":"baggage-cabin-add","baggage-cabin-included-tick":"baggage-cabin-included-tick","baggage-cabin-not-included-cross":"baggage-cabin-not-included-cross","baggage-cabin-not-included":"baggage-cabin-not-included","baggage-cabin-uncertain":"baggage-cabin-uncertain","baggage-cabin":"baggage-cabin","baggage-checked-add":"baggage-checked-add","baggage-checked-included-tick":"baggage-checked-included-tick","baggage-checked-not-included-cross":"baggage-checked-not-included-cross","baggage-checked-not-included":"baggage-checked-not-included","baggage-checked-uncertain":"baggage-checked-uncertain","baggage-checked":"baggage-checked","baggage-cross":"baggage-cross","baggage-generic":"baggage-generic","baggage-personal-item":"baggage-personal-item","baggage-tick":"baggage-tick","baggage":"baggage","bar":"bar","beach":"beach","beer":"beer","breakfast-cross":"breakfast-cross","breakfast-tick":"breakfast-tick","bus":"bus","business":"business","cafe":"cafe","calendar":"calendar","call-back":"call-back","camera":"camera","camper-van":"camper-van","car-door":"car-door","car-wash":"car-wash","cars-flexible":"cars-flexible","cars":"cars","center-location":"center-location","chart":"chart","chauffeur":"chauffeur","chevron-down":"chevron-down","chevron-left":"chevron-left","chevron-right":"chevron-right","chevron-up":"chevron-up","child-seat":"child-seat","child":"child","city-center":"city-center","city":"city","clean-policy":"clean-policy","clean":"clean","cleaning-medical":"cleaning-medical","cloakroom":"cloakroom","close-circle":"close-circle","close":"close","collapse":"collapse","content--copy":"content--copy","content--event":"content--event","content--guides":"content--guides","currency":"currency","data":"data","deals":"deals","depart":"depart","device-mid":"device-mid","device-wide":"device-wide","direct":"direct","document-csv":"document-csv","document-pdf":"document-pdf","dot":"dot","download":"download","duration":"duration","eco-leaf":"eco-leaf","edit":"edit","education":"education","electric":"electric","end-call":"end-call","estimated":"estimated","exclamation-circle":"exclamation-circle","exclamation":"exclamation","expand":"expand","explore":"explore","face--blank":"face--blank","face--happy":"face--happy","face--sad":"face--sad","face-id":"face-id","face-mask":"face-mask","family":"family","fast-track":"fast-track","fast-train":"fast-train","filter":"filter","fingerprint":"fingerprint","flag":"flag","flame":"flame","flask":"flask","flight-flexible":"flight-flexible","flight-landing":"flight-landing","flight-takeoff":"flight-takeoff","flight":"flight","food":"food","gears-automatic-circle":"gears-automatic-circle","gears-automatic":"gears-automatic","gears-manual-circle":"gears-manual-circle","gears-manual":"gears-manual","globe":"globe","grid-layout":"grid-layout","headset":"headset","health-fitness":"health-fitness","heart--outline":"heart--outline","heart":"heart","help-circle":"help-circle","help":"help","hide":"hide","hotel-flexible":"hotel-flexible","hotels--disabled-facilities":"hotels--disabled-facilities","hotels--jacuzzi":"hotels--jacuzzi","hotels--pets-allowed":"hotels--pets-allowed","hotels--smoking":"hotels--smoking","hotels":"hotels","incompatible":"incompatible","infant":"infant","information--language-alert":"information--language-alert","information--language-question":"information--language-question","information--language":"information--language","information-circle":"information-circle","information":"information","insurance":"insurance","key":"key","keypad":"keypad","landmark":"landmark","language":"language","legroom--extra":"legroom--extra","legroom--normal":"legroom--normal","legroom--reduced":"legroom--reduced","leisure":"leisure","lightning":"lightning","list":"list","location":"location","lock":"lock","logout":"logout","long-arrow-down":"long-arrow-down","long-arrow-left":"long-arrow-left","long-arrow-right":"long-arrow-right","long-arrow-up":"long-arrow-up","lounge":"lounge","loyalty":"loyalty","luggageall":"luggageall","mail":"mail","map":"map","meal":"meal","media":"media","menu--horizontal":"menu--horizontal","menu--vertical":"menu--vertical","menu":"menu","mileage":"mileage","minus":"minus","mobile":"mobile","money":"money","multiple-bookings":"multiple-bookings","music":"music","mute":"mute","native-android--back":"native-android--back","native-android--close":"native-android--close","native-android--forward":"native-android--forward","native-ios-close":"native-ios-close","navigation":"navigation","new-window":"new-window","news":"news","night":"night","not-allowed":"not-allowed","onsen":"onsen","origin":"origin","paid":"paid","paperclip":"paperclip","parking":"parking","passport":"passport","pause":"pause","payment-card":"payment-card","petrol":"petrol","phone-call":"phone-call","picture":"picture","pin":"pin","plane-seat":"plane-seat","play":"play","plus":"plus","policy":"policy","powerplug":"powerplug","ppe":"ppe","price-alerts":"price-alerts","price-tag":"price-tag","print":"print","recent-searches":"recent-searches","redo":"redo","refresh":"refresh","return":"return","room":"room","scales":"scales","search":"search","self-service":"self-service","send-message":"send-message","services":"services","settings":"settings","share--android":"share--android","share--ios":"share--ios","share":"share","single-booking":"single-booking","social-distancing":"social-distancing","social-like":"social-like","sort-down":"sort-down","sort-up":"sort-up","sort":"sort","speaker-mute":"speaker-mute","speaker":"speaker","star-half":"star-half","star-outline":"star-outline","star":"star","stops":"stops","swap--horizontal":"swap--horizontal","swap--vertical":"swap--vertical","swap":"swap","taxi":"taxi","temperature":"temperature","thumbs-down":"thumbs-down","thumbs-up":"thumbs-up","tick-circle":"tick-circle","tick":"tick","ticket-flexible":"ticket-flexible","ticket":"ticket","time":"time","toilets":"toilets","train":"train","transmission-automatic":"transmission-automatic","transmission-manual":"transmission-manual","trash":"trash","trend--down":"trend--down","trend--steady":"trend--steady","trend--will-rise":"trend--will-rise","trend":"trend","trips":"trips","undo":"undo","unlock":"unlock","unmute":"unmute","upgrade":"upgrade","upload":"upload","use-location":"use-location","view":"view","virus":"virus","walk":"walk","wallet":"wallet","weather--clear":"weather--clear","weather--cloudy":"weather--cloudy","weather--fog":"weather--fog","weather--partly-cloudy":"weather--partly-cloudy","weather--rain":"weather--rain","weather--snow":"weather--snow","weather--thunderstorm":"weather--thunderstorm","weather--tornado":"weather--tornado","weather--wind":"weather--wind","weather":"weather","wifi":"wifi","window--reduce":"window--reduce","window":"window","world--amer":"world--amer","world--apac":"world--apac","world--emea":"world--emea","star-half-xxxl":"star-half-xxxl","star-outline-xxxl":"star-outline-xxxl","star-xxxl":"star-xxxl"} \ No newline at end of file +{"accessibility-sm":"accessibility-sm","account--add-sm":"account--add-sm","account--female-sm":"account--female-sm","account--id-card-sm":"account--id-card-sm","account--name-sm":"account--name-sm","account--permit-sm":"account--permit-sm","account-circle-sm":"account-circle-sm","account-sm":"account-sm","add-circle-sm":"add-circle-sm","adult-sm":"adult-sm","ai-sm":"ai-sm","aircon-sm":"aircon-sm","aircraft-sm":"aircraft-sm","airline--multiple-sm":"airline--multiple-sm","airline-sm":"airline-sm","airports-sm":"airports-sm","alert--active-sm":"alert--active-sm","alert--add-sm":"alert--add-sm","alert--expired-sm":"alert--expired-sm","alert--remove-sm":"alert--remove-sm","arrow-down-sm":"arrow-down-sm","arrow-left-sm":"arrow-left-sm","arrow-right-sm":"arrow-right-sm","arrow-up-sm":"arrow-up-sm","award-sm":"award-sm","baby-carriage-sm":"baby-carriage-sm","baggage--add-sm":"baggage--add-sm","baggage--remove-sm":"baggage--remove-sm","baggage-cabin-add-sm":"baggage-cabin-add-sm","baggage-cabin-included-tick-sm":"baggage-cabin-included-tick-sm","baggage-cabin-not-included-cross-sm":"baggage-cabin-not-included-cross-sm","baggage-cabin-not-included-sm":"baggage-cabin-not-included-sm","baggage-cabin-uncertain-sm":"baggage-cabin-uncertain-sm","baggage-cabin-sm":"baggage-cabin-sm","baggage-checked-add-sm":"baggage-checked-add-sm","baggage-checked-included-tick-sm":"baggage-checked-included-tick-sm","baggage-checked-not-included-cross-sm":"baggage-checked-not-included-cross-sm","baggage-checked-not-included-sm":"baggage-checked-not-included-sm","baggage-checked-uncertain-sm":"baggage-checked-uncertain-sm","baggage-checked-sm":"baggage-checked-sm","baggage-cross-sm":"baggage-cross-sm","baggage-generic-sm":"baggage-generic-sm","baggage-personal-item-sm":"baggage-personal-item-sm","baggage-tick-sm":"baggage-tick-sm","baggage-sm":"baggage-sm","bar-sm":"bar-sm","beach-sm":"beach-sm","beer-sm":"beer-sm","breakfast-cross-sm":"breakfast-cross-sm","breakfast-tick-sm":"breakfast-tick-sm","bus-sm":"bus-sm","business-sm":"business-sm","cafe-sm":"cafe-sm","calendar-sm":"calendar-sm","call-back-sm":"call-back-sm","camera-sm":"camera-sm","camper-van-sm":"camper-van-sm","car-door-sm":"car-door-sm","car-wash-sm":"car-wash-sm","cars-flexible-sm":"cars-flexible-sm","cars-sm":"cars-sm","center-location-sm":"center-location-sm","chart-sm":"chart-sm","chauffeur-sm":"chauffeur-sm","check-sm":"check-sm","chevron-down-sm":"chevron-down-sm","chevron-left-sm":"chevron-left-sm","chevron-right-sm":"chevron-right-sm","chevron-up-sm":"chevron-up-sm","child-seat-sm":"child-seat-sm","child-sm":"child-sm","city-center-sm":"city-center-sm","city-sm":"city-sm","clean-policy-sm":"clean-policy-sm","clean-sm":"clean-sm","cleaning-medical-sm":"cleaning-medical-sm","cloakroom-sm":"cloakroom-sm","close-circle-sm":"close-circle-sm","close-sm":"close-sm","collapse-sm":"collapse-sm","content--copy-sm":"content--copy-sm","content--event-sm":"content--event-sm","content--guides-sm":"content--guides-sm","currency-sm":"currency-sm","data-sm":"data-sm","deals-sm":"deals-sm","depart-sm":"depart-sm","device-mid-sm":"device-mid-sm","device-wide-sm":"device-wide-sm","direct-sm":"direct-sm","document-csv-sm":"document-csv-sm","document-pdf-sm":"document-pdf-sm","dot-sm":"dot-sm","download-sm":"download-sm","duration-sm":"duration-sm","eco-leaf-sm":"eco-leaf-sm","edit-sm":"edit-sm","education-sm":"education-sm","electric-sm":"electric-sm","end-call-sm":"end-call-sm","estimated-sm":"estimated-sm","exclamation-circle-sm":"exclamation-circle-sm","exclamation-sm":"exclamation-sm","expand-sm":"expand-sm","explore-sm":"explore-sm","face--blank-sm":"face--blank-sm","face--happy-sm":"face--happy-sm","face--sad-sm":"face--sad-sm","face-id-sm":"face-id-sm","face-mask-sm":"face-mask-sm","family-sm":"family-sm","fast-track-sm":"fast-track-sm","fast-train-sm":"fast-train-sm","filter-sm":"filter-sm","fingerprint-sm":"fingerprint-sm","flag-sm":"flag-sm","flame-sm":"flame-sm","flask-sm":"flask-sm","flight-flexible-sm":"flight-flexible-sm","flight-landing-sm":"flight-landing-sm","flight-takeoff-sm":"flight-takeoff-sm","flight-sm":"flight-sm","food-sm":"food-sm","gears-automatic-circle-sm":"gears-automatic-circle-sm","gears-automatic-sm":"gears-automatic-sm","gears-manual-circle-sm":"gears-manual-circle-sm","gears-manual-sm":"gears-manual-sm","globe-sm":"globe-sm","grid-layout-sm":"grid-layout-sm","headset-sm":"headset-sm","health-fitness-sm":"health-fitness-sm","heart--outline-sm":"heart--outline-sm","heart-sm":"heart-sm","help-circle-sm":"help-circle-sm","help-sm":"help-sm","hide-sm":"hide-sm","hotel-flexible-sm":"hotel-flexible-sm","hotels--disabled-facilities-sm":"hotels--disabled-facilities-sm","hotels--jacuzzi-sm":"hotels--jacuzzi-sm","hotels--pets-allowed-sm":"hotels--pets-allowed-sm","hotels--smoking-sm":"hotels--smoking-sm","hotels-sm":"hotels-sm","incompatible-sm":"incompatible-sm","infant-sm":"infant-sm","information--language-alert-sm":"information--language-alert-sm","information--language-question-sm":"information--language-question-sm","information--language-sm":"information--language-sm","information-circle-sm":"information-circle-sm","information-sm":"information-sm","insurance-sm":"insurance-sm","key-sm":"key-sm","keypad-sm":"keypad-sm","landmark-sm":"landmark-sm","language-sm":"language-sm","legroom--extra-sm":"legroom--extra-sm","legroom--normal-sm":"legroom--normal-sm","legroom--reduced-sm":"legroom--reduced-sm","leisure-sm":"leisure-sm","lightning-sm":"lightning-sm","list-sm":"list-sm","location-sm":"location-sm","lock-sm":"lock-sm","logout-sm":"logout-sm","long-arrow-down-sm":"long-arrow-down-sm","long-arrow-left-sm":"long-arrow-left-sm","long-arrow-right-sm":"long-arrow-right-sm","long-arrow-up-sm":"long-arrow-up-sm","lounge-sm":"lounge-sm","loyalty-sm":"loyalty-sm","luggageall-sm":"luggageall-sm","mail-sm":"mail-sm","map-sm":"map-sm","meal-sm":"meal-sm","media-sm":"media-sm","menu--horizontal-sm":"menu--horizontal-sm","menu--vertical-sm":"menu--vertical-sm","menu-sm":"menu-sm","mileage-sm":"mileage-sm","minus-sm":"minus-sm","mobile-sm":"mobile-sm","money-sm":"money-sm","multiple-bookings-sm":"multiple-bookings-sm","music-sm":"music-sm","mute-sm":"mute-sm","native-android--back-sm":"native-android--back-sm","native-android--close-sm":"native-android--close-sm","native-android--forward-sm":"native-android--forward-sm","native-ios-close-sm":"native-ios-close-sm","navigation-sm":"navigation-sm","new-window-sm":"new-window-sm","news-sm":"news-sm","night-sm":"night-sm","not-allowed-sm":"not-allowed-sm","onsen-sm":"onsen-sm","origin-sm":"origin-sm","paid-sm":"paid-sm","paperclip-sm":"paperclip-sm","parking-sm":"parking-sm","passport-sm":"passport-sm","pause-sm":"pause-sm","payment-card-sm":"payment-card-sm","petrol-sm":"petrol-sm","phone-call-sm":"phone-call-sm","picture-sm":"picture-sm","pin-sm":"pin-sm","plane-seat-sm":"plane-seat-sm","play-sm":"play-sm","plus-sm":"plus-sm","policy-sm":"policy-sm","powerplug-sm":"powerplug-sm","ppe-sm":"ppe-sm","price-alerts-sm":"price-alerts-sm","price-tag-sm":"price-tag-sm","print-sm":"print-sm","recent-searches-sm":"recent-searches-sm","redo-sm":"redo-sm","refresh-sm":"refresh-sm","return-sm":"return-sm","room-sm":"room-sm","scales-sm":"scales-sm","search-sm":"search-sm","self-service-sm":"self-service-sm","send-message-sm":"send-message-sm","services-sm":"services-sm","settings-sm":"settings-sm","share--android-sm":"share--android-sm","share--ios-sm":"share--ios-sm","share-sm":"share-sm","single-booking-sm":"single-booking-sm","social-distancing-sm":"social-distancing-sm","social-like-sm":"social-like-sm","sort-down-sm":"sort-down-sm","sort-up-sm":"sort-up-sm","sort-sm":"sort-sm","speaker-mute-sm":"speaker-mute-sm","speaker-sm":"speaker-sm","star-half-sm":"star-half-sm","star-outline-sm":"star-outline-sm","star-sm":"star-sm","stops-sm":"stops-sm","swap--horizontal-sm":"swap--horizontal-sm","swap--vertical-sm":"swap--vertical-sm","swap-sm":"swap-sm","taxi-sm":"taxi-sm","temperature-sm":"temperature-sm","thumbs-down-sm":"thumbs-down-sm","thumbs-up-sm":"thumbs-up-sm","tick-circle-sm":"tick-circle-sm","tick-sm":"tick-sm","ticket-flexible-sm":"ticket-flexible-sm","ticket-sm":"ticket-sm","time-sm":"time-sm","toilets-sm":"toilets-sm","train-sm":"train-sm","transmission-automatic-sm":"transmission-automatic-sm","transmission-manual-sm":"transmission-manual-sm","trash-sm":"trash-sm","trend--down-sm":"trend--down-sm","trend--steady-sm":"trend--steady-sm","trend--will-rise-sm":"trend--will-rise-sm","trend-sm":"trend-sm","trips-sm":"trips-sm","undo-sm":"undo-sm","unlock-sm":"unlock-sm","unmute-sm":"unmute-sm","upgrade-sm":"upgrade-sm","upload-sm":"upload-sm","use-location-sm":"use-location-sm","view-sm":"view-sm","virus-sm":"virus-sm","walk-sm":"walk-sm","wallet-sm":"wallet-sm","weather--clear-sm":"weather--clear-sm","weather--cloudy-sm":"weather--cloudy-sm","weather--fog-sm":"weather--fog-sm","weather--partly-cloudy-sm":"weather--partly-cloudy-sm","weather--rain-sm":"weather--rain-sm","weather--snow-sm":"weather--snow-sm","weather--thunderstorm-sm":"weather--thunderstorm-sm","weather--tornado-sm":"weather--tornado-sm","weather--wind-sm":"weather--wind-sm","weather-sm":"weather-sm","wifi-sm":"wifi-sm","window--reduce-sm":"window--reduce-sm","window-sm":"window-sm","world--amer-sm":"world--amer-sm","world--apac-sm":"world--apac-sm","world--emea-sm":"world--emea-sm","accessibility":"accessibility","account--add":"account--add","account--female":"account--female","account--id-card":"account--id-card","account--name":"account--name","account--permit":"account--permit","account-circle":"account-circle","account":"account","add-circle":"add-circle","adult":"adult","ai":"ai","aircon":"aircon","aircraft":"aircraft","airline--multiple":"airline--multiple","airline":"airline","airports":"airports","alert--active":"alert--active","alert--add":"alert--add","alert--expired":"alert--expired","alert--remove":"alert--remove","arrow-down":"arrow-down","arrow-left":"arrow-left","arrow-right":"arrow-right","arrow-up":"arrow-up","award":"award","baby-carriage":"baby-carriage","baggage--add":"baggage--add","baggage--remove":"baggage--remove","baggage-cabin-add":"baggage-cabin-add","baggage-cabin-included-tick":"baggage-cabin-included-tick","baggage-cabin-not-included-cross":"baggage-cabin-not-included-cross","baggage-cabin-not-included":"baggage-cabin-not-included","baggage-cabin-uncertain":"baggage-cabin-uncertain","baggage-cabin":"baggage-cabin","baggage-checked-add":"baggage-checked-add","baggage-checked-included-tick":"baggage-checked-included-tick","baggage-checked-not-included-cross":"baggage-checked-not-included-cross","baggage-checked-not-included":"baggage-checked-not-included","baggage-checked-uncertain":"baggage-checked-uncertain","baggage-checked":"baggage-checked","baggage-cross":"baggage-cross","baggage-generic":"baggage-generic","baggage-personal-item":"baggage-personal-item","baggage-tick":"baggage-tick","baggage":"baggage","bar":"bar","beach":"beach","beer":"beer","breakfast-cross":"breakfast-cross","breakfast-tick":"breakfast-tick","bus":"bus","business":"business","cafe":"cafe","calendar":"calendar","call-back":"call-back","camera":"camera","camper-van":"camper-van","car-door":"car-door","car-wash":"car-wash","cars-flexible":"cars-flexible","cars":"cars","center-location":"center-location","chart":"chart","chauffeur":"chauffeur","chevron-down":"chevron-down","chevron-left":"chevron-left","chevron-right":"chevron-right","chevron-up":"chevron-up","child-seat":"child-seat","child":"child","city-center":"city-center","city":"city","clean-policy":"clean-policy","clean":"clean","cleaning-medical":"cleaning-medical","cloakroom":"cloakroom","close-circle":"close-circle","close":"close","collapse":"collapse","content--copy":"content--copy","content--event":"content--event","content--guides":"content--guides","currency":"currency","data":"data","deals":"deals","depart":"depart","device-mid":"device-mid","device-wide":"device-wide","direct":"direct","document-csv":"document-csv","document-pdf":"document-pdf","dot":"dot","download":"download","duration":"duration","eco-leaf":"eco-leaf","edit":"edit","education":"education","electric":"electric","end-call":"end-call","estimated":"estimated","exclamation-circle":"exclamation-circle","exclamation":"exclamation","expand":"expand","explore":"explore","face--blank":"face--blank","face--happy":"face--happy","face--sad":"face--sad","face-id":"face-id","face-mask":"face-mask","family":"family","fast-track":"fast-track","fast-train":"fast-train","filter":"filter","fingerprint":"fingerprint","flag":"flag","flame":"flame","flask":"flask","flight-flexible":"flight-flexible","flight-landing":"flight-landing","flight-takeoff":"flight-takeoff","flight":"flight","food":"food","gears-automatic-circle":"gears-automatic-circle","gears-automatic":"gears-automatic","gears-manual-circle":"gears-manual-circle","gears-manual":"gears-manual","globe":"globe","grid-layout":"grid-layout","headset":"headset","health-fitness":"health-fitness","heart--outline":"heart--outline","heart":"heart","help-circle":"help-circle","help":"help","hide":"hide","hotel-flexible":"hotel-flexible","hotels--disabled-facilities":"hotels--disabled-facilities","hotels--jacuzzi":"hotels--jacuzzi","hotels--pets-allowed":"hotels--pets-allowed","hotels--smoking":"hotels--smoking","hotels":"hotels","incompatible":"incompatible","infant":"infant","information--language-alert":"information--language-alert","information--language-question":"information--language-question","information--language":"information--language","information-circle":"information-circle","information":"information","insurance":"insurance","key":"key","keypad":"keypad","landmark":"landmark","language":"language","legroom--extra":"legroom--extra","legroom--normal":"legroom--normal","legroom--reduced":"legroom--reduced","leisure":"leisure","lightning":"lightning","list":"list","location":"location","lock":"lock","logout":"logout","long-arrow-down":"long-arrow-down","long-arrow-left":"long-arrow-left","long-arrow-right":"long-arrow-right","long-arrow-up":"long-arrow-up","lounge":"lounge","loyalty":"loyalty","luggageall":"luggageall","mail":"mail","map":"map","meal":"meal","media":"media","menu--horizontal":"menu--horizontal","menu--vertical":"menu--vertical","menu":"menu","mileage":"mileage","minus":"minus","mobile":"mobile","money":"money","multiple-bookings":"multiple-bookings","music":"music","mute":"mute","native-android--back":"native-android--back","native-android--close":"native-android--close","native-android--forward":"native-android--forward","native-ios-close":"native-ios-close","navigation":"navigation","new-window":"new-window","news":"news","night":"night","not-allowed":"not-allowed","onsen":"onsen","origin":"origin","paid":"paid","paperclip":"paperclip","parking":"parking","passport":"passport","pause":"pause","payment-card":"payment-card","petrol":"petrol","phone-call":"phone-call","picture":"picture","pin":"pin","plane-seat":"plane-seat","play":"play","plus":"plus","policy":"policy","powerplug":"powerplug","ppe":"ppe","price-alerts":"price-alerts","price-tag":"price-tag","print":"print","recent-searches":"recent-searches","redo":"redo","refresh":"refresh","return":"return","room":"room","scales":"scales","search":"search","self-service":"self-service","send-message":"send-message","services":"services","settings":"settings","share--android":"share--android","share--ios":"share--ios","share":"share","single-booking":"single-booking","social-distancing":"social-distancing","social-like":"social-like","sort-down":"sort-down","sort-up":"sort-up","sort":"sort","speaker-mute":"speaker-mute","speaker":"speaker","star-half":"star-half","star-outline":"star-outline","star":"star","stops":"stops","swap--horizontal":"swap--horizontal","swap--vertical":"swap--vertical","swap":"swap","taxi":"taxi","temperature":"temperature","thumbs-down":"thumbs-down","thumbs-up":"thumbs-up","tick-circle":"tick-circle","tick":"tick","ticket-flexible":"ticket-flexible","ticket":"ticket","time":"time","toilets":"toilets","train":"train","transmission-automatic":"transmission-automatic","transmission-manual":"transmission-manual","trash":"trash","trend--down":"trend--down","trend--steady":"trend--steady","trend--will-rise":"trend--will-rise","trend":"trend","trips":"trips","undo":"undo","unlock":"unlock","unmute":"unmute","upgrade":"upgrade","upload":"upload","use-location":"use-location","vdl-cars":"vdl-cars","vdl-flight":"vdl-flight","vdl-home-beach":"vdl-home-beach","vdl-home-cars":"vdl-home-cars","vdl-home-flight":"vdl-home-flight","vdl-home-hotels":"vdl-home-hotels","vdl-hotels":"vdl-hotels","vdl-tab-drops-selected":"vdl-tab-drops-selected","vdl-tab-drops":"vdl-tab-drops","vdl-tab-profile-selected":"vdl-tab-profile-selected","vdl-tab-profile":"vdl-tab-profile","vdl-tab-saved-selected":"vdl-tab-saved-selected","vdl-tab-saved":"vdl-tab-saved","vdl-tab-search-selected":"vdl-tab-search-selected","vdl_tab-search":"vdl_tab-search","view":"view","virus":"virus","walk":"walk","wallet":"wallet","weather--clear":"weather--clear","weather--cloudy":"weather--cloudy","weather--fog":"weather--fog","weather--partly-cloudy":"weather--partly-cloudy","weather--rain":"weather--rain","weather--snow":"weather--snow","weather--thunderstorm":"weather--thunderstorm","weather--tornado":"weather--tornado","weather--wind":"weather--wind","weather":"weather","wifi":"wifi","window--reduce":"window--reduce","window":"window","world--amer":"world--amer","world--apac":"world--apac","world--emea":"world--emea","star-half-xxxl":"star-half-xxxl","star-outline-xxxl":"star-outline-xxxl","star-xxxl":"star-xxxl"} \ No newline at end of file diff --git a/dist/js/icons/lg/vdl-cars.d.ts b/dist/js/icons/lg/vdl-cars.d.ts new file mode 100644 index 0000000..e78226d --- /dev/null +++ b/dist/js/icons/lg/vdl-cars.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlCarsIcon: (props: SVGProps) => React.JSX.Element; +export default VdlCarsIcon; diff --git a/dist/js/icons/lg/vdl-cars.jsx b/dist/js/icons/lg/vdl-cars.jsx new file mode 100644 index 0000000..73c6bba --- /dev/null +++ b/dist/js/icons/lg/vdl-cars.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlCarsIcon = (props) => (); +export default VdlCarsIcon; diff --git a/dist/js/icons/lg/vdl-flight.d.ts b/dist/js/icons/lg/vdl-flight.d.ts new file mode 100644 index 0000000..e583285 --- /dev/null +++ b/dist/js/icons/lg/vdl-flight.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlFlightIcon: (props: SVGProps) => React.JSX.Element; +export default VdlFlightIcon; diff --git a/dist/js/icons/lg/vdl-flight.jsx b/dist/js/icons/lg/vdl-flight.jsx new file mode 100644 index 0000000..3414512 --- /dev/null +++ b/dist/js/icons/lg/vdl-flight.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlFlightIcon = (props) => (); +export default VdlFlightIcon; diff --git a/dist/js/icons/lg/vdl-home-beach.d.ts b/dist/js/icons/lg/vdl-home-beach.d.ts new file mode 100644 index 0000000..c0d4d81 --- /dev/null +++ b/dist/js/icons/lg/vdl-home-beach.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlHomeBeachIcon: (props: SVGProps) => React.JSX.Element; +export default VdlHomeBeachIcon; diff --git a/dist/js/icons/lg/vdl-home-beach.jsx b/dist/js/icons/lg/vdl-home-beach.jsx new file mode 100644 index 0000000..a227a94 --- /dev/null +++ b/dist/js/icons/lg/vdl-home-beach.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlHomeBeachIcon = (props) => (); +export default VdlHomeBeachIcon; diff --git a/dist/js/icons/lg/vdl-home-cars.d.ts b/dist/js/icons/lg/vdl-home-cars.d.ts new file mode 100644 index 0000000..4832f66 --- /dev/null +++ b/dist/js/icons/lg/vdl-home-cars.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlHomeCarsIcon: (props: SVGProps) => React.JSX.Element; +export default VdlHomeCarsIcon; diff --git a/dist/js/icons/lg/vdl-home-cars.jsx b/dist/js/icons/lg/vdl-home-cars.jsx new file mode 100644 index 0000000..1afa0d4 --- /dev/null +++ b/dist/js/icons/lg/vdl-home-cars.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlHomeCarsIcon = (props) => (); +export default VdlHomeCarsIcon; diff --git a/dist/js/icons/lg/vdl-home-flight.d.ts b/dist/js/icons/lg/vdl-home-flight.d.ts new file mode 100644 index 0000000..a3d397f --- /dev/null +++ b/dist/js/icons/lg/vdl-home-flight.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlHomeFlightIcon: (props: SVGProps) => React.JSX.Element; +export default VdlHomeFlightIcon; diff --git a/dist/js/icons/lg/vdl-home-flight.jsx b/dist/js/icons/lg/vdl-home-flight.jsx new file mode 100644 index 0000000..3af7d55 --- /dev/null +++ b/dist/js/icons/lg/vdl-home-flight.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlHomeFlightIcon = (props) => (); +export default VdlHomeFlightIcon; diff --git a/dist/js/icons/lg/vdl-home-hotels.d.ts b/dist/js/icons/lg/vdl-home-hotels.d.ts new file mode 100644 index 0000000..2286ce6 --- /dev/null +++ b/dist/js/icons/lg/vdl-home-hotels.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlHomeHotelsIcon: (props: SVGProps) => React.JSX.Element; +export default VdlHomeHotelsIcon; diff --git a/dist/js/icons/lg/vdl-home-hotels.jsx b/dist/js/icons/lg/vdl-home-hotels.jsx new file mode 100644 index 0000000..dd125a0 --- /dev/null +++ b/dist/js/icons/lg/vdl-home-hotels.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlHomeHotelsIcon = (props) => (); +export default VdlHomeHotelsIcon; diff --git a/dist/js/icons/lg/vdl-hotels.d.ts b/dist/js/icons/lg/vdl-hotels.d.ts new file mode 100644 index 0000000..7a606cb --- /dev/null +++ b/dist/js/icons/lg/vdl-hotels.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlHotelsIcon: (props: SVGProps) => React.JSX.Element; +export default VdlHotelsIcon; diff --git a/dist/js/icons/lg/vdl-hotels.jsx b/dist/js/icons/lg/vdl-hotels.jsx new file mode 100644 index 0000000..40c0044 --- /dev/null +++ b/dist/js/icons/lg/vdl-hotels.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlHotelsIcon = (props) => (); +export default VdlHotelsIcon; diff --git a/dist/js/icons/lg/vdl-tab-drops-selected.d.ts b/dist/js/icons/lg/vdl-tab-drops-selected.d.ts new file mode 100644 index 0000000..5f62168 --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-drops-selected.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlTabDropsSelectedIcon: (props: SVGProps) => React.JSX.Element; +export default VdlTabDropsSelectedIcon; diff --git a/dist/js/icons/lg/vdl-tab-drops-selected.jsx b/dist/js/icons/lg/vdl-tab-drops-selected.jsx new file mode 100644 index 0000000..11cded3 --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-drops-selected.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlTabDropsSelectedIcon = (props) => (); +export default VdlTabDropsSelectedIcon; diff --git a/dist/js/icons/lg/vdl-tab-drops.d.ts b/dist/js/icons/lg/vdl-tab-drops.d.ts new file mode 100644 index 0000000..1accde2 --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-drops.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlTabDropsIcon: (props: SVGProps) => React.JSX.Element; +export default VdlTabDropsIcon; diff --git a/dist/js/icons/lg/vdl-tab-drops.jsx b/dist/js/icons/lg/vdl-tab-drops.jsx new file mode 100644 index 0000000..2ce026a --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-drops.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlTabDropsIcon = (props) => (); +export default VdlTabDropsIcon; diff --git a/dist/js/icons/lg/vdl-tab-profile-selected.d.ts b/dist/js/icons/lg/vdl-tab-profile-selected.d.ts new file mode 100644 index 0000000..8d3e28b --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-profile-selected.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlTabProfileSelectedIcon: (props: SVGProps) => React.JSX.Element; +export default VdlTabProfileSelectedIcon; diff --git a/dist/js/icons/lg/vdl-tab-profile-selected.jsx b/dist/js/icons/lg/vdl-tab-profile-selected.jsx new file mode 100644 index 0000000..c16aa69 --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-profile-selected.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlTabProfileSelectedIcon = (props) => (); +export default VdlTabProfileSelectedIcon; diff --git a/dist/js/icons/lg/vdl-tab-profile.d.ts b/dist/js/icons/lg/vdl-tab-profile.d.ts new file mode 100644 index 0000000..b1f40e8 --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-profile.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlTabProfileIcon: (props: SVGProps) => React.JSX.Element; +export default VdlTabProfileIcon; diff --git a/dist/js/icons/lg/vdl-tab-profile.jsx b/dist/js/icons/lg/vdl-tab-profile.jsx new file mode 100644 index 0000000..1815c32 --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-profile.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlTabProfileIcon = (props) => (); +export default VdlTabProfileIcon; diff --git a/dist/js/icons/lg/vdl-tab-saved-selected.d.ts b/dist/js/icons/lg/vdl-tab-saved-selected.d.ts new file mode 100644 index 0000000..ba424be --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-saved-selected.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlTabSavedSelectedIcon: (props: SVGProps) => React.JSX.Element; +export default VdlTabSavedSelectedIcon; diff --git a/dist/js/icons/lg/vdl-tab-saved-selected.jsx b/dist/js/icons/lg/vdl-tab-saved-selected.jsx new file mode 100644 index 0000000..8c73897 --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-saved-selected.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlTabSavedSelectedIcon = (props) => (); +export default VdlTabSavedSelectedIcon; diff --git a/dist/js/icons/lg/vdl-tab-saved.d.ts b/dist/js/icons/lg/vdl-tab-saved.d.ts new file mode 100644 index 0000000..d49fe22 --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-saved.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlTabSavedIcon: (props: SVGProps) => React.JSX.Element; +export default VdlTabSavedIcon; diff --git a/dist/js/icons/lg/vdl-tab-saved.jsx b/dist/js/icons/lg/vdl-tab-saved.jsx new file mode 100644 index 0000000..a97b0ef --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-saved.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlTabSavedIcon = (props) => (); +export default VdlTabSavedIcon; diff --git a/dist/js/icons/lg/vdl-tab-search-selected.d.ts b/dist/js/icons/lg/vdl-tab-search-selected.d.ts new file mode 100644 index 0000000..dab1931 --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-search-selected.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlTabSearchSelectedIcon: (props: SVGProps) => React.JSX.Element; +export default VdlTabSearchSelectedIcon; diff --git a/dist/js/icons/lg/vdl-tab-search-selected.jsx b/dist/js/icons/lg/vdl-tab-search-selected.jsx new file mode 100644 index 0000000..4432fad --- /dev/null +++ b/dist/js/icons/lg/vdl-tab-search-selected.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlTabSearchSelectedIcon = (props) => (); +export default VdlTabSearchSelectedIcon; diff --git a/dist/js/icons/lg/vdl_tab-search.d.ts b/dist/js/icons/lg/vdl_tab-search.d.ts new file mode 100644 index 0000000..1f3cc18 --- /dev/null +++ b/dist/js/icons/lg/vdl_tab-search.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlTabSearchIcon: (props: SVGProps) => React.JSX.Element; +export default VdlTabSearchIcon; diff --git a/dist/js/icons/lg/vdl_tab-search.jsx b/dist/js/icons/lg/vdl_tab-search.jsx new file mode 100644 index 0000000..fd04c18 --- /dev/null +++ b/dist/js/icons/lg/vdl_tab-search.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlTabSearchIcon = (props) => (); +export default VdlTabSearchIcon; diff --git a/dist/metadata.json b/dist/metadata.json index 236f708..531f1cc 100644 --- a/dist/metadata.json +++ b/dist/metadata.json @@ -1 +1 @@ -{"accessibility":{"autoMirror":false},"account--add":{"autoMirror":false},"account--female":{"autoMirror":false},"account--id-card":{"autoMirror":false},"account--name":{"autoMirror":false},"account--permit":{"autoMirror":false},"account-circle":{"autoMirror":false},"account":{"autoMirror":false},"add-circle":{"autoMirror":false},"adult":{"autoMirror":false},"ai":{"autoMirror":false},"aircon":{"autoMirror":false},"aircraft":{"autoMirror":false},"airline--multiple":{"autoMirror":false},"airline":{"autoMirror":false},"airports":{"autoMirror":false},"alert--active":{"autoMirror":false},"alert--add":{"autoMirror":false},"alert--expired":{"autoMirror":false},"alert--remove":{"autoMirror":false},"arrow-down":{"autoMirror":false},"arrow-left":{"autoMirror":true},"arrow-right":{"autoMirror":true},"arrow-up":{"autoMirror":false},"award":{"autoMirror":false},"baby-carriage":{"autoMirror":false},"baggage--add":{"autoMirror":false},"baggage--remove":{"autoMirror":false},"baggage-cabin-add":{"autoMirror":false},"baggage-cabin-included-tick":{"autoMirror":false},"baggage-cabin-not-included-cross":{"autoMirror":false},"baggage-cabin-not-included":{"autoMirror":false},"baggage-cabin-uncertain":{"autoMirror":false},"baggage-cabin":{"autoMirror":false},"baggage-checked-add":{"autoMirror":false},"baggage-checked-included-tick":{"autoMirror":false},"baggage-checked-not-included-cross":{"autoMirror":false},"baggage-checked-not-included":{"autoMirror":false},"baggage-checked-uncertain":{"autoMirror":false},"baggage-checked":{"autoMirror":false},"baggage-cross":{"autoMirror":false},"baggage-generic":{"autoMirror":false},"baggage-personal-item":{"autoMirror":false},"baggage-tick":{"autoMirror":false},"baggage":{"autoMirror":false},"bar":{"autoMirror":false},"beach":{"autoMirror":false},"beer":{"autoMirror":false},"breakfast-cross":{"autoMirror":false},"breakfast-tick":{"autoMirror":false},"bus":{"autoMirror":false},"business":{"autoMirror":false},"cafe":{"autoMirror":false},"calendar":{"autoMirror":false},"call-back":{"autoMirror":false},"camera":{"autoMirror":false},"camper-van":{"autoMirror":false},"car-door":{"autoMirror":false},"car-wash":{"autoMirror":false},"cars-flexible":{"autoMirror":false},"cars":{"autoMirror":false},"center-location":{"autoMirror":false},"chart":{"autoMirror":false},"chauffeur":{"autoMirror":false},"chevron-down":{"autoMirror":false},"chevron-left":{"autoMirror":true},"chevron-right":{"autoMirror":true},"chevron-up":{"autoMirror":false},"child-seat":{"autoMirror":false},"child":{"autoMirror":false},"city-center":{"autoMirror":false},"city":{"autoMirror":false},"clean-policy":{"autoMirror":false},"clean":{"autoMirror":false},"cleaning-medical":{"autoMirror":false},"cloakroom":{"autoMirror":false},"close-circle":{"autoMirror":false},"close":{"autoMirror":false},"collapse":{"autoMirror":false},"content--copy":{"autoMirror":false},"content--event":{"autoMirror":false},"content--guides":{"autoMirror":false},"currency":{"autoMirror":false},"data":{"autoMirror":false},"deals":{"autoMirror":false},"depart":{"autoMirror":true},"device-mid":{"autoMirror":false},"device-wide":{"autoMirror":false},"direct":{"autoMirror":false},"document-csv":{"autoMirror":false},"document-pdf":{"autoMirror":false},"dot":{"autoMirror":false},"download":{"autoMirror":false},"duration":{"autoMirror":false},"eco-leaf":{"autoMirror":false},"edit":{"autoMirror":false},"education":{"autoMirror":false},"electric":{"autoMirror":false},"end-call":{"autoMirror":false},"estimated":{"autoMirror":false},"exclamation-circle":{"autoMirror":false},"exclamation":{"autoMirror":false},"expand":{"autoMirror":false},"explore":{"autoMirror":false},"face--blank":{"autoMirror":false},"face--happy":{"autoMirror":false},"face--sad":{"autoMirror":false},"face-id":{"autoMirror":false},"face-mask":{"autoMirror":false},"family":{"autoMirror":false},"fast-track":{"autoMirror":true},"fast-train":{"autoMirror":false},"filter":{"autoMirror":false},"fingerprint":{"autoMirror":false},"flag":{"autoMirror":false},"flame":{"autoMirror":false},"flask":{"autoMirror":false},"flight-flexible":{"autoMirror":false},"flight-landing":{"autoMirror":false},"flight-takeoff":{"autoMirror":false},"flight":{"autoMirror":false},"food":{"autoMirror":false},"gears-automatic-circle":{"autoMirror":false},"gears-automatic":{"autoMirror":false},"gears-manual-circle":{"autoMirror":false},"gears-manual":{"autoMirror":false},"globe":{"autoMirror":false},"grid-layout":{"autoMirror":false},"headset":{"autoMirror":false},"health-fitness":{"autoMirror":false},"heart--outline":{"autoMirror":false},"heart":{"autoMirror":false},"help-circle":{"autoMirror":false},"help":{"autoMirror":false},"hide":{"autoMirror":false},"hotel-flexible":{"autoMirror":false},"hotels--disabled-facilities":{"autoMirror":false},"hotels--jacuzzi":{"autoMirror":false},"hotels--pets-allowed":{"autoMirror":false},"hotels--smoking":{"autoMirror":false},"hotels":{"autoMirror":false},"incompatible":{"autoMirror":false},"infant":{"autoMirror":false},"information--language-alert":{"autoMirror":false},"information--language-question":{"autoMirror":false},"information--language":{"autoMirror":false},"information-circle":{"autoMirror":false},"information":{"autoMirror":false},"insurance":{"autoMirror":false},"key":{"autoMirror":false},"keypad":{"autoMirror":false},"landmark":{"autoMirror":false},"language":{"autoMirror":false},"legroom--extra":{"autoMirror":false},"legroom--normal":{"autoMirror":false},"legroom--reduced":{"autoMirror":false},"leisure":{"autoMirror":false},"lightning":{"autoMirror":false},"list":{"autoMirror":true},"location":{"autoMirror":false},"lock":{"autoMirror":false},"logout":{"autoMirror":false},"long-arrow-down":{"autoMirror":false},"long-arrow-left":{"autoMirror":true},"long-arrow-right":{"autoMirror":true},"long-arrow-up":{"autoMirror":false},"lounge":{"autoMirror":false},"loyalty":{"autoMirror":false},"luggageall":{"autoMirror":false},"mail":{"autoMirror":false},"map":{"autoMirror":false},"meal":{"autoMirror":false},"media":{"autoMirror":false},"menu--horizontal":{"autoMirror":false},"menu--vertical":{"autoMirror":false},"menu":{"autoMirror":false},"mileage":{"autoMirror":false},"minus":{"autoMirror":false},"mobile":{"autoMirror":false},"money":{"autoMirror":false},"multiple-bookings":{"autoMirror":false},"music":{"autoMirror":false},"mute":{"autoMirror":false},"native-android--back":{"autoMirror":true},"native-android--close":{"autoMirror":false},"native-android--forward":{"autoMirror":true},"native-ios-close":{"autoMirror":false},"navigation":{"autoMirror":false},"new-window":{"autoMirror":false},"news":{"autoMirror":false},"night":{"autoMirror":false},"not-allowed":{"autoMirror":false},"onsen":{"autoMirror":false},"origin":{"autoMirror":false},"paid":{"autoMirror":false},"paperclip":{"autoMirror":false},"parking":{"autoMirror":false},"passport":{"autoMirror":false},"pause":{"autoMirror":false},"payment-card":{"autoMirror":false},"petrol":{"autoMirror":false},"phone-call":{"autoMirror":false},"picture":{"autoMirror":false},"pin":{"autoMirror":false},"plane-seat":{"autoMirror":false},"play":{"autoMirror":false},"plus":{"autoMirror":false},"policy":{"autoMirror":true},"powerplug":{"autoMirror":false},"ppe":{"autoMirror":false},"price-alerts":{"autoMirror":false},"price-tag":{"autoMirror":false},"print":{"autoMirror":false},"recent-searches":{"autoMirror":false},"redo":{"autoMirror":false},"refresh":{"autoMirror":false},"return":{"autoMirror":true},"room":{"autoMirror":false},"scales":{"autoMirror":false},"search":{"autoMirror":false},"self-service":{"autoMirror":false},"send-message":{"autoMirror":false},"services":{"autoMirror":false},"settings":{"autoMirror":false},"share--android":{"autoMirror":false},"share--ios":{"autoMirror":false},"share":{"autoMirror":true},"single-booking":{"autoMirror":false},"social-distancing":{"autoMirror":false},"social-like":{"autoMirror":false},"sort-down":{"autoMirror":false},"sort-up":{"autoMirror":false},"sort":{"autoMirror":false},"speaker-mute":{"autoMirror":false},"speaker":{"autoMirror":false},"star-half":{"autoMirror":true},"star-outline":{"autoMirror":false},"star":{"autoMirror":false},"stops":{"autoMirror":false},"swap--horizontal":{"autoMirror":true},"swap--vertical":{"autoMirror":true},"swap":{"autoMirror":false},"taxi":{"autoMirror":false},"temperature":{"autoMirror":false},"thumbs-down":{"autoMirror":false},"thumbs-up":{"autoMirror":false},"tick-circle":{"autoMirror":false},"tick":{"autoMirror":false},"ticket-flexible":{"autoMirror":false},"ticket":{"autoMirror":false},"time":{"autoMirror":false},"toilets":{"autoMirror":false},"train":{"autoMirror":false},"transmission-automatic":{"autoMirror":false},"transmission-manual":{"autoMirror":false},"trash":{"autoMirror":false},"trend--down":{"autoMirror":true},"trend--steady":{"autoMirror":true},"trend--will-rise":{"autoMirror":true},"trend":{"autoMirror":true},"trips":{"autoMirror":false},"undo":{"autoMirror":false},"unlock":{"autoMirror":false},"unmute":{"autoMirror":false},"upgrade":{"autoMirror":false},"upload":{"autoMirror":false},"use-location":{"autoMirror":false},"view":{"autoMirror":false},"virus":{"autoMirror":false},"walk":{"autoMirror":false},"wallet":{"autoMirror":false},"weather--clear":{"autoMirror":false},"weather--cloudy":{"autoMirror":false},"weather--fog":{"autoMirror":false},"weather--partly-cloudy":{"autoMirror":false},"weather--rain":{"autoMirror":false},"weather--snow":{"autoMirror":false},"weather--thunderstorm":{"autoMirror":false},"weather--tornado":{"autoMirror":false},"weather--wind":{"autoMirror":false},"weather":{"autoMirror":false},"wifi":{"autoMirror":false},"window--reduce":{"autoMirror":false},"window":{"autoMirror":false},"world--amer":{"autoMirror":false},"world--apac":{"autoMirror":false},"world--emea":{"autoMirror":false}} \ No newline at end of file +{"accessibility":{"autoMirror":false},"account--add":{"autoMirror":false},"account--female":{"autoMirror":false},"account--id-card":{"autoMirror":false},"account--name":{"autoMirror":false},"account--permit":{"autoMirror":false},"account-circle":{"autoMirror":false},"account":{"autoMirror":false},"add-circle":{"autoMirror":false},"adult":{"autoMirror":false},"ai":{"autoMirror":false},"aircon":{"autoMirror":false},"aircraft":{"autoMirror":false},"airline--multiple":{"autoMirror":false},"airline":{"autoMirror":false},"airports":{"autoMirror":false},"alert--active":{"autoMirror":false},"alert--add":{"autoMirror":false},"alert--expired":{"autoMirror":false},"alert--remove":{"autoMirror":false},"arrow-down":{"autoMirror":false},"arrow-left":{"autoMirror":true},"arrow-right":{"autoMirror":true},"arrow-up":{"autoMirror":false},"award":{"autoMirror":false},"baby-carriage":{"autoMirror":false},"baggage--add":{"autoMirror":false},"baggage--remove":{"autoMirror":false},"baggage-cabin-add":{"autoMirror":false},"baggage-cabin-included-tick":{"autoMirror":false},"baggage-cabin-not-included-cross":{"autoMirror":false},"baggage-cabin-not-included":{"autoMirror":false},"baggage-cabin-uncertain":{"autoMirror":false},"baggage-cabin":{"autoMirror":false},"baggage-checked-add":{"autoMirror":false},"baggage-checked-included-tick":{"autoMirror":false},"baggage-checked-not-included-cross":{"autoMirror":false},"baggage-checked-not-included":{"autoMirror":false},"baggage-checked-uncertain":{"autoMirror":false},"baggage-checked":{"autoMirror":false},"baggage-cross":{"autoMirror":false},"baggage-generic":{"autoMirror":false},"baggage-personal-item":{"autoMirror":false},"baggage-tick":{"autoMirror":false},"baggage":{"autoMirror":false},"bar":{"autoMirror":false},"beach":{"autoMirror":false},"beer":{"autoMirror":false},"breakfast-cross":{"autoMirror":false},"breakfast-tick":{"autoMirror":false},"bus":{"autoMirror":false},"business":{"autoMirror":false},"cafe":{"autoMirror":false},"calendar":{"autoMirror":false},"call-back":{"autoMirror":false},"camera":{"autoMirror":false},"camper-van":{"autoMirror":false},"car-door":{"autoMirror":false},"car-wash":{"autoMirror":false},"cars-flexible":{"autoMirror":false},"cars":{"autoMirror":false},"center-location":{"autoMirror":false},"chart":{"autoMirror":false},"chauffeur":{"autoMirror":false},"chevron-down":{"autoMirror":false},"chevron-left":{"autoMirror":true},"chevron-right":{"autoMirror":true},"chevron-up":{"autoMirror":false},"child-seat":{"autoMirror":false},"child":{"autoMirror":false},"city-center":{"autoMirror":false},"city":{"autoMirror":false},"clean-policy":{"autoMirror":false},"clean":{"autoMirror":false},"cleaning-medical":{"autoMirror":false},"cloakroom":{"autoMirror":false},"close-circle":{"autoMirror":false},"close":{"autoMirror":false},"collapse":{"autoMirror":false},"content--copy":{"autoMirror":false},"content--event":{"autoMirror":false},"content--guides":{"autoMirror":false},"currency":{"autoMirror":false},"data":{"autoMirror":false},"deals":{"autoMirror":false},"depart":{"autoMirror":true},"device-mid":{"autoMirror":false},"device-wide":{"autoMirror":false},"direct":{"autoMirror":false},"document-csv":{"autoMirror":false},"document-pdf":{"autoMirror":false},"dot":{"autoMirror":false},"download":{"autoMirror":false},"duration":{"autoMirror":false},"eco-leaf":{"autoMirror":false},"edit":{"autoMirror":false},"education":{"autoMirror":false},"electric":{"autoMirror":false},"end-call":{"autoMirror":false},"estimated":{"autoMirror":false},"exclamation-circle":{"autoMirror":false},"exclamation":{"autoMirror":false},"expand":{"autoMirror":false},"explore":{"autoMirror":false},"face--blank":{"autoMirror":false},"face--happy":{"autoMirror":false},"face--sad":{"autoMirror":false},"face-id":{"autoMirror":false},"face-mask":{"autoMirror":false},"family":{"autoMirror":false},"fast-track":{"autoMirror":true},"fast-train":{"autoMirror":false},"filter":{"autoMirror":false},"fingerprint":{"autoMirror":false},"flag":{"autoMirror":false},"flame":{"autoMirror":false},"flask":{"autoMirror":false},"flight-flexible":{"autoMirror":false},"flight-landing":{"autoMirror":false},"flight-takeoff":{"autoMirror":false},"flight":{"autoMirror":false},"food":{"autoMirror":false},"gears-automatic-circle":{"autoMirror":false},"gears-automatic":{"autoMirror":false},"gears-manual-circle":{"autoMirror":false},"gears-manual":{"autoMirror":false},"globe":{"autoMirror":false},"grid-layout":{"autoMirror":false},"headset":{"autoMirror":false},"health-fitness":{"autoMirror":false},"heart--outline":{"autoMirror":false},"heart":{"autoMirror":false},"help-circle":{"autoMirror":false},"help":{"autoMirror":false},"hide":{"autoMirror":false},"hotel-flexible":{"autoMirror":false},"hotels--disabled-facilities":{"autoMirror":false},"hotels--jacuzzi":{"autoMirror":false},"hotels--pets-allowed":{"autoMirror":false},"hotels--smoking":{"autoMirror":false},"hotels":{"autoMirror":false},"incompatible":{"autoMirror":false},"infant":{"autoMirror":false},"information--language-alert":{"autoMirror":false},"information--language-question":{"autoMirror":false},"information--language":{"autoMirror":false},"information-circle":{"autoMirror":false},"information":{"autoMirror":false},"insurance":{"autoMirror":false},"key":{"autoMirror":false},"keypad":{"autoMirror":false},"landmark":{"autoMirror":false},"language":{"autoMirror":false},"legroom--extra":{"autoMirror":false},"legroom--normal":{"autoMirror":false},"legroom--reduced":{"autoMirror":false},"leisure":{"autoMirror":false},"lightning":{"autoMirror":false},"list":{"autoMirror":true},"location":{"autoMirror":false},"lock":{"autoMirror":false},"logout":{"autoMirror":false},"long-arrow-down":{"autoMirror":false},"long-arrow-left":{"autoMirror":true},"long-arrow-right":{"autoMirror":true},"long-arrow-up":{"autoMirror":false},"lounge":{"autoMirror":false},"loyalty":{"autoMirror":false},"luggageall":{"autoMirror":false},"mail":{"autoMirror":false},"map":{"autoMirror":false},"meal":{"autoMirror":false},"media":{"autoMirror":false},"menu--horizontal":{"autoMirror":false},"menu--vertical":{"autoMirror":false},"menu":{"autoMirror":false},"mileage":{"autoMirror":false},"minus":{"autoMirror":false},"mobile":{"autoMirror":false},"money":{"autoMirror":false},"multiple-bookings":{"autoMirror":false},"music":{"autoMirror":false},"mute":{"autoMirror":false},"native-android--back":{"autoMirror":true},"native-android--close":{"autoMirror":false},"native-android--forward":{"autoMirror":true},"native-ios-close":{"autoMirror":false},"navigation":{"autoMirror":false},"new-window":{"autoMirror":false},"news":{"autoMirror":false},"night":{"autoMirror":false},"not-allowed":{"autoMirror":false},"onsen":{"autoMirror":false},"origin":{"autoMirror":false},"paid":{"autoMirror":false},"paperclip":{"autoMirror":false},"parking":{"autoMirror":false},"passport":{"autoMirror":false},"pause":{"autoMirror":false},"payment-card":{"autoMirror":false},"petrol":{"autoMirror":false},"phone-call":{"autoMirror":false},"picture":{"autoMirror":false},"pin":{"autoMirror":false},"plane-seat":{"autoMirror":false},"play":{"autoMirror":false},"plus":{"autoMirror":false},"policy":{"autoMirror":true},"powerplug":{"autoMirror":false},"ppe":{"autoMirror":false},"price-alerts":{"autoMirror":false},"price-tag":{"autoMirror":false},"print":{"autoMirror":false},"recent-searches":{"autoMirror":false},"redo":{"autoMirror":false},"refresh":{"autoMirror":false},"return":{"autoMirror":true},"room":{"autoMirror":false},"scales":{"autoMirror":false},"search":{"autoMirror":false},"self-service":{"autoMirror":false},"send-message":{"autoMirror":false},"services":{"autoMirror":false},"settings":{"autoMirror":false},"share--android":{"autoMirror":false},"share--ios":{"autoMirror":false},"share":{"autoMirror":true},"single-booking":{"autoMirror":false},"social-distancing":{"autoMirror":false},"social-like":{"autoMirror":false},"sort-down":{"autoMirror":false},"sort-up":{"autoMirror":false},"sort":{"autoMirror":false},"speaker-mute":{"autoMirror":false},"speaker":{"autoMirror":false},"star-half":{"autoMirror":true},"star-outline":{"autoMirror":false},"star":{"autoMirror":false},"stops":{"autoMirror":false},"swap--horizontal":{"autoMirror":true},"swap--vertical":{"autoMirror":true},"swap":{"autoMirror":false},"taxi":{"autoMirror":false},"temperature":{"autoMirror":false},"thumbs-down":{"autoMirror":false},"thumbs-up":{"autoMirror":false},"tick-circle":{"autoMirror":false},"tick":{"autoMirror":false},"ticket-flexible":{"autoMirror":false},"ticket":{"autoMirror":false},"time":{"autoMirror":false},"toilets":{"autoMirror":false},"train":{"autoMirror":false},"transmission-automatic":{"autoMirror":false},"transmission-manual":{"autoMirror":false},"trash":{"autoMirror":false},"trend--down":{"autoMirror":true},"trend--steady":{"autoMirror":true},"trend--will-rise":{"autoMirror":true},"trend":{"autoMirror":true},"trips":{"autoMirror":false},"undo":{"autoMirror":false},"unlock":{"autoMirror":false},"unmute":{"autoMirror":false},"upgrade":{"autoMirror":false},"upload":{"autoMirror":false},"use-location":{"autoMirror":false},"vdl-cars":{"autoMirror":false},"vdl-flight":{"autoMirror":false},"vdl-home-beach":{"autoMirror":false},"vdl-home-cars":{"autoMirror":false},"vdl-home-flight":{"autoMirror":false},"vdl-home-hotels":{"autoMirror":false},"vdl-hotels":{"autoMirror":false},"vdl-tab-drops-selected":{"autoMirror":false},"vdl-tab-drops":{"autoMirror":false},"vdl-tab-profile-selected":{"autoMirror":false},"vdl-tab-profile":{"autoMirror":false},"vdl-tab-saved-selected":{"autoMirror":false},"vdl-tab-saved":{"autoMirror":false},"vdl-tab-search-selected":{"autoMirror":false},"vdl_tab-search":{"autoMirror":false},"view":{"autoMirror":false},"virus":{"autoMirror":false},"walk":{"autoMirror":false},"wallet":{"autoMirror":false},"weather--clear":{"autoMirror":false},"weather--cloudy":{"autoMirror":false},"weather--fog":{"autoMirror":false},"weather--partly-cloudy":{"autoMirror":false},"weather--rain":{"autoMirror":false},"weather--snow":{"autoMirror":false},"weather--thunderstorm":{"autoMirror":false},"weather--tornado":{"autoMirror":false},"weather--wind":{"autoMirror":false},"weather":{"autoMirror":false},"wifi":{"autoMirror":false},"window--reduce":{"autoMirror":false},"window":{"autoMirror":false},"world--amer":{"autoMirror":false},"world--apac":{"autoMirror":false},"world--emea":{"autoMirror":false}} \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-cars.svg b/dist/svgs/icons/lg/vdl-cars.svg new file mode 100644 index 0000000..30eb6ac --- /dev/null +++ b/dist/svgs/icons/lg/vdl-cars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-flight.svg b/dist/svgs/icons/lg/vdl-flight.svg new file mode 100644 index 0000000..3f76116 --- /dev/null +++ b/dist/svgs/icons/lg/vdl-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-home-beach.svg b/dist/svgs/icons/lg/vdl-home-beach.svg new file mode 100644 index 0000000..16ec3d1 --- /dev/null +++ b/dist/svgs/icons/lg/vdl-home-beach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-home-cars.svg b/dist/svgs/icons/lg/vdl-home-cars.svg new file mode 100644 index 0000000..30eb6ac --- /dev/null +++ b/dist/svgs/icons/lg/vdl-home-cars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-home-flight.svg b/dist/svgs/icons/lg/vdl-home-flight.svg new file mode 100644 index 0000000..3f76116 --- /dev/null +++ b/dist/svgs/icons/lg/vdl-home-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-home-hotels.svg b/dist/svgs/icons/lg/vdl-home-hotels.svg new file mode 100644 index 0000000..53ad04a --- /dev/null +++ b/dist/svgs/icons/lg/vdl-home-hotels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-hotels.svg b/dist/svgs/icons/lg/vdl-hotels.svg new file mode 100644 index 0000000..53ad04a --- /dev/null +++ b/dist/svgs/icons/lg/vdl-hotels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-tab-drops-selected.svg b/dist/svgs/icons/lg/vdl-tab-drops-selected.svg new file mode 100644 index 0000000..d4fce1e --- /dev/null +++ b/dist/svgs/icons/lg/vdl-tab-drops-selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-tab-drops.svg b/dist/svgs/icons/lg/vdl-tab-drops.svg new file mode 100644 index 0000000..2da0bcd --- /dev/null +++ b/dist/svgs/icons/lg/vdl-tab-drops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-tab-profile-selected.svg b/dist/svgs/icons/lg/vdl-tab-profile-selected.svg new file mode 100644 index 0000000..06d559d --- /dev/null +++ b/dist/svgs/icons/lg/vdl-tab-profile-selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-tab-profile.svg b/dist/svgs/icons/lg/vdl-tab-profile.svg new file mode 100644 index 0000000..3ad82ee --- /dev/null +++ b/dist/svgs/icons/lg/vdl-tab-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-tab-saved-selected.svg b/dist/svgs/icons/lg/vdl-tab-saved-selected.svg new file mode 100644 index 0000000..07d0f31 --- /dev/null +++ b/dist/svgs/icons/lg/vdl-tab-saved-selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-tab-saved.svg b/dist/svgs/icons/lg/vdl-tab-saved.svg new file mode 100644 index 0000000..07d0f31 --- /dev/null +++ b/dist/svgs/icons/lg/vdl-tab-saved.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-tab-search-selected.svg b/dist/svgs/icons/lg/vdl-tab-search-selected.svg new file mode 100644 index 0000000..6e6c65b --- /dev/null +++ b/dist/svgs/icons/lg/vdl-tab-search-selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl_tab-search.svg b/dist/svgs/icons/lg/vdl_tab-search.svg new file mode 100644 index 0000000..22f7833 --- /dev/null +++ b/dist/svgs/icons/lg/vdl_tab-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-cars.svg b/src/icons/lg/vdl-cars.svg new file mode 100644 index 0000000..30eb6ac --- /dev/null +++ b/src/icons/lg/vdl-cars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-flight.svg b/src/icons/lg/vdl-flight.svg new file mode 100644 index 0000000..3f76116 --- /dev/null +++ b/src/icons/lg/vdl-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-home-beach.svg b/src/icons/lg/vdl-home-beach.svg new file mode 100644 index 0000000..16ec3d1 --- /dev/null +++ b/src/icons/lg/vdl-home-beach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-home-cars.svg b/src/icons/lg/vdl-home-cars.svg new file mode 100644 index 0000000..30eb6ac --- /dev/null +++ b/src/icons/lg/vdl-home-cars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-home-flight.svg b/src/icons/lg/vdl-home-flight.svg new file mode 100644 index 0000000..3f76116 --- /dev/null +++ b/src/icons/lg/vdl-home-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-home-hotels.svg b/src/icons/lg/vdl-home-hotels.svg new file mode 100644 index 0000000..53ad04a --- /dev/null +++ b/src/icons/lg/vdl-home-hotels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-hotels.svg b/src/icons/lg/vdl-hotels.svg new file mode 100644 index 0000000..53ad04a --- /dev/null +++ b/src/icons/lg/vdl-hotels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-tab-drops-selected.svg b/src/icons/lg/vdl-tab-drops-selected.svg new file mode 100644 index 0000000..d4fce1e --- /dev/null +++ b/src/icons/lg/vdl-tab-drops-selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-tab-drops.svg b/src/icons/lg/vdl-tab-drops.svg new file mode 100644 index 0000000..2da0bcd --- /dev/null +++ b/src/icons/lg/vdl-tab-drops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-tab-profile-selected.svg b/src/icons/lg/vdl-tab-profile-selected.svg new file mode 100644 index 0000000..06d559d --- /dev/null +++ b/src/icons/lg/vdl-tab-profile-selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-tab-profile.svg b/src/icons/lg/vdl-tab-profile.svg new file mode 100644 index 0000000..3ad82ee --- /dev/null +++ b/src/icons/lg/vdl-tab-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-tab-saved-selected.svg b/src/icons/lg/vdl-tab-saved-selected.svg new file mode 100644 index 0000000..07d0f31 --- /dev/null +++ b/src/icons/lg/vdl-tab-saved-selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-tab-saved.svg b/src/icons/lg/vdl-tab-saved.svg new file mode 100644 index 0000000..07d0f31 --- /dev/null +++ b/src/icons/lg/vdl-tab-saved.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-tab-search-selected.svg b/src/icons/lg/vdl-tab-search-selected.svg new file mode 100644 index 0000000..6e6c65b --- /dev/null +++ b/src/icons/lg/vdl-tab-search-selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl_tab-search.svg b/src/icons/lg/vdl_tab-search.svg new file mode 100644 index 0000000..22f7833 --- /dev/null +++ b/src/icons/lg/vdl_tab-search.svg @@ -0,0 +1 @@ + \ No newline at end of file From baa47e19427486a14a86cafccdc4ddbe816f06e6 Mon Sep 17 00:00:00 2001 From: Kynan Song Date: Thu, 27 Nov 2025 15:40:45 +0000 Subject: [PATCH 2/5] Adding small icons for recent searches. --- dist/iconMapping.json | 2 +- dist/js/icons/lg/vdl-home-beach.jsx | 2 +- dist/js/icons/sm/vdl-cars.d.ts | 4 ++++ dist/js/icons/sm/vdl-cars.jsx | 5 +++++ dist/js/icons/sm/vdl-flight.d.ts | 4 ++++ dist/js/icons/sm/vdl-flight.jsx | 5 +++++ dist/js/icons/sm/vdl-hotels.d.ts | 4 ++++ dist/js/icons/sm/vdl-hotels.jsx | 5 +++++ dist/svgs/icons/lg/vdl-flight.svg | 2 +- dist/svgs/icons/lg/vdl-home-beach.svg | 2 +- dist/svgs/icons/lg/vdl-home-flight.svg | 2 +- dist/svgs/icons/lg/vdl-home-hotels.svg | 2 +- dist/svgs/icons/lg/vdl-hotels.svg | 2 +- dist/svgs/icons/lg/vdl-tab-profile.svg | 2 +- dist/svgs/icons/sm/vdl-cars.svg | 1 + dist/svgs/icons/sm/vdl-flight.svg | 1 + dist/svgs/icons/sm/vdl-hotels.svg | 1 + src/icons/lg/vdl-flight.svg | 2 +- src/icons/lg/vdl-home-beach.svg | 2 +- src/icons/lg/vdl-home-flight.svg | 2 +- src/icons/lg/vdl-home-hotels.svg | 2 +- src/icons/lg/vdl-hotels.svg | 2 +- src/icons/lg/vdl-tab-profile.svg | 2 +- src/icons/sm/vdl-cars.svg | 1 + src/icons/sm/vdl-flight.svg | 1 + src/icons/sm/vdl-hotels.svg | 1 + 26 files changed, 47 insertions(+), 14 deletions(-) create mode 100644 dist/js/icons/sm/vdl-cars.d.ts create mode 100644 dist/js/icons/sm/vdl-cars.jsx create mode 100644 dist/js/icons/sm/vdl-flight.d.ts create mode 100644 dist/js/icons/sm/vdl-flight.jsx create mode 100644 dist/js/icons/sm/vdl-hotels.d.ts create mode 100644 dist/js/icons/sm/vdl-hotels.jsx create mode 100644 dist/svgs/icons/sm/vdl-cars.svg create mode 100644 dist/svgs/icons/sm/vdl-flight.svg create mode 100644 dist/svgs/icons/sm/vdl-hotels.svg create mode 100644 src/icons/sm/vdl-cars.svg create mode 100644 src/icons/sm/vdl-flight.svg create mode 100644 src/icons/sm/vdl-hotels.svg diff --git a/dist/iconMapping.json b/dist/iconMapping.json index 11c2480..4411e50 100644 --- a/dist/iconMapping.json +++ b/dist/iconMapping.json @@ -1 +1 @@ -{"accessibility-sm":"accessibility-sm","account--add-sm":"account--add-sm","account--female-sm":"account--female-sm","account--id-card-sm":"account--id-card-sm","account--name-sm":"account--name-sm","account--permit-sm":"account--permit-sm","account-circle-sm":"account-circle-sm","account-sm":"account-sm","add-circle-sm":"add-circle-sm","adult-sm":"adult-sm","ai-sm":"ai-sm","aircon-sm":"aircon-sm","aircraft-sm":"aircraft-sm","airline--multiple-sm":"airline--multiple-sm","airline-sm":"airline-sm","airports-sm":"airports-sm","alert--active-sm":"alert--active-sm","alert--add-sm":"alert--add-sm","alert--expired-sm":"alert--expired-sm","alert--remove-sm":"alert--remove-sm","arrow-down-sm":"arrow-down-sm","arrow-left-sm":"arrow-left-sm","arrow-right-sm":"arrow-right-sm","arrow-up-sm":"arrow-up-sm","award-sm":"award-sm","baby-carriage-sm":"baby-carriage-sm","baggage--add-sm":"baggage--add-sm","baggage--remove-sm":"baggage--remove-sm","baggage-cabin-add-sm":"baggage-cabin-add-sm","baggage-cabin-included-tick-sm":"baggage-cabin-included-tick-sm","baggage-cabin-not-included-cross-sm":"baggage-cabin-not-included-cross-sm","baggage-cabin-not-included-sm":"baggage-cabin-not-included-sm","baggage-cabin-uncertain-sm":"baggage-cabin-uncertain-sm","baggage-cabin-sm":"baggage-cabin-sm","baggage-checked-add-sm":"baggage-checked-add-sm","baggage-checked-included-tick-sm":"baggage-checked-included-tick-sm","baggage-checked-not-included-cross-sm":"baggage-checked-not-included-cross-sm","baggage-checked-not-included-sm":"baggage-checked-not-included-sm","baggage-checked-uncertain-sm":"baggage-checked-uncertain-sm","baggage-checked-sm":"baggage-checked-sm","baggage-cross-sm":"baggage-cross-sm","baggage-generic-sm":"baggage-generic-sm","baggage-personal-item-sm":"baggage-personal-item-sm","baggage-tick-sm":"baggage-tick-sm","baggage-sm":"baggage-sm","bar-sm":"bar-sm","beach-sm":"beach-sm","beer-sm":"beer-sm","breakfast-cross-sm":"breakfast-cross-sm","breakfast-tick-sm":"breakfast-tick-sm","bus-sm":"bus-sm","business-sm":"business-sm","cafe-sm":"cafe-sm","calendar-sm":"calendar-sm","call-back-sm":"call-back-sm","camera-sm":"camera-sm","camper-van-sm":"camper-van-sm","car-door-sm":"car-door-sm","car-wash-sm":"car-wash-sm","cars-flexible-sm":"cars-flexible-sm","cars-sm":"cars-sm","center-location-sm":"center-location-sm","chart-sm":"chart-sm","chauffeur-sm":"chauffeur-sm","check-sm":"check-sm","chevron-down-sm":"chevron-down-sm","chevron-left-sm":"chevron-left-sm","chevron-right-sm":"chevron-right-sm","chevron-up-sm":"chevron-up-sm","child-seat-sm":"child-seat-sm","child-sm":"child-sm","city-center-sm":"city-center-sm","city-sm":"city-sm","clean-policy-sm":"clean-policy-sm","clean-sm":"clean-sm","cleaning-medical-sm":"cleaning-medical-sm","cloakroom-sm":"cloakroom-sm","close-circle-sm":"close-circle-sm","close-sm":"close-sm","collapse-sm":"collapse-sm","content--copy-sm":"content--copy-sm","content--event-sm":"content--event-sm","content--guides-sm":"content--guides-sm","currency-sm":"currency-sm","data-sm":"data-sm","deals-sm":"deals-sm","depart-sm":"depart-sm","device-mid-sm":"device-mid-sm","device-wide-sm":"device-wide-sm","direct-sm":"direct-sm","document-csv-sm":"document-csv-sm","document-pdf-sm":"document-pdf-sm","dot-sm":"dot-sm","download-sm":"download-sm","duration-sm":"duration-sm","eco-leaf-sm":"eco-leaf-sm","edit-sm":"edit-sm","education-sm":"education-sm","electric-sm":"electric-sm","end-call-sm":"end-call-sm","estimated-sm":"estimated-sm","exclamation-circle-sm":"exclamation-circle-sm","exclamation-sm":"exclamation-sm","expand-sm":"expand-sm","explore-sm":"explore-sm","face--blank-sm":"face--blank-sm","face--happy-sm":"face--happy-sm","face--sad-sm":"face--sad-sm","face-id-sm":"face-id-sm","face-mask-sm":"face-mask-sm","family-sm":"family-sm","fast-track-sm":"fast-track-sm","fast-train-sm":"fast-train-sm","filter-sm":"filter-sm","fingerprint-sm":"fingerprint-sm","flag-sm":"flag-sm","flame-sm":"flame-sm","flask-sm":"flask-sm","flight-flexible-sm":"flight-flexible-sm","flight-landing-sm":"flight-landing-sm","flight-takeoff-sm":"flight-takeoff-sm","flight-sm":"flight-sm","food-sm":"food-sm","gears-automatic-circle-sm":"gears-automatic-circle-sm","gears-automatic-sm":"gears-automatic-sm","gears-manual-circle-sm":"gears-manual-circle-sm","gears-manual-sm":"gears-manual-sm","globe-sm":"globe-sm","grid-layout-sm":"grid-layout-sm","headset-sm":"headset-sm","health-fitness-sm":"health-fitness-sm","heart--outline-sm":"heart--outline-sm","heart-sm":"heart-sm","help-circle-sm":"help-circle-sm","help-sm":"help-sm","hide-sm":"hide-sm","hotel-flexible-sm":"hotel-flexible-sm","hotels--disabled-facilities-sm":"hotels--disabled-facilities-sm","hotels--jacuzzi-sm":"hotels--jacuzzi-sm","hotels--pets-allowed-sm":"hotels--pets-allowed-sm","hotels--smoking-sm":"hotels--smoking-sm","hotels-sm":"hotels-sm","incompatible-sm":"incompatible-sm","infant-sm":"infant-sm","information--language-alert-sm":"information--language-alert-sm","information--language-question-sm":"information--language-question-sm","information--language-sm":"information--language-sm","information-circle-sm":"information-circle-sm","information-sm":"information-sm","insurance-sm":"insurance-sm","key-sm":"key-sm","keypad-sm":"keypad-sm","landmark-sm":"landmark-sm","language-sm":"language-sm","legroom--extra-sm":"legroom--extra-sm","legroom--normal-sm":"legroom--normal-sm","legroom--reduced-sm":"legroom--reduced-sm","leisure-sm":"leisure-sm","lightning-sm":"lightning-sm","list-sm":"list-sm","location-sm":"location-sm","lock-sm":"lock-sm","logout-sm":"logout-sm","long-arrow-down-sm":"long-arrow-down-sm","long-arrow-left-sm":"long-arrow-left-sm","long-arrow-right-sm":"long-arrow-right-sm","long-arrow-up-sm":"long-arrow-up-sm","lounge-sm":"lounge-sm","loyalty-sm":"loyalty-sm","luggageall-sm":"luggageall-sm","mail-sm":"mail-sm","map-sm":"map-sm","meal-sm":"meal-sm","media-sm":"media-sm","menu--horizontal-sm":"menu--horizontal-sm","menu--vertical-sm":"menu--vertical-sm","menu-sm":"menu-sm","mileage-sm":"mileage-sm","minus-sm":"minus-sm","mobile-sm":"mobile-sm","money-sm":"money-sm","multiple-bookings-sm":"multiple-bookings-sm","music-sm":"music-sm","mute-sm":"mute-sm","native-android--back-sm":"native-android--back-sm","native-android--close-sm":"native-android--close-sm","native-android--forward-sm":"native-android--forward-sm","native-ios-close-sm":"native-ios-close-sm","navigation-sm":"navigation-sm","new-window-sm":"new-window-sm","news-sm":"news-sm","night-sm":"night-sm","not-allowed-sm":"not-allowed-sm","onsen-sm":"onsen-sm","origin-sm":"origin-sm","paid-sm":"paid-sm","paperclip-sm":"paperclip-sm","parking-sm":"parking-sm","passport-sm":"passport-sm","pause-sm":"pause-sm","payment-card-sm":"payment-card-sm","petrol-sm":"petrol-sm","phone-call-sm":"phone-call-sm","picture-sm":"picture-sm","pin-sm":"pin-sm","plane-seat-sm":"plane-seat-sm","play-sm":"play-sm","plus-sm":"plus-sm","policy-sm":"policy-sm","powerplug-sm":"powerplug-sm","ppe-sm":"ppe-sm","price-alerts-sm":"price-alerts-sm","price-tag-sm":"price-tag-sm","print-sm":"print-sm","recent-searches-sm":"recent-searches-sm","redo-sm":"redo-sm","refresh-sm":"refresh-sm","return-sm":"return-sm","room-sm":"room-sm","scales-sm":"scales-sm","search-sm":"search-sm","self-service-sm":"self-service-sm","send-message-sm":"send-message-sm","services-sm":"services-sm","settings-sm":"settings-sm","share--android-sm":"share--android-sm","share--ios-sm":"share--ios-sm","share-sm":"share-sm","single-booking-sm":"single-booking-sm","social-distancing-sm":"social-distancing-sm","social-like-sm":"social-like-sm","sort-down-sm":"sort-down-sm","sort-up-sm":"sort-up-sm","sort-sm":"sort-sm","speaker-mute-sm":"speaker-mute-sm","speaker-sm":"speaker-sm","star-half-sm":"star-half-sm","star-outline-sm":"star-outline-sm","star-sm":"star-sm","stops-sm":"stops-sm","swap--horizontal-sm":"swap--horizontal-sm","swap--vertical-sm":"swap--vertical-sm","swap-sm":"swap-sm","taxi-sm":"taxi-sm","temperature-sm":"temperature-sm","thumbs-down-sm":"thumbs-down-sm","thumbs-up-sm":"thumbs-up-sm","tick-circle-sm":"tick-circle-sm","tick-sm":"tick-sm","ticket-flexible-sm":"ticket-flexible-sm","ticket-sm":"ticket-sm","time-sm":"time-sm","toilets-sm":"toilets-sm","train-sm":"train-sm","transmission-automatic-sm":"transmission-automatic-sm","transmission-manual-sm":"transmission-manual-sm","trash-sm":"trash-sm","trend--down-sm":"trend--down-sm","trend--steady-sm":"trend--steady-sm","trend--will-rise-sm":"trend--will-rise-sm","trend-sm":"trend-sm","trips-sm":"trips-sm","undo-sm":"undo-sm","unlock-sm":"unlock-sm","unmute-sm":"unmute-sm","upgrade-sm":"upgrade-sm","upload-sm":"upload-sm","use-location-sm":"use-location-sm","view-sm":"view-sm","virus-sm":"virus-sm","walk-sm":"walk-sm","wallet-sm":"wallet-sm","weather--clear-sm":"weather--clear-sm","weather--cloudy-sm":"weather--cloudy-sm","weather--fog-sm":"weather--fog-sm","weather--partly-cloudy-sm":"weather--partly-cloudy-sm","weather--rain-sm":"weather--rain-sm","weather--snow-sm":"weather--snow-sm","weather--thunderstorm-sm":"weather--thunderstorm-sm","weather--tornado-sm":"weather--tornado-sm","weather--wind-sm":"weather--wind-sm","weather-sm":"weather-sm","wifi-sm":"wifi-sm","window--reduce-sm":"window--reduce-sm","window-sm":"window-sm","world--amer-sm":"world--amer-sm","world--apac-sm":"world--apac-sm","world--emea-sm":"world--emea-sm","accessibility":"accessibility","account--add":"account--add","account--female":"account--female","account--id-card":"account--id-card","account--name":"account--name","account--permit":"account--permit","account-circle":"account-circle","account":"account","add-circle":"add-circle","adult":"adult","ai":"ai","aircon":"aircon","aircraft":"aircraft","airline--multiple":"airline--multiple","airline":"airline","airports":"airports","alert--active":"alert--active","alert--add":"alert--add","alert--expired":"alert--expired","alert--remove":"alert--remove","arrow-down":"arrow-down","arrow-left":"arrow-left","arrow-right":"arrow-right","arrow-up":"arrow-up","award":"award","baby-carriage":"baby-carriage","baggage--add":"baggage--add","baggage--remove":"baggage--remove","baggage-cabin-add":"baggage-cabin-add","baggage-cabin-included-tick":"baggage-cabin-included-tick","baggage-cabin-not-included-cross":"baggage-cabin-not-included-cross","baggage-cabin-not-included":"baggage-cabin-not-included","baggage-cabin-uncertain":"baggage-cabin-uncertain","baggage-cabin":"baggage-cabin","baggage-checked-add":"baggage-checked-add","baggage-checked-included-tick":"baggage-checked-included-tick","baggage-checked-not-included-cross":"baggage-checked-not-included-cross","baggage-checked-not-included":"baggage-checked-not-included","baggage-checked-uncertain":"baggage-checked-uncertain","baggage-checked":"baggage-checked","baggage-cross":"baggage-cross","baggage-generic":"baggage-generic","baggage-personal-item":"baggage-personal-item","baggage-tick":"baggage-tick","baggage":"baggage","bar":"bar","beach":"beach","beer":"beer","breakfast-cross":"breakfast-cross","breakfast-tick":"breakfast-tick","bus":"bus","business":"business","cafe":"cafe","calendar":"calendar","call-back":"call-back","camera":"camera","camper-van":"camper-van","car-door":"car-door","car-wash":"car-wash","cars-flexible":"cars-flexible","cars":"cars","center-location":"center-location","chart":"chart","chauffeur":"chauffeur","chevron-down":"chevron-down","chevron-left":"chevron-left","chevron-right":"chevron-right","chevron-up":"chevron-up","child-seat":"child-seat","child":"child","city-center":"city-center","city":"city","clean-policy":"clean-policy","clean":"clean","cleaning-medical":"cleaning-medical","cloakroom":"cloakroom","close-circle":"close-circle","close":"close","collapse":"collapse","content--copy":"content--copy","content--event":"content--event","content--guides":"content--guides","currency":"currency","data":"data","deals":"deals","depart":"depart","device-mid":"device-mid","device-wide":"device-wide","direct":"direct","document-csv":"document-csv","document-pdf":"document-pdf","dot":"dot","download":"download","duration":"duration","eco-leaf":"eco-leaf","edit":"edit","education":"education","electric":"electric","end-call":"end-call","estimated":"estimated","exclamation-circle":"exclamation-circle","exclamation":"exclamation","expand":"expand","explore":"explore","face--blank":"face--blank","face--happy":"face--happy","face--sad":"face--sad","face-id":"face-id","face-mask":"face-mask","family":"family","fast-track":"fast-track","fast-train":"fast-train","filter":"filter","fingerprint":"fingerprint","flag":"flag","flame":"flame","flask":"flask","flight-flexible":"flight-flexible","flight-landing":"flight-landing","flight-takeoff":"flight-takeoff","flight":"flight","food":"food","gears-automatic-circle":"gears-automatic-circle","gears-automatic":"gears-automatic","gears-manual-circle":"gears-manual-circle","gears-manual":"gears-manual","globe":"globe","grid-layout":"grid-layout","headset":"headset","health-fitness":"health-fitness","heart--outline":"heart--outline","heart":"heart","help-circle":"help-circle","help":"help","hide":"hide","hotel-flexible":"hotel-flexible","hotels--disabled-facilities":"hotels--disabled-facilities","hotels--jacuzzi":"hotels--jacuzzi","hotels--pets-allowed":"hotels--pets-allowed","hotels--smoking":"hotels--smoking","hotels":"hotels","incompatible":"incompatible","infant":"infant","information--language-alert":"information--language-alert","information--language-question":"information--language-question","information--language":"information--language","information-circle":"information-circle","information":"information","insurance":"insurance","key":"key","keypad":"keypad","landmark":"landmark","language":"language","legroom--extra":"legroom--extra","legroom--normal":"legroom--normal","legroom--reduced":"legroom--reduced","leisure":"leisure","lightning":"lightning","list":"list","location":"location","lock":"lock","logout":"logout","long-arrow-down":"long-arrow-down","long-arrow-left":"long-arrow-left","long-arrow-right":"long-arrow-right","long-arrow-up":"long-arrow-up","lounge":"lounge","loyalty":"loyalty","luggageall":"luggageall","mail":"mail","map":"map","meal":"meal","media":"media","menu--horizontal":"menu--horizontal","menu--vertical":"menu--vertical","menu":"menu","mileage":"mileage","minus":"minus","mobile":"mobile","money":"money","multiple-bookings":"multiple-bookings","music":"music","mute":"mute","native-android--back":"native-android--back","native-android--close":"native-android--close","native-android--forward":"native-android--forward","native-ios-close":"native-ios-close","navigation":"navigation","new-window":"new-window","news":"news","night":"night","not-allowed":"not-allowed","onsen":"onsen","origin":"origin","paid":"paid","paperclip":"paperclip","parking":"parking","passport":"passport","pause":"pause","payment-card":"payment-card","petrol":"petrol","phone-call":"phone-call","picture":"picture","pin":"pin","plane-seat":"plane-seat","play":"play","plus":"plus","policy":"policy","powerplug":"powerplug","ppe":"ppe","price-alerts":"price-alerts","price-tag":"price-tag","print":"print","recent-searches":"recent-searches","redo":"redo","refresh":"refresh","return":"return","room":"room","scales":"scales","search":"search","self-service":"self-service","send-message":"send-message","services":"services","settings":"settings","share--android":"share--android","share--ios":"share--ios","share":"share","single-booking":"single-booking","social-distancing":"social-distancing","social-like":"social-like","sort-down":"sort-down","sort-up":"sort-up","sort":"sort","speaker-mute":"speaker-mute","speaker":"speaker","star-half":"star-half","star-outline":"star-outline","star":"star","stops":"stops","swap--horizontal":"swap--horizontal","swap--vertical":"swap--vertical","swap":"swap","taxi":"taxi","temperature":"temperature","thumbs-down":"thumbs-down","thumbs-up":"thumbs-up","tick-circle":"tick-circle","tick":"tick","ticket-flexible":"ticket-flexible","ticket":"ticket","time":"time","toilets":"toilets","train":"train","transmission-automatic":"transmission-automatic","transmission-manual":"transmission-manual","trash":"trash","trend--down":"trend--down","trend--steady":"trend--steady","trend--will-rise":"trend--will-rise","trend":"trend","trips":"trips","undo":"undo","unlock":"unlock","unmute":"unmute","upgrade":"upgrade","upload":"upload","use-location":"use-location","vdl-cars":"vdl-cars","vdl-flight":"vdl-flight","vdl-home-beach":"vdl-home-beach","vdl-home-cars":"vdl-home-cars","vdl-home-flight":"vdl-home-flight","vdl-home-hotels":"vdl-home-hotels","vdl-hotels":"vdl-hotels","vdl-tab-drops-selected":"vdl-tab-drops-selected","vdl-tab-drops":"vdl-tab-drops","vdl-tab-profile-selected":"vdl-tab-profile-selected","vdl-tab-profile":"vdl-tab-profile","vdl-tab-saved-selected":"vdl-tab-saved-selected","vdl-tab-saved":"vdl-tab-saved","vdl-tab-search-selected":"vdl-tab-search-selected","vdl_tab-search":"vdl_tab-search","view":"view","virus":"virus","walk":"walk","wallet":"wallet","weather--clear":"weather--clear","weather--cloudy":"weather--cloudy","weather--fog":"weather--fog","weather--partly-cloudy":"weather--partly-cloudy","weather--rain":"weather--rain","weather--snow":"weather--snow","weather--thunderstorm":"weather--thunderstorm","weather--tornado":"weather--tornado","weather--wind":"weather--wind","weather":"weather","wifi":"wifi","window--reduce":"window--reduce","window":"window","world--amer":"world--amer","world--apac":"world--apac","world--emea":"world--emea","star-half-xxxl":"star-half-xxxl","star-outline-xxxl":"star-outline-xxxl","star-xxxl":"star-xxxl"} \ No newline at end of file +{"accessibility-sm":"accessibility-sm","account--add-sm":"account--add-sm","account--female-sm":"account--female-sm","account--id-card-sm":"account--id-card-sm","account--name-sm":"account--name-sm","account--permit-sm":"account--permit-sm","account-circle-sm":"account-circle-sm","account-sm":"account-sm","add-circle-sm":"add-circle-sm","adult-sm":"adult-sm","ai-sm":"ai-sm","aircon-sm":"aircon-sm","aircraft-sm":"aircraft-sm","airline--multiple-sm":"airline--multiple-sm","airline-sm":"airline-sm","airports-sm":"airports-sm","alert--active-sm":"alert--active-sm","alert--add-sm":"alert--add-sm","alert--expired-sm":"alert--expired-sm","alert--remove-sm":"alert--remove-sm","arrow-down-sm":"arrow-down-sm","arrow-left-sm":"arrow-left-sm","arrow-right-sm":"arrow-right-sm","arrow-up-sm":"arrow-up-sm","award-sm":"award-sm","baby-carriage-sm":"baby-carriage-sm","baggage--add-sm":"baggage--add-sm","baggage--remove-sm":"baggage--remove-sm","baggage-cabin-add-sm":"baggage-cabin-add-sm","baggage-cabin-included-tick-sm":"baggage-cabin-included-tick-sm","baggage-cabin-not-included-cross-sm":"baggage-cabin-not-included-cross-sm","baggage-cabin-not-included-sm":"baggage-cabin-not-included-sm","baggage-cabin-uncertain-sm":"baggage-cabin-uncertain-sm","baggage-cabin-sm":"baggage-cabin-sm","baggage-checked-add-sm":"baggage-checked-add-sm","baggage-checked-included-tick-sm":"baggage-checked-included-tick-sm","baggage-checked-not-included-cross-sm":"baggage-checked-not-included-cross-sm","baggage-checked-not-included-sm":"baggage-checked-not-included-sm","baggage-checked-uncertain-sm":"baggage-checked-uncertain-sm","baggage-checked-sm":"baggage-checked-sm","baggage-cross-sm":"baggage-cross-sm","baggage-generic-sm":"baggage-generic-sm","baggage-personal-item-sm":"baggage-personal-item-sm","baggage-tick-sm":"baggage-tick-sm","baggage-sm":"baggage-sm","bar-sm":"bar-sm","beach-sm":"beach-sm","beer-sm":"beer-sm","breakfast-cross-sm":"breakfast-cross-sm","breakfast-tick-sm":"breakfast-tick-sm","bus-sm":"bus-sm","business-sm":"business-sm","cafe-sm":"cafe-sm","calendar-sm":"calendar-sm","call-back-sm":"call-back-sm","camera-sm":"camera-sm","camper-van-sm":"camper-van-sm","car-door-sm":"car-door-sm","car-wash-sm":"car-wash-sm","cars-flexible-sm":"cars-flexible-sm","cars-sm":"cars-sm","center-location-sm":"center-location-sm","chart-sm":"chart-sm","chauffeur-sm":"chauffeur-sm","check-sm":"check-sm","chevron-down-sm":"chevron-down-sm","chevron-left-sm":"chevron-left-sm","chevron-right-sm":"chevron-right-sm","chevron-up-sm":"chevron-up-sm","child-seat-sm":"child-seat-sm","child-sm":"child-sm","city-center-sm":"city-center-sm","city-sm":"city-sm","clean-policy-sm":"clean-policy-sm","clean-sm":"clean-sm","cleaning-medical-sm":"cleaning-medical-sm","cloakroom-sm":"cloakroom-sm","close-circle-sm":"close-circle-sm","close-sm":"close-sm","collapse-sm":"collapse-sm","content--copy-sm":"content--copy-sm","content--event-sm":"content--event-sm","content--guides-sm":"content--guides-sm","currency-sm":"currency-sm","data-sm":"data-sm","deals-sm":"deals-sm","depart-sm":"depart-sm","device-mid-sm":"device-mid-sm","device-wide-sm":"device-wide-sm","direct-sm":"direct-sm","document-csv-sm":"document-csv-sm","document-pdf-sm":"document-pdf-sm","dot-sm":"dot-sm","download-sm":"download-sm","duration-sm":"duration-sm","eco-leaf-sm":"eco-leaf-sm","edit-sm":"edit-sm","education-sm":"education-sm","electric-sm":"electric-sm","end-call-sm":"end-call-sm","estimated-sm":"estimated-sm","exclamation-circle-sm":"exclamation-circle-sm","exclamation-sm":"exclamation-sm","expand-sm":"expand-sm","explore-sm":"explore-sm","face--blank-sm":"face--blank-sm","face--happy-sm":"face--happy-sm","face--sad-sm":"face--sad-sm","face-id-sm":"face-id-sm","face-mask-sm":"face-mask-sm","family-sm":"family-sm","fast-track-sm":"fast-track-sm","fast-train-sm":"fast-train-sm","filter-sm":"filter-sm","fingerprint-sm":"fingerprint-sm","flag-sm":"flag-sm","flame-sm":"flame-sm","flask-sm":"flask-sm","flight-flexible-sm":"flight-flexible-sm","flight-landing-sm":"flight-landing-sm","flight-takeoff-sm":"flight-takeoff-sm","flight-sm":"flight-sm","food-sm":"food-sm","gears-automatic-circle-sm":"gears-automatic-circle-sm","gears-automatic-sm":"gears-automatic-sm","gears-manual-circle-sm":"gears-manual-circle-sm","gears-manual-sm":"gears-manual-sm","globe-sm":"globe-sm","grid-layout-sm":"grid-layout-sm","headset-sm":"headset-sm","health-fitness-sm":"health-fitness-sm","heart--outline-sm":"heart--outline-sm","heart-sm":"heart-sm","help-circle-sm":"help-circle-sm","help-sm":"help-sm","hide-sm":"hide-sm","hotel-flexible-sm":"hotel-flexible-sm","hotels--disabled-facilities-sm":"hotels--disabled-facilities-sm","hotels--jacuzzi-sm":"hotels--jacuzzi-sm","hotels--pets-allowed-sm":"hotels--pets-allowed-sm","hotels--smoking-sm":"hotels--smoking-sm","hotels-sm":"hotels-sm","incompatible-sm":"incompatible-sm","infant-sm":"infant-sm","information--language-alert-sm":"information--language-alert-sm","information--language-question-sm":"information--language-question-sm","information--language-sm":"information--language-sm","information-circle-sm":"information-circle-sm","information-sm":"information-sm","insurance-sm":"insurance-sm","key-sm":"key-sm","keypad-sm":"keypad-sm","landmark-sm":"landmark-sm","language-sm":"language-sm","legroom--extra-sm":"legroom--extra-sm","legroom--normal-sm":"legroom--normal-sm","legroom--reduced-sm":"legroom--reduced-sm","leisure-sm":"leisure-sm","lightning-sm":"lightning-sm","list-sm":"list-sm","location-sm":"location-sm","lock-sm":"lock-sm","logout-sm":"logout-sm","long-arrow-down-sm":"long-arrow-down-sm","long-arrow-left-sm":"long-arrow-left-sm","long-arrow-right-sm":"long-arrow-right-sm","long-arrow-up-sm":"long-arrow-up-sm","lounge-sm":"lounge-sm","loyalty-sm":"loyalty-sm","luggageall-sm":"luggageall-sm","mail-sm":"mail-sm","map-sm":"map-sm","meal-sm":"meal-sm","media-sm":"media-sm","menu--horizontal-sm":"menu--horizontal-sm","menu--vertical-sm":"menu--vertical-sm","menu-sm":"menu-sm","mileage-sm":"mileage-sm","minus-sm":"minus-sm","mobile-sm":"mobile-sm","money-sm":"money-sm","multiple-bookings-sm":"multiple-bookings-sm","music-sm":"music-sm","mute-sm":"mute-sm","native-android--back-sm":"native-android--back-sm","native-android--close-sm":"native-android--close-sm","native-android--forward-sm":"native-android--forward-sm","native-ios-close-sm":"native-ios-close-sm","navigation-sm":"navigation-sm","new-window-sm":"new-window-sm","news-sm":"news-sm","night-sm":"night-sm","not-allowed-sm":"not-allowed-sm","onsen-sm":"onsen-sm","origin-sm":"origin-sm","paid-sm":"paid-sm","paperclip-sm":"paperclip-sm","parking-sm":"parking-sm","passport-sm":"passport-sm","pause-sm":"pause-sm","payment-card-sm":"payment-card-sm","petrol-sm":"petrol-sm","phone-call-sm":"phone-call-sm","picture-sm":"picture-sm","pin-sm":"pin-sm","plane-seat-sm":"plane-seat-sm","play-sm":"play-sm","plus-sm":"plus-sm","policy-sm":"policy-sm","powerplug-sm":"powerplug-sm","ppe-sm":"ppe-sm","price-alerts-sm":"price-alerts-sm","price-tag-sm":"price-tag-sm","print-sm":"print-sm","recent-searches-sm":"recent-searches-sm","redo-sm":"redo-sm","refresh-sm":"refresh-sm","return-sm":"return-sm","room-sm":"room-sm","scales-sm":"scales-sm","search-sm":"search-sm","self-service-sm":"self-service-sm","send-message-sm":"send-message-sm","services-sm":"services-sm","settings-sm":"settings-sm","share--android-sm":"share--android-sm","share--ios-sm":"share--ios-sm","share-sm":"share-sm","single-booking-sm":"single-booking-sm","social-distancing-sm":"social-distancing-sm","social-like-sm":"social-like-sm","sort-down-sm":"sort-down-sm","sort-up-sm":"sort-up-sm","sort-sm":"sort-sm","speaker-mute-sm":"speaker-mute-sm","speaker-sm":"speaker-sm","star-half-sm":"star-half-sm","star-outline-sm":"star-outline-sm","star-sm":"star-sm","stops-sm":"stops-sm","swap--horizontal-sm":"swap--horizontal-sm","swap--vertical-sm":"swap--vertical-sm","swap-sm":"swap-sm","taxi-sm":"taxi-sm","temperature-sm":"temperature-sm","thumbs-down-sm":"thumbs-down-sm","thumbs-up-sm":"thumbs-up-sm","tick-circle-sm":"tick-circle-sm","tick-sm":"tick-sm","ticket-flexible-sm":"ticket-flexible-sm","ticket-sm":"ticket-sm","time-sm":"time-sm","toilets-sm":"toilets-sm","train-sm":"train-sm","transmission-automatic-sm":"transmission-automatic-sm","transmission-manual-sm":"transmission-manual-sm","trash-sm":"trash-sm","trend--down-sm":"trend--down-sm","trend--steady-sm":"trend--steady-sm","trend--will-rise-sm":"trend--will-rise-sm","trend-sm":"trend-sm","trips-sm":"trips-sm","undo-sm":"undo-sm","unlock-sm":"unlock-sm","unmute-sm":"unmute-sm","upgrade-sm":"upgrade-sm","upload-sm":"upload-sm","use-location-sm":"use-location-sm","vdl-cars-sm":"vdl-cars-sm","vdl-flight-sm":"vdl-flight-sm","vdl-hotels-sm":"vdl-hotels-sm","view-sm":"view-sm","virus-sm":"virus-sm","walk-sm":"walk-sm","wallet-sm":"wallet-sm","weather--clear-sm":"weather--clear-sm","weather--cloudy-sm":"weather--cloudy-sm","weather--fog-sm":"weather--fog-sm","weather--partly-cloudy-sm":"weather--partly-cloudy-sm","weather--rain-sm":"weather--rain-sm","weather--snow-sm":"weather--snow-sm","weather--thunderstorm-sm":"weather--thunderstorm-sm","weather--tornado-sm":"weather--tornado-sm","weather--wind-sm":"weather--wind-sm","weather-sm":"weather-sm","wifi-sm":"wifi-sm","window--reduce-sm":"window--reduce-sm","window-sm":"window-sm","world--amer-sm":"world--amer-sm","world--apac-sm":"world--apac-sm","world--emea-sm":"world--emea-sm","accessibility":"accessibility","account--add":"account--add","account--female":"account--female","account--id-card":"account--id-card","account--name":"account--name","account--permit":"account--permit","account-circle":"account-circle","account":"account","add-circle":"add-circle","adult":"adult","ai":"ai","aircon":"aircon","aircraft":"aircraft","airline--multiple":"airline--multiple","airline":"airline","airports":"airports","alert--active":"alert--active","alert--add":"alert--add","alert--expired":"alert--expired","alert--remove":"alert--remove","arrow-down":"arrow-down","arrow-left":"arrow-left","arrow-right":"arrow-right","arrow-up":"arrow-up","award":"award","baby-carriage":"baby-carriage","baggage--add":"baggage--add","baggage--remove":"baggage--remove","baggage-cabin-add":"baggage-cabin-add","baggage-cabin-included-tick":"baggage-cabin-included-tick","baggage-cabin-not-included-cross":"baggage-cabin-not-included-cross","baggage-cabin-not-included":"baggage-cabin-not-included","baggage-cabin-uncertain":"baggage-cabin-uncertain","baggage-cabin":"baggage-cabin","baggage-checked-add":"baggage-checked-add","baggage-checked-included-tick":"baggage-checked-included-tick","baggage-checked-not-included-cross":"baggage-checked-not-included-cross","baggage-checked-not-included":"baggage-checked-not-included","baggage-checked-uncertain":"baggage-checked-uncertain","baggage-checked":"baggage-checked","baggage-cross":"baggage-cross","baggage-generic":"baggage-generic","baggage-personal-item":"baggage-personal-item","baggage-tick":"baggage-tick","baggage":"baggage","bar":"bar","beach":"beach","beer":"beer","breakfast-cross":"breakfast-cross","breakfast-tick":"breakfast-tick","bus":"bus","business":"business","cafe":"cafe","calendar":"calendar","call-back":"call-back","camera":"camera","camper-van":"camper-van","car-door":"car-door","car-wash":"car-wash","cars-flexible":"cars-flexible","cars":"cars","center-location":"center-location","chart":"chart","chauffeur":"chauffeur","chevron-down":"chevron-down","chevron-left":"chevron-left","chevron-right":"chevron-right","chevron-up":"chevron-up","child-seat":"child-seat","child":"child","city-center":"city-center","city":"city","clean-policy":"clean-policy","clean":"clean","cleaning-medical":"cleaning-medical","cloakroom":"cloakroom","close-circle":"close-circle","close":"close","collapse":"collapse","content--copy":"content--copy","content--event":"content--event","content--guides":"content--guides","currency":"currency","data":"data","deals":"deals","depart":"depart","device-mid":"device-mid","device-wide":"device-wide","direct":"direct","document-csv":"document-csv","document-pdf":"document-pdf","dot":"dot","download":"download","duration":"duration","eco-leaf":"eco-leaf","edit":"edit","education":"education","electric":"electric","end-call":"end-call","estimated":"estimated","exclamation-circle":"exclamation-circle","exclamation":"exclamation","expand":"expand","explore":"explore","face--blank":"face--blank","face--happy":"face--happy","face--sad":"face--sad","face-id":"face-id","face-mask":"face-mask","family":"family","fast-track":"fast-track","fast-train":"fast-train","filter":"filter","fingerprint":"fingerprint","flag":"flag","flame":"flame","flask":"flask","flight-flexible":"flight-flexible","flight-landing":"flight-landing","flight-takeoff":"flight-takeoff","flight":"flight","food":"food","gears-automatic-circle":"gears-automatic-circle","gears-automatic":"gears-automatic","gears-manual-circle":"gears-manual-circle","gears-manual":"gears-manual","globe":"globe","grid-layout":"grid-layout","headset":"headset","health-fitness":"health-fitness","heart--outline":"heart--outline","heart":"heart","help-circle":"help-circle","help":"help","hide":"hide","hotel-flexible":"hotel-flexible","hotels--disabled-facilities":"hotels--disabled-facilities","hotels--jacuzzi":"hotels--jacuzzi","hotels--pets-allowed":"hotels--pets-allowed","hotels--smoking":"hotels--smoking","hotels":"hotels","incompatible":"incompatible","infant":"infant","information--language-alert":"information--language-alert","information--language-question":"information--language-question","information--language":"information--language","information-circle":"information-circle","information":"information","insurance":"insurance","key":"key","keypad":"keypad","landmark":"landmark","language":"language","legroom--extra":"legroom--extra","legroom--normal":"legroom--normal","legroom--reduced":"legroom--reduced","leisure":"leisure","lightning":"lightning","list":"list","location":"location","lock":"lock","logout":"logout","long-arrow-down":"long-arrow-down","long-arrow-left":"long-arrow-left","long-arrow-right":"long-arrow-right","long-arrow-up":"long-arrow-up","lounge":"lounge","loyalty":"loyalty","luggageall":"luggageall","mail":"mail","map":"map","meal":"meal","media":"media","menu--horizontal":"menu--horizontal","menu--vertical":"menu--vertical","menu":"menu","mileage":"mileage","minus":"minus","mobile":"mobile","money":"money","multiple-bookings":"multiple-bookings","music":"music","mute":"mute","native-android--back":"native-android--back","native-android--close":"native-android--close","native-android--forward":"native-android--forward","native-ios-close":"native-ios-close","navigation":"navigation","new-window":"new-window","news":"news","night":"night","not-allowed":"not-allowed","onsen":"onsen","origin":"origin","paid":"paid","paperclip":"paperclip","parking":"parking","passport":"passport","pause":"pause","payment-card":"payment-card","petrol":"petrol","phone-call":"phone-call","picture":"picture","pin":"pin","plane-seat":"plane-seat","play":"play","plus":"plus","policy":"policy","powerplug":"powerplug","ppe":"ppe","price-alerts":"price-alerts","price-tag":"price-tag","print":"print","recent-searches":"recent-searches","redo":"redo","refresh":"refresh","return":"return","room":"room","scales":"scales","search":"search","self-service":"self-service","send-message":"send-message","services":"services","settings":"settings","share--android":"share--android","share--ios":"share--ios","share":"share","single-booking":"single-booking","social-distancing":"social-distancing","social-like":"social-like","sort-down":"sort-down","sort-up":"sort-up","sort":"sort","speaker-mute":"speaker-mute","speaker":"speaker","star-half":"star-half","star-outline":"star-outline","star":"star","stops":"stops","swap--horizontal":"swap--horizontal","swap--vertical":"swap--vertical","swap":"swap","taxi":"taxi","temperature":"temperature","thumbs-down":"thumbs-down","thumbs-up":"thumbs-up","tick-circle":"tick-circle","tick":"tick","ticket-flexible":"ticket-flexible","ticket":"ticket","time":"time","toilets":"toilets","train":"train","transmission-automatic":"transmission-automatic","transmission-manual":"transmission-manual","trash":"trash","trend--down":"trend--down","trend--steady":"trend--steady","trend--will-rise":"trend--will-rise","trend":"trend","trips":"trips","undo":"undo","unlock":"unlock","unmute":"unmute","upgrade":"upgrade","upload":"upload","use-location":"use-location","vdl-cars":"vdl-cars","vdl-flight":"vdl-flight","vdl-home-beach":"vdl-home-beach","vdl-home-cars":"vdl-home-cars","vdl-home-flight":"vdl-home-flight","vdl-home-hotels":"vdl-home-hotels","vdl-hotels":"vdl-hotels","vdl-tab-drops-selected":"vdl-tab-drops-selected","vdl-tab-drops":"vdl-tab-drops","vdl-tab-profile-selected":"vdl-tab-profile-selected","vdl-tab-profile":"vdl-tab-profile","vdl-tab-saved-selected":"vdl-tab-saved-selected","vdl-tab-saved":"vdl-tab-saved","vdl-tab-search-selected":"vdl-tab-search-selected","vdl_tab-search":"vdl_tab-search","view":"view","virus":"virus","walk":"walk","wallet":"wallet","weather--clear":"weather--clear","weather--cloudy":"weather--cloudy","weather--fog":"weather--fog","weather--partly-cloudy":"weather--partly-cloudy","weather--rain":"weather--rain","weather--snow":"weather--snow","weather--thunderstorm":"weather--thunderstorm","weather--tornado":"weather--tornado","weather--wind":"weather--wind","weather":"weather","wifi":"wifi","window--reduce":"window--reduce","window":"window","world--amer":"world--amer","world--apac":"world--apac","world--emea":"world--emea","star-half-xxxl":"star-half-xxxl","star-outline-xxxl":"star-outline-xxxl","star-xxxl":"star-xxxl"} \ No newline at end of file diff --git a/dist/js/icons/lg/vdl-home-beach.jsx b/dist/js/icons/lg/vdl-home-beach.jsx index a227a94..f14ac60 100644 --- a/dist/js/icons/lg/vdl-home-beach.jsx +++ b/dist/js/icons/lg/vdl-home-beach.jsx @@ -1,5 +1,5 @@ import React from 'react'; const VdlHomeBeachIcon = (props) => (); export default VdlHomeBeachIcon; diff --git a/dist/js/icons/sm/vdl-cars.d.ts b/dist/js/icons/sm/vdl-cars.d.ts new file mode 100644 index 0000000..e78226d --- /dev/null +++ b/dist/js/icons/sm/vdl-cars.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlCarsIcon: (props: SVGProps) => React.JSX.Element; +export default VdlCarsIcon; diff --git a/dist/js/icons/sm/vdl-cars.jsx b/dist/js/icons/sm/vdl-cars.jsx new file mode 100644 index 0000000..a8d6520 --- /dev/null +++ b/dist/js/icons/sm/vdl-cars.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlCarsIcon = (props) => (); +export default VdlCarsIcon; diff --git a/dist/js/icons/sm/vdl-flight.d.ts b/dist/js/icons/sm/vdl-flight.d.ts new file mode 100644 index 0000000..e583285 --- /dev/null +++ b/dist/js/icons/sm/vdl-flight.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlFlightIcon: (props: SVGProps) => React.JSX.Element; +export default VdlFlightIcon; diff --git a/dist/js/icons/sm/vdl-flight.jsx b/dist/js/icons/sm/vdl-flight.jsx new file mode 100644 index 0000000..05641b5 --- /dev/null +++ b/dist/js/icons/sm/vdl-flight.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlFlightIcon = (props) => (); +export default VdlFlightIcon; diff --git a/dist/js/icons/sm/vdl-hotels.d.ts b/dist/js/icons/sm/vdl-hotels.d.ts new file mode 100644 index 0000000..7a606cb --- /dev/null +++ b/dist/js/icons/sm/vdl-hotels.d.ts @@ -0,0 +1,4 @@ +import React from 'react'; +import type { SVGProps } from 'react'; +declare const VdlHotelsIcon: (props: SVGProps) => React.JSX.Element; +export default VdlHotelsIcon; diff --git a/dist/js/icons/sm/vdl-hotels.jsx b/dist/js/icons/sm/vdl-hotels.jsx new file mode 100644 index 0000000..c2fafe3 --- /dev/null +++ b/dist/js/icons/sm/vdl-hotels.jsx @@ -0,0 +1,5 @@ +import React from 'react'; +const VdlHotelsIcon = (props) => (); +export default VdlHotelsIcon; diff --git a/dist/svgs/icons/lg/vdl-flight.svg b/dist/svgs/icons/lg/vdl-flight.svg index 3f76116..a6732cd 100644 --- a/dist/svgs/icons/lg/vdl-flight.svg +++ b/dist/svgs/icons/lg/vdl-flight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-home-beach.svg b/dist/svgs/icons/lg/vdl-home-beach.svg index 16ec3d1..87c7c53 100644 --- a/dist/svgs/icons/lg/vdl-home-beach.svg +++ b/dist/svgs/icons/lg/vdl-home-beach.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-home-flight.svg b/dist/svgs/icons/lg/vdl-home-flight.svg index 3f76116..a6732cd 100644 --- a/dist/svgs/icons/lg/vdl-home-flight.svg +++ b/dist/svgs/icons/lg/vdl-home-flight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-home-hotels.svg b/dist/svgs/icons/lg/vdl-home-hotels.svg index 53ad04a..f169745 100644 --- a/dist/svgs/icons/lg/vdl-home-hotels.svg +++ b/dist/svgs/icons/lg/vdl-home-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-hotels.svg b/dist/svgs/icons/lg/vdl-hotels.svg index 53ad04a..f169745 100644 --- a/dist/svgs/icons/lg/vdl-hotels.svg +++ b/dist/svgs/icons/lg/vdl-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/lg/vdl-tab-profile.svg b/dist/svgs/icons/lg/vdl-tab-profile.svg index 3ad82ee..cd68f50 100644 --- a/dist/svgs/icons/lg/vdl-tab-profile.svg +++ b/dist/svgs/icons/lg/vdl-tab-profile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/sm/vdl-cars.svg b/dist/svgs/icons/sm/vdl-cars.svg new file mode 100644 index 0000000..8924e48 --- /dev/null +++ b/dist/svgs/icons/sm/vdl-cars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/sm/vdl-flight.svg b/dist/svgs/icons/sm/vdl-flight.svg new file mode 100644 index 0000000..4bfc0c0 --- /dev/null +++ b/dist/svgs/icons/sm/vdl-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svgs/icons/sm/vdl-hotels.svg b/dist/svgs/icons/sm/vdl-hotels.svg new file mode 100644 index 0000000..04aba41 --- /dev/null +++ b/dist/svgs/icons/sm/vdl-hotels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/lg/vdl-flight.svg b/src/icons/lg/vdl-flight.svg index 3f76116..a6732cd 100644 --- a/src/icons/lg/vdl-flight.svg +++ b/src/icons/lg/vdl-flight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/lg/vdl-home-beach.svg b/src/icons/lg/vdl-home-beach.svg index 16ec3d1..87c7c53 100644 --- a/src/icons/lg/vdl-home-beach.svg +++ b/src/icons/lg/vdl-home-beach.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/lg/vdl-home-flight.svg b/src/icons/lg/vdl-home-flight.svg index 3f76116..a6732cd 100644 --- a/src/icons/lg/vdl-home-flight.svg +++ b/src/icons/lg/vdl-home-flight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/lg/vdl-home-hotels.svg b/src/icons/lg/vdl-home-hotels.svg index 53ad04a..f169745 100644 --- a/src/icons/lg/vdl-home-hotels.svg +++ b/src/icons/lg/vdl-home-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/lg/vdl-hotels.svg b/src/icons/lg/vdl-hotels.svg index 53ad04a..f169745 100644 --- a/src/icons/lg/vdl-hotels.svg +++ b/src/icons/lg/vdl-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/lg/vdl-tab-profile.svg b/src/icons/lg/vdl-tab-profile.svg index 3ad82ee..cd68f50 100644 --- a/src/icons/lg/vdl-tab-profile.svg +++ b/src/icons/lg/vdl-tab-profile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/sm/vdl-cars.svg b/src/icons/sm/vdl-cars.svg new file mode 100644 index 0000000..8924e48 --- /dev/null +++ b/src/icons/sm/vdl-cars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/sm/vdl-flight.svg b/src/icons/sm/vdl-flight.svg new file mode 100644 index 0000000..4bfc0c0 --- /dev/null +++ b/src/icons/sm/vdl-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/sm/vdl-hotels.svg b/src/icons/sm/vdl-hotels.svg new file mode 100644 index 0000000..04aba41 --- /dev/null +++ b/src/icons/sm/vdl-hotels.svg @@ -0,0 +1 @@ + \ No newline at end of file From d80cd215130b7c2b09bc822334ac68768d072988 Mon Sep 17 00:00:00 2001 From: Kynan Song Date: Thu, 27 Nov 2025 16:26:49 +0000 Subject: [PATCH 3/5] Adding missing files. --- dist/svgs/icons/lg/vdl-home-beach.svg | 2 +- dist/svgs/icons/sm/vdl-cars.svg | 2 +- dist/svgs/icons/sm/vdl-flight.svg | 2 +- dist/svgs/icons/sm/vdl-hotels.svg | 2 +- src/icons/lg/vdl-home-beach.svg | 2 +- src/icons/sm/vdl-cars.svg | 2 +- src/icons/sm/vdl-flight.svg | 2 +- src/icons/sm/vdl-hotels.svg | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/svgs/icons/lg/vdl-home-beach.svg b/dist/svgs/icons/lg/vdl-home-beach.svg index 87c7c53..42b690d 100644 --- a/dist/svgs/icons/lg/vdl-home-beach.svg +++ b/dist/svgs/icons/lg/vdl-home-beach.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/sm/vdl-cars.svg b/dist/svgs/icons/sm/vdl-cars.svg index 8924e48..dc1f70f 100644 --- a/dist/svgs/icons/sm/vdl-cars.svg +++ b/dist/svgs/icons/sm/vdl-cars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/sm/vdl-flight.svg b/dist/svgs/icons/sm/vdl-flight.svg index 4bfc0c0..54493fc 100644 --- a/dist/svgs/icons/sm/vdl-flight.svg +++ b/dist/svgs/icons/sm/vdl-flight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/sm/vdl-hotels.svg b/dist/svgs/icons/sm/vdl-hotels.svg index 04aba41..6afebb7 100644 --- a/dist/svgs/icons/sm/vdl-hotels.svg +++ b/dist/svgs/icons/sm/vdl-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/lg/vdl-home-beach.svg b/src/icons/lg/vdl-home-beach.svg index 87c7c53..42b690d 100644 --- a/src/icons/lg/vdl-home-beach.svg +++ b/src/icons/lg/vdl-home-beach.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/sm/vdl-cars.svg b/src/icons/sm/vdl-cars.svg index 8924e48..dc1f70f 100644 --- a/src/icons/sm/vdl-cars.svg +++ b/src/icons/sm/vdl-cars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/sm/vdl-flight.svg b/src/icons/sm/vdl-flight.svg index 4bfc0c0..54493fc 100644 --- a/src/icons/sm/vdl-flight.svg +++ b/src/icons/sm/vdl-flight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/sm/vdl-hotels.svg b/src/icons/sm/vdl-hotels.svg index 04aba41..6afebb7 100644 --- a/src/icons/sm/vdl-hotels.svg +++ b/src/icons/sm/vdl-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 8bbeffa0199e0bdaee444967ce2d31c69ccf5f8c Mon Sep 17 00:00:00 2001 From: Kynan Song Date: Fri, 28 Nov 2025 09:06:59 +0000 Subject: [PATCH 4/5] Uploading correct icons --- dist/js/icons/sm/vdl-cars.jsx | 2 +- dist/js/icons/sm/vdl-flight.jsx | 2 +- dist/js/icons/sm/vdl-hotels.jsx | 2 +- dist/svgs/icons/sm/vdl-cars.svg | 2 +- dist/svgs/icons/sm/vdl-flight.svg | 2 +- dist/svgs/icons/sm/vdl-hotels.svg | 2 +- src/icons/sm/vdl-cars.svg | 2 +- src/icons/sm/vdl-flight.svg | 2 +- src/icons/sm/vdl-hotels.svg | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/js/icons/sm/vdl-cars.jsx b/dist/js/icons/sm/vdl-cars.jsx index a8d6520..90ec79c 100644 --- a/dist/js/icons/sm/vdl-cars.jsx +++ b/dist/js/icons/sm/vdl-cars.jsx @@ -1,5 +1,5 @@ import React from 'react'; const VdlCarsIcon = (props) => (); export default VdlCarsIcon; diff --git a/dist/js/icons/sm/vdl-flight.jsx b/dist/js/icons/sm/vdl-flight.jsx index 05641b5..9db5642 100644 --- a/dist/js/icons/sm/vdl-flight.jsx +++ b/dist/js/icons/sm/vdl-flight.jsx @@ -1,5 +1,5 @@ import React from 'react'; const VdlFlightIcon = (props) => (); export default VdlFlightIcon; diff --git a/dist/js/icons/sm/vdl-hotels.jsx b/dist/js/icons/sm/vdl-hotels.jsx index c2fafe3..e3b2b7c 100644 --- a/dist/js/icons/sm/vdl-hotels.jsx +++ b/dist/js/icons/sm/vdl-hotels.jsx @@ -1,5 +1,5 @@ import React from 'react'; const VdlHotelsIcon = (props) => (); export default VdlHotelsIcon; diff --git a/dist/svgs/icons/sm/vdl-cars.svg b/dist/svgs/icons/sm/vdl-cars.svg index dc1f70f..9ba6e51 100644 --- a/dist/svgs/icons/sm/vdl-cars.svg +++ b/dist/svgs/icons/sm/vdl-cars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/sm/vdl-flight.svg b/dist/svgs/icons/sm/vdl-flight.svg index 54493fc..6c16841 100644 --- a/dist/svgs/icons/sm/vdl-flight.svg +++ b/dist/svgs/icons/sm/vdl-flight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/sm/vdl-hotels.svg b/dist/svgs/icons/sm/vdl-hotels.svg index 6afebb7..8439322 100644 --- a/dist/svgs/icons/sm/vdl-hotels.svg +++ b/dist/svgs/icons/sm/vdl-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/sm/vdl-cars.svg b/src/icons/sm/vdl-cars.svg index dc1f70f..9ba6e51 100644 --- a/src/icons/sm/vdl-cars.svg +++ b/src/icons/sm/vdl-cars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/sm/vdl-flight.svg b/src/icons/sm/vdl-flight.svg index 54493fc..6c16841 100644 --- a/src/icons/sm/vdl-flight.svg +++ b/src/icons/sm/vdl-flight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/sm/vdl-hotels.svg b/src/icons/sm/vdl-hotels.svg index 6afebb7..8439322 100644 --- a/src/icons/sm/vdl-hotels.svg +++ b/src/icons/sm/vdl-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From de911d58dc43a5534cbfb73768117c45486f0c81 Mon Sep 17 00:00:00 2001 From: Kynan Song Date: Fri, 28 Nov 2025 09:13:47 +0000 Subject: [PATCH 5/5] Uploading missing dist files. --- dist/svgs/icons/sm/vdl-cars.svg | 2 +- dist/svgs/icons/sm/vdl-hotels.svg | 2 +- src/icons/sm/vdl-cars.svg | 2 +- src/icons/sm/vdl-hotels.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/svgs/icons/sm/vdl-cars.svg b/dist/svgs/icons/sm/vdl-cars.svg index 9ba6e51..af4dcde 100644 --- a/dist/svgs/icons/sm/vdl-cars.svg +++ b/dist/svgs/icons/sm/vdl-cars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/svgs/icons/sm/vdl-hotels.svg b/dist/svgs/icons/sm/vdl-hotels.svg index 8439322..bfdc2fc 100644 --- a/dist/svgs/icons/sm/vdl-hotels.svg +++ b/dist/svgs/icons/sm/vdl-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/sm/vdl-cars.svg b/src/icons/sm/vdl-cars.svg index 9ba6e51..af4dcde 100644 --- a/src/icons/sm/vdl-cars.svg +++ b/src/icons/sm/vdl-cars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/sm/vdl-hotels.svg b/src/icons/sm/vdl-hotels.svg index 8439322..bfdc2fc 100644 --- a/src/icons/sm/vdl-hotels.svg +++ b/src/icons/sm/vdl-hotels.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file