@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,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function ForumSmallIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 26 22", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M17.9 8c-.4 4.2-3.5 6.3-7.7 6.7.7 2.7 3.3 4 6.8 4h.2c.1 0 .1 0 .3.1.2 0 .4.1.7.1.7.2 1.5.3 2.3.5.2 0 .3 0 .4.1.7.1 1.3.2 1.9.3l-.2-.2c-.2-.3-.4-.6-.7-.8-.1-.2-.3-.3-.3-.4L23 17l.4.4c.3.3.5.7.8 1l.3.3c.4.6.7 1 .9 1.4.4.9.2 1.9-1.1 1.9-.5 0-1.8-.2-3.8-.6-.1 0-.2 0-.4-.1-.8-.1-1.5-.3-2.3-.4-.3-.1-.5-.1-.7-.2h-.2c-4.4 0-7.9-1.9-8.7-5.8-.8.1-1.5.3-2.3.4-.2.1-.3.1-.4.1-2 .4-3.3.6-3.8.6-1.3 0-1.5-1-1.1-1.9.2-.4.5-.8.9-1.4l.3-.3c.3-.3.5-.7.8-1L3 11l1.4 1.4c0 .1-.2.2-.3.4-.3.2-.5.5-.7.8l-.2.2c.6-.1 1.2-.2 1.9-.3.1-.1.2-.1.4-.1.8-.2 1.6-.3 2.3-.5.3 0 .5-.1.7-.1.2-.1.2-.1.3-.1H9c4.1 0 7-1.8 7-5.7 0-2.5-3.6-5-7-5-4.1 0-7 2.2-7 5 0 .9.4 2 .7 2.3l-1.4 1.4C.6 10.1 0 8.5 0 7c0-4 3.9-7 9-7 4 0 8.2 2.7 8.9 6 4.6.4 8.1 3.2 8.1 7 0 1.5-.6 3.1-1.3 3.7l-1.4-1.4c.3-.3.7-1.4.7-2.3 0-2.5-2.5-4.6-6.1-5z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = ForumSmallIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var l=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var n=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(l,c,n.get?n:{enumerable:!0,get:function(){return r[c]}})}}),l.default=r,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 26 22",fill:"currentColor",...r},t.createElement("path",{d:"M17.9 8c-.4 4.2-3.5 6.3-7.7 6.7.7 2.7 3.3 4 6.8 4h.2c.1 0 .1 0 .3.1.2 0 .4.1.7.1.7.2 1.5.3 2.3.5.2 0 .3 0 .4.1.7.1 1.3.2 1.9.3l-.2-.2c-.2-.3-.4-.6-.7-.8-.1-.2-.3-.3-.3-.4L23 17l.4.4c.3.3.5.7.8 1l.3.3c.4.6.7 1 .9 1.4.4.9.2 1.9-1.1 1.9-.5 0-1.8-.2-3.8-.6-.1 0-.2 0-.4-.1-.8-.1-1.5-.3-2.3-.4-.3-.1-.5-.1-.7-.2h-.2c-4.4 0-7.9-1.9-8.7-5.8-.8.1-1.5.3-2.3.4-.2.1-.3.1-.4.1-2 .4-3.3.6-3.8.6-1.3 0-1.5-1-1.1-1.9.2-.4.5-.8.9-1.4l.3-.3c.3-.3.5-.7.8-1L3 11l1.4 1.4c0 .1-.2.2-.3.4-.3.2-.5.5-.7.8l-.2.2c.6-.1 1.2-.2 1.9-.3.1-.1.2-.1.4-.1.8-.2 1.6-.3 2.3-.5.3 0 .5-.1.7-.1.2-.1.2-.1.3-.1H9c4.1 0 7-1.8 7-5.7 0-2.5-3.6-5-7-5-4.1 0-7 2.2-7 5 0 .9.4 2 .7 2.3l-1.4 1.4C.6 10.1 0 8.5 0 7c0-4 3.9-7 9-7 4 0 8.2 2.7 8.9 6 4.6.4 8.1 3.2 8.1 7 0 1.5-.6 3.1-1.3 3.7l-1.4-1.4c.3-.3.7-1.4.7-2.3 0-2.5-2.5-4.6-6.1-5z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function GavelIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.371 5.42c.59-.588 1.54-.6 2.116-.026l.31.31 2.455-2.496 6.084 6.315-2.52 2.432 9.48 9.48c.575.574.563 1.527-.026 2.116-.589.589-1.54.6-2.115.026l-9.515-9.514-1.98 1.904-6.086-5.97L5.67 7.861l-.327-.328c-.572-.572-.56-1.523.028-2.112zM.658 10.257c.469-.468 1.225-.478 1.683-.02l6.962 6.962c.458.457.448 1.214-.02 1.683-.47.469-1.226.478-1.684.02L.637 11.94c-.458-.457-.448-1.214.02-1.683zM10.556.36c.468-.47 1.225-.479 1.682-.021L19.203 7.3c.457.458.448 1.214-.021 1.683-.469.47-1.226.479-1.683.021l-6.963-6.962c-.459-.458-.45-1.214.02-1.683z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = GavelIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var l=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var n=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(l,c,n.get?n:{enumerable:!0,get:function(){return r[c]}})}}),l.default=r,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...r},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.371 5.42c.59-.588 1.54-.6 2.116-.026l.31.31 2.455-2.496 6.084 6.315-2.52 2.432 9.48 9.48c.575.574.563 1.527-.026 2.116-.589.589-1.54.6-2.115.026l-9.515-9.514-1.98 1.904-6.086-5.97L5.67 7.861l-.327-.328c-.572-.572-.56-1.523.028-2.112zM.658 10.257c.469-.468 1.225-.478 1.683-.02l6.962 6.962c.458.457.448 1.214-.02 1.683-.47.469-1.226.478-1.684.02L.637 11.94c-.458-.457-.448-1.214.02-1.683zM10.556.36c.468-.47 1.225-.479 1.682-.021L19.203 7.3c.457.458.448 1.214-.021 1.683-.469.47-1.226.479-1.683.021l-6.963-6.962c-.459-.458-.45-1.214.02-1.683z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function GearboxIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 14 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.863 0c3.076 0 5.445 1.386 5.445 4.615 0 2.074-.456 3.431-1.645 5.745l-.21.41h.297c.802 0 1.537.589 1.695 1.37l1.251 6.188c.18.893-.467 1.672-1.389 1.672H1.42c-.921 0-1.571-.774-1.39-1.672l1.252-6.189c.157-.775.887-1.37 1.688-1.37h.304l-.21-.409C1.874 8.046 1.42 6.69 1.42 4.615 1.419 1.386 3.787 0 6.863 0zM3.995 12.308H2.97c-.058 0-.151.075-.163.133L1.59 18.46h10.547l-1.218-6.02c-.011-.058-.105-.133-.17-.133H9.732c-.335.83-.493 1.513-.534 2.307 0 1.326-.83 2.308-2.334 2.308-1.5 0-2.333-.992-2.332-2.269-.042-.82-.2-1.512-.536-2.346zm6.757-7.693c0 1.775-.388 2.932-1.476 5.048l-.237.461c-.92 1.802-1.319 2.931-1.397 4.452 0 .57-.203.809-.779.809-.57 0-.777-.247-.777-.77-.08-1.56-.477-2.69-1.398-4.49l-.237-.462C3.363 7.547 2.975 6.39 2.975 4.615c0-2.164 1.559-3.077 3.888-3.077 2.33 0 3.89.913 3.89 3.077zM6 6a1 1 0 010-2h2a1 1 0 110 2H6z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = GearboxIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var l=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var n=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(l,c,n.get?n:{enumerable:!0,get:function(){return r[c]}})}}),l.default=r,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 14 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...r},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.863 0c3.076 0 5.445 1.386 5.445 4.615 0 2.074-.456 3.431-1.645 5.745l-.21.41h.297c.802 0 1.537.589 1.695 1.37l1.251 6.188c.18.893-.467 1.672-1.389 1.672H1.42c-.921 0-1.571-.774-1.39-1.672l1.252-6.189c.157-.775.887-1.37 1.688-1.37h.304l-.21-.409C1.874 8.046 1.42 6.69 1.42 4.615 1.419 1.386 3.787 0 6.863 0zM3.995 12.308H2.97c-.058 0-.151.075-.163.133L1.59 18.46h10.547l-1.218-6.02c-.011-.058-.105-.133-.17-.133H9.732c-.335.83-.493 1.513-.534 2.307 0 1.326-.83 2.308-2.334 2.308-1.5 0-2.333-.992-2.332-2.269-.042-.82-.2-1.512-.536-2.346zm6.757-7.693c0 1.775-.388 2.932-1.476 5.048l-.237.461c-.92 1.802-1.319 2.931-1.397 4.452 0 .57-.203.809-.779.809-.57 0-.777-.247-.777-.77-.08-1.56-.477-2.69-1.398-4.49l-.237-.462C3.363 7.547 2.975 6.39 2.975 4.615c0-2.164 1.559-3.077 3.888-3.077 2.33 0 3.89.913 3.89 3.077zM6 6a1 1 0 010-2h2a1 1 0 110 2H6z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function GiftIcon(props) {
8
- return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsxs("g", Object.assign({ fill: "currentColor", stroke: "currentColor", strokeWidth: 0.2 }, { children: [jsxRuntime.jsx("path", { d: "M20.846 11.13h-.1V21.8H3.282V11.13H1.436v11.593c0 .51.413.923.923.923h19.31c.51 0 .922-.413.922-.923V11.131h-1.745z" }, void 0), jsxRuntime.jsx("path", { d: "M23.177 4.959H.823A.923.923 0 00-.1 5.88v5.376c0 .51.413.923.923.923h22.354c.51 0 .923-.413.923-.923V5.881a.923.923 0 00-.923-.922zm-.923 5.376H1.746v-3.53h20.508v3.53z" }, void 0), jsxRuntime.jsx("path", { d: "M12.906 5.65h0c-.029-.11-.385-1.428-1.236-2.72C10.82 1.637 9.463.352 7.433.352A3.23 3.23 0 004.206 3.58c0 1.779 1.434 3.227 3.2 3.227h4.608a.923.923 0 00.892-1.157zm-5.5-.689h-.012c-.753-.006-1.342-.608-1.342-1.381 0-.748.633-1.381 1.381-1.381.867 0 1.564.426 2.113 1.006.507.535.882 1.196 1.14 1.756h-3.28z" }, void 0), jsxRuntime.jsx("path", { d: "M16.594.353c-2.03 0-3.386 1.285-4.237 2.576l-1.14 2.747-.096-.026s0 0 0 0a.923.923 0 00.893 1.157h4.608c1.765 0 3.2-1.448 3.2-3.227A3.23 3.23 0 0016.593.353zm.028 4.608h-3.283c.255-.56.629-1.22 1.136-1.756.549-.58 1.248-1.006 2.12-1.006.747 0 1.38.633 1.38 1.381 0 .777-.595 1.381-1.353 1.381z" }, void 0), jsxRuntime.jsx("path", { d: "M12.937 5.883v-.1H11.09V22.824h1.846V5.883z" }, void 0)] }), void 0), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", Object.assign({ id: "gift-icon_svg__clip0" }, { children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }, void 0) }), void 0) }, void 0)] }), void 0));
9
- }
10
-
11
- exports['default'] = GiftIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var a=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,a.get?a:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...r},t.createElement("g",{fill:"currentColor",stroke:"currentColor",strokeWidth:.2},t.createElement("path",{d:"M20.846 11.13h-.1V21.8H3.282V11.13H1.436v11.593c0 .51.413.923.923.923h19.31c.51 0 .922-.413.922-.923V11.131h-1.745z"}),t.createElement("path",{d:"M23.177 4.959H.823A.923.923 0 00-.1 5.88v5.376c0 .51.413.923.923.923h22.354c.51 0 .923-.413.923-.923V5.881a.923.923 0 00-.923-.922zm-.923 5.376H1.746v-3.53h20.508v3.53z"}),t.createElement("path",{d:"M12.906 5.65h0c-.029-.11-.385-1.428-1.236-2.72C10.82 1.637 9.463.352 7.433.352A3.23 3.23 0 004.206 3.58c0 1.779 1.434 3.227 3.2 3.227h4.608a.923.923 0 00.892-1.157zm-5.5-.689h-.012c-.753-.006-1.342-.608-1.342-1.381 0-.748.633-1.381 1.381-1.381.867 0 1.564.426 2.113 1.006.507.535.882 1.196 1.14 1.756h-3.28z"}),t.createElement("path",{d:"M16.594.353c-2.03 0-3.386 1.285-4.237 2.576l-1.14 2.747-.096-.026s0 0 0 0a.923.923 0 00.893 1.157h4.608c1.765 0 3.2-1.448 3.2-3.227A3.23 3.23 0 0016.593.353zm.028 4.608h-3.283c.255-.56.629-1.22 1.136-1.756.549-.58 1.248-1.006 2.12-1.006.747 0 1.38.633 1.38 1.381 0 .777-.595 1.381-1.353 1.381z"}),t.createElement("path",{d:"M12.937 5.883v-.1H11.09V22.824h1.846V5.883z"})),t.createElement("defs",null,t.createElement("clipPath",{id:"gift-icon_svg__clip0"},t.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"}))))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function GridViewIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M0 0h24v10.5H0V0zm0 13.5h24V24H0V13.5z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = GridViewIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var u=Object.create(null);return r&&Object.keys(r).forEach(function(n){if(n!=="default"){var c=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(u,n,c.get?c:{enumerable:!0,get:function(){return r[n]}})}}),u.default=r,Object.freeze(u)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",...r},t.createElement("path",{d:"M0 0h24v10.5H0V0zm0 13.5h24V24H0V13.5z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function GroupIcon(props) {
8
- return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, props, { children: [jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("path", { d: "M16 0C7.163 0 0 7.163 0 16h8.522c0-4.29 3.21-7.478 7.478-7.478V0z", id: "group-icon_svg__a" }, void 0) }, void 0), jsxRuntime.jsxs("g", Object.assign({ fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("circle", { stroke: "currentColor", strokeWidth: 2, cx: 17, cy: 17, r: 14 }, void 0), jsxRuntime.jsx("circle", { stroke: "currentColor", strokeWidth: 2, cx: 17, cy: 17, r: 6 }, void 0), jsxRuntime.jsx("use", { xlinkHref: "#group-icon_svg__a" }, void 0), jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 2, d: "M15 1.033C7.512 1.526 1.526 7.513 1.033 15h6.542c.43-4.001 3.429-6.995 7.425-7.425V2.548 1.033z" }, void 0), jsxRuntime.jsx("circle", { fill: "currentColor", cx: 15, cy: 18, r: 1 }, void 0), jsxRuntime.jsx("circle", { fill: "currentColor", cx: 19, cy: 18, r: 1 }, void 0), jsxRuntime.jsx("circle", { fill: "currentColor", cx: 17, cy: 15, r: 1 }, void 0)] }), void 0)] }), void 0));
9
- }
10
-
11
- exports['default'] = GroupIcon;
1
+ "use strict";function e(t){if(t&&t.__esModule)return t;var l=Object.create(null);return t&&Object.keys(t).forEach(function(c){if(c!=="default"){var n=Object.getOwnPropertyDescriptor(t,c);Object.defineProperty(l,c,n.get?n:{enumerable:!0,get:function(){return t[c]}})}}),l.default=t,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var r=e(require("react"));exports.default=function(t){return r.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...t},r.createElement("defs",null,r.createElement("path",{d:"M16 0C7.163 0 0 7.163 0 16h8.522c0-4.29 3.21-7.478 7.478-7.478V0z",id:"group-icon_svg__a"})),r.createElement("g",{fill:"none",fillRule:"evenodd"},r.createElement("circle",{stroke:"currentColor",strokeWidth:2,cx:17,cy:17,r:14}),r.createElement("circle",{stroke:"currentColor",strokeWidth:2,cx:17,cy:17,r:6}),r.createElement("use",{xlinkHref:"#group-icon_svg__a"}),r.createElement("path",{stroke:"currentColor",strokeWidth:2,d:"M15 1.033C7.512 1.526 1.526 7.513 1.033 15h6.542c.43-4.001 3.429-6.995 7.425-7.425V2.548 1.033z"}),r.createElement("circle",{fill:"currentColor",cx:15,cy:18,r:1}),r.createElement("circle",{fill:"currentColor",cx:19,cy:18,r:1}),r.createElement("circle",{fill:"currentColor",cx:17,cy:15,r:1})))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function GuaranteeIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 27 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M19.652 6.75h-14v-1.5h14v1.5zm1.133 8.653l-2.539 3.99a1.75 1.75 0 01-2.714.297l-1.41-1.41 1.06-1.06 1.41 1.41a.25.25 0 00.389-.043l2.539-3.99 1.265.806zM5.652 10.75h14v-1.5h-14v1.5zm5 4h-5v-1.5h5v1.5zm-5 4h5v-1.5h-5v1.5z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = GuaranteeIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var u=Object.create(null);return r&&Object.keys(r).forEach(function(n){if(n!=="default"){var c=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(u,n,c.get?c:{enumerable:!0,get:function(){return r[n]}})}}),u.default=r,Object.freeze(u)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 27 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...r},t.createElement("path",{d:"M19.652 6.75h-14v-1.5h14v1.5zm1.133 8.653l-2.539 3.99a1.75 1.75 0 01-2.714.297l-1.41-1.41 1.06-1.06 1.41 1.41a.25.25 0 00.389-.043l2.539-3.99 1.265.806zM5.652 10.75h14v-1.5h-14v1.5zm5 4h-5v-1.5h5v1.5zm-5 4h5v-1.5h-5v1.5z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function GuaranteeLargeIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 60 66", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M23 64H6.3C3.9 64 2 62.1 2 59.7V6.3C2 3.9 3.9 2 6.3 2h43.4C52.1 2 54 3.9 54 6.3V28h2V6.3C56 2.8 53.2 0 49.7 0H6.3C2.8 0 0 2.8 0 6.3v53.4C0 63.2 2.8 66 6.3 66H23v-2zm20.9 1c-8.9 0-16.1-7.2-16.1-16S35 33 43.9 33C52.8 33 60 40.2 60 49s-7.2 16-16.1 16zm-2.6-12.1c-.3-.2-.7-.5-1.1-.9-.2-.4-.6-.7-.9-1.1-.4-.5-.9-1.1-1.3-1.7-.3-.4-.5-.7-.6-.8L35 50.1l.2.2c.1.2.3.4.4.7l1.5 1.8c.4.5.7.9 1.1 1.2 1.2 1.3 2.2 2 3.2 2 1.3 0 3-1.5 6.2-4.9.2-.3.5-.6.7-.9 1.1-1.1 2.2-2.4 3.3-3.6.4-.4.7-.9 1-1.2.2-.2.3-.4.4-.5L50.8 43l-.4.4c-.3.4-.6.8-1 1.2-1.1 1.3-2.2 2.5-3.2 3.6-.3.3-.5.6-.7.8-1.2 1.3-2.2 2.3-3 3-.5.4-.8.7-1.1.9h-.1zM9 9h38v2H9V9zm0 10h38v2H9v-2zm0 10h20v2H9v-2zm0 10h12v2H9v-2zm0 10h12v2H9v-2z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = GuaranteeLargeIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var u=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,u.get?u:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 60 66",fill:"currentColor",...r},t.createElement("path",{d:"M23 64H6.3C3.9 64 2 62.1 2 59.7V6.3C2 3.9 3.9 2 6.3 2h43.4C52.1 2 54 3.9 54 6.3V28h2V6.3C56 2.8 53.2 0 49.7 0H6.3C2.8 0 0 2.8 0 6.3v53.4C0 63.2 2.8 66 6.3 66H23v-2zm20.9 1c-8.9 0-16.1-7.2-16.1-16S35 33 43.9 33C52.8 33 60 40.2 60 49s-7.2 16-16.1 16zm-2.6-12.1c-.3-.2-.7-.5-1.1-.9-.2-.4-.6-.7-.9-1.1-.4-.5-.9-1.1-1.3-1.7-.3-.4-.5-.7-.6-.8L35 50.1l.2.2c.1.2.3.4.4.7l1.5 1.8c.4.5.7.9 1.1 1.2 1.2 1.3 2.2 2 3.2 2 1.3 0 3-1.5 6.2-4.9.2-.3.5-.6.7-.9 1.1-1.1 2.2-2.4 3.3-3.6.4-.4.7-.9 1-1.2.2-.2.3-.4.4-.5L50.8 43l-.4.4c-.3.4-.6.8-1 1.2-1.1 1.3-2.2 2.5-3.2 3.6-.3.3-.5.6-.7.8-1.2 1.3-2.2 2.3-3 3-.5.4-.8.7-1.1.9h-.1zM9 9h38v2H9V9zm0 10h38v2H9v-2zm0 10h20v2H9v-2zm0 10h12v2H9v-2zm0 10h12v2H9v-2z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function GuaranteeSmallIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 26", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M9 24v2H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h16c1.7 0 3 1.3 3 3v6.9h-2V3c0-.6-.4-1-1-1H3c-.6 0-1 .5-1 1v20c0 .5.5 1 1 1h6zM4 4h14v2H4V4zm0 4h14v2H4V8zm0 4h5v2H4v-2zm0 4h4v2H4v-2zm13 10c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7zm0-2c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zm-1.1-4.3c0 .1 0 .1.1.1 0 0 .1 0 .1-.1.3-.2.7-.6 1.1-1.1l.3-.3c.4-.4.8-.9 1.2-1.3.2-.3.4-.5.5-.6l1.6 1.2c-.1.2-.3.4-.6.7-.4.5-.8.9-1.2 1.4l-.3.3c-1.4 1.5-2 2-2.7 2-.6 0-1-.3-1.6-.9-.1-.1-.3-.3-.4-.5-.2-.2-.4-.4-.6-.7-.1-.1-.2-.3-.2-.3l1.6-1.2c.1.1.1.2.2.3.2.2.4.5.5.7.1.1.3.2.4.3z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = GuaranteeSmallIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var l=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,l.get?l:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 26",fill:"currentColor",...r},t.createElement("path",{d:"M9 24v2H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h16c1.7 0 3 1.3 3 3v6.9h-2V3c0-.6-.4-1-1-1H3c-.6 0-1 .5-1 1v20c0 .5.5 1 1 1h6zM4 4h14v2H4V4zm0 4h14v2H4V8zm0 4h5v2H4v-2zm0 4h4v2H4v-2zm13 10c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7zm0-2c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zm-1.1-4.3c0 .1 0 .1.1.1 0 0 .1 0 .1-.1.3-.2.7-.6 1.1-1.1l.3-.3c.4-.4.8-.9 1.2-1.3.2-.3.4-.5.5-.6l1.6 1.2c-.1.2-.3.4-.6.7-.4.5-.8.9-1.2 1.4l-.3.3c-1.4 1.5-2 2-2.7 2-.6 0-1-.3-1.6-.9-.1-.1-.3-.3-.4-.5-.2-.2-.4-.4-.6-.7-.1-.1-.2-.3-.2-.3l1.6-1.2c.1.1.1.2.2.3.2.2.4.5.5.7.1.1.3.2.4.3z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function HalfCombiIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 4.75c-2.258 0-4.083 1.078-5.326 2.57C.94 8.8.25 10.72.25 12.5c0 .845.168 1.534.52 2.069.359.546.86.854 1.375 1.02.264.085.536.134.8.161.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h8.39c.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h.532c.488 0 1.157-.183 1.71-.704.573-.54.953-1.375.953-2.546 0-.766-.374-1.38-.866-1.838-.483-.45-1.116-.788-1.757-1.045-1.178-.473-2.547-.731-3.539-.838l-4.075-3.826-.216-.203H13v.75-.75H7.5zm13.5 9.5h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-.233-.104-.475-.389-.74-.294-.274-.738-.529-1.292-.751-1.105-.443-2.462-.682-3.373-.762l-.259-.022-.19-.178-4.044-3.797H7.5c-1.742 0-3.167.822-4.174 2.03C2.31 9.5 1.75 11.081 1.75 12.5c0 .656.131 1.03.273 1.244a.984.984 0 00.48.38 2.798 2.798 0 00-.003.126m13 0a2.75 2.75 0 115.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));
9
- }
10
-
11
- exports['default'] = HalfCombiIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var l=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,l.get?l:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...r},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 4.75c-2.258 0-4.083 1.078-5.326 2.57C.94 8.8.25 10.72.25 12.5c0 .845.168 1.534.52 2.069.359.546.86.854 1.375 1.02.264.085.536.134.8.161.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h8.39c.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h.532c.488 0 1.157-.183 1.71-.704.573-.54.953-1.375.953-2.546 0-.766-.374-1.38-.866-1.838-.483-.45-1.116-.788-1.757-1.045-1.178-.473-2.547-.731-3.539-.838l-4.075-3.826-.216-.203H13v.75-.75H7.5zm13.5 9.5h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-.233-.104-.475-.389-.74-.294-.274-.738-.529-1.292-.751-1.105-.443-2.462-.682-3.373-.762l-.259-.022-.19-.178-4.044-3.797H7.5c-1.742 0-3.167.822-4.174 2.03C2.31 9.5 1.75 11.081 1.75 12.5c0 .656.131 1.03.273 1.244a.984.984 0 00.48.38 2.798 2.798 0 00-.003.126m13 0a2.75 2.75 0 115.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"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function HamburgerIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 16 12", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M0 0h16v2H0zM0 5h16v2H0zM0 10h16v2H0z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = HamburgerIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var u=Object.create(null);return r&&Object.keys(r).forEach(function(n){if(n!=="default"){var c=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(u,n,c.get?c:{enumerable:!0,get:function(){return r[n]}})}}),u.default=r,Object.freeze(u)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 16 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...r},t.createElement("path",{d:"M0 0h16v2H0zM0 5h16v2H0zM0 10h16v2H0z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function HandshakeIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 60", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M4.7 31.2C-2 23.6-1.5 12 6 5c7.4-6.9 19-6.6 26.1.6l.4-.4c7.6-7.1 19.4-6.7 26.5.9 7 7.6 6.6 19.5-1 26.5L56.5 31c6.7-6.2 7.1-16.7.9-23.4C51.1.9 40.7.6 34 6.8l-10.5 9.8c-1.3 1.2-1.4 3.3-.1 4.7 1.2 1.3 3.3 1.4 4.6.1l9.1-8.4 1.4-1.4 19.5 21c2.1 2.3 2 5.8-.2 7.8-1.3 1.3-3.1 1.7-4.8 1.4.2 1.7-.4 3.4-1.7 4.7-1.3 1.2-3.1 1.7-4.7 1.4.2 1.6-.4 3.4-1.7 4.6-1.3 1.2-3.1 1.7-4.7 1.4.1 1.7-.5 3.4-1.8 4.6-2.2 2.1-5.7 2-7.8-.3l-1.5-1.6 1.7-1.5 1.5 1.6c1.2 1.4 3.3 1.4 4.6.2 1.4-1.2 1.4-3.3.2-4.7l-1.5-1.6 1.6-1.5 1.5 1.6c1.3 1.4 3.3 1.4 4.7.2 1.3-1.3 1.4-3.4.1-4.7L36 38.1l1.6-1.5 7.6 8.1c1.2 1.3 3.3 1.4 4.6.2 1.4-1.3 1.4-3.4.2-4.7l-7.5-8.1 1.6-1.5 7.5 8.1c1.2 1.3 3.3 1.4 4.7.1 1.3-1.2 1.4-3.3.1-4.7l-18-19.3-3.2 3-5.7 5.3c-2.2 2-5.7 1.9-7.8-.3-2-2.3-1.9-5.7.3-7.8l8.5-7.9C24.2.8 14 .5 7.5 6.7.9 12.8.4 23 6.3 29.7l5.2-4.9c2.3-2.1 5.8-2 7.8.2 2.1 2.3 2 5.8-.2 7.8l-6.5 6.1c-2.2 2-5.7 1.9-7.8-.3-1.9-2.1-1.9-5.3-.1-7.4zm6.4 6l6.5-6c1.3-1.2 1.4-3.3.1-4.7-1.2-1.3-3.3-1.4-4.7-.1l-6.4 6c-1.3 1.3-1.4 3.3-.2 4.7 1.3 1.3 3.4 1.4 4.7.1zm3.9-.6L13.5 35l4.1-3.8c2.2-2.1 5.7-1.9 7.7.3 2.1 2.2 2 5.7-.2 7.8L21 43.1l-1.5-1.6 4.1-3.8c1.3-1.3 1.4-3.4.1-4.7-1.2-1.3-3.3-1.4-4.6-.2L15 36.6zm5.3 4.1l1.5 1.6-3.2 3c-2.2 2.1-5.7 2-7.8-.2-2-2.3-1.9-5.8.3-7.9l3.2-3 1.5 1.7-3.2 3c-1.3 1.2-1.4 3.3-.1 4.6 1.2 1.4 3.3 1.5 4.6.2l3.2-3zm.7 2.4l-1.5-1.6 4.1-3.8c2.2-2.1 5.7-2 7.8.3 2 2.2 1.9 5.7-.3 7.8L27 49.5l-1.5-1.6 4.1-3.8c1.3-1.2 1.4-3.3.1-4.6-1.2-1.4-3.3-1.4-4.6-.2L21 43.1zm5.4 4.1l1.5 1.6-3.3 3c-2.2 2.1-5.7 1.9-7.7-.3-2.1-2.2-2-5.7.2-7.8l3.2-3 1.5 1.6-3.2 3c-1.3 1.3-1.4 3.4-.1 4.7 1.2 1.3 3.3 1.4 4.6.2l3.3-3zm.6 2.3l-1.5-1.6 4.1-3.8c2.2-2 5.7-1.9 7.8.3 2 2.2 1.9 5.7-.3 7.8l-4 3.8-1.6-1.6 4.1-3.8c1.3-1.2 1.4-3.3.2-4.7-1.3-1.3-3.4-1.4-4.7-.1L27 49.5zm5.4 4.1l1.5 1.6-3.3 3c-2.2 2.1-5.7 2-7.7-.2-2.1-2.3-2-5.8.2-7.8l3.3-3 1.5 1.6-3.3 3c-1.3 1.2-1.4 3.3-.1 4.7 1.2 1.3 3.3 1.4 4.6.1l3.3-3z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = HandshakeIcon;
1
+ "use strict";function e(l){if(l&&l.__esModule)return l;var r=Object.create(null);return l&&Object.keys(l).forEach(function(t){if(t!=="default"){var n=Object.getOwnPropertyDescriptor(l,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return l[t]}})}}),r.default=l,Object.freeze(r)}Object.defineProperty(exports,"__esModule",{value:!0});var c=e(require("react"));exports.default=function(l){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 60",fill:"currentColor",...l},c.createElement("path",{d:"M4.7 31.2C-2 23.6-1.5 12 6 5c7.4-6.9 19-6.6 26.1.6l.4-.4c7.6-7.1 19.4-6.7 26.5.9 7 7.6 6.6 19.5-1 26.5L56.5 31c6.7-6.2 7.1-16.7.9-23.4C51.1.9 40.7.6 34 6.8l-10.5 9.8c-1.3 1.2-1.4 3.3-.1 4.7 1.2 1.3 3.3 1.4 4.6.1l9.1-8.4 1.4-1.4 19.5 21c2.1 2.3 2 5.8-.2 7.8-1.3 1.3-3.1 1.7-4.8 1.4.2 1.7-.4 3.4-1.7 4.7-1.3 1.2-3.1 1.7-4.7 1.4.2 1.6-.4 3.4-1.7 4.6-1.3 1.2-3.1 1.7-4.7 1.4.1 1.7-.5 3.4-1.8 4.6-2.2 2.1-5.7 2-7.8-.3l-1.5-1.6 1.7-1.5 1.5 1.6c1.2 1.4 3.3 1.4 4.6.2 1.4-1.2 1.4-3.3.2-4.7l-1.5-1.6 1.6-1.5 1.5 1.6c1.3 1.4 3.3 1.4 4.7.2 1.3-1.3 1.4-3.4.1-4.7L36 38.1l1.6-1.5 7.6 8.1c1.2 1.3 3.3 1.4 4.6.2 1.4-1.3 1.4-3.4.2-4.7l-7.5-8.1 1.6-1.5 7.5 8.1c1.2 1.3 3.3 1.4 4.7.1 1.3-1.2 1.4-3.3.1-4.7l-18-19.3-3.2 3-5.7 5.3c-2.2 2-5.7 1.9-7.8-.3-2-2.3-1.9-5.7.3-7.8l8.5-7.9C24.2.8 14 .5 7.5 6.7.9 12.8.4 23 6.3 29.7l5.2-4.9c2.3-2.1 5.8-2 7.8.2 2.1 2.3 2 5.8-.2 7.8l-6.5 6.1c-2.2 2-5.7 1.9-7.8-.3-1.9-2.1-1.9-5.3-.1-7.4zm6.4 6l6.5-6c1.3-1.2 1.4-3.3.1-4.7-1.2-1.3-3.3-1.4-4.7-.1l-6.4 6c-1.3 1.3-1.4 3.3-.2 4.7 1.3 1.3 3.4 1.4 4.7.1zm3.9-.6L13.5 35l4.1-3.8c2.2-2.1 5.7-1.9 7.7.3 2.1 2.2 2 5.7-.2 7.8L21 43.1l-1.5-1.6 4.1-3.8c1.3-1.3 1.4-3.4.1-4.7-1.2-1.3-3.3-1.4-4.6-.2L15 36.6zm5.3 4.1l1.5 1.6-3.2 3c-2.2 2.1-5.7 2-7.8-.2-2-2.3-1.9-5.8.3-7.9l3.2-3 1.5 1.7-3.2 3c-1.3 1.2-1.4 3.3-.1 4.6 1.2 1.4 3.3 1.5 4.6.2l3.2-3zm.7 2.4l-1.5-1.6 4.1-3.8c2.2-2.1 5.7-2 7.8.3 2 2.2 1.9 5.7-.3 7.8L27 49.5l-1.5-1.6 4.1-3.8c1.3-1.2 1.4-3.3.1-4.6-1.2-1.4-3.3-1.4-4.6-.2L21 43.1zm5.4 4.1l1.5 1.6-3.3 3c-2.2 2.1-5.7 1.9-7.7-.3-2.1-2.2-2-5.7.2-7.8l3.2-3 1.5 1.6-3.2 3c-1.3 1.3-1.4 3.4-.1 4.7 1.2 1.3 3.3 1.4 4.6.2l3.3-3zm.6 2.3l-1.5-1.6 4.1-3.8c2.2-2 5.7-1.9 7.8.3 2 2.2 1.9 5.7-.3 7.8l-4 3.8-1.6-1.6 4.1-3.8c1.3-1.2 1.4-3.3.2-4.7-1.3-1.3-3.4-1.4-4.7-.1L27 49.5zm5.4 4.1l1.5 1.6-3.3 3c-2.2 2.1-5.7 2-7.7-.2-2.1-2.3-2-5.8.2-7.8l3.3-3 1.5 1.6-3.3 3c-1.3 1.2-1.4 3.3-.1 4.7 1.2 1.3 3.3 1.4 4.6.1l3.3-3z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function HelpingHandIcon(props) {
8
- return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 56 56", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z" }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.75 33.92c0-.88-.82-1-1.46-.88l-1.54-2.54a3.58 3.58 0 00-2.84-1.58h-5.82a3.58 3.58 0 00-2.84 1.58L20.71 33c-.64-.07-1.46 0-1.46.88a.77.77 0 00.57.82 5.15 5.15 0 00-.28 2.35l.3 1.74c.02.129.069.251.14.36v1.06a.87.87 0 00.87.87H22a.88.88 0 00.88-.87v-.57H33.1v.57a.88.88 0 00.88.87h1.17a.87.87 0 00.87-.87v-1.02a.93.93 0 00.14-.36l.3-1.74c.09-.794-.005-1.6-.28-2.35a.77.77 0 00.57-.82zM23.5 31.21a2.14 2.14 0 011.59-.89h5.82a2.1 2.1 0 011.59.89l1.21 2H22.29l1.21-2zm-1 6.31a1.08 1.08 0 11.03 0h-.03zm7.66 0h-4.35v-.72h4.38l-.03.72zm3.28 0a1.08 1.08 0 11.03 0h-.03zM12.704 22.078a7.359 7.359 0 01-.754.448 4.587 4.587 0 01-.853.348c-.696.192-.854.099-.854-.725 0-.866 1.93-2.012 5.087-2.987a44.98 44.98 0 013.815-.982 49.664 49.664 0 011.73-.338l-.258-1.58a50.965 50.965 0 00-1.8.351c-1.345.29-2.69.628-3.95 1.018-3.902 1.206-6.207 2.574-6.207 4.518 0 1.988 1.232 2.716 2.853 2.27a6.116 6.116 0 001.155-.465 8.11 8.11 0 00.945-.565l-.909-1.31z" }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.523 28.835a3.433 3.433 0 01-1.263-.057c-.662-.168-.987-.523-.987-1.291 0-1.988 7.306-8.351 11.117-9.852l-.575-1.492c-4.362 1.718-12.124 8.48-12.124 11.344 0 1.562.864 2.508 2.183 2.844a4.928 4.928 0 001.905.084l-.256-1.58z" }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.59 30.884c.004-.008-.006.01-.031.046a1.205 1.205 0 01-.209.224c-.265.223-.625.36-1.125.36-1.063 0-1.532-1.562-.904-4.075.736-2.948 2.721-5.98 5.4-7.867l-.905-1.314c-3 2.114-5.203 5.478-6.03 8.79-.841 3.371-.032 6.067 2.44 6.067.876 0 1.592-.272 2.136-.73.34-.286.551-.584.66-.818l-1.431-.683z" }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M46.563 14.528c-.067.038-.183.107-.342.207a21.27 21.27 0 00-3.462 2.736c-2.416 2.366-3.883 5.004-3.883 7.867 0 5.879-.085 6.183-1.395 6.183-.965 0-1.2-.653-1.316-3.447a36.35 36.35 0 00-.097-1.755c-.37-4.356-2.252-6.666-7.1-6.666-6.171 0-8.913 2.34-9.547 6.591-.116.776-.15 1.355-.193 2.688-.01.318-.016.49-.025.672-.053 1.17-.704 1.87-1.747 1.87-1.177 0-1.88-2.6-1.27-5.967.704-3.89 2.791-7.091 5.627-8.035 2.592-.862 11.426-3.485 13.1-4.079 1.166-.414 2.111-.805 2.892-1.207l-.717-1.426c-.71.365-1.593.73-2.7 1.123-1.625.577-10.439 3.194-13.069 4.069-3.479 1.157-5.892 4.858-6.69 9.267-.767 4.23.214 7.855 2.827 7.855 1.927 0 3.237-1.406 3.328-3.396.01-.192.015-.37.026-.695.04-1.27.073-1.808.176-2.5.516-3.461 2.587-5.23 7.982-5.23 3.916 0 5.216 1.597 5.523 5.203.04.462.057.803.093 1.685.072 1.735.147 2.453.417 3.207.408 1.135 1.235 1.773 2.48 1.773 1.457 0 2.278-.509 2.651-1.837.277-.987.327-2.169.327-5.945 0-2.352 1.264-4.625 3.4-6.718a19.706 19.706 0 013.197-2.526c.14-.088.237-.146.284-.173l-.777-1.394z" }, void 0)] }), void 0));
9
- }
10
-
11
- exports['default'] = HelpingHandIcon;
1
+ "use strict";function e(t){if(t&&t.__esModule)return t;var c=Object.create(null);return t&&Object.keys(t).forEach(function(a){if(a!=="default"){var r=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(c,a,r.get?r:{enumerable:!0,get:function(){return t[a]}})}}),c.default=t,Object.freeze(c)}Object.defineProperty(exports,"__esModule",{value:!0});var l=e(require("react"));exports.default=function(t){return l.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 56 56",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M36.75 33.92c0-.88-.82-1-1.46-.88l-1.54-2.54a3.58 3.58 0 00-2.84-1.58h-5.82a3.58 3.58 0 00-2.84 1.58L20.71 33c-.64-.07-1.46 0-1.46.88a.77.77 0 00.57.82 5.15 5.15 0 00-.28 2.35l.3 1.74c.02.129.069.251.14.36v1.06a.87.87 0 00.87.87H22a.88.88 0 00.88-.87v-.57H33.1v.57a.88.88 0 00.88.87h1.17a.87.87 0 00.87-.87v-1.02a.93.93 0 00.14-.36l.3-1.74c.09-.794-.005-1.6-.28-2.35a.77.77 0 00.57-.82zM23.5 31.21a2.14 2.14 0 011.59-.89h5.82a2.1 2.1 0 011.59.89l1.21 2H22.29l1.21-2zm-1 6.31a1.08 1.08 0 11.03 0h-.03zm7.66 0h-4.35v-.72h4.38l-.03.72zm3.28 0a1.08 1.08 0 11.03 0h-.03zM12.704 22.078a7.359 7.359 0 01-.754.448 4.587 4.587 0 01-.853.348c-.696.192-.854.099-.854-.725 0-.866 1.93-2.012 5.087-2.987a44.98 44.98 0 013.815-.982 49.664 49.664 0 011.73-.338l-.258-1.58a50.965 50.965 0 00-1.8.351c-1.345.29-2.69.628-3.95 1.018-3.902 1.206-6.207 2.574-6.207 4.518 0 1.988 1.232 2.716 2.853 2.27a6.116 6.116 0 001.155-.465 8.11 8.11 0 00.945-.565l-.909-1.31z"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.523 28.835a3.433 3.433 0 01-1.263-.057c-.662-.168-.987-.523-.987-1.291 0-1.988 7.306-8.351 11.117-9.852l-.575-1.492c-4.362 1.718-12.124 8.48-12.124 11.344 0 1.562.864 2.508 2.183 2.844a4.928 4.928 0 001.905.084l-.256-1.58z"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.59 30.884c.004-.008-.006.01-.031.046a1.205 1.205 0 01-.209.224c-.265.223-.625.36-1.125.36-1.063 0-1.532-1.562-.904-4.075.736-2.948 2.721-5.98 5.4-7.867l-.905-1.314c-3 2.114-5.203 5.478-6.03 8.79-.841 3.371-.032 6.067 2.44 6.067.876 0 1.592-.272 2.136-.73.34-.286.551-.584.66-.818l-1.431-.683z"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.563 14.528c-.067.038-.183.107-.342.207a21.27 21.27 0 00-3.462 2.736c-2.416 2.366-3.883 5.004-3.883 7.867 0 5.879-.085 6.183-1.395 6.183-.965 0-1.2-.653-1.316-3.447a36.35 36.35 0 00-.097-1.755c-.37-4.356-2.252-6.666-7.1-6.666-6.171 0-8.913 2.34-9.547 6.591-.116.776-.15 1.355-.193 2.688-.01.318-.016.49-.025.672-.053 1.17-.704 1.87-1.747 1.87-1.177 0-1.88-2.6-1.27-5.967.704-3.89 2.791-7.091 5.627-8.035 2.592-.862 11.426-3.485 13.1-4.079 1.166-.414 2.111-.805 2.892-1.207l-.717-1.426c-.71.365-1.593.73-2.7 1.123-1.625.577-10.439 3.194-13.069 4.069-3.479 1.157-5.892 4.858-6.69 9.267-.767 4.23.214 7.855 2.827 7.855 1.927 0 3.237-1.406 3.328-3.396.01-.192.015-.37.026-.695.04-1.27.073-1.808.176-2.5.516-3.461 2.587-5.23 7.982-5.23 3.916 0 5.216 1.597 5.523 5.203.04.462.057.803.093 1.685.072 1.735.147 2.453.417 3.207.408 1.135 1.235 1.773 2.48 1.773 1.457 0 2.278-.509 2.651-1.837.277-.987.327-2.169.327-5.945 0-2.352 1.264-4.625 3.4-6.718a19.706 19.706 0 013.197-2.526c.14-.088.237-.146.284-.173l-.777-1.394z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function IdIcon(props) {
8
- return (jsxRuntime.jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 23 16", fill: "currentColor" }, props, { children: [jsxRuntime.jsx("path", { d: "M1.9 0h18.6c1.1 0 1.9.7 1.9 1.6v12.8c0 .9-.8 1.6-1.9 1.6H1.9C.8 16 0 15.3 0 14.4V1.6C0 .7.8 0 1.9 0zm-.5 1.4v13.2H21V1.4H1.4z" }, void 0), jsxRuntime.jsx("path", { d: "M7.3 3.2v9.6H5.4V3.2h1.9zm9.5 7.3c-.4.7-1 1.3-1.7 1.7-.8.4-1.7.6-2.7.6H9V3.2h3.4c1 0 1.9.2 2.7.6.7.4 1.3 1 1.7 1.7.4.7.6 1.5.6 2.5 0 .9-.2 1.8-.6 2.5zm-2.2-.2c.6-.6.9-1.3.9-2.3 0-1-.3-1.8-.9-2.3-.5-.5-1.3-.8-2.4-.8h-1.3v6.2h1.3c1.1 0 1.9-.3 2.4-.8z", opacity: 0.9 }, void 0)] }), void 0));
9
- }
10
-
11
- exports['default'] = IdIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var u=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,u.get?u:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 23 16",fill:"currentColor",...r},t.createElement("path",{d:"M1.9 0h18.6c1.1 0 1.9.7 1.9 1.6v12.8c0 .9-.8 1.6-1.9 1.6H1.9C.8 16 0 15.3 0 14.4V1.6C0 .7.8 0 1.9 0zm-.5 1.4v13.2H21V1.4H1.4z"}),t.createElement("path",{d:"M7.3 3.2v9.6H5.4V3.2h1.9zm9.5 7.3c-.4.7-1 1.3-1.7 1.7-.8.4-1.7.6-2.7.6H9V3.2h3.4c1 0 1.9.2 2.7.6.7.4 1.3 1 1.7 1.7.4.7.6 1.5.6 2.5 0 .9-.2 1.8-.6 2.5zm-2.2-.2c.6-.6.9-1.3.9-2.3 0-1-.3-1.8-.9-2.3-.5-.5-1.3-.8-2.4-.8h-1.3v6.2h1.3c1.1 0 1.9-.3 2.4-.8z",opacity:.9}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function InformationIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-2c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm-1-12h2v8h-2v-8zm0-4h2v2h-2V6z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = InformationIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var c=Object.create(null);return r&&Object.keys(r).forEach(function(n){if(n!=="default"){var u=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(c,n,u.get?u:{enumerable:!0,get:function(){return r[n]}})}}),c.default=r,Object.freeze(c)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",...r},t.createElement("path",{d:"M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-2c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm-1-12h2v8h-2v-8zm0-4h2v2h-2V6z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function InstagramIcon(props) {
8
- return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { d: "M12 2.163c3.204 0 3.584.012 4.85.07 1.169.053 1.804.248 2.227.413.522.192.994.499 1.382.897.399.388.705.86.897 1.382.165.423.36 1.058.413 2.228.058 1.265.07 1.645.07 4.85 0 3.204-.012 3.583-.07 4.848-.053 1.17-.248 1.806-.413 2.229a3.972 3.972 0 01-2.277 2.277c-.423.164-1.059.36-2.228.413-1.266.058-1.645.07-4.85.07-3.204 0-3.584-.012-4.849-.07-1.17-.053-1.805-.249-2.228-.413a3.719 3.719 0 01-1.381-.897 3.718 3.718 0 01-.898-1.382c-.164-.423-.36-1.058-.413-2.228-.058-1.265-.07-1.645-.07-4.85 0-3.204.013-3.583.07-4.848.053-1.17.249-1.806.413-2.229.192-.522.499-.994.898-1.381.387-.399.86-.706 1.38-.898.424-.164 1.06-.36 2.23-.413 1.264-.057 1.644-.07 4.848-.07L12 2.163zm.001-2.164C8.742 0 8.334.013 7.054.072 5.774.13 4.903.334 4.14.63a5.882 5.882 0 00-2.126 1.385A5.882 5.882 0 00.63 4.14c-.297.762-.5 1.635-.558 2.912C.014 8.33 0 8.742 0 12c0 3.259.014 3.668.072 4.947.059 1.28.261 2.15.558 2.912.301.801.773 1.526 1.384 2.126.6.61 1.325 1.083 2.126 1.384.763.297 1.636.5 2.913.558 1.277.058 1.689.073 4.948.073 3.26 0 3.668-.014 4.948-.073 1.28-.058 2.148-.26 2.91-.558a6.136 6.136 0 003.51-3.51c.298-.762.5-1.635.559-2.912.058-1.278.072-1.69.072-4.948 0-3.26-.014-3.668-.072-4.948-.059-1.28-.261-2.149-.558-2.91a5.883 5.883 0 00-1.385-2.126A5.882 5.882 0 0019.86.63c-.762-.296-1.635-.499-2.912-.557C15.67.015 15.259.001 12 .001l.001-.002z" }, void 0), jsxRuntime.jsx("path", { d: "M12 5.839a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zm0 10.163A4 4 0 1112 8a4 4 0 010 8.002zM18.406 7.035a1.44 1.44 0 100-2.88 1.44 1.44 0 000 2.88z" }, void 0), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", Object.assign({ id: "instagram-icon_svg__clip0" }, { children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }, void 0) }), void 0) }, void 0)] }), void 0));
9
- }
10
-
11
- exports['default'] = InstagramIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var c=Object.create(null);return r&&Object.keys(r).forEach(function(a){if(a!=="default"){var n=Object.getOwnPropertyDescriptor(r,a);Object.defineProperty(c,a,n.get?n:{enumerable:!0,get:function(){return r[a]}})}}),c.default=r,Object.freeze(c)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...r},t.createElement("path",{d:"M12 2.163c3.204 0 3.584.012 4.85.07 1.169.053 1.804.248 2.227.413.522.192.994.499 1.382.897.399.388.705.86.897 1.382.165.423.36 1.058.413 2.228.058 1.265.07 1.645.07 4.85 0 3.204-.012 3.583-.07 4.848-.053 1.17-.248 1.806-.413 2.229a3.972 3.972 0 01-2.277 2.277c-.423.164-1.059.36-2.228.413-1.266.058-1.645.07-4.85.07-3.204 0-3.584-.012-4.849-.07-1.17-.053-1.805-.249-2.228-.413a3.719 3.719 0 01-1.381-.897 3.718 3.718 0 01-.898-1.382c-.164-.423-.36-1.058-.413-2.228-.058-1.265-.07-1.645-.07-4.85 0-3.204.013-3.583.07-4.848.053-1.17.249-1.806.413-2.229.192-.522.499-.994.898-1.381.387-.399.86-.706 1.38-.898.424-.164 1.06-.36 2.23-.413 1.264-.057 1.644-.07 4.848-.07L12 2.163zm.001-2.164C8.742 0 8.334.013 7.054.072 5.774.13 4.903.334 4.14.63a5.882 5.882 0 00-2.126 1.385A5.882 5.882 0 00.63 4.14c-.297.762-.5 1.635-.558 2.912C.014 8.33 0 8.742 0 12c0 3.259.014 3.668.072 4.947.059 1.28.261 2.15.558 2.912.301.801.773 1.526 1.384 2.126.6.61 1.325 1.083 2.126 1.384.763.297 1.636.5 2.913.558 1.277.058 1.689.073 4.948.073 3.26 0 3.668-.014 4.948-.073 1.28-.058 2.148-.26 2.91-.558a6.136 6.136 0 003.51-3.51c.298-.762.5-1.635.559-2.912.058-1.278.072-1.69.072-4.948 0-3.26-.014-3.668-.072-4.948-.059-1.28-.261-2.149-.558-2.91a5.883 5.883 0 00-1.385-2.126A5.882 5.882 0 0019.86.63c-.762-.296-1.635-.499-2.912-.557C15.67.015 15.259.001 12 .001l.001-.002z"}),t.createElement("path",{d:"M12 5.839a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zm0 10.163A4 4 0 1112 8a4 4 0 010 8.002zM18.406 7.035a1.44 1.44 0 100-2.88 1.44 1.44 0 000 2.88z"}),t.createElement("defs",null,t.createElement("clipPath",{id:"instagram-icon_svg__clip0"},t.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"}))))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function InsuranceIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 64", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M40.3 45.8c.8-.1 1.7 0 1.7 1 0 .5-.3.8-.7.9.4.9.5 1.9.4 2.7l-.4 2c0 .1-.1.3-.1.4V54c0 .6-.5 1-1 1h-1.4c-.5 0-1-.5-1-1v-.6H26.2v.6c0 .6-.5 1-1 1h-1.4c-.5 0-1-.5-1-1v-1.2c0-.1-.1-.3-.1-.4l-.4-2c-.1-.8 0-1.8.4-2.7-.4-.1-.7-.4-.7-.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.2h13zm-9.9-24.4c-2.6 1.2-4.5 3.7-4.8 6.7h2.9c.2-2.6.8-5 1.9-6.7zm6.8 0c1.1 1.7 1.7 4.1 1.9 6.7h2.9c-.3-3-2.2-5.5-4.8-6.7zm-2.6 8.3V35c0 1.2 1 2.2 2.2 2.2 1.2 0 2.2-1 2.2-2.2h1.6c0 2.1-1.7 3.8-3.8 3.8-2.1 0-3.8-1.7-3.8-3.8v-5.2h-9V29c0-5.4 4.4-9.8 9.8-9.8s9.8 4.4 9.8 9.8v.8h-9zM32 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 2zm-3.7 26.2h7.4c-.2-4.2-1.9-7.4-3.7-7.4-1.8 0-3.5 3.2-3.7 7.4zm-2.5 22.7c.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-5zM21 11c0-.6.4-1 1-1s1 .4 1 1v9c0 .6-.4 1-1 1s-1-.4-1-1v-9zm-6 6c0-.6.4-1 1-1s1 .5 1 1v6c0 .6-.4 1-1 1s-1-.5-1-1v-6zm0 10c0-.6.4-1 1-1s1 .4 1 1v1c0 .6-.4 1-1 1s-1-.4-1-1v-1zm5 6c0-.6.4-1 1-1s1 .4 1 1v3c0 .6-.4 1-1 1s-1-.4-1-1v-3zm-5 1c0-.6.4-1 1-1s1 .4 1 1v7c0 .6-.4 1-1 1s-1-.4-1-1v-7zm28-23v9c0 .6-.4 1-1 1s-1-.4-1-1v-9c0-.6.4-1 1-1s1 .4 1 1zm-7-1v5c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1zm-7 0v5c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1zm20 7v6c0 .5-.4 1-1 1s-1-.4-1-1v-6c0-.5.4-1 1-1s1 .4 1 1zm0 10v1c0 .6-.4 1-1 1s-1-.4-1-1v-1c0-.6.4-1 1-1s1 .4 1 1zm-5 6v3c0 .6-.4 1-1 1s-1-.4-1-1v-3c0-.6.4-1 1-1s1 .4 1 1zm5 1v7c0 .6-.4 1-1 1s-1-.4-1-1v-7c0-.6.4-1 1-1s1 .4 1 1z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = InsuranceIcon;
1
+ "use strict";function c(v){if(v&&v.__esModule)return v;var t=Object.create(null);return v&&Object.keys(v).forEach(function(s){if(s!=="default"){var r=Object.getOwnPropertyDescriptor(v,s);Object.defineProperty(t,s,r.get?r:{enumerable:!0,get:function(){return v[s]}})}}),t.default=v,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var e=c(require("react"));exports.default=function(v){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 64",fill:"currentColor",...v},e.createElement("path",{d:"M40.3 45.8c.8-.1 1.7 0 1.7 1 0 .5-.3.8-.7.9.4.9.5 1.9.4 2.7l-.4 2c0 .1-.1.3-.1.4V54c0 .6-.5 1-1 1h-1.4c-.5 0-1-.5-1-1v-.6H26.2v.6c0 .6-.5 1-1 1h-1.4c-.5 0-1-.5-1-1v-1.2c0-.1-.1-.3-.1-.4l-.4-2c-.1-.8 0-1.8.4-2.7-.4-.1-.7-.4-.7-.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.2h13zm-9.9-24.4c-2.6 1.2-4.5 3.7-4.8 6.7h2.9c.2-2.6.8-5 1.9-6.7zm6.8 0c1.1 1.7 1.7 4.1 1.9 6.7h2.9c-.3-3-2.2-5.5-4.8-6.7zm-2.6 8.3V35c0 1.2 1 2.2 2.2 2.2 1.2 0 2.2-1 2.2-2.2h1.6c0 2.1-1.7 3.8-3.8 3.8-2.1 0-3.8-1.7-3.8-3.8v-5.2h-9V29c0-5.4 4.4-9.8 9.8-9.8s9.8 4.4 9.8 9.8v.8h-9zM32 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 2zm-3.7 26.2h7.4c-.2-4.2-1.9-7.4-3.7-7.4-1.8 0-3.5 3.2-3.7 7.4zm-2.5 22.7c.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-5zM21 11c0-.6.4-1 1-1s1 .4 1 1v9c0 .6-.4 1-1 1s-1-.4-1-1v-9zm-6 6c0-.6.4-1 1-1s1 .5 1 1v6c0 .6-.4 1-1 1s-1-.5-1-1v-6zm0 10c0-.6.4-1 1-1s1 .4 1 1v1c0 .6-.4 1-1 1s-1-.4-1-1v-1zm5 6c0-.6.4-1 1-1s1 .4 1 1v3c0 .6-.4 1-1 1s-1-.4-1-1v-3zm-5 1c0-.6.4-1 1-1s1 .4 1 1v7c0 .6-.4 1-1 1s-1-.4-1-1v-7zm28-23v9c0 .6-.4 1-1 1s-1-.4-1-1v-9c0-.6.4-1 1-1s1 .4 1 1zm-7-1v5c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1zm-7 0v5c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1zm20 7v6c0 .5-.4 1-1 1s-1-.4-1-1v-6c0-.5.4-1 1-1s1 .4 1 1zm0 10v1c0 .6-.4 1-1 1s-1-.4-1-1v-1c0-.6.4-1 1-1s1 .4 1 1zm-5 6v3c0 .6-.4 1-1 1s-1-.4-1-1v-3c0-.6.4-1 1-1s1 .4 1 1zm5 1v7c0 .6-.4 1-1 1s-1-.4-1-1v-7c0-.6.4-1 1-1s1 .4 1 1z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function InteriorIcon(props) {
8
- return (jsxRuntime.jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 32", fill: "currentColor", width: "1em", height: "1em" }, props, { children: [jsxRuntime.jsx("path", { d: "M22 26c1.2-1.2 1.9-2.8 1.8-4.4 0-.5 0-1.5-.1-3-.2-2.1-.5-4.1-.9-5.8-1-4-2.5-6.6-4.5-7.9 0-.1 0-.1.1-.2.2-.8.1-1.5-.2-2.2C17.4.8 15.4 0 12 0S6.7.8 6 2.5c-.3.7-.4 1.4-.3 2.2 0 .1 0 .2.1.2-2.1 1.3-3.6 3.9-4.6 7.8-.5 1.8-.8 3.8-1 6-.1.7-.1 1.4-.1 2v.8C0 23.1.7 24.8 2 26c-.3 0-.6.2-.8.5-.4.5-.1 1.1 0 1.3l1 2.3c.4 1 1.7 1.8 2.8 1.8h14.2c1.1 0 2.4-.8 2.8-1.8l1-2.3c.1-.2.3-.8 0-1.3-.4-.3-.8-.5-1-.5zm-4.3 0H6.3L8.8 6h6.5l2.4 20zm3.1-12.7c.4 1.7.7 3.5.8 5.5.1 1 .1 2 .1 2.8v.2c.1 1.3-.9 2.9-2.1 3.6L17.4 6.7c1.5 1.1 2.6 3.3 3.4 6.6zm-13-10C8.2 2.5 9.7 2 12 2c2.4 0 3.9.5 4.2 1.3.1.2.1.4.1.7h-.7l-.6-.2V4H9v-.2l-.7.2h-.6c0-.2 0-.5.1-.7zm-2 1.6zM2.1 21.5v-.7c0-.6.1-1.2.1-1.9.2-2.1.5-3.9.9-5.6.8-3.3 2-5.5 3.6-6.5L4.3 25.3C3 24.7 1.9 23 2 21.6l.1-.1zM2 27.4l.9-.4v.1l-.9.3zm18.1 2c-.1.3-.7.6-1 .6H4.9c-.3 0-.8-.3-1-.6L3.4 28h17.3l-.6 1.4z" }, void 0), jsxRuntime.jsx("path", { d: "M11 23h2c.6 0 1-.4 1-1s-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1zM11 19h2c.6 0 1-.4 1-1s-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1z" }, void 0)] }), void 0));
9
- }
10
-
11
- exports['default'] = InteriorIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var l=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var n=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(l,c,n.get?n:{enumerable:!0,get:function(){return r[c]}})}}),l.default=r,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 32",fill:"currentColor",width:"1em",height:"1em",...r},t.createElement("path",{d:"M22 26c1.2-1.2 1.9-2.8 1.8-4.4 0-.5 0-1.5-.1-3-.2-2.1-.5-4.1-.9-5.8-1-4-2.5-6.6-4.5-7.9 0-.1 0-.1.1-.2.2-.8.1-1.5-.2-2.2C17.4.8 15.4 0 12 0S6.7.8 6 2.5c-.3.7-.4 1.4-.3 2.2 0 .1 0 .2.1.2-2.1 1.3-3.6 3.9-4.6 7.8-.5 1.8-.8 3.8-1 6-.1.7-.1 1.4-.1 2v.8C0 23.1.7 24.8 2 26c-.3 0-.6.2-.8.5-.4.5-.1 1.1 0 1.3l1 2.3c.4 1 1.7 1.8 2.8 1.8h14.2c1.1 0 2.4-.8 2.8-1.8l1-2.3c.1-.2.3-.8 0-1.3-.4-.3-.8-.5-1-.5zm-4.3 0H6.3L8.8 6h6.5l2.4 20zm3.1-12.7c.4 1.7.7 3.5.8 5.5.1 1 .1 2 .1 2.8v.2c.1 1.3-.9 2.9-2.1 3.6L17.4 6.7c1.5 1.1 2.6 3.3 3.4 6.6zm-13-10C8.2 2.5 9.7 2 12 2c2.4 0 3.9.5 4.2 1.3.1.2.1.4.1.7h-.7l-.6-.2V4H9v-.2l-.7.2h-.6c0-.2 0-.5.1-.7zm-2 1.6zM2.1 21.5v-.7c0-.6.1-1.2.1-1.9.2-2.1.5-3.9.9-5.6.8-3.3 2-5.5 3.6-6.5L4.3 25.3C3 24.7 1.9 23 2 21.6l.1-.1zM2 27.4l.9-.4v.1l-.9.3zm18.1 2c-.1.3-.7.6-1 .6H4.9c-.3 0-.8-.3-1-.6L3.4 28h17.3l-.6 1.4z"}),t.createElement("path",{d:"M11 23h2c.6 0 1-.4 1-1s-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1zM11 19h2c.6 0 1-.4 1-1s-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function InteriorThinIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 25", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.816 3.883c0 .66.534 1.194 1.193 1.194h5.253c.659 0 1.193-.535 1.193-1.194 0-1.684-.74-3.82-3.383-3.82h-.873c-2.643 0-3.383 2.136-3.383 3.82zm6.109-.5c.01.276-.218.5-.494.5H9.847a.488.488 0 01-.493-.5c.037-.993.277-1.792 1.849-1.792h.873c1.571 0 1.812.799 1.848 1.792zM4.76 8.721c0-1.933 1.878-3.183 3.82-3.183h6.111c1.942 0 3.82 1.25 3.816 3.104l.768 8.037a2.89 2.89 0 01-1.121 2.32h.087a1 1 0 01.965 1.263l-.446 1.639c-.362 1.333-1.813 2.372-3.308 2.372H7.827c-1.498 0-2.946-1.037-3.309-2.372l-.445-1.639A1 1 0 015.038 19h.092c-.695-.559-1.132-1.373-1.13-2.4l.76-7.879zm12.99 8.037l-.767-8.037c0-.662-.636-1.24-1.472-1.478l-7.751.001c-.837.24-1.473.834-1.476 1.556l-.76 7.879c0 .748.636 1.327 1.578 1.521h9.067c.942-.19 1.579-.758 1.582-1.442zm-3.182-.525h.549a1 1 0 00.994-1.1l-.648-6.404a1 1 0 00-.994-.899H14.1l.467 8.403zM9.178 7.83H8.81a1 1 0 00-.995.9l-.648 6.403a1 1 0 00.995 1.1h.549l.467-8.403zM5.811 20.62a.517.517 0 01.51-.62H16.78c.329 0 .575.3.51.62l-.19.908-.002.01c-.107.422-.39.781-.713 1.03-.325.25-.747.433-1.185.433H7.9c-.439 0-.86-.182-1.185-.432-.325-.25-.606-.61-.713-1.03L6 21.528l-.19-.91z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = InteriorThinIcon;
1
+ "use strict";function e(c){if(c&&c.__esModule)return c;var l=Object.create(null);return c&&Object.keys(c).forEach(function(r){if(r!=="default"){var n=Object.getOwnPropertyDescriptor(c,r);Object.defineProperty(l,r,n.get?n:{enumerable:!0,get:function(){return c[r]}})}}),l.default=c,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(c){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 25",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...c},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.816 3.883c0 .66.534 1.194 1.193 1.194h5.253c.659 0 1.193-.535 1.193-1.194 0-1.684-.74-3.82-3.383-3.82h-.873c-2.643 0-3.383 2.136-3.383 3.82zm6.109-.5c.01.276-.218.5-.494.5H9.847a.488.488 0 01-.493-.5c.037-.993.277-1.792 1.849-1.792h.873c1.571 0 1.812.799 1.848 1.792zM4.76 8.721c0-1.933 1.878-3.183 3.82-3.183h6.111c1.942 0 3.82 1.25 3.816 3.104l.768 8.037a2.89 2.89 0 01-1.121 2.32h.087a1 1 0 01.965 1.263l-.446 1.639c-.362 1.333-1.813 2.372-3.308 2.372H7.827c-1.498 0-2.946-1.037-3.309-2.372l-.445-1.639A1 1 0 015.038 19h.092c-.695-.559-1.132-1.373-1.13-2.4l.76-7.879zm12.99 8.037l-.767-8.037c0-.662-.636-1.24-1.472-1.478l-7.751.001c-.837.24-1.473.834-1.476 1.556l-.76 7.879c0 .748.636 1.327 1.578 1.521h9.067c.942-.19 1.579-.758 1.582-1.442zm-3.182-.525h.549a1 1 0 00.994-1.1l-.648-6.404a1 1 0 00-.994-.899H14.1l.467 8.403zM9.178 7.83H8.81a1 1 0 00-.995.9l-.648 6.403a1 1 0 00.995 1.1h.549l.467-8.403zM5.811 20.62a.517.517 0 01.51-.62H16.78c.329 0 .575.3.51.62l-.19.908-.002.01c-.107.422-.39.781-.713 1.03-.325.25-.747.433-1.185.433H7.9c-.439 0-.86-.182-1.185-.432-.325-.25-.606-.61-.713-1.03L6 21.528l-.19-.91z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function InternationalIcon(props) {
8
- return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 56 56", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z" }, void 0), jsxRuntime.jsx("path", { d: "M23.88 39.78a11.329 11.329 0 01-3.65-5.15H24c.14-.595.32-1.18.54-1.75h-4.9a22.994 22.994 0 01-.81-5.27h7v2.75a12.795 12.795 0 011.76-2.12v-.63h.7A12.86 12.86 0 0131 25.85h-3.4v-5.27h6.2c.372 1.358.62 2.747.74 4.15.578-.1 1.163-.16 1.75-.18a24.573 24.573 0 00-.64-4h3.71a14.082 14.082 0 011.31 4.58c.818.253 1.609.588 2.36 1a16 16 0 10-18.27 16.62 12.883 12.883 0 01-.88-2.97zm9.46-25.45a14.001 14.001 0 015 4.5h-3.21a15.49 15.49 0 00-2.71-4.95c.31.12.58.29.92.45zm-5.74-1.56c2.3.48 4.33 2.78 5.61 6.06H27.6v-6.06zm-1.76 13.08h-7c.065-1.782.337-3.55.81-5.27h6.2l-.01 5.27zm0-13.08v6.06h-5.61c1.28-3.28 3.32-5.58 5.61-6.06zM21 13.89a15.13 15.13 0 00-2.7 4.94h-3.19A13.94 13.94 0 0121 13.89zm-6.93 6.69h3.7a24.93 24.93 0 00-.71 5.27H12.7a14 14 0 011.39-5.27h-.02zm-1.39 7h4.38c.048 1.777.286 3.544.71 5.27h-3.7a14 14 0 01-1.37-5.24l-.02-.03zm2.41 7h3.21a15.13 15.13 0 002.7 4.99 13.939 13.939 0 01-5.89-4.94l-.02-.05z" }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M45.62 34.65c0-.88-.82-.95-1.46-.87v-.05l-1.54-2.53a3.57 3.57 0 00-2.84-1.59H34a3.589 3.589 0 00-2.84 1.59l-1.54 2.53v.05c-.64-.08-1.46 0-1.46.87a.8.8 0 00.57.83 5.14 5.14 0 00-.28 2.35l.3 1.73a.932.932 0 00.14.36V41a.88.88 0 00.87.88h1.17a.89.89 0 00.88-.88v-.56H42V41a.89.89 0 00.88.88H44a.88.88 0 00.87-.88v-1.08c.07-.11.121-.232.15-.36l.29-1.73a5.14 5.14 0 00-.28-2.35.79.79 0 00.59-.83zm-13.25-2.71a2.14 2.14 0 011.63-.89h5.82a2.13 2.13 0 011.59.89l1.21 2H31.16l1.21-2zm-1 6.31a1.081 1.081 0 11.03 0h-.03zm7.66 0h-4.35v-.72h4.38l-.03.72zm3.28 0a1.08 1.08 0 11.03 0h-.03z" }, void 0)] }), void 0));
9
- }
10
-
11
- exports['default'] = InternationalIcon;
1
+ "use strict";function e(a){if(a&&a.__esModule)return a;var l=Object.create(null);return a&&Object.keys(a).forEach(function(r){if(r!=="default"){var c=Object.getOwnPropertyDescriptor(a,r);Object.defineProperty(l,r,c.get?c:{enumerable:!0,get:function(){return a[r]}})}}),l.default=a,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(a){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 56 56",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...a},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z"}),t.createElement("path",{d:"M23.88 39.78a11.329 11.329 0 01-3.65-5.15H24c.14-.595.32-1.18.54-1.75h-4.9a22.994 22.994 0 01-.81-5.27h7v2.75a12.795 12.795 0 011.76-2.12v-.63h.7A12.86 12.86 0 0131 25.85h-3.4v-5.27h6.2c.372 1.358.62 2.747.74 4.15.578-.1 1.163-.16 1.75-.18a24.573 24.573 0 00-.64-4h3.71a14.082 14.082 0 011.31 4.58c.818.253 1.609.588 2.36 1a16 16 0 10-18.27 16.62 12.883 12.883 0 01-.88-2.97zm9.46-25.45a14.001 14.001 0 015 4.5h-3.21a15.49 15.49 0 00-2.71-4.95c.31.12.58.29.92.45zm-5.74-1.56c2.3.48 4.33 2.78 5.61 6.06H27.6v-6.06zm-1.76 13.08h-7c.065-1.782.337-3.55.81-5.27h6.2l-.01 5.27zm0-13.08v6.06h-5.61c1.28-3.28 3.32-5.58 5.61-6.06zM21 13.89a15.13 15.13 0 00-2.7 4.94h-3.19A13.94 13.94 0 0121 13.89zm-6.93 6.69h3.7a24.93 24.93 0 00-.71 5.27H12.7a14 14 0 011.39-5.27h-.02zm-1.39 7h4.38c.048 1.777.286 3.544.71 5.27h-3.7a14 14 0 01-1.37-5.24l-.02-.03zm2.41 7h3.21a15.13 15.13 0 002.7 4.99 13.939 13.939 0 01-5.89-4.94l-.02-.05z"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.62 34.65c0-.88-.82-.95-1.46-.87v-.05l-1.54-2.53a3.57 3.57 0 00-2.84-1.59H34a3.589 3.589 0 00-2.84 1.59l-1.54 2.53v.05c-.64-.08-1.46 0-1.46.87a.8.8 0 00.57.83 5.14 5.14 0 00-.28 2.35l.3 1.73a.932.932 0 00.14.36V41a.88.88 0 00.87.88h1.17a.89.89 0 00.88-.88v-.56H42V41a.89.89 0 00.88.88H44a.88.88 0 00.87-.88v-1.08c.07-.11.121-.232.15-.36l.29-1.73a5.14 5.14 0 00-.28-2.35.79.79 0 00.59-.83zm-13.25-2.71a2.14 2.14 0 011.63-.89h5.82a2.13 2.13 0 011.59.89l1.21 2H31.16l1.21-2zm-1 6.31a1.081 1.081 0 11.03 0h-.03zm7.66 0h-4.35v-.72h4.38l-.03.72zm3.28 0a1.08 1.08 0 11.03 0h-.03z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function KvdTestIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M40.333 29.888c.727-.085 1.667-.003 1.667.987 0 .514-.253.783-.598.911.296.745.433 1.68.316 2.364l-.41 2.398a.948.948 0 01-.141.356v1.27a.837.837 0 01-.841.826h-1.652a.84.84 0 01-.84-.825v-.8H26.166v.8a.837.837 0 01-.841.825h-1.652a.84.84 0 01-.84-.825v-1.272a.94.94 0 01-.142-.355l-.41-2.398c-.117-.684.02-1.619.316-2.364-.345-.128-.598-.397-.598-.911 0-.99.94-1.072 1.667-.987v-.061l1.749-2.843c.634-1.03 2.046-1.817 3.258-1.817h6.652c1.214 0 2.623.785 3.258 1.817l1.75 2.843v.061zm-1.811.174l-1.357-2.204c-.332-.54-1.203-1.025-1.839-1.025h-6.652c-.634 0-1.508.487-1.839 1.025l-1.357 2.204h13.044zM32 0c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32C14.327 64 0 49.673 0 32 0 14.327 14.327 0 32 0zm0 2C15.458 2 2 15.458 2 32s13.458 30 30 30 30-13.458 30-30S48.542 2 32 2zm0 14c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm0 2c-7.72 0-14 6.28-14 14s6.28 14 14 14 14-6.28 14-14-6.28-14-14-14zm-9.984-2.335l-1.662.881-3.618-6.821 1.662-.882 1.587 2.993.667-4.189 2.176-1.154-1 4.901 4.62 1.921-2.14 1.134-3.89-1.796 1.598 3.012zm9.128-2.68l-2.627-7.76 2.002.03 1.83 5.91 1.997-5.856 2.003.03-2.85 7.68-2.355-.034zm13.332-4.858c1.091.573 1.822 1.359 2.192 2.36.368 1.001.289 2.007-.242 3.016-.53 1.011-1.311 1.65-2.347 1.918-1.036.269-2.098.117-3.19-.455l-2.406-1.262 3.587-6.839 2.406 1.262zm-3.663 5.184l.74.388c.637.334 1.24.402 1.808.203.567-.199 1.024-.627 1.367-1.282.346-.657.438-1.275.277-1.855-.159-.58-.556-1.037-1.193-1.371l-.74-.389-2.259 4.306zM14.28 44.223l.893-.756 3.222 3.804-.892.757-1.117-1.319-3.928 3.327-.994-1.174 3.927-3.327-1.11-1.312zm8.915 6.423l-.636.982-1.919-1.243-.738 1.14 1.691 1.097-.636.982-1.692-1.097-.798 1.231 1.92 1.243-.637.982-3.21-2.08 3.445-5.317 3.21 2.08zm3.925 2.585a.71.71 0 00-.495.039c-.144.07-.237.199-.282.386a.634.634 0 00.058.491c.083.14.207.262.37.366.163.103.348.209.554.317.205.108.407.227.604.357.197.13.371.275.521.435.15.159.255.358.315.598.06.239.054.508-.017.805-.124.52-.44.914-.953 1.184-.512.269-1.113.321-1.805.156-.69-.165-1.209-.465-1.553-.899-.343-.433-.442-.957-.296-1.569l1.593.38c-.076.5.116.806.577.915.216.052.4.036.55-.049a.579.579 0 00.286-.389.598.598 0 00-.063-.469 1.2 1.2 0 00-.37-.366 6.817 6.817 0 00-.553-.322 6.004 6.004 0 01-.603-.361 3.17 3.17 0 01-.52-.435 1.291 1.291 0 01-.317-.593c-.06-.24-.055-.505.014-.797.137-.572.46-.979.968-1.222.508-.242 1.094-.285 1.756-.126.662.158 1.162.437 1.498.835.337.397.436.923.3 1.575l-1.628-.389c.03-.228-.002-.416-.093-.564a.636.636 0 00-.416-.289zm4.597.766l-.121-1.164 4.96-.514.12 1.163-1.72.18.532 5.12-1.531.158-.53-5.12-1.71.177zm12.618 1.889l-.777-.805-2.045.98.144 1.11-1.478.709-.76-6.662 1.686-.81 4.713 4.766-1.483.712zm-2.98-1.046l1.348-.646-1.647-1.706.3 2.352zm4.692-8.185c.694-.73 1.476-1.13 2.346-1.198.87-.068 1.646.22 2.322.861.676.642 1.005 1.4.986 2.275-.018.875-.375 1.678-1.068 2.41l-1.53 1.613-4.585-4.347 1.53-1.614zm3.266 4.04l.47-.498c.406-.426.591-.885.562-1.377-.03-.49-.265-.945-.705-1.362-.439-.417-.906-.628-1.398-.632-.491-.004-.941.208-1.345.635l-.471.496 2.887 2.737zM9.75 27L11 28.25l-2.084 2.085-1.291 1.29a.53.53 0 000 .75L11 35.75 9.75 37l-3.375-3.375a2.3 2.3 0 010-3.25l1.157-1.157L9.75 27zm44.5 0l2.218 2.218 1.157 1.157a2.3 2.3 0 010 3.25L54.25 37 53 35.75l3.375-3.375a.53.53 0 000-.75l-1.29-1.29L53 28.25 54.25 27zm-28.5 7.938c.69 0 1.25-.546 1.25-1.22 0-.672-.56-1.218-1.25-1.218s-1.25.546-1.25 1.219.56 1.218 1.25 1.218zm12.5 0c.69 0 1.25-.546 1.25-1.22 0-.672-.56-1.218-1.25-1.218S37 33.046 37 33.719s.56 1.218 1.25 1.218zm-8.75-.813v.813h5v-.813h-5z", fill: "currentColor" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = KvdTestIcon;
1
+ "use strict";function e(c){if(c&&c.__esModule)return c;var r=Object.create(null);return c&&Object.keys(c).forEach(function(t){if(t!=="default"){var a=Object.getOwnPropertyDescriptor(c,t);Object.defineProperty(r,t,a.get?a:{enumerable:!0,get:function(){return c[t]}})}}),r.default=c,Object.freeze(r)}Object.defineProperty(exports,"__esModule",{value:!0});var l=e(require("react"));exports.default=function(c){return l.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 64 64",xmlns:"http://www.w3.org/2000/svg",...c},l.createElement("path",{d:"M40.333 29.888c.727-.085 1.667-.003 1.667.987 0 .514-.253.783-.598.911.296.745.433 1.68.316 2.364l-.41 2.398a.948.948 0 01-.141.356v1.27a.837.837 0 01-.841.826h-1.652a.84.84 0 01-.84-.825v-.8H26.166v.8a.837.837 0 01-.841.825h-1.652a.84.84 0 01-.84-.825v-1.272a.94.94 0 01-.142-.355l-.41-2.398c-.117-.684.02-1.619.316-2.364-.345-.128-.598-.397-.598-.911 0-.99.94-1.072 1.667-.987v-.061l1.749-2.843c.634-1.03 2.046-1.817 3.258-1.817h6.652c1.214 0 2.623.785 3.258 1.817l1.75 2.843v.061zm-1.811.174l-1.357-2.204c-.332-.54-1.203-1.025-1.839-1.025h-6.652c-.634 0-1.508.487-1.839 1.025l-1.357 2.204h13.044zM32 0c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32C14.327 64 0 49.673 0 32 0 14.327 14.327 0 32 0zm0 2C15.458 2 2 15.458 2 32s13.458 30 30 30 30-13.458 30-30S48.542 2 32 2zm0 14c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm0 2c-7.72 0-14 6.28-14 14s6.28 14 14 14 14-6.28 14-14-6.28-14-14-14zm-9.984-2.335l-1.662.881-3.618-6.821 1.662-.882 1.587 2.993.667-4.189 2.176-1.154-1 4.901 4.62 1.921-2.14 1.134-3.89-1.796 1.598 3.012zm9.128-2.68l-2.627-7.76 2.002.03 1.83 5.91 1.997-5.856 2.003.03-2.85 7.68-2.355-.034zm13.332-4.858c1.091.573 1.822 1.359 2.192 2.36.368 1.001.289 2.007-.242 3.016-.53 1.011-1.311 1.65-2.347 1.918-1.036.269-2.098.117-3.19-.455l-2.406-1.262 3.587-6.839 2.406 1.262zm-3.663 5.184l.74.388c.637.334 1.24.402 1.808.203.567-.199 1.024-.627 1.367-1.282.346-.657.438-1.275.277-1.855-.159-.58-.556-1.037-1.193-1.371l-.74-.389-2.259 4.306zM14.28 44.223l.893-.756 3.222 3.804-.892.757-1.117-1.319-3.928 3.327-.994-1.174 3.927-3.327-1.11-1.312zm8.915 6.423l-.636.982-1.919-1.243-.738 1.14 1.691 1.097-.636.982-1.692-1.097-.798 1.231 1.92 1.243-.637.982-3.21-2.08 3.445-5.317 3.21 2.08zm3.925 2.585a.71.71 0 00-.495.039c-.144.07-.237.199-.282.386a.634.634 0 00.058.491c.083.14.207.262.37.366.163.103.348.209.554.317.205.108.407.227.604.357.197.13.371.275.521.435.15.159.255.358.315.598.06.239.054.508-.017.805-.124.52-.44.914-.953 1.184-.512.269-1.113.321-1.805.156-.69-.165-1.209-.465-1.553-.899-.343-.433-.442-.957-.296-1.569l1.593.38c-.076.5.116.806.577.915.216.052.4.036.55-.049a.579.579 0 00.286-.389.598.598 0 00-.063-.469 1.2 1.2 0 00-.37-.366 6.817 6.817 0 00-.553-.322 6.004 6.004 0 01-.603-.361 3.17 3.17 0 01-.52-.435 1.291 1.291 0 01-.317-.593c-.06-.24-.055-.505.014-.797.137-.572.46-.979.968-1.222.508-.242 1.094-.285 1.756-.126.662.158 1.162.437 1.498.835.337.397.436.923.3 1.575l-1.628-.389c.03-.228-.002-.416-.093-.564a.636.636 0 00-.416-.289zm4.597.766l-.121-1.164 4.96-.514.12 1.163-1.72.18.532 5.12-1.531.158-.53-5.12-1.71.177zm12.618 1.889l-.777-.805-2.045.98.144 1.11-1.478.709-.76-6.662 1.686-.81 4.713 4.766-1.483.712zm-2.98-1.046l1.348-.646-1.647-1.706.3 2.352zm4.692-8.185c.694-.73 1.476-1.13 2.346-1.198.87-.068 1.646.22 2.322.861.676.642 1.005 1.4.986 2.275-.018.875-.375 1.678-1.068 2.41l-1.53 1.613-4.585-4.347 1.53-1.614zm3.266 4.04l.47-.498c.406-.426.591-.885.562-1.377-.03-.49-.265-.945-.705-1.362-.439-.417-.906-.628-1.398-.632-.491-.004-.941.208-1.345.635l-.471.496 2.887 2.737zM9.75 27L11 28.25l-2.084 2.085-1.291 1.29a.53.53 0 000 .75L11 35.75 9.75 37l-3.375-3.375a2.3 2.3 0 010-3.25l1.157-1.157L9.75 27zm44.5 0l2.218 2.218 1.157 1.157a2.3 2.3 0 010 3.25L54.25 37 53 35.75l3.375-3.375a.53.53 0 000-.75l-1.29-1.29L53 28.25 54.25 27zm-28.5 7.938c.69 0 1.25-.546 1.25-1.22 0-.672-.56-1.218-1.25-1.218s-1.25.546-1.25 1.219.56 1.218 1.25 1.218zm12.5 0c.69 0 1.25-.546 1.25-1.22 0-.672-.56-1.218-1.25-1.218S37 33.046 37 33.719s.56 1.218 1.25 1.218zm-8.75-.813v.813h5v-.813h-5z",fill:"currentColor"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function KvdVenueIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 59", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M6 57h7V27h38v30h7V17H6v40zm-2 0V2H0V0h64v2h-4v55h4v2H0v-2h4zm11 0h34V29H15v28zm43-42V2H6v13h52zm-26-3c-.5 0-1-.2-1.3-.6l-2.8-2.8 1-1.1 2.8 2.9c.2.1.4.1.6 0l2.8-2.9 1.1 1.1-2.8 2.8c-.4.4-.9.6-1.4.6zm4.2.8l-1.1-1.1 2.8-2.8c.2-.2.2-.5 0-.6l-2.8-2.9 1.1-1L39 7.2c.7.8.7 2 0 2.7l-2.8 2.9zm-8.3 0L25 9.9c-.7-.7-.7-1.9 0-2.7l2.9-2.8 1 1-2.8 2.9c-.2.1-.2.4 0 .6l2.8 2.8-1 1.1zM17 32h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = KvdVenueIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var c=Object.create(null);return r&&Object.keys(r).forEach(function(v){if(v!=="default"){var l=Object.getOwnPropertyDescriptor(r,v);Object.defineProperty(c,v,l.get?l:{enumerable:!0,get:function(){return r[v]}})}}),c.default=r,Object.freeze(c)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 59",fill:"currentColor",...r},t.createElement("path",{d:"M6 57h7V27h38v30h7V17H6v40zm-2 0V2H0V0h64v2h-4v55h4v2H0v-2h4zm11 0h34V29H15v28zm43-42V2H6v13h52zm-26-3c-.5 0-1-.2-1.3-.6l-2.8-2.8 1-1.1 2.8 2.9c.2.1.4.1.6 0l2.8-2.9 1.1 1.1-2.8 2.8c-.4.4-.9.6-1.4.6zm4.2.8l-1.1-1.1 2.8-2.8c.2-.2.2-.5 0-.6l-2.8-2.9 1.1-1L39 7.2c.7.8.7 2 0 2.7l-2.8 2.9zm-8.3 0L25 9.9c-.7-.7-.7-1.9 0-2.7l2.9-2.8 1 1-2.8 2.9c-.2.1-.2.4 0 .6l2.8 2.8-1 1.1zM17 32h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function LifebuoyIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 26 26", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M13 26C5.8 26 0 20.2 0 13S5.8 0 13 0s13 5.8 13 13-5.8 13-13 13zm0-2c6.1 0 11-4.9 11-11S19.1 2 13 2 2 6.9 2 13s4.9 11 11 11zM8.7 10.4c.4-.6.9-1.1 1.5-1.5L6 3h2.5L12 8h2l3.5-5H20l-4.2 5.9c.6.4 1.1.9 1.5 1.5L24 7v2.2l-6 3v1.6l6 3V19l-6.7-3.4c-.4.6-.9 1.1-1.5 1.5L20 23h-2.5L14 18h-2l-3.5 5H6l4.2-5.9c-.6-.4-1.1-.9-1.5-1.5L2 19v-2.2l6-3v-1.6l-6-3V7l6.7 3.4zM13 16c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = LifebuoyIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var l=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var n=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(l,c,n.get?n:{enumerable:!0,get:function(){return r[c]}})}}),l.default=r,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 26 26",fill:"currentColor",...r},t.createElement("path",{d:"M13 26C5.8 26 0 20.2 0 13S5.8 0 13 0s13 5.8 13 13-5.8 13-13 13zm0-2c6.1 0 11-4.9 11-11S19.1 2 13 2 2 6.9 2 13s4.9 11 11 11zM8.7 10.4c.4-.6.9-1.1 1.5-1.5L6 3h2.5L12 8h2l3.5-5H20l-4.2 5.9c.6.4 1.1.9 1.5 1.5L24 7v2.2l-6 3v1.6l6 3V19l-6.7-3.4c-.4.6-.9 1.1-1.5 1.5L20 23h-2.5L14 18h-2l-3.5 5H6l4.2-5.9c-.6-.4-1.1-.9-1.5-1.5L2 19v-2.2l6-3v-1.6l-6-3V7l6.7 3.4zM13 16c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function LiftTruckIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 16", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M21.1 14.1c-.4 1.1-1.4 1.9-2.6 1.9-1.2 0-2.3-.8-2.7-1.9H9.1C8.7 15.2 7.7 16 6.5 16c-1.2 0-2.3-.8-2.7-1.9H0V5.3L4.2 0h6v7.5H12V6l4.2-5h4.1v3.5c0 .5.4.9.9.9s1-.4 1-.8H24c0 1.4-1.2 2.6-2.8 2.6-1.5 0-2.7-1.2-2.7-2.6V2.8h-1.4l-3.3 3.8v.9H24v6.6h-2.9zM2.9 12.2H1.8V9.4h13.9V1.9h3.2L22.2 6v6.2h-2c-.4-1.1-1.5-1.8-2.7-1.8-1.2 0-2.2.7-2.6 1.8H8.2c-.4-1.1-1.5-1.8-2.7-1.8-1.2 0-2.2.7-2.6 1.8zm14.6 1.9c-.5 0-.9-.4-.9-.9s.4-1 .9-1 1 .5 1 1-.5.9-1 .9zm-12 0c-.5 0-.9-.4-.9-.9s.4-1 .9-1 1 .5 1 1-.5.9-1 .9z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = LiftTruckIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var u=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,u.get?u:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 16",fill:"currentColor",...r},t.createElement("path",{d:"M21.1 14.1c-.4 1.1-1.4 1.9-2.6 1.9-1.2 0-2.3-.8-2.7-1.9H9.1C8.7 15.2 7.7 16 6.5 16c-1.2 0-2.3-.8-2.7-1.9H0V5.3L4.2 0h6v7.5H12V6l4.2-5h4.1v3.5c0 .5.4.9.9.9s1-.4 1-.8H24c0 1.4-1.2 2.6-2.8 2.6-1.5 0-2.7-1.2-2.7-2.6V2.8h-1.4l-3.3 3.8v.9H24v6.6h-2.9zM2.9 12.2H1.8V9.4h13.9V1.9h3.2L22.2 6v6.2h-2c-.4-1.1-1.5-1.8-2.7-1.8-1.2 0-2.2.7-2.6 1.8H8.2c-.4-1.1-1.5-1.8-2.7-1.8-1.2 0-2.2.7-2.6 1.8zm14.6 1.9c-.5 0-.9-.4-.9-.9s.4-1 .9-1 1 .5 1 1-.5.9-1 .9zm-12 0c-.5 0-.9-.4-.9-.9s.4-1 .9-1 1 .5 1 1-.5.9-1 .9z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function LinkedInIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor" }, props, { children: jsxRuntime.jsx("path", { d: "M22.2 0H1.8c-.3 0-.5 0-.7.1C.9.2.7.3.5.5.4.7.2.9.1 1.1c-.1.2-.1.4-.1.6v20.5c0 .3 0 .5.1.7.1.2.3.4.4.6.2.1.4.3.6.3.2.1.4.2.7.2h20.4c.5 0 .9-.2 1.3-.5.3-.4.5-.8.5-1.3V1.7c0-.4-.2-.9-.5-1.2-.4-.3-.8-.5-1.3-.5zM7.1 20.5H3.6V9h3.5v11.5zM5.3 7.4c-.4 0-.8-.1-1.1-.3-.3-.2-.6-.5-.8-.9-.1-.4-.2-.8-.1-1.2.1-.4.3-.8.6-1.1.3-.3.6-.5 1-.6.4 0 .8 0 1.2.2.4.1.7.4 1 .7.2.4.3.8.3 1.2 0 .5-.2 1-.6 1.4-.4.4-.9.6-1.5.6zm15.2 13.1h-3.6v-5.6c0-1.4 0-3.1-1.9-3.1-1.8 0-2.1 1.5-2.1 3v5.7H9.4V9h3.4v1.6c.3-.6.8-1.1 1.4-1.4.6-.3 1.3-.5 1.9-.5 3.6 0 4.3 2.4 4.3 5.5l.1 6.3z" }, void 0) }), void 0));
9
- }
10
-
11
- exports['default'] = LinkedInIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var u=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,u.get?u:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",...r},t.createElement("path",{d:"M22.2 0H1.8c-.3 0-.5 0-.7.1C.9.2.7.3.5.5.4.7.2.9.1 1.1c-.1.2-.1.4-.1.6v20.5c0 .3 0 .5.1.7.1.2.3.4.4.6.2.1.4.3.6.3.2.1.4.2.7.2h20.4c.5 0 .9-.2 1.3-.5.3-.4.5-.8.5-1.3V1.7c0-.4-.2-.9-.5-1.2-.4-.3-.8-.5-1.3-.5zM7.1 20.5H3.6V9h3.5v11.5zM5.3 7.4c-.4 0-.8-.1-1.1-.3-.3-.2-.6-.5-.8-.9-.1-.4-.2-.8-.1-1.2.1-.4.3-.8.6-1.1.3-.3.6-.5 1-.6.4 0 .8 0 1.2.2.4.1.7.4 1 .7.2.4.3.8.3 1.2 0 .5-.2 1-.6 1.4-.4.4-.9.6-1.5.6zm15.2 13.1h-3.6v-5.6c0-1.4 0-3.1-1.9-3.1-1.8 0-2.1 1.5-2.1 3v5.7H9.4V9h3.4v1.6c.3-.6.8-1.1 1.4-1.4.6-.3 1.3-.5 1.9-.5 3.6 0 4.3 2.4 4.3 5.5l.1 6.3z"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function ListViewIcon(props) {
8
- return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 25 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("rect", { x: 2.002, y: 2, width: 20, height: 3, rx: 1 }, void 0), jsxRuntime.jsx("rect", { x: 2.002, y: 7.667, width: 20, height: 3, rx: 1 }, void 0), jsxRuntime.jsx("rect", { x: 2.002, y: 13.333, width: 20, height: 3, rx: 1 }, void 0), jsxRuntime.jsx("rect", { x: 2.002, y: 19, width: 20, height: 3, rx: 1 }, void 0)] }), void 0));
9
- }
10
-
11
- exports['default'] = ListViewIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var i=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,i.get?i:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...r},t.createElement("rect",{x:2.002,y:2,width:20,height:3,rx:1}),t.createElement("rect",{x:2.002,y:7.667,width:20,height:3,rx:1}),t.createElement("rect",{x:2.002,y:13.333,width:20,height:3,rx:1}),t.createElement("rect",{x:2.002,y:19,width:20,height:3,rx:1}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function MailIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "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));
9
- }
10
-
11
- exports['default'] = MailIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var l=Object.create(null);return r&&Object.keys(r).forEach(function(a){if(a!=="default"){var n=Object.getOwnPropertyDescriptor(r,a);Object.defineProperty(l,a,n.get?n:{enumerable:!0,get:function(){return r[a]}})}}),l.default=r,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...r},t.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"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function MinibusIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "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));
9
- }
10
-
11
- exports['default'] = MinibusIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var u=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,u.get?u:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...r},t.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"}))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function MinivanIcon(props) {
8
- return (jsxRuntime.jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 26 18", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsxs("g", Object.assign({ fill: "currentColor" }, { children: [jsxRuntime.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), jsxRuntime.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));
9
- }
10
-
11
- exports['default'] = MinivanIcon;
1
+ "use strict";function e(r){if(r&&r.__esModule)return r;var n=Object.create(null);return r&&Object.keys(r).forEach(function(c){if(c!=="default"){var a=Object.getOwnPropertyDescriptor(r,c);Object.defineProperty(n,c,a.get?a:{enumerable:!0,get:function(){return r[c]}})}}),n.default=r,Object.freeze(n)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(r){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 18",xmlns:"http://www.w3.org/2000/svg",...r},t.createElement("g",{fill:"currentColor"},t.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"}),t.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"})))};
@@ -1,11 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var jsxRuntime = require('react/jsx-runtime');
6
-
7
- function MobileIcon(props) {
8
- return (jsxRuntime.jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 48 49", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.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), jsxRuntime.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), jsxRuntime.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), jsxRuntime.jsx("path", { d: "M24.3 14.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" }, void 0)] }), void 0));
9
- }
10
-
11
- exports['default'] = MobileIcon;
1
+ "use strict";function e(c){if(c&&c.__esModule)return c;var l=Object.create(null);return c&&Object.keys(c).forEach(function(r){if(r!=="default"){var n=Object.getOwnPropertyDescriptor(c,r);Object.defineProperty(l,r,n.get?n:{enumerable:!0,get:function(){return c[r]}})}}),l.default=c,Object.freeze(l)}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react"));exports.default=function(c){return t.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 48 49",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...c},t.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"}),t.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"}),t.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"}),t.createElement("path",{d:"M24.3 14.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"}))};