@kvdbil/components 3.3.5-0 → 3.3.5-5

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 (901) hide show
  1. package/README.md +1 -1
  2. package/cjs/ColorCard.js +46 -0
  3. package/cjs/ElevationCard.js +29 -0
  4. package/cjs/Interfaces.js +2 -0
  5. package/cjs/Types.js +2 -0
  6. package/cjs/components/Accordion/index.js +95 -0
  7. package/cjs/components/Badge/index.js +69 -0
  8. package/cjs/components/Button/index.js +165 -0
  9. package/cjs/components/Card/index.js +27 -0
  10. package/cjs/components/CheckBox/index.js +85 -0
  11. package/cjs/components/Chip/index.js +78 -0
  12. package/cjs/components/DayPicker/DayPickerNavBar.js +46 -0
  13. package/cjs/components/DayPicker/index.js +64 -0
  14. package/cjs/components/DayPicker/localeUtils.js +60 -0
  15. package/cjs/components/Dialog/index.js +60 -0
  16. package/cjs/components/ErrorMessage/index.js +25 -0
  17. package/cjs/components/FieldLabel.js +61 -0
  18. package/cjs/components/Header/Hamburger.js +46 -0
  19. package/cjs/components/Header/Link.js +51 -0
  20. package/cjs/components/Header/index.js +92 -0
  21. package/cjs/components/Hero/index.js +51 -0
  22. package/cjs/components/Icon/index.js +97 -0
  23. package/cjs/components/IconButton.js +119 -0
  24. package/cjs/components/Icons/Arrow.js +9 -0
  25. package/cjs/components/Icons/CheckCircle.js +9 -0
  26. package/cjs/components/Icons/CheckIcon.js +9 -0
  27. package/cjs/components/Icons/Close.js +9 -0
  28. package/cjs/components/Icons/ErrorCircle.js +9 -0
  29. package/cjs/components/Icons/InfoCircle.js +9 -0
  30. package/cjs/components/InlineStepper/Step.js +93 -0
  31. package/cjs/components/InlineStepper/StepCircle.js +78 -0
  32. package/cjs/components/InlineStepper/index.js +42 -0
  33. package/cjs/components/ListItem/Bacon.js +9 -0
  34. package/cjs/components/ListItem/index.js +45 -0
  35. package/cjs/components/Logo/LogoEn.js +9 -0
  36. package/cjs/components/Logo/LogoSv.js +9 -0
  37. package/cjs/components/Logo/index.js +30 -0
  38. package/cjs/components/MenuItem/index.js +83 -0
  39. package/cjs/components/Modal/index.js +120 -0
  40. package/cjs/components/NotificationButton/index.js +35 -0
  41. package/cjs/components/OffCanvas/Overlay.js +58 -0
  42. package/cjs/components/OffCanvas/index.js +98 -0
  43. package/cjs/components/OffCanvas/useClickOutside.js +21 -0
  44. package/cjs/components/RadioButton/index.js +118 -0
  45. package/cjs/components/Range/index.js +69 -0
  46. package/cjs/components/Select/components/test-icon.js +9 -0
  47. package/cjs/components/Select/index.js +173 -0
  48. package/cjs/components/Snackbar/index.js +130 -0
  49. package/cjs/components/Spinner/index.js +55 -0
  50. package/cjs/components/Stepper/index.js +57 -0
  51. package/cjs/components/StepperAccordion/index.js +122 -0
  52. package/cjs/components/Tabs/index.js +51 -0
  53. package/cjs/components/TextArea/index.js +86 -0
  54. package/cjs/components/Textfield/index.js +95 -0
  55. package/cjs/components/TimePicker/index.js +36 -0
  56. package/cjs/components/TimePicker/testHelper.js +17 -0
  57. package/cjs/components/Toggle/index.js +72 -0
  58. package/cjs/icons/components/AccountCreateIcon.js +11 -0
  59. package/cjs/icons/components/AccountIcon.js +11 -0
  60. package/cjs/icons/components/AccountLoginIcon.js +11 -0
  61. package/cjs/icons/components/ArrowDownIcon.js +11 -0
  62. package/cjs/icons/components/ArrowLeftIcon.js +11 -0
  63. package/cjs/icons/components/ArrowLeftSharpIcon.js +11 -0
  64. package/cjs/icons/components/ArrowLeftSmallIcon.js +11 -0
  65. package/cjs/icons/components/ArrowLong.js +11 -0
  66. package/cjs/icons/components/ArrowRestartIcon.js +11 -0
  67. package/cjs/icons/components/ArrowRightIcon.js +11 -0
  68. package/cjs/icons/components/ArrowRightSharpIcon.js +11 -0
  69. package/cjs/icons/components/ArrowUpIcon.js +11 -0
  70. package/cjs/icons/components/AuctionIcon.js +11 -0
  71. package/cjs/icons/components/BackArrowIcon.js +11 -0
  72. package/cjs/icons/components/Baseline360Icon.js +11 -0
  73. package/cjs/icons/components/BellIcon.js +11 -0
  74. package/cjs/icons/components/BidIcon.js +11 -0
  75. package/cjs/icons/components/BidKrIcon.js +11 -0
  76. package/cjs/icons/components/BreaksIcon.js +11 -0
  77. package/cjs/icons/components/BuyCarIcon.js +11 -0
  78. package/cjs/icons/components/CabIcon.js +11 -0
  79. package/cjs/icons/components/CalendarIcon.js +11 -0
  80. package/cjs/icons/components/CameraIcon.js +11 -0
  81. package/cjs/icons/components/Car360Icon.js +11 -0
  82. package/cjs/icons/components/CarFrontIcon.js +11 -0
  83. package/cjs/icons/components/CarSearchIcon.js +11 -0
  84. package/cjs/icons/components/CarSideIcon.js +11 -0
  85. package/cjs/icons/components/CarTiresIcon.js +11 -0
  86. package/cjs/icons/components/CaravanIcon.js +11 -0
  87. package/cjs/icons/components/CardViewIcon.js +11 -0
  88. package/cjs/icons/components/CarloanIcon.js +11 -0
  89. package/cjs/icons/components/CertifiedIcon.js +11 -0
  90. package/cjs/icons/components/ChatIcon.js +11 -0
  91. package/cjs/icons/components/CheckIcon.js +11 -0
  92. package/cjs/icons/components/CheckThinIcon.js +11 -0
  93. package/cjs/icons/components/CheckmarkFilledIcon.js +11 -0
  94. package/cjs/icons/components/CheckmarkIcon.js +11 -0
  95. package/cjs/icons/components/ClipboardFilledIcon.js +11 -0
  96. package/cjs/icons/components/ClipboardIcon.js +11 -0
  97. package/cjs/icons/components/ClockFilledIcon.js +11 -0
  98. package/cjs/icons/components/ClockIcon.js +11 -0
  99. package/cjs/icons/components/CloseIcon.js +11 -0
  100. package/cjs/icons/components/CloseThinIcon.js +11 -0
  101. package/cjs/icons/components/CoffeeIcon.js +11 -0
  102. package/cjs/icons/components/CombiIcon.js +11 -0
  103. package/cjs/icons/components/CommentCircleFilledIcon.js +11 -0
  104. package/cjs/icons/components/CommentCircleIconIcon.js +11 -0
  105. package/cjs/icons/components/CommentIcon.js +11 -0
  106. package/cjs/icons/components/ContactIcon.js +11 -0
  107. package/cjs/icons/components/CoupeIcon.js +11 -0
  108. package/cjs/icons/components/CreditCardIcon.js +11 -0
  109. package/cjs/icons/components/CrossCircleIcon.js +11 -0
  110. package/cjs/icons/components/CrownIcon.js +11 -0
  111. package/cjs/icons/components/DealmakerIcon.js +11 -0
  112. package/cjs/icons/components/DeliveryIcon.js +11 -0
  113. package/cjs/icons/components/DetailedSearchIcon.js +11 -0
  114. package/cjs/icons/components/EcoFriendlyIcon.js +11 -0
  115. package/cjs/icons/components/EditIcon.js +11 -0
  116. package/cjs/icons/components/EngineIcon.js +11 -0
  117. package/cjs/icons/components/EnglandFlagIcon.js +11 -0
  118. package/cjs/icons/components/EvaluationIcon.js +11 -0
  119. package/cjs/icons/components/ExaminationMarkFilledIcon.js +11 -0
  120. package/cjs/icons/components/ExaminationMarkIcon.js +11 -0
  121. package/cjs/icons/components/ExteriorIcon.js +11 -0
  122. package/cjs/icons/components/EyeIcon.js +11 -0
  123. package/cjs/icons/components/FacebookBtnIcon.js +11 -0
  124. package/cjs/icons/components/FacebookIcon.js +11 -0
  125. package/cjs/icons/components/FatalIcon.js +11 -0
  126. package/cjs/icons/components/FavouriteIcon.js +11 -0
  127. package/cjs/icons/components/FavouriteSolidIcon.js +11 -0
  128. package/cjs/icons/components/FilterIcon.js +11 -0
  129. package/cjs/icons/components/FinanceIcon.js +11 -0
  130. package/cjs/icons/components/FindCarIcon.js +11 -0
  131. package/cjs/icons/components/FixedMonthlyCostIcon.js +11 -0
  132. package/cjs/icons/components/FlagIcon.js +11 -0
  133. package/cjs/icons/components/FlexibilityIcon.js +11 -0
  134. package/cjs/icons/components/ForumLargeIcon.js +11 -0
  135. package/cjs/icons/components/ForumSmallIcon.js +11 -0
  136. package/cjs/icons/components/GavelIcon.js +11 -0
  137. package/cjs/icons/components/GearboxIcon.js +11 -0
  138. package/cjs/icons/components/GiftIcon.js +11 -0
  139. package/cjs/icons/components/GridViewIcon.js +11 -0
  140. package/cjs/icons/components/GroupIcon.js +11 -0
  141. package/cjs/icons/components/GuaranteeIcon.js +11 -0
  142. package/cjs/icons/components/GuaranteeLargeIcon.js +11 -0
  143. package/cjs/icons/components/GuaranteeSmallIcon.js +11 -0
  144. package/cjs/icons/components/HalfCombiIcon.js +11 -0
  145. package/cjs/icons/components/HamburgerIcon.js +11 -0
  146. package/cjs/icons/components/HandshakeIcon.js +11 -0
  147. package/cjs/icons/components/HelpingHandIcon.js +11 -0
  148. package/cjs/icons/components/IdIcon.js +11 -0
  149. package/cjs/icons/components/InformationIcon.js +11 -0
  150. package/cjs/icons/components/InstagramIcon.js +11 -0
  151. package/cjs/icons/components/InsuranceIcon.js +11 -0
  152. package/cjs/icons/components/InteriorIcon.js +11 -0
  153. package/cjs/icons/components/InteriorThinIcon.js +11 -0
  154. package/cjs/icons/components/InternationalIcon.js +11 -0
  155. package/cjs/icons/components/KvdTestIcon.js +11 -0
  156. package/cjs/icons/components/KvdVenueIcon.js +11 -0
  157. package/cjs/icons/components/LifebuoyIcon.js +11 -0
  158. package/cjs/icons/components/LiftTruckIcon.js +11 -0
  159. package/cjs/icons/components/LinkedInIcon.js +11 -0
  160. package/cjs/icons/components/ListViewIcon.js +11 -0
  161. package/cjs/icons/components/MailIcon.js +11 -0
  162. package/cjs/icons/components/MinibusIcon.js +11 -0
  163. package/cjs/icons/components/MinivanIcon.js +11 -0
  164. package/cjs/icons/components/MobileIcon.js +11 -0
  165. package/cjs/icons/components/MotorcycleIcon.js +11 -0
  166. package/cjs/icons/components/MrfLogoIcon.js +11 -0
  167. package/cjs/icons/components/NotFoundIcon.js +11 -0
  168. package/cjs/icons/components/OverbidIcon.js +11 -0
  169. package/cjs/icons/components/PdfIconIcon.js +11 -0
  170. package/cjs/icons/components/PhoneIcon.js +11 -0
  171. package/cjs/icons/components/PickUpIcon.js +11 -0
  172. package/cjs/icons/components/PinIcon.js +11 -0
  173. package/cjs/icons/components/PlayIcon.js +11 -0
  174. package/cjs/icons/components/Pricetag.js +11 -0
  175. package/cjs/icons/components/PricetagFilledKronaIcon.js +11 -0
  176. package/cjs/icons/components/PrivateCarIcon.js +11 -0
  177. package/cjs/icons/components/ProfileCircleIcon.js +11 -0
  178. package/cjs/icons/components/ProfileIcon.js +11 -0
  179. package/cjs/icons/components/RadioIcon.js +11 -0
  180. package/cjs/icons/components/ReclamationIcon.js +11 -0
  181. package/cjs/icons/components/ReleasingIcon.js +11 -0
  182. package/cjs/icons/components/RemoveFilterIcon.js +11 -0
  183. package/cjs/icons/components/ReservedPriceIcon.js +11 -0
  184. package/cjs/icons/components/ResultIcon.js +11 -0
  185. package/cjs/icons/components/SafePaymentIcon.js +11 -0
  186. package/cjs/icons/components/SaleTagIcon.js +11 -0
  187. package/cjs/icons/components/SearchCheckIcon.js +11 -0
  188. package/cjs/icons/components/SearchIcon.js +11 -0
  189. package/cjs/icons/components/SedanIcon.js +11 -0
  190. package/cjs/icons/components/SellCarIcon.js +11 -0
  191. package/cjs/icons/components/SellCarsIcon.js +11 -0
  192. package/cjs/icons/components/ServiceIcon.js +11 -0
  193. package/cjs/icons/components/ShareIcon.js +11 -0
  194. package/cjs/icons/components/ShieldIcon.js +11 -0
  195. package/cjs/icons/components/SignInIcon.js +11 -0
  196. package/cjs/icons/components/SignOutIcon.js +11 -0
  197. package/cjs/icons/components/SpeedMeterIcon.js +11 -0
  198. package/cjs/icons/components/StarCircleIcon.js +11 -0
  199. package/cjs/icons/components/StartIcon.js +11 -0
  200. package/cjs/icons/components/StoreIcon.js +11 -0
  201. package/cjs/icons/components/SuvIcon.js +11 -0
  202. package/cjs/icons/components/SwedenFlag.js +11 -0
  203. package/cjs/icons/components/TankIcon.js +11 -0
  204. package/cjs/icons/components/TireIcon.js +11 -0
  205. package/cjs/icons/components/TransportIcon.js +11 -0
  206. package/cjs/icons/components/TrashcanIcon.js +11 -0
  207. package/cjs/icons/components/TrophyIcon.js +11 -0
  208. package/cjs/icons/components/TruckIcon.js +11 -0
  209. package/cjs/icons/components/UmbrellaIcon.js +11 -0
  210. package/cjs/icons/components/ValuationIcon.js +11 -0
  211. package/cjs/icons/components/ValueIcon.js +11 -0
  212. package/cjs/icons/components/WarningIcon.js +11 -0
  213. package/cjs/icons/components/YoutubeIcon.js +11 -0
  214. package/cjs/icons/components/index.js +320 -0
  215. package/cjs/index.js +439 -0
  216. package/cjs/shared/constants.js +7 -0
  217. package/cjs/shared/helpers.js +28 -0
  218. package/cjs/shared/helpers.spec.js +42 -0
  219. package/cjs/shared/media-queries.js +41 -0
  220. package/cjs/theme.js +125 -0
  221. package/cjs/typography/BodyText/index.js +67 -0
  222. package/cjs/typography/ButtonText/index.js +49 -0
  223. package/cjs/typography/Heading/index.js +93 -0
  224. package/cjs/utils/utils.js +37 -0
  225. package/esm/ColorCard.js +38 -0
  226. package/esm/ElevationCard.js +21 -0
  227. package/{Interfaces.js → esm/Interfaces.js} +0 -0
  228. package/{Types.js → esm/Types.js} +0 -0
  229. package/esm/components/Accordion/index.js +86 -0
  230. package/esm/components/Badge/index.js +60 -0
  231. package/esm/components/Button/index.js +156 -0
  232. package/esm/components/Card/index.js +18 -0
  233. package/esm/components/CheckBox/index.js +76 -0
  234. package/esm/components/Chip/index.js +69 -0
  235. package/esm/components/DayPicker/DayPickerNavBar.js +38 -0
  236. package/esm/components/DayPicker/index.js +54 -0
  237. package/esm/components/DayPicker/localeUtils.js +52 -0
  238. package/esm/components/Dialog/index.js +51 -0
  239. package/esm/components/ErrorMessage/index.js +16 -0
  240. package/esm/components/FieldLabel.js +53 -0
  241. package/esm/components/Header/Hamburger.js +38 -0
  242. package/esm/components/Header/Link.js +43 -0
  243. package/esm/components/Header/index.js +83 -0
  244. package/esm/components/Hero/index.js +42 -0
  245. package/esm/components/Icon/index.js +89 -0
  246. package/esm/components/IconButton.js +111 -0
  247. package/esm/components/Icons/Arrow.js +5 -0
  248. package/esm/components/Icons/CheckCircle.js +5 -0
  249. package/esm/components/Icons/CheckIcon.js +5 -0
  250. package/esm/components/Icons/Close.js +5 -0
  251. package/esm/components/Icons/ErrorCircle.js +5 -0
  252. package/esm/components/Icons/InfoCircle.js +5 -0
  253. package/esm/components/InlineStepper/Step.js +84 -0
  254. package/esm/components/InlineStepper/StepCircle.js +70 -0
  255. package/esm/components/InlineStepper/index.js +34 -0
  256. package/esm/components/ListItem/Bacon.js +5 -0
  257. package/esm/components/ListItem/index.js +37 -0
  258. package/esm/components/Logo/LogoEn.js +5 -0
  259. package/esm/components/Logo/LogoSv.js +5 -0
  260. package/esm/components/Logo/index.js +21 -0
  261. package/esm/components/MenuItem/index.js +74 -0
  262. package/esm/components/Modal/index.js +111 -0
  263. package/esm/components/NotificationButton/index.js +27 -0
  264. package/esm/components/OffCanvas/Overlay.js +50 -0
  265. package/esm/components/OffCanvas/index.js +89 -0
  266. package/esm/components/OffCanvas/useClickOutside.js +17 -0
  267. package/esm/components/RadioButton/index.js +109 -0
  268. package/esm/components/Range/index.js +60 -0
  269. package/esm/components/Select/components/test-icon.js +5 -0
  270. package/esm/components/Select/index.js +163 -0
  271. package/esm/components/Snackbar/index.js +121 -0
  272. package/esm/components/Spinner/index.js +47 -0
  273. package/esm/components/Stepper/index.js +49 -0
  274. package/esm/components/StepperAccordion/index.js +113 -0
  275. package/esm/components/Tabs/index.js +41 -0
  276. package/esm/components/TextArea/index.js +77 -0
  277. package/esm/components/Textfield/index.js +86 -0
  278. package/esm/components/TimePicker/index.js +27 -0
  279. package/esm/components/TimePicker/testHelper.js +13 -0
  280. package/esm/components/Toggle/index.js +64 -0
  281. package/esm/icons/components/AccountCreateIcon.js +7 -0
  282. package/esm/icons/components/AccountIcon.js +7 -0
  283. package/esm/icons/components/AccountLoginIcon.js +7 -0
  284. package/esm/icons/components/ArrowDownIcon.js +7 -0
  285. package/esm/icons/components/ArrowLeftIcon.js +7 -0
  286. package/esm/icons/components/ArrowLeftSharpIcon.js +7 -0
  287. package/esm/icons/components/ArrowLeftSmallIcon.js +7 -0
  288. package/esm/icons/components/ArrowLong.js +7 -0
  289. package/esm/icons/components/ArrowRestartIcon.js +7 -0
  290. package/esm/icons/components/ArrowRightIcon.js +7 -0
  291. package/esm/icons/components/ArrowRightSharpIcon.js +7 -0
  292. package/esm/icons/components/ArrowUpIcon.js +7 -0
  293. package/esm/icons/components/AuctionIcon.js +7 -0
  294. package/esm/icons/components/BackArrowIcon.js +7 -0
  295. package/esm/icons/components/Baseline360Icon.js +7 -0
  296. package/esm/icons/components/BellIcon.js +7 -0
  297. package/esm/icons/components/BidIcon.js +7 -0
  298. package/esm/icons/components/BidKrIcon.js +7 -0
  299. package/esm/icons/components/BreaksIcon.js +7 -0
  300. package/esm/icons/components/BuyCarIcon.js +7 -0
  301. package/esm/icons/components/CabIcon.js +7 -0
  302. package/esm/icons/components/CalendarIcon.js +7 -0
  303. package/esm/icons/components/CameraIcon.js +7 -0
  304. package/esm/icons/components/Car360Icon.js +7 -0
  305. package/esm/icons/components/CarFrontIcon.js +7 -0
  306. package/esm/icons/components/CarSearchIcon.js +7 -0
  307. package/esm/icons/components/CarSideIcon.js +7 -0
  308. package/esm/icons/components/CarTiresIcon.js +7 -0
  309. package/esm/icons/components/CaravanIcon.js +7 -0
  310. package/esm/icons/components/CardViewIcon.js +7 -0
  311. package/esm/icons/components/CarloanIcon.js +7 -0
  312. package/esm/icons/components/CertifiedIcon.js +7 -0
  313. package/esm/icons/components/ChatIcon.js +7 -0
  314. package/esm/icons/components/CheckIcon.js +7 -0
  315. package/esm/icons/components/CheckThinIcon.js +7 -0
  316. package/esm/icons/components/CheckmarkFilledIcon.js +7 -0
  317. package/esm/icons/components/CheckmarkIcon.js +7 -0
  318. package/esm/icons/components/ClipboardFilledIcon.js +7 -0
  319. package/esm/icons/components/ClipboardIcon.js +7 -0
  320. package/esm/icons/components/ClockFilledIcon.js +7 -0
  321. package/esm/icons/components/ClockIcon.js +7 -0
  322. package/esm/icons/components/CloseIcon.js +7 -0
  323. package/esm/icons/components/CloseThinIcon.js +7 -0
  324. package/esm/icons/components/CoffeeIcon.js +7 -0
  325. package/esm/icons/components/CombiIcon.js +7 -0
  326. package/esm/icons/components/CommentCircleFilledIcon.js +7 -0
  327. package/esm/icons/components/CommentCircleIconIcon.js +7 -0
  328. package/esm/icons/components/CommentIcon.js +7 -0
  329. package/esm/icons/components/ContactIcon.js +7 -0
  330. package/esm/icons/components/CoupeIcon.js +7 -0
  331. package/esm/icons/components/CreditCardIcon.js +7 -0
  332. package/esm/icons/components/CrossCircleIcon.js +7 -0
  333. package/esm/icons/components/CrownIcon.js +7 -0
  334. package/esm/icons/components/DealmakerIcon.js +7 -0
  335. package/esm/icons/components/DeliveryIcon.js +7 -0
  336. package/esm/icons/components/DetailedSearchIcon.js +7 -0
  337. package/esm/icons/components/EcoFriendlyIcon.js +7 -0
  338. package/esm/icons/components/EditIcon.js +7 -0
  339. package/esm/icons/components/EngineIcon.js +7 -0
  340. package/esm/icons/components/EnglandFlagIcon.js +7 -0
  341. package/esm/icons/components/EvaluationIcon.js +7 -0
  342. package/esm/icons/components/ExaminationMarkFilledIcon.js +7 -0
  343. package/esm/icons/components/ExaminationMarkIcon.js +7 -0
  344. package/esm/icons/components/ExteriorIcon.js +7 -0
  345. package/esm/icons/components/EyeIcon.js +7 -0
  346. package/esm/icons/components/FacebookBtnIcon.js +7 -0
  347. package/esm/icons/components/FacebookIcon.js +7 -0
  348. package/esm/icons/components/FatalIcon.js +7 -0
  349. package/esm/icons/components/FavouriteIcon.js +7 -0
  350. package/esm/icons/components/FavouriteSolidIcon.js +7 -0
  351. package/esm/icons/components/FilterIcon.js +7 -0
  352. package/esm/icons/components/FinanceIcon.js +7 -0
  353. package/esm/icons/components/FindCarIcon.js +7 -0
  354. package/esm/icons/components/FixedMonthlyCostIcon.js +7 -0
  355. package/esm/icons/components/FlagIcon.js +7 -0
  356. package/esm/icons/components/FlexibilityIcon.js +7 -0
  357. package/esm/icons/components/ForumLargeIcon.js +7 -0
  358. package/esm/icons/components/ForumSmallIcon.js +7 -0
  359. package/esm/icons/components/GavelIcon.js +7 -0
  360. package/esm/icons/components/GearboxIcon.js +7 -0
  361. package/esm/icons/components/GiftIcon.js +7 -0
  362. package/esm/icons/components/GridViewIcon.js +7 -0
  363. package/esm/icons/components/GroupIcon.js +7 -0
  364. package/esm/icons/components/GuaranteeIcon.js +7 -0
  365. package/esm/icons/components/GuaranteeLargeIcon.js +7 -0
  366. package/esm/icons/components/GuaranteeSmallIcon.js +7 -0
  367. package/esm/icons/components/HalfCombiIcon.js +7 -0
  368. package/esm/icons/components/HamburgerIcon.js +7 -0
  369. package/esm/icons/components/HandshakeIcon.js +7 -0
  370. package/esm/icons/components/HelpingHandIcon.js +7 -0
  371. package/esm/icons/components/IdIcon.js +7 -0
  372. package/esm/icons/components/InformationIcon.js +7 -0
  373. package/esm/icons/components/InstagramIcon.js +7 -0
  374. package/esm/icons/components/InsuranceIcon.js +7 -0
  375. package/esm/icons/components/InteriorIcon.js +7 -0
  376. package/esm/icons/components/InteriorThinIcon.js +7 -0
  377. package/esm/icons/components/InternationalIcon.js +7 -0
  378. package/esm/icons/components/KvdTestIcon.js +7 -0
  379. package/esm/icons/components/KvdVenueIcon.js +7 -0
  380. package/esm/icons/components/LifebuoyIcon.js +7 -0
  381. package/esm/icons/components/LiftTruckIcon.js +7 -0
  382. package/esm/icons/components/LinkedInIcon.js +7 -0
  383. package/esm/icons/components/ListViewIcon.js +7 -0
  384. package/esm/icons/components/MailIcon.js +7 -0
  385. package/esm/icons/components/MinibusIcon.js +7 -0
  386. package/esm/icons/components/MinivanIcon.js +7 -0
  387. package/esm/icons/components/MobileIcon.js +7 -0
  388. package/esm/icons/components/MotorcycleIcon.js +7 -0
  389. package/esm/icons/components/MrfLogoIcon.js +7 -0
  390. package/esm/icons/components/NotFoundIcon.js +7 -0
  391. package/esm/icons/components/OverbidIcon.js +7 -0
  392. package/esm/icons/components/PdfIconIcon.js +7 -0
  393. package/esm/icons/components/PhoneIcon.js +7 -0
  394. package/esm/icons/components/PickUpIcon.js +7 -0
  395. package/esm/icons/components/PinIcon.js +7 -0
  396. package/esm/icons/components/PlayIcon.js +7 -0
  397. package/esm/icons/components/Pricetag.js +7 -0
  398. package/esm/icons/components/PricetagFilledKronaIcon.js +7 -0
  399. package/esm/icons/components/PrivateCarIcon.js +7 -0
  400. package/esm/icons/components/ProfileCircleIcon.js +7 -0
  401. package/esm/icons/components/ProfileIcon.js +7 -0
  402. package/esm/icons/components/RadioIcon.js +7 -0
  403. package/esm/icons/components/ReclamationIcon.js +7 -0
  404. package/esm/icons/components/ReleasingIcon.js +7 -0
  405. package/esm/icons/components/RemoveFilterIcon.js +7 -0
  406. package/esm/icons/components/ReservedPriceIcon.js +7 -0
  407. package/esm/icons/components/ResultIcon.js +7 -0
  408. package/esm/icons/components/SafePaymentIcon.js +7 -0
  409. package/esm/icons/components/SaleTagIcon.js +7 -0
  410. package/esm/icons/components/SearchCheckIcon.js +7 -0
  411. package/esm/icons/components/SearchIcon.js +7 -0
  412. package/esm/icons/components/SedanIcon.js +7 -0
  413. package/esm/icons/components/SellCarIcon.js +7 -0
  414. package/esm/icons/components/SellCarsIcon.js +7 -0
  415. package/esm/icons/components/ServiceIcon.js +7 -0
  416. package/esm/icons/components/ShareIcon.js +7 -0
  417. package/esm/icons/components/ShieldIcon.js +7 -0
  418. package/esm/icons/components/SignInIcon.js +7 -0
  419. package/esm/icons/components/SignOutIcon.js +7 -0
  420. package/esm/icons/components/SpeedMeterIcon.js +7 -0
  421. package/esm/icons/components/StarCircleIcon.js +7 -0
  422. package/esm/icons/components/StartIcon.js +7 -0
  423. package/esm/icons/components/StoreIcon.js +7 -0
  424. package/esm/icons/components/SuvIcon.js +7 -0
  425. package/esm/icons/components/SwedenFlag.js +7 -0
  426. package/esm/icons/components/TankIcon.js +7 -0
  427. package/esm/icons/components/TireIcon.js +7 -0
  428. package/esm/icons/components/TransportIcon.js +7 -0
  429. package/esm/icons/components/TrashcanIcon.js +7 -0
  430. package/esm/icons/components/TrophyIcon.js +7 -0
  431. package/esm/icons/components/TruckIcon.js +7 -0
  432. package/esm/icons/components/UmbrellaIcon.js +7 -0
  433. package/esm/icons/components/ValuationIcon.js +7 -0
  434. package/esm/icons/components/ValueIcon.js +7 -0
  435. package/esm/icons/components/WarningIcon.js +7 -0
  436. package/esm/icons/components/YoutubeIcon.js +7 -0
  437. package/esm/icons/components/index.js +157 -0
  438. package/esm/index.js +221 -0
  439. package/esm/shared/constants.js +3 -0
  440. package/esm/shared/helpers.js +23 -0
  441. package/esm/shared/helpers.spec.js +40 -0
  442. package/esm/shared/media-queries.js +35 -0
  443. package/esm/theme.js +121 -0
  444. package/esm/typography/BodyText/index.js +49 -0
  445. package/esm/typography/ButtonText/index.js +34 -0
  446. package/esm/typography/Heading/index.js +77 -0
  447. package/esm/utils/utils.js +32 -0
  448. package/package.json +8 -8
  449. package/{ColorCard.d.ts → types/ColorCard.d.ts} +0 -0
  450. package/{ElevationCard.d.ts → types/ElevationCard.d.ts} +0 -0
  451. package/{Interfaces.d.ts → types/Interfaces.d.ts} +0 -0
  452. package/{Types.d.ts → types/Types.d.ts} +0 -0
  453. package/{components → types/components}/Accordion/index.d.ts +0 -0
  454. package/{components → types/components}/Badge/index.d.ts +0 -0
  455. package/{components → types/components}/Button/index.d.ts +0 -0
  456. package/{components → types/components}/Card/index.d.ts +0 -0
  457. package/{components → types/components}/CheckBox/index.d.ts +0 -0
  458. package/{components → types/components}/Chip/index.d.ts +0 -0
  459. package/{components → types/components}/DayPicker/DayPickerNavBar.d.ts +0 -0
  460. package/{components → types/components}/DayPicker/index.d.ts +0 -0
  461. package/{components → types/components}/DayPicker/localeUtils.d.ts +0 -0
  462. package/{components → types/components}/Dialog/index.d.ts +0 -0
  463. package/{components → types/components}/ErrorMessage/index.d.ts +0 -0
  464. package/{components → types/components}/FieldLabel.d.ts +0 -0
  465. package/{components → types/components}/Header/Hamburger.d.ts +0 -0
  466. package/{components → types/components}/Header/Link.d.ts +0 -0
  467. package/{components → types/components}/Header/index.d.ts +0 -0
  468. package/{components → types/components}/Hero/index.d.ts +0 -0
  469. package/{components → types/components}/Icon/index.d.ts +0 -0
  470. package/{components → types/components}/IconButton.d.ts +0 -0
  471. package/{components → types/components}/Icons/Arrow.d.ts +0 -0
  472. package/{components → types/components}/Icons/CheckCircle.d.ts +0 -0
  473. package/{components → types/components}/Icons/CheckIcon.d.ts +0 -0
  474. package/{components → types/components}/Icons/Close.d.ts +0 -0
  475. package/{components → types/components}/Icons/ErrorCircle.d.ts +0 -0
  476. package/{components → types/components}/Icons/InfoCircle.d.ts +0 -0
  477. package/{components → types/components}/InlineStepper/Step.d.ts +0 -0
  478. package/{components → types/components}/InlineStepper/StepCircle.d.ts +0 -0
  479. package/{components → types/components}/InlineStepper/index.d.ts +0 -0
  480. package/{components → types/components}/ListItem/Bacon.d.ts +0 -0
  481. package/{components → types/components}/ListItem/index.d.ts +0 -0
  482. package/{components → types/components}/Logo/LogoEn.d.ts +0 -0
  483. package/{components → types/components}/Logo/LogoSv.d.ts +0 -0
  484. package/{components → types/components}/Logo/index.d.ts +0 -0
  485. package/{components → types/components}/MenuItem/index.d.ts +0 -0
  486. package/{components → types/components}/Modal/index.d.ts +0 -0
  487. package/{components → types/components}/NotificationButton/index.d.ts +0 -0
  488. package/{components → types/components}/OffCanvas/Overlay.d.ts +0 -0
  489. package/{components → types/components}/OffCanvas/index.d.ts +0 -0
  490. package/{components → types/components}/OffCanvas/useClickOutside.d.ts +0 -0
  491. package/{components → types/components}/RadioButton/index.d.ts +0 -0
  492. package/{components → types/components}/Range/index.d.ts +0 -0
  493. package/{components → types/components}/Select/components/test-icon.d.ts +0 -0
  494. package/{components → types/components}/Select/index.d.ts +0 -0
  495. package/{components → types/components}/Snackbar/index.d.ts +0 -0
  496. package/{components → types/components}/Spinner/index.d.ts +0 -0
  497. package/{components → types/components}/Stepper/index.d.ts +0 -0
  498. package/{components → types/components}/StepperAccordion/index.d.ts +0 -0
  499. package/{components → types/components}/Tabs/index.d.ts +0 -0
  500. package/{components → types/components}/TextArea/index.d.ts +0 -0
  501. package/{components → types/components}/Textfield/index.d.ts +0 -0
  502. package/{components → types/components}/TimePicker/index.d.ts +0 -0
  503. package/{components → types/components}/TimePicker/testHelper.d.ts +0 -0
  504. package/{components → types/components}/Toggle/index.d.ts +0 -0
  505. package/{icons → types/icons}/components/AccountCreateIcon.d.ts +0 -0
  506. package/{icons → types/icons}/components/AccountIcon.d.ts +0 -0
  507. package/{icons → types/icons}/components/AccountLoginIcon.d.ts +0 -0
  508. package/{icons → types/icons}/components/ArrowDownIcon.d.ts +0 -0
  509. package/{icons → types/icons}/components/ArrowLeftIcon.d.ts +0 -0
  510. package/{icons → types/icons}/components/ArrowLeftSharpIcon.d.ts +0 -0
  511. package/{icons → types/icons}/components/ArrowLeftSmallIcon.d.ts +0 -0
  512. package/{icons → types/icons}/components/ArrowLong.d.ts +0 -0
  513. package/{icons → types/icons}/components/ArrowRestartIcon.d.ts +0 -0
  514. package/{icons → types/icons}/components/ArrowRightIcon.d.ts +0 -0
  515. package/{icons → types/icons}/components/ArrowRightSharpIcon.d.ts +0 -0
  516. package/{icons → types/icons}/components/ArrowUpIcon.d.ts +0 -0
  517. package/{icons → types/icons}/components/AuctionIcon.d.ts +0 -0
  518. package/{icons → types/icons}/components/BackArrowIcon.d.ts +0 -0
  519. package/{icons → types/icons}/components/Baseline360Icon.d.ts +0 -0
  520. package/{icons → types/icons}/components/BellIcon.d.ts +0 -0
  521. package/{icons → types/icons}/components/BidIcon.d.ts +0 -0
  522. package/{icons → types/icons}/components/BidKrIcon.d.ts +0 -0
  523. package/{icons → types/icons}/components/BreaksIcon.d.ts +0 -0
  524. package/{icons → types/icons}/components/BuyCarIcon.d.ts +0 -0
  525. package/{icons → types/icons}/components/CabIcon.d.ts +0 -0
  526. package/{icons → types/icons}/components/CalendarIcon.d.ts +0 -0
  527. package/{icons → types/icons}/components/CameraIcon.d.ts +0 -0
  528. package/{icons → types/icons}/components/Car360Icon.d.ts +0 -0
  529. package/{icons → types/icons}/components/CarFrontIcon.d.ts +0 -0
  530. package/{icons → types/icons}/components/CarSearchIcon.d.ts +0 -0
  531. package/{icons → types/icons}/components/CarSideIcon.d.ts +0 -0
  532. package/{icons → types/icons}/components/CarTiresIcon.d.ts +0 -0
  533. package/{icons → types/icons}/components/CaravanIcon.d.ts +0 -0
  534. package/{icons → types/icons}/components/CardViewIcon.d.ts +0 -0
  535. package/{icons → types/icons}/components/CarloanIcon.d.ts +0 -0
  536. package/{icons → types/icons}/components/CertifiedIcon.d.ts +0 -0
  537. package/{icons → types/icons}/components/ChatIcon.d.ts +0 -0
  538. package/{icons → types/icons}/components/CheckIcon.d.ts +0 -0
  539. package/{icons → types/icons}/components/CheckThinIcon.d.ts +0 -0
  540. package/{icons → types/icons}/components/CheckmarkFilledIcon.d.ts +0 -0
  541. package/{icons → types/icons}/components/CheckmarkIcon.d.ts +0 -0
  542. package/{icons → types/icons}/components/ClipboardFilledIcon.d.ts +0 -0
  543. package/{icons → types/icons}/components/ClipboardIcon.d.ts +0 -0
  544. package/{icons → types/icons}/components/ClockFilledIcon.d.ts +0 -0
  545. package/{icons → types/icons}/components/ClockIcon.d.ts +0 -0
  546. package/{icons → types/icons}/components/CloseIcon.d.ts +0 -0
  547. package/{icons → types/icons}/components/CloseThinIcon.d.ts +0 -0
  548. package/{icons → types/icons}/components/CoffeeIcon.d.ts +0 -0
  549. package/{icons → types/icons}/components/CombiIcon.d.ts +0 -0
  550. package/{icons → types/icons}/components/CommentCircleFilledIcon.d.ts +0 -0
  551. package/{icons → types/icons}/components/CommentCircleIconIcon.d.ts +0 -0
  552. package/{icons → types/icons}/components/CommentIcon.d.ts +0 -0
  553. package/{icons → types/icons}/components/ContactIcon.d.ts +0 -0
  554. package/{icons → types/icons}/components/CoupeIcon.d.ts +0 -0
  555. package/{icons → types/icons}/components/CreditCardIcon.d.ts +0 -0
  556. package/{icons → types/icons}/components/CrossCircleIcon.d.ts +0 -0
  557. package/{icons → types/icons}/components/CrownIcon.d.ts +0 -0
  558. package/{icons → types/icons}/components/DealmakerIcon.d.ts +0 -0
  559. package/{icons → types/icons}/components/DeliveryIcon.d.ts +0 -0
  560. package/{icons → types/icons}/components/DetailedSearchIcon.d.ts +0 -0
  561. package/{icons → types/icons}/components/EcoFriendlyIcon.d.ts +0 -0
  562. package/{icons → types/icons}/components/EditIcon.d.ts +0 -0
  563. package/{icons → types/icons}/components/EngineIcon.d.ts +0 -0
  564. package/{icons → types/icons}/components/EnglandFlagIcon.d.ts +0 -0
  565. package/{icons → types/icons}/components/EvaluationIcon.d.ts +0 -0
  566. package/{icons → types/icons}/components/ExaminationMarkFilledIcon.d.ts +0 -0
  567. package/{icons → types/icons}/components/ExaminationMarkIcon.d.ts +0 -0
  568. package/{icons → types/icons}/components/ExteriorIcon.d.ts +0 -0
  569. package/{icons → types/icons}/components/EyeIcon.d.ts +0 -0
  570. package/{icons → types/icons}/components/FacebookBtnIcon.d.ts +0 -0
  571. package/{icons → types/icons}/components/FacebookIcon.d.ts +0 -0
  572. package/{icons → types/icons}/components/FatalIcon.d.ts +0 -0
  573. package/{icons → types/icons}/components/FavouriteIcon.d.ts +0 -0
  574. package/{icons → types/icons}/components/FavouriteSolidIcon.d.ts +0 -0
  575. package/{icons → types/icons}/components/FilterIcon.d.ts +0 -0
  576. package/{icons → types/icons}/components/FinanceIcon.d.ts +0 -0
  577. package/{icons → types/icons}/components/FindCarIcon.d.ts +0 -0
  578. package/{icons → types/icons}/components/FixedMonthlyCostIcon.d.ts +0 -0
  579. package/{icons → types/icons}/components/FlagIcon.d.ts +0 -0
  580. package/{icons → types/icons}/components/FlexibilityIcon.d.ts +0 -0
  581. package/{icons → types/icons}/components/ForumLargeIcon.d.ts +0 -0
  582. package/{icons → types/icons}/components/ForumSmallIcon.d.ts +0 -0
  583. package/{icons → types/icons}/components/GavelIcon.d.ts +0 -0
  584. package/{icons → types/icons}/components/GearboxIcon.d.ts +0 -0
  585. package/{icons → types/icons}/components/GiftIcon.d.ts +0 -0
  586. package/{icons → types/icons}/components/GridViewIcon.d.ts +0 -0
  587. package/{icons → types/icons}/components/GroupIcon.d.ts +0 -0
  588. package/{icons → types/icons}/components/GuaranteeIcon.d.ts +0 -0
  589. package/{icons → types/icons}/components/GuaranteeLargeIcon.d.ts +0 -0
  590. package/{icons → types/icons}/components/GuaranteeSmallIcon.d.ts +0 -0
  591. package/{icons → types/icons}/components/HalfCombiIcon.d.ts +0 -0
  592. package/{icons → types/icons}/components/HamburgerIcon.d.ts +0 -0
  593. package/{icons → types/icons}/components/HandshakeIcon.d.ts +0 -0
  594. package/{icons → types/icons}/components/HelpingHandIcon.d.ts +0 -0
  595. package/{icons → types/icons}/components/IdIcon.d.ts +0 -0
  596. package/{icons → types/icons}/components/InformationIcon.d.ts +0 -0
  597. package/{icons → types/icons}/components/InstagramIcon.d.ts +0 -0
  598. package/{icons → types/icons}/components/InsuranceIcon.d.ts +0 -0
  599. package/{icons → types/icons}/components/InteriorIcon.d.ts +0 -0
  600. package/{icons → types/icons}/components/InteriorThinIcon.d.ts +0 -0
  601. package/{icons → types/icons}/components/InternationalIcon.d.ts +0 -0
  602. package/{icons → types/icons}/components/KvdTestIcon.d.ts +0 -0
  603. package/{icons → types/icons}/components/KvdVenueIcon.d.ts +0 -0
  604. package/{icons → types/icons}/components/LifebuoyIcon.d.ts +0 -0
  605. package/{icons → types/icons}/components/LiftTruckIcon.d.ts +0 -0
  606. package/{icons → types/icons}/components/LinkedInIcon.d.ts +0 -0
  607. package/{icons → types/icons}/components/ListViewIcon.d.ts +0 -0
  608. package/{icons → types/icons}/components/MailIcon.d.ts +0 -0
  609. package/{icons → types/icons}/components/MinibusIcon.d.ts +0 -0
  610. package/{icons → types/icons}/components/MinivanIcon.d.ts +0 -0
  611. package/{icons → types/icons}/components/MobileIcon.d.ts +0 -0
  612. package/{icons → types/icons}/components/MotorcycleIcon.d.ts +0 -0
  613. package/{icons → types/icons}/components/MrfLogoIcon.d.ts +0 -0
  614. package/{icons → types/icons}/components/NotFoundIcon.d.ts +0 -0
  615. package/{icons → types/icons}/components/OverbidIcon.d.ts +0 -0
  616. package/{icons → types/icons}/components/PdfIconIcon.d.ts +0 -0
  617. package/{icons → types/icons}/components/PhoneIcon.d.ts +0 -0
  618. package/{icons → types/icons}/components/PickUpIcon.d.ts +0 -0
  619. package/{icons → types/icons}/components/PinIcon.d.ts +0 -0
  620. package/{icons → types/icons}/components/PlayIcon.d.ts +0 -0
  621. package/{icons → types/icons}/components/Pricetag.d.ts +0 -0
  622. package/{icons → types/icons}/components/PricetagFilledKronaIcon.d.ts +0 -0
  623. package/{icons → types/icons}/components/PrivateCarIcon.d.ts +0 -0
  624. package/{icons → types/icons}/components/ProfileCircleIcon.d.ts +0 -0
  625. package/{icons → types/icons}/components/ProfileIcon.d.ts +0 -0
  626. package/{icons → types/icons}/components/RadioIcon.d.ts +0 -0
  627. package/{icons → types/icons}/components/ReclamationIcon.d.ts +0 -0
  628. package/{icons → types/icons}/components/ReleasingIcon.d.ts +0 -0
  629. package/{icons → types/icons}/components/RemoveFilterIcon.d.ts +0 -0
  630. package/{icons → types/icons}/components/ReservedPriceIcon.d.ts +0 -0
  631. package/{icons → types/icons}/components/ResultIcon.d.ts +0 -0
  632. package/{icons → types/icons}/components/SafePaymentIcon.d.ts +0 -0
  633. package/{icons → types/icons}/components/SaleTagIcon.d.ts +0 -0
  634. package/{icons → types/icons}/components/SearchCheckIcon.d.ts +0 -0
  635. package/{icons → types/icons}/components/SearchIcon.d.ts +0 -0
  636. package/{icons → types/icons}/components/SedanIcon.d.ts +0 -0
  637. package/{icons → types/icons}/components/SellCarIcon.d.ts +0 -0
  638. package/{icons → types/icons}/components/SellCarsIcon.d.ts +0 -0
  639. package/{icons → types/icons}/components/ServiceIcon.d.ts +0 -0
  640. package/{icons → types/icons}/components/ShareIcon.d.ts +0 -0
  641. package/{icons → types/icons}/components/ShieldIcon.d.ts +0 -0
  642. package/{icons → types/icons}/components/SignInIcon.d.ts +0 -0
  643. package/{icons → types/icons}/components/SignOutIcon.d.ts +0 -0
  644. package/{icons → types/icons}/components/SpeedMeterIcon.d.ts +0 -0
  645. package/{icons → types/icons}/components/StarCircleIcon.d.ts +0 -0
  646. package/{icons → types/icons}/components/StartIcon.d.ts +0 -0
  647. package/{icons → types/icons}/components/StoreIcon.d.ts +0 -0
  648. package/{icons → types/icons}/components/SuvIcon.d.ts +0 -0
  649. package/{icons → types/icons}/components/SwedenFlag.d.ts +0 -0
  650. package/{icons → types/icons}/components/TankIcon.d.ts +0 -0
  651. package/{icons → types/icons}/components/TireIcon.d.ts +0 -0
  652. package/{icons → types/icons}/components/TransportIcon.d.ts +0 -0
  653. package/{icons → types/icons}/components/TrashcanIcon.d.ts +0 -0
  654. package/{icons → types/icons}/components/TrophyIcon.d.ts +0 -0
  655. package/{icons → types/icons}/components/TruckIcon.d.ts +0 -0
  656. package/{icons → types/icons}/components/UmbrellaIcon.d.ts +0 -0
  657. package/{icons → types/icons}/components/ValuationIcon.d.ts +0 -0
  658. package/{icons → types/icons}/components/ValueIcon.d.ts +0 -0
  659. package/{icons → types/icons}/components/WarningIcon.d.ts +0 -0
  660. package/{icons → types/icons}/components/YoutubeIcon.d.ts +0 -0
  661. package/{icons → types/icons}/components/index.d.ts +0 -0
  662. package/{icons → types/icons}/template.d.ts +0 -0
  663. package/{index.d.ts → types/index.d.ts} +0 -0
  664. package/{serviceWorker.d.ts → types/serviceWorker.d.ts} +0 -0
  665. package/{setupTests.d.ts → types/setupTests.d.ts} +0 -0
  666. package/{shared → types/shared}/constants.d.ts +0 -0
  667. package/{shared → types/shared}/helpers.d.ts +0 -0
  668. package/{shared → types/shared}/media-queries.d.ts +0 -0
  669. package/{testUtils.d.ts → types/testUtils.d.ts} +0 -0
  670. package/{theme.d.ts → types/theme.d.ts} +0 -0
  671. package/{typography → types/typography}/BodyText/index.d.ts +0 -0
  672. package/{typography → types/typography}/ButtonText/index.d.ts +0 -0
  673. package/{typography → types/typography}/Heading/index.d.ts +0 -0
  674. package/{utils → types/utils}/utils.d.ts +0 -0
  675. package/ButtonExample.d.ts +0 -2
  676. package/ButtonExample.js +0 -5
  677. package/ColorCard.js +0 -40
  678. package/ElevationCard.js +0 -27
  679. package/components/Accordion/index.js +0 -115
  680. package/components/Badge/index.js +0 -69
  681. package/components/Button/index.js +0 -161
  682. package/components/Card/index.js +0 -19
  683. package/components/CheckBox/index.js +0 -100
  684. package/components/Chip/index.js +0 -90
  685. package/components/DayPicker/DayPickerNavBar.js +0 -52
  686. package/components/DayPicker/index.js +0 -66
  687. package/components/DayPicker/localeUtils.js +0 -52
  688. package/components/Dialog/index.js +0 -79
  689. package/components/ErrorMessage/index.js +0 -22
  690. package/components/FieldLabel.js +0 -51
  691. package/components/Header/Hamburger.js +0 -47
  692. package/components/Header/Link.js +0 -45
  693. package/components/Header/index.js +0 -109
  694. package/components/Hero/index.js +0 -56
  695. package/components/Icon/index.js +0 -107
  696. package/components/IconButton.js +0 -122
  697. package/components/Icons/Arrow.js +0 -12
  698. package/components/Icons/CheckCircle.js +0 -12
  699. package/components/Icons/CheckIcon.js +0 -12
  700. package/components/Icons/Close.js +0 -12
  701. package/components/Icons/ErrorCircle.js +0 -12
  702. package/components/Icons/InfoCircle.js +0 -12
  703. package/components/InlineStepper/Step.js +0 -107
  704. package/components/InlineStepper/StepCircle.js +0 -85
  705. package/components/InlineStepper/index.js +0 -43
  706. package/components/ListItem/Bacon.js +0 -12
  707. package/components/ListItem/index.js +0 -48
  708. package/components/Logo/LogoEn.js +0 -31
  709. package/components/Logo/LogoSv.js +0 -31
  710. package/components/Logo/index.js +0 -23
  711. package/components/MenuItem/index.js +0 -90
  712. package/components/Modal/index.js +0 -128
  713. package/components/NotificationButton/index.js +0 -31
  714. package/components/OffCanvas/Overlay.js +0 -61
  715. package/components/OffCanvas/index.js +0 -124
  716. package/components/OffCanvas/useClickOutside.js +0 -17
  717. package/components/RadioButton/index.js +0 -139
  718. package/components/Range/index.js +0 -73
  719. package/components/Select/components/test-icon.js +0 -12
  720. package/components/Select/index.js +0 -215
  721. package/components/Snackbar/index.js +0 -146
  722. package/components/Spinner/index.js +0 -60
  723. package/components/Stepper/index.js +0 -52
  724. package/components/StepperAccordion/index.js +0 -124
  725. package/components/Tabs/index.js +0 -61
  726. package/components/TextArea/index.js +0 -111
  727. package/components/Textfield/index.js +0 -121
  728. package/components/TimePicker/index.js +0 -40
  729. package/components/TimePicker/testHelper.js +0 -12
  730. package/components/Toggle/index.js +0 -75
  731. package/icons/components/AccountCreateIcon.js +0 -22
  732. package/icons/components/AccountIcon.js +0 -18
  733. package/icons/components/AccountLoginIcon.js +0 -24
  734. package/icons/components/ArrowDownIcon.js +0 -18
  735. package/icons/components/ArrowLeftIcon.js +0 -16
  736. package/icons/components/ArrowLeftSharpIcon.js +0 -18
  737. package/icons/components/ArrowLeftSmallIcon.js +0 -18
  738. package/icons/components/ArrowLong.js +0 -19
  739. package/icons/components/ArrowRestartIcon.js +0 -18
  740. package/icons/components/ArrowRightIcon.js +0 -16
  741. package/icons/components/ArrowRightSharpIcon.js +0 -18
  742. package/icons/components/ArrowUpIcon.js +0 -18
  743. package/icons/components/AuctionIcon.js +0 -16
  744. package/icons/components/BackArrowIcon.js +0 -16
  745. package/icons/components/Baseline360Icon.js +0 -19
  746. package/icons/components/BellIcon.js +0 -16
  747. package/icons/components/BidIcon.js +0 -16
  748. package/icons/components/BidKrIcon.js +0 -22
  749. package/icons/components/BreaksIcon.js +0 -16
  750. package/icons/components/BuyCarIcon.js +0 -16
  751. package/icons/components/CabIcon.js +0 -18
  752. package/icons/components/CalendarIcon.js +0 -25
  753. package/icons/components/CameraIcon.js +0 -16
  754. package/icons/components/Car360Icon.js +0 -41
  755. package/icons/components/CarFrontIcon.js +0 -16
  756. package/icons/components/CarSearchIcon.js +0 -16
  757. package/icons/components/CarSideIcon.js +0 -16
  758. package/icons/components/CarTiresIcon.js +0 -16
  759. package/icons/components/CaravanIcon.js +0 -16
  760. package/icons/components/CardViewIcon.js +0 -42
  761. package/icons/components/CarloanIcon.js +0 -18
  762. package/icons/components/CertifiedIcon.js +0 -26
  763. package/icons/components/ChatIcon.js +0 -17
  764. package/icons/components/CheckIcon.js +0 -17
  765. package/icons/components/CheckThinIcon.js +0 -17
  766. package/icons/components/CheckmarkFilledIcon.js +0 -16
  767. package/icons/components/CheckmarkIcon.js +0 -16
  768. package/icons/components/ClipboardFilledIcon.js +0 -16
  769. package/icons/components/ClipboardIcon.js +0 -16
  770. package/icons/components/ClockFilledIcon.js +0 -18
  771. package/icons/components/ClockIcon.js +0 -17
  772. package/icons/components/CloseIcon.js +0 -17
  773. package/icons/components/CloseThinIcon.js +0 -18
  774. package/icons/components/CoffeeIcon.js +0 -17
  775. package/icons/components/CombiIcon.js +0 -18
  776. package/icons/components/CommentCircleFilledIcon.js +0 -22
  777. package/icons/components/CommentCircleIconIcon.js +0 -20
  778. package/icons/components/CommentIcon.js +0 -20
  779. package/icons/components/ContactIcon.js +0 -20
  780. package/icons/components/CoupeIcon.js +0 -18
  781. package/icons/components/CreditCardIcon.js +0 -17
  782. package/icons/components/CrossCircleIcon.js +0 -16
  783. package/icons/components/CrownIcon.js +0 -17
  784. package/icons/components/DealmakerIcon.js +0 -22
  785. package/icons/components/DeliveryIcon.js +0 -25
  786. package/icons/components/DetailedSearchIcon.js +0 -17
  787. package/icons/components/EcoFriendlyIcon.js +0 -20
  788. package/icons/components/EditIcon.js +0 -17
  789. package/icons/components/EngineIcon.js +0 -16
  790. package/icons/components/EnglandFlagIcon.js +0 -34
  791. package/icons/components/EvaluationIcon.js +0 -20
  792. package/icons/components/ExaminationMarkFilledIcon.js +0 -16
  793. package/icons/components/ExaminationMarkIcon.js +0 -16
  794. package/icons/components/ExteriorIcon.js +0 -16
  795. package/icons/components/EyeIcon.js +0 -22
  796. package/icons/components/FacebookBtnIcon.js +0 -16
  797. package/icons/components/FacebookIcon.js +0 -18
  798. package/icons/components/FatalIcon.js +0 -18
  799. package/icons/components/FavouriteIcon.js +0 -16
  800. package/icons/components/FavouriteSolidIcon.js +0 -16
  801. package/icons/components/FilterIcon.js +0 -18
  802. package/icons/components/FinanceIcon.js +0 -16
  803. package/icons/components/FindCarIcon.js +0 -16
  804. package/icons/components/FixedMonthlyCostIcon.js +0 -22
  805. package/icons/components/FlagIcon.js +0 -16
  806. package/icons/components/FlexibilityIcon.js +0 -22
  807. package/icons/components/ForumLargeIcon.js +0 -16
  808. package/icons/components/ForumSmallIcon.js +0 -16
  809. package/icons/components/GavelIcon.js +0 -18
  810. package/icons/components/GearboxIcon.js +0 -18
  811. package/icons/components/GiftIcon.js +0 -32
  812. package/icons/components/GridViewIcon.js +0 -16
  813. package/icons/components/GroupIcon.js +0 -53
  814. package/icons/components/GuaranteeIcon.js +0 -16
  815. package/icons/components/GuaranteeLargeIcon.js +0 -16
  816. package/icons/components/GuaranteeSmallIcon.js +0 -16
  817. package/icons/components/HalfCombiIcon.js +0 -18
  818. package/icons/components/HamburgerIcon.js +0 -16
  819. package/icons/components/HandshakeIcon.js +0 -16
  820. package/icons/components/HelpingHandIcon.js +0 -34
  821. package/icons/components/IdIcon.js +0 -19
  822. package/icons/components/InformationIcon.js +0 -16
  823. package/icons/components/InstagramIcon.js +0 -23
  824. package/icons/components/InsuranceIcon.js +0 -16
  825. package/icons/components/InteriorIcon.js +0 -18
  826. package/icons/components/InteriorThinIcon.js +0 -18
  827. package/icons/components/InternationalIcon.js +0 -24
  828. package/icons/components/KvdTestIcon.js +0 -16
  829. package/icons/components/KvdVenueIcon.js +0 -16
  830. package/icons/components/LifebuoyIcon.js +0 -16
  831. package/icons/components/LiftTruckIcon.js +0 -16
  832. package/icons/components/LinkedInIcon.js +0 -16
  833. package/icons/components/ListViewIcon.js +0 -38
  834. package/icons/components/MailIcon.js +0 -18
  835. package/icons/components/MinibusIcon.js +0 -18
  836. package/icons/components/MinivanIcon.js +0 -19
  837. package/icons/components/MobileIcon.js +0 -26
  838. package/icons/components/MotorcycleIcon.js +0 -48
  839. package/icons/components/MrfLogoIcon.js +0 -27
  840. package/icons/components/NotFoundIcon.js +0 -16
  841. package/icons/components/OverbidIcon.js +0 -18
  842. package/icons/components/PdfIconIcon.js +0 -16
  843. package/icons/components/PhoneIcon.js +0 -18
  844. package/icons/components/PickUpIcon.js +0 -16
  845. package/icons/components/PinIcon.js +0 -16
  846. package/icons/components/PlayIcon.js +0 -16
  847. package/icons/components/Pricetag.js +0 -25
  848. package/icons/components/PricetagFilledKronaIcon.js +0 -21
  849. package/icons/components/PrivateCarIcon.js +0 -16
  850. package/icons/components/ProfileCircleIcon.js +0 -16
  851. package/icons/components/ProfileIcon.js +0 -16
  852. package/icons/components/RadioIcon.js +0 -28
  853. package/icons/components/ReclamationIcon.js +0 -16
  854. package/icons/components/ReleasingIcon.js +0 -22
  855. package/icons/components/RemoveFilterIcon.js +0 -16
  856. package/icons/components/ReservedPriceIcon.js +0 -16
  857. package/icons/components/ResultIcon.js +0 -16
  858. package/icons/components/SafePaymentIcon.js +0 -16
  859. package/icons/components/SaleTagIcon.js +0 -16
  860. package/icons/components/SearchCheckIcon.js +0 -22
  861. package/icons/components/SearchIcon.js +0 -16
  862. package/icons/components/SedanIcon.js +0 -18
  863. package/icons/components/SellCarIcon.js +0 -16
  864. package/icons/components/SellCarsIcon.js +0 -16
  865. package/icons/components/ServiceIcon.js +0 -21
  866. package/icons/components/ShareIcon.js +0 -42
  867. package/icons/components/ShieldIcon.js +0 -16
  868. package/icons/components/SignInIcon.js +0 -16
  869. package/icons/components/SignOutIcon.js +0 -16
  870. package/icons/components/SpeedMeterIcon.js +0 -18
  871. package/icons/components/StarCircleIcon.js +0 -16
  872. package/icons/components/StartIcon.js +0 -24
  873. package/icons/components/StoreIcon.js +0 -16
  874. package/icons/components/SuvIcon.js +0 -18
  875. package/icons/components/SwedenFlag.js +0 -24
  876. package/icons/components/TankIcon.js +0 -26
  877. package/icons/components/TireIcon.js +0 -16
  878. package/icons/components/TransportIcon.js +0 -16
  879. package/icons/components/TrashcanIcon.js +0 -16
  880. package/icons/components/TrophyIcon.js +0 -16
  881. package/icons/components/TruckIcon.js +0 -16
  882. package/icons/components/UmbrellaIcon.js +0 -16
  883. package/icons/components/ValuationIcon.js +0 -16
  884. package/icons/components/ValueIcon.js +0 -21
  885. package/icons/components/WarningIcon.js +0 -16
  886. package/icons/components/YoutubeIcon.js +0 -16
  887. package/icons/components/index.js +0 -157
  888. package/index.js +0 -220
  889. package/index2.d.ts +0 -40
  890. package/index2.js +0 -220
  891. package/react-app-env.d.js +0 -1
  892. package/shared/constants.js +0 -3
  893. package/shared/helpers.js +0 -23
  894. package/shared/helpers.spec.js +0 -34
  895. package/shared/media-queries.js +0 -35
  896. package/styled.d.js +0 -1
  897. package/theme.js +0 -121
  898. package/typography/BodyText/index.js +0 -48
  899. package/typography/ButtonText/index.js +0 -33
  900. package/typography/Heading/index.js +0 -76
  901. package/utils/utils.js +0 -28
@@ -0,0 +1,95 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var react = require('react');
7
+ var styled = require('styled-components');
8
+ var theme = require('../../theme.js');
9
+ var components_FieldLabel = require('../FieldLabel.js');
10
+ var typography_BodyText_index = require('../../typography/BodyText/index.js');
11
+
12
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
13
+
14
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
15
+
16
+ const disabledStyles = styled.css `
17
+ border: 1px solid ${theme['default'].colors.gray.light1};
18
+ color: ${theme['default'].colors.gray.dark1};
19
+ fill: ${theme['default'].colors.gray.light1};
20
+ `;
21
+ const errorStyles = styled.css `
22
+ border: 1px solid ${theme['default'].colors.error.main};
23
+ `;
24
+ const focusStyles = styled.css `
25
+ color: ${theme['default'].colors.text.dark};
26
+ border: 1px solid ${theme['default'].colors.text.dark};
27
+ fill: ${theme['default'].colors.text.dark};
28
+ `;
29
+ const TextFieldWrapper = styled__default['default'].div `
30
+ position: relative;
31
+ padding: 0;
32
+ display: block;
33
+ `;
34
+ // eslint-disable-next-line prettier/prettier
35
+ const InputWrapper = styled__default['default'].div `
36
+ display: flex;
37
+ text-align: center;
38
+ align-items: center;
39
+
40
+ color: ${theme['default'].colors.gray.light1};
41
+ fill: ${theme['default'].colors.gray.light1};
42
+ background-color: ${theme['default'].colors.background.light};
43
+
44
+ border: 1px solid ${theme['default'].colors.gray.light1};
45
+ border-radius: 0.25em;
46
+ transition: all 150ms;
47
+
48
+ padding: 0.7rem 0.75rem 0.6rem;
49
+
50
+ ${({ hasError, isFocused }) => !hasError && isFocused && focusStyles}
51
+ ${({ disabled }) => disabled && disabledStyles}
52
+ ${({ hasError }) => hasError && errorStyles}
53
+ ${({ centered }) => centered && `text-align: center;`}
54
+ `;
55
+ const Input = styled__default['default'].input `
56
+ ${typography_BodyText_index.BodyTextStyle}
57
+ width: 100%;
58
+ cursor: text;
59
+ outline: none;
60
+ border: none;
61
+ background-color: transparent;
62
+ `;
63
+ const Suffix = styled__default['default'].div `
64
+ font-family: ${({ theme }) => theme.typography.fontBaseFamily};
65
+ line-height: 0px;
66
+ margin-top: 2px;
67
+ `;
68
+ const HelperText = styled__default['default'].span `
69
+ ${typography_BodyText_index.CaptionStyle}
70
+ line-height: normal;
71
+ display: block;
72
+ margin-top: 0.25rem;
73
+ margin-left: 0.85rem;
74
+
75
+ color: ${({ hasError }) => hasError ? theme['default'].colors.error.main : theme['default'].colors.text.dark};
76
+
77
+ ${({ centered }) => centered && `width: 100%; text-align: center; display: block;`}
78
+ `;
79
+ /** The main text field used */
80
+ const TextField = ({ placeholder = '', isDisabled = false, centered = false, hasError = false, className, helperText, label = '', onBlur = () => null, onFocus = () => null, forwardRef, ...props }) => {
81
+ const [isFocused, setIsFocused] = react.useState(false);
82
+ const hasValue = Boolean(props.value);
83
+ const handleFocus = (event) => {
84
+ setIsFocused(true);
85
+ onFocus(event);
86
+ };
87
+ const handleBlur = (event) => {
88
+ setIsFocused(false);
89
+ onBlur(event);
90
+ };
91
+ return (jsxRuntime.jsxs(TextFieldWrapper, Object.assign({ className: className }, { children: [jsxRuntime.jsxs(InputWrapper, Object.assign({ isFocused: isFocused, disabled: isDisabled, centered: centered, hasError: hasError, hasPlaceholder: !!placeholder }, { children: [jsxRuntime.jsx(Input, Object.assign({}, props, { ref: forwardRef, onFocus: handleFocus, onBlur: handleBlur, disabled: isDisabled, theme: theme['default'], placeholder: label && !isFocused ? '' : placeholder }), void 0), props.suffix && jsxRuntime.jsx(Suffix, { children: props.suffix }, void 0)] }), void 0), label && (jsxRuntime.jsx(components_FieldLabel.Label, Object.assign({ isFocused: isFocused, centered: centered, hasError: hasError, hasValue: hasValue, disabled: isDisabled, theme: theme['default'] }, { children: label }), void 0)), helperText && (jsxRuntime.jsx(HelperText, Object.assign({ centered: centered, hasError: hasError }, { children: helperText }), void 0))] }), void 0));
92
+ };
93
+
94
+ exports.TextField = TextField;
95
+ exports['default'] = TextField;
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var styled = require('styled-components');
7
+ var components_Chip_index = require('../Chip/index.js');
8
+ require('../../shared/helpers.js');
9
+ require('../../theme.js');
10
+
11
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
12
+
13
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
14
+
15
+ const TimeSlots = styled__default['default'].ul `
16
+ max-width: 20rem;
17
+ display: grid;
18
+ grid-template-columns: repeat(4, 1fr);
19
+ gap: 0.625rem 0.75rem;
20
+ flex-wrap: wrap;
21
+ margin: 0;
22
+ padding: 0;
23
+ `;
24
+ const isCurrentTime = (currentItem, selectedTimes) => {
25
+ return Array.isArray(selectedTimes)
26
+ ? Boolean(selectedTimes.find(t => t.getTime() === currentItem.getTime()))
27
+ : (selectedTimes === null || selectedTimes === void 0 ? void 0 : selectedTimes.getTime()) === currentItem.getTime();
28
+ };
29
+ const TimePicker = ({ timeSlots, onTimeSlotClick, selectedTimes, disabledTimes, ...props }) => (jsxRuntime.jsx(TimeSlots, Object.assign({}, props, { children: timeSlots.map(({ text, date }) => {
30
+ const isSelected = isCurrentTime(date, selectedTimes);
31
+ const isDisabled = isCurrentTime(date, disabledTimes);
32
+ return (jsxRuntime.jsx(components_Chip_index.Chip, Object.assign({ component: "li", "data-selected": isSelected, "data-disabled": isDisabled, isDisabled: isDisabled, isActive: isSelected, onClick: () => !isSelected && !isDisabled && onTimeSlotClick(date) }, { children: text }), date.getTime()));
33
+ }) }), void 0));
34
+
35
+ exports.TimePicker = TimePicker;
36
+ exports['default'] = TimePicker;
@@ -0,0 +1,17 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const generateTimeSlots = (x) => {
6
+ const addHour = (h) => h * 60 * 60 * 1000;
7
+ const startDate = new Date('2020/02/02');
8
+ const t = new Date(startDate);
9
+ // eslint-disable-next-line no-unused-vars
10
+ return Array.from({ length: x }, (_, i) => {
11
+ const date = new Date(t.setTime(t.getDate() + addHour(i)));
12
+ const text = i < 10 ? `0${i + 1}:00` : `${i + 1}:00`;
13
+ return { date, text };
14
+ });
15
+ };
16
+
17
+ exports.generateTimeSlots = generateTimeSlots;
@@ -0,0 +1,72 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var react = require('react');
7
+ var styled = require('styled-components');
8
+ var theme = require('../../theme.js');
9
+
10
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
11
+
12
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
13
+
14
+ const Container = styled__default['default'].div `
15
+ display: flex;
16
+ position: relative;
17
+ border-top: ${({ theme }) => `1px solid ${theme.colors.gray.light6}`};
18
+ border-bottom: ${({ theme }) => `1px solid ${theme.colors.gray.light6}`};
19
+ padding: 4px;
20
+ `;
21
+ const Box = styled__default['default'].div `
22
+ font-family: ${({ theme }) => theme.typography.fontBaseFamily};
23
+ font-weight: ${({ theme }) => theme.typography.fontBaseRegularWeight};
24
+ display: flex;
25
+ min-height: 4rem;
26
+ align-items: center;
27
+ transition: 150ms 50ms;
28
+ flex: 1;
29
+ z-index: 2;
30
+ position: relative;
31
+ cursor: pointer;
32
+
33
+ color: ${props => props.isActive ? theme['default'].colors.text.light : theme['default'].colors.text.dark};
34
+ `;
35
+ const Background = styled__default['default'].div `
36
+ z-index: 0;
37
+ background-color: ${props => theme['default'].colors[props.color].main};
38
+ position: absolute;
39
+
40
+ border-radius: 0.25rem;
41
+
42
+ top: 4px;
43
+ left: 4px;
44
+ width: calc(50% - 4px);
45
+ height: calc(100% - 8px);
46
+
47
+ transition: left 250ms ease-in-out;
48
+
49
+ ${props => props.active === 'RIGHT' &&
50
+ `
51
+ left: calc(50%);
52
+ `}
53
+
54
+ ${props => !props.active && `display: none;`}
55
+ `;
56
+ const Toggle = ({ onChange, ...props }) => {
57
+ const [active, setActive] = react.useState(props.active);
58
+ react.useEffect(() => {
59
+ setActive(props.active);
60
+ }, [props.active]);
61
+ const handleLeftClick = () => {
62
+ setActive('LEFT');
63
+ onChange('LEFT');
64
+ };
65
+ const handleRightClick = () => {
66
+ setActive('RIGHT');
67
+ onChange('RIGHT');
68
+ };
69
+ return (jsxRuntime.jsxs(Container, Object.assign({}, props, { children: [jsxRuntime.jsx(Background, { color: props.color, active: active }, void 0), jsxRuntime.jsx(Box, Object.assign({ onClick: handleLeftClick, isActive: active === 'LEFT', color: props.color }, { children: props.left }), void 0), jsxRuntime.jsx(Box, Object.assign({ onClick: handleRightClick, isActive: active === 'RIGHT', color: props.color }, { children: props.right }), void 0)] }), void 0));
70
+ };
71
+
72
+ exports.Toggle = Toggle;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function AccountCreateIcon(props) {
8
+ return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 26 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.949 11.997V4.696h1.565v7.3H2.949z" }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.08 7.563h7.302V9.13H.08V7.563zM13.391 1.565a3.13 3.13 0 100 6.261 3.13 3.13 0 000-6.26zm-4.695 3.13a4.696 4.696 0 119.391.001 4.696 4.696 0 01-9.391 0zm-1.91 8.035c1.436-1.62 3.628-2.556 6.605-2.556 2.978 0 5.17.935 6.605 2.556C21.416 14.333 22 16.499 22 18.783v.782H4.783v-.782c0-2.284.583-4.45 2.004-6.053zM6.376 18h14.033c-.12-1.703-.637-3.164-1.584-4.232-1.074-1.213-2.795-2.029-5.433-2.029-2.637 0-4.359.816-5.433 2.029-.946 1.068-1.464 2.529-1.583 4.232z" }, void 0)] }), void 0));
9
+ }
10
+
11
+ exports['default'] = AccountCreateIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function AccountIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 18 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.826 1.783a3.13 3.13 0 100 6.26 3.13 3.13 0 000-6.26zM4.13 4.913a4.696 4.696 0 119.392 0 4.696 4.696 0 01-9.392 0zm-1.908 8.034c1.435-1.62 3.626-2.556 6.604-2.556s5.17.936 6.605 2.556c1.42 1.604 2.004 3.77 2.004 6.053v.783H.217V19c0-2.284.584-4.45 2.005-6.053zm-.413 5.27h14.034c-.12-1.703-.637-3.163-1.584-4.232-1.074-1.212-2.796-2.028-5.433-2.028s-4.359.816-5.433 2.028c-.946 1.069-1.465 2.53-1.584 4.232z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = AccountIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function AccountLoginIcon(props) {
8
+ return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 22 19", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.4 1.52a3.04 3.04 0 100 6.08 3.04 3.04 0 000-6.08zM8.84 4.56a4.56 4.56 0 119.12 0 4.56 4.56 0 01-9.12 0zm-1.854 7.802C8.38 10.789 10.508 9.88 13.4 9.88s5.02.909 6.414 2.482c1.38 1.557 1.946 3.66 1.946 5.878V19H5.04v-.76c0-2.218.567-4.32 1.946-5.878zm-.4 5.118h13.628c-.116-1.654-.619-3.072-1.538-4.11-1.043-1.177-2.715-1.97-5.276-1.97s-4.233.793-5.276 1.97c-.92 1.038-1.422 2.456-1.538 4.11z" }, void 0), jsxRuntime.jsx("path", { d: "M.48 7.868h5.477v1.403H.48V7.868z" }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.39 11.844l1.751-2.09c.56-.639.56-1.694-.01-2.345L4.392 5.32l-1.078.898 1.75 2.102c.118.135.118.4.012.522l-1.76 2.1 1.075.902z" }, void 0)] }), void 0));
9
+ }
10
+
11
+ exports['default'] = AccountLoginIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function ArrowDownIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 13 7", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.71.97l4.546 4.242a.282.282 0 00.38 0L11.18.97l1.136 1.06-4.545 4.243a1.971 1.971 0 01-2.652 0L.574 2.03 1.711.97z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = ArrowDownIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function ArrowLeftIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 12 24", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M9.23 0L12 3l-6.462 7c-.915.993-.915 3.008 0 4L12 21l-2.77 3-3.834-4.2C1.59 15.7 0 14 0 12s1.96-4.1 5.396-7.8L9.231 0z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = ArrowLeftIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function ArrowLeftSharpIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 19 19", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.045 16.97L3.267 9.193a.25.25 0 010-.353l7.778-7.778L9.985 0 2.205 7.778a1.75 1.75 0 000 2.475l7.778 7.778 1.061-1.06z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = ArrowLeftSharpIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function ArrowLeftSmallIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 12 13", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.999 2.321l-4.244 4.26a.251.251 0 000 .354L9 11.195 7.94 12.256l-4.244-4.26a1.758 1.758 0 010-2.479l4.244-4.26L9 2.322z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = ArrowLeftSmallIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function ArrowLong(props) {
8
+ return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { fill: "currentColor", d: "M1 10.215h20.532v3.422H1z" }, void 0), jsxRuntime.jsx("path", { d: "M17.71 19.91l4.269-5.095c1.366-1.559 1.366-4.133-.025-5.72L17.713 4l-2.63 2.19 4.27 5.126c.287.33.287.976.027 1.273l-4.294 5.124 2.623 2.198z", fill: "currentColor" }, void 0)] }), void 0));
9
+ }
10
+
11
+ exports['default'] = ArrowLong;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function ArrowRestartIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 20 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.513 11.458c-.365-4.238-2.567-6.062-4.716-6.27-1.978-.191-4.193.944-5.416 3.35l2.072-.55.391 1.448-3.266.869a1.255 1.255 0 01-1.534-.886l-.88-3.263 1.45-.385.518 1.922c1.49-2.783 4.19-4.252 6.81-3.998 3.054.296 5.656 2.878 6.065 7.634l-1.494.129z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = ArrowRestartIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function ArrowRightIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", width: "1em", height: "1em", viewBox: "0 0 12 24" }, props, { children: jsxRuntime.jsx("path", { d: "M2.8 24L0 21l6.5-7c.9-1 .9-3 0-4L0 3l2.8-3 3.8 4.2C10.4 8.3 12 10 12 12s-2 4.1-5.4 7.8L2.8 24z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = ArrowRightIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function ArrowRightSharpIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 19 19", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.955 16.97l7.778-7.778a.25.25 0 000-.353L7.955 1.06 9.015 0l7.779 7.778a1.75 1.75 0 010 2.475l-7.778 7.778-1.061-1.06z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = ArrowRightSharpIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function ArrowUpIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 12 7", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.526 6.194L6.266 1.95a.251.251 0 00-.353 0l-4.26 4.244L.591 5.135 4.85.891a1.758 1.758 0 012.479 0l4.259 4.244-1.063 1.06z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = ArrowUpIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function AuctionIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 64 64" }, props, { children: jsxRuntime.jsx("path", { d: "M42.8 35.2l1.5-1.5 17.5 17.5c2.9 2.9 2.9 7.7 0 10.6-2.9 2.9-7.7 2.9-10.6 0L33.7 44.3l1.5-1.5 17.5 17.5c2.1 2.1 5.5 2.1 7.6 0 2.1-2.1 2.1-5.5 0-7.6L42.8 35.2zM8.6 31.4c-2.1-2.1-5-2.7-6.9-.8-2.1 2.2-2.4 9.7 0 12.2 1 .9 2 1.9 4.6 4.5 2.6 2.6 3.6 3.7 4.6 4.6 2.5 2.5 9.9 2.2 12.1 0 1.9-1.9 1.4-4.7-.7-6.8l-1.6 1.5c1.4 1.3 1.7 2.9.8 3.8-1.4 1.4-7.5 1.6-9.1 0-.9-1-2-2-4.5-4.5l-4.6-4.6c-1.6-1.6-1.4-7.8 0-9.2.9-.9 2.4-.5 3.8.8l1.5-1.5zM33 7.1c-1.4-1.4-1.7-3-.8-3.8 1.3-1.4 7.5-1.6 9.1 0l4.5 4.5 4.6 4.6c1.6 1.6 1.4 7.7 0 9.1-.9.9-2.4.6-3.8-.8l-1.5 1.6c2.1 2.1 4.9 2.6 6.8.7 2.2-2.2 2.5-9.6 0-12.1-.9-1-2-2.1-4.5-4.6-2.6-2.6-3.7-3.6-4.6-4.6-2.5-2.4-10-2.1-12.2 0-1.9 1.9-1.3 4.8.8 6.9L33 7.1zm-26.7 25L32.2 6.3l1.5 1.5L7.8 33.7l-1.5-1.6zM20 45.8L45.8 20l1.6 1.5-25.9 25.8-1.5-1.5zM6.3 32.1l1.5-1.5L23 45.8l-1.5 1.5L6.3 32.1zM30.6 7.8l1.6-1.5 15.2 15.2-1.6 1.5L30.6 7.8z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = AuctionIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function BackArrowIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 15 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M6 5l1.42 1.42L3.83 10H13V0h2v12H3.83l3.59 3.58L6 17l-6-6 6-6z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = BackArrowIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function Baseline360Icon(props) {
8
+ return (jsxRuntime.jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, props, { children: [jsxRuntime.jsx("path", { d: "M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5z" }, void 0), jsxRuntime.jsx("path", { fill: "none", d: "M0 0h24v24H0z" }, void 0)] }), void 0));
9
+ }
10
+
11
+ exports['default'] = Baseline360Icon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function BellIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 26 25" }, props, { children: jsxRuntime.jsx("path", { d: "M5.5 7c1-4.5 3.1-7 7.5-7s6.5 2.5 7.5 7c.1.4.2.8.2 1.4.1.3.3 1.3.3 1.3.2 1.6.5 2.3.7 2.6l.3.3c.4.3.7.6 1.2.9.1.1.9.6 1.1.7 1.1.7 1.7 1.5 1.7 2.8 0 1.8-2.3 2.4-6.9 2.7-1.3.2-2.8.2-4.2.3h-3.8c-1.4-.1-2.9-.1-4.2-.3C2.3 19.4 0 18.8 0 17c0-1.3.6-2.1 1.7-2.9.2-.1 1-.6 1.2-.7.5-.3.9-.6 1.3-1l.1-.1c.3-.3.5-1 .8-2.7 0 .1.1-1 .2-1.3.1-.5.2-.9.2-1.3zm13 .4C17.7 3.7 16.2 2 13 2S8.3 3.7 7.5 7.4c-.1.4-.2.8-.2 1.3C7.2 9 7 10 7 10c-.3 2.1-.6 3-1.3 3.7 0 .1-.1.1-.1.2-.5.4-1 .8-1.6 1.1-.2.2-1 .7-1.2.8-.6.4-.8.7-.8 1.2v-.2c.2.1.6.3 1.1.4 1 .2 2.3.4 4 .6 1.3.1 2.7.1 4.1.2H14.8c1.4-.1 2.8-.1 4.1-.2 1.7-.2 3-.4 4-.6.5-.1.9-.3 1.1-.4v.2c0-.5-.2-.7-.8-1.2-.2-.1-.9-.5-1.1-.6-.5-.4-1-.7-1.4-1.1l-.4-.4c-.7-.7-1-1.6-1.3-3.7 0 .1-.2-1-.2-1.3-.1-.5-.2-.9-.3-1.3zM8 18v2c0 2.8 2.3 5 5 5 2.8 0 5-2.2 5-5v-2h-2v2c0 1.7-1.3 3-3 3-1.6 0-3-1.3-3-3v-2H8z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = BellIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function BidIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, props, { children: jsxRuntime.jsx("path", { d: "M10.4 4.1c-.1-.1-.2-.2-.2-.3C9 2.7 10 1.4 11.6.6c1.4-.7 2.9-.9 3.8 0 .2.2 1.6 1.5 1.9 1.9.9.8 1.5 1.5 1.9 1.9.8.8.7 2.3-.1 3.8-.3.6-.6 1.1-1 1.4-.7.6-1.5.6-2.2 0-.1-.1-.1-.2-.2-.3l-6.4 6.4c.1.1.2.2.3.2.6.7.5 1.5 0 2.2-.3.4-.8.8-1.5 1.1-1.4.7-2.9.9-3.7 0-.9-.8-2.7-2.7-3.8-3.8-.9-.8-.7-2.3 0-3.8.8-1.6 2.1-2.6 3.2-1.4.1 0 .2.1.3.3l6.3-6.4zm1.4 1.4l-6.3 6.3c.3.4.7.8 1.2 1.3.2.1.8.7 1.3 1.2L14.3 8l-.6-.6-.7-.7c-.4-.5-.8-.9-1.2-1.2zM7.3 17.4c.3-.1.5-.2.7-.4-.3-.2-.5-.5-.9-.9-.3-.3-1.5-1.4-1.7-1.7l-2.6-2.6c-.2.2-.3.4-.5.7-.3.7-.4 1.5-.4 1.5l3.9 3.9s.7-.1 1.5-.5zM17 8c.1-.2.3-.4.4-.7.4-.7.5-1.5.4-1.5-.4-.5-1-1.1-1.9-2L14 1.9s-.8.1-1.5.4c-.3.2-.5.3-.7.5.5.4 1.2 1.2 2.6 2.6C16 6.9 16.6 7.6 17 8zm-2 5.5l1.4-1.4 6.7 6.7c.1.2.3.4.4.6.7 1.2.7 2.4-.3 3.6-.1 0-.1 0-.2.1-1.1 1.1-2.4 1.1-3.6.4-.3-.1-.5-.3-.6-.4l-6.7-6.7 1.3-1.4 6.8 6.7.2.2c.5.3.8.3 1.3-.2l.1-.1c.4-.4.3-.7.1-1.2l-.2-.2-6.7-6.7z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = BidIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function BidKrIcon(props) {
8
+ return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 13 12", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.95 9.07l.147.027.289.06c-.842.789-2.132 1.174-3.633 1.18l-.116.02-.415.078-1.243.226-.248.047c-.667.136-1.343.234-2.022.293-.498 0-.568-.39-.394-.746.123-.231.273-.449.448-.648l.157-.188.2-.23c.073-.083.145-.165.214-.246l-.68-.598A2.716 2.716 0 010 6.56c0-1.2.779-2.218 2-2.823v.049C2 7.358 4.548 9.053 7.95 9.07z" }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.91 8.247l-.124-.022c-2.882-.013-5.04-1.398-5.04-4.316C2.746 1.827 5.346 0 7.83 0c2.873 0 5.08 1.68 5.08 3.905a3.22 3.22 0 01-.706 2.041l-.733.684.231.282c.073.088.146.175.216.263l.17.215c.188.228.35.477.482.741.188.407.112.853-.424.853-.733-.067-1.46-.179-2.18-.335l-.268-.053-1.34-.26-.447-.089zM7.549 5.74l-.715-1.014V5.74h-.755V2.572h.733V4.31l.737-.96h.858l-.96 1.197.982 1.193h-.88zm2.682-2.412a.894.894 0 00-.446.125c-.154.08-.285.199-.38.344V3.35h-.728v2.39h.737V4.655a.496.496 0 01.16-.42.72.72 0 01.447-.125h.21v-.782z" }, void 0)] }), void 0));
9
+ }
10
+
11
+ exports['default'] = BidKrIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function BreaksIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 26 26" }, props, { children: jsxRuntime.jsx("path", { d: "M20 14c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6zm-2 0c0-2.2-1.8-4-4-4s-4 1.8-4 4 1.8 4 4 4 4-1.8 4-4zm-4-1c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm-2 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm4 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM2 14h2c0 5.5 4.5 10 10 10s10-4.5 10-10S19.5 4 14 4V2c6.6 0 12 5.4 12 12s-5.4 12-12 12S2 20.6 2 14zM13 0h1v6h-1c-4 0-7 3.2-7 7v1H0v-1C0 5.4 5.4 0 13 0zm-1 4.1V2c-5.6.5-9.6 4.4-10 10h2.1c.4-4.1 3.6-7.5 7.9-7.9z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = BreaksIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function BuyCarIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 64 59" }, props, { children: jsxRuntime.jsx("path", { d: "M19.9 9c.3-.2.7-.3 1-.4 4.4-1.5 19-5.8 21.7-6.7C44.4 1.2 45.9.6 47 0l1.2 2.4c-1.3.6-2.8 1.3-4.8 2-2.7.9-17.3 5.3-21.6 6.7-.3.1-.5.2-.7.3h-.2c-4.2 1.9-7.4 6.9-8.4 13-1.1 5.6.1 9.9 2.1 9.9 1.7 0 2.8-1.2 2.8-3.1.1-.3.1-.6.1-1.1.1-2.2.1-3.2.3-4.5 1.1-7 5.6-10.9 15.8-10.9 8 0 11.1 3.8 11.7 11 .1.9.1 1.4.2 2.9.2 4.7.6 5.8 2.2 5.8 2.2 0 2.3-.6 2.3-10.3 0-4.7 2.4-9.1 6.4-13 1.4-1.3 2.9-2.5 4.3-3.6.5-.3 1-.7 1.4-.9.3-.2.5-.3.6-.4L64 8.5c-.1.1-.2.2-.5.3-.4.3-.8.6-1.3.9-1.3 1-2.7 2.1-4 3.3-3.5 3.5-5.6 7.2-5.6 11.1 0 6.3-.1 8.2-.5 9.9-.6 2-1.8 2.9-3.9 3l1.3 2.1v.1c1.5-.2 3.5 0 3.5 2.2 0 1.1-.5 1.6-1.2 1.9.6 1.6.9 3.6.6 5l-.9 5.4c0 .3-.1.6-.2.8v2.8c0 .9-.8 1.7-1.8 1.7H46c-1 0-1.7-.8-1.7-1.7v-1.8H19.8v1.8c0 .9-.8 1.7-1.8 1.7h-3.5c-1 0-1.7-.8-1.7-1.7v-2.8c-.2-.2-.3-.5-.3-.8l-.9-5.4c-.3-1.4 0-3.4.6-5-.7-.3-1.2-.8-1.2-1.9 0-2.2 2-2.4 3.5-2.2v-.1l1.4-2.3c-.4.1-.9.1-1.3.1-1 0-1.7-.2-2.4-.7-.8.5-1.8.8-3 .8-2.5 0-4-1.8-4.4-4.4-.4-.1-.8-.1-1.1-.2-2.2-.6-3.6-2.1-3.6-4.7 0-1.3.9-3 2.4-5C1 22.4 0 21.1 0 18.8c0-3.2 3.8-5.4 10.3-7.4 2.1-.7 4.3-1.2 6.5-1.7.8-.2 1.5-.3 2.2-.4.2-.1.4-.1.5-.2.2 0 .3-.1.4-.1zm-9.4 12.1c-1.3 2.1-2.2 4.3-2.8 6.5-1 4.2-.3 6.7 1.5 6.7.5 0 1-.1 1.3-.2-1.1-2.4-1.4-6.1-.6-10.2.2-.9.4-1.9.6-2.8zM43 30.2c-.1-.5-.1-.9-.1-1.4-.1-1.5-.1-2.1-.2-2.8-.5-6-2.6-8.6-9.1-8.6-8.9 0-12.4 2.9-13.2 8.6-.2 1.2-.2 2.1-.3 4.2v.6c1.4-1.1 3.2-1.8 4.9-1.8h14c1.3 0 2.7.4 4 1.2zM7.3 21.5c-.2.1-.3.1-.5.2-2.4 2.5-4.1 4.7-4.1 6 0 1.2.5 1.8 1.6 2.1.1 0 .3.1.4.1.1-.9.2-1.9.5-3 .4-1.8 1.2-3.6 2.1-5.4zm5-8c-.4.1-.8.3-1.3.4-5.2 1.6-8.4 3.5-8.4 4.9 0 1.4.3 1.6 1.4 1.2.4-.1.9-.2 1.4-.5 2-2.1 4.5-4.2 6.9-6zm33.4 26.1l-2.9-4.9c-.7-1.1-2.5-2.2-3.8-2.2H25c-1.3 0-3.1 1.1-3.8 2.2l-2.9 4.9h27.4zM18.9 50.2c1.4 0 2.6-1.2 2.6-2.7 0-1.4-1.2-2.6-2.6-2.6-1.5 0-2.6 1.2-2.6 2.6 0 1.5 1.1 2.7 2.6 2.7zm26.2 0c1.5 0 2.7-1.2 2.7-2.7 0-1.4-1.2-2.6-2.7-2.6-1.4 0-2.6 1.2-2.6 2.6 0 1.5 1.2 2.7 2.6 2.7zm-18.3-1.8v1.8h10.5v-1.8H26.8z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = BuyCarIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function CabIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.83 8.807l-4.37-3.399-.92 1.184 2.775 2.158H7.75V7.5h-1.5v.898l-1.076-.562-.21-.11-.235.03c-.678.09-1.785.31-2.735 1C1 9.478.25 10.663.25 12.5c0 .845.168 1.534.52 2.069.359.546.86.854 1.375 1.02.264.085.536.134.8.161.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h8.39c.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h.532c.488 0 1.157-.183 1.71-.704.573-.54.953-1.375.953-2.546 0-.766-.374-1.38-.866-1.838-.483-.45-1.116-.788-1.757-1.045-1.085-.435-2.331-.689-3.296-.81zm3.257 5.443H21a2.75 2.75 0 10-5.5 0H8a2.75 2.75 0 00-5.497-.125.984.984 0 01-.48-.38c-.142-.216-.273-.589-.273-1.245 0-1.363.525-2.094 1.126-2.53.565-.411 1.254-.6 1.818-.692l1.698.887.163.085h10.673c.91.082 2.248.321 3.34.759.555.222.999.477 1.293.751.285.265.389.507.389.74 0 .83-.258 1.244-.481 1.454-.244.23-.532.296-.682.296zm-14.587 0a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm13 0a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = CabIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function CalendarIcon(props) {
8
+ return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { d: "M7 10.984H5v2h2v-2zM7 0H5.5v6H7V0zM19 8.5V7H1v1.5h18zM14.5 0H13v6h1.5V0zM11 10.984H9v2h2v-2zM15 10.984h-2v2h2v-2zM7 14.984H5v2h2v-2zM11 14.984H9v2h2v-2zM15 14.984h-2v2h2v-2z", fill: "currentColor" }, void 0), jsxRuntime.jsx("rect", { x: 0.75, y: 2.75, width: 18.5, height: 17.5, rx: 1.25, stroke: "currentColor", strokeWidth: 1.5 }, void 0)] }), void 0));
9
+ }
10
+
11
+ exports['default'] = CalendarIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function CameraIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 21" }, props, { children: jsxRuntime.jsx("path", { d: "M22 19zM2 19h20V7H2v12zM0 7c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V7zm8-2H6V2.3C6 1 7.2 0 8.7 0h6.6C16.8 0 18 1 18 2.3V5h-2V2.3c0-.1-.3-.3-.7-.3H8.7c-.4 0-.7.2-.7.3V5zm4 13c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-2c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = CameraIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function Car360Icon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 72 72", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsxs("g", Object.assign({ fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("circle", { fill: "currentColor", cx: 36, cy: 36, r: 36 }, void 0), jsxRuntime.jsx("text", Object.assign({ fill: "#FFF", fontSize: ".8em" }, { children: jsxRuntime.jsx("tspan", Object.assign({ x: 16, y: 44 }, { children: '360' }), void 0) }), void 0), jsxRuntime.jsx("path", { className: "car360-icon_svg__circle", d: "M36.5 8.571C21.312 8.571 9 20.851 9 36c0 7.404 2.942 14.124 7.723 19.058m19.777 8.37h0C51.688 63.429 64 51.149 64 36c0-7.719-3.197-14.693-8.341-19.677", stroke: "#FFF", strokeWidth: 1.524, strokeLinecap: "round" }, void 0), jsxRuntime.jsx("path", { className: "car360-icon_svg__arrow-right", d: "M35.266 13.143L34.208 12l2.468-2.667c.35-.378.35-1.146 0-1.523l-2.468-2.667L35.266 4l1.465 1.6c1.453 1.562 2.06 2.21 2.06 2.971 0 .762-.748 1.562-2.06 2.972l-1.465 1.6z", fill: "#FFF" }, void 0), jsxRuntime.jsx("path", { className: "car360-icon_svg__arrow-left", d: "M37.734 68l1.058-1.143-2.468-2.667c-.35-.378-.35-1.145 0-1.523L38.792 60l-1.058-1.143-1.465 1.6c-1.453 1.562-2.06 2.21-2.06 2.972 0 .761.748 1.561 2.06 2.97L37.734 68z", fill: "#FFF" }, void 0)] }), void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = Car360Icon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function CarFrontIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 23", fill: "currentColor", width: "1em", height: "1em" }, props, { children: jsxRuntime.jsx("path", { d: "M32 9.5c0-1.6-1.5-1.8-2.7-1.6v-.2L26.5 3c-1-1.7-3.2-3-5.2-3H10.7c-2 0-4.2 1.3-5.2 3L2.7 7.7v.1C1.5 7.7 0 7.8 0 9.5c0 .8.4 1.3.9 1.5-.5 1.2-.7 2.7-.5 3.8l.7 4.2c0 .2.1.4.2.6v2.1c0 .7.6 1.3 1.3 1.3h2.7c.7 0 1.3-.6 1.3-1.3v-1.4H25.3v1.4c0 .7.6 1.3 1.3 1.3h2.7c.7 0 1.3-.6 1.3-1.3v-2.1c.1-.2.2-.4.2-.6l.7-4.2c.2-1.1 0-2.6-.5-3.8.6-.2 1-.7 1-1.5zM7.8 4.4c.5-.9 1.9-1.7 2.9-1.7h10.6c1 0 2.4.8 2.9 1.7l2.2 3.7H5.6l2.2-3.7zM6 16.2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm14 0h-8v-1.4h8v1.4zm6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = CarFrontIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function CarSearchIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 25 21" }, props, { children: jsxRuntime.jsx("path", { d: "M14.7 13.5c.5-.1 1.3 0 1.3.8 0 .4-.2.6-.5.7.3.6.4 1.3.3 1.9l-.4 1.9c0 .1 0 .2-.1.3v1c0 .4-.3.7-.6.7h-1.4c-.3 0-.6-.4-.6-.7v-.6H3.3v.6c0 .4-.3.7-.6.7H1.3c-.3 0-.6-.4-.6-.7v-1c-.1-.1-.1-.2-.1-.3l-.4-1.9c-.1-.6 0-1.3.3-1.9-.3-.1-.5-.3-.5-.7 0-.8.8-.9 1.3-.8l1.4-2.3c.5-.8 1.7-1.4 2.6-1.4h5.4c.9 0 2.1.6 2.6 1.4l1.4 2.3zm-1.5.1l-1.1-1.8c-.2-.4-.9-.8-1.4-.8H5.3c-.5 0-1.2.4-1.4.8l-1.1 1.8h10.4zM3 17.5c.6 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.4 1 1 1zm10 0c.6 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.4 1 1 1zm-7-.6v.6h4v-.6H6zM16.5 0c2.9 0 5.3 2.4 5.3 5.3 0 2.8-2.4 5.2-5.3 5.2s-5.2-2.4-5.2-5.2c0-2.9 2.3-5.3 5.2-5.3zm0 9c2.1 0 3.8-1.7 3.8-3.7 0-2.1-1.7-3.8-3.8-3.8-2.1 0-3.7 1.7-3.7 3.8 0 2 1.6 3.7 3.7 3.7zm8 3.2l-1 1.1-3.1-3 1.1-1.1 3 3z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = CarSearchIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function CarSideIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 8" }, props, { children: jsxRuntime.jsx("path", { d: "M3 7H1C0 7 0 5 0 4s4-2 4-2 2-2 3-2h6c2 0 5 3 5 3s6 0 6 1 0 3-1 3h-2.1c.1-.2.1-.3.1-.5C21 5.1 19.9 4 18.5 4S16 5.1 16 6.5V7H7.9c.1-.2.1-.3.1-.5C8 5.1 6.9 4 5.5 4S3 5.1 3 6.5V7zm13-4s-2-2-3-2h-2v2h5zm-6 0V1H8C7 1 7 3 7 3h3zm8.5 5c-.8 0-1.5-.7-1.5-1.5S17.7 5 18.5 5s1.5.7 1.5 1.5S19.3 8 18.5 8zm-13 0C4.7 8 4 7.3 4 6.5S4.7 5 5.5 5 7 5.7 7 6.5 6.3 8 5.5 8z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = CarSideIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function CarTiresIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 66 36" }, props, { children: jsxRuntime.jsx("path", { d: "M65.7 18c0 6.3-2 10.4-5.7 12.7-2.7 1.7-5.9 2.3-10.3 2.3H13.6c-.1 0-.3-.1-.6-.1-.4-.1-.8-.2-1.3-.3-1.5-.3-2.9-.5-4.2-.8-.9-.2-1.6-.4-2.4-.6-2.3-.6-3.6-1-4.1-1.5-1.3-1.4-1.4-22 0-23.4.5-.5 1.8-.9 4.1-1.5.7-.2 1.5-.4 2.4-.6 1.3-.3 2.7-.5 4.2-.8.5-.1.9-.2 1.3-.3.3 0 .5-.1.7-.1h36c4.5 0 7.6.6 10.4 2.3 3.7 2.3 5.7 6.4 5.6 12.7zM13.4 30.9c.2.1.3.1.4.1h35.9c4 0 6.9-.5 9.2-2 3.1-1.9 4.8-5.4 4.8-11 .1-5.6-1.6-9.1-4.7-11-2.3-1.5-5.2-2-9.3-2H13.8c-.1 0-.2 0-.4.1-.4.1-.9.1-1.4.2-1.4.3-2.8.6-4.1.9-.8.2-1.6.4-2.4.5-1.7.5-2.9.9-3 1 0 .1-.1.3-.1.6-.1.6-.2 1.5-.2 2.5-.1 1.9-.2 4.5-.2 7.2s.1 5.3.2 7.2c.1 1 .1 1.9.2 2.5.1.3.1.5.1.6.1.1 1.3.5 3.1 1 .7.1 1.5.3 2.3.5 1.3.3 2.7.6 4.1.9.5.1 1 .1 1.4.2zM58.1 5c-.8.7-1.4 1.8-1.4 3 0 2.2 1.8 4 4 4 1.2 0 2.2-.5 3-1.3l-1.5-1.3c-.4.4-.9.6-1.5.6-1.1 0-2-.9-2-2 0-.6.3-1.1.7-1.5L58.1 5zm1.3 24.2c-.4-.3-.7-.9-.7-1.5 0-1.1.9-2 2-2 .6 0 1.1.3 1.5.7l1.5-1.4c-.8-.8-1.8-1.3-3-1.3-2.2 0-4 1.8-4 4 0 1.2.6 2.3 1.4 3.1l1.3-1.6zM23.7 31v2c0 .6-.4 1-1 1h-4c-.5 0-1-.4-1-1v-2h-2v2c0 1.7 1.4 3 3 3h4c1.7 0 3-1.3 3-3v-2h-2zm24 0v2c0 .6-.4 1-1 1h-4c-.5 0-1-.4-1-1v-2h-2v2c0 1.7 1.4 3 3 3h4c1.7 0 3-1.3 3-3v-2h-2zm-30-26V3c0-.6.5-1 1-1h4c.6 0 1 .4 1 1v2h2V3c0-1.7-1.3-3-3-3h-4c-1.6 0-3 1.3-3 3v2h2zm24 0V3c0-.6.5-1 1-1h4c.6 0 1 .4 1 1v2h2V3c0-1.7-1.3-3-3-3h-4c-1.6 0-3 1.3-3 3v2h2zm-6 5s5-2 7-2c2.1 0 6.2 3 6.1 10 0 7-4 10-6.1 10-2 0-7-3-7-3V10zm2 13.8c.6.3 1.1.6 1.7.9.4.2.7.4 1.1.6 1.1.4 1.9.7 2.3.7.4 0 1.4-.6 2.2-1.6 1.1-1.5 1.8-3.7 1.8-6.4.1-2.7-.6-4.9-1.8-6.4-.8-1-1.8-1.6-2.3-1.6-.4 0-1.3.2-2.5.5-.3.1-.7.3-1.1.4-.4.2-.9.3-1.4.5v12.4z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = CarTiresIcon;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ function CaravanIcon(props) {
8
+ return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 16" }, props, { children: jsxRuntime.jsx("path", { d: "M12.8 14c-.4 1.2-1.5 2-2.8 2-1.3 0-2.4-.8-2.8-2H0V6.5C0 2.9 2.9 0 6.4 0h7.2C17.2 0 20 2.9 20 6.5V12h4v2H12.8zm0-2H18V7c.2-3-1.8-5.1-4-5H6c-2.1-.1-4.2 2-4 5v5h5.2c.4-1.2 1.5-2 2.8-2 1.3 0 2.4.8 2.8 2zM10 14c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z" }, void 0) }), void 0));
9
+ }
10
+
11
+ exports['default'] = CaravanIcon;