@dnanpm/styleguide 3.8.1 → 3.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) 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 +25 -29
  5. package/build/cjs/components/Box/Box.js +8 -13
  6. package/build/cjs/components/Button/Button.js +28 -33
  7. package/build/cjs/components/Button/ButtonArrow.js +16 -21
  8. package/build/cjs/components/Button/ButtonClose.js +4 -8
  9. package/build/cjs/components/Button/ButtonIcon.js +17 -22
  10. package/build/cjs/components/Button/ButtonPrimary.js +13 -17
  11. package/build/cjs/components/Button/ButtonRound.js +6 -11
  12. package/build/cjs/components/Button/ButtonSecondary.js +13 -17
  13. package/build/cjs/components/Carousel/Carousel.js +43 -47
  14. package/build/cjs/components/Checkbox/Checkbox.js +23 -27
  15. package/build/cjs/components/Chip/Chip.js +11 -16
  16. package/build/cjs/components/DateTimePicker/DateTimePicker.js +76 -82
  17. package/build/cjs/components/Divider/Divider.js +5 -10
  18. package/build/cjs/components/DnaLogo/DnaLogo.js +14 -18
  19. package/build/cjs/components/Drawer/Drawer.js +47 -52
  20. package/build/cjs/components/EmptyState/EmptyState.js +8 -12
  21. package/build/cjs/components/Expander/Expander.js +13 -17
  22. package/build/cjs/components/Floater/Floater.js +3 -8
  23. package/build/cjs/components/Footer/Components/FooterComponents.js +58 -64
  24. package/build/cjs/components/Footer/Footer.js +63 -67
  25. package/build/cjs/components/Footer/context/FooterContext.js +2 -2
  26. package/build/cjs/components/Icon/Icon.js +9 -13
  27. package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +3 -7
  28. package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +3 -7
  29. package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +3 -7
  30. package/build/cjs/components/Icons/Small/hlCalendarSmall.js +3 -7
  31. package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +3 -7
  32. package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +3 -7
  33. package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +3 -7
  34. package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +3 -7
  35. package/build/cjs/components/Icons/Small/hlClockSmall.js +4 -8
  36. package/build/cjs/components/Icons/Small/hlDownloadSmall.js +5 -9
  37. package/build/cjs/components/Icons/Small/hlExternalSmall.js +3 -7
  38. package/build/cjs/components/Icons/Small/hlUploadSmall.js +5 -9
  39. package/build/cjs/components/Icons/Social/facebook.js +3 -7
  40. package/build/cjs/components/Icons/Social/instagram.js +3 -7
  41. package/build/cjs/components/Icons/Social/linkedin.js +3 -7
  42. package/build/cjs/components/Icons/Social/tiktok.js +3 -7
  43. package/build/cjs/components/Icons/Social/twitter.js +3 -7
  44. package/build/cjs/components/Icons/Social/youtube.js +3 -7
  45. package/build/cjs/components/Icons/hl404.js +3 -7
  46. package/build/cjs/components/Icons/hl4gSim.js +3 -7
  47. package/build/cjs/components/Icons/hl5gSim.js +3 -7
  48. package/build/cjs/components/Icons/hlBattery.js +5 -9
  49. package/build/cjs/components/Icons/hlBell.js +3 -7
  50. package/build/cjs/components/Icons/hlCableTVCard.js +3 -7
  51. package/build/cjs/components/Icons/hlCalendar.js +14 -18
  52. package/build/cjs/components/Icons/hlCall.js +3 -7
  53. package/build/cjs/components/Icons/hlCameraBack.js +5 -9
  54. package/build/cjs/components/Icons/hlCameraFront.js +4 -8
  55. package/build/cjs/components/Icons/hlCart.js +5 -9
  56. package/build/cjs/components/Icons/hlCartEmpty.js +5 -9
  57. package/build/cjs/components/Icons/hlChat.js +6 -10
  58. package/build/cjs/components/Icons/hlCheck.js +3 -7
  59. package/build/cjs/components/Icons/hlChevronDown.js +3 -7
  60. package/build/cjs/components/Icons/hlChevronLeft.js +3 -7
  61. package/build/cjs/components/Icons/hlChevronRight.js +3 -7
  62. package/build/cjs/components/Icons/hlChevronUp.js +3 -7
  63. package/build/cjs/components/Icons/hlCompensation.js +3 -7
  64. package/build/cjs/components/Icons/hlCookie.js +3 -7
  65. package/build/cjs/components/Icons/hlCopy.js +4 -8
  66. package/build/cjs/components/Icons/hlCoupon.js +5 -9
  67. package/build/cjs/components/Icons/hlDelivery.js +3 -7
  68. package/build/cjs/components/Icons/hlDigiturva.js +3 -7
  69. package/build/cjs/components/Icons/hlDisplaySize.js +5 -9
  70. package/build/cjs/components/Icons/hlDocument.js +4 -8
  71. package/build/cjs/components/Icons/hlDownload.js +5 -9
  72. package/build/cjs/components/Icons/hlEnvelope.js +3 -7
  73. package/build/cjs/components/Icons/hlError.js +5 -9
  74. package/build/cjs/components/Icons/hlEuro.js +3 -7
  75. package/build/cjs/components/Icons/hlExclamationMark.js +3 -7
  76. package/build/cjs/components/Icons/hlExpand.js +3 -7
  77. package/build/cjs/components/Icons/hlExternal.js +3 -7
  78. package/build/cjs/components/Icons/hlEyeClosed.js +3 -7
  79. package/build/cjs/components/Icons/hlEyeOpen.js +4 -8
  80. package/build/cjs/components/Icons/hlFaceId.js +3 -7
  81. package/build/cjs/components/Icons/hlFastDelivery.js +3 -7
  82. package/build/cjs/components/Icons/hlFingerprint.js +7 -11
  83. package/build/cjs/components/Icons/hlGlobe.js +3 -7
  84. package/build/cjs/components/Icons/hlHeadphones.js +3 -7
  85. package/build/cjs/components/Icons/hlHeadset.js +5 -9
  86. package/build/cjs/components/Icons/hlHeart.js +3 -7
  87. package/build/cjs/components/Icons/hlHome.js +3 -7
  88. package/build/cjs/components/Icons/hlHub.js +4 -8
  89. package/build/cjs/components/Icons/hlImage.js +3 -7
  90. package/build/cjs/components/Icons/hlInfo.js +5 -9
  91. package/build/cjs/components/Icons/hlInstallment.js +4 -8
  92. package/build/cjs/components/Icons/hlIotSim.js +4 -8
  93. package/build/cjs/components/Icons/hlLaptop.js +3 -7
  94. package/build/cjs/components/Icons/hlLink.js +4 -8
  95. package/build/cjs/components/Icons/hlLiveVideo.js +3 -7
  96. package/build/cjs/components/Icons/hlLock.js +5 -9
  97. package/build/cjs/components/Icons/hlMagnifyingGlass.js +4 -8
  98. package/build/cjs/components/Icons/hlMarker.js +4 -8
  99. package/build/cjs/components/Icons/hlMemory.js +4 -8
  100. package/build/cjs/components/Icons/hlMenu.js +3 -7
  101. package/build/cjs/components/Icons/hlMinimize.js +3 -7
  102. package/build/cjs/components/Icons/hlMinus.js +3 -7
  103. package/build/cjs/components/Icons/hlMobileData.js +3 -7
  104. package/build/cjs/components/Icons/hlMobilePayment.js +5 -9
  105. package/build/cjs/components/Icons/hlModem.js +7 -11
  106. package/build/cjs/components/Icons/hlMore.js +5 -9
  107. package/build/cjs/components/Icons/hlOs.js +4 -8
  108. package/build/cjs/components/Icons/hlPackage.js +3 -7
  109. package/build/cjs/components/Icons/hlPaperclip.js +3 -7
  110. package/build/cjs/components/Icons/hlPaytime.js +3 -7
  111. package/build/cjs/components/Icons/hlPen.js +3 -7
  112. package/build/cjs/components/Icons/hlPerson.js +3 -7
  113. package/build/cjs/components/Icons/hlPhone.js +4 -8
  114. package/build/cjs/components/Icons/hlPlaylist.js +3 -7
  115. package/build/cjs/components/Icons/hlPlus.js +4 -8
  116. package/build/cjs/components/Icons/hlPrepaid.js +3 -7
  117. package/build/cjs/components/Icons/hlProcessor.js +4 -8
  118. package/build/cjs/components/Icons/hlServices.js +3 -7
  119. package/build/cjs/components/Icons/hlSettings.js +3 -7
  120. package/build/cjs/components/Icons/hlShield.js +4 -8
  121. package/build/cjs/components/Icons/hlSim.js +4 -8
  122. package/build/cjs/components/Icons/hlSimSimple.js +5 -9
  123. package/build/cjs/components/Icons/hlSmile.js +6 -10
  124. package/build/cjs/components/Icons/hlSpeechBubble.js +4 -8
  125. package/build/cjs/components/Icons/hlSquaretrade.js +3 -7
  126. package/build/cjs/components/Icons/hlStar.js +3 -7
  127. package/build/cjs/components/Icons/hlStarFilled.js +3 -7
  128. package/build/cjs/components/Icons/hlTrash.js +4 -8
  129. package/build/cjs/components/Icons/hlTv.js +3 -7
  130. package/build/cjs/components/Icons/hlUnlock.js +4 -8
  131. package/build/cjs/components/Icons/hlUpload.js +5 -9
  132. package/build/cjs/components/Icons/hlWarning.js +5 -9
  133. package/build/cjs/components/Icons/hlWifi.js +5 -9
  134. package/build/cjs/components/Icons/hlWrench.js +3 -7
  135. package/build/cjs/components/Icons/hlX.js +3 -7
  136. package/build/cjs/components/Icons/index.js +109 -111
  137. package/build/cjs/components/InfoDialog/InfoDialog.js +18 -22
  138. package/build/cjs/components/Input/Input.js +44 -48
  139. package/build/cjs/components/Label/Label.js +14 -18
  140. package/build/cjs/components/LabelText/LabelText.js +11 -15
  141. package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +23 -27
  142. package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +59 -63
  143. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +11 -15
  144. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +6 -10
  145. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +5 -9
  146. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -3
  147. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +25 -29
  148. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -2
  149. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +11 -11
  150. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +6 -10
  151. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +50 -54
  152. package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.js +5 -9
  153. package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.js +35 -39
  154. package/build/cjs/components/MainHeaderNavigation/context/MobileMenuContext.js +1 -1
  155. package/build/cjs/components/MainHeaderNavigation/context/NavContext.js +1 -1
  156. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.d.ts +5 -5
  157. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.js +48 -50
  158. package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.js +14 -18
  159. package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +49 -53
  160. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +1 -1
  161. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +44 -48
  162. package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +11 -15
  163. package/build/cjs/components/MainNavigation/ChildComponents/LinkModifier.js +7 -11
  164. package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.js +5 -9
  165. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +21 -25
  166. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +1 -1
  167. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +7 -7
  168. package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.js +6 -10
  169. package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +52 -56
  170. package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +5 -9
  171. package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +20 -24
  172. package/build/cjs/components/MainNavigation/MainNavigation.js +20 -24
  173. package/build/cjs/components/MainNavigation/context/MobileMenuContext.js +1 -1
  174. package/build/cjs/components/MainNavigation/context/NavContext.js +1 -1
  175. package/build/cjs/components/MainNavigation/globalNavStyles.d.ts +5 -5
  176. package/build/cjs/components/MainNavigation/globalNavStyles.js +12 -14
  177. package/build/cjs/components/Modal/Modal.js +20 -25
  178. package/build/cjs/components/Notification/Notification.js +17 -22
  179. package/build/cjs/components/NotificationBadge/NotificationBadge.js +8 -12
  180. package/build/cjs/components/Overlay/Overlay.d.ts +49 -0
  181. package/build/cjs/components/Overlay/Overlay.js +80 -0
  182. package/build/cjs/components/Pill/Pill.js +19 -24
  183. package/build/cjs/components/PixelLoader/PixelLoader.js +9 -13
  184. package/build/cjs/components/PriorityNavigation/PriorityNavigation.d.ts +10 -0
  185. package/build/cjs/components/PriorityNavigation/PriorityNavigation.js +84 -53
  186. package/build/cjs/components/PriorityNavigationItem/PriorityNavigationItem.js +20 -15
  187. package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +30 -34
  188. package/build/cjs/components/RadioButton/RadioButton.js +11 -15
  189. package/build/cjs/components/ReadMore/ReadMore.js +13 -17
  190. package/build/cjs/components/Search/Search.js +16 -20
  191. package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +53 -57
  192. package/build/cjs/components/Selectbox/Selectbox.js +44 -49
  193. package/build/cjs/components/Switch/Switch.js +18 -19
  194. package/build/cjs/components/Tab/Tab.js +29 -33
  195. package/build/cjs/components/Tabs/Tabs.js +15 -19
  196. package/build/cjs/components/Textarea/Textarea.js +29 -33
  197. package/build/cjs/components/Toaster/Toaster.js +19 -24
  198. package/build/cjs/components/Tooltip/Tooltip.js +21 -25
  199. package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +2 -4
  200. package/build/cjs/components/TooltipMenu/TooltipMenu.js +20 -24
  201. package/build/cjs/components/index.d.ts +1 -0
  202. package/build/cjs/hooks/useCloseOutsideOrElementClicked.js +1 -1
  203. package/build/cjs/hooks/useDebounce.js +1 -1
  204. package/build/cjs/hooks/useDocHeight.js +2 -2
  205. package/build/cjs/hooks/useOutsideClick.js +1 -1
  206. package/build/cjs/hooks/useResizeObserver.d.ts +1 -1
  207. package/build/cjs/hooks/useResizeObserver.js +1 -1
  208. package/build/cjs/hooks/useScrollPosition.d.ts +3 -1
  209. package/build/cjs/hooks/useScrollPosition.js +1 -1
  210. package/build/cjs/hooks/useWindowSize.js +1 -1
  211. package/build/cjs/index.js +164 -164
  212. package/build/cjs/themes/globalStyles.js +78 -80
  213. package/build/cjs/themes/gridTheme.js +1 -1
  214. package/build/cjs/themes/styled.js +2 -2
  215. package/build/cjs/themes/theme.js +11 -11
  216. package/build/cjs/themes/themeComponents/base.js +2 -2
  217. package/build/cjs/themes/themeComponents/breakpoints.js +1 -1
  218. package/build/cjs/themes/themeComponents/color.js +1 -1
  219. package/build/cjs/themes/themeComponents/fontFamily.js +1 -1
  220. package/build/cjs/themes/themeComponents/fontSize.js +14 -14
  221. package/build/cjs/themes/themeComponents/fontWeight.js +1 -1
  222. package/build/cjs/themes/themeComponents/forms.js +2 -2
  223. package/build/cjs/themes/themeComponents/lineHeight.js +14 -14
  224. package/build/cjs/themes/themeComponents/navigation.js +1 -1
  225. package/build/cjs/themes/themeComponents/radius.js +1 -1
  226. package/build/cjs/utils/common.d.ts +1 -1
  227. package/build/cjs/utils/common.js +4 -4
  228. package/build/cjs/utils/createStyled.d.ts +2 -163
  229. package/build/cjs/utils/createStyled.js +4 -5
  230. package/build/cjs/utils/styledUtils.js +2 -4
  231. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -3
  232. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -2
  233. package/build/es/components/MainHeaderNavigation/globalNavStyles.d.ts +5 -5
  234. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +1 -1
  235. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +1 -1
  236. package/build/es/components/MainNavigation/globalNavStyles.d.ts +5 -5
  237. package/build/es/components/Overlay/Overlay.d.ts +49 -0
  238. package/build/es/components/Overlay/Overlay.js +76 -0
  239. package/build/es/components/PriorityNavigation/PriorityNavigation.d.ts +10 -0
  240. package/build/es/components/PriorityNavigation/PriorityNavigation.js +59 -24
  241. package/build/es/components/PriorityNavigationItem/PriorityNavigationItem.js +10 -1
  242. package/build/es/components/index.d.ts +1 -0
  243. package/build/es/hooks/useResizeObserver.d.ts +1 -1
  244. package/build/es/hooks/useScrollPosition.d.ts +3 -1
  245. package/build/es/index.js +1 -0
  246. package/build/es/themes/themeComponents/base.js +1 -1
  247. package/build/es/themes/themeComponents/fontSize.js +13 -13
  248. package/build/es/themes/themeComponents/forms.js +1 -1
  249. package/build/es/themes/themeComponents/lineHeight.js +13 -13
  250. package/build/es/utils/common.d.ts +1 -1
  251. package/build/es/utils/createStyled.d.ts +2 -163
  252. package/package.json +43 -43
  253. package/CHANGELOG.md +0 -561
@@ -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 hlMobileData = (_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: "M18 12a.6.6 0 01-.42-1 5.4 5.4 0 000-7.64.601.601 0 11.85-.85 6.6 6.6 0 010 9.33.6.6 0 01-.43.16zM6 12a.6.6 0 01-.42-.18 6.6 6.6 0 010-9.33.601.601 0 11.85.85 5.4 5.4 0 000 7.64A.6.6 0 016 12zM15 10.2a.6.6 0 01-.42-1 2.79 2.79 0 000-4 .601.601 0 11.85-.85 4 4 0 010 5.65.6.6 0 01-.43.2zM9 10.2a.6.6 0 01-.42-.2 4 4 0 010-5.65.601.601 0 11.85.85 2.79 2.79 0 000 4 .6.6 0 01-.42 1H9zM13.2 7.2a1.2 1.2 0 10-1.8 1V21a.6.6 0 101.2 0V8.23a1.19 1.19 0 00.6-1.03z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M18 12a.6.6 0 01-.42-1 5.4 5.4 0 000-7.64.601.601 0 11.85-.85 6.6 6.6 0 010 9.33.6.6 0 01-.43.16zM6 12a.6.6 0 01-.42-.18 6.6 6.6 0 010-9.33.601.601 0 11.85.85 5.4 5.4 0 000 7.64A.6.6 0 016 12zM15 10.2a.6.6 0 01-.42-1 2.79 2.79 0 000-4 .601.601 0 11.85-.85 4 4 0 010 5.65.6.6 0 01-.43.2zM9 10.2a.6.6 0 01-.42-.2 4 4 0 010-5.65.601.601 0 11.85.85 2.79 2.79 0 000 4 .6.6 0 01-.42 1H9zM13.2 7.2a1.2 1.2 0 10-1.8 1V21a.6.6 0 101.2 0V8.23a1.19 1.19 0 00.6-1.03z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlMobileData;
14
+ exports.default = hlMobileData;
@@ -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 hlMobilePayment = (_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", { transform: "rotate(-89.77 10.2 19.197)", cx: "10.201", cy: "19.197", r: "1" }),
16
- React__default["default"].createElement("path", { d: "M16.83 5.4v-3L3.64 2.37l-.08 19.2 13.2.05v-3a6.6 6.6 0 000-13.2l.07-.02zm-12-1.82h10.8v1.93a6.59 6.59 0 00-3.33 11.3H4.79l.04-13.23zm10.74 16.84H4.77V18h9.32c.473.215.97.373 1.48.47v1.95zm1.23-3A5.4 5.4 0 1122.2 12a5.41 5.41 0 01-5.4 5.4v.02z" }),
17
- React__default["default"].createElement("path", { d: "M15.56 13.6h2a.6.6 0 000-1.2H15a2 2 0 010-.8h3a.6.6 0 000-1.2h-2.42a2.38 2.38 0 013-.48.6.6 0 00.6-1 3.6 3.6 0 00-5 1.52h-.6a.6.6 0 000 1.2h.25a3.4 3.4 0 000 .8h-.25a.6.6 0 000 1.2h.6a3.6 3.6 0 005 1.52.6.6 0 00-.6-1c-.985.582-2.265.3-3.02-.56z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("circle", { transform: "rotate(-89.77 10.2 19.197)", cx: "10.201", cy: "19.197", r: "1" }),
12
+ React.createElement("path", { d: "M16.83 5.4v-3L3.64 2.37l-.08 19.2 13.2.05v-3a6.6 6.6 0 000-13.2l.07-.02zm-12-1.82h10.8v1.93a6.59 6.59 0 00-3.33 11.3H4.79l.04-13.23zm10.74 16.84H4.77V18h9.32c.473.215.97.373 1.48.47v1.95zm1.23-3A5.4 5.4 0 1122.2 12a5.41 5.41 0 01-5.4 5.4v.02z" }),
13
+ React.createElement("path", { d: "M15.56 13.6h2a.6.6 0 000-1.2H15a2 2 0 010-.8h3a.6.6 0 000-1.2h-2.42a2.38 2.38 0 013-.48.6.6 0 00.6-1 3.6 3.6 0 00-5 1.52h-.6a.6.6 0 000 1.2h.25a3.4 3.4 0 000 .8h-.25a.6.6 0 000 1.2h.6a3.6 3.6 0 005 1.52.6.6 0 00-.6-1c-.985.582-2.265.3-3.02-.56z" })));
18
14
  };
19
15
 
20
- exports["default"] = hlMobilePayment;
16
+ exports.default = hlMobilePayment;
@@ -5,18 +5,14 @@ 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 hlModem = (_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 12v9.6H2.4V12h19.2zm-1.2 1.2H3.6v7.2h16.8v-7.2z" }),
16
- React__default["default"].createElement("circle", { cx: "5.4", cy: "16.8", r: "1" }),
17
- React__default["default"].createElement("circle", { cx: "10.2", cy: "16.8", r: "1" }),
18
- React__default["default"].createElement("circle", { cx: "7.8", cy: "16.8", r: "1" }),
19
- React__default["default"].createElement("path", { d: "M15.835 4.823A1.2 1.2 0 0015 7.04V12h1.2V7.069a1.19 1.19 0 00.6-1.03 1.2 1.2 0 00-.965-1.216zM11.188 9.026a.6.6 0 01-.42-.2A3.995 3.995 0 019.6 6a3.98 3.98 0 011.168-2.824.601.601 0 11.85.85A2.706 2.706 0 0010.8 6c0 .753.278 1.5.818 2.026a.6.6 0 01-.42 1h-.01zM13.02 7.791c-.165.016-.362-.088-.47-.209-.182-.284-.548-.74-.548-1.582 0-.843.396-1.372.549-1.594.132-.193.38-.244.584-.18.204.066.31.195.366.402.056.208-.05.458-.11.615-.176.448-.192.606-.192.757 0 .151-.001.362.21.837.08.207.133.425.043.638a.503.503 0 01-.432.316zM20.016 9.026a.6.6 0 00.42-.2A3.991 3.991 0 0021.6 6a3.975 3.975 0 00-1.164-2.824.601.601 0 10-.85.85c.54.525.814 1.22.814 1.974 0 .753-.274 1.5-.814 2.026a.6.6 0 00.42 1h.01zM18.185 7.791c.164.016.361-.088.469-.209.183-.284.549-.74.549-1.582 0-.843-.397-1.372-.55-1.594-.131-.193-.38-.244-.583-.18-.204.066-.31.195-.366.402-.056.208.049.458.11.615.175.448.192.606.192.757 0 .151 0 .362-.211.837-.079.207-.132.425-.042.638.09.214.267.3.432.316z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M21.6 12v9.6H2.4V12h19.2zm-1.2 1.2H3.6v7.2h16.8v-7.2z" }),
12
+ React.createElement("circle", { cx: "5.4", cy: "16.8", r: "1" }),
13
+ React.createElement("circle", { cx: "10.2", cy: "16.8", r: "1" }),
14
+ React.createElement("circle", { cx: "7.8", cy: "16.8", r: "1" }),
15
+ React.createElement("path", { d: "M15.835 4.823A1.2 1.2 0 0015 7.04V12h1.2V7.069a1.19 1.19 0 00.6-1.03 1.2 1.2 0 00-.965-1.216zM11.188 9.026a.6.6 0 01-.42-.2A3.995 3.995 0 019.6 6a3.98 3.98 0 011.168-2.824.601.601 0 11.85.85A2.706 2.706 0 0010.8 6c0 .753.278 1.5.818 2.026a.6.6 0 01-.42 1h-.01zM13.02 7.791c-.165.016-.362-.088-.47-.209-.182-.284-.548-.74-.548-1.582 0-.843.396-1.372.549-1.594.132-.193.38-.244.584-.18.204.066.31.195.366.402.056.208-.05.458-.11.615-.176.448-.192.606-.192.757 0 .151-.001.362.21.837.08.207.133.425.043.638a.503.503 0 01-.432.316zM20.016 9.026a.6.6 0 00.42-.2A3.991 3.991 0 0021.6 6a3.975 3.975 0 00-1.164-2.824.601.601 0 10-.85.85c.54.525.814 1.22.814 1.974 0 .753-.274 1.5-.814 2.026a.6.6 0 00.42 1h.01zM18.185 7.791c.164.016.361-.088.469-.209.183-.284.549-.74.549-1.582 0-.843-.397-1.372-.55-1.594-.131-.193-.38-.244-.583-.18-.204.066-.31.195-.366.402-.056.208.049.458.11.615.175.448.192.606.192.757 0 .151 0 .362-.211.837-.079.207-.132.425-.042.638.09.214.267.3.432.316z" })));
20
16
  };
21
17
 
22
- exports["default"] = hlModem;
18
+ exports.default = hlModem;
@@ -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 hlMore = (_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: "11.4", cy: "12", r: "1.2" }),
16
- React__default["default"].createElement("circle", { cx: "6.6", cy: "12", r: "1.2" }),
17
- React__default["default"].createElement("circle", { cx: "16.2", cy: "12", r: "1.2" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("circle", { cx: "11.4", cy: "12", r: "1.2" }),
12
+ React.createElement("circle", { cx: "6.6", cy: "12", r: "1.2" }),
13
+ React.createElement("circle", { cx: "16.2", cy: "12", r: "1.2" })));
18
14
  };
19
15
 
20
- exports["default"] = hlMore;
16
+ exports.default = hlMore;
@@ -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 hlOs = (_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 2.4A9.6 9.6 0 1 1 2.4 12 9.61 9.61 0 0 1 12 2.4zm0-1.2C6.035 1.2 1.2 6.035 1.2 12c0 5.965 4.835 10.8 10.8 10.8 5.965 0 10.8-4.835 10.8-10.8A10.8 10.8 0 0 0 12 1.2z" }),
16
- React__default["default"].createElement("path", { d: "M9.53 9.19a2.58 2.58 0 0 1 2.65 2.66 2.58 2.58 0 0 1-2.65 2.66 2.58 2.58 0 0 1-2.66-2.66 2.58 2.58 0 0 1 2.66-2.66zm0 4.2A1.44 1.44 0 0 0 11 11.85a1.47 1.47 0 1 0-2.94 0 1.44 1.44 0 0 0 1.47 1.54zM16 10.84a.77.77 0 0 0-.85-.64.63.63 0 0 0-.7.55c0 .24.15.42.5.49l.68.13a1.59 1.59 0 0 1 1.48 1.53 1.71 1.71 0 0 1-1.89 1.61 1.91 1.91 0 0 1-2.09-1.63l1-.25a1 1 0 0 0 1.06.88c.45 0 .72-.22.72-.53 0-.31-.21-.45-.55-.51l-.7-.13a1.53 1.53 0 0 1-1.39-1.5 1.72 1.72 0 0 1 1.93-1.65 1.69 1.69 0 0 1 1.86 1.36l-1.06.29z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M12 2.4A9.6 9.6 0 1 1 2.4 12 9.61 9.61 0 0 1 12 2.4zm0-1.2C6.035 1.2 1.2 6.035 1.2 12c0 5.965 4.835 10.8 10.8 10.8 5.965 0 10.8-4.835 10.8-10.8A10.8 10.8 0 0 0 12 1.2z" }),
12
+ React.createElement("path", { d: "M9.53 9.19a2.58 2.58 0 0 1 2.65 2.66 2.58 2.58 0 0 1-2.65 2.66 2.58 2.58 0 0 1-2.66-2.66 2.58 2.58 0 0 1 2.66-2.66zm0 4.2A1.44 1.44 0 0 0 11 11.85a1.47 1.47 0 1 0-2.94 0 1.44 1.44 0 0 0 1.47 1.54zM16 10.84a.77.77 0 0 0-.85-.64.63.63 0 0 0-.7.55c0 .24.15.42.5.49l.68.13a1.59 1.59 0 0 1 1.48 1.53 1.71 1.71 0 0 1-1.89 1.61 1.91 1.91 0 0 1-2.09-1.63l1-.25a1 1 0 0 0 1.06.88c.45 0 .72-.22.72-.53 0-.31-.21-.45-.55-.51l-.7-.13a1.53 1.53 0 0 1-1.39-1.5 1.72 1.72 0 0 1 1.93-1.65 1.69 1.69 0 0 1 1.86 1.36l-1.06.29z" })));
17
13
  };
18
14
 
19
- exports["default"] = hlOs;
15
+ exports.default = hlOs;
@@ -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 hlPackage = (_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.6 5.4v2.1h7.251l-2.1-2.1H12.6zm-1.2 0H6.249l-2.1 2.1H11.4V5.4zM5.7 4.2h12.6l3.3 3.3v12H2.4v-12l3.3-3.3zm6.9 4.5v2a.6.6 0 01-1.2 0v-2H3.6v9.6h16.8V8.7h-7.8z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M12.6 5.4v2.1h7.251l-2.1-2.1H12.6zm-1.2 0H6.249l-2.1 2.1H11.4V5.4zM5.7 4.2h12.6l3.3 3.3v12H2.4v-12l3.3-3.3zm6.9 4.5v2a.6.6 0 01-1.2 0v-2H3.6v9.6h16.8V8.7h-7.8z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlPackage;
14
+ exports.default = hlPackage;
@@ -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 hlPaperclip = (_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.33 21.49a4.8 4.8 0 0 1-3.39-8.22L14.12 3.09a3.6 3.6 0 1 1 5.09 5.09L9 18.36a2.46 2.46 0 0 1-1.62.76 2.33 2.33 0 0 1-1.78-.76 2.27 2.27 0 0 1 0-3.39l7.64-7.64a.6.6 0 0 1 .85.85l-7.61 7.64a1.25 1.25 0 0 0-.41.82 1.18 1.18 0 0 0 .41.88 1.21 1.21 0 0 0 .88.41 1.25 1.25 0 0 0 .82-.41L18.36 7.33a2.4 2.4 0 0 0 0-3.39 2.46 2.46 0 0 0-3.39 0L4.79 14.12a3.6 3.6 0 1 0 5.09 5.09l7.64-7.64a.6.6 0 0 1 .85.85l-7.64 7.64a4.79 4.79 0 0 1-3.4 1.43z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M7.33 21.49a4.8 4.8 0 0 1-3.39-8.22L14.12 3.09a3.6 3.6 0 1 1 5.09 5.09L9 18.36a2.46 2.46 0 0 1-1.62.76 2.33 2.33 0 0 1-1.78-.76 2.27 2.27 0 0 1 0-3.39l7.64-7.64a.6.6 0 0 1 .85.85l-7.61 7.64a1.25 1.25 0 0 0-.41.82 1.18 1.18 0 0 0 .41.88 1.21 1.21 0 0 0 .88.41 1.25 1.25 0 0 0 .82-.41L18.36 7.33a2.4 2.4 0 0 0 0-3.39 2.46 2.46 0 0 0-3.39 0L4.79 14.12a3.6 3.6 0 1 0 5.09 5.09l7.64-7.64a.6.6 0 0 1 .85.85l-7.64 7.64a4.79 4.79 0 0 1-3.4 1.43z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlPaperclip;
14
+ exports.default = hlPaperclip;
@@ -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 hlPaytime = (_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: "M8.4 1.8l.197.001C12.125 1.844 15 3.026 15 4.8a1.623 1.623 0 01-.004.126l.004.592-.003 2.882a.355.355 0 01.002.064l-.004 2.381c.391-.03.794-.045 1.205-.045l.197.001c3.528.043 6.403 1.225 6.403 2.999v6c0 1.807-2.982 3-6.6 3-3.618 0-6.6-1.193-6.6-3v-1.3c-4.18.453-7.815-1.055-7.8-2.9l.013-.001-.002-.253v-3.17A1.468 1.468 0 011.8 12h.011V8.583a1.603 1.603 0 01-.005-.045L1.8 8.4h.011V5.231c0-.092-.028-.566.004-.645C2.042 2.899 4.928 1.8 8.4 1.8zm13.2 16.786c-1.199.765-3.18 1.214-5.4 1.214s-4.2-.45-5.4-1.214V19.8c0 .844 2.39 1.8 5.4 1.8 3.01 0 5.4-.956 5.4-1.8zm0-3c-1.199.765-3.18 1.214-5.4 1.214s-4.2-.45-5.4-1.214V16.8c0 .844 2.39 1.8 5.4 1.8 3.01 0 5.4-.956 5.4-1.8zM2.997 13.762l-.003 1.896c.285 1.37 4.976 1.886 6.674 1.642l-.068.008V14.947c-2.882.225-5.258-.306-6.603-1.185zM16.2 12c-3.01 0-5.4.956-5.4 1.8 0 .844 2.39 1.8 5.4 1.8 3.01 0 5.4-.956 5.4-1.8 0-.844-2.39-1.8-5.4-1.8zM2.999 10.185L2.997 12c.433 1.642 4.945 1.963 6.538 1.764l.066-.01c.038-1.362 1.779-2.368 4.2-2.766v-.802C12.6 10.95 10.62 11.4 8.4 11.4c-2.22 0-4.202-.45-5.401-1.215zm10.801-3.6C12.601 7.352 10.62 7.8 8.4 7.8S4.199 7.35 3 6.586L2.998 8.4c.002.818 2.25 1.742 5.13 1.797l.272.003c3.01 0 5.4-.956 5.4-1.8zM8.4 3C5.39 3 3 3.956 3 4.8c0 .844 2.39 1.8 5.4 1.8 3.01 0 5.4-.956 5.4-1.8 0-.844-2.39-1.8-5.4-1.8z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M8.4 1.8l.197.001C12.125 1.844 15 3.026 15 4.8a1.623 1.623 0 01-.004.126l.004.592-.003 2.882a.355.355 0 01.002.064l-.004 2.381c.391-.03.794-.045 1.205-.045l.197.001c3.528.043 6.403 1.225 6.403 2.999v6c0 1.807-2.982 3-6.6 3-3.618 0-6.6-1.193-6.6-3v-1.3c-4.18.453-7.815-1.055-7.8-2.9l.013-.001-.002-.253v-3.17A1.468 1.468 0 011.8 12h.011V8.583a1.603 1.603 0 01-.005-.045L1.8 8.4h.011V5.231c0-.092-.028-.566.004-.645C2.042 2.899 4.928 1.8 8.4 1.8zm13.2 16.786c-1.199.765-3.18 1.214-5.4 1.214s-4.2-.45-5.4-1.214V19.8c0 .844 2.39 1.8 5.4 1.8 3.01 0 5.4-.956 5.4-1.8zm0-3c-1.199.765-3.18 1.214-5.4 1.214s-4.2-.45-5.4-1.214V16.8c0 .844 2.39 1.8 5.4 1.8 3.01 0 5.4-.956 5.4-1.8zM2.997 13.762l-.003 1.896c.285 1.37 4.976 1.886 6.674 1.642l-.068.008V14.947c-2.882.225-5.258-.306-6.603-1.185zM16.2 12c-3.01 0-5.4.956-5.4 1.8 0 .844 2.39 1.8 5.4 1.8 3.01 0 5.4-.956 5.4-1.8 0-.844-2.39-1.8-5.4-1.8zM2.999 10.185L2.997 12c.433 1.642 4.945 1.963 6.538 1.764l.066-.01c.038-1.362 1.779-2.368 4.2-2.766v-.802C12.6 10.95 10.62 11.4 8.4 11.4c-2.22 0-4.202-.45-5.401-1.215zm10.801-3.6C12.601 7.352 10.62 7.8 8.4 7.8S4.199 7.35 3 6.586L2.998 8.4c.002.818 2.25 1.742 5.13 1.797l.272.003c3.01 0 5.4-.956 5.4-1.8zM8.4 3C5.39 3 3 3.956 3 4.8c0 .844 2.39 1.8 5.4 1.8 3.01 0 5.4-.956 5.4-1.8 0-.844-2.39-1.8-5.4-1.8z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlPaytime;
14
+ exports.default = hlPaytime;
@@ -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 hlPen = (_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.43 2.32L6.76 13a2.4 2.4 0 0 0-.63 1.09L4.8 19.2l5.11-1.34a2.4 2.4 0 0 0 1.09-.62L21.68 6.57zM7.17 14.86l2 2-2.66.7zm3.11 1.41l-2.55-2.55L17.43 4 20 6.57zM20.4 21.6H3.6a.6.6 0 0 1 0-1.2h16.8a.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: "M17.43 2.32L6.76 13a2.4 2.4 0 0 0-.63 1.09L4.8 19.2l5.11-1.34a2.4 2.4 0 0 0 1.09-.62L21.68 6.57zM7.17 14.86l2 2-2.66.7zm3.11 1.41l-2.55-2.55L17.43 4 20 6.57zM20.4 21.6H3.6a.6.6 0 0 1 0-1.2h16.8a.6.6 0 0 1 0 1.2z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlPen;
14
+ exports.default = hlPen;
@@ -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 hlPerson = (_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 2.4a4.2 4.2 0 1 1-4.2 4.2A4.2 4.2 0 0 1 12 2.4m0-1.2a5.4 5.4 0 1 0 5.4 5.4A5.4 5.4 0 0 0 12 1.2zM18.6 22.8a.6.6 0 0 1-.6-.6v-7.8H6v7.8a.6.6 0 0 1-1.2 0v-9h14.4v9a.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: "M12 2.4a4.2 4.2 0 1 1-4.2 4.2A4.2 4.2 0 0 1 12 2.4m0-1.2a5.4 5.4 0 1 0 5.4 5.4A5.4 5.4 0 0 0 12 1.2zM18.6 22.8a.6.6 0 0 1-.6-.6v-7.8H6v7.8a.6.6 0 0 1-1.2 0v-9h14.4v9a.6.6 0 0 1-.6.6z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlPerson;
14
+ exports.default = hlPerson;
@@ -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 hlPhone = (_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: "M5.44 2.37l-.08 19.2 13.2.05.08-19.2zm12.09 1.16l-.05 13.3h-11l.05-13.3zM6.47 20.47V18h11v2.5z" }),
16
- React__default["default"].createElement("circle", { cx: "12", cy: "19.2", r: ".6", transform: "rotate(-89.77 11.998 19.2)" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M5.44 2.37l-.08 19.2 13.2.05.08-19.2zm12.09 1.16l-.05 13.3h-11l.05-13.3zM6.47 20.47V18h11v2.5z" }),
12
+ React.createElement("circle", { cx: "12", cy: "19.2", r: ".6", transform: "rotate(-89.77 11.998 19.2)" })));
17
13
  };
18
14
 
19
- exports["default"] = hlPhone;
15
+ exports.default = hlPhone;
@@ -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 hlPlaylist = (_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", { fillRule: "evenodd", d: "M3.93129 2.50907C3.64538 2.53645 3.34016 2.63277 3.09164 2.77402C2.47453 3.12478 2.07335 3.74466 2.00825 4.44802C1.99693 4.57042 1.99693 20.4296 2.00825 20.552C2.05475 21.0544 2.27131 21.5163 2.62737 21.8725C2.98343 22.2287 3.44514 22.4453 3.94728 22.4919C4.06963 22.5032 19.9222 22.5032 20.0446 22.4919C21.0019 22.4032 21.7813 21.6924 21.9562 20.7484C21.9672 20.6892 21.9784 20.609 21.9812 20.5701C21.9839 20.5312 21.9892 20.4976 21.993 20.4953C21.9967 20.493 21.9998 16.8911 21.9998 12.4911C21.9998 8.08228 21.9967 4.49296 21.9929 4.49529C21.9892 4.49761 21.9839 4.46795 21.9811 4.42939C21.9628 4.17029 21.8592 3.84084 21.7179 3.59202C21.3673 2.97465 20.7476 2.5733 20.0446 2.50818C19.9348 2.49801 4.03763 2.49889 3.93129 2.50907ZM4.0001 3.94438C3.73805 4.0013 3.53801 4.1842 3.45801 4.44002L3.43549 4.51202V12.5V20.488L3.45801 20.56C3.5306 20.7921 3.70728 20.9689 3.93928 21.0415L4.01125 21.064H11.9959H19.9806L20.0526 21.0415C20.2829 20.9696 20.462 20.7904 20.5339 20.56L20.5564 20.488V12.5V4.51202L20.5338 4.44002C20.4613 4.20791 20.2846 4.03116 20.0526 3.95854L19.9806 3.93602L12.0159 3.93464C5.24559 3.93347 4.04357 3.93493 4.0001 3.94438ZM2.00407 12.5C2.00407 16.9022 2.00498 18.7031 2.00609 16.502C2.0072 14.3009 2.0072 10.6991 2.00609 8.49802C2.00498 6.29692 2.00407 8.09781 2.00407 12.5ZM9.84882 8.23145C9.58726 8.2743 9.34181 8.39792 9.15022 8.58331C8.96214 8.7653 8.83785 8.99043 8.77911 9.2555L8.76127 9.33602V12.6V15.864L8.77971 15.9463C8.83927 16.2124 8.96219 16.4348 9.15022 16.6167C9.3506 16.8106 9.61035 16.9369 9.88191 16.9725C9.99259 16.987 10.2199 16.9786 10.3244 16.9563C10.4301 16.9336 10.5236 16.9009 10.6205 16.8527C10.7078 16.8092 15.9754 13.7342 16.0662 13.6736C16.2421 13.5564 16.3723 13.4155 16.4781 13.228C16.5989 13.0137 16.6486 12.8028 16.6396 12.5412C16.6327 12.3395 16.5956 12.1906 16.5091 12.0176C16.4058 11.8109 16.2589 11.6411 16.0767 11.5178C16.0082 11.4714 10.7084 8.39137 10.6274 8.35083C10.532 8.3031 10.448 8.27327 10.336 8.24742C10.2513 8.22786 10.2224 8.22515 10.0767 8.22318C9.96919 8.22174 9.89079 8.22458 9.84882 8.23145ZM10.1807 12.6C10.1807 15.0166 10.1824 15.4531 10.1917 15.4495C10.2061 15.444 15.0688 12.6043 15.0767 12.5968C15.0817 12.5921 10.2316 9.76585 10.193 9.75104C10.1819 9.74678 10.1807 10.0315 10.1807 12.6Z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { fillRule: "evenodd", d: "M3.93129 2.50907C3.64538 2.53645 3.34016 2.63277 3.09164 2.77402C2.47453 3.12478 2.07335 3.74466 2.00825 4.44802C1.99693 4.57042 1.99693 20.4296 2.00825 20.552C2.05475 21.0544 2.27131 21.5163 2.62737 21.8725C2.98343 22.2287 3.44514 22.4453 3.94728 22.4919C4.06963 22.5032 19.9222 22.5032 20.0446 22.4919C21.0019 22.4032 21.7813 21.6924 21.9562 20.7484C21.9672 20.6892 21.9784 20.609 21.9812 20.5701C21.9839 20.5312 21.9892 20.4976 21.993 20.4953C21.9967 20.493 21.9998 16.8911 21.9998 12.4911C21.9998 8.08228 21.9967 4.49296 21.9929 4.49529C21.9892 4.49761 21.9839 4.46795 21.9811 4.42939C21.9628 4.17029 21.8592 3.84084 21.7179 3.59202C21.3673 2.97465 20.7476 2.5733 20.0446 2.50818C19.9348 2.49801 4.03763 2.49889 3.93129 2.50907ZM4.0001 3.94438C3.73805 4.0013 3.53801 4.1842 3.45801 4.44002L3.43549 4.51202V12.5V20.488L3.45801 20.56C3.5306 20.7921 3.70728 20.9689 3.93928 21.0415L4.01125 21.064H11.9959H19.9806L20.0526 21.0415C20.2829 20.9696 20.462 20.7904 20.5339 20.56L20.5564 20.488V12.5V4.51202L20.5338 4.44002C20.4613 4.20791 20.2846 4.03116 20.0526 3.95854L19.9806 3.93602L12.0159 3.93464C5.24559 3.93347 4.04357 3.93493 4.0001 3.94438ZM2.00407 12.5C2.00407 16.9022 2.00498 18.7031 2.00609 16.502C2.0072 14.3009 2.0072 10.6991 2.00609 8.49802C2.00498 6.29692 2.00407 8.09781 2.00407 12.5ZM9.84882 8.23145C9.58726 8.2743 9.34181 8.39792 9.15022 8.58331C8.96214 8.7653 8.83785 8.99043 8.77911 9.2555L8.76127 9.33602V12.6V15.864L8.77971 15.9463C8.83927 16.2124 8.96219 16.4348 9.15022 16.6167C9.3506 16.8106 9.61035 16.9369 9.88191 16.9725C9.99259 16.987 10.2199 16.9786 10.3244 16.9563C10.4301 16.9336 10.5236 16.9009 10.6205 16.8527C10.7078 16.8092 15.9754 13.7342 16.0662 13.6736C16.2421 13.5564 16.3723 13.4155 16.4781 13.228C16.5989 13.0137 16.6486 12.8028 16.6396 12.5412C16.6327 12.3395 16.5956 12.1906 16.5091 12.0176C16.4058 11.8109 16.2589 11.6411 16.0767 11.5178C16.0082 11.4714 10.7084 8.39137 10.6274 8.35083C10.532 8.3031 10.448 8.27327 10.336 8.24742C10.2513 8.22786 10.2224 8.22515 10.0767 8.22318C9.96919 8.22174 9.89079 8.22458 9.84882 8.23145ZM10.1807 12.6C10.1807 15.0166 10.1824 15.4531 10.1917 15.4495C10.2061 15.444 15.0688 12.6043 15.0767 12.5968C15.0817 12.5921 10.2316 9.76585 10.193 9.75104C10.1819 9.74678 10.1807 10.0315 10.1807 12.6Z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlPlaylist;
14
+ exports.default = hlPlaylist;
@@ -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 hlPlus = (_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 21.6a.6.6 0 0 1-.6-.6V3a.6.6 0 1 1 1.2 0v18a.6.6 0 0 1-.6.6z" }),
16
- React__default["default"].createElement("path", { d: "M21 12.6H3a.6.6 0 0 1 0-1.2h18a.6.6 0 1 1 0 1.2z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M12 21.6a.6.6 0 0 1-.6-.6V3a.6.6 0 1 1 1.2 0v18a.6.6 0 0 1-.6.6z" }),
12
+ React.createElement("path", { d: "M21 12.6H3a.6.6 0 0 1 0-1.2h18a.6.6 0 1 1 0 1.2z" })));
17
13
  };
18
14
 
19
- exports["default"] = hlPlus;
15
+ exports.default = hlPlus;
@@ -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 hlPrepaid = (_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.26 3.2H5.2V20h13.2V7.86L14.26 3.2zM14.8 2l4.8 5.4v13.8H4V2h10.8zm-1.596 12.517l.484.772a2.43 2.43 0 01-1.513.515c-1.1 0-2.075-.6-2.45-1.654H9v-.733h.57c-.008-.14-.008-.18-.008-.25 0-.062 0-.124.007-.249H9v-.733h.725c.375-1.061 1.373-1.685 2.45-1.685.569 0 .99.133 1.341.359l-.398.819c-.241-.164-.569-.242-.943-.242-.53 0-1.038.234-1.319.749h2.028l-.343.733h-1.887c-.016.11-.016.172-.016.257 0 .047 0 .102.016.242h1.684l-.335.733H10.88c.273.476.756.702 1.295.702.42 0 .78-.124 1.03-.335z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M14.26 3.2H5.2V20h13.2V7.86L14.26 3.2zM14.8 2l4.8 5.4v13.8H4V2h10.8zm-1.596 12.517l.484.772a2.43 2.43 0 01-1.513.515c-1.1 0-2.075-.6-2.45-1.654H9v-.733h.57c-.008-.14-.008-.18-.008-.25 0-.062 0-.124.007-.249H9v-.733h.725c.375-1.061 1.373-1.685 2.45-1.685.569 0 .99.133 1.341.359l-.398.819c-.241-.164-.569-.242-.943-.242-.53 0-1.038.234-1.319.749h2.028l-.343.733h-1.887c-.016.11-.016.172-.016.257 0 .047 0 .102.016.242h1.684l-.335.733H10.88c.273.476.756.702 1.295.702.42 0 .78-.124 1.03-.335z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlPrepaid;
14
+ exports.default = hlPrepaid;
@@ -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 hlProcessor = (_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 10.8a.6.6 0 0 0 0-1.2h-1.2V7.2h1.2a.6.6 0 0 0 0-1.2h-1.2V3.6H18V2.4a.6.6 0 1 0-1.2 0v1.2h-2.4V2.4a.6.6 0 1 0-1.2 0v1.2h-2.4V2.4a.6.6 0 0 0-1.2 0v1.2H7.2V2.4a.6.6 0 1 0-1.2 0v1.2H3.6V6H2.4a.6.6 0 1 0 0 1.2h1.2v2.4H2.4a.6.6 0 1 0 0 1.2h1.2v2.4H2.4a.6.6 0 0 0 0 1.2h1.2v2.4H2.4a.6.6 0 0 0 0 1.2h1.2v2.4H6v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4V18h1.2a.6.6 0 0 0 0-1.2h-1.2v-2.4h1.2a.6.6 0 1 0 0-1.2h-1.2v-2.4h1.2zm-2.4 8.4H4.8V4.8h14.4v14.4z" }),
16
- React__default["default"].createElement("path", { d: "M16.8 16.8H7.2V7.2h9.6v9.6zm-8.4-1.2h7.2V8.4H8.4v7.2z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M21.6 10.8a.6.6 0 0 0 0-1.2h-1.2V7.2h1.2a.6.6 0 0 0 0-1.2h-1.2V3.6H18V2.4a.6.6 0 1 0-1.2 0v1.2h-2.4V2.4a.6.6 0 1 0-1.2 0v1.2h-2.4V2.4a.6.6 0 0 0-1.2 0v1.2H7.2V2.4a.6.6 0 1 0-1.2 0v1.2H3.6V6H2.4a.6.6 0 1 0 0 1.2h1.2v2.4H2.4a.6.6 0 1 0 0 1.2h1.2v2.4H2.4a.6.6 0 0 0 0 1.2h1.2v2.4H2.4a.6.6 0 0 0 0 1.2h1.2v2.4H6v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4V18h1.2a.6.6 0 0 0 0-1.2h-1.2v-2.4h1.2a.6.6 0 1 0 0-1.2h-1.2v-2.4h1.2zm-2.4 8.4H4.8V4.8h14.4v14.4z" }),
12
+ React.createElement("path", { d: "M16.8 16.8H7.2V7.2h9.6v9.6zm-8.4-1.2h7.2V8.4H8.4v7.2z" })));
17
13
  };
18
14
 
19
- exports["default"] = hlProcessor;
15
+ exports.default = hlProcessor;
@@ -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 hlServices = (_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.6 3.6v6h-6v-6h6m1.2-1.2H2.4v8.4h8.4V2.4zM20.4 3.6v6h-6v-6h6m1.2-1.2h-8.4v8.4h8.4V2.4zM9.6 14.4v6h-6v-6h6m1.2-1.2H2.4v8.4h8.4v-8.4zM20.4 14.4v6h-6v-6h6m1.2-1.2h-8.4v8.4h8.4v-8.4z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M9.6 3.6v6h-6v-6h6m1.2-1.2H2.4v8.4h8.4V2.4zM20.4 3.6v6h-6v-6h6m1.2-1.2h-8.4v8.4h8.4V2.4zM9.6 14.4v6h-6v-6h6m1.2-1.2H2.4v8.4h8.4v-8.4zM20.4 14.4v6h-6v-6h6m1.2-1.2h-8.4v8.4h8.4v-8.4z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlServices;
14
+ exports.default = hlServices;
@@ -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 hlSettings = (_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 4.8H10.71a2.39 2.39 0 0 0-4.63 0H3A.6.6 0 0 0 3 6h3.09a2.39 2.39 0 0 0 4.63 0H21a.6.6 0 1 0 0-1.2zM8.4 6.6a1.19 1.19 0 0 1-1-.6 1.25 1.25 0 0 1-.11-.26 1.08 1.08 0 0 1 0-.6 1.26 1.26 0 0 1 .11-.26 1.19 1.19 0 0 1 2.07 0 1.26 1.26 0 0 1 .11.26 1.08 1.08 0 0 1 0 .6 1.25 1.25 0 0 1-.15.26 1.19 1.19 0 0 1-1.03.6zM21 18H10.71a2.39 2.39 0 0 0-4.63 0H3a.6.6 0 1 0 0 1.2h3.09a2.39 2.39 0 0 0 4.63 0H21a.6.6 0 0 0 0-1.2zM8.4 19.8a1.19 1.19 0 0 1-1-.6 1.25 1.25 0 0 1-.11-.26 1.08 1.08 0 0 1 0-.6 1.26 1.26 0 0 1 .08-.34 1.19 1.19 0 0 1 2.07 0 1.26 1.26 0 0 1 .11.26 1.08 1.08 0 0 1 0 .6 1.25 1.25 0 0 1-.11.26 1.19 1.19 0 0 1-1.04.68zM21 11.4h-3.09a2.39 2.39 0 0 0-4.63 0H3a.6.6 0 0 0 0 1.2h10.29a2.39 2.39 0 0 0 4.63 0H21a.6.6 0 1 0 0-1.2zm-5.4 1.8a1.19 1.19 0 0 1-1-.6 1.25 1.25 0 0 1-.11-.26 1.08 1.08 0 0 1 0-.6 1.26 1.26 0 0 1 .11-.26 1.19 1.19 0 0 1 2.07 0 1.26 1.26 0 0 1 .11.26 1.08 1.08 0 0 1 0 .6 1.25 1.25 0 0 1-.11.26 1.19 1.19 0 0 1-1.07.6z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M21 4.8H10.71a2.39 2.39 0 0 0-4.63 0H3A.6.6 0 0 0 3 6h3.09a2.39 2.39 0 0 0 4.63 0H21a.6.6 0 1 0 0-1.2zM8.4 6.6a1.19 1.19 0 0 1-1-.6 1.25 1.25 0 0 1-.11-.26 1.08 1.08 0 0 1 0-.6 1.26 1.26 0 0 1 .11-.26 1.19 1.19 0 0 1 2.07 0 1.26 1.26 0 0 1 .11.26 1.08 1.08 0 0 1 0 .6 1.25 1.25 0 0 1-.15.26 1.19 1.19 0 0 1-1.03.6zM21 18H10.71a2.39 2.39 0 0 0-4.63 0H3a.6.6 0 1 0 0 1.2h3.09a2.39 2.39 0 0 0 4.63 0H21a.6.6 0 0 0 0-1.2zM8.4 19.8a1.19 1.19 0 0 1-1-.6 1.25 1.25 0 0 1-.11-.26 1.08 1.08 0 0 1 0-.6 1.26 1.26 0 0 1 .08-.34 1.19 1.19 0 0 1 2.07 0 1.26 1.26 0 0 1 .11.26 1.08 1.08 0 0 1 0 .6 1.25 1.25 0 0 1-.11.26 1.19 1.19 0 0 1-1.04.68zM21 11.4h-3.09a2.39 2.39 0 0 0-4.63 0H3a.6.6 0 0 0 0 1.2h10.29a2.39 2.39 0 0 0 4.63 0H21a.6.6 0 1 0 0-1.2zm-5.4 1.8a1.19 1.19 0 0 1-1-.6 1.25 1.25 0 0 1-.11-.26 1.08 1.08 0 0 1 0-.6 1.26 1.26 0 0 1 .11-.26 1.19 1.19 0 0 1 2.07 0 1.26 1.26 0 0 1 .11.26 1.08 1.08 0 0 1 0 .6 1.25 1.25 0 0 1-.11.26 1.19 1.19 0 0 1-1.07.6z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlSettings;
14
+ exports.default = hlSettings;
@@ -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 hlShield = (_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 22.88l-.28-.15C11.38 22.55 3.6 18.29 3.6 12V5.53l.45-.11a17.73 17.73 0 007.52-4L12 1l.42.42a17.81 17.81 0 007.52 4l.45.11V12c0 6.29-7.78 10.55-8.12 10.73l-.27.15zM4.8 6.46V12c0 4.95 5.83 8.7 7.2 9.51 1.37-.81 7.2-4.57 7.2-9.51V6.46A19.1 19.1 0 0112 2.61a19.1 19.1 0 01-7.2 3.85z" }),
16
- React__default["default"].createElement("path", { d: "M13.2 11.4a1.2 1.2 0 10-1.8 1v2a.6.6 0 001.2 0v-2a1.19 1.19 0 00.6-1z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M12 22.88l-.28-.15C11.38 22.55 3.6 18.29 3.6 12V5.53l.45-.11a17.73 17.73 0 007.52-4L12 1l.42.42a17.81 17.81 0 007.52 4l.45.11V12c0 6.29-7.78 10.55-8.12 10.73l-.27.15zM4.8 6.46V12c0 4.95 5.83 8.7 7.2 9.51 1.37-.81 7.2-4.57 7.2-9.51V6.46A19.1 19.1 0 0112 2.61a19.1 19.1 0 01-7.2 3.85z" }),
12
+ React.createElement("path", { d: "M13.2 11.4a1.2 1.2 0 10-1.8 1v2a.6.6 0 001.2 0v-2a1.19 1.19 0 00.6-1z" })));
17
13
  };
18
14
 
19
- exports["default"] = hlShield;
15
+ exports.default = hlShield;
@@ -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 hlSim = (_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.6l4.14 4.66V20.4H5.4V3.6h9.06M15 2.4H4.2v19.2h15.6V7.8L15 2.4z" }),
16
- React__default["default"].createElement("path", { d: "M8.4 18a.6.6 0 0 1-.6-.6v-7.2a.6.6 0 0 1 1.2 0v7.2a.6.6 0 0 1-.6.6zM15.6 18a.6.6 0 0 1-.6-.6v-7.2a.6.6 0 1 1 1.2 0v7.2a.6.6 0 0 1-.6.6zM13.2 10.8h-2.4a.6.6 0 0 1 0-1.2h2.4a.6.6 0 0 1 0 1.2zM13.2 13.2h-2.4a.6.6 0 1 1 0-1.2h2.4a.6.6 0 0 1 0 1.2zM13.2 15.6h-2.4a.6.6 0 1 1 0-1.2h2.4a.6.6 0 0 1 0 1.2zM13.2 18h-2.4a.6.6 0 1 1 0-1.2h2.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: "M14.46 3.6l4.14 4.66V20.4H5.4V3.6h9.06M15 2.4H4.2v19.2h15.6V7.8L15 2.4z" }),
12
+ React.createElement("path", { d: "M8.4 18a.6.6 0 0 1-.6-.6v-7.2a.6.6 0 0 1 1.2 0v7.2a.6.6 0 0 1-.6.6zM15.6 18a.6.6 0 0 1-.6-.6v-7.2a.6.6 0 1 1 1.2 0v7.2a.6.6 0 0 1-.6.6zM13.2 10.8h-2.4a.6.6 0 0 1 0-1.2h2.4a.6.6 0 0 1 0 1.2zM13.2 13.2h-2.4a.6.6 0 1 1 0-1.2h2.4a.6.6 0 0 1 0 1.2zM13.2 15.6h-2.4a.6.6 0 1 1 0-1.2h2.4a.6.6 0 0 1 0 1.2zM13.2 18h-2.4a.6.6 0 1 1 0-1.2h2.4a.6.6 0 0 1 0 1.2z" })));
17
13
  };
18
14
 
19
- exports["default"] = hlSim;
15
+ exports.default = hlSim;
@@ -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 hlSimSimple = (_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("g", { fillRule: "evenodd" },
16
- React__default["default"].createElement("path", { d: "m14.46 3.6 4.14 4.656v12.144h-13.2v-16.8h9.06zm0.54-1.2h-10.8v19.2h15.6v-13.8l-4.8-5.4z", fillRule: "nonzero" }),
17
- React__default["default"].createElement("path", { d: "m15 10.8v6h-6v-6h6zm1.2-1.2h-8.4v8.4h8.4v-8.4z", fillRule: "nonzero" }))));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("g", { fillRule: "evenodd" },
12
+ React.createElement("path", { d: "m14.46 3.6 4.14 4.656v12.144h-13.2v-16.8h9.06zm0.54-1.2h-10.8v19.2h15.6v-13.8l-4.8-5.4z", fillRule: "nonzero" }),
13
+ React.createElement("path", { d: "m15 10.8v6h-6v-6h6zm1.2-1.2h-8.4v8.4h8.4v-8.4z", fillRule: "nonzero" }))));
18
14
  };
19
15
 
20
- exports["default"] = hlSimSimple;
16
+ exports.default = hlSimSimple;
@@ -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 hlSmile = (_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 2.4A9.6 9.6 0 1 1 2.4 12 9.61 9.61 0 0 1 12 2.4m0-1.2A10.8 10.8 0 1 0 22.8 12 10.8 10.8 0 0 0 12 1.2z" }),
16
- React__default["default"].createElement("circle", { cx: "16.2", cy: "10.8", r: "1.2" }),
17
- React__default["default"].createElement("circle", { cx: "7.8", cy: "10.8", r: "1.2" }),
18
- React__default["default"].createElement("path", { d: "M12 18a3.57 3.57 0 0 1-3.57-2.21.6.6 0 0 1 1.14-.38A2.42 2.42 0 0 0 12 16.8a2.41 2.41 0 0 0 2.43-1.39.6.6 0 1 1 1.14.38A3.57 3.57 0 0 1 12 18z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M12 2.4A9.6 9.6 0 1 1 2.4 12 9.61 9.61 0 0 1 12 2.4m0-1.2A10.8 10.8 0 1 0 22.8 12 10.8 10.8 0 0 0 12 1.2z" }),
12
+ React.createElement("circle", { cx: "16.2", cy: "10.8", r: "1.2" }),
13
+ React.createElement("circle", { cx: "7.8", cy: "10.8", r: "1.2" }),
14
+ React.createElement("path", { d: "M12 18a3.57 3.57 0 0 1-3.57-2.21.6.6 0 0 1 1.14-.38A2.42 2.42 0 0 0 12 16.8a2.41 2.41 0 0 0 2.43-1.39.6.6 0 1 1 1.14.38A3.57 3.57 0 0 1 12 18z" })));
19
15
  };
20
16
 
21
- exports["default"] = hlSmile;
17
+ exports.default = hlSmile;
@@ -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 hlSpeechBubble = (_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 6v12H9.6l-2.4 2.4V18H3.6V6h16.8m1.2-1.2H2.4v14.4H6v4.1l2-2 2-2h11.6V4.8z" }),
16
- React__default["default"].createElement("path", { d: "M17.4 10.8H6.6a.6.6 0 0 1 0-1.2h10.8a.6.6 0 1 1 0 1.2zM13.8 14.4H6.6a.6.6 0 0 1 0-1.2h7.2a.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 6v12H9.6l-2.4 2.4V18H3.6V6h16.8m1.2-1.2H2.4v14.4H6v4.1l2-2 2-2h11.6V4.8z" }),
12
+ React.createElement("path", { d: "M17.4 10.8H6.6a.6.6 0 0 1 0-1.2h10.8a.6.6 0 1 1 0 1.2zM13.8 14.4H6.6a.6.6 0 0 1 0-1.2h7.2a.6.6 0 0 1 0 1.2z" })));
17
13
  };
18
14
 
19
- exports["default"] = hlSpeechBubble;
15
+ exports.default = hlSpeechBubble;
@@ -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 hlSquaretrade = (_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 16 18", fill: color }, props),
15
- React__default["default"].createElement("path", { d: "M1.5 1h13v16h-13V1zm14-1v18H.5V0h15zM8.175 4.5h-.389l-.097.116a2.645 2.645 0 01-1.322 1.007 3.746 3.746 0 01-1.38.212H4.5v4.138c.015.491.24 2.266 3.364 3.488L8 13.5l.136-.039c3.123-1.222 3.349-2.997 3.363-3.488V5.835h-.485c-.467 0-.934-.058-1.38-.212a2.927 2.927 0 01-1.362-1.007L8.175 4.5z", fillRule: "evenodd" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 16 18", fill: color }, props),
11
+ React.createElement("path", { d: "M1.5 1h13v16h-13V1zm14-1v18H.5V0h15zM8.175 4.5h-.389l-.097.116a2.645 2.645 0 01-1.322 1.007 3.746 3.746 0 01-1.38.212H4.5v4.138c.015.491.24 2.266 3.364 3.488L8 13.5l.136-.039c3.123-1.222 3.349-2.997 3.363-3.488V5.835h-.485c-.467 0-.934-.058-1.38-.212a2.927 2.927 0 01-1.362-1.007L8.175 4.5z", fillRule: "evenodd" })));
16
12
  };
17
13
 
18
- exports["default"] = hlSquaretrade;
14
+ exports.default = hlSquaretrade;
@@ -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 hlStar = (_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 3.52l2.33 4.9.28.59.65.08 5.38.7-3.94 3.73-.47.45.12.64 1 5.33-4.76-2.59L12 17l-.57.31-4.77 2.63 1-5.33.12-.61-.47-.45-3.95-3.76 5.38-.7.65-.09.28-.59L12 3.52m0-2.8L8.59 7.9l-7.88 1 5.77 5.46L5 22.2l7-3.8 7 3.8-1.45-7.81 5.77-5.46-7.88-1L12 .72z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M12 3.52l2.33 4.9.28.59.65.08 5.38.7-3.94 3.73-.47.45.12.64 1 5.33-4.76-2.59L12 17l-.57.31-4.77 2.63 1-5.33.12-.61-.47-.45-3.95-3.76 5.38-.7.65-.09.28-.59L12 3.52m0-2.8L8.59 7.9l-7.88 1 5.77 5.46L5 22.2l7-3.8 7 3.8-1.45-7.81 5.77-5.46-7.88-1L12 .72z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlStar;
14
+ exports.default = hlStar;
@@ -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 hlStarFilled = (_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 .72L8.59 7.9l-7.88 1 5.77 5.46L5 22.2l7-3.8 7 3.8-1.45-7.81 5.77-5.46-7.88-1z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M12 .72L8.59 7.9l-7.88 1 5.77 5.46L5 22.2l7-3.8 7 3.8-1.45-7.81 5.77-5.46-7.88-1z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlStarFilled;
14
+ exports.default = hlStarFilled;
@@ -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 hlTrash = (_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: "M8.4 18a.6.6 0 0 1-.6-.6v-9a.6.6 0 0 1 1.2 0v9a.6.6 0 0 1-.6.6zM12 18a.6.6 0 0 1-.6-.6v-9a.6.6 0 1 1 1.2 0v9a.6.6 0 0 1-.6.6zM15.6 18a.6.6 0 0 1-.6-.6v-9a.6.6 0 1 1 1.2 0v9a.6.6 0 0 1-.6.6z" }),
16
- React__default["default"].createElement("path", { d: "M20.4 4.2h-6a2.4 2.4 0 1 0-4.8 0h-6a.6.6 0 0 0 0 1.2h.6v16.2h15.6V5.4h.6a.6.6 0 0 0 0-1.2zM12 3a1.2 1.2 0 0 1 1.2 1.2h-2.4A1.2 1.2 0 0 1 12 3zm6.6 17.4H5.4v-15h13.2z" })));
10
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
11
+ React.createElement("path", { d: "M8.4 18a.6.6 0 0 1-.6-.6v-9a.6.6 0 0 1 1.2 0v9a.6.6 0 0 1-.6.6zM12 18a.6.6 0 0 1-.6-.6v-9a.6.6 0 1 1 1.2 0v9a.6.6 0 0 1-.6.6zM15.6 18a.6.6 0 0 1-.6-.6v-9a.6.6 0 1 1 1.2 0v9a.6.6 0 0 1-.6.6z" }),
12
+ React.createElement("path", { d: "M20.4 4.2h-6a2.4 2.4 0 1 0-4.8 0h-6a.6.6 0 0 0 0 1.2h.6v16.2h15.6V5.4h.6a.6.6 0 0 0 0-1.2zM12 3a1.2 1.2 0 0 1 1.2 1.2h-2.4A1.2 1.2 0 0 1 12 3zm6.6 17.4H5.4v-15h13.2z" })));
17
13
  };
18
14
 
19
- exports["default"] = hlTrash;
15
+ exports.default = hlTrash;
@@ -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 hlTv = (_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 6v12H3.6V6h16.8m1.2-1.2H2.4v14.4h19.2V4.8zM15 21.6H9a.6.6 0 0 1 0-1.2h6a.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 6v12H3.6V6h16.8m1.2-1.2H2.4v14.4h19.2V4.8zM15 21.6H9a.6.6 0 0 1 0-1.2h6a.6.6 0 0 1 0 1.2z" })));
16
12
  };
17
13
 
18
- exports["default"] = hlTv;
14
+ exports.default = hlTv;