@dnanpm/styleguide 2.0.1 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/build/cjs/components/Accordion/Accordion.d.ts +3 -33
- package/build/cjs/components/Accordion/Accordion.js +14 -10
- package/build/cjs/components/Accordion/AccordionItem.d.ts +32 -2
- package/build/cjs/components/Accordion/AccordionItem.js +25 -19
- package/build/cjs/components/AmountSelector/AmountSelector.js +14 -4
- package/build/cjs/components/Buttons/ButtonBasicStyles.d.ts +2 -1
- package/build/cjs/components/Buttons/ButtonBasicStyles.js +4 -4
- package/build/cjs/components/Buttons/ButtonDefault.d.ts +1 -1
- package/build/cjs/components/Buttons/ButtonDefault.js +3 -2
- package/build/cjs/components/Buttons/ButtonIcon.d.ts +1 -1
- package/build/cjs/components/Buttons/ButtonIcon.js +9 -2
- package/build/cjs/components/Buttons/ButtonIconPrimary.d.ts +1 -1
- package/build/cjs/components/Buttons/ButtonIconPrimary.js +9 -2
- package/build/cjs/components/Buttons/ButtonIconStyles.js +2 -6
- package/build/cjs/components/Buttons/ButtonPrimary.d.ts +1 -1
- package/build/cjs/components/Buttons/ButtonPrimary.js +3 -2
- package/build/cjs/components/Buttons/ButtonRoundStyles.js +6 -5
- package/build/cjs/components/Buttons/ButtonSecondary.d.ts +1 -1
- package/build/cjs/components/Buttons/ButtonSecondary.js +1 -1
- package/build/cjs/components/Buttons/ButtonTertiary.d.ts +1 -1
- package/build/cjs/components/Buttons/ButtonTertiary.js +1 -1
- package/build/cjs/components/Card/Card.d.ts +1 -1
- package/build/cjs/components/Card/Card.js +3 -5
- package/build/cjs/components/Card/CardRow.d.ts +2 -2
- package/build/cjs/components/Card/CardRow.js +3 -3
- package/build/cjs/components/Checkbox/Checkbox.js +12 -8
- package/build/cjs/components/DnaLogo/DnaLogo.d.ts +14 -113
- package/build/cjs/components/DnaLogo/DnaLogo.js +24 -21
- package/build/cjs/components/EmptyState/EmptyState.d.ts +5 -1
- package/build/cjs/components/EmptyState/EmptyState.js +13 -4
- package/build/cjs/components/Footer/Components/FooterComponents.d.ts +1 -1
- package/build/cjs/components/Footer/Components/FooterComponents.js +23 -34
- package/build/cjs/components/Footer/Footer.d.ts +1 -1
- package/build/cjs/components/Footer/Footer.js +4 -6
- package/build/cjs/components/Footer/context/FooterContext.d.ts +1 -1
- package/build/cjs/components/Helper/Helper.d.ts +16 -7
- package/build/cjs/components/Helper/Helper.js +1 -1
- package/build/cjs/components/Icon/Icon.d.ts +46 -124
- package/build/cjs/components/Icon/Icon.js +37 -17
- package/build/cjs/components/Icon/Icons.d.ts +219 -314
- package/build/cjs/components/Icon/Icons.js +1155 -869
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.d.ts +12 -0
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +28 -0
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.d.ts +12 -0
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +28 -0
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.d.ts +8 -0
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +23 -0
- package/build/cjs/components/Icons/Small/hlCalendarSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlCalendarSmall.js +18 -0
- package/build/cjs/components/Icons/Small/hlChevronDownSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +18 -0
- package/build/cjs/components/Icons/Small/hlChevronLeftSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +18 -0
- package/build/cjs/components/Icons/Small/hlChevronRightSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +18 -0
- package/build/cjs/components/Icons/Small/hlChevronUpSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +18 -0
- package/build/cjs/components/Icons/Small/hlClockSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlClockSmall.js +19 -0
- package/build/cjs/components/Icons/Small/hlDownloadSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlDownloadSmall.js +20 -0
- package/build/cjs/components/Icons/Small/hlExternalSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlExternalSmall.js +18 -0
- package/build/cjs/components/Icons/Small/hlUploadSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlUploadSmall.js +20 -0
- package/build/cjs/components/Icons/Social/facebook.d.ts +4 -0
- package/build/cjs/components/Icons/Social/facebook.js +18 -0
- package/build/cjs/components/Icons/Social/instagram.d.ts +4 -0
- package/build/cjs/components/Icons/Social/instagram.js +18 -0
- package/build/cjs/components/Icons/Social/linkedin.d.ts +4 -0
- package/build/cjs/components/Icons/Social/linkedin.js +18 -0
- package/build/cjs/components/Icons/Social/tiktok.d.ts +4 -0
- package/build/cjs/components/Icons/Social/tiktok.js +18 -0
- package/build/cjs/components/Icons/Social/twitter.d.ts +4 -0
- package/build/cjs/components/Icons/Social/twitter.js +18 -0
- package/build/cjs/components/Icons/Social/youtube.d.ts +4 -0
- package/build/cjs/components/Icons/Social/youtube.js +18 -0
- package/build/cjs/components/Icons/hl404.d.ts +4 -0
- package/build/cjs/components/Icons/hl404.js +18 -0
- package/build/cjs/components/Icons/hl4gSim.d.ts +4 -0
- package/build/cjs/components/Icons/hl4gSim.js +18 -0
- package/build/cjs/components/Icons/hl5gSim.d.ts +4 -0
- package/build/cjs/components/Icons/hl5gSim.js +18 -0
- package/build/cjs/components/Icons/hlBattery.d.ts +4 -0
- package/build/cjs/components/Icons/hlBattery.js +20 -0
- package/build/cjs/components/Icons/hlBell.d.ts +4 -0
- package/build/cjs/components/Icons/hlBell.js +18 -0
- package/build/cjs/components/Icons/hlCalendar.d.ts +4 -0
- package/build/cjs/components/Icons/hlCalendar.js +29 -0
- package/build/cjs/components/Icons/hlCall.d.ts +4 -0
- package/build/cjs/components/Icons/hlCall.js +18 -0
- package/build/cjs/components/Icons/hlCameraBack.d.ts +4 -0
- package/build/cjs/components/Icons/hlCameraBack.js +20 -0
- package/build/cjs/components/Icons/hlCameraFront.d.ts +4 -0
- package/build/cjs/components/Icons/hlCameraFront.js +19 -0
- package/build/cjs/components/Icons/hlCart.d.ts +4 -0
- package/build/cjs/components/Icons/hlCart.js +20 -0
- package/build/cjs/components/Icons/hlCartEmpty.d.ts +4 -0
- package/build/cjs/components/Icons/hlCartEmpty.js +20 -0
- package/build/cjs/components/Icons/hlChat.d.ts +4 -0
- package/build/cjs/components/Icons/hlChat.js +21 -0
- package/build/cjs/components/Icons/hlCheck.d.ts +4 -0
- package/build/cjs/components/Icons/hlCheck.js +18 -0
- package/build/cjs/components/Icons/hlChevronDown.d.ts +4 -0
- package/build/cjs/components/Icons/hlChevronDown.js +18 -0
- package/build/cjs/components/Icons/hlChevronLeft.d.ts +4 -0
- package/build/cjs/components/Icons/hlChevronLeft.js +18 -0
- package/build/cjs/components/Icons/hlChevronRight.d.ts +4 -0
- package/build/cjs/components/Icons/hlChevronRight.js +18 -0
- package/build/cjs/components/Icons/hlChevronUp.d.ts +4 -0
- package/build/cjs/components/Icons/hlChevronUp.js +18 -0
- package/build/cjs/components/Icons/hlCompensation.d.ts +4 -0
- package/build/cjs/components/Icons/hlCompensation.js +18 -0
- package/build/cjs/components/Icons/hlCookie.d.ts +4 -0
- package/build/cjs/components/Icons/hlCookie.js +18 -0
- package/build/cjs/components/Icons/hlCopy.d.ts +4 -0
- package/build/cjs/components/Icons/hlCopy.js +19 -0
- package/build/cjs/components/Icons/hlCoupon.d.ts +4 -0
- package/build/cjs/components/Icons/hlCoupon.js +20 -0
- package/build/cjs/components/Icons/hlDelivery.d.ts +4 -0
- package/build/cjs/components/Icons/hlDelivery.js +18 -0
- package/build/cjs/components/Icons/hlDigiturva.d.ts +4 -0
- package/build/cjs/components/Icons/hlDigiturva.js +18 -0
- package/build/cjs/components/Icons/hlDisplaySize.d.ts +4 -0
- package/build/cjs/components/Icons/hlDisplaySize.js +20 -0
- package/build/cjs/components/Icons/hlDocument.d.ts +4 -0
- package/build/cjs/components/Icons/hlDocument.js +19 -0
- package/build/cjs/components/Icons/hlDownload.d.ts +4 -0
- package/build/cjs/components/Icons/hlDownload.js +20 -0
- package/build/cjs/components/Icons/hlEnvelope.d.ts +4 -0
- package/build/cjs/components/Icons/hlEnvelope.js +18 -0
- package/build/cjs/components/Icons/hlError.d.ts +4 -0
- package/build/cjs/components/Icons/hlError.js +20 -0
- package/build/cjs/components/Icons/hlEuro.d.ts +4 -0
- package/build/cjs/components/Icons/hlEuro.js +18 -0
- package/build/cjs/components/Icons/hlExclamationMark.d.ts +4 -0
- package/build/cjs/components/Icons/hlExclamationMark.js +18 -0
- package/build/cjs/components/Icons/hlExpand.d.ts +4 -0
- package/build/cjs/components/Icons/hlExpand.js +18 -0
- package/build/cjs/components/Icons/hlExternal.d.ts +4 -0
- package/build/cjs/components/Icons/hlExternal.js +18 -0
- package/build/cjs/components/Icons/hlEyeClosed.d.ts +4 -0
- package/build/cjs/components/Icons/hlEyeClosed.js +18 -0
- package/build/cjs/components/Icons/hlEyeOpen.d.ts +4 -0
- package/build/cjs/components/Icons/hlEyeOpen.js +19 -0
- package/build/cjs/components/Icons/hlFaceId.d.ts +4 -0
- package/build/cjs/components/Icons/hlFaceId.js +18 -0
- package/build/cjs/components/Icons/hlFastDelivery.d.ts +4 -0
- package/build/cjs/components/Icons/hlFastDelivery.js +18 -0
- package/build/cjs/components/Icons/hlFingerprint.d.ts +4 -0
- package/build/cjs/components/Icons/hlFingerprint.js +22 -0
- package/build/cjs/components/Icons/hlGlobe.d.ts +4 -0
- package/build/cjs/components/Icons/hlGlobe.js +18 -0
- package/build/cjs/components/Icons/hlHeadphones.d.ts +4 -0
- package/build/cjs/components/Icons/hlHeadphones.js +18 -0
- package/build/cjs/components/Icons/hlHeadset.d.ts +4 -0
- package/build/cjs/components/Icons/hlHeadset.js +20 -0
- package/build/cjs/components/Icons/hlHeart.d.ts +4 -0
- package/build/cjs/components/Icons/hlHeart.js +18 -0
- package/build/cjs/components/Icons/hlHome.d.ts +4 -0
- package/build/cjs/components/Icons/hlHome.js +18 -0
- package/build/cjs/components/Icons/hlImage.d.ts +4 -0
- package/build/cjs/components/Icons/hlImage.js +18 -0
- package/build/cjs/components/Icons/hlInfo.d.ts +4 -0
- package/build/cjs/components/Icons/hlInfo.js +20 -0
- package/build/cjs/components/Icons/hlInstallment.d.ts +4 -0
- package/build/cjs/components/Icons/hlInstallment.js +19 -0
- package/build/cjs/components/Icons/hlIotSim.d.ts +4 -0
- package/build/cjs/components/Icons/hlIotSim.js +19 -0
- package/build/cjs/components/Icons/hlLock.d.ts +4 -0
- package/build/cjs/components/Icons/hlLock.js +20 -0
- package/build/cjs/components/Icons/hlMagnifyingGlass.d.ts +4 -0
- package/build/cjs/components/Icons/hlMagnifyingGlass.js +19 -0
- package/build/cjs/components/Icons/hlMarker.d.ts +4 -0
- package/build/cjs/components/Icons/hlMarker.js +19 -0
- package/build/cjs/components/Icons/hlMemory.d.ts +4 -0
- package/build/cjs/components/Icons/hlMemory.js +19 -0
- package/build/cjs/components/Icons/hlMenu.d.ts +4 -0
- package/build/cjs/components/Icons/hlMenu.js +18 -0
- package/build/cjs/components/Icons/hlMinimize.d.ts +4 -0
- package/build/cjs/components/Icons/hlMinimize.js +18 -0
- package/build/cjs/components/Icons/hlMinus.d.ts +4 -0
- package/build/cjs/components/Icons/hlMinus.js +18 -0
- package/build/cjs/components/Icons/hlMobileData.d.ts +4 -0
- package/build/cjs/components/Icons/hlMobileData.js +18 -0
- package/build/cjs/components/Icons/hlMobilePayment.d.ts +4 -0
- package/build/cjs/components/Icons/hlMobilePayment.js +20 -0
- package/build/cjs/components/Icons/hlModem.d.ts +4 -0
- package/build/cjs/components/Icons/hlModem.js +22 -0
- package/build/cjs/components/Icons/hlMore.d.ts +4 -0
- package/build/cjs/components/Icons/hlMore.js +20 -0
- package/build/cjs/components/Icons/hlOs.d.ts +4 -0
- package/build/cjs/components/Icons/hlOs.js +19 -0
- package/build/cjs/components/Icons/hlPackage.d.ts +4 -0
- package/build/cjs/components/Icons/hlPackage.js +18 -0
- package/build/cjs/components/Icons/hlPaperclip.d.ts +4 -0
- package/build/cjs/components/Icons/hlPaperclip.js +18 -0
- package/build/cjs/components/Icons/hlPaytime.d.ts +4 -0
- package/build/cjs/components/Icons/hlPaytime.js +18 -0
- package/build/cjs/components/Icons/hlPen.d.ts +4 -0
- package/build/cjs/components/Icons/hlPen.js +18 -0
- package/build/cjs/components/Icons/hlPerson.d.ts +4 -0
- package/build/cjs/components/Icons/hlPerson.js +18 -0
- package/build/cjs/components/Icons/hlPhone.d.ts +4 -0
- package/build/cjs/components/Icons/hlPhone.js +19 -0
- package/build/cjs/components/Icons/hlPlus.d.ts +4 -0
- package/build/cjs/components/Icons/hlPlus.js +19 -0
- package/build/cjs/components/Icons/hlPrepaid.d.ts +4 -0
- package/build/cjs/components/Icons/hlPrepaid.js +18 -0
- package/build/cjs/components/Icons/hlProcessor.d.ts +4 -0
- package/build/cjs/components/Icons/hlProcessor.js +19 -0
- package/build/cjs/components/Icons/hlServices.d.ts +4 -0
- package/build/cjs/components/Icons/hlServices.js +18 -0
- package/build/cjs/components/Icons/hlSettings.d.ts +4 -0
- package/build/cjs/components/Icons/hlSettings.js +18 -0
- package/build/cjs/components/Icons/hlShield.d.ts +4 -0
- package/build/cjs/components/Icons/hlShield.js +19 -0
- package/build/cjs/components/Icons/hlSim.d.ts +4 -0
- package/build/cjs/components/Icons/hlSim.js +19 -0
- package/build/cjs/components/Icons/hlSimSimple.d.ts +4 -0
- package/build/cjs/components/Icons/hlSimSimple.js +20 -0
- package/build/cjs/components/Icons/hlSmile.d.ts +4 -0
- package/build/cjs/components/Icons/hlSmile.js +21 -0
- package/build/cjs/components/Icons/hlSpeechBubble.d.ts +4 -0
- package/build/cjs/components/Icons/hlSpeechBubble.js +19 -0
- package/build/cjs/components/Icons/hlSquaretrade.d.ts +4 -0
- package/build/cjs/components/Icons/hlSquaretrade.js +18 -0
- package/build/cjs/components/Icons/hlStar.d.ts +4 -0
- package/build/cjs/components/Icons/hlStar.js +18 -0
- package/build/cjs/components/Icons/hlStarFilled.d.ts +4 -0
- package/build/cjs/components/Icons/hlStarFilled.js +18 -0
- package/build/cjs/components/Icons/hlTrash.d.ts +4 -0
- package/build/cjs/components/Icons/hlTrash.js +19 -0
- package/build/cjs/components/Icons/hlTv.d.ts +4 -0
- package/build/cjs/components/Icons/hlTv.js +18 -0
- package/build/cjs/components/Icons/hlUnlock.d.ts +4 -0
- package/build/cjs/components/Icons/hlUnlock.js +20 -0
- package/build/cjs/components/Icons/hlUpload.d.ts +4 -0
- package/build/cjs/components/Icons/hlUpload.js +20 -0
- package/build/cjs/components/Icons/hlWarning.d.ts +4 -0
- package/build/cjs/components/Icons/hlWarning.js +20 -0
- package/build/cjs/components/Icons/hlWifi.d.ts +4 -0
- package/build/cjs/components/Icons/hlWifi.js +20 -0
- package/build/cjs/components/Icons/hlX.d.ts +4 -0
- package/build/cjs/components/Icons/hlX.js +18 -0
- package/build/cjs/components/Icons/index.d.ts +102 -0
- package/build/cjs/components/Icons/index.js +216 -0
- package/build/cjs/components/Image/Image.d.ts +4 -0
- package/build/cjs/components/Image/Image.js +1 -1
- package/build/cjs/components/Input/Input.d.ts +7 -7
- package/build/cjs/components/Input/Input.js +13 -10
- package/build/cjs/components/Label/Label.d.ts +5 -1
- package/build/cjs/components/Label/Label.js +4 -2
- package/build/cjs/components/LabelText/LabelText.d.ts +1 -1
- package/build/cjs/components/LabelText/LabelText.js +0 -1
- package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.js +2 -4
- package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +23 -10
- package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +16 -14
- package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.d.ts +1 -1
- package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +3 -3
- package/build/cjs/components/MainNavigation/ChildComponents/LinkModifier.d.ts +1 -1
- package/build/cjs/components/MainNavigation/ChildComponents/LinkModifier.js +1 -1
- package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.d.ts +1 -1
- package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.js +3 -1
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +1 -4
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +16 -16
- package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.js +4 -2
- package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +8 -6
- package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +5 -3
- package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.d.ts +1 -1
- package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +10 -15
- package/build/cjs/components/MainNavigation/MainNavigation.d.ts +2 -2
- package/build/cjs/components/MainNavigation/MainNavigation.js +11 -36
- package/build/cjs/components/MainNavigation/globalNavStyles.js +1 -1
- package/build/cjs/components/Modal/Modal.js +19 -5
- package/build/cjs/components/Notification/Notification.d.ts +1 -1
- package/build/cjs/components/Notification/Notification.js +14 -4
- package/build/cjs/components/PixelLoader/PixelLoader.d.ts +17 -2
- package/build/cjs/components/PixelLoader/PixelLoader.js +33 -7
- package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +28 -23
- package/build/cjs/components/RadioButton/RadioButton.d.ts +2 -2
- package/build/cjs/components/RadioButton/RadioButton.js +7 -4
- package/build/cjs/components/ReadMore/ReadMore.js +7 -6
- package/build/cjs/components/Ribbon/Ribbon.d.ts +1 -1
- package/build/cjs/components/Ribbon/Ribbon.js +11 -9
- package/build/cjs/components/Search/Search.d.ts +23 -4
- package/build/cjs/components/Search/Search.js +26 -6
- package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +26 -26
- package/build/cjs/components/Selectbox/Selectbox.d.ts +17 -15
- package/build/cjs/components/Selectbox/Selectbox.js +50 -67
- package/build/cjs/components/Switch/Switch.d.ts +35 -15
- package/build/cjs/components/Switch/Switch.js +34 -29
- package/build/cjs/components/Tabs/Tab.d.ts +3 -3
- package/build/cjs/components/Tabs/Tabs.d.ts +18 -17
- package/build/cjs/components/Tabs/Tabs.js +8 -17
- package/build/cjs/components/Textarea/Textarea.js +6 -4
- package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +2 -2
- package/build/cjs/components/TooltipMenu/TooltipMenu.d.ts +13 -4
- package/build/cjs/components/TooltipMenu/TooltipMenu.js +11 -5
- package/build/cjs/components/index.d.ts +2 -0
- package/build/cjs/hooks/useCloseOutsideOrElementClicked.d.ts +2 -1
- package/build/cjs/hooks/useCloseOutsideOrElementClicked.js +1 -0
- package/build/cjs/hooks/useDocHeight.js +1 -1
- package/build/cjs/hooks/useOutsideClick.d.ts +4 -3
- package/build/cjs/hooks/useOutsideClick.js +3 -2
- package/build/cjs/hooks/useScrollPosition.d.ts +2 -2
- package/build/cjs/hooks/useScrollPosition.js +4 -6
- package/build/cjs/index.js +430 -2
- package/build/cjs/themes/globalStyles.d.ts +1 -1
- package/build/cjs/themes/globalStyles.js +4 -4
- package/build/cjs/themes/styled.js +1 -1
- package/build/cjs/themes/themeComponents/fontSize.js +1 -5
- package/build/cjs/themes/themeComponents/lineHeight.js +1 -5
- package/build/cjs/utils/createStyled.d.ts +1 -1
- package/build/es/components/Accordion/Accordion.d.ts +3 -33
- package/build/es/components/Accordion/Accordion.js +14 -10
- package/build/es/components/Accordion/AccordionItem.d.ts +32 -2
- package/build/es/components/Accordion/AccordionItem.js +25 -19
- package/build/es/components/AmountSelector/AmountSelector.js +14 -4
- package/build/es/components/Buttons/ButtonBasicStyles.d.ts +2 -1
- package/build/es/components/Buttons/ButtonBasicStyles.js +4 -4
- package/build/es/components/Buttons/ButtonDefault.d.ts +1 -1
- package/build/es/components/Buttons/ButtonDefault.js +3 -2
- package/build/es/components/Buttons/ButtonIcon.d.ts +1 -1
- package/build/es/components/Buttons/ButtonIcon.js +9 -2
- package/build/es/components/Buttons/ButtonIconPrimary.d.ts +1 -1
- package/build/es/components/Buttons/ButtonIconPrimary.js +9 -2
- package/build/es/components/Buttons/ButtonIconStyles.js +2 -6
- package/build/es/components/Buttons/ButtonPrimary.d.ts +1 -1
- package/build/es/components/Buttons/ButtonPrimary.js +3 -2
- package/build/es/components/Buttons/ButtonRoundStyles.js +6 -5
- package/build/es/components/Buttons/ButtonSecondary.d.ts +1 -1
- package/build/es/components/Buttons/ButtonSecondary.js +1 -1
- package/build/es/components/Buttons/ButtonTertiary.d.ts +1 -1
- package/build/es/components/Buttons/ButtonTertiary.js +1 -1
- package/build/es/components/Card/Card.d.ts +1 -1
- package/build/es/components/Card/Card.js +3 -5
- package/build/es/components/Card/CardRow.d.ts +2 -2
- package/build/es/components/Card/CardRow.js +3 -3
- package/build/es/components/Checkbox/Checkbox.js +13 -9
- package/build/es/components/DnaLogo/DnaLogo.d.ts +14 -113
- package/build/es/components/DnaLogo/DnaLogo.js +24 -21
- package/build/es/components/EmptyState/EmptyState.d.ts +5 -1
- package/build/es/components/EmptyState/EmptyState.js +13 -4
- package/build/es/components/Footer/Components/FooterComponents.d.ts +1 -1
- package/build/es/components/Footer/Components/FooterComponents.js +23 -34
- package/build/es/components/Footer/Footer.d.ts +1 -1
- package/build/es/components/Footer/Footer.js +4 -6
- package/build/es/components/Footer/context/FooterContext.d.ts +1 -1
- package/build/es/components/Helper/Helper.d.ts +16 -7
- package/build/es/components/Helper/Helper.js +1 -1
- package/build/es/components/Icon/Icon.d.ts +46 -124
- package/build/es/components/Icon/Icon.js +36 -16
- package/build/es/components/Icon/Icons.d.ts +219 -314
- package/build/es/components/Icon/Icons.js +1156 -775
- package/build/es/components/Icons/Small/hlArrowBackSmall.d.ts +12 -0
- package/build/es/components/Icons/Small/hlArrowBackSmall.js +19 -0
- package/build/es/components/Icons/Small/hlArrowForwardSmall.d.ts +12 -0
- package/build/es/components/Icons/Small/hlArrowForwardSmall.js +19 -0
- package/build/es/components/Icons/Small/hlArrowUnderSmall.d.ts +8 -0
- package/build/es/components/Icons/Small/hlArrowUnderSmall.js +15 -0
- package/build/es/components/Icons/Small/hlCalendarSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlCalendarSmall.js +10 -0
- package/build/es/components/Icons/Small/hlChevronDownSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlChevronDownSmall.js +10 -0
- package/build/es/components/Icons/Small/hlChevronLeftSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlChevronLeftSmall.js +10 -0
- package/build/es/components/Icons/Small/hlChevronRightSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlChevronRightSmall.js +10 -0
- package/build/es/components/Icons/Small/hlChevronUpSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlChevronUpSmall.js +10 -0
- package/build/es/components/Icons/Small/hlClockSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlClockSmall.js +11 -0
- package/build/es/components/Icons/Small/hlDownloadSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlDownloadSmall.js +12 -0
- package/build/es/components/Icons/Small/hlExternalSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlExternalSmall.js +10 -0
- package/build/es/components/Icons/Small/hlUploadSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlUploadSmall.js +12 -0
- package/build/es/components/Icons/Social/facebook.d.ts +4 -0
- package/build/es/components/Icons/Social/facebook.js +10 -0
- package/build/es/components/Icons/Social/instagram.d.ts +4 -0
- package/build/es/components/Icons/Social/instagram.js +10 -0
- package/build/es/components/Icons/Social/linkedin.d.ts +4 -0
- package/build/es/components/Icons/Social/linkedin.js +10 -0
- package/build/es/components/Icons/Social/tiktok.d.ts +4 -0
- package/build/es/components/Icons/Social/tiktok.js +10 -0
- package/build/es/components/Icons/Social/twitter.d.ts +4 -0
- package/build/es/components/Icons/Social/twitter.js +10 -0
- package/build/es/components/Icons/Social/youtube.d.ts +4 -0
- package/build/es/components/Icons/Social/youtube.js +10 -0
- package/build/es/components/Icons/hl404.d.ts +4 -0
- package/build/es/components/Icons/hl404.js +10 -0
- package/build/es/components/Icons/hl4gSim.d.ts +4 -0
- package/build/es/components/Icons/hl4gSim.js +10 -0
- package/build/es/components/Icons/hl5gSim.d.ts +4 -0
- package/build/es/components/Icons/hl5gSim.js +10 -0
- package/build/es/components/Icons/hlBattery.d.ts +4 -0
- package/build/es/components/Icons/hlBattery.js +12 -0
- package/build/es/components/Icons/hlBell.d.ts +4 -0
- package/build/es/components/Icons/hlBell.js +10 -0
- package/build/es/components/Icons/hlCalendar.d.ts +4 -0
- package/build/es/components/Icons/hlCalendar.js +21 -0
- package/build/es/components/Icons/hlCall.d.ts +4 -0
- package/build/es/components/Icons/hlCall.js +10 -0
- package/build/es/components/Icons/hlCameraBack.d.ts +4 -0
- package/build/es/components/Icons/hlCameraBack.js +12 -0
- package/build/es/components/Icons/hlCameraFront.d.ts +4 -0
- package/build/es/components/Icons/hlCameraFront.js +11 -0
- package/build/es/components/Icons/hlCart.d.ts +4 -0
- package/build/es/components/Icons/hlCart.js +12 -0
- package/build/es/components/Icons/hlCartEmpty.d.ts +4 -0
- package/build/es/components/Icons/hlCartEmpty.js +12 -0
- package/build/es/components/Icons/hlChat.d.ts +4 -0
- package/build/es/components/Icons/hlChat.js +13 -0
- package/build/es/components/Icons/hlCheck.d.ts +4 -0
- package/build/es/components/Icons/hlCheck.js +10 -0
- package/build/es/components/Icons/hlChevronDown.d.ts +4 -0
- package/build/es/components/Icons/hlChevronDown.js +10 -0
- package/build/es/components/Icons/hlChevronLeft.d.ts +4 -0
- package/build/es/components/Icons/hlChevronLeft.js +10 -0
- package/build/es/components/Icons/hlChevronRight.d.ts +4 -0
- package/build/es/components/Icons/hlChevronRight.js +10 -0
- package/build/es/components/Icons/hlChevronUp.d.ts +4 -0
- package/build/es/components/Icons/hlChevronUp.js +10 -0
- package/build/es/components/Icons/hlCompensation.d.ts +4 -0
- package/build/es/components/Icons/hlCompensation.js +10 -0
- package/build/es/components/Icons/hlCookie.d.ts +4 -0
- package/build/es/components/Icons/hlCookie.js +10 -0
- package/build/es/components/Icons/hlCopy.d.ts +4 -0
- package/build/es/components/Icons/hlCopy.js +11 -0
- package/build/es/components/Icons/hlCoupon.d.ts +4 -0
- package/build/es/components/Icons/hlCoupon.js +12 -0
- package/build/es/components/Icons/hlDelivery.d.ts +4 -0
- package/build/es/components/Icons/hlDelivery.js +10 -0
- package/build/es/components/Icons/hlDigiturva.d.ts +4 -0
- package/build/es/components/Icons/hlDigiturva.js +10 -0
- package/build/es/components/Icons/hlDisplaySize.d.ts +4 -0
- package/build/es/components/Icons/hlDisplaySize.js +12 -0
- package/build/es/components/Icons/hlDocument.d.ts +4 -0
- package/build/es/components/Icons/hlDocument.js +11 -0
- package/build/es/components/Icons/hlDownload.d.ts +4 -0
- package/build/es/components/Icons/hlDownload.js +12 -0
- package/build/es/components/Icons/hlEnvelope.d.ts +4 -0
- package/build/es/components/Icons/hlEnvelope.js +10 -0
- package/build/es/components/Icons/hlError.d.ts +4 -0
- package/build/es/components/Icons/hlError.js +12 -0
- package/build/es/components/Icons/hlEuro.d.ts +4 -0
- package/build/es/components/Icons/hlEuro.js +10 -0
- package/build/es/components/Icons/hlExclamationMark.d.ts +4 -0
- package/build/es/components/Icons/hlExclamationMark.js +10 -0
- package/build/es/components/Icons/hlExpand.d.ts +4 -0
- package/build/es/components/Icons/hlExpand.js +10 -0
- package/build/es/components/Icons/hlExternal.d.ts +4 -0
- package/build/es/components/Icons/hlExternal.js +10 -0
- package/build/es/components/Icons/hlEyeClosed.d.ts +4 -0
- package/build/es/components/Icons/hlEyeClosed.js +10 -0
- package/build/es/components/Icons/hlEyeOpen.d.ts +4 -0
- package/build/es/components/Icons/hlEyeOpen.js +11 -0
- package/build/es/components/Icons/hlFaceId.d.ts +4 -0
- package/build/es/components/Icons/hlFaceId.js +10 -0
- package/build/es/components/Icons/hlFastDelivery.d.ts +4 -0
- package/build/es/components/Icons/hlFastDelivery.js +10 -0
- package/build/es/components/Icons/hlFingerprint.d.ts +4 -0
- package/build/es/components/Icons/hlFingerprint.js +14 -0
- package/build/es/components/Icons/hlGlobe.d.ts +4 -0
- package/build/es/components/Icons/hlGlobe.js +10 -0
- package/build/es/components/Icons/hlHeadphones.d.ts +4 -0
- package/build/es/components/Icons/hlHeadphones.js +10 -0
- package/build/es/components/Icons/hlHeadset.d.ts +4 -0
- package/build/es/components/Icons/hlHeadset.js +12 -0
- package/build/es/components/Icons/hlHeart.d.ts +4 -0
- package/build/es/components/Icons/hlHeart.js +10 -0
- package/build/es/components/Icons/hlHome.d.ts +4 -0
- package/build/es/components/Icons/hlHome.js +10 -0
- package/build/es/components/Icons/hlImage.d.ts +4 -0
- package/build/es/components/Icons/hlImage.js +10 -0
- package/build/es/components/Icons/hlInfo.d.ts +4 -0
- package/build/es/components/Icons/hlInfo.js +12 -0
- package/build/es/components/Icons/hlInstallment.d.ts +4 -0
- package/build/es/components/Icons/hlInstallment.js +11 -0
- package/build/es/components/Icons/hlIotSim.d.ts +4 -0
- package/build/es/components/Icons/hlIotSim.js +11 -0
- package/build/es/components/Icons/hlLock.d.ts +4 -0
- package/build/es/components/Icons/hlLock.js +12 -0
- package/build/es/components/Icons/hlMagnifyingGlass.d.ts +4 -0
- package/build/es/components/Icons/hlMagnifyingGlass.js +11 -0
- package/build/es/components/Icons/hlMarker.d.ts +4 -0
- package/build/es/components/Icons/hlMarker.js +11 -0
- package/build/es/components/Icons/hlMemory.d.ts +4 -0
- package/build/es/components/Icons/hlMemory.js +11 -0
- package/build/es/components/Icons/hlMenu.d.ts +4 -0
- package/build/es/components/Icons/hlMenu.js +10 -0
- package/build/es/components/Icons/hlMinimize.d.ts +4 -0
- package/build/es/components/Icons/hlMinimize.js +10 -0
- package/build/es/components/Icons/hlMinus.d.ts +4 -0
- package/build/es/components/Icons/hlMinus.js +10 -0
- package/build/es/components/Icons/hlMobileData.d.ts +4 -0
- package/build/es/components/Icons/hlMobileData.js +10 -0
- package/build/es/components/Icons/hlMobilePayment.d.ts +4 -0
- package/build/es/components/Icons/hlMobilePayment.js +12 -0
- package/build/es/components/Icons/hlModem.d.ts +4 -0
- package/build/es/components/Icons/hlModem.js +14 -0
- package/build/es/components/Icons/hlMore.d.ts +4 -0
- package/build/es/components/Icons/hlMore.js +12 -0
- package/build/es/components/Icons/hlOs.d.ts +4 -0
- package/build/es/components/Icons/hlOs.js +11 -0
- package/build/es/components/Icons/hlPackage.d.ts +4 -0
- package/build/es/components/Icons/hlPackage.js +10 -0
- package/build/es/components/Icons/hlPaperclip.d.ts +4 -0
- package/build/es/components/Icons/hlPaperclip.js +10 -0
- package/build/es/components/Icons/hlPaytime.d.ts +4 -0
- package/build/es/components/Icons/hlPaytime.js +10 -0
- package/build/es/components/Icons/hlPen.d.ts +4 -0
- package/build/es/components/Icons/hlPen.js +10 -0
- package/build/es/components/Icons/hlPerson.d.ts +4 -0
- package/build/es/components/Icons/hlPerson.js +10 -0
- package/build/es/components/Icons/hlPhone.d.ts +4 -0
- package/build/es/components/Icons/hlPhone.js +11 -0
- package/build/es/components/Icons/hlPlus.d.ts +4 -0
- package/build/es/components/Icons/hlPlus.js +11 -0
- package/build/es/components/Icons/hlPrepaid.d.ts +4 -0
- package/build/es/components/Icons/hlPrepaid.js +10 -0
- package/build/es/components/Icons/hlProcessor.d.ts +4 -0
- package/build/es/components/Icons/hlProcessor.js +11 -0
- package/build/es/components/Icons/hlServices.d.ts +4 -0
- package/build/es/components/Icons/hlServices.js +10 -0
- package/build/es/components/Icons/hlSettings.d.ts +4 -0
- package/build/es/components/Icons/hlSettings.js +10 -0
- package/build/es/components/Icons/hlShield.d.ts +4 -0
- package/build/es/components/Icons/hlShield.js +11 -0
- package/build/es/components/Icons/hlSim.d.ts +4 -0
- package/build/es/components/Icons/hlSim.js +11 -0
- package/build/es/components/Icons/hlSimSimple.d.ts +4 -0
- package/build/es/components/Icons/hlSimSimple.js +12 -0
- package/build/es/components/Icons/hlSmile.d.ts +4 -0
- package/build/es/components/Icons/hlSmile.js +13 -0
- package/build/es/components/Icons/hlSpeechBubble.d.ts +4 -0
- package/build/es/components/Icons/hlSpeechBubble.js +11 -0
- package/build/es/components/Icons/hlSquaretrade.d.ts +4 -0
- package/build/es/components/Icons/hlSquaretrade.js +10 -0
- package/build/es/components/Icons/hlStar.d.ts +4 -0
- package/build/es/components/Icons/hlStar.js +10 -0
- package/build/es/components/Icons/hlStarFilled.d.ts +4 -0
- package/build/es/components/Icons/hlStarFilled.js +10 -0
- package/build/es/components/Icons/hlTrash.d.ts +4 -0
- package/build/es/components/Icons/hlTrash.js +11 -0
- package/build/es/components/Icons/hlTv.d.ts +4 -0
- package/build/es/components/Icons/hlTv.js +10 -0
- package/build/es/components/Icons/hlUnlock.d.ts +4 -0
- package/build/es/components/Icons/hlUnlock.js +12 -0
- package/build/es/components/Icons/hlUpload.d.ts +4 -0
- package/build/es/components/Icons/hlUpload.js +12 -0
- package/build/es/components/Icons/hlWarning.d.ts +4 -0
- package/build/es/components/Icons/hlWarning.js +12 -0
- package/build/es/components/Icons/hlWifi.d.ts +4 -0
- package/build/es/components/Icons/hlWifi.js +12 -0
- package/build/es/components/Icons/hlX.d.ts +4 -0
- package/build/es/components/Icons/hlX.js +10 -0
- package/build/es/components/Icons/index.d.ts +102 -0
- package/build/es/components/Icons/index.js +102 -0
- package/build/es/components/Image/Image.d.ts +4 -0
- package/build/es/components/Image/Image.js +1 -1
- package/build/es/components/Input/Input.d.ts +7 -7
- package/build/es/components/Input/Input.js +13 -10
- package/build/es/components/Label/Label.d.ts +5 -1
- package/build/es/components/Label/Label.js +4 -2
- package/build/es/components/LabelText/LabelText.d.ts +1 -1
- package/build/es/components/LabelText/LabelText.js +0 -1
- package/build/es/components/MainNavigation/ChildComponents/BusinessMenu.js +2 -4
- package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.js +24 -11
- package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +16 -14
- package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.d.ts +1 -1
- package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +3 -3
- package/build/es/components/MainNavigation/ChildComponents/LinkModifier.d.ts +1 -1
- package/build/es/components/MainNavigation/ChildComponents/LinkModifier.js +1 -1
- package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.d.ts +1 -1
- package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.js +3 -1
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +1 -4
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +16 -16
- package/build/es/components/MainNavigation/ChildComponents/MinicartTooltip.js +4 -2
- package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +9 -7
- package/build/es/components/MainNavigation/ChildComponents/PageSearch.js +5 -3
- package/build/es/components/MainNavigation/ChildComponents/Ribbon.d.ts +1 -1
- package/build/es/components/MainNavigation/ChildComponents/Ribbon.js +10 -15
- package/build/es/components/MainNavigation/MainNavigation.d.ts +2 -2
- package/build/es/components/MainNavigation/MainNavigation.js +11 -36
- package/build/es/components/MainNavigation/globalNavStyles.js +1 -1
- package/build/es/components/Modal/Modal.js +19 -5
- package/build/es/components/Notification/Notification.d.ts +1 -1
- package/build/es/components/Notification/Notification.js +14 -4
- package/build/es/components/PixelLoader/PixelLoader.d.ts +17 -2
- package/build/es/components/PixelLoader/PixelLoader.js +28 -2
- package/build/es/components/ProgressIndicator/ProgressIndicator.js +27 -22
- package/build/es/components/RadioButton/RadioButton.d.ts +2 -2
- package/build/es/components/RadioButton/RadioButton.js +8 -5
- package/build/es/components/ReadMore/ReadMore.js +7 -6
- package/build/es/components/Ribbon/Ribbon.d.ts +1 -1
- package/build/es/components/Ribbon/Ribbon.js +11 -9
- package/build/es/components/Search/Search.d.ts +23 -4
- package/build/es/components/Search/Search.js +26 -6
- package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +26 -26
- package/build/es/components/Selectbox/Selectbox.d.ts +17 -15
- package/build/es/components/Selectbox/Selectbox.js +50 -67
- package/build/es/components/Switch/Switch.d.ts +35 -15
- package/build/es/components/Switch/Switch.js +34 -29
- package/build/es/components/Tabs/Tab.d.ts +3 -3
- package/build/es/components/Tabs/Tabs.d.ts +18 -17
- package/build/es/components/Tabs/Tabs.js +9 -18
- package/build/es/components/Textarea/Textarea.js +6 -4
- package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +2 -2
- package/build/es/components/TooltipMenu/TooltipMenu.d.ts +13 -4
- package/build/es/components/TooltipMenu/TooltipMenu.js +11 -5
- package/build/es/components/index.d.ts +2 -0
- package/build/es/hooks/useCloseOutsideOrElementClicked.d.ts +2 -1
- package/build/es/hooks/useCloseOutsideOrElementClicked.js +1 -0
- package/build/es/hooks/useDocHeight.js +1 -1
- package/build/es/hooks/useOutsideClick.d.ts +4 -3
- package/build/es/hooks/useOutsideClick.js +3 -2
- package/build/es/hooks/useScrollPosition.d.ts +2 -2
- package/build/es/hooks/useScrollPosition.js +4 -6
- package/build/es/index.js +105 -2
- package/build/es/themes/globalStyles.d.ts +1 -1
- package/build/es/themes/globalStyles.js +4 -4
- package/build/es/themes/styled.js +1 -1
- package/build/es/themes/themeComponents/fontSize.js +1 -5
- package/build/es/themes/themeComponents/lineHeight.js +1 -5
- package/build/es/utils/createStyled.d.ts +1 -1
- package/package.json +20 -14
- package/build/cjs/components/PixelLoader/PixelLoaderStyles.d.ts +0 -203
- package/build/cjs/components/PixelLoader/PixelLoaderStyles.js +0 -35
- package/build/es/components/PixelLoader/PixelLoaderStyles.d.ts +0 -203
- package/build/es/components/PixelLoader/PixelLoaderStyles.js +0 -30
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlChat = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("circle", { cx: "12.6", cy: "15", r: ".6" }),
|
|
8
|
+
React.createElement("circle", { cx: "15", cy: "15", r: ".6" }),
|
|
9
|
+
React.createElement("circle", { cx: "17.4", cy: "15", r: ".6" }),
|
|
10
|
+
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" })));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export default hlChat;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const HlCheck = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
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" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default HlCheck;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlChevronDown = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
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" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlChevronDown;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlChevronLeft = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
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" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlChevronLeft;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlChevronRight = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
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" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlChevronRight;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlChevronUp = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
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" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlChevronUp;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlCompensation = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
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" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlCompensation;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlCookie = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
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" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlCookie;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlCopy = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M16.7 6.7v13.6h-13V6.7h13M18 5.4H2.4v16.2H18V5.4z" }),
|
|
8
|
+
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" })));
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export default hlCopy;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlCoupon = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
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" }),
|
|
8
|
+
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" }),
|
|
9
|
+
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" })));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export default hlCoupon;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlDelivery = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.2349 6.21143L15.2353 3H2V17.9773L3.75269 17.9775C3.73531 18.1065 3.72634 18.2382 3.72634 18.3719C3.72634 20.0218 5.09182 21.3593 6.77621 21.3593C8.46061 21.3593 9.82609 20.0218 9.82609 18.3719C9.82609 18.2382 9.81712 18.1065 9.79974 17.9775L14.9666 17.9771C14.9498 18.1037 14.9412 18.2327 14.9412 18.3637C14.9412 20.0181 16.3214 21.3593 18.0239 21.3593C19.7264 21.3593 21.1066 20.0181 21.1066 18.3637C21.1066 18.2006 21.0932 18.0406 21.0674 17.8846L22 17.8846V11.2279L19.2438 6.21186L15.2349 6.21143ZM5.1074 18.3719C5.1074 17.4691 5.85455 16.7373 6.7762 16.7373C7.69785 16.7373 8.44499 17.4691 8.44499 18.3719C8.44499 19.2747 7.69785 20.0065 6.7762 20.0065C5.85455 20.0065 5.1074 19.2747 5.1074 18.3719ZM18.0239 16.7246C17.0923 16.7246 16.3371 17.4585 16.3371 18.3637C16.3371 19.269 17.0923 20.0028 18.0239 20.0028C18.9555 20.0028 19.7107 19.269 19.7107 18.3637C19.7107 17.4585 18.9555 16.7246 18.0239 16.7246ZM3.38106 4.35267H13.8542V16.6244L9.25002 16.6241C8.69606 15.8731 7.7944 15.3844 6.7762 15.3844C5.75799 15.3844 4.85633 15.8731 4.30237 16.6241L3.38106 16.6244V4.35267ZM20.6036 13.0707L15.2353 13.0711L15.2349 16.5276L15.5877 16.528C16.1517 15.8223 17.0332 15.3682 18.0239 15.3682C19.0146 15.3682 19.8962 15.8223 20.4602 16.528L20.6041 16.5282L20.6036 13.0707ZM12 12.6083L8.74085 10.3219L8.74124 11.9637L5.54119 11.9635C5.2098 11.9635 4.94115 12.2321 4.94115 12.5635V12.6532C4.94115 12.9846 5.20976 13.2532 5.54113 13.2532L8.74124 13.2533L8.74085 14.8947L12 12.6083ZM18.4067 7.56832L15.2349 7.56814L15.2353 11.6421L20.6036 11.6417L20.6041 11.5673L18.4067 7.56832ZM7.90579 7.56755L7.90618 5.92616L4.64706 8.21257L7.90618 10.499L7.90579 8.85721L11.1058 8.85742C11.4372 8.85744 11.7059 8.5888 11.7059 8.25741V8.16766C11.7059 7.8363 11.4373 7.56768 11.1059 7.56766L7.90579 7.56755Z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlDelivery;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlDigiturva = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3129 22L12.0037 21.8097C11.8033 21.6874 7.09799 18.7895 5.49445 15.6063C4.32238 13.6358 3.77201 9.71191 4.08797 5.59776L4.12194 5.1595L4.5534 5.06438C7.21689 4.46985 12.0037 2.14948 12.0513 2.1257L12.3129 2L12.5745 2.1257C12.622 2.14948 17.4088 4.46985 20.0757 5.06098L20.5072 5.15611L20.5412 5.59436C20.8571 9.70851 20.3068 13.6324 19.1347 15.6029C17.5311 18.7827 12.8259 21.684 12.6254 21.8064L12.3163 21.9966L12.3129 22ZM5.24305 6.11755C4.97806 10.3438 5.6847 13.6154 6.52384 15.0151L6.54422 15.0559C7.76726 17.4986 11.2495 19.9039 12.3095 20.5969C13.3694 19.9039 16.8517 17.4986 18.0747 15.0559L18.0951 15.0151C18.9342 13.6154 19.6409 10.3438 19.3759 6.11755C16.9026 5.46866 13.3083 3.79718 12.3061 3.32156C11.3073 3.79718 7.7095 5.47206 5.23626 6.11755H5.24305ZM15.3887 8.51638C15.28 8.51638 15.1681 8.47163 15.0914 8.38211L15.09 8.38066C15.0452 8.33343 13.9663 7.19604 12.294 7.19604C10.5932 7.19604 9.50308 8.37252 9.49349 8.38531C9.34643 8.54835 9.09387 8.56114 8.93083 8.41408C8.76778 8.26702 8.75499 8.01446 8.90205 7.85142C8.9564 7.79068 10.232 6.4 12.2972 6.4C14.3624 6.4 15.6348 7.79387 15.6892 7.85461C15.8362 8.01766 15.8235 8.27022 15.6572 8.42048C15.5805 8.48761 15.4846 8.52278 15.3919 8.52278L15.3887 8.51638ZM14.1994 10.0126C14.2761 10.1021 14.388 10.1468 14.4967 10.1468L14.5031 10.1436C14.5958 10.1436 14.6917 10.1085 14.7685 10.0413C14.9347 9.89107 14.9475 9.63851 14.8004 9.47547L14.7989 9.47382C14.7399 9.41003 13.8068 8.40129 12.2972 8.40129C10.7723 8.40129 9.82916 9.43071 9.7908 9.47547C9.64374 9.63851 9.65653 9.89107 9.81957 10.0381C9.98262 10.1884 10.2352 10.1756 10.3822 10.0126L10.3831 10.0117C10.4119 9.98146 11.1547 9.20373 12.294 9.20373C13.4321 9.20373 14.1683 9.97979 14.1985 10.0116L14.1994 10.0126ZM13.5696 11.7805C13.4609 11.7805 13.349 11.7357 13.2723 11.6462C13.2723 11.6462 12.8854 11.2338 12.294 11.2338C11.7106 11.2338 11.3262 11.632 11.3129 11.6458L11.3125 11.6462C11.1623 11.806 10.9097 11.8188 10.7499 11.6718C10.5868 11.5247 10.574 11.2753 10.7211 11.1123C10.7467 11.0835 11.3413 10.4345 12.294 10.4345C13.2467 10.4345 13.8413 11.0835 13.8669 11.1123C14.014 11.2753 14.0012 11.5279 13.8349 11.6782C13.7582 11.7453 13.6623 11.7805 13.5696 11.7805ZM12.0159 12.4518C12.78 12.276 13.4577 12.8514 13.4577 13.5867V13.5835C13.4577 14.0247 13.2084 14.4051 12.8471 14.6034L13.1476 16.6686C13.1732 16.8316 13.0453 16.9755 12.8823 16.9755H11.7026C11.5395 16.9755 11.4149 16.8316 11.4372 16.6686L11.7378 14.6034C11.303 14.3668 11.0312 13.8617 11.1623 13.3022C11.2582 12.8866 11.6003 12.5477 12.0159 12.4518Z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlDigiturva;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlDisplaySize = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M4.84 2.37l-.08 19.2 14.4.05.08-19.2-14.4-.05zM18 3.62v13.2H6V3.58l12 .04zM6 20.38V18h12v2.4l-12-.02z" }),
|
|
8
|
+
React.createElement("circle", { transform: "rotate(-89.77 11.998 19.197)", cx: "11.998", cy: "19.197", r: "1" }),
|
|
9
|
+
React.createElement("path", { d: "M14.4 5.4a.6.6 0 0 0 0 1.2h.35L8.4 13v-.4a.6.6 0 0 0-1.2 0V15h2.4a.6.6 0 0 0 0-1.2h-.35l6.35-6.35v.35a.6.6 0 0 0 1.2 0V5.4h-2.4z" })));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export default hlDisplaySize;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlDocument = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M19.2 3.6v16.8H4.8V3.6h14.4m1.2-1.2H3.6v19.2h16.8V2.4z" }),
|
|
8
|
+
React.createElement("path", { d: "M16.2 9H7.8a.6.6 0 0 1 0-1.2h8.4a.6.6 0 1 1 0 1.2zM16.2 12.6H7.8a.6.6 0 0 1 0-1.2h8.4a.6.6 0 0 1 0 1.2zM16.2 16.2H7.8a.6.6 0 1 1 0-1.2h8.4a.6.6 0 0 1 0 1.2z" })));
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export default hlDocument;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlDownload = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 16 20", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("g", { fillRule: "evenodd" },
|
|
8
|
+
React.createElement("path", { d: "M8 .4a.6.6 0 01.596.53L8.6 1v11.15l1.976-1.974a.6.6 0 01.898.792l-.05.056-3 3a.603.603 0 01-.078.066l.078-.066a.602.602 0 01-.249.15l-.015.004a.6.6 0 01-.072.016h-.006l-.02.003h-.01l-.017.002A.61.61 0 018 14.2h-.012a.604.604 0 01-.067-.005L8 14.2a.604.604 0 01-.103-.009h-.003l-.025-.005a.6.6 0 01-.237-.112l-.056-.05-3-3a.6.6 0 01.792-.898l.056.05L7.4 12.15V1A.6.6 0 018 .4z", fillRule: "nonzero" }),
|
|
9
|
+
React.createElement("path", { d: "M15.2 13.8a.6.6 0 01.596.53l.004.07v4.8H.2v-4.8a.6.6 0 011.196-.07l.004.07V18h13.2v-3.6a.6.6 0 01.53-.596l.07-.004z", fillRule: "nonzero" }))));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export default hlDownload;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlEnvelope = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M2.4 4.8v14.4h19.2V4.8zM19.55 6L12 13.55 4.45 6zM3.6 18V6.85l8.4 8.4 8.4-8.4V18z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlEnvelope;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlError = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
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" }),
|
|
8
|
+
React.createElement("path", { d: "M12 14.4a.6.6 0 0 1-.6-.6V6.6a.6.6 0 0 1 1.2 0v7.2a.6.6 0 0 1-.6.6z" }),
|
|
9
|
+
React.createElement("circle", { cx: "12", cy: "16.8", r: "1.2" })));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export default hlError;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlEuro = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M17.71 18.77a7.82 7.82 0 0 1-11.36-4.4h7.45a.58.58 0 1 0 0-1.16H6.08a7.14 7.14 0 0 1 0-2.44h9.52a.58.58 0 1 0 0-1.16H6.35a7.82 7.82 0 0 1 11.36-4.4.58.58 0 1 0 .58-1A9 9 0 0 0 5.15 9.62H3.6a.58.58 0 1 0 0 1.16h1.31A9 9 0 0 0 4.82 12a9 9 0 0 0 .09 1.22H3.6a.58.58 0 1 0 0 1.16h1.55a9 9 0 0 0 13.14 5.4.58.58 0 1 0-.58-1z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlEuro;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlExclamationMark = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M13.8 14.7221V3.36469C13.8 3.13025 13.675 3 13.45 3H10.675C10.45 3 10.325 3.13025 10.325 3.36469V14.7221C10.325 14.9566 10.45 15.0868 10.675 15.0868H13.45C13.675 15.0868 13.8 14.9566 13.8 14.7221ZM12.075 21C13.275 21 14.15 20.0362 14.15 18.864C14.15 17.7178 13.275 16.754 12.075 16.754C10.875 16.754 10 17.7178 10 18.864C10 20.0362 10.875 21 12.075 21Z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlExclamationMark;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlExpand = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M21 9a.6.6 0 0 0 .6-.6v-6h-6a.6.6 0 1 0 0 1.2h4L12 11.15 4.45 3.6h4a.6.6 0 0 0 0-1.2h-6v6a.6.6 0 1 0 1.2 0v-4l7.5 7.6-7.55 7.55v-4a.6.6 0 0 0-1.2 0v6h6a.6.6 0 0 0 0-1.2h-4l7.6-7.5 7.55 7.55h-4a.6.6 0 0 0 0 1.2h6v-6a.6.6 0 0 0-1.2 0v4l-7.5-7.6 7.55-7.55v4A.6.6 0 0 0 21 9z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlExpand;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlExternal = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M10.8 2.4a.6.6 0 01.07 1.196l-.07.004H3.6v16.8h16.8v-7.2a.6.6 0 01.53-.596L21 12.6a.6.6 0 01.596.53l.004.07v8.4H2.4V2.4h8.4zm10.8 0V9a.6.6 0 01-1.196.07L20.4 9l-.001-4.551-7.975 7.975a.6.6 0 01-.898-.792l.05-.056L19.55 3.6H15a.6.6 0 01-.596-.53L14.4 3a.6.6 0 01.53-.596L15 2.4h6.6z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlExternal;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlEyeClosed = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M3.6 21a.6.6 0 0 1-.42-1L20 3.18a.6.6 0 0 1 .85.85L4 20.82a.6.6 0 0 1-.4.18zM22.72 11.71a11.71 11.71 0 0 0-4-3.9l-.88.88A10.89 10.89 0 0 1 21.49 12 11.34 11.34 0 0 1 12 16.8a13 13 0 0 1-2.08-.16l-1 1A13.74 13.74 0 0 0 12 18a12.3 12.3 0 0 0 10.72-5.71l.16-.29zM5.27 16.18l.87-.87A10.86 10.86 0 0 1 2.51 12 11.34 11.34 0 0 1 12 7.2a12.86 12.86 0 0 1 2.09.17l1-1A13.78 13.78 0 0 0 12 6a12.3 12.3 0 0 0-10.72 5.71l-.17.29.16.29a11.76 11.76 0 0 0 4 3.89z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlEyeClosed;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlEyeOpen = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M12 18a12.3 12.3 0 0 1-10.72-5.71L1.11 12l.16-.29A12.3 12.3 0 0 1 12 6a12.3 12.3 0 0 1 10.72 5.71l.16.29-.16.29A12.3 12.3 0 0 1 12 18zm-9.49-6A11.21 11.21 0 0 0 12 16.8a11.34 11.34 0 0 0 9.49-4.8A11.21 11.21 0 0 0 12 7.2 11.34 11.34 0 0 0 2.51 12z" }),
|
|
8
|
+
React.createElement("path", { d: "M12 9.6A2.4 2.4 0 1 1 9.6 12 2.4 2.4 0 0 1 12 9.6m0-1.2a3.6 3.6 0 1 0 3.6 3.6A3.6 3.6 0 0 0 12 8.4z" })));
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export default hlEyeOpen;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlFaceId = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M3 8.4a.6.6 0 0 1-.6-.6V5.4a3 3 0 0 1 3-3h2.4a.6.6 0 1 1 0 1.2H5.4a1.8 1.8 0 0 0-1.8 1.8v2.4a.6.6 0 0 1-.6.6zM7.8 21.6H5.4a3 3 0 0 1-3-3v-2.4a.6.6 0 1 1 1.2 0v2.4a1.8 1.8 0 0 0 1.8 1.8h2.4a.6.6 0 0 1 0 1.2zM18.6 21.6h-2.4a.6.6 0 1 1 0-1.2h2.4a1.8 1.8 0 0 0 1.8-1.8v-2.4a.6.6 0 0 1 1.2 0v2.4a3 3 0 0 1-3 3zM21 8.4a.6.6 0 0 1-.6-.6V5.4a1.8 1.8 0 0 0-1.8-1.8h-2.4a.6.6 0 1 1 0-1.2h2.4a3 3 0 0 1 3 3v2.4a.6.6 0 0 1-.6.6zM12 14.4h-.6a.6.6 0 0 1 0-1.2h.6V9.6a.6.6 0 0 1 1.2 0v3.6a1.2 1.2 0 0 1-1.2 1.2zM7.8 11.4a.6.6 0 0 1-.6-.6V9.6a.6.6 0 0 1 1.2 0v1.2a.6.6 0 0 1-.6.6zM16.2 11.4a.6.6 0 0 1-.6-.6V9.6a.6.6 0 1 1 1.2 0v1.2a.6.6 0 0 1-.6.6zM12 18a6 6 0 0 1-3.77-1.33.6.6 0 1 1 .77-.94 4.8 4.8 0 0 0 6 0 .6.6 0 0 1 .75.93A6 6 0 0 1 12 18z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlFaceId;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlFastDelivery = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M11.8943 2.00031L12.0086 2.00123C12.5794 2.00123 13.1298 2.18546 13.5986 2.4925C13.7821 2.63579 13.9656 2.79955 14.1287 2.98377C14.2917 2.79955 14.4752 2.63579 14.6587 2.4925C15.1275 2.18546 15.678 2.00123 16.2487 2.00123C16.473 2.00123 16.6972 2.0217 16.9215 2.08311C18.1446 2.41063 18.8377 3.65927 18.5115 4.86697C18.3892 5.29683 18.165 5.68576 17.8796 6.01327H22.8129V10.7213H21.4674V22H6.78989V10.7213H5.44444V6.01327H10.3777C10.0923 5.68576 9.86809 5.3173 9.74578 4.88744C9.68462 4.66228 9.66424 4.43711 9.66424 4.21195C9.70501 2.94283 10.7447 1.9603 12.0086 2.00123L11.8943 2.00031ZM12.8036 10.8031H8.13533V20.649H12.8036V10.8031ZM20.1424 10.8031H15.4741V20.649H20.1424V10.8031ZM5.44444 16.1667V17.2778H3.22222C2.9154 17.2778 2.66667 17.029 2.66667 16.7222C2.66667 16.4154 2.9154 16.1667 3.22222 16.1667H5.44444ZM5.44444 13.9444V15.0556H1.55556C1.24873 15.0556 1 14.8068 1 14.5C1 14.1932 1.24873 13.9444 1.55556 13.9444H5.44444ZM21.4674 7.36426H15.4741V9.41122H21.4674V7.36426ZM12.8036 7.34379H6.78989V9.39075H12.8036V7.34379ZM16.3506 3.33043L16.2691 3.33176C15.9633 3.33176 15.678 3.4341 15.4333 3.59786C14.8421 4.00725 14.6179 4.72369 14.9441 5.21496C15.1275 5.50153 15.4537 5.64482 15.8003 5.62435C16.106 5.62435 16.3914 5.522 16.6361 5.35824C16.9215 5.15355 17.1253 4.86697 17.2272 4.51899C17.3088 4.25289 17.268 3.96631 17.1049 3.74115C16.9215 3.47504 16.5953 3.31129 16.2691 3.33176L16.3506 3.33043ZM11.9882 3.33176C11.662 3.31129 11.3358 3.45457 11.1524 3.74115C11.0097 3.96631 10.9485 4.25289 11.0301 4.51899C11.132 4.86697 11.3358 5.15355 11.6212 5.35824C11.8659 5.522 12.1513 5.62435 12.457 5.62435C12.8036 5.64482 13.1094 5.48106 13.3132 5.21496C13.4559 4.98979 13.4967 4.70322 13.4152 4.43711C13.3132 4.08913 13.1094 3.80256 12.824 3.59786C12.5794 3.4341 12.294 3.33176 11.9882 3.33176Z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlFastDelivery;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlFingerprint = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M22 14.4h-.11a.6.6 0 0 1-.49-.7 9.77 9.77 0 0 0 .2-1.7 9.6 9.6 0 0 0-2.26-6.19.6.6 0 0 1 .92-.81 10.82 10.82 0 0 1 2.37 8.87.6.6 0 0 1-.63.53zM1.82 12a.6.6 0 0 1-.56-.63 10.8 10.8 0 0 1 17.09-8.11.6.6 0 1 1-.71 1 9.6 9.6 0 0 0-15.22 7.16.6.6 0 0 1-.6.58z" }),
|
|
8
|
+
React.createElement("path", { d: "M4.29 11.38H4.2a.6.6 0 0 1-.5-.69c0-.21.07-.42.12-.63A8.37 8.37 0 0 1 12 3.6a.6.6 0 0 1 0 1.2 7.17 7.17 0 0 0-7 5.54q-.06.26-.11.54a.6.6 0 0 1-.6.5zM19.2 16.2h-.15a.6.6 0 0 1-.44-.73c1.08-4.33 0-7.82-2.85-9.59a7.24 7.24 0 0 0-1.52-.7.6.6 0 0 1 .38-1.18 8.44 8.44 0 0 1 1.77.82c3.37 2.06 4.61 6 3.39 10.91a.6.6 0 0 1-.58.47z" }),
|
|
9
|
+
React.createElement("path", { d: "M15.39 8.4a.6.6 0 0 1-.39-.13 4.8 4.8 0 0 0-6 0 .6.6 0 1 1-.75-.93 6 6 0 0 1 7.54 0 .6.6 0 0 1-.38 1.07zM13.2 22.2a.6.6 0 0 1-.45-1c1.19-1.33 5-6.07 3.51-11.44a.6.6 0 0 1 1.16-.32C19 15.4 14.94 20.56 13.65 22a.6.6 0 0 1-.45.2z" }),
|
|
10
|
+
React.createElement("path", { d: "M4.2 19.2A.6.6 0 0 1 4 18a6.71 6.71 0 0 0 4.31-5c.5-2.83 1.88-4.57 3.69-4.6a3.27 3.27 0 0 1 2.63 1.11 4.41 4.41 0 0 1 .65 3.88.6.6 0 0 1-1.18-.24 3.41 3.41 0 0 0-.39-2.87A2.08 2.08 0 0 0 12 9.6c-.91 0-2.06 1-2.56 3.67a7.85 7.85 0 0 1-5 5.88.6.6 0 0 1-.24.05z" }),
|
|
11
|
+
React.createElement("path", { d: "M3 16.8a.6.6 0 0 1-.21-1.16c2.62-1 2.83-2.17 3.12-3.78a8.49 8.49 0 0 1 .76-2.54.6.6 0 1 1 1.07.55 7.42 7.42 0 0 0-.64 2.2c-.3 1.69-.62 3.44-3.87 4.69a.6.6 0 0 1-.23.04zM6.6 21a.6.6 0 0 1-.3-1.12 11.15 11.15 0 0 0 5.1-7.94.6.6 0 0 1 1.2.11 12.17 12.17 0 0 1-5.7 8.86.6.6 0 0 1-.3.09zM9.6 22.2a.6.6 0 0 1-.39-1.05 12.52 12.52 0 0 0 4-5.69.6.6 0 0 1 1.17.28A13.42 13.42 0 0 1 10 22.05a.6.6 0 0 1-.4.15zM2.38 14.47a.6.6 0 0 1-.3-1.12 2.66 2.66 0 0 0 1-1 .6.6 0 0 1 1.08.52 3.87 3.87 0 0 1-1.47 1.53.59.59 0 0 1-.31.07zM16.8 21.6a.6.6 0 0 1-.47-1 11.35 11.35 0 0 0 1.62-2.83.6.6 0 0 1 1.13.4 12.35 12.35 0 0 1-1.8 3.17.6.6 0 0 1-.48.26z" })));
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export default hlFingerprint;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlGlobe = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M12 1.2A10.8 10.8 0 1 0 22.8 12 10.8 10.8 0 0 0 12 1.2zm9.57 10.2H18c-.14-4.6-1.87-7.22-3.4-8.64a9.61 9.61 0 0 1 6.97 8.64zM11.4 2.76v8.64H7.21C7.39 5.86 10 3.57 11.4 2.76zm0 9.84v8.63c-1.36-.83-4-3.14-4.19-8.63zm1.2 8.64V12.6h4.19c-.18 5.54-2.79 7.83-4.19 8.64zm0-9.84V2.77c1.36.83 4 3.14 4.19 8.63zM9.41 2.76C7.88 4.18 6.15 6.8 6 11.4H2.43a9.61 9.61 0 0 1 6.98-8.64zm-7 9.84H6c.14 4.6 1.87 7.22 3.4 8.64a9.61 9.61 0 0 1-6.97-8.64zm12.16 8.64c1.54-1.42 3.26-4 3.4-8.64h3.58a9.61 9.61 0 0 1-6.96 8.64z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlGlobe;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlHeadphones = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M19.41 13.2a7.69 7.69 0 0 0 .39-2.4 7.8 7.8 0 0 0-15.6 0 7.69 7.69 0 0 0 .39 2.4H3v7.2h3.6v-7.2h-.73a6.52 6.52 0 0 1-.47-2.4 6.6 6.6 0 1 1 13.2 0 6.52 6.52 0 0 1-.47 2.4h-.73v7.2H21v-7.2h-1.59zm-14 6H4.2v-4.8h1.2l.01 4.8zm14.4 0H18.6v-4.8h1.2l.01 4.8z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlHeadphones;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlHeadset = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M18.81 11.4A7.69 7.69 0 0 0 19.2 9 7.8 7.8 0 0 0 3.6 9a7.69 7.69 0 0 0 .4 2.4H2.4v7.2H6v-7.2h-.73A6.52 6.52 0 0 1 4.8 9 6.6 6.6 0 0 1 18 9a6.52 6.52 0 0 1-.47 2.4h-.73v7.2h3.6v-7.2zm-14 6H3.6v-4.8h1.2zm14.4 0H18v-4.8h1.2z" }),
|
|
8
|
+
React.createElement("path", { d: "M22.8 22.2H11.4a.6.6 0 0 1 0-1.2h10.2v-6.6a.6.6 0 0 1 1.2 0z" }),
|
|
9
|
+
React.createElement("circle", { cx: "11.4", cy: "21.6", r: "1.2" })));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export default hlHeadset;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlHeart = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M17 3.87h.29a4.77 4.77 0 0 1 3.12 1.5 4.56 4.56 0 0 1 1.23 3.46c-.12 1.83-2 4.61-5.17 7.84a55.503 55.503 0 0 1-4.45 4c-.95-.77-2.7-2.26-4.45-4-3.21-3.23-5-6-5.17-7.84a4.56 4.56 0 0 1 1.2-3.45 4.77 4.77 0 0 1 3.12-1.5H7a4.8 4.8 0 0 1 4 2.22l1 1.59 1-1.59a4.8 4.8 0 0 1 4-2.22m0-1.18a5.94 5.94 0 0 0-5 2.77A5.94 5.94 0 0 0 7 2.7h-.35a5.84 5.84 0 0 0-5.44 6.2C1.56 14.16 12 22.2 12 22.2s10.44-8 10.79-13.28a5.84 5.84 0 0 0-5.44-6.2z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlHeart;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const hlHome = (_a) => {
|
|
5
|
+
var { size, color } = _a, props = __rest(_a, ["size", "color"]);
|
|
6
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
7
|
+
React.createElement("path", { d: "M22.62 12.18L12 1.55 1.38 12.18a.6.6 0 0 0 .85.85l.77-.78v9.35h7.2v-7.2h3.6v7.2H21v-9.35l.78.78a.6.6 0 1 0 .85-.85zM19.8 20.4H15v-7.2H9v7.2H4.2V11L12 3.25 19.8 11z" })));
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default hlHome;
|