@veracity/vui 0.0.14 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/alert.d.ts +13 -13
- package/alert/alert.js +85 -85
- package/alert/alert.types.d.ts +20 -20
- package/alert/alert.types.js +2 -2
- package/alert/alertButton.d.ts +3 -3
- package/alert/alertButton.js +30 -30
- package/alert/alertIcon.d.ts +3 -3
- package/alert/alertIcon.js +33 -33
- package/alert/alertText.d.ts +3 -3
- package/alert/alertText.js +30 -30
- package/alert/alertTitle.d.ts +3 -3
- package/alert/alertTitle.js +30 -30
- package/alert/consts.d.ts +2 -2
- package/alert/consts.js +37 -37
- package/alert/context.d.ts +4 -4
- package/alert/context.js +23 -23
- package/alert/index.d.ts +8 -8
- package/alert/index.js +25 -25
- package/alert/theme.d.ts +48 -46
- package/alert/theme.js +64 -62
- package/avatar/avatar.d.ts +5 -5
- package/avatar/avatar.js +82 -82
- package/avatar/avatar.types.d.ts +12 -12
- package/avatar/avatar.types.js +2 -2
- package/avatar/index.d.ts +3 -3
- package/avatar/index.js +20 -20
- package/avatar/theme.d.ts +56 -56
- package/avatar/theme.js +94 -94
- package/box/box.d.ts +5 -5
- package/box/box.js +58 -58
- package/box/box.types.d.ts +15 -15
- package/box/box.types.js +2 -2
- package/box/index.d.ts +3 -3
- package/box/index.js +20 -20
- package/box/theme.d.ts +6 -6
- package/box/theme.js +10 -10
- package/button/button.d.ts +11 -5
- package/button/button.js +114 -81
- package/button/button.types.d.ts +26 -24
- package/button/button.types.js +2 -2
- package/button/buttonIcon.d.ts +3 -0
- package/button/buttonIcon.js +30 -0
- package/button/buttonText.d.ts +3 -0
- package/button/buttonText.js +30 -0
- package/button/buttons.d.ts +9 -8
- package/button/buttons.js +28 -27
- package/button/consts.d.ts +2 -2
- package/button/consts.js +27 -26
- package/button/context.d.ts +4 -4
- package/button/context.js +23 -23
- package/button/index.d.ts +7 -7
- package/button/index.js +24 -24
- package/button/theme.d.ts +110 -72
- package/button/theme.js +151 -112
- package/{button → buttonGroup}/buttonGroup.d.ts +7 -5
- package/{button → buttonGroup}/buttonGroup.js +74 -72
- package/{button → buttonGroup}/buttonGroup.types.d.ts +6 -6
- package/{button → buttonGroup}/buttonGroup.types.js +2 -2
- package/buttonGroup/context.d.ts +4 -0
- package/buttonGroup/context.js +23 -0
- package/buttonGroup/helpers.d.ts +3 -0
- package/buttonGroup/helpers.js +10 -0
- package/buttonGroup/index.d.ts +4 -0
- package/buttonGroup/index.js +21 -0
- package/card/card.d.ts +3 -0
- package/{tile/tile.js → card/card.js} +47 -46
- package/{tile/tile.types.d.ts → card/card.types.d.ts} +5 -5
- package/{label/label.types.js → card/card.types.js} +2 -2
- package/card/index.d.ts +3 -0
- package/{label → card}/index.js +20 -20
- package/card/theme.d.ts +6 -0
- package/card/theme.js +10 -0
- package/checkbox/checkbox.d.ts +7 -7
- package/checkbox/checkbox.js +105 -105
- package/checkbox/checkbox.types.d.ts +26 -26
- package/checkbox/checkbox.types.js +2 -2
- package/checkbox/checkboxGroup.d.ts +5 -5
- package/checkbox/checkboxGroup.js +70 -70
- package/checkbox/checkboxGroup.types.d.ts +12 -12
- package/checkbox/checkboxGroup.types.js +2 -2
- package/checkbox/context.d.ts +4 -4
- package/checkbox/context.js +23 -23
- package/checkbox/index.d.ts +6 -6
- package/checkbox/index.js +23 -23
- package/checkbox/theme.d.ts +48 -48
- package/checkbox/theme.js +56 -56
- package/core/consts.d.ts +1 -1
- package/core/consts.js +4 -4
- package/core/globalStyle.d.ts +5 -2
- package/core/globalStyle.js +61 -57
- package/core/index.d.ts +8 -6
- package/core/index.js +29 -25
- package/core/resetCSS.d.ts +2 -2
- package/core/resetCSS.js +9 -9
- package/core/styled.d.ts +4 -0
- package/core/styled.js +80 -0
- package/core/types/component.d.ts +30 -30
- package/core/types/component.js +2 -2
- package/core/types/context.d.ts +10 -10
- package/core/types/context.js +2 -2
- package/core/types/events.d.ts +17 -17
- package/core/types/events.js +2 -2
- package/core/types/index.d.ts +5 -4
- package/core/types/index.js +17 -16
- package/core/types/styled.d.ts +11 -0
- package/{list/listItem.types.js → core/types/styled.js} +2 -2
- package/core/types/themeGet.d.ts +24 -24
- package/core/types/themeGet.js +2 -2
- package/core/utils.d.ts +58 -58
- package/core/utils.js +209 -209
- package/core/v.d.ts +182 -0
- package/core/v.js +6 -0
- package/core/vuiProvider.d.ts +20 -9
- package/core/vuiProvider.js +18 -18
- package/divider/divider.d.ts +5 -5
- package/divider/divider.js +53 -53
- package/divider/divider.types.d.ts +6 -7
- package/divider/divider.types.js +2 -2
- package/divider/index.d.ts +3 -3
- package/divider/index.js +20 -20
- package/divider/theme.d.ts +6 -6
- package/divider/theme.js +10 -10
- package/heading/heading.d.ts +5 -5
- package/heading/heading.js +53 -53
- package/heading/heading.types.d.ts +10 -9
- package/heading/heading.types.js +2 -2
- package/heading/headings.d.ts +7 -7
- package/heading/headings.js +26 -26
- package/heading/index.d.ts +4 -4
- package/heading/index.js +21 -21
- package/heading/theme.d.ts +39 -39
- package/heading/theme.js +43 -43
- package/icon/helpers.d.ts +7 -8
- package/icon/helpers.js +61 -63
- package/icon/icon.d.ts +3 -3
- package/icon/icon.js +48 -47
- package/icon/icon.types.d.ts +22 -20
- package/icon/icon.types.js +2 -2
- package/icon/index.d.ts +3 -3
- package/icon/index.js +20 -20
- package/icon/theme.d.ts +25 -25
- package/icon/theme.js +29 -29
- package/icons/baseIcons/cui/cuiCheckboxIndeterminate.d.ts +3 -3
- package/icons/baseIcons/cui/cuiCheckboxIndeterminate.js +7 -7
- package/icons/baseIcons/cui/cuiCheckboxSelected.d.ts +3 -3
- package/icons/baseIcons/cui/cuiCheckboxSelected.js +7 -7
- package/icons/baseIcons/cui/cuiCheckboxUnselected.d.ts +3 -3
- package/icons/baseIcons/cui/cuiCheckboxUnselected.js +8 -8
- package/icons/baseIcons/cui/cuiRadioSelected.d.ts +3 -3
- package/icons/baseIcons/cui/cuiRadioSelected.js +8 -8
- package/icons/baseIcons/cui/cuiRadioUnselected.d.ts +3 -3
- package/icons/baseIcons/cui/cuiRadioUnselected.js +8 -8
- package/icons/baseIcons/cul/culApiProduct.d.ts +3 -0
- package/icons/baseIcons/cul/culApiProduct.js +7 -0
- package/icons/baseIcons/cul/culApiService.d.ts +3 -0
- package/icons/baseIcons/cul/culApiService.js +7 -0
- package/icons/baseIcons/cul/culCovid.d.ts +3 -3
- package/icons/baseIcons/cul/culCovid.js +7 -7
- package/icons/baseIcons/cul/culDeepSearch.d.ts +3 -3
- package/icons/baseIcons/cul/culDeepSearch.js +7 -7
- package/icons/baseIcons/cul/culDotsMenu.d.ts +3 -3
- package/icons/baseIcons/cul/culDotsMenu.js +7 -7
- package/icons/baseIcons/cul/culGlobePlus.d.ts +3 -3
- package/icons/baseIcons/cul/culGlobePlus.js +7 -7
- package/icons/baseIcons/cul/culListDense.d.ts +3 -3
- package/icons/baseIcons/cul/culListDense.js +7 -7
- package/icons/baseIcons/cul/culMapMarkerStar.d.ts +3 -3
- package/icons/baseIcons/cul/culMapMarkerStar.js +7 -7
- package/icons/baseIcons/cul/culPlusThin.d.ts +3 -3
- package/icons/baseIcons/cul/culPlusThin.js +7 -7
- package/icons/baseIcons/cul/culScreenshot.d.ts +3 -3
- package/icons/baseIcons/cul/culScreenshot.js +7 -7
- package/icons/baseIcons/cul/culScreenshotAlt.d.ts +3 -3
- package/icons/baseIcons/cul/culScreenshotAlt.js +7 -7
- package/icons/baseIcons/cul/culShortcut.d.ts +3 -3
- package/icons/baseIcons/cul/culShortcut.js +7 -7
- package/icons/baseIcons/cul/culTimesThin.d.ts +3 -3
- package/icons/baseIcons/cul/culTimesThin.js +7 -7
- package/icons/baseIcons/cul/culTransformer.d.ts +3 -3
- package/icons/baseIcons/cul/culTransformer.js +7 -7
- package/icons/baseIcons/cul/culUserTransfer.d.ts +3 -3
- package/icons/baseIcons/cul/culUserTransfer.js +7 -7
- package/icons/baseIcons/cul/culVeracityService.d.ts +3 -0
- package/icons/baseIcons/cul/culVeracityService.js +7 -0
- package/icons/baseIcons/cul/culVessel.d.ts +3 -3
- package/icons/baseIcons/cul/culVessel.js +7 -7
- package/icons/baseIcons/cul/culVesselGroup.d.ts +3 -3
- package/icons/baseIcons/cul/culVesselGroup.js +7 -7
- package/icons/baseIcons/cus/cusDotFull.d.ts +3 -3
- package/icons/baseIcons/cus/cusDotFull.js +7 -7
- package/icons/baseIcons/cus/cusDotFullAlt.d.ts +3 -3
- package/icons/baseIcons/cus/cusDotFullAlt.js +7 -7
- package/icons/baseIcons/cus/cusDotsMenu.d.ts +3 -3
- package/icons/baseIcons/cus/cusDotsMenu.js +7 -7
- package/icons/baseIcons/cus/cusTransformer.d.ts +3 -3
- package/icons/baseIcons/cus/cusTransformer.js +7 -7
- package/icons/baseIcons/cus/cusVessel.d.ts +3 -3
- package/icons/baseIcons/cus/cusVessel.js +7 -7
- package/icons/baseIcons/fab/fabApplePay.d.ts +3 -3
- package/icons/baseIcons/fab/fabApplePay.js +7 -7
- package/icons/baseIcons/fab/fabBluetooth.d.ts +3 -3
- package/icons/baseIcons/fab/fabBluetooth.js +7 -7
- package/icons/baseIcons/fab/fabBtc.d.ts +3 -3
- package/icons/baseIcons/fab/fabBtc.js +7 -7
- package/icons/baseIcons/fab/fabCcAmazonPay.d.ts +3 -3
- package/icons/baseIcons/fab/fabCcAmazonPay.js +7 -7
- package/icons/baseIcons/fab/fabCcAmex.d.ts +3 -3
- package/icons/baseIcons/fab/fabCcAmex.js +7 -7
- package/icons/baseIcons/fab/fabCcApplePay.d.ts +3 -3
- package/icons/baseIcons/fab/fabCcApplePay.js +7 -7
- package/icons/baseIcons/fab/fabCcDinersClub.d.ts +3 -3
- package/icons/baseIcons/fab/fabCcDinersClub.js +7 -7
- package/icons/baseIcons/fab/fabCcMastercard.d.ts +3 -3
- package/icons/baseIcons/fab/fabCcMastercard.js +7 -7
- package/icons/baseIcons/fab/fabCcPaypal.d.ts +3 -3
- package/icons/baseIcons/fab/fabCcPaypal.js +7 -7
- package/icons/baseIcons/fab/fabCcVisa.d.ts +3 -3
- package/icons/baseIcons/fab/fabCcVisa.js +7 -7
- package/icons/baseIcons/fab/fabDhl.d.ts +3 -3
- package/icons/baseIcons/fab/fabDhl.js +7 -7
- package/icons/baseIcons/fab/fabEbay.d.ts +3 -3
- package/icons/baseIcons/fab/fabEbay.js +7 -7
- package/icons/baseIcons/fab/fabFacebook.d.ts +3 -3
- package/icons/baseIcons/fab/fabFacebook.js +7 -7
- package/icons/baseIcons/fab/fabFedex.d.ts +3 -3
- package/icons/baseIcons/fab/fabFedex.js +7 -7
- package/icons/baseIcons/fab/fabFirefox.d.ts +3 -3
- package/icons/baseIcons/fab/fabFirefox.js +7 -7
- package/icons/baseIcons/fab/fabGoogle.d.ts +3 -3
- package/icons/baseIcons/fab/fabGoogle.js +7 -7
- package/icons/baseIcons/fab/fabGoogleDrive.d.ts +3 -3
- package/icons/baseIcons/fab/fabGoogleDrive.js +7 -7
- package/icons/baseIcons/fab/fabLinkedinIn.d.ts +3 -3
- package/icons/baseIcons/fab/fabLinkedinIn.js +7 -7
- package/icons/baseIcons/fab/fabMedium.d.ts +3 -3
- package/icons/baseIcons/fab/fabMedium.js +7 -7
- package/icons/baseIcons/fab/fabOsi.d.ts +3 -3
- package/icons/baseIcons/fab/fabOsi.js +7 -7
- package/icons/baseIcons/fab/fabSlack.d.ts +3 -3
- package/icons/baseIcons/fab/fabSlack.js +7 -7
- package/icons/baseIcons/fab/fabTwitter.d.ts +3 -3
- package/icons/baseIcons/fab/fabTwitter.js +7 -7
- package/icons/baseIcons/fab/fabUps.d.ts +3 -3
- package/icons/baseIcons/fab/fabUps.js +7 -7
- package/icons/baseIcons/fad/fadSpinnerThird.d.ts +3 -3
- package/icons/baseIcons/fad/fadSpinnerThird.js +7 -7
- package/icons/baseIcons/fal/falAddressBook.d.ts +3 -3
- package/icons/baseIcons/fal/falAddressBook.js +7 -7
- package/icons/baseIcons/fal/falAddressCard.d.ts +3 -3
- package/icons/baseIcons/fal/falAddressCard.js +7 -7
- package/icons/baseIcons/fal/falAnalytics.d.ts +3 -3
- package/icons/baseIcons/fal/falAnalytics.js +7 -7
- package/icons/baseIcons/fal/falAngleDoubleDown.d.ts +3 -3
- package/icons/baseIcons/fal/falAngleDoubleDown.js +7 -7
- package/icons/baseIcons/fal/falAngleDoubleLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falAngleDoubleLeft.js +7 -7
- package/icons/baseIcons/fal/falAngleDoubleRight.d.ts +3 -3
- package/icons/baseIcons/fal/falAngleDoubleRight.js +7 -7
- package/icons/baseIcons/fal/falAngleDoubleUp.d.ts +3 -3
- package/icons/baseIcons/fal/falAngleDoubleUp.js +7 -7
- package/icons/baseIcons/fal/falAngleDown.d.ts +3 -3
- package/icons/baseIcons/fal/falAngleDown.js +7 -7
- package/icons/baseIcons/fal/falAngleLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falAngleLeft.js +7 -7
- package/icons/baseIcons/fal/falAngleRight.d.ts +3 -3
- package/icons/baseIcons/fal/falAngleRight.js +7 -7
- package/icons/baseIcons/fal/falAngleUp.d.ts +3 -3
- package/icons/baseIcons/fal/falAngleUp.js +7 -7
- package/icons/baseIcons/fal/falArrowAltDown.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowAltDown.js +7 -7
- package/icons/baseIcons/fal/falArrowAltLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowAltLeft.js +7 -7
- package/icons/baseIcons/fal/falArrowAltRight.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowAltRight.js +7 -7
- package/icons/baseIcons/fal/falArrowAltUp.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowAltUp.js +7 -7
- package/icons/baseIcons/fal/falArrowCircleDown.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowCircleDown.js +7 -7
- package/icons/baseIcons/fal/falArrowCircleLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowCircleLeft.js +7 -7
- package/icons/baseIcons/fal/falArrowCircleRight.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowCircleRight.js +7 -7
- package/icons/baseIcons/fal/falArrowCircleUp.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowCircleUp.js +7 -7
- package/icons/baseIcons/fal/falArrowDown.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowDown.js +7 -7
- package/icons/baseIcons/fal/falArrowFromBottom.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowFromBottom.js +7 -7
- package/icons/baseIcons/fal/falArrowFromLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowFromLeft.js +7 -7
- package/icons/baseIcons/fal/falArrowFromRight.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowFromRight.js +7 -7
- package/icons/baseIcons/fal/falArrowFromTop.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowFromTop.js +7 -7
- package/icons/baseIcons/fal/falArrowLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowLeft.js +7 -7
- package/icons/baseIcons/fal/falArrowRight.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowRight.js +7 -7
- package/icons/baseIcons/fal/falArrowToBottom.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowToBottom.js +7 -7
- package/icons/baseIcons/fal/falArrowToLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowToLeft.js +7 -7
- package/icons/baseIcons/fal/falArrowToRight.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowToRight.js +7 -7
- package/icons/baseIcons/fal/falArrowToTop.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowToTop.js +7 -7
- package/icons/baseIcons/fal/falArrowUp.d.ts +3 -3
- package/icons/baseIcons/fal/falArrowUp.js +7 -7
- package/icons/baseIcons/fal/falArrows.d.ts +3 -3
- package/icons/baseIcons/fal/falArrows.js +7 -7
- package/icons/baseIcons/fal/falAward.d.ts +3 -3
- package/icons/baseIcons/fal/falAward.js +7 -7
- package/icons/baseIcons/fal/falBan.d.ts +3 -3
- package/icons/baseIcons/fal/falBan.js +7 -7
- package/icons/baseIcons/fal/falBars.d.ts +3 -3
- package/icons/baseIcons/fal/falBars.js +7 -7
- package/icons/baseIcons/fal/falBell.d.ts +3 -3
- package/icons/baseIcons/fal/falBell.js +7 -7
- package/icons/baseIcons/fal/falBookOpen.d.ts +3 -3
- package/icons/baseIcons/fal/falBookOpen.js +7 -7
- package/icons/baseIcons/fal/falBroadcastTower.d.ts +3 -3
- package/icons/baseIcons/fal/falBroadcastTower.js +7 -7
- package/icons/baseIcons/fal/falBroom.d.ts +3 -0
- package/icons/baseIcons/fal/falBroom.js +7 -0
- package/icons/baseIcons/fal/falBuilding.d.ts +3 -3
- package/icons/baseIcons/fal/falBuilding.js +7 -7
- package/icons/baseIcons/fal/falBullseye.d.ts +3 -3
- package/icons/baseIcons/fal/falBullseye.js +7 -7
- package/icons/baseIcons/fal/falCalendar.d.ts +3 -3
- package/icons/baseIcons/fal/falCalendar.js +7 -7
- package/icons/baseIcons/fal/falCalendarAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falCalendarAlt.js +7 -7
- package/icons/baseIcons/fal/falCamera.d.ts +3 -3
- package/icons/baseIcons/fal/falCamera.js +7 -7
- package/icons/baseIcons/fal/falCaretDown.d.ts +3 -3
- package/icons/baseIcons/fal/falCaretDown.js +7 -7
- package/icons/baseIcons/fal/falCaretLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falCaretLeft.js +7 -7
- package/icons/baseIcons/fal/falCaretRight.d.ts +3 -3
- package/icons/baseIcons/fal/falCaretRight.js +7 -7
- package/icons/baseIcons/fal/falCaretUp.d.ts +3 -3
- package/icons/baseIcons/fal/falCaretUp.js +7 -7
- package/icons/baseIcons/fal/falCauldron.d.ts +3 -3
- package/icons/baseIcons/fal/falCauldron.js +7 -7
- package/icons/baseIcons/fal/falChartArea.d.ts +3 -3
- package/icons/baseIcons/fal/falChartArea.js +7 -7
- package/icons/baseIcons/fal/falChartBar.d.ts +3 -3
- package/icons/baseIcons/fal/falChartBar.js +7 -7
- package/icons/baseIcons/fal/falChartLine.d.ts +3 -3
- package/icons/baseIcons/fal/falChartLine.js +7 -7
- package/icons/baseIcons/fal/falChartLineDown.d.ts +3 -3
- package/icons/baseIcons/fal/falChartLineDown.js +7 -7
- package/icons/baseIcons/fal/falChartNetwork.d.ts +3 -3
- package/icons/baseIcons/fal/falChartNetwork.js +7 -7
- package/icons/baseIcons/fal/falChartPie.d.ts +3 -3
- package/icons/baseIcons/fal/falChartPie.js +7 -7
- package/icons/baseIcons/fal/falChartPieAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falChartPieAlt.js +7 -7
- package/icons/baseIcons/fal/falChartScatter.d.ts +3 -3
- package/icons/baseIcons/fal/falChartScatter.js +7 -7
- package/icons/baseIcons/fal/falCheck.d.ts +3 -3
- package/icons/baseIcons/fal/falCheck.js +7 -7
- package/icons/baseIcons/fal/falCheckCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falCheckCircle.js +7 -7
- package/icons/baseIcons/fal/falCheckSquare.d.ts +3 -3
- package/icons/baseIcons/fal/falCheckSquare.js +7 -7
- package/icons/baseIcons/fal/falChevronCircleDown.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronCircleDown.js +7 -7
- package/icons/baseIcons/fal/falChevronCircleLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronCircleLeft.js +7 -7
- package/icons/baseIcons/fal/falChevronCircleRight.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronCircleRight.js +7 -7
- package/icons/baseIcons/fal/falChevronCircleUp.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronCircleUp.js +7 -7
- package/icons/baseIcons/fal/falChevronDoubleDown.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronDoubleDown.js +7 -7
- package/icons/baseIcons/fal/falChevronDoubleLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronDoubleLeft.js +7 -7
- package/icons/baseIcons/fal/falChevronDoubleRight.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronDoubleRight.js +7 -7
- package/icons/baseIcons/fal/falChevronDoubleUp.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronDoubleUp.js +7 -7
- package/icons/baseIcons/fal/falChevronDown.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronDown.js +7 -7
- package/icons/baseIcons/fal/falChevronLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronLeft.js +7 -7
- package/icons/baseIcons/fal/falChevronRight.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronRight.js +7 -7
- package/icons/baseIcons/fal/falChevronUp.d.ts +3 -3
- package/icons/baseIcons/fal/falChevronUp.js +7 -7
- package/icons/baseIcons/fal/falCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falCircle.js +7 -7
- package/icons/baseIcons/fal/falCloud.d.ts +3 -3
- package/icons/baseIcons/fal/falCloud.js +7 -7
- package/icons/baseIcons/fal/falCloudShowersHeavy.d.ts +3 -3
- package/icons/baseIcons/fal/falCloudShowersHeavy.js +7 -7
- package/icons/baseIcons/fal/falCloudSnow.d.ts +3 -3
- package/icons/baseIcons/fal/falCloudSnow.js +7 -7
- package/icons/baseIcons/fal/falCloudSun.d.ts +3 -3
- package/icons/baseIcons/fal/falCloudSun.js +7 -7
- package/icons/baseIcons/fal/falCloudSunRain.d.ts +3 -3
- package/icons/baseIcons/fal/falCloudSunRain.js +7 -7
- package/icons/baseIcons/fal/falCloudUpload.d.ts +3 -3
- package/icons/baseIcons/fal/falCloudUpload.js +7 -7
- package/icons/baseIcons/fal/falCode.d.ts +3 -3
- package/icons/baseIcons/fal/falCode.js +7 -7
- package/icons/baseIcons/fal/falCog.d.ts +3 -3
- package/icons/baseIcons/fal/falCog.js +7 -7
- package/icons/baseIcons/fal/falCogs.d.ts +3 -3
- package/icons/baseIcons/fal/falCogs.js +7 -7
- package/icons/baseIcons/fal/falComment.d.ts +3 -3
- package/icons/baseIcons/fal/falComment.js +7 -7
- package/icons/baseIcons/fal/falCommentAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falCommentAlt.js +7 -7
- package/icons/baseIcons/fal/falCompressAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falCompressAlt.js +7 -7
- package/icons/baseIcons/fal/falCopy.d.ts +3 -3
- package/icons/baseIcons/fal/falCopy.js +7 -7
- package/icons/baseIcons/fal/falCreditCard.d.ts +3 -3
- package/icons/baseIcons/fal/falCreditCard.js +7 -7
- package/icons/baseIcons/fal/falDatabase.d.ts +3 -3
- package/icons/baseIcons/fal/falDatabase.js +7 -7
- package/icons/baseIcons/fal/falDotCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falDotCircle.js +7 -7
- package/icons/baseIcons/fal/falDownload.d.ts +3 -3
- package/icons/baseIcons/fal/falDownload.js +7 -7
- package/icons/baseIcons/fal/falEdit.d.ts +3 -3
- package/icons/baseIcons/fal/falEdit.js +7 -7
- package/icons/baseIcons/fal/falEllipsisH.d.ts +3 -3
- package/icons/baseIcons/fal/falEllipsisH.js +7 -7
- package/icons/baseIcons/fal/falEllipsisV.d.ts +3 -3
- package/icons/baseIcons/fal/falEllipsisV.js +7 -7
- package/icons/baseIcons/fal/falEnvelope.d.ts +3 -3
- package/icons/baseIcons/fal/falEnvelope.js +7 -7
- package/icons/baseIcons/fal/falExchange.d.ts +3 -3
- package/icons/baseIcons/fal/falExchange.js +7 -7
- package/icons/baseIcons/fal/falExclamationCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falExclamationCircle.js +7 -7
- package/icons/baseIcons/fal/falExclamationTriangle.d.ts +3 -3
- package/icons/baseIcons/fal/falExclamationTriangle.js +7 -7
- package/icons/baseIcons/fal/falExpandAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falExpandAlt.js +7 -7
- package/icons/baseIcons/fal/falExternalLink.d.ts +3 -3
- package/icons/baseIcons/fal/falExternalLink.js +7 -7
- package/icons/baseIcons/fal/falEye.d.ts +3 -3
- package/icons/baseIcons/fal/falEye.js +7 -7
- package/icons/baseIcons/fal/falEyeSlash.d.ts +3 -3
- package/icons/baseIcons/fal/falEyeSlash.js +7 -7
- package/icons/baseIcons/fal/falFile.d.ts +3 -3
- package/icons/baseIcons/fal/falFile.js +7 -7
- package/icons/baseIcons/fal/falFileAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falFileAlt.js +7 -7
- package/icons/baseIcons/fal/falFileArchive.d.ts +3 -3
- package/icons/baseIcons/fal/falFileArchive.js +7 -7
- package/icons/baseIcons/fal/falFileAudio.d.ts +3 -3
- package/icons/baseIcons/fal/falFileAudio.js +7 -7
- package/icons/baseIcons/fal/falFileCertificate.d.ts +3 -3
- package/icons/baseIcons/fal/falFileCertificate.js +7 -7
- package/icons/baseIcons/fal/falFileChartLine.d.ts +3 -3
- package/icons/baseIcons/fal/falFileChartLine.js +7 -7
- package/icons/baseIcons/fal/falFileChartPie.d.ts +3 -3
- package/icons/baseIcons/fal/falFileChartPie.js +7 -7
- package/icons/baseIcons/fal/falFileCheck.d.ts +3 -3
- package/icons/baseIcons/fal/falFileCheck.js +7 -7
- package/icons/baseIcons/fal/falFileCode.d.ts +3 -3
- package/icons/baseIcons/fal/falFileCode.js +7 -7
- package/icons/baseIcons/fal/falFileCsv.d.ts +3 -3
- package/icons/baseIcons/fal/falFileCsv.js +7 -7
- package/icons/baseIcons/fal/falFileEdit.d.ts +3 -3
- package/icons/baseIcons/fal/falFileEdit.js +7 -7
- package/icons/baseIcons/fal/falFileExcel.d.ts +3 -3
- package/icons/baseIcons/fal/falFileExcel.js +7 -7
- package/icons/baseIcons/fal/falFileImage.d.ts +3 -3
- package/icons/baseIcons/fal/falFileImage.js +7 -7
- package/icons/baseIcons/fal/falFilePdf.d.ts +3 -3
- package/icons/baseIcons/fal/falFilePdf.js +7 -7
- package/icons/baseIcons/fal/falFilePlus.d.ts +3 -3
- package/icons/baseIcons/fal/falFilePlus.js +7 -7
- package/icons/baseIcons/fal/falFilePowerpoint.d.ts +3 -3
- package/icons/baseIcons/fal/falFilePowerpoint.js +7 -7
- package/icons/baseIcons/fal/falFileSpreadsheet.d.ts +3 -3
- package/icons/baseIcons/fal/falFileSpreadsheet.js +7 -7
- package/icons/baseIcons/fal/falFileVideo.d.ts +3 -3
- package/icons/baseIcons/fal/falFileVideo.js +7 -7
- package/icons/baseIcons/fal/falFileWord.d.ts +3 -3
- package/icons/baseIcons/fal/falFileWord.js +7 -7
- package/icons/baseIcons/fal/falFilter.d.ts +3 -3
- package/icons/baseIcons/fal/falFilter.js +7 -7
- package/icons/baseIcons/fal/falFlag.d.ts +3 -3
- package/icons/baseIcons/fal/falFlag.js +7 -7
- package/icons/baseIcons/fal/falFolder.d.ts +3 -3
- package/icons/baseIcons/fal/falFolder.js +7 -7
- package/icons/baseIcons/fal/falFolderOpen.d.ts +3 -3
- package/icons/baseIcons/fal/falFolderOpen.js +7 -7
- package/icons/baseIcons/fal/falFolderPlus.d.ts +3 -3
- package/icons/baseIcons/fal/falFolderPlus.js +7 -7
- package/icons/baseIcons/fal/falFolders.d.ts +3 -3
- package/icons/baseIcons/fal/falFolders.js +7 -7
- package/icons/baseIcons/fal/falGlassesAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falGlassesAlt.js +7 -7
- package/icons/baseIcons/fal/falGlobe.d.ts +3 -3
- package/icons/baseIcons/fal/falGlobe.js +7 -7
- package/icons/baseIcons/fal/falHome.d.ts +3 -3
- package/icons/baseIcons/fal/falHome.js +7 -7
- package/icons/baseIcons/fal/falHourglass.d.ts +3 -3
- package/icons/baseIcons/fal/falHourglass.js +7 -7
- package/icons/baseIcons/fal/falImage.d.ts +3 -3
- package/icons/baseIcons/fal/falImage.js +7 -7
- package/icons/baseIcons/fal/falInfoCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falInfoCircle.js +7 -7
- package/icons/baseIcons/fal/falKey.d.ts +3 -3
- package/icons/baseIcons/fal/falKey.js +7 -7
- package/icons/baseIcons/fal/falLayerPlus.d.ts +3 -3
- package/icons/baseIcons/fal/falLayerPlus.js +7 -7
- package/icons/baseIcons/fal/falLink.d.ts +3 -3
- package/icons/baseIcons/fal/falLink.js +7 -7
- package/icons/baseIcons/fal/falList.d.ts +3 -3
- package/icons/baseIcons/fal/falList.js +7 -7
- package/icons/baseIcons/fal/falLockAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falLockAlt.js +7 -7
- package/icons/baseIcons/fal/falLongArrowDown.d.ts +3 -3
- package/icons/baseIcons/fal/falLongArrowDown.js +7 -7
- package/icons/baseIcons/fal/falLongArrowLeft.d.ts +3 -3
- package/icons/baseIcons/fal/falLongArrowLeft.js +7 -7
- package/icons/baseIcons/fal/falLongArrowRight.d.ts +3 -3
- package/icons/baseIcons/fal/falLongArrowRight.js +7 -7
- package/icons/baseIcons/fal/falLongArrowUp.d.ts +3 -3
- package/icons/baseIcons/fal/falLongArrowUp.js +7 -7
- package/icons/baseIcons/fal/falMap.d.ts +3 -3
- package/icons/baseIcons/fal/falMap.js +7 -7
- package/icons/baseIcons/fal/falMapMarked.d.ts +3 -3
- package/icons/baseIcons/fal/falMapMarked.js +7 -7
- package/icons/baseIcons/fal/falMapMarkedAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falMapMarkedAlt.js +7 -7
- package/icons/baseIcons/fal/falMapMarker.d.ts +3 -3
- package/icons/baseIcons/fal/falMapMarker.js +7 -7
- package/icons/baseIcons/fal/falMapMarkerAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falMapMarkerAlt.js +7 -7
- package/icons/baseIcons/fal/falMapMarkerAltSlash.d.ts +3 -3
- package/icons/baseIcons/fal/falMapMarkerAltSlash.js +7 -7
- package/icons/baseIcons/fal/falMapMarkerCheck.d.ts +3 -3
- package/icons/baseIcons/fal/falMapMarkerCheck.js +7 -7
- package/icons/baseIcons/fal/falMapMarkerExclamation.d.ts +3 -3
- package/icons/baseIcons/fal/falMapMarkerExclamation.js +7 -7
- package/icons/baseIcons/fal/falMinus.d.ts +3 -3
- package/icons/baseIcons/fal/falMinus.js +7 -7
- package/icons/baseIcons/fal/falPause.d.ts +3 -3
- package/icons/baseIcons/fal/falPause.js +7 -7
- package/icons/baseIcons/fal/falPauseCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falPauseCircle.js +7 -7
- package/icons/baseIcons/fal/falPen.d.ts +3 -3
- package/icons/baseIcons/fal/falPen.js +7 -7
- package/icons/baseIcons/fal/falPlay.d.ts +3 -3
- package/icons/baseIcons/fal/falPlay.js +7 -7
- package/icons/baseIcons/fal/falPlayCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falPlayCircle.js +7 -7
- package/icons/baseIcons/fal/falPlug.d.ts +3 -3
- package/icons/baseIcons/fal/falPlug.js +7 -7
- package/icons/baseIcons/fal/falPlus.d.ts +3 -3
- package/icons/baseIcons/fal/falPlus.js +7 -7
- package/icons/baseIcons/fal/falPlusCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falPlusCircle.js +7 -7
- package/icons/baseIcons/fal/falPlusSquare.d.ts +3 -3
- package/icons/baseIcons/fal/falPlusSquare.js +7 -7
- package/icons/baseIcons/fal/falPrint.d.ts +3 -3
- package/icons/baseIcons/fal/falPrint.js +7 -7
- package/icons/baseIcons/fal/falPuzzlePiece.d.ts +3 -3
- package/icons/baseIcons/fal/falPuzzlePiece.js +7 -7
- package/icons/baseIcons/fal/falReceipt.d.ts +3 -3
- package/icons/baseIcons/fal/falReceipt.js +7 -7
- package/icons/baseIcons/fal/falRedo.d.ts +3 -3
- package/icons/baseIcons/fal/falRedo.js +7 -7
- package/icons/baseIcons/fal/falSave.d.ts +3 -3
- package/icons/baseIcons/fal/falSave.js +7 -7
- package/icons/baseIcons/fal/falSearch.d.ts +3 -3
- package/icons/baseIcons/fal/falSearch.js +7 -7
- package/icons/baseIcons/fal/falSearchMinus.d.ts +3 -0
- package/icons/baseIcons/fal/falSearchMinus.js +7 -0
- package/icons/baseIcons/fal/falSearchPlus.d.ts +3 -3
- package/icons/baseIcons/fal/falSearchPlus.js +7 -7
- package/icons/baseIcons/fal/falServer.d.ts +3 -3
- package/icons/baseIcons/fal/falServer.js +7 -7
- package/icons/baseIcons/fal/falShare.d.ts +3 -3
- package/icons/baseIcons/fal/falShare.js +7 -7
- package/icons/baseIcons/fal/falShareAll.d.ts +3 -3
- package/icons/baseIcons/fal/falShareAll.js +7 -7
- package/icons/baseIcons/fal/falShareAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falShareAlt.js +7 -7
- package/icons/baseIcons/fal/falShieldAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falShieldAlt.js +7 -7
- package/icons/baseIcons/fal/falShieldCheck.d.ts +3 -3
- package/icons/baseIcons/fal/falShieldCheck.js +7 -7
- package/icons/baseIcons/fal/falShip.d.ts +3 -3
- package/icons/baseIcons/fal/falShip.js +7 -7
- package/icons/baseIcons/fal/falShoppingBasket.d.ts +3 -3
- package/icons/baseIcons/fal/falShoppingBasket.js +7 -7
- package/icons/baseIcons/fal/falSignIn.d.ts +3 -3
- package/icons/baseIcons/fal/falSignIn.js +7 -7
- package/icons/baseIcons/fal/falSignInAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falSignInAlt.js +7 -7
- package/icons/baseIcons/fal/falSignOut.d.ts +3 -3
- package/icons/baseIcons/fal/falSignOut.js +7 -7
- package/icons/baseIcons/fal/falSignOutAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falSignOutAlt.js +7 -7
- package/icons/baseIcons/fal/falSlidersV.d.ts +3 -3
- package/icons/baseIcons/fal/falSlidersV.js +7 -7
- package/icons/baseIcons/fal/falSnowBlowing.d.ts +3 -3
- package/icons/baseIcons/fal/falSnowBlowing.js +7 -7
- package/icons/baseIcons/fal/falSnowflake.d.ts +3 -3
- package/icons/baseIcons/fal/falSnowflake.js +7 -7
- package/icons/baseIcons/fal/falSolarPanel.d.ts +3 -3
- package/icons/baseIcons/fal/falSolarPanel.js +7 -7
- package/icons/baseIcons/fal/falSort.d.ts +3 -3
- package/icons/baseIcons/fal/falSort.js +7 -7
- package/icons/baseIcons/fal/falSpinner.d.ts +3 -3
- package/icons/baseIcons/fal/falSpinner.js +7 -7
- package/icons/baseIcons/fal/falSquare.d.ts +3 -3
- package/icons/baseIcons/fal/falSquare.js +7 -7
- package/icons/baseIcons/fal/falStepForward.d.ts +3 -3
- package/icons/baseIcons/fal/falStepForward.js +7 -7
- package/icons/baseIcons/fal/falStop.d.ts +3 -3
- package/icons/baseIcons/fal/falStop.js +7 -7
- package/icons/baseIcons/fal/falStopCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falStopCircle.js +7 -7
- package/icons/baseIcons/fal/falStopwatch.d.ts +3 -3
- package/icons/baseIcons/fal/falStopwatch.js +7 -7
- package/icons/baseIcons/fal/falSuitcase.d.ts +3 -3
- package/icons/baseIcons/fal/falSuitcase.js +7 -7
- package/icons/baseIcons/fal/falSun.d.ts +3 -3
- package/icons/baseIcons/fal/falSun.js +7 -7
- package/icons/baseIcons/fal/falSync.d.ts +3 -3
- package/icons/baseIcons/fal/falSync.js +7 -7
- package/icons/baseIcons/fal/falTachometer.d.ts +3 -3
- package/icons/baseIcons/fal/falTachometer.js +7 -7
- package/icons/baseIcons/fal/falTemperatureHigh.d.ts +3 -3
- package/icons/baseIcons/fal/falTemperatureHigh.js +7 -7
- package/icons/baseIcons/fal/falTh.d.ts +3 -3
- package/icons/baseIcons/fal/falTh.js +7 -7
- package/icons/baseIcons/fal/falThLarge.d.ts +3 -3
- package/icons/baseIcons/fal/falThLarge.js +7 -7
- package/icons/baseIcons/fal/falThList.d.ts +3 -3
- package/icons/baseIcons/fal/falThList.js +7 -7
- package/icons/baseIcons/fal/falTimes.d.ts +3 -3
- package/icons/baseIcons/fal/falTimes.js +7 -7
- package/icons/baseIcons/fal/falTimesCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falTimesCircle.js +7 -7
- package/icons/baseIcons/fal/falToggleOff.d.ts +3 -3
- package/icons/baseIcons/fal/falToggleOff.js +7 -7
- package/icons/baseIcons/fal/falToggleOn.d.ts +3 -3
- package/icons/baseIcons/fal/falToggleOn.js +7 -7
- package/icons/baseIcons/fal/falTrashAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falTrashAlt.js +7 -7
- package/icons/baseIcons/fal/falUnlockAlt.d.ts +3 -3
- package/icons/baseIcons/fal/falUnlockAlt.js +7 -7
- package/icons/baseIcons/fal/falUser.d.ts +3 -3
- package/icons/baseIcons/fal/falUser.js +7 -7
- package/icons/baseIcons/fal/falUserChart.d.ts +3 -3
- package/icons/baseIcons/fal/falUserChart.js +7 -7
- package/icons/baseIcons/fal/falUserCircle.d.ts +3 -3
- package/icons/baseIcons/fal/falUserCircle.js +7 -7
- package/icons/baseIcons/fal/falUserCog.d.ts +3 -3
- package/icons/baseIcons/fal/falUserCog.js +7 -7
- package/icons/baseIcons/fal/falUserEdit.d.ts +3 -3
- package/icons/baseIcons/fal/falUserEdit.js +7 -7
- package/icons/baseIcons/fal/falUserFriends.d.ts +3 -3
- package/icons/baseIcons/fal/falUserFriends.js +7 -7
- package/icons/baseIcons/fal/falUserPlus.d.ts +3 -3
- package/icons/baseIcons/fal/falUserPlus.js +7 -7
- package/icons/baseIcons/fal/falUserShield.d.ts +3 -3
- package/icons/baseIcons/fal/falUserShield.js +7 -7
- package/icons/baseIcons/fal/falUserTimes.d.ts +3 -3
- package/icons/baseIcons/fal/falUserTimes.js +7 -7
- package/icons/baseIcons/fal/falUsers.d.ts +3 -3
- package/icons/baseIcons/fal/falUsers.js +7 -7
- package/icons/baseIcons/fal/falUsersClass.d.ts +3 -3
- package/icons/baseIcons/fal/falUsersClass.js +7 -7
- package/icons/baseIcons/fal/falWater.d.ts +3 -3
- package/icons/baseIcons/fal/falWater.js +7 -7
- package/icons/baseIcons/fal/falWind.d.ts +3 -3
- package/icons/baseIcons/fal/falWind.js +7 -7
- package/icons/baseIcons/fal/falWindTurbine.d.ts +3 -3
- package/icons/baseIcons/fal/falWindTurbine.js +7 -7
- package/icons/baseIcons/fal/falWrench.d.ts +3 -3
- package/icons/baseIcons/fal/falWrench.js +7 -7
- package/icons/baseIcons/fas/fasCaretDown.d.ts +3 -3
- package/icons/baseIcons/fas/fasCaretDown.js +7 -7
- package/icons/baseIcons/fas/fasCaretLeft.d.ts +3 -3
- package/icons/baseIcons/fas/fasCaretLeft.js +7 -7
- package/icons/baseIcons/fas/fasCaretRight.d.ts +3 -3
- package/icons/baseIcons/fas/fasCaretRight.js +7 -7
- package/icons/baseIcons/fas/fasCaretUp.d.ts +3 -3
- package/icons/baseIcons/fas/fasCaretUp.js +7 -7
- package/icons/baseIcons/fas/fasCheckCircle.d.ts +3 -0
- package/icons/baseIcons/fas/fasCheckCircle.js +7 -0
- package/icons/baseIcons/fas/fasDiamond.d.ts +3 -3
- package/icons/baseIcons/fas/fasDiamond.js +7 -7
- package/icons/baseIcons/fas/fasFolder.d.ts +3 -3
- package/icons/baseIcons/fas/fasFolder.js +7 -7
- package/icons/baseIcons/fas/fasMapMarkerAlt.d.ts +3 -3
- package/icons/baseIcons/fas/fasMapMarkerAlt.js +7 -7
- package/icons/baseIcons/fas/fasMapMarkerExclamation.d.ts +3 -3
- package/icons/baseIcons/fas/fasMapMarkerExclamation.js +7 -7
- package/icons/baseIcons/fas/fasQuoteLeft.d.ts +3 -3
- package/icons/baseIcons/fas/fasQuoteLeft.js +7 -7
- package/icons/baseIcons/fas/fasQuoteRight.d.ts +3 -3
- package/icons/baseIcons/fas/fasQuoteRight.js +7 -7
- package/icons/baseIcons/fas/fasSolarPanel.d.ts +3 -3
- package/icons/baseIcons/fas/fasSolarPanel.js +7 -7
- package/icons/baseIcons/fas/fasSort.d.ts +3 -3
- package/icons/baseIcons/fas/fasSort.js +7 -7
- package/icons/baseIcons/fas/fasStar.d.ts +3 -3
- package/icons/baseIcons/fas/fasStar.js +7 -7
- package/icons/baseIcons/fas/fasWindTurbine.d.ts +3 -3
- package/icons/baseIcons/fas/fasWindTurbine.js +7 -7
- package/icons/baseIcons/types.d.ts +1 -1
- package/icons/baseIcons/types.js +2 -2
- package/icons/consts.d.ts +6 -6
- package/icons/consts.js +46 -46
- package/icons/index.d.ts +3 -3
- package/icons/index.js +20 -20
- package/icons/library.d.ts +11 -11
- package/icons/library.js +60 -60
- package/icons/types.d.ts +21 -21
- package/icons/types.js +2 -2
- package/image/image.d.ts +3 -0
- package/image/image.js +38 -0
- package/image/image.types.d.ts +4 -0
- package/{switch/switchButton.types.js → image/image.types.js} +2 -2
- package/image/index.d.ts +3 -0
- package/{tile → image}/index.js +20 -20
- package/image/theme.d.ts +6 -0
- package/image/theme.js +10 -0
- package/index.d.ts +30 -27
- package/index.js +42 -39
- package/input/consts.d.ts +2 -2
- package/input/consts.js +27 -27
- package/input/context.d.ts +4 -0
- package/input/context.js +23 -0
- package/input/helpers.d.ts +2 -2
- package/input/helpers.js +9 -9
- package/input/index.d.ts +5 -3
- package/input/index.js +22 -20
- package/input/input.d.ts +11 -6
- package/input/input.js +139 -129
- package/input/input.types.d.ts +46 -42
- package/input/input.types.js +2 -2
- package/input/inputIcon.d.ts +3 -0
- package/input/inputIcon.js +30 -0
- package/input/inputInput.d.ts +5 -0
- package/input/inputInput.js +36 -0
- package/input/theme.d.ts +64 -39
- package/input/theme.js +74 -50
- package/link/index.d.ts +3 -3
- package/link/index.js +20 -20
- package/link/link.d.ts +5 -5
- package/link/link.js +53 -53
- package/link/link.types.d.ts +11 -11
- package/link/link.types.js +2 -2
- package/link/theme.d.ts +35 -35
- package/link/theme.js +50 -50
- package/list/context.d.ts +4 -4
- package/list/context.js +23 -23
- package/list/index.d.ts +8 -6
- package/list/index.js +25 -23
- package/list/list.d.ts +15 -13
- package/list/list.js +83 -81
- package/list/list.types.d.ts +26 -8
- package/list/list.types.js +2 -2
- package/list/listHeading.d.ts +3 -3
- package/list/listHeading.js +30 -30
- package/list/listIcon.d.ts +3 -3
- package/list/listIcon.js +30 -30
- package/list/listItem.d.ts +5 -5
- package/list/listItem.js +76 -73
- package/list/listText.d.ts +3 -0
- package/list/listText.js +30 -0
- package/list/theme.d.ts +94 -80
- package/list/theme.js +104 -90
- package/p/index.d.ts +3 -3
- package/p/index.js +20 -20
- package/p/p.d.ts +5 -5
- package/p/p.js +52 -52
- package/p/p.types.d.ts +9 -9
- package/p/p.types.js +2 -2
- package/p/theme.d.ts +29 -29
- package/p/theme.js +33 -33
- package/package.json +2 -2
- package/panel/index.d.ts +3 -0
- package/panel/index.js +20 -0
- package/panel/panel.d.ts +3 -0
- package/panel/panel.js +39 -0
- package/panel/panel.types.d.ts +4 -0
- package/panel/panel.types.js +2 -0
- package/{tile → panel}/theme.d.ts +16 -23
- package/{tile → panel}/theme.js +20 -27
- package/radio/context.d.ts +4 -4
- package/radio/context.js +23 -23
- package/radio/index.d.ts +6 -6
- package/radio/index.js +23 -23
- package/radio/radio.d.ts +7 -7
- package/radio/radio.js +66 -66
- package/radio/radio.types.d.ts +24 -24
- package/radio/radio.types.js +2 -2
- package/radio/radioGroup.d.ts +5 -5
- package/radio/radioGroup.js +98 -98
- package/radio/radioGroup.types.d.ts +13 -13
- package/radio/radioGroup.types.js +2 -2
- package/radio/theme.d.ts +48 -48
- package/radio/theme.js +56 -56
- package/skeleton/index.d.ts +3 -3
- package/skeleton/index.js +20 -20
- package/skeleton/skeleton.d.ts +5 -5
- package/skeleton/skeleton.js +50 -50
- package/skeleton/skeleton.types.d.ts +6 -6
- package/skeleton/skeleton.types.js +2 -2
- package/skeleton/theme.d.ts +36 -36
- package/skeleton/theme.js +47 -47
- package/spinner/consts.d.ts +36 -36
- package/spinner/consts.js +26 -26
- package/spinner/index.d.ts +3 -3
- package/spinner/index.js +20 -20
- package/spinner/spinner.d.ts +4 -4
- package/spinner/spinner.js +61 -61
- package/spinner/spinner.types.d.ts +15 -15
- package/spinner/spinner.types.js +2 -2
- package/spinner/theme.d.ts +67 -67
- package/spinner/theme.js +73 -73
- package/styles/animations.d.ts +9 -9
- package/styles/animations.js +12 -12
- package/styles/fontFaces.d.ts +2 -2
- package/styles/fontFaces.js +4 -4
- package/styles/helpers.d.ts +4 -4
- package/styles/helpers.js +8 -8
- package/styles/index.d.ts +3 -3
- package/styles/index.js +20 -20
- package/svg/cache.d.ts +15 -15
- package/svg/cache.js +36 -36
- package/svg/helpers.d.ts +10 -10
- package/svg/helpers.js +33 -33
- package/svg/index.d.ts +3 -3
- package/svg/index.js +20 -20
- package/svg/svg.d.ts +5 -5
- package/svg/svg.js +165 -165
- package/svg/svg.types.d.ts +10 -10
- package/svg/svg.types.js +2 -2
- package/switch/context.d.ts +4 -4
- package/switch/context.js +23 -23
- package/switch/index.d.ts +6 -7
- package/switch/index.js +23 -24
- package/switch/switch.d.ts +11 -11
- package/switch/switch.js +132 -132
- package/switch/switch.types.d.ts +36 -21
- package/switch/switch.types.js +2 -2
- package/switch/switchButton.d.ts +8 -8
- package/switch/switchButton.js +132 -131
- package/switch/switchLabel.d.ts +3 -3
- package/switch/switchLabel.js +30 -30
- package/switch/theme.d.ts +82 -87
- package/switch/theme.js +91 -113
- package/system/animations.d.ts +11 -11
- package/system/animations.js +2 -2
- package/system/backgrounds.d.ts +13 -13
- package/system/backgrounds.js +2 -2
- package/system/borders.d.ts +144 -142
- package/system/borders.js +2 -2
- package/system/colors.d.ts +3 -3
- package/system/colors.js +2 -2
- package/system/custom.d.ts +31 -10
- package/system/custom.js +52 -29
- package/system/effects.d.ts +22 -22
- package/system/effects.js +2 -2
- package/system/flexboxes.d.ts +61 -61
- package/system/flexboxes.js +2 -2
- package/system/index.d.ts +16 -16
- package/system/index.js +33 -33
- package/system/interactivity.d.ts +26 -26
- package/system/interactivity.js +2 -2
- package/system/layout.d.ts +73 -73
- package/system/layout.js +2 -2
- package/system/sizing.d.ts +36 -36
- package/system/sizing.js +2 -2
- package/system/space.d.ts +92 -92
- package/system/space.js +2 -2
- package/system/system.d.ts +17 -17
- package/system/system.js +5 -5
- package/system/transforms.d.ts +57 -57
- package/system/transforms.js +2 -2
- package/system/transitions.d.ts +29 -29
- package/system/transitions.js +2 -2
- package/system/typography.d.ts +75 -75
- package/system/typography.js +2 -2
- package/t/index.d.ts +3 -3
- package/t/index.js +20 -20
- package/t/t.d.ts +5 -5
- package/t/t.js +54 -54
- package/t/t.types.d.ts +11 -11
- package/t/t.types.js +2 -2
- package/t/theme.d.ts +21 -21
- package/t/theme.js +25 -25
- package/tag/context.d.ts +4 -0
- package/tag/context.js +23 -0
- package/tag/index.d.ts +6 -0
- package/tag/index.js +23 -0
- package/tag/tag.d.ts +11 -0
- package/tag/tag.js +99 -0
- package/{label/label.types.d.ts → tag/tag.types.d.ts} +19 -20
- package/tag/tag.types.js +2 -0
- package/tag/tagIcon.d.ts +3 -0
- package/tag/tagIcon.js +30 -0
- package/tag/tagText.d.ts +3 -0
- package/tag/tagText.js +30 -0
- package/tag/theme.d.ts +65 -0
- package/tag/theme.js +78 -0
- package/textarea/helpers.d.ts +2 -2
- package/textarea/helpers.js +9 -9
- package/textarea/index.d.ts +3 -3
- package/textarea/index.js +20 -20
- package/textarea/textarea.d.ts +6 -6
- package/textarea/textarea.js +116 -116
- package/textarea/textarea.types.d.ts +25 -25
- package/textarea/textarea.types.js +2 -2
- package/textarea/theme.d.ts +21 -21
- package/textarea/theme.js +31 -31
- package/theme/components.d.ts +871 -787
- package/theme/components.js +51 -47
- package/theme/defaultTheme.d.ts +1034 -950
- package/theme/defaultTheme.js +20 -20
- package/theme/foundations/animations.d.ts +12 -12
- package/theme/foundations/animations.js +13 -13
- package/theme/foundations/borders.d.ts +2 -2
- package/theme/foundations/borders.js +3 -3
- package/theme/foundations/colors.d.ts +171 -171
- package/theme/foundations/colors.js +96 -96
- package/theme/foundations/durations.d.ts +7 -7
- package/theme/foundations/durations.js +8 -8
- package/theme/foundations/fontSizes.d.ts +7 -7
- package/theme/foundations/fontSizes.js +8 -8
- package/theme/foundations/fontWeights.d.ts +7 -7
- package/theme/foundations/fontWeights.js +8 -8
- package/theme/foundations/fonts.d.ts +4 -4
- package/theme/foundations/fonts.js +5 -5
- package/theme/foundations/index.d.ts +164 -164
- package/theme/foundations/index.js +41 -41
- package/theme/foundations/radii.d.ts +8 -8
- package/theme/foundations/radii.js +9 -9
- package/theme/foundations/ringWidths.d.ts +2 -2
- package/theme/foundations/ringWidths.js +3 -3
- package/theme/foundations/screens.d.ts +8 -8
- package/theme/foundations/screens.js +9 -9
- package/theme/foundations/shadows.d.ts +20 -20
- package/theme/foundations/shadows.js +25 -25
- package/theme/foundations/sizes.d.ts +2 -2
- package/theme/foundations/sizes.js +3 -3
- package/theme/foundations/spaces.d.ts +2 -2
- package/theme/foundations/spaces.js +3 -3
- package/theme/foundations/transformers.d.ts +4 -4
- package/theme/foundations/transformers.js +7 -7
- package/theme/foundations/transforms.d.ts +2 -2
- package/theme/foundations/transforms.js +3 -3
- package/theme/foundations/transitions.d.ts +2 -2
- package/theme/foundations/transitions.js +3 -3
- package/theme/foundations/zIndices.d.ts +2 -2
- package/theme/foundations/zIndices.js +3 -3
- package/theme/index.d.ts +6 -6
- package/theme/index.js +25 -25
- package/theme/types.d.ts +21 -21
- package/theme/types.js +2 -2
- package/utils/assertion.d.ts +14 -0
- package/utils/assertion.js +34 -0
- package/utils/function.d.ts +5 -5
- package/utils/function.js +36 -36
- package/utils/index.d.ts +5 -4
- package/utils/index.js +17 -16
- package/utils/object.d.ts +25 -27
- package/utils/object.js +85 -93
- package/utils/styles.d.ts +4 -4
- package/utils/styles.js +35 -35
- package/utils/types.d.ts +5 -3
- package/utils/types.js +3 -3
- package/label/index.d.ts +0 -3
- package/label/label.d.ts +0 -5
- package/label/label.js +0 -71
- package/label/theme.d.ts +0 -61
- package/label/theme.js +0 -107
- package/list/listItem.types.d.ts +0 -16
- package/switch/switchButton.types.d.ts +0 -19
- package/tile/index.d.ts +0 -3
- package/tile/tile.d.ts +0 -3
- package/tile/tile.types.js +0 -2
package/icon/icon.js
CHANGED
|
@@ -1,47 +1,48 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
-
var t = {};
|
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
-
t[p] = s[p];
|
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
-
t[p[i]] = s[p[i]];
|
|
21
|
-
}
|
|
22
|
-
return t;
|
|
23
|
-
};
|
|
24
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.Icon = void 0;
|
|
29
|
-
var react_1 = __importDefault(require("react"));
|
|
30
|
-
var helpers_1 = require("./helpers");
|
|
31
|
-
var core_1 = require("../core");
|
|
32
|
-
var svg_1 = require("../svg");
|
|
33
|
-
var utils_1 = require("../utils");
|
|
34
|
-
exports.Icon = core_1.vui(function (props, ref) {
|
|
35
|
-
|
|
36
|
-
var
|
|
37
|
-
var
|
|
38
|
-
var
|
|
39
|
-
var
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
});
|
|
46
|
-
|
|
47
|
-
exports.
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.Icon = void 0;
|
|
29
|
+
var react_1 = __importDefault(require("react"));
|
|
30
|
+
var helpers_1 = require("./helpers");
|
|
31
|
+
var core_1 = require("../core");
|
|
32
|
+
var svg_1 = require("../svg");
|
|
33
|
+
var utils_1 = require("../utils");
|
|
34
|
+
exports.Icon = core_1.vui(function (props, ref) {
|
|
35
|
+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
36
|
+
var _a = core_1.omitThemingProps(props), className = _a.className, icon = _a.icon, _b = _a.name, name = _b === void 0 ? props.icon : _b, rotate = _a.rotate, scale = _a.scale, rest = __rest(_a, ["className", "icon", "name", "rotate", "scale"]);
|
|
37
|
+
var styles = core_1.useStyleConfig('Icon', props);
|
|
38
|
+
var _c = helpers_1.getIconDetails(name), customIcon = _c.customIcon, src = _c.src;
|
|
39
|
+
var scaledSize = scale ? 16 * scale : undefined;
|
|
40
|
+
var aliasedProps = utils_1.filterUndefined({
|
|
41
|
+
h: scaledSize,
|
|
42
|
+
transform: rotate !== undefined ? "rotate(" + rotate + "deg)" : undefined,
|
|
43
|
+
w: scaledSize
|
|
44
|
+
});
|
|
45
|
+
return (react_1.default.createElement(svg_1.Svg, __assign({ className: utils_1.cs('vui-icon', className), display: "inline-flex", flexShrink: 0, ref: ref, src: src }, styles, customIcon === null || customIcon === void 0 ? void 0 : customIcon.svgProps, aliasedProps, rest), customIcon === null || customIcon === void 0 ? void 0 : customIcon.d.map(function (d, i) { return (react_1.default.createElement("path", __assign({ d: d, fill: "currentColor", key: i }, customIcon.pathProps[i]))); })));
|
|
46
|
+
});
|
|
47
|
+
exports.Icon.displayName = 'Icon';
|
|
48
|
+
exports.default = exports.Icon;
|
package/icon/icon.types.d.ts
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { PropsOf } from '../core';
|
|
3
|
-
import {
|
|
4
|
-
import Svg, { SvgProps } from '../svg';
|
|
5
|
-
import { ThemingProps } from '../theme';
|
|
6
|
-
import { AnyString } from '../utils';
|
|
7
|
-
export interface GetIconDetailsResult {
|
|
8
|
-
customIcon?: {
|
|
9
|
-
d: string[];
|
|
10
|
-
pathProps: React.SVGProps<SVGPathElement>[];
|
|
11
|
-
svgProps: PropsOf<typeof Svg>;
|
|
12
|
-
};
|
|
13
|
-
src?: string;
|
|
14
|
-
}
|
|
15
|
-
export declare type IconProp = VuiIcon |
|
|
16
|
-
export interface IconProps extends SvgProps, ThemingProps<'Icon'> {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PropsOf } from '../core';
|
|
3
|
+
import { VuiIcon } from '../icons';
|
|
4
|
+
import Svg, { SvgProps } from '../svg';
|
|
5
|
+
import { ThemingProps } from '../theme';
|
|
6
|
+
import { AnyString } from '../utils';
|
|
7
|
+
export interface GetIconDetailsResult {
|
|
8
|
+
customIcon?: {
|
|
9
|
+
d: string[];
|
|
10
|
+
pathProps: React.SVGProps<SVGPathElement>[];
|
|
11
|
+
svgProps: PropsOf<typeof Svg>;
|
|
12
|
+
};
|
|
13
|
+
src?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare type IconProp = VuiIcon | AnyString;
|
|
16
|
+
export interface IconProps extends SvgProps, ThemingProps<'Icon'> {
|
|
17
|
+
/** @deprecated use 'name' instead */
|
|
18
|
+
icon?: IconProp;
|
|
19
|
+
name?: IconProp;
|
|
20
|
+
rotate?: number;
|
|
21
|
+
scale?: number;
|
|
22
|
+
}
|
package/icon/icon.types.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/icon/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './icon';
|
|
2
|
-
export * from './icon.types';
|
|
3
|
-
export { default } from './icon';
|
|
1
|
+
export * from './icon';
|
|
2
|
+
export * from './icon.types';
|
|
3
|
+
export { default } from './icon';
|
package/icon/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
-
}) : (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
o[k2] = m[k];
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14
|
-
};
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.default = void 0;
|
|
17
|
-
__exportStar(require("./icon"), exports);
|
|
18
|
-
__exportStar(require("./icon.types"), exports);
|
|
19
|
-
var icon_1 = require("./icon");
|
|
20
|
-
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(icon_1).default; } });
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14
|
+
};
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.default = void 0;
|
|
17
|
+
__exportStar(require("./icon"), exports);
|
|
18
|
+
__exportStar(require("./icon.types"), exports);
|
|
19
|
+
var icon_1 = require("./icon");
|
|
20
|
+
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(icon_1).default; } });
|
package/icon/theme.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
defaultProps: {
|
|
3
|
-
size: string;
|
|
4
|
-
};
|
|
5
|
-
sizes: {
|
|
6
|
-
xs: {
|
|
7
|
-
height: number;
|
|
8
|
-
width: number;
|
|
9
|
-
};
|
|
10
|
-
sm: {
|
|
11
|
-
height: number;
|
|
12
|
-
width: number;
|
|
13
|
-
};
|
|
14
|
-
md: {
|
|
15
|
-
height: number;
|
|
16
|
-
width: number;
|
|
17
|
-
};
|
|
18
|
-
lg: {
|
|
19
|
-
height: number;
|
|
20
|
-
width: number;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
variants: {};
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
defaultProps: {
|
|
3
|
+
size: string;
|
|
4
|
+
};
|
|
5
|
+
sizes: {
|
|
6
|
+
xs: {
|
|
7
|
+
height: number;
|
|
8
|
+
width: number;
|
|
9
|
+
};
|
|
10
|
+
sm: {
|
|
11
|
+
height: number;
|
|
12
|
+
width: number;
|
|
13
|
+
};
|
|
14
|
+
md: {
|
|
15
|
+
height: number;
|
|
16
|
+
width: number;
|
|
17
|
+
};
|
|
18
|
+
lg: {
|
|
19
|
+
height: number;
|
|
20
|
+
width: number;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
variants: {};
|
|
24
|
+
};
|
|
25
|
+
export default _default;
|
package/icon/theme.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var defaultProps = {
|
|
4
|
-
size: 'md'
|
|
5
|
-
};
|
|
6
|
-
var sizes = {
|
|
7
|
-
xs: {
|
|
8
|
-
height: 16,
|
|
9
|
-
width: 16
|
|
10
|
-
},
|
|
11
|
-
sm: {
|
|
12
|
-
height: 20,
|
|
13
|
-
width: 20
|
|
14
|
-
},
|
|
15
|
-
md: {
|
|
16
|
-
height: 24,
|
|
17
|
-
width: 24
|
|
18
|
-
},
|
|
19
|
-
lg: {
|
|
20
|
-
height: 28,
|
|
21
|
-
width: 28
|
|
22
|
-
}
|
|
23
|
-
};
|
|
24
|
-
var variants = {};
|
|
25
|
-
exports.default = {
|
|
26
|
-
defaultProps: defaultProps,
|
|
27
|
-
sizes: sizes,
|
|
28
|
-
variants: variants
|
|
29
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var defaultProps = {
|
|
4
|
+
size: 'md'
|
|
5
|
+
};
|
|
6
|
+
var sizes = {
|
|
7
|
+
xs: {
|
|
8
|
+
height: 16,
|
|
9
|
+
width: 16
|
|
10
|
+
},
|
|
11
|
+
sm: {
|
|
12
|
+
height: 20,
|
|
13
|
+
width: 20
|
|
14
|
+
},
|
|
15
|
+
md: {
|
|
16
|
+
height: 24,
|
|
17
|
+
width: 24
|
|
18
|
+
},
|
|
19
|
+
lg: {
|
|
20
|
+
height: 28,
|
|
21
|
+
width: 28
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
var variants = {};
|
|
25
|
+
exports.default = {
|
|
26
|
+
defaultProps: defaultProps,
|
|
27
|
+
sizes: sizes,
|
|
28
|
+
variants: variants
|
|
29
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.default = {
|
|
5
|
-
details: [20, 20, [], '', 'M3 0C1.34315 0 0 1.34315 0 3V17C0 18.6569 1.34315 20 3 20H17C18.6569 20 20 18.6569 20 17V3C20 1.34315 18.6569 0 17 0H3ZM4.25 9.17969H15.75C15.8881 9.17969 16 9.29937 16 9.4375V10.5C16 10.6381 15.8881 10.75 15.75 10.75H4.25C4.11188 10.75 4 10.6381 4 10.5V9.4375C4 9.29937 4.11188 9.17969 4.25 9.17969Z'],
|
|
6
|
-
name: 'cuiCheckboxIndeterminate'
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [20, 20, [], '', 'M3 0C1.34315 0 0 1.34315 0 3V17C0 18.6569 1.34315 20 3 20H17C18.6569 20 20 18.6569 20 17V3C20 1.34315 18.6569 0 17 0H3ZM4.25 9.17969H15.75C15.8881 9.17969 16 9.29937 16 9.4375V10.5C16 10.6381 15.8881 10.75 15.75 10.75H4.25C4.11188 10.75 4 10.6381 4 10.5V9.4375C4 9.29937 4.11188 9.17969 4.25 9.17969Z'],
|
|
6
|
+
name: 'cuiCheckboxIndeterminate'
|
|
7
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.default = {
|
|
5
|
-
details: [20, 20, [], '', 'M17.8571 0C18.9913 0 19.9197 0.881093 19.9951 1.99614L20 2.14286V17.8571C20 18.9913 19.1189 19.9197 18.0039 19.9951L17.8571 20H2.14286C1.00869 20 0.080337 19.1189 0.00494355 18.0039L0 17.8571V2.14286C0 1.00869 0.881093 0.080337 1.99614 0.00494355L2.14286 0H17.8571ZM15.191 5.43326L7.89451 12.6712L4.81522 9.56705C4.60687 9.35701 4.26768 9.35563 4.05763 9.56402L3.67728 9.94129C3.46723 10.1496 3.46585 10.4888 3.67424 10.6989L7.50808 14.5637C7.71643 14.7738 8.05562 14.7751 8.26567 14.5667L16.3228 6.57424C16.5328 6.36589 16.5342 6.0267 16.3258 5.81665L15.9486 5.43629C15.7402 5.22625 15.401 5.22487 15.191 5.43326Z'],
|
|
6
|
-
name: 'cuiCheckboxSelected'
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [20, 20, [], '', 'M17.8571 0C18.9913 0 19.9197 0.881093 19.9951 1.99614L20 2.14286V17.8571C20 18.9913 19.1189 19.9197 18.0039 19.9951L17.8571 20H2.14286C1.00869 20 0.080337 19.1189 0.00494355 18.0039L0 17.8571V2.14286C0 1.00869 0.881093 0.080337 1.99614 0.00494355L2.14286 0H17.8571ZM15.191 5.43326L7.89451 12.6712L4.81522 9.56705C4.60687 9.35701 4.26768 9.35563 4.05763 9.56402L3.67728 9.94129C3.46723 10.1496 3.46585 10.4888 3.67424 10.6989L7.50808 14.5637C7.71643 14.7738 8.05562 14.7751 8.26567 14.5667L16.3228 6.57424C16.5328 6.36589 16.5342 6.0267 16.3258 5.81665L15.9486 5.43629C15.7402 5.22625 15.401 5.22487 15.191 5.43326Z'],
|
|
6
|
+
name: 'cuiCheckboxSelected'
|
|
7
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.default = {
|
|
5
|
-
details: [20, 20, [], '', 'M17 1H3C1.89543 1 1 1.89543 1 3V17C1 18.1046 1.89543 19 3 19H17C18.1046 19 19 18.1046 19 17V3C19 1.89543 18.1046 1 17 1ZM3 0C1.34315 0 0 1.34315 0 3V17C0 18.6569 1.34315 20 3 20H17C18.6569 20 20 18.6569 20 17V3C20 1.34315 18.6569 0 17 0H3Z'],
|
|
6
|
-
name: 'cuiCheckboxUnselected',
|
|
7
|
-
pathProps: { fillRule: 'evenodd', clipRule: 'evenodd' }
|
|
8
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [20, 20, [], '', 'M17 1H3C1.89543 1 1 1.89543 1 3V17C1 18.1046 1.89543 19 3 19H17C18.1046 19 19 18.1046 19 17V3C19 1.89543 18.1046 1 17 1ZM3 0C1.34315 0 0 1.34315 0 3V17C0 18.6569 1.34315 20 3 20H17C18.6569 20 20 18.6569 20 17V3C20 1.34315 18.6569 0 17 0H3Z'],
|
|
6
|
+
name: 'cuiCheckboxUnselected',
|
|
7
|
+
pathProps: { fillRule: 'evenodd', clipRule: 'evenodd' }
|
|
8
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.default = {
|
|
5
|
-
details: [20, 20, [], '', 'M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10ZM20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16Z'],
|
|
6
|
-
name: 'cuiRadioSelected',
|
|
7
|
-
pathProps: { fillRule: 'evenodd', clipRule: 'evenodd' }
|
|
8
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [20, 20, [], '', 'M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10ZM20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16Z'],
|
|
6
|
+
name: 'cuiRadioSelected',
|
|
7
|
+
pathProps: { fillRule: 'evenodd', clipRule: 'evenodd' }
|
|
8
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.default = {
|
|
5
|
-
details: [20, 20, [], '', 'M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19ZM10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z'],
|
|
6
|
-
name: 'cuiRadioUnselected',
|
|
7
|
-
pathProps: { fillRule: 'evenodd', clipRule: 'evenodd' }
|
|
8
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [20, 20, [], '', 'M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19ZM10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z'],
|
|
6
|
+
name: 'cuiRadioUnselected',
|
|
7
|
+
pathProps: { fillRule: 'evenodd', clipRule: 'evenodd' }
|
|
8
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [33, 32, [], '', ['M21.736 9.05626L30.5073 12.8063C30.7814 12.9235 30.9596 13.1953 30.955 13.5C30.9596 21.75 26.2084 28.125 21.7406 29.9438C21.5578 30.0188 21.3568 30.0188 21.1786 29.9438C16.7062 28.125 11.9551 21.75 11.9551 13.5C11.9551 13.1953 12.1332 12.9235 12.4028 12.8063L21.1741 9.05626C21.3522 8.98127 21.5578 8.98127 21.736 9.05626ZM20.417 31.7931C15.0706 29.6137 9.95508 22.4173 9.95508 13.5C9.95508 12.4159 10.5902 11.4135 11.6053 10.9721L11.6165 10.9672L20.3981 7.2129C21.0725 6.92901 21.8376 6.92904 22.5119 7.21293L22.5222 7.21725L31.2935 10.9673C32.3102 11.4019 32.9636 12.4043 32.955 13.5099C32.9557 22.426 27.8384 29.6193 22.4971 31.7952C21.8394 32.0642 21.0928 32.073 20.417 31.7931Z', 'M21.4329 27.75C20.0176 26.6562 19.3301 26.0625 17.9383 24.4945C16.0086 22.3241 14.5048 19.2482 13.9786 15.7523L13.7485 14.2233L21.4329 10.9388V27.75ZM17.4329 20.1679C18.0013 21.3118 18.6847 22.3241 19.4329 23.1656V13.9687L15.9564 15.4546C16.2152 17.1745 16.7381 18.7695 17.4329 20.1679Z', 'M20.0911 5.20078L12.736 2.05626C12.5578 1.98126 12.3522 1.98126 12.1741 2.05626L3.40278 5.80626C3.13324 5.92345 2.95508 6.19533 2.95508 6.50001C2.95508 12.8516 5.77124 18.0919 9.10825 20.9972C9.47814 22.1663 9.92843 23.2845 10.4465 24.3412C5.46802 21.7331 0.955078 14.8756 0.955078 6.50001C0.955078 5.41592 1.59024 4.41346 2.60534 3.97212L2.61654 3.96725L11.3981 0.212899C12.0725 -0.0709856 12.8376 -0.0709569 13.5119 0.212928L13.5222 0.217253L22.2935 3.96728C23.017 4.27659 23.5565 4.87339 23.8044 5.59031L23.3085 5.37827L23.2879 5.36958C22.2712 4.94162 21.1383 4.8853 20.0911 5.20078Z', 'M12.4329 8.44311V3.93884L4.74854 7.22329L4.97865 8.75229C5.42934 11.747 6.59746 14.4334 8.13611 16.5065C8.01733 15.5253 7.95508 14.5215 7.95508 13.5C7.95508 13.1292 7.99834 12.7635 8.08155 12.4094C7.56171 11.2025 7.16952 9.87091 6.95638 8.45465L10.4329 6.96871V9.32088C10.5542 9.25497 10.6793 9.19389 10.8079 9.13797L10.8303 9.12825L12.4329 8.44311Z']],
|
|
6
|
+
name: 'culApiProduct'
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [36, 35, [], '', ['M31.0196 8.74548C31.2978 9.80502 31.2871 10.8538 31.0089 11.8171C33.1279 12.9408 34.4229 15.1241 34.4336 17.4679C34.4336 20.7535 31.9721 23.4398 28.7935 23.8144C28.6651 23.8251 28.5473 23.7288 28.5473 23.6003V22.4124C28.5473 22.3054 28.6223 22.2197 28.7293 22.1983C30.9554 21.8344 32.7213 19.9829 32.8176 17.6605C32.9139 15.1883 31.1373 13.112 28.7828 12.7375C29.4035 11.9455 29.7246 10.9074 29.5962 9.79431C29.3714 7.97492 27.9052 6.5194 26.0858 6.31605C24.748 6.16622 23.5279 6.67993 22.7039 7.56823C21.6336 4.94615 19.0544 3.09465 16.047 3.09465C12.0764 3.09465 8.85504 6.31605 8.85504 10.2866C8.85504 10.5649 8.87644 10.8538 8.90855 11.1321C6.17945 11.5067 4.07109 13.8398 4.07109 16.6759C4.07109 19.2873 5.84768 21.4706 8.2557 22.0913C8.35203 22.1127 8.41624 22.1983 8.41624 22.2946V23.4933C8.41624 23.6324 8.29851 23.7395 8.15938 23.7074C4.91657 23.0117 2.47644 20.1328 2.47644 16.6759C2.47644 13.5936 4.43497 10.8967 7.28179 9.89064C7.48514 5.21371 11.3487 1.5 16.0577 1.5C19.033 1.5 21.6657 2.98763 23.239 5.22441C24.4055 4.6786 25.6898 4.53946 27.0169 4.84983C28.9647 5.29933 30.5166 6.80836 31.0196 8.74548ZM13.6403 29.8064L13.6397 29.8057C12.5727 28.63 11.9679 27.1234 11.9284 25.5418H11.7679C11.1472 25.5418 10.6423 25.0341 10.6423 24.4103V22.4856C10.6423 21.867 11.1488 21.3608 11.7679 21.3608H25.2493C25.8683 21.3608 26.3748 21.867 26.3748 22.4856V24.4103C26.3748 25.0289 25.8683 25.5351 25.2493 25.5351H25.0955C25.056 27.1166 24.4512 28.6233 23.3842 29.7989L23.3837 29.7995C22.3208 30.9645 20.8846 31.7123 19.3198 31.8993V33.3496C19.3198 33.4499 19.2646 33.5 19.1643 33.5H17.8596C17.7592 33.5 17.704 33.4499 17.704 33.3496V31.9054C16.1467 31.7126 14.7106 30.9719 13.6409 29.807L13.6403 29.8064ZM15.468 20.7298H13.8522V16.7555C13.8522 16.3125 14.2168 15.9482 14.6601 15.9482C15.1035 15.9482 15.468 16.3125 15.468 16.7555V20.7298ZM23.1717 16.7555V20.7298H21.5559V16.7555C21.5559 16.3125 21.9204 15.9482 22.3638 15.9482C22.8071 15.9482 23.1717 16.3125 23.1717 16.7555ZM23.5906 25.4975C23.5601 26.7167 23.0948 27.8781 22.2698 28.7875C21.4466 29.689 20.3406 30.2621 19.1411 30.4055C18.9084 30.4333 18.7127 30.441 18.5119 30.441C18.3112 30.441 18.1155 30.4404 17.8891 30.4124C16.6899 30.2639 15.5817 29.6943 14.7524 28.7924C13.9285 27.8833 13.4638 26.7227 13.4333 25.5042C13.4147 24.7627 12.8615 24.1575 12.1478 24.0533V22.8653H24.8694V24.0475C24.1589 24.1546 23.6091 24.7583 23.5906 25.4975Z']],
|
|
6
|
+
name: 'culApiService'
|
|
7
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.default = {
|
|
5
|
-
details: [32, 33, [], '', 'M16.1836 0.25C17.9819 0.25 19.4398 1.70785 19.4398 3.5062C19.4398 4.99675 18.4382 6.25338 17.0714 6.63988L17.0712 7.12283C17.8593 7.19856 18.6285 7.37497 19.3643 7.64685C19.8243 7.81685 20.0595 8.32761 19.8894 8.78767C19.7194 9.24772 19.2087 9.48285 18.7486 9.31285C17.9352 9.01226 17.0707 8.85649 16.1836 8.85649C14.5546 8.85649 13.0486 9.3828 11.8262 10.2746L12.1779 10.6265C12.5247 10.9733 12.5247 11.5356 12.1779 11.8824C11.86 12.2003 11.3611 12.2268 11.013 11.9618L10.922 11.8824L10.5258 11.4863C9.43849 12.7745 8.78312 14.4392 8.78312 16.2569C8.78312 17.9717 9.36633 19.5503 10.3452 20.8051L11.2918 19.8592C11.6387 19.5124 12.2009 19.5124 12.5477 19.8592C12.8657 20.1772 12.8921 20.6761 12.6272 21.0242L12.5477 21.1151L11.5971 22.0651C12.858 23.0622 14.4513 23.6574 16.1836 23.6574C17.9402 23.6574 19.5539 23.0453 20.823 22.0229L19.7466 20.9473C19.3998 20.6005 19.3998 20.0382 19.7466 19.6914C20.0646 19.3735 20.5635 19.347 20.9116 19.6119L21.0025 19.6914L22.0631 20.7518C23.0171 19.5057 23.584 17.9475 23.584 16.2569C23.584 15.7665 23.9816 15.3689 24.4721 15.3689C24.5242 15.3689 24.5754 15.3734 24.6251 15.382L24.6528 15.377L24.7733 15.3689L25.6101 15.3691C25.9966 14.0023 27.2533 13.0007 28.7438 13.0007C30.5422 13.0007 32 14.4586 32 16.2569C32 18.0553 30.5422 19.5131 28.7438 19.5131C27.2536 19.5131 25.9972 18.5121 25.6104 17.1458L25.3176 17.146C25.1411 18.9817 24.4238 20.6594 23.3268 22.0179L23.6759 22.3647C24.6497 21.9427 25.8241 22.1297 26.6201 22.9257C27.6605 23.9662 27.6605 25.653 26.6201 26.6934C25.5796 27.7339 23.8928 27.7339 22.8524 26.6934C22.0083 25.8493 21.849 24.5797 22.3746 23.575L22.0845 23.2849C20.6928 24.4546 18.9487 25.2186 17.0343 25.3946C17.0476 25.437 17.0573 25.4816 17.0635 25.5274L17.0716 25.6479L17.0714 26.1501C18.4382 26.5366 19.4398 27.7932 19.4398 29.2838C19.4398 31.0821 17.9819 32.5399 16.1836 32.5399C14.3852 32.5399 12.9274 31.0821 12.9274 29.2838C12.9274 27.7936 13.9284 26.5372 15.2947 26.1503L15.2955 25.6479C15.2955 25.5592 15.3085 25.4736 15.3327 25.3927C13.442 25.2208 11.7173 24.4734 10.3342 23.3279L9.78576 23.8765C10.2726 24.8708 10.1027 26.1055 9.27613 26.9321C8.23571 27.9725 6.54886 27.9725 5.50844 26.9321C4.46802 25.8916 4.46802 24.2048 5.50844 23.1644C6.32215 22.3507 7.53129 22.1734 8.51732 22.6325L9.08092 22.0678C7.96106 20.7007 7.22817 19.0043 7.04952 17.146L6.3896 17.1458C6.00279 18.5121 4.7464 19.5131 3.2562 19.5131C1.45785 19.5131 0 18.0553 0 16.2569C0 14.4586 1.45785 13.0007 3.2562 13.0007C4.74675 13.0007 6.00338 14.0023 6.38988 15.3691L7.04939 15.3693C7.23752 13.4094 8.04212 11.6295 9.26699 10.226L8.92391 9.88306C7.89799 10.5106 6.53934 10.3804 5.65146 9.49252C4.61104 8.4521 4.61104 6.76525 5.65146 5.72483C6.69188 4.68441 8.37873 4.68441 9.41915 5.72483C10.1684 6.47403 10.3781 7.55843 10.0483 8.49528L10.5575 9.00683C11.8917 7.96996 13.5198 7.29329 15.2957 7.12279L15.2947 6.6396C13.9284 6.25279 12.9274 4.9964 12.9274 3.5062C12.9274 1.70785 14.3852 0.25 16.1836 0.25ZM16.1836 27.8037C15.3661 27.8037 14.7035 28.4663 14.7035 29.2838C14.7035 30.1012 15.3661 30.7638 16.1836 30.7638C17.001 30.7638 17.6637 30.1012 17.6637 29.2838C17.6637 28.4663 17.001 27.8037 16.1836 27.8037ZM6.76433 24.4203C6.41753 24.7671 6.41753 25.3294 6.76433 25.6762C7.11114 26.023 7.67342 26.023 8.02023 25.6762C8.36704 25.3294 8.36704 24.7671 8.02023 24.4203C7.67342 24.0735 7.11114 24.0735 6.76433 24.4203ZM24.1083 24.1816C23.7615 24.5284 23.7615 25.0907 24.1083 25.4375C24.4551 25.7843 25.0174 25.7843 25.3642 25.4375C25.711 25.0907 25.711 24.5284 25.3642 24.1816C25.0174 23.8348 24.4551 23.8348 24.1083 24.1816ZM17.8514 11.3764C19.6497 11.3764 21.1076 12.8342 21.1076 14.6326C21.1076 16.4309 19.6497 17.8888 17.8514 17.8888C16.053 17.8888 14.5952 16.4309 14.5952 14.6326C14.5952 12.8342 16.053 11.3764 17.8514 11.3764ZM28.7438 14.7768C27.9264 14.7768 27.2637 15.4395 27.2637 16.2569C27.2637 17.0744 27.9264 17.737 28.7438 17.737C29.5612 17.737 30.2239 17.0744 30.2239 16.2569C30.2239 15.4395 29.5612 14.7768 28.7438 14.7768ZM3.2562 14.7768C2.43877 14.7768 1.77611 15.4395 1.77611 16.2569C1.77611 17.0744 2.43877 17.737 3.2562 17.737C4.07363 17.737 4.73629 17.0744 4.73629 16.2569C4.73629 15.4395 4.07363 14.7768 3.2562 14.7768ZM17.8514 13.1525C17.034 13.1525 16.3713 13.8151 16.3713 14.6326C16.3713 15.45 17.034 16.1127 17.8514 16.1127C18.6688 16.1127 19.3315 15.45 19.3315 14.6326C19.3315 13.8151 18.6688 13.1525 17.8514 13.1525ZM23.4331 10.4664L23.5304 10.555L23.6416 10.6723C23.9791 11.0282 23.9641 11.5903 23.6082 11.9277C23.2846 12.2345 22.7907 12.25 22.45 11.9829L22.3527 11.8943L22.2415 11.777C21.9041 11.4211 21.919 10.859 22.2749 10.5215C22.5985 10.2148 23.0925 10.1992 23.4331 10.4664ZM27.3715 5.72483C28.4119 6.76525 28.4119 8.4521 27.3715 9.49252C26.331 10.5329 24.6442 10.5329 23.6038 9.49252C22.5633 8.4521 22.5633 6.76525 23.6038 5.72483C24.6442 4.68441 26.331 4.68441 27.3715 5.72483ZM24.8597 6.98073C24.5129 7.32753 24.5129 7.88982 24.8597 8.23663C25.2065 8.58343 25.7687 8.58343 26.1156 8.23663C26.4624 7.88982 26.4624 7.32753 26.1156 6.98073C25.7687 6.63392 25.2065 6.63392 24.8597 6.98073ZM6.90736 6.98073C6.56055 7.32753 6.56055 7.88982 6.90736 8.23663C7.25416 8.58343 7.81645 8.58343 8.16325 8.23663C8.51006 7.88982 8.51006 7.32753 8.16325 6.98073C7.81645 6.63392 7.25416 6.63392 6.90736 6.98073ZM16.1836 2.02611C15.3661 2.02611 14.7035 2.68877 14.7035 3.5062C14.7035 4.32363 15.3661 4.98629 16.1836 4.98629C17.001 4.98629 17.6637 4.32363 17.6637 3.5062C17.6637 2.68877 17.001 2.02611 16.1836 2.02611Z'],
|
|
6
|
-
name: 'culCovid'
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [32, 33, [], '', 'M16.1836 0.25C17.9819 0.25 19.4398 1.70785 19.4398 3.5062C19.4398 4.99675 18.4382 6.25338 17.0714 6.63988L17.0712 7.12283C17.8593 7.19856 18.6285 7.37497 19.3643 7.64685C19.8243 7.81685 20.0595 8.32761 19.8894 8.78767C19.7194 9.24772 19.2087 9.48285 18.7486 9.31285C17.9352 9.01226 17.0707 8.85649 16.1836 8.85649C14.5546 8.85649 13.0486 9.3828 11.8262 10.2746L12.1779 10.6265C12.5247 10.9733 12.5247 11.5356 12.1779 11.8824C11.86 12.2003 11.3611 12.2268 11.013 11.9618L10.922 11.8824L10.5258 11.4863C9.43849 12.7745 8.78312 14.4392 8.78312 16.2569C8.78312 17.9717 9.36633 19.5503 10.3452 20.8051L11.2918 19.8592C11.6387 19.5124 12.2009 19.5124 12.5477 19.8592C12.8657 20.1772 12.8921 20.6761 12.6272 21.0242L12.5477 21.1151L11.5971 22.0651C12.858 23.0622 14.4513 23.6574 16.1836 23.6574C17.9402 23.6574 19.5539 23.0453 20.823 22.0229L19.7466 20.9473C19.3998 20.6005 19.3998 20.0382 19.7466 19.6914C20.0646 19.3735 20.5635 19.347 20.9116 19.6119L21.0025 19.6914L22.0631 20.7518C23.0171 19.5057 23.584 17.9475 23.584 16.2569C23.584 15.7665 23.9816 15.3689 24.4721 15.3689C24.5242 15.3689 24.5754 15.3734 24.6251 15.382L24.6528 15.377L24.7733 15.3689L25.6101 15.3691C25.9966 14.0023 27.2533 13.0007 28.7438 13.0007C30.5422 13.0007 32 14.4586 32 16.2569C32 18.0553 30.5422 19.5131 28.7438 19.5131C27.2536 19.5131 25.9972 18.5121 25.6104 17.1458L25.3176 17.146C25.1411 18.9817 24.4238 20.6594 23.3268 22.0179L23.6759 22.3647C24.6497 21.9427 25.8241 22.1297 26.6201 22.9257C27.6605 23.9662 27.6605 25.653 26.6201 26.6934C25.5796 27.7339 23.8928 27.7339 22.8524 26.6934C22.0083 25.8493 21.849 24.5797 22.3746 23.575L22.0845 23.2849C20.6928 24.4546 18.9487 25.2186 17.0343 25.3946C17.0476 25.437 17.0573 25.4816 17.0635 25.5274L17.0716 25.6479L17.0714 26.1501C18.4382 26.5366 19.4398 27.7932 19.4398 29.2838C19.4398 31.0821 17.9819 32.5399 16.1836 32.5399C14.3852 32.5399 12.9274 31.0821 12.9274 29.2838C12.9274 27.7936 13.9284 26.5372 15.2947 26.1503L15.2955 25.6479C15.2955 25.5592 15.3085 25.4736 15.3327 25.3927C13.442 25.2208 11.7173 24.4734 10.3342 23.3279L9.78576 23.8765C10.2726 24.8708 10.1027 26.1055 9.27613 26.9321C8.23571 27.9725 6.54886 27.9725 5.50844 26.9321C4.46802 25.8916 4.46802 24.2048 5.50844 23.1644C6.32215 22.3507 7.53129 22.1734 8.51732 22.6325L9.08092 22.0678C7.96106 20.7007 7.22817 19.0043 7.04952 17.146L6.3896 17.1458C6.00279 18.5121 4.7464 19.5131 3.2562 19.5131C1.45785 19.5131 0 18.0553 0 16.2569C0 14.4586 1.45785 13.0007 3.2562 13.0007C4.74675 13.0007 6.00338 14.0023 6.38988 15.3691L7.04939 15.3693C7.23752 13.4094 8.04212 11.6295 9.26699 10.226L8.92391 9.88306C7.89799 10.5106 6.53934 10.3804 5.65146 9.49252C4.61104 8.4521 4.61104 6.76525 5.65146 5.72483C6.69188 4.68441 8.37873 4.68441 9.41915 5.72483C10.1684 6.47403 10.3781 7.55843 10.0483 8.49528L10.5575 9.00683C11.8917 7.96996 13.5198 7.29329 15.2957 7.12279L15.2947 6.6396C13.9284 6.25279 12.9274 4.9964 12.9274 3.5062C12.9274 1.70785 14.3852 0.25 16.1836 0.25ZM16.1836 27.8037C15.3661 27.8037 14.7035 28.4663 14.7035 29.2838C14.7035 30.1012 15.3661 30.7638 16.1836 30.7638C17.001 30.7638 17.6637 30.1012 17.6637 29.2838C17.6637 28.4663 17.001 27.8037 16.1836 27.8037ZM6.76433 24.4203C6.41753 24.7671 6.41753 25.3294 6.76433 25.6762C7.11114 26.023 7.67342 26.023 8.02023 25.6762C8.36704 25.3294 8.36704 24.7671 8.02023 24.4203C7.67342 24.0735 7.11114 24.0735 6.76433 24.4203ZM24.1083 24.1816C23.7615 24.5284 23.7615 25.0907 24.1083 25.4375C24.4551 25.7843 25.0174 25.7843 25.3642 25.4375C25.711 25.0907 25.711 24.5284 25.3642 24.1816C25.0174 23.8348 24.4551 23.8348 24.1083 24.1816ZM17.8514 11.3764C19.6497 11.3764 21.1076 12.8342 21.1076 14.6326C21.1076 16.4309 19.6497 17.8888 17.8514 17.8888C16.053 17.8888 14.5952 16.4309 14.5952 14.6326C14.5952 12.8342 16.053 11.3764 17.8514 11.3764ZM28.7438 14.7768C27.9264 14.7768 27.2637 15.4395 27.2637 16.2569C27.2637 17.0744 27.9264 17.737 28.7438 17.737C29.5612 17.737 30.2239 17.0744 30.2239 16.2569C30.2239 15.4395 29.5612 14.7768 28.7438 14.7768ZM3.2562 14.7768C2.43877 14.7768 1.77611 15.4395 1.77611 16.2569C1.77611 17.0744 2.43877 17.737 3.2562 17.737C4.07363 17.737 4.73629 17.0744 4.73629 16.2569C4.73629 15.4395 4.07363 14.7768 3.2562 14.7768ZM17.8514 13.1525C17.034 13.1525 16.3713 13.8151 16.3713 14.6326C16.3713 15.45 17.034 16.1127 17.8514 16.1127C18.6688 16.1127 19.3315 15.45 19.3315 14.6326C19.3315 13.8151 18.6688 13.1525 17.8514 13.1525ZM23.4331 10.4664L23.5304 10.555L23.6416 10.6723C23.9791 11.0282 23.9641 11.5903 23.6082 11.9277C23.2846 12.2345 22.7907 12.25 22.45 11.9829L22.3527 11.8943L22.2415 11.777C21.9041 11.4211 21.919 10.859 22.2749 10.5215C22.5985 10.2148 23.0925 10.1992 23.4331 10.4664ZM27.3715 5.72483C28.4119 6.76525 28.4119 8.4521 27.3715 9.49252C26.331 10.5329 24.6442 10.5329 23.6038 9.49252C22.5633 8.4521 22.5633 6.76525 23.6038 5.72483C24.6442 4.68441 26.331 4.68441 27.3715 5.72483ZM24.8597 6.98073C24.5129 7.32753 24.5129 7.88982 24.8597 8.23663C25.2065 8.58343 25.7687 8.58343 26.1156 8.23663C26.4624 7.88982 26.4624 7.32753 26.1156 6.98073C25.7687 6.63392 25.2065 6.63392 24.8597 6.98073ZM6.90736 6.98073C6.56055 7.32753 6.56055 7.88982 6.90736 8.23663C7.25416 8.58343 7.81645 8.58343 8.16325 8.23663C8.51006 7.88982 8.51006 7.32753 8.16325 6.98073C7.81645 6.63392 7.25416 6.63392 6.90736 6.98073ZM16.1836 2.02611C15.3661 2.02611 14.7035 2.68877 14.7035 3.5062C14.7035 4.32363 15.3661 4.98629 16.1836 4.98629C17.001 4.98629 17.6637 4.32363 17.6637 3.5062C17.6637 2.68877 17.001 2.02611 16.1836 2.02611Z'],
|
|
6
|
+
name: 'culCovid'
|
|
7
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.default = {
|
|
5
|
-
details: [32, 33, [], '', 'M12.9994 0.25C15.842 0.25 18.4712 1.16181 20.6104 2.709L17.4252 3.1745C16.0714 2.57986 14.5744 2.2499 12.9994 2.2499C6.91841 2.2499 1.9999 7.16841 1.9999 13.2494C1.9999 19.3303 6.91841 24.2488 12.9994 24.2488C18.8067 24.2488 23.5539 19.763 23.9693 14.0628L25.0138 13.514L25.9763 14.0189C25.8039 16.9653 24.6481 19.6437 22.8344 21.7414L22.5426 22.0677H23.1864C23.3464 22.0677 23.4984 22.1157 23.6263 22.2085L23.7176 22.2864L31.7797 30.3485C32.0408 30.6096 32.0698 31.0139 31.8667 31.3069L31.7797 31.411L31.161 32.0297C30.8999 32.2908 30.4956 32.3198 30.2027 32.1167L30.0985 32.0297L22.0364 23.9676C21.9264 23.8526 21.8524 23.7096 21.8272 23.5546L21.8177 23.4364V22.7989C19.4991 24.9363 16.4054 26.2487 12.9994 26.2487C5.81847 26.2487 0 20.4303 0 13.2494C0 6.06847 5.81847 0.25 12.9994 0.25ZM25.6877 0.592546L25.7617 0.715332L27.4675 4.1741L31.2842 4.73053C31.923 4.82318 32.2045 5.5644 31.8357 6.05574L31.7466 6.15688L28.9853 8.84761L29.6384 12.6486C29.7486 13.2927 29.1195 13.783 28.5411 13.5791L28.4263 13.529L25.0119 11.7343L21.5976 13.529C21.0294 13.8302 20.3579 13.3967 20.373 12.7752L20.3854 12.6486L21.0385 8.84761L18.2773 6.15688C17.814 5.70581 18.0221 4.9407 18.6083 4.75998L18.7396 4.73053L22.5563 4.1741L24.2622 0.715332C24.5484 0.135574 25.3325 0.10092 25.6877 0.592546ZM25.0119 2.81622L23.6739 5.53017L20.6786 5.9662L22.8462 8.07929L22.3335 11.0594L25.0122 9.65293L27.6891 11.0607L27.1781 8.07929L29.3453 5.9662L26.3505 5.53017L25.0119 2.81622Z'],
|
|
6
|
-
name: 'culDeepSearch'
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [32, 33, [], '', 'M12.9994 0.25C15.842 0.25 18.4712 1.16181 20.6104 2.709L17.4252 3.1745C16.0714 2.57986 14.5744 2.2499 12.9994 2.2499C6.91841 2.2499 1.9999 7.16841 1.9999 13.2494C1.9999 19.3303 6.91841 24.2488 12.9994 24.2488C18.8067 24.2488 23.5539 19.763 23.9693 14.0628L25.0138 13.514L25.9763 14.0189C25.8039 16.9653 24.6481 19.6437 22.8344 21.7414L22.5426 22.0677H23.1864C23.3464 22.0677 23.4984 22.1157 23.6263 22.2085L23.7176 22.2864L31.7797 30.3485C32.0408 30.6096 32.0698 31.0139 31.8667 31.3069L31.7797 31.411L31.161 32.0297C30.8999 32.2908 30.4956 32.3198 30.2027 32.1167L30.0985 32.0297L22.0364 23.9676C21.9264 23.8526 21.8524 23.7096 21.8272 23.5546L21.8177 23.4364V22.7989C19.4991 24.9363 16.4054 26.2487 12.9994 26.2487C5.81847 26.2487 0 20.4303 0 13.2494C0 6.06847 5.81847 0.25 12.9994 0.25ZM25.6877 0.592546L25.7617 0.715332L27.4675 4.1741L31.2842 4.73053C31.923 4.82318 32.2045 5.5644 31.8357 6.05574L31.7466 6.15688L28.9853 8.84761L29.6384 12.6486C29.7486 13.2927 29.1195 13.783 28.5411 13.5791L28.4263 13.529L25.0119 11.7343L21.5976 13.529C21.0294 13.8302 20.3579 13.3967 20.373 12.7752L20.3854 12.6486L21.0385 8.84761L18.2773 6.15688C17.814 5.70581 18.0221 4.9407 18.6083 4.75998L18.7396 4.73053L22.5563 4.1741L24.2622 0.715332C24.5484 0.135574 25.3325 0.10092 25.6877 0.592546ZM25.0119 2.81622L23.6739 5.53017L20.6786 5.9662L22.8462 8.07929L22.3335 11.0594L25.0122 9.65293L27.6891 11.0607L27.1781 8.07929L29.3453 5.9662L26.3505 5.53017L25.0119 2.81622Z'],
|
|
6
|
+
name: 'culDeepSearch'
|
|
7
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.default = {
|
|
5
|
-
details: [32, 33, [], '', 'M16 26.25C17.1063 26.25 18 27.1438 18 28.25C18 29.3563 17.1063 30.25 16 30.25C14.8938 30.25 14 29.3563 14 28.25C14 27.1438 14.8938 26.25 16 26.25ZM28 26.25C29.1063 26.25 30 27.1438 30 28.25C30 29.3563 29.1063 30.25 28 30.25C26.8938 30.25 26 29.3563 26 28.25C26 27.1438 26.8938 26.25 28 26.25ZM4 26.25C5.10625 26.25 6 27.1438 6 28.25C6 29.3563 5.10625 30.25 4 30.25C2.89375 30.25 2 29.3563 2 28.25C2 27.1438 2.89375 26.25 4 26.25ZM16 14.25C17.1063 14.25 18 15.1438 18 16.25C18 17.3563 17.1063 18.25 16 18.25C14.8938 18.25 14 17.3563 14 16.25C14 15.1438 14.8938 14.25 16 14.25ZM28 14.25C29.1063 14.25 30 15.1438 30 16.25C30 17.3563 29.1063 18.25 28 18.25C26.8938 18.25 26 17.3563 26 16.25C26 15.1438 26.8938 14.25 28 14.25ZM4 14.25C5.10625 14.25 6 15.1438 6 16.25C6 17.3563 5.10625 18.25 4 18.25C2.89375 18.25 2 17.3563 2 16.25C2 15.1438 2.89375 14.25 4 14.25ZM16 2.25C17.1063 2.25 18 3.14375 18 4.25C18 5.35625 17.1063 6.25 16 6.25C14.8938 6.25 14 5.35625 14 4.25C14 3.14375 14.8938 2.25 16 2.25ZM28 2.25C29.1063 2.25 30 3.14375 30 4.25C30 5.35625 29.1063 6.25 28 6.25C26.8938 6.25 26 5.35625 26 4.25C26 3.14375 26.8938 2.25 28 2.25ZM4 2.25C5.10625 2.25 6 3.14375 6 4.25C6 5.35625 5.10625 6.25 4 6.25C2.89375 6.25 2 5.35625 2 4.25C2 3.14375 2.89375 2.25 4 2.25Z'],
|
|
6
|
-
name: 'culDotsMenu'
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [32, 33, [], '', 'M16 26.25C17.1063 26.25 18 27.1438 18 28.25C18 29.3563 17.1063 30.25 16 30.25C14.8938 30.25 14 29.3563 14 28.25C14 27.1438 14.8938 26.25 16 26.25ZM28 26.25C29.1063 26.25 30 27.1438 30 28.25C30 29.3563 29.1063 30.25 28 30.25C26.8938 30.25 26 29.3563 26 28.25C26 27.1438 26.8938 26.25 28 26.25ZM4 26.25C5.10625 26.25 6 27.1438 6 28.25C6 29.3563 5.10625 30.25 4 30.25C2.89375 30.25 2 29.3563 2 28.25C2 27.1438 2.89375 26.25 4 26.25ZM16 14.25C17.1063 14.25 18 15.1438 18 16.25C18 17.3563 17.1063 18.25 16 18.25C14.8938 18.25 14 17.3563 14 16.25C14 15.1438 14.8938 14.25 16 14.25ZM28 14.25C29.1063 14.25 30 15.1438 30 16.25C30 17.3563 29.1063 18.25 28 18.25C26.8938 18.25 26 17.3563 26 16.25C26 15.1438 26.8938 14.25 28 14.25ZM4 14.25C5.10625 14.25 6 15.1438 6 16.25C6 17.3563 5.10625 18.25 4 18.25C2.89375 18.25 2 17.3563 2 16.25C2 15.1438 2.89375 14.25 4 14.25ZM16 2.25C17.1063 2.25 18 3.14375 18 4.25C18 5.35625 17.1063 6.25 16 6.25C14.8938 6.25 14 5.35625 14 4.25C14 3.14375 14.8938 2.25 16 2.25ZM28 2.25C29.1063 2.25 30 3.14375 30 4.25C30 5.35625 29.1063 6.25 28 6.25C26.8938 6.25 26 5.35625 26 4.25C26 3.14375 26.8938 2.25 28 2.25ZM4 2.25C5.10625 2.25 6 3.14375 6 4.25C6 5.35625 5.10625 6.25 4 6.25C2.89375 6.25 2 5.35625 2 4.25C2 3.14375 2.89375 2.25 4 2.25Z'],
|
|
6
|
+
name: 'culDotsMenu'
|
|
7
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.default = {
|
|
5
|
-
details: [32, 33, [], '', 'M14.5171 3.21585C14.8507 3.21585 15.1817 3.2271 15.5098 3.24924C15.3109 3.87647 15.1687 4.52726 15.0881 5.19702C14.8934 5.1247 14.7022 5.08902 14.5171 5.08902C12.9902 5.08902 11.0449 7.51641 10.0371 11.7147L9.94537 12.1134L16.5957 12.1139C17.0126 12.792 17.5028 13.4203 18.0551 13.9878L9.61756 13.9866C9.45951 15.1456 9.36585 16.3924 9.36585 17.7329C9.36585 18.85 9.43089 19.902 9.54404 20.8924L9.61756 21.4793H19.4166C19.5746 20.3202 19.6683 19.0734 19.6683 17.7329C19.6683 16.8745 19.6299 16.0546 19.5608 15.2715C20.1648 15.7019 20.8179 16.0697 21.5084 16.3671C21.5304 16.816 21.5415 17.2712 21.5415 17.7329C21.5415 18.7725 21.4815 19.7784 21.3796 20.7536L21.2956 21.4793H26.5932C26.962 20.2968 27.161 19.0383 27.161 17.7329C27.161 17.5372 27.1565 17.3425 27.1477 17.149C27.7838 17.0678 28.4033 16.9297 29.0002 16.741C29.0229 17.068 29.0341 17.3992 29.0341 17.7329C29.0341 25.7524 22.5366 32.25 14.5171 32.25C6.49756 32.25 0 25.7524 0 17.7329C0 9.71342 6.49756 3.21585 14.5171 3.21585ZM19.0888 23.3524H9.94537C10.9229 27.7954 12.9424 30.3768 14.5171 30.3768C16.044 30.3768 17.9892 27.9494 18.9971 23.7512L19.0888 23.3524ZM8.03707 23.3524H3.20781C4.70049 26.3495 7.34634 28.6734 10.5659 29.7388C9.52234 28.2691 8.6828 26.2437 8.14716 23.867L8.03707 23.3524ZM25.8263 23.3524H20.9971C20.4702 25.9573 19.5805 28.17 18.4683 29.7388C21.559 28.716 24.1211 26.5334 25.6417 23.7088L25.8263 23.3524ZM7.73854 13.9866H2.44098C2.0722 15.169 1.87317 16.4276 1.87317 17.7329C1.87317 18.8751 2.02555 19.9815 2.3107 21.0323L2.44098 21.4793H7.73854C7.58049 20.2793 7.49268 19.0324 7.49268 17.7329C7.49268 16.6933 7.55262 15.6874 7.65453 14.7123L7.73854 13.9866ZM26.2021 0.25C26.4167 0.25 26.5972 0.403659 26.639 0.606402L26.6481 0.695993V5.60192H31.554C31.7686 5.60192 31.9491 5.75558 31.9909 5.95832L32 6.04791V6.9399C32 7.15453 31.8463 7.33502 31.6436 7.37679L31.554 7.38589H26.6481V12.2918C26.6481 12.5064 26.4944 12.6869 26.2917 12.7287L26.2021 12.7378H25.3101C25.0955 12.7378 24.915 12.5841 24.8732 12.3814L24.8641 12.2918V7.38589H19.9582C19.7436 7.38589 19.5631 7.23223 19.5213 7.02949L19.5122 6.9399V6.04791C19.5122 5.83328 19.6659 5.65279 19.8686 5.61102L19.9582 5.60192H24.8641V0.695993C24.8641 0.481359 25.0178 0.300871 25.2205 0.259103L25.3101 0.25H26.2021ZM10.5659 5.72707C7.47512 6.74982 4.91307 8.93244 3.39243 11.757L3.20781 12.1134H8.03707C8.5639 9.50854 9.45366 7.29585 10.5659 5.72707Z'],
|
|
6
|
-
name: 'culGlobePlus'
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [32, 33, [], '', 'M14.5171 3.21585C14.8507 3.21585 15.1817 3.2271 15.5098 3.24924C15.3109 3.87647 15.1687 4.52726 15.0881 5.19702C14.8934 5.1247 14.7022 5.08902 14.5171 5.08902C12.9902 5.08902 11.0449 7.51641 10.0371 11.7147L9.94537 12.1134L16.5957 12.1139C17.0126 12.792 17.5028 13.4203 18.0551 13.9878L9.61756 13.9866C9.45951 15.1456 9.36585 16.3924 9.36585 17.7329C9.36585 18.85 9.43089 19.902 9.54404 20.8924L9.61756 21.4793H19.4166C19.5746 20.3202 19.6683 19.0734 19.6683 17.7329C19.6683 16.8745 19.6299 16.0546 19.5608 15.2715C20.1648 15.7019 20.8179 16.0697 21.5084 16.3671C21.5304 16.816 21.5415 17.2712 21.5415 17.7329C21.5415 18.7725 21.4815 19.7784 21.3796 20.7536L21.2956 21.4793H26.5932C26.962 20.2968 27.161 19.0383 27.161 17.7329C27.161 17.5372 27.1565 17.3425 27.1477 17.149C27.7838 17.0678 28.4033 16.9297 29.0002 16.741C29.0229 17.068 29.0341 17.3992 29.0341 17.7329C29.0341 25.7524 22.5366 32.25 14.5171 32.25C6.49756 32.25 0 25.7524 0 17.7329C0 9.71342 6.49756 3.21585 14.5171 3.21585ZM19.0888 23.3524H9.94537C10.9229 27.7954 12.9424 30.3768 14.5171 30.3768C16.044 30.3768 17.9892 27.9494 18.9971 23.7512L19.0888 23.3524ZM8.03707 23.3524H3.20781C4.70049 26.3495 7.34634 28.6734 10.5659 29.7388C9.52234 28.2691 8.6828 26.2437 8.14716 23.867L8.03707 23.3524ZM25.8263 23.3524H20.9971C20.4702 25.9573 19.5805 28.17 18.4683 29.7388C21.559 28.716 24.1211 26.5334 25.6417 23.7088L25.8263 23.3524ZM7.73854 13.9866H2.44098C2.0722 15.169 1.87317 16.4276 1.87317 17.7329C1.87317 18.8751 2.02555 19.9815 2.3107 21.0323L2.44098 21.4793H7.73854C7.58049 20.2793 7.49268 19.0324 7.49268 17.7329C7.49268 16.6933 7.55262 15.6874 7.65453 14.7123L7.73854 13.9866ZM26.2021 0.25C26.4167 0.25 26.5972 0.403659 26.639 0.606402L26.6481 0.695993V5.60192H31.554C31.7686 5.60192 31.9491 5.75558 31.9909 5.95832L32 6.04791V6.9399C32 7.15453 31.8463 7.33502 31.6436 7.37679L31.554 7.38589H26.6481V12.2918C26.6481 12.5064 26.4944 12.6869 26.2917 12.7287L26.2021 12.7378H25.3101C25.0955 12.7378 24.915 12.5841 24.8732 12.3814L24.8641 12.2918V7.38589H19.9582C19.7436 7.38589 19.5631 7.23223 19.5213 7.02949L19.5122 6.9399V6.04791C19.5122 5.83328 19.6659 5.65279 19.8686 5.61102L19.9582 5.60192H24.8641V0.695993C24.8641 0.481359 25.0178 0.300871 25.2205 0.259103L25.3101 0.25H26.2021ZM10.5659 5.72707C7.47512 6.74982 4.91307 8.93244 3.39243 11.757L3.20781 12.1134H8.03707C8.5639 9.50854 9.45366 7.29585 10.5659 5.72707Z'],
|
|
6
|
+
name: 'culGlobePlus'
|
|
7
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconDefinition } from '../../types';
|
|
2
|
-
declare const _default: IconDefinition;
|
|
3
|
-
export default _default;
|
|
1
|
+
import { IconDefinition } from '../../types';
|
|
2
|
+
declare const _default: IconDefinition;
|
|
3
|
+
export default _default;
|