From d6b36a0ca6295d915fb4f0cadc5f2dc7e46701cf Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Thu, 19 Jun 2025 18:51:43 +0800 Subject: [PATCH] feat: add getButtonSvg API to fetch button SVG file as Promise --- 03_source/mobile/src/api/buttonSvg.svg | 5 +++++ 03_source/mobile/src/api/getButtonSvg.tsx | 10 ++++++++++ ...nditioning-cooling-heat-temperature-svgrepo-com.svg | 2 ++ ...attention-caution-dangerous-warning-svgrepo-com.svg | 2 ++ .../svgs/alert-bell-call-message-sign-svgrepo-com.svg | 2 ++ ...e-business-person-reception-service-svgrepo-com.svg | 2 ++ ...bag-baggage-luggage-suitcase-travel-svgrepo-com.svg | 2 ++ ...g-holiday-journey-suitcase-vacation-svgrepo-com.svg | 2 ++ ...aggage-bellhop-hotel-service-waiter-svgrepo-com.svg | 2 ++ ...financial-money-payment-transaction-svgrepo-com.svg | 2 ++ .../api/svgs/bar-cafe-chair-club-stool-svgrepo-com.svg | 2 ++ .../bath-bathroom-cotton-textile-towel-svgrepo-com.svg | 2 ++ .../bathroom-bathtub-bubble-foam-water-svgrepo-com.svg | 2 ++ .../bathroom-faucet-room-sink-wash-svgrepo-com.svg | 2 ++ ...ed-furniture-interior-pillow-rest-2-svgrepo-com.svg | 2 ++ ...ed-furniture-interior-pillow-rest-3-svgrepo-com.svg | 2 ++ .../bed-furniture-interior-pillow-rest-svgrepo-com.svg | 2 ++ ...alog-document-guidebook-instruction-svgrepo-com.svg | 2 ++ ...usiness-finance-money-saving-wallet-svgrepo-com.svg | 2 ++ .../svgs/cafe-card-food-menu-vintage-svgrepo-com.svg | 2 ++ .../api/svgs/cafe-cup-drink-mug-tea-svgrepo-com.svg | 2 ++ .../svgs/calendar-date-day-month-time-svgrepo-com.svg | 2 ++ ...puccino-coffee-cup-drink-espresso-2-svgrepo-com.svg | 2 ++ ...appuccino-coffee-cup-drink-espresso-svgrepo-com.svg | 2 ++ .../card-credit-currency-finance-money-svgrepo-com.svg | 2 ++ .../svgs/card-door-key-lock-security-svgrepo-com.svg | 2 ++ ...mfortable-decoration-garden-terrace-svgrepo-com.svg | 2 ++ ...clean-clothing-laundry-washing-wind-svgrepo-com.svg | 2 ++ ...rtable-fabric-footwear-shoe-slipper-svgrepo-com.svg | 2 ++ ...on-entertainment-event-paper-ticket-svgrepo-com.svg | 2 ++ .../door-elevator-entrance-floor-lift-svgrepo-com.svg | 2 ++ .../svgs/door-enter-entry-exit-open-svgrepo-com.svg | 2 ++ .../door-entrance-handle-key-security-svgrepo-com.svg | 2 ++ .../svgs/door-key-lock-room-security-svgrepo-com.svg | 2 ++ ...ternet-screen-technology-television-svgrepo-com.svg | 2 ++ ...iday-hotel-journey-service-travel-2-svgrepo-com.svg | 2 ++ ...oliday-hotel-journey-service-travel-svgrepo-com.svg | 2 ++ .../holiday-hotel-motel-sign-travel-svgrepo-com.svg | 2 ++ ...journey-luggage-suitcase-vacation-2-svgrepo-com.svg | 2 ++ .../svgs/hotel-location-map-pin-travel-svgrepo-com.svg | 2 ++ 40 files changed, 91 insertions(+) create mode 100644 03_source/mobile/src/api/buttonSvg.svg create mode 100644 03_source/mobile/src/api/getButtonSvg.tsx create mode 100644 03_source/mobile/src/api/svgs/air-conditioning-cooling-heat-temperature-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/alert-attention-caution-dangerous-warning-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/alert-bell-call-message-sign-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/assistance-business-person-reception-service-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/bag-baggage-luggage-suitcase-travel-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/bag-holiday-journey-suitcase-vacation-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/baggage-bellhop-hotel-service-waiter-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/banking-financial-money-payment-transaction-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/bar-cafe-chair-club-stool-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/bath-bathroom-cotton-textile-towel-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/bathroom-bathtub-bubble-foam-water-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/bathroom-faucet-room-sink-wash-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-2-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-3-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/book-catalog-document-guidebook-instruction-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/business-finance-money-saving-wallet-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/cafe-card-food-menu-vintage-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/cafe-cup-drink-mug-tea-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/calendar-date-day-month-time-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/cappuccino-coffee-cup-drink-espresso-2-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/cappuccino-coffee-cup-drink-espresso-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/card-credit-currency-finance-money-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/card-door-key-lock-security-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/chair-comfortable-decoration-garden-terrace-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/clean-clothing-laundry-washing-wind-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/comfortable-fabric-footwear-shoe-slipper-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/coupon-entertainment-event-paper-ticket-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/door-elevator-entrance-floor-lift-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/door-enter-entry-exit-open-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/door-entrance-handle-key-security-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/door-key-lock-room-security-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/electronic-internet-screen-technology-television-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/holiday-hotel-journey-service-travel-2-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/holiday-hotel-journey-service-travel-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/holiday-hotel-motel-sign-travel-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/holiday-journey-luggage-suitcase-vacation-2-svgrepo-com.svg create mode 100644 03_source/mobile/src/api/svgs/hotel-location-map-pin-travel-svgrepo-com.svg diff --git a/03_source/mobile/src/api/buttonSvg.svg b/03_source/mobile/src/api/buttonSvg.svg new file mode 100644 index 0000000..3914e30 --- /dev/null +++ b/03_source/mobile/src/api/buttonSvg.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/03_source/mobile/src/api/getButtonSvg.tsx b/03_source/mobile/src/api/getButtonSvg.tsx new file mode 100644 index 0000000..76ba21b --- /dev/null +++ b/03_source/mobile/src/api/getButtonSvg.tsx @@ -0,0 +1,10 @@ +import React from 'react'; +import buttonSvg from './buttonSvg.svg'; + +function getButtonSvg(): Promise { + return new Promise((res, rej) => { + res(buttonSvg); + }); +} + +export default getButtonSvg; diff --git a/03_source/mobile/src/api/svgs/air-conditioning-cooling-heat-temperature-svgrepo-com.svg b/03_source/mobile/src/api/svgs/air-conditioning-cooling-heat-temperature-svgrepo-com.svg new file mode 100644 index 0000000..3c08c96 --- /dev/null +++ b/03_source/mobile/src/api/svgs/air-conditioning-cooling-heat-temperature-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/alert-attention-caution-dangerous-warning-svgrepo-com.svg b/03_source/mobile/src/api/svgs/alert-attention-caution-dangerous-warning-svgrepo-com.svg new file mode 100644 index 0000000..f31bb73 --- /dev/null +++ b/03_source/mobile/src/api/svgs/alert-attention-caution-dangerous-warning-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/alert-bell-call-message-sign-svgrepo-com.svg b/03_source/mobile/src/api/svgs/alert-bell-call-message-sign-svgrepo-com.svg new file mode 100644 index 0000000..1b60103 --- /dev/null +++ b/03_source/mobile/src/api/svgs/alert-bell-call-message-sign-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/assistance-business-person-reception-service-svgrepo-com.svg b/03_source/mobile/src/api/svgs/assistance-business-person-reception-service-svgrepo-com.svg new file mode 100644 index 0000000..84580d5 --- /dev/null +++ b/03_source/mobile/src/api/svgs/assistance-business-person-reception-service-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/bag-baggage-luggage-suitcase-travel-svgrepo-com.svg b/03_source/mobile/src/api/svgs/bag-baggage-luggage-suitcase-travel-svgrepo-com.svg new file mode 100644 index 0000000..2a50b32 --- /dev/null +++ b/03_source/mobile/src/api/svgs/bag-baggage-luggage-suitcase-travel-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/bag-holiday-journey-suitcase-vacation-svgrepo-com.svg b/03_source/mobile/src/api/svgs/bag-holiday-journey-suitcase-vacation-svgrepo-com.svg new file mode 100644 index 0000000..458ffea --- /dev/null +++ b/03_source/mobile/src/api/svgs/bag-holiday-journey-suitcase-vacation-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/baggage-bellhop-hotel-service-waiter-svgrepo-com.svg b/03_source/mobile/src/api/svgs/baggage-bellhop-hotel-service-waiter-svgrepo-com.svg new file mode 100644 index 0000000..ba14371 --- /dev/null +++ b/03_source/mobile/src/api/svgs/baggage-bellhop-hotel-service-waiter-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/banking-financial-money-payment-transaction-svgrepo-com.svg b/03_source/mobile/src/api/svgs/banking-financial-money-payment-transaction-svgrepo-com.svg new file mode 100644 index 0000000..2b4e672 --- /dev/null +++ b/03_source/mobile/src/api/svgs/banking-financial-money-payment-transaction-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/bar-cafe-chair-club-stool-svgrepo-com.svg b/03_source/mobile/src/api/svgs/bar-cafe-chair-club-stool-svgrepo-com.svg new file mode 100644 index 0000000..aec40d0 --- /dev/null +++ b/03_source/mobile/src/api/svgs/bar-cafe-chair-club-stool-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/bath-bathroom-cotton-textile-towel-svgrepo-com.svg b/03_source/mobile/src/api/svgs/bath-bathroom-cotton-textile-towel-svgrepo-com.svg new file mode 100644 index 0000000..932747f --- /dev/null +++ b/03_source/mobile/src/api/svgs/bath-bathroom-cotton-textile-towel-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/bathroom-bathtub-bubble-foam-water-svgrepo-com.svg b/03_source/mobile/src/api/svgs/bathroom-bathtub-bubble-foam-water-svgrepo-com.svg new file mode 100644 index 0000000..f8fc97b --- /dev/null +++ b/03_source/mobile/src/api/svgs/bathroom-bathtub-bubble-foam-water-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/bathroom-faucet-room-sink-wash-svgrepo-com.svg b/03_source/mobile/src/api/svgs/bathroom-faucet-room-sink-wash-svgrepo-com.svg new file mode 100644 index 0000000..f94221f --- /dev/null +++ b/03_source/mobile/src/api/svgs/bathroom-faucet-room-sink-wash-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-2-svgrepo-com.svg b/03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-2-svgrepo-com.svg new file mode 100644 index 0000000..c324f2b --- /dev/null +++ b/03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-2-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-3-svgrepo-com.svg b/03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-3-svgrepo-com.svg new file mode 100644 index 0000000..a1cbf06 --- /dev/null +++ b/03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-3-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-svgrepo-com.svg b/03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-svgrepo-com.svg new file mode 100644 index 0000000..f94a2aa --- /dev/null +++ b/03_source/mobile/src/api/svgs/bed-furniture-interior-pillow-rest-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/book-catalog-document-guidebook-instruction-svgrepo-com.svg b/03_source/mobile/src/api/svgs/book-catalog-document-guidebook-instruction-svgrepo-com.svg new file mode 100644 index 0000000..eac2246 --- /dev/null +++ b/03_source/mobile/src/api/svgs/book-catalog-document-guidebook-instruction-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/business-finance-money-saving-wallet-svgrepo-com.svg b/03_source/mobile/src/api/svgs/business-finance-money-saving-wallet-svgrepo-com.svg new file mode 100644 index 0000000..644ed07 --- /dev/null +++ b/03_source/mobile/src/api/svgs/business-finance-money-saving-wallet-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/cafe-card-food-menu-vintage-svgrepo-com.svg b/03_source/mobile/src/api/svgs/cafe-card-food-menu-vintage-svgrepo-com.svg new file mode 100644 index 0000000..6790f80 --- /dev/null +++ b/03_source/mobile/src/api/svgs/cafe-card-food-menu-vintage-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/cafe-cup-drink-mug-tea-svgrepo-com.svg b/03_source/mobile/src/api/svgs/cafe-cup-drink-mug-tea-svgrepo-com.svg new file mode 100644 index 0000000..08544f1 --- /dev/null +++ b/03_source/mobile/src/api/svgs/cafe-cup-drink-mug-tea-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/calendar-date-day-month-time-svgrepo-com.svg b/03_source/mobile/src/api/svgs/calendar-date-day-month-time-svgrepo-com.svg new file mode 100644 index 0000000..3ae34f9 --- /dev/null +++ b/03_source/mobile/src/api/svgs/calendar-date-day-month-time-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/cappuccino-coffee-cup-drink-espresso-2-svgrepo-com.svg b/03_source/mobile/src/api/svgs/cappuccino-coffee-cup-drink-espresso-2-svgrepo-com.svg new file mode 100644 index 0000000..38b5b9a --- /dev/null +++ b/03_source/mobile/src/api/svgs/cappuccino-coffee-cup-drink-espresso-2-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/cappuccino-coffee-cup-drink-espresso-svgrepo-com.svg b/03_source/mobile/src/api/svgs/cappuccino-coffee-cup-drink-espresso-svgrepo-com.svg new file mode 100644 index 0000000..3471651 --- /dev/null +++ b/03_source/mobile/src/api/svgs/cappuccino-coffee-cup-drink-espresso-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/card-credit-currency-finance-money-svgrepo-com.svg b/03_source/mobile/src/api/svgs/card-credit-currency-finance-money-svgrepo-com.svg new file mode 100644 index 0000000..cbaf17e --- /dev/null +++ b/03_source/mobile/src/api/svgs/card-credit-currency-finance-money-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/card-door-key-lock-security-svgrepo-com.svg b/03_source/mobile/src/api/svgs/card-door-key-lock-security-svgrepo-com.svg new file mode 100644 index 0000000..f40603b --- /dev/null +++ b/03_source/mobile/src/api/svgs/card-door-key-lock-security-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/chair-comfortable-decoration-garden-terrace-svgrepo-com.svg b/03_source/mobile/src/api/svgs/chair-comfortable-decoration-garden-terrace-svgrepo-com.svg new file mode 100644 index 0000000..b6208cb --- /dev/null +++ b/03_source/mobile/src/api/svgs/chair-comfortable-decoration-garden-terrace-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/clean-clothing-laundry-washing-wind-svgrepo-com.svg b/03_source/mobile/src/api/svgs/clean-clothing-laundry-washing-wind-svgrepo-com.svg new file mode 100644 index 0000000..bc00e9e --- /dev/null +++ b/03_source/mobile/src/api/svgs/clean-clothing-laundry-washing-wind-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/comfortable-fabric-footwear-shoe-slipper-svgrepo-com.svg b/03_source/mobile/src/api/svgs/comfortable-fabric-footwear-shoe-slipper-svgrepo-com.svg new file mode 100644 index 0000000..f54808e --- /dev/null +++ b/03_source/mobile/src/api/svgs/comfortable-fabric-footwear-shoe-slipper-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/coupon-entertainment-event-paper-ticket-svgrepo-com.svg b/03_source/mobile/src/api/svgs/coupon-entertainment-event-paper-ticket-svgrepo-com.svg new file mode 100644 index 0000000..54486da --- /dev/null +++ b/03_source/mobile/src/api/svgs/coupon-entertainment-event-paper-ticket-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/door-elevator-entrance-floor-lift-svgrepo-com.svg b/03_source/mobile/src/api/svgs/door-elevator-entrance-floor-lift-svgrepo-com.svg new file mode 100644 index 0000000..a92c4f2 --- /dev/null +++ b/03_source/mobile/src/api/svgs/door-elevator-entrance-floor-lift-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/door-enter-entry-exit-open-svgrepo-com.svg b/03_source/mobile/src/api/svgs/door-enter-entry-exit-open-svgrepo-com.svg new file mode 100644 index 0000000..3d2b091 --- /dev/null +++ b/03_source/mobile/src/api/svgs/door-enter-entry-exit-open-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/door-entrance-handle-key-security-svgrepo-com.svg b/03_source/mobile/src/api/svgs/door-entrance-handle-key-security-svgrepo-com.svg new file mode 100644 index 0000000..9a99ca1 --- /dev/null +++ b/03_source/mobile/src/api/svgs/door-entrance-handle-key-security-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/door-key-lock-room-security-svgrepo-com.svg b/03_source/mobile/src/api/svgs/door-key-lock-room-security-svgrepo-com.svg new file mode 100644 index 0000000..f1083ec --- /dev/null +++ b/03_source/mobile/src/api/svgs/door-key-lock-room-security-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/electronic-internet-screen-technology-television-svgrepo-com.svg b/03_source/mobile/src/api/svgs/electronic-internet-screen-technology-television-svgrepo-com.svg new file mode 100644 index 0000000..0674779 --- /dev/null +++ b/03_source/mobile/src/api/svgs/electronic-internet-screen-technology-television-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/holiday-hotel-journey-service-travel-2-svgrepo-com.svg b/03_source/mobile/src/api/svgs/holiday-hotel-journey-service-travel-2-svgrepo-com.svg new file mode 100644 index 0000000..4a97d9d --- /dev/null +++ b/03_source/mobile/src/api/svgs/holiday-hotel-journey-service-travel-2-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/holiday-hotel-journey-service-travel-svgrepo-com.svg b/03_source/mobile/src/api/svgs/holiday-hotel-journey-service-travel-svgrepo-com.svg new file mode 100644 index 0000000..d21a85a --- /dev/null +++ b/03_source/mobile/src/api/svgs/holiday-hotel-journey-service-travel-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/holiday-hotel-motel-sign-travel-svgrepo-com.svg b/03_source/mobile/src/api/svgs/holiday-hotel-motel-sign-travel-svgrepo-com.svg new file mode 100644 index 0000000..0bdc867 --- /dev/null +++ b/03_source/mobile/src/api/svgs/holiday-hotel-motel-sign-travel-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/holiday-journey-luggage-suitcase-vacation-2-svgrepo-com.svg b/03_source/mobile/src/api/svgs/holiday-journey-luggage-suitcase-vacation-2-svgrepo-com.svg new file mode 100644 index 0000000..9e41700 --- /dev/null +++ b/03_source/mobile/src/api/svgs/holiday-journey-luggage-suitcase-vacation-2-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_source/mobile/src/api/svgs/hotel-location-map-pin-travel-svgrepo-com.svg b/03_source/mobile/src/api/svgs/hotel-location-map-pin-travel-svgrepo-com.svg new file mode 100644 index 0000000..ba2ac4f --- /dev/null +++ b/03_source/mobile/src/api/svgs/hotel-location-map-pin-travel-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file