nogbase-ui 1.0.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/LICENSE +661 -0
- package/README.md +61 -0
- package/dist/AllIcons-BpT9PGHQ.js +7953 -0
- package/dist/AllIcons-Ccrgjdr_.cjs +1 -0
- package/dist/AppTooltip-BGyiynP0.js +150 -0
- package/dist/AppTooltip-BSOOys5a.cjs +1 -0
- package/dist/Checkmark-BMk88h_C.cjs +1 -0
- package/dist/Checkmark-nXZm8BnM.js +377 -0
- package/dist/ColorSample-BWfzelYk.cjs +1 -0
- package/dist/ColorSample-tgmSZ-F7.js +120 -0
- package/dist/DefaultThemeColorFallback-DbqJIVcx.js +4 -0
- package/dist/DefaultThemeColorFallback-yakKib_c.cjs +1 -0
- package/dist/GrayScaleDark-Cuc4HWDV.cjs +1 -0
- package/dist/GrayScaleDark-DLZkJnfs.js +17 -0
- package/dist/IconTypography-D1m71DlC.cjs +1 -0
- package/dist/IconTypography-D6-z1Irl.js +17 -0
- package/dist/Loader-CVqckhmU.js +36 -0
- package/dist/Loader-DvDr98P8.cjs +1 -0
- package/dist/MainColorNames-I8OTbUOe.cjs +1 -0
- package/dist/MainColorNames-syigy4-h.js +52 -0
- package/dist/OverflowingTextWithTooltip-BY3bdsCV.js +72 -0
- package/dist/OverflowingTextWithTooltip-Bx--oslz.cjs +1 -0
- package/dist/Pill-CzxYmDQR.js +17 -0
- package/dist/Pill-fgWKgFIn.cjs +1 -0
- package/dist/Tag-C0ieQE9o.cjs +1 -0
- package/dist/Tag-DOSiXPZl.js +65 -0
- package/dist/ThemeProvider-CLAfdrfV.cjs +1 -0
- package/dist/ThemeProvider-CpY05Gd2.js +40 -0
- package/dist/TintedIconTile-C6Ogk0pF.cjs +1 -0
- package/dist/TintedIconTile-D6h1yGXu.js +76 -0
- package/dist/Toggle-Cw3Dds-m.cjs +1 -0
- package/dist/Toggle-DFCRkcpJ.js +195 -0
- package/dist/VisibilityHidden-Bk1yWahA.cjs +1 -0
- package/dist/VisibilityHidden-DrhO-pBI.js +12 -0
- package/dist/VisibilityHiddenInput-BOx7Yl7-.js +9 -0
- package/dist/VisibilityHiddenInput-CexbykfV.cjs +1 -0
- package/dist/accessibility/components/VisibilityHidden.d.ts +4 -0
- package/dist/accessibility/components/VisibilityHidden.d.ts.map +1 -0
- package/dist/accessibility/components/VisibilityHiddenInput.d.ts +2 -0
- package/dist/accessibility/components/VisibilityHiddenInput.d.ts.map +1 -0
- package/dist/accessibility/index.d.ts +4 -0
- package/dist/accessibility/index.d.ts.map +1 -0
- package/dist/accessibility/utils/visibility-hidden.d.ts +2 -0
- package/dist/accessibility/utils/visibility-hidden.d.ts.map +1 -0
- package/dist/accessibility.cjs +11 -0
- package/dist/accessibility.mjs +18 -0
- package/dist/assets/index.d.ts +1 -0
- package/dist/assets/index.d.ts.map +1 -0
- package/dist/assets.cjs +1 -0
- package/dist/assets.mjs +1 -0
- package/dist/components/Pill/Pill.d.ts +10 -0
- package/dist/components/Pill/Pill.d.ts.map +1 -0
- package/dist/components/avatar-or-icon/AvatarOrIcon.d.ts +17 -0
- package/dist/components/avatar-or-icon/AvatarOrIcon.d.ts.map +1 -0
- package/dist/components/chip/Chip.d.ts +38 -0
- package/dist/components/chip/Chip.d.ts.map +1 -0
- package/dist/components/chip/LinkChip.d.ts +13 -0
- package/dist/components/chip/LinkChip.d.ts.map +1 -0
- package/dist/components/chip/constants/LinkChipClickOutsideId.d.ts +2 -0
- package/dist/components/chip/constants/LinkChipClickOutsideId.d.ts.map +1 -0
- package/dist/components/index.d.ts +11 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/tag/Tag.d.ts +20 -0
- package/dist/components/tag/Tag.d.ts.map +1 -0
- package/dist/components.cjs +1 -0
- package/dist/components.mjs +173 -0
- package/dist/config-BQRGC1lM.js +22 -0
- package/dist/config-rVY5Wtrt.cjs +1 -0
- package/dist/constants-BcwxurOJ.cjs +1 -0
- package/dist/constants-CDXq37n6.js +4 -0
- package/dist/createReactComponent-Cb6Pzf10.js +48 -0
- package/dist/createReactComponent-w5VMPsZQ.cjs +1 -0
- package/dist/display/avatar/components/Avatar.d.ts +21 -0
- package/dist/display/avatar/components/Avatar.d.ts.map +1 -0
- package/dist/display/avatar/components/AvatarGroup.d.ts +7 -0
- package/dist/display/avatar/components/AvatarGroup.d.ts.map +1 -0
- package/dist/display/avatar/components/states/invalidAvatarUrlsAtomV2.d.ts +4 -0
- package/dist/display/avatar/components/states/invalidAvatarUrlsAtomV2.d.ts.map +1 -0
- package/dist/display/avatar/constants/AvatarPropertiesBySize.d.ts +23 -0
- package/dist/display/avatar/constants/AvatarPropertiesBySize.d.ts.map +1 -0
- package/dist/display/avatar/types/AvatarSize.d.ts +2 -0
- package/dist/display/avatar/types/AvatarSize.d.ts.map +1 -0
- package/dist/display/avatar/types/AvatarType.d.ts +2 -0
- package/dist/display/avatar/types/AvatarType.d.ts.map +1 -0
- package/dist/display/banner/components/Banner.d.ts +11 -0
- package/dist/display/banner/components/Banner.d.ts.map +1 -0
- package/dist/display/banner/components/InlineBanner.d.ts +16 -0
- package/dist/display/banner/components/InlineBanner.d.ts.map +1 -0
- package/dist/display/banner/components/SidePanelInformationBanner.d.ts +8 -0
- package/dist/display/banner/components/SidePanelInformationBanner.d.ts.map +1 -0
- package/dist/display/callout/Callout.d.ts +17 -0
- package/dist/display/callout/Callout.d.ts.map +1 -0
- package/dist/display/checkmark/components/AnimatedCheckmark.d.ts +10 -0
- package/dist/display/checkmark/components/AnimatedCheckmark.d.ts.map +1 -0
- package/dist/display/checkmark/components/Checkmark.d.ts +7 -0
- package/dist/display/checkmark/components/Checkmark.d.ts.map +1 -0
- package/dist/display/color/components/ColorSample.d.ts +14 -0
- package/dist/display/color/components/ColorSample.d.ts.map +1 -0
- package/dist/display/command-block/components/CommandBlock.d.ts +9 -0
- package/dist/display/command-block/components/CommandBlock.d.ts.map +1 -0
- package/dist/display/components/LinkifiedText.d.ts +6 -0
- package/dist/display/components/LinkifiedText.d.ts.map +1 -0
- package/dist/display/icon/components/Icon.d.ts +7 -0
- package/dist/display/icon/components/Icon.d.ts.map +1 -0
- package/dist/display/icon/components/IconAddressBook.d.ts +6 -0
- package/dist/display/icon/components/IconAddressBook.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandAnthropic.d.ts +6 -0
- package/dist/display/icon/components/IconBrandAnthropic.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandGemini.d.ts +6 -0
- package/dist/display/icon/components/IconBrandGemini.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandGroq.d.ts +6 -0
- package/dist/display/icon/components/IconBrandGroq.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandMistral.d.ts +6 -0
- package/dist/display/icon/components/IconBrandMistral.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandXai.d.ts +6 -0
- package/dist/display/icon/components/IconBrandXai.d.ts.map +1 -0
- package/dist/display/icon/components/IconChartBarHorizontal.d.ts +6 -0
- package/dist/display/icon/components/IconChartBarHorizontal.d.ts.map +1 -0
- package/dist/display/icon/components/IconGmail.d.ts +6 -0
- package/dist/display/icon/components/IconGmail.d.ts.map +1 -0
- package/dist/display/icon/components/IconGoogle.d.ts +6 -0
- package/dist/display/icon/components/IconGoogle.d.ts.map +1 -0
- package/dist/display/icon/components/IconGoogleCalendar.d.ts +6 -0
- package/dist/display/icon/components/IconGoogleCalendar.d.ts.map +1 -0
- package/dist/display/icon/components/IconLock.d.ts +6 -0
- package/dist/display/icon/components/IconLock.d.ts.map +1 -0
- package/dist/display/icon/components/IconMicrosoft.d.ts +6 -0
- package/dist/display/icon/components/IconMicrosoft.d.ts.map +1 -0
- package/dist/display/icon/components/IconMicrosoftCalendar.d.ts +6 -0
- package/dist/display/icon/components/IconMicrosoftCalendar.d.ts.map +1 -0
- package/dist/display/icon/components/IconMicrosoftOutlook.d.ts +6 -0
- package/dist/display/icon/components/IconMicrosoftOutlook.d.ts.map +1 -0
- package/dist/display/icon/components/IconModelClaude.d.ts +6 -0
- package/dist/display/icon/components/IconModelClaude.d.ts.map +1 -0
- package/dist/display/icon/components/IconNogbaseStar.d.ts +6 -0
- package/dist/display/icon/components/IconNogbaseStar.d.ts.map +1 -0
- package/dist/display/icon/components/IconNogbaseStarFilled.d.ts +6 -0
- package/dist/display/icon/components/IconNogbaseStarFilled.d.ts.map +1 -0
- package/dist/display/icon/components/IconProviderOpenai.d.ts +6 -0
- package/dist/display/icon/components/IconProviderOpenai.d.ts.map +1 -0
- package/dist/display/icon/components/IconRelationManyToOne.d.ts +6 -0
- package/dist/display/icon/components/IconRelationManyToOne.d.ts.map +1 -0
- package/dist/display/icon/components/IconTrashXOff.d.ts +6 -0
- package/dist/display/icon/components/IconTrashXOff.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconArray.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconArray.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconCalendarEvent.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconCalendarEvent.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconCalendarTime.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconCalendarTime.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconCurrency.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconCurrency.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconFile.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconFile.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconJson.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconJson.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconLink.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconLink.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconMail.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconMail.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconManyToMany.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconManyToMany.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconMap.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconMap.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconNumbers.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconNumbers.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconOneToMany.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconOneToMany.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconOneToOne.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconOneToOne.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconPhone.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconPhone.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconSetting.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconSetting.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconStar.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconStar.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconTag.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconTag.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconTags.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconTags.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconText.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconText.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconToggle.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconToggle.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconUid.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconUid.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconUser.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconUser.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconWrapper.d.ts +2 -0
- package/dist/display/icon/components/IllustrationIconWrapper.d.ts.map +1 -0
- package/dist/display/icon/components/TablerIcons.d.ts +3 -0
- package/dist/display/icon/components/TablerIcons.d.ts.map +1 -0
- package/dist/display/icon/components/ThinkingOrbitLoaderIcon.d.ts +6 -0
- package/dist/display/icon/components/ThinkingOrbitLoaderIcon.d.ts.map +1 -0
- package/dist/display/icon/hooks/useIcons.d.ts +5 -0
- package/dist/display/icon/hooks/useIcons.d.ts.map +1 -0
- package/dist/display/icon/providers/IconsProvider.d.ts +6 -0
- package/dist/display/icon/providers/IconsProvider.d.ts.map +1 -0
- package/dist/display/icon/providers/internal/AllIcons.d.ts +4185 -0
- package/dist/display/icon/providers/internal/AllIcons.d.ts.map +1 -0
- package/dist/display/icon/states/iconsState.d.ts +6 -0
- package/dist/display/icon/states/iconsState.d.ts.map +1 -0
- package/dist/display/icon/types/IconComponent.d.ts +11 -0
- package/dist/display/icon/types/IconComponent.d.ts.map +1 -0
- package/dist/display/index.d.ts +95 -0
- package/dist/display/index.d.ts.map +1 -0
- package/dist/display/info/components/Info.d.ts +12 -0
- package/dist/display/info/components/Info.d.ts.map +1 -0
- package/dist/display/status/components/Status.d.ts +13 -0
- package/dist/display/status/components/Status.d.ts.map +1 -0
- package/dist/display/text/components/HorizontalSeparator.d.ts +11 -0
- package/dist/display/text/components/HorizontalSeparator.d.ts.map +1 -0
- package/dist/display/text/components/SeparatorLineText.d.ts +4 -0
- package/dist/display/text/components/SeparatorLineText.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/components/StyledTintedIconTileContainer.d.ts +6 -0
- package/dist/display/tinted-icon-tile/components/StyledTintedIconTileContainer.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/components/TintedIconTile.d.ts +10 -0
- package/dist/display/tinted-icon-tile/components/TintedIconTile.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/internal/constants/tintedIconTileColorShades.constant.d.ts +6 -0
- package/dist/display/tinted-icon-tile/internal/constants/tintedIconTileColorShades.constant.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/internal/utils/getColorFromTheme.d.ts +4 -0
- package/dist/display/tinted-icon-tile/internal/utils/getColorFromTheme.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/utils/getIconTileColorShades.d.ts +7 -0
- package/dist/display/tinted-icon-tile/utils/getIconTileColorShades.d.ts.map +1 -0
- package/dist/display/tooltip/AppTooltip.d.ts +31 -0
- package/dist/display/tooltip/AppTooltip.d.ts.map +1 -0
- package/dist/display/tooltip/OverflowingTextWithTooltip.d.ts +19 -0
- package/dist/display/tooltip/OverflowingTextWithTooltip.d.ts.map +1 -0
- package/dist/display/typography/components/H1Title.d.ts +15 -0
- package/dist/display/typography/components/H1Title.d.ts.map +1 -0
- package/dist/display/typography/components/H2Title.d.ts +9 -0
- package/dist/display/typography/components/H2Title.d.ts.map +1 -0
- package/dist/display/typography/components/H3Title.d.ts +10 -0
- package/dist/display/typography/components/H3Title.d.ts.map +1 -0
- package/dist/display/typography/components/Label.d.ts +9 -0
- package/dist/display/typography/components/Label.d.ts.map +1 -0
- package/dist/display/typography/components/StyledText.d.ts +14 -0
- package/dist/display/typography/components/StyledText.d.ts.map +1 -0
- package/dist/display.cjs +1 -0
- package/dist/display.mjs +1926 -0
- package/dist/feedback/index.d.ts +6 -0
- package/dist/feedback/index.d.ts.map +1 -0
- package/dist/feedback/loader/components/Loader.d.ts +8 -0
- package/dist/feedback/loader/components/Loader.d.ts.map +1 -0
- package/dist/feedback/progress-bar/components/CircularProgressBar.d.ts +8 -0
- package/dist/feedback/progress-bar/components/CircularProgressBar.d.ts.map +1 -0
- package/dist/feedback/progress-bar/components/ProgressBar.d.ts +14 -0
- package/dist/feedback/progress-bar/components/ProgressBar.d.ts.map +1 -0
- package/dist/feedback/progress-bar/hooks/useProgressAnimation.d.ts +13 -0
- package/dist/feedback/progress-bar/hooks/useProgressAnimation.d.ts.map +1 -0
- package/dist/feedback.cjs +1 -0
- package/dist/feedback.mjs +128 -0
- package/dist/getDisplayValueByUrlType-B64lHVXJ.cjs +1 -0
- package/dist/getDisplayValueByUrlType-DsRKFto7.js +25 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +4 -0
- package/dist/individual-entry.d.ts +12 -0
- package/dist/individual-entry.d.ts.map +1 -0
- package/dist/input/button/components/AnimatedButton.d.ts +10 -0
- package/dist/input/button/components/AnimatedButton.d.ts.map +1 -0
- package/dist/input/button/components/AnimatedLightIconButton.d.ts +19 -0
- package/dist/input/button/components/AnimatedLightIconButton.d.ts.map +1 -0
- package/dist/input/button/components/Button/Button.d.ts +33 -0
- package/dist/input/button/components/Button/Button.d.ts.map +1 -0
- package/dist/input/button/components/Button/constant.d.ts +2 -0
- package/dist/input/button/components/Button/constant.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonHotKeys.d.ts +9 -0
- package/dist/input/button/components/Button/internal/ButtonHotKeys.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonIcon.d.ts +7 -0
- package/dist/input/button/components/Button/internal/ButtonIcon.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonSoon.d.ts +6 -0
- package/dist/input/button/components/Button/internal/ButtonSoon.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonText.d.ts +6 -0
- package/dist/input/button/components/Button/internal/ButtonText.d.ts.map +1 -0
- package/dist/input/button/components/ButtonGroup.d.ts +9 -0
- package/dist/input/button/components/ButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/ColorPickerButton.d.ts +9 -0
- package/dist/input/button/components/ColorPickerButton.d.ts.map +1 -0
- package/dist/input/button/components/FloatingButton.d.ts +18 -0
- package/dist/input/button/components/FloatingButton.d.ts.map +1 -0
- package/dist/input/button/components/FloatingButtonGroup.d.ts +9 -0
- package/dist/input/button/components/FloatingButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/FloatingIconButton.d.ts +19 -0
- package/dist/input/button/components/FloatingIconButton.d.ts.map +1 -0
- package/dist/input/button/components/FloatingIconButtonGroup.d.ts +13 -0
- package/dist/input/button/components/FloatingIconButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/IconButton.d.ts +23 -0
- package/dist/input/button/components/IconButton.d.ts.map +1 -0
- package/dist/input/button/components/IconButtonGroup.d.ts +13 -0
- package/dist/input/button/components/IconButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/InsideButton.d.ts +11 -0
- package/dist/input/button/components/InsideButton.d.ts.map +1 -0
- package/dist/input/button/components/LightButton.d.ts +17 -0
- package/dist/input/button/components/LightButton.d.ts.map +1 -0
- package/dist/input/button/components/LightIconButton.d.ts +19 -0
- package/dist/input/button/components/LightIconButton.d.ts.map +1 -0
- package/dist/input/button/components/LightIconButtonGroup.d.ts +19 -0
- package/dist/input/button/components/LightIconButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/MainButton.d.ts +19 -0
- package/dist/input/button/components/MainButton.d.ts.map +1 -0
- package/dist/input/button/components/RoundedIconButton.d.ts +10 -0
- package/dist/input/button/components/RoundedIconButton.d.ts.map +1 -0
- package/dist/input/button/components/TabButton/TabButton.d.ts +22 -0
- package/dist/input/button/components/TabButton/TabButton.d.ts.map +1 -0
- package/dist/input/button/components/TabButton/internals/components/StyledTabBase.d.ts +13 -0
- package/dist/input/button/components/TabButton/internals/components/StyledTabBase.d.ts.map +1 -0
- package/dist/input/button/components/TabButton/internals/components/TabContent.d.ts +17 -0
- package/dist/input/button/components/TabButton/internals/components/TabContent.d.ts.map +1 -0
- package/dist/input/code-editor/components/CodeEditor.d.ts +15 -0
- package/dist/input/code-editor/components/CodeEditor.d.ts.map +1 -0
- package/dist/input/code-editor/components/CodeEditorHeader.d.ts +7 -0
- package/dist/input/code-editor/components/CodeEditorHeader.d.ts.map +1 -0
- package/dist/input/code-editor/constants/BaseCodeEditorThemeId.d.ts +2 -0
- package/dist/input/code-editor/constants/BaseCodeEditorThemeId.d.ts.map +1 -0
- package/dist/input/code-editor/index.d.ts +4 -0
- package/dist/input/code-editor/index.d.ts.map +1 -0
- package/dist/input/code-editor/theme/utils/getBaseCodeEditorTheme.d.ts +5 -0
- package/dist/input/code-editor/theme/utils/getBaseCodeEditorTheme.d.ts.map +1 -0
- package/dist/input/color-scheme/components/ColorSchemeCard.d.ts +15 -0
- package/dist/input/color-scheme/components/ColorSchemeCard.d.ts.map +1 -0
- package/dist/input/color-scheme/components/ColorSchemePicker.d.ts +12 -0
- package/dist/input/color-scheme/components/ColorSchemePicker.d.ts.map +1 -0
- package/dist/input/components/CardPicker.d.ts +10 -0
- package/dist/input/components/CardPicker.d.ts.map +1 -0
- package/dist/input/components/Checkbox.d.ts +34 -0
- package/dist/input/components/Checkbox.d.ts.map +1 -0
- package/dist/input/components/IconListViewGrip.d.ts +6 -0
- package/dist/input/components/IconListViewGrip.d.ts.map +1 -0
- package/dist/input/components/Radio.d.ts +33 -0
- package/dist/input/components/Radio.d.ts.map +1 -0
- package/dist/input/components/RadioGroup.d.ts +10 -0
- package/dist/input/components/RadioGroup.d.ts.map +1 -0
- package/dist/input/components/SearchInput.d.ts +13 -0
- package/dist/input/components/SearchInput.d.ts.map +1 -0
- package/dist/input/components/Toggle.d.ts +13 -0
- package/dist/input/components/Toggle.d.ts.map +1 -0
- package/dist/input/index.d.ts +60 -0
- package/dist/input/index.d.ts.map +1 -0
- package/dist/input/types/ColorScheme.d.ts +2 -0
- package/dist/input/types/ColorScheme.d.ts.map +1 -0
- package/dist/input/types/SelectOption.d.ts +14 -0
- package/dist/input/types/SelectOption.d.ts.map +1 -0
- package/dist/input.cjs +5 -0
- package/dist/input.mjs +1380 -0
- package/dist/json-visualizer/components/JsonArrayNode.d.ts +11 -0
- package/dist/json-visualizer/components/JsonArrayNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonNestedNode.d.ts +19 -0
- package/dist/json-visualizer/components/JsonNestedNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonNode.d.ts +9 -0
- package/dist/json-visualizer/components/JsonNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonObjectNode.d.ts +11 -0
- package/dist/json-visualizer/components/JsonObjectNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonTree.d.ts +16 -0
- package/dist/json-visualizer/components/JsonTree.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonTreeContextProvider.d.ts +7 -0
- package/dist/json-visualizer/components/JsonTreeContextProvider.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonValueNode.d.ts +16 -0
- package/dist/json-visualizer/components/JsonValueNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonArrow.d.ts +6 -0
- package/dist/json-visualizer/components/internal/JsonArrow.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonList.d.ts +5 -0
- package/dist/json-visualizer/components/internal/JsonList.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonListItem.d.ts +3 -0
- package/dist/json-visualizer/components/internal/JsonListItem.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonNodeLabel.d.ts +9 -0
- package/dist/json-visualizer/components/internal/JsonNodeLabel.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonNodeValue.d.ts +7 -0
- package/dist/json-visualizer/components/internal/JsonNodeValue.d.ts.map +1 -0
- package/dist/json-visualizer/contexts/JsonTreeContext.d.ts +18 -0
- package/dist/json-visualizer/contexts/JsonTreeContext.d.ts.map +1 -0
- package/dist/json-visualizer/hooks/useJsonTreeContextOrThrow.d.ts +2 -0
- package/dist/json-visualizer/hooks/useJsonTreeContextOrThrow.d.ts.map +1 -0
- package/dist/json-visualizer/index.d.ts +15 -0
- package/dist/json-visualizer/index.d.ts.map +1 -0
- package/dist/json-visualizer/types/GetJsonNodeHighlighting.d.ts +4 -0
- package/dist/json-visualizer/types/GetJsonNodeHighlighting.d.ts.map +1 -0
- package/dist/json-visualizer/types/JsonNodeHighlighting.d.ts +4 -0
- package/dist/json-visualizer/types/JsonNodeHighlighting.d.ts.map +1 -0
- package/dist/json-visualizer/utils/isArray.d.ts +2 -0
- package/dist/json-visualizer/utils/isArray.d.ts.map +1 -0
- package/dist/json-visualizer/utils/isTwoFirstDepths.d.ts +4 -0
- package/dist/json-visualizer/utils/isTwoFirstDepths.d.ts.map +1 -0
- package/dist/json-visualizer.cjs +7 -0
- package/dist/json-visualizer.mjs +344 -0
- package/dist/jsx-runtime-CycUbF8Y.cjs +9 -0
- package/dist/jsx-runtime-R4VT8aVc.js +600 -0
- package/dist/layout/animated-expandable-container/components/AnimatedExpandableContainer.d.ts +17 -0
- package/dist/layout/animated-expandable-container/components/AnimatedExpandableContainer.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationDimension.d.ts +2 -0
- package/dist/layout/animated-expandable-container/types/AnimationDimension.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurationObject.d.ts +5 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurationObject.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurations.d.ts +4 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurations.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationMode.d.ts +2 -0
- package/dist/layout/animated-expandable-container/types/AnimationMode.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationSize.d.ts +2 -0
- package/dist/layout/animated-expandable-container/types/AnimationSize.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/utils/getCommonStyles.d.ts +16 -0
- package/dist/layout/animated-expandable-container/utils/getCommonStyles.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/utils/getExpandableAnimationConfig.d.ts +45 -0
- package/dist/layout/animated-expandable-container/utils/getExpandableAnimationConfig.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/utils/getTransitionValues.d.ts +15 -0
- package/dist/layout/animated-expandable-container/utils/getTransitionValues.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/components/AnimatedPlaceholder.d.ts +10 -0
- package/dist/layout/animated-placeholder/components/AnimatedPlaceholder.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/components/EmptyPlaceholderStyled.d.ts +25 -0
- package/dist/layout/animated-placeholder/components/EmptyPlaceholderStyled.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/components/ErrorPlaceholderStyled.d.ts +5 -0
- package/dist/layout/animated-placeholder/components/ErrorPlaceholderStyled.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/Background.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/Background.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/DarkBackground.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/DarkBackground.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/DarkMovingImage.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/DarkMovingImage.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/MovingImage.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/MovingImage.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/index.d.ts +8 -0
- package/dist/layout/animated-placeholder/index.d.ts.map +1 -0
- package/dist/layout/card/components/Card.d.ts +10 -0
- package/dist/layout/card/components/Card.d.ts.map +1 -0
- package/dist/layout/card/components/CardContent.d.ts +294 -0
- package/dist/layout/card/components/CardContent.d.ts.map +1 -0
- package/dist/layout/card/components/CardFooter.d.ts +8 -0
- package/dist/layout/card/components/CardFooter.d.ts.map +1 -0
- package/dist/layout/card/components/CardHeader.d.ts +6 -0
- package/dist/layout/card/components/CardHeader.d.ts.map +1 -0
- package/dist/layout/index.d.ts +37 -0
- package/dist/layout/index.d.ts.map +1 -0
- package/dist/layout/modal/components/Modal.d.ts +4 -0
- package/dist/layout/modal/components/Modal.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalBackdrop.d.ts +8 -0
- package/dist/layout/modal/components/ModalBackdrop.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalContent.d.ts +12 -0
- package/dist/layout/modal/components/ModalContent.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalFooter.d.ts +10 -0
- package/dist/layout/modal/components/ModalFooter.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalHeader.d.ts +11 -0
- package/dist/layout/modal/components/ModalHeader.d.ts.map +1 -0
- package/dist/layout/modal/index.d.ts +13 -0
- package/dist/layout/modal/index.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalOverlay.d.ts +2 -0
- package/dist/layout/modal/types/ModalOverlay.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalPadding.d.ts +2 -0
- package/dist/layout/modal/types/ModalPadding.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalProps.d.ts +26 -0
- package/dist/layout/modal/types/ModalProps.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalSize.d.ts +2 -0
- package/dist/layout/modal/types/ModalSize.d.ts.map +1 -0
- package/dist/layout/resize-handle/components/ResizeHandle.d.ts +11 -0
- package/dist/layout/resize-handle/components/ResizeHandle.d.ts.map +1 -0
- package/dist/layout/resize-handle/hooks/useResizeHandle.d.ts +12 -0
- package/dist/layout/resize-handle/hooks/useResizeHandle.d.ts.map +1 -0
- package/dist/layout/section/components/Section.d.ts +21 -0
- package/dist/layout/section/components/Section.d.ts.map +1 -0
- package/dist/layout.cjs +1 -0
- package/dist/layout.mjs +599 -0
- package/dist/linkifyText-DZevSX0n.cjs +1 -0
- package/dist/linkifyText-isyikTlq.js +12 -0
- package/dist/navigation/index.d.ts +50 -0
- package/dist/navigation/index.d.ts.map +1 -0
- package/dist/navigation/link/components/AdvancedSettingsToggle.d.ts +8 -0
- package/dist/navigation/link/components/AdvancedSettingsToggle.d.ts.map +1 -0
- package/dist/navigation/link/components/ClickToActionLink.d.ts +8 -0
- package/dist/navigation/link/components/ClickToActionLink.d.ts.map +1 -0
- package/dist/navigation/link/components/ContactLink.d.ts +10 -0
- package/dist/navigation/link/components/ContactLink.d.ts.map +1 -0
- package/dist/navigation/link/components/GithubVersionLink.d.ts +6 -0
- package/dist/navigation/link/components/GithubVersionLink.d.ts.map +1 -0
- package/dist/navigation/link/components/RawLink.d.ts +10 -0
- package/dist/navigation/link/components/RawLink.d.ts.map +1 -0
- package/dist/navigation/link/components/RoundedLink.d.ts +9 -0
- package/dist/navigation/link/components/RoundedLink.d.ts.map +1 -0
- package/dist/navigation/link/components/SocialLink.d.ts +16 -0
- package/dist/navigation/link/components/SocialLink.d.ts.map +1 -0
- package/dist/navigation/link/components/UndecoratedLink.d.ts +12 -0
- package/dist/navigation/link/components/UndecoratedLink.d.ts.map +1 -0
- package/dist/navigation/link/components/index.d.ts +9 -0
- package/dist/navigation/link/components/index.d.ts.map +1 -0
- package/dist/navigation/link/constants/Cal.d.ts +2 -0
- package/dist/navigation/link/constants/Cal.d.ts.map +1 -0
- package/dist/navigation/link/constants/GithubLink.d.ts +2 -0
- package/dist/navigation/link/constants/GithubLink.d.ts.map +1 -0
- package/dist/navigation/link/constants/NogbasePricingLink.d.ts +2 -0
- package/dist/navigation/link/constants/NogbasePricingLink.d.ts.map +1 -0
- package/dist/navigation/link/index.d.ts +4 -0
- package/dist/navigation/link/index.d.ts.map +1 -0
- package/dist/navigation/menu/components/MenuPicker.d.ts +18 -0
- package/dist/navigation/menu/components/MenuPicker.d.ts.map +1 -0
- package/dist/navigation/menu/components/index.d.ts +2 -0
- package/dist/navigation/menu/components/index.d.ts.map +1 -0
- package/dist/navigation/menu/index.d.ts +3 -0
- package/dist/navigation/menu/index.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItem.d.ts +46 -0
- package/dist/navigation/menu/menu-item/components/MenuItem.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemAvatar.d.ts +22 -0
- package/dist/navigation/menu/menu-item/components/MenuItemAvatar.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemDraggable.d.ts +23 -0
- package/dist/navigation/menu/menu-item/components/MenuItemDraggable.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemHotKeys.d.ts +6 -0
- package/dist/navigation/menu/menu-item/components/MenuItemHotKeys.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelect.d.ts +17 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelect.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectAvatar.d.ts +14 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectAvatar.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectTag.d.ts +15 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectTag.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemNavigate.d.ts +11 -0
- package/dist/navigation/menu/menu-item/components/MenuItemNavigate.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelect.d.ts +27 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelect.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectAvatar.d.ts +16 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectAvatar.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectColor.d.ts +17 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectColor.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectTag.d.ts +17 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectTag.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSuggestion.d.ts +15 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSuggestion.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemToggle.d.ts +16 -0
- package/dist/navigation/menu/menu-item/components/MenuItemToggle.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/index.d.ts +16 -0
- package/dist/navigation/menu/menu-item/components/index.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/constants/DefaultColorLabels.d.ts +5 -0
- package/dist/navigation/menu/menu-item/constants/DefaultColorLabels.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/index.d.ts +5 -0
- package/dist/navigation/menu/menu-item/index.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIcon.d.ts +11 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIcon.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconBoxContainer.d.ts +9 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconBoxContainer.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconWithGripSwap.d.ts +11 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconWithGripSwap.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemLeftContent.d.ts +21 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemLeftContent.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/StyledMenuItemBase.d.ts +27 -0
- package/dist/navigation/menu/menu-item/internals/components/StyledMenuItemBase.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/types/MenuItemAccent.d.ts +2 -0
- package/dist/navigation/menu/menu-item/types/MenuItemAccent.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/types/MenuItemDraggableGripMode.d.ts +2 -0
- package/dist/navigation/menu/menu-item/types/MenuItemDraggableGripMode.d.ts.map +1 -0
- package/dist/navigation/navigation-bar/components/NavigationBar.d.ts +13 -0
- package/dist/navigation/navigation-bar/components/NavigationBar.d.ts.map +1 -0
- package/dist/navigation/navigation-bar/components/NavigationBarItem.d.ts +10 -0
- package/dist/navigation/navigation-bar/components/NavigationBarItem.d.ts.map +1 -0
- package/dist/navigation/notification-counter/components/NotificationCounter.d.ts +8 -0
- package/dist/navigation/notification-counter/components/NotificationCounter.d.ts.map +1 -0
- package/dist/navigation.cjs +1 -0
- package/dist/navigation.mjs +954 -0
- package/dist/parseThemeColor-B2R6aB0f.js +13 -0
- package/dist/parseThemeColor-D4ynze2R.cjs +1 -0
- package/dist/style.css +1 -0
- package/dist/testing/ComponentStorybookLayout.d.ts +9 -0
- package/dist/testing/ComponentStorybookLayout.d.ts.map +1 -0
- package/dist/testing/decorators/CatalogDecorator.d.ts +18 -0
- package/dist/testing/decorators/CatalogDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/ComponentDecorator.d.ts +4 -0
- package/dist/testing/decorators/ComponentDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/ComponentWithRouterDecorator.d.ts +11 -0
- package/dist/testing/decorators/ComponentWithRouterDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/JotaiRootDecorator.d.ts +4 -0
- package/dist/testing/decorators/JotaiRootDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/RouterDecorator.d.ts +4 -0
- package/dist/testing/decorators/RouterDecorator.d.ts.map +1 -0
- package/dist/testing/index.d.ts +11 -0
- package/dist/testing/index.d.ts.map +1 -0
- package/dist/testing/mocks/avatarUrlMock.d.ts +2 -0
- package/dist/testing/mocks/avatarUrlMock.d.ts.map +1 -0
- package/dist/testing/types/CatalogStory.d.ts +18 -0
- package/dist/testing/types/CatalogStory.d.ts.map +1 -0
- package/dist/testing.cjs +3 -0
- package/dist/testing.mjs +172 -0
- package/dist/theme/constants/AccentDark.d.ts +21 -0
- package/dist/theme/constants/AccentDark.d.ts.map +1 -0
- package/dist/theme/constants/AccentLight.d.ts +21 -0
- package/dist/theme/constants/AccentLight.d.ts.map +1 -0
- package/dist/theme/constants/Animation.d.ts +10 -0
- package/dist/theme/constants/Animation.d.ts.map +1 -0
- package/dist/theme/constants/BackgroundDark.d.ts +30 -0
- package/dist/theme/constants/BackgroundDark.d.ts.map +1 -0
- package/dist/theme/constants/BackgroundLight.d.ts +30 -0
- package/dist/theme/constants/BackgroundLight.d.ts.map +1 -0
- package/dist/theme/constants/BlurDark.d.ts +6 -0
- package/dist/theme/constants/BlurDark.d.ts.map +1 -0
- package/dist/theme/constants/BlurLight.d.ts +6 -0
- package/dist/theme/constants/BlurLight.d.ts.map +1 -0
- package/dist/theme/constants/BorderCommon.d.ts +12 -0
- package/dist/theme/constants/BorderCommon.d.ts.map +1 -0
- package/dist/theme/constants/BorderDark.d.ts +22 -0
- package/dist/theme/constants/BorderDark.d.ts.map +1 -0
- package/dist/theme/constants/BorderLight.d.ts +22 -0
- package/dist/theme/constants/BorderLight.d.ts.map +1 -0
- package/dist/theme/constants/BoxShadowDark.d.ts +8 -0
- package/dist/theme/constants/BoxShadowDark.d.ts.map +1 -0
- package/dist/theme/constants/BoxShadowLight.d.ts +8 -0
- package/dist/theme/constants/BoxShadowLight.d.ts.map +1 -0
- package/dist/theme/constants/CodeDark.d.ts +13 -0
- package/dist/theme/constants/CodeDark.d.ts.map +1 -0
- package/dist/theme/constants/CodeLight.d.ts +13 -0
- package/dist/theme/constants/CodeLight.d.ts.map +1 -0
- package/dist/theme/constants/ColorsDark.d.ts +750 -0
- package/dist/theme/constants/ColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/ColorsLight.d.ts +750 -0
- package/dist/theme/constants/ColorsLight.d.ts.map +1 -0
- package/dist/theme/constants/DefaultThemeColorFallback.d.ts +4 -0
- package/dist/theme/constants/DefaultThemeColorFallback.d.ts.map +1 -0
- package/dist/theme/constants/FontCommon.d.ts +18 -0
- package/dist/theme/constants/FontCommon.d.ts.map +1 -0
- package/dist/theme/constants/FontDark.d.ts +27 -0
- package/dist/theme/constants/FontDark.d.ts.map +1 -0
- package/dist/theme/constants/FontLight.d.ts +27 -0
- package/dist/theme/constants/FontLight.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleDark.d.ts +15 -0
- package/dist/theme/constants/GrayScaleDark.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleDarkAlpha.d.ts +15 -0
- package/dist/theme/constants/GrayScaleDarkAlpha.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleLight.d.ts +15 -0
- package/dist/theme/constants/GrayScaleLight.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleLightAlpha.d.ts +15 -0
- package/dist/theme/constants/GrayScaleLightAlpha.d.ts.map +1 -0
- package/dist/theme/constants/Icon.d.ts +14 -0
- package/dist/theme/constants/Icon.d.ts.map +1 -0
- package/dist/theme/constants/IllustrationIconDark.d.ts +11 -0
- package/dist/theme/constants/IllustrationIconDark.d.ts.map +1 -0
- package/dist/theme/constants/IllustrationIconLight.d.ts +11 -0
- package/dist/theme/constants/IllustrationIconLight.d.ts.map +1 -0
- package/dist/theme/constants/MainColorNames.d.ts +5 -0
- package/dist/theme/constants/MainColorNames.d.ts.map +1 -0
- package/dist/theme/constants/MainColorsDark.d.ts +28 -0
- package/dist/theme/constants/MainColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/MainColorsLight.d.ts +28 -0
- package/dist/theme/constants/MainColorsLight.d.ts.map +1 -0
- package/dist/theme/constants/Modal.d.ts +9 -0
- package/dist/theme/constants/Modal.d.ts.map +1 -0
- package/dist/theme/constants/Rgba.d.ts +2 -0
- package/dist/theme/constants/Rgba.d.ts.map +1 -0
- package/dist/theme/constants/SecondaryColorsDark.d.ts +363 -0
- package/dist/theme/constants/SecondaryColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/SecondaryColorsLight.d.ts +363 -0
- package/dist/theme/constants/SecondaryColorsLight.d.ts.map +1 -0
- package/dist/theme/constants/SnackBarDark.d.ts +23 -0
- package/dist/theme/constants/SnackBarDark.d.ts.map +1 -0
- package/dist/theme/constants/SnackBarLight.d.ts +23 -0
- package/dist/theme/constants/SnackBarLight.d.ts.map +1 -0
- package/dist/theme/constants/TagDark.d.ts +67 -0
- package/dist/theme/constants/TagDark.d.ts.map +1 -0
- package/dist/theme/constants/TagLight.d.ts +67 -0
- package/dist/theme/constants/TagLight.d.ts.map +1 -0
- package/dist/theme/constants/Text.d.ts +12 -0
- package/dist/theme/constants/Text.d.ts.map +1 -0
- package/dist/theme/constants/ThemeCommon.d.ts +57 -0
- package/dist/theme/constants/ThemeCommon.d.ts.map +1 -0
- package/dist/theme/constants/ThemeDark.d.ts +4 -0
- package/dist/theme/constants/ThemeDark.d.ts.map +1 -0
- package/dist/theme/constants/ThemeLight.d.ts +1039 -0
- package/dist/theme/constants/ThemeLight.d.ts.map +1 -0
- package/dist/theme/constants/TransparentColorsDark.d.ts +363 -0
- package/dist/theme/constants/TransparentColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/TransparentColorsLight.d.ts +363 -0
- package/dist/theme/constants/TransparentColorsLight.d.ts.map +1 -0
- package/dist/theme/index.d.ts +47 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme-constants/ThemeProvider.d.ts +56 -0
- package/dist/theme-constants/ThemeProvider.d.ts.map +1 -0
- package/dist/theme-constants/constants.d.ts +2 -0
- package/dist/theme-constants/constants.d.ts.map +1 -0
- package/dist/theme-constants/getNextThemeColor.d.ts +4 -0
- package/dist/theme-constants/getNextThemeColor.d.ts.map +1 -0
- package/dist/theme-constants/index.d.ts +6 -0
- package/dist/theme-constants/index.d.ts.map +1 -0
- package/dist/theme-constants/themeCssVariables.d.ts +1088 -0
- package/dist/theme-constants/themeCssVariables.d.ts.map +1 -0
- package/dist/theme-constants.cjs +1 -0
- package/dist/theme-constants.mjs +18 -0
- package/dist/theme-dark.css +1007 -0
- package/dist/theme-light.css +1008 -0
- package/dist/theme.cjs +1 -0
- package/dist/theme.mjs +2064 -0
- package/dist/themeCssVariables-CBmoYPJ3.js +1090 -0
- package/dist/themeCssVariables-DswYV7vR.cjs +1 -0
- package/dist/useIsMobile-BhDUpJrC.cjs +1 -0
- package/dist/useIsMobile-CVMKHNZ4.js +11 -0
- package/dist/useMouseDownNavigation-BC4MjafL.js +35 -0
- package/dist/useMouseDownNavigation-CJhNSdDB.cjs +1 -0
- package/dist/useResizeHandle-BL0vTx8N.js +42 -0
- package/dist/useResizeHandle-CTxFjJ7o.cjs +1 -0
- package/dist/utilities/animation/components/AnimatedCircleLoading.d.ts +6 -0
- package/dist/utilities/animation/components/AnimatedCircleLoading.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedContainer.d.ts +6 -0
- package/dist/utilities/animation/components/AnimatedContainer.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedEaseIn.d.ts +9 -0
- package/dist/utilities/animation/components/AnimatedEaseIn.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedEaseInOut.d.ts +13 -0
- package/dist/utilities/animation/components/AnimatedEaseInOut.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedFadeOut.d.ts +12 -0
- package/dist/utilities/animation/components/AnimatedFadeOut.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedIconCrossfade.d.ts +11 -0
- package/dist/utilities/animation/components/AnimatedIconCrossfade.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedRotate.d.ts +10 -0
- package/dist/utilities/animation/components/AnimatedRotate.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedTextWord.d.ts +9 -0
- package/dist/utilities/animation/components/AnimatedTextWord.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedTranslation.d.ts +6 -0
- package/dist/utilities/animation/components/AnimatedTranslation.d.ts.map +1 -0
- package/dist/utilities/animation/index.d.ts +9 -0
- package/dist/utilities/animation/index.d.ts.map +1 -0
- package/dist/utilities/color/utils/getMainColorNameFromPaletteColorName.d.ts +4 -0
- package/dist/utilities/color/utils/getMainColorNameFromPaletteColorName.d.ts.map +1 -0
- package/dist/utilities/color/utils/parseThemeColor.d.ts +4 -0
- package/dist/utilities/color/utils/parseThemeColor.d.ts.map +1 -0
- package/dist/utilities/color/utils/stringToThemeColorP3String.d.ts +10 -0
- package/dist/utilities/color/utils/stringToThemeColorP3String.d.ts.map +1 -0
- package/dist/utilities/color/utils/themeColorSchema.d.ts +30 -0
- package/dist/utilities/color/utils/themeColorSchema.d.ts.map +1 -0
- package/dist/utilities/config.d.ts +2 -0
- package/dist/utilities/config.d.ts.map +1 -0
- package/dist/utilities/device/getOsControlSymbol.d.ts +2 -0
- package/dist/utilities/device/getOsControlSymbol.d.ts.map +1 -0
- package/dist/utilities/device/getOsShortcutSeparator.d.ts +2 -0
- package/dist/utilities/device/getOsShortcutSeparator.d.ts.map +1 -0
- package/dist/utilities/device/getUserDevice.d.ts +2 -0
- package/dist/utilities/device/getUserDevice.d.ts.map +1 -0
- package/dist/utilities/dimensions/components/AutogrowWrapper.d.ts +10 -0
- package/dist/utilities/dimensions/components/AutogrowWrapper.d.ts.map +1 -0
- package/dist/utilities/index.d.ts +31 -0
- package/dist/utilities/index.d.ts.map +1 -0
- package/dist/utilities/navigation/hooks/useMouseDownNavigation.d.ts +17 -0
- package/dist/utilities/navigation/hooks/useMouseDownNavigation.d.ts.map +1 -0
- package/dist/utilities/navigation/hooks/useResetLocationHash.d.ts +4 -0
- package/dist/utilities/navigation/hooks/useResetLocationHash.d.ts.map +1 -0
- package/dist/utilities/navigation/isNavigationModifierPressed.d.ts +4 -0
- package/dist/utilities/navigation/isNavigationModifierPressed.d.ts.map +1 -0
- package/dist/utilities/navigation/types/trigger-event.type.d.ts +2 -0
- package/dist/utilities/navigation/types/trigger-event.type.d.ts.map +1 -0
- package/dist/utilities/responsive/hooks/useIsMobile.d.ts +2 -0
- package/dist/utilities/responsive/hooks/useIsMobile.d.ts.map +1 -0
- package/dist/utilities/screen-size/hooks/useScreenSize.d.ts +5 -0
- package/dist/utilities/screen-size/hooks/useScreenSize.d.ts.map +1 -0
- package/dist/utilities/state/utils/createState.d.ts +7 -0
- package/dist/utilities/state/utils/createState.d.ts.map +1 -0
- package/dist/utilities/types/ClickOutsideAttributes.d.ts +5 -0
- package/dist/utilities/types/ClickOutsideAttributes.d.ts.map +1 -0
- package/dist/utilities/types/Nullable.d.ts +2 -0
- package/dist/utilities/types/Nullable.d.ts.map +1 -0
- package/dist/utilities/utils/getDisplayValueByUrlType.d.ts +9 -0
- package/dist/utilities/utils/getDisplayValueByUrlType.d.ts.map +1 -0
- package/dist/utilities/utils/linkifyText.d.ts +6 -0
- package/dist/utilities/utils/linkifyText.d.ts.map +1 -0
- package/dist/utilities.cjs +1 -0
- package/dist/utilities.mjs +317 -0
- package/dist/utils-BsFkjDy5.js +5738 -0
- package/dist/utils-DOUsOuwI.cjs +25 -0
- package/package.json +233 -0
package/dist/display.mjs
ADDED
|
@@ -0,0 +1,1926 @@
|
|
|
1
|
+
import { A as L } from "./AppTooltip-BGyiynP0.js";
|
|
2
|
+
import { c as xh, a as $h, T as Sh, b as bh, i as zh } from "./AppTooltip-BGyiynP0.js";
|
|
3
|
+
import { j as s } from "./jsx-runtime-R4VT8aVc.js";
|
|
4
|
+
import { styled as c } from "@linaria/react";
|
|
5
|
+
import { t as i } from "./themeCssVariables-CBmoYPJ3.js";
|
|
6
|
+
import * as t from "react";
|
|
7
|
+
import { useContext as l, useState as w, useEffect as N } from "react";
|
|
8
|
+
import { T as h } from "./ThemeProvider-CpY05Gd2.js";
|
|
9
|
+
import { B as k, L as E } from "./Checkmark-nXZm8BnM.js";
|
|
10
|
+
import { C as jh, a as Bh, I as Ah } from "./Checkmark-nXZm8BnM.js";
|
|
11
|
+
import { c as e } from "./createReactComponent-Cb6Pzf10.js";
|
|
12
|
+
import { o as M } from "./utils-BsFkjDy5.js";
|
|
13
|
+
import { L as x } from "./ColorSample-tgmSZ-F7.js";
|
|
14
|
+
import { C as Th, a as Ph, I as Hh } from "./ColorSample-tgmSZ-F7.js";
|
|
15
|
+
import { motion as $ } from "framer-motion";
|
|
16
|
+
import { O as m } from "./OverflowingTextWithTooltip-BY3bdsCV.js";
|
|
17
|
+
import { L as Zh } from "./OverflowingTextWithTooltip-BY3bdsCV.js";
|
|
18
|
+
import { atom as S, useAtomValue as b, useSetAtom as z } from "jotai";
|
|
19
|
+
import { Link as F } from "react-router-dom";
|
|
20
|
+
import { L as j } from "./Loader-CVqckhmU.js";
|
|
21
|
+
import { p as B } from "./parseThemeColor-B2R6aB0f.js";
|
|
22
|
+
import { a as qh, c as Oh, b as Wh, I as Gh, S as Uh, T as Xh, g as Kh } from "./TintedIconTile-D6h1yGXu.js";
|
|
23
|
+
import { f as Jh, e as Qh, I as ed, b as td, a as ad, d as od, c as nd } from "./IconTypography-D6-z1Irl.js";
|
|
24
|
+
const A = /* @__PURE__ */ c("div")({
|
|
25
|
+
name: "StyledContainer",
|
|
26
|
+
class: "s17v7xa5",
|
|
27
|
+
propsAsIs: !1
|
|
28
|
+
}), D = /* @__PURE__ */ c("div")({
|
|
29
|
+
name: "StyledItemContainer",
|
|
30
|
+
class: "s1boo8vi",
|
|
31
|
+
propsAsIs: !1
|
|
32
|
+
}), T = 4, V6 = ({
|
|
33
|
+
avatars: a
|
|
34
|
+
}) => a.length ? /* @__PURE__ */ s.jsx(A, { children: a.slice(0, T).map((o, n) => /* @__PURE__ */ s.jsx(D, { children: o }, n)) }) : null, P = () => ({
|
|
35
|
+
bannerVariant: a
|
|
36
|
+
}) => a === "primary" ? "blur(5px)" : "none", H = () => ({
|
|
37
|
+
bannerColor: a,
|
|
38
|
+
bannerVariant: o
|
|
39
|
+
}) => o === "secondary" ? a === "danger" ? i.background.transparent.danger : i.background.transparent.blue : a === "danger" ? i.color.red : i.color.blue, R = () => ({
|
|
40
|
+
bannerColor: a,
|
|
41
|
+
bannerVariant: o
|
|
42
|
+
}) => o === "secondary" ? a === "danger" ? i.color.red : i.color.blue : i.font.color.inverted, Z = /* @__PURE__ */ c("div")({
|
|
43
|
+
name: "StyledBanner",
|
|
44
|
+
class: "s14j53j7",
|
|
45
|
+
propsAsIs: !1,
|
|
46
|
+
vars: {
|
|
47
|
+
"s14j53j7-0": [P()],
|
|
48
|
+
"s14j53j7-1": [H()],
|
|
49
|
+
"s14j53j7-2": [R()]
|
|
50
|
+
}
|
|
51
|
+
}), V = ({
|
|
52
|
+
color: a = "blue",
|
|
53
|
+
variant: o = "primary",
|
|
54
|
+
className: n,
|
|
55
|
+
children: d
|
|
56
|
+
}) => /* @__PURE__ */ s.jsx(Z, { bannerColor: a, bannerVariant: o, className: n, children: d });
|
|
57
|
+
const q = [["path", { d: "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-0" }], ["path", { d: "M6 4v4", key: "svg-1" }], ["path", { d: "M6 12v8", key: "svg-2" }], ["path", { d: "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-3" }], ["path", { d: "M12 4v10", key: "svg-4" }], ["path", { d: "M12 18v2", key: "svg-5" }], ["path", { d: "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-6" }], ["path", { d: "M18 4v1", key: "svg-7" }], ["path", { d: "M18 9v11", key: "svg-8" }]], q6 = e("outline", "adjustments", "Adjustments", q);
|
|
58
|
+
const O = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", key: "svg-0" }], ["path", { d: "M12 8v4", key: "svg-1" }], ["path", { d: "M12 16h.01", key: "svg-2" }]], O6 = e("outline", "alert-circle", "AlertCircle", O);
|
|
59
|
+
const W = [["path", { d: "M12 9v4", key: "svg-0" }], ["path", { d: "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0", key: "svg-1" }], ["path", { d: "M12 16h.01", key: "svg-2" }]], G = e("outline", "alert-triangle", "AlertTriangle", W);
|
|
60
|
+
const U = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M9 13h-2", key: "svg-1" }], ["path", { d: "M13 10h-6", key: "svg-2" }], ["path", { d: "M11 7h-4", key: "svg-3" }]], W6 = e("outline", "align-box-left-top", "AlignBoxLeftTop", U);
|
|
61
|
+
const X = [["path", { d: "M4 6l16 0", key: "svg-0" }], ["path", { d: "M8 12l8 0", key: "svg-1" }], ["path", { d: "M6 18l12 0", key: "svg-2" }]], G6 = e("outline", "align-center", "AlignCenter", X);
|
|
62
|
+
const K = [["path", { d: "M4 6l16 0", key: "svg-0" }], ["path", { d: "M4 12l10 0", key: "svg-1" }], ["path", { d: "M4 18l14 0", key: "svg-2" }]], U6 = e("outline", "align-left", "AlignLeft", K);
|
|
63
|
+
const Y = [["path", { d: "M4 6l16 0", key: "svg-0" }], ["path", { d: "M10 12l10 0", key: "svg-1" }], ["path", { d: "M6 18l14 0", key: "svg-2" }]], X6 = e("outline", "align-right", "AlignRight", Y);
|
|
64
|
+
const J = [["path", { d: "M4 13h5", key: "svg-0" }], ["path", { d: "M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3", key: "svg-1" }], ["path", { d: "M20 8v8", key: "svg-2" }], ["path", { d: "M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5", key: "svg-3" }]], K6 = e("outline", "api", "Api", J);
|
|
65
|
+
const Q = [["path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", key: "svg-0" }], ["path", { d: "M6 8h.01", key: "svg-1" }], ["path", { d: "M9 8h.01", key: "svg-2" }]], Y6 = e("outline", "app-window", "AppWindow", Q);
|
|
66
|
+
const e1 = [["path", { d: "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-0" }], ["path", { d: "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-1" }], ["path", { d: "M14 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-2" }], ["path", { d: "M14 7l6 0", key: "svg-3" }], ["path", { d: "M17 4l0 6", key: "svg-4" }]], J6 = e("outline", "apps", "Apps", e1);
|
|
67
|
+
const t1 = [["path", { d: "M8 4h11a2 2 0 1 1 0 4h-7m-4 0h-3a2 2 0 0 1 -.826 -3.822", key: "svg-0" }], ["path", { d: "M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 1.824 -1.18m.176 -3.82v-7", key: "svg-1" }], ["path", { d: "M10 12h2", key: "svg-2" }], ["path", { d: "M3 3l18 18", key: "svg-3" }]], Q6 = e("outline", "archive-off", "ArchiveOff", t1);
|
|
68
|
+
const a1 = [["path", { d: "M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2", key: "svg-0" }], ["path", { d: "M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10", key: "svg-1" }], ["path", { d: "M10 12l4 0", key: "svg-2" }]], eo = e("outline", "archive", "Archive", a1);
|
|
69
|
+
const o1 = [["path", { d: "M9 14l-4 -4l4 -4", key: "svg-0" }], ["path", { d: "M5 10h11a4 4 0 1 1 0 8h-1", key: "svg-1" }]], to = e("outline", "arrow-back-up", "ArrowBackUp", o1);
|
|
70
|
+
const n1 = [["path", { d: "M4 20l16 0", key: "svg-0" }], ["path", { d: "M12 14l0 -10", key: "svg-1" }], ["path", { d: "M12 14l4 -4", key: "svg-2" }], ["path", { d: "M12 14l-4 -4", key: "svg-3" }]], ao = e("outline", "arrow-bar-to-down", "ArrowBarToDown", n1);
|
|
71
|
+
const s1 = [["path", { d: "M12 5l0 14", key: "svg-0" }], ["path", { d: "M18 13l-6 6", key: "svg-1" }], ["path", { d: "M6 13l6 6", key: "svg-2" }]], oo = e("outline", "arrow-down", "ArrowDown", s1);
|
|
72
|
+
const c1 = [["path", { d: "M5 12l14 0", key: "svg-0" }], ["path", { d: "M5 12l6 6", key: "svg-1" }], ["path", { d: "M5 12l6 -6", key: "svg-2" }]], no = e("outline", "arrow-left", "ArrowLeft", c1);
|
|
73
|
+
const l1 = [["path", { d: "M8 7l4 -4l4 4", key: "svg-0" }], ["path", { d: "M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394", key: "svg-1" }], ["path", { d: "M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394", key: "svg-2" }]], so = e("outline", "arrow-merge", "ArrowMerge", l1);
|
|
74
|
+
const h1 = [["path", { d: "M5 12l14 0", key: "svg-0" }], ["path", { d: "M13 18l6 -6", key: "svg-1" }], ["path", { d: "M13 6l6 6", key: "svg-2" }]], co = e("outline", "arrow-right", "ArrowRight", h1);
|
|
75
|
+
const d1 = [["path", { d: "M17 7l-10 10", key: "svg-0" }], ["path", { d: "M8 7l9 0l0 9", key: "svg-1" }]], lo = e("outline", "arrow-up-right", "ArrowUpRight", d1);
|
|
76
|
+
const i1 = [["path", { d: "M12 5l0 14", key: "svg-0" }], ["path", { d: "M18 11l-6 -6", key: "svg-1" }], ["path", { d: "M6 11l6 -6", key: "svg-2" }]], ho = e("outline", "arrow-up", "ArrowUp", i1);
|
|
77
|
+
const r1 = [["path", { d: "M16 4l4 0l0 4", key: "svg-0" }], ["path", { d: "M14 10l6 -6", key: "svg-1" }], ["path", { d: "M8 20l-4 0l0 -4", key: "svg-2" }], ["path", { d: "M4 20l6 -6", key: "svg-3" }]], io = e("outline", "arrows-diagonal", "ArrowsDiagonal", r1);
|
|
78
|
+
const v1 = [["path", { d: "M3 9l4 -4l4 4m-4 -4v14", key: "svg-0" }], ["path", { d: "M21 15l-4 4l-4 -4m4 4v-14", key: "svg-1" }]], ro = e("outline", "arrows-sort", "ArrowsSort", v1);
|
|
79
|
+
const p1 = [["path", { d: "M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897", key: "svg-0" }], ["path", { d: "M21 7h-5.395a5 5 0 0 0 -4.098 2.135l-.51 .73a5 5 0 0 1 -4.097 2.135h-3.9", key: "svg-1" }], ["path", { d: "M18 10l3 -3l-3 -3", key: "svg-2" }], ["path", { d: "M18 20l3 -3l-3 -3", key: "svg-3" }]], vo = e("outline", "arrows-split-2", "ArrowsSplit2", p1);
|
|
80
|
+
const g1 = [["path", { d: "M8 7l4 -4l4 4", key: "svg-0" }], ["path", { d: "M8 17l4 4l4 -4", key: "svg-1" }], ["path", { d: "M12 3l0 18", key: "svg-2" }]], po = e("outline", "arrows-vertical", "ArrowsVertical", g1);
|
|
81
|
+
const y1 = [["path", { d: "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", key: "svg-0" }], ["path", { d: "M16 12v1.5a2.5 2.5 0 0 0 5 0v-1.5a9 9 0 1 0 -5.5 8.28", key: "svg-1" }]], go = e("outline", "at", "At", y1);
|
|
82
|
+
const k1 = [["path", { d: "M4 13v.01", key: "svg-0" }], ["path", { d: "M4 9v.01", key: "svg-1" }], ["path", { d: "M4 5v.01", key: "svg-2" }], ["path", { d: "M17 20l3 -3l-3 -3", key: "svg-3" }], ["path", { d: "M4 17h16", key: "svg-4" }]], yo = e("outline", "axis-x", "AxisX", k1);
|
|
83
|
+
const M1 = [["path", { d: "M11 20h-.01", key: "svg-0" }], ["path", { d: "M15 20h-.01", key: "svg-1" }], ["path", { d: "M19 20h-.01", key: "svg-2" }], ["path", { d: "M4 7l3 -3l3 3", key: "svg-3" }], ["path", { d: "M7 20v-16", key: "svg-4" }]], ko = e("outline", "axis-y", "AxisY", M1);
|
|
84
|
+
const u1 = [["path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -10", key: "svg-0" }], ["path", { d: "M14 9v6", key: "svg-1" }], ["path", { d: "M17 9l-2 3l2 3", key: "svg-2" }], ["path", { d: "M15 12h-1", key: "svg-3" }], ["path", { d: "M7 9h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", key: "svg-4" }]], Mo = e("outline", "badge-2k", "Badge2k", u1);
|
|
85
|
+
const C1 = [["path", { d: "M4 3h16", key: "svg-0" }], ["path", { d: "M4 9h16", key: "svg-1" }], ["path", { d: "M4 15h16", key: "svg-2" }], ["path", { d: "M4 21h16", key: "svg-3" }]], uo = e("outline", "baseline-density-small", "BaselineDensitySmall", C1);
|
|
86
|
+
const _1 = [["path", { d: "M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6", key: "svg-0" }], ["path", { d: "M9 17v1a3 3 0 0 0 6 0v-1", key: "svg-1" }]], Co = e("outline", "bell", "Bell", _1);
|
|
87
|
+
const m1 = [["path", { d: "M6 15h15", key: "svg-0" }], ["path", { d: "M21 19h-15", key: "svg-1" }], ["path", { d: "M15 11h6", key: "svg-2" }], ["path", { d: "M21 7h-6", key: "svg-3" }], ["path", { d: "M9 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2", key: "svg-4" }], ["path", { d: "M3 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2", key: "svg-5" }]], _o = e("outline", "blockquote", "Blockquote", m1);
|
|
88
|
+
const I1 = [["path", { d: "M7 5h6a3.5 3.5 0 0 1 0 7h-6l0 -7", key: "svg-0" }], ["path", { d: "M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7", key: "svg-1" }]], mo = e("outline", "bold", "Bold", I1);
|
|
89
|
+
const f1 = [["path", { d: "M13 3l0 7l6 0l-8 11l0 -7l-6 0l8 -11", key: "svg-0" }]], Io = e("outline", "bolt", "Bolt", f1);
|
|
90
|
+
const L1 = [["path", { d: "M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12", key: "svg-0" }], ["path", { d: "M19 16h-12a2 2 0 0 0 -2 2", key: "svg-1" }], ["path", { d: "M9 8h6", key: "svg-2" }]], fo = e("outline", "book-2", "Book2", L1);
|
|
91
|
+
const w1 = [["path", { d: "M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0", key: "svg-0" }], ["path", { d: "M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0", key: "svg-1" }], ["path", { d: "M3 6l0 13", key: "svg-2" }], ["path", { d: "M12 6l0 13", key: "svg-3" }], ["path", { d: "M21 6l0 13", key: "svg-4" }]], Lo = e("outline", "book", "Book", w1);
|
|
92
|
+
const N1 = [["path", { d: "M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v5", key: "svg-0" }], ["path", { d: "M16 19h6", key: "svg-1" }], ["path", { d: "M19 16v6", key: "svg-2" }]], wo = e("outline", "bookmark-plus", "BookmarkPlus", N1);
|
|
93
|
+
const E1 = [["path", { d: "M18 7v14l-6 -4l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4", key: "svg-0" }]], No = e("outline", "bookmark", "Bookmark", E1);
|
|
94
|
+
const x1 = [["path", { d: "M7 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", key: "svg-0" }], ["path", { d: "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2", key: "svg-1" }]], Eo = e("outline", "box-multiple", "BoxMultiple", x1);
|
|
95
|
+
const $1 = [["path", { d: "M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5", key: "svg-0" }], ["path", { d: "M12 12l8 -4.5", key: "svg-1" }], ["path", { d: "M12 12l0 9", key: "svg-2" }], ["path", { d: "M12 12l-8 -4.5", key: "svg-3" }]], xo = e("outline", "box", "Box", $1);
|
|
96
|
+
const S1 = [["path", { d: "M8 4l-5 8l5 8", key: "svg-0" }], ["path", { d: "M16 4l5 8l-5 8", key: "svg-1" }]], $o = e("outline", "brackets-angle", "BracketsAngle", S1);
|
|
97
|
+
const b1 = [["path", { d: "M7 4h-4v16h4", key: "svg-0" }], ["path", { d: "M17 4h4v16h-4", key: "svg-1" }], ["path", { d: "M8 16h.01", key: "svg-2" }], ["path", { d: "M12 16h.01", key: "svg-3" }], ["path", { d: "M16 16h.01", key: "svg-4" }]], So = e("outline", "brackets-contain", "BracketsContain", b1);
|
|
98
|
+
const z1 = [["path", { d: "M15.5 13a3.5 3.5 0 0 0 -3.5 3.5v1a3.5 3.5 0 0 0 7 0v-1.8", key: "svg-0" }], ["path", { d: "M8.5 13a3.5 3.5 0 0 1 3.5 3.5v1a3.5 3.5 0 0 1 -7 0v-1.8", key: "svg-1" }], ["path", { d: "M17.5 16a3.5 3.5 0 0 0 0 -7h-.5", key: "svg-2" }], ["path", { d: "M19 9.3v-2.8a3.5 3.5 0 0 0 -7 0", key: "svg-3" }], ["path", { d: "M6.5 16a3.5 3.5 0 0 1 0 -7h.5", key: "svg-4" }], ["path", { d: "M5 9.3v-2.8a3.5 3.5 0 0 1 7 0v10", key: "svg-5" }]], bo = e("outline", "brain", "Brain", z1);
|
|
99
|
+
const F1 = [["path", { d: "M20.779 10.007a9 9 0 1 0 -10.77 10.772", key: "svg-0" }], ["path", { d: "M13 21h8v-7", key: "svg-1" }], ["path", { d: "M12 8v4l3 3", key: "svg-2" }]], zo = e("outline", "brand-days-counter", "BrandDaysCounter", F1);
|
|
100
|
+
const j1 = [["path", { d: "M22 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46", key: "svg-0" }], ["path", { d: "M5 10h3v3h-3l0 -3", key: "svg-1" }], ["path", { d: "M8 10h3v3h-3l0 -3", key: "svg-2" }], ["path", { d: "M11 10h3v3h-3l0 -3", key: "svg-3" }], ["path", { d: "M8 7h3v3h-3l0 -3", key: "svg-4" }], ["path", { d: "M11 7h3v3h-3l0 -3", key: "svg-5" }], ["path", { d: "M11 4h3v3h-3l0 -3", key: "svg-6" }], ["path", { d: "M4.571 18c1.5 0 2.047 -.074 2.958 -.78", key: "svg-7" }], ["path", { d: "M10 16l0 .01", key: "svg-8" }]], Fo = e("outline", "brand-docker", "BrandDocker", j1);
|
|
101
|
+
const B1 = [["path", { d: "M20.945 11a9 9 0 1 1 -3.284 -5.997l-2.655 2.392a5.5 5.5 0 1 0 2.119 6.605h-4.125v-3h7.945", key: "svg-0" }]], jo = e("outline", "brand-google", "BrandGoogle", B1);
|
|
102
|
+
const A1 = [["path", { d: "M4 8l8 -5l8 5v8l-8 5l-8 -5l0 -8", key: "svg-0" }], ["path", { d: "M12 4l7.5 12h-15l7.5 -12", key: "svg-1" }], ["path", { d: "M11 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", key: "svg-2" }], ["path", { d: "M11 21a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", key: "svg-3" }], ["path", { d: "M3 8a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", key: "svg-4" }], ["path", { d: "M3 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", key: "svg-5" }], ["path", { d: "M19 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", key: "svg-6" }], ["path", { d: "M19 8a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", key: "svg-7" }]], Bo = e("outline", "brand-graphql", "BrandGraphql", A1);
|
|
103
|
+
const D1 = [["path", { d: "M8 11v5", key: "svg-0" }], ["path", { d: "M8 8v.01", key: "svg-1" }], ["path", { d: "M12 16v-5", key: "svg-2" }], ["path", { d: "M16 16v-3a2 2 0 1 0 -4 0", key: "svg-3" }], ["path", { d: "M3 7a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4l0 -10", key: "svg-4" }]], Ao = e("outline", "brand-linkedin", "BrandLinkedin", D1);
|
|
104
|
+
const T1 = [["path", { d: "M1 8h22v7h-12v2h-4v-2h-6l0 -7", key: "svg-0" }], ["path", { d: "M7 8v7", key: "svg-1" }], ["path", { d: "M14 8v7", key: "svg-2" }], ["path", { d: "M17 11v4", key: "svg-3" }], ["path", { d: "M4 11v4", key: "svg-4" }], ["path", { d: "M11 11v1", key: "svg-5" }], ["path", { d: "M20 11v4", key: "svg-6" }]], Do = e("outline", "brand-npm", "BrandNpm", T1);
|
|
105
|
+
const P1 = [["path", { d: "M11.217 19.384a3.501 3.501 0 0 0 6.783 -1.217v-5.167l-6 -3.35", key: "svg-0" }], ["path", { d: "M5.214 15.014a3.501 3.501 0 0 0 4.446 5.266l4.34 -2.534v-6.946", key: "svg-1" }], ["path", { d: "M6 7.63c-1.391 -.236 -2.787 .395 -3.534 1.689a3.474 3.474 0 0 0 1.271 4.745l4.263 2.514l6 -3.348", key: "svg-2" }], ["path", { d: "M12.783 4.616a3.501 3.501 0 0 0 -6.783 1.217v5.067l6 3.45", key: "svg-3" }], ["path", { d: "M18.786 8.986a3.501 3.501 0 0 0 -4.446 -5.266l-4.34 2.534v6.946", key: "svg-4" }], ["path", { d: "M18 16.302c1.391 .236 2.787 -.395 3.534 -1.689a3.474 3.474 0 0 0 -1.271 -4.745l-4.308 -2.514l-5.955 3.42", key: "svg-5" }]], To = e("outline", "brand-openai", "BrandOpenai", P1);
|
|
106
|
+
const H1 = [["path", { d: "M4 4l11.733 16h4.267l-11.733 -16l-4.267 0", key: "svg-0" }], ["path", { d: "M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772", key: "svg-1" }]], Po = e("outline", "brand-x", "BrandX", H1);
|
|
107
|
+
const R1 = [["path", { d: "M3 9a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -9", key: "svg-0" }], ["path", { d: "M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2", key: "svg-1" }], ["path", { d: "M12 12l0 .01", key: "svg-2" }], ["path", { d: "M3 13a20 20 0 0 0 18 0", key: "svg-3" }]], Ho = e("outline", "briefcase", "Briefcase", R1);
|
|
108
|
+
const Z1 = [["path", { d: "M18.364 19.364a9 9 0 1 0 -12.728 0", key: "svg-0" }], ["path", { d: "M15.536 16.536a5 5 0 1 0 -7.072 0", key: "svg-1" }], ["path", { d: "M11 13a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-2" }]], Ro = e("outline", "broadcast", "Broadcast", Z1);
|
|
109
|
+
const V1 = [["path", { d: "M4 8h8", key: "svg-0" }], ["path", { d: "M20 11.5v6.5a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6.5", key: "svg-1" }], ["path", { d: "M8 4v4", key: "svg-2" }], ["path", { d: "M16 8l5 -5", key: "svg-3" }], ["path", { d: "M21 7.5v-4.5h-4.5", key: "svg-4" }]], Zo = e("outline", "browser-maximize", "BrowserMaximize", V1);
|
|
110
|
+
const q1 = [["path", { d: "M3 21l18 0", key: "svg-0" }], ["path", { d: "M5 21v-14l8 -4v18", key: "svg-1" }], ["path", { d: "M19 21v-10l-6 -4", key: "svg-2" }], ["path", { d: "M9 9l0 .01", key: "svg-3" }], ["path", { d: "M9 12l0 .01", key: "svg-4" }], ["path", { d: "M9 15l0 .01", key: "svg-5" }], ["path", { d: "M9 18l0 .01", key: "svg-6" }]], Vo = e("outline", "building-skyscraper", "BuildingSkyscraper", q1);
|
|
111
|
+
const O1 = [["path", { d: "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M16 3v4", key: "svg-1" }], ["path", { d: "M8 3v4", key: "svg-2" }], ["path", { d: "M4 11h16", key: "svg-3" }], ["path", { d: "M11 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-4" }]], qo = e("outline", "calendar-due", "CalendarDue", O1);
|
|
112
|
+
const W1 = [["path", { d: "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M16 3l0 4", key: "svg-1" }], ["path", { d: "M8 3l0 4", key: "svg-2" }], ["path", { d: "M4 11l16 0", key: "svg-3" }], ["path", { d: "M8 15h2v2h-2l0 -2", key: "svg-4" }]], Oo = e("outline", "calendar-event", "CalendarEvent", W1);
|
|
113
|
+
const G1 = [["path", { d: "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", key: "svg-0" }], ["path", { d: "M16 3v4", key: "svg-1" }], ["path", { d: "M8 3v4", key: "svg-2" }], ["path", { d: "M4 11h16", key: "svg-3" }], ["path", { d: "M8 14v4", key: "svg-4" }], ["path", { d: "M12 14v4", key: "svg-5" }], ["path", { d: "M16 14v4", key: "svg-6" }]], Wo = e("outline", "calendar-month", "CalendarMonth", G1);
|
|
114
|
+
const U1 = [["path", { d: "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3", key: "svg-0" }], ["path", { d: "M16 3v4", key: "svg-1" }], ["path", { d: "M8 3v4", key: "svg-2" }], ["path", { d: "M4 11h12", key: "svg-3" }], ["path", { d: "M20 14l2 2h-3", key: "svg-4" }], ["path", { d: "M20 18l2 -2", key: "svg-5" }], ["path", { d: "M19 16a3 3 0 1 0 2 5.236", key: "svg-6" }]], Go = e("outline", "calendar-repeat", "CalendarRepeat", U1);
|
|
115
|
+
const X1 = [["path", { d: "M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4", key: "svg-0" }], ["path", { d: "M14 18a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", key: "svg-1" }], ["path", { d: "M15 3v4", key: "svg-2" }], ["path", { d: "M7 3v4", key: "svg-3" }], ["path", { d: "M3 11h16", key: "svg-4" }], ["path", { d: "M18 16.496v1.504l1 1", key: "svg-5" }]], Uo = e("outline", "calendar-time", "CalendarTime", X1);
|
|
116
|
+
const K1 = [["path", { d: "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", key: "svg-0" }], ["path", { d: "M16 3v4", key: "svg-1" }], ["path", { d: "M8 3v4", key: "svg-2" }], ["path", { d: "M4 11h16", key: "svg-3" }], ["path", { d: "M7 14h.013", key: "svg-4" }], ["path", { d: "M10.01 14h.005", key: "svg-5" }], ["path", { d: "M13.01 14h.005", key: "svg-6" }], ["path", { d: "M16.015 14h.005", key: "svg-7" }], ["path", { d: "M13.015 17h.005", key: "svg-8" }], ["path", { d: "M7.01 17h.005", key: "svg-9" }], ["path", { d: "M10.01 17h.005", key: "svg-10" }]], Xo = e("outline", "calendar-week", "CalendarWeek", K1);
|
|
117
|
+
const Y1 = [["path", { d: "M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6.5", key: "svg-0" }], ["path", { d: "M16 3v4", key: "svg-1" }], ["path", { d: "M8 3v4", key: "svg-2" }], ["path", { d: "M4 11h16", key: "svg-3" }], ["path", { d: "M22 22l-5 -5", key: "svg-4" }], ["path", { d: "M17 22l5 -5", key: "svg-5" }]], Ko = e("outline", "calendar-x", "CalendarX", Y1);
|
|
118
|
+
const J1 = [["path", { d: "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12", key: "svg-0" }], ["path", { d: "M16 3v4", key: "svg-1" }], ["path", { d: "M8 3v4", key: "svg-2" }], ["path", { d: "M4 11h16", key: "svg-3" }], ["path", { d: "M11 15h1", key: "svg-4" }], ["path", { d: "M12 15v3", key: "svg-5" }]], Yo = e("outline", "calendar", "Calendar", J1);
|
|
119
|
+
const Q1 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M18.364 5.636l-12.728 12.728", key: "svg-1" }]], Jo = e("outline", "cancel", "Cancel", Q1);
|
|
120
|
+
const e2 = [["path", { d: "M14 6l-6 6l6 6v-12", key: "svg-0" }]], Qo = e("outline", "caret-left", "CaretLeft", e2);
|
|
121
|
+
const t2 = [["path", { d: "M10 18l6 -6l-6 -6v12", key: "svg-0" }]], en = e("outline", "caret-right", "CaretRight", t2);
|
|
122
|
+
const a2 = [["path", { d: "M3 13a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -6", key: "svg-0" }], ["path", { d: "M9 9a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -10", key: "svg-1" }], ["path", { d: "M15 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -14", key: "svg-2" }], ["path", { d: "M4 20h14", key: "svg-3" }]], tn = e("outline", "chart-bar-popular", "ChartBarPopular", a2);
|
|
123
|
+
const o2 = [["path", { d: "M3 13a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -6", key: "svg-0" }], ["path", { d: "M15 9a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -10", key: "svg-1" }], ["path", { d: "M9 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -14", key: "svg-2" }], ["path", { d: "M4 20h14", key: "svg-3" }]], n2 = e("outline", "chart-bar", "ChartBar", o2);
|
|
124
|
+
const s2 = [["path", { d: "M4 7a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -3", key: "svg-0" }], ["path", { d: "M6 4l0 2", key: "svg-1" }], ["path", { d: "M6 11l0 9", key: "svg-2" }], ["path", { d: "M10 15a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -3", key: "svg-3" }], ["path", { d: "M12 4l0 10", key: "svg-4" }], ["path", { d: "M12 19l0 1", key: "svg-5" }], ["path", { d: "M16 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -4", key: "svg-6" }], ["path", { d: "M18 4l0 1", key: "svg-7" }], ["path", { d: "M18 11l0 9", key: "svg-8" }]], an = e("outline", "chart-candle", "ChartCandle", s2);
|
|
125
|
+
const c2 = [["path", { d: "M3 7a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-0" }], ["path", { d: "M14 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-1" }], ["path", { d: "M15 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-2" }], ["path", { d: "M3 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-3" }], ["path", { d: "M9 17l5 -1.5", key: "svg-4" }], ["path", { d: "M6.5 8.5l7.81 5.37", key: "svg-5" }], ["path", { d: "M7 7l8 -1", key: "svg-6" }]], on = e("outline", "chart-dots-3", "ChartDots3", c2);
|
|
126
|
+
const l2 = [["path", { d: "M4 19l16 0", key: "svg-0" }], ["path", { d: "M4 15l4 -6l4 2l4 -5l4 4", key: "svg-1" }]], nn = e("outline", "chart-line", "ChartLine", l2);
|
|
127
|
+
const h2 = [["path", { d: "M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a.9 .9 0 0 0 -1 -.8", key: "svg-0" }], ["path", { d: "M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5", key: "svg-1" }]], sn = e("outline", "chart-pie", "ChartPie", h2);
|
|
128
|
+
const d2 = [["path", { d: "M15 6l-6 6l6 6", key: "svg-0" }]], cn = e("outline", "chevron-left", "ChevronLeft", d2);
|
|
129
|
+
const i2 = [["path", { d: "M6 6l6 6l-6 6", key: "svg-0" }], ["path", { d: "M17 5v13", key: "svg-1" }]], ln = e("outline", "chevron-right-pipe", "ChevronRightPipe", i2);
|
|
130
|
+
const r2 = [["path", { d: "M6 15l6 -6l6 6", key: "svg-0" }]], hn = e("outline", "chevron-up", "ChevronUp", r2);
|
|
131
|
+
const v2 = [["path", { d: "M7 7l5 5l-5 5", key: "svg-0" }], ["path", { d: "M13 7l5 5l-5 5", key: "svg-1" }]], dn = e("outline", "chevrons-right", "ChevronsRight", v2);
|
|
132
|
+
const p2 = [["path", { d: "M8.56 3.69a9 9 0 0 0 -2.92 1.95", key: "svg-0" }], ["path", { d: "M3.69 8.56a9 9 0 0 0 -.69 3.44", key: "svg-1" }], ["path", { d: "M3.69 15.44a9 9 0 0 0 1.95 2.92", key: "svg-2" }], ["path", { d: "M8.56 20.31a9 9 0 0 0 3.44 .69", key: "svg-3" }], ["path", { d: "M15.44 20.31a9 9 0 0 0 2.92 -1.95", key: "svg-4" }], ["path", { d: "M20.31 15.44a9 9 0 0 0 .69 -3.44", key: "svg-5" }], ["path", { d: "M20.31 8.56a9 9 0 0 0 -1.95 -2.92", key: "svg-6" }], ["path", { d: "M15.44 3.69a9 9 0 0 0 -3.44 -.69", key: "svg-7" }]], rn = e("outline", "circle-dashed", "CircleDashed", p2);
|
|
133
|
+
const g2 = [["path", { d: "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-0" }], ["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-1" }]], vn = e("outline", "circle-dot", "CircleDot", g2);
|
|
134
|
+
const y2 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", key: "svg-0" }], ["path", { d: "M9 12h6", key: "svg-1" }], ["path", { d: "M12 9v6", key: "svg-2" }]], pn = e("outline", "circle-plus", "CirclePlus", y2);
|
|
135
|
+
const k2 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M10 10l4 4m0 -4l-4 4", key: "svg-1" }]], gn = e("outline", "circle-x", "CircleX", k2);
|
|
136
|
+
const M2 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }]], yn = e("outline", "circle", "Circle", M2);
|
|
137
|
+
const u2 = [["path", { d: "M3 12l3 0", key: "svg-0" }], ["path", { d: "M12 3l0 3", key: "svg-1" }], ["path", { d: "M7.8 7.8l-2.2 -2.2", key: "svg-2" }], ["path", { d: "M16.2 7.8l2.2 -2.2", key: "svg-3" }], ["path", { d: "M7.8 16.2l-2.2 2.2", key: "svg-4" }], ["path", { d: "M12 12l9 3l-4 2l-2 4l-3 -9", key: "svg-5" }]], kn = e("outline", "click", "Click", u2);
|
|
138
|
+
const C2 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M12 12l-3 2", key: "svg-1" }], ["path", { d: "M12 7v5", key: "svg-2" }]], Mn = e("outline", "clock-hour-8", "ClockHour8", C2);
|
|
139
|
+
const _2 = [["path", { d: "M12 7v5l2 2", key: "svg-0" }], ["path", { d: "M17 22l5 -3l-5 -3l0 6", key: "svg-1" }], ["path", { d: "M13.017 20.943a9 9 0 1 1 7.831 -7.292", key: "svg-2" }]], un = e("outline", "clock-play", "ClockPlay", _2);
|
|
140
|
+
const m2 = [["path", { d: "M20.943 13.016a9 9 0 1 0 -8.915 7.984", key: "svg-0" }], ["path", { d: "M16 22l5 -5", key: "svg-1" }], ["path", { d: "M21 21.5v-4.5h-4.5", key: "svg-2" }], ["path", { d: "M12 7v5l2 2", key: "svg-3" }]], Cn = e("outline", "clock-share", "ClockShare", m2);
|
|
141
|
+
const I2 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", key: "svg-0" }], ["path", { d: "M12 7v5l3 3", key: "svg-1" }]], _n = e("outline", "clock", "Clock", I2);
|
|
142
|
+
const f2 = [["path", { d: "M10 14l-2 -2l2 -2", key: "svg-0" }], ["path", { d: "M14 10l2 2l-2 2", key: "svg-1" }], ["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-2" }]], mn = e("outline", "code-circle", "CodeCircle", f2);
|
|
143
|
+
const L2 = [["path", { d: "M7 8l-4 4l4 4", key: "svg-0" }], ["path", { d: "M17 8l4 4l-4 4", key: "svg-1" }], ["path", { d: "M14 4l-4 16", key: "svg-2" }]], In = e("outline", "code", "Code", L2);
|
|
144
|
+
const w2 = [["path", { d: "M9 14c0 1.657 2.686 3 6 3s6 -1.343 6 -3s-2.686 -3 -6 -3s-6 1.343 -6 3", key: "svg-0" }], ["path", { d: "M9 14v4c0 1.656 2.686 3 6 3s6 -1.344 6 -3v-4", key: "svg-1" }], ["path", { d: "M3 6c0 1.072 1.144 2.062 3 2.598s4.144 .536 6 0c1.856 -.536 3 -1.526 3 -2.598c0 -1.072 -1.144 -2.062 -3 -2.598s-4.144 -.536 -6 0c-1.856 .536 -3 1.526 -3 2.598", key: "svg-2" }], ["path", { d: "M3 6v10c0 .888 .772 1.45 2 2", key: "svg-3" }], ["path", { d: "M3 11c0 .888 .772 1.45 2 2", key: "svg-4" }]], fn = e("outline", "coins", "Coins", w2);
|
|
145
|
+
const N2 = [["path", { d: "M19 3h-4a2 2 0 0 0 -2 2v12a4 4 0 0 0 8 0v-12a2 2 0 0 0 -2 -2", key: "svg-0" }], ["path", { d: "M13 7.35l-2 -2a2 2 0 0 0 -2.828 0l-2.828 2.828a2 2 0 0 0 0 2.828l9 9", key: "svg-1" }], ["path", { d: "M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12", key: "svg-2" }], ["path", { d: "M17 17l0 .01", key: "svg-3" }]], Ln = e("outline", "color-swatch", "ColorSwatch", N2);
|
|
146
|
+
const E2 = [["path", { d: "M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1", key: "svg-0" }], ["path", { d: "M15 12l4 0", key: "svg-1" }], ["path", { d: "M17 10l0 4", key: "svg-2" }]], wn = e("outline", "column-insert-right", "ColumnInsertRight", E2);
|
|
147
|
+
const x2 = [["path", { d: "M4 6l5.5 0", key: "svg-0" }], ["path", { d: "M4 10l5.5 0", key: "svg-1" }], ["path", { d: "M4 14l5.5 0", key: "svg-2" }], ["path", { d: "M4 18l5.5 0", key: "svg-3" }], ["path", { d: "M14.5 6l5.5 0", key: "svg-4" }], ["path", { d: "M14.5 10l5.5 0", key: "svg-5" }], ["path", { d: "M14.5 14l5.5 0", key: "svg-6" }], ["path", { d: "M14.5 18l5.5 0", key: "svg-7" }]], Nn = e("outline", "columns", "Columns", x2);
|
|
148
|
+
const $2 = [["path", { d: "M7 9a2 2 0 1 1 2 -2v10a2 2 0 1 1 -2 -2h10a2 2 0 1 1 -2 2v-10a2 2 0 1 1 2 2h-10", key: "svg-0" }]], En = e("outline", "command", "Command", $2);
|
|
149
|
+
const S2 = [["path", { d: "M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", key: "svg-0" }], ["path", { d: "M4.012 16.737a2 2 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1", key: "svg-1" }], ["path", { d: "M11 14h6", key: "svg-2" }], ["path", { d: "M14 11v6", key: "svg-3" }]], xn = e("outline", "copy-plus", "CopyPlus", S2);
|
|
150
|
+
const b2 = [["path", { d: "M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", key: "svg-0" }], ["path", { d: "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1", key: "svg-1" }]], $n = e("outline", "copy", "Copy", b2);
|
|
151
|
+
const z2 = [["path", { d: "M5 6a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1l0 -12", key: "svg-0" }], ["path", { d: "M9 9h6v6h-6l0 -6", key: "svg-1" }], ["path", { d: "M3 10h2", key: "svg-2" }], ["path", { d: "M3 14h2", key: "svg-3" }], ["path", { d: "M10 3v2", key: "svg-4" }], ["path", { d: "M14 3v2", key: "svg-5" }], ["path", { d: "M21 10h-2", key: "svg-6" }], ["path", { d: "M21 14h-2", key: "svg-7" }], ["path", { d: "M14 21v-2", key: "svg-8" }], ["path", { d: "M10 21v-2", key: "svg-9" }]], Sn = e("outline", "cpu", "Cpu", z2);
|
|
152
|
+
const F2 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M12 16a4 4 0 1 0 -4 -4v1", key: "svg-1" }], ["path", { d: "M6 12l2 2l2 -2", key: "svg-2" }]], bn = e("outline", "creative-commons-sa", "CreativeCommonsSa", F2);
|
|
153
|
+
const j2 = [["path", { d: "M3 8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -8", key: "svg-0" }], ["path", { d: "M3 10l18 0", key: "svg-1" }], ["path", { d: "M7 15l.01 0", key: "svg-2" }], ["path", { d: "M11 15l2 0", key: "svg-3" }]], zn = e("outline", "credit-card", "CreditCard", j2);
|
|
154
|
+
const B2 = [["path", { d: "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", key: "svg-0" }], ["path", { d: "M17 8l2 8l2 -8", key: "svg-1" }], ["path", { d: "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0", key: "svg-2" }]], Fn = e("outline", "csv", "Csv", B2);
|
|
155
|
+
const A2 = [["path", { d: "M15 13h-3.5a3.5 3.5 0 1 1 3.5 -3.5v6.5h-7", key: "svg-0" }], ["path", { d: "M12 3v.01", key: "svg-1" }], ["path", { d: "M12 19v2", key: "svg-2" }]], jn = e("outline", "currency-afghani", "CurrencyAfghani", A2);
|
|
156
|
+
const D2 = [["path", { d: "M3 10v1a4 4 0 0 0 4 4h2a2 2 0 0 0 2 -2v-3", key: "svg-0" }], ["path", { d: "M7 19.01v-.01", key: "svg-1" }], ["path", { d: "M14 15.01v-.01", key: "svg-2" }], ["path", { d: "M17 15h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869", key: "svg-3" }]], Bn = e("outline", "currency-bahraini", "CurrencyBahraini", D2);
|
|
157
|
+
const T2 = [["path", { d: "M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143", key: "svg-0" }], ["path", { d: "M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143", key: "svg-1" }], ["path", { d: "M8 6v12", key: "svg-2" }], ["path", { d: "M11 4v2", key: "svg-3" }], ["path", { d: "M11 18v2", key: "svg-4" }]], An = e("outline", "currency-baht", "CurrencyBaht", T2);
|
|
158
|
+
const P2 = [["path", { d: "M14 20.01v-.01", key: "svg-0" }], ["path", { d: "M6 13l2.386 -.9a1 1 0 0 0 -.095 -1.902l-1.514 -.404a1 1 0 0 1 -.102 -1.9l2.325 -.894", key: "svg-1" }], ["path", { d: "M3 14v1a3 3 0 0 0 3 3h4.161a3 3 0 0 0 2.983 -3.32l-1.144 -10.68", key: "svg-2" }], ["path", { d: "M16 17l1 1h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869", key: "svg-3" }]], Dn = e("outline", "currency-dinar", "CurrencyDinar", P2);
|
|
159
|
+
const H2 = [["path", { d: "M8.5 19h-3.5", key: "svg-0" }], ["path", { d: "M8.599 16.479a1.5 1.5 0 1 0 -1.099 2.521", key: "svg-1" }], ["path", { d: "M7 4v9", key: "svg-2" }], ["path", { d: "M15 13h1.888a1.5 1.5 0 0 0 1.296 -2.256l-2.184 -3.744", key: "svg-3" }], ["path", { d: "M11 13.01v-.01", key: "svg-4" }]], Tn = e("outline", "currency-dirham", "CurrencyDirham", H2);
|
|
160
|
+
const R2 = [["path", { d: "M3 18l3.279 -11.476a.75 .75 0 0 1 1.442 0l3.279 11.476", key: "svg-0" }], ["path", { d: "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", key: "svg-1" }], ["path", { d: "M17 20v-2", key: "svg-2" }], ["path", { d: "M18 6v-2", key: "svg-3" }], ["path", { d: "M4.5 14h5", key: "svg-4" }]], Pn = e("outline", "currency-dollar-australian", "CurrencyDollarAustralian", R2);
|
|
161
|
+
const Z2 = [["path", { d: "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", key: "svg-0" }], ["path", { d: "M17 20v-2", key: "svg-1" }], ["path", { d: "M18 6v-2", key: "svg-2" }], ["path", { d: "M3 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4", key: "svg-3" }]], Hn = e("outline", "currency-dollar-brunei", "CurrencyDollarBrunei", Z2);
|
|
162
|
+
const V2 = [["path", { d: "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", key: "svg-0" }], ["path", { d: "M10 18h-1a6 6 0 1 1 0 -12h1", key: "svg-1" }], ["path", { d: "M17 20v-2", key: "svg-2" }], ["path", { d: "M18 6v-2", key: "svg-3" }]], Rn = e("outline", "currency-dollar-canadian", "CurrencyDollarCanadian", V2);
|
|
163
|
+
const q2 = [["path", { d: "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", key: "svg-0" }], ["path", { d: "M10 6h-3a4 4 0 0 0 -4 4v4a4 4 0 0 0 4 4h3v-6h-2", key: "svg-1" }], ["path", { d: "M17 20v-2", key: "svg-2" }], ["path", { d: "M18 6v-2", key: "svg-3" }]], Zn = e("outline", "currency-dollar-guyanese", "CurrencyDollarGuyanese", q2);
|
|
164
|
+
const O2 = [["path", { d: "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", key: "svg-0" }], ["path", { d: "M10 6h-4a3 3 0 1 0 0 6h1a3 3 0 0 1 0 6h-4", key: "svg-1" }], ["path", { d: "M17 20v-2", key: "svg-2" }], ["path", { d: "M18 6v-2", key: "svg-3" }]], Vn = e("outline", "currency-dollar-singapore", "CurrencyDollarSingapore", O2);
|
|
165
|
+
const W2 = [["path", { d: "M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2", key: "svg-0" }], ["path", { d: "M12 3v3m0 12v3", key: "svg-1" }]], qn = e("outline", "currency-dollar", "CurrencyDollar", W2);
|
|
166
|
+
const G2 = [["path", { d: "M8 20h8", key: "svg-0" }], ["path", { d: "M15 13a3 3 0 0 1 -3 3a3 3 0 0 1 -3 -3a3 3 0 0 1 3 -3a3 3 0 0 1 3 3", key: "svg-1" }], ["path", { d: "M15 4v12", key: "svg-2" }], ["path", { d: "M13 6h4", key: "svg-3" }]], On = e("outline", "currency-dong", "CurrencyDong", G2);
|
|
167
|
+
const U2 = [["path", { d: "M4 10a6 6 0 1 1 12 0v10", key: "svg-0" }], ["path", { d: "M12 16h8", key: "svg-1" }], ["path", { d: "M12 12h8", key: "svg-2" }]], Wn = e("outline", "currency-dram", "CurrencyDram", U2);
|
|
168
|
+
const X2 = [["path", { d: "M17.2 7a6 7 0 1 0 0 10", key: "svg-0" }], ["path", { d: "M13 10h-8m0 4h8", key: "svg-1" }]], Gn = e("outline", "currency-euro", "CurrencyEuro", X2);
|
|
169
|
+
const K2 = [["path", { d: "M8 12h8", key: "svg-0" }], ["path", { d: "M7 19c1.213 0 2.31 -.723 2.788 -1.838l4.424 -10.324a3.033 3.033 0 0 1 2.788 -1.838", key: "svg-1" }]], Un = e("outline", "currency-florin", "CurrencyFlorin", K2);
|
|
170
|
+
const Y2 = [["path", { d: "M11 4h-4a3 3 0 0 0 -3 3v12", key: "svg-0" }], ["path", { d: "M10 11h-6", key: "svg-1" }], ["path", { d: "M16 4v13a2 2 0 0 0 2 2h2", key: "svg-2" }], ["path", { d: "M19 9h-5", key: "svg-3" }]], Xn = e("outline", "currency-forint", "CurrencyForint", Y2);
|
|
171
|
+
const J2 = [["path", { d: "M17 5h-6a2 2 0 0 0 -2 2v12", key: "svg-0" }], ["path", { d: "M7 15h4", key: "svg-1" }], ["path", { d: "M9 11h7", key: "svg-2" }]], Kn = e("outline", "currency-frank", "CurrencyFrank", J2);
|
|
172
|
+
const Q2 = [["path", { d: "M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a6 6 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4 -1.536c.732 -.66 1.064 -2.148 1 -4.464h-5", key: "svg-0" }], ["path", { d: "M12 20v-16", key: "svg-1" }]], Yn = e("outline", "currency-guarani", "CurrencyGuarani", Q2);
|
|
173
|
+
const e0 = [["path", { d: "M8 7a2.64 2.64 0 0 1 2.562 -2h3.376a2.64 2.64 0 0 1 2.562 2a2.57 2.57 0 0 1 -1.344 2.922l-5.876 2.938a3.338 3.338 0 0 0 -1.78 3.64a3.11 3.11 0 0 0 3.05 2.5h2.888a2.64 2.64 0 0 0 2.562 -2", key: "svg-0" }], ["path", { d: "M6 10h12", key: "svg-1" }], ["path", { d: "M6 14h12", key: "svg-2" }]], Jn = e("outline", "currency-hryvnia", "CurrencyHryvnia", e0);
|
|
174
|
+
const t0 = [["path", { d: "M9 4v9a2 2 0 0 1 -2 2h-1a3 3 0 0 1 -3 -3v-1", key: "svg-0" }], ["path", { d: "M12 5v8a1 1 0 0 0 1 1h1a2 2 0 0 0 2 -2v-1", key: "svg-1" }], ["path", { d: "M21 14v1.096a5 5 0 0 1 -3.787 4.85l-.213 .054", key: "svg-2" }], ["path", { d: "M11 18h.01", key: "svg-3" }], ["path", { d: "M14 18h.01", key: "svg-4" }]], Qn = e("outline", "currency-iranian-rial", "CurrencyIranianRial", t0);
|
|
175
|
+
const a0 = [["path", { d: "M6 12h12", key: "svg-0" }], ["path", { d: "M9 5v14", key: "svg-1" }], ["path", { d: "M16 19a7 7 0 0 0 -7 -7a7 7 0 0 0 7 -7", key: "svg-2" }]], es = e("outline", "currency-kip", "CurrencyKip", a0);
|
|
176
|
+
const o0 = [["path", { d: "M5 6v12", key: "svg-0" }], ["path", { d: "M5 12c3.5 0 6 -3 6 -6", key: "svg-1" }], ["path", { d: "M5 12c3.5 0 6 3 6 6", key: "svg-2" }], ["path", { d: "M19 6l-2 2l-2 -2", key: "svg-3" }], ["path", { d: "M19 12h-2a3 3 0 0 0 0 6h2", key: "svg-4" }]], ts = e("outline", "currency-krone-czech", "CurrencyKroneCzech", o0);
|
|
177
|
+
const n0 = [["path", { d: "M5 6v12", key: "svg-0" }], ["path", { d: "M5 12c3.5 0 6 -3 6 -6", key: "svg-1" }], ["path", { d: "M5 12c3.5 0 6 3 6 6", key: "svg-2" }], ["path", { d: "M15 10v8", key: "svg-3" }], ["path", { d: "M19 10a4 4 0 0 0 -4 4", key: "svg-4" }], ["path", { d: "M20 18.01v-.01", key: "svg-5" }]], as = e("outline", "currency-krone-danish", "CurrencyKroneDanish", n0);
|
|
178
|
+
const s0 = [["path", { d: "M5 6v12", key: "svg-0" }], ["path", { d: "M5 12c3.5 0 6 -3 6 -6", key: "svg-1" }], ["path", { d: "M5 12c3.5 0 6 3 6 6", key: "svg-2" }], ["path", { d: "M15 10v8", key: "svg-3" }], ["path", { d: "M19 10a4 4 0 0 0 -4 4", key: "svg-4" }]], os = e("outline", "currency-krone-swedish", "CurrencyKroneSwedish", s0);
|
|
179
|
+
const c0 = [["path", { d: "M18 13a6 6 0 1 0 -6 6", key: "svg-0" }], ["path", { d: "M6 19h12", key: "svg-1" }], ["path", { d: "M10 5v7", key: "svg-2" }], ["path", { d: "M14 12v-7", key: "svg-3" }]], ns = e("outline", "currency-lari", "CurrencyLari", c0);
|
|
180
|
+
const l0 = [["path", { d: "M17 18h-7a3 3 0 0 1 -3 -3v-10", key: "svg-0" }]], ss = e("outline", "currency-leu", "CurrencyLeu", l0);
|
|
181
|
+
const h0 = [["path", { d: "M10 5v15a7 7 0 0 0 7 -7", key: "svg-0" }], ["path", { d: "M6 15l8 -4", key: "svg-1" }], ["path", { d: "M14 7l-8 4", key: "svg-2" }]], cs = e("outline", "currency-lira", "CurrencyLira", h0);
|
|
182
|
+
const d0 = [["path", { d: "M11 15h.01", key: "svg-0" }], ["path", { d: "M21 5v10a2 2 0 0 1 -2 2h-2.764a2 2 0 0 1 -1.789 -1.106l-.447 -.894", key: "svg-1" }], ["path", { d: "M5 8l2.773 4.687c.427 .697 .234 1.626 -.43 2.075a1.38 1.38 0 0 1 -.773 .238h-2.224a.93 .93 0 0 1 -.673 -.293l-.673 -.707", key: "svg-2" }]], ls = e("outline", "currency-lyd", "CurrencyLyd", d0);
|
|
183
|
+
const i0 = [["path", { d: "M7 19v-7a5 5 0 1 1 10 0v7", key: "svg-0" }], ["path", { d: "M12 5v14", key: "svg-1" }]], hs = e("outline", "currency-manat", "CurrencyManat", i0);
|
|
184
|
+
const r0 = [["path", { d: "M7 18v-10.948a1.05 1.05 0 0 1 1.968 -.51l6.064 10.916a1.05 1.05 0 0 0 1.968 -.51v-10.948", key: "svg-0" }], ["path", { d: "M5 10h14", key: "svg-1" }], ["path", { d: "M5 14h14", key: "svg-2" }]], ds = e("outline", "currency-naira", "CurrencyNaira", r0);
|
|
185
|
+
const v0 = [["path", { d: "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", key: "svg-0" }], ["path", { d: "M17 20v-2", key: "svg-1" }], ["path", { d: "M18 6v-2", key: "svg-2" }], ["path", { d: "M3 6h8", key: "svg-3" }], ["path", { d: "M7 6v12", key: "svg-4" }]], is = e("outline", "currency-paanga", "CurrencyPaanga", v0);
|
|
186
|
+
const p0 = [["path", { d: "M8 19v-14h3.5a4.5 4.5 0 1 1 0 9h-3.5", key: "svg-0" }], ["path", { d: "M18 8h-12", key: "svg-1" }], ["path", { d: "M18 11h-12", key: "svg-2" }]], rs = e("outline", "currency-peso", "CurrencyPeso", p0);
|
|
187
|
+
const g0 = [["path", { d: "M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5a4 4 0 0 1 7.45 -2m-2.55 6h-7", key: "svg-0" }]], vs = e("outline", "currency-pound", "CurrencyPound", g0);
|
|
188
|
+
const y0 = [["path", { d: "M6 12a6 6 0 1 0 12 0a6 6 0 1 0 -12 0", key: "svg-0" }], ["path", { d: "M13 13l5 5", key: "svg-1" }]], ps = e("outline", "currency-quetzal", "CurrencyQuetzal", y0);
|
|
189
|
+
const k0 = [["path", { d: "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4", key: "svg-0" }], ["path", { d: "M4 18v-12h3a3 3 0 1 1 0 6h-3c5.5 0 5 4 6 6", key: "svg-1" }], ["path", { d: "M18 6v-2", key: "svg-2" }], ["path", { d: "M17 20v-2", key: "svg-3" }]], gs = e("outline", "currency-real", "CurrencyReal", k0);
|
|
190
|
+
const M0 = [["path", { d: "M15 9v8a2 2 0 1 0 4 0", key: "svg-0" }], ["path", { d: "M19 9h-14", key: "svg-1" }], ["path", { d: "M19 5h-14", key: "svg-2" }], ["path", { d: "M9 9v4c0 2.5 -.667 4 -2 6", key: "svg-3" }]], ys = e("outline", "currency-renminbi", "CurrencyRenminbi", M0);
|
|
191
|
+
const u0 = [["path", { d: "M15 9v2a2 2 0 1 1 -4 0v-1v1a2 2 0 1 1 -4 0v-1v4a2 2 0 1 1 -4 0v-2", key: "svg-0" }], ["path", { d: "M18 12.01v-.01", key: "svg-1" }], ["path", { d: "M22 10v1a5 5 0 0 1 -5 5", key: "svg-2" }]], ks = e("outline", "currency-riyal", "CurrencyRiyal", u0);
|
|
192
|
+
const C0 = [["path", { d: "M8 19v-14h6a3 3 0 0 1 0 6h-8", key: "svg-0" }], ["path", { d: "M14 15h-8", key: "svg-1" }]], Ms = e("outline", "currency-rubel", "CurrencyRubel", C0);
|
|
193
|
+
const _0 = [["path", { d: "M20 16h.01", key: "svg-0" }], ["path", { d: "M4 16c9.5 -4 11.5 -8 14 -9", key: "svg-1" }], ["path", { d: "M12 8l5 3", key: "svg-2" }]], us = e("outline", "currency-rufiyaa", "CurrencyRufiyaa", _0);
|
|
194
|
+
const m0 = [["path", { d: "M15 5h-11h3a4 4 0 1 1 0 8h-3l6 6", key: "svg-0" }], ["path", { d: "M21 17l-4.586 -4.414a2 2 0 0 0 -2.828 2.828l.707 .707", key: "svg-1" }]], Cs = e("outline", "currency-rupee-nepalese", "CurrencyRupeeNepalese", m0);
|
|
195
|
+
const I0 = [["path", { d: "M18 5h-11h3a4 4 0 0 1 0 8h-3l6 6", key: "svg-0" }], ["path", { d: "M7 9l11 0", key: "svg-1" }]], _s = e("outline", "currency-rupee", "CurrencyRupee", I0);
|
|
196
|
+
const f0 = [["path", { d: "M6 18v-12h4a4 4 0 0 1 4 4v4", key: "svg-0" }], ["path", { d: "M18 6v12h-4a4 4 0 0 1 -4 -4v-4", key: "svg-1" }]], ms = e("outline", "currency-shekel", "CurrencyShekel", f0);
|
|
197
|
+
const L0 = [["path", { d: "M10 18v-12h-5v10a2 2 0 0 1 -2 2", key: "svg-0" }], ["path", { d: "M14 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4", key: "svg-1" }]], Is = e("outline", "currency-som", "CurrencySom", L0);
|
|
198
|
+
const w0 = [["path", { d: "M15.5 15.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-0" }], ["path", { d: "M7 7a2 2 0 1 1 4 0v9a3 3 0 0 0 6 0v-.5", key: "svg-1" }], ["path", { d: "M8 11h6", key: "svg-2" }]], fs = e("outline", "currency-taka", "CurrencyTaka", w0);
|
|
199
|
+
const N0 = [["path", { d: "M6 5h12", key: "svg-0" }], ["path", { d: "M6 9h12", key: "svg-1" }], ["path", { d: "M12 9v10", key: "svg-2" }]], Ls = e("outline", "currency-tenge", "CurrencyTenge", N0);
|
|
200
|
+
const E0 = [["path", { d: "M7 6h10", key: "svg-0" }], ["path", { d: "M12 6v13", key: "svg-1" }], ["path", { d: "M8 17l8 -3", key: "svg-2" }], ["path", { d: "M16 10l-8 3", key: "svg-3" }]], ws = e("outline", "currency-tugrik", "CurrencyTugrik", E0);
|
|
201
|
+
const x0 = [["path", { d: "M4 6l3.245 11.358a.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a.85 .85 0 0 0 1.624 -.035l3.245 -11.358", key: "svg-0" }], ["path", { d: "M21 10h-18", key: "svg-1" }], ["path", { d: "M21 14h-18", key: "svg-2" }]], Ns = e("outline", "currency-won", "CurrencyWon", x0);
|
|
202
|
+
const $0 = [["path", { d: "M12 19v-7l-5 -7m10 0l-5 7", key: "svg-0" }], ["path", { d: "M8 17l8 0", key: "svg-1" }], ["path", { d: "M8 13l8 0", key: "svg-2" }]], Es = e("outline", "currency-yen", "CurrencyYen", $0);
|
|
203
|
+
const S0 = [["path", { d: "M12 19v-7l-5 -7", key: "svg-0" }], ["path", { d: "M17 5l-5 7", key: "svg-1" }], ["path", { d: "M8 13h8", key: "svg-2" }]], xs = e("outline", "currency-yuan", "CurrencyYuan", S0);
|
|
204
|
+
const b0 = [["path", { d: "M12 18h-7l7 -7h-7", key: "svg-0" }], ["path", { d: "M17 18v-13", key: "svg-1" }], ["path", { d: "M14 14.5l6 -3.5", key: "svg-2" }]], $s = e("outline", "currency-zloty", "CurrencyZloty", b0);
|
|
205
|
+
const z0 = [["path", { d: "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3", key: "svg-0" }], ["path", { d: "M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.183 -.086 3.15 -.241", key: "svg-1" }], ["path", { d: "M20 12v-6", key: "svg-2" }], ["path", { d: "M4 12v6c0 1.657 3.582 3 8 3c.157 0 .312 -.002 .466 -.005", key: "svg-3" }], ["path", { d: "M16 19h6", key: "svg-4" }], ["path", { d: "M19 16l3 3l-3 3", key: "svg-5" }]], Ss = e("outline", "database-export", "DatabaseExport", z0);
|
|
206
|
+
const F0 = [["path", { d: "M4 6a8 3 0 1 0 16 0a8 3 0 1 0 -16 0", key: "svg-0" }], ["path", { d: "M4 6v6a8 3 0 0 0 16 0v-6", key: "svg-1" }], ["path", { d: "M4 12v6a8 3 0 0 0 16 0v-6", key: "svg-2" }]], bs = e("outline", "database", "Database", F0);
|
|
207
|
+
const j0 = [["path", { d: "M17 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", key: "svg-0" }], ["path", { d: "M10 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", key: "svg-1" }], ["path", { d: "M5 16h.01", key: "svg-2" }]], zs = e("outline", "decimal", "Decimal", j0);
|
|
208
|
+
const B0 = [["path", { d: "M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2", key: "svg-0" }], ["path", { d: "M10 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-1" }], ["path", { d: "M14 4l0 4l-6 0l0 -4", key: "svg-2" }]], Fs = e("outline", "device-floppy", "DeviceFloppy", B0);
|
|
209
|
+
const A0 = [["path", { d: "M13 12v.01", key: "svg-0" }], ["path", { d: "M3 21h18", key: "svg-1" }], ["path", { d: "M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5", key: "svg-2" }], ["path", { d: "M21 7h-7m3 -3l-3 3l3 3", key: "svg-3" }]], js = e("outline", "door-enter", "DoorEnter", A0);
|
|
210
|
+
const D0 = [["path", { d: "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-0" }], ["path", { d: "M11 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-1" }], ["path", { d: "M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-2" }]], Bs = e("outline", "dots-vertical", "DotsVertical", D0);
|
|
211
|
+
const T0 = [["path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2", key: "svg-0" }], ["path", { d: "M7 11l5 5l5 -5", key: "svg-1" }], ["path", { d: "M12 4l0 12", key: "svg-2" }]], As = e("outline", "download", "Download", T0);
|
|
212
|
+
const P0 = [["path", { d: "M12 15l8.385 -8.415a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3", key: "svg-0" }], ["path", { d: "M16 5l3 3", key: "svg-1" }], ["path", { d: "M9 7.07a7 7 0 0 0 1 13.93a7 7 0 0 0 6.929 -6", key: "svg-2" }]], Ds = e("outline", "edit-circle", "EditCircle", P0);
|
|
213
|
+
const H0 = [["path", { d: "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1", key: "svg-0" }], ["path", { d: "M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415", key: "svg-1" }], ["path", { d: "M16 5l3 3", key: "svg-2" }]], Ts = e("outline", "edit", "Edit", H0);
|
|
214
|
+
const R0 = [["path", { d: "M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9.2 9.3", key: "svg-0" }], ["path", { d: "M18 13.3l-6.3 -6.3", key: "svg-1" }]], Ps = e("outline", "eraser", "Eraser", R0);
|
|
215
|
+
const Z0 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M12 9v4", key: "svg-1" }], ["path", { d: "M12 16v.01", key: "svg-2" }]], Hs = e("outline", "exclamation-circle", "ExclamationCircle", Z0);
|
|
216
|
+
const V0 = [["path", { d: "M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6", key: "svg-0" }], ["path", { d: "M11 13l9 -9", key: "svg-1" }], ["path", { d: "M15 4h5v5", key: "svg-2" }]], Rs = e("outline", "external-link", "ExternalLink", V0);
|
|
217
|
+
const q0 = [["path", { d: "M10.585 10.587a2 2 0 0 0 2.829 2.828", key: "svg-0" }], ["path", { d: "M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87", key: "svg-1" }], ["path", { d: "M3 3l18 18", key: "svg-2" }]], Zs = e("outline", "eye-off", "EyeOff", q0);
|
|
218
|
+
const O0 = [["path", { d: "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-0" }], ["path", { d: "M12.597 17.981a9.467 9.467 0 0 1 -.597 .019c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.205 .342 -.415 .67 -.63 .983", key: "svg-1" }], ["path", { d: "M16 22l5 -5", key: "svg-2" }], ["path", { d: "M21 21.5v-4.5h-4.5", key: "svg-3" }]], Vs = e("outline", "eye-share", "EyeShare", O0);
|
|
219
|
+
const W0 = [["path", { d: "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-0" }], ["path", { d: "M13.048 17.942a9.298 9.298 0 0 1 -1.048 .058c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a17.986 17.986 0 0 1 -1.362 1.975", key: "svg-1" }], ["path", { d: "M22 22l-5 -5", key: "svg-2" }], ["path", { d: "M17 22l5 -5", key: "svg-3" }]], qs = e("outline", "eye-x", "EyeX", W0);
|
|
220
|
+
const G0 = [["path", { d: "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-0" }], ["path", { d: "M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", key: "svg-1" }]], Os = e("outline", "eye", "Eye", G0);
|
|
221
|
+
const U0 = [["path", { d: "M14 3v4a1 1 0 0 0 1 1h4", key: "svg-0" }], ["path", { d: "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", key: "svg-1" }], ["path", { d: "M9 15l2 2l4 -4", key: "svg-2" }]], Ws = e("outline", "file-check", "FileCheck", U0);
|
|
222
|
+
const X0 = [["path", { d: "M14 3v4a1 1 0 0 0 1 1h4", key: "svg-0" }], ["path", { d: "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3", key: "svg-1" }]], Gs = e("outline", "file-export", "FileExport", X0);
|
|
223
|
+
const K0 = [["path", { d: "M14 3v4a1 1 0 0 0 1 1h4", key: "svg-0" }], ["path", { d: "M5 13v-8a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3", key: "svg-1" }]], Us = e("outline", "file-import", "FileImport", K0);
|
|
224
|
+
const Y0 = [["path", { d: "M14 3v4a1 1 0 0 0 1 1h4", key: "svg-0" }], ["path", { d: "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", key: "svg-1" }], ["path", { d: "M11 14h1v4h1", key: "svg-2" }], ["path", { d: "M12 11h.01", key: "svg-3" }]], Xs = e("outline", "file-info", "FileInfo", Y0);
|
|
225
|
+
const J0 = [["path", { d: "M14 3v4a1 1 0 0 0 1 1h4", key: "svg-0" }], ["path", { d: "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", key: "svg-1" }], ["path", { d: "M10 18l5 -5a1.414 1.414 0 0 0 -2 -2l-5 5v2h2", key: "svg-2" }]], Ks = e("outline", "file-pencil", "FilePencil", J0);
|
|
226
|
+
const Q0 = [["path", { d: "M14 3v4a1 1 0 0 0 1 1h4", key: "svg-0" }], ["path", { d: "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", key: "svg-1" }], ["path", { d: "M9 9l1 0", key: "svg-2" }], ["path", { d: "M9 13l6 0", key: "svg-3" }], ["path", { d: "M9 17l6 0", key: "svg-4" }]], Ys = e("outline", "file-text", "FileText", Q0);
|
|
227
|
+
const ee = [["path", { d: "M14 3v4a1 1 0 0 0 1 1h4", key: "svg-0" }], ["path", { d: "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", key: "svg-1" }], ["path", { d: "M12 11v6", key: "svg-2" }], ["path", { d: "M9.5 13.5l2.5 -2.5l2.5 2.5", key: "svg-3" }]], Js = e("outline", "file-upload", "FileUpload", ee);
|
|
228
|
+
const te = [["path", { d: "M6 20.735a2 2 0 0 1 -1 -1.735v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1", key: "svg-0" }], ["path", { d: "M11 17a2 2 0 0 1 2 2v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a2 2 0 0 1 2 -2", key: "svg-1" }], ["path", { d: "M11 5l-1 0", key: "svg-2" }], ["path", { d: "M13 7l-1 0", key: "svg-3" }], ["path", { d: "M11 9l-1 0", key: "svg-4" }], ["path", { d: "M13 11l-1 0", key: "svg-5" }], ["path", { d: "M11 13l-1 0", key: "svg-6" }], ["path", { d: "M13 15l-1 0", key: "svg-7" }]], Qs = e("outline", "file-zip", "FileZip", te);
|
|
229
|
+
const ae = [["path", { d: "M14 3v4a1 1 0 0 0 1 1h4", key: "svg-0" }], ["path", { d: "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", key: "svg-1" }]], e8 = e("outline", "file", "File", ae);
|
|
230
|
+
const oe = [["path", { d: "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5", key: "svg-0" }], ["path", { d: "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-1" }], ["path", { d: "M19.001 15.5v1.5", key: "svg-2" }], ["path", { d: "M19.001 21v1.5", key: "svg-3" }], ["path", { d: "M22.032 17.25l-1.299 .75", key: "svg-4" }], ["path", { d: "M17.27 20l-1.3 .75", key: "svg-5" }], ["path", { d: "M15.97 17.25l1.3 .75", key: "svg-6" }], ["path", { d: "M20.733 20l1.3 .75", key: "svg-7" }]], t8 = e("outline", "filter-cog", "FilterCog", oe);
|
|
231
|
+
const ne = [["path", { d: "M8 4h12v2.172a2 2 0 0 1 -.586 1.414l-3.914 3.914m-.5 3.5v4l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227", key: "svg-0" }], ["path", { d: "M3 3l18 18", key: "svg-1" }]], a8 = e("outline", "filter-off", "FilterOff", ne);
|
|
232
|
+
const se = [["path", { d: "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3", key: "svg-0" }], ["path", { d: "M16 19h6", key: "svg-1" }], ["path", { d: "M19 16v6", key: "svg-2" }]], o8 = e("outline", "filter-plus", "FilterPlus", se);
|
|
233
|
+
const ce = [["path", { d: "M13.758 19.414l-4.758 1.586v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5", key: "svg-0" }], ["path", { d: "M22 22l-5 -5", key: "svg-1" }], ["path", { d: "M17 22l5 -5", key: "svg-2" }]], n8 = e("outline", "filter-x", "FilterX", ce);
|
|
234
|
+
const le = [["path", { d: "M7 8a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", key: "svg-0" }], ["path", { d: "M8 11a5 5 0 1 0 3.998 1.997", key: "svg-1" }], ["path", { d: "M12.002 19.003a5 5 0 1 0 3.998 -8.003", key: "svg-2" }]], s8 = e("outline", "filters", "Filters", le);
|
|
235
|
+
const he = [["path", { d: "M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1 -7 0a5 5 0 0 0 -7 0v-9", key: "svg-0" }], ["path", { d: "M5 21v-7", key: "svg-1" }]], c8 = e("outline", "flag", "Flag", he);
|
|
236
|
+
const de = [["path", { d: "M9 3l6 0", key: "svg-0" }], ["path", { d: "M10 9l4 0", key: "svg-1" }], ["path", { d: "M10 3v6l-4 11a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-4 -11v-6", key: "svg-2" }]], l8 = e("outline", "flask", "Flask", de);
|
|
237
|
+
const ie = [["path", { d: "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-0" }], ["path", { d: "M4 8v-2a2 2 0 0 1 2 -2h2", key: "svg-1" }], ["path", { d: "M4 16v2a2 2 0 0 0 2 2h2", key: "svg-2" }], ["path", { d: "M16 4h2a2 2 0 0 1 2 2v2", key: "svg-3" }], ["path", { d: "M16 20h2a2 2 0 0 0 2 -2v-2", key: "svg-4" }]], h8 = e("outline", "focus-centered", "FocusCentered", ie);
|
|
238
|
+
const re = [["path", { d: "M5 19l2.757 -7.351a1 1 0 0 1 .936 -.649h12.307a1 1 0 0 1 .986 1.164l-.996 5.211a2 2 0 0 1 -1.964 1.625h-14.026a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2", key: "svg-0" }]], d8 = e("outline", "folder-open", "FolderOpen", re);
|
|
239
|
+
const ve = [["path", { d: "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5", key: "svg-0" }], ["path", { d: "M16 19h6", key: "svg-1" }], ["path", { d: "M19 16v6", key: "svg-2" }]], i8 = e("outline", "folder-plus", "FolderPlus", ve);
|
|
240
|
+
const pe = [["path", { d: "M10 13a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-0" }], ["path", { d: "M12 15v4", key: "svg-1" }], ["path", { d: "M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2", key: "svg-2" }]], r8 = e("outline", "folder-root", "FolderRoot", pe);
|
|
241
|
+
const ge = [["path", { d: "M3 21v-4a3 3 0 0 1 3 -3h5", key: "svg-0" }], ["path", { d: "M8 17l3 -3l-3 -3", key: "svg-1" }], ["path", { d: "M3 11v-5a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8", key: "svg-2" }]], v8 = e("outline", "folder-symlink", "FolderSymlink", ge);
|
|
242
|
+
const ye = [["path", { d: "M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2", key: "svg-0" }]], p8 = e("outline", "folder", "Folder", ye);
|
|
243
|
+
const ke = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M9 9l6 6", key: "svg-1" }]], g8 = e("outline", "forbid", "Forbid", ke);
|
|
244
|
+
const Me = [["path", { d: "M4 7l16 0", key: "svg-0" }], ["path", { d: "M4 17l16 0", key: "svg-1" }], ["path", { d: "M7 4l0 16", key: "svg-2" }], ["path", { d: "M17 4l0 16", key: "svg-3" }]], y8 = e("outline", "frame", "Frame", Me);
|
|
245
|
+
const ue = [["path", { d: "M4 6.667a2.667 2.667 0 0 1 2.667 -2.667h10.666a2.667 2.667 0 0 1 2.667 2.667v10.666a2.667 2.667 0 0 1 -2.667 2.667h-10.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -10.666", key: "svg-0" }], ["path", { d: "M9 15.5v.25c0 .69 .56 1.25 1.25 1.25c.71 0 1.304 -.538 1.374 -1.244l.752 -7.512a1.381 1.381 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25", key: "svg-1" }], ["path", { d: "M9 12h6", key: "svg-2" }]], k8 = e("outline", "function", "Function", ue);
|
|
246
|
+
const Ce = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-1" }], ["path", { d: "M13.41 10.59l2.59 -2.59", key: "svg-2" }], ["path", { d: "M7 12a5 5 0 0 1 5 -5", key: "svg-3" }]], M8 = e("outline", "gauge", "Gauge", Ce);
|
|
247
|
+
const _e = [["path", { d: "M5 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-0" }], ["path", { d: "M5 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-1" }], ["path", { d: "M7 8v8", key: "svg-2" }], ["path", { d: "M9 18h6a2 2 0 0 0 2 -2v-5", key: "svg-3" }], ["path", { d: "M14 14l3 -3l3 3", key: "svg-4" }], ["path", { d: "M15 4l4 4", key: "svg-5" }], ["path", { d: "M15 8l4 -4", key: "svg-6" }]], u8 = e("outline", "git-branch-deleted", "GitBranchDeleted", _e);
|
|
248
|
+
const me = [["path", { d: "M5 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-0" }], ["path", { d: "M5 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-1" }], ["path", { d: "M15 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-2" }], ["path", { d: "M7 8l0 8", key: "svg-3" }], ["path", { d: "M9 18h6a2 2 0 0 0 2 -2v-5", key: "svg-4" }], ["path", { d: "M14 14l3 -3l3 3", key: "svg-5" }]], C8 = e("outline", "git-branch", "GitBranch", me);
|
|
249
|
+
const Ie = [["path", { d: "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-0" }], ["path", { d: "M12 3l0 6", key: "svg-1" }], ["path", { d: "M12 15l0 6", key: "svg-2" }]], _8 = e("outline", "git-commit", "GitCommit", Ie);
|
|
250
|
+
const fe = [["path", { d: "M20 19l-8 -5.5l-8 5.5", key: "svg-0" }], ["path", { d: "M12 4v9.5", key: "svg-1" }], ["path", { d: "M11 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-2" }], ["path", { d: "M3 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-3" }], ["path", { d: "M19 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-4" }]], m8 = e("outline", "gizmo", "Gizmo", fe);
|
|
251
|
+
const Le = [["path", { d: "M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2", key: "svg-0" }], ["path", { d: "M7 14l3 -3l2 2l3 -3l2 2", key: "svg-1" }]], I8 = e("outline", "graph", "Graph", Le);
|
|
252
|
+
const we = [["path", { d: "M19 18v-8l-2 2", key: "svg-0" }], ["path", { d: "M4 6v12", key: "svg-1" }], ["path", { d: "M12 6v12", key: "svg-2" }], ["path", { d: "M11 18h2", key: "svg-3" }], ["path", { d: "M3 18h2", key: "svg-4" }], ["path", { d: "M4 12h8", key: "svg-5" }], ["path", { d: "M3 6h2", key: "svg-6" }], ["path", { d: "M11 6h2", key: "svg-7" }]], f8 = e("outline", "h-1", "H1", we);
|
|
253
|
+
const Ne = [["path", { d: "M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0", key: "svg-0" }], ["path", { d: "M4 6v12", key: "svg-1" }], ["path", { d: "M12 6v12", key: "svg-2" }], ["path", { d: "M11 18h2", key: "svg-3" }], ["path", { d: "M3 18h2", key: "svg-4" }], ["path", { d: "M4 12h8", key: "svg-5" }], ["path", { d: "M3 6h2", key: "svg-6" }], ["path", { d: "M11 6h2", key: "svg-7" }]], L8 = e("outline", "h-2", "H2", Ne);
|
|
254
|
+
const Ee = [["path", { d: "M19 14a2 2 0 1 0 -2 -2", key: "svg-0" }], ["path", { d: "M17 16a2 2 0 1 0 2 -2", key: "svg-1" }], ["path", { d: "M4 6v12", key: "svg-2" }], ["path", { d: "M12 6v12", key: "svg-3" }], ["path", { d: "M11 18h2", key: "svg-4" }], ["path", { d: "M3 18h2", key: "svg-5" }], ["path", { d: "M4 12h8", key: "svg-6" }], ["path", { d: "M3 6h2", key: "svg-7" }], ["path", { d: "M11 6h2", key: "svg-8" }]], w8 = e("outline", "h-3", "H3", Ee);
|
|
255
|
+
const xe = [["path", { d: "M20 18v-8l-4 6h5", key: "svg-0" }], ["path", { d: "M4 6v12", key: "svg-1" }], ["path", { d: "M12 6v12", key: "svg-2" }], ["path", { d: "M11 18h2", key: "svg-3" }], ["path", { d: "M3 18h2", key: "svg-4" }], ["path", { d: "M4 12h8", key: "svg-5" }], ["path", { d: "M3 6h2", key: "svg-6" }], ["path", { d: "M11 6h2", key: "svg-7" }]], N8 = e("outline", "h-4", "H4", xe);
|
|
256
|
+
const $e = [["path", { d: "M17 18h2a2 2 0 1 0 0 -4h-2v-4h4", key: "svg-0" }], ["path", { d: "M4 6v12", key: "svg-1" }], ["path", { d: "M12 6v12", key: "svg-2" }], ["path", { d: "M11 18h2", key: "svg-3" }], ["path", { d: "M3 18h2", key: "svg-4" }], ["path", { d: "M4 12h8", key: "svg-5" }], ["path", { d: "M3 6h2", key: "svg-6" }], ["path", { d: "M11 6h2", key: "svg-7" }]], E8 = e("outline", "h-5", "H5", $e);
|
|
257
|
+
const Se = [["path", { d: "M19 14a2 2 0 1 0 0 4a2 2 0 0 0 0 -4", key: "svg-0" }], ["path", { d: "M21 12a2 2 0 1 0 -4 0v4", key: "svg-1" }], ["path", { d: "M4 6v12", key: "svg-2" }], ["path", { d: "M12 6v12", key: "svg-3" }], ["path", { d: "M11 18h2", key: "svg-4" }], ["path", { d: "M3 18h2", key: "svg-5" }], ["path", { d: "M4 12h8", key: "svg-6" }], ["path", { d: "M3 6h2", key: "svg-7" }], ["path", { d: "M11 6h2", key: "svg-8" }]], x8 = e("outline", "h-6", "H6", Se);
|
|
258
|
+
const be = [["path", { d: "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5", key: "svg-0" }], ["path", { d: "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5", key: "svg-1" }], ["path", { d: "M14 10.5a1.5 1.5 0 0 1 3 0v1.5", key: "svg-2" }], ["path", { d: "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", key: "svg-3" }], ["path", { d: "M5 3l-1 -1", key: "svg-4" }], ["path", { d: "M4 7h-1", key: "svg-5" }], ["path", { d: "M14 3l1 -1", key: "svg-6" }], ["path", { d: "M15 6h1", key: "svg-7" }]], $8 = e("outline", "hand-click", "HandClick", be);
|
|
259
|
+
const ze = [["path", { d: "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5", key: "svg-0" }], ["path", { d: "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5", key: "svg-1" }], ["path", { d: "M14 10.5a1.5 1.5 0 0 1 3 0v1.5", key: "svg-2" }], ["path", { d: "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47", key: "svg-3" }], ["path", { d: "M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427", key: "svg-4" }], ["path", { d: "M14 3.458c1.32 .354 2.558 .902 3.685 1.612", key: "svg-5" }]], S8 = e("outline", "hand-move", "HandMove", ze);
|
|
260
|
+
const Fe = [["path", { d: "M4 15a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2l0 -3", key: "svg-0" }], ["path", { d: "M15 15a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2l0 -3", key: "svg-1" }], ["path", { d: "M4 15v-3a8 8 0 0 1 16 0v3", key: "svg-2" }]], b8 = e("outline", "headphones", "Headphones", Fe);
|
|
261
|
+
const je = [["path", { d: "M3 3l18 18", key: "svg-0" }], ["path", { d: "M19.5 12.572l-1.5 1.428m-2 2l-4 4l-7.5 -7.428a5 5 0 0 1 -1.288 -5.068a4.976 4.976 0 0 1 1.788 -2.504m3 -1c1.56 0 3.05 .727 4 2a5 5 0 1 1 7.5 6.572", key: "svg-1" }]], z8 = e("outline", "heart-off", "HeartOff", je);
|
|
262
|
+
const Be = [["path", { d: "M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1l0 -10", key: "svg-0" }], ["path", { d: "M7 20h10", key: "svg-1" }], ["path", { d: "M9 16v4", key: "svg-2" }], ["path", { d: "M15 16v4", key: "svg-3" }], ["path", { d: "M7 10h2l2 3l2 -6l1 3h3", key: "svg-4" }]], F8 = e("outline", "heart-rate-monitor", "HeartRateMonitor", Be);
|
|
263
|
+
const Ae = [["path", { d: "M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572", key: "svg-0" }]], j8 = e("outline", "heart", "Heart", Ae);
|
|
264
|
+
const De = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", key: "svg-0" }], ["path", { d: "M12 16v.01", key: "svg-1" }], ["path", { d: "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483", key: "svg-2" }]], B8 = e("outline", "help-circle", "HelpCircle", De);
|
|
265
|
+
const Te = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M12 17l0 .01", key: "svg-1" }], ["path", { d: "M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4", key: "svg-2" }]], Pe = e("outline", "help", "Help", Te);
|
|
266
|
+
const He = [["path", { d: "M10 3h4v4h-4l0 -4", key: "svg-0" }], ["path", { d: "M3 17h4v4h-4l0 -4", key: "svg-1" }], ["path", { d: "M17 17h4v4h-4l0 -4", key: "svg-2" }], ["path", { d: "M7 17l5 -4l5 4", key: "svg-3" }], ["path", { d: "M12 7l0 6", key: "svg-4" }]], A8 = e("outline", "hierarchy-2", "Hierarchy2", He);
|
|
267
|
+
const Re = [["path", { d: "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-0" }], ["path", { d: "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-1" }], ["path", { d: "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-2" }], ["path", { d: "M6.5 17.5l5.5 -4.5l5.5 4.5", key: "svg-3" }], ["path", { d: "M12 7l0 6", key: "svg-4" }]], D8 = e("outline", "hierarchy", "Hierarchy", Re);
|
|
268
|
+
const Ze = [["path", { d: "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", key: "svg-0" }], ["path", { d: "M14 3.223a9.003 9.003 0 0 1 0 17.554", key: "svg-1" }], ["path", { d: "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", key: "svg-2" }], ["path", { d: "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", key: "svg-3" }], ["path", { d: "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", key: "svg-4" }], ["path", { d: "M12 8v4l3 3", key: "svg-5" }]], T8 = e("outline", "history-toggle", "HistoryToggle", Ze);
|
|
269
|
+
const Ve = [["path", { d: "M12 8l0 4l2 2", key: "svg-0" }], ["path", { d: "M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5", key: "svg-1" }]], P8 = e("outline", "history", "History", Ve);
|
|
270
|
+
const qe = [["path", { d: "M5 12l-2 0l9 -9l9 9l-2 0", key: "svg-0" }], ["path", { d: "M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7", key: "svg-1" }], ["path", { d: "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6", key: "svg-2" }]], H8 = e("outline", "home", "Home", qe);
|
|
271
|
+
const Oe = [["path", { d: "M6.5 7h11", key: "svg-0" }], ["path", { d: "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1", key: "svg-1" }], ["path", { d: "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1", key: "svg-2" }]], R8 = e("outline", "hourglass-high", "HourglassHigh", Oe);
|
|
272
|
+
const We = [["path", { d: "M4 13c.325 2.532 1.881 4.781 4 6", key: "svg-0" }], ["path", { d: "M20 11a8.1 8.1 0 0 0 -15.5 -2", key: "svg-1" }], ["path", { d: "M4 5v4h4", key: "svg-2" }], ["path", { d: "M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2", key: "svg-3" }], ["path", { d: "M18 15v2a1 1 0 0 0 1 1h1", key: "svg-4" }], ["path", { d: "M21 15v6", key: "svg-5" }]], Z8 = e("outline", "hours-24", "Hours24", We);
|
|
273
|
+
const Ge = [["path", { d: "M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2l-2 0", key: "svg-0" }], ["path", { d: "M14 8h-4v8h4", key: "svg-1" }], ["path", { d: "M10 12h2.5", key: "svg-2" }], ["path", { d: "M17 8v8h4", key: "svg-3" }]], V8 = e("outline", "http-delete", "HttpDelete", Ge);
|
|
274
|
+
const Ue = [["path", { d: "M7 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1", key: "svg-0" }], ["path", { d: "M14 8h-4v8h4", key: "svg-1" }], ["path", { d: "M10 12h2.5", key: "svg-2" }], ["path", { d: "M17 8h4", key: "svg-3" }], ["path", { d: "M19 8v8", key: "svg-4" }]], q8 = e("outline", "http-get", "HttpGet", Ue);
|
|
275
|
+
const Xe = [["path", { d: "M3 12h2a2 2 0 1 0 0 -4h-2v8", key: "svg-0" }], ["path", { d: "M10 16v-6a2 2 0 1 1 4 0v6", key: "svg-1" }], ["path", { d: "M10 13h4", key: "svg-2" }], ["path", { d: "M17 8h4", key: "svg-3" }], ["path", { d: "M19 8v8", key: "svg-4" }]], O8 = e("outline", "http-patch", "HttpPatch", Xe);
|
|
276
|
+
const Ke = [["path", { d: "M3 12h2a2 2 0 1 0 0 -4h-2v8", key: "svg-0" }], ["path", { d: "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", key: "svg-1" }], ["path", { d: "M17 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", key: "svg-2" }]], W8 = e("outline", "http-post", "HttpPost", Ke);
|
|
277
|
+
const Ye = [["path", { d: "M3 12h2a2 2 0 1 0 0 -4h-2v8", key: "svg-0" }], ["path", { d: "M17 8h4", key: "svg-1" }], ["path", { d: "M19 8v8", key: "svg-2" }], ["path", { d: "M10 8v6a2 2 0 1 0 4 0v-6", key: "svg-3" }]], G8 = e("outline", "http-put", "HttpPut", Ye);
|
|
278
|
+
const Je = [["path", { d: "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -10", key: "svg-0" }], ["path", { d: "M7 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-1" }], ["path", { d: "M15 8l2 0", key: "svg-2" }], ["path", { d: "M15 12l2 0", key: "svg-3" }], ["path", { d: "M7 16l10 0", key: "svg-4" }]], U8 = e("outline", "id", "Id", Je);
|
|
279
|
+
const Qe = [["path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M4 13h3l3 3h4l3 -3h3", key: "svg-1" }]], X8 = e("outline", "inbox", "Inbox", Qe);
|
|
280
|
+
const et = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", key: "svg-0" }], ["path", { d: "M12 9h.01", key: "svg-1" }], ["path", { d: "M11 12h1v4h1", key: "svg-2" }]], u = e("outline", "info-circle", "InfoCircle", et);
|
|
281
|
+
const tt = [["path", { d: "M11 5l6 0", key: "svg-0" }], ["path", { d: "M7 19l6 0", key: "svg-1" }], ["path", { d: "M14 5l-4 14", key: "svg-2" }]], K8 = e("outline", "italic", "Italic", tt);
|
|
282
|
+
const at = [["path", { d: "M10 6a3 3 0 1 0 -6 0v7h6v-7", key: "svg-0" }], ["path", { d: "M14 13h6v-7a3 3 0 0 0 -6 0v7", key: "svg-1" }], ["path", { d: "M5 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5", key: "svg-2" }], ["path", { d: "M15 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5", key: "svg-3" }], ["path", { d: "M10 8h4", key: "svg-4" }], ["path", { d: "M10 11h4", key: "svg-5" }]], Y8 = e("outline", "jetpack", "Jetpack", at);
|
|
283
|
+
const ot = [["path", { d: "M20 16v-8l3 8v-8", key: "svg-0" }], ["path", { d: "M15 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", key: "svg-1" }], ["path", { d: "M1 8h3v6.5a1.5 1.5 0 0 1 -3 0v-.5", key: "svg-2" }], ["path", { d: "M7 15a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1", key: "svg-3" }]], J8 = e("outline", "json", "Json", ot);
|
|
284
|
+
const nt = [["path", { d: "M16.555 3.843l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.643 2.643a2.877 2.877 0 0 1 -4.069 0l-.301 -.301l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.877 2.877 0 0 1 0 -4.069l2.643 -2.643a2.877 2.877 0 0 1 4.069 0", key: "svg-0" }], ["path", { d: "M15 9h.01", key: "svg-1" }]], Q8 = e("outline", "key", "Key", nt);
|
|
285
|
+
const st = [["path", { d: "M9 6.371c0 4.418 -2.239 6.629 -5 6.629", key: "svg-0" }], ["path", { d: "M4 6.371h7", key: "svg-1" }], ["path", { d: "M5 9c0 2.144 2.252 3.908 6 4", key: "svg-2" }], ["path", { d: "M12 20l4 -9l4 9", key: "svg-3" }], ["path", { d: "M19.1 18h-6.2", key: "svg-4" }], ["path", { d: "M6.694 3l.793 .582", key: "svg-5" }]], e7 = e("outline", "language", "Language", st);
|
|
286
|
+
const ct = [["path", { d: "M19 8.268a2 2 0 0 1 1 1.732v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h3", key: "svg-0" }], ["path", { d: "M5 15.734a2 2 0 0 1 -1 -1.734v-8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-3", key: "svg-1" }]], t7 = e("outline", "layers-linked", "LayersLinked", ct);
|
|
287
|
+
const lt = [["path", { d: "M5 4h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1", key: "svg-0" }], ["path", { d: "M5 16h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", key: "svg-1" }], ["path", { d: "M15 12h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1", key: "svg-2" }], ["path", { d: "M15 4h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", key: "svg-3" }]], a7 = e("outline", "layout-dashboard", "LayoutDashboard", lt);
|
|
288
|
+
const ht = [["path", { d: "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-0" }], ["path", { d: "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-1" }], ["path", { d: "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-2" }], ["path", { d: "M14 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-3" }]], o7 = e("outline", "layout-grid", "LayoutGrid", ht);
|
|
289
|
+
const dt = [["path", { d: "M4 4l6 0", key: "svg-0" }], ["path", { d: "M14 4l6 0", key: "svg-1" }], ["path", { d: "M4 10a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -8", key: "svg-2" }], ["path", { d: "M14 10a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", key: "svg-3" }]], n7 = e("outline", "layout-kanban", "LayoutKanban", dt);
|
|
290
|
+
const it = [["path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -2", key: "svg-0" }], ["path", { d: "M4 16a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -2", key: "svg-1" }]], s7 = e("outline", "layout-list", "LayoutList", it);
|
|
291
|
+
const rt = [["path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M4 9l16 0", key: "svg-1" }]], c7 = e("outline", "layout-navbar", "LayoutNavbar", rt);
|
|
292
|
+
const vt = [["path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M9 4v16", key: "svg-1" }], ["path", { d: "M15 10l-2 2l2 2", key: "svg-2" }]], l7 = e("outline", "layout-sidebar-left-collapse", "LayoutSidebarLeftCollapse", vt);
|
|
293
|
+
const pt = [["path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M9 4v16", key: "svg-1" }], ["path", { d: "M14 10l2 2l-2 2", key: "svg-2" }]], h7 = e("outline", "layout-sidebar-left-expand", "LayoutSidebarLeftExpand", pt);
|
|
294
|
+
const gt = [["path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M15 4v16", key: "svg-1" }], ["path", { d: "M9 10l2 2l-2 2", key: "svg-2" }]], d7 = e("outline", "layout-sidebar-right-collapse", "LayoutSidebarRightCollapse", gt);
|
|
295
|
+
const yt = [["path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M15 4v16", key: "svg-1" }], ["path", { d: "M10 10l-2 2l2 2", key: "svg-2" }]], i7 = e("outline", "layout-sidebar-right-expand", "LayoutSidebarRightExpand", yt);
|
|
296
|
+
const kt = [["path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M15 4l0 16", key: "svg-1" }]], r7 = e("outline", "layout-sidebar-right", "LayoutSidebarRight", kt);
|
|
297
|
+
const Mt = [["path", { d: "M4 6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -1", key: "svg-0" }], ["path", { d: "M4 15a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -3", key: "svg-1" }], ["path", { d: "M14 6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -12", key: "svg-2" }]], v7 = e("outline", "layout", "Layout", Mt);
|
|
298
|
+
const ut = [["path", { d: "M9.5 11l.01 0", key: "svg-0" }], ["path", { d: "M14.5 11l.01 0", key: "svg-1" }], ["path", { d: "M9.5 15a3.5 3.5 0 0 0 5 0", key: "svg-2" }], ["path", { d: "M7 5h1v-2h8v2h1a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3v1h-10v-1a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3", key: "svg-3" }]], p7 = e("outline", "lego", "Lego", ut);
|
|
299
|
+
const Ct = [["path", { d: "M7 4l0 16", key: "svg-0" }], ["path", { d: "M7 12h2l8 -8", key: "svg-1" }], ["path", { d: "M9 12l8 8", key: "svg-2" }]], g7 = e("outline", "letter-k", "LetterK", Ct);
|
|
300
|
+
const _t = [["path", { d: "M7 5.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", key: "svg-0" }], ["path", { d: "M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1", key: "svg-1" }], ["path", { d: "M11 10h6", key: "svg-2" }], ["path", { d: "M14 7v6", key: "svg-3" }]], y7 = e("outline", "library-plus", "LibraryPlus", _t);
|
|
301
|
+
const mt = [["path", { d: "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", key: "svg-0" }], ["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-1" }], ["path", { d: "M15 15l3.35 3.35", key: "svg-2" }], ["path", { d: "M9 15l-3.35 3.35", key: "svg-3" }], ["path", { d: "M5.65 5.65l3.35 3.35", key: "svg-4" }], ["path", { d: "M18.35 5.65l-3.35 3.35", key: "svg-5" }]], k7 = e("outline", "lifebuoy", "Lifebuoy", mt);
|
|
302
|
+
const It = [["path", { d: "M9 15l3 -3m2 -2l1 -1", key: "svg-0" }], ["path", { d: "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464", key: "svg-1" }], ["path", { d: "M3 3l18 18", key: "svg-2" }], ["path", { d: "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463", key: "svg-3" }]], M7 = e("outline", "link-off", "LinkOff", It);
|
|
303
|
+
const ft = [["path", { d: "M9 15l6 -6", key: "svg-0" }], ["path", { d: "M11 6l.463 -.536a5 5 0 0 1 7.072 0a4.993 4.993 0 0 1 -.001 7.072", key: "svg-1" }], ["path", { d: "M12.603 18.534a5.07 5.07 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463", key: "svg-2" }], ["path", { d: "M16 19h6", key: "svg-3" }], ["path", { d: "M19 16v6", key: "svg-4" }]], u7 = e("outline", "link-plus", "LinkPlus", ft);
|
|
304
|
+
const Lt = [["path", { d: "M9 15l6 -6", key: "svg-0" }], ["path", { d: "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464", key: "svg-1" }], ["path", { d: "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463", key: "svg-2" }]], C7 = e("outline", "link", "Link", Lt);
|
|
305
|
+
const wt = [["path", { d: "M3.5 5.5l1.5 1.5l2.5 -2.5", key: "svg-0" }], ["path", { d: "M3.5 11.5l1.5 1.5l2.5 -2.5", key: "svg-1" }], ["path", { d: "M3.5 17.5l1.5 1.5l2.5 -2.5", key: "svg-2" }], ["path", { d: "M11 6l9 0", key: "svg-3" }], ["path", { d: "M11 12l9 0", key: "svg-4" }], ["path", { d: "M11 18l9 0", key: "svg-5" }]], _7 = e("outline", "list-check", "ListCheck", wt);
|
|
306
|
+
const Nt = [["path", { d: "M13 5h8", key: "svg-0" }], ["path", { d: "M13 9h5", key: "svg-1" }], ["path", { d: "M13 15h8", key: "svg-2" }], ["path", { d: "M13 19h5", key: "svg-3" }], ["path", { d: "M3 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-4" }], ["path", { d: "M3 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-5" }]], m7 = e("outline", "list-details", "ListDetails", Nt);
|
|
307
|
+
const Et = [["path", { d: "M11 6h9", key: "svg-0" }], ["path", { d: "M11 12h9", key: "svg-1" }], ["path", { d: "M12 18h8", key: "svg-2" }], ["path", { d: "M4 16a2 2 0 1 1 4 0c0 .591 -.5 1 -1 1.5l-3 2.5h4", key: "svg-3" }], ["path", { d: "M6 10v-6l-2 2", key: "svg-4" }]], I7 = e("outline", "list-numbers", "ListNumbers", Et);
|
|
308
|
+
const xt = [["path", { d: "M11 15a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", key: "svg-0" }], ["path", { d: "M18.5 18.5l2.5 2.5", key: "svg-1" }], ["path", { d: "M4 6h16", key: "svg-2" }], ["path", { d: "M4 12h4", key: "svg-3" }], ["path", { d: "M4 18h4", key: "svg-4" }]], f7 = e("outline", "list-search", "ListSearch", xt);
|
|
309
|
+
const $t = [["path", { d: "M9 6l11 0", key: "svg-0" }], ["path", { d: "M9 12l11 0", key: "svg-1" }], ["path", { d: "M9 18l11 0", key: "svg-2" }], ["path", { d: "M5 6l0 .01", key: "svg-3" }], ["path", { d: "M5 12l0 .01", key: "svg-4" }], ["path", { d: "M5 18l0 .01", key: "svg-5" }]], L7 = e("outline", "list", "List", $t);
|
|
310
|
+
const St = [["path", { d: "M12 6l0 -3", key: "svg-0" }], ["path", { d: "M16.25 7.75l2.15 -2.15", key: "svg-1" }], ["path", { d: "M18 12l3 0", key: "svg-2" }], ["path", { d: "M16.25 16.25l2.15 2.15", key: "svg-3" }], ["path", { d: "M12 18l0 3", key: "svg-4" }], ["path", { d: "M7.75 16.25l-2.15 2.15", key: "svg-5" }], ["path", { d: "M6 12l-3 0", key: "svg-6" }], ["path", { d: "M7.75 7.75l-2.15 -2.15", key: "svg-7" }]], w7 = e("outline", "loader", "Loader", St);
|
|
311
|
+
const bt = [["path", { d: "M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -6", key: "svg-0" }], ["path", { d: "M11 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-1" }], ["path", { d: "M8 11v-5a4 4 0 0 1 8 0", key: "svg-2" }]], N7 = e("outline", "lock-open", "LockOpen", bt);
|
|
312
|
+
const zt = [["path", { d: "M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6", key: "svg-0" }], ["path", { d: "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0", key: "svg-1" }], ["path", { d: "M8 11v-4a4 4 0 1 1 8 0v4", key: "svg-2" }]], E7 = e("outline", "lock", "Lock", zt);
|
|
313
|
+
const Ft = [["path", { d: "M9 8v-2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2", key: "svg-0" }], ["path", { d: "M3 12h13l-3 -3", key: "svg-1" }], ["path", { d: "M13 15l3 -3", key: "svg-2" }]], x7 = e("outline", "login-2", "Login2", Ft);
|
|
314
|
+
const jt = [["path", { d: "M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2", key: "svg-0" }], ["path", { d: "M9 12h12l-3 -3", key: "svg-1" }], ["path", { d: "M18 15l3 -3", key: "svg-2" }]], $7 = e("outline", "logout", "Logout", jt);
|
|
315
|
+
const Bt = [["path", { d: "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5", key: "svg-0" }], ["path", { d: "M3 7l9 6l9 -6", key: "svg-1" }], ["path", { d: "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-2" }], ["path", { d: "M19.001 15.5v1.5", key: "svg-3" }], ["path", { d: "M19.001 21v1.5", key: "svg-4" }], ["path", { d: "M22.032 17.25l-1.299 .75", key: "svg-5" }], ["path", { d: "M17.27 20l-1.3 .75", key: "svg-6" }], ["path", { d: "M15.97 17.25l1.3 .75", key: "svg-7" }], ["path", { d: "M20.733 20l1.3 .75", key: "svg-8" }]], S7 = e("outline", "mail-cog", "MailCog", Bt);
|
|
316
|
+
const At = [["path", { d: "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6", key: "svg-0" }], ["path", { d: "M3 7l9 6l9 -6", key: "svg-1" }], ["path", { d: "M22 22l-5 -5", key: "svg-2" }], ["path", { d: "M17 22l5 -5", key: "svg-3" }]], b7 = e("outline", "mail-x", "MailX", At);
|
|
317
|
+
const Dt = [["path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", key: "svg-0" }], ["path", { d: "M3 7l9 6l9 -6", key: "svg-1" }]], z7 = e("outline", "mail", "Mail", Dt);
|
|
318
|
+
const Tt = [["path", { d: "M3 7l6 -3l6 3l6 -3v13l-6 3l-6 -3l-6 3v-13", key: "svg-0" }], ["path", { d: "M9 4v13", key: "svg-1" }], ["path", { d: "M15 7v13", key: "svg-2" }]], F7 = e("outline", "map", "Map", Tt);
|
|
319
|
+
const Pt = [["path", { d: "M5 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-0" }], ["path", { d: "M3 15s.616 -5.544 2.332 -7.93", key: "svg-1" }], ["path", { d: "M8.637 7.112c2.717 3.313 5.882 12.888 8.363 12.888c2 0 3.333 -3 4 -9", key: "svg-2" }]], j7 = e("outline", "math-max", "MathMax", Pt);
|
|
320
|
+
const Ht = [["path", { d: "M15 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-0" }], ["path", { d: "M3 13s1 -9 4 -9c2.48 0 5.643 9.565 8.36 12.883", key: "svg-1" }], ["path", { d: "M18.748 17.038c.702 -.88 1.452 -3.56 2.252 -8.038", key: "svg-2" }]], B7 = e("outline", "math-min", "MathMin", Ht);
|
|
321
|
+
const Rt = [["path", { d: "M14 9l3 5.063", key: "svg-0" }], ["path", { d: "M4 9l6 6", key: "svg-1" }], ["path", { d: "M4 15l6 -6", key: "svg-2" }], ["path", { d: "M20 9l-4.8 9", key: "svg-3" }]], A7 = e("outline", "math-xy", "MathXy", Rt);
|
|
322
|
+
const Zt = [["path", { d: "M4 8v-2a2 2 0 0 1 2 -2h2", key: "svg-0" }], ["path", { d: "M4 16v2a2 2 0 0 0 2 2h2", key: "svg-1" }], ["path", { d: "M16 4h2a2 2 0 0 1 2 2v2", key: "svg-2" }], ["path", { d: "M16 20h2a2 2 0 0 0 2 -2v-2", key: "svg-3" }]], D7 = e("outline", "maximize", "Maximize", Zt);
|
|
323
|
+
const Vt = [["path", { d: "M12.007 19.98a9.869 9.869 0 0 1 -4.307 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.992 1.7 2.93 4.04 2.747 6.34", key: "svg-0" }], ["path", { d: "M16 19h6", key: "svg-1" }], ["path", { d: "M19 16v6", key: "svg-2" }]], T7 = e("outline", "message-circle-plus", "MessageCirclePlus", Vt);
|
|
324
|
+
const qt = [["path", { d: "M3 20l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c3.255 2.777 3.695 7.266 1.029 10.501c-2.666 3.235 -7.615 4.215 -11.574 2.293l-4.7 1", key: "svg-0" }]], P7 = e("outline", "message-circle", "MessageCircle", qt);
|
|
325
|
+
const Ot = [["path", { d: "M8 9h8", key: "svg-0" }], ["path", { d: "M8 13h6", key: "svg-1" }], ["path", { d: "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12", key: "svg-2" }]], H7 = e("outline", "message", "Message", Ot);
|
|
326
|
+
const Wt = [["path", { d: "M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5", key: "svg-0" }], ["path", { d: "M4 17v-1a8 8 0 1 1 16 0v1a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4", key: "svg-1" }]], R7 = e("outline", "moneybag", "Moneybag", Wt);
|
|
327
|
+
const Gt = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M9 10l.01 0", key: "svg-1" }], ["path", { d: "M15 10l.01 0", key: "svg-2" }], ["path", { d: "M9.5 15a3.5 3.5 0 0 0 5 0", key: "svg-3" }]], Z7 = e("outline", "mood-smile", "MoodSmile", Gt);
|
|
328
|
+
const Ut = [["path", { d: "M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454l0 .008", key: "svg-0" }]], V7 = e("outline", "moon", "Moon", Ut);
|
|
329
|
+
const Xt = [["path", { d: "M6 7a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4l0 -10", key: "svg-0" }], ["path", { d: "M12 3v7", key: "svg-1" }], ["path", { d: "M6 10h12", key: "svg-2" }]], q7 = e("outline", "mouse-2", "Mouse2", Xt);
|
|
330
|
+
const Kt = [["path", { d: "M9 12l6 0", key: "svg-0" }], ["path", { d: "M12 9l0 6", key: "svg-1" }], ["path", { d: "M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2m0 -5", key: "svg-2" }]], O7 = e("outline", "new-section", "NewSection", Kt);
|
|
331
|
+
const Yt = [["path", { d: "M3 12h18", key: "svg-0" }], ["path", { d: "M12 21v-18", key: "svg-1" }], ["path", { d: "M7.5 7.5l9 9", key: "svg-2" }], ["path", { d: "M7.5 16.5l9 -9", key: "svg-3" }]], W7 = e("outline", "north-star", "NorthStar", Yt);
|
|
332
|
+
const Jt = [["path", { d: "M13 20l3.505 -3.505m2 -2l1.501 -1.501", key: "svg-0" }], ["path", { d: "M17 13h3v-7a2 2 0 0 0 -2 -2h-10m-3.427 .6c-.355 .36 -.573 .853 -.573 1.4v12a2 2 0 0 0 2 2h7v-6c0 -.272 .109 -.519 .285 -.699", key: "svg-1" }], ["path", { d: "M3 3l18 18", key: "svg-2" }]], G7 = e("outline", "note-off", "NoteOff", Jt);
|
|
333
|
+
const Qt = [["path", { d: "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -14", key: "svg-0" }], ["path", { d: "M9 7l6 0", key: "svg-1" }], ["path", { d: "M9 11l6 0", key: "svg-2" }], ["path", { d: "M9 15l4 0", key: "svg-3" }]], U7 = e("outline", "notes", "Notes", Qt);
|
|
334
|
+
const e4 = [["path", { d: "M3 10l2 -2v8", key: "svg-0" }], ["path", { d: "M9 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", key: "svg-1" }], ["path", { d: "M17 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5", key: "svg-2" }]], t4 = e("outline", "number-123", "Number123", e4);
|
|
335
|
+
const a4 = [["path", { d: "M4 17v-10l7 10v-10", key: "svg-0" }], ["path", { d: "M15 17h5", key: "svg-1" }], ["path", { d: "M15 10a2.5 3 0 1 0 5 0a2.5 3 0 1 0 -5 0", key: "svg-2" }]], X7 = e("outline", "number", "Number", a4);
|
|
336
|
+
const o4 = [["path", { d: "M8 10v-7l-2 2", key: "svg-0" }], ["path", { d: "M6 16a2 2 0 1 1 4 0c0 .591 -.601 1.46 -1 2l-3 3h4", key: "svg-1" }], ["path", { d: "M15 14a2 2 0 1 0 2 -2a2 2 0 1 0 -2 -2", key: "svg-2" }], ["path", { d: "M6.5 10h3", key: "svg-3" }]], K7 = e("outline", "numbers", "Numbers", o4);
|
|
337
|
+
const n4 = [["path", { d: "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -2", key: "svg-0" }], ["path", { d: "M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5l-5 0v2", key: "svg-1" }], ["path", { d: "M10 16a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -4", key: "svg-2" }]], Y7 = e("outline", "paint", "Paint", n4);
|
|
338
|
+
const s4 = [["path", { d: "M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5", key: "svg-0" }]], J7 = e("outline", "paperclip", "Paperclip", s4);
|
|
339
|
+
const c4 = [["path", { d: "M12 10v4", key: "svg-0" }], ["path", { d: "M10 13l4 -2", key: "svg-1" }], ["path", { d: "M10 11l4 2", key: "svg-2" }], ["path", { d: "M5 10v4", key: "svg-3" }], ["path", { d: "M3 13l4 -2", key: "svg-4" }], ["path", { d: "M3 11l4 2", key: "svg-5" }], ["path", { d: "M19 10v4", key: "svg-6" }], ["path", { d: "M17 13l4 -2", key: "svg-7" }], ["path", { d: "M17 11l4 2", key: "svg-8" }]], Q7 = e("outline", "password", "Password", c4);
|
|
340
|
+
const l4 = [["path", { d: "M10 10l-6 6v4h4l6 -6m1.99 -1.99l2.504 -2.504a2.828 2.828 0 1 0 -4 -4l-2.5 2.5", key: "svg-0" }], ["path", { d: "M13.5 6.5l4 4", key: "svg-1" }], ["path", { d: "M3 3l18 18", key: "svg-2" }]], e9 = e("outline", "pencil-off", "PencilOff", l4);
|
|
341
|
+
const h4 = [["path", { d: "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4", key: "svg-0" }], ["path", { d: "M13.5 6.5l4 4", key: "svg-1" }]], t9 = e("outline", "pencil", "Pencil", h4);
|
|
342
|
+
const d4 = [["path", { d: "M16 17a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-0" }], ["path", { d: "M6 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-1" }], ["path", { d: "M6 18l12 -12", key: "svg-2" }]], a9 = e("outline", "percentage", "Percentage", d4);
|
|
343
|
+
const i4 = [["path", { d: "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2", key: "svg-0" }]], o9 = e("outline", "phone", "Phone", i4);
|
|
344
|
+
const r4 = [["path", { d: "M15 8h.01", key: "svg-0" }], ["path", { d: "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5", key: "svg-1" }], ["path", { d: "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3.5 3.5", key: "svg-2" }], ["path", { d: "M14 14l1 -1c.679 -.653 1.473 -.829 2.214 -.526", key: "svg-3" }], ["path", { d: "M19 22v-6", key: "svg-4" }], ["path", { d: "M22 19l-3 -3l-3 3", key: "svg-5" }]], n9 = e("outline", "photo-up", "PhotoUp", r4);
|
|
345
|
+
const v4 = [["path", { d: "M15 8h.01", key: "svg-0" }], ["path", { d: "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", key: "svg-1" }], ["path", { d: "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5", key: "svg-2" }], ["path", { d: "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3", key: "svg-3" }]], s9 = e("outline", "photo", "Photo", v4);
|
|
346
|
+
const p4 = [["path", { d: "M13 4v16", key: "svg-0" }], ["path", { d: "M17 4v16", key: "svg-1" }], ["path", { d: "M19 4h-9.5a4.5 4.5 0 0 0 0 9h3.5", key: "svg-2" }]], c9 = e("outline", "pilcrow", "Pilcrow", p4);
|
|
347
|
+
const g4 = [["path", { d: "M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4", key: "svg-0" }], ["path", { d: "M9 15l-4.5 4.5", key: "svg-1" }], ["path", { d: "M14.5 4l5.5 5.5", key: "svg-2" }]], l9 = e("outline", "pin", "Pin", g4);
|
|
348
|
+
const y4 = [["path", { d: "M3 3l18 18", key: "svg-0" }], ["path", { d: "M15 4.5l-3.249 3.249m-2.57 1.433l-2.181 .818l-1.5 1.5l7 7l1.5 -1.5l.82 -2.186m1.43 -2.563l3.25 -3.251", key: "svg-1" }], ["path", { d: "M9 15l-4.5 4.5", key: "svg-2" }], ["path", { d: "M14.5 4l5.5 5.5", key: "svg-3" }]], h9 = e("outline", "pinned-off", "PinnedOff", y4);
|
|
349
|
+
const k4 = [["path", { d: "M9 4v6l-2 4v2h10v-2l-2 -4v-6", key: "svg-0" }], ["path", { d: "M12 16l0 5", key: "svg-1" }], ["path", { d: "M8 4l8 0", key: "svg-2" }]], d9 = e("outline", "pinned", "Pinned", k4);
|
|
350
|
+
const M4 = [["path", { d: "M6 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -12", key: "svg-0" }], ["path", { d: "M14 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -12", key: "svg-1" }]], i9 = e("outline", "player-pause", "PlayerPause", M4);
|
|
351
|
+
const u4 = [["path", { d: "M7 4v16l13 -8l-13 -8", key: "svg-0" }]], r9 = e("outline", "player-play", "PlayerPlay", u4);
|
|
352
|
+
const C4 = [["path", { d: "M5 7a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -10", key: "svg-0" }]], v9 = e("outline", "player-stop", "PlayerStop", C4);
|
|
353
|
+
const _4 = [["path", { d: "M19 8h-14", key: "svg-0" }], ["path", { d: "M5 12h9", key: "svg-1" }], ["path", { d: "M11 16h-6", key: "svg-2" }], ["path", { d: "M15 16h6", key: "svg-3" }], ["path", { d: "M18 13v6", key: "svg-4" }]], p9 = e("outline", "playlist-add", "PlaylistAdd", _4);
|
|
354
|
+
const m4 = [["path", { d: "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9", key: "svg-0" }], ["path", { d: "M8 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1l0 -6", key: "svg-1" }]], g9 = e("outline", "playstation-square", "PlaystationSquare", m4);
|
|
355
|
+
const I4 = [["path", { d: "M9.785 6l8.215 8.215l-2.054 2.054a5.81 5.81 0 1 1 -8.215 -8.215l2.054 -2.054", key: "svg-0" }], ["path", { d: "M4 20l3.5 -3.5", key: "svg-1" }], ["path", { d: "M15 4l-3.5 3.5", key: "svg-2" }], ["path", { d: "M20 9l-3.5 3.5", key: "svg-3" }]], y9 = e("outline", "plug", "Plug", I4);
|
|
356
|
+
const f4 = [["path", { d: "M12 5l0 14", key: "svg-0" }], ["path", { d: "M5 12l14 0", key: "svg-1" }]], k9 = e("outline", "plus", "Plus", f4);
|
|
357
|
+
const L4 = [["path", { d: "M7 6a7.75 7.75 0 1 0 10 0", key: "svg-0" }], ["path", { d: "M12 4l0 8", key: "svg-1" }]], M9 = e("outline", "power", "Power", L4);
|
|
358
|
+
const w4 = [["path", { d: "M3 4l18 0", key: "svg-0" }], ["path", { d: "M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10", key: "svg-1" }], ["path", { d: "M12 16l0 4", key: "svg-2" }], ["path", { d: "M9 20l6 0", key: "svg-3" }], ["path", { d: "M8 12l3 -3l2 2l3 -3", key: "svg-4" }]], u9 = e("outline", "presentation", "Presentation", w4);
|
|
359
|
+
const N4 = [["path", { d: "M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2", key: "svg-0" }], ["path", { d: "M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4", key: "svg-1" }], ["path", { d: "M7 15a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2l0 -4", key: "svg-2" }]], C9 = e("outline", "printer", "Printer", N4);
|
|
360
|
+
const E4 = [["path", { d: "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969", key: "svg-0" }], ["path", { d: "M14 3.223a9.003 9.003 0 0 1 0 17.554", key: "svg-1" }], ["path", { d: "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592", key: "svg-2" }], ["path", { d: "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305", key: "svg-3" }], ["path", { d: "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356", key: "svg-4" }], ["path", { d: "M9 12l2 2l4 -4", key: "svg-5" }]], _9 = e("outline", "progress-check", "ProgressCheck", E4);
|
|
361
|
+
const x4 = [["path", { d: "M5 7l5 5l-5 5", key: "svg-0" }], ["path", { d: "M13 17l6 0", key: "svg-1" }]], m9 = e("outline", "prompt", "Prompt", x4);
|
|
362
|
+
const $4 = [["path", { d: "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12", key: "svg-0" }], ["path", { d: "M12 4v2.5a.5 .5 0 0 1 -.5 .5a1.5 1.5 0 0 0 0 3a.5 .5 0 0 1 .5 .5v1.5", key: "svg-1" }], ["path", { d: "M12 12v1.5a.5 .5 0 0 0 .5 .5a1.5 1.5 0 0 1 0 3a.5 .5 0 0 0 -.5 .5v2.5", key: "svg-2" }], ["path", { d: "M20 12h-2.5a.5 .5 0 0 1 -.5 -.5a1.5 1.5 0 0 0 -3 0a.5 .5 0 0 1 -.5 .5h-1.5", key: "svg-3" }], ["path", { d: "M12 12h-1.5a.5 .5 0 0 0 -.5 .5a1.5 1.5 0 0 1 -3 0a.5 .5 0 0 0 -.5 -.5h-2.5", key: "svg-4" }]], I9 = e("outline", "puzzle-2", "Puzzle2", $4);
|
|
363
|
+
const S4 = [["path", { d: "M4 7h3a1 1 0 0 0 1 -1v-1a2 2 0 0 1 4 0v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 0 4h-1a1 1 0 0 0 -1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 0 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 0 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1", key: "svg-0" }]], f9 = e("outline", "puzzle", "Puzzle", S4);
|
|
364
|
+
const b4 = [["path", { d: "M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4", key: "svg-0" }], ["path", { d: "M12 19l0 .01", key: "svg-1" }]], L9 = e("outline", "question-mark", "QuestionMark", b4);
|
|
365
|
+
const z4 = [["path", { d: "M19 19h-6a8 8 0 0 1 -8 -8v-6", key: "svg-0" }]], w9 = e("outline", "radius-bottom-left", "RadiusBottomLeft", z4);
|
|
366
|
+
const F4 = [["path", { d: "M19 5v6a8 8 0 0 1 -8 8h-6", key: "svg-0" }]], N9 = e("outline", "radius-bottom-right", "RadiusBottomRight", F4);
|
|
367
|
+
const j4 = [["path", { d: "M5 19v-6a8 8 0 0 1 8 -8h6", key: "svg-0" }]], E9 = e("outline", "radius-top-left", "RadiusTopLeft", j4);
|
|
368
|
+
const B4 = [["path", { d: "M5 5h6a8 8 0 0 1 8 8v6", key: "svg-0" }]], x9 = e("outline", "radius-top-right", "RadiusTopRight", B4);
|
|
369
|
+
const A4 = [["path", { d: "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4", key: "svg-0" }], ["path", { d: "M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4", key: "svg-1" }], ["path", { d: "M12 9l0 3", key: "svg-2" }], ["path", { d: "M12 15l.01 0", key: "svg-3" }]], $9 = e("outline", "refresh-alert", "RefreshAlert", A4);
|
|
370
|
+
const D4 = [["path", { d: "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4", key: "svg-0" }], ["path", { d: "M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4", key: "svg-1" }], ["path", { d: "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-2" }]], S9 = e("outline", "refresh-dot", "RefreshDot", D4);
|
|
371
|
+
const T4 = [["path", { d: "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4", key: "svg-0" }], ["path", { d: "M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4", key: "svg-1" }]], b9 = e("outline", "refresh", "Refresh", T4);
|
|
372
|
+
const P4 = [["path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", key: "svg-0" }], ["path", { d: "M15 14v-4l3 4v-4", key: "svg-1" }], ["path", { d: "M6 14v-4l3 4v-4", key: "svg-2" }], ["path", { d: "M12 10.5l0 .01", key: "svg-3" }], ["path", { d: "M12 13.5l0 .01", key: "svg-4" }]], z9 = e("outline", "relation-many-to-many", "RelationManyToMany", P4);
|
|
373
|
+
const H4 = [["path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", key: "svg-0" }], ["path", { d: "M7 10h1v4", key: "svg-1" }], ["path", { d: "M14 14v-4l3 4v-4", key: "svg-2" }], ["path", { d: "M11 10.5l0 .01", key: "svg-3" }], ["path", { d: "M11 13.5l0 .01", key: "svg-4" }]], F9 = e("outline", "relation-one-to-many", "RelationOneToMany", H4);
|
|
374
|
+
const R4 = [["path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10", key: "svg-0" }], ["path", { d: "M8 10h1v4", key: "svg-1" }], ["path", { d: "M15 10h1v4", key: "svg-2" }], ["path", { d: "M12 10.5l0 .01", key: "svg-3" }], ["path", { d: "M12 13.5l0 .01", key: "svg-4" }]], j9 = e("outline", "relation-one-to-one", "RelationOneToOne", R4);
|
|
375
|
+
const Z4 = [["path", { d: "M19.933 13.041a8 8 0 1 1 -9.925 -8.788c3.899 -1 7.935 1.007 9.425 4.747", key: "svg-0" }], ["path", { d: "M20 4v5h-5", key: "svg-1" }]], B9 = e("outline", "reload", "Reload", Z4);
|
|
376
|
+
const V4 = [["path", { d: "M3 16a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", key: "svg-0" }], ["path", { d: "M10 16a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", key: "svg-1" }], ["path", { d: "M17 16a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2", key: "svg-2" }], ["path", { d: "M5 11v-3a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v3", key: "svg-3" }], ["path", { d: "M16.5 8.5l2.5 2.5l2.5 -2.5", key: "svg-4" }]], A9 = e("outline", "reorder", "Reorder", V4);
|
|
377
|
+
const q4 = [["path", { d: "M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3", key: "svg-0" }], ["path", { d: "M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3", key: "svg-1" }]], D9 = e("outline", "repeat", "Repeat", q4);
|
|
378
|
+
const O4 = [["path", { d: "M3.06 13a9 9 0 1 0 .49 -4.087", key: "svg-0" }], ["path", { d: "M3 4.001v5h5", key: "svg-1" }], ["path", { d: "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-2" }]], T9 = e("outline", "restore", "Restore", O4);
|
|
379
|
+
const W4 = [["path", { d: "M6 6a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -4", key: "svg-0" }], ["path", { d: "M12 2v2", key: "svg-1" }], ["path", { d: "M9 12v9", key: "svg-2" }], ["path", { d: "M15 12v9", key: "svg-3" }], ["path", { d: "M5 16l4 -2", key: "svg-4" }], ["path", { d: "M15 14l4 2", key: "svg-5" }], ["path", { d: "M9 18h6", key: "svg-6" }], ["path", { d: "M10 8v.01", key: "svg-7" }], ["path", { d: "M14 8v.01", key: "svg-8" }]], P9 = e("outline", "robot", "Robot", W4);
|
|
380
|
+
const G4 = [["path", { d: "M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3", key: "svg-0" }], ["path", { d: "M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3", key: "svg-1" }], ["path", { d: "M14 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-2" }]], H9 = e("outline", "rocket", "Rocket", G4);
|
|
381
|
+
const U4 = [["path", { d: "M15 4.55a8 8 0 0 0 -6 14.9m0 -4.45v5h-5", key: "svg-0" }], ["path", { d: "M18.37 7.16l0 .01", key: "svg-1" }], ["path", { d: "M13 19.94l0 .01", key: "svg-2" }], ["path", { d: "M16.84 18.37l0 .01", key: "svg-3" }], ["path", { d: "M19.37 15.1l0 .01", key: "svg-4" }], ["path", { d: "M19.94 11l0 .01", key: "svg-5" }]], R9 = e("outline", "rotate-2", "Rotate2", U4);
|
|
382
|
+
const X4 = [["path", { d: "M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5", key: "svg-0" }]], Z9 = e("outline", "rotate", "Rotate", X4);
|
|
383
|
+
const K4 = [["path", { d: "M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1", key: "svg-0" }], ["path", { d: "M12 15l0 4", key: "svg-1" }], ["path", { d: "M14 17l-4 0", key: "svg-2" }]], V9 = e("outline", "row-insert-bottom", "RowInsertBottom", K4);
|
|
384
|
+
const Y4 = [["path", { d: "M4 18v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1", key: "svg-0" }], ["path", { d: "M12 9v-4", key: "svg-1" }], ["path", { d: "M10 7l4 0", key: "svg-2" }]], q9 = e("outline", "row-insert-top", "RowInsertTop", Y4);
|
|
385
|
+
const J4 = [["path", { d: "M10 14l11 -11", key: "svg-0" }], ["path", { d: "M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5", key: "svg-1" }]], O9 = e("outline", "send", "Send", J4);
|
|
386
|
+
const Q4 = [["path", { d: "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2", key: "svg-0" }], ["path", { d: "M3 15a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -2", key: "svg-1" }], ["path", { d: "M7 8l0 .01", key: "svg-2" }], ["path", { d: "M7 16l0 .01", key: "svg-3" }], ["path", { d: "M11 8h6", key: "svg-4" }], ["path", { d: "M11 16h6", key: "svg-5" }]], W9 = e("outline", "server-2", "Server2", Q4);
|
|
387
|
+
const e5 = [["path", { d: "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3", key: "svg-0" }], ["path", { d: "M3 15a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -2", key: "svg-1" }], ["path", { d: "M7 8l0 .01", key: "svg-2" }], ["path", { d: "M7 16l0 .01", key: "svg-3" }]], G9 = e("outline", "server", "Server", e5);
|
|
388
|
+
const t5 = [["path", { d: "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033", key: "svg-0" }], ["path", { d: "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-1" }]], U9 = e("outline", "settings-2", "Settings2", t5);
|
|
389
|
+
const a5 = [["path", { d: "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065", key: "svg-0" }], ["path", { d: "M10 9v6l5 -3l-5 -3", key: "svg-1" }]], X9 = e("outline", "settings-automation", "SettingsAutomation", a5);
|
|
390
|
+
const o5 = [["path", { d: "M13.256 20.473c-.855 .907 -2.583 .643 -2.931 -.79a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.07 .26 1.488 1.29 1.254 2.15", key: "svg-0" }], ["path", { d: "M19 16l-2 3h4l-2 3", key: "svg-1" }], ["path", { d: "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", key: "svg-2" }]], K9 = e("outline", "settings-bolt", "SettingsBolt", o5);
|
|
391
|
+
const n5 = [["path", { d: "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065", key: "svg-0" }], ["path", { d: "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", key: "svg-1" }]], Y9 = e("outline", "settings", "Settings", n5);
|
|
392
|
+
const s5 = [["path", { d: "M3 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-0" }], ["path", { d: "M15 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-1" }], ["path", { d: "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-2" }], ["path", { d: "M8.7 10.7l6.6 -3.4", key: "svg-3" }], ["path", { d: "M8.7 13.3l6.6 3.4", key: "svg-4" }]], J9 = e("outline", "share", "Share", s5);
|
|
393
|
+
const c5 = [["path", { d: "M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3", key: "svg-0" }]], Q9 = e("outline", "shield", "Shield", c5);
|
|
394
|
+
const l5 = [["path", { d: "M3 17a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", key: "svg-0" }], ["path", { d: "M15 17a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", key: "svg-1" }], ["path", { d: "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2l0 -2", key: "svg-2" }], ["path", { d: "M6 15v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1", key: "svg-3" }], ["path", { d: "M12 9l0 3", key: "svg-4" }]], ec = e("outline", "sitemap", "Sitemap", l5);
|
|
395
|
+
const h5 = [["path", { d: "M17 5l-10 14", key: "svg-0" }]], tc = e("outline", "slash", "Slash", h5);
|
|
396
|
+
const d5 = [["path", { d: "M16 8h4l-4 8h4", key: "svg-0" }], ["path", { d: "M4 16v-6a2 2 0 1 1 4 0v6", key: "svg-1" }], ["path", { d: "M4 13h4", key: "svg-2" }], ["path", { d: "M11 12h2", key: "svg-3" }]], ac = e("outline", "sort-a-z", "SortAZ", d5);
|
|
397
|
+
const i5 = [["path", { d: "M15 10v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4", key: "svg-0" }], ["path", { d: "M19 21h-4l4 -7h-4", key: "svg-1" }], ["path", { d: "M4 15l3 3l3 -3", key: "svg-2" }], ["path", { d: "M7 6v12", key: "svg-3" }]], oc = e("outline", "sort-ascending-letters", "SortAscendingLetters", i5);
|
|
398
|
+
const r5 = [["path", { d: "M4 15l3 3l3 -3", key: "svg-0" }], ["path", { d: "M7 6v12", key: "svg-1" }], ["path", { d: "M17 3a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2", key: "svg-2" }], ["path", { d: "M15 16a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-3" }], ["path", { d: "M19 16v3a2 2 0 0 1 -2 2h-1.5", key: "svg-4" }]], nc = e("outline", "sort-ascending-numbers", "SortAscendingNumbers", r5);
|
|
399
|
+
const v5 = [["path", { d: "M4 6l7 0", key: "svg-0" }], ["path", { d: "M4 12l7 0", key: "svg-1" }], ["path", { d: "M4 18l9 0", key: "svg-2" }], ["path", { d: "M15 9l3 -3l3 3", key: "svg-3" }], ["path", { d: "M18 6l0 12", key: "svg-4" }]], sc = e("outline", "sort-ascending", "SortAscending", v5);
|
|
400
|
+
const p5 = [["path", { d: "M15 21v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4", key: "svg-0" }], ["path", { d: "M19 10h-4l4 -7h-4", key: "svg-1" }], ["path", { d: "M4 15l3 3l3 -3", key: "svg-2" }], ["path", { d: "M7 6v12", key: "svg-3" }]], cc = e("outline", "sort-descending-letters", "SortDescendingLetters", p5);
|
|
401
|
+
const g5 = [["path", { d: "M4 15l3 3l3 -3", key: "svg-0" }], ["path", { d: "M7 6v12", key: "svg-1" }], ["path", { d: "M17 14a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2", key: "svg-2" }], ["path", { d: "M15 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-3" }], ["path", { d: "M19 5v3a2 2 0 0 1 -2 2h-1.5", key: "svg-4" }]], lc = e("outline", "sort-descending-numbers", "SortDescendingNumbers", g5);
|
|
402
|
+
const y5 = [["path", { d: "M4 6l9 0", key: "svg-0" }], ["path", { d: "M4 12l7 0", key: "svg-1" }], ["path", { d: "M4 18l7 0", key: "svg-2" }], ["path", { d: "M15 15l3 3l3 -3", key: "svg-3" }], ["path", { d: "M18 6l0 12", key: "svg-4" }]], hc = e("outline", "sort-descending", "SortDescending", y5);
|
|
403
|
+
const k5 = [["path", { d: "M4 8h4l-4 8h4", key: "svg-0" }], ["path", { d: "M16 16v-6a2 2 0 1 1 4 0v6", key: "svg-1" }], ["path", { d: "M16 13h4", key: "svg-2" }], ["path", { d: "M11 12h2", key: "svg-3" }]], dc = e("outline", "sort-z-a", "SortZA", k5);
|
|
404
|
+
const M5 = [["path", { d: "M16 18a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2m0 -12a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2m-7 12a6 6 0 0 1 6 -6a6 6 0 0 1 -6 -6a6 6 0 0 1 -6 6a6 6 0 0 1 6 6", key: "svg-0" }]], ic = e("outline", "sparkles", "Sparkles", M5);
|
|
405
|
+
const u5 = [["path", { d: "M3 11h18", key: "svg-0" }], ["path", { d: "M5 11v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4", key: "svg-1" }], ["path", { d: "M4 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-2" }], ["path", { d: "M14 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-3" }], ["path", { d: "M10 17h4", key: "svg-4" }]], rc = e("outline", "spy", "Spy", u5);
|
|
406
|
+
const C5 = [["path", { d: "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2", key: "svg-0" }], ["path", { d: "M17 8v8h4", key: "svg-1" }], ["path", { d: "M13 15l1 1", key: "svg-2" }], ["path", { d: "M3 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1", key: "svg-3" }]], vc = e("outline", "sql", "Sql", C5);
|
|
407
|
+
const _5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M9 12l2 2l4 -4", key: "svg-1" }]], pc = e("outline", "square-check", "SquareCheck", _5);
|
|
408
|
+
const m5 = [["path", { d: "M12 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-0" }], ["path", { d: "M12.5 11.5l-4 4l1.5 1.5", key: "svg-1" }], ["path", { d: "M12 15l-1.5 -1.5", key: "svg-2" }], ["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-3" }]], gc = e("outline", "square-key", "SquareKey", m5);
|
|
409
|
+
const I5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M10 10l2 -2v8", key: "svg-1" }]], yc = e("outline", "square-number-1", "SquareNumber1", I5);
|
|
410
|
+
const f5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", key: "svg-1" }]], kc = e("outline", "square-number-2", "SquareNumber2", f5);
|
|
411
|
+
const L5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1", key: "svg-1" }]], Mc = e("outline", "square-number-3", "SquareNumber3", L5);
|
|
412
|
+
const w5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M10 8v3a1 1 0 0 0 1 1h3", key: "svg-1" }], ["path", { d: "M14 8v8", key: "svg-2" }]], uc = e("outline", "square-number-4", "SquareNumber4", w5);
|
|
413
|
+
const N5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4", key: "svg-1" }]], Cc = e("outline", "square-number-5", "SquareNumber5", N5);
|
|
414
|
+
const E5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3", key: "svg-1" }]], _c = e("outline", "square-number-6", "SquareNumber6", E5);
|
|
415
|
+
const x5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M10 8h4l-2 8", key: "svg-1" }]], mc = e("outline", "square-number-7", "SquareNumber7", x5);
|
|
416
|
+
const $5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1", key: "svg-1" }]], Ic = e("outline", "square-number-8", "SquareNumber8", $5);
|
|
417
|
+
const S5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3", key: "svg-1" }]], fc = e("outline", "square-number-9", "SquareNumber9", S5);
|
|
418
|
+
const b5 = [["path", { d: "M9 12h6", key: "svg-0" }], ["path", { d: "M12 9v6", key: "svg-1" }], ["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-2" }]], Lc = e("outline", "square-plus", "SquarePlus", b5);
|
|
419
|
+
const z5 = [["path", { d: "M9 12l2 2l4 -4", key: "svg-0" }], ["path", { d: "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", key: "svg-1" }]], wc = e("outline", "square-rounded-check", "SquareRoundedCheck", z5);
|
|
420
|
+
const F5 = [["path", { d: "M10 10l4 4m0 -4l-4 4", key: "svg-0" }], ["path", { d: "M12 3c7.2 0 9 1.8 9 9c0 7.2 -1.8 9 -9 9c-7.2 0 -9 -1.8 -9 -9c0 -7.2 1.8 -9 9 -9", key: "svg-1" }]], Nc = e("outline", "square-rounded-x", "SquareRoundedX", F5);
|
|
421
|
+
const j5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M9 9l6 6m0 -6l-6 6", key: "svg-1" }]], Ec = e("outline", "square-x", "SquareX", j5);
|
|
422
|
+
const B5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }]], xc = e("outline", "square", "Square", B5);
|
|
423
|
+
const A5 = [["path", { d: "M12 4l-8 4l8 4l8 -4l-8 -4", key: "svg-0" }], ["path", { d: "M4 12l8 4l8 -4", key: "svg-1" }], ["path", { d: "M4 16l8 4l8 -4", key: "svg-2" }]], $c = e("outline", "stack-2", "Stack2", A5);
|
|
424
|
+
const D5 = [["path", { d: "M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873l-6.158 -3.245", key: "svg-0" }]], Sc = e("outline", "star", "Star", D5);
|
|
425
|
+
const T5 = [["path", { d: "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-0" }], ["path", { d: "M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-1" }], ["path", { d: "M6 12v-2a6 6 0 1 1 12 0v2", key: "svg-2" }], ["path", { d: "M15 9l3 3l3 -3", key: "svg-3" }]], bc = e("outline", "status-change", "StatusChange", T5);
|
|
426
|
+
const P5 = [["path", { d: "M12 3l0 12", key: "svg-0" }], ["path", { d: "M16 11l-4 4", key: "svg-1" }], ["path", { d: "M8 11l4 4", key: "svg-2" }], ["path", { d: "M11 20a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-3" }]], zc = e("outline", "step-into", "StepInto", P5);
|
|
427
|
+
const H5 = [["path", { d: "M5 12l14 0", key: "svg-0" }], ["path", { d: "M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5", key: "svg-1" }]], Fc = e("outline", "strikethrough", "Strikethrough", H5);
|
|
428
|
+
const R5 = [["path", { d: "M18 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1 1v2", key: "svg-0" }]], jc = e("outline", "sum", "Sum", R5);
|
|
429
|
+
const Z5 = [["path", { d: "M9.173 14.83a4 4 0 1 1 5.657 -5.657", key: "svg-0" }], ["path", { d: "M11.294 12.707l.174 .247a7.5 7.5 0 0 0 8.845 2.492a9 9 0 0 1 -14.671 2.914", key: "svg-1" }], ["path", { d: "M3 12h1", key: "svg-2" }], ["path", { d: "M12 3v1", key: "svg-3" }], ["path", { d: "M5.6 5.6l.7 .7", key: "svg-4" }], ["path", { d: "M3 21l18 -18", key: "svg-5" }]], Bc = e("outline", "sun-moon", "SunMoon", Z5);
|
|
430
|
+
const V5 = [["path", { d: "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", key: "svg-0" }], ["path", { d: "M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7", key: "svg-1" }]], Ac = e("outline", "sun", "Sun", V5);
|
|
431
|
+
const q5 = [["path", { d: "M16 3l4 4l-4 4", key: "svg-0" }], ["path", { d: "M10 7l10 0", key: "svg-1" }], ["path", { d: "M8 13l-4 4l4 4", key: "svg-2" }], ["path", { d: "M4 17l9 0", key: "svg-3" }]], Dc = e("outline", "switch-horizontal", "SwitchHorizontal", q5);
|
|
432
|
+
const O5 = [["path", { d: "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", key: "svg-0" }], ["path", { d: "M3 10h18", key: "svg-1" }], ["path", { d: "M10 3v18", key: "svg-2" }]], Tc = e("outline", "table", "Table", O5);
|
|
433
|
+
const W5 = [["path", { d: "M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-0" }], ["path", { d: "M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3", key: "svg-1" }]], Pc = e("outline", "tag", "Tag", W5);
|
|
434
|
+
const G5 = [["path", { d: "M3 8v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.592 -3.592a2.41 2.41 0 0 0 0 -3.408l-5.71 -5.71a2 2 0 0 0 -1.414 -.586h-4.172a2 2 0 0 0 -2 2", key: "svg-0" }], ["path", { d: "M18 19l1.592 -1.592a4.82 4.82 0 0 0 0 -6.816l-4.592 -4.592", key: "svg-1" }], ["path", { d: "M7 10h-.01", key: "svg-2" }]], Hc = e("outline", "tags", "Tags", G5);
|
|
435
|
+
const U5 = [["path", { d: "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-0" }], ["path", { d: "M12 7a5 5 0 1 0 5 5", key: "svg-1" }], ["path", { d: "M13 3.055a9 9 0 1 0 7.941 7.945", key: "svg-2" }], ["path", { d: "M15 6v3h3l3 -3h-3v-3l-3 3", key: "svg-3" }], ["path", { d: "M15 9l-3 3", key: "svg-4" }]], Rc = e("outline", "target-arrow", "TargetArrow", U5);
|
|
436
|
+
const X5 = [["path", { d: "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-0" }], ["path", { d: "M7 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0", key: "svg-1" }], ["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-2" }]], Zc = e("outline", "target", "Target", X5);
|
|
437
|
+
const K5 = [["path", { d: "M5 7l5 5l-5 5", key: "svg-0" }], ["path", { d: "M12 19l7 0", key: "svg-1" }]], Vc = e("outline", "terminal", "Terminal", K5);
|
|
438
|
+
const Y5 = [["path", { d: "M20 8.04l-12.122 12.124a2.857 2.857 0 1 1 -4.041 -4.04l12.122 -12.124", key: "svg-0" }], ["path", { d: "M7 13h8", key: "svg-1" }], ["path", { d: "M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6", key: "svg-2" }], ["path", { d: "M15 3l6 6", key: "svg-3" }]], qc = e("outline", "test-pipe", "TestPipe", Y5);
|
|
439
|
+
const J5 = [["path", { d: "M4 15h16", key: "svg-0" }], ["path", { d: "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", key: "svg-1" }], ["path", { d: "M4 20h12", key: "svg-2" }]], Oc = e("outline", "text-caption", "TextCaption", J5);
|
|
440
|
+
const Q5 = [["path", { d: "M3 7v-2h13v2", key: "svg-0" }], ["path", { d: "M10 5v14", key: "svg-1" }], ["path", { d: "M12 19h-4", key: "svg-2" }], ["path", { d: "M15 13v-1h6v1", key: "svg-3" }], ["path", { d: "M18 12v7", key: "svg-4" }], ["path", { d: "M17 19h2", key: "svg-5" }]], Wc = e("outline", "text-size", "TextSize", Q5);
|
|
441
|
+
const e3 = [["path", { d: "M4 6l16 0", key: "svg-0" }], ["path", { d: "M4 18l5 0", key: "svg-1" }], ["path", { d: "M4 12h13a3 3 0 0 1 0 6h-4l2 -2m0 4l-2 -2", key: "svg-2" }]], Gc = e("outline", "text-wrap", "TextWrap", e3);
|
|
442
|
+
const t3 = [["path", { d: "M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", key: "svg-0" }], ["path", { d: "M8 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5", key: "svg-1" }], ["path", { d: "M3 12v.01", key: "svg-2" }], ["path", { d: "M7.5 4.2v.01", key: "svg-3" }], ["path", { d: "M7.5 19.8v.01", key: "svg-4" }], ["path", { d: "M4.2 16.5v.01", key: "svg-5" }], ["path", { d: "M4.2 7.5v.01", key: "svg-6" }], ["path", { d: "M12 21a9 9 0 0 0 0 -18", key: "svg-7" }]], Uc = e("outline", "time-duration-30", "TimeDuration30", t3);
|
|
443
|
+
const a3 = [["path", { d: "M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0", key: "svg-0" }], ["path", { d: "M11 9h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2", key: "svg-1" }], ["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", key: "svg-2" }]], Xc = e("outline", "time-duration-60", "TimeDuration60", a3);
|
|
444
|
+
const o3 = [["path", { d: "M10 20a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-0" }], ["path", { d: "M10 20h-6", key: "svg-1" }], ["path", { d: "M14 20h6", key: "svg-2" }], ["path", { d: "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2", key: "svg-3" }]], Kc = e("outline", "timeline-event", "TimelineEvent", o3);
|
|
445
|
+
const n3 = [["path", { d: "M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5", key: "svg-0" }]], Yc = e("outline", "tool", "Tool", n3);
|
|
446
|
+
const s3 = [["path", { d: "M3 6a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", key: "svg-0" }], ["path", { d: "M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3", key: "svg-1" }], ["path", { d: "M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3", key: "svg-2" }], ["path", { d: "M15 18a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", key: "svg-3" }]], Jc = e("outline", "transform", "Transform", s3);
|
|
447
|
+
const c3 = [["path", { d: "M3 3l18 18", key: "svg-0" }], ["path", { d: "M4 7h3m4 0h9", key: "svg-1" }], ["path", { d: "M10 11l0 6", key: "svg-2" }], ["path", { d: "M14 14l0 3", key: "svg-3" }], ["path", { d: "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l.077 -.923", key: "svg-4" }], ["path", { d: "M18.384 14.373l.616 -7.373", key: "svg-5" }], ["path", { d: "M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3", key: "svg-6" }]], Qc = e("outline", "trash-off", "TrashOff", c3);
|
|
448
|
+
const l3 = [["path", { d: "M4 7h16", key: "svg-0" }], ["path", { d: "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12", key: "svg-1" }], ["path", { d: "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3", key: "svg-2" }], ["path", { d: "M10 12l4 4m0 -4l-4 4", key: "svg-3" }]], el = e("outline", "trash-x", "TrashX", l3);
|
|
449
|
+
const h3 = [["path", { d: "M4 7l16 0", key: "svg-0" }], ["path", { d: "M10 11l0 6", key: "svg-1" }], ["path", { d: "M14 11l0 6", key: "svg-2" }], ["path", { d: "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12", key: "svg-3" }], ["path", { d: "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3", key: "svg-4" }]], tl = e("outline", "trash", "Trash", h3);
|
|
450
|
+
const d3 = [["path", { d: "M3 7l6 6l4 -4l8 8", key: "svg-0" }], ["path", { d: "M21 10l0 7l-7 0", key: "svg-1" }]], al = e("outline", "trending-down", "TrendingDown", d3);
|
|
451
|
+
const i3 = [["path", { d: "M3 17l6 -6l4 4l8 -8", key: "svg-0" }], ["path", { d: "M14 7l7 0l0 7", key: "svg-1" }]], ol = e("outline", "trending-up", "TrendingUp", i3);
|
|
452
|
+
const r3 = [["path", { d: "M7 5v5a5 5 0 0 0 10 0v-5", key: "svg-0" }], ["path", { d: "M5 19h14", key: "svg-1" }]], nl = e("outline", "underline", "Underline", r3);
|
|
453
|
+
const v3 = [["path", { d: "M17 22v-2", key: "svg-0" }], ["path", { d: "M9 15l6 -6", key: "svg-1" }], ["path", { d: "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464", key: "svg-2" }], ["path", { d: "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463", key: "svg-3" }], ["path", { d: "M20 17h2", key: "svg-4" }], ["path", { d: "M2 7h2", key: "svg-5" }], ["path", { d: "M7 2v2", key: "svg-6" }]], sl = e("outline", "unlink", "Unlink", v3);
|
|
454
|
+
const p3 = [["path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2", key: "svg-0" }], ["path", { d: "M7 9l5 -5l5 5", key: "svg-1" }], ["path", { d: "M12 4l0 12", key: "svg-2" }]], cl = e("outline", "upload", "Upload", p3);
|
|
455
|
+
const g3 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }], ["path", { d: "M9 10a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", key: "svg-1" }], ["path", { d: "M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855", key: "svg-2" }]], ll = e("outline", "user-circle", "UserCircle", g3);
|
|
456
|
+
const y3 = [["path", { d: "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", key: "svg-0" }], ["path", { d: "M6 21v-2a4 4 0 0 1 4 -4h2.5", key: "svg-1" }], ["path", { d: "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-2" }], ["path", { d: "M19.001 15.5v1.5", key: "svg-3" }], ["path", { d: "M19.001 21v1.5", key: "svg-4" }], ["path", { d: "M22.032 17.25l-1.299 .75", key: "svg-5" }], ["path", { d: "M17.27 20l-1.3 .75", key: "svg-6" }], ["path", { d: "M15.97 17.25l1.3 .75", key: "svg-7" }], ["path", { d: "M20.733 20l1.3 .75", key: "svg-8" }]], hl = e("outline", "user-cog", "UserCog", y3);
|
|
457
|
+
const k3 = [["path", { d: "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", key: "svg-0" }], ["path", { d: "M6 21v-2a4 4 0 0 1 4 -4h2.5", key: "svg-1" }], ["path", { d: "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879", key: "svg-2" }], ["path", { d: "M19 18v.01", key: "svg-3" }]], dl = e("outline", "user-pin", "UserPin", k3);
|
|
458
|
+
const M3 = [["path", { d: "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", key: "svg-0" }], ["path", { d: "M16 19h6", key: "svg-1" }], ["path", { d: "M19 16v6", key: "svg-2" }], ["path", { d: "M6 21v-2a4 4 0 0 1 4 -4h4", key: "svg-3" }]], il = e("outline", "user-plus", "UserPlus", M3);
|
|
459
|
+
const u3 = [["path", { d: "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", key: "svg-0" }], ["path", { d: "M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2", key: "svg-1" }]], rl = e("outline", "user", "User", u3);
|
|
460
|
+
const C3 = [["path", { d: "M5 7a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", key: "svg-0" }], ["path", { d: "M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2", key: "svg-1" }], ["path", { d: "M16 3.13a4 4 0 0 1 0 7.75", key: "svg-2" }], ["path", { d: "M21 21v-2a4 4 0 0 0 -3 -3.85", key: "svg-3" }]], vl = e("outline", "users", "Users", C3);
|
|
461
|
+
const _3 = [["path", { d: "M5 4c-2.5 5 -2.5 10 0 16m14 -16c1.38 2.76 2 5.52 1.855 8.448m-11.855 -3.448h1c1 0 1 1 2.016 3.527c.785 1.972 .944 3.008 1.483 3.346", key: "svg-0" }], ["path", { d: "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5", key: "svg-1" }], ["path", { d: "M16 19h6", key: "svg-2" }], ["path", { d: "M19 16v6", key: "svg-3" }]], pl = e("outline", "variable-plus", "VariablePlus", _3);
|
|
462
|
+
const m3 = [["path", { d: "M5 4c-2.5 5 -2.5 10 0 16m14 -16c2.5 5 2.5 10 0 16m-10 -11h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1", key: "svg-0" }], ["path", { d: "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5", key: "svg-1" }]], gl = e("outline", "variable", "Variable", m3);
|
|
463
|
+
const I3 = [["path", { d: "M10.184 6.162a2 2 0 0 1 1.816 -1.162h6a2 2 0 0 1 2 2v9m-1.185 2.827a1.993 1.993 0 0 1 -.815 .173h-6a2 2 0 0 1 -2 -2v-7", key: "svg-0" }], ["path", { d: "M7 7v10", key: "svg-1" }], ["path", { d: "M4 8v8", key: "svg-2" }], ["path", { d: "M3 3l18 18", key: "svg-3" }]], yl = e("outline", "versions-off", "VersionsOff", I3);
|
|
464
|
+
const f3 = [["path", { d: "M10 7a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2l0 -10", key: "svg-0" }], ["path", { d: "M7 7l0 10", key: "svg-1" }], ["path", { d: "M4 8l0 8", key: "svg-2" }]], kl = e("outline", "versions", "Versions", f3);
|
|
465
|
+
const L3 = [["path", { d: "M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4", key: "svg-0" }], ["path", { d: "M3 8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8", key: "svg-1" }]], Ml = e("outline", "video", "Video", L3);
|
|
466
|
+
const w3 = [["path", { d: "M6 21l15 -15l-3 -3l-15 15l3 3", key: "svg-0" }], ["path", { d: "M15 6l3 3", key: "svg-1" }], ["path", { d: "M9 3a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2", key: "svg-2" }], ["path", { d: "M19 13a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2", key: "svg-3" }]], ul = e("outline", "wand", "Wand", w3);
|
|
467
|
+
const N3 = [["path", { d: "M4.876 13.61a4 4 0 1 0 6.124 3.39h6", key: "svg-0" }], ["path", { d: "M15.066 20.502a4 4 0 1 0 1.934 -7.502c-.706 0 -1.424 .179 -2 .5l-3 -5.5", key: "svg-1" }], ["path", { d: "M16 8a4 4 0 1 0 -8 0c0 1.506 .77 2.818 2 3.5l-3 5.5", key: "svg-2" }]], Cl = e("outline", "webhook", "Webhook", N3);
|
|
468
|
+
const E3 = [["path", { d: "M12 3c-3.866 0 -7 3.272 -7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-10c0 -3.728 -3.134 -7 -7 -7", key: "svg-0" }], ["path", { d: "M5 13l14 0", key: "svg-1" }], ["path", { d: "M12 3l0 18", key: "svg-2" }]], _l = e("outline", "window", "Window", E3);
|
|
469
|
+
const x3 = [["path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", key: "svg-0" }], ["path", { d: "M3.6 9h16.8", key: "svg-1" }], ["path", { d: "M3.6 15h16.8", key: "svg-2" }], ["path", { d: "M11.5 3a17 17 0 0 0 0 18", key: "svg-3" }], ["path", { d: "M12.5 3a17 17 0 0 1 0 18", key: "svg-4" }]], ml = e("outline", "world", "World", x3);
|
|
470
|
+
const $3 = [["path", { d: "M18 6l-12 12", key: "svg-0" }], ["path", { d: "M6 6l12 12", key: "svg-1" }]], S3 = e("outline", "x", "X", $3), b3 = () => V, z3 = /* @__PURE__ */ c(b3())({
|
|
471
|
+
name: "StyledBanner",
|
|
472
|
+
class: "s1ur8onk",
|
|
473
|
+
propsAsIs: !0
|
|
474
|
+
}), F3 = /* @__PURE__ */ c("div")({
|
|
475
|
+
name: "StyledBannerContent",
|
|
476
|
+
class: "s1l1oqqj",
|
|
477
|
+
propsAsIs: !1
|
|
478
|
+
}), j3 = /* @__PURE__ */ c("span")({
|
|
479
|
+
name: "StyledBannerText",
|
|
480
|
+
class: "s1cojssb",
|
|
481
|
+
propsAsIs: !1
|
|
482
|
+
}), Il = ({
|
|
483
|
+
color: a,
|
|
484
|
+
message: o,
|
|
485
|
+
button: n,
|
|
486
|
+
LeftIcon: d = u
|
|
487
|
+
}) => {
|
|
488
|
+
const {
|
|
489
|
+
theme: r
|
|
490
|
+
} = l(h);
|
|
491
|
+
return /* @__PURE__ */ s.jsxs(z3, { color: a, variant: "secondary", children: [
|
|
492
|
+
/* @__PURE__ */ s.jsxs(F3, { children: [
|
|
493
|
+
/* @__PURE__ */ s.jsx(d, { size: r.icon.size.md }),
|
|
494
|
+
/* @__PURE__ */ s.jsx(j3, { children: o })
|
|
495
|
+
] }),
|
|
496
|
+
n && !n.hidden && /* @__PURE__ */ s.jsx(k, { size: "small", variant: "secondary", accent: a, title: n?.title, onClick: n?.onClick })
|
|
497
|
+
] });
|
|
498
|
+
}, B3 = /* @__PURE__ */ c("div")({
|
|
499
|
+
name: "StyledBanner",
|
|
500
|
+
class: "sach0y0",
|
|
501
|
+
propsAsIs: !1
|
|
502
|
+
}), A3 = /* @__PURE__ */ c("div")({
|
|
503
|
+
name: "StyledIconContainer",
|
|
504
|
+
class: "sywwgwe",
|
|
505
|
+
propsAsIs: !1
|
|
506
|
+
}), D3 = /* @__PURE__ */ c("p")({
|
|
507
|
+
name: "StyledMessage",
|
|
508
|
+
class: "s5aojvy",
|
|
509
|
+
propsAsIs: !1
|
|
510
|
+
}), fl = ({
|
|
511
|
+
message: a,
|
|
512
|
+
className: o,
|
|
513
|
+
variant: n = "default",
|
|
514
|
+
tooltipMessage: d
|
|
515
|
+
}) => {
|
|
516
|
+
const r = "side-panel-information-banner-tooltip";
|
|
517
|
+
return /* @__PURE__ */ s.jsxs(B3, { className: o, "data-tooltip-id": d ? r : void 0, children: [
|
|
518
|
+
/* @__PURE__ */ s.jsx(A3, { children: n === "default" ? /* @__PURE__ */ s.jsx(u, { size: 16 }) : /* @__PURE__ */ s.jsx(G, { size: 16 }) }),
|
|
519
|
+
/* @__PURE__ */ s.jsx(D3, { children: a }),
|
|
520
|
+
M(d) && /* @__PURE__ */ s.jsx(L, { anchorSelect: `[data-tooltip-id='${r}']`, content: d, place: "bottom" })
|
|
521
|
+
] });
|
|
522
|
+
}, T3 = () => ({
|
|
523
|
+
variant: a
|
|
524
|
+
}) => a === "info" ? i.accent.accent1 : a === "warning" ? i.color.orange1 : a === "success" ? i.color.turquoise1 : a === "error" ? i.color.red1 : i.color.gray1, P3 = () => ({
|
|
525
|
+
variant: a
|
|
526
|
+
}) => a === "info" ? i.accent.accent6 : a === "warning" ? i.color.orange6 : a === "success" ? i.color.turquoise6 : a === "error" ? i.color.red6 : i.color.gray6, H3 = /* @__PURE__ */ c("div")({
|
|
527
|
+
name: "StyledCalloutContainer",
|
|
528
|
+
class: "suqwsnb",
|
|
529
|
+
propsAsIs: !1,
|
|
530
|
+
vars: {
|
|
531
|
+
"suqwsnb-0": [T3()],
|
|
532
|
+
"suqwsnb-1": [P3()]
|
|
533
|
+
}
|
|
534
|
+
}), R3 = /* @__PURE__ */ c("div")({
|
|
535
|
+
name: "StyledHeader",
|
|
536
|
+
class: "s1oqtme3",
|
|
537
|
+
propsAsIs: !1
|
|
538
|
+
}), Z3 = () => ({
|
|
539
|
+
variant: a
|
|
540
|
+
}) => a === "info" ? i.accent.accent9 : a === "warning" ? i.color.orange9 : a === "success" ? i.color.turquoise9 : a === "error" ? i.color.red9 : i.color.gray9, V3 = /* @__PURE__ */ c("div")({
|
|
541
|
+
name: "StyledIconContainer",
|
|
542
|
+
class: "s3l6p13",
|
|
543
|
+
propsAsIs: !1,
|
|
544
|
+
vars: {
|
|
545
|
+
"s3l6p13-0": [Z3()]
|
|
546
|
+
}
|
|
547
|
+
}), q3 = /* @__PURE__ */ c("div")({
|
|
548
|
+
name: "StyledTitle",
|
|
549
|
+
class: "s8pzt7p",
|
|
550
|
+
propsAsIs: !1
|
|
551
|
+
}), O3 = () => ({
|
|
552
|
+
hasAction: a
|
|
553
|
+
}) => a ? 0 : i.spacing[2], W3 = /* @__PURE__ */ c("div")({
|
|
554
|
+
name: "StyledDescriptionWrapper",
|
|
555
|
+
class: "sey9lt2",
|
|
556
|
+
propsAsIs: !1,
|
|
557
|
+
vars: {
|
|
558
|
+
"sey9lt2-0": [O3()]
|
|
559
|
+
}
|
|
560
|
+
}), G3 = /* @__PURE__ */ c("div")({
|
|
561
|
+
name: "StyledDescription",
|
|
562
|
+
class: "s1hvfzim",
|
|
563
|
+
propsAsIs: !1
|
|
564
|
+
}), U3 = /* @__PURE__ */ c("div")({
|
|
565
|
+
name: "StyledFooter",
|
|
566
|
+
class: "slojzr8",
|
|
567
|
+
propsAsIs: !1
|
|
568
|
+
}), Ll = ({
|
|
569
|
+
variant: a,
|
|
570
|
+
title: o,
|
|
571
|
+
description: n,
|
|
572
|
+
Icon: d = Pe,
|
|
573
|
+
action: r,
|
|
574
|
+
isClosable: p = !1,
|
|
575
|
+
onClose: g
|
|
576
|
+
}) => {
|
|
577
|
+
const [y, I] = w(!0), f = () => {
|
|
578
|
+
p && (I(!1), g?.());
|
|
579
|
+
};
|
|
580
|
+
return y ? /* @__PURE__ */ s.jsxs(H3, { variant: a, children: [
|
|
581
|
+
/* @__PURE__ */ s.jsxs(R3, { children: [
|
|
582
|
+
/* @__PURE__ */ s.jsx(V3, { variant: a, children: /* @__PURE__ */ s.jsx(d, { size: 16 }) }),
|
|
583
|
+
/* @__PURE__ */ s.jsx(q3, { children: o }),
|
|
584
|
+
p && /* @__PURE__ */ s.jsx(x, { Icon: S3, size: "small", "aria-label": "Close", onClick: f })
|
|
585
|
+
] }),
|
|
586
|
+
/* @__PURE__ */ s.jsx(W3, { hasAction: M(r), children: /* @__PURE__ */ s.jsx(G3, { children: n }) }),
|
|
587
|
+
M(r) && /* @__PURE__ */ s.jsx(U3, { children: /* @__PURE__ */ s.jsx(E, { type: "button", title: r.label, onClick: r.onClick }) })
|
|
588
|
+
] }) : null;
|
|
589
|
+
}, wl = ({
|
|
590
|
+
isAnimating: a = !1,
|
|
591
|
+
color: o,
|
|
592
|
+
duration: n = 0.5,
|
|
593
|
+
size: d = 28
|
|
594
|
+
}) => {
|
|
595
|
+
const { theme: r } = l(h);
|
|
596
|
+
return /* @__PURE__ */ s.jsx(
|
|
597
|
+
"svg",
|
|
598
|
+
{
|
|
599
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
600
|
+
viewBox: "0 0 52 52",
|
|
601
|
+
width: d,
|
|
602
|
+
height: d,
|
|
603
|
+
children: /* @__PURE__ */ s.jsx(
|
|
604
|
+
$.path,
|
|
605
|
+
{
|
|
606
|
+
fill: "none",
|
|
607
|
+
stroke: o ?? r.grayScale.gray1,
|
|
608
|
+
strokeWidth: 4,
|
|
609
|
+
d: "M14 27l7.8 7.8L38 14",
|
|
610
|
+
pathLength: "1",
|
|
611
|
+
strokeDasharray: "1",
|
|
612
|
+
strokeDashoffset: a ? "1" : "0",
|
|
613
|
+
animate: { strokeDashoffset: a ? "0" : "1" },
|
|
614
|
+
transition: { duration: n }
|
|
615
|
+
}
|
|
616
|
+
)
|
|
617
|
+
}
|
|
618
|
+
);
|
|
619
|
+
}, X3 = /* @__PURE__ */ c("div")({
|
|
620
|
+
name: "StyledContainer",
|
|
621
|
+
class: "snkopba",
|
|
622
|
+
propsAsIs: !1
|
|
623
|
+
}), K3 = /* @__PURE__ */ c("div")({
|
|
624
|
+
name: "StyledCommandContain",
|
|
625
|
+
class: "s9cxgro",
|
|
626
|
+
propsAsIs: !1
|
|
627
|
+
}), Y3 = /* @__PURE__ */ c("div")({
|
|
628
|
+
name: "StyledButtonContainer",
|
|
629
|
+
class: "sejqyo4",
|
|
630
|
+
propsAsIs: !1
|
|
631
|
+
}), J3 = /* @__PURE__ */ c("div")({
|
|
632
|
+
name: "StyledLineContainer",
|
|
633
|
+
class: "s16emjt7",
|
|
634
|
+
propsAsIs: !1
|
|
635
|
+
}), Q3 = /* @__PURE__ */ c("span")({
|
|
636
|
+
name: "StyledLineStartSpan",
|
|
637
|
+
class: "s1mm6ty",
|
|
638
|
+
propsAsIs: !1
|
|
639
|
+
}), ea = /* @__PURE__ */ c("span")({
|
|
640
|
+
name: "StyledLineSpan",
|
|
641
|
+
class: "s1d0lobl",
|
|
642
|
+
propsAsIs: !1
|
|
643
|
+
}), Nl = ({
|
|
644
|
+
commands: a,
|
|
645
|
+
button: o
|
|
646
|
+
}) => /* @__PURE__ */ s.jsxs(X3, { children: [
|
|
647
|
+
/* @__PURE__ */ s.jsx(K3, { children: /* @__PURE__ */ s.jsx(s.Fragment, { children: a.map((n, d) => /* @__PURE__ */ s.jsxs(J3, { children: [
|
|
648
|
+
/* @__PURE__ */ s.jsx(Q3, { children: "> " }),
|
|
649
|
+
/* @__PURE__ */ s.jsx(ea, { children: n })
|
|
650
|
+
] }, d)) }) }),
|
|
651
|
+
o && /* @__PURE__ */ s.jsx(Y3, { children: o })
|
|
652
|
+
] }), C = S({});
|
|
653
|
+
C.debugLabel = "iconsState";
|
|
654
|
+
const ta = () => {
|
|
655
|
+
const a = b(C), o = t4;
|
|
656
|
+
return { getIcons: () => a, getIcon: (r, p) => a[r ?? ""] || a[p ?? ""] || o };
|
|
657
|
+
}, El = ({
|
|
658
|
+
name: a,
|
|
659
|
+
className: o,
|
|
660
|
+
style: n,
|
|
661
|
+
size: d,
|
|
662
|
+
stroke: r,
|
|
663
|
+
color: p
|
|
664
|
+
}) => {
|
|
665
|
+
const { getIcon: g } = ta(), y = g(a);
|
|
666
|
+
return /* @__PURE__ */ s.jsx(
|
|
667
|
+
y,
|
|
668
|
+
{
|
|
669
|
+
className: o,
|
|
670
|
+
style: n,
|
|
671
|
+
size: d,
|
|
672
|
+
stroke: r,
|
|
673
|
+
color: p
|
|
674
|
+
}
|
|
675
|
+
);
|
|
676
|
+
}, aa = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", className: "icon icon-tabler icon-tabler-address-book", width: 24, height: 24, viewBox: "0 0 24 24", strokeWidth: 2, stroke: "currentColor", fill: "none", strokeLinecap: "round", strokeLinejoin: "round", ...a }, /* @__PURE__ */ t.createElement("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M20 6v12a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z" }), /* @__PURE__ */ t.createElement("path", { d: "M10 16h6" }), /* @__PURE__ */ t.createElement("path", { d: "M13 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }), /* @__PURE__ */ t.createElement("path", { d: "M4 8h3" }), /* @__PURE__ */ t.createElement("path", { d: "M4 12h3" }), /* @__PURE__ */ t.createElement("path", { d: "M4 16h3" })), xl = (a) => {
|
|
677
|
+
const { theme: o } = l(h), n = a.size ?? 24, d = a.stroke ?? o.icon.stroke.md;
|
|
678
|
+
return /* @__PURE__ */ s.jsx(
|
|
679
|
+
aa,
|
|
680
|
+
{
|
|
681
|
+
height: n,
|
|
682
|
+
width: n,
|
|
683
|
+
stroke: a.color ?? "currentColor",
|
|
684
|
+
strokeWidth: d
|
|
685
|
+
}
|
|
686
|
+
);
|
|
687
|
+
}, oa = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 40 40", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M26.9568 9.88184H22.1265L30.7753 31.7848H35.4917L26.9568 9.88184ZM13.028 9.88184L4.4917 31.7848H9.32203L11.2305 27.1793H20.2166L22.0126 31.6724H26.8444L18.0832 9.88184H13.028ZM12.5783 23.1361L15.4987 15.3853L18.5315 23.1361H12.5783Z", fill: "#D4A574" })), $l = (a) => {
|
|
688
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
689
|
+
return /* @__PURE__ */ s.jsx(oa, { height: n, width: n });
|
|
690
|
+
}, na = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z", fill: "#3186FF" }), /* @__PURE__ */ t.createElement("path", { d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z", fill: "url(#gemini-g0)" }), /* @__PURE__ */ t.createElement("path", { d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z", fill: "url(#gemini-g1)" }), /* @__PURE__ */ t.createElement("path", { d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z", fill: "url(#gemini-g2)" }), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("linearGradient", { gradientUnits: "userSpaceOnUse", id: "gemini-g0", x1: 7, x2: 11, y1: 15.5, y2: 12 }, /* @__PURE__ */ t.createElement("stop", { stopColor: "#08B962" }), /* @__PURE__ */ t.createElement("stop", { offset: 1, stopColor: "#08B962", stopOpacity: 0 })), /* @__PURE__ */ t.createElement("linearGradient", { gradientUnits: "userSpaceOnUse", id: "gemini-g1", x1: 8, x2: 11.5, y1: 5.5, y2: 11 }, /* @__PURE__ */ t.createElement("stop", { stopColor: "#F94543" }), /* @__PURE__ */ t.createElement("stop", { offset: 1, stopColor: "#F94543", stopOpacity: 0 })), /* @__PURE__ */ t.createElement("linearGradient", { gradientUnits: "userSpaceOnUse", id: "gemini-g2", x1: 3.5, x2: 17.5, y1: 13.5, y2: 12 }, /* @__PURE__ */ t.createElement("stop", { stopColor: "#FABC12" }), /* @__PURE__ */ t.createElement("stop", { offset: 0.46, stopColor: "#FABC12", stopOpacity: 0 })))), Sl = (a) => {
|
|
691
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
692
|
+
return /* @__PURE__ */ s.jsx(na, { height: n, width: n });
|
|
693
|
+
}, sa = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 40 40", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M20.056 4.50022C14.0839 4.44597 9.20616 9.15015 9.15036 15.0106C9.09611 20.8726 13.8855 25.6621 19.8576 25.7163H23.6085V21.7391H20.056C16.3252 21.7825 13.2671 18.8468 13.2237 15.1827C13.1787 11.5216 16.1702 8.52086 19.901 8.47746H20.056C23.7868 8.47746 26.8108 11.4457 26.8216 15.1083V24.8809C26.8216 28.5109 23.8085 31.4683 20.1211 31.5132C18.3617 31.5007 16.6759 30.8049 15.42 29.5726L12.551 32.3905C14.5529 34.3571 17.239 35.4715 20.0451 35.4998H20.1877C26.0823 35.413 30.8175 30.7212 30.85 24.9351V14.8603C30.7059 9.0928 25.9165 4.50022 20.056 4.50022Z", fill: "#F55036" })), bl = (a) => {
|
|
694
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
695
|
+
return /* @__PURE__ */ s.jsx(sa, { height: n, width: n });
|
|
696
|
+
}, ca = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 40 40", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M8.92783 8.88101H13.357V13.3088H17.7861V17.738H17.7835H22.2152V13.3088H26.6418V8.88101H31.0722V26.5949H35.5V31.0241H22.2139V26.5962H17.7861V22.1671H13.3557V26.5949L17.7861 26.5962V31.0241H4.5V26.5949H8.92783V8.88101ZM22.2139 26.5962H26.6418V22.1671H22.2152V26.5962H22.2139Z", fill: "#FF7000" })), zl = (a) => {
|
|
697
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
698
|
+
return /* @__PURE__ */ s.jsx(ca, { height: n, width: n });
|
|
699
|
+
}, la = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 40 40", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M12.4579 15.6036L26.1529 35H20.0656L6.37059 15.6036H12.4579ZM12.4524 26.3764L15.4974 30.6909L12.4551 35H6.36377L12.4524 26.3764ZM33.6365 7.15727V35H28.647V14.2236L33.6365 7.15727ZM33.6365 5L20.0656 24.2205L17.0206 19.9073L27.5451 5H33.6365Z", fill: "currentColor" })), Fl = (a) => {
|
|
700
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
701
|
+
return /* @__PURE__ */ s.jsx(
|
|
702
|
+
la,
|
|
703
|
+
{
|
|
704
|
+
height: n,
|
|
705
|
+
width: n,
|
|
706
|
+
color: a.color ?? "currentColor"
|
|
707
|
+
}
|
|
708
|
+
);
|
|
709
|
+
}, ha = /* @__PURE__ */ c("div")({
|
|
710
|
+
name: "StyledRotatedIconWrapper",
|
|
711
|
+
class: "seznhv0",
|
|
712
|
+
propsAsIs: !1
|
|
713
|
+
}), jl = (a) => {
|
|
714
|
+
const {
|
|
715
|
+
theme: o
|
|
716
|
+
} = l(h), n = a.size ?? o.icon.size.md, d = a.stroke ?? o.icon.stroke.sm;
|
|
717
|
+
return /* @__PURE__ */ s.jsx(ha, { children: /* @__PURE__ */ s.jsx(n2, { size: n, stroke: d, color: a.color }) });
|
|
718
|
+
}, da = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 14, height: 12, fill: "none", viewBox: "0 0 14 12", ...a }, /* @__PURE__ */ t.createElement("path", { fill: "#4285F4", d: "M.955 11.252h2.227v-5.41L0 3.456v6.841c0 .528.428.954.955.954Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#34A853", d: "M10.818 11.252h2.227a.954.954 0 0 0 .955-.955V3.456l-3.182 2.386" }), /* @__PURE__ */ t.createElement("path", { fill: "#FBBC04", d: "M10.818 1.706v4.136L14 3.456V2.183c0-1.18-1.348-1.853-2.291-1.145" }), /* @__PURE__ */ t.createElement("path", { fill: "#EA4335", d: "M3.182 5.842V1.706L7 4.57l3.818-2.864v4.136L7 8.706" }), /* @__PURE__ */ t.createElement("path", { fill: "#C5221F", d: "M0 2.183v1.273l3.182 2.386V1.706l-.891-.668C1.346.33 0 1.003 0 2.183Z" })), Bl = (a) => {
|
|
719
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
720
|
+
return /* @__PURE__ */ s.jsx(da, { height: n, width: n });
|
|
721
|
+
}, ia = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 14, height: 14, fill: "none", viewBox: "0 0 14 14", ...a }, /* @__PURE__ */ t.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ t.createElement("path", { fill: "#4285F4", d: "M7 5.727v2.711h3.767a3.228 3.228 0 0 1-1.406 2.107l2.272 1.762c1.323-1.221 2.087-3.016 2.087-5.148 0-.496-.045-.973-.127-1.432H7Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#34A853", d: "m3.077 8.332-.512.393L.75 10.137C1.903 12.422 4.263 14 7 14c1.89 0 3.474-.624 4.633-1.693L9.36 10.544c-.624.42-1.42.675-2.361.675-1.82 0-3.366-1.228-3.92-2.883l-.003-.004Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#FBBC05", d: "M.75 3.863A6.914 6.914 0 0 0 0 7c0 1.133.274 2.196.75 3.137 0 .007 2.33-1.807 2.33-1.807A4.195 4.195 0 0 1 2.857 7c0-.465.083-.91.223-1.33L.75 3.863Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#EA4335", d: "M7 2.787c1.03 0 1.947.357 2.68 1.044l2.004-2.005C10.468.694 8.89 0 7 0A6.988 6.988 0 0 0 .75 3.863L3.08 5.67C3.634 4.015 5.18 2.787 7 2.787Z" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "a" }, /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M0 0h13.72v14H0z" })))), Al = (a) => {
|
|
722
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
723
|
+
return /* @__PURE__ */ s.jsx(ia, { height: n, width: n });
|
|
724
|
+
}, ra = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 76 76", ...a }, /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M58 18H18v40h40z" }), /* @__PURE__ */ t.createElement("path", { fill: "#4285f4", d: "M26.2 49.03c-1.495-1.01-2.53-2.485-3.095-4.435l3.47-1.43c.315 1.2.865 2.13 1.65 2.79.78.66 1.73.985 2.84.985 1.135 0 2.11-.345 2.925-1.035s1.225-1.57 1.225-2.635c0-1.09-.43-1.98-1.29-2.67s-1.94-1.035-3.23-1.035H28.69V36.13h1.8c1.11 0 2.045-.3 2.805-.9s1.14-1.42 1.14-2.465c0-.93-.34-1.67-1.02-2.225s-1.54-.835-2.585-.835c-1.02 0-1.83.27-2.43.815a4.784 4.784 0 0 0-1.31 2.005l-3.435-1.43c.455-1.29 1.29-2.43 2.515-3.415s2.79-1.48 4.69-1.48c1.405 0 2.67.27 3.79.815s2 1.3 2.635 2.26c.635.965.95 2.045.95 3.245 0 1.225-.295 2.26-.885 3.11s-1.315 1.5-2.175 1.955v.205a6.605 6.605 0 0 1 2.79 2.175c.725.975 1.09 2.14 1.09 3.5s-.345 2.575-1.035 3.64-1.645 1.905-2.855 2.515c-1.215.61-2.58.92-4.095.92-1.755.005-3.375-.5-4.87-1.51zm21.315-17.22-3.81 2.755-1.905-2.89 6.835-4.93h2.62V50h-3.74z" }), /* @__PURE__ */ t.createElement("path", { fill: "#34a853", d: "M58 58H18v18h40z" }), /* @__PURE__ */ t.createElement("path", { fill: "#4285f4", d: "M58 0H6C2.685 0 0 2.685 0 6v52h18V18h40z" }), /* @__PURE__ */ t.createElement("path", { fill: "#188038", d: "M0 58v12c0 3.315 2.685 6 6 6h12V58z" }), /* @__PURE__ */ t.createElement("path", { fill: "#fbbc04", d: "M76 18H58v40h18z" }), /* @__PURE__ */ t.createElement("path", { fill: "#1967d2", d: "M76 18V6c0-3.315-2.685-6-6-6H58v18z" }), /* @__PURE__ */ t.createElement("path", { fill: "#ea4335", d: "m58 76 18-18H58z" })), Dl = (a) => {
|
|
725
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
726
|
+
return /* @__PURE__ */ s.jsx(ra, { height: n, width: n });
|
|
727
|
+
}, va = (a) => /* @__PURE__ */ t.createElement("svg", { width: 42, height: 42, viewBox: "0 0 42 42", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("g", { filter: "url(#filter0_d_41725_330814)" }, /* @__PURE__ */ t.createElement("rect", { x: 2, width: 40, height: 40, rx: 20, fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 3, y: 1, width: 38, height: 38, rx: 19, stroke: "#333333", strokeWidth: 2 }), /* @__PURE__ */ t.createElement("path", { d: "M18 19V15C18 13.9391 18.4214 12.9217 19.1716 12.1716C19.9217 11.4214 20.9391 11 22 11C23.0609 11 24.0783 11.4214 24.8284 12.1716C25.5786 12.9217 26 13.9391 26 15V19M15 21C15 20.4696 15.2107 19.9609 15.5858 19.5858C15.9609 19.2107 16.4696 19 17 19H27C27.5304 19 28.0391 19.2107 28.4142 19.5858C28.7893 19.9609 29 20.4696 29 21V27C29 27.5304 28.7893 28.0391 28.4142 28.4142C28.0391 28.7893 27.5304 29 27 29H17C16.4696 29 15.9609 28.7893 15.5858 28.4142C15.2107 28.0391 15 27.5304 15 27V21ZM21 24C21 24.2652 21.1054 24.5196 21.2929 24.7071C21.4804 24.8946 21.7348 25 22 25C22.2652 25 22.5196 24.8946 22.7071 24.7071C22.8946 24.5196 23 24.2652 23 24C23 23.7348 22.8946 23.4804 22.7071 23.2929C22.5196 23.1054 22.2652 23 22 23C21.7348 23 21.4804 23.1054 21.2929 23.2929C21.1054 23.4804 21 23.7348 21 24Z", stroke: "#333333", strokeWidth: 2.4, strokeLinecap: "round", strokeLinejoin: "round" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("filter", { id: "filter0_d_41725_330814", x: 0, y: 0, width: 42, height: 42, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ t.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ t.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ t.createElement("feMorphology", { radius: 2, operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_41725_330814" }), /* @__PURE__ */ t.createElement("feOffset", { dx: -4, dy: 4 }), /* @__PURE__ */ t.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ t.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 1 0" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_41725_330814" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_41725_330814", result: "shape" })))), Tl = (a) => {
|
|
728
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
729
|
+
return /* @__PURE__ */ s.jsx(va, { height: n, width: n });
|
|
730
|
+
}, pa = (a) => /* @__PURE__ */ t.createElement("svg", { width: "800px", height: "800px", viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", fill: "none", ...a }, /* @__PURE__ */ t.createElement("path", { fill: "#F35325", d: "M1 1h6.5v6.5H1V1z" }), /* @__PURE__ */ t.createElement("path", { fill: "#81BC06", d: "M8.5 1H15v6.5H8.5V1z" }), /* @__PURE__ */ t.createElement("path", { fill: "#05A6F0", d: "M1 8.5h6.5V15H1V8.5z" }), /* @__PURE__ */ t.createElement("path", { fill: "#FFBA08", d: "M8.5 8.5H15V15H8.5V8.5z" })), Pl = (a) => {
|
|
731
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
732
|
+
return /* @__PURE__ */ s.jsx(pa, { height: n, width: n });
|
|
733
|
+
}, ga = (a) => /* @__PURE__ */ t.createElement("svg", { "xmlns:dc": "http://purl.org/dc/elements/1.1/", "xmlns:cc": "http://creativecommons.org/ns#", "xmlns:rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "xmlns:svg": "http://www.w3.org/2000/svg", xmlns: "http://www.w3.org/2000/svg", "xmlns:sodipodi": "http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd", "xmlns:inkscape": "http://www.inkscape.org/namespaces/inkscape", width: "170mm", height: "173mm", viewBox: "0 0 170 173", id: "svg8", "inkscape:version": "1.0.2 (e86c870879, 2021-01-15, custom)", "sodipodi:docname": "cldrnw.svg", ...a }, /* @__PURE__ */ t.createElement("defs", { id: "defs2" }), /* @__PURE__ */ t.createElement("sodipodi:namedview", { id: "base", pagecolor: "#ffffff", bordercolor: "#666666", borderopacity: 1, "inkscape:pageopacity": 0, "inkscape:pageshadow": 2, "inkscape:zoom": 1, "inkscape:cx": 446.39757, "inkscape:cy": 364.37241, "inkscape:document-units": "mm", "inkscape:current-layer": "layer2", "inkscape:document-rotation": 0, showgrid: "false", "inkscape:window-width": 1920, "inkscape:window-height": 1017, "inkscape:window-x": 1912, "inkscape:window-y": -8, "inkscape:window-maximized": 1 }), /* @__PURE__ */ t.createElement("metadata", { id: "metadata5" }, /* @__PURE__ */ t.createElement("rdf:RDF", null, /* @__PURE__ */ t.createElement("cc:Work", { "rdf:about": "" }, /* @__PURE__ */ t.createElement("dc:format", null, "image/svg+xml"), /* @__PURE__ */ t.createElement("dc:type", { "rdf:resource": "http://purl.org/dc/dcmitype/StillImage" }), /* @__PURE__ */ t.createElement("dc:title", null)))), /* @__PURE__ */ t.createElement("g", { "inkscape:groupmode": "layer", id: "layer2", "inkscape:label": "Capa 2", style: {
|
|
734
|
+
opacity: 1
|
|
735
|
+
} }, /* @__PURE__ */ t.createElement("path", { id: "rect862", style: {
|
|
736
|
+
fill: "#1b64b6",
|
|
737
|
+
fillOpacity: 1,
|
|
738
|
+
fillRule: "evenodd",
|
|
739
|
+
strokeWidth: 6.46864,
|
|
740
|
+
strokeLinecap: "square",
|
|
741
|
+
paintOrder: "markers fill stroke"
|
|
742
|
+
}, d: "M 7.9243621,0.40426573 H 162.081 c 4.29879,0 7.75955,3.45686397 7.75955,7.75081597 V 36.958129 c 0,4.293952 -3.46076,7.750816 -7.75955,7.750816 H 7.9243621 c -4.29883,0 -7.75961003,-3.456864 -7.75961003,-7.750816 V 8.1550817 c 0,-4.293952 3.46078003,-7.75081597 7.75961003,-7.75081597 z" }), /* @__PURE__ */ t.createElement("rect", { style: {
|
|
743
|
+
fill: "#2179d2",
|
|
744
|
+
fillOpacity: 1,
|
|
745
|
+
fillRule: "evenodd",
|
|
746
|
+
stroke: "none",
|
|
747
|
+
strokeWidth: 6.46499,
|
|
748
|
+
strokeLinecap: "square",
|
|
749
|
+
paintOrder: "markers fill stroke"
|
|
750
|
+
}, id: "rect865", width: 53.482864, height: 47.625, x: 0.21232992, y: 30.049105, ry: 0 }), /* @__PURE__ */ t.createElement("rect", { style: {
|
|
751
|
+
fill: "#5edafe",
|
|
752
|
+
fillOpacity: 1,
|
|
753
|
+
fillRule: "evenodd",
|
|
754
|
+
strokeWidth: 6.46499,
|
|
755
|
+
strokeLinecap: "square",
|
|
756
|
+
paintOrder: "markers fill stroke"
|
|
757
|
+
}, id: "rect865-6", width: 53.483627, height: 47.625, x: 116.33598, y: 30.049105, ry: 0 }), /* @__PURE__ */ t.createElement("rect", { style: {
|
|
758
|
+
fill: "#3ca8e8",
|
|
759
|
+
fillOpacity: 1,
|
|
760
|
+
fillRule: "evenodd",
|
|
761
|
+
strokeWidth: 6.99654,
|
|
762
|
+
strokeLinecap: "square",
|
|
763
|
+
paintOrder: "markers fill stroke"
|
|
764
|
+
}, id: "rect865-5", width: 62.640022, height: 47.625, x: 53.695198, y: 30.049105, ry: 0 }), /* @__PURE__ */ t.createElement("rect", { style: {
|
|
765
|
+
fill: "#1b64b6",
|
|
766
|
+
fillOpacity: 1,
|
|
767
|
+
fillRule: "evenodd",
|
|
768
|
+
strokeWidth: 6.46499,
|
|
769
|
+
strokeLinecap: "square",
|
|
770
|
+
paintOrder: "markers fill stroke"
|
|
771
|
+
}, id: "rect865-1", width: 53.483627, height: 47.625, x: 0.21232992, y: 77.674103, ry: 0 }), /* @__PURE__ */ t.createElement("rect", { style: {
|
|
772
|
+
fill: "#3ca8e8",
|
|
773
|
+
fillOpacity: 1,
|
|
774
|
+
fillRule: "evenodd",
|
|
775
|
+
strokeWidth: 6.46499,
|
|
776
|
+
strokeLinecap: "square",
|
|
777
|
+
paintOrder: "markers fill stroke"
|
|
778
|
+
}, id: "rect865-6-7", width: 53.483627, height: 47.625, x: 116.33598, y: 77.674103, ry: 0 }), /* @__PURE__ */ t.createElement("rect", { style: {
|
|
779
|
+
fill: "#2179d2",
|
|
780
|
+
fillOpacity: 1,
|
|
781
|
+
fillRule: "evenodd",
|
|
782
|
+
strokeWidth: 6.99654,
|
|
783
|
+
strokeLinecap: "square",
|
|
784
|
+
paintOrder: "markers fill stroke"
|
|
785
|
+
}, id: "rect865-5-7", width: 62.640022, height: 47.625, x: 53.695198, y: 77.674103, ry: 0 }), /* @__PURE__ */ t.createElement("rect", { style: {
|
|
786
|
+
fill: "#154a8a",
|
|
787
|
+
fillOpacity: 1,
|
|
788
|
+
fillRule: "evenodd",
|
|
789
|
+
strokeWidth: 6.46499,
|
|
790
|
+
strokeLinecap: "square",
|
|
791
|
+
paintOrder: "markers fill stroke"
|
|
792
|
+
}, id: "rect865-1-1", width: 53.483627, height: 47.625, x: 0.21232992, y: 125.29911, ry: 7.7508163 }), /* @__PURE__ */ t.createElement("rect", { style: {
|
|
793
|
+
fill: "#1b64b6",
|
|
794
|
+
fillOpacity: 1,
|
|
795
|
+
fillRule: "evenodd",
|
|
796
|
+
strokeWidth: 6.99654,
|
|
797
|
+
strokeLinecap: "square",
|
|
798
|
+
paintOrder: "markers fill stroke"
|
|
799
|
+
}, id: "rect865-5-7-8", width: 62.639313, height: 47.624989, x: 53.695961, y: 125.29911, ry: 0 }), /* @__PURE__ */ t.createElement("rect", { style: {
|
|
800
|
+
fill: "#2179d2",
|
|
801
|
+
fillOpacity: 1,
|
|
802
|
+
fillRule: "evenodd",
|
|
803
|
+
strokeWidth: 6.46499,
|
|
804
|
+
strokeLinecap: "square",
|
|
805
|
+
paintOrder: "markers fill stroke"
|
|
806
|
+
}, id: "rect865-1-1-4", width: 53.483627, height: 47.625, x: 116.33598, y: 125.29911, ry: 7.7508163 }), /* @__PURE__ */ t.createElement("path", { style: {
|
|
807
|
+
fill: "#154a8a",
|
|
808
|
+
fillOpacity: 1,
|
|
809
|
+
stroke: "none",
|
|
810
|
+
strokeWidth: "0.264583px",
|
|
811
|
+
strokeLinecap: "butt",
|
|
812
|
+
strokeLinejoin: "miter",
|
|
813
|
+
strokeOpacity: 1
|
|
814
|
+
}, d: "m 0.21378207,125.2991 53.48140993,1e-5 0.003,47.62499 H 8.4247021 l -8.21573003,-8.21568 z", id: "path1012", "sodipodi:nodetypes": "cccccc" }), /* @__PURE__ */ t.createElement("path", { style: {
|
|
815
|
+
fill: "#2179d2",
|
|
816
|
+
fillOpacity: 1,
|
|
817
|
+
stroke: "none",
|
|
818
|
+
strokeWidth: "0.264583px",
|
|
819
|
+
strokeLinecap: "butt",
|
|
820
|
+
strokeLinejoin: "miter",
|
|
821
|
+
strokeOpacity: 1
|
|
822
|
+
}, d: "m 169.82154,125.29911 h -53.48556 l 0.002,47.625 h 45.27325 l 8.21568,-8.21568 z", id: "path1012-9", "sodipodi:nodetypes": "cccccc" }))), Hl = (a) => {
|
|
823
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
824
|
+
return /* @__PURE__ */ s.jsx(ga, { height: n, width: n });
|
|
825
|
+
}, ya = (a) => /* @__PURE__ */ t.createElement("svg", { id: "Livello_1", "xmlns:x": "http://ns.adobe.com/Extensibility/1.0/", "xmlns:i": "http://ns.adobe.com/AdobeIllustrator/10.0/", "xmlns:graph": "http://ns.adobe.com/Graphs/1.0/", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 1831.085 1703.335", enableBackground: "new 0 0 1831.085 1703.335", xmlSpace: "preserve", ...a }, /* @__PURE__ */ t.createElement("path", { fill: "#0A2767", d: "M1831.083,894.25c0.1-14.318-7.298-27.644-19.503-35.131h-0.213l-0.767-0.426l-634.492-375.585 c-2.74-1.851-5.583-3.543-8.517-5.067c-24.498-12.639-53.599-12.639-78.098,0c-2.934,1.525-5.777,3.216-8.517,5.067L446.486,858.693 l-0.766,0.426c-19.392,12.059-25.337,37.556-13.278,56.948c3.553,5.714,8.447,10.474,14.257,13.868l634.492,375.585 c2.749,1.835,5.592,3.527,8.517,5.068c24.498,12.639,53.599,12.639,78.098,0c2.925-1.541,5.767-3.232,8.517-5.068l634.492-375.585 C1823.49,922.545,1831.228,908.923,1831.083,894.25z" }), /* @__PURE__ */ t.createElement("path", { fill: "#0364B8", d: "M520.453,643.477h416.38v381.674h-416.38V643.477z M1745.917,255.5V80.908 c1-43.652-33.552-79.862-77.203-80.908H588.204C544.552,1.046,510,37.256,511,80.908V255.5l638.75,170.333L1745.917,255.5z" }), /* @__PURE__ */ t.createElement("path", { fill: "#0078D4", d: "M511,255.5h425.833v383.25H511V255.5z" }), /* @__PURE__ */ t.createElement("path", { fill: "#28A8EA", d: "M1362.667,255.5H936.833v383.25L1362.667,1022h383.25V638.75L1362.667,255.5z" }), /* @__PURE__ */ t.createElement("path", { fill: "#0078D4", d: "M936.833,638.75h425.833V1022H936.833V638.75z" }), /* @__PURE__ */ t.createElement("path", { fill: "#0364B8", d: "M936.833,1022h425.833v383.25H936.833V1022z" }), /* @__PURE__ */ t.createElement("path", { fill: "#14447D", d: "M520.453,1025.151h416.38v346.969h-416.38V1025.151z" }), /* @__PURE__ */ t.createElement("path", { fill: "#0078D4", d: "M1362.667,1022h383.25v383.25h-383.25V1022z" }), /* @__PURE__ */ t.createElement("linearGradient", { id: "SVGID_1_", gradientUnits: "userSpaceOnUse", x1: 1128.4584, y1: 811.0833, x2: 1128.4584, y2: 1.9982, gradientTransform: "matrix(1 0 0 -1 0 1705.3334)" }, /* @__PURE__ */ t.createElement("stop", { offset: 0, style: {
|
|
826
|
+
stopColor: "#35B8F1"
|
|
827
|
+
} }), /* @__PURE__ */ t.createElement("stop", { offset: 1, style: {
|
|
828
|
+
stopColor: "#28A8EA"
|
|
829
|
+
} })), /* @__PURE__ */ t.createElement("path", { fill: "url(#SVGID_1_)", d: "M1811.58,927.593l-0.809,0.426l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769 c-10.777,5.132-22.481,8.029-34.407,8.517l-34.663-20.27c-2.929-1.47-5.773-3.105-8.517-4.897L447.167,906.003h-0.298 l-21.036-11.753v722.384c0.328,48.196,39.653,87.006,87.849,86.7h1230.914c0.724,0,1.363-0.341,2.129-0.341 c10.18-0.651,20.216-2.745,29.808-6.217c4.145-1.756,8.146-3.835,11.966-6.217c2.853-1.618,7.75-5.152,7.75-5.152 c21.814-16.142,34.726-41.635,34.833-68.772V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.5, fill: "#0A2767", enableBackground: "new ", d: "M1797.017,891.397v44.287l-663.448,456.791L446.699,906.301 c0-0.235-0.191-0.426-0.426-0.426l0,0l-63.023-37.899v-31.938l25.976-0.426l54.932,31.512l1.277,0.426l4.684,2.981 c0,0,645.563,368.346,647.267,369.197l24.698,14.478c2.129-0.852,4.258-1.703,6.813-2.555 c1.278-0.852,640.879-360.681,640.879-360.681L1797.017,891.397z" }), /* @__PURE__ */ t.createElement("path", { fill: "#1490DF", d: "M1811.58,927.593l-0.809,0.468l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769 c-24.641,12.038-53.457,12.038-78.098,0c-2.918-1.445-5.76-3.037-8.517-4.769L446.657,928.061l-0.766-0.468 c-12.25-6.642-19.93-19.409-20.057-33.343v722.384c0.305,48.188,39.616,87.004,87.803,86.7c0.001,0,0.002,0,0.004,0h1229.636 c48.188,0.307,87.5-38.509,87.807-86.696c0-0.001,0-0.002,0-0.004V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.1, enableBackground: "new ", d: "M1185.52,1279.629l-9.496,5.323c-2.752,1.752-5.595,3.359-8.517,4.812 c-10.462,5.135-21.838,8.146-33.47,8.857l241.405,285.479l421.107,101.476c11.539-8.716,20.717-20.178,26.7-33.343L1185.52,1279.629 z" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.05, enableBackground: "new ", d: "M1228.529,1255.442l-52.505,29.51c-2.752,1.752-5.595,3.359-8.517,4.812 c-10.462,5.135-21.838,8.146-33.47,8.857l113.101,311.838l549.538,74.989c21.649-16.254,34.394-41.743,34.407-68.815v-9.326 L1228.529,1255.442z" }), /* @__PURE__ */ t.createElement("path", { fill: "#28A8EA", d: "M514.833,1703.333h1228.316c18.901,0.096,37.335-5.874,52.59-17.033l-697.089-408.331 c-2.929-1.47-5.773-3.105-8.517-4.897L447.125,906.088h-0.298l-20.993-11.838v719.914 C425.786,1663.364,465.632,1703.286,514.833,1703.333C514.832,1703.333,514.832,1703.333,514.833,1703.333z" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.1, enableBackground: "new ", d: "M1022,418.722v908.303c-0.076,31.846-19.44,60.471-48.971,72.392 c-9.148,3.931-19,5.96-28.957,5.962H425.833V383.25H511v-42.583h433.073C987.092,340.83,1021.907,375.702,1022,418.722z" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.2, enableBackground: "new ", d: "M979.417,461.305v908.302c0.107,10.287-2.074,20.469-6.388,29.808 c-11.826,29.149-40.083,48.273-71.54,48.417H425.833V383.25h475.656c12.356-0.124,24.533,2.958,35.344,8.943 C962.937,405.344,979.407,432.076,979.417,461.305z" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.2, enableBackground: "new ", d: "M979.417,461.305v823.136c-0.208,43-34.928,77.853-77.927,78.225H425.833V383.25 h475.656c12.356-0.124,24.533,2.958,35.344,8.943C962.937,405.344,979.407,432.076,979.417,461.305z" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.2, enableBackground: "new ", d: "M936.833,461.305v823.136c-0.046,43.067-34.861,78.015-77.927,78.225H425.833 V383.25h433.072c43.062,0.023,77.951,34.951,77.927,78.013C936.833,461.277,936.833,461.291,936.833,461.305z" }), /* @__PURE__ */ t.createElement("linearGradient", { id: "SVGID_2_", gradientUnits: "userSpaceOnUse", x1: 162.7469, y1: 1383.0741, x2: 774.0864, y2: 324.2592, gradientTransform: "matrix(1 0 0 -1 0 1705.3334)" }, /* @__PURE__ */ t.createElement("stop", { offset: 0, style: {
|
|
830
|
+
stopColor: "#1784D9"
|
|
831
|
+
} }), /* @__PURE__ */ t.createElement("stop", { offset: 0.5, style: {
|
|
832
|
+
stopColor: "#107AD5"
|
|
833
|
+
} }), /* @__PURE__ */ t.createElement("stop", { offset: 1, style: {
|
|
834
|
+
stopColor: "#0A63C9"
|
|
835
|
+
} })), /* @__PURE__ */ t.createElement("path", { fill: "url(#SVGID_2_)", d: "M78.055,383.25h780.723c43.109,0,78.055,34.947,78.055,78.055v780.723 c0,43.109-34.946,78.055-78.055,78.055H78.055c-43.109,0-78.055-34.947-78.055-78.055V461.305 C0,418.197,34.947,383.25,78.055,383.25z" }), /* @__PURE__ */ t.createElement("path", { fill: "#FFFFFF", d: "M243.96,710.631c19.238-40.988,50.29-75.289,89.17-98.495c43.057-24.651,92.081-36.94,141.675-35.515 c45.965-0.997,91.321,10.655,131.114,33.683c37.414,22.312,67.547,55.004,86.742,94.109c20.904,43.09,31.322,90.512,30.405,138.396 c1.013,50.043-9.706,99.628-31.299,144.783c-19.652,40.503-50.741,74.36-89.425,97.388c-41.327,23.734-88.367,35.692-136.011,34.578 c-46.947,1.133-93.303-10.651-134.01-34.067c-37.738-22.341-68.249-55.07-87.892-94.28c-21.028-42.467-31.57-89.355-30.745-136.735 C212.808,804.859,223.158,755.686,243.96,710.631z M339.006,941.858c10.257,25.912,27.651,48.385,50.163,64.812 c22.93,16.026,50.387,24.294,78.353,23.591c29.783,1.178,59.14-7.372,83.634-24.358c22.227-16.375,39.164-38.909,48.715-64.812 c10.677-28.928,15.946-59.572,15.543-90.404c0.33-31.127-4.623-62.084-14.649-91.554c-8.855-26.607-25.246-50.069-47.182-67.537 c-23.88-17.79-53.158-26.813-82.91-25.55c-28.572-0.74-56.644,7.593-80.184,23.804c-22.893,16.496-40.617,39.168-51.1,65.365 c-23.255,60.049-23.376,126.595-0.341,186.728L339.006,941.858z" }), /* @__PURE__ */ t.createElement("path", { fill: "#50D9FF", d: "M1362.667,255.5h383.25v383.25h-383.25V255.5z" })), Rl = (a) => {
|
|
836
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
837
|
+
return /* @__PURE__ */ s.jsx(ya, { height: n, width: n });
|
|
838
|
+
}, ka = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M4.709 15.955l4.72-2.647.08-.23-.08-.128H9.2l-.79-.048-2.698-.073-2.339-.097-2.266-.122-.571-.121L0 11.784l.055-.352.48-.321.686.06 1.52.103 2.278.158 1.652.097 2.449.255h.389l.055-.157-.134-.098-.103-.097-2.358-1.596-2.552-1.688-1.336-.972-.724-.491-.364-.462-.158-1.008.656-.722.881.06.225.061.893.686 1.908 1.476 2.491 1.833.365.304.145-.103.019-.073-.164-.274-1.355-2.446-1.446-2.49-.644-1.032-.17-.619a2.97 2.97 0 01-.104-.729L6.283.134 6.696 0l.996.134.42.364.62 1.414 1.002 2.229 1.555 3.03.456.898.243.832.091.255h.158V9.01l.128-1.706.237-2.095.23-2.695.08-.76.376-.91.747-.492.584.28.48.685-.067.444-.286 1.851-.559 2.903-.364 1.942h.212l.243-.242.985-1.306 1.652-2.064.73-.82.85-.904.547-.431h1.033l.76 1.129-.34 1.166-1.064 1.347-.881 1.142-1.264 1.7-.79 1.36.073.11.188-.02 2.856-.606 1.543-.28 1.841-.315.833.388.091.395-.328.807-1.969.486-2.309.462-3.439.813-.042.03.049.061 1.549.146.662.036h1.622l3.02.225.79.522.474.638-.079.485-1.215.62-1.64-.389-3.829-.91-1.312-.329h-.182v.11l1.093 1.068 2.006 1.81 2.509 2.33.127.578-.322.455-.34-.049-2.205-1.657-.851-.747-1.926-1.62h-.128v.17l.444.649 2.345 3.521.122 1.08-.17.353-.608.213-.668-.122-1.374-1.925-1.415-2.167-1.143-1.943-.14.08-.674 7.254-.316.37-.729.28-.607-.461-.322-.747.322-1.476.389-1.924.315-1.53.286-1.9.17-.632-.012-.042-.14.018-1.434 1.967-2.18 2.945-1.726 1.845-.414.164-.717-.37.067-.662.401-.589 2.388-3.036 1.44-1.882.93-1.086-.006-.158h-.055L4.132 18.56l-1.13.146-.487-.456.061-.746.231-.243 1.908-1.312-.006.006z", fill: "#D97757", fillRule: "nonzero" })), Zl = (a) => {
|
|
839
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
840
|
+
return /* @__PURE__ */ s.jsx(ka, { height: n, width: n });
|
|
841
|
+
}, Ma = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 40 40", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M32.8377 17.282C33.2127 16.25 33.3072 15.218 33.2127 14.1875C33.1197 13.1571 32.7447 12.1251 32.2752 11.1876C31.4322 9.78209 30.2127 8.6571 28.8072 8.0001C27.3072 7.34461 25.7127 7.15711 24.1197 7.53211C23.3698 6.78212 22.5253 6.12512 21.5878 5.65713C20.6503 5.18913 19.5253 5.00013 18.4948 5.00013C16.8851 4.99074 15.3125 5.48246 13.9948 6.40712C12.6824 7.34311 11.7449 8.6571 11.2754 10.1571C10.1504 10.4376 9.21289 10.9071 8.27539 11.4696C7.4324 12.1251 6.77541 12.9696 6.21291 13.8126C5.36992 15.2195 5.08792 16.8125 5.27542 18.407C5.46399 19.9968 6.11605 21.496 7.1504 22.718C6.79608 23.7086 6.66795 24.7659 6.77541 25.8124C6.86991 26.8444 7.2449 27.8749 7.7129 28.8124C8.55739 30.2194 9.77538 31.3444 11.1824 31.9999C12.6824 32.6569 14.2753 32.8444 15.8698 32.4694C16.6198 33.2194 17.4628 33.8749 18.4003 34.3444C19.3378 34.8139 20.4628 34.9999 21.4948 34.9999C23.1043 35.0097 24.6769 34.5185 25.9947 33.5944C27.3072 32.6569 28.2447 31.3444 28.7127 29.8444C29.7719 29.6432 30.7682 29.1934 31.6197 28.5319C32.4627 27.8749 33.2127 27.1249 33.6822 26.1874C34.5251 24.7819 34.8071 23.1875 34.6196 21.5945C34.4322 20 33.8697 18.5015 32.8377 17.282ZM21.5878 33.0304C20.0878 33.0304 18.9628 32.5609 17.9323 31.7179C17.9323 31.7179 18.0253 31.6234 18.1198 31.6234L24.1197 28.1554C24.2862 28.0803 24.4196 27.9469 24.4947 27.7804C24.5698 27.636 24.6021 27.4731 24.5877 27.3109V18.875L27.1197 20.375V27.3124C27.1455 28.0547 27.0215 28.7945 26.755 29.4878C26.4885 30.181 26.085 30.8134 25.5687 31.3473C25.0523 31.8811 24.4337 32.3054 23.7497 32.5949C23.0658 32.8843 22.3305 33.0314 21.5878 33.0304ZM9.49488 27.8749C8.83789 26.7499 8.55739 25.4374 8.83789 24.125C8.83789 24.125 8.93239 24.2195 9.02539 24.2195L15.0253 27.6874C15.1693 27.7638 15.3325 27.7966 15.4948 27.7819C15.6823 27.7819 15.8698 27.7819 15.9628 27.6874L23.2753 23.4695V26.3749L17.1823 29.9374C16.5506 30.3042 15.8527 30.5427 15.1287 30.6393C14.4046 30.7358 13.6686 30.6884 12.9629 30.4999C11.4629 30.1249 10.2449 29.1874 9.49488 27.8749ZM7.9004 14.8445C8.56239 13.7234 9.58826 12.8627 10.8074 12.4056V19.532C10.8074 19.718 10.8074 19.907 10.9004 20C10.9755 20.1665 11.1089 20.2998 11.2754 20.375L18.5878 24.5944L16.0573 26.0944L10.0574 22.625C9.41842 22.2639 8.85742 21.7797 8.40684 21.2004C7.95627 20.6211 7.62506 19.9582 7.4324 19.25C7.05741 17.8445 7.1504 16.157 7.9004 14.8445ZM28.6197 19.625L21.3073 15.407L23.8377 13.9071L29.8377 17.375C30.7752 17.9375 31.5252 18.6875 31.9947 19.625C32.4642 20.5625 32.7447 21.5945 32.6502 22.7195C32.5603 23.7755 32.1699 24.7837 31.5252 25.6249C30.8697 26.4694 30.0252 27.1249 28.9947 27.4999V20.375C28.9947 20.1875 28.9947 20 28.9002 19.907C28.9002 19.907 28.8072 19.718 28.6197 19.625ZM31.1502 15.875C31.1502 15.875 31.0572 15.782 30.9627 15.782L24.9627 12.3126C24.7752 12.2196 24.6822 12.2196 24.4947 12.2196C24.3072 12.2196 24.1197 12.2196 24.0252 12.3126L16.7128 16.532V13.6251L22.8073 10.0626C23.7448 9.50009 24.7752 9.31259 25.9002 9.31259C26.9322 9.31259 27.9627 9.68759 28.9002 10.3446C29.7447 11.0001 30.4947 11.8446 30.8697 12.7821C31.2447 13.7196 31.3377 14.8445 31.1502 15.875ZM15.4003 21.125L12.8699 19.625V12.5946C12.8699 11.5626 13.1503 10.4376 13.7128 9.59459C14.2753 8.6571 15.1198 8.0001 16.0573 7.53211C17.0127 7.05249 18.0956 6.88812 19.1503 7.06261C20.1823 7.15711 21.2128 7.62511 22.0573 8.2821C22.0573 8.2821 21.9628 8.3751 21.8698 8.3751L15.8698 11.8446C15.7033 11.9197 15.57 12.0531 15.4948 12.2196C15.4003 12.4071 15.4003 12.5001 15.4003 12.6876V21.125ZM16.7128 18.125L19.9948 16.25L23.2753 18.125V21.875L19.9948 23.75L16.7128 21.875V18.125Z", fill: "currentColor" })), Vl = (a) => {
|
|
842
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
843
|
+
return /* @__PURE__ */ s.jsx(
|
|
844
|
+
Ma,
|
|
845
|
+
{
|
|
846
|
+
height: n,
|
|
847
|
+
width: n,
|
|
848
|
+
color: a.color ?? "currentColor"
|
|
849
|
+
}
|
|
850
|
+
);
|
|
851
|
+
}, ua = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" }), /* @__PURE__ */ t.createElement("path", { d: "M16 10h1v4" }), /* @__PURE__ */ t.createElement("path", { d: "M7 14v-4l3 4v-4" }), /* @__PURE__ */ t.createElement("path", { d: "M13 10.5l0 .01" }), /* @__PURE__ */ t.createElement("path", { d: "M13 13.5l0 .01" })), ql = (a) => {
|
|
852
|
+
const { theme: o } = l(h), n = a.size ?? 24, d = a.stroke ?? o.icon.stroke.md;
|
|
853
|
+
return /* @__PURE__ */ s.jsx(ua, { height: n, width: n, strokeWidth: d });
|
|
854
|
+
}, Ca = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 14, height: 14, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", className: "tabler-icon tabler-icon-trash-x ", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M3 3l18 18" }), /* @__PURE__ */ t.createElement("path", { d: "M4 7h16" }), /* @__PURE__ */ t.createElement("path", { d: "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" }), /* @__PURE__ */ t.createElement("path", { d: "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" }), /* @__PURE__ */ t.createElement("path", { d: "M10 12l4 4m0 -4l-4 4" })), Ol = (a) => {
|
|
855
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg, d = a.stroke ?? o.icon.stroke.md;
|
|
856
|
+
return /* @__PURE__ */ s.jsx(Ca, { height: n, width: n, strokeWidth: d });
|
|
857
|
+
}, _a = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M10.4673 3.06709C10.9938 1.64431 13.0062 1.6443 13.5327 3.06709L15.2708 7.76367C15.4364 8.21097 15.789 8.56364 16.2363 8.72917L20.9329 10.4673C22.3557 10.9938 22.3557 13.0062 20.9329 13.5327L16.2363 15.2708C15.789 15.4364 15.4364 15.789 15.2708 16.2363L13.5327 20.9329C13.0062 22.3557 10.9938 22.3557 10.4673 20.9329L8.72917 16.2363C8.56364 15.789 8.21097 15.4364 7.76367 15.2708L3.06709 13.5327C1.64431 13.0062 1.6443 10.9938 3.06709 10.4673L7.76367 8.72917C8.21097 8.56364 8.56364 8.21097 8.72917 7.76367L10.4673 3.06709Z", stroke: "currentColor" })), Wl = (a) => {
|
|
858
|
+
const { theme: o } = l(h), n = a.size ?? 24, d = a.stroke ?? o.icon.stroke.md;
|
|
859
|
+
return /* @__PURE__ */ s.jsx(_a, { height: n, width: n, strokeWidth: d });
|
|
860
|
+
}, ma = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 14, height: 14, viewBox: "0 0 14 14", fill: "none", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M6.06216 1.53416C6.38434 0.663593 7.61566 0.663591 7.93784 1.53416L9.00134 4.40789C9.10263 4.68158 9.31842 4.89737 9.59211 4.99866L12.4658 6.06216C13.3364 6.38434 13.3364 7.61566 12.4658 7.93784L9.59211 9.00134C9.31842 9.10263 9.10263 9.31842 9.00134 9.59211L7.93784 12.4658C7.61566 13.3364 6.38434 13.3364 6.06216 12.4658L4.99866 9.59211C4.89737 9.31842 4.68158 9.10263 4.40789 9.00134L1.53416 7.93784C0.663593 7.61566 0.663591 6.38434 1.53416 6.06216L4.40789 4.99866C4.68158 4.89737 4.89737 4.68158 4.99866 4.40789L6.06216 1.53416Z", fill: "currentColor" })), Gl = (a) => {
|
|
861
|
+
const { theme: o } = l(h), n = a.size ?? 24, d = a.stroke ?? o.icon.stroke.md;
|
|
862
|
+
return /* @__PURE__ */ s.jsx(ma, { height: n, width: n, strokeWidth: d });
|
|
863
|
+
}, Ia = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M7.84682 4.19127L4.10596 3.92969L3.05961 18.8931L6.80048 19.1547", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M17.199 4.84524L20.9399 5.10683L19.8935 20.0703L16.1526 19.8087", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M7.99728 15.4793L8.00663 15.4799L7.99728 15.4793Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M11.7381 15.7409L11.7475 15.7415L11.7381 15.7409Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M15.479 16.0024L15.4884 16.0031L15.479 16.0024Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M7.84682 4.19127L4.10596 3.92969L3.05961 18.8931L6.80048 19.1547M17.199 4.84524L20.9399 5.10683L19.8935 20.0703L16.1526 19.8087M7.99728 15.4793L8.00663 15.4799M11.7381 15.7409L11.7475 15.7415M15.479 16.0024L15.4884 16.0031", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), v = /* @__PURE__ */ c("div")({
|
|
864
|
+
name: "IllustrationIconWrapper",
|
|
865
|
+
class: "ibpqb8b",
|
|
866
|
+
propsAsIs: !1
|
|
867
|
+
}), Ul = (a) => {
|
|
868
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
869
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
870
|
+
Ia,
|
|
871
|
+
{
|
|
872
|
+
fill: o.accent.accent3,
|
|
873
|
+
color: o.accent.accent8,
|
|
874
|
+
height: n,
|
|
875
|
+
width: n
|
|
876
|
+
}
|
|
877
|
+
) });
|
|
878
|
+
}, fa = (a) => /* @__PURE__ */ t.createElement("svg", { width: 26, height: 26, viewBox: "-1 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M5.66433 7.43347C5.72493 6.9399 5.97912 6.49062 6.37099 6.18446C6.76285 5.8783 7.26028 5.74035 7.75386 5.80095L18.92 7.17199C19.4136 7.23259 19.8629 7.48678 20.169 7.87864C20.4752 8.27051 20.6131 8.76794 20.5525 9.26151L19.1815 20.4277C19.1209 20.9212 18.8667 21.3705 18.4748 21.6767C18.083 21.9828 17.5855 22.1208 17.092 22.0602L5.92582 20.6891C5.43224 20.6285 4.98296 20.3744 4.6768 19.9825C4.37064 19.5906 4.23269 19.0932 4.2933 18.5996L5.66433 7.43347Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M17.2875 5.08246L16.8305 8.8045L17.2875 5.08246Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M9.84339 4.16844L9.38638 7.89048L9.84339 4.16844Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M5.20732 11.1555L20.0955 12.9836L5.20732 11.1555Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M8.47236 15.3346L10.3334 15.5631L10.1049 17.4241L8.24385 17.1956L8.47236 15.3346Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M17.2875 5.08246L16.8305 8.8045M9.84339 4.16844L9.38638 7.89048M5.20732 11.1555L20.0955 12.9836M5.66433 7.43347C5.72493 6.9399 5.97912 6.49062 6.37099 6.18446C6.76285 5.8783 7.26028 5.74035 7.75386 5.80095L18.92 7.17199C19.4136 7.23259 19.8629 7.48678 20.169 7.87864C20.4752 8.27051 20.6131 8.76794 20.5525 9.26151L19.1815 20.4277C19.1209 20.9212 18.8667 21.3705 18.4748 21.6767C18.083 21.9828 17.5855 22.1208 17.092 22.0602L5.92582 20.6891C5.43224 20.6285 4.98296 20.3744 4.6768 19.9825C4.37064 19.5906 4.23269 19.0932 4.2933 18.5996L5.66433 7.43347ZM8.47236 15.3346L10.3334 15.5631L10.1049 17.4241L8.24385 17.1956L8.47236 15.3346Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), Xl = (a) => {
|
|
879
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
880
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
881
|
+
fa,
|
|
882
|
+
{
|
|
883
|
+
fill: o.accent.accent3,
|
|
884
|
+
color: o.accent.accent8,
|
|
885
|
+
height: n,
|
|
886
|
+
width: n
|
|
887
|
+
}
|
|
888
|
+
) });
|
|
889
|
+
}, La = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 24, viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M12.8968 20.4301L6.54196 20.8745C6.04589 20.9092 5.55636 20.7454 5.18105 20.4191C4.80575 20.0929 4.57542 19.6309 4.54073 19.1348L3.75597 7.91225C3.72128 7.41618 3.88508 6.92665 4.21132 6.55135C4.53757 6.17605 4.99954 5.94571 5.49561 5.91103L16.7182 5.12627C17.2143 5.09158 17.7038 5.25537 18.0791 5.58162C18.4544 5.90786 18.6847 6.36984 18.7194 6.8659L18.981 10.6068", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M14.7627 17.4803C14.8321 18.4724 15.2928 19.3964 16.0434 20.0488C16.794 20.7013 17.773 21.0289 18.7652 20.9595C19.7573 20.8902 20.6812 20.4295 21.3337 19.6789C21.9862 18.9283 22.3138 17.9492 22.2444 16.9571C22.1751 15.965 21.7144 15.041 20.9638 14.3885C20.2132 13.736 19.2341 13.4084 18.242 13.4778C17.2499 13.5472 16.3259 14.0079 15.6734 14.7585C15.0209 15.5091 14.6933 16.4881 14.7627 17.4803Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M14.717 3.38663L14.9786 7.12749L14.717 3.38663Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M7.23525 3.9098L7.49684 7.65067L7.23525 3.9098Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M4.01756 11.6531L18.981 10.6068L4.01756 11.6531Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M18.4052 15.8122L18.5036 17.2188L19.5042 18.0886", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M12.8968 20.4301L6.54196 20.8745C6.04589 20.9092 5.55636 20.7454 5.18105 20.4191C4.80575 20.0929 4.57542 19.6309 4.54073 19.1348L3.75597 7.91225C3.72128 7.41618 3.88508 6.92665 4.21132 6.55135C4.53757 6.17605 4.99954 5.94571 5.49561 5.91103L16.7182 5.12627C17.2143 5.09158 17.7038 5.25537 18.0791 5.58162C18.4544 5.90786 18.6847 6.36984 18.7194 6.8659L18.981 10.6068L4.01756 11.6531M14.717 3.38663L14.9786 7.12749M7.23525 3.9098L7.49684 7.65067M18.4052 15.8122L18.5036 17.2188L19.5042 18.0886M14.7627 17.4803C14.8321 18.4724 15.2928 19.3964 16.0434 20.0488C16.794 20.7013 17.773 21.0289 18.7652 20.9595C19.7573 20.8902 20.6812 20.4295 21.3337 19.6789C21.9862 18.9283 22.3138 17.9492 22.2444 16.9571C22.1751 15.965 21.7144 15.041 20.9638 14.3885C20.2132 13.736 19.2341 13.4084 18.242 13.4778C17.2499 13.5472 16.3259 14.0079 15.6734 14.7585C15.0209 15.5091 14.6933 16.4881 14.7627 17.4803Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), Kl = (a) => {
|
|
890
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
891
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
892
|
+
La,
|
|
893
|
+
{
|
|
894
|
+
height: n,
|
|
895
|
+
width: n,
|
|
896
|
+
fill: o.accent.accent3,
|
|
897
|
+
color: o.accent.accent8
|
|
898
|
+
}
|
|
899
|
+
) });
|
|
900
|
+
}, wa = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_39321_100611)" }, /* @__PURE__ */ t.createElement("path", { d: "M10.2501 3.41974L14.9262 3.74672C15.2983 3.77274 15.6447 3.94549 15.8894 4.22697C16.1341 4.50844 16.257 4.87559 16.2309 5.24764C16.1702 6.11577 15.7672 6.92422 15.1104 7.49515C14.4536 8.06608 13.5969 8.35272 12.7288 8.29201L11.7936 8.22662C10.9255 8.16591 10.117 7.76283 9.54608 7.10605C8.97515 6.44927 8.68851 5.59259 8.74922 4.72447C8.77523 4.35242 8.94798 4.00594 9.22946 3.76125C9.51093 3.51657 9.87808 3.39372 10.2501 3.41974Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M4.19089 16.1531L4.25629 15.2179C4.39504 13.2336 5.31637 11.3857 6.81758 10.0807C8.31879 8.77574 10.2769 8.12056 12.2612 8.25931C14.2455 8.39807 16.0934 9.31939 17.3983 10.8206C18.7033 12.3218 19.3585 14.2799 19.2197 16.2642L19.1544 17.1994C19.085 18.1916 18.6243 19.1155 17.8737 19.768C17.1231 20.4205 16.144 20.7481 15.1519 20.6787L7.67017 20.1555C6.67803 20.0862 5.75409 19.6255 5.1016 18.8749C4.4491 18.1243 4.12151 17.1452 4.19089 16.1531Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M10.2501 3.41974L14.9262 3.74672C15.2983 3.77274 15.6447 3.94549 15.8894 4.22697C16.1341 4.50844 16.257 4.87559 16.2309 5.24764C16.1702 6.11577 15.7672 6.92422 15.1104 7.49515C14.4536 8.06608 13.5969 8.35272 12.7288 8.29201L11.7936 8.22662C10.9255 8.16591 10.117 7.76283 9.54608 7.10605C8.97515 6.44927 8.68851 5.59259 8.74922 4.72447C8.77523 4.35242 8.94798 4.00594 9.22946 3.76125C9.51093 3.51657 9.87808 3.39372 10.2501 3.41974Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M4.19089 16.1531L4.25629 15.2179C4.39504 13.2336 5.31637 11.3857 6.81758 10.0807C8.31879 8.77574 10.2769 8.12056 12.2612 8.25931C14.2455 8.39807 16.0934 9.31939 17.3983 10.8206C18.7033 12.3218 19.3585 14.2799 19.2197 16.2642L19.1544 17.1994C19.085 18.1916 18.6243 19.1155 17.8737 19.768C17.1231 20.4205 16.144 20.7481 15.1519 20.6787L7.67017 20.1555C6.67803 20.0862 5.75409 19.6255 5.1016 18.8749C4.4491 18.1243 4.12151 17.1452 4.19089 16.1531Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_39321_100611" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "white" })))), Yl = (a) => {
|
|
901
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
902
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
903
|
+
wa,
|
|
904
|
+
{
|
|
905
|
+
height: n,
|
|
906
|
+
width: n,
|
|
907
|
+
fill: o.accent.accent3,
|
|
908
|
+
color: o.accent.accent8
|
|
909
|
+
}
|
|
910
|
+
) });
|
|
911
|
+
}, Na = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 25, viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M13.2892 3.45947L13.5508 7.20033C13.5681 7.44837 13.6833 7.67935 13.8709 7.84247C14.0586 8.0056 14.3034 8.0875 14.5514 8.07015L18.2923 7.80856", fill: "#F0F4FF" }), /* @__PURE__ */ t.createElement("path", { d: "M17.272 20.0972L7.91983 20.7511C7.42376 20.7858 6.93422 20.622 6.55892 20.2958C6.18362 19.9695 5.95329 19.5076 5.9186 19.0115L5.00305 5.91847C4.96836 5.4224 5.13215 4.93287 5.4584 4.55756C5.78464 4.18226 6.24662 3.95193 6.74269 3.91724L13.2892 3.45947L18.2923 7.80856L19.0116 18.0959C19.0463 18.592 18.8825 19.0815 18.5563 19.4568C18.23 19.8322 17.7681 20.0625 17.272 20.0972Z", fill: "#F0F4FF" }), /* @__PURE__ */ t.createElement("path", { d: "M13.2892 3.45947L13.5508 7.20033C13.5681 7.44837 13.6833 7.67935 13.8709 7.84247C14.0586 8.0056 14.3034 8.0875 14.5514 8.07015L18.2923 7.80856M13.2892 3.45947L6.74269 3.91724C6.24662 3.95193 5.78464 4.18226 5.4584 4.55756C5.13215 4.93287 4.96836 5.4224 5.00305 5.91847L5.9186 19.0115C5.95329 19.5076 6.18362 19.9695 6.55892 20.2958C6.93422 20.622 7.42376 20.7858 7.91983 20.7511L17.272 20.0972C17.7681 20.0625 18.23 19.8322 18.5563 19.4568C18.8825 19.0815 19.0463 18.592 19.0116 18.0959L18.2923 7.80856M13.2892 3.45947L18.2923 7.80856", stroke: "#8DA4EF", strokeWidth: 1.33, strokeLinecap: "round", strokeLinejoin: "round" })), Jl = (a) => {
|
|
912
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
913
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
914
|
+
Na,
|
|
915
|
+
{
|
|
916
|
+
height: n,
|
|
917
|
+
width: n,
|
|
918
|
+
fill: o.accent.accent3,
|
|
919
|
+
color: o.accent.accent8
|
|
920
|
+
}
|
|
921
|
+
) });
|
|
922
|
+
}, Ea = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M6.80092 4.84535C6.30485 4.88004 5.84288 5.11037 5.51664 5.48567C5.19039 5.86097 5.0266 6.3505 5.06128 6.84657L5.25747 9.65222C5.30951 10.3963 5.16235 11.1237 4.84837 11.6744C4.53438 12.2251 4.0793 12.554 3.58323 12.5887C4.0793 12.554 4.57572 12.8163 4.96329 13.3179C5.35086 13.8196 5.59782 14.5194 5.64985 15.2635L5.84605 18.0692C5.88073 18.5652 6.11106 19.0272 6.48637 19.3535C6.86167 19.6797 7.3512 19.8435 7.84727 19.8088", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M16.1531 4.19138C16.6492 4.15669 17.1387 4.32049 17.514 4.64673C17.8893 4.97298 18.1196 5.43495 18.1543 5.93102L18.3505 8.73667C18.4025 9.48077 18.6495 10.1806 19.0371 10.6823C19.4246 11.1839 19.9211 11.4462 20.4171 11.4115C19.9211 11.4462 19.466 11.7751 19.152 12.3258C18.838 12.8765 18.6909 13.6039 18.7429 14.348L18.9391 17.1536C18.9738 17.6497 18.81 18.1392 18.4837 18.5145C18.1575 18.8898 17.6955 19.1202 17.1994 19.1548", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M6.80092 4.84535C6.30485 4.88004 5.84288 5.11037 5.51664 5.48567C5.19039 5.86097 5.0266 6.3505 5.06128 6.84657L5.25747 9.65222C5.30951 10.3963 5.16235 11.1237 4.84837 11.6744C4.53438 12.2251 4.0793 12.554 3.58323 12.5887C4.0793 12.554 4.57572 12.8163 4.96329 13.3179C5.35086 13.8196 5.59782 14.5194 5.64985 15.2635L5.84605 18.0692C5.88073 18.5652 6.11106 19.0272 6.48637 19.3535C6.86167 19.6797 7.3512 19.8435 7.84727 19.8088M16.1531 4.19138C16.6492 4.15669 17.1387 4.32049 17.514 4.64673C17.8893 4.97298 18.1196 5.43495 18.1543 5.93102L18.3505 8.73667C18.4025 9.48077 18.6495 10.1806 19.0371 10.6823C19.4246 11.1839 19.9211 11.4462 20.4171 11.4115C19.9211 11.4462 19.466 11.7751 19.152 12.3258C18.838 12.8765 18.6909 13.6039 18.7429 14.348L18.9391 17.1536C18.9738 17.6497 18.81 18.1392 18.4837 18.5145C18.1575 18.8898 17.6955 19.1202 17.1994 19.1548", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), Ql = (a) => {
|
|
923
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
924
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
925
|
+
Ea,
|
|
926
|
+
{
|
|
927
|
+
height: n,
|
|
928
|
+
width: n,
|
|
929
|
+
fill: o.accent.accent3,
|
|
930
|
+
color: o.accent.accent8
|
|
931
|
+
}
|
|
932
|
+
) });
|
|
933
|
+
}, xa = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("rect", { width: 24, height: 24, rx: 3, fill: "none" }), /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_36855_127168)" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M3.60925 11.1178C3.49343 12.2198 3.59579 13.3338 3.91049 14.3962C4.22519 15.4586 4.74606 16.4486 5.44336 17.3097C6.14067 18.1708 7.00075 18.8861 7.9745 19.4148C8.94826 19.9435 10.0166 20.2753 11.1186 20.3911C12.2205 20.5069 13.3345 20.4045 14.3969 20.0898C15.4593 19.7751 16.4493 19.2543 17.3104 18.557C18.1715 17.8597 18.8868 16.9996 19.4156 16.0258C19.9443 15.0521 20.276 13.9837 20.3918 12.8818C20.6257 10.6563 19.966 8.42898 18.5577 6.68991C17.1494 4.95084 15.108 3.84243 12.8825 3.60852C10.657 3.37461 8.42971 4.03436 6.69064 5.44263C4.95157 6.8509 3.84316 8.89234 3.60925 11.1178Z", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M4.46411 8.3797L20.1278 10.026L4.46411 8.3797Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M3.87614 13.9739L19.5399 15.6202L3.87614 13.9739Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M12.416 3.55949C10.5807 5.91142 9.44243 8.73125 9.1306 11.6982C8.81876 14.6651 9.34592 17.6599 10.6521 20.342", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M13.3487 3.65752C14.6548 6.33963 15.182 9.3345 14.8702 12.3014C14.5583 15.2683 13.42 18.0881 11.5848 20.4401", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M4.46411 8.3797L20.1278 10.026M3.87614 13.9739L19.5399 15.6202M12.416 3.55949C10.5807 5.91142 9.44243 8.73125 9.1306 11.6982C8.81876 14.6651 9.34592 17.6599 10.6521 20.342M13.3487 3.65752C14.6548 6.33963 15.182 9.3345 14.8702 12.3014C14.5583 15.2683 13.42 18.0881 11.5848 20.4401M3.60925 11.1178C3.49343 12.2198 3.59579 13.3338 3.91049 14.3962C4.22519 15.4586 4.74606 16.4486 5.44336 17.3097C6.14067 18.1708 7.00075 18.8861 7.9745 19.4148C8.94826 19.9435 10.0166 20.2753 11.1186 20.3911C12.2205 20.5069 13.3345 20.4045 14.3969 20.0898C15.4593 19.7751 16.4493 19.2543 17.3104 18.557C18.1715 17.8597 18.8868 16.9996 19.4156 16.0258C19.9443 15.0521 20.276 13.9837 20.3918 12.8818C20.6257 10.6563 19.966 8.42898 18.5577 6.68991C17.1494 4.95084 15.108 3.84243 12.8825 3.60852C10.657 3.37461 8.42971 4.03436 6.69064 5.44263C4.95157 6.8509 3.84316 8.89234 3.60925 11.1178Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_36855_127168" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "white" })))), eh = (a) => {
|
|
934
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
935
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
936
|
+
xa,
|
|
937
|
+
{
|
|
938
|
+
height: n,
|
|
939
|
+
width: n,
|
|
940
|
+
fill: o.accent.accent3,
|
|
941
|
+
color: o.accent.accent8
|
|
942
|
+
}
|
|
943
|
+
) });
|
|
944
|
+
}, $a = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("rect", { width: 24, height: 24, rx: 3, fill: "none" }), /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_36855_127259)" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M3.25579 7.91194C3.2211 7.41587 3.3849 6.92633 3.71115 6.55103C4.03739 6.17573 4.49936 5.9454 4.99543 5.91071L18.0885 4.99516C18.5845 4.96047 19.0741 5.12426 19.4494 5.45051C19.8247 5.77675 20.055 6.23873 20.0897 6.7348L20.7437 16.087C20.7783 16.583 20.6145 17.0726 20.2883 17.4479C19.9621 17.8232 19.5001 18.0535 19.004 18.0882L5.91099 19.0037C5.41492 19.0384 4.92538 18.8746 4.55008 18.5484C4.17478 18.2221 3.94445 17.7602 3.90976 17.2641L3.25579 7.91194Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M3.25579 7.91194L12.0651 12.9347L20.0897 6.7348", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M3.25579 7.91194C3.2211 7.41587 3.3849 6.92633 3.71115 6.55103C4.03739 6.17573 4.49936 5.9454 4.99543 5.91071L18.0885 4.99516C18.5845 4.96047 19.0741 5.12426 19.4494 5.45051C19.8247 5.77675 20.055 6.23873 20.0897 6.7348M3.25579 7.91194L3.90976 17.2641C3.94445 17.7602 4.17478 18.2221 4.55008 18.5484C4.92538 18.8746 5.41492 19.0384 5.91099 19.0037L19.004 18.0882C19.5001 18.0535 19.9621 17.8232 20.2883 17.4479C20.6145 17.0726 20.7783 16.583 20.7437 16.087L20.0897 6.7348M3.25579 7.91194L12.0651 12.9347L20.0897 6.7348", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_36855_127259" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "white" })))), th = (a) => {
|
|
945
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
946
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
947
|
+
$a,
|
|
948
|
+
{
|
|
949
|
+
height: n,
|
|
950
|
+
width: n,
|
|
951
|
+
fill: o.accent.accent3,
|
|
952
|
+
color: o.accent.accent8
|
|
953
|
+
}
|
|
954
|
+
) });
|
|
955
|
+
}, Sa = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M3.25628 7.91194C3.22159 7.41587 3.38539 6.92633 3.71163 6.55103C4.03788 6.17573 4.49985 5.9454 4.99592 5.91071L18.0889 4.99516C18.585 4.96047 19.0746 5.12426 19.4499 5.45051C19.8252 5.77675 20.0555 6.23873 20.0902 6.7348L20.7441 16.087C20.7788 16.583 20.615 17.0726 20.2888 17.4479C19.9625 17.8232 19.5006 18.0535 19.0045 18.0882L5.91147 19.0037C5.4154 19.0384 4.92587 18.8746 4.55057 18.5484C4.17527 18.2221 3.94494 17.7602 3.91025 17.2641L3.25628 7.91194Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M14.9367 13.6737L14.6751 9.93282L17.7423 13.4775L17.4807 9.73663", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M6.51971 14.2623L6.25812 10.5214L9.32536 14.0661L9.06377 10.3252", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M11.9021 10.5966L11.9028 10.606L11.9021 10.5966Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M12.0983 13.4023L12.099 13.4116L12.0983 13.4023Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M14.9367 13.6737L14.6751 9.93282L17.7423 13.4775L17.4807 9.73663M6.51971 14.2623L6.25812 10.5214L9.32536 14.0661L9.06377 10.3252M11.9021 10.5966L11.9028 10.606M12.0983 13.4023L12.099 13.4116M3.25628 7.91194C3.22159 7.41587 3.38539 6.92633 3.71163 6.55103C4.03788 6.17573 4.49985 5.9454 4.99592 5.91071L18.0889 4.99516C18.585 4.96047 19.0746 5.12426 19.4499 5.45051C19.8252 5.77675 20.0555 6.23873 20.0902 6.7348L20.7441 16.087C20.7788 16.583 20.615 17.0726 20.2888 17.4479C19.9625 17.8232 19.5006 18.0535 19.0045 18.0882L5.91147 19.0037C5.4154 19.0384 4.92587 18.8746 4.55057 18.5484C4.17527 18.2221 3.94494 17.7602 3.91025 17.2641L3.25628 7.91194Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), ah = (a) => {
|
|
956
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
957
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
958
|
+
Sa,
|
|
959
|
+
{
|
|
960
|
+
height: n,
|
|
961
|
+
width: n,
|
|
962
|
+
fill: o.accent.accent3,
|
|
963
|
+
color: o.accent.accent8
|
|
964
|
+
}
|
|
965
|
+
) });
|
|
966
|
+
}, ba = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_39400_7686)" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M3.25625 7.91258L8.67136 4.71455L14.4788 7.12782L19.894 3.92979L20.7441 16.0876L15.329 19.2856L9.52151 16.8724L4.10641 20.0704L3.25625 7.91258Z" }), /* @__PURE__ */ t.createElement("path", { d: "M8.67136 4.71455L9.52151 16.8724L8.67136 4.71455Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M14.4788 7.12782L15.329 19.2856L14.4788 7.12782Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M8.67136 4.71455L3.25625 7.91258L4.10641 20.0704L9.52151 16.8724M8.67136 4.71455L14.4788 7.12782M8.67136 4.71455L9.52151 16.8724M14.4788 7.12782L19.894 3.92979L20.7441 16.0876L15.329 19.2856M14.4788 7.12782L15.329 19.2856M15.329 19.2856L9.52151 16.8724", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_39400_7686" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "white" })))), oh = (a) => {
|
|
967
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
968
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
969
|
+
ba,
|
|
970
|
+
{
|
|
971
|
+
height: n,
|
|
972
|
+
width: n,
|
|
973
|
+
fill: o.accent.accent3,
|
|
974
|
+
color: o.accent.accent8
|
|
975
|
+
}
|
|
976
|
+
) });
|
|
977
|
+
}, za = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentFill", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("rect", { width: 24, height: 24, rx: 3, fill: "none" }), /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_36855_127138)" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M15.4792 7.99748C15.4098 7.00534 14.9491 6.08139 14.1985 5.4289C13.4479 4.77641 12.4688 4.44882 11.4767 4.5182C10.4846 4.58758 9.56062 5.04824 8.90813 5.79884C8.25564 6.54945 7.92805 7.52851 7.99743 8.52065L8.06282 9.45587C8.1322 10.448 8.59286 11.3719 9.34347 12.0244C10.0941 12.6769 11.0731 13.0045 12.0653 12.9351C13.0574 12.8658 13.9814 12.4051 14.6338 11.6545C15.2863 10.9039 15.6139 9.92483 15.5446 8.93269", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M8.5206 16.0024C8.58998 16.9945 9.05064 17.9185 9.80124 18.571C10.5518 19.2234 11.5309 19.551 12.5231 19.4817C13.5152 19.4123 14.4391 18.9516 15.0916 18.201C15.7441 17.4504 16.0717 16.4713 16.0023 15.4792L15.4792 7.99748", fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M15.5446 8.93269C15.6139 9.92483 15.2863 10.9039 14.6338 11.6545C13.9814 12.4051 13.0574 12.8658 12.0653 12.9351C11.0731 13.0045 10.0941 12.6769 9.34347 12.0244C8.59286 11.3719 8.1322 10.448 8.06282 9.45587L7.99743 8.52065C7.92805 7.52851 8.25564 6.54945 8.90813 5.79884C9.56062 5.04824 10.4846 4.58758 11.4767 4.5182C12.4688 4.44882 13.4479 4.77641 14.1985 5.4289C14.9491 6.08139 15.4098 7.00534 15.4792 7.99748L16.0023 15.4792C16.0717 16.4713 15.7441 17.4504 15.0916 18.201C14.4391 18.9516 13.5152 19.4123 12.5231 19.4817C11.5309 19.551 10.5518 19.2234 9.80124 18.571C9.05064 17.9185 8.58998 16.9945 8.5206 16.0024", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_36855_127138" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "white" })))), nh = (a) => {
|
|
978
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
979
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
980
|
+
za,
|
|
981
|
+
{
|
|
982
|
+
height: n,
|
|
983
|
+
width: n,
|
|
984
|
+
fill: o.accent.accent3,
|
|
985
|
+
color: o.accent.accent8
|
|
986
|
+
}
|
|
987
|
+
) });
|
|
988
|
+
}, Fa = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 24, viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M3.75628 7.91194C3.72159 7.41587 3.88539 6.92633 4.21163 6.55103C4.53788 6.17573 4.99985 5.9454 5.49592 5.91071L18.5889 4.99516C19.085 4.96047 19.5746 5.12426 19.9499 5.45051C20.3252 5.77675 20.5555 6.23873 20.5902 6.7348L21.2441 16.087C21.2788 16.583 21.115 17.0726 20.7888 17.4479C20.4625 17.8232 20.0006 18.0535 19.5045 18.0882L6.41147 19.0037C5.9154 19.0384 5.42587 18.8746 5.05057 18.5484C4.67527 18.2221 4.44494 17.7602 4.41025 17.2641L3.75628 7.91194Z", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M7.69334 10.456L8.62855 10.3906L8.89014 14.1315", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M14.5014 13.7391L14.2399 9.99822L17.3071 13.5429L17.0455 9.80203", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M11.4669 10.662L11.4676 10.6714L11.4669 10.662Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M11.6631 13.4677L11.6637 13.477L11.6631 13.4677Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M7.69334 10.456L8.62855 10.3906L8.89014 14.1315M14.5014 13.7391L14.2399 9.99822L17.3071 13.5429L17.0455 9.80203M11.4669 10.662L11.4676 10.6714M11.6631 13.4677L11.6637 13.477M3.75628 7.91194C3.72159 7.41587 3.88539 6.92633 4.21163 6.55103C4.53788 6.17573 4.99985 5.9454 5.49592 5.91071L18.5889 4.99516C19.085 4.96047 19.5746 5.12426 19.9499 5.45051C20.3252 5.77675 20.5555 6.23873 20.5902 6.7348L21.2441 16.087C21.2788 16.583 21.115 17.0726 20.7888 17.4479C20.4625 17.8232 20.0006 18.0535 19.5045 18.0882L6.41147 19.0037C5.9154 19.0384 5.42587 18.8746 5.05057 18.5484C4.67527 18.2221 4.44494 17.7602 4.41025 17.2641L3.75628 7.91194Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), sh = (a) => {
|
|
989
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
990
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
991
|
+
Fa,
|
|
992
|
+
{
|
|
993
|
+
height: n,
|
|
994
|
+
width: n,
|
|
995
|
+
fill: o.accent.accent3,
|
|
996
|
+
color: o.accent.accent8
|
|
997
|
+
}
|
|
998
|
+
) });
|
|
999
|
+
}, ja = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 24, viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M3.75628 7.91194C3.72159 7.41587 3.88539 6.92633 4.21163 6.55103C4.53788 6.17573 4.99985 5.9454 5.49592 5.91071L18.5889 4.99516C19.085 4.96047 19.5746 5.12426 19.9499 5.45051C20.3252 5.77675 20.5555 6.23873 20.5902 6.7348L21.2441 16.087C21.2788 16.583 21.115 17.0726 20.7888 17.4479C20.4625 17.8232 20.0006 18.0535 19.5045 18.0882L6.41147 19.0037C5.9154 19.0384 5.42587 18.8746 5.05057 18.5484C4.67527 18.2221 4.44494 17.7602 4.41025 17.2641L3.75628 7.91194Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M8.62855 10.3906L9.56377 10.3252L9.82536 14.0661", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M15.1751 9.93282L16.1103 9.86743L16.3719 13.6083", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M12.4021 10.5966L12.4028 10.606L12.4021 10.5966Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M12.5983 13.4023L12.599 13.4116L12.5983 13.4023Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M8.62855 10.3906L9.56377 10.3252L9.82536 14.0661M15.1751 9.93282L16.1103 9.86743L16.3719 13.6083M12.4021 10.5966L12.4028 10.606M12.5983 13.4023L12.599 13.4116M3.75628 7.91194C3.72159 7.41587 3.88539 6.92633 4.21163 6.55103C4.53788 6.17573 4.99985 5.9454 5.49592 5.91071L18.5889 4.99516C19.085 4.96047 19.5746 5.12426 19.9499 5.45051C20.3252 5.77675 20.5555 6.23873 20.5902 6.7348L21.2441 16.087C21.2788 16.583 21.115 17.0726 20.7888 17.4479C20.4625 17.8232 20.0006 18.0535 19.5045 18.0882L6.41147 19.0037C5.9154 19.0384 5.42587 18.8746 5.05057 18.5484C4.67527 18.2221 4.44494 17.7602 4.41025 17.2641L3.75628 7.91194Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), ch = (a) => {
|
|
1000
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1001
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1002
|
+
ja,
|
|
1003
|
+
{
|
|
1004
|
+
height: n,
|
|
1005
|
+
width: n,
|
|
1006
|
+
fill: o.accent.accent3,
|
|
1007
|
+
color: o.accent.accent8
|
|
1008
|
+
}
|
|
1009
|
+
) });
|
|
1010
|
+
}, Ba = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("rect", { width: 24, height: 24, rx: 3, fill: "none" }), /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_36855_127302)" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M4.93049 4.97614L8.67136 4.71455L10.8688 9.25984L8.62883 10.8262C9.77242 12.787 11.531 14.3157 13.6319 15.1753L14.8712 12.7391L19.6781 14.2826L19.9397 18.0234C19.9744 18.5195 19.8106 19.009 19.4843 19.3843C19.1581 19.7596 18.6961 19.99 18.2 20.0247C14.5365 20.0581 10.9874 18.7495 8.2224 16.3459C5.45738 13.9423 3.66764 10.6099 3.19085 6.97737C3.15616 6.4813 3.31996 5.99176 3.6462 5.61646C3.97245 5.24116 4.43442 5.01083 4.93049 4.97614Z", fill: "currentFill", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_36855_127302" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "white" })))), lh = (a) => {
|
|
1011
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1012
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1013
|
+
Ba,
|
|
1014
|
+
{
|
|
1015
|
+
height: n,
|
|
1016
|
+
width: n,
|
|
1017
|
+
fill: o.accent.accent3,
|
|
1018
|
+
color: o.accent.accent8
|
|
1019
|
+
}
|
|
1020
|
+
) });
|
|
1021
|
+
}, Aa = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M5.38754 12.4777C5.42223 11.9816 5.65256 11.5196 6.02786 11.1934C6.40316 10.8671 6.89269 10.7033 7.38876 10.738L16.7409 11.392C17.237 11.4267 17.699 11.657 18.0252 12.0323C18.3515 12.4076 18.5153 12.8971 18.4806 13.3932L18.0882 19.0045C18.0535 19.5006 17.8232 19.9625 17.4479 20.2888C17.0726 20.615 16.583 20.7788 16.087 20.7441L6.7348 20.0902C6.23873 20.0555 5.77675 19.8252 5.45051 19.4499C5.12426 19.0746 4.96047 18.585 4.99516 18.0889L5.38754 12.4777Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M10.8026 15.6757C10.7853 15.9237 10.8672 16.1685 11.0303 16.3561C11.1934 16.5438 11.4244 16.6589 11.6725 16.6763C11.9205 16.6936 12.1653 16.6117 12.3529 16.4486C12.5406 16.2855 12.6557 16.0545 12.6731 15.8065C12.6904 15.5584 12.6085 15.3137 12.4454 15.126C12.2823 14.9384 12.0513 14.8232 11.8033 14.8059C11.5552 14.7885 11.3105 14.8704 11.1228 15.0335C10.9352 15.1967 10.82 15.4276 10.8026 15.6757Z", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M8.32398 10.8034L8.58557 7.06254C8.65494 6.0704 9.1156 5.14646 9.86621 4.49397C10.6168 3.84148 11.5959 3.51389 12.588 3.58327C13.5802 3.65264 14.5041 4.1133 15.1566 4.86391C15.8091 5.61451 16.1367 6.59358 16.0673 7.58572L15.8057 11.3266", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M8.32398 10.8034L8.58557 7.06254C8.65494 6.0704 9.1156 5.14646 9.86621 4.49397C10.6168 3.84148 11.5959 3.51389 12.588 3.58327C13.5802 3.65264 14.5041 4.1133 15.1566 4.86391C15.8091 5.61451 16.1367 6.59358 16.0673 7.58572L15.8057 11.3266M5.38754 12.4777C5.42223 11.9816 5.65256 11.5196 6.02786 11.1934C6.40316 10.8671 6.89269 10.7033 7.38876 10.738L16.7409 11.392C17.237 11.4267 17.699 11.657 18.0252 12.0323C18.3515 12.4076 18.5153 12.8971 18.4806 13.3932L18.0882 19.0045C18.0535 19.5006 17.8232 19.9625 17.4479 20.2888C17.0726 20.615 16.583 20.7788 16.087 20.7441L6.7348 20.0902C6.23873 20.0555 5.77675 19.8252 5.45051 19.4499C5.12426 19.0746 4.96047 18.585 4.99516 18.0889L5.38754 12.4777ZM10.8026 15.6757C10.7853 15.9237 10.8672 16.1685 11.0303 16.3561C11.1934 16.5438 11.4244 16.6589 11.6725 16.6763C11.9205 16.6936 12.1653 16.6117 12.3529 16.4486C12.5406 16.2855 12.6557 16.0545 12.6731 15.8065C12.6904 15.5584 12.6085 15.3137 12.4454 15.126C12.2823 14.9384 12.0513 14.8232 11.8033 14.8059C11.5552 14.7885 11.3105 14.8704 11.1228 15.0335C10.9352 15.1967 10.82 15.4276 10.8026 15.6757Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), hh = (a) => {
|
|
1022
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1023
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1024
|
+
Aa,
|
|
1025
|
+
{
|
|
1026
|
+
height: n,
|
|
1027
|
+
width: n,
|
|
1028
|
+
fill: o.accent.accent3,
|
|
1029
|
+
color: o.accent.accent8
|
|
1030
|
+
}
|
|
1031
|
+
) });
|
|
1032
|
+
}, Da = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 24, viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_39321_100605)" }, /* @__PURE__ */ t.createElement("path", { d: "M10.6518 4.4387C11.0177 3.18817 12.7418 3.06761 13.2782 4.25504L15.0487 8.17475C15.2173 8.54805 15.5406 8.82907 15.9337 8.9441L20.0617 10.1519C21.3122 10.5177 21.4328 12.2418 20.2453 12.7782L16.3256 14.5487C15.9523 14.7173 15.6713 15.0406 15.5563 15.4337L14.3485 19.5617C13.9826 20.8122 12.2585 20.9328 11.7222 19.7454L9.95166 15.8257C9.78304 15.4524 9.45976 15.1713 9.06662 15.0563L4.93866 13.8485C3.68814 13.4827 3.56757 11.7586 4.75501 11.2222L8.67471 9.4517C9.04801 9.28308 9.32903 8.9598 9.44406 8.56666L10.6518 4.4387Z", fill: "currentFill", stroke: "currentColor", strokeWidth: 1.5 })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_39321_100605" }, /* @__PURE__ */ t.createElement("rect", { width: 20.6124, height: 20.6124, fill: "white", transform: "translate(1.5 2.43799) rotate(-4)" })))), dh = (a) => {
|
|
1033
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1034
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1035
|
+
Da,
|
|
1036
|
+
{
|
|
1037
|
+
height: n,
|
|
1038
|
+
width: n,
|
|
1039
|
+
fill: o.accent.accent3,
|
|
1040
|
+
color: o.accent.accent8
|
|
1041
|
+
}
|
|
1042
|
+
) });
|
|
1043
|
+
}, Ta = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 24, viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M9.06327 9.89091C9.57978 9.85479 9.96921 9.4068 9.93309 8.8903C9.89697 8.37379 9.44898 7.98436 8.93248 8.02048C8.41597 8.05659 8.02654 8.50458 8.06266 9.02109C8.09878 9.53759 8.54677 9.92703 9.06327 9.89091Z", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M4.69131 7.84715L4.94367 11.4562C4.97879 11.9584 5.21167 12.4261 5.5919 12.7566L13.7129 19.8161C13.901 19.9796 14.1196 20.1046 14.356 20.1837C14.5925 20.2628 14.8422 20.2946 15.0909 20.2772C15.3396 20.2598 15.5825 20.1936 15.8056 20.0823C16.0287 19.9711 16.2278 19.8169 16.3913 19.6288L20.596 14.7918C20.7596 14.6036 20.8846 14.3851 20.9637 14.1487C21.0428 13.9122 21.0746 13.6625 21.0572 13.4138C21.0398 13.1651 20.9736 12.9222 20.8623 12.6991C20.7511 12.4759 20.5969 12.2769 20.4088 12.1133L12.2868 5.05395C11.9071 4.72385 11.4117 4.55804 10.9098 4.59295L7.30077 4.84531C6.55666 4.89735 5.8637 5.24284 5.37434 5.8058C4.88497 6.36875 4.63927 7.10305 4.69131 7.84715Z", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M9.06327 9.89091C9.57978 9.85479 9.96921 9.4068 9.93309 8.8903C9.89697 8.37379 9.44898 7.98436 8.93248 8.02048C8.41597 8.05659 8.02654 8.50458 8.06266 9.02109C8.09878 9.53759 8.54677 9.92703 9.06327 9.89091Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M4.69131 7.84715L4.94367 11.4562C4.97879 11.9584 5.21167 12.4261 5.5919 12.7566L13.7129 19.8161C13.901 19.9796 14.1196 20.1046 14.356 20.1837C14.5925 20.2628 14.8422 20.2946 15.0909 20.2772C15.3396 20.2598 15.5825 20.1936 15.8056 20.0823C16.0287 19.9711 16.2278 19.8169 16.3913 19.6288L20.596 14.7918C20.7596 14.6036 20.8846 14.3851 20.9637 14.1487C21.0428 13.9122 21.0746 13.6625 21.0572 13.4138C21.0398 13.1651 20.9736 12.9222 20.8623 12.6991C20.7511 12.4759 20.5969 12.2769 20.4088 12.1133L12.2868 5.05395C11.9071 4.72385 11.4117 4.55804 10.9098 4.59295L7.30077 4.84531C6.55666 4.89735 5.8637 5.24284 5.37434 5.8058C4.88497 6.36875 4.63927 7.10305 4.69131 7.84715Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })), ih = (a) => {
|
|
1044
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1045
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1046
|
+
Ta,
|
|
1047
|
+
{
|
|
1048
|
+
height: n,
|
|
1049
|
+
width: n,
|
|
1050
|
+
fill: o.accent.accent3,
|
|
1051
|
+
color: o.accent.accent8
|
|
1052
|
+
}
|
|
1053
|
+
) });
|
|
1054
|
+
}, Pa = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 24, viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M8.23485 6.65934L5.58444 6.84467C5.08217 6.87979 4.61443 7.113 4.2841 7.493C3.95378 7.87299 3.78794 8.36864 3.82306 8.87091L4.00839 11.5213C4.04351 12.0235 4.27639 12.4912 4.65662 12.8218L10.7764 18.1416C10.9645 18.3052 11.1831 18.4301 11.4195 18.5092C11.656 18.5883 11.9057 18.6201 12.1544 18.6027C12.4031 18.5853 12.646 18.5191 12.8691 18.4079C13.0922 18.2966 13.2913 18.1425 13.4548 17.9543L15.9199 15.1185C16.0835 14.9304 16.2084 14.7118 16.2875 14.4754C16.3667 14.239 16.3984 13.9892 16.381 13.7405C16.3636 13.4918 16.2974 13.2489 16.1862 13.0258C16.0749 12.8027 15.9208 12.6037 15.7326 12.4401L9.61192 7.12034C9.23213 6.79024 8.73683 6.62443 8.23485 6.65934Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M18.1301 17.6281L20.5952 14.7923C20.7587 14.6042 20.8837 14.3856 20.9628 14.1492C21.0419 13.9127 21.0737 13.663 21.0563 13.4143C21.0389 13.1656 20.9727 12.9227 20.8614 12.6996C20.7502 12.4765 20.596 12.2774 20.4079 12.1139L13.2866 5.9243", fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M6.69086 9.58667L6.68151 9.58732L6.69086 9.58667Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M18.1301 17.6281L20.5952 14.7923C20.7587 14.6042 20.8837 14.3856 20.9628 14.1492C21.0419 13.9127 21.0737 13.663 21.0563 13.4143C21.0389 13.1656 20.9727 12.9227 20.8614 12.6996C20.7502 12.4765 20.596 12.2774 20.4079 12.1139L13.2866 5.9243M6.69086 9.58667L6.68151 9.58732M8.23485 6.65934L5.58444 6.84467C5.08217 6.87979 4.61443 7.113 4.2841 7.493C3.95378 7.87299 3.78794 8.36864 3.82306 8.87091L4.00839 11.5213C4.04351 12.0235 4.27639 12.4912 4.65662 12.8218L10.7764 18.1416C10.9645 18.3052 11.1831 18.4301 11.4195 18.5092C11.656 18.5883 11.9057 18.6201 12.1544 18.6027C12.4031 18.5853 12.646 18.5191 12.8691 18.4079C13.0922 18.2966 13.2913 18.1425 13.4548 17.9543L15.9199 15.1185C16.0835 14.9304 16.2084 14.7118 16.2875 14.4754C16.3667 14.239 16.3984 13.9892 16.381 13.7405C16.3636 13.4918 16.2974 13.2489 16.1862 13.0258C16.0749 12.8027 15.9208 12.6037 15.7326 12.4401L9.61192 7.12034C9.23213 6.79024 8.73683 6.62443 8.23485 6.65934Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), rh = (a) => {
|
|
1055
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1056
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1057
|
+
Pa,
|
|
1058
|
+
{
|
|
1059
|
+
height: n,
|
|
1060
|
+
width: n,
|
|
1061
|
+
fill: o.accent.accent3,
|
|
1062
|
+
color: o.accent.accent8
|
|
1063
|
+
}
|
|
1064
|
+
) });
|
|
1065
|
+
}, Ha = (a) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("rect", { width: 24, height: 24, rx: 3, fill: "none" }), /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_36855_127272)" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M3.75727 18.6752L6.55436 18.9691L3.75727 18.6752Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M13.0809 19.6551L19.6075 20.3411L13.0809 19.6551Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M6.94965 14.2974L13.383 14.9735L6.94965 14.2974Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M10.8797 6.50999L14.9448 19.8518L10.8797 6.50999Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M4.68963 18.7731L11.8517 4.44329L13.7165 4.63928L18.6751 20.2431", fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M3.75727 18.6752L6.55436 18.9691M13.0809 19.6551L19.6075 20.3411M6.94965 14.2974L13.383 14.9735M10.8797 6.50999L14.9448 19.8518M4.68963 18.7731L11.8517 4.44329L13.7165 4.63928L18.6751 20.2431", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_36855_127272" }, /* @__PURE__ */ t.createElement("rect", { x: 0.75, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "white" })))), vh = (a) => {
|
|
1066
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1067
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1068
|
+
Ha,
|
|
1069
|
+
{
|
|
1070
|
+
height: n,
|
|
1071
|
+
width: n,
|
|
1072
|
+
fill: o.accent.accent3,
|
|
1073
|
+
color: o.accent.accent8
|
|
1074
|
+
}
|
|
1075
|
+
) });
|
|
1076
|
+
}, Ra = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 24, viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_39321_100602)" }, /* @__PURE__ */ t.createElement("path", { d: "M14.3703 11.869C14.405 12.3651 14.6354 12.8271 15.0107 13.1533C15.386 13.4796 15.8755 13.6433 16.3716 13.6087C16.8676 13.574 17.3296 13.3436 17.6559 12.9683C17.9821 12.593 18.1459 12.1035 18.1112 11.6074C18.0765 11.1114 17.8462 10.6494 17.4709 10.3231C17.0956 9.9969 16.6061 9.8331 16.11 9.86779C15.6139 9.90248 15.1519 10.1328 14.8257 10.5081C14.4995 10.8834 14.3357 11.3729 14.3703 11.869Z", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M3.14775 12.6538C3.04369 11.1656 3.53507 9.69697 4.51381 8.57107C5.49255 7.44516 6.87846 6.75417 8.36667 6.6501L15.8484 6.12693C17.3366 6.02286 18.8052 6.51425 19.9311 7.49298C21.057 8.47172 21.748 9.85764 21.8521 11.3458C21.9561 12.8341 21.4648 14.3026 20.486 15.4286C19.5073 16.5545 18.1214 17.2455 16.6332 17.3495L9.15143 17.8727C7.66322 17.9768 6.19463 17.4854 5.06872 16.5066C3.94281 15.5279 3.25182 14.142 3.14775 12.6538Z", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M14.3703 11.869C14.405 12.3651 14.6354 12.8271 15.0107 13.1533C15.386 13.4796 15.8755 13.6433 16.3716 13.6087C16.8676 13.574 17.3296 13.3436 17.6559 12.9683C17.9821 12.593 18.1459 12.1035 18.1112 11.6074C18.0765 11.1114 17.8462 10.6494 17.4709 10.3231C17.0956 9.9969 16.6061 9.8331 16.11 9.86779C15.6139 9.90248 15.1519 10.1328 14.8257 10.5081C14.4995 10.8834 14.3357 11.3729 14.3703 11.869Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M3.14775 12.6538C3.04369 11.1656 3.53507 9.69697 4.51381 8.57107C5.49255 7.44516 6.87846 6.75417 8.36667 6.6501L15.8484 6.12693C17.3366 6.02286 18.8052 6.51425 19.9311 7.49298C21.057 8.47172 21.748 9.85764 21.8521 11.3458C21.9561 12.8341 21.4648 14.3026 20.486 15.4286C19.5073 16.5545 18.1214 17.2455 16.6332 17.3495L9.15143 17.8727C7.66322 17.9768 6.19463 17.4854 5.06872 16.5066C3.94281 15.5279 3.25182 14.142 3.14775 12.6538Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_39321_100602" }, /* @__PURE__ */ t.createElement("rect", { x: 1.25, y: 0.75, width: 22.5, height: 22.5, rx: 2.25, fill: "white" })))), ph = (a) => {
|
|
1077
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1078
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1079
|
+
Ra,
|
|
1080
|
+
{
|
|
1081
|
+
height: n,
|
|
1082
|
+
width: n,
|
|
1083
|
+
fill: o.accent.accent3,
|
|
1084
|
+
color: o.accent.accent8
|
|
1085
|
+
}
|
|
1086
|
+
) });
|
|
1087
|
+
}, Za = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 26, viewBox: "0 0 25 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M4.50317 7.59525C4.56818 6.85217 4.92571 6.16535 5.49712 5.68588C6.06853 5.20641 6.80701 4.97357 7.55009 5.03858L18.7573 6.01908C19.5004 6.0841 20.1872 6.44163 20.6667 7.01304C21.1461 7.58445 21.379 8.32292 21.314 9.06601L20.4969 18.4053C20.4319 19.1484 20.0743 19.8352 19.5029 20.3147C18.9315 20.7942 18.193 21.027 17.4499 20.962L6.24275 19.9815C5.49967 19.9165 4.81285 19.559 4.33338 18.9875C3.85391 18.4161 3.62107 17.6777 3.68608 16.9346L4.50317 7.59525Z", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M7.99377 10.7239C7.95043 11.2193 8.10566 11.7116 8.4253 12.0925C8.74495 12.4735 9.20283 12.7118 9.69822 12.7552C10.1936 12.7985 10.6859 12.6433 11.0669 12.3236C11.4478 12.004 11.6862 11.5461 11.7295 11.0507C11.7728 10.5553 11.6176 10.063 11.298 9.68208C10.9783 9.30114 10.5204 9.06278 10.0251 9.01944C9.52966 8.9761 9.03735 9.13132 8.65641 9.45097C8.27547 9.77062 8.03711 10.2285 7.99377 10.7239Z", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M15.6286 9.50969L17.4965 9.67311L15.6286 9.50969Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M15.3018 13.2454L17.1697 13.4088L15.3018 13.2454Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M7.50352 16.3275L16.8428 17.1446L7.50352 16.3275Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M15.6286 9.50969L17.4965 9.67311M15.3018 13.2454L17.1697 13.4088M7.50352 16.3275L16.8428 17.1446M4.50317 7.59525C4.56818 6.85217 4.92571 6.16535 5.49712 5.68588C6.06853 5.20641 6.80701 4.97357 7.55009 5.03858L18.7573 6.01908C19.5004 6.0841 20.1872 6.44163 20.6667 7.01304C21.1461 7.58445 21.379 8.32292 21.314 9.06601L20.4969 18.4053C20.4319 19.1484 20.0743 19.8352 19.5029 20.3147C18.9315 20.7942 18.193 21.027 17.4499 20.962L6.24275 19.9815C5.49967 19.9165 4.81285 19.559 4.33338 18.9875C3.85391 18.4161 3.62107 17.6777 3.68608 16.9346L4.50317 7.59525ZM7.99377 10.7239C7.95043 11.2193 8.10566 11.7116 8.4253 12.0925C8.74495 12.4735 9.20283 12.7118 9.69822 12.7552C10.1936 12.7985 10.6859 12.6433 11.0669 12.3236C11.4478 12.004 11.6862 11.5461 11.7295 11.0507C11.7728 10.5553 11.6176 10.063 11.298 9.68208C10.9783 9.30114 10.5204 9.06278 10.0251 9.01944C9.52966 8.9761 9.03735 9.13132 8.65641 9.45097C8.27547 9.77062 8.03711 10.2285 7.99377 10.7239Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), gh = (a) => {
|
|
1088
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1089
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1090
|
+
Za,
|
|
1091
|
+
{
|
|
1092
|
+
height: n,
|
|
1093
|
+
width: n,
|
|
1094
|
+
fill: o.accent.accent3,
|
|
1095
|
+
color: o.accent.accent8
|
|
1096
|
+
}
|
|
1097
|
+
) });
|
|
1098
|
+
}, Va = (a) => /* @__PURE__ */ t.createElement("svg", { width: 25, height: 24, viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ t.createElement("path", { d: "M4.08295 12.5883C4.16025 13.6937 4.45449 14.7729 4.94889 15.7646C5.44329 16.7562 6.12816 17.6407 6.9644 18.3676C7.80064 19.0946 8.77187 19.6497 9.82264 20.0012C10.8734 20.3528 11.9831 20.494 13.0885 20.4167C14.1938 20.3394 15.2731 20.0452 16.2647 19.5508C17.2563 19.0564 18.1408 18.3715 18.8678 17.5353C19.5947 16.699 20.1498 15.7278 20.5014 14.677C20.853 13.6263 20.9941 12.5165 20.9168 11.4112C20.8396 10.3059 20.5453 9.22658 20.0509 8.23497C19.5565 7.24336 18.8716 6.35883 18.0354 5.6319C17.1992 4.90497 16.2279 4.34987 15.1772 3.99828C14.1264 3.6467 13.0167 3.50552 11.9113 3.58282C10.806 3.66011 9.72672 3.95435 8.73511 4.44875C7.74349 4.94315 6.85897 5.62803 6.13204 6.46427C5.40511 7.3005 4.85 8.27174 4.49842 9.32251C4.14684 10.3733 4.00566 11.483 4.08295 12.5883Z", fill: "none" }), /* @__PURE__ */ t.createElement("path", { d: "M9.56346 10.3255C9.61549 11.0696 9.96099 11.7626 10.5239 12.252C11.0869 12.7413 11.8212 12.987 12.5653 12.935C13.3094 12.8829 14.0024 12.5375 14.4917 11.9745C14.9811 11.4115 15.2268 10.6772 15.1748 9.93314C15.1227 9.18904 14.7772 8.49608 14.2143 8.00671C13.6513 7.51734 12.917 7.27165 12.1729 7.32368C11.4288 7.37571 10.7359 7.72121 10.2465 8.28416C9.75712 8.84712 9.51143 9.58142 9.56346 10.3255Z", fill: "#E8EFFD" }), /* @__PURE__ */ t.createElement("path", { d: "M7.49359 18.7865C7.6712 17.9999 8.09763 17.2915 8.70962 16.7664C9.32162 16.2413 10.0866 15.9274 10.891 15.8714L14.6319 15.6098C15.4373 15.5532 16.2395 15.7581 16.9192 16.194C17.5989 16.6299 18.1197 17.2735 18.4042 18.0291", fill: "currentFill" }), /* @__PURE__ */ t.createElement("path", { d: "M7.49359 18.7865C7.6712 17.9999 8.09763 17.2915 8.70962 16.7664C9.32162 16.2413 10.0866 15.9274 10.891 15.8714L14.6319 15.6098C15.4373 15.5532 16.2395 15.7581 16.9192 16.194C17.5989 16.6299 18.1197 17.2735 18.4042 18.0291M4.08295 12.5883C4.16025 13.6937 4.45449 14.7729 4.94889 15.7646C5.44329 16.7562 6.12816 17.6407 6.9644 18.3676C7.80064 19.0946 8.77187 19.6497 9.82264 20.0012C10.8734 20.3528 11.9831 20.494 13.0885 20.4167C14.1938 20.3394 15.2731 20.0452 16.2647 19.5508C17.2563 19.0564 18.1408 18.3715 18.8678 17.5353C19.5947 16.699 20.1498 15.7278 20.5014 14.677C20.853 13.6263 20.9941 12.5165 20.9168 11.4112C20.8396 10.3059 20.5453 9.22658 20.0509 8.23497C19.5565 7.24336 18.8716 6.35883 18.0354 5.6319C17.1992 4.90497 16.2279 4.34987 15.1772 3.99828C14.1264 3.6467 13.0167 3.50552 11.9113 3.58282C10.806 3.66011 9.72672 3.95435 8.73511 4.44875C7.7435 4.94315 6.85897 5.62803 6.13204 6.46427C5.40511 7.3005 4.85 8.27174 4.49842 9.32251C4.14684 10.3733 4.00566 11.483 4.08295 12.5883ZM9.56346 10.3255C9.61549 11.0696 9.96099 11.7626 10.5239 12.252C11.0869 12.7413 11.8212 12.987 12.5653 12.935C13.3094 12.8829 14.0024 12.5375 14.4917 11.9745C14.9811 11.4115 15.2268 10.6772 15.1748 9.93314C15.1227 9.18904 14.7772 8.49608 14.2143 8.00671C13.6513 7.51734 12.917 7.27165 12.1729 7.32368C11.4288 7.37571 10.7359 7.72121 10.2465 8.28416C9.75712 8.84712 9.51143 9.58142 9.56346 10.3255Z", stroke: "currentColor", strokeWidth: 1.49625, strokeLinecap: "round", strokeLinejoin: "round" })), yh = (a) => {
|
|
1099
|
+
const { theme: o } = l(h), n = a.size ?? o.icon.size.lg;
|
|
1100
|
+
return /* @__PURE__ */ s.jsx(v, { children: /* @__PURE__ */ s.jsx(
|
|
1101
|
+
Va,
|
|
1102
|
+
{
|
|
1103
|
+
height: n,
|
|
1104
|
+
width: n,
|
|
1105
|
+
fill: o.accent.accent3,
|
|
1106
|
+
color: o.accent.accent8
|
|
1107
|
+
}
|
|
1108
|
+
) });
|
|
1109
|
+
}, kh = ({
|
|
1110
|
+
className: a,
|
|
1111
|
+
size: o = 14
|
|
1112
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
1113
|
+
"svg",
|
|
1114
|
+
{
|
|
1115
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1116
|
+
width: o,
|
|
1117
|
+
height: o,
|
|
1118
|
+
viewBox: "0 0 14 14",
|
|
1119
|
+
"aria-hidden": "true",
|
|
1120
|
+
focusable: "false",
|
|
1121
|
+
className: a,
|
|
1122
|
+
children: /* @__PURE__ */ s.jsxs(
|
|
1123
|
+
"path",
|
|
1124
|
+
{
|
|
1125
|
+
d: "M3.1 7 C3.1 4.4 6.0 4.4 7.0 7 C8.0 9.6 10.9 9.6 10.9 7 C10.9 4.4 8.0 4.4 7.0 7 C6.0 9.6 3.1 9.6 3.1 7",
|
|
1126
|
+
fill: "none",
|
|
1127
|
+
stroke: "currentColor",
|
|
1128
|
+
strokeWidth: "1.4",
|
|
1129
|
+
strokeLinecap: "round",
|
|
1130
|
+
strokeLinejoin: "round",
|
|
1131
|
+
shapeRendering: "geometricPrecision",
|
|
1132
|
+
pathLength: 100,
|
|
1133
|
+
strokeDasharray: "14 86",
|
|
1134
|
+
strokeDashoffset: "0",
|
|
1135
|
+
children: [
|
|
1136
|
+
/* @__PURE__ */ s.jsx(
|
|
1137
|
+
"animate",
|
|
1138
|
+
{
|
|
1139
|
+
attributeName: "stroke-dashoffset",
|
|
1140
|
+
values: "0;-100",
|
|
1141
|
+
dur: "1.05s",
|
|
1142
|
+
repeatCount: "indefinite"
|
|
1143
|
+
}
|
|
1144
|
+
),
|
|
1145
|
+
/* @__PURE__ */ s.jsx(
|
|
1146
|
+
"animate",
|
|
1147
|
+
{
|
|
1148
|
+
attributeName: "stroke-dasharray",
|
|
1149
|
+
values: "10 90;16 84;10 90",
|
|
1150
|
+
dur: "1.05s",
|
|
1151
|
+
repeatCount: "indefinite"
|
|
1152
|
+
}
|
|
1153
|
+
)
|
|
1154
|
+
]
|
|
1155
|
+
}
|
|
1156
|
+
)
|
|
1157
|
+
}
|
|
1158
|
+
), Mh = ({ children: a }) => {
|
|
1159
|
+
const o = z(C);
|
|
1160
|
+
return N(() => {
|
|
1161
|
+
import("./AllIcons-BpT9PGHQ.js").then(({ ALL_ICONS: n }) => {
|
|
1162
|
+
o(n);
|
|
1163
|
+
});
|
|
1164
|
+
}, [o]), a;
|
|
1165
|
+
}, qa = /* @__PURE__ */ c("div")({
|
|
1166
|
+
name: "StyledTextContainer",
|
|
1167
|
+
class: "smkv2s2",
|
|
1168
|
+
propsAsIs: !1
|
|
1169
|
+
}), Oa = () => ({
|
|
1170
|
+
accent: a
|
|
1171
|
+
}) => {
|
|
1172
|
+
switch (a) {
|
|
1173
|
+
case "blue":
|
|
1174
|
+
return i.color.blue5;
|
|
1175
|
+
case "danger":
|
|
1176
|
+
return i.color.red3;
|
|
1177
|
+
default:
|
|
1178
|
+
return "transparent";
|
|
1179
|
+
}
|
|
1180
|
+
}, Wa = () => ({
|
|
1181
|
+
accent: a
|
|
1182
|
+
}) => {
|
|
1183
|
+
switch (a) {
|
|
1184
|
+
case "blue":
|
|
1185
|
+
return i.color.blue10;
|
|
1186
|
+
case "danger":
|
|
1187
|
+
return i.color.red;
|
|
1188
|
+
default:
|
|
1189
|
+
return "inherit";
|
|
1190
|
+
}
|
|
1191
|
+
}, Ga = /* @__PURE__ */ c("div")({
|
|
1192
|
+
name: "StyledInfo",
|
|
1193
|
+
class: "s13fwkpo",
|
|
1194
|
+
propsAsIs: !1,
|
|
1195
|
+
vars: {
|
|
1196
|
+
"s13fwkpo-0": [Oa()],
|
|
1197
|
+
"s13fwkpo-1": [Wa()]
|
|
1198
|
+
}
|
|
1199
|
+
}), Ua = /* @__PURE__ */ c("span")({
|
|
1200
|
+
name: "StyledLinkContainer",
|
|
1201
|
+
class: "sc30zd6",
|
|
1202
|
+
propsAsIs: !1
|
|
1203
|
+
}), uh = ({
|
|
1204
|
+
accent: a = "blue",
|
|
1205
|
+
text: o,
|
|
1206
|
+
buttonTitle: n,
|
|
1207
|
+
onClick: d,
|
|
1208
|
+
to: r
|
|
1209
|
+
}) => {
|
|
1210
|
+
const {
|
|
1211
|
+
theme: p
|
|
1212
|
+
} = l(h);
|
|
1213
|
+
return /* @__PURE__ */ s.jsxs(Ga, { accent: a, children: [
|
|
1214
|
+
/* @__PURE__ */ s.jsxs(qa, { children: [
|
|
1215
|
+
/* @__PURE__ */ s.jsx(u, { size: p.icon.size.md }),
|
|
1216
|
+
o
|
|
1217
|
+
] }),
|
|
1218
|
+
n && r && /* @__PURE__ */ s.jsx(Ua, { children: /* @__PURE__ */ s.jsx(F, { to: r, children: /* @__PURE__ */ s.jsx(k, { title: n, size: "small", variant: "secondary", accent: a }) }) }),
|
|
1219
|
+
n && d && !r && /* @__PURE__ */ s.jsx(k, { title: n, onClick: d, size: "small", variant: "secondary", accent: a })
|
|
1220
|
+
] });
|
|
1221
|
+
}, Xa = () => ({
|
|
1222
|
+
color: a
|
|
1223
|
+
}) => i.tag.background[a], Ka = () => ({
|
|
1224
|
+
weight: a
|
|
1225
|
+
}) => i.font.weight[a], Ya = () => ({
|
|
1226
|
+
isLoaderVisible: a
|
|
1227
|
+
}) => a ? i.spacing[1] : i.spacing[2], Ja = () => ({
|
|
1228
|
+
color: a
|
|
1229
|
+
}) => i.tag.text[a], Qa = /* @__PURE__ */ c("h3")({
|
|
1230
|
+
name: "StyledStatus",
|
|
1231
|
+
class: "s1075jcz",
|
|
1232
|
+
propsAsIs: !1,
|
|
1233
|
+
vars: {
|
|
1234
|
+
"s1075jcz-0": [Xa()],
|
|
1235
|
+
"s1075jcz-1": [Ja()],
|
|
1236
|
+
"s1075jcz-2": [Ka()],
|
|
1237
|
+
"s1075jcz-3": [Ya()]
|
|
1238
|
+
}
|
|
1239
|
+
}), e6 = /* @__PURE__ */ c("span")({
|
|
1240
|
+
name: "StyledContent",
|
|
1241
|
+
class: "sn0vwvf",
|
|
1242
|
+
propsAsIs: !1
|
|
1243
|
+
}), Ch = ({
|
|
1244
|
+
className: a,
|
|
1245
|
+
color: o,
|
|
1246
|
+
isLoaderVisible: n = !1,
|
|
1247
|
+
text: d,
|
|
1248
|
+
onClick: r,
|
|
1249
|
+
weight: p = "regular"
|
|
1250
|
+
}) => /* @__PURE__ */ s.jsxs(Qa, { className: a, color: B(o), onClick: r, weight: p, isLoaderVisible: n, children: [
|
|
1251
|
+
/* @__PURE__ */ s.jsx(e6, { children: d }),
|
|
1252
|
+
n ? /* @__PURE__ */ s.jsx(j, { color: o }) : null
|
|
1253
|
+
] }), t6 = () => ({
|
|
1254
|
+
backgroundColor: a
|
|
1255
|
+
}) => a, a6 = () => ({
|
|
1256
|
+
visible: a
|
|
1257
|
+
}) => a ? "1px" : "0", o6 = () => ({
|
|
1258
|
+
noMargin: a
|
|
1259
|
+
}) => a ? "0" : i.spacing[3], n6 = /* @__PURE__ */ c("div")({
|
|
1260
|
+
name: "StyledSeparator",
|
|
1261
|
+
class: "s15pxpqz",
|
|
1262
|
+
propsAsIs: !1,
|
|
1263
|
+
vars: {
|
|
1264
|
+
"s15pxpqz-0": [t6()],
|
|
1265
|
+
"s15pxpqz-1": [a6()],
|
|
1266
|
+
"s15pxpqz-2": [o6()]
|
|
1267
|
+
}
|
|
1268
|
+
}), s6 = () => ({
|
|
1269
|
+
noMargin: a
|
|
1270
|
+
}) => a ? "0" : i.spacing[3], c6 = /* @__PURE__ */ c("div")({
|
|
1271
|
+
name: "StyledSeparatorContainer",
|
|
1272
|
+
class: "sc33830",
|
|
1273
|
+
propsAsIs: !1,
|
|
1274
|
+
vars: {
|
|
1275
|
+
"sc33830-0": [s6()]
|
|
1276
|
+
}
|
|
1277
|
+
}), l6 = () => ({
|
|
1278
|
+
backgroundColor: a
|
|
1279
|
+
}) => a, h6 = () => ({
|
|
1280
|
+
visible: a
|
|
1281
|
+
}) => a ? "1px" : "0", _ = /* @__PURE__ */ c("div")({
|
|
1282
|
+
name: "StyledLine",
|
|
1283
|
+
class: "sy3p7ec",
|
|
1284
|
+
propsAsIs: !1,
|
|
1285
|
+
vars: {
|
|
1286
|
+
"sy3p7ec-0": [l6()],
|
|
1287
|
+
"sy3p7ec-1": [h6()]
|
|
1288
|
+
}
|
|
1289
|
+
}), d6 = /* @__PURE__ */ c("span")({
|
|
1290
|
+
name: "StyledText",
|
|
1291
|
+
class: "slft9au",
|
|
1292
|
+
propsAsIs: !1
|
|
1293
|
+
}), _h = ({
|
|
1294
|
+
visible: a = !0,
|
|
1295
|
+
text: o = "",
|
|
1296
|
+
noMargin: n = !1,
|
|
1297
|
+
color: d
|
|
1298
|
+
}) => {
|
|
1299
|
+
const r = d ?? i.border.color.medium;
|
|
1300
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: o ? /* @__PURE__ */ s.jsxs(c6, { noMargin: n, children: [
|
|
1301
|
+
/* @__PURE__ */ s.jsx(_, { visible: a, backgroundColor: r }),
|
|
1302
|
+
/* @__PURE__ */ s.jsx(f6, { children: /* @__PURE__ */ s.jsx(d6, { children: o }) }),
|
|
1303
|
+
/* @__PURE__ */ s.jsx(_, { visible: a, backgroundColor: r })
|
|
1304
|
+
] }) : /* @__PURE__ */ s.jsx(n6, { visible: a, noMargin: n, backgroundColor: r }) });
|
|
1305
|
+
}, i6 = /* @__PURE__ */ c("div")({
|
|
1306
|
+
name: "StyledContainer",
|
|
1307
|
+
class: "s7nz0hd",
|
|
1308
|
+
propsAsIs: !1
|
|
1309
|
+
}), mh = ({
|
|
1310
|
+
children: a
|
|
1311
|
+
}) => /* @__PURE__ */ s.jsx(i6, { children: a });
|
|
1312
|
+
var r6 = /* @__PURE__ */ ((a) => (a.Primary = "primary", a.Secondary = "secondary", a.Tertiary = "tertiary", a))(r6 || {});
|
|
1313
|
+
const v6 = () => ({
|
|
1314
|
+
fontColor: a
|
|
1315
|
+
}) => i.font.color[a], p6 = /* @__PURE__ */ c("h2")({
|
|
1316
|
+
name: "StyledTitle",
|
|
1317
|
+
class: "s1edcbtf",
|
|
1318
|
+
propsAsIs: !1,
|
|
1319
|
+
vars: {
|
|
1320
|
+
"s1edcbtf-0": [v6()]
|
|
1321
|
+
}
|
|
1322
|
+
}), Ih = ({
|
|
1323
|
+
title: a,
|
|
1324
|
+
fontColor: o = "tertiary",
|
|
1325
|
+
className: n
|
|
1326
|
+
}) => /* @__PURE__ */ s.jsx(p6, { fontColor: o, className: n, children: a }), g6 = /* @__PURE__ */ c("div")({
|
|
1327
|
+
name: "StyledContainer",
|
|
1328
|
+
class: "sfck8ob",
|
|
1329
|
+
propsAsIs: !1
|
|
1330
|
+
}), y6 = /* @__PURE__ */ c("div")({
|
|
1331
|
+
name: "StyledTitleContainer",
|
|
1332
|
+
class: "stmmngw",
|
|
1333
|
+
propsAsIs: !1
|
|
1334
|
+
}), k6 = /* @__PURE__ */ c("h2")({
|
|
1335
|
+
name: "StyledTitle",
|
|
1336
|
+
class: "s1hgxltc",
|
|
1337
|
+
propsAsIs: !1
|
|
1338
|
+
}), M6 = /* @__PURE__ */ c("h3")({
|
|
1339
|
+
name: "StyledDescription",
|
|
1340
|
+
class: "swvi27a",
|
|
1341
|
+
propsAsIs: !1
|
|
1342
|
+
}), fh = ({
|
|
1343
|
+
title: a,
|
|
1344
|
+
description: o,
|
|
1345
|
+
adornment: n,
|
|
1346
|
+
className: d
|
|
1347
|
+
}) => /* @__PURE__ */ s.jsxs(g6, { className: d, children: [
|
|
1348
|
+
/* @__PURE__ */ s.jsxs(y6, { children: [
|
|
1349
|
+
/* @__PURE__ */ s.jsx(k6, { children: a }),
|
|
1350
|
+
n
|
|
1351
|
+
] }),
|
|
1352
|
+
o && /* @__PURE__ */ s.jsx(M6, { children: /* @__PURE__ */ s.jsx(m, { text: o, displayedMaxRows: 5, isTooltipMultiline: !0 }) })
|
|
1353
|
+
] }), u6 = /* @__PURE__ */ c("div")({
|
|
1354
|
+
name: "StyledContainer",
|
|
1355
|
+
class: "s10abl92",
|
|
1356
|
+
propsAsIs: !1
|
|
1357
|
+
}), C6 = /* @__PURE__ */ c("h3")({
|
|
1358
|
+
name: "StyledH3Title",
|
|
1359
|
+
class: "sqjwfxz",
|
|
1360
|
+
propsAsIs: !1
|
|
1361
|
+
}), _6 = /* @__PURE__ */ c("h4")({
|
|
1362
|
+
name: "StyledDescription",
|
|
1363
|
+
class: "s3dbcm9",
|
|
1364
|
+
propsAsIs: !1
|
|
1365
|
+
}), Lh = ({
|
|
1366
|
+
title: a,
|
|
1367
|
+
description: o,
|
|
1368
|
+
className: n
|
|
1369
|
+
}) => /* @__PURE__ */ s.jsxs(u6, { className: n, children: [
|
|
1370
|
+
/* @__PURE__ */ s.jsx(C6, { children: a }),
|
|
1371
|
+
o && // Design rule: Never set a description for H3 if there are any H2 in the page
|
|
1372
|
+
// (in that case, each H2 must have its own description)
|
|
1373
|
+
/* @__PURE__ */ s.jsx(_6, { children: /* @__PURE__ */ s.jsx(m, { text: o, displayedMaxRows: 2, isTooltipMultiline: !0 }) })
|
|
1374
|
+
] }), m6 = () => ({
|
|
1375
|
+
variant: a = "default"
|
|
1376
|
+
}) => {
|
|
1377
|
+
switch (a) {
|
|
1378
|
+
case "default":
|
|
1379
|
+
return "11px";
|
|
1380
|
+
case "small":
|
|
1381
|
+
return "9px";
|
|
1382
|
+
}
|
|
1383
|
+
}, I6 = /* @__PURE__ */ c("div")({
|
|
1384
|
+
name: "StyledLabel",
|
|
1385
|
+
class: "s1qs19b7",
|
|
1386
|
+
propsAsIs: !1,
|
|
1387
|
+
vars: {
|
|
1388
|
+
"s1qs19b7-0": [m6()]
|
|
1389
|
+
}
|
|
1390
|
+
}), f6 = ({
|
|
1391
|
+
variant: a,
|
|
1392
|
+
children: o,
|
|
1393
|
+
className: n
|
|
1394
|
+
}) => /* @__PURE__ */ s.jsx(I6, { variant: a, className: n, children: o }), L6 = /* @__PURE__ */ c("div")({
|
|
1395
|
+
name: "StyledTextContent",
|
|
1396
|
+
class: "s1a2rlwp",
|
|
1397
|
+
propsAsIs: !1
|
|
1398
|
+
}), w6 = () => ({
|
|
1399
|
+
color: a
|
|
1400
|
+
}) => a ?? i.font.color.primary, N6 = /* @__PURE__ */ c("div")({
|
|
1401
|
+
name: "StyledTextWrapper",
|
|
1402
|
+
class: "sikrljw",
|
|
1403
|
+
propsAsIs: !1,
|
|
1404
|
+
vars: {
|
|
1405
|
+
"sikrljw-0": [w6()]
|
|
1406
|
+
}
|
|
1407
|
+
}), wh = ({
|
|
1408
|
+
PrefixComponent: a,
|
|
1409
|
+
text: o,
|
|
1410
|
+
color: n
|
|
1411
|
+
}) => /* @__PURE__ */ s.jsxs(N6, { color: n, children: [
|
|
1412
|
+
a || null,
|
|
1413
|
+
/* @__PURE__ */ s.jsx(L6, { children: o })
|
|
1414
|
+
] });
|
|
1415
|
+
export {
|
|
1416
|
+
xh as AVATAR_PROPERTIES_BY_SIZE,
|
|
1417
|
+
wl as AnimatedCheckmark,
|
|
1418
|
+
L as AppTooltip,
|
|
1419
|
+
$h as Avatar,
|
|
1420
|
+
V6 as AvatarGroup,
|
|
1421
|
+
V as Banner,
|
|
1422
|
+
Ll as Callout,
|
|
1423
|
+
jh as Checkmark,
|
|
1424
|
+
Th as ColorSample,
|
|
1425
|
+
Nl as CommandBlock,
|
|
1426
|
+
Ih as H1Title,
|
|
1427
|
+
r6 as H1TitleFontColor,
|
|
1428
|
+
fh as H2Title,
|
|
1429
|
+
Lh as H3Title,
|
|
1430
|
+
_h as HorizontalSeparator,
|
|
1431
|
+
El as Icon,
|
|
1432
|
+
t4 as Icon123,
|
|
1433
|
+
xl as IconAddressBook,
|
|
1434
|
+
q6 as IconAdjustments,
|
|
1435
|
+
O6 as IconAlertCircle,
|
|
1436
|
+
G as IconAlertTriangle,
|
|
1437
|
+
W6 as IconAlignBoxLeftTop,
|
|
1438
|
+
G6 as IconAlignCenter,
|
|
1439
|
+
U6 as IconAlignLeft,
|
|
1440
|
+
X6 as IconAlignRight,
|
|
1441
|
+
K6 as IconApi,
|
|
1442
|
+
Y6 as IconAppWindow,
|
|
1443
|
+
J6 as IconApps,
|
|
1444
|
+
eo as IconArchive,
|
|
1445
|
+
Q6 as IconArchiveOff,
|
|
1446
|
+
to as IconArrowBackUp,
|
|
1447
|
+
ao as IconArrowBarToDown,
|
|
1448
|
+
oo as IconArrowDown,
|
|
1449
|
+
no as IconArrowLeft,
|
|
1450
|
+
so as IconArrowMerge,
|
|
1451
|
+
co as IconArrowRight,
|
|
1452
|
+
ho as IconArrowUp,
|
|
1453
|
+
lo as IconArrowUpRight,
|
|
1454
|
+
io as IconArrowsDiagonal,
|
|
1455
|
+
ro as IconArrowsSort,
|
|
1456
|
+
vo as IconArrowsSplit2,
|
|
1457
|
+
po as IconArrowsVertical,
|
|
1458
|
+
go as IconAt,
|
|
1459
|
+
yo as IconAxisX,
|
|
1460
|
+
ko as IconAxisY,
|
|
1461
|
+
Mo as IconBadge2k,
|
|
1462
|
+
uo as IconBaselineDensitySmall,
|
|
1463
|
+
Co as IconBell,
|
|
1464
|
+
_o as IconBlockquote,
|
|
1465
|
+
mo as IconBold,
|
|
1466
|
+
Io as IconBolt,
|
|
1467
|
+
Lo as IconBook,
|
|
1468
|
+
fo as IconBook2,
|
|
1469
|
+
No as IconBookmark,
|
|
1470
|
+
wo as IconBookmarkPlus,
|
|
1471
|
+
xo as IconBox,
|
|
1472
|
+
Eo as IconBoxMultiple,
|
|
1473
|
+
Jh as IconBrackets,
|
|
1474
|
+
$o as IconBracketsAngle,
|
|
1475
|
+
So as IconBracketsContain,
|
|
1476
|
+
bo as IconBrain,
|
|
1477
|
+
$l as IconBrandAnthropic,
|
|
1478
|
+
zo as IconBrandDaysCounter,
|
|
1479
|
+
Fo as IconBrandDocker,
|
|
1480
|
+
Sl as IconBrandGemini,
|
|
1481
|
+
qh as IconBrandGithub,
|
|
1482
|
+
jo as IconBrandGoogle,
|
|
1483
|
+
Bo as IconBrandGraphql,
|
|
1484
|
+
bl as IconBrandGroq,
|
|
1485
|
+
Ao as IconBrandLinkedin,
|
|
1486
|
+
zl as IconBrandMistral,
|
|
1487
|
+
Do as IconBrandNpm,
|
|
1488
|
+
To as IconBrandOpenai,
|
|
1489
|
+
Po as IconBrandX,
|
|
1490
|
+
Fl as IconBrandXai,
|
|
1491
|
+
Ho as IconBriefcase,
|
|
1492
|
+
Ro as IconBroadcast,
|
|
1493
|
+
Zo as IconBrowserMaximize,
|
|
1494
|
+
Vo as IconBuildingSkyscraper,
|
|
1495
|
+
Yo as IconCalendar,
|
|
1496
|
+
qo as IconCalendarDue,
|
|
1497
|
+
Oo as IconCalendarEvent,
|
|
1498
|
+
Wo as IconCalendarMonth,
|
|
1499
|
+
Go as IconCalendarRepeat,
|
|
1500
|
+
Uo as IconCalendarTime,
|
|
1501
|
+
Xo as IconCalendarWeek,
|
|
1502
|
+
Ko as IconCalendarX,
|
|
1503
|
+
Jo as IconCancel,
|
|
1504
|
+
Qo as IconCaretLeft,
|
|
1505
|
+
en as IconCaretRight,
|
|
1506
|
+
n2 as IconChartBar,
|
|
1507
|
+
jl as IconChartBarHorizontal,
|
|
1508
|
+
tn as IconChartBarPopular,
|
|
1509
|
+
an as IconChartCandle,
|
|
1510
|
+
on as IconChartDots3,
|
|
1511
|
+
nn as IconChartLine,
|
|
1512
|
+
sn as IconChartPie,
|
|
1513
|
+
Ph as IconCheck,
|
|
1514
|
+
Qh as IconCheckbox,
|
|
1515
|
+
ed as IconChevronDown,
|
|
1516
|
+
cn as IconChevronLeft,
|
|
1517
|
+
Oh as IconChevronRight,
|
|
1518
|
+
ln as IconChevronRightPipe,
|
|
1519
|
+
hn as IconChevronUp,
|
|
1520
|
+
dn as IconChevronsRight,
|
|
1521
|
+
yn as IconCircle,
|
|
1522
|
+
rn as IconCircleDashed,
|
|
1523
|
+
vn as IconCircleDot,
|
|
1524
|
+
td as IconCircleOff,
|
|
1525
|
+
pn as IconCirclePlus,
|
|
1526
|
+
gn as IconCircleX,
|
|
1527
|
+
kn as IconClick,
|
|
1528
|
+
_n as IconClock,
|
|
1529
|
+
Mn as IconClockHour8,
|
|
1530
|
+
un as IconClockPlay,
|
|
1531
|
+
Cn as IconClockShare,
|
|
1532
|
+
In as IconCode,
|
|
1533
|
+
mn as IconCodeCircle,
|
|
1534
|
+
fn as IconCoins,
|
|
1535
|
+
Ln as IconColorSwatch,
|
|
1536
|
+
wn as IconColumnInsertRight,
|
|
1537
|
+
Nn as IconColumns,
|
|
1538
|
+
En as IconCommand,
|
|
1539
|
+
P7 as IconComment,
|
|
1540
|
+
$n as IconCopy,
|
|
1541
|
+
xn as IconCopyPlus,
|
|
1542
|
+
Sn as IconCpu,
|
|
1543
|
+
bn as IconCreativeCommonsSa,
|
|
1544
|
+
zn as IconCreditCard,
|
|
1545
|
+
Fn as IconCsv,
|
|
1546
|
+
ad as IconCube,
|
|
1547
|
+
jn as IconCurrencyAfghani,
|
|
1548
|
+
Bn as IconCurrencyBahraini,
|
|
1549
|
+
An as IconCurrencyBaht,
|
|
1550
|
+
Dn as IconCurrencyDinar,
|
|
1551
|
+
Tn as IconCurrencyDirham,
|
|
1552
|
+
qn as IconCurrencyDollar,
|
|
1553
|
+
Pn as IconCurrencyDollarAustralian,
|
|
1554
|
+
Hn as IconCurrencyDollarBrunei,
|
|
1555
|
+
Rn as IconCurrencyDollarCanadian,
|
|
1556
|
+
Zn as IconCurrencyDollarGuyanese,
|
|
1557
|
+
Vn as IconCurrencyDollarSingapore,
|
|
1558
|
+
On as IconCurrencyDong,
|
|
1559
|
+
Wn as IconCurrencyDram,
|
|
1560
|
+
Gn as IconCurrencyEuro,
|
|
1561
|
+
Un as IconCurrencyFlorin,
|
|
1562
|
+
Xn as IconCurrencyForint,
|
|
1563
|
+
Kn as IconCurrencyFrank,
|
|
1564
|
+
Yn as IconCurrencyGuarani,
|
|
1565
|
+
Jn as IconCurrencyHryvnia,
|
|
1566
|
+
Qn as IconCurrencyIranianRial,
|
|
1567
|
+
es as IconCurrencyKip,
|
|
1568
|
+
ts as IconCurrencyKroneCzech,
|
|
1569
|
+
as as IconCurrencyKroneDanish,
|
|
1570
|
+
os as IconCurrencyKroneSwedish,
|
|
1571
|
+
ns as IconCurrencyLari,
|
|
1572
|
+
ss as IconCurrencyLeu,
|
|
1573
|
+
cs as IconCurrencyLira,
|
|
1574
|
+
ls as IconCurrencyLyd,
|
|
1575
|
+
hs as IconCurrencyManat,
|
|
1576
|
+
ds as IconCurrencyNaira,
|
|
1577
|
+
is as IconCurrencyPaanga,
|
|
1578
|
+
rs as IconCurrencyPeso,
|
|
1579
|
+
vs as IconCurrencyPound,
|
|
1580
|
+
ps as IconCurrencyQuetzal,
|
|
1581
|
+
gs as IconCurrencyReal,
|
|
1582
|
+
ys as IconCurrencyRenminbi,
|
|
1583
|
+
ks as IconCurrencyRiyal,
|
|
1584
|
+
Ms as IconCurrencyRubel,
|
|
1585
|
+
us as IconCurrencyRufiyaa,
|
|
1586
|
+
_s as IconCurrencyRupee,
|
|
1587
|
+
Cs as IconCurrencyRupeeNepalese,
|
|
1588
|
+
ms as IconCurrencyShekel,
|
|
1589
|
+
Is as IconCurrencySom,
|
|
1590
|
+
fs as IconCurrencyTaka,
|
|
1591
|
+
Ls as IconCurrencyTenge,
|
|
1592
|
+
ws as IconCurrencyTugrik,
|
|
1593
|
+
Ns as IconCurrencyWon,
|
|
1594
|
+
Es as IconCurrencyYen,
|
|
1595
|
+
xs as IconCurrencyYuan,
|
|
1596
|
+
$s as IconCurrencyZloty,
|
|
1597
|
+
bs as IconDatabase,
|
|
1598
|
+
Ss as IconDatabaseExport,
|
|
1599
|
+
zs as IconDecimal,
|
|
1600
|
+
Fs as IconDeviceFloppy,
|
|
1601
|
+
js as IconDoorEnter,
|
|
1602
|
+
Bs as IconDotsVertical,
|
|
1603
|
+
As as IconDownload,
|
|
1604
|
+
Ts as IconEdit,
|
|
1605
|
+
Ds as IconEditCircle,
|
|
1606
|
+
Ps as IconEraser,
|
|
1607
|
+
Hs as IconExclamationCircle,
|
|
1608
|
+
Rs as IconExternalLink,
|
|
1609
|
+
Os as IconEye,
|
|
1610
|
+
Zs as IconEyeOff,
|
|
1611
|
+
Vs as IconEyeShare,
|
|
1612
|
+
qs as IconEyeX,
|
|
1613
|
+
e8 as IconFile,
|
|
1614
|
+
Ws as IconFileCheck,
|
|
1615
|
+
Gs as IconFileExport,
|
|
1616
|
+
Us as IconFileImport,
|
|
1617
|
+
Xs as IconFileInfo,
|
|
1618
|
+
Ks as IconFilePencil,
|
|
1619
|
+
Ys as IconFileText,
|
|
1620
|
+
Js as IconFileUpload,
|
|
1621
|
+
Qs as IconFileZip,
|
|
1622
|
+
Bh as IconFilter,
|
|
1623
|
+
t8 as IconFilterCog,
|
|
1624
|
+
a8 as IconFilterOff,
|
|
1625
|
+
o8 as IconFilterPlus,
|
|
1626
|
+
n8 as IconFilterX,
|
|
1627
|
+
s8 as IconFilters,
|
|
1628
|
+
c8 as IconFlag,
|
|
1629
|
+
l8 as IconFlask,
|
|
1630
|
+
h8 as IconFocusCentered,
|
|
1631
|
+
p8 as IconFolder,
|
|
1632
|
+
d8 as IconFolderOpen,
|
|
1633
|
+
i8 as IconFolderPlus,
|
|
1634
|
+
r8 as IconFolderRoot,
|
|
1635
|
+
v8 as IconFolderSymlink,
|
|
1636
|
+
g8 as IconForbid,
|
|
1637
|
+
y8 as IconFrame,
|
|
1638
|
+
k8 as IconFunction,
|
|
1639
|
+
M8 as IconGauge,
|
|
1640
|
+
C8 as IconGitBranch,
|
|
1641
|
+
u8 as IconGitBranchDeleted,
|
|
1642
|
+
_8 as IconGitCommit,
|
|
1643
|
+
m8 as IconGizmo,
|
|
1644
|
+
Bl as IconGmail,
|
|
1645
|
+
Al as IconGoogle,
|
|
1646
|
+
Dl as IconGoogleCalendar,
|
|
1647
|
+
I8 as IconGraph,
|
|
1648
|
+
Wh as IconGripVertical,
|
|
1649
|
+
f8 as IconH1,
|
|
1650
|
+
L8 as IconH2,
|
|
1651
|
+
w8 as IconH3,
|
|
1652
|
+
N8 as IconH4,
|
|
1653
|
+
E8 as IconH5,
|
|
1654
|
+
x8 as IconH6,
|
|
1655
|
+
$8 as IconHandClick,
|
|
1656
|
+
S8 as IconHandMove,
|
|
1657
|
+
b8 as IconHeadphones,
|
|
1658
|
+
j8 as IconHeart,
|
|
1659
|
+
z8 as IconHeartOff,
|
|
1660
|
+
F8 as IconHeartRateMonitor,
|
|
1661
|
+
Pe as IconHelp,
|
|
1662
|
+
B8 as IconHelpCircle,
|
|
1663
|
+
D8 as IconHierarchy,
|
|
1664
|
+
A8 as IconHierarchy2,
|
|
1665
|
+
P8 as IconHistory,
|
|
1666
|
+
T8 as IconHistoryToggle,
|
|
1667
|
+
H8 as IconHome,
|
|
1668
|
+
R8 as IconHourglassHigh,
|
|
1669
|
+
Z8 as IconHours24,
|
|
1670
|
+
V8 as IconHttpDelete,
|
|
1671
|
+
q8 as IconHttpGet,
|
|
1672
|
+
O8 as IconHttpPatch,
|
|
1673
|
+
W8 as IconHttpPost,
|
|
1674
|
+
G8 as IconHttpPut,
|
|
1675
|
+
U8 as IconId,
|
|
1676
|
+
X8 as IconInbox,
|
|
1677
|
+
u as IconInfoCircle,
|
|
1678
|
+
K8 as IconItalic,
|
|
1679
|
+
Y8 as IconJetpack,
|
|
1680
|
+
J8 as IconJson,
|
|
1681
|
+
Q8 as IconKey,
|
|
1682
|
+
e7 as IconLanguage,
|
|
1683
|
+
t7 as IconLayersLinked,
|
|
1684
|
+
v7 as IconLayout,
|
|
1685
|
+
a7 as IconLayoutDashboard,
|
|
1686
|
+
o7 as IconLayoutGrid,
|
|
1687
|
+
n7 as IconLayoutKanban,
|
|
1688
|
+
s7 as IconLayoutList,
|
|
1689
|
+
c7 as IconLayoutNavbar,
|
|
1690
|
+
l7 as IconLayoutSidebarLeftCollapse,
|
|
1691
|
+
h7 as IconLayoutSidebarLeftExpand,
|
|
1692
|
+
r7 as IconLayoutSidebarRight,
|
|
1693
|
+
d7 as IconLayoutSidebarRightCollapse,
|
|
1694
|
+
i7 as IconLayoutSidebarRightExpand,
|
|
1695
|
+
p7 as IconLego,
|
|
1696
|
+
g7 as IconLetterK,
|
|
1697
|
+
y7 as IconLibraryPlus,
|
|
1698
|
+
k7 as IconLifebuoy,
|
|
1699
|
+
C7 as IconLink,
|
|
1700
|
+
M7 as IconLinkOff,
|
|
1701
|
+
u7 as IconLinkPlus,
|
|
1702
|
+
L7 as IconList,
|
|
1703
|
+
_7 as IconListCheck,
|
|
1704
|
+
m7 as IconListDetails,
|
|
1705
|
+
I7 as IconListNumbers,
|
|
1706
|
+
f7 as IconListSearch,
|
|
1707
|
+
w7 as IconLoader,
|
|
1708
|
+
E7 as IconLock,
|
|
1709
|
+
Tl as IconLockCustom,
|
|
1710
|
+
N7 as IconLockOpen,
|
|
1711
|
+
x7 as IconLogin2,
|
|
1712
|
+
$7 as IconLogout,
|
|
1713
|
+
z7 as IconMail,
|
|
1714
|
+
S7 as IconMailCog,
|
|
1715
|
+
b7 as IconMailX,
|
|
1716
|
+
F7 as IconMap,
|
|
1717
|
+
j7 as IconMathMax,
|
|
1718
|
+
B7 as IconMathMin,
|
|
1719
|
+
A7 as IconMathXy,
|
|
1720
|
+
D7 as IconMaximize,
|
|
1721
|
+
H7 as IconMessage,
|
|
1722
|
+
T7 as IconMessageCirclePlus,
|
|
1723
|
+
Pl as IconMicrosoft,
|
|
1724
|
+
Hl as IconMicrosoftCalendar,
|
|
1725
|
+
Rl as IconMicrosoftOutlook,
|
|
1726
|
+
Hh as IconMinus,
|
|
1727
|
+
Zl as IconModelClaude,
|
|
1728
|
+
R7 as IconMoneybag,
|
|
1729
|
+
Z7 as IconMoodSmile,
|
|
1730
|
+
V7 as IconMoon,
|
|
1731
|
+
q7 as IconMouse2,
|
|
1732
|
+
O7 as IconNewSection,
|
|
1733
|
+
Wl as IconNogbaseStar,
|
|
1734
|
+
Gl as IconNogbaseStarFilled,
|
|
1735
|
+
W7 as IconNorthStar,
|
|
1736
|
+
G7 as IconNoteOff,
|
|
1737
|
+
U7 as IconNotes,
|
|
1738
|
+
X7 as IconNumber,
|
|
1739
|
+
t4 as IconNumber123,
|
|
1740
|
+
od as IconNumber9,
|
|
1741
|
+
K7 as IconNumbers,
|
|
1742
|
+
Y7 as IconPaint,
|
|
1743
|
+
J7 as IconPaperclip,
|
|
1744
|
+
Q7 as IconPassword,
|
|
1745
|
+
t9 as IconPencil,
|
|
1746
|
+
e9 as IconPencilOff,
|
|
1747
|
+
a9 as IconPercentage,
|
|
1748
|
+
o9 as IconPhone,
|
|
1749
|
+
s9 as IconPhoto,
|
|
1750
|
+
n9 as IconPhotoUp,
|
|
1751
|
+
c9 as IconPilcrow,
|
|
1752
|
+
l9 as IconPin,
|
|
1753
|
+
d9 as IconPinned,
|
|
1754
|
+
h9 as IconPinnedOff,
|
|
1755
|
+
i9 as IconPlayerPause,
|
|
1756
|
+
r9 as IconPlayerPlay,
|
|
1757
|
+
v9 as IconPlayerStop,
|
|
1758
|
+
p9 as IconPlaylistAdd,
|
|
1759
|
+
g9 as IconPlaystationSquare,
|
|
1760
|
+
y9 as IconPlug,
|
|
1761
|
+
k9 as IconPlus,
|
|
1762
|
+
Gh as IconPoint,
|
|
1763
|
+
M9 as IconPower,
|
|
1764
|
+
u9 as IconPresentation,
|
|
1765
|
+
C9 as IconPrinter,
|
|
1766
|
+
_9 as IconProgressCheck,
|
|
1767
|
+
m9 as IconPrompt,
|
|
1768
|
+
Vl as IconProviderOpenai,
|
|
1769
|
+
f9 as IconPuzzle,
|
|
1770
|
+
I9 as IconPuzzle2,
|
|
1771
|
+
L9 as IconQuestionMark,
|
|
1772
|
+
w9 as IconRadiusBottomLeft,
|
|
1773
|
+
N9 as IconRadiusBottomRight,
|
|
1774
|
+
E9 as IconRadiusTopLeft,
|
|
1775
|
+
x9 as IconRadiusTopRight,
|
|
1776
|
+
b9 as IconRefresh,
|
|
1777
|
+
$9 as IconRefreshAlert,
|
|
1778
|
+
S9 as IconRefreshDot,
|
|
1779
|
+
z9 as IconRelationManyToMany,
|
|
1780
|
+
ql as IconRelationManyToOne,
|
|
1781
|
+
F9 as IconRelationOneToMany,
|
|
1782
|
+
j9 as IconRelationOneToOne,
|
|
1783
|
+
B9 as IconReload,
|
|
1784
|
+
A9 as IconReorder,
|
|
1785
|
+
D9 as IconRepeat,
|
|
1786
|
+
T9 as IconRestore,
|
|
1787
|
+
P9 as IconRobot,
|
|
1788
|
+
H9 as IconRocket,
|
|
1789
|
+
Z9 as IconRotate,
|
|
1790
|
+
R9 as IconRotate2,
|
|
1791
|
+
V9 as IconRowInsertBottom,
|
|
1792
|
+
q9 as IconRowInsertTop,
|
|
1793
|
+
Ah as IconSearch,
|
|
1794
|
+
O9 as IconSend,
|
|
1795
|
+
G9 as IconServer,
|
|
1796
|
+
W9 as IconServer2,
|
|
1797
|
+
Y9 as IconSettings,
|
|
1798
|
+
U9 as IconSettings2,
|
|
1799
|
+
X9 as IconSettingsAutomation,
|
|
1800
|
+
K9 as IconSettingsBolt,
|
|
1801
|
+
J9 as IconShare,
|
|
1802
|
+
Q9 as IconShield,
|
|
1803
|
+
ec as IconSitemap,
|
|
1804
|
+
tc as IconSlash,
|
|
1805
|
+
ac as IconSortAZ,
|
|
1806
|
+
sc as IconSortAscending,
|
|
1807
|
+
oc as IconSortAscendingLetters,
|
|
1808
|
+
nc as IconSortAscendingNumbers,
|
|
1809
|
+
hc as IconSortDescending,
|
|
1810
|
+
cc as IconSortDescendingLetters,
|
|
1811
|
+
lc as IconSortDescendingNumbers,
|
|
1812
|
+
dc as IconSortZA,
|
|
1813
|
+
ic as IconSparkles,
|
|
1814
|
+
rc as IconSpy,
|
|
1815
|
+
vc as IconSql,
|
|
1816
|
+
xc as IconSquare,
|
|
1817
|
+
pc as IconSquareCheck,
|
|
1818
|
+
gc as IconSquareKey,
|
|
1819
|
+
yc as IconSquareNumber1,
|
|
1820
|
+
kc as IconSquareNumber2,
|
|
1821
|
+
Mc as IconSquareNumber3,
|
|
1822
|
+
uc as IconSquareNumber4,
|
|
1823
|
+
Cc as IconSquareNumber5,
|
|
1824
|
+
_c as IconSquareNumber6,
|
|
1825
|
+
mc as IconSquareNumber7,
|
|
1826
|
+
Ic as IconSquareNumber8,
|
|
1827
|
+
fc as IconSquareNumber9,
|
|
1828
|
+
Lc as IconSquarePlus,
|
|
1829
|
+
wc as IconSquareRoundedCheck,
|
|
1830
|
+
Nc as IconSquareRoundedX,
|
|
1831
|
+
Ec as IconSquareX,
|
|
1832
|
+
$c as IconStack2,
|
|
1833
|
+
Sc as IconStar,
|
|
1834
|
+
bc as IconStatusChange,
|
|
1835
|
+
zc as IconStepInto,
|
|
1836
|
+
Fc as IconStrikethrough,
|
|
1837
|
+
jc as IconSum,
|
|
1838
|
+
Ac as IconSun,
|
|
1839
|
+
Bc as IconSunMoon,
|
|
1840
|
+
Dc as IconSwitchHorizontal,
|
|
1841
|
+
Tc as IconTable,
|
|
1842
|
+
Pc as IconTag,
|
|
1843
|
+
Hc as IconTags,
|
|
1844
|
+
Zc as IconTarget,
|
|
1845
|
+
Rc as IconTargetArrow,
|
|
1846
|
+
Vc as IconTerminal,
|
|
1847
|
+
qc as IconTestPipe,
|
|
1848
|
+
Oc as IconTextCaption,
|
|
1849
|
+
Wc as IconTextSize,
|
|
1850
|
+
Gc as IconTextWrap,
|
|
1851
|
+
Uc as IconTimeDuration30,
|
|
1852
|
+
Xc as IconTimeDuration60,
|
|
1853
|
+
Kc as IconTimelineEvent,
|
|
1854
|
+
Yc as IconTool,
|
|
1855
|
+
Jc as IconTransform,
|
|
1856
|
+
tl as IconTrash,
|
|
1857
|
+
Qc as IconTrashOff,
|
|
1858
|
+
el as IconTrashX,
|
|
1859
|
+
Ol as IconTrashXOff,
|
|
1860
|
+
al as IconTrendingDown,
|
|
1861
|
+
ol as IconTrendingUp,
|
|
1862
|
+
nd as IconTypography,
|
|
1863
|
+
nl as IconUnderline,
|
|
1864
|
+
sl as IconUnlink,
|
|
1865
|
+
cl as IconUpload,
|
|
1866
|
+
rl as IconUser,
|
|
1867
|
+
ll as IconUserCircle,
|
|
1868
|
+
hl as IconUserCog,
|
|
1869
|
+
dl as IconUserPin,
|
|
1870
|
+
il as IconUserPlus,
|
|
1871
|
+
vl as IconUsers,
|
|
1872
|
+
gl as IconVariable,
|
|
1873
|
+
pl as IconVariablePlus,
|
|
1874
|
+
kl as IconVersions,
|
|
1875
|
+
yl as IconVersionsOff,
|
|
1876
|
+
Ml as IconVideo,
|
|
1877
|
+
ul as IconWand,
|
|
1878
|
+
Cl as IconWebhook,
|
|
1879
|
+
_l as IconWindow,
|
|
1880
|
+
ml as IconWorld,
|
|
1881
|
+
S3 as IconX,
|
|
1882
|
+
Mh as IconsProvider,
|
|
1883
|
+
Ul as IllustrationIconArray,
|
|
1884
|
+
Xl as IllustrationIconCalendarEvent,
|
|
1885
|
+
Kl as IllustrationIconCalendarTime,
|
|
1886
|
+
Yl as IllustrationIconCurrency,
|
|
1887
|
+
Jl as IllustrationIconFile,
|
|
1888
|
+
Ql as IllustrationIconJson,
|
|
1889
|
+
eh as IllustrationIconLink,
|
|
1890
|
+
th as IllustrationIconMail,
|
|
1891
|
+
ah as IllustrationIconManyToMany,
|
|
1892
|
+
oh as IllustrationIconMap,
|
|
1893
|
+
nh as IllustrationIconNumbers,
|
|
1894
|
+
sh as IllustrationIconOneToMany,
|
|
1895
|
+
ch as IllustrationIconOneToOne,
|
|
1896
|
+
lh as IllustrationIconPhone,
|
|
1897
|
+
hh as IllustrationIconSetting,
|
|
1898
|
+
dh as IllustrationIconStar,
|
|
1899
|
+
ih as IllustrationIconTag,
|
|
1900
|
+
rh as IllustrationIconTags,
|
|
1901
|
+
vh as IllustrationIconText,
|
|
1902
|
+
ph as IllustrationIconToggle,
|
|
1903
|
+
gh as IllustrationIconUid,
|
|
1904
|
+
yh as IllustrationIconUser,
|
|
1905
|
+
v as IllustrationIconWrapper,
|
|
1906
|
+
uh as Info,
|
|
1907
|
+
Il as InlineBanner,
|
|
1908
|
+
f6 as Label,
|
|
1909
|
+
Zh as LinkifiedText,
|
|
1910
|
+
m as OverflowingTextWithTooltip,
|
|
1911
|
+
mh as SeparatorLineText,
|
|
1912
|
+
fl as SidePanelInformationBanner,
|
|
1913
|
+
Ch as Status,
|
|
1914
|
+
wh as StyledText,
|
|
1915
|
+
L6 as StyledTextContent,
|
|
1916
|
+
N6 as StyledTextWrapper,
|
|
1917
|
+
Uh as StyledTintedIconTileContainer,
|
|
1918
|
+
kh as ThinkingOrbitLoaderIcon,
|
|
1919
|
+
Xh as TintedIconTile,
|
|
1920
|
+
Sh as TooltipDelay,
|
|
1921
|
+
bh as TooltipPosition,
|
|
1922
|
+
Kh as getIconTileColorShades,
|
|
1923
|
+
C as iconsState,
|
|
1924
|
+
zh as invalidAvatarUrlsAtomV2,
|
|
1925
|
+
ta as useIcons
|
|
1926
|
+
};
|