@kvdbil/components 14.2.4 → 14.2.6

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 (435) hide show
  1. package/cjs/ColorCard.js +10 -10
  2. package/cjs/ElevationCard.js +5 -5
  3. package/cjs/components/Accordion/index.js +20 -20
  4. package/cjs/components/Badge/index.js +9 -9
  5. package/cjs/components/Breadcrumbs/BreadcrumbsItem.js +10 -10
  6. package/cjs/components/Breadcrumbs/index.js +2 -2
  7. package/cjs/components/Button/index.js +22 -22
  8. package/cjs/components/Button/styles.js +23 -23
  9. package/cjs/components/Card/index.js +9 -9
  10. package/cjs/components/CheckBox/index.js +24 -24
  11. package/cjs/components/Chip/index.js +23 -23
  12. package/cjs/components/Chip/styles.js +1 -1
  13. package/cjs/components/DayPicker/DayPickerNavBar.js +7 -7
  14. package/cjs/components/DayPicker/index.js +4 -4
  15. package/cjs/components/DayPicker/localeUtils.js +1 -1
  16. package/cjs/components/DayPicker/style.js +23 -23
  17. package/cjs/components/Dialog/index.js +4 -4
  18. package/cjs/components/EditRow/index.js +14 -14
  19. package/cjs/components/ErrorMessage/index.js +6 -6
  20. package/cjs/components/FieldLabel.js +21 -21
  21. package/cjs/components/Flex/index.js +11 -11
  22. package/cjs/components/Hero/index.js +36 -36
  23. package/cjs/components/Icon/index.js +11 -11
  24. package/cjs/components/IconButton.js +13 -13
  25. package/cjs/components/Icons/Arrow.js +1 -1
  26. package/cjs/components/Icons/CheckCircle.js +1 -1
  27. package/cjs/components/Icons/CheckIcon.js +1 -1
  28. package/cjs/components/Icons/Close.js +1 -1
  29. package/cjs/components/Icons/ErrorCircle.js +1 -1
  30. package/cjs/components/Icons/InfoCircle.js +1 -1
  31. package/cjs/components/ListItem/Bacon.js +1 -1
  32. package/cjs/components/ListItem/index.js +7 -7
  33. package/cjs/components/Logo/LogoEn.js +1 -1
  34. package/cjs/components/Logo/LogoSv.js +1 -1
  35. package/cjs/components/Logo/index.js +3 -3
  36. package/cjs/components/MenuItem/index.js +22 -22
  37. package/cjs/components/Message/index.js +16 -16
  38. package/cjs/components/Modal/index.js +10 -10
  39. package/cjs/components/NotificationButton/index.js +4 -4
  40. package/cjs/components/OffCanvas/Overlay.js +2 -2
  41. package/cjs/components/OffCanvas/index.js +20 -20
  42. package/cjs/components/OffCanvas/useClickOutside.js +1 -1
  43. package/cjs/components/RadioButton/index.js +25 -25
  44. package/cjs/components/RegistrationPlate/EuFlagIcon.js +1 -1
  45. package/cjs/components/RegistrationPlate/index.js +14 -14
  46. package/cjs/components/Select/components/test-icon.js +1 -1
  47. package/cjs/components/Select/index.js +16 -16
  48. package/cjs/components/Snackbar/index.js +22 -22
  49. package/cjs/components/Spacer/index.js +7 -7
  50. package/cjs/components/Spinner/index.js +10 -10
  51. package/cjs/components/SpinnerThin/index.js +16 -16
  52. package/cjs/components/Stack/index.js +1 -1
  53. package/cjs/components/Stamp/index.js +1 -1
  54. package/cjs/components/Stepper/index.js +32 -32
  55. package/cjs/components/StepperAccordion/index.js +23 -23
  56. package/cjs/components/Table/index.js +11 -11
  57. package/cjs/components/Tabs/Tab.js +5 -5
  58. package/cjs/components/Tabs/Tabs.js +11 -11
  59. package/cjs/components/TextArea/index.js +33 -33
  60. package/cjs/components/Textfield/index.js +32 -32
  61. package/cjs/components/TimePicker/index.js +2 -2
  62. package/cjs/components/TimePicker/testHelper.js +1 -1
  63. package/cjs/components/Toggle/index.js +12 -12
  64. package/cjs/components/ToggleArrow/index.js +3 -3
  65. package/cjs/components/ValuationRange/index.js +17 -17
  66. package/cjs/hooks/useDynamicScript.js +1 -1
  67. package/cjs/icons/components/AddIcon.js +1 -1
  68. package/cjs/icons/components/AlertIcon.js +1 -1
  69. package/cjs/icons/components/ArrowDownIcon.js +1 -1
  70. package/cjs/icons/components/ArrowLeftIcon.js +1 -1
  71. package/cjs/icons/components/ArrowRightIcon.js +1 -1
  72. package/cjs/icons/components/ArrowUpIcon.js +1 -1
  73. package/cjs/icons/components/AtvIcon.js +1 -1
  74. package/cjs/icons/components/AuctionIcon.js +1 -1
  75. package/cjs/icons/components/BackIcon.js +1 -1
  76. package/cjs/icons/components/BankidIcon.js +1 -1
  77. package/cjs/icons/components/BidIcon.js +1 -1
  78. package/cjs/icons/components/BodyIcon.js +1 -1
  79. package/cjs/icons/components/BreaksIcon.js +1 -1
  80. package/cjs/icons/components/CabIcon.js +1 -1
  81. package/cjs/icons/components/CalendarIcon.js +1 -1
  82. package/cjs/icons/components/CameraIcon.js +1 -1
  83. package/cjs/icons/components/CamperIcon.js +1 -1
  84. package/cjs/icons/components/CancelCircleIcon.js +1 -1
  85. package/cjs/icons/components/CancelIcon.js +1 -1
  86. package/cjs/icons/components/CarIcon.js +1 -1
  87. package/cjs/icons/components/CarServiceIcon.js +1 -1
  88. package/cjs/icons/components/CaravanIcon.js +1 -1
  89. package/cjs/icons/components/CertifiedIcon.js +1 -1
  90. package/cjs/icons/components/ChatIcon.js +1 -1
  91. package/cjs/icons/components/CheckCircleIcon.js +1 -1
  92. package/cjs/icons/components/CheckFilledIcon.js +1 -1
  93. package/cjs/icons/components/CheckIcon.js +1 -1
  94. package/cjs/icons/components/CheckmarkIcon.js +1 -1
  95. package/cjs/icons/components/ClockIcon.js +1 -1
  96. package/cjs/icons/components/CloseIcon.js +1 -1
  97. package/cjs/icons/components/CommentFilledIcon.js +1 -1
  98. package/cjs/icons/components/CommentIcon.js +1 -1
  99. package/cjs/icons/components/ConditioningIcon.js +1 -1
  100. package/cjs/icons/components/ContactIcon.js +1 -1
  101. package/cjs/icons/components/ControlNumberIcon.js +1 -1
  102. package/cjs/icons/components/CopyIcon.js +1 -1
  103. package/cjs/icons/components/CountdownIcon.js +1 -1
  104. package/cjs/icons/components/CoupeIcon.js +1 -1
  105. package/cjs/icons/components/CraneIcon.js +1 -1
  106. package/cjs/icons/components/CupIcon.js +1 -1
  107. package/cjs/icons/components/DeleteIcon.js +1 -1
  108. package/cjs/icons/components/DisplayIcon.js +1 -1
  109. package/cjs/icons/components/DocumentIcon.js +1 -1
  110. package/cjs/icons/components/DownloadIcon.js +1 -1
  111. package/cjs/icons/components/EcoIcon.js +1 -1
  112. package/cjs/icons/components/EditIcon.js +1 -1
  113. package/cjs/icons/components/EngineIcon.js +1 -1
  114. package/cjs/icons/components/ErrorFilledIcon.js +1 -1
  115. package/cjs/icons/components/ErrorIcon.js +1 -1
  116. package/cjs/icons/components/EstoniaFlagIcon.js +1 -1
  117. package/cjs/icons/components/ExportIcon.js +1 -1
  118. package/cjs/icons/components/FacebookIcon.js +1 -1
  119. package/cjs/icons/components/FacilityIcon.js +1 -1
  120. package/cjs/icons/components/FavouriteFilledIcon.js +1 -1
  121. package/cjs/icons/components/FavouriteIcon.js +1 -1
  122. package/cjs/icons/components/FigmaIcon.js +1 -1
  123. package/cjs/icons/components/FilterIcon.js +1 -1
  124. package/cjs/icons/components/FinanceIcon.js +1 -1
  125. package/cjs/icons/components/FinlandFlagIcon.js +1 -1
  126. package/cjs/icons/components/FirstIcon.js +1 -1
  127. package/cjs/icons/components/FixedPriceIcon.js +1 -1
  128. package/cjs/icons/components/FuelIcon.js +1 -1
  129. package/cjs/icons/components/GearboxIcon.js +1 -1
  130. package/cjs/icons/components/GetPaidIcon.js +1 -1
  131. package/cjs/icons/components/GridViewIcon.js +1 -1
  132. package/cjs/icons/components/HatchbackIcon.js +1 -1
  133. package/cjs/icons/components/HelpIcon.js +1 -1
  134. package/cjs/icons/components/HistoryIcon.js +1 -1
  135. package/cjs/icons/components/HomeDeliveryIcon.js +1 -1
  136. package/cjs/icons/components/IdIcon.js +1 -1
  137. package/cjs/icons/components/ImageIcon.js +1 -1
  138. package/cjs/icons/components/InfoIcon.js +1 -1
  139. package/cjs/icons/components/InstagramIcon.js +1 -1
  140. package/cjs/icons/components/InsuranceIcon.js +1 -1
  141. package/cjs/icons/components/InteriorIcon.js +1 -1
  142. package/cjs/icons/components/KvdIcon.js +1 -1
  143. package/cjs/icons/components/KvdTestIcon.js +1 -1
  144. package/cjs/icons/components/KvdproIcon.js +1 -1
  145. package/cjs/icons/components/LastIcon.js +1 -1
  146. package/cjs/icons/components/LeaderIcon.js +1 -1
  147. package/cjs/icons/components/LinkedinIcon.js +1 -1
  148. package/cjs/icons/components/ListViewIcon.js +1 -1
  149. package/cjs/icons/components/LocationIcon.js +1 -1
  150. package/cjs/icons/components/MailIcon.js +1 -1
  151. package/cjs/icons/components/MenuIcon.js +1 -1
  152. package/cjs/icons/components/MileageIcon.js +1 -1
  153. package/cjs/icons/components/MinivanIcon.js +1 -1
  154. package/cjs/icons/components/ModelYearIcon.js +1 -1
  155. package/cjs/icons/components/MoreIcon.js +1 -1
  156. package/cjs/icons/components/MotorbikeIcon.js +1 -1
  157. package/cjs/icons/components/NavigationIcon.js +1 -1
  158. package/cjs/icons/components/NewIcon.js +1 -1
  159. package/cjs/icons/components/NextFilledIcon.js +1 -1
  160. package/cjs/icons/components/NextIcon.js +1 -1
  161. package/cjs/icons/components/NotificationIcon.js +1 -1
  162. package/cjs/icons/components/OpenInNewIcon.js +1 -1
  163. package/cjs/icons/components/PayementIcon.js +1 -1
  164. package/cjs/icons/components/PercentIcon.js +1 -1
  165. package/cjs/icons/components/PhoneIcon.js +1 -1
  166. package/cjs/icons/components/PickUpIcon.js +1 -1
  167. package/cjs/icons/components/Pickup.js +1 -1
  168. package/cjs/icons/components/PlayIcon.js +1 -1
  169. package/cjs/icons/components/PolandFlagIcon.js +1 -1
  170. package/cjs/icons/components/PreviousFilledIcon.js +1 -1
  171. package/cjs/icons/components/PreviousIcon.js +1 -1
  172. package/cjs/icons/components/PrintIcon.js +1 -1
  173. package/cjs/icons/components/QuoteIcon.js +1 -1
  174. package/cjs/icons/components/RatingIcon.js +1 -1
  175. package/cjs/icons/components/ReleasingIcon.js +1 -1
  176. package/cjs/icons/components/ReorderIcon.js +1 -1
  177. package/cjs/icons/components/RestartIcon.js +1 -1
  178. package/cjs/icons/components/SalesOfferIcon.js +1 -1
  179. package/cjs/icons/components/SavedSearchIcon.js +1 -1
  180. package/cjs/icons/components/ScheduleIcon.js +1 -1
  181. package/cjs/icons/components/SearchIcon.js +1 -1
  182. package/cjs/icons/components/SedanIcon.js +1 -1
  183. package/cjs/icons/components/SellFilledIcon.js +1 -1
  184. package/cjs/icons/components/SellIcon.js +1 -1
  185. package/cjs/icons/components/SettingsIcon.js +1 -1
  186. package/cjs/icons/components/ShareIcon.js +1 -1
  187. package/cjs/icons/components/ShowLessIcon.js +1 -1
  188. package/cjs/icons/components/ShowMoreIcon.js +1 -1
  189. package/cjs/icons/components/SignInIcon.js +1 -1
  190. package/cjs/icons/components/SignOutIcon.js +1 -1
  191. package/cjs/icons/components/SlackIcon.js +1 -1
  192. package/cjs/icons/components/SmartphoneIcon.js +1 -1
  193. package/cjs/icons/components/SmileIcon.js +1 -1
  194. package/cjs/icons/components/SnowmobileIcon.js +1 -1
  195. package/cjs/icons/components/SortColumnIcon.js +1 -1
  196. package/cjs/icons/components/SortIcon.js +1 -1
  197. package/cjs/icons/components/StorageIcon.js +1 -1
  198. package/cjs/icons/components/StoreIcon.js +1 -1
  199. package/cjs/icons/components/SuvIcon.js +1 -1
  200. package/cjs/icons/components/SwedishFlagIcon.js +1 -1
  201. package/cjs/icons/components/ThreeSixtyIcon.js +1 -1
  202. package/cjs/icons/components/TractorIcon.js +1 -1
  203. package/cjs/icons/components/TrailerIcon.js +1 -1
  204. package/cjs/icons/components/TransportIcon.js +1 -1
  205. package/cjs/icons/components/TruckIcon.js +1 -1
  206. package/cjs/icons/components/TwitterIcon.js +1 -1
  207. package/cjs/icons/components/TyresIcon.js +1 -1
  208. package/cjs/icons/components/UnitedKingdomFlagIcon.js +1 -1
  209. package/cjs/icons/components/UploadIcon.js +1 -1
  210. package/cjs/icons/components/UserIcon.js +1 -1
  211. package/cjs/icons/components/ValuationIcon.js +1 -1
  212. package/cjs/icons/components/VanIcon.js +1 -1
  213. package/cjs/icons/components/VersionIcon.js +1 -1
  214. package/cjs/icons/components/ViewsIcon.js +1 -1
  215. package/cjs/icons/components/WagonIcon.js +1 -1
  216. package/cjs/icons/components/WarningIcon.js +1 -1
  217. package/cjs/icons/components/WarrantyIcon.js +1 -1
  218. package/cjs/icons/components/YoutubeIcon.js +1 -1
  219. package/cjs/icons/components/index.js +1 -1
  220. package/cjs/index.js +1 -1
  221. package/cjs/shared/helpers.js +1 -1
  222. package/cjs/shared/media-queries.js +1 -1
  223. package/cjs/typography/BodyText/index.js +39 -39
  224. package/cjs/typography/ButtonText/index.js +20 -20
  225. package/cjs/typography/Heading/index.js +47 -47
  226. package/cjs/utils/utils.js +2 -2
  227. package/esm/ColorCard.js +10 -10
  228. package/esm/ElevationCard.js +5 -5
  229. package/esm/components/Accordion/index.js +4 -4
  230. package/esm/components/Badge/index.js +6 -6
  231. package/esm/components/Breadcrumbs/BreadcrumbsItem.js +6 -6
  232. package/esm/components/Breadcrumbs/index.js +2 -2
  233. package/esm/components/Button/index.js +19 -19
  234. package/esm/components/Button/styles.js +8 -8
  235. package/esm/components/Card/index.js +9 -9
  236. package/esm/components/CheckBox/index.js +18 -18
  237. package/esm/components/Chip/index.js +14 -14
  238. package/esm/components/Chip/styles.js +1 -1
  239. package/esm/components/DayPicker/DayPickerNavBar.js +8 -8
  240. package/esm/components/DayPicker/index.js +2 -2
  241. package/esm/components/DayPicker/localeUtils.js +1 -1
  242. package/esm/components/Dialog/index.js +3 -3
  243. package/esm/components/EditRow/index.js +12 -12
  244. package/esm/components/ErrorMessage/index.js +6 -6
  245. package/esm/components/FieldLabel.js +20 -20
  246. package/esm/components/Flex/index.js +11 -11
  247. package/esm/components/Hero/index.js +17 -17
  248. package/esm/components/Icon/index.js +7 -7
  249. package/esm/components/IconButton.js +10 -10
  250. package/esm/components/Icons/Arrow.js +1 -1
  251. package/esm/components/Icons/CheckCircle.js +1 -1
  252. package/esm/components/Icons/Close.js +1 -1
  253. package/esm/components/Icons/ErrorCircle.js +1 -1
  254. package/esm/components/Icons/InfoCircle.js +1 -1
  255. package/esm/components/ListItem/index.js +5 -5
  256. package/esm/components/Logo/index.js +2 -2
  257. package/esm/components/MenuItem/index.js +8 -8
  258. package/esm/components/Message/index.js +11 -11
  259. package/esm/components/Modal/index.js +4 -4
  260. package/esm/components/NotificationButton/index.js +3 -3
  261. package/esm/components/OffCanvas/Overlay.js +2 -2
  262. package/esm/components/OffCanvas/index.js +6 -6
  263. package/esm/components/OffCanvas/useClickOutside.js +1 -1
  264. package/esm/components/RadioButton/index.js +21 -21
  265. package/esm/components/RegistrationPlate/index.js +13 -13
  266. package/esm/components/Select/index.js +6 -6
  267. package/esm/components/Snackbar/index.js +13 -13
  268. package/esm/components/Spacer/index.js +5 -5
  269. package/esm/components/Spinner/index.js +9 -9
  270. package/esm/components/SpinnerThin/index.js +7 -7
  271. package/esm/components/Stack/index.js +1 -1
  272. package/esm/components/Stamp/index.js +1 -1
  273. package/esm/components/Stepper/index.js +23 -23
  274. package/esm/components/StepperAccordion/index.js +18 -18
  275. package/esm/components/Table/index.js +5 -5
  276. package/esm/components/Tabs/Tab.js +5 -5
  277. package/esm/components/Tabs/Tabs.js +11 -11
  278. package/esm/components/Tabs/index.js +1 -1
  279. package/esm/components/TextArea/index.js +26 -26
  280. package/esm/components/Textfield/index.js +16 -16
  281. package/esm/components/TimePicker/index.js +2 -2
  282. package/esm/components/TimePicker/testHelper.js +1 -1
  283. package/esm/components/Toggle/index.js +4 -4
  284. package/esm/components/ToggleArrow/index.js +2 -2
  285. package/esm/components/ValuationRange/index.js +15 -15
  286. package/esm/hooks/useDynamicScript.js +1 -1
  287. package/esm/icons/components/AddIcon.js +1 -1
  288. package/esm/icons/components/AlertIcon.js +1 -1
  289. package/esm/icons/components/ArrowDownIcon.js +1 -1
  290. package/esm/icons/components/ArrowLeftIcon.js +1 -1
  291. package/esm/icons/components/ArrowRightIcon.js +1 -1
  292. package/esm/icons/components/ArrowUpIcon.js +1 -1
  293. package/esm/icons/components/AtvIcon.js +1 -1
  294. package/esm/icons/components/AuctionIcon.js +1 -1
  295. package/esm/icons/components/BackIcon.js +1 -1
  296. package/esm/icons/components/BankidIcon.js +1 -1
  297. package/esm/icons/components/BidIcon.js +1 -1
  298. package/esm/icons/components/BreaksIcon.js +1 -1
  299. package/esm/icons/components/CabIcon.js +1 -1
  300. package/esm/icons/components/CalendarIcon.js +1 -1
  301. package/esm/icons/components/CameraIcon.js +1 -1
  302. package/esm/icons/components/CamperIcon.js +1 -1
  303. package/esm/icons/components/CancelCircleIcon.js +1 -1
  304. package/esm/icons/components/CancelIcon.js +1 -1
  305. package/esm/icons/components/CarIcon.js +1 -1
  306. package/esm/icons/components/CarServiceIcon.js +1 -1
  307. package/esm/icons/components/CaravanIcon.js +1 -1
  308. package/esm/icons/components/CertifiedIcon.js +1 -1
  309. package/esm/icons/components/ChatIcon.js +1 -1
  310. package/esm/icons/components/CheckCircleIcon.js +1 -1
  311. package/esm/icons/components/CheckFilledIcon.js +1 -1
  312. package/esm/icons/components/CheckIcon.js +1 -1
  313. package/esm/icons/components/CheckmarkIcon.js +1 -1
  314. package/esm/icons/components/CloseIcon.js +1 -1
  315. package/esm/icons/components/CommentFilledIcon.js +1 -1
  316. package/esm/icons/components/CommentIcon.js +1 -1
  317. package/esm/icons/components/ConditioningIcon.js +1 -1
  318. package/esm/icons/components/ContactIcon.js +1 -1
  319. package/esm/icons/components/ControlNumberIcon.js +1 -1
  320. package/esm/icons/components/CoupeIcon.js +1 -1
  321. package/esm/icons/components/CraneIcon.js +1 -1
  322. package/esm/icons/components/CupIcon.js +1 -1
  323. package/esm/icons/components/DeleteIcon.js +1 -1
  324. package/esm/icons/components/DisplayIcon.js +1 -1
  325. package/esm/icons/components/DocumentIcon.js +1 -1
  326. package/esm/icons/components/DownloadIcon.js +1 -1
  327. package/esm/icons/components/EcoIcon.js +1 -1
  328. package/esm/icons/components/EditIcon.js +1 -1
  329. package/esm/icons/components/EngineIcon.js +1 -1
  330. package/esm/icons/components/ErrorFilledIcon.js +1 -1
  331. package/esm/icons/components/ErrorIcon.js +1 -1
  332. package/esm/icons/components/EstoniaFlagIcon.js +1 -1
  333. package/esm/icons/components/FacebookIcon.js +1 -1
  334. package/esm/icons/components/FavouriteFilledIcon.js +1 -1
  335. package/esm/icons/components/FavouriteIcon.js +1 -1
  336. package/esm/icons/components/FigmaIcon.js +1 -1
  337. package/esm/icons/components/FilterIcon.js +1 -1
  338. package/esm/icons/components/FinanceIcon.js +1 -1
  339. package/esm/icons/components/FinlandFlagIcon.js +1 -1
  340. package/esm/icons/components/FirstIcon.js +1 -1
  341. package/esm/icons/components/FixedPriceIcon.js +1 -1
  342. package/esm/icons/components/FuelIcon.js +1 -1
  343. package/esm/icons/components/GearboxIcon.js +1 -1
  344. package/esm/icons/components/GetPaidIcon.js +1 -1
  345. package/esm/icons/components/GridViewIcon.js +1 -1
  346. package/esm/icons/components/HatchbackIcon.js +1 -1
  347. package/esm/icons/components/HelpIcon.js +1 -1
  348. package/esm/icons/components/HistoryIcon.js +1 -1
  349. package/esm/icons/components/HomeDeliveryIcon.js +1 -1
  350. package/esm/icons/components/IdIcon.js +1 -1
  351. package/esm/icons/components/ImageIcon.js +1 -1
  352. package/esm/icons/components/InfoIcon.js +1 -1
  353. package/esm/icons/components/InsuranceIcon.js +1 -1
  354. package/esm/icons/components/InteriorIcon.js +1 -1
  355. package/esm/icons/components/KvdIcon.js +1 -1
  356. package/esm/icons/components/KvdTestIcon.js +1 -1
  357. package/esm/icons/components/KvdproIcon.js +1 -1
  358. package/esm/icons/components/LastIcon.js +1 -1
  359. package/esm/icons/components/LeaderIcon.js +1 -1
  360. package/esm/icons/components/LinkedinIcon.js +1 -1
  361. package/esm/icons/components/ListViewIcon.js +1 -1
  362. package/esm/icons/components/LocationIcon.js +1 -1
  363. package/esm/icons/components/MailIcon.js +1 -1
  364. package/esm/icons/components/MenuIcon.js +1 -1
  365. package/esm/icons/components/MileageIcon.js +1 -1
  366. package/esm/icons/components/MinivanIcon.js +1 -1
  367. package/esm/icons/components/ModelYearIcon.js +1 -1
  368. package/esm/icons/components/MoreIcon.js +1 -1
  369. package/esm/icons/components/MotorbikeIcon.js +1 -1
  370. package/esm/icons/components/NavigationIcon.js +1 -1
  371. package/esm/icons/components/NewIcon.js +1 -1
  372. package/esm/icons/components/NextFilledIcon.js +1 -1
  373. package/esm/icons/components/NotificationIcon.js +1 -1
  374. package/esm/icons/components/OpenInNewIcon.js +1 -1
  375. package/esm/icons/components/PayementIcon.js +1 -1
  376. package/esm/icons/components/PhoneIcon.js +1 -1
  377. package/esm/icons/components/PickUpIcon.js +1 -1
  378. package/esm/icons/components/Pickup.js +1 -1
  379. package/esm/icons/components/PlayIcon.js +1 -1
  380. package/esm/icons/components/PolandFlagIcon.js +1 -1
  381. package/esm/icons/components/PreviousFilledIcon.js +1 -1
  382. package/esm/icons/components/PreviousIcon.js +1 -1
  383. package/esm/icons/components/QuoteIcon.js +1 -1
  384. package/esm/icons/components/RatingIcon.js +1 -1
  385. package/esm/icons/components/ReleasingIcon.js +1 -1
  386. package/esm/icons/components/ReorderIcon.js +1 -1
  387. package/esm/icons/components/RestartIcon.js +1 -1
  388. package/esm/icons/components/SalesOfferIcon.js +1 -1
  389. package/esm/icons/components/SavedSearchIcon.js +1 -1
  390. package/esm/icons/components/SearchIcon.js +1 -1
  391. package/esm/icons/components/SedanIcon.js +1 -1
  392. package/esm/icons/components/SellFilledIcon.js +1 -1
  393. package/esm/icons/components/SellIcon.js +1 -1
  394. package/esm/icons/components/SettingsIcon.js +1 -1
  395. package/esm/icons/components/ShareIcon.js +1 -1
  396. package/esm/icons/components/ShowLessIcon.js +1 -1
  397. package/esm/icons/components/ShowMoreIcon.js +1 -1
  398. package/esm/icons/components/SignInIcon.js +1 -1
  399. package/esm/icons/components/SignOutIcon.js +1 -1
  400. package/esm/icons/components/SlackIcon.js +1 -1
  401. package/esm/icons/components/SmartphoneIcon.js +1 -1
  402. package/esm/icons/components/SmileIcon.js +1 -1
  403. package/esm/icons/components/SnowmobileIcon.js +1 -1
  404. package/esm/icons/components/SortColumnIcon.js +1 -1
  405. package/esm/icons/components/SortIcon.js +1 -1
  406. package/esm/icons/components/StorageIcon.js +1 -1
  407. package/esm/icons/components/StoreIcon.js +1 -1
  408. package/esm/icons/components/SuvIcon.js +1 -1
  409. package/esm/icons/components/SwedishFlagIcon.js +1 -1
  410. package/esm/icons/components/ThreeSixtyIcon.js +1 -1
  411. package/esm/icons/components/TrailerIcon.js +1 -1
  412. package/esm/icons/components/TransportIcon.js +1 -1
  413. package/esm/icons/components/TruckIcon.js +1 -1
  414. package/esm/icons/components/TwitterIcon.js +1 -1
  415. package/esm/icons/components/TyresIcon.js +1 -1
  416. package/esm/icons/components/UnitedKingdomFlagIcon.js +1 -1
  417. package/esm/icons/components/UploadIcon.js +1 -1
  418. package/esm/icons/components/UserIcon.js +1 -1
  419. package/esm/icons/components/ValuationIcon.js +1 -1
  420. package/esm/icons/components/VanIcon.js +1 -1
  421. package/esm/icons/components/VersionIcon.js +1 -1
  422. package/esm/icons/components/ViewsIcon.js +1 -1
  423. package/esm/icons/components/WagonIcon.js +1 -1
  424. package/esm/icons/components/WarningIcon.js +1 -1
  425. package/esm/icons/components/WarrantyIcon.js +1 -1
  426. package/esm/icons/components/index.js +1 -1
  427. package/esm/index.js +1 -1
  428. package/esm/shared/helpers.js +1 -1
  429. package/esm/shared/media-queries.js +1 -1
  430. package/esm/typography/BodyText/index.js +35 -35
  431. package/esm/typography/ButtonText/index.js +13 -13
  432. package/esm/typography/Heading/index.js +27 -27
  433. package/esm/utils/utils.js +2 -2
  434. package/package.json +34 -13
  435. package/types/testUtils.d.ts +1 -1
@@ -1,18 +1,18 @@
1
- import t,{useState as B}from"react";import o,{css as p}from"styled-components";import{Label as T}from"../FieldLabel.js";import{BodyTextStyle as j,CaptionStyle as w}from"../../typography/BodyText/index.js";import{generateNameHash as A}from"../../shared/helpers.js";import"../../shared/media-queries.js";const H=p`
1
+ import r,{useState as v}from"react";import o,{css as m}from"styled-components";import{Label as B}from"../FieldLabel.js";import{BodyTextStyle as w,CaptionStyle as T}from"../../typography/BodyText/index.js";import{generateNameHash as j}from"../../shared/helpers.js";import"../../shared/media-queries.js";const A=m`
2
2
  border: 1px solid ${({theme:e})=>e.colors.gray.light2};
3
3
  color: ${({theme:e})=>e.colors.text.disabled};
4
4
  fill: ${({theme:e})=>e.colors.text.disabled};
5
- `,I=p`
5
+ `,N=m`
6
6
  border: 2px solid ${({theme:e})=>e.colors.error.dark};
7
- `,z=p`
7
+ `,L=m`
8
8
  border: 2px solid ${({theme:e})=>e.colors.gray.dark5};
9
9
  color: ${({theme:e})=>e.colors.text.dark};
10
10
  fill: ${({theme:e})=>e.colors.text.dark};
11
- `,C=o.div`
11
+ `,S=o.div`
12
12
  position: relative;
13
13
  padding: 0;
14
14
  display: block;
15
- `,L=o.div`
15
+ `,z=o.div`
16
16
  display: flex;
17
17
  text-align: center;
18
18
  align-items: center;
@@ -26,12 +26,12 @@ import t,{useState as B}from"react";import o,{css as p}from"styled-components";i
26
26
 
27
27
  padding: 0.75rem 0.6rem;
28
28
 
29
- ${({hasError:e,isFocused:r})=>!e&&r&&z}
30
- ${({disabled:e})=>e&&H}
31
- ${({hasError:e})=>e&&I}
29
+ ${({hasError:e,isFocused:l})=>!e&&l&&L}
30
+ ${({disabled:e})=>e&&A}
31
+ ${({hasError:e})=>e&&N}
32
32
  ${({centered:e})=>e&&"text-align: center;"}
33
- `,W=o.input`
34
- ${j}
33
+ `,C=o.input`
34
+ ${w}
35
35
  width: 100%;
36
36
  cursor: text;
37
37
  outline: none;
@@ -42,7 +42,7 @@ import t,{useState as B}from"react";import o,{css as p}from"styled-components";i
42
42
  color: ${({theme:e})=>e.colors.text.disabled};
43
43
  fill: ${({theme:e})=>e.colors.text.disabled};
44
44
  }
45
- `,_=o.span`
45
+ `,P=o.span`
46
46
  display: flex;
47
47
  font-family: ${({theme:e})=>e.typography.fontBaseFamily};
48
48
  font-size: 1.25rem;
@@ -52,15 +52,15 @@ import t,{useState as B}from"react";import o,{css as p}from"styled-components";i
52
52
  width: 1.375rem;
53
53
  height: 1.375rem;
54
54
  }
55
- `,q=o.div`
56
- ${w}
55
+ `,_=o.div`
56
+ ${T}
57
57
  margin-top: 0.25rem;
58
58
 
59
59
  ${({centered:e})=>e&&"width: 100%; text-align: center;"}
60
- `,N=o.span`
60
+ `,q=o.span`
61
61
  display: block;
62
62
  color: ${({theme:e})=>e.colors.text.disabled};
63
- `,P=o.span`
63
+ `,D=o.span`
64
64
  display: block;
65
65
  color: ${({theme:e})=>e.colors.error.dark};
66
- `,g=({placeholder:e="",isDisabled:r=!1,centered:d=!1,hasError:m=!1,className:b,helperText:i,label:a="",onBlur:h=()=>null,onFocus:$=()=>null,forwardRef:k,suffix:u,name:n=A("text-input"),errors:s,isAutoFocused:E=!1,...x})=>{const[c,y]=B(!1),F=Boolean(x.value),f=s&&Array.isArray(s)&&(s==null?void 0:s.length)>0,v=l=>{y(!0),$(l)},S=l=>{y(!1),h(l)};return t.createElement(C,{className:b},t.createElement(L,{isFocused:c,disabled:r,centered:d,hasError:m,hasPlaceholder:!!e},t.createElement(W,{...x,id:n,name:n,"aria-label":a||n,ref:k,onFocus:v,onBlur:S,disabled:r,placeholder:a&&!c?"":e,autoFocus:E}),u&&t.createElement(_,null,u)),a&&t.createElement(T,{htmlFor:n,isFocused:c,centered:d,hasError:m,hasValue:F,disabled:r},a),(i||f)&&t.createElement(q,{centered:d},i&&t.createElement(N,null,i),f&&s.map(l=>t.createElement(P,{key:l},l))))};export{g as TextField,g as default};
66
+ `,g=({placeholder:e="",isDisabled:l=!1,centered:i=!1,hasError:h=!1,className:f,helperText:n,label:s="",onBlur:y=()=>null,onFocus:$=()=>null,forwardRef:k,suffix:p,name:d=j("text-input"),errors:a,isAutoFocused:E=!1,...u})=>{const[c,b]=v(!1),F=Boolean(u.value),x=a&&Array.isArray(a)&&(a==null?void 0:a.length)>0;return r.createElement(S,{className:f},r.createElement(z,{isFocused:c,disabled:l,centered:i,hasError:h,hasPlaceholder:!!e},r.createElement(C,{...u,id:d,name:d,"aria-label":s||d,ref:k,onFocus:t=>{b(!0),$(t)},onBlur:t=>{b(!1),y(t)},disabled:l,placeholder:s&&!c?"":e,autoFocus:E}),p&&r.createElement(P,null,p)),s&&r.createElement(B,{htmlFor:d,isFocused:c,centered:i,hasError:h,hasValue:F,disabled:l},s),(n||x)&&r.createElement(_,{centered:i},n&&r.createElement(q,null,n),x&&a.map(t=>r.createElement(D,{key:t},t))))};export{g as TextField,g as default};
@@ -1,4 +1,4 @@
1
- import l from"react";import g from"styled-components";import{Chip as u}from"../Chip/index.js";import"../../icons/components/CloseIcon.js";import"../Chip/styles.js";const f=g.ul`
1
+ import l from"react";import g from"styled-components";import{Chip as T}from"../Chip/index.js";import"../../icons/components/CloseIcon.js";import"../Chip/styles.js";const f=g.ul`
2
2
  max-width: 20rem;
3
3
  display: grid;
4
4
  grid-template-columns: repeat(4, 1fr);
@@ -6,4 +6,4 @@ import l from"react";import g from"styled-components";import{Chip as u}from"../C
6
6
  flex-wrap: wrap;
7
7
  margin: 0;
8
8
  padding: 0;
9
- `,m=(t,e)=>Array.isArray(e)?Boolean(e.find(r=>r.getTime()===t.getTime())):(e==null?void 0:e.getTime())===t.getTime(),s=({timeSlots:t,onTimeSlotClick:e,selectedTimes:r,disabledTimes:c,...a})=>l.createElement(f,{...a},t.map(({text:p,date:i})=>{const o=m(i,r),n=m(i,c),d=a.color||"primary";return l.createElement(u,{component:"li","data-selected":o,"data-disabled":n,variant:o?"solid":"outline",isDisabled:n,color:o?d:"neutralLight",key:i.getTime(),onClick:()=>!o&&!n&&e(i)},p)}));export{s as TimePicker,s as default};
9
+ `,n=(t,e)=>Array.isArray(e)?Boolean(e.find(o=>o.getTime()===t.getTime())):(e==null?void 0:e.getTime())===t.getTime(),s=({timeSlots:t,onTimeSlotClick:e,selectedTimes:o,disabledTimes:d,...m})=>l.createElement(f,{...m},t.map(({text:p,date:i})=>{const r=n(i,o),a=n(i,d),c=m.color||"primary";return l.createElement(T,{component:"li","data-selected":r,"data-disabled":a,variant:r?"solid":"outline",isDisabled:a,color:r?c:"neutralLight",key:i.getTime(),onClick:()=>!r&&!a&&e(i)},p)}));export{s as TimePicker,s as default};
@@ -1 +1 @@
1
- const D=r=>{const a=n=>n*60*60*1e3,o=new Date("2020/02/02"),e=new Date(o);return Array.from({length:r},(n,t)=>{const s=new Date(e.setTime(e.getDate()+a(t))),c=t<9?`0${t+1}:00`:`${t+1}:00`;return{date:s,text:c}})};export{D as generateTimeSlots};
1
+ const D=r=>{const a=n=>n*60*60*1e3,o=new Date("2020/02/02"),t=new Date(o);return Array.from({length:r},(n,e)=>{const s=new Date(t.setTime(t.getDate()+a(e))),m=e<9?`0${e+1}:00`:`${e+1}:00`;return{date:s,text:m}})};export{D as generateTimeSlots};
@@ -1,4 +1,4 @@
1
- import o,{useState as m,useEffect as d}from"react";import l from"styled-components";import r from"../../theme.js";const h=l.div`
1
+ import t,{useState as m,useEffect as p}from"react";import l from"styled-components";import c from"../../theme.js";const d=l.div`
2
2
  display: flex;
3
3
  position: relative;
4
4
  border-top: ${({theme:e})=>`1px solid ${e.colors.gray.light6}`};
@@ -16,10 +16,10 @@ import o,{useState as m,useEffect as d}from"react";import l from"styled-componen
16
16
  position: relative;
17
17
  cursor: pointer;
18
18
 
19
- color: ${e=>e.isActive?r.colors.text.light:r.colors.text.dark};
19
+ color: ${e=>e.isActive?c.colors.text.light:c.colors.text.dark};
20
20
  `,f=l.div`
21
21
  z-index: 0;
22
- background-color: ${e=>r.colors[e.color].main};
22
+ background-color: ${e=>c.colors[e.color].main};
23
23
  position: absolute;
24
24
 
25
25
  border-radius: 0.25rem;
@@ -36,4 +36,4 @@ import o,{useState as m,useEffect as d}from"react";import l from"styled-componen
36
36
  `}
37
37
 
38
38
  ${e=>!e.active&&"display: none;"}
39
- `,g=({onChange:e,...t})=>{const[i,c]=m(t.active);d(()=>{c(t.active)},[t.active]);const n=()=>{c("LEFT"),e("LEFT")},s=()=>{c("RIGHT"),e("RIGHT")};return o.createElement(h,{...t},o.createElement(f,{color:t.color,active:i}),o.createElement(a,{onClick:n,isActive:i==="LEFT",color:t.color},t.left),o.createElement(a,{onClick:s,isActive:i==="RIGHT",color:t.color},t.right))};export{g as Toggle};
39
+ `,g=({onChange:e,...o})=>{const[i,r]=m(o.active);p(()=>{r(o.active)},[o.active]);const n=()=>{r("LEFT"),e("LEFT")},s=()=>{r("RIGHT"),e("RIGHT")};return t.createElement(d,{...o},t.createElement(f,{color:o.color,active:i}),t.createElement(a,{onClick:n,isActive:i==="LEFT",color:o.color},o.left),t.createElement(a,{onClick:s,isActive:i==="RIGHT",color:o.color},o.right))};export{g as Toggle};
@@ -1,4 +1,4 @@
1
- import t from"react";import o from"styled-components";import r from"../../icons/components/ShowMoreIcon.js";const n=o.div`
1
+ import t from"react";import n from"styled-components";import o from"../../icons/components/ShowMoreIcon.js";const r=n.div`
2
2
  display: flex;
3
3
  align-items: center;
4
4
 
@@ -7,4 +7,4 @@ import t from"react";import o from"styled-components";import r from"../../icons/
7
7
  transition: 250ms;
8
8
  transform: ${e=>e.isExpanded?"rotate(180deg)":"rotate()"};
9
9
  }
10
- `,s=({isExpanded:e})=>t.createElement(n,{isExpanded:e},t.createElement(r,null));export{s as default};
10
+ `,s=({isExpanded:e})=>t.createElement(r,{isExpanded:e},t.createElement(o,null));export{s as default};
@@ -1,43 +1,43 @@
1
- import t from"react";import o from"styled-components";import{Caption as f}from"../../typography/BodyText/index.js";import{Subtitle as m,Title as h}from"../../typography/Heading/index.js";import"../../shared/media-queries.js";const u=o.div`
1
+ import t from"react";import l from"styled-components";import{Caption as u}from"../../typography/BodyText/index.js";import{Subtitle as p,Title as y}from"../../typography/Heading/index.js";import"../../shared/media-queries.js";const x=l.div`
2
2
  margin: 0 1rem;
3
- `,y=o.div`
3
+ `,f=l.div`
4
4
  flex: 1;
5
5
  display: flex;
6
6
  justify-content: center;
7
7
  align-items: flex-end;
8
- `,E=o.div`
8
+ `,g=l.div`
9
9
  white-space: nowrap;
10
- color: ${({theme:e,$color:n,$type:r})=>e.colors[n][r]};
11
- `,b=o(m)`
10
+ color: ${({theme:e,$color:r,$type:o})=>e.colors[r][o]};
11
+ `,E=l(p)`
12
12
  color: ${({theme:e})=>e.colors.text.disabled};
13
- `,w=o.div`
13
+ `,v=l.div`
14
14
  width: 100%;
15
15
  align-items: center;
16
16
  display: flex;
17
17
  padding: 0.25rem 0;
18
- `,d=o(f).attrs({as:"span"})`
18
+ `,s=l(u).attrs({as:"span"})`
19
19
  white-space: nowrap;
20
20
  width: 20%;
21
21
  text-align: center;
22
22
  color: ${({theme:e})=>e.colors.text.disabled};
23
- `,x=o.div`
23
+ `,b=l.div`
24
24
  width: 80%;
25
- border-left: ${({theme:e,$color:n,$type:r})=>`1px solid ${e.colors[n][r]}`};
26
- border-right: ${({theme:e,$color:n,$type:r})=>`1px solid ${e.colors[n][r]}`};
25
+ border-left: ${({theme:e,$color:r,$type:o})=>`1px solid ${e.colors[r][o]}`};
26
+ border-right: ${({theme:e,$color:r,$type:o})=>`1px solid ${e.colors[r][o]}`};
27
27
  height: 0.7rem;
28
28
  display: flex;
29
29
  position: relative;
30
30
  align-items: flex-end;
31
31
  justify-content: center;
32
32
  margin: auto;
33
- `,v=o.div`
33
+ `,w=l.div`
34
34
  height: 0.33rem;
35
35
  width: 100%;
36
- background: ${({theme:e,$color:n,$type:r})=>e.colors[n][r]};
37
- `,R=o.div`
38
- background: ${({theme:e,$color:n,$type:r})=>e.colors[n][r]};
36
+ background: ${({theme:e,$color:r,$type:o})=>e.colors[r][o]};
37
+ `,j=l.div`
38
+ background: ${({theme:e,$color:r,$type:o})=>e.colors[r][o]};
39
39
  width: 1px;
40
40
  height: 0.7rem;
41
41
  top: 0;
42
42
  position: absolute;
43
- `,C=({intervalMin:e=0,intervalMax:n=0,value:r=0,color:l="primary",noApproximateSymbol:p=!1,isDisabled:g=!1,manualValuationText:s=""})=>{const i=new Intl.NumberFormat("sv-SE"),c=e>0&&n>0&&!s,$=r>0&&!s,a=g?"lighter":"main";return t.createElement(u,null,t.createElement(w,null,t.createElement(d,null,c?`- ${i.format(e)}`:""),t.createElement(y,null,t.createElement(E,{$color:l,$type:a},$&&t.createElement(t.Fragment,null,t.createElement(h,{as:"span"},`${p?"":"~ "}${i.format(r)} `),t.createElement(m,{as:"span"},"kr")),s&&t.createElement(b,{as:"span"},s))),t.createElement(d,null,c?`+ ${i.format(n)}`:"")),t.createElement(x,{$color:l,$type:a},t.createElement(v,{$color:l,$type:a}),t.createElement(R,{$color:l,$type:a})))};export{C as default};
43
+ `,T=({intervalMin:e=0,intervalMax:r=0,value:o=0,color:a="primary",noApproximateSymbol:d=!1,isDisabled:$=!1,manualValuationText:n=""})=>{const m=new Intl.NumberFormat("sv-SE"),c=e>0&&r>0&&!n,h=o>0&&!n,i=$?"lighter":"main";return t.createElement(x,null,t.createElement(v,null,t.createElement(s,null,c?`- ${m.format(e)}`:""),t.createElement(f,null,t.createElement(g,{$color:a,$type:i},h&&t.createElement(t.Fragment,null,t.createElement(y,{as:"span"},`${d?"":"~ "}${m.format(o)} `),t.createElement(p,{as:"span"},"kr")),n&&t.createElement(E,{as:"span"},n))),t.createElement(s,null,c?`+ ${m.format(r)}`:"")),t.createElement(b,{$color:a,$type:i},t.createElement(w,{$color:a,$type:i}),t.createElement(j,{$color:a,$type:i})))};export{T as default};
@@ -1 +1 @@
1
- import{useEffect as c}from"react";const d=t=>(c(()=>{const n=`dynamic-script-${t}`;if(!document.getElementById(n)){const e=document.createElement("script");e.setAttribute("id",n),e.setAttribute("src",t),document.body.appendChild(e)}},[t]),null);export{d as useDynamicScript};
1
+ import{useEffect as n}from"react";const i=t=>(n(()=>{const c=`dynamic-script-${t}`;if(!document.getElementById(c)){const e=document.createElement("script");e.setAttribute("id",c),e.setAttribute("src",t),document.body.appendChild(e)}},[t]),null);export{i as useDynamicScript};
@@ -1 +1 @@
1
- import*as e from"react";function o({title:t="AddIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12 5v14M5 12h14",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
1
+ import*as e from"react";function l({title:t="AddIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12 5v14M5 12h14",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function o({title:t="AlertIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM12 8v4M12 16h.01",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
1
+ import*as e from"react";function l({title:t="AlertIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM12 8v4M12 16h.01",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:r="ArrowDownIcon",titleId:o,...t}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":o,...t},r?e.createElement("title",{id:o},r):null,e.createElement("path",{d:"M12 5v14M19 12l-7 7-7-7",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function o({title:t="ArrowDownIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12 5v14M19 12l-7 7-7-7",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:r="ArrowLeftIcon",titleId:t,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...o},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M19 12H5M12 19l-7-7 7-7",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function l({title:t="ArrowLeftIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M19 12H5M12 19l-7-7 7-7",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:r="ArrowRightIcon",titleId:t,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...o},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M5 12h14M12 5l7 7-7 7",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function l({title:t="ArrowRightIcon",titleId:r,...i}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...i},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M5 12h14M12 5l7 7-7 7",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:r="ArrowUpIcon",titleId:t,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...o},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M12 19V5M5 12l7-7 7 7",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function l({title:t="ArrowUpIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12 19V5M5 12l7-7 7 7",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as v from"react";function t({title:l="AtvIcon",titleId:h,...e}){return v.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":h,...e},l?v.createElement("title",{id:h},l):null,v.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.501 2.677h4.25l1.143 3.739H3.828A2.204 2.204 0 0 0 1.624 8.62v2.694l-.046-.028V19h5.408v-3.768h9.718V19h5.407v-7.714l-.054.033v-2.7a2.204 2.204 0 0 0-2.204-2.203H13.78l1.142-3.74h4.25v-1.5H13.811l-.162.532-.443 1.447h-2.74l-.442-1.447-.162-.531H4.501v1.5Zm6.423 1.978.538 1.76h.748l.538-1.76h-1.823ZM4.502 7.84h14.674c.812 0 1.47.657 1.47 1.47v2.13l-4.1 2.415H7.132l-4.1-2.415V9.31c0-.812.658-1.47 1.47-1.47ZM2.578 18v-4.948l.381.229v.619h.739v.997h-.739v.84h.739v.998h-.739v.845h2.714v-.845h-.839v-.997h.839v-.83l.313.189V18H2.578Zm2.256-3.103v-.491l.82.491h-.82ZM21.111 18v-4.948l-.38.229v.619h-.74v.997h.74v.84h-.74v.998h.74v.845h-2.714v-.845h.839v-.997h-.84v-.829l-.312.188V18h3.407Zm-3.075-3.103.82-.491v.491h-.82Zm-2.16-4.21a.268.268 0 1 0 0-.536.268.268 0 0 0 0 .536Zm1.769-.268a1.768 1.768 0 1 1-3.537 0 1.768 1.768 0 0 1 3.537 0Zm-9.577 0a.268.268 0 1 1-.536 0 .268.268 0 0 1 .536 0ZM7.8 12.187a1.768 1.768 0 1 0 0-3.536 1.768 1.768 0 0 0 0 3.536Z",fill:"currentColor"}))}export{t as default};
1
+ import*as l from"react";function t({title:e="AtvIcon",titleId:v,...h}){return l.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":v,...h},e?l.createElement("title",{id:v},e):null,l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.501 2.677h4.25l1.143 3.739H3.828A2.204 2.204 0 0 0 1.624 8.62v2.694l-.046-.028V19h5.408v-3.768h9.718V19h5.407v-7.714l-.054.033v-2.7a2.204 2.204 0 0 0-2.204-2.203H13.78l1.142-3.74h4.25v-1.5H13.811l-.162.532-.443 1.447h-2.74l-.442-1.447-.162-.531H4.501v1.5Zm6.423 1.978.538 1.76h.748l.538-1.76h-1.823ZM4.502 7.84h14.674c.812 0 1.47.657 1.47 1.47v2.13l-4.1 2.415H7.132l-4.1-2.415V9.31c0-.812.658-1.47 1.47-1.47ZM2.578 18v-4.948l.381.229v.619h.739v.997h-.739v.84h.739v.998h-.739v.845h2.714v-.845h-.839v-.997h.839v-.83l.313.189V18H2.578Zm2.256-3.103v-.491l.82.491h-.82ZM21.111 18v-4.948l-.38.229v.619h-.74v.997h.74v.84h-.74v.998h.74v.845h-2.714v-.845h.839v-.997h-.84v-.829l-.312.188V18h3.407Zm-3.075-3.103.82-.491v.491h-.82Zm-2.16-4.21a.268.268 0 1 0 0-.536.268.268 0 0 0 0 .536Zm1.769-.268a1.768 1.768 0 1 1-3.537 0 1.768 1.768 0 0 1 3.537 0Zm-9.577 0a.268.268 0 1 1-.536 0 .268.268 0 0 1 .536 0ZM7.8 12.187a1.768 1.768 0 1 0 0-3.536 1.768 1.768 0 0 0 0 3.536Z",fill:"currentColor"}))}export{t as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:t="AuctionIcon",titleId:r,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...o},t?e.createElement("title",{id:r},t):null,e.createElement("path",{fill:"currentColor",stroke:"currentColor",strokeWidth:2,d:"m5.194 11.07 5.657-5.657 4.242 4.242-5.656 5.657z"}),e.createElement("path",{stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",d:"m12.897 13.029 8.32 8.297"}),e.createElement("path",{d:"m2.372 12.477 5.473 5.485M12.271 2.577l5.473 5.486",stroke:"currentColor",strokeWidth:2.5,strokeLinecap:"round"}),e.createElement("circle",{cx:6.723,cy:6.831,r:1.75,transform:"rotate(-45 6.723 6.831)",fill:"currentColor",stroke:"#fff",strokeWidth:.5}))}export{n as default};
1
+ import*as e from"react";function l({title:t="AuctionIcon",titleId:r,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...o},t?e.createElement("title",{id:r},t):null,e.createElement("path",{fill:"currentColor",stroke:"currentColor",strokeWidth:2,d:"m5.194 11.07 5.657-5.657 4.242 4.242-5.656 5.657z"}),e.createElement("path",{stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",d:"m12.897 13.029 8.32 8.297"}),e.createElement("path",{d:"m2.372 12.477 5.473 5.485M12.271 2.577l5.473 5.486",stroke:"currentColor",strokeWidth:2.5,strokeLinecap:"round"}),e.createElement("circle",{cx:6.723,cy:6.831,r:1.75,transform:"rotate(-45 6.723 6.831)",fill:"currentColor",stroke:"#fff",strokeWidth:.5}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:t="BackIcon",titleId:r,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...o},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"m9 10-5 5 5 5",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20 4v7a4 4 0 0 1-4 4H4",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function o({title:t="BackIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"m9 10-5 5 5 5",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20 4v7a4 4 0 0 1-4 4H4",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
@@ -1 +1 @@
1
- import*as l from"react";function a({title:c="BankidIcon",titleId:h,...e}){return l.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":h,...e},c?l.createElement("title",{id:h},c):null,l.createElement("path",{d:"m7.94 12.452.92-5.792h-.982c-.46 0-1.051-.258-1.225-.731-.056-.16-.188-.71.57-1.247.272-.188.446-.396.481-.557a.432.432 0 0 0-.125-.424c-.167-.16-.495-.25-.912-.25-.704 0-1.198.403-1.247.695-.034.216.133.39.279.502.439.327.543.8.271 1.246-.278.46-.884.759-1.531.766H3.436c-.083.564-1.448 9.21-1.552 9.892H7.3c.049-.299.3-1.935.64-4.1ZM1.592 18.558h2.22c.947 0 1.177.48 1.108.919-.056.355-.3.62-.718.793.53.202.738.515.662 1.01-.098.62-.634 1.079-1.337 1.079H1l.592-3.801ZM3.06 20.13c.431 0 .633-.23.675-.501.042-.293-.09-.494-.522-.494H2.83l-.153.995h.383Zm-.237 1.636c.446 0 .703-.18.766-.55.049-.32-.132-.508-.564-.508h-.432l-.167 1.065h.397v-.007ZM7.976 22.388c-.578.041-.856-.021-.995-.272a1.909 1.909 0 0 1-1.01.286c-.654 0-.884-.341-.821-.718a.85.85 0 0 1 .299-.5c.362-.314 1.253-.356 1.601-.593.028-.264-.076-.361-.404-.361-.383 0-.703.125-1.253.5l.133-.863c.473-.34.932-.5 1.462-.5.675 0 1.274.278 1.162 1.016l-.132.835c-.049.293-.035.383.292.39l-.334.78Zm-1.002-1.316c-.307.195-.878.16-.94.564-.028.188.09.327.278.327.181 0 .404-.077.585-.202a.762.762 0 0 1 .014-.271l.063-.418ZM9.054 19.415h1.156l-.063.383c.37-.313.648-.432 1.01-.432.647 0 .946.397.842 1.044l-.3 1.943h-1.155l.25-1.608c.05-.293-.041-.432-.264-.432-.181 0-.348.098-.508.313l-.265 1.72H8.602l.452-2.931ZM12.905 18.558h1.156l-.293 1.865 1.107-1.01h1.428l-1.42 1.254 1.141 1.685H14.57l-.877-1.365h-.014l-.209 1.358h-1.155l.591-3.787ZM16.992 18.558h1.33l-.585 3.794h-1.33l.585-3.794ZM18.97 18.558h1.9c1.47 0 1.894 1.065 1.755 1.949-.133.863-.815 1.845-2.103 1.845h-2.144l.592-3.794Zm1.232 2.889c.647 0 1.002-.32 1.107-.996.076-.501-.077-.995-.794-.995h-.355l-.306 1.99h.348ZM15.223 1.599H9.688L8.95 6.284h.94c.515 0 1.003-.237 1.211-.578a.559.559 0 0 0 .098-.3c0-.194-.132-.34-.265-.438-.362-.271-.438-.557-.438-.759 0-.041 0-.076.007-.111.076-.494.745-1.03 1.629-1.03.529 0 .933.125 1.176.355.216.202.3.487.237.786-.076.355-.432.648-.633.794-.537.376-.467.703-.432.8.111.293.536.481.863.481h1.434v.007c1.95.014 2.994.912 2.667 3-.307 1.943-1.796 2.778-3.572 2.792l-.703 4.484h1.037c4.38 0 7.958-2.813 8.661-7.255.87-5.513-2.632-7.713-7.644-7.713Z",fill:"currentColor"}))}export{a as default};
1
+ import*as l from"react";function h({title:c="BankidIcon",titleId:e,...t}){return l.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":e,...t},c?l.createElement("title",{id:e},c):null,l.createElement("path",{d:"m7.94 12.452.92-5.792h-.982c-.46 0-1.051-.258-1.225-.731-.056-.16-.188-.71.57-1.247.272-.188.446-.396.481-.557a.432.432 0 0 0-.125-.424c-.167-.16-.495-.25-.912-.25-.704 0-1.198.403-1.247.695-.034.216.133.39.279.502.439.327.543.8.271 1.246-.278.46-.884.759-1.531.766H3.436c-.083.564-1.448 9.21-1.552 9.892H7.3c.049-.299.3-1.935.64-4.1ZM1.592 18.558h2.22c.947 0 1.177.48 1.108.919-.056.355-.3.62-.718.793.53.202.738.515.662 1.01-.098.62-.634 1.079-1.337 1.079H1l.592-3.801ZM3.06 20.13c.431 0 .633-.23.675-.501.042-.293-.09-.494-.522-.494H2.83l-.153.995h.383Zm-.237 1.636c.446 0 .703-.18.766-.55.049-.32-.132-.508-.564-.508h-.432l-.167 1.065h.397v-.007ZM7.976 22.388c-.578.041-.856-.021-.995-.272a1.909 1.909 0 0 1-1.01.286c-.654 0-.884-.341-.821-.718a.85.85 0 0 1 .299-.5c.362-.314 1.253-.356 1.601-.593.028-.264-.076-.361-.404-.361-.383 0-.703.125-1.253.5l.133-.863c.473-.34.932-.5 1.462-.5.675 0 1.274.278 1.162 1.016l-.132.835c-.049.293-.035.383.292.39l-.334.78Zm-1.002-1.316c-.307.195-.878.16-.94.564-.028.188.09.327.278.327.181 0 .404-.077.585-.202a.762.762 0 0 1 .014-.271l.063-.418ZM9.054 19.415h1.156l-.063.383c.37-.313.648-.432 1.01-.432.647 0 .946.397.842 1.044l-.3 1.943h-1.155l.25-1.608c.05-.293-.041-.432-.264-.432-.181 0-.348.098-.508.313l-.265 1.72H8.602l.452-2.931ZM12.905 18.558h1.156l-.293 1.865 1.107-1.01h1.428l-1.42 1.254 1.141 1.685H14.57l-.877-1.365h-.014l-.209 1.358h-1.155l.591-3.787ZM16.992 18.558h1.33l-.585 3.794h-1.33l.585-3.794ZM18.97 18.558h1.9c1.47 0 1.894 1.065 1.755 1.949-.133.863-.815 1.845-2.103 1.845h-2.144l.592-3.794Zm1.232 2.889c.647 0 1.002-.32 1.107-.996.076-.501-.077-.995-.794-.995h-.355l-.306 1.99h.348ZM15.223 1.599H9.688L8.95 6.284h.94c.515 0 1.003-.237 1.211-.578a.559.559 0 0 0 .098-.3c0-.194-.132-.34-.265-.438-.362-.271-.438-.557-.438-.759 0-.041 0-.076.007-.111.076-.494.745-1.03 1.629-1.03.529 0 .933.125 1.176.355.216.202.3.487.237.786-.076.355-.432.648-.633.794-.537.376-.467.703-.432.8.111.293.536.481.863.481h1.434v.007c1.95.014 2.994.912 2.667 3-.307 1.943-1.796 2.778-3.572 2.792l-.703 4.484h1.037c4.38 0 7.958-2.813 8.661-7.255.87-5.513-2.632-7.713-7.644-7.713Z",fill:"currentColor"}))}export{h as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:t="BidIcon",titleId:r,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...o},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12.883 17.5c-.431.863-1.144 1.605-1.964 2.112a5.195 5.195 0 0 1-2.73.777 5.122 5.122 0 0 1-2.323-.55l-3.483 1.16 1.16-3.482a5.122 5.122 0 0 1-.55-2.323 5.195 5.195 0 0 1 2.873-4.644",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M6.383 9.556a7.449 7.449 0 0 0 .8 3.377 7.556 7.556 0 0 0 6.755 4.178 7.448 7.448 0 0 0 3.378-.8L22.383 18l-1.69-5.067a7.447 7.447 0 0 0 .8-3.377A7.555 7.555 0 0 0 17.317 2.8a7.45 7.45 0 0 0-3.378-.8h-.444a7.538 7.538 0 0 0-7.111 7.111v.445Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function o({title:t="BidIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12.883 17.5c-.431.863-1.144 1.605-1.964 2.112a5.195 5.195 0 0 1-2.73.777 5.122 5.122 0 0 1-2.323-.55l-3.483 1.16 1.16-3.482a5.122 5.122 0 0 1-.55-2.323 5.195 5.195 0 0 1 2.873-4.644",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M6.383 9.556a7.449 7.449 0 0 0 .8 3.377 7.556 7.556 0 0 0 6.755 4.178 7.448 7.448 0 0 0 3.378-.8L22.383 18l-1.69-5.067a7.447 7.447 0 0 0 .8-3.377A7.555 7.555 0 0 0 17.317 2.8a7.45 7.45 0 0 0-3.378-.8h-.444a7.538 7.538 0 0 0-7.111 7.111v.445Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
@@ -1 +1 @@
1
- import*as e from"react";function r({title:l="BreaksIcon",titleId:a,...t}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":a,...t},l?e.createElement("title",{id:a},l):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 12.001C.99 5.61 5.604 1 12 1h.846v1.692C18.454 2.692 23 7.238 23 12.846S18.454 23 12.846 23 2.692 18.454 2.692 12.846h-1.69L1 12.001Zm3.173.845a8.673 8.673 0 1 0 8.673-8.673v1.904H12c-3.421 0-5.923 2.71-5.923 5.923v.846H4.173Zm13.75 0a5.077 5.077 0 1 0-10.154 0 5.077 5.077 0 0 0 10.154 0Zm-1.48 0a3.596 3.596 0 1 1-7.193 0 3.596 3.596 0 0 1 7.192 0Zm-2.75-1.692a.846.846 0 1 1-1.693 0 .846.846 0 0 1 1.692 0Zm-2.54 3.385a.846.846 0 1 0 0-1.693.846.846 0 0 0 0 1.693Zm4.232-.847a.846.846 0 1 1-1.693 0 .846.846 0 0 1 1.693 0ZM11.577 4.81V2.268l-.455.034c-4.94.372-8.457 3.885-8.821 8.82l-.034.455H4.81l.041-.377c.358-3.288 2.896-5.987 6.347-6.35l.379-.04Z",fill:"currentColor"}))}export{r as default};
1
+ import*as e from"react";function r({title:l="BreaksIcon",titleId:t,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...a},l?e.createElement("title",{id:t},l):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 12.001C.99 5.61 5.604 1 12 1h.846v1.692C18.454 2.692 23 7.238 23 12.846S18.454 23 12.846 23 2.692 18.454 2.692 12.846h-1.69L1 12.001Zm3.173.845a8.673 8.673 0 1 0 8.673-8.673v1.904H12c-3.421 0-5.923 2.71-5.923 5.923v.846H4.173Zm13.75 0a5.077 5.077 0 1 0-10.154 0 5.077 5.077 0 0 0 10.154 0Zm-1.48 0a3.596 3.596 0 1 1-7.193 0 3.596 3.596 0 0 1 7.192 0Zm-2.75-1.692a.846.846 0 1 1-1.693 0 .846.846 0 0 1 1.692 0Zm-2.54 3.385a.846.846 0 1 0 0-1.693.846.846 0 0 0 0 1.693Zm4.232-.847a.846.846 0 1 1-1.693 0 .846.846 0 0 1 1.693 0ZM11.577 4.81V2.268l-.455.034c-4.94.372-8.457 3.885-8.821 8.82l-.034.455H4.81l.041-.377c.358-3.288 2.896-5.987 6.347-6.35l.379-.04Z",fill:"currentColor"}))}export{r as default};
@@ -1 +1 @@
1
- import*as e from"react";function a({title:c="CabIcon",titleId:l,...t}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...t},c?e.createElement("title",{id:l},c):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.464 11.215 13.401 8.01l-.929 1.177 2.499 1.971H8.092v-1.141h-1.5v.774l-.925-.49-.212-.113-.238.031c-.636.085-1.68.295-2.576.956C1.7 11.867.998 13 .998 14.745c0 .802.157 1.46.49 1.974.341.526.818.825 1.31.985.262.086.532.133.792.158A2.552 2.552 0 0 0 5.71 19c.883 0 1.662-.452 2.123-1.14h7.876A2.552 2.552 0 0 0 17.832 19c.883 0 1.661-.452 2.122-1.14h.523c.47 0 1.107-.18 1.633-.681.545-.52.9-1.32.9-2.434 0-.735-.354-1.324-.82-1.764-.456-.431-1.052-.755-1.654-1-1.01-.41-2.17-.65-3.072-.766Zm3.013 5.144h-.081c-.022-1.417-1.161-2.56-2.564-2.56s-2.543 1.143-2.564 2.56H8.275c-.022-1.417-1.162-2.56-2.564-2.56-1.362 0-2.476 1.077-2.56 2.437a.864.864 0 0 1-.404-.333c-.127-.195-.249-.541-.249-1.158 0-1.28.486-1.96 1.033-2.363.51-.376 1.134-.553 1.652-.64l1.565.829.165.087h9.963c.845.078 2.085.303 3.096.713.513.209.92.447 1.188.7.26.245.35.464.35.674 0 .778-.238 1.16-.436 1.349a.93.93 0 0 1-.597.265Zm-13.702.04c0 .628-.496 1.101-1.064 1.101-.568 0-1.064-.473-1.064-1.1 0-.628.496-1.1 1.064-1.1.568 0 1.064.472 1.064 1.1Zm12.12 0c0 .628-.495 1.101-1.063 1.101s-1.064-.473-1.064-1.1c0-.628.496-1.1 1.064-1.1.568 0 1.064.472 1.064 1.1Z",fill:"currentColor"}))}export{a as default};
1
+ import*as e from"react";function a({title:l="CabIcon",titleId:t,...c}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...c},l?e.createElement("title",{id:t},l):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.464 11.215 13.401 8.01l-.929 1.177 2.499 1.971H8.092v-1.141h-1.5v.774l-.925-.49-.212-.113-.238.031c-.636.085-1.68.295-2.576.956C1.7 11.867.998 13 .998 14.745c0 .802.157 1.46.49 1.974.341.526.818.825 1.31.985.262.086.532.133.792.158A2.552 2.552 0 0 0 5.71 19c.883 0 1.662-.452 2.123-1.14h7.876A2.552 2.552 0 0 0 17.832 19c.883 0 1.661-.452 2.122-1.14h.523c.47 0 1.107-.18 1.633-.681.545-.52.9-1.32.9-2.434 0-.735-.354-1.324-.82-1.764-.456-.431-1.052-.755-1.654-1-1.01-.41-2.17-.65-3.072-.766Zm3.013 5.144h-.081c-.022-1.417-1.161-2.56-2.564-2.56s-2.543 1.143-2.564 2.56H8.275c-.022-1.417-1.162-2.56-2.564-2.56-1.362 0-2.476 1.077-2.56 2.437a.864.864 0 0 1-.404-.333c-.127-.195-.249-.541-.249-1.158 0-1.28.486-1.96 1.033-2.363.51-.376 1.134-.553 1.652-.64l1.565.829.165.087h9.963c.845.078 2.085.303 3.096.713.513.209.92.447 1.188.7.26.245.35.464.35.674 0 .778-.238 1.16-.436 1.349a.93.93 0 0 1-.597.265Zm-13.702.04c0 .628-.496 1.101-1.064 1.101-.568 0-1.064-.473-1.064-1.1 0-.628.496-1.1 1.064-1.1.568 0 1.064.472 1.064 1.1Zm12.12 0c0 .628-.495 1.101-1.063 1.101s-1.064-.473-1.064-1.1c0-.628.496-1.1 1.064-1.1.568 0 1.064.472 1.064 1.1Z",fill:"currentColor"}))}export{a as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:r="CalendarIcon",titleId:t,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...a},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M19 4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2ZM16 2v4M8 2v4M3 10h18",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function a({title:t="CalendarIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M19 4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2ZM16 2v4M8 2v4M3 10h18",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{a as default};
@@ -1 +1 @@
1
- import*as e from"react";function a({title:r="CameraIcon",titleId:t,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...o},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2v11Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M12 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{a as default};
1
+ import*as e from"react";function o({title:t="CameraIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2v11Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M12 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
@@ -1 +1 @@
1
- import*as e from"react";function t({title:a="CamperIcon",titleId:l,...c}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...c},a?e.createElement("title",{id:l},a):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.55 4.25H2.94c-.503 0-.832.318-1.012.596-.177.27-.288.607-.367.936-.159.669-.236 1.559-.275 2.506-.053 1.303-.034 2.828-.018 4.207.008.626.015 1.221.015 1.752 0 .89.147 1.606.452 2.162a2.414 2.414 0 0 0 1.457 1.184 2.57 2.57 0 0 0 5.12.123h7.042a2.571 2.571 0 0 0 5.11-.011c.465-.053 1.006-.288 1.447-.785.513-.579.84-1.452.84-2.673 0-.773-.159-1.445-.415-2.043-.358-.834-.9-1.502-1.402-2.07l-.345-.384H22.5a.75.75 0 0 0 .75-.75h-.75.75v-.063c0-.036-.003-.086-.006-.148a7.377 7.377 0 0 0-.409-2.049c-.21-.568-.542-1.188-1.078-1.672-.552-.498-1.284-.818-2.21-.818H13.55Zm6.624 11.966h.09c.076 0 .306-.045.524-.291.21-.237.462-.723.462-1.678a3.67 3.67 0 0 0-.133-.997H16a.75.75 0 0 1-.75-.75V9a.75.75 0 0 1 .75-.75H21.679a5.283 5.283 0 0 0-.252-.99c-.16-.432-.38-.812-.676-1.078-.28-.252-.655-.432-1.206-.432H3.14c-.035.079-.077.201-.12.38-.123.52-.197 1.289-.235 2.219-.052 1.264-.034 2.714-.017 4.072.008.638.015 1.257.015 1.826 0 .741.125 1.181.267 1.44.13.237.294.362.491.44a2.57 2.57 0 0 1 4.482.09h7.62a2.57 2.57 0 0 1 4.532 0ZM16.75 9.75h1.865c.276.363.592.711.887 1.036.106.117.21.231.307.342.185.208.359.414.518.622H16.75v-2ZM5.756 18.502a1.07 1.07 0 1 0 0-2.142 1.07 1.07 0 0 0 0 2.142Zm12.151 0a1.07 1.07 0 1 0 0-2.142 1.07 1.07 0 0 0 0 2.142Z",fill:"currentColor"}))}export{t as default};
1
+ import*as e from"react";function c({title:t="CamperIcon",titleId:l,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...a},t?e.createElement("title",{id:l},t):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.55 4.25H2.94c-.503 0-.832.318-1.012.596-.177.27-.288.607-.367.936-.159.669-.236 1.559-.275 2.506-.053 1.303-.034 2.828-.018 4.207.008.626.015 1.221.015 1.752 0 .89.147 1.606.452 2.162a2.414 2.414 0 0 0 1.457 1.184 2.57 2.57 0 0 0 5.12.123h7.042a2.571 2.571 0 0 0 5.11-.011c.465-.053 1.006-.288 1.447-.785.513-.579.84-1.452.84-2.673 0-.773-.159-1.445-.415-2.043-.358-.834-.9-1.502-1.402-2.07l-.345-.384H22.5a.75.75 0 0 0 .75-.75h-.75.75v-.063c0-.036-.003-.086-.006-.148a7.377 7.377 0 0 0-.409-2.049c-.21-.568-.542-1.188-1.078-1.672-.552-.498-1.284-.818-2.21-.818H13.55Zm6.624 11.966h.09c.076 0 .306-.045.524-.291.21-.237.462-.723.462-1.678a3.67 3.67 0 0 0-.133-.997H16a.75.75 0 0 1-.75-.75V9a.75.75 0 0 1 .75-.75H21.679a5.283 5.283 0 0 0-.252-.99c-.16-.432-.38-.812-.676-1.078-.28-.252-.655-.432-1.206-.432H3.14c-.035.079-.077.201-.12.38-.123.52-.197 1.289-.235 2.219-.052 1.264-.034 2.714-.017 4.072.008.638.015 1.257.015 1.826 0 .741.125 1.181.267 1.44.13.237.294.362.491.44a2.57 2.57 0 0 1 4.482.09h7.62a2.57 2.57 0 0 1 4.532 0ZM16.75 9.75h1.865c.276.363.592.711.887 1.036.106.117.21.231.307.342.185.208.359.414.518.622H16.75v-2ZM5.756 18.502a1.07 1.07 0 1 0 0-2.142 1.07 1.07 0 0 0 0 2.142Zm12.151 0a1.07 1.07 0 1 0 0-2.142 1.07 1.07 0 0 0 0 2.142Z",fill:"currentColor"}))}export{c as default};
@@ -1 +1 @@
1
- import*as e from"react";function l({title:r="CancelCircleIcon",titleId:t,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...n},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM15 9l-6 6M9 9l6 6",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
1
+ import*as e from"react";function n({title:t="CancelCircleIcon",titleId:r,...l}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...l},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM15 9l-6 6M9 9l6 6",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
@@ -1 +1 @@
1
- import*as e from"react";function o({title:t="CancelIcon",titleId:n,...r}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":n,...r},t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M18 6 6 18M6 6l12 12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
1
+ import*as e from"react";function l({title:t="CancelIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M18 6 6 18M6 6l12 12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function a({title:r="CarIcon",titleId:t,...l}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...l},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M5 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v5H5V5ZM3 12a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v7H3v-7Z",stroke:"currentColor",strokeWidth:2}),e.createElement("path",{d:"M6 20v-2H2v2h4Zm-4 1a2 2 0 1 0 4 0H2Zm0-1v1h4v-1H2ZM22 20v-2h-4v2h4Zm-4 1a2 2 0 1 0 4 0h-4Zm0-1v1h4v-1h-4Z",fill:"currentColor"}),e.createElement("circle",{cx:7.985,cy:14.5,r:2,fill:"currentColor"}),e.createElement("circle",{cx:15.992,cy:14.5,r:2,fill:"currentColor"}),e.createElement("path",{d:"M20 7.75h-1.25v2.5H20v-2.5Zm2 2.5a1.25 1.25 0 1 0 0-2.5v2.5Zm-2 0h2v-2.5h-2v2.5ZM4 10.25h1.25v-2.5H4v2.5Zm-2-2.5a1.25 1.25 0 1 0 0 2.5v-2.5Zm2 0H2v2.5h2v-2.5Z",fill:"currentColor"}))}export{a as default};
1
+ import*as e from"react";function a({title:t="CarIcon",titleId:r,...l}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...l},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M5 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v5H5V5ZM3 12a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v7H3v-7Z",stroke:"currentColor",strokeWidth:2}),e.createElement("path",{d:"M6 20v-2H2v2h4Zm-4 1a2 2 0 1 0 4 0H2Zm0-1v1h4v-1H2ZM22 20v-2h-4v2h4Zm-4 1a2 2 0 1 0 4 0h-4Zm0-1v1h4v-1h-4Z",fill:"currentColor"}),e.createElement("circle",{cx:7.985,cy:14.5,r:2,fill:"currentColor"}),e.createElement("circle",{cx:15.992,cy:14.5,r:2,fill:"currentColor"}),e.createElement("path",{d:"M20 7.75h-1.25v2.5H20v-2.5Zm2 2.5a1.25 1.25 0 1 0 0-2.5v2.5Zm-2 0h2v-2.5h-2v2.5ZM4 10.25h1.25v-2.5H4v2.5Zm-2-2.5a1.25 1.25 0 1 0 0 2.5v-2.5Zm2 0H2v2.5h2v-2.5Z",fill:"currentColor"}))}export{a as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:r="CarServiceIcon",titleId:t,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...a},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.121 2.121 0 1 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76-.01.01Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function a({title:t="CarServiceIcon",titleId:r,...l}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...l},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.121 2.121 0 1 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76-.01.01Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{a as default};
@@ -1 +1 @@
1
- import*as e from"react";function t({title:a="CaravanIcon",titleId:l,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...n},a?e.createElement("title",{id:l},a):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.75 5.1A1.75 1.75 0 0 0 1 6.85v8.886c0 .967.784 1.75 1.75 1.75h4.57a2.269 2.269 0 0 0 4.282 0h4.57a1.75 1.75 0 0 0 1.75-1.75v-.064h5.148v-1.5h-5.147V6.85a1.75 1.75 0 0 0-1.75-1.75H2.75Zm6.711 9.368c-.99 0-1.831.634-2.14 1.518H2.75a.25.25 0 0 1-.25-.25V6.85a.25.25 0 0 1 .25-.25h13.423a.25.25 0 0 1 .25.25v8.886a.25.25 0 0 1-.25.25h-4.57a2.269 2.269 0 0 0-2.142-1.518Zm0 3.036a.768.768 0 1 0 0-1.536.768.768 0 0 0 0 1.536Z",fill:"currentColor"}))}export{t as default};
1
+ import*as e from"react";function n({title:t="CaravanIcon",titleId:l,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...a},t?e.createElement("title",{id:l},t):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.75 5.1A1.75 1.75 0 0 0 1 6.85v8.886c0 .967.784 1.75 1.75 1.75h4.57a2.269 2.269 0 0 0 4.282 0h4.57a1.75 1.75 0 0 0 1.75-1.75v-.064h5.148v-1.5h-5.147V6.85a1.75 1.75 0 0 0-1.75-1.75H2.75Zm6.711 9.368c-.99 0-1.831.634-2.14 1.518H2.75a.25.25 0 0 1-.25-.25V6.85a.25.25 0 0 1 .25-.25h13.423a.25.25 0 0 1 .25.25v8.886a.25.25 0 0 1-.25.25h-4.57a2.269 2.269 0 0 0-2.142-1.518Zm0 3.036a.768.768 0 1 0 0-1.536.768.768 0 0 0 0 1.536Z",fill:"currentColor"}))}export{n as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:r="CertifiedIcon",titleId:t,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...o},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M8.21 13.89 7 23l5-3 5 3-1.21-9.12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M18.666 7.386V8a6.667 6.667 0 1 1-3.953-6.094",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M18.667 2.667 12 9.34l-2-2",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function n({title:t="CertifiedIcon",titleId:r,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...o},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M8.21 13.89 7 23l5-3 5 3-1.21-9.12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M18.666 7.386V8a6.667 6.667 0 1 1-3.953-6.094",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M18.667 2.667 12 9.34l-2-2",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:t="ChatIcon",titleId:r,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...a},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.379 8.379 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function l({title:t="ChatIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.379 8.379 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:r="CheckCircleIcon",titleId:t,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...o},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M22 4 12 14.01l-3-3",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function o({title:t="CheckCircleIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M22 4 12 14.01l-3-3",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:l="CheckFilledIcon",titleId:t,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...a},l?e.createElement("title",{id:t},l):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-5.47-3.97a.75.75 0 0 0-1.06-1.06l-7.72 7.72-3.22-3.22a.75.75 0 0 0-1.06 1.06l3.75 3.75a.75.75 0 0 0 1.06 0l8.25-8.25Z",fill:"currentColor"}))}export{n as default};
1
+ import*as e from"react";function a({title:l="CheckFilledIcon",titleId:t,...i}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...i},l?e.createElement("title",{id:t},l):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-5.47-3.97a.75.75 0 0 0-1.06-1.06l-7.72 7.72-3.22-3.22a.75.75 0 0 0-1.06 1.06l3.75 3.75a.75.75 0 0 0 1.06 0l8.25-8.25Z",fill:"currentColor"}))}export{a as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:t="CheckIcon",titleId:r,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...o},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12 23.25c6.213 0 11.25-5.037 11.25-11.25S18.213.75 12 .75.75 5.787.75 12 5.787 23.25 12 23.25Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"m18 7.5-8.25 8.25L6 12",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function o({title:t="CheckIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M12 23.25c6.213 0 11.25-5.037 11.25-11.25S18.213.75 12 .75.75 5.787.75 12 5.787 23.25 12 23.25Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"m18 7.5-8.25 8.25L6 12",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
@@ -1 +1 @@
1
- import*as e from"react";function o({title:r="CheckmarkIcon",titleId:t,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...n},r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M20 6 9 17l-5-5",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
1
+ import*as e from"react";function l({title:t="CheckmarkIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M20 6 9 17l-5-5",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:t="CloseIcon",titleId:o,...r}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":o,...r},t?e.createElement("title",{id:o},t):null,e.createElement("path",{d:"M18 6 6 18M6 6l12 12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function n({title:t="CloseIcon",titleId:r,...l}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...l},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M18 6 6 18M6 6l12 12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:l="CommentFilledIcon",titleId:t,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...a},l?e.createElement("title",{id:t},l):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-18-.75a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5H6ZM5.25 7.5A.75.75 0 0 1 6 6.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75ZM6 15.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5H6Z",fill:"currentColor"}))}export{n as default};
1
+ import*as e from"react";function r({title:l="CommentFilledIcon",titleId:t,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...a},l?e.createElement("title",{id:t},l):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-18-.75a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5H6ZM5.25 7.5A.75.75 0 0 1 6 6.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75ZM6 15.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5H6Z",fill:"currentColor"}))}export{r as default};
@@ -1 +1 @@
1
- import*as e from"react";function r({title:t="CommentIcon",titleId:n,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":n,...o},t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{r as default};
1
+ import*as e from"react";function l({title:t="CommentIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function r({title:n="ConditioningIcon",titleId:t,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...o},n?e.createElement("title",{id:t},n):null,e.createElement("path",{d:"m12 2 3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{r as default};
1
+ import*as e from"react";function i({title:t="ConditioningIcon",titleId:n,...r}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":n,...r},t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"m12 2 3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{i as default};
@@ -1 +1 @@
1
- import*as e from"react";function o({title:t="ContactIcon",titleId:a,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":a,...n},t?e.createElement("title",{id:a},t):null,e.createElement("path",{d:"M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a1.998 1.998 0 0 1-2.18 2 19.791 19.791 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16.001 16.001 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.908.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
1
+ import*as e from"react";function a({title:t="ContactIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a1.998 1.998 0 0 1-2.18 2 19.791 19.791 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16.001 16.001 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.908.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{a as default};
@@ -1 +1 @@
1
- import*as e from"react";function o({title:l="ControlNumberIcon",titleId:r,...t}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M14 2v6h6M10 13H8M10 17H8M10 9H8",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M17.2 21v-1.41h-1.55V13.9H14.5l-1.9 1.22v1.81l1.47-1.11v3.77H12.4V21h4.8ZM22.562 21v-1.41h-2.71l1.63-1.97c.54-.65.82-1.2.82-1.85 0-1.34-1.09-1.99-2.22-1.99-.73 0-1.49.22-2.28.51v1.54l1.93-.7h.09c.5 0 .87.28.87.73 0 .46-.34.84-.73 1.31l-2.22 2.68V21h4.82Z",fill:"currentColor"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 1a3 3 0 0 0-3 3v16a3 3 0 0 0 3 3h5v-2H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.586L19 8.414V12h2V8a1 1 0 0 0-.293-.707l-6-6A1 1 0 0 0 14 1H6Z",fill:"currentColor"}))}export{o as default};
1
+ import*as e from"react";function n({title:t="ControlNumberIcon",titleId:l,...r}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...r},t?e.createElement("title",{id:l},t):null,e.createElement("path",{d:"M14 2v6h6M10 13H8M10 17H8M10 9H8",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M17.2 21v-1.41h-1.55V13.9H14.5l-1.9 1.22v1.81l1.47-1.11v3.77H12.4V21h4.8ZM22.562 21v-1.41h-2.71l1.63-1.97c.54-.65.82-1.2.82-1.85 0-1.34-1.09-1.99-2.22-1.99-.73 0-1.49.22-2.28.51v1.54l1.93-.7h.09c.5 0 .87.28.87.73 0 .46-.34.84-.73 1.31l-2.22 2.68V21h4.82Z",fill:"currentColor"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 1a3 3 0 0 0-3 3v16a3 3 0 0 0 3 3h5v-2H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.586L19 8.414V12h2V8a1 1 0 0 0-.293-.707l-6-6A1 1 0 0 0 14 1H6Z",fill:"currentColor"}))}export{n as default};
@@ -1 +1 @@
1
- import*as e from"react";function t({title:a="CoupeIcon",titleId:l,...c}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...c},a?e.createElement("title",{id:l},a):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"m13.182 8.767-.194-.137h-.238v.75-.75h-.046a27.549 27.549 0 0 0-.585.007 45.95 45.95 0 0 0-1.473.051c-.563.03-1.174.073-1.728.14-.536.066-1.08.16-1.474.308-.613.231-1.187.457-1.814.824-.555.326-1.133.751-1.825 1.37l-2.39-.399-.247 1.48 1.234.206c-.152.144-.298.288-.431.43-.24.252-.47.526-.645.81-.17.279-.326.63-.326 1.023 0 .782.155 1.427.486 1.93.34.515.811.805 1.295.96.264.086.536.132.797.156a2.518 2.518 0 0 0 2.068 1.079c.858 0 1.615-.429 2.07-1.083h8.692a2.518 2.518 0 0 0 2.071 1.083c.864 0 1.627-.435 2.08-1.097.594-.044 1.203-.203 1.69-.632.618-.542.876-1.366.876-2.396 0-.76-.42-1.344-.918-1.759-.494-.41-1.135-.718-1.778-.951-1.2-.436-2.58-.672-3.504-.768l-3.743-2.635Zm7.812 7.537a.862.862 0 0 0 .266-.154c.165-.145.365-.466.365-1.27 0-.156-.076-.356-.377-.605-.304-.253-.763-.49-1.33-.695-1.13-.41-2.49-.63-3.327-.703l-.202-.018-.165-.116-3.71-2.611a44.872 44.872 0 0 0-1.79.054c-.546.028-1.119.07-1.625.132-.523.063-.913.141-1.126.222-.603.227-1.075.416-1.584.714-.508.298-1.078.72-1.837 1.425a51.4 51.4 0 0 1-.5.456c-.36.327-.7.634-.993.943a3.625 3.625 0 0 0-.454.563.974.974 0 0 0-.09.18c-.014.04-.015.058-.015.059 0 .593.119.922.24 1.106.094.144.22.245.391.317a2.521 2.521 0 0 1 5.035.119h7.793a2.52 2.52 0 0 1 5.035-.118Zm-15.348 1.2a1.02 1.02 0 1 0 0-2.041 1.02 1.02 0 0 0 0 2.042Zm12.833 0a1.02 1.02 0 1 0 0-2.041 1.02 1.02 0 0 0 0 2.042Z",fill:"currentColor"}))}export{t as default};
1
+ import*as e from"react";function c({title:l="CoupeIcon",titleId:t,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...a},l?e.createElement("title",{id:t},l):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"m13.182 8.767-.194-.137h-.238v.75-.75h-.046a27.549 27.549 0 0 0-.585.007 45.95 45.95 0 0 0-1.473.051c-.563.03-1.174.073-1.728.14-.536.066-1.08.16-1.474.308-.613.231-1.187.457-1.814.824-.555.326-1.133.751-1.825 1.37l-2.39-.399-.247 1.48 1.234.206c-.152.144-.298.288-.431.43-.24.252-.47.526-.645.81-.17.279-.326.63-.326 1.023 0 .782.155 1.427.486 1.93.34.515.811.805 1.295.96.264.086.536.132.797.156a2.518 2.518 0 0 0 2.068 1.079c.858 0 1.615-.429 2.07-1.083h8.692a2.518 2.518 0 0 0 2.071 1.083c.864 0 1.627-.435 2.08-1.097.594-.044 1.203-.203 1.69-.632.618-.542.876-1.366.876-2.396 0-.76-.42-1.344-.918-1.759-.494-.41-1.135-.718-1.778-.951-1.2-.436-2.58-.672-3.504-.768l-3.743-2.635Zm7.812 7.537a.862.862 0 0 0 .266-.154c.165-.145.365-.466.365-1.27 0-.156-.076-.356-.377-.605-.304-.253-.763-.49-1.33-.695-1.13-.41-2.49-.63-3.327-.703l-.202-.018-.165-.116-3.71-2.611a44.872 44.872 0 0 0-1.79.054c-.546.028-1.119.07-1.625.132-.523.063-.913.141-1.126.222-.603.227-1.075.416-1.584.714-.508.298-1.078.72-1.837 1.425a51.4 51.4 0 0 1-.5.456c-.36.327-.7.634-.993.943a3.625 3.625 0 0 0-.454.563.974.974 0 0 0-.09.18c-.014.04-.015.058-.015.059 0 .593.119.922.24 1.106.094.144.22.245.391.317a2.521 2.521 0 0 1 5.035.119h7.793a2.52 2.52 0 0 1 5.035-.118Zm-15.348 1.2a1.02 1.02 0 1 0 0-2.041 1.02 1.02 0 0 0 0 2.042Zm12.833 0a1.02 1.02 0 1 0 0-2.041 1.02 1.02 0 0 0 0 2.042Z",fill:"currentColor"}))}export{c as default};
@@ -1 +1 @@
1
- import*as e from"react";function t({title:a="CraneIcon",titleId:l,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...n},a?e.createElement("title",{id:l},a):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.543 4.55a.25.25 0 0 1 .25-.25h1.299a.25.25 0 0 1 .202.103l3.254 4.474a.247.247 0 0 1 .048.146V13.848c0 .765-.238 1.14-.436 1.326a.949.949 0 0 1-.605.264h-.276a2.575 2.575 0 0 0-4.76 0H8.11a2.575 2.575 0 0 0-4.76 0H2.75a.25.25 0 0 1-.25-.25v-1.745a.25.25 0 0 1 .25-.25h12.043a1.75 1.75 0 0 0 1.75-1.75V4.55ZM3.206 16.938H2.75A1.75 1.75 0 0 1 1 15.188v-1.745c0-.966.784-1.75 1.75-1.75h8.08V9.455L7.033 5.236H5.309v.95a2.623 2.623 0 1 1-3.373 2.513h1.5A1.122 1.122 0 1 0 4.56 7.576v-.044h-.75V3.736H7.7l.223.248 4.213 4.681.193.214V11.693h2.463a.25.25 0 0 0 .25-.25V4.55c0-.967.783-1.75 1.75-1.75h1.299c.56 0 1.086.268 1.415.72l3.254 4.475c.217.298.335.657.335 1.028V13.848c0 1.107-.36 1.903-.908 2.418a2.442 2.442 0 0 1-1.633.672h-.133a2.575 2.575 0 0 1-5.046 0H8.251a2.575 2.575 0 0 1-5.045 0Zm2.523.559a1.075 1.075 0 1 0 0-2.15 1.075 1.075 0 0 0 0 2.15Zm12.17 0a1.075 1.075 0 1 0 0-2.15 1.075 1.075 0 0 0 0 2.15Z",fill:"currentColor"}))}export{t as default};
1
+ import*as e from"react";function r({title:a="CraneIcon",titleId:l,...t}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...t},a?e.createElement("title",{id:l},a):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.543 4.55a.25.25 0 0 1 .25-.25h1.299a.25.25 0 0 1 .202.103l3.254 4.474a.247.247 0 0 1 .048.146V13.848c0 .765-.238 1.14-.436 1.326a.949.949 0 0 1-.605.264h-.276a2.575 2.575 0 0 0-4.76 0H8.11a2.575 2.575 0 0 0-4.76 0H2.75a.25.25 0 0 1-.25-.25v-1.745a.25.25 0 0 1 .25-.25h12.043a1.75 1.75 0 0 0 1.75-1.75V4.55ZM3.206 16.938H2.75A1.75 1.75 0 0 1 1 15.188v-1.745c0-.966.784-1.75 1.75-1.75h8.08V9.455L7.033 5.236H5.309v.95a2.623 2.623 0 1 1-3.373 2.513h1.5A1.122 1.122 0 1 0 4.56 7.576v-.044h-.75V3.736H7.7l.223.248 4.213 4.681.193.214V11.693h2.463a.25.25 0 0 0 .25-.25V4.55c0-.967.783-1.75 1.75-1.75h1.299c.56 0 1.086.268 1.415.72l3.254 4.475c.217.298.335.657.335 1.028V13.848c0 1.107-.36 1.903-.908 2.418a2.442 2.442 0 0 1-1.633.672h-.133a2.575 2.575 0 0 1-5.046 0H8.251a2.575 2.575 0 0 1-5.045 0Zm2.523.559a1.075 1.075 0 1 0 0-2.15 1.075 1.075 0 0 0 0 2.15Zm12.17 0a1.075 1.075 0 1 0 0-2.15 1.075 1.075 0 0 0 0 2.15Z",fill:"currentColor"}))}export{r as default};
@@ -1 +1 @@
1
- import*as e from"react";function o({title:t="CupIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M18 8h1a4 4 0 1 1 0 8h-1M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8ZM6 1v3M10 1v3M14 1v3",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
1
+ import*as e from"react";function l({title:t="CupIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M18 8h1a4 4 0 1 1 0 8h-1M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8ZM6 1v3M10 1v3M14 1v3",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function o({title:t="DeleteIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m3 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6h14ZM10 11v6M14 11v6",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
1
+ import*as e from"react";function l({title:t="DeleteIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m3 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6h14ZM10 11v6M14 11v6",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:t="DisplayIcon",titleId:r,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...a},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M20 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2ZM8 21h8M12 17v4",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function i({title:t="DisplayIcon",titleId:r,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...a},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M20 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2ZM8 21h8M12 17v4",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{i as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:t="DocumentIcon",titleId:r,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...o},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M14 2v6h6M16 13H8M16 17H8M10 9H8",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{n as default};
1
+ import*as e from"react";function o({title:t="DocumentIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M14 2v6h6M16 13H8M16 17H8M10 9H8",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
@@ -1 +1 @@
1
- import*as e from"react";function l({title:t="DownloadIcon",titleId:n,...o}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":n,...o},t?e.createElement("title",{id:n},t):null,e.createElement("g",{clipPath:"url(#download-icon_svg__a)",stroke:"currentColor",strokeWidth:2},e.createElement("path",{d:"m8 17 4 4 4-4M12 12v9",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"})),e.createElement("defs",null,e.createElement("clipPath",{id:"download-icon_svg__a"},e.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"}))))}export{l as default};
1
+ import*as e from"react";function n({title:t="DownloadIcon",titleId:l,...r}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...r},t?e.createElement("title",{id:l},t):null,e.createElement("g",{clipPath:"url(#download-icon_svg__a)",stroke:"currentColor",strokeWidth:2},e.createElement("path",{d:"m8 17 4 4 4-4M12 12v9",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"})),e.createElement("defs",null,e.createElement("clipPath",{id:"download-icon_svg__a"},e.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"}))))}export{n as default};
@@ -1 +1 @@
1
- import*as e from"react";function n({title:t="EcoIcon",titleId:r,...a}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...a},t?e.createElement("title",{id:r},t):null,e.createElement("g",{clipPath:"url(#eco-icon_svg__a)",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round"},e.createElement("path",{d:"M21 3.5s-2.61-.218-6.021.218c-3.412.436-6.57 1.726-7.885 2.605a8 8 0 1 0 11.095 11.096c.88-1.316 2.093-4.271 2.558-7.254C21.213 7.183 21 3.5 21 3.5Z",strokeLinejoin:"round"}),e.createElement("path",{d:"M14.09 10.421 2.983 21.506"})),e.createElement("defs",null,e.createElement("clipPath",{id:"eco-icon_svg__a"},e.createElement("path",{fill:"#fff",transform:"matrix(-1 0 0 1 24 0)",d:"M0 0h24v24H0z"}))))}export{n as default};
1
+ import*as e from"react";function a({title:t="EcoIcon",titleId:r,...l}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...l},t?e.createElement("title",{id:r},t):null,e.createElement("g",{clipPath:"url(#eco-icon_svg__a)",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round"},e.createElement("path",{d:"M21 3.5s-2.61-.218-6.021.218c-3.412.436-6.57 1.726-7.885 2.605a8 8 0 1 0 11.095 11.096c.88-1.316 2.093-4.271 2.558-7.254C21.213 7.183 21 3.5 21 3.5Z",strokeLinejoin:"round"}),e.createElement("path",{d:"M14.09 10.421 2.983 21.506"})),e.createElement("defs",null,e.createElement("clipPath",{id:"eco-icon_svg__a"},e.createElement("path",{fill:"#fff",transform:"matrix(-1 0 0 1 24 0)",d:"M0 0h24v24H0z"}))))}export{a as default};
@@ -1 +1 @@
1
- import*as e from"react";function o({title:t="EditIcon",titleId:r,...n}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...n},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{o as default};
1
+ import*as e from"react";function l({title:t="EditIcon",titleId:r,...i}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...i},t?e.createElement("title",{id:r},t):null,e.createElement("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}))}export{l as default};
@@ -1 +1 @@
1
- import*as c from"react";function h({title:e="EngineIcon",titleId:l,...a}){return c.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...a},e?c.createElement("title",{id:l},e):null,c.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.5 5.125h3.896V6.5H8.33A1.83 1.83 0 0 0 6.5 8.333h-.918c-1.01 0-1.832.824-1.832 1.83v2.066H2.375V8.333H1V17.5h1.375v-3.896H3.75v2.065c0 1.013.817 1.831 1.832 1.831h.919c.26 0 .732.196.92.383l1.446 1.447c.53.53 1.47.92 2.214.92h4.588c1.015 0 1.831-.82 1.831-1.842v-1.816c0-.008.917-.009.917-.009v.918c0 1.24 1.155 1.858 2.19 1.168l.465-.31C22.166 17.63 23 16.067 23 14.752v-1.837c0-1.318-.833-2.878-1.928-3.608l-.464-.309c-1.03-.687-2.191-.077-2.191 1.168v.917H17.5v-.917a1.83 1.83 0 0 0-1.832-1.833h-.918c0-1.01-.824-1.833-1.83-1.833h-1.15V5.125h3.897V3.75H6.5v1.375Zm1.833 2.75a.458.458 0 0 0-.458.458c0 .761-.613 1.375-1.375 1.375H5.73l-.101-.001h-.024a.458.458 0 0 0-.477.417c0 .012.002.026.004.04h-.006v5.503c0 .253.205.458.458.458h.918c.626 0 1.447.342 1.891.786l1.447 1.447c.155.155.384.278.58.36.195.082.444.157.662.157h.86l.415-.001.56-.001a1840.899 1840.899 0 0 0 2.516-.005h.177l.05-.001H15.685l.012-.002a.485.485 0 0 0 .09-.015c.05-.017.274-.208.338-.442v-1.816c0-.766.613-1.384 1.374-1.384h.919c.76 0 1.374.612 1.374 1.374v.098a.458.458 0 0 0 .766.34c.303-.276.565-.654.751-1.043.185-.385.316-.823.316-1.225v-1.837c0-.404-.13-.841-.315-1.227a3.443 3.443 0 0 0-.752-1.041.458.458 0 0 0-.766.34v.097c0 .76-.613 1.374-1.374 1.374h-.919c-.76 0-1.374-.612-1.374-1.374v-.917a.458.458 0 0 0-.458-.459h-.918c-.76 0-1.373-.613-1.371-1.373a.458.458 0 0 0-.459-.46H8.333Z",fill:"currentColor"}))}export{h as default};
1
+ import*as e from"react";function h({title:c="EngineIcon",titleId:l,...t}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...t},c?e.createElement("title",{id:l},c):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.5 5.125h3.896V6.5H8.33A1.83 1.83 0 0 0 6.5 8.333h-.918c-1.01 0-1.832.824-1.832 1.83v2.066H2.375V8.333H1V17.5h1.375v-3.896H3.75v2.065c0 1.013.817 1.831 1.832 1.831h.919c.26 0 .732.196.92.383l1.446 1.447c.53.53 1.47.92 2.214.92h4.588c1.015 0 1.831-.82 1.831-1.842v-1.816c0-.008.917-.009.917-.009v.918c0 1.24 1.155 1.858 2.19 1.168l.465-.31C22.166 17.63 23 16.067 23 14.752v-1.837c0-1.318-.833-2.878-1.928-3.608l-.464-.309c-1.03-.687-2.191-.077-2.191 1.168v.917H17.5v-.917a1.83 1.83 0 0 0-1.832-1.833h-.918c0-1.01-.824-1.833-1.83-1.833h-1.15V5.125h3.897V3.75H6.5v1.375Zm1.833 2.75a.458.458 0 0 0-.458.458c0 .761-.613 1.375-1.375 1.375H5.73l-.101-.001h-.024a.458.458 0 0 0-.477.417c0 .012.002.026.004.04h-.006v5.503c0 .253.205.458.458.458h.918c.626 0 1.447.342 1.891.786l1.447 1.447c.155.155.384.278.58.36.195.082.444.157.662.157h.86l.415-.001.56-.001a1840.899 1840.899 0 0 0 2.516-.005h.177l.05-.001H15.685l.012-.002a.485.485 0 0 0 .09-.015c.05-.017.274-.208.338-.442v-1.816c0-.766.613-1.384 1.374-1.384h.919c.76 0 1.374.612 1.374 1.374v.098a.458.458 0 0 0 .766.34c.303-.276.565-.654.751-1.043.185-.385.316-.823.316-1.225v-1.837c0-.404-.13-.841-.315-1.227a3.443 3.443 0 0 0-.752-1.041.458.458 0 0 0-.766.34v.097c0 .76-.613 1.374-1.374 1.374h-.919c-.76 0-1.374-.612-1.374-1.374v-.917a.458.458 0 0 0-.458-.459h-.918c-.76 0-1.373-.613-1.371-1.373a.458.458 0 0 0-.459-.46H8.333Z",fill:"currentColor"}))}export{h as default};
@@ -1 +1 @@
1
- import*as e from"react";function a({title:l="ErrorFilledIcon",titleId:r,...t}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm0-18a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6A.75.75 0 0 1 12 6Zm0 9.75a.75.75 0 0 0 0 1.5h.01a.75.75 0 0 0 0-1.5H12Z",fill:"currentColor"}))}export{a as default};
1
+ import*as e from"react";function a({title:t="ErrorFilledIcon",titleId:l,...r}){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l,...r},t?e.createElement("title",{id:l},t):null,e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm0-18a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6A.75.75 0 0 1 12 6Zm0 9.75a.75.75 0 0 0 0 1.5h.01a.75.75 0 0 0 0-1.5H12Z",fill:"currentColor"}))}export{a as default};