@carbon/ibm-products 2.89.0 → 2.90.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/css/carbon.css +374 -417
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +496 -430
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +117 -13
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +143 -13
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +359 -283
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/_virtual/_rolldown/runtime.js +13 -22
- package/es/components/APIKeyModal/APIKeyDownloader.js +19 -3
- package/es/components/APIKeyModal/APIKeyModal.js +161 -3
- package/es/components/AboutModal/AboutModal.js +44 -3
- package/es/components/ActionBar/ActionBar.js +41 -3
- package/es/components/ActionBar/ActionBarItem.js +30 -3
- package/es/components/ActionBar/ActionBarOverflowItems.js +20 -3
- package/es/components/ActionSet/ActionSet.js +35 -3
- package/es/components/AddSelect/AddSelect.js +7 -3
- package/es/components/AddSelect/AddSelectBody.js +3 -3
- package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -3
- package/es/components/AddSelect/AddSelectColumn.js +2 -4
- package/es/components/AddSelect/AddSelectFilter.js +1 -3
- package/es/components/AddSelect/AddSelectFormControl.js +1 -3
- package/es/components/AddSelect/AddSelectList.js +1 -3
- package/es/components/AddSelect/AddSelectMetaPanel.js +1 -3
- package/es/components/AddSelect/AddSelectRow.js +1 -3
- package/es/components/AddSelect/AddSelectSidebar.js +1 -3
- package/es/components/AddSelect/AddSelectSort.js +1 -3
- package/es/components/AddSelect/add-select-utils.js +1 -2
- package/es/components/AddSelect/hooks/useFocus.js +1 -3
- package/es/components/AddSelect/hooks/useItemSort.js +1 -3
- package/es/components/AddSelect/hooks/useParentSelect.js +1 -3
- package/es/components/AddSelect/hooks/usePath.js +1 -3
- package/es/components/BigNumber/BigNumber.js +52 -6
- package/es/components/BigNumber/BigNumberSkeleton.js +12 -9
- package/es/components/BigNumber/constants.js +1 -19
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +37 -3
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +28 -4
- package/es/components/Card/Card.js +20 -3
- package/es/components/Card/CardFooter.js +1 -3
- package/es/components/Card/CardHeader.js +12 -3
- package/es/components/Carousel/Carousel.js +33 -3
- package/es/components/Carousel/CarouselItem.js +7 -3
- package/es/components/Cascade/Cascade.js +12 -3
- package/es/components/Checklist/Checklist.js +65 -11
- package/es/components/Checklist/ChecklistChart.js +13 -7
- package/es/components/Checklist/ChecklistIcon.js +17 -11
- package/es/components/Coachmark/Coachmark.js +60 -6
- package/es/components/Coachmark/CoachmarkDragbar.js +17 -3
- package/es/components/Coachmark/CoachmarkHeader.js +13 -3
- package/es/components/Coachmark/CoachmarkOverlay.js +24 -6
- package/es/components/Coachmark/CoachmarkTagline.js +13 -3
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts +5 -1
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/es/components/Coachmark/next/Coachmark/Coachmark.js +56 -9
- package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +17 -3
- package/es/components/Coachmark/next/Coachmark/CoachmarkContent.js +8 -3
- package/es/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +18 -3
- package/es/components/Coachmark/next/Coachmark/ContentBody.js +8 -3
- package/es/components/Coachmark/next/Coachmark/ContentHeader.js +13 -3
- package/es/components/Coachmark/next/Coachmark/context.js +1 -3
- package/es/components/Coachmark/utils/constants.js +15 -23
- package/es/components/Coachmark/utils/context.js +1 -3
- package/es/components/Coachmark/utils/enums.js +1 -2
- package/es/components/Coachmark/utils/hooks.js +3 -5
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +17 -3
- package/es/components/CoachmarkButton/CoachmarkButton.js +7 -3
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +31 -5
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +14 -3
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +33 -3
- package/es/components/CoachmarkStack/CoachmarkStack.js +43 -5
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +41 -3
- package/es/components/ComboButton/ComboButton.js +5 -3
- package/es/components/ComboButton/ComboButtonItem/index.js +5 -3
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +48 -5
- package/es/components/ConditionBuilder/ConditionBuilder.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilder.js +65 -4
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +13 -0
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +15 -5
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +29 -3
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +39 -3
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +12 -5
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +37 -15
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +35 -3
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +37 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +13 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +10 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +29 -7
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +10 -3
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -8
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -3
- package/es/components/ConditionBuilder/utils/useEvent.js +1 -3
- package/es/components/ConditionBuilder/utils/useTranslations.js +1 -3
- package/es/components/ConditionBuilder/utils/util.js +1 -3
- package/es/components/CreateFullPage/CreateFullPage.js +79 -3
- package/es/components/CreateFullPage/CreateFullPageStep.js +51 -3
- package/es/components/CreateInfluencer/CreateInfluencer.js +16 -3
- package/es/components/CreateModal/CreateModal.js +43 -3
- package/es/components/CreateSidePanel/CreateSidePanel.js +59 -3
- package/es/components/CreateTearsheet/CreateTearsheet.js +82 -4
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +6 -4
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +72 -3
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +56 -3
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +61 -3
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +115 -3
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +76 -3
- package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -3
- package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +1 -3
- package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -2
- package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +1 -3
- package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +1 -3
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +1 -3
- package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -3
- package/es/components/DataSpreadsheet/utils/getCellSize.js +1 -3
- package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -2
- package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +1 -3
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +1 -3
- package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -3
- package/es/components/DataSpreadsheet/utils/selectAllCells.js +1 -3
- package/es/components/Datagrid/Datagrid/Datagrid.js +9 -3
- package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridContent.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridHead.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridRefBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DraggableElement.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +43 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +19 -14
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +8 -10
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +9 -11
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -12
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +1 -3
- package/es/components/Datagrid/common-column-ids.js +1 -2
- package/es/components/Datagrid/useActionsColumn.js +1 -3
- package/es/components/Datagrid/useColumnCenterAlign.js +1 -3
- package/es/components/Datagrid/useColumnOrder.js +1 -3
- package/es/components/Datagrid/useColumnRightAlign.js +1 -3
- package/es/components/Datagrid/useCustomizeColumns.js +1 -3
- package/es/components/Datagrid/useDatagrid.js +1 -3
- package/es/components/Datagrid/useDefaultStringRenderer.js +1 -3
- package/es/components/Datagrid/useDisableSelectRows.js +1 -2
- package/es/components/Datagrid/useEditableCell.js +1 -3
- package/es/components/Datagrid/useExpandedRow.js +1 -3
- package/es/components/Datagrid/useFiltering.js +1 -3
- package/es/components/Datagrid/useFlexResize.js +1 -3
- package/es/components/Datagrid/useFloatingScroll.js +1 -3
- package/es/components/Datagrid/useFocusRowExpander.js +1 -3
- package/es/components/Datagrid/useInfiniteScroll.js +1 -3
- package/es/components/Datagrid/useInitialColumnSort.js +1 -3
- package/es/components/Datagrid/useInlineEdit.js +1 -3
- package/es/components/Datagrid/useNestedRowExpander.js +1 -3
- package/es/components/Datagrid/useNestedRows.js +1 -3
- package/es/components/Datagrid/useOnRowClick.js +1 -3
- package/es/components/Datagrid/useParentDimensions.js +1 -3
- package/es/components/Datagrid/useResizeTable.js +1 -3
- package/es/components/Datagrid/useRowExpander.js +1 -3
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -3
- package/es/components/Datagrid/useRowRenderer.js +1 -3
- package/es/components/Datagrid/useRowSize.js +1 -3
- package/es/components/Datagrid/useSelectAllToggle.js +4 -6
- package/es/components/Datagrid/useSelectRows.js +1 -3
- package/es/components/Datagrid/useSkeletonRows.js +1 -2
- package/es/components/Datagrid/useSortableColumns.js +1 -3
- package/es/components/Datagrid/useStickyColumn.js +1 -3
- package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -2
- package/es/components/Decorator/Decorator.js +55 -3
- package/es/components/DecoratorBase/DecoratorBase.js +4 -3
- package/es/components/DecoratorBase/DecoratorIcon.js +10 -3
- package/es/components/DecoratorBase/utils.js +1 -2
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +74 -3
- package/es/components/DecoratorLink/DecoratorLink.js +66 -3
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +66 -3
- package/es/components/DelimitedList/DelimitedList.js +13 -3
- package/es/components/DescriptionList/DescriptionList.js +5 -3
- package/es/components/DescriptionList/DescriptionListBody.js +3 -3
- package/es/components/DescriptionList/DescriptionListCell.js +3 -3
- package/es/components/DescriptionList/DescriptionListRow.js +3 -3
- package/es/components/DescriptionList/constants.js +1 -2
- package/es/components/EditFullPage/EditFullPage.js +7 -3
- package/es/components/EditInPlace/EditInPlace.d.ts.map +1 -1
- package/es/components/EditInPlace/EditInPlace.js +136 -28
- package/es/components/EditSidePanel/EditSidePanel.js +66 -3
- package/es/components/EditTearsheet/EditTearsheet.js +53 -3
- package/es/components/EditTearsheet/EditTearsheetForm.js +33 -3
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +7 -3
- package/es/components/EditUpdateCards/EditUpdateCards.js +70 -3
- package/es/components/EmptyStates/EmptyState.js +41 -9
- package/es/components/EmptyStates/EmptyStateContent.js +21 -3
- package/es/components/EmptyStates/EmptyStateIllustration.deprecated.js +1 -3
- package/es/components/EmptyStates/EmptyStateV2.deprecated.js +39 -3
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +37 -3
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +37 -3
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +37 -3
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +37 -3
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +37 -3
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +37 -3
- package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NoDataIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +1 -3
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -3
- package/es/components/ExportModal/ExportModal.js +80 -3
- package/es/components/ExpressiveCard/ExpressiveCard.js +76 -3
- package/es/components/FeatureFlags/index.js +4 -3
- package/es/components/FilterPanel/FilterPanel.js +10 -3
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +19 -3
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +22 -3
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +16 -3
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +34 -3
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +16 -3
- package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +13 -3
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +13 -4
- package/es/components/FilterSummary/FilterSummary.js +2 -3
- package/es/components/FullPageError/FullPageError.js +20 -3
- package/es/components/FullPageError/assets/Error403SVG.js +1 -3
- package/es/components/FullPageError/assets/Error404SVG.js +1 -3
- package/es/components/FullPageError/assets/ErrorGenericSVG.js +1 -3
- package/es/components/GetStartedCard/GetStartedCard.js +37 -3
- package/es/components/Guidebanner/Guidebanner.js +49 -5
- package/es/components/Guidebanner/GuidebannerElement.js +14 -3
- package/es/components/Guidebanner/GuidebannerElementButton.js +11 -3
- package/es/components/Guidebanner/GuidebannerElementLink.js +7 -3
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +23 -3
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +23 -3
- package/es/components/HTTPErrors/HTTPErrorContent.js +19 -3
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +23 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +1 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +1 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +1 -3
- package/es/components/ImportModal/ImportModal.js +88 -3
- package/es/components/InlineTip/InlineTip.js +56 -3
- package/es/components/InlineTip/InlineTipButton.js +7 -3
- package/es/components/InlineTip/InlineTipLink.js +7 -3
- package/es/components/InlineTip/utils.js +1 -2
- package/es/components/InterstitialScreen/InterstitialScreen.js +23 -3
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +13 -3
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +24 -3
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +20 -3
- package/es/components/InterstitialScreen/InterstitialScreenView.js +13 -3
- package/es/components/InterstitialScreen/context.js +1 -3
- package/es/components/MultiAddSelect/MultiAddSelect.js +81 -3
- package/es/components/Nav/Nav.js +16 -3
- package/es/components/Nav/NavItem.js +37 -3
- package/es/components/Nav/NavItemLink.js +4 -4
- package/es/components/Nav/NavList.js +12 -3
- package/es/components/NonLinearReading/NonLinearReading.js +13 -3
- package/es/components/NotificationsPanel/NotificationsPanel.js +118 -3
- package/es/components/NotificationsPanel/utils.js +1 -2
- package/es/components/OptionsTile/OptionsTile.js +52 -3
- package/es/components/PageHeader/PageHeader.js +219 -3
- package/es/components/PageHeader/PageHeaderTitle.js +24 -3
- package/es/components/PageHeader/PageHeaderUtils.js +1 -3
- package/es/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/es/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeader.js +1 -3
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.js +2 -6
- package/es/components/PageHeader/next/PageHeaderBreadcrumbOverflow.js +1 -3
- package/es/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +16 -3
- package/es/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContent.js +32 -9
- package/es/components/PageHeader/next/PageHeaderContentPageActions.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContentPageActions.js +21 -7
- package/es/components/PageHeader/next/PageHeaderContentText.js +10 -3
- package/es/components/PageHeader/next/PageHeaderHeroImage.d.ts +13 -1
- package/es/components/PageHeader/next/PageHeaderHeroImage.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderHeroImage.js +22 -6
- package/es/components/PageHeader/next/PageHeaderScrollButton.js +1 -3
- package/es/components/PageHeader/next/PageHeaderTabBar.js +3 -5
- package/es/components/PageHeader/next/PageHeaderTagOverflow.js +1 -3
- package/es/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +1 -3
- package/es/components/PageHeader/next/context.d.ts +2 -2
- package/es/components/PageHeader/next/context.d.ts.map +1 -1
- package/es/components/PageHeader/next/context.js +1 -3
- package/es/components/PageHeader/next/index.js +1 -3
- package/es/components/PageHeader/next/overflowHandler.js +1 -2
- package/es/components/PageHeader/next/utils.js +1 -2
- package/es/components/ProductiveCard/ProductiveCard.js +93 -3
- package/es/components/RemoveModal/RemoveModal.js +58 -3
- package/es/components/Saving/Saving.js +43 -3
- package/es/components/ScrollGradient/ScrollGradient.js +12 -3
- package/es/components/ScrollGradient/constants.js +1 -3
- package/es/components/SearchBar/SearchBar.js +31 -4
- package/es/components/SidePanel/SidePanel.js +116 -3
- package/es/components/SidePanel/constants.js +1 -2
- package/es/components/SimpleHeader/SimpleHeader.js +15 -3
- package/es/components/SingleAddSelect/SingleAddSelect.js +52 -3
- package/es/components/StatusIcon/StatusIcon.js +16 -3
- package/es/components/StatusIndicator/StatusIndicator.js +21 -3
- package/es/components/StatusIndicator/StatusIndicatorStep.js +13 -3
- package/es/components/StringFormatter/StringFormatter.js +9 -3
- package/es/components/StringFormatter/utils/enums.js +1 -2
- package/es/components/TagOverflow/TagOverflow.js +65 -3
- package/es/components/TagOverflow/TagOverflowModal.js +1 -3
- package/es/components/TagOverflow/TagOverflowPopover.js +31 -3
- package/es/components/TagOverflow/constants.js +1 -2
- package/es/components/TagSet/TagSet.js +66 -3
- package/es/components/TagSet/TagSetModal.js +1 -3
- package/es/components/TagSet/TagSetOverflow.js +38 -3
- package/es/components/Tearsheet/Tearsheet.js +103 -4
- package/es/components/Tearsheet/TearsheetNarrow.js +76 -4
- package/es/components/Tearsheet/TearsheetPresence.js +1 -3
- package/es/components/Tearsheet/TearsheetShell.js +119 -3
- package/es/components/Tearsheet/next/StackContext.js +1 -3
- package/es/components/Tearsheet/next/Tearsheet.js +1 -3
- package/es/components/Tearsheet/next/TearsheetBody.js +1 -3
- package/es/components/Tearsheet/next/TearsheetFooter.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeader.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeaderActions.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeaderContent.js +1 -3
- package/es/components/Tearsheet/next/context.js +1 -3
- package/es/components/Tearsheet/usePresence.js +7 -3
- package/es/components/Tearsheet/usePresenceContext.js +1 -3
- package/es/components/Toolbar/Toolbar.js +4 -3
- package/es/components/Toolbar/ToolbarButton.js +12 -4
- package/es/components/Toolbar/ToolbarGroup.js +3 -3
- package/es/components/TooltipTrigger/TooltipTrigger.js +7 -3
- package/es/components/TruncatedList/TruncatedList.js +32 -3
- package/es/components/TruncatedText/TruncatedText.d.ts.map +1 -1
- package/es/components/TruncatedText/TruncatedText.js +7 -6
- package/es/components/TruncatedText/useTruncatedText.js +1 -3
- package/es/components/UserAvatar/UserAvatar.js +32 -3
- package/es/components/UserProfileImage/UserProfileImage.js +37 -3
- package/es/components/WebTerminal/WebTerminal.js +27 -3
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +6 -4
- package/es/components/WebTerminal/hooks/index.js +6 -4
- package/es/components/_Canary/Canary.js +3 -3
- package/es/global/js/hooks/useActiveElement.js +1 -3
- package/es/global/js/hooks/useClickOutside.js +1 -3
- package/es/global/js/hooks/useCollapsible.js +1 -3
- package/es/global/js/hooks/useControllableState.js +1 -3
- package/es/global/js/hooks/useCreateComponentFocus.js +1 -3
- package/es/global/js/hooks/useCreateComponentStepChange.js +1 -3
- package/es/global/js/hooks/useFocus.js +1 -3
- package/es/global/js/hooks/useIsomorphicEffect.js +1 -3
- package/es/global/js/hooks/useMatchMedia.js +1 -3
- package/es/global/js/hooks/useMergedRefs.js +1 -3
- package/es/global/js/hooks/useOverflowItems/useOverflowItems.js +1 -3
- package/es/global/js/hooks/useOverflowString.js +1 -3
- package/es/global/js/hooks/usePortalTarget.js +1 -3
- package/es/global/js/hooks/usePrefersReducedMotion.js +1 -3
- package/es/global/js/hooks/usePrefix.js +1 -3
- package/es/global/js/hooks/usePresence.js +1 -3
- package/es/global/js/hooks/usePreviousValue.js +1 -3
- package/es/global/js/hooks/useResetCreateComponent.js +1 -3
- package/es/global/js/hooks/useResizeObserver.js +1 -3
- package/es/global/js/hooks/useRetrieveFormTitles.js +1 -3
- package/es/global/js/hooks/useRetrieveStepData.js +1 -3
- package/es/global/js/hooks/useValidCreateStepCount.js +1 -3
- package/es/global/js/hooks/useWindowResize.js +1 -3
- package/es/global/js/hooks/useWindowScroll.js +1 -3
- package/es/global/js/package-settings.js +1 -2
- package/es/global/js/utils/Wrap.js +25 -3
- package/es/global/js/utils/checkForOverflow.js +1 -2
- package/es/global/js/utils/clamp.js +1 -2
- package/es/global/js/utils/debounce.js +1 -2
- package/es/global/js/utils/deepCloneObject.js +1 -2
- package/es/global/js/utils/deepCompareObject.js +1 -2
- package/es/global/js/utils/devtools.js +1 -3
- package/es/global/js/utils/getFocusableElements.js +1 -2
- package/es/global/js/utils/getNodeTextContent.js +1 -2
- package/es/global/js/utils/getNumberOfHiddenSteps.js +1 -2
- package/es/global/js/utils/getScrollbarWidth.js +1 -2
- package/es/global/js/utils/getSupportedLocale.js +1 -2
- package/es/global/js/utils/lastIndexInArray.js +1 -2
- package/es/global/js/utils/makeDraggable/makeDraggable.js +1 -2
- package/es/global/js/utils/pconsole.js +5 -11
- package/es/global/js/utils/props-helper.js +1 -3
- package/es/global/js/utils/rangeWithCallback.js +1 -2
- package/es/global/js/utils/scrollableAncestor.js +1 -2
- package/es/global/js/utils/throttle.js +1 -2
- package/es/global/js/utils/useId.js +1 -3
- package/es/global/js/utils/uuidv4.js +1 -2
- package/es/global/js/utils/wait.js +1 -2
- package/es/index.js +2 -5
- package/es/node_modules/@carbon/colors/es/index.js +1 -2
- package/es/node_modules/@carbon/icon-helpers/es/index.js +1 -2
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -3
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +351 -328
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +185 -192
- package/es/node_modules/@carbon/icons-react/es/{iconPropTypes-B1cP964Y.js → iconPropTypes-BElKp6Sn.js} +2 -4
- package/es/node_modules/classnames/index.js +1 -4
- package/es/settings.js +1 -3
- package/lib/_virtual/_rolldown/runtime.js +13 -23
- package/lib/components/APIKeyModal/APIKeyDownloader.js +21 -5
- package/lib/components/APIKeyModal/APIKeyModal.js +170 -12
- package/lib/components/AboutModal/AboutModal.js +51 -10
- package/lib/components/ActionBar/ActionBar.js +49 -11
- package/lib/components/ActionBar/ActionBarItem.js +33 -6
- package/lib/components/ActionBar/ActionBarOverflowItems.js +24 -7
- package/lib/components/ActionSet/ActionSet.js +40 -8
- package/lib/components/AddSelect/AddSelect.js +10 -6
- package/lib/components/AddSelect/AddSelectBody.js +19 -19
- package/lib/components/AddSelect/AddSelectBreadcrumbs.js +4 -6
- package/lib/components/AddSelect/AddSelectColumn.js +9 -11
- package/lib/components/AddSelect/AddSelectFilter.js +4 -6
- package/lib/components/AddSelect/AddSelectFormControl.js +4 -6
- package/lib/components/AddSelect/AddSelectList.js +6 -8
- package/lib/components/AddSelect/AddSelectMetaPanel.js +3 -5
- package/lib/components/AddSelect/AddSelectRow.js +5 -7
- package/lib/components/AddSelect/AddSelectSidebar.js +5 -7
- package/lib/components/AddSelect/AddSelectSort.js +3 -5
- package/lib/components/AddSelect/add-select-utils.js +1 -3
- package/lib/components/AddSelect/hooks/useFocus.js +2 -4
- package/lib/components/AddSelect/hooks/useItemSort.js +2 -4
- package/lib/components/AddSelect/hooks/useParentSelect.js +2 -4
- package/lib/components/AddSelect/hooks/usePath.js +2 -4
- package/lib/components/BigNumber/BigNumber.js +59 -13
- package/lib/components/BigNumber/BigNumberSkeleton.js +16 -13
- package/lib/components/BigNumber/constants.js +1 -22
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +49 -15
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +33 -9
- package/lib/components/Card/Card.js +25 -8
- package/lib/components/Card/CardFooter.js +4 -6
- package/lib/components/Card/CardHeader.js +15 -6
- package/lib/components/Carousel/Carousel.js +39 -9
- package/lib/components/Carousel/CarouselItem.js +11 -7
- package/lib/components/Cascade/Cascade.js +16 -7
- package/lib/components/Checklist/Checklist.js +72 -18
- package/lib/components/Checklist/ChecklistChart.js +19 -13
- package/lib/components/Checklist/ChecklistIcon.js +21 -15
- package/lib/components/Coachmark/Coachmark.js +69 -15
- package/lib/components/Coachmark/CoachmarkDragbar.js +22 -8
- package/lib/components/Coachmark/CoachmarkHeader.js +18 -8
- package/lib/components/Coachmark/CoachmarkOverlay.js +35 -17
- package/lib/components/Coachmark/CoachmarkTagline.js +18 -8
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts +5 -1
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/lib/components/Coachmark/next/Coachmark/Coachmark.js +64 -17
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +21 -7
- package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.js +12 -7
- package/lib/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +22 -7
- package/lib/components/Coachmark/next/Coachmark/ContentBody.js +11 -6
- package/lib/components/Coachmark/next/Coachmark/ContentHeader.js +18 -8
- package/lib/components/Coachmark/next/Coachmark/context.js +4 -7
- package/lib/components/Coachmark/utils/constants.js +15 -23
- package/lib/components/Coachmark/utils/context.js +2 -4
- package/lib/components/Coachmark/utils/enums.js +1 -3
- package/lib/components/Coachmark/utils/hooks.js +5 -7
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +21 -7
- package/lib/components/CoachmarkButton/CoachmarkButton.js +12 -8
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +40 -14
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +18 -7
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +41 -11
- package/lib/components/CoachmarkStack/CoachmarkStack.js +52 -14
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +48 -10
- package/lib/components/ComboButton/ComboButton.js +9 -7
- package/lib/components/ComboButton/ComboButtonItem/index.js +6 -4
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +64 -21
- package/lib/components/ConditionBuilder/ConditionBuilder.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilder.js +72 -11
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +13 -0
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +25 -15
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +35 -9
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +43 -7
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +19 -12
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +8 -10
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +46 -24
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +37 -5
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +45 -11
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +13 -6
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +15 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +12 -5
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +40 -18
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +16 -9
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -8
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +4 -6
- package/lib/components/ConditionBuilder/utils/useEvent.js +2 -4
- package/lib/components/ConditionBuilder/utils/useTranslations.js +4 -6
- package/lib/components/ConditionBuilder/utils/util.js +2 -5
- package/lib/components/CreateFullPage/CreateFullPage.js +92 -16
- package/lib/components/CreateFullPage/CreateFullPageStep.js +58 -10
- package/lib/components/CreateInfluencer/CreateInfluencer.js +20 -7
- package/lib/components/CreateModal/CreateModal.js +48 -8
- package/lib/components/CreateSidePanel/CreateSidePanel.js +65 -9
- package/lib/components/CreateTearsheet/CreateTearsheet.js +96 -18
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +9 -7
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +79 -10
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +62 -9
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +85 -27
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +128 -16
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +88 -15
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +2 -4
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +3 -5
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +4 -6
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +2 -4
- package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -3
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +2 -4
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +11 -13
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +3 -5
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +4 -6
- package/lib/components/DataSpreadsheet/utils/getCellSize.js +2 -4
- package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -3
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +3 -5
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -5
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +5 -7
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +4 -6
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +3 -5
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +2 -4
- package/lib/components/DataSpreadsheet/utils/selectAllCells.js +3 -5
- package/lib/components/Datagrid/Datagrid/Datagrid.js +17 -11
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +19 -21
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +7 -9
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -4
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +10 -12
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +7 -9
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +5 -7
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +6 -8
- package/lib/components/Datagrid/Datagrid/DraggableElement.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +7 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +6 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +6 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +7 -9
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +54 -14
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +31 -26
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +9 -11
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +16 -18
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -12
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +9 -11
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +2 -5
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -7
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +2 -4
- package/lib/components/Datagrid/common-column-ids.js +1 -3
- package/lib/components/Datagrid/useActionsColumn.js +5 -7
- package/lib/components/Datagrid/useColumnCenterAlign.js +4 -6
- package/lib/components/Datagrid/useColumnOrder.js +3 -6
- package/lib/components/Datagrid/useColumnRightAlign.js +4 -6
- package/lib/components/Datagrid/useCustomizeColumns.js +4 -6
- package/lib/components/Datagrid/useDatagrid.js +11 -13
- package/lib/components/Datagrid/useDefaultStringRenderer.js +4 -6
- package/lib/components/Datagrid/useDisableSelectRows.js +1 -3
- package/lib/components/Datagrid/useEditableCell.js +2 -4
- package/lib/components/Datagrid/useExpandedRow.js +4 -6
- package/lib/components/Datagrid/useFiltering.js +4 -6
- package/lib/components/Datagrid/useFlexResize.js +2 -4
- package/lib/components/Datagrid/useFloatingScroll.js +4 -6
- package/lib/components/Datagrid/useFocusRowExpander.js +2 -4
- package/lib/components/Datagrid/useInfiniteScroll.js +5 -7
- package/lib/components/Datagrid/useInitialColumnSort.js +3 -5
- package/lib/components/Datagrid/useInlineEdit.js +5 -7
- package/lib/components/Datagrid/useNestedRowExpander.js +6 -8
- package/lib/components/Datagrid/useNestedRows.js +5 -7
- package/lib/components/Datagrid/useOnRowClick.js +3 -5
- package/lib/components/Datagrid/useParentDimensions.js +2 -4
- package/lib/components/Datagrid/useResizeTable.js +2 -4
- package/lib/components/Datagrid/useRowExpander.js +5 -7
- package/lib/components/Datagrid/useRowIsMouseOver.js +3 -5
- package/lib/components/Datagrid/useRowRenderer.js +2 -4
- package/lib/components/Datagrid/useRowSize.js +3 -5
- package/lib/components/Datagrid/useSelectAllToggle.js +9 -11
- package/lib/components/Datagrid/useSelectRows.js +8 -10
- package/lib/components/Datagrid/useSkeletonRows.js +1 -3
- package/lib/components/Datagrid/useSortableColumns.js +6 -8
- package/lib/components/Datagrid/useStickyColumn.js +6 -8
- package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -3
- package/lib/components/Decorator/Decorator.js +65 -13
- package/lib/components/DecoratorBase/DecoratorBase.js +9 -8
- package/lib/components/DecoratorBase/DecoratorIcon.js +19 -12
- package/lib/components/DecoratorBase/utils.js +1 -3
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +84 -13
- package/lib/components/DecoratorLink/DecoratorLink.js +76 -13
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +76 -13
- package/lib/components/DelimitedList/DelimitedList.js +17 -7
- package/lib/components/DescriptionList/DescriptionList.js +15 -13
- package/lib/components/DescriptionList/DescriptionListBody.js +12 -12
- package/lib/components/DescriptionList/DescriptionListCell.js +12 -12
- package/lib/components/DescriptionList/DescriptionListRow.js +12 -12
- package/lib/components/DescriptionList/constants.js +1 -3
- package/lib/components/EditFullPage/EditFullPage.js +11 -7
- package/lib/components/EditInPlace/EditInPlace.d.ts.map +1 -1
- package/lib/components/EditInPlace/EditInPlace.js +139 -31
- package/lib/components/EditSidePanel/EditSidePanel.js +73 -10
- package/lib/components/EditTearsheet/EditTearsheet.js +59 -9
- package/lib/components/EditTearsheet/EditTearsheetForm.js +39 -9
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +11 -7
- package/lib/components/EditUpdateCards/EditUpdateCards.js +75 -8
- package/lib/components/EmptyStates/EmptyState.js +48 -16
- package/lib/components/EmptyStates/EmptyStateContent.js +24 -6
- package/lib/components/EmptyStates/EmptyStateIllustration.deprecated.js +2 -4
- package/lib/components/EmptyStates/EmptyStateV2.deprecated.js +45 -9
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +44 -10
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +44 -10
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +44 -10
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +44 -10
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +44 -10
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +44 -10
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +5 -7
- package/lib/components/ExportModal/ExportModal.js +86 -9
- package/lib/components/ExpressiveCard/ExpressiveCard.js +80 -7
- package/lib/components/FeatureFlags/index.js +6 -5
- package/lib/components/FilterPanel/FilterPanel.js +19 -12
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +29 -13
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +33 -14
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +26 -13
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +44 -13
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +26 -13
- package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +22 -12
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +22 -13
- package/lib/components/FilterSummary/FilterSummary.js +12 -13
- package/lib/components/FullPageError/FullPageError.js +27 -10
- package/lib/components/FullPageError/assets/Error403SVG.js +2 -4
- package/lib/components/FullPageError/assets/Error404SVG.js +2 -4
- package/lib/components/FullPageError/assets/ErrorGenericSVG.js +2 -4
- package/lib/components/GetStartedCard/GetStartedCard.js +40 -6
- package/lib/components/Guidebanner/Guidebanner.js +57 -13
- package/lib/components/Guidebanner/GuidebannerElement.js +18 -7
- package/lib/components/Guidebanner/GuidebannerElementButton.js +15 -7
- package/lib/components/Guidebanner/GuidebannerElementLink.js +11 -7
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +29 -9
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +29 -9
- package/lib/components/HTTPErrors/HTTPErrorContent.js +21 -5
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +29 -9
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +3 -5
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +3 -5
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +3 -5
- package/lib/components/ImportModal/ImportModal.js +94 -9
- package/lib/components/InlineTip/InlineTip.js +62 -9
- package/lib/components/InlineTip/InlineTipButton.js +11 -7
- package/lib/components/InlineTip/InlineTipLink.js +11 -7
- package/lib/components/InlineTip/utils.js +1 -3
- package/lib/components/InterstitialScreen/InterstitialScreen.js +30 -10
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +17 -7
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +28 -7
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +24 -7
- package/lib/components/InterstitialScreen/InterstitialScreenView.js +15 -5
- package/lib/components/InterstitialScreen/context.js +3 -5
- package/lib/components/MultiAddSelect/MultiAddSelect.js +84 -6
- package/lib/components/Nav/Nav.js +27 -14
- package/lib/components/Nav/NavItem.js +48 -14
- package/lib/components/Nav/NavItemLink.js +5 -5
- package/lib/components/Nav/NavList.js +22 -13
- package/lib/components/NonLinearReading/NonLinearReading.js +18 -8
- package/lib/components/NotificationsPanel/NotificationsPanel.js +130 -15
- package/lib/components/NotificationsPanel/utils.js +1 -3
- package/lib/components/OptionsTile/OptionsTile.js +59 -10
- package/lib/components/PageHeader/PageHeader.js +234 -18
- package/lib/components/PageHeader/PageHeaderTitle.js +28 -7
- package/lib/components/PageHeader/PageHeaderUtils.js +5 -7
- package/lib/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/lib/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeader.js +19 -21
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.js +6 -10
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbOverflow.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +19 -6
- package/lib/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContent.js +36 -13
- package/lib/components/PageHeader/next/PageHeaderContentPageActions.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContentPageActions.js +26 -12
- package/lib/components/PageHeader/next/PageHeaderContentText.js +13 -6
- package/lib/components/PageHeader/next/PageHeaderHeroImage.d.ts +13 -1
- package/lib/components/PageHeader/next/PageHeaderHeroImage.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderHeroImage.js +25 -9
- package/lib/components/PageHeader/next/PageHeaderScrollButton.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderTabBar.js +7 -9
- package/lib/components/PageHeader/next/PageHeaderTagOverflow.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +5 -7
- package/lib/components/PageHeader/next/context.d.ts +2 -2
- package/lib/components/PageHeader/next/context.d.ts.map +1 -1
- package/lib/components/PageHeader/next/context.js +2 -4
- package/lib/components/PageHeader/next/index.js +19 -21
- package/lib/components/PageHeader/next/overflowHandler.js +1 -3
- package/lib/components/PageHeader/next/utils.js +1 -3
- package/lib/components/ProductiveCard/ProductiveCard.js +97 -7
- package/lib/components/RemoveModal/RemoveModal.js +65 -10
- package/lib/components/Saving/Saving.js +47 -7
- package/lib/components/ScrollGradient/ScrollGradient.js +23 -14
- package/lib/components/ScrollGradient/constants.js +3 -5
- package/lib/components/SearchBar/SearchBar.js +35 -8
- package/lib/components/SidePanel/SidePanel.js +129 -16
- package/lib/components/SidePanel/constants.js +1 -3
- package/lib/components/SimpleHeader/SimpleHeader.js +20 -8
- package/lib/components/SingleAddSelect/SingleAddSelect.js +56 -7
- package/lib/components/StatusIcon/StatusIcon.js +20 -7
- package/lib/components/StatusIndicator/StatusIndicator.js +30 -12
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +22 -12
- package/lib/components/StringFormatter/StringFormatter.js +21 -15
- package/lib/components/StringFormatter/utils/enums.js +1 -3
- package/lib/components/TagOverflow/TagOverflow.js +73 -11
- package/lib/components/TagOverflow/TagOverflowModal.js +6 -8
- package/lib/components/TagOverflow/TagOverflowPopover.js +35 -7
- package/lib/components/TagOverflow/constants.js +1 -3
- package/lib/components/TagSet/TagSet.js +73 -10
- package/lib/components/TagSet/TagSetModal.js +6 -8
- package/lib/components/TagSet/TagSetOverflow.js +42 -7
- package/lib/components/Tearsheet/Tearsheet.js +107 -8
- package/lib/components/Tearsheet/TearsheetNarrow.js +80 -8
- package/lib/components/Tearsheet/TearsheetPresence.js +3 -5
- package/lib/components/Tearsheet/TearsheetShell.js +135 -19
- package/lib/components/Tearsheet/next/StackContext.js +3 -5
- package/lib/components/Tearsheet/next/Tearsheet.js +15 -17
- package/lib/components/Tearsheet/next/TearsheetBody.js +6 -8
- package/lib/components/Tearsheet/next/TearsheetFooter.js +5 -7
- package/lib/components/Tearsheet/next/TearsheetHeader.js +4 -6
- package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +5 -7
- package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +5 -7
- package/lib/components/Tearsheet/next/context.js +4 -7
- package/lib/components/Tearsheet/usePresence.js +9 -5
- package/lib/components/Tearsheet/usePresenceContext.js +3 -5
- package/lib/components/Toolbar/Toolbar.js +9 -8
- package/lib/components/Toolbar/ToolbarButton.js +15 -7
- package/lib/components/Toolbar/ToolbarGroup.js +6 -6
- package/lib/components/TooltipTrigger/TooltipTrigger.js +10 -6
- package/lib/components/TruncatedList/TruncatedList.js +37 -8
- package/lib/components/TruncatedText/TruncatedText.d.ts.map +1 -1
- package/lib/components/TruncatedText/TruncatedText.js +12 -11
- package/lib/components/TruncatedText/useTruncatedText.js +3 -5
- package/lib/components/UserAvatar/UserAvatar.js +38 -9
- package/lib/components/UserProfileImage/UserProfileImage.js +43 -9
- package/lib/components/WebTerminal/WebTerminal.js +33 -9
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +10 -8
- package/lib/components/WebTerminal/hooks/index.js +7 -5
- package/lib/components/_Canary/Canary.js +6 -6
- package/lib/global/js/hooks/useActiveElement.js +2 -4
- package/lib/global/js/hooks/useClickOutside.js +2 -4
- package/lib/global/js/hooks/useCollapsible.js +2 -4
- package/lib/global/js/hooks/useControllableState.js +2 -4
- package/lib/global/js/hooks/useCreateComponentFocus.js +3 -5
- package/lib/global/js/hooks/useCreateComponentStepChange.js +2 -4
- package/lib/global/js/hooks/useFocus.js +3 -5
- package/lib/global/js/hooks/useIsomorphicEffect.js +2 -4
- package/lib/global/js/hooks/useMatchMedia.js +2 -4
- package/lib/global/js/hooks/useMergedRefs.js +2 -4
- package/lib/global/js/hooks/useOverflowItems/useOverflowItems.js +3 -5
- package/lib/global/js/hooks/useOverflowString.js +2 -4
- package/lib/global/js/hooks/usePortalTarget.js +4 -6
- package/lib/global/js/hooks/usePrefersReducedMotion.js +3 -5
- package/lib/global/js/hooks/usePrefix.js +2 -4
- package/lib/global/js/hooks/usePresence.js +2 -4
- package/lib/global/js/hooks/usePreviousValue.js +2 -4
- package/lib/global/js/hooks/useResetCreateComponent.js +3 -5
- package/lib/global/js/hooks/useResizeObserver.js +3 -5
- package/lib/global/js/hooks/useRetrieveFormTitles.js +2 -4
- package/lib/global/js/hooks/useRetrieveStepData.js +2 -4
- package/lib/global/js/hooks/useValidCreateStepCount.js +2 -4
- package/lib/global/js/hooks/useWindowResize.js +3 -5
- package/lib/global/js/hooks/useWindowScroll.js +4 -6
- package/lib/global/js/package-settings.js +1 -3
- package/lib/global/js/utils/Wrap.js +26 -4
- package/lib/global/js/utils/checkForOverflow.js +1 -3
- package/lib/global/js/utils/clamp.js +1 -3
- package/lib/global/js/utils/debounce.js +1 -3
- package/lib/global/js/utils/deepCloneObject.js +1 -3
- package/lib/global/js/utils/deepCompareObject.js +1 -3
- package/lib/global/js/utils/devtools.js +2 -4
- package/lib/global/js/utils/getFocusableElements.js +1 -3
- package/lib/global/js/utils/getNodeTextContent.js +1 -3
- package/lib/global/js/utils/getNumberOfHiddenSteps.js +1 -3
- package/lib/global/js/utils/getScrollbarWidth.js +1 -3
- package/lib/global/js/utils/getSupportedLocale.js +1 -3
- package/lib/global/js/utils/lastIndexInArray.js +1 -3
- package/lib/global/js/utils/makeDraggable/makeDraggable.js +1 -3
- package/lib/global/js/utils/pconsole.js +4 -9
- package/lib/global/js/utils/props-helper.js +2 -4
- package/lib/global/js/utils/rangeWithCallback.js +1 -3
- package/lib/global/js/utils/scrollableAncestor.js +1 -3
- package/lib/global/js/utils/throttle.js +1 -3
- package/lib/global/js/utils/useId.js +3 -5
- package/lib/global/js/utils/uuidv4.js +1 -3
- package/lib/global/js/utils/wait.js +1 -3
- package/lib/index.js +264 -267
- package/lib/node_modules/@carbon/colors/lib/index.js +15 -21
- package/lib/node_modules/@carbon/icon-helpers/lib/index.js +7 -10
- package/lib/node_modules/@carbon/icons-react/lib/{Icon.js → Icon-2zUDcllO.js} +44 -17
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-0.js +274 -278
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-1.js +303 -316
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-10.js +478 -472
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-11.js +491 -468
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-12.js +482 -474
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-13.js +509 -547
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-14.js +546 -596
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-15.js +596 -538
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-16.js +571 -616
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-17.js +669 -654
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-18.js +683 -661
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-19.js +701 -718
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-2.js +332 -330
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-20.js +743 -783
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-21.js +548 -40
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-3.js +340 -349
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-4.js +360 -380
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-5.js +397 -405
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-6.js +405 -392
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-7.js +418 -437
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-8.js +456 -496
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-9.js +489 -480
- package/lib/node_modules/@carbon/icons-react/lib/{iconPropTypes-U9gLABJo.js → iconPropTypes-DaTOKOBs.js} +12 -14
- package/lib/node_modules/@carbon/icons-react/lib/index.js +425 -395
- package/lib/node_modules/classnames/index.js +7 -10
- package/lib/settings.js +5 -7
- package/package.json +17 -17
- package/scss/components/EditInPlace/_edit-in-place.scss +30 -6
- package/scss/components/PageHeader/_page-header.scss +66 -6
- package/scss/components/TruncatedText/_truncated-text.scss +21 -0
- package/telemetry.yml +12 -3
- package/es/components/Checklist/Checklist.types.js +0 -30
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +0 -39
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts.map +0 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +0 -25
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts.map +0 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +0 -11
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts.map +0 -1
- package/lib/components/Checklist/Checklist.types.js +0 -32
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +0 -39
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts.map +0 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +0 -25
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts.map +0 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +0 -11
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts.map +0 -1
- package/lib/node_modules/@carbon/icons-react/lib/chunk-CsKB0u1v.js +0 -54
|
@@ -5,11 +5,9 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
const require_runtime = require(
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const require_iconPropTypes_U9gLABJo$1 = require('../iconPropTypes-U9gLABJo.js');
|
|
12
|
-
|
|
8
|
+
const require_runtime = require("../../../../../_virtual/_rolldown/runtime.js");
|
|
9
|
+
const require_Icon_2zUDcllO$1 = require("../Icon-2zUDcllO.js");
|
|
10
|
+
const require_iconPropTypes_DaTOKOBs$1 = require("../iconPropTypes-DaTOKOBs.js");
|
|
13
11
|
//#region ../../node_modules/@carbon/icons-react/lib/generated/bucket-4.js
|
|
14
12
|
var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
|
|
15
13
|
/**
|
|
@@ -21,14 +19,81 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
21
19
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
22
20
|
*/
|
|
23
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const require_iconPropTypes = require_iconPropTypes_U9gLABJo$1.default;
|
|
22
|
+
const require_Icon = require_Icon_2zUDcllO$1.default;
|
|
23
|
+
const require_iconPropTypes = require_iconPropTypes_DaTOKOBs$1.default;
|
|
27
24
|
let react = require("react");
|
|
28
|
-
react =
|
|
25
|
+
react = require_Icon.__toESM(react);
|
|
29
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
30
|
-
const
|
|
31
|
-
return react.default.createElement(
|
|
27
|
+
const CloudSatelliteServices = /* @__PURE__ */ react.default.forwardRef(function CloudSatelliteServices({ children, size = 16, ...rest }, ref) {
|
|
28
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
29
|
+
width: size,
|
|
30
|
+
height: size,
|
|
31
|
+
ref,
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
viewBox: "0 0 32 32",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
...rest
|
|
36
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
37
|
+
cx: "7",
|
|
38
|
+
cy: "20",
|
|
39
|
+
r: "2"
|
|
40
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
41
|
+
cx: "21",
|
|
42
|
+
cy: "12",
|
|
43
|
+
r: "2"
|
|
44
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z" }), children);
|
|
45
|
+
});
|
|
46
|
+
if (process.env.NODE_ENV !== "production") CloudSatelliteServices.propTypes = require_iconPropTypes.iconPropTypes;
|
|
47
|
+
const CloudServices = /* @__PURE__ */ react.default.forwardRef(function CloudServices({ children, size = 16, ...rest }, ref) {
|
|
48
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
49
|
+
width: size,
|
|
50
|
+
height: size,
|
|
51
|
+
ref,
|
|
52
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
+
viewBox: "0 0 32 32",
|
|
54
|
+
fill: "currentColor",
|
|
55
|
+
...rest
|
|
56
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,22V20H20.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,17,16.1011V14H15v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,11.1011,20H9v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,15,25.8989V28h2V25.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z" }), children);
|
|
57
|
+
});
|
|
58
|
+
if (process.env.NODE_ENV !== "production") CloudServices.propTypes = require_iconPropTypes.iconPropTypes;
|
|
59
|
+
const Cloudy = /* @__PURE__ */ react.default.forwardRef(function Cloudy({ children, size = 16, ...rest }, ref) {
|
|
60
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
61
|
+
width: size,
|
|
62
|
+
height: size,
|
|
63
|
+
ref,
|
|
64
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
65
|
+
viewBox: "0 0 32 32",
|
|
66
|
+
fill: "currentColor",
|
|
67
|
+
...rest
|
|
68
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z" }), children);
|
|
69
|
+
});
|
|
70
|
+
if (process.env.NODE_ENV !== "production") Cloudy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
71
|
+
const WatsonHealthCobbAngle = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthCobbAngle({ children, size = 16, ...rest }, ref) {
|
|
72
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
73
|
+
width: size,
|
|
74
|
+
height: size,
|
|
75
|
+
ref,
|
|
76
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
77
|
+
viewBox: "0 0 32 32",
|
|
78
|
+
fill: "currentColor",
|
|
79
|
+
...rest
|
|
80
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,17V15a2,2,0,0,0-2-2H10a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h8A2,2,0,0,0,20,17ZM10,15h8v2H10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.42,24.48A2,2,0,0,0,21,23.06l-7.73,2.07a2,2,0,0,0-1.42,2.44h0l.52,1.93A2,2,0,0,0,14.27,31a3,3,0,0,0,.52-.07l7.73-2.07h0a2,2,0,0,0,1.41-2.45ZM14.27,29l-.51-1.94L21.48,25,22,26.92Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.24,6.86,21,8.93h0a2.24,2.24,0,0,0,.51.07,2,2,0,0,0,1.94-1.48L24,5.58a2,2,0,0,0-1.41-2.45L14.79,1.06a2,2,0,0,0-2.45,1.41h0l-.52,1.93a2,2,0,0,0,1.42,2.44Zm1-3.86L22,5.07,21.48,7,13.76,4.93Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 21H16V23H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 9H16V11H14z" }), children);
|
|
81
|
+
});
|
|
82
|
+
if (process.env.NODE_ENV !== "production") WatsonHealthCobbAngle.propTypes = require_iconPropTypes.iconPropTypes;
|
|
83
|
+
const CobolUpgradeAdvisor = /* @__PURE__ */ react.default.forwardRef(function CobolUpgradeAdvisor({ children, size = 16, ...rest }, ref) {
|
|
84
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
85
|
+
width: size,
|
|
86
|
+
height: size,
|
|
87
|
+
ref,
|
|
88
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
89
|
+
viewBox: "0 0 32 32",
|
|
90
|
+
fill: "currentColor",
|
|
91
|
+
...rest
|
|
92
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.57,6.4299l-1.46,1.4602-1.68-2.8901h-12.86l-6.41,11,6.41,11h7.43v2h-8c-.36,0-.68-.1899-.86-.5L1.14,16.5c-.1-.1499-.14-.3301-.14-.5s.04-.3501.14-.5L8.14,3.5c.18-.3101.5-.5.86-.5h14c.36,0,.68.1899.86.5l1.71,2.9299ZM19,11h-10v2h10v-2ZM17,15h-8v2h8v-2ZM15,19h-6v2h6v-2ZM26,11l-5,5,1.41,1.4099,2.59-2.5798v9.1699c0,1.6543-1.3457,3-3,3h-2v2h2c2.7568,0,5-2.2432,5-5v-9.1699l2.59,2.5798,1.41-1.4099-5-5Z" }), children);
|
|
93
|
+
});
|
|
94
|
+
if (process.env.NODE_ENV !== "production") CobolUpgradeAdvisor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
95
|
+
const Code = /* @__PURE__ */ react.default.forwardRef(function Code({ children, size = 16, ...rest }, ref) {
|
|
96
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
32
97
|
width: size,
|
|
33
98
|
height: size,
|
|
34
99
|
ref,
|
|
@@ -42,8 +107,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
42
107
|
}), children);
|
|
43
108
|
});
|
|
44
109
|
if (process.env.NODE_ENV !== "production") Code.propTypes = require_iconPropTypes.iconPropTypes;
|
|
45
|
-
const CodeHide = react.default.forwardRef(function CodeHide({ children, size = 16, ...rest }, ref) {
|
|
46
|
-
return react.default.createElement(
|
|
110
|
+
const CodeHide = /* @__PURE__ */ react.default.forwardRef(function CodeHide({ children, size = 16, ...rest }, ref) {
|
|
111
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
47
112
|
width: size,
|
|
48
113
|
height: size,
|
|
49
114
|
ref,
|
|
@@ -54,8 +119,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
54
119
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.713 13.471 19.576 6.518 17.645 6 16.08 11.838 17.713 13.471z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.207 19.965 25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 28.586 3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z" }), children);
|
|
55
120
|
});
|
|
56
121
|
if (process.env.NODE_ENV !== "production") CodeHide.propTypes = require_iconPropTypes.iconPropTypes;
|
|
57
|
-
const CodeReference = react.default.forwardRef(function CodeReference({ children, size = 16, ...rest }, ref) {
|
|
58
|
-
return react.default.createElement(
|
|
122
|
+
const CodeReference = /* @__PURE__ */ react.default.forwardRef(function CodeReference({ children, size = 16, ...rest }, ref) {
|
|
123
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
59
124
|
width: size,
|
|
60
125
|
height: size,
|
|
61
126
|
ref,
|
|
@@ -69,8 +134,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
69
134
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 10 10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z" }), children);
|
|
70
135
|
});
|
|
71
136
|
if (process.env.NODE_ENV !== "production") CodeReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
72
|
-
const CodeBlock = react.default.forwardRef(function CodeBlock({ children, size = 16, ...rest }, ref) {
|
|
73
|
-
return react.default.createElement(
|
|
137
|
+
const CodeBlock = /* @__PURE__ */ react.default.forwardRef(function CodeBlock({ children, size = 16, ...rest }, ref) {
|
|
138
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
74
139
|
width: size,
|
|
75
140
|
height: size,
|
|
76
141
|
ref,
|
|
@@ -96,8 +161,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
96
161
|
}), children);
|
|
97
162
|
});
|
|
98
163
|
if (process.env.NODE_ENV !== "production") CodeBlock.propTypes = require_iconPropTypes.iconPropTypes;
|
|
99
|
-
const CodeSigningService = react.default.forwardRef(function CodeSigningService({ children, size = 16, ...rest }, ref) {
|
|
100
|
-
return react.default.createElement(
|
|
164
|
+
const CodeSigningService = /* @__PURE__ */ react.default.forwardRef(function CodeSigningService({ children, size = 16, ...rest }, ref) {
|
|
165
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
101
166
|
width: size,
|
|
102
167
|
height: size,
|
|
103
168
|
ref,
|
|
@@ -112,8 +177,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
112
177
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.4141,30H15V25.5857l5.0337-5.0337A4.6069,4.6069,0,0,1,20,20a5,5,0,1,1,4.4478,4.9663ZM17,28h1.5859l5.2061-5.2063.5395.1238a3.0351,3.0351,0,1,0-2.249-2.2488l.1236.5393L17,26.4143Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 8H8V16H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 8H4V16H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 8H20V14H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,16H12a2,2,0,0,1-2-2V10a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v4A2,2,0,0,1,14,16Zm-2-2h2V10H12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 18H4V26H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 18H16V22H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,26H8a2,2,0,0,1-2-2V20a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v4A2,2,0,0,1,10,26ZM8,24h2V20H8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H4V6H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 2H16V6H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 2H20V6H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,6H8A2,2,0,0,1,6,4V2H8V4h2V2h2V4A2,2,0,0,1,10,6Z" }), children);
|
|
113
178
|
});
|
|
114
179
|
if (process.env.NODE_ENV !== "production") CodeSigningService.propTypes = require_iconPropTypes.iconPropTypes;
|
|
115
|
-
const Cognitive = react.default.forwardRef(function Cognitive({ children, size = 16, ...rest }, ref) {
|
|
116
|
-
return react.default.createElement(
|
|
180
|
+
const Cognitive = /* @__PURE__ */ react.default.forwardRef(function Cognitive({ children, size = 16, ...rest }, ref) {
|
|
181
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
117
182
|
width: size,
|
|
118
183
|
height: size,
|
|
119
184
|
ref,
|
|
@@ -124,8 +189,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
124
189
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z" }), children);
|
|
125
190
|
});
|
|
126
191
|
if (process.env.NODE_ENV !== "production") Cognitive.propTypes = require_iconPropTypes.iconPropTypes;
|
|
127
|
-
const Collaborate = react.default.forwardRef(function Collaborate({ children, size = 16, ...rest }, ref) {
|
|
128
|
-
return react.default.createElement(
|
|
192
|
+
const Collaborate = /* @__PURE__ */ react.default.forwardRef(function Collaborate({ children, size = 16, ...rest }, ref) {
|
|
193
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
129
194
|
width: size,
|
|
130
195
|
height: size,
|
|
131
196
|
ref,
|
|
@@ -136,8 +201,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
136
201
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,21V20H4v1a7,7,0,0,0,7,7h3V26H11A5,5,0,0,1,6,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,11v1h2V11a7,7,0,0,0-7-7H16V6h3A5,5,0,0,1,24,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,11H5a3,3,0,0,0-3,3v2H4V14a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V14A3,3,0,0,0,11,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10A4,4,0,1,0,4,6,4,4,0,0,0,8,10ZM8,4A2,2,0,1,1,6,6,2,2,0,0,1,8,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,25H21a3,3,0,0,0-3,3v2h2V28a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V28A3,3,0,0,0,27,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20a4,4,0,1,0,4-4A4,4,0,0,0,20,20Zm6,0a2,2,0,1,1-2-2A2,2,0,0,1,26,20Z" }), children);
|
|
137
202
|
});
|
|
138
203
|
if (process.env.NODE_ENV !== "production") Collaborate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
139
|
-
const CollapseAll = react.default.forwardRef(function CollapseAll({ children, size = 16, ...rest }, ref) {
|
|
140
|
-
return react.default.createElement(
|
|
204
|
+
const CollapseAll = /* @__PURE__ */ react.default.forwardRef(function CollapseAll({ children, size = 16, ...rest }, ref) {
|
|
205
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
141
206
|
width: size,
|
|
142
207
|
height: size,
|
|
143
208
|
ref,
|
|
@@ -148,8 +213,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
148
213
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z" }), children);
|
|
149
214
|
});
|
|
150
215
|
if (process.env.NODE_ENV !== "production") CollapseAll.propTypes = require_iconPropTypes.iconPropTypes;
|
|
151
|
-
const CollapseCategories = react.default.forwardRef(function CollapseCategories({ children, size = 16, ...rest }, ref) {
|
|
152
|
-
return react.default.createElement(
|
|
216
|
+
const CollapseCategories = /* @__PURE__ */ react.default.forwardRef(function CollapseCategories({ children, size = 16, ...rest }, ref) {
|
|
217
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
153
218
|
width: size,
|
|
154
219
|
height: size,
|
|
155
220
|
ref,
|
|
@@ -160,8 +225,44 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
160
225
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 25H28V27H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.17 26 4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 15H28V17H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.17 16 4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 5H28V7H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.17 6 4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z" }), children);
|
|
161
226
|
});
|
|
162
227
|
if (process.env.NODE_ENV !== "production") CollapseCategories.propTypes = require_iconPropTypes.iconPropTypes;
|
|
163
|
-
const
|
|
164
|
-
return react.default.createElement(
|
|
228
|
+
const CollapseStripe = /* @__PURE__ */ react.default.forwardRef(function CollapseStripe({ children, size = 16, ...rest }, ref) {
|
|
229
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
230
|
+
width: size,
|
|
231
|
+
height: size,
|
|
232
|
+
ref,
|
|
233
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
234
|
+
viewBox: "0 0 32 32",
|
|
235
|
+
fill: "currentColor",
|
|
236
|
+
...rest
|
|
237
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28H4c-1.103,0-2-.8975-2-2V6c0-1.103.897-2,2-2h24c1.1025,0,2,.897,2,2v20c0,1.1025-.8975,2-2,2ZM4,6v20h24V6H4ZM18.293,21.707l-5.707-5.707,5.707-5.707,1.4141,1.4141-3.293,3.293h9.5859v2h-9.5859l3.293,3.293-1.4141,1.4141Z" }), children);
|
|
238
|
+
});
|
|
239
|
+
if (process.env.NODE_ENV !== "production") CollapseStripe.propTypes = require_iconPropTypes.iconPropTypes;
|
|
240
|
+
const CollapseTitle = /* @__PURE__ */ react.default.forwardRef(function CollapseTitle({ children, size = 16, ...rest }, ref) {
|
|
241
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
242
|
+
width: size,
|
|
243
|
+
height: size,
|
|
244
|
+
ref,
|
|
245
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
246
|
+
viewBox: "0 0 32 32",
|
|
247
|
+
fill: "currentColor",
|
|
248
|
+
...rest
|
|
249
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6c-1.103,0-2-.8975-2-2V6c0-1.103.897-2,2-2h13v2H6v20h20v-13h2v13c0,1.1025-.8975,2-2,2ZM24,17h-9v-9h2v5.5859l7.293-7.293,1.4141,1.4141-7.293,7.293h5.5859v2Z" }), children);
|
|
250
|
+
});
|
|
251
|
+
if (process.env.NODE_ENV !== "production") CollapseTitle.propTypes = require_iconPropTypes.iconPropTypes;
|
|
252
|
+
const CollapseTitle_2 = /* @__PURE__ */ react.default.forwardRef(function CollapseTitle_2({ children, size = 16, ...rest }, ref) {
|
|
253
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
254
|
+
width: size,
|
|
255
|
+
height: size,
|
|
256
|
+
ref,
|
|
257
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
258
|
+
viewBox: "0 0 32 32",
|
|
259
|
+
fill: "currentColor",
|
|
260
|
+
...rest
|
|
261
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28h-13v-2h13V6H6v13h-2V6c0-1.103.897-2,2-2h20c1.1025,0,2,.897,2,2v20c0,1.1025-.8975,2-2,2ZM7.707,25.707l-1.4141-1.4141,7.293-7.293h-5.5859v-2h9v9h-2v-5.5859l-7.293,7.293Z" }), children);
|
|
262
|
+
});
|
|
263
|
+
if (process.env.NODE_ENV !== "production") CollapseTitle_2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
264
|
+
const ColorPalette = /* @__PURE__ */ react.default.forwardRef(function ColorPalette({ children, size = 16, ...rest }, ref) {
|
|
265
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
165
266
|
width: size,
|
|
166
267
|
height: size,
|
|
167
268
|
ref,
|
|
@@ -192,8 +293,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
192
293
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z" }), children);
|
|
193
294
|
});
|
|
194
295
|
if (process.env.NODE_ENV !== "production") ColorPalette.propTypes = require_iconPropTypes.iconPropTypes;
|
|
195
|
-
const ColorPicker = react.default.forwardRef(function ColorPicker({ children, size = 16, ...rest }, ref) {
|
|
196
|
-
return react.default.createElement(
|
|
296
|
+
const ColorPicker = /* @__PURE__ */ react.default.forwardRef(function ColorPicker({ children, size = 16, ...rest }, ref) {
|
|
297
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
197
298
|
width: size,
|
|
198
299
|
height: size,
|
|
199
300
|
ref,
|
|
@@ -204,8 +305,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
204
305
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 27H5V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.7092,7.3007v-.01l-4.9999-4.9999c-.3901-.3877-1.0199-.3877-1.41,0l-3.2999,3.2999-1.2899-1.3-1.42,1.4199,1.3,1.2899-10.2998,10.2898c-.1871.1887-.2915.4442-.29.7099v1.59l-2.7099,2.6999c-.3877.39-.3877,1.0199,0,1.4099l2.9999,2.9999c.3901.3877,1.0199.3877,1.41,0l2.7099-2.6999h1.59c.2658.0016.5213-.1028.71-.29l10.2897-10.2997,1.2899,1.3,1.42-1.4199-1.3-1.29,3.3-3.2899c.3877-.39.3877-1.0199,0-1.4099h0ZM19.5933,15.9966h-7.1798l7.586-7.586,3.5899,3.5899-3.9962,3.9962h0ZM24.9993,10.5905l-3.5899-3.5899,2.59-2.5899,3.5899,3.5899-2.59,2.59h0Z" }), children);
|
|
205
306
|
});
|
|
206
307
|
if (process.env.NODE_ENV !== "production") ColorPicker.propTypes = require_iconPropTypes.iconPropTypes;
|
|
207
|
-
const ColorSwitch = react.default.forwardRef(function ColorSwitch({ children, size = 16, ...rest }, ref) {
|
|
208
|
-
return react.default.createElement(
|
|
308
|
+
const ColorSwitch = /* @__PURE__ */ react.default.forwardRef(function ColorSwitch({ children, size = 16, ...rest }, ref) {
|
|
309
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
209
310
|
width: size,
|
|
210
311
|
height: size,
|
|
211
312
|
ref,
|
|
@@ -216,8 +317,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
216
317
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z" }), children);
|
|
217
318
|
});
|
|
218
319
|
if (process.env.NODE_ENV !== "production") ColorSwitch.propTypes = require_iconPropTypes.iconPropTypes;
|
|
219
|
-
const Column = react.default.forwardRef(function Column({ children, size = 16, ...rest }, ref) {
|
|
220
|
-
return react.default.createElement(
|
|
320
|
+
const Column = /* @__PURE__ */ react.default.forwardRef(function Column({ children, size = 16, ...rest }, ref) {
|
|
321
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
221
322
|
width: size,
|
|
222
323
|
height: size,
|
|
223
324
|
ref,
|
|
@@ -228,8 +329,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
228
329
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 4H26V28H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,6V26H14V6h4m0-2H14a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 4H8V28H6z" }), children);
|
|
229
330
|
});
|
|
230
331
|
if (process.env.NODE_ENV !== "production") Column.propTypes = require_iconPropTypes.iconPropTypes;
|
|
231
|
-
const ColumnDelete = react.default.forwardRef(function ColumnDelete({ children, size = 16, ...rest }, ref) {
|
|
232
|
-
return react.default.createElement(
|
|
332
|
+
const ColumnDelete = /* @__PURE__ */ react.default.forwardRef(function ColumnDelete({ children, size = 16, ...rest }, ref) {
|
|
333
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
233
334
|
width: size,
|
|
234
335
|
height: size,
|
|
235
336
|
ref,
|
|
@@ -240,8 +341,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
240
341
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 3.41 28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,14V28H18V6H16V28a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H4a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,4,6h6a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,10,30ZM4,8V28h6V8Z" }), children);
|
|
241
342
|
});
|
|
242
343
|
if (process.env.NODE_ENV !== "production") ColumnDelete.propTypes = require_iconPropTypes.iconPropTypes;
|
|
243
|
-
const ColumnInsert = react.default.forwardRef(function ColumnInsert({ children, size = 16, ...rest }, ref) {
|
|
244
|
-
return react.default.createElement(
|
|
344
|
+
const ColumnInsert = /* @__PURE__ */ react.default.forwardRef(function ColumnInsert({ children, size = 16, ...rest }, ref) {
|
|
345
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
245
346
|
width: size,
|
|
246
347
|
height: size,
|
|
247
348
|
ref,
|
|
@@ -252,8 +353,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
252
353
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H22a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM22,10V28h6V10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 9 21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H4a2.0021,2.0021,0,0,1-2-2V10A2.0021,2.0021,0,0,1,4,8h6a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,10,30ZM4,10V28h6V10Z" }), children);
|
|
253
354
|
});
|
|
254
355
|
if (process.env.NODE_ENV !== "production") ColumnInsert.propTypes = require_iconPropTypes.iconPropTypes;
|
|
255
|
-
const ColumnDependency = react.default.forwardRef(function ColumnDependency({ children, size = 16, ...rest }, ref) {
|
|
256
|
-
return react.default.createElement(
|
|
356
|
+
const ColumnDependency = /* @__PURE__ */ react.default.forwardRef(function ColumnDependency({ children, size = 16, ...rest }, ref) {
|
|
357
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
257
358
|
width: size,
|
|
258
359
|
height: size,
|
|
259
360
|
ref,
|
|
@@ -264,8 +365,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
264
365
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z" }), children);
|
|
265
366
|
});
|
|
266
367
|
if (process.env.NODE_ENV !== "production") ColumnDependency.propTypes = require_iconPropTypes.iconPropTypes;
|
|
267
|
-
const Comments = react.default.forwardRef(function Comments({ children, size = 16, ...rest }, ref) {
|
|
268
|
-
return react.default.createElement(
|
|
368
|
+
const Comments = /* @__PURE__ */ react.default.forwardRef(function Comments({ children, size = 16, ...rest }, ref) {
|
|
369
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
269
370
|
width: size,
|
|
270
371
|
height: size,
|
|
271
372
|
ref,
|
|
@@ -276,8 +377,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
276
377
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3163,9.4912l-8.004-6.997c-.3645-.3186-.8322-.4942-1.3163-.4942H4c-1.1046,0-2,.8954-2,2v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V10.997c0-.577-.2493-1.126-.6837-1.5058ZM28,28H4V4h14v7c0,1.1046.8954,2,2,2h8v15ZM20,11v-7l8,7h-8ZM6,20.084c0-4.041,2.0122-6.2939,5.1763-6.2939,2.1499,0,3.5425.9121,4.3853,2.7686l-1.9434,1.0322c-.3438-1.0664-1.1006-1.7881-2.4419-1.7881-1.6851,0-2.7686,1.2207-2.7686,3.2666v1.8916c0,2.0645,1.0835,3.2334,2.7686,3.2334,1.3584,0,2.2012-.8252,2.5967-1.9092l1.8403,1.084c-.8599,1.7881-2.2871,2.8369-4.437,2.8369-3.1641,0-5.1763-2.0801-5.1763-6.1221ZM16.8193,21.4941c0-2.8711,1.5991-4.6768,4.1611-4.6768,2.5796,0,4.1792,1.8057,4.1792,4.6768,0,2.8896-1.5996,4.7119-4.1792,4.7119-2.562,0-4.1611-1.8223-4.1611-4.7119ZM22.855,22.3369v-1.668c0-1.3408-.7222-2.0811-1.8745-2.0811-1.1348,0-1.8569.7402-1.8569,2.0811v1.668c0,1.3584.7222,2.0986,1.8569,2.0986,1.1523,0,1.8745-.7402,1.8745-2.0986Z" }), children);
|
|
277
378
|
});
|
|
278
379
|
if (process.env.NODE_ENV !== "production") Comments.propTypes = require_iconPropTypes.iconPropTypes;
|
|
279
|
-
const Commit = react.default.forwardRef(function Commit({ children, size = 16, ...rest }, ref) {
|
|
280
|
-
return react.default.createElement(
|
|
380
|
+
const Commit = /* @__PURE__ */ react.default.forwardRef(function Commit({ children, size = 16, ...rest }, ref) {
|
|
381
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
281
382
|
width: size,
|
|
282
383
|
height: size,
|
|
283
384
|
ref,
|
|
@@ -288,8 +389,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
288
389
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z" }), children);
|
|
289
390
|
});
|
|
290
391
|
if (process.env.NODE_ENV !== "production") Commit.propTypes = require_iconPropTypes.iconPropTypes;
|
|
291
|
-
const CommitAlt = react.default.forwardRef(function CommitAlt({ children, size = 16, ...rest }, ref) {
|
|
292
|
-
return react.default.createElement(
|
|
392
|
+
const CommitAlt = /* @__PURE__ */ react.default.forwardRef(function CommitAlt({ children, size = 16, ...rest }, ref) {
|
|
393
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
293
394
|
width: size,
|
|
294
395
|
height: size,
|
|
295
396
|
ref,
|
|
@@ -300,8 +401,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
300
401
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,30v-8.09c3.264-.5473,5.4663-3.6369,4.9191-6.9009-.4227-2.521-2.398-4.4964-4.9191-4.9191V2h-2v8.09c-3.264.5473-5.4663,3.6369-4.9191,6.9009.4227,2.521,2.398,4.4964,4.9191,4.9191v8.09h2ZM12,16c0-2.2091,1.7909-4,4-4s4,1.7909,4,4-1.7909,4-4,4c-2.2081-.0025-3.9975-1.7919-4-4Z" }), children);
|
|
301
402
|
});
|
|
302
403
|
if (process.env.NODE_ENV !== "production") CommitAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
303
|
-
const CommunicationUnified = react.default.forwardRef(function CommunicationUnified({ children, size = 16, ...rest }, ref) {
|
|
304
|
-
return react.default.createElement(
|
|
404
|
+
const CommunicationUnified = /* @__PURE__ */ react.default.forwardRef(function CommunicationUnified({ children, size = 16, ...rest }, ref) {
|
|
405
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
305
406
|
width: size,
|
|
306
407
|
height: size,
|
|
307
408
|
ref,
|
|
@@ -312,8 +413,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
312
413
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,17H18a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h4V25H18V19H28v6H25.4648l-2.5937,3.8906L24.5352,30l2-3H28a2.0025,2.0025,0,0,0,2-2V19A2.0025,2.0025,0,0,0,28,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.6667,24.1086l.8614-.8615a.8334.8334,0,0,1,.8988-.1844l1.0493.42A.8334.8334,0,0,1,12,24.2561v1.9082a.8334.8334,0,0,1-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316,0,0,1,2.8343,17H4.7085a.8335.8335,0,0,1,.7737.5238l.42,1.0493a.8332.8332,0,0,1-.1845.8988l-.8614.8614A4.5267,4.5267,0,0,0,8.6667,24.1086Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 9H28V11H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 5H30V7H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,6,14,8.2V6a2.0024,2.0024,0,0,0-2-2H4A2.0024,2.0024,0,0,0,2,6v6a2.0024,2.0024,0,0,0,2,2h8a2.0024,2.0024,0,0,0,2-2V9.8L17,12ZM4,12V6h8v6Z" }), children);
|
|
313
414
|
});
|
|
314
415
|
if (process.env.NODE_ENV !== "production") CommunicationUnified.propTypes = require_iconPropTypes.iconPropTypes;
|
|
315
|
-
const Compare = react.default.forwardRef(function Compare({ children, size = 16, ...rest }, ref) {
|
|
316
|
-
return react.default.createElement(
|
|
416
|
+
const Compare = /* @__PURE__ */ react.default.forwardRef(function Compare({ children, size = 16, ...rest }, ref) {
|
|
417
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
317
418
|
width: size,
|
|
318
419
|
height: size,
|
|
319
420
|
ref,
|
|
@@ -324,8 +425,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
324
425
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z" }), children);
|
|
325
426
|
});
|
|
326
427
|
if (process.env.NODE_ENV !== "production") Compare.propTypes = require_iconPropTypes.iconPropTypes;
|
|
327
|
-
const Compass = react.default.forwardRef(function Compass({ children, size = 16, ...rest }, ref) {
|
|
328
|
-
return react.default.createElement(
|
|
428
|
+
const Compass = /* @__PURE__ */ react.default.forwardRef(function Compass({ children, size = 16, ...rest }, ref) {
|
|
429
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
329
430
|
width: size,
|
|
330
431
|
height: size,
|
|
331
432
|
ref,
|
|
@@ -340,8 +441,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
340
441
|
}), children);
|
|
341
442
|
});
|
|
342
443
|
if (process.env.NODE_ENV !== "production") Compass.propTypes = require_iconPropTypes.iconPropTypes;
|
|
343
|
-
const QComposerEdit = react.default.forwardRef(function QComposerEdit({ children, size = 16, ...rest }, ref) {
|
|
344
|
-
return react.default.createElement(
|
|
444
|
+
const QComposerEdit = /* @__PURE__ */ react.default.forwardRef(function QComposerEdit({ children, size = 16, ...rest }, ref) {
|
|
445
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
345
446
|
width: size,
|
|
346
447
|
height: size,
|
|
347
448
|
ref,
|
|
@@ -352,8 +453,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
352
453
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z" }), children);
|
|
353
454
|
});
|
|
354
455
|
if (process.env.NODE_ENV !== "production") QComposerEdit.propTypes = require_iconPropTypes.iconPropTypes;
|
|
355
|
-
const Concept = react.default.forwardRef(function Concept({ children, size = 16, ...rest }, ref) {
|
|
356
|
-
return react.default.createElement(
|
|
456
|
+
const Concept = /* @__PURE__ */ react.default.forwardRef(function Concept({ children, size = 16, ...rest }, ref) {
|
|
457
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
357
458
|
width: size,
|
|
358
459
|
height: size,
|
|
359
460
|
ref,
|
|
@@ -364,8 +465,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
364
465
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z" }), children);
|
|
365
466
|
});
|
|
366
467
|
if (process.env.NODE_ENV !== "production") Concept.propTypes = require_iconPropTypes.iconPropTypes;
|
|
367
|
-
const ConditionPoint = react.default.forwardRef(function ConditionPoint({ children, size = 16, ...rest }, ref) {
|
|
368
|
-
return react.default.createElement(
|
|
468
|
+
const ConditionPoint = /* @__PURE__ */ react.default.forwardRef(function ConditionPoint({ children, size = 16, ...rest }, ref) {
|
|
469
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
369
470
|
width: size,
|
|
370
471
|
height: size,
|
|
371
472
|
ref,
|
|
@@ -379,8 +480,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
379
480
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z" }), children);
|
|
380
481
|
});
|
|
381
482
|
if (process.env.NODE_ENV !== "production") ConditionPoint.propTypes = require_iconPropTypes.iconPropTypes;
|
|
382
|
-
const ConditionWaitPoint = react.default.forwardRef(function ConditionWaitPoint({ children, size = 16, ...rest }, ref) {
|
|
383
|
-
return react.default.createElement(
|
|
483
|
+
const ConditionWaitPoint = /* @__PURE__ */ react.default.forwardRef(function ConditionWaitPoint({ children, size = 16, ...rest }, ref) {
|
|
484
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
384
485
|
width: size,
|
|
385
486
|
height: size,
|
|
386
487
|
ref,
|
|
@@ -394,8 +495,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
394
495
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z" }), children);
|
|
395
496
|
});
|
|
396
497
|
if (process.env.NODE_ENV !== "production") ConditionWaitPoint.propTypes = require_iconPropTypes.iconPropTypes;
|
|
397
|
-
const Connect = react.default.forwardRef(function Connect({ children, size = 16, ...rest }, ref) {
|
|
398
|
-
return react.default.createElement(
|
|
498
|
+
const Connect = /* @__PURE__ */ react.default.forwardRef(function Connect({ children, size = 16, ...rest }, ref) {
|
|
499
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
399
500
|
width: size,
|
|
400
501
|
height: size,
|
|
401
502
|
ref,
|
|
@@ -409,8 +510,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
409
510
|
}), children);
|
|
410
511
|
});
|
|
411
512
|
if (process.env.NODE_ENV !== "production") Connect.propTypes = require_iconPropTypes.iconPropTypes;
|
|
412
|
-
const ConnectRecursive = react.default.forwardRef(function ConnectRecursive({ children, size = 16, ...rest }, ref) {
|
|
413
|
-
return react.default.createElement(
|
|
513
|
+
const ConnectRecursive = /* @__PURE__ */ react.default.forwardRef(function ConnectRecursive({ children, size = 16, ...rest }, ref) {
|
|
514
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
414
515
|
width: size,
|
|
415
516
|
height: size,
|
|
416
517
|
ref,
|
|
@@ -421,8 +522,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
421
522
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z" }), children);
|
|
422
523
|
});
|
|
423
524
|
if (process.env.NODE_ENV !== "production") ConnectRecursive.propTypes = require_iconPropTypes.iconPropTypes;
|
|
424
|
-
const ConnectReference = react.default.forwardRef(function ConnectReference({ children, size = 16, ...rest }, ref) {
|
|
425
|
-
return react.default.createElement(
|
|
525
|
+
const ConnectReference = /* @__PURE__ */ react.default.forwardRef(function ConnectReference({ children, size = 16, ...rest }, ref) {
|
|
526
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
426
527
|
width: size,
|
|
427
528
|
height: size,
|
|
428
529
|
ref,
|
|
@@ -433,8 +534,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
433
534
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z" }), children);
|
|
434
535
|
});
|
|
435
536
|
if (process.env.NODE_ENV !== "production") ConnectReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
436
|
-
const ConnectSource = react.default.forwardRef(function ConnectSource({ children, size = 16, ...rest }, ref) {
|
|
437
|
-
return react.default.createElement(
|
|
537
|
+
const ConnectSource = /* @__PURE__ */ react.default.forwardRef(function ConnectSource({ children, size = 16, ...rest }, ref) {
|
|
538
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
438
539
|
width: size,
|
|
439
540
|
height: size,
|
|
440
541
|
ref,
|
|
@@ -445,8 +546,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
445
546
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z" }), children);
|
|
446
547
|
});
|
|
447
548
|
if (process.env.NODE_ENV !== "production") ConnectSource.propTypes = require_iconPropTypes.iconPropTypes;
|
|
448
|
-
const ConnectTarget = react.default.forwardRef(function ConnectTarget({ children, size = 16, ...rest }, ref) {
|
|
449
|
-
return react.default.createElement(
|
|
549
|
+
const ConnectTarget = /* @__PURE__ */ react.default.forwardRef(function ConnectTarget({ children, size = 16, ...rest }, ref) {
|
|
550
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
450
551
|
width: size,
|
|
451
552
|
height: size,
|
|
452
553
|
ref,
|
|
@@ -457,8 +558,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
457
558
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 2H30V30H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10l-1.4141,1.4141L22.1719,15H11.8989a5,5,0,1,0,0,2h10.273l-3.586,3.5859L20,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z" }), children);
|
|
458
559
|
});
|
|
459
560
|
if (process.env.NODE_ENV !== "production") ConnectTarget.propTypes = require_iconPropTypes.iconPropTypes;
|
|
460
|
-
const ConnectionReceive = react.default.forwardRef(function ConnectionReceive({ children, size = 16, ...rest }, ref) {
|
|
461
|
-
return react.default.createElement(
|
|
561
|
+
const ConnectionReceive = /* @__PURE__ */ react.default.forwardRef(function ConnectionReceive({ children, size = 16, ...rest }, ref) {
|
|
562
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
462
563
|
width: size,
|
|
463
564
|
height: size,
|
|
464
565
|
ref,
|
|
@@ -469,8 +570,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
469
570
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 8H10V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H10V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 8H16V12H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 14H16V18H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 20H10V24H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 20H16V24H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 14 21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z" }), children);
|
|
470
571
|
});
|
|
471
572
|
if (process.env.NODE_ENV !== "production") ConnectionReceive.propTypes = require_iconPropTypes.iconPropTypes;
|
|
472
|
-
const ConnectionSend = react.default.forwardRef(function ConnectionSend({ children, size = 16, ...rest }, ref) {
|
|
473
|
-
return react.default.createElement(
|
|
573
|
+
const ConnectionSend = /* @__PURE__ */ react.default.forwardRef(function ConnectionSend({ children, size = 16, ...rest }, ref) {
|
|
574
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
474
575
|
width: size,
|
|
475
576
|
height: size,
|
|
476
577
|
ref,
|
|
@@ -481,8 +582,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
481
582
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 8H10V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H10V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 8H16V12H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 14H16V18H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 20H10V24H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 20H16V24H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 14 26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z" }), children);
|
|
482
583
|
});
|
|
483
584
|
if (process.env.NODE_ENV !== "production") ConnectionSend.propTypes = require_iconPropTypes.iconPropTypes;
|
|
484
|
-
const ConnectionTwoWay = react.default.forwardRef(function ConnectionTwoWay({ children, size = 16, ...rest }, ref) {
|
|
485
|
-
return react.default.createElement(
|
|
585
|
+
const ConnectionTwoWay = /* @__PURE__ */ react.default.forwardRef(function ConnectionTwoWay({ children, size = 16, ...rest }, ref) {
|
|
586
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
486
587
|
width: size,
|
|
487
588
|
height: size,
|
|
488
589
|
ref,
|
|
@@ -493,8 +594,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
493
594
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 8H10V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H10V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 8H16V12H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 14H16V18H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 20H10V24H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 20H16V24H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 22 21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 12 27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z" }), children);
|
|
494
595
|
});
|
|
495
596
|
if (process.env.NODE_ENV !== "production") ConnectionTwoWay.propTypes = require_iconPropTypes.iconPropTypes;
|
|
496
|
-
const ConnectionUsage = react.default.forwardRef(function ConnectionUsage({ children, size = 16, ...rest }, ref) {
|
|
497
|
-
return react.default.createElement(
|
|
597
|
+
const ConnectionUsage = /* @__PURE__ */ react.default.forwardRef(function ConnectionUsage({ children, size = 16, ...rest }, ref) {
|
|
598
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
498
599
|
width: size,
|
|
499
600
|
height: size,
|
|
500
601
|
ref,
|
|
@@ -508,8 +609,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
508
609
|
}), children);
|
|
509
610
|
});
|
|
510
611
|
if (process.env.NODE_ENV !== "production") ConnectionUsage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
511
|
-
const ConnectionFlowUsage = react.default.forwardRef(function ConnectionFlowUsage({ children, size = 16, ...rest }, ref) {
|
|
512
|
-
return react.default.createElement(
|
|
612
|
+
const ConnectionFlowUsage = /* @__PURE__ */ react.default.forwardRef(function ConnectionFlowUsage({ children, size = 16, ...rest }, ref) {
|
|
613
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
513
614
|
width: size,
|
|
514
615
|
height: size,
|
|
515
616
|
ref,
|
|
@@ -523,8 +624,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
523
624
|
}), children);
|
|
524
625
|
});
|
|
525
626
|
if (process.env.NODE_ENV !== "production") ConnectionFlowUsage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
526
|
-
const ConnectionSignal = react.default.forwardRef(function ConnectionSignal({ children, size = 16, ...rest }, ref) {
|
|
527
|
-
return react.default.createElement(
|
|
627
|
+
const ConnectionSignal = /* @__PURE__ */ react.default.forwardRef(function ConnectionSignal({ children, size = 16, ...rest }, ref) {
|
|
628
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
528
629
|
width: size,
|
|
529
630
|
height: size,
|
|
530
631
|
ref,
|
|
@@ -535,8 +636,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
535
636
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 12H17V30H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.33,18.22a7,7,0,0,1,0-10.44l1.34,1.49a5,5,0,0,0,0,7.46Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.67,18.22l-1.34-1.49a5,5,0,0,0,0-7.46l1.34-1.49a7,7,0,0,1,0,10.44Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.4,21.8a11,11,0,0,1,0-17.6L9.6,5.8a9,9,0,0,0,0,14.4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.6,21.8l-1.2-1.6a9,9,0,0,0,0-14.4l1.2-1.6a11,11,0,0,1,0,17.6Z" }), children);
|
|
536
637
|
});
|
|
537
638
|
if (process.env.NODE_ENV !== "production") ConnectionSignal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
538
|
-
const ConnectionSignalOff = react.default.forwardRef(function ConnectionSignalOff({ children, size = 16, ...rest }, ref) {
|
|
539
|
-
return react.default.createElement(
|
|
639
|
+
const ConnectionSignalOff = /* @__PURE__ */ react.default.forwardRef(function ConnectionSignalOff({ children, size = 16, ...rest }, ref) {
|
|
640
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
540
641
|
width: size,
|
|
541
642
|
height: size,
|
|
542
643
|
ref,
|
|
@@ -547,8 +648,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
547
648
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,13a5.0022,5.0022,0,0,1-.9023,2.8564l1.4277,1.4278a6.9831,6.9831,0,0,0-.8584-9.5015l-1.334,1.49A5.0077,5.0077,0,0,1,21,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.5859,3.4143,2,2,3.4141l3.71,3.71A10.9824,10.9824,0,0,0,8.3994,21.8008l1.2012-1.6A8.9678,8.9678,0,0,1,7.1714,8.5854l2.1963,2.1963a6.9664,6.9664,0,0,0,1.9648,7.4351l1.334-1.49A5.0072,5.0072,0,0,1,11,13a4.8854,4.8854,0,0,1,.0393-.5464L15,16.4141V30h2V18.4141L28.5857,30Z" }), children);
|
|
548
649
|
});
|
|
549
650
|
if (process.env.NODE_ENV !== "production") ConnectionSignalOff.propTypes = require_iconPropTypes.iconPropTypes;
|
|
550
|
-
const Constraint = react.default.forwardRef(function Constraint({ children, size = 16, ...rest }, ref) {
|
|
551
|
-
return react.default.createElement(
|
|
651
|
+
const Constraint = /* @__PURE__ */ react.default.forwardRef(function Constraint({ children, size = 16, ...rest }, ref) {
|
|
652
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
552
653
|
width: size,
|
|
553
654
|
height: size,
|
|
554
655
|
ref,
|
|
@@ -568,8 +669,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
568
669
|
}), children);
|
|
569
670
|
});
|
|
570
671
|
if (process.env.NODE_ENV !== "production") Constraint.propTypes = require_iconPropTypes.iconPropTypes;
|
|
571
|
-
const Construction = react.default.forwardRef(function Construction({ children, size = 16, ...rest }, ref) {
|
|
572
|
-
return react.default.createElement(
|
|
672
|
+
const Construction = /* @__PURE__ */ react.default.forwardRef(function Construction({ children, size = 16, ...rest }, ref) {
|
|
673
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
573
674
|
width: size,
|
|
574
675
|
height: size,
|
|
575
676
|
ref,
|
|
@@ -580,8 +681,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
580
681
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.34,16.06a1.0007,1.0007,0,0,0-1.1084.3L24.46,20.8857l-5.4355-.9882-3.602-8.9512A3.014,3.014,0,0,0,12.6138,9h-4.06A3.0018,3.0018,0,0,0,7.01,9.4277L2,12.4336v6.4009l5,.9092V30H9V20.1074l3.5652.648L14,24.2V30h2V23.8l-1.0911-2.6182L22.99,22.6509,18.2319,28.36A1,1,0,0,0,19,30H29a1,1,0,0,0,1-1V17A1,1,0,0,0,29.34,16.06ZM4,17.1655V13.5664l3-1.8v5.9448Zm5,.9092V11h3.6138a1.0141,1.0141,0,0,1,.9453.6709l3.14,7.8037ZM28,28H21.1353L28,19.7617Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.5,8A3.5,3.5,0,1,1,16,4.5,3.5042,3.5042,0,0,1,12.5,8Zm0-5A1.5,1.5,0,1,0,14,4.5,1.5017,1.5017,0,0,0,12.5,3Z" }), children);
|
|
581
682
|
});
|
|
582
683
|
if (process.env.NODE_ENV !== "production") Construction.propTypes = require_iconPropTypes.iconPropTypes;
|
|
583
|
-
const ContainerEngine = react.default.forwardRef(function ContainerEngine({ children, size = 16, ...rest }, ref) {
|
|
584
|
-
return react.default.createElement(
|
|
684
|
+
const ContainerEngine = /* @__PURE__ */ react.default.forwardRef(function ContainerEngine({ children, size = 16, ...rest }, ref) {
|
|
685
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
585
686
|
width: size,
|
|
586
687
|
height: size,
|
|
587
688
|
ref,
|
|
@@ -603,8 +704,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
603
704
|
}), children);
|
|
604
705
|
});
|
|
605
706
|
if (process.env.NODE_ENV !== "production") ContainerEngine.propTypes = require_iconPropTypes.iconPropTypes;
|
|
606
|
-
const ContainerImage = react.default.forwardRef(function ContainerImage({ children, size = 16, ...rest }, ref) {
|
|
607
|
-
return react.default.createElement(
|
|
707
|
+
const ContainerImage = /* @__PURE__ */ react.default.forwardRef(function ContainerImage({ children, size = 16, ...rest }, ref) {
|
|
708
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
608
709
|
width: size,
|
|
609
710
|
height: size,
|
|
610
711
|
ref,
|
|
@@ -627,8 +728,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
627
728
|
}), children);
|
|
628
729
|
});
|
|
629
730
|
if (process.env.NODE_ENV !== "production") ContainerImage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
630
|
-
const ContainerRuntime = react.default.forwardRef(function ContainerRuntime({ children, size = 16, ...rest }, ref) {
|
|
631
|
-
return react.default.createElement(
|
|
731
|
+
const ContainerRuntime = /* @__PURE__ */ react.default.forwardRef(function ContainerRuntime({ children, size = 16, ...rest }, ref) {
|
|
732
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
632
733
|
width: size,
|
|
633
734
|
height: size,
|
|
634
735
|
ref,
|
|
@@ -645,8 +746,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
645
746
|
}), children);
|
|
646
747
|
});
|
|
647
748
|
if (process.env.NODE_ENV !== "production") ContainerRuntime.propTypes = require_iconPropTypes.iconPropTypes;
|
|
648
|
-
const ContainerRuntimeMonitor = react.default.forwardRef(function ContainerRuntimeMonitor({ children, size = 16, ...rest }, ref) {
|
|
649
|
-
return react.default.createElement(
|
|
749
|
+
const ContainerRuntimeMonitor = /* @__PURE__ */ react.default.forwardRef(function ContainerRuntimeMonitor({ children, size = 16, ...rest }, ref) {
|
|
750
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
650
751
|
width: size,
|
|
651
752
|
height: size,
|
|
652
753
|
ref,
|
|
@@ -668,8 +769,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
668
769
|
}), children);
|
|
669
770
|
});
|
|
670
771
|
if (process.env.NODE_ENV !== "production") ContainerRuntimeMonitor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
671
|
-
const ContainerImagePull = react.default.forwardRef(function ContainerImagePull({ children, size = 16, ...rest }, ref) {
|
|
672
|
-
return react.default.createElement(
|
|
772
|
+
const ContainerImagePull = /* @__PURE__ */ react.default.forwardRef(function ContainerImagePull({ children, size = 16, ...rest }, ref) {
|
|
773
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
673
774
|
width: size,
|
|
674
775
|
height: size,
|
|
675
776
|
ref,
|
|
@@ -686,8 +787,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
686
787
|
}), children);
|
|
687
788
|
});
|
|
688
789
|
if (process.env.NODE_ENV !== "production") ContainerImagePull.propTypes = require_iconPropTypes.iconPropTypes;
|
|
689
|
-
const ContainerImagePush = react.default.forwardRef(function ContainerImagePush({ children, size = 16, ...rest }, ref) {
|
|
690
|
-
return react.default.createElement(
|
|
790
|
+
const ContainerImagePush = /* @__PURE__ */ react.default.forwardRef(function ContainerImagePush({ children, size = 16, ...rest }, ref) {
|
|
791
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
691
792
|
width: size,
|
|
692
793
|
height: size,
|
|
693
794
|
ref,
|
|
@@ -704,8 +805,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
704
805
|
}), children);
|
|
705
806
|
});
|
|
706
807
|
if (process.env.NODE_ENV !== "production") ContainerImagePush.propTypes = require_iconPropTypes.iconPropTypes;
|
|
707
|
-
const ContainerImagePushPull = react.default.forwardRef(function ContainerImagePushPull({ children, size = 16, ...rest }, ref) {
|
|
708
|
-
return react.default.createElement(
|
|
808
|
+
const ContainerImagePushPull = /* @__PURE__ */ react.default.forwardRef(function ContainerImagePushPull({ children, size = 16, ...rest }, ref) {
|
|
809
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
709
810
|
width: size,
|
|
710
811
|
height: size,
|
|
711
812
|
ref,
|
|
@@ -725,8 +826,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
725
826
|
}), children);
|
|
726
827
|
});
|
|
727
828
|
if (process.env.NODE_ENV !== "production") ContainerImagePushPull.propTypes = require_iconPropTypes.iconPropTypes;
|
|
728
|
-
const ContainerRegistry = react.default.forwardRef(function ContainerRegistry({ children, size = 16, ...rest }, ref) {
|
|
729
|
-
return react.default.createElement(
|
|
829
|
+
const ContainerRegistry = /* @__PURE__ */ react.default.forwardRef(function ContainerRegistry({ children, size = 16, ...rest }, ref) {
|
|
830
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
730
831
|
width: size,
|
|
731
832
|
height: size,
|
|
732
833
|
ref,
|
|
@@ -741,8 +842,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
741
842
|
}), children);
|
|
742
843
|
});
|
|
743
844
|
if (process.env.NODE_ENV !== "production") ContainerRegistry.propTypes = require_iconPropTypes.iconPropTypes;
|
|
744
|
-
const ContainerServices = react.default.forwardRef(function ContainerServices({ children, size = 16, ...rest }, ref) {
|
|
745
|
-
return react.default.createElement(
|
|
845
|
+
const ContainerServices = /* @__PURE__ */ react.default.forwardRef(function ContainerServices({ children, size = 16, ...rest }, ref) {
|
|
846
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
746
847
|
width: size,
|
|
747
848
|
height: size,
|
|
748
849
|
ref,
|
|
@@ -753,8 +854,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
753
854
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22V17a2.0023,2.0023,0,0,0-2-2H17V10h3a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H12a2.0023,2.0023,0,0,0-2,2V8a2.0023,2.0023,0,0,0,2,2h3v5H7a2.0023,2.0023,0,0,0-2,2v5H2v8h8V22H7V17h8v5H12v8h8V22H17V17h8v5H22v8h8V22ZM12,4h8V8H12ZM8,28H4V24H8Zm10,0H14V24h4Zm10,0H24V24h4Z" }), children);
|
|
754
855
|
});
|
|
755
856
|
if (process.env.NODE_ENV !== "production") ContainerServices.propTypes = require_iconPropTypes.iconPropTypes;
|
|
756
|
-
const ContainerSoftware = react.default.forwardRef(function ContainerSoftware({ children, size = 16, ...rest }, ref) {
|
|
757
|
-
return react.default.createElement(
|
|
857
|
+
const ContainerSoftware = /* @__PURE__ */ react.default.forwardRef(function ContainerSoftware({ children, size = 16, ...rest }, ref) {
|
|
858
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
758
859
|
width: size,
|
|
759
860
|
height: size,
|
|
760
861
|
ref,
|
|
@@ -765,8 +866,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
765
866
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H20V4h8Zm-6-2h4V6H22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0023,2.0023,0,0,1,26,28Z" }), children);
|
|
766
867
|
});
|
|
767
868
|
if (process.env.NODE_ENV !== "production") ContainerSoftware.propTypes = require_iconPropTypes.iconPropTypes;
|
|
768
|
-
const ContentDeliveryNetwork = react.default.forwardRef(function ContentDeliveryNetwork({ children, size = 16, ...rest }, ref) {
|
|
769
|
-
return react.default.createElement(
|
|
869
|
+
const ContentDeliveryNetwork = /* @__PURE__ */ react.default.forwardRef(function ContentDeliveryNetwork({ children, size = 16, ...rest }, ref) {
|
|
870
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
770
871
|
width: size,
|
|
771
872
|
height: size,
|
|
772
873
|
ref,
|
|
@@ -785,8 +886,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
785
886
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,31a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,27,31Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16A14.0412,14.0412,0,0,0,16,2,13.0426,13.0426,0,0,0,9.2,3.8l1.1,1.7a24.4254,24.4254,0,0,1,2.4-1A25.1349,25.1349,0,0,0,10,15H4a11.1489,11.1489,0,0,1,1.4-4.7L3.9,9A13.8418,13.8418,0,0,0,2,16,13.9983,13.9983,0,0,0,16,30a13.3656,13.3656,0,0,0,5.2-1l-.6-1.9a11.4416,11.4416,0,0,1-5.2.9h0A21.0713,21.0713,0,0,1,12,17H29.9A3.4019,3.4019,0,0,0,30,16ZM12.8,27.6h0a13.02,13.02,0,0,1-5.3-3.1A12.5053,12.5053,0,0,1,4,17h6A25.0022,25.0022,0,0,0,12.8,27.6ZM12,15A21.4461,21.4461,0,0,1,15.3,4h1.4A21.4461,21.4461,0,0,1,20,15Zm10,0A23.2777,23.2777,0,0,0,19.2,4.4,12.0919,12.0919,0,0,1,27.9,15Z" }), children);
|
|
786
887
|
});
|
|
787
888
|
if (process.env.NODE_ENV !== "production") ContentDeliveryNetwork.propTypes = require_iconPropTypes.iconPropTypes;
|
|
788
|
-
const ContentView = react.default.forwardRef(function ContentView({ children, size = 16, ...rest }, ref) {
|
|
789
|
-
return react.default.createElement(
|
|
889
|
+
const ContentView = /* @__PURE__ */ react.default.forwardRef(function ContentView({ children, size = 16, ...rest }, ref) {
|
|
890
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
790
891
|
width: size,
|
|
791
892
|
height: size,
|
|
792
893
|
ref,
|
|
@@ -801,8 +902,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
801
902
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3ZM5,5H27V9H5ZM5,27V11H27V27Z" }), children);
|
|
802
903
|
});
|
|
803
904
|
if (process.env.NODE_ENV !== "production") ContentView.propTypes = require_iconPropTypes.iconPropTypes;
|
|
804
|
-
const Continue = react.default.forwardRef(function Continue({ children, size = 16, ...rest }, ref) {
|
|
805
|
-
return react.default.createElement(
|
|
905
|
+
const Continue = /* @__PURE__ */ react.default.forwardRef(function Continue({ children, size = 16, ...rest }, ref) {
|
|
906
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
806
907
|
width: size,
|
|
807
908
|
height: size,
|
|
808
909
|
ref,
|
|
@@ -813,8 +914,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
813
914
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.501-.8652l19,11a1,1,0,0,1,0,1.73l-19,11A.9975.9975,0,0,1,10,28ZM11,6.7344V25.2656L27,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 4H6V28H4z" }), children);
|
|
814
915
|
});
|
|
815
916
|
if (process.env.NODE_ENV !== "production") Continue.propTypes = require_iconPropTypes.iconPropTypes;
|
|
816
|
-
const ContinueFilled = react.default.forwardRef(function ContinueFilled({ children, size = 16, ...rest }, ref) {
|
|
817
|
-
return react.default.createElement(
|
|
917
|
+
const ContinueFilled = /* @__PURE__ */ react.default.forwardRef(function ContinueFilled({ children, size = 16, ...rest }, ref) {
|
|
918
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
818
919
|
width: size,
|
|
819
920
|
height: size,
|
|
820
921
|
ref,
|
|
@@ -825,8 +926,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
825
926
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.501-.8652l19,11a1,1,0,0,1,0,1.73l-19,11A.9975.9975,0,0,1,10,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 4H6V28H4z" }), children);
|
|
826
927
|
});
|
|
827
928
|
if (process.env.NODE_ENV !== "production") ContinueFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
828
|
-
const ContinuousDeployment = react.default.forwardRef(function ContinuousDeployment({ children, size = 16, ...rest }, ref) {
|
|
829
|
-
return react.default.createElement(
|
|
929
|
+
const ContinuousDeployment = /* @__PURE__ */ react.default.forwardRef(function ContinuousDeployment({ children, size = 16, ...rest }, ref) {
|
|
930
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
830
931
|
width: size,
|
|
831
932
|
height: size,
|
|
832
933
|
ref,
|
|
@@ -837,8 +938,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
837
938
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,2l-6,6l1.4,1.4L23,5.8V19c0,5-4,9-9,9c-1.6,0-3.1-0.4-4.3-1.1C10.1,27,10.5,27,11,27c4.4,0,8-3.6,8-8s-3.6-8-8-8 s-8,3.6-8,8c0,6.1,4.9,11,11,11s11-4.9,11-11V5.8l3.6,3.6L30,8L24,2z M5,19.6c0-0.2,0-0.4,0-0.6c0-3.3,2.7-6,6-6s6,2.7,6,6 s-2.7,6-6,6C7.9,25,5.3,22.6,5,19.6z" }), children);
|
|
838
939
|
});
|
|
839
940
|
if (process.env.NODE_ENV !== "production") ContinuousDeployment.propTypes = require_iconPropTypes.iconPropTypes;
|
|
840
|
-
const ContinuousIntegration = react.default.forwardRef(function ContinuousIntegration({ children, size = 16, ...rest }, ref) {
|
|
841
|
-
return react.default.createElement(
|
|
941
|
+
const ContinuousIntegration = /* @__PURE__ */ react.default.forwardRef(function ContinuousIntegration({ children, size = 16, ...rest }, ref) {
|
|
942
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
842
943
|
width: size,
|
|
843
944
|
height: size,
|
|
844
945
|
ref,
|
|
@@ -849,8 +950,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
849
950
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.9,15.5l-5.7-10C25.9,5.2,25.6,5,25.3,5H6.7C6.4,5,6.1,5.2,5.9,5.5l-5.7,10C0,15.7,0,15.8,0,16s0,0.3,0.1,0.5l5.7,10 C6.1,26.8,6.4,27,6.7,27h18.5c0.4,0,0.7-0.2,0.9-0.5l5.7-10C32,16.3,32,16.2,32,16S32,15.7,31.9,15.5z M17.8,15h-8l4-7L17.8,15z M15.5,7h8l-4,7L15.5,7z M17.8,17l-4,7l-4-7H17.8z M19.5,18l4,7h-8L19.5,18z M21.2,17h8l-4,7L21.2,17z M21.2,15l4-7l4,7H21.2z M7.3,7H12l-4.6,8H2.7L7.3,7z M7.3,25l-4.6-8h4.7l4.6,8H7.3z" }), children);
|
|
850
951
|
});
|
|
851
952
|
if (process.env.NODE_ENV !== "production") ContinuousIntegration.propTypes = require_iconPropTypes.iconPropTypes;
|
|
852
|
-
const WatsonHealthContourDraw = react.default.forwardRef(function WatsonHealthContourDraw({ children, size = 16, ...rest }, ref) {
|
|
853
|
-
return react.default.createElement(
|
|
953
|
+
const WatsonHealthContourDraw = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthContourDraw({ children, size = 16, ...rest }, ref) {
|
|
954
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
854
955
|
width: size,
|
|
855
956
|
height: size,
|
|
856
957
|
ref,
|
|
@@ -861,8 +962,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
861
962
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.7,4.7a14.7029,14.7029,0,0,0-3,3.1L6.3,9A13.2634,13.2634,0,0,1,8.9,6.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.6,12.3l-1.9-.6A12.5111,12.5111,0,0,0,2,16H4A11.4756,11.4756,0,0,1,4.6,12.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.7,2.7l.6,1.9A11.4756,11.4756,0,0,1,16,4V2A12.5111,12.5111,0,0,0,11.7,2.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.2,27.3a15.18,15.18,0,0,0,3.1-3.1L25.7,23A11.526,11.526,0,0,1,23,25.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.4,19.7l1.9.6A15.4747,15.4747,0,0,0,30,16H28A11.4756,11.4756,0,0,1,27.4,19.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.2,11.6a14.4029,14.4029,0,0,0-2-3.9L25.6,8.9a12.8867,12.8867,0,0,1,1.7,3.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.1,4.6a14.4029,14.4029,0,0,0-3.9-2l-.6,1.9a12.8867,12.8867,0,0,1,3.3,1.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.3,29.3l-.6-1.9A11.4756,11.4756,0,0,1,16,28v2A21.4206,21.4206,0,0,0,20.3,29.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.4023,24.248a11.9488,11.9488,0,0,0-1.7182-3.3354L15.2974,19.73a13.9486,13.9486,0,0,1,2.0044,3.893Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.02,18.2668a11.9215,11.9215,0,0,0-3.3467-1.6943l.6114-1.9043a13.9242,13.9242,0,0,1,3.9072,1.978Z" }), children);
|
|
862
963
|
});
|
|
863
964
|
if (process.env.NODE_ENV !== "production") WatsonHealthContourDraw.propTypes = require_iconPropTypes.iconPropTypes;
|
|
864
|
-
const WatsonHealthContourEdit = react.default.forwardRef(function WatsonHealthContourEdit({ children, size = 16, ...rest }, ref) {
|
|
865
|
-
return react.default.createElement(
|
|
965
|
+
const WatsonHealthContourEdit = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthContourEdit({ children, size = 16, ...rest }, ref) {
|
|
966
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
866
967
|
width: size,
|
|
867
968
|
height: size,
|
|
868
969
|
ref,
|
|
@@ -873,8 +974,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
873
974
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30V28A12.0021,12.0021,0,0,0,19.6924,4.5786l.6152-1.9033A14.0022,14.0022,0,0,1,16,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.7,4.7a14.7029,14.7029,0,0,0-3,3.1L6.3,9A13.2634,13.2634,0,0,1,8.9,6.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.6,12.3l-1.9-.6A12.5111,12.5111,0,0,0,2,16H4A11.4756,11.4756,0,0,1,4.6,12.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.7,2.7l.6,1.9A11.4756,11.4756,0,0,1,16,4V2A12.5111,12.5111,0,0,0,11.7,2.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.4023,24.248a11.9488,11.9488,0,0,0-1.7182-3.3354L15.2974,19.73a13.9486,13.9486,0,0,1,2.0044,3.893Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.02,18.2668a11.9215,11.9215,0,0,0-3.3467-1.6943l.6114-1.9043a13.9242,13.9242,0,0,1,3.9072,1.978Z" }), children);
|
|
874
975
|
});
|
|
875
976
|
if (process.env.NODE_ENV !== "production") WatsonHealthContourEdit.propTypes = require_iconPropTypes.iconPropTypes;
|
|
876
|
-
const WatsonHealthContourFinding = react.default.forwardRef(function WatsonHealthContourFinding({ children, size = 16, ...rest }, ref) {
|
|
877
|
-
return react.default.createElement(
|
|
977
|
+
const WatsonHealthContourFinding = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthContourFinding({ children, size = 16, ...rest }, ref) {
|
|
978
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
878
979
|
width: size,
|
|
879
980
|
height: size,
|
|
880
981
|
ref,
|
|
@@ -885,8 +986,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
885
986
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.7,4.7a14.7029,14.7029,0,0,0-3,3.1L6.3,9A13.2634,13.2634,0,0,1,8.9,6.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.6,12.3l-1.9-.6A12.5111,12.5111,0,0,0,2,16H4A11.4756,11.4756,0,0,1,4.6,12.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.7,20.4a14.4029,14.4029,0,0,0,2,3.9l1.6-1.2a12.8867,12.8867,0,0,1-1.7-3.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.8,27.3a14.4029,14.4029,0,0,0,3.9,2l.6-1.9A12.8867,12.8867,0,0,1,9,25.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.7,2.7l.6,1.9A11.4756,11.4756,0,0,1,16,4V2A12.5111,12.5111,0,0,0,11.7,2.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.2,27.3a15.18,15.18,0,0,0,3.1-3.1L25.7,23A11.526,11.526,0,0,1,23,25.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.4,19.7l1.9.6A15.4747,15.4747,0,0,0,30,16H28A11.4756,11.4756,0,0,1,27.4,19.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.2,11.6a14.4029,14.4029,0,0,0-2-3.9L25.6,8.9a12.8867,12.8867,0,0,1,1.7,3.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.1,4.6a14.4029,14.4029,0,0,0-3.9-2l-.6,1.9a12.8867,12.8867,0,0,1,3.3,1.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.3,29.3l-.6-1.9A11.4756,11.4756,0,0,1,16,28v2A21.4206,21.4206,0,0,0,20.3,29.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26A10,10,0,1,1,26,16,10.0115,10.0115,0,0,1,16,26ZM16,8a8,8,0,1,0,8,8A8.0092,8.0092,0,0,0,16,8Z" }), children);
|
|
886
987
|
});
|
|
887
988
|
if (process.env.NODE_ENV !== "production") WatsonHealthContourFinding.propTypes = require_iconPropTypes.iconPropTypes;
|
|
888
|
-
const Contrast = react.default.forwardRef(function Contrast({ children, size = 16, ...rest }, ref) {
|
|
889
|
-
return react.default.createElement(
|
|
989
|
+
const Contrast = /* @__PURE__ */ react.default.forwardRef(function Contrast({ children, size = 16, ...rest }, ref) {
|
|
990
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
890
991
|
width: size,
|
|
891
992
|
height: size,
|
|
892
993
|
ref,
|
|
@@ -897,8 +998,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
897
998
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.37,11.84a13.6,13.6,0,0,0-1.06-2.51A14.17,14.17,0,0,0,25.9,6.1a14,14,0,1,0,0,19.8,14.17,14.17,0,0,0,2.41-3.23,13.6,13.6,0,0,0,1.06-2.51,14,14,0,0,0,0-8.32ZM4,16A12,12,0,0,1,16,4V28A12,12,0,0,1,4,16Z" }), children);
|
|
898
999
|
});
|
|
899
1000
|
if (process.env.NODE_ENV !== "production") Contrast.propTypes = require_iconPropTypes.iconPropTypes;
|
|
900
|
-
const ConvertToCloud = react.default.forwardRef(function ConvertToCloud({ children, size = 16, ...rest }, ref) {
|
|
901
|
-
return react.default.createElement(
|
|
1001
|
+
const ConvertToCloud = /* @__PURE__ */ react.default.forwardRef(function ConvertToCloud({ children, size = 16, ...rest }, ref) {
|
|
1002
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
902
1003
|
width: size,
|
|
903
1004
|
height: size,
|
|
904
1005
|
ref,
|
|
@@ -909,8 +1010,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
909
1010
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.5,12H19a4,4,0,0,1,0-8h.0835A4.7864,4.7864,0,0,1,23,2a4.9816,4.9816,0,0,1,4.6543,3.2034A3.4667,3.4667,0,0,1,30,8.5,3.5041,3.5041,0,0,1,26.5,12ZM19,6a2,2,0,0,0,0,4h7.5A1.5017,1.5017,0,0,0,28,8.5a1.4855,1.4855,0,0,0-1.2778-1.4739L26.061,6.927l-.1616-.6487a2.9568,2.9568,0,0,0-5.4873-.7121L20.1143,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,14l-5,5,1.4141,1.4141L22,17.8325V24H16v2h6a2.0025,2.0025,0,0,0,2-2V17.8325l2.5874,2.583L28,19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 20H12V22H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 24H12V26H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H12V30H2z" }), children);
|
|
910
1011
|
});
|
|
911
1012
|
if (process.env.NODE_ENV !== "production") ConvertToCloud.propTypes = require_iconPropTypes.iconPropTypes;
|
|
912
|
-
const Cookie = react.default.forwardRef(function Cookie({ children, size = 16, ...rest }, ref) {
|
|
913
|
-
return react.default.createElement(
|
|
1013
|
+
const Cookie = /* @__PURE__ */ react.default.forwardRef(function Cookie({ children, size = 16, ...rest }, ref) {
|
|
1014
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
914
1015
|
width: size,
|
|
915
1016
|
height: size,
|
|
916
1017
|
ref,
|
|
@@ -949,8 +1050,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
949
1050
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2c0.1,0,0.2,0,0.3,0l1.4,0.1l-0.3,1.2c-0.1,0.4-0.2,0.9-0.2,1.3c0,2.8,2.2,5,5,5 c1,0,2-0.3,2.9-0.9l1.3,1.5c-0.4,0.4-0.6,0.9-0.6,1.4c0,1.3,1.3,2.4,2.7,1.9l1.2-0.5l0.2,1.3C30,14.9,30,15.5,30,16 C30,23.7,23.7,30,16,30z M15.3,4C9,4.4,4,9.6,4,16c0,6.6,5.4,12,12,12s12-5.4,12-12c0-0.1,0-0.3,0-0.4c-2.3,0.1-4.2-1.7-4.2-4 c0-0.1,0-0.1,0-0.2c-0.5,0.1-1,0.2-1.6,0.2c-3.9,0-7-3.1-7-7C15.2,4.4,15.2,4.2,15.3,4z" }), children);
|
|
950
1051
|
});
|
|
951
1052
|
if (process.env.NODE_ENV !== "production") Cookie.propTypes = require_iconPropTypes.iconPropTypes;
|
|
952
|
-
const Copy = react.default.forwardRef(function Copy({ children, size = 16, ...rest }, ref) {
|
|
953
|
-
return react.default.createElement(
|
|
1053
|
+
const Copy = /* @__PURE__ */ react.default.forwardRef(function Copy({ children, size = 16, ...rest }, ref) {
|
|
1054
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
954
1055
|
width: size,
|
|
955
1056
|
height: size,
|
|
956
1057
|
ref,
|
|
@@ -961,8 +1062,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
961
1062
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z" }), children);
|
|
962
1063
|
});
|
|
963
1064
|
if (process.env.NODE_ENV !== "production") Copy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
964
|
-
const CopyFile = react.default.forwardRef(function CopyFile({ children, size = 16, ...rest }, ref) {
|
|
965
|
-
return react.default.createElement(
|
|
1065
|
+
const CopyFile = /* @__PURE__ */ react.default.forwardRef(function CopyFile({ children, size = 16, ...rest }, ref) {
|
|
1066
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
966
1067
|
width: size,
|
|
967
1068
|
height: size,
|
|
968
1069
|
ref,
|
|
@@ -973,8 +1074,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
973
1074
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.4,14.7l-6.1-6.1C21,8.2,20.5,8,20,8h-8c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V16.1 C28,15.6,27.8,15.1,27.4,14.7z M20,10l5.9,6H20V10z M12,28V10h6v6c0,1.1,0.9,2,2,2h6l0,10H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z" }), children);
|
|
974
1075
|
});
|
|
975
1076
|
if (process.env.NODE_ENV !== "production") CopyFile.propTypes = require_iconPropTypes.iconPropTypes;
|
|
976
|
-
const CopyLink = react.default.forwardRef(function CopyLink({ children, size = 16, ...rest }, ref) {
|
|
977
|
-
return react.default.createElement(
|
|
1077
|
+
const CopyLink = /* @__PURE__ */ react.default.forwardRef(function CopyLink({ children, size = 16, ...rest }, ref) {
|
|
1078
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
978
1079
|
width: size,
|
|
979
1080
|
height: size,
|
|
980
1081
|
ref,
|
|
@@ -985,8 +1086,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
985
1086
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.9474,19a4.9476,4.9476,0,0,1-3.4991-8.4465l5.1053-5.1043a4.9482,4.9482,0,0,1,6.9981,6.9976l-.5523.5526-1.4158-1.4129.5577-.5579a2.95,2.95,0,0,0-.0039-4.1653,3.02,3.02,0,0,0-4.17,0l-5.1047,5.104a2.9474,2.9474,0,0,0,0,4.1692,3.02,3.02,0,0,0,4.17,0l1.4143,1.4145A4.9176,4.9176,0,0,1,11.9474,19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.9474,17a4.9476,4.9476,0,0,1-3.4991-8.4465l.5526-.5526,1.4143,1.4146-.5526.5523a2.9476,2.9476,0,0,0,0,4.1689,3.02,3.02,0,0,0,4.17,0c.26-.26,4.7293-4.7293,5.1053-5.1045a2.951,2.951,0,0,0,0-4.1687,3.02,3.02,0,0,0-4.17,0L21.5536,3.449a4.9483,4.9483,0,0,1,6.9981,6.9978c-.3765.376-4.844,4.8428-5.1038,5.1035A4.9193,4.9193,0,0,1,19.9474,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30H4a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,4,6H8V8H4V28H24V18h2V28A2.0021,2.0021,0,0,1,24,30Z" }), children);
|
|
986
1087
|
});
|
|
987
1088
|
if (process.env.NODE_ENV !== "production") CopyLink.propTypes = require_iconPropTypes.iconPropTypes;
|
|
988
|
-
const CopyToClipboard = react.default.forwardRef(function CopyToClipboard({ children, size = 16, ...rest }, ref) {
|
|
989
|
-
return react.default.createElement(
|
|
1089
|
+
const CopyToClipboard = /* @__PURE__ */ react.default.forwardRef(function CopyToClipboard({ children, size = 16, ...rest }, ref) {
|
|
1090
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
990
1091
|
width: size,
|
|
991
1092
|
height: size,
|
|
992
1093
|
ref,
|
|
@@ -997,8 +1098,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
997
1098
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,7h3v3h12v-3h3v11h2V7c-.0032-1.1033-.8967-1.9968-2-2h-3v-1c-.0032-1.1033-.8967-1.9968-2-2h-8c-1.1033.0032-1.9968.8967-2,2v1h-3c-1.1033.0032-1.9968.8967-2,2v21c.0032,1.1032.8967,1.9968,2,2h9v-2H7V7ZM12,4h8v4h-8v-4ZM30,24h-8.172l2.586-2.586-1.414-1.414-5,5,5,5,1.414-1.414-2.586-2.586h8.172v-2ZM12,13h-2v2h2v-2ZM22,13h-8v2h8v-2ZM12,18h-2v2h2v-2ZM10,25h2v-2h-2v2ZM14,20h4v-2h-4v2Z" }), children);
|
|
998
1099
|
});
|
|
999
1100
|
if (process.env.NODE_ENV !== "production") CopyToClipboard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1000
|
-
const Corn = react.default.forwardRef(function Corn({ children, size = 16, ...rest }, ref) {
|
|
1001
|
-
return react.default.createElement(
|
|
1101
|
+
const Corn = /* @__PURE__ */ react.default.forwardRef(function Corn({ children, size = 16, ...rest }, ref) {
|
|
1102
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1002
1103
|
width: size,
|
|
1003
1104
|
height: size,
|
|
1004
1105
|
ref,
|
|
@@ -1009,8 +1110,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1009
1110
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,16c-.3374,0-.67.02-1,.0508V16C22,8.115,19.0435,2,16.5,2S11,8.115,11,16v5H6v3a6.0067,6.0067,0,0,0,6,6h3A11.0125,11.0125,0,0,0,26,19V16ZM13,16h2V14H13.0728a25.8942,25.8942,0,0,1,.5654-4H16V8H14.2c.81-2.4058,1.8149-3.7715,2.3-3.9863.66.2919,2.2842,2.7036,3.0654,6.9863H18v2h1.8442A29.1625,29.1625,0,0,1,20,16v.4263A11.0554,11.0554,0,0,0,13.79,21H13ZM12,28a4.0045,4.0045,0,0,1-4-4V23h4.7639A10.9033,10.9033,0,0,0,12,27Zm12-9a9.01,9.01,0,0,1-9,9H14V27a9.01,9.01,0,0,1,9-9h1Z" }), children);
|
|
1010
1111
|
});
|
|
1011
1112
|
if (process.env.NODE_ENV !== "production") Corn.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1012
|
-
const Corner = react.default.forwardRef(function Corner({ children, size = 16, ...rest }, ref) {
|
|
1013
|
-
return react.default.createElement(
|
|
1113
|
+
const Corner = /* @__PURE__ */ react.default.forwardRef(function Corner({ children, size = 16, ...rest }, ref) {
|
|
1114
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1014
1115
|
width: size,
|
|
1015
1116
|
height: size,
|
|
1016
1117
|
ref,
|
|
@@ -1021,8 +1122,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1021
1122
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,9H14V6H6v8H9V28h2V14h3V11H28ZM12,12H8V8h4Z" }), children);
|
|
1022
1123
|
});
|
|
1023
1124
|
if (process.env.NODE_ENV !== "production") Corner.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1024
|
-
const Coronavirus = react.default.forwardRef(function Coronavirus({ children, size = 16, ...rest }, ref) {
|
|
1025
|
-
return react.default.createElement(
|
|
1125
|
+
const Coronavirus = /* @__PURE__ */ react.default.forwardRef(function Coronavirus({ children, size = 16, ...rest }, ref) {
|
|
1126
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1026
1127
|
width: size,
|
|
1027
1128
|
height: size,
|
|
1028
1129
|
ref,
|
|
@@ -1053,8 +1154,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1053
1154
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,13v2H25.9492a9.9476,9.9476,0,0,0-2.2143-5.3213l1.4367-1.4365,1.4143,1.4145L28,8.2427,23.7578,4l-1.414,1.4141,1.414,1.414-1.437,1.4365A9.9464,9.9464,0,0,0,17,6.0508V4h2V2H13V4h2V6.0508A9.9464,9.9464,0,0,0,9.6792,8.2646L8.2422,6.8281l1.414-1.414L8.2422,4,4,8.2427l1.4141,1.414L6.8284,8.2422,8.2651,9.6787A9.9476,9.9476,0,0,0,6.0508,15H4V13H2v6H4V17H6.0508a9.9476,9.9476,0,0,0,2.2143,5.3213L6.8284,23.7578,5.4141,22.3433,4,23.7573,8.2422,28l1.414-1.4141-1.414-1.414,1.437-1.4365A9.9464,9.9464,0,0,0,15,25.9492V28H13v2h6V28H17V25.9492a9.9464,9.9464,0,0,0,5.3208-2.2138l1.437,1.4365-1.414,1.414L23.7578,28,28,23.7573l-1.4141-1.414-1.4143,1.4145-1.4367-1.4365A9.9476,9.9476,0,0,0,25.9492,17H28v2h2V13ZM16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Z" }), children);
|
|
1054
1155
|
});
|
|
1055
1156
|
if (process.env.NODE_ENV !== "production") Coronavirus.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1056
|
-
const Cost = react.default.forwardRef(function Cost({ children, size = 16, ...rest }, ref) {
|
|
1057
|
-
return react.default.createElement(
|
|
1157
|
+
const Cost = /* @__PURE__ */ react.default.forwardRef(function Cost({ children, size = 16, ...rest }, ref) {
|
|
1158
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1058
1159
|
width: size,
|
|
1059
1160
|
height: size,
|
|
1060
1161
|
ref,
|
|
@@ -1065,8 +1166,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1065
1166
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,16,23Zm0-12a5,5,0,1,0,5,5A5.0057,5.0057,0,0,0,16,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z" }), children);
|
|
1066
1167
|
});
|
|
1067
1168
|
if (process.env.NODE_ENV !== "production") Cost.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1068
|
-
const CostTotal = react.default.forwardRef(function CostTotal({ children, size = 16, ...rest }, ref) {
|
|
1069
|
-
return react.default.createElement(
|
|
1169
|
+
const CostTotal = /* @__PURE__ */ react.default.forwardRef(function CostTotal({ children, size = 16, ...rest }, ref) {
|
|
1170
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1070
1171
|
width: size,
|
|
1071
1172
|
height: size,
|
|
1072
1173
|
ref,
|
|
@@ -1077,8 +1178,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1077
1178
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 13H22V15H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H22V20H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z" }), children);
|
|
1078
1179
|
});
|
|
1079
1180
|
if (process.env.NODE_ENV !== "production") CostTotal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1080
|
-
const Cough = react.default.forwardRef(function Cough({ children, size = 16, ...rest }, ref) {
|
|
1081
|
-
return react.default.createElement(
|
|
1181
|
+
const Cough = /* @__PURE__ */ react.default.forwardRef(function Cough({ children, size = 16, ...rest }, ref) {
|
|
1182
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1082
1183
|
width: size,
|
|
1083
1184
|
height: size,
|
|
1084
1185
|
ref,
|
|
@@ -1113,8 +1214,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1113
1214
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 12H23V14H19z" }), children);
|
|
1114
1215
|
});
|
|
1115
1216
|
if (process.env.NODE_ENV !== "production") Cough.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1116
|
-
const CouplingFacilityEncryption = react.default.forwardRef(function CouplingFacilityEncryption({ children, size = 16, ...rest }, ref) {
|
|
1117
|
-
return react.default.createElement(
|
|
1217
|
+
const CouplingFacilityEncryption = /* @__PURE__ */ react.default.forwardRef(function CouplingFacilityEncryption({ children, size = 16, ...rest }, ref) {
|
|
1218
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1118
1219
|
width: size,
|
|
1119
1220
|
height: size,
|
|
1120
1221
|
ref,
|
|
@@ -1125,8 +1226,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1125
1226
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,21.3v-1.3c0-2.2-1.8-4-4-4s-4,1.8-4,4v1.3c-.6.3-1,1-1,1.7v5c0,1.1.9,2,2,2h6c1.1,0,2-.9,2-2v-5c0-.7-.4-1.4-1-1.7ZM25,18c1.1,0,2,.9,2,2v1h-4v-1c0-1.1.9-2,2-2ZM28,28h-6v-5h6v5ZM18,30H3c-.3,0-.7-.2-.9-.5s-.2-.7,0-1L15.1,2.6c.3-.7,1.4-.7,1.8,0l5.5,11-1.8.9-4.6-9.3L4.6,28h13.4v2Z" }), children);
|
|
1126
1227
|
});
|
|
1127
1228
|
if (process.env.NODE_ENV !== "production") CouplingFacilityEncryption.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1128
|
-
const Course = react.default.forwardRef(function Course({ children, size = 16, ...rest }, ref) {
|
|
1129
|
-
return react.default.createElement(
|
|
1229
|
+
const Course = /* @__PURE__ */ react.default.forwardRef(function Course({ children, size = 16, ...rest }, ref) {
|
|
1230
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1130
1231
|
width: size,
|
|
1131
1232
|
height: size,
|
|
1132
1233
|
ref,
|
|
@@ -1137,8 +1238,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1137
1238
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V20.6182l-5-2.5-5,2.5V4H8V28H24V24h2v4A2.0027,2.0027,0,0,1,24,30ZM21,15.8818l3,1.5V4H18V17.3818Z" }), children);
|
|
1138
1239
|
});
|
|
1139
1240
|
if (process.env.NODE_ENV !== "production") Course.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1140
|
-
const Covariate = react.default.forwardRef(function Covariate({ children, size = 16, ...rest }, ref) {
|
|
1141
|
-
return react.default.createElement(
|
|
1241
|
+
const Covariate = /* @__PURE__ */ react.default.forwardRef(function Covariate({ children, size = 16, ...rest }, ref) {
|
|
1242
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1142
1243
|
width: size,
|
|
1143
1244
|
height: size,
|
|
1144
1245
|
ref,
|
|
@@ -1165,8 +1266,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1165
1266
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,3.4141,28.5859,2,4,26.5859V2H2V28a2,2,0,0,0,2,2H30V28H5.4141ZM4,28Z" }), children);
|
|
1166
1267
|
});
|
|
1167
1268
|
if (process.env.NODE_ENV !== "production") Covariate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1168
|
-
const CreateLink = react.default.forwardRef(function CreateLink({ children, size = 16, ...rest }, ref) {
|
|
1169
|
-
return react.default.createElement(
|
|
1269
|
+
const CreateLink = /* @__PURE__ */ react.default.forwardRef(function CreateLink({ children, size = 16, ...rest }, ref) {
|
|
1270
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1170
1271
|
width: size,
|
|
1171
1272
|
height: size,
|
|
1172
1273
|
ref,
|
|
@@ -1177,8 +1278,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1177
1278
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,8v3h-2v-3h-3v-2h3v-3h2v3h3v2h-3ZM22.42,26.01l6.03-6.03h0c2.06-2.06,2.06-5.39,0-7.44s-5.39-2.06-7.44,0l1.41,1.41h0c1.27-1.27,3.34-1.27,4.62,0,1.27,1.27,1.27,3.34,0,4.62l-6.03,6.03h0c-1.27,1.27-3.34,1.27-4.62,0-1.27-1.27-1.27-3.34,0-4.62l-1.41-1.41c-.99.99-1.54,2.33-1.54,3.73,0,2.91,2.36,5.26,5.27,5.26,1.4,0,2.74-.55,3.72-1.54h0l-.01-.01ZM13.99,28.46l-1.41-1.41c-1.27,1.26-3.32,1.26-4.6,0-1.28-1.27-1.29-3.34-.02-4.62l6.03-6.03.02-.02c1.28-1.27,3.35-1.26,4.62.02s1.26,3.35-.02,4.62l1.41,1.41.03-.03c2.05-2.06,2.03-5.4-.03-7.44-2.06-2.05-5.4-2.03-7.44.03l-6.03,6.03c-.99.99-1.55,2.33-1.55,3.72,0,2.91,2.37,5.26,5.27,5.26,1.4,0,2.74-.55,3.72-1.54Z" }), children);
|
|
1178
1279
|
});
|
|
1179
1280
|
if (process.env.NODE_ENV !== "production") CreateLink.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1180
|
-
const Credentials = react.default.forwardRef(function Credentials({ children, size = 16, ...rest }, ref) {
|
|
1181
|
-
return react.default.createElement(
|
|
1281
|
+
const Credentials = /* @__PURE__ */ react.default.forwardRef(function Credentials({ children, size = 16, ...rest }, ref) {
|
|
1282
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1182
1283
|
width: size,
|
|
1183
1284
|
height: size,
|
|
1184
1285
|
ref,
|
|
@@ -1189,8 +1290,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1189
1290
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a4,4,0,1,0-4-4A4,4,0,0,0,16,22Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,16,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 6H18V8H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2H24a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,24,2ZM20,28H12V26a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm2,0V26a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v2H8V4H24V28Z" }), children);
|
|
1190
1291
|
});
|
|
1191
1292
|
if (process.env.NODE_ENV !== "production") Credentials.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1192
|
-
const Critical = react.default.forwardRef(function Critical({ children, size = 16, ...rest }, ref) {
|
|
1193
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(
|
|
1293
|
+
const Critical = /* @__PURE__ */ react.default.forwardRef(function Critical({ children, size = 16, ...rest }, ref) {
|
|
1294
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(require_Icon.Icon, {
|
|
1194
1295
|
width: size,
|
|
1195
1296
|
height: size,
|
|
1196
1297
|
ref,
|
|
@@ -1199,7 +1300,7 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1199
1300
|
fill: "currentColor",
|
|
1200
1301
|
...rest
|
|
1201
1302
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.887,11.4727a5.9936,5.9936,0,0,0-8.36-8.3594Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.113,4.5273a5.9936,5.9936,0,0,0,8.36,8.3594Z" }), children);
|
|
1202
|
-
return react.default.createElement(
|
|
1303
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1203
1304
|
width: size,
|
|
1204
1305
|
height: size,
|
|
1205
1306
|
ref,
|
|
@@ -1210,8 +1311,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1210
1311
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.887,11.4727a5.9936,5.9936,0,0,0-8.36-8.3594Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.113,4.5273a5.9936,5.9936,0,0,0,8.36,8.3594Z" }), children);
|
|
1211
1312
|
});
|
|
1212
1313
|
if (process.env.NODE_ENV !== "production") Critical.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1213
|
-
const CriticalSeverity = react.default.forwardRef(function CriticalSeverity({ children, size = 16, ...rest }, ref) {
|
|
1214
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(
|
|
1314
|
+
const CriticalSeverity = /* @__PURE__ */ react.default.forwardRef(function CriticalSeverity({ children, size = 16, ...rest }, ref) {
|
|
1315
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(require_Icon.Icon, {
|
|
1215
1316
|
width: size,
|
|
1216
1317
|
height: size,
|
|
1217
1318
|
ref,
|
|
@@ -1220,7 +1321,7 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1220
1321
|
fill: "currentColor",
|
|
1221
1322
|
...rest
|
|
1222
1323
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 13 3 13 3 3 13 13z" }), children);
|
|
1223
|
-
return react.default.createElement(
|
|
1324
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1224
1325
|
width: size,
|
|
1225
1326
|
height: size,
|
|
1226
1327
|
ref,
|
|
@@ -1231,8 +1332,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1231
1332
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 13 3 13 3 3 13 13z" }), children);
|
|
1232
1333
|
});
|
|
1233
1334
|
if (process.env.NODE_ENV !== "production") CriticalSeverity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1234
|
-
const Crop = react.default.forwardRef(function Crop({ children, size = 16, ...rest }, ref) {
|
|
1235
|
-
return react.default.createElement(
|
|
1335
|
+
const Crop = /* @__PURE__ */ react.default.forwardRef(function Crop({ children, size = 16, ...rest }, ref) {
|
|
1336
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1236
1337
|
width: size,
|
|
1237
1338
|
height: size,
|
|
1238
1339
|
ref,
|
|
@@ -1243,8 +1344,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1243
1344
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,20H23V9H12V7H23a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,23V2H7V7H2V9H7V23a2,2,0,0,0,2,2H23v5h2V25h5V23Z" }), children);
|
|
1244
1345
|
});
|
|
1245
1346
|
if (process.env.NODE_ENV !== "production") Crop.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1246
|
-
const CropGrowth = react.default.forwardRef(function CropGrowth({ children, size = 16, ...rest }, ref) {
|
|
1247
|
-
return react.default.createElement(
|
|
1347
|
+
const CropGrowth = /* @__PURE__ */ react.default.forwardRef(function CropGrowth({ children, size = 16, ...rest }, ref) {
|
|
1348
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1248
1349
|
width: size,
|
|
1249
1350
|
height: size,
|
|
1250
1351
|
ref,
|
|
@@ -1255,8 +1356,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1255
1356
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,13a4.0045,4.0045,0,0,0,4-4V6H27a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,19,4H16V7a6.0066,6.0066,0,0,0,6,6h1V26H11V21h1a4.0045,4.0045,0,0,0,4-4V14H13a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,5,12H2v3a6.0066,6.0066,0,0,0,6,6H9v5H2v2H30V26H25V13Zm-1-3a2.002,2.002,0,0,1,2-2h1V9a2.002,2.002,0,0,1-2,2H25ZM11,18a2.002,2.002,0,0,1,2-2h1v1a2.002,2.002,0,0,1-2,2H11ZM9,19H8a4.0045,4.0045,0,0,1-4-4V14H5a4.0045,4.0045,0,0,1,4,4Zm14-8H22a4.0045,4.0045,0,0,1-4-4V6h1a4.0045,4.0045,0,0,1,4,4Z" }), children);
|
|
1256
1357
|
});
|
|
1257
1358
|
if (process.env.NODE_ENV !== "production") CropGrowth.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1258
|
-
const CropHealth = react.default.forwardRef(function CropHealth({ children, size = 16, ...rest }, ref) {
|
|
1259
|
-
return react.default.createElement(
|
|
1359
|
+
const CropHealth = /* @__PURE__ */ react.default.forwardRef(function CropHealth({ children, size = 16, ...rest }, ref) {
|
|
1360
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1260
1361
|
width: size,
|
|
1261
1362
|
height: size,
|
|
1262
1363
|
ref,
|
|
@@ -1267,8 +1368,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1267
1368
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H10V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,29a1,1,0,0,1-.7808-.3752L12.52,24H2V22H13a1,1,0,0,1,.7808.3752l3.146,3.9322,5.2412-7.8621A1,1,0,0,1,23.8,18.4L26.5,22H30v2H26a.9991.9991,0,0,1-.8-.4l-2.1523-2.8694-5.2159,7.824a.9986.9986,0,0,1-.7885.4443Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16V11h1a4.0045,4.0045,0,0,0,4-4V4H13a3.9779,3.9779,0,0,0-2.7468,1.1067A6.0034,6.0034,0,0,0,5,2H2V5a6.0066,6.0066,0,0,0,6,6H9v5H2v2H16V16ZM13,6h1V7a2.002,2.002,0,0,1-2,2H11V8A2.002,2.002,0,0,1,13,6ZM8,9A4.0045,4.0045,0,0,1,4,5V4H5A4.0045,4.0045,0,0,1,9,8V9Z" }), children);
|
|
1268
1369
|
});
|
|
1269
1370
|
if (process.env.NODE_ENV !== "production") CropHealth.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1270
|
-
const WatsonHealthCrossReference = react.default.forwardRef(function WatsonHealthCrossReference({ children, size = 16, ...rest }, ref) {
|
|
1271
|
-
return react.default.createElement(
|
|
1371
|
+
const WatsonHealthCrossReference = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthCrossReference({ children, size = 16, ...rest }, ref) {
|
|
1372
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1272
1373
|
width: size,
|
|
1273
1374
|
height: size,
|
|
1274
1375
|
ref,
|
|
@@ -1279,8 +1380,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1279
1380
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H15V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 24H9V26H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 24H27V26H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 24H21V26H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,22a4.92,4.92,0,0,1,4-2h6a5.22,5.22,0,0,1,4,2h2.3A6.87,6.87,0,0,0,19,18H13a6.87,6.87,0,0,0-6.3,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 28H26V30H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 28H8V30H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16a7,7,0,1,1,7-7A7,7,0,0,1,16,16ZM16,4a5,5,0,0,0-5,5A5,5,0,0,0,21,9,5,5,0,0,0,16,4Z" }), children);
|
|
1280
1381
|
});
|
|
1281
1382
|
if (process.env.NODE_ENV !== "production") WatsonHealthCrossReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1282
|
-
const CrossTab = react.default.forwardRef(function CrossTab({ children, size = 16, ...rest }, ref) {
|
|
1283
|
-
return react.default.createElement(
|
|
1383
|
+
const CrossTab = /* @__PURE__ */ react.default.forwardRef(function CrossTab({ children, size = 16, ...rest }, ref) {
|
|
1384
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1284
1385
|
width: size,
|
|
1285
1386
|
height: size,
|
|
1286
1387
|
ref,
|
|
@@ -1291,8 +1392,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1291
1392
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H10A2.0023,2.0023,0,0,0,8,4V7H4A2.0023,2.0023,0,0,0,2,9V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM10,4H28V7H10ZM28,14H20V9h8ZM10,21V16h8v5Zm8,2v5H10V23ZM8,21H4V16H8ZM18,9v5H10V9Zm2,7h8v5H20ZM8,9v5H4V9ZM4,23H8v5H4Zm16,5V23h8v5Z" }), children);
|
|
1292
1393
|
});
|
|
1293
1394
|
if (process.env.NODE_ENV !== "production") CrossTab.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1294
|
-
const Crossroads = react.default.forwardRef(function Crossroads({ children, size = 16, ...rest }, ref) {
|
|
1295
|
-
return react.default.createElement(
|
|
1395
|
+
const Crossroads = /* @__PURE__ */ react.default.forwardRef(function Crossroads({ children, size = 16, ...rest }, ref) {
|
|
1396
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1296
1397
|
width: size,
|
|
1297
1398
|
height: size,
|
|
1298
1399
|
ref,
|
|
@@ -1303,8 +1404,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1303
1404
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.5859,6.5859A1.9862,1.9862,0,0,0,25.1719,6H17V2H15V12H6.8281a1.9862,1.9862,0,0,0-1.414.5859L2,16l3.4141,3.4141A1.9862,1.9862,0,0,0,6.8281,20H15V30h2V14h8.1719a1.9862,1.9862,0,0,0,1.414-.5859L30,10ZM6.8281,18l-2-2,2-2H15v4Zm18.3438-6H17V8h8.1719l2,2Z" }), children);
|
|
1304
1405
|
});
|
|
1305
1406
|
if (process.env.NODE_ENV !== "production") Crossroads.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1306
|
-
const CrowdReport = react.default.forwardRef(function CrowdReport({ children, size = 16, ...rest }, ref) {
|
|
1307
|
-
return react.default.createElement(
|
|
1407
|
+
const CrowdReport = /* @__PURE__ */ react.default.forwardRef(function CrowdReport({ children, size = 16, ...rest }, ref) {
|
|
1408
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1308
1409
|
width: size,
|
|
1309
1410
|
height: size,
|
|
1310
1411
|
ref,
|
|
@@ -1315,8 +1416,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1315
1416
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), children);
|
|
1316
1417
|
});
|
|
1317
1418
|
if (process.env.NODE_ENV !== "production") CrowdReport.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1318
|
-
const CrowdReportFilled = react.default.forwardRef(function CrowdReportFilled({ children, size = 16, ...rest }, ref) {
|
|
1319
|
-
return react.default.createElement(
|
|
1419
|
+
const CrowdReportFilled = /* @__PURE__ */ react.default.forwardRef(function CrowdReportFilled({ children, size = 16, ...rest }, ref) {
|
|
1420
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1320
1421
|
width: size,
|
|
1321
1422
|
height: size,
|
|
1322
1423
|
ref,
|
|
@@ -1330,8 +1431,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1330
1431
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm6,13a2.0023,2.0023,0,0,1-2,2H18.5352L16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h8a2.0023,2.0023,0,0,1,2,2Z" }), children);
|
|
1331
1432
|
});
|
|
1332
1433
|
if (process.env.NODE_ENV !== "production") CrowdReportFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1333
|
-
const Csv = react.default.forwardRef(function Csv({ children, size = 16, ...rest }, ref) {
|
|
1334
|
-
return react.default.createElement(
|
|
1434
|
+
const Csv = /* @__PURE__ */ react.default.forwardRef(function Csv({ children, size = 16, ...rest }, ref) {
|
|
1435
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1335
1436
|
width: size,
|
|
1336
1437
|
height: size,
|
|
1337
1438
|
ref,
|
|
@@ -1342,8 +1443,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1342
1443
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 9 26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H12V21h6V17H14a2.002,2.002,0,0,1-2-2V11a2.002,2.002,0,0,1,2-2h6v2H14v4h4a2.002,2.002,0,0,1,2,2v4A2.002,2.002,0,0,1,18,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,23H4a2.0023,2.0023,0,0,1-2-2V11A2.002,2.002,0,0,1,4,9h6v2H4V21h6Z" }), children);
|
|
1343
1444
|
});
|
|
1344
1445
|
if (process.env.NODE_ENV !== "production") Csv.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1345
|
-
const QCU1 = react.default.forwardRef(function QCU1({ children, size = 16, ...rest }, ref) {
|
|
1346
|
-
return react.default.createElement(
|
|
1446
|
+
const QCU1 = /* @__PURE__ */ react.default.forwardRef(function QCU1({ children, size = 16, ...rest }, ref) {
|
|
1447
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1347
1448
|
width: size,
|
|
1348
1449
|
height: size,
|
|
1349
1450
|
ref,
|
|
@@ -1354,8 +1455,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1354
1455
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,23H5a2,2,0,0,1-2-2V15a2,2,0,0,1,2-2h5v2H5v6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H14a2,2,0,0,1-2-2V9h2V21h4V9h2V21A2,2,0,0,1,18,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 21 27 9.01 22 9.01 22 11.01 25 11.01 25 21 22 21 22 23 30 23 30 21 27 21z" }), children);
|
|
1355
1456
|
});
|
|
1356
1457
|
if (process.env.NODE_ENV !== "production") QCU1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1357
|
-
const QCU3 = react.default.forwardRef(function QCU3({ children, size = 16, ...rest }, ref) {
|
|
1358
|
-
return react.default.createElement(
|
|
1458
|
+
const QCU3 = /* @__PURE__ */ react.default.forwardRef(function QCU3({ children, size = 16, ...rest }, ref) {
|
|
1459
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1359
1460
|
width: size,
|
|
1360
1461
|
height: size,
|
|
1361
1462
|
ref,
|
|
@@ -1366,8 +1467,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1366
1467
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,23H5a2,2,0,0,1-2-2V15a2,2,0,0,1,2-2h5v2H5v6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H14a2,2,0,0,1-2-2V9h2V21h4V9h2V21A2,2,0,0,1,18,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,9H22v2h6v4H23v2h5v4H22v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,28,9Z" }), children);
|
|
1367
1468
|
});
|
|
1368
1469
|
if (process.env.NODE_ENV !== "production") QCU3.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1369
|
-
const Cube = react.default.forwardRef(function Cube({ children, size = 16, ...rest }, ref) {
|
|
1370
|
-
return react.default.createElement(
|
|
1470
|
+
const Cube = /* @__PURE__ */ react.default.forwardRef(function Cube({ children, size = 16, ...rest }, ref) {
|
|
1471
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1371
1472
|
width: size,
|
|
1372
1473
|
height: size,
|
|
1373
1474
|
ref,
|
|
@@ -1378,8 +1479,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1378
1479
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM16,3.1577,26.0156,9,16,14.8423,5.9844,9ZM5,10.7412l10,5.833V28.2588L5,22.4258ZM17,28.2588V16.5742l10-5.833V22.4258Z" }), children);
|
|
1379
1480
|
});
|
|
1380
1481
|
if (process.env.NODE_ENV !== "production") Cube.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1381
|
-
const CubeView = react.default.forwardRef(function CubeView({ children, size = 16, ...rest }, ref) {
|
|
1382
|
-
return react.default.createElement(
|
|
1482
|
+
const CubeView = /* @__PURE__ */ react.default.forwardRef(function CubeView({ children, size = 16, ...rest }, ref) {
|
|
1483
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1383
1484
|
width: size,
|
|
1384
1485
|
height: size,
|
|
1385
1486
|
ref,
|
|
@@ -1394,8 +1495,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1394
1495
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.7769,15.4785A8.64,8.64,0,0,0,16,10a8.64,8.64,0,0,0-7.7769,5.4785L8,16l.2231.5215A8.64,8.64,0,0,0,16,22a8.64,8.64,0,0,0,7.7769-5.4785L24,16ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM27,22.4258,16,28.8423,5,22.4258V9.5742L16,3.1577,27,9.5742Z" }), children);
|
|
1395
1496
|
});
|
|
1396
1497
|
if (process.env.NODE_ENV !== "production") CubeView.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1397
|
-
const Currency = react.default.forwardRef(function Currency({ children, size = 16, ...rest }, ref) {
|
|
1398
|
-
return react.default.createElement(
|
|
1498
|
+
const Currency = /* @__PURE__ */ react.default.forwardRef(function Currency({ children, size = 16, ...rest }, ref) {
|
|
1499
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1399
1500
|
width: size,
|
|
1400
1501
|
height: size,
|
|
1401
1502
|
ref,
|
|
@@ -1406,8 +1507,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1406
1507
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,12V10H17V7H15v3H13a2.002,2.002,0,0,0-2,2v3a2.002,2.002,0,0,0,2,2h6v3H11v2h4v3h2V22h2a2.0023,2.0023,0,0,0,2-2V17a2.002,2.002,0,0,0-2-2H13V12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4A12,12,0,1,1,4,16,12.0353,12.0353,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14.0412,14.0412,0,0,0,16,2Z" }), children);
|
|
1407
1508
|
});
|
|
1408
1509
|
if (process.env.NODE_ENV !== "production") Currency.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1409
|
-
const CurrencyBaht = react.default.forwardRef(function CurrencyBaht({ children, size = 16, ...rest }, ref) {
|
|
1410
|
-
return react.default.createElement(
|
|
1510
|
+
const CurrencyBaht = /* @__PURE__ */ react.default.forwardRef(function CurrencyBaht({ children, size = 16, ...rest }, ref) {
|
|
1511
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1411
1512
|
width: size,
|
|
1412
1513
|
height: size,
|
|
1413
1514
|
ref,
|
|
@@ -1418,8 +1519,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1418
1519
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.4023,15.6426A4.9727,4.9727,0,0,0,23,12V11a5.0059,5.0059,0,0,0-5-5H17V3H15V6H10V26h5v3h2V26h2a5.0059,5.0059,0,0,0,5-5V20A4.9834,4.9834,0,0,0,21.4023,15.6426ZM12,8h6a3.0033,3.0033,0,0,1,3,3v1a3.0033,3.0033,0,0,1-3,3H12ZM22,21a3.0033,3.0033,0,0,1-3,3H12V17h7a3.0033,3.0033,0,0,1,3,3Z" }), children);
|
|
1419
1520
|
});
|
|
1420
1521
|
if (process.env.NODE_ENV !== "production") CurrencyBaht.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1421
|
-
const CurrencyDollar = react.default.forwardRef(function CurrencyDollar({ children, size = 16, ...rest }, ref) {
|
|
1422
|
-
return react.default.createElement(
|
|
1522
|
+
const CurrencyDollar = /* @__PURE__ */ react.default.forwardRef(function CurrencyDollar({ children, size = 16, ...rest }, ref) {
|
|
1523
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1423
1524
|
width: size,
|
|
1424
1525
|
height: size,
|
|
1425
1526
|
ref,
|
|
@@ -1430,8 +1531,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1430
1531
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,20.5151c0-4.6152-3.78-5.1411-6.8171-5.563-3.31-.4609-5.1829-.86-5.1829-3.71C11,8.8491,13.5071,8,15.6538,8a6.7538,6.7538,0,0,1,5.5681,2.6279l1.5562-1.2558A8.6508,8.6508,0,0,0,17,6.0962V3H15V6.022c-3.6152.2192-6,2.26-6,5.22,0,4.73,3.83,5.2627,6.9075,5.69C19.16,17.3848,21,17.7744,21,20.5151,21,23.5474,17.8674,24,16,24c-3.4294,0-4.8782-.9639-6.2219-2.6279L8.2219,22.6279A8.4382,8.4382,0,0,0,15,25.9648V29h2V25.9551C20.7256,25.6509,23,23.6279,23,20.5151Z" }), children);
|
|
1431
1532
|
});
|
|
1432
1533
|
if (process.env.NODE_ENV !== "production") CurrencyDollar.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1433
|
-
const CurrencyEuro = react.default.forwardRef(function CurrencyEuro({ children, size = 16, ...rest }, ref) {
|
|
1434
|
-
return react.default.createElement(
|
|
1534
|
+
const CurrencyEuro = /* @__PURE__ */ react.default.forwardRef(function CurrencyEuro({ children, size = 16, ...rest }, ref) {
|
|
1535
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1435
1536
|
width: size,
|
|
1436
1537
|
height: size,
|
|
1437
1538
|
ref,
|
|
@@ -1442,8 +1543,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1442
1543
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,26c-3.6162,0-6.3328-2.2974-7.4456-6H19V18H9.1321A15.2782,15.2782,0,0,1,9,16c0-.33.01-.6641.0259-1H19V13H9.2371C9.8447,9.3525,11.81,6,17,6c3.8533,0,5.5315,1.6465,7.1282,4.4893l1.7436-.9786C24.2649,6.6484,22.0779,4,17,4,10.6448,4,7,8.374,7,16c0,7.0654,4.1121,12,10,12,5.0779,0,7.2649-2.6484,8.8718-5.5107l-1.7436-.9786C22.5315,24.3535,20.8533,26,17,26Z" }), children);
|
|
1443
1544
|
});
|
|
1444
1545
|
if (process.env.NODE_ENV !== "production") CurrencyEuro.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1445
|
-
const CurrencyLira = react.default.forwardRef(function CurrencyLira({ children, size = 16, ...rest }, ref) {
|
|
1446
|
-
return react.default.createElement(
|
|
1546
|
+
const CurrencyLira = /* @__PURE__ */ react.default.forwardRef(function CurrencyLira({ children, size = 16, ...rest }, ref) {
|
|
1547
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1447
1548
|
width: size,
|
|
1448
1549
|
height: size,
|
|
1449
1550
|
ref,
|
|
@@ -1454,8 +1555,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1454
1555
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,19a6.0066,6.0066,0,0,1-6,6H13V18.1079L21.2139,15V13L13,16.1079v-3L21.2139,10V8L13,11.1079V5H11v6.8647L8,13v2l3-1.1353v3L8,18v2l3-1.1353V27h6a8.0092,8.0092,0,0,0,8-8Z" }), children);
|
|
1455
1556
|
});
|
|
1456
1557
|
if (process.env.NODE_ENV !== "production") CurrencyLira.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1457
|
-
const CurrencyPound = react.default.forwardRef(function CurrencyPound({ children, size = 16, ...rest }, ref) {
|
|
1458
|
-
return react.default.createElement(
|
|
1558
|
+
const CurrencyPound = /* @__PURE__ */ react.default.forwardRef(function CurrencyPound({ children, size = 16, ...rest }, ref) {
|
|
1559
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1459
1560
|
width: size,
|
|
1460
1561
|
height: size,
|
|
1461
1562
|
ref,
|
|
@@ -1466,8 +1567,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1466
1567
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.4531,25A8.7775,8.7775,0,0,0,14,20a10.6,10.6,0,0,0-.18-2H22V16H13.2175c-.0842-.2109-.17-.4194-.2556-.624A9.8586,9.8586,0,0,1,12,11a4.792,4.792,0,0,1,5-5,6.1234,6.1234,0,0,1,5.2222,2.6279l1.5556-1.2558A8.11,8.11,0,0,0,17,4a6.7781,6.7781,0,0,0-7,7,11.65,11.65,0,0,0,1.0559,5H8v2h3.7729A8.209,8.209,0,0,1,12,20c0,2.5234-1.4858,5-3,5v2H24V25Z" }), children);
|
|
1467
1568
|
});
|
|
1468
1569
|
if (process.env.NODE_ENV !== "production") CurrencyPound.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1469
|
-
const CurrencyRuble = react.default.forwardRef(function CurrencyRuble({ children, size = 16, ...rest }, ref) {
|
|
1470
|
-
return react.default.createElement(
|
|
1570
|
+
const CurrencyRuble = /* @__PURE__ */ react.default.forwardRef(function CurrencyRuble({ children, size = 16, ...rest }, ref) {
|
|
1571
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1471
1572
|
width: size,
|
|
1472
1573
|
height: size,
|
|
1473
1574
|
ref,
|
|
@@ -1478,8 +1579,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1478
1579
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,4H10V15H7v2h3v3H7v2h3v6h2V22h9V20H12V17h7a6.0067,6.0067,0,0,0,6-6V10A6.0067,6.0067,0,0,0,19,4Zm4,7a4.0045,4.0045,0,0,1-4,4H12V6h7a4.0045,4.0045,0,0,1,4,4Z" }), children);
|
|
1479
1580
|
});
|
|
1480
1581
|
if (process.env.NODE_ENV !== "production") CurrencyRuble.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1481
|
-
const CurrencyRupee = react.default.forwardRef(function CurrencyRupee({ children, size = 16, ...rest }, ref) {
|
|
1482
|
-
return react.default.createElement(
|
|
1582
|
+
const CurrencyRupee = /* @__PURE__ */ react.default.forwardRef(function CurrencyRupee({ children, size = 16, ...rest }, ref) {
|
|
1583
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1483
1584
|
width: size,
|
|
1484
1585
|
height: size,
|
|
1485
1586
|
ref,
|
|
@@ -1490,8 +1591,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1490
1591
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,7V5H8V7h5.5a4.4906,4.4906,0,0,1,4.45,4H8v2h9.95A4.4906,4.4906,0,0,1,13.5,17H8v2.3452L17.6169,28l1.3379-1.4863L10.606,19H13.5a6.5041,6.5041,0,0,0,6.4746-6H24V11H19.9746A6.4719,6.4719,0,0,0,18.18,7Z" }), children);
|
|
1491
1592
|
});
|
|
1492
1593
|
if (process.env.NODE_ENV !== "production") CurrencyRupee.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1493
|
-
const CurrencyShekel = react.default.forwardRef(function CurrencyShekel({ children, size = 16, ...rest }, ref) {
|
|
1494
|
-
return react.default.createElement(
|
|
1594
|
+
const CurrencyShekel = /* @__PURE__ */ react.default.forwardRef(function CurrencyShekel({ children, size = 16, ...rest }, ref) {
|
|
1595
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1495
1596
|
width: size,
|
|
1496
1597
|
height: size,
|
|
1497
1598
|
ref,
|
|
@@ -1502,8 +1603,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1502
1603
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,27H7V5h8a5.0057,5.0057,0,0,1,5,5V22H18V10a3.0033,3.0033,0,0,0-3-3H9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,27H12V10h2V25h6a3.0033,3.0033,0,0,0,3-3V5h2V22A5.0057,5.0057,0,0,1,20,27Z" }), children);
|
|
1503
1604
|
});
|
|
1504
1605
|
if (process.env.NODE_ENV !== "production") CurrencyShekel.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1505
|
-
const CurrencyWon = react.default.forwardRef(function CurrencyWon({ children, size = 16, ...rest }, ref) {
|
|
1506
|
-
return react.default.createElement(
|
|
1606
|
+
const CurrencyWon = /* @__PURE__ */ react.default.forwardRef(function CurrencyWon({ children, size = 16, ...rest }, ref) {
|
|
1607
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1507
1608
|
width: size,
|
|
1508
1609
|
height: size,
|
|
1509
1610
|
ref,
|
|
@@ -1514,8 +1615,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1514
1615
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 14 28 12 23.045 12 24 5 22 5 20 23 17 8 15 8 12 23 10 5 8 5 8.955 12 4 12 4 14 9.227 14 9.636 17 4 17 4 19 9.909 19 11 27 13 27 16 12 19 27 21 27 22.091 19 28 19 28 17 22.364 17 22.773 14 28 14z" }), children);
|
|
1515
1616
|
});
|
|
1516
1617
|
if (process.env.NODE_ENV !== "production") CurrencyWon.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1517
|
-
const CurrencyYen = react.default.forwardRef(function CurrencyYen({ children, size = 16, ...rest }, ref) {
|
|
1518
|
-
return react.default.createElement(
|
|
1618
|
+
const CurrencyYen = /* @__PURE__ */ react.default.forwardRef(function CurrencyYen({ children, size = 16, ...rest }, ref) {
|
|
1619
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1519
1620
|
width: size,
|
|
1520
1621
|
height: size,
|
|
1521
1622
|
ref,
|
|
@@ -1526,8 +1627,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1526
1627
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.271 5 22 5 16 16 10 5 7.729 5 13.794 16 8 16 8 18 15 18 15 21 8 21 8 23 15 23 15 27 17 27 17 23 24 23 24 21 17 21 17 18 24 18 24 16 18.206 16 24.271 5z" }), children);
|
|
1527
1628
|
});
|
|
1528
1629
|
if (process.env.NODE_ENV !== "production") CurrencyYen.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1529
|
-
const Cursor_1 = react.default.forwardRef(function Cursor_1({ children, size = 16, ...rest }, ref) {
|
|
1530
|
-
return react.default.createElement(
|
|
1630
|
+
const Cursor_1 = /* @__PURE__ */ react.default.forwardRef(function Cursor_1({ children, size = 16, ...rest }, ref) {
|
|
1631
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1531
1632
|
width: size,
|
|
1532
1633
|
height: size,
|
|
1533
1634
|
ref,
|
|
@@ -1538,8 +1639,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1538
1639
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,28a1,1,0,0,1-.71-.29l-6.13-6.14-3.33,5a1,1,0,0,1-1,.44,1,1,0,0,1-.81-.7l-6-20A1,1,0,0,1,6.29,5l20,6a1,1,0,0,1,.7.81,1,1,0,0,1-.44,1l-5,3.33,6.14,6.13a1,1,0,0,1,0,1.42l-4,4A1,1,0,0,1,23,28Zm0-2.41L25.59,23l-7.16-7.15,5.25-3.5L7.49,7.49l4.86,16.19,3.5-5.25Z" }), children);
|
|
1539
1640
|
});
|
|
1540
1641
|
if (process.env.NODE_ENV !== "production") Cursor_1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1541
|
-
const Cursor_2 = react.default.forwardRef(function Cursor_2({ children, size = 16, ...rest }, ref) {
|
|
1542
|
-
return react.default.createElement(
|
|
1642
|
+
const Cursor_2 = /* @__PURE__ */ react.default.forwardRef(function Cursor_2({ children, size = 16, ...rest }, ref) {
|
|
1643
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1543
1644
|
width: size,
|
|
1544
1645
|
height: size,
|
|
1545
1646
|
ref,
|
|
@@ -1550,8 +1651,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1550
1651
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.34,12.06l-22-8A1,1,0,0,0,4.06,5.34l8,22A1,1,0,0,0,13,28h0a1,1,0,0,0,.93-.63l3.84-9.6,9.6-3.84a1,1,0,0,0,0-1.87Zm-10.71,4h0l-.4.16-.16.4h0L13,24.2,6.67,6.67,24.2,13Z" }), children);
|
|
1551
1652
|
});
|
|
1552
1653
|
if (process.env.NODE_ENV !== "production") Cursor_2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1553
|
-
const CurvedLineDashed = react.default.forwardRef(function CurvedLineDashed({ children, size = 16, ...rest }, ref) {
|
|
1554
|
-
return react.default.createElement(
|
|
1654
|
+
const CurvedLineDashed = /* @__PURE__ */ react.default.forwardRef(function CurvedLineDashed({ children, size = 16, ...rest }, ref) {
|
|
1655
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1555
1656
|
width: size,
|
|
1556
1657
|
height: size,
|
|
1557
1658
|
ref,
|
|
@@ -1562,8 +1663,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1562
1663
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9884,29.9999l-1.992-.1149c.0088-.15.0078-.3005.0078-.451,0-.6877-.0273-1.3779-.0819-2.0515l1.99-.1598c.0585.7267.0877,1.4705.0877,2.2113,0,.1885-.001.377-.0117.566h.0001ZM27.3308,23.594c-.2924-1.244-.6812-2.4738-1.1578-3.655l1.8517-.7452c.5136,1.2747.9336,2.6019,1.2494,3.9443,0,0-1.9433.4559-1.9433.4559ZM24.4763,16.5037c-.651-1.0993-1.3907-2.1572-2.1966-3.1445l1.5456-1.2615c.8693,1.0642,1.6665,2.2045,2.3682,3.389,0,0-1.7172,1.017-1.7172,1.017ZM19.6356,10.5785c-.9453-.8568-1.9647-1.6487-3.0289-2.354l1.1032-1.6629c1.1471.7608,2.2464,1.6146,3.2667,2.5381l-1.341,1.4787h0ZM13.2571,6.3527c-1.1587-.5368-2.3682-.9892-3.5942-1.3443l.5555-1.9161c1.3225.3828,2.6274.8709,3.8787,1.4505l-.8401,1.8099h.0001ZM5.9089,4.2242c-1.1178-.1461-2.2415-.2304-3.3934-.2172-.1335,0-.267.0005-.4005.0083l-.115-1.9921c1.3946-.076,2.7941.0438,4.1682.2226l-.2592,1.9785h0Z" }), children);
|
|
1563
1664
|
});
|
|
1564
1665
|
if (process.env.NODE_ENV !== "production") CurvedLineDashed.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1565
|
-
const CurvedLineSolid = react.default.forwardRef(function CurvedLineSolid({ children, size = 16, ...rest }, ref) {
|
|
1566
|
-
return react.default.createElement(
|
|
1666
|
+
const CurvedLineSolid = /* @__PURE__ */ react.default.forwardRef(function CurvedLineSolid({ children, size = 16, ...rest }, ref) {
|
|
1667
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1567
1668
|
width: size,
|
|
1568
1669
|
height: size,
|
|
1569
1670
|
ref,
|
|
@@ -1574,8 +1675,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1574
1675
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9883,30l-1.992-.115c.0088-.1501.0078-.3007.0078-.4512,0-14.0263-11.4111-25.4379-25.4379-25.4379-.154-.0034-.3011-.001-.4512.0083l-.115-1.993c.1891-.0107.3772-.0112.5662-.0112,15.1271,0,27.4338,12.3067,27.4338,27.4338,0,.1886-.001.3772-.0117.5662Z" }), children);
|
|
1575
1676
|
});
|
|
1576
1677
|
if (process.env.NODE_ENV !== "production") CurvedLineSolid.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1577
|
-
const Customer = react.default.forwardRef(function Customer({ children, size = 16, ...rest }, ref) {
|
|
1578
|
-
return react.default.createElement(
|
|
1678
|
+
const Customer = /* @__PURE__ */ react.default.forwardRef(function Customer({ children, size = 16, ...rest }, ref) {
|
|
1679
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1579
1680
|
width: size,
|
|
1580
1681
|
height: size,
|
|
1581
1682
|
ref,
|
|
@@ -1586,8 +1687,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1586
1687
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29.7554,21.3447c-.1899-.2188-.4656-.3447-.7554-.3447h-2v-2c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v2h-2c-.2898,0-.5654.126-.7554.3447-.1899.2192-.2756.5098-.2346.7969l1,7c.0703.4922.4924.8584.99.8584h10c.4976,0,.9197-.3662.99-.8584l1-7c.041-.2871-.0447-.5776-.2346-.7969Zm-8.7554-2.3447h4v2h-4v-2Zm6.1328,9h-8.2656l-.7141-5h9.6938l-.7141,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 20H12V30H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16.7808,17.875l-1.9072-2.3838-1.4419-3.6055c-.4585-1.1455-1.5518-1.8857-2.7856-1.8857h-5.646c-1.6543,0-3,1.3457-3,3v7c0,1.1025.897,2,2,2h1v8h2v-10h-3v-7c0-.5518.4487-1,1-1h5.646c.4111,0,.7759.2471.9282.6289l1.645,3.9961,2,2.5,1.5615-1.25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4,5c0-2.2056,1.7944-4,4-4s4,1.7944,4,4c0,2.2056-1.7944,4-4,4s-4-1.7944-4-4Zm2,0c0,1.1028.897,2,2,2s2-.8972,2-2c0-1.1028-.897-2-2-2s-2,.8972-2,2Z" }), children);
|
|
1587
1688
|
});
|
|
1588
1689
|
if (process.env.NODE_ENV !== "production") Customer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1589
|
-
const CustomerService = react.default.forwardRef(function CustomerService({ children, size = 16, ...rest }, ref) {
|
|
1590
|
-
return react.default.createElement(
|
|
1690
|
+
const CustomerService = /* @__PURE__ */ react.default.forwardRef(function CustomerService({ children, size = 16, ...rest }, ref) {
|
|
1691
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1591
1692
|
width: size,
|
|
1592
1693
|
height: size,
|
|
1593
1694
|
ref,
|
|
@@ -1598,8 +1699,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1598
1699
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967,2.2399-5,5v5h-2v-5c.0045-3.8641,3.1359-6.9955,7-7h6c3.8641.0045,6.9955,3.1359,7,7v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,6v4c0,1.1025-.8972,2-2,2h-1c-.5522,0-1,.4478-1,1s.4478,1,1,1h1c2.2056,0,4-1.7944,4-4v-4h-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,16c-3.8599,0-7-3.1401-7-7S12.1401,2,16,2c1.9885,0,3.8901.8503,5.2173,2.3329l-1.4902,1.334c-.9482-1.0593-2.3066-1.6669-3.7271-1.6669-2.7571,0-5,2.243-5,5s2.2429,5,5,5v2Z" }), children);
|
|
1599
1700
|
});
|
|
1600
1701
|
if (process.env.NODE_ENV !== "production") CustomerService.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1601
|
-
const Cut = react.default.forwardRef(function Cut({ children, size = 16, ...rest }, ref) {
|
|
1602
|
-
return react.default.createElement(
|
|
1702
|
+
const Cut = /* @__PURE__ */ react.default.forwardRef(function Cut({ children, size = 16, ...rest }, ref) {
|
|
1703
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1603
1704
|
width: size,
|
|
1604
1705
|
height: size,
|
|
1605
1706
|
ref,
|
|
@@ -1610,8 +1711,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1610
1711
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.5,19.63,20.24,16l6.26-3.63a5,5,0,0,0-1.21-9.2A5.19,5.19,0,0,0,24,3a5,5,0,0,0-4.33,7.53,5,5,0,0,0,2.39,2.1l-3.82,2.21L4,6.6,3,8.34,16.24,16,3,23.68l1,1.74,14.24-8.26,3.82,2.21a5,5,0,0,0-2.39,2.1A5,5,0,0,0,24,29a5.19,5.19,0,0,0,1.29-.17,5,5,0,0,0,1.21-9.2ZM21.4,9.53a3,3,0,0,1,1.1-4.12,3,3,0,0,1,4.1,1.11,3,3,0,0,1-1.1,4.11h0A3,3,0,0,1,21.4,9.53Zm5.2,16a3,3,0,0,1-4.1,1.11,3,3,0,0,1-1.1-4.12,3,3,0,0,1,4.1-1.1h0A3,3,0,0,1,26.6,25.48Z" }), children);
|
|
1611
1712
|
});
|
|
1612
1713
|
if (process.env.NODE_ENV !== "production") Cut.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1613
|
-
const WatsonHealthCutInHalf = react.default.forwardRef(function WatsonHealthCutInHalf({ children, size = 16, ...rest }, ref) {
|
|
1614
|
-
return react.default.createElement(
|
|
1714
|
+
const WatsonHealthCutInHalf = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthCutInHalf({ children, size = 16, ...rest }, ref) {
|
|
1715
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1615
1716
|
width: size,
|
|
1616
1717
|
height: size,
|
|
1617
1718
|
ref,
|
|
@@ -1622,8 +1723,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1622
1723
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H16V26H4Z" }), children);
|
|
1623
1724
|
});
|
|
1624
1725
|
if (process.env.NODE_ENV !== "production") WatsonHealthCutInHalf.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1625
|
-
const CutOut = react.default.forwardRef(function CutOut({ children, size = 16, ...rest }, ref) {
|
|
1626
|
-
return react.default.createElement(
|
|
1726
|
+
const CutOut = /* @__PURE__ */ react.default.forwardRef(function CutOut({ children, size = 16, ...rest }, ref) {
|
|
1727
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1627
1728
|
width: size,
|
|
1628
1729
|
height: size,
|
|
1629
1730
|
ref,
|
|
@@ -1634,8 +1735,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1634
1735
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.05,13.7326,18.05,12,7.928,17.8457,6.9312,17.27a2.9524,2.9524,0,0,0,.6672-.769A3,3,0,1,0,3.5,17.5986l2.428,1.4019L3.5,20.4023a3.0342,3.0342,0,1,0,3.4407.3223l.987-.5693L14.5914,24l1-1.7294-5.6634-3.27ZM4.0344,15.26a1,1,0,1,1,.4658.6069A.9929.9929,0,0,1,4.0344,15.26ZM4.9988,22a1,1,0,1,1-.8645,1.5A1,1,0,0,1,4.9988,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 26H21V28H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 26H14V28H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28H24V26h4V4H7V8H5V4A2.0023,2.0023,0,0,1,7,2H28a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,28,28Z" }), children);
|
|
1635
1736
|
});
|
|
1636
1737
|
if (process.env.NODE_ENV !== "production") CutOut.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1637
|
-
const QCY = react.default.forwardRef(function QCY({ children, size = 16, ...rest }, ref) {
|
|
1638
|
-
return react.default.createElement(
|
|
1738
|
+
const QCY = /* @__PURE__ */ react.default.forwardRef(function QCY({ children, size = 16, ...rest }, ref) {
|
|
1739
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1639
1740
|
width: size,
|
|
1640
1741
|
height: size,
|
|
1641
1742
|
ref,
|
|
@@ -1646,8 +1747,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1646
1747
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,23H10a2,2,0,0,1-2-2V15a2,2,0,0,1,2-2h5v2H10v6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 22 9 20 16 18 9 16 9 19 18 19 23 21 23 21 18 24 9z" }), children);
|
|
1647
1748
|
});
|
|
1648
1749
|
if (process.env.NODE_ENV !== "production") QCY.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1649
|
-
const Cyclist = react.default.forwardRef(function Cyclist({ children, size = 16, ...rest }, ref) {
|
|
1650
|
-
return react.default.createElement(
|
|
1750
|
+
const Cyclist = /* @__PURE__ */ react.default.forwardRef(function Cyclist({ children, size = 16, ...rest }, ref) {
|
|
1751
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1651
1752
|
width: size,
|
|
1652
1753
|
height: size,
|
|
1653
1754
|
ref,
|
|
@@ -1658,8 +1759,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1658
1759
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30a6,6,0,1,1,6-6A6.0069,6.0069,0,0,1,25,30Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,25,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,30a6,6,0,1,1,6-6A6.0069,6.0069,0,0,1,7,30ZM7,20a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,7,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,27H15V20.4139L9.5849,15a2.003,2.003,0,0,1,0-2.8292l4.5859-4.5859a2.0024,2.0024,0,0,1,2.8286,0L21.414,12H27v1.9993L20.5853,14l-5-5L11,13.5849l6,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.5,8A3.5,3.5,0,1,1,25,4.5,3.5042,3.5042,0,0,1,21.5,8Zm0-5A1.5,1.5,0,1,0,23,4.5,1.5017,1.5017,0,0,0,21.5,3Z" }), children);
|
|
1659
1760
|
});
|
|
1660
1761
|
if (process.env.NODE_ENV !== "production") Cyclist.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1661
|
-
const QCZ = react.default.forwardRef(function QCZ({ children, size = 16, ...rest }, ref) {
|
|
1662
|
-
return react.default.createElement(
|
|
1762
|
+
const QCZ = /* @__PURE__ */ react.default.forwardRef(function QCZ({ children, size = 16, ...rest }, ref) {
|
|
1763
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1663
1764
|
width: size,
|
|
1664
1765
|
height: size,
|
|
1665
1766
|
ref,
|
|
@@ -1670,8 +1771,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1670
1771
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H9a2,2,0,0,1-2-2V15a2,2,0,0,1,2-2h5v2H9v6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 16 9 16 11 22 11 16 21 16 23 24 23 24 21 18 21 24 11 24 9z" }), children);
|
|
1671
1772
|
});
|
|
1672
1773
|
if (process.env.NODE_ENV !== "production") QCZ.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1673
|
-
const Dashboard = react.default.forwardRef(function Dashboard({ children, size = 16, ...rest }, ref) {
|
|
1674
|
-
return react.default.createElement(
|
|
1774
|
+
const Dashboard = /* @__PURE__ */ react.default.forwardRef(function Dashboard({ children, size = 16, ...rest }, ref) {
|
|
1775
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1675
1776
|
width: size,
|
|
1676
1777
|
height: size,
|
|
1677
1778
|
ref,
|
|
@@ -1682,8 +1783,8 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1682
1783
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 21H26V26H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H22V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,26a5.0059,5.0059,0,0,1-5-5H8a3,3,0,1,0,3-3V16a5,5,0,0,1,0,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z" }), children);
|
|
1683
1784
|
});
|
|
1684
1785
|
if (process.env.NODE_ENV !== "production") Dashboard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1685
|
-
const DashboardReference = react.default.forwardRef(function DashboardReference({ children, size = 16, ...rest }, ref) {
|
|
1686
|
-
return react.default.createElement(
|
|
1786
|
+
const DashboardReference = /* @__PURE__ */ react.default.forwardRef(function DashboardReference({ children, size = 16, ...rest }, ref) {
|
|
1787
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1687
1788
|
width: size,
|
|
1688
1789
|
height: size,
|
|
1689
1790
|
ref,
|
|
@@ -1694,126 +1795,10 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1694
1795
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 21H26V26H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H22V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18H18V26H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4A2.002,2.002,0,0,0,2,4V16H4V13H28.001l.001,15H16v2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM12,11H4V4h8Zm2,0V4H28l.0007,7Z" }), children);
|
|
1695
1796
|
});
|
|
1696
1797
|
if (process.env.NODE_ENV !== "production") DashboardReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
ref,
|
|
1702
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1703
|
-
viewBox: "0 0 32 32",
|
|
1704
|
-
fill: "currentColor",
|
|
1705
|
-
...rest
|
|
1706
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 6H28V8H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 24H28V26H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 15H17V17H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,11a4,4,0,1,1,4-4A4,4,0,0,1,7,11ZM7,5A2,2,0,1,0,9,7,2,2,0,0,0,7,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,29a4,4,0,1,1,4-4A4,4,0,0,1,7,29Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,7,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,20a4,4,0,1,1,4-4A4,4,0,0,1,25,20Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,25,14Z" }), children);
|
|
1707
|
-
});
|
|
1708
|
-
if (process.env.NODE_ENV !== "production") Data_1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1709
|
-
const Data_2 = react.default.forwardRef(function Data_2({ children, size = 16, ...rest }, ref) {
|
|
1710
|
-
return react.default.createElement(require_Icon_js, {
|
|
1711
|
-
width: size,
|
|
1712
|
-
height: size,
|
|
1713
|
-
ref,
|
|
1714
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1715
|
-
viewBox: "0 0 32 32",
|
|
1716
|
-
fill: "currentColor",
|
|
1717
|
-
...rest
|
|
1718
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H15V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 6H28V8H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 12H28V14H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 12H18V14H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 12H8V14H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18H28V20H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H21V26H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 24H28V26H24z" }), children);
|
|
1719
|
-
});
|
|
1720
|
-
if (process.env.NODE_ENV !== "production") Data_2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1721
|
-
const DataBase = react.default.forwardRef(function DataBase({ children, size = 16, ...rest }, ref) {
|
|
1722
|
-
return react.default.createElement(require_Icon_js, {
|
|
1723
|
-
width: size,
|
|
1724
|
-
height: size,
|
|
1725
|
-
ref,
|
|
1726
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1727
|
-
viewBox: "0 0 32 32",
|
|
1728
|
-
fill: "currentColor",
|
|
1729
|
-
...rest
|
|
1730
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V5A2,2,0,0,0,24,3Zm0,2v6H8V5ZM8,19V13H24v6Zm0,8V21H24v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1731
|
-
cx: "11",
|
|
1732
|
-
cy: "8",
|
|
1733
|
-
r: "1"
|
|
1734
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1735
|
-
cx: "11",
|
|
1736
|
-
cy: "16",
|
|
1737
|
-
r: "1"
|
|
1738
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1739
|
-
cx: "11",
|
|
1740
|
-
cy: "24",
|
|
1741
|
-
r: "1"
|
|
1742
|
-
}), children);
|
|
1743
|
-
});
|
|
1744
|
-
if (process.env.NODE_ENV !== "production") DataBase.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1745
|
-
const DataBaseAlt = react.default.forwardRef(function DataBaseAlt({ children, size = 16, ...rest }, ref) {
|
|
1746
|
-
return react.default.createElement(require_Icon_js, {
|
|
1747
|
-
width: size,
|
|
1748
|
-
height: size,
|
|
1749
|
-
ref,
|
|
1750
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1751
|
-
viewBox: "0 0 32 32",
|
|
1752
|
-
fill: "currentColor",
|
|
1753
|
-
...rest
|
|
1754
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 8H12V10H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 12H12V14H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 16H12V18H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 8H25V10H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 12H25V14H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H25V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H15V28H4ZM17,28V6H28V28Z" }), children);
|
|
1755
|
-
});
|
|
1756
|
-
if (process.env.NODE_ENV !== "production") DataBaseAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1757
|
-
const DataCategorical = react.default.forwardRef(function DataCategorical({ children, size = 16, ...rest }, ref) {
|
|
1758
|
-
return react.default.createElement(require_Icon_js, {
|
|
1759
|
-
width: size,
|
|
1760
|
-
height: size,
|
|
1761
|
-
ref,
|
|
1762
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1763
|
-
viewBox: "0 0 32 32",
|
|
1764
|
-
fill: "currentColor",
|
|
1765
|
-
...rest
|
|
1766
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,30h-10c-.5522,0-1-.4478-1-1v-10c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v10c0,.5522-.4478,1-1,1Zm-9-2h8v-8h-8v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8,30c-3.3083,0-6-2.6917-6-6s2.6917-6,6-6,6,2.6917,6,6-2.6917,6-6,6Zm0-10c-2.2056,0-4,1.7944-4,4s1.7944,4,4,4,4-1.7944,4-4-1.7944-4-4-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,14h-12c-.3604,0-.6926-.1938-.8701-.5073s-.1729-.6982.0127-1.0072L15.1446,2.4822c.1937-.3229.5246-.4822.8554-.4822s.6617.1593.8554.4822l6.002,10.0033c.1855.309.1902.6937.0127,1.0072s-.5098.5073-.8701.5073Zm-10.2339-2h8.4678l-4.2339-7.0564-4.2339,7.0564Z" }), children);
|
|
1767
|
-
});
|
|
1768
|
-
if (process.env.NODE_ENV !== "production") DataCategorical.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1769
|
-
const DataCenter = react.default.forwardRef(function DataCenter({ children, size = 16, ...rest }, ref) {
|
|
1770
|
-
return react.default.createElement(require_Icon_js, {
|
|
1771
|
-
width: size,
|
|
1772
|
-
height: size,
|
|
1773
|
-
ref,
|
|
1774
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1775
|
-
viewBox: "0 0 32 32",
|
|
1776
|
-
fill: "currentColor",
|
|
1777
|
-
...rest
|
|
1778
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H23V6a2.0023,2.0023,0,0,0-2-2H11A2.0023,2.0023,0,0,0,9,6v4H4a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM4,28V12H9v2H7v2H9v2H7v2H9v2H7v2H9v4Zm17,0H11V6H21Zm7,0H23V24h2V22H23V20h2V18H23V16h2V14H23V12h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 8H18V10H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 12H18V14H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 16H18V18H14z" }), children);
|
|
1779
|
-
});
|
|
1780
|
-
if (process.env.NODE_ENV !== "production") DataCenter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1781
|
-
const DataCheck = react.default.forwardRef(function DataCheck({ children, size = 16, ...rest }, ref) {
|
|
1782
|
-
return react.default.createElement(require_Icon_js, {
|
|
1783
|
-
width: size,
|
|
1784
|
-
height: size,
|
|
1785
|
-
ref,
|
|
1786
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1787
|
-
viewBox: "0 0 32 32",
|
|
1788
|
-
fill: "currentColor",
|
|
1789
|
-
...rest
|
|
1790
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 27.18 20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1791
|
-
cx: "11",
|
|
1792
|
-
cy: "8",
|
|
1793
|
-
r: "1"
|
|
1794
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1795
|
-
cx: "11",
|
|
1796
|
-
cy: "16",
|
|
1797
|
-
r: "1"
|
|
1798
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1799
|
-
cx: "11",
|
|
1800
|
-
cy: "24",
|
|
1801
|
-
r: "1"
|
|
1802
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z" }), children);
|
|
1803
|
-
});
|
|
1804
|
-
if (process.env.NODE_ENV !== "production") DataCheck.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1805
|
-
const DataConnected = react.default.forwardRef(function DataConnected({ children, size = 16, ...rest }, ref) {
|
|
1806
|
-
return react.default.createElement(require_Icon_js, {
|
|
1807
|
-
width: size,
|
|
1808
|
-
height: size,
|
|
1809
|
-
ref,
|
|
1810
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1811
|
-
viewBox: "0 0 32 32",
|
|
1812
|
-
fill: "currentColor",
|
|
1813
|
-
...rest
|
|
1814
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 30 24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.91,19.59a4.51,4.51,0,0,0-2.66-3.24,4.55,4.55,0,0,0-3.5,0,4.94,4.94,0,0,0-.64.35L15.3,13.89a4.53,4.53,0,1,0-1.41,1.41l2.81,2.81a4.48,4.48,0,0,0-.61,3.3,4.51,4.51,0,0,0,2.66,3.24,4.55,4.55,0,0,0,3.5,0,4.51,4.51,0,0,0,2.66-3.24,4.65,4.65,0,0,0,0-1.82ZM11.5,14A2.5,2.5,0,1,1,14,11.5,2.5,2.5,0,0,1,11.5,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 30 2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30z" }), children);
|
|
1815
|
-
});
|
|
1816
|
-
if (process.env.NODE_ENV !== "production") DataConnected.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1798
|
+
exports.CloudSatelliteServices = CloudSatelliteServices;
|
|
1799
|
+
exports.CloudServices = CloudServices;
|
|
1800
|
+
exports.Cloudy = Cloudy;
|
|
1801
|
+
exports.CobolUpgradeAdvisor = CobolUpgradeAdvisor;
|
|
1817
1802
|
exports.Code = Code;
|
|
1818
1803
|
exports.CodeBlock = CodeBlock;
|
|
1819
1804
|
exports.CodeHide = CodeHide;
|
|
@@ -1823,6 +1808,9 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1823
1808
|
exports.Collaborate = Collaborate;
|
|
1824
1809
|
exports.CollapseAll = CollapseAll;
|
|
1825
1810
|
exports.CollapseCategories = CollapseCategories;
|
|
1811
|
+
exports.CollapseStripe = CollapseStripe;
|
|
1812
|
+
exports.CollapseTitle = CollapseTitle;
|
|
1813
|
+
exports.CollapseTitle_2 = CollapseTitle_2;
|
|
1826
1814
|
exports.ColorPalette = ColorPalette;
|
|
1827
1815
|
exports.ColorPicker = ColorPicker;
|
|
1828
1816
|
exports.ColorSwitch = ColorSwitch;
|
|
@@ -1921,30 +1909,22 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1921
1909
|
exports.Cyclist = Cyclist;
|
|
1922
1910
|
exports.Dashboard = Dashboard;
|
|
1923
1911
|
exports.DashboardReference = DashboardReference;
|
|
1924
|
-
exports.DataBase = DataBase;
|
|
1925
|
-
exports.DataBaseAlt = DataBaseAlt;
|
|
1926
|
-
exports.DataCategorical = DataCategorical;
|
|
1927
|
-
exports.DataCenter = DataCenter;
|
|
1928
|
-
exports.DataCheck = DataCheck;
|
|
1929
|
-
exports.DataConnected = DataConnected;
|
|
1930
|
-
exports.Data_1 = Data_1;
|
|
1931
|
-
exports.Data_2 = Data_2;
|
|
1932
1912
|
exports.QCU1 = QCU1;
|
|
1933
1913
|
exports.QCU3 = QCU3;
|
|
1934
1914
|
exports.QCY = QCY;
|
|
1935
1915
|
exports.QCZ = QCZ;
|
|
1936
1916
|
exports.QComposerEdit = QComposerEdit;
|
|
1917
|
+
exports.WatsonHealthCobbAngle = WatsonHealthCobbAngle;
|
|
1937
1918
|
exports.WatsonHealthContourDraw = WatsonHealthContourDraw;
|
|
1938
1919
|
exports.WatsonHealthContourEdit = WatsonHealthContourEdit;
|
|
1939
1920
|
exports.WatsonHealthContourFinding = WatsonHealthContourFinding;
|
|
1940
1921
|
exports.WatsonHealthCrossReference = WatsonHealthCrossReference;
|
|
1941
1922
|
exports.WatsonHealthCutInHalf = WatsonHealthCutInHalf;
|
|
1942
1923
|
}));
|
|
1943
|
-
|
|
1944
1924
|
//#endregion
|
|
1945
|
-
Object.defineProperty(exports,
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
});
|
|
1925
|
+
Object.defineProperty(exports, "default", {
|
|
1926
|
+
enumerable: true,
|
|
1927
|
+
get: function() {
|
|
1928
|
+
return require_bucket_4();
|
|
1929
|
+
}
|
|
1930
|
+
});
|