mautourco-components 0.2.29 → 0.2.31

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 (333) hide show
  1. package/dist/components/atoms/Avatar/Avatar.js +1 -12
  2. package/dist/components/atoms/Button/Button.js +1 -12
  3. package/dist/components/atoms/Checkbox/Checkbox.js +2 -13
  4. package/dist/components/atoms/Chip/Chip.js +1 -12
  5. package/dist/components/atoms/Icon/icons/AccomIcon.js +1 -12
  6. package/dist/components/atoms/Icon/icons/AirIcon.js +1 -12
  7. package/dist/components/atoms/Icon/icons/ArrivalIcon.js +1 -12
  8. package/dist/components/atoms/Icon/icons/ArrowDownOutlineIcon.js +1 -12
  9. package/dist/components/atoms/Icon/icons/ArrowRightOutlineIcon.js +1 -12
  10. package/dist/components/atoms/Icon/icons/BadgeAlertIcon.js +1 -12
  11. package/dist/components/atoms/Icon/icons/BikeIcon.js +1 -12
  12. package/dist/components/atoms/Icon/icons/BookingIcon.js +1 -12
  13. package/dist/components/atoms/Icon/icons/Building2OutlineIcon.js +1 -12
  14. package/dist/components/atoms/Icon/icons/BuildingIcon.js +1 -12
  15. package/dist/components/atoms/Icon/icons/BusIcon.js +1 -12
  16. package/dist/components/atoms/Icon/icons/Calendar2Icon.js +1 -12
  17. package/dist/components/atoms/Icon/icons/CalendarIcon.js +1 -12
  18. package/dist/components/atoms/Icon/icons/CalendarOutlineIcon.js +1 -12
  19. package/dist/components/atoms/Icon/icons/CalendarRangeOutlineIcon.js +1 -12
  20. package/dist/components/atoms/Icon/icons/CarFront.js +1 -12
  21. package/dist/components/atoms/Icon/icons/CarIcon.js +1 -12
  22. package/dist/components/atoms/Icon/icons/CatamaranIcon.js +1 -12
  23. package/dist/components/atoms/Icon/icons/Check.js +1 -12
  24. package/dist/components/atoms/Icon/icons/CheckCircleIcon.js +1 -12
  25. package/dist/components/atoms/Icon/icons/Chevron.js +1 -1
  26. package/dist/components/atoms/Icon/icons/ClockIcon.js +1 -12
  27. package/dist/components/atoms/Icon/icons/Close.js +1 -12
  28. package/dist/components/atoms/Icon/icons/CloseCircleIcon.js +1 -12
  29. package/dist/components/atoms/Icon/icons/DeleteIcon.js +1 -12
  30. package/dist/components/atoms/Icon/icons/DepartureIcon.js +1 -12
  31. package/dist/components/atoms/Icon/icons/EyeIcon.js +1 -12
  32. package/dist/components/atoms/Icon/icons/FacebookIcon.js +1 -12
  33. package/dist/components/atoms/Icon/icons/HomeIcon.js +1 -12
  34. package/dist/components/atoms/Icon/icons/Info2Icon.d.ts +4 -0
  35. package/dist/components/atoms/Icon/icons/Info2Icon.js +25 -0
  36. package/dist/components/atoms/Icon/icons/InfoIcon.js +1 -12
  37. package/dist/components/atoms/Icon/icons/Land.js +1 -12
  38. package/dist/components/atoms/Icon/icons/LineIcon.js +1 -12
  39. package/dist/components/atoms/Icon/icons/LinkedInIcon.js +1 -12
  40. package/dist/components/atoms/Icon/icons/LuggageIcon.js +1 -12
  41. package/dist/components/atoms/Icon/icons/MapIcon.js +1 -12
  42. package/dist/components/atoms/Icon/icons/MapPinIcon.js +1 -12
  43. package/dist/components/atoms/Icon/icons/MautoucoLogo.d.ts +0 -1
  44. package/dist/components/atoms/Icon/icons/MautoucoLogo.js +1 -12
  45. package/dist/components/atoms/Icon/icons/MenuIcon.d.ts +0 -1
  46. package/dist/components/atoms/Icon/icons/MenuIcon.js +1 -12
  47. package/dist/components/atoms/Icon/icons/MicroIcon.js +1 -12
  48. package/dist/components/atoms/Icon/icons/MinusIcon.js +1 -12
  49. package/dist/components/atoms/Icon/icons/MoreIcon.js +1 -12
  50. package/dist/components/atoms/Icon/icons/MoreVerticalIcon.js +1 -12
  51. package/dist/components/atoms/Icon/icons/NightIcon.js +1 -12
  52. package/dist/components/atoms/Icon/icons/PlaneIcon.js +1 -12
  53. package/dist/components/atoms/Icon/icons/PlaneLandingOutlineIcon.js +1 -12
  54. package/dist/components/atoms/Icon/icons/PlaneTakeoffOutlineIcon.js +1 -12
  55. package/dist/components/atoms/Icon/icons/PlusCircleIcon.js +1 -12
  56. package/dist/components/atoms/Icon/icons/PlusIcon.js +1 -12
  57. package/dist/components/atoms/Icon/icons/QuotationIcon.js +1 -12
  58. package/dist/components/atoms/Icon/icons/SeaIcon.js +1 -12
  59. package/dist/components/atoms/Icon/icons/Search.js +1 -12
  60. package/dist/components/atoms/Icon/icons/Settings.js +1 -12
  61. package/dist/components/atoms/Icon/icons/ShipIcon.js +1 -12
  62. package/dist/components/atoms/Icon/icons/StopWatchIcon.js +1 -12
  63. package/dist/components/atoms/Icon/icons/StrollerIcon.js +1 -12
  64. package/dist/components/atoms/Icon/icons/TwitterIcon.js +1 -12
  65. package/dist/components/atoms/Icon/icons/User.js +1 -12
  66. package/dist/components/atoms/Icon/icons/UserIcon.js +1 -12
  67. package/dist/components/atoms/Icon/icons/Utensils.js +1 -12
  68. package/dist/components/atoms/Icon/icons/WalletIcon.js +1 -12
  69. package/dist/components/atoms/Icon/icons/Youtube.js +1 -12
  70. package/dist/components/atoms/Icon/icons/registry.d.ts +1 -0
  71. package/dist/components/atoms/Icon/icons/registry.js +2 -0
  72. package/dist/components/atoms/Illustration/illustrations.js +4 -4
  73. package/dist/components/atoms/Inputs/DropdownInput/DropdownInput.js +1 -12
  74. package/dist/components/atoms/Inputs/Input/Input.d.ts +2 -1
  75. package/dist/components/atoms/Inputs/Input/Input.js +2 -13
  76. package/dist/components/atoms/Link/Link.js +4 -15
  77. package/dist/components/atoms/RatingStar/RatingStar.js +2 -13
  78. package/dist/components/atoms/SegmentedButton/SegmentedButton.js +3 -14
  79. package/dist/components/atoms/SelectedValue/SelectedValue.js +1 -12
  80. package/dist/components/atoms/Slider/Slider.js +1 -12
  81. package/dist/components/atoms/Spinner/Spinner.js +1 -12
  82. package/dist/components/atoms/Tab/Tab.js +1 -1
  83. package/dist/components/atoms/Typography/Typography.js +2 -13
  84. package/dist/components/molecules/AccomodationDocket/AccomodationDocket.js +3 -14
  85. package/dist/components/molecules/ActionDropdown/ActionDropdown.d.ts +0 -1
  86. package/dist/components/molecules/ActionDropdown/ActionDropdown.js +5 -16
  87. package/dist/components/molecules/AddItemButton/AddItemButton.js +1 -12
  88. package/dist/components/molecules/BookingPax/BookingPaxAccom.js +3 -14
  89. package/dist/components/molecules/BookingPax/BookingPaxClient/BookingPaxClient.d.ts +0 -1
  90. package/dist/components/molecules/BookingPax/BookingPaxClient/BookingPaxClient.js +5 -5
  91. package/dist/components/molecules/BookingPax/BookingPaxExcursion.js +1 -12
  92. package/dist/components/molecules/BookingPax/BookingPaxHeader.js +2 -2
  93. package/dist/components/molecules/BookingPax/BookingPaxLayout/BookingPaxLayout.d.ts +0 -1
  94. package/dist/components/molecules/BookingPax/BookingPaxLayout/BookingPaxLayout.js +1 -12
  95. package/dist/components/molecules/BookingPax/BookingPaxRemarks.js +1 -12
  96. package/dist/components/molecules/BookingPax/BookingPaxTransfer.js +1 -12
  97. package/dist/components/molecules/BookingResume/BookingResumeLayout/BookingResumeLayout.js +1 -12
  98. package/dist/components/molecules/BookingResume/ResumeAccom/ResumeAccom.js +1 -12
  99. package/dist/components/molecules/BookingResume/ResumeExcursion/ResumeExcursion.js +1 -12
  100. package/dist/components/molecules/BookingResume/ResumeOtherService.js +1 -12
  101. package/dist/components/molecules/BookingResume/ResumeTransfer.js +1 -12
  102. package/dist/components/molecules/Breadcrumbs/Breadcrumbs.js +1 -12
  103. package/dist/components/molecules/Calendar/CalendarInput.js +2 -13
  104. package/dist/components/molecules/Calendar/DateTime.d.ts +9 -9
  105. package/dist/components/molecules/Calendar/DateTime.js +3 -3
  106. package/dist/components/molecules/Calendar/TimePicker.js +1 -12
  107. package/dist/components/molecules/DateDisplay/DateDisplay.d.ts +4 -0
  108. package/dist/components/molecules/DateDisplay/DateDisplay.js +5 -18
  109. package/dist/components/molecules/DetailsInfo/DetailsAction.js +2 -13
  110. package/dist/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.js +1 -12
  111. package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.js +1 -12
  112. package/dist/components/molecules/DetailsInfo/DetailsFile.js +1 -12
  113. package/dist/components/molecules/DetailsInfo/DetailsInfo.d.ts +0 -1
  114. package/dist/components/molecules/DialogContentPolicy/CancellationLayout/CancellationLayout.css +50 -0
  115. package/dist/components/molecules/DialogContentPolicy/CancellationLayout/CancellationLayout.d.ts +2 -0
  116. package/dist/components/molecules/DialogContentPolicy/CancellationLayout/CancellationLayout.js +3 -13
  117. package/dist/components/molecules/DialogContentPolicy/DialogCancellationAccom.d.ts +2 -1
  118. package/dist/components/molecules/DialogContentPolicy/DialogCancellationAccom.js +2 -13
  119. package/dist/components/molecules/DialogContentPolicy/DialogCancellationExcursion.d.ts +2 -1
  120. package/dist/components/molecules/DialogContentPolicy/DialogCancellationExcursion.js +2 -13
  121. package/dist/components/molecules/DialogContentPolicy/DialogCancellationList.d.ts +3 -2
  122. package/dist/components/molecules/DialogContentPolicy/DialogCancellationList.js +14 -11
  123. package/dist/components/molecules/DialogContentPolicy/DialogContentPolicy.js +1 -12
  124. package/dist/components/molecules/DocketPrices/DocketPrices.js +1 -12
  125. package/dist/components/molecules/ExcursionDocket/ExcursionDocket.js +1 -12
  126. package/dist/components/molecules/FeatureRow/FeatureRow.js +1 -12
  127. package/dist/components/molecules/FromTo/FromTo.d.ts +0 -1
  128. package/dist/components/molecules/FromTo/FromTo.js +1 -12
  129. package/dist/components/molecules/GlobalAmenities/GlobalAmenities.js +1 -12
  130. package/dist/components/molecules/LocationDropdown/LocationDropdown.js +6 -17
  131. package/dist/components/molecules/MultiSelectDropdown/MultiSelectDropdown.d.ts +1 -0
  132. package/dist/components/molecules/MultiSelectDropdown/MultiSelectDropdown.js +23 -28
  133. package/dist/components/molecules/OtherServiceDocket/OtherServiceDocket.js +1 -12
  134. package/dist/components/molecules/Pagination/Pagination.js +4 -15
  135. package/dist/components/molecules/PaxChips/PaxChips.d.ts +11 -0
  136. package/dist/components/molecules/PaxChips/PaxChips.js +9 -0
  137. package/dist/components/molecules/PaxDisplay/PaxDisplay.d.ts +0 -1
  138. package/dist/components/molecules/PaxDisplay/PaxDisplay.js +5 -16
  139. package/dist/components/molecules/PriceDisplay/PriceDisplay.js +1 -12
  140. package/dist/components/molecules/RatingTab/RatingTab.js +1 -12
  141. package/dist/components/molecules/SectionTitle/SectionTitle.js +1 -12
  142. package/dist/components/molecules/ServiceInfo/ServiceInfo.js +2 -13
  143. package/dist/components/molecules/ServiceLanguages/ServiceLanguages.js +1 -12
  144. package/dist/components/molecules/ServiceSelector/ServiceSelector.js +4 -15
  145. package/dist/components/molecules/ServiceTitle/ServiceTitle.js +1 -12
  146. package/dist/components/molecules/Stepper/Stepper.js +1 -12
  147. package/dist/components/molecules/StepperTimeline/StepperTimeline.js +6 -17
  148. package/dist/components/molecules/TabGroup/TabGroup.js +1 -12
  149. package/dist/components/molecules/TableServiceItem/DetailsCol.js +1 -12
  150. package/dist/components/molecules/TableServiceItem/ItemCol.d.ts +0 -1
  151. package/dist/components/molecules/TableServiceItem/ItemCol.js +2 -13
  152. package/dist/components/molecules/TableServiceItem/RowOtherServices.js +1 -12
  153. package/dist/components/molecules/TableServiceItem/RowTransfer.js +1 -12
  154. package/dist/components/molecules/TableServiceItem/index.d.ts +0 -1
  155. package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.js +1 -1
  156. package/dist/components/molecules/TextWithIcon/TextWithIcon.d.ts +0 -1
  157. package/dist/components/molecules/TextWithIcon/TextWithIcon.js +1 -12
  158. package/dist/components/molecules/TimelineItem/ServiceAccommodation.js +1 -12
  159. package/dist/components/molecules/TimelineItem/ServiceExcursion.js +1 -12
  160. package/dist/components/molecules/TimelineItem/ServiceTransfer.js +1 -12
  161. package/dist/components/molecules/TimelineItem/TimelineHeader.js +1 -12
  162. package/dist/components/molecules/TimelineItem/TimelineItem.d.ts +0 -1
  163. package/dist/components/molecules/TimelineItem/TimelineItem.js +1 -12
  164. package/dist/components/molecules/Toast/Toast.css +2107 -0
  165. package/dist/components/molecules/Toast/Toast.d.ts +2 -2
  166. package/dist/components/molecules/Toast/Toast.js +1 -12
  167. package/dist/components/molecules/TooltipDisplay/TooltipDisplay.js +1 -12
  168. package/dist/components/molecules/TransferDocket/TransferDocket.js +2 -13
  169. package/dist/components/molecules/UserCard/UserCard.js +3 -14
  170. package/dist/components/organisms/Booking/BookingDocket/BookingDocket.d.ts +0 -1
  171. package/dist/components/organisms/Booking/BookingDocket/BookingDocket.js +1 -1
  172. package/dist/components/organisms/Booking/BookingHeader.js +1 -12
  173. package/dist/components/organisms/Booking/BookingStep/BookingStep.js +1 -12
  174. package/dist/components/organisms/CarBookingCard/CarBookingCard.js +2 -2
  175. package/dist/components/organisms/CarBookingCard/CarBookingCardSkeleton.js +1 -12
  176. package/dist/components/organisms/CardContainer/CardContainer.js +1 -12
  177. package/dist/components/organisms/DateTimePicker/DateTimePicker.js +1 -12
  178. package/dist/components/organisms/Dialog/Dialog.js +3 -15
  179. package/dist/components/organisms/DialogBookingAddItem/AddItemNewService.d.ts +16 -0
  180. package/dist/components/organisms/DialogBookingAddItem/AddItemNewService.js +44 -0
  181. package/dist/components/organisms/DialogBookingAddItem/AddItemSelector.d.ts +8 -0
  182. package/dist/components/organisms/DialogBookingAddItem/AddItemSelector.js +12 -0
  183. package/dist/components/organisms/DialogBookingAddItem/DialogBookingAddItem.d.ts +17 -0
  184. package/dist/components/organisms/DialogBookingAddItem/DialogBookingAddItem.js +55 -0
  185. package/dist/components/organisms/DialogBookingAddItem/index.d.ts +3 -0
  186. package/dist/components/organisms/DialogBookingAddItem/index.js +3 -0
  187. package/dist/components/organisms/DialogBookingConfirm/BookingCancellationPolicy.d.ts +2 -2
  188. package/dist/components/organisms/DialogBookingConfirm/BookingCancellationPolicy.js +1 -12
  189. package/dist/components/organisms/DialogBookingConfirm/BookingMailSent.js +1 -12
  190. package/dist/components/organisms/DialogBookingConfirm/BookingReference.js +1 -12
  191. package/dist/components/organisms/DialogBookingConfirm/BookingSuccess.js +1 -12
  192. package/dist/components/organisms/DialogBookingConfirm/DialogBookingConfirm.d.ts +4 -0
  193. package/dist/components/organisms/DialogBookingConfirm/DialogBookingConfirm.js +2 -13
  194. package/dist/components/organisms/DialogCancelService/CancelBooking/CancelBooking.css +2117 -0
  195. package/dist/components/organisms/DialogCancelService/CancelBooking/CancelBooking.d.ts +16 -0
  196. package/dist/components/organisms/DialogCancelService/CancelBooking/CancelBooking.js +28 -0
  197. package/dist/components/organisms/DialogCancelService/CancelPolicy.d.ts +29 -0
  198. package/dist/components/organisms/DialogCancelService/CancelPolicy.js +8 -0
  199. package/dist/components/organisms/DialogCancelService/ConfirmDelete/ConfirmDelete.css +2143 -0
  200. package/dist/components/organisms/DialogCancelService/ConfirmDelete/ConfirmDelete.d.ts +14 -0
  201. package/dist/components/organisms/DialogCancelService/ConfirmDelete/ConfirmDelete.js +24 -0
  202. package/dist/components/organisms/DialogCancelService/DialogCancelService.d.ts +15 -0
  203. package/dist/components/organisms/DialogCancelService/DialogCancelService.js +14 -0
  204. package/dist/components/organisms/DialogCancelService/FromList.d.ts +12 -0
  205. package/dist/components/organisms/DialogCancelService/FromList.js +18 -0
  206. package/dist/components/organisms/DialogCancelService/index.d.ts +5 -0
  207. package/dist/components/organisms/DialogCancelService/index.js +1 -0
  208. package/dist/components/organisms/DialogComparison/DialogComparison.css +2116 -0
  209. package/dist/components/organisms/DialogComparison/DialogComparison.d.ts +24 -0
  210. package/dist/components/organisms/DialogComparison/DialogComparison.js +69 -0
  211. package/dist/components/organisms/DialogDeleteConfirm/DialogDeleteConfirm.d.ts +14 -0
  212. package/dist/components/organisms/DialogDeleteConfirm/DialogDeleteConfirm.js +11 -0
  213. package/dist/components/organisms/DialogSendingMail/DialogSendingMail.d.ts +11 -0
  214. package/dist/components/organisms/DialogSendingMail/DialogSendingMail.js +8 -0
  215. package/dist/components/organisms/DialogSendingMail/DialogSendingMailContent.d.ts +15 -0
  216. package/dist/components/organisms/DialogSendingMail/DialogSendingMailContent.js +49 -0
  217. package/dist/components/organisms/DialogSendingMail/index.d.ts +4 -0
  218. package/dist/components/organisms/DialogSendingMail/index.js +2 -0
  219. package/dist/components/organisms/DialogSendingMail/sending-mail-schema.d.ts +7 -0
  220. package/dist/components/organisms/DialogSendingMail/sending-mail-schema.js +16 -0
  221. package/dist/components/organisms/Docket/Docket.js +8 -19
  222. package/dist/components/organisms/Footer/Footer.js +3 -14
  223. package/dist/components/organisms/MultipleQuotationDocket/MultipleQuotationDocket.js +2 -13
  224. package/dist/components/organisms/PaxSelector/PaxSelector.js +22 -22
  225. package/dist/components/organisms/QuoteHeader/QuoteHeader.js +2 -13
  226. package/dist/components/organisms/RoundTrip/RoundTrip.js +1 -1
  227. package/dist/components/organisms/SearchBarTransfer/SearchBarTransfer.js +5 -5
  228. package/dist/components/organisms/TabCancellationPolicy/CancellationAccom.js +1 -12
  229. package/dist/components/organisms/TabCancellationPolicy/CancellationExcursion.js +1 -12
  230. package/dist/components/organisms/TabCancellationPolicy/CancellationHeader.d.ts +0 -1
  231. package/dist/components/organisms/TabCancellationPolicy/CancellationTransfer.js +1 -12
  232. package/dist/components/organisms/TabCancellationPolicy/HeaderAccom.js +1 -12
  233. package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.js +1 -12
  234. package/dist/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.js +1 -12
  235. package/dist/components/organisms/TabCancellationPolicy/PolicyExcursion.js +1 -12
  236. package/dist/components/organisms/TabCancellationPolicy/PolicyTransfer.js +1 -12
  237. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicy.d.ts +0 -1
  238. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.js +1 -12
  239. package/dist/components/organisms/TabServiceDetails/Accommodation.js +1 -1
  240. package/dist/components/organisms/TabServiceDetails/DetailContentTransfer.js +1 -12
  241. package/dist/components/organisms/TabServiceDetails/DetailsContentAccom.js +2 -2
  242. package/dist/components/organisms/TabServiceDetails/DetailsContentExcursion.js +1 -12
  243. package/dist/components/organisms/TabServiceDetails/Excursion.js +1 -1
  244. package/dist/components/organisms/TabServiceDetails/TabServiceDetails.d.ts +0 -1
  245. package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.js +1 -12
  246. package/dist/components/organisms/TabServiceDetails/Transfer.js +1 -1
  247. package/dist/components/organisms/Table/Table.css +48 -32
  248. package/dist/components/organisms/Table/Table.d.ts +4 -1
  249. package/dist/components/organisms/Table/Table.js +19 -16
  250. package/dist/components/organisms/Table/TableCell.d.ts +3 -2
  251. package/dist/components/organisms/Table/TableCell.js +2 -13
  252. package/dist/components/organisms/Table/columns/booking-cancel-service-columns.d.ts +5 -0
  253. package/dist/components/organisms/Table/columns/booking-cancel-service-columns.js +166 -0
  254. package/dist/components/organisms/Table/columns/booking-columns.js +7 -22
  255. package/dist/components/organisms/Table/columns/comparison-columns.d.ts +3 -0
  256. package/dist/components/organisms/Table/columns/comparison-columns.js +97 -0
  257. package/dist/components/organisms/Table/columns/detail-resume-columns.d.ts +3 -1
  258. package/dist/components/organisms/Table/columns/detail-resume-columns.js +20 -33
  259. package/dist/components/organisms/Table/columns/index.d.ts +13 -4
  260. package/dist/components/organisms/Table/columns/index.js +4 -0
  261. package/dist/components/organisms/Table/columns/quotation-columns.d.ts +4 -1
  262. package/dist/components/organisms/Table/columns/quotation-columns.js +10 -19
  263. package/dist/components/organisms/Timeline/Timeline.js +1 -1
  264. package/dist/components/organisms/TopNavigation/DesktopNav.d.ts +0 -1
  265. package/dist/components/organisms/TopNavigation/DesktopNav.js +5 -16
  266. package/dist/components/organisms/TopNavigation/MobileNav.js +9 -20
  267. package/dist/components/organisms/TransferLine/TransferLine.js +1 -1
  268. package/dist/components/ui/button.d.ts +1 -1
  269. package/dist/components/ui/calendar.js +2 -2
  270. package/dist/components/ui/form.d.ts +24 -0
  271. package/dist/components/ui/form.js +79 -0
  272. package/dist/components/ui/label.d.ts +4 -0
  273. package/dist/components/ui/label.js +30 -0
  274. package/dist/hooks/useBookingPax.d.ts +1 -1
  275. package/dist/index.d.ts +26 -15
  276. package/dist/index.js +10 -2
  277. package/dist/lib/price-formatter.d.ts +1 -0
  278. package/dist/lib/price-formatter.js +13 -0
  279. package/dist/lib/shared-constant.d.ts +1 -0
  280. package/dist/lib/shared-constant.js +1 -0
  281. package/dist/lib/utils.d.ts +1 -2
  282. package/dist/lib/utils.js +1 -1
  283. package/dist/styles/tokens/tokens.d.ts +464 -464
  284. package/package.json +7 -3
  285. package/src/components/atoms/Icon/icons/Info2Icon.tsx +42 -0
  286. package/src/components/atoms/Icon/icons/registry.tsx +2 -0
  287. package/src/components/atoms/Inputs/Input/Input.tsx +4 -2
  288. package/src/components/molecules/Calendar/DateTime.tsx +6 -4
  289. package/src/components/molecules/DateDisplay/DateDisplay.tsx +7 -7
  290. package/src/components/molecules/DialogContentPolicy/CancellationLayout/CancellationLayout.css +27 -0
  291. package/src/components/molecules/DialogContentPolicy/CancellationLayout/CancellationLayout.tsx +12 -1
  292. package/src/components/molecules/DialogContentPolicy/DialogCancellationAccom.tsx +9 -2
  293. package/src/components/molecules/DialogContentPolicy/DialogCancellationExcursion.tsx +10 -2
  294. package/src/components/molecules/DialogContentPolicy/DialogCancellationList.tsx +22 -15
  295. package/src/components/molecules/DialogContentPolicy/DialogContentPolicy.tsx +1 -1
  296. package/src/components/molecules/MultiSelectDropdown/MultiSelectDropdown.tsx +117 -82
  297. package/src/components/molecules/PaxChips/PaxChips.tsx +30 -0
  298. package/src/components/molecules/TextWithIcon/TextWithIcon.tsx +2 -2
  299. package/src/components/molecules/Toast/Toast.css +27 -0
  300. package/src/components/molecules/Toast/Toast.tsx +9 -9
  301. package/src/components/organisms/Dialog/Dialog.tsx +85 -64
  302. package/src/components/organisms/{BookingAddItem → DialogBookingAddItem}/AddItemNewService.tsx +17 -2
  303. package/src/components/organisms/{BookingAddItem/BookingAddItem.tsx → DialogBookingAddItem/DialogBookingAddItem.tsx} +6 -6
  304. package/src/components/organisms/{BookingAddItem → DialogBookingAddItem}/index.ts +1 -1
  305. package/src/components/organisms/DialogBookingConfirm/BookingCancellationPolicy.tsx +2 -2
  306. package/src/components/organisms/DialogBookingConfirm/DialogBookingConfirm.tsx +14 -2
  307. package/src/components/organisms/DialogCancelService/CancelBooking/CancelBooking.css +24 -0
  308. package/src/components/organisms/DialogCancelService/CancelBooking/CancelBooking.tsx +98 -0
  309. package/src/components/organisms/DialogCancelService/CancelPolicy.tsx +68 -0
  310. package/src/components/organisms/DialogCancelService/ConfirmDelete/ConfirmDelete.css +56 -0
  311. package/src/components/organisms/DialogCancelService/ConfirmDelete/ConfirmDelete.tsx +67 -0
  312. package/src/components/organisms/DialogCancelService/DialogCancelService.tsx +32 -0
  313. package/src/components/organisms/DialogCancelService/FromList.tsx +50 -0
  314. package/src/components/organisms/DialogCancelService/index.ts +6 -0
  315. package/src/components/organisms/DialogComparison/DialogComparison.css +23 -0
  316. package/src/components/organisms/DialogComparison/DialogComparison.tsx +157 -0
  317. package/src/components/organisms/DialogDeleteConfirm/DialogDeleteConfirm.tsx +57 -0
  318. package/src/components/organisms/DialogSendingMail/DialogSendingMail.tsx +27 -0
  319. package/src/components/organisms/DialogSendingMail/DialogSendingMailContent.tsx +115 -0
  320. package/src/components/organisms/DialogSendingMail/index.ts +5 -0
  321. package/src/components/organisms/DialogSendingMail/sending-mail-schema.ts +19 -0
  322. package/src/components/organisms/Table/Table.css +48 -32
  323. package/src/components/organisms/Table/Table.tsx +30 -6
  324. package/src/components/organisms/Table/TableCell.tsx +8 -4
  325. package/src/components/organisms/Table/columns/booking-cancel-service-columns.tsx +226 -0
  326. package/src/components/organisms/Table/columns/booking-columns.tsx +2 -19
  327. package/src/components/organisms/Table/columns/comparison-columns.tsx +140 -0
  328. package/src/components/organisms/Table/columns/detail-resume-columns.tsx +35 -37
  329. package/src/components/organisms/Table/columns/index.ts +4 -0
  330. package/src/components/organisms/Table/columns/quotation-columns.tsx +17 -9
  331. package/src/components/ui/form.tsx +160 -0
  332. package/src/components/ui/label.tsx +22 -0
  333. /package/src/components/organisms/{BookingAddItem → DialogBookingAddItem}/AddItemSelector.tsx +0 -0
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  // src/components/Avatar.tsx
14
3
  import React from "react";
@@ -27,5 +16,5 @@ export var Avatar = function (_a) {
27
16
  ]
28
17
  .filter(Boolean)
29
18
  .join(' ');
30
- return (_jsx("div", __assign({ className: classes, "aria-label": alt || name }, { children: src && !error ? (_jsx("img", { src: src, alt: alt || name, className: "avatar__img", onError: function () { return setError(true); } })) : (_jsx("span", __assign({ className: "avatar__initial" }, { children: initial }))) })));
19
+ return (_jsx("div", { className: classes, "aria-label": alt || name, children: src && !error ? (_jsx("img", { src: src, alt: alt || name, className: "avatar__img", onError: function () { return setError(true); } })) : (_jsx("span", { className: "avatar__initial", children: initial })) }));
31
20
  };
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  import Icon from '../Icon/Icon';
14
3
  import './Button.css';
@@ -31,6 +20,6 @@ var Button = function (_a) {
31
20
  var hasLeadingIcon = Boolean(leadingIcon);
32
21
  var hasTrailingIcon = Boolean(trailingIcon);
33
22
  var withIconClass = hasLeadingIcon || hasTrailingIcon ? 'button--with-icon' : '';
34
- return (_jsxs("button", __assign({ type: type, className: [buttonClasses, withIconClass].filter(Boolean).join(' '), disabled: disabled, onClick: onClick }, { children: [hasLeadingIcon && (_jsx("span", __assign({ className: "button__icon button__icon--leading" }, { children: _jsx(Icon, { name: leadingIcon, size: iconSize }) }))), _jsx("span", __assign({ className: "button__label" }, { children: children })), hasTrailingIcon && (_jsx("span", __assign({ className: "button__icon button__icon--trailing" }, { children: _jsx(Icon, { name: trailingIcon, size: iconSize }) })))] })));
23
+ return (_jsxs("button", { type: type, className: [buttonClasses, withIconClass].filter(Boolean).join(' '), disabled: disabled, onClick: onClick, children: [hasLeadingIcon && (_jsx("span", { className: "button__icon button__icon--leading", children: _jsx(Icon, { name: leadingIcon, size: iconSize }) })), _jsx("span", { className: "button__label", children: children }), hasTrailingIcon && (_jsx("span", { className: "button__icon button__icon--trailing", children: _jsx(Icon, { name: trailingIcon, size: iconSize }) }))] }));
35
24
  };
36
25
  export default Button;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  import { useEffect, useState } from 'react';
14
3
  import Check from '../Icon/icons/Check';
@@ -42,8 +31,8 @@ var Checkbox = function (_a) {
42
31
  setIsChecked(checked);
43
32
  }, [checked]);
44
33
  var renderLabel = function () {
45
- return (label && (_jsx(Text, __assign({ as: "span", size: "sm", variant: "medium", color: error ? 'state-error' : 'default' }, { children: label }))));
34
+ return (label && (_jsx(Text, { as: "span", size: "sm", variant: "medium", color: error ? 'state-error' : 'default', children: label })));
46
35
  };
47
- return (_jsx("div", __assign({ className: "checkbox-container ".concat(getStateClasses(), " ").concat(className) }, { children: _jsxs("label", __assign({ htmlFor: checkboxId, className: "checkbox-label", onClick: handleLabelClick }, { children: [_jsx("input", { type: "checkbox", id: checkboxId, checked: isChecked, disabled: disabled, onChange: handleChange, className: "checkbox-input", readOnly: true }), labelPosition === 'leading' && renderLabel(), _jsx("div", __assign({ className: "checkbox-button" }, { children: _jsx("div", __assign({ className: "checkbox-touch-target" }, { children: _jsx("div", __assign({ className: "checkbox-box" }, { children: isChecked && _jsx(Check, { size: "sm", className: "checkbox-icon" }) })) })) })), leadingContent && _jsx("span", __assign({ className: "checkbox-leading" }, { children: leadingContent })), labelPosition === 'trailing' && renderLabel()] })) })));
36
+ return (_jsx("div", { className: "checkbox-container ".concat(getStateClasses(), " ").concat(className), children: _jsxs("label", { htmlFor: checkboxId, className: "checkbox-label", onClick: handleLabelClick, children: [_jsx("input", { type: "checkbox", id: checkboxId, checked: isChecked, disabled: disabled, onChange: handleChange, className: "checkbox-input", readOnly: true }), labelPosition === 'leading' && renderLabel(), _jsx("div", { className: "checkbox-button", children: _jsx("div", { className: "checkbox-touch-target", children: _jsx("div", { className: "checkbox-box", children: isChecked && _jsx(Check, { size: "sm", className: "checkbox-icon" }) }) }) }), leadingContent && _jsx("span", { className: "checkbox-leading", children: leadingContent }), labelPosition === 'trailing' && renderLabel()] }) }));
48
37
  };
49
38
  export default Checkbox;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  import Icon from '../Icon/Icon';
14
3
  import './Chip.css';
@@ -34,6 +23,6 @@ var Chip = function (_a) {
34
23
  var hasLeadingIcon = Boolean(leadingIcon);
35
24
  var hasTrailingIcon = Boolean(trailingIcon);
36
25
  var content = label || children;
37
- return (_jsxs("div", __assign({ className: chipClasses, onClick: onClick, role: onClick ? 'button' : undefined, tabIndex: onClick ? 0 : undefined }, { children: [hasLeadingIcon && (_jsx("span", __assign({ className: "chip__icon chip__icon--leading" }, { children: _jsx(Icon, { name: leadingIcon, size: iconSize }) }))), externalIcon && (_jsx("img", { src: externalIcon, alt: "", className: "w-4 h-4 object-contain" })), _jsx("span", __assign({ className: "chip__label" }, { children: content })), hasTrailingIcon && (_jsx("span", __assign({ className: "chip__icon chip__icon--trailing" }, { children: _jsx(Icon, { name: trailingIcon, size: iconSize }) })))] })));
26
+ return (_jsxs("div", { className: chipClasses, onClick: onClick, role: onClick ? 'button' : undefined, tabIndex: onClick ? 0 : undefined, children: [hasLeadingIcon && (_jsx("span", { className: "chip__icon chip__icon--leading", children: _jsx(Icon, { name: leadingIcon, size: iconSize }) })), externalIcon && (_jsx("img", { src: externalIcon, alt: "", className: "w-4 h-4 object-contain" })), _jsx("span", { className: "chip__label", children: content }), hasTrailingIcon && (_jsx("span", { className: "chip__icon chip__icon--trailing", children: _jsx(Icon, { name: trailingIcon, size: iconSize }) }))] }));
38
27
  };
39
28
  export default Chip;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var AccomIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
@@ -31,6 +20,6 @@ var AccomIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : 'text-current';
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13.915 7.99902C13.915 7.84443 13.8535 7.69623 13.7441 7.58691C13.6348 7.47762 13.4867 7.41602 13.332 7.41602H2.66504C2.51045 7.4161 2.36225 7.47759 2.25293 7.58691C2.14361 7.69623 2.08212 7.84443 2.08203 7.99902V11.249H13.915V7.99902ZM12.582 3.99902C12.5819 3.84443 12.5205 3.69623 12.4111 3.58691C12.3018 3.47759 12.1536 3.4161 11.999 3.41602H8.74902V5.91602H12.582V3.99902ZM3.41504 5.91602H7.24902V3.41602H3.99902C3.84431 3.41602 3.69533 3.47752 3.58594 3.58691C3.47672 3.69622 3.41513 3.84451 3.41504 3.99902V5.91602ZM14.082 6.05664C14.3505 6.1603 14.5972 6.31895 14.8047 6.52637C15.1953 6.91699 15.415 7.44661 15.415 7.99902V13.333C15.4149 13.7471 15.0791 14.083 14.665 14.083C14.2511 14.0828 13.9152 13.747 13.915 13.333V12.749H2.08203V13.333C2.08186 13.7471 1.74614 14.083 1.33203 14.083C0.917926 14.083 0.582207 13.7471 0.582031 13.333V7.99902C0.582117 7.44661 0.801759 6.91699 1.19238 6.52637C1.39981 6.31894 1.64659 6.16033 1.91504 6.05664V3.99902C1.91513 3.44668 2.13487 2.91698 2.52539 2.52637C2.91609 2.13567 3.44649 1.91602 3.99902 1.91602H11.999C12.5514 1.9161 13.0811 2.13574 13.4717 2.52637C13.8623 2.91699 14.0819 3.44661 14.082 3.99902V6.05664Z", fill: "currentColor" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M13.915 7.99902C13.915 7.84443 13.8535 7.69623 13.7441 7.58691C13.6348 7.47762 13.4867 7.41602 13.332 7.41602H2.66504C2.51045 7.4161 2.36225 7.47759 2.25293 7.58691C2.14361 7.69623 2.08212 7.84443 2.08203 7.99902V11.249H13.915V7.99902ZM12.582 3.99902C12.5819 3.84443 12.5205 3.69623 12.4111 3.58691C12.3018 3.47759 12.1536 3.4161 11.999 3.41602H8.74902V5.91602H12.582V3.99902ZM3.41504 5.91602H7.24902V3.41602H3.99902C3.84431 3.41602 3.69533 3.47752 3.58594 3.58691C3.47672 3.69622 3.41513 3.84451 3.41504 3.99902V5.91602ZM14.082 6.05664C14.3505 6.1603 14.5972 6.31895 14.8047 6.52637C15.1953 6.91699 15.415 7.44661 15.415 7.99902V13.333C15.4149 13.7471 15.0791 14.083 14.665 14.083C14.2511 14.0828 13.9152 13.747 13.915 13.333V12.749H2.08203V13.333C2.08186 13.7471 1.74614 14.083 1.33203 14.083C0.917926 14.083 0.582207 13.7471 0.582031 13.333V7.99902C0.582117 7.44661 0.801759 6.91699 1.19238 6.52637C1.39981 6.31894 1.64659 6.16033 1.91504 6.05664V3.99902C1.91513 3.44668 2.13487 2.91698 2.52539 2.52637C2.91609 2.13567 3.44649 1.91602 3.99902 1.91602H11.999C12.5514 1.9161 13.0811 2.13574 13.4717 2.52637C13.8623 2.91699 14.0819 3.44661 14.082 3.99902V6.05664Z", fill: "currentColor" }) }));
35
24
  };
36
25
  export default AccomIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var AirIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
@@ -31,6 +20,6 @@ var AirIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : 'text-current';
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M10.6611 1.66512C10.8463 1.29477 11.2966 1.14424 11.667 1.32918C12.0373 1.51436 12.1879 1.96463 12.0029 2.33504L11.5068 3.32625L11.8643 3.2618C12.2718 3.1877 12.6622 3.45876 12.7363 3.86629C12.8102 4.27371 12.5402 4.66429 12.1328 4.73836L10.668 5.00399L10.1699 6.00008L10.7959 7.25008H11.957L12.7324 6.21688C12.981 5.8856 13.4509 5.81799 13.7822 6.06649C14.1136 6.31499 14.1801 6.78493 13.9316 7.11629L13.8311 7.25008H14.665C15.0793 7.25008 15.415 7.58587 15.415 8.00008C15.415 8.4143 15.0793 8.75008 14.665 8.75008H13.8311L13.9316 8.88387C14.1801 9.21524 14.1136 9.68517 13.7822 9.93368C13.4509 10.1822 12.981 10.1146 12.7324 9.78329L11.957 8.75008H10.7959L10.1699 10.0001L10.668 10.9952L12.1328 11.2618C12.5402 11.3359 12.8102 11.7265 12.7363 12.1339C12.6668 12.516 12.3195 12.7781 11.9404 12.7481L11.8643 12.7384L11.5068 12.6729L12.0029 13.6651L12.0332 13.7354C12.1678 14.0908 12.0142 14.4974 11.667 14.671C11.2966 14.8559 10.8463 14.7054 10.6611 14.335L10.165 13.3429L10.0029 13.669L9.33203 13.3331L8.66113 12.9981L9.32617 11.6661L8.86816 10.7501H7.12891L6.66992 11.6661L7.33594 12.9981C7.52114 13.3685 7.37127 13.8187 7.00098 14.004C6.63049 14.1892 6.17938 14.0395 5.99414 13.669L5.83105 13.3429L5.33594 14.335C5.15072 14.7055 4.70054 14.8561 4.33008 14.671C3.95977 14.4858 3.8093 14.0355 3.99414 13.6651L4.48926 12.6729L4.13281 12.7384L3.99902 12.0001L3.86426 11.2618L5.32812 10.9952L5.82617 10.0001L5.20117 8.75008H4.04102L3.26562 9.78329C3.0172 10.1145 2.54717 10.1818 2.21582 9.93368C1.88454 9.68521 1.81713 9.21523 2.06543 8.88387L2.16602 8.75008H1.33203C0.917818 8.75008 0.582031 8.4143 0.582031 8.00008C0.582031 7.58587 0.917818 7.25008 1.33203 7.25008H2.16602L2.06543 7.11629C1.81713 6.78494 1.88454 6.31495 2.21582 6.06649C2.54717 5.81833 3.0172 5.88565 3.26562 6.21688L4.04102 7.25008H5.20117L5.82617 6.00008L5.32812 5.00399L3.86426 4.73836C3.45696 4.6642 3.18689 4.27362 3.26074 3.86629C3.33483 3.4588 3.72532 3.18778 4.13281 3.2618L4.48926 3.32625L3.99414 2.33504C3.8093 1.96466 3.95977 1.51434 4.33008 1.32918C4.70054 1.14404 5.15072 1.29468 5.33594 1.66512L5.83105 2.65633L5.99414 2.33114C6.17938 1.96065 6.63049 1.81093 7.00098 1.99618C7.37127 2.1815 7.52114 2.63164 7.33594 3.00204L6.66992 4.33309L7.12891 5.25008H8.86816L9.32617 4.33309L8.66113 3.00204L9.33203 2.66708L10.0029 2.33114L10.165 2.65633L10.6611 1.66512ZM10.0029 13.669C9.81769 14.0393 9.36746 14.189 8.99707 14.004C8.62663 13.8188 8.47599 13.3686 8.66113 12.9981L10.0029 13.669ZM4.13281 12.7384C3.72532 12.8124 3.33483 12.5414 3.26074 12.1339C3.18689 11.7265 3.45696 11.336 3.86426 11.2618L4.13281 12.7384ZM6.50293 8.00008L7.12891 9.25008H8.86816L9.49316 8.00008L8.86816 6.75008H7.12891L6.50293 8.00008ZM8.99707 1.99618C9.36746 1.81116 9.81769 1.96084 10.0029 2.33114L8.66113 3.00204C8.47599 2.63158 8.62663 2.1814 8.99707 1.99618Z", fill: "currentColor" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M10.6611 1.66512C10.8463 1.29477 11.2966 1.14424 11.667 1.32918C12.0373 1.51436 12.1879 1.96463 12.0029 2.33504L11.5068 3.32625L11.8643 3.2618C12.2718 3.1877 12.6622 3.45876 12.7363 3.86629C12.8102 4.27371 12.5402 4.66429 12.1328 4.73836L10.668 5.00399L10.1699 6.00008L10.7959 7.25008H11.957L12.7324 6.21688C12.981 5.8856 13.4509 5.81799 13.7822 6.06649C14.1136 6.31499 14.1801 6.78493 13.9316 7.11629L13.8311 7.25008H14.665C15.0793 7.25008 15.415 7.58587 15.415 8.00008C15.415 8.4143 15.0793 8.75008 14.665 8.75008H13.8311L13.9316 8.88387C14.1801 9.21524 14.1136 9.68517 13.7822 9.93368C13.4509 10.1822 12.981 10.1146 12.7324 9.78329L11.957 8.75008H10.7959L10.1699 10.0001L10.668 10.9952L12.1328 11.2618C12.5402 11.3359 12.8102 11.7265 12.7363 12.1339C12.6668 12.516 12.3195 12.7781 11.9404 12.7481L11.8643 12.7384L11.5068 12.6729L12.0029 13.6651L12.0332 13.7354C12.1678 14.0908 12.0142 14.4974 11.667 14.671C11.2966 14.8559 10.8463 14.7054 10.6611 14.335L10.165 13.3429L10.0029 13.669L9.33203 13.3331L8.66113 12.9981L9.32617 11.6661L8.86816 10.7501H7.12891L6.66992 11.6661L7.33594 12.9981C7.52114 13.3685 7.37127 13.8187 7.00098 14.004C6.63049 14.1892 6.17938 14.0395 5.99414 13.669L5.83105 13.3429L5.33594 14.335C5.15072 14.7055 4.70054 14.8561 4.33008 14.671C3.95977 14.4858 3.8093 14.0355 3.99414 13.6651L4.48926 12.6729L4.13281 12.7384L3.99902 12.0001L3.86426 11.2618L5.32812 10.9952L5.82617 10.0001L5.20117 8.75008H4.04102L3.26562 9.78329C3.0172 10.1145 2.54717 10.1818 2.21582 9.93368C1.88454 9.68521 1.81713 9.21523 2.06543 8.88387L2.16602 8.75008H1.33203C0.917818 8.75008 0.582031 8.4143 0.582031 8.00008C0.582031 7.58587 0.917818 7.25008 1.33203 7.25008H2.16602L2.06543 7.11629C1.81713 6.78494 1.88454 6.31495 2.21582 6.06649C2.54717 5.81833 3.0172 5.88565 3.26562 6.21688L4.04102 7.25008H5.20117L5.82617 6.00008L5.32812 5.00399L3.86426 4.73836C3.45696 4.6642 3.18689 4.27362 3.26074 3.86629C3.33483 3.4588 3.72532 3.18778 4.13281 3.2618L4.48926 3.32625L3.99414 2.33504C3.8093 1.96466 3.95977 1.51434 4.33008 1.32918C4.70054 1.14404 5.15072 1.29468 5.33594 1.66512L5.83105 2.65633L5.99414 2.33114C6.17938 1.96065 6.63049 1.81093 7.00098 1.99618C7.37127 2.1815 7.52114 2.63164 7.33594 3.00204L6.66992 4.33309L7.12891 5.25008H8.86816L9.32617 4.33309L8.66113 3.00204L9.33203 2.66708L10.0029 2.33114L10.165 2.65633L10.6611 1.66512ZM10.0029 13.669C9.81769 14.0393 9.36746 14.189 8.99707 14.004C8.62663 13.8188 8.47599 13.3686 8.66113 12.9981L10.0029 13.669ZM4.13281 12.7384C3.72532 12.8124 3.33483 12.5414 3.26074 12.1339C3.18689 11.7265 3.45696 11.336 3.86426 11.2618L4.13281 12.7384ZM6.50293 8.00008L7.12891 9.25008H8.86816L9.49316 8.00008L8.86816 6.75008H7.12891L6.50293 8.00008ZM8.99707 1.99618C9.36746 1.81116 9.81769 1.96084 10.0029 2.33114L8.66113 3.00204C8.47599 2.63158 8.62663 2.1814 8.99707 1.99618Z", fill: "currentColor" }) }));
35
24
  };
36
25
  export default AirIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  var ArrivalIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
@@ -26,6 +15,6 @@ var ArrivalIcon = function (_a) {
26
15
  var sizeClasses = getSizeClasses();
27
16
  var colorClass = color ? "text-".concat(color) : 'text-current';
28
17
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
29
- return (_jsxs("svg", __assign({ className: classes, viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M8.61046 1.06519C8.82677 1.38315 8.95172 1.75476 8.96985 2.13883L9.14241 5.47813L9.1424 5.48576C9.1471 5.59416 9.18213 5.69947 9.24321 5.78917C9.30439 5.87888 9.38987 5.94968 9.48914 5.9937L9.49114 5.99458L12.3255 7.26408L12.5211 7.36061C12.9036 7.57143 13.2202 7.88435 13.4351 8.26453L13.5335 8.45952L13.5364 8.46603L13.8064 9.08336C13.9069 9.30978 13.9559 9.555 13.9504 9.80272C13.9449 10.0525 13.8835 10.2979 13.7713 10.5212C13.659 10.7447 13.498 10.9412 13.3006 11.0947C13.1057 11.2463 12.8793 11.3511 12.6385 11.4056L12.639 11.4078L12.0869 11.5361C11.5998 11.6497 11.0835 11.6092 10.6107 11.406L10.6027 11.4024L1.86857 7.52809C1.52107 7.3737 1.22329 7.12683 1.0067 6.81696C0.966794 6.77487 0.930689 6.72861 0.90107 6.67747L0.101396 5.29664C-0.0184861 5.08962 -0.0324841 4.83735 0.0638278 4.61837L1.26385 1.88991C1.43061 1.51075 1.87397 1.33858 2.25314 1.50534L3.00271 1.83502C3.30041 1.96515 3.56325 2.16333 3.77081 2.41331C3.92688 2.60133 4.04874 2.81484 4.13044 3.04381L4.19826 3.27689L4.20767 3.32492L4.22324 3.4186C4.2445 3.50286 4.28365 3.58156 4.3392 3.64852C4.39743 3.71867 4.4715 3.77429 4.55507 3.81073L4.56444 3.81438L4.63703 3.84678L6.13231 0.448073C6.21232 0.266158 6.36131 0.123199 6.54646 0.0510128C6.73183 -0.0211105 6.93952 -0.0165731 7.1216 0.0635088L7.73925 0.335162C8.09167 0.492892 8.39324 0.745985 8.61046 1.06519ZM7.37046 1.90915C7.32544 1.84298 7.26771 1.78679 7.20061 1.74427L5.70506 5.14573C5.62443 5.32903 5.47367 5.47215 5.28667 5.54378C5.09961 5.61541 4.89164 5.6095 4.70916 5.52691L3.95523 5.18434L3.9551 5.18572C3.65673 5.05555 3.39292 4.85703 3.18501 4.60655C2.9771 4.35603 2.83052 4.06025 2.75756 3.74297C2.75392 3.72716 2.75075 3.71096 2.74815 3.69494L2.73246 3.59501C2.71083 3.51301 2.67087 3.43671 2.61662 3.37134C2.55855 3.30146 2.48536 3.24566 2.40212 3.20925L2.39874 3.20825L2.33553 3.17949L1.59002 4.87453L2.1285 5.8046C2.15834 5.8393 2.18558 5.87656 2.20893 5.91679C2.27056 6.02298 2.36437 6.10671 2.47654 6.15663L11.2034 10.0268C11.377 10.1014 11.5654 10.1173 11.7461 10.0751L12.3068 9.94482C12.3334 9.93896 12.3585 9.92741 12.38 9.9107C12.4014 9.89403 12.4186 9.87241 12.4309 9.84816C12.4431 9.82382 12.4501 9.79678 12.4507 9.76955C12.4512 9.74235 12.4456 9.71519 12.4344 9.69037L12.4316 9.68386L12.1639 9.07092C12.0764 8.87771 11.92 8.72384 11.7255 8.63906L11.7189 8.63568L8.87855 7.36354C8.52458 7.20605 8.2213 6.95338 8.00322 6.63313C7.78468 6.3122 7.6599 5.93628 7.64347 5.54836L7.47164 2.21606L7.4714 2.21119C7.46656 2.10317 7.43127 1.99855 7.37046 1.90915Z", fill: "currentColor" }), _jsx("path", { d: "M14.083 0C14.4972 0 14.833 0.335825 14.833 0.75C14.833 1.16421 14.4972 1.5 14.083 1.5H0.75C0.335786 1.5 0 1.16421 0 0.75C4.48366e-05 0.335825 0.335814 0 0.75 0H14.083Z", transform: "translate(0 13)", fill: "currentColor" })] })));
18
+ return (_jsxs("svg", { className: classes, viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M8.61046 1.06519C8.82677 1.38315 8.95172 1.75476 8.96985 2.13883L9.14241 5.47813L9.1424 5.48576C9.1471 5.59416 9.18213 5.69947 9.24321 5.78917C9.30439 5.87888 9.38987 5.94968 9.48914 5.9937L9.49114 5.99458L12.3255 7.26408L12.5211 7.36061C12.9036 7.57143 13.2202 7.88435 13.4351 8.26453L13.5335 8.45952L13.5364 8.46603L13.8064 9.08336C13.9069 9.30978 13.9559 9.555 13.9504 9.80272C13.9449 10.0525 13.8835 10.2979 13.7713 10.5212C13.659 10.7447 13.498 10.9412 13.3006 11.0947C13.1057 11.2463 12.8793 11.3511 12.6385 11.4056L12.639 11.4078L12.0869 11.5361C11.5998 11.6497 11.0835 11.6092 10.6107 11.406L10.6027 11.4024L1.86857 7.52809C1.52107 7.3737 1.22329 7.12683 1.0067 6.81696C0.966794 6.77487 0.930689 6.72861 0.90107 6.67747L0.101396 5.29664C-0.0184861 5.08962 -0.0324841 4.83735 0.0638278 4.61837L1.26385 1.88991C1.43061 1.51075 1.87397 1.33858 2.25314 1.50534L3.00271 1.83502C3.30041 1.96515 3.56325 2.16333 3.77081 2.41331C3.92688 2.60133 4.04874 2.81484 4.13044 3.04381L4.19826 3.27689L4.20767 3.32492L4.22324 3.4186C4.2445 3.50286 4.28365 3.58156 4.3392 3.64852C4.39743 3.71867 4.4715 3.77429 4.55507 3.81073L4.56444 3.81438L4.63703 3.84678L6.13231 0.448073C6.21232 0.266158 6.36131 0.123199 6.54646 0.0510128C6.73183 -0.0211105 6.93952 -0.0165731 7.1216 0.0635088L7.73925 0.335162C8.09167 0.492892 8.39324 0.745985 8.61046 1.06519ZM7.37046 1.90915C7.32544 1.84298 7.26771 1.78679 7.20061 1.74427L5.70506 5.14573C5.62443 5.32903 5.47367 5.47215 5.28667 5.54378C5.09961 5.61541 4.89164 5.6095 4.70916 5.52691L3.95523 5.18434L3.9551 5.18572C3.65673 5.05555 3.39292 4.85703 3.18501 4.60655C2.9771 4.35603 2.83052 4.06025 2.75756 3.74297C2.75392 3.72716 2.75075 3.71096 2.74815 3.69494L2.73246 3.59501C2.71083 3.51301 2.67087 3.43671 2.61662 3.37134C2.55855 3.30146 2.48536 3.24566 2.40212 3.20925L2.39874 3.20825L2.33553 3.17949L1.59002 4.87453L2.1285 5.8046C2.15834 5.8393 2.18558 5.87656 2.20893 5.91679C2.27056 6.02298 2.36437 6.10671 2.47654 6.15663L11.2034 10.0268C11.377 10.1014 11.5654 10.1173 11.7461 10.0751L12.3068 9.94482C12.3334 9.93896 12.3585 9.92741 12.38 9.9107C12.4014 9.89403 12.4186 9.87241 12.4309 9.84816C12.4431 9.82382 12.4501 9.79678 12.4507 9.76955C12.4512 9.74235 12.4456 9.71519 12.4344 9.69037L12.4316 9.68386L12.1639 9.07092C12.0764 8.87771 11.92 8.72384 11.7255 8.63906L11.7189 8.63568L8.87855 7.36354C8.52458 7.20605 8.2213 6.95338 8.00322 6.63313C7.78468 6.3122 7.6599 5.93628 7.64347 5.54836L7.47164 2.21606L7.4714 2.21119C7.46656 2.10317 7.43127 1.99855 7.37046 1.90915Z", fill: "currentColor" }), _jsx("path", { d: "M14.083 0C14.4972 0 14.833 0.335825 14.833 0.75C14.833 1.16421 14.4972 1.5 14.083 1.5H0.75C0.335786 1.5 0 1.16421 0 0.75C4.48366e-05 0.335825 0.335814 0 0.75 0H14.083Z", transform: "translate(0 13)", fill: "currentColor" })] }));
30
19
  };
31
20
  export default ArrivalIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var ArrowDownOutlineIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
@@ -31,6 +20,6 @@ var ArrowDownOutlineIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : 'text-current';
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M7.24889 3.33398C7.24889 2.91977 7.58468 2.58398 7.99889 2.58398C8.41296 2.58416 8.74889 2.91988 8.74889 3.33398V10.8564L12.1346 7.4707C12.4275 7.17781 12.9023 7.17781 13.1952 7.4707C13.4881 7.7636 13.4881 8.23836 13.1952 8.53125L8.52917 13.1973C8.23627 13.4902 7.76151 13.4902 7.46862 13.1973L2.80163 8.53125L2.74987 8.47363C2.50994 8.17912 2.5273 7.74519 2.80163 7.4707C3.07628 7.19605 3.51095 7.1785 3.80553 7.41895L3.86217 7.4707L7.24889 10.8564V3.33398Z", fill: "black" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M7.24889 3.33398C7.24889 2.91977 7.58468 2.58398 7.99889 2.58398C8.41296 2.58416 8.74889 2.91988 8.74889 3.33398V10.8564L12.1346 7.4707C12.4275 7.17781 12.9023 7.17781 13.1952 7.4707C13.4881 7.7636 13.4881 8.23836 13.1952 8.53125L8.52917 13.1973C8.23627 13.4902 7.76151 13.4902 7.46862 13.1973L2.80163 8.53125L2.74987 8.47363C2.50994 8.17912 2.5273 7.74519 2.80163 7.4707C3.07628 7.19605 3.51095 7.1785 3.80553 7.41895L3.86217 7.4707L7.24889 10.8564V3.33398Z", fill: "black" }) }));
35
24
  };
36
25
  export default ArrowDownOutlineIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var ArrowRightOutlineIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? "md" : _b, _c = _a.className, className = _c === void 0 ? "" : _c, color = _a.color;
@@ -31,6 +20,6 @@ var ArrowRightOutlineIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : "text-current";
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M7.46875 2.80358C7.74324 2.52925 8.17716 2.51189 8.47168 2.75182L8.5293 2.80358L13.1953 7.47057C13.4882 7.76346 13.4882 8.23822 13.1953 8.53112L8.5293 13.1971C8.2364 13.49 7.76164 13.49 7.46875 13.1971C7.17586 12.9042 7.17586 12.4295 7.46875 12.1366L10.8545 8.75084H3.33203C2.91793 8.75084 2.58221 8.41491 2.58203 8.00084C2.58203 7.58663 2.91782 7.25084 3.33203 7.25084H10.8545L7.46875 3.86413L7.41699 3.80749C7.17655 3.5129 7.1941 3.07823 7.46875 2.80358Z", fill: "currentColor" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M7.46875 2.80358C7.74324 2.52925 8.17716 2.51189 8.47168 2.75182L8.5293 2.80358L13.1953 7.47057C13.4882 7.76346 13.4882 8.23822 13.1953 8.53112L8.5293 13.1971C8.2364 13.49 7.76164 13.49 7.46875 13.1971C7.17586 12.9042 7.17586 12.4295 7.46875 12.1366L10.8545 8.75084H3.33203C2.91793 8.75084 2.58221 8.41491 2.58203 8.00084C2.58203 7.58663 2.91782 7.25084 3.33203 7.25084H10.8545L7.46875 3.86413L7.41699 3.80749C7.17655 3.5129 7.1941 3.07823 7.46875 2.80358Z", fill: "currentColor" }) }));
35
24
  };
36
25
  export default ArrowRightOutlineIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var BadgeAlertIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
@@ -31,6 +20,6 @@ var BadgeAlertIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : 'text-current';
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M20.9951 11.9999C20.9951 11.4964 20.8687 11.0011 20.627 10.5594C20.3851 10.1177 20.0356 9.74382 19.6113 9.47253C19.2569 9.24585 19.0826 8.82151 19.1748 8.41101C19.2858 7.91752 19.2696 7.40367 19.1289 6.91785C18.9881 6.43206 18.7267 5.98941 18.3691 5.63171C18.0114 5.27399 17.5689 5.01184 17.083 4.87097C16.5971 4.73014 16.0834 4.71511 15.5898 4.82605C15.1792 4.91837 14.7541 4.74315 14.5273 4.38855C14.2561 3.96443 13.883 3.61473 13.4414 3.37292C12.9997 3.13107 12.5036 3.00476 12 3.00476C11.4966 3.00479 11.0011 3.13121 10.5596 3.37292C10.1179 3.61477 9.74393 3.96431 9.47266 4.38855C9.24605 4.74296 8.82161 4.91808 8.41113 4.82605C7.91838 4.71561 7.40595 4.7315 6.9209 4.87195C6.43573 5.01246 5.99328 5.27297 5.63574 5.62976C5.27833 5.98651 5.01649 6.4282 4.875 6.91296C4.73362 7.39766 4.71677 7.9103 4.82617 8.4032C4.91754 8.81478 4.74102 9.23926 4.38477 9.46472C3.95737 9.73521 3.60534 10.1096 3.36133 10.5526C3.11732 10.9958 2.98927 11.494 2.98926 11.9999C2.98926 12.5058 3.1173 13.0039 3.36133 13.4471C3.60533 13.8902 3.95736 14.2645 4.38477 14.535C4.741 14.7605 4.9175 15.185 4.82617 15.5966C4.7167 16.0897 4.73347 16.6029 4.875 17.0878C5.0165 17.5724 5.27844 18.0133 5.63574 18.37C5.99328 18.7268 6.43573 18.9883 6.9209 19.1288C7.40583 19.2692 7.9185 19.2851 8.41113 19.1747L8.56543 19.1522C8.9255 19.1287 9.27556 19.3019 9.47363 19.6132C9.74456 20.0391 10.1191 20.3898 10.5615 20.6327C11.0039 20.8755 11.5003 21.0028 12.0049 21.0028C12.5097 21.0028 13.0068 20.8756 13.4492 20.6327C13.8916 20.3898 14.2652 20.039 14.5361 19.6132C14.7619 19.2582 15.186 19.0826 15.5967 19.1737C16.0898 19.2832 16.603 19.2664 17.0879 19.1249C17.5727 18.9833 18.0144 18.7216 18.3711 18.3641C18.7277 18.0067 18.9884 17.5649 19.1289 17.08C19.2694 16.5948 19.2853 16.0816 19.1748 15.5887C19.0828 15.1783 19.2569 14.7538 19.6113 14.5272C20.0356 14.2559 20.3851 13.882 20.627 13.4403C20.8687 12.9987 20.9951 12.5033 20.9951 11.9999ZM12.0098 14.9999C12.562 14.9999 13.0097 15.4476 13.0098 15.9999C13.0098 16.5522 12.5621 16.9999 12.0098 16.9999H12C11.4478 16.9998 11 16.5521 11 15.9999C11.0001 15.4477 11.4478 15 12 14.9999H12.0098ZM11 11.9999V7.99988C11.0001 7.4477 11.4478 6.99998 12 6.99988C12.5523 6.99988 12.9999 7.44764 13 7.99988V11.9999C13 12.5522 12.5523 12.9999 12 12.9999C11.4478 12.9998 11 12.5521 11 11.9999ZM22.9951 11.9999C22.9951 12.8392 22.784 13.6651 22.3809 14.4012C22.0854 14.9408 21.693 15.4182 21.2266 15.8134C21.2796 16.4247 21.2215 17.0425 21.0498 17.6356C20.8156 18.4442 20.3808 19.1813 19.7861 19.7772C19.1916 20.3729 18.4563 20.8089 17.6484 21.0448C17.0557 21.2178 16.4377 21.2771 15.8262 21.2255C15.4308 21.6943 14.952 22.0886 14.4111 22.3856C13.6738 22.7904 12.8461 23.0028 12.0049 23.0028C11.1637 23.0028 10.336 22.7905 9.59863 22.3856C9.0581 22.0888 8.57976 21.6949 8.18457 21.2264C7.57382 21.2791 6.95675 21.2213 6.36426 21.0497C5.55569 20.8155 4.81951 20.3806 4.22363 19.786C3.62782 19.1914 3.19098 18.4563 2.95508 17.6483C2.78217 17.0559 2.72194 16.4381 2.77344 15.827C2.30313 15.4318 1.90751 14.9525 1.60938 14.411C1.20278 13.6724 0.989258 12.843 0.989258 11.9999C0.989274 11.1567 1.20274 10.3274 1.60938 9.58875C1.90763 9.04703 2.30287 8.56704 2.77344 8.17175C2.72212 7.56114 2.78236 6.94431 2.95508 6.35242C3.19096 5.54429 3.62773 4.8084 4.22363 4.21375C4.81949 3.6192 5.55574 3.18423 6.36426 2.95007C6.95732 2.77833 7.57519 2.71939 8.18652 2.77234C8.5816 2.30622 9.05938 1.9143 9.59863 1.61902C10.3348 1.21596 11.1608 1.00479 12 1.00476C12.8393 1.00476 13.6652 1.21598 14.4014 1.61902C14.9406 1.91427 15.4184 2.30626 15.8135 2.77234C16.4261 2.71894 17.0453 2.7778 17.6396 2.95007C18.4495 3.18481 19.187 3.62049 19.7832 4.21667C20.3794 4.81285 20.815 5.55046 21.0498 6.36023C21.2221 6.9545 21.2799 7.57382 21.2266 8.1864C21.693 8.58158 22.0854 9.05901 22.3809 9.59851C22.7839 10.3347 22.9951 11.1606 22.9951 11.9999Z", fill: "currentColor" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M20.9951 11.9999C20.9951 11.4964 20.8687 11.0011 20.627 10.5594C20.3851 10.1177 20.0356 9.74382 19.6113 9.47253C19.2569 9.24585 19.0826 8.82151 19.1748 8.41101C19.2858 7.91752 19.2696 7.40367 19.1289 6.91785C18.9881 6.43206 18.7267 5.98941 18.3691 5.63171C18.0114 5.27399 17.5689 5.01184 17.083 4.87097C16.5971 4.73014 16.0834 4.71511 15.5898 4.82605C15.1792 4.91837 14.7541 4.74315 14.5273 4.38855C14.2561 3.96443 13.883 3.61473 13.4414 3.37292C12.9997 3.13107 12.5036 3.00476 12 3.00476C11.4966 3.00479 11.0011 3.13121 10.5596 3.37292C10.1179 3.61477 9.74393 3.96431 9.47266 4.38855C9.24605 4.74296 8.82161 4.91808 8.41113 4.82605C7.91838 4.71561 7.40595 4.7315 6.9209 4.87195C6.43573 5.01246 5.99328 5.27297 5.63574 5.62976C5.27833 5.98651 5.01649 6.4282 4.875 6.91296C4.73362 7.39766 4.71677 7.9103 4.82617 8.4032C4.91754 8.81478 4.74102 9.23926 4.38477 9.46472C3.95737 9.73521 3.60534 10.1096 3.36133 10.5526C3.11732 10.9958 2.98927 11.494 2.98926 11.9999C2.98926 12.5058 3.1173 13.0039 3.36133 13.4471C3.60533 13.8902 3.95736 14.2645 4.38477 14.535C4.741 14.7605 4.9175 15.185 4.82617 15.5966C4.7167 16.0897 4.73347 16.6029 4.875 17.0878C5.0165 17.5724 5.27844 18.0133 5.63574 18.37C5.99328 18.7268 6.43573 18.9883 6.9209 19.1288C7.40583 19.2692 7.9185 19.2851 8.41113 19.1747L8.56543 19.1522C8.9255 19.1287 9.27556 19.3019 9.47363 19.6132C9.74456 20.0391 10.1191 20.3898 10.5615 20.6327C11.0039 20.8755 11.5003 21.0028 12.0049 21.0028C12.5097 21.0028 13.0068 20.8756 13.4492 20.6327C13.8916 20.3898 14.2652 20.039 14.5361 19.6132C14.7619 19.2582 15.186 19.0826 15.5967 19.1737C16.0898 19.2832 16.603 19.2664 17.0879 19.1249C17.5727 18.9833 18.0144 18.7216 18.3711 18.3641C18.7277 18.0067 18.9884 17.5649 19.1289 17.08C19.2694 16.5948 19.2853 16.0816 19.1748 15.5887C19.0828 15.1783 19.2569 14.7538 19.6113 14.5272C20.0356 14.2559 20.3851 13.882 20.627 13.4403C20.8687 12.9987 20.9951 12.5033 20.9951 11.9999ZM12.0098 14.9999C12.562 14.9999 13.0097 15.4476 13.0098 15.9999C13.0098 16.5522 12.5621 16.9999 12.0098 16.9999H12C11.4478 16.9998 11 16.5521 11 15.9999C11.0001 15.4477 11.4478 15 12 14.9999H12.0098ZM11 11.9999V7.99988C11.0001 7.4477 11.4478 6.99998 12 6.99988C12.5523 6.99988 12.9999 7.44764 13 7.99988V11.9999C13 12.5522 12.5523 12.9999 12 12.9999C11.4478 12.9998 11 12.5521 11 11.9999ZM22.9951 11.9999C22.9951 12.8392 22.784 13.6651 22.3809 14.4012C22.0854 14.9408 21.693 15.4182 21.2266 15.8134C21.2796 16.4247 21.2215 17.0425 21.0498 17.6356C20.8156 18.4442 20.3808 19.1813 19.7861 19.7772C19.1916 20.3729 18.4563 20.8089 17.6484 21.0448C17.0557 21.2178 16.4377 21.2771 15.8262 21.2255C15.4308 21.6943 14.952 22.0886 14.4111 22.3856C13.6738 22.7904 12.8461 23.0028 12.0049 23.0028C11.1637 23.0028 10.336 22.7905 9.59863 22.3856C9.0581 22.0888 8.57976 21.6949 8.18457 21.2264C7.57382 21.2791 6.95675 21.2213 6.36426 21.0497C5.55569 20.8155 4.81951 20.3806 4.22363 19.786C3.62782 19.1914 3.19098 18.4563 2.95508 17.6483C2.78217 17.0559 2.72194 16.4381 2.77344 15.827C2.30313 15.4318 1.90751 14.9525 1.60938 14.411C1.20278 13.6724 0.989258 12.843 0.989258 11.9999C0.989274 11.1567 1.20274 10.3274 1.60938 9.58875C1.90763 9.04703 2.30287 8.56704 2.77344 8.17175C2.72212 7.56114 2.78236 6.94431 2.95508 6.35242C3.19096 5.54429 3.62773 4.8084 4.22363 4.21375C4.81949 3.6192 5.55574 3.18423 6.36426 2.95007C6.95732 2.77833 7.57519 2.71939 8.18652 2.77234C8.5816 2.30622 9.05938 1.9143 9.59863 1.61902C10.3348 1.21596 11.1608 1.00479 12 1.00476C12.8393 1.00476 13.6652 1.21598 14.4014 1.61902C14.9406 1.91427 15.4184 2.30626 15.8135 2.77234C16.4261 2.71894 17.0453 2.7778 17.6396 2.95007C18.4495 3.18481 19.187 3.62049 19.7832 4.21667C20.3794 4.81285 20.815 5.55046 21.0498 6.36023C21.2221 6.9545 21.2799 7.57382 21.2266 8.1864C21.693 8.58158 22.0854 9.05901 22.3809 9.59851C22.7839 10.3347 22.9951 11.1606 22.9951 11.9999Z", fill: "currentColor" }) }));
35
24
  };
36
25
  export default BadgeAlertIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var BikeIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
@@ -31,6 +20,6 @@ var BikeIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : 'text-current';
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M5.24902 11.666C5.24902 10.7916 4.53949 10.083 3.66504 10.083C2.79074 10.0832 2.08203 10.7917 2.08203 11.666C2.08203 12.5404 2.79074 13.2488 3.66504 13.249C4.53949 13.249 5.24902 12.5405 5.24902 11.666ZM13.915 11.666C13.915 10.7916 13.2065 10.083 12.332 10.083C11.4576 10.083 10.749 10.7916 10.749 11.666C10.749 12.5405 11.4576 13.249 12.332 13.249C13.2065 13.249 13.915 12.5405 13.915 11.666ZM7.24902 11.666V9.64355L5.46875 7.86328C5.31501 7.70954 5.23556 7.49617 5.25098 7.2793C5.26645 7.06252 5.37496 6.86282 5.54883 6.73242L8.21582 4.73242L8.2793 4.68945C8.43242 4.59754 8.61431 4.56331 8.79199 4.59375C8.99515 4.62856 9.17473 4.74549 9.28906 4.91699L10.4004 6.58301H11.332L11.4092 6.58691C11.7871 6.62555 12.082 6.94485 12.082 7.33301C12.0819 7.72104 11.7871 8.04051 11.4092 8.0791L11.332 8.08301H9.99902C9.74841 8.08301 9.51413 7.95745 9.375 7.74902L8.48047 6.4082L7.13965 7.41309L8.5293 8.80273C8.66975 8.94336 8.74902 9.13425 8.74902 9.33301V11.666C8.74902 12.0801 8.41309 12.4158 7.99902 12.416C7.58481 12.416 7.24902 12.0802 7.24902 11.666ZM9.99902 3.24902C9.953 3.24902 9.91504 3.28698 9.91504 3.33301L9.92188 3.36523C9.93455 3.3951 9.96454 3.41602 9.99902 3.41602C10.0333 3.41588 10.0625 3.39494 10.0752 3.36523L10.082 3.33301L10.0752 3.2998C10.0667 3.28012 10.051 3.26424 10.0312 3.25586L9.99902 3.24902ZM6.74902 11.666C6.74902 13.3689 5.36792 14.749 3.66504 14.749C1.96231 14.7488 0.582031 13.3688 0.582031 11.666C0.582031 9.96325 1.96231 8.58318 3.66504 8.58301C5.36792 8.58301 6.74902 9.96314 6.74902 11.666ZM15.415 11.666C15.415 13.3689 14.0349 14.749 12.332 14.749C10.6292 14.749 9.24902 13.3689 9.24902 11.666C9.24902 9.96314 10.6292 8.58301 12.332 8.58301C14.0349 8.58301 15.415 9.96314 15.415 11.666ZM11.415 3.33301C11.4149 4.11515 10.7812 4.74885 9.99902 4.74902C9.26551 4.74902 8.6614 4.19192 8.58887 3.47754L8.58203 3.33301L8.58887 3.1875C8.66155 2.47327 9.26562 1.91602 9.99902 1.91602L10.1436 1.92285C10.8579 1.99538 11.415 2.59949 11.415 3.33301Z", fill: "currentColor" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M5.24902 11.666C5.24902 10.7916 4.53949 10.083 3.66504 10.083C2.79074 10.0832 2.08203 10.7917 2.08203 11.666C2.08203 12.5404 2.79074 13.2488 3.66504 13.249C4.53949 13.249 5.24902 12.5405 5.24902 11.666ZM13.915 11.666C13.915 10.7916 13.2065 10.083 12.332 10.083C11.4576 10.083 10.749 10.7916 10.749 11.666C10.749 12.5405 11.4576 13.249 12.332 13.249C13.2065 13.249 13.915 12.5405 13.915 11.666ZM7.24902 11.666V9.64355L5.46875 7.86328C5.31501 7.70954 5.23556 7.49617 5.25098 7.2793C5.26645 7.06252 5.37496 6.86282 5.54883 6.73242L8.21582 4.73242L8.2793 4.68945C8.43242 4.59754 8.61431 4.56331 8.79199 4.59375C8.99515 4.62856 9.17473 4.74549 9.28906 4.91699L10.4004 6.58301H11.332L11.4092 6.58691C11.7871 6.62555 12.082 6.94485 12.082 7.33301C12.0819 7.72104 11.7871 8.04051 11.4092 8.0791L11.332 8.08301H9.99902C9.74841 8.08301 9.51413 7.95745 9.375 7.74902L8.48047 6.4082L7.13965 7.41309L8.5293 8.80273C8.66975 8.94336 8.74902 9.13425 8.74902 9.33301V11.666C8.74902 12.0801 8.41309 12.4158 7.99902 12.416C7.58481 12.416 7.24902 12.0802 7.24902 11.666ZM9.99902 3.24902C9.953 3.24902 9.91504 3.28698 9.91504 3.33301L9.92188 3.36523C9.93455 3.3951 9.96454 3.41602 9.99902 3.41602C10.0333 3.41588 10.0625 3.39494 10.0752 3.36523L10.082 3.33301L10.0752 3.2998C10.0667 3.28012 10.051 3.26424 10.0312 3.25586L9.99902 3.24902ZM6.74902 11.666C6.74902 13.3689 5.36792 14.749 3.66504 14.749C1.96231 14.7488 0.582031 13.3688 0.582031 11.666C0.582031 9.96325 1.96231 8.58318 3.66504 8.58301C5.36792 8.58301 6.74902 9.96314 6.74902 11.666ZM15.415 11.666C15.415 13.3689 14.0349 14.749 12.332 14.749C10.6292 14.749 9.24902 13.3689 9.24902 11.666C9.24902 9.96314 10.6292 8.58301 12.332 8.58301C14.0349 8.58301 15.415 9.96314 15.415 11.666ZM11.415 3.33301C11.4149 4.11515 10.7812 4.74885 9.99902 4.74902C9.26551 4.74902 8.6614 4.19192 8.58887 3.47754L8.58203 3.33301L8.58887 3.1875C8.66155 2.47327 9.26562 1.91602 9.99902 1.91602L10.1436 1.92285C10.8579 1.99538 11.415 2.59949 11.415 3.33301Z", fill: "currentColor" }) }));
35
24
  };
36
25
  export default BikeIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var BookingIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
@@ -31,6 +20,6 @@ var BookingIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : 'text-current';
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M20.8745 18.1245L11.1245 18.1245L11.1245 19.0005C11.1245 19.2993 11.0808 19.5932 10.9985 19.875L20 19.875C20.232 19.875 20.4541 19.7826 20.6182 19.6187C20.7821 19.4547 20.8744 19.2324 20.8745 19.0005L20.8745 18.1245ZM15.0005 10.875L15.1148 10.8809C15.6822 10.9383 16.1255 11.4174 16.1255 12C16.1255 12.5826 15.6822 13.0617 15.1148 13.1191L15.0005 13.125L9.99952 13.125C9.37842 13.1247 8.87452 12.6212 8.87452 12C8.87452 11.3788 9.37842 10.8753 9.99952 10.875L15.0005 10.875ZM15.0005 6.87451C15.6214 6.87478 16.1252 7.37858 16.1255 7.99951C16.1255 8.62067 15.6216 9.12425 15.0005 9.12451L9.99952 9.12451C9.37842 9.12425 8.87452 8.62067 8.87452 7.99951C8.87478 7.37858 9.37858 6.87478 9.99952 6.87451L15.0005 6.87451ZM4.8755 4.99951C4.87537 4.76774 4.78297 4.5453 4.61915 4.38135C4.45505 4.21725 4.23158 4.125 3.99952 4.125C3.76763 4.12513 3.54533 4.21737 3.38135 4.38135C3.21738 4.54533 3.12514 4.76762 3.12501 4.99951L3.12501 6.87451L4.8755 6.87451L4.8755 4.99951ZM7.12549 19.0005C7.12562 19.2324 7.21786 19.4547 7.38184 19.6187C7.54591 19.7826 7.76805 19.875 8 19.875C8.23195 19.875 8.4541 19.7826 8.61817 19.6187C8.78215 19.4547 8.87439 19.2324 8.87452 19.0005L8.87452 18C8.87452 17.4364 9.09856 16.8956 9.49708 16.4971C9.89559 16.0986 10.4364 15.8745 11 15.8745L17.8745 15.8745L17.8745 4.99951C17.8744 4.76763 17.7822 4.54533 17.6182 4.38135C17.4541 4.21741 17.232 4.125 17 4.125L6.99805 4.125C7.08031 4.4068 7.12545 4.70068 7.1255 4.99951L7.12549 19.0005ZM20.1245 15.8745L21.0005 15.8745C21.5637 15.8746 22.1036 16.099 22.502 16.4971C22.9005 16.8956 23.1245 17.4364 23.1245 18L23.1245 19.0005C23.1244 19.8291 22.7949 20.6235 22.209 21.2095C21.623 21.7954 20.8287 22.125 20 22.125L8 22.125C7.17132 22.125 6.37705 21.7954 5.79102 21.2095C5.20508 20.6235 4.87562 19.8291 4.87549 19.0005L4.87549 9.12451L3.00049 9.12451C2.43691 9.12451 1.89608 8.90047 1.49757 8.50195C1.14899 8.15326 0.933534 7.69634 0.885261 7.20996L0.875007 7.00049L0.875007 4.99951C0.875137 4.17089 1.2046 3.37646 1.79053 2.79053C2.37647 2.20459 3.17089 1.87513 3.99952 1.875L17 1.875C17.8287 1.875 18.623 2.20463 19.209 2.79053C19.7949 3.37647 20.1244 4.17089 20.1245 4.99952L20.1245 15.8745Z", fill: "black" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M20.8745 18.1245L11.1245 18.1245L11.1245 19.0005C11.1245 19.2993 11.0808 19.5932 10.9985 19.875L20 19.875C20.232 19.875 20.4541 19.7826 20.6182 19.6187C20.7821 19.4547 20.8744 19.2324 20.8745 19.0005L20.8745 18.1245ZM15.0005 10.875L15.1148 10.8809C15.6822 10.9383 16.1255 11.4174 16.1255 12C16.1255 12.5826 15.6822 13.0617 15.1148 13.1191L15.0005 13.125L9.99952 13.125C9.37842 13.1247 8.87452 12.6212 8.87452 12C8.87452 11.3788 9.37842 10.8753 9.99952 10.875L15.0005 10.875ZM15.0005 6.87451C15.6214 6.87478 16.1252 7.37858 16.1255 7.99951C16.1255 8.62067 15.6216 9.12425 15.0005 9.12451L9.99952 9.12451C9.37842 9.12425 8.87452 8.62067 8.87452 7.99951C8.87478 7.37858 9.37858 6.87478 9.99952 6.87451L15.0005 6.87451ZM4.8755 4.99951C4.87537 4.76774 4.78297 4.5453 4.61915 4.38135C4.45505 4.21725 4.23158 4.125 3.99952 4.125C3.76763 4.12513 3.54533 4.21737 3.38135 4.38135C3.21738 4.54533 3.12514 4.76762 3.12501 4.99951L3.12501 6.87451L4.8755 6.87451L4.8755 4.99951ZM7.12549 19.0005C7.12562 19.2324 7.21786 19.4547 7.38184 19.6187C7.54591 19.7826 7.76805 19.875 8 19.875C8.23195 19.875 8.4541 19.7826 8.61817 19.6187C8.78215 19.4547 8.87439 19.2324 8.87452 19.0005L8.87452 18C8.87452 17.4364 9.09856 16.8956 9.49708 16.4971C9.89559 16.0986 10.4364 15.8745 11 15.8745L17.8745 15.8745L17.8745 4.99951C17.8744 4.76763 17.7822 4.54533 17.6182 4.38135C17.4541 4.21741 17.232 4.125 17 4.125L6.99805 4.125C7.08031 4.4068 7.12545 4.70068 7.1255 4.99951L7.12549 19.0005ZM20.1245 15.8745L21.0005 15.8745C21.5637 15.8746 22.1036 16.099 22.502 16.4971C22.9005 16.8956 23.1245 17.4364 23.1245 18L23.1245 19.0005C23.1244 19.8291 22.7949 20.6235 22.209 21.2095C21.623 21.7954 20.8287 22.125 20 22.125L8 22.125C7.17132 22.125 6.37705 21.7954 5.79102 21.2095C5.20508 20.6235 4.87562 19.8291 4.87549 19.0005L4.87549 9.12451L3.00049 9.12451C2.43691 9.12451 1.89608 8.90047 1.49757 8.50195C1.14899 8.15326 0.933534 7.69634 0.885261 7.20996L0.875007 7.00049L0.875007 4.99951C0.875137 4.17089 1.2046 3.37646 1.79053 2.79053C2.37647 2.20459 3.17089 1.87513 3.99952 1.875L17 1.875C17.8287 1.875 18.623 2.20463 19.209 2.79053C19.7949 3.37647 20.1244 4.17089 20.1245 4.99952L20.1245 15.8745Z", fill: "black" }) }));
35
24
  };
36
25
  export default BookingIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var Building2OutlineIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? "md" : _b, _c = _a.className, className = _c === void 0 ? "" : _c, color = _a.color;
@@ -31,6 +20,6 @@ var Building2OutlineIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : "text-current";
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13.333 6.75C13.333 6.59529 13.2715 6.44729 13.1621 6.33789C13.0527 6.22849 12.9047 6.16699 12.75 6.16699H12.167V13.333H12.75C12.9047 13.333 13.0527 13.2715 13.1621 13.1621C13.2715 13.0527 13.333 12.9047 13.333 12.75V6.75ZM8.75 10.667L8.82715 10.6709C9.2051 10.7095 9.5 11.0288 9.5 11.417C9.49984 11.805 9.20503 12.1245 8.82715 12.1631L8.75 12.167H6.08301C5.66905 12.1668 5.33318 11.8309 5.33301 11.417C5.33301 11.0029 5.66894 10.6672 6.08301 10.667H8.75ZM8.75 8C9.16421 8 9.5 8.33579 9.5 8.75C9.5 9.16421 9.16421 9.5 8.75 9.5H6.08301C5.66894 9.49982 5.33301 9.1641 5.33301 8.75C5.33301 8.33589 5.66894 8.00018 6.08301 8H8.75ZM8.75 5.33301C9.16411 5.33301 9.49982 5.66894 9.5 6.08301C9.5 6.49722 9.16421 6.83301 8.75 6.83301H6.08301C5.66894 6.83283 5.33301 6.49711 5.33301 6.08301C5.33318 5.66905 5.66905 5.33318 6.08301 5.33301H8.75ZM8.75 2.66699L8.82715 2.6709C9.2051 2.70954 9.5 3.02884 9.5 3.41699C9.49984 3.80502 9.20503 4.12449 8.82715 4.16309L8.75 4.16699H6.08301C5.66905 4.16682 5.33318 3.83095 5.33301 3.41699C5.33301 3.00289 5.66894 2.66717 6.08301 2.66699H8.75ZM1.5 12.75C1.5 12.9046 1.5616 13.0527 1.6709 13.1621C1.78022 13.2714 1.92842 13.3329 2.08301 13.333H2.66699V8.16699H2.08301C1.92842 8.16708 1.78022 8.22857 1.6709 8.33789C1.5616 8.44727 1.5 8.59537 1.5 8.75V12.75ZM10.667 2.08301C10.6669 1.92849 10.6053 1.7802 10.4961 1.6709C10.3867 1.5615 10.2377 1.5 10.083 1.5H4.75C4.59537 1.5 4.44727 1.5616 4.33789 1.6709C4.22857 1.78022 4.16708 1.92842 4.16699 2.08301V13.333H10.667V2.08301ZM12.167 4.66699H12.75C13.3025 4.66699 13.832 4.88664 14.2227 5.27734C14.6134 5.66804 14.833 6.19747 14.833 6.75V12.75C14.833 13.3025 14.6134 13.832 14.2227 14.2227C13.8808 14.5645 13.4329 14.7759 12.9561 14.8232L12.75 14.833H2.08301C1.53059 14.8329 1.00098 14.6133 0.610352 14.2227C0.219753 13.832 0 13.3025 0 12.75V8.75C0 8.19754 0.219753 7.66803 0.610352 7.27734C1.00098 6.88672 1.53059 6.66708 2.08301 6.66699H2.66699V2.08301C2.66708 1.53059 2.88672 1.00098 3.27734 0.610352C3.66803 0.219753 4.19754 0 4.75 0H10.083C10.6355 0 11.1659 0.219651 11.5566 0.610352C11.9472 1.00096 12.1669 1.53067 12.167 2.08301V4.66699Z", fill: "currentColor" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M13.333 6.75C13.333 6.59529 13.2715 6.44729 13.1621 6.33789C13.0527 6.22849 12.9047 6.16699 12.75 6.16699H12.167V13.333H12.75C12.9047 13.333 13.0527 13.2715 13.1621 13.1621C13.2715 13.0527 13.333 12.9047 13.333 12.75V6.75ZM8.75 10.667L8.82715 10.6709C9.2051 10.7095 9.5 11.0288 9.5 11.417C9.49984 11.805 9.20503 12.1245 8.82715 12.1631L8.75 12.167H6.08301C5.66905 12.1668 5.33318 11.8309 5.33301 11.417C5.33301 11.0029 5.66894 10.6672 6.08301 10.667H8.75ZM8.75 8C9.16421 8 9.5 8.33579 9.5 8.75C9.5 9.16421 9.16421 9.5 8.75 9.5H6.08301C5.66894 9.49982 5.33301 9.1641 5.33301 8.75C5.33301 8.33589 5.66894 8.00018 6.08301 8H8.75ZM8.75 5.33301C9.16411 5.33301 9.49982 5.66894 9.5 6.08301C9.5 6.49722 9.16421 6.83301 8.75 6.83301H6.08301C5.66894 6.83283 5.33301 6.49711 5.33301 6.08301C5.33318 5.66905 5.66905 5.33318 6.08301 5.33301H8.75ZM8.75 2.66699L8.82715 2.6709C9.2051 2.70954 9.5 3.02884 9.5 3.41699C9.49984 3.80502 9.20503 4.12449 8.82715 4.16309L8.75 4.16699H6.08301C5.66905 4.16682 5.33318 3.83095 5.33301 3.41699C5.33301 3.00289 5.66894 2.66717 6.08301 2.66699H8.75ZM1.5 12.75C1.5 12.9046 1.5616 13.0527 1.6709 13.1621C1.78022 13.2714 1.92842 13.3329 2.08301 13.333H2.66699V8.16699H2.08301C1.92842 8.16708 1.78022 8.22857 1.6709 8.33789C1.5616 8.44727 1.5 8.59537 1.5 8.75V12.75ZM10.667 2.08301C10.6669 1.92849 10.6053 1.7802 10.4961 1.6709C10.3867 1.5615 10.2377 1.5 10.083 1.5H4.75C4.59537 1.5 4.44727 1.5616 4.33789 1.6709C4.22857 1.78022 4.16708 1.92842 4.16699 2.08301V13.333H10.667V2.08301ZM12.167 4.66699H12.75C13.3025 4.66699 13.832 4.88664 14.2227 5.27734C14.6134 5.66804 14.833 6.19747 14.833 6.75V12.75C14.833 13.3025 14.6134 13.832 14.2227 14.2227C13.8808 14.5645 13.4329 14.7759 12.9561 14.8232L12.75 14.833H2.08301C1.53059 14.8329 1.00098 14.6133 0.610352 14.2227C0.219753 13.832 0 13.3025 0 12.75V8.75C0 8.19754 0.219753 7.66803 0.610352 7.27734C1.00098 6.88672 1.53059 6.66708 2.08301 6.66699H2.66699V2.08301C2.66708 1.53059 2.88672 1.00098 3.27734 0.610352C3.66803 0.219753 4.19754 0 4.75 0H10.083C10.6355 0 11.1659 0.219651 11.5566 0.610352C11.9472 1.00096 12.1669 1.53067 12.167 2.08301V4.66699Z", fill: "currentColor" }) }));
35
24
  };
36
25
  export default Building2OutlineIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var BuildingIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? "md" : _b, _c = _a.className, className = _c === void 0 ? "" : _c, color = _a.color;
@@ -31,6 +20,6 @@ var BuildingIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : "text-current";
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13.916 7.33331C13.916 7.1786 13.8545 7.0306 13.7451 6.9212C13.6357 6.81181 13.4877 6.75031 13.333 6.75031H12.75V13.9163H13.333C13.4877 13.9163 13.6357 13.8548 13.7451 13.7454C13.8545 13.636 13.916 13.488 13.916 13.3333V7.33331ZM9.33301 11.2503L9.41016 11.2542C9.78811 11.2928 10.083 11.6122 10.083 12.0003C10.0828 12.3883 9.78804 12.7078 9.41016 12.7464L9.33301 12.7503H6.66602C6.25206 12.7501 5.91619 12.4143 5.91602 12.0003C5.91602 11.5862 6.25195 11.2505 6.66602 11.2503H9.33301ZM9.33301 8.58331C9.74722 8.58331 10.083 8.9191 10.083 9.33331C10.083 9.74753 9.74722 10.0833 9.33301 10.0833H6.66602C6.25195 10.0831 5.91602 9.74742 5.91602 9.33331C5.91602 8.91921 6.25195 8.58349 6.66602 8.58331H9.33301ZM9.33301 5.91632C9.74711 5.91632 10.0828 6.25226 10.083 6.66632C10.083 7.08053 9.74722 7.41632 9.33301 7.41632H6.66602C6.25195 7.41614 5.91602 7.08043 5.91602 6.66632C5.91619 6.25237 6.25206 5.9165 6.66602 5.91632H9.33301ZM9.33301 3.25031L9.41016 3.25421C9.78811 3.29285 10.083 3.61215 10.083 4.00031C10.0828 4.38834 9.78804 4.7078 9.41016 4.7464L9.33301 4.75031H6.66602C6.25206 4.75013 5.91619 4.41426 5.91602 4.00031C5.91602 3.5862 6.25195 3.25048 6.66602 3.25031H9.33301ZM2.08301 13.3333C2.08301 13.4879 2.14461 13.636 2.25391 13.7454C2.36323 13.8547 2.51142 13.9162 2.66602 13.9163H3.25V8.75031H2.66602C2.51142 8.75039 2.36323 8.81188 2.25391 8.9212C2.14461 9.03058 2.08301 9.17868 2.08301 9.33331V13.3333ZM11.25 2.66632C11.2499 2.51181 11.1883 2.36352 11.0791 2.25421C10.9697 2.14481 10.8207 2.08331 10.666 2.08331H5.33301C5.17837 2.08331 5.03028 2.14492 4.9209 2.25421C4.81158 2.36353 4.75009 2.51173 4.75 2.66632V13.9163H11.25V2.66632ZM12.75 5.25031H13.333C13.8855 5.25031 14.415 5.46996 14.8057 5.86066C15.1964 6.25136 15.416 6.78078 15.416 7.33331V13.3333C15.416 13.8858 15.1964 14.4153 14.8057 14.806C14.4638 15.1478 14.0159 15.3592 13.5391 15.4066L13.333 15.4163H2.66602C2.1136 15.4162 1.58398 15.1966 1.19336 14.806C0.80276 14.4153 0.583008 13.8858 0.583008 13.3333V9.33331C0.583008 8.78086 0.80276 8.25134 1.19336 7.86066C1.58398 7.47003 2.1136 7.25039 2.66602 7.25031H3.25V2.66632C3.25009 2.1139 3.46973 1.58429 3.86035 1.19366C4.25104 0.803066 4.78055 0.583313 5.33301 0.583313H10.666C11.2186 0.583313 11.7489 0.802964 12.1396 1.19366C12.5302 1.58427 12.7499 2.11398 12.75 2.66632V5.25031Z", fill: "currentColor" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M13.916 7.33331C13.916 7.1786 13.8545 7.0306 13.7451 6.9212C13.6357 6.81181 13.4877 6.75031 13.333 6.75031H12.75V13.9163H13.333C13.4877 13.9163 13.6357 13.8548 13.7451 13.7454C13.8545 13.636 13.916 13.488 13.916 13.3333V7.33331ZM9.33301 11.2503L9.41016 11.2542C9.78811 11.2928 10.083 11.6122 10.083 12.0003C10.0828 12.3883 9.78804 12.7078 9.41016 12.7464L9.33301 12.7503H6.66602C6.25206 12.7501 5.91619 12.4143 5.91602 12.0003C5.91602 11.5862 6.25195 11.2505 6.66602 11.2503H9.33301ZM9.33301 8.58331C9.74722 8.58331 10.083 8.9191 10.083 9.33331C10.083 9.74753 9.74722 10.0833 9.33301 10.0833H6.66602C6.25195 10.0831 5.91602 9.74742 5.91602 9.33331C5.91602 8.91921 6.25195 8.58349 6.66602 8.58331H9.33301ZM9.33301 5.91632C9.74711 5.91632 10.0828 6.25226 10.083 6.66632C10.083 7.08053 9.74722 7.41632 9.33301 7.41632H6.66602C6.25195 7.41614 5.91602 7.08043 5.91602 6.66632C5.91619 6.25237 6.25206 5.9165 6.66602 5.91632H9.33301ZM9.33301 3.25031L9.41016 3.25421C9.78811 3.29285 10.083 3.61215 10.083 4.00031C10.0828 4.38834 9.78804 4.7078 9.41016 4.7464L9.33301 4.75031H6.66602C6.25206 4.75013 5.91619 4.41426 5.91602 4.00031C5.91602 3.5862 6.25195 3.25048 6.66602 3.25031H9.33301ZM2.08301 13.3333C2.08301 13.4879 2.14461 13.636 2.25391 13.7454C2.36323 13.8547 2.51142 13.9162 2.66602 13.9163H3.25V8.75031H2.66602C2.51142 8.75039 2.36323 8.81188 2.25391 8.9212C2.14461 9.03058 2.08301 9.17868 2.08301 9.33331V13.3333ZM11.25 2.66632C11.2499 2.51181 11.1883 2.36352 11.0791 2.25421C10.9697 2.14481 10.8207 2.08331 10.666 2.08331H5.33301C5.17837 2.08331 5.03028 2.14492 4.9209 2.25421C4.81158 2.36353 4.75009 2.51173 4.75 2.66632V13.9163H11.25V2.66632ZM12.75 5.25031H13.333C13.8855 5.25031 14.415 5.46996 14.8057 5.86066C15.1964 6.25136 15.416 6.78078 15.416 7.33331V13.3333C15.416 13.8858 15.1964 14.4153 14.8057 14.806C14.4638 15.1478 14.0159 15.3592 13.5391 15.4066L13.333 15.4163H2.66602C2.1136 15.4162 1.58398 15.1966 1.19336 14.806C0.80276 14.4153 0.583008 13.8858 0.583008 13.3333V9.33331C0.583008 8.78086 0.80276 8.25134 1.19336 7.86066C1.58398 7.47003 2.1136 7.25039 2.66602 7.25031H3.25V2.66632C3.25009 2.1139 3.46973 1.58429 3.86035 1.19366C4.25104 0.803066 4.78055 0.583313 5.33301 0.583313H10.666C11.2186 0.583313 11.7489 0.802964 12.1396 1.19366C12.5302 1.58427 12.7499 2.11398 12.75 2.66632V5.25031Z", fill: "currentColor" }) }));
35
24
  };
36
25
  export default BuildingIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  var BusIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
@@ -31,6 +20,6 @@ var BusIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : 'text-current';
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsxs("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("g", __assign({ clipPath: "url(#clip0_7033_40084)" }, { children: _jsx("path", { d: "M12.5821 8.08301H3.41512V11.333C3.41512 11.6552 3.67694 11.917 3.99911 11.917H11.9991C12.3211 11.9168 12.5821 11.6551 12.5821 11.333V8.08301ZM5.33895 9.25L5.41512 9.25391C5.79348 9.29216 6.08895 9.61156 6.08895 10C6.08895 10.3884 5.79348 10.7078 5.41512 10.7461L5.33895 10.75H5.33211C4.9179 10.75 4.58211 10.4142 4.58211 10C4.58211 9.58579 4.9179 9.25 5.33211 9.25H5.33895ZM10.672 9.25C11.0862 9.25 11.422 9.58579 11.422 10C11.422 10.4142 11.0862 10.75 10.672 10.75H10.6651C10.2511 10.7498 9.91512 10.4141 9.91512 10C9.91512 9.5859 10.2511 9.25018 10.6651 9.25H10.672ZM3.99911 2.75C3.67705 2.75 3.4153 3.01099 3.41512 3.33301V6.58301H12.5821V3.33301C12.5819 3.0111 12.321 2.75018 11.9991 2.75H3.99911ZM9.33211 3.25C9.74633 3.25 10.0821 3.58579 10.0821 4C10.0821 4.41421 9.74633 4.75 9.33211 4.75H6.66512C6.25106 4.74982 5.91512 4.41411 5.91512 4C5.91512 3.58589 6.25106 3.25018 6.66512 3.25H9.33211ZM14.0821 11.333C14.0821 12.2187 13.5284 12.973 12.7491 13.2744V14C12.7491 14.4141 12.4132 14.7498 11.9991 14.75C11.5849 14.75 11.2491 14.4142 11.2491 14V13.417H4.74911V14C4.74911 14.4141 4.41317 14.7498 3.99911 14.75C3.58489 14.75 3.24911 14.4142 3.24911 14V13.2754C2.46934 12.9742 1.91512 12.219 1.91512 11.333V5.21387L1.66708 5.33789C1.29669 5.52273 0.846371 5.37226 0.661216 5.00195C0.476074 4.63149 0.626713 4.18131 0.997153 3.99609L1.91512 3.53613V3.33301C1.9153 2.18256 2.84862 1.25 3.99911 1.25H11.9991C13.1494 1.25018 14.0819 2.18267 14.0821 3.33301V3.53613L15.0011 3.99609C15.3714 4.18142 15.5212 4.63156 15.336 5.00195C15.1508 5.37235 14.7006 5.52293 14.3302 5.33789L14.0821 5.21289V11.333Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", __assign({ id: "clip0_7033_40084" }, { children: _jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
23
+ return (_jsxs("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("g", { clipPath: "url(#clip0_7033_40084)", children: _jsx("path", { d: "M12.5821 8.08301H3.41512V11.333C3.41512 11.6552 3.67694 11.917 3.99911 11.917H11.9991C12.3211 11.9168 12.5821 11.6551 12.5821 11.333V8.08301ZM5.33895 9.25L5.41512 9.25391C5.79348 9.29216 6.08895 9.61156 6.08895 10C6.08895 10.3884 5.79348 10.7078 5.41512 10.7461L5.33895 10.75H5.33211C4.9179 10.75 4.58211 10.4142 4.58211 10C4.58211 9.58579 4.9179 9.25 5.33211 9.25H5.33895ZM10.672 9.25C11.0862 9.25 11.422 9.58579 11.422 10C11.422 10.4142 11.0862 10.75 10.672 10.75H10.6651C10.2511 10.7498 9.91512 10.4141 9.91512 10C9.91512 9.5859 10.2511 9.25018 10.6651 9.25H10.672ZM3.99911 2.75C3.67705 2.75 3.4153 3.01099 3.41512 3.33301V6.58301H12.5821V3.33301C12.5819 3.0111 12.321 2.75018 11.9991 2.75H3.99911ZM9.33211 3.25C9.74633 3.25 10.0821 3.58579 10.0821 4C10.0821 4.41421 9.74633 4.75 9.33211 4.75H6.66512C6.25106 4.74982 5.91512 4.41411 5.91512 4C5.91512 3.58589 6.25106 3.25018 6.66512 3.25H9.33211ZM14.0821 11.333C14.0821 12.2187 13.5284 12.973 12.7491 13.2744V14C12.7491 14.4141 12.4132 14.7498 11.9991 14.75C11.5849 14.75 11.2491 14.4142 11.2491 14V13.417H4.74911V14C4.74911 14.4141 4.41317 14.7498 3.99911 14.75C3.58489 14.75 3.24911 14.4142 3.24911 14V13.2754C2.46934 12.9742 1.91512 12.219 1.91512 11.333V5.21387L1.66708 5.33789C1.29669 5.52273 0.846371 5.37226 0.661216 5.00195C0.476074 4.63149 0.626713 4.18131 0.997153 3.99609L1.91512 3.53613V3.33301C1.9153 2.18256 2.84862 1.25 3.99911 1.25H11.9991C13.1494 1.25018 14.0819 2.18267 14.0821 3.33301V3.53613L15.0011 3.99609C15.3714 4.18142 15.5212 4.63156 15.336 5.00195C15.1508 5.37235 14.7006 5.52293 14.3302 5.33789L14.0821 5.21289V11.333Z", fill: "currentColor" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_7033_40084", children: _jsx("rect", { width: "16", height: "16", fill: "white" }) }) })] }));
35
24
  };
36
25
  export default BusIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var Calendar2Icon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? "md" : _b, _c = _a.className, className = _c === void 0 ? "" : _c, color = _a.color;
@@ -31,6 +20,6 @@ var Calendar2Icon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : "text-current";
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13.25 7.41699H2.75V13.334C2.75 13.656 3.01099 13.9168 3.33301 13.917H12.667C12.989 13.9168 13.25 13.656 13.25 13.334V7.41699ZM8.66699 11.251C9.08106 11.2512 9.41699 11.5869 9.41699 12.001C9.41682 12.4149 9.08095 12.7508 8.66699 12.751H4.66699C4.25289 12.751 3.91717 12.415 3.91699 12.001C3.91699 11.5868 4.25278 11.251 4.66699 11.251H8.66699ZM11.3398 11.251L11.417 11.2549C11.795 11.2934 12.0898 11.6128 12.0898 12.001C12.0897 12.3891 11.7949 12.7085 11.417 12.7471L11.3398 12.751H11.333C10.9191 12.7508 10.5832 12.4149 10.583 12.001C10.583 11.5869 10.9189 11.2512 11.333 11.251H11.3398ZM4.67285 8.58398L4.75 8.58789C5.1282 8.62629 5.42285 8.94565 5.42285 9.33398C5.42285 9.72231 5.1282 10.0417 4.75 10.0801L4.67285 10.084H4.66699C4.25278 10.084 3.91699 9.7482 3.91699 9.33398C3.91699 8.91977 4.25278 8.58398 4.66699 8.58398H4.67285ZM11.333 8.58398L11.4102 8.58789C11.7883 8.62636 12.083 8.94571 12.083 9.33398C12.083 9.72226 11.7883 10.0416 11.4102 10.0801L11.333 10.084H7.33301C6.91894 10.0838 6.58301 9.74809 6.58301 9.33398C6.58301 8.91988 6.91894 8.58416 7.33301 8.58398H11.333ZM9.91699 4.00098V3.41699H6.08301V4.00098C6.08283 4.41504 5.74711 4.75098 5.33301 4.75098C4.91905 4.7508 4.58318 4.41493 4.58301 4.00098V3.41699H3.33301C3.01099 3.41717 2.75 3.67892 2.75 4.00098V5.91699H13.25V4.00098C13.25 3.67892 12.989 3.41717 12.667 3.41699H11.417V4.00098C11.4168 4.41493 11.0809 4.7508 10.667 4.75098C10.2529 4.75098 9.91717 4.41504 9.91699 4.00098ZM14.75 13.334C14.75 14.4845 13.8174 15.4168 12.667 15.417H3.33301C2.18256 15.4168 1.25 14.4845 1.25 13.334V4.00098C1.25 2.85049 2.18256 1.91717 3.33301 1.91699H4.58301V1.33398C4.58301 0.919879 4.91894 0.58416 5.33301 0.583984C5.74722 0.583984 6.08301 0.919771 6.08301 1.33398V1.91699H9.91699V1.33398C9.91699 0.919771 10.2528 0.583984 10.667 0.583984C11.0811 0.58416 11.417 0.919879 11.417 1.33398V1.91699H12.667C13.8174 1.91717 14.75 2.85049 14.75 4.00098V13.334Z", fill: "currentColor" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M13.25 7.41699H2.75V13.334C2.75 13.656 3.01099 13.9168 3.33301 13.917H12.667C12.989 13.9168 13.25 13.656 13.25 13.334V7.41699ZM8.66699 11.251C9.08106 11.2512 9.41699 11.5869 9.41699 12.001C9.41682 12.4149 9.08095 12.7508 8.66699 12.751H4.66699C4.25289 12.751 3.91717 12.415 3.91699 12.001C3.91699 11.5868 4.25278 11.251 4.66699 11.251H8.66699ZM11.3398 11.251L11.417 11.2549C11.795 11.2934 12.0898 11.6128 12.0898 12.001C12.0897 12.3891 11.7949 12.7085 11.417 12.7471L11.3398 12.751H11.333C10.9191 12.7508 10.5832 12.4149 10.583 12.001C10.583 11.5869 10.9189 11.2512 11.333 11.251H11.3398ZM4.67285 8.58398L4.75 8.58789C5.1282 8.62629 5.42285 8.94565 5.42285 9.33398C5.42285 9.72231 5.1282 10.0417 4.75 10.0801L4.67285 10.084H4.66699C4.25278 10.084 3.91699 9.7482 3.91699 9.33398C3.91699 8.91977 4.25278 8.58398 4.66699 8.58398H4.67285ZM11.333 8.58398L11.4102 8.58789C11.7883 8.62636 12.083 8.94571 12.083 9.33398C12.083 9.72226 11.7883 10.0416 11.4102 10.0801L11.333 10.084H7.33301C6.91894 10.0838 6.58301 9.74809 6.58301 9.33398C6.58301 8.91988 6.91894 8.58416 7.33301 8.58398H11.333ZM9.91699 4.00098V3.41699H6.08301V4.00098C6.08283 4.41504 5.74711 4.75098 5.33301 4.75098C4.91905 4.7508 4.58318 4.41493 4.58301 4.00098V3.41699H3.33301C3.01099 3.41717 2.75 3.67892 2.75 4.00098V5.91699H13.25V4.00098C13.25 3.67892 12.989 3.41717 12.667 3.41699H11.417V4.00098C11.4168 4.41493 11.0809 4.7508 10.667 4.75098C10.2529 4.75098 9.91717 4.41504 9.91699 4.00098ZM14.75 13.334C14.75 14.4845 13.8174 15.4168 12.667 15.417H3.33301C2.18256 15.4168 1.25 14.4845 1.25 13.334V4.00098C1.25 2.85049 2.18256 1.91717 3.33301 1.91699H4.58301V1.33398C4.58301 0.919879 4.91894 0.58416 5.33301 0.583984C5.74722 0.583984 6.08301 0.919771 6.08301 1.33398V1.91699H9.91699V1.33398C9.91699 0.919771 10.2528 0.583984 10.667 0.583984C11.0811 0.58416 11.417 0.919879 11.417 1.33398V1.91699H12.667C13.8174 1.91717 14.75 2.85049 14.75 4.00098V13.334Z", fill: "currentColor" }) }));
35
24
  };
36
25
  export default Calendar2Icon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var CalendarIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color, _d = _a.defaultColor, defaultColor = _d === void 0 ? '#7F8594' : _d;
@@ -36,6 +25,6 @@ var CalendarIcon = function (_a) {
36
25
  var sizeValues = getSizeValues();
37
26
  var colorClass = color ? "text-".concat(color) : 'text-current';
38
27
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
39
- return (_jsx("svg", __assign({ className: classes, width: sizeValues.width, height: sizeValues.height, viewBox: "0 0 14 15", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M12 6.83301H1.5V12.75C1.5 13.0721 1.76099 13.3328 2.08301 13.333H11.417C11.739 13.3328 12 13.0721 12 12.75V6.83301ZM4.08984 10.667C4.50406 10.667 4.83984 11.0028 4.83984 11.417C4.83967 11.8311 4.50395 12.167 4.08984 12.167H4.08301C3.66905 12.1668 3.33318 11.8309 3.33301 11.417C3.33301 11.0029 3.66894 10.6672 4.08301 10.667H4.08984ZM6.75684 10.667C7.17097 10.6671 7.50684 11.0028 7.50684 11.417C7.50666 11.831 7.17086 12.1669 6.75684 12.167H6.75C6.3359 12.167 6.00018 11.8311 6 11.417C6 11.0028 6.33579 10.667 6.75 10.667H6.75684ZM9.42285 10.667C9.83706 10.667 10.1729 11.0028 10.1729 11.417C10.1727 11.8311 9.83696 12.167 9.42285 12.167H9.41699C9.00289 12.167 8.66717 11.8311 8.66699 11.417C8.66699 11.0028 9.00278 10.667 9.41699 10.667H9.42285ZM4.08984 8L4.16699 8.00391C4.54504 8.04246 4.83984 8.36178 4.83984 8.75C4.83984 9.13822 4.54504 9.45754 4.16699 9.49609L4.08984 9.5H4.08301C3.66894 9.49982 3.33301 9.1641 3.33301 8.75C3.33301 8.33589 3.66894 8.00018 4.08301 8H4.08984ZM6.75684 8L6.83301 8.00391C7.21136 8.04216 7.50684 8.36156 7.50684 8.75C7.50684 9.13844 7.21136 9.45784 6.83301 9.49609L6.75684 9.5H6.75C6.33579 9.5 6 9.16421 6 8.75C6 8.33579 6.33579 8 6.75 8H6.75684ZM9.42285 8L9.5 8.00391C9.8782 8.04231 10.1729 8.36167 10.1729 8.75C10.1729 9.13833 9.8782 9.45769 9.5 9.49609L9.42285 9.5H9.41699C9.00278 9.5 8.66699 9.16421 8.66699 8.75C8.66699 8.33579 9.00278 8 9.41699 8H9.42285ZM8.66699 3.41699V2.83301H4.83301V3.41699C4.83283 3.83106 4.49711 4.16699 4.08301 4.16699C3.66905 4.16682 3.33318 3.83095 3.33301 3.41699V2.83301H2.08301C1.76099 2.83318 1.5 3.09493 1.5 3.41699V5.33301H12V3.41699C12 3.09493 11.739 2.83318 11.417 2.83301H10.167V3.41699C10.1668 3.83095 9.83095 4.16682 9.41699 4.16699C9.00289 4.16699 8.66717 3.83106 8.66699 3.41699ZM13.5 12.75C13.5 13.9005 12.5674 14.8328 11.417 14.833H2.08301C0.932564 14.8328 0 13.9005 0 12.75V3.41699C0 2.26651 0.932564 1.33318 2.08301 1.33301H3.33301V0.75C3.33301 0.335895 3.66894 0.000175955 4.08301 0C4.49722 0 4.83301 0.335786 4.83301 0.75V1.33301H8.66699V0.75C8.66699 0.335786 9.00278 0 9.41699 0C9.83106 0.000175698 10.167 0.335895 10.167 0.75V1.33301H11.417C12.5674 1.33318 13.5 2.26651 13.5 3.41699V12.75Z", fill: "currentColor" }) })));
28
+ return (_jsx("svg", { className: classes, width: sizeValues.width, height: sizeValues.height, viewBox: "0 0 14 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M12 6.83301H1.5V12.75C1.5 13.0721 1.76099 13.3328 2.08301 13.333H11.417C11.739 13.3328 12 13.0721 12 12.75V6.83301ZM4.08984 10.667C4.50406 10.667 4.83984 11.0028 4.83984 11.417C4.83967 11.8311 4.50395 12.167 4.08984 12.167H4.08301C3.66905 12.1668 3.33318 11.8309 3.33301 11.417C3.33301 11.0029 3.66894 10.6672 4.08301 10.667H4.08984ZM6.75684 10.667C7.17097 10.6671 7.50684 11.0028 7.50684 11.417C7.50666 11.831 7.17086 12.1669 6.75684 12.167H6.75C6.3359 12.167 6.00018 11.8311 6 11.417C6 11.0028 6.33579 10.667 6.75 10.667H6.75684ZM9.42285 10.667C9.83706 10.667 10.1729 11.0028 10.1729 11.417C10.1727 11.8311 9.83696 12.167 9.42285 12.167H9.41699C9.00289 12.167 8.66717 11.8311 8.66699 11.417C8.66699 11.0028 9.00278 10.667 9.41699 10.667H9.42285ZM4.08984 8L4.16699 8.00391C4.54504 8.04246 4.83984 8.36178 4.83984 8.75C4.83984 9.13822 4.54504 9.45754 4.16699 9.49609L4.08984 9.5H4.08301C3.66894 9.49982 3.33301 9.1641 3.33301 8.75C3.33301 8.33589 3.66894 8.00018 4.08301 8H4.08984ZM6.75684 8L6.83301 8.00391C7.21136 8.04216 7.50684 8.36156 7.50684 8.75C7.50684 9.13844 7.21136 9.45784 6.83301 9.49609L6.75684 9.5H6.75C6.33579 9.5 6 9.16421 6 8.75C6 8.33579 6.33579 8 6.75 8H6.75684ZM9.42285 8L9.5 8.00391C9.8782 8.04231 10.1729 8.36167 10.1729 8.75C10.1729 9.13833 9.8782 9.45769 9.5 9.49609L9.42285 9.5H9.41699C9.00278 9.5 8.66699 9.16421 8.66699 8.75C8.66699 8.33579 9.00278 8 9.41699 8H9.42285ZM8.66699 3.41699V2.83301H4.83301V3.41699C4.83283 3.83106 4.49711 4.16699 4.08301 4.16699C3.66905 4.16682 3.33318 3.83095 3.33301 3.41699V2.83301H2.08301C1.76099 2.83318 1.5 3.09493 1.5 3.41699V5.33301H12V3.41699C12 3.09493 11.739 2.83318 11.417 2.83301H10.167V3.41699C10.1668 3.83095 9.83095 4.16682 9.41699 4.16699C9.00289 4.16699 8.66717 3.83106 8.66699 3.41699ZM13.5 12.75C13.5 13.9005 12.5674 14.8328 11.417 14.833H2.08301C0.932564 14.8328 0 13.9005 0 12.75V3.41699C0 2.26651 0.932564 1.33318 2.08301 1.33301H3.33301V0.75C3.33301 0.335895 3.66894 0.000175955 4.08301 0C4.49722 0 4.83301 0.335786 4.83301 0.75V1.33301H8.66699V0.75C8.66699 0.335786 9.00278 0 9.41699 0C9.83106 0.000175698 10.167 0.335895 10.167 0.75V1.33301H11.417C12.5674 1.33318 13.5 2.26651 13.5 3.41699V12.75Z", fill: "currentColor" }) }));
40
29
  };
41
30
  export default CalendarIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var CalendarOutlineIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? "md" : _b, _c = _a.className, className = _c === void 0 ? "" : _c, color = _a.color;
@@ -31,6 +20,6 @@ var CalendarOutlineIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : "text-current";
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M20 11H4V20C4 20.5523 4.44771 21 5 21H19C19.5523 21 20 20.5523 20 20V11ZM11 18V15C10.4477 15 10 14.5523 10 14C10 13.4477 10.4477 13 11 13H12C12.5523 13 13 13.4477 13 14V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18ZM15 6V5H9V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V5H5C4.44772 5 4 5.44772 4 6V9H20V6C20 5.44771 19.5523 5 19 5H17V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6ZM22 20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V6C2 4.34315 3.34315 3 5 3H7V2C7 1.44772 7.44772 1 8 1C8.55228 1 9 1.44772 9 2V3H15V2C15 1.44772 15.4477 1 16 1C16.5523 1 17 1.44772 17 2V3H19C20.6569 3 22 4.34315 22 6V20Z", fill: "black" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M20 11H4V20C4 20.5523 4.44771 21 5 21H19C19.5523 21 20 20.5523 20 20V11ZM11 18V15C10.4477 15 10 14.5523 10 14C10 13.4477 10.4477 13 11 13H12C12.5523 13 13 13.4477 13 14V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18ZM15 6V5H9V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V5H5C4.44772 5 4 5.44772 4 6V9H20V6C20 5.44771 19.5523 5 19 5H17V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6ZM22 20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V6C2 4.34315 3.34315 3 5 3H7V2C7 1.44772 7.44772 1 8 1C8.55228 1 9 1.44772 9 2V3H15V2C15 1.44772 15.4477 1 16 1C16.5523 1 17 1.44772 17 2V3H19C20.6569 3 22 4.34315 22 6V20Z", fill: "black" }) }));
35
24
  };
36
25
  export default CalendarOutlineIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  var CalendarRangeOutlineIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? "md" : _b, _c = _a.className, className = _c === void 0 ? "" : _c, color = _a.color;
@@ -31,6 +20,6 @@ var CalendarRangeOutlineIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : "text-current";
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsxs("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M5.33333 2.66667V1.33333C5.33333 0.965143 5.03452 0.666667 4.66667 0.666667C4.29881 0.666667 4 0.965143 4 1.33333V2.66667H2.66667C1.93029 2.66667 1.33333 3.26362 1.33333 4V13.3333C1.33333 14.0697 1.93029 14.6667 2.66667 14.6667H6.66667V13.3333H2.66667V6.66667H13.3333V8H14.6667V4C14.6667 3.26362 14.0697 2.66667 13.3333 2.66667H12V1.33333C12 0.965143 11.7012 0.666667 11.3333 0.666667C10.9655 0.666667 10.6667 0.965143 10.6667 1.33333V2.66667H5.33333ZM2.66667 4H13.3333V5.33333H2.66667V4Z", fill: "currentColor" }), _jsx("path", { d: "M13.3333 9.33333H10.6667C10.2988 9.33333 10 9.63181 10 10V13.3333C10 13.7012 10.2988 14 10.6667 14H13.3333C14.0697 14 14.6667 13.403 14.6667 12.6667V10C14.6667 9.26362 14.0697 8.66667 13.3333 8.66667V9.33333ZM13.3333 10H10.6667V12.6667H13.3333V10Z", fill: "currentColor" })] })));
23
+ return (_jsxs("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M5.33333 2.66667V1.33333C5.33333 0.965143 5.03452 0.666667 4.66667 0.666667C4.29881 0.666667 4 0.965143 4 1.33333V2.66667H2.66667C1.93029 2.66667 1.33333 3.26362 1.33333 4V13.3333C1.33333 14.0697 1.93029 14.6667 2.66667 14.6667H6.66667V13.3333H2.66667V6.66667H13.3333V8H14.6667V4C14.6667 3.26362 14.0697 2.66667 13.3333 2.66667H12V1.33333C12 0.965143 11.7012 0.666667 11.3333 0.666667C10.9655 0.666667 10.6667 0.965143 10.6667 1.33333V2.66667H5.33333ZM2.66667 4H13.3333V5.33333H2.66667V4Z", fill: "currentColor" }), _jsx("path", { d: "M13.3333 9.33333H10.6667C10.2988 9.33333 10 9.63181 10 10V13.3333C10 13.7012 10.2988 14 10.6667 14H13.3333C14.0697 14 14.6667 13.403 14.6667 12.6667V10C14.6667 9.26362 14.0697 8.66667 13.3333 8.66667V9.33333ZM13.3333 10H10.6667V12.6667H13.3333V10Z", fill: "currentColor" })] }));
35
24
  };
36
25
  export default CalendarRangeOutlineIcon;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  var CarFrontIcon = function (_a) {
14
3
  var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
@@ -31,6 +20,6 @@ var CarFrontIcon = function (_a) {
31
20
  var sizeClasses = getSizeClasses();
32
21
  var colorClass = color ? "text-".concat(color) : 'text-current';
33
22
  var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
34
- return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13.2031 7.99961C13.203 7.70518 12.964 7.4668 12.6695 7.4668H3.33672C3.04225 7.4668 2.80327 7.70518 2.80313 7.99961V10.6668C2.80327 10.9612 3.04225 11.1996 3.33672 11.1996H12.6695C12.964 11.1996 13.203 10.9612 13.2031 10.6668V7.99961ZM4.67578 8.5332C5.11761 8.5332 5.47578 8.89138 5.47578 9.3332C5.47578 9.77503 5.11761 10.1332 4.67578 10.1332H4.66953C4.22782 10.1331 3.86953 9.77494 3.86953 9.3332C3.86953 8.89146 4.22782 8.53334 4.66953 8.5332H4.67578ZM11.3422 8.5332C11.784 8.5332 12.1422 8.89138 12.1422 9.3332C12.1422 9.77503 11.784 10.1332 11.3422 10.1332H11.3367C10.8949 10.1332 10.5367 9.77503 10.5367 9.3332C10.5367 8.89138 10.8949 8.5332 11.3367 8.5332H11.3422ZM5.58437 4.1332C5.47588 4.13079 5.36948 4.16169 5.27891 4.22148C5.18821 4.28139 5.1177 4.36743 5.07734 4.46836L4.51797 5.8668H11.482L10.9281 4.50039C10.9254 4.49367 10.9229 4.48687 10.9203 4.48008C10.8826 4.37925 10.8154 4.29195 10.7273 4.23008C10.6612 4.18371 10.5853 4.15307 10.5063 4.14023L10.4258 4.1332H5.58437ZM9.33672 0.533203C9.77843 0.533344 10.1367 0.891462 10.1367 1.3332C10.1367 1.77494 9.77843 2.13306 9.33672 2.1332H6.66953C6.22782 2.13306 5.86953 1.77494 5.86953 1.3332C5.86953 0.891462 6.22782 0.533344 6.66953 0.533203H9.33672ZM14.8031 10.6668C14.803 11.5619 14.2511 12.3268 13.4695 12.6434V13.3332C13.4695 13.775 13.1114 14.1332 12.6695 14.1332C12.2278 14.1331 11.8695 13.7749 11.8695 13.3332V12.7996H4.13672V13.3332C4.13672 13.7749 3.77843 14.1331 3.33672 14.1332C2.89489 14.1332 2.53672 13.775 2.53672 13.3332V12.6434C1.75512 12.3268 1.20323 11.5619 1.20312 10.6668V7.99961C1.2032 7.35893 1.48717 6.78592 1.93437 6.39492L1.4375 5.89883C1.12508 5.58641 1.12508 5.08 1.4375 4.76758C1.74992 4.45516 2.25633 4.45516 2.56875 4.76758L3.04375 5.24258L3.59141 3.87383C3.75283 3.47023 4.03417 3.12591 4.39688 2.88633C4.75454 2.65008 5.17481 2.52705 5.60313 2.5332H10.4414C10.8725 2.53741 11.2923 2.67241 11.6453 2.91992C11.9924 3.16327 12.2587 3.5044 12.4109 3.89961L12.957 5.24727L13.4375 4.76758C13.7499 4.45516 14.2563 4.45516 14.5688 4.76758C14.8812 5.08 14.8812 5.58641 14.5688 5.89883L14.0719 6.39492C14.5191 6.78592 14.803 7.35893 14.8031 7.99961V10.6668Z", fill: "currentColor" }) })));
23
+ return (_jsx("svg", { className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M13.2031 7.99961C13.203 7.70518 12.964 7.4668 12.6695 7.4668H3.33672C3.04225 7.4668 2.80327 7.70518 2.80313 7.99961V10.6668C2.80327 10.9612 3.04225 11.1996 3.33672 11.1996H12.6695C12.964 11.1996 13.203 10.9612 13.2031 10.6668V7.99961ZM4.67578 8.5332C5.11761 8.5332 5.47578 8.89138 5.47578 9.3332C5.47578 9.77503 5.11761 10.1332 4.67578 10.1332H4.66953C4.22782 10.1331 3.86953 9.77494 3.86953 9.3332C3.86953 8.89146 4.22782 8.53334 4.66953 8.5332H4.67578ZM11.3422 8.5332C11.784 8.5332 12.1422 8.89138 12.1422 9.3332C12.1422 9.77503 11.784 10.1332 11.3422 10.1332H11.3367C10.8949 10.1332 10.5367 9.77503 10.5367 9.3332C10.5367 8.89138 10.8949 8.5332 11.3367 8.5332H11.3422ZM5.58437 4.1332C5.47588 4.13079 5.36948 4.16169 5.27891 4.22148C5.18821 4.28139 5.1177 4.36743 5.07734 4.46836L4.51797 5.8668H11.482L10.9281 4.50039C10.9254 4.49367 10.9229 4.48687 10.9203 4.48008C10.8826 4.37925 10.8154 4.29195 10.7273 4.23008C10.6612 4.18371 10.5853 4.15307 10.5063 4.14023L10.4258 4.1332H5.58437ZM9.33672 0.533203C9.77843 0.533344 10.1367 0.891462 10.1367 1.3332C10.1367 1.77494 9.77843 2.13306 9.33672 2.1332H6.66953C6.22782 2.13306 5.86953 1.77494 5.86953 1.3332C5.86953 0.891462 6.22782 0.533344 6.66953 0.533203H9.33672ZM14.8031 10.6668C14.803 11.5619 14.2511 12.3268 13.4695 12.6434V13.3332C13.4695 13.775 13.1114 14.1332 12.6695 14.1332C12.2278 14.1331 11.8695 13.7749 11.8695 13.3332V12.7996H4.13672V13.3332C4.13672 13.7749 3.77843 14.1331 3.33672 14.1332C2.89489 14.1332 2.53672 13.775 2.53672 13.3332V12.6434C1.75512 12.3268 1.20323 11.5619 1.20312 10.6668V7.99961C1.2032 7.35893 1.48717 6.78592 1.93437 6.39492L1.4375 5.89883C1.12508 5.58641 1.12508 5.08 1.4375 4.76758C1.74992 4.45516 2.25633 4.45516 2.56875 4.76758L3.04375 5.24258L3.59141 3.87383C3.75283 3.47023 4.03417 3.12591 4.39688 2.88633C4.75454 2.65008 5.17481 2.52705 5.60313 2.5332H10.4414C10.8725 2.53741 11.2923 2.67241 11.6453 2.91992C11.9924 3.16327 12.2587 3.5044 12.4109 3.89961L12.957 5.24727L13.4375 4.76758C13.7499 4.45516 14.2563 4.45516 14.5688 4.76758C14.8812 5.08 14.8812 5.58641 14.5688 5.89883L14.0719 6.39492C14.5191 6.78592 14.803 7.35893 14.8031 7.99961V10.6668Z", fill: "currentColor" }) }));
35
24
  };
36
25
  export default CarFrontIcon;