@dnanpm/styleguide 2.0.1 → 2.1.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 (497) hide show
  1. package/build/cjs/components/Accordion/AccordionItem.js +5 -2
  2. package/build/cjs/components/AmountSelector/AmountSelector.js +11 -3
  3. package/build/cjs/components/Buttons/ButtonBasicStyles.js +4 -4
  4. package/build/cjs/components/Buttons/ButtonIcon.js +9 -2
  5. package/build/cjs/components/Buttons/ButtonIconPrimary.js +9 -2
  6. package/build/cjs/components/Buttons/ButtonIconStyles.js +2 -6
  7. package/build/cjs/components/Checkbox/Checkbox.js +8 -6
  8. package/build/cjs/components/EmptyState/EmptyState.d.ts +5 -1
  9. package/build/cjs/components/EmptyState/EmptyState.js +11 -3
  10. package/build/cjs/components/Footer/Components/FooterComponents.js +8 -5
  11. package/build/cjs/components/Icon/Icon.d.ts +46 -124
  12. package/build/cjs/components/Icon/Icon.js +37 -18
  13. package/build/cjs/components/Icon/Icons.d.ts +219 -314
  14. package/build/cjs/components/Icon/Icons.js +1 -370
  15. package/build/cjs/components/Icons/Small/hlArrowBackSmall.d.ts +12 -0
  16. package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +24 -0
  17. package/build/cjs/components/Icons/Small/hlArrowForwardSmall.d.ts +12 -0
  18. package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +24 -0
  19. package/build/cjs/components/Icons/Small/hlArrowUnderSmall.d.ts +8 -0
  20. package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +19 -0
  21. package/build/cjs/components/Icons/Small/hlCalendarSmall.d.ts +4 -0
  22. package/build/cjs/components/Icons/Small/hlCalendarSmall.js +14 -0
  23. package/build/cjs/components/Icons/Small/hlChevronDownSmall.d.ts +4 -0
  24. package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +14 -0
  25. package/build/cjs/components/Icons/Small/hlChevronLeftSmall.d.ts +4 -0
  26. package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +14 -0
  27. package/build/cjs/components/Icons/Small/hlChevronRightSmall.d.ts +4 -0
  28. package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +14 -0
  29. package/build/cjs/components/Icons/Small/hlChevronUpSmall.d.ts +4 -0
  30. package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +14 -0
  31. package/build/cjs/components/Icons/Small/hlClockSmall.d.ts +4 -0
  32. package/build/cjs/components/Icons/Small/hlClockSmall.js +15 -0
  33. package/build/cjs/components/Icons/Small/hlDownloadSmall.d.ts +4 -0
  34. package/build/cjs/components/Icons/Small/hlDownloadSmall.js +16 -0
  35. package/build/cjs/components/Icons/Small/hlExternalSmall.d.ts +4 -0
  36. package/build/cjs/components/Icons/Small/hlExternalSmall.js +14 -0
  37. package/build/cjs/components/Icons/Small/hlUploadSmall.d.ts +4 -0
  38. package/build/cjs/components/Icons/Small/hlUploadSmall.js +16 -0
  39. package/build/cjs/components/Icons/Social/facebook.d.ts +4 -0
  40. package/build/cjs/components/Icons/Social/facebook.js +14 -0
  41. package/build/cjs/components/Icons/Social/instagram.d.ts +4 -0
  42. package/build/cjs/components/Icons/Social/instagram.js +14 -0
  43. package/build/cjs/components/Icons/Social/linkedin.d.ts +4 -0
  44. package/build/cjs/components/Icons/Social/linkedin.js +14 -0
  45. package/build/cjs/components/Icons/Social/tiktok.d.ts +4 -0
  46. package/build/cjs/components/Icons/Social/tiktok.js +14 -0
  47. package/build/cjs/components/Icons/Social/twitter.d.ts +4 -0
  48. package/build/cjs/components/Icons/Social/twitter.js +14 -0
  49. package/build/cjs/components/Icons/Social/youtube.d.ts +4 -0
  50. package/build/cjs/components/Icons/Social/youtube.js +14 -0
  51. package/build/cjs/components/Icons/hl404.d.ts +4 -0
  52. package/build/cjs/components/Icons/hl404.js +14 -0
  53. package/build/cjs/components/Icons/hl4gSim.d.ts +4 -0
  54. package/build/cjs/components/Icons/hl4gSim.js +14 -0
  55. package/build/cjs/components/Icons/hl5gSim.d.ts +4 -0
  56. package/build/cjs/components/Icons/hl5gSim.js +14 -0
  57. package/build/cjs/components/Icons/hlBattery.d.ts +4 -0
  58. package/build/cjs/components/Icons/hlBattery.js +16 -0
  59. package/build/cjs/components/Icons/hlBell.d.ts +4 -0
  60. package/build/cjs/components/Icons/hlBell.js +14 -0
  61. package/build/cjs/components/Icons/hlCalendar.d.ts +4 -0
  62. package/build/cjs/components/Icons/hlCalendar.js +25 -0
  63. package/build/cjs/components/Icons/hlCall.d.ts +4 -0
  64. package/build/cjs/components/Icons/hlCall.js +14 -0
  65. package/build/cjs/components/Icons/hlCameraBack.d.ts +4 -0
  66. package/build/cjs/components/Icons/hlCameraBack.js +16 -0
  67. package/build/cjs/components/Icons/hlCameraFront.d.ts +4 -0
  68. package/build/cjs/components/Icons/hlCameraFront.js +15 -0
  69. package/build/cjs/components/Icons/hlCart.d.ts +4 -0
  70. package/build/cjs/components/Icons/hlCart.js +16 -0
  71. package/build/cjs/components/Icons/hlCartEmpty.d.ts +4 -0
  72. package/build/cjs/components/Icons/hlCartEmpty.js +16 -0
  73. package/build/cjs/components/Icons/hlChat.d.ts +4 -0
  74. package/build/cjs/components/Icons/hlChat.js +17 -0
  75. package/build/cjs/components/Icons/hlCheck.d.ts +4 -0
  76. package/build/cjs/components/Icons/hlCheck.js +14 -0
  77. package/build/cjs/components/Icons/hlChevronDown.d.ts +4 -0
  78. package/build/cjs/components/Icons/hlChevronDown.js +14 -0
  79. package/build/cjs/components/Icons/hlChevronLeft.d.ts +4 -0
  80. package/build/cjs/components/Icons/hlChevronLeft.js +14 -0
  81. package/build/cjs/components/Icons/hlChevronRight.d.ts +4 -0
  82. package/build/cjs/components/Icons/hlChevronRight.js +14 -0
  83. package/build/cjs/components/Icons/hlChevronUp.d.ts +4 -0
  84. package/build/cjs/components/Icons/hlChevronUp.js +14 -0
  85. package/build/cjs/components/Icons/hlCompensation.d.ts +4 -0
  86. package/build/cjs/components/Icons/hlCompensation.js +14 -0
  87. package/build/cjs/components/Icons/hlCookie.d.ts +4 -0
  88. package/build/cjs/components/Icons/hlCookie.js +14 -0
  89. package/build/cjs/components/Icons/hlCopy.d.ts +4 -0
  90. package/build/cjs/components/Icons/hlCopy.js +15 -0
  91. package/build/cjs/components/Icons/hlCoupon.d.ts +4 -0
  92. package/build/cjs/components/Icons/hlCoupon.js +16 -0
  93. package/build/cjs/components/Icons/hlDelivery.d.ts +4 -0
  94. package/build/cjs/components/Icons/hlDelivery.js +14 -0
  95. package/build/cjs/components/Icons/hlDigiturva.d.ts +4 -0
  96. package/build/cjs/components/Icons/hlDigiturva.js +14 -0
  97. package/build/cjs/components/Icons/hlDisplaySize.d.ts +4 -0
  98. package/build/cjs/components/Icons/hlDisplaySize.js +16 -0
  99. package/build/cjs/components/Icons/hlDocument.d.ts +4 -0
  100. package/build/cjs/components/Icons/hlDocument.js +15 -0
  101. package/build/cjs/components/Icons/hlDownload.d.ts +4 -0
  102. package/build/cjs/components/Icons/hlDownload.js +16 -0
  103. package/build/cjs/components/Icons/hlEnvelope.d.ts +4 -0
  104. package/build/cjs/components/Icons/hlEnvelope.js +14 -0
  105. package/build/cjs/components/Icons/hlError.d.ts +4 -0
  106. package/build/cjs/components/Icons/hlError.js +16 -0
  107. package/build/cjs/components/Icons/hlEuro.d.ts +4 -0
  108. package/build/cjs/components/Icons/hlEuro.js +14 -0
  109. package/build/cjs/components/Icons/hlExclamationMark.d.ts +4 -0
  110. package/build/cjs/components/Icons/hlExclamationMark.js +14 -0
  111. package/build/cjs/components/Icons/hlExpand.d.ts +4 -0
  112. package/build/cjs/components/Icons/hlExpand.js +14 -0
  113. package/build/cjs/components/Icons/hlExternal.d.ts +4 -0
  114. package/build/cjs/components/Icons/hlExternal.js +14 -0
  115. package/build/cjs/components/Icons/hlEyeClosed.d.ts +4 -0
  116. package/build/cjs/components/Icons/hlEyeClosed.js +14 -0
  117. package/build/cjs/components/Icons/hlEyeOpen.d.ts +4 -0
  118. package/build/cjs/components/Icons/hlEyeOpen.js +15 -0
  119. package/build/cjs/components/Icons/hlFaceId.d.ts +4 -0
  120. package/build/cjs/components/Icons/hlFaceId.js +14 -0
  121. package/build/cjs/components/Icons/hlFastDelivery.d.ts +4 -0
  122. package/build/cjs/components/Icons/hlFastDelivery.js +14 -0
  123. package/build/cjs/components/Icons/hlFingerprint.d.ts +4 -0
  124. package/build/cjs/components/Icons/hlFingerprint.js +18 -0
  125. package/build/cjs/components/Icons/hlGlobe.d.ts +4 -0
  126. package/build/cjs/components/Icons/hlGlobe.js +14 -0
  127. package/build/cjs/components/Icons/hlHeadphones.d.ts +4 -0
  128. package/build/cjs/components/Icons/hlHeadphones.js +14 -0
  129. package/build/cjs/components/Icons/hlHeadset.d.ts +4 -0
  130. package/build/cjs/components/Icons/hlHeadset.js +16 -0
  131. package/build/cjs/components/Icons/hlHeart.d.ts +4 -0
  132. package/build/cjs/components/Icons/hlHeart.js +14 -0
  133. package/build/cjs/components/Icons/hlHome.d.ts +4 -0
  134. package/build/cjs/components/Icons/hlHome.js +14 -0
  135. package/build/cjs/components/Icons/hlImage.d.ts +4 -0
  136. package/build/cjs/components/Icons/hlImage.js +14 -0
  137. package/build/cjs/components/Icons/hlInfo.d.ts +4 -0
  138. package/build/cjs/components/Icons/hlInfo.js +16 -0
  139. package/build/cjs/components/Icons/hlInstallment.d.ts +4 -0
  140. package/build/cjs/components/Icons/hlInstallment.js +15 -0
  141. package/build/cjs/components/Icons/hlIotSim.d.ts +4 -0
  142. package/build/cjs/components/Icons/hlIotSim.js +15 -0
  143. package/build/cjs/components/Icons/hlLock.d.ts +4 -0
  144. package/build/cjs/components/Icons/hlLock.js +16 -0
  145. package/build/cjs/components/Icons/hlMagnifyingGlass.d.ts +4 -0
  146. package/build/cjs/components/Icons/hlMagnifyingGlass.js +15 -0
  147. package/build/cjs/components/Icons/hlMarker.d.ts +4 -0
  148. package/build/cjs/components/Icons/hlMarker.js +15 -0
  149. package/build/cjs/components/Icons/hlMemory.d.ts +4 -0
  150. package/build/cjs/components/Icons/hlMemory.js +15 -0
  151. package/build/cjs/components/Icons/hlMenu.d.ts +4 -0
  152. package/build/cjs/components/Icons/hlMenu.js +14 -0
  153. package/build/cjs/components/Icons/hlMinimize.d.ts +4 -0
  154. package/build/cjs/components/Icons/hlMinimize.js +14 -0
  155. package/build/cjs/components/Icons/hlMinus.d.ts +4 -0
  156. package/build/cjs/components/Icons/hlMinus.js +14 -0
  157. package/build/cjs/components/Icons/hlMobileData.d.ts +4 -0
  158. package/build/cjs/components/Icons/hlMobileData.js +14 -0
  159. package/build/cjs/components/Icons/hlMobilePayment.d.ts +4 -0
  160. package/build/cjs/components/Icons/hlMobilePayment.js +16 -0
  161. package/build/cjs/components/Icons/hlModem.d.ts +4 -0
  162. package/build/cjs/components/Icons/hlModem.js +18 -0
  163. package/build/cjs/components/Icons/hlMore.d.ts +4 -0
  164. package/build/cjs/components/Icons/hlMore.js +16 -0
  165. package/build/cjs/components/Icons/hlOs.d.ts +4 -0
  166. package/build/cjs/components/Icons/hlOs.js +15 -0
  167. package/build/cjs/components/Icons/hlPackage.d.ts +4 -0
  168. package/build/cjs/components/Icons/hlPackage.js +14 -0
  169. package/build/cjs/components/Icons/hlPaperclip.d.ts +4 -0
  170. package/build/cjs/components/Icons/hlPaperclip.js +14 -0
  171. package/build/cjs/components/Icons/hlPaytime.d.ts +4 -0
  172. package/build/cjs/components/Icons/hlPaytime.js +14 -0
  173. package/build/cjs/components/Icons/hlPen.d.ts +4 -0
  174. package/build/cjs/components/Icons/hlPen.js +14 -0
  175. package/build/cjs/components/Icons/hlPerson.d.ts +4 -0
  176. package/build/cjs/components/Icons/hlPerson.js +14 -0
  177. package/build/cjs/components/Icons/hlPhone.d.ts +4 -0
  178. package/build/cjs/components/Icons/hlPhone.js +15 -0
  179. package/build/cjs/components/Icons/hlPlus.d.ts +4 -0
  180. package/build/cjs/components/Icons/hlPlus.js +15 -0
  181. package/build/cjs/components/Icons/hlPrepaid.d.ts +4 -0
  182. package/build/cjs/components/Icons/hlPrepaid.js +14 -0
  183. package/build/cjs/components/Icons/hlProcessor.d.ts +4 -0
  184. package/build/cjs/components/Icons/hlProcessor.js +15 -0
  185. package/build/cjs/components/Icons/hlServices.d.ts +4 -0
  186. package/build/cjs/components/Icons/hlServices.js +14 -0
  187. package/build/cjs/components/Icons/hlSettings.d.ts +4 -0
  188. package/build/cjs/components/Icons/hlSettings.js +14 -0
  189. package/build/cjs/components/Icons/hlShield.d.ts +4 -0
  190. package/build/cjs/components/Icons/hlShield.js +15 -0
  191. package/build/cjs/components/Icons/hlSim.d.ts +4 -0
  192. package/build/cjs/components/Icons/hlSim.js +15 -0
  193. package/build/cjs/components/Icons/hlSimSimple.d.ts +4 -0
  194. package/build/cjs/components/Icons/hlSimSimple.js +16 -0
  195. package/build/cjs/components/Icons/hlSmile.d.ts +4 -0
  196. package/build/cjs/components/Icons/hlSmile.js +17 -0
  197. package/build/cjs/components/Icons/hlSpeechBubble.d.ts +4 -0
  198. package/build/cjs/components/Icons/hlSpeechBubble.js +15 -0
  199. package/build/cjs/components/Icons/hlSquaretrade.d.ts +4 -0
  200. package/build/cjs/components/Icons/hlSquaretrade.js +14 -0
  201. package/build/cjs/components/Icons/hlStar.d.ts +4 -0
  202. package/build/cjs/components/Icons/hlStar.js +14 -0
  203. package/build/cjs/components/Icons/hlStarFilled.d.ts +4 -0
  204. package/build/cjs/components/Icons/hlStarFilled.js +14 -0
  205. package/build/cjs/components/Icons/hlTrash.d.ts +4 -0
  206. package/build/cjs/components/Icons/hlTrash.js +15 -0
  207. package/build/cjs/components/Icons/hlTv.d.ts +4 -0
  208. package/build/cjs/components/Icons/hlTv.js +14 -0
  209. package/build/cjs/components/Icons/hlUnlock.d.ts +4 -0
  210. package/build/cjs/components/Icons/hlUnlock.js +16 -0
  211. package/build/cjs/components/Icons/hlUpload.d.ts +4 -0
  212. package/build/cjs/components/Icons/hlUpload.js +16 -0
  213. package/build/cjs/components/Icons/hlWarning.d.ts +4 -0
  214. package/build/cjs/components/Icons/hlWarning.js +16 -0
  215. package/build/cjs/components/Icons/hlWifi.d.ts +4 -0
  216. package/build/cjs/components/Icons/hlWifi.js +16 -0
  217. package/build/cjs/components/Icons/hlX.d.ts +4 -0
  218. package/build/cjs/components/Icons/hlX.js +14 -0
  219. package/build/cjs/components/Icons/index.d.ts +102 -0
  220. package/build/cjs/components/Icons/index.js +216 -0
  221. package/build/cjs/components/Input/Input.js +3 -1
  222. package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +20 -8
  223. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +10 -7
  224. package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +2 -2
  225. package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.js +2 -1
  226. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +16 -16
  227. package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.js +2 -1
  228. package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +6 -5
  229. package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +4 -3
  230. package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +4 -5
  231. package/build/cjs/components/MainNavigation/MainNavigation.js +3 -0
  232. package/build/cjs/components/MainNavigation/globalNavStyles.js +1 -1
  233. package/build/cjs/components/Modal/Modal.js +2 -1
  234. package/build/cjs/components/Notification/Notification.js +11 -3
  235. package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +11 -7
  236. package/build/cjs/components/RadioButton/RadioButton.js +3 -2
  237. package/build/cjs/components/ReadMore/ReadMore.js +6 -6
  238. package/build/cjs/components/Ribbon/Ribbon.js +2 -1
  239. package/build/cjs/components/Search/Search.d.ts +21 -2
  240. package/build/cjs/components/Search/Search.js +24 -6
  241. package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +24 -25
  242. package/build/cjs/components/Selectbox/Selectbox.d.ts +2 -0
  243. package/build/cjs/components/Selectbox/Selectbox.js +37 -24
  244. package/build/cjs/components/TooltipMenu/TooltipMenu.d.ts +13 -4
  245. package/build/cjs/components/TooltipMenu/TooltipMenu.js +10 -5
  246. package/build/cjs/components/index.d.ts +2 -0
  247. package/build/cjs/index.js +428 -0
  248. package/build/cjs/themes/globalStyles.js +1 -1
  249. package/build/es/components/Accordion/AccordionItem.js +5 -2
  250. package/build/es/components/AmountSelector/AmountSelector.js +11 -3
  251. package/build/es/components/Buttons/ButtonBasicStyles.js +4 -4
  252. package/build/es/components/Buttons/ButtonIcon.js +9 -2
  253. package/build/es/components/Buttons/ButtonIconPrimary.js +9 -2
  254. package/build/es/components/Buttons/ButtonIconStyles.js +2 -6
  255. package/build/es/components/Checkbox/Checkbox.js +8 -6
  256. package/build/es/components/EmptyState/EmptyState.d.ts +5 -1
  257. package/build/es/components/EmptyState/EmptyState.js +11 -3
  258. package/build/es/components/Footer/Components/FooterComponents.js +8 -5
  259. package/build/es/components/Icon/Icon.d.ts +46 -124
  260. package/build/es/components/Icon/Icon.js +35 -17
  261. package/build/es/components/Icon/Icons.d.ts +219 -314
  262. package/build/es/components/Icon/Icons.js +2 -276
  263. package/build/es/components/Icons/Small/hlArrowBackSmall.d.ts +12 -0
  264. package/build/es/components/Icons/Small/hlArrowBackSmall.js +15 -0
  265. package/build/es/components/Icons/Small/hlArrowForwardSmall.d.ts +12 -0
  266. package/build/es/components/Icons/Small/hlArrowForwardSmall.js +15 -0
  267. package/build/es/components/Icons/Small/hlArrowUnderSmall.d.ts +8 -0
  268. package/build/es/components/Icons/Small/hlArrowUnderSmall.js +11 -0
  269. package/build/es/components/Icons/Small/hlCalendarSmall.d.ts +4 -0
  270. package/build/es/components/Icons/Small/hlCalendarSmall.js +6 -0
  271. package/build/es/components/Icons/Small/hlChevronDownSmall.d.ts +4 -0
  272. package/build/es/components/Icons/Small/hlChevronDownSmall.js +6 -0
  273. package/build/es/components/Icons/Small/hlChevronLeftSmall.d.ts +4 -0
  274. package/build/es/components/Icons/Small/hlChevronLeftSmall.js +6 -0
  275. package/build/es/components/Icons/Small/hlChevronRightSmall.d.ts +4 -0
  276. package/build/es/components/Icons/Small/hlChevronRightSmall.js +6 -0
  277. package/build/es/components/Icons/Small/hlChevronUpSmall.d.ts +4 -0
  278. package/build/es/components/Icons/Small/hlChevronUpSmall.js +6 -0
  279. package/build/es/components/Icons/Small/hlClockSmall.d.ts +4 -0
  280. package/build/es/components/Icons/Small/hlClockSmall.js +7 -0
  281. package/build/es/components/Icons/Small/hlDownloadSmall.d.ts +4 -0
  282. package/build/es/components/Icons/Small/hlDownloadSmall.js +8 -0
  283. package/build/es/components/Icons/Small/hlExternalSmall.d.ts +4 -0
  284. package/build/es/components/Icons/Small/hlExternalSmall.js +6 -0
  285. package/build/es/components/Icons/Small/hlUploadSmall.d.ts +4 -0
  286. package/build/es/components/Icons/Small/hlUploadSmall.js +8 -0
  287. package/build/es/components/Icons/Social/facebook.d.ts +4 -0
  288. package/build/es/components/Icons/Social/facebook.js +6 -0
  289. package/build/es/components/Icons/Social/instagram.d.ts +4 -0
  290. package/build/es/components/Icons/Social/instagram.js +6 -0
  291. package/build/es/components/Icons/Social/linkedin.d.ts +4 -0
  292. package/build/es/components/Icons/Social/linkedin.js +6 -0
  293. package/build/es/components/Icons/Social/tiktok.d.ts +4 -0
  294. package/build/es/components/Icons/Social/tiktok.js +6 -0
  295. package/build/es/components/Icons/Social/twitter.d.ts +4 -0
  296. package/build/es/components/Icons/Social/twitter.js +6 -0
  297. package/build/es/components/Icons/Social/youtube.d.ts +4 -0
  298. package/build/es/components/Icons/Social/youtube.js +6 -0
  299. package/build/es/components/Icons/hl404.d.ts +4 -0
  300. package/build/es/components/Icons/hl404.js +6 -0
  301. package/build/es/components/Icons/hl4gSim.d.ts +4 -0
  302. package/build/es/components/Icons/hl4gSim.js +6 -0
  303. package/build/es/components/Icons/hl5gSim.d.ts +4 -0
  304. package/build/es/components/Icons/hl5gSim.js +6 -0
  305. package/build/es/components/Icons/hlBattery.d.ts +4 -0
  306. package/build/es/components/Icons/hlBattery.js +8 -0
  307. package/build/es/components/Icons/hlBell.d.ts +4 -0
  308. package/build/es/components/Icons/hlBell.js +6 -0
  309. package/build/es/components/Icons/hlCalendar.d.ts +4 -0
  310. package/build/es/components/Icons/hlCalendar.js +17 -0
  311. package/build/es/components/Icons/hlCall.d.ts +4 -0
  312. package/build/es/components/Icons/hlCall.js +6 -0
  313. package/build/es/components/Icons/hlCameraBack.d.ts +4 -0
  314. package/build/es/components/Icons/hlCameraBack.js +8 -0
  315. package/build/es/components/Icons/hlCameraFront.d.ts +4 -0
  316. package/build/es/components/Icons/hlCameraFront.js +7 -0
  317. package/build/es/components/Icons/hlCart.d.ts +4 -0
  318. package/build/es/components/Icons/hlCart.js +8 -0
  319. package/build/es/components/Icons/hlCartEmpty.d.ts +4 -0
  320. package/build/es/components/Icons/hlCartEmpty.js +8 -0
  321. package/build/es/components/Icons/hlChat.d.ts +4 -0
  322. package/build/es/components/Icons/hlChat.js +9 -0
  323. package/build/es/components/Icons/hlCheck.d.ts +4 -0
  324. package/build/es/components/Icons/hlCheck.js +6 -0
  325. package/build/es/components/Icons/hlChevronDown.d.ts +4 -0
  326. package/build/es/components/Icons/hlChevronDown.js +6 -0
  327. package/build/es/components/Icons/hlChevronLeft.d.ts +4 -0
  328. package/build/es/components/Icons/hlChevronLeft.js +6 -0
  329. package/build/es/components/Icons/hlChevronRight.d.ts +4 -0
  330. package/build/es/components/Icons/hlChevronRight.js +6 -0
  331. package/build/es/components/Icons/hlChevronUp.d.ts +4 -0
  332. package/build/es/components/Icons/hlChevronUp.js +6 -0
  333. package/build/es/components/Icons/hlCompensation.d.ts +4 -0
  334. package/build/es/components/Icons/hlCompensation.js +6 -0
  335. package/build/es/components/Icons/hlCookie.d.ts +4 -0
  336. package/build/es/components/Icons/hlCookie.js +6 -0
  337. package/build/es/components/Icons/hlCopy.d.ts +4 -0
  338. package/build/es/components/Icons/hlCopy.js +7 -0
  339. package/build/es/components/Icons/hlCoupon.d.ts +4 -0
  340. package/build/es/components/Icons/hlCoupon.js +8 -0
  341. package/build/es/components/Icons/hlDelivery.d.ts +4 -0
  342. package/build/es/components/Icons/hlDelivery.js +6 -0
  343. package/build/es/components/Icons/hlDigiturva.d.ts +4 -0
  344. package/build/es/components/Icons/hlDigiturva.js +6 -0
  345. package/build/es/components/Icons/hlDisplaySize.d.ts +4 -0
  346. package/build/es/components/Icons/hlDisplaySize.js +8 -0
  347. package/build/es/components/Icons/hlDocument.d.ts +4 -0
  348. package/build/es/components/Icons/hlDocument.js +7 -0
  349. package/build/es/components/Icons/hlDownload.d.ts +4 -0
  350. package/build/es/components/Icons/hlDownload.js +8 -0
  351. package/build/es/components/Icons/hlEnvelope.d.ts +4 -0
  352. package/build/es/components/Icons/hlEnvelope.js +6 -0
  353. package/build/es/components/Icons/hlError.d.ts +4 -0
  354. package/build/es/components/Icons/hlError.js +8 -0
  355. package/build/es/components/Icons/hlEuro.d.ts +4 -0
  356. package/build/es/components/Icons/hlEuro.js +6 -0
  357. package/build/es/components/Icons/hlExclamationMark.d.ts +4 -0
  358. package/build/es/components/Icons/hlExclamationMark.js +6 -0
  359. package/build/es/components/Icons/hlExpand.d.ts +4 -0
  360. package/build/es/components/Icons/hlExpand.js +6 -0
  361. package/build/es/components/Icons/hlExternal.d.ts +4 -0
  362. package/build/es/components/Icons/hlExternal.js +6 -0
  363. package/build/es/components/Icons/hlEyeClosed.d.ts +4 -0
  364. package/build/es/components/Icons/hlEyeClosed.js +6 -0
  365. package/build/es/components/Icons/hlEyeOpen.d.ts +4 -0
  366. package/build/es/components/Icons/hlEyeOpen.js +7 -0
  367. package/build/es/components/Icons/hlFaceId.d.ts +4 -0
  368. package/build/es/components/Icons/hlFaceId.js +6 -0
  369. package/build/es/components/Icons/hlFastDelivery.d.ts +4 -0
  370. package/build/es/components/Icons/hlFastDelivery.js +6 -0
  371. package/build/es/components/Icons/hlFingerprint.d.ts +4 -0
  372. package/build/es/components/Icons/hlFingerprint.js +10 -0
  373. package/build/es/components/Icons/hlGlobe.d.ts +4 -0
  374. package/build/es/components/Icons/hlGlobe.js +6 -0
  375. package/build/es/components/Icons/hlHeadphones.d.ts +4 -0
  376. package/build/es/components/Icons/hlHeadphones.js +6 -0
  377. package/build/es/components/Icons/hlHeadset.d.ts +4 -0
  378. package/build/es/components/Icons/hlHeadset.js +8 -0
  379. package/build/es/components/Icons/hlHeart.d.ts +4 -0
  380. package/build/es/components/Icons/hlHeart.js +6 -0
  381. package/build/es/components/Icons/hlHome.d.ts +4 -0
  382. package/build/es/components/Icons/hlHome.js +6 -0
  383. package/build/es/components/Icons/hlImage.d.ts +4 -0
  384. package/build/es/components/Icons/hlImage.js +6 -0
  385. package/build/es/components/Icons/hlInfo.d.ts +4 -0
  386. package/build/es/components/Icons/hlInfo.js +8 -0
  387. package/build/es/components/Icons/hlInstallment.d.ts +4 -0
  388. package/build/es/components/Icons/hlInstallment.js +7 -0
  389. package/build/es/components/Icons/hlIotSim.d.ts +4 -0
  390. package/build/es/components/Icons/hlIotSim.js +7 -0
  391. package/build/es/components/Icons/hlLock.d.ts +4 -0
  392. package/build/es/components/Icons/hlLock.js +8 -0
  393. package/build/es/components/Icons/hlMagnifyingGlass.d.ts +4 -0
  394. package/build/es/components/Icons/hlMagnifyingGlass.js +7 -0
  395. package/build/es/components/Icons/hlMarker.d.ts +4 -0
  396. package/build/es/components/Icons/hlMarker.js +7 -0
  397. package/build/es/components/Icons/hlMemory.d.ts +4 -0
  398. package/build/es/components/Icons/hlMemory.js +7 -0
  399. package/build/es/components/Icons/hlMenu.d.ts +4 -0
  400. package/build/es/components/Icons/hlMenu.js +6 -0
  401. package/build/es/components/Icons/hlMinimize.d.ts +4 -0
  402. package/build/es/components/Icons/hlMinimize.js +6 -0
  403. package/build/es/components/Icons/hlMinus.d.ts +4 -0
  404. package/build/es/components/Icons/hlMinus.js +6 -0
  405. package/build/es/components/Icons/hlMobileData.d.ts +4 -0
  406. package/build/es/components/Icons/hlMobileData.js +6 -0
  407. package/build/es/components/Icons/hlMobilePayment.d.ts +4 -0
  408. package/build/es/components/Icons/hlMobilePayment.js +8 -0
  409. package/build/es/components/Icons/hlModem.d.ts +4 -0
  410. package/build/es/components/Icons/hlModem.js +10 -0
  411. package/build/es/components/Icons/hlMore.d.ts +4 -0
  412. package/build/es/components/Icons/hlMore.js +8 -0
  413. package/build/es/components/Icons/hlOs.d.ts +4 -0
  414. package/build/es/components/Icons/hlOs.js +7 -0
  415. package/build/es/components/Icons/hlPackage.d.ts +4 -0
  416. package/build/es/components/Icons/hlPackage.js +6 -0
  417. package/build/es/components/Icons/hlPaperclip.d.ts +4 -0
  418. package/build/es/components/Icons/hlPaperclip.js +6 -0
  419. package/build/es/components/Icons/hlPaytime.d.ts +4 -0
  420. package/build/es/components/Icons/hlPaytime.js +6 -0
  421. package/build/es/components/Icons/hlPen.d.ts +4 -0
  422. package/build/es/components/Icons/hlPen.js +6 -0
  423. package/build/es/components/Icons/hlPerson.d.ts +4 -0
  424. package/build/es/components/Icons/hlPerson.js +6 -0
  425. package/build/es/components/Icons/hlPhone.d.ts +4 -0
  426. package/build/es/components/Icons/hlPhone.js +7 -0
  427. package/build/es/components/Icons/hlPlus.d.ts +4 -0
  428. package/build/es/components/Icons/hlPlus.js +7 -0
  429. package/build/es/components/Icons/hlPrepaid.d.ts +4 -0
  430. package/build/es/components/Icons/hlPrepaid.js +6 -0
  431. package/build/es/components/Icons/hlProcessor.d.ts +4 -0
  432. package/build/es/components/Icons/hlProcessor.js +7 -0
  433. package/build/es/components/Icons/hlServices.d.ts +4 -0
  434. package/build/es/components/Icons/hlServices.js +6 -0
  435. package/build/es/components/Icons/hlSettings.d.ts +4 -0
  436. package/build/es/components/Icons/hlSettings.js +6 -0
  437. package/build/es/components/Icons/hlShield.d.ts +4 -0
  438. package/build/es/components/Icons/hlShield.js +7 -0
  439. package/build/es/components/Icons/hlSim.d.ts +4 -0
  440. package/build/es/components/Icons/hlSim.js +7 -0
  441. package/build/es/components/Icons/hlSimSimple.d.ts +4 -0
  442. package/build/es/components/Icons/hlSimSimple.js +8 -0
  443. package/build/es/components/Icons/hlSmile.d.ts +4 -0
  444. package/build/es/components/Icons/hlSmile.js +9 -0
  445. package/build/es/components/Icons/hlSpeechBubble.d.ts +4 -0
  446. package/build/es/components/Icons/hlSpeechBubble.js +7 -0
  447. package/build/es/components/Icons/hlSquaretrade.d.ts +4 -0
  448. package/build/es/components/Icons/hlSquaretrade.js +6 -0
  449. package/build/es/components/Icons/hlStar.d.ts +4 -0
  450. package/build/es/components/Icons/hlStar.js +6 -0
  451. package/build/es/components/Icons/hlStarFilled.d.ts +4 -0
  452. package/build/es/components/Icons/hlStarFilled.js +6 -0
  453. package/build/es/components/Icons/hlTrash.d.ts +4 -0
  454. package/build/es/components/Icons/hlTrash.js +7 -0
  455. package/build/es/components/Icons/hlTv.d.ts +4 -0
  456. package/build/es/components/Icons/hlTv.js +6 -0
  457. package/build/es/components/Icons/hlUnlock.d.ts +4 -0
  458. package/build/es/components/Icons/hlUnlock.js +8 -0
  459. package/build/es/components/Icons/hlUpload.d.ts +4 -0
  460. package/build/es/components/Icons/hlUpload.js +8 -0
  461. package/build/es/components/Icons/hlWarning.d.ts +4 -0
  462. package/build/es/components/Icons/hlWarning.js +8 -0
  463. package/build/es/components/Icons/hlWifi.d.ts +4 -0
  464. package/build/es/components/Icons/hlWifi.js +8 -0
  465. package/build/es/components/Icons/hlX.d.ts +4 -0
  466. package/build/es/components/Icons/hlX.js +6 -0
  467. package/build/es/components/Icons/index.d.ts +102 -0
  468. package/build/es/components/Icons/index.js +102 -0
  469. package/build/es/components/Input/Input.js +3 -1
  470. package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.js +21 -9
  471. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +10 -7
  472. package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +2 -2
  473. package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.js +2 -1
  474. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +16 -16
  475. package/build/es/components/MainNavigation/ChildComponents/MinicartTooltip.js +2 -1
  476. package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +7 -6
  477. package/build/es/components/MainNavigation/ChildComponents/PageSearch.js +4 -3
  478. package/build/es/components/MainNavigation/ChildComponents/Ribbon.js +4 -5
  479. package/build/es/components/MainNavigation/MainNavigation.js +3 -0
  480. package/build/es/components/MainNavigation/globalNavStyles.js +1 -1
  481. package/build/es/components/Modal/Modal.js +2 -1
  482. package/build/es/components/Notification/Notification.js +11 -3
  483. package/build/es/components/ProgressIndicator/ProgressIndicator.js +11 -7
  484. package/build/es/components/RadioButton/RadioButton.js +3 -2
  485. package/build/es/components/ReadMore/ReadMore.js +6 -6
  486. package/build/es/components/Ribbon/Ribbon.js +2 -1
  487. package/build/es/components/Search/Search.d.ts +21 -2
  488. package/build/es/components/Search/Search.js +24 -6
  489. package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +24 -25
  490. package/build/es/components/Selectbox/Selectbox.d.ts +2 -0
  491. package/build/es/components/Selectbox/Selectbox.js +38 -25
  492. package/build/es/components/TooltipMenu/TooltipMenu.d.ts +13 -4
  493. package/build/es/components/TooltipMenu/TooltipMenu.js +10 -5
  494. package/build/es/components/index.d.ts +2 -0
  495. package/build/es/index.js +103 -0
  496. package/build/es/themes/globalStyles.js +1 -1
  497. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../../Icon/Icon';
3
+ declare const hlDownloadSmall: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlDownloadSmall;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ const hlDownloadSmall = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 8 10", fill: color, width: size, height: size }, props),
4
+ React.createElement("g", { fillRule: "evenodd" },
5
+ React.createElement("path", { d: "M7 6.4a.6.6 0 01.592.503L7.6 7v2.6H.4V7a.6.6 0 011.192-.097L1.6 7v1.4h4.8V7a.6.6 0 01.503-.592L7 6.4z", fillRule: "nonzero" }),
6
+ React.createElement("path", { d: "M4 .4a.6.6 0 01.592.503L4.6 1v3.551l.976-.975a.6.6 0 01.765-.07l.083.07a.6.6 0 01.07.765l-.07.083L4 6.85l-.419-.42a.604.604 0 01-.01-.01L1.575 4.424a.6.6 0 01.765-.918l.083.07.976.95V1A.6.6 0 014 .4z", fillRule: "nonzero" }))));
7
+
8
+ export default hlDownloadSmall;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../../Icon/Icon';
3
+ declare const hlExternalSmall: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlExternalSmall;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlExternalSmall = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 20 20", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M9.25 4a.75.75 0 01.056 1.498L9.25 5.5H5.5v9h9v-3.75a.75.75 0 01.694-.748L15.25 10a.75.75 0 01.748.694l.002.056V16H4V4h5.25zM16 4v3.75a.75.75 0 01-1.498.056L14.5 7.75V6.56l-3.97 3.97a.75.75 0 01-1.104-1.013l.044-.047 3.968-3.97H12.25a.75.75 0 01-.748-.694L11.5 4.75a.75.75 0 01.694-.748L12.25 4H16z" })));
5
+
6
+ export default hlExternalSmall;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../../Icon/Icon';
3
+ declare const hlUploadSmall: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlUploadSmall;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ const hlUploadSmall = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 8 10", fill: color, width: size, height: size }, props),
4
+ React.createElement("g", { fillRule: "evenodd" },
5
+ React.createElement("path", { d: "M7 6.4a.6.6 0 01.592.503L7.6 7v2.6H.4V7a.6.6 0 011.192-.097L1.6 7v1.4h4.8V7a.6.6 0 01.503-.592L7 6.4z", fillRule: "nonzero" }),
6
+ React.createElement("path", { d: "M4 6.849a.6.6 0 00.592-.503l.008-.097V2.698l.976.975a.6.6 0 00.765.07l.083-.07a.6.6 0 00.07-.766l-.07-.083L4 .4l-.419.419a.604.604 0 00-.01.01L1.575 2.825a.6.6 0 00.765.918l.083-.07.976-.974v3.55a.6.6 0 00.6.6z", fillRule: "nonzero" }))));
7
+
8
+ export default hlUploadSmall;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../../Icon/Icon';
3
+ declare const facebook: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default facebook;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const facebook = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 40 71", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M0 26.033h11.797V16.75C11.797 6.008 18.987 0 29.493 0 34.47 0 38.71.364 40 .546v11.287h-7.189c-5.714 0-6.818 2.367-6.818 6.008v8.192h13.454l-1.659 12.562H25.993V71H11.797V38.413H0v-12.38z", fillRule: "evenodd" })));
5
+
6
+ export default facebook;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../../Icon/Icon';
3
+ declare const instagram: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default instagram;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const instagram = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 72 73", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M35.91 50.236c7.541 0 13.646-6.103 13.646-13.646 0-7.72-6.105-13.826-13.646-13.826-7.72 0-13.825 6.105-13.825 13.826 0 7.361 6.105 13.646 13.825 13.646zM0 8.759C0 4.091 3.591.5 8.26.5h55.3C68.23.5 72 4.091 72 8.76v55.3a8.43 8.43 0 0 1-8.439 8.439H8.26C3.591 72.32 0 68.55 0 64.061V8.76zm10.953 55.302h49.735c1.616 0 2.694-1.257 2.694-2.693V30.844h-6.105c.359 1.796.718 3.77.718 5.566 0 12.211-9.875 22.087-22.085 22.087-12.389 0-22.264-9.876-22.264-22.087 0-1.795.359-3.77.898-5.566H8.259v30.524c0 1.436 1.078 2.693 2.694 2.693zm41.476-41.476h8.26c1.615 0 2.693-1.257 2.693-2.693v-8.44c0-1.615-1.257-2.693-2.694-2.693h-8.26c-1.615 0-2.872 1.257-2.872 2.694v8.439c0 1.615 1.437 2.693 2.873 2.693z", fillRule: "evenodd" })));
5
+
6
+ export default instagram;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../../Icon/Icon';
3
+ declare const linkedin: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default linkedin;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const linkedin = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 75 71", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M74.5 71H58.656V45.462c0-6.52-2.34-11.049-8.102-11.049-4.322 0-7.022 3.08-8.103 5.796-.36 1.087-.54 2.536-.54 3.985V71H26.067s.18-43.47 0-47.816H41.91v6.701c2.16-3.26 5.762-7.97 14.224-7.97 10.443 0 18.365 6.883 18.365 21.554V71zM9.322 16.663C3.921 16.663.5 12.86.5 8.332.5 3.622 4.101 0 9.502 0c5.222 0 8.643 3.622 8.823 8.332 0 4.528-3.421 8.331-9.003 8.331zM1.4 71h15.845V23.184H1.4V71z", fillRule: "evenodd" })));
5
+
6
+ export default linkedin;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../../Icon/Icon';
3
+ declare const tiktok: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default tiktok;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const tiktok = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M22.4442 5.93598C16.3531 5.35403 16.4695 0 16.4695 0H12.5419V16.9081C12.4429 18.7164 10.9478 20.1319 9.13677 20.1319C7.25334 20.1319 5.72652 18.6051 5.72652 16.7216C5.72652 14.8382 7.25334 13.3114 9.13677 13.3114C9.53425 13.3114 9.92868 13.3809 10.3022 13.5167L10.3408 9.05258C9.92504 8.98209 9.50412 8.94665 9.08246 8.94665C4.92559 8.94665 1.55579 12.3165 1.55579 16.4733C1.55579 20.6302 4.92559 24 9.08246 24C13.0974 24 16.4055 20.8487 16.6003 16.8385V8.03104C16.6003 8.03104 18.7585 9.89331 22.4442 9.97091V5.93598Z" })));
5
+
6
+ export default tiktok;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../../Icon/Icon';
3
+ declare const twitter: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default twitter;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const twitter = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 90 73", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M28.136 73c34.087 0 52.666-28.05 52.666-52.502V18.16c3.607-2.517 6.671-5.933 9.198-9.53-3.246 1.439-6.854 2.518-10.643 2.877A19.139 19.139 0 0 0 87.473 1.26C83.866 3.416 79.9 4.855 75.75 5.754 72.325 2.158 67.633 0 62.223 0c-10.28 0-18.576 8.27-18.576 18.52 0 1.438.18 2.877.541 4.135A52.134 52.134 0 0 1 6.132 3.416C4.51 6.113 3.607 9.35 3.607 12.766c0 6.473 3.247 12.047 8.297 15.283-3.066-.18-5.952-1.079-8.477-2.337v.18c0 8.99 6.312 16.362 14.79 18.16-1.624.361-3.247.719-4.87.719-1.263 0-2.345-.18-3.427-.358 2.345 7.37 9.198 12.586 17.314 12.764-6.312 5.035-14.248 7.913-22.905 7.913-1.443 0-2.886 0-4.329-.181C7.936 69.943 17.675 73 28.136 73", fillRule: "evenodd" })));
5
+
6
+ export default twitter;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../../Icon/Icon';
3
+ declare const youtube: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default youtube;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const youtube = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 60 71", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M.5 40.962c0-5.098 4.175-9.103 9.622-9.103h39.575c5.446 0 9.803 4.005 9.803 9.103v20.935c0 5.098-4.357 9.103-9.803 9.103H10.122C4.675 71 .5 66.995.5 61.897V40.962zM13.934 0l2.723 9.649L19.38.182h4.72l-5.083 12.744v15.11H14.66V12.744L9.214 0h4.72zm11.981 7.828c.908-.728 1.816-1.092 3.087-1.092 1.27 0 1.996.364 2.904.728.726.546 1.27 1.092 1.634 1.639.361.546.726 1.274.908 2.002.181.728.181 1.639.181 3.095v5.097c0 1.639 0 3.095-.181 3.824-.182.91-.547 1.638-.908 2.366-.546.91-1.09 1.275-1.815 1.639-.727.364-1.453.546-2.36.546-1.271 0-1.997-.182-2.723-.546-.727-.364-1.271-.729-1.634-1.275-.545-.546-.726-1.274-.908-2.184-.182-.729-.363-1.82-.363-3.641v-5.28c0-1.82.181-3.459.545-4.37.363-.91.726-1.82 1.633-2.548zm11.256-.182h3.63v15.292c0 .91.727 1.457 1.453 1.457.908 0 1.452-.728 1.452-1.457V7.646h3.63v19.48h-4.538v-1.457c-.181.728-.728 1.093-1.089 1.275-.546.364-1.089.546-1.634.546-.544 0-1.27-.182-1.635-.364-.362-.364-.725-.91-1.088-1.275-.181-.546-.363-1.092-.363-1.456V7.646h.182zM46.429 49.7c0-1.092.908-1.82 1.816-1.82h.18c1.09 0 1.815.91 1.815 1.82v2.367h-3.81V49.7zm6.899 7.828H50.24v2.184c0 .911-.908 1.64-1.632 1.64h-.726c-.908 0-1.634-.911-1.634-1.64v-4.549h7.08V52.43c0-1.82 0-3.823-.182-4.916-.544-3.64-5.446-4.005-7.988-2.366-.907.546-1.272 1.274-1.633 2.366-.363 1.093-.547 2.367-.547 4.006v6.007c.184 9.649 11.8 8.375 10.35 0zm-44.84 6.736h4.357v-22.21h4.901v-3.277H4.676v3.277h3.993v22.21h-.181zm20.695-39.687c1.09 0 1.815-1.092 1.815-2.003V12.015c0-1.092-.907-1.82-1.815-1.82-1.09 0-1.634.91-1.634 1.82v10.56c-.181 1.092.545 2.002 1.634 2.002zm4.902 24.03c0-.91.724-1.456 1.632-1.456 1.09 0 1.815.728 1.815 1.457V59.53c0 .91-.908 1.456-1.815 1.456-1.088 0-1.632-.728-1.632-1.456V48.608zm-.545 13.655c4.357 4.005 7.08 1.274 7.08-3.46v-9.648c0-3.641-2.905-6.008-6.535-3.095v-7.282H30.09V63.9h3.449v-1.638zm-16.702-5.098v3.641c.182 1.092.182 2.367 1.09 3.095 1.815 1.274 5.446-.182 6.354-2.185v2.55h3.086V45.512h-3.994v14.564c-.363 1.092-1.816 2.002-2.542.182V45.513h-3.994v11.651z" })));
5
+
6
+ export default youtube;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hl404: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hl404;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hl404 = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M12 1.2c5.965 0 10.8 4.835 10.8 10.8 0 5.965-4.835 10.8-10.8 10.8-5.965 0-10.8-4.835-10.8-10.8C1.2 6.035 6.035 1.2 12 1.2zm0 1.2a9.6 9.6 0 100 19.2 9.6 9.6 0 000-19.2zM8.4 12.468v-1.1h.874v-.82H8.4V7.45H7.164L4.95 10.362v1.006h2.503v1.1H8.4zm-.947-1.92H5.816l1.637-2.161v2.16zm4.429 7.286c.778 0 1.316-.333 1.653-.82.353-.512.465-1.14.465-1.805 0-.666-.112-1.293-.465-1.804-.337-.488-.875-.821-1.653-.821s-1.324.333-1.66.82c-.354.512-.466 1.139-.466 1.805 0 .666.112 1.293.465 1.804.337.488.883.82 1.66.82zm0-.82c-.377 0-.626-.148-.802-.373-.25-.31-.37-.797-.37-1.432 0-.635.113-1.123.37-1.433.176-.224.425-.371.802-.371.377 0 .618.147.802.371.249.31.361.798.361 1.433s-.112 1.123-.36 1.432a.965.965 0 01-.803.372zm6.194-4.546v-1.1h.874v-.82h-.874V7.45H16.84l-2.214 2.912v1.006h2.503v1.1h.947zm-.947-1.92h-1.637l1.637-2.161v2.16z" })));
5
+
6
+ export default hl404;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hl4gSim: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hl4gSim;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hl4gSim = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M14.46 3.6H5.4v16.8h13.2V8.26L14.46 3.6zM15 2.4l4.8 5.4v13.8H4.2V2.4H15zm.746 13.41h-.726l-.057-.407c-.176.255-.556.493-1.128.493-1.117 0-2.036-.822-2.036-2.092 0-1.265.958-2.098 2.092-2.098 1.152 0 1.685.68 1.86 1.241l-.862.3c-.062-.249-.328-.702-.998-.702-.544 0-1.185.363-1.185 1.259 0 .839.556 1.275 1.208 1.275.664 0 .941-.43.992-.657H13.7v-.76h2.047v2.149zM7.8 15.03v-1.036L9.55 11.7h1.218v2.475h.674v.856h-.674v.875H9.744v-.875H7.8zm1.944-.855V12.79l-1.056 1.386h1.056z" })));
5
+
6
+ export default hl4gSim;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hl5gSim: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hl5gSim;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hl5gSim = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M14.46 3.6H5.4v16.8h13.2V8.26L14.46 3.6zM15 2.4l4.8 5.4v13.8H4.2V2.4H15zM9.3 9.6l2.345-3.909a.6.6 0 111.03.618L11.418 8.4h3l-2.345 3.909a.6.6 0 11-1.029-.618l1.255-2.09h-3zm-1.2 7.422l.92-.189a.64.64 0 00.66.611c.335 0 .612-.22.612-.592 0-.41-.309-.604-.636-.604a.73.73 0 00-.574.264c-.018-.006-.869-.277-.888-.29l.46-2.122h2.374v.831H9.341l-.164.769c.157-.139.46-.22.693-.22.837 0 1.41.484 1.41 1.366 0 .762-.579 1.442-1.6 1.442-.906 0-1.53-.623-1.58-1.266zm7.547 1.183h-.726l-.057-.408c-.176.255-.556.493-1.128.493-1.117 0-2.036-.822-2.036-2.092 0-1.264.958-2.098 2.092-2.098 1.151 0 1.684.68 1.86 1.242l-.862.3c-.062-.25-.329-.703-.998-.703-.544 0-1.185.363-1.185 1.259 0 .84.556 1.276 1.208 1.276.663 0 .941-.431.992-.658H13.6v-.76h2.047v2.15z" })));
5
+
6
+ export default hl5gSim;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlBattery: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlBattery;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ const hlBattery = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M21.6 15.6a.6.6 0 01-.6-.6V9a.6.6 0 011.2 0v6a.6.6 0 01-.6.6z" }),
5
+ React.createElement("path", { d: "M19.8 18H2.4V6h17.4v12zM3.6 16.8h15V7.2h-15v9.6z" }),
6
+ React.createElement("path", { d: "M10.86 15a.6.6 0 01-.51-.91l.89-1.49h-2.4l2-3.31a.6.6 0 111 .62L11 11.4h2.4l-2 3.31a.6.6 0 01-.54.29z" })));
7
+
8
+ export default hlBattery;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlBell: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlBell;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlBell = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M21.06 19.4a9.14 9.14 0 0 1-2.46-5.6v-3.6a6.63 6.63 0 0 0-5-6.39 1.78 1.78 0 0 0 .2-.81 1.8 1.8 0 0 0-3.6 0 1.78 1.78 0 0 0 .2.81 6.63 6.63 0 0 0-5 6.39v3.6a9.14 9.14 0 0 1-2.46 5.6.6.6 0 0 0 .44 1H9.6a2.4 2.4 0 0 0 4.8 0h6.21a.6.6 0 0 0 .45-1zM11.4 3a.6.6 0 1 1 .6.6.6.6 0 0 1-.6-.6zm.6 18.6a1.2 1.2 0 0 1-1.2-1.2h2.4a1.2 1.2 0 0 1-1.2 1.2zm-7.35-2.4a9.79 9.79 0 0 0 1.95-5.4v-3.6a5.4 5.4 0 0 1 10.8 0v3.6a9.79 9.79 0 0 0 1.95 5.4z" })));
5
+
6
+ export default hlBell;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCalendar: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCalendar;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+
3
+ const hlCalendar = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M17.4 3.6V3a.6.6 0 1 0-1.2 0v.6h-3.6V3a.6.6 0 1 0-1.2 0v.6H7.8V3a.6.6 0 1 0-1.2 0v.6H2.4v16.8h19.2V3.6zm3 15.6H3.6V8.4h16.8zM3.6 7.2V4.8h3v.6a.6.6 0 0 0 1.2 0v-.6h3.6v.6a.6.6 0 0 0 1.2 0v-.6h3.6v.6a.6.6 0 0 0 1.2 0v-.6h3v2.4z" }),
5
+ React.createElement("circle", { cx: "12", cy: "11.4", r: ".6" }),
6
+ React.createElement("circle", { cx: "14.4", cy: "11.4", r: ".6" }),
7
+ React.createElement("circle", { cx: "16.8", cy: "11.4", r: ".6" }),
8
+ React.createElement("circle", { cx: "9.6", cy: "13.8", r: ".6" }),
9
+ React.createElement("circle", { cx: "7.2", cy: "13.8", r: ".6" }),
10
+ React.createElement("circle", { cx: "12", cy: "13.8", r: ".6" }),
11
+ React.createElement("circle", { cx: "14.4", cy: "13.8", r: ".6" }),
12
+ React.createElement("circle", { cx: "16.8", cy: "13.8", r: ".6" }),
13
+ React.createElement("circle", { cx: "9.6", cy: "16.2", r: ".6" }),
14
+ React.createElement("circle", { cx: "7.2", cy: "16.2", r: ".6" }),
15
+ React.createElement("circle", { cx: "12", cy: "16.2", r: ".6" })));
16
+
17
+ export default hlCalendar;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCall: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCall;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlCall = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M16.86 21.51a4.13 4.13 0 01-2.15-.6A37.22 37.22 0 013.21 9.33a4.18 4.18 0 01.57-5.25l1.86-1.84 4.67 4.65-1.77 1.76a30.68 30.68 0 006.78 6.79l1.77-1.77 4.67 4.67-1.93 1.93a4.21 4.21 0 01-2.97 1.24zM5.64 3.93l-1 1a3 3 0 00-.41 3.75 36 36 0 0011.11 11.2 3 3 0 003.66-.46l1.08-1.08-3-3-1.6 1.66-.41-.27a31.1 31.1 0 01-7.81-7.8L7 8.51l1.61-1.62-2.97-2.96z" })));
5
+
6
+ export default hlCall;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCameraBack: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCameraBack;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ const hlCameraBack = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M20.4 7.2V18H3.6V7.2h16.8zM21.6 6H2.4v13.2h19.2V6zM15.6 4.8H8.4a.6.6 0 1 1 0-1.2h7.2a.6.6 0 0 1 0 1.2z" }),
5
+ React.createElement("path", { d: "M12 16.8a4.2 4.2 0 1 1 0-8.4 4.2 4.2 0 0 1 0 8.4zm0-7.2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" }),
6
+ React.createElement("circle", { cx: "17.4", cy: "9", r: "1" })));
7
+
8
+ export default hlCameraBack;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCameraFront: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCameraFront;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+
3
+ const hlCameraFront = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M20.4 7.2V18H3.6V7.2h16.8zM21.6 6H2.4v13.2h19.2V6zM15.6 4.8H8.4a.6.6 0 1 1 0-1.2h7.2a.6.6 0 0 1 0 1.2z" }),
5
+ React.createElement("path", { d: "M16.43 9.95a.6.6 0 0 0-.79.31l-.06.15a4.19 4.19 0 0 0-7.42.52.6.6 0 1 0 1.1.48 3 3 0 0 1 5.35-.3l-.54-.24a.6.6 0 0 0-.48 1.1l2.2 1 1-2.2a.6.6 0 0 0-.36-.82zM7.57 15.26a.6.6 0 0 0 .79-.31l.06-.15a4.19 4.19 0 0 0 7.42-.52.6.6 0 1 0-1.1-.48 3 3 0 0 1-5.35.3l.54.24a.6.6 0 0 0 .48-1.1l-2.2-1-1 2.2a.6.6 0 0 0 .36.82z" })));
6
+
7
+ export default hlCameraFront;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCart: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCart;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ const hlCart = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M20.4 10.8v9.6H3.6v-9.6h16.8m1.2-1.2H2.4v12h19.2v-12z" }),
5
+ React.createElement("path", { d: "M12 10.8a.6.6 0 0 1-.42-.18l-7.2-7.2a.6.6 0 0 1 .85-.85l7.2 7.2a.6.6 0 0 1-.42 1zM8.4 18a.6.6 0 0 1-.6-.6v-3.6a.6.6 0 0 1 1.2 0v3.6a.6.6 0 0 1-.6.6zM12 18a.6.6 0 0 1-.6-.6v-3.6a.6.6 0 0 1 1.2 0v3.6a.6.6 0 0 1-.6.6zM15.6 18a.6.6 0 0 1-.6-.6v-3.6a.6.6 0 0 1 1.2 0v3.6a.6.6 0 0 1-.6.6z" }),
6
+ React.createElement("path", { d: "M22.2 10.8H1.8a.6.6 0 0 1 0-1.2h20.4a.6.6 0 0 1 0 1.2z" })));
7
+
8
+ export default hlCart;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCartEmpty: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCartEmpty;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ const hlCartEmpty = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M19.8 13.2v9.6H4.2v-9.6h15.6zm-1.2 1.2H5.4v7.2h13.2v-7.2z" }),
5
+ React.createElement("path", { d: "M15.2 16.2a.6.6 0 01.6.6v2.4a.6.6 0 01-1.2 0v-2.4a.6.6 0 01.6-.6zM12 16.2a.6.6 0 01.6.6v2.4a.6.6 0 01-1.2 0v-2.4a.6.6 0 01.6-.6zM8.8 16.2a.6.6 0 01.6.6v2.4a.6.6 0 01-1.2 0v-2.4a.6.6 0 01.6-.6zM3.6 13.2h16.8a.6.6 0 010 1.2H3.6a.6.6 0 010-1.2z" }),
6
+ React.createElement("path", { d: "M11.764 14.172l-5.94-5.94a.6.6 0 11.849-.848l5.94 5.94a.6.6 0 01-.849.848zM12 1.2a.6.6 0 01.6.6v1.8a.6.6 0 01-1.2 0V1.8a.6.6 0 01.6-.6zM5.69 2.698a.587.587 0 01.748.134l.057.083.897 1.572a.598.598 0 01-.218.813.587.587 0 01-.748-.133l-.058-.084-.897-1.572a.598.598 0 01.218-.813zM18.312 2.698c.283.166.38.528.218.813l-.897 1.572a.587.587 0 01-.715.26l-.09-.043a.598.598 0 01-.219-.813l.897-1.572a.587.587 0 01.715-.26l.09.043z" })));
7
+
8
+ export default hlCartEmpty;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlChat: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlChat;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+
3
+ const hlChat = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("circle", { cx: "12.6", cy: "15", r: ".6" }),
5
+ React.createElement("circle", { cx: "15", cy: "15", r: ".6" }),
6
+ React.createElement("circle", { cx: "17.4", cy: "15", r: ".6" }),
7
+ React.createElement("path", { d: "M15.6 9.6v-6H2.4v10.8h1.8v2.9l2.9-2.9h1.3v6h8.5l2.9 2.9v-2.9h1.8V9.6zm-9 3.6l-1.2 1.2v-1.2H3.6V4.8h10.8v4.8h-6v3.6zm13.8 6h-1.8v1.2l-1.2-1.2H9.6v-8.4h10.8z" })));
8
+
9
+ export default hlChat;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const HlCheck: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default HlCheck;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const HlCheck = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M9.57 19.44L3.19 13a.6.6 0 0 1 .81-.84l5.53 5.58 11-10.93a.6.6 0 0 1 .84.85z" })));
5
+
6
+ export default HlCheck;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlChevronDown: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlChevronDown;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlChevronDown = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M21.6 7.8a.6.6 0 0 1-.18.42L12 17.65 2.58 8.22a.6.6 0 0 1 .85-.85L12 16l8.58-8.58a.6.6 0 0 1 1 .42z" })));
5
+
6
+ export default hlChevronDown;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlChevronLeft: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlChevronLeft;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlChevronLeft = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M16.2 21.6a.6.6 0 0 1-.42-.18L6.35 12l9.42-9.42a.6.6 0 0 1 .85.85L8 12l8.58 8.58a.6.6 0 0 1-.42 1z" })));
5
+
6
+ export default hlChevronLeft;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlChevronRight: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlChevronRight;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlChevronRight = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M7.8 2.4a.6.6 0 0 1 .42.18L17.65 12l-9.43 9.42a.6.6 0 0 1-.85-.85L16 12 7.38 3.42a.6.6 0 0 1 .42-1z" })));
5
+
6
+ export default hlChevronRight;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlChevronUp: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlChevronUp;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlChevronUp = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M2.4 16.2a.6.6 0 0 1 .18-.42L12 6.35l9.42 9.42a.6.6 0 0 1-.85.85L12 8l-8.58 8.62a.6.6 0 0 1-1-.42z" })));
5
+
6
+ export default hlChevronUp;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCompensation: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCompensation;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlCompensation = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M4.2 19.49a10.792 10.792 0 0 0 9.477 3.182c5.891-.933 9.91-6.465 8.978-12.357a.6.6 0 0 0-1.186.188 9.6 9.6 0 0 1-16.461 8.095H7.2a.6.6 0 1 0 0-1.2H3v4.2a.6.6 0 0 0 1.2 0zM19.8 4.51a10.792 10.792 0 0 0-9.477-3.182c-5.891.933-9.91 6.465-8.978 12.357a.6.6 0 0 0 1.186-.188 9.6 9.6 0 0 1 16.461-8.095H16.8a.6.6 0 1 0 0 1.2H21v-4.2a.6.6 0 0 0-1.2 0z" })));
5
+
6
+ export default hlCompensation;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCookie: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCookie;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlCookie = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M12.25 14.625c-.69 0-1.25-.588-1.25-1.313 0-.724.56-1.312 1.25-1.312s1.25.588 1.25 1.313c0 .724-.56 1.312-1.25 1.312zm4.5 2.1c-.414 0-.75-.353-.75-.788 0-.434.336-.787.75-.787s.75.353.75.787c0 .435-.336.788-.75.788zM22.5 9.9a.513.513 0 0 1-.5-.525c0-.29.224-.525.5-.525s.5.235.5.525c0 .29-.224.525-.5.525zm-10.75 9.975c-.414 0-.75-.353-.75-.788 0-.434.336-.787.75-.787s.75.353.75.787c0 .435-.336.788-.75.788zM6 15.15c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05s1 .47 1 1.05c0 .58-.448 1.05-1 1.05zm5-7.35c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05s1 .47 1 1.05c0 .58-.448 1.05-1 1.05zm7.75-1.575c-.414 0-.75-.353-.75-.787 0-.435.336-.788.75-.788s.75.353.75.787c0 .435-.336.788-.75.788zM22 5.7c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05s1 .47 1 1.05c0 .58-.448 1.05-1 1.05zm.266 6.256L23 11.81l-.04.748c-.29 5.56-4.888 9.942-10.472 9.942C6.696 22.5 2 17.799 2 12S6.696 1.5 12.488 1.5c1.092 0 2.162.167 3.183.493l.826.263-.555.666c-.348.417-.541.94-.541 1.495 0 .655.27 1.265.739 1.704l.326.305-.21.395a2.332 2.332 0 0 0 2.684 3.344l.507-.14.191.49a2.331 2.331 0 0 0 2.628 1.44zm-3.5-.568a3.498 3.498 0 0 1-3.716-4.726 3.491 3.491 0 0 1-.814-2.245c0-.533.12-1.049.343-1.515a9.344 9.344 0 0 0-2.091-.235c-5.149 0-9.323 4.178-9.323 9.333s4.174 9.333 9.323 9.333c4.737 0 8.676-3.547 9.25-8.167a3.496 3.496 0 0 1-2.973-1.778z" })));
5
+
6
+ export default hlCookie;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCopy: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCopy;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+
3
+ const hlCopy = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M16.7 6.7v13.6h-13V6.7h13M18 5.4H2.4v16.2H18V5.4z" }),
5
+ React.createElement("path", { d: "M21 19.2a.6.6 0 0 1-.6-.6V3h-15a.6.6 0 1 1 0-1.2h16.2v16.8a.6.6 0 0 1-.6.6zM12.6 12.6h-1.8v-1.8a.6.6 0 1 0-1.2 0v1.8H7.8a.6.6 0 0 0 0 1.2h1.8v1.8a.6.6 0 0 0 1.2 0v-1.8h1.8a.6.6 0 0 0 0-1.2z" })));
6
+
7
+ export default hlCopy;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlCoupon: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlCoupon;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ const hlCoupon = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M11.4 15.6a.6.6 0 0 1-.42-1l6-6a.6.6 0 0 1 .85.85l-6 6a.6.6 0 0 1-.43.15zM12 9a.6.6 0 1 1-.6.6.6.6 0 0 1 .6-.6m0-1.2a1.8 1.8 0 1 0 1.8 1.8A1.8 1.8 0 0 0 12 7.8zM16.8 13.8a.6.6 0 1 1-.6.6.6.6 0 0 1 .6-.6m0-1.2a1.8 1.8 0 1 0 1.8 1.8 1.8 1.8 0 0 0-1.8-1.8z" }),
5
+ React.createElement("path", { d: "M21 4.8v14.4H9.28a2.4 2.4 0 0 0-4.16 0H3V4.8h2.12a2.4 2.4 0 0 0 4.16 0H21m1.2-1.2H8.4a1.2 1.2 0 1 1-2.4 0H1.8v16.8H6a1.2 1.2 0 0 1 2.4 0h13.8V3.6z" }),
6
+ React.createElement("path", { d: "M7.2 9.6a.6.6 0 0 1-.6-.6V7.8a.6.6 0 1 1 1.2 0V9a.6.6 0 0 1-.6.6zM7.2 13.2a.6.6 0 0 1-.6-.6v-1.2a.6.6 0 0 1 1.2 0v1.2a.6.6 0 0 1-.6.6zM7.2 16.8a.6.6 0 0 1-.6-.6V15a.6.6 0 0 1 1.2 0v1.2a.6.6 0 0 1-.6.6z" })));
7
+
8
+ export default hlCoupon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlDelivery: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlDelivery;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlDelivery = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.2349 6.21143L15.2353 3H2V17.9773L3.75269 17.9775C3.73531 18.1065 3.72634 18.2382 3.72634 18.3719C3.72634 20.0218 5.09182 21.3593 6.77621 21.3593C8.46061 21.3593 9.82609 20.0218 9.82609 18.3719C9.82609 18.2382 9.81712 18.1065 9.79974 17.9775L14.9666 17.9771C14.9498 18.1037 14.9412 18.2327 14.9412 18.3637C14.9412 20.0181 16.3214 21.3593 18.0239 21.3593C19.7264 21.3593 21.1066 20.0181 21.1066 18.3637C21.1066 18.2006 21.0932 18.0406 21.0674 17.8846L22 17.8846V11.2279L19.2438 6.21186L15.2349 6.21143ZM5.1074 18.3719C5.1074 17.4691 5.85455 16.7373 6.7762 16.7373C7.69785 16.7373 8.44499 17.4691 8.44499 18.3719C8.44499 19.2747 7.69785 20.0065 6.7762 20.0065C5.85455 20.0065 5.1074 19.2747 5.1074 18.3719ZM18.0239 16.7246C17.0923 16.7246 16.3371 17.4585 16.3371 18.3637C16.3371 19.269 17.0923 20.0028 18.0239 20.0028C18.9555 20.0028 19.7107 19.269 19.7107 18.3637C19.7107 17.4585 18.9555 16.7246 18.0239 16.7246ZM3.38106 4.35267H13.8542V16.6244L9.25002 16.6241C8.69606 15.8731 7.7944 15.3844 6.7762 15.3844C5.75799 15.3844 4.85633 15.8731 4.30237 16.6241L3.38106 16.6244V4.35267ZM20.6036 13.0707L15.2353 13.0711L15.2349 16.5276L15.5877 16.528C16.1517 15.8223 17.0332 15.3682 18.0239 15.3682C19.0146 15.3682 19.8962 15.8223 20.4602 16.528L20.6041 16.5282L20.6036 13.0707ZM12 12.6083L8.74085 10.3219L8.74124 11.9637L5.54119 11.9635C5.2098 11.9635 4.94115 12.2321 4.94115 12.5635V12.6532C4.94115 12.9846 5.20976 13.2532 5.54113 13.2532L8.74124 13.2533L8.74085 14.8947L12 12.6083ZM18.4067 7.56832L15.2349 7.56814L15.2353 11.6421L20.6036 11.6417L20.6041 11.5673L18.4067 7.56832ZM7.90579 7.56755L7.90618 5.92616L4.64706 8.21257L7.90618 10.499L7.90579 8.85721L11.1058 8.85742C11.4372 8.85744 11.7059 8.5888 11.7059 8.25741V8.16766C11.7059 7.8363 11.4373 7.56768 11.1059 7.56766L7.90579 7.56755Z" })));
5
+
6
+ export default hlDelivery;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlDigiturva: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlDigiturva;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlDigiturva = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3129 22L12.0037 21.8097C11.8033 21.6874 7.09799 18.7895 5.49445 15.6063C4.32238 13.6358 3.77201 9.71191 4.08797 5.59776L4.12194 5.1595L4.5534 5.06438C7.21689 4.46985 12.0037 2.14948 12.0513 2.1257L12.3129 2L12.5745 2.1257C12.622 2.14948 17.4088 4.46985 20.0757 5.06098L20.5072 5.15611L20.5412 5.59436C20.8571 9.70851 20.3068 13.6324 19.1347 15.6029C17.5311 18.7827 12.8259 21.684 12.6254 21.8064L12.3163 21.9966L12.3129 22ZM5.24305 6.11755C4.97806 10.3438 5.6847 13.6154 6.52384 15.0151L6.54422 15.0559C7.76726 17.4986 11.2495 19.9039 12.3095 20.5969C13.3694 19.9039 16.8517 17.4986 18.0747 15.0559L18.0951 15.0151C18.9342 13.6154 19.6409 10.3438 19.3759 6.11755C16.9026 5.46866 13.3083 3.79718 12.3061 3.32156C11.3073 3.79718 7.7095 5.47206 5.23626 6.11755H5.24305ZM15.3887 8.51638C15.28 8.51638 15.1681 8.47163 15.0914 8.38211L15.09 8.38066C15.0452 8.33343 13.9663 7.19604 12.294 7.19604C10.5932 7.19604 9.50308 8.37252 9.49349 8.38531C9.34643 8.54835 9.09387 8.56114 8.93083 8.41408C8.76778 8.26702 8.75499 8.01446 8.90205 7.85142C8.9564 7.79068 10.232 6.4 12.2972 6.4C14.3624 6.4 15.6348 7.79387 15.6892 7.85461C15.8362 8.01766 15.8235 8.27022 15.6572 8.42048C15.5805 8.48761 15.4846 8.52278 15.3919 8.52278L15.3887 8.51638ZM14.1994 10.0126C14.2761 10.1021 14.388 10.1468 14.4967 10.1468L14.5031 10.1436C14.5958 10.1436 14.6917 10.1085 14.7685 10.0413C14.9347 9.89107 14.9475 9.63851 14.8004 9.47547L14.7989 9.47382C14.7399 9.41003 13.8068 8.40129 12.2972 8.40129C10.7723 8.40129 9.82916 9.43071 9.7908 9.47547C9.64374 9.63851 9.65653 9.89107 9.81957 10.0381C9.98262 10.1884 10.2352 10.1756 10.3822 10.0126L10.3831 10.0117C10.4119 9.98146 11.1547 9.20373 12.294 9.20373C13.4321 9.20373 14.1683 9.97979 14.1985 10.0116L14.1994 10.0126ZM13.5696 11.7805C13.4609 11.7805 13.349 11.7357 13.2723 11.6462C13.2723 11.6462 12.8854 11.2338 12.294 11.2338C11.7106 11.2338 11.3262 11.632 11.3129 11.6458L11.3125 11.6462C11.1623 11.806 10.9097 11.8188 10.7499 11.6718C10.5868 11.5247 10.574 11.2753 10.7211 11.1123C10.7467 11.0835 11.3413 10.4345 12.294 10.4345C13.2467 10.4345 13.8413 11.0835 13.8669 11.1123C14.014 11.2753 14.0012 11.5279 13.8349 11.6782C13.7582 11.7453 13.6623 11.7805 13.5696 11.7805ZM12.0159 12.4518C12.78 12.276 13.4577 12.8514 13.4577 13.5867V13.5835C13.4577 14.0247 13.2084 14.4051 12.8471 14.6034L13.1476 16.6686C13.1732 16.8316 13.0453 16.9755 12.8823 16.9755H11.7026C11.5395 16.9755 11.4149 16.8316 11.4372 16.6686L11.7378 14.6034C11.303 14.3668 11.0312 13.8617 11.1623 13.3022C11.2582 12.8866 11.6003 12.5477 12.0159 12.4518Z" })));
5
+
6
+ export default hlDigiturva;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlDisplaySize: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlDisplaySize;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ const hlDisplaySize = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M4.84 2.37l-.08 19.2 14.4.05.08-19.2-14.4-.05zM18 3.62v13.2H6V3.58l12 .04zM6 20.38V18h12v2.4l-12-.02z" }),
5
+ React.createElement("circle", { transform: "rotate(-89.77 11.998 19.197)", cx: "11.998", cy: "19.197", r: "1" }),
6
+ React.createElement("path", { d: "M14.4 5.4a.6.6 0 0 0 0 1.2h.35L8.4 13v-.4a.6.6 0 0 0-1.2 0V15h2.4a.6.6 0 0 0 0-1.2h-.35l6.35-6.35v.35a.6.6 0 0 0 1.2 0V5.4h-2.4z" })));
7
+
8
+ export default hlDisplaySize;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlDocument: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlDocument;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+
3
+ const hlDocument = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M19.2 3.6v16.8H4.8V3.6h14.4m1.2-1.2H3.6v19.2h16.8V2.4z" }),
5
+ React.createElement("path", { d: "M16.2 9H7.8a.6.6 0 0 1 0-1.2h8.4a.6.6 0 1 1 0 1.2zM16.2 12.6H7.8a.6.6 0 0 1 0-1.2h8.4a.6.6 0 0 1 0 1.2zM16.2 16.2H7.8a.6.6 0 1 1 0-1.2h8.4a.6.6 0 0 1 0 1.2z" })));
6
+
7
+ export default hlDocument;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlDownload: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlDownload;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ const hlDownload = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 16 20", fill: color, width: size, height: size }, props),
4
+ React.createElement("g", { fillRule: "evenodd" },
5
+ React.createElement("path", { d: "M8 .4a.6.6 0 01.596.53L8.6 1v11.15l1.976-1.974a.6.6 0 01.898.792l-.05.056-3 3a.603.603 0 01-.078.066l.078-.066a.602.602 0 01-.249.15l-.015.004a.6.6 0 01-.072.016h-.006l-.02.003h-.01l-.017.002A.61.61 0 018 14.2h-.012a.604.604 0 01-.067-.005L8 14.2a.604.604 0 01-.103-.009h-.003l-.025-.005a.6.6 0 01-.237-.112l-.056-.05-3-3a.6.6 0 01.792-.898l.056.05L7.4 12.15V1A.6.6 0 018 .4z", fillRule: "nonzero" }),
6
+ React.createElement("path", { d: "M15.2 13.8a.6.6 0 01.596.53l.004.07v4.8H.2v-4.8a.6.6 0 011.196-.07l.004.07V18h13.2v-3.6a.6.6 0 01.53-.596l.07-.004z", fillRule: "nonzero" }))));
7
+
8
+ export default hlDownload;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlEnvelope: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlEnvelope;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+
3
+ const hlEnvelope = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
4
+ React.createElement("path", { d: "M2.4 4.8v14.4h19.2V4.8zM19.55 6L12 13.55 4.45 6zM3.6 18V6.85l8.4 8.4 8.4-8.4V18z" })));
5
+
6
+ export default hlEnvelope;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps, Props as IconComponentProps } from '../Icon/Icon';
3
+ declare const hlError: ({ size, color, ...props }: IconProps | IconComponentProps) => JSX.Element;
4
+ export default hlError;