@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-0.js
|
|
14
12
|
var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
|
|
15
13
|
/**
|
|
@@ -21,15 +19,14 @@ var require_bucket_0 = /* @__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
27
|
const didWarnAboutDeprecation = {};
|
|
31
|
-
const WatsonHealth3DCursor = react.default.forwardRef(function WatsonHealth3DCursor({ children, size = 16, ...rest }, ref) {
|
|
32
|
-
return react.default.createElement(
|
|
28
|
+
const WatsonHealth3DCursor = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3DCursor({ children, size = 16, ...rest }, ref) {
|
|
29
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
33
30
|
width: size,
|
|
34
31
|
height: size,
|
|
35
32
|
ref,
|
|
@@ -40,8 +37,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
40
37
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 4 4 4 4 13.01 6 13.01 6 6 13 6 13 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.49,13.12l-9-5a1,1,0,0,0-1,0l-9,5A1,1,0,0,0,10,14V24a1,1,0,0,0,.52.87l9,5A1,1,0,0,0,20,30a1.05,1.05,0,0,0,.49-.13l9-5A1,1,0,0,0,30,24V14A1,1,0,0,0,29.49,13.12ZM19,27.3l-7-3.89V15.69l7,3.89Zm1-9.45L13.06,14,20,10.14,26.94,14Zm8,5.56L21,27.3V19.58l7-3.89Z" }), children);
|
|
41
38
|
});
|
|
42
39
|
if (process.env.NODE_ENV !== "production") WatsonHealth3DCursor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
43
|
-
const WatsonHealth3DCursorAlt = react.default.forwardRef(function WatsonHealth3DCursorAlt({ children, size = 16, ...rest }, ref) {
|
|
44
|
-
return react.default.createElement(
|
|
40
|
+
const WatsonHealth3DCursorAlt = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3DCursorAlt({ children, size = 16, ...rest }, ref) {
|
|
41
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
45
42
|
width: size,
|
|
46
43
|
height: size,
|
|
47
44
|
ref,
|
|
@@ -52,8 +49,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
52
49
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 7H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 15H14V17H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 18H17V25H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 15H25V17H18z" }), children);
|
|
53
50
|
});
|
|
54
51
|
if (process.env.NODE_ENV !== "production") WatsonHealth3DCursorAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
55
|
-
const WatsonHealth3DCurveAutoColon = react.default.forwardRef(function WatsonHealth3DCurveAutoColon({ children, size = 16, ...rest }, ref) {
|
|
56
|
-
return react.default.createElement(
|
|
52
|
+
const WatsonHealth3DCurveAutoColon = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3DCurveAutoColon({ children, size = 16, ...rest }, ref) {
|
|
53
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
57
54
|
width: size,
|
|
58
55
|
height: size,
|
|
59
56
|
ref,
|
|
@@ -64,8 +61,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
64
61
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.5,8H20.1a5,5,0,1,0,0-2H9.5a5.5,5.5,0,0,0,0,11h11a3.5,3.5,0,0,1,0,7H11.9a5,5,0,1,0,0,2h8.6a5.5,5.5,0,0,0,0-11H9.5a3.5,3.5,0,0,1,0-7ZM25,4a3,3,0,1,1-3,3A3,3,0,0,1,25,4ZM7,28a3,3,0,1,1,3-3A3,3,0,0,1,7,28Z" }), children);
|
|
65
62
|
});
|
|
66
63
|
if (process.env.NODE_ENV !== "production") WatsonHealth3DCurveAutoColon.propTypes = require_iconPropTypes.iconPropTypes;
|
|
67
|
-
const WatsonHealth3DCurveAutoVessels = react.default.forwardRef(function WatsonHealth3DCurveAutoVessels({ children, size = 16, ...rest }, ref) {
|
|
68
|
-
return react.default.createElement(
|
|
64
|
+
const WatsonHealth3DCurveAutoVessels = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3DCurveAutoVessels({ children, size = 16, ...rest }, ref) {
|
|
65
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
69
66
|
width: size,
|
|
70
67
|
height: size,
|
|
71
68
|
ref,
|
|
@@ -76,8 +73,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
76
73
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,11a3,3,0,0,1,3-3h.1a5,5,0,1,0,0-2H20a5,5,0,0,0-5,5v1H13a3,3,0,0,1-3-3V7A5,5,0,0,0,5,2H4V4H5A3,3,0,0,1,8,7V9a5,5,0,0,0,5,5h2v7a3,3,0,0,1-3,3h-.1a5,5,0,1,0,0,2H12a5,5,0,0,0,5-5h2.5A2.5,2.5,0,0,1,22,23.5,4.51,4.51,0,0,0,26.5,28H28V26H26.5A2.5,2.5,0,0,1,24,23.5,4.51,4.51,0,0,0,19.5,19H17Zm8-7a3,3,0,1,1-3,3A3,3,0,0,1,25,4ZM7,28a3,3,0,1,1,3-3A3,3,0,0,1,7,28Z" }), children);
|
|
77
74
|
});
|
|
78
75
|
if (process.env.NODE_ENV !== "production") WatsonHealth3DCurveAutoVessels.propTypes = require_iconPropTypes.iconPropTypes;
|
|
79
|
-
const WatsonHealth3DCurveManual = react.default.forwardRef(function WatsonHealth3DCurveManual({ children, size = 16, ...rest }, ref) {
|
|
80
|
-
return react.default.createElement(
|
|
76
|
+
const WatsonHealth3DCurveManual = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3DCurveManual({ children, size = 16, ...rest }, ref) {
|
|
77
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
81
78
|
width: size,
|
|
82
79
|
height: size,
|
|
83
80
|
ref,
|
|
@@ -88,8 +85,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
88
85
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,21a3,3,0,0,1-3,3h-.1a5,5,0,1,0,0,2H12a5,5,0,0,0,5-5ZM7,28a3,3,0,1,1,3-3A3,3,0,0,1,7,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 13H17V19H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,2a5,5,0,0,0-4.9,4H20a5,5,0,0,0-5,5h2a3,3,0,0,1,3-3h.1A5,5,0,1,0,25,2Zm0,8a3,3,0,1,1,3-3A3,3,0,0,1,25,10Z" }), children);
|
|
89
86
|
});
|
|
90
87
|
if (process.env.NODE_ENV !== "production") WatsonHealth3DCurveManual.propTypes = require_iconPropTypes.iconPropTypes;
|
|
91
|
-
const WatsonHealth3DICa = react.default.forwardRef(function WatsonHealth3DICa({ children, size = 16, ...rest }, ref) {
|
|
92
|
-
return react.default.createElement(
|
|
88
|
+
const WatsonHealth3DICa = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3DICa({ children, size = 16, ...rest }, ref) {
|
|
89
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
93
90
|
width: size,
|
|
94
91
|
height: size,
|
|
95
92
|
ref,
|
|
@@ -100,8 +97,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
100
97
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,14H10a2,2,0,0,1-2-2V4a2,2,0,0,1,.59-1.42A3.57,3.57,0,0,1,10,2h5V4H10v8h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H6V14H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 2H6V4H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.45,19.11l-6-3a1,1,0,0,0-.9,0l-6,3A1,1,0,0,0,14,20v7a1,1,0,0,0,.55.89l6,3a1,1,0,0,0,.9,0l6-3A1,1,0,0,0,28,27V20A1,1,0,0,0,27.45,19.11Zm-6.45-1L24.76,20,21,21.88,17.24,20Zm-5,3.5,4,2v4.76l-4-2Zm6,6.76V23.62l4-2v4.76Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,2H19a2,2,0,0,0-2,2V14h2V10h4v4h2V4A2,2,0,0,0,23,2ZM19,8V4h4V8Z" }), children);
|
|
101
98
|
});
|
|
102
99
|
if (process.env.NODE_ENV !== "production") WatsonHealth3DICa.propTypes = require_iconPropTypes.iconPropTypes;
|
|
103
|
-
const WatsonHealth3DMprToggle = react.default.forwardRef(function WatsonHealth3DMprToggle({ children, size = 16, ...rest }, ref) {
|
|
104
|
-
return react.default.createElement(
|
|
100
|
+
const WatsonHealth3DMprToggle = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3DMprToggle({ children, size = 16, ...rest }, ref) {
|
|
101
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
105
102
|
width: size,
|
|
106
103
|
height: size,
|
|
107
104
|
ref,
|
|
@@ -112,8 +109,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
112
109
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2 2 2 2 11 4 11 4 4 11 4 11 2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 21 2 30 11 30 11 28 4 28 4 21 2 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11 30 2 21 2 21 4 28 4 28 11 30 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 30 30 30 30 21 28 21 28 28 21 28 21 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.49,10.13l-9-5a1,1,0,0,0-1,0l-9,5A1,1,0,0,0,6,11V21a1,1,0,0,0,.51.87l9,5a1,1,0,0,0,1,0l9-5A1,1,0,0,0,26,21V11A1,1,0,0,0,25.49,10.13ZM16,7.14,22.94,11,16,14.86,9.06,11ZM8,12.7l7,3.89V24.3L8,20.41Zm9,11.6V16.59l7-3.89v7.71Z" }), children);
|
|
113
110
|
});
|
|
114
111
|
if (process.env.NODE_ENV !== "production") WatsonHealth3DMprToggle.propTypes = require_iconPropTypes.iconPropTypes;
|
|
115
|
-
const WatsonHealth3DPrintMesh = react.default.forwardRef(function WatsonHealth3DPrintMesh({ children, size = 16, ...rest }, ref) {
|
|
116
|
-
return react.default.createElement(
|
|
112
|
+
const WatsonHealth3DPrintMesh = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3DPrintMesh({ children, size = 16, ...rest }, ref) {
|
|
113
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
117
114
|
width: size,
|
|
118
115
|
height: size,
|
|
119
116
|
ref,
|
|
@@ -124,8 +121,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
124
121
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9761,15.7832l-2-9a.9992.9992,0,0,0-.4214-.6152l-6-4A1.0008,1.0008,0,0,0,21,2H11a1.0008,1.0008,0,0,0-.5547.168l-6,4a.9992.9992,0,0,0-.4214.6152l-2,9a1.0019,1.0019,0,0,0,.0181.5039l3,10a1,1,0,0,0,.6709.6709l10,3,.0051.0005a.9789.9789,0,0,0,.564,0l.0051-.0005,10-3a1,1,0,0,0,.6709-.6709l3-10A1.0019,1.0019,0,0,0,29.9761,15.7832Zm-19.05.833L7.0168,8.7974l7.2815,2.6479ZM16,12.4971,19.5889,18H12.4111ZM19.3818,20,16,26.7637,12.6182,20Zm-1.68-8.5547,7.2815-2.6479-3.91,7.8188ZM18.19,9.14l3.0961-4.747,3.5152,2.3432ZM16,8.8364,12.8459,4h6.3082Zm-2.19.3032L7.1992,6.7358l3.5152-2.3432Zm-4.8439,8.03-4.802-1.8007L5.3652,9.9668ZM14.07,27.377,7.5679,25.4263l3.1284-4.7969Zm7.2334-6.7476,3.1284,4.7969L17.93,27.377ZM26.6348,9.9668l1.2006,5.4019-4.802,1.8007ZM4.5374,17.6445l4.5944,1.7227L6.3391,23.65ZM25.6609,23.65l-2.7927-4.2827,4.5944-1.7227Z" }), children);
|
|
125
122
|
});
|
|
126
123
|
if (process.env.NODE_ENV !== "production") WatsonHealth3DPrintMesh.propTypes = require_iconPropTypes.iconPropTypes;
|
|
127
|
-
const WatsonHealth3DSoftware = react.default.forwardRef(function WatsonHealth3DSoftware({ children, size = 16, ...rest }, ref) {
|
|
128
|
-
return react.default.createElement(
|
|
124
|
+
const WatsonHealth3DSoftware = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3DSoftware({ children, size = 16, ...rest }, ref) {
|
|
125
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
129
126
|
width: size,
|
|
130
127
|
height: size,
|
|
131
128
|
ref,
|
|
@@ -136,8 +133,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
136
133
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.49,13.1151l-9-5a1,1,0,0,0-1,0l-9,5A1.0078,1.0078,0,0,0,2,14v9.9951a1,1,0,0,0,.52.87l9,5A1.0045,1.0045,0,0,0,12,30a1.0559,1.0559,0,0,0,.49-.1349l9-5A.9923.9923,0,0,0,22,24V14A1.0079,1.0079,0,0,0,21.49,13.1151ZM11,27.2951l-7-3.89v-7.72l7,3.89Zm1-9.45L5.06,14,12,10.1351l6.94,3.86Zm8,5.56-7,3.89v-7.72l7-3.89Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6 26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z" }), children);
|
|
137
134
|
});
|
|
138
135
|
if (process.env.NODE_ENV !== "production") WatsonHealth3DSoftware.propTypes = require_iconPropTypes.iconPropTypes;
|
|
139
|
-
const WatsonHealth3rdPartyConnected = react.default.forwardRef(function WatsonHealth3rdPartyConnected({ children, size = 16, ...rest }, ref) {
|
|
140
|
-
return react.default.createElement(
|
|
136
|
+
const WatsonHealth3rdPartyConnected = /* @__PURE__ */ react.default.forwardRef(function WatsonHealth3rdPartyConnected({ children, size = 16, ...rest }, ref) {
|
|
137
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
141
138
|
width: size,
|
|
142
139
|
height: size,
|
|
143
140
|
ref,
|
|
@@ -148,8 +145,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
148
145
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22a3.86,3.86,0,0,0-2,.57l-3.09-3.1a6,6,0,0,0,0-6.94L24,9.43A3.86,3.86,0,0,0,26,10a4,4,0,1,0-4-4,3.86,3.86,0,0,0,.57,2l-3.1,3.09a6,6,0,0,0-6.94,0L9.43,8A3.86,3.86,0,0,0,10,6a4,4,0,1,0-4,4,3.86,3.86,0,0,0,2-.57l3.09,3.1a6,6,0,0,0,0,6.94L8,22.57A3.86,3.86,0,0,0,6,22a4,4,0,1,0,4,4,3.86,3.86,0,0,0-.57-2l3.1-3.09a6,6,0,0,0,6.94,0L22.57,24A3.86,3.86,0,0,0,22,26a4,4,0,1,0,4-4ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), children);
|
|
149
146
|
});
|
|
150
147
|
if (process.env.NODE_ENV !== "production") WatsonHealth3rdPartyConnected.propTypes = require_iconPropTypes.iconPropTypes;
|
|
151
|
-
const _4K = react.default.forwardRef(function _4K({ children, size = 16, ...rest }, ref) {
|
|
152
|
-
return react.default.createElement(
|
|
148
|
+
const _4K = /* @__PURE__ */ react.default.forwardRef(function _4K({ children, size = 16, ...rest }, ref) {
|
|
149
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
153
150
|
width: size,
|
|
154
151
|
height: size,
|
|
155
152
|
ref,
|
|
@@ -160,8 +157,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
160
157
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 11.03 12 15.03 10 15.03 10 11.03 8 11.03 8 17.03 12 17.03 12 21.03 14 21.03 14 11.03 12 11.03z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.19 11.03 22 11.03 19 15.42 19 11.03 17 11.03 17 21.03 19 21.03 19 18.3 19.91 16.97 22 21.03 24.19 21.03 21.2 15.41 24.19 11.03z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z" }), children);
|
|
161
158
|
});
|
|
162
159
|
if (process.env.NODE_ENV !== "production") _4K.propTypes = require_iconPropTypes.iconPropTypes;
|
|
163
|
-
const _4KFilled = react.default.forwardRef(function _4KFilled({ children, size = 16, ...rest }, ref) {
|
|
164
|
-
return react.default.createElement(
|
|
160
|
+
const _4KFilled = /* @__PURE__ */ react.default.forwardRef(function _4KFilled({ children, size = 16, ...rest }, ref) {
|
|
161
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
165
162
|
width: size,
|
|
166
163
|
height: size,
|
|
167
164
|
ref,
|
|
@@ -172,8 +169,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
172
169
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM14,21H12V17H8V11h2v4h2V11h2Zm10.19,0H22l-2.09-4.06L19,18.27V21H17V11h2v4.39L22,11h2.19l-3,4.38Z" }), children);
|
|
173
170
|
});
|
|
174
171
|
if (process.env.NODE_ENV !== "production") _4KFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
175
|
-
const AcceptActionUsage = react.default.forwardRef(function AcceptActionUsage({ children, size = 16, ...rest }, ref) {
|
|
176
|
-
return react.default.createElement(
|
|
172
|
+
const AcceptActionUsage = /* @__PURE__ */ react.default.forwardRef(function AcceptActionUsage({ children, size = 16, ...rest }, ref) {
|
|
173
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
177
174
|
width: size,
|
|
178
175
|
height: size,
|
|
179
176
|
ref,
|
|
@@ -190,8 +187,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
190
187
|
}), children);
|
|
191
188
|
});
|
|
192
189
|
if (process.env.NODE_ENV !== "production") AcceptActionUsage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
193
|
-
const Accessibility = react.default.forwardRef(function Accessibility({ children, size = 16, ...rest }, ref) {
|
|
194
|
-
return react.default.createElement(
|
|
190
|
+
const Accessibility = /* @__PURE__ */ react.default.forwardRef(function Accessibility({ children, size = 16, ...rest }, ref) {
|
|
191
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
195
192
|
width: size,
|
|
196
193
|
height: size,
|
|
197
194
|
ref,
|
|
@@ -202,8 +199,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
202
199
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.55,26.11,26.5,27.63,23.66,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,4,0v4h7V15H19V13a4,4,0,0,0-8,0v1a9,9,0,1,0,8.77,11H17.71A7,7,0,1,1,11,16v3a4,4,0,0,0,4,4h7.34l3.16,7.37,4.95-2.48Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.5,8A3.5,3.5,0,1,1,19,4.5,3.5,3.5,0,0,1,15.5,8Zm0-5A1.5,1.5,0,1,0,17,4.5,1.5,1.5,0,0,0,15.5,3Z" }), children);
|
|
203
200
|
});
|
|
204
201
|
if (process.env.NODE_ENV !== "production") Accessibility.propTypes = require_iconPropTypes.iconPropTypes;
|
|
205
|
-
const AccessibilityAlt = react.default.forwardRef(function AccessibilityAlt({ children, size = 16, ...rest }, ref) {
|
|
206
|
-
return react.default.createElement(
|
|
202
|
+
const AccessibilityAlt = /* @__PURE__ */ react.default.forwardRef(function AccessibilityAlt({ children, size = 16, ...rest }, ref) {
|
|
203
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
207
204
|
width: size,
|
|
208
205
|
height: size,
|
|
209
206
|
ref,
|
|
@@ -218,8 +215,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
218
215
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
219
216
|
});
|
|
220
217
|
if (process.env.NODE_ENV !== "production") AccessibilityAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
221
|
-
const AccessibilityColor = react.default.forwardRef(function AccessibilityColor({ children, size = 16, ...rest }, ref) {
|
|
222
|
-
return react.default.createElement(
|
|
218
|
+
const AccessibilityColor = /* @__PURE__ */ react.default.forwardRef(function AccessibilityColor({ children, size = 16, ...rest }, ref) {
|
|
219
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
223
220
|
width: size,
|
|
224
221
|
height: size,
|
|
225
222
|
ref,
|
|
@@ -230,8 +227,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
230
227
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,24a10.6547,10.6547,0,0,1-9.97-7.7576L5.9692,16l.0606-.2424A10.6547,10.6547,0,0,1,16,8a10.6547,10.6547,0,0,1,9.97,7.7576L26.0308,16l-.0606.2424A10.6547,10.6547,0,0,1,16,24ZM8.0352,16A8.5975,8.5975,0,0,0,16,22a8.5975,8.5975,0,0,0,7.9648-6A8.5975,8.5975,0,0,0,16,10,8.5975,8.5975,0,0,0,8.0352,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
231
228
|
});
|
|
232
229
|
if (process.env.NODE_ENV !== "production") AccessibilityColor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
233
|
-
const AccessibilityColorFilled = react.default.forwardRef(function AccessibilityColorFilled({ children, size = 16, ...rest }, ref) {
|
|
234
|
-
return react.default.createElement(
|
|
230
|
+
const AccessibilityColorFilled = /* @__PURE__ */ react.default.forwardRef(function AccessibilityColorFilled({ children, size = 16, ...rest }, ref) {
|
|
231
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
235
232
|
width: size,
|
|
236
233
|
height: size,
|
|
237
234
|
ref,
|
|
@@ -252,8 +249,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
252
249
|
}), children);
|
|
253
250
|
});
|
|
254
251
|
if (process.env.NODE_ENV !== "production") AccessibilityColorFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
255
|
-
const Account = react.default.forwardRef(function Account({ children, size = 16, ...rest }, ref) {
|
|
256
|
-
return react.default.createElement(
|
|
252
|
+
const Account = /* @__PURE__ */ react.default.forwardRef(function Account({ children, size = 16, ...rest }, ref) {
|
|
253
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
257
254
|
width: size,
|
|
258
255
|
height: size,
|
|
259
256
|
ref,
|
|
@@ -264,8 +261,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
264
261
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,14H19v2H8Zm0,5H21v2H8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V8H4V6ZM4,26V10H28V26Z" }), children);
|
|
265
262
|
});
|
|
266
263
|
if (process.env.NODE_ENV !== "production") Account.propTypes = require_iconPropTypes.iconPropTypes;
|
|
267
|
-
const AccumulationIce = react.default.forwardRef(function AccumulationIce({ children, size = 16, ...rest }, ref) {
|
|
268
|
-
return react.default.createElement(
|
|
264
|
+
const AccumulationIce = /* @__PURE__ */ react.default.forwardRef(function AccumulationIce({ children, size = 16, ...rest }, ref) {
|
|
265
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
269
266
|
width: size,
|
|
270
267
|
height: size,
|
|
271
268
|
ref,
|
|
@@ -276,8 +273,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
276
273
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 8 22 16 23 18 24 16 24 8 22 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 8 18 18 19 20 20 18 20 8 18 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4a2.0023,2.0023,0,0,0-2,2V26H6V22h4V20H6V16h4V14H6V10h8v4l1,2,1-2V8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4Z" }), children);
|
|
277
274
|
});
|
|
278
275
|
if (process.env.NODE_ENV !== "production") AccumulationIce.propTypes = require_iconPropTypes.iconPropTypes;
|
|
279
|
-
const AccumulationPrecipitation = react.default.forwardRef(function AccumulationPrecipitation({ children, size = 16, ...rest }, ref) {
|
|
280
|
-
return react.default.createElement(
|
|
276
|
+
const AccumulationPrecipitation = /* @__PURE__ */ react.default.forwardRef(function AccumulationPrecipitation({ children, size = 16, ...rest }, ref) {
|
|
277
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
281
278
|
width: size,
|
|
282
279
|
height: size,
|
|
283
280
|
ref,
|
|
@@ -288,8 +285,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
288
285
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 16H18V18H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H20V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20H22V22H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H22V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 20H18V22H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,12a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L19.17,2.4141a1.0381,1.0381,0,0,1,1.6592,0L23.3154,6.11A3.9693,3.9693,0,0,1,24,8.223,3.8978,3.8978,0,0,1,20,12Zm0-7.2368L18.3438,7.2257A1.89,1.89,0,0,0,18,8.223,1.9,1.9,0,0,0,20,10a1.9,1.9,0,0,0,2-1.777,1.98,1.98,0,0,0-.375-1.0466Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4a2.0023,2.0023,0,0,0-2,2V26H6V10H8v8l1,2,1-2V10h2v4l1,2,1-2V8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4Z" }), children);
|
|
289
286
|
});
|
|
290
287
|
if (process.env.NODE_ENV !== "production") AccumulationPrecipitation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
291
|
-
const AccumulationRain = react.default.forwardRef(function AccumulationRain({ children, size = 16, ...rest }, ref) {
|
|
292
|
-
return react.default.createElement(
|
|
288
|
+
const AccumulationRain = /* @__PURE__ */ react.default.forwardRef(function AccumulationRain({ children, size = 16, ...rest }, ref) {
|
|
289
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
293
290
|
width: size,
|
|
294
291
|
height: size,
|
|
295
292
|
ref,
|
|
@@ -300,8 +297,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
300
297
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4a2.0023,2.0023,0,0,0-2,2V8H24a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,5a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,8a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,5a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4ZM6,26V22h4V20H6V16h4V14H6V10H8a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,10h2V26Z" }), children);
|
|
301
298
|
});
|
|
302
299
|
if (process.env.NODE_ENV !== "production") AccumulationRain.propTypes = require_iconPropTypes.iconPropTypes;
|
|
303
|
-
const AccumulationSnow = react.default.forwardRef(function AccumulationSnow({ children, size = 16, ...rest }, ref) {
|
|
304
|
-
return react.default.createElement(
|
|
300
|
+
const AccumulationSnow = /* @__PURE__ */ react.default.forwardRef(function AccumulationSnow({ children, size = 16, ...rest }, ref) {
|
|
301
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
305
302
|
width: size,
|
|
306
303
|
height: size,
|
|
307
304
|
ref,
|
|
@@ -312,8 +309,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
312
309
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 2H14V4H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 4H16V6H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 6H18V8H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 2H18V4H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6H14V8H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 18H16V20H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 20H18V22H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22H20V24H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H20V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 22H16V24H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 10H20V12H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 12H22V14H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 14H24V16H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 10H24V12H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 14H20V16H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4a2.0023,2.0023,0,0,0-2,2V26H6V22h4V20H6V16h4V14H6V10h4V8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4Z" }), children);
|
|
313
310
|
});
|
|
314
311
|
if (process.env.NODE_ENV !== "production") AccumulationSnow.propTypes = require_iconPropTypes.iconPropTypes;
|
|
315
|
-
const ActionDefinition = react.default.forwardRef(function ActionDefinition({ children, size = 16, ...rest }, ref) {
|
|
316
|
-
return react.default.createElement(
|
|
312
|
+
const ActionDefinition = /* @__PURE__ */ react.default.forwardRef(function ActionDefinition({ children, size = 16, ...rest }, ref) {
|
|
313
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
317
314
|
width: size,
|
|
318
315
|
height: size,
|
|
319
316
|
ref,
|
|
@@ -333,8 +330,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
333
330
|
}), children);
|
|
334
331
|
});
|
|
335
332
|
if (process.env.NODE_ENV !== "production") ActionDefinition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
336
|
-
const ActionUsage = react.default.forwardRef(function ActionUsage({ children, size = 16, ...rest }, ref) {
|
|
337
|
-
return react.default.createElement(
|
|
333
|
+
const ActionUsage = /* @__PURE__ */ react.default.forwardRef(function ActionUsage({ children, size = 16, ...rest }, ref) {
|
|
334
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
338
335
|
width: size,
|
|
339
336
|
height: size,
|
|
340
337
|
ref,
|
|
@@ -354,8 +351,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
354
351
|
}), children);
|
|
355
352
|
});
|
|
356
353
|
if (process.env.NODE_ENV !== "production") ActionUsage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
357
|
-
const Activity = react.default.forwardRef(function Activity({ children, size = 16, ...rest }, ref) {
|
|
358
|
-
return react.default.createElement(
|
|
354
|
+
const Activity = /* @__PURE__ */ react.default.forwardRef(function Activity({ children, size = 16, ...rest }, ref) {
|
|
355
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
359
356
|
width: size,
|
|
360
357
|
height: size,
|
|
361
358
|
ref,
|
|
@@ -366,8 +363,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
366
363
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,29a1,1,0,0,1-.92-.62L6.33,17H2V15H7a1,1,0,0,1,.92.62L12,25.28,20.06,3.65A1,1,0,0,1,21,3a1,1,0,0,1,.93.68L25.72,15H30v2H25a1,1,0,0,1-.95-.68L21,7,12.94,28.35A1,1,0,0,1,12,29Z" }), children);
|
|
367
364
|
});
|
|
368
365
|
if (process.env.NODE_ENV !== "production") Activity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
369
|
-
const AdapterNotification = react.default.forwardRef(function AdapterNotification({ children, size = 16, ...rest }, ref) {
|
|
370
|
-
return react.default.createElement(
|
|
366
|
+
const AdapterNotification = /* @__PURE__ */ react.default.forwardRef(function AdapterNotification({ children, size = 16, ...rest }, ref) {
|
|
367
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
371
368
|
width: size,
|
|
372
369
|
height: size,
|
|
373
370
|
ref,
|
|
@@ -378,8 +375,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
378
375
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30l-1.8-1,2.8-4h4v-7h-12v7h4v2h-4.8c-.6,0-1.2-.5-1.2-1.2v-8.7c0-.6.5-1.2,1.2-1.2h13.7c.6,0,1.2.5,1.2,1.2v8.7c0,.6-.5,1.2-1.2,1.2h-3.8l-2,3ZM16,8h-1V2h-2v6h-6V2h-2v6h-1c-1.1,0-2,.9-2,2v6c0,4.1,3.1,7.4,7,7.9v6.1h2v-8c-.2,0-.7,0-1,0-3.3,0-6-2.7-6-6v-6h12v3h2v-3c0-1.1-.9-2-2-2Z" }), children);
|
|
379
376
|
});
|
|
380
377
|
if (process.env.NODE_ENV !== "production") AdapterNotification.propTypes = require_iconPropTypes.iconPropTypes;
|
|
381
|
-
const Add = react.default.forwardRef(function Add({ children, size = 16, ...rest }, ref) {
|
|
382
|
-
return react.default.createElement(
|
|
378
|
+
const Add = /* @__PURE__ */ react.default.forwardRef(function Add({ children, size = 16, ...rest }, ref) {
|
|
379
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
383
380
|
width: size,
|
|
384
381
|
height: size,
|
|
385
382
|
ref,
|
|
@@ -390,8 +387,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
390
387
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 15 17 8 15 8 15 15 8 15 8 17 15 17 15 24 17 24 17 17 24 17 24 15z" }), children);
|
|
391
388
|
});
|
|
392
389
|
if (process.env.NODE_ENV !== "production") Add.propTypes = require_iconPropTypes.iconPropTypes;
|
|
393
|
-
const AddAlt = react.default.forwardRef(function AddAlt({ children, size = 16, ...rest }, ref) {
|
|
394
|
-
return react.default.createElement(
|
|
390
|
+
const AddAlt = /* @__PURE__ */ react.default.forwardRef(function AddAlt({ children, size = 16, ...rest }, ref) {
|
|
391
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
395
392
|
width: size,
|
|
396
393
|
height: size,
|
|
397
394
|
ref,
|
|
@@ -402,8 +399,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
402
399
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4c6.6,0,12,5.4,12,12s-5.4,12-12,12S4,22.6,4,16S9.4,4,16,4 M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14 S23.7,2,16,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 15 17 15 17 8 15 8 15 15 8 15 8 17 15 17 15 24 17 24 17 17 24 17z" }), children);
|
|
403
400
|
});
|
|
404
401
|
if (process.env.NODE_ENV !== "production") AddAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
405
|
-
const AddChildNode = react.default.forwardRef(function AddChildNode({ children, size = 16, ...rest }, ref) {
|
|
406
|
-
return react.default.createElement(
|
|
402
|
+
const AddChildNode = /* @__PURE__ */ react.default.forwardRef(function AddChildNode({ children, size = 16, ...rest }, ref) {
|
|
403
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
407
404
|
width: size,
|
|
408
405
|
height: size,
|
|
409
406
|
ref,
|
|
@@ -414,8 +411,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
414
411
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20v-8.1c2.28-.46,4-2.48,4-4.9,0-2.76-2.24-5-5-5s-5,2.24-5,5c0,2.41,1.72,4.43,4,4.9v8.1c0,3.31,2.69,6,6,6h1v-2h-1c-2.21,0-4-1.79-4-4ZM6,7c0-1.65,1.35-3,3-3s3,1.35,3,3-1.35,3-3,3-3-1.35-3-3ZM28,24v2h-4v4h-2v-4h-4v-2h4v-4h2v4h4Z" }), children);
|
|
415
412
|
});
|
|
416
413
|
if (process.env.NODE_ENV !== "production") AddChildNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
417
|
-
const AddFilled = react.default.forwardRef(function AddFilled({ children, size = 16, ...rest }, ref) {
|
|
418
|
-
return react.default.createElement(
|
|
414
|
+
const AddFilled = /* @__PURE__ */ react.default.forwardRef(function AddFilled({ children, size = 16, ...rest }, ref) {
|
|
415
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
419
416
|
width: size,
|
|
420
417
|
height: size,
|
|
421
418
|
ref,
|
|
@@ -430,8 +427,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
430
427
|
}), children);
|
|
431
428
|
});
|
|
432
429
|
if (process.env.NODE_ENV !== "production") AddFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
433
|
-
const AddLarge = react.default.forwardRef(function AddLarge({ children, size = 16, ...rest }, ref) {
|
|
434
|
-
return react.default.createElement(
|
|
430
|
+
const AddLarge = /* @__PURE__ */ react.default.forwardRef(function AddLarge({ children, size = 16, ...rest }, ref) {
|
|
431
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
435
432
|
width: size,
|
|
436
433
|
height: size,
|
|
437
434
|
ref,
|
|
@@ -442,8 +439,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
442
439
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 15 17 5 15 5 15 15 5 15 5 17 15 17 15 27 17 27 17 17 27 17 27 15 17 15z" }), children);
|
|
443
440
|
});
|
|
444
441
|
if (process.env.NODE_ENV !== "production") AddLarge.propTypes = require_iconPropTypes.iconPropTypes;
|
|
445
|
-
const AddParentNode = react.default.forwardRef(function AddParentNode({ children, size = 16, ...rest }, ref) {
|
|
446
|
-
return react.default.createElement(
|
|
442
|
+
const AddParentNode = /* @__PURE__ */ react.default.forwardRef(function AddParentNode({ children, size = 16, ...rest }, ref) {
|
|
443
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
447
444
|
width: size,
|
|
448
445
|
height: size,
|
|
449
446
|
ref,
|
|
@@ -454,8 +451,20 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
454
451
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,8h-4v-2h4V2h2v4h4v2h-4v4h-2v-4ZM28,25c0,2.76-2.24,5-5,5-2.42,0-4.44-1.72-4.9-4h-4.1c-3.31,0-6-2.69-6-6v-5h2v5c0,2.21,1.79,4,4,4h4.1c.47-2.28,2.49-4,4.9-4,2.76,0,5,2.24,5,5ZM26,25c0-1.65-1.35-3-3-3s-3,1.35-3,3,1.35,3,3,3,3-1.35,3-3Z" }), children);
|
|
455
452
|
});
|
|
456
453
|
if (process.env.NODE_ENV !== "production") AddParentNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
457
|
-
const
|
|
458
|
-
return react.default.createElement(
|
|
454
|
+
const AddServer = /* @__PURE__ */ react.default.forwardRef(function AddServer({ children, size = 16, ...rest }, ref) {
|
|
455
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
456
|
+
width: size,
|
|
457
|
+
height: size,
|
|
458
|
+
ref,
|
|
459
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
460
|
+
viewBox: "0 0 32 32",
|
|
461
|
+
fill: "currentColor",
|
|
462
|
+
...rest
|
|
463
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30h-2v-6h-6v-2h6v-6h2v6h6v2h-6v6ZM13,28H5c-1.103,0-2-.8975-2-2V4c0-1.103.897-2,2-2h16c1.1025,0,2,.897,2,2v8H5v6h8v2H5v6h8v2ZM5,10h16v-6H5v6ZM8,6c-.5523,0-1,.4477-1,1s.4477,1,1,1,1-.4477,1-1-.4477-1-1-1ZM8,14c-.5523,0-1,.4477-1,1s.4477,1,1,1,1-.4477,1-1-.4477-1-1-1ZM8,22c-.5523,0-1,.4477-1,1s.4477,1,1,1,1-.4477,1-1-.4477-1-1-1Z" }), children);
|
|
464
|
+
});
|
|
465
|
+
if (process.env.NODE_ENV !== "production") AddServer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
466
|
+
const AddComment = /* @__PURE__ */ react.default.forwardRef(function AddComment({ children, size = 16, ...rest }, ref) {
|
|
467
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
459
468
|
width: size,
|
|
460
469
|
height: size,
|
|
461
470
|
ref,
|
|
@@ -466,8 +475,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
466
475
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 9 15 9 15 13 11 13 11 15 15 15 15 19 17 19 17 15 21 15 21 13 17 13 17 9z" }), children);
|
|
467
476
|
});
|
|
468
477
|
if (process.env.NODE_ENV !== "production") AddComment.propTypes = require_iconPropTypes.iconPropTypes;
|
|
469
|
-
const AgentDetached = react.default.forwardRef(function AgentDetached({ children, size = 16, ...rest }, ref) {
|
|
470
|
-
return react.default.createElement(
|
|
478
|
+
const AgentDetached = /* @__PURE__ */ react.default.forwardRef(function AgentDetached({ children, size = 16, ...rest }, ref) {
|
|
479
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
471
480
|
width: size,
|
|
472
481
|
height: size,
|
|
473
482
|
ref,
|
|
@@ -478,8 +487,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
478
487
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,13c-1.3019,0-2.4016.8384-2.8157,2h-4.4608c-.0863-.1484-.1849-.29-.3094-.4146l-.7928-.7925,3.0935-3.0938c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3006,1.2852l-3.0936,3.0938-.793-.793c-.1256-.126-.267-.2236-.4141-.3091v-4.4609c1.1615-.4146,2-1.5142,2-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3018.8385,2.4014,2,2.8154v4.4614c-.147.0854-.2885.1831-.4141.3091l-.7932.793-3.0934-3.0938c.1871-.3906.3006-.8232.3006-1.2852,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3c.4617,0,.8942-.1133,1.2853-.3008l3.0934,3.0938-.7927.7925c-.1245.1245-.2231.2661-.3094.4146h-4.4608c-.4141-1.1616-1.5138-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.3019,0,2.4016-.8384,2.8157-2h4.4609c.0862.1479.1849.2896.3093.4141l3,3c.1256.1255.267.2236.4141.3091v4.4609c-1.1615.4146-2,1.5142-2,2.8159,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8385-2.4014-2-2.8159v-4.4609c.147-.0854.2885-.1836.4141-.3091l.793-.793,3.0936,3.0938c-.1871.3911-.3007.8232-.3007,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.8942.1133-1.2853.3008l-3.0936-3.0938.7929-.793c.1245-.1245.2231-.2661.3093-.4141h4.4609c.4141,1.1616,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h.0002ZM24,7c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1ZM7,8c0-.5518.4485-1,1-1s1,.4482,1,1-.4485,1-1,1-1-.4482-1-1ZM25,24c0,.5518-.4485,1-1,1s-1-.4482-1-1,.4485-1,1-1,1,.4482,1,1ZM16,3c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1ZM4,17c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1ZM16,29c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1ZM16,18.9995l-3-2.9995,3-3,3,3-3,2.9995ZM28,17c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 21 4 23 7.5897 23 2.293 28.2925 3.707 29.7075 9 24.4185 9 28 11 28 11 23 11 21 9 21 4 21z" }), children);
|
|
479
488
|
});
|
|
480
489
|
if (process.env.NODE_ENV !== "production") AgentDetached.propTypes = require_iconPropTypes.iconPropTypes;
|
|
481
|
-
const AggregatorCountRows = react.default.forwardRef(function AggregatorCountRows({ children, size = 16, ...rest }, ref) {
|
|
482
|
-
return react.default.createElement(
|
|
490
|
+
const AggregatorCountRows = /* @__PURE__ */ react.default.forwardRef(function AggregatorCountRows({ children, size = 16, ...rest }, ref) {
|
|
491
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
483
492
|
width: size,
|
|
484
493
|
height: size,
|
|
485
494
|
ref,
|
|
@@ -490,8 +499,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
490
499
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,28h2v2h-6v-2h2v-5h-2v-2h2v-1h2v8ZM21,20h-4v2h4v2h-2c-1.1,0-2,.9-2,2v4h6v-2h-4v-2h2c1.1,0,2-.9,2-2v-2c0-1.1-.9-2-2-2ZM29,20h-4v2h4v2h-3v2h3v2h-4v2h4c1.1,0,2-.9,2-2v-6c0-1.1-.9-2-2-2ZM12.4,13L3.4,4h14.6v-2H1v2.4l8.6,8.6L1,21.6v2.4h6v-2h-3.6l9-9Z" }), children);
|
|
491
500
|
});
|
|
492
501
|
if (process.env.NODE_ENV !== "production") AggregatorCountRows.propTypes = require_iconPropTypes.iconPropTypes;
|
|
493
|
-
const AggregatorRecalculation = react.default.forwardRef(function AggregatorRecalculation({ children, size = 16, ...rest }, ref) {
|
|
494
|
-
return react.default.createElement(
|
|
502
|
+
const AggregatorRecalculation = /* @__PURE__ */ react.default.forwardRef(function AggregatorRecalculation({ children, size = 16, ...rest }, ref) {
|
|
503
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
495
504
|
width: size,
|
|
496
505
|
height: size,
|
|
497
506
|
ref,
|
|
@@ -502,8 +511,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
502
511
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.4,22h10.6v2H1v-2.4l8.6-8.6L1,4.4v-2.4h17v2H3.4l9,9L3.4,22ZM29,24h-9.2l2.6-2.6-1.4-1.4-5,5,5,5,1.4-1.4-2.6-2.6h9.2s0-2,0-2ZM16,14v2h9.2l-2.6,2.6,1.4,1.4,5-5-5-5-1.4,1.4,2.6,2.6s-9.2,0-9.2,0Z" }), children);
|
|
503
512
|
});
|
|
504
513
|
if (process.env.NODE_ENV !== "production") AggregatorRecalculation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
505
|
-
const AgricultureAnalytics = react.default.forwardRef(function AgricultureAnalytics({ children, size = 16, ...rest }, ref) {
|
|
506
|
-
return react.default.createElement(
|
|
514
|
+
const AgricultureAnalytics = /* @__PURE__ */ react.default.forwardRef(function AgricultureAnalytics({ children, size = 16, ...rest }, ref) {
|
|
515
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
507
516
|
width: size,
|
|
508
517
|
height: size,
|
|
509
518
|
ref,
|
|
@@ -514,14 +523,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
514
523
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.251,21.3691l2.1943,1.4629A1,1,0,0,0,27.8,22.6l3-4-1.6-1.2-2.4326,3.2437L24.5547,19.168a1,1,0,0,0-1.3687.2509L20,23.8789V16H18V26a2.0023,2.0023,0,0,0,2,2H30V26H20.9434Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 21H16V23H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H16V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16V11h1a4.0046,4.0046,0,0,0,4-4V4H13a3.9782,3.9782,0,0,0-2.7468,1.1066A6.0033,6.0033,0,0,0,5,2H2V5a6.0066,6.0066,0,0,0,6,6H9v5H2v2H16V16ZM13,6h1V7a2.002,2.002,0,0,1-2,2H11V8A2.0019,2.0019,0,0,1,13,6ZM8,9A4.0046,4.0046,0,0,1,4,5V4H5A4.0045,4.0045,0,0,1,9,8V9Z" }), children);
|
|
515
524
|
});
|
|
516
525
|
if (process.env.NODE_ENV !== "production") AgricultureAnalytics.propTypes = require_iconPropTypes.iconPropTypes;
|
|
517
|
-
const Ai = react.default.forwardRef(function Ai({ children, size = 16, ...rest }, ref) {
|
|
526
|
+
const Ai = /* @__PURE__ */ react.default.forwardRef(function Ai({ children, size = 16, ...rest }, ref) {
|
|
518
527
|
if (process.env.NODE_ENV !== "production") {
|
|
519
528
|
if (!didWarnAboutDeprecation["Ai"]) {
|
|
520
529
|
didWarnAboutDeprecation["Ai"] = true;
|
|
521
530
|
console.warn("Icon should not be used. Teams should use the Carbon AILabel component.. As a result, the Ai component will be removed in the next major version of @carbon/icons-react.");
|
|
522
531
|
}
|
|
523
532
|
}
|
|
524
|
-
return react.default.createElement(
|
|
533
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
525
534
|
width: size,
|
|
526
535
|
height: size,
|
|
527
536
|
ref,
|
|
@@ -538,8 +547,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
538
547
|
}), children);
|
|
539
548
|
});
|
|
540
549
|
if (process.env.NODE_ENV !== "production") Ai.propTypes = require_iconPropTypes.iconPropTypes;
|
|
541
|
-
const AiObservability = react.default.forwardRef(function AiObservability({ children, size = 16, ...rest }, ref) {
|
|
542
|
-
return react.default.createElement(
|
|
550
|
+
const AiObservability = /* @__PURE__ */ react.default.forwardRef(function AiObservability({ children, size = 16, ...rest }, ref) {
|
|
551
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
543
552
|
width: size,
|
|
544
553
|
height: size,
|
|
545
554
|
ref,
|
|
@@ -550,8 +559,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
550
559
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,11v-2h-4v2h1v7h-1v2h4v-2h-1v-7h1ZM28.6182,25.9732l-1.7236-3.4626c-.3389-.6808-1.4502-.6808-1.7891,0l-3.1055,6.2391-1.1055-2.2213c-.1694-.3403-.5156-.5552-.8945-.5552h-4v2.0089h3.3818l1.7236,3.4626c.1694.3404.5156.5552.8945.5552s.7251-.2148.8945-.5552l3.1055-6.2391,1.1055,2.2213c.1694.3404.5156.5552.8945.5552h4v-2.0089h-3.3818,0ZM13,9h-3l-3.4966,11h1.9988l.6018-2h4.7781l.6184,2h2l-3.5005-11ZM9.7058,16.0001h0l1.6284-5.4112.2559-.0024,1.6736,5.4136h-3.5579ZM2,2h26v15h2V0H0v30h11v-2H2V2Z" }), children);
|
|
551
560
|
});
|
|
552
561
|
if (process.env.NODE_ENV !== "production") AiObservability.propTypes = require_iconPropTypes.iconPropTypes;
|
|
553
|
-
const AiAgentInvocation = react.default.forwardRef(function AiAgentInvocation({ children, size = 16, ...rest }, ref) {
|
|
554
|
-
return react.default.createElement(
|
|
562
|
+
const AiAgentInvocation = /* @__PURE__ */ react.default.forwardRef(function AiAgentInvocation({ children, size = 16, ...rest }, ref) {
|
|
563
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
555
564
|
width: size,
|
|
556
565
|
height: size,
|
|
557
566
|
ref,
|
|
@@ -562,8 +571,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
562
571
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,13c-1.302,0-2.4016.8384-2.8157,2h-4.4609c-.0862-.1484-.1848-.29-.3093-.4146l-.793-.7925,3.0935-3.0938c.3911.1875.8236.3008,1.2854.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1134.894.3005,1.2852l-3.0936,3.0938-.7928-.793c-.1257-.126-.2672-.2241-.4143-.3096v-4.4604c1.1616-.4141,2.0002-1.5137,2.0002-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3018.8384,2.4014,1.9998,2.8154v4.4614c-.147.0854-.2883.1831-.4138.3091l-.793.793-3.0935-3.0938c.187-.3906.3005-.8232.3005-1.2852,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3c.4617,0,.894-.1133,1.2852-.3003l3.0935,3.0933-.7927.7925c-.1245.1245-.2231.2661-.3093.4146h-4.4609c-.4141-1.1616-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8384,2.8157-2h4.4609c.0862.1479.1848.2896.3093.4141l.7928.793-3.0936,3.0933c-.3911-.187-.8235-.3003-1.2852-.3003-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3c0-.4619-.1135-.8945-.3005-1.2856l3.0935-3.0933.793.793c.1255.1255.2668.2236.4138.3091v4.4614c-1.1614.4141-1.9998,1.5137-1.9998,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3022-.8386-2.4019-2.0002-2.8159v-4.4609c.1471-.0854.2886-.1831.4143-.3091l.793-.793,3.0935,3.0938c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4618,0-.8943.1133-1.2854.3008l-3.0935-3.0938.793-.793c.1245-.1245.2231-.2661.3093-.4141h4.4609c.4141,1.1616,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM24,7c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1ZM7,8c0-.5518.4485-1,1-1s1,.4482,1,1-.4485,1-1,1-1-.4482-1-1ZM8,25c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1ZM25,24c0,.5518-.4485,1-1,1s-1-.4482-1-1,.4485-1,1-1,1,.4482,1,1ZM16,3c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1ZM4,17c-.5515,0-1-.4482-1-1s.4485-1,1-1c.551,0,.999.4478.9998.999v.002c-.0007.5513-.4487.999-.9998.999ZM16,29c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1ZM16,18.9995l-3-2.9995,3-3,3,3-3,2.9995ZM28,17c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Z" }), children);
|
|
563
572
|
});
|
|
564
573
|
if (process.env.NODE_ENV !== "production") AiAgentInvocation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
565
|
-
const AiBusinessImpactAssessment = react.default.forwardRef(function AiBusinessImpactAssessment({ children, size = 16, ...rest }, ref) {
|
|
566
|
-
return react.default.createElement(
|
|
574
|
+
const AiBusinessImpactAssessment = /* @__PURE__ */ react.default.forwardRef(function AiBusinessImpactAssessment({ children, size = 16, ...rest }, ref) {
|
|
575
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
567
576
|
width: size,
|
|
568
577
|
height: size,
|
|
569
578
|
ref,
|
|
@@ -574,8 +583,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
574
583
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 23H26V31H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 21H30V31H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 27H22V31H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.5005,20h2l-3.5005-11h-3l-3.4966,11h1.9988l.6018-2h4.7781l.6184,2ZM9.7058,16l1.6284-5.4111.2559-.0024,1.6736,5.4136h-3.5579Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 30 0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z" }), children);
|
|
575
584
|
});
|
|
576
585
|
if (process.env.NODE_ENV !== "production") AiBusinessImpactAssessment.propTypes = require_iconPropTypes.iconPropTypes;
|
|
577
|
-
const AiEnabledEdt = react.default.forwardRef(function AiEnabledEdt({ children, size = 16, ...rest }, ref) {
|
|
578
|
-
return react.default.createElement(
|
|
586
|
+
const AiEnabledEdt = /* @__PURE__ */ react.default.forwardRef(function AiEnabledEdt({ children, size = 16, ...rest }, ref) {
|
|
587
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
579
588
|
width: size,
|
|
580
589
|
height: size,
|
|
581
590
|
ref,
|
|
@@ -586,8 +595,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
586
595
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4ZM14.5005,20h2l-3.5005-11h-3l-3.4966,11h1.9988l.6018-2h4.7781l.6184,2ZM9.7058,16l1.6284-5.4111.2559-.0024,1.6736,5.4136h-3.5579ZM12,30H0V0h30v20h-2V2H2v26h10v2ZM28,24c-1.0684,0-2.0723.416-2.8701,1.2158l-1.1305,1.2772-1.1713-1.3212c-.7559-.7559-1.7598-1.1718-2.8281-1.1718-2.2061,0-4,1.7939-4,4s1.7939,4,4,4c1.0684,0,2.0723-.4161,2.8701-1.2159l1.1305-1.2772,1.1713,1.3212c.7559.7559,1.7598,1.1719,2.8281,1.1719,2.2061,0,4-1.7939,4-4s-1.7939-4-4-4ZM21.4141,29.4141c-.3779.3779-.8799.5859-1.4141.5859-1.1025,0-2-.8975-2-2s.8975-2,2-2c.5342,0,1.0361.208,1.3721.542l1.2931,1.4586s-1.2511,1.4135-1.2511,1.4135ZM28,30c-.5342,0-1.0361-.208-1.3721-.542l-1.2931-1.4586,1.2511-1.4135c.3779-.3779.8799-.5859,1.4141-.5859,1.1025,0,2,.8975,2,2s-.8975,2-2,2Z" }), children);
|
|
587
596
|
});
|
|
588
597
|
if (process.env.NODE_ENV !== "production") AiEnabledEdt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
589
|
-
const AiEnabledPdlc = react.default.forwardRef(function AiEnabledPdlc({ children, size = 16, ...rest }, ref) {
|
|
590
|
-
return react.default.createElement(
|
|
598
|
+
const AiEnabledPdlc = /* @__PURE__ */ react.default.forwardRef(function AiEnabledPdlc({ children, size = 16, ...rest }, ref) {
|
|
599
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
591
600
|
width: size,
|
|
592
601
|
height: size,
|
|
593
602
|
ref,
|
|
@@ -598,8 +607,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
598
607
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,18v-7h-1v-2h4v2h-1v7h1v2h-4v-2h1ZM10,9h3l3.5005,11h-2l-.6184-2h-4.7781l-.6018,2h-1.9988l3.4966-11ZM11.3342,10.5889l-1.6284,5.4111h3.5579s-1.6736-5.4135-1.6736-5.4135l-.2559.0024ZM0,0v30h16v-2H2V2h26v22c0,1.1025-.8975,2-2,2h-3.1718s2.5859-2.586,2.5859-2.586l-1.4141-1.414-5,5,5,5,1.4141-1.4142-2.5859-2.5859h3.1718c2.2061,0,4-1.7938,4-3.9999V0H0Z" }), children);
|
|
599
608
|
});
|
|
600
609
|
if (process.env.NODE_ENV !== "production") AiEnabledPdlc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
601
|
-
const AiFinancialSustainabilityCheck = react.default.forwardRef(function AiFinancialSustainabilityCheck({ children, size = 16, ...rest }, ref) {
|
|
602
|
-
return react.default.createElement(
|
|
610
|
+
const AiFinancialSustainabilityCheck = /* @__PURE__ */ react.default.forwardRef(function AiFinancialSustainabilityCheck({ children, size = 16, ...rest }, ref) {
|
|
611
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
603
612
|
width: size,
|
|
604
613
|
height: size,
|
|
605
614
|
ref,
|
|
@@ -622,8 +631,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
622
631
|
}), children);
|
|
623
632
|
});
|
|
624
633
|
if (process.env.NODE_ENV !== "production") AiFinancialSustainabilityCheck.propTypes = require_iconPropTypes.iconPropTypes;
|
|
625
|
-
const AiGenerate = react.default.forwardRef(function AiGenerate({ children, size = 16, ...rest }, ref) {
|
|
626
|
-
return react.default.createElement(
|
|
634
|
+
const AiGenerate = /* @__PURE__ */ react.default.forwardRef(function AiGenerate({ children, size = 16, ...rest }, ref) {
|
|
635
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
627
636
|
width: size,
|
|
628
637
|
height: size,
|
|
629
638
|
ref,
|
|
@@ -652,8 +661,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
652
661
|
}), children);
|
|
653
662
|
});
|
|
654
663
|
if (process.env.NODE_ENV !== "production") AiGenerate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
655
|
-
const AiGovernanceLifecycle = react.default.forwardRef(function AiGovernanceLifecycle({ children, size = 16, ...rest }, ref) {
|
|
656
|
-
return react.default.createElement(
|
|
664
|
+
const AiGovernanceLifecycle = /* @__PURE__ */ react.default.forwardRef(function AiGovernanceLifecycle({ children, size = 16, ...rest }, ref) {
|
|
665
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
657
666
|
width: size,
|
|
658
667
|
height: size,
|
|
659
668
|
ref,
|
|
@@ -664,8 +673,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
664
673
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,23l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195v-6.4678h10v6.4678c0,1.9229-1.123,3.6973-2.8613,4.5195l-2.1387,1.0127Zm-3-10v4.4678c0,1.1533.6738,2.2178,1.7168,2.7109l1.2832.6074,1.2832-.6074c1.043-.4932,1.7168-1.5576,1.7168-2.7109v-4.4678h-6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4.1208,17.6562c.5305-.3594.8792-.9673.8792-1.6562,0-1.1045-.8955-2-2-2s-2,.8955-2,2c0,.7886.4607,1.4644,1.124,1.79.6792,5.334,4.3472,9.8477,9.5686,11.5347l.6147-1.9033c-4.4355-1.4326-7.5642-5.2461-8.1865-9.7651Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29.3247,20.3076l-1.9033-.6152c-1.4329,4.4355-5.2461,7.5645-9.7651,8.1865-.3596-.5303-.967-.8789-1.6562-.8789-1.1045,0-2,.8955-2,2s.8955,2,2,2c.7888,0,1.4644-.4604,1.7898-1.124,5.334-.6792,9.8479-4.3472,11.5349-9.5684Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29.876,14.21c-.6792-5.334-4.3472-9.8477-9.5686-11.5347l-.6147,1.9033c4.4355,1.4326,7.5642,5.2461,8.1865,9.7651-.5305.3594-.8792.9673-.8792,1.6562,0,1.1045.8955,2,2,2s2-.8955,2-2c0-.7886-.4604-1.4644-1.124-1.79Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.7888,0-1.4644.4604-1.7898,1.124-5.334.6792-9.8479,4.3472-11.5349,9.5684l1.9033.6152c1.4329-4.4355,5.2461-7.5645,9.7651-8.1865.3596.5303.967.8789,1.6562.8789,1.1045,0,2-.8955,2-2s-.8955-2-2-2Z" }), children);
|
|
665
674
|
});
|
|
666
675
|
if (process.env.NODE_ENV !== "production") AiGovernanceLifecycle.propTypes = require_iconPropTypes.iconPropTypes;
|
|
667
|
-
const AiGovernanceTracked = react.default.forwardRef(function AiGovernanceTracked({ children, size = 16, ...rest }, ref) {
|
|
668
|
-
return react.default.createElement(
|
|
676
|
+
const AiGovernanceTracked = /* @__PURE__ */ react.default.forwardRef(function AiGovernanceTracked({ children, size = 16, ...rest }, ref) {
|
|
677
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
669
678
|
width: size,
|
|
670
679
|
height: size,
|
|
671
680
|
ref,
|
|
@@ -676,8 +685,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
676
685
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 27.5898 20.41 24.9999 19 26.41 23 30.41 31 22.41 29.5899 21 23 27.5898z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,23l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195v-6.4678h10v6.4678c0,1.9229-1.123,3.6973-2.8613,4.5195l-2.1387,1.0127Zm-3-10v4.4678c0,1.1533.6738,2.2178,1.7168,2.7109l1.2832.6074,1.2832-.6074c1.043-.4932,1.7168-1.5576,1.7168-2.7109v-4.4678h-6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4.1208,17.6562c.5305-.3594.8792-.9673.8792-1.6562,0-1.1045-.8955-2-2-2s-2,.8955-2,2c0,.7886.4607,1.4644,1.124,1.79.6792,5.334,4.3472,9.8477,9.5686,11.5347l.6147-1.9033c-4.4355-1.4326-7.5642-5.2461-8.1865-9.7651Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29.876,14.21c-.6792-5.334-4.3472-9.8477-9.5686-11.5347l-.6147,1.9033c4.4355,1.4326,7.5642,5.2461,8.1865,9.7651-.5305.3594-.8792.9673-.8792,1.6562,0,1.1045.8955,2,2,2s2-.8955,2-2c0-.7886-.4604-1.4644-1.124-1.79Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.7888,0-1.4644.4604-1.7898,1.124-5.334.6792-9.8479,4.3472-11.5349,9.5684l1.9033.6152c1.4329-4.4355,5.2461-7.5645,9.7651-8.1865.3596.5303.967.8789,1.6562.8789,1.1045,0,2-.8955,2-2s-.8955-2-2-2Z" }), children);
|
|
677
686
|
});
|
|
678
687
|
if (process.env.NODE_ENV !== "production") AiGovernanceTracked.propTypes = require_iconPropTypes.iconPropTypes;
|
|
679
|
-
const AiGovernanceUntracked = react.default.forwardRef(function AiGovernanceUntracked({ children, size = 16, ...rest }, ref) {
|
|
680
|
-
return react.default.createElement(
|
|
688
|
+
const AiGovernanceUntracked = /* @__PURE__ */ react.default.forwardRef(function AiGovernanceUntracked({ children, size = 16, ...rest }, ref) {
|
|
689
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
681
690
|
width: size,
|
|
682
691
|
height: size,
|
|
683
692
|
ref,
|
|
@@ -688,8 +697,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
688
697
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.4102 26 31 22.4102 29.5901 21 26 24.5898 22.4102 21 21 22.4102 24.5901 26 21 29.5898 22.4102 31 26 27.4102 29.5901 31 31 29.5898 27.4102 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,23l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195v-6.4678h10v6.4678c0,1.9229-1.123,3.6973-2.8613,4.5195l-2.1387,1.0127Zm-3-10v4.4678c0,1.1533.6738,2.2178,1.7168,2.7109l1.2832.6074,1.2832-.6074c1.043-.4932,1.7168-1.5576,1.7168-2.7109v-4.4678h-6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4.1208,17.6562c.5305-.3594.8792-.9673.8792-1.6562,0-1.1045-.8955-2-2-2s-2,.8955-2,2c0,.7886.4607,1.4644,1.124,1.79.6792,5.334,4.3472,9.8477,9.5686,11.5347l.6147-1.9033c-4.4355-1.4326-7.5642-5.2461-8.1865-9.7651Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29.876,14.21c-.6792-5.334-4.3472-9.8477-9.5686-11.5347l-.6147,1.9033c4.4355,1.4326,7.5642,5.2461,8.1865,9.7651-.5305.3594-.8792.9673-.8792,1.6562,0,1.1045.8955,2,2,2s2-.8955,2-2c0-.7886-.4604-1.4644-1.124-1.79Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.7888,0-1.4644.4604-1.7898,1.124-5.334.6792-9.8479,4.3472-11.5349,9.5684l1.9033.6152c1.4329-4.4355,5.2461-7.5645,9.7651-8.1865.3596.5303.967.8789,1.6562.8789,1.1045,0,2-.8955,2-2s-.8955-2-2-2Z" }), children);
|
|
689
698
|
});
|
|
690
699
|
if (process.env.NODE_ENV !== "production") AiGovernanceUntracked.propTypes = require_iconPropTypes.iconPropTypes;
|
|
691
|
-
const AiLabel = react.default.forwardRef(function AiLabel({ children, size = 16, ...rest }, ref) {
|
|
692
|
-
return react.default.createElement(
|
|
700
|
+
const AiLabel = /* @__PURE__ */ react.default.forwardRef(function AiLabel({ children, size = 16, ...rest }, ref) {
|
|
701
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
693
702
|
width: size,
|
|
694
703
|
height: size,
|
|
695
704
|
ref,
|
|
@@ -700,8 +709,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
700
709
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,21v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.5005,21h2l-3.5005-11h-3l-3.4966,11h1.9988l.6018-2h4.7781l.6184,2ZM10.7058,17l1.6284-5.4111.2559-.0024,1.6736,5.4136h-3.5579Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32,32H0V0h32v32ZM2,30h28V2H2v28Z" }), children);
|
|
701
710
|
});
|
|
702
711
|
if (process.env.NODE_ENV !== "production") AiLabel.propTypes = require_iconPropTypes.iconPropTypes;
|
|
703
|
-
const AiLaunch = react.default.forwardRef(function AiLaunch({ children, size = 16, ...rest }, ref) {
|
|
704
|
-
return react.default.createElement(
|
|
712
|
+
const AiLaunch = /* @__PURE__ */ react.default.forwardRef(function AiLaunch({ children, size = 16, ...rest }, ref) {
|
|
713
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
705
714
|
width: size,
|
|
706
715
|
height: size,
|
|
707
716
|
ref,
|
|
@@ -721,8 +730,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
721
730
|
}), children);
|
|
722
731
|
});
|
|
723
732
|
if (process.env.NODE_ENV !== "production") AiLaunch.propTypes = require_iconPropTypes.iconPropTypes;
|
|
724
|
-
const AiRecommend = react.default.forwardRef(function AiRecommend({ children, size = 16, ...rest }, ref) {
|
|
725
|
-
return react.default.createElement(
|
|
733
|
+
const AiRecommend = /* @__PURE__ */ react.default.forwardRef(function AiRecommend({ children, size = 16, ...rest }, ref) {
|
|
734
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
726
735
|
width: size,
|
|
727
736
|
height: size,
|
|
728
737
|
ref,
|
|
@@ -745,14 +754,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
745
754
|
}), children);
|
|
746
755
|
});
|
|
747
756
|
if (process.env.NODE_ENV !== "production") AiRecommend.propTypes = require_iconPropTypes.iconPropTypes;
|
|
748
|
-
const WatsonHealthAiResults = react.default.forwardRef(function WatsonHealthAiResults({ children, size = 16, ...rest }, ref) {
|
|
757
|
+
const WatsonHealthAiResults = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiResults({ children, size = 16, ...rest }, ref) {
|
|
749
758
|
if (process.env.NODE_ENV !== "production") {
|
|
750
759
|
if (!didWarnAboutDeprecation["WatsonHealthAiResults"]) {
|
|
751
760
|
didWarnAboutDeprecation["WatsonHealthAiResults"] = true;
|
|
752
761
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiResults component will be removed in the next major version of @carbon/icons-react.");
|
|
753
762
|
}
|
|
754
763
|
}
|
|
755
|
-
return react.default.createElement(
|
|
764
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
756
765
|
width: size,
|
|
757
766
|
height: size,
|
|
758
767
|
ref,
|
|
@@ -763,14 +772,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
763
772
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a5.9908,5.9908,0,0,0,9.4712,4.8853L28.586,16,30,14.586l-3.115-3.1148A5.997,5.997,0,1,0,16,8Zm2,0a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,18,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0055,8.0055,0,0,1,6-7.7373L13.6138,2.3A10.0088,10.0088,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.0493,16a9.5991,9.5991,0,0,1-1.8716,2.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857a10.9664,10.9664,0,0,0,2.3686-2.8331Z" }), children);
|
|
764
773
|
});
|
|
765
774
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiResults.propTypes = require_iconPropTypes.iconPropTypes;
|
|
766
|
-
const WatsonHealthAiResultsHigh = react.default.forwardRef(function WatsonHealthAiResultsHigh({ children, size = 16, ...rest }, ref) {
|
|
775
|
+
const WatsonHealthAiResultsHigh = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiResultsHigh({ children, size = 16, ...rest }, ref) {
|
|
767
776
|
if (process.env.NODE_ENV !== "production") {
|
|
768
777
|
if (!didWarnAboutDeprecation["WatsonHealthAiResultsHigh"]) {
|
|
769
778
|
didWarnAboutDeprecation["WatsonHealthAiResultsHigh"] = true;
|
|
770
779
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiResultsHigh component will be removed in the next major version of @carbon/icons-react.");
|
|
771
780
|
}
|
|
772
781
|
}
|
|
773
|
-
return react.default.createElement(
|
|
782
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
774
783
|
width: size,
|
|
775
784
|
height: size,
|
|
776
785
|
ref,
|
|
@@ -781,14 +790,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
781
790
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.0488,16a9.6136,9.6136,0,0,1-1.8711,2.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.9886,9.9886,0,0,0,25.2815,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4a7.9279,7.9279,0,0,1,3.69.9106l.8958-1.791A9.99,9.99,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2c0-1.84-1.1108-2.8662-2.1855-3.8594A7.1851,7.1851,0,0,1,8,12,8.0092,8.0092,0,0,1,16,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,14H19a1,1,0,0,1-.8945-1.4473l5-10a1,1,0,0,1,1.7888,0l5,10A1,1,0,0,1,29,14Zm-8.3818-2h6.7636L24,5.2361Z" }), children);
|
|
782
791
|
});
|
|
783
792
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiResultsHigh.propTypes = require_iconPropTypes.iconPropTypes;
|
|
784
|
-
const WatsonHealthAiResultsLow = react.default.forwardRef(function WatsonHealthAiResultsLow({ children, size = 16, ...rest }, ref) {
|
|
793
|
+
const WatsonHealthAiResultsLow = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiResultsLow({ children, size = 16, ...rest }, ref) {
|
|
785
794
|
if (process.env.NODE_ENV !== "production") {
|
|
786
795
|
if (!didWarnAboutDeprecation["WatsonHealthAiResultsLow"]) {
|
|
787
796
|
didWarnAboutDeprecation["WatsonHealthAiResultsLow"] = true;
|
|
788
797
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiResultsLow component will be removed in the next major version of @carbon/icons-react.");
|
|
789
798
|
}
|
|
790
799
|
}
|
|
791
|
-
return react.default.createElement(
|
|
800
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
792
801
|
width: size,
|
|
793
802
|
height: size,
|
|
794
803
|
ref,
|
|
@@ -799,14 +808,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
799
808
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,14a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,24,14ZM24,4a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,24,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.04,16a9.4858,9.4858,0,0,1-1.8623,2.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.9838,9.9838,0,0,0,25.2756,16Z" }), children);
|
|
800
809
|
});
|
|
801
810
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiResultsLow.propTypes = require_iconPropTypes.iconPropTypes;
|
|
802
|
-
const WatsonHealthAiResultsMedium = react.default.forwardRef(function WatsonHealthAiResultsMedium({ children, size = 16, ...rest }, ref) {
|
|
811
|
+
const WatsonHealthAiResultsMedium = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiResultsMedium({ children, size = 16, ...rest }, ref) {
|
|
803
812
|
if (process.env.NODE_ENV !== "production") {
|
|
804
813
|
if (!didWarnAboutDeprecation["WatsonHealthAiResultsMedium"]) {
|
|
805
814
|
didWarnAboutDeprecation["WatsonHealthAiResultsMedium"] = true;
|
|
806
815
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiResultsMedium component will be removed in the next major version of @carbon/icons-react.");
|
|
807
816
|
}
|
|
808
817
|
}
|
|
809
|
-
return react.default.createElement(
|
|
818
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
810
819
|
width: size,
|
|
811
820
|
height: size,
|
|
812
821
|
ref,
|
|
@@ -817,14 +826,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
817
826
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,14H20a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v8A2.0021,2.0021,0,0,1,28,14ZM20,4v8h8V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.04,16a9.4858,9.4858,0,0,1-1.8623,2.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.9838,9.9838,0,0,0,25.2756,16Z" }), children);
|
|
818
827
|
});
|
|
819
828
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiResultsMedium.propTypes = require_iconPropTypes.iconPropTypes;
|
|
820
|
-
const WatsonHealthAiResultsUrgent = react.default.forwardRef(function WatsonHealthAiResultsUrgent({ children, size = 16, ...rest }, ref) {
|
|
829
|
+
const WatsonHealthAiResultsUrgent = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiResultsUrgent({ children, size = 16, ...rest }, ref) {
|
|
821
830
|
if (process.env.NODE_ENV !== "production") {
|
|
822
831
|
if (!didWarnAboutDeprecation["WatsonHealthAiResultsUrgent"]) {
|
|
823
832
|
didWarnAboutDeprecation["WatsonHealthAiResultsUrgent"] = true;
|
|
824
833
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiResultsUrgent component will be removed in the next major version of @carbon/icons-react.");
|
|
825
834
|
}
|
|
826
835
|
}
|
|
827
|
-
return react.default.createElement(
|
|
836
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
828
837
|
width: size,
|
|
829
838
|
height: size,
|
|
830
839
|
ref,
|
|
@@ -835,14 +844,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
835
844
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 2H22V9H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,11a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,21,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 2H28V9H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,11a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,27,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.04,16a9.4858,9.4858,0,0,1-1.8623,2.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.9838,9.9838,0,0,0,25.2756,16Z" }), children);
|
|
836
845
|
});
|
|
837
846
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiResultsUrgent.propTypes = require_iconPropTypes.iconPropTypes;
|
|
838
|
-
const WatsonHealthAiResultsVeryHigh = react.default.forwardRef(function WatsonHealthAiResultsVeryHigh({ children, size = 16, ...rest }, ref) {
|
|
847
|
+
const WatsonHealthAiResultsVeryHigh = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiResultsVeryHigh({ children, size = 16, ...rest }, ref) {
|
|
839
848
|
if (process.env.NODE_ENV !== "production") {
|
|
840
849
|
if (!didWarnAboutDeprecation["WatsonHealthAiResultsVeryHigh"]) {
|
|
841
850
|
didWarnAboutDeprecation["WatsonHealthAiResultsVeryHigh"] = true;
|
|
842
851
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiResultsVeryHigh component will be removed in the next major version of @carbon/icons-react.");
|
|
843
852
|
}
|
|
844
853
|
}
|
|
845
|
-
return react.default.createElement(
|
|
854
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
846
855
|
width: size,
|
|
847
856
|
height: size,
|
|
848
857
|
ref,
|
|
@@ -853,14 +862,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
853
862
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 2H26V9H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,11a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,25,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.0488,16a9.6136,9.6136,0,0,1-1.8711,2.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.9886,9.9886,0,0,0,25.2815,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4a7.94,7.94,0,0,1,4,1.0825V2.8408A9.9887,9.9887,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2c0-1.84-1.1108-2.8662-2.1855-3.8594A7.1851,7.1851,0,0,1,8,12,8.0092,8.0092,0,0,1,16,4Z" }), children);
|
|
854
863
|
});
|
|
855
864
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiResultsVeryHigh.propTypes = require_iconPropTypes.iconPropTypes;
|
|
856
|
-
const WatsonHealthAiStatus = react.default.forwardRef(function WatsonHealthAiStatus({ children, size = 16, ...rest }, ref) {
|
|
865
|
+
const WatsonHealthAiStatus = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiStatus({ children, size = 16, ...rest }, ref) {
|
|
857
866
|
if (process.env.NODE_ENV !== "production") {
|
|
858
867
|
if (!didWarnAboutDeprecation["WatsonHealthAiStatus"]) {
|
|
859
868
|
didWarnAboutDeprecation["WatsonHealthAiStatus"] = true;
|
|
860
869
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiStatus component will be removed in the next major version of @carbon/icons-react.");
|
|
861
870
|
}
|
|
862
871
|
}
|
|
863
|
-
return react.default.createElement(
|
|
872
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
864
873
|
width: size,
|
|
865
874
|
height: size,
|
|
866
875
|
ref,
|
|
@@ -871,14 +880,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
871
880
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.04,16a9.4858,9.4858,0,0,1-1.8623,2.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.9838,9.9838,0,0,0,25.2756,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,14a1,1,0,0,1-.8945-.5527L17.3818,10H14V8h4a1,1,0,0,1,.8945.5527L20,10.7639l3.1055-6.2112a1.0416,1.0416,0,0,1,1.789,0L26.6182,8H30v2H26a1,1,0,0,1-.8945-.5527L24,7.2361l-3.1055,6.2112A1,1,0,0,1,20,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z" }), children);
|
|
872
881
|
});
|
|
873
882
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiStatus.propTypes = require_iconPropTypes.iconPropTypes;
|
|
874
|
-
const WatsonHealthAiStatusComplete = react.default.forwardRef(function WatsonHealthAiStatusComplete({ children, size = 16, ...rest }, ref) {
|
|
883
|
+
const WatsonHealthAiStatusComplete = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiStatusComplete({ children, size = 16, ...rest }, ref) {
|
|
875
884
|
if (process.env.NODE_ENV !== "production") {
|
|
876
885
|
if (!didWarnAboutDeprecation["WatsonHealthAiStatusComplete"]) {
|
|
877
886
|
didWarnAboutDeprecation["WatsonHealthAiStatusComplete"] = true;
|
|
878
887
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiStatusComplete component will be removed in the next major version of @carbon/icons-react.");
|
|
879
888
|
}
|
|
880
889
|
}
|
|
881
|
-
return react.default.createElement(
|
|
890
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
882
891
|
width: size,
|
|
883
892
|
height: size,
|
|
884
893
|
ref,
|
|
@@ -889,14 +898,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
889
898
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 9.59 17.41 6 16 7.41 21 12.41 30 3.41 28.59 2 21 9.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.8,14a7.28,7.28,0,0,1-2.6219,4.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.1426,9.1426,0,0,0,25.8389,14Z" }), children);
|
|
890
899
|
});
|
|
891
900
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiStatusComplete.propTypes = require_iconPropTypes.iconPropTypes;
|
|
892
|
-
const WatsonHealthAiStatusFailed = react.default.forwardRef(function WatsonHealthAiStatusFailed({ children, size = 16, ...rest }, ref) {
|
|
901
|
+
const WatsonHealthAiStatusFailed = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiStatusFailed({ children, size = 16, ...rest }, ref) {
|
|
893
902
|
if (process.env.NODE_ENV !== "production") {
|
|
894
903
|
if (!didWarnAboutDeprecation["WatsonHealthAiStatusFailed"]) {
|
|
895
904
|
didWarnAboutDeprecation["WatsonHealthAiStatusFailed"] = true;
|
|
896
905
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiStatusFailed component will be removed in the next major version of @carbon/icons-react.");
|
|
897
906
|
}
|
|
898
907
|
}
|
|
899
|
-
return react.default.createElement(
|
|
908
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
900
909
|
width: size,
|
|
901
910
|
height: size,
|
|
902
911
|
ref,
|
|
@@ -907,14 +916,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
907
916
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.8,14a7.28,7.28,0,0,1-2.6219,4.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.1426,9.1426,0,0,0,25.8389,14Z" }), /* @__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" }), children);
|
|
908
917
|
});
|
|
909
918
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiStatusFailed.propTypes = require_iconPropTypes.iconPropTypes;
|
|
910
|
-
const WatsonHealthAiStatusInProgress = react.default.forwardRef(function WatsonHealthAiStatusInProgress({ children, size = 16, ...rest }, ref) {
|
|
919
|
+
const WatsonHealthAiStatusInProgress = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiStatusInProgress({ children, size = 16, ...rest }, ref) {
|
|
911
920
|
if (process.env.NODE_ENV !== "production") {
|
|
912
921
|
if (!didWarnAboutDeprecation["WatsonHealthAiStatusInProgress"]) {
|
|
913
922
|
didWarnAboutDeprecation["WatsonHealthAiStatusInProgress"] = true;
|
|
914
923
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiStatusInProgress component will be removed in the next major version of @carbon/icons-react.");
|
|
915
924
|
}
|
|
916
925
|
}
|
|
917
|
-
return react.default.createElement(
|
|
926
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
918
927
|
width: size,
|
|
919
928
|
height: size,
|
|
920
929
|
ref,
|
|
@@ -937,14 +946,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
937
946
|
}), children);
|
|
938
947
|
});
|
|
939
948
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiStatusInProgress.propTypes = require_iconPropTypes.iconPropTypes;
|
|
940
|
-
const WatsonHealthAiStatusQueued = react.default.forwardRef(function WatsonHealthAiStatusQueued({ children, size = 16, ...rest }, ref) {
|
|
949
|
+
const WatsonHealthAiStatusQueued = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiStatusQueued({ children, size = 16, ...rest }, ref) {
|
|
941
950
|
if (process.env.NODE_ENV !== "production") {
|
|
942
951
|
if (!didWarnAboutDeprecation["WatsonHealthAiStatusQueued"]) {
|
|
943
952
|
didWarnAboutDeprecation["WatsonHealthAiStatusQueued"] = true;
|
|
944
953
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiStatusQueued component will be removed in the next major version of @carbon/icons-react.");
|
|
945
954
|
}
|
|
946
955
|
}
|
|
947
|
-
return react.default.createElement(
|
|
956
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
948
957
|
width: size,
|
|
949
958
|
height: size,
|
|
950
959
|
ref,
|
|
@@ -955,14 +964,14 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
955
964
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.1777,18.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.193,9.193,0,0,0,26,12H24A7.2032,7.2032,0,0,1,21.1777,18.1426Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 6H28V8H18z" }), children);
|
|
956
965
|
});
|
|
957
966
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiStatusQueued.propTypes = require_iconPropTypes.iconPropTypes;
|
|
958
|
-
const WatsonHealthAiStatusRejected = react.default.forwardRef(function WatsonHealthAiStatusRejected({ children, size = 16, ...rest }, ref) {
|
|
967
|
+
const WatsonHealthAiStatusRejected = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAiStatusRejected({ children, size = 16, ...rest }, ref) {
|
|
959
968
|
if (process.env.NODE_ENV !== "production") {
|
|
960
969
|
if (!didWarnAboutDeprecation["WatsonHealthAiStatusRejected"]) {
|
|
961
970
|
didWarnAboutDeprecation["WatsonHealthAiStatusRejected"] = true;
|
|
962
971
|
console.warn("Icon no longer relevant to how we represent AI moments. As a result, the WatsonHealthAiStatusRejected component will be removed in the next major version of @carbon/icons-react.");
|
|
963
972
|
}
|
|
964
973
|
}
|
|
965
|
-
return react.default.createElement(
|
|
974
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
966
975
|
width: size,
|
|
967
976
|
height: size,
|
|
968
977
|
ref,
|
|
@@ -973,8 +982,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
973
982
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 24H21V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.04,16a9.4858,9.4858,0,0,1-1.8623,2.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.9838,9.9838,0,0,0,25.2756,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,8a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,8ZM28,8a3.9521,3.9521,0,0,1-.5669,2.019L21.981,4.5669A3.9529,3.9529,0,0,1,24,4,4.0045,4.0045,0,0,1,28,8ZM20,8a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,12,4.0045,4.0045,0,0,1,20,8Z" }), children);
|
|
974
983
|
});
|
|
975
984
|
if (process.env.NODE_ENV !== "production") WatsonHealthAiStatusRejected.propTypes = require_iconPropTypes.iconPropTypes;
|
|
976
|
-
const AirlineDigitalGate = react.default.forwardRef(function AirlineDigitalGate({ children, size = 16, ...rest }, ref) {
|
|
977
|
-
return react.default.createElement(
|
|
985
|
+
const AirlineDigitalGate = /* @__PURE__ */ react.default.forwardRef(function AirlineDigitalGate({ children, size = 16, ...rest }, ref) {
|
|
986
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
978
987
|
width: size,
|
|
979
988
|
height: size,
|
|
980
989
|
ref,
|
|
@@ -985,8 +994,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
985
994
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H16V21a3.0033,3.0033,0,0,0-3-3H9a3.0033,3.0033,0,0,0-3,3v2H4V21a5.0058,5.0058,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,6A3,3,0,1,1,8,9a3,3,0,0,1,3-3m0-2a5,5,0,1,0,5,5A5,5,0,0,0,11,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H30V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.9658,11.7413a1.0007,1.0007,0,0,0-1.2246-.707l-3.0861.826L24,7l-1,.2676,1.4584,5.4483-2.7663.7405L20,11.2066l-1,.2676.9337,3.4883a.9993.9993,0,0,0,1.2246.707l10.1005-2.7036A1,1,0,0,0,31.9658,11.7413Z" }), children);
|
|
986
995
|
});
|
|
987
996
|
if (process.env.NODE_ENV !== "production") AirlineDigitalGate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
988
|
-
const AirlineManageGates = react.default.forwardRef(function AirlineManageGates({ children, size = 16, ...rest }, ref) {
|
|
989
|
-
return react.default.createElement(
|
|
997
|
+
const AirlineManageGates = /* @__PURE__ */ react.default.forwardRef(function AirlineManageGates({ children, size = 16, ...rest }, ref) {
|
|
998
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
990
999
|
width: size,
|
|
991
1000
|
height: size,
|
|
992
1001
|
ref,
|
|
@@ -997,8 +1006,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
997
1006
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H16V21a3.0033,3.0033,0,0,0-3-3H9a3.0033,3.0033,0,0,0-3,3v2H4V21a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,6A3,3,0,1,1,8,9a3,3,0,0,1,3-3m0-2a5,5,0,1,0,5,5A5,5,0,0,0,11,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H30V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 4 22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4z" }), children);
|
|
998
1007
|
});
|
|
999
1008
|
if (process.env.NODE_ENV !== "production") AirlineManageGates.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1000
|
-
const AirlinePassengerCare = react.default.forwardRef(function AirlinePassengerCare({ children, size = 16, ...rest }, ref) {
|
|
1001
|
-
return react.default.createElement(
|
|
1009
|
+
const AirlinePassengerCare = /* @__PURE__ */ react.default.forwardRef(function AirlinePassengerCare({ children, size = 16, ...rest }, ref) {
|
|
1010
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1002
1011
|
width: size,
|
|
1003
1012
|
height: size,
|
|
1004
1013
|
ref,
|
|
@@ -1009,8 +1018,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1009
1018
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H16V21a3.0033,3.0033,0,0,0-3-3H9a3.0033,3.0033,0,0,0-3,3v2H4V21a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,6A3,3,0,1,1,8,9a3,3,0,0,1,3-3m0-2a5,5,0,1,0,5,5A5,5,0,0,0,11,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H30V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.303,8a2.6616,2.6616,0,0,0-1.9079.8058L25,9.2112l-.3951-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L25,17l4.2108-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,27.303,8Z" }), children);
|
|
1010
1019
|
});
|
|
1011
1020
|
if (process.env.NODE_ENV !== "production") AirlinePassengerCare.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1012
|
-
const AirlineRapidBoard = react.default.forwardRef(function AirlineRapidBoard({ children, size = 16, ...rest }, ref) {
|
|
1013
|
-
return react.default.createElement(
|
|
1021
|
+
const AirlineRapidBoard = /* @__PURE__ */ react.default.forwardRef(function AirlineRapidBoard({ children, size = 16, ...rest }, ref) {
|
|
1022
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1014
1023
|
width: size,
|
|
1015
1024
|
height: size,
|
|
1016
1025
|
ref,
|
|
@@ -1021,8 +1030,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1021
1030
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H16V21a3.0033,3.0033,0,0,0-3-3H9a3.0033,3.0033,0,0,0-3,3v2H4V21a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,6A3,3,0,1,1,8,9a3,3,0,0,1,3-3m0-2a5,5,0,1,0,5,5A5,5,0,0,0,11,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H30V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 8 28 8 28 6 26 6 26 4 30 4 30 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 4 23 4 23 6 21 6 21 8 19 8 19 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 13H30V15H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 11H28V13H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 11 21 11 21 13 23 13 23 15 19 15 19 11z" }), children);
|
|
1022
1031
|
});
|
|
1023
1032
|
if (process.env.NODE_ENV !== "production") AirlineRapidBoard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1024
|
-
const Airplay = react.default.forwardRef(function Airplay({ children, size = 16, ...rest }, ref) {
|
|
1025
|
-
return react.default.createElement(
|
|
1033
|
+
const Airplay = /* @__PURE__ */ react.default.forwardRef(function Airplay({ children, size = 16, ...rest }, ref) {
|
|
1034
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1026
1035
|
width: size,
|
|
1027
1036
|
height: size,
|
|
1028
1037
|
ref,
|
|
@@ -1033,8 +1042,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1033
1042
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.9961,30H9.0039a1.0022,1.0022,0,0,1-.821-1.5769l6.9977-9.9965a1,1,0,0,1,1.6388,0l6.9977,9.9965A1.0022,1.0022,0,0,1,22.9961,30ZM10.92,28H21.08L16,20.7439Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,24H24V22h4V6H4V22H8v2H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,28,24Z" }), children);
|
|
1034
1043
|
});
|
|
1035
1044
|
if (process.env.NODE_ENV !== "production") Airplay.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1036
|
-
const AirplayFilled = react.default.forwardRef(function AirplayFilled({ children, size = 16, ...rest }, ref) {
|
|
1037
|
-
return react.default.createElement(
|
|
1045
|
+
const AirplayFilled = /* @__PURE__ */ react.default.forwardRef(function AirplayFilled({ children, size = 16, ...rest }, ref) {
|
|
1046
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1038
1047
|
width: size,
|
|
1039
1048
|
height: size,
|
|
1040
1049
|
ref,
|
|
@@ -1045,8 +1054,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1045
1054
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.9961,30H9.0039a1.0022,1.0022,0,0,1-.821-1.5769l6.9977-9.9965a1,1,0,0,1,1.6388,0l6.9977,9.9965A1.0022,1.0022,0,0,1,22.9961,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,24H24V22h4V6H4V22H8v2H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,28,24Z" }), children);
|
|
1046
1055
|
});
|
|
1047
1056
|
if (process.env.NODE_ENV !== "production") AirplayFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1048
|
-
const Airport_01 = react.default.forwardRef(function Airport_01({ children, size = 16, ...rest }, ref) {
|
|
1049
|
-
return react.default.createElement(
|
|
1057
|
+
const Airport_01 = /* @__PURE__ */ react.default.forwardRef(function Airport_01({ children, size = 16, ...rest }, ref) {
|
|
1058
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1050
1059
|
width: size,
|
|
1051
1060
|
height: size,
|
|
1052
1061
|
ref,
|
|
@@ -1060,8 +1069,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1060
1069
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
1061
1070
|
});
|
|
1062
1071
|
if (process.env.NODE_ENV !== "production") Airport_01.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1063
|
-
const Airport_02 = react.default.forwardRef(function Airport_02({ children, size = 16, ...rest }, ref) {
|
|
1064
|
-
return react.default.createElement(
|
|
1072
|
+
const Airport_02 = /* @__PURE__ */ react.default.forwardRef(function Airport_02({ children, size = 16, ...rest }, ref) {
|
|
1073
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1065
1074
|
width: size,
|
|
1066
1075
|
height: size,
|
|
1067
1076
|
ref,
|
|
@@ -1072,8 +1081,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1072
1081
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17H19.4141L16,13H14l2.5859,4H10.7207L9.5,15H8l1.0569,3.3046A1,1,0,0,0,10.0094,19H23a1,1,0,0,0,0-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
1073
1082
|
});
|
|
1074
1083
|
if (process.env.NODE_ENV !== "production") Airport_02.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1075
|
-
const AirportLocation = react.default.forwardRef(function AirportLocation({ children, size = 16, ...rest }, ref) {
|
|
1076
|
-
return react.default.createElement(
|
|
1084
|
+
const AirportLocation = /* @__PURE__ */ react.default.forwardRef(function AirportLocation({ children, size = 16, ...rest }, ref) {
|
|
1085
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1077
1086
|
width: size,
|
|
1078
1087
|
height: size,
|
|
1079
1088
|
ref,
|
|
@@ -1084,8 +1093,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1084
1093
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15h-6.07A8.0076,8.0076,0,0,0,17,8.0693V2H15V8.0693A8.0076,8.0076,0,0,0,8.07,15H2v2H8.07A8.0076,8.0076,0,0,0,15,23.9307V30h2V23.9307A8.0076,8.0076,0,0,0,23.9305,17H30ZM16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Z" }), children);
|
|
1085
1094
|
});
|
|
1086
1095
|
if (process.env.NODE_ENV !== "production") AirportLocation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1087
|
-
const Alarm = react.default.forwardRef(function Alarm({ children, size = 16, ...rest }, ref) {
|
|
1088
|
-
return react.default.createElement(
|
|
1096
|
+
const Alarm = /* @__PURE__ */ react.default.forwardRef(function Alarm({ children, size = 16, ...rest }, ref) {
|
|
1097
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1089
1098
|
width: size,
|
|
1090
1099
|
height: size,
|
|
1091
1100
|
ref,
|
|
@@ -1102,8 +1111,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1102
1111
|
}), children);
|
|
1103
1112
|
});
|
|
1104
1113
|
if (process.env.NODE_ENV !== "production") Alarm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1105
|
-
const AlarmAdd = react.default.forwardRef(function AlarmAdd({ children, size = 16, ...rest }, ref) {
|
|
1106
|
-
return react.default.createElement(
|
|
1114
|
+
const AlarmAdd = /* @__PURE__ */ react.default.forwardRef(function AlarmAdd({ children, size = 16, ...rest }, ref) {
|
|
1115
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1107
1116
|
width: size,
|
|
1108
1117
|
height: size,
|
|
1109
1118
|
ref,
|
|
@@ -1120,8 +1129,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1120
1129
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 16 17 16 17 12 15 12 15 16 11 16 11 18 15 18 15 22 17 22 17 18 21 18 21 16z" }), children);
|
|
1121
1130
|
});
|
|
1122
1131
|
if (process.env.NODE_ENV !== "production") AlarmAdd.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1123
|
-
const AlarmSubtract = react.default.forwardRef(function AlarmSubtract({ children, size = 16, ...rest }, ref) {
|
|
1124
|
-
return react.default.createElement(
|
|
1132
|
+
const AlarmSubtract = /* @__PURE__ */ react.default.forwardRef(function AlarmSubtract({ children, size = 16, ...rest }, ref) {
|
|
1133
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1125
1134
|
width: size,
|
|
1126
1135
|
height: size,
|
|
1127
1136
|
ref,
|
|
@@ -1138,8 +1147,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1138
1147
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 16H21V18H11z" }), children);
|
|
1139
1148
|
});
|
|
1140
1149
|
if (process.env.NODE_ENV !== "production") AlarmSubtract.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1141
|
-
const AlignHorizontalCenter = react.default.forwardRef(function AlignHorizontalCenter({ children, size = 16, ...rest }, ref) {
|
|
1142
|
-
return react.default.createElement(
|
|
1150
|
+
const AlignHorizontalCenter = /* @__PURE__ */ react.default.forwardRef(function AlignHorizontalCenter({ children, size = 16, ...rest }, ref) {
|
|
1151
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1143
1152
|
width: size,
|
|
1144
1153
|
height: size,
|
|
1145
1154
|
ref,
|
|
@@ -1150,8 +1159,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1150
1159
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,18H17V14h3a2.0025,2.0025,0,0,0,2-2V8a2.0025,2.0025,0,0,0-2-2H17V2H15V6H12a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2h3v4H8a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2h7v4h2V26h7a2.0025,2.0025,0,0,0,2-2V20A2.0025,2.0025,0,0,0,24,18ZM12,8h8v4H12ZM24,24H8V20H24Z" }), children);
|
|
1151
1160
|
});
|
|
1152
1161
|
if (process.env.NODE_ENV !== "production") AlignHorizontalCenter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1153
|
-
const AlignHorizontalLeft = react.default.forwardRef(function AlignHorizontalLeft({ children, size = 16, ...rest }, ref) {
|
|
1154
|
-
return react.default.createElement(
|
|
1162
|
+
const AlignHorizontalLeft = /* @__PURE__ */ react.default.forwardRef(function AlignHorizontalLeft({ children, size = 16, ...rest }, ref) {
|
|
1163
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1155
1164
|
width: size,
|
|
1156
1165
|
height: size,
|
|
1157
1166
|
ref,
|
|
@@ -1162,8 +1171,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1162
1171
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26H11a2.0023,2.0023,0,0,1-2-2V20a2.0023,2.0023,0,0,1,2-2H26a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,26,26Zm0-6.0012L11,20v4H26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,14H11a2.0023,2.0023,0,0,1-2-2V8a2.0023,2.0023,0,0,1,2-2h7a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,18,14Zm0-6.0012L11,8v4h7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 2H6V30H4z" }), children);
|
|
1163
1172
|
});
|
|
1164
1173
|
if (process.env.NODE_ENV !== "production") AlignHorizontalLeft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1165
|
-
const AlignHorizontalRight = react.default.forwardRef(function AlignHorizontalRight({ children, size = 16, ...rest }, ref) {
|
|
1166
|
-
return react.default.createElement(
|
|
1174
|
+
const AlignHorizontalRight = /* @__PURE__ */ react.default.forwardRef(function AlignHorizontalRight({ children, size = 16, ...rest }, ref) {
|
|
1175
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1167
1176
|
width: size,
|
|
1168
1177
|
height: size,
|
|
1169
1178
|
ref,
|
|
@@ -1177,8 +1186,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1177
1186
|
}), children);
|
|
1178
1187
|
});
|
|
1179
1188
|
if (process.env.NODE_ENV !== "production") AlignHorizontalRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1180
|
-
const AlignVerticalBottom = react.default.forwardRef(function AlignVerticalBottom({ children, size = 16, ...rest }, ref) {
|
|
1181
|
-
return react.default.createElement(
|
|
1189
|
+
const AlignVerticalBottom = /* @__PURE__ */ react.default.forwardRef(function AlignVerticalBottom({ children, size = 16, ...rest }, ref) {
|
|
1190
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1182
1191
|
width: size,
|
|
1183
1192
|
height: size,
|
|
1184
1193
|
ref,
|
|
@@ -1189,8 +1198,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1189
1198
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H30V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,23H20a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2v7A2.0023,2.0023,0,0,1,24,23Zm-4-9v7h4.0012L24,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,23H8a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,8,4h4a2.0023,2.0023,0,0,1,2,2V21A2.0023,2.0023,0,0,1,12,23ZM8,6V21h4.0012L12,6Z" }), children);
|
|
1190
1199
|
});
|
|
1191
1200
|
if (process.env.NODE_ENV !== "production") AlignVerticalBottom.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1192
|
-
const AlignVerticalCenter = react.default.forwardRef(function AlignVerticalCenter({ children, size = 16, ...rest }, ref) {
|
|
1193
|
-
return react.default.createElement(
|
|
1201
|
+
const AlignVerticalCenter = /* @__PURE__ */ react.default.forwardRef(function AlignVerticalCenter({ children, size = 16, ...rest }, ref) {
|
|
1202
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1194
1203
|
width: size,
|
|
1195
1204
|
height: size,
|
|
1196
1205
|
ref,
|
|
@@ -1201,8 +1210,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1201
1210
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15H26V12a2.0025,2.0025,0,0,0-2-2H20a2.0025,2.0025,0,0,0-2,2v3H14V8a2.0025,2.0025,0,0,0-2-2H8A2.0025,2.0025,0,0,0,6,8v7H2v2H6v7a2.0025,2.0025,0,0,0,2,2h4a2.0025,2.0025,0,0,0,2-2V17h4v3a2.0025,2.0025,0,0,0,2,2h4a2.0025,2.0025,0,0,0,2-2V17h4ZM8,24V8h4l.0012,16Zm12-4V12h4l.0012,8Z" }), children);
|
|
1202
1211
|
});
|
|
1203
1212
|
if (process.env.NODE_ENV !== "production") AlignVerticalCenter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1204
|
-
const AlignVerticalTop = react.default.forwardRef(function AlignVerticalTop({ children, size = 16, ...rest }, ref) {
|
|
1205
|
-
return react.default.createElement(
|
|
1213
|
+
const AlignVerticalTop = /* @__PURE__ */ react.default.forwardRef(function AlignVerticalTop({ children, size = 16, ...rest }, ref) {
|
|
1214
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1206
1215
|
width: size,
|
|
1207
1216
|
height: size,
|
|
1208
1217
|
ref,
|
|
@@ -1213,8 +1222,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1213
1222
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,20H20a2.0023,2.0023,0,0,1-2-2V11a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2v7A2.0023,2.0023,0,0,1,24,20Zm-4-9v7h4.0012L24,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H8a2.0023,2.0023,0,0,1-2-2V11A2.0023,2.0023,0,0,1,8,9h4a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,12,28ZM8,11V26h4.0012L12,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H30V6H2z" }), children);
|
|
1214
1223
|
});
|
|
1215
1224
|
if (process.env.NODE_ENV !== "production") AlignVerticalTop.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1216
|
-
const AlignBoxBottomCenter = react.default.forwardRef(function AlignBoxBottomCenter({ children, size = 16, ...rest }, ref) {
|
|
1217
|
-
return react.default.createElement(
|
|
1225
|
+
const AlignBoxBottomCenter = /* @__PURE__ */ react.default.forwardRef(function AlignBoxBottomCenter({ children, size = 16, ...rest }, ref) {
|
|
1226
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1218
1227
|
width: size,
|
|
1219
1228
|
height: size,
|
|
1220
1229
|
ref,
|
|
@@ -1231,8 +1240,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1231
1240
|
}), children);
|
|
1232
1241
|
});
|
|
1233
1242
|
if (process.env.NODE_ENV !== "production") AlignBoxBottomCenter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1234
|
-
const AlignBoxBottomLeft = react.default.forwardRef(function AlignBoxBottomLeft({ children, size = 16, ...rest }, ref) {
|
|
1235
|
-
return react.default.createElement(
|
|
1243
|
+
const AlignBoxBottomLeft = /* @__PURE__ */ react.default.forwardRef(function AlignBoxBottomLeft({ children, size = 16, ...rest }, ref) {
|
|
1244
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1236
1245
|
width: size,
|
|
1237
1246
|
height: size,
|
|
1238
1247
|
ref,
|
|
@@ -1243,8 +1252,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1243
1252
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 18H20V20H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 23H16V25H9z" }), children);
|
|
1244
1253
|
});
|
|
1245
1254
|
if (process.env.NODE_ENV !== "production") AlignBoxBottomLeft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1246
|
-
const AlignBoxBottomRight = react.default.forwardRef(function AlignBoxBottomRight({ children, size = 16, ...rest }, ref) {
|
|
1247
|
-
return react.default.createElement(
|
|
1255
|
+
const AlignBoxBottomRight = /* @__PURE__ */ react.default.forwardRef(function AlignBoxBottomRight({ children, size = 16, ...rest }, ref) {
|
|
1256
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1248
1257
|
width: size,
|
|
1249
1258
|
height: size,
|
|
1250
1259
|
ref,
|
|
@@ -1261,8 +1270,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1261
1270
|
}), children);
|
|
1262
1271
|
});
|
|
1263
1272
|
if (process.env.NODE_ENV !== "production") AlignBoxBottomRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1264
|
-
const AlignBoxMiddleCenter = react.default.forwardRef(function AlignBoxMiddleCenter({ children, size = 16, ...rest }, ref) {
|
|
1265
|
-
return react.default.createElement(
|
|
1273
|
+
const AlignBoxMiddleCenter = /* @__PURE__ */ react.default.forwardRef(function AlignBoxMiddleCenter({ children, size = 16, ...rest }, ref) {
|
|
1274
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1266
1275
|
width: size,
|
|
1267
1276
|
height: size,
|
|
1268
1277
|
ref,
|
|
@@ -1279,8 +1288,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1279
1288
|
}), children);
|
|
1280
1289
|
});
|
|
1281
1290
|
if (process.env.NODE_ENV !== "production") AlignBoxMiddleCenter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1282
|
-
const AlignBoxMiddleLeft = react.default.forwardRef(function AlignBoxMiddleLeft({ children, size = 16, ...rest }, ref) {
|
|
1283
|
-
return react.default.createElement(
|
|
1291
|
+
const AlignBoxMiddleLeft = /* @__PURE__ */ react.default.forwardRef(function AlignBoxMiddleLeft({ children, size = 16, ...rest }, ref) {
|
|
1292
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1284
1293
|
width: size,
|
|
1285
1294
|
height: size,
|
|
1286
1295
|
ref,
|
|
@@ -1291,8 +1300,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1291
1300
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 13H20V15H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 18H16V20H9z" }), children);
|
|
1292
1301
|
});
|
|
1293
1302
|
if (process.env.NODE_ENV !== "production") AlignBoxMiddleLeft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1294
|
-
const AlignBoxMiddleRight = react.default.forwardRef(function AlignBoxMiddleRight({ children, size = 16, ...rest }, ref) {
|
|
1295
|
-
return react.default.createElement(
|
|
1303
|
+
const AlignBoxMiddleRight = /* @__PURE__ */ react.default.forwardRef(function AlignBoxMiddleRight({ children, size = 16, ...rest }, ref) {
|
|
1304
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1296
1305
|
width: size,
|
|
1297
1306
|
height: size,
|
|
1298
1307
|
ref,
|
|
@@ -1309,8 +1318,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1309
1318
|
}), children);
|
|
1310
1319
|
});
|
|
1311
1320
|
if (process.env.NODE_ENV !== "production") AlignBoxMiddleRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1312
|
-
const AlignBoxTopCenter = react.default.forwardRef(function AlignBoxTopCenter({ children, size = 16, ...rest }, ref) {
|
|
1313
|
-
return react.default.createElement(
|
|
1321
|
+
const AlignBoxTopCenter = /* @__PURE__ */ react.default.forwardRef(function AlignBoxTopCenter({ children, size = 16, ...rest }, ref) {
|
|
1322
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1314
1323
|
width: size,
|
|
1315
1324
|
height: size,
|
|
1316
1325
|
ref,
|
|
@@ -1327,8 +1336,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1327
1336
|
}), children);
|
|
1328
1337
|
});
|
|
1329
1338
|
if (process.env.NODE_ENV !== "production") AlignBoxTopCenter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1330
|
-
const AlignBoxTopLeft = react.default.forwardRef(function AlignBoxTopLeft({ children, size = 16, ...rest }, ref) {
|
|
1331
|
-
return react.default.createElement(
|
|
1339
|
+
const AlignBoxTopLeft = /* @__PURE__ */ react.default.forwardRef(function AlignBoxTopLeft({ children, size = 16, ...rest }, ref) {
|
|
1340
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1332
1341
|
width: size,
|
|
1333
1342
|
height: size,
|
|
1334
1343
|
ref,
|
|
@@ -1339,8 +1348,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1339
1348
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 7H20V9H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 12H16V14H9z" }), children);
|
|
1340
1349
|
});
|
|
1341
1350
|
if (process.env.NODE_ENV !== "production") AlignBoxTopLeft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1342
|
-
const AlignBoxTopRight = react.default.forwardRef(function AlignBoxTopRight({ children, size = 16, ...rest }, ref) {
|
|
1343
|
-
return react.default.createElement(
|
|
1351
|
+
const AlignBoxTopRight = /* @__PURE__ */ react.default.forwardRef(function AlignBoxTopRight({ children, size = 16, ...rest }, ref) {
|
|
1352
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1344
1353
|
width: size,
|
|
1345
1354
|
height: size,
|
|
1346
1355
|
ref,
|
|
@@ -1357,8 +1366,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1357
1366
|
}), children);
|
|
1358
1367
|
});
|
|
1359
1368
|
if (process.env.NODE_ENV !== "production") AlignBoxTopRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1360
|
-
const Analytics = react.default.forwardRef(function Analytics({ children, size = 16, ...rest }, ref) {
|
|
1361
|
-
return react.default.createElement(
|
|
1369
|
+
const Analytics = /* @__PURE__ */ react.default.forwardRef(function Analytics({ children, size = 16, ...rest }, ref) {
|
|
1370
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1362
1371
|
width: size,
|
|
1363
1372
|
height: size,
|
|
1364
1373
|
ref,
|
|
@@ -1369,8 +1378,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1369
1378
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,9H23v2h3.59L19,18.59l-4.29-4.3a1,1,0,0,0-1.42,0L6,21.59,7.41,23,14,16.41l4.29,4.3a1,1,0,0,0,1.42,0L28,12.41V16h2Z" }), children);
|
|
1370
1379
|
});
|
|
1371
1380
|
if (process.env.NODE_ENV !== "production") Analytics.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1372
|
-
const AnalyticsCustom = react.default.forwardRef(function AnalyticsCustom({ children, size = 16, ...rest }, ref) {
|
|
1373
|
-
return react.default.createElement(
|
|
1381
|
+
const AnalyticsCustom = /* @__PURE__ */ react.default.forwardRef(function AnalyticsCustom({ children, size = 16, ...rest }, ref) {
|
|
1382
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1374
1383
|
width: size,
|
|
1375
1384
|
height: size,
|
|
1376
1385
|
ref,
|
|
@@ -1381,8 +1390,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1381
1390
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4H23V6h3.5859L19,13.5859,14.707,9.293a1,1,0,0,0-1.414,0L6,16.5859,7.4141,18,14,11.4141l4.293,4.2929a1,1,0,0,0,1.414,0L28,7.4141V11h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,2H2V28a2,2,0,0,0,2,2h8V28H4Z" }), children);
|
|
1382
1391
|
});
|
|
1383
1392
|
if (process.env.NODE_ENV !== "production") AnalyticsCustom.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1384
|
-
const AnalyticsReference = react.default.forwardRef(function AnalyticsReference({ children, size = 16, ...rest }, ref) {
|
|
1385
|
-
return react.default.createElement(
|
|
1393
|
+
const AnalyticsReference = /* @__PURE__ */ react.default.forwardRef(function AnalyticsReference({ children, size = 16, ...rest }, ref) {
|
|
1394
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1386
1395
|
width: size,
|
|
1387
1396
|
height: size,
|
|
1388
1397
|
ref,
|
|
@@ -1393,8 +1402,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1393
1402
|
}, /* @__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: "M30,4H23V6h3.5859L19,13.5859,14.707,9.293a1,1,0,0,0-1.414,0L8,14.5858,9.4142,16,14,11.4141l4.293,4.2929a1,1,0,0,0,1.414,0L28,7.4141V11h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28H30V30H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H4V16H2z" }), children);
|
|
1394
1403
|
});
|
|
1395
1404
|
if (process.env.NODE_ENV !== "production") AnalyticsReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1396
|
-
const Anchor = react.default.forwardRef(function Anchor({ children, size = 16, ...rest }, ref) {
|
|
1397
|
-
return react.default.createElement(
|
|
1405
|
+
const Anchor = /* @__PURE__ */ react.default.forwardRef(function Anchor({ children, size = 16, ...rest }, ref) {
|
|
1406
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1398
1407
|
width: size,
|
|
1399
1408
|
height: size,
|
|
1400
1409
|
ref,
|
|
@@ -1421,8 +1430,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1421
1430
|
}), children);
|
|
1422
1431
|
});
|
|
1423
1432
|
if (process.env.NODE_ENV !== "production") Anchor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1424
|
-
const WatsonHealthAngle = react.default.forwardRef(function WatsonHealthAngle({ children, size = 16, ...rest }, ref) {
|
|
1425
|
-
return react.default.createElement(
|
|
1433
|
+
const WatsonHealthAngle = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAngle({ children, size = 16, ...rest }, ref) {
|
|
1434
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1426
1435
|
width: size,
|
|
1427
1436
|
height: size,
|
|
1428
1437
|
ref,
|
|
@@ -1433,8 +1442,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1433
1442
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,24a3.51,3.51,0,0,0-.88-1.86L17.65,5.56l-1.73-1L6.35,21.12A3.06,3.06,0,0,0,5.5,21a3.5,3.5,0,1,0,3.15,5H28V24ZM5.5,26A1.5,1.5,0,1,1,7,24.5,1.5,1.5,0,0,1,5.5,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,21h2a13,13,0,0,0-5.42-10.56l-1.16,1.62A11,11,0,0,1,22,21Z" }), children);
|
|
1434
1443
|
});
|
|
1435
1444
|
if (process.env.NODE_ENV !== "production") WatsonHealthAngle.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1436
|
-
const WatsonHealthAnnotationVisibility = react.default.forwardRef(function WatsonHealthAnnotationVisibility({ children, size = 16, ...rest }, ref) {
|
|
1437
|
-
return react.default.createElement(
|
|
1445
|
+
const WatsonHealthAnnotationVisibility = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthAnnotationVisibility({ children, size = 16, ...rest }, ref) {
|
|
1446
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1438
1447
|
width: size,
|
|
1439
1448
|
height: size,
|
|
1440
1449
|
ref,
|
|
@@ -1445,8 +1454,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1445
1454
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H4V6H28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,20H13a3.51,3.51,0,0,0-.88-1.86l3.8-6.64-1.74-1-3.78,6.62A3.35,3.35,0,0,0,9.5,17a3.5,3.5,0,1,0,3.15,5H21ZM9.5,22A1.5,1.5,0,1,1,11,20.5,1.5,1.5,0,0,1,9.5,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 8H26V10H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 12H23V14H19z" }), children);
|
|
1446
1455
|
});
|
|
1447
1456
|
if (process.env.NODE_ENV !== "production") WatsonHealthAnnotationVisibility.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1448
|
-
const Aperture = react.default.forwardRef(function Aperture({ children, size = 16, ...rest }, ref) {
|
|
1449
|
-
return react.default.createElement(
|
|
1457
|
+
const Aperture = /* @__PURE__ */ react.default.forwardRef(function Aperture({ children, size = 16, ...rest }, ref) {
|
|
1458
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1450
1459
|
width: size,
|
|
1451
1460
|
height: size,
|
|
1452
1461
|
ref,
|
|
@@ -1457,8 +1466,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1457
1466
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM27.84,14.14,22,17.52V5.62A12,12,0,0,1,27.84,14.14ZM12,18.68V13.32L16,11l4,2.31v5.36L16,21Zm8-14V11L10.34,5.42A11.9,11.9,0,0,1,20,4.7Zm-11.52,2L14,9.85,4,15.62A12,12,0,0,1,8.48,6.66ZM4.16,17.85,10,14.47V26.38A12,12,0,0,1,4.16,17.85ZM12,27.3V21l9.67,5.58A11.92,11.92,0,0,1,16,28,12.05,12.05,0,0,1,12,27.3Zm11.52-2L18,22.14l10-5.77A12,12,0,0,1,23.52,25.34Z" }), children);
|
|
1458
1467
|
});
|
|
1459
1468
|
if (process.env.NODE_ENV !== "production") Aperture.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1460
|
-
const Api = react.default.forwardRef(function Api({ children, size = 16, ...rest }, ref) {
|
|
1461
|
-
return react.default.createElement(
|
|
1469
|
+
const Api = /* @__PURE__ */ react.default.forwardRef(function Api({ children, size = 16, ...rest }, ref) {
|
|
1470
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1462
1471
|
width: size,
|
|
1463
1472
|
height: size,
|
|
1464
1473
|
ref,
|
|
@@ -1469,8 +1478,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1469
1478
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22a3.86,3.86,0,0,0-2,.57l-3.09-3.1a6,6,0,0,0,0-6.94L24,9.43A3.86,3.86,0,0,0,26,10a4,4,0,1,0-4-4,3.86,3.86,0,0,0,.57,2l-3.1,3.09a6,6,0,0,0-6.94,0L9.43,8A3.86,3.86,0,0,0,10,6a4,4,0,1,0-4,4,3.86,3.86,0,0,0,2-.57l3.09,3.1a6,6,0,0,0,0,6.94L8,22.57A3.86,3.86,0,0,0,6,22a4,4,0,1,0,4,4,3.86,3.86,0,0,0-.57-2l3.1-3.09a6,6,0,0,0,6.94,0L22.57,24A3.86,3.86,0,0,0,22,26a4,4,0,1,0,4-4ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm10-8a4,4,0,1,1,4-4A4,4,0,0,1,16,20Zm10,8a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z" }), children);
|
|
1470
1479
|
});
|
|
1471
1480
|
if (process.env.NODE_ENV !== "production") Api.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1472
|
-
const Api_1 = react.default.forwardRef(function Api_1({ children, size = 16, ...rest }, ref) {
|
|
1473
|
-
return react.default.createElement(
|
|
1481
|
+
const Api_1 = /* @__PURE__ */ react.default.forwardRef(function Api_1({ children, size = 16, ...rest }, ref) {
|
|
1482
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1474
1483
|
width: size,
|
|
1475
1484
|
height: size,
|
|
1476
1485
|
ref,
|
|
@@ -1481,8 +1490,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1481
1490
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,9H4a2,2,0,0,0-2,2V23H4V18H8v5h2V11A2,2,0,0,0,8,9ZM4,16V11H8v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 11 25 11 25 21 22 21 22 23 30 23 30 21 27 21 27 11 30 11 30 9 22 9 22 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H12V9h6a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H14Zm0-7h4V11H14Z" }), children);
|
|
1482
1491
|
});
|
|
1483
1492
|
if (process.env.NODE_ENV !== "production") Api_1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1484
|
-
const ApiKey = react.default.forwardRef(function ApiKey({ children, size = 16, ...rest }, ref) {
|
|
1485
|
-
return react.default.createElement(
|
|
1493
|
+
const ApiKey = /* @__PURE__ */ react.default.forwardRef(function ApiKey({ children, size = 16, ...rest }, ref) {
|
|
1494
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1486
1495
|
width: size,
|
|
1487
1496
|
height: size,
|
|
1488
1497
|
ref,
|
|
@@ -1504,8 +1513,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1504
1513
|
}), children);
|
|
1505
1514
|
});
|
|
1506
1515
|
if (process.env.NODE_ENV !== "production") ApiKey.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1507
|
-
const App = react.default.forwardRef(function App({ children, size = 16, ...rest }, ref) {
|
|
1508
|
-
return react.default.createElement(
|
|
1516
|
+
const App = /* @__PURE__ */ react.default.forwardRef(function App({ children, size = 16, ...rest }, ref) {
|
|
1517
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1509
1518
|
width: size,
|
|
1510
1519
|
height: size,
|
|
1511
1520
|
ref,
|
|
@@ -1516,8 +1525,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1516
1525
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V24h2V20h4a2.0027,2.0027,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10Zm-4,8V12h4v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,10H12V24h2V20h4a2.0027,2.0027,0,0,0,2-2V12A2.0023,2.0023,0,0,0,18,10Zm-4,8V12h4v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10H3v2H8v2H4a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V12A2.0023,2.0023,0,0,0,8,10Zm0,8H4V16H8Z" }), children);
|
|
1517
1526
|
});
|
|
1518
1527
|
if (process.env.NODE_ENV !== "production") App.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1519
|
-
const AppConnectivity = react.default.forwardRef(function AppConnectivity({ children, size = 16, ...rest }, ref) {
|
|
1520
|
-
return react.default.createElement(
|
|
1528
|
+
const AppConnectivity = /* @__PURE__ */ react.default.forwardRef(function AppConnectivity({ children, size = 16, ...rest }, ref) {
|
|
1529
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1521
1530
|
width: size,
|
|
1522
1531
|
height: size,
|
|
1523
1532
|
ref,
|
|
@@ -1528,8 +1537,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1528
1537
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,14h8a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2H9A2.0023,2.0023,0,0,0,7,6v4H4a2.0023,2.0023,0,0,0-2,2v8a2.0023,2.0023,0,0,0,2,2H6v4a2.0023,2.0023,0,0,0,2,2H18a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V20a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2v6H8V22h4a2.0023,2.0023,0,0,0,2-2V12a2.0023,2.0023,0,0,0-2-2H9V6h9v6A2.0023,2.0023,0,0,0,20,14Zm0,14V24h8v4Zm8-8,0,2H20V20ZM4,20V16h8v4Zm8.0005-6H4V12h8ZM20,12V8h8v4Zm8-8,0,2H20V4Z" }), children);
|
|
1529
1538
|
});
|
|
1530
1539
|
if (process.env.NODE_ENV !== "production") AppConnectivity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1531
|
-
const Apple = react.default.forwardRef(function Apple({ children, size = 16, ...rest }, ref) {
|
|
1532
|
-
return react.default.createElement(
|
|
1540
|
+
const Apple = /* @__PURE__ */ react.default.forwardRef(function Apple({ children, size = 16, ...rest }, ref) {
|
|
1541
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1533
1542
|
width: size,
|
|
1534
1543
|
height: size,
|
|
1535
1544
|
ref,
|
|
@@ -1540,8 +1549,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1540
1549
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.7788,8a11.4843,11.4843,0,0,0-3.0547.5342,14.5665,14.5665,0,0,1-1.8225.4126A6.0054,6.0054,0,0,0,11,4V6a3.9933,3.9933,0,0,1,3.8267,2.9c-.5181-.0879-1.0569-.2207-1.6172-.3648A12.89,12.89,0,0,0,10.0317,8C6.311,8,4,11.0652,4,16c0,7.51,4.0679,11.999,8.0005,12h.0015a7.1576,7.1576,0,0,0,2.49-.59A5.0128,5.0128,0,0,1,16,27a5.0266,5.0266,0,0,1,1.5112.41A7.15,7.15,0,0,0,20,28h0c3.9307-.001,8-4.49,8-12C28,12.3094,26.3706,8,21.7788,8ZM20,26h0a5.5038,5.5038,0,0,1-1.7905-.4639A6.4168,6.4168,0,0,0,16,25a6.4043,6.4043,0,0,0-2.2061.5361A5.5343,5.5343,0,0,1,12,26h.0015C9.0513,25.9988,6,22.2586,6,16c0-1.8037.3931-6,4.0317-6a11.2363,11.2363,0,0,1,2.6807.4726A12.9819,12.9819,0,0,0,15.7612,11h.4922a11.7955,11.7955,0,0,0,2.9956-.5361A9.8483,9.8483,0,0,1,21.7788,10C25.7964,10,26,14.9978,26,16,26,22.2586,22.9482,25.9988,20,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,7H17V6a2.0021,2.0021,0,0,1,2-2h1V5A2.0021,2.0021,0,0,1,18,7Z" }), children);
|
|
1541
1550
|
});
|
|
1542
1551
|
if (process.env.NODE_ENV !== "production") Apple.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1543
|
-
const AppleDash = react.default.forwardRef(function AppleDash({ children, size = 16, ...rest }, ref) {
|
|
1544
|
-
return react.default.createElement(
|
|
1552
|
+
const AppleDash = /* @__PURE__ */ react.default.forwardRef(function AppleDash({ children, size = 16, ...rest }, ref) {
|
|
1553
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1545
1554
|
width: size,
|
|
1546
1555
|
height: size,
|
|
1547
1556
|
ref,
|
|
@@ -1552,8 +1561,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1552
1561
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.0825,11.6714l-1.6748-1.0928c-.9062,1.3887-1.3928,3.2305-1.4072,5.3267l2,.0137c.0117-1.7119,.3857-3.1807,1.082-4.2476Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.0852,17.8164l-1.9907,.1934c.1887,1.938,.6592,3.6738,1.3982,5.1592l1.7905-.8911c-.6301-1.2661-1.0332-2.7676-1.198-4.4614Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.2378,23.7964l-1.5688,1.2402c1.333,1.6865,3.0972,2.7573,4.8396,2.9375l.2061-1.9893c-1.1912-.1235-2.491-.9414-3.4768-2.1885Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,25c-.7334,0-1.4783,.271-2.1987,.5332-.1809,.0654-.3635,.1318-.5469,.1943l.6426,1.894c.197-.0669,.3936-.1382,.5879-.209,.5576-.2026,1.134-.4126,1.5151-.4126,.3809,0,.9575,.21,1.5149,.4121,.1809,.0659,.3635,.1323,.5466,.1953l.6479-1.8926c-.1711-.0586-.3418-.1206-.511-.1821-.7205-.2617-1.4653-.5327-2.1985-.5327Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.2546,25.9878l.1855,1.9917c1.7456-.1631,3.5178-1.2227,4.8621-2.9072l-1.5632-1.2476c-.9924,1.2437-2.2949,2.0522-3.4844,2.1631Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.7004,22.3115l1.7871,.8975c.7449-1.4834,1.2205-3.2178,1.4138-5.1558l-1.9902-.1987c-.1689,1.6938-.5762,3.1934-1.2107,4.457Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,15.9492c-.0076-2.0938-.4854-3.9365-1.3818-5.3311l-1.6821,1.082c.6897,1.0728,1.0576,2.5444,1.064,4.2559l2-.0068Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,4h-1c-1.1046,0-2,.8954-2,2v1h1c1.1046,0,2-.8954,2-2v-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.8125,10.5308l1.1035-1.668c-.8655-.5728-1.8467-.8628-2.916-.8628-1.4155,0-2.4175,.2881-3.3013,.542-.5764,.1655-1.1362,.3203-1.7979,.4004-.502-2.8047-2.9541-4.9424-5.9009-4.9424v2c1.8223,0,3.3464,1.2319,3.8274,2.9014-.5442-.0864-1.031-.2173-1.5261-.3594-.8838-.2539-1.8857-.542-3.3013-.542-1.0693,0-2.0505,.29-2.916,.8628l1.1035,1.668c.5325-.3521,1.1423-.5308,1.8125-.5308,1.134,0,1.9185,.2256,2.7488,.4639,.917,.2637,1.8652,.5361,3.2512,.5361s2.3342-.2725,3.2512-.5361c.8303-.2383,1.6147-.4639,2.7488-.4639,.6702,0,1.28,.1787,1.8125,.5308Z" }), children);
|
|
1553
1562
|
});
|
|
1554
1563
|
if (process.env.NODE_ENV !== "production") AppleDash.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1555
|
-
const Application = react.default.forwardRef(function Application({ children, size = 16, ...rest }, ref) {
|
|
1556
|
-
return react.default.createElement(
|
|
1564
|
+
const Application = /* @__PURE__ */ react.default.forwardRef(function Application({ children, size = 16, ...rest }, ref) {
|
|
1565
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1557
1566
|
width: size,
|
|
1558
1567
|
height: size,
|
|
1559
1568
|
ref,
|
|
@@ -1564,8 +1573,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1564
1573
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,18H6a2,2,0,0,1-2-2V6A2,2,0,0,1,6,4H16a2,2,0,0,1,2,2V16A2,2,0,0,1,16,18ZM6,6V16H16V6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,12v4H22V12h4m0-2H22a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22v4H22V22h4m0-2H22a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22v4H12V22h4m0-2H12a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2Z" }), children);
|
|
1565
1574
|
});
|
|
1566
1575
|
if (process.env.NODE_ENV !== "production") Application.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1567
|
-
const ApplicationMobile = react.default.forwardRef(function ApplicationMobile({ children, size = 16, ...rest }, ref) {
|
|
1568
|
-
return react.default.createElement(
|
|
1576
|
+
const ApplicationMobile = /* @__PURE__ */ react.default.forwardRef(function ApplicationMobile({ children, size = 16, ...rest }, ref) {
|
|
1577
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1569
1578
|
width: size,
|
|
1570
1579
|
height: size,
|
|
1571
1580
|
ref,
|
|
@@ -1580,8 +1589,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1580
1589
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H21V4H8V28H21V20h2v8A2.0023,2.0023,0,0,1,21,30Z" }), children);
|
|
1581
1590
|
});
|
|
1582
1591
|
if (process.env.NODE_ENV !== "production") ApplicationMobile.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1583
|
-
const ApplicationVirtual = react.default.forwardRef(function ApplicationVirtual({ children, size = 16, ...rest }, ref) {
|
|
1584
|
-
return react.default.createElement(
|
|
1592
|
+
const ApplicationVirtual = /* @__PURE__ */ react.default.forwardRef(function ApplicationVirtual({ children, size = 16, ...rest }, ref) {
|
|
1593
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1585
1594
|
width: size,
|
|
1586
1595
|
height: size,
|
|
1587
1596
|
ref,
|
|
@@ -1592,8 +1601,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1592
1601
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 19H21V23H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 19H15V23H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 25H21V29H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 25H15V29H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5,25H24V23h.5a5.4961,5.4961,0,0,0,.377-10.9795l-.8365-.0566-.09-.834a7.9979,7.9979,0,0,0-15.9014,0l-.09.834-.8365.0566A5.4961,5.4961,0,0,0,7.5,23H8v2H7.5A7.4964,7.4964,0,0,1,6.1782,10.124a9.9992,9.9992,0,0,1,19.6436,0A7.4964,7.4964,0,0,1,24.5,25Z" }), children);
|
|
1593
1602
|
});
|
|
1594
1603
|
if (process.env.NODE_ENV !== "production") ApplicationVirtual.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1595
|
-
const ApplicationWeb = react.default.forwardRef(function ApplicationWeb({ children, size = 16, ...rest }, ref) {
|
|
1596
|
-
return react.default.createElement(
|
|
1604
|
+
const ApplicationWeb = /* @__PURE__ */ react.default.forwardRef(function ApplicationWeb({ children, size = 16, ...rest }, ref) {
|
|
1605
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1597
1606
|
width: size,
|
|
1598
1607
|
height: size,
|
|
1599
1608
|
ref,
|
|
@@ -1604,8 +1613,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1604
1613
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 2H30V6H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 8H30V12H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 2H24V6H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 8H24V12H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z" }), children);
|
|
1605
1614
|
});
|
|
1606
1615
|
if (process.env.NODE_ENV !== "production") ApplicationWeb.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1607
|
-
const Apps = react.default.forwardRef(function Apps({ children, size = 16, ...rest }, ref) {
|
|
1608
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1616
|
+
const Apps = /* @__PURE__ */ react.default.forwardRef(function Apps({ children, size = 16, ...rest }, ref) {
|
|
1617
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
1609
1618
|
width: size,
|
|
1610
1619
|
height: size,
|
|
1611
1620
|
ref,
|
|
@@ -1614,7 +1623,7 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1614
1623
|
fill: "currentColor",
|
|
1615
1624
|
...rest
|
|
1616
1625
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 2v2H2V2h2zm1-1H1v4h4V1zM9 2v2H7V2h2zm1-1H6v4h4V1zM14 2v2h-2V2h2zm1-1h-4v4h4V1zM4 7v2H2V7h2zm1-1H1v4h4V6zM9 7v2H7V7h2zm1-1H6v4h4V6zM14 7v2h-2V7h2zm1-1h-4v4h4V6zM4 12v2H2v-2h2zm1-1H1v4h4v-4zM9 12v2H7v-2h2zm1-1H6v4h4v-4zM14 12v2h-2v-2h2zm1-1h-4v4h4v-4z" }), children);
|
|
1617
|
-
return react.default.createElement(
|
|
1626
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1618
1627
|
width: size,
|
|
1619
1628
|
height: size,
|
|
1620
1629
|
ref,
|
|
@@ -1625,8 +1634,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1625
1634
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,4V8H4V4Zm2-2H2v8h8Zm8,2V8H14V4Zm2-2H12v8h8Zm8,2V8H24V4Zm2-2H22v8h8ZM8,14v4H4V14Zm2-2H2v8h8Zm8,2v4H14V14Zm2-2H12v8h8Zm8,2v4H24V14Zm2-2H22v8h8ZM8,24v4H4V24Zm2-2H2v8h8Zm8,2v4H14V24Zm2-2H12v8h8Zm8,2v4H24V24Zm2-2H22v8h8Z" }), children);
|
|
1626
1635
|
});
|
|
1627
1636
|
if (process.env.NODE_ENV !== "production") Apps.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1628
|
-
const Archive = react.default.forwardRef(function Archive({ children, size = 16, ...rest }, ref) {
|
|
1629
|
-
return react.default.createElement(
|
|
1637
|
+
const Archive = /* @__PURE__ */ react.default.forwardRef(function Archive({ children, size = 16, ...rest }, ref) {
|
|
1638
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1630
1639
|
width: size,
|
|
1631
1640
|
height: size,
|
|
1632
1641
|
ref,
|
|
@@ -1637,8 +1646,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1637
1646
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 19H18V21H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V2ZM24,28H8V16H24Zm0-14H8V10H24ZM8,8V4H24V8Z" }), children);
|
|
1638
1647
|
});
|
|
1639
1648
|
if (process.env.NODE_ENV !== "production") Archive.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1640
|
-
const Area = react.default.forwardRef(function Area({ children, size = 16, ...rest }, ref) {
|
|
1641
|
-
return react.default.createElement(
|
|
1649
|
+
const Area = /* @__PURE__ */ react.default.forwardRef(function Area({ children, size = 16, ...rest }, ref) {
|
|
1650
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1642
1651
|
width: size,
|
|
1643
1652
|
height: size,
|
|
1644
1653
|
ref,
|
|
@@ -1649,8 +1658,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1649
1658
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z" }), children);
|
|
1650
1659
|
});
|
|
1651
1660
|
if (process.env.NODE_ENV !== "production") Area.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1652
|
-
const AreaRangeDashed = react.default.forwardRef(function AreaRangeDashed({ children, size = 16, ...rest }, ref) {
|
|
1653
|
-
return react.default.createElement(
|
|
1661
|
+
const AreaRangeDashed = /* @__PURE__ */ react.default.forwardRef(function AreaRangeDashed({ children, size = 16, ...rest }, ref) {
|
|
1662
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1654
1663
|
width: size,
|
|
1655
1664
|
height: size,
|
|
1656
1665
|
ref,
|
|
@@ -1661,8 +1670,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1661
1670
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,11h-4v-2h4v2ZM22,11h-4v-2h4v2ZM14,11h-4v-2h4v2ZM6,11H2v-2h4v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,23h-4v-2h4v2ZM22,23h-4v-2h4v2ZM14,23h-4v-2h4v2ZM6,23H2v-2h4v2Z" }), children);
|
|
1662
1671
|
});
|
|
1663
1672
|
if (process.env.NODE_ENV !== "production") AreaRangeDashed.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1664
|
-
const AreaRangeSolid = react.default.forwardRef(function AreaRangeSolid({ children, size = 16, ...rest }, ref) {
|
|
1665
|
-
return react.default.createElement(
|
|
1673
|
+
const AreaRangeSolid = /* @__PURE__ */ react.default.forwardRef(function AreaRangeSolid({ children, size = 16, ...rest }, ref) {
|
|
1674
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1666
1675
|
width: size,
|
|
1667
1676
|
height: size,
|
|
1668
1677
|
ref,
|
|
@@ -1673,8 +1682,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1673
1682
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 9H30V11H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 21H30V23H2z" }), children);
|
|
1674
1683
|
});
|
|
1675
1684
|
if (process.env.NODE_ENV !== "production") AreaRangeSolid.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1676
|
-
const AreaCustom = react.default.forwardRef(function AreaCustom({ children, size = 16, ...rest }, ref) {
|
|
1677
|
-
return react.default.createElement(
|
|
1685
|
+
const AreaCustom = /* @__PURE__ */ react.default.forwardRef(function AreaCustom({ children, size = 16, ...rest }, ref) {
|
|
1686
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1678
1687
|
width: size,
|
|
1679
1688
|
height: size,
|
|
1680
1689
|
ref,
|
|
@@ -1685,8 +1694,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1685
1694
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,6a3.9916,3.9916,0,0,0-7.9773-.2241L9.5864,8.2627A3.99,3.99,0,1,0,5,13.8579v8.2842A3.9915,3.9915,0,1,0,9.8579,27h8.2842a3.9912,3.9912,0,1,0,5.595-4.5864l2.487-12.4361A3.9945,3.9945,0,0,0,30,6ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,10a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,4,10ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm12.1421-3H9.8579A3.9942,3.9942,0,0,0,7,22.1421V13.8579a3.9871,3.9871,0,0,0,2.9773-3.6338L22.4136,7.7373a4.0053,4.0053,0,0,0,1.8493,1.8491l-2.487,12.4361A3.9874,3.9874,0,0,0,18.1421,25ZM22,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,22,28Z" }), children);
|
|
1686
1695
|
});
|
|
1687
1696
|
if (process.env.NODE_ENV !== "production") AreaCustom.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1688
|
-
const ArithmeticMean = react.default.forwardRef(function ArithmeticMean({ children, size = 16, ...rest }, ref) {
|
|
1689
|
-
return react.default.createElement(
|
|
1697
|
+
const ArithmeticMean = /* @__PURE__ */ react.default.forwardRef(function ArithmeticMean({ children, size = 16, ...rest }, ref) {
|
|
1698
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1690
1699
|
width: size,
|
|
1691
1700
|
height: size,
|
|
1692
1701
|
ref,
|
|
@@ -1697,8 +1706,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1697
1706
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 22 9 16 17.5713 10 9 8 9 15 19 8 29 10 29 16 20.4287 22 29 24 29 17 19 24 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 3H24V5H8z" }), children);
|
|
1698
1707
|
});
|
|
1699
1708
|
if (process.env.NODE_ENV !== "production") ArithmeticMean.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1700
|
-
const ArithmeticMedian = react.default.forwardRef(function ArithmeticMedian({ children, size = 16, ...rest }, ref) {
|
|
1701
|
-
return react.default.createElement(
|
|
1709
|
+
const ArithmeticMedian = /* @__PURE__ */ react.default.forwardRef(function ArithmeticMedian({ children, size = 16, ...rest }, ref) {
|
|
1710
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1702
1711
|
width: size,
|
|
1703
1712
|
height: size,
|
|
1704
1713
|
ref,
|
|
@@ -1709,8 +1718,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1709
1718
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 22 9 16 17.5713 10 9 8 9 15 19 8 29 10 29 16 20.4287 22 29 24 29 17 19 24 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20,7c-1.7771,0-3.2314-.8726-4.5144-1.6425-1.1636-.6981-2.2627-1.3575-3.4856-1.3575-1.3977,0-2.449.8629-3.2927,1.707l-1.4146-1.4141c1.0674-1.0675,2.5669-2.293,4.7073-2.293,1.7771,0,3.2314.8726,4.5144,1.6425,1.1636.6981,2.2627,1.3575,3.4856,1.3575,1.3975,0,2.4487-.8629,3.293-1.7072l1.4141,1.4143c-1.0674,1.0675-2.5671,2.2928-4.707,2.2928Z" }), children);
|
|
1710
1719
|
});
|
|
1711
1720
|
if (process.env.NODE_ENV !== "production") ArithmeticMedian.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1712
|
-
const Arrange = react.default.forwardRef(function Arrange({ children, size = 16, ...rest }, ref) {
|
|
1713
|
-
return react.default.createElement(
|
|
1721
|
+
const Arrange = /* @__PURE__ */ react.default.forwardRef(function Arrange({ children, size = 16, ...rest }, ref) {
|
|
1722
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1714
1723
|
width: size,
|
|
1715
1724
|
height: size,
|
|
1716
1725
|
ref,
|
|
@@ -1721,8 +1730,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1721
1730
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,29H2v-2h28v2ZM27,19H5v2h22v-2ZM24,11H8v2h16v-2ZM21,3h-10v2h10v-2Z" }), children);
|
|
1722
1731
|
});
|
|
1723
1732
|
if (process.env.NODE_ENV !== "production") Arrange.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1724
|
-
const ArrangeHorizontal = react.default.forwardRef(function ArrangeHorizontal({ children, size = 16, ...rest }, ref) {
|
|
1725
|
-
return react.default.createElement(
|
|
1733
|
+
const ArrangeHorizontal = /* @__PURE__ */ react.default.forwardRef(function ArrangeHorizontal({ children, size = 16, ...rest }, ref) {
|
|
1734
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1726
1735
|
width: size,
|
|
1727
1736
|
height: size,
|
|
1728
1737
|
ref,
|
|
@@ -1745,8 +1754,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1745
1754
|
}), children);
|
|
1746
1755
|
});
|
|
1747
1756
|
if (process.env.NODE_ENV !== "production") ArrangeHorizontal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1748
|
-
const ArrangeVertical = react.default.forwardRef(function ArrangeVertical({ children, size = 16, ...rest }, ref) {
|
|
1749
|
-
return react.default.createElement(
|
|
1757
|
+
const ArrangeVertical = /* @__PURE__ */ react.default.forwardRef(function ArrangeVertical({ children, size = 16, ...rest }, ref) {
|
|
1758
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1750
1759
|
width: size,
|
|
1751
1760
|
height: size,
|
|
1752
1761
|
ref,
|
|
@@ -1769,8 +1778,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1769
1778
|
}), children);
|
|
1770
1779
|
});
|
|
1771
1780
|
if (process.env.NODE_ENV !== "production") ArrangeVertical.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1772
|
-
const Array = react.default.forwardRef(function Array({ children, size = 16, ...rest }, ref) {
|
|
1773
|
-
return react.default.createElement(
|
|
1781
|
+
const Array = /* @__PURE__ */ react.default.forwardRef(function Array({ children, size = 16, ...rest }, ref) {
|
|
1782
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1774
1783
|
width: size,
|
|
1775
1784
|
height: size,
|
|
1776
1785
|
ref,
|
|
@@ -1781,8 +1790,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1781
1790
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,5v22c0,1.1.9,2,2,2h4v-2h-4V5h4v-2h-4c-1.1,0-2,.9-2,2ZM26,3h-4v2h4v22h-4v2h4c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2Z" }), children);
|
|
1782
1791
|
});
|
|
1783
1792
|
if (process.env.NODE_ENV !== "production") Array.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1784
|
-
const ArrayBooleans = react.default.forwardRef(function ArrayBooleans({ children, size = 16, ...rest }, ref) {
|
|
1785
|
-
return react.default.createElement(
|
|
1793
|
+
const ArrayBooleans = /* @__PURE__ */ react.default.forwardRef(function ArrayBooleans({ children, size = 16, ...rest }, ref) {
|
|
1794
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1786
1795
|
width: size,
|
|
1787
1796
|
height: size,
|
|
1788
1797
|
ref,
|
|
@@ -1793,8 +1802,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1793
1802
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,2h4v2h-4v4h-2v-4c0-1.1046.8954-2,2-2ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM4,28v-4h-2v4c0,1.1046.8954,2,2,2h4v-2h-4ZM28,24v4h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2ZM16,16c0-3.3137-2.6863-6-6-6s-6,2.6863-6,6,2.6863,6,6,6,6-2.6863,6-6ZM22,12c-2.2056,0-4,1.7944-4,4s1.7944,4,4,4,4-1.7944,4-4-1.7944-4-4-4M22,10c3.3137,0,6,2.6863,6,6s-2.6863,6-6,6-6-2.6863-6-6,2.6863-6,6-6h0Z" }), children);
|
|
1794
1803
|
});
|
|
1795
1804
|
if (process.env.NODE_ENV !== "production") ArrayBooleans.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1796
|
-
const ArrayDateTime = react.default.forwardRef(function ArrayDateTime({ children, size = 16, ...rest }, ref) {
|
|
1797
|
-
return react.default.createElement(
|
|
1805
|
+
const ArrayDateTime = /* @__PURE__ */ react.default.forwardRef(function ArrayDateTime({ children, size = 16, ...rest }, ref) {
|
|
1806
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1798
1807
|
width: size,
|
|
1799
1808
|
height: size,
|
|
1800
1809
|
ref,
|
|
@@ -1805,8 +1814,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1805
1814
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,14c-3.3137,0-6,2.6863-6,6s2.6863,6,6,6,6-2.6863,6-6-2.6863-6-6-6ZM21.5859,23l-2.5859-2.5854v-4.4143h2v3.5857l2,2-1.4141,1.4141ZM8,9h3v2.0001h2v-2.0001h6v2.0001h2v-2.0001h3v4h2v-4c0-1.1-.9-2-2-2h-3v-2h-2v2h-6v-2h-2v2h-3c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h4v-2h-4v-14ZM4,24h-2v4c0,1.1.9,2,2,2h4v-2h-4v-4ZM28,28h-4v2h4c1.1,0,2-.9,2-2v-4h-2v4ZM4,4h4v-2h-4c-1.1,0-2,.9-2,2v4h2v-4ZM28,2h-4v2h4v4h2v-4c0-1.1-.9-2-2-2Z" }), children);
|
|
1806
1815
|
});
|
|
1807
1816
|
if (process.env.NODE_ENV !== "production") ArrayDateTime.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1808
|
-
const ArrayDates = react.default.forwardRef(function ArrayDates({ children, size = 16, ...rest }, ref) {
|
|
1809
|
-
return react.default.createElement(
|
|
1817
|
+
const ArrayDates = /* @__PURE__ */ react.default.forwardRef(function ArrayDates({ children, size = 16, ...rest }, ref) {
|
|
1818
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1810
1819
|
width: size,
|
|
1811
1820
|
height: size,
|
|
1812
1821
|
ref,
|
|
@@ -1817,8 +1826,8 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1817
1826
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,8h-2v-2h-2v2h-6v-2h-2v2h-2c-1.1047,0-2,.8953-2,2v12c0,1.1047.8953,2,2,2h14c1.1047,0,2-.8953,2-2v-12c0-1.1047-.8953-2-2-2ZM9,22v-7h14v7h-14ZM22.9999,13h-13.9999v-3h2v1h2v-1h6v1h2v-1h2v3ZM4,2h4v2h-4v4h-2v-4c0-1.1046.8954-2,2-2ZM30,4v4h-2v-4h-4v-2h4c1.1046,0,2,.8954,2,2ZM8,28v2h-4c-1.1046,0-2-.8954-2-2v-4h2v4h4ZM30,24v4c0,1.1046-.8954,2-2,2h-4v-2h4v-4h2Z" }), children);
|
|
1818
1827
|
});
|
|
1819
1828
|
if (process.env.NODE_ENV !== "production") ArrayDates.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1820
|
-
const ArrayNumbers = react.default.forwardRef(function ArrayNumbers({ children, size = 16, ...rest }, ref) {
|
|
1821
|
-
return react.default.createElement(
|
|
1829
|
+
const ArrayNumbers = /* @__PURE__ */ react.default.forwardRef(function ArrayNumbers({ children, size = 16, ...rest }, ref) {
|
|
1830
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1822
1831
|
width: size,
|
|
1823
1832
|
height: size,
|
|
1824
1833
|
ref,
|
|
@@ -1829,18 +1838,6 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1829
1838
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,19v2h-6v-2h2v-5h-2v-2h2v-1h2v8h2ZM19,19h-4v-2h2c1.1025,0,2-.897,2-2v-2c0-1.103-.8975-2-2-2h-4v2h4v2h-2c-1.103,0-2,.897-2,2v4h6v-2ZM25,11h-4v2h4v2h-3v2h3v2h-4v2h4c1.1025,0,2-.8975,2-2v-6c0-1.103-.8975-2-2-2ZM2,4v4h2v-4h4v-2h-4c-1.1046,0-2,.8954-2,2ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM4,28v-4h-2v4c0,1.1046.8954,2,2,2h4v-2h-4ZM28,24v4h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2Z" }), children);
|
|
1830
1839
|
});
|
|
1831
1840
|
if (process.env.NODE_ENV !== "production") ArrayNumbers.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1832
|
-
const ArrayObjects = react.default.forwardRef(function ArrayObjects({ children, size = 16, ...rest }, ref) {
|
|
1833
|
-
return react.default.createElement(require_Icon_js, {
|
|
1834
|
-
width: size,
|
|
1835
|
-
height: size,
|
|
1836
|
-
ref,
|
|
1837
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1838
|
-
viewBox: "0 0 32 32",
|
|
1839
|
-
fill: "currentColor",
|
|
1840
|
-
...rest
|
|
1841
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,7h3v2h-3v4c0,1.2002-.5425,2.2661-1.3823,3,.8398.7339,1.3823,1.7998,1.3823,3v4h3v2h-3c-1.103,0-2-.8975-2-2v-4c0-1.1025-.897-2-2-2v-2c1.103,0,2-.8975,2-2v-4c0-1.1025.897-2,2-2ZM24,13v-4c0-1.1025-.897-2-2-2h-3v2h3v4c0,1.2002.5425,2.2661,1.3823,3-.8398.7339-1.3823,1.7998-1.3823,3v4h-3v2h3c1.103,0,2-.8975,2-2v-4c0-1.1025.897-2,2-2v-2c-1.103,0-2-.8975-2-2ZM2,4v4h2v-4h4v-2h-4c-1.1046,0-2,.8954-2,2ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM4,28v-4h-2v4c0,1.1046.8954,2,2,2h4v-2h-4ZM28,24v4h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2Z" }), children);
|
|
1842
|
-
});
|
|
1843
|
-
if (process.env.NODE_ENV !== "production") ArrayObjects.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1844
1841
|
exports.AcceptActionUsage = AcceptActionUsage;
|
|
1845
1842
|
exports.Accessibility = Accessibility;
|
|
1846
1843
|
exports.AccessibilityAlt = AccessibilityAlt;
|
|
@@ -1862,6 +1859,7 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1862
1859
|
exports.AddFilled = AddFilled;
|
|
1863
1860
|
exports.AddLarge = AddLarge;
|
|
1864
1861
|
exports.AddParentNode = AddParentNode;
|
|
1862
|
+
exports.AddServer = AddServer;
|
|
1865
1863
|
exports.AgentDetached = AgentDetached;
|
|
1866
1864
|
exports.AggregatorCountRows = AggregatorCountRows;
|
|
1867
1865
|
exports.AggregatorRecalculation = AggregatorRecalculation;
|
|
@@ -1939,7 +1937,6 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1939
1937
|
exports.ArrayDateTime = ArrayDateTime;
|
|
1940
1938
|
exports.ArrayDates = ArrayDates;
|
|
1941
1939
|
exports.ArrayNumbers = ArrayNumbers;
|
|
1942
|
-
exports.ArrayObjects = ArrayObjects;
|
|
1943
1940
|
exports.WatsonHealth3DCursor = WatsonHealth3DCursor;
|
|
1944
1941
|
exports.WatsonHealth3DCursorAlt = WatsonHealth3DCursorAlt;
|
|
1945
1942
|
exports.WatsonHealth3DCurveAutoColon = WatsonHealth3DCurveAutoColon;
|
|
@@ -1967,11 +1964,10 @@ var require_bucket_0 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1967
1964
|
exports._4K = _4K;
|
|
1968
1965
|
exports._4KFilled = _4KFilled;
|
|
1969
1966
|
}));
|
|
1970
|
-
|
|
1971
1967
|
//#endregion
|
|
1972
|
-
Object.defineProperty(exports,
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
});
|
|
1968
|
+
Object.defineProperty(exports, "default", {
|
|
1969
|
+
enumerable: true,
|
|
1970
|
+
get: function() {
|
|
1971
|
+
return require_bucket_0();
|
|
1972
|
+
}
|
|
1973
|
+
});
|