@kvdbil/components 3.3.3 → 3.3.5-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (680) hide show
  1. package/cjs/ColorCard.js +48 -0
  2. package/cjs/ElevationCard.js +35 -0
  3. package/cjs/Interfaces.js +2 -0
  4. package/cjs/Types.js +2 -0
  5. package/cjs/components/Accordion/index.js +124 -0
  6. package/cjs/components/Badge/index.js +78 -0
  7. package/cjs/components/Button/index.js +170 -0
  8. package/cjs/components/Card/index.js +28 -0
  9. package/cjs/components/CheckBox/index.js +109 -0
  10. package/cjs/components/Chip/index.js +99 -0
  11. package/cjs/components/DayPicker/DayPickerNavBar.js +60 -0
  12. package/cjs/components/DayPicker/index.js +76 -0
  13. package/cjs/components/DayPicker/localeUtils.js +60 -0
  14. package/cjs/components/Dialog/index.js +88 -0
  15. package/cjs/components/ErrorMessage/index.js +31 -0
  16. package/cjs/components/FieldLabel.js +59 -0
  17. package/cjs/components/Header/Hamburger.js +55 -0
  18. package/cjs/components/Header/Link.js +53 -0
  19. package/cjs/components/Header/index.js +118 -0
  20. package/cjs/components/Hero/index.js +65 -0
  21. package/cjs/components/Icon/index.js +115 -0
  22. package/cjs/components/IconButton.js +130 -0
  23. package/cjs/components/Icons/Arrow.js +16 -0
  24. package/cjs/components/Icons/CheckCircle.js +16 -0
  25. package/cjs/components/Icons/CheckIcon.js +16 -0
  26. package/cjs/components/Icons/Close.js +16 -0
  27. package/cjs/components/Icons/ErrorCircle.js +16 -0
  28. package/cjs/components/Icons/InfoCircle.js +16 -0
  29. package/cjs/components/InlineStepper/Step.js +116 -0
  30. package/cjs/components/InlineStepper/StepCircle.js +93 -0
  31. package/cjs/components/InlineStepper/index.js +51 -0
  32. package/cjs/components/ListItem/Bacon.js +16 -0
  33. package/cjs/components/ListItem/index.js +56 -0
  34. package/cjs/components/Logo/LogoEn.js +35 -0
  35. package/cjs/components/Logo/LogoSv.js +35 -0
  36. package/cjs/components/Logo/index.js +32 -0
  37. package/cjs/components/MenuItem/index.js +99 -0
  38. package/cjs/components/Modal/index.js +137 -0
  39. package/cjs/components/NotificationButton/index.js +39 -0
  40. package/cjs/components/OffCanvas/Overlay.js +70 -0
  41. package/cjs/components/OffCanvas/index.js +133 -0
  42. package/cjs/components/OffCanvas/useClickOutside.js +21 -0
  43. package/cjs/components/RadioButton/index.js +148 -0
  44. package/cjs/components/Range/index.js +82 -0
  45. package/cjs/components/Select/components/test-icon.js +16 -0
  46. package/cjs/components/Select/index.js +225 -0
  47. package/cjs/components/Snackbar/index.js +155 -0
  48. package/cjs/components/Spinner/index.js +68 -0
  49. package/cjs/components/Stepper/index.js +60 -0
  50. package/cjs/components/StepperAccordion/index.js +133 -0
  51. package/cjs/components/Tabs/index.js +71 -0
  52. package/cjs/components/TextArea/index.js +120 -0
  53. package/cjs/components/Textfield/index.js +130 -0
  54. package/cjs/components/TimePicker/index.js +49 -0
  55. package/cjs/components/TimePicker/testHelper.js +16 -0
  56. package/cjs/components/Toggle/index.js +83 -0
  57. package/cjs/icons/components/AccountCreateIcon.js +48 -0
  58. package/cjs/icons/components/AccountIcon.js +44 -0
  59. package/cjs/icons/components/AccountLoginIcon.js +50 -0
  60. package/cjs/icons/components/ArrowDownIcon.js +44 -0
  61. package/cjs/icons/components/ArrowLeftIcon.js +42 -0
  62. package/cjs/icons/components/ArrowLeftSharpIcon.js +44 -0
  63. package/cjs/icons/components/ArrowLeftSmallIcon.js +44 -0
  64. package/cjs/icons/components/ArrowLong.js +45 -0
  65. package/cjs/icons/components/ArrowRestartIcon.js +44 -0
  66. package/cjs/icons/components/ArrowRightIcon.js +42 -0
  67. package/cjs/icons/components/ArrowRightSharpIcon.js +44 -0
  68. package/cjs/icons/components/ArrowUpIcon.js +44 -0
  69. package/cjs/icons/components/AuctionIcon.js +42 -0
  70. package/cjs/icons/components/BackArrowIcon.js +42 -0
  71. package/cjs/icons/components/Baseline360Icon.js +45 -0
  72. package/cjs/icons/components/BellIcon.js +42 -0
  73. package/cjs/icons/components/BidIcon.js +42 -0
  74. package/cjs/icons/components/BidKrIcon.js +48 -0
  75. package/cjs/icons/components/BreaksIcon.js +42 -0
  76. package/cjs/icons/components/BuyCarIcon.js +42 -0
  77. package/cjs/icons/components/CabIcon.js +44 -0
  78. package/cjs/icons/components/CalendarIcon.js +51 -0
  79. package/cjs/icons/components/CameraIcon.js +42 -0
  80. package/cjs/icons/components/Car360Icon.js +67 -0
  81. package/cjs/icons/components/CarFrontIcon.js +42 -0
  82. package/cjs/icons/components/CarSearchIcon.js +42 -0
  83. package/cjs/icons/components/CarSideIcon.js +42 -0
  84. package/cjs/icons/components/CarTiresIcon.js +42 -0
  85. package/cjs/icons/components/CaravanIcon.js +42 -0
  86. package/cjs/icons/components/CardViewIcon.js +68 -0
  87. package/cjs/icons/components/CarloanIcon.js +44 -0
  88. package/cjs/icons/components/CertifiedIcon.js +52 -0
  89. package/cjs/icons/components/ChatIcon.js +43 -0
  90. package/cjs/icons/components/CheckIcon.js +43 -0
  91. package/cjs/icons/components/CheckThinIcon.js +43 -0
  92. package/cjs/icons/components/CheckmarkFilledIcon.js +42 -0
  93. package/cjs/icons/components/CheckmarkIcon.js +42 -0
  94. package/cjs/icons/components/ClipboardFilledIcon.js +42 -0
  95. package/cjs/icons/components/ClipboardIcon.js +42 -0
  96. package/cjs/icons/components/ClockFilledIcon.js +44 -0
  97. package/cjs/icons/components/ClockIcon.js +43 -0
  98. package/cjs/icons/components/CloseIcon.js +43 -0
  99. package/cjs/icons/components/CloseThinIcon.js +44 -0
  100. package/cjs/icons/components/CoffeeIcon.js +43 -0
  101. package/cjs/icons/components/CombiIcon.js +44 -0
  102. package/cjs/icons/components/CommentCircleFilledIcon.js +48 -0
  103. package/cjs/icons/components/CommentCircleIconIcon.js +46 -0
  104. package/cjs/icons/components/CommentIcon.js +46 -0
  105. package/cjs/icons/components/ContactIcon.js +46 -0
  106. package/cjs/icons/components/CoupeIcon.js +44 -0
  107. package/cjs/icons/components/CreditCardIcon.js +43 -0
  108. package/cjs/icons/components/CrossCircleIcon.js +42 -0
  109. package/cjs/icons/components/CrownIcon.js +43 -0
  110. package/cjs/icons/components/DealmakerIcon.js +48 -0
  111. package/cjs/icons/components/DeliveryIcon.js +51 -0
  112. package/cjs/icons/components/DetailedSearchIcon.js +43 -0
  113. package/cjs/icons/components/EcoFriendlyIcon.js +46 -0
  114. package/cjs/icons/components/EditIcon.js +43 -0
  115. package/cjs/icons/components/EngineIcon.js +42 -0
  116. package/cjs/icons/components/EnglandFlagIcon.js +60 -0
  117. package/cjs/icons/components/EvaluationIcon.js +46 -0
  118. package/cjs/icons/components/ExaminationMarkFilledIcon.js +42 -0
  119. package/cjs/icons/components/ExaminationMarkIcon.js +42 -0
  120. package/cjs/icons/components/ExteriorIcon.js +42 -0
  121. package/cjs/icons/components/EyeIcon.js +48 -0
  122. package/cjs/icons/components/FacebookBtnIcon.js +42 -0
  123. package/cjs/icons/components/FacebookIcon.js +44 -0
  124. package/cjs/icons/components/FatalIcon.js +44 -0
  125. package/cjs/icons/components/FavouriteIcon.js +42 -0
  126. package/cjs/icons/components/FavouriteSolidIcon.js +42 -0
  127. package/cjs/icons/components/FilterIcon.js +44 -0
  128. package/cjs/icons/components/FinanceIcon.js +42 -0
  129. package/cjs/icons/components/FindCarIcon.js +42 -0
  130. package/cjs/icons/components/FixedMonthlyCostIcon.js +48 -0
  131. package/cjs/icons/components/FlagIcon.js +42 -0
  132. package/cjs/icons/components/FlexibilityIcon.js +48 -0
  133. package/cjs/icons/components/ForumLargeIcon.js +42 -0
  134. package/cjs/icons/components/ForumSmallIcon.js +42 -0
  135. package/cjs/icons/components/GavelIcon.js +44 -0
  136. package/cjs/icons/components/GearboxIcon.js +44 -0
  137. package/cjs/icons/components/GiftIcon.js +58 -0
  138. package/cjs/icons/components/GridViewIcon.js +42 -0
  139. package/cjs/icons/components/GroupIcon.js +79 -0
  140. package/cjs/icons/components/GuaranteeIcon.js +42 -0
  141. package/cjs/icons/components/GuaranteeLargeIcon.js +42 -0
  142. package/cjs/icons/components/GuaranteeSmallIcon.js +42 -0
  143. package/cjs/icons/components/HalfCombiIcon.js +44 -0
  144. package/cjs/icons/components/HamburgerIcon.js +42 -0
  145. package/cjs/icons/components/HandshakeIcon.js +42 -0
  146. package/cjs/icons/components/HelpingHandIcon.js +60 -0
  147. package/cjs/icons/components/IdIcon.js +45 -0
  148. package/cjs/icons/components/InformationIcon.js +42 -0
  149. package/cjs/icons/components/InstagramIcon.js +49 -0
  150. package/cjs/icons/components/InsuranceIcon.js +42 -0
  151. package/cjs/icons/components/InteriorIcon.js +44 -0
  152. package/cjs/icons/components/InteriorThinIcon.js +44 -0
  153. package/cjs/icons/components/InternationalIcon.js +50 -0
  154. package/cjs/icons/components/KvdTestIcon.js +42 -0
  155. package/cjs/icons/components/KvdVenueIcon.js +42 -0
  156. package/cjs/icons/components/LifebuoyIcon.js +42 -0
  157. package/cjs/icons/components/LiftTruckIcon.js +42 -0
  158. package/cjs/icons/components/LinkedInIcon.js +42 -0
  159. package/cjs/icons/components/ListViewIcon.js +64 -0
  160. package/cjs/icons/components/MailIcon.js +44 -0
  161. package/cjs/icons/components/MinibusIcon.js +44 -0
  162. package/cjs/icons/components/MinivanIcon.js +45 -0
  163. package/cjs/icons/components/MobileIcon.js +52 -0
  164. package/cjs/icons/components/MotorcycleIcon.js +74 -0
  165. package/cjs/icons/components/MrfLogoIcon.js +53 -0
  166. package/cjs/icons/components/NotFoundIcon.js +42 -0
  167. package/cjs/icons/components/OverbidIcon.js +44 -0
  168. package/cjs/icons/components/PdfIconIcon.js +42 -0
  169. package/cjs/icons/components/PhoneIcon.js +44 -0
  170. package/cjs/icons/components/PickUpIcon.js +42 -0
  171. package/cjs/icons/components/PinIcon.js +42 -0
  172. package/cjs/icons/components/PlayIcon.js +42 -0
  173. package/cjs/icons/components/Pricetag.js +51 -0
  174. package/cjs/icons/components/PricetagFilledKronaIcon.js +47 -0
  175. package/cjs/icons/components/PrivateCarIcon.js +42 -0
  176. package/cjs/icons/components/ProfileCircleIcon.js +42 -0
  177. package/cjs/icons/components/ProfileIcon.js +42 -0
  178. package/cjs/icons/components/RadioIcon.js +54 -0
  179. package/cjs/icons/components/ReclamationIcon.js +42 -0
  180. package/cjs/icons/components/ReleasingIcon.js +48 -0
  181. package/cjs/icons/components/RemoveFilterIcon.js +42 -0
  182. package/cjs/icons/components/ReservedPriceIcon.js +42 -0
  183. package/cjs/icons/components/ResultIcon.js +42 -0
  184. package/cjs/icons/components/SafePaymentIcon.js +42 -0
  185. package/cjs/icons/components/SaleTagIcon.js +42 -0
  186. package/cjs/icons/components/SearchCheckIcon.js +48 -0
  187. package/cjs/icons/components/SearchIcon.js +42 -0
  188. package/cjs/icons/components/SedanIcon.js +44 -0
  189. package/cjs/icons/components/SellCarIcon.js +42 -0
  190. package/cjs/icons/components/SellCarsIcon.js +42 -0
  191. package/cjs/icons/components/ServiceIcon.js +47 -0
  192. package/cjs/icons/components/ShareIcon.js +68 -0
  193. package/cjs/icons/components/ShieldIcon.js +42 -0
  194. package/cjs/icons/components/SignInIcon.js +42 -0
  195. package/cjs/icons/components/SignOutIcon.js +42 -0
  196. package/cjs/icons/components/SpeedMeterIcon.js +44 -0
  197. package/cjs/icons/components/StarCircleIcon.js +42 -0
  198. package/cjs/icons/components/StartIcon.js +50 -0
  199. package/cjs/icons/components/StoreIcon.js +42 -0
  200. package/cjs/icons/components/SuvIcon.js +44 -0
  201. package/cjs/icons/components/SwedenFlag.js +50 -0
  202. package/cjs/icons/components/TankIcon.js +52 -0
  203. package/cjs/icons/components/TireIcon.js +42 -0
  204. package/cjs/icons/components/TransportIcon.js +42 -0
  205. package/cjs/icons/components/TrashcanIcon.js +42 -0
  206. package/cjs/icons/components/TrophyIcon.js +42 -0
  207. package/cjs/icons/components/TruckIcon.js +42 -0
  208. package/cjs/icons/components/UmbrellaIcon.js +42 -0
  209. package/cjs/icons/components/ValuationIcon.js +42 -0
  210. package/cjs/icons/components/ValueIcon.js +47 -0
  211. package/cjs/icons/components/WarningIcon.js +42 -0
  212. package/cjs/icons/components/YoutubeIcon.js +42 -0
  213. package/cjs/icons/components/index.js +320 -0
  214. package/cjs/index.js +438 -0
  215. package/cjs/react-app-env.d.js +2 -0
  216. package/cjs/shared/constants.js +7 -0
  217. package/cjs/shared/helpers.js +28 -0
  218. package/cjs/shared/helpers.spec.js +36 -0
  219. package/cjs/shared/media-queries.js +41 -0
  220. package/cjs/styled.d.js +4 -0
  221. package/cjs/theme.js +125 -0
  222. package/cjs/typography/BodyText/index.js +66 -0
  223. package/cjs/typography/ButtonText/index.js +48 -0
  224. package/cjs/typography/Heading/index.js +92 -0
  225. package/cjs/utils/utils.js +33 -0
  226. package/esm/ColorCard.js +40 -0
  227. package/esm/ElevationCard.js +27 -0
  228. package/esm/Interfaces.js +1 -0
  229. package/esm/Types.js +1 -0
  230. package/esm/components/Accordion/index.js +115 -0
  231. package/esm/components/Badge/index.js +69 -0
  232. package/esm/components/Button/index.js +161 -0
  233. package/esm/components/Card/index.js +19 -0
  234. package/esm/components/CheckBox/index.js +100 -0
  235. package/esm/components/Chip/index.js +90 -0
  236. package/esm/components/DayPicker/DayPickerNavBar.js +52 -0
  237. package/esm/components/DayPicker/index.js +66 -0
  238. package/esm/components/DayPicker/localeUtils.js +52 -0
  239. package/esm/components/Dialog/index.js +79 -0
  240. package/esm/components/ErrorMessage/index.js +22 -0
  241. package/esm/components/FieldLabel.js +51 -0
  242. package/esm/components/Header/Hamburger.js +47 -0
  243. package/esm/components/Header/Link.js +45 -0
  244. package/esm/components/Header/index.js +109 -0
  245. package/esm/components/Hero/index.js +56 -0
  246. package/esm/components/Icon/index.js +107 -0
  247. package/esm/components/IconButton.js +122 -0
  248. package/esm/components/Icons/Arrow.js +12 -0
  249. package/esm/components/Icons/CheckCircle.js +12 -0
  250. package/esm/components/Icons/CheckIcon.js +12 -0
  251. package/esm/components/Icons/Close.js +12 -0
  252. package/esm/components/Icons/ErrorCircle.js +12 -0
  253. package/esm/components/Icons/InfoCircle.js +12 -0
  254. package/esm/components/InlineStepper/Step.js +107 -0
  255. package/esm/components/InlineStepper/StepCircle.js +85 -0
  256. package/esm/components/InlineStepper/index.js +43 -0
  257. package/esm/components/ListItem/Bacon.js +12 -0
  258. package/esm/components/ListItem/index.js +48 -0
  259. package/esm/components/Logo/LogoEn.js +31 -0
  260. package/esm/components/Logo/LogoSv.js +31 -0
  261. package/esm/components/Logo/index.js +23 -0
  262. package/esm/components/MenuItem/index.js +90 -0
  263. package/esm/components/Modal/index.js +128 -0
  264. package/esm/components/NotificationButton/index.js +31 -0
  265. package/esm/components/OffCanvas/Overlay.js +61 -0
  266. package/esm/components/OffCanvas/index.js +124 -0
  267. package/esm/components/OffCanvas/useClickOutside.js +17 -0
  268. package/esm/components/RadioButton/index.js +139 -0
  269. package/esm/components/Range/index.js +73 -0
  270. package/esm/components/Select/components/test-icon.js +12 -0
  271. package/esm/components/Select/index.js +215 -0
  272. package/esm/components/Snackbar/index.js +146 -0
  273. package/esm/components/Spinner/index.js +60 -0
  274. package/esm/components/Stepper/index.js +52 -0
  275. package/esm/components/StepperAccordion/index.js +124 -0
  276. package/esm/components/Tabs/index.js +61 -0
  277. package/esm/components/TextArea/index.js +111 -0
  278. package/esm/components/Textfield/index.js +121 -0
  279. package/esm/components/TimePicker/index.js +40 -0
  280. package/esm/components/TimePicker/testHelper.js +12 -0
  281. package/esm/components/Toggle/index.js +75 -0
  282. package/esm/icons/components/AccountCreateIcon.js +22 -0
  283. package/esm/icons/components/AccountIcon.js +18 -0
  284. package/esm/icons/components/AccountLoginIcon.js +24 -0
  285. package/esm/icons/components/ArrowDownIcon.js +18 -0
  286. package/esm/icons/components/ArrowLeftIcon.js +16 -0
  287. package/esm/icons/components/ArrowLeftSharpIcon.js +18 -0
  288. package/esm/icons/components/ArrowLeftSmallIcon.js +18 -0
  289. package/esm/icons/components/ArrowLong.js +19 -0
  290. package/esm/icons/components/ArrowRestartIcon.js +18 -0
  291. package/esm/icons/components/ArrowRightIcon.js +16 -0
  292. package/esm/icons/components/ArrowRightSharpIcon.js +18 -0
  293. package/esm/icons/components/ArrowUpIcon.js +18 -0
  294. package/esm/icons/components/AuctionIcon.js +16 -0
  295. package/esm/icons/components/BackArrowIcon.js +16 -0
  296. package/esm/icons/components/Baseline360Icon.js +19 -0
  297. package/esm/icons/components/BellIcon.js +16 -0
  298. package/esm/icons/components/BidIcon.js +16 -0
  299. package/esm/icons/components/BidKrIcon.js +22 -0
  300. package/esm/icons/components/BreaksIcon.js +16 -0
  301. package/esm/icons/components/BuyCarIcon.js +16 -0
  302. package/esm/icons/components/CabIcon.js +18 -0
  303. package/esm/icons/components/CalendarIcon.js +25 -0
  304. package/esm/icons/components/CameraIcon.js +16 -0
  305. package/esm/icons/components/Car360Icon.js +41 -0
  306. package/esm/icons/components/CarFrontIcon.js +16 -0
  307. package/esm/icons/components/CarSearchIcon.js +16 -0
  308. package/esm/icons/components/CarSideIcon.js +16 -0
  309. package/esm/icons/components/CarTiresIcon.js +16 -0
  310. package/esm/icons/components/CaravanIcon.js +16 -0
  311. package/esm/icons/components/CardViewIcon.js +42 -0
  312. package/esm/icons/components/CarloanIcon.js +18 -0
  313. package/esm/icons/components/CertifiedIcon.js +26 -0
  314. package/esm/icons/components/ChatIcon.js +17 -0
  315. package/esm/icons/components/CheckIcon.js +17 -0
  316. package/esm/icons/components/CheckThinIcon.js +17 -0
  317. package/esm/icons/components/CheckmarkFilledIcon.js +16 -0
  318. package/esm/icons/components/CheckmarkIcon.js +16 -0
  319. package/esm/icons/components/ClipboardFilledIcon.js +16 -0
  320. package/esm/icons/components/ClipboardIcon.js +16 -0
  321. package/esm/icons/components/ClockFilledIcon.js +18 -0
  322. package/esm/icons/components/ClockIcon.js +17 -0
  323. package/esm/icons/components/CloseIcon.js +17 -0
  324. package/esm/icons/components/CloseThinIcon.js +18 -0
  325. package/esm/icons/components/CoffeeIcon.js +17 -0
  326. package/esm/icons/components/CombiIcon.js +18 -0
  327. package/esm/icons/components/CommentCircleFilledIcon.js +22 -0
  328. package/esm/icons/components/CommentCircleIconIcon.js +20 -0
  329. package/esm/icons/components/CommentIcon.js +20 -0
  330. package/esm/icons/components/ContactIcon.js +20 -0
  331. package/esm/icons/components/CoupeIcon.js +18 -0
  332. package/esm/icons/components/CreditCardIcon.js +17 -0
  333. package/esm/icons/components/CrossCircleIcon.js +16 -0
  334. package/esm/icons/components/CrownIcon.js +17 -0
  335. package/esm/icons/components/DealmakerIcon.js +22 -0
  336. package/esm/icons/components/DeliveryIcon.js +25 -0
  337. package/esm/icons/components/DetailedSearchIcon.js +17 -0
  338. package/esm/icons/components/EcoFriendlyIcon.js +20 -0
  339. package/esm/icons/components/EditIcon.js +17 -0
  340. package/esm/icons/components/EngineIcon.js +16 -0
  341. package/esm/icons/components/EnglandFlagIcon.js +34 -0
  342. package/esm/icons/components/EvaluationIcon.js +20 -0
  343. package/esm/icons/components/ExaminationMarkFilledIcon.js +16 -0
  344. package/esm/icons/components/ExaminationMarkIcon.js +16 -0
  345. package/esm/icons/components/ExteriorIcon.js +16 -0
  346. package/esm/icons/components/EyeIcon.js +22 -0
  347. package/esm/icons/components/FacebookBtnIcon.js +16 -0
  348. package/esm/icons/components/FacebookIcon.js +18 -0
  349. package/esm/icons/components/FatalIcon.js +18 -0
  350. package/esm/icons/components/FavouriteIcon.js +16 -0
  351. package/esm/icons/components/FavouriteSolidIcon.js +16 -0
  352. package/esm/icons/components/FilterIcon.js +18 -0
  353. package/esm/icons/components/FinanceIcon.js +16 -0
  354. package/esm/icons/components/FindCarIcon.js +16 -0
  355. package/esm/icons/components/FixedMonthlyCostIcon.js +22 -0
  356. package/esm/icons/components/FlagIcon.js +16 -0
  357. package/esm/icons/components/FlexibilityIcon.js +22 -0
  358. package/esm/icons/components/ForumLargeIcon.js +16 -0
  359. package/esm/icons/components/ForumSmallIcon.js +16 -0
  360. package/esm/icons/components/GavelIcon.js +18 -0
  361. package/esm/icons/components/GearboxIcon.js +18 -0
  362. package/esm/icons/components/GiftIcon.js +32 -0
  363. package/esm/icons/components/GridViewIcon.js +16 -0
  364. package/esm/icons/components/GroupIcon.js +53 -0
  365. package/esm/icons/components/GuaranteeIcon.js +16 -0
  366. package/esm/icons/components/GuaranteeLargeIcon.js +16 -0
  367. package/esm/icons/components/GuaranteeSmallIcon.js +16 -0
  368. package/esm/icons/components/HalfCombiIcon.js +18 -0
  369. package/esm/icons/components/HamburgerIcon.js +16 -0
  370. package/esm/icons/components/HandshakeIcon.js +16 -0
  371. package/esm/icons/components/HelpingHandIcon.js +34 -0
  372. package/esm/icons/components/IdIcon.js +19 -0
  373. package/esm/icons/components/InformationIcon.js +16 -0
  374. package/esm/icons/components/InstagramIcon.js +23 -0
  375. package/esm/icons/components/InsuranceIcon.js +16 -0
  376. package/esm/icons/components/InteriorIcon.js +18 -0
  377. package/esm/icons/components/InteriorThinIcon.js +18 -0
  378. package/esm/icons/components/InternationalIcon.js +24 -0
  379. package/esm/icons/components/KvdTestIcon.js +16 -0
  380. package/esm/icons/components/KvdVenueIcon.js +16 -0
  381. package/esm/icons/components/LifebuoyIcon.js +16 -0
  382. package/esm/icons/components/LiftTruckIcon.js +16 -0
  383. package/esm/icons/components/LinkedInIcon.js +16 -0
  384. package/esm/icons/components/ListViewIcon.js +38 -0
  385. package/esm/icons/components/MailIcon.js +18 -0
  386. package/esm/icons/components/MinibusIcon.js +18 -0
  387. package/esm/icons/components/MinivanIcon.js +19 -0
  388. package/esm/icons/components/MobileIcon.js +26 -0
  389. package/esm/icons/components/MotorcycleIcon.js +48 -0
  390. package/esm/icons/components/MrfLogoIcon.js +27 -0
  391. package/esm/icons/components/NotFoundIcon.js +16 -0
  392. package/esm/icons/components/OverbidIcon.js +18 -0
  393. package/esm/icons/components/PdfIconIcon.js +16 -0
  394. package/esm/icons/components/PhoneIcon.js +18 -0
  395. package/esm/icons/components/PickUpIcon.js +16 -0
  396. package/esm/icons/components/PinIcon.js +16 -0
  397. package/esm/icons/components/PlayIcon.js +16 -0
  398. package/esm/icons/components/Pricetag.js +25 -0
  399. package/esm/icons/components/PricetagFilledKronaIcon.js +21 -0
  400. package/esm/icons/components/PrivateCarIcon.js +16 -0
  401. package/esm/icons/components/ProfileCircleIcon.js +16 -0
  402. package/esm/icons/components/ProfileIcon.js +16 -0
  403. package/esm/icons/components/RadioIcon.js +28 -0
  404. package/esm/icons/components/ReclamationIcon.js +16 -0
  405. package/esm/icons/components/ReleasingIcon.js +22 -0
  406. package/esm/icons/components/RemoveFilterIcon.js +16 -0
  407. package/esm/icons/components/ReservedPriceIcon.js +16 -0
  408. package/esm/icons/components/ResultIcon.js +16 -0
  409. package/esm/icons/components/SafePaymentIcon.js +16 -0
  410. package/esm/icons/components/SaleTagIcon.js +16 -0
  411. package/esm/icons/components/SearchCheckIcon.js +22 -0
  412. package/esm/icons/components/SearchIcon.js +16 -0
  413. package/esm/icons/components/SedanIcon.js +18 -0
  414. package/esm/icons/components/SellCarIcon.js +16 -0
  415. package/esm/icons/components/SellCarsIcon.js +16 -0
  416. package/esm/icons/components/ServiceIcon.js +21 -0
  417. package/esm/icons/components/ShareIcon.js +42 -0
  418. package/esm/icons/components/ShieldIcon.js +16 -0
  419. package/esm/icons/components/SignInIcon.js +16 -0
  420. package/esm/icons/components/SignOutIcon.js +16 -0
  421. package/esm/icons/components/SpeedMeterIcon.js +18 -0
  422. package/esm/icons/components/StarCircleIcon.js +16 -0
  423. package/esm/icons/components/StartIcon.js +24 -0
  424. package/esm/icons/components/StoreIcon.js +16 -0
  425. package/esm/icons/components/SuvIcon.js +18 -0
  426. package/esm/icons/components/SwedenFlag.js +24 -0
  427. package/esm/icons/components/TankIcon.js +26 -0
  428. package/esm/icons/components/TireIcon.js +16 -0
  429. package/esm/icons/components/TransportIcon.js +16 -0
  430. package/esm/icons/components/TrashcanIcon.js +16 -0
  431. package/esm/icons/components/TrophyIcon.js +16 -0
  432. package/esm/icons/components/TruckIcon.js +16 -0
  433. package/esm/icons/components/UmbrellaIcon.js +16 -0
  434. package/esm/icons/components/ValuationIcon.js +16 -0
  435. package/esm/icons/components/ValueIcon.js +21 -0
  436. package/esm/icons/components/WarningIcon.js +16 -0
  437. package/esm/icons/components/YoutubeIcon.js +16 -0
  438. package/esm/icons/components/index.js +157 -0
  439. package/esm/index.js +220 -0
  440. package/esm/react-app-env.d.js +1 -0
  441. package/esm/shared/constants.js +3 -0
  442. package/esm/shared/helpers.js +23 -0
  443. package/esm/shared/helpers.spec.js +34 -0
  444. package/esm/shared/media-queries.js +35 -0
  445. package/esm/styled.d.js +1 -0
  446. package/esm/theme.js +121 -0
  447. package/esm/typography/BodyText/index.js +48 -0
  448. package/esm/typography/ButtonText/index.js +33 -0
  449. package/esm/typography/Heading/index.js +76 -0
  450. package/esm/utils/utils.js +28 -0
  451. package/package.json +11 -5
  452. package/{ColorCard.d.ts → types/ColorCard.d.ts} +0 -0
  453. package/{ElevationCard.d.ts → types/ElevationCard.d.ts} +0 -0
  454. package/{Interfaces.d.ts → types/Interfaces.d.ts} +0 -0
  455. package/{Types.d.ts → types/Types.d.ts} +0 -0
  456. package/{components → types/components}/Accordion/index.d.ts +0 -0
  457. package/{components → types/components}/Badge/index.d.ts +0 -0
  458. package/{components → types/components}/Button/index.d.ts +0 -0
  459. package/{components → types/components}/Card/index.d.ts +0 -0
  460. package/{components → types/components}/CheckBox/index.d.ts +0 -0
  461. package/{components → types/components}/Chip/index.d.ts +0 -0
  462. package/{components → types/components}/DayPicker/DayPickerNavBar.d.ts +0 -0
  463. package/{components → types/components}/DayPicker/index.d.ts +0 -0
  464. package/{components → types/components}/DayPicker/localeUtils.d.ts +0 -0
  465. package/{components → types/components}/Dialog/index.d.ts +0 -0
  466. package/{components → types/components}/ErrorMessage/index.d.ts +0 -0
  467. package/{components → types/components}/FieldLabel.d.ts +0 -0
  468. package/{components → types/components}/Header/Hamburger.d.ts +0 -0
  469. package/{components → types/components}/Header/Link.d.ts +0 -0
  470. package/{components → types/components}/Header/index.d.ts +0 -0
  471. package/{components → types/components}/Hero/index.d.ts +0 -0
  472. package/{components → types/components}/Icon/index.d.ts +0 -0
  473. package/{components → types/components}/IconButton.d.ts +0 -0
  474. package/{components → types/components}/Icons/Arrow.d.ts +0 -0
  475. package/{components → types/components}/Icons/CheckCircle.d.ts +0 -0
  476. package/{components → types/components}/Icons/CheckIcon.d.ts +0 -0
  477. package/{components → types/components}/Icons/Close.d.ts +0 -0
  478. package/{components → types/components}/Icons/ErrorCircle.d.ts +0 -0
  479. package/{components → types/components}/Icons/InfoCircle.d.ts +0 -0
  480. package/{components → types/components}/InlineStepper/Step.d.ts +0 -0
  481. package/{components → types/components}/InlineStepper/StepCircle.d.ts +0 -0
  482. package/{components → types/components}/InlineStepper/index.d.ts +0 -0
  483. package/{components → types/components}/ListItem/Bacon.d.ts +0 -0
  484. package/{components → types/components}/ListItem/index.d.ts +0 -0
  485. package/{components → types/components}/Logo/LogoEn.d.ts +0 -0
  486. package/{components → types/components}/Logo/LogoSv.d.ts +0 -0
  487. package/{components → types/components}/Logo/index.d.ts +0 -0
  488. package/{components → types/components}/MenuItem/index.d.ts +0 -0
  489. package/{components → types/components}/Modal/index.d.ts +0 -0
  490. package/{components → types/components}/NotificationButton/index.d.ts +0 -0
  491. package/{components → types/components}/OffCanvas/Overlay.d.ts +0 -0
  492. package/{components → types/components}/OffCanvas/index.d.ts +0 -0
  493. package/{components → types/components}/OffCanvas/useClickOutside.d.ts +0 -0
  494. package/{components → types/components}/RadioButton/index.d.ts +0 -0
  495. package/{components → types/components}/Range/index.d.ts +0 -0
  496. package/types/components/Select/components/test-icon.d.ts +1 -0
  497. package/{components → types/components}/Select/index.d.ts +0 -0
  498. package/{components → types/components}/Snackbar/index.d.ts +0 -0
  499. package/{components → types/components}/Spinner/index.d.ts +0 -0
  500. package/{components → types/components}/Stepper/index.d.ts +0 -0
  501. package/{components → types/components}/StepperAccordion/index.d.ts +0 -0
  502. package/{components → types/components}/Tabs/index.d.ts +0 -0
  503. package/{components → types/components}/TextArea/index.d.ts +0 -0
  504. package/{components → types/components}/Textfield/index.d.ts +0 -0
  505. package/{components → types/components}/TimePicker/index.d.ts +0 -0
  506. package/{components → types/components}/TimePicker/testHelper.d.ts +0 -0
  507. package/{components → types/components}/Toggle/index.d.ts +0 -0
  508. package/{icons → types/icons}/components/AccountCreateIcon.d.ts +0 -0
  509. package/{icons → types/icons}/components/AccountIcon.d.ts +0 -0
  510. package/{icons → types/icons}/components/AccountLoginIcon.d.ts +0 -0
  511. package/{icons → types/icons}/components/ArrowDownIcon.d.ts +0 -0
  512. package/{icons → types/icons}/components/ArrowLeftIcon.d.ts +0 -0
  513. package/{icons → types/icons}/components/ArrowLeftSharpIcon.d.ts +0 -0
  514. package/{icons → types/icons}/components/ArrowLeftSmallIcon.d.ts +0 -0
  515. package/{icons → types/icons}/components/ArrowLong.d.ts +0 -0
  516. package/{icons → types/icons}/components/ArrowRestartIcon.d.ts +0 -0
  517. package/{icons → types/icons}/components/ArrowRightIcon.d.ts +0 -0
  518. package/{icons → types/icons}/components/ArrowRightSharpIcon.d.ts +0 -0
  519. package/{icons → types/icons}/components/ArrowUpIcon.d.ts +0 -0
  520. package/{icons → types/icons}/components/AuctionIcon.d.ts +0 -0
  521. package/{icons → types/icons}/components/BackArrowIcon.d.ts +0 -0
  522. package/{icons → types/icons}/components/Baseline360Icon.d.ts +0 -0
  523. package/{icons → types/icons}/components/BellIcon.d.ts +0 -0
  524. package/{icons → types/icons}/components/BidIcon.d.ts +0 -0
  525. package/{icons → types/icons}/components/BidKrIcon.d.ts +0 -0
  526. package/{icons → types/icons}/components/BreaksIcon.d.ts +0 -0
  527. package/{icons → types/icons}/components/BuyCarIcon.d.ts +0 -0
  528. package/{icons → types/icons}/components/CabIcon.d.ts +0 -0
  529. package/{icons → types/icons}/components/CalendarIcon.d.ts +0 -0
  530. package/{icons → types/icons}/components/CameraIcon.d.ts +0 -0
  531. package/{icons → types/icons}/components/Car360Icon.d.ts +0 -0
  532. package/{icons → types/icons}/components/CarFrontIcon.d.ts +0 -0
  533. package/{icons → types/icons}/components/CarSearchIcon.d.ts +0 -0
  534. package/{icons → types/icons}/components/CarSideIcon.d.ts +0 -0
  535. package/{icons → types/icons}/components/CarTiresIcon.d.ts +0 -0
  536. package/{icons → types/icons}/components/CaravanIcon.d.ts +0 -0
  537. package/{icons → types/icons}/components/CardViewIcon.d.ts +0 -0
  538. package/{icons → types/icons}/components/CarloanIcon.d.ts +0 -0
  539. package/{icons → types/icons}/components/CertifiedIcon.d.ts +0 -0
  540. package/{icons → types/icons}/components/ChatIcon.d.ts +0 -0
  541. package/{icons → types/icons}/components/CheckIcon.d.ts +0 -0
  542. package/{icons → types/icons}/components/CheckThinIcon.d.ts +0 -0
  543. package/{icons → types/icons}/components/CheckmarkFilledIcon.d.ts +0 -0
  544. package/{icons → types/icons}/components/CheckmarkIcon.d.ts +0 -0
  545. package/{icons → types/icons}/components/ClipboardFilledIcon.d.ts +0 -0
  546. package/{icons → types/icons}/components/ClipboardIcon.d.ts +0 -0
  547. package/{icons → types/icons}/components/ClockFilledIcon.d.ts +0 -0
  548. package/{icons → types/icons}/components/ClockIcon.d.ts +0 -0
  549. package/{icons → types/icons}/components/CloseIcon.d.ts +0 -0
  550. package/{icons → types/icons}/components/CloseThinIcon.d.ts +0 -0
  551. package/{icons → types/icons}/components/CoffeeIcon.d.ts +0 -0
  552. package/{icons → types/icons}/components/CombiIcon.d.ts +0 -0
  553. package/{icons → types/icons}/components/CommentCircleFilledIcon.d.ts +0 -0
  554. package/{icons → types/icons}/components/CommentCircleIconIcon.d.ts +0 -0
  555. package/{icons → types/icons}/components/CommentIcon.d.ts +0 -0
  556. package/{icons → types/icons}/components/ContactIcon.d.ts +0 -0
  557. package/{icons → types/icons}/components/CoupeIcon.d.ts +0 -0
  558. package/{icons → types/icons}/components/CreditCardIcon.d.ts +0 -0
  559. package/{icons → types/icons}/components/CrossCircleIcon.d.ts +0 -0
  560. package/{icons → types/icons}/components/CrownIcon.d.ts +0 -0
  561. package/{icons → types/icons}/components/DealmakerIcon.d.ts +0 -0
  562. package/{icons → types/icons}/components/DeliveryIcon.d.ts +0 -0
  563. package/{icons → types/icons}/components/DetailedSearchIcon.d.ts +0 -0
  564. package/{icons → types/icons}/components/EcoFriendlyIcon.d.ts +0 -0
  565. package/{icons → types/icons}/components/EditIcon.d.ts +0 -0
  566. package/{icons → types/icons}/components/EngineIcon.d.ts +0 -0
  567. package/{icons → types/icons}/components/EnglandFlagIcon.d.ts +0 -0
  568. package/{icons → types/icons}/components/EvaluationIcon.d.ts +0 -0
  569. package/{icons → types/icons}/components/ExaminationMarkFilledIcon.d.ts +0 -0
  570. package/{icons → types/icons}/components/ExaminationMarkIcon.d.ts +0 -0
  571. package/{icons → types/icons}/components/ExteriorIcon.d.ts +0 -0
  572. package/{icons → types/icons}/components/EyeIcon.d.ts +0 -0
  573. package/{icons → types/icons}/components/FacebookBtnIcon.d.ts +0 -0
  574. package/{icons → types/icons}/components/FacebookIcon.d.ts +0 -0
  575. package/{icons → types/icons}/components/FatalIcon.d.ts +0 -0
  576. package/{icons → types/icons}/components/FavouriteIcon.d.ts +0 -0
  577. package/{icons → types/icons}/components/FavouriteSolidIcon.d.ts +0 -0
  578. package/{icons → types/icons}/components/FilterIcon.d.ts +0 -0
  579. package/{icons → types/icons}/components/FinanceIcon.d.ts +0 -0
  580. package/{icons → types/icons}/components/FindCarIcon.d.ts +0 -0
  581. package/{icons → types/icons}/components/FixedMonthlyCostIcon.d.ts +0 -0
  582. package/{icons → types/icons}/components/FlagIcon.d.ts +0 -0
  583. package/{icons → types/icons}/components/FlexibilityIcon.d.ts +0 -0
  584. package/{icons → types/icons}/components/ForumLargeIcon.d.ts +0 -0
  585. package/{icons → types/icons}/components/ForumSmallIcon.d.ts +0 -0
  586. package/{icons → types/icons}/components/GavelIcon.d.ts +0 -0
  587. package/{icons → types/icons}/components/GearboxIcon.d.ts +0 -0
  588. package/{icons → types/icons}/components/GiftIcon.d.ts +0 -0
  589. package/{icons → types/icons}/components/GridViewIcon.d.ts +0 -0
  590. package/{icons → types/icons}/components/GroupIcon.d.ts +0 -0
  591. package/{icons → types/icons}/components/GuaranteeIcon.d.ts +0 -0
  592. package/{icons → types/icons}/components/GuaranteeLargeIcon.d.ts +0 -0
  593. package/{icons → types/icons}/components/GuaranteeSmallIcon.d.ts +0 -0
  594. package/{icons → types/icons}/components/HalfCombiIcon.d.ts +0 -0
  595. package/{icons → types/icons}/components/HamburgerIcon.d.ts +0 -0
  596. package/{icons → types/icons}/components/HandshakeIcon.d.ts +0 -0
  597. package/{icons → types/icons}/components/HelpingHandIcon.d.ts +0 -0
  598. package/{icons → types/icons}/components/IdIcon.d.ts +0 -0
  599. package/{icons → types/icons}/components/InformationIcon.d.ts +0 -0
  600. package/{icons → types/icons}/components/InstagramIcon.d.ts +0 -0
  601. package/{icons → types/icons}/components/InsuranceIcon.d.ts +0 -0
  602. package/{icons → types/icons}/components/InteriorIcon.d.ts +0 -0
  603. package/{icons → types/icons}/components/InteriorThinIcon.d.ts +0 -0
  604. package/{icons → types/icons}/components/InternationalIcon.d.ts +0 -0
  605. package/{icons → types/icons}/components/KvdTestIcon.d.ts +0 -0
  606. package/{icons → types/icons}/components/KvdVenueIcon.d.ts +0 -0
  607. package/{icons → types/icons}/components/LifebuoyIcon.d.ts +0 -0
  608. package/{icons → types/icons}/components/LiftTruckIcon.d.ts +0 -0
  609. package/{icons → types/icons}/components/LinkedInIcon.d.ts +0 -0
  610. package/{icons → types/icons}/components/ListViewIcon.d.ts +0 -0
  611. package/{icons → types/icons}/components/MailIcon.d.ts +0 -0
  612. package/{icons → types/icons}/components/MinibusIcon.d.ts +0 -0
  613. package/{icons → types/icons}/components/MinivanIcon.d.ts +0 -0
  614. package/{icons → types/icons}/components/MobileIcon.d.ts +0 -0
  615. package/{icons → types/icons}/components/MotorcycleIcon.d.ts +0 -0
  616. package/{icons → types/icons}/components/MrfLogoIcon.d.ts +0 -0
  617. package/{icons → types/icons}/components/NotFoundIcon.d.ts +0 -0
  618. package/{icons → types/icons}/components/OverbidIcon.d.ts +0 -0
  619. package/{icons → types/icons}/components/PdfIconIcon.d.ts +0 -0
  620. package/{icons → types/icons}/components/PhoneIcon.d.ts +0 -0
  621. package/{icons → types/icons}/components/PickUpIcon.d.ts +0 -0
  622. package/{icons → types/icons}/components/PinIcon.d.ts +0 -0
  623. package/{icons → types/icons}/components/PlayIcon.d.ts +0 -0
  624. package/{icons → types/icons}/components/Pricetag.d.ts +0 -0
  625. package/{icons → types/icons}/components/PricetagFilledKronaIcon.d.ts +0 -0
  626. package/{icons → types/icons}/components/PrivateCarIcon.d.ts +0 -0
  627. package/{icons → types/icons}/components/ProfileCircleIcon.d.ts +0 -0
  628. package/{icons → types/icons}/components/ProfileIcon.d.ts +0 -0
  629. package/{icons → types/icons}/components/RadioIcon.d.ts +0 -0
  630. package/{icons → types/icons}/components/ReclamationIcon.d.ts +0 -0
  631. package/{icons → types/icons}/components/ReleasingIcon.d.ts +0 -0
  632. package/{icons → types/icons}/components/RemoveFilterIcon.d.ts +0 -0
  633. package/{icons → types/icons}/components/ReservedPriceIcon.d.ts +0 -0
  634. package/{icons → types/icons}/components/ResultIcon.d.ts +0 -0
  635. package/{icons → types/icons}/components/SafePaymentIcon.d.ts +0 -0
  636. package/{icons → types/icons}/components/SaleTagIcon.d.ts +0 -0
  637. package/{icons → types/icons}/components/SearchCheckIcon.d.ts +0 -0
  638. package/{icons → types/icons}/components/SearchIcon.d.ts +0 -0
  639. package/{icons → types/icons}/components/SedanIcon.d.ts +0 -0
  640. package/{icons → types/icons}/components/SellCarIcon.d.ts +0 -0
  641. package/{icons → types/icons}/components/SellCarsIcon.d.ts +0 -0
  642. package/{icons → types/icons}/components/ServiceIcon.d.ts +0 -0
  643. package/{icons → types/icons}/components/ShareIcon.d.ts +0 -0
  644. package/{icons → types/icons}/components/ShieldIcon.d.ts +0 -0
  645. package/{icons → types/icons}/components/SignInIcon.d.ts +0 -0
  646. package/{icons → types/icons}/components/SignOutIcon.d.ts +0 -0
  647. package/{icons → types/icons}/components/SpeedMeterIcon.d.ts +0 -0
  648. package/{icons → types/icons}/components/StarCircleIcon.d.ts +0 -0
  649. package/{icons → types/icons}/components/StartIcon.d.ts +0 -0
  650. package/{icons → types/icons}/components/StoreIcon.d.ts +0 -0
  651. package/{icons → types/icons}/components/SuvIcon.d.ts +0 -0
  652. package/{icons → types/icons}/components/SwedenFlag.d.ts +0 -0
  653. package/{icons → types/icons}/components/TankIcon.d.ts +0 -0
  654. package/{icons → types/icons}/components/TireIcon.d.ts +0 -0
  655. package/{icons → types/icons}/components/TransportIcon.d.ts +0 -0
  656. package/{icons → types/icons}/components/TrashcanIcon.d.ts +0 -0
  657. package/{icons → types/icons}/components/TrophyIcon.d.ts +0 -0
  658. package/{icons → types/icons}/components/TruckIcon.d.ts +0 -0
  659. package/{icons → types/icons}/components/UmbrellaIcon.d.ts +0 -0
  660. package/{icons → types/icons}/components/ValuationIcon.d.ts +0 -0
  661. package/{icons → types/icons}/components/ValueIcon.d.ts +0 -0
  662. package/{icons → types/icons}/components/WarningIcon.d.ts +0 -0
  663. package/{icons → types/icons}/components/YoutubeIcon.d.ts +0 -0
  664. package/{icons → types/icons}/components/index.d.ts +0 -0
  665. package/types/icons/template.d.ts +10 -0
  666. package/{index.d.ts → types/index.d.ts} +0 -0
  667. package/types/serviceWorker.d.ts +2 -0
  668. package/{setupTests.d.ts → types/setupTests.d.ts} +0 -0
  669. package/{shared → types/shared}/constants.d.ts +0 -0
  670. package/{shared → types/shared}/helpers.d.ts +0 -0
  671. package/{shared → types/shared}/media-queries.d.ts +0 -0
  672. package/{testUtils.d.ts → types/testUtils.d.ts} +0 -0
  673. package/{theme.d.ts → types/theme.d.ts} +3 -3
  674. package/{typography → types/typography}/BodyText/index.d.ts +0 -0
  675. package/{typography → types/typography}/ButtonText/index.d.ts +0 -0
  676. package/{typography → types/typography}/Heading/index.d.ts +0 -0
  677. package/{utils → types/utils}/utils.d.ts +0 -0
  678. package/kvdbil-components.css +0 -224
  679. package/kvdbil-components.js +0 -1501
  680. package/kvdbil-components.js.map +0 -1
@@ -0,0 +1,44 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function HalfCombiIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 24 24",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M7.5 4.75c-2.258 0-4.083 1.078-5.326 2.57C.94 8.8.25 10.72.25 12.5c0 .845.168 1.534.52 2.069.359.546.86.854 1.375 1.02.264.085.536.134.8.161.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h8.39c.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h.532c.488 0 1.157-.183 1.71-.704.573-.54.953-1.375.953-2.546 0-.766-.374-1.38-.866-1.838-.483-.45-1.116-.788-1.757-1.045-1.178-.473-2.547-.731-3.539-.838l-4.075-3.826-.216-.203H13v.75-.75H7.5zm13.5 9.5h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-.233-.104-.475-.389-.74-.294-.274-.738-.529-1.292-.751-1.105-.443-2.462-.682-3.373-.762l-.259-.022-.19-.178-4.044-3.797H7.5c-1.742 0-3.167.822-4.174 2.03C2.31 9.5 1.75 11.081 1.75 12.5c0 .656.131 1.03.273 1.244a.984.984 0 00.48.38 2.798 2.798 0 00-.003.126m13 0a2.75 2.75 0 115.5 0m-5.5 0H8a2.75 2.75 0 00-5.5 0m2.75 1.25a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm13 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"
41
+ }));
42
+ }
43
+
44
+ exports['default'] = HalfCombiIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function HamburgerIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 16 12",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M0 0h16v2H0zM0 5h16v2H0zM0 10h16v2H0z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = HamburgerIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function HandshakeIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 64 60",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M4.7 31.2C-2 23.6-1.5 12 6 5c7.4-6.9 19-6.6 26.1.6l.4-.4c7.6-7.1 19.4-6.7 26.5.9 7 7.6 6.6 19.5-1 26.5L56.5 31c6.7-6.2 7.1-16.7.9-23.4C51.1.9 40.7.6 34 6.8l-10.5 9.8c-1.3 1.2-1.4 3.3-.1 4.7 1.2 1.3 3.3 1.4 4.6.1l9.1-8.4 1.4-1.4 19.5 21c2.1 2.3 2 5.8-.2 7.8-1.3 1.3-3.1 1.7-4.8 1.4.2 1.7-.4 3.4-1.7 4.7-1.3 1.2-3.1 1.7-4.7 1.4.2 1.6-.4 3.4-1.7 4.6-1.3 1.2-3.1 1.7-4.7 1.4.1 1.7-.5 3.4-1.8 4.6-2.2 2.1-5.7 2-7.8-.3l-1.5-1.6 1.7-1.5 1.5 1.6c1.2 1.4 3.3 1.4 4.6.2 1.4-1.2 1.4-3.3.2-4.7l-1.5-1.6 1.6-1.5 1.5 1.6c1.3 1.4 3.3 1.4 4.7.2 1.3-1.3 1.4-3.4.1-4.7L36 38.1l1.6-1.5 7.6 8.1c1.2 1.3 3.3 1.4 4.6.2 1.4-1.3 1.4-3.4.2-4.7l-7.5-8.1 1.6-1.5 7.5 8.1c1.2 1.3 3.3 1.4 4.7.1 1.3-1.2 1.4-3.3.1-4.7l-18-19.3-3.2 3-5.7 5.3c-2.2 2-5.7 1.9-7.8-.3-2-2.3-1.9-5.7.3-7.8l8.5-7.9C24.2.8 14 .5 7.5 6.7.9 12.8.4 23 6.3 29.7l5.2-4.9c2.3-2.1 5.8-2 7.8.2 2.1 2.3 2 5.8-.2 7.8l-6.5 6.1c-2.2 2-5.7 1.9-7.8-.3-1.9-2.1-1.9-5.3-.1-7.4zm6.4 6l6.5-6c1.3-1.2 1.4-3.3.1-4.7-1.2-1.3-3.3-1.4-4.7-.1l-6.4 6c-1.3 1.3-1.4 3.3-.2 4.7 1.3 1.3 3.4 1.4 4.7.1zm3.9-.6L13.5 35l4.1-3.8c2.2-2.1 5.7-1.9 7.7.3 2.1 2.2 2 5.7-.2 7.8L21 43.1l-1.5-1.6 4.1-3.8c1.3-1.3 1.4-3.4.1-4.7-1.2-1.3-3.3-1.4-4.6-.2L15 36.6zm5.3 4.1l1.5 1.6-3.2 3c-2.2 2.1-5.7 2-7.8-.2-2-2.3-1.9-5.8.3-7.9l3.2-3 1.5 1.7-3.2 3c-1.3 1.2-1.4 3.3-.1 4.6 1.2 1.4 3.3 1.5 4.6.2l3.2-3zm.7 2.4l-1.5-1.6 4.1-3.8c2.2-2.1 5.7-2 7.8.3 2 2.2 1.9 5.7-.3 7.8L27 49.5l-1.5-1.6 4.1-3.8c1.3-1.2 1.4-3.3.1-4.6-1.2-1.4-3.3-1.4-4.6-.2L21 43.1zm5.4 4.1l1.5 1.6-3.3 3c-2.2 2.1-5.7 1.9-7.7-.3-2.1-2.2-2-5.7.2-7.8l3.2-3 1.5 1.6-3.2 3c-1.3 1.3-1.4 3.4-.1 4.7 1.2 1.3 3.3 1.4 4.6.2l3.3-3zm.6 2.3l-1.5-1.6 4.1-3.8c2.2-2 5.7-1.9 7.8.3 2 2.2 1.9 5.7-.3 7.8l-4 3.8-1.6-1.6 4.1-3.8c1.3-1.2 1.4-3.3.2-4.7-1.3-1.3-3.4-1.4-4.7-.1L27 49.5zm5.4 4.1l1.5 1.6-3.3 3c-2.2 2.1-5.7 2-7.7-.2-2.1-2.3-2-5.8.2-7.8l3.3-3 1.5 1.6-3.3 3c-1.3 1.2-1.4 3.3-.1 4.7 1.2 1.3 3.3 1.4 4.6.1l3.3-3z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = HandshakeIcon;
@@ -0,0 +1,60 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function HelpingHandIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 56 56",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "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"
41
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M36.75 33.92c0-.88-.82-1-1.46-.88l-1.54-2.54a3.58 3.58 0 00-2.84-1.58h-5.82a3.58 3.58 0 00-2.84 1.58L20.71 33c-.64-.07-1.46 0-1.46.88a.77.77 0 00.57.82 5.15 5.15 0 00-.28 2.35l.3 1.74c.02.129.069.251.14.36v1.06a.87.87 0 00.87.87H22a.88.88 0 00.88-.87v-.57H33.1v.57a.88.88 0 00.88.87h1.17a.87.87 0 00.87-.87v-1.02a.93.93 0 00.14-.36l.3-1.74c.09-.794-.005-1.6-.28-2.35a.77.77 0 00.57-.82zM23.5 31.21a2.14 2.14 0 011.59-.89h5.82a2.1 2.1 0 011.59.89l1.21 2H22.29l1.21-2zm-1 6.31a1.08 1.08 0 11.03 0h-.03zm7.66 0h-4.35v-.72h4.38l-.03.72zm3.28 0a1.08 1.08 0 11.03 0h-.03zM12.704 22.078a7.359 7.359 0 01-.754.448 4.587 4.587 0 01-.853.348c-.696.192-.854.099-.854-.725 0-.866 1.93-2.012 5.087-2.987a44.98 44.98 0 013.815-.982 49.664 49.664 0 011.73-.338l-.258-1.58a50.965 50.965 0 00-1.8.351c-1.345.29-2.69.628-3.95 1.018-3.902 1.206-6.207 2.574-6.207 4.518 0 1.988 1.232 2.716 2.853 2.27a6.116 6.116 0 001.155-.465 8.11 8.11 0 00.945-.565l-.909-1.31z"
45
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
46
+ fillRule: "evenodd",
47
+ clipRule: "evenodd",
48
+ d: "M12.523 28.835a3.433 3.433 0 01-1.263-.057c-.662-.168-.987-.523-.987-1.291 0-1.988 7.306-8.351 11.117-9.852l-.575-1.492c-4.362 1.718-12.124 8.48-12.124 11.344 0 1.562.864 2.508 2.183 2.844a4.928 4.928 0 001.905.084l-.256-1.58z"
49
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
50
+ fillRule: "evenodd",
51
+ clipRule: "evenodd",
52
+ d: "M15.59 30.884c.004-.008-.006.01-.031.046a1.205 1.205 0 01-.209.224c-.265.223-.625.36-1.125.36-1.063 0-1.532-1.562-.904-4.075.736-2.948 2.721-5.98 5.4-7.867l-.905-1.314c-3 2.114-5.203 5.478-6.03 8.79-.841 3.371-.032 6.067 2.44 6.067.876 0 1.592-.272 2.136-.73.34-.286.551-.584.66-.818l-1.431-.683z"
53
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
54
+ fillRule: "evenodd",
55
+ clipRule: "evenodd",
56
+ d: "M46.563 14.528c-.067.038-.183.107-.342.207a21.27 21.27 0 00-3.462 2.736c-2.416 2.366-3.883 5.004-3.883 7.867 0 5.879-.085 6.183-1.395 6.183-.965 0-1.2-.653-1.316-3.447a36.35 36.35 0 00-.097-1.755c-.37-4.356-2.252-6.666-7.1-6.666-6.171 0-8.913 2.34-9.547 6.591-.116.776-.15 1.355-.193 2.688-.01.318-.016.49-.025.672-.053 1.17-.704 1.87-1.747 1.87-1.177 0-1.88-2.6-1.27-5.967.704-3.89 2.791-7.091 5.627-8.035 2.592-.862 11.426-3.485 13.1-4.079 1.166-.414 2.111-.805 2.892-1.207l-.717-1.426c-.71.365-1.593.73-2.7 1.123-1.625.577-10.439 3.194-13.069 4.069-3.479 1.157-5.892 4.858-6.69 9.267-.767 4.23.214 7.855 2.827 7.855 1.927 0 3.237-1.406 3.328-3.396.01-.192.015-.37.026-.695.04-1.27.073-1.808.176-2.5.516-3.461 2.587-5.23 7.982-5.23 3.916 0 5.216 1.597 5.523 5.203.04.462.057.803.093 1.685.072 1.735.147 2.453.417 3.207.408 1.135 1.235 1.773 2.48 1.773 1.457 0 2.278-.509 2.651-1.837.277-.987.327-2.169.327-5.945 0-2.352 1.264-4.625 3.4-6.718a19.706 19.706 0 013.197-2.526c.14-.088.237-.146.284-.173l-.777-1.394z"
57
+ }));
58
+ }
59
+
60
+ exports['default'] = HelpingHandIcon;
@@ -0,0 +1,45 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function IdIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 23 16",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M1.9 0h18.6c1.1 0 1.9.7 1.9 1.6v12.8c0 .9-.8 1.6-1.9 1.6H1.9C.8 16 0 15.3 0 14.4V1.6C0 .7.8 0 1.9 0zm-.5 1.4v13.2H21V1.4H1.4z"
39
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
40
+ d: "M7.3 3.2v9.6H5.4V3.2h1.9zm9.5 7.3c-.4.7-1 1.3-1.7 1.7-.8.4-1.7.6-2.7.6H9V3.2h3.4c1 0 1.9.2 2.7.6.7.4 1.3 1 1.7 1.7.4.7.6 1.5.6 2.5 0 .9-.2 1.8-.6 2.5zm-2.2-.2c.6-.6.9-1.3.9-2.3 0-1-.3-1.8-.9-2.3-.5-.5-1.3-.8-2.4-.8h-1.3v6.2h1.3c1.1 0 1.9-.3 2.4-.8z",
41
+ opacity: 0.9
42
+ }));
43
+ }
44
+
45
+ exports['default'] = IdIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function InformationIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 24 24",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-2c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm-1-12h2v8h-2v-8zm0-4h2v2h-2V6z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = InformationIcon;
@@ -0,0 +1,49 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function InstagramIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 24 24",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M12 2.163c3.204 0 3.584.012 4.85.07 1.169.053 1.804.248 2.227.413.522.192.994.499 1.382.897.399.388.705.86.897 1.382.165.423.36 1.058.413 2.228.058 1.265.07 1.645.07 4.85 0 3.204-.012 3.583-.07 4.848-.053 1.17-.248 1.806-.413 2.229a3.972 3.972 0 01-2.277 2.277c-.423.164-1.059.36-2.228.413-1.266.058-1.645.07-4.85.07-3.204 0-3.584-.012-4.849-.07-1.17-.053-1.805-.249-2.228-.413a3.719 3.719 0 01-1.381-.897 3.718 3.718 0 01-.898-1.382c-.164-.423-.36-1.058-.413-2.228-.058-1.265-.07-1.645-.07-4.85 0-3.204.013-3.583.07-4.848.053-1.17.249-1.806.413-2.229.192-.522.499-.994.898-1.381.387-.399.86-.706 1.38-.898.424-.164 1.06-.36 2.23-.413 1.264-.057 1.644-.07 4.848-.07L12 2.163zm.001-2.164C8.742 0 8.334.013 7.054.072 5.774.13 4.903.334 4.14.63a5.882 5.882 0 00-2.126 1.385A5.882 5.882 0 00.63 4.14c-.297.762-.5 1.635-.558 2.912C.014 8.33 0 8.742 0 12c0 3.259.014 3.668.072 4.947.059 1.28.261 2.15.558 2.912.301.801.773 1.526 1.384 2.126.6.61 1.325 1.083 2.126 1.384.763.297 1.636.5 2.913.558 1.277.058 1.689.073 4.948.073 3.26 0 3.668-.014 4.948-.073 1.28-.058 2.148-.26 2.91-.558a6.136 6.136 0 003.51-3.51c.298-.762.5-1.635.559-2.912.058-1.278.072-1.69.072-4.948 0-3.26-.014-3.668-.072-4.948-.059-1.28-.261-2.149-.558-2.91a5.883 5.883 0 00-1.385-2.126A5.882 5.882 0 0019.86.63c-.762-.296-1.635-.499-2.912-.557C15.67.015 15.259.001 12 .001l.001-.002z"
39
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
40
+ d: "M12 5.839a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zm0 10.163A4 4 0 1112 8a4 4 0 010 8.002zM18.406 7.035a1.44 1.44 0 100-2.88 1.44 1.44 0 000 2.88z"
41
+ }), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", {
42
+ id: "instagram-icon_svg__clip0"
43
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
44
+ fill: "#fff",
45
+ d: "M0 0h24v24H0z"
46
+ }))));
47
+ }
48
+
49
+ exports['default'] = InstagramIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function InsuranceIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 64 64",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M40.3 45.8c.8-.1 1.7 0 1.7 1 0 .5-.3.8-.7.9.4.9.5 1.9.4 2.7l-.4 2c0 .1-.1.3-.1.4V54c0 .6-.5 1-1 1h-1.4c-.5 0-1-.5-1-1v-.6H26.2v.6c0 .6-.5 1-1 1h-1.4c-.5 0-1-.5-1-1v-1.2c0-.1-.1-.3-.1-.4l-.4-2c-.1-.8 0-1.8.4-2.7-.4-.1-.7-.4-.7-.9 0-1 .9-1.1 1.7-1v-.1l1.7-2.9c.7-1 2.1-1.8 3.3-1.8h6.6c1.2 0 2.6.8 3.3 1.8l1.7 2.9v.1zm-1.8.1l-1.4-2.2c-.3-.6-1.1-1.1-1.8-1.1h-6.6c-.7 0-1.5.5-1.8 1.1l-1.4 2.2h13zm-9.9-24.4c-2.6 1.2-4.5 3.7-4.8 6.7h2.9c.2-2.6.8-5 1.9-6.7zm6.8 0c1.1 1.7 1.7 4.1 1.9 6.7h2.9c-.3-3-2.2-5.5-4.8-6.7zm-2.6 8.3V35c0 1.2 1 2.2 2.2 2.2 1.2 0 2.2-1 2.2-2.2h1.6c0 2.1-1.7 3.8-3.8 3.8-2.1 0-3.8-1.7-3.8-3.8v-5.2h-9V29c0-5.4 4.4-9.8 9.8-9.8s9.8 4.4 9.8 9.8v.8h-9zM32 0c17.7 0 32 14.3 32 32S49.7 64 32 64 0 49.7 0 32 14.3 0 32 0zm0 2C15.5 2 2 15.5 2 32s13.5 30 30 30 30-13.5 30-30S48.5 2 32 2zm-3.7 26.2h7.4c-.2-4.2-1.9-7.4-3.7-7.4-1.8 0-3.5 3.2-3.7 7.4zm-2.5 22.7c.6 0 1.2-.6 1.2-1.3 0-.6-.6-1.2-1.2-1.2-.7 0-1.3.6-1.3 1.2 0 .7.6 1.3 1.3 1.3zm12.5 0c.6 0 1.2-.6 1.2-1.3 0-.6-.6-1.2-1.2-1.2-.7 0-1.3.6-1.3 1.2 0 .7.6 1.3 1.3 1.3zm-8.8-.8v.8h5v-.8h-5zM21 11c0-.6.4-1 1-1s1 .4 1 1v9c0 .6-.4 1-1 1s-1-.4-1-1v-9zm-6 6c0-.6.4-1 1-1s1 .5 1 1v6c0 .6-.4 1-1 1s-1-.5-1-1v-6zm0 10c0-.6.4-1 1-1s1 .4 1 1v1c0 .6-.4 1-1 1s-1-.4-1-1v-1zm5 6c0-.6.4-1 1-1s1 .4 1 1v3c0 .6-.4 1-1 1s-1-.4-1-1v-3zm-5 1c0-.6.4-1 1-1s1 .4 1 1v7c0 .6-.4 1-1 1s-1-.4-1-1v-7zm28-23v9c0 .6-.4 1-1 1s-1-.4-1-1v-9c0-.6.4-1 1-1s1 .4 1 1zm-7-1v5c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1zm-7 0v5c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1zm20 7v6c0 .5-.4 1-1 1s-1-.4-1-1v-6c0-.5.4-1 1-1s1 .4 1 1zm0 10v1c0 .6-.4 1-1 1s-1-.4-1-1v-1c0-.6.4-1 1-1s1 .4 1 1zm-5 6v3c0 .6-.4 1-1 1s-1-.4-1-1v-3c0-.6.4-1 1-1s1 .4 1 1zm5 1v7c0 .6-.4 1-1 1s-1-.4-1-1v-7c0-.6.4-1 1-1s1 .4 1 1z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = InsuranceIcon;
@@ -0,0 +1,44 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function InteriorIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ viewBox: "0 0 24 32",
33
+ fill: "currentColor",
34
+ width: "1em",
35
+ height: "1em",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M22 26c1.2-1.2 1.9-2.8 1.8-4.4 0-.5 0-1.5-.1-3-.2-2.1-.5-4.1-.9-5.8-1-4-2.5-6.6-4.5-7.9 0-.1 0-.1.1-.2.2-.8.1-1.5-.2-2.2C17.4.8 15.4 0 12 0S6.7.8 6 2.5c-.3.7-.4 1.4-.3 2.2 0 .1 0 .2.1.2-2.1 1.3-3.6 3.9-4.6 7.8-.5 1.8-.8 3.8-1 6-.1.7-.1 1.4-.1 2v.8C0 23.1.7 24.8 2 26c-.3 0-.6.2-.8.5-.4.5-.1 1.1 0 1.3l1 2.3c.4 1 1.7 1.8 2.8 1.8h14.2c1.1 0 2.4-.8 2.8-1.8l1-2.3c.1-.2.3-.8 0-1.3-.4-.3-.8-.5-1-.5zm-4.3 0H6.3L8.8 6h6.5l2.4 20zm3.1-12.7c.4 1.7.7 3.5.8 5.5.1 1 .1 2 .1 2.8v.2c.1 1.3-.9 2.9-2.1 3.6L17.4 6.7c1.5 1.1 2.6 3.3 3.4 6.6zm-13-10C8.2 2.5 9.7 2 12 2c2.4 0 3.9.5 4.2 1.3.1.2.1.4.1.7h-.7l-.6-.2V4H9v-.2l-.7.2h-.6c0-.2 0-.5.1-.7zm-2 1.6zM2.1 21.5v-.7c0-.6.1-1.2.1-1.9.2-2.1.5-3.9.9-5.6.8-3.3 2-5.5 3.6-6.5L4.3 25.3C3 24.7 1.9 23 2 21.6l.1-.1zM2 27.4l.9-.4v.1l-.9.3zm18.1 2c-.1.3-.7.6-1 .6H4.9c-.3 0-.8-.3-1-.6L3.4 28h17.3l-.6 1.4z"
39
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
40
+ d: "M11 23h2c.6 0 1-.4 1-1s-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1zM11 19h2c.6 0 1-.4 1-1s-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1z"
41
+ }));
42
+ }
43
+
44
+ exports['default'] = InteriorIcon;
@@ -0,0 +1,44 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function InteriorThinIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 24 25",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M7.816 3.883c0 .66.534 1.194 1.193 1.194h5.253c.659 0 1.193-.535 1.193-1.194 0-1.684-.74-3.82-3.383-3.82h-.873c-2.643 0-3.383 2.136-3.383 3.82zm6.109-.5c.01.276-.218.5-.494.5H9.847a.488.488 0 01-.493-.5c.037-.993.277-1.792 1.849-1.792h.873c1.571 0 1.812.799 1.848 1.792zM4.76 8.721c0-1.933 1.878-3.183 3.82-3.183h6.111c1.942 0 3.82 1.25 3.816 3.104l.768 8.037a2.89 2.89 0 01-1.121 2.32h.087a1 1 0 01.965 1.263l-.446 1.639c-.362 1.333-1.813 2.372-3.308 2.372H7.827c-1.498 0-2.946-1.037-3.309-2.372l-.445-1.639A1 1 0 015.038 19h.092c-.695-.559-1.132-1.373-1.13-2.4l.76-7.879zm12.99 8.037l-.767-8.037c0-.662-.636-1.24-1.472-1.478l-7.751.001c-.837.24-1.473.834-1.476 1.556l-.76 7.879c0 .748.636 1.327 1.578 1.521h9.067c.942-.19 1.579-.758 1.582-1.442zm-3.182-.525h.549a1 1 0 00.994-1.1l-.648-6.404a1 1 0 00-.994-.899H14.1l.467 8.403zM9.178 7.83H8.81a1 1 0 00-.995.9l-.648 6.403a1 1 0 00.995 1.1h.549l.467-8.403zM5.811 20.62a.517.517 0 01.51-.62H16.78c.329 0 .575.3.51.62l-.19.908-.002.01c-.107.422-.39.781-.713 1.03-.325.25-.747.433-1.185.433H7.9c-.439 0-.86-.182-1.185-.432-.325-.25-.606-.61-.713-1.03L6 21.528l-.19-.91z"
41
+ }));
42
+ }
43
+
44
+ exports['default'] = InteriorThinIcon;
@@ -0,0 +1,50 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function InternationalIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 56 56",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "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"
41
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
42
+ d: "M23.88 39.78a11.329 11.329 0 01-3.65-5.15H24c.14-.595.32-1.18.54-1.75h-4.9a22.994 22.994 0 01-.81-5.27h7v2.75a12.795 12.795 0 011.76-2.12v-.63h.7A12.86 12.86 0 0131 25.85h-3.4v-5.27h6.2c.372 1.358.62 2.747.74 4.15.578-.1 1.163-.16 1.75-.18a24.573 24.573 0 00-.64-4h3.71a14.082 14.082 0 011.31 4.58c.818.253 1.609.588 2.36 1a16 16 0 10-18.27 16.62 12.883 12.883 0 01-.88-2.97zm9.46-25.45a14.001 14.001 0 015 4.5h-3.21a15.49 15.49 0 00-2.71-4.95c.31.12.58.29.92.45zm-5.74-1.56c2.3.48 4.33 2.78 5.61 6.06H27.6v-6.06zm-1.76 13.08h-7c.065-1.782.337-3.55.81-5.27h6.2l-.01 5.27zm0-13.08v6.06h-5.61c1.28-3.28 3.32-5.58 5.61-6.06zM21 13.89a15.13 15.13 0 00-2.7 4.94h-3.19A13.94 13.94 0 0121 13.89zm-6.93 6.69h3.7a24.93 24.93 0 00-.71 5.27H12.7a14 14 0 011.39-5.27h-.02zm-1.39 7h4.38c.048 1.777.286 3.544.71 5.27h-3.7a14 14 0 01-1.37-5.24l-.02-.03zm2.41 7h3.21a15.13 15.13 0 002.7 4.99 13.939 13.939 0 01-5.89-4.94l-.02-.05z"
43
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
44
+ fillRule: "evenodd",
45
+ clipRule: "evenodd",
46
+ d: "M45.62 34.65c0-.88-.82-.95-1.46-.87v-.05l-1.54-2.53a3.57 3.57 0 00-2.84-1.59H34a3.589 3.589 0 00-2.84 1.59l-1.54 2.53v.05c-.64-.08-1.46 0-1.46.87a.8.8 0 00.57.83 5.14 5.14 0 00-.28 2.35l.3 1.73a.932.932 0 00.14.36V41a.88.88 0 00.87.88h1.17a.89.89 0 00.88-.88v-.56H42V41a.89.89 0 00.88.88H44a.88.88 0 00.87-.88v-1.08c.07-.11.121-.232.15-.36l.29-1.73a5.14 5.14 0 00-.28-2.35.79.79 0 00.59-.83zm-13.25-2.71a2.14 2.14 0 011.63-.89h5.82a2.13 2.13 0 011.59.89l1.21 2H31.16l1.21-2zm-1 6.31a1.081 1.081 0 11.03 0h-.03zm7.66 0h-4.35v-.72h4.38l-.03.72zm3.28 0a1.08 1.08 0 11.03 0h-.03z"
47
+ }));
48
+ }
49
+
50
+ exports['default'] = InternationalIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function KvdTestIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 64 64",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ ...props
36
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
37
+ d: "M40.333 29.888c.727-.085 1.667-.003 1.667.987 0 .514-.253.783-.598.911.296.745.433 1.68.316 2.364l-.41 2.398a.948.948 0 01-.141.356v1.27a.837.837 0 01-.841.826h-1.652a.84.84 0 01-.84-.825v-.8H26.166v.8a.837.837 0 01-.841.825h-1.652a.84.84 0 01-.84-.825v-1.272a.94.94 0 01-.142-.355l-.41-2.398c-.117-.684.02-1.619.316-2.364-.345-.128-.598-.397-.598-.911 0-.99.94-1.072 1.667-.987v-.061l1.749-2.843c.634-1.03 2.046-1.817 3.258-1.817h6.652c1.214 0 2.623.785 3.258 1.817l1.75 2.843v.061zm-1.811.174l-1.357-2.204c-.332-.54-1.203-1.025-1.839-1.025h-6.652c-.634 0-1.508.487-1.839 1.025l-1.357 2.204h13.044zM32 0c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32C14.327 64 0 49.673 0 32 0 14.327 14.327 0 32 0zm0 2C15.458 2 2 15.458 2 32s13.458 30 30 30 30-13.458 30-30S48.542 2 32 2zm0 14c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm0 2c-7.72 0-14 6.28-14 14s6.28 14 14 14 14-6.28 14-14-6.28-14-14-14zm-9.984-2.335l-1.662.881-3.618-6.821 1.662-.882 1.587 2.993.667-4.189 2.176-1.154-1 4.901 4.62 1.921-2.14 1.134-3.89-1.796 1.598 3.012zm9.128-2.68l-2.627-7.76 2.002.03 1.83 5.91 1.997-5.856 2.003.03-2.85 7.68-2.355-.034zm13.332-4.858c1.091.573 1.822 1.359 2.192 2.36.368 1.001.289 2.007-.242 3.016-.53 1.011-1.311 1.65-2.347 1.918-1.036.269-2.098.117-3.19-.455l-2.406-1.262 3.587-6.839 2.406 1.262zm-3.663 5.184l.74.388c.637.334 1.24.402 1.808.203.567-.199 1.024-.627 1.367-1.282.346-.657.438-1.275.277-1.855-.159-.58-.556-1.037-1.193-1.371l-.74-.389-2.259 4.306zM14.28 44.223l.893-.756 3.222 3.804-.892.757-1.117-1.319-3.928 3.327-.994-1.174 3.927-3.327-1.11-1.312zm8.915 6.423l-.636.982-1.919-1.243-.738 1.14 1.691 1.097-.636.982-1.692-1.097-.798 1.231 1.92 1.243-.637.982-3.21-2.08 3.445-5.317 3.21 2.08zm3.925 2.585a.71.71 0 00-.495.039c-.144.07-.237.199-.282.386a.634.634 0 00.058.491c.083.14.207.262.37.366.163.103.348.209.554.317.205.108.407.227.604.357.197.13.371.275.521.435.15.159.255.358.315.598.06.239.054.508-.017.805-.124.52-.44.914-.953 1.184-.512.269-1.113.321-1.805.156-.69-.165-1.209-.465-1.553-.899-.343-.433-.442-.957-.296-1.569l1.593.38c-.076.5.116.806.577.915.216.052.4.036.55-.049a.579.579 0 00.286-.389.598.598 0 00-.063-.469 1.2 1.2 0 00-.37-.366 6.817 6.817 0 00-.553-.322 6.004 6.004 0 01-.603-.361 3.17 3.17 0 01-.52-.435 1.291 1.291 0 01-.317-.593c-.06-.24-.055-.505.014-.797.137-.572.46-.979.968-1.222.508-.242 1.094-.285 1.756-.126.662.158 1.162.437 1.498.835.337.397.436.923.3 1.575l-1.628-.389c.03-.228-.002-.416-.093-.564a.636.636 0 00-.416-.289zm4.597.766l-.121-1.164 4.96-.514.12 1.163-1.72.18.532 5.12-1.531.158-.53-5.12-1.71.177zm12.618 1.889l-.777-.805-2.045.98.144 1.11-1.478.709-.76-6.662 1.686-.81 4.713 4.766-1.483.712zm-2.98-1.046l1.348-.646-1.647-1.706.3 2.352zm4.692-8.185c.694-.73 1.476-1.13 2.346-1.198.87-.068 1.646.22 2.322.861.676.642 1.005 1.4.986 2.275-.018.875-.375 1.678-1.068 2.41l-1.53 1.613-4.585-4.347 1.53-1.614zm3.266 4.04l.47-.498c.406-.426.591-.885.562-1.377-.03-.49-.265-.945-.705-1.362-.439-.417-.906-.628-1.398-.632-.491-.004-.941.208-1.345.635l-.471.496 2.887 2.737zM9.75 27L11 28.25l-2.084 2.085-1.291 1.29a.53.53 0 000 .75L11 35.75 9.75 37l-3.375-3.375a2.3 2.3 0 010-3.25l1.157-1.157L9.75 27zm44.5 0l2.218 2.218 1.157 1.157a2.3 2.3 0 010 3.25L54.25 37 53 35.75l3.375-3.375a.53.53 0 000-.75l-1.29-1.29L53 28.25 54.25 27zm-28.5 7.938c.69 0 1.25-.546 1.25-1.22 0-.672-.56-1.218-1.25-1.218s-1.25.546-1.25 1.219.56 1.218 1.25 1.218zm12.5 0c.69 0 1.25-.546 1.25-1.22 0-.672-.56-1.218-1.25-1.218S37 33.046 37 33.719s.56 1.218 1.25 1.218zm-8.75-.813v.813h5v-.813h-5z",
38
+ fill: "currentColor"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = KvdTestIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function KvdVenueIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 64 59",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M6 57h7V27h38v30h7V17H6v40zm-2 0V2H0V0h64v2h-4v55h4v2H0v-2h4zm11 0h34V29H15v28zm43-42V2H6v13h52zm-26-3c-.5 0-1-.2-1.3-.6l-2.8-2.8 1-1.1 2.8 2.9c.2.1.4.1.6 0l2.8-2.9 1.1 1.1-2.8 2.8c-.4.4-.9.6-1.4.6zm4.2.8l-1.1-1.1 2.8-2.8c.2-.2.2-.5 0-.6l-2.8-2.9 1.1-1L39 7.2c.7.8.7 2 0 2.7l-2.8 2.9zm-8.3 0L25 9.9c-.7-.7-.7-1.9 0-2.7l2.9-2.8 1 1-2.8 2.9c-.2.1-.2.4 0 .6l2.8 2.8-1 1.1zM17 32h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = KvdVenueIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function LifebuoyIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 26 26",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M13 26C5.8 26 0 20.2 0 13S5.8 0 13 0s13 5.8 13 13-5.8 13-13 13zm0-2c6.1 0 11-4.9 11-11S19.1 2 13 2 2 6.9 2 13s4.9 11 11 11zM8.7 10.4c.4-.6.9-1.1 1.5-1.5L6 3h2.5L12 8h2l3.5-5H20l-4.2 5.9c.6.4 1.1.9 1.5 1.5L24 7v2.2l-6 3v1.6l6 3V19l-6.7-3.4c-.4.6-.9 1.1-1.5 1.5L20 23h-2.5L14 18h-2l-3.5 5H6l4.2-5.9c-.6-.4-1.1-.9-1.5-1.5L2 19v-2.2l6-3v-1.6l-6-3V7l6.7 3.4zM13 16c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = LifebuoyIcon;