@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-9.js
|
|
14
12
|
var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
|
|
15
13
|
/**
|
|
@@ -21,15 +19,255 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
21
19
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
22
20
|
*/
|
|
23
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const require_iconPropTypes = require_iconPropTypes_U9gLABJo$1.default;
|
|
22
|
+
const require_Icon = require_Icon_2zUDcllO$1.default;
|
|
23
|
+
const require_iconPropTypes = require_iconPropTypes_DaTOKOBs$1.default;
|
|
27
24
|
let react = require("react");
|
|
28
|
-
react =
|
|
25
|
+
react = require_Icon.__toESM(react);
|
|
29
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
30
|
-
const
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
const IbmGlobalStorageArchitecture = /* @__PURE__ */ react.default.forwardRef(function IbmGlobalStorageArchitecture({ children, size = 16, ...rest }, ref) {
|
|
28
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
29
|
+
width: size,
|
|
30
|
+
height: size,
|
|
31
|
+
ref,
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
viewBox: "0 0 32 32",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
...rest
|
|
36
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM5,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM27,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM6,24v-3h9v3h2v-3h9v3h2v-3c0-1.1-.9-2-2-2h-9v-3h-2v3H6c-1.1,0-2,.9-2,2v3h2ZM21.7,6.1c-.8-2.4-3.1-4.1-5.7-4.1s-4.9,1.7-5.7,4.1c-1.9.3-3.3,1.9-3.3,3.9s1.8,4,4,4h10c2.2,0,4-1.8,4-4s-1.4-3.6-3.3-3.9ZM21,12h-10c-1.1,0-2-.9-2-2s.9-2,2-2h1c0-2.2,1.8-4,4-4s4,1.8,4,4h1c1.1,0,2,.9,2,2s-.9,2-2,2Z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") IbmGlobalStorageArchitecture.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const IbmGranite = /* @__PURE__ */ react.default.forwardRef(function IbmGranite({ children, size = 16, ...rest }, ref) {
|
|
40
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
41
|
+
width: size,
|
|
42
|
+
height: size,
|
|
43
|
+
ref,
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
viewBox: "0 0 32 32",
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
...rest
|
|
48
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3482.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v14c0,.3555.189.6846.4961.8643l12,7c.1558.0908.3296.1357.5039.1357s.3481-.0449.5039-.1357l12-7c.3076-.1797.4961-.5088.4961-.8643v-14c0-.3555-.1885-.6846-.4961-.8638ZM16,3.1577l10.0155,5.8422-2.3773,1.3867-5.6382-3.2529c-.3105-.1787-.6895-.1787-1,0l-6.4995,3.75c-.1992.115-.3417.2961-.4235.5034l-4.0925-2.3873,10.0155-5.8422h0ZM12,14.8244l3,1.75v3.8291l-3-1.7307v-3.8484ZM16,14.8423l-4-2.3333v-.1813l5.5-3.1733,4.148,2.3933-5.648,3.2947h0ZM17,16.5744l6-3.5v5.5984l-5.5,3.1729-.5-.2885v-4.9828ZM5,10.741l5,2.9167v5.5923c0,.3574.1909.6875.5005.8662l4.4995,2.5961v5.5471l-10-5.8336v-11.6848ZM17,28.2594v-4.3932c.1553.0889.3271.1338.5.1338s.3447-.0449.5-.1338l6.5-3.75c.3096-.1787.5-.5088.5-.8662v-7.3423l2-1.1667v11.6848l-10,5.8336Z" }), children);
|
|
49
|
+
});
|
|
50
|
+
if (process.env.NODE_ENV !== "production") IbmGranite.propTypes = require_iconPropTypes.iconPropTypes;
|
|
51
|
+
const IbmIbv = /* @__PURE__ */ react.default.forwardRef(function IbmIbv({ children, size = 16, ...rest }, ref) {
|
|
52
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
53
|
+
width: size,
|
|
54
|
+
height: size,
|
|
55
|
+
ref,
|
|
56
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
57
|
+
viewBox: "0 0 32 32",
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
...rest
|
|
60
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m15,24c-3.8594,0-7-3.1401-7-7s3.1406-7,7-7,7,3.1401,7,7-3.1406,7-7,7Zm0-12c-2.7568,0-5,2.2432-5,5s2.2432,5,5,5,5-2.2432,5-5-2.2432-5-5-5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,13h-2V4h-9v-2h9c1.1025,0,2,.897,2,2v9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m15,30c-7.168,0-13-5.8315-13-13S7.832,4,15,4v2c-6.0654,0-11,4.9346-11,11s4.9346,11,11,11,11-4.9346,11-11v-1h2v1c0,7.1685-5.832,13-13,13Z" }), children);
|
|
61
|
+
});
|
|
62
|
+
if (process.env.NODE_ENV !== "production") IbmIbv.propTypes = require_iconPropTypes.iconPropTypes;
|
|
63
|
+
const IbmInstana = /* @__PURE__ */ react.default.forwardRef(function IbmInstana({ children, size = 16, ...rest }, ref) {
|
|
64
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
65
|
+
width: size,
|
|
66
|
+
height: size,
|
|
67
|
+
ref,
|
|
68
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
+
viewBox: "0 0 32 32",
|
|
70
|
+
fill: "currentColor",
|
|
71
|
+
...rest
|
|
72
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 13H11V19H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 13H23V19H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 11H15V24H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 9H19V22H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
73
|
+
cx: "22",
|
|
74
|
+
cy: "5",
|
|
75
|
+
r: "2"
|
|
76
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
77
|
+
cx: "10",
|
|
78
|
+
cy: "27",
|
|
79
|
+
r: "2"
|
|
80
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22.0916,28h-8.0916v-2h8.0916l5.9082-10-2.6992-4.5679,1.7227-1.0176,2.6992,4.5679c.3701.6274.3701,1.4077,0,2.0352l-5.9092,10c-.3574.6055-1.0176.9824-1.7217.9824Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4.9768,21.5859l-2.6992-4.5684c-.3701-.6274-.3701-1.4077,0-2.0352l5.9092-10c.3584-.606,1.0176-.9824,1.7217-.9824h8.0916v2h-8.0916l-5.9082,10,2.6992,4.5684-1.7227,1.0176Z" }), children);
|
|
81
|
+
});
|
|
82
|
+
if (process.env.NODE_ENV !== "production") IbmInstana.propTypes = require_iconPropTypes.iconPropTypes;
|
|
83
|
+
const IbmJrs = /* @__PURE__ */ react.default.forwardRef(function IbmJrs({ children, size = 16, ...rest }, ref) {
|
|
84
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
85
|
+
width: size,
|
|
86
|
+
height: size,
|
|
87
|
+
ref,
|
|
88
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
89
|
+
viewBox: "0 0 32 32",
|
|
90
|
+
fill: "currentColor",
|
|
91
|
+
...rest
|
|
92
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
93
|
+
strokeWidth: "0",
|
|
94
|
+
d: "M12 18 10 18 10 6 7 6 7 18 5 18 5 4 12 4 12 18z"
|
|
95
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
96
|
+
strokeWidth: "0",
|
|
97
|
+
d: "M21 26 19 26 19 12 16 12 16 21.9946 14 21.9946 14 10 21 10 21 26z"
|
|
98
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
99
|
+
strokeWidth: "0",
|
|
100
|
+
d: "M30 26 28 26 28 18 25 18 25 26 23 26 23 16 30 16 30 26z"
|
|
101
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
102
|
+
strokeWidth: "0",
|
|
103
|
+
d: "M4 20 4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
|
|
104
|
+
}), children);
|
|
105
|
+
});
|
|
106
|
+
if (process.env.NODE_ENV !== "production") IbmJrs.propTypes = require_iconPropTypes.iconPropTypes;
|
|
107
|
+
const IbmKnowledgeCatalog = /* @__PURE__ */ react.default.forwardRef(function IbmKnowledgeCatalog({ children, size = 16, ...rest }, ref) {
|
|
108
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
109
|
+
width: size,
|
|
110
|
+
height: size,
|
|
111
|
+
ref,
|
|
112
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
113
|
+
viewBox: "0 0 32 32",
|
|
114
|
+
fill: "currentColor",
|
|
115
|
+
...rest
|
|
116
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,25h-3v-3h3v3ZM29,22h-3v3h3v-3ZM24,27h-3v3h3v-3ZM29,27h-3v3h3v-3ZM20,8h-8v2h8v-2ZM17,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v15h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h11v-2ZM20,15h-8v2h8v-2Z" }), children);
|
|
117
|
+
});
|
|
118
|
+
if (process.env.NODE_ENV !== "production") IbmKnowledgeCatalog.propTypes = require_iconPropTypes.iconPropTypes;
|
|
119
|
+
const IbmKnowledgeCatalogPremium = /* @__PURE__ */ react.default.forwardRef(function IbmKnowledgeCatalogPremium({ children, size = 16, ...rest }, ref) {
|
|
120
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
121
|
+
width: size,
|
|
122
|
+
height: size,
|
|
123
|
+
ref,
|
|
124
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
125
|
+
viewBox: "0 0 32 32",
|
|
126
|
+
fill: "currentColor",
|
|
127
|
+
...rest
|
|
128
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10h-8v-2h8v2ZM17,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v15h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h11v-2ZM20,15h-8v2h8v-2ZM23.4,24.3l-3.7.5,2.7,2.6-.7,3.6,3.4-1.7,3.2,1.7-.7-3.6,2.7-2.6-3.6-.5-1.7-3.3s-1.6,3.3-1.6,3.3Z" }), children);
|
|
129
|
+
});
|
|
130
|
+
if (process.env.NODE_ENV !== "production") IbmKnowledgeCatalogPremium.propTypes = require_iconPropTypes.iconPropTypes;
|
|
131
|
+
const IbmKnowledgeCatalogStandard = /* @__PURE__ */ react.default.forwardRef(function IbmKnowledgeCatalogStandard({ children, size = 16, ...rest }, ref) {
|
|
132
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
133
|
+
width: size,
|
|
134
|
+
height: size,
|
|
135
|
+
ref,
|
|
136
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
137
|
+
viewBox: "0 0 32 32",
|
|
138
|
+
fill: "currentColor",
|
|
139
|
+
...rest
|
|
140
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10h-8v-2h8v2ZM16,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v17h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h10v-2ZM20,15h-8v2h8v-2ZM23,27.2l-2.6-2.6-1.4,1.4,4,4,7-7-1.4-1.4-5.6,5.6Z" }), children);
|
|
141
|
+
});
|
|
142
|
+
if (process.env.NODE_ENV !== "production") IbmKnowledgeCatalogStandard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
143
|
+
const IbmLaunchpadS4 = /* @__PURE__ */ react.default.forwardRef(function IbmLaunchpadS4({ children, size = 16, ...rest }, ref) {
|
|
144
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
145
|
+
width: size,
|
|
146
|
+
height: size,
|
|
147
|
+
ref,
|
|
148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
149
|
+
viewBox: "0 0 32 32",
|
|
150
|
+
fill: "currentColor",
|
|
151
|
+
...rest
|
|
152
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
153
|
+
strokeWidth: "0",
|
|
154
|
+
d: "m22,26v2H4V10h2v-2h-2c-1.1045,0-2,.8955-2,2v18c0,1.1045.8955,2,2,2h18c1.1045,0,2-.8955,2-2v-2h-2Z"
|
|
155
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
156
|
+
strokeWidth: "0",
|
|
157
|
+
d: "m30,5.9932v-1.9932c0-1.1046-.8954-2-2-2H10c-1.1046,0-2,.8954-2,2v18c0,1.1046.8954,2,2,2h18c1.1046,0,2-.8954,2-2v-3h-2v3H10V4h18v1.9932h2Z"
|
|
158
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
159
|
+
strokeWidth: "0",
|
|
160
|
+
d: "m27.5,17h-9c-1.9297,0-3.5-1.5703-3.5-3.5,0-1.7935,1.3555-3.2759,3.0957-3.4766.4561-2.291,2.4814-4.0234,4.9043-4.0234s4.4482,1.7324,4.9043,4.0234c1.7402.2007,3.0957,1.6831,3.0957,3.4766,0,1.9297-1.5703,3.5-3.5,3.5Zm-9-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5h9c.8271,0,1.5-.6729,1.5-1.5s-.6729-1.5-1.5-1.5h-1.5v-1c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3v1h-1.5Z"
|
|
161
|
+
}), children);
|
|
162
|
+
});
|
|
163
|
+
if (process.env.NODE_ENV !== "production") IbmLaunchpadS4.propTypes = require_iconPropTypes.iconPropTypes;
|
|
164
|
+
const IbmLpa = /* @__PURE__ */ react.default.forwardRef(function IbmLpa({ children, size = 16, ...rest }, ref) {
|
|
165
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
166
|
+
width: size,
|
|
167
|
+
height: size,
|
|
168
|
+
ref,
|
|
169
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
170
|
+
viewBox: "0 0 32 32",
|
|
171
|
+
fill: "currentColor",
|
|
172
|
+
...rest
|
|
173
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
174
|
+
strokeWidth: "0",
|
|
175
|
+
d: "m30,30h-2v-2c0-.5513-.4482-1-1-1h-6c-.5518,0-1,.4487-1,1v2h-2v-2c0-1.6543,1.3457-3,3-3h6c1.6543,0,3,1.3457,3,3v2Z"
|
|
176
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
177
|
+
strokeWidth: "0",
|
|
178
|
+
d: "m24,24c-2.2061,0-4-1.7944-4-4s1.7939-4,4-4,4,1.7944,4,4-1.7939,4-4,4Zm0-6c-1.1025,0-2,.897-2,2s.8975,2,2,2,2-.897,2-2-.8975-2-2-2Z"
|
|
179
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
180
|
+
strokeWidth: "0",
|
|
181
|
+
d: "M8 20H10V22H8z"
|
|
182
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
183
|
+
strokeWidth: "0",
|
|
184
|
+
d: "M12 20H18V22H12z"
|
|
185
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
186
|
+
strokeWidth: "0",
|
|
187
|
+
d: "M8 16H10V18H8z"
|
|
188
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
189
|
+
strokeWidth: "0",
|
|
190
|
+
d: "M12 16H18V18H12z"
|
|
191
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
192
|
+
strokeWidth: "0",
|
|
193
|
+
d: "M8 12H10V14H8z"
|
|
194
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
195
|
+
strokeWidth: "0",
|
|
196
|
+
d: "M12 12H18V14H12z"
|
|
197
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
198
|
+
strokeWidth: "0",
|
|
199
|
+
d: "m21,5h-3v-1c0-1.103-.8975-2-2-2h-6c-1.1025,0-2,.897-2,2v1h-3c-1.1025,0-2,.897-2,2v19c0,1.103.8975,2,2,2h9v-2H5V7h3v2h10v-2h3v6.9999h2v-6.9999c0-1.103-.8975-2-2-2Zm-5,2h-6v-3h6v3Z"
|
|
200
|
+
}), children);
|
|
201
|
+
});
|
|
202
|
+
if (process.env.NODE_ENV !== "production") IbmLpa.propTypes = require_iconPropTypes.iconPropTypes;
|
|
203
|
+
const IbmLqe = /* @__PURE__ */ react.default.forwardRef(function IbmLqe({ children, size = 16, ...rest }, ref) {
|
|
204
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
205
|
+
width: size,
|
|
206
|
+
height: size,
|
|
207
|
+
ref,
|
|
208
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
209
|
+
viewBox: "0 0 32 32",
|
|
210
|
+
fill: "currentColor",
|
|
211
|
+
...rest
|
|
212
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
213
|
+
strokeWidth: "0",
|
|
214
|
+
d: "m31,29.5859l-8.5479-8.5469c-2.0986,2.5171-5.178,3.9609-8.4521,3.9609-6.0654,0-11-4.9346-11-11S7.9346,3,14,3s11,4.9346,11,11c0,1.6001-.3354,3.1416-.9968,4.583l1.8174.834c.7827-1.7041,1.1794-3.5269,1.1794-5.417,0-7.168-5.8318-13-13-13S1,6.832,1,14s5.8318,13,13,13c3.1343,0,6.1025-1.1387,8.4395-3.1465l7.1465,7.1465,1.4141-1.4141Z"
|
|
215
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
216
|
+
strokeWidth: "0",
|
|
217
|
+
d: "m17,15c-.8066,0-1.5369.3237-2.0767.8438l-2.96-1.4805c.0146-.1201.0366-.2388.0366-.3633s-.022-.2432-.0366-.3633l2.96-1.4805c.5398.52,1.27.8438,2.0767.8438,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.1245.022.2432.0366.3633l-2.96,1.4805c-.5398-.52-1.27-.8438-2.0767-.8438-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.8066,0,1.5369-.3237,2.0767-.8438l2.96,1.4805c-.0146.1201-.0366.2388-.0366.3633,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3Zm0-6c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1Zm-8,6c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Zm8,4c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Z"
|
|
218
|
+
}), children);
|
|
219
|
+
});
|
|
220
|
+
if (process.env.NODE_ENV !== "production") IbmLqe.propTypes = require_iconPropTypes.iconPropTypes;
|
|
221
|
+
const IbmMachineLearningForZos = /* @__PURE__ */ react.default.forwardRef(function IbmMachineLearningForZos({ children, size = 16, ...rest }, ref) {
|
|
222
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
223
|
+
width: size,
|
|
224
|
+
height: size,
|
|
225
|
+
ref,
|
|
226
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
227
|
+
viewBox: "0 0 32 32",
|
|
228
|
+
fill: "currentColor",
|
|
229
|
+
...rest
|
|
230
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,27v-6h-2v4.6l-9.6-9.6L15,6.4v4.6h2v-6h10v8h2V5c0-1.1-.9-2-2-2H5c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h12v-2ZM5,5h8.6L5,13.6V5ZM5,27v-8.6l8.6,8.6H5ZM26.6,19l-3.7-3.7c-.2-.2-.4-.3-.6-.3h-3.5c-.6-1.6-2.3-2.4-3.8-1.8-.9.3-1.6,1-1.8,1.9-.5,1.6.4,3.3,2,3.7,1.5.5,3.1-.3,3.7-1.8h3l3.8,3.8c.1.1.3.2.5.2h3.9v-2s-3.5,0-3.5,0ZM16,17c-.6,0-1-.4-1-1s.4-1,1-1,1,.4,1,1-.4,1-1,1ZM24.8,23c-.4-1.2-1.5-2-2.8-2s-3,1.3-3,3,1.4,3,3,3,2.4-.8,2.8-2h5.2v-2h-5.2ZM22,25c-.5,0-1-.5-1-1s.5-1,1-1,1,.5,1,1-.4,1-1,1ZM26,27h4v2h-4v-2ZM28,15h2v2h-2v-2Z" }), children);
|
|
231
|
+
});
|
|
232
|
+
if (process.env.NODE_ENV !== "production") IbmMachineLearningForZos.propTypes = require_iconPropTypes.iconPropTypes;
|
|
233
|
+
const IbmMatch_360 = /* @__PURE__ */ react.default.forwardRef(function IbmMatch_360({ children, size = 16, ...rest }, ref) {
|
|
234
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
235
|
+
width: size,
|
|
236
|
+
height: size,
|
|
237
|
+
ref,
|
|
238
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
239
|
+
viewBox: "0 0 32 32",
|
|
240
|
+
fill: "currentColor",
|
|
241
|
+
...rest
|
|
242
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,25a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,5,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,25a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,25a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,23H26V11a2.0059,2.0059,0,0,0-2-2H22V7h2a4.0118,4.0118,0,0,1,4,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 12H17V23H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,23H4V11A4.0118,4.0118,0,0,1,8,7h2V9H8a2.0059,2.0059,0,0,0-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2,14.7,4.6343l-2.9057.42,2.1029,2.0514L13.4,10,16,8.6343,18.6,10l-.4972-2.8943,2.1029-2.0486L17.3,4.6343Z" }), children);
|
|
243
|
+
});
|
|
244
|
+
if (process.env.NODE_ENV !== "production") IbmMatch_360.propTypes = require_iconPropTypes.iconPropTypes;
|
|
245
|
+
const IbmMaximoApplicationSuite = /* @__PURE__ */ react.default.forwardRef(function IbmMaximoApplicationSuite({ children, size = 16, ...rest }, ref) {
|
|
246
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
247
|
+
width: size,
|
|
248
|
+
height: size,
|
|
249
|
+
ref,
|
|
250
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
251
|
+
viewBox: "0 0 32 32",
|
|
252
|
+
fill: "currentColor",
|
|
253
|
+
...rest
|
|
254
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,3v2h-12.4258l-6.4238,11.0117,3.6408,6.5537.7783-2.5654,1.9139.5806-1.7417,5.7416-5.7416-1.7416.5806-1.9139s1.2918.3851,2.375.712l-3.8296-6.8933c-.1719-.3086-.168-.6846.0098-.9893L8.1357,3.4961c.1797-.3076.5088-.4961.8643-.4961h13ZM23,29c.3555,0,.6846-.1885.8643-.4961l7-12c.1777-.3047.1816-.6807.0098-.9893l-3.8296-6.8933c1.0832.3269,2.375.712,2.375.712l.5806-1.9139-5.7416-1.7416-1.7417,5.7416,1.9139.5806.7783-2.5654,3.6408,6.5537-6.4238,11.0117h-12.4258v2h13-.0002ZM21,16c0-2.7568-2.2432-5-5-5s-5,2.2432-5,5,2.2432,5,5,5,5-2.2432,5-5ZM19,16c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Z" }), children);
|
|
255
|
+
});
|
|
256
|
+
if (process.env.NODE_ENV !== "production") IbmMaximoApplicationSuite.propTypes = require_iconPropTypes.iconPropTypes;
|
|
257
|
+
const IbmMq = /* @__PURE__ */ react.default.forwardRef(function IbmMq({ children, size = 16, ...rest }, ref) {
|
|
258
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
259
|
+
width: size,
|
|
260
|
+
height: size,
|
|
261
|
+
ref,
|
|
262
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
263
|
+
viewBox: "0 0 32 32",
|
|
264
|
+
fill: "currentColor",
|
|
265
|
+
...rest
|
|
266
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,28.4l-0.9-1.8c4-2.1,6.5-6.2,6.5-10.6c0-6.6-5.4-12-12-12c-1.3,0-2.5,0.2-3.7,0.6l-0.6-1.9C13.1,2.2,14.5,2,16,2 c7.7,0,14,6.3,14,14C30,21.2,27.1,26,22.5,28.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.5,23.8l-1-1.7c2.2-1.2,3.5-3.6,3.5-6.1c0-3.9-3.1-7-7-7c-0.6,0-1.2,0.1-1.8,0.2l-0.5-1.9C14.5,7.1,15.2,7,16,7 c5,0,9,4,9,9C25,19.2,23.3,22.2,20.5,23.8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.5,28.4C4.9,26,2,21.2,2,16c0-1.5,0.2-2.9,0.7-4.3l1.9,0.6C4.2,13.5,4,14.7,4,16c0,4.5,2.5,8.6,6.5,10.6L9.5,28.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.5,23.8C8.7,22.2,7,19.2,7,16c0-0.8,0.1-1.5,0.3-2.2l1.9,0.5C9.1,14.8,9,15.4,9,16c0,2.5,1.3,4.8,3.5,6.1L11.5,23.8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,16c0-2.2-1.8-4-4-4c-0.7,0-1.4,0.2-2,0.6L8.9,7.5C9,7.3,9,7.2,9,7c0-1.1-0.9-2-2-2S5,5.9,5,7s0.9,2,2,2 c0.2,0,0.3,0,0.5-0.1l5.1,5.1c-0.4,0.6-0.6,1.3-0.6,2c0,1.9,1.3,3.4,3,3.9v7.4c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2s2-0.9,2-2 c0-0.7-0.4-1.4-1-1.7v-7.4C18.7,19.4,20,17.9,20,16z M16,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S17.1,18,16,18z" }), children);
|
|
267
|
+
});
|
|
268
|
+
if (process.env.NODE_ENV !== "production") IbmMq.propTypes = require_iconPropTypes.iconPropTypes;
|
|
269
|
+
const IbmOpenEnterpriseLanguages = /* @__PURE__ */ react.default.forwardRef(function IbmOpenEnterpriseLanguages({ children, size = 16, ...rest }, ref) {
|
|
270
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
33
271
|
width: size,
|
|
34
272
|
height: size,
|
|
35
273
|
ref,
|
|
@@ -40,8 +278,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
40
278
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.586 21.414 27.166 25 27.166 25 23.584 28.587 25 30 30 25 25 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.414 21.414 16.834 25 16.834 25 20.416 28.587 19 30 14 25 19 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 6H24V14H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 6H20V14H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,14h-2c-1.103,0-2-0.897-2-2V8c0-1.103,0.897-2,2-2h2c1.103,0,2,0.897,2,2v4C16,13.103,15.103,14,14,14z M12,8v4h2V8H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H8V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28H4c-1.103,0-2-0.897-2-2V4c0-1.103,0.897-2,2-2h22c1.103,0,2,0.897,2,2v12h-2V4H4v22h6V28z" }), children);
|
|
41
279
|
});
|
|
42
280
|
if (process.env.NODE_ENV !== "production") IbmOpenEnterpriseLanguages.propTypes = require_iconPropTypes.iconPropTypes;
|
|
43
|
-
const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = react.default.forwardRef(function IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) {
|
|
44
|
-
return react.default.createElement(
|
|
281
|
+
const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = /* @__PURE__ */ react.default.forwardRef(function IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) {
|
|
282
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
45
283
|
width: size,
|
|
46
284
|
height: size,
|
|
47
285
|
ref,
|
|
@@ -56,8 +294,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
56
294
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,31h-13c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h13c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-13-6v4h13v-4h-13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,21h-13c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h13c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-13-6v4h13v-4h-13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,27.2998c-4.6531-1.6523-8-6.0869-8-11.2998,0-6.6167,5.3833-12,12-12,4.8311,0,8.9937,2.876,10.8945,7h2.1665c-2.0188-5.2544-7.1045-9-13.061-9-7.7197,0-14,6.2803-14,14,0,6.3291,4.2246,11.6846,10,13.4102v-2.1104Z" }), children);
|
|
57
295
|
});
|
|
58
296
|
if (process.env.NODE_ENV !== "production") IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries.propTypes = require_iconPropTypes.iconPropTypes;
|
|
59
|
-
const IbmPlanningAnalytics = react.default.forwardRef(function IbmPlanningAnalytics({ children, size = 16, ...rest }, ref) {
|
|
60
|
-
return react.default.createElement(
|
|
297
|
+
const IbmPlanningAnalytics = /* @__PURE__ */ react.default.forwardRef(function IbmPlanningAnalytics({ children, size = 16, ...rest }, ref) {
|
|
298
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
61
299
|
width: size,
|
|
62
300
|
height: size,
|
|
63
301
|
ref,
|
|
@@ -68,8 +306,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
68
306
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9,16.4l-6,12c-.2.3-.5.6-.9.6h-13c-.6,0-1-.4-1-1s.4-1,1-1h12.4l5.5-11-5.5-11h-12.4c-.6,0-1-.4-1-1s.4-1,1-1h13c.4,0,.7.2.9.6l6,12c.1.3.1.6,0,.9h0v-.1ZM10,22c0,.6.4,1,1,1h11v-2h-11c-.6,0-1,.4-1,1ZM18,15H7c-.6,0-1,.4-1,1s.4,1,1,1h11v-2ZM22,11v-2h-11c-.6,0-1,.4-1,1s.4,1,1,1h11ZM3,15c-.6,0-1,.4-1,1s0,0,0,0h0c0,.6.4,1,1,1s1-.4,1-1,0,0,0,0h0c0-.6-.4-1-1-1ZM6,21c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1ZM6,11c.6,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z" }), children);
|
|
69
307
|
});
|
|
70
308
|
if (process.env.NODE_ENV !== "production") IbmPlanningAnalytics.propTypes = require_iconPropTypes.iconPropTypes;
|
|
71
|
-
const IbmPowerVs = react.default.forwardRef(function IbmPowerVs({ children, size = 16, ...rest }, ref) {
|
|
72
|
-
return react.default.createElement(
|
|
309
|
+
const IbmPowerVs = /* @__PURE__ */ react.default.forwardRef(function IbmPowerVs({ children, size = 16, ...rest }, ref) {
|
|
310
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
73
311
|
width: size,
|
|
74
312
|
height: size,
|
|
75
313
|
ref,
|
|
@@ -100,8 +338,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
100
338
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30C8.3,30,2,23.7,2,16c0-3.7,1.5-7.3,4.1-9.9l1.4,1.4C5.2,9.8,4,12.8,4,16c0,6.6,5.4,12,12,12c1.4,0,2.8-0.2,4.1-0.7 l0.7,1.9C19.3,29.7,17.6,30,16,30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.9,25.9l-1.4-1.4c2.3-2.3,3.5-5.3,3.5-8.5c0-6.6-5.4-12-12-12c-1.4,0-2.8,0.2-4.1,0.7l-0.7-1.9C12.7,2.3,14.4,2,16,2 c7.7,0,14,6.3,14,14C30,19.7,28.5,23.3,25.9,25.9z" }), children);
|
|
101
339
|
});
|
|
102
340
|
if (process.env.NODE_ENV !== "production") IbmPowerVs.propTypes = require_iconPropTypes.iconPropTypes;
|
|
103
|
-
const IbmPowerVsPrivateCloud = react.default.forwardRef(function IbmPowerVsPrivateCloud({ children, size = 16, ...rest }, ref) {
|
|
104
|
-
return react.default.createElement(
|
|
341
|
+
const IbmPowerVsPrivateCloud = /* @__PURE__ */ react.default.forwardRef(function IbmPowerVsPrivateCloud({ children, size = 16, ...rest }, ref) {
|
|
342
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
105
343
|
width: size,
|
|
106
344
|
height: size,
|
|
107
345
|
ref,
|
|
@@ -128,8 +366,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
128
366
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,16c0-3.8598,3.1402-7,7-7,1.7023,0,3.2635.6121,4.4783,1.6261l1.2822-1.5386c-1.561-1.3023-3.5685-2.0875-5.7604-2.0875-4.9706,0-9,4.0294-9,9,0,.5231.0541,1.0327.1398,1.5313l1.9693-.3404c-.0669-.3879-.1091-.7842-.1091-1.1909Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4,16c0-3.3084,1.3457-6.3084,3.5186-8.4813l-1.4182-1.4182c-2.5335,2.5335-4.1005,6.0334-4.1005,9.8994,0,7.732,6.268,14,14,14v-2c-6.6168,0-12-5.3832-12-12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,4c6.6168,0,12,5.3832,12,12h2c0-7.732-6.268-14-14-14-1.6813,0-3.2861.3116-4.7795.855l.6837,1.8803c1.2804-.4672,2.6558-.7353,4.0959-.7353Z" }), children);
|
|
129
367
|
});
|
|
130
368
|
if (process.env.NODE_ENV !== "production") IbmPowerVsPrivateCloud.propTypes = require_iconPropTypes.iconPropTypes;
|
|
131
|
-
const IbmPowerWithVpc = react.default.forwardRef(function IbmPowerWithVpc({ children, size = 16, ...rest }, ref) {
|
|
132
|
-
return react.default.createElement(
|
|
369
|
+
const IbmPowerWithVpc = /* @__PURE__ */ react.default.forwardRef(function IbmPowerWithVpc({ children, size = 16, ...rest }, ref) {
|
|
370
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
133
371
|
width: size,
|
|
134
372
|
height: size,
|
|
135
373
|
ref,
|
|
@@ -144,8 +382,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
144
382
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,31h-13c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h13c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-13-6v4h13v-4h-13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26.8896,21h2.1848c.6057-1.5889.9255-3.29.9255-5,0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186,1.3262.186,2,0,1.7549-.3867,3.4297-1.1104,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,7c0-.3701-.0669-.7212-.1611-1.0615l1.8574-1.0723-1-1.7324-1.8467,1.0664c-.5-.5088-1.1384-.873-1.8496-1.0581V1h-2v2.1421c-.7112.1851-1.3496.5493-1.8496,1.0581l-1.8467-1.0664-1,1.7324,1.8574,1.0723c-.0942.3403-.1611.6914-.1611,1.0615s.0669.7212.1611,1.0615l-1.8574,1.0723,1,1.7324,1.8467-1.0664c.5.5088,1.1394.8721,1.8496,1.0576v2.1426h2v-2.1426c.7102-.1855,1.3496-.5488,1.8496-1.0576l1.8467,1.0664,1-1.7324-1.8574-1.0723c.0942-.3403.1611-.6914.1611-1.0615Zm-4,2c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m5.886,9.5392l-1.6846-1.0784C6.7915,4.4153,11.2021,2,16,2v2c-4.1125,0-7.8936,2.0707-10.114,5.5392Z" }), children);
|
|
145
383
|
});
|
|
146
384
|
if (process.env.NODE_ENV !== "production") IbmPowerWithVpc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
147
|
-
const IbmPrivatePathServices = react.default.forwardRef(function IbmPrivatePathServices({ children, size = 16, ...rest }, ref) {
|
|
148
|
-
return react.default.createElement(
|
|
385
|
+
const IbmPrivatePathServices = /* @__PURE__ */ react.default.forwardRef(function IbmPrivatePathServices({ children, size = 16, ...rest }, ref) {
|
|
386
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
149
387
|
width: size,
|
|
150
388
|
height: size,
|
|
151
389
|
ref,
|
|
@@ -156,8 +394,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
156
394
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,16c-1.3019,0-2.4016.8385-2.8157,2h-9.1843v-2h-6v6h6v-2h9.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3Zm-14,4h-2v-2h2v2Zm14,0c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m25.8321,11.22c-.8432-4.6665-4.9267-8.22-9.8321-8.22S7.0109,6.5535,6.1678,11.22c-3.5296.8317-6.1678,4.0001-6.1678,7.78,0,4.4111,3.5889,8,8,8h4v-2h-4c-3.3086,0-6-2.6914-6-6s2.6914-6,6-6c0-4.4111,3.5889-8,8-8s8,3.5889,8,8c3.3086,0,6,2.6914,6,6s-2.6914,6-6,6h-8v2h8c4.4111,0,8-3.5889,8-8,0-3.7799-2.6382-6.9484-6.1679-7.78Z" }), children);
|
|
157
395
|
});
|
|
158
396
|
if (process.env.NODE_ENV !== "production") IbmPrivatePathServices.propTypes = require_iconPropTypes.iconPropTypes;
|
|
159
|
-
const IbmProcessMining = react.default.forwardRef(function IbmProcessMining({ children, size = 16, ...rest }, ref) {
|
|
160
|
-
return react.default.createElement(
|
|
397
|
+
const IbmProcessMining = /* @__PURE__ */ react.default.forwardRef(function IbmProcessMining({ children, size = 16, ...rest }, ref) {
|
|
398
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
161
399
|
width: size,
|
|
162
400
|
height: size,
|
|
163
401
|
ref,
|
|
@@ -168,8 +406,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
168
406
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,22c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.3635-1.3984-1.4629-2.4927-2.8579-2.8579v-3.1421c0-1.1025.8972-2,2-2h14c2.2056,0,4-1.7944,4-4v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025-.8972,2-2,2h-14c-2.2056,0-4,1.7944-4,4v3.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-2-16c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2ZM6,28c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20,0c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m6,10c.7395,0,1.4241-.2153,2.019-.5669l3.5669,3.5669,1.4141-1.4141-3.5669-3.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Z" }), children);
|
|
169
407
|
});
|
|
170
408
|
if (process.env.NODE_ENV !== "production") IbmProcessMining.propTypes = require_iconPropTypes.iconPropTypes;
|
|
171
|
-
const IbmSaasConsole = react.default.forwardRef(function IbmSaasConsole({ children, size = 16, ...rest }, ref) {
|
|
172
|
-
return react.default.createElement(
|
|
409
|
+
const IbmSaasConsole = /* @__PURE__ */ react.default.forwardRef(function IbmSaasConsole({ children, size = 16, ...rest }, ref) {
|
|
410
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
173
411
|
width: size,
|
|
174
412
|
height: size,
|
|
175
413
|
ref,
|
|
@@ -188,8 +426,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
188
426
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,26c-2.2165,0-4.1514-1.2112-5.1903-3.0034l-1.7326,1.0002c1.3834,2.3906,3.9622,4.0032,6.9229,4.0032s5.5395-1.6125,6.9229-4.0032l-1.7326-1.0002c-1.0389,1.7922-2.9738,3.0034-5.1903,3.0034Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,14c2.1357,0,4.127,1.1494,5.1973,3l1.7314-1.001c-1.4263-2.4668-4.0815-3.999-6.9287-3.999s-5.5024,1.5322-6.938,4.0151l-3.8647,6.9849c-1.0703,1.8506-3.0615,3-5.1973,3s-4.127-1.1494-5.1973-3l-1.7314,1.001c1.4263,2.4668,4.0815,3.999,6.9287,3.999s5.5024-1.5322,6.938-4.0151l3.8647-6.9849c1.0703-1.8506,3.0615-3,5.1973-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8,14c2.2165,0,4.1514,1.2112,5.1903,3.0034l1.7326-1.0002c-1.3834-2.3906-3.9622-4.0032-6.9229-4.0032s-5.5395,1.6125-6.9229,4.0032l1.7326,1.0002c1.0389-1.7922,2.9738-3.0034,5.1903-3.0034Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,6c2.7571,0,5.2571,1.1216,7.0678,2.9321l1.4135-1.4133c-2.1729-2.1731-5.1729-3.5188-8.4813-3.5188s-6.3083,1.3457-8.4813,3.5188l1.4135,1.4133c1.8107-1.8105,4.3107-2.9321,7.0678-2.9321Z" }), children);
|
|
189
427
|
});
|
|
190
428
|
if (process.env.NODE_ENV !== "production") IbmSaasConsole.propTypes = require_iconPropTypes.iconPropTypes;
|
|
191
|
-
const IbmSapOnPower = react.default.forwardRef(function IbmSapOnPower({ children, size = 16, ...rest }, ref) {
|
|
192
|
-
return react.default.createElement(
|
|
429
|
+
const IbmSapOnPower = /* @__PURE__ */ react.default.forwardRef(function IbmSapOnPower({ children, size = 16, ...rest }, ref) {
|
|
430
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
193
431
|
width: size,
|
|
194
432
|
height: size,
|
|
195
433
|
ref,
|
|
@@ -204,8 +442,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
204
442
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,31h-13c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h13c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-13-6v4h13v-4s-13,0-13,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26.8896,21h2.1848c.6057-1.5889.9255-3.29.9255-5,0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186,1.3262.186,2,0,1.7549-.3867,3.4297-1.1104,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m25.5,12h-6.5c-.5522,0-1-.4478-1-1V4c0-.5522.4478-1,1-1h12c.3828,0,.7319.2185.8994.5629.0675.1389.1006.2884.1006.4371,0,.22-.0725.4382-.2136.6178l-5.5,7c-.1897.2413-.4795.3822-.7864.3822Zm-5.5-2h5.0139l3.9287-5h-8.9426v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m5.886,9.5392l-1.6846-1.0784C6.7915,4.4153,11.2021,2,16,2v2c-4.1125,0-7.8936,2.0707-10.114,5.5392Z" }), children);
|
|
205
443
|
});
|
|
206
444
|
if (process.env.NODE_ENV !== "production") IbmSapOnPower.propTypes = require_iconPropTypes.iconPropTypes;
|
|
207
|
-
const IbmSecureInfrastructureOnVpcForRegulatedIndustries = react.default.forwardRef(function IbmSecureInfrastructureOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) {
|
|
208
|
-
return react.default.createElement(
|
|
445
|
+
const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /* @__PURE__ */ react.default.forwardRef(function IbmSecureInfrastructureOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) {
|
|
446
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
209
447
|
width: size,
|
|
210
448
|
height: size,
|
|
211
449
|
ref,
|
|
@@ -216,8 +454,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
216
454
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,21H3c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2ZM3,13v6h6v-6s-6,0-6,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,30c-.3618,0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247,3.1628,5.4602,5.2205,9.1899,5.5043.3047.0231.613.0349.9241.0349v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23,30l-2.1-1c-1.7-.8-2.9-2.6-2.9-4.5v-6.5h10v6.5c0,1.9-1.1,3.7-2.9,4.5l-2.1,1Zm-3-10v4.5c0,1.2.7,2.2,1.7,2.7l1.3.6,1.3-.6c1-.5,1.7-1.6,1.7-2.7v-4.5h-6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27.3025,12c.4539,1.2817.6975,2.6211.6975,4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27,10h-3c-1.1028,0-2-.8972-2-2v-3c0-1.1028.8972-2,2-2h3c1.1028,0,2,.8972,2,2v3c0,1.1028-.8972,2-2,2Zm-3-5v3h3v-3h-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20,2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976,0-9.2083,2.415-11.7983,6.4604l1.6841,1.0786c2.2209-3.4683,6.002-5.5391,10.1143-5.5391,1.3787,0,2.7188.2437,4,.6978v-2.1143Z" }), children);
|
|
217
455
|
});
|
|
218
456
|
if (process.env.NODE_ENV !== "production") IbmSecureInfrastructureOnVpcForRegulatedIndustries.propTypes = require_iconPropTypes.iconPropTypes;
|
|
219
|
-
const IbmStreamsets = react.default.forwardRef(function IbmStreamsets({ children, size = 16, ...rest }, ref) {
|
|
220
|
-
return react.default.createElement(
|
|
457
|
+
const IbmStreamsets = /* @__PURE__ */ react.default.forwardRef(function IbmStreamsets({ children, size = 16, ...rest }, ref) {
|
|
458
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
221
459
|
width: size,
|
|
222
460
|
height: size,
|
|
223
461
|
ref,
|
|
@@ -228,8 +466,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
228
466
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.5,18c-1.2,0-2.2-.6-2.8-1.6l-3.8-6.4c-.7-1.2-2-2-3.5-2h-2.5v-2h2.5c2.1,0,4.1,1.1,5.2,3l3.8,6.4c.3.5.8.6,1,.6h0c.2,0,.7,0,1-.6l3.7-6.4,1.7,1-3.7,6.4c-.6,1-1.6,1.6-2.8,1.6,0,0,.2,0,.2,0ZM10.6,27l-1.2-2.2c-.6-1-.6-2.1,0-3.1l4.2-7.4c.5-.9.5-2,0-2.9s-1.5-1.4-2.5-1.4h-7.1v2h7.1c.5,0,.7.3.8.4s.2.5,0,.9l-4.2,7.4c-.9,1.6-.9,3.5,0,5.1l1.2,2.2,1.7-1ZM16.6,29l-2.9-5c-.2-.4-.2-.9,0-1.3s.6-.7,1.1-.7h7.3c2.1,0,4.1-1.2,5.2-3l1.1-2-1.7-1-1.1,2c-.7,1.3-2,2-3.4,2h-7.3c-1.2,0-2.3.6-2.9,1.7-.6,1-.6,2.3,0,3.3l2.9,5s1.7-1,1.7-1ZM30.5,21.5l.3-.5-1.7-1-.3.5c-1.3,2.2-3.6,3.5-6.1,3.5h-4.7v2h4.7c3.2,0,6.2-1.7,7.8-4.5ZM22,10l-2-3.5c-1.6-2.8-4.6-4.5-7.8-4.5h-1.1v2h1.1c2.5,0,4.8,1.3,6.1,3.5l2,3.5,1.7-1ZM6.2,27l-.2-.4c-1.3-2.2-1.3-4.9,0-7l2.1-3.6-1.7-1-2.1,3.6c-1.6,2.8-1.6,6.2,0,9l.2.4s1.7-1,1.7-1Z" }), children);
|
|
229
467
|
});
|
|
230
468
|
if (process.env.NODE_ENV !== "production") IbmStreamsets.propTypes = require_iconPropTypes.iconPropTypes;
|
|
231
|
-
const IbmTelehealth = react.default.forwardRef(function IbmTelehealth({ children, size = 16, ...rest }, ref) {
|
|
232
|
-
return react.default.createElement(
|
|
469
|
+
const IbmTelehealth = /* @__PURE__ */ react.default.forwardRef(function IbmTelehealth({ children, size = 16, ...rest }, ref) {
|
|
470
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
233
471
|
width: size,
|
|
234
472
|
height: size,
|
|
235
473
|
ref,
|
|
@@ -240,8 +478,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
240
478
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 25 15 25 15 22 13 22 13 25 10 25 10 27 13 27 13 30 15 30 15 27 18 27 18 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30h-2v-5c0-2.8-2.2-5-5-5h-6c-2.8,0-5,2.2-5,5v5H2v-5c0-3.9,3.1-7,7-7h6c3.9,0,7,3.1,7,7v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,5.2V3c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v6c0,1.1,.9,2,2,2h8c1.1,0,2-.9,2-2v-2.2l3,2.2V3l-3,2.2Zm-2,3.8h-8V3h8v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.5,12.5c-.9,.9-2.1,1.5-3.5,1.5-2.8,0-5-2.2-5-5s2.2-5,5-5c.5,0,.9,.1,1.3,.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3-3.9,0-7,3.1-7,7s3.1,7,7,7c1.9,0,3.7-.8,5-2l-1.5-1.5Z" }), children);
|
|
241
479
|
});
|
|
242
480
|
if (process.env.NODE_ENV !== "production") IbmTelehealth.propTypes = require_iconPropTypes.iconPropTypes;
|
|
243
|
-
const IbmTenet = react.default.forwardRef(function IbmTenet({ children, size = 16, ...rest }, ref) {
|
|
244
|
-
return react.default.createElement(
|
|
481
|
+
const IbmTenet = /* @__PURE__ */ react.default.forwardRef(function IbmTenet({ children, size = 16, ...rest }, ref) {
|
|
482
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
245
483
|
width: size,
|
|
246
484
|
height: size,
|
|
247
485
|
ref,
|
|
@@ -260,8 +498,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
260
498
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9c1.6097,0,3.1772,.5619,4.4224,1.5776l1.4171-1.4171c-.0385-.0328-.0718-.0702-.111-.1024-1.6074-1.3271-3.6416-2.0581-5.7285-2.0581-4.9629,0-9,4.0376-9,9h2c0-3.8599,3.1406-7,7-7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-7.7197,0-14-6.2804-14-14S8.2803,2,16,2s14,6.2804,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3832-12,12s5.3833,12,12,12,12-5.3832,12-12-5.3833-12-12-12Z" }), children);
|
|
261
499
|
});
|
|
262
500
|
if (process.env.NODE_ENV !== "production") IbmTenet.propTypes = require_iconPropTypes.iconPropTypes;
|
|
263
|
-
const IbmTestAcceleratorForZ = react.default.forwardRef(function IbmTestAcceleratorForZ({ children, size = 16, ...rest }, ref) {
|
|
264
|
-
return react.default.createElement(
|
|
501
|
+
const IbmTestAcceleratorForZ = /* @__PURE__ */ react.default.forwardRef(function IbmTestAcceleratorForZ({ children, size = 16, ...rest }, ref) {
|
|
502
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
265
503
|
width: size,
|
|
266
504
|
height: size,
|
|
267
505
|
ref,
|
|
@@ -272,8 +510,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
272
510
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,6h-2v10h2V6ZM4,22.43v-13.43h-2v14.01c0,.36.19.68.5.86l10.5,6.13,1.01-1.73h0l-10-5.84h-.01ZM26,13h2v-4c0-.36-.19-.68-.5-.86L15.5,1.14c-.16-.09-.33-.14-.5-.14s-.35.05-.5.14l-4,2.33c-.31.18-.5.51-.5.86v8.67h2V4.91l3-1.75,11,6.42v3.43-.01ZM24.03,17.06l1.79,3.13,1.47-1.47-2.41-4.22c-.18-.32-.51-.53-.88-.5-.36,0-.7.21-.87.53l-7,13c-.17.31-.16.68.02.99.18.3.51.49.86.49h13v-2h-11.33l5.35-9.94v-.01ZM24.42,21.58l-1.41,1.41,3,3,5-5-1.41-1.41-3.59,3.59-1.59-1.59Z" }), children);
|
|
273
511
|
});
|
|
274
512
|
if (process.env.NODE_ENV !== "production") IbmTestAcceleratorForZ.propTypes = require_iconPropTypes.iconPropTypes;
|
|
275
|
-
const IbmToolchain = react.default.forwardRef(function IbmToolchain({ children, size = 16, ...rest }, ref) {
|
|
276
|
-
return react.default.createElement(
|
|
513
|
+
const IbmToolchain = /* @__PURE__ */ react.default.forwardRef(function IbmToolchain({ children, size = 16, ...rest }, ref) {
|
|
514
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
277
515
|
width: size,
|
|
278
516
|
height: size,
|
|
279
517
|
ref,
|
|
@@ -284,8 +522,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
284
522
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,21c-.7396,0-1.4241,.2155-2.0191,.5669l-2.0314-2.0314-1.4141,1.4141,2.0314,2.0314c-.3514,.595-.5668,1.2795-.5668,2.019,0,2.2056,1.7944,4,4,4,.3557,0,.6943-.0615,1.0228-.1492l-2.4368-2.4368,.0004-.0005c-.3621-.3621-.5864-.8621-.5864-1.4136,0-1.103,.897-2,2-2,.5515,0,1.0515,.2242,1.4136,.5864l.0004-.0005,2.4368,2.4368c.0875-.3284,.1491-.667,.1491-1.0227,0-2.2056-1.7944-4-4-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.9495,12.4644l3.7645-3.7645c.3911,.1868,.8237,.3,1.2861,.3,1.6569,0,3-1.3431,3-3s-1.3431-3-3-3-3,1.3431-3,3c0,.4622,.1132,.8948,.2999,1.2859l-3.7645,3.7645,1.4141,1.4141Zm5.0505-7.4644c.5514,0,1,.4486,1,1s-.4486,1-1,1-1-.4486-1-1,.4486-1,1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,12c-2.2092,0-4,1.7908-4,4,0,.7405,.215,1.4254,.5657,2.0201l-5.2795,5.2799c-.3911-.1868-.8238-.3-1.2861-.3-1.6569,0-3,1.3431-3,3s1.3431,3,3,3,3-1.3431,3-3c0-.4622-.1132-.8948-.2999-1.2858l5.2799-5.2799c.5948,.3507,1.2795,.5657,2.02,.5657,2.2091,0,4-1.7909,4-4s-1.7909-4-4-4ZM6,27c-.5514,0-1-.4486-1-1s.4486-1,1-1,1,.4486,1,1-.4486,1-1,1Zm10-9c-1.1028,0-2-.8972-2-2s.8972-2,2-2,2,.8972,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,11c.7396,0,1.4241-.2155,2.0191-.5669l2.0311,2.0311,1.4141-1.4141-2.0311-2.0311c.3514-.595,.5668-1.2795,.5668-2.019,0-2.2056-1.7944-4-4-4-.3557,0-.6943,.0615-1.0228,.1492l2.4368,2.4368-.0004,.0005c.3621,.3621,.5864,.8621,.5864,1.4136,0,1.103-.897,2-2,2-.5515,0-1.0515-.2242-1.4136-.5864l-.0004,.0005-2.4368-2.4368c-.0875,.3284-.1491,.667-.1491,1.0227,0,2.2056,1.7944,4,4,4Z" }), children);
|
|
285
523
|
});
|
|
286
524
|
if (process.env.NODE_ENV !== "production") IbmToolchain.propTypes = require_iconPropTypes.iconPropTypes;
|
|
287
|
-
const IbmTurbonomic = react.default.forwardRef(function IbmTurbonomic({ children, size = 16, ...rest }, ref) {
|
|
288
|
-
return react.default.createElement(
|
|
525
|
+
const IbmTurbonomic = /* @__PURE__ */ react.default.forwardRef(function IbmTurbonomic({ children, size = 16, ...rest }, ref) {
|
|
526
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
289
527
|
width: size,
|
|
290
528
|
height: size,
|
|
291
529
|
ref,
|
|
@@ -300,8 +538,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
300
538
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,7c-4.2,0-8.5,1.1-10.2,3.1l1.8,1c1.1-1,4.2-2.1,8.4-2.1s7.3,1.1,8.5,2.1l1.8-1c-1.8-2-6.1-3.1-10.3-3.1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m31,9.5c0-4.2-6.6-7.5-15-7.5C8.9,2,3.1,4.4,1.5,7.6l1.7,1c1-2.3,6-4.6,12.8-4.6,7.7,0,13,2.9,13,5.5,0,2.1-3.6,4.5-9.1,5.2l.3,2c6.3-.9,10.8-3.7,10.8-7.2Z" }), children);
|
|
301
539
|
});
|
|
302
540
|
if (process.env.NODE_ENV !== "production") IbmTurbonomic.propTypes = require_iconPropTypes.iconPropTypes;
|
|
303
|
-
const IbmUnstructuredDataProcessor = react.default.forwardRef(function IbmUnstructuredDataProcessor({ children, size = 16, ...rest }, ref) {
|
|
304
|
-
return react.default.createElement(
|
|
541
|
+
const IbmUnstructuredDataProcessor = /* @__PURE__ */ react.default.forwardRef(function IbmUnstructuredDataProcessor({ children, size = 16, ...rest }, ref) {
|
|
542
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
305
543
|
width: size,
|
|
306
544
|
height: size,
|
|
307
545
|
ref,
|
|
@@ -312,8 +550,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
312
550
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,10c-2.2061,0-4-1.7944-4-4s1.7939-4,4-4,4,1.7944,4,4-1.7939,4-4,4ZM22,4c-1.1025,0-2,.897-2,2s.8975,2,2,2,2-.897,2-2-.8975-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,19h-7v-7h7v7ZM16,17h3v-3h-3v3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.6182,12H3.3818L8,2.7642l4.6182,9.2358ZM6.6182,10h2.7637l-1.3818-2.7642-1.3818,2.7642Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30h-8c-1.103,0-2-.8975-2-2v-4.4648l-5.1094-3.4062c-.5576-.3721-.8906-.9941-.8906-1.6641v-4.4648h2v4.4648l5.1094,3.4062c.5576.3721.8906.9941.8906,1.6641v4.4648h8v-4.4648c0-.6699.333-1.292.8906-1.6641l5.1094-3.4062v-6.4648h2v6.4648c0,.6699-.333,1.292-.8906,1.6641l-5.1094,3.4062v4.4648c0,1.1025-.8975,2-2,2Z" }), children);
|
|
313
551
|
});
|
|
314
552
|
if (process.env.NODE_ENV !== "production") IbmUnstructuredDataProcessor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
315
|
-
const IbmVpnForVpc = react.default.forwardRef(function IbmVpnForVpc({ children, size = 16, ...rest }, ref) {
|
|
316
|
-
return react.default.createElement(
|
|
553
|
+
const IbmVpnForVpc = /* @__PURE__ */ react.default.forwardRef(function IbmVpnForVpc({ children, size = 16, ...rest }, ref) {
|
|
554
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
317
555
|
width: size,
|
|
318
556
|
height: size,
|
|
319
557
|
ref,
|
|
@@ -324,8 +562,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
324
562
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,23v-2c0-1.6499-1.3501-3-3-3s-3,1.3501-3,3v2c-1.1001,0-2,.8999-2,2v4c0,1.1001.8999,2,2,2h6c1.1001,0,2-.8999,2-2v-4c0-1.1001-.8999-2-2-2Zm-4-2c0-.5498.45-1,1-1s1,.4502,1,1v2h-2v-2Zm4,8h-6v-4h6v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m7,22.14v-9.14h-2v9.14c-1.72.45-3,2-3,3.86,0,2.21,1.79,4,4,4,1.86,0,3.41-1.28,3.86-3h8.14v-2h-8.14c-.37-1.4-1.46-2.49-2.86-2.86Zm-1,5.86c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,6c0-2.21-1.79-4-4-4-1.86,0-3.41,1.28-3.86,3h-9.14v2h9.14c.37,1.4,1.46,2.49,2.86,2.86v5.14h2v-5.14c1.72-.45,3-2,3-3.86Zm-4,2c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m10,8.5898V2H2v8h6.5901l10.9958,11,1.4141-1.4141-11-10.9961Zm-2-.5898h-4v-4h4v4Z" }), children);
|
|
325
563
|
});
|
|
326
564
|
if (process.env.NODE_ENV !== "production") IbmVpnForVpc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
327
|
-
const IbmVsiOnVpcForRegulatedIndustries = react.default.forwardRef(function IbmVsiOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) {
|
|
328
|
-
return react.default.createElement(
|
|
565
|
+
const IbmVsiOnVpcForRegulatedIndustries = /* @__PURE__ */ react.default.forwardRef(function IbmVsiOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) {
|
|
566
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
329
567
|
width: size,
|
|
330
568
|
height: size,
|
|
331
569
|
ref,
|
|
@@ -336,8 +574,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
336
574
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,21H3c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2ZM3,13v6h6v-6s-6,0-6,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,30c-.3618,0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247,3.1628,5.4602,5.2205,9.1899,5.5043.3047.0231.613.0349.9241.0349v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,30h-8c-1.1028,0-2-.8972-2-2v-8c0-1.1028.8972-2,2-2h8c1.1028,0,2,.8972,2,2v8c0,1.1028-.8972,2-2,2Zm-8-10v8h8v-8h-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27.3025,12c.4539,1.2817.6975,2.6211.6975,4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27,10h-3c-1.1028,0-2-.8972-2-2v-3c0-1.1028.8972-2,2-2h3c1.1028,0,2,.8972,2,2v3c0,1.1028-.8972,2-2,2Zm-3-5v3h3v-3h-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20,2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976,0-9.2083,2.415-11.7983,6.4604l1.6841,1.0786c2.2209-3.4683,6.002-5.5391,10.1143-5.5391,1.3787,0,2.7188.2437,4,.6978v-2.1143Z" }), children);
|
|
337
575
|
});
|
|
338
576
|
if (process.env.NODE_ENV !== "production") IbmVsiOnVpcForRegulatedIndustries.propTypes = require_iconPropTypes.iconPropTypes;
|
|
339
|
-
const IbmWaziDeploy = react.default.forwardRef(function IbmWaziDeploy({ children, size = 16, ...rest }, ref) {
|
|
340
|
-
return react.default.createElement(
|
|
577
|
+
const IbmWaziDeploy = /* @__PURE__ */ react.default.forwardRef(function IbmWaziDeploy({ children, size = 16, ...rest }, ref) {
|
|
578
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
341
579
|
width: size,
|
|
342
580
|
height: size,
|
|
343
581
|
ref,
|
|
@@ -348,8 +586,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
348
586
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 6H9V16H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,13h-2v-3.4257l-11-6.4166-3,1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12,7c.3071.1792.4961.5081.4961.8638v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27,23l-1.4199,1.4102,1.5898,1.5898h-7.1699v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025.8972,2,2,2h7.1699l-1.5798,1.5801,1.4099,1.4199,4-4-4-4Zm-10-4c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Z" }), children);
|
|
349
587
|
});
|
|
350
588
|
if (process.env.NODE_ENV !== "production") IbmWaziDeploy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
351
|
-
const IbmWebmethodsApiGateway = react.default.forwardRef(function IbmWebmethodsApiGateway({ children, size = 16, ...rest }, ref) {
|
|
352
|
-
return react.default.createElement(
|
|
589
|
+
const IbmWebmethodsApiGateway = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsApiGateway({ children, size = 16, ...rest }, ref) {
|
|
590
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
353
591
|
width: size,
|
|
354
592
|
height: size,
|
|
355
593
|
ref,
|
|
@@ -360,8 +598,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
360
598
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.9956,12.9956c-.2544,0-.4976.0415-.7335.1013l-2.8722-4.3083c.3752-.501.6057-1.116.6057-1.7886,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3c.2535,0,.4958-.041.7311-.1006l2.873,4.3096c-.178.238-.3182.5017-.4198.7866h-2.1799v2h2.1799c.1022.2866.2435.5513.4229.7903l-2.8761,4.3147c-.2352-.0596-.4775-.1006-.7311-.1006-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3c0-.6729-.2305-1.2876-.6057-1.7886l2.8768-4.3157c.2346.0591.4762.0999.7289.0999,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM20.9956,8c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM20.9956,26c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM26.9956,16.9956c-.5436,0-.9833-.4375-.9956-.9783v-.0435c.0123-.5408.452-.9783.9956-.9783.5513,0,1,.4487,1,1s-.4487,1-1,1ZM10.9956,22c-.2535,0-.4958.041-.7311.1006l-2.8761-4.3147c.1793-.239.3208-.5037.4229-.7903h2.1887v-2h-2.1887c-.1016-.2849-.2418-.5486-.4198-.7866l2.873-4.3096c.2352.0596.4775.1006.7311.1006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.6726.2305,1.2876.6057,1.7886l-2.8722,4.3083c-.2361-.0598-.4791-.1013-.7335-.1013-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.2527,0,.4943-.0408.7289-.0999l2.8768,4.3157c-.3752.501-.6057,1.1157-.6057,1.7886,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3ZM10.9956,6c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM4.9956,16.9956c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM10.9956,26c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM16,19.9956c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4ZM16,13.9956c-1.103,0-2,.897-2,2s.897,2,2,2,2-.897,2-2-.897-2-2-2Z" }), children);
|
|
361
599
|
});
|
|
362
600
|
if (process.env.NODE_ENV !== "production") IbmWebmethodsApiGateway.propTypes = require_iconPropTypes.iconPropTypes;
|
|
363
|
-
const IbmWebmethodsApiStudio = react.default.forwardRef(function IbmWebmethodsApiStudio({ children, size = 16, ...rest }, ref) {
|
|
364
|
-
return react.default.createElement(
|
|
601
|
+
const IbmWebmethodsApiStudio = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsApiStudio({ children, size = 16, ...rest }, ref) {
|
|
602
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
365
603
|
width: size,
|
|
366
604
|
height: size,
|
|
367
605
|
ref,
|
|
@@ -372,8 +610,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
372
610
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,13c-1.3019,0-2.4016.8385-2.8157,2h-2.1843v2h2.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM27,17c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1ZM25,22c-.4617,0-.8943.1135-1.2854.3005l-2.7488-2.7488-1.4141,1.4141,2.7488,2.7488c-.187.3911-.3005.8237-.3005,1.2854,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3ZM25,26c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1ZM25,4c-1.6543,0-3,1.3457-3,3,0,.4617.1135.8943.3005,1.2854l-2.984,2.984,1.4141,1.4141,2.984-2.984c.3911.187.8237.3005,1.2854.3005,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM25,8c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1ZM16,30c-7.7197,0-14-6.2803-14-14S8.2803,2,16,2c1.8652,0,3.6768.3613,5.3848,1.0732l-.7695,1.8457c-1.4629-.6094-3.0156-.9189-4.6152-.9189-6.6172,0-12,5.3828-12,12s5.3828,12,12,12c1.5996,0,3.1523-.3096,4.6152-.9189l.7695,1.8457c-1.708.7119-3.5195,1.0732-5.3848,1.0732ZM16,20c-2.2061,0-4-1.7939-4-4s1.7939-4,4-4,4,1.7939,4,4-1.7939,4-4,4ZM16,14c-1.1025,0-2,.8975-2,2s.8975,2,2,2,2-.8975,2-2-.8975-2-2-2Z" }), children);
|
|
373
611
|
});
|
|
374
612
|
if (process.env.NODE_ENV !== "production") IbmWebmethodsApiStudio.propTypes = require_iconPropTypes.iconPropTypes;
|
|
375
|
-
const IbmWebmethodsB2bIntegration = react.default.forwardRef(function IbmWebmethodsB2bIntegration({ children, size = 16, ...rest }, ref) {
|
|
376
|
-
return react.default.createElement(
|
|
613
|
+
const IbmWebmethodsB2bIntegration = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsB2bIntegration({ children, size = 16, ...rest }, ref) {
|
|
614
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
377
615
|
width: size,
|
|
378
616
|
height: size,
|
|
379
617
|
ref,
|
|
@@ -384,8 +622,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
384
622
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.0014,22.9965l3.999,3.999-3.999,4-1.4141-1.4141,1.5853-1.5859h-4.1722c-.3715,0-.6823-.2112-.8547-.5116l-4.0134-6.9923,1.7363-.9922,3.712,6.4961h3.5917l-1.585-1.585,1.4141-1.4141ZM28,13c-.1606,0-.3149.023-.4688.0473l-4.6528-8.5303c-.1748-.3213-.5117-.5215-.8779-.5215h-4.1694l1.5845-1.585-1.4141-1.4141-3.998,3.999,3.998,3.999,1.4141-1.4141-1.5845-1.585h3.5757l4.3687,8.0084c-.4769.5311-.7754,1.2261-.7754,1.9961,0,.7684.2974,1.4618.7725,1.9926l-3.772,6.915L10.8784,4.517c-.1748-.3213-.5117-.5215-.8779-.5215s-.7021.2002-.8779.5215l-3.85,7.0571,1.7323,1.0002,2.9956-5.4909,11.1221,20.3906c.1748.3213.5117.5215.8779.5215s.7031-.2002.8779-.5215l4.6482-8.5217c.1552.0248.3113.0477.4734.0477,1.6569,0,3-1.3431,3-3s-1.3431-3-3-3ZM7.0004,15.9955c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3,3-1.3457,3-3ZM5.0004,15.9955c0,.5518-.4482,1-1,1s-1-.4482-1-1,.4482-1,1-1,1,.4482,1,1Z" }), children);
|
|
385
623
|
});
|
|
386
624
|
if (process.env.NODE_ENV !== "production") IbmWebmethodsB2bIntegration.propTypes = require_iconPropTypes.iconPropTypes;
|
|
387
|
-
const IbmWebmethodsDeveloperPortal = react.default.forwardRef(function IbmWebmethodsDeveloperPortal({ children, size = 16, ...rest }, ref) {
|
|
388
|
-
return react.default.createElement(
|
|
625
|
+
const IbmWebmethodsDeveloperPortal = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsDeveloperPortal({ children, size = 16, ...rest }, ref) {
|
|
626
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
389
627
|
width: size,
|
|
390
628
|
height: size,
|
|
391
629
|
ref,
|
|
@@ -396,8 +634,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
396
634
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2c-2.7534,0-5.4114.8007-7.6982,2.3095-.3953-.1923-.8333-.3095-1.3018-.3095-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4753,0,.9189-.1211,1.3187-.3188l-.0258.0259,2.1211,2.1211,1.4141-1.4141-2.1211-2.1211-.0259.0259c.1976-.3999.3188-.8435.3188-1.3188,0-.4374-.099-.8503-.2681-1.2254,1.884-1.1577,4.0381-1.7746,6.2681-1.7746,6.6167,0,12,5.3833,12,12,0,1.4888-.2673,2.9234-.7893,4.2831l1.7365,1.0026c.6807-1.6712,1.0529-3.4705,1.0529-5.2857,0-7.7197-6.2803-14-14-14ZM7,8c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM25,22c-.4753,0-.9189.1211-1.3187.3188l.0258-.0259-2.1211-2.1211-1.4141,1.4141,2.1211,2.1211.0259-.0259c-.1976.3999-.3188.8435-.3188,1.3188,0,.44.1006.8549.2715,1.2318l-.0002-.0003c-1.8837,1.1587-4.0332,1.7686-6.2712,1.7686-6.6167,0-12-5.3833-12-12,0-1.5707.3259-3.1267.9194-4.5695l-1.7384-1.0037c-.7601,1.7513-1.181,3.6523-1.181,5.5731,0,7.7197,6.2803,14,14,14,2.762,0,5.405-.8042,7.6918-2.313v-.0002c.3969.1943.837.3132,1.3082.3132,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM25,26c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM16,21c-2.7568,0-5-2.2432-5-5s2.2432-5,5-5,5,2.2432,5,5-2.2432,5-5,5ZM16,13c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z" }), children);
|
|
397
635
|
});
|
|
398
636
|
if (process.env.NODE_ENV !== "production") IbmWebmethodsDeveloperPortal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
399
|
-
const IbmWebmethodsHybridIntegration = react.default.forwardRef(function IbmWebmethodsHybridIntegration({ children, size = 16, ...rest }, ref) {
|
|
400
|
-
return react.default.createElement(
|
|
637
|
+
const IbmWebmethodsHybridIntegration = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsHybridIntegration({ children, size = 16, ...rest }, ref) {
|
|
638
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
401
639
|
width: size,
|
|
402
640
|
height: size,
|
|
403
641
|
ref,
|
|
@@ -408,8 +646,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
408
646
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.6819,30.0851c-1.7046,0-3.4092-.6489-4.707-1.9468-1.2607-1.2725-1.9531-2.9429-1.9531-4.707s.6924-3.4355,1.9497-4.7041l5.2334-5.2329,1.4141,1.4141-5.23,5.23c-.8804.8887-1.3672,2.0591-1.3672,3.293s.4868,2.4043,1.3706,3.2964c1.811,1.8115,4.7656,1.812,6.5825-.0034l1.3301-1.3301,1.4141,1.4141-1.3301,1.3301c-1.2979,1.2979-3.0024,1.9468-4.707,1.9468ZM6.7171,13.3697l-1.3301-1.3301c-1.8154-1.8159-1.8154-4.77-.0034-6.5825.8921-.8838,2.063-1.3706,3.2964-1.3706s2.4043.4868,3.293,1.3672l7.3403,7.3398,1.4141-1.4141-7.3433-7.3433c-1.2686-1.2573-2.9395-1.9497-4.7041-1.9497s-3.4346.6924-4.707,1.9531c-1.2578,1.2578-1.9502,2.9292-1.9502,4.707s.6924,3.4492,1.9502,4.707l1.3301,1.3301,1.4141-1.4141ZM28.0823,13.4449c1.2573-1.2686,1.9497-2.9395,1.9497-4.7041s-.6924-3.4346-1.9531-4.707c-2.5957-2.5957-6.8184-2.5957-9.4141,0l-1.3301,1.3301,1.4141,1.4141,1.3301-1.3301c1.8154-1.8164,4.77-1.8159,6.5825-.0034.8838.8921,1.3706,2.063,1.3706,3.2964s-.4868,2.4043-1.3672,3.293l-5.21,5.2104,1.4141,1.4141,5.2134-5.2134ZM28.072,28.1339c1.2578-1.2578,1.9502-2.9292,1.9502-4.707s-.6924-3.4492-1.9502-4.707l-1.3301-1.3301-1.4141,1.4141,1.3301,1.3301c1.8154,1.8159,1.8154,4.77.0034,6.5825-.8921.8838-2.0625,1.3701-3.2964,1.3701s-2.4043-.4868-3.293-1.3667l-7.3398-7.3403-1.4141,1.4141,7.3433,7.3438c1.269,1.2568,2.9395,1.9492,4.7036,1.9492s3.4351-.6924,4.707-1.9526ZM22.0227,20.0866c-.1779,0-.3472.0306-.5115.0743l-2.7884-2.7885c.1867-.391.2999-.8236.2999-1.2859,0-1.6569-1.3431-3-3-3-.4622,0-.8948.1132-1.2858.2999l-2.7885-2.7885c.0436-.1642.0743-.3336.0743-.5115,0-1.1046-.8954-2-2-2s-2,.8954-2,2,.8954,2,2,2c.178,0,.3474-.0308.5117-.0743l2.7883,2.7883c-.1868.3911-.3.8237-.3,1.286,0,1.6569,1.3431,3,3,3,.4623,0,.895-.1133,1.2861-.3l2.7883,2.7883c-.0436.1643-.0744.3336-.0744.5117,0,1.1046.8954,2,2,2s2-.8954,2-2-.8954-2-2-2Z" }), children);
|
|
409
647
|
});
|
|
410
648
|
if (process.env.NODE_ENV !== "production") IbmWebmethodsHybridIntegration.propTypes = require_iconPropTypes.iconPropTypes;
|
|
411
|
-
const IbmWebmethodsIntegration = react.default.forwardRef(function IbmWebmethodsIntegration({ children, size = 16, ...rest }, ref) {
|
|
412
|
-
return react.default.createElement(
|
|
649
|
+
const IbmWebmethodsIntegration = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsIntegration({ children, size = 16, ...rest }, ref) {
|
|
650
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
413
651
|
width: size,
|
|
414
652
|
height: size,
|
|
415
653
|
ref,
|
|
@@ -420,8 +658,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
420
658
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.0002,5.9999h.0001v1h-1.0001c-1.103,0-2,.897-2,2.0001s.897,2,2,2h4v2h-4c-2.2056,0-4-1.7939-4-4,0-1.8912,1.323-3.4712,3.0896-3.8858.4207-2.3343,2.4569-4.1142,4.9104-4.1142s4.4897,1.7799,4.9104,4.1142c1.7666.4146,3.0896,1.9946,3.0896,3.8858,0,.0025-.0007.0048-.0007.0073h-2c0-.0025.0007-.0048.0007-.0073,0-1.103-.897-2-2-2h0s-.9999,0-.9999,0v-.9999h-.0001c0-1.6543-1.3457-3-3-3s-3,1.3456-3,2.9999ZM15,25.1843v-3.1843h2v3.1843c1.1615.4141,2,1.5137,2,2.8157,0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-1.3019.8385-2.4016,2-2.8157ZM15,28c0,.5513.4482,1,1,1s1-.4487,1-1-.4482-1-1-1-1,.4487-1,1ZM29,22c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.2046.0212-.4043.0603-.5975l-2.5847-1.5509,1.0001-1.7324,2.6271,1.5762c.5186-.4278,1.174-.6954,1.8972-.6954,1.6543,0,3,1.3457,3,3ZM27,22c0-.5513-.4482-1-1-1s-1,.4487-1,1,.4482,1,1,1,1-.4487,1-1ZM29,10c0,1.6543-1.3457,3-3,3-.7233,0-1.3787-.2676-1.8972-.6954l-2.5786,1.5471-1.0002-1.7323,2.5364-1.5219c-.0391-.1932-.0603-.3929-.0603-.5975,0-1.6543,1.3457-3,3-3s3,1.3457,3,3ZM27,10c0-.5513-.4482-1-1-1s-1,.4487-1,1,.4482,1,1,1,1-.4487,1-1ZM8.9397,21.4025c.0391.1932.0603.3929.0603.5975,0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3c.7233,0,1.3787.2676,1.8972.6954l2.5668-1.54,1.0001,1.7324-2.5244,1.5147ZM7,22c0-.5513-.4482-1-1-1s-1,.4487-1,1,.4482,1,1,1,1-.4487,1-1ZM20,16c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4,1.7939,4,4,4,4-1.7939,4-4ZM18,16c0,1.1025-.8975,2-2,2s-2-.8975-2-2,.8975-2,2-2,2,.897,2,2Z" }), children);
|
|
421
659
|
});
|
|
422
660
|
if (process.env.NODE_ENV !== "production") IbmWebmethodsIntegration.propTypes = require_iconPropTypes.iconPropTypes;
|
|
423
|
-
const IbmWebmethodsIntegrationServer = react.default.forwardRef(function IbmWebmethodsIntegrationServer({ children, size = 16, ...rest }, ref) {
|
|
424
|
-
return react.default.createElement(
|
|
661
|
+
const IbmWebmethodsIntegrationServer = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsIntegrationServer({ children, size = 16, ...rest }, ref) {
|
|
662
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
425
663
|
width: size,
|
|
426
664
|
height: size,
|
|
427
665
|
ref,
|
|
@@ -432,8 +670,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
432
670
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,28c0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3019-.8385-2.4016-2-2.8157v-3.1843h-2v3.1843c-1.1615.4141-2,1.5138-2,2.8157ZM16,27c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,6.8157v3.1843h2v-3.1843c1.1615-.4141,2-1.5137,2-2.8157,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3019.8385,2.4016,2,2.8157ZM15,4c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1ZM26,19c-.7233,0-1.3787.2676-1.8972.6954l-2.6271-1.5762-1.0001,1.7324,2.5847,1.5509c-.0391.1932-.0603.3929-.0603.5975,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3ZM26,23c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1ZM26,7c-1.6543,0-3,1.3457-3,3,0,.2046.0212.4043.0603.5975l-2.5364,1.5219,1.0002,1.7323,2.5786-1.5471c.5186.4278,1.174.6954,1.8972.6954,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM26,11c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1ZM11.4762,12.1195l-2.5365-1.522c.0391-.1932.0603-.3929.0603-.5975,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3c.7233,0,1.3787-.2676,1.8972-.6954l2.5789,1.5473,1.0001-1.7324ZM6,11c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1ZM11.4641,19.8878l-1.0001-1.7324-2.5668,1.54c-.5186-.4278-1.174-.6954-1.8972-.6954-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3c0-.2046-.0212-.4043-.0603-.5975l2.5244-1.5147ZM6,23c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1ZM16,20c-2.2061,0-4-1.7939-4-4s1.7939-4,4-4,4,1.7944,4,4-1.7939,4-4,4ZM16,14c-1.1025,0-2,.897-2,2s.8975,2,2,2,2-.8975,2-2-.8975-2-2-2Z" }), children);
|
|
433
671
|
});
|
|
434
672
|
if (process.env.NODE_ENV !== "production") IbmWebmethodsIntegrationServer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
435
|
-
const IbmWebmethodsManagedFileTransfer = react.default.forwardRef(function IbmWebmethodsManagedFileTransfer({ children, size = 16, ...rest }, ref) {
|
|
436
|
-
return react.default.createElement(
|
|
673
|
+
const IbmWebmethodsManagedFileTransfer = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsManagedFileTransfer({ children, size = 16, ...rest }, ref) {
|
|
674
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
437
675
|
width: size,
|
|
438
676
|
height: size,
|
|
439
677
|
ref,
|
|
@@ -444,8 +682,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
444
682
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.0002,9.0026l-4.7348-.0026c-.6978,0-1.2654.5579-1.2654,1.2436v10.5138c0,.6848.5676,1.2426,1.2654,1.2426h7.4653c.6978,0,1.2654-.5579,1.2654-1.2417l.0039-7.76-3.9998-3.9958ZM14,20v-9h2.9931s.0076,3.0041.0076,3.0041h2.9996l-.0058,5.9959h-5.9944ZM25.9741,5.2722c.094-1.049-.353-2.1171-1.2834-2.7515-1.3672-.9323-3.2377-.5786-4.1699.7886-.9324,1.3672-.5786,3.2377.7886,4.17,1.1953.8152,2.7754.6469,3.7769-.3221,4.3311,3.9611,5.2244,10.6123,1.8237,15.5992-.17.2493-.356.4807-.541.713l1.4255,1.4256c.2671-.3244.5266-.658.7678-1.0117,4.0869-5.9932,2.8654-14.0513-2.5881-18.611ZM23.8264,5.5635c-.3107.4556-.9343.5735-1.3899.2629-.4557-.3107-.5736-.9344-.2629-1.39.3107-.4556.9343-.5735,1.39-.2629.4556.3107.5736.9344.2628,1.39ZM5.4291,8.108c-1.057,1.55-1.724,3.2413-2.0836,4.9717-.7174.1605-1.3798.5748-1.8257,1.2286-.9323,1.3672-.5786,3.2377.7886,4.17s3.2378.5786,4.17-.7886c.9323-1.3672.5786-3.2377-.7886-4.17-.1185-.0808-.2449-.1394-.37-.201.3212-1.4211.8916-2.8082,1.7616-4.0839,2.5192-3.6941,6.7516-5.5295,10.9186-5.1864v-1.9999c-4.8071-.3378-9.6655,1.7991-12.5709,6.0595ZM4.8256,16.5626c-.3107.4556-.9344.5735-1.39.2629s-.5735-.9344-.2629-1.39c.3108-.4556.9346-.5735,1.3901-.2628.4556.3107.5735.9344.2628,1.39ZM24.6907,24.5207c-1.3672-.9323-3.2377-.5786-4.1699.7886-.4666.6842-.611,1.4944-.4675,2.2501-3.2477.863-6.8291.3889-9.8184-1.6495-1.8677-1.2736-3.2495-2.9903-4.1278-4.9098h-2.1733c.9833,2.5778,2.7272,4.8934,5.1743,6.5622,3.66,2.4959,8.0802,2.9792,12.0132,1.7589.064.0518.1189.111.1881.1582,1.3672.9323,3.2377.5786,4.1699-.7886.9324-1.3671.5786-3.2377-.7886-4.17ZM23.8264,27.5635c-.3107.4556-.9343.5735-1.3899.2629-.4557-.3107-.5736-.9344-.2629-1.39.3107-.4556.9343-.5735,1.39-.2629.4556.3107.5736.9344.2628,1.39Z" }), children);
|
|
445
683
|
});
|
|
446
684
|
if (process.env.NODE_ENV !== "production") IbmWebmethodsManagedFileTransfer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
447
|
-
const IbmCloud = react.default.forwardRef(function IbmCloud({ children, size = 16, ...rest }, ref) {
|
|
448
|
-
return react.default.createElement(
|
|
685
|
+
const IbmCloud = /* @__PURE__ */ react.default.forwardRef(function IbmCloud({ children, size = 16, ...rest }, ref) {
|
|
686
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
449
687
|
width: size,
|
|
450
688
|
height: size,
|
|
451
689
|
ref,
|
|
@@ -456,8 +694,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
456
694
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5805,13.65A9.7327,9.7327,0,0,0,6.286,17.5387,6.75,6.75,0,0,0,7,31H23a8.7465,8.7465,0,0,0,1.5805-17.35ZM23,29.5H7a5.2373,5.2373,0,0,1-.6993-10.4293,9.7265,9.7265,0,0,0,1.1036,3.7838.75.75,0,1,0,1.3213-.709A8.25,8.25,0,0,1,22.752,13.5133a8.754,8.754,0,0,0-6.315,2.95.75.75,0,1,0,1.1245.9922A7.25,7.25,0,1,1,23,29.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.8983,10.2548a.7582.7582,0,0,0-1.0364-.2776l-3.02,1.7438A.7587.7587,0,1,0,28.6,13.035l3.02-1.7438A.7589.7589,0,0,0,31.8983,10.2548Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.6764,7.87a.7583.7583,0,0,0,1.0364-.2776l1.7438-3.02a.7587.7587,0,0,0-1.314-.7588l-1.7438,3.02A.7588.7588,0,0,0,22.6764,7.87Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.0811a.759.759,0,0,0,.7588-.7588V1.8347a.7588.7588,0,1,0-1.5175,0V5.3223A.7589.7589,0,0,0,16,6.0811Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.2873,7.5922a.7587.7587,0,0,0,1.314-.7588l-1.7438-3.02a.7587.7587,0,1,0-1.314.7588Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.1585,11.721l-3.02-1.7438a.7587.7587,0,1,0-.7588,1.314L3.4,13.035a.7587.7587,0,1,0,.7588-1.314Z" }), children);
|
|
457
695
|
});
|
|
458
696
|
if (process.env.NODE_ENV !== "production") IbmCloud.propTypes = require_iconPropTypes.iconPropTypes;
|
|
459
|
-
const IbmCloudAppId = react.default.forwardRef(function IbmCloudAppId({ children, size = 16, ...rest }, ref) {
|
|
460
|
-
return react.default.createElement(
|
|
697
|
+
const IbmCloudAppId = /* @__PURE__ */ react.default.forwardRef(function IbmCloudAppId({ children, size = 16, ...rest }, ref) {
|
|
698
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
461
699
|
width: size,
|
|
462
700
|
height: size,
|
|
463
701
|
ref,
|
|
@@ -468,8 +706,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
468
706
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,18h-6c-1.6569,0-3,1.3431-3,3v2h2v-2c0-.5523,.4477-1,1-1h6c.5523,0,1,.4477,1,1v2h2v-2c0-1.6569-1.3431-3-3-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,17c2.2091,0,4-1.7909,4-4s-1.7909-4-4-4-4,1.7909-4,4,1.7909,4,4,4Zm0-6c1.1046,0,2,.8954,2,2s-.8954,2-2,2-2-.8954-2-2,.8954-2,2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,30c-7.7197,0-14-6.2804-14-14h2c0,6.6168,5.3831,12,12,12,5.2263,0,9.8162-3.3385,11.4214-8.3074l1.9033,.6147c-1.873,5.7975-7.2278,9.6926-13.3247,9.6926Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,16h-2c0-6.6168-5.3833-12-12-12V2c7.7197,0,14,6.2804,14,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,14l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195V2H11v6.4678c0,1.9229-1.123,3.6973-2.8613,4.5195l-2.1387,1.0127ZM3,4v4.4678c0,1.1533,.6738,2.2178,1.7168,2.7109l1.2832,.6074,1.2832-.6074c1.043-.4932,1.7168-1.5576,1.7168-2.7109V4H3Z" }), children);
|
|
469
707
|
});
|
|
470
708
|
if (process.env.NODE_ENV !== "production") IbmCloudAppId.propTypes = require_iconPropTypes.iconPropTypes;
|
|
471
|
-
const IbmCloudBackupAndRecovery = react.default.forwardRef(function IbmCloudBackupAndRecovery({ children, size = 16, ...rest }, ref) {
|
|
472
|
-
return react.default.createElement(
|
|
709
|
+
const IbmCloudBackupAndRecovery = /* @__PURE__ */ react.default.forwardRef(function IbmCloudBackupAndRecovery({ children, size = 16, ...rest }, ref) {
|
|
710
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
473
711
|
width: size,
|
|
474
712
|
height: size,
|
|
475
713
|
ref,
|
|
@@ -480,8 +718,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
480
718
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,24v2h-7.5c-4.2,0-7.5-3.4-7.5-7.5,0-3.6,2.6-6.7,6.1-7.4,0,0,.6-.1.9-.1h.2l-1.6-1.6,1.4-1.4,4,4-4,4-1.4-1.4,1.6-1.6h-.2c-2.4.2-4.6,2.3-4.9,4.7-.5,3.4,2.1,6.3,5.4,6.3h7.5ZM18,24c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM25.9,11.1l-.1-.1c-.8-4-3.9-7.1-7.9-7.8-.6-.2-1.3-.2-1.9-.2-2.9,0-5.6,1.3-7.4,3.3l1.5,1.5c1.2-1.4,2.9-2.5,4.9-2.7,1-.1,1.9-.1,2.9.1,3.2.7,5.5,3.4,6.1,6.5l.2,1c0,.0667.0333.1.1.1l1.1.2c1.2.2,2.3.7,3.1,1.5,1.3,1.3,1.9,3.1,1.5,4.9-.5,2.5-2.5,4.3-5,4.5l1.5-1.6-1.5-1.3-4,4,4,4,1.4-1.4-1.6-1.6h0c3.5-.2,6.4-2.7,7.1-6.1.1-.5.1-.9.1-1.3,0-3.7-2.5-6.8-6.1-7.5h0Z" }), children);
|
|
481
719
|
});
|
|
482
720
|
if (process.env.NODE_ENV !== "production") IbmCloudBackupAndRecovery.propTypes = require_iconPropTypes.iconPropTypes;
|
|
483
|
-
const IbmCloudBackupServiceVpc = react.default.forwardRef(function IbmCloudBackupServiceVpc({ children, size = 16, ...rest }, ref) {
|
|
484
|
-
return react.default.createElement(
|
|
721
|
+
const IbmCloudBackupServiceVpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudBackupServiceVpc({ children, size = 16, ...rest }, ref) {
|
|
722
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
485
723
|
width: size,
|
|
486
724
|
height: size,
|
|
487
725
|
ref,
|
|
@@ -492,8 +730,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
492
730
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,20h8v-2H6v-6h18V4c0-1.1045-.8955-2-2-2H6c-1.1045,0-2,.8955-2,2v22c0,1.1047.8955,2,2,2h8v-2H6v-6ZM6,4h16v6H6v-6ZM8,22.9999c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2ZM8,23c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2Z" }), children);
|
|
493
731
|
});
|
|
494
732
|
if (process.env.NODE_ENV !== "production") IbmCloudBackupServiceVpc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
495
|
-
const IbmCloudBareMetalServer = react.default.forwardRef(function IbmCloudBareMetalServer({ children, size = 16, ...rest }, ref) {
|
|
496
|
-
return react.default.createElement(
|
|
733
|
+
const IbmCloudBareMetalServer = /* @__PURE__ */ react.default.forwardRef(function IbmCloudBareMetalServer({ children, size = 16, ...rest }, ref) {
|
|
734
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
497
735
|
width: size,
|
|
498
736
|
height: size,
|
|
499
737
|
ref,
|
|
@@ -516,8 +754,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
516
754
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,10H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2ZM6,4v4h20v-4H6Z" }), children);
|
|
517
755
|
});
|
|
518
756
|
if (process.env.NODE_ENV !== "production") IbmCloudBareMetalServer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
519
|
-
const IbmCloudBareMetalServersVpc = react.default.forwardRef(function IbmCloudBareMetalServersVpc({ children, size = 16, ...rest }, ref) {
|
|
520
|
-
return react.default.createElement(
|
|
757
|
+
const IbmCloudBareMetalServersVpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudBareMetalServersVpc({ children, size = 16, ...rest }, ref) {
|
|
758
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
521
759
|
width: size,
|
|
522
760
|
height: size,
|
|
523
761
|
ref,
|
|
@@ -536,8 +774,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
536
774
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,19v-5c0-1.1-.9-2-2-2h-8v2h8v5h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,8v-4c0-1.1-.9-2-2-2h-12v2h12v4h-12v2h12c1.1,0,2-.9,2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23.41,22l-13.41-13.41V2H2v8h6.59l13.41,13.41v6.59h8v-8h-6.59Zm-15.41-14h-4v-4h4v4Zm20,20h-4v-4h4v4Z" }), children);
|
|
537
775
|
});
|
|
538
776
|
if (process.env.NODE_ENV !== "production") IbmCloudBareMetalServersVpc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
539
|
-
const IbmCloudCitrixDaas = react.default.forwardRef(function IbmCloudCitrixDaas({ children, size = 16, ...rest }, ref) {
|
|
540
|
-
return react.default.createElement(
|
|
777
|
+
const IbmCloudCitrixDaas = /* @__PURE__ */ react.default.forwardRef(function IbmCloudCitrixDaas({ children, size = 16, ...rest }, ref) {
|
|
778
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
541
779
|
width: size,
|
|
542
780
|
height: size,
|
|
543
781
|
ref,
|
|
@@ -548,8 +786,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
548
786
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 23H23V27H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 23H30V27H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 16H23V20H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 16H30V20H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4c-4.3,0-7.9,3-8.8,7.1c-3,0.6-5.2,3.3-5.2,6.4C2,21.1,4.9,24,8.5,24H16v-2H8.5C6,22,4,20,4,17.5c0-2.3,1.8-4.3,4.1-4.5 L9,13l0.1-0.8C9.5,8.6,12.5,6,16,6c3.9,0,7,3.1,7,7h2C25,8,21,4,16,4z" }), children);
|
|
549
787
|
});
|
|
550
788
|
if (process.env.NODE_ENV !== "production") IbmCloudCitrixDaas.propTypes = require_iconPropTypes.iconPropTypes;
|
|
551
|
-
const IbmCloudCodeEngine = react.default.forwardRef(function IbmCloudCodeEngine({ children, size = 16, ...rest }, ref) {
|
|
552
|
-
return react.default.createElement(
|
|
789
|
+
const IbmCloudCodeEngine = /* @__PURE__ */ react.default.forwardRef(function IbmCloudCodeEngine({ children, size = 16, ...rest }, ref) {
|
|
790
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
553
791
|
width: size,
|
|
554
792
|
height: size,
|
|
555
793
|
ref,
|
|
@@ -560,8 +798,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
560
798
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,20v7.923c0,.595-.482,1.077-1.077,1.077h-11.846c-.595,0-1.077-.482-1.077-1.077v-4.923H2v-2h6v-4.923c0-.595.482-1.077,1.077-1.077h3.923v2h-3v10h10v-7h2ZM13,8H2v2h11v-2ZM29,17c.553,0,1-.447,1-1V4c0-.552-.447-1-1-1h-12c-.553,0-1,.448-1,1v12c0,.553.447,1,1,1h12M18,5h10v10h-10V5Z" }), children);
|
|
561
799
|
});
|
|
562
800
|
if (process.env.NODE_ENV !== "production") IbmCloudCodeEngine.propTypes = require_iconPropTypes.iconPropTypes;
|
|
563
|
-
const IbmCloudContinuousDelivery = react.default.forwardRef(function IbmCloudContinuousDelivery({ children, size = 16, ...rest }, ref) {
|
|
564
|
-
return react.default.createElement(
|
|
801
|
+
const IbmCloudContinuousDelivery = /* @__PURE__ */ react.default.forwardRef(function IbmCloudContinuousDelivery({ children, size = 16, ...rest }, ref) {
|
|
802
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
565
803
|
width: size,
|
|
566
804
|
height: size,
|
|
567
805
|
ref,
|
|
@@ -572,8 +810,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
572
810
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,1l-6,6,1.4146,1.4023,3.5854-3.584V21H10V10h-2v11c0,1.1025,.8972,2,2,2h12c1.1028,0,2-.8975,2-2V4.8154l3.5859,3.5869,1.4141-1.4023L23,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5,19h-5c-.8271,0-1.5-.6729-1.5-1.5v-5c0-.8271,.6729-1.5,1.5-1.5h5c.8271,0,1.5,.6729,1.5,1.5v5c0,.8271-.6729,1.5-1.5,1.5Zm-4.5-2h4v-4h-4v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31v-2c7.1682,0,13-5.8318,13-13,0-1.2648-.1812-2.5145-.5383-3.7147l1.917-.5706c.4124,1.3855,.6213,2.8273,.6213,4.2853,0,8.271-6.729,15-15,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M1.6213,20.2853c-.4124-1.3855-.6213-2.8273-.6213-4.2853C1,7.729,7.729,1,16,1V3c-7.1682,0-13,5.8318-13,13,0,1.2648,.1812,2.5145,.5383,3.7147l-1.917,.5706Z" }), children);
|
|
573
811
|
});
|
|
574
812
|
if (process.env.NODE_ENV !== "production") IbmCloudContinuousDelivery.propTypes = require_iconPropTypes.iconPropTypes;
|
|
575
|
-
const IbmCloudDatabases = react.default.forwardRef(function IbmCloudDatabases({ children, size = 16, ...rest }, ref) {
|
|
576
|
-
return react.default.createElement(
|
|
813
|
+
const IbmCloudDatabases = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDatabases({ children, size = 16, ...rest }, ref) {
|
|
814
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
577
815
|
width: size,
|
|
578
816
|
height: size,
|
|
579
817
|
ref,
|
|
@@ -584,8 +822,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
584
822
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,3h-10c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h10c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2ZM11,5h10v6h-10v-6ZM11,13h10v6h-10v-6ZM11,27v-6h10v6h-10ZM2,10v16c0,1.1.9,2,2,2h3v-2h-3v-4h3v-2h-3v-4h3v-2h-3v-4h3v-2h-3c-1.1,0-2,.9-2,2ZM28,8h-3v2h3v4h-3v2h3v4h-3v2h3v4h-3v2h3c1.1,0,2-.9,2-2V10c0-1.1-.9-2-2-2ZM14,9c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM14,17c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM14,25c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1Z" }), children);
|
|
585
823
|
});
|
|
586
824
|
if (process.env.NODE_ENV !== "production") IbmCloudDatabases.propTypes = require_iconPropTypes.iconPropTypes;
|
|
587
|
-
const IbmCloudDedicatedHost = react.default.forwardRef(function IbmCloudDedicatedHost({ children, size = 16, ...rest }, ref) {
|
|
588
|
-
return react.default.createElement(
|
|
825
|
+
const IbmCloudDedicatedHost = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDedicatedHost({ children, size = 16, ...rest }, ref) {
|
|
826
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
589
827
|
width: size,
|
|
590
828
|
height: size,
|
|
591
829
|
ref,
|
|
@@ -604,8 +842,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
604
842
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,24H26a2,2,0,0,0,2-2V18a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v4A2,2,0,0,0,6,24Zm0-6H26v4H6Z" }), children);
|
|
605
843
|
});
|
|
606
844
|
if (process.env.NODE_ENV !== "production") IbmCloudDedicatedHost.propTypes = require_iconPropTypes.iconPropTypes;
|
|
607
|
-
const IbmCloudDirectLink_1Connect = react.default.forwardRef(function IbmCloudDirectLink_1Connect({ children, size = 16, ...rest }, ref) {
|
|
608
|
-
return react.default.createElement(
|
|
845
|
+
const IbmCloudDirectLink_1Connect = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_1Connect({ children, size = 16, ...rest }, ref) {
|
|
846
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
609
847
|
width: size,
|
|
610
848
|
height: size,
|
|
611
849
|
ref,
|
|
@@ -616,8 +854,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
616
854
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,17c-0.5,0-0.9,0.1-1.3,0.3l-4-4c0.2-0.4,0.3-0.8,0.3-1.3c0-1.7-1.3-3-3-3s-3,1.3-3,3s1.3,3,3,3c0.5,0,0.9-0.1,1.3-0.3 l4,4C17.1,19.1,17,19.5,17,20c0,1.7,1.3,3,3,3s3-1.3,3-3S21.7,17,20,17z M11,12c0-0.6,0.4-1,1-1s1,0.4,1,1s-0.4,1-1,1S11,12.6,11,12 z M20,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S20.6,21,20,21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z" }), children);
|
|
617
855
|
});
|
|
618
856
|
if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_1Connect.propTypes = require_iconPropTypes.iconPropTypes;
|
|
619
|
-
const IbmCloudDirectLink_1Dedicated = react.default.forwardRef(function IbmCloudDirectLink_1Dedicated({ children, size = 16, ...rest }, ref) {
|
|
620
|
-
return react.default.createElement(
|
|
857
|
+
const IbmCloudDirectLink_1Dedicated = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_1Dedicated({ children, size = 16, ...rest }, ref) {
|
|
858
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
621
859
|
width: size,
|
|
622
860
|
height: size,
|
|
623
861
|
ref,
|
|
@@ -628,8 +866,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
628
866
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,21h-6c-1.1,0-2-0.9-2-2v-6c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2v6C21,20.1,20.1,21,19,21z M13,13v6h6l0-6H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z" }), children);
|
|
629
867
|
});
|
|
630
868
|
if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_1Dedicated.propTypes = require_iconPropTypes.iconPropTypes;
|
|
631
|
-
const IbmCloudDirectLink_1DedicatedHosting = react.default.forwardRef(function IbmCloudDirectLink_1DedicatedHosting({ children, size = 16, ...rest }, ref) {
|
|
632
|
-
return react.default.createElement(
|
|
869
|
+
const IbmCloudDirectLink_1DedicatedHosting = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_1DedicatedHosting({ children, size = 16, ...rest }, ref) {
|
|
870
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
633
871
|
width: size,
|
|
634
872
|
height: size,
|
|
635
873
|
ref,
|
|
@@ -640,8 +878,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
640
878
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 19H21V21H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 15H21V17H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 11H21V13H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z" }), children);
|
|
641
879
|
});
|
|
642
880
|
if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_1DedicatedHosting.propTypes = require_iconPropTypes.iconPropTypes;
|
|
643
|
-
const IbmCloudDirectLink_1Exchange = react.default.forwardRef(function IbmCloudDirectLink_1Exchange({ children, size = 16, ...rest }, ref) {
|
|
644
|
-
return react.default.createElement(
|
|
881
|
+
const IbmCloudDirectLink_1Exchange = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_1Exchange({ children, size = 16, ...rest }, ref) {
|
|
882
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
645
883
|
width: size,
|
|
646
884
|
height: size,
|
|
647
885
|
ref,
|
|
@@ -652,8 +890,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
652
890
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 15 19 19 15 19 15 21 21 21 21 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 11 11 11 11 17 13 17 13 13 17 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z" }), children);
|
|
653
891
|
});
|
|
654
892
|
if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_1Exchange.propTypes = require_iconPropTypes.iconPropTypes;
|
|
655
|
-
const IbmCloudDirectLink_2Connect = react.default.forwardRef(function IbmCloudDirectLink_2Connect({ children, size = 16, ...rest }, ref) {
|
|
656
|
-
return react.default.createElement(
|
|
893
|
+
const IbmCloudDirectLink_2Connect = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_2Connect({ children, size = 16, ...rest }, ref) {
|
|
894
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
657
895
|
width: size,
|
|
658
896
|
height: size,
|
|
659
897
|
ref,
|
|
@@ -664,8 +902,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
664
902
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.2,13c0.4,1.2,1.5,2,2.8,2c1.7,0,3-1.3,3-3s-1.3-3-3-3c-1.3,0-2.4,0.8-2.8,2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6 c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2v4H5V13H17.2z M20,11c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S19.4,11,20,11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,11V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14H14.8c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3 c1.3,0,2.4-0.8,2.8-2H27c1.1,0,2-0.9,2-2v-6h3v-2H29z M12,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,21,12,21z" }), children);
|
|
665
903
|
});
|
|
666
904
|
if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_2Connect.propTypes = require_iconPropTypes.iconPropTypes;
|
|
667
|
-
const IbmCloudDirectLink_2Dedicated = react.default.forwardRef(function IbmCloudDirectLink_2Dedicated({ children, size = 16, ...rest }, ref) {
|
|
668
|
-
return react.default.createElement(
|
|
905
|
+
const IbmCloudDirectLink_2Dedicated = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_2Dedicated({ children, size = 16, ...rest }, ref) {
|
|
906
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
669
907
|
width: size,
|
|
670
908
|
height: size,
|
|
671
909
|
ref,
|
|
@@ -676,8 +914,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
676
914
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32,11h-3V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14H13v-4h-2v4c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-6h3V11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,17v-4c0-1.1-0.9-2-2-2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2v4H5V13h14v4H21z" }), children);
|
|
677
915
|
});
|
|
678
916
|
if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_2Dedicated.propTypes = require_iconPropTypes.iconPropTypes;
|
|
679
|
-
const IbmCloudDirectLink_2DedicatedHosting = react.default.forwardRef(function IbmCloudDirectLink_2DedicatedHosting({ children, size = 16, ...rest }, ref) {
|
|
680
|
-
return react.default.createElement(
|
|
917
|
+
const IbmCloudDirectLink_2DedicatedHosting = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_2DedicatedHosting({ children, size = 16, ...rest }, ref) {
|
|
918
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
681
919
|
width: size,
|
|
682
920
|
height: size,
|
|
683
921
|
ref,
|
|
@@ -688,8 +926,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
688
926
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,27H5V13h4v-2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2V27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 19H21V21H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 15H21V17H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 11H21V13H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,11V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14h-4v2h4c1.1,0,2-0.9,2-2v-6h3v-2H29z" }), children);
|
|
689
927
|
});
|
|
690
928
|
if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_2DedicatedHosting.propTypes = require_iconPropTypes.iconPropTypes;
|
|
691
|
-
const IbmCloudEssentialSecurityAndObservabilityServices = react.default.forwardRef(function IbmCloudEssentialSecurityAndObservabilityServices({ children, size = 16, ...rest }, ref) {
|
|
692
|
-
return react.default.createElement(
|
|
929
|
+
const IbmCloudEssentialSecurityAndObservabilityServices = /* @__PURE__ */ react.default.forwardRef(function IbmCloudEssentialSecurityAndObservabilityServices({ children, size = 16, ...rest }, ref) {
|
|
930
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
693
931
|
width: size,
|
|
694
932
|
height: size,
|
|
695
933
|
ref,
|
|
@@ -700,8 +938,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
700
938
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,5.0002v-2c7.168,0,13,5.832,13,13h-2c0-6.0654-4.9346-11-11-11ZM16,27c-6.0654,0-11-4.9344-11-10.9998h-2c0,7.168,5.832,12.9998,13,12.9998h2v-1.9999h-2ZM4.2769,12.3044l-1.8389,1.0618-1-1.7324,1.8396-1.0623c-.1661-.4971-.2776-1.0193-.2776-1.5715s.1115-1.0745.2776-1.5715l-1.8396-1.0623,1-1.7324,1.8389,1.0618c.7053-.7937,1.6443-1.3745,2.7231-1.5945v-2.1011h2v2.1011c1.0788.22,2.0178.8008,2.7231,1.5945l1.8389-1.0618,1,1.7324-1.8396,1.0623c.1661.4971.2776,1.0193.2776,1.5715s-.1115,1.0745-.2776,1.5715l1.8396,1.0623-1,1.7324-1.8389-1.0618c-.7053.7937-1.6443,1.3745-2.7231,1.5945v2.1011h-2v-2.1011c-1.0788-.22-2.0178-.8008-2.7231-1.5945ZM5,9c0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3-3,1.3457-3,3ZM30,18v6.4678c0,1.9238-1.123,3.6973-2.8613,4.5195l-2.1387,1.0127-2.1387-1.0117c-1.7383-.8232-2.8613-2.5977-2.8613-4.5205v-6.4678h10ZM28,20h-6v4.4678c0,1.1543.6738,2.2188,1.7168,2.7119l1.2832.6074,1.2832-.6074c1.043-.4932,1.7168-1.5576,1.7168-2.7119v-4.4678Z" }), children);
|
|
701
939
|
});
|
|
702
940
|
if (process.env.NODE_ENV !== "production") IbmCloudEssentialSecurityAndObservabilityServices.propTypes = require_iconPropTypes.iconPropTypes;
|
|
703
|
-
const IbmCloudEventNotification = react.default.forwardRef(function IbmCloudEventNotification({ children, size = 16, ...rest }, ref) {
|
|
704
|
-
return react.default.createElement(
|
|
941
|
+
const IbmCloudEventNotification = /* @__PURE__ */ react.default.forwardRef(function IbmCloudEventNotification({ children, size = 16, ...rest }, ref) {
|
|
942
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
705
943
|
width: size,
|
|
706
944
|
height: size,
|
|
707
945
|
ref,
|
|
@@ -712,8 +950,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
712
950
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,19c-0.7,0-1.4,0.3-1.9,0.7l-4.3-2.6c0.1-0.4,0.2-0.7,0.2-1.1c0-0.4-0.1-0.8-0.2-1.1l4.3-2.6c0.5,0.4,1.2,0.7,1.9,0.7 c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3c0,0.2,0,0.4,0.1,0.6l-4.3,2.6C18.1,12.4,17.1,12,16,12c-0.6,0-1.1,0.1-1.6,0.4l-3.8-4.8 C10.8,7.1,11,6.6,11,6c0-1.7-1.3-3-3-3S5,4.3,5,6s1.3,3,3,3c0.3,0,0.7-0.1,1-0.2l3.8,4.8c-0.3,0.4-0.5,0.9-0.7,1.4H7.8 c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h4.3c0.1,0.5,0.4,1,0.7,1.4L9,23.2C8.7,23.1,8.3,23,8,23 c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.6-0.2-1.1-0.5-1.6l3.8-4.8c0.5,0.2,1.1,0.4,1.6,0.4c1.1,0,2.1-0.4,2.8-1.2l4.3,2.6 c0,0.2-0.1,0.4-0.1,0.6c0,1.7,1.3,3,3,3s3-1.3,3-3S27.7,19,26,19z M26,9c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S25.4,9,26,9z M7,6 c0-0.6,0.4-1,1-1s1,0.4,1,1S8.6,7,8,7S7,6.6,7,6z M5,17c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1c0.6,0,1,0.4,1,1C6,16.6,5.6,17,5,17z M8,27c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S8.6,27,8,27z M16,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S17.1,18,16,18z M26,23 c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S26.6,23,26,23z" }), children);
|
|
713
951
|
});
|
|
714
952
|
if (process.env.NODE_ENV !== "production") IbmCloudEventNotification.propTypes = require_iconPropTypes.iconPropTypes;
|
|
715
|
-
const IbmCloudEventStreams = react.default.forwardRef(function IbmCloudEventStreams({ children, size = 16, ...rest }, ref) {
|
|
716
|
-
return react.default.createElement(
|
|
953
|
+
const IbmCloudEventStreams = /* @__PURE__ */ react.default.forwardRef(function IbmCloudEventStreams({ children, size = 16, ...rest }, ref) {
|
|
954
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
717
955
|
width: size,
|
|
718
956
|
height: size,
|
|
719
957
|
ref,
|
|
@@ -724,8 +962,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
724
962
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.5,9.2l-1,1.7c2.2,1.2,3.5,3.6,3.5,6.1c0,5.2-3.8,8.7-6,10.2V24h-1c-2.5,0-4.9-1.4-6.1-3.6l-1.7,1c1.4,2.6,4,4.2,6.9,4.6 V29c0,0.3,0.2,0.7,0.5,0.9C18.6,30,18.8,30,19,30c0.2,0,0.3,0,0.4-0.1C19.8,29.7,28,25.5,28,17C28,13.8,26.3,10.8,23.5,9.2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,13.1V7.8c1.2-0.4,2-1.5,2-2.8c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,1.3,0.8,2.4,2,2.8v5.3c-0.4,0.1-0.7,0.2-1,0.4l-5.3-5.3 C11.9,7.9,12,7.5,12,7c0-1.7-1.3-3-3-3S6,5.3,6,7s1.3,3,3,3c0.5,0,0.9-0.1,1.3-0.3l5.3,5.3c-0.2,0.3-0.3,0.7-0.4,1H9.8 c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h5.3c0.4,1.7,2,3,3.9,3c2.2,0,4-1.8,4-4 C23,15.1,21.7,13.6,20,13.1z M19,4c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S18.4,4,19,4z M9,8C8.4,8,8,7.6,8,7s0.4-1,1-1s1,0.4,1,1 S9.6,8,9,8z M7,18c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S7.6,18,7,18z M19,19c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S20.1,19,19,19z" }), children);
|
|
725
963
|
});
|
|
726
964
|
if (process.env.NODE_ENV !== "production") IbmCloudEventStreams.propTypes = require_iconPropTypes.iconPropTypes;
|
|
727
|
-
const IbmCloudForEducation = react.default.forwardRef(function IbmCloudForEducation({ children, size = 16, ...rest }, ref) {
|
|
728
|
-
return react.default.createElement(
|
|
965
|
+
const IbmCloudForEducation = /* @__PURE__ */ react.default.forwardRef(function IbmCloudForEducation({ children, size = 16, ...rest }, ref) {
|
|
966
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
729
967
|
width: size,
|
|
730
968
|
height: size,
|
|
731
969
|
ref,
|
|
@@ -736,8 +974,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
736
974
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30h-2c0-1.6542-1.3457-3-3-3h-4c-1.6543,0-3,1.3458-3,3h-2c0-2.757,2.2429-5,5-5h4c2.7571,0,5,2.243,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,16c-.5522,0-1,.4478-1,1v6h2v-6c0-.5522-.4478-1-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32,12H14v2h4v5c0,2.7568,2.2429,5,5,5s5-2.2432,5-5v-5h4v-2Zm-9,10c-1.6543,0-3-1.3457-3-3v-1h6v1c0,1.6543-1.3457,3-3,3Zm3-6h-6v-2h6v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7983,10c-.9292-4.5586-4.9692-8-9.7983-8-4.8479,0-8.9382,3.4399-9.822,8.124-3.5232,.6294-6.178,3.7251-6.178,7.376,0,4.1357,3.3645,7.5,7.5,7.5h4.5v-2H7.5c-3.0327,0-5.5-2.4673-5.5-5.5,0-2.8779,2.2502-5.2852,5.1228-5.48l.8364-.0566,.0901-.8335c.4395-4.0645,3.8574-7.1299,7.9507-7.1299,3.7195,0,6.845,2.5552,7.7368,6h2.0615Z" }), children);
|
|
737
975
|
});
|
|
738
976
|
if (process.env.NODE_ENV !== "production") IbmCloudForEducation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
739
|
-
const IbmCloudGateKeeper = react.default.forwardRef(function IbmCloudGateKeeper({ children, size = 16, ...rest }, ref) {
|
|
740
|
-
return react.default.createElement(
|
|
977
|
+
const IbmCloudGateKeeper = /* @__PURE__ */ react.default.forwardRef(function IbmCloudGateKeeper({ children, size = 16, ...rest }, ref) {
|
|
978
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
741
979
|
width: size,
|
|
742
980
|
height: size,
|
|
743
981
|
ref,
|
|
@@ -748,8 +986,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
748
986
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,22l-5-4.96,1.59-1.57,3.41,3.38,7.41-7.35,1.59,1.58s-9,8.92-9,8.92ZM24,2H6c-1.1,0-2,.9-2,2v14.3c0,3.9,2.1,7.5,5.5,9.5l5.5,3.2,5.4-3.2c.92-.52,1.74-1.19,2.46-1.94l-1.36-1.36c-.59.61-1.26,1.14-2,1.6l-4.5,2.7-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2v-5c0-1.1-.9-2-2-2Z" }), children);
|
|
749
987
|
});
|
|
750
988
|
if (process.env.NODE_ENV !== "production") IbmCloudGateKeeper.propTypes = require_iconPropTypes.iconPropTypes;
|
|
751
|
-
const IbmCloudHpc = react.default.forwardRef(function IbmCloudHpc({ children, size = 16, ...rest }, ref) {
|
|
752
|
-
return react.default.createElement(
|
|
989
|
+
const IbmCloudHpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHpc({ children, size = 16, ...rest }, ref) {
|
|
990
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
753
991
|
width: size,
|
|
754
992
|
height: size,
|
|
755
993
|
ref,
|
|
@@ -760,8 +998,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
760
998
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 13H24V15H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 13H28V15H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 13H32V15H30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 17H32V19H30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 20H17V22H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 28H22V30H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 28H26V30H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m19,26h9v-9h-9v9Zm2-7h5v5h-5v-5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,3v.0005c-.002,0-.004-.0003-.006-.0003-4.7007.0032-8.9033,3.3306-9.8242,8.1152C2.6037,11.7607.0078,14.8598,0,18.4815c-.0089,4.1434,3.345,7.5096,7.4911,7.5185h9.5089v-2H7.4954c-3.0367-.0065-5.502-2.4802-5.4954-5.5142.0057-2.6569,1.9092-4.9289,4.5259-5.4023l1.3488-.2441.2591-1.3459c.7241-3.7623,4.0386-6.4933,7.8662-6.4935h0c3.7363,0,6.9395,2.5367,7.79,6.169l1.9473-.4561c-1.0635-4.541-5.0674-7.7129-9.7373-7.7129Z" }), children);
|
|
761
999
|
});
|
|
762
1000
|
if (process.env.NODE_ENV !== "production") IbmCloudHpc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
763
|
-
const IbmCloudHsm = react.default.forwardRef(function IbmCloudHsm({ children, size = 16, ...rest }, ref) {
|
|
764
|
-
return react.default.createElement(
|
|
1001
|
+
const IbmCloudHsm = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHsm({ children, size = 16, ...rest }, ref) {
|
|
1002
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
765
1003
|
width: size,
|
|
766
1004
|
height: size,
|
|
767
1005
|
ref,
|
|
@@ -780,8 +1018,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
780
1018
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6v2h2v-2c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4v8H6c-1.1045,0-2,.8955-2,2v4c0,1.1045,.8955,2,2,2h14v-2H6v-4h14v-2H12V12h8v-2H6V6H26Z" }), children);
|
|
781
1019
|
});
|
|
782
1020
|
if (process.env.NODE_ENV !== "production") IbmCloudHsm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
783
|
-
const IbmCloudHyperProtectCryptoServices = react.default.forwardRef(function IbmCloudHyperProtectCryptoServices({ children, size = 16, ...rest }, ref) {
|
|
784
|
-
return react.default.createElement(
|
|
1021
|
+
const IbmCloudHyperProtectCryptoServices = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHyperProtectCryptoServices({ children, size = 16, ...rest }, ref) {
|
|
1022
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
785
1023
|
width: size,
|
|
786
1024
|
height: size,
|
|
787
1025
|
ref,
|
|
@@ -796,8 +1034,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
796
1034
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,2c-5,0-9,4-9,9c0,0.9,0.1,1.8,0.4,2.6L2,24v6h6l10-10l-1.4-1.4l-2.8,2.8L12.4,20L11,21.4l1.4,1.4l-1.6,1.6L9.4,23 L8,24.4l1.4,1.4L7.2,28H4v-3.2l9.8-9.8l0.8-0.8L14.3,13c-0.2-0.7-0.3-1.3-0.3-2c0-3.9,3.1-7,7-7s7,3.1,7,7c0,1.5-0.5,2.9-1.3,4h2.3 c0.6-1.2,0.9-2.6,0.9-4C30,6,26,2,21,2z" }), children);
|
|
797
1035
|
});
|
|
798
1036
|
if (process.env.NODE_ENV !== "production") IbmCloudHyperProtectCryptoServices.propTypes = require_iconPropTypes.iconPropTypes;
|
|
799
|
-
const IbmCloudHyperProtectDbaas = react.default.forwardRef(function IbmCloudHyperProtectDbaas({ children, size = 16, ...rest }, ref) {
|
|
800
|
-
return react.default.createElement(
|
|
1037
|
+
const IbmCloudHyperProtectDbaas = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHyperProtectDbaas({ children, size = 16, ...rest }, ref) {
|
|
1038
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
801
1039
|
width: size,
|
|
802
1040
|
height: size,
|
|
803
1041
|
ref,
|
|
@@ -820,8 +1058,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
820
1058
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,2H7C5.9,2,5,2.9,5,4v22c0,1.1,0.9,2,2,2h9v-2H7v-6h9v-2H7v-6h16v3h2V4C25,2.9,24.1,2,23,2z M7,10V4h16v6H7z" }), children);
|
|
821
1059
|
});
|
|
822
1060
|
if (process.env.NODE_ENV !== "production") IbmCloudHyperProtectDbaas.propTypes = require_iconPropTypes.iconPropTypes;
|
|
823
|
-
const IbmCloudHyperProtectVs = react.default.forwardRef(function IbmCloudHyperProtectVs({ children, size = 16, ...rest }, ref) {
|
|
824
|
-
return react.default.createElement(
|
|
1061
|
+
const IbmCloudHyperProtectVs = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHyperProtectVs({ children, size = 16, ...rest }, ref) {
|
|
1062
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
825
1063
|
width: size,
|
|
826
1064
|
height: size,
|
|
827
1065
|
ref,
|
|
@@ -832,8 +1070,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
832
1070
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,18v6.5c0,1.9,1.1,3.7,2.9,4.5l2.1,1l2.1-1c1.7-0.8,2.9-2.6,2.9-4.5V18H20z M28,24.5c0,1.2-0.7,2.2-1.7,2.7L25,27.8 l-1.3-0.6c-1-0.5-1.7-1.6-1.7-2.7V20h6V24.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,2H5C3.9,2,3,2.9,3,4v22c0,1.1,0.9,2,2,2h11V4h9v11h2V4C27,2.9,26.1,2,25,2z M13.6,12.2L5,23.9V5.1L13.6,12.2z M6,26 l8-10.9V26H6z M14,9.9L6.8,4H14V9.9z" }), children);
|
|
833
1071
|
});
|
|
834
1072
|
if (process.env.NODE_ENV !== "production") IbmCloudHyperProtectVs.propTypes = require_iconPropTypes.iconPropTypes;
|
|
835
|
-
const IbmCloudInternetServices = react.default.forwardRef(function IbmCloudInternetServices({ children, size = 16, ...rest }, ref) {
|
|
836
|
-
return react.default.createElement(
|
|
1073
|
+
const IbmCloudInternetServices = /* @__PURE__ */ react.default.forwardRef(function IbmCloudInternetServices({ children, size = 16, ...rest }, ref) {
|
|
1074
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
837
1075
|
width: size,
|
|
838
1076
|
height: size,
|
|
839
1077
|
ref,
|
|
@@ -844,8 +1082,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
844
1082
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22c-0.7,0-1.4,0.3-1.9,0.7l-5.2-3.1c0-0.2,0.1-0.4,0.1-0.6s0-0.4-0.1-0.6l5.2-3.1c0.5,0.4,1.2,0.7,1.9,0.7 c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3c0,0.2,0,0.4,0.1,0.6l-5.2,3.1C18.4,16.3,17.7,16,17,16c-1.7,0-3,1.3-3,3s1.3,3,3,3 c0.7,0,1.4-0.3,1.9-0.7l5.2,3.1c0,0.2-0.1,0.4-0.1,0.6c0,1.7,1.3,3,3,3s3-1.3,3-3S28.7,22,27,22z M27,12c0.6,0,1,0.4,1,1s-0.4,1-1,1 s-1-0.4-1-1S26.4,12,27,12z M17,20c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S17.6,20,17,20z M27,26c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S27.6,26,27,26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,25H8.5c-3,0-5.5-2.5-5.5-5.5c0-2.7,1.9-4.9,4.5-5.4l1.3-0.2l0.3-1.3C9.9,8.7,13.2,6,17,6c0.5,0,1,0,1.5,0.1 c1.6,0.3,3,1.1,4.2,2.2l1.4-1.4c-1.4-1.4-3.2-2.4-5.2-2.7C18.3,4.1,17.6,4,17,4c-4.7,0-8.9,3.3-9.8,8.1C3.6,12.8,1,15.9,1,19.5 C1,23.6,4.3,27,8.5,27H19V25z" }), children);
|
|
845
1083
|
});
|
|
846
1084
|
if (process.env.NODE_ENV !== "production") IbmCloudInternetServices.propTypes = require_iconPropTypes.iconPropTypes;
|
|
847
|
-
const IbmCloudIpsecVpn = react.default.forwardRef(function IbmCloudIpsecVpn({ children, size = 16, ...rest }, ref) {
|
|
848
|
-
return react.default.createElement(
|
|
1085
|
+
const IbmCloudIpsecVpn = /* @__PURE__ */ react.default.forwardRef(function IbmCloudIpsecVpn({ children, size = 16, ...rest }, ref) {
|
|
1086
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
849
1087
|
width: size,
|
|
850
1088
|
height: size,
|
|
851
1089
|
ref,
|
|
@@ -856,8 +1094,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
856
1094
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,29c-.373,0-.7151-.2076-.8872-.5386l-2.0801-4,1.7744-.9229,1.1929,2.2939,4.3127-8.2938,1.7744,.9226-5.2,10c-.1721,.3311-.5142,.5387-.8872,.5387Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,15.2783v-2.2783c0-2.2056-1.7944-4-4-4s-4,1.7944-4,4v2.2783c-.595,.3467-1,.9849-1,1.7217v5c0,1.1025,.897,2,2,2h6c1.103,0,2-.8975,2-2v-5c0-.7368-.405-1.375-1-1.7217Zm-4-4.2783c1.103,0,2,.8975,2,2v2H5v-2c0-1.1025,.897-2,2-2Zm3,11H4v-5h6v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,2h-9.2773c-.3464-.5952-.9841-1-1.7227-1-1.1045,0-2,.8955-2,2s.8955,2,2,2c.7385,0,1.3762-.4048,1.7227-1h7.6304l-4.1697,8.0186c-.0613-.0059-.1206-.0186-.1833-.0186-1.1045,0-2,.8955-2,2s.8955,2,2,2,2-.8955,2-2c0-.2881-.0635-.5601-.1729-.8076L29.8872,3.4614c.02-.0439,.1128-.2104,.1128-.4614,0-.5522-.4478-1-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3,2c-.5522,0-1,.4478-1,1,0,.2509,.0929,.4177,.1128,.4614l1.8401,3.5386h2.2542l-1.5601-3H14V2H3Z" }), children);
|
|
857
1095
|
});
|
|
858
1096
|
if (process.env.NODE_ENV !== "production") IbmCloudIpsecVpn.propTypes = require_iconPropTypes.iconPropTypes;
|
|
859
|
-
const IbmCloudKeyProtect = react.default.forwardRef(function IbmCloudKeyProtect({ children, size = 16, ...rest }, ref) {
|
|
860
|
-
return react.default.createElement(
|
|
1097
|
+
const IbmCloudKeyProtect = /* @__PURE__ */ react.default.forwardRef(function IbmCloudKeyProtect({ children, size = 16, ...rest }, ref) {
|
|
1098
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
861
1099
|
width: size,
|
|
862
1100
|
height: size,
|
|
863
1101
|
ref,
|
|
@@ -868,8 +1106,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
868
1106
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14.1V2h-5v2h3v2h-3v2h3v6.1c-1.7,0.4-3,2-3,3.9c0,2.2,1.8,4,4,4s4-1.8,4-4C29,16.1,27.7,14.6,26,14.1z M25,20 c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2C27,19.1,26.1,20,25,20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,31l-5.5-3.2c-3.4-2-5.5-5.6-5.5-9.5V4c0-1.1,0.9-2,2-2h12v2H6v14.3c0,3.2,1.7,6.2,4.5,7.8l4.5,2.7l4.5-2.7 c1.1-0.7,2.1-1.5,2.8-2.6l1.6,1.1c-0.9,1.3-2.1,2.4-3.5,3.2L15,31z" }), children);
|
|
869
1107
|
});
|
|
870
1108
|
if (process.env.NODE_ENV !== "production") IbmCloudKeyProtect.propTypes = require_iconPropTypes.iconPropTypes;
|
|
871
|
-
const IbmCloudKubernetesService = react.default.forwardRef(function IbmCloudKubernetesService({ children, size = 16, ...rest }, ref) {
|
|
872
|
-
return react.default.createElement(
|
|
1109
|
+
const IbmCloudKubernetesService = /* @__PURE__ */ react.default.forwardRef(function IbmCloudKubernetesService({ children, size = 16, ...rest }, ref) {
|
|
1110
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
873
1111
|
width: size,
|
|
874
1112
|
height: size,
|
|
875
1113
|
ref,
|
|
@@ -880,8 +1118,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
880
1118
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23c-0.2,0-0.4,0-0.5-0.1l-5-3C10.2,19.7,10,19.4,10,19v-6c0-0.4,0.2-0.7,0.5-0.9l5-3C15.6,9,15.8,9,16,9 c0.2,0,0.4,0,0.5,0.1l5,3c0.3,0.2,0.5,0.5,0.5,0.9v6c0,0.4-0.2,0.7-0.5,0.9l-5,3C16.4,23,16.2,23,16,23z M12,18.4l4,2.4l4-2.4v-4.9 l-4-2.4l-4,2.4V18.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31c-0.2,0-0.3,0-0.5-0.1l-12-7C3.2,23.7,3,23.4,3,23V9c0-0.4,0.2-0.7,0.5-0.9l12-7C15.7,1,15.8,1,16,1 c0.2,0,0.3,0,0.5,0.1l12,7l-1,1.7L16,3.2L5,9.6v12.9l11,6.4l11-6.4V15h2v8c0,0.4-0.2,0.7-0.5,0.9l-12,7C16.3,31,16.2,31,16,31z" }), children);
|
|
881
1119
|
});
|
|
882
1120
|
if (process.env.NODE_ENV !== "production") IbmCloudKubernetesService.propTypes = require_iconPropTypes.iconPropTypes;
|
|
883
|
-
const IbmCloudLogging = react.default.forwardRef(function IbmCloudLogging({ children, size = 16, ...rest }, ref) {
|
|
884
|
-
return react.default.createElement(
|
|
1121
|
+
const IbmCloudLogging = /* @__PURE__ */ react.default.forwardRef(function IbmCloudLogging({ children, size = 16, ...rest }, ref) {
|
|
1122
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
885
1123
|
width: size,
|
|
886
1124
|
height: size,
|
|
887
1125
|
ref,
|
|
@@ -892,8 +1130,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
892
1130
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.4,10c0.3,0.5,0.7,0.9,1.3,1.2l1.3,0.6l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V4h-3V2h5v6.5c0,1.9-1.1,3.7-2.9,4.5l-2.2,1l-2.1-1 c-1.3-0.6-2.2-1.7-2.6-3H24.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 6H24V8H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 2H24V4H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16v6H4V6h10V4H4C2.9,4,2,4.9,2,6v16c0,1.1,0.9,2,2,2h8v4H8v2h16v-2h-4v-4h8c1.1,0,2-0.9,2-2v-6H28z M18,28h-4v-4h4V28z" }), children);
|
|
893
1131
|
});
|
|
894
1132
|
if (process.env.NODE_ENV !== "production") IbmCloudLogging.propTypes = require_iconPropTypes.iconPropTypes;
|
|
895
|
-
const IbmCloudMassDataMigration = react.default.forwardRef(function IbmCloudMassDataMigration({ children, size = 16, ...rest }, ref) {
|
|
896
|
-
return react.default.createElement(
|
|
1133
|
+
const IbmCloudMassDataMigration = /* @__PURE__ */ react.default.forwardRef(function IbmCloudMassDataMigration({ children, size = 16, ...rest }, ref) {
|
|
1134
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
897
1135
|
width: size,
|
|
898
1136
|
height: size,
|
|
899
1137
|
ref,
|
|
@@ -904,8 +1142,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
904
1142
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H10c-1.1,0-2-0.9-2-2v-3h2v3h12v-3h2v3C24,29.1,23.1,30,22,30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 14.8 15 25 17 25 17 14.8 19.6 17.4 21 16 16 11 11 16 12.4 17.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H12v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H20v2h3.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z" }), children);
|
|
905
1143
|
});
|
|
906
1144
|
if (process.env.NODE_ENV !== "production") IbmCloudMassDataMigration.propTypes = require_iconPropTypes.iconPropTypes;
|
|
907
|
-
const IbmCloudObservability = react.default.forwardRef(function IbmCloudObservability({ children, size = 16, ...rest }, ref) {
|
|
908
|
-
return react.default.createElement(
|
|
1145
|
+
const IbmCloudObservability = /* @__PURE__ */ react.default.forwardRef(function IbmCloudObservability({ children, size = 16, ...rest }, ref) {
|
|
1146
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
909
1147
|
width: size,
|
|
910
1148
|
height: size,
|
|
911
1149
|
ref,
|
|
@@ -916,8 +1154,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
916
1154
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,15h5v2h-5v-2ZM26,23h5v2h-5v-2ZM18,17.18l-2.59-2.59-1.41,1.41,4,4,6-6-1.41-1.41-4.59,4.59ZM18,25.18l-2.59-2.59-1.41,1.41,4,4,6-6-1.41-1.41-4.59,4.59ZM11,25h-2.5c-3.0327,0-5.5-2.4678-5.5-5.5,0-2.8779,2.25-5.2852,5.1231-5.4795l.8769-.0205.0493-.8701c.4395-4.0645,3.8579-7.1299,7.9507-7.1299,3.0596,0,5.8066,1.7031,7.169,4.4448l1.791-.8906c-1.7031-3.4258-5.1358-5.5542-8.96-5.5542-4.8477,0-8.938,3.4399-9.8218,8.124-3.5234.6294-6.1782,3.7246-6.1782,7.376,0,4.1357,3.3643,7.5,7.5,7.5h2.5v-2Z" }), children);
|
|
917
1155
|
});
|
|
918
1156
|
if (process.env.NODE_ENV !== "production") IbmCloudObservability.propTypes = require_iconPropTypes.iconPropTypes;
|
|
919
|
-
const IbmCloudPal = react.default.forwardRef(function IbmCloudPal({ children, size = 16, ...rest }, ref) {
|
|
920
|
-
return react.default.createElement(
|
|
1157
|
+
const IbmCloudPal = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPal({ children, size = 16, ...rest }, ref) {
|
|
1158
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
921
1159
|
width: size,
|
|
922
1160
|
height: size,
|
|
923
1161
|
ref,
|
|
@@ -934,8 +1172,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
934
1172
|
}), children);
|
|
935
1173
|
});
|
|
936
1174
|
if (process.env.NODE_ENV !== "production") IbmCloudPal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
937
|
-
const IbmCloudPrivilegedAccessGateway = react.default.forwardRef(function IbmCloudPrivilegedAccessGateway({ children, size = 16, ...rest }, ref) {
|
|
938
|
-
return react.default.createElement(
|
|
1175
|
+
const IbmCloudPrivilegedAccessGateway = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPrivilegedAccessGateway({ children, size = 16, ...rest }, ref) {
|
|
1176
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
939
1177
|
width: size,
|
|
940
1178
|
height: size,
|
|
941
1179
|
ref,
|
|
@@ -946,8 +1184,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
946
1184
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32 23 27 28 25.6 26.6 28.2 24 20 24 20 22 28.2 22 25.6 19.4 27 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.5,2.7C25.1,2.3,24.6,2,24,2h-2.7c-0.6,0-1.1,0.3-1.3,0.8L19.4,4H18V3.5C18,2.7,17.3,2,16.5,2h-5C10.7,2,10,2.7,10,3.5V4 H8.6L8,2.8C7.8,2.3,7.3,2,6.7,2H4C3.4,2,2.9,2.3,2.5,2.7C2.1,3.2,1.9,3.8,2,4.4l0.7,4.1C3,9.9,4.2,11,5.7,11H6v12c-1.7,0-3,1.3-3,3 v4h19v-2h-5v-7c0-1.7-1.3-3-3-3s-3,1.3-3,3v7H5v-2c0-0.6,0.4-1,1-1h2V11h12v7h2v-7h0.3c1.5,0,2.7-1.1,3-2.5L26,4.4 C26.1,3.8,25.9,3.2,25.5,2.7z M13,21c0-0.6,0.4-1,1-1s1,0.4,1,1v7h-2V21z M23.3,8.2c-0.1,0.5-0.5,0.8-1,0.8H5.7 c-0.5,0-0.9-0.4-1-0.8L4,4h2.4l1,2H12V4h4v2h4.6l1-2L24,4L23.3,8.2z" }), children);
|
|
947
1185
|
});
|
|
948
1186
|
if (process.env.NODE_ENV !== "production") IbmCloudPrivilegedAccessGateway.propTypes = require_iconPropTypes.iconPropTypes;
|
|
949
|
-
const IbmCloudProjects = react.default.forwardRef(function IbmCloudProjects({ children, size = 16, ...rest }, ref) {
|
|
950
|
-
return react.default.createElement(
|
|
1187
|
+
const IbmCloudProjects = /* @__PURE__ */ react.default.forwardRef(function IbmCloudProjects({ children, size = 16, ...rest }, ref) {
|
|
1188
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
951
1189
|
width: size,
|
|
952
1190
|
height: size,
|
|
953
1191
|
ref,
|
|
@@ -958,8 +1196,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
958
1196
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,18h-10v6.4678c0,1.9229,1.1231,3.6973,2.8613,4.5195l2.1387,1.0127,2.1387-1.0127c1.7383-.8223,2.8613-2.5967,2.8613-4.5195v-6.4678h0Zm-5,9.7861l-1.2832-.6074c-1.043-.4932-1.7168-1.5576-1.7168-2.7109v-4.4678h6v4.4678c0,1.1533-.6738,2.2178-1.7168,2.7109l-1.2832.6074h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17,18H5c-1.1045,0-2,.8954-2,2v5c0,1.1045.8955,2,2,2h12v-2H5v-5h12v-2h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27,4h-5c-1.1045,0-2,.8954-2,2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m15,4H5c-1.1045,0-2,.8954-2,2v7c0,1.1045.8955,2,2,2h10c1.1045,0,2-.8955,2-2v-7c0-1.1046-.8955-2-2-2h0ZM5,13v-7h10v7H5Z" }), children);
|
|
959
1197
|
});
|
|
960
1198
|
if (process.env.NODE_ENV !== "production") IbmCloudProjects.propTypes = require_iconPropTypes.iconPropTypes;
|
|
961
|
-
const IbmCloudResiliency = react.default.forwardRef(function IbmCloudResiliency({ children, size = 16, ...rest }, ref) {
|
|
962
|
-
return react.default.createElement(
|
|
1199
|
+
const IbmCloudResiliency = /* @__PURE__ */ react.default.forwardRef(function IbmCloudResiliency({ children, size = 16, ...rest }, ref) {
|
|
1200
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
963
1201
|
width: size,
|
|
964
1202
|
height: size,
|
|
965
1203
|
ref,
|
|
@@ -970,8 +1208,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
970
1208
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,24v6h6v-6h-6Zm4,4h-2v-2h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m2,30h6v-6H2v6Zm2-4h2v2h-2v-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,15h-9v-6.1631c1.4407-.4336,2.5-1.7571,2.5-3.3369,0-1.9297-1.5703-3.5-3.5-3.5s-3.5,1.5703-3.5,3.5c0,1.5798,1.0593,2.9033,2.5,3.3369v6.1631H6c-1.1025,0-2,.8972-2,2v5h2v-5h9v7h-2v6h6v-6h-2v-7h9v5h2v-5c0-1.1028-.8975-2-2-2ZM14.5,5.5c0-.8271.6729-1.5,1.5-1.5s1.5.6729,1.5,1.5-.6729,1.5-1.5,1.5-1.5-.6729-1.5-1.5Zm2.5,22.5h-2v-2h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26.5,9c1.9297,0,3.5-1.5703,3.5-3.5s-1.5703-3.5-3.5-3.5-3.5,1.5703-3.5,3.5,1.5703,3.5,3.5,3.5Zm0-5c.8271,0,1.5.6729,1.5,1.5s-.6729,1.5-1.5,1.5-1.5-.6729-1.5-1.5.6729-1.5,1.5-1.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m5.5,9c1.9297,0,3.5-1.5703,3.5-3.5s-1.5703-3.5-3.5-3.5-3.5,1.5703-3.5,3.5,1.5703,3.5,3.5,3.5Zm0-5c.8271,0,1.5.6729,1.5,1.5s-.6729,1.5-1.5,1.5-1.5-.6729-1.5-1.5.6729-1.5,1.5-1.5Z" }), children);
|
|
971
1209
|
});
|
|
972
1210
|
if (process.env.NODE_ENV !== "production") IbmCloudResiliency.propTypes = require_iconPropTypes.iconPropTypes;
|
|
973
|
-
const IbmCloudSecretsManager = react.default.forwardRef(function IbmCloudSecretsManager({ children, size = 16, ...rest }, ref) {
|
|
974
|
-
return react.default.createElement(
|
|
1211
|
+
const IbmCloudSecretsManager = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecretsManager({ children, size = 16, ...rest }, ref) {
|
|
1212
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
975
1213
|
width: size,
|
|
976
1214
|
height: size,
|
|
977
1215
|
ref,
|
|
@@ -982,8 +1220,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
982
1220
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,16c0-0.7-0.2-1.4-0.6-2l3.3-3.3l-1.4-1.4L18,12.6c-0.6-0.4-1.3-0.6-2-0.6c-0.7,0-1.4,0.2-2,0.6l-3.3-3.3l-1.4,1.4 l3.3,3.3c-0.4,0.6-0.6,1.3-0.6,2c0,0.7,0.2,1.4,0.6,2l-3.3,3.3l1.4,1.4l3.3-3.3c0.6,0.4,1.3,0.6,2,0.6c0.7,0,1.4-0.2,2-0.6l3.3,3.3 l1.4-1.4L19.4,18C19.8,17.4,20,16.7,20,16z M16,18c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C18,17.1,17.1,18,16,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,17h6v-2h-2.1C29.4,7.7,23.4,2,16,2C8.3,2,2,8.3,2,16s6.3,14,14,14c5.2,0,9.7-2.8,12.1-7l-1.7-1c-2.1,3.6-5.9,6-10.4,6 C9.4,28,4,22.6,4,16C4,9.4,9.4,4,16,4c6.3,0,11.4,4.9,11.9,11H26V17z" }), children);
|
|
983
1221
|
});
|
|
984
1222
|
if (process.env.NODE_ENV !== "production") IbmCloudSecretsManager.propTypes = require_iconPropTypes.iconPropTypes;
|
|
985
|
-
const IbmCloudSecurity = react.default.forwardRef(function IbmCloudSecurity({ children, size = 16, ...rest }, ref) {
|
|
986
|
-
return react.default.createElement(
|
|
1223
|
+
const IbmCloudSecurity = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecurity({ children, size = 16, ...rest }, ref) {
|
|
1224
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
987
1225
|
width: size,
|
|
988
1226
|
height: size,
|
|
989
1227
|
ref,
|
|
@@ -994,8 +1232,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
994
1232
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,23h-8c-2.21,0-4-1.79-4-4,0-1.85,1.28-3.46,3.08-3.89.42-2.33,2.47-4.11,4.92-4.11s4.5,1.77,4.92,4.11c1.8.43,3.08,2.04,3.08,3.89,0,2.21-1.79,4-4,4ZM18,21h8c1.1,0,2-.9,2-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3,1.35-3,3v1h-1c-1.1,0-2,.9-2,2s.9,2,2,2ZM24,2H6c-1.1,0-2,.9-2,2v14.3c0,3.9,2.1,7.5,5.5,9.5l5.5,3.2,5.4-3.2c.5-.29.97-.62,1.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5,2.7-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2v-5c0-1.1-.9-2-2-2h-.01Z" }), children);
|
|
995
1233
|
});
|
|
996
1234
|
if (process.env.NODE_ENV !== "production") IbmCloudSecurity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
997
|
-
const IbmCloudSecurityComplianceCenter = react.default.forwardRef(function IbmCloudSecurityComplianceCenter({ children, size = 16, ...rest }, ref) {
|
|
998
|
-
return react.default.createElement(
|
|
1235
|
+
const IbmCloudSecurityComplianceCenter = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecurityComplianceCenter({ children, size = 16, ...rest }, ref) {
|
|
1236
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
999
1237
|
width: size,
|
|
1000
1238
|
height: size,
|
|
1001
1239
|
ref,
|
|
@@ -1006,8 +1244,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1006
1244
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,18v5.5c0,1.5-0.9,2.8-2.3,3.5L26,27.8 L24.3,27c-1.4-0.6-2.3-2-2.3-3.5V18H30 M32,16H20v7.5c0,2.2,1.3,4.3,3.4,5.3L26,30l2.6-1.2c2.1-1,3.4-3,3.4-5.3V16L32,16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,25H7.5C3.4,25,0,21.6,0,17.5c0-3.7,2.7-6.7,6.2-7.4C7.1,5.4,11.2,2,16,2c5.5,0,10,4.5,10,10h-2c0-4.4-3.6-8-8-8 c-4.1,0-7.5,3.1-8,7.1L8,12L7.1,12C4.2,12.2,2,14.6,2,17.5c0,3,2.5,5.5,5.5,5.5H16V25z" }), children);
|
|
1007
1245
|
});
|
|
1008
1246
|
if (process.env.NODE_ENV !== "production") IbmCloudSecurityComplianceCenter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1009
|
-
const IbmCloudSecurityComplianceCenterWorkloadProtection = react.default.forwardRef(function IbmCloudSecurityComplianceCenterWorkloadProtection({ children, size = 16, ...rest }, ref) {
|
|
1010
|
-
return react.default.createElement(
|
|
1247
|
+
const IbmCloudSecurityComplianceCenterWorkloadProtection = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecurityComplianceCenterWorkloadProtection({ children, size = 16, ...rest }, ref) {
|
|
1248
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1011
1249
|
width: size,
|
|
1012
1250
|
height: size,
|
|
1013
1251
|
ref,
|
|
@@ -1018,8 +1256,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1018
1256
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,18v6.5c0,1.9,1.1,3.7,2.9,4.5l2.1,1l2.1-1c1.7-0.8,2.9-2.6,2.9-4.5V18H20z M28,24.5c0,1.2-0.7,2.2-1.7,2.7L25,27.8 l-1.3-0.6c-1-0.5-1.7-1.6-1.7-2.7V20h6V24.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4h-2c0-1.1-0.9-2-2-2s-2,0.9-2,2s0.9,2,2,2V20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,25c-5,0-9-4-9-9s4-9,9-9s9,4,9,9h-2c0-3.9-3.1-7-7-7s-7,3.1-7,7s3.1,7,7,7V25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14h-2c0-6.6-5.4-12-12-12S4,9.4,4,16s5.4,12,12,12V30z" }), children);
|
|
1019
1257
|
});
|
|
1020
1258
|
if (process.env.NODE_ENV !== "production") IbmCloudSecurityComplianceCenterWorkloadProtection.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1021
|
-
const IbmCloudSecurityGroups = react.default.forwardRef(function IbmCloudSecurityGroups({ children, size = 16, ...rest }, ref) {
|
|
1022
|
-
return react.default.createElement(
|
|
1259
|
+
const IbmCloudSecurityGroups = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecurityGroups({ children, size = 16, ...rest }, ref) {
|
|
1260
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1023
1261
|
width: size,
|
|
1024
1262
|
height: size,
|
|
1025
1263
|
ref,
|
|
@@ -1030,8 +1268,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1030
1268
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.86,25.86c-.72.75-1.54,1.42-2.46,1.94l-5.4,3.2-5.5-3.2c-3.4-2-5.5-5.6-5.5-9.5V4c0-1.1.9-2,2-2h18c1.1,0,2,.9,2,2v5h-2v-5H6v14.3c0,3.2,1.7,6.2,4.5,7.8l4.5,2.7,4.5-2.7c.73-.47,1.41-.99,2-1.6,0,0,1.36,1.36,1.36,1.36ZM28,12h-10v2h10v-2ZM28,20h-10v2h10v-2ZM30,16h-10v2h10v-2Z" }), children);
|
|
1031
1269
|
});
|
|
1032
1270
|
if (process.env.NODE_ENV !== "production") IbmCloudSecurityGroups.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1033
|
-
const IbmCloudSubnets = react.default.forwardRef(function IbmCloudSubnets({ children, size = 16, ...rest }, ref) {
|
|
1034
|
-
return react.default.createElement(
|
|
1271
|
+
const IbmCloudSubnets = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSubnets({ children, size = 16, ...rest }, ref) {
|
|
1272
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1035
1273
|
width: size,
|
|
1036
1274
|
height: size,
|
|
1037
1275
|
ref,
|
|
@@ -1042,8 +1280,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1042
1280
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22a3.6069,3.6069,0,0,0-2,.6L19.4143,18,18,19.4141,22.6,24a4.1755,4.1755,0,0,0-.4,1H9.8583A3.5525,3.5525,0,0,0,9.4,24L24,9.4a3.6069,3.6069,0,0,0,2,.6,4,4,0,1,0-3.8569-5H9.9A4.0785,4.0785,0,0,0,6,2a4,4,0,0,0,0,8,3.6066,3.6066,0,0,0,2-.6L12.5858,14,14,12.5859,9.4,8a4.175,4.175,0,0,0,.4-1H22.1418A3.5553,3.5553,0,0,0,22.6,8L8,22.6A3.6066,3.6066,0,0,0,6,22a4,4,0,1,0,3.8569,5H22.1A4.0118,4.0118,0,1,0,26,22ZM26,4a2,2,0,1,1-2,2A2.0058,2.0058,0,0,1,26,4ZM6,8A2,2,0,1,1,8,6,2.0058,2.0058,0,0,1,6,8ZM6,28a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,6,28Zm20,0a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,26,28Z" }), children);
|
|
1043
1281
|
});
|
|
1044
1282
|
if (process.env.NODE_ENV !== "production") IbmCloudSubnets.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1045
|
-
const IbmCloudSysdigSecure = react.default.forwardRef(function IbmCloudSysdigSecure({ children, size = 16, ...rest }, ref) {
|
|
1046
|
-
return react.default.createElement(
|
|
1283
|
+
const IbmCloudSysdigSecure = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSysdigSecure({ children, size = 16, ...rest }, ref) {
|
|
1284
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1047
1285
|
width: size,
|
|
1048
1286
|
height: size,
|
|
1049
1287
|
ref,
|
|
@@ -1054,8 +1292,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1054
1292
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,14l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V2h10v6.5c0,1.9-1.1,3.7-2.9,4.5L25,14z M22,4v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V4H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16v6H4V6h12V4H4C2.9,4,2,4.9,2,6v16c0,1.1,0.9,2,2,2h8v4H8v2h16v-2h-4v-4h8c1.1,0,2-0.9,2-2v-6H28z M18,28h-4v-4h4V28z" }), children);
|
|
1055
1293
|
});
|
|
1056
1294
|
if (process.env.NODE_ENV !== "production") IbmCloudSysdigSecure.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1057
|
-
const IbmCloudTransitGateway = react.default.forwardRef(function IbmCloudTransitGateway({ children, size = 16, ...rest }, ref) {
|
|
1058
|
-
return react.default.createElement(
|
|
1295
|
+
const IbmCloudTransitGateway = /* @__PURE__ */ react.default.forwardRef(function IbmCloudTransitGateway({ children, size = 16, ...rest }, ref) {
|
|
1296
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1059
1297
|
width: size,
|
|
1060
1298
|
height: size,
|
|
1061
1299
|
ref,
|
|
@@ -1066,8 +1304,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1066
1304
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12.5,7.5l-1.4-1.4,3.5-3.5c.8-.8,2.1-.8,2.8,0l3.5,3.5-1.4,1.4-3.5-3.5-3.5,3.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m19.5,24.5l1.4,1.4-3.5,3.5c-.8.8-2.1.8-2.8,0l-3.5-3.5,1.4-1.4,3.5,3.5,3.5-3.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24.5,12.5l1.4-1.4,3.5,3.5c.8.8.8,2.1,0,2.8l-3.5,3.5-1.4-1.4,3.5-3.5-3.5-3.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m7.5,19.5l-1.4,1.4-3.5-3.5c-.8-.8-.8-2.1,0-2.8l3.5-3.5,1.4,1.4-3.5,3.5,3.5,3.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,24c-.2,0-.3,0-.5.1l-6.1-6.1c.8-1.2.8-2.8,0-4l6.1-6.1c.2.1.3.1.5.1,1.1,0,2-.9,2-2s-.9-2-2-2-2,.9-2,2c0,.2,0,.3.1.5l-6.1,6.1c-1.2-.8-2.8-.8-4,0l-6.1-6.1c.1-.2.1-.3.1-.5,0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2c.2,0,.3,0,.5-.1l6.1,6.1c-.8,1.2-.8,2.8,0,4l-6.1,6.1c-.2-.1-.3-.1-.5-.1-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c0-.2,0-.3-.1-.5l6.1-6.1c1.2.8,2.8.8,4,0l6.1,6.1c0,.2-.1.3-.1.5,0,1.1.9,2,2,2s2-.9,2-2-.9-2-2-2Zm-10-6c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z" }), children);
|
|
1067
1305
|
});
|
|
1068
1306
|
if (process.env.NODE_ENV !== "production") IbmCloudTransitGateway.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1069
|
-
const IbmCloudVirtualServerClassic = react.default.forwardRef(function IbmCloudVirtualServerClassic({ children, size = 16, ...rest }, ref) {
|
|
1070
|
-
return react.default.createElement(
|
|
1307
|
+
const IbmCloudVirtualServerClassic = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVirtualServerClassic({ children, size = 16, ...rest }, ref) {
|
|
1308
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1071
1309
|
width: size,
|
|
1072
1310
|
height: size,
|
|
1073
1311
|
ref,
|
|
@@ -1082,8 +1320,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1082
1320
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,22h-5v2h5v4H6v-4h9c1.1,0,2-.9,2-2h0v-9.17l2.59,2.59,1.41-1.42-5-5-5,5,1.41,1.41,2.59-2.58v9.17H6c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h20c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23.75,8.05c-.88-3.5-4.08-6.05-7.75-6.05s-6.87,2.55-7.75,6.05c-2.96.37-5.25,2.9-5.25,5.95,0,3.31,2.69,6,6,6h2v-2h-2c-2.21,0-4-1.79-4-4,0-2.19,1.77-3.97,3.95-4l.99.02.12-.88c.43-2.93,2.98-5.14,5.94-5.14s5.51,2.21,5.93,5.15l.12.88.88-.02.13-.01c2.18.03,3.94,1.81,3.94,4,0,2.21-1.79,4-4,4h-2v2h2c3.31,0,6-2.69,6-6,0-3.05-2.29-5.58-5.25-5.95Z" }), children);
|
|
1083
1321
|
});
|
|
1084
1322
|
if (process.env.NODE_ENV !== "production") IbmCloudVirtualServerClassic.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1085
|
-
const IbmCloudVirtualServerVpc = react.default.forwardRef(function IbmCloudVirtualServerVpc({ children, size = 16, ...rest }, ref) {
|
|
1086
|
-
return react.default.createElement(
|
|
1323
|
+
const IbmCloudVirtualServerVpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVirtualServerVpc({ children, size = 16, ...rest }, ref) {
|
|
1324
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1087
1325
|
width: size,
|
|
1088
1326
|
height: size,
|
|
1089
1327
|
ref,
|
|
@@ -1098,8 +1336,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1098
1336
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m5,30h22c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2H5c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2Zm0-6h22v4H5v-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23,20h-14c-3.31,0-6-2.69-6-6,0-3.05,2.29-5.58,5.25-5.95.88-3.5,4.08-6.05,7.75-6.05s6.87,2.55,7.75,6.05c2.96.37,5.25,2.9,5.25,5.95,0,3.31-2.69,6-6,6Zm-14.05-10c-2.18.03-3.95,1.81-3.95,4,0,2.21,1.79,4,4,4h14c2.21,0,4-1.79,4-4,0-2.19-1.76-3.97-3.94-4l-.12.01-.88.02-.12-.88c-.43-2.94-2.98-5.15-5.94-5.15s-5.51,2.21-5.93,5.15l-.12.88-1-.03Z" }), children);
|
|
1099
1337
|
});
|
|
1100
1338
|
if (process.env.NODE_ENV !== "production") IbmCloudVirtualServerVpc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1101
|
-
const IbmCloudVpc = react.default.forwardRef(function IbmCloudVpc({ children, size = 16, ...rest }, ref) {
|
|
1102
|
-
return react.default.createElement(
|
|
1339
|
+
const IbmCloudVpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpc({ children, size = 16, ...rest }, ref) {
|
|
1340
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1103
1341
|
width: size,
|
|
1104
1342
|
height: size,
|
|
1105
1343
|
ref,
|
|
@@ -1110,8 +1348,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1110
1348
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23.4141,22l-13.4141-13.4141V2H2v8h6.5859l13.4141,13.4141v6.5859h8v-8h-6.5859ZM8,8h-4V4h4v4Zm20,20h-4v-4h4v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,6c0-2.2056-1.7944-4-4-4-1.8584,0-3.4106,1.2798-3.8579,3h-9.1421v2h9.1421c.3638,1.3989,1.4592,2.4941,2.8579,2.8579v9.1421h2v-9.1421c1.7202-.4473,3-1.9995,3-3.8579Zm-4,2c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m19,25h-9.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-9.1421h-2v9.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h9.1421v-2Zm-13,3c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z" }), children);
|
|
1111
1349
|
});
|
|
1112
1350
|
if (process.env.NODE_ENV !== "production") IbmCloudVpc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1113
|
-
const IbmCloudVpcBlockStorageSnapshots = react.default.forwardRef(function IbmCloudVpcBlockStorageSnapshots({ children, size = 16, ...rest }, ref) {
|
|
1114
|
-
return react.default.createElement(
|
|
1351
|
+
const IbmCloudVpcBlockStorageSnapshots = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcBlockStorageSnapshots({ children, size = 16, ...rest }, ref) {
|
|
1352
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1115
1353
|
width: size,
|
|
1116
1354
|
height: size,
|
|
1117
1355
|
ref,
|
|
@@ -1122,8 +1360,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1122
1360
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4c-1.1,0-2-.9-2-2v-12h2v12h24V4h-12v-2h12c1.1,0,2,.9,2,2v24c0,1.1-.9,2-2,2ZM22.5,12.1l-6-3c-.3-.1-.6-.1-.9,0l-6,3c-.3.2-.5.5-.6.9v7c0,.4.2.7.6.9l6,3c.3.1.6.1.9,0l6-3c.3-.2.5-.5.6-.9v-7c0-.4-.2-.7-.5-.9h-.1ZM16,11.1l3.8,1.9-3.8,1.9-3.8-1.9s3.8-1.9,3.8-1.9ZM11,14.6l4,2v4.8l-4-2v-4.8ZM17,21.4v-4.8l4-2v4.8s-4,2-4,2ZM0,10h5v2H0v-2ZM12,0v5h-2V0h2ZM3.4,2l3.5,3.5-1.4,1.4-3.5-3.5,1.4-1.4Z" }), children);
|
|
1123
1361
|
});
|
|
1124
1362
|
if (process.env.NODE_ENV !== "production") IbmCloudVpcBlockStorageSnapshots.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1125
|
-
const IbmCloudVpcClientVpn = react.default.forwardRef(function IbmCloudVpcClientVpn({ children, size = 16, ...rest }, ref) {
|
|
1126
|
-
return react.default.createElement(
|
|
1363
|
+
const IbmCloudVpcClientVpn = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcClientVpn({ children, size = 16, ...rest }, ref) {
|
|
1364
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1127
1365
|
width: size,
|
|
1128
1366
|
height: size,
|
|
1129
1367
|
ref,
|
|
@@ -1134,8 +1372,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1134
1372
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2c-7.7,0-14,6.3-14,14s6.3,14,14,14h1V2h-1ZM15,4v11h-5c.2-4.2,1.9-8.1,4.8-10.9h.2v-.1ZM15,17v11h-.2c-2.9-2.8-4.6-6.7-4.8-10.9h5v-.1ZM11.5,4.9c-2.1,2.9-3.3,6.4-3.5,10.1h-4c.4-4.6,3.4-8.5,7.5-10.1ZM4,17h4c.2,3.7,1.4,7.2,3.5,10.1-4.1-1.7-7.1-5.5-7.5-10.1ZM29,23h-1v-2c0-1.7-1.3-3-3-3s-3,1.3-3,3v2h-1c-.6,0-1,.4-1,1v5c0,.6.4,1,1,1h8c.6,0,1-.4,1-1v-5c0-.6-.4-1-1-1ZM24,21c0-.6.4-1,1-1s1,.4,1,1v2h-2v-2ZM28,28h-6v-3h6v3ZM25,8c1.7,0,3-1.3,3-3s-1.3-3-3-3-3,1.3-3,3,1.3,3,3,3ZM25,4c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1ZM25,14c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1ZM25,10c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1Z" }), children);
|
|
1135
1373
|
});
|
|
1136
1374
|
if (process.env.NODE_ENV !== "production") IbmCloudVpcClientVpn.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1137
|
-
const IbmCloudVpcEndpoints = react.default.forwardRef(function IbmCloudVpcEndpoints({ children, size = 16, ...rest }, ref) {
|
|
1138
|
-
return react.default.createElement(
|
|
1375
|
+
const IbmCloudVpcEndpoints = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcEndpoints({ children, size = 16, ...rest }, ref) {
|
|
1376
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1139
1377
|
width: size,
|
|
1140
1378
|
height: size,
|
|
1141
1379
|
ref,
|
|
@@ -1146,8 +1384,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1146
1384
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,27H7a2.0059,2.0059,0,0,1-2-2V12H7V25H20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.4,22l-4-4a3.6057,3.6057,0,0,0,.6-2,4.0118,4.0118,0,0,0-4-4,3.6057,3.6057,0,0,0-2,.6l-4-4V2H2v8H8.6l4,4a3.6057,3.6057,0,0,0-.6,2,4.0118,4.0118,0,0,0,4,4,3.6057,3.6057,0,0,0,2-.6l4,4V30h8V22ZM8,8H4V4H8Zm8,10a2,2,0,1,1,2-2A2.0059,2.0059,0,0,1,16,18ZM28,28H24V24h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,20h2V7a2.0059,2.0059,0,0,0-2-2H12V7H25Z" }), children);
|
|
1147
1385
|
});
|
|
1148
1386
|
if (process.env.NODE_ENV !== "production") IbmCloudVpcEndpoints.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1149
|
-
const IbmCloudVpcFileStorage = react.default.forwardRef(function IbmCloudVpcFileStorage({ children, size = 16, ...rest }, ref) {
|
|
1150
|
-
return react.default.createElement(
|
|
1387
|
+
const IbmCloudVpcFileStorage = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcFileStorage({ children, size = 16, ...rest }, ref) {
|
|
1388
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1151
1389
|
width: size,
|
|
1152
1390
|
height: size,
|
|
1153
1391
|
ref,
|
|
@@ -1158,8 +1396,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1158
1396
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,26H4V6h7.2l3.4,3.4.6.6h12.8v8h2v-8c0-1.1-.9-2-2-2h-12l-3.4-3.4c-.4-.4-.9-.6-1.4-.6h-7.2c-1.1,0-2,.9-2,2v20c0,1.1.9,2,2,2h9s0-2,0-2ZM16,20h14v2h-14v-2ZM16,24h14v2h-14v-2ZM16,28h7v2h-7v-2Z" }), children);
|
|
1159
1397
|
});
|
|
1160
1398
|
if (process.env.NODE_ENV !== "production") IbmCloudVpcFileStorage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1161
|
-
const IbmCloudVpcImages = react.default.forwardRef(function IbmCloudVpcImages({ children, size = 16, ...rest }, ref) {
|
|
1162
|
-
return react.default.createElement(
|
|
1399
|
+
const IbmCloudVpcImages = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcImages({ children, size = 16, ...rest }, ref) {
|
|
1400
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1163
1401
|
width: size,
|
|
1164
1402
|
height: size,
|
|
1165
1403
|
ref,
|
|
@@ -1170,8 +1408,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1170
1408
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,20H4c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h24c1.1,0,2,.9,2,2v10h-2V6H4v12h26v2ZM2,22h28v2H2v-2ZM2,26h28v2H2v-2ZM16,16c-2.2,0-4-1.8-4-4s1.8-4,4-4,4,1.8,4,4-1.8,4-4,4ZM16,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM24,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2h0ZM8,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2h0Z" }), children);
|
|
1171
1409
|
});
|
|
1172
1410
|
if (process.env.NODE_ENV !== "production") IbmCloudVpcImages.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1173
|
-
const IbmCloudPakApplications = react.default.forwardRef(function IbmCloudPakApplications({ children, size = 16, ...rest }, ref) {
|
|
1174
|
-
return react.default.createElement(
|
|
1411
|
+
const IbmCloudPakApplications = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakApplications({ children, size = 16, ...rest }, ref) {
|
|
1412
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1175
1413
|
width: size,
|
|
1176
1414
|
height: size,
|
|
1177
1415
|
ref,
|
|
@@ -1182,8 +1420,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1182
1420
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,22H15a2.0023,2.0023,0,0,1-2-2V16a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,21,22Zm-6-6v4h6V16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,17H9V12a2.0023,2.0023,0,0,1,2-2h6v2H11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
|
|
1183
1421
|
});
|
|
1184
1422
|
if (process.env.NODE_ENV !== "production") IbmCloudPakApplications.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1185
|
-
const IbmCloudPakBusinessAutomation = react.default.forwardRef(function IbmCloudPakBusinessAutomation({ children, size = 16, ...rest }, ref) {
|
|
1186
|
-
return react.default.createElement(
|
|
1423
|
+
const IbmCloudPakBusinessAutomation = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakBusinessAutomation({ children, size = 16, ...rest }, ref) {
|
|
1424
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1187
1425
|
width: size,
|
|
1188
1426
|
height: size,
|
|
1189
1427
|
ref,
|
|
@@ -1201,8 +1439,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1201
1439
|
] }) }), children);
|
|
1202
1440
|
});
|
|
1203
1441
|
if (process.env.NODE_ENV !== "production") IbmCloudPakBusinessAutomation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1204
|
-
const IbmCloudPakData = react.default.forwardRef(function IbmCloudPakData({ children, size = 16, ...rest }, ref) {
|
|
1205
|
-
return react.default.createElement(
|
|
1442
|
+
const IbmCloudPakData = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakData({ children, size = 16, ...rest }, ref) {
|
|
1443
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1206
1444
|
width: size,
|
|
1207
1445
|
height: size,
|
|
1208
1446
|
ref,
|
|
@@ -1229,8 +1467,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1229
1467
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257A2.9642,2.9642,0,0,0,19,16a3.0033,3.0033,0,0,0-3-3,2.9642,2.9642,0,0,0-1.3187.3187l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258A2.9634,2.9634,0,0,0,13,16a3.0033,3.0033,0,0,0,3,3,2.9634,2.9634,0,0,0,1.3188-.3188l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
|
|
1230
1468
|
});
|
|
1231
1469
|
if (process.env.NODE_ENV !== "production") IbmCloudPakData.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1232
|
-
const IbmCloudPakIntegration = react.default.forwardRef(function IbmCloudPakIntegration({ children, size = 16, ...rest }, ref) {
|
|
1233
|
-
return react.default.createElement(
|
|
1470
|
+
const IbmCloudPakIntegration = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakIntegration({ children, size = 16, ...rest }, ref) {
|
|
1471
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1234
1472
|
width: size,
|
|
1235
1473
|
height: size,
|
|
1236
1474
|
ref,
|
|
@@ -1241,8 +1479,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1241
1479
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.1213,9.8787a3,3,0,0,0-4.2426,0l-.4645.4644,1.4142,1.4142.4645-.4645a1,1,0,0,1,1.4142,1.4144L17.4142,16l1.4143,1.4142,3.2928-3.2929A3,3,0,0,0,22.1213,9.8787Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.7071,20.7072a1,1,0,0,1-1.4142-1.4144L14.5858,16l-1.4142-1.4142L9.8787,17.8787a3,3,0,1,0,4.2426,4.2426l.4645-.4644-1.4142-1.4143Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.1213,9.8787a3,3,0,0,0-4.2426,4.2426l.4645.4645,1.4142-1.4142-.4645-.4645a1,1,0,0,1,1.4142-1.4143L16,14.5858l1.4142-1.4143Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.1213,17.8787l-.4645-.4645-1.4141,1.4142.4644.4645a1,1,0,0,1-1.4142,1.4143L16,17.4142l-1.4142,1.4142,3.2929,3.2929a3,3,0,0,0,4.2426-4.2426Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
|
|
1242
1480
|
});
|
|
1243
1481
|
if (process.env.NODE_ENV !== "production") IbmCloudPakIntegration.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1244
|
-
const IbmCloudPakMantaAutomatedDataLineage = react.default.forwardRef(function IbmCloudPakMantaAutomatedDataLineage({ children, size = 16, ...rest }, ref) {
|
|
1245
|
-
return react.default.createElement(
|
|
1482
|
+
const IbmCloudPakMantaAutomatedDataLineage = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakMantaAutomatedDataLineage({ children, size = 16, ...rest }, ref) {
|
|
1483
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1246
1484
|
width: size,
|
|
1247
1485
|
height: size,
|
|
1248
1486
|
ref,
|
|
@@ -1253,8 +1491,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1253
1491
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,11V5H24V7H14V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4v8a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V9a3.0033,3.0033,0,0,1,3,3v9H11V19H5v6h6V23h6v2a2.0025,2.0025,0,0,0,2,2h5v2h6V23H24v2H19V18h5v2h6V14H24v2H19V12a4.9521,4.9521,0,0,0-1.0254-3H24v2ZM4,12V4h8v8ZM9,23H7V21H9Zm17,2h2v2H26Zm0-9h2v2H26Zm0-9h2V9H26Z" }), children);
|
|
1254
1492
|
});
|
|
1255
1493
|
if (process.env.NODE_ENV !== "production") IbmCloudPakMantaAutomatedDataLineage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1256
|
-
const IbmCloudPakMulticloudMgmt = react.default.forwardRef(function IbmCloudPakMulticloudMgmt({ children, size = 16, ...rest }, ref) {
|
|
1257
|
-
return react.default.createElement(
|
|
1494
|
+
const IbmCloudPakMulticloudMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakMulticloudMgmt({ children, size = 16, ...rest }, ref) {
|
|
1495
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1258
1496
|
width: size,
|
|
1259
1497
|
height: size,
|
|
1260
1498
|
ref,
|
|
@@ -1265,8 +1503,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1265
1503
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257a2.8876,2.8876,0,0,0,0-2.6374l.0257.0257,1.7814-1.7813a2.0345,2.0345,0,1,0-1.4141-1.4141L17.293,13.293l.0257.0257a2.8876,2.8876,0,0,0-2.6374,0l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258a2.8872,2.8872,0,0,0,0,2.6376l-.0258-.0258-1.7814,1.7813a2.0345,2.0345,0,1,0,1.4141,1.4141L14.707,18.707l-.0258-.0258a2.8872,2.8872,0,0,0,2.6376,0l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
|
|
1266
1504
|
});
|
|
1267
1505
|
if (process.env.NODE_ENV !== "production") IbmCloudPakMulticloudMgmt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1268
|
-
const IbmCloudPakNetezza = react.default.forwardRef(function IbmCloudPakNetezza({ children, size = 16, ...rest }, ref) {
|
|
1269
|
-
return react.default.createElement(
|
|
1506
|
+
const IbmCloudPakNetezza = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakNetezza({ children, size = 16, ...rest }, ref) {
|
|
1507
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1270
1508
|
width: size,
|
|
1271
1509
|
height: size,
|
|
1272
1510
|
ref,
|
|
@@ -1277,8 +1515,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1277
1515
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 10 19 19.2 13.5 10 11 10 11 22 13 22 13 12.8 18.5 22 21 22 21 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14S23.7,30,16,30z M16,4C9.4,4,4,9.4,4,16s5.4,12,12,12s12-5.4,12-12 S22.6,4,16,4z" }), children);
|
|
1278
1516
|
});
|
|
1279
1517
|
if (process.env.NODE_ENV !== "production") IbmCloudPakNetezza.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1280
|
-
const IbmCloudPakNetworkAutomation = react.default.forwardRef(function IbmCloudPakNetworkAutomation({ children, size = 16, ...rest }, ref) {
|
|
1281
|
-
return react.default.createElement(
|
|
1518
|
+
const IbmCloudPakNetworkAutomation = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakNetworkAutomation({ children, size = 16, ...rest }, ref) {
|
|
1519
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1282
1520
|
width: size,
|
|
1283
1521
|
height: size,
|
|
1284
1522
|
ref,
|
|
@@ -1289,8 +1527,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1289
1527
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.3638,21.364,20.95,19.95a6.9993,6.9993,0,0,0,0-9.899L22.3638,8.636a9,9,0,0,1,0,12.728Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.5356,18.5354l-1.414-1.4141a3.0039,3.0039,0,0,0,0-4.2426l1.414-1.4141A5.0048,5.0048,0,0,1,19.5356,18.5354Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,26H15V15a1,1,0,0,1,1-1h0a1,1,0,0,1,1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.4644,18.5354a5.0048,5.0048,0,0,1,0-7.0708l1.414,1.4141a3.0039,3.0039,0,0,0,0,4.2426Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.6362,21.364a9,9,0,0,1,0-12.728L11.05,10.0505a6.9993,6.9993,0,0,0,0,9.899Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
|
|
1290
1528
|
});
|
|
1291
1529
|
if (process.env.NODE_ENV !== "production") IbmCloudPakNetworkAutomation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1292
|
-
const IbmCloudPakSecurity = react.default.forwardRef(function IbmCloudPakSecurity({ children, size = 16, ...rest }, ref) {
|
|
1293
|
-
return react.default.createElement(
|
|
1530
|
+
const IbmCloudPakSecurity = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakSecurity({ children, size = 16, ...rest }, ref) {
|
|
1531
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1294
1532
|
width: size,
|
|
1295
1533
|
height: size,
|
|
1296
1534
|
ref,
|
|
@@ -1301,8 +1539,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1301
1539
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23.7285a6.0069,6.0069,0,0,1-6-6v-6.457l6-3,6,3v6.457A6.0069,6.0069,0,0,1,16,23.7285ZM12,12.5073v5.2212a4,4,0,0,0,8,0V12.5073l-4-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
|
|
1302
1540
|
});
|
|
1303
1541
|
if (process.env.NODE_ENV !== "production") IbmCloudPakSecurity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1304
|
-
const IbmCloudPakSystem = react.default.forwardRef(function IbmCloudPakSystem({ children, size = 16, ...rest }, ref) {
|
|
1305
|
-
return react.default.createElement(
|
|
1542
|
+
const IbmCloudPakSystem = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakSystem({ children, size = 16, ...rest }, ref) {
|
|
1543
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1306
1544
|
width: size,
|
|
1307
1545
|
height: size,
|
|
1308
1546
|
ref,
|
|
@@ -1319,8 +1557,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1319
1557
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,24H13a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2V22A2.0023,2.0023,0,0,1,19,24ZM13,10V22h6.0012L19,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
|
|
1320
1558
|
});
|
|
1321
1559
|
if (process.env.NODE_ENV !== "production") IbmCloudPakSystem.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1322
|
-
const IbmCloudPakWatsonAiops = react.default.forwardRef(function IbmCloudPakWatsonAiops({ children, size = 16, ...rest }, ref) {
|
|
1323
|
-
return react.default.createElement(
|
|
1560
|
+
const IbmCloudPakWatsonAiops = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakWatsonAiops({ children, size = 16, ...rest }, ref) {
|
|
1561
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1324
1562
|
width: size,
|
|
1325
1563
|
height: size,
|
|
1326
1564
|
ref,
|
|
@@ -1331,8 +1569,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1331
1569
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,24a1,1,0,0,1-.9614-.7253L11.2456,17H8V15h4a1,1,0,0,1,.9614.7253L14,19.36,17.0386,8.7253a1,1,0,0,1,1.9228,0L20.7544,15H24v2H20a1,1,0,0,1-.9614-.7253L18,12.64,14.9614,23.2747A1,1,0,0,1,14,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
|
|
1332
1570
|
});
|
|
1333
1571
|
if (process.env.NODE_ENV !== "production") IbmCloudPakWatsonAiops.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1334
|
-
const IbmConsultingAdvantageAgent = react.default.forwardRef(function IbmConsultingAdvantageAgent({ children, size = 16, ...rest }, ref) {
|
|
1335
|
-
return react.default.createElement(
|
|
1572
|
+
const IbmConsultingAdvantageAgent = /* @__PURE__ */ react.default.forwardRef(function IbmConsultingAdvantageAgent({ children, size = 16, ...rest }, ref) {
|
|
1573
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1336
1574
|
width: size,
|
|
1337
1575
|
height: size,
|
|
1338
1576
|
ref,
|
|
@@ -1343,8 +1581,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1343
1581
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.5,31c-5.24,0-9.5-4.26-9.5-9.5s4.26-9.5,9.5-9.5,9.5,4.26,9.5,9.5c0,1.74-.47,3.43-1.36,4.91.1.52.65,1.9,1.26,3.15.19.38.11.84-.19,1.14s-.76.38-1.14.2c-1.27-.61-2.68-1.15-3.2-1.24-1.47.88-3.15,1.34-4.87,1.34ZM26.56,29.54h0ZM21.5,14c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5c1.42,0,2.8-.4,4-1.15.26-.17.7-.44,2.57.23-.69-1.84-.42-2.26-.24-2.54.77-1.2,1.18-2.6,1.18-4.04,0-4.14-3.36-7.5-7.5-7.5h-.01ZM29.51,26.61h0ZM23.63,21c0,.55.45,1,1,1s1-.45,1-1-.45-1-1-1-1,.45-1,1ZM18.63,21c0,.55.45,1,1,1s1-.45,1-1-.45-1-1-1-1,.45-1,1ZM24.58,23c-.63.62-1.5,1-2.45,1s-1.82-.38-2.45-1l-1.4,1.43c.99.97,2.35,1.57,3.85,1.57s2.85-.6,3.85-1.57l-1.4-1.43ZM10,28h-5.38L16,5.23l2.61,5.21,1.79-.89-3.5-7c-.34-.68-1.45-.68-1.79,0L2.1,28.55c-.16.31-.14.68.04.97.18.29.5.47.85.47h7v-2l.01.01Z" }), children);
|
|
1344
1582
|
});
|
|
1345
1583
|
if (process.env.NODE_ENV !== "production") IbmConsultingAdvantageAgent.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1346
|
-
const IbmConsultingAdvantageApplication = react.default.forwardRef(function IbmConsultingAdvantageApplication({ children, size = 16, ...rest }, ref) {
|
|
1347
|
-
return react.default.createElement(
|
|
1584
|
+
const IbmConsultingAdvantageApplication = /* @__PURE__ */ react.default.forwardRef(function IbmConsultingAdvantageApplication({ children, size = 16, ...rest }, ref) {
|
|
1585
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1348
1586
|
width: size,
|
|
1349
1587
|
height: size,
|
|
1350
1588
|
ref,
|
|
@@ -1355,8 +1593,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1355
1593
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h22v2H6v20h20V8h2v18c0,1.1-.9,2-2,2ZM15,10h-5v5h5v-5ZM22,10h-5v5h5v-5ZM15,17h-5v5h5v-5ZM22,17h-5v5h5v-5Z" }), children);
|
|
1356
1594
|
});
|
|
1357
1595
|
if (process.env.NODE_ENV !== "production") IbmConsultingAdvantageApplication.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1358
|
-
const IbmConsultingAdvantageAssistant = react.default.forwardRef(function IbmConsultingAdvantageAssistant({ children, size = 16, ...rest }, ref) {
|
|
1359
|
-
return react.default.createElement(
|
|
1596
|
+
const IbmConsultingAdvantageAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmConsultingAdvantageAssistant({ children, size = 16, ...rest }, ref) {
|
|
1597
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1360
1598
|
width: size,
|
|
1361
1599
|
height: size,
|
|
1362
1600
|
ref,
|
|
@@ -1367,8 +1605,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1367
1605
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-7.72,0-14-6.28-14-14S8.28,2,16,2s14,6.28,14,14c0,2.62-.73,5.18-2.11,7.39.05.74,1.05,3.21,2.01,5.17.19.38.11.84-.19,1.14-.3.3-.76.38-1.14.2-1.99-.96-4.5-1.94-5.24-1.97-2.2,1.35-4.73,2.07-7.33,2.07ZM16,4c-6.62,0-12,5.38-12,12s5.38,12,12,12c2.27,0,4.48-.64,6.39-1.84.32-.21,1.01-.63,4.58.84-1.5-3.54-1.07-4.22-.87-4.54,1.23-1.93,1.89-4.16,1.89-6.46,0-6.62-5.38-12-12-12h.01ZM23.83,20.87l-1.67-1.11c-.37.56-.85,1.03-1.4,1.4-2.3,1.53-5.4.9-6.93-1.4l-1.67,1.11c1.3,1.96,3.49,3.13,5.83,3.13,2.35,0,4.54-1.17,5.83-3.13h.01ZM22,13c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c.01-1.09-.87-1.99-1.96-2h-.04ZM14,13c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c.01-1.09-.87-1.99-1.96-2h-.04Z" }), children);
|
|
1368
1606
|
});
|
|
1369
1607
|
if (process.env.NODE_ENV !== "production") IbmConsultingAdvantageAssistant.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1370
|
-
const IbmDevopsControl = react.default.forwardRef(function IbmDevopsControl({ children, size = 16, ...rest }, ref) {
|
|
1371
|
-
return react.default.createElement(
|
|
1608
|
+
const IbmDevopsControl = /* @__PURE__ */ react.default.forwardRef(function IbmDevopsControl({ children, size = 16, ...rest }, ref) {
|
|
1609
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1372
1610
|
width: size,
|
|
1373
1611
|
height: size,
|
|
1374
1612
|
ref,
|
|
@@ -1379,8 +1617,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1379
1617
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,24c-1.302,0-2.4016.8389-2.8157,2h-2.5662l-1.5579-3.1157c2.3552-1.3921,3.9397-3.9502,3.9397-6.8843s-1.5845-5.4922-3.9397-6.8843l1.5576-3.1157h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8389-2.8157,2h-2.5664c-.7622,0-1.4475.4238-1.7888,1.1055l-1.6069,3.2139c-.7063-.2041-1.4502-.3193-2.2222-.3193s-1.5159.1152-2.2222.3193l-1.6072-3.2139c-.3411-.6816-1.0264-1.1055-1.7886-1.1055h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5662l1.5579,3.1157c-2.3552,1.3921-3.9397,3.9502-3.9397,6.8843s1.5845,5.4922,3.9397,6.8843l-1.5576,3.1157h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5664c.7622,0,1.4475-.4238,1.7888-1.1055l1.6069-3.2139c.7063.2041,1.4502.3193,2.2222.3193s1.5159-.1152,2.2222-.3193l1.6072,3.2139c.3411.6816,1.0264,1.1055,1.7886,1.1055h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM27,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1ZM5,6c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM5,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM10.2856,16c0-3.1509,2.5635-5.7144,5.7144-5.7144s5.7144,2.5635,5.7144,5.7144-2.5635,5.7144-5.7144,5.7144-5.7144-2.5635-5.7144-5.7144ZM27,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM18.5901,12.5566l1.4099,1.4434-5,5-3-3,1.4441-1.4438,1.5605,1.6221,3.5854-3.6216Z" }), children);
|
|
1380
1618
|
});
|
|
1381
1619
|
if (process.env.NODE_ENV !== "production") IbmDevopsControl.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1382
|
-
const IbmFederatedApiManagement = react.default.forwardRef(function IbmFederatedApiManagement({ children, size = 16, ...rest }, ref) {
|
|
1383
|
-
return react.default.createElement(
|
|
1620
|
+
const IbmFederatedApiManagement = /* @__PURE__ */ react.default.forwardRef(function IbmFederatedApiManagement({ children, size = 16, ...rest }, ref) {
|
|
1621
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1384
1622
|
width: size,
|
|
1385
1623
|
height: size,
|
|
1386
1624
|
ref,
|
|
@@ -1391,8 +1629,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1391
1629
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,11.9395c0,2.79-2.2432,5.0605-5,5.0605h-1v-2h1c1.6826,0,3-1.3447,3-3.0605,0-1.6758-1.29-2.9395-3-2.9395h-.8672l-.123-.8584c-.3203-2.2412-2.6152-4.1348-5.0098-4.1348s-4.6895,1.8936-5.0098,4.1348l-.123.8584h-.8672c-1.71,0-3,1.2637-3,2.9395,0,1.7158,1.3174,3.0605,3,3.0605h1v2h-1c-2.7568,0-5-2.2705-5-5.0605,0-2.4932,1.7803-4.5,4.1807-4.876.8174-2.8516,3.7109-5.0566,6.8193-5.0566s6.002,2.2051,6.8193,5.0566c2.4004.376,4.1807,2.3828,4.1807,4.876ZM26,23c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.4753.1212-.919.3188-1.3188l-.0258.0258-3.293-3.293v5.7702c1.1615.4141,2,1.5138,2,2.8157,0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-1.3019.8385-2.4016,2-2.8157v-5.7702l-3.293,3.293-.0258-.0258c.1976.3997.3187.8434.3187,1.3187,0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3c.4753,0,.919.1212,1.3187.3187l-.0258-.0258,4.707-4.707v-5.1719l-2.293,2.293-1.4141-1.4141,4.707-4.707,4.707,4.707-1.4141,1.4141-2.293-2.293v5.1719l4.707,4.707-.0258.0258c.3998-.1976.8434-.3187,1.3187-.3187,1.6543,0,3,1.3457,3,3ZM10,23c0-.5518-.4487-1-1-1s-1,.4482-1,1,.4487,1,1,1,1-.4482,1-1ZM17,27c0-.5518-.4487-1-1-1s-1,.4482-1,1,.4487,1,1,1,1-.4482,1-1ZM24,23c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1Z" }), children);
|
|
1392
1630
|
});
|
|
1393
1631
|
if (process.env.NODE_ENV !== "production") IbmFederatedApiManagement.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1394
|
-
const IbmHybridControlPlane = react.default.forwardRef(function IbmHybridControlPlane({ children, size = 16, ...rest }, ref) {
|
|
1395
|
-
return react.default.createElement(
|
|
1632
|
+
const IbmHybridControlPlane = /* @__PURE__ */ react.default.forwardRef(function IbmHybridControlPlane({ children, size = 16, ...rest }, ref) {
|
|
1633
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1396
1634
|
width: size,
|
|
1397
1635
|
height: size,
|
|
1398
1636
|
ref,
|
|
@@ -1403,8 +1641,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1403
1641
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,16c0-.6-.1-1.1-.3-1.6l1.8-1.1-1-1.7-1.8,1.1c-.7-.8-1.6-1.4-2.7-1.6v-2.1h-2v2.1c-1.1.2-2,.8-2.7,1.6l-1.8-1.1-1,1.7,1.8,1.1c-.2.5-.3,1-.3,1.6s.1,1.1.3,1.6l-1.8,1.1,1,1.7,1.8-1.1c.7.8,1.6,1.4,2.7,1.6v2.1h2v-2.1c1.1-.2,2-.8,2.7-1.6l1.8,1.1,1-1.7-1.8-1.1c.2-.5.3-1,.3-1.6ZM17,19c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.9741,5.2722c.094-1.049-.353-2.1171-1.2834-2.7515-1.3672-.9323-3.2377-.5786-4.1699.7886-.9324,1.3672-.5786,3.2377.7886,4.17,1.1953.8152,2.7754.6469,3.7769-.3221,4.3311,3.9611,5.2244,10.6123,1.8237,15.5992-.17.2493-.356.4807-.541.713l1.4255,1.4256c.2671-.3244.5266-.658.7678-1.0117,4.0869-5.9932,2.8654-14.0513-2.5881-18.611h-.0001ZM23.8264,5.5635c-.3107.4556-.9343.5735-1.3899.2629-.4557-.3107-.5736-.9344-.2629-1.39.3107-.4556.9343-.5735,1.39-.2629.4556.3107.5736.9344.2628,1.39ZM5.4291,8.108c-1.057,1.55-1.724,3.2413-2.0836,4.9717-.7174.1605-1.3798.5748-1.8257,1.2286-.9323,1.3672-.5786,3.2377.7886,4.17,1.3672.9323,3.2378.5786,4.17-.7886.9323-1.3672.5786-3.2377-.7886-4.17-.1185-.0808-.2449-.1394-.37-.201.3212-1.4211.8916-2.8082,1.7616-4.0839,2.5192-3.6941,6.7516-5.5295,10.9186-5.1864v-1.9999c-4.8071-.3378-9.6655,1.7991-12.5709,6.0595ZM4.8256,16.5626c-.3107.4556-.9344.5735-1.39.2629s-.5735-.9344-.2629-1.39c.3108-.4556.9346-.5735,1.3901-.2628.4556.3107.5735.9344.2628,1.39h0ZM24.6907,24.5207c-1.3672-.9323-3.2377-.5786-4.1699.7886-.4666.6842-.611,1.4944-.4675,2.2501-3.2477.863-6.8291.3889-9.8184-1.6495-1.8677-1.2736-3.2495-2.9903-4.1278-4.9098h-2.1733c.9833,2.5778,2.7272,4.8934,5.1743,6.5622,3.66,2.4959,8.0802,2.9792,12.0132,1.7589.064.0518.1189.111.1881.1582,1.3672.9323,3.2377.5786,4.1699-.7886.9324-1.3671.5786-3.2377-.7886-4.17h0ZM23.8264,27.5635c-.3107.4556-.9343.5735-1.3899.2629-.4557-.3107-.5736-.9344-.2629-1.39.3107-.4556.9343-.5735,1.39-.2629.4556.3107.5736.9344.2628,1.39Z" }), children);
|
|
1404
1642
|
});
|
|
1405
1643
|
if (process.env.NODE_ENV !== "production") IbmHybridControlPlane.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1406
|
-
const IbmQuantumSafeAdvisor = react.default.forwardRef(function IbmQuantumSafeAdvisor({ children, size = 16, ...rest }, ref) {
|
|
1407
|
-
return react.default.createElement(
|
|
1644
|
+
const IbmQuantumSafeAdvisor = /* @__PURE__ */ react.default.forwardRef(function IbmQuantumSafeAdvisor({ children, size = 16, ...rest }, ref) {
|
|
1645
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1408
1646
|
width: size,
|
|
1409
1647
|
height: size,
|
|
1410
1648
|
ref,
|
|
@@ -1415,8 +1653,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1415
1653
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM21,9h-8v-2h8v2ZM21,21h-8v-2h8v2ZM15,13h8v1.99h-8v-1.99ZM9.71,17.71l-1.41-1.41,2.29-2.29-2.29-2.29,1.41-1.41,3.71,3.71-3.71,3.71v-.02Z" }), children);
|
|
1416
1654
|
});
|
|
1417
1655
|
if (process.env.NODE_ENV !== "production") IbmQuantumSafeAdvisor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1418
|
-
const IbmQuantumSafeExplorer = react.default.forwardRef(function IbmQuantumSafeExplorer({ children, size = 16, ...rest }, ref) {
|
|
1419
|
-
return react.default.createElement(
|
|
1656
|
+
const IbmQuantumSafeExplorer = /* @__PURE__ */ react.default.forwardRef(function IbmQuantumSafeExplorer({ children, size = 16, ...rest }, ref) {
|
|
1657
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1420
1658
|
width: size,
|
|
1421
1659
|
height: size,
|
|
1422
1660
|
ref,
|
|
@@ -1427,8 +1665,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1427
1665
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,18h8v2h-8v-2ZM28,12.82v3.62c0,6.11-5.45,9.3-9.44,11.63-.72.42-1.41.82-2.02,1.22l-.54.35-.54-.35c-.61-.39-1.3-.79-2.02-1.22-3.98-2.33-9.44-5.52-9.44-11.63V4c0-1.1.9-2,2-2h21v2H6v9h6v2h-6v1.44c0,4.96,4.68,7.7,8.45,9.9.54.32,1.07.62,1.55.92.49-.3,1.01-.61,1.55-.92,2.75-1.6,5.97-3.5,7.52-6.33h-5.08v-2h5.83c.11-.5.17-1.01.17-1.56v-3.62c-1.16-.41-2-1.51-2-2.82,0-1.65,1.35-3,3-3s3,1.35,3,3c0,1.3-.84,2.4-2,2.82l.01-.01ZM28,10c0-.55-.45-1-1-1s-1,.45-1,1,.45,1,1,1,1-.45,1-1ZM22,13h-8v2h8v-2ZM18,8h-8v2h8v-2Z" }), children);
|
|
1428
1666
|
});
|
|
1429
1667
|
if (process.env.NODE_ENV !== "production") IbmQuantumSafeExplorer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1430
|
-
const IbmPartnerPlus = react.default.forwardRef(function IbmPartnerPlus({ children, size = 16, ...rest }, ref) {
|
|
1431
|
-
return react.default.createElement(
|
|
1668
|
+
const IbmPartnerPlus = /* @__PURE__ */ react.default.forwardRef(function IbmPartnerPlus({ children, size = 16, ...rest }, ref) {
|
|
1669
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1432
1670
|
width: size,
|
|
1433
1671
|
height: size,
|
|
1434
1672
|
ref,
|
|
@@ -1439,8 +1677,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1439
1677
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 5H20V7H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 9H20V11H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 13H27V15H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 17H27V19H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 21H20V23H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 25H20V27H12z" }), children);
|
|
1440
1678
|
});
|
|
1441
1679
|
if (process.env.NODE_ENV !== "production") IbmPartnerPlus.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1442
|
-
const IbmQuantumSafeRemediator = react.default.forwardRef(function IbmQuantumSafeRemediator({ children, size = 16, ...rest }, ref) {
|
|
1443
|
-
return react.default.createElement(
|
|
1680
|
+
const IbmQuantumSafeRemediator = /* @__PURE__ */ react.default.forwardRef(function IbmQuantumSafeRemediator({ children, size = 16, ...rest }, ref) {
|
|
1681
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1444
1682
|
width: size,
|
|
1445
1683
|
height: size,
|
|
1446
1684
|
ref,
|
|
@@ -1451,8 +1689,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1451
1689
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM16,18c-1.48,0-2.77-.8-3.46-2l1.73-1c.35.6.99,1,1.73,1,1.1,0,2-.9,2-2s-.9-2-2-2v-2c2.21,0,4,1.79,4,4s-1.79,4-4,4ZM16,22c-.68,0-1.38-.09-2.07-.27-4.26-1.14-6.8-5.54-5.66-9.8,1.14-4.26,5.54-6.8,9.8-5.66l-.52,1.93c-3.2-.86-6.49,1.05-7.35,4.24-.86,3.2,1.05,6.49,4.24,7.35,3.19.86,6.49-1.05,7.35-4.24l1.93.52c-.96,3.57-4.2,5.93-7.73,5.93h.01Z" }), children);
|
|
1452
1690
|
});
|
|
1453
1691
|
if (process.env.NODE_ENV !== "production") IbmQuantumSafeRemediator.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1454
|
-
const IbmSecurity = react.default.forwardRef(function IbmSecurity({ children, size = 16, ...rest }, ref) {
|
|
1455
|
-
return react.default.createElement(
|
|
1692
|
+
const IbmSecurity = /* @__PURE__ */ react.default.forwardRef(function IbmSecurity({ children, size = 16, ...rest }, ref) {
|
|
1693
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1456
1694
|
width: size,
|
|
1457
1695
|
height: size,
|
|
1458
1696
|
ref,
|
|
@@ -1463,8 +1701,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1463
1701
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,.0005,4,5.9784V20.0443a12,12,0,0,0,24,0V5.9784Zm6.83,27.3138L16,23.9119V26.14l5.0361,2.5088A10.0025,10.0025,0,0,1,6,20.0443V7.21L16,2.2284,26,7.21v3.75L16,5.9783V8.2062l10,4.9816v3.75L16,11.9562v2.2279l10,4.9815v.8787a9.9045,9.9045,0,0,1-.37,2.6871L16,17.934v2.2279l8.8952,4.4313A10.0252,10.0252,0,0,1,22.83,27.3143Z" }), children);
|
|
1464
1702
|
});
|
|
1465
1703
|
if (process.env.NODE_ENV !== "production") IbmSecurity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1466
|
-
const IbmSecurityServices = react.default.forwardRef(function IbmSecurityServices({ children, size = 16, ...rest }, ref) {
|
|
1467
|
-
return react.default.createElement(
|
|
1704
|
+
const IbmSecurityServices = /* @__PURE__ */ react.default.forwardRef(function IbmSecurityServices({ children, size = 16, ...rest }, ref) {
|
|
1705
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1468
1706
|
width: size,
|
|
1469
1707
|
height: size,
|
|
1470
1708
|
ref,
|
|
@@ -1475,8 +1713,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1475
1713
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,20a2.97,2.97,0,0,0-1.8551.6607L22,19.4224V17.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,16,20a3.02,3.02,0,1,0,2.9254,2.3525L21,21.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,26,20ZM16,24a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,24Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,14Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,26,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31A11.0125,11.0125,0,0,1,5,20V6.3823L15.9873.8816,26.4478,6.1187l-.8956,1.7885L15.9873,3.1184,7,7.6177V20a9.0008,9.0008,0,0,0,14.3994,7.2012L22.6006,28.8A10.9077,10.9077,0,0,1,16,31Z" }), children);
|
|
1476
1714
|
});
|
|
1477
1715
|
if (process.env.NODE_ENV !== "production") IbmSecurityServices.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1478
|
-
const IbmSoftwareWatsonxDataAnalyzeAndProcess = react.default.forwardRef(function IbmSoftwareWatsonxDataAnalyzeAndProcess({ children, size = 16, ...rest }, ref) {
|
|
1479
|
-
return react.default.createElement(
|
|
1716
|
+
const IbmSoftwareWatsonxDataAnalyzeAndProcess = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataAnalyzeAndProcess({ children, size = 16, ...rest }, ref) {
|
|
1717
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1480
1718
|
width: size,
|
|
1481
1719
|
height: size,
|
|
1482
1720
|
ref,
|
|
@@ -1487,8 +1725,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1487
1725
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,11h3v2h-3v-2ZM23,13h3v-2h-3v2ZM8.293,10.293l-2.2925,2.2928-.0005-8.5858h3v-2h-3c-1.103,0-2,.897-2,2l.0005,8.5861-2.2935-2.2931-1.4141,1.4141,4.7075,4.707,4.7065-4.707-1.4141-1.4141h.0002ZM28,23l.001,2.999h-8.5856l2.2927-2.292-1.4141-1.4141-4.707,4.7061,4.707,4.708,1.4141-1.4141-2.2933-2.2939,8.5852.001c1.1025,0,2-.8975,2-2v-3h-2ZM14,23.5c0,3.0322-2.4668,5.5-5.4995,5.5-1.1558,0-2.2281-.3602-3.1143-.9716l-2.6786,2.6786-1.4141-1.4141,2.6787-2.6787c-.6115-.8864-.9722-1.9585-.9722-3.1142,0-3.0322,2.4673-5.5,5.5-5.5s5.5005,2.4677,5.5005,5.4999h-.0005ZM12.0005,23.5c0-1.9297-1.5703-3.5-3.5-3.5s-3.5,1.5703-3.5,3.5,1.5703,3.5,3.5,3.5,3.5-1.5703,3.5-3.5ZM30,4v12c0,1.1025-.8975,2-2,2h-12c-1.103,0-2-.8975-2-2V4c0-1.103.897-2,2-2h12c1.1025,0,2,.897,2,2ZM16,4v2h12v-2h-12ZM28,16V8h-12v8l12.001.0009-.001-.0009Z" }), children);
|
|
1488
1726
|
});
|
|
1489
1727
|
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataAnalyzeAndProcess.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1490
|
-
const IbmSoftwareWatsonxDataStructuredEnrichment = react.default.forwardRef(function IbmSoftwareWatsonxDataStructuredEnrichment({ children, size = 16, ...rest }, ref) {
|
|
1491
|
-
return react.default.createElement(
|
|
1728
|
+
const IbmSoftwareWatsonxDataStructuredEnrichment = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataStructuredEnrichment({ children, size = 16, ...rest }, ref) {
|
|
1729
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1492
1730
|
width: size,
|
|
1493
1731
|
height: size,
|
|
1494
1732
|
ref,
|
|
@@ -1499,8 +1737,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1499
1737
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,26h-2c0-1.1885.5767-2.0088,1.0854-2.7324.4907-.6978.9146-1.3003.9146-2.2676,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.9673.4238,1.5698.9146,2.2676.5088.7236,1.0854,1.5439,1.0854,2.7324h-2c0-.5298-.2607-.9268-.7217-1.582-.5693-.8101-1.2783-1.8179-1.2783-3.418,0-2.7568,2.2432-5,5-5s5,2.2432,5,5c0,1.6001-.709,2.6079-1.2783,3.418-.4609.6553-.7217,1.0522-.7217,1.582ZM28,28h-6v2h6v-2ZM4,24h14v2H4c-1.1045,0-2-.8955-2-2V4c0-1.1045.8955-2,2-2h22c1.1045,0,2,.8955,2,2v10h-2v-5H4v15ZM4,7h22v-3H4v3ZM6,13h5v-2h-5v2ZM13,13h5v-2h-5v2ZM6,17h5v-2h-5v2ZM13,17h5v-2h-5v2ZM6,21h5v-2h-5v2ZM13,21h5v-2h-5v2Z" }), children);
|
|
1500
1738
|
});
|
|
1501
1739
|
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataStructuredEnrichment.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1502
|
-
const IbmSoftwareWatsonxDataStructuredImport = react.default.forwardRef(function IbmSoftwareWatsonxDataStructuredImport({ children, size = 16, ...rest }, ref) {
|
|
1503
|
-
return react.default.createElement(
|
|
1740
|
+
const IbmSoftwareWatsonxDataStructuredImport = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataStructuredImport({ children, size = 16, ...rest }, ref) {
|
|
1741
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1504
1742
|
width: size,
|
|
1505
1743
|
height: size,
|
|
1506
1744
|
ref,
|
|
@@ -1511,234 +1749,6 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1511
1749
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26h-8.17l2.58,2.59-1.41,1.41-5-5,5-5,1.41,1.41-2.58,2.59h8.17v2ZM4,24h12v2H4c-1.1045,0-2-.8955-2-2V4c0-1.1045.8955-2,2-2h22c1.1045,0,2,.8955,2,2v14h-2v-9H4v15ZM4,7h22v-3H4v3ZM6,13h5v-2h-5v2ZM13,13h5v-2h-5v2ZM6,17h5v-2h-5v2ZM13,17h5v-2h-5v2ZM6,21h5v-2h-5v2ZM13,21h5v-2h-5v2Z" }), children);
|
|
1512
1750
|
});
|
|
1513
1751
|
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataStructuredImport.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1514
|
-
const IbmSoftwareWatsonxDataUnstructuredEnrichment = react.default.forwardRef(function IbmSoftwareWatsonxDataUnstructuredEnrichment({ children, size = 16, ...rest }, ref) {
|
|
1515
|
-
return react.default.createElement(require_Icon_js, {
|
|
1516
|
-
width: size,
|
|
1517
|
-
height: size,
|
|
1518
|
-
ref,
|
|
1519
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1520
|
-
viewBox: "0 0 32 32",
|
|
1521
|
-
fill: "currentColor",
|
|
1522
|
-
...rest
|
|
1523
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,26h-2c0-1.1885.5767-2.0088,1.0854-2.7324.4907-.6978.9146-1.3003.9146-2.2676,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.9673.4238,1.5698.9146,2.2676.5088.7236,1.0854,1.5439,1.0854,2.7324h-2c0-.5298-.2607-.9268-.7217-1.582-.5693-.8101-1.2783-1.8179-1.2783-3.418,0-2.7568,2.2432-5,5-5s5,2.2432,5,5c0,1.6001-.709,2.6079-1.2783,3.418-.4609.6553-.7217,1.0522-.7217,1.582ZM27,28h-6v2h6v-2ZM27.7236,13h-11.4468l5.7231-10.0156,5.7236,10.0156h0ZM19.7236,11h4.5527l-2.2764-3.9844-2.2764,3.9844h0ZM9,14c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5ZM9,6c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3ZM16,27.0007H6v-10.0007h10v10.0007ZM8,25.0007h6v-6.0007h-6v6.0007Z" }), children);
|
|
1524
|
-
});
|
|
1525
|
-
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataUnstructuredEnrichment.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1526
|
-
const IbmSoftwareWatsonxDataUnstructuredImport = react.default.forwardRef(function IbmSoftwareWatsonxDataUnstructuredImport({ children, size = 16, ...rest }, ref) {
|
|
1527
|
-
return react.default.createElement(require_Icon_js, {
|
|
1528
|
-
width: size,
|
|
1529
|
-
height: size,
|
|
1530
|
-
ref,
|
|
1531
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1532
|
-
viewBox: "0 0 32 32",
|
|
1533
|
-
fill: "currentColor",
|
|
1534
|
-
...rest
|
|
1535
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26l-8.17-.0007,2.58,2.59-1.41,1.4107-5-5,5-5,1.41,1.4093-2.58,2.59,8.17.0007v2ZM28.7236,16h-11.4473l5.7236-10.0156,5.7236,10.0156h0ZM20.7236,14h4.5527l-2.2764-3.9844-2.2764,3.9844h0ZM17,8c0,2.7568-2.2432,5-5,5s-5-2.2432-5-5,2.2432-5,5-5,5,2.2432,5,5ZM15,8c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3,3-1.3457,3-3ZM5,16h10v10H5v-10ZM7,24h6v-6h-6v6Z" }), children);
|
|
1536
|
-
});
|
|
1537
|
-
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataUnstructuredImport.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1538
|
-
const IbmSoftwareWatsonxDocumentLibrary = react.default.forwardRef(function IbmSoftwareWatsonxDocumentLibrary({ children, size = 16, ...rest }, ref) {
|
|
1539
|
-
return react.default.createElement(require_Icon_js, {
|
|
1540
|
-
width: size,
|
|
1541
|
-
height: size,
|
|
1542
|
-
ref,
|
|
1543
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1544
|
-
viewBox: "0 0 32 32",
|
|
1545
|
-
fill: "currentColor",
|
|
1546
|
-
...rest
|
|
1547
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H4c-1.1046,0-2-.8954-2-2V6c0-1.1046.8954-2,2-2l7.17-.0057c.533-.0004,1.0442.212,1.42.59l3.41,3.4157,12-.0057c1.1046,0,2,.8954,2,2v4.0057h-2v-4l-12.83-.0057-.58-.59-3.42-3.41-7.17.0057v20h8v2ZM16,17l-2.0072-.0057.0072,11.0057h2v-11ZM29.9954,18.9926l-.0039,9.7657c0,.6838-.5676,1.2417-1.2654,1.2417h-9.4679c-.6978,0-1.2654-.5579-1.2654-1.2426v-12.5195c0-.6857.5676-1.2436,1.2654-1.2436l6.7418.0057,4,4-.0046-.0074ZM27.9899,28.0004l.0101-8.0004h-3v-3h-5v11h8l-.0101.0004Z" }), children);
|
|
1548
|
-
});
|
|
1549
|
-
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDocumentLibrary.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1550
|
-
const IbmWatsonAssistant = react.default.forwardRef(function IbmWatsonAssistant({ children, size = 16, ...rest }, ref) {
|
|
1551
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1552
|
-
if (!didWarnAboutDeprecation["IbmWatsonAssistant"]) {
|
|
1553
|
-
didWarnAboutDeprecation["IbmWatsonAssistant"] = true;
|
|
1554
|
-
console.warn("Icon renamed and replaced by ibm-watsonx--assistant to correspond with the new watsonx platform and product suite. As a result, the IbmWatsonAssistant component will be removed in the next major version of @carbon/icons-react.");
|
|
1555
|
-
}
|
|
1556
|
-
}
|
|
1557
|
-
return react.default.createElement(require_Icon_js, {
|
|
1558
|
-
width: size,
|
|
1559
|
-
height: size,
|
|
1560
|
-
ref,
|
|
1561
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1562
|
-
viewBox: "0 0 32 32",
|
|
1563
|
-
fill: "currentColor",
|
|
1564
|
-
...rest
|
|
1565
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H18c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h2.4l1.7,3l1.7-1l-2.3-4H18V4h10v6h-3v2h3c1.1,0,2-0.9,2-2V4 C30,2.9,29.1,2,28,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.7,31L13,30l3.5-6H22c1.1,0,2-0.9,2-2v-5h2v5c0,2.2-1.8,4-4,4h-4.4L14.7,31z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1566
|
-
cx: "10",
|
|
1567
|
-
cy: "17",
|
|
1568
|
-
r: "1"
|
|
1569
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1570
|
-
cx: "14",
|
|
1571
|
-
cy: "17",
|
|
1572
|
-
r: "1"
|
|
1573
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1574
|
-
cx: "18",
|
|
1575
|
-
cy: "17",
|
|
1576
|
-
r: "1"
|
|
1577
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,26H6c-2.2,0-4-1.8-4-4V12c0-2.2,1.8-4,4-4h8v2H6c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h6V26z" }), children);
|
|
1578
|
-
});
|
|
1579
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonAssistant.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1580
|
-
const IbmWatsonDiscovery = react.default.forwardRef(function IbmWatsonDiscovery({ children, size = 16, ...rest }, ref) {
|
|
1581
|
-
return react.default.createElement(require_Icon_js, {
|
|
1582
|
-
width: size,
|
|
1583
|
-
height: size,
|
|
1584
|
-
ref,
|
|
1585
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1586
|
-
viewBox: "0 0 32 32",
|
|
1587
|
-
fill: "currentColor",
|
|
1588
|
-
...rest
|
|
1589
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 17H14V19H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1590
|
-
cx: "3",
|
|
1591
|
-
cy: "18",
|
|
1592
|
-
r: "1"
|
|
1593
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1594
|
-
cx: "13",
|
|
1595
|
-
cy: "14",
|
|
1596
|
-
r: "1"
|
|
1597
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 13H10V15H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 9H14V11H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1598
|
-
cx: "3",
|
|
1599
|
-
cy: "10",
|
|
1600
|
-
r: "1"
|
|
1601
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.6l-7.4-7.4c1.5-2,2.4-4.5,2.4-7.2c0-6.6-5.4-12-12-12C9.7,2,6.6,3.3,4.3,5.8l1.5,1.4C7.6,5.1,10.2,4,13,4 c5.5,0,10,4.5,10,10s-4.5,10-10,10c-3,0-5.8-1.3-7.7-3.6l-1.5,1.3C6,24.4,9.4,26,13,26c3.2,0,6.1-1.3,8.3-3.3l7.3,7.3L30,28.6z" }), children);
|
|
1602
|
-
});
|
|
1603
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonDiscovery.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1604
|
-
const IbmWatsonKnowledgeCatalog = react.default.forwardRef(function IbmWatsonKnowledgeCatalog({ children, size = 16, ...rest }, ref) {
|
|
1605
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1606
|
-
if (!didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"]) {
|
|
1607
|
-
didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"] = true;
|
|
1608
|
-
console.warn("Icon renamed, slightly redesigned and replaced by ibm--knowledge-catalog. As a result, the IbmWatsonKnowledgeCatalog component will be removed in the next major version of @carbon/icons-react.");
|
|
1609
|
-
}
|
|
1610
|
-
}
|
|
1611
|
-
return react.default.createElement(require_Icon_js, {
|
|
1612
|
-
width: size,
|
|
1613
|
-
height: size,
|
|
1614
|
-
ref,
|
|
1615
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1616
|
-
viewBox: "0 0 32 32",
|
|
1617
|
-
fill: "currentColor",
|
|
1618
|
-
...rest
|
|
1619
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 27.2 20.4 24.6 19 26 23 30 30 23 28.6 21.6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18H20V20H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 13H20V15H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 8H20V10H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v16h2V4c0-1.1-0.9-2-2-2H6C4.9,2,4,2.9,4,4v4H2v2h2v5H2v2h2v5H2v2h2v4 c0,1.1,0.9,2,2,2h10V28z" }), children);
|
|
1620
|
-
});
|
|
1621
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonKnowledgeCatalog.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1622
|
-
const IbmWatsonKnowledgeStudio = react.default.forwardRef(function IbmWatsonKnowledgeStudio({ children, size = 16, ...rest }, ref) {
|
|
1623
|
-
return react.default.createElement(require_Icon_js, {
|
|
1624
|
-
width: size,
|
|
1625
|
-
height: size,
|
|
1626
|
-
ref,
|
|
1627
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1628
|
-
viewBox: "0 0 32 32",
|
|
1629
|
-
fill: "currentColor",
|
|
1630
|
-
...rest
|
|
1631
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 25H27V27H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 29H25V31H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,23h-2c0-1.1,0.4-2,1.2-2.8l0.5-0.5c0.8-0.8,1.3-2,1.3-3.2c0-2.5-2-4.5-4.5-4.5S19,14,19,16.5c0,1.2,0.5,2.3,1.3,3.2 l0.5,0.5C21.6,21,22,21.9,22,23h-2c0-0.5-0.2-1-0.6-1.4l-0.5-0.5c-1.2-1.2-1.9-2.9-1.9-4.6c0-3.6,2.9-6.5,6.5-6.5s6.5,2.9,6.5,6.5 c0,1.7-0.7,3.4-1.9,4.6l-0.5,0.5C27.2,22,27,22.5,27,23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 22H14V24H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1632
|
-
cx: "12",
|
|
1633
|
-
cy: "19",
|
|
1634
|
-
r: "1"
|
|
1635
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H9V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 14H13V16H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 10H17V12H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1636
|
-
cx: "7",
|
|
1637
|
-
cy: "11",
|
|
1638
|
-
r: "1"
|
|
1639
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 6H20V8H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1640
|
-
cx: "13",
|
|
1641
|
-
cy: "7",
|
|
1642
|
-
r: "1"
|
|
1643
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H10V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,28H4V4l18,0v4h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h14V28z" }), children);
|
|
1644
|
-
});
|
|
1645
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonKnowledgeStudio.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1646
|
-
const IbmWatsonLanguageTranslator = react.default.forwardRef(function IbmWatsonLanguageTranslator({ children, size = 16, ...rest }, ref) {
|
|
1647
|
-
return react.default.createElement(require_Icon_js, {
|
|
1648
|
-
width: size,
|
|
1649
|
-
height: size,
|
|
1650
|
-
ref,
|
|
1651
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1652
|
-
viewBox: "0 0 32 32",
|
|
1653
|
-
fill: "currentColor",
|
|
1654
|
-
...rest
|
|
1655
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28h-3c-3.9,0-7-3.1-7-7v-4h2v4c0,2.8,2.2,5,5,5h3V28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30h2.2l-4.6-11h-2.2l-4.6,11H21l0.8-2h5.3L28,30z M22.7,26l1.8-4.4l1.8,4.4H22.7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,15h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9,0,7,3.1,7,7V15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,5V3H9V1H7v2H2v2h8.2C10,5.9,9.4,7.5,8,9C7.4,8.3,6.9,7.6,6.6,7H4.3c0.4,1,1.1,2.2,2.1,3.3C5.6,11,4.4,11.6,3,12.1 L3.7,14c1.8-0.7,3.2-1.5,4.3-2.3c1.1,0.9,2.5,1.7,4.3,2.3l0.7-1.9c-1.4-0.5-2.6-1.2-3.5-1.8c1.9-2,2.5-4.1,2.7-5.3H14z" }), children);
|
|
1656
|
-
});
|
|
1657
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonLanguageTranslator.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1658
|
-
const IbmWatsonMachineLearning = react.default.forwardRef(function IbmWatsonMachineLearning({ children, size = 16, ...rest }, ref) {
|
|
1659
|
-
return react.default.createElement(require_Icon_js, {
|
|
1660
|
-
width: size,
|
|
1661
|
-
height: size,
|
|
1662
|
-
ref,
|
|
1663
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1664
|
-
viewBox: "0 0 32 32",
|
|
1665
|
-
fill: "currentColor",
|
|
1666
|
-
...rest
|
|
1667
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.6,22.5c-1-2-1.6-4.2-1.6-6.5C2,8.3,8.3,2,16,2v2C9.4,4,4,9.4,4,16c0,2,0.5,3.8,1.4,5.5L3.6,22.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16c0,6.6-5.4,12-12,12c-2.9,0-5.6-1-7.7-2.8l5.7-5.7L12.6,18l-6.5,6.5c-0.4,0.4-0.4,1,0,1.4C8.7,28.5,12.3,30,16,30 c7.7,0,14-6.3,14-14H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,25c-0.1,0-0.3,0-0.4-0.1c-0.3-0.1-0.6-0.4-0.6-0.8l-0.7-5l2-0.3l0.4,3.3l2.2-1.7V15c0-0.3,0.1-0.5,0.3-0.7l3.2-3.2 c0.9-0.9,1.5-2.2,1.5-3.5V6l-1.5,0c-1.3,0-2.6,0.5-3.5,1.5l-3.2,3.2C17.5,10.9,17.3,11,17,11h-5.5l-1.7,2.2l3.3,0.4l-0.3,2l-5-0.7 c-0.4,0-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l3-4C10.4,9.1,10.7,9,11,9h5.6l3-3c1.3-1.3,3.1-2,4.9-2H26c1.1,0,2,0.9,2,2v1.5 c0,1.9-0.7,3.6-2,4.9l-3,3V21c0,0.3-0.1,0.6-0.4,0.8l-4,3C18.4,24.9,18.2,25,18,25z" }), children);
|
|
1668
|
-
});
|
|
1669
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonMachineLearning.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1670
|
-
const IbmWatsonNaturalLanguageClassifier = react.default.forwardRef(function IbmWatsonNaturalLanguageClassifier({ children, size = 16, ...rest }, ref) {
|
|
1671
|
-
return react.default.createElement(require_Icon_js, {
|
|
1672
|
-
width: size,
|
|
1673
|
-
height: size,
|
|
1674
|
-
ref,
|
|
1675
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1676
|
-
viewBox: "0 0 32 32",
|
|
1677
|
-
fill: "currentColor",
|
|
1678
|
-
...rest
|
|
1679
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2h-4c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h1v4h-3v2h8v-2h-3v-4H28z M24,4h4v6h-4V4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 22.4 19.6 21 16 24.6 12.4 21 11 22.4 14.6 26 11 29.6 12.4 31 16 27.4 19.6 31 21 29.6 17.4 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18 15 18 15 21 17 21 17 18 20 18 20 16 12 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,12V4c0-1.1-0.9-2-2-2H3v2h5v2H4C2.9,6,2,6.9,2,8v2c0,1.1,0.9,2,2,2h1v4H2v2h8v-2H7v-4H10z M4,8h4v2H4V8z" }), children);
|
|
1680
|
-
});
|
|
1681
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonNaturalLanguageClassifier.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1682
|
-
const IbmWatsonNaturalLanguageUnderstanding = react.default.forwardRef(function IbmWatsonNaturalLanguageUnderstanding({ children, size = 16, ...rest }, ref) {
|
|
1683
|
-
return react.default.createElement(require_Icon_js, {
|
|
1684
|
-
width: size,
|
|
1685
|
-
height: size,
|
|
1686
|
-
ref,
|
|
1687
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1688
|
-
viewBox: "0 0 32 32",
|
|
1689
|
-
fill: "currentColor",
|
|
1690
|
-
...rest
|
|
1691
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 23H11V25H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 19H11V21H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,30H4c-1.1,0-2-0.9-2-2V17c0-1.1,0.9-2,2-2h9c1.1,0,2,0.9,2,2v11C15,29.1,14.1,30,13,30z M4,17v11h9V17H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 2H27V4H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 6H30V8H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 10H30V12H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 14H27V16H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 18H30V20H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,1l-1.4,1.4L13.2,5H4C2.9,5,2,5.9,2,7v5h2V7h9.2l-2.6,2.6L12,11l5-5L12,1z" }), children);
|
|
1692
|
-
});
|
|
1693
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonNaturalLanguageUnderstanding.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1694
|
-
const IbmWatsonOpenscale = react.default.forwardRef(function IbmWatsonOpenscale({ children, size = 16, ...rest }, ref) {
|
|
1695
|
-
return react.default.createElement(require_Icon_js, {
|
|
1696
|
-
width: size,
|
|
1697
|
-
height: size,
|
|
1698
|
-
ref,
|
|
1699
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1700
|
-
viewBox: "0 0 32 32",
|
|
1701
|
-
fill: "currentColor",
|
|
1702
|
-
...rest
|
|
1703
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,28c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S5.7,28,4,28z M4,24c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,24,4,24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S29.7,28,28,28z M28,24c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S28.6,24,28,24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4,4.4l-0.9,1.8C26.1,8.4,29,13,29,18c0,0.7-0.1,1.4-0.2,2.1l2,0.3c0.1-0.8,0.2-1.6,0.2-2.5C31,12.2,27.6,6.9,22.4,4.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,7c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S17.7,7,16,7z M16,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,3,16,3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.5,13.6l-1-1.7L17,16.3V9h-2v7.2L6.2,11c-0.5-0.3-1.1-0.1-1.4,0.3s-0.1,1.1,0.3,1.4L14,18l-6.2,3.6l1,1.7l6.2-3.6V30 c0,0.6,0.4,1,1,1s1-0.4,1-1V19.8l6.2,3.7l1-1.7L18,18L25.5,13.6z" }), children);
|
|
1704
|
-
});
|
|
1705
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonOpenscale.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1706
|
-
const IbmWatsonOrders = react.default.forwardRef(function IbmWatsonOrders({ children, size = 16, ...rest }, ref) {
|
|
1707
|
-
return react.default.createElement(require_Icon_js, {
|
|
1708
|
-
width: size,
|
|
1709
|
-
height: size,
|
|
1710
|
-
ref,
|
|
1711
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1712
|
-
viewBox: "0 0 32 32",
|
|
1713
|
-
fill: "currentColor",
|
|
1714
|
-
...rest
|
|
1715
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,13h-2v-2c0-2.8-2.2-5-5-5h-3V4h3c3.9,0,7,3.1,7,7V13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 20H25V22H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 24H25V26H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,30h-5v-2h5V18h-7v9c0,1.7-1.3,3-3,3s-3-1.3-3-3v-3h2v3c0,0.6,0.4,1,1,1s1-0.4,1-1V16h11v12C29,29.1,28.1,30,27,30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28h-1c-3.9,0-7-3.1-7-7v-4h2v4c0,2.8,2.2,5,5,5h1V28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,10v2h3c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v6c0,1.1,0.9,2,2,2h2.4l1.7,3l1.7-1l-2.3-4H4V4h10v6H11z" }), children);
|
|
1716
|
-
});
|
|
1717
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonOrders.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1718
|
-
const IbmWatsonQuery = react.default.forwardRef(function IbmWatsonQuery({ children, size = 16, ...rest }, ref) {
|
|
1719
|
-
return react.default.createElement(require_Icon_js, {
|
|
1720
|
-
width: size,
|
|
1721
|
-
height: size,
|
|
1722
|
-
ref,
|
|
1723
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1724
|
-
viewBox: "0 0 32 32",
|
|
1725
|
-
fill: "currentColor",
|
|
1726
|
-
...rest
|
|
1727
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24c-0.2,0-0.3,0-0.5,0L18.2,18c0.5-0.5,0.8-1.2,0.8-2c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2L10.5,24 c-0.2,0-0.3,0-0.5,0c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.8-0.3-1.5-0.8-2l3.3-6.1c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0l3.3,6.1 c-0.5,0.5-0.8,1.2-0.8,2c0,1.7,1.3,3,3,3s3-1.3,3-3S23.7,24,22,24z M16,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S15.4,15,16,15z M10,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,28,10,28z M22,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S22.6,28,22,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H9v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H23v2h0.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z" }), children);
|
|
1728
|
-
});
|
|
1729
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonQuery.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1730
|
-
const IbmWatsonSpeechToText = react.default.forwardRef(function IbmWatsonSpeechToText({ children, size = 16, ...rest }, ref) {
|
|
1731
|
-
return react.default.createElement(require_Icon_js, {
|
|
1732
|
-
width: size,
|
|
1733
|
-
height: size,
|
|
1734
|
-
ref,
|
|
1735
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1736
|
-
viewBox: "0 0 32 32",
|
|
1737
|
-
fill: "currentColor",
|
|
1738
|
-
...rest
|
|
1739
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,18H4c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h2.4l1.7,3l1.7-1l-2.3-4H4v-6h10v6h-3v2h3c1.1,0,2-0.9,2-2v-6 C16,18.9,15.1,18,14,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,26h2c3.9,0,7-3.1,7-7v-2h-2v2c0,2.8-2.2,5-5,5h-2V26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 11H24V13H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 7H30V9H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 3H30V5H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,14h2v-2c0-2.8,2.2-5,5-5h4V5h-4c-3.9,0-7,3.1-7,7V14z" }), children);
|
|
1740
|
-
});
|
|
1741
|
-
if (process.env.NODE_ENV !== "production") IbmWatsonSpeechToText.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1742
1752
|
exports.IbmCloud = IbmCloud;
|
|
1743
1753
|
exports.IbmCloudAppId = IbmCloudAppId;
|
|
1744
1754
|
exports.IbmCloudBackupAndRecovery = IbmCloudBackupAndRecovery;
|
|
@@ -1810,7 +1820,22 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1810
1820
|
exports.IbmConsultingAdvantageAssistant = IbmConsultingAdvantageAssistant;
|
|
1811
1821
|
exports.IbmDevopsControl = IbmDevopsControl;
|
|
1812
1822
|
exports.IbmFederatedApiManagement = IbmFederatedApiManagement;
|
|
1823
|
+
exports.IbmGlobalStorageArchitecture = IbmGlobalStorageArchitecture;
|
|
1824
|
+
exports.IbmGranite = IbmGranite;
|
|
1813
1825
|
exports.IbmHybridControlPlane = IbmHybridControlPlane;
|
|
1826
|
+
exports.IbmIbv = IbmIbv;
|
|
1827
|
+
exports.IbmInstana = IbmInstana;
|
|
1828
|
+
exports.IbmJrs = IbmJrs;
|
|
1829
|
+
exports.IbmKnowledgeCatalog = IbmKnowledgeCatalog;
|
|
1830
|
+
exports.IbmKnowledgeCatalogPremium = IbmKnowledgeCatalogPremium;
|
|
1831
|
+
exports.IbmKnowledgeCatalogStandard = IbmKnowledgeCatalogStandard;
|
|
1832
|
+
exports.IbmLaunchpadS4 = IbmLaunchpadS4;
|
|
1833
|
+
exports.IbmLpa = IbmLpa;
|
|
1834
|
+
exports.IbmLqe = IbmLqe;
|
|
1835
|
+
exports.IbmMachineLearningForZos = IbmMachineLearningForZos;
|
|
1836
|
+
exports.IbmMatch_360 = IbmMatch_360;
|
|
1837
|
+
exports.IbmMaximoApplicationSuite = IbmMaximoApplicationSuite;
|
|
1838
|
+
exports.IbmMq = IbmMq;
|
|
1814
1839
|
exports.IbmOpenEnterpriseLanguages = IbmOpenEnterpriseLanguages;
|
|
1815
1840
|
exports.IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries;
|
|
1816
1841
|
exports.IbmPartnerPlus = IbmPartnerPlus;
|
|
@@ -1831,9 +1856,6 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1831
1856
|
exports.IbmSoftwareWatsonxDataAnalyzeAndProcess = IbmSoftwareWatsonxDataAnalyzeAndProcess;
|
|
1832
1857
|
exports.IbmSoftwareWatsonxDataStructuredEnrichment = IbmSoftwareWatsonxDataStructuredEnrichment;
|
|
1833
1858
|
exports.IbmSoftwareWatsonxDataStructuredImport = IbmSoftwareWatsonxDataStructuredImport;
|
|
1834
|
-
exports.IbmSoftwareWatsonxDataUnstructuredEnrichment = IbmSoftwareWatsonxDataUnstructuredEnrichment;
|
|
1835
|
-
exports.IbmSoftwareWatsonxDataUnstructuredImport = IbmSoftwareWatsonxDataUnstructuredImport;
|
|
1836
|
-
exports.IbmSoftwareWatsonxDocumentLibrary = IbmSoftwareWatsonxDocumentLibrary;
|
|
1837
1859
|
exports.IbmStreamsets = IbmStreamsets;
|
|
1838
1860
|
exports.IbmTelehealth = IbmTelehealth;
|
|
1839
1861
|
exports.IbmTenet = IbmTenet;
|
|
@@ -1843,18 +1865,6 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1843
1865
|
exports.IbmUnstructuredDataProcessor = IbmUnstructuredDataProcessor;
|
|
1844
1866
|
exports.IbmVpnForVpc = IbmVpnForVpc;
|
|
1845
1867
|
exports.IbmVsiOnVpcForRegulatedIndustries = IbmVsiOnVpcForRegulatedIndustries;
|
|
1846
|
-
exports.IbmWatsonAssistant = IbmWatsonAssistant;
|
|
1847
|
-
exports.IbmWatsonDiscovery = IbmWatsonDiscovery;
|
|
1848
|
-
exports.IbmWatsonKnowledgeCatalog = IbmWatsonKnowledgeCatalog;
|
|
1849
|
-
exports.IbmWatsonKnowledgeStudio = IbmWatsonKnowledgeStudio;
|
|
1850
|
-
exports.IbmWatsonLanguageTranslator = IbmWatsonLanguageTranslator;
|
|
1851
|
-
exports.IbmWatsonMachineLearning = IbmWatsonMachineLearning;
|
|
1852
|
-
exports.IbmWatsonNaturalLanguageClassifier = IbmWatsonNaturalLanguageClassifier;
|
|
1853
|
-
exports.IbmWatsonNaturalLanguageUnderstanding = IbmWatsonNaturalLanguageUnderstanding;
|
|
1854
|
-
exports.IbmWatsonOpenscale = IbmWatsonOpenscale;
|
|
1855
|
-
exports.IbmWatsonOrders = IbmWatsonOrders;
|
|
1856
|
-
exports.IbmWatsonQuery = IbmWatsonQuery;
|
|
1857
|
-
exports.IbmWatsonSpeechToText = IbmWatsonSpeechToText;
|
|
1858
1868
|
exports.IbmWaziDeploy = IbmWaziDeploy;
|
|
1859
1869
|
exports.IbmWebmethodsApiGateway = IbmWebmethodsApiGateway;
|
|
1860
1870
|
exports.IbmWebmethodsApiStudio = IbmWebmethodsApiStudio;
|
|
@@ -1865,11 +1875,10 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1865
1875
|
exports.IbmWebmethodsIntegrationServer = IbmWebmethodsIntegrationServer;
|
|
1866
1876
|
exports.IbmWebmethodsManagedFileTransfer = IbmWebmethodsManagedFileTransfer;
|
|
1867
1877
|
}));
|
|
1868
|
-
|
|
1869
1878
|
//#endregion
|
|
1870
|
-
Object.defineProperty(exports,
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
});
|
|
1879
|
+
Object.defineProperty(exports, "default", {
|
|
1880
|
+
enumerable: true,
|
|
1881
|
+
get: function() {
|
|
1882
|
+
return require_bucket_9();
|
|
1883
|
+
}
|
|
1884
|
+
});
|