@kvdbil/components 3.3.5-4 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (457) hide show
  1. package/cjs/ColorCard.js +10 -31
  2. package/cjs/ElevationCard.js +5 -21
  3. package/cjs/Interfaces.js +1 -2
  4. package/cjs/Types.js +1 -2
  5. package/cjs/components/Accordion/index.js +20 -64
  6. package/cjs/components/Badge/index.js +9 -43
  7. package/cjs/components/Button/index.js +60 -125
  8. package/cjs/components/Card/index.js +6 -25
  9. package/cjs/components/CheckBox/index.js +24 -53
  10. package/cjs/components/Chip/index.js +10 -65
  11. package/cjs/components/DayPicker/DayPickerNavBar.js +9 -32
  12. package/cjs/components/DayPicker/index.js +10 -40
  13. package/cjs/components/DayPicker/localeUtils.js +1 -60
  14. package/cjs/components/DayPicker/style.js +226 -0
  15. package/cjs/components/Dialog/index.js +9 -42
  16. package/cjs/components/ErrorMessage/index.js +6 -21
  17. package/cjs/components/FieldLabel.js +22 -49
  18. package/cjs/components/Header/Hamburger.js +7 -22
  19. package/cjs/components/Header/Link.js +9 -26
  20. package/cjs/components/Header/index.js +16 -45
  21. package/cjs/components/Hero/index.js +7 -32
  22. package/cjs/components/Icon/index.js +11 -76
  23. package/cjs/components/IconButton.js +15 -54
  24. package/cjs/components/Icons/Arrow.js +1 -9
  25. package/cjs/components/Icons/CheckCircle.js +1 -9
  26. package/cjs/components/Icons/CheckIcon.js +1 -9
  27. package/cjs/components/Icons/Close.js +1 -9
  28. package/cjs/components/Icons/ErrorCircle.js +1 -9
  29. package/cjs/components/Icons/InfoCircle.js +1 -9
  30. package/cjs/components/InlineStepper/Step.js +16 -53
  31. package/cjs/components/InlineStepper/StepCircle.js +11 -46
  32. package/cjs/components/InlineStepper/index.js +4 -39
  33. package/cjs/components/ListItem/Bacon.js +1 -9
  34. package/cjs/components/ListItem/index.js +7 -28
  35. package/cjs/components/Logo/LogoEn.js +1 -9
  36. package/cjs/components/Logo/LogoSv.js +1 -9
  37. package/cjs/components/Logo/index.js +3 -30
  38. package/cjs/components/MenuItem/index.js +23 -68
  39. package/cjs/components/Modal/index.js +11 -54
  40. package/cjs/components/NotificationButton/index.js +4 -28
  41. package/cjs/components/OffCanvas/Overlay.js +2 -33
  42. package/cjs/components/OffCanvas/index.js +21 -62
  43. package/cjs/components/OffCanvas/useClickOutside.js +1 -21
  44. package/cjs/components/RadioButton/index.js +28 -58
  45. package/cjs/components/Range/index.js +10 -35
  46. package/cjs/components/Select/components/test-icon.js +1 -9
  47. package/cjs/components/Select/index.js +18 -147
  48. package/cjs/components/Snackbar/index.js +24 -76
  49. package/cjs/components/Spinner/index.js +10 -46
  50. package/cjs/components/Stepper/index.js +11 -35
  51. package/cjs/components/StepperAccordion/index.js +26 -76
  52. package/cjs/components/Tabs/index.js +7 -47
  53. package/cjs/components/TextArea/index.js +30 -61
  54. package/cjs/components/Textfield/index.js +29 -69
  55. package/cjs/components/TimePicker/index.js +2 -29
  56. package/cjs/components/TimePicker/testHelper.js +1 -17
  57. package/cjs/components/Toggle/index.js +12 -45
  58. package/cjs/icons/components/AccountCreateIcon.js +1 -11
  59. package/cjs/icons/components/AccountIcon.js +1 -11
  60. package/cjs/icons/components/AccountLoginIcon.js +1 -11
  61. package/cjs/icons/components/ArrowDownIcon.js +1 -11
  62. package/cjs/icons/components/ArrowLeftIcon.js +1 -11
  63. package/cjs/icons/components/ArrowLeftSharpIcon.js +1 -11
  64. package/cjs/icons/components/ArrowLeftSmallIcon.js +1 -11
  65. package/cjs/icons/components/ArrowLong.js +1 -11
  66. package/cjs/icons/components/ArrowRestartIcon.js +1 -11
  67. package/cjs/icons/components/ArrowRightIcon.js +1 -11
  68. package/cjs/icons/components/ArrowRightSharpIcon.js +1 -11
  69. package/cjs/icons/components/ArrowUpIcon.js +1 -11
  70. package/cjs/icons/components/AuctionIcon.js +1 -11
  71. package/cjs/icons/components/BackArrowIcon.js +1 -11
  72. package/cjs/icons/components/Baseline360Icon.js +1 -11
  73. package/cjs/icons/components/BellIcon.js +1 -11
  74. package/cjs/icons/components/BidIcon.js +1 -11
  75. package/cjs/icons/components/BidKrIcon.js +1 -11
  76. package/cjs/icons/components/BreaksIcon.js +1 -11
  77. package/cjs/icons/components/BuyCarIcon.js +1 -11
  78. package/cjs/icons/components/CabIcon.js +1 -11
  79. package/cjs/icons/components/CalendarIcon.js +1 -11
  80. package/cjs/icons/components/CameraIcon.js +1 -11
  81. package/cjs/icons/components/Car360Icon.js +1 -11
  82. package/cjs/icons/components/CarFrontIcon.js +1 -11
  83. package/cjs/icons/components/CarSearchIcon.js +1 -11
  84. package/cjs/icons/components/CarSideIcon.js +1 -11
  85. package/cjs/icons/components/CarTiresIcon.js +1 -11
  86. package/cjs/icons/components/CaravanIcon.js +1 -11
  87. package/cjs/icons/components/CardViewIcon.js +1 -11
  88. package/cjs/icons/components/CarloanIcon.js +1 -11
  89. package/cjs/icons/components/CertifiedIcon.js +1 -11
  90. package/cjs/icons/components/ChatIcon.js +1 -11
  91. package/cjs/icons/components/CheckIcon.js +1 -11
  92. package/cjs/icons/components/CheckThinIcon.js +1 -11
  93. package/cjs/icons/components/CheckmarkFilledIcon.js +1 -11
  94. package/cjs/icons/components/CheckmarkIcon.js +1 -11
  95. package/cjs/icons/components/ClipboardFilledIcon.js +1 -11
  96. package/cjs/icons/components/ClipboardIcon.js +1 -11
  97. package/cjs/icons/components/ClockFilledIcon.js +1 -11
  98. package/cjs/icons/components/ClockIcon.js +1 -11
  99. package/cjs/icons/components/CloseIcon.js +1 -11
  100. package/cjs/icons/components/CloseThinIcon.js +1 -11
  101. package/cjs/icons/components/CoffeeIcon.js +1 -11
  102. package/cjs/icons/components/CombiIcon.js +1 -11
  103. package/cjs/icons/components/CommentCircleFilledIcon.js +1 -11
  104. package/cjs/icons/components/CommentCircleIconIcon.js +1 -11
  105. package/cjs/icons/components/CommentIcon.js +1 -11
  106. package/cjs/icons/components/ContactIcon.js +1 -11
  107. package/cjs/icons/components/CoupeIcon.js +1 -11
  108. package/cjs/icons/components/CreditCardIcon.js +1 -11
  109. package/cjs/icons/components/CrossCircleIcon.js +1 -11
  110. package/cjs/icons/components/CrownIcon.js +1 -11
  111. package/cjs/icons/components/DealmakerIcon.js +1 -11
  112. package/cjs/icons/components/DeliveryIcon.js +1 -11
  113. package/cjs/icons/components/DetailedSearchIcon.js +1 -11
  114. package/cjs/icons/components/EcoFriendlyIcon.js +1 -11
  115. package/cjs/icons/components/EditIcon.js +1 -11
  116. package/cjs/icons/components/EngineIcon.js +1 -11
  117. package/cjs/icons/components/EnglandFlagIcon.js +1 -11
  118. package/cjs/icons/components/EvaluationIcon.js +1 -11
  119. package/cjs/icons/components/ExaminationMarkFilledIcon.js +1 -11
  120. package/cjs/icons/components/ExaminationMarkIcon.js +1 -11
  121. package/cjs/icons/components/ExteriorIcon.js +1 -11
  122. package/cjs/icons/components/EyeIcon.js +1 -11
  123. package/cjs/icons/components/FacebookBtnIcon.js +1 -11
  124. package/cjs/icons/components/FacebookIcon.js +1 -11
  125. package/cjs/icons/components/FatalIcon.js +1 -11
  126. package/cjs/icons/components/FavouriteIcon.js +1 -11
  127. package/cjs/icons/components/FavouriteSolidIcon.js +1 -11
  128. package/cjs/icons/components/FilterIcon.js +1 -11
  129. package/cjs/icons/components/FinanceIcon.js +1 -11
  130. package/cjs/icons/components/FindCarIcon.js +1 -11
  131. package/cjs/icons/components/FixedMonthlyCostIcon.js +1 -11
  132. package/cjs/icons/components/FlagIcon.js +1 -11
  133. package/cjs/icons/components/FlexibilityIcon.js +1 -11
  134. package/cjs/icons/components/ForumLargeIcon.js +1 -11
  135. package/cjs/icons/components/ForumSmallIcon.js +1 -11
  136. package/cjs/icons/components/GavelIcon.js +1 -11
  137. package/cjs/icons/components/GearboxIcon.js +1 -11
  138. package/cjs/icons/components/GiftIcon.js +1 -11
  139. package/cjs/icons/components/GridViewIcon.js +1 -11
  140. package/cjs/icons/components/GroupIcon.js +1 -11
  141. package/cjs/icons/components/GuaranteeIcon.js +1 -11
  142. package/cjs/icons/components/GuaranteeLargeIcon.js +1 -11
  143. package/cjs/icons/components/GuaranteeSmallIcon.js +1 -11
  144. package/cjs/icons/components/HalfCombiIcon.js +1 -11
  145. package/cjs/icons/components/HamburgerIcon.js +1 -11
  146. package/cjs/icons/components/HandshakeIcon.js +1 -11
  147. package/cjs/icons/components/HelpingHandIcon.js +1 -11
  148. package/cjs/icons/components/IdIcon.js +1 -11
  149. package/cjs/icons/components/InformationIcon.js +1 -11
  150. package/cjs/icons/components/InstagramIcon.js +1 -11
  151. package/cjs/icons/components/InsuranceIcon.js +1 -11
  152. package/cjs/icons/components/InteriorIcon.js +1 -11
  153. package/cjs/icons/components/InteriorThinIcon.js +1 -11
  154. package/cjs/icons/components/InternationalIcon.js +1 -11
  155. package/cjs/icons/components/KvdTestIcon.js +1 -11
  156. package/cjs/icons/components/KvdVenueIcon.js +1 -11
  157. package/cjs/icons/components/LifebuoyIcon.js +1 -11
  158. package/cjs/icons/components/LiftTruckIcon.js +1 -11
  159. package/cjs/icons/components/LinkedInIcon.js +1 -11
  160. package/cjs/icons/components/ListViewIcon.js +1 -11
  161. package/cjs/icons/components/MailIcon.js +1 -11
  162. package/cjs/icons/components/MinibusIcon.js +1 -11
  163. package/cjs/icons/components/MinivanIcon.js +1 -11
  164. package/cjs/icons/components/MobileIcon.js +1 -11
  165. package/cjs/icons/components/MotorcycleIcon.js +1 -11
  166. package/cjs/icons/components/MrfLogoIcon.js +1 -11
  167. package/cjs/icons/components/NotFoundIcon.js +1 -11
  168. package/cjs/icons/components/OverbidIcon.js +1 -11
  169. package/cjs/icons/components/PdfIconIcon.js +1 -11
  170. package/cjs/icons/components/PhoneIcon.js +1 -11
  171. package/cjs/icons/components/PickUpIcon.js +1 -11
  172. package/cjs/icons/components/PinIcon.js +1 -11
  173. package/cjs/icons/components/PlayIcon.js +1 -11
  174. package/cjs/icons/components/Pricetag.js +1 -11
  175. package/cjs/icons/components/PricetagFilledKronaIcon.js +1 -11
  176. package/cjs/icons/components/PrivateCarIcon.js +1 -11
  177. package/cjs/icons/components/ProfileCircleIcon.js +1 -11
  178. package/cjs/icons/components/ProfileIcon.js +1 -11
  179. package/cjs/icons/components/RadioIcon.js +1 -11
  180. package/cjs/icons/components/ReclamationIcon.js +1 -11
  181. package/cjs/icons/components/ReleasingIcon.js +1 -11
  182. package/cjs/icons/components/RemoveFilterIcon.js +1 -11
  183. package/cjs/icons/components/ReservedPriceIcon.js +1 -11
  184. package/cjs/icons/components/ResultIcon.js +1 -11
  185. package/cjs/icons/components/SafePaymentIcon.js +1 -11
  186. package/cjs/icons/components/SaleTagIcon.js +1 -11
  187. package/cjs/icons/components/SearchCheckIcon.js +1 -11
  188. package/cjs/icons/components/SearchIcon.js +1 -11
  189. package/cjs/icons/components/SedanIcon.js +1 -11
  190. package/cjs/icons/components/SellCarIcon.js +1 -11
  191. package/cjs/icons/components/SellCarsIcon.js +1 -11
  192. package/cjs/icons/components/ServiceIcon.js +1 -11
  193. package/cjs/icons/components/ShareIcon.js +1 -11
  194. package/cjs/icons/components/ShieldIcon.js +1 -11
  195. package/cjs/icons/components/SignInIcon.js +1 -11
  196. package/cjs/icons/components/SignOutIcon.js +1 -11
  197. package/cjs/icons/components/SpeedMeterIcon.js +1 -11
  198. package/cjs/icons/components/StarCircleIcon.js +1 -11
  199. package/cjs/icons/components/StartIcon.js +1 -11
  200. package/cjs/icons/components/StoreIcon.js +1 -11
  201. package/cjs/icons/components/SuvIcon.js +1 -11
  202. package/cjs/icons/components/SwedenFlag.js +1 -11
  203. package/cjs/icons/components/TankIcon.js +1 -11
  204. package/cjs/icons/components/TireIcon.js +1 -11
  205. package/cjs/icons/components/TransportIcon.js +1 -11
  206. package/cjs/icons/components/TrashcanIcon.js +1 -11
  207. package/cjs/icons/components/TrophyIcon.js +1 -11
  208. package/cjs/icons/components/TruckIcon.js +1 -11
  209. package/cjs/icons/components/UmbrellaIcon.js +1 -11
  210. package/cjs/icons/components/ValuationIcon.js +1 -11
  211. package/cjs/icons/components/ValueIcon.js +1 -11
  212. package/cjs/icons/components/WarningIcon.js +1 -11
  213. package/cjs/icons/components/YoutubeIcon.js +1 -11
  214. package/cjs/icons/components/index.js +1 -320
  215. package/cjs/index.js +1 -439
  216. package/cjs/shared/constants.js +1 -7
  217. package/cjs/shared/helpers.js +1 -28
  218. package/cjs/shared/helpers.spec.js +1 -42
  219. package/cjs/shared/media-queries.js +1 -41
  220. package/cjs/theme.js +1 -125
  221. package/cjs/typography/BodyText/index.js +20 -53
  222. package/cjs/typography/ButtonText/index.js +15 -43
  223. package/cjs/typography/Heading/index.js +22 -54
  224. package/cjs/utils/utils.js +2 -30
  225. package/esm/ColorCard.js +10 -23
  226. package/esm/ElevationCard.js +5 -13
  227. package/esm/components/Accordion/index.js +20 -55
  228. package/esm/components/Badge/index.js +9 -34
  229. package/esm/components/Button/index.js +50 -106
  230. package/esm/components/Card/index.js +6 -16
  231. package/esm/components/CheckBox/index.js +17 -37
  232. package/esm/components/Chip/index.js +10 -56
  233. package/esm/components/DayPicker/DayPickerNavBar.js +9 -24
  234. package/esm/components/DayPicker/index.js +10 -30
  235. package/esm/components/DayPicker/localeUtils.js +1 -52
  236. package/esm/components/DayPicker/style.js +226 -0
  237. package/esm/components/Dialog/index.js +9 -33
  238. package/esm/components/ErrorMessage/index.js +6 -12
  239. package/esm/components/FieldLabel.js +21 -40
  240. package/esm/components/Header/Hamburger.js +7 -14
  241. package/esm/components/Header/Link.js +9 -18
  242. package/esm/components/Header/index.js +16 -36
  243. package/esm/components/Hero/index.js +7 -23
  244. package/esm/components/Icon/index.js +11 -68
  245. package/esm/components/IconButton.js +15 -46
  246. package/esm/components/Icons/Arrow.js +1 -5
  247. package/esm/components/Icons/CheckCircle.js +1 -5
  248. package/esm/components/Icons/CheckIcon.js +1 -5
  249. package/esm/components/Icons/Close.js +1 -5
  250. package/esm/components/Icons/ErrorCircle.js +1 -5
  251. package/esm/components/Icons/InfoCircle.js +1 -5
  252. package/esm/components/InlineStepper/Step.js +16 -44
  253. package/esm/components/InlineStepper/StepCircle.js +11 -38
  254. package/esm/components/InlineStepper/index.js +4 -31
  255. package/esm/components/ListItem/Bacon.js +1 -5
  256. package/esm/components/ListItem/index.js +7 -20
  257. package/esm/components/Logo/LogoEn.js +1 -5
  258. package/esm/components/Logo/LogoSv.js +1 -5
  259. package/esm/components/Logo/index.js +3 -21
  260. package/esm/components/MenuItem/index.js +22 -58
  261. package/esm/components/Modal/index.js +11 -45
  262. package/esm/components/NotificationButton/index.js +4 -20
  263. package/esm/components/OffCanvas/Overlay.js +2 -25
  264. package/esm/components/OffCanvas/index.js +21 -53
  265. package/esm/components/OffCanvas/useClickOutside.js +1 -17
  266. package/esm/components/RadioButton/index.js +21 -42
  267. package/esm/components/Range/index.js +10 -26
  268. package/esm/components/Select/components/test-icon.js +1 -5
  269. package/esm/components/Select/index.js +18 -137
  270. package/esm/components/Snackbar/index.js +24 -67
  271. package/esm/components/Spinner/index.js +10 -38
  272. package/esm/components/Stepper/index.js +11 -27
  273. package/esm/components/StepperAccordion/index.js +23 -64
  274. package/esm/components/Tabs/index.js +7 -37
  275. package/esm/components/TextArea/index.js +30 -52
  276. package/esm/components/Textfield/index.js +29 -60
  277. package/esm/components/TimePicker/index.js +2 -20
  278. package/esm/components/TimePicker/testHelper.js +1 -13
  279. package/esm/components/Toggle/index.js +12 -37
  280. package/esm/icons/components/AccountCreateIcon.js +1 -7
  281. package/esm/icons/components/AccountIcon.js +1 -7
  282. package/esm/icons/components/AccountLoginIcon.js +1 -7
  283. package/esm/icons/components/ArrowDownIcon.js +1 -7
  284. package/esm/icons/components/ArrowLeftIcon.js +1 -7
  285. package/esm/icons/components/ArrowLeftSharpIcon.js +1 -7
  286. package/esm/icons/components/ArrowLeftSmallIcon.js +1 -7
  287. package/esm/icons/components/ArrowLong.js +1 -7
  288. package/esm/icons/components/ArrowRestartIcon.js +1 -7
  289. package/esm/icons/components/ArrowRightIcon.js +1 -7
  290. package/esm/icons/components/ArrowRightSharpIcon.js +1 -7
  291. package/esm/icons/components/ArrowUpIcon.js +1 -7
  292. package/esm/icons/components/AuctionIcon.js +1 -7
  293. package/esm/icons/components/BackArrowIcon.js +1 -7
  294. package/esm/icons/components/Baseline360Icon.js +1 -7
  295. package/esm/icons/components/BellIcon.js +1 -7
  296. package/esm/icons/components/BidIcon.js +1 -7
  297. package/esm/icons/components/BidKrIcon.js +1 -7
  298. package/esm/icons/components/BreaksIcon.js +1 -7
  299. package/esm/icons/components/BuyCarIcon.js +1 -7
  300. package/esm/icons/components/CabIcon.js +1 -7
  301. package/esm/icons/components/CalendarIcon.js +1 -7
  302. package/esm/icons/components/CameraIcon.js +1 -7
  303. package/esm/icons/components/Car360Icon.js +1 -7
  304. package/esm/icons/components/CarFrontIcon.js +1 -7
  305. package/esm/icons/components/CarSearchIcon.js +1 -7
  306. package/esm/icons/components/CarSideIcon.js +1 -7
  307. package/esm/icons/components/CarTiresIcon.js +1 -7
  308. package/esm/icons/components/CaravanIcon.js +1 -7
  309. package/esm/icons/components/CardViewIcon.js +1 -7
  310. package/esm/icons/components/CarloanIcon.js +1 -7
  311. package/esm/icons/components/CertifiedIcon.js +1 -7
  312. package/esm/icons/components/ChatIcon.js +1 -7
  313. package/esm/icons/components/CheckIcon.js +1 -7
  314. package/esm/icons/components/CheckThinIcon.js +1 -7
  315. package/esm/icons/components/CheckmarkFilledIcon.js +1 -7
  316. package/esm/icons/components/CheckmarkIcon.js +1 -7
  317. package/esm/icons/components/ClipboardFilledIcon.js +1 -7
  318. package/esm/icons/components/ClipboardIcon.js +1 -7
  319. package/esm/icons/components/ClockFilledIcon.js +1 -7
  320. package/esm/icons/components/ClockIcon.js +1 -7
  321. package/esm/icons/components/CloseIcon.js +1 -7
  322. package/esm/icons/components/CloseThinIcon.js +1 -7
  323. package/esm/icons/components/CoffeeIcon.js +1 -7
  324. package/esm/icons/components/CombiIcon.js +1 -7
  325. package/esm/icons/components/CommentCircleFilledIcon.js +1 -7
  326. package/esm/icons/components/CommentCircleIconIcon.js +1 -7
  327. package/esm/icons/components/CommentIcon.js +1 -7
  328. package/esm/icons/components/ContactIcon.js +1 -7
  329. package/esm/icons/components/CoupeIcon.js +1 -7
  330. package/esm/icons/components/CreditCardIcon.js +1 -7
  331. package/esm/icons/components/CrossCircleIcon.js +1 -7
  332. package/esm/icons/components/CrownIcon.js +1 -7
  333. package/esm/icons/components/DealmakerIcon.js +1 -7
  334. package/esm/icons/components/DeliveryIcon.js +1 -7
  335. package/esm/icons/components/DetailedSearchIcon.js +1 -7
  336. package/esm/icons/components/EcoFriendlyIcon.js +1 -7
  337. package/esm/icons/components/EditIcon.js +1 -7
  338. package/esm/icons/components/EngineIcon.js +1 -7
  339. package/esm/icons/components/EnglandFlagIcon.js +1 -7
  340. package/esm/icons/components/EvaluationIcon.js +1 -7
  341. package/esm/icons/components/ExaminationMarkFilledIcon.js +1 -7
  342. package/esm/icons/components/ExaminationMarkIcon.js +1 -7
  343. package/esm/icons/components/ExteriorIcon.js +1 -7
  344. package/esm/icons/components/EyeIcon.js +1 -7
  345. package/esm/icons/components/FacebookBtnIcon.js +1 -7
  346. package/esm/icons/components/FacebookIcon.js +1 -7
  347. package/esm/icons/components/FatalIcon.js +1 -7
  348. package/esm/icons/components/FavouriteIcon.js +1 -7
  349. package/esm/icons/components/FavouriteSolidIcon.js +1 -7
  350. package/esm/icons/components/FilterIcon.js +1 -7
  351. package/esm/icons/components/FinanceIcon.js +1 -7
  352. package/esm/icons/components/FindCarIcon.js +1 -7
  353. package/esm/icons/components/FixedMonthlyCostIcon.js +1 -7
  354. package/esm/icons/components/FlagIcon.js +1 -7
  355. package/esm/icons/components/FlexibilityIcon.js +1 -7
  356. package/esm/icons/components/ForumLargeIcon.js +1 -7
  357. package/esm/icons/components/ForumSmallIcon.js +1 -7
  358. package/esm/icons/components/GavelIcon.js +1 -7
  359. package/esm/icons/components/GearboxIcon.js +1 -7
  360. package/esm/icons/components/GiftIcon.js +1 -7
  361. package/esm/icons/components/GridViewIcon.js +1 -7
  362. package/esm/icons/components/GroupIcon.js +1 -7
  363. package/esm/icons/components/GuaranteeIcon.js +1 -7
  364. package/esm/icons/components/GuaranteeLargeIcon.js +1 -7
  365. package/esm/icons/components/GuaranteeSmallIcon.js +1 -7
  366. package/esm/icons/components/HalfCombiIcon.js +1 -7
  367. package/esm/icons/components/HamburgerIcon.js +1 -7
  368. package/esm/icons/components/HandshakeIcon.js +1 -7
  369. package/esm/icons/components/HelpingHandIcon.js +1 -7
  370. package/esm/icons/components/IdIcon.js +1 -7
  371. package/esm/icons/components/InformationIcon.js +1 -7
  372. package/esm/icons/components/InstagramIcon.js +1 -7
  373. package/esm/icons/components/InsuranceIcon.js +1 -7
  374. package/esm/icons/components/InteriorIcon.js +1 -7
  375. package/esm/icons/components/InteriorThinIcon.js +1 -7
  376. package/esm/icons/components/InternationalIcon.js +1 -7
  377. package/esm/icons/components/KvdTestIcon.js +1 -7
  378. package/esm/icons/components/KvdVenueIcon.js +1 -7
  379. package/esm/icons/components/LifebuoyIcon.js +1 -7
  380. package/esm/icons/components/LiftTruckIcon.js +1 -7
  381. package/esm/icons/components/LinkedInIcon.js +1 -7
  382. package/esm/icons/components/ListViewIcon.js +1 -7
  383. package/esm/icons/components/MailIcon.js +1 -7
  384. package/esm/icons/components/MinibusIcon.js +1 -7
  385. package/esm/icons/components/MinivanIcon.js +1 -7
  386. package/esm/icons/components/MobileIcon.js +1 -7
  387. package/esm/icons/components/MotorcycleIcon.js +1 -7
  388. package/esm/icons/components/MrfLogoIcon.js +1 -7
  389. package/esm/icons/components/NotFoundIcon.js +1 -7
  390. package/esm/icons/components/OverbidIcon.js +1 -7
  391. package/esm/icons/components/PdfIconIcon.js +1 -7
  392. package/esm/icons/components/PhoneIcon.js +1 -7
  393. package/esm/icons/components/PickUpIcon.js +1 -7
  394. package/esm/icons/components/PinIcon.js +1 -7
  395. package/esm/icons/components/PlayIcon.js +1 -7
  396. package/esm/icons/components/Pricetag.js +1 -7
  397. package/esm/icons/components/PricetagFilledKronaIcon.js +1 -7
  398. package/esm/icons/components/PrivateCarIcon.js +1 -7
  399. package/esm/icons/components/ProfileCircleIcon.js +1 -7
  400. package/esm/icons/components/ProfileIcon.js +1 -7
  401. package/esm/icons/components/RadioIcon.js +1 -7
  402. package/esm/icons/components/ReclamationIcon.js +1 -7
  403. package/esm/icons/components/ReleasingIcon.js +1 -7
  404. package/esm/icons/components/RemoveFilterIcon.js +1 -7
  405. package/esm/icons/components/ReservedPriceIcon.js +1 -7
  406. package/esm/icons/components/ResultIcon.js +1 -7
  407. package/esm/icons/components/SafePaymentIcon.js +1 -7
  408. package/esm/icons/components/SaleTagIcon.js +1 -7
  409. package/esm/icons/components/SearchCheckIcon.js +1 -7
  410. package/esm/icons/components/SearchIcon.js +1 -7
  411. package/esm/icons/components/SedanIcon.js +1 -7
  412. package/esm/icons/components/SellCarIcon.js +1 -7
  413. package/esm/icons/components/SellCarsIcon.js +1 -7
  414. package/esm/icons/components/ServiceIcon.js +1 -7
  415. package/esm/icons/components/ShareIcon.js +1 -7
  416. package/esm/icons/components/ShieldIcon.js +1 -7
  417. package/esm/icons/components/SignInIcon.js +1 -7
  418. package/esm/icons/components/SignOutIcon.js +1 -7
  419. package/esm/icons/components/SpeedMeterIcon.js +1 -7
  420. package/esm/icons/components/StarCircleIcon.js +1 -7
  421. package/esm/icons/components/StartIcon.js +1 -7
  422. package/esm/icons/components/StoreIcon.js +1 -7
  423. package/esm/icons/components/SuvIcon.js +1 -7
  424. package/esm/icons/components/SwedenFlag.js +1 -7
  425. package/esm/icons/components/TankIcon.js +1 -7
  426. package/esm/icons/components/TireIcon.js +1 -7
  427. package/esm/icons/components/TransportIcon.js +1 -7
  428. package/esm/icons/components/TrashcanIcon.js +1 -7
  429. package/esm/icons/components/TrophyIcon.js +1 -7
  430. package/esm/icons/components/TruckIcon.js +1 -7
  431. package/esm/icons/components/UmbrellaIcon.js +1 -7
  432. package/esm/icons/components/ValuationIcon.js +1 -7
  433. package/esm/icons/components/ValueIcon.js +1 -7
  434. package/esm/icons/components/WarningIcon.js +1 -7
  435. package/esm/icons/components/YoutubeIcon.js +1 -7
  436. package/esm/icons/components/index.js +1 -157
  437. package/esm/index.js +1 -221
  438. package/esm/shared/constants.js +1 -3
  439. package/esm/shared/helpers.js +1 -23
  440. package/esm/shared/helpers.spec.js +1 -40
  441. package/esm/shared/media-queries.js +1 -35
  442. package/esm/theme.js +1 -121
  443. package/esm/typography/BodyText/index.js +20 -35
  444. package/esm/typography/ButtonText/index.js +15 -28
  445. package/esm/typography/Heading/index.js +22 -38
  446. package/esm/utils/utils.js +2 -25
  447. package/package.json +11 -8
  448. package/types/components/DayPicker/index.d.ts +0 -1
  449. package/types/components/DayPicker/style.d.ts +2 -0
  450. package/types/components/FieldLabel.d.ts +1 -1
  451. package/types/components/Header/Link.d.ts +1 -1
  452. package/types/components/MenuItem/index.d.ts +1 -1
  453. package/types/components/Select/index.d.ts +9 -8
  454. package/cjs/react-app-env.d.js +0 -2
  455. package/cjs/styled.d.js +0 -4
  456. package/esm/react-app-env.d.js +0 -1
  457. package/esm/styled.d.js +0 -1
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function ListViewIcon(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 25 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("rect", { x: 2.002, y: 2, width: 20, height: 3, rx: 1 }, void 0), jsx("rect", { x: 2.002, y: 7.667, width: 20, height: 3, rx: 1 }, void 0), jsx("rect", { x: 2.002, y: 13.333, width: 20, height: 3, rx: 1 }, void 0), jsx("rect", { x: 2.002, y: 19, width: 20, height: 3, rx: 1 }, void 0)] }), void 0));
5
- }
6
-
7
- export { ListViewIcon as default };
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("rect",{x:2.002,y:2,width:20,height:3,rx:1}),e.createElement("rect",{x:2.002,y:7.667,width:20,height:3,rx:1}),e.createElement("rect",{x:2.002,y:13.333,width:20,height:3,rx:1}),e.createElement("rect",{x:2.002,y:19,width:20,height:3,rx:1}))}export{r as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function MailIcon(props) {
4
- return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0) }), void 0));
5
- }
6
-
7
- export { MailIcon as default };
1
+ import*as e from"react";function l(a){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...a},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}))}export{l as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function MinibusIcon(props) {
4
- return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0) }), void 0));
5
- }
6
-
7
- export { MinibusIcon as default };
1
+ import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}))}export{c as default};
@@ -1,7 +1 @@
1
- import { jsx, jsxs } from 'react/jsx-runtime';
2
-
3
- function MinivanIcon(props) {
4
- return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 26 18", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxs("g", Object.assign({ fill: "currentColor" }, { children: [jsx("path", { 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" }, void 0), jsx("path", { 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" }, void 0)] }), void 0) }), void 0));
5
- }
6
-
7
- export { MinivanIcon as default };
1
+ import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 18",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("g",{fill:"currentColor"},e.createElement("path",{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"}),e.createElement("path",{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"})))}export{c as default};
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function MobileIcon(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 48 49", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0), jsx("path", { 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" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0), jsx("path", { d: "M24.3 14.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" }, void 0)] }), void 0));
5
- }
6
-
7
- export { MobileIcon as default };
1
+ import*as e from"react";function t(c){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 48 49",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...c},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}),e.createElement("path",{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"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}),e.createElement("path",{d:"M24.3 14.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"}))}export{t as default};
@@ -1,7 +1 @@
1
- import { jsx, jsxs } from 'react/jsx-runtime';
2
-
3
- function MotorcycleIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 18", width: "1em", height: "1em" }, props, { children: jsxs("g", Object.assign({ fill: "none", fillRule: "evenodd" }, { children: [jsxs("g", Object.assign({ transform: "translate(18 10)", fillRule: "nonzero" }, { children: [jsx("circle", { cx: 4, cy: 4, r: 3 }, void 0), jsx("path", { 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", fill: "currentColor" }, void 0)] }), void 0), jsx("path", { className: "motorcycle-icon_svg__body", 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", fillRule: "nonzero", fill: "currentColor" }, void 0), jsxs("g", Object.assign({ fillRule: "nonzero", transform: "translate(0 10)" }, { children: [jsx("circle", { cx: 4, cy: 4, r: 3 }, void 0), jsx("path", { 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", fill: "currentColor" }, void 0)] }), void 0), jsx("path", { d: "M7 14h4", fill: "currentColor" }, void 0), jsx("path", { className: "motorcycle-icon_svg__handlebars", fill: "currentColor", d: "M19 4l-2-3h-2" }, void 0)] }), void 0) }), void 0));
5
- }
6
-
7
- export { MotorcycleIcon as default };
1
+ import*as e from"react";function t(l){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 26 18",width:"1em",height:"1em",...l},e.createElement("g",{fill:"none",fillRule:"evenodd"},e.createElement("g",{transform:"translate(18 10)",fillRule:"nonzero"},e.createElement("circle",{cx:4,cy:4,r:3}),e.createElement("path",{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",fill:"currentColor"})),e.createElement("path",{className:"motorcycle-icon_svg__body",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",fillRule:"nonzero",fill:"currentColor"}),e.createElement("g",{fillRule:"nonzero",transform:"translate(0 10)"},e.createElement("circle",{cx:4,cy:4,r:3}),e.createElement("path",{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",fill:"currentColor"})),e.createElement("path",{d:"M7 14h4",fill:"currentColor"}),e.createElement("path",{className:"motorcycle-icon_svg__handlebars",fill:"currentColor",d:"M19 4l-2-3h-2"})))}export{t as default};
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function MrfLogoIcon(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 51 44", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxs("g", Object.assign({ fill: "currentColor" }, { children: [jsx("path", { 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" }, void 0), jsx("path", { 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" }, void 0), jsx("path", { 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" }, void 0)] }), void 0), jsx("defs", { children: jsx("clipPath", Object.assign({ id: "mrf-logo-icon_svg__clip0" }, { children: jsx("path", { fill: "#fff", d: "M0 0h50.84v44H0z" }, void 0) }), void 0) }, void 0)] }), void 0));
5
- }
6
-
7
- export { MrfLogoIcon as default };
1
+ import*as c from"react";function h(l){return c.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 51 44",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l},c.createElement("g",{fill:"currentColor"},c.createElement("path",{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"}),c.createElement("path",{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"}),c.createElement("path",{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"})),c.createElement("defs",null,c.createElement("clipPath",{id:"mrf-logo-icon_svg__clip0"},c.createElement("path",{fill:"#fff",d:"M0 0h50.84v44H0z"}))))}export{h as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function NotFoundIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 45", fill: "currentColor" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
5
- }
6
-
7
- export { NotFoundIcon as default };
1
+ import*as h from"react";function c(v){return h.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 45",fill:"currentColor",...v},h.createElement("path",{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"}))}export{c as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function OverbidIcon(props) {
4
- return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 12 12", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0) }), void 0));
5
- }
6
-
7
- export { OverbidIcon as default };
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 12 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}))}export{l as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function PdfIconIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 20 24", fill: "currentColor" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
5
- }
6
-
7
- export { PdfIconIcon as default };
1
+ import*as e from"react";function h(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 20 24",fill:"currentColor",...t},e.createElement("path",{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"}))}export{h as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function PhoneIcon(props) {
4
- return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.528 2.178c.319.336.641.69.944 1.043.149.175.291.346.424.513.168.211.314.414.436.591.653.954.487 2.141-.166 2.918l-.39.463-.139.166-.043.051-.013.016-.004.004v.002h-.001c-.227.271-.386.49-.494.668a1.496 1.496 0 00-.133.263L8 8.934c1.357 1.41 2.715 2.756 4.088 4.117 1.014 1.006 2.035 2.02 3.07 3.07l.038.038a1.76 1.76 0 00.242-.13c.188-.118.418-.29.708-.535l.67-.561c.78-.652 1.97-.815 2.922-.156.177.122.378.268.587.436.166.133.337.276.51.426a27.89 27.89 0 011.19 1.091c.275.267.482.623.563 1.035.177.91.186 1.962-.166 2.967-.16.46-.392.893-.705 1.289-.324.41-.831.685-1.405.689-.418.003-.915-.065-1.422-.168-1.148-.234-2.543-.69-3.952-1.289C11.52 19.8 8.307 17.665 6.2 15.126c-2.072-2.5-3.556-5.193-4.339-7.696a12.95 12.95 0 01-.537-2.535 6.116 6.116 0 01-.027-.977c.01-.145.03-.317.072-.492.032-.13.121-.462.387-.765A3.874 3.874 0 013.7 1.465c.888-.24 1.81-.194 2.612-.023a2.15 2.15 0 011.104.618l.112.118zm.389 6.652v.002-.002zm-.585-4.633a26.386 26.386 0 00-1-1.1A.65.65 0 006 2.91c-.64-.136-1.312-.157-1.91.004-.478.129-.88.366-1.205.737-.185.21-.13 1.608.409 3.333.717 2.292 2.096 4.814 4.062 7.185 1.91 2.304 4.9 4.315 8.169 5.704 1.344.572 2.64.991 3.665 1.2.46.094.842.14 1.112.138.093 0 .18-.046.238-.119.204-.259.358-.544.466-.854.243-.694.25-1.465.11-2.184a.467.467 0 00-.136-.245 26.345 26.345 0 00-1.125-1.034c-.162-.14-.318-.27-.469-.391a8.8 8.8 0 00-.5-.372c-.34-.236-.79-.193-1.107.073l-.666.557c-1.265 1.066-2.136 1.437-3.025.533-1.002-1.019-2.016-2.025-3.03-3.032-1.39-1.379-2.78-2.758-4.138-4.168-.861-.894-.505-1.782.504-2.99l.594-.706c.265-.317.31-.764.076-1.105a8.8 8.8 0 00-.372-.505 17.04 17.04 0 00-.39-.471z" }, void 0) }), void 0));
5
- }
6
-
7
- export { PhoneIcon as default };
1
+ import*as e from"react";function l(c){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...c},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.528 2.178c.319.336.641.69.944 1.043.149.175.291.346.424.513.168.211.314.414.436.591.653.954.487 2.141-.166 2.918l-.39.463-.139.166-.043.051-.013.016-.004.004v.002h-.001c-.227.271-.386.49-.494.668a1.496 1.496 0 00-.133.263L8 8.934c1.357 1.41 2.715 2.756 4.088 4.117 1.014 1.006 2.035 2.02 3.07 3.07l.038.038a1.76 1.76 0 00.242-.13c.188-.118.418-.29.708-.535l.67-.561c.78-.652 1.97-.815 2.922-.156.177.122.378.268.587.436.166.133.337.276.51.426a27.89 27.89 0 011.19 1.091c.275.267.482.623.563 1.035.177.91.186 1.962-.166 2.967-.16.46-.392.893-.705 1.289-.324.41-.831.685-1.405.689-.418.003-.915-.065-1.422-.168-1.148-.234-2.543-.69-3.952-1.289C11.52 19.8 8.307 17.665 6.2 15.126c-2.072-2.5-3.556-5.193-4.339-7.696a12.95 12.95 0 01-.537-2.535 6.116 6.116 0 01-.027-.977c.01-.145.03-.317.072-.492.032-.13.121-.462.387-.765A3.874 3.874 0 013.7 1.465c.888-.24 1.81-.194 2.612-.023a2.15 2.15 0 011.104.618l.112.118zm.389 6.652v.002-.002zm-.585-4.633a26.386 26.386 0 00-1-1.1A.65.65 0 006 2.91c-.64-.136-1.312-.157-1.91.004-.478.129-.88.366-1.205.737-.185.21-.13 1.608.409 3.333.717 2.292 2.096 4.814 4.062 7.185 1.91 2.304 4.9 4.315 8.169 5.704 1.344.572 2.64.991 3.665 1.2.46.094.842.14 1.112.138.093 0 .18-.046.238-.119.204-.259.358-.544.466-.854.243-.694.25-1.465.11-2.184a.467.467 0 00-.136-.245 26.345 26.345 0 00-1.125-1.034c-.162-.14-.318-.27-.469-.391a8.8 8.8 0 00-.5-.372c-.34-.236-.79-.193-1.107.073l-.666.557c-1.265 1.066-2.136 1.437-3.025.533-1.002-1.019-2.016-2.025-3.03-3.032-1.39-1.379-2.78-2.758-4.138-4.168-.861-.894-.505-1.782.504-2.99l.594-.706c.265-.317.31-.764.076-1.105a8.8 8.8 0 00-.372-.505 17.04 17.04 0 00-.39-.471z"}))}export{l as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function PickUpIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 16", fill: "currentColor" }, props, { children: jsx("path", { d: "M9.1 14.1C8.7 15.2 7.7 16 6.5 16c-1.2 0-2.3-.8-2.7-1.9h-1c-1.2 0-2-.5-2.5-1.4-.2-.6-.3-1-.3-1.4V2.8c0-.3 0-.7.1-1.1C.4.7.9 0 1.8 0h12c1.3 0 1.9.7 3.1 2.8.9 1.4 1.3 1.9 1.6 1.9 2.7 0 5.5 1.4 5.5 3.8v2.8c0 .4-.1.9-.4 1.4-.4.9-1.2 1.4-2.4 1.4h-1c-.4 1.1-1.5 1.9-2.7 1.9-1.2 0-2.2-.8-2.6-1.9H9.1zm0-1.9h5.8c.4-1.1 1.4-1.8 2.6-1.8 1.2 0 2.3.7 2.7 1.8h1c.4 0 .6-.1.8-.4.1-.2.1-.4.2-.6V8.5c0-1-1.9-1.9-3.7-1.9-1.3 0-1.9-.7-3.1-2.8-.9-1.4-1.3-1.9-1.6-1.9H2s0 .1-.1.2c0 .3-.1.6-.1.7v8.5c0 .1.1.3.2.5.1.3.3.4.8.4h1.1c.3-1.1 1.4-1.8 2.6-1.8 1.2 0 2.2.7 2.6 1.8zm8.4 1.9c.5 0 1-.4 1-.9s-.5-1-1-1-.9.5-.9 1 .4.9.9.9zm-11 0c.5 0 .9-.4.9-.9s-.4-1-.9-1-1 .5-1 1 .5.9 1 .9z" }, void 0) }), void 0));
5
- }
6
-
7
- export { PickUpIcon as default };
1
+ import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 16",fill:"currentColor",...e},c.createElement("path",{d:"M9.1 14.1C8.7 15.2 7.7 16 6.5 16c-1.2 0-2.3-.8-2.7-1.9h-1c-1.2 0-2-.5-2.5-1.4-.2-.6-.3-1-.3-1.4V2.8c0-.3 0-.7.1-1.1C.4.7.9 0 1.8 0h12c1.3 0 1.9.7 3.1 2.8.9 1.4 1.3 1.9 1.6 1.9 2.7 0 5.5 1.4 5.5 3.8v2.8c0 .4-.1.9-.4 1.4-.4.9-1.2 1.4-2.4 1.4h-1c-.4 1.1-1.5 1.9-2.7 1.9-1.2 0-2.2-.8-2.6-1.9H9.1zm0-1.9h5.8c.4-1.1 1.4-1.8 2.6-1.8 1.2 0 2.3.7 2.7 1.8h1c.4 0 .6-.1.8-.4.1-.2.1-.4.2-.6V8.5c0-1-1.9-1.9-3.7-1.9-1.3 0-1.9-.7-3.1-2.8-.9-1.4-1.3-1.9-1.6-1.9H2s0 .1-.1.2c0 .3-.1.6-.1.7v8.5c0 .1.1.3.2.5.1.3.3.4.8.4h1.1c.3-1.1 1.4-1.8 2.6-1.8 1.2 0 2.2.7 2.6 1.8zm8.4 1.9c.5 0 1-.4 1-.9s-.5-1-1-1-.9.5-.9 1 .4.9.9.9zm-11 0c.5 0 .9-.4.9-.9s-.4-1-.9-1-1 .5-1 1 .5.9 1 .9z"}))}export{t as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function PinIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 16 26", fill: "currentColor" }, props, { children: jsx("path", { d: "M8 26c1.6 0 3.3-2.9 5.2-7.7C14.8 14.2 16 10 16 8c0-4.4-3.6-8-8-8S0 3.6 0 8c0 2 1.2 6.2 2.8 10.3C4.7 23.2 6.4 26 8 26zM2 8c0-3.3 2.7-6 6-6s6 2.7 6 6c0 1.7-1.1 5.7-2.7 9.6-.7 1.9-1.5 3.6-2.2 4.8-.4.6-.7 1-1 1.3 0 .2-.1.2-.2.3C6.7 23.5 2 11.6 2 8zm10 0c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm-2 0c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z" }, void 0) }), void 0));
5
- }
6
-
7
- export { PinIcon as default };
1
+ import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 26",fill:"currentColor",...t},e.createElement("path",{d:"M8 26c1.6 0 3.3-2.9 5.2-7.7C14.8 14.2 16 10 16 8c0-4.4-3.6-8-8-8S0 3.6 0 8c0 2 1.2 6.2 2.8 10.3C4.7 23.2 6.4 26 8 26zM2 8c0-3.3 2.7-6 6-6s6 2.7 6 6c0 1.7-1.1 5.7-2.7 9.6-.7 1.9-1.5 3.6-2.2 4.8-.4.6-.7 1-1 1.3 0 .2-.1.2-.2.3C6.7 23.5 2 11.6 2 8zm10 0c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm-2 0c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z"}))}export{c as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function PlayIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 26 26", fill: "currentColor" }, props, { children: jsx("path", { d: "M13 26c7.2 0 13-5.8 13-13S20.2 0 13 0 0 5.8 0 13s5.8 13 13 13zm0-2C6.9 24 2 19.1 2 13S6.9 2 13 2s11 4.9 11 11-4.9 11-11 11zm-3-14c0-1.4 1.3-2 2.4-1.3l4.3 2.9c1.1.7 1.1 2.1 0 2.8l-4.3 2.9c-1.1.7-2.4 0-2.4-1.3v-6zm5.2 3L12 10.9v4.2l3.2-2.1z" }, void 0) }), void 0));
5
- }
6
-
7
- export { PlayIcon as default };
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 26 26",fill:"currentColor",...t},e.createElement("path",{d:"M13 26c7.2 0 13-5.8 13-13S20.2 0 13 0 0 5.8 0 13s5.8 13 13 13zm0-2C6.9 24 2 19.1 2 13S6.9 2 13 2s11 4.9 11 11-4.9 11-11 11zm-3-14c0-1.4 1.3-2 2.4-1.3l4.3 2.9c1.1.7 1.1 2.1 0 2.8l-4.3 2.9c-1.1.7-2.4 0-2.4-1.3v-6zm5.2 3L12 10.9v4.2l3.2-2.1z"}))}export{r as default};
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function Pricetag(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { d: "M9.044 11.325a.603.603 0 01-.498-.218c-.302-.335-.248-.722.162-1.161l1.054 1.17c-.286.13-.526.199-.718.209zM12.655 12.276c.224-.027.409.04.554.202.284.316.193.707-.274 1.175l-1.045-1.16a2.7 2.7 0 01.765-.217z", fill: "currentColor" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.241 11.443a.939.939 0 01-.24-.669L.404 1.4A.939.939 0 011.4.502l9.367.58a.939.939 0 01.64.308l9.7 10.774a.939.939 0 01-.07 1.326l-9.769 8.796a.94.94 0 01-1.326-.07l-9.7-10.773zm5.23-5.418a1.878 1.878 0 10-2.513-2.791 1.878 1.878 0 002.513 2.791zm5.421 2.795c.239-.051.385-.073.44-.064l-.477-1.951c-.408.087-.865.224-1.371.411-.5.182-.98.444-1.44.788l-.88-.976-.716.645.88.976c-.377.41-.655.858-.832 1.345a2.81 2.81 0 00-.124 1.46c.088.493.332.962.733 1.406.464.516.972.777 1.522.784.557 0 1.243-.191 2.058-.575.102-.045.201-.093.297-.145.096-.05.191-.096.287-.135l1.158 1.286a5.421 5.421 0 01-1.102.572 7.309 7.309 0 01-.993.298c-.288.062-.466.088-.534.078l.54 2.02a7.008 7.008 0 001.682-.5 8.246 8.246 0 001.578-.93l1.019 1.131.716-.645-1.002-1.112c.39-.397.7-.828.932-1.294.226-.472.313-.954.262-1.444-.05-.504-.293-.997-.729-1.48-.383-.426-.779-.688-1.188-.787-.414-.106-.855-.089-1.321.051-.466.128-.976.33-1.531.608-.07.028-.137.059-.2.093l-.173.085-1.175-1.305c.27-.186.561-.337.871-.453.31-.116.582-.196.813-.241z", fill: "currentColor" }, void 0), jsx("path", { d: "M12.245 22.67a.47.47 0 10.629.697L23.69 13.63a.939.939 0 00.07-1.326L14.02 1.487a.47.47 0 00-.697.628l9.425 10.467a.47.47 0 01-.035.663L12.245 22.67z", fill: "currentColor" }, void 0)] }), void 0));
5
- }
6
-
7
- export { Pricetag as default };
1
+ import*as e from"react";function a(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{d:"M9.044 11.325a.603.603 0 01-.498-.218c-.302-.335-.248-.722.162-1.161l1.054 1.17c-.286.13-.526.199-.718.209zM12.655 12.276c.224-.027.409.04.554.202.284.316.193.707-.274 1.175l-1.045-1.16a2.7 2.7 0 01.765-.217z",fill:"currentColor"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.241 11.443a.939.939 0 01-.24-.669L.404 1.4A.939.939 0 011.4.502l9.367.58a.939.939 0 01.64.308l9.7 10.774a.939.939 0 01-.07 1.326l-9.769 8.796a.94.94 0 01-1.326-.07l-9.7-10.773zm5.23-5.418a1.878 1.878 0 10-2.513-2.791 1.878 1.878 0 002.513 2.791zm5.421 2.795c.239-.051.385-.073.44-.064l-.477-1.951c-.408.087-.865.224-1.371.411-.5.182-.98.444-1.44.788l-.88-.976-.716.645.88.976c-.377.41-.655.858-.832 1.345a2.81 2.81 0 00-.124 1.46c.088.493.332.962.733 1.406.464.516.972.777 1.522.784.557 0 1.243-.191 2.058-.575.102-.045.201-.093.297-.145.096-.05.191-.096.287-.135l1.158 1.286a5.421 5.421 0 01-1.102.572 7.309 7.309 0 01-.993.298c-.288.062-.466.088-.534.078l.54 2.02a7.008 7.008 0 001.682-.5 8.246 8.246 0 001.578-.93l1.019 1.131.716-.645-1.002-1.112c.39-.397.7-.828.932-1.294.226-.472.313-.954.262-1.444-.05-.504-.293-.997-.729-1.48-.383-.426-.779-.688-1.188-.787-.414-.106-.855-.089-1.321.051-.466.128-.976.33-1.531.608-.07.028-.137.059-.2.093l-.173.085-1.175-1.305c.27-.186.561-.337.871-.453.31-.116.582-.196.813-.241z",fill:"currentColor"}),e.createElement("path",{d:"M12.245 22.67a.47.47 0 10.629.697L23.69 13.63a.939.939 0 00.07-1.326L14.02 1.487a.47.47 0 00-.697.628l9.425 10.467a.47.47 0 01-.035.663L12.245 22.67z",fill:"currentColor"}))}export{a as default};
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function PricetagFilledKronaIcon(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.36 11.81a.932.932 0 01-.272-.65L0 1.84A.932.932 0 01.941.9l9.319.088c.244.002.477.1.65.273l10.18 10.18a.933.933 0 010 1.318l-9.231 9.23a.933.933 0 01-1.319 0L.36 11.81zm4.906-5.644a1.865 1.865 0 10-2.638-2.638 1.865 1.865 0 002.638 2.638zm4.837 9.522l4.098.556 1.568-1.569-4.803-.57-.54-4.623-1.509 1.508.556 4.068-2.312-2.312-1.283 1.284 5.268 5.268 1.284-1.283-2.327-2.327zm3.515-6.922a2.343 2.343 0 00-.023 1.103l-.697-.698-1.284 1.284 4.188 4.188 1.283-1.284-1.944-1.944c-.345-.345-.505-.665-.48-.96.02-.3.19-.61.51-.93l.353-.354-1.358-1.358a2.023 2.023 0 00-.548.953z" }, void 0), jsx("path", { d: "M12.848 22.32a.466.466 0 10.66.659l10.219-10.22a.933.933 0 000-1.319L13.507 1.22a.466.466 0 10-.659.66l9.89 9.89a.466.466 0 010 .66l-9.89 9.89z", fill: "#1a2030" }, void 0)] }), void 0));
5
- }
6
-
7
- export { PricetagFilledKronaIcon as default };
1
+ import*as e from"react";function a(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.36 11.81a.932.932 0 01-.272-.65L0 1.84A.932.932 0 01.941.9l9.319.088c.244.002.477.1.65.273l10.18 10.18a.933.933 0 010 1.318l-9.231 9.23a.933.933 0 01-1.319 0L.36 11.81zm4.906-5.644a1.865 1.865 0 10-2.638-2.638 1.865 1.865 0 002.638 2.638zm4.837 9.522l4.098.556 1.568-1.569-4.803-.57-.54-4.623-1.509 1.508.556 4.068-2.312-2.312-1.283 1.284 5.268 5.268 1.284-1.283-2.327-2.327zm3.515-6.922a2.343 2.343 0 00-.023 1.103l-.697-.698-1.284 1.284 4.188 4.188 1.283-1.284-1.944-1.944c-.345-.345-.505-.665-.48-.96.02-.3.19-.61.51-.93l.353-.354-1.358-1.358a2.023 2.023 0 00-.548.953z"}),e.createElement("path",{d:"M12.848 22.32a.466.466 0 10.66.659l10.219-10.22a.933.933 0 000-1.319L13.507 1.22a.466.466 0 10-.659.66l9.89 9.89a.466.466 0 010 .66l-9.89 9.89z",fill:"#1a2030"}))}export{a as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function PrivateCarIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 12", fill: "currentColor" }, props, { children: jsx("path", { d: "M9.1 10.1C8.7 11.2 7.7 12 6.5 12c-1.2 0-2.3-.8-2.7-1.8h-1c-1.2 0-2-.6-2.5-1.5-.2-.5-.3-1-.3-1.3V5.5C0 3.7 2.5 0 4.6 0h8.3c.7 0 1.3.3 2 .7.5.4 1.1.8 1.7 1.4.4.4.8.9 1.2 1.3.1.1.1.2.2.3h.5c.6.1 1.3.1 2 .2C22.6 4.3 24 5 24 6.5c0 2.1-1.1 3.7-2.8 3.7h-1c-.4 1-1.5 1.8-2.7 1.8-1.2 0-2.2-.8-2.6-1.9H9.1zm0-1.8h5.8c.4-1.1 1.4-1.8 2.6-1.8 1.2 0 2.3.7 2.6 1.8h1.1c.5 0 1-.6 1-1.8 0-.2-.8-.5-2-.7-.6-.1-1.2-.2-1.8-.2-.4-.1-.7-.1-.9-.1h-.4l-.3-.3c-.1-.1-.2-.3-.4-.6-.4-.4-.7-.8-1.1-1.2-.5-.5-1-.9-1.4-1.2-.4-.2-.8-.4-1-.4H4.6c-.4 0-1.1.6-1.8 1.6-.5.8-1 1.9-1 2.1v1.9c0 .1.1.3.2.5.1.3.3.4.8.4h1.1c.3-1.1 1.4-1.8 2.6-1.8 1.2 0 2.2.7 2.6 1.8zm8.4 1.9c.5 0 1-.5 1-1s-.5-.9-1-.9-.9.4-.9.9.4 1 .9 1zm-11 0c.5 0 .9-.5.9-1s-.4-.9-.9-.9-1 .4-1 .9.5 1 1 1z" }, void 0) }), void 0));
5
- }
6
-
7
- export { PrivateCarIcon as default };
1
+ import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 12",fill:"currentColor",...e},c.createElement("path",{d:"M9.1 10.1C8.7 11.2 7.7 12 6.5 12c-1.2 0-2.3-.8-2.7-1.8h-1c-1.2 0-2-.6-2.5-1.5-.2-.5-.3-1-.3-1.3V5.5C0 3.7 2.5 0 4.6 0h8.3c.7 0 1.3.3 2 .7.5.4 1.1.8 1.7 1.4.4.4.8.9 1.2 1.3.1.1.1.2.2.3h.5c.6.1 1.3.1 2 .2C22.6 4.3 24 5 24 6.5c0 2.1-1.1 3.7-2.8 3.7h-1c-.4 1-1.5 1.8-2.7 1.8-1.2 0-2.2-.8-2.6-1.9H9.1zm0-1.8h5.8c.4-1.1 1.4-1.8 2.6-1.8 1.2 0 2.3.7 2.6 1.8h1.1c.5 0 1-.6 1-1.8 0-.2-.8-.5-2-.7-.6-.1-1.2-.2-1.8-.2-.4-.1-.7-.1-.9-.1h-.4l-.3-.3c-.1-.1-.2-.3-.4-.6-.4-.4-.7-.8-1.1-1.2-.5-.5-1-.9-1.4-1.2-.4-.2-.8-.4-1-.4H4.6c-.4 0-1.1.6-1.8 1.6-.5.8-1 1.9-1 2.1v1.9c0 .1.1.3.2.5.1.3.3.4.8.4h1.1c.3-1.1 1.4-1.8 2.6-1.8 1.2 0 2.2.7 2.6 1.8zm8.4 1.9c.5 0 1-.5 1-1s-.5-.9-1-.9-.9.4-.9.9.4 1 .9 1zm-11 0c.5 0 .9-.5.9-1s-.4-.9-.9-.9-1 .4-1 .9.5 1 1 1z"}))}export{t as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function ProfileCircleIcon(props) {
4
- return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7.07 18.28c.43-.9 3.05-1.78 4.93-1.78s4.51.88 4.93 1.78A7.893 7.893 0 0112 20c-1.86 0-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36 2.33A7.95 7.95 0 014 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.82-.62 3.49-1.64 4.83zM12 6c-1.94 0-3.5 1.56-3.5 3.5S10.06 13 12 13s3.5-1.56 3.5-3.5S13.94 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z" }, void 0) }), void 0));
5
- }
6
-
7
- export { ProfileCircleIcon as default };
1
+ import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7.07 18.28c.43-.9 3.05-1.78 4.93-1.78s4.51.88 4.93 1.78A7.893 7.893 0 0112 20c-1.86 0-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36 2.33A7.95 7.95 0 014 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.82-.62 3.49-1.64 4.83zM12 6c-1.94 0-3.5 1.56-3.5 3.5S10.06 13 12 13s3.5-1.56 3.5-3.5S13.94 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"}))}export{c as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function ProfileIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 20 23", fill: "currentColor" }, props, { children: jsx("path", { d: "M15 5c0 2.8-2.2 5-5 5S5 7.8 5 5s2.2-5 5-5 5 2.2 5 5zm5 18H0c0-5.5 2.8-10 10-10s10 4.5 10 10z" }, void 0) }), void 0));
5
- }
6
-
7
- export { ProfileIcon as default };
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 20 23",fill:"currentColor",...t},e.createElement("path",{d:"M15 5c0 2.8-2.2 5-5 5S5 7.8 5 5s2.2-5 5-5 5 2.2 5 5zm5 18H0c0-5.5 2.8-10 10-10s10 4.5 10 10z"}))}export{r as default};
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function RadioIcon(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 26 26", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("circle", { stroke: "currentColor", strokeWidth: 2, fill: "none", cx: 13, cy: 13, r: 11.5 }, void 0), jsx("circle", { stroke: "currentColor", strokeWidth: 5, fill: "none", cx: 13, cy: 13, r: 8, opacity: 0.7 }, void 0)] }), void 0));
5
- }
6
-
7
- export { RadioIcon as default };
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 26",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("circle",{stroke:"currentColor",strokeWidth:2,fill:"none",cx:13,cy:13,r:11.5}),e.createElement("circle",{stroke:"currentColor",strokeWidth:5,fill:"none",cx:13,cy:13,r:8,opacity:.7}))}export{r as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function ReclamationIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 64", fill: "currentColor" }, props, { children: jsx("path", { d: "M40.3 43.8c.8-.1 1.7 0 1.7 1 0 .5-.3.8-.6.9.3.7.4 1.7.3 2.4l-.4 2.4c0 .2-.1.3-.1.4v1.3c0 .4-.4.8-.9.8h-1.6c-.5 0-.9-.4-.9-.8v-.8H26.2v.8c0 .4-.4.8-.9.8h-1.6c-.5 0-.9-.4-.9-.8v-1.3c0-.1-.1-.2-.1-.4l-.4-2.4c-.1-.7 0-1.7.3-2.4-.3-.1-.6-.4-.6-.9 0-1 .9-1.1 1.7-1v-.1l1.7-2.9c.7-1 2.1-1.8 3.3-1.8h6.6c1.2 0 2.6.8 3.3 1.8l1.7 2.9v.1zm-1.8.1l-1.4-2.2c-.3-.6-1.1-1.1-1.8-1.1h-6.6c-.7 0-1.5.5-1.8 1.1l-1.4 2.2h13zM32 0c17.7 0 32 14.3 32 32S49.7 64 32 64 0 49.7 0 32 14.3 0 32 0zm0 2C15.5 2 2 15.5 2 32s13.5 30 30 30 30-13.5 30-30S48.5 2 32 2zm13 20c0 7.5-5.5 11-12.9 11-.1.1-.2.1-.3.1-.3.1-.7.2-1.1.2-1.1.3-2.3.5-3.4.7-.3.1-.5.1-.7.1-2.9.6-4.9.9-5.6.9-1.4 0-1.6-1.1-1.1-2.2.3-.5.7-1.1 1.3-1.9.1-.2.2-.3.4-.5.4-.5.8-1 1.2-1.4.2-.3.4-.5.5-.6l1.5 1.3c-.1.1-.3.3-.5.6-.4.4-.8.9-1.2 1.3-.1.2-.2.4-.4.5-.2.3-.3.5-.5.8.9-.2 2.3-.4 4-.7.2-.1.5-.1.7-.2 1.1-.2 2.3-.4 3.4-.6.4-.1.8-.2 1.1-.2.2-.1.3-.1.4-.1l.2-.1c6.5 0 11-2.8 11-9 0-4-5.6-8-11-8-6.4 0-11 3.6-11 8 0 .9.2 1.7.5 2.5.2.6.5 1.1.7 1.3l-1.4 1.4c-.9-.9-1.8-3.1-1.8-5.2 0-5.7 5.6-10 13-10 6.4 0 13 4.7 13 10zM25.8 48.9c.6 0 1.2-.6 1.2-1.3 0-.6-.6-1.2-1.2-1.2-.7 0-1.3.6-1.3 1.2 0 .7.6 1.3 1.3 1.3zm12.5 0c.6 0 1.2-.6 1.2-1.3 0-.6-.6-1.2-1.2-1.2-.7 0-1.3.6-1.3 1.2 0 .7.6 1.3 1.3 1.3zm-8.8-.8v.8h5v-.8h-5zm3.3-20.5c-.2.3-.5.4-.9.4-.3 0-.6-.1-.8-.4-.3-.2-.4-.5-.4-.8 0-.4.1-.6.4-.9.2-.2.5-.3.8-.3.4 0 .7.1.9.3.2.3.3.5.3.9 0 .3-.1.6-.3.8zm-1.9-2.9l-.2-6.5h2.4l-.3 6.5h-1.9z" }, void 0) }), void 0));
5
- }
6
-
7
- export { ReclamationIcon as default };
1
+ import*as c from"react";function l(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 64",fill:"currentColor",...e},c.createElement("path",{d:"M40.3 43.8c.8-.1 1.7 0 1.7 1 0 .5-.3.8-.6.9.3.7.4 1.7.3 2.4l-.4 2.4c0 .2-.1.3-.1.4v1.3c0 .4-.4.8-.9.8h-1.6c-.5 0-.9-.4-.9-.8v-.8H26.2v.8c0 .4-.4.8-.9.8h-1.6c-.5 0-.9-.4-.9-.8v-1.3c0-.1-.1-.2-.1-.4l-.4-2.4c-.1-.7 0-1.7.3-2.4-.3-.1-.6-.4-.6-.9 0-1 .9-1.1 1.7-1v-.1l1.7-2.9c.7-1 2.1-1.8 3.3-1.8h6.6c1.2 0 2.6.8 3.3 1.8l1.7 2.9v.1zm-1.8.1l-1.4-2.2c-.3-.6-1.1-1.1-1.8-1.1h-6.6c-.7 0-1.5.5-1.8 1.1l-1.4 2.2h13zM32 0c17.7 0 32 14.3 32 32S49.7 64 32 64 0 49.7 0 32 14.3 0 32 0zm0 2C15.5 2 2 15.5 2 32s13.5 30 30 30 30-13.5 30-30S48.5 2 32 2zm13 20c0 7.5-5.5 11-12.9 11-.1.1-.2.1-.3.1-.3.1-.7.2-1.1.2-1.1.3-2.3.5-3.4.7-.3.1-.5.1-.7.1-2.9.6-4.9.9-5.6.9-1.4 0-1.6-1.1-1.1-2.2.3-.5.7-1.1 1.3-1.9.1-.2.2-.3.4-.5.4-.5.8-1 1.2-1.4.2-.3.4-.5.5-.6l1.5 1.3c-.1.1-.3.3-.5.6-.4.4-.8.9-1.2 1.3-.1.2-.2.4-.4.5-.2.3-.3.5-.5.8.9-.2 2.3-.4 4-.7.2-.1.5-.1.7-.2 1.1-.2 2.3-.4 3.4-.6.4-.1.8-.2 1.1-.2.2-.1.3-.1.4-.1l.2-.1c6.5 0 11-2.8 11-9 0-4-5.6-8-11-8-6.4 0-11 3.6-11 8 0 .9.2 1.7.5 2.5.2.6.5 1.1.7 1.3l-1.4 1.4c-.9-.9-1.8-3.1-1.8-5.2 0-5.7 5.6-10 13-10 6.4 0 13 4.7 13 10zM25.8 48.9c.6 0 1.2-.6 1.2-1.3 0-.6-.6-1.2-1.2-1.2-.7 0-1.3.6-1.3 1.2 0 .7.6 1.3 1.3 1.3zm12.5 0c.6 0 1.2-.6 1.2-1.3 0-.6-.6-1.2-1.2-1.2-.7 0-1.3.6-1.3 1.2 0 .7.6 1.3 1.3 1.3zm-8.8-.8v.8h5v-.8h-5zm3.3-20.5c-.2.3-.5.4-.9.4-.3 0-.6-.1-.8-.4-.3-.2-.4-.5-.4-.8 0-.4.1-.6.4-.9.2-.2.5-.3.8-.3.4 0 .7.1.9.3.2.3.3.5.3.9 0 .3-.1.6-.3.8zm-1.9-2.9l-.2-6.5h2.4l-.3 6.5h-1.9z"}))}export{l as default};
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function ReleasingIcon(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.846 11.781c-.186-.074-.322-.228-.322-.52 0-.568.515-.614.914-.566v-.029l.964-1.638C8.747 8.44 9.514 8 10.183 8h3.648c.666 0 1.438.445 1.781 1.028l.964 1.638v.03c.399-.05.914-.003.914.565 0 .292-.136.446-.322.52.162.415.237.934.175 1.312l-.236 1.446a.5.5 0 01-.074.189v.738a.456.456 0 01-.461.454h-.905a.46.46 0 01-.462-.454v-.478H8.808v.474a.46.46 0 01-.46.458h-.906a.461.461 0 01-.461-.458v-.733a.506.506 0 01-.074-.19l-.236-1.446c-.062-.38.014-.899.175-1.312zm1.581-.986l.758-1.288c.18-.305.65-.575.998-.575h3.648c.345 0 .82.273.997.575l.758 1.288H8.427zm-.533 2.097c0 .386.307.699.686.699a.692.692 0 00.685-.7.692.692 0 00-.685-.698.692.692 0 00-.686.699zm7.54.699a.692.692 0 01-.685-.7c0-.385.306-.698.685-.698.378 0 .685.313.685.699a.692.692 0 01-.685.699zm-2.056 0v-.466h-2.742v.465h2.742z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.397 1.354l1.291 1.296a9.5 9.5 0 00-5.216 17.4l.556-.831a8.5 8.5 0 014.61-15.568l-1.241 1.245.706.708 1.764-1.77c.39-.392.39-1.026 0-1.417L11.103.646l-.706.708zm3.206 18.15l-1.241 1.245a8.5 8.5 0 004.61-15.568l.556-.83a9.5 9.5 0 01-5.216 17.4l1.29 1.295-.705.708-1.764-1.771a1.004 1.004 0 010-1.417l1.764-1.77.706.708z" }, void 0)] }), void 0));
5
- }
6
-
7
- export { ReleasingIcon as default };
1
+ import*as e from"react";function a(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.846 11.781c-.186-.074-.322-.228-.322-.52 0-.568.515-.614.914-.566v-.029l.964-1.638C8.747 8.44 9.514 8 10.183 8h3.648c.666 0 1.438.445 1.781 1.028l.964 1.638v.03c.399-.05.914-.003.914.565 0 .292-.136.446-.322.52.162.415.237.934.175 1.312l-.236 1.446a.5.5 0 01-.074.189v.738a.456.456 0 01-.461.454h-.905a.46.46 0 01-.462-.454v-.478H8.808v.474a.46.46 0 01-.46.458h-.906a.461.461 0 01-.461-.458v-.733a.506.506 0 01-.074-.19l-.236-1.446c-.062-.38.014-.899.175-1.312zm1.581-.986l.758-1.288c.18-.305.65-.575.998-.575h3.648c.345 0 .82.273.997.575l.758 1.288H8.427zm-.533 2.097c0 .386.307.699.686.699a.692.692 0 00.685-.7.692.692 0 00-.685-.698.692.692 0 00-.686.699zm7.54.699a.692.692 0 01-.685-.7c0-.385.306-.698.685-.698.378 0 .685.313.685.699a.692.692 0 01-.685.699zm-2.056 0v-.466h-2.742v.465h2.742z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.397 1.354l1.291 1.296a9.5 9.5 0 00-5.216 17.4l.556-.831a8.5 8.5 0 014.61-15.568l-1.241 1.245.706.708 1.764-1.77c.39-.392.39-1.026 0-1.417L11.103.646l-.706.708zm3.206 18.15l-1.241 1.245a8.5 8.5 0 004.61-15.568l.556-.83a9.5 9.5 0 01-5.216 17.4l1.29 1.295-.705.708-1.764-1.771a1.004 1.004 0 010-1.417l1.764-1.77.706.708z"}))}export{a as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function RemoveFilterIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor" }, props, { children: jsx("path", { d: "M1.8 5.7l2 2H0v-2h1.8zm8.5 0H24v2H12.3l-2-2zm-2.5 6l2 2H3v-2h4.8zm8.5 0H21v2h-2.7l-2-2zm-2.5 6l2 2H6v-2h7.8zM.4 1.4L1.8 0l22 22-1.4 1.4-22-22z" }, void 0) }), void 0));
5
- }
6
-
7
- export { RemoveFilterIcon as default };
1
+ import*as e from"react";function l(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",...t},e.createElement("path",{d:"M1.8 5.7l2 2H0v-2h1.8zm8.5 0H24v2H12.3l-2-2zm-2.5 6l2 2H3v-2h4.8zm8.5 0H21v2h-2.7l-2-2zm-2.5 6l2 2H6v-2h7.8zM.4 1.4L1.8 0l22 22-1.4 1.4-22-22z"}))}export{l as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function ReservedPriceIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 59", fill: "currentColor" }, props, { children: jsx("path", { d: "M23.2 40.6c.4 1.3 1.3 2.2 2.5 2.9.9.5 1.9.7 2.6.8h16.2v-2.6H28.4 28c-.4-.1-.8-.3-1.1-.5-1-.4-1.5-1.2-1.5-2.4 0-1.3.5-2.1 1.4-2.5.4-.2.8-.3 1.1-.4H48.7c2.3 0 4.1.5 6 1.9 1 .6 2 1.5 3.3 2.8.8.8 4 4 4.2 4.1l1.8-1.8c-.2-.1-3.4-3.3-4.2-4.1-1.4-1.4-2.5-2.3-3.6-3.1-2.3-1.6-4.6-2.3-7.5-2.3H28.4c-.7 0-1.7.1-2.7.6-1.5.7-2.4 2-2.7 3.7L9.4 31.8c-.3-.1-.7-.3-1.2-.4-1-.3-2-.4-3-.4-1.8.1-3.2.7-4.1 2.1-2.1 2.8-1.1 5.4 2 7.6 1.1.7 4.1 2.4 8.3 4.9 1.9 1.2 4 2.4 6 3.6.7.4 1.4.8 2 1.2.3.1.5.3.7.4.5.3 1.4.8 2.6 1.3 2.1.9 4.6 1.4 7.4 1.4h13.5c1.1 0 1.9.2 2.7.6 1.3.7 2.3 1.5 5.8 4.9l1.7-1.8c-3.7-3.6-4.7-4.5-6.3-5.3-1.2-.6-2.4-.9-3.9-.9H30.1c-2.5 0-4.6-.5-6.5-1.2-.6-.2-1.1-.5-1.6-.8-.2-.1-.4-.2-.5-.3l-.1-.1c-.1 0-.4-.2-.7-.4-.6-.4-1.3-.8-2-1.2-2-1.2-4.1-2.4-6-3.5-4.2-2.5-7.1-4.3-8.2-4.9-2.1-1.4-2.4-2.6-1.3-4.1v-.1c.4-.6 1.1-.9 2.1-.9.7 0 1.4.1 2.2.3.4.1.8.2.9.3l14.8 6.5zm10.9-35v6.8h1.2c3.1 0 5.7 2.5 5.7 5.6 0 3.1-2.6 5.6-5.7 5.6h-1.2V27h-2.2v-3.4h-5.8v-2.2h5.8v-6.8h-1.2c-3.1 0-5.7-2.5-5.7-5.6 0-3.1 2.6-5.6 5.7-5.6h1.2V0h2.2v3.4h5.8v2.2h-5.8zm-2.2 0h-1.2c-1.9 0-3.4 1.5-3.4 3.4s1.5 3.4 3.4 3.4h1.2V5.6zm2.2 9v6.8h1.2c1.9 0 3.4-1.5 3.4-3.4s-1.5-3.4-3.4-3.4h-1.2z" }, void 0) }), void 0));
5
- }
6
-
7
- export { ReservedPriceIcon as default };
1
+ import*as c from"react";function h(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 59",fill:"currentColor",...e},c.createElement("path",{d:"M23.2 40.6c.4 1.3 1.3 2.2 2.5 2.9.9.5 1.9.7 2.6.8h16.2v-2.6H28.4 28c-.4-.1-.8-.3-1.1-.5-1-.4-1.5-1.2-1.5-2.4 0-1.3.5-2.1 1.4-2.5.4-.2.8-.3 1.1-.4H48.7c2.3 0 4.1.5 6 1.9 1 .6 2 1.5 3.3 2.8.8.8 4 4 4.2 4.1l1.8-1.8c-.2-.1-3.4-3.3-4.2-4.1-1.4-1.4-2.5-2.3-3.6-3.1-2.3-1.6-4.6-2.3-7.5-2.3H28.4c-.7 0-1.7.1-2.7.6-1.5.7-2.4 2-2.7 3.7L9.4 31.8c-.3-.1-.7-.3-1.2-.4-1-.3-2-.4-3-.4-1.8.1-3.2.7-4.1 2.1-2.1 2.8-1.1 5.4 2 7.6 1.1.7 4.1 2.4 8.3 4.9 1.9 1.2 4 2.4 6 3.6.7.4 1.4.8 2 1.2.3.1.5.3.7.4.5.3 1.4.8 2.6 1.3 2.1.9 4.6 1.4 7.4 1.4h13.5c1.1 0 1.9.2 2.7.6 1.3.7 2.3 1.5 5.8 4.9l1.7-1.8c-3.7-3.6-4.7-4.5-6.3-5.3-1.2-.6-2.4-.9-3.9-.9H30.1c-2.5 0-4.6-.5-6.5-1.2-.6-.2-1.1-.5-1.6-.8-.2-.1-.4-.2-.5-.3l-.1-.1c-.1 0-.4-.2-.7-.4-.6-.4-1.3-.8-2-1.2-2-1.2-4.1-2.4-6-3.5-4.2-2.5-7.1-4.3-8.2-4.9-2.1-1.4-2.4-2.6-1.3-4.1v-.1c.4-.6 1.1-.9 2.1-.9.7 0 1.4.1 2.2.3.4.1.8.2.9.3l14.8 6.5zm10.9-35v6.8h1.2c3.1 0 5.7 2.5 5.7 5.6 0 3.1-2.6 5.6-5.7 5.6h-1.2V27h-2.2v-3.4h-5.8v-2.2h5.8v-6.8h-1.2c-3.1 0-5.7-2.5-5.7-5.6 0-3.1 2.6-5.6 5.7-5.6h1.2V0h2.2v3.4h5.8v2.2h-5.8zm-2.2 0h-1.2c-1.9 0-3.4 1.5-3.4 3.4s1.5 3.4 3.4 3.4h1.2V5.6zm2.2 9v6.8h1.2c1.9 0 3.4-1.5 3.4-3.4s-1.5-3.4-3.4-3.4h-1.2z"}))}export{h as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function ResultIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 50 64", fill: "currentColor" }, props, { children: jsx("path", { d: "M0 3.6C0 1.6 1.6 0 3.6 0h42.8c2 0 3.6 1.6 3.6 3.6v56.8c0 2-1.6 3.6-3.6 3.6H3.6c-2 0-3.6-1.6-3.6-3.6V3.6zm1.8 0v56.8c0 1 .8 1.8 1.8 1.8h42.8c1 0 1.8-.8 1.8-1.8V3.6c0-1-.8-1.8-1.8-1.8H3.6c-1 0-1.8.8-1.8 1.8zM25 55.1c-3.9 0-7.1-3.2-7.1-7.1 0-3.9 3.2-7.1 7.1-7.1 3.9 0 7.1 3.2 7.1 7.1 0 3.9-3.2 7.1-7.1 7.1zm0-1.8c3 0 5.4-2.4 5.4-5.3S28 42.7 25 42.7c-3 0-5.4 2.4-5.4 5.3s2.4 5.3 5.4 5.3zm-2.4-5.8l1.1 1.2c.2.2.5.2.7 0l3-3.4 1.2 1.3-3.1 3.4c-.8.9-2.1.9-2.9 0l-1.2-1.3 1.2-1.2zM6.8 6.8v50.4h36.4V6.8h-6.4V5h6.4c1 0 1.8.8 1.8 1.8v50.4c0 1-.8 1.8-1.8 1.8H6.8c-1 0-1.8-.8-1.8-1.8V6.8C5 5.8 5.8 5 6.8 5h6.4v1.8H6.8zM12 5.5c0-3 2.5-5.5 5.6-5.5h14.8C35.5 0 38 2.5 38 5.5S35.5 11 32.4 11H17.6C14.5 11 12 8.5 12 5.5zm2 0C14 7.4 15.6 9 17.7 9h14.6C34.4 9 36 7.4 36 5.5S34.4 2 32.3 2H17.7C15.6 2 14 3.6 14 5.5zM10 14h30v2H10v-2zm0 5h30v2H10v-2zm0 5h30v2H10v-2zm0 5h30v2H10v-2zm0 6h30v2H10v-2z" }, void 0) }), void 0));
5
- }
6
-
7
- export { ResultIcon as default };
1
+ import*as c from"react";function h(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 50 64",fill:"currentColor",...e},c.createElement("path",{d:"M0 3.6C0 1.6 1.6 0 3.6 0h42.8c2 0 3.6 1.6 3.6 3.6v56.8c0 2-1.6 3.6-3.6 3.6H3.6c-2 0-3.6-1.6-3.6-3.6V3.6zm1.8 0v56.8c0 1 .8 1.8 1.8 1.8h42.8c1 0 1.8-.8 1.8-1.8V3.6c0-1-.8-1.8-1.8-1.8H3.6c-1 0-1.8.8-1.8 1.8zM25 55.1c-3.9 0-7.1-3.2-7.1-7.1 0-3.9 3.2-7.1 7.1-7.1 3.9 0 7.1 3.2 7.1 7.1 0 3.9-3.2 7.1-7.1 7.1zm0-1.8c3 0 5.4-2.4 5.4-5.3S28 42.7 25 42.7c-3 0-5.4 2.4-5.4 5.3s2.4 5.3 5.4 5.3zm-2.4-5.8l1.1 1.2c.2.2.5.2.7 0l3-3.4 1.2 1.3-3.1 3.4c-.8.9-2.1.9-2.9 0l-1.2-1.3 1.2-1.2zM6.8 6.8v50.4h36.4V6.8h-6.4V5h6.4c1 0 1.8.8 1.8 1.8v50.4c0 1-.8 1.8-1.8 1.8H6.8c-1 0-1.8-.8-1.8-1.8V6.8C5 5.8 5.8 5 6.8 5h6.4v1.8H6.8zM12 5.5c0-3 2.5-5.5 5.6-5.5h14.8C35.5 0 38 2.5 38 5.5S35.5 11 32.4 11H17.6C14.5 11 12 8.5 12 5.5zm2 0C14 7.4 15.6 9 17.7 9h14.6C34.4 9 36 7.4 36 5.5S34.4 2 32.3 2H17.7C15.6 2 14 3.6 14 5.5zM10 14h30v2H10v-2zm0 5h30v2H10v-2zm0 5h30v2H10v-2zm0 5h30v2H10v-2zm0 6h30v2H10v-2z"}))}export{h as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function SafePaymentIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 54 64", fill: "currentColor" }, props, { children: jsx("path", { d: "M27 64C6.9 54-4.9 28.2 2 .1c0 0 3 7 11 7S27 0 27 0s5 7.1 13 7.1 12-7 12-7C59 30 47 54 27 64zm0-2.2c18.8-9.9 28.4-31.7 23.9-57.2-.2.1-.4.3-.6.5-2.8 2.5-6.3 4-10.3 4-4 0-7.6-1.5-10.8-4-.8-.7-1.6-1.4-2.3-2.1-.8.7-1.7 1.5-2.7 2.2C20.7 7.6 17 9.1 13 9.1 8.9 9.1 5.6 7.5 3.1 5-1.3 29.2 8.7 52.1 27 61.8zm-1-43.7h2v24h-2v-24zm1 11h2c2.7 0 5 2.2 5 5 0 2.7-2.3 5-5 5h-8v-2h8c1.6 0 3-1.4 3-3 0-1.7-1.4-3-3-3h-2v-2zm1 2h-3c-2.8 0-5-2.3-5-5 0-2.8 2.2-5 5-5h8v2h-8c-1.7 0-3 1.3-3 3 0 1.6 1.3 3 3 3h3v2z" }, void 0) }), void 0));
5
- }
6
-
7
- export { SafePaymentIcon as default };
1
+ import*as e from"react";function h(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 54 64",fill:"currentColor",...t},e.createElement("path",{d:"M27 64C6.9 54-4.9 28.2 2 .1c0 0 3 7 11 7S27 0 27 0s5 7.1 13 7.1 12-7 12-7C59 30 47 54 27 64zm0-2.2c18.8-9.9 28.4-31.7 23.9-57.2-.2.1-.4.3-.6.5-2.8 2.5-6.3 4-10.3 4-4 0-7.6-1.5-10.8-4-.8-.7-1.6-1.4-2.3-2.1-.8.7-1.7 1.5-2.7 2.2C20.7 7.6 17 9.1 13 9.1 8.9 9.1 5.6 7.5 3.1 5-1.3 29.2 8.7 52.1 27 61.8zm-1-43.7h2v24h-2v-24zm1 11h2c2.7 0 5 2.2 5 5 0 2.7-2.3 5-5 5h-8v-2h8c1.6 0 3-1.4 3-3 0-1.7-1.4-3-3-3h-2v-2zm1 2h-3c-2.8 0-5-2.3-5-5 0-2.8 2.2-5 5-5h8v2h-8c-1.7 0-3 1.3-3 3 0 1.6 1.3 3 3 3h3v2z"}))}export{h as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function SaleTagIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor" }, props, { children: jsx("path", { d: "M23 12.2c1.4 1.5 1.3 3.9-.1 5.3l-5.4 5.4c-1.4 1.4-3.8 1.5-5.3.1l-9.9-9.2C1 12.5 0 10.2 0 8.4V3.7C0 1.7 1.7 0 3.7 0h4.7c1.8 0 4.1 1 5.4 2.3l9.2 9.9zm-1.4 1.3l-9.2-9.9c-.9-.9-2.7-1.7-4-1.7H3.7c-1 0-1.8.8-1.8 1.8v4.7c0 1.3.8 3.1 1.7 4l9.9 9.2c.7.7 2 .7 2.7 0l5.4-5.4c.7-.7.7-2 0-2.7zM8.4 12.1c-2.1 0-3.7-1.7-3.7-3.7 0-2.1 1.6-3.7 3.7-3.7 2 0 3.7 1.6 3.7 3.7 0 2-1.7 3.7-3.7 3.7zm0-1.9c1 0 1.8-.8 1.8-1.8s-.8-1.9-1.8-1.9-1.9.9-1.9 1.9c0 1 .9 1.8 1.9 1.8z" }, void 0) }), void 0));
5
- }
6
-
7
- export { SaleTagIcon as default };
1
+ import*as e from"react";function t(c){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",...c},e.createElement("path",{d:"M23 12.2c1.4 1.5 1.3 3.9-.1 5.3l-5.4 5.4c-1.4 1.4-3.8 1.5-5.3.1l-9.9-9.2C1 12.5 0 10.2 0 8.4V3.7C0 1.7 1.7 0 3.7 0h4.7c1.8 0 4.1 1 5.4 2.3l9.2 9.9zm-1.4 1.3l-9.2-9.9c-.9-.9-2.7-1.7-4-1.7H3.7c-1 0-1.8.8-1.8 1.8v4.7c0 1.3.8 3.1 1.7 4l9.9 9.2c.7.7 2 .7 2.7 0l5.4-5.4c.7-.7.7-2 0-2.7zM8.4 12.1c-2.1 0-3.7-1.7-3.7-3.7 0-2.1 1.6-3.7 3.7-3.7 2 0 3.7 1.6 3.7 3.7 0 2-1.7 3.7-3.7 3.7zm0-1.9c1 0 1.8-.8 1.8-1.8s-.8-1.9-1.8-1.9-1.9.9-1.9 1.9c0 1 .9 1.8 1.9 1.8z"}))}export{t as default};
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function SearchCheckIcon(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.116 9.56A8.558 8.558 0 101 9.56a8.558 8.558 0 1017.116 0zm-1.712 0a6.846 6.846 0 11-13.692 0 6.846 6.846 0 1113.692 0zm1.416 7.051L23 21.79 21.79 23l-5.18-5.178 1.21-1.21z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.239 7.236l-2.998 4.71a1.75 1.75 0 01-2.713.298L5.79 10.507l1.06-1.061 1.738 1.737a.25.25 0 00.388-.042l2.997-4.71 1.266.805z" }, void 0)] }), void 0));
5
- }
6
-
7
- export { SearchCheckIcon as default };
1
+ import*as e from"react";function t(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.116 9.56A8.558 8.558 0 101 9.56a8.558 8.558 0 1017.116 0zm-1.712 0a6.846 6.846 0 11-13.692 0 6.846 6.846 0 1113.692 0zm1.416 7.051L23 21.79 21.79 23l-5.18-5.178 1.21-1.21z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.239 7.236l-2.998 4.71a1.75 1.75 0 01-2.713.298L5.79 10.507l1.06-1.061 1.738 1.737a.25.25 0 00.388-.042l2.997-4.71 1.266.805z"}))}export{t as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function SearchIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor" }, props, { children: jsx("path", { d: "M18.7 9.3c0 5.2-4.2 9.4-9.4 9.4-5.1 0-9.3-4.2-9.3-9.4C0 4.2 4.2 0 9.3 0c5.2 0 9.4 4.2 9.4 9.3zm-1.9 0c0-4.1-3.3-7.4-7.5-7.4-4.1 0-7.4 3.3-7.4 7.4 0 4.2 3.3 7.5 7.4 7.5 4.2 0 7.5-3.3 7.5-7.5zM24 22.7L22.7 24 17 18.4l1.3-1.4 5.7 5.7z" }, void 0) }), void 0));
5
- }
6
-
7
- export { SearchIcon as default };
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",...t},e.createElement("path",{d:"M18.7 9.3c0 5.2-4.2 9.4-9.4 9.4-5.1 0-9.3-4.2-9.3-9.4C0 4.2 4.2 0 9.3 0c5.2 0 9.4 4.2 9.4 9.3zm-1.9 0c0-4.1-3.3-7.4-7.5-7.4-4.1 0-7.4 3.3-7.4 7.4 0 4.2 3.3 7.5 7.4 7.5 4.2 0 7.5-3.3 7.5-7.5zM24 22.7L22.7 24 17 18.4l1.3-1.4 5.7 5.7z"}))}export{r as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function SedanIcon(props) {
4
- return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.38 6.353l-.176-.103H13V7v-.75H6.1l-.223.333-1.526 2.28c-.324.093-.646.163-.979.235l-.148.032c-.444.097-.937.21-1.376.413-.46.213-.887.536-1.184 1.06-.288.51-.414 1.138-.414 1.897 0 .844.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.046-1.215-.486-2.632-.746-3.63-.847L13.38 6.353zM21 14.25h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-.233-.104-.475-.389-.74-.294-.274-.738-.53-1.292-.751-1.105-.443-2.462-.682-3.373-.762l-.169-.014-.146-.086-4.085-2.397H6.9L5.45 9.917l-.144.215-.245.08c-.486.16-.963.264-1.37.352l-.146.032c-.46.1-.799.184-1.067.309-.246.113-.4.246-.509.437-.117.207-.219.553-.219 1.158 0 .656.131 1.029.273 1.244a.984.984 0 00.48.38 2.795 2.795 0 00-.003.126m13 0a2.75 2.75 0 015.5 0m-5.5 0H8a2.75 2.75 0 00-5.5 0m2.75 1.25a1.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" }, void 0) }), void 0));
5
- }
6
-
7
- export { SedanIcon as default };
1
+ import*as e from"react";function t(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.38 6.353l-.176-.103H13V7v-.75H6.1l-.223.333-1.526 2.28c-.324.093-.646.163-.979.235l-.148.032c-.444.097-.937.21-1.376.413-.46.213-.887.536-1.184 1.06-.288.51-.414 1.138-.414 1.897 0 .844.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.046-1.215-.486-2.632-.746-3.63-.847L13.38 6.353zM21 14.25h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-.233-.104-.475-.389-.74-.294-.274-.738-.53-1.292-.751-1.105-.443-2.462-.682-3.373-.762l-.169-.014-.146-.086-4.085-2.397H6.9L5.45 9.917l-.144.215-.245.08c-.486.16-.963.264-1.37.352l-.146.032c-.46.1-.799.184-1.067.309-.246.113-.4.246-.509.437-.117.207-.219.553-.219 1.158 0 .656.131 1.029.273 1.244a.984.984 0 00.48.38 2.795 2.795 0 00-.003.126m13 0a2.75 2.75 0 015.5 0m-5.5 0H8a2.75 2.75 0 00-5.5 0m2.75 1.25a1.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"}))}export{t as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function SellCarIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 54", fill: "currentColor" }, props, { children: jsx("path", { d: "M41.3 28.4H28.4c-.7 0-1.7.1-2.7.6-1.5.7-2.4 2-2.7 3.7l-7-3c.5-.3.8-.9.8-1.4v-1.8h29.7c.7 0 1.4-.4 1.8-1v2.8s-.1 0-.1.1h.5c2.9 0 5.2.7 7.5 2.3 1.1.8 2.2 1.7 3.6 3.1.8.8 4 4 4.2 4.1l-1.8 1.8c-.2-.1-3.4-3.3-4.2-4.1-1.3-1.3-2.3-2.2-3.3-2.8-1.9-1.4-3.7-1.9-6-1.9H27.9c-.3.1-.7.2-1.1.4-.9.4-1.4 1.2-1.4 2.5 0 1.2.5 2 1.5 2.4.3.2.7.4 1.1.5h16.5v2.6H28.3c-.7-.1-1.7-.3-2.6-.8-1.2-.7-2.1-1.6-2.5-2.9L8.4 29.1c-.1-.1-.5-.2-.9-.3-.8-.2-1.5-.3-2.2-.3-1 0-1.7.3-2.1.9v.1c-1.1 1.5-.8 2.7 1.3 4.1 1.1.6 4 2.4 8.2 4.9 1.9 1.1 4 2.3 6 3.5.7.4 1.4.8 2 1.2.3.2.6.4.7.4l.1.1c.1.1.3.2.5.3.5.3 1 .6 1.6.8 1.9.7 4 1.2 6.5 1.2h13.5c1.5 0 2.7.3 3.9.9 1.6.8 2.6 1.7 6.3 5.3L52.1 54c-3.5-3.4-4.5-4.2-5.8-4.9-.8-.4-1.6-.6-2.7-.6H30.1c-2.8 0-5.3-.5-7.4-1.4-1.2-.5-2.1-1-2.6-1.3-.2-.1-.4-.3-.7-.4-.6-.4-1.3-.8-2-1.2-2-1.2-4.1-2.4-6-3.6-4.2-2.5-7.2-4.2-8.3-4.9-3.1-2.2-4.1-4.8-2-7.6.9-1.4 2.3-2 4.1-2.1 1 0 2 .1 3 .4.5.1.9.3 1.2.4l.4.1v-1.4c-.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-.1l3.7-6.2C16.5 1.7 19.4 0 22 0h14c2.6 0 5.5 1.7 6.8 3.9l3.7 6.2v.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.8v-.8h-7v3.7zm1.4-17.8l-2.9-4.9c-.7-1.1-2.5-2.2-3.8-2.2H22c-1.3 0-3.1 1.1-3.8 2.2l-2.9 4.9h27.4zM15.9 21.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.8H23.8z" }, void 0) }), void 0));
5
- }
6
-
7
- export { SellCarIcon as default };
1
+ import*as c from"react";function l(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 54",fill:"currentColor",...e},c.createElement("path",{d:"M41.3 28.4H28.4c-.7 0-1.7.1-2.7.6-1.5.7-2.4 2-2.7 3.7l-7-3c.5-.3.8-.9.8-1.4v-1.8h29.7c.7 0 1.4-.4 1.8-1v2.8s-.1 0-.1.1h.5c2.9 0 5.2.7 7.5 2.3 1.1.8 2.2 1.7 3.6 3.1.8.8 4 4 4.2 4.1l-1.8 1.8c-.2-.1-3.4-3.3-4.2-4.1-1.3-1.3-2.3-2.2-3.3-2.8-1.9-1.4-3.7-1.9-6-1.9H27.9c-.3.1-.7.2-1.1.4-.9.4-1.4 1.2-1.4 2.5 0 1.2.5 2 1.5 2.4.3.2.7.4 1.1.5h16.5v2.6H28.3c-.7-.1-1.7-.3-2.6-.8-1.2-.7-2.1-1.6-2.5-2.9L8.4 29.1c-.1-.1-.5-.2-.9-.3-.8-.2-1.5-.3-2.2-.3-1 0-1.7.3-2.1.9v.1c-1.1 1.5-.8 2.7 1.3 4.1 1.1.6 4 2.4 8.2 4.9 1.9 1.1 4 2.3 6 3.5.7.4 1.4.8 2 1.2.3.2.6.4.7.4l.1.1c.1.1.3.2.5.3.5.3 1 .6 1.6.8 1.9.7 4 1.2 6.5 1.2h13.5c1.5 0 2.7.3 3.9.9 1.6.8 2.6 1.7 6.3 5.3L52.1 54c-3.5-3.4-4.5-4.2-5.8-4.9-.8-.4-1.6-.6-2.7-.6H30.1c-2.8 0-5.3-.5-7.4-1.4-1.2-.5-2.1-1-2.6-1.3-.2-.1-.4-.3-.7-.4-.6-.4-1.3-.8-2-1.2-2-1.2-4.1-2.4-6-3.6-4.2-2.5-7.2-4.2-8.3-4.9-3.1-2.2-4.1-4.8-2-7.6.9-1.4 2.3-2 4.1-2.1 1 0 2 .1 3 .4.5.1.9.3 1.2.4l.4.1v-1.4c-.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-.1l3.7-6.2C16.5 1.7 19.4 0 22 0h14c2.6 0 5.5 1.7 6.8 3.9l3.7 6.2v.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.8v-.8h-7v3.7zm1.4-17.8l-2.9-4.9c-.7-1.1-2.5-2.2-3.8-2.2H22c-1.3 0-3.1 1.1-3.8 2.2l-2.9 4.9h27.4zM15.9 21.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.8H23.8z"}))}export{l as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function SellCarsIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 43 40", fill: "currentColor" }, props, { children: jsx("path", { d: "M15.9 27l-9.8-4.3c-.1 0-.3-.1-.6-.2-.5-.1-1-.2-1.5-.2-.7.1-1.1.3-1.4.7-.7 1-.5 1.8.9 2.7.7.4 2.6 1.6 5.5 3.3 1.2.7 2.6 1.5 3.9 2.3.5.3.9.6 1.3.8.3.2.4.3.5.3l.1.1c.1 0 .2.1.3.2.3.2.7.3 1.1.5 1.2.5 2.7.8 4.3.8h9c1 0 1.8.2 2.6.6 1 .5 1.7 1.1 4.2 3.5l-1.2 1.2c-2.3-2.2-3-2.8-3.8-3.2-.6-.3-1.1-.4-1.8-.4h-9c-1.9 0-3.5-.4-4.9-.9-.8-.4-1.4-.7-1.8-1-.1 0-.2-.1-.4-.2-.4-.3-.9-.5-1.3-.8-1.4-.8-2.7-1.6-4-2.4-2.8-1.7-4.8-2.8-5.5-3.3C.5 25.7-.1 23.9 1.2 22c.6-.9 1.6-1.3 2.7-1.3.7-.1 1.4 0 2 .2.4.1.7.2.9.3l9 4c.2-1.2.8-2 1.8-2.5.6-.4 1.3-.5 1.8-.5h13.5c1.9 0 3.4.5 4.9 1.6.8.5 1.5 1.1 2.4 2.1.6.5 2.7 2.6 2.8 2.7l-1.1 1.2c-.2-.1-2.3-2.2-2.8-2.7-.9-.9-1.6-1.5-2.2-1.9-1.3-.9-2.5-1.3-4-1.3H19.1c-.3.1-.5.2-.8.3-.6.3-.9.8-.9 1.7 0 .8.3 1.3 1 1.6.2.1.5.2.7.3h11v1.7H19.3c-.5 0-1.1-.2-1.7-.5-.8-.5-1.4-1.1-1.7-2zm7.3-23.3v4.5h.8c2.1 0 3.8 1.7 3.8 3.8 0 2.1-1.7 3.7-3.8 3.7h-.8V18h-1.5v-2.3h-3.8v-1.5h3.8V9.7h-.8c-2.1 0-3.8-1.6-3.8-3.7s1.7-3.8 3.8-3.8h.8V0h1.5v2.2H27v1.5h-3.8zm-1.5 0h-.8c-1.2 0-2.3 1.1-2.3 2.3 0 1.2 1.1 2.2 2.3 2.2h.8V3.7zm1.5 6v4.5h.8c1.2 0 2.2-1 2.2-2.2 0-1.2-1-2.3-2.2-2.3h-.8z" }, void 0) }), void 0));
5
- }
6
-
7
- export { SellCarsIcon as default };
1
+ import*as c from"react";function e(h){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 43 40",fill:"currentColor",...h},c.createElement("path",{d:"M15.9 27l-9.8-4.3c-.1 0-.3-.1-.6-.2-.5-.1-1-.2-1.5-.2-.7.1-1.1.3-1.4.7-.7 1-.5 1.8.9 2.7.7.4 2.6 1.6 5.5 3.3 1.2.7 2.6 1.5 3.9 2.3.5.3.9.6 1.3.8.3.2.4.3.5.3l.1.1c.1 0 .2.1.3.2.3.2.7.3 1.1.5 1.2.5 2.7.8 4.3.8h9c1 0 1.8.2 2.6.6 1 .5 1.7 1.1 4.2 3.5l-1.2 1.2c-2.3-2.2-3-2.8-3.8-3.2-.6-.3-1.1-.4-1.8-.4h-9c-1.9 0-3.5-.4-4.9-.9-.8-.4-1.4-.7-1.8-1-.1 0-.2-.1-.4-.2-.4-.3-.9-.5-1.3-.8-1.4-.8-2.7-1.6-4-2.4-2.8-1.7-4.8-2.8-5.5-3.3C.5 25.7-.1 23.9 1.2 22c.6-.9 1.6-1.3 2.7-1.3.7-.1 1.4 0 2 .2.4.1.7.2.9.3l9 4c.2-1.2.8-2 1.8-2.5.6-.4 1.3-.5 1.8-.5h13.5c1.9 0 3.4.5 4.9 1.6.8.5 1.5 1.1 2.4 2.1.6.5 2.7 2.6 2.8 2.7l-1.1 1.2c-.2-.1-2.3-2.2-2.8-2.7-.9-.9-1.6-1.5-2.2-1.9-1.3-.9-2.5-1.3-4-1.3H19.1c-.3.1-.5.2-.8.3-.6.3-.9.8-.9 1.7 0 .8.3 1.3 1 1.6.2.1.5.2.7.3h11v1.7H19.3c-.5 0-1.1-.2-1.7-.5-.8-.5-1.4-1.1-1.7-2zm7.3-23.3v4.5h.8c2.1 0 3.8 1.7 3.8 3.8 0 2.1-1.7 3.7-3.8 3.7h-.8V18h-1.5v-2.3h-3.8v-1.5h3.8V9.7h-.8c-2.1 0-3.8-1.6-3.8-3.7s1.7-3.8 3.8-3.8h.8V0h1.5v2.2H27v1.5h-3.8zm-1.5 0h-.8c-1.2 0-2.3 1.1-2.3 2.3 0 1.2 1.1 2.2 2.3 2.2h.8V3.7zm1.5 6v4.5h.8c1.2 0 2.2-1 2.2-2.2 0-1.2-1-2.3-2.2-2.3h-.8z"}))}export{e as default};
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function ServiceIcon(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { d: "M12 23C5.93 23 1 18.07 1 12S5.93 1 12 1s11 4.93 11 11-4.93 11-11 11zm0-20.86c-5.44 0-9.86 4.42-9.86 9.86 0 5.44 4.42 9.86 9.86 9.86 5.44 0 9.86-4.42 9.86-9.86 0-5.44-4.42-9.86-9.86-9.86z" }, void 0), jsx("path", { d: "M7.18 5.19c-.12.06-.2.16-.22.29-.02.13.02.26.11.35l2.26 2.26-1.24 1.24-2.26-2.26a.406.406 0 00-.35-.11c-.13.02-.23.1-.29.22-.26.56-.41 1.19-.41 1.81 0 1.12.44 2.18 1.23 2.98a4.229 4.229 0 004.54.93l4.89 4.89.01.01c.31.31.73.48 1.17.48.45 0 .86-.17 1.18-.49.31-.31.49-.73.49-1.18 0-.45-.17-.86-.49-1.18l-4.9-4.88c.19-.49.3-1.02.3-1.55 0-1.12-.44-2.18-1.23-2.98a4.23 4.23 0 00-4.79-.83zm4.23 1.39c.65.65 1 1.5 1 2.42 0 .51-.12 1.02-.33 1.47-.08.15-.04.33.07.45L17.24 16a.87.87 0 010 1.24.87.87 0 01-1.24 0l-5.08-5.08a.382.382 0 00-.45-.08c-1.3.62-2.87.35-3.89-.67-.65-.65-1-1.5-1-2.42 0-.31.04-.63.13-.93l2.11 2.11c.15.15.4.15.56 0l1.8-1.8c.07-.07.11-.17.11-.28 0-.1-.04-.21-.12-.28L8.06 5.7c1.18-.33 2.46-.01 3.35.88z", stroke: "currentColor", strokeWidth: 0.5, strokeMiterlimit: 10 }, void 0)] }), void 0));
5
- }
6
-
7
- export { ServiceIcon as default };
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M12 23C5.93 23 1 18.07 1 12S5.93 1 12 1s11 4.93 11 11-4.93 11-11 11zm0-20.86c-5.44 0-9.86 4.42-9.86 9.86 0 5.44 4.42 9.86 9.86 9.86 5.44 0 9.86-4.42 9.86-9.86 0-5.44-4.42-9.86-9.86-9.86z"}),e.createElement("path",{d:"M7.18 5.19c-.12.06-.2.16-.22.29-.02.13.02.26.11.35l2.26 2.26-1.24 1.24-2.26-2.26a.406.406 0 00-.35-.11c-.13.02-.23.1-.29.22-.26.56-.41 1.19-.41 1.81 0 1.12.44 2.18 1.23 2.98a4.229 4.229 0 004.54.93l4.89 4.89.01.01c.31.31.73.48 1.17.48.45 0 .86-.17 1.18-.49.31-.31.49-.73.49-1.18 0-.45-.17-.86-.49-1.18l-4.9-4.88c.19-.49.3-1.02.3-1.55 0-1.12-.44-2.18-1.23-2.98a4.23 4.23 0 00-4.79-.83zm4.23 1.39c.65.65 1 1.5 1 2.42 0 .51-.12 1.02-.33 1.47-.08.15-.04.33.07.45L17.24 16a.87.87 0 010 1.24.87.87 0 01-1.24 0l-5.08-5.08a.382.382 0 00-.45-.08c-1.3.62-2.87.35-3.89-.67-.65-.65-1-1.5-1-2.42 0-.31.04-.63.13-.93l2.11 2.11c.15.15.4.15.56 0l1.8-1.8c.07-.07.11-.17.11-.28 0-.1-.04-.21-.12-.28L8.06 5.7c1.18-.33 2.46-.01 3.35.88z",stroke:"currentColor",strokeWidth:.5,strokeMiterlimit:10}))}export{r as default};
@@ -1,7 +1 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
-
3
- function ShareIcon(props) {
4
- return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 20 23", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { stroke: "currentColor", fill: "none", strokeWidth: 2, d: "M12.075 7.026l-4.087 4.981 4.847 4.606" }, void 0), jsx("ellipse", { strokeWidth: 2, stroke: "currentColor", fill: "none", ry: 3.5, rx: 3.375, cy: 4.5, cx: 14.98 }, void 0), jsx("ellipse", { strokeWidth: 2, stroke: "currentColor", fill: "none", ry: 3.5, rx: 3.375, cy: 11.5, cx: 4.375 }, void 0), jsx("ellipse", { strokeWidth: 2, stroke: "currentColor", fill: "none", ry: 3.5, rx: 3.375, cy: 18.5, cx: 14.98 }, void 0)] }), void 0));
5
- }
6
-
7
- export { ShareIcon as default };
1
+ import*as e from"react";function t(r){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 23",xmlns:"http://www.w3.org/2000/svg",...r},e.createElement("path",{stroke:"currentColor",fill:"none",strokeWidth:2,d:"M12.075 7.026l-4.087 4.981 4.847 4.606"}),e.createElement("ellipse",{strokeWidth:2,stroke:"currentColor",fill:"none",ry:3.5,rx:3.375,cy:4.5,cx:14.98}),e.createElement("ellipse",{strokeWidth:2,stroke:"currentColor",fill:"none",ry:3.5,rx:3.375,cy:11.5,cx:4.375}),e.createElement("ellipse",{strokeWidth:2,stroke:"currentColor",fill:"none",ry:3.5,rx:3.375,cy:18.5,cx:14.98}))}export{t as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function ShieldIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 22 26", fill: "currentColor" }, props, { children: jsx("path", { d: "M2.7 2.9c1 .4 2 .7 3 .8h.7c.9-.1 1.9-.4 2.9-.8.6-.4 1.1-.7 1.4-.9.1 0 .5 0 .7.1.2.2.7.5 1.4.8.9.4 1.9.7 2.8.8h.8c1-.1 1.9-.4 2.9-.8.2-.2.5-.3.7-.4v2.2c0 5.9-1.6 10.7-4.4 14.4-1 1.3-2 2.3-3 3.2-.3.3-.7.5-1 .7-.1.2-.2.2-.3.3-.2.1-.4.1-.5 0-.2-.1-.3-.1-.4-.3-.3-.2-.7-.4-1-.7-1-.9-2-1.9-3-3.2C3.6 15.4 2 10.6 2 4.7V2.8v-.3c.2.1.5.2.7.4zM0 4.7C0 11 1.8 16.2 4.8 20.3c1 1.4 2.2 2.6 3.3 3.5.7.6 1.2 1 1.6 1.2.7.5 1.9.5 2.7-.1.3-.1.8-.5 1.5-1.1 1.1-.9 2.3-2.1 3.3-3.5 3-4.1 4.8-9.3 4.8-15.6v-3c0-1.3-1.2-2-2.4-1.3-.1 0-.2.1-.3.2-.3.1-.6.3-.9.4-.7.4-1.5.6-2.1.7h-.5c-.7-.1-1.4-.3-2.2-.7-.3-.1-.6-.3-.9-.4-.1-.1-.2-.2-.3-.2-.8-.5-2-.5-2.8 0-.1 0-.2.1-.3.2-.3.1-.6.3-.9.4-.8.4-1.5.6-2.2.7h-.4c-.7-.1-1.4-.3-2.2-.7C3.3.9 3 .7 2.7.6 2.6.5 2.5.4 2.4.4 1.2-.3 0 .3 0 1.7v3zm10 3h2v8h-2v-8zm-3 3h8v2H7v-2z" }, void 0) }), void 0));
5
- }
6
-
7
- export { ShieldIcon as default };
1
+ import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 22 26",fill:"currentColor",...t},e.createElement("path",{d:"M2.7 2.9c1 .4 2 .7 3 .8h.7c.9-.1 1.9-.4 2.9-.8.6-.4 1.1-.7 1.4-.9.1 0 .5 0 .7.1.2.2.7.5 1.4.8.9.4 1.9.7 2.8.8h.8c1-.1 1.9-.4 2.9-.8.2-.2.5-.3.7-.4v2.2c0 5.9-1.6 10.7-4.4 14.4-1 1.3-2 2.3-3 3.2-.3.3-.7.5-1 .7-.1.2-.2.2-.3.3-.2.1-.4.1-.5 0-.2-.1-.3-.1-.4-.3-.3-.2-.7-.4-1-.7-1-.9-2-1.9-3-3.2C3.6 15.4 2 10.6 2 4.7V2.8v-.3c.2.1.5.2.7.4zM0 4.7C0 11 1.8 16.2 4.8 20.3c1 1.4 2.2 2.6 3.3 3.5.7.6 1.2 1 1.6 1.2.7.5 1.9.5 2.7-.1.3-.1.8-.5 1.5-1.1 1.1-.9 2.3-2.1 3.3-3.5 3-4.1 4.8-9.3 4.8-15.6v-3c0-1.3-1.2-2-2.4-1.3-.1 0-.2.1-.3.2-.3.1-.6.3-.9.4-.7.4-1.5.6-2.1.7h-.5c-.7-.1-1.4-.3-2.2-.7-.3-.1-.6-.3-.9-.4-.1-.1-.2-.2-.3-.2-.8-.5-2-.5-2.8 0-.1 0-.2.1-.3.2-.3.1-.6.3-.9.4-.8.4-1.5.6-2.2.7h-.4c-.7-.1-1.4-.3-2.2-.7C3.3.9 3 .7 2.7.6 2.6.5 2.5.4 2.4.4 1.2-.3 0 .3 0 1.7v3zm10 3h2v8h-2v-8zm-3 3h8v2H7v-2z"}))}export{c as default};
@@ -1,7 +1 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- function SignInIcon(props) {
4
- return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 23 24", fill: "currentColor" }, props, { children: jsx("path", { d: "M13.5 11.1H23v1.8h-9.5l1.8 2.2-1.4 1.2-2.3-2.7c-.7-.9-.7-2.3 0-3.1l2.3-2.8 1.4 1.2-1.8 2.2zm4.4-9.5L17 3.2c-1.5-.9-3.2-1.4-5-1.4C6.4 1.8 1.8 6.4 1.8 12S6.4 22.2 12 22.2c1.8 0 3.5-.5 5-1.4l.9 1.6c-1.8 1-3.8 1.6-5.9 1.6-6.6 0-12-5.4-12-12S5.4 0 12 0c2.1 0 4.1.6 5.9 1.6z" }, void 0) }), void 0));
5
- }
6
-
7
- export { SignInIcon as default };
1
+ import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 23 24",fill:"currentColor",...t},e.createElement("path",{d:"M13.5 11.1H23v1.8h-9.5l1.8 2.2-1.4 1.2-2.3-2.7c-.7-.9-.7-2.3 0-3.1l2.3-2.8 1.4 1.2-1.8 2.2zm4.4-9.5L17 3.2c-1.5-.9-3.2-1.4-5-1.4C6.4 1.8 1.8 6.4 1.8 12S6.4 22.2 12 22.2c1.8 0 3.5-.5 5-1.4l.9 1.6c-1.8 1-3.8 1.6-5.9 1.6-6.6 0-12-5.4-12-12S5.4 0 12 0c2.1 0 4.1.6 5.9 1.6z"}))}export{c as default};