kupos-ui-components-lib 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/README copy.md +125 -0
  2. package/README.md +125 -0
  3. package/build-css.js +28 -0
  4. package/copy-assets.js +45 -0
  5. package/dist/KuposUIComponent.d.ts +84 -0
  6. package/dist/KuposUIComponent.js +49 -0
  7. package/dist/ResponsiveServiceItem.d.ts +3 -0
  8. package/dist/ResponsiveServiceItem.js +10 -0
  9. package/dist/ServiceItemDesktop.d.ts +3 -0
  10. package/dist/ServiceItemDesktop.js +6 -0
  11. package/dist/ServiceItemMobile.d.ts +3 -0
  12. package/dist/ServiceItemMobile.js +5 -0
  13. package/dist/ServiceItemMobileView.d.ts +4 -0
  14. package/dist/ServiceItemMobileView.js +33 -0
  15. package/dist/ServiceItemPb.d.ts +4 -0
  16. package/dist/ServiceItemPb.js +486 -0
  17. package/dist/ServivceItemPbMobile.d.ts +4 -0
  18. package/dist/ServivceItemPbMobile.js +248 -0
  19. package/dist/assets/LottieIcon.d.ts +7 -0
  20. package/dist/assets/LottieIcon.js +8 -0
  21. package/dist/assets/LottieIcon.tsx +26 -0
  22. package/dist/assets/LottiePlayer.d.ts +20 -0
  23. package/dist/assets/LottiePlayer.js +24 -0
  24. package/dist/assets/LottiePlayer.tsx +63 -0
  25. package/dist/assets/PopupComponent.d.ts +12 -0
  26. package/dist/assets/PopupComponent.js +18 -0
  27. package/dist/assets/PopupComponent.tsx +65 -0
  28. package/dist/assets/images/amenities/Icon_More-Amenities.svg +1 -0
  29. package/dist/assets/images/amenities/Restrooms-white.svg +1 -0
  30. package/dist/assets/images/amenities/Restrooms.svg +1 -0
  31. package/dist/assets/images/amenities/air_condtion-white.svg +1 -0
  32. package/dist/assets/images/amenities/air_condtion.svg +1 -0
  33. package/dist/assets/images/amenities/amenity-cortina.png +0 -0
  34. package/dist/assets/images/amenities/baggage-white.svg +1 -0
  35. package/dist/assets/images/amenities/baggage.svg +1 -0
  36. package/dist/assets/images/amenities/charging_plug-white.svg +1 -0
  37. package/dist/assets/images/amenities/charging_plug.svg +17 -0
  38. package/dist/assets/images/amenities/coffee.svg +1 -0
  39. package/dist/assets/images/amenities/cortina_divisoria.svg +19 -0
  40. package/dist/assets/images/amenities/divider-curtain.svg +34 -0
  41. package/dist/assets/images/amenities/food_new_icon-white.svg +1 -0
  42. package/dist/assets/images/amenities/food_new_icon.svg +1 -0
  43. package/dist/assets/images/amenities/frazda_amenity.svg +11 -0
  44. package/dist/assets/images/amenities/handicap-white.svg +1 -0
  45. package/dist/assets/images/amenities/handicap.svg +1 -0
  46. package/dist/assets/images/amenities/icon-app-cortina.svg +19 -0
  47. package/dist/assets/images/amenities/mobile_ticket-white.svg +1 -0
  48. package/dist/assets/images/amenities/mobile_ticket.svg +29 -0
  49. package/dist/assets/images/amenities/movie-white.svg +1 -0
  50. package/dist/assets/images/amenities/movie.svg +1 -0
  51. package/dist/assets/images/amenities/music-white.svg +1 -0
  52. package/dist/assets/images/amenities/music.svg +1 -0
  53. package/dist/assets/images/amenities/snacks_new-white.svg +1 -0
  54. package/dist/assets/images/amenities/snacks_new.svg +27 -0
  55. package/dist/assets/images/amenities/whatsapp-charges-info-icon.svg +5 -0
  56. package/dist/assets/images/amenities/wifi-white.svg +1 -0
  57. package/dist/assets/images/amenities/wifi.svg +1 -0
  58. package/dist/assets/images/anims/service_list/flexible.json +391 -0
  59. package/dist/assets/images/anims/service_list/location.json +589 -0
  60. package/dist/assets/images/index.d.ts +32 -0
  61. package/dist/assets/images/index.js +35 -0
  62. package/dist/assets/images/index.ts +35 -0
  63. package/dist/components/InternationalServicePopupBody.d.ts +3 -0
  64. package/dist/components/InternationalServicePopupBody.js +21 -0
  65. package/dist/components/PaymentSideBar/PaymentSideBarDesktop.d.ts +4 -0
  66. package/dist/components/PaymentSideBar/PaymentSideBarDesktop.js +107 -0
  67. package/dist/components/PaymentSideBar/PaymentSideBarMobile.d.ts +4 -0
  68. package/dist/components/PaymentSideBar/PaymentSideBarMobile.js +115 -0
  69. package/dist/components/PaymentSideBar/ResponsivePaymentSideBar.d.ts +3 -0
  70. package/dist/components/PaymentSideBar/ResponsivePaymentSideBar.js +10 -0
  71. package/dist/components/PaymentSideBar/index.d.ts +5 -0
  72. package/dist/components/PaymentSideBar/index.js +4 -0
  73. package/dist/components/PaymentSideBar/types.d.ts +38 -0
  74. package/dist/components/PaymentSideBar/types.js +1 -0
  75. package/dist/components/ServiceItem/ResponsiveServiceItem.d.ts +3 -0
  76. package/dist/components/ServiceItem/ResponsiveServiceItem.js +10 -0
  77. package/dist/components/ServiceItem/ServiceItemDesktop.d.ts +4 -0
  78. package/dist/components/ServiceItem/ServiceItemDesktop.js +486 -0
  79. package/dist/components/ServiceItem/ServiceItemMobile.d.ts +4 -0
  80. package/dist/components/ServiceItem/ServiceItemMobile.js +248 -0
  81. package/dist/components/ServiceItem/index.d.ts +5 -0
  82. package/dist/components/ServiceItem/index.js +4 -0
  83. package/dist/components/ServiceItem/mobileTypes.d.ts +141 -0
  84. package/dist/components/ServiceItem/mobileTypes.js +1 -0
  85. package/dist/components/ServiceItem/types.d.ts +164 -0
  86. package/dist/components/ServiceItem/types.js +1 -0
  87. package/dist/components/ServiceList/ResponsiveServiceList.d.ts +3 -0
  88. package/dist/components/ServiceList/ResponsiveServiceList.js +10 -0
  89. package/dist/components/ServiceList/ServiceListDesktop.d.ts +4 -0
  90. package/dist/components/ServiceList/ServiceListDesktop.js +164 -0
  91. package/dist/components/ServiceList/ServiceListMobile.d.ts +4 -0
  92. package/dist/components/ServiceList/ServiceListMobile.js +195 -0
  93. package/dist/components/ServiceList/index.d.ts +5 -0
  94. package/dist/components/ServiceList/index.js +4 -0
  95. package/dist/components/ServiceList/types.d.ts +35 -0
  96. package/dist/components/ServiceList/types.js +1 -0
  97. package/dist/example.d.ts +5 -0
  98. package/dist/example.js +240 -0
  99. package/dist/index.d.ts +13 -0
  100. package/dist/index.js +15 -0
  101. package/dist/mobileTypes.d.ts +141 -0
  102. package/dist/mobileTypes.js +1 -0
  103. package/dist/styles.css +803 -0
  104. package/dist/types.d.ts +151 -0
  105. package/dist/types.js +1 -0
  106. package/dist/utils/DateService.d.ts +16 -0
  107. package/dist/utils/DateService.js +160 -0
  108. package/dist/utils/ModalEventManager.d.ts +40 -0
  109. package/dist/utils/ModalEventManager.js +329 -0
  110. package/kupos-service-item-package-1.0.0.tgz +0 -0
  111. package/package.json +43 -0
  112. package/postcss.config.js +6 -0
  113. package/src/KuposUIComponent.tsx +152 -0
  114. package/src/ServiceItemPb.tsx +1048 -0
  115. package/src/assets/LottieIcon.tsx +26 -0
  116. package/src/assets/LottiePlayer.tsx +63 -0
  117. package/src/assets/PopupComponent.tsx +65 -0
  118. package/src/assets/images/amenities/Icon_More-Amenities.svg +1 -0
  119. package/src/assets/images/amenities/Restrooms-white.svg +1 -0
  120. package/src/assets/images/amenities/Restrooms.svg +1 -0
  121. package/src/assets/images/amenities/air_condtion-white.svg +1 -0
  122. package/src/assets/images/amenities/air_condtion.svg +1 -0
  123. package/src/assets/images/amenities/amenity-cortina.png +0 -0
  124. package/src/assets/images/amenities/baggage-white.svg +1 -0
  125. package/src/assets/images/amenities/baggage.svg +1 -0
  126. package/src/assets/images/amenities/charging_plug-white.svg +1 -0
  127. package/src/assets/images/amenities/charging_plug.svg +17 -0
  128. package/src/assets/images/amenities/coffee.svg +1 -0
  129. package/src/assets/images/amenities/cortina_divisoria.svg +19 -0
  130. package/src/assets/images/amenities/divider-curtain.svg +34 -0
  131. package/src/assets/images/amenities/food_new_icon-white.svg +1 -0
  132. package/src/assets/images/amenities/food_new_icon.svg +1 -0
  133. package/src/assets/images/amenities/frazda_amenity.svg +11 -0
  134. package/src/assets/images/amenities/handicap-white.svg +1 -0
  135. package/src/assets/images/amenities/handicap.svg +1 -0
  136. package/src/assets/images/amenities/icon-app-cortina.svg +19 -0
  137. package/src/assets/images/amenities/mobile_ticket-white.svg +1 -0
  138. package/src/assets/images/amenities/mobile_ticket.svg +29 -0
  139. package/src/assets/images/amenities/movie-white.svg +1 -0
  140. package/src/assets/images/amenities/movie.svg +1 -0
  141. package/src/assets/images/amenities/music-white.svg +1 -0
  142. package/src/assets/images/amenities/music.svg +1 -0
  143. package/src/assets/images/amenities/snacks_new-white.svg +1 -0
  144. package/src/assets/images/amenities/snacks_new.svg +27 -0
  145. package/src/assets/images/amenities/whatsapp-charges-info-icon.svg +5 -0
  146. package/src/assets/images/amenities/wifi-white.svg +1 -0
  147. package/src/assets/images/amenities/wifi.svg +1 -0
  148. package/src/assets/images/anims/service_list/flexible.json +391 -0
  149. package/src/assets/images/anims/service_list/location.json +589 -0
  150. package/src/assets/images/index.ts +35 -0
  151. package/src/components/InternationalServicePopupBody.tsx +40 -0
  152. package/src/components/PaymentSideBar/PaymentSideBarDesktop.tsx +183 -0
  153. package/src/components/PaymentSideBar/PaymentSideBarMobile.tsx +197 -0
  154. package/src/components/PaymentSideBar/ResponsivePaymentSideBar.tsx +14 -0
  155. package/src/components/PaymentSideBar/index.ts +5 -0
  156. package/src/components/PaymentSideBar/types.ts +44 -0
  157. package/src/components/ServiceItem/ResponsiveServiceItem.tsx +14 -0
  158. package/src/components/ServiceItem/ServiceItemDesktop.tsx +1048 -0
  159. package/src/components/ServiceItem/ServiceItemMobile.tsx +544 -0
  160. package/src/components/ServiceItem/index.ts +5 -0
  161. package/src/components/ServiceItem/mobileTypes.ts +159 -0
  162. package/src/components/ServiceItem/types.ts +163 -0
  163. package/src/components/ServiceList/ResponsiveServiceList.tsx +14 -0
  164. package/src/components/ServiceList/ServiceListDesktop.tsx +353 -0
  165. package/src/components/ServiceList/ServiceListMobile.tsx +400 -0
  166. package/src/components/ServiceList/index.ts +5 -0
  167. package/src/components/ServiceList/types.ts +43 -0
  168. package/src/dummyData.json +73 -0
  169. package/src/example.tsx +348 -0
  170. package/src/index.ts +37 -0
  171. package/src/lottie-player.d.ts +0 -0
  172. package/src/styles.css +77 -0
  173. package/src/types.ts +150 -0
  174. package/src/utils/DateService.ts +197 -0
  175. package/src/utils/ModalEventManager.ts +405 -0
  176. package/tailwind.config.js +39 -0
  177. package/tsconfig.json +18 -0
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import Lottie from "lottie-react";
3
+
4
+ interface LottieIconProps {
5
+ animationData: any;
6
+ size?: string;
7
+ }
8
+
9
+ // Separate component for Lottie animations to avoid hooks errors
10
+ const LottieIcon: React.FC<LottieIconProps> = ({
11
+ animationData,
12
+ size = "18px",
13
+ }) => {
14
+ return (
15
+ <div style={{ width: size, height: size, marginRight: "5px" }}>
16
+ <Lottie
17
+ animationData={animationData}
18
+ loop={true}
19
+ autoplay={true}
20
+ style={{ width: "100%", height: "100%" }}
21
+ />
22
+ </div>
23
+ );
24
+ };
25
+
26
+ export default LottieIcon;
@@ -0,0 +1,63 @@
1
+ import React from "react";
2
+
3
+ if (typeof document !== "undefined") {
4
+ if (!document.getElementById("lottie-player-script")) {
5
+ const script = document.createElement("script");
6
+ script.id = "lottie-player-script";
7
+ script.src =
8
+ "https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js";
9
+ script.async = true;
10
+ document.head.appendChild(script);
11
+ }
12
+ }
13
+
14
+ declare global {
15
+ namespace JSX {
16
+ interface IntrinsicElements {
17
+ "lottie-player": any;
18
+ }
19
+ }
20
+ }
21
+
22
+ interface LottiePlayerProps {
23
+ animationData: any;
24
+ background?: string;
25
+ speed?: string;
26
+ width?: string;
27
+ height?: string;
28
+ loop?: boolean;
29
+ autoplay?: boolean;
30
+ className?: string;
31
+ }
32
+
33
+ const LottiePlayer: React.FC<LottiePlayerProps> = ({
34
+ animationData,
35
+ background = "transparent",
36
+ speed = "1",
37
+ width = "20px",
38
+ height = "20px",
39
+ loop = true,
40
+ autoplay = true,
41
+ className = "",
42
+ }) => {
43
+ return (
44
+ <div className={`lottie-container ${className}`}>
45
+ {typeof window !== "undefined" && (
46
+ <div
47
+ dangerouslySetInnerHTML={{
48
+ __html: `<lottie-player
49
+ src='${JSON.stringify(animationData)}'
50
+ background="${background}"
51
+ speed="${speed}"
52
+ style="width: ${width}; height: ${height};"
53
+ ${loop ? "loop" : ""}
54
+ ${autoplay ? "autoplay" : ""}>
55
+ </lottie-player>`,
56
+ }}
57
+ />
58
+ )}
59
+ </div>
60
+ );
61
+ };
62
+
63
+ export default LottiePlayer;
@@ -0,0 +1,65 @@
1
+ import React from "react";
2
+
3
+ interface PopupProps {
4
+ isVisible: boolean;
5
+ body: string;
6
+ primaryButtonText?: string;
7
+ secondaryButtonText?: string;
8
+ onPrimaryButtonClick?: () => void;
9
+ onSecondaryButtonClick?: () => void;
10
+ onClose?: () => void;
11
+ }
12
+
13
+ const PopupComponent: React.FC<PopupProps> = ({
14
+ isVisible,
15
+ body,
16
+ primaryButtonText = "CONTINUAR",
17
+ secondaryButtonText,
18
+ onPrimaryButtonClick,
19
+ onSecondaryButtonClick,
20
+ onClose,
21
+ }) => {
22
+ if (!isVisible) return null;
23
+
24
+ return (
25
+ <div className="fixed inset-0 flex items-center justify-center z-50">
26
+ {/* Overlay */}
27
+ <div
28
+ className="fixed inset-0 bg-black bg-opacity-50"
29
+ onClick={onClose}
30
+ ></div>
31
+
32
+ {/* Popup */}
33
+ <div className="bg-white rounded-lg p-8 max-w-md mx-auto z-10 relative shadow-service">
34
+ {/* Message */}
35
+ <div className="text-center text-gray-700 mb-6 text-lg">{body}</div>
36
+
37
+ {/* Primary Button */}
38
+ <button
39
+ className="w-full py-4 px-6 bg-[#ff8f45] text-white rounded-md text-lg font-medium mb-3 hover:bg-[#e67e35] transition-colors"
40
+ onClick={() => {
41
+ onPrimaryButtonClick && onPrimaryButtonClick();
42
+ onClose && onClose();
43
+ }}
44
+ >
45
+ {primaryButtonText}
46
+ </button>
47
+
48
+ {/* Secondary Button (optional) */}
49
+ {secondaryButtonText && (
50
+ <button
51
+ className="w-full py-4 px-6 bg-[#FFF2F2] text-[#ff8f45] rounded-md text-lg font-medium hover:bg-[#FFE5E5] transition-colors"
52
+ onClick={() => {
53
+ onSecondaryButtonClick && onSecondaryButtonClick();
54
+ onClose && onClose();
55
+ }}
56
+ >
57
+ {secondaryButtonText}
58
+ </button>
59
+ )}
60
+ </div>
61
+ </div>
62
+ );
63
+ };
64
+
65
+ export default PopupComponent;
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#464647;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}.cls-2{fill:#464647;}</style></defs><title>Icon_More-Amenities</title><line class="cls-1" x1="112.72" y1="256" x2="399.28" y2="256"/><line class="cls-1" x1="256" y1="399.28" x2="256" y2="112.72"/><path class="cls-2" d="M256,33.58A222.48,222.48,0,0,1,342.57,461,222.48,222.48,0,0,1,169.43,51,221,221,0,0,1,256,33.58m0-30C116.59,3.58,3.58,116.59,3.58,256S116.59,508.42,256,508.42,508.42,395.41,508.42,256,395.41,3.58,256,3.58Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 561.442 512"><defs><style>.cls-1,.cls-2{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.cls-1{stroke-width:30px;}.cls-2{stroke-width:26px;}</style></defs><title>Icon_Bathrooms_White</title><path class="cls-1" d="M211.295,293.134l.12-131.567v-.107a42.474,42.474,0,0,0-42.378-42.169H72.706A42.471,42.471,0,0,0,30.328,161.46l-.664,131.567M153.7,132.059"/><path class="cls-1" d="M158.334,55.191a38.9,38.9,0,1,1-38.9-38.9,38.9,38.9,0,0,1,38.9,38.9Zm0,0"/><path class="cls-1" d="M535.523,252.707c-.3-.863-28.348-86.384-33.064-100.113-7.592-22.1-20.326-33.3-37.845-33.3H407.6c-17.518,0-30.256,11.2-37.849,33.3-4.718,13.729-30.814,99.25-31.117,100.113m63.623-16.419-30.206,97.658H506.844l-32.615-97.658M537.466,248.5"/><path class="cls-1" d="M476.667,54.909a38.617,38.617,0,1,1-38.616-38.618,38.619,38.619,0,0,1,38.616,38.618Zm0,0"/><line class="cls-2" x1="275.756" y1="14.492" x2="275.756" y2="497.075"/><line class="cls-1" x1="85.173" y1="284.598" x2="85.173" y2="491.298"/><line class="cls-1" x1="155.419" y1="284.598" x2="155.419" y2="491.298"/><line class="cls-1" x1="411.019" y1="340.152" x2="411.019" y2="491.332"/><line class="cls-1" x1="466.434" y1="340.152" x2="466.434" y2="491.332"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 561.44 512"><defs><style>.cls-1,.cls-2{fill:none;stroke:#464647;stroke-linecap:round;stroke-linejoin:round;}.cls-1{stroke-width:30px;}.cls-2{stroke-width:26px;}</style></defs><title>Icon_Bathrooms</title><path class="cls-1" d="M211.29,293.13l.12-131.57v-.11A42.47,42.47,0,0,0,169,119.29H72.71a42.47,42.47,0,0,0-42.38,42.17L29.66,293m124-161"/><path class="cls-1" d="M158.33,55.19a38.9,38.9,0,1,1-38.9-38.9,38.9,38.9,0,0,1,38.9,38.9Zm0,0"/><path class="cls-1" d="M535.52,252.71c-.3-.86-28.35-86.38-33.06-100.11-7.59-22.1-20.33-33.3-37.85-33.3h-57c-17.52,0-30.26,11.2-37.85,33.3-4.72,13.73-30.81,99.25-31.12,100.11m63.62-16.42-30.21,97.66H506.84l-32.61-97.66m63.24,12.21"/><path class="cls-1" d="M476.67,54.91a38.62,38.62,0,1,1-38.62-38.62,38.62,38.62,0,0,1,38.62,38.62Zm0,0"/><line class="cls-2" x1="275.76" y1="14.49" x2="275.76" y2="497.07"/><line class="cls-1" x1="85.17" y1="284.6" x2="85.17" y2="491.3"/><line class="cls-1" x1="155.42" y1="284.6" x2="155.42" y2="491.3"/><line class="cls-1" x1="411.02" y1="340.15" x2="411.02" y2="491.33"/><line class="cls-1" x1="466.43" y1="340.15" x2="466.43" y2="491.33"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}</style></defs><title>Icon_Air-Conditioning_White</title><line class="cls-1" x1="256" y1="15.598" x2="256" y2="496.402"/><line class="cls-1" x1="184.649" y1="57.365" x2="252.066" y2="96.288"/><line class="cls-1" x1="327.351" y1="57.365" x2="259.934" y2="96.288"/><line class="cls-1" x1="184.649" y1="441.923" x2="252.066" y2="403"/><line class="cls-1" x1="327.351" y1="441.923" x2="259.934" y2="403"/><line class="cls-1" x1="47.987" y1="136.195" x2="474.013" y2="382.161"/><line class="cls-1" x1="52.434" y1="221.152" x2="119.851" y2="182.229"/><line class="cls-1" x1="123.786" y1="97.568" x2="123.786" y2="175.415"/><line class="cls-1" x1="387.205" y1="414.432" x2="387.205" y2="336.585"/><line class="cls-1" x1="458.556" y1="290.848" x2="391.139" y2="329.771"/><line class="cls-1" x1="47.987" y1="375.805" x2="474.013" y2="129.839"/><line class="cls-1" x1="52.434" y1="290.848" x2="119.851" y2="329.771"/><line class="cls-1" x1="123.786" y1="414.432" x2="123.786" y2="336.585"/><line class="cls-1" x1="387.205" y1="97.568" x2="387.205" y2="175.415"/><line class="cls-1" x1="458.556" y1="221.152" x2="391.139" y2="182.229"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#464648;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}</style></defs><title>Icon_Air-Conditioning</title><line class="cls-1" x1="256" y1="15.6" x2="256" y2="496.4"/><line class="cls-1" x1="184.65" y1="57.36" x2="252.07" y2="96.29"/><line class="cls-1" x1="327.35" y1="57.36" x2="259.93" y2="96.29"/><line class="cls-1" x1="184.65" y1="441.92" x2="252.07" y2="403"/><line class="cls-1" x1="327.35" y1="441.92" x2="259.93" y2="403"/><line class="cls-1" x1="47.99" y1="136.2" x2="474.01" y2="382.16"/><line class="cls-1" x1="52.43" y1="221.15" x2="119.85" y2="182.23"/><line class="cls-1" x1="123.79" y1="97.57" x2="123.79" y2="175.41"/><line class="cls-1" x1="387.2" y1="414.43" x2="387.2" y2="336.59"/><line class="cls-1" x1="458.56" y1="290.85" x2="391.14" y2="329.77"/><line class="cls-1" x1="47.99" y1="375.8" x2="474.01" y2="129.84"/><line class="cls-1" x1="52.43" y1="290.85" x2="119.85" y2="329.77"/><line class="cls-1" x1="123.79" y1="414.43" x2="123.79" y2="336.59"/><line class="cls-1" x1="387.2" y1="97.57" x2="387.2" y2="175.41"/><line class="cls-1" x1="458.56" y1="221.15" x2="391.14" y2="182.23"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1,.cls-2{fill:none;stroke:#fff;}.cls-1{stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}.cls-2{stroke-linecap:square;stroke-miterlimit:10;stroke-width:46px;}</style></defs><title>Icon_Trunk_White</title><rect class="cls-1" x="17.995" y="136.081" width="476.01" height="359.519" rx="30" ry="30"/><path class="cls-1" d="M110.081,134.08v-81.8a27.96,27.96,0,0,1,27.878-27.878H374.152A27.96,27.96,0,0,1,402.03,52.284v81.8"/><line class="cls-2" x1="183.887" y1="24.405" x2="328.223" y2="24.405"/><line class="cls-1" x1="107.582" y1="427.031" x2="107.582" y2="206.876"/><line class="cls-1" x1="400.783" y1="427.031" x2="400.783" y2="206.876"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1,.cls-2{fill:none;stroke:#464648;}.cls-1{stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}.cls-2{stroke-linecap:square;stroke-miterlimit:10;stroke-width:46px;}</style></defs><title>Icon_Trunk</title><rect class="cls-1" x="17.99" y="136.08" width="476.01" height="359.52" rx="30" ry="30"/><path class="cls-1" d="M110.08,134.08V52.28A28,28,0,0,1,138,24.41H374.15A28,28,0,0,1,402,52.28v81.8"/><line class="cls-2" x1="183.89" y1="24.41" x2="328.22" y2="24.41"/><line class="cls-1" x1="107.58" y1="427.03" x2="107.58" y2="206.88"/><line class="cls-1" x1="400.78" y1="427.03" x2="400.78" y2="206.88"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}</style></defs><title>Icon_Charger_White</title><line class="cls-1" x1="495.022" y1="143.546" x2="375.808" y2="262.76"/><line class="cls-1" x1="369.372" y1="17.894" x2="250.156" y2="137.109"/><line class="cls-1" x1="451.952" y1="345.961" x2="167.781" y2="61.791"/><path class="cls-1" d="M408.163,311.978,327.743,392.4S215.988,513.288,105.313,406.143c-111.364-107.814,28.5-235.155,28.5-235.155l66.678-66.678"/><line class="cls-1" x1="16.978" y1="494.106" x2="96.041" y2="415.294"/></svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 484.49 512">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: #464648;
7
+ stroke: #464647;
8
+ stroke-width: 6px;
9
+ }
10
+ </style>
11
+ </defs>
12
+ <path class="cls-1" d="M355.1,274.52c-2.93,0-5.66-1.12-7.54-3.37-1.89-2.25-3.14-5.17-3.14-8.1s1.05-6.07,3.14-8.1l112.33-120.58c2.1-2.25,4.82-3.37,7.55-3.37s5.66,1.12,7.54,3.37,3.14,5.17,3.14,8.1-1.05,6.07-3.14,8.1l-112.34,120.58c-2.1,2.25-4.82,3.37-7.54,3.37Z"/>
13
+ <path class="cls-1" d="M236.69,147.42c-2.93,0-5.66-1.12-7.54-3.37-2.1-2.25-3.14-5.17-3.14-8.1s1.05-6.07,3.14-8.1L341.48,7.04c2.1-2.25,4.82-3.37,7.55-3.37s5.66,1.12,7.54,3.37c4.19,4.5,4.19,11.92,0,16.42l-112.33,120.58c-2.1,2.25-4.82,3.37-7.55,3.37Z"/>
14
+ <path class="cls-1" d="M426.99,358.66c-2.93,0-5.66-1.12-7.54-3.37L151.6,67.78c-2.1-2.25-3.14-5.17-3.14-8.1s1.05-6.07,3.14-8.1c2.1-2.02,4.82-3.37,7.54-3.37s5.66,1.12,7.55,3.37l267.84,287.5c4.19,4.5,4.19,11.92,0,16.42-2.1,2.25-4.82,3.37-7.54,3.37v-.22Z"/>
15
+ <path class="cls-1" d="M193.51,464.38c-36.05,0-70-16.2-100.81-48.14-29.55-30.82-44.43-66.14-43.8-105.06,1.05-79.86,67.9-146.67,70.63-149.6l62.87-67.26c2.1-2.25,4.82-3.37,7.55-3.37s5.66,1.12,7.54,3.37c4.19,4.5,4.19,11.92,0,16.42l-62.87,67.49s-63.29,63.21-64.34,133.63c-.42,32.17,12.16,61.64,37.3,87.73,26.62,27.67,55.33,41.62,85.72,41.62h2.93c59.52-1.8,105-54.44,105.42-55.12l76.08-81.66c2.1-2.25,4.82-3.37,7.54-3.37s5.66,1.12,7.54,3.37c1.89,2.25,3.14,5.17,3.14,8.1s-1.05,6.07-3.14,8.1l-75.66,81.21c-5.45,6.3-54.7,60.29-120.51,62.31h-3.56l.42.22Z"/>
16
+ <path class="cls-1" d="M17.05,508.47c-2.93,0-5.66-1.12-7.54-3.37-2.1-2.25-3.14-5.17-3.14-8.1s1.05-6.07,3.14-8.1l74.61-79.63c2.1-2.25,4.82-3.37,7.54-3.37s5.66,1.12,7.54,3.37c2.1,2.25,3.14,5.17,3.14,8.1s-1.05,6.07-3.14,8.1l-74.61,79.63c-2.1,2.25-4.82,3.37-7.54,3.37Z"/>
17
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#464647;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}.cls-2{fill:#464647;}</style></defs><title>Icon_Snack</title><path class="cls-1" d="M477.26,479.06c-15,16-35.67,16-35.67,16H74.41a66.3,66.3,0,0,1-38.5-17.94C19.2,460.79,19.2,424.25,19.2,424.25H494.12S495.63,459.5,477.26,479.06Z"/><path class="cls-1" d="M399.2,267V218.08A22.07,22.07,0,0,0,377.14,196H62.78a22.07,22.07,0,0,0-22.07,22.07V267c0,114.2,85.4,155.77,85.4,155.77H313.86C405.64,369.64,399.2,267,399.2,267Z"/><path class="cls-1" d="M333.66,262.42s4.49,61.13-34.56,101.75"/><path class="cls-2" d="M166.18,61.09c-1.56-13.78,5.37-20.72,5.66-21a4,4,0,0,0-.55-6.19L160,21.42a4,4,0,0,0-5.65-.27c-.69.63-16.85,15.65-13.77,42.85,1.32,11.67,6.44,19.57,10.55,25.92,4.65,7.18,7.72,11.91,6.92,22.1a44.34,44.34,0,0,1-10.79,25.52,12.91,12.91,0,0,0,19.56,16.85,70,70,0,0,0,17-40.37c1.47-18.89-5.73-30-11-38.13C169.31,70.57,166.82,66.74,166.18,61.09Z"/><path class="cls-2" d="M231.21,45.2c-1.56-13.78,5.37-20.72,5.66-21a4,4,0,0,0-.55-6.19L225,5.53a4,4,0,0,0-5.65-.27c-.69.63-16.85,15.66-13.77,42.85C206.89,59.78,212,67.68,216.11,74c4.65,7.18,7.72,11.91,6.92,22.1a44.34,44.34,0,0,1-10.79,25.52,12.91,12.91,0,0,0,19.56,16.85,70,70,0,0,0,17-40.37c1.47-18.89-5.73-30-11-38.13C234.34,54.68,231.85,50.84,231.21,45.2Z"/><path class="cls-2" d="M302.81,75.89c-3.44-5.32-5.93-9.15-6.57-14.8-1.56-13.78,5.37-20.72,5.66-21a4,4,0,0,0-.55-6.19L290,21.42a4,4,0,0,0-5.65-.27c-.69.63-16.85,15.65-13.77,42.85,1.32,11.67,6.44,19.57,10.55,25.92,4.65,7.18,7.72,11.91,6.92,22.1a44.34,44.34,0,0,1-10.79,25.52,12.91,12.91,0,0,0,19.56,16.85,70,70,0,0,0,17-40.37C315.27,95.13,308.07,84,302.81,75.89Z"/><path class="cls-1" d="M412.23,240.79h63.31a18.92,18.92,0,0,1,18.92,18.92v39.76a50.27,50.27,0,0,1-50.27,50.27H397.91"/></svg>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: none;
7
+ stroke: #464648;
8
+ stroke-linecap: round;
9
+ stroke-linejoin: round;
10
+ stroke-width: 20px;
11
+ }
12
+ </style>
13
+ </defs>
14
+ <line class="cls-1" x1="47.73" y1="41.9" x2="464.27" y2="41.9"/>
15
+ <path class="cls-1" d="m339.03,41.9H85.33v400.69c0,15.19,12.32,27.51,27.51,27.51h29.55c15.19,0,27.51-12.32,27.51-27.51,0,15.19,12.32,27.51,27.51,27.51h29.55c15.19,0,27.51-12.32,27.51-27.51,0,15.19,12.32,27.51,27.51,27.51h29.55c15.19,0,27.51-12.32,27.51-27.51,0,15.19,12.32,27.51,27.51,27.51h29.55c15.19,0,27.51-12.32,27.51-27.51V41.9h-84.57Z"/>
16
+ <line class="cls-1" x1="339.03" y1="442.59" x2="339.03" y2="387.3"/>
17
+ <line class="cls-1" x1="254.46" y1="442.59" x2="254.46" y2="387.3"/>
18
+ <line class="cls-1" x1="169.9" y1="442.59" x2="169.9" y2="387.3"/>
19
+ </svg>
@@ -0,0 +1,34 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: #464647;
7
+ stroke: #464647;
8
+ stroke-width: 20px;
9
+ }
10
+
11
+ .cls-1, .cls-2 {
12
+ stroke-linecap: round;
13
+ stroke-linejoin: round;
14
+ }
15
+
16
+ .cls-2 {
17
+ fill: none;
18
+ stroke: #464648;
19
+ stroke-width: 30px;
20
+ }
21
+ </style>
22
+ </defs>
23
+ <g>
24
+ <path class="cls-1" d="m282.78,313.68c-5.2-5.19-12.38-8.41-20.31-8.41H127.42c-2.46,0-4.55-1.81-4.91-4.25l-3.73-25.84-1.31-9.03-2.29-15.89-1.31-9.04-18.69-129.56c-2.18-15.71-16.67-26.68-32.38-24.51-14.24,1.97-24.82,14.16-24.78,28.54-.02,1.42.08,2.84.27,4.24l27.32,189.82v.02c0,.21.02.44.04.65l4.02,27.63c2.18,14.44,14.57,25.13,29.16,25.19h163.63c15.87-.03,28.72-12.91,28.72-28.77v-.49c0-7.93-3.22-15.11-8.41-20.3Zm-.63,20.76c0,10.88-8.8,19.71-19.68,19.73H98.84c-10.11-.07-18.67-7.48-20.18-17.47l-3.28-22.4-.03-.18h.02l-1.28-8.85-.9-6.2-26.14-180.43c-.02-.17-.04-.34-.06-.51-.06-.88-.06-1.77.02-2.64.26-10.88,9.28-19.47,20.15-19.22,9.45.22,17.4,7.14,18.95,16.46l18.89,130.57,1.55,10.67,1.47,10.18,1.54,10.63,3.32,22.96,1.09,7.52.36,3.48c.32,3.07,2.9,5.41,5.99,5.41h0s142.16.14,142.16.14c10.86.03,19.66,8.82,19.68,19.68v.46Z"/>
25
+ <path class="cls-1" d="m73.2,299.07h0l.9,6.2-.89-6.2Zm2.18,15.05h-.02l.03.18h.02l-.03-.18Z"/>
26
+ <polygon class="cls-1" points="74.1 305.27 73.2 299.07 73.2 299.07 74.1 305.27"/>
27
+ <polygon class="cls-2" points="128.7 363.24 114.53 470.57 244.8 470.57 225.82 363.24 135.27 363.24 128.7 363.24"/>
28
+ </g>
29
+ <g>
30
+ <path class="cls-2" d="m339.73,41.43v397.56c0,17.44,11.39,31.59,25.45,31.59,9.1,0,17.07-5.93,21.57-14.83,4.5,8.91,12.48,14.83,21.57,14.83,8.18,0,15.45-4.79,20.1-12.23,4.66,7.44,11.93,12.23,20.1,12.23,14.05,0,25.45-14.14,25.45-31.59V41.43h-134.25Z"/>
31
+ <line class="cls-2" x1="429.6" y1="383.5" x2="429.6" y2="453.47"/>
32
+ <line class="cls-2" x1="387.41" y1="383.5" x2="387.41" y2="453.47"/>
33
+ </g>
34
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}.cls-2{fill:#fff;}</style></defs><title>Icon_Hot-Food_White</title><path class="cls-1" d="M254.407,121.051H360.572a134.9,134.9,0,0,1,134.9,134.9v9.155a0,0,0,0,1,0,0H119.506a0,0,0,0,1,0,0v-9.155A134.9,134.9,0,0,1,254.407,121.051Z"/><path class="cls-1" d="M470.783,370.2c-9.99-.016-9.449-13-28.871-13-17.323,0-18.108,13.012-29.632,13-15.247-.014-16.558-12.268-33.356-12.279-16.273-.011-20.472,12.29-32.546,12.279-16.8-.015-13.417-11.557-36.937-11.557-17.657,0-21.856,11.554-33.929,11.557-13.124,0-17.848-10.824-34.121-10.835s-21.522,10.828-32.546,10.835c-12.858.007-10.519-10.52-30.707-11.557-18.9-.971-25.526,12-33.942,11.557-11.292-.589-24.69-12.808-24.69-25.308h0c0-12.5,11.054-27.982,24.69-27.982H470.783c13.636,0,24.69,14.59,24.69,27.091h0C495.473,356.5,481.811,370.218,470.783,370.2Z"/><path class="cls-1" d="M469.584,315.83H144.279a25.654,25.654,0,0,1-25.888-25.412h0a25.654,25.654,0,0,1,25.888-25.412H469.584a25.654,25.654,0,0,1,25.888,25.412h0A25.654,25.654,0,0,1,469.584,315.83Z"/><path class="cls-1" d="M119.506,412.209H495.473a0,0,0,0,1,0,0v26.9A57.674,57.674,0,0,1,437.8,496.782H177.181a57.674,57.674,0,0,1-57.674-57.674v-26.9A0,0,0,0,1,119.506,412.209Z"/><path class="cls-2" d="M341.361,227.4a8.13,8.13,0,0,0,8.128-8.128v-6.9a8.13,8.13,0,0,0-16.26,0v6.9a8.131,8.131,0,0,0,8.132,8.128Zm0,0"/><path class="cls-2" d="M410.211,227.4a8.131,8.131,0,0,0,8.132-8.128v-6.9a8.13,8.13,0,0,0-16.26,0v6.9a8.128,8.128,0,0,0,8.128,8.128Zm0,0"/><path class="cls-2" d="M375.788,181.807a8.127,8.127,0,0,0,8.129-8.128v-6.9a8.131,8.131,0,0,0-16.261,0v6.9a8.13,8.13,0,0,0,8.132,8.128Zm0,0"/><path class="cls-2" d="M306.931,181.807a8.134,8.134,0,0,0,8.131-8.132v-6.9a8.13,8.13,0,1,0-16.26,0v6.9a8.132,8.132,0,0,0,8.129,8.132Zm0,0"/><path class="cls-2" d="M272.5,227.4a8.131,8.131,0,0,0,8.132-8.128v-6.9a8.132,8.132,0,0,0-16.264,0v6.9A8.133,8.133,0,0,0,272.5,227.4Zm0,0"/><path class="cls-2" d="M238.08,181.807a8.133,8.133,0,0,0,8.128-8.132v-6.9a8.13,8.13,0,1,0-16.26,0v6.9a8.13,8.13,0,0,0,8.132,8.132Zm0,0"/><path class="cls-2" d="M203.651,226.517a7.823,7.823,0,0,0,7.822-7.818v-6.637a7.822,7.822,0,0,0-15.644,0V218.7a7.823,7.823,0,0,0,7.822,7.818Zm0,0"/><polyline class="cls-1" points="210.655 496.991 69.221 496.991 38.506 16.531 339.486 16.531 331.432 116.744"/><line class="cls-1" x1="15.503" y1="16.531" x2="358.54" y2="16.531"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#464648;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}.cls-2{fill:#464648;}</style></defs><title>Icon_Hot-Food</title><path class="cls-1" d="M254.41,121.05H360.57A134.9,134.9,0,0,1,495.47,256v9.15a0,0,0,0,1,0,0h-376a0,0,0,0,1,0,0V256A134.9,134.9,0,0,1,254.41,121.05Z"/><path class="cls-1" d="M470.78,370.2c-10,0-9.45-13-28.87-13-17.32,0-18.11,13-29.63,13-15.25,0-16.56-12.27-33.36-12.28-16.27,0-20.47,12.29-32.55,12.28-16.8,0-13.42-11.56-36.94-11.56-17.66,0-21.86,11.55-33.93,11.56-13.12,0-17.85-10.82-34.12-10.83s-21.52,10.83-32.55,10.83c-12.86,0-10.52-10.52-30.71-11.56-18.9-1-25.53,12-33.94,11.56-11.29-.59-24.69-12.81-24.69-25.31h0c0-12.5,11.05-28,24.69-28H470.78c13.64,0,24.69,14.59,24.69,27.09h0C495.47,356.5,481.81,370.22,470.78,370.2Z"/><path class="cls-1" d="M469.58,315.83H144.28a25.65,25.65,0,0,1-25.89-25.41h0A25.65,25.65,0,0,1,144.28,265H469.58a25.65,25.65,0,0,1,25.89,25.41h0A25.65,25.65,0,0,1,469.58,315.83Z"/><path class="cls-1" d="M119.51,412.21h376a0,0,0,0,1,0,0v26.9a57.67,57.67,0,0,1-57.67,57.67H177.18a57.67,57.67,0,0,1-57.67-57.67v-26.9A0,0,0,0,1,119.51,412.21Z"/><path class="cls-2" d="M341.36,227.4a8.13,8.13,0,0,0,8.13-8.13v-6.9a8.13,8.13,0,0,0-16.26,0v6.9a8.13,8.13,0,0,0,8.13,8.13Zm0,0"/><path class="cls-2" d="M410.21,227.4a8.13,8.13,0,0,0,8.13-8.13v-6.9a8.13,8.13,0,0,0-16.26,0v6.9a8.13,8.13,0,0,0,8.13,8.13Zm0,0"/><path class="cls-2" d="M375.79,181.81a8.13,8.13,0,0,0,8.13-8.13v-6.9a8.13,8.13,0,0,0-16.26,0v6.9a8.13,8.13,0,0,0,8.13,8.13Zm0,0"/><path class="cls-2" d="M306.93,181.81a8.13,8.13,0,0,0,8.13-8.13v-6.9a8.13,8.13,0,1,0-16.26,0v6.9a8.13,8.13,0,0,0,8.13,8.13Zm0,0"/><path class="cls-2" d="M272.5,227.4a8.13,8.13,0,0,0,8.13-8.13v-6.9a8.13,8.13,0,0,0-16.26,0v6.9a8.13,8.13,0,0,0,8.13,8.13Zm0,0"/><path class="cls-2" d="M238.08,181.81a8.13,8.13,0,0,0,8.13-8.13v-6.9a8.13,8.13,0,1,0-16.26,0v6.9a8.13,8.13,0,0,0,8.13,8.13Zm0,0"/><path class="cls-2" d="M203.65,226.52a7.82,7.82,0,0,0,7.82-7.82v-6.64a7.82,7.82,0,0,0-15.64,0v6.64a7.82,7.82,0,0,0,7.82,7.82Zm0,0"/><polyline class="cls-1" points="210.66 496.99 69.22 496.99 38.51 16.53 339.49 16.53 331.43 116.74"/><line class="cls-1" x1="15.5" y1="16.53" x2="358.54" y2="16.53"/></svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: #464647;
7
+ }
8
+ </style>
9
+ </defs>
10
+ <path class="cls-1" d="M54.67,459.23c-15.66,0-28.4-12.74-28.4-28.4v-239.24c0-15.66,12.74-28.4,28.4-28.4h6.19v-63.61c.1-25.71,21.1-46.71,46.8-46.81h349.85c15.66.1,28.32,12.93,28.21,28.59v239.23c-.06,11.43-6.83,21.62-17.3,26.11v65.72c0,25.81-21,46.81-46.81,46.81H54.67ZM54.67,183.19c-4.63,0-8.4,3.77-8.4,8.4v239.24c0,4.63,3.77,8.4,8.4,8.4h366.96c.18,0,.36,0,.54,0,14.78-.3,26.56-12.56,26.26-27.34v-63.07H140.61s-.16,0-.16,0c-1.89.08-3.36,1.69-3.27,3.58,0,5.55-4.49,10.04-10,10.04s-10-4.49-10-10c0-13.02,10.6-23.62,23.62-23.62h316.53c4.63,0,8.4-3.77,8.4-8.4V81.17c0-4.63-3.77-8.4-8.4-8.4H107.67c-14.78,0-26.8,12.02-26.8,26.81v257.64c.1,14.68,12.12,26.71,26.81,26.8h279.9c12.92,0,23.52,10.51,23.62,23.43,0,5.52-4.49,10.01-10,10.01s-10-4.49-10-10v-.15c-.08-1.84-1.59-3.29-3.43-3.29H107.67c-25.51-.1-46.5-20.92-46.81-46.42v-174.41h-6.19Z"/>
11
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}</style></defs><title>Icon_Wheelchair_White</title><circle class="cls-1" cx="172.823" cy="353.729" r="142.685"/><polyline class="cls-1" points="473.393 477.239 425.652 477.239 389.245 308.594 312.236 308.594"/><polyline class="cls-1" points="162.732 302.59 162.732 156.978 246.231 116.48 246.231 228.043"/><path class="cls-1" d="M281.878,56.4a38.9,38.9,0,1,1-38.9-38.9,38.9,38.9,0,0,1,38.9,38.9Zm0,0"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#464648;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}</style></defs><title>Icon_Wheelchair</title><circle class="cls-1" cx="172.82" cy="353.73" r="142.69"/><polyline class="cls-1" points="473.39 477.24 425.65 477.24 389.25 308.59 312.24 308.59"/><polyline class="cls-1" points="162.73 302.59 162.73 156.98 246.23 116.48 246.23 228.04"/><path class="cls-1" d="M281.88,56.4A38.9,38.9,0,1,1,243,17.5a38.9,38.9,0,0,1,38.9,38.9Zm0,0"/></svg>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: none;
7
+ stroke: #464648;
8
+ stroke-linecap: round;
9
+ stroke-linejoin: round;
10
+ stroke-width: 20px;
11
+ }
12
+ </style>
13
+ </defs>
14
+ <line class="cls-1" x1="47.73" y1="41.9" x2="464.27" y2="41.9"/>
15
+ <path class="cls-1" d="m339.03,41.9H85.33v400.69c0,15.19,12.32,27.51,27.51,27.51h29.55c15.19,0,27.51-12.32,27.51-27.51,0,15.19,12.32,27.51,27.51,27.51h29.55c15.19,0,27.51-12.32,27.51-27.51,0,15.19,12.32,27.51,27.51,27.51h29.55c15.19,0,27.51-12.32,27.51-27.51,0,15.19,12.32,27.51,27.51,27.51h29.55c15.19,0,27.51-12.32,27.51-27.51V41.9h-84.57Z"/>
16
+ <line class="cls-1" x1="339.03" y1="442.59" x2="339.03" y2="387.3"/>
17
+ <line class="cls-1" x1="254.46" y1="442.59" x2="254.46" y2="387.3"/>
18
+ <line class="cls-1" x1="169.9" y1="442.59" x2="169.9" y2="387.3"/>
19
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1,.cls-3{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.cls-1{stroke-width:30px;}.cls-2{fill:#fff;}.cls-3{stroke-width:20px;}</style></defs><title>Icon_Movil-Ticket_White</title><path class="cls-1" d="M366.405,18.99H145.595a32.991,32.991,0,0,0-32.871,32.871V461.235a32.991,32.991,0,0,0,32.871,32.871h220.81a32.992,32.992,0,0,0,32.871-32.871V51.861A32.991,32.991,0,0,0,366.405,18.99Zm32.871,379.122H114.149m-1.425-289.887H397.46M376.382,424.562"/><path class="cls-2" d="M256,464.594a18.325,18.325,0,1,1,18.315-18.335A18.28,18.28,0,0,1,256,464.594Z"/><path class="cls-2" d="M184.99,183.91h41.9l28.936,82.015h.355l29.113-82.015h41.717V309.595H299.314V213.2h-.355L265.94,309.595H244.815L213.038,213.2h-.355v96.394H184.99Z"/><line class="cls-3" x1="219.14" y1="62.482" x2="292.86" y2="62.482"/></svg>
@@ -0,0 +1,29 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 340.7 512">
3
+ <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 142) -->
4
+ <defs>
5
+ <style>
6
+ .st0 {
7
+ fill: none;
8
+ stroke: #464647;
9
+ stroke-linecap: round;
10
+ stroke-linejoin: round;
11
+ stroke-width: 25.8px;
12
+ }
13
+
14
+ .st1 {
15
+ fill: #464647;
16
+ }
17
+
18
+ .st2 {
19
+ fill: #464648;
20
+ }
21
+ </style>
22
+ </defs>
23
+ <path class="st0" d="M327.6,85.7v344.5c0,38.6-31.7,69.8-70.8,69.8H84.4c-39.1,0-70.8-31.3-70.8-69.8v-66.3"/>
24
+ <path class="st0" d="M13.6,372.8V83.8C13.6,44.7,45.3,13,84.4,13h172.4c39.1,0,70.8,31.7,70.8,70.8v12.6"/>
25
+ <path class="st1" d="M174.7,466.2c10,0,18.2-8.1,18.2-18.2s-8.1-18.2-18.2-18.2-18.2,8.1-18.2,18.2,8.1,18.2,18.2,18.2Z"/>
26
+ <path class="st2" d="M105.4,157c-6.1,0-11.2-5.4-11.2-12s5-12,11.2-12h130.5c6.1,0,11.2,5.4,11.2,12s-5,12-11.2,12H105.4Z"/>
27
+ <path class="st2" d="M105.4,225c-6.1,0-11.2-5.4-11.2-12s5-12,11.2-12h130.5c6.1,0,11.2,5.4,11.2,12s-5,12-11.2,12H105.4Z"/>
28
+ <path class="st2" d="M105.4,292.8c-6.1,0-11.2-5.4-11.2-12s5-12,11.2-12h130.5c6.1,0,11.2,5.4,11.2,12s-5,12-11.2,12H105.4Z"/>
29
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}</style></defs><title>Icon_TV_White</title><path class="cls-1" d="M324.458,465.888H468.011a28.128,28.128,0,0,0,28.128-28.128V157.737a28.128,28.128,0,0,0-28.128-28.128H44.214a28.128,28.128,0,0,0-28.128,28.128V437.76a28.128,28.128,0,0,0,28.128,28.128H324.458Z"/><path class="cls-1" d="M299.749,405.1H391.4a17.959,17.959,0,0,0,17.959-17.959V208.355A17.959,17.959,0,0,0,391.4,190.4H120.821a17.959,17.959,0,0,0-17.959,17.959V387.142A17.959,17.959,0,0,0,120.821,405.1H299.749Z"/><polyline class="cls-1" points="342.001 17.401 251.638 125.606 174.227 58.767"/><line class="cls-1" x1="71.297" y1="466.968" x2="71.297" y2="495.6"/><line class="cls-1" x1="438.779" y1="466.968" x2="438.779" y2="495.6"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#464648;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}</style></defs><title>Icon_TV</title><path class="cls-1" d="M324.46,465.89H468a28.13,28.13,0,0,0,28.13-28.13v-280A28.13,28.13,0,0,0,468,129.61H44.21a28.13,28.13,0,0,0-28.13,28.13v280a28.13,28.13,0,0,0,28.13,28.13H324.46Z"/><path class="cls-1" d="M299.75,405.1H391.4a18,18,0,0,0,18-18V208.35a18,18,0,0,0-18-18H120.82a18,18,0,0,0-18,18V387.14a18,18,0,0,0,18,18H299.75Z"/><polyline class="cls-1" points="342 17.4 251.64 125.61 174.23 58.77"/><line class="cls-1" x1="71.3" y1="466.97" x2="71.3" y2="495.6"/><line class="cls-1" x1="438.78" y1="466.97" x2="438.78" y2="495.6"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1,.cls-2{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.cls-1{stroke-width:30px;}.cls-2{stroke-width:46px;}</style></defs><title>Icon_Music_White</title><path class="cls-1" d="M44.427,405.675a5.123,5.123,0,0,1-4.847-5.1l-13.7-147.039c0-.024,0-.048,0-.072.02-126.558,103.573-230.1,230.136-230.1h0c126.562,0,230.114,103.54,230.136,230.1a.768.768,0,0,1,0,.078l-13.7,134.837a5.123,5.123,0,0,1-4.873,5.1"/><path class="cls-2" d="M25.88,253.5c0-126.575,103.561-230.136,230.136-230.136h0c126.575,0,230.136,103.561,230.136,230.136"/><path class="cls-1" d="M442.414,351.239l-12.774-3.35V323.984A28.425,28.425,0,0,0,401.3,295.642H361.035a28.425,28.425,0,0,0-28.342,28.342V468.06A28.425,28.425,0,0,0,361.035,496.4H401.3A28.425,28.425,0,0,0,429.64,468.06V444.155l12.774-3.35a15.575,15.575,0,0,0,11.624-15.065V366.3A15.575,15.575,0,0,0,442.414,351.239Z"/><path class="cls-1" d="M151,295.642H110.733a28.425,28.425,0,0,0-28.342,28.342v23.906l-12.774,3.35A15.575,15.575,0,0,0,57.994,366.3V425.74A15.574,15.574,0,0,0,69.617,440.8l12.774,3.35V468.06A28.425,28.425,0,0,0,110.733,496.4H151a28.425,28.425,0,0,0,28.342-28.342V323.984A28.425,28.425,0,0,0,151,295.642Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1,.cls-2{fill:none;stroke:#464647;stroke-linecap:round;stroke-linejoin:round;}.cls-1{stroke-width:30px;}.cls-2{stroke-width:46px;}</style></defs><title>Icon_Music</title><path class="cls-1" d="M44.43,405.67a5.12,5.12,0,0,1-4.85-5.1l-13.7-147s0,0,0-.07C25.9,126.91,129.45,23.36,256,23.36h0c126.56,0,230.11,103.54,230.14,230.1a.77.77,0,0,1,0,.08l-13.7,134.84a5.12,5.12,0,0,1-4.87,5.1"/><path class="cls-2" d="M25.88,253.5C25.88,126.93,129.44,23.36,256,23.36h0c126.57,0,230.14,103.56,230.14,230.14"/><path class="cls-1" d="M442.41,351.24l-12.77-3.35V324a28.43,28.43,0,0,0-28.34-28.34H361A28.43,28.43,0,0,0,332.69,324V468.06A28.43,28.43,0,0,0,361,496.4H401.3a28.43,28.43,0,0,0,28.34-28.34V444.15l12.77-3.35A15.57,15.57,0,0,0,454,425.74V366.3A15.57,15.57,0,0,0,442.41,351.24Z"/><path class="cls-1" d="M151,295.64H110.73A28.43,28.43,0,0,0,82.39,324v23.91l-12.77,3.35A15.57,15.57,0,0,0,58,366.3v59.44A15.57,15.57,0,0,0,69.62,440.8l12.77,3.35v23.91a28.42,28.42,0,0,0,28.34,28.34H151a28.43,28.43,0,0,0,28.34-28.34V324A28.43,28.43,0,0,0,151,295.64Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}.cls-2{fill:#fff;}</style></defs><title>Icon_Snack_White</title><path class="cls-1" d="M477.257,479.063c-15.008,15.987-35.671,15.984-35.671,15.984H74.412a66.3,66.3,0,0,1-38.5-17.942C19.2,460.792,19.2,424.251,19.2,424.251H494.115S495.626,459.5,477.257,479.063Z"/><path class="cls-1" d="M399.2,267.02V218.085a22.067,22.067,0,0,0-22.067-22.067H62.777a22.067,22.067,0,0,0-22.067,22.067V267.02c0,114.2,85.4,155.769,85.4,155.769H313.861C405.639,369.638,399.2,267.02,399.2,267.02Z"/><path class="cls-1" d="M333.657,262.416s4.487,61.128-34.555,101.752"/><path class="cls-2" d="M166.18,61.094c-1.559-13.777,5.369-20.723,5.664-21.012a4.006,4.006,0,0,0-.55-6.185L159.951,21.42a4,4,0,0,0-5.65-.27c-.689.626-16.847,15.652-13.77,42.847,1.321,11.674,6.438,19.573,10.548,25.92,4.649,7.176,7.718,11.913,6.925,22.1a44.338,44.338,0,0,1-10.792,25.522,12.907,12.907,0,0,0,19.556,16.849,70.008,70.008,0,0,0,16.971-40.367c1.47-18.89-5.731-30.008-10.99-38.127C169.305,70.575,166.819,66.736,166.18,61.094Z"/><path class="cls-2" d="M231.212,45.2c-1.559-13.778,5.369-20.724,5.665-21.013A4.005,4.005,0,0,0,236.324,18L224.983,5.526a4,4,0,0,0-5.65-.27c-.689.626-16.846,15.655-13.77,42.847,1.322,11.675,6.438,19.574,10.549,25.921,4.648,7.175,7.717,11.912,6.924,22.1a44.338,44.338,0,0,1-10.792,25.522A12.907,12.907,0,0,0,231.8,138.491a70.008,70.008,0,0,0,16.971-40.367c1.47-18.89-5.731-30.009-10.99-38.127C234.338,54.682,231.851,50.843,231.212,45.2Z"/><path class="cls-2" d="M302.814,75.89c-3.443-5.315-5.93-9.154-6.569-14.8-1.559-13.777,5.369-20.723,5.664-21.012a4.006,4.006,0,0,0-.55-6.185L290.016,21.42a4,4,0,0,0-5.65-.27c-.689.626-16.847,15.65-13.77,42.847,1.321,11.674,6.438,19.573,10.548,25.92,4.649,7.176,7.718,11.913,6.925,22.1a44.338,44.338,0,0,1-10.792,25.522,12.907,12.907,0,0,0,19.556,16.849A70.007,70.007,0,0,0,313.8,114.017C315.274,95.127,308.072,84.009,302.814,75.89Z"/><path class="cls-1" d="M412.226,240.792h63.31a18.919,18.919,0,0,1,18.919,18.919v39.758a50.269,50.269,0,0,1-50.269,50.269H397.914"/></svg>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: none;
7
+ stroke: #464647;
8
+ stroke-linecap: round;
9
+ stroke-linejoin: round;
10
+ stroke-width: 20px;
11
+ }
12
+
13
+ .cls-2 {
14
+ fill: #464647;
15
+ }
16
+ </style>
17
+ </defs>
18
+ <path class="cls-1" d="M476.43,485.43c-15.01,15.99-35.67,15.98-35.67,15.98H73.58s-21.46-1.31-38.5-17.94c-16.71-16.31-16.71-52.85-16.71-52.85h474.91s1.51,35.24-16.86,54.81Z"/>
19
+ <path class="cls-1" d="M398.37,273.39v-48.93c0-12.19-9.88-22.07-22.07-22.07H61.95c-12.19,0-22.07,9.88-22.07,22.07v48.93c0,114.2,85.4,155.77,85.4,155.77h187.75c91.78-53.15,85.34-155.77,85.34-155.77Z"/>
20
+ <path class="cls-1" d="M332.83,268.78s4.49,61.13-34.56,101.75"/>
21
+ <g>
22
+ <path class="cls-2" d="M165.35,67.46c-1.56-13.78,5.37-20.72,5.66-21.01,1.56-1.53,1.62-4.04.11-5.62-.2-.21-.43-.4-.66-.56l-11.34-12.48c-.79-.87-1.87-1.31-2.96-1.31-.96,0-1.92.34-2.69,1.04-.69.63-16.85,15.65-13.77,42.85,1.32,11.67,6.44,19.57,10.55,25.92,4.65,7.18,7.72,11.91,6.92,22.1-.92,11.81-6.38,20.4-10.79,25.52-4.64,5.39-4.04,13.56,1.35,18.2,2.34,2.02,5.33,3.13,8.42,3.13,3.76,0,7.33-1.63,9.78-4.48,6.93-8.05,15.51-21.59,16.97-40.37,1.47-18.89-5.73-30.01-10.99-38.13-3.44-5.32-5.93-9.15-6.57-14.8Z"/>
23
+ <path class="cls-2" d="M230.38,51.57c-1.56-13.78,5.37-20.72,5.66-21.01,1.57-1.53,1.62-4.04.11-5.63-.2-.21-.43-.4-.66-.56l-11.34-12.48c-.79-.87-1.87-1.31-2.96-1.31-.96,0-1.92.34-2.69,1.04-.69.63-16.85,15.66-13.77,42.85,1.32,11.67,6.44,19.57,10.55,25.92,4.65,7.18,7.72,11.91,6.92,22.1-.92,11.81-6.38,20.4-10.79,25.52-4.64,5.39-4.04,13.56,1.35,18.2,2.34,2.02,5.33,3.13,8.42,3.13,3.76,0,7.33-1.63,9.78-4.48,6.93-8.05,15.51-21.59,16.97-40.37,1.47-18.89-5.73-30.01-10.99-38.13-3.44-5.31-5.93-9.15-6.57-14.8Z"/>
24
+ <path class="cls-2" d="M301.98,82.26c-3.44-5.32-5.93-9.15-6.57-14.8-1.56-13.78,5.37-20.72,5.66-21.01,1.56-1.53,1.62-4.04.11-5.62-.2-.21-.43-.4-.66-.56l-11.34-12.48c-.79-.87-1.87-1.31-2.96-1.31-.96,0-1.92.34-2.69,1.04-.69.63-16.85,15.65-13.77,42.85,1.32,11.67,6.44,19.57,10.55,25.92,4.65,7.18,7.72,11.91,6.92,22.1-.92,11.81-6.38,20.4-10.79,25.52-4.64,5.39-4.04,13.56,1.35,18.2,2.34,2.02,5.33,3.13,8.42,3.13,3.76,0,7.33-1.63,9.78-4.48,6.93-8.05,15.51-21.59,16.97-40.37,1.47-18.89-5.73-30.01-10.99-38.13Z"/>
25
+ </g>
26
+ <path class="cls-1" d="M411.4,247.16h63.31c10.45,0,18.92,8.47,18.92,18.92v39.76c0,27.76-22.51,50.27-50.27,50.27h-46.27"/>
27
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="65" height="65" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M32.5 2.54902C36.544 2.54902 40.467 3.34049 44.1579 4.90176C47.724 6.41078 50.9281 8.5698 53.6785 11.3215C56.4302 14.0731 58.5905 17.276 60.0982 20.8421C61.6595 24.533 62.451 28.4547 62.451 32.5C62.451 36.5453 61.6595 40.467 60.0982 44.1579C58.5892 47.724 56.4302 50.9281 53.6785 53.6785C50.9269 56.4302 47.724 58.5905 44.1579 60.0982C40.467 61.6595 36.5453 62.451 32.5 62.451C28.4547 62.451 24.533 61.6595 20.8421 60.0982C17.276 58.5892 14.0719 56.4302 11.3215 53.6785C8.57108 50.9269 6.40951 47.724 4.90176 44.1579C3.34049 40.467 2.54902 36.5453 2.54902 32.5C2.54902 28.4547 3.34049 24.533 4.90176 20.8421C6.41078 17.276 8.5698 14.0719 11.3215 11.3215C14.0731 8.57108 17.276 6.40951 20.8421 4.90176C24.533 3.34049 28.4547 2.54902 32.5 2.54902ZM32.5 0C14.5511 0 0 14.5511 0 32.5C0 50.4489 14.5511 65 32.5 65C50.4489 65 65 50.4489 65 32.5C65 14.5511 50.4489 0 32.5 0Z" fill="#464648"/>
3
+ <path d="M32.5001 20.3322C33.9684 20.3322 35.1587 19.1419 35.1587 17.6736C35.1587 16.2053 33.9684 15.015 32.5001 15.015C31.0318 15.015 29.8415 16.2053 29.8415 17.6736C29.8415 19.1419 31.0318 20.3322 32.5001 20.3322Z" fill="#464648"/>
4
+ <path d="M32.43 49.9849L32.5561 25.197" stroke="#464648" stroke-width="3.82353" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}.cls-2{fill:#fff;}</style></defs><title>Icon_Wi-Fi_White</title><path class="cls-1" d="M18.467,126.965h0c125.406-145.271,350.571-145.271,475.977,0h0"/><path class="cls-1" d="M89.343,246.14h0c87.817-101.728,245.492-101.728,333.309,0h0"/><path class="cls-1" d="M178.17,361.083h0a101.5,101.5,0,0,1,153.661,0h0"/><circle class="cls-2" cx="255" cy="477.999" r="33"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:none;stroke:#464647;stroke-linecap:round;stroke-linejoin:round;stroke-width:30px;}.cls-2{fill:#464647;}</style></defs><title>Icon_Wi-Fi</title><path class="cls-1" d="M18.47,127h0C143.87-18.31,369-18.31,494.44,127h0"/><path class="cls-1" d="M89.34,246.14h0c87.82-101.73,245.49-101.73,333.31,0h0"/><path class="cls-1" d="M178.17,361.08h0a101.5,101.5,0,0,1,153.66,0h0"/><circle class="cls-2" cx="255" cy="478" r="33"/></svg>