@dnanpm/styleguide 3.8.1 → 3.8.3

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 (296) hide show
  1. package/README.md +15 -8
  2. package/build/cjs/components/Accordion/Accordion.js +7 -12
  3. package/build/cjs/components/AccordionItem/AccordionItem.js +30 -35
  4. package/build/cjs/components/AmountSelector/AmountSelector.js +26 -30
  5. package/build/cjs/components/Box/Box.js +8 -13
  6. package/build/cjs/components/Button/Button.js +28 -33
  7. package/build/{es/components/Button → cjs/components/ButtonArrow}/ButtonArrow.d.ts +1 -1
  8. package/build/cjs/components/ButtonArrow/ButtonArrow.js +74 -0
  9. package/build/cjs/components/ButtonCard/ButtonCard.d.ts +70 -0
  10. package/build/cjs/components/ButtonCard/ButtonCard.js +135 -0
  11. package/build/{es/components/Button → cjs/components/ButtonClose}/ButtonClose.d.ts +1 -1
  12. package/build/cjs/components/{Button → ButtonClose}/ButtonClose.js +4 -8
  13. package/build/cjs/components/{Button → ButtonIcon}/ButtonIcon.d.ts +1 -1
  14. package/build/cjs/components/ButtonIcon/ButtonIcon.js +95 -0
  15. package/build/cjs/components/{Button → ButtonPrimary}/ButtonPrimary.d.ts +1 -1
  16. package/build/cjs/components/ButtonPrimary/ButtonPrimary.js +52 -0
  17. package/build/{es/components/Button → cjs/components/ButtonRound}/ButtonRound.d.ts +1 -1
  18. package/build/cjs/components/ButtonRound/ButtonRound.js +33 -0
  19. package/build/cjs/components/{Button → ButtonSecondary}/ButtonSecondary.d.ts +1 -1
  20. package/build/cjs/components/ButtonSecondary/ButtonSecondary.js +52 -0
  21. package/build/cjs/components/Carousel/Carousel.js +45 -49
  22. package/build/cjs/components/Checkbox/Checkbox.js +23 -27
  23. package/build/cjs/components/Chip/Chip.js +11 -16
  24. package/build/cjs/components/DateTimePicker/DateTimePicker.js +77 -83
  25. package/build/cjs/components/Divider/Divider.js +5 -10
  26. package/build/cjs/components/DnaLogo/DnaLogo.js +14 -18
  27. package/build/cjs/components/Drawer/Drawer.js +50 -55
  28. package/build/cjs/components/EmptyState/EmptyState.js +8 -12
  29. package/build/cjs/components/Expander/Expander.js +14 -18
  30. package/build/cjs/components/Floater/Floater.js +3 -8
  31. package/build/cjs/components/Footer/Components/FooterComponents.js +59 -65
  32. package/build/cjs/components/Footer/Footer.js +63 -67
  33. package/build/cjs/components/Footer/context/FooterContext.js +2 -2
  34. package/build/cjs/components/Icon/Icon.js +9 -13
  35. package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +3 -7
  36. package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +3 -7
  37. package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +3 -7
  38. package/build/cjs/components/Icons/Small/hlCalendarSmall.js +3 -7
  39. package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +3 -7
  40. package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +3 -7
  41. package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +3 -7
  42. package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +3 -7
  43. package/build/cjs/components/Icons/Small/hlClockSmall.js +4 -8
  44. package/build/cjs/components/Icons/Small/hlDownloadSmall.js +5 -9
  45. package/build/cjs/components/Icons/Small/hlExternalSmall.js +3 -7
  46. package/build/cjs/components/Icons/Small/hlUploadSmall.js +5 -9
  47. package/build/cjs/components/Icons/Social/facebook.js +3 -7
  48. package/build/cjs/components/Icons/Social/instagram.js +3 -7
  49. package/build/cjs/components/Icons/Social/linkedin.js +3 -7
  50. package/build/cjs/components/Icons/Social/tiktok.js +3 -7
  51. package/build/cjs/components/Icons/Social/twitter.js +3 -7
  52. package/build/cjs/components/Icons/Social/youtube.js +3 -7
  53. package/build/cjs/components/Icons/hl404.js +3 -7
  54. package/build/cjs/components/Icons/hl4gSim.js +3 -7
  55. package/build/cjs/components/Icons/hl5gSim.js +3 -7
  56. package/build/cjs/components/Icons/hlBattery.js +5 -9
  57. package/build/cjs/components/Icons/hlBell.js +3 -7
  58. package/build/cjs/components/Icons/hlCableTVCard.js +3 -7
  59. package/build/cjs/components/Icons/hlCalendar.js +14 -18
  60. package/build/cjs/components/Icons/hlCall.js +3 -7
  61. package/build/cjs/components/Icons/hlCameraBack.js +5 -9
  62. package/build/cjs/components/Icons/hlCameraFront.js +4 -8
  63. package/build/cjs/components/Icons/hlCart.js +5 -9
  64. package/build/cjs/components/Icons/hlCartEmpty.js +5 -9
  65. package/build/cjs/components/Icons/hlChat.js +6 -10
  66. package/build/cjs/components/Icons/hlCheck.js +3 -7
  67. package/build/cjs/components/Icons/hlChevronDown.js +3 -7
  68. package/build/cjs/components/Icons/hlChevronLeft.js +3 -7
  69. package/build/cjs/components/Icons/hlChevronRight.js +3 -7
  70. package/build/cjs/components/Icons/hlChevronUp.js +3 -7
  71. package/build/cjs/components/Icons/hlCompensation.js +3 -7
  72. package/build/cjs/components/Icons/hlCookie.js +3 -7
  73. package/build/cjs/components/Icons/hlCopy.js +4 -8
  74. package/build/cjs/components/Icons/hlCoupon.js +5 -9
  75. package/build/cjs/components/Icons/hlDelivery.js +3 -7
  76. package/build/cjs/components/Icons/hlDigiturva.js +3 -7
  77. package/build/cjs/components/Icons/hlDisplaySize.js +5 -9
  78. package/build/cjs/components/Icons/hlDocument.js +4 -8
  79. package/build/cjs/components/Icons/hlDownload.js +5 -9
  80. package/build/cjs/components/Icons/hlEnvelope.js +3 -7
  81. package/build/cjs/components/Icons/hlError.js +5 -9
  82. package/build/cjs/components/Icons/hlEuro.js +3 -7
  83. package/build/cjs/components/Icons/hlExclamationMark.js +3 -7
  84. package/build/cjs/components/Icons/hlExpand.js +3 -7
  85. package/build/cjs/components/Icons/hlExternal.js +3 -7
  86. package/build/cjs/components/Icons/hlEyeClosed.js +3 -7
  87. package/build/cjs/components/Icons/hlEyeOpen.js +4 -8
  88. package/build/cjs/components/Icons/hlFaceId.js +3 -7
  89. package/build/cjs/components/Icons/hlFastDelivery.js +3 -7
  90. package/build/cjs/components/Icons/hlFingerprint.js +7 -11
  91. package/build/cjs/components/Icons/hlGlobe.js +3 -7
  92. package/build/cjs/components/Icons/hlHeadphones.js +3 -7
  93. package/build/cjs/components/Icons/hlHeadset.js +5 -9
  94. package/build/cjs/components/Icons/hlHeart.js +3 -7
  95. package/build/cjs/components/Icons/hlHome.js +3 -7
  96. package/build/cjs/components/Icons/hlHub.js +4 -8
  97. package/build/cjs/components/Icons/hlImage.js +3 -7
  98. package/build/cjs/components/Icons/hlInfo.js +5 -9
  99. package/build/cjs/components/Icons/hlInstallment.js +4 -8
  100. package/build/cjs/components/Icons/hlIotSim.js +4 -8
  101. package/build/cjs/components/Icons/hlLaptop.js +3 -7
  102. package/build/cjs/components/Icons/hlLink.js +4 -8
  103. package/build/cjs/components/Icons/hlLiveVideo.js +3 -7
  104. package/build/cjs/components/Icons/hlLock.js +5 -9
  105. package/build/cjs/components/Icons/hlMagnifyingGlass.js +4 -8
  106. package/build/cjs/components/Icons/hlMarker.js +4 -8
  107. package/build/cjs/components/Icons/hlMemory.js +4 -8
  108. package/build/cjs/components/Icons/hlMenu.js +3 -7
  109. package/build/cjs/components/Icons/hlMinimize.js +3 -7
  110. package/build/cjs/components/Icons/hlMinus.js +3 -7
  111. package/build/cjs/components/Icons/hlMobileData.js +3 -7
  112. package/build/cjs/components/Icons/hlMobilePayment.js +5 -9
  113. package/build/cjs/components/Icons/hlModem.js +7 -11
  114. package/build/cjs/components/Icons/hlMore.js +5 -9
  115. package/build/cjs/components/Icons/hlOs.js +4 -8
  116. package/build/cjs/components/Icons/hlPackage.js +3 -7
  117. package/build/cjs/components/Icons/hlPaperclip.js +3 -7
  118. package/build/cjs/components/Icons/hlPaytime.js +3 -7
  119. package/build/cjs/components/Icons/hlPen.js +3 -7
  120. package/build/cjs/components/Icons/hlPerson.js +3 -7
  121. package/build/cjs/components/Icons/hlPhone.js +4 -8
  122. package/build/cjs/components/Icons/hlPlaylist.js +3 -7
  123. package/build/cjs/components/Icons/hlPlus.js +4 -8
  124. package/build/cjs/components/Icons/hlPrepaid.js +3 -7
  125. package/build/cjs/components/Icons/hlProcessor.js +4 -8
  126. package/build/cjs/components/Icons/hlServices.js +3 -7
  127. package/build/cjs/components/Icons/hlSettings.js +3 -7
  128. package/build/cjs/components/Icons/hlShield.js +4 -8
  129. package/build/cjs/components/Icons/hlSim.js +4 -8
  130. package/build/cjs/components/Icons/hlSimSimple.js +5 -9
  131. package/build/cjs/components/Icons/hlSmile.js +6 -10
  132. package/build/cjs/components/Icons/hlSpeechBubble.js +4 -8
  133. package/build/cjs/components/Icons/hlSquaretrade.js +3 -7
  134. package/build/cjs/components/Icons/hlStar.js +3 -7
  135. package/build/cjs/components/Icons/hlStarFilled.js +3 -7
  136. package/build/cjs/components/Icons/hlTrash.js +4 -8
  137. package/build/cjs/components/Icons/hlTv.js +3 -7
  138. package/build/cjs/components/Icons/hlUnlock.js +4 -8
  139. package/build/cjs/components/Icons/hlUpload.js +5 -9
  140. package/build/cjs/components/Icons/hlWarning.js +5 -9
  141. package/build/cjs/components/Icons/hlWifi.js +5 -9
  142. package/build/cjs/components/Icons/hlWrench.js +3 -7
  143. package/build/cjs/components/Icons/hlX.js +3 -7
  144. package/build/cjs/components/Icons/index.js +109 -111
  145. package/build/cjs/components/InfoDialog/InfoDialog.js +18 -22
  146. package/build/cjs/components/Input/Input.js +45 -49
  147. package/build/cjs/components/Label/Label.js +14 -18
  148. package/build/cjs/components/LabelText/LabelText.js +11 -15
  149. package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +23 -27
  150. package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +59 -63
  151. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +11 -15
  152. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +6 -10
  153. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +5 -9
  154. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -3
  155. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +26 -30
  156. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -2
  157. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +11 -11
  158. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +6 -10
  159. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +50 -54
  160. package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.js +5 -9
  161. package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.js +35 -39
  162. package/build/cjs/components/MainHeaderNavigation/context/MobileMenuContext.js +1 -1
  163. package/build/cjs/components/MainHeaderNavigation/context/NavContext.js +1 -1
  164. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.d.ts +5 -5
  165. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.js +48 -50
  166. package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.js +14 -18
  167. package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +49 -53
  168. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +1 -1
  169. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +44 -48
  170. package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +11 -15
  171. package/build/cjs/components/MainNavigation/ChildComponents/LinkModifier.js +7 -11
  172. package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.js +5 -9
  173. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +21 -25
  174. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +1 -1
  175. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +7 -7
  176. package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.js +6 -10
  177. package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +52 -56
  178. package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +5 -9
  179. package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +20 -24
  180. package/build/cjs/components/MainNavigation/MainNavigation.d.ts +4 -1
  181. package/build/cjs/components/MainNavigation/MainNavigation.js +24 -25
  182. package/build/cjs/components/MainNavigation/context/MobileMenuContext.js +1 -1
  183. package/build/cjs/components/MainNavigation/context/NavContext.js +1 -1
  184. package/build/cjs/components/MainNavigation/globalNavStyles.d.ts +5 -5
  185. package/build/cjs/components/MainNavigation/globalNavStyles.js +12 -14
  186. package/build/cjs/components/Modal/Modal.js +21 -26
  187. package/build/cjs/components/Notification/Notification.js +18 -23
  188. package/build/cjs/components/NotificationBadge/NotificationBadge.js +8 -12
  189. package/build/cjs/components/Overlay/Overlay.d.ts +49 -0
  190. package/build/cjs/components/Overlay/Overlay.js +80 -0
  191. package/build/cjs/components/Pill/Pill.js +19 -24
  192. package/build/cjs/components/PixelLoader/PixelLoader.js +9 -13
  193. package/build/cjs/components/PriorityNavigation/PriorityNavigation.d.ts +10 -0
  194. package/build/cjs/components/PriorityNavigation/PriorityNavigation.js +89 -54
  195. package/build/cjs/components/PriorityNavigationItem/PriorityNavigationItem.js +20 -15
  196. package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +30 -34
  197. package/build/cjs/components/RadioButton/RadioButton.js +11 -15
  198. package/build/cjs/components/ReadMore/ReadMore.js +14 -18
  199. package/build/cjs/components/Search/Search.js +17 -21
  200. package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +53 -57
  201. package/build/cjs/components/Selectbox/Selectbox.js +44 -49
  202. package/build/cjs/components/Switch/Switch.js +18 -19
  203. package/build/cjs/components/Tab/Tab.js +29 -33
  204. package/build/cjs/components/Tabs/Tabs.js +15 -19
  205. package/build/cjs/components/Textarea/Textarea.js +29 -33
  206. package/build/cjs/components/Toaster/Toaster.js +20 -25
  207. package/build/cjs/components/Tooltip/Tooltip.js +21 -25
  208. package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +2 -4
  209. package/build/cjs/components/TooltipMenu/TooltipMenu.js +20 -24
  210. package/build/cjs/components/index.d.ts +8 -6
  211. package/build/cjs/hooks/useCloseOutsideOrElementClicked.js +1 -1
  212. package/build/cjs/hooks/useDebounce.js +1 -1
  213. package/build/cjs/hooks/useDocHeight.js +2 -2
  214. package/build/cjs/hooks/useOutsideClick.js +1 -1
  215. package/build/cjs/hooks/useResizeObserver.d.ts +1 -1
  216. package/build/cjs/hooks/useResizeObserver.js +1 -1
  217. package/build/cjs/hooks/useScrollPosition.d.ts +3 -1
  218. package/build/cjs/hooks/useScrollPosition.js +1 -1
  219. package/build/cjs/hooks/useWindowSize.js +1 -1
  220. package/build/cjs/index.js +172 -170
  221. package/build/cjs/themes/globalStyles.js +78 -80
  222. package/build/cjs/themes/gridTheme.js +1 -1
  223. package/build/cjs/themes/styled.js +2 -2
  224. package/build/cjs/themes/theme.js +11 -11
  225. package/build/cjs/themes/themeComponents/base.js +2 -2
  226. package/build/cjs/themes/themeComponents/breakpoints.js +1 -1
  227. package/build/cjs/themes/themeComponents/color.js +1 -1
  228. package/build/cjs/themes/themeComponents/fontFamily.js +1 -1
  229. package/build/cjs/themes/themeComponents/fontSize.js +14 -14
  230. package/build/cjs/themes/themeComponents/fontWeight.js +1 -1
  231. package/build/cjs/themes/themeComponents/forms.js +2 -2
  232. package/build/cjs/themes/themeComponents/lineHeight.js +14 -14
  233. package/build/cjs/themes/themeComponents/navigation.js +1 -1
  234. package/build/cjs/themes/themeComponents/radius.js +1 -1
  235. package/build/cjs/utils/common.d.ts +1 -1
  236. package/build/cjs/utils/common.js +4 -4
  237. package/build/cjs/utils/createStyled.d.ts +2 -163
  238. package/build/cjs/utils/createStyled.js +4 -5
  239. package/build/cjs/utils/styledUtils.js +2 -4
  240. package/build/es/components/AmountSelector/AmountSelector.js +1 -1
  241. package/build/{cjs/components/Button → es/components/ButtonArrow}/ButtonArrow.d.ts +1 -1
  242. package/build/es/components/{Button → ButtonArrow}/ButtonArrow.js +2 -2
  243. package/build/es/components/ButtonCard/ButtonCard.d.ts +70 -0
  244. package/build/es/components/ButtonCard/ButtonCard.js +131 -0
  245. package/build/{cjs/components/Button → es/components/ButtonClose}/ButtonClose.d.ts +1 -1
  246. package/build/es/components/{Button → ButtonIcon}/ButtonIcon.d.ts +1 -1
  247. package/build/es/components/{Button → ButtonPrimary}/ButtonPrimary.d.ts +1 -1
  248. package/build/es/components/{Button → ButtonPrimary}/ButtonPrimary.js +1 -1
  249. package/build/{cjs/components/Button → es/components/ButtonRound}/ButtonRound.d.ts +1 -1
  250. package/build/es/components/{Button → ButtonRound}/ButtonRound.js +1 -1
  251. package/build/es/components/{Button → ButtonSecondary}/ButtonSecondary.d.ts +1 -1
  252. package/build/es/components/{Button → ButtonSecondary}/ButtonSecondary.js +1 -1
  253. package/build/es/components/Carousel/Carousel.js +2 -2
  254. package/build/es/components/DateTimePicker/DateTimePicker.js +1 -1
  255. package/build/es/components/Drawer/Drawer.js +3 -3
  256. package/build/es/components/Expander/Expander.js +1 -1
  257. package/build/es/components/Footer/Components/FooterComponents.js +1 -1
  258. package/build/es/components/Input/Input.js +1 -1
  259. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -3
  260. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +1 -1
  261. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -2
  262. package/build/es/components/MainHeaderNavigation/globalNavStyles.d.ts +5 -5
  263. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +1 -1
  264. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +1 -1
  265. package/build/es/components/MainNavigation/MainNavigation.d.ts +4 -1
  266. package/build/es/components/MainNavigation/MainNavigation.js +4 -1
  267. package/build/es/components/MainNavigation/globalNavStyles.d.ts +5 -5
  268. package/build/es/components/Modal/Modal.js +1 -1
  269. package/build/es/components/Notification/Notification.js +1 -1
  270. package/build/es/components/Overlay/Overlay.d.ts +49 -0
  271. package/build/es/components/Overlay/Overlay.js +76 -0
  272. package/build/es/components/PriorityNavigation/PriorityNavigation.d.ts +10 -0
  273. package/build/es/components/PriorityNavigation/PriorityNavigation.js +64 -25
  274. package/build/es/components/PriorityNavigationItem/PriorityNavigationItem.js +10 -1
  275. package/build/es/components/ReadMore/ReadMore.js +1 -1
  276. package/build/es/components/Search/Search.js +1 -1
  277. package/build/es/components/Toaster/Toaster.js +1 -1
  278. package/build/es/components/index.d.ts +8 -6
  279. package/build/es/hooks/useResizeObserver.d.ts +1 -1
  280. package/build/es/hooks/useScrollPosition.d.ts +3 -1
  281. package/build/es/index.js +8 -6
  282. package/build/es/themes/themeComponents/base.js +1 -1
  283. package/build/es/themes/themeComponents/fontSize.js +13 -13
  284. package/build/es/themes/themeComponents/forms.js +1 -1
  285. package/build/es/themes/themeComponents/lineHeight.js +13 -13
  286. package/build/es/utils/common.d.ts +1 -1
  287. package/build/es/utils/createStyled.d.ts +2 -163
  288. package/package.json +45 -45
  289. package/CHANGELOG.md +0 -561
  290. package/build/cjs/components/Button/ButtonArrow.js +0 -79
  291. package/build/cjs/components/Button/ButtonIcon.js +0 -100
  292. package/build/cjs/components/Button/ButtonPrimary.js +0 -56
  293. package/build/cjs/components/Button/ButtonRound.js +0 -38
  294. package/build/cjs/components/Button/ButtonSecondary.js +0 -56
  295. /package/build/es/components/{Button → ButtonClose}/ButtonClose.js +0 -0
  296. /package/build/es/components/{Button → ButtonIcon}/ButtonIcon.js +0 -0
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const linkedin = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 75 71", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 75 71", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = linkedin;
14
+ exports.default = linkedin;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const tiktok = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = tiktok;
14
+ exports.default = tiktok;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const twitter = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 90 73", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 90 73", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = twitter;
14
+ exports.default = twitter;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const youtube = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 60 71", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 60 71", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = youtube;
14
+ exports.default = youtube;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hl404 = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hl404;
14
+ exports.default = hl404;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hl4gSim = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hl4gSim;
14
+ exports.default = hl4gSim;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hl5gSim = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hl5gSim;
14
+ exports.default = hl5gSim;
@@ -5,16 +5,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlBattery = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" }),
16
- React__default["default"].createElement("path", { d: "M19.8 18H2.4V6h17.4v12zM3.6 16.8h15V7.2h-15v9.6z" }),
17
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" }),
12
+ React.createElement("path", { d: "M19.8 18H2.4V6h17.4v12zM3.6 16.8h15V7.2h-15v9.6z" }),
13
+ 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" })));
18
14
  };
19
15
 
20
- exports["default"] = hlBattery;
16
+ exports.default = hlBattery;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlBell = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hlBell;
14
+ exports.default = hlBell;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCableTVCard = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].createElement("path", { d: "M2.62763 5.12763C3.02949 4.72576 3.57454 4.5 4.14286 4.5H19.8571C20.4255 4.5 20.9705 4.72576 21.3724 5.12763C21.7742 5.52949 22 6.07454 22 6.64286V17.3571C22 17.9255 21.7742 18.4705 21.3724 18.8724C20.9705 19.2742 20.4255 19.5 19.8571 19.5H4.14286C3.57453 19.5 3.02949 19.2742 2.62763 18.8724C2.22576 18.4705 2 17.9255 2 17.3571V6.64286C2 6.07454 2.22576 5.52949 2.62763 5.12763ZM4.14286 5.92857C3.95342 5.92857 3.77174 6.00383 3.63778 6.13778C3.50383 6.27174 3.42857 6.45342 3.42857 6.64286V17.3571C3.42857 17.5466 3.50383 17.7283 3.63778 17.8622C3.77174 17.9962 3.95342 18.0714 4.14286 18.0714H19.8571C20.0466 18.0714 20.2283 17.9962 20.3622 17.8622C20.4962 17.7283 20.5714 17.5466 20.5714 17.3571V6.64286C20.5714 6.45342 20.4962 6.27174 20.3622 6.13778C20.2283 6.00383 20.0466 5.92857 19.8571 5.92857H4.14286ZM7.28298 10.8144L6.55901 11.5453V13.1852H9.75866V10.8144H7.28298ZM6.72173 9.46824C6.85215 9.41387 6.99205 9.38586 7.13336 9.38583H9.81182C10.1766 9.38583 10.5264 9.53074 10.7844 9.78868C11.0423 10.0466 11.1872 10.3965 11.1872 10.7612V13.2388C11.1872 13.6035 11.0423 13.9534 10.7844 14.2113C10.5257 14.47 10.1756 14.6138 9.81182 14.6138H6.50585C5.74584 14.6138 5.13044 13.9976 5.13044 13.2384V11.3978C5.1305 11.1157 5.24193 10.8449 5.4405 10.6445L6.37327 9.70282C6.47275 9.60246 6.5913 9.52262 6.72173 9.46824Z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M2.62763 5.12763C3.02949 4.72576 3.57454 4.5 4.14286 4.5H19.8571C20.4255 4.5 20.9705 4.72576 21.3724 5.12763C21.7742 5.52949 22 6.07454 22 6.64286V17.3571C22 17.9255 21.7742 18.4705 21.3724 18.8724C20.9705 19.2742 20.4255 19.5 19.8571 19.5H4.14286C3.57453 19.5 3.02949 19.2742 2.62763 18.8724C2.22576 18.4705 2 17.9255 2 17.3571V6.64286C2 6.07454 2.22576 5.52949 2.62763 5.12763ZM4.14286 5.92857C3.95342 5.92857 3.77174 6.00383 3.63778 6.13778C3.50383 6.27174 3.42857 6.45342 3.42857 6.64286V17.3571C3.42857 17.5466 3.50383 17.7283 3.63778 17.8622C3.77174 17.9962 3.95342 18.0714 4.14286 18.0714H19.8571C20.0466 18.0714 20.2283 17.9962 20.3622 17.8622C20.4962 17.7283 20.5714 17.5466 20.5714 17.3571V6.64286C20.5714 6.45342 20.4962 6.27174 20.3622 6.13778C20.2283 6.00383 20.0466 5.92857 19.8571 5.92857H4.14286ZM7.28298 10.8144L6.55901 11.5453V13.1852H9.75866V10.8144H7.28298ZM6.72173 9.46824C6.85215 9.41387 6.99205 9.38586 7.13336 9.38583H9.81182C10.1766 9.38583 10.5264 9.53074 10.7844 9.78868C11.0423 10.0466 11.1872 10.3965 11.1872 10.7612V13.2388C11.1872 13.6035 11.0423 13.9534 10.7844 14.2113C10.5257 14.47 10.1756 14.6138 9.81182 14.6138H6.50585C5.74584 14.6138 5.13044 13.9976 5.13044 13.2384V11.3978C5.1305 11.1157 5.24193 10.8449 5.4405 10.6445L6.37327 9.70282C6.47275 9.60246 6.5913 9.52262 6.72173 9.46824Z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlCableTVCard;
14
+ exports.default = hlCableTVCard;
@@ -5,25 +5,21 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCalendar = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" }),
16
- React__default["default"].createElement("circle", { cx: "12", cy: "11.4", r: ".6" }),
17
- React__default["default"].createElement("circle", { cx: "14.4", cy: "11.4", r: ".6" }),
18
- React__default["default"].createElement("circle", { cx: "16.8", cy: "11.4", r: ".6" }),
19
- React__default["default"].createElement("circle", { cx: "9.6", cy: "13.8", r: ".6" }),
20
- React__default["default"].createElement("circle", { cx: "7.2", cy: "13.8", r: ".6" }),
21
- React__default["default"].createElement("circle", { cx: "12", cy: "13.8", r: ".6" }),
22
- React__default["default"].createElement("circle", { cx: "14.4", cy: "13.8", r: ".6" }),
23
- React__default["default"].createElement("circle", { cx: "16.8", cy: "13.8", r: ".6" }),
24
- React__default["default"].createElement("circle", { cx: "9.6", cy: "16.2", r: ".6" }),
25
- React__default["default"].createElement("circle", { cx: "7.2", cy: "16.2", r: ".6" }),
26
- React__default["default"].createElement("circle", { cx: "12", cy: "16.2", r: ".6" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" }),
12
+ React.createElement("circle", { cx: "12", cy: "11.4", r: ".6" }),
13
+ React.createElement("circle", { cx: "14.4", cy: "11.4", r: ".6" }),
14
+ React.createElement("circle", { cx: "16.8", cy: "11.4", r: ".6" }),
15
+ React.createElement("circle", { cx: "9.6", cy: "13.8", r: ".6" }),
16
+ React.createElement("circle", { cx: "7.2", cy: "13.8", r: ".6" }),
17
+ React.createElement("circle", { cx: "12", cy: "13.8", r: ".6" }),
18
+ React.createElement("circle", { cx: "14.4", cy: "13.8", r: ".6" }),
19
+ React.createElement("circle", { cx: "16.8", cy: "13.8", r: ".6" }),
20
+ React.createElement("circle", { cx: "9.6", cy: "16.2", r: ".6" }),
21
+ React.createElement("circle", { cx: "7.2", cy: "16.2", r: ".6" }),
22
+ React.createElement("circle", { cx: "12", cy: "16.2", r: ".6" })));
27
23
  };
28
24
 
29
- exports["default"] = hlCalendar;
25
+ exports.default = hlCalendar;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCall = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hlCall;
14
+ exports.default = hlCall;
@@ -5,16 +5,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCameraBack = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" }),
16
- React__default["default"].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" }),
17
- React__default["default"].createElement("circle", { cx: "17.4", cy: "9", r: "1" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" }),
12
+ 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" }),
13
+ React.createElement("circle", { cx: "17.4", cy: "9", r: "1" })));
18
14
  };
19
15
 
20
- exports["default"] = hlCameraBack;
16
+ exports.default = hlCameraBack;
@@ -5,15 +5,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCameraFront = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" }),
16
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" }),
12
+ 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" })));
17
13
  };
18
14
 
19
- exports["default"] = hlCameraFront;
15
+ exports.default = hlCameraFront;
@@ -5,16 +5,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCart = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].createElement("path", { d: "M20.4 10.8v9.6H3.6v-9.6h16.8m1.2-1.2H2.4v12h19.2v-12z" }),
16
- React__default["default"].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" }),
17
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M20.4 10.8v9.6H3.6v-9.6h16.8m1.2-1.2H2.4v12h19.2v-12z" }),
12
+ 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" }),
13
+ 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" })));
18
14
  };
19
15
 
20
- exports["default"] = hlCart;
16
+ exports.default = hlCart;
@@ -5,16 +5,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCartEmpty = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].createElement("path", { d: "M19.8 13.2v9.6H4.2v-9.6h15.6zm-1.2 1.2H5.4v7.2h13.2v-7.2z" }),
16
- React__default["default"].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" }),
17
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M19.8 13.2v9.6H4.2v-9.6h15.6zm-1.2 1.2H5.4v7.2h13.2v-7.2z" }),
12
+ 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" }),
13
+ 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" })));
18
14
  };
19
15
 
20
- exports["default"] = hlCartEmpty;
16
+ exports.default = hlCartEmpty;
@@ -5,17 +5,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlChat = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].createElement("circle", { cx: "12.6", cy: "15", r: ".6" }),
16
- React__default["default"].createElement("circle", { cx: "15", cy: "15", r: ".6" }),
17
- React__default["default"].createElement("circle", { cx: "17.4", cy: "15", r: ".6" }),
18
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("circle", { cx: "12.6", cy: "15", r: ".6" }),
12
+ React.createElement("circle", { cx: "15", cy: "15", r: ".6" }),
13
+ React.createElement("circle", { cx: "17.4", cy: "15", r: ".6" }),
14
+ 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" })));
19
15
  };
20
16
 
21
- exports["default"] = hlChat;
17
+ exports.default = hlChat;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const HlCheck = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
  /**
18
14
  * Mirror of `hlCheck`
@@ -21,5 +17,5 @@ const HlCheck = (_a) => {
21
17
  */
22
18
  const hlSuccess = HlCheck;
23
19
 
24
- exports["default"] = HlCheck;
20
+ exports.default = HlCheck;
25
21
  exports.hlSuccess = hlSuccess;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlChevronDown = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hlChevronDown;
14
+ exports.default = hlChevronDown;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlChevronLeft = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hlChevronLeft;
14
+ exports.default = hlChevronLeft;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlChevronRight = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hlChevronRight;
14
+ exports.default = hlChevronRight;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlChevronUp = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hlChevronUp;
14
+ exports.default = hlChevronUp;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCompensation = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hlCompensation;
14
+ exports.default = hlCompensation;
@@ -5,14 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCookie = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" })));
16
12
  };
17
13
 
18
- exports["default"] = hlCookie;
14
+ exports.default = hlCookie;
@@ -5,15 +5,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCopy = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].createElement("path", { d: "M16.7 6.7v13.6h-13V6.7h13M18 5.4H2.4v16.2H18V5.4z" }),
16
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M16.7 6.7v13.6h-13V6.7h13M18 5.4H2.4v16.2H18V5.4z" }),
12
+ 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" })));
17
13
  };
18
14
 
19
- exports["default"] = hlCopy;
15
+ exports.default = hlCopy;
@@ -5,16 +5,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
 
8
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
-
10
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
-
12
8
  const hlCoupon = (_a) => {
13
9
  var { size, color } = _a, props = tslib.__rest(_a, ["size", "color"]);
14
- return (React__default["default"].createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
15
- React__default["default"].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" }),
16
- React__default["default"].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" }),
17
- React__default["default"].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" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ 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" }),
12
+ 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" }),
13
+ 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" })));
18
14
  };
19
15
 
20
- exports["default"] = hlCoupon;
16
+ exports.default = hlCoupon;