@kvdbil/components 3.3.5 → 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 (679) hide show
  1. package/cjs/ColorCard.js +25 -0
  2. package/cjs/ElevationCard.js +13 -0
  3. package/cjs/Interfaces.js +1 -0
  4. package/cjs/Types.js +1 -0
  5. package/cjs/components/Accordion/index.js +51 -0
  6. package/cjs/components/Badge/index.js +35 -0
  7. package/cjs/components/Button/index.js +100 -0
  8. package/cjs/components/Card/index.js +8 -0
  9. package/cjs/components/CheckBox/index.js +56 -0
  10. package/cjs/components/Chip/index.js +23 -0
  11. package/cjs/components/DayPicker/DayPickerNavBar.js +23 -0
  12. package/cjs/components/DayPicker/index.js +34 -0
  13. package/cjs/components/DayPicker/localeUtils.js +1 -0
  14. package/cjs/components/DayPicker/style.js +226 -0
  15. package/cjs/components/Dialog/index.js +27 -0
  16. package/cjs/components/ErrorMessage/index.js +10 -0
  17. package/cjs/components/FieldLabel.js +34 -0
  18. package/cjs/components/Header/Hamburger.js +31 -0
  19. package/cjs/components/Header/Link.js +34 -0
  20. package/cjs/components/Header/index.js +63 -0
  21. package/cjs/components/Hero/index.js +26 -0
  22. package/cjs/components/Icon/index.js +32 -0
  23. package/cjs/components/IconButton.js +80 -0
  24. package/cjs/components/Icons/Arrow.js +1 -0
  25. package/cjs/components/Icons/CheckCircle.js +1 -0
  26. package/cjs/components/Icons/CheckIcon.js +1 -0
  27. package/cjs/components/Icons/Close.js +1 -0
  28. package/cjs/components/Icons/ErrorCircle.js +1 -0
  29. package/cjs/components/Icons/InfoCircle.js +1 -0
  30. package/cjs/components/InlineStepper/Step.js +56 -0
  31. package/cjs/components/InlineStepper/StepCircle.js +43 -0
  32. package/cjs/components/InlineStepper/index.js +7 -0
  33. package/cjs/components/ListItem/Bacon.js +1 -0
  34. package/cjs/components/ListItem/index.js +24 -0
  35. package/cjs/components/Logo/LogoEn.js +1 -0
  36. package/cjs/components/Logo/LogoSv.js +1 -0
  37. package/cjs/components/Logo/index.js +3 -0
  38. package/cjs/components/MenuItem/index.js +38 -0
  39. package/cjs/components/Modal/index.js +77 -0
  40. package/cjs/components/NotificationButton/index.js +11 -0
  41. package/cjs/components/OffCanvas/Overlay.js +27 -0
  42. package/cjs/components/OffCanvas/index.js +57 -0
  43. package/cjs/components/OffCanvas/useClickOutside.js +1 -0
  44. package/cjs/components/RadioButton/index.js +88 -0
  45. package/cjs/components/Range/index.js +44 -0
  46. package/cjs/components/Select/components/test-icon.js +1 -0
  47. package/cjs/components/Select/index.js +44 -0
  48. package/cjs/components/Snackbar/index.js +78 -0
  49. package/cjs/components/Spinner/index.js +19 -0
  50. package/cjs/components/Stepper/index.js +33 -0
  51. package/cjs/components/StepperAccordion/index.js +72 -0
  52. package/cjs/components/Tabs/index.js +11 -0
  53. package/cjs/components/TextArea/index.js +55 -0
  54. package/cjs/components/Textfield/index.js +55 -0
  55. package/cjs/components/TimePicker/index.js +9 -0
  56. package/cjs/components/TimePicker/testHelper.js +1 -0
  57. package/cjs/components/Toggle/index.js +39 -0
  58. package/cjs/icons/components/AccountCreateIcon.js +1 -0
  59. package/cjs/icons/components/AccountIcon.js +1 -0
  60. package/cjs/icons/components/AccountLoginIcon.js +1 -0
  61. package/cjs/icons/components/ArrowDownIcon.js +1 -0
  62. package/cjs/icons/components/ArrowLeftIcon.js +1 -0
  63. package/cjs/icons/components/ArrowLeftSharpIcon.js +1 -0
  64. package/cjs/icons/components/ArrowLeftSmallIcon.js +1 -0
  65. package/cjs/icons/components/ArrowLong.js +1 -0
  66. package/cjs/icons/components/ArrowRestartIcon.js +1 -0
  67. package/cjs/icons/components/ArrowRightIcon.js +1 -0
  68. package/cjs/icons/components/ArrowRightSharpIcon.js +1 -0
  69. package/cjs/icons/components/ArrowUpIcon.js +1 -0
  70. package/cjs/icons/components/AuctionIcon.js +1 -0
  71. package/cjs/icons/components/BackArrowIcon.js +1 -0
  72. package/cjs/icons/components/Baseline360Icon.js +1 -0
  73. package/cjs/icons/components/BellIcon.js +1 -0
  74. package/cjs/icons/components/BidIcon.js +1 -0
  75. package/cjs/icons/components/BidKrIcon.js +1 -0
  76. package/cjs/icons/components/BreaksIcon.js +1 -0
  77. package/cjs/icons/components/BuyCarIcon.js +1 -0
  78. package/cjs/icons/components/CabIcon.js +1 -0
  79. package/cjs/icons/components/CalendarIcon.js +1 -0
  80. package/cjs/icons/components/CameraIcon.js +1 -0
  81. package/cjs/icons/components/Car360Icon.js +1 -0
  82. package/cjs/icons/components/CarFrontIcon.js +1 -0
  83. package/cjs/icons/components/CarSearchIcon.js +1 -0
  84. package/cjs/icons/components/CarSideIcon.js +1 -0
  85. package/cjs/icons/components/CarTiresIcon.js +1 -0
  86. package/cjs/icons/components/CaravanIcon.js +1 -0
  87. package/cjs/icons/components/CardViewIcon.js +1 -0
  88. package/cjs/icons/components/CarloanIcon.js +1 -0
  89. package/cjs/icons/components/CertifiedIcon.js +1 -0
  90. package/cjs/icons/components/ChatIcon.js +1 -0
  91. package/cjs/icons/components/CheckIcon.js +1 -0
  92. package/cjs/icons/components/CheckThinIcon.js +1 -0
  93. package/cjs/icons/components/CheckmarkFilledIcon.js +1 -0
  94. package/cjs/icons/components/CheckmarkIcon.js +1 -0
  95. package/cjs/icons/components/ClipboardFilledIcon.js +1 -0
  96. package/cjs/icons/components/ClipboardIcon.js +1 -0
  97. package/cjs/icons/components/ClockFilledIcon.js +1 -0
  98. package/cjs/icons/components/ClockIcon.js +1 -0
  99. package/cjs/icons/components/CloseIcon.js +1 -0
  100. package/cjs/icons/components/CloseThinIcon.js +1 -0
  101. package/cjs/icons/components/CoffeeIcon.js +1 -0
  102. package/cjs/icons/components/CombiIcon.js +1 -0
  103. package/cjs/icons/components/CommentCircleFilledIcon.js +1 -0
  104. package/cjs/icons/components/CommentCircleIconIcon.js +1 -0
  105. package/cjs/icons/components/CommentIcon.js +1 -0
  106. package/cjs/icons/components/ContactIcon.js +1 -0
  107. package/cjs/icons/components/CoupeIcon.js +1 -0
  108. package/cjs/icons/components/CreditCardIcon.js +1 -0
  109. package/cjs/icons/components/CrossCircleIcon.js +1 -0
  110. package/cjs/icons/components/CrownIcon.js +1 -0
  111. package/cjs/icons/components/DealmakerIcon.js +1 -0
  112. package/cjs/icons/components/DeliveryIcon.js +1 -0
  113. package/cjs/icons/components/DetailedSearchIcon.js +1 -0
  114. package/cjs/icons/components/EcoFriendlyIcon.js +1 -0
  115. package/cjs/icons/components/EditIcon.js +1 -0
  116. package/cjs/icons/components/EngineIcon.js +1 -0
  117. package/cjs/icons/components/EnglandFlagIcon.js +1 -0
  118. package/cjs/icons/components/EvaluationIcon.js +1 -0
  119. package/cjs/icons/components/ExaminationMarkFilledIcon.js +1 -0
  120. package/cjs/icons/components/ExaminationMarkIcon.js +1 -0
  121. package/cjs/icons/components/ExteriorIcon.js +1 -0
  122. package/cjs/icons/components/EyeIcon.js +1 -0
  123. package/cjs/icons/components/FacebookBtnIcon.js +1 -0
  124. package/cjs/icons/components/FacebookIcon.js +1 -0
  125. package/cjs/icons/components/FatalIcon.js +1 -0
  126. package/cjs/icons/components/FavouriteIcon.js +1 -0
  127. package/cjs/icons/components/FavouriteSolidIcon.js +1 -0
  128. package/cjs/icons/components/FilterIcon.js +1 -0
  129. package/cjs/icons/components/FinanceIcon.js +1 -0
  130. package/cjs/icons/components/FindCarIcon.js +1 -0
  131. package/cjs/icons/components/FixedMonthlyCostIcon.js +1 -0
  132. package/cjs/icons/components/FlagIcon.js +1 -0
  133. package/cjs/icons/components/FlexibilityIcon.js +1 -0
  134. package/cjs/icons/components/ForumLargeIcon.js +1 -0
  135. package/cjs/icons/components/ForumSmallIcon.js +1 -0
  136. package/cjs/icons/components/GavelIcon.js +1 -0
  137. package/cjs/icons/components/GearboxIcon.js +1 -0
  138. package/cjs/icons/components/GiftIcon.js +1 -0
  139. package/cjs/icons/components/GridViewIcon.js +1 -0
  140. package/cjs/icons/components/GroupIcon.js +1 -0
  141. package/cjs/icons/components/GuaranteeIcon.js +1 -0
  142. package/cjs/icons/components/GuaranteeLargeIcon.js +1 -0
  143. package/cjs/icons/components/GuaranteeSmallIcon.js +1 -0
  144. package/cjs/icons/components/HalfCombiIcon.js +1 -0
  145. package/cjs/icons/components/HamburgerIcon.js +1 -0
  146. package/cjs/icons/components/HandshakeIcon.js +1 -0
  147. package/cjs/icons/components/HelpingHandIcon.js +1 -0
  148. package/cjs/icons/components/IdIcon.js +1 -0
  149. package/cjs/icons/components/InformationIcon.js +1 -0
  150. package/cjs/icons/components/InstagramIcon.js +1 -0
  151. package/cjs/icons/components/InsuranceIcon.js +1 -0
  152. package/cjs/icons/components/InteriorIcon.js +1 -0
  153. package/cjs/icons/components/InteriorThinIcon.js +1 -0
  154. package/cjs/icons/components/InternationalIcon.js +1 -0
  155. package/cjs/icons/components/KvdTestIcon.js +1 -0
  156. package/cjs/icons/components/KvdVenueIcon.js +1 -0
  157. package/cjs/icons/components/LifebuoyIcon.js +1 -0
  158. package/cjs/icons/components/LiftTruckIcon.js +1 -0
  159. package/cjs/icons/components/LinkedInIcon.js +1 -0
  160. package/cjs/icons/components/ListViewIcon.js +1 -0
  161. package/cjs/icons/components/MailIcon.js +1 -0
  162. package/cjs/icons/components/MinibusIcon.js +1 -0
  163. package/cjs/icons/components/MinivanIcon.js +1 -0
  164. package/cjs/icons/components/MobileIcon.js +1 -0
  165. package/cjs/icons/components/MotorcycleIcon.js +1 -0
  166. package/cjs/icons/components/MrfLogoIcon.js +1 -0
  167. package/cjs/icons/components/NotFoundIcon.js +1 -0
  168. package/cjs/icons/components/OverbidIcon.js +1 -0
  169. package/cjs/icons/components/PdfIconIcon.js +1 -0
  170. package/cjs/icons/components/PhoneIcon.js +1 -0
  171. package/cjs/icons/components/PickUpIcon.js +1 -0
  172. package/cjs/icons/components/PinIcon.js +1 -0
  173. package/cjs/icons/components/PlayIcon.js +1 -0
  174. package/cjs/icons/components/Pricetag.js +1 -0
  175. package/cjs/icons/components/PricetagFilledKronaIcon.js +1 -0
  176. package/cjs/icons/components/PrivateCarIcon.js +1 -0
  177. package/cjs/icons/components/ProfileCircleIcon.js +1 -0
  178. package/cjs/icons/components/ProfileIcon.js +1 -0
  179. package/cjs/icons/components/RadioIcon.js +1 -0
  180. package/cjs/icons/components/ReclamationIcon.js +1 -0
  181. package/cjs/icons/components/ReleasingIcon.js +1 -0
  182. package/cjs/icons/components/RemoveFilterIcon.js +1 -0
  183. package/cjs/icons/components/ReservedPriceIcon.js +1 -0
  184. package/cjs/icons/components/ResultIcon.js +1 -0
  185. package/cjs/icons/components/SafePaymentIcon.js +1 -0
  186. package/cjs/icons/components/SaleTagIcon.js +1 -0
  187. package/cjs/icons/components/SearchCheckIcon.js +1 -0
  188. package/cjs/icons/components/SearchIcon.js +1 -0
  189. package/cjs/icons/components/SedanIcon.js +1 -0
  190. package/cjs/icons/components/SellCarIcon.js +1 -0
  191. package/cjs/icons/components/SellCarsIcon.js +1 -0
  192. package/cjs/icons/components/ServiceIcon.js +1 -0
  193. package/cjs/icons/components/ShareIcon.js +1 -0
  194. package/cjs/icons/components/ShieldIcon.js +1 -0
  195. package/cjs/icons/components/SignInIcon.js +1 -0
  196. package/cjs/icons/components/SignOutIcon.js +1 -0
  197. package/cjs/icons/components/SpeedMeterIcon.js +1 -0
  198. package/cjs/icons/components/StarCircleIcon.js +1 -0
  199. package/cjs/icons/components/StartIcon.js +1 -0
  200. package/cjs/icons/components/StoreIcon.js +1 -0
  201. package/cjs/icons/components/SuvIcon.js +1 -0
  202. package/cjs/icons/components/SwedenFlag.js +1 -0
  203. package/cjs/icons/components/TankIcon.js +1 -0
  204. package/cjs/icons/components/TireIcon.js +1 -0
  205. package/cjs/icons/components/TransportIcon.js +1 -0
  206. package/cjs/icons/components/TrashcanIcon.js +1 -0
  207. package/cjs/icons/components/TrophyIcon.js +1 -0
  208. package/cjs/icons/components/TruckIcon.js +1 -0
  209. package/cjs/icons/components/UmbrellaIcon.js +1 -0
  210. package/cjs/icons/components/ValuationIcon.js +1 -0
  211. package/cjs/icons/components/ValueIcon.js +1 -0
  212. package/cjs/icons/components/WarningIcon.js +1 -0
  213. package/cjs/icons/components/YoutubeIcon.js +1 -0
  214. package/cjs/icons/components/index.js +1 -0
  215. package/cjs/index.js +1 -0
  216. package/cjs/shared/constants.js +1 -0
  217. package/cjs/shared/helpers.js +1 -0
  218. package/cjs/shared/helpers.spec.js +1 -0
  219. package/cjs/shared/media-queries.js +1 -0
  220. package/cjs/theme.js +1 -0
  221. package/cjs/typography/BodyText/index.js +34 -0
  222. package/cjs/typography/ButtonText/index.js +21 -0
  223. package/cjs/typography/Heading/index.js +61 -0
  224. package/cjs/utils/utils.js +9 -0
  225. package/esm/ColorCard.js +25 -0
  226. package/esm/ElevationCard.js +13 -0
  227. package/esm/Interfaces.js +1 -0
  228. package/esm/Types.js +1 -0
  229. package/esm/components/Accordion/index.js +51 -0
  230. package/esm/components/Badge/index.js +35 -0
  231. package/esm/components/Button/index.js +100 -0
  232. package/esm/components/Card/index.js +8 -0
  233. package/esm/components/CheckBox/index.js +56 -0
  234. package/esm/components/Chip/index.js +23 -0
  235. package/esm/components/DayPicker/DayPickerNavBar.js +23 -0
  236. package/esm/components/DayPicker/index.js +34 -0
  237. package/esm/components/DayPicker/localeUtils.js +1 -0
  238. package/esm/components/DayPicker/style.js +226 -0
  239. package/esm/components/Dialog/index.js +27 -0
  240. package/esm/components/ErrorMessage/index.js +10 -0
  241. package/esm/components/FieldLabel.js +34 -0
  242. package/esm/components/Header/Hamburger.js +31 -0
  243. package/esm/components/Header/Link.js +34 -0
  244. package/esm/components/Header/index.js +63 -0
  245. package/esm/components/Hero/index.js +26 -0
  246. package/esm/components/Icon/index.js +32 -0
  247. package/esm/components/IconButton.js +80 -0
  248. package/esm/components/Icons/Arrow.js +1 -0
  249. package/esm/components/Icons/CheckCircle.js +1 -0
  250. package/esm/components/Icons/CheckIcon.js +1 -0
  251. package/esm/components/Icons/Close.js +1 -0
  252. package/esm/components/Icons/ErrorCircle.js +1 -0
  253. package/esm/components/Icons/InfoCircle.js +1 -0
  254. package/esm/components/InlineStepper/Step.js +56 -0
  255. package/esm/components/InlineStepper/StepCircle.js +43 -0
  256. package/esm/components/InlineStepper/index.js +7 -0
  257. package/esm/components/ListItem/Bacon.js +1 -0
  258. package/esm/components/ListItem/index.js +24 -0
  259. package/esm/components/Logo/LogoEn.js +1 -0
  260. package/esm/components/Logo/LogoSv.js +1 -0
  261. package/esm/components/Logo/index.js +3 -0
  262. package/esm/components/MenuItem/index.js +38 -0
  263. package/esm/components/Modal/index.js +77 -0
  264. package/esm/components/NotificationButton/index.js +11 -0
  265. package/esm/components/OffCanvas/Overlay.js +27 -0
  266. package/esm/components/OffCanvas/index.js +57 -0
  267. package/esm/components/OffCanvas/useClickOutside.js +1 -0
  268. package/esm/components/RadioButton/index.js +88 -0
  269. package/esm/components/Range/index.js +44 -0
  270. package/esm/components/Select/components/test-icon.js +1 -0
  271. package/esm/components/Select/index.js +44 -0
  272. package/esm/components/Snackbar/index.js +78 -0
  273. package/esm/components/Spinner/index.js +19 -0
  274. package/esm/components/Stepper/index.js +33 -0
  275. package/esm/components/StepperAccordion/index.js +72 -0
  276. package/esm/components/Tabs/index.js +11 -0
  277. package/esm/components/TextArea/index.js +55 -0
  278. package/esm/components/Textfield/index.js +55 -0
  279. package/esm/components/TimePicker/index.js +9 -0
  280. package/esm/components/TimePicker/testHelper.js +1 -0
  281. package/esm/components/Toggle/index.js +39 -0
  282. package/esm/icons/components/AccountCreateIcon.js +1 -0
  283. package/esm/icons/components/AccountIcon.js +1 -0
  284. package/esm/icons/components/AccountLoginIcon.js +1 -0
  285. package/esm/icons/components/ArrowDownIcon.js +1 -0
  286. package/esm/icons/components/ArrowLeftIcon.js +1 -0
  287. package/esm/icons/components/ArrowLeftSharpIcon.js +1 -0
  288. package/esm/icons/components/ArrowLeftSmallIcon.js +1 -0
  289. package/esm/icons/components/ArrowLong.js +1 -0
  290. package/esm/icons/components/ArrowRestartIcon.js +1 -0
  291. package/esm/icons/components/ArrowRightIcon.js +1 -0
  292. package/esm/icons/components/ArrowRightSharpIcon.js +1 -0
  293. package/esm/icons/components/ArrowUpIcon.js +1 -0
  294. package/esm/icons/components/AuctionIcon.js +1 -0
  295. package/esm/icons/components/BackArrowIcon.js +1 -0
  296. package/esm/icons/components/Baseline360Icon.js +1 -0
  297. package/esm/icons/components/BellIcon.js +1 -0
  298. package/esm/icons/components/BidIcon.js +1 -0
  299. package/esm/icons/components/BidKrIcon.js +1 -0
  300. package/esm/icons/components/BreaksIcon.js +1 -0
  301. package/esm/icons/components/BuyCarIcon.js +1 -0
  302. package/esm/icons/components/CabIcon.js +1 -0
  303. package/esm/icons/components/CalendarIcon.js +1 -0
  304. package/esm/icons/components/CameraIcon.js +1 -0
  305. package/esm/icons/components/Car360Icon.js +1 -0
  306. package/esm/icons/components/CarFrontIcon.js +1 -0
  307. package/esm/icons/components/CarSearchIcon.js +1 -0
  308. package/esm/icons/components/CarSideIcon.js +1 -0
  309. package/esm/icons/components/CarTiresIcon.js +1 -0
  310. package/esm/icons/components/CaravanIcon.js +1 -0
  311. package/esm/icons/components/CardViewIcon.js +1 -0
  312. package/esm/icons/components/CarloanIcon.js +1 -0
  313. package/esm/icons/components/CertifiedIcon.js +1 -0
  314. package/esm/icons/components/ChatIcon.js +1 -0
  315. package/esm/icons/components/CheckIcon.js +1 -0
  316. package/esm/icons/components/CheckThinIcon.js +1 -0
  317. package/esm/icons/components/CheckmarkFilledIcon.js +1 -0
  318. package/esm/icons/components/CheckmarkIcon.js +1 -0
  319. package/esm/icons/components/ClipboardFilledIcon.js +1 -0
  320. package/esm/icons/components/ClipboardIcon.js +1 -0
  321. package/esm/icons/components/ClockFilledIcon.js +1 -0
  322. package/esm/icons/components/ClockIcon.js +1 -0
  323. package/esm/icons/components/CloseIcon.js +1 -0
  324. package/esm/icons/components/CloseThinIcon.js +1 -0
  325. package/esm/icons/components/CoffeeIcon.js +1 -0
  326. package/esm/icons/components/CombiIcon.js +1 -0
  327. package/esm/icons/components/CommentCircleFilledIcon.js +1 -0
  328. package/esm/icons/components/CommentCircleIconIcon.js +1 -0
  329. package/esm/icons/components/CommentIcon.js +1 -0
  330. package/esm/icons/components/ContactIcon.js +1 -0
  331. package/esm/icons/components/CoupeIcon.js +1 -0
  332. package/esm/icons/components/CreditCardIcon.js +1 -0
  333. package/esm/icons/components/CrossCircleIcon.js +1 -0
  334. package/esm/icons/components/CrownIcon.js +1 -0
  335. package/esm/icons/components/DealmakerIcon.js +1 -0
  336. package/esm/icons/components/DeliveryIcon.js +1 -0
  337. package/esm/icons/components/DetailedSearchIcon.js +1 -0
  338. package/esm/icons/components/EcoFriendlyIcon.js +1 -0
  339. package/esm/icons/components/EditIcon.js +1 -0
  340. package/esm/icons/components/EngineIcon.js +1 -0
  341. package/esm/icons/components/EnglandFlagIcon.js +1 -0
  342. package/esm/icons/components/EvaluationIcon.js +1 -0
  343. package/esm/icons/components/ExaminationMarkFilledIcon.js +1 -0
  344. package/esm/icons/components/ExaminationMarkIcon.js +1 -0
  345. package/esm/icons/components/ExteriorIcon.js +1 -0
  346. package/esm/icons/components/EyeIcon.js +1 -0
  347. package/esm/icons/components/FacebookBtnIcon.js +1 -0
  348. package/esm/icons/components/FacebookIcon.js +1 -0
  349. package/esm/icons/components/FatalIcon.js +1 -0
  350. package/esm/icons/components/FavouriteIcon.js +1 -0
  351. package/esm/icons/components/FavouriteSolidIcon.js +1 -0
  352. package/esm/icons/components/FilterIcon.js +1 -0
  353. package/esm/icons/components/FinanceIcon.js +1 -0
  354. package/esm/icons/components/FindCarIcon.js +1 -0
  355. package/esm/icons/components/FixedMonthlyCostIcon.js +1 -0
  356. package/esm/icons/components/FlagIcon.js +1 -0
  357. package/esm/icons/components/FlexibilityIcon.js +1 -0
  358. package/esm/icons/components/ForumLargeIcon.js +1 -0
  359. package/esm/icons/components/ForumSmallIcon.js +1 -0
  360. package/esm/icons/components/GavelIcon.js +1 -0
  361. package/esm/icons/components/GearboxIcon.js +1 -0
  362. package/esm/icons/components/GiftIcon.js +1 -0
  363. package/esm/icons/components/GridViewIcon.js +1 -0
  364. package/esm/icons/components/GroupIcon.js +1 -0
  365. package/esm/icons/components/GuaranteeIcon.js +1 -0
  366. package/esm/icons/components/GuaranteeLargeIcon.js +1 -0
  367. package/esm/icons/components/GuaranteeSmallIcon.js +1 -0
  368. package/esm/icons/components/HalfCombiIcon.js +1 -0
  369. package/esm/icons/components/HamburgerIcon.js +1 -0
  370. package/esm/icons/components/HandshakeIcon.js +1 -0
  371. package/esm/icons/components/HelpingHandIcon.js +1 -0
  372. package/esm/icons/components/IdIcon.js +1 -0
  373. package/esm/icons/components/InformationIcon.js +1 -0
  374. package/esm/icons/components/InstagramIcon.js +1 -0
  375. package/esm/icons/components/InsuranceIcon.js +1 -0
  376. package/esm/icons/components/InteriorIcon.js +1 -0
  377. package/esm/icons/components/InteriorThinIcon.js +1 -0
  378. package/esm/icons/components/InternationalIcon.js +1 -0
  379. package/esm/icons/components/KvdTestIcon.js +1 -0
  380. package/esm/icons/components/KvdVenueIcon.js +1 -0
  381. package/esm/icons/components/LifebuoyIcon.js +1 -0
  382. package/esm/icons/components/LiftTruckIcon.js +1 -0
  383. package/esm/icons/components/LinkedInIcon.js +1 -0
  384. package/esm/icons/components/ListViewIcon.js +1 -0
  385. package/esm/icons/components/MailIcon.js +1 -0
  386. package/esm/icons/components/MinibusIcon.js +1 -0
  387. package/esm/icons/components/MinivanIcon.js +1 -0
  388. package/esm/icons/components/MobileIcon.js +1 -0
  389. package/esm/icons/components/MotorcycleIcon.js +1 -0
  390. package/esm/icons/components/MrfLogoIcon.js +1 -0
  391. package/esm/icons/components/NotFoundIcon.js +1 -0
  392. package/esm/icons/components/OverbidIcon.js +1 -0
  393. package/esm/icons/components/PdfIconIcon.js +1 -0
  394. package/esm/icons/components/PhoneIcon.js +1 -0
  395. package/esm/icons/components/PickUpIcon.js +1 -0
  396. package/esm/icons/components/PinIcon.js +1 -0
  397. package/esm/icons/components/PlayIcon.js +1 -0
  398. package/esm/icons/components/Pricetag.js +1 -0
  399. package/esm/icons/components/PricetagFilledKronaIcon.js +1 -0
  400. package/esm/icons/components/PrivateCarIcon.js +1 -0
  401. package/esm/icons/components/ProfileCircleIcon.js +1 -0
  402. package/esm/icons/components/ProfileIcon.js +1 -0
  403. package/esm/icons/components/RadioIcon.js +1 -0
  404. package/esm/icons/components/ReclamationIcon.js +1 -0
  405. package/esm/icons/components/ReleasingIcon.js +1 -0
  406. package/esm/icons/components/RemoveFilterIcon.js +1 -0
  407. package/esm/icons/components/ReservedPriceIcon.js +1 -0
  408. package/esm/icons/components/ResultIcon.js +1 -0
  409. package/esm/icons/components/SafePaymentIcon.js +1 -0
  410. package/esm/icons/components/SaleTagIcon.js +1 -0
  411. package/esm/icons/components/SearchCheckIcon.js +1 -0
  412. package/esm/icons/components/SearchIcon.js +1 -0
  413. package/esm/icons/components/SedanIcon.js +1 -0
  414. package/esm/icons/components/SellCarIcon.js +1 -0
  415. package/esm/icons/components/SellCarsIcon.js +1 -0
  416. package/esm/icons/components/ServiceIcon.js +1 -0
  417. package/esm/icons/components/ShareIcon.js +1 -0
  418. package/esm/icons/components/ShieldIcon.js +1 -0
  419. package/esm/icons/components/SignInIcon.js +1 -0
  420. package/esm/icons/components/SignOutIcon.js +1 -0
  421. package/esm/icons/components/SpeedMeterIcon.js +1 -0
  422. package/esm/icons/components/StarCircleIcon.js +1 -0
  423. package/esm/icons/components/StartIcon.js +1 -0
  424. package/esm/icons/components/StoreIcon.js +1 -0
  425. package/esm/icons/components/SuvIcon.js +1 -0
  426. package/esm/icons/components/SwedenFlag.js +1 -0
  427. package/esm/icons/components/TankIcon.js +1 -0
  428. package/esm/icons/components/TireIcon.js +1 -0
  429. package/esm/icons/components/TransportIcon.js +1 -0
  430. package/esm/icons/components/TrashcanIcon.js +1 -0
  431. package/esm/icons/components/TrophyIcon.js +1 -0
  432. package/esm/icons/components/TruckIcon.js +1 -0
  433. package/esm/icons/components/UmbrellaIcon.js +1 -0
  434. package/esm/icons/components/ValuationIcon.js +1 -0
  435. package/esm/icons/components/ValueIcon.js +1 -0
  436. package/esm/icons/components/WarningIcon.js +1 -0
  437. package/esm/icons/components/YoutubeIcon.js +1 -0
  438. package/esm/icons/components/index.js +1 -0
  439. package/esm/index.js +1 -0
  440. package/esm/shared/constants.js +1 -0
  441. package/esm/shared/helpers.js +1 -0
  442. package/esm/shared/helpers.spec.js +1 -0
  443. package/esm/shared/media-queries.js +1 -0
  444. package/esm/theme.js +1 -0
  445. package/esm/typography/BodyText/index.js +34 -0
  446. package/esm/typography/ButtonText/index.js +21 -0
  447. package/esm/typography/Heading/index.js +61 -0
  448. package/esm/utils/utils.js +9 -0
  449. package/package.json +20 -11
  450. package/{ColorCard.d.ts → types/ColorCard.d.ts} +0 -0
  451. package/{ElevationCard.d.ts → types/ElevationCard.d.ts} +0 -0
  452. package/{Interfaces.d.ts → types/Interfaces.d.ts} +0 -0
  453. package/{Types.d.ts → types/Types.d.ts} +0 -0
  454. package/{components → types/components}/Accordion/index.d.ts +0 -0
  455. package/{components → types/components}/Badge/index.d.ts +0 -0
  456. package/{components → types/components}/Button/index.d.ts +0 -0
  457. package/{components → types/components}/Card/index.d.ts +0 -0
  458. package/{components → types/components}/CheckBox/index.d.ts +0 -0
  459. package/{components → types/components}/Chip/index.d.ts +0 -0
  460. package/{components → types/components}/DayPicker/DayPickerNavBar.d.ts +0 -0
  461. package/{components → types/components}/DayPicker/index.d.ts +0 -1
  462. package/{components → types/components}/DayPicker/localeUtils.d.ts +0 -0
  463. package/types/components/DayPicker/style.d.ts +2 -0
  464. package/{components → types/components}/Dialog/index.d.ts +0 -0
  465. package/{components → types/components}/ErrorMessage/index.d.ts +0 -0
  466. package/{components → types/components}/FieldLabel.d.ts +1 -1
  467. package/{components → types/components}/Header/Hamburger.d.ts +0 -0
  468. package/{components → types/components}/Header/Link.d.ts +1 -1
  469. package/{components → types/components}/Header/index.d.ts +0 -0
  470. package/{components → types/components}/Hero/index.d.ts +0 -0
  471. package/{components → types/components}/Icon/index.d.ts +0 -0
  472. package/{components → types/components}/IconButton.d.ts +0 -0
  473. package/{components → types/components}/Icons/Arrow.d.ts +0 -0
  474. package/{components → types/components}/Icons/CheckCircle.d.ts +0 -0
  475. package/{components → types/components}/Icons/CheckIcon.d.ts +0 -0
  476. package/{components → types/components}/Icons/Close.d.ts +0 -0
  477. package/{components → types/components}/Icons/ErrorCircle.d.ts +0 -0
  478. package/{components → types/components}/Icons/InfoCircle.d.ts +0 -0
  479. package/{components → types/components}/InlineStepper/Step.d.ts +0 -0
  480. package/{components → types/components}/InlineStepper/StepCircle.d.ts +0 -0
  481. package/{components → types/components}/InlineStepper/index.d.ts +0 -0
  482. package/{components → types/components}/ListItem/Bacon.d.ts +0 -0
  483. package/{components → types/components}/ListItem/index.d.ts +0 -0
  484. package/{components → types/components}/Logo/LogoEn.d.ts +0 -0
  485. package/{components → types/components}/Logo/LogoSv.d.ts +0 -0
  486. package/{components → types/components}/Logo/index.d.ts +0 -0
  487. package/{components → types/components}/MenuItem/index.d.ts +1 -1
  488. package/{components → types/components}/Modal/index.d.ts +0 -0
  489. package/{components → types/components}/NotificationButton/index.d.ts +0 -0
  490. package/{components → types/components}/OffCanvas/Overlay.d.ts +0 -0
  491. package/{components → types/components}/OffCanvas/index.d.ts +0 -0
  492. package/{components → types/components}/OffCanvas/useClickOutside.d.ts +0 -0
  493. package/{components → types/components}/RadioButton/index.d.ts +0 -0
  494. package/{components → types/components}/Range/index.d.ts +0 -0
  495. package/types/components/Select/components/test-icon.d.ts +1 -0
  496. package/{components → types/components}/Select/index.d.ts +9 -8
  497. package/{components → types/components}/Snackbar/index.d.ts +0 -0
  498. package/{components → types/components}/Spinner/index.d.ts +0 -0
  499. package/{components → types/components}/Stepper/index.d.ts +0 -0
  500. package/{components → types/components}/StepperAccordion/index.d.ts +0 -0
  501. package/{components → types/components}/Tabs/index.d.ts +0 -0
  502. package/{components → types/components}/TextArea/index.d.ts +0 -0
  503. package/{components → types/components}/Textfield/index.d.ts +0 -0
  504. package/{components → types/components}/TimePicker/index.d.ts +0 -0
  505. package/{components → types/components}/TimePicker/testHelper.d.ts +0 -0
  506. package/{components → types/components}/Toggle/index.d.ts +0 -0
  507. package/{icons → types/icons}/components/AccountCreateIcon.d.ts +0 -0
  508. package/{icons → types/icons}/components/AccountIcon.d.ts +0 -0
  509. package/{icons → types/icons}/components/AccountLoginIcon.d.ts +0 -0
  510. package/{icons → types/icons}/components/ArrowDownIcon.d.ts +0 -0
  511. package/{icons → types/icons}/components/ArrowLeftIcon.d.ts +0 -0
  512. package/{icons → types/icons}/components/ArrowLeftSharpIcon.d.ts +0 -0
  513. package/{icons → types/icons}/components/ArrowLeftSmallIcon.d.ts +0 -0
  514. package/{icons → types/icons}/components/ArrowLong.d.ts +0 -0
  515. package/{icons → types/icons}/components/ArrowRestartIcon.d.ts +0 -0
  516. package/{icons → types/icons}/components/ArrowRightIcon.d.ts +0 -0
  517. package/{icons → types/icons}/components/ArrowRightSharpIcon.d.ts +0 -0
  518. package/{icons → types/icons}/components/ArrowUpIcon.d.ts +0 -0
  519. package/{icons → types/icons}/components/AuctionIcon.d.ts +0 -0
  520. package/{icons → types/icons}/components/BackArrowIcon.d.ts +0 -0
  521. package/{icons → types/icons}/components/Baseline360Icon.d.ts +0 -0
  522. package/{icons → types/icons}/components/BellIcon.d.ts +0 -0
  523. package/{icons → types/icons}/components/BidIcon.d.ts +0 -0
  524. package/{icons → types/icons}/components/BidKrIcon.d.ts +0 -0
  525. package/{icons → types/icons}/components/BreaksIcon.d.ts +0 -0
  526. package/{icons → types/icons}/components/BuyCarIcon.d.ts +0 -0
  527. package/{icons → types/icons}/components/CabIcon.d.ts +0 -0
  528. package/{icons → types/icons}/components/CalendarIcon.d.ts +0 -0
  529. package/{icons → types/icons}/components/CameraIcon.d.ts +0 -0
  530. package/{icons → types/icons}/components/Car360Icon.d.ts +0 -0
  531. package/{icons → types/icons}/components/CarFrontIcon.d.ts +0 -0
  532. package/{icons → types/icons}/components/CarSearchIcon.d.ts +0 -0
  533. package/{icons → types/icons}/components/CarSideIcon.d.ts +0 -0
  534. package/{icons → types/icons}/components/CarTiresIcon.d.ts +0 -0
  535. package/{icons → types/icons}/components/CaravanIcon.d.ts +0 -0
  536. package/{icons → types/icons}/components/CardViewIcon.d.ts +0 -0
  537. package/{icons → types/icons}/components/CarloanIcon.d.ts +0 -0
  538. package/{icons → types/icons}/components/CertifiedIcon.d.ts +0 -0
  539. package/{icons → types/icons}/components/ChatIcon.d.ts +0 -0
  540. package/{icons → types/icons}/components/CheckIcon.d.ts +0 -0
  541. package/{icons → types/icons}/components/CheckThinIcon.d.ts +0 -0
  542. package/{icons → types/icons}/components/CheckmarkFilledIcon.d.ts +0 -0
  543. package/{icons → types/icons}/components/CheckmarkIcon.d.ts +0 -0
  544. package/{icons → types/icons}/components/ClipboardFilledIcon.d.ts +0 -0
  545. package/{icons → types/icons}/components/ClipboardIcon.d.ts +0 -0
  546. package/{icons → types/icons}/components/ClockFilledIcon.d.ts +0 -0
  547. package/{icons → types/icons}/components/ClockIcon.d.ts +0 -0
  548. package/{icons → types/icons}/components/CloseIcon.d.ts +0 -0
  549. package/{icons → types/icons}/components/CloseThinIcon.d.ts +0 -0
  550. package/{icons → types/icons}/components/CoffeeIcon.d.ts +0 -0
  551. package/{icons → types/icons}/components/CombiIcon.d.ts +0 -0
  552. package/{icons → types/icons}/components/CommentCircleFilledIcon.d.ts +0 -0
  553. package/{icons → types/icons}/components/CommentCircleIconIcon.d.ts +0 -0
  554. package/{icons → types/icons}/components/CommentIcon.d.ts +0 -0
  555. package/{icons → types/icons}/components/ContactIcon.d.ts +0 -0
  556. package/{icons → types/icons}/components/CoupeIcon.d.ts +0 -0
  557. package/{icons → types/icons}/components/CreditCardIcon.d.ts +0 -0
  558. package/{icons → types/icons}/components/CrossCircleIcon.d.ts +0 -0
  559. package/{icons → types/icons}/components/CrownIcon.d.ts +0 -0
  560. package/{icons → types/icons}/components/DealmakerIcon.d.ts +0 -0
  561. package/{icons → types/icons}/components/DeliveryIcon.d.ts +0 -0
  562. package/{icons → types/icons}/components/DetailedSearchIcon.d.ts +0 -0
  563. package/{icons → types/icons}/components/EcoFriendlyIcon.d.ts +0 -0
  564. package/{icons → types/icons}/components/EditIcon.d.ts +0 -0
  565. package/{icons → types/icons}/components/EngineIcon.d.ts +0 -0
  566. package/{icons → types/icons}/components/EnglandFlagIcon.d.ts +0 -0
  567. package/{icons → types/icons}/components/EvaluationIcon.d.ts +0 -0
  568. package/{icons → types/icons}/components/ExaminationMarkFilledIcon.d.ts +0 -0
  569. package/{icons → types/icons}/components/ExaminationMarkIcon.d.ts +0 -0
  570. package/{icons → types/icons}/components/ExteriorIcon.d.ts +0 -0
  571. package/{icons → types/icons}/components/EyeIcon.d.ts +0 -0
  572. package/{icons → types/icons}/components/FacebookBtnIcon.d.ts +0 -0
  573. package/{icons → types/icons}/components/FacebookIcon.d.ts +0 -0
  574. package/{icons → types/icons}/components/FatalIcon.d.ts +0 -0
  575. package/{icons → types/icons}/components/FavouriteIcon.d.ts +0 -0
  576. package/{icons → types/icons}/components/FavouriteSolidIcon.d.ts +0 -0
  577. package/{icons → types/icons}/components/FilterIcon.d.ts +0 -0
  578. package/{icons → types/icons}/components/FinanceIcon.d.ts +0 -0
  579. package/{icons → types/icons}/components/FindCarIcon.d.ts +0 -0
  580. package/{icons → types/icons}/components/FixedMonthlyCostIcon.d.ts +0 -0
  581. package/{icons → types/icons}/components/FlagIcon.d.ts +0 -0
  582. package/{icons → types/icons}/components/FlexibilityIcon.d.ts +0 -0
  583. package/{icons → types/icons}/components/ForumLargeIcon.d.ts +0 -0
  584. package/{icons → types/icons}/components/ForumSmallIcon.d.ts +0 -0
  585. package/{icons → types/icons}/components/GavelIcon.d.ts +0 -0
  586. package/{icons → types/icons}/components/GearboxIcon.d.ts +0 -0
  587. package/{icons → types/icons}/components/GiftIcon.d.ts +0 -0
  588. package/{icons → types/icons}/components/GridViewIcon.d.ts +0 -0
  589. package/{icons → types/icons}/components/GroupIcon.d.ts +0 -0
  590. package/{icons → types/icons}/components/GuaranteeIcon.d.ts +0 -0
  591. package/{icons → types/icons}/components/GuaranteeLargeIcon.d.ts +0 -0
  592. package/{icons → types/icons}/components/GuaranteeSmallIcon.d.ts +0 -0
  593. package/{icons → types/icons}/components/HalfCombiIcon.d.ts +0 -0
  594. package/{icons → types/icons}/components/HamburgerIcon.d.ts +0 -0
  595. package/{icons → types/icons}/components/HandshakeIcon.d.ts +0 -0
  596. package/{icons → types/icons}/components/HelpingHandIcon.d.ts +0 -0
  597. package/{icons → types/icons}/components/IdIcon.d.ts +0 -0
  598. package/{icons → types/icons}/components/InformationIcon.d.ts +0 -0
  599. package/{icons → types/icons}/components/InstagramIcon.d.ts +0 -0
  600. package/{icons → types/icons}/components/InsuranceIcon.d.ts +0 -0
  601. package/{icons → types/icons}/components/InteriorIcon.d.ts +0 -0
  602. package/{icons → types/icons}/components/InteriorThinIcon.d.ts +0 -0
  603. package/{icons → types/icons}/components/InternationalIcon.d.ts +0 -0
  604. package/{icons → types/icons}/components/KvdTestIcon.d.ts +0 -0
  605. package/{icons → types/icons}/components/KvdVenueIcon.d.ts +0 -0
  606. package/{icons → types/icons}/components/LifebuoyIcon.d.ts +0 -0
  607. package/{icons → types/icons}/components/LiftTruckIcon.d.ts +0 -0
  608. package/{icons → types/icons}/components/LinkedInIcon.d.ts +0 -0
  609. package/{icons → types/icons}/components/ListViewIcon.d.ts +0 -0
  610. package/{icons → types/icons}/components/MailIcon.d.ts +0 -0
  611. package/{icons → types/icons}/components/MinibusIcon.d.ts +0 -0
  612. package/{icons → types/icons}/components/MinivanIcon.d.ts +0 -0
  613. package/{icons → types/icons}/components/MobileIcon.d.ts +0 -0
  614. package/{icons → types/icons}/components/MotorcycleIcon.d.ts +0 -0
  615. package/{icons → types/icons}/components/MrfLogoIcon.d.ts +0 -0
  616. package/{icons → types/icons}/components/NotFoundIcon.d.ts +0 -0
  617. package/{icons → types/icons}/components/OverbidIcon.d.ts +0 -0
  618. package/{icons → types/icons}/components/PdfIconIcon.d.ts +0 -0
  619. package/{icons → types/icons}/components/PhoneIcon.d.ts +0 -0
  620. package/{icons → types/icons}/components/PickUpIcon.d.ts +0 -0
  621. package/{icons → types/icons}/components/PinIcon.d.ts +0 -0
  622. package/{icons → types/icons}/components/PlayIcon.d.ts +0 -0
  623. package/{icons → types/icons}/components/Pricetag.d.ts +0 -0
  624. package/{icons → types/icons}/components/PricetagFilledKronaIcon.d.ts +0 -0
  625. package/{icons → types/icons}/components/PrivateCarIcon.d.ts +0 -0
  626. package/{icons → types/icons}/components/ProfileCircleIcon.d.ts +0 -0
  627. package/{icons → types/icons}/components/ProfileIcon.d.ts +0 -0
  628. package/{icons → types/icons}/components/RadioIcon.d.ts +0 -0
  629. package/{icons → types/icons}/components/ReclamationIcon.d.ts +0 -0
  630. package/{icons → types/icons}/components/ReleasingIcon.d.ts +0 -0
  631. package/{icons → types/icons}/components/RemoveFilterIcon.d.ts +0 -0
  632. package/{icons → types/icons}/components/ReservedPriceIcon.d.ts +0 -0
  633. package/{icons → types/icons}/components/ResultIcon.d.ts +0 -0
  634. package/{icons → types/icons}/components/SafePaymentIcon.d.ts +0 -0
  635. package/{icons → types/icons}/components/SaleTagIcon.d.ts +0 -0
  636. package/{icons → types/icons}/components/SearchCheckIcon.d.ts +0 -0
  637. package/{icons → types/icons}/components/SearchIcon.d.ts +0 -0
  638. package/{icons → types/icons}/components/SedanIcon.d.ts +0 -0
  639. package/{icons → types/icons}/components/SellCarIcon.d.ts +0 -0
  640. package/{icons → types/icons}/components/SellCarsIcon.d.ts +0 -0
  641. package/{icons → types/icons}/components/ServiceIcon.d.ts +0 -0
  642. package/{icons → types/icons}/components/ShareIcon.d.ts +0 -0
  643. package/{icons → types/icons}/components/ShieldIcon.d.ts +0 -0
  644. package/{icons → types/icons}/components/SignInIcon.d.ts +0 -0
  645. package/{icons → types/icons}/components/SignOutIcon.d.ts +0 -0
  646. package/{icons → types/icons}/components/SpeedMeterIcon.d.ts +0 -0
  647. package/{icons → types/icons}/components/StarCircleIcon.d.ts +0 -0
  648. package/{icons → types/icons}/components/StartIcon.d.ts +0 -0
  649. package/{icons → types/icons}/components/StoreIcon.d.ts +0 -0
  650. package/{icons → types/icons}/components/SuvIcon.d.ts +0 -0
  651. package/{icons → types/icons}/components/SwedenFlag.d.ts +0 -0
  652. package/{icons → types/icons}/components/TankIcon.d.ts +0 -0
  653. package/{icons → types/icons}/components/TireIcon.d.ts +0 -0
  654. package/{icons → types/icons}/components/TransportIcon.d.ts +0 -0
  655. package/{icons → types/icons}/components/TrashcanIcon.d.ts +0 -0
  656. package/{icons → types/icons}/components/TrophyIcon.d.ts +0 -0
  657. package/{icons → types/icons}/components/TruckIcon.d.ts +0 -0
  658. package/{icons → types/icons}/components/UmbrellaIcon.d.ts +0 -0
  659. package/{icons → types/icons}/components/ValuationIcon.d.ts +0 -0
  660. package/{icons → types/icons}/components/ValueIcon.d.ts +0 -0
  661. package/{icons → types/icons}/components/WarningIcon.d.ts +0 -0
  662. package/{icons → types/icons}/components/YoutubeIcon.d.ts +0 -0
  663. package/{icons → types/icons}/components/index.d.ts +0 -0
  664. package/types/icons/template.d.ts +10 -0
  665. package/{index.d.ts → types/index.d.ts} +0 -0
  666. package/types/serviceWorker.d.ts +2 -0
  667. package/{setupTests.d.ts → types/setupTests.d.ts} +0 -0
  668. package/{shared → types/shared}/constants.d.ts +0 -0
  669. package/{shared → types/shared}/helpers.d.ts +0 -0
  670. package/{shared → types/shared}/media-queries.d.ts +0 -0
  671. package/{testUtils.d.ts → types/testUtils.d.ts} +0 -0
  672. package/{theme.d.ts → types/theme.d.ts} +0 -0
  673. package/{typography → types/typography}/BodyText/index.d.ts +0 -0
  674. package/{typography → types/typography}/ButtonText/index.d.ts +0 -0
  675. package/{typography → types/typography}/Heading/index.d.ts +0 -0
  676. package/{utils → types/utils}/utils.d.ts +0 -0
  677. package/kvdbil-components.css +0 -224
  678. package/kvdbil-components.js +0 -1495
  679. package/kvdbil-components.js.map +0 -1
@@ -0,0 +1,72 @@
1
+ import t,{useState as C,useCallback as u,useEffect as b}from"react";import r,{css as n}from"styled-components";import l from"../../theme.js";import{Title as E}from"../../typography/Heading/index.js";import x from"../Icons/CheckIcon.js";import y from"../Icons/Arrow.js";import{fadedColor as s}from"../../shared/helpers.js";import{Collapse as $}from"react-collapse";import"../../shared/media-queries.js";const a="200ms",D=r.div`
2
+ .ReactCollapse--collapse {
3
+ transition: height ${a} ease-in-out;
4
+ }
5
+ `,k=n`
6
+ margin-top: 0.25rem;
7
+ transform: rotate(-180deg);
8
+ `,I=r.div`
9
+ display: flex;
10
+ align-items: center;
11
+ height: 4rem;
12
+
13
+ color: ${e=>e.isDisabled?l.colors.text.disabled:l.colors.text.dark};
14
+ `,p=r(E)`
15
+ margin: 0;
16
+ `,w=r(y)`
17
+ margin-left: auto;
18
+ height: 1.25rem;
19
+ width: 1.25rem;
20
+ margin-top: -0.75rem;
21
+
22
+ fill: currentColor;
23
+
24
+ transition: ${a};
25
+ transform: rotate(0deg);
26
+ transform-origin: center;
27
+ ${e=>e.isExpanded&&k};
28
+ `,j=e=>n`
29
+ color: white;
30
+ background-color: ${l.colors[e].main};
31
+ `,S=(e,i)=>n`
32
+ fill: white;
33
+ border: 2px solid ${s(l.colors[i].main,.2)};
34
+
35
+ ${e&&`
36
+ border: 2px solid ${s(l.colors[i].main,0)};
37
+ background-color: ${s(l.colors[i].main,.5)};
38
+ `}
39
+ `,v=r.div`
40
+ font-family: ${({theme:e})=>e.typography.fontBaseFamily};
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+
45
+ font-size: 1.25rem;
46
+ margin-right: 0.75rem;
47
+ width: 2rem;
48
+ height: 2rem;
49
+ border-radius: 2rem;
50
+ border: 2px solid ${e=>l.colors[e.color].main};
51
+
52
+ svg {
53
+ fill: currentColor;
54
+ height: 1rem;
55
+ width: 1rem;
56
+
57
+ /* Kvd.se compatible stuff */
58
+ margin: 0;
59
+ top: inherit;
60
+ left: inherit;
61
+ font-size: inherit;
62
+ }
63
+
64
+ span {
65
+ font-variant: lining-nums;
66
+ margin-top: 0.1rem;
67
+ }
68
+
69
+ transition: background-color ${a};
70
+ ${e=>e.isComplete&&j(e.color)};
71
+ ${e=>e.isDisabled&&S(e.isComplete,e.color)};
72
+ `,d=e=>{const[i,c]=C(e.isExpanded||!1),m=u(()=>{e.isDisabled||c(o=>!o)},[e.isDisabled]);b(()=>{c(e.isExpanded||!1)},[e.isDisabled,e.isExpanded]);const f=e.step||e.step===0,h=o=>{const g=e.onClick||m;e.isDisabled||g(o)};return t.createElement(D,null,t.createElement(I,{...e,onClick:h,isExpanded:i,isDisabled:e.isDisabled||!1},f&&t.createElement(v,{isComplete:e.isComplete||!1,isDisabled:e.isDisabled||!1,color:e.color||"primary"},e.isComplete?t.createElement(x,null):t.createElement("span",null,e.step)),t.createElement(p,null,e.title),t.createElement(w,{isExpanded:i})),t.createElement($,{isOpened:i},e.children),e.closedChildren&&e.closedChildren)};export{d as StepperAccordion,d as default};
@@ -0,0 +1,11 @@
1
+ import a,{Children as l}from"react";import p from"styled-components";const d=p.div`
2
+ display: inline-flex;
3
+ border-bottom: 1px solid ${({theme:t})=>t.colors.gray.light4};
4
+ `,c=p.div`
5
+ font-family: ${({theme:t})=>t.typography.fontAlternativeFamily};
6
+ font-weight: ${({theme:t})=>t.typography.fontAlternativeRegularWeight};
7
+ padding: 1em;
8
+ border-bottom: ${({theme:t,isActive:r,activeColor:e})=>r?`3px solid ${t.colors[e].main}`:"3px solid transparent"};
9
+ transition: color 0.3s ease, border 0.3s ease;
10
+ cursor: pointer;
11
+ `,u=({children:t,isActive:r=!1,onClick:e,activeColor:n="primary"})=>a.createElement(c,{isActive:r,onClick:e,activeColor:n},t),m=({activeIndex:t,activeColor:r="primary",children:e,onTabClick:n,className:f})=>l.count(e)<=1?(console.error("<Tabs /> component has too few children!"),null):a.createElement(d,{className:f},l.map(e,(o,s)=>{if(!o)return null;const i=o.props.onClick;return a.createElement(c,{...o.props,isActive:t===s,activeColor:r,onClick:y=>{n(s),typeof i=="function"&&i(y)},as:o.type||"div"},o.props.children)}));export{u as Tab,m as Tabs,m as default};
@@ -0,0 +1,55 @@
1
+ import t,{useState as x}from"react";import l,{css as d}from"styled-components";import o from"../../theme.js";import{Label as $}from"../FieldLabel.js";import{BodyTextStyle as b}from"../../typography/BodyText/index.js";const h=d`
2
+ border: 1px solid ${o.colors.gray.light1};
3
+ color: ${o.colors.gray.dark1};
4
+ fill: ${o.colors.gray.light1};
5
+ `,k=d`
6
+ border: 1px solid ${o.colors.error.main};
7
+ `,B=d`
8
+ color: ${o.colors.text.dark};
9
+ border: 1px solid ${o.colors.text.dark};
10
+ fill: ${o.colors.text.dark};
11
+ `,F=l.div`
12
+ position: relative;
13
+ padding: 0;
14
+ display: inline-block;
15
+ `,S=l.div`
16
+ display: inline-black;
17
+
18
+ color: ${o.colors.gray.light1};
19
+ fill: ${o.colors.gray.light1};
20
+ background-color: ${o.colors.background.light};
21
+
22
+ border: 1px solid ${o.colors.gray.light1};
23
+ border-radius: 0.25em;
24
+ transition: all 150ms;
25
+
26
+ padding: 0.7rem 0.75rem;
27
+
28
+ ${({hasError:e,isFocused:r})=>!e&&r&&B}
29
+ ${({disabled:e})=>e&&h}
30
+ ${({hasError:e})=>e&&k}
31
+ ${({centered:e})=>e&&"text-align: center;"}
32
+ `,v=l.textarea`
33
+ ${b}
34
+
35
+ width: 100%;
36
+ cursor: text;
37
+ outline: none;
38
+ border: none;
39
+ background-color: transparent;
40
+
41
+ ${({resize:e})=>!e&&"resize: none;"}
42
+ `,T=l.div`
43
+ font-family: ${({theme:e})=>e.typography.fontBaseFamily};
44
+ `,E=l.span`
45
+ display: block;
46
+ font-family: ${({theme:e})=>e.typography.fontBaseFamily};
47
+ font-size: 0.81rem;
48
+
49
+ margin-top: 0.25rem;
50
+ margin-left: 0.85rem;
51
+
52
+ color: ${({hasError:e})=>e?o.colors.error.main:o.colors.text.dark};
53
+
54
+ ${({centered:e})=>e&&"width: 100%; text-align: center; display: block;"}
55
+ `,y=({placeholder:e="",isDisabled:r=!1,centered:s=!1,hasError:n=!1,className:p,helperText:m,label:i="",resize:u=!0,...a})=>{const[c,f]=x(!1),g=Boolean(a.value);return t.createElement(F,{className:p},t.createElement(S,{isFocused:c,disabled:r,centered:s,hasError:n,hasPlaceholder:!!e},t.createElement(v,{...a,resize:u,onFocus:()=>f(!0),onBlur:()=>f(!1),disabled:r,theme:o,placeholder:i&&!c?"":e}),a.suffix&&t.createElement(T,null,a.suffix)),i&&t.createElement($,{isFocused:c,centered:s,hasError:n,hasValue:g,disabled:r,theme:o},i),m&&t.createElement(E,{centered:s,hasError:n},m))};export{y as TextArea,y as default};
@@ -0,0 +1,55 @@
1
+ import t,{useState as F}from"react";import r,{css as m}from"styled-components";import o from"../../theme.js";import{Label as S}from"../FieldLabel.js";import{BodyTextStyle as B,CaptionStyle as v}from"../../typography/BodyText/index.js";const E=m`
2
+ border: 1px solid ${o.colors.gray.light1};
3
+ color: ${o.colors.gray.dark1};
4
+ fill: ${o.colors.gray.light1};
5
+ `,T=m`
6
+ border: 1px solid ${o.colors.error.main};
7
+ `,j=m`
8
+ color: ${o.colors.text.dark};
9
+ border: 1px solid ${o.colors.text.dark};
10
+ fill: ${o.colors.text.dark};
11
+ `,I=r.div`
12
+ position: relative;
13
+ padding: 0;
14
+ display: block;
15
+ `,w=r.div`
16
+ display: flex;
17
+ text-align: center;
18
+ align-items: center;
19
+
20
+ color: ${o.colors.gray.light1};
21
+ fill: ${o.colors.gray.light1};
22
+ background-color: ${o.colors.background.light};
23
+
24
+ border: 1px solid ${o.colors.gray.light1};
25
+ border-radius: 0.25em;
26
+ transition: all 150ms;
27
+
28
+ padding: 0.7rem 0.75rem 0.6rem;
29
+
30
+ ${({hasError:e,isFocused:l})=>!e&&l&&j}
31
+ ${({disabled:e})=>e&&E}
32
+ ${({hasError:e})=>e&&T}
33
+ ${({centered:e})=>e&&"text-align: center;"}
34
+ `,L=r.input`
35
+ ${B}
36
+ width: 100%;
37
+ cursor: text;
38
+ outline: none;
39
+ border: none;
40
+ background-color: transparent;
41
+ `,W=r.div`
42
+ font-family: ${({theme:e})=>e.typography.fontBaseFamily};
43
+ line-height: 0px;
44
+ margin-top: 2px;
45
+ `,_=r.span`
46
+ ${v}
47
+ line-height: normal;
48
+ display: block;
49
+ margin-top: 0.25rem;
50
+ margin-left: 0.85rem;
51
+
52
+ color: ${({hasError:e})=>e?o.colors.error.main:o.colors.text.dark};
53
+
54
+ ${({centered:e})=>e&&"width: 100%; text-align: center; display: block;"}
55
+ `,f=({placeholder:e="",isDisabled:l=!1,centered:s=!1,hasError:n=!1,className:g,helperText:p,label:i="",onBlur:y=()=>null,onFocus:x=()=>null,forwardRef:$,...a})=>{const[c,u]=F(!1),h=Boolean(a.value),b=d=>{u(!0),x(d)},k=d=>{u(!1),y(d)};return t.createElement(I,{className:g},t.createElement(w,{isFocused:c,disabled:l,centered:s,hasError:n,hasPlaceholder:!!e},t.createElement(L,{...a,ref:$,onFocus:b,onBlur:k,disabled:l,theme:o,placeholder:i&&!c?"":e}),a.suffix&&t.createElement(W,null,a.suffix)),i&&t.createElement(S,{isFocused:c,centered:s,hasError:n,hasValue:h,disabled:l,theme:o},i),p&&t.createElement(_,{centered:s,hasError:n},p))};export{f as TextField,f as default};
@@ -0,0 +1,9 @@
1
+ import o from"react";import c from"styled-components";import{Chip as g}from"../Chip/index.js";import"../../shared/helpers.js";import"../../theme.js";const f=c.ul`
2
+ max-width: 20rem;
3
+ display: grid;
4
+ grid-template-columns: repeat(4, 1fr);
5
+ gap: 0.625rem 0.75rem;
6
+ flex-wrap: wrap;
7
+ margin: 0;
8
+ padding: 0;
9
+ `,n=(t,e)=>Array.isArray(e)?Boolean(e.find(i=>i.getTime()===t.getTime())):(e==null?void 0:e.getTime())===t.getTime(),l=({timeSlots:t,onTimeSlotClick:e,selectedTimes:i,disabledTimes:p,...s})=>o.createElement(f,{...s},t.map(({text:d,date:r})=>{const m=n(r,i),a=n(r,p);return o.createElement(g,{component:"li","data-selected":m,"data-disabled":a,isDisabled:a,isActive:m,key:r.getTime(),onClick:()=>!m&&!a&&e(r)},d)}));export{l as TimePicker,l as default};
@@ -0,0 +1 @@
1
+ const D=r=>{const a=n=>n*60*60*1e3,o=new Date("2020/02/02"),e=new Date(o);return Array.from({length:r},(n,t)=>{const s=new Date(e.setTime(e.getDate()+a(t))),c=t<10?`0${t+1}:00`:`${t+1}:00`;return{date:s,text:c}})};export{D as generateTimeSlots};
@@ -0,0 +1,39 @@
1
+ import o,{useState as m,useEffect as d}from"react";import l from"styled-components";import r from"../../theme.js";const h=l.div`
2
+ display: flex;
3
+ position: relative;
4
+ border-top: ${({theme:e})=>`1px solid ${e.colors.gray.light6}`};
5
+ border-bottom: ${({theme:e})=>`1px solid ${e.colors.gray.light6}`};
6
+ padding: 4px;
7
+ `,a=l.div`
8
+ font-family: ${({theme:e})=>e.typography.fontBaseFamily};
9
+ font-weight: ${({theme:e})=>e.typography.fontBaseRegularWeight};
10
+ display: flex;
11
+ min-height: 4rem;
12
+ align-items: center;
13
+ transition: 150ms 50ms;
14
+ flex: 1;
15
+ z-index: 2;
16
+ position: relative;
17
+ cursor: pointer;
18
+
19
+ color: ${e=>e.isActive?r.colors.text.light:r.colors.text.dark};
20
+ `,f=l.div`
21
+ z-index: 0;
22
+ background-color: ${e=>r.colors[e.color].main};
23
+ position: absolute;
24
+
25
+ border-radius: 0.25rem;
26
+
27
+ top: 4px;
28
+ left: 4px;
29
+ width: calc(50% - 4px);
30
+ height: calc(100% - 8px);
31
+
32
+ transition: left 250ms ease-in-out;
33
+
34
+ ${e=>e.active==="RIGHT"&&`
35
+ left: calc(50%);
36
+ `}
37
+
38
+ ${e=>!e.active&&"display: none;"}
39
+ `,g=({onChange:e,...t})=>{const[i,c]=m(t.active);d(()=>{c(t.active)},[t.active]);const n=()=>{c("LEFT"),e("LEFT")},s=()=>{c("RIGHT"),e("RIGHT")};return o.createElement(h,{...t},o.createElement(f,{color:t.color,active:i}),o.createElement(a,{onClick:n,isActive:i==="LEFT",color:t.color},t.left),o.createElement(a,{onClick:s,isActive:i==="RIGHT",color:t.color},t.right))};export{g as Toggle};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.949 11.997V4.696h1.565v7.3H2.949z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.08 7.563h7.302V9.13H.08V7.563zM13.391 1.565a3.13 3.13 0 100 6.261 3.13 3.13 0 000-6.26zm-4.695 3.13a4.696 4.696 0 119.391.001 4.696 4.696 0 01-9.391 0zm-1.91 8.035c1.436-1.62 3.628-2.556 6.605-2.556 2.978 0 5.17.935 6.605 2.556C21.416 14.333 22 16.499 22 18.783v.782H4.783v-.782c0-2.284.583-4.45 2.004-6.053zM6.376 18h14.033c-.12-1.703-.637-3.164-1.584-4.232-1.074-1.213-2.795-2.029-5.433-2.029-2.637 0-4.359.816-5.433 2.029-.946 1.068-1.464 2.529-1.583 4.232z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 18 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.826 1.783a3.13 3.13 0 100 6.26 3.13 3.13 0 000-6.26zM4.13 4.913a4.696 4.696 0 119.392 0 4.696 4.696 0 01-9.392 0zm-1.908 8.034c1.435-1.62 3.626-2.556 6.604-2.556s5.17.936 6.605 2.556c1.42 1.604 2.004 3.77 2.004 6.053v.783H.217V19c0-2.284.584-4.45 2.005-6.053zm-.413 5.27h14.034c-.12-1.703-.637-3.163-1.584-4.232-1.074-1.212-2.796-2.028-5.433-2.028s-4.359.816-5.433 2.028c-.946 1.069-1.465 2.53-1.584 4.232z"}))}export{c as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 22 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.4 1.52a3.04 3.04 0 100 6.08 3.04 3.04 0 000-6.08zM8.84 4.56a4.56 4.56 0 119.12 0 4.56 4.56 0 01-9.12 0zm-1.854 7.802C8.38 10.789 10.508 9.88 13.4 9.88s5.02.909 6.414 2.482c1.38 1.557 1.946 3.66 1.946 5.878V19H5.04v-.76c0-2.218.567-4.32 1.946-5.878zm-.4 5.118h13.628c-.116-1.654-.619-3.072-1.538-4.11-1.043-1.177-2.715-1.97-5.276-1.97s-4.233.793-5.276 1.97c-.92 1.038-1.422 2.456-1.538 4.11z"}),e.createElement("path",{d:"M.48 7.868h5.477v1.403H.48V7.868z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.39 11.844l1.751-2.09c.56-.639.56-1.694-.01-2.345L4.392 5.32l-1.078.898 1.75 2.102c.118.135.118.4.012.522l-1.76 2.1 1.075.902z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 13 7",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.71.97l4.546 4.242a.282.282 0 00.38 0L11.18.97l1.136 1.06-4.545 4.243a1.971 1.971 0 01-2.652 0L.574 2.03 1.711.97z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 12 24",fill:"currentColor",...t},e.createElement("path",{d:"M9.23 0L12 3l-6.462 7c-.915.993-.915 3.008 0 4L12 21l-2.77 3-3.834-4.2C1.59 15.7 0 14 0 12s1.96-4.1 5.396-7.8L9.231 0z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 19 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.045 16.97L3.267 9.193a.25.25 0 010-.353l7.778-7.778L9.985 0 2.205 7.778a1.75 1.75 0 000 2.475l7.778 7.778 1.061-1.06z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 12 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.999 2.321l-4.244 4.26a.251.251 0 000 .354L9 11.195 7.94 12.256l-4.244-4.26a1.758 1.758 0 010-2.479l4.244-4.26L9 2.322z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fill:"currentColor",d:"M1 10.215h20.532v3.422H1z"}),e.createElement("path",{d:"M17.71 19.91l4.269-5.095c1.366-1.559 1.366-4.133-.025-5.72L17.713 4l-2.63 2.19 4.27 5.126c.287.33.287.976.027 1.273l-4.294 5.124 2.623 2.198z",fill:"currentColor"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 17",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.513 11.458c-.365-4.238-2.567-6.062-4.716-6.27-1.978-.191-4.193.944-5.416 3.35l2.072-.55.391 1.448-3.266.869a1.255 1.255 0 01-1.534-.886l-.88-3.263 1.45-.385.518 1.922c1.49-2.783 4.19-4.252 6.81-3.998 3.054.296 5.656 2.878 6.065 7.634l-1.494.129z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",width:"1em",height:"1em",viewBox:"0 0 12 24",...t},e.createElement("path",{d:"M2.8 24L0 21l6.5-7c.9-1 .9-3 0-4L0 3l2.8-3 3.8 4.2C10.4 8.3 12 10 12 12s-2 4.1-5.4 7.8L2.8 24z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 19 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.955 16.97l7.778-7.778a.25.25 0 000-.353L7.955 1.06 9.015 0l7.779 7.778a1.75 1.75 0 010 2.475l-7.778 7.778-1.061-1.06z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 12 7",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.526 6.194L6.266 1.95a.251.251 0 00-.353 0l-4.26 4.244L.591 5.135 4.85.891a1.758 1.758 0 012.479 0l4.259 4.244-1.063 1.06z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as l from"react";function t(e){return l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 64 64",...e},l.createElement("path",{d:"M42.8 35.2l1.5-1.5 17.5 17.5c2.9 2.9 2.9 7.7 0 10.6-2.9 2.9-7.7 2.9-10.6 0L33.7 44.3l1.5-1.5 17.5 17.5c2.1 2.1 5.5 2.1 7.6 0 2.1-2.1 2.1-5.5 0-7.6L42.8 35.2zM8.6 31.4c-2.1-2.1-5-2.7-6.9-.8-2.1 2.2-2.4 9.7 0 12.2 1 .9 2 1.9 4.6 4.5 2.6 2.6 3.6 3.7 4.6 4.6 2.5 2.5 9.9 2.2 12.1 0 1.9-1.9 1.4-4.7-.7-6.8l-1.6 1.5c1.4 1.3 1.7 2.9.8 3.8-1.4 1.4-7.5 1.6-9.1 0-.9-1-2-2-4.5-4.5l-4.6-4.6c-1.6-1.6-1.4-7.8 0-9.2.9-.9 2.4-.5 3.8.8l1.5-1.5zM33 7.1c-1.4-1.4-1.7-3-.8-3.8 1.3-1.4 7.5-1.6 9.1 0l4.5 4.5 4.6 4.6c1.6 1.6 1.4 7.7 0 9.1-.9.9-2.4.6-3.8-.8l-1.5 1.6c2.1 2.1 4.9 2.6 6.8.7 2.2-2.2 2.5-9.6 0-12.1-.9-1-2-2.1-4.5-4.6-2.6-2.6-3.7-3.6-4.6-4.6-2.5-2.4-10-2.1-12.2 0-1.9 1.9-1.3 4.8.8 6.9L33 7.1zm-26.7 25L32.2 6.3l1.5 1.5L7.8 33.7l-1.5-1.6zM20 45.8L45.8 20l1.6 1.5-25.9 25.8-1.5-1.5zM6.3 32.1l1.5-1.5L23 45.8l-1.5 1.5L6.3 32.1zM30.6 7.8l1.6-1.5 15.2 15.2-1.6 1.5L30.6 7.8z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 15 17",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M6 5l1.42 1.42L3.83 10H13V0h2v12H3.83l3.59 3.58L6 17l-6-6 6-6z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",...t},e.createElement("path",{d:"M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5z"}),e.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 26 25",...e},c.createElement("path",{d:"M5.5 7c1-4.5 3.1-7 7.5-7s6.5 2.5 7.5 7c.1.4.2.8.2 1.4.1.3.3 1.3.3 1.3.2 1.6.5 2.3.7 2.6l.3.3c.4.3.7.6 1.2.9.1.1.9.6 1.1.7 1.1.7 1.7 1.5 1.7 2.8 0 1.8-2.3 2.4-6.9 2.7-1.3.2-2.8.2-4.2.3h-3.8c-1.4-.1-2.9-.1-4.2-.3C2.3 19.4 0 18.8 0 17c0-1.3.6-2.1 1.7-2.9.2-.1 1-.6 1.2-.7.5-.3.9-.6 1.3-1l.1-.1c.3-.3.5-1 .8-2.7 0 .1.1-1 .2-1.3.1-.5.2-.9.2-1.3zm13 .4C17.7 3.7 16.2 2 13 2S8.3 3.7 7.5 7.4c-.1.4-.2.8-.2 1.3C7.2 9 7 10 7 10c-.3 2.1-.6 3-1.3 3.7 0 .1-.1.1-.1.2-.5.4-1 .8-1.6 1.1-.2.2-1 .7-1.2.8-.6.4-.8.7-.8 1.2v-.2c.2.1.6.3 1.1.4 1 .2 2.3.4 4 .6 1.3.1 2.7.1 4.1.2H14.8c1.4-.1 2.8-.1 4.1-.2 1.7-.2 3-.4 4-.6.5-.1.9-.3 1.1-.4v.2c0-.5-.2-.7-.8-1.2-.2-.1-.9-.5-1.1-.6-.5-.4-1-.7-1.4-1.1l-.4-.4c-.7-.7-1-1.6-1.3-3.7 0 .1-.2-1-.2-1.3-.1-.5-.2-.9-.3-1.3zM8 18v2c0 2.8 2.3 5 5 5 2.8 0 5-2.2 5-5v-2h-2v2c0 1.7-1.3 3-3 3-1.6 0-3-1.3-3-3v-2H8z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as c from"react";function l(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",...e},c.createElement("path",{d:"M10.4 4.1c-.1-.1-.2-.2-.2-.3C9 2.7 10 1.4 11.6.6c1.4-.7 2.9-.9 3.8 0 .2.2 1.6 1.5 1.9 1.9.9.8 1.5 1.5 1.9 1.9.8.8.7 2.3-.1 3.8-.3.6-.6 1.1-1 1.4-.7.6-1.5.6-2.2 0-.1-.1-.1-.2-.2-.3l-6.4 6.4c.1.1.2.2.3.2.6.7.5 1.5 0 2.2-.3.4-.8.8-1.5 1.1-1.4.7-2.9.9-3.7 0-.9-.8-2.7-2.7-3.8-3.8-.9-.8-.7-2.3 0-3.8.8-1.6 2.1-2.6 3.2-1.4.1 0 .2.1.3.3l6.3-6.4zm1.4 1.4l-6.3 6.3c.3.4.7.8 1.2 1.3.2.1.8.7 1.3 1.2L14.3 8l-.6-.6-.7-.7c-.4-.5-.8-.9-1.2-1.2zM7.3 17.4c.3-.1.5-.2.7-.4-.3-.2-.5-.5-.9-.9-.3-.3-1.5-1.4-1.7-1.7l-2.6-2.6c-.2.2-.3.4-.5.7-.3.7-.4 1.5-.4 1.5l3.9 3.9s.7-.1 1.5-.5zM17 8c.1-.2.3-.4.4-.7.4-.7.5-1.5.4-1.5-.4-.5-1-1.1-1.9-2L14 1.9s-.8.1-1.5.4c-.3.2-.5.3-.7.5.5.4 1.2 1.2 2.6 2.6C16 6.9 16.6 7.6 17 8zm-2 5.5l1.4-1.4 6.7 6.7c.1.2.3.4.4.6.7 1.2.7 2.4-.3 3.6-.1 0-.1 0-.2.1-1.1 1.1-2.4 1.1-3.6.4-.3-.1-.5-.3-.6-.4l-6.7-6.7 1.3-1.4 6.8 6.7.2.2c.5.3.8.3 1.3-.2l.1-.1c.4-.4.3-.7.1-1.2l-.2-.2-6.7-6.7z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function t(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 13 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.95 9.07l.147.027.289.06c-.842.789-2.132 1.174-3.633 1.18l-.116.02-.415.078-1.243.226-.248.047c-.667.136-1.343.234-2.022.293-.498 0-.568-.39-.394-.746.123-.231.273-.449.448-.648l.157-.188.2-.23c.073-.083.145-.165.214-.246l-.68-.598A2.716 2.716 0 010 6.56c0-1.2.779-2.218 2-2.823v.049C2 7.358 4.548 9.053 7.95 9.07z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.91 8.247l-.124-.022c-2.882-.013-5.04-1.398-5.04-4.316C2.746 1.827 5.346 0 7.83 0c2.873 0 5.08 1.68 5.08 3.905a3.22 3.22 0 01-.706 2.041l-.733.684.231.282c.073.088.146.175.216.263l.17.215c.188.228.35.477.482.741.188.407.112.853-.424.853-.733-.067-1.46-.179-2.18-.335l-.268-.053-1.34-.26-.447-.089zM7.549 5.74l-.715-1.014V5.74h-.755V2.572h.733V4.31l.737-.96h.858l-.96 1.197.982 1.193h-.88zm2.682-2.412a.894.894 0 00-.446.125c-.154.08-.285.199-.38.344V3.35h-.728v2.39h.737V4.655a.496.496 0 01.16-.42.72.72 0 01.447-.125h.21v-.782z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function t(c){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 26 26",...c},e.createElement("path",{d:"M20 14c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6zm-2 0c0-2.2-1.8-4-4-4s-4 1.8-4 4 1.8 4 4 4 4-1.8 4-4zm-4-1c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm-2 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm4 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM2 14h2c0 5.5 4.5 10 10 10s10-4.5 10-10S19.5 4 14 4V2c6.6 0 12 5.4 12 12s-5.4 12-12 12S2 20.6 2 14zM13 0h1v6h-1c-4 0-7 3.2-7 7v1H0v-1C0 5.4 5.4 0 13 0zm-1 4.1V2c-5.6.5-9.6 4.4-10 10h2.1c.4-4.1 3.6-7.5 7.9-7.9z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 64 59",...e},c.createElement("path",{d:"M19.9 9c.3-.2.7-.3 1-.4 4.4-1.5 19-5.8 21.7-6.7C44.4 1.2 45.9.6 47 0l1.2 2.4c-1.3.6-2.8 1.3-4.8 2-2.7.9-17.3 5.3-21.6 6.7-.3.1-.5.2-.7.3h-.2c-4.2 1.9-7.4 6.9-8.4 13-1.1 5.6.1 9.9 2.1 9.9 1.7 0 2.8-1.2 2.8-3.1.1-.3.1-.6.1-1.1.1-2.2.1-3.2.3-4.5 1.1-7 5.6-10.9 15.8-10.9 8 0 11.1 3.8 11.7 11 .1.9.1 1.4.2 2.9.2 4.7.6 5.8 2.2 5.8 2.2 0 2.3-.6 2.3-10.3 0-4.7 2.4-9.1 6.4-13 1.4-1.3 2.9-2.5 4.3-3.6.5-.3 1-.7 1.4-.9.3-.2.5-.3.6-.4L64 8.5c-.1.1-.2.2-.5.3-.4.3-.8.6-1.3.9-1.3 1-2.7 2.1-4 3.3-3.5 3.5-5.6 7.2-5.6 11.1 0 6.3-.1 8.2-.5 9.9-.6 2-1.8 2.9-3.9 3l1.3 2.1v.1c1.5-.2 3.5 0 3.5 2.2 0 1.1-.5 1.6-1.2 1.9.6 1.6.9 3.6.6 5l-.9 5.4c0 .3-.1.6-.2.8v2.8c0 .9-.8 1.7-1.8 1.7H46c-1 0-1.7-.8-1.7-1.7v-1.8H19.8v1.8c0 .9-.8 1.7-1.8 1.7h-3.5c-1 0-1.7-.8-1.7-1.7v-2.8c-.2-.2-.3-.5-.3-.8l-.9-5.4c-.3-1.4 0-3.4.6-5-.7-.3-1.2-.8-1.2-1.9 0-2.2 2-2.4 3.5-2.2v-.1l1.4-2.3c-.4.1-.9.1-1.3.1-1 0-1.7-.2-2.4-.7-.8.5-1.8.8-3 .8-2.5 0-4-1.8-4.4-4.4-.4-.1-.8-.1-1.1-.2-2.2-.6-3.6-2.1-3.6-4.7 0-1.3.9-3 2.4-5C1 22.4 0 21.1 0 18.8c0-3.2 3.8-5.4 10.3-7.4 2.1-.7 4.3-1.2 6.5-1.7.8-.2 1.5-.3 2.2-.4.2-.1.4-.1.5-.2.2 0 .3-.1.4-.1zm-9.4 12.1c-1.3 2.1-2.2 4.3-2.8 6.5-1 4.2-.3 6.7 1.5 6.7.5 0 1-.1 1.3-.2-1.1-2.4-1.4-6.1-.6-10.2.2-.9.4-1.9.6-2.8zM43 30.2c-.1-.5-.1-.9-.1-1.4-.1-1.5-.1-2.1-.2-2.8-.5-6-2.6-8.6-9.1-8.6-8.9 0-12.4 2.9-13.2 8.6-.2 1.2-.2 2.1-.3 4.2v.6c1.4-1.1 3.2-1.8 4.9-1.8h14c1.3 0 2.7.4 4 1.2zM7.3 21.5c-.2.1-.3.1-.5.2-2.4 2.5-4.1 4.7-4.1 6 0 1.2.5 1.8 1.6 2.1.1 0 .3.1.4.1.1-.9.2-1.9.5-3 .4-1.8 1.2-3.6 2.1-5.4zm5-8c-.4.1-.8.3-1.3.4-5.2 1.6-8.4 3.5-8.4 4.9 0 1.4.3 1.6 1.4 1.2.4-.1.9-.2 1.4-.5 2-2.1 4.5-4.2 6.9-6zm33.4 26.1l-2.9-4.9c-.7-1.1-2.5-2.2-3.8-2.2H25c-1.3 0-3.1 1.1-3.8 2.2l-2.9 4.9h27.4zM18.9 50.2c1.4 0 2.6-1.2 2.6-2.7 0-1.4-1.2-2.6-2.6-2.6-1.5 0-2.6 1.2-2.6 2.6 0 1.5 1.1 2.7 2.6 2.7zm26.2 0c1.5 0 2.7-1.2 2.7-2.7 0-1.4-1.2-2.6-2.7-2.6-1.4 0-2.6 1.2-2.6 2.6 0 1.5 1.2 2.7 2.6 2.7zm-18.3-1.8v1.8h10.5v-1.8H26.8z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.83 8.807l-4.37-3.399-.92 1.184 2.775 2.158H7.75V7.5h-1.5v.898l-1.076-.562-.21-.11-.235.03c-.678.09-1.785.31-2.735 1C1 9.478.25 10.663.25 12.5c0 .845.168 1.534.52 2.069.359.546.86.854 1.375 1.02.264.085.536.134.8.161.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h8.39c.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h.532c.488 0 1.157-.183 1.71-.704.573-.54.953-1.375.953-2.546 0-.766-.374-1.38-.866-1.838-.483-.45-1.116-.788-1.757-1.045-1.085-.435-2.331-.689-3.296-.81zm3.257 5.443H21a2.75 2.75 0 10-5.5 0H8a2.75 2.75 0 00-5.497-.125.984.984 0 01-.48-.38c-.142-.216-.273-.589-.273-1.245 0-1.363.525-2.094 1.126-2.53.565-.411 1.254-.6 1.818-.692l1.698.887.163.085h10.673c.91.082 2.248.321 3.34.759.555.222.999.477 1.293.751.285.265.389.507.389.74 0 .83-.258 1.244-.481 1.454-.244.23-.532.296-.682.296zm-14.587 0a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm13 0a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M7 10.984H5v2h2v-2zM7 0H5.5v6H7V0zM19 8.5V7H1v1.5h18zM14.5 0H13v6h1.5V0zM11 10.984H9v2h2v-2zM15 10.984h-2v2h2v-2zM7 14.984H5v2h2v-2zM11 14.984H9v2h2v-2zM15 14.984h-2v2h2v-2z",fill:"currentColor"}),e.createElement("rect",{x:.75,y:2.75,width:18.5,height:17.5,rx:1.25,stroke:"currentColor",strokeWidth:1.5}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 21",...t},e.createElement("path",{d:"M22 19zM2 19h20V7H2v12zM0 7c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V7zm8-2H6V2.3C6 1 7.2 0 8.7 0h6.6C16.8 0 18 1 18 2.3V5h-2V2.3c0-.1-.3-.3-.7-.3H8.7c-.4 0-.7.2-.7.3V5zm4 13c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-2c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3z"}))}export{c as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 72 72",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("g",{fill:"none",fillRule:"evenodd"},e.createElement("circle",{fill:"currentColor",cx:36,cy:36,r:36}),e.createElement("text",{fill:"#FFF",fontSize:".8em"},e.createElement("tspan",{x:16,y:44},"360")),e.createElement("path",{className:"car360-icon_svg__circle",d:"M36.5 8.571C21.312 8.571 9 20.851 9 36c0 7.404 2.942 14.124 7.723 19.058m19.777 8.37h0C51.688 63.429 64 51.149 64 36c0-7.719-3.197-14.693-8.341-19.677",stroke:"#FFF",strokeWidth:1.524,strokeLinecap:"round"}),e.createElement("path",{className:"car360-icon_svg__arrow-right",d:"M35.266 13.143L34.208 12l2.468-2.667c.35-.378.35-1.146 0-1.523l-2.468-2.667L35.266 4l1.465 1.6c1.453 1.562 2.06 2.21 2.06 2.971 0 .762-.748 1.562-2.06 2.972l-1.465 1.6z",fill:"#FFF"}),e.createElement("path",{className:"car360-icon_svg__arrow-left",d:"M37.734 68l1.058-1.143-2.468-2.667c-.35-.378-.35-1.145 0-1.523L38.792 60l-1.058-1.143-1.465 1.6c-1.453 1.562-2.06 2.21-2.06 2.972 0 .761.748 1.561 2.06 2.97L37.734 68z",fill:"#FFF"})))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 23",fill:"currentColor",width:"1em",height:"1em",...e},c.createElement("path",{d:"M32 9.5c0-1.6-1.5-1.8-2.7-1.6v-.2L26.5 3c-1-1.7-3.2-3-5.2-3H10.7c-2 0-4.2 1.3-5.2 3L2.7 7.7v.1C1.5 7.7 0 7.8 0 9.5c0 .8.4 1.3.9 1.5-.5 1.2-.7 2.7-.5 3.8l.7 4.2c0 .2.1.4.2.6v2.1c0 .7.6 1.3 1.3 1.3h2.7c.7 0 1.3-.6 1.3-1.3v-1.4H25.3v1.4c0 .7.6 1.3 1.3 1.3h2.7c.7 0 1.3-.6 1.3-1.3v-2.1c.1-.2.2-.4.2-.6l.7-4.2c.2-1.1 0-2.6-.5-3.8.6-.2 1-.7 1-1.5zM7.8 4.4c.5-.9 1.9-1.7 2.9-1.7h10.6c1 0 2.4.8 2.9 1.7l2.2 3.7H5.6l2.2-3.7zM6 16.2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm14 0h-8v-1.4h8v1.4zm6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 25 21",...e},c.createElement("path",{d:"M14.7 13.5c.5-.1 1.3 0 1.3.8 0 .4-.2.6-.5.7.3.6.4 1.3.3 1.9l-.4 1.9c0 .1 0 .2-.1.3v1c0 .4-.3.7-.6.7h-1.4c-.3 0-.6-.4-.6-.7v-.6H3.3v.6c0 .4-.3.7-.6.7H1.3c-.3 0-.6-.4-.6-.7v-1c-.1-.1-.1-.2-.1-.3l-.4-1.9c-.1-.6 0-1.3.3-1.9-.3-.1-.5-.3-.5-.7 0-.8.8-.9 1.3-.8l1.4-2.3c.5-.8 1.7-1.4 2.6-1.4h5.4c.9 0 2.1.6 2.6 1.4l1.4 2.3zm-1.5.1l-1.1-1.8c-.2-.4-.9-.8-1.4-.8H5.3c-.5 0-1.2.4-1.4.8l-1.1 1.8h10.4zM3 17.5c.6 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.4 1 1 1zm10 0c.6 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.4 1 1 1zm-7-.6v.6h4v-.6H6zM16.5 0c2.9 0 5.3 2.4 5.3 5.3 0 2.8-2.4 5.2-5.3 5.2s-5.2-2.4-5.2-5.2c0-2.9 2.3-5.3 5.2-5.3zm0 9c2.1 0 3.8-1.7 3.8-3.7 0-2.1-1.7-3.8-3.8-3.8-2.1 0-3.7 1.7-3.7 3.8 0 2 1.6 3.7 3.7 3.7zm8 3.2l-1 1.1-3.1-3 1.1-1.1 3 3z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 8",...t},e.createElement("path",{d:"M3 7H1C0 7 0 5 0 4s4-2 4-2 2-2 3-2h6c2 0 5 3 5 3s6 0 6 1 0 3-1 3h-2.1c.1-.2.1-.3.1-.5C21 5.1 19.9 4 18.5 4S16 5.1 16 6.5V7H7.9c.1-.2.1-.3.1-.5C8 5.1 6.9 4 5.5 4S3 5.1 3 6.5V7zm13-4s-2-2-3-2h-2v2h5zm-6 0V1H8C7 1 7 3 7 3h3zm8.5 5c-.8 0-1.5-.7-1.5-1.5S17.7 5 18.5 5s1.5.7 1.5 1.5S19.3 8 18.5 8zm-13 0C4.7 8 4 7.3 4 6.5S4.7 5 5.5 5 7 5.7 7 6.5 6.3 8 5.5 8z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as c from"react";function e(h){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 66 36",...h},c.createElement("path",{d:"M65.7 18c0 6.3-2 10.4-5.7 12.7-2.7 1.7-5.9 2.3-10.3 2.3H13.6c-.1 0-.3-.1-.6-.1-.4-.1-.8-.2-1.3-.3-1.5-.3-2.9-.5-4.2-.8-.9-.2-1.6-.4-2.4-.6-2.3-.6-3.6-1-4.1-1.5-1.3-1.4-1.4-22 0-23.4.5-.5 1.8-.9 4.1-1.5.7-.2 1.5-.4 2.4-.6 1.3-.3 2.7-.5 4.2-.8.5-.1.9-.2 1.3-.3.3 0 .5-.1.7-.1h36c4.5 0 7.6.6 10.4 2.3 3.7 2.3 5.7 6.4 5.6 12.7zM13.4 30.9c.2.1.3.1.4.1h35.9c4 0 6.9-.5 9.2-2 3.1-1.9 4.8-5.4 4.8-11 .1-5.6-1.6-9.1-4.7-11-2.3-1.5-5.2-2-9.3-2H13.8c-.1 0-.2 0-.4.1-.4.1-.9.1-1.4.2-1.4.3-2.8.6-4.1.9-.8.2-1.6.4-2.4.5-1.7.5-2.9.9-3 1 0 .1-.1.3-.1.6-.1.6-.2 1.5-.2 2.5-.1 1.9-.2 4.5-.2 7.2s.1 5.3.2 7.2c.1 1 .1 1.9.2 2.5.1.3.1.5.1.6.1.1 1.3.5 3.1 1 .7.1 1.5.3 2.3.5 1.3.3 2.7.6 4.1.9.5.1 1 .1 1.4.2zM58.1 5c-.8.7-1.4 1.8-1.4 3 0 2.2 1.8 4 4 4 1.2 0 2.2-.5 3-1.3l-1.5-1.3c-.4.4-.9.6-1.5.6-1.1 0-2-.9-2-2 0-.6.3-1.1.7-1.5L58.1 5zm1.3 24.2c-.4-.3-.7-.9-.7-1.5 0-1.1.9-2 2-2 .6 0 1.1.3 1.5.7l1.5-1.4c-.8-.8-1.8-1.3-3-1.3-2.2 0-4 1.8-4 4 0 1.2.6 2.3 1.4 3.1l1.3-1.6zM23.7 31v2c0 .6-.4 1-1 1h-4c-.5 0-1-.4-1-1v-2h-2v2c0 1.7 1.4 3 3 3h4c1.7 0 3-1.3 3-3v-2h-2zm24 0v2c0 .6-.4 1-1 1h-4c-.5 0-1-.4-1-1v-2h-2v2c0 1.7 1.4 3 3 3h4c1.7 0 3-1.3 3-3v-2h-2zm-30-26V3c0-.6.5-1 1-1h4c.6 0 1 .4 1 1v2h2V3c0-1.7-1.3-3-3-3h-4c-1.6 0-3 1.3-3 3v2h2zm24 0V3c0-.6.5-1 1-1h4c.6 0 1 .4 1 1v2h2V3c0-1.7-1.3-3-3-3h-4c-1.6 0-3 1.3-3 3v2h2zm-6 5s5-2 7-2c2.1 0 6.2 3 6.1 10 0 7-4 10-6.1 10-2 0-7-3-7-3V10zm2 13.8c.6.3 1.1.6 1.7.9.4.2.7.4 1.1.6 1.1.4 1.9.7 2.3.7.4 0 1.4-.6 2.2-1.6 1.1-1.5 1.8-3.7 1.8-6.4.1-2.7-.6-4.9-1.8-6.4-.8-1-1.8-1.6-2.3-1.6-.4 0-1.3.2-2.5.5-.3.1-.7.3-1.1.4-.4.2-.9.3-1.4.5v12.4z"}))}export{e as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 16",...t},e.createElement("path",{d:"M12.8 14c-.4 1.2-1.5 2-2.8 2-1.3 0-2.4-.8-2.8-2H0V6.5C0 2.9 2.9 0 6.4 0h7.2C17.2 0 20 2.9 20 6.5V12h4v2H12.8zm0-2H18V7c.2-3-1.8-5.1-4-5H6c-2.1-.1-4.2 2-4 5v5h5.2c.4-1.2 1.5-2 2.8-2 1.3 0 2.4.8 2.8 2zM10 14c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("rect",{x:2,y:2,width:9,height:9,rx:1,fill:"currentColor"}),e.createElement("rect",{x:13,y:2,width:9,height:9,rx:1,fill:"currentColor"}),e.createElement("rect",{x:2,y:13,width:9,height:9,rx:1,fill:"currentColor"}),e.createElement("rect",{x:13,y:13,width:9,height:9,rx:1,fill:"currentColor"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function a(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 12 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.052 5.5L3.811 3.74V5.5H2.5V0h1.272v3.018l1.28-1.668h1.49L4.874 3.429 6.58 5.5H5.052zm3.879-3.972c.235-.14.503-.214.776-.217v1.358h-.365a1.249 1.249 0 00-.776.217.861.861 0 00-.279.729V5.5h-1.28V1.35h1.265v.776c.165-.252.392-.458.659-.598zm2.32 10.292c.189-.075.326-.231.326-.526 0-.573-.52-.62-.923-.571v-.03L9.68 9.038C9.331 8.446 8.557 8 7.88 8H4.197c-.673 0-1.453.45-1.799 1.038l-.974 1.655v.03c-.403-.05-.923-.002-.923.571 0 .295.137.45.326.526-.164.418-.24.942-.177 1.324l.238 1.461a.505.505 0 00.075.19v.747a.46.46 0 00.465.458h.915a.464.464 0 00.466-.458v-.483h6.461v.479c0 .254.209.462.466.462h.915a.466.466 0 00.465-.462v-.741a.51.51 0 00.075-.192l.238-1.46c.063-.384-.014-.908-.177-1.325zM.961 14.796l.009.012-.008-.012zm.009.012zm.458.25zm8.226-4.235l-.766-1.3c-.181-.31-.655-.582-1.007-.582H4.196c-.349 0-.828.276-1.008.581l-.765 1.301h7.231zm.538 2.118a.7.7 0 01-.692.706.7.7 0 01-.692-.706.7.7 0 01.692-.706.7.7 0 01.692.706zm-7.615.706a.7.7 0 00.692-.706.7.7 0 00-.692-.706.7.7 0 00-.692.706.7.7 0 00.692.706zm2.077 0v-.47h2.77v.47h-2.77z"}))}export{a as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z"}),e.createElement("path",{d:"M20.695 12a8.696 8.696 0 11-17.39 0 8.696 8.696 0 0117.39 0z",fill:"#FFF"}),e.createElement("path",{d:"M19 12a7 7 0 11-14 0 7 7 0 0114 0z",fill:"#FFF"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.349 9.478l-4.788 5.45a1.631 1.631 0 01-2.501-.048l-2.014-2.47 1.09-.925 2.013 2.47a.233.233 0 00.357.006l4.788-5.45 1.055.967z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 23",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M26 10c0-5.322-6.65-10-13-10C5.644 0 0 4.31 0 10c0 2.083.889 4.346 1.81 5.224l1.38-1.448c-.16-.152-.459-.654-.697-1.26A6.966 6.966 0 012 10c0-4.45 4.649-8 11-8 5.366 0 11 3.964 11 8 0 6.169-4.543 9.05-11 9.05l-.202.02a197.899 197.899 0 01-1.493.303 357.093 357.093 0 01-4.09.798c-1.686.317-3.07.557-4.007.695.152-.22.33-.464.534-.727.127-.166.263-.337.406-.514a40.418 40.418 0 011.633-1.886l-1.465-1.36a42.374 42.374 0 00-1.72 1.987c-.154.188-.3.372-.438.55-.579.751-1 1.382-1.233 1.893-.48 1.053-.286 2.187 1.09 2.187.721 0 2.647-.31 5.57-.86l.693-.13a359.044 359.044 0 004.825-.957C20.475 21.017 26 17.48 26 10z",fillRule:"nonzero",fill:"currentColor"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 18",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M3.84 7.377l3.532 4.09c.607.706 1.595.706 2.201 0L19.475 0l3.668 4.248-9.902 11.467c-2.631 3.047-6.909 3.047-9.537 0L0 11.426l3.84-4.05z",fill:"currentColor",fillRule:"evenodd"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 400 400",...t},e.createElement("path",{d:"M232.837 188.328c-22.975 33.499-42.039 60.815-42.364 60.703-.325-.111-11.182-12.332-24.127-27.156-12.945-14.824-23.98-27.421-24.524-27.993-1.07-1.126-15.65 10.83-15.65 12.834 0 2.693 51.308 59.642 55.647 61.765 8.01 3.919 17.585 2.352 23.369-3.824 2.919-3.118 86.218-124.348 86.218-125.479 0-.727-14.119-10.86-16.015-11.495-.43-.144-19.579 27.147-42.554 60.645",fill:"currentColor",fillRule:"evenodd"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",width:"1em",height:"1em",...t},e.createElement("path",{d:"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm6.5 9c-.2.3-.5.6-.8.9-.8.9-1.7 1.9-2.5 2.8l-.6.6C12.2 15.8 10.9 17 10 17c-.8 0-1.5-.5-2.4-1.5-.3-.2-.6-.5-.8-.9-.4-.5-.8-.9-1.1-1.4-.2-.3-.4-.5-.5-.7l1.6-1.1c.1.1.2.3.4.6.3.5.7.9 1 1.3.2.3.5.6.7.8.4.4.8.7.9.8 0 0 .1 0 .1-.1.2-.1.5-.4.8-.7.6-.6 1.4-1.3 2.3-2.3l.6-.6L16 8.5c.3-.3.5-.6.8-.9.1-.2.2-.3.3-.3l1.5 1.3c.1.1 0 .2-.1.4z"}))}export{c as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",width:"1em",height:"1em",...t},e.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-3-7.9c.4.4.8.7.9.8 0 0 .1 0 .1-.1.2-.1.5-.4.8-.7.6-.6 1.4-1.3 2.3-2.3l.6-.6 2.4-2.7c.3-.3.5-.6.8-.9.1-.2.2-.3.3-.3l1.5 1.3-.3.3c-.2.3-.5.6-.8.9-.8.9-1.7 1.9-2.5 2.8l-.6.6c-2.4 2.5-3.7 3.7-4.6 3.7-.8 0-1.5-.5-2.4-1.5-.3-.3-.5-.6-.8-.9-.4-.5-.8-.9-1.1-1.4-.2-.3-.4-.5-.5-.7l1.6-1.1c.1.1.2.3.4.6.3.5.7.9 1 1.3l.9.9z"}))}export{c as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 24",fill:"currentColor",width:"1em",height:"1em",...t},e.createElement("path",{d:"M15 2h2c1.7 0 3 1.3 3 3v16c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V5c0-1.7 1.3-3 3-3h2c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zM4 8v2h12V8H4zm0 4v2h12v-2H4zm0 4v2h8v-2H4z"}))}export{c as default};
@@ -0,0 +1 @@
1
+ import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 24",fill:"currentColor",width:"1em",height:"1em",...e},c.createElement("path",{d:"M5 4H3c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h14c.5 0 1-.4 1-1V5c0-.6-.4-1-1-1h-2c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2zm10-2h2c1.7 0 3 1.3 3 3v16c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V5c0-1.7 1.3-3 3-3h2c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zM7 4h6V2H7v2zM4 8h12v2H4V8zm0 4h12v2H4v-2zm0 4h8v2H4v-2z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 10 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 10A5 5 0 105 0a5 5 0 000 10zm.5-7.857a.5.5 0 00-1 0v3.374l.282.137 1.785.867a.5.5 0 00.437-.9L5.5 4.892V2.143z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 26",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M13 26c7.18 0 13-5.82 13-13S20.18 0 13 0 0 5.82 0 13s5.82 13 13 13zm0-2C6.925 24 2 19.075 2 13S6.925 2 13 2s11 4.925 11 11-4.925 11-11 11zM12 6v6.495c0 1.212.813 2.53 1.9 3.073l4.653 2.326.894-1.788-4.653-2.327c-.409-.204-.794-.829-.794-1.284V6h-2z",fillRule:"nonzero",fill:"currentColor"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M12.01 9.298L2.733 0 0 2.74l9.278 9.3-9.18 9.223L2.835 24l9.177-9.219 9.176 9.198 2.734-2.74-9.179-9.201L24 2.738 21.263.002 12.01 9.298z",fillRule:"nonzero",fill:"currentColor"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M2 0l21.92 21.92-1.414 1.415L.586 1.415z"}),e.createElement("path",{d:"M24 1.414L2.08 23.334.666 21.92 22.586 0z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 64 64",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M54 26.045c5.606.505 10 5.217 10 10.955 0 5.905-4.653 10.723-10.493 10.989C51.461 57.15 43.281 64 33.495 64h-12.99C9.18 64 0 54.824 0 43.5V23h54v3.045zm0 2.01V43.5c0 .833-.05 1.653-.146 2.46A9.001 9.001 0 0054 28.055zM2 43.5C2 53.719 10.284 62 20.505 62h12.99C43.718 62 52 53.718 52 43.5V25H2v18.5zm8.399-40.3l1.199 1.6c-3.464 2.596-3.464 3.761.002 6.376 4.532 3.419 4.535 6.189.002 9.621l-1.207-1.594c3.475-2.632 3.473-3.81.001-6.43-4.528-3.416-4.529-6.178.003-9.573zm30 0l1.199 1.6c-3.464 2.596-3.464 3.761.002 6.376 4.532 3.419 4.535 6.189.002 9.621l-1.207-1.594c3.475-2.632 3.473-3.81.001-6.43-4.528-3.416-4.529-6.178.003-9.573zm-14-3l1.199 1.6c-3.464 2.596-3.464 3.761.002 6.376 4.532 3.419 4.535 6.189.002 9.621l-1.207-1.594c3.475-2.632 3.473-3.81.001-6.43-4.528-3.416-4.529-6.178.003-9.573z",fill:"currentColor",fillRule:"evenodd"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.513 4.953l-.216-.203H13v0H2c-.802 0-1.22.615-1.416 1.125-.199.518-.287 1.189-.33 1.878-.058.931-.04 2.066-.021 3.18C.24 11.47.25 12 .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.826zM21 14.25h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-.233-.104-.475-.389-.74-.294-.274-.738-.529-1.292-.751-1.105-.443-2.462-.682-3.373-.762l-.259-.022-.19-.178-4.044-3.797H2.061a.911.911 0 00-.076.163c-.113.294-.193.773-.234 1.434-.054.873-.037 1.9-.02 2.976.01.551.019 1.115.019 1.677 0 .656.131 1.03.273 1.244a.984.984 0 00.48.38A2.75 2.75 0 018 14.25h7.5a2.75 2.75 0 115.5 0zM2.09 6.218c0 .002-.005.008-.016.014.01-.012.015-.015.015-.014zM5.25 15.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm13 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"}))}export{c as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function t(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zm6 7.5V7H6v1.5h12zm0 4V11H6v1.5h12zM6 15h7.636v1.5H6V15z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 21.96c5.5 0 9.96-4.46 9.96-9.96 0-5.5-4.46-9.96-9.96-9.96-5.5 0-9.96 4.46-9.96 9.96 0 5.5 4.46 9.96 9.96 9.96zM12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z"}),e.createElement("path",{d:"M6.598 7.197h10.8v1.8h-10.8v-1.8zM6.598 11.398h10.8v1.8h-10.8v-1.8zM6.598 15.596h7.02v1.8h-7.02v-1.8z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.988 3.4c0-.228-.186-.4-.388-.4H2.4c-.215 0-.4.185-.4.4v14.4c0 .215.185.4.4.4h16.386a3 3 0 012.121.879l1.09 1.09L21.988 3.4zM21.6 1c1.32 0 2.388 1.08 2.388 2.4l.01 19.184c.001.891-1.076 1.338-1.706.708l-2.8-2.8a1 1 0 00-.706-.292H2.4c-1.32 0-2.4-1.08-2.4-2.4V3.4C0 2.08 1.08 1 2.4 1h19.2z"}),e.createElement("path",{d:"M5 7h14v2H5V7zM5 12h14v2H5v-2z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function t(c){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 28 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...c},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.654 6.322a13.996 13.996 0 01-.273 1.004 4.91 4.91 0 01-.047.135c-.21.589-.8.864-1.34.802L8.72 8.23c-.39-.043-.593-.024-.696.015-.038.015-.052.028-.06.039a.348.348 0 00-.057.143c-.219.976-.412 1.94-.606 2.912-.143.716-.287 1.436-.442 2.166a.345.345 0 00-.01.153c.002.007.006.02.033.046.08.076.267.174.67.292l.24.072c.523.156.956.642.917 1.268a9.274 9.274 0 01-.048.47 14.046 14.046 0 01-.128.803.794.794 0 01-.223.42c-.319.313-.733.59-1.215.711a2.05 2.05 0 01-.679.057.713.713 0 01-.532-.312 3.471 3.471 0 01-.309-.615c-.217-.538-.412-1.247-.552-2.007-.34-1.843-.332-3.78.145-5.351.475-1.565 1.193-2.93 2.02-3.946.314-.385.631-.695.899-.912.132-.108.262-.2.38-.267.058-.034.125-.068.197-.093a.712.712 0 01.335-.04c.367.05.682.206.946.44.32.283.545.658.69 1.026a.888.888 0 01.037.521l-.018.08zM12.177 15.405c1.116-1.275 2.82-2.01 5.135-2.01s4.019.735 5.135 2.01c1.105 1.262 1.558 2.966 1.558 4.763v.616H10.62v-.616c0-1.797.454-3.501 1.558-4.763z"}),e.createElement("path",{d:"M13.66 7.498c0-2.04 1.636-3.695 3.652-3.695s3.65 1.655 3.65 3.695-1.634 3.695-3.65 3.695c-2.017 0-3.651-1.655-3.651-3.695z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function a(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.432 5.887l-.194-.137H13v0H12.95a30.124 30.124 0 00-.637.008c-.418.008-.99.024-1.604.056-.614.031-1.279.08-1.88.153-.585.07-1.172.172-1.593.331-.669.252-1.29.497-1.968.894-.608.356-1.242.824-2.005 1.508l-2.64-.44-.246 1.48 1.48.247c-.2.188-.393.376-.567.56-.26.274-.508.569-.695.873-.182.299-.345.669-.345 1.08 0 .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.25h9.39a2.748 2.748 0 004.623-.02c.621-.052 1.248-.225 1.75-.666.653-.574.932-1.45.932-2.564 0-.802-.442-1.421-.976-1.866-.53-.44-1.222-.773-1.92-1.026-1.31-.476-2.819-.733-3.824-.836l-4.098-2.885zm8.565 8.238c.138-.05.246-.113.331-.188.201-.177.422-.55.422-1.437 0-.197-.099-.432-.435-.712-.341-.283-.85-.544-1.473-.77-1.24-.45-2.73-.69-3.646-.77l-.202-.018-.165-.117-4.064-2.861a46.676 46.676 0 00-1.979.06c-.596.03-1.223.076-1.777.144-.571.07-1.003.155-1.245.246-.657.248-1.177.455-1.738.784-.56.328-1.185.792-2.016 1.564-.182.17-.364.334-.541.494-.395.357-.77.696-1.09 1.034a4.02 4.02 0 00-.505.626c-.113.184-.124.276-.124.296 0 .656.131 1.03.273 1.244a.984.984 0 00.48.38A2.75 2.75 0 018 14.25h8.5a2.75 2.75 0 015.497-.125zM5.25 15.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm14 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"}))}export{a as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 18",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M0 2.994v12.012A3 3 0 003.005 18h19.99A3 3 0 0026 15.006V2.994A3 3 0 0022.995 0H3.005A3 3 0 000 2.994zm2 0A1 1 0 013.005 2h19.99A1 1 0 0124 2.994v12.012a1 1 0 01-1.005.994H3.005A1 1 0 012 15.006V2.994zM2 4h22v4H2V4zm2 8h6v2H4v-2zm8 0h2v2h-2v-2z",fillRule:"nonzero",fill:"currentColor"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t},e.createElement("path",{stroke:"null",d:"M12.063.125C5.53.125.25 5.405.25 11.938S5.53 23.75 12.063 23.75s11.812-5.28 11.812-11.813S18.595.126 12.062.126zm5.906 16.053l-1.666 1.666-4.24-4.24-4.241 4.24-1.666-1.666 4.24-4.24-4.24-4.241L7.822 6.03l4.24 4.24 4.241-4.24 1.666 1.666-4.24 4.24 4.24 4.241z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M0 21h24v3H0v-3zM0 3l6 9 6-12 6 12 6-9v15H0V3z",fill:"currentColor",fillRule:"evenodd"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as a from"react";function l(e){return a.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 56 56",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},a.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"}),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M36.75 19.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 19c-.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.74a.931.931 0 00.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.931.931 0 00.14-.36l.3-1.74a5.14 5.14 0 00-.28-2.35.77.77 0 00.57-.82zM23.5 17.21a2.141 2.141 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-.03zM24.59 37a2.489 2.489 0 01-.69-.25 1.53 1.53 0 01-.9-1.49 1.54 1.54 0 01.85-1.54c.213-.1.438-.17.67-.21H37.1a5.9 5.9 0 013.63 1.15 18.357 18.357 0 012 1.71c.39.37 1.72 1.7 2.28 2.25l.25.25 1.08-1.08-.23-.22c-.54-.55-1.91-1.91-2.31-2.29a17.87 17.87 0 00-2.19-1.86A7.39 7.39 0 0037.1 32H24.82a3.78 3.78 0 00-1.63.4 2.938 2.938 0 00-1.65 2.26L13.36 31a6.063 6.063 0 00-.77-.24 6.197 6.197 0 00-1.79-.23 2.84 2.84 0 00-2.48 1.25c-1.23 1.68-.68 3.29 1.22 4.6.68.42 2.45 1.47 5 3l3.65 2.16 1.19.7.41.25c.494.34 1.028.62 1.59.83a11.88 11.88 0 004.47.82H34a3.42 3.42 0 011.64.38c.76.4 1.35.92 3.45 3l1.07-1.09c-2.23-2.16-2.85-2.71-3.81-3.21a5 5 0 00-2.35-.61h-8.16A10.23 10.23 0 0122 41.9a6.934 6.934 0 01-1-.47l-.29-.19-.07-.05-.46-.26-1.18-.7-3.61-2.14-5-3c-1.24-.86-1.47-1.55-.81-2.45v-.06a1.4 1.4 0 011.23-.55c.46 0 .917.06 1.36.18l.57.17 8.88 3.92a3.001 3.001 0 001.53 1.74 4.001 4.001 0 001.58.48h9.78V37h-9.92z"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function a(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("g",{stroke:"currentColor",strokeWidth:.2},e.createElement("path",{d:"M4.924 14.959a3.11 3.11 0 00-3.106 3.106 3.11 3.11 0 003.106 3.107 3.11 3.11 0 003.107-3.107 3.11 3.11 0 00-3.107-3.106zm0 4.458a1.353 1.353 0 01-1.351-1.352c0-.745.606-1.351 1.351-1.351.746 0 1.352.606 1.352 1.351s-.606 1.352-1.352 1.352zM18.35 14.959a3.11 3.11 0 00-3.107 3.106 3.11 3.11 0 003.107 3.107 3.11 3.11 0 003.106-3.107 3.11 3.11 0 00-3.106-3.106zm0 4.458a1.353 1.353 0 01-1.352-1.352c0-.745.607-1.351 1.352-1.351.745 0 1.351.606 1.351 1.351s-.606 1.352-1.351 1.352z"}),e.createElement("path",{d:"M2.175 7.169h0l-2.178 4.224s0 0 0 0a.877.877 0 00-.097.402v6.272c0 .485.393.878.878.878H2.77V17.19H1.655v-5.182l1.835-3.56H9.456V6.693H2.955a.878.878 0 00-.78.476zM16.195 17.285v-.1H7.131V18.94h9.064v-1.655z"}),e.createElement("path",{d:"M8.48 18.062v.1H10.233V4.58h12.111v12.603H20.48V18.94h2.744a.877.877 0 00.877-.877V3.703a.877.877 0 00-.877-.877H9.357a.877.877 0 00-.878.877v14.359z"}),e.createElement("path",{d:"M9.456 11.04v-.1H.677V12.693h8.78V11.04zM20.172 7.605h0a.877.877 0 01-.073 1.239l-4.406 3.914a.874.874 0 01-1.207-.04s0 0 0 0l-2.048-2.073h0a.878.878 0 01.008-1.242l7.726-1.798zm0 0a.877.877 0 00-1.239-.073m1.239.073l-1.239-.073m0 0l-3.784 3.36-1.462-1.48a.877.877 0 00-1.24-.009l6.486-1.871z"})))}export{a as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function a(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M18.672 9.336a9.335 9.335 0 01-9.336 9.336A9.335 9.335 0 010 9.336 9.335 9.335 0 019.336 0a9.335 9.335 0 019.336 9.336zm-1.868 0a7.468 7.468 0 00-7.468-7.469 7.468 7.468 0 00-7.469 7.469 7.468 7.468 0 007.469 7.469 7.468 7.468 0 007.468-7.47zM24 22.68L22.68 24l-5.597-5.6 1.321-1.32L24 22.68zM4.963 9.062a35.368 35.368 0 001.61 1.451c.148.127.293.247.435.361 1.045.842 1.727 1.27 2.352 1.27.625 0 1.307-.428 2.352-1.27.141-.114.287-.234.436-.36a35.367 35.367 0 001.61-1.452L12.46 7.72a33.542 33.542 0 01-1.518 1.369c-.138.117-.272.228-.402.332-.63.508-1.186.857-1.18.857.006 0-.55-.35-1.18-.857-.13-.104-.264-.215-.402-.332A33.541 33.541 0 016.26 7.719L4.963 9.062z",fillRule:"nonzero",fill:"currentColor"}))}export{a as default};
@@ -0,0 +1 @@
1
+ import*as l from"react";function e(c){return l.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...c},l.createElement("path",{d:"M22.002 12.042c0-1.625-.45-3.092-1.342-4.367-.775-1.108-1.858-2.05-3.308-2.867-1.542-.858-3.45-1.516-5.667-1.966l-.108-.034c-3.259-.658-6.634-.8-8.892-.8-.075 0-.333.017-.5.209-.192.208-.183.475-.183.475v.066c-.025 2.259.091 5.625.775 8.875l.358 1.584c.792 2.941 1.975 5.175 3.517 6.65 1.466 1.416 3.25 2.125 5.308 2.125h.283c1.984-.05 4.225-.734 6.667-2.034 0 0 1.383.85 1.875 1.875l1-1.1c-.65-1.016-1.825-1.808-1.825-1.808 1.358-2.542 2.042-4.867 2.042-6.883zM8.052 8.108a.73.73 0 00-.217.525c0 .2.075.384.217.525l9.75 9.75c-2.117 1.059-3.992 1.609-5.592 1.625-1.775.042-3.308-.533-4.533-1.716a9.018 9.018 0 01-1.634-2.167l-.616-1.233a20.244 20.244 0 01-.809-2.3l-.483-2.209c-.408-2.183-.633-4.666-.667-7.391 2.725.041 5.217.258 7.4.666l1.225.267c1.15.267 2.259.617 3.284 1.042l1.2.6.066.05c1.234.666 2.184 1.466 2.809 2.383.691.983 1.058 2.167 1.075 3.517 0 1.666-.559 3.625-1.659 5.816L9.11 8.108a.75.75 0 00-1.058 0z",fill:"currentColor"}),l.createElement("path",{d:"M8.052 8.108a.73.73 0 00-.217.525c0 .2.075.384.217.525l9.75 9.75c-2.117 1.059-3.992 1.609-5.592 1.625-1.775.042-3.308-.533-4.533-1.716a9.018 9.018 0 01-1.633-2.167l-.617-1.233a20.246 20.246 0 01-.808-2.3l-.484-2.209c-.408-2.183-.633-4.666-.666-7.391 2.725.041 5.216.258 7.4.666l1.225.267c1.15.267 2.258.617 3.283 1.042l1.2.6.067.05c1.233.666 2.183 1.466 2.808 2.383.692.983 1.058 2.167 1.075 3.517 0 1.666-.558 3.625-1.658 5.816L9.11 8.108a.75.75 0 00-1.058 0z",fill:"#B5D55E"}))}export{e as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 26",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M24 8v15.005a1 1 0 01-1.005.995H3.005C2.45 24 2 23.55 2 22.995V3.005A1 1 0 012.997 2H18V0H2.997A2.999 2.999 0 000 3.005v19.99A3.005 3.005 0 003.005 26h19.99A3 3 0 0026 23.005V8h-2zm-3.388-6.884a2.998 2.998 0 014.237.005 3.005 3.005 0 01.006 4.238L14.243 15.97 10 11.728 20.612 1.116zm-7.784 10.612l1.415 1.414 9.197-9.198a1.005 1.005 0 00-.005-1.408.998.998 0 00-1.409-.006l-9.198 9.198zm-4.292 1.414l4.242 4.243-4.02.616c-.547.084-.922-.293-.839-.838l.617-4.02z",fill:"currentColor",fillRule:"evenodd"}))}export{l as default};
@@ -0,0 +1 @@
1
+ import*as c from"react";function h(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 23",fill:"currentColor",width:"1em",height:"1em",...e},c.createElement("path",{d:"M30 7.4c-.4-.5-.9-.8-1.4-1.1-.2-.1-.3-.2-.4-.2L28 6h-2v4.1c-.4 0-1-.1-1-.8V7h-3c-.6 0-1-.4-1-1V4h-6V2h5c.6 0 1-.4 1-1s-.4-1-1-1H8c-.6 0-1 .4-1 1s.4 1 1 1h5v2H7.2L8 5c0 .6-.4 1-1 1H4v5H2V7c0-.6-.4-1-1-1s-1 .4-1 1v11c0 .6.4 1 1 1s1-.4 1-1v-5h2v6h4c.6 0 1.3.3 1.7.7l2.6 2.6c.4.4 1.1.7 1.7.7h11v-4c0-.6.4-1 1-1v4h2l.2-.1c.1 0 .2-.1.4-.2.5-.3 1-.6 1.4-1.1 1.3-1.5 2-3.7 2-6.6s-.7-5.1-2-6.6zm-1.5 11.9c-.2.2-.3.4-.5.5V16h-2c-1.7 0-3 1.3-3 3v2h-9c-.1 0-.3-.1-.3-.1l-2.6-2.6c-.7-.8-2-1.3-3.1-1.3H6V8h1c1.3 0 2.4-.8 2.8-2H19c0 1.7 1.3 3 3 3h1c0 1.7 1.3 3 3 3h2V8.2l.5.5c1 1.1 1.5 2.9 1.5 5.3s-.5 4.2-1.5 5.3z"}))}export{h as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function a(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",fill:"#F0F0F0"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.48 4.694A11.956 11.956 0 00.413 8.869h6.243L2.48 4.694zM23.586 8.87a11.955 11.955 0 00-2.067-4.176L17.344 8.87h6.242zM.413 15.13a11.957 11.957 0 002.067 4.176l4.176-4.176H.413zM19.306 2.48A11.957 11.957 0 0015.13.414v6.243l4.176-4.175zM4.694 21.52a11.957 11.957 0 004.176 2.066v-6.242l-4.176 4.175zM8.87.413a11.957 11.957 0 00-4.176 2.068L8.87 6.656V.413zM15.13 23.586a11.958 11.958 0 004.176-2.067l-4.176-4.175v6.242zM17.343 15.13l4.176 4.176a11.955 11.955 0 002.067-4.176h-6.242z",fill:"#0052B4"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.898 10.435H13.565V.102a12.12 12.12 0 00-3.13 0v10.333H.102a12.118 12.118 0 000 3.13h10.333v10.333a12.117 12.117 0 003.13 0V13.565h10.333a12.12 12.12 0 000-3.13z",fill:"#D80027"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.13 15.13l5.355 5.355c.247-.246.481-.503.706-.77l-4.585-4.585H15.13zM8.87 15.13l-5.355 5.355c.246.247.503.482.77.706l4.585-4.585V15.13zM8.87 8.87L3.513 3.514a12.03 12.03 0 00-.705.77l4.585 4.584h1.475zM15.13 8.87l5.355-5.355a11.996 11.996 0 00-.77-.706L15.13 7.394V8.87z",fill:"#D80027"}))}export{a as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function t(c){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg",...c},e.createElement("g",{fill:"currentColor",fillRule:"evenodd"},e.createElement("path",{d:"M25.208 27.353c.455-.054 1.042-.002 1.042.625 0 .38-.215.548-.485.61.218.685.308 1.47.206 2.072l-.102.608a.937.937 0 01-.14.353v.732a.772.772 0 01-.776.772h-.531a.772.772 0 01-.776-.772v-.257h-7.292v.257a.772.772 0 01-.776.772h-.531a.772.772 0 01-.776-.772v-.73a.943.943 0 01-.14-.355l-.102-.608c-.101-.597-.01-1.385.208-2.071-.271-.062-.487-.231-.487-.611 0-.627.587-.679 1.042-.625v-.032l1.099-1.81c.39-.644 1.27-1.136 2.03-1.136h4.158c.763 0 1.637.487 2.03 1.136l1.1 1.81v.032zm-1.128.11l-.864-1.423c-.205-.337-.74-.636-1.137-.636H17.92c-.394 0-.935.303-1.137.636l-.864 1.423h8.16zM20 0c11.046 0 20 8.954 20 20s-8.954 20-20 20S0 31.046 0 20 8.954 0 20 0zm0 1.25C9.661 1.25 1.25 9.661 1.25 20S9.661 38.75 20 38.75 38.75 30.339 38.75 20 30.339 1.25 20 1.25zm-3.906 29.301a.777.777 0 00.781-.772.777.777 0 00-.781-.772.777.777 0 00-.782.772c0 .427.35.772.782.772zm7.812 0a.777.777 0 00.782-.772.777.777 0 00-.782-.772.777.777 0 00-.781.772c0 .427.35.772.781.772zm-5.468-.514v.514h3.125v-.514h-3.125z"}),e.createElement("path",{d:"M18.642 18.389a1.208 1.208 0 01-.36-.889c0-.352.12-.648.36-.889.24-.24.537-.361.89-.361.351 0 .648.12.888.361.24.24.361.537.361.889s-.12.648-.36.889c-.241.24-.538.361-.89.361s-.648-.12-.889-.361zM17.825 8.406c.654-.604 1.556-.906 2.706-.906s2.077.285 2.784.855c.707.57 1.06 1.358 1.06 2.365 0 1.006-.303 1.733-.91 2.18-.606.447-1.484.68-2.634.7V15h-2.547v-3.035h1.06c.823 0 1.43-.089 1.82-.266.39-.176.585-.515.585-1.016 0-.334-.103-.604-.309-.81-.205-.207-.49-.31-.854-.31s-.649.1-.854.302c-.206.201-.309.474-.309.818h-2.547c-.021-.914.295-1.673.95-2.277z"})))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",width:"1em",height:"1em",...t},e.createElement("path",{d:"M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm-1-8v2h2v-2h-2zm0-10v8h2V6h-2z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",width:"1em",height:"1em",...t},e.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 10zM11 6h2v8h-2V6zm0 10h2v2h-2v-2z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as a from"react";function t(e){return a.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},a.createElement("path",{d:"M8.748 6.04a9.25 9.25 0 016.62-2.79H20a2.25 2.25 0 012.25 2.25v14c0 .69-.56 1.25-1.25 1.25H3c-.69 0-1.25-.56-1.25-1.25v-2.524a9.25 9.25 0 012.63-6.46L8.748 6.04zm6.62-4.29a10.75 10.75 0 00-7.694 3.242L3.306 9.468A10.75 10.75 0 00.25 16.976V19.5A2.75 2.75 0 003 22.25h18a2.75 2.75 0 002.75-2.75v-14A3.75 3.75 0 0020 1.75h-4.632zm-.797 4a4.25 4.25 0 00-3.005 1.245l-3.512 3.512c.097-.005.194-.007.292-.007h.5a1 1 0 011 1v1.25h9.904v-7h-5.179zm-4.066.184L4.72 11.72c-.153.116-.3.24-.443.371l-.457.422c-1.003.926-.348 2.602 1.017 2.602h4.01a1 1 0 00.991-.865H20.2c.58 0 1.05-.47 1.05-1.05V5.5c0-.69-.56-1.25-1.25-1.25h-5.429a5.75 5.75 0 00-4.066 1.684zM8.346 12a4.5 4.5 0 00-3.052 1.193l-.458.422h3.51V12zM15 16.75a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75z"}))}export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 16 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.301 4.119v.001C-.1 4.637-.1 5.36.3 5.877 2.248 8.384 4.95 10 8 10c3.05 0 5.752-1.617 7.699-4.119V5.88c.401-.517.401-1.24 0-1.757C13.752 1.616 11.05 0 8 0 4.95 0 2.248 1.617.301 4.119zM7.92 8.335a3.333 3.333 0 100-6.667 3.333 3.333 0 000 6.667z"}),e.createElement("circle",{cx:7.914,cy:5,r:2.5}))}export{c as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"1em",viewBox:"0 0 56.7 56.7",width:"1em",fill:"currentColor",...t},e.createElement("path",{d:"M40.4 21.7h-7.6v-5c0-1.9 1.2-2.3 2.1-2.3h5.4V6.1h-7.4c-8.2 0-10.1 6.2-10.1 10.1v5.5H18v8.5h4.8v24.1h10V30.2h6.8l.8-8.5z"}))}export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.001 12c0-6.075-4.925-11-11-11C5.925 1 1 5.925 1 12c0 5.491 4.023 10.042 9.282 10.868V15.18H7.489V12h2.793V9.577c0-2.757 1.642-4.28 4.155-4.28 1.204 0 2.462.215 2.462.215v2.707h-1.387c-1.366 0-1.793.848-1.793 1.718v2.064h3.051l-.487 3.18h-2.564v7.687c5.26-.826 9.282-5.377 9.282-10.867z"}))}export{c as default};