@kvdbil/components 3.3.3 → 3.3.5-2

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 (680) hide show
  1. package/cjs/ColorCard.js +48 -0
  2. package/cjs/ElevationCard.js +35 -0
  3. package/cjs/Interfaces.js +2 -0
  4. package/cjs/Types.js +2 -0
  5. package/cjs/components/Accordion/index.js +124 -0
  6. package/cjs/components/Badge/index.js +78 -0
  7. package/cjs/components/Button/index.js +170 -0
  8. package/cjs/components/Card/index.js +28 -0
  9. package/cjs/components/CheckBox/index.js +109 -0
  10. package/cjs/components/Chip/index.js +99 -0
  11. package/cjs/components/DayPicker/DayPickerNavBar.js +60 -0
  12. package/cjs/components/DayPicker/index.js +76 -0
  13. package/cjs/components/DayPicker/localeUtils.js +60 -0
  14. package/cjs/components/Dialog/index.js +88 -0
  15. package/cjs/components/ErrorMessage/index.js +31 -0
  16. package/cjs/components/FieldLabel.js +59 -0
  17. package/cjs/components/Header/Hamburger.js +55 -0
  18. package/cjs/components/Header/Link.js +53 -0
  19. package/cjs/components/Header/index.js +118 -0
  20. package/cjs/components/Hero/index.js +65 -0
  21. package/cjs/components/Icon/index.js +115 -0
  22. package/cjs/components/IconButton.js +130 -0
  23. package/cjs/components/Icons/Arrow.js +16 -0
  24. package/cjs/components/Icons/CheckCircle.js +16 -0
  25. package/cjs/components/Icons/CheckIcon.js +16 -0
  26. package/cjs/components/Icons/Close.js +16 -0
  27. package/cjs/components/Icons/ErrorCircle.js +16 -0
  28. package/cjs/components/Icons/InfoCircle.js +16 -0
  29. package/cjs/components/InlineStepper/Step.js +116 -0
  30. package/cjs/components/InlineStepper/StepCircle.js +93 -0
  31. package/cjs/components/InlineStepper/index.js +51 -0
  32. package/cjs/components/ListItem/Bacon.js +16 -0
  33. package/cjs/components/ListItem/index.js +56 -0
  34. package/cjs/components/Logo/LogoEn.js +35 -0
  35. package/cjs/components/Logo/LogoSv.js +35 -0
  36. package/cjs/components/Logo/index.js +32 -0
  37. package/cjs/components/MenuItem/index.js +99 -0
  38. package/cjs/components/Modal/index.js +137 -0
  39. package/cjs/components/NotificationButton/index.js +39 -0
  40. package/cjs/components/OffCanvas/Overlay.js +70 -0
  41. package/cjs/components/OffCanvas/index.js +133 -0
  42. package/cjs/components/OffCanvas/useClickOutside.js +21 -0
  43. package/cjs/components/RadioButton/index.js +148 -0
  44. package/cjs/components/Range/index.js +82 -0
  45. package/cjs/components/Select/components/test-icon.js +16 -0
  46. package/cjs/components/Select/index.js +225 -0
  47. package/cjs/components/Snackbar/index.js +155 -0
  48. package/cjs/components/Spinner/index.js +68 -0
  49. package/cjs/components/Stepper/index.js +60 -0
  50. package/cjs/components/StepperAccordion/index.js +133 -0
  51. package/cjs/components/Tabs/index.js +71 -0
  52. package/cjs/components/TextArea/index.js +120 -0
  53. package/cjs/components/Textfield/index.js +130 -0
  54. package/cjs/components/TimePicker/index.js +49 -0
  55. package/cjs/components/TimePicker/testHelper.js +16 -0
  56. package/cjs/components/Toggle/index.js +83 -0
  57. package/cjs/icons/components/AccountCreateIcon.js +48 -0
  58. package/cjs/icons/components/AccountIcon.js +44 -0
  59. package/cjs/icons/components/AccountLoginIcon.js +50 -0
  60. package/cjs/icons/components/ArrowDownIcon.js +44 -0
  61. package/cjs/icons/components/ArrowLeftIcon.js +42 -0
  62. package/cjs/icons/components/ArrowLeftSharpIcon.js +44 -0
  63. package/cjs/icons/components/ArrowLeftSmallIcon.js +44 -0
  64. package/cjs/icons/components/ArrowLong.js +45 -0
  65. package/cjs/icons/components/ArrowRestartIcon.js +44 -0
  66. package/cjs/icons/components/ArrowRightIcon.js +42 -0
  67. package/cjs/icons/components/ArrowRightSharpIcon.js +44 -0
  68. package/cjs/icons/components/ArrowUpIcon.js +44 -0
  69. package/cjs/icons/components/AuctionIcon.js +42 -0
  70. package/cjs/icons/components/BackArrowIcon.js +42 -0
  71. package/cjs/icons/components/Baseline360Icon.js +45 -0
  72. package/cjs/icons/components/BellIcon.js +42 -0
  73. package/cjs/icons/components/BidIcon.js +42 -0
  74. package/cjs/icons/components/BidKrIcon.js +48 -0
  75. package/cjs/icons/components/BreaksIcon.js +42 -0
  76. package/cjs/icons/components/BuyCarIcon.js +42 -0
  77. package/cjs/icons/components/CabIcon.js +44 -0
  78. package/cjs/icons/components/CalendarIcon.js +51 -0
  79. package/cjs/icons/components/CameraIcon.js +42 -0
  80. package/cjs/icons/components/Car360Icon.js +67 -0
  81. package/cjs/icons/components/CarFrontIcon.js +42 -0
  82. package/cjs/icons/components/CarSearchIcon.js +42 -0
  83. package/cjs/icons/components/CarSideIcon.js +42 -0
  84. package/cjs/icons/components/CarTiresIcon.js +42 -0
  85. package/cjs/icons/components/CaravanIcon.js +42 -0
  86. package/cjs/icons/components/CardViewIcon.js +68 -0
  87. package/cjs/icons/components/CarloanIcon.js +44 -0
  88. package/cjs/icons/components/CertifiedIcon.js +52 -0
  89. package/cjs/icons/components/ChatIcon.js +43 -0
  90. package/cjs/icons/components/CheckIcon.js +43 -0
  91. package/cjs/icons/components/CheckThinIcon.js +43 -0
  92. package/cjs/icons/components/CheckmarkFilledIcon.js +42 -0
  93. package/cjs/icons/components/CheckmarkIcon.js +42 -0
  94. package/cjs/icons/components/ClipboardFilledIcon.js +42 -0
  95. package/cjs/icons/components/ClipboardIcon.js +42 -0
  96. package/cjs/icons/components/ClockFilledIcon.js +44 -0
  97. package/cjs/icons/components/ClockIcon.js +43 -0
  98. package/cjs/icons/components/CloseIcon.js +43 -0
  99. package/cjs/icons/components/CloseThinIcon.js +44 -0
  100. package/cjs/icons/components/CoffeeIcon.js +43 -0
  101. package/cjs/icons/components/CombiIcon.js +44 -0
  102. package/cjs/icons/components/CommentCircleFilledIcon.js +48 -0
  103. package/cjs/icons/components/CommentCircleIconIcon.js +46 -0
  104. package/cjs/icons/components/CommentIcon.js +46 -0
  105. package/cjs/icons/components/ContactIcon.js +46 -0
  106. package/cjs/icons/components/CoupeIcon.js +44 -0
  107. package/cjs/icons/components/CreditCardIcon.js +43 -0
  108. package/cjs/icons/components/CrossCircleIcon.js +42 -0
  109. package/cjs/icons/components/CrownIcon.js +43 -0
  110. package/cjs/icons/components/DealmakerIcon.js +48 -0
  111. package/cjs/icons/components/DeliveryIcon.js +51 -0
  112. package/cjs/icons/components/DetailedSearchIcon.js +43 -0
  113. package/cjs/icons/components/EcoFriendlyIcon.js +46 -0
  114. package/cjs/icons/components/EditIcon.js +43 -0
  115. package/cjs/icons/components/EngineIcon.js +42 -0
  116. package/cjs/icons/components/EnglandFlagIcon.js +60 -0
  117. package/cjs/icons/components/EvaluationIcon.js +46 -0
  118. package/cjs/icons/components/ExaminationMarkFilledIcon.js +42 -0
  119. package/cjs/icons/components/ExaminationMarkIcon.js +42 -0
  120. package/cjs/icons/components/ExteriorIcon.js +42 -0
  121. package/cjs/icons/components/EyeIcon.js +48 -0
  122. package/cjs/icons/components/FacebookBtnIcon.js +42 -0
  123. package/cjs/icons/components/FacebookIcon.js +44 -0
  124. package/cjs/icons/components/FatalIcon.js +44 -0
  125. package/cjs/icons/components/FavouriteIcon.js +42 -0
  126. package/cjs/icons/components/FavouriteSolidIcon.js +42 -0
  127. package/cjs/icons/components/FilterIcon.js +44 -0
  128. package/cjs/icons/components/FinanceIcon.js +42 -0
  129. package/cjs/icons/components/FindCarIcon.js +42 -0
  130. package/cjs/icons/components/FixedMonthlyCostIcon.js +48 -0
  131. package/cjs/icons/components/FlagIcon.js +42 -0
  132. package/cjs/icons/components/FlexibilityIcon.js +48 -0
  133. package/cjs/icons/components/ForumLargeIcon.js +42 -0
  134. package/cjs/icons/components/ForumSmallIcon.js +42 -0
  135. package/cjs/icons/components/GavelIcon.js +44 -0
  136. package/cjs/icons/components/GearboxIcon.js +44 -0
  137. package/cjs/icons/components/GiftIcon.js +58 -0
  138. package/cjs/icons/components/GridViewIcon.js +42 -0
  139. package/cjs/icons/components/GroupIcon.js +79 -0
  140. package/cjs/icons/components/GuaranteeIcon.js +42 -0
  141. package/cjs/icons/components/GuaranteeLargeIcon.js +42 -0
  142. package/cjs/icons/components/GuaranteeSmallIcon.js +42 -0
  143. package/cjs/icons/components/HalfCombiIcon.js +44 -0
  144. package/cjs/icons/components/HamburgerIcon.js +42 -0
  145. package/cjs/icons/components/HandshakeIcon.js +42 -0
  146. package/cjs/icons/components/HelpingHandIcon.js +60 -0
  147. package/cjs/icons/components/IdIcon.js +45 -0
  148. package/cjs/icons/components/InformationIcon.js +42 -0
  149. package/cjs/icons/components/InstagramIcon.js +49 -0
  150. package/cjs/icons/components/InsuranceIcon.js +42 -0
  151. package/cjs/icons/components/InteriorIcon.js +44 -0
  152. package/cjs/icons/components/InteriorThinIcon.js +44 -0
  153. package/cjs/icons/components/InternationalIcon.js +50 -0
  154. package/cjs/icons/components/KvdTestIcon.js +42 -0
  155. package/cjs/icons/components/KvdVenueIcon.js +42 -0
  156. package/cjs/icons/components/LifebuoyIcon.js +42 -0
  157. package/cjs/icons/components/LiftTruckIcon.js +42 -0
  158. package/cjs/icons/components/LinkedInIcon.js +42 -0
  159. package/cjs/icons/components/ListViewIcon.js +64 -0
  160. package/cjs/icons/components/MailIcon.js +44 -0
  161. package/cjs/icons/components/MinibusIcon.js +44 -0
  162. package/cjs/icons/components/MinivanIcon.js +45 -0
  163. package/cjs/icons/components/MobileIcon.js +52 -0
  164. package/cjs/icons/components/MotorcycleIcon.js +74 -0
  165. package/cjs/icons/components/MrfLogoIcon.js +53 -0
  166. package/cjs/icons/components/NotFoundIcon.js +42 -0
  167. package/cjs/icons/components/OverbidIcon.js +44 -0
  168. package/cjs/icons/components/PdfIconIcon.js +42 -0
  169. package/cjs/icons/components/PhoneIcon.js +44 -0
  170. package/cjs/icons/components/PickUpIcon.js +42 -0
  171. package/cjs/icons/components/PinIcon.js +42 -0
  172. package/cjs/icons/components/PlayIcon.js +42 -0
  173. package/cjs/icons/components/Pricetag.js +51 -0
  174. package/cjs/icons/components/PricetagFilledKronaIcon.js +47 -0
  175. package/cjs/icons/components/PrivateCarIcon.js +42 -0
  176. package/cjs/icons/components/ProfileCircleIcon.js +42 -0
  177. package/cjs/icons/components/ProfileIcon.js +42 -0
  178. package/cjs/icons/components/RadioIcon.js +54 -0
  179. package/cjs/icons/components/ReclamationIcon.js +42 -0
  180. package/cjs/icons/components/ReleasingIcon.js +48 -0
  181. package/cjs/icons/components/RemoveFilterIcon.js +42 -0
  182. package/cjs/icons/components/ReservedPriceIcon.js +42 -0
  183. package/cjs/icons/components/ResultIcon.js +42 -0
  184. package/cjs/icons/components/SafePaymentIcon.js +42 -0
  185. package/cjs/icons/components/SaleTagIcon.js +42 -0
  186. package/cjs/icons/components/SearchCheckIcon.js +48 -0
  187. package/cjs/icons/components/SearchIcon.js +42 -0
  188. package/cjs/icons/components/SedanIcon.js +44 -0
  189. package/cjs/icons/components/SellCarIcon.js +42 -0
  190. package/cjs/icons/components/SellCarsIcon.js +42 -0
  191. package/cjs/icons/components/ServiceIcon.js +47 -0
  192. package/cjs/icons/components/ShareIcon.js +68 -0
  193. package/cjs/icons/components/ShieldIcon.js +42 -0
  194. package/cjs/icons/components/SignInIcon.js +42 -0
  195. package/cjs/icons/components/SignOutIcon.js +42 -0
  196. package/cjs/icons/components/SpeedMeterIcon.js +44 -0
  197. package/cjs/icons/components/StarCircleIcon.js +42 -0
  198. package/cjs/icons/components/StartIcon.js +50 -0
  199. package/cjs/icons/components/StoreIcon.js +42 -0
  200. package/cjs/icons/components/SuvIcon.js +44 -0
  201. package/cjs/icons/components/SwedenFlag.js +50 -0
  202. package/cjs/icons/components/TankIcon.js +52 -0
  203. package/cjs/icons/components/TireIcon.js +42 -0
  204. package/cjs/icons/components/TransportIcon.js +42 -0
  205. package/cjs/icons/components/TrashcanIcon.js +42 -0
  206. package/cjs/icons/components/TrophyIcon.js +42 -0
  207. package/cjs/icons/components/TruckIcon.js +42 -0
  208. package/cjs/icons/components/UmbrellaIcon.js +42 -0
  209. package/cjs/icons/components/ValuationIcon.js +42 -0
  210. package/cjs/icons/components/ValueIcon.js +47 -0
  211. package/cjs/icons/components/WarningIcon.js +42 -0
  212. package/cjs/icons/components/YoutubeIcon.js +42 -0
  213. package/cjs/icons/components/index.js +320 -0
  214. package/cjs/index.js +438 -0
  215. package/cjs/react-app-env.d.js +2 -0
  216. package/cjs/shared/constants.js +7 -0
  217. package/cjs/shared/helpers.js +28 -0
  218. package/cjs/shared/helpers.spec.js +36 -0
  219. package/cjs/shared/media-queries.js +41 -0
  220. package/cjs/styled.d.js +4 -0
  221. package/cjs/theme.js +125 -0
  222. package/cjs/typography/BodyText/index.js +66 -0
  223. package/cjs/typography/ButtonText/index.js +48 -0
  224. package/cjs/typography/Heading/index.js +92 -0
  225. package/cjs/utils/utils.js +33 -0
  226. package/esm/ColorCard.js +40 -0
  227. package/esm/ElevationCard.js +27 -0
  228. package/esm/Interfaces.js +1 -0
  229. package/esm/Types.js +1 -0
  230. package/esm/components/Accordion/index.js +115 -0
  231. package/esm/components/Badge/index.js +69 -0
  232. package/esm/components/Button/index.js +161 -0
  233. package/esm/components/Card/index.js +19 -0
  234. package/esm/components/CheckBox/index.js +100 -0
  235. package/esm/components/Chip/index.js +90 -0
  236. package/esm/components/DayPicker/DayPickerNavBar.js +52 -0
  237. package/esm/components/DayPicker/index.js +66 -0
  238. package/esm/components/DayPicker/localeUtils.js +52 -0
  239. package/esm/components/Dialog/index.js +79 -0
  240. package/esm/components/ErrorMessage/index.js +22 -0
  241. package/esm/components/FieldLabel.js +51 -0
  242. package/esm/components/Header/Hamburger.js +47 -0
  243. package/esm/components/Header/Link.js +45 -0
  244. package/esm/components/Header/index.js +109 -0
  245. package/esm/components/Hero/index.js +56 -0
  246. package/esm/components/Icon/index.js +107 -0
  247. package/esm/components/IconButton.js +122 -0
  248. package/esm/components/Icons/Arrow.js +12 -0
  249. package/esm/components/Icons/CheckCircle.js +12 -0
  250. package/esm/components/Icons/CheckIcon.js +12 -0
  251. package/esm/components/Icons/Close.js +12 -0
  252. package/esm/components/Icons/ErrorCircle.js +12 -0
  253. package/esm/components/Icons/InfoCircle.js +12 -0
  254. package/esm/components/InlineStepper/Step.js +107 -0
  255. package/esm/components/InlineStepper/StepCircle.js +85 -0
  256. package/esm/components/InlineStepper/index.js +43 -0
  257. package/esm/components/ListItem/Bacon.js +12 -0
  258. package/esm/components/ListItem/index.js +48 -0
  259. package/esm/components/Logo/LogoEn.js +31 -0
  260. package/esm/components/Logo/LogoSv.js +31 -0
  261. package/esm/components/Logo/index.js +23 -0
  262. package/esm/components/MenuItem/index.js +90 -0
  263. package/esm/components/Modal/index.js +128 -0
  264. package/esm/components/NotificationButton/index.js +31 -0
  265. package/esm/components/OffCanvas/Overlay.js +61 -0
  266. package/esm/components/OffCanvas/index.js +124 -0
  267. package/esm/components/OffCanvas/useClickOutside.js +17 -0
  268. package/esm/components/RadioButton/index.js +139 -0
  269. package/esm/components/Range/index.js +73 -0
  270. package/esm/components/Select/components/test-icon.js +12 -0
  271. package/esm/components/Select/index.js +215 -0
  272. package/esm/components/Snackbar/index.js +146 -0
  273. package/esm/components/Spinner/index.js +60 -0
  274. package/esm/components/Stepper/index.js +52 -0
  275. package/esm/components/StepperAccordion/index.js +124 -0
  276. package/esm/components/Tabs/index.js +61 -0
  277. package/esm/components/TextArea/index.js +111 -0
  278. package/esm/components/Textfield/index.js +121 -0
  279. package/esm/components/TimePicker/index.js +40 -0
  280. package/esm/components/TimePicker/testHelper.js +12 -0
  281. package/esm/components/Toggle/index.js +75 -0
  282. package/esm/icons/components/AccountCreateIcon.js +22 -0
  283. package/esm/icons/components/AccountIcon.js +18 -0
  284. package/esm/icons/components/AccountLoginIcon.js +24 -0
  285. package/esm/icons/components/ArrowDownIcon.js +18 -0
  286. package/esm/icons/components/ArrowLeftIcon.js +16 -0
  287. package/esm/icons/components/ArrowLeftSharpIcon.js +18 -0
  288. package/esm/icons/components/ArrowLeftSmallIcon.js +18 -0
  289. package/esm/icons/components/ArrowLong.js +19 -0
  290. package/esm/icons/components/ArrowRestartIcon.js +18 -0
  291. package/esm/icons/components/ArrowRightIcon.js +16 -0
  292. package/esm/icons/components/ArrowRightSharpIcon.js +18 -0
  293. package/esm/icons/components/ArrowUpIcon.js +18 -0
  294. package/esm/icons/components/AuctionIcon.js +16 -0
  295. package/esm/icons/components/BackArrowIcon.js +16 -0
  296. package/esm/icons/components/Baseline360Icon.js +19 -0
  297. package/esm/icons/components/BellIcon.js +16 -0
  298. package/esm/icons/components/BidIcon.js +16 -0
  299. package/esm/icons/components/BidKrIcon.js +22 -0
  300. package/esm/icons/components/BreaksIcon.js +16 -0
  301. package/esm/icons/components/BuyCarIcon.js +16 -0
  302. package/esm/icons/components/CabIcon.js +18 -0
  303. package/esm/icons/components/CalendarIcon.js +25 -0
  304. package/esm/icons/components/CameraIcon.js +16 -0
  305. package/esm/icons/components/Car360Icon.js +41 -0
  306. package/esm/icons/components/CarFrontIcon.js +16 -0
  307. package/esm/icons/components/CarSearchIcon.js +16 -0
  308. package/esm/icons/components/CarSideIcon.js +16 -0
  309. package/esm/icons/components/CarTiresIcon.js +16 -0
  310. package/esm/icons/components/CaravanIcon.js +16 -0
  311. package/esm/icons/components/CardViewIcon.js +42 -0
  312. package/esm/icons/components/CarloanIcon.js +18 -0
  313. package/esm/icons/components/CertifiedIcon.js +26 -0
  314. package/esm/icons/components/ChatIcon.js +17 -0
  315. package/esm/icons/components/CheckIcon.js +17 -0
  316. package/esm/icons/components/CheckThinIcon.js +17 -0
  317. package/esm/icons/components/CheckmarkFilledIcon.js +16 -0
  318. package/esm/icons/components/CheckmarkIcon.js +16 -0
  319. package/esm/icons/components/ClipboardFilledIcon.js +16 -0
  320. package/esm/icons/components/ClipboardIcon.js +16 -0
  321. package/esm/icons/components/ClockFilledIcon.js +18 -0
  322. package/esm/icons/components/ClockIcon.js +17 -0
  323. package/esm/icons/components/CloseIcon.js +17 -0
  324. package/esm/icons/components/CloseThinIcon.js +18 -0
  325. package/esm/icons/components/CoffeeIcon.js +17 -0
  326. package/esm/icons/components/CombiIcon.js +18 -0
  327. package/esm/icons/components/CommentCircleFilledIcon.js +22 -0
  328. package/esm/icons/components/CommentCircleIconIcon.js +20 -0
  329. package/esm/icons/components/CommentIcon.js +20 -0
  330. package/esm/icons/components/ContactIcon.js +20 -0
  331. package/esm/icons/components/CoupeIcon.js +18 -0
  332. package/esm/icons/components/CreditCardIcon.js +17 -0
  333. package/esm/icons/components/CrossCircleIcon.js +16 -0
  334. package/esm/icons/components/CrownIcon.js +17 -0
  335. package/esm/icons/components/DealmakerIcon.js +22 -0
  336. package/esm/icons/components/DeliveryIcon.js +25 -0
  337. package/esm/icons/components/DetailedSearchIcon.js +17 -0
  338. package/esm/icons/components/EcoFriendlyIcon.js +20 -0
  339. package/esm/icons/components/EditIcon.js +17 -0
  340. package/esm/icons/components/EngineIcon.js +16 -0
  341. package/esm/icons/components/EnglandFlagIcon.js +34 -0
  342. package/esm/icons/components/EvaluationIcon.js +20 -0
  343. package/esm/icons/components/ExaminationMarkFilledIcon.js +16 -0
  344. package/esm/icons/components/ExaminationMarkIcon.js +16 -0
  345. package/esm/icons/components/ExteriorIcon.js +16 -0
  346. package/esm/icons/components/EyeIcon.js +22 -0
  347. package/esm/icons/components/FacebookBtnIcon.js +16 -0
  348. package/esm/icons/components/FacebookIcon.js +18 -0
  349. package/esm/icons/components/FatalIcon.js +18 -0
  350. package/esm/icons/components/FavouriteIcon.js +16 -0
  351. package/esm/icons/components/FavouriteSolidIcon.js +16 -0
  352. package/esm/icons/components/FilterIcon.js +18 -0
  353. package/esm/icons/components/FinanceIcon.js +16 -0
  354. package/esm/icons/components/FindCarIcon.js +16 -0
  355. package/esm/icons/components/FixedMonthlyCostIcon.js +22 -0
  356. package/esm/icons/components/FlagIcon.js +16 -0
  357. package/esm/icons/components/FlexibilityIcon.js +22 -0
  358. package/esm/icons/components/ForumLargeIcon.js +16 -0
  359. package/esm/icons/components/ForumSmallIcon.js +16 -0
  360. package/esm/icons/components/GavelIcon.js +18 -0
  361. package/esm/icons/components/GearboxIcon.js +18 -0
  362. package/esm/icons/components/GiftIcon.js +32 -0
  363. package/esm/icons/components/GridViewIcon.js +16 -0
  364. package/esm/icons/components/GroupIcon.js +53 -0
  365. package/esm/icons/components/GuaranteeIcon.js +16 -0
  366. package/esm/icons/components/GuaranteeLargeIcon.js +16 -0
  367. package/esm/icons/components/GuaranteeSmallIcon.js +16 -0
  368. package/esm/icons/components/HalfCombiIcon.js +18 -0
  369. package/esm/icons/components/HamburgerIcon.js +16 -0
  370. package/esm/icons/components/HandshakeIcon.js +16 -0
  371. package/esm/icons/components/HelpingHandIcon.js +34 -0
  372. package/esm/icons/components/IdIcon.js +19 -0
  373. package/esm/icons/components/InformationIcon.js +16 -0
  374. package/esm/icons/components/InstagramIcon.js +23 -0
  375. package/esm/icons/components/InsuranceIcon.js +16 -0
  376. package/esm/icons/components/InteriorIcon.js +18 -0
  377. package/esm/icons/components/InteriorThinIcon.js +18 -0
  378. package/esm/icons/components/InternationalIcon.js +24 -0
  379. package/esm/icons/components/KvdTestIcon.js +16 -0
  380. package/esm/icons/components/KvdVenueIcon.js +16 -0
  381. package/esm/icons/components/LifebuoyIcon.js +16 -0
  382. package/esm/icons/components/LiftTruckIcon.js +16 -0
  383. package/esm/icons/components/LinkedInIcon.js +16 -0
  384. package/esm/icons/components/ListViewIcon.js +38 -0
  385. package/esm/icons/components/MailIcon.js +18 -0
  386. package/esm/icons/components/MinibusIcon.js +18 -0
  387. package/esm/icons/components/MinivanIcon.js +19 -0
  388. package/esm/icons/components/MobileIcon.js +26 -0
  389. package/esm/icons/components/MotorcycleIcon.js +48 -0
  390. package/esm/icons/components/MrfLogoIcon.js +27 -0
  391. package/esm/icons/components/NotFoundIcon.js +16 -0
  392. package/esm/icons/components/OverbidIcon.js +18 -0
  393. package/esm/icons/components/PdfIconIcon.js +16 -0
  394. package/esm/icons/components/PhoneIcon.js +18 -0
  395. package/esm/icons/components/PickUpIcon.js +16 -0
  396. package/esm/icons/components/PinIcon.js +16 -0
  397. package/esm/icons/components/PlayIcon.js +16 -0
  398. package/esm/icons/components/Pricetag.js +25 -0
  399. package/esm/icons/components/PricetagFilledKronaIcon.js +21 -0
  400. package/esm/icons/components/PrivateCarIcon.js +16 -0
  401. package/esm/icons/components/ProfileCircleIcon.js +16 -0
  402. package/esm/icons/components/ProfileIcon.js +16 -0
  403. package/esm/icons/components/RadioIcon.js +28 -0
  404. package/esm/icons/components/ReclamationIcon.js +16 -0
  405. package/esm/icons/components/ReleasingIcon.js +22 -0
  406. package/esm/icons/components/RemoveFilterIcon.js +16 -0
  407. package/esm/icons/components/ReservedPriceIcon.js +16 -0
  408. package/esm/icons/components/ResultIcon.js +16 -0
  409. package/esm/icons/components/SafePaymentIcon.js +16 -0
  410. package/esm/icons/components/SaleTagIcon.js +16 -0
  411. package/esm/icons/components/SearchCheckIcon.js +22 -0
  412. package/esm/icons/components/SearchIcon.js +16 -0
  413. package/esm/icons/components/SedanIcon.js +18 -0
  414. package/esm/icons/components/SellCarIcon.js +16 -0
  415. package/esm/icons/components/SellCarsIcon.js +16 -0
  416. package/esm/icons/components/ServiceIcon.js +21 -0
  417. package/esm/icons/components/ShareIcon.js +42 -0
  418. package/esm/icons/components/ShieldIcon.js +16 -0
  419. package/esm/icons/components/SignInIcon.js +16 -0
  420. package/esm/icons/components/SignOutIcon.js +16 -0
  421. package/esm/icons/components/SpeedMeterIcon.js +18 -0
  422. package/esm/icons/components/StarCircleIcon.js +16 -0
  423. package/esm/icons/components/StartIcon.js +24 -0
  424. package/esm/icons/components/StoreIcon.js +16 -0
  425. package/esm/icons/components/SuvIcon.js +18 -0
  426. package/esm/icons/components/SwedenFlag.js +24 -0
  427. package/esm/icons/components/TankIcon.js +26 -0
  428. package/esm/icons/components/TireIcon.js +16 -0
  429. package/esm/icons/components/TransportIcon.js +16 -0
  430. package/esm/icons/components/TrashcanIcon.js +16 -0
  431. package/esm/icons/components/TrophyIcon.js +16 -0
  432. package/esm/icons/components/TruckIcon.js +16 -0
  433. package/esm/icons/components/UmbrellaIcon.js +16 -0
  434. package/esm/icons/components/ValuationIcon.js +16 -0
  435. package/esm/icons/components/ValueIcon.js +21 -0
  436. package/esm/icons/components/WarningIcon.js +16 -0
  437. package/esm/icons/components/YoutubeIcon.js +16 -0
  438. package/esm/icons/components/index.js +157 -0
  439. package/esm/index.js +220 -0
  440. package/esm/react-app-env.d.js +1 -0
  441. package/esm/shared/constants.js +3 -0
  442. package/esm/shared/helpers.js +23 -0
  443. package/esm/shared/helpers.spec.js +34 -0
  444. package/esm/shared/media-queries.js +35 -0
  445. package/esm/styled.d.js +1 -0
  446. package/esm/theme.js +121 -0
  447. package/esm/typography/BodyText/index.js +48 -0
  448. package/esm/typography/ButtonText/index.js +33 -0
  449. package/esm/typography/Heading/index.js +76 -0
  450. package/esm/utils/utils.js +28 -0
  451. package/package.json +11 -5
  452. package/{ColorCard.d.ts → types/ColorCard.d.ts} +0 -0
  453. package/{ElevationCard.d.ts → types/ElevationCard.d.ts} +0 -0
  454. package/{Interfaces.d.ts → types/Interfaces.d.ts} +0 -0
  455. package/{Types.d.ts → types/Types.d.ts} +0 -0
  456. package/{components → types/components}/Accordion/index.d.ts +0 -0
  457. package/{components → types/components}/Badge/index.d.ts +0 -0
  458. package/{components → types/components}/Button/index.d.ts +0 -0
  459. package/{components → types/components}/Card/index.d.ts +0 -0
  460. package/{components → types/components}/CheckBox/index.d.ts +0 -0
  461. package/{components → types/components}/Chip/index.d.ts +0 -0
  462. package/{components → types/components}/DayPicker/DayPickerNavBar.d.ts +0 -0
  463. package/{components → types/components}/DayPicker/index.d.ts +0 -0
  464. package/{components → types/components}/DayPicker/localeUtils.d.ts +0 -0
  465. package/{components → types/components}/Dialog/index.d.ts +0 -0
  466. package/{components → types/components}/ErrorMessage/index.d.ts +0 -0
  467. package/{components → types/components}/FieldLabel.d.ts +0 -0
  468. package/{components → types/components}/Header/Hamburger.d.ts +0 -0
  469. package/{components → types/components}/Header/Link.d.ts +0 -0
  470. package/{components → types/components}/Header/index.d.ts +0 -0
  471. package/{components → types/components}/Hero/index.d.ts +0 -0
  472. package/{components → types/components}/Icon/index.d.ts +0 -0
  473. package/{components → types/components}/IconButton.d.ts +0 -0
  474. package/{components → types/components}/Icons/Arrow.d.ts +0 -0
  475. package/{components → types/components}/Icons/CheckCircle.d.ts +0 -0
  476. package/{components → types/components}/Icons/CheckIcon.d.ts +0 -0
  477. package/{components → types/components}/Icons/Close.d.ts +0 -0
  478. package/{components → types/components}/Icons/ErrorCircle.d.ts +0 -0
  479. package/{components → types/components}/Icons/InfoCircle.d.ts +0 -0
  480. package/{components → types/components}/InlineStepper/Step.d.ts +0 -0
  481. package/{components → types/components}/InlineStepper/StepCircle.d.ts +0 -0
  482. package/{components → types/components}/InlineStepper/index.d.ts +0 -0
  483. package/{components → types/components}/ListItem/Bacon.d.ts +0 -0
  484. package/{components → types/components}/ListItem/index.d.ts +0 -0
  485. package/{components → types/components}/Logo/LogoEn.d.ts +0 -0
  486. package/{components → types/components}/Logo/LogoSv.d.ts +0 -0
  487. package/{components → types/components}/Logo/index.d.ts +0 -0
  488. package/{components → types/components}/MenuItem/index.d.ts +0 -0
  489. package/{components → types/components}/Modal/index.d.ts +0 -0
  490. package/{components → types/components}/NotificationButton/index.d.ts +0 -0
  491. package/{components → types/components}/OffCanvas/Overlay.d.ts +0 -0
  492. package/{components → types/components}/OffCanvas/index.d.ts +0 -0
  493. package/{components → types/components}/OffCanvas/useClickOutside.d.ts +0 -0
  494. package/{components → types/components}/RadioButton/index.d.ts +0 -0
  495. package/{components → types/components}/Range/index.d.ts +0 -0
  496. package/types/components/Select/components/test-icon.d.ts +1 -0
  497. package/{components → types/components}/Select/index.d.ts +0 -0
  498. package/{components → types/components}/Snackbar/index.d.ts +0 -0
  499. package/{components → types/components}/Spinner/index.d.ts +0 -0
  500. package/{components → types/components}/Stepper/index.d.ts +0 -0
  501. package/{components → types/components}/StepperAccordion/index.d.ts +0 -0
  502. package/{components → types/components}/Tabs/index.d.ts +0 -0
  503. package/{components → types/components}/TextArea/index.d.ts +0 -0
  504. package/{components → types/components}/Textfield/index.d.ts +0 -0
  505. package/{components → types/components}/TimePicker/index.d.ts +0 -0
  506. package/{components → types/components}/TimePicker/testHelper.d.ts +0 -0
  507. package/{components → types/components}/Toggle/index.d.ts +0 -0
  508. package/{icons → types/icons}/components/AccountCreateIcon.d.ts +0 -0
  509. package/{icons → types/icons}/components/AccountIcon.d.ts +0 -0
  510. package/{icons → types/icons}/components/AccountLoginIcon.d.ts +0 -0
  511. package/{icons → types/icons}/components/ArrowDownIcon.d.ts +0 -0
  512. package/{icons → types/icons}/components/ArrowLeftIcon.d.ts +0 -0
  513. package/{icons → types/icons}/components/ArrowLeftSharpIcon.d.ts +0 -0
  514. package/{icons → types/icons}/components/ArrowLeftSmallIcon.d.ts +0 -0
  515. package/{icons → types/icons}/components/ArrowLong.d.ts +0 -0
  516. package/{icons → types/icons}/components/ArrowRestartIcon.d.ts +0 -0
  517. package/{icons → types/icons}/components/ArrowRightIcon.d.ts +0 -0
  518. package/{icons → types/icons}/components/ArrowRightSharpIcon.d.ts +0 -0
  519. package/{icons → types/icons}/components/ArrowUpIcon.d.ts +0 -0
  520. package/{icons → types/icons}/components/AuctionIcon.d.ts +0 -0
  521. package/{icons → types/icons}/components/BackArrowIcon.d.ts +0 -0
  522. package/{icons → types/icons}/components/Baseline360Icon.d.ts +0 -0
  523. package/{icons → types/icons}/components/BellIcon.d.ts +0 -0
  524. package/{icons → types/icons}/components/BidIcon.d.ts +0 -0
  525. package/{icons → types/icons}/components/BidKrIcon.d.ts +0 -0
  526. package/{icons → types/icons}/components/BreaksIcon.d.ts +0 -0
  527. package/{icons → types/icons}/components/BuyCarIcon.d.ts +0 -0
  528. package/{icons → types/icons}/components/CabIcon.d.ts +0 -0
  529. package/{icons → types/icons}/components/CalendarIcon.d.ts +0 -0
  530. package/{icons → types/icons}/components/CameraIcon.d.ts +0 -0
  531. package/{icons → types/icons}/components/Car360Icon.d.ts +0 -0
  532. package/{icons → types/icons}/components/CarFrontIcon.d.ts +0 -0
  533. package/{icons → types/icons}/components/CarSearchIcon.d.ts +0 -0
  534. package/{icons → types/icons}/components/CarSideIcon.d.ts +0 -0
  535. package/{icons → types/icons}/components/CarTiresIcon.d.ts +0 -0
  536. package/{icons → types/icons}/components/CaravanIcon.d.ts +0 -0
  537. package/{icons → types/icons}/components/CardViewIcon.d.ts +0 -0
  538. package/{icons → types/icons}/components/CarloanIcon.d.ts +0 -0
  539. package/{icons → types/icons}/components/CertifiedIcon.d.ts +0 -0
  540. package/{icons → types/icons}/components/ChatIcon.d.ts +0 -0
  541. package/{icons → types/icons}/components/CheckIcon.d.ts +0 -0
  542. package/{icons → types/icons}/components/CheckThinIcon.d.ts +0 -0
  543. package/{icons → types/icons}/components/CheckmarkFilledIcon.d.ts +0 -0
  544. package/{icons → types/icons}/components/CheckmarkIcon.d.ts +0 -0
  545. package/{icons → types/icons}/components/ClipboardFilledIcon.d.ts +0 -0
  546. package/{icons → types/icons}/components/ClipboardIcon.d.ts +0 -0
  547. package/{icons → types/icons}/components/ClockFilledIcon.d.ts +0 -0
  548. package/{icons → types/icons}/components/ClockIcon.d.ts +0 -0
  549. package/{icons → types/icons}/components/CloseIcon.d.ts +0 -0
  550. package/{icons → types/icons}/components/CloseThinIcon.d.ts +0 -0
  551. package/{icons → types/icons}/components/CoffeeIcon.d.ts +0 -0
  552. package/{icons → types/icons}/components/CombiIcon.d.ts +0 -0
  553. package/{icons → types/icons}/components/CommentCircleFilledIcon.d.ts +0 -0
  554. package/{icons → types/icons}/components/CommentCircleIconIcon.d.ts +0 -0
  555. package/{icons → types/icons}/components/CommentIcon.d.ts +0 -0
  556. package/{icons → types/icons}/components/ContactIcon.d.ts +0 -0
  557. package/{icons → types/icons}/components/CoupeIcon.d.ts +0 -0
  558. package/{icons → types/icons}/components/CreditCardIcon.d.ts +0 -0
  559. package/{icons → types/icons}/components/CrossCircleIcon.d.ts +0 -0
  560. package/{icons → types/icons}/components/CrownIcon.d.ts +0 -0
  561. package/{icons → types/icons}/components/DealmakerIcon.d.ts +0 -0
  562. package/{icons → types/icons}/components/DeliveryIcon.d.ts +0 -0
  563. package/{icons → types/icons}/components/DetailedSearchIcon.d.ts +0 -0
  564. package/{icons → types/icons}/components/EcoFriendlyIcon.d.ts +0 -0
  565. package/{icons → types/icons}/components/EditIcon.d.ts +0 -0
  566. package/{icons → types/icons}/components/EngineIcon.d.ts +0 -0
  567. package/{icons → types/icons}/components/EnglandFlagIcon.d.ts +0 -0
  568. package/{icons → types/icons}/components/EvaluationIcon.d.ts +0 -0
  569. package/{icons → types/icons}/components/ExaminationMarkFilledIcon.d.ts +0 -0
  570. package/{icons → types/icons}/components/ExaminationMarkIcon.d.ts +0 -0
  571. package/{icons → types/icons}/components/ExteriorIcon.d.ts +0 -0
  572. package/{icons → types/icons}/components/EyeIcon.d.ts +0 -0
  573. package/{icons → types/icons}/components/FacebookBtnIcon.d.ts +0 -0
  574. package/{icons → types/icons}/components/FacebookIcon.d.ts +0 -0
  575. package/{icons → types/icons}/components/FatalIcon.d.ts +0 -0
  576. package/{icons → types/icons}/components/FavouriteIcon.d.ts +0 -0
  577. package/{icons → types/icons}/components/FavouriteSolidIcon.d.ts +0 -0
  578. package/{icons → types/icons}/components/FilterIcon.d.ts +0 -0
  579. package/{icons → types/icons}/components/FinanceIcon.d.ts +0 -0
  580. package/{icons → types/icons}/components/FindCarIcon.d.ts +0 -0
  581. package/{icons → types/icons}/components/FixedMonthlyCostIcon.d.ts +0 -0
  582. package/{icons → types/icons}/components/FlagIcon.d.ts +0 -0
  583. package/{icons → types/icons}/components/FlexibilityIcon.d.ts +0 -0
  584. package/{icons → types/icons}/components/ForumLargeIcon.d.ts +0 -0
  585. package/{icons → types/icons}/components/ForumSmallIcon.d.ts +0 -0
  586. package/{icons → types/icons}/components/GavelIcon.d.ts +0 -0
  587. package/{icons → types/icons}/components/GearboxIcon.d.ts +0 -0
  588. package/{icons → types/icons}/components/GiftIcon.d.ts +0 -0
  589. package/{icons → types/icons}/components/GridViewIcon.d.ts +0 -0
  590. package/{icons → types/icons}/components/GroupIcon.d.ts +0 -0
  591. package/{icons → types/icons}/components/GuaranteeIcon.d.ts +0 -0
  592. package/{icons → types/icons}/components/GuaranteeLargeIcon.d.ts +0 -0
  593. package/{icons → types/icons}/components/GuaranteeSmallIcon.d.ts +0 -0
  594. package/{icons → types/icons}/components/HalfCombiIcon.d.ts +0 -0
  595. package/{icons → types/icons}/components/HamburgerIcon.d.ts +0 -0
  596. package/{icons → types/icons}/components/HandshakeIcon.d.ts +0 -0
  597. package/{icons → types/icons}/components/HelpingHandIcon.d.ts +0 -0
  598. package/{icons → types/icons}/components/IdIcon.d.ts +0 -0
  599. package/{icons → types/icons}/components/InformationIcon.d.ts +0 -0
  600. package/{icons → types/icons}/components/InstagramIcon.d.ts +0 -0
  601. package/{icons → types/icons}/components/InsuranceIcon.d.ts +0 -0
  602. package/{icons → types/icons}/components/InteriorIcon.d.ts +0 -0
  603. package/{icons → types/icons}/components/InteriorThinIcon.d.ts +0 -0
  604. package/{icons → types/icons}/components/InternationalIcon.d.ts +0 -0
  605. package/{icons → types/icons}/components/KvdTestIcon.d.ts +0 -0
  606. package/{icons → types/icons}/components/KvdVenueIcon.d.ts +0 -0
  607. package/{icons → types/icons}/components/LifebuoyIcon.d.ts +0 -0
  608. package/{icons → types/icons}/components/LiftTruckIcon.d.ts +0 -0
  609. package/{icons → types/icons}/components/LinkedInIcon.d.ts +0 -0
  610. package/{icons → types/icons}/components/ListViewIcon.d.ts +0 -0
  611. package/{icons → types/icons}/components/MailIcon.d.ts +0 -0
  612. package/{icons → types/icons}/components/MinibusIcon.d.ts +0 -0
  613. package/{icons → types/icons}/components/MinivanIcon.d.ts +0 -0
  614. package/{icons → types/icons}/components/MobileIcon.d.ts +0 -0
  615. package/{icons → types/icons}/components/MotorcycleIcon.d.ts +0 -0
  616. package/{icons → types/icons}/components/MrfLogoIcon.d.ts +0 -0
  617. package/{icons → types/icons}/components/NotFoundIcon.d.ts +0 -0
  618. package/{icons → types/icons}/components/OverbidIcon.d.ts +0 -0
  619. package/{icons → types/icons}/components/PdfIconIcon.d.ts +0 -0
  620. package/{icons → types/icons}/components/PhoneIcon.d.ts +0 -0
  621. package/{icons → types/icons}/components/PickUpIcon.d.ts +0 -0
  622. package/{icons → types/icons}/components/PinIcon.d.ts +0 -0
  623. package/{icons → types/icons}/components/PlayIcon.d.ts +0 -0
  624. package/{icons → types/icons}/components/Pricetag.d.ts +0 -0
  625. package/{icons → types/icons}/components/PricetagFilledKronaIcon.d.ts +0 -0
  626. package/{icons → types/icons}/components/PrivateCarIcon.d.ts +0 -0
  627. package/{icons → types/icons}/components/ProfileCircleIcon.d.ts +0 -0
  628. package/{icons → types/icons}/components/ProfileIcon.d.ts +0 -0
  629. package/{icons → types/icons}/components/RadioIcon.d.ts +0 -0
  630. package/{icons → types/icons}/components/ReclamationIcon.d.ts +0 -0
  631. package/{icons → types/icons}/components/ReleasingIcon.d.ts +0 -0
  632. package/{icons → types/icons}/components/RemoveFilterIcon.d.ts +0 -0
  633. package/{icons → types/icons}/components/ReservedPriceIcon.d.ts +0 -0
  634. package/{icons → types/icons}/components/ResultIcon.d.ts +0 -0
  635. package/{icons → types/icons}/components/SafePaymentIcon.d.ts +0 -0
  636. package/{icons → types/icons}/components/SaleTagIcon.d.ts +0 -0
  637. package/{icons → types/icons}/components/SearchCheckIcon.d.ts +0 -0
  638. package/{icons → types/icons}/components/SearchIcon.d.ts +0 -0
  639. package/{icons → types/icons}/components/SedanIcon.d.ts +0 -0
  640. package/{icons → types/icons}/components/SellCarIcon.d.ts +0 -0
  641. package/{icons → types/icons}/components/SellCarsIcon.d.ts +0 -0
  642. package/{icons → types/icons}/components/ServiceIcon.d.ts +0 -0
  643. package/{icons → types/icons}/components/ShareIcon.d.ts +0 -0
  644. package/{icons → types/icons}/components/ShieldIcon.d.ts +0 -0
  645. package/{icons → types/icons}/components/SignInIcon.d.ts +0 -0
  646. package/{icons → types/icons}/components/SignOutIcon.d.ts +0 -0
  647. package/{icons → types/icons}/components/SpeedMeterIcon.d.ts +0 -0
  648. package/{icons → types/icons}/components/StarCircleIcon.d.ts +0 -0
  649. package/{icons → types/icons}/components/StartIcon.d.ts +0 -0
  650. package/{icons → types/icons}/components/StoreIcon.d.ts +0 -0
  651. package/{icons → types/icons}/components/SuvIcon.d.ts +0 -0
  652. package/{icons → types/icons}/components/SwedenFlag.d.ts +0 -0
  653. package/{icons → types/icons}/components/TankIcon.d.ts +0 -0
  654. package/{icons → types/icons}/components/TireIcon.d.ts +0 -0
  655. package/{icons → types/icons}/components/TransportIcon.d.ts +0 -0
  656. package/{icons → types/icons}/components/TrashcanIcon.d.ts +0 -0
  657. package/{icons → types/icons}/components/TrophyIcon.d.ts +0 -0
  658. package/{icons → types/icons}/components/TruckIcon.d.ts +0 -0
  659. package/{icons → types/icons}/components/UmbrellaIcon.d.ts +0 -0
  660. package/{icons → types/icons}/components/ValuationIcon.d.ts +0 -0
  661. package/{icons → types/icons}/components/ValueIcon.d.ts +0 -0
  662. package/{icons → types/icons}/components/WarningIcon.d.ts +0 -0
  663. package/{icons → types/icons}/components/YoutubeIcon.d.ts +0 -0
  664. package/{icons → types/icons}/components/index.d.ts +0 -0
  665. package/types/icons/template.d.ts +10 -0
  666. package/{index.d.ts → types/index.d.ts} +0 -0
  667. package/types/serviceWorker.d.ts +2 -0
  668. package/{setupTests.d.ts → types/setupTests.d.ts} +0 -0
  669. package/{shared → types/shared}/constants.d.ts +0 -0
  670. package/{shared → types/shared}/helpers.d.ts +0 -0
  671. package/{shared → types/shared}/media-queries.d.ts +0 -0
  672. package/{testUtils.d.ts → types/testUtils.d.ts} +0 -0
  673. package/{theme.d.ts → types/theme.d.ts} +3 -3
  674. package/{typography → types/typography}/BodyText/index.d.ts +0 -0
  675. package/{typography → types/typography}/ButtonText/index.d.ts +0 -0
  676. package/{typography → types/typography}/Heading/index.d.ts +0 -0
  677. package/{utils → types/utils}/utils.d.ts +0 -0
  678. package/kvdbil-components.css +0 -224
  679. package/kvdbil-components.js +0 -1501
  680. package/kvdbil-components.js.map +0 -1
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function LiftTruckIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 24 16",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M21.1 14.1c-.4 1.1-1.4 1.9-2.6 1.9-1.2 0-2.3-.8-2.7-1.9H9.1C8.7 15.2 7.7 16 6.5 16c-1.2 0-2.3-.8-2.7-1.9H0V5.3L4.2 0h6v7.5H12V6l4.2-5h4.1v3.5c0 .5.4.9.9.9s1-.4 1-.8H24c0 1.4-1.2 2.6-2.8 2.6-1.5 0-2.7-1.2-2.7-2.6V2.8h-1.4l-3.3 3.8v.9H24v6.6h-2.9zM2.9 12.2H1.8V9.4h13.9V1.9h3.2L22.2 6v6.2h-2c-.4-1.1-1.5-1.8-2.7-1.8-1.2 0-2.2.7-2.6 1.8H8.2c-.4-1.1-1.5-1.8-2.7-1.8-1.2 0-2.2.7-2.6 1.8zm14.6 1.9c-.5 0-.9-.4-.9-.9s.4-1 .9-1 1 .5 1 1-.5.9-1 .9zm-12 0c-.5 0-.9-.4-.9-.9s.4-1 .9-1 1 .5 1 1-.5.9-1 .9z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = LiftTruckIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function LinkedInIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 24 24",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M22.2 0H1.8c-.3 0-.5 0-.7.1C.9.2.7.3.5.5.4.7.2.9.1 1.1c-.1.2-.1.4-.1.6v20.5c0 .3 0 .5.1.7.1.2.3.4.4.6.2.1.4.3.6.3.2.1.4.2.7.2h20.4c.5 0 .9-.2 1.3-.5.3-.4.5-.8.5-1.3V1.7c0-.4-.2-.9-.5-1.2-.4-.3-.8-.5-1.3-.5zM7.1 20.5H3.6V9h3.5v11.5zM5.3 7.4c-.4 0-.8-.1-1.1-.3-.3-.2-.6-.5-.8-.9-.1-.4-.2-.8-.1-1.2.1-.4.3-.8.6-1.1.3-.3.6-.5 1-.6.4 0 .8 0 1.2.2.4.1.7.4 1 .7.2.4.3.8.3 1.2 0 .5-.2 1-.6 1.4-.4.4-.9.6-1.5.6zm15.2 13.1h-3.6v-5.6c0-1.4 0-3.1-1.9-3.1-1.8 0-2.1 1.5-2.1 3v5.7H9.4V9h3.4v1.6c.3-.6.8-1.1 1.4-1.4.6-.3 1.3-.5 1.9-.5 3.6 0 4.3 2.4 4.3 5.5l.1 6.3z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = LinkedInIcon;
@@ -0,0 +1,64 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function ListViewIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 25 24",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("rect", {
38
+ x: 2.002,
39
+ y: 2,
40
+ width: 20,
41
+ height: 3,
42
+ rx: 1
43
+ }), /* @__PURE__ */ React__namespace.createElement("rect", {
44
+ x: 2.002,
45
+ y: 7.667,
46
+ width: 20,
47
+ height: 3,
48
+ rx: 1
49
+ }), /* @__PURE__ */ React__namespace.createElement("rect", {
50
+ x: 2.002,
51
+ y: 13.333,
52
+ width: 20,
53
+ height: 3,
54
+ rx: 1
55
+ }), /* @__PURE__ */ React__namespace.createElement("rect", {
56
+ x: 2.002,
57
+ y: 19,
58
+ width: 20,
59
+ height: 3,
60
+ rx: 1
61
+ }));
62
+ }
63
+
64
+ exports['default'] = ListViewIcon;
@@ -0,0 +1,44 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function MailIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 24 24",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M2.934 5.122h18.065a.5.5 0 01.5.5V18.25a.5.5 0 01-.5.5H2.934a.5.5 0 01-.5-.5V5.622a.5.5 0 01.5-.5zm-2 .5a2 2 0 012-2h18.065a2 2 0 012 2V18.25a2 2 0 01-2 2H2.934a2 2 0 01-2-2V5.622zm17.251 2.16l-5.302 5.303a1.25 1.25 0 01-1.768 0L5.813 7.783l-1.061 1.06 5.303 5.303a2.75 2.75 0 003.889 0l5.302-5.303-1.06-1.06zm-9.63 5.986L6.28 16.042 5.22 14.98l2.274-2.274 1.06 1.06zm9.163 2.274l-2.274-2.274 1.06-1.061 2.275 2.274-1.061 1.06z"
41
+ }));
42
+ }
43
+
44
+ exports['default'] = MailIcon;
@@ -0,0 +1,44 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function MinibusIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 24 24",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M2 3.25c-.457 0-.797.243-1.015.522-.204.262-.332.587-.422.9-.18.634-.267 1.468-.31 2.341C.196 8.217.216 9.63.234 10.9c.01.573.017 1.117.017 1.6 0 .845.168 1.534.52 2.069.359.546.86.854 1.375 1.02.265.085.536.134.8.161.49.753 1.34 1.25 2.305 1.25.965 0 1.815-.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-2.97-1.225-5.278-2.755-6.838-1.5-1.528-3.37-2.412-4.756-2.412H2zm19 11h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-2.53-1.036-4.472-2.326-5.787-1.321-1.347-2.83-1.963-3.685-1.963H2.133c-.034.062-.08.167-.127.334-.131.46-.212 1.15-.254 2.003-.057 1.156-.037 2.479-.019 3.724.009.589.017 1.16.017 1.69 0 .655.131 1.028.273 1.243a.984.984 0 00.48.38A2.75 2.75 0 118 14.25v.001h7.5a2.75 2.75 0 115.5 0zM5.25 15.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm13 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"
41
+ }));
42
+ }
43
+
44
+ exports['default'] = MinibusIcon;
@@ -0,0 +1,45 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function MinivanIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 26 18",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ ...props
36
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
37
+ fill: "currentColor"
38
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
39
+ d: "M21.012 14H23c.429 0 .654-.153.821-.468.12-.227.174-.472.18-.592L24 12.148V10c0-.501-.666-1-2-1-1.03 0-1.84-.675-2.801-1.955a30.43 30.43 0 01-1.033-1.49C16.934 3.709 16.305 3 16 3c-.305 0-.776 0-1.52-.002l-2.3-.006-2.677-.005C6.101 2.98 3.876 2.984 3.018 3c-.478.008-.712.162-.865.455-.11.207-.152.434-.153.538V13c0 .112.038.345.143.555.147.298.37.446.854.445.317 0 .991-.002 1.996-.002l.001 2c-1.003 0-1.677.001-1.991.002-1.273.004-2.177-.598-2.652-1.555A3.28 3.28 0 010 12.999v-9.02c.006-.406.101-.921.383-1.456.483-.918 1.366-1.5 2.6-1.523C3.858.984 6.085.981 9.505.987l2.678.005 2.3.006L16 1c1.357 0 2.057.788 3.83 3.445.488.732.705 1.049.968 1.4C21.395 6.637 21.83 7 22 7c2.334 0 4 1.248 4 3v3c-.025.44-.134.945-.412 1.468C25.092 15.403 24.216 16 23 16h-1.989l.001-2zm-11.997-.002h7.97v2h-7.97v-2z"
40
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
41
+ d: "M19 18a3 3 0 100-6 3 3 0 000 6zm0-2a1 1 0 110-2 1 1 0 010 2zM7 18a3 3 0 100-6 3 3 0 000 6zm0-2a1 1 0 110-2 1 1 0 010 2z"
42
+ })));
43
+ }
44
+
45
+ exports['default'] = MinivanIcon;
@@ -0,0 +1,52 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function MobileIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 48 49",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M18.3 6.5c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4v-28c0-2.2-1.8-4-4-4h-12zm0 3c-.56 0-1 .44-1 1v28c0 .56.44 1 1 1h12c.56 0 1-.44 1-1v-28c0-.56-.44-1-1-1h-12z"
41
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
42
+ d: "M5.8 33.76c-.44 0-.88-.2-1.16-.56-.1-.14-2.64-3.36-2.64-9.62s2.54-9.5 2.64-9.62c.52-.64 1.46-.74 2.1-.22.64.52.74 1.46.24 2.1C6.94 15.9 5 18.5 5 23.6c0 5.14 1.96 7.72 1.98 7.74.52.64.42 1.58-.22 2.1-.3.2-.64.32-.96.32zM10.72 30.18c-.44 0-.86-.18-1.16-.56-.18-.22-1.7-2.22-1.7-6.06 0-3.84 1.52-5.84 1.7-6.06.52-.64 1.46-.74 2.1-.22.64.52.74 1.44.24 2.1-.06.08-1.04 1.44-1.04 4.2 0 2.78 1 4.14 1.04 4.2.5.66.38 1.6-.26 2.1-.28.2-.6.3-.92.3zM42.802 33.76c-.34 0-.66-.1-.94-.34-.64-.52-.74-1.46-.22-2.1.02-.02 1.98-2.62 1.98-7.74 0-5.14-1.96-7.72-1.98-7.74-.52-.64-.42-1.58.22-2.1s1.6-.42 2.1.22c.1.14 2.64 3.36 2.64 9.62s-2.54 9.5-2.64 9.62c-.28.36-.72.56-1.16.56zM37.86 30.18c-.34 0-.66-.1-.94-.34-.64-.52-.74-1.46-.22-2.1.02-.04 1.04-1.4 1.04-4.18s-1-4.14-1.04-4.2c-.5-.66-.38-1.6.26-2.1s1.58-.4 2.08.24c.18.22 1.7 2.22 1.7 6.06 0 3.84-1.52 5.84-1.7 6.06-.3.38-.74.56-1.18.56z"
43
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
44
+ fillRule: "evenodd",
45
+ clipRule: "evenodd",
46
+ d: "M29.3 36c0 .82-.68 1.5-1.5 1.5h-7c-.82 0-1.5-.68-1.5-1.5s.68-1.5 1.5-1.5h7c.82 0 1.5.68 1.5 1.5z"
47
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
48
+ d: "M24.3 14.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"
49
+ }));
50
+ }
51
+
52
+ exports['default'] = MobileIcon;
@@ -0,0 +1,74 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function MotorcycleIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ viewBox: "0 0 26 18",
33
+ width: "1em",
34
+ height: "1em",
35
+ ...props
36
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
37
+ fill: "none",
38
+ fillRule: "evenodd"
39
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
40
+ transform: "translate(18 10)",
41
+ fillRule: "nonzero"
42
+ }, /* @__PURE__ */ React__namespace.createElement("circle", {
43
+ cx: 4,
44
+ cy: 4,
45
+ r: 3
46
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
47
+ d: "M4 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0-2C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z",
48
+ fill: "currentColor"
49
+ })), /* @__PURE__ */ React__namespace.createElement("path", {
50
+ className: "motorcycle-icon_svg__body",
51
+ d: "M11.24 14h2.41c.82 0 1.55-.5 1.86-1.26l.99-2.49a2 2 0 011.86-1.26h2.65l-.67-3.34a2.066 2.066 0 00-2.02-1.66H15.6c-.98 0-1.87.55-2.31 1.43l-.29.57-11-2 1 3 4 1 2.45 4.89a2 2 0 001.79 1.11zM21 9l.44 2.21",
52
+ fillRule: "nonzero",
53
+ fill: "currentColor"
54
+ }), /* @__PURE__ */ React__namespace.createElement("g", {
55
+ fillRule: "nonzero",
56
+ transform: "translate(0 10)"
57
+ }, /* @__PURE__ */ React__namespace.createElement("circle", {
58
+ cx: 4,
59
+ cy: 4,
60
+ r: 3
61
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
62
+ d: "M4 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0-2C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z",
63
+ fill: "currentColor"
64
+ })), /* @__PURE__ */ React__namespace.createElement("path", {
65
+ d: "M7 14h4",
66
+ fill: "currentColor"
67
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
68
+ className: "motorcycle-icon_svg__handlebars",
69
+ fill: "currentColor",
70
+ d: "M19 4l-2-3h-2"
71
+ })));
72
+ }
73
+
74
+ exports['default'] = MotorcycleIcon;
@@ -0,0 +1,53 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function MrfLogoIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 51 44",
34
+ fill: "none",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
38
+ fill: "currentColor"
39
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
40
+ d: "M13.154 43.343L.789 22.033 13.22.724h24.467l12.365 21.31-12.365 21.309H13.154zM12.694 0L0 22.033l12.694 22.033h25.453L50.84 22.033 38.146 0H12.695z"
41
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
42
+ d: "M41.238 21.968c0-8.814-7.103-15.917-15.85-15.917-8.682 0-15.785 7.103-15.785 15.917 0 8.813 7.103 15.916 15.85 15.916 8.682 0 15.785-7.17 15.785-15.916zm-18.745 0c0-1.579 1.316-2.894 2.894-2.894 1.579 0 2.894 1.315 2.894 2.894 0 1.578-1.315 2.893-2.894 2.893-1.578 0-2.894-1.315-2.894-2.893zm17.232 0c0 7.826-6.05 13.877-13.68 14.272l.395-10.063c1.907-.46 3.354-2.17 3.354-4.21a4.94 4.94 0 00-.329-1.71l8.55-5.13c1.052 2.04 1.71 4.341 1.71 6.84zM25.387 7.63c5.065 0 9.537 2.63 12.036 6.577l-9.076 4.538c-.79-.724-1.842-1.184-2.96-1.184a4.192 4.192 0 00-2.894 1.118l-9.01-4.735c2.63-3.75 6.972-6.314 11.904-6.314zM11.115 21.968c0-2.566.658-4.999 1.908-7.104l8.418 5.393c-.197.527-.329 1.053-.329 1.645 0 2.104 1.447 3.814 3.42 4.275l.395 10.063c-7.695-.264-13.812-6.577-13.812-14.272z"
43
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
44
+ d: "M22.427 16.245v-5.393c.79.855 1.447 1.645 2.433 2.763.921-1.184 2.368-3.026 2.368-3.026v5.656l-.394.395h2.302l-.395-.395v-6.38l.46-.525h-1.907c-.723.92-1.25 1.578-1.907 2.433l-2.17-2.433h-2.171c.263.263.526.526.855.789v6.05c-.132.198-.263.33-.395.395h1.316l-.395-.329zM30.122 24.993v6.445l-.394.395h2.236l-.329-.395v-3.354h2.368l.329 1.118V26.44l-.33 1.118h-2.367v-2.63h3.223c.789.328 1.184.986 1.644 1.578-.263-.658-.855-1.974-.855-1.974h-6.05l.525.46zM22.559 31.636c-1.645-.79-1.184-3.223-3.289-3.618a1.807 1.807 0 002.039-1.776c0-.855-.658-1.71-1.776-1.71h-3.88s.263.198.592.395v6.445l-.395.395h2.434l-.46-.395v-3.354c2.235-.066 1.249 2.96 3.288 3.486.263.132.92.197 1.38.197.132.066.198 0 .067-.065zm-3.88-4.078h-1.053v-2.565h.855c.986 0 1.447.526 1.447 1.25.066.46-.329 1.315-1.25 1.315zM6.774 24.73c-.263 0-.526.263-.526.526s.263.526.526.526.526-.263.526-.526-.263-.526-.526-.526zM43.868 24.73c-.263 0-.526.263-.526.526s.263.526.526.526c.264 0 .527-.263.527-.526 0-.329-.198-.526-.527-.526zM8.09 20.915h.065l.198-1.118h-.066c-.066.132-.132.263-.132.329-.065.066-.263.066-.526 0l-1.841-.329 2.696-.723v-.066l-2.433-1.644 2.039.394c.197.066.328.066.328.132s.066.197.066.394h.066l.263-1.25h-.066c-.066.198-.066.264-.131.33-.066.065-.198.065-.33 0l-2.038-.395a.502.502 0 01-.329-.132v-.394h-.066l-.131.92 2.104 1.448-2.499.657-.197.921h.066c.065-.197.065-.329.131-.395.066-.065.197-.065.329 0l1.842.33c.263.065.394.13.46.197.132.065.132.197.132.394zM7.695 15.85c.46.198.855.198 1.25.067.394-.132.657-.395.855-.79.197-.394.197-.723.065-1.118-.131-.394-.46-.723-.92-.92-.46-.198-.855-.198-1.316-.066a1.186 1.186 0 00-.789.79c-.197.394-.197.788-.066 1.117.132.395.46.724.921.92zm-.723-1.972c.131-.263.328-.395.592-.526.263-.066.657 0 1.118.197.46.197.789.46.92.724a.838.838 0 010 .789c-.131.263-.328.394-.592.526-.263.066-.657 0-1.118-.197-.46-.198-.723-.46-.855-.724-.197-.263-.197-.526-.065-.79zM8.747 11.773c-.197-.197-.263-.329-.263-.46 0-.132.066-.263.198-.526l.131-.198 1.907 1.381c.198.132.264.198.264.264 0 .065 0 .197-.132.394l.066.066.789-1.118-.066-.066-.263.263c-.066 0-.197 0-.329-.131L9.076 10.26l.132-.198c.131-.197.263-.329.394-.394.132 0 .263 0 .527.131l.065-.066-.657-.46-1.513 2.17.658.46.065-.13zM12.562 9.997c.395 0 .79-.131 1.118-.394.329-.263.46-.592.46-.987 0-.46-.131-.855-.46-1.184-.329-.394-.723-.526-1.184-.526-.395 0-.723.132-1.052.395-.33.263-.46.658-.46 1.052 0 .46.13.855.46 1.184.329.263.723.46 1.118.46zm-.987-2.63c.198-.198.46-.263.724-.263.329 0 .592.197.986.591.33.395.527.724.527.987s-.066.526-.264.723c-.197.198-.46.264-.789.264-.329-.066-.592-.264-.986-.592-.33-.33-.527-.724-.527-.987s.132-.526.33-.723zM13.877 5.525c.066 0 .132.066.263.263l1.052 1.71c.132.197.132.263.132.329s-.066.131-.263.263l.066.066 1.118-.658-.066-.066c-.132.066-.263.132-.329.132s-.131-.066-.263-.263l-.46-.79.131-.131 1.776.592.658-.395h-.066c-.066.066-.132.066-.197.066-.066 0-.132 0-.263-.066l-1.447-.526c.197-.197.328-.329.394-.526a.639.639 0 00-.066-.592c-.197-.329-.46-.395-.789-.329-.197.066-.394.132-.657.263l-1.119.658.066.066c.132-.066.263-.066.329-.066zm.526-.263s.066-.066.197-.132c.198-.131.33-.131.46-.197.264 0 .461.066.593.329a.506.506 0 01-.066.658c-.066.131-.263.263-.592.46l-.592-.987v-.131zM17.429 3.552c.065 0 .131.131.197.263l.723 1.973c.066.197.066.263 0 .329a.703.703 0 01-.328.197v.066l1.512-.46c.263-.066.46-.198.592-.33.263-.262.33-.525.198-.854a.593.593 0 00-.395-.395c-.197-.066-.395-.066-.592-.066.132-.131.263-.197.329-.263a.912.912 0 000-.592c-.132-.263-.263-.46-.526-.46-.263-.066-.526 0-.921.131l-1.25.46v.067c.263-.066.395-.066.46-.066zm1.973.92c.197 0 .329.132.46.395.066.263.066.46-.066.592-.131.132-.263.263-.526.329-.131.066-.263.132-.329.132-.065 0-.065-.066-.131-.132l-.395-1.118h.066s.066 0 .131-.066c.33-.131.527-.131.79-.131zM18.02 3.355s.065-.065.131-.065c.263-.066.46-.132.592-.132.263 0 .395.132.526.395.066.197.066.394-.131.592-.066.066-.198.131-.33.197l-.394.132-.394-.987c-.066-.066-.066-.066 0-.132zM21.178 2.368c.066.066.066.132.131.329l.33 1.973v.395c-.067.065-.132.131-.33.131v.066l1.316-.197v-.066c-.198 0-.263 0-.33-.066-.065-.066-.13-.131-.13-.329l-.132-.92.197-.066 1.381 1.25.724-.132V4.67h-.263c-.066 0-.132-.066-.198-.131l-1.118-1.053c.263-.066.46-.197.592-.329.132-.131.198-.329.132-.592-.066-.328-.263-.526-.592-.657-.198-.066-.395-.066-.658 0l-1.25.197v.066c.066.131.132.131.198.197zm.592-.066s.131-.065.263-.065h.46c.263.065.395.263.395.526a.625.625 0 01-.263.657c-.132.066-.395.132-.724.198l-.197-1.184c.066-.066.066-.132.066-.132zM25.584 4.802c-.131 0-.197 0-.197-.066-.066-.066-.066-.066-.066-.198 0-.065 0-.065.066-.131 0-.066.132-.263.263-.526l1.184.066.132.46c0 .066.065.131.065.197v.132c0 .066 0 .131-.065.131h-.263v.066L27.886 5v-.066c-.131 0-.197-.066-.197-.131-.066-.066-.066-.132-.131-.33l-.987-2.696h-.132l-1.118 2.236c-.197.33-.263.526-.328.592-.066.066-.132.132-.263.132v.066l.92.065-.066-.065zm.724-2.368l.46 1.315-1.052-.066.592-1.25zM29.399 5.262c-.132-.066-.263-.132-.263-.197-.066-.066-.066-.263 0-.527l.46-1.71 1.316 3.026h.065l.658-2.368c.066-.263.131-.394.197-.46s.198-.066.395 0V2.96l-.987-.329v.066c.132.066.263.131.33.197.065.066.065.263 0 .526l-.395 1.513-1.184-2.63-.79-.198v.066c.066 0 .132.066.198.066s.066.065.131.197l.066.066-.526 1.973c-.066.263-.132.394-.197.46-.066.066-.198.066-.395 0V5l1.052.263H29.4zM32.161 6.314c0-.065.066-.065.066-.065h.131l.198.197c.131.131.263.197.394.263a.952.952 0 00.724.066c.263-.066.395-.198.526-.395.066-.131.131-.329.066-.526a4.543 4.543 0 00-.263-.658l-.263-.394c-.132-.132-.198-.264-.198-.33 0-.13 0-.197.066-.328.066-.132.132-.197.263-.197.132 0 .263 0 .329.065.131.066.263.198.395.395.065.197.131.395.065.723l.066.066.329-.92-.066-.066c0 .065-.066.065-.066.065h-.131l-.197-.197c-.132-.131-.198-.197-.33-.263-.262-.132-.46-.132-.657-.066s-.394.198-.46.395c-.066.131-.066.329-.066.526 0 .132.066.197.131.329l.264.395c.131.263.197.394.263.46.065.131.065.263 0 .46-.132.132-.198.263-.33.263-.13.066-.262 0-.394-.065-.263-.132-.395-.33-.46-.592-.066-.132-.066-.33 0-.592l-.066-.066-.329.987v.065zM35.055 7.367c.066.46.263.789.658 1.118.263.197.526.263.855.329.197 0 .329 0 .526-.066v-.132h-.46c-.263 0-.46-.131-.658-.263-.329-.197-.46-.46-.46-.79 0-.328.065-.657.328-.986.264-.328.592-.592.921-.657a.997.997 0 01.855.197c.263.197.395.46.395.723 0 .132 0 .33-.132.527l.066.065.592-.855-.066-.065c-.066 0-.066.065-.131.065-.066 0-.066 0-.132-.065 0 0-.066-.066-.197-.263l-.395-.395c-.394-.263-.789-.395-1.25-.329-.394.066-.789.263-1.052.658-.197.394-.263.789-.263 1.184zM39.396 8.09l-1.513 1.315c-.131.132-.263.198-.329.198s-.197-.066-.329-.198l-.065.066.855.987.065-.066c-.131-.132-.131-.263-.131-.329s.066-.131.197-.263l.724-.658.92 1.053-.657.591c-.132.132-.263.198-.33.198-.065 0-.196-.066-.328-.197l-.066.065.855.987.066-.066c-.131-.131-.131-.263-.131-.329s.065-.131.197-.263L40.974 9.8c.132-.132.198-.132.33-.132.065 0 .197.066.262.198l.066-.066-.855-.92-.066.065c.132.132.132.263.132.329s-.066.131-.198.263l-.657.592-.921-1.052.658-.592c.131-.132.197-.132.328-.132.066 0 .198.066.264.197l.065-.065-.855-.987-.065.066c.131.131.131.263.131.329 0 0-.066.131-.197.197zM41.96 11.378l-1.775 1.053c-.132.066-.263.131-.329.131s-.131-.131-.263-.263l-.066.066 1.25 2.105.79-.198-.067-.131c-.263 0-.526 0-.657-.132-.132-.066-.263-.263-.46-.526-.132-.263-.198-.395-.264-.46 0-.066 0-.132.132-.132l.986-.592.33.658c.13.197.13.329.13.394 0 .066-.13.198-.262.33l.065.065.921-.526-.066-.066h-.263c-.065 0-.197-.131-.263-.263l-.329-.658.921-.526c.066 0 .066-.066.132-.066l.066.066.328.526c.132.263.198.395.198.527 0 .131-.132.197-.263.328l.065.132.592-.329-1.25-2.17-.065.066c.066.131.131.263.066.328-.066.066-.132.198-.33.263zM41.435 15.325c-.066 0-.132-.132-.263-.33h-.066l.329 1.053h.066c-.066-.197-.066-.263 0-.329a.921.921 0 01.46-.263l1.71-.592-1.776 2.762v.066l2.368-.789c.263-.066.395-.131.46-.066.066.066.132.132.263.33h.066l-.329-1.053h-.066c.066.197.066.263 0 .329a.921.921 0 01-.46.263l-1.447.526 1.579-2.434-.263-.723H44c0 .066.066.132.066.197 0 .066 0 .132-.066.198l-.066.065-1.973.658c-.329.132-.46.197-.526.132zM45.578 20.126c-.066 0-.066 0-.131-.066 0 0-.066-.066-.066-.131 0 0 0-.132.066-.264 0-.131.066-.263 0-.394-.066-.263-.132-.46-.33-.592-.197-.132-.394-.197-.591-.132-.197 0-.329.132-.46.263-.066.066-.132.198-.198.33l-.197.46c-.132.263-.197.394-.263.46-.066.132-.197.197-.395.197-.197 0-.329 0-.394-.131-.132-.066-.198-.198-.198-.395-.066-.263.066-.526.263-.723.132-.132.263-.263.46-.33v-.13l-.986.262v.132h.132c.066 0 .066.066.066.131 0 0 0 .132-.066.264a.562.562 0 000 .46c.066.263.131.526.329.658.197.131.394.197.657.197a.597.597 0 00.46-.197c.132-.132.264-.33.395-.592l.198-.46.197-.395a.499.499 0 01.263-.132c.131 0 .263 0 .329.132a.502.502 0 01.131.329c0 .131 0 .328-.131.526-.066.197-.263.329-.592.46v.132l.986-.198.066-.131zM10.26 33.477c.197.197.394.329.592.329.197.066.394 0 .592-.132.263-.197.394-.46.263-.855-.066-.197-.132-.394-.33-.592l-.854-.986-.066.066c.066.131.132.263.132.329 0 .065-.066.131-.198.263l-1.644 1.184c-.131.131-.263.197-.329.197s-.197-.066-.263-.197l-.066.065.79 1.053.065-.066c-.065-.132-.131-.263-.131-.329s.066-.132.197-.263l.724-.526.131.131-.46 1.71.46.658.066-.066c-.066-.066-.066-.131-.066-.197v-.263l.395-1.513zm.526-1.315c.066-.066.132-.066.132-.066.065 0 .065.066.197.197a.71.71 0 01.197.46c.066.264 0 .461-.263.593-.197.197-.46.197-.723.065-.132-.065-.33-.263-.527-.526l.987-.723zM11.575 36.568l1.447-1.512c.132-.132.197-.198.263-.198s.198.066.33.198l.065-.066-.987-.92-.065.065c.131.131.197.263.197.329s-.066.197-.197.329l-1.447 1.512c-.132.132-.198.198-.263.198-.066 0-.198-.066-.33-.198l-.065.066.986.92.066-.065c-.131-.132-.197-.263-.197-.329 0-.131.066-.197.197-.329zM16.31 37.16c.067 0 .198.066.33.132l.065-.066-.986-.724-.066.066c.066.066.132.132.197.132.066.066.066.066 0 .131-.065.066-.329.132-.723.198-.263.065-.592.065-.92.131l.525-.789c.066-.132.198-.197.263-.197.066 0 .198 0 .33.131l.065-.066-1.118-.789-.066.066c.132.132.197.197.197.263s0 .197-.131.329l-1.118 1.71c-.132.131-.197.263-.263.263s-.198 0-.33-.132l-.065.066 1.052.79.066-.066c-.131-.132-.197-.198-.197-.263 0-.066 0-.198.131-.33l.46-.723h.198l.197 1.316v.394c0 .066-.065.066-.131.066s-.132-.066-.263-.131l-.066.065 1.184.855.066-.066c-.132-.065-.198-.197-.198-.262 0-.066-.065-.264-.131-.592l-.198-1.645 1.25-.131c.132-.132.329-.132.395-.132zM18.81 38.213h-.132l-.197-.198c-.132-.131-.197-.197-.329-.197-.263-.132-.46-.132-.658-.066-.197.066-.328.197-.46.46-.066.132-.066.33 0 .527 0 .131.066.197.197.329l.263.394c.132.197.264.395.264.46.065.132.065.264 0 .461-.066.131-.198.263-.33.263-.13.066-.262 0-.394 0-.263-.132-.395-.329-.46-.592-.132-.197-.132-.395-.132-.592l-.066-.066-.263.987.066.066c0-.066.066-.066.066-.066h.131l.198.197c.131.132.263.198.394.263a.953.953 0 00.724.066c.263-.066.394-.197.526-.46.066-.198.066-.33.066-.526-.066-.132-.132-.395-.33-.592l-.262-.395c-.132-.132-.198-.263-.198-.395v-.328c.066-.132.132-.198.264-.198.131 0 .263 0 .328.066.132.066.264.197.395.395.131.197.131.394.066.723l.131.066.33-.92-.067-.067c-.065-.131-.131-.131-.131-.065zM19.73 38.607c.133.066.264.132.33.198.066.065 0 .197 0 .328l-.526 1.973c-.066.198-.132.33-.132.33-.066.065-.197.065-.329 0v.065l1.25.329v-.066c-.197-.066-.263-.131-.329-.197s-.066-.197 0-.329l.263-.986.658.197c.197.066.329.131.329.197.065.066.065.197.065.395h.132l.263-1.053h-.131a.704.704 0 01-.198.33c-.066.065-.197.065-.394 0l-.658-.198.263-1.052c0-.066.066-.132.066-.132h.131l.592.132c.263.065.395.131.46.197.066.066.066.197.066.46l.132.066.131-.658-2.367-.592-.066.066zM24.532 38.607c-.066.066-.066.066-.066.132s0 .131.066.197.066.066.132.066c.065 0 .131 0 .197-.066s.066-.066.066-.131c0-.066 0-.132-.066-.198s-.066-.066-.132-.066c-.065 0-.131.066-.197.066zM23.677 38.542c-.066.065-.066.065-.066.131s0 .132.066.197c.066.066.066.066.132.066.065 0 .131 0 .197-.066.066-.065.066-.065.066-.131s0-.132-.066-.197c-.066-.066-.066-.066-.132-.066-.065 0-.131.066-.197.066zM24.203 39.33c-.394 0-.789.066-1.118.33-.329.263-.526.657-.526 1.183 0 .46.066.855.395 1.184.263.329.592.46 1.052.526.395 0 .79-.066 1.052-.329.33-.263.526-.657.592-1.183 0-.527-.131-.921-.394-1.25-.263-.329-.592-.46-1.053-.46zm.921 1.645c0 .526-.131.855-.394 1.052-.198.197-.46.329-.724.329a.724.724 0 01-.658-.395c-.197-.263-.263-.592-.197-1.118 0-.526.132-.855.329-1.052.197-.197.46-.329.723-.329.263 0 .527.132.658.395.197.263.329.592.263 1.118zM29.4 41.961c-.067 0-.132-.066-.198-.131l-1.118-1.052c.263-.066.46-.198.592-.33.131-.13.197-.328.131-.591-.066-.33-.263-.526-.592-.658-.197-.066-.394-.066-.657 0l-1.316.197v.066c.197 0 .263 0 .329.066s.066.131.132.329l.263 1.973v.394c-.066.066-.132.132-.33.132v.066l1.316-.198v-.065c-.197 0-.263 0-.329-.066-.065-.066-.131-.132-.131-.329l-.132-.92.198-.066 1.38 1.25.724-.133v-.065c-.066.197-.197.197-.263.131zm-2.04-1.118l-.131-1.184v-.131s.131-.066.263-.066h.46c.263.066.395.263.395.526a.625.625 0 01-.263.658c-.198.066-.395.132-.724.197zM32.556 39.725c-.197-.066-.395-.066-.592-.066.132-.065.263-.197.329-.263.131-.131.131-.328.066-.526-.066-.263-.263-.46-.527-.46-.263-.066-.526 0-.92.131l-1.25.46v.067c.197-.066.329-.066.395-.066s.131.131.197.263l.658 1.973c.066.197.066.263 0 .329a.703.703 0 01-.33.197v.066l1.448-.526c.263-.066.46-.198.592-.33.263-.262.329-.525.197-.854.066-.197-.066-.329-.263-.395zm-1.907-.789v-.132s.065-.065.131-.065c.263-.066.46-.132.592-.132.263 0 .395.132.526.395.066.197.066.394-.131.592-.066.066-.198.131-.33.197l-.394.132-.394-.987zm1.775 1.973c-.131.132-.263.263-.526.329-.131.066-.263.066-.329.066-.065 0-.065-.066-.131-.132l-.329-1.052h.066s.066 0 .131-.066c.263-.066.526-.132.724-.132.197 0 .329.198.46.395.066.263.066.46-.066.592zM36.239 37.95l-.658-1.053c-.131-.197-.197-.329-.197-.46 0-.066.066-.197.263-.329l-.066-.066-.92.592.065.066c.132-.066.263-.132.395-.066.066 0 .197.132.329.395l.657 1.052c.132.263.264.46.264.658 0 .263-.132.526-.46.723-.33.198-.593.198-.79.066-.132-.066-.263-.197-.395-.46l-.789-1.316c-.066-.131-.131-.263-.131-.329 0-.065.131-.131.263-.263l-.066-.065-1.118.657.066.066c.131-.066.263-.131.328-.066.066 0 .132.066.263.263l.724 1.25c.132.263.329.395.46.526.33.197.724.132 1.118-.131.46-.263.658-.592.658-.987 0-.197-.066-.395-.263-.723zM38.278 34.07c0-.067.065-.198.197-.33l-.066-.065-.789.723.066.066c.131-.132.263-.132.329-.132.131 0 .263.132.394.263l1.053 1.118-2.829-.394-.592.526.066.066c.066-.066.132-.132.198-.132h.328l1.382 1.513c.197.197.263.329.263.395 0 .065-.066.197-.198.328l.066.132.79-.724-.066-.065c-.132.131-.264.131-.33.131-.13 0-.262-.131-.394-.263l-1.25-1.315 3.289.46.066-.066-1.71-1.775c-.198-.264-.263-.395-.263-.46zM41.764 31.635c-.527-.394-1.053-.394-1.579-.131-.263.131-.526.394-.79.79l-.723 1.052.066.065c.132-.131.197-.197.263-.197s.198 0 .33.132l1.71 1.183c.13.132.196.198.196.263 0 .066 0 .198-.131.33l.066.065.723-1.052c.197-.263.329-.526.395-.79.066-.131.066-.263.066-.46 0-.263-.066-.46-.198-.658-.066-.328-.197-.46-.395-.592zm.328 1.513c0 .263-.131.592-.328.855-.066.066-.132.132-.132.197-.066 0-.066 0-.131-.065l-1.974-1.381c-.065-.066-.065-.066-.065-.132s.065-.132.065-.197c.263-.33.526-.592.855-.658.395-.132.724 0 1.119.263.394.329.657.724.591 1.118z"
45
+ })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", {
46
+ id: "mrf-logo-icon_svg__clip0"
47
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
48
+ fill: "#fff",
49
+ d: "M0 0h50.84v44H0z"
50
+ }))));
51
+ }
52
+
53
+ exports['default'] = MrfLogoIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function NotFoundIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 64 45",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M61.3 38.2v4.1c0 1.5-1.2 2.7-2.6 2.7h-5.4c-1.4 0-2.6-1.2-2.6-2.7v-2.6H13.3v2.6c0 1.5-1.2 2.7-2.6 2.7H5.3c-1.4 0-2.6-1.2-2.6-2.7v-4.1c-.3-.3-.4-.7-.5-1.1l-1.3-8c-.4-2.2.1-5.2 1-7.6-1.1-.4-1.9-1.3-1.9-3 0-3.2 3-3.5 5.3-3.2v-.2L11 5.8C13 2.5 17.5 0 21.4 0h21.2C46.5 0 51 2.5 53 5.8l5.7 9.3v.2c2.3-.3 5.3 0 5.3 3.2 0 1.7-.8 2.6-1.9 3 .9 2.4 1.4 5.4 1 7.6l-1.3 8c-.1.4-.2.8-.5 1.1zm-8.4-22.3l-4.4-7.3c-1.1-1.8-3.8-3.3-5.9-3.3H21.4c-2.1 0-4.8 1.5-5.9 3.3l-4.4 7.3h41.8zM12 31.8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm40 0c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm-28-2.3h18v6H24v-6zm3 4v-.9l.7.9h.7l-.9-1.1.9-1h-.7l-.7.9v-.9h-.5v2.1h.5zm2.2 0h.6l.8-2.1H30l-.5 1.6-.5-1.6h-.6l.8 2.1zm2.4-2.1h-.8v2.1h.8c.3 0 .6-.1.8-.3.2-.2.3-.4.3-.8 0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.8-.3zm3.3 2.1h.5v-.4h.2v-.4h-.2v-1.4h-.6l-.9 1.4v.4h1v.4zm1.8-2.2c-.1 0-.3.1-.4.1-.1.1-.2.1-.2.2-.1.1-.1.3-.2.4v.8c.1.2.1.3.2.4 0 .1.1.2.2.2.1.1.3.1.4.1.2 0 .3 0 .4-.1.1 0 .2-.1.3-.2 0-.1.1-.2.1-.4.1-.1.1-.2.1-.4s0-.3-.1-.4c0-.1-.1-.3-.1-.4-.1-.1-.2-.1-.3-.2-.1 0-.2-.1-.4-.1zm2.2 2.2h.5v-.4h.2v-.4h-.2v-1.4h-.6l-.9 1.4v.4h1v.4zm-7.6-.4v-1.3h.3c.2 0 .3 0 .4.2.1.1.2.2.2.4s-.1.4-.2.5c-.1.2-.2.2-.4.2h-.3zm3.6-.4h-.5l.5-.8v.8zm4 0h-.5l.5-.8v.8zm-2.2-.9h.2c0 .1.1.1.1.1v.2l.1.1v.4s-.1.1-.1.2v.1l-.1.1h-.2-.1c-.1 0-.1-.1-.1-.1l-.1-.1v-.2-.2-.2-.1c0-.1.1-.1.1-.2l.1-.1h.1z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = NotFoundIcon;
@@ -0,0 +1,44 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function OverbidIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 12 12",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M6 0a6 6 0 100 12A6 6 0 006 0zm.63 7.503l.176-5.313H5.145l.187 5.313H6.63zM5.32 9.824a.984.984 0 00.694.253.93.93 0 00.67-.253.882.882 0 00.265-.649.846.846 0 00-.264-.638.909.909 0 00-.671-.264.96.96 0 00-.693.264.846.846 0 00-.264.638c0 .257.088.473.264.649z"
41
+ }));
42
+ }
43
+
44
+ exports['default'] = OverbidIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function PdfIconIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 20 24",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M11 2H2v20h16V9h-7V2zm2 .8V7h4.2L13 2.8zM0 2C0 .9.9 0 2 0h11l7 7v15c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2zm4 3h5v2H4V5zm0 4h5v2H4V9zm0 4h12v2H4v-2zm0 4h12v2H4v-2z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = PdfIconIcon;