@carbon/ibm-products 2.59.0-rc.0 → 2.60.0-rc.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/index-full-carbon.css +9105 -9158
- 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 +1150 -1565
- 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 +2837 -4774
- 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 +2250 -1875
- 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/_rollupPluginBabelHelpers.js +167 -196
- package/es/components/APIKeyModal/APIKeyDownloader.d.ts +6 -7
- package/es/components/APIKeyModal/APIKeyDownloader.js +3 -3
- package/es/components/APIKeyModal/APIKeyModal.d.ts +2 -3
- package/es/components/APIKeyModal/APIKeyModal.js +18 -18
- package/es/components/AboutModal/AboutModal.js +2 -2
- package/es/components/ActionBar/ActionBar.d.ts +1 -2
- package/es/components/ActionBar/ActionBar.js +4 -4
- package/es/components/ActionBar/ActionBarItem.js +1 -1
- package/es/components/ActionBar/ActionBarOverflowItems.d.ts +6 -7
- package/es/components/ActionBar/ActionBarOverflowItems.js +3 -3
- package/es/components/ActionSet/ActionSet.d.ts +0 -1
- package/es/components/ActionSet/ActionSet.js +23 -12
- package/es/components/AddSelect/AddSelect.js +8 -22
- package/es/components/AddSelect/AddSelectBody.js +12 -12
- package/es/components/AddSelect/AddSelectBreadcrumbs.d.ts +3 -4
- package/es/components/AddSelect/AddSelectColumn.d.ts +10 -11
- package/es/components/AddSelect/AddSelectColumn.js +6 -6
- package/es/components/AddSelect/AddSelectFilter.d.ts +15 -16
- package/es/components/AddSelect/AddSelectFilter.js +1 -1
- package/es/components/AddSelect/AddSelectFormControl.d.ts +4 -5
- package/es/components/AddSelect/AddSelectList.d.ts +3 -4
- package/es/components/AddSelect/AddSelectMetaPanel.d.ts +4 -9
- package/es/components/AddSelect/AddSelectMetaPanel.js +3 -3
- package/es/components/AddSelect/AddSelectRow.d.ts +21 -22
- package/es/components/AddSelect/AddSelectRow.js +3 -3
- package/es/components/AddSelect/AddSelectSidebar.d.ts +12 -13
- package/es/components/AddSelect/AddSelectSidebar.js +1 -1
- package/es/components/AddSelect/AddSelectSort.d.ts +4 -5
- package/es/components/AddSelect/AddSelectSort.js +5 -5
- package/es/components/AddSelect/add-select-utils.js +6 -17
- package/es/components/AddSelect/hooks/usePath.js +1 -1
- package/es/components/BigNumbers/BigNumbers.d.ts +26 -3
- package/es/components/BigNumbers/BigNumbers.js +55 -110
- package/es/components/BigNumbers/BigNumbersSkeleton.d.ts +17 -0
- package/es/components/BigNumbers/BigNumbersSkeleton.js +63 -0
- package/es/components/BigNumbers/constants.d.ts +17 -11
- package/es/components/BigNumbers/constants.js +17 -40
- package/es/components/BigNumbers/index.d.ts +7 -1
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +5 -31
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +5 -5
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +6 -7
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
- package/es/components/Card/Card.js +14 -14
- package/es/components/Card/CardFooter.d.ts +20 -21
- package/es/components/Card/CardFooter.js +5 -8
- package/es/components/Card/CardHeader.d.ts +22 -23
- package/es/components/Card/CardHeader.js +3 -5
- package/es/components/Carousel/Carousel.js +25 -25
- package/es/components/Cascade/Cascade.d.ts +1 -3
- package/es/components/Cascade/Cascade.js +18 -17
- package/es/components/Checklist/Checklist.d.ts +0 -1
- package/es/components/Checklist/Checklist.js +12 -12
- package/es/components/Checklist/ChecklistChart.d.ts +2 -2
- package/es/components/Checklist/ChecklistChart.js +2 -2
- package/es/components/Checklist/ChecklistIcon.d.ts +3 -3
- package/es/components/Checklist/ChecklistIcon.js +2 -2
- package/es/components/Coachmark/Coachmark.js +10 -10
- package/es/components/Coachmark/CoachmarkDragbar.js +5 -5
- package/es/components/Coachmark/CoachmarkHeader.js +4 -4
- package/es/components/Coachmark/CoachmarkOverlay.js +4 -4
- package/es/components/Coachmark/CoachmarkTagline.js +3 -3
- package/es/components/Coachmark/utils/context.js +1 -1
- package/es/components/Coachmark/utils/enums.d.ts +1 -1
- package/es/components/Coachmark/utils/enums.js +3 -2
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +8 -8
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +15 -15
- package/es/components/CoachmarkStack/CoachmarkStack.js +11 -7
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +4 -4
- package/es/components/ComboButton/ComboButton.d.ts +1 -1
- package/es/components/ComboButton/ComboButton.js +24 -25
- package/es/components/ComboButton/ComboButtonItem/index.d.ts +4 -4
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +18 -19
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +18 -13
- package/es/components/ConditionBuilder/ConditionBuilder.js +7 -4
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +24 -26
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +2 -6
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +6 -6
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +10 -11
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +17 -18
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +6 -4
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +5 -19
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +21 -21
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +2 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +18 -18
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +23 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +9 -9
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +4 -5
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +2 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +5 -6
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +40 -36
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -4
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
- package/es/components/ConditionBuilder/utils/useTranslations.js +2 -2
- package/es/components/ConditionBuilder/utils/util.d.ts +2 -9
- package/es/components/ConditionBuilder/utils/util.js +59 -44
- package/es/components/CreateFullPage/CreateFullPage.js +6 -10
- package/es/components/CreateFullPage/CreateFullPageStep.js +10 -10
- package/es/components/CreateInfluencer/CreateInfluencer.d.ts +5 -11
- package/es/components/CreateInfluencer/CreateInfluencer.js +8 -8
- package/es/components/CreateModal/CreateModal.d.ts +1 -2
- package/es/components/CreateModal/CreateModal.js +2 -2
- package/es/components/CreateSidePanel/CreateSidePanel.d.ts +1 -1
- package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
- package/es/components/CreateTearsheet/CreateTearsheet.js +7 -9
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +17 -17
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +57 -59
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +40 -40
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
- package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +8 -8
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +11 -11
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
- package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +5 -5
- package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +7 -7
- package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +6 -6
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
- package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +3 -3
- package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -8
- package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
- package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +13 -13
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +16 -16
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +6 -6
- package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
- package/es/components/Datagrid/Datagrid/Datagrid.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -1
- package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +3 -29
- package/es/components/Datagrid/Datagrid/DatagridContent.js +17 -14
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridHead.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +25 -25
- package/es/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridRow.js +24 -26
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +10 -10
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +10 -11
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -2
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +14 -12
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
- package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +7 -8
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +7 -8
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +4 -5
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +12 -13
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +10 -8
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +14 -15
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +8 -8
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +14 -23
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +16 -16
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +19 -24
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +27 -24
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +4 -5
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +8 -9
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +3 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +21 -21
- package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +10 -11
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +9 -17
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +36 -36
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +6 -7
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +6 -6
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
- package/es/components/Datagrid/types/index.d.ts +2 -5
- package/es/components/Datagrid/useActionsColumn.js +3 -3
- package/es/components/Datagrid/useColumnRightAlign.js +3 -3
- package/es/components/Datagrid/useCustomizeColumns.js +2 -2
- package/es/components/Datagrid/useDatagrid.js +3 -3
- package/es/components/Datagrid/useDefaultStringRenderer.js +1 -1
- package/es/components/Datagrid/useDisableSelectRows.js +16 -16
- package/es/components/Datagrid/useExpandedRow.js +1 -1
- package/es/components/Datagrid/useFiltering.js +1 -1
- package/es/components/Datagrid/useFloatingScroll.js +2 -2
- package/es/components/Datagrid/useFocusRowExpander.js +4 -4
- package/es/components/Datagrid/useInfiniteScroll.js +1 -1
- package/es/components/Datagrid/useInitialColumnSort.js +1 -1
- package/es/components/Datagrid/useInlineEdit.js +4 -4
- package/es/components/Datagrid/useNestedRowExpander.js +8 -8
- package/es/components/Datagrid/useNestedRows.js +6 -6
- package/es/components/Datagrid/useOnRowClick.js +6 -4
- package/es/components/Datagrid/useRowExpander.js +5 -5
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -1
- package/es/components/Datagrid/useRowRenderer.js +9 -10
- package/es/components/Datagrid/useSelectAllToggle.js +2 -2
- package/es/components/Datagrid/useSelectRows.js +7 -7
- package/es/components/Datagrid/useSortableColumns.js +11 -11
- package/es/components/Datagrid/useStickyColumn.js +8 -8
- package/es/components/DecoratorBase/DecoratorBase.js +8 -8
- package/es/components/DecoratorBase/DecoratorIcon.js +2 -2
- package/es/components/DelimitedList/DelimitedList.js +3 -3
- package/es/components/DescriptionList/DescriptionList.js +2 -2
- package/es/components/EditInPlace/EditInPlace.d.ts +1 -2
- package/es/components/EditInPlace/EditInPlace.js +7 -9
- package/es/components/EditSidePanel/EditSidePanel.js +3 -3
- package/es/components/EditTearsheet/EditTearsheet.js +4 -4
- package/es/components/EditTearsheet/EditTearsheetForm.js +2 -2
- package/es/components/EmptyStates/EmptyState.d.ts +0 -1
- package/es/components/EmptyStates/EmptyState.js +6 -6
- package/es/components/EmptyStates/EmptyStateContent.d.ts +6 -7
- package/es/components/EmptyStates/EmptyStateContent.js +2 -2
- package/es/components/EmptyStates/EmptyStateIllustration.d.ts +1 -2
- package/es/components/EmptyStates/EmptyStateV2.js +2 -2
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +4 -4
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +4 -4
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +4 -4
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +4 -4
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +4 -4
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +4 -4
- package/es/components/EmptyStates/assets/ErrorIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/NoDataIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/NoTagsIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/NotFoundIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/NotificationsIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +3 -4
- package/es/components/ExportModal/ExportModal.d.ts +1 -2
- package/es/components/ExportModal/ExportModal.js +8 -9
- package/es/components/FeatureFlags/index.d.ts +2 -5
- package/es/components/FeatureFlags/index.js +3 -3
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
- package/es/components/FilterSummary/FilterSummary.js +12 -12
- package/es/components/FullPageError/FullPageError.js +1 -1
- package/es/components/FullPageError/assets/Error403SVG.d.ts +0 -1
- package/es/components/FullPageError/assets/Error404SVG.d.ts +0 -1
- package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +0 -1
- package/es/components/Guidebanner/Guidebanner.js +9 -9
- package/es/components/Guidebanner/GuidebannerElementButton.js +1 -1
- package/es/components/HTTPErrors/HTTPErrorContent.d.ts +4 -4
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +0 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +0 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +0 -1
- package/es/components/ImportModal/ImportModal.js +5 -5
- package/es/components/InlineTip/InlineTip.d.ts +1 -1
- package/es/components/InlineTip/InlineTip.js +11 -13
- package/es/components/InlineTip/InlineTipButton.d.ts +2 -1
- package/es/components/InlineTip/utils.js +5 -5
- package/es/components/InterstitialScreen/InterstitialScreen.d.ts +16 -0
- package/es/components/InterstitialScreen/InterstitialScreen.js +65 -49
- package/es/components/Nav/Nav.js +5 -5
- package/es/components/Nav/NavItem.d.ts +12 -13
- package/es/components/Nav/NavItem.js +7 -7
- package/es/components/Nav/NavList.js +12 -12
- package/es/components/NonLinearReading/NonLinearReading.js +1 -1
- package/es/components/NotificationsPanel/NotificationsPanel.d.ts +7 -10
- package/es/components/NotificationsPanel/NotificationsPanel.js +74 -98
- package/es/components/OptionsTile/OptionsTile.js +4 -5
- package/es/components/PageHeader/PageHeader.d.ts +3 -4
- package/es/components/PageHeader/PageHeader.js +20 -21
- package/es/components/PageHeader/PageHeaderTitle.d.ts +3 -20
- package/es/components/PageHeader/PageHeaderTitle.js +1 -1
- package/es/components/PageHeader/PageHeaderUtils.js +1 -1
- package/es/components/ProductiveCard/ProductiveCard.js +1 -1
- package/es/components/RemoveModal/RemoveModal.d.ts +1 -2
- package/es/components/RemoveModal/RemoveModal.js +3 -3
- package/es/components/Saving/Saving.js +4 -4
- package/es/components/ScrollGradient/ScrollGradient.js +5 -5
- package/es/components/SearchBar/SearchBar.d.ts +2 -3
- package/es/components/SearchBar/SearchBar.js +6 -13
- package/es/components/SidePanel/SidePanel.d.ts +1 -2
- package/es/components/SidePanel/SidePanel.js +59 -73
- package/es/components/SimpleHeader/SimpleHeader.d.ts +5 -17
- package/es/components/SimpleHeader/SimpleHeader.js +4 -4
- package/es/components/SingleAddSelect/SingleAddSelect.js +3 -1
- package/es/components/StatusIcon/StatusIcon.js +2 -2
- package/es/components/StatusIndicator/StatusIndicator.js +2 -2
- package/es/components/StatusIndicator/StatusIndicatorStep.js +1 -1
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +15 -9
- package/es/components/StringFormatter/StringFormatter.js +5 -5
- package/es/components/TagOverflow/TagOverflow.js +6 -6
- package/es/components/TagOverflow/TagOverflowModal.d.ts +10 -14
- package/es/components/TagOverflow/TagOverflowModal.js +5 -5
- package/es/components/TagOverflow/TagOverflowPopover.d.ts +0 -1
- package/es/components/TagOverflow/TagOverflowPopover.js +13 -13
- package/es/components/TagSet/TagSet.d.ts +1 -1
- package/es/components/TagSet/TagSet.js +16 -19
- package/es/components/TagSet/TagSetModal.d.ts +8 -12
- package/es/components/TagSet/TagSetModal.js +7 -7
- package/es/components/TagSet/TagSetOverflow.d.ts +1 -1
- package/es/components/TagSet/TagSetOverflow.js +5 -4
- package/es/components/Tearsheet/Tearsheet.d.ts +1 -3
- package/es/components/Tearsheet/Tearsheet.js +2 -2
- package/es/components/Tearsheet/TearsheetNarrow.d.ts +1 -3
- package/es/components/Tearsheet/TearsheetNarrow.js +1 -1
- package/es/components/Tearsheet/TearsheetShell.d.ts +2 -3
- package/es/components/Tearsheet/TearsheetShell.js +9 -9
- package/es/components/Toolbar/Toolbar.d.ts +1 -1
- package/es/components/Toolbar/Toolbar.js +18 -10
- package/es/components/Toolbar/ToolbarButton.d.ts +2 -3
- package/es/components/Toolbar/ToolbarButton.js +4 -4
- package/es/components/Toolbar/ToolbarGroup.d.ts +1 -1
- package/es/components/TruncatedList/TruncatedList.js +8 -8
- package/es/components/UserAvatar/UserAvatar.js +4 -4
- package/es/components/UserProfileImage/UserProfileImage.d.ts +0 -1
- package/es/components/UserProfileImage/UserProfileImage.js +3 -3
- package/es/components/WebTerminal/WebTerminal.d.ts +0 -1
- package/es/components/WebTerminal/WebTerminal.js +10 -10
- package/es/components/WebTerminal/hooks/index.js +1 -1
- package/es/components/_Canary/Canary.d.ts +2 -3
- package/es/global/js/hooks/index.d.ts +2 -0
- package/es/global/js/hooks/useControllableState.js +2 -2
- package/es/global/js/hooks/useCreateComponentFocus.js +2 -2
- package/es/global/js/hooks/useCreateComponentStepChange.js +14 -14
- package/es/global/js/hooks/useFocus.js +33 -38
- package/es/global/js/hooks/useOverflowItems.d.ts +1 -1
- package/es/global/js/hooks/useOverflowItems.js +4 -4
- package/es/global/js/hooks/usePrefersReducedMotion.d.ts +1 -2
- package/es/global/js/hooks/usePrefersReducedMotion.js +1 -1
- package/es/global/js/hooks/usePresence.d.ts +10 -0
- package/es/global/js/hooks/usePresence.js +43 -0
- package/es/global/js/hooks/useResetCreateComponent.js +1 -1
- package/es/global/js/hooks/useResizeObserver.js +5 -5
- package/es/global/js/hooks/useRetrieveStepData.js +1 -1
- package/es/global/js/hooks/useWindowResize.js +1 -1
- package/es/global/js/package-settings.js +4 -4
- package/es/global/js/utils/Wrap.js +4 -4
- package/es/global/js/utils/checkForOverflow.js +2 -2
- package/es/global/js/utils/deepCloneObject.js +3 -3
- package/es/global/js/utils/getNodeTextContent.js +5 -5
- package/es/global/js/utils/getSupportedLocale.d.ts +10 -0
- package/es/global/js/utils/getSupportedLocale.js +27 -0
- package/es/global/js/utils/lastIndexInArray.js +1 -1
- package/es/global/js/utils/motionConstants.js +2 -9
- package/es/global/js/utils/props-helper.d.ts +1 -1
- package/es/global/js/utils/props-helper.js +1 -1
- package/es/global/js/utils/scrollableAncestor.js +3 -3
- package/es/index.js +1 -1
- package/es/node_modules/@carbon/icon-helpers/es/index.js +7 -7
- package/es/node_modules/@carbon/icons-react/es/Icon.js +2 -2
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +862 -854
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +883 -879
- package/es/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
- package/es/settings.js +3 -6
- package/lib/_virtual/_rollupPluginBabelHelpers.js +166 -196
- package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +6 -7
- package/lib/components/APIKeyModal/APIKeyDownloader.js +3 -3
- package/lib/components/APIKeyModal/APIKeyModal.d.ts +2 -3
- package/lib/components/APIKeyModal/APIKeyModal.js +18 -18
- package/lib/components/AboutModal/AboutModal.js +2 -2
- package/lib/components/ActionBar/ActionBar.d.ts +1 -2
- package/lib/components/ActionBar/ActionBar.js +4 -4
- package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +6 -7
- package/lib/components/ActionBar/ActionBarOverflowItems.js +3 -3
- package/lib/components/ActionSet/ActionSet.d.ts +0 -1
- package/lib/components/ActionSet/ActionSet.js +23 -12
- package/lib/components/AddSelect/AddSelect.js +6 -20
- package/lib/components/AddSelect/AddSelectBody.js +10 -10
- package/lib/components/AddSelect/AddSelectBreadcrumbs.d.ts +3 -4
- package/lib/components/AddSelect/AddSelectColumn.d.ts +10 -11
- package/lib/components/AddSelect/AddSelectColumn.js +6 -6
- package/lib/components/AddSelect/AddSelectFilter.d.ts +15 -16
- package/lib/components/AddSelect/AddSelectFilter.js +1 -1
- package/lib/components/AddSelect/AddSelectFormControl.d.ts +4 -5
- package/lib/components/AddSelect/AddSelectList.d.ts +3 -4
- package/lib/components/AddSelect/AddSelectMetaPanel.d.ts +4 -9
- package/lib/components/AddSelect/AddSelectMetaPanel.js +3 -3
- package/lib/components/AddSelect/AddSelectRow.d.ts +21 -22
- package/lib/components/AddSelect/AddSelectRow.js +3 -3
- package/lib/components/AddSelect/AddSelectSidebar.d.ts +12 -13
- package/lib/components/AddSelect/AddSelectSidebar.js +1 -1
- package/lib/components/AddSelect/AddSelectSort.d.ts +4 -5
- package/lib/components/AddSelect/AddSelectSort.js +5 -5
- package/lib/components/AddSelect/add-select-utils.js +6 -17
- package/lib/components/BigNumbers/BigNumbers.d.ts +26 -3
- package/lib/components/BigNumbers/BigNumbers.js +51 -106
- package/lib/components/BigNumbers/BigNumbersSkeleton.d.ts +17 -0
- package/lib/components/BigNumbers/BigNumbersSkeleton.js +65 -0
- package/lib/components/BigNumbers/constants.d.ts +17 -11
- package/lib/components/BigNumbers/constants.js +17 -41
- package/lib/components/BigNumbers/index.d.ts +7 -1
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +5 -31
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +5 -5
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +6 -7
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
- package/lib/components/Card/Card.js +14 -14
- package/lib/components/Card/CardFooter.d.ts +20 -21
- package/lib/components/Card/CardFooter.js +5 -8
- package/lib/components/Card/CardHeader.d.ts +22 -23
- package/lib/components/Card/CardHeader.js +3 -5
- package/lib/components/Carousel/Carousel.js +25 -25
- package/lib/components/Cascade/Cascade.d.ts +1 -3
- package/lib/components/Cascade/Cascade.js +18 -17
- package/lib/components/Checklist/Checklist.d.ts +0 -1
- package/lib/components/Checklist/Checklist.js +11 -11
- package/lib/components/Checklist/ChecklistChart.d.ts +2 -2
- package/lib/components/Checklist/ChecklistChart.js +8 -8
- package/lib/components/Checklist/ChecklistIcon.d.ts +3 -3
- package/lib/components/Checklist/ChecklistIcon.js +1 -1
- package/lib/components/Coachmark/Coachmark.js +10 -10
- package/lib/components/Coachmark/CoachmarkDragbar.js +5 -5
- package/lib/components/Coachmark/CoachmarkHeader.js +4 -4
- package/lib/components/Coachmark/CoachmarkOverlay.js +4 -4
- package/lib/components/Coachmark/CoachmarkTagline.js +3 -3
- package/lib/components/Coachmark/utils/enums.d.ts +1 -1
- package/lib/components/Coachmark/utils/enums.js +3 -2
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +8 -8
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +15 -15
- package/lib/components/CoachmarkStack/CoachmarkStack.js +11 -7
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +4 -4
- package/lib/components/ComboButton/ComboButton.d.ts +1 -1
- package/lib/components/ComboButton/ComboButton.js +23 -24
- package/lib/components/ComboButton/ComboButtonItem/index.d.ts +4 -4
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +18 -19
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +18 -13
- package/lib/components/ConditionBuilder/ConditionBuilder.js +6 -3
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +24 -26
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +2 -6
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +5 -5
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +10 -11
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +17 -18
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +6 -4
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +5 -19
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +19 -19
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +2 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +18 -18
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +22 -9
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +8 -8
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +4 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +2 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +5 -6
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +40 -36
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -4
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
- package/lib/components/ConditionBuilder/utils/useTranslations.js +2 -2
- package/lib/components/ConditionBuilder/utils/util.d.ts +2 -9
- package/lib/components/ConditionBuilder/utils/util.js +59 -43
- package/lib/components/CreateFullPage/CreateFullPage.js +6 -10
- package/lib/components/CreateFullPage/CreateFullPageStep.js +10 -10
- package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +5 -11
- package/lib/components/CreateInfluencer/CreateInfluencer.js +8 -8
- package/lib/components/CreateModal/CreateModal.d.ts +1 -2
- package/lib/components/CreateModal/CreateModal.js +2 -2
- package/lib/components/CreateSidePanel/CreateSidePanel.d.ts +1 -1
- package/lib/components/CreateSidePanel/CreateSidePanel.js +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.js +7 -9
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +17 -17
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +53 -55
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +36 -36
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +8 -8
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +8 -8
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +3 -3
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +5 -5
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +3 -3
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +6 -6
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +10 -10
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +14 -14
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +6 -6
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
- package/lib/components/Datagrid/Datagrid/Datagrid.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +3 -29
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +16 -13
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -5
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -23
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +23 -25
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +9 -9
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +10 -11
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -2
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +14 -12
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
- package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +7 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +7 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +4 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +12 -13
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +9 -7
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +14 -15
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +14 -23
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +15 -15
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +19 -24
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +25 -22
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +4 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +8 -9
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +3 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +20 -20
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +10 -11
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +9 -17
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +35 -35
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +6 -7
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -5
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
- package/lib/components/Datagrid/types/index.d.ts +2 -5
- package/lib/components/Datagrid/useActionsColumn.js +2 -2
- package/lib/components/Datagrid/useColumnRightAlign.js +3 -3
- package/lib/components/Datagrid/useCustomizeColumns.js +2 -2
- package/lib/components/Datagrid/useDatagrid.js +2 -2
- package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -1
- package/lib/components/Datagrid/useDisableSelectRows.js +16 -16
- package/lib/components/Datagrid/useExpandedRow.js +1 -1
- package/lib/components/Datagrid/useFiltering.js +1 -1
- package/lib/components/Datagrid/useFloatingScroll.js +2 -2
- package/lib/components/Datagrid/useFocusRowExpander.js +4 -4
- package/lib/components/Datagrid/useInfiniteScroll.js +1 -1
- package/lib/components/Datagrid/useInitialColumnSort.js +1 -1
- package/lib/components/Datagrid/useInlineEdit.js +4 -4
- package/lib/components/Datagrid/useNestedRowExpander.js +7 -7
- package/lib/components/Datagrid/useNestedRows.js +6 -6
- package/lib/components/Datagrid/useOnRowClick.js +6 -4
- package/lib/components/Datagrid/useRowExpander.js +4 -4
- package/lib/components/Datagrid/useRowIsMouseOver.js +1 -1
- package/lib/components/Datagrid/useRowRenderer.js +9 -10
- package/lib/components/Datagrid/useSelectAllToggle.js +2 -2
- package/lib/components/Datagrid/useSelectRows.js +6 -6
- package/lib/components/Datagrid/useSortableColumns.js +11 -11
- package/lib/components/Datagrid/useStickyColumn.js +8 -8
- package/lib/components/DecoratorBase/DecoratorBase.js +8 -8
- package/lib/components/DecoratorBase/DecoratorIcon.js +2 -2
- package/lib/components/DelimitedList/DelimitedList.js +3 -3
- package/lib/components/DescriptionList/DescriptionList.js +2 -2
- package/lib/components/EditInPlace/EditInPlace.d.ts +1 -2
- package/lib/components/EditInPlace/EditInPlace.js +7 -9
- package/lib/components/EditSidePanel/EditSidePanel.js +3 -3
- package/lib/components/EditTearsheet/EditTearsheet.js +4 -4
- package/lib/components/EditTearsheet/EditTearsheetForm.js +2 -2
- package/lib/components/EmptyStates/EmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/EmptyState.js +5 -5
- package/lib/components/EmptyStates/EmptyStateContent.d.ts +6 -7
- package/lib/components/EmptyStates/EmptyStateContent.js +2 -2
- package/lib/components/EmptyStates/EmptyStateIllustration.d.ts +1 -2
- package/lib/components/EmptyStates/EmptyStateV2.js +2 -2
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +3 -3
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +3 -3
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +3 -3
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +3 -3
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +3 -3
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +3 -3
- package/lib/components/EmptyStates/assets/ErrorIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/NoDataIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/NoTagsIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/NotFoundIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/NotificationsIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +3 -4
- package/lib/components/ExportModal/ExportModal.d.ts +1 -2
- package/lib/components/ExportModal/ExportModal.js +8 -9
- package/lib/components/FeatureFlags/index.d.ts +2 -5
- package/lib/components/FeatureFlags/index.js +1 -1
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
- package/lib/components/FilterSummary/FilterSummary.js +11 -11
- package/lib/components/FullPageError/FullPageError.js +1 -1
- package/lib/components/FullPageError/assets/Error403SVG.d.ts +0 -1
- package/lib/components/FullPageError/assets/Error404SVG.d.ts +0 -1
- package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +0 -1
- package/lib/components/Guidebanner/Guidebanner.js +8 -8
- package/lib/components/Guidebanner/GuidebannerElementButton.js +1 -1
- package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +4 -4
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +0 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +0 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +0 -1
- package/lib/components/ImportModal/ImportModal.js +4 -4
- package/lib/components/InlineTip/InlineTip.d.ts +1 -1
- package/lib/components/InlineTip/InlineTip.js +9 -11
- package/lib/components/InlineTip/InlineTipButton.d.ts +2 -1
- package/lib/components/InlineTip/utils.js +5 -5
- package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +16 -0
- package/lib/components/InterstitialScreen/InterstitialScreen.js +64 -48
- package/lib/components/Nav/Nav.js +1 -1
- package/lib/components/Nav/NavItem.d.ts +12 -13
- package/lib/components/Nav/NavItem.js +7 -7
- package/lib/components/Nav/NavList.js +12 -12
- package/lib/components/NonLinearReading/NonLinearReading.js +1 -1
- package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +7 -10
- package/lib/components/NotificationsPanel/NotificationsPanel.js +74 -98
- package/lib/components/OptionsTile/OptionsTile.js +5 -6
- package/lib/components/PageHeader/PageHeader.d.ts +3 -4
- package/lib/components/PageHeader/PageHeader.js +19 -20
- package/lib/components/PageHeader/PageHeaderTitle.d.ts +3 -20
- package/lib/components/PageHeader/PageHeaderTitle.js +1 -1
- package/lib/components/PageHeader/PageHeaderUtils.js +1 -1
- package/lib/components/ProductiveCard/ProductiveCard.js +1 -1
- package/lib/components/RemoveModal/RemoveModal.d.ts +1 -2
- package/lib/components/RemoveModal/RemoveModal.js +3 -3
- package/lib/components/Saving/Saving.js +4 -4
- package/lib/components/ScrollGradient/ScrollGradient.js +4 -4
- package/lib/components/SearchBar/SearchBar.d.ts +2 -3
- package/lib/components/SearchBar/SearchBar.js +6 -13
- package/lib/components/SidePanel/SidePanel.d.ts +1 -2
- package/lib/components/SidePanel/SidePanel.js +60 -74
- package/lib/components/SimpleHeader/SimpleHeader.d.ts +5 -17
- package/lib/components/SimpleHeader/SimpleHeader.js +4 -4
- package/lib/components/SingleAddSelect/SingleAddSelect.js +3 -1
- package/lib/components/StatusIcon/StatusIcon.js +1 -1
- package/lib/components/StatusIndicator/StatusIndicator.js +2 -2
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +1 -1
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +15 -9
- package/lib/components/StringFormatter/StringFormatter.js +4 -4
- package/lib/components/TagOverflow/TagOverflow.js +6 -6
- package/lib/components/TagOverflow/TagOverflowModal.d.ts +10 -14
- package/lib/components/TagOverflow/TagOverflowModal.js +5 -5
- package/lib/components/TagOverflow/TagOverflowPopover.d.ts +0 -1
- package/lib/components/TagOverflow/TagOverflowPopover.js +13 -13
- package/lib/components/TagSet/TagSet.d.ts +1 -1
- package/lib/components/TagSet/TagSet.js +16 -19
- package/lib/components/TagSet/TagSetModal.d.ts +8 -12
- package/lib/components/TagSet/TagSetModal.js +7 -7
- package/lib/components/TagSet/TagSetOverflow.d.ts +1 -1
- package/lib/components/TagSet/TagSetOverflow.js +5 -4
- package/lib/components/Tearsheet/Tearsheet.d.ts +1 -3
- package/lib/components/Tearsheet/Tearsheet.js +2 -2
- package/lib/components/Tearsheet/TearsheetNarrow.d.ts +1 -3
- package/lib/components/Tearsheet/TearsheetNarrow.js +1 -1
- package/lib/components/Tearsheet/TearsheetShell.d.ts +2 -3
- package/lib/components/Tearsheet/TearsheetShell.js +7 -7
- package/lib/components/Toolbar/Toolbar.d.ts +1 -1
- package/lib/components/Toolbar/Toolbar.js +18 -10
- package/lib/components/Toolbar/ToolbarButton.d.ts +2 -3
- package/lib/components/Toolbar/ToolbarButton.js +4 -4
- package/lib/components/Toolbar/ToolbarGroup.d.ts +1 -1
- package/lib/components/TruncatedList/TruncatedList.js +8 -8
- package/lib/components/UserAvatar/UserAvatar.js +4 -4
- package/lib/components/UserProfileImage/UserProfileImage.d.ts +0 -1
- package/lib/components/UserProfileImage/UserProfileImage.js +2 -2
- package/lib/components/WebTerminal/WebTerminal.d.ts +0 -1
- package/lib/components/WebTerminal/WebTerminal.js +11 -11
- package/lib/components/_Canary/Canary.d.ts +2 -3
- package/lib/global/js/hooks/index.d.ts +2 -0
- package/lib/global/js/hooks/useControllableState.js +2 -2
- package/lib/global/js/hooks/useCreateComponentFocus.js +2 -2
- package/lib/global/js/hooks/useCreateComponentStepChange.js +14 -14
- package/lib/global/js/hooks/useFocus.js +33 -38
- package/lib/global/js/hooks/useOverflowItems.d.ts +1 -1
- package/lib/global/js/hooks/useOverflowItems.js +4 -4
- package/lib/global/js/hooks/usePrefersReducedMotion.d.ts +1 -2
- package/lib/global/js/hooks/usePrefersReducedMotion.js +1 -3
- package/lib/global/js/hooks/usePresence.d.ts +10 -0
- package/lib/global/js/hooks/usePresence.js +45 -0
- package/lib/global/js/hooks/useResetCreateComponent.js +1 -1
- package/lib/global/js/hooks/useResizeObserver.js +5 -5
- package/lib/global/js/hooks/useRetrieveStepData.js +1 -1
- package/lib/global/js/package-settings.js +4 -4
- package/lib/global/js/utils/Wrap.js +4 -4
- package/lib/global/js/utils/checkForOverflow.js +2 -2
- package/lib/global/js/utils/deepCloneObject.js +3 -3
- package/lib/global/js/utils/getNodeTextContent.js +5 -5
- package/lib/global/js/utils/getSupportedLocale.d.ts +10 -0
- package/lib/global/js/utils/getSupportedLocale.js +29 -0
- package/lib/global/js/utils/lastIndexInArray.js +1 -1
- package/lib/global/js/utils/motionConstants.js +1 -8
- package/lib/global/js/utils/props-helper.d.ts +1 -1
- package/lib/global/js/utils/props-helper.js +1 -1
- package/lib/global/js/utils/scrollableAncestor.js +3 -3
- package/lib/index.js +5 -5
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +7 -7
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +2 -2
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +863 -855
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +884 -880
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
- package/lib/settings.js +3 -6
- package/package.json +34 -35
- package/scss/components/APIKeyModal/_api-key-modal.scss +7 -7
- package/scss/components/APIKeyModal/_carbon-imports.scss +5 -5
- package/scss/components/AboutModal/_about-modal.scss +13 -13
- package/scss/components/AboutModal/_carbon-imports.scss +2 -2
- package/scss/components/ActionBar/_action-bar.scss +2 -2
- package/scss/components/ActionBar/_carbon-imports.scss +2 -2
- package/scss/components/ActionSet/_action-set.scss +9 -10
- package/scss/components/ActionSet/_carbon-imports.scss +2 -2
- package/scss/components/AddSelect/_add-select.scss +43 -40
- package/scss/components/AddSelect/_carbon-imports.scss +10 -10
- package/scss/components/BigNumbers/_big-numbers.scss +26 -20
- package/scss/components/BigNumbers/_carbon-imports.scss +2 -2
- package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +8 -6
- package/scss/components/BreadcrumbWithOverflow/_carbon-imports.scss +3 -3
- package/scss/components/ButtonMenu/_button-menu.scss +3 -3
- package/scss/components/ButtonMenu/_carbon-imports.scss +2 -2
- package/scss/components/ButtonSetWithOverflow/_button-set-with-overflow.scss +2 -2
- package/scss/components/ButtonSetWithOverflow/_carbon-imports.scss +1 -1
- package/scss/components/Card/_carbon-imports.scss +2 -2
- package/scss/components/Card/_card.scss +23 -22
- package/scss/components/Carousel/_carousel.scss +5 -6
- package/scss/components/Cascade/_cascade.scss +2 -2
- package/scss/components/Checklist/_carbon-imports.scss +1 -1
- package/scss/components/Checklist/_checklist.scss +23 -24
- package/scss/components/Coachmark/_carbon-imports.scss +1 -1
- package/scss/components/Coachmark/_coachmark-dragbar.scss +1 -1
- package/scss/components/Coachmark/_coachmark-overlay.scss +34 -27
- package/scss/components/Coachmark/_coachmark-tagline.scss +18 -15
- package/scss/components/Coachmark/_coachmark.scss +1 -1
- package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +17 -17
- package/scss/components/CoachmarkButton/_coachmark-button.scss +1 -1
- package/scss/components/CoachmarkFixed/_coachmark-fixed.scss +1 -1
- package/scss/components/CoachmarkOverlayElement/_coachmark-overlay-element.scss +5 -5
- package/scss/components/CoachmarkOverlayElements/_coachmark-overlay-elements.scss +4 -4
- package/scss/components/CoachmarkStack/_coachmark-stack.scss +11 -11
- package/scss/components/ComboButton/_combo-button.scss +13 -9
- package/scss/components/ConditionBuilder/_condition-builder.scss +11 -12
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +10 -10
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +26 -30
- package/scss/components/CreateFullPage/_carbon-imports.scss +6 -6
- package/scss/components/CreateFullPage/_create-full-page.scss +36 -26
- package/scss/components/CreateInfluencer/_carbon-imports.scss +1 -1
- package/scss/components/CreateInfluencer/_create-influencer.scss +5 -2
- package/scss/components/CreateModal/_carbon-imports.scss +3 -3
- package/scss/components/CreateModal/_create-modal.scss +15 -14
- package/scss/components/CreateSidePanel/_carbon-imports.scss +1 -1
- package/scss/components/CreateSidePanel/_create-side-panel.scss +5 -5
- package/scss/components/CreateTearsheet/_carbon-imports.scss +1 -1
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +22 -20
- package/scss/components/CreateTearsheetNarrow/_carbon-imports.scss +1 -1
- package/scss/components/CreateTearsheetNarrow/_create-tearsheet-narrow.scss +8 -8
- package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +33 -32
- package/scss/components/Datagrid/_datagrid.scss +12 -8
- package/scss/components/Datagrid/styles/_datagrid.scss +135 -120
- package/scss/components/Datagrid/styles/_draggableElement.scss +11 -11
- package/scss/components/Datagrid/styles/_useActionsColumn.scss +1 -1
- package/scss/components/Datagrid/styles/_useColumnCenterAlign.scss +2 -3
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +7 -7
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +13 -13
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +62 -63
- package/scss/components/Datagrid/styles/_useNestedRows.scss +16 -16
- package/scss/components/Datagrid/styles/_useNestedTable.scss +10 -7
- package/scss/components/Datagrid/styles/_useSelectAllToggle.scss +6 -6
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +6 -6
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +11 -11
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +9 -9
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +19 -19
- package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +29 -29
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +10 -9
- package/scss/components/DecoratorBase/_decorator-base-mixins.scss +6 -8
- package/scss/components/DecoratorBase/_decorator-base.scss +11 -11
- package/scss/components/DelimitedList/_delimited-list.scss +1 -1
- package/scss/components/DescriptionList/_description-list.scss +9 -9
- package/scss/components/EditInPlace/_carbon-imports.scss +2 -2
- package/scss/components/EditInPlace/_edit-in-place.scss +8 -7
- package/scss/components/EditSidePanel/_carbon-imports.scss +1 -1
- package/scss/components/EditSidePanel/_edit-side-panel.scss +4 -4
- package/scss/components/EditTearsheet/_carbon-imports.scss +9 -0
- package/scss/components/EditTearsheet/_edit-tearsheet.scss +20 -21
- package/scss/components/EditTearsheet/_index-with-carbon.scss +9 -0
- package/scss/components/EmptyStates/_carbon-imports.scss +2 -2
- package/scss/components/EmptyStates/_empty-state.scss +12 -10
- package/scss/components/ExampleComponent/_carbon-imports.scss +1 -1
- package/scss/components/ExportModal/_carbon-imports.scss +6 -6
- package/scss/components/ExportModal/_export-modal.scss +6 -6
- package/scss/components/FilterPanel/_carbon-imports.scss +5 -5
- package/scss/components/FilterPanel/_filter-panel-accordion-item.scss +3 -3
- package/scss/components/FilterPanel/_filter-panel-checkbox-with-overflow.scss +5 -5
- package/scss/components/FilterPanel/_filter-panel-checkbox.scss +3 -3
- package/scss/components/FilterPanel/_filter-panel-group.scss +4 -6
- package/scss/components/FilterPanel/_filter-panel-label.scss +1 -1
- package/scss/components/FilterPanel/_filter-panel-search.scss +8 -6
- package/scss/components/FilterPanel/_filter-panel.scss +1 -2
- package/scss/components/FilterSummary/_filter-summary.scss +9 -9
- package/scss/components/FullPageError/_full-page-error.scss +8 -9
- package/scss/components/GetStartedCard/_get-started-card.scss +12 -14
- package/scss/components/Guidebanner/_guidebanner.scss +37 -36
- package/scss/components/HTTPErrors/_carbon-imports.scss +1 -1
- package/scss/components/HTTPErrors/_http-errors.scss +11 -11
- package/scss/components/ImportModal/_carbon-imports.scss +4 -4
- package/scss/components/ImportModal/_import-modal.scss +12 -13
- package/scss/components/InlineTip/_inline-tip.scss +26 -25
- package/scss/components/InterstitialScreen/_interstitial-screen.scss +43 -44
- package/scss/components/InterstitialScreenView/_interstitial-screen-view.scss +2 -2
- package/scss/components/InterstitialScreenViewModule/_interstitial-screen-view-module.scss +2 -2
- package/scss/components/Nav/_nav.scss +32 -37
- package/scss/components/NonLinearReading/_non-linear-reading.scss +11 -7
- package/scss/components/NotificationsPanel/_carbon-imports.scss +3 -3
- package/scss/components/NotificationsPanel/_notifications-panel.scss +50 -40
- package/scss/components/OptionsTile/_carbon-imports.scss +1 -1
- package/scss/components/OptionsTile/_options-tile.scss +23 -25
- package/scss/components/PageHeader/_carbon-imports.scss +4 -4
- package/scss/components/PageHeader/_page-header.scss +109 -105
- package/scss/components/ProductiveCard/_productive-card.scss +11 -12
- package/scss/components/RemoveModal/_carbon-imports.scss +3 -3
- package/scss/components/RemoveModal/_remove-modal.scss +4 -4
- package/scss/components/Saving/_carbon-imports.scss +2 -2
- package/scss/components/Saving/_saving.scss +2 -2
- package/scss/components/ScrollGradient/_scroll-gradient.scss +18 -18
- package/scss/components/SidePanel/_animations.scss +78 -0
- package/scss/components/SidePanel/_carbon-imports.scss +1 -1
- package/scss/components/SidePanel/_side-panel.scss +154 -65
- package/scss/components/SimpleHeader/_simple-header.scss +3 -3
- package/scss/components/StatusIcon/_status-icon.scss +1 -1
- package/scss/components/StatusIndicator/_carbon-imports.scss +2 -2
- package/scss/components/StatusIndicator/_status-indicator.scss +11 -11
- package/scss/components/StringFormatter/_carbon-imports.scss +1 -1
- package/scss/components/StringFormatter/_string-formatter.scss +6 -7
- package/scss/components/TagOverflow/_tag-overflow.scss +14 -15
- package/scss/components/TagSet/_carbon-imports.scss +5 -5
- package/scss/components/TagSet/_tag-set.scss +13 -14
- package/scss/components/Tearsheet/_carbon-imports.scss +2 -2
- package/scss/components/Tearsheet/_tearsheet.scss +55 -41
- package/scss/components/Toolbar/_carbon-imports.scss +1 -1
- package/scss/components/Toolbar/_toolbar.scss +11 -11
- package/scss/components/TooltipTrigger/_tooltip-trigger.scss +2 -2
- package/scss/components/TruncatedList/_truncated-list.scss +8 -2
- package/scss/components/UserAvatar/_carbon-imports.scss +1 -1
- package/scss/components/UserAvatar/_user-avatar.scss +6 -16
- package/scss/components/UserProfileImage/_carbon-imports.scss +1 -1
- package/scss/components/UserProfileImage/_color-map.scss +1 -1
- package/scss/components/UserProfileImage/_user-profile-image.scss +5 -4
- package/scss/components/WebTerminal/_carbon-imports.scss +2 -2
- package/scss/components/WebTerminal/_web-terminal.scss +11 -11
- package/scss/components/_index-released-only-with-carbon.scss +1 -0
- package/scss/components/_index-with-carbon.scss +1 -0
- package/scss/global/decorators/_side-panel-decorator.scss +3 -3
- package/scss/global/styles/_display-box.scss +19 -19
- package/scss/global/styles/_mixins.scss +3 -3
- package/scss/index-full-carbon.scss +1 -1
- package/telemetry.yml +5 -2
- package/es/components/SidePanel/motion/variants.d.ts +0 -67
- package/es/components/SidePanel/motion/variants.js +0 -79
- package/es/global/js/utils/keyboardNavigation.d.ts +0 -27
- package/es/global/js/utils/keyboardNavigation.js +0 -37
- package/es/global/js/utils/wrapFocus.d.ts +0 -25
- package/es/global/js/utils/wrapFocus.js +0 -68
- package/lib/components/SidePanel/motion/variants.d.ts +0 -67
- package/lib/components/SidePanel/motion/variants.js +0 -83
- package/lib/global/js/utils/keyboardNavigation.d.ts +0 -27
- package/lib/global/js/utils/keyboardNavigation.js +0 -41
- package/lib/global/js/utils/wrapFocus.d.ts +0 -25
- package/lib/global/js/utils/wrapFocus.js +0 -73
@@ -137,12 +137,12 @@ var _excluded = ["children", "size"],
|
|
137
137
|
_excluded123 = ["children", "size"],
|
138
138
|
_excluded124 = ["children", "size"],
|
139
139
|
_excluded125 = ["children", "size"];
|
140
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _circle, _circle2,
|
140
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _circle, _circle2, _path11, _circle3, _circle4, _path12, _path13, _circle5, _circle6, _circle7, _path14, _path15, _circle8, _path16, _circle9, _path17, _circle10, _path18, _circle11, _path19, _path20, _circle12, _path21, _circle13, _path22, _path23, _path24, _circle14, _circle15, _circle16, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _circle17, _path38, _circle18, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _circle19, _path75, _path76, _path77, _circle20, _path78, _path79, _path80, _path81, _path82, _path83, _circle21, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _circle22, _path120, _path121, _circle23, _path122, _circle24, _path123, _path124, _circle25, _path125, _circle26, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _circle27, _circle28, _circle29, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _circle30, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _circle31, _circle32, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _circle33, _path222, _path223, _circle34, _path224, _path225, _circle35, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _rect, _path233, _path234;
|
141
141
|
var didWarnAboutDeprecation = {};
|
142
|
-
var
|
142
|
+
var IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpenscale(_ref, ref) {
|
143
143
|
var children = _ref.children,
|
144
144
|
_ref$size = _ref.size,
|
145
|
-
size = _ref$size ===
|
145
|
+
size = _ref$size === undefined ? 16 : _ref$size,
|
146
146
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
147
147
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
148
148
|
width: size,
|
@@ -152,18 +152,18 @@ var IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_ref,
|
|
152
152
|
viewBox: "0 0 32 32",
|
153
153
|
fill: "currentColor"
|
154
154
|
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
155
|
-
d: "
|
155
|
+
d: "M4 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S5.7 28 4 28zM4 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S4.6 24 4 24zM28 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S29.7 28 28 28zM28 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S28.6 24 28 24zM22.4 4.4l-.9 1.8C26.1 8.4 29 13 29 18c0 .7-.1 1.4-.2 2.1l2 .3c.1-.8.2-1.6.2-2.5C31 12.2 27.6 6.9 22.4 4.4zM16 7c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S17.7 7 16 7zM16 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S16.6 3 16 3z"
|
156
156
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
157
|
-
d: "
|
157
|
+
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"
|
158
158
|
})), children);
|
159
159
|
});
|
160
160
|
if (process.env.NODE_ENV !== "production") {
|
161
|
-
|
161
|
+
IbmWatsonOpenscale.propTypes = iconPropTypes4cbeb95d.i;
|
162
162
|
}
|
163
|
-
var
|
163
|
+
var IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(_ref2, ref) {
|
164
164
|
var children = _ref2.children,
|
165
165
|
_ref2$size = _ref2.size,
|
166
|
-
size = _ref2$size ===
|
166
|
+
size = _ref2$size === undefined ? 16 : _ref2$size,
|
167
167
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
|
168
168
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
169
169
|
width: size,
|
@@ -173,16 +173,18 @@ var IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSpee
|
|
173
173
|
viewBox: "0 0 32 32",
|
174
174
|
fill: "currentColor"
|
175
175
|
}, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
176
|
-
d: "
|
176
|
+
d: "M28 13h-2v-2c0-2.8-2.2-5-5-5h-3V4h3c3.9 0 7 3.1 7 7V13zM22 20H25V22H22zM22 24H25V26H22z"
|
177
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
178
|
+
d: "M27 30h-5v-2h5V18h-7v9c0 1.7-1.3 3-3 3s-3-1.3-3-3v-3h2v3c0 .6.4 1 1 1s1-.4 1-1V16h11v12C29 29.1 28.1 30 27 30zM12 28h-1c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h1V28zM11 10v2h3c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4C2.9 2 2 2.9 2 4v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4V4h10v6H11z"
|
177
179
|
})), children);
|
178
180
|
});
|
179
181
|
if (process.env.NODE_ENV !== "production") {
|
180
|
-
|
182
|
+
IbmWatsonOrders.propTypes = iconPropTypes4cbeb95d.i;
|
181
183
|
}
|
182
|
-
var
|
184
|
+
var IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_ref3, ref) {
|
183
185
|
var children = _ref3.children,
|
184
186
|
_ref3$size = _ref3.size,
|
185
|
-
size = _ref3$size ===
|
187
|
+
size = _ref3$size === undefined ? 16 : _ref3$size,
|
186
188
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref3, _excluded3);
|
187
189
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
188
190
|
width: size,
|
@@ -191,17 +193,19 @@ var IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_re
|
|
191
193
|
xmlns: "http://www.w3.org/2000/svg",
|
192
194
|
viewBox: "0 0 32 32",
|
193
195
|
fill: "currentColor"
|
194
|
-
}, rest),
|
195
|
-
d: "
|
196
|
+
}, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
197
|
+
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"
|
198
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
199
|
+
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"
|
196
200
|
})), children);
|
197
201
|
});
|
198
202
|
if (process.env.NODE_ENV !== "production") {
|
199
|
-
|
203
|
+
IbmWatsonQuery.propTypes = iconPropTypes4cbeb95d.i;
|
200
204
|
}
|
201
|
-
var
|
205
|
+
var IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSpeechToText(_ref4, ref) {
|
202
206
|
var children = _ref4.children,
|
203
207
|
_ref4$size = _ref4.size,
|
204
|
-
size = _ref4$size ===
|
208
|
+
size = _ref4$size === undefined ? 16 : _ref4$size,
|
205
209
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref4, _excluded4);
|
206
210
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
207
211
|
width: size,
|
@@ -210,17 +214,17 @@ var IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonText
|
|
210
214
|
xmlns: "http://www.w3.org/2000/svg",
|
211
215
|
viewBox: "0 0 32 32",
|
212
216
|
fill: "currentColor"
|
213
|
-
}, rest),
|
214
|
-
d: "
|
217
|
+
}, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
218
|
+
d: "M14 18H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4v-6h10v6h-3v2h3c1.1 0 2-.9 2-2v-6C16 18.9 15.1 18 14 18zM19 26h2c3.9 0 7-3.1 7-7v-2h-2v2c0 2.8-2.2 5-5 5h-2V26zM18 11H24V13H18zM18 7H30V9H18zM18 3H30V5H18zM4 14h2v-2c0-2.8 2.2-5 5-5h4V5h-4c-3.9 0-7 3.1-7 7V14z"
|
215
219
|
})), children);
|
216
220
|
});
|
217
221
|
if (process.env.NODE_ENV !== "production") {
|
218
|
-
|
222
|
+
IbmWatsonSpeechToText.propTypes = iconPropTypes4cbeb95d.i;
|
219
223
|
}
|
220
|
-
var
|
224
|
+
var IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_ref5, ref) {
|
221
225
|
var children = _ref5.children,
|
222
226
|
_ref5$size = _ref5.size,
|
223
|
-
size = _ref5$size ===
|
227
|
+
size = _ref5$size === undefined ? 16 : _ref5$size,
|
224
228
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref5, _excluded5);
|
225
229
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
226
230
|
width: size,
|
@@ -229,7 +233,45 @@ var IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonTone
|
|
229
233
|
xmlns: "http://www.w3.org/2000/svg",
|
230
234
|
viewBox: "0 0 32 32",
|
231
235
|
fill: "currentColor"
|
232
|
-
}, rest),
|
236
|
+
}, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
237
|
+
d: "M25 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5S27.8 21 25 21zM25 13c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3S26.7 13 25 13zM14 11V6c0-1.1-.9-2-2-2h-2v2h2v5c0 2.1 1.1 3.9 2.7 5-1.6 1.1-2.7 2.9-2.7 5v5h-2v2h2c1.1 0 2-.9 2-2v-5c0-2.2 1.8-4 4-4v-2C15.8 15 14 13.2 14 11zM2 30v-6h6v6H2zM4 26v2h2v-2H4zM2 19v-6h6v6H2zM4 15v2h2v-2H4zM2 8V2h6v6H2zM4 4v2h2V4H4z"
|
238
|
+
})), children);
|
239
|
+
});
|
240
|
+
if (process.env.NODE_ENV !== "production") {
|
241
|
+
IbmWatsonStudio.propTypes = iconPropTypes4cbeb95d.i;
|
242
|
+
}
|
243
|
+
var IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTextToSpeech(_ref6, ref) {
|
244
|
+
var children = _ref6.children,
|
245
|
+
_ref6$size = _ref6.size,
|
246
|
+
size = _ref6$size === undefined ? 16 : _ref6$size,
|
247
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref6, _excluded6);
|
248
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
249
|
+
width: size,
|
250
|
+
height: size,
|
251
|
+
ref: ref,
|
252
|
+
xmlns: "http://www.w3.org/2000/svg",
|
253
|
+
viewBox: "0 0 32 32",
|
254
|
+
fill: "currentColor"
|
255
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
256
|
+
d: "M13 26h-2c-3.9 0-7-3.1-7-7v-2h2v2c0 2.8 2.2 5 5 5h2V26zM18 18h10c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-2.4l-1.7 3-1.7-1 2.3-4H28v-6H18v6h3v2h-3c-1.1 0-2-.9-2-2v-6C16 18.9 16.9 18 18 18zM28 14h-2v-2c0-2.8-2.2-5-5-5h-4V5h4c3.9 0 7 3.1 7 7V14zM2 11H8V13H2zM2 7H14V9H2zM2 3H14V5H2z"
|
257
|
+
})), children);
|
258
|
+
});
|
259
|
+
if (process.env.NODE_ENV !== "production") {
|
260
|
+
IbmWatsonTextToSpeech.propTypes = iconPropTypes4cbeb95d.i;
|
261
|
+
}
|
262
|
+
var IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer(_ref7, ref) {
|
263
|
+
var children = _ref7.children,
|
264
|
+
_ref7$size = _ref7.size,
|
265
|
+
size = _ref7$size === undefined ? 16 : _ref7$size,
|
266
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref7, _excluded7);
|
267
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
268
|
+
width: size,
|
269
|
+
height: size,
|
270
|
+
ref: ref,
|
271
|
+
xmlns: "http://www.w3.org/2000/svg",
|
272
|
+
viewBox: "0 0 32 32",
|
273
|
+
fill: "currentColor"
|
274
|
+
}, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
233
275
|
d: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z"
|
234
276
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
235
277
|
cx: "24",
|
@@ -239,7 +281,7 @@ var IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonTone
|
|
239
281
|
cx: "19",
|
240
282
|
cy: "5",
|
241
283
|
r: "1"
|
242
|
-
})),
|
284
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
243
285
|
d: "M15 0l13 0c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3L21 16l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2C13 .9 13.9 0 15 0zM20 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6H20zM15.4 20.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6c1.2 1.4 3 2.4 5 2.4s3.8-.9 5-2.4L15.4 20.4z"
|
244
286
|
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
245
287
|
cx: "15.5",
|
@@ -249,18 +291,18 @@ var IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonTone
|
|
249
291
|
cx: "8.5",
|
250
292
|
cy: "17.5",
|
251
293
|
r: "1.5"
|
252
|
-
})),
|
294
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
253
295
|
d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z"
|
254
296
|
})), children);
|
255
297
|
});
|
256
298
|
if (process.env.NODE_ENV !== "production") {
|
257
299
|
IbmWatsonToneAnalyzer.propTypes = iconPropTypes4cbeb95d.i;
|
258
300
|
}
|
259
|
-
var IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssistant(
|
260
|
-
var children =
|
261
|
-
|
262
|
-
size =
|
263
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
301
|
+
var IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssistant(_ref8, ref) {
|
302
|
+
var children = _ref8.children,
|
303
|
+
_ref8$size = _ref8.size,
|
304
|
+
size = _ref8$size === undefined ? 16 : _ref8$size,
|
305
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
|
264
306
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
265
307
|
width: size,
|
266
308
|
height: size,
|
@@ -268,7 +310,7 @@ var IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssis
|
|
268
310
|
xmlns: "http://www.w3.org/2000/svg",
|
269
311
|
viewBox: "0 0 32 32",
|
270
312
|
fill: "currentColor"
|
271
|
-
}, rest),
|
313
|
+
}, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
272
314
|
d: "M28 2h-10c-1.1035 0-2 .8965-2 2v6c0 1.1035.8965 2 2 2h2.4229s1.7314 3 1.7314 3l1.7324-1-2.3096-4h-3.5771V4h10v6h-3s0 2 0 2h3c1.1035 0 2-.8965 2-2V4c0-1.1035-.8965-2-2-2zM14.6904 31l-1.7324-1 3.4648-6h5.5771c1.1046 0 2-.8954 2-2v-5h2v5c0 2.2091-1.7909 4-4 4h-4.4229l-2.8867 5z"
|
273
315
|
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
274
316
|
cx: "10",
|
@@ -282,18 +324,18 @@ var IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssis
|
|
282
324
|
cx: "18",
|
283
325
|
cy: "17",
|
284
326
|
r: "1"
|
285
|
-
})),
|
327
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
286
328
|
d: "m12,26h-6c-2.2091,0-4-1.7909-4-4v-10c0-2.2091,1.7909-4,4-4h8v2H6c-1.1046,0-2,.8954-2,2v10c0,1.1046.8954,2,2,2h6v2Z"
|
287
329
|
})), children);
|
288
330
|
});
|
289
331
|
if (process.env.NODE_ENV !== "production") {
|
290
332
|
IbmWatsonxAssistant.propTypes = iconPropTypes4cbeb95d.i;
|
291
333
|
}
|
292
|
-
var IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant(
|
293
|
-
var children =
|
294
|
-
|
295
|
-
size =
|
296
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
334
|
+
var IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant(_ref9, ref) {
|
335
|
+
var children = _ref9.children,
|
336
|
+
_ref9$size = _ref9.size,
|
337
|
+
size = _ref9$size === undefined ? 16 : _ref9$size,
|
338
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
|
297
339
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
298
340
|
width: size,
|
299
341
|
height: size,
|
@@ -301,25 +343,25 @@ var IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxC
|
|
301
343
|
xmlns: "http://www.w3.org/2000/svg",
|
302
344
|
viewBox: "0 0 32 32",
|
303
345
|
fill: "currentColor"
|
304
|
-
}, rest),
|
346
|
+
}, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
305
347
|
d: "M11 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28.17 26L25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26zM22 31L20.085 30.4229 23 21 24.9149 21.5771 22 31zM16.83 26L19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26zM30 19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866 0 7 3.134 7 7v7z"
|
306
348
|
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
307
349
|
cx: "3",
|
308
350
|
cy: "4",
|
309
351
|
r: "1"
|
310
|
-
})),
|
352
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
311
353
|
d: "M6 3H16V5H6z"
|
312
354
|
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
313
355
|
cx: "3",
|
314
356
|
cy: "12",
|
315
357
|
r: "1"
|
316
|
-
})),
|
358
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
317
359
|
d: "M6 11H16V13H6zM2 15H12V17H2z"
|
318
360
|
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
319
361
|
cx: "15",
|
320
362
|
cy: "8",
|
321
363
|
r: "1"
|
322
|
-
})),
|
364
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
323
365
|
d: "M2 7H12V9H2z"
|
324
366
|
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
325
367
|
cx: "15",
|
@@ -330,11 +372,11 @@ var IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxC
|
|
330
372
|
if (process.env.NODE_ENV !== "production") {
|
331
373
|
IbmWatsonxCodeAssistant.propTypes = iconPropTypes4cbeb95d.i;
|
332
374
|
}
|
333
|
-
var IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ(
|
334
|
-
var children =
|
335
|
-
|
336
|
-
size =
|
337
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
375
|
+
var IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ(_ref10, ref) {
|
376
|
+
var children = _ref10.children,
|
377
|
+
_ref10$size = _ref10.size,
|
378
|
+
size = _ref10$size === undefined ? 16 : _ref10$size,
|
379
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref10, _excluded10);
|
338
380
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
339
381
|
width: size,
|
340
382
|
height: size,
|
@@ -342,18 +384,18 @@ var IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWats
|
|
342
384
|
xmlns: "http://www.w3.org/2000/svg",
|
343
385
|
viewBox: "0 0 32 32",
|
344
386
|
fill: "currentColor"
|
345
|
-
}, rest),
|
387
|
+
}, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
346
388
|
d: "M29.17 25L26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25zM23 30L21.0851 29.4229 24 20 25.9149 20.5771 23 30zM17.83 25L20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25zM18 19h-2V5c0-1.1028.8972-2 2-2h9c1.1028 0 2 .8972 2 2v11h-2V5h-9v14zM12 3H3c-1.1028 0-2 .8975-2 2v22c0 1.1025.8972 2 2 2h9c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 7.0366l-6.925-5.0366h6.9248l.0002 5.0366zm-.7004 1.9634l-8.2998 6.0361V5.9639l8.2998 6.0361zm.7007 1.9634l.0007 11.8169-8.2795-5.7959 8.2788-6.021zm-9.0005 7.9575l7.2563 5.0791H3v-5.0791zm9 5.0791l.0012-.002v.002h-.0012z"
|
347
389
|
})), children);
|
348
390
|
});
|
349
391
|
if (process.env.NODE_ENV !== "production") {
|
350
392
|
IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes4cbeb95d.i;
|
351
393
|
}
|
352
|
-
var IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(
|
353
|
-
var children =
|
354
|
-
|
355
|
-
size =
|
356
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
394
|
+
var IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(_ref11, ref) {
|
395
|
+
var children = _ref11.children,
|
396
|
+
_ref11$size = _ref11.size,
|
397
|
+
size = _ref11$size === undefined ? 16 : _ref11$size,
|
398
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref11, _excluded11);
|
357
399
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
358
400
|
width: size,
|
359
401
|
height: size,
|
@@ -361,30 +403,30 @@ var IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function
|
|
361
403
|
xmlns: "http://www.w3.org/2000/svg",
|
362
404
|
viewBox: "0 0 32 32",
|
363
405
|
fill: "currentColor"
|
364
|
-
}, rest),
|
406
|
+
}, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
365
407
|
d: "M22.17 16L19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16zM15.5 21L13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21zM9.83 16L12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z"
|
366
408
|
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
367
409
|
cx: "19",
|
368
410
|
cy: "28",
|
369
411
|
r: "1"
|
370
|
-
})),
|
412
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
371
413
|
d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z"
|
372
414
|
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
373
415
|
cx: "13",
|
374
416
|
cy: "4",
|
375
417
|
r: "1"
|
376
|
-
})),
|
418
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
377
419
|
d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z"
|
378
420
|
})), children);
|
379
421
|
});
|
380
422
|
if (process.env.NODE_ENV !== "production") {
|
381
423
|
IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes4cbeb95d.i;
|
382
424
|
}
|
383
|
-
var IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(
|
384
|
-
var children =
|
385
|
-
|
386
|
-
size =
|
387
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
425
|
+
var IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(_ref12, ref) {
|
426
|
+
var children = _ref12.children,
|
427
|
+
_ref12$size = _ref12.size,
|
428
|
+
size = _ref12$size === undefined ? 16 : _ref12$size,
|
429
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref12, _excluded12);
|
388
430
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
389
431
|
width: size,
|
390
432
|
height: size,
|
@@ -392,18 +434,18 @@ var IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React.forwardR
|
|
392
434
|
xmlns: "http://www.w3.org/2000/svg",
|
393
435
|
viewBox: "0 0 32 32",
|
394
436
|
fill: "currentColor"
|
395
|
-
}, rest),
|
437
|
+
}, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
396
438
|
d: "M16,2c-7.7,0-14,6.3-14,14s2.7,9.5,6.7,12l1.1-1.7c-3.5-2.1-5.8-5.9-5.8-10.3,0-6.6,5.4-12,12-12s12,5.4,12,12h2c0-7.7-6.3-14-14-14ZM14,21.4l-5-5,1.4-1.4,3.6,3.6,7.6-7.6,1.4,1.4-9,9ZM29.2,27l-2.6,2.6,1.4,1.4,4-4-4-4-1.4,1.4,2.6,2.6ZM22.5,32l-1.9-.6,2.9-9.4,1.9.6-2.9,9.4ZM16.8,27l2.6-2.6-1.4-1.4-4,4,4,4,1.4-1.4-2.6-2.6Z"
|
397
439
|
})), children);
|
398
440
|
});
|
399
441
|
if (process.env.NODE_ENV !== "production") {
|
400
442
|
IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = iconPropTypes4cbeb95d.i;
|
401
443
|
}
|
402
|
-
var IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrchestrate(
|
403
|
-
var children =
|
404
|
-
|
405
|
-
size =
|
406
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
444
|
+
var IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrchestrate(_ref13, ref) {
|
445
|
+
var children = _ref13.children,
|
446
|
+
_ref13$size = _ref13.size,
|
447
|
+
size = _ref13$size === undefined ? 16 : _ref13$size,
|
448
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref13, _excluded13);
|
407
449
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
408
450
|
width: size,
|
409
451
|
height: size,
|
@@ -411,7 +453,7 @@ var IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrc
|
|
411
453
|
xmlns: "http://www.w3.org/2000/svg",
|
412
454
|
viewBox: "0 0 32 32",
|
413
455
|
fill: "currentColor"
|
414
|
-
}, rest),
|
456
|
+
}, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
415
457
|
d: "m27.9248,19.4282c-1.123,1.6104-2.9641,2.5718-4.9248,2.5718-2.1233,0-4.0464-1.0874-5.1438-2.9092l-1.7129,1.0322c1.4624,2.4277,4.0256,3.877,6.8567,3.877,1.4231,0,2.7925-.3911,3.9922-1.0835-2.3442,3.6958-6.4814,6.0835-10.9922,6.0835-5.7104,0-10.8347-3.8184-12.4617-9.2852l-1.917.5703c1.8774,6.3086,7.79,10.7148,14.3787,10.7148s12.5012-4.4062,14.3787-10.7148l-2.4539-.8569Z"
|
416
458
|
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
417
459
|
cx: "30",
|
@@ -425,18 +467,18 @@ var IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrc
|
|
425
467
|
cx: "16",
|
426
468
|
cy: "16",
|
427
469
|
r: "2"
|
428
|
-
})),
|
470
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
429
471
|
d: "m16,1C9.4114,1,3.4988,5.4062,1.6213,11.7148l2.4539.8569c1.123-1.6104,2.9641-2.5718,4.9248-2.5718s3.8018.9614,4.9248,2.5718l1.6406-1.144c-1.4971-2.1465-3.9514-3.4277-6.5654-3.4277-1.4231,0-2.7925.3911-3.9922,1.0835,2.3442-3.6953,6.4814-6.0835,10.9922-6.0835,5.7104,0,10.8347,3.8184,12.4617,9.2852l1.917-.5703c-1.8774-6.3086-7.79-10.7148-14.3787-10.7148Z"
|
430
472
|
})), children);
|
431
473
|
});
|
432
474
|
if (process.env.NODE_ENV !== "production") {
|
433
475
|
IbmWatsonxOrchestrate.propTypes = iconPropTypes4cbeb95d.i;
|
434
476
|
}
|
435
|
-
var IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack(
|
436
|
-
var children =
|
437
|
-
|
438
|
-
size =
|
439
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
477
|
+
var IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack(_ref14, ref) {
|
478
|
+
var children = _ref14.children,
|
479
|
+
_ref14$size = _ref14.size,
|
480
|
+
size = _ref14$size === undefined ? 16 : _ref14$size,
|
481
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref14, _excluded14);
|
440
482
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
441
483
|
width: size,
|
442
484
|
height: size,
|
@@ -444,22 +486,22 @@ var IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack
|
|
444
486
|
xmlns: "http://www.w3.org/2000/svg",
|
445
487
|
viewBox: "0 0 32 32",
|
446
488
|
fill: "currentColor"
|
447
|
-
}, rest),
|
489
|
+
}, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
448
490
|
d: "M18.496,27.386L16,28.842L5,22.426v-5.852l10.016-5.843C15.308,10.897,15.641,11,16,11c1.104,0,2-0.896,2-2s-0.896-2-2-2 s-2,0.896-2,2c0,0.003,0.001,0.005,0.001,0.008L3.496,15.136C3.189,15.315,3,15.645,3,16v7c0,0.355,0.189,0.685,0.496,0.864l12,7 C15.652,30.955,15.826,31,16,31s0.348-0.045,0.504-0.136l3-1.75L18.496,27.386z"
|
449
|
-
})),
|
491
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
450
492
|
d: "M28.504,8.136l-3-1.75l-1.008,1.728L27,9.574v12.852l-4.593,2.679l-10.409-6.093C11.999,19.007,12,19.004,12,19 c0-1.104-0.896-2-2-2s-2,0.896-2,2s0.896,2,2,2c0.358,0,0.69-0.102,0.981-0.267l10.92,6.393c0.156,0.091,0.331,0.137,0.505,0.137 c0.174,0,0.348-0.045,0.504-0.136l5.594-3.263C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z"
|
451
|
-
})),
|
493
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
452
494
|
d: "M23,17.277V5.5c0-0.355-0.189-0.685-0.496-0.864l-6-3.5C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v2.999h2V9.574l11-6.417l5,2.917v11.203c-0.595,0.347-1,0.984-1,1.723c0,1.104,0.896,2,2,2s2-0.896,2-2 C24,18.262,23.595,17.624,23,17.277z"
|
453
495
|
})), children);
|
454
496
|
});
|
455
497
|
if (process.env.NODE_ENV !== "production") {
|
456
498
|
IbmZCloudModStack.propTypes = iconPropTypes4cbeb95d.i;
|
457
499
|
}
|
458
|
-
var IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvironmentsDevSecOps(
|
459
|
-
var children =
|
460
|
-
|
461
|
-
size =
|
462
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
500
|
+
var IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvironmentsDevSecOps(_ref15, ref) {
|
501
|
+
var children = _ref15.children,
|
502
|
+
_ref15$size = _ref15.size,
|
503
|
+
size = _ref15$size === undefined ? 16 : _ref15$size,
|
504
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref15, _excluded15);
|
463
505
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
464
506
|
width: size,
|
465
507
|
height: size,
|
@@ -467,22 +509,22 @@ var IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvir
|
|
467
509
|
xmlns: "http://www.w3.org/2000/svg",
|
468
510
|
viewBox: "0 0 32 32",
|
469
511
|
fill: "currentColor"
|
470
|
-
}, rest),
|
512
|
+
}, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
471
513
|
d: "m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"
|
472
|
-
})),
|
514
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
473
515
|
d: "M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 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.8638v4zM7 6H9V16H7z"
|
474
|
-
})),
|
516
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
475
517
|
d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
|
476
518
|
})), children);
|
477
519
|
});
|
478
520
|
if (process.env.NODE_ENV !== "production") {
|
479
521
|
IbmZEnvironmentsDevSecOps.propTypes = iconPropTypes4cbeb95d.i;
|
480
522
|
}
|
481
|
-
var IbmZOpenEditor = /*#__PURE__*/React.forwardRef(function IbmZOpenEditor(
|
482
|
-
var children =
|
483
|
-
|
484
|
-
size =
|
485
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
523
|
+
var IbmZOpenEditor = /*#__PURE__*/React.forwardRef(function IbmZOpenEditor(_ref16, ref) {
|
524
|
+
var children = _ref16.children,
|
525
|
+
_ref16$size = _ref16.size,
|
526
|
+
size = _ref16$size === undefined ? 16 : _ref16$size,
|
527
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref16, _excluded16);
|
486
528
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
487
529
|
width: size,
|
488
530
|
height: size,
|
@@ -490,18 +532,18 @@ var IbmZOpenEditor = /*#__PURE__*/React.forwardRef(function IbmZOpenEditor(_ref1
|
|
490
532
|
xmlns: "http://www.w3.org/2000/svg",
|
491
533
|
viewBox: "0 0 32 32",
|
492
534
|
fill: "currentColor"
|
493
|
-
}, rest),
|
535
|
+
}, rest), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
494
536
|
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.8638v4ZM7,16h2V6h-2v10ZM15,28.2718l-10.0013-5.8403v-13.4315h-1.9987v14.006c0,.3559.1889.6849.4958.8642l10.4971,6.1298,1.0072-1.7282h-.0001ZM26,17l-1.4141,1.4141,3.5854,3.5859-3.5854,3.5859,1.4141,1.4141,5-5-5-5ZM15,22l5,5,1.4141-1.4141-3.5854-3.5859,3.5854-3.5859-1.4141-1.4141-5,5Z"
|
495
537
|
})), children);
|
496
538
|
});
|
497
539
|
if (process.env.NODE_ENV !== "production") {
|
498
540
|
IbmZOpenEditor.propTypes = iconPropTypes4cbeb95d.i;
|
499
541
|
}
|
500
|
-
var IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZProcessorCapacityReference(
|
501
|
-
var children =
|
502
|
-
|
503
|
-
size =
|
504
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
542
|
+
var IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZProcessorCapacityReference(_ref17, ref) {
|
543
|
+
var children = _ref17.children,
|
544
|
+
_ref17$size = _ref17.size,
|
545
|
+
size = _ref17$size === undefined ? 16 : _ref17$size,
|
546
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref17, _excluded17);
|
505
547
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
506
548
|
width: size,
|
507
549
|
height: size,
|
@@ -509,20 +551,20 @@ var IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZ
|
|
509
551
|
xmlns: "http://www.w3.org/2000/svg",
|
510
552
|
viewBox: "0 0 32 32",
|
511
553
|
fill: "currentColor"
|
512
|
-
}, rest),
|
554
|
+
}, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
513
555
|
d: "M25 25H27V29H25zM21 23H23V29H21zM29 20H31V29H29z"
|
514
|
-
})),
|
556
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
515
557
|
d: "M30 17V5c0-1.1046-.8954-2-2-2h-9c-1.1046 0-2 .8954-2 2v24h2V5h9v12h2zM13 3H4c-1.1046 0-2 .8954-2 2v22c0 1.1046.8954 2 2 2h9c1.1046 0 2-.8954 2-2V5c0-1.1046-.8954-2-2-2zm-9 2.9635l8.2998 6.0365-8.2998 6.0365V5.9635zm0 21.0365v-5.0366l6.9253 5.0366h-6.9253zm9-.9635l-8.2998-6.0365 8.2998-6.0365v12.073zm0-15.9999l-6.9253-5.0366h6.9253v5.0366z"
|
516
558
|
})), children);
|
517
559
|
});
|
518
560
|
if (process.env.NODE_ENV !== "production") {
|
519
561
|
IbmZProcessorCapacityReference.propTypes = iconPropTypes4cbeb95d.i;
|
520
562
|
}
|
521
|
-
var IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning(
|
522
|
-
var children =
|
523
|
-
|
524
|
-
size =
|
525
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
563
|
+
var IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning(_ref18, ref) {
|
564
|
+
var children = _ref18.children,
|
565
|
+
_ref18$size = _ref18.size,
|
566
|
+
size = _ref18$size === undefined ? 16 : _ref18$size,
|
567
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref18, _excluded18);
|
526
568
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
527
569
|
width: size,
|
528
570
|
height: size,
|
@@ -530,20 +572,20 @@ var IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProv
|
|
530
572
|
xmlns: "http://www.w3.org/2000/svg",
|
531
573
|
viewBox: "0 0 32 32",
|
532
574
|
fill: "currentColor"
|
533
|
-
}, rest),
|
575
|
+
}, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
534
576
|
d: "M10 17H14V21H10zM17 10H21V14H17zM17 17H21V21H17z"
|
535
|
-
})),
|
577
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
536
578
|
d: "M19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
|
537
579
|
})), children);
|
538
580
|
});
|
539
581
|
if (process.env.NODE_ENV !== "production") {
|
540
582
|
IbmZCloudProvisioning.propTypes = iconPropTypes4cbeb95d.i;
|
541
583
|
}
|
542
|
-
var IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(
|
543
|
-
var children =
|
544
|
-
|
545
|
-
size =
|
546
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
584
|
+
var IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref19, ref) {
|
585
|
+
var children = _ref19.children,
|
586
|
+
_ref19$size = _ref19.size,
|
587
|
+
size = _ref19$size === undefined ? 16 : _ref19$size,
|
588
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref19, _excluded19);
|
547
589
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
548
590
|
width: size,
|
549
591
|
height: size,
|
@@ -551,18 +593,18 @@ var IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref17, ref) {
|
|
551
593
|
xmlns: "http://www.w3.org/2000/svg",
|
552
594
|
viewBox: "0 0 32 32",
|
553
595
|
fill: "currentColor"
|
554
|
-
}, rest),
|
596
|
+
}, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
555
597
|
d: "M16 32c-5.0793 0-9.7449-2.3319-12.7998-6.3979l1.5991-1.2014c2.6736 3.5585 6.7561 5.5994 11.2007 5.5994s8.5281-2.0413 11.2014-5.6005l1.5991 1.2012c-3.0547 4.0668-7.7202 6.3993-12.8005 6.3993zM30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-4c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h4c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-4-10v8h4v-8h-4zM11.4458 10L7.4458 22 9.5542 22 13.5542 10 11.4458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22zM16.0001 0C10.9207 0 6.2552 2.3319 3.2003 6.3979l1.5991 1.2014c2.6736-3.5585 6.7561-5.5994 11.2007-5.5994s8.5281 2.0413 11.2014 5.6005l1.5991-1.2012C25.7459 2.3325 21.0804 0 16.0001 0z"
|
556
598
|
})), children);
|
557
599
|
});
|
558
600
|
if (process.env.NODE_ENV !== "production") {
|
559
601
|
IbmZOs.propTypes = iconPropTypes4cbeb95d.i;
|
560
602
|
}
|
561
|
-
var IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiControlInterface(
|
562
|
-
var children =
|
563
|
-
|
564
|
-
size =
|
565
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
603
|
+
var IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiControlInterface(_ref20, ref) {
|
604
|
+
var children = _ref20.children,
|
605
|
+
_ref20$size = _ref20.size,
|
606
|
+
size = _ref20$size === undefined ? 16 : _ref20$size,
|
607
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref20, _excluded20);
|
566
608
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
567
609
|
width: size,
|
568
610
|
height: size,
|
@@ -574,73 +616,33 @@ var IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiCo
|
|
574
616
|
cx: "12",
|
575
617
|
cy: "21",
|
576
618
|
r: "1"
|
577
|
-
})),
|
619
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
578
620
|
d: "m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
|
579
621
|
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
580
622
|
cx: "12",
|
581
623
|
cy: "11",
|
582
624
|
r: "1"
|
583
|
-
})),
|
625
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
584
626
|
d: "m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
|
585
|
-
})),
|
627
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
586
628
|
d: "m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"
|
587
|
-
})),
|
629
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
588
630
|
d: "M8.5 1.5H13.5V3.5H8.5z",
|
589
631
|
transform: "rotate(90 11 2.5)"
|
590
|
-
})),
|
632
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
591
633
|
d: "M1.975 3.475H6.975V5.475H1.975z",
|
592
634
|
transform: "rotate(45 4.475 4.475)"
|
593
|
-
})),
|
635
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
594
636
|
d: "M0 10H5V12H0z"
|
595
637
|
})), children);
|
596
638
|
});
|
597
639
|
if (process.env.NODE_ENV !== "production") {
|
598
640
|
IbmZOsAiControlInterface.propTypes = iconPropTypes4cbeb95d.i;
|
599
641
|
}
|
600
|
-
var IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers(
|
601
|
-
var children = _ref19.children,
|
602
|
-
_ref19$size = _ref19.size,
|
603
|
-
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
604
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref19, _excluded19);
|
605
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
606
|
-
width: size,
|
607
|
-
height: size,
|
608
|
-
ref: ref,
|
609
|
-
xmlns: "http://www.w3.org/2000/svg",
|
610
|
-
viewBox: "0 0 32 32",
|
611
|
-
fill: "currentColor"
|
612
|
-
}, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
613
|
-
d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
|
614
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
615
|
-
d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"
|
616
|
-
})), children);
|
617
|
-
});
|
618
|
-
if (process.env.NODE_ENV !== "production") {
|
619
|
-
IbmZOsContainers.propTypes = iconPropTypes4cbeb95d.i;
|
620
|
-
}
|
621
|
-
var IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackageManager(_ref20, ref) {
|
622
|
-
var children = _ref20.children,
|
623
|
-
_ref20$size = _ref20.size,
|
624
|
-
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
625
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref20, _excluded20);
|
626
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
627
|
-
width: size,
|
628
|
-
height: size,
|
629
|
-
ref: ref,
|
630
|
-
xmlns: "http://www.w3.org/2000/svg",
|
631
|
-
viewBox: "0 0 32 32",
|
632
|
-
fill: "currentColor"
|
633
|
-
}, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
634
|
-
d: "M15 9v10.172l-2.586-2.586L11 18l5 5 5-5-1.414-1.414L17 19.172V9H15zM19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
|
635
|
-
})), children);
|
636
|
-
});
|
637
|
-
if (process.env.NODE_ENV !== "production") {
|
638
|
-
IbmZOsPackageManager.propTypes = iconPropTypes4cbeb95d.i;
|
639
|
-
}
|
640
|
-
var WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_2D(_ref21, ref) {
|
642
|
+
var IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers(_ref21, ref) {
|
641
643
|
var children = _ref21.children,
|
642
644
|
_ref21$size = _ref21.size,
|
643
|
-
size = _ref21$size ===
|
645
|
+
size = _ref21$size === undefined ? 16 : _ref21$size,
|
644
646
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref21, _excluded21);
|
645
647
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
646
648
|
width: size,
|
@@ -649,17 +651,19 @@ var WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_
|
|
649
651
|
xmlns: "http://www.w3.org/2000/svg",
|
650
652
|
viewBox: "0 0 32 32",
|
651
653
|
fill: "currentColor"
|
652
|
-
}, rest),
|
653
|
-
d: "
|
654
|
+
}, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
655
|
+
d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
|
656
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
657
|
+
d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"
|
654
658
|
})), children);
|
655
659
|
});
|
656
660
|
if (process.env.NODE_ENV !== "production") {
|
657
|
-
|
661
|
+
IbmZOsContainers.propTypes = iconPropTypes4cbeb95d.i;
|
658
662
|
}
|
659
|
-
var
|
663
|
+
var IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackageManager(_ref22, ref) {
|
660
664
|
var children = _ref22.children,
|
661
665
|
_ref22$size = _ref22.size,
|
662
|
-
size = _ref22$size ===
|
666
|
+
size = _ref22$size === undefined ? 16 : _ref22$size,
|
663
667
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref22, _excluded22);
|
664
668
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
665
669
|
width: size,
|
@@ -668,19 +672,17 @@ var IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref22, r
|
|
668
672
|
xmlns: "http://www.w3.org/2000/svg",
|
669
673
|
viewBox: "0 0 32 32",
|
670
674
|
fill: "currentColor"
|
671
|
-
}, rest),
|
672
|
-
d: "
|
673
|
-
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
674
|
-
d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
|
675
|
+
}, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
676
|
+
d: "M15 9v10.172l-2.586-2.586L11 18l5 5 5-5-1.414-1.414L17 19.172V9H15zM19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
|
675
677
|
})), children);
|
676
678
|
});
|
677
679
|
if (process.env.NODE_ENV !== "production") {
|
678
|
-
|
680
|
+
IbmZOsPackageManager.propTypes = iconPropTypes4cbeb95d.i;
|
679
681
|
}
|
680
|
-
var
|
682
|
+
var WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_2D(_ref23, ref) {
|
681
683
|
var children = _ref23.children,
|
682
684
|
_ref23$size = _ref23.size,
|
683
|
-
size = _ref23$size ===
|
685
|
+
size = _ref23$size === undefined ? 16 : _ref23$size,
|
684
686
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref23, _excluded23);
|
685
687
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
686
688
|
width: size,
|
@@ -689,19 +691,17 @@ var IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref23, ref) {
|
|
689
691
|
xmlns: "http://www.w3.org/2000/svg",
|
690
692
|
viewBox: "0 0 32 32",
|
691
693
|
fill: "currentColor"
|
692
|
-
}, rest),
|
693
|
-
d: "
|
694
|
-
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
695
|
-
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
694
|
+
}, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
695
|
+
d: "M22 24H10a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2H22a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0122 24zM10 10V22H22V10zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM2 21L2 30 11 30 11 28 4 28 4 21 2 21zM30 11L30 2 21 2 21 4 28 4 28 11 30 11zM21 30L30 30 30 21 28 21 28 28 21 28 21 30z"
|
696
696
|
})), children);
|
697
697
|
});
|
698
698
|
if (process.env.NODE_ENV !== "production") {
|
699
|
-
|
699
|
+
WatsonHealthICa_2D.propTypes = iconPropTypes4cbeb95d.i;
|
700
700
|
}
|
701
|
-
var
|
701
|
+
var IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref24, ref) {
|
702
702
|
var children = _ref24.children,
|
703
703
|
_ref24$size = _ref24.size,
|
704
|
-
size = _ref24$size ===
|
704
|
+
size = _ref24$size === undefined ? 16 : _ref24$size,
|
705
705
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref24, _excluded24);
|
706
706
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
707
707
|
width: size,
|
@@ -711,16 +711,18 @@ var QID = /*#__PURE__*/React.forwardRef(function QID(_ref24, ref) {
|
|
711
711
|
viewBox: "0 0 32 32",
|
712
712
|
fill: "currentColor"
|
713
713
|
}, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
714
|
-
d: "
|
714
|
+
d: "M4 2A2 2 0 002 4V20l1 2 1-2V4H8V14l1 2 1-2V2zM28 2H14v8l1 2 1-2V4h2V17l1 2 1-2V4h4V14l1 2 1-2V4h2V24l1 2 1-2V4A2 2 0 0028 2zM14 28L13 30 12 28 12 16 14 16 14 28z"
|
715
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
716
|
+
d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
|
715
717
|
})), children);
|
716
718
|
});
|
717
719
|
if (process.env.NODE_ENV !== "production") {
|
718
|
-
|
720
|
+
IceAccretion.propTypes = iconPropTypes4cbeb95d.i;
|
719
721
|
}
|
720
|
-
var
|
722
|
+
var IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref25, ref) {
|
721
723
|
var children = _ref25.children,
|
722
724
|
_ref25$size = _ref25.size,
|
723
|
-
size = _ref25$size ===
|
725
|
+
size = _ref25$size === undefined ? 16 : _ref25$size,
|
724
726
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref25, _excluded25);
|
725
727
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
726
728
|
width: size,
|
@@ -729,21 +731,19 @@ var IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref25, r
|
|
729
731
|
xmlns: "http://www.w3.org/2000/svg",
|
730
732
|
viewBox: "0 0 32 32",
|
731
733
|
fill: "currentColor"
|
732
|
-
}, rest),
|
733
|
-
d: "
|
734
|
-
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
735
|
-
d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
|
734
|
+
}, rest), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
735
|
+
d: "M19 14L19 21 20 23 21 21 21 14 19 14zM17 14H13a2 2 0 00-2 2v4l1 2 1-2V16h2v7l1 2 1-2z"
|
736
736
|
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
737
|
-
d: "
|
737
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
738
738
|
})), children);
|
739
739
|
});
|
740
740
|
if (process.env.NODE_ENV !== "production") {
|
741
|
-
|
741
|
+
IceVision.propTypes = iconPropTypes4cbeb95d.i;
|
742
742
|
}
|
743
|
-
var
|
743
|
+
var QID = /*#__PURE__*/React.forwardRef(function QID(_ref26, ref) {
|
744
744
|
var children = _ref26.children,
|
745
745
|
_ref26$size = _ref26.size,
|
746
|
-
size = _ref26$size ===
|
746
|
+
size = _ref26$size === undefined ? 16 : _ref26$size,
|
747
747
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref26, _excluded26);
|
748
748
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
749
749
|
width: size,
|
@@ -753,16 +753,16 @@ var Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref26, ref) {
|
|
753
753
|
viewBox: "0 0 32 32",
|
754
754
|
fill: "currentColor"
|
755
755
|
}, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
756
|
-
d: "
|
756
|
+
d: "M10 9H12V11H10zM18 23H14V9h4a4 4 0 014 4v6A4 4 0 0118 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H16zM10 13H12V23H10z"
|
757
757
|
})), children);
|
758
758
|
});
|
759
759
|
if (process.env.NODE_ENV !== "production") {
|
760
|
-
|
760
|
+
QID.propTypes = iconPropTypes4cbeb95d.i;
|
761
761
|
}
|
762
|
-
var
|
762
|
+
var IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref27, ref) {
|
763
763
|
var children = _ref27.children,
|
764
764
|
_ref27$size = _ref27.size,
|
765
|
-
size = _ref27$size ===
|
765
|
+
size = _ref27$size === undefined ? 16 : _ref27$size,
|
766
766
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref27, _excluded27);
|
767
767
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
768
768
|
width: size,
|
@@ -772,18 +772,20 @@ var Identification = /*#__PURE__*/React.forwardRef(function Identification(_ref2
|
|
772
772
|
viewBox: "0 0 32 32",
|
773
773
|
fill: "currentColor"
|
774
774
|
}, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
775
|
-
d: "
|
775
|
+
d: "M15 20H9a3 3 0 00-3 3v2H8V23a1 1 0 011-1h6a1 1 0 011 1v2h2V23A3 3 0 0015 20zM12 19a4 4 0 10-4-4A4 4 0 0012 19zm0-6a2 2 0 11-2 2A2 2 0 0112 13z"
|
776
776
|
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
777
|
-
d: "
|
777
|
+
d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
|
778
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
779
|
+
d: "M20 19H26V21H20zM22 23H26V25H22zM32 10V8H29.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0026 4.1011V2H24V4.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0020.1011 8H18v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0024 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0029.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0125 12z"
|
778
780
|
})), children);
|
779
781
|
});
|
780
782
|
if (process.env.NODE_ENV !== "production") {
|
781
|
-
|
783
|
+
IdManagement.propTypes = iconPropTypes4cbeb95d.i;
|
782
784
|
}
|
783
|
-
var
|
785
|
+
var Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref28, ref) {
|
784
786
|
var children = _ref28.children,
|
785
787
|
_ref28$size = _ref28.size,
|
786
|
-
size = _ref28$size ===
|
788
|
+
size = _ref28$size === undefined ? 16 : _ref28$size,
|
787
789
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref28, _excluded28);
|
788
790
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
789
791
|
width: size,
|
@@ -792,19 +794,17 @@ var Image = /*#__PURE__*/React.forwardRef(function Image(_ref28, ref) {
|
|
792
794
|
xmlns: "http://www.w3.org/2000/svg",
|
793
795
|
viewBox: "0 0 32 32",
|
794
796
|
fill: "currentColor"
|
795
|
-
}, rest),
|
796
|
-
d: "
|
797
|
-
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
798
|
-
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
|
797
|
+
}, rest), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
798
|
+
d: "M11 24H21V26H11zM13 28H19V30H13zM16 2A10 10 0 006 12a9.19 9.19 0 003.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 018 12a8 8 0 0116 0 7.2 7.2 0 01-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0026 12 10 10 0 0016 2z"
|
799
799
|
})), children);
|
800
800
|
});
|
801
801
|
if (process.env.NODE_ENV !== "production") {
|
802
|
-
|
802
|
+
Idea.propTypes = iconPropTypes4cbeb95d.i;
|
803
803
|
}
|
804
|
-
var
|
804
|
+
var Identification = /*#__PURE__*/React.forwardRef(function Identification(_ref29, ref) {
|
805
805
|
var children = _ref29.children,
|
806
806
|
_ref29$size = _ref29.size,
|
807
|
-
size = _ref29$size ===
|
807
|
+
size = _ref29$size === undefined ? 16 : _ref29$size,
|
808
808
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref29, _excluded29);
|
809
809
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
810
810
|
width: size,
|
@@ -814,18 +814,18 @@ var ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref29, ref) {
|
|
814
814
|
viewBox: "0 0 32 32",
|
815
815
|
fill: "currentColor"
|
816
816
|
}, rest), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
817
|
-
d: "
|
817
|
+
d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
|
818
818
|
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
819
|
-
d: "
|
819
|
+
d: "M6 10H13V12H6zM6 14H10V16H6zM23 18H17a3 3 0 00-3 3v2h2V21a1 1 0 011-1h6a1 1 0 011 1v2h2V21A3 3 0 0023 18zM20 17a4 4 0 10-4-4A4 4 0 0020 17zm0-6a2 2 0 11-2 2A2 2 0 0120 11z"
|
820
820
|
})), children);
|
821
821
|
});
|
822
822
|
if (process.env.NODE_ENV !== "production") {
|
823
|
-
|
823
|
+
Identification.propTypes = iconPropTypes4cbeb95d.i;
|
824
824
|
}
|
825
|
-
var
|
825
|
+
var Image = /*#__PURE__*/React.forwardRef(function Image(_ref30, ref) {
|
826
826
|
var children = _ref30.children,
|
827
827
|
_ref30$size = _ref30.size,
|
828
|
-
size = _ref30$size ===
|
828
|
+
size = _ref30$size === undefined ? 16 : _ref30$size,
|
829
829
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref30, _excluded30);
|
830
830
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
831
831
|
width: size,
|
@@ -835,18 +835,18 @@ var ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_ref30, r
|
|
835
835
|
viewBox: "0 0 32 32",
|
836
836
|
fill: "currentColor"
|
837
837
|
}, rest), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
838
|
-
d: "
|
838
|
+
d: "M19,14a3,3,0,1,0-3-3A3,3,0,0,0,19,14Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,10Z"
|
839
839
|
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
840
|
-
d: "
|
840
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
|
841
841
|
})), children);
|
842
842
|
});
|
843
843
|
if (process.env.NODE_ENV !== "production") {
|
844
|
-
|
844
|
+
Image.propTypes = iconPropTypes4cbeb95d.i;
|
845
845
|
}
|
846
|
-
var
|
846
|
+
var ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref31, ref) {
|
847
847
|
var children = _ref31.children,
|
848
848
|
_ref31$size = _ref31.size,
|
849
|
-
size = _ref31$size ===
|
849
|
+
size = _ref31$size === undefined ? 16 : _ref31$size,
|
850
850
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref31, _excluded31);
|
851
851
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
852
852
|
width: size,
|
@@ -856,18 +856,18 @@ var ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_ref3
|
|
856
856
|
viewBox: "0 0 32 32",
|
857
857
|
fill: "currentColor"
|
858
858
|
}, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
859
|
-
d: "M4
|
859
|
+
d: "M4 22H2V4A2.0023 2.0023 0 014 2H22V4H4zM21 17a3 3 0 10-3-3A3.0033 3.0033 0 0021 17zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0121 13z"
|
860
860
|
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
861
|
-
d: "
|
861
|
+
d: "M28,7H9A2.0025,2.0025,0,0,0,7,9V28a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V9A2.0025,2.0025,0,0,0,28,7Zm0,21H9v-6l4-3.9971,5.5859,5.586a2,2,0,0,0,2.8282,0L23,22.0034,28,27Zm0-3.8281-3.5859-3.586a2,2,0,0,0-2.8282,0L20,22.1719l-5.5859-5.586a2,2,0,0,0-2.8282,0L9,19.1719V9H28Z"
|
862
862
|
})), children);
|
863
863
|
});
|
864
864
|
if (process.env.NODE_ENV !== "production") {
|
865
|
-
|
865
|
+
ImageCopy.propTypes = iconPropTypes4cbeb95d.i;
|
866
866
|
}
|
867
|
-
var
|
867
|
+
var ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_ref32, ref) {
|
868
868
|
var children = _ref32.children,
|
869
869
|
_ref32$size = _ref32.size,
|
870
|
-
size = _ref32$size ===
|
870
|
+
size = _ref32$size === undefined ? 16 : _ref32$size,
|
871
871
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref32, _excluded32);
|
872
872
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
873
873
|
width: size,
|
@@ -877,18 +877,18 @@ var ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref32, ref
|
|
877
877
|
viewBox: "0 0 32 32",
|
878
878
|
fill: "currentColor"
|
879
879
|
}, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
880
|
-
d: "
|
880
|
+
d: "M26,6V26H6V6H26m0-2H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
|
881
881
|
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
882
|
-
d: "
|
882
|
+
d: "M22 16L22 14 17 14 17 12 20 12 20 10 17 10 17 8 15 8 15 10 12 10 12 12 15 12 15 14 10 14 10 16 15 16 15 18 10 18 10 20 15 20 15 22 12 22 12 24 20 24 20 22 17 22 17 20 22 20 22 18 17 18 17 16 22 16z"
|
883
883
|
})), children);
|
884
884
|
});
|
885
885
|
if (process.env.NODE_ENV !== "production") {
|
886
|
-
|
886
|
+
ImageMedical.propTypes = iconPropTypes4cbeb95d.i;
|
887
887
|
}
|
888
|
-
var
|
888
|
+
var ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_ref33, ref) {
|
889
889
|
var children = _ref33.children,
|
890
890
|
_ref33$size = _ref33.size,
|
891
|
-
size = _ref33$size ===
|
891
|
+
size = _ref33$size === undefined ? 16 : _ref33$size,
|
892
892
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref33, _excluded33);
|
893
893
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
894
894
|
width: size,
|
@@ -898,18 +898,18 @@ var ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_ref3
|
|
898
898
|
viewBox: "0 0 32 32",
|
899
899
|
fill: "currentColor"
|
900
900
|
}, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
901
|
-
d: "
|
901
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 14a3 3 0 10-3-3A3 3 0 0019 14zm0-4a1 1 0 11-1 1A1 1 0 0119 10z"
|
902
902
|
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
903
|
-
d: "
|
903
|
+
d: "M26,4H6A2,2,0,0,0,4,6V16H6V6H26V21.17l-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17,11.8308,13l-1.4151,1.4155L14,18l2.59,2.59a2,2,0,0,0,2.82,0L21,19l5,5v2H16v2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Z"
|
904
904
|
})), children);
|
905
905
|
});
|
906
906
|
if (process.env.NODE_ENV !== "production") {
|
907
|
-
|
907
|
+
ImageReference.propTypes = iconPropTypes4cbeb95d.i;
|
908
908
|
}
|
909
|
-
var
|
909
|
+
var ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref34, ref) {
|
910
910
|
var children = _ref34.children,
|
911
911
|
_ref34$size = _ref34.size,
|
912
|
-
size = _ref34$size ===
|
912
|
+
size = _ref34$size === undefined ? 16 : _ref34$size,
|
913
913
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref34, _excluded34);
|
914
914
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
915
915
|
width: size,
|
@@ -919,18 +919,18 @@ var WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(function
|
|
919
919
|
viewBox: "0 0 32 32",
|
920
920
|
fill: "currentColor"
|
921
921
|
}, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
922
|
-
d: "
|
922
|
+
d: "M24 14a5.99 5.99 0 00-4.885 9.4712L14 28.5859 15.4141 30l5.1147-5.1147A5.9971 5.9971 0 1024 14zm0 10a4 4 0 114-4A4.0045 4.0045 0 0124 24zM17 12a3 3 0 10-3-3A3.0033 3.0033 0 0017 12zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0117 8z"
|
923
923
|
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
924
|
-
d: "
|
924
|
+
d: "M12,24H4V17.9966L9,13l5.5859,5.5859L16,17.168l-5.5859-5.5855a2,2,0,0,0-2.8282,0L4,15.168V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.002,2.002,0,0,0,2,4V24a2.0023,2.0023,0,0,0,2,2h8Z"
|
925
925
|
})), children);
|
926
926
|
});
|
927
927
|
if (process.env.NODE_ENV !== "production") {
|
928
|
-
|
928
|
+
ImageSearch.propTypes = iconPropTypes4cbeb95d.i;
|
929
929
|
}
|
930
|
-
var
|
930
|
+
var ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_ref35, ref) {
|
931
931
|
var children = _ref35.children,
|
932
932
|
_ref35$size = _ref35.size,
|
933
|
-
size = _ref35$size ===
|
933
|
+
size = _ref35$size === undefined ? 16 : _ref35$size,
|
934
934
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref35, _excluded35);
|
935
935
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
936
936
|
width: size,
|
@@ -940,18 +940,18 @@ var WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(func
|
|
940
940
|
viewBox: "0 0 32 32",
|
941
941
|
fill: "currentColor"
|
942
942
|
}, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
943
|
-
d: "M10
|
943
|
+
d: "M10,16a5.9908,5.9908,0,0,0,9.4712,4.8853L24.5859,26,26,24.5859l-5.115-5.1147A5.997,5.997,0,1,0,10,16Zm2,0a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Z"
|
944
944
|
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
945
|
-
d: "
|
945
|
+
d: "M29,7H22.54L20.83,4.45A.9946.9946,0,0,0,20,4H12a.9946.9946,0,0,0-.83.45L9.46,7H3A1.0031,1.0031,0,0,0,2,8V25a1.0031,1.0031,0,0,0,1,1h9V24H4V9h6a.9946.9946,0,0,0,.83-.45L12.54,6h6.92l1.71,2.55A.9946.9946,0,0,0,22,9h6V21h2V8A1.0031,1.0031,0,0,0,29,7Z"
|
946
946
|
})), children);
|
947
947
|
});
|
948
948
|
if (process.env.NODE_ENV !== "production") {
|
949
|
-
|
949
|
+
ImageSearchAlt.propTypes = iconPropTypes4cbeb95d.i;
|
950
950
|
}
|
951
|
-
var
|
951
|
+
var WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityLocal(_ref36, ref) {
|
952
952
|
var children = _ref36.children,
|
953
953
|
_ref36$size = _ref36.size,
|
954
|
-
size = _ref36$size ===
|
954
|
+
size = _ref36$size === undefined ? 16 : _ref36$size,
|
955
955
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref36, _excluded36);
|
956
956
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
957
957
|
width: size,
|
@@ -960,24 +960,66 @@ var WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(fun
|
|
960
960
|
xmlns: "http://www.w3.org/2000/svg",
|
961
961
|
viewBox: "0 0 32 32",
|
962
962
|
fill: "currentColor"
|
963
|
+
}, rest), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
964
|
+
d: "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
|
965
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
966
|
+
d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
|
967
|
+
})), children);
|
968
|
+
});
|
969
|
+
if (process.env.NODE_ENV !== "production") {
|
970
|
+
WatsonHealthImageAvailabilityLocal.propTypes = iconPropTypes4cbeb95d.i;
|
971
|
+
}
|
972
|
+
var WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityRetrieving(_ref37, ref) {
|
973
|
+
var children = _ref37.children,
|
974
|
+
_ref37$size = _ref37.size,
|
975
|
+
size = _ref37$size === undefined ? 16 : _ref37$size,
|
976
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref37, _excluded37);
|
977
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
978
|
+
width: size,
|
979
|
+
height: size,
|
980
|
+
ref: ref,
|
981
|
+
xmlns: "http://www.w3.org/2000/svg",
|
982
|
+
viewBox: "0 0 32 32",
|
983
|
+
fill: "currentColor"
|
984
|
+
}, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
985
|
+
d: "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
|
986
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
987
|
+
d: "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4 C7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10 c0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
|
988
|
+
})), children);
|
989
|
+
});
|
990
|
+
if (process.env.NODE_ENV !== "production") {
|
991
|
+
WatsonHealthImageAvailabilityRetrieving.propTypes = iconPropTypes4cbeb95d.i;
|
992
|
+
}
|
993
|
+
var WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityUnavailable(_ref38, ref) {
|
994
|
+
var children = _ref38.children,
|
995
|
+
_ref38$size = _ref38.size,
|
996
|
+
size = _ref38$size === undefined ? 16 : _ref38$size,
|
997
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref38, _excluded38);
|
998
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
999
|
+
width: size,
|
1000
|
+
height: size,
|
1001
|
+
ref: ref,
|
1002
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1003
|
+
viewBox: "0 0 32 32",
|
1004
|
+
fill: "currentColor"
|
963
1005
|
}, rest), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
964
1006
|
cx: "16",
|
965
1007
|
cy: "20.5",
|
966
1008
|
r: "1.5"
|
967
|
-
})),
|
1009
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
968
1010
|
d: "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17 z"
|
969
|
-
})),
|
1011
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
970
1012
|
d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
|
971
1013
|
})), children);
|
972
1014
|
});
|
973
1015
|
if (process.env.NODE_ENV !== "production") {
|
974
1016
|
WatsonHealthImageAvailabilityUnavailable.propTypes = iconPropTypes4cbeb95d.i;
|
975
1017
|
}
|
976
|
-
var ImageService = /*#__PURE__*/React.forwardRef(function ImageService(
|
977
|
-
var children =
|
978
|
-
|
979
|
-
size =
|
980
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1018
|
+
var ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref39, ref) {
|
1019
|
+
var children = _ref39.children,
|
1020
|
+
_ref39$size = _ref39.size,
|
1021
|
+
size = _ref39$size === undefined ? 16 : _ref39$size,
|
1022
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref39, _excluded39);
|
981
1023
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
982
1024
|
width: size,
|
983
1025
|
height: size,
|
@@ -985,24 +1027,24 @@ var ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref37, r
|
|
985
1027
|
xmlns: "http://www.w3.org/2000/svg",
|
986
1028
|
viewBox: "0 0 32 32",
|
987
1029
|
fill: "currentColor"
|
988
|
-
}, rest),
|
1030
|
+
}, rest), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
989
1031
|
d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
990
1032
|
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
991
1033
|
cx: "7",
|
992
1034
|
cy: "25",
|
993
1035
|
r: "1"
|
994
|
-
})),
|
1036
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
995
1037
|
d: "M13 4H15V12H13zM9 4H11V12H9zM21 12H19a2.0021 2.0021 0 01-2-2V6a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0121 12zM19 6v4h2V6zM21 14H23V22H21zM9 14H11V22H9zM17 22H15a2.0021 2.0021 0 01-2-2V16a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0117 22zm-2-6v4h2V16z"
|
996
1038
|
})), children);
|
997
1039
|
});
|
998
1040
|
if (process.env.NODE_ENV !== "production") {
|
999
1041
|
ImageService.propTypes = iconPropTypes4cbeb95d.i;
|
1000
1042
|
}
|
1001
|
-
var ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(
|
1002
|
-
var children =
|
1003
|
-
|
1004
|
-
size =
|
1005
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1043
|
+
var ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(_ref40, ref) {
|
1044
|
+
var children = _ref40.children,
|
1045
|
+
_ref40$size = _ref40.size,
|
1046
|
+
size = _ref40$size === undefined ? 16 : _ref40$size,
|
1047
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref40, _excluded40);
|
1006
1048
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1007
1049
|
width: size,
|
1008
1050
|
height: size,
|
@@ -1010,13 +1052,13 @@ var ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(_re
|
|
1010
1052
|
xmlns: "http://www.w3.org/2000/svg",
|
1011
1053
|
viewBox: "0 0 32 32",
|
1012
1054
|
fill: "currentColor"
|
1013
|
-
}, rest),
|
1055
|
+
}, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
1014
1056
|
strokeWidth: "0",
|
1015
1057
|
d: "m25,2v7h7V2h-7Zm5,5h-3v-3h3v3Z"
|
1016
|
-
})),
|
1058
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
1017
1059
|
strokeWidth: "0",
|
1018
1060
|
d: "m23,6h-7v12h12v-7h-5v-5Zm-2,10h-3v-3h3v3Zm5-3v3h-3v-3h3Zm-8-2v-3h3v3h-3Z"
|
1019
|
-
})),
|
1061
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
1020
1062
|
strokeWidth: "0",
|
1021
1063
|
d: "M26 20v2H6v-14h8v-2H6c-1.104.0011-1.999.8959-2 2v14c.0012 1.104.896 1.9987 2 2h20c1.104-.0015 1.9985-.8961 2-2v-2h-2zM2 26H30V28H2z"
|
1022
1064
|
})), children);
|
@@ -1024,11 +1066,11 @@ var ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(_re
|
|
1024
1066
|
if (process.env.NODE_ENV !== "production") {
|
1025
1067
|
ImageStoreLocal.propTypes = iconPropTypes4cbeb95d.i;
|
1026
1068
|
}
|
1027
|
-
var ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(
|
1028
|
-
var children =
|
1029
|
-
|
1030
|
-
size =
|
1031
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1069
|
+
var ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref41, ref) {
|
1070
|
+
var children = _ref41.children,
|
1071
|
+
_ref41$size = _ref41.size,
|
1072
|
+
size = _ref41$size === undefined ? 16 : _ref41$size,
|
1073
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref41, _excluded41);
|
1032
1074
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1033
1075
|
width: size,
|
1034
1076
|
height: size,
|
@@ -1036,18 +1078,18 @@ var ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref39, r
|
|
1036
1078
|
xmlns: "http://www.w3.org/2000/svg",
|
1037
1079
|
viewBox: "0 0 32 32",
|
1038
1080
|
fill: "currentColor"
|
1039
|
-
}, rest),
|
1081
|
+
}, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
1040
1082
|
d: "M28 24v4H4V24H2v4l.0076-.0049A1.9977 1.9977 0 004 30H28a2 2 0 002-2h0V24zM27.6 14.6L24 18.2 24 4 22 4 22 18.2 18.4 14.6 17 16 23 22 29 16 27.6 14.6zM9 4L3 10 4.4 11.4 8 7.8 8 22 10 22 10 7.8 13.6 11.4 15 10 9 4z"
|
1041
1083
|
})), children);
|
1042
1084
|
});
|
1043
1085
|
if (process.env.NODE_ENV !== "production") {
|
1044
1086
|
ImportExport.propTypes = iconPropTypes4cbeb95d.i;
|
1045
1087
|
}
|
1046
|
-
var ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(
|
1047
|
-
var children =
|
1048
|
-
|
1049
|
-
size =
|
1050
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1088
|
+
var ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(_ref42, ref) {
|
1089
|
+
var children = _ref42.children,
|
1090
|
+
_ref42$size = _ref42.size,
|
1091
|
+
size = _ref42$size === undefined ? 16 : _ref42$size,
|
1092
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref42, _excluded42);
|
1051
1093
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1052
1094
|
width: size,
|
1053
1095
|
height: size,
|
@@ -1055,26 +1097,26 @@ var ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(_
|
|
1055
1097
|
xmlns: "http://www.w3.org/2000/svg",
|
1056
1098
|
viewBox: "0 0 32 32",
|
1057
1099
|
fill: "currentColor"
|
1058
|
-
}, rest),
|
1100
|
+
}, rest), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1059
1101
|
d: "M22 26.59L19.41 24 18 25.41 22 29.41 30 21.41 28.59 20 22 26.59z"
|
1060
1102
|
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
1061
1103
|
cx: "16",
|
1062
1104
|
cy: "16",
|
1063
1105
|
r: "2"
|
1064
|
-
})),
|
1106
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1065
1107
|
d: "M16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
|
1066
|
-
})),
|
1108
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1067
1109
|
d: "M28,16A12,12,0,1,0,16,28V26A10,10,0,1,1,26,16Z"
|
1068
1110
|
})), children);
|
1069
1111
|
});
|
1070
1112
|
if (process.env.NODE_ENV !== "production") {
|
1071
1113
|
ImproveRelevance.propTypes = iconPropTypes4cbeb95d.i;
|
1072
1114
|
}
|
1073
|
-
var InProgress = /*#__PURE__*/React.forwardRef(function InProgress(
|
1074
|
-
var children =
|
1075
|
-
|
1076
|
-
size =
|
1077
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1115
|
+
var InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref43, ref) {
|
1116
|
+
var children = _ref43.children,
|
1117
|
+
_ref43$size = _ref43.size,
|
1118
|
+
size = _ref43$size === undefined ? 16 : _ref43$size,
|
1119
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref43, _excluded43);
|
1078
1120
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1079
1121
|
width: size,
|
1080
1122
|
height: size,
|
@@ -1082,18 +1124,18 @@ var InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref41, ref)
|
|
1082
1124
|
xmlns: "http://www.w3.org/2000/svg",
|
1083
1125
|
viewBox: "0 0 32 32",
|
1084
1126
|
fill: "currentColor"
|
1085
|
-
}, rest),
|
1127
|
+
}, rest), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1086
1128
|
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm0,26A12,12,0,0,1,16,4V16l8.4812,8.4814A11.9625,11.9625,0,0,1,16,28Z"
|
1087
1129
|
})), children);
|
1088
1130
|
});
|
1089
1131
|
if (process.env.NODE_ENV !== "production") {
|
1090
1132
|
InProgress.propTypes = iconPropTypes4cbeb95d.i;
|
1091
1133
|
}
|
1092
|
-
var InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(
|
1093
|
-
var children =
|
1094
|
-
|
1095
|
-
size =
|
1096
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1134
|
+
var InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_ref44, ref) {
|
1135
|
+
var children = _ref44.children,
|
1136
|
+
_ref44$size = _ref44.size,
|
1137
|
+
size = _ref44$size === undefined ? 16 : _ref44$size,
|
1138
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref44, _excluded44);
|
1097
1139
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1098
1140
|
width: size,
|
1099
1141
|
height: size,
|
@@ -1101,20 +1143,20 @@ var InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_re
|
|
1101
1143
|
xmlns: "http://www.w3.org/2000/svg",
|
1102
1144
|
viewBox: "0 0 32 32",
|
1103
1145
|
fill: "currentColor"
|
1104
|
-
}, rest),
|
1146
|
+
}, rest), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1105
1147
|
d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
|
1106
|
-
})),
|
1148
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1107
1149
|
d: "M14,2a12,12,0,1,0,2,23.8193v-2.021A10,10,0,1,1,14,4V14l4.343,4.3433A7.9751,7.9751,0,0,1,24,16h1.8193A11.93,11.93,0,0,0,14,2Z"
|
1108
1150
|
})), children);
|
1109
1151
|
});
|
1110
1152
|
if (process.env.NODE_ENV !== "production") {
|
1111
1153
|
InProgressError.propTypes = iconPropTypes4cbeb95d.i;
|
1112
1154
|
}
|
1113
|
-
var InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(
|
1114
|
-
var children =
|
1115
|
-
|
1116
|
-
size =
|
1117
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1155
|
+
var InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(_ref45, ref) {
|
1156
|
+
var children = _ref45.children,
|
1157
|
+
_ref45$size = _ref45.size,
|
1158
|
+
size = _ref45$size === undefined ? 16 : _ref45$size,
|
1159
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref45, _excluded45);
|
1118
1160
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1119
1161
|
width: size,
|
1120
1162
|
height: size,
|
@@ -1122,20 +1164,20 @@ var InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning
|
|
1122
1164
|
xmlns: "http://www.w3.org/2000/svg",
|
1123
1165
|
viewBox: "0 0 32 32",
|
1124
1166
|
fill: "currentColor"
|
1125
|
-
}, rest),
|
1167
|
+
}, rest), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1126
1168
|
d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
|
1127
|
-
})),
|
1169
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1128
1170
|
d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
|
1129
1171
|
})), children);
|
1130
1172
|
});
|
1131
1173
|
if (process.env.NODE_ENV !== "production") {
|
1132
1174
|
InProgressWarning.propTypes = iconPropTypes4cbeb95d.i;
|
1133
1175
|
}
|
1134
|
-
var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(
|
1135
|
-
var children =
|
1136
|
-
|
1137
|
-
size =
|
1138
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1176
|
+
var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref46, ref) {
|
1177
|
+
var children = _ref46.children,
|
1178
|
+
_ref46$size = _ref46.size,
|
1179
|
+
size = _ref46$size === undefined ? 16 : _ref46$size,
|
1180
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref46, _excluded46);
|
1139
1181
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1140
1182
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1141
1183
|
width: size,
|
@@ -1144,7 +1186,7 @@ var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref44, ref)
|
|
1144
1186
|
xmlns: "http://www.w3.org/2000/svg",
|
1145
1187
|
viewBox: "0 0 16 16",
|
1146
1188
|
fill: "currentColor"
|
1147
|
-
}, rest),
|
1189
|
+
}, rest), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
1148
1190
|
d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
1149
1191
|
})), children);
|
1150
1192
|
}
|
@@ -1155,18 +1197,18 @@ var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref44, ref)
|
|
1155
1197
|
xmlns: "http://www.w3.org/2000/svg",
|
1156
1198
|
viewBox: "0 0 32 32",
|
1157
1199
|
fill: "currentColor"
|
1158
|
-
}, rest),
|
1200
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
1159
1201
|
d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
|
1160
1202
|
})), children);
|
1161
1203
|
});
|
1162
1204
|
if (process.env.NODE_ENV !== "production") {
|
1163
1205
|
Incomplete.propTypes = iconPropTypes4cbeb95d.i;
|
1164
1206
|
}
|
1165
|
-
var IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(
|
1166
|
-
var children =
|
1167
|
-
|
1168
|
-
size =
|
1169
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1207
|
+
var IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref47, ref) {
|
1208
|
+
var children = _ref47.children,
|
1209
|
+
_ref47$size = _ref47.size,
|
1210
|
+
size = _ref47$size === undefined ? 16 : _ref47$size,
|
1211
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref47, _excluded47);
|
1170
1212
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1171
1213
|
width: size,
|
1172
1214
|
height: size,
|
@@ -1174,18 +1216,18 @@ var IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_
|
|
1174
1216
|
xmlns: "http://www.w3.org/2000/svg",
|
1175
1217
|
viewBox: "0 0 32 32",
|
1176
1218
|
fill: "currentColor"
|
1177
|
-
}, rest),
|
1219
|
+
}, rest), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1178
1220
|
d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
|
1179
1221
|
})), children);
|
1180
1222
|
});
|
1181
1223
|
if (process.env.NODE_ENV !== "production") {
|
1182
1224
|
IncompleteCancel.propTypes = iconPropTypes4cbeb95d.i;
|
1183
1225
|
}
|
1184
|
-
var IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(
|
1185
|
-
var children =
|
1186
|
-
|
1187
|
-
size =
|
1188
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1226
|
+
var IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref48, ref) {
|
1227
|
+
var children = _ref48.children,
|
1228
|
+
_ref48$size = _ref48.size,
|
1229
|
+
size = _ref48$size === undefined ? 16 : _ref48$size,
|
1230
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref48, _excluded48);
|
1189
1231
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1190
1232
|
width: size,
|
1191
1233
|
height: size,
|
@@ -1193,18 +1235,18 @@ var IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_re
|
|
1193
1235
|
xmlns: "http://www.w3.org/2000/svg",
|
1194
1236
|
viewBox: "0 0 32 32",
|
1195
1237
|
fill: "currentColor"
|
1196
|
-
}, rest),
|
1238
|
+
}, rest), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1197
1239
|
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
|
1198
1240
|
})), children);
|
1199
1241
|
});
|
1200
1242
|
if (process.env.NODE_ENV !== "production") {
|
1201
1243
|
IncompleteError.propTypes = iconPropTypes4cbeb95d.i;
|
1202
1244
|
}
|
1203
|
-
var IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(
|
1204
|
-
var children =
|
1205
|
-
|
1206
|
-
size =
|
1207
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1245
|
+
var IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref49, ref) {
|
1246
|
+
var children = _ref49.children,
|
1247
|
+
_ref49$size = _ref49.size,
|
1248
|
+
size = _ref49$size === undefined ? 16 : _ref49$size,
|
1249
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref49, _excluded49);
|
1208
1250
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1209
1251
|
width: size,
|
1210
1252
|
height: size,
|
@@ -1212,18 +1254,18 @@ var IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning
|
|
1212
1254
|
xmlns: "http://www.w3.org/2000/svg",
|
1213
1255
|
viewBox: "0 0 32 32",
|
1214
1256
|
fill: "currentColor"
|
1215
|
-
}, rest),
|
1257
|
+
}, rest), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1216
1258
|
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
1217
1259
|
})), children);
|
1218
1260
|
});
|
1219
1261
|
if (process.env.NODE_ENV !== "production") {
|
1220
1262
|
IncompleteWarning.propTypes = iconPropTypes4cbeb95d.i;
|
1221
1263
|
}
|
1222
|
-
var IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(
|
1223
|
-
var children =
|
1224
|
-
|
1225
|
-
size =
|
1226
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1264
|
+
var IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref50, ref) {
|
1265
|
+
var children = _ref50.children,
|
1266
|
+
_ref50$size = _ref50.size,
|
1267
|
+
size = _ref50$size === undefined ? 16 : _ref50$size,
|
1268
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref50, _excluded50);
|
1227
1269
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1228
1270
|
width: size,
|
1229
1271
|
height: size,
|
@@ -1231,18 +1273,18 @@ var IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref48,
|
|
1231
1273
|
xmlns: "http://www.w3.org/2000/svg",
|
1232
1274
|
viewBox: "0 0 32 32",
|
1233
1275
|
fill: "currentColor"
|
1234
|
-
}, rest),
|
1276
|
+
}, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1235
1277
|
d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
|
1236
1278
|
})), children);
|
1237
1279
|
});
|
1238
1280
|
if (process.env.NODE_ENV !== "production") {
|
1239
1281
|
IncreaseLevel.propTypes = iconPropTypes4cbeb95d.i;
|
1240
1282
|
}
|
1241
|
-
var Industry = /*#__PURE__*/React.forwardRef(function Industry(
|
1242
|
-
var children =
|
1243
|
-
|
1244
|
-
size =
|
1245
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1283
|
+
var Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref51, ref) {
|
1284
|
+
var children = _ref51.children,
|
1285
|
+
_ref51$size = _ref51.size,
|
1286
|
+
size = _ref51$size === undefined ? 16 : _ref51$size,
|
1287
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref51, _excluded51);
|
1246
1288
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1247
1289
|
width: size,
|
1248
1290
|
height: size,
|
@@ -1250,18 +1292,18 @@ var Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref49, ref) {
|
|
1250
1292
|
xmlns: "http://www.w3.org/2000/svg",
|
1251
1293
|
viewBox: "0 0 32 32",
|
1252
1294
|
fill: "currentColor"
|
1253
|
-
}, rest),
|
1295
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1254
1296
|
d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
|
1255
1297
|
})), children);
|
1256
1298
|
});
|
1257
1299
|
if (process.env.NODE_ENV !== "production") {
|
1258
1300
|
Industry.propTypes = iconPropTypes4cbeb95d.i;
|
1259
1301
|
}
|
1260
|
-
var InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(
|
1261
|
-
var children =
|
1262
|
-
|
1263
|
-
size =
|
1264
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1302
|
+
var InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref52, ref) {
|
1303
|
+
var children = _ref52.children,
|
1304
|
+
_ref52$size = _ref52.size,
|
1305
|
+
size = _ref52$size === undefined ? 16 : _ref52$size,
|
1306
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref52, _excluded52);
|
1265
1307
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1266
1308
|
width: size,
|
1267
1309
|
height: size,
|
@@ -1269,18 +1311,18 @@ var InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref5
|
|
1269
1311
|
xmlns: "http://www.w3.org/2000/svg",
|
1270
1312
|
viewBox: "0 0 32 32",
|
1271
1313
|
fill: "currentColor"
|
1272
|
-
}, rest),
|
1314
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1273
1315
|
d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
|
1274
1316
|
})), children);
|
1275
1317
|
});
|
1276
1318
|
if (process.env.NODE_ENV !== "production") {
|
1277
1319
|
InfinitySymbol.propTypes = iconPropTypes4cbeb95d.i;
|
1278
1320
|
}
|
1279
|
-
var Information = /*#__PURE__*/React.forwardRef(function Information(
|
1280
|
-
var children =
|
1281
|
-
|
1282
|
-
size =
|
1283
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1321
|
+
var Information = /*#__PURE__*/React.forwardRef(function Information(_ref53, ref) {
|
1322
|
+
var children = _ref53.children,
|
1323
|
+
_ref53$size = _ref53.size,
|
1324
|
+
size = _ref53$size === undefined ? 16 : _ref53$size,
|
1325
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref53, _excluded53);
|
1284
1326
|
if (size === 16 || size === "16" || size === "16px") {
|
1285
1327
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1286
1328
|
width: size,
|
@@ -1289,9 +1331,9 @@ var Information = /*#__PURE__*/React.forwardRef(function Information(_ref51, ref
|
|
1289
1331
|
xmlns: "http://www.w3.org/2000/svg",
|
1290
1332
|
viewBox: "0 0 16 16",
|
1291
1333
|
fill: "currentColor"
|
1292
|
-
}, rest),
|
1334
|
+
}, rest), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1293
1335
|
d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
|
1294
|
-
})),
|
1336
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
1295
1337
|
d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
|
1296
1338
|
})), children);
|
1297
1339
|
}
|
@@ -1302,20 +1344,20 @@ var Information = /*#__PURE__*/React.forwardRef(function Information(_ref51, ref
|
|
1302
1344
|
xmlns: "http://www.w3.org/2000/svg",
|
1303
1345
|
viewBox: "0 0 32 32",
|
1304
1346
|
fill: "currentColor"
|
1305
|
-
}, rest),
|
1347
|
+
}, rest), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1306
1348
|
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
1307
|
-
})),
|
1349
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
1308
1350
|
d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
|
1309
1351
|
})), children);
|
1310
1352
|
});
|
1311
1353
|
if (process.env.NODE_ENV !== "production") {
|
1312
1354
|
Information.propTypes = iconPropTypes4cbeb95d.i;
|
1313
1355
|
}
|
1314
|
-
var InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(
|
1315
|
-
var children =
|
1316
|
-
|
1317
|
-
size =
|
1318
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1356
|
+
var InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref54, ref) {
|
1357
|
+
var children = _ref54.children,
|
1358
|
+
_ref54$size = _ref54.size,
|
1359
|
+
size = _ref54$size === undefined ? 16 : _ref54$size,
|
1360
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref54, _excluded54);
|
1319
1361
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1320
1362
|
width: size,
|
1321
1363
|
height: size,
|
@@ -1323,20 +1365,20 @@ var InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisa
|
|
1323
1365
|
xmlns: "http://www.w3.org/2000/svg",
|
1324
1366
|
viewBox: "0 0 32 32",
|
1325
1367
|
fill: "currentColor"
|
1326
|
-
}, rest),
|
1368
|
+
}, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1327
1369
|
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
1328
|
-
})),
|
1370
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1329
1371
|
d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
|
1330
1372
|
})), children);
|
1331
1373
|
});
|
1332
1374
|
if (process.env.NODE_ENV !== "production") {
|
1333
1375
|
InformationDisabled.propTypes = iconPropTypes4cbeb95d.i;
|
1334
1376
|
}
|
1335
|
-
var InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(
|
1336
|
-
var children =
|
1337
|
-
|
1338
|
-
size =
|
1339
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1377
|
+
var InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref55, ref) {
|
1378
|
+
var children = _ref55.children,
|
1379
|
+
_ref55$size = _ref55.size,
|
1380
|
+
size = _ref55$size === undefined ? 16 : _ref55$size,
|
1381
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref55, _excluded55);
|
1340
1382
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1341
1383
|
width: size,
|
1342
1384
|
height: size,
|
@@ -1344,22 +1386,22 @@ var InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled
|
|
1344
1386
|
xmlns: "http://www.w3.org/2000/svg",
|
1345
1387
|
viewBox: "0 0 32 32",
|
1346
1388
|
fill: "currentColor"
|
1347
|
-
}, rest),
|
1389
|
+
}, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
1348
1390
|
fill: "none",
|
1349
1391
|
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
1350
1392
|
"data-icon-path": "inner-path"
|
1351
|
-
})),
|
1393
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
1352
1394
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
1353
1395
|
})), children);
|
1354
1396
|
});
|
1355
1397
|
if (process.env.NODE_ENV !== "production") {
|
1356
1398
|
InformationFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1357
1399
|
}
|
1358
|
-
var InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(
|
1359
|
-
var children =
|
1360
|
-
|
1361
|
-
size =
|
1362
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1400
|
+
var InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref56, ref) {
|
1401
|
+
var children = _ref56.children,
|
1402
|
+
_ref56$size = _ref56.size,
|
1403
|
+
size = _ref56$size === undefined ? 16 : _ref56$size,
|
1404
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref56, _excluded56);
|
1363
1405
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1364
1406
|
width: size,
|
1365
1407
|
height: size,
|
@@ -1367,20 +1409,20 @@ var InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare
|
|
1367
1409
|
xmlns: "http://www.w3.org/2000/svg",
|
1368
1410
|
viewBox: "0 0 32 32",
|
1369
1411
|
fill: "currentColor"
|
1370
|
-
}, rest),
|
1412
|
+
}, rest), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
1371
1413
|
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
1372
|
-
})),
|
1414
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1373
1415
|
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
|
1374
1416
|
})), children);
|
1375
1417
|
});
|
1376
1418
|
if (process.env.NODE_ENV !== "production") {
|
1377
1419
|
InformationSquare.propTypes = iconPropTypes4cbeb95d.i;
|
1378
1420
|
}
|
1379
|
-
var InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(
|
1380
|
-
var children =
|
1381
|
-
|
1382
|
-
size =
|
1383
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1421
|
+
var InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref57, ref) {
|
1422
|
+
var children = _ref57.children,
|
1423
|
+
_ref57$size = _ref57.size,
|
1424
|
+
size = _ref57$size === undefined ? 16 : _ref57$size,
|
1425
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref57, _excluded57);
|
1384
1426
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1385
1427
|
width: size,
|
1386
1428
|
height: size,
|
@@ -1388,22 +1430,22 @@ var InformationSquareFilled = /*#__PURE__*/React.forwardRef(function Information
|
|
1388
1430
|
xmlns: "http://www.w3.org/2000/svg",
|
1389
1431
|
viewBox: "0 0 32 32",
|
1390
1432
|
fill: "currentColor"
|
1391
|
-
}, rest),
|
1433
|
+
}, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1392
1434
|
fill: "none",
|
1393
1435
|
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
1394
1436
|
"data-icon-path": "inner-path"
|
1395
|
-
})),
|
1437
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1396
1438
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
1397
1439
|
})), children);
|
1398
1440
|
});
|
1399
1441
|
if (process.env.NODE_ENV !== "production") {
|
1400
1442
|
InformationSquareFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1401
1443
|
}
|
1402
|
-
var InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(
|
1403
|
-
var children =
|
1404
|
-
|
1405
|
-
size =
|
1406
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1444
|
+
var InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref58, ref) {
|
1445
|
+
var children = _ref58.children,
|
1446
|
+
_ref58$size = _ref58.size,
|
1447
|
+
size = _ref58$size === undefined ? 16 : _ref58$size,
|
1448
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref58, _excluded58);
|
1407
1449
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1408
1450
|
width: size,
|
1409
1451
|
height: size,
|
@@ -1411,20 +1453,20 @@ var InfrastructureClassic = /*#__PURE__*/React.forwardRef(function Infrastructur
|
|
1411
1453
|
xmlns: "http://www.w3.org/2000/svg",
|
1412
1454
|
viewBox: "0 0 32 32",
|
1413
1455
|
fill: "currentColor"
|
1414
|
-
}, rest),
|
1456
|
+
}, rest), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1415
1457
|
d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
|
1416
|
-
})),
|
1458
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
1417
1459
|
d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
|
1418
1460
|
})), children);
|
1419
1461
|
});
|
1420
1462
|
if (process.env.NODE_ENV !== "production") {
|
1421
1463
|
InfrastructureClassic.propTypes = iconPropTypes4cbeb95d.i;
|
1422
1464
|
}
|
1423
|
-
var Insert = /*#__PURE__*/React.forwardRef(function Insert(
|
1424
|
-
var children =
|
1425
|
-
|
1426
|
-
size =
|
1427
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1465
|
+
var Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref59, ref) {
|
1466
|
+
var children = _ref59.children,
|
1467
|
+
_ref59$size = _ref59.size,
|
1468
|
+
size = _ref59$size === undefined ? 16 : _ref59$size,
|
1469
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref59, _excluded59);
|
1428
1470
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1429
1471
|
width: size,
|
1430
1472
|
height: size,
|
@@ -1432,18 +1474,18 @@ var Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref57, ref) {
|
|
1432
1474
|
xmlns: "http://www.w3.org/2000/svg",
|
1433
1475
|
viewBox: "0 0 32 32",
|
1434
1476
|
fill: "currentColor"
|
1435
|
-
}, rest),
|
1477
|
+
}, rest), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
1436
1478
|
d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
|
1437
1479
|
})), children);
|
1438
1480
|
});
|
1439
1481
|
if (process.env.NODE_ENV !== "production") {
|
1440
1482
|
Insert.propTypes = iconPropTypes4cbeb95d.i;
|
1441
1483
|
}
|
1442
|
-
var InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(
|
1443
|
-
var children =
|
1444
|
-
|
1445
|
-
size =
|
1446
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1484
|
+
var InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref60, ref) {
|
1485
|
+
var children = _ref60.children,
|
1486
|
+
_ref60$size = _ref60.size,
|
1487
|
+
size = _ref60$size === undefined ? 16 : _ref60$size,
|
1488
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref60, _excluded60);
|
1447
1489
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1448
1490
|
width: size,
|
1449
1491
|
height: size,
|
@@ -1451,18 +1493,18 @@ var InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref58, ref)
|
|
1451
1493
|
xmlns: "http://www.w3.org/2000/svg",
|
1452
1494
|
viewBox: "0 0 32 32",
|
1453
1495
|
fill: "currentColor"
|
1454
|
-
}, rest),
|
1496
|
+
}, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1455
1497
|
d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
|
1456
1498
|
})), children);
|
1457
1499
|
});
|
1458
1500
|
if (process.env.NODE_ENV !== "production") {
|
1459
1501
|
InsertPage.propTypes = iconPropTypes4cbeb95d.i;
|
1460
1502
|
}
|
1461
|
-
var InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(
|
1462
|
-
var children =
|
1463
|
-
|
1464
|
-
size =
|
1465
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1503
|
+
var InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref61, ref) {
|
1504
|
+
var children = _ref61.children,
|
1505
|
+
_ref61$size = _ref61.size,
|
1506
|
+
size = _ref61$size === undefined ? 16 : _ref61$size,
|
1507
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref61, _excluded61);
|
1466
1508
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1467
1509
|
width: size,
|
1468
1510
|
height: size,
|
@@ -1470,20 +1512,20 @@ var InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref59, r
|
|
1470
1512
|
xmlns: "http://www.w3.org/2000/svg",
|
1471
1513
|
viewBox: "0 0 32 32",
|
1472
1514
|
fill: "currentColor"
|
1473
|
-
}, rest),
|
1515
|
+
}, rest), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
1474
1516
|
d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
|
1475
|
-
})),
|
1517
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
1476
1518
|
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
1477
1519
|
})), children);
|
1478
1520
|
});
|
1479
1521
|
if (process.env.NODE_ENV !== "production") {
|
1480
1522
|
InsertSyntax.propTypes = iconPropTypes4cbeb95d.i;
|
1481
1523
|
}
|
1482
|
-
var Inspection = /*#__PURE__*/React.forwardRef(function Inspection(
|
1483
|
-
var children =
|
1484
|
-
|
1485
|
-
size =
|
1486
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1524
|
+
var Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref62, ref) {
|
1525
|
+
var children = _ref62.children,
|
1526
|
+
_ref62$size = _ref62.size,
|
1527
|
+
size = _ref62$size === undefined ? 16 : _ref62$size,
|
1528
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref62, _excluded62);
|
1487
1529
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1488
1530
|
width: size,
|
1489
1531
|
height: size,
|
@@ -1491,20 +1533,20 @@ var Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref60, ref)
|
|
1491
1533
|
xmlns: "http://www.w3.org/2000/svg",
|
1492
1534
|
viewBox: "0 0 32 32",
|
1493
1535
|
fill: "currentColor"
|
1494
|
-
}, rest),
|
1536
|
+
}, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
1495
1537
|
d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
|
1496
|
-
})),
|
1538
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1497
1539
|
d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
|
1498
1540
|
})), children);
|
1499
1541
|
});
|
1500
1542
|
if (process.env.NODE_ENV !== "production") {
|
1501
1543
|
Inspection.propTypes = iconPropTypes4cbeb95d.i;
|
1502
1544
|
}
|
1503
|
-
var InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(
|
1504
|
-
var children =
|
1505
|
-
|
1506
|
-
size =
|
1507
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1545
|
+
var InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref63, ref) {
|
1546
|
+
var children = _ref63.children,
|
1547
|
+
_ref63$size = _ref63.size,
|
1548
|
+
size = _ref63$size === undefined ? 16 : _ref63$size,
|
1549
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref63, _excluded63);
|
1508
1550
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1509
1551
|
width: size,
|
1510
1552
|
height: size,
|
@@ -1512,24 +1554,24 @@ var InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref61, ref)
|
|
1512
1554
|
xmlns: "http://www.w3.org/2000/svg",
|
1513
1555
|
viewBox: "0 0 32 32",
|
1514
1556
|
fill: "currentColor"
|
1515
|
-
}, rest),
|
1557
|
+
}, rest), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1516
1558
|
d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
|
1517
1559
|
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
1518
1560
|
cx: "9",
|
1519
1561
|
cy: "27",
|
1520
1562
|
r: "1"
|
1521
|
-
})),
|
1563
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
1522
1564
|
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
1523
1565
|
})), children);
|
1524
1566
|
});
|
1525
1567
|
if (process.env.NODE_ENV !== "production") {
|
1526
1568
|
InstanceBx.propTypes = iconPropTypes4cbeb95d.i;
|
1527
1569
|
}
|
1528
|
-
var InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(
|
1529
|
-
var children =
|
1530
|
-
|
1531
|
-
size =
|
1532
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1570
|
+
var InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref64, ref) {
|
1571
|
+
var children = _ref64.children,
|
1572
|
+
_ref64$size = _ref64.size,
|
1573
|
+
size = _ref64$size === undefined ? 16 : _ref64$size,
|
1574
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref64, _excluded64);
|
1533
1575
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1534
1576
|
width: size,
|
1535
1577
|
height: size,
|
@@ -1537,24 +1579,24 @@ var InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_re
|
|
1537
1579
|
xmlns: "http://www.w3.org/2000/svg",
|
1538
1580
|
viewBox: "0 0 32 32",
|
1539
1581
|
fill: "currentColor"
|
1540
|
-
}, rest),
|
1582
|
+
}, rest), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
1541
1583
|
d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
|
1542
1584
|
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
1543
1585
|
cx: "9",
|
1544
1586
|
cy: "27",
|
1545
1587
|
r: "1"
|
1546
|
-
})),
|
1588
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
1547
1589
|
d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
|
1548
1590
|
})), children);
|
1549
1591
|
});
|
1550
1592
|
if (process.env.NODE_ENV !== "production") {
|
1551
1593
|
InstanceClassic.propTypes = iconPropTypes4cbeb95d.i;
|
1552
1594
|
}
|
1553
|
-
var InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(
|
1554
|
-
var children =
|
1555
|
-
|
1556
|
-
size =
|
1557
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1595
|
+
var InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref65, ref) {
|
1596
|
+
var children = _ref65.children,
|
1597
|
+
_ref65$size = _ref65.size,
|
1598
|
+
size = _ref65$size === undefined ? 16 : _ref65$size,
|
1599
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref65, _excluded65);
|
1558
1600
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1559
1601
|
width: size,
|
1560
1602
|
height: size,
|
@@ -1566,18 +1608,18 @@ var InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref63, ref)
|
|
1566
1608
|
cx: "9",
|
1567
1609
|
cy: "27",
|
1568
1610
|
r: "1"
|
1569
|
-
})),
|
1611
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1570
1612
|
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
1571
1613
|
})), children);
|
1572
1614
|
});
|
1573
1615
|
if (process.env.NODE_ENV !== "production") {
|
1574
1616
|
InstanceCx.propTypes = iconPropTypes4cbeb95d.i;
|
1575
1617
|
}
|
1576
|
-
var InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(
|
1577
|
-
var children =
|
1578
|
-
|
1579
|
-
size =
|
1580
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1618
|
+
var InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref66, ref) {
|
1619
|
+
var children = _ref66.children,
|
1620
|
+
_ref66$size = _ref66.size,
|
1621
|
+
size = _ref66$size === undefined ? 16 : _ref66$size,
|
1622
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref66, _excluded66);
|
1581
1623
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1582
1624
|
width: size,
|
1583
1625
|
height: size,
|
@@ -1585,24 +1627,24 @@ var InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref64, ref)
|
|
1585
1627
|
xmlns: "http://www.w3.org/2000/svg",
|
1586
1628
|
viewBox: "0 0 32 32",
|
1587
1629
|
fill: "currentColor"
|
1588
|
-
}, rest),
|
1630
|
+
}, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
1589
1631
|
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
|
1590
1632
|
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
1591
1633
|
cx: "9",
|
1592
1634
|
cy: "27",
|
1593
1635
|
r: "1"
|
1594
|
-
})),
|
1636
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
1595
1637
|
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
1596
1638
|
})), children);
|
1597
1639
|
});
|
1598
1640
|
if (process.env.NODE_ENV !== "production") {
|
1599
1641
|
InstanceMx.propTypes = iconPropTypes4cbeb95d.i;
|
1600
1642
|
}
|
1601
|
-
var InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(
|
1602
|
-
var children =
|
1603
|
-
|
1604
|
-
size =
|
1605
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1643
|
+
var InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref67, ref) {
|
1644
|
+
var children = _ref67.children,
|
1645
|
+
_ref67$size = _ref67.size,
|
1646
|
+
size = _ref67$size === undefined ? 16 : _ref67$size,
|
1647
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref67, _excluded67);
|
1606
1648
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1607
1649
|
width: size,
|
1608
1650
|
height: size,
|
@@ -1614,18 +1656,18 @@ var InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_re
|
|
1614
1656
|
cx: "7",
|
1615
1657
|
cy: "23",
|
1616
1658
|
r: "1"
|
1617
|
-
})),
|
1659
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1618
1660
|
d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
|
1619
1661
|
})), children);
|
1620
1662
|
});
|
1621
1663
|
if (process.env.NODE_ENV !== "production") {
|
1622
1664
|
InstanceVirtual.propTypes = iconPropTypes4cbeb95d.i;
|
1623
1665
|
}
|
1624
|
-
var Integration = /*#__PURE__*/React.forwardRef(function Integration(
|
1625
|
-
var children =
|
1626
|
-
|
1627
|
-
size =
|
1628
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1666
|
+
var Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref68, ref) {
|
1667
|
+
var children = _ref68.children,
|
1668
|
+
_ref68$size = _ref68.size,
|
1669
|
+
size = _ref68$size === undefined ? 16 : _ref68$size,
|
1670
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref68, _excluded68);
|
1629
1671
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1630
1672
|
width: size,
|
1631
1673
|
height: size,
|
@@ -1633,18 +1675,18 @@ var Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref66, ref
|
|
1633
1675
|
xmlns: "http://www.w3.org/2000/svg",
|
1634
1676
|
viewBox: "0 0 32 32",
|
1635
1677
|
fill: "currentColor"
|
1636
|
-
}, rest),
|
1678
|
+
}, rest), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1637
1679
|
d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
|
1638
1680
|
})), children);
|
1639
1681
|
});
|
1640
1682
|
if (process.env.NODE_ENV !== "production") {
|
1641
1683
|
Integration.propTypes = iconPropTypes4cbeb95d.i;
|
1642
1684
|
}
|
1643
|
-
var IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(
|
1644
|
-
var children =
|
1645
|
-
|
1646
|
-
size =
|
1647
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1685
|
+
var IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref69, ref) {
|
1686
|
+
var children = _ref69.children,
|
1687
|
+
_ref69$size = _ref69.size,
|
1688
|
+
size = _ref69$size === undefined ? 16 : _ref69$size,
|
1689
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref69, _excluded69);
|
1648
1690
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1649
1691
|
width: size,
|
1650
1692
|
height: size,
|
@@ -1652,20 +1694,20 @@ var IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestAc
|
|
1652
1694
|
xmlns: "http://www.w3.org/2000/svg",
|
1653
1695
|
viewBox: "0 0 32 32",
|
1654
1696
|
fill: "currentColor"
|
1655
|
-
}, rest),
|
1697
|
+
}, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
1656
1698
|
d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
|
1657
|
-
})),
|
1699
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1658
1700
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1659
1701
|
})), children);
|
1660
1702
|
});
|
1661
1703
|
if (process.env.NODE_ENV !== "production") {
|
1662
1704
|
IntentRequestActive.propTypes = iconPropTypes4cbeb95d.i;
|
1663
1705
|
}
|
1664
|
-
var IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(
|
1665
|
-
var children =
|
1666
|
-
|
1667
|
-
size =
|
1668
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1706
|
+
var IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref70, ref) {
|
1707
|
+
var children = _ref70.children,
|
1708
|
+
_ref70$size = _ref70.size,
|
1709
|
+
size = _ref70$size === undefined ? 16 : _ref70$size,
|
1710
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref70, _excluded70);
|
1669
1711
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1670
1712
|
width: size,
|
1671
1713
|
height: size,
|
@@ -1673,20 +1715,20 @@ var IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCr
|
|
1673
1715
|
xmlns: "http://www.w3.org/2000/svg",
|
1674
1716
|
viewBox: "0 0 32 32",
|
1675
1717
|
fill: "currentColor"
|
1676
|
-
}, rest),
|
1718
|
+
}, rest), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1677
1719
|
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
|
1678
|
-
})),
|
1720
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
1679
1721
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1680
1722
|
})), children);
|
1681
1723
|
});
|
1682
1724
|
if (process.env.NODE_ENV !== "production") {
|
1683
1725
|
IntentRequestCreate.propTypes = iconPropTypes4cbeb95d.i;
|
1684
1726
|
}
|
1685
|
-
var IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(
|
1686
|
-
var children =
|
1687
|
-
|
1688
|
-
size =
|
1689
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1727
|
+
var IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref71, ref) {
|
1728
|
+
var children = _ref71.children,
|
1729
|
+
_ref71$size = _ref71.size,
|
1730
|
+
size = _ref71$size === undefined ? 16 : _ref71$size,
|
1731
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref71, _excluded71);
|
1690
1732
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1691
1733
|
width: size,
|
1692
1734
|
height: size,
|
@@ -1694,20 +1736,20 @@ var IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal
|
|
1694
1736
|
xmlns: "http://www.w3.org/2000/svg",
|
1695
1737
|
viewBox: "0 0 32 32",
|
1696
1738
|
fill: "currentColor"
|
1697
|
-
}, rest),
|
1739
|
+
}, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
1698
1740
|
d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
|
1699
|
-
})),
|
1741
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
1700
1742
|
d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
|
1701
1743
|
})), children);
|
1702
1744
|
});
|
1703
1745
|
if (process.env.NODE_ENV !== "production") {
|
1704
1746
|
IntentRequestHeal.propTypes = iconPropTypes4cbeb95d.i;
|
1705
1747
|
}
|
1706
|
-
var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(
|
1707
|
-
var children =
|
1708
|
-
|
1709
|
-
size =
|
1710
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1748
|
+
var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref72, ref) {
|
1749
|
+
var children = _ref72.children,
|
1750
|
+
_ref72$size = _ref72.size,
|
1751
|
+
size = _ref72$size === undefined ? 16 : _ref72$size,
|
1752
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref72, _excluded72);
|
1711
1753
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1712
1754
|
width: size,
|
1713
1755
|
height: size,
|
@@ -1727,18 +1769,18 @@ var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequest
|
|
1727
1769
|
cx: "28.5",
|
1728
1770
|
cy: "22.5",
|
1729
1771
|
r: "1.5"
|
1730
|
-
})),
|
1772
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
1731
1773
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1732
1774
|
})), children);
|
1733
1775
|
});
|
1734
1776
|
if (process.env.NODE_ENV !== "production") {
|
1735
1777
|
IntentRequestInactive.propTypes = iconPropTypes4cbeb95d.i;
|
1736
1778
|
}
|
1737
|
-
var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(
|
1738
|
-
var children =
|
1739
|
-
|
1740
|
-
size =
|
1741
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1779
|
+
var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref73, ref) {
|
1780
|
+
var children = _ref73.children,
|
1781
|
+
_ref73$size = _ref73.size,
|
1782
|
+
size = _ref73$size === undefined ? 16 : _ref73$size,
|
1783
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref73, _excluded73);
|
1742
1784
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1743
1785
|
width: size,
|
1744
1786
|
height: size,
|
@@ -1746,18 +1788,18 @@ var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestS
|
|
1746
1788
|
xmlns: "http://www.w3.org/2000/svg",
|
1747
1789
|
viewBox: "0 0 32 32",
|
1748
1790
|
fill: "currentColor"
|
1749
|
-
}, rest),
|
1791
|
+
}, rest), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
1750
1792
|
d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
|
1751
1793
|
})), children);
|
1752
1794
|
});
|
1753
1795
|
if (process.env.NODE_ENV !== "production") {
|
1754
1796
|
IntentRequestScaleIn.propTypes = iconPropTypes4cbeb95d.i;
|
1755
1797
|
}
|
1756
|
-
var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(
|
1757
|
-
var children =
|
1758
|
-
|
1759
|
-
size =
|
1760
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1798
|
+
var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref74, ref) {
|
1799
|
+
var children = _ref74.children,
|
1800
|
+
_ref74$size = _ref74.size,
|
1801
|
+
size = _ref74$size === undefined ? 16 : _ref74$size,
|
1802
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref74, _excluded74);
|
1761
1803
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1762
1804
|
width: size,
|
1763
1805
|
height: size,
|
@@ -1765,18 +1807,18 @@ var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequest
|
|
1765
1807
|
xmlns: "http://www.w3.org/2000/svg",
|
1766
1808
|
viewBox: "0 0 32 32",
|
1767
1809
|
fill: "currentColor"
|
1768
|
-
}, rest),
|
1810
|
+
}, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
1769
1811
|
d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
|
1770
1812
|
})), children);
|
1771
1813
|
});
|
1772
1814
|
if (process.env.NODE_ENV !== "production") {
|
1773
1815
|
IntentRequestScaleOut.propTypes = iconPropTypes4cbeb95d.i;
|
1774
1816
|
}
|
1775
|
-
var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(
|
1776
|
-
var children =
|
1777
|
-
|
1778
|
-
size =
|
1779
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1817
|
+
var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref75, ref) {
|
1818
|
+
var children = _ref75.children,
|
1819
|
+
_ref75$size = _ref75.size,
|
1820
|
+
size = _ref75$size === undefined ? 16 : _ref75$size,
|
1821
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref75, _excluded75);
|
1780
1822
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1781
1823
|
width: size,
|
1782
1824
|
height: size,
|
@@ -1784,20 +1826,20 @@ var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentReques
|
|
1784
1826
|
xmlns: "http://www.w3.org/2000/svg",
|
1785
1827
|
viewBox: "0 0 32 32",
|
1786
1828
|
fill: "currentColor"
|
1787
|
-
}, rest),
|
1829
|
+
}, rest), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1788
1830
|
d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
|
1789
|
-
})),
|
1831
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
1790
1832
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1791
1833
|
})), children);
|
1792
1834
|
});
|
1793
1835
|
if (process.env.NODE_ENV !== "production") {
|
1794
1836
|
IntentRequestUninstall.propTypes = iconPropTypes4cbeb95d.i;
|
1795
1837
|
}
|
1796
|
-
var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(
|
1797
|
-
var children =
|
1798
|
-
|
1799
|
-
size =
|
1800
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1838
|
+
var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref76, ref) {
|
1839
|
+
var children = _ref76.children,
|
1840
|
+
_ref76$size = _ref76.size,
|
1841
|
+
size = _ref76$size === undefined ? 16 : _ref76$size,
|
1842
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref76, _excluded76);
|
1801
1843
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1802
1844
|
width: size,
|
1803
1845
|
height: size,
|
@@ -1805,20 +1847,20 @@ var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestU
|
|
1805
1847
|
xmlns: "http://www.w3.org/2000/svg",
|
1806
1848
|
viewBox: "0 0 32 32",
|
1807
1849
|
fill: "currentColor"
|
1808
|
-
}, rest),
|
1850
|
+
}, rest), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
1809
1851
|
d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
|
1810
|
-
})),
|
1852
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1811
1853
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1812
1854
|
})), children);
|
1813
1855
|
});
|
1814
1856
|
if (process.env.NODE_ENV !== "production") {
|
1815
1857
|
IntentRequestUpgrade.propTypes = iconPropTypes4cbeb95d.i;
|
1816
1858
|
}
|
1817
|
-
var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(
|
1818
|
-
var children =
|
1819
|
-
|
1820
|
-
size =
|
1821
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1859
|
+
var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref77, ref) {
|
1860
|
+
var children = _ref77.children,
|
1861
|
+
_ref77$size = _ref77.size,
|
1862
|
+
size = _ref77$size === undefined ? 16 : _ref77$size,
|
1863
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref77, _excluded77);
|
1822
1864
|
if (size === 16 || size === "16" || size === "16px") {
|
1823
1865
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1824
1866
|
width: size,
|
@@ -1827,7 +1869,7 @@ var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref75, r
|
|
1827
1869
|
xmlns: "http://www.w3.org/2000/svg",
|
1828
1870
|
viewBox: "0 0 16 16",
|
1829
1871
|
fill: "currentColor"
|
1830
|
-
}, rest),
|
1872
|
+
}, rest), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
1831
1873
|
fillRule: "evenodd",
|
1832
1874
|
d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
|
1833
1875
|
})), children);
|
@@ -1839,18 +1881,18 @@ var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref75, r
|
|
1839
1881
|
xmlns: "http://www.w3.org/2000/svg",
|
1840
1882
|
viewBox: "0 0 32 32",
|
1841
1883
|
fill: "currentColor"
|
1842
|
-
}, rest),
|
1884
|
+
}, rest), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
1843
1885
|
d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
|
1844
1886
|
})), children);
|
1845
1887
|
});
|
1846
1888
|
if (process.env.NODE_ENV !== "production") {
|
1847
1889
|
Interactions.propTypes = iconPropTypes4cbeb95d.i;
|
1848
1890
|
}
|
1849
|
-
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(
|
1850
|
-
var children =
|
1851
|
-
|
1852
|
-
size =
|
1853
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1891
|
+
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref78, ref) {
|
1892
|
+
var children = _ref78.children,
|
1893
|
+
_ref78$size = _ref78.size,
|
1894
|
+
size = _ref78$size === undefined ? 16 : _ref78$size,
|
1895
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref78, _excluded78);
|
1854
1896
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1855
1897
|
width: size,
|
1856
1898
|
height: size,
|
@@ -1858,29 +1900,29 @@ var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(fu
|
|
1858
1900
|
xmlns: "http://www.w3.org/2000/svg",
|
1859
1901
|
viewBox: "0 0 32 32",
|
1860
1902
|
fill: "currentColor"
|
1861
|
-
}, rest),
|
1903
|
+
}, rest), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
1862
1904
|
d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
|
1863
|
-
})),
|
1905
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
1864
1906
|
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
|
1865
1907
|
transform: "rotate(-45 9 20)"
|
1866
|
-
})),
|
1908
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
1867
1909
|
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
1868
1910
|
transform: "rotate(-45 20 9)"
|
1869
|
-
})),
|
1911
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
1870
1912
|
d: "M7.586 7.586H10.414V10.414H7.586z",
|
1871
1913
|
transform: "rotate(-45 9 9)"
|
1872
|
-
})),
|
1914
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
1873
1915
|
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
1874
1916
|
})), children);
|
1875
1917
|
});
|
1876
1918
|
if (process.env.NODE_ENV !== "production") {
|
1877
1919
|
WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes4cbeb95d.i;
|
1878
1920
|
}
|
1879
|
-
var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(
|
1880
|
-
var children =
|
1881
|
-
|
1882
|
-
size =
|
1883
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1921
|
+
var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref79, ref) {
|
1922
|
+
var children = _ref79.children,
|
1923
|
+
_ref79$size = _ref79.size,
|
1924
|
+
size = _ref79$size === undefined ? 16 : _ref79$size,
|
1925
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref79, _excluded79);
|
1884
1926
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1885
1927
|
width: size,
|
1886
1928
|
height: size,
|
@@ -1888,10 +1930,10 @@ var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref7
|
|
1888
1930
|
xmlns: "http://www.w3.org/2000/svg",
|
1889
1931
|
viewBox: "0 0 32 32",
|
1890
1932
|
fill: "currentColor"
|
1891
|
-
}, rest),
|
1933
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
1892
1934
|
strokeWidth: "0",
|
1893
1935
|
d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
|
1894
|
-
})),
|
1936
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
1895
1937
|
strokeWidth: "0",
|
1896
1938
|
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
1897
1939
|
})), children);
|
@@ -1899,11 +1941,11 @@ var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref7
|
|
1899
1941
|
if (process.env.NODE_ENV !== "production") {
|
1900
1942
|
InterfaceUsage.propTypes = iconPropTypes4cbeb95d.i;
|
1901
1943
|
}
|
1902
|
-
var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(
|
1903
|
-
var children =
|
1904
|
-
|
1905
|
-
size =
|
1906
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1944
|
+
var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref80, ref) {
|
1945
|
+
var children = _ref80.children,
|
1946
|
+
_ref80$size = _ref80.size,
|
1947
|
+
size = _ref80$size === undefined ? 16 : _ref80$size,
|
1948
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref80, _excluded80);
|
1907
1949
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1908
1950
|
width: size,
|
1909
1951
|
height: size,
|
@@ -1911,20 +1953,20 @@ var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref78, ref) {
|
|
1911
1953
|
xmlns: "http://www.w3.org/2000/svg",
|
1912
1954
|
viewBox: "0 0 32 32",
|
1913
1955
|
fill: "currentColor"
|
1914
|
-
}, rest),
|
1956
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
1915
1957
|
d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
|
1916
|
-
})),
|
1958
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
1917
1959
|
d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
|
1918
1960
|
})), children);
|
1919
1961
|
});
|
1920
1962
|
if (process.env.NODE_ENV !== "production") {
|
1921
1963
|
Intersect.propTypes = iconPropTypes4cbeb95d.i;
|
1922
1964
|
}
|
1923
|
-
var IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(
|
1924
|
-
var children =
|
1925
|
-
|
1926
|
-
size =
|
1927
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1965
|
+
var IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref81, ref) {
|
1966
|
+
var children = _ref81.children,
|
1967
|
+
_ref81$size = _ref81.size,
|
1968
|
+
size = _ref81$size === undefined ? 16 : _ref81$size,
|
1969
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref81, _excluded81);
|
1928
1970
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1929
1971
|
width: size,
|
1930
1972
|
height: size,
|
@@ -1936,20 +1978,20 @@ var IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPreven
|
|
1936
1978
|
cx: "22",
|
1937
1979
|
cy: "23.887",
|
1938
1980
|
r: "2"
|
1939
|
-
})),
|
1981
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
1940
1982
|
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
|
1941
|
-
})),
|
1983
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
1942
1984
|
d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
|
1943
1985
|
})), children);
|
1944
1986
|
});
|
1945
1987
|
if (process.env.NODE_ENV !== "production") {
|
1946
1988
|
IntrusionPrevention.propTypes = iconPropTypes4cbeb95d.i;
|
1947
1989
|
}
|
1948
|
-
var InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(
|
1949
|
-
var children =
|
1950
|
-
|
1951
|
-
size =
|
1952
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1990
|
+
var InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref82, ref) {
|
1991
|
+
var children = _ref82.children,
|
1992
|
+
_ref82$size = _ref82.size,
|
1993
|
+
size = _ref82$size === undefined ? 16 : _ref82$size,
|
1994
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref82, _excluded82);
|
1953
1995
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1954
1996
|
width: size,
|
1955
1997
|
height: size,
|
@@ -1957,20 +1999,20 @@ var InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManage
|
|
1957
1999
|
xmlns: "http://www.w3.org/2000/svg",
|
1958
2000
|
viewBox: "0 0 32 32",
|
1959
2001
|
fill: "currentColor"
|
1960
|
-
}, rest),
|
2002
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
1961
2003
|
d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
|
1962
|
-
})),
|
2004
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
1963
2005
|
d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
|
1964
2006
|
})), children);
|
1965
2007
|
});
|
1966
2008
|
if (process.env.NODE_ENV !== "production") {
|
1967
2009
|
InventoryManagement.propTypes = iconPropTypes4cbeb95d.i;
|
1968
2010
|
}
|
1969
|
-
var IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(
|
1970
|
-
var children =
|
1971
|
-
|
1972
|
-
size =
|
1973
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2011
|
+
var IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref83, ref) {
|
2012
|
+
var children = _ref83.children,
|
2013
|
+
_ref83$size = _ref83.size,
|
2014
|
+
size = _ref83$size === undefined ? 16 : _ref83$size,
|
2015
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref83, _excluded83);
|
1974
2016
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1975
2017
|
width: size,
|
1976
2018
|
height: size,
|
@@ -1978,20 +2020,20 @@ var IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref81, ref)
|
|
1978
2020
|
xmlns: "http://www.w3.org/2000/svg",
|
1979
2021
|
viewBox: "0 0 32 32",
|
1980
2022
|
fill: "currentColor"
|
1981
|
-
}, rest),
|
2023
|
+
}, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
1982
2024
|
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
1983
|
-
})),
|
2025
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
1984
2026
|
d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
|
1985
2027
|
})), children);
|
1986
2028
|
});
|
1987
2029
|
if (process.env.NODE_ENV !== "production") {
|
1988
2030
|
IotConnect.propTypes = iconPropTypes4cbeb95d.i;
|
1989
2031
|
}
|
1990
|
-
var IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(
|
1991
|
-
var children =
|
1992
|
-
|
1993
|
-
size =
|
1994
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2032
|
+
var IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref84, ref) {
|
2033
|
+
var children = _ref84.children,
|
2034
|
+
_ref84$size = _ref84.size,
|
2035
|
+
size = _ref84$size === undefined ? 16 : _ref84$size,
|
2036
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref84, _excluded84);
|
1995
2037
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1996
2038
|
width: size,
|
1997
2039
|
height: size,
|
@@ -1999,22 +2041,22 @@ var IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref82, ref
|
|
1999
2041
|
xmlns: "http://www.w3.org/2000/svg",
|
2000
2042
|
viewBox: "0 0 32 32",
|
2001
2043
|
fill: "currentColor"
|
2002
|
-
}, rest),
|
2044
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2003
2045
|
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
2004
|
-
})),
|
2046
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
2005
2047
|
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
2006
|
-
})),
|
2048
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
2007
2049
|
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
2008
2050
|
})), children);
|
2009
2051
|
});
|
2010
2052
|
if (process.env.NODE_ENV !== "production") {
|
2011
2053
|
IotPlatform.propTypes = iconPropTypes4cbeb95d.i;
|
2012
2054
|
}
|
2013
|
-
var Ip = /*#__PURE__*/React.forwardRef(function Ip(
|
2014
|
-
var children =
|
2015
|
-
|
2016
|
-
size =
|
2017
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2055
|
+
var Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref85, ref) {
|
2056
|
+
var children = _ref85.children,
|
2057
|
+
_ref85$size = _ref85.size,
|
2058
|
+
size = _ref85$size === undefined ? 16 : _ref85$size,
|
2059
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref85, _excluded85);
|
2018
2060
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2019
2061
|
width: size,
|
2020
2062
|
height: size,
|
@@ -2022,7 +2064,7 @@ var Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref83, ref) {
|
|
2022
2064
|
xmlns: "http://www.w3.org/2000/svg",
|
2023
2065
|
viewBox: "0 0 32 32",
|
2024
2066
|
fill: "currentColor"
|
2025
|
-
}, rest),
|
2067
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2026
2068
|
strokeWidth: "0",
|
2027
2069
|
d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
|
2028
2070
|
})), children);
|
@@ -2030,11 +2072,11 @@ var Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref83, ref) {
|
|
2030
2072
|
if (process.env.NODE_ENV !== "production") {
|
2031
2073
|
Ip.propTypes = iconPropTypes4cbeb95d.i;
|
2032
2074
|
}
|
2033
|
-
var Iso = /*#__PURE__*/React.forwardRef(function Iso(
|
2034
|
-
var children =
|
2035
|
-
|
2036
|
-
size =
|
2037
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2075
|
+
var Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref86, ref) {
|
2076
|
+
var children = _ref86.children,
|
2077
|
+
_ref86$size = _ref86.size,
|
2078
|
+
size = _ref86$size === undefined ? 16 : _ref86$size,
|
2079
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref86, _excluded86);
|
2038
2080
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2039
2081
|
width: size,
|
2040
2082
|
height: size,
|
@@ -2042,18 +2084,18 @@ var Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref84, ref) {
|
|
2042
2084
|
xmlns: "http://www.w3.org/2000/svg",
|
2043
2085
|
viewBox: "0 0 32 32",
|
2044
2086
|
fill: "currentColor"
|
2045
|
-
}, rest),
|
2087
|
+
}, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
2046
2088
|
d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
|
2047
2089
|
})), children);
|
2048
2090
|
});
|
2049
2091
|
if (process.env.NODE_ENV !== "production") {
|
2050
2092
|
Iso.propTypes = iconPropTypes4cbeb95d.i;
|
2051
2093
|
}
|
2052
|
-
var IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(
|
2053
|
-
var children =
|
2054
|
-
|
2055
|
-
size =
|
2056
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2094
|
+
var IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref87, ref) {
|
2095
|
+
var children = _ref87.children,
|
2096
|
+
_ref87$size = _ref87.size,
|
2097
|
+
size = _ref87$size === undefined ? 16 : _ref87$size,
|
2098
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref87, _excluded87);
|
2057
2099
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2058
2100
|
width: size,
|
2059
2101
|
height: size,
|
@@ -2061,20 +2103,20 @@ var IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref85, ref) {
|
|
2061
2103
|
xmlns: "http://www.w3.org/2000/svg",
|
2062
2104
|
viewBox: "0 0 32 32",
|
2063
2105
|
fill: "currentColor"
|
2064
|
-
}, rest),
|
2106
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2065
2107
|
d: "M21 13H24V19H21z"
|
2066
|
-
})),
|
2108
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
2067
2109
|
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
|
2068
2110
|
})), children);
|
2069
2111
|
});
|
2070
2112
|
if (process.env.NODE_ENV !== "production") {
|
2071
2113
|
IsoFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2072
2114
|
}
|
2073
|
-
var IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(
|
2074
|
-
var children =
|
2075
|
-
|
2076
|
-
size =
|
2077
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2115
|
+
var IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref88, ref) {
|
2116
|
+
var children = _ref88.children,
|
2117
|
+
_ref88$size = _ref88.size,
|
2118
|
+
size = _ref88$size === undefined ? 16 : _ref88$size,
|
2119
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref88, _excluded88);
|
2078
2120
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2079
2121
|
width: size,
|
2080
2122
|
height: size,
|
@@ -2082,20 +2124,20 @@ var IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref86, ref)
|
|
2082
2124
|
xmlns: "http://www.w3.org/2000/svg",
|
2083
2125
|
viewBox: "0 0 32 32",
|
2084
2126
|
fill: "currentColor"
|
2085
|
-
}, rest),
|
2127
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2086
2128
|
d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
|
2087
|
-
})),
|
2129
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
2088
2130
|
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
|
2089
2131
|
})), children);
|
2090
2132
|
});
|
2091
2133
|
if (process.env.NODE_ENV !== "production") {
|
2092
2134
|
IsoOutline.propTypes = iconPropTypes4cbeb95d.i;
|
2093
2135
|
}
|
2094
|
-
var JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(
|
2095
|
-
var children =
|
2096
|
-
|
2097
|
-
size =
|
2098
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2136
|
+
var JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref89, ref) {
|
2137
|
+
var children = _ref89.children,
|
2138
|
+
_ref89$size = _ref89.size,
|
2139
|
+
size = _ref89$size === undefined ? 16 : _ref89$size,
|
2140
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref89, _excluded89);
|
2099
2141
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2100
2142
|
width: size,
|
2101
2143
|
height: size,
|
@@ -2103,18 +2145,18 @@ var JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref87, ref) {
|
|
2103
2145
|
xmlns: "http://www.w3.org/2000/svg",
|
2104
2146
|
viewBox: "0 0 32 32",
|
2105
2147
|
fill: "currentColor"
|
2106
|
-
}, rest),
|
2148
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2107
2149
|
d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z"
|
2108
2150
|
})), children);
|
2109
2151
|
});
|
2110
2152
|
if (process.env.NODE_ENV !== "production") {
|
2111
2153
|
JobDaemon.propTypes = iconPropTypes4cbeb95d.i;
|
2112
2154
|
}
|
2113
|
-
var JobRun = /*#__PURE__*/React.forwardRef(function JobRun(
|
2114
|
-
var children =
|
2115
|
-
|
2116
|
-
size =
|
2117
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2155
|
+
var JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref90, ref) {
|
2156
|
+
var children = _ref90.children,
|
2157
|
+
_ref90$size = _ref90.size,
|
2158
|
+
size = _ref90$size === undefined ? 16 : _ref90$size,
|
2159
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref90, _excluded90);
|
2118
2160
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2119
2161
|
width: size,
|
2120
2162
|
height: size,
|
@@ -2122,18 +2164,18 @@ var JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref88, ref) {
|
|
2122
2164
|
xmlns: "http://www.w3.org/2000/svg",
|
2123
2165
|
viewBox: "0 0 32 32",
|
2124
2166
|
fill: "currentColor"
|
2125
|
-
}, rest),
|
2167
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
2126
2168
|
d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z"
|
2127
2169
|
})), children);
|
2128
2170
|
});
|
2129
2171
|
if (process.env.NODE_ENV !== "production") {
|
2130
2172
|
JobRun.propTypes = iconPropTypes4cbeb95d.i;
|
2131
2173
|
}
|
2132
|
-
var JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(
|
2133
|
-
var children =
|
2134
|
-
|
2135
|
-
size =
|
2136
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2174
|
+
var JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref91, ref) {
|
2175
|
+
var children = _ref91.children,
|
2176
|
+
_ref91$size = _ref91.size,
|
2177
|
+
size = _ref91$size === undefined ? 16 : _ref91$size,
|
2178
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref91, _excluded91);
|
2137
2179
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2138
2180
|
width: size,
|
2139
2181
|
height: size,
|
@@ -2141,26 +2183,26 @@ var JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref89, ref) {
|
|
2141
2183
|
xmlns: "http://www.w3.org/2000/svg",
|
2142
2184
|
viewBox: "0 0 32 32",
|
2143
2185
|
fill: "currentColor"
|
2144
|
-
}, rest),
|
2186
|
+
}, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2145
2187
|
fill: "none",
|
2146
2188
|
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
2147
2189
|
"data-icon-path": "inner-path"
|
2148
|
-
})),
|
2190
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
2149
2191
|
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
2150
|
-
})),
|
2192
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
2151
2193
|
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
2152
|
-
})),
|
2194
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
2153
2195
|
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
2154
2196
|
})), children);
|
2155
2197
|
});
|
2156
2198
|
if (process.env.NODE_ENV !== "production") {
|
2157
2199
|
JoinFull.propTypes = iconPropTypes4cbeb95d.i;
|
2158
2200
|
}
|
2159
|
-
var JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(
|
2160
|
-
var children =
|
2161
|
-
|
2162
|
-
size =
|
2163
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2201
|
+
var JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref92, ref) {
|
2202
|
+
var children = _ref92.children,
|
2203
|
+
_ref92$size = _ref92.size,
|
2204
|
+
size = _ref92$size === undefined ? 16 : _ref92$size,
|
2205
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref92, _excluded92);
|
2164
2206
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2165
2207
|
width: size,
|
2166
2208
|
height: size,
|
@@ -2168,18 +2210,18 @@ var JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref90, ref) {
|
|
2168
2210
|
xmlns: "http://www.w3.org/2000/svg",
|
2169
2211
|
viewBox: "0 0 32 32",
|
2170
2212
|
fill: "currentColor"
|
2171
|
-
}, rest),
|
2213
|
+
}, rest), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
2172
2214
|
d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
|
2173
2215
|
})), children);
|
2174
2216
|
});
|
2175
2217
|
if (process.env.NODE_ENV !== "production") {
|
2176
2218
|
JoinInner.propTypes = iconPropTypes4cbeb95d.i;
|
2177
2219
|
}
|
2178
|
-
var JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(
|
2179
|
-
var children =
|
2180
|
-
|
2181
|
-
size =
|
2182
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2220
|
+
var JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref93, ref) {
|
2221
|
+
var children = _ref93.children,
|
2222
|
+
_ref93$size = _ref93.size,
|
2223
|
+
size = _ref93$size === undefined ? 16 : _ref93$size,
|
2224
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref93, _excluded93);
|
2183
2225
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2184
2226
|
width: size,
|
2185
2227
|
height: size,
|
@@ -2187,26 +2229,26 @@ var JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref91, ref) {
|
|
2187
2229
|
xmlns: "http://www.w3.org/2000/svg",
|
2188
2230
|
viewBox: "0 0 32 32",
|
2189
2231
|
fill: "currentColor"
|
2190
|
-
}, rest),
|
2232
|
+
}, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
2191
2233
|
d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
|
2192
|
-
})),
|
2234
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
2193
2235
|
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
2194
|
-
})),
|
2236
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
2195
2237
|
fill: "none",
|
2196
2238
|
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
2197
2239
|
"data-icon-path": "inner-path"
|
2198
|
-
})),
|
2240
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
2199
2241
|
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
2200
2242
|
})), children);
|
2201
2243
|
});
|
2202
2244
|
if (process.env.NODE_ENV !== "production") {
|
2203
2245
|
JoinLeft.propTypes = iconPropTypes4cbeb95d.i;
|
2204
2246
|
}
|
2205
|
-
var JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(
|
2206
|
-
var children =
|
2207
|
-
|
2208
|
-
size =
|
2209
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2247
|
+
var JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref94, ref) {
|
2248
|
+
var children = _ref94.children,
|
2249
|
+
_ref94$size = _ref94.size,
|
2250
|
+
size = _ref94$size === undefined ? 16 : _ref94$size,
|
2251
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref94, _excluded94);
|
2210
2252
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2211
2253
|
width: size,
|
2212
2254
|
height: size,
|
@@ -2214,18 +2256,18 @@ var JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref92, ref) {
|
|
2214
2256
|
xmlns: "http://www.w3.org/2000/svg",
|
2215
2257
|
viewBox: "0 0 32 32",
|
2216
2258
|
fill: "currentColor"
|
2217
|
-
}, rest),
|
2259
|
+
}, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
2218
2260
|
d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
|
2219
2261
|
})), children);
|
2220
2262
|
});
|
2221
2263
|
if (process.env.NODE_ENV !== "production") {
|
2222
2264
|
JoinOuter.propTypes = iconPropTypes4cbeb95d.i;
|
2223
2265
|
}
|
2224
|
-
var JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(
|
2225
|
-
var children =
|
2226
|
-
|
2227
|
-
size =
|
2228
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2266
|
+
var JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref95, ref) {
|
2267
|
+
var children = _ref95.children,
|
2268
|
+
_ref95$size = _ref95.size,
|
2269
|
+
size = _ref95$size === undefined ? 16 : _ref95$size,
|
2270
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref95, _excluded95);
|
2229
2271
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2230
2272
|
width: size,
|
2231
2273
|
height: size,
|
@@ -2233,26 +2275,26 @@ var JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref93, ref) {
|
|
2233
2275
|
xmlns: "http://www.w3.org/2000/svg",
|
2234
2276
|
viewBox: "0 0 32 32",
|
2235
2277
|
fill: "currentColor"
|
2236
|
-
}, rest),
|
2278
|
+
}, rest), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
2237
2279
|
d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
|
2238
|
-
})),
|
2280
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2239
2281
|
fill: "none",
|
2240
2282
|
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
2241
2283
|
"data-icon-path": "inner-path"
|
2242
|
-
})),
|
2284
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2243
2285
|
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
2244
|
-
})),
|
2286
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
2245
2287
|
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
2246
2288
|
})), children);
|
2247
2289
|
});
|
2248
2290
|
if (process.env.NODE_ENV !== "production") {
|
2249
2291
|
JoinRight.propTypes = iconPropTypes4cbeb95d.i;
|
2250
|
-
}
|
2251
|
-
var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(
|
2252
|
-
var children =
|
2253
|
-
|
2254
|
-
size =
|
2255
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2292
|
+
}
|
2293
|
+
var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref96, ref) {
|
2294
|
+
var children = _ref96.children,
|
2295
|
+
_ref96$size = _ref96.size,
|
2296
|
+
size = _ref96$size === undefined ? 16 : _ref96$size,
|
2297
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref96, _excluded96);
|
2256
2298
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2257
2299
|
width: size,
|
2258
2300
|
height: size,
|
@@ -2260,7 +2302,7 @@ var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref94, ref) {
|
|
2260
2302
|
xmlns: "http://www.w3.org/2000/svg",
|
2261
2303
|
viewBox: "0 0 32 32",
|
2262
2304
|
fill: "currentColor"
|
2263
|
-
}, rest),
|
2305
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
2264
2306
|
strokeWidth: "0",
|
2265
2307
|
d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
|
2266
2308
|
})), children);
|
@@ -2268,11 +2310,11 @@ var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref94, ref) {
|
|
2268
2310
|
if (process.env.NODE_ENV !== "production") {
|
2269
2311
|
JoinNode.propTypes = iconPropTypes4cbeb95d.i;
|
2270
2312
|
}
|
2271
|
-
var Jpg = /*#__PURE__*/React.forwardRef(function Jpg(
|
2272
|
-
var children =
|
2273
|
-
|
2274
|
-
size =
|
2275
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2313
|
+
var Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref97, ref) {
|
2314
|
+
var children = _ref97.children,
|
2315
|
+
_ref97$size = _ref97.size,
|
2316
|
+
size = _ref97$size === undefined ? 16 : _ref97$size,
|
2317
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref97, _excluded97);
|
2276
2318
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2277
2319
|
width: size,
|
2278
2320
|
height: size,
|
@@ -2280,18 +2322,18 @@ var Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref95, ref) {
|
|
2280
2322
|
xmlns: "http://www.w3.org/2000/svg",
|
2281
2323
|
viewBox: "0 0 32 32",
|
2282
2324
|
fill: "currentColor"
|
2283
|
-
}, rest),
|
2325
|
+
}, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
2284
2326
|
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
|
2285
2327
|
})), children);
|
2286
2328
|
});
|
2287
2329
|
if (process.env.NODE_ENV !== "production") {
|
2288
2330
|
Jpg.propTypes = iconPropTypes4cbeb95d.i;
|
2289
2331
|
}
|
2290
|
-
var JsError = /*#__PURE__*/React.forwardRef(function JsError(
|
2291
|
-
var children =
|
2292
|
-
|
2293
|
-
size =
|
2294
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2332
|
+
var JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref98, ref) {
|
2333
|
+
var children = _ref98.children,
|
2334
|
+
_ref98$size = _ref98.size,
|
2335
|
+
size = _ref98$size === undefined ? 16 : _ref98$size,
|
2336
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref98, _excluded98);
|
2295
2337
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2296
2338
|
width: size,
|
2297
2339
|
height: size,
|
@@ -2299,20 +2341,20 @@ var JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref96, ref) {
|
|
2299
2341
|
xmlns: "http://www.w3.org/2000/svg",
|
2300
2342
|
viewBox: "0 0 32 32",
|
2301
2343
|
fill: "currentColor"
|
2302
|
-
}, rest),
|
2344
|
+
}, rest), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
2303
2345
|
d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
|
2304
|
-
})),
|
2346
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
2305
2347
|
d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
|
2306
2348
|
})), children);
|
2307
2349
|
});
|
2308
2350
|
if (process.env.NODE_ENV !== "production") {
|
2309
2351
|
JsError.propTypes = iconPropTypes4cbeb95d.i;
|
2310
2352
|
}
|
2311
|
-
var Json = /*#__PURE__*/React.forwardRef(function Json(
|
2312
|
-
var children =
|
2313
|
-
|
2314
|
-
size =
|
2315
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2353
|
+
var Json = /*#__PURE__*/React.forwardRef(function Json(_ref99, ref) {
|
2354
|
+
var children = _ref99.children,
|
2355
|
+
_ref99$size = _ref99.size,
|
2356
|
+
size = _ref99$size === undefined ? 16 : _ref99$size,
|
2357
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref99, _excluded99);
|
2316
2358
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2317
2359
|
width: size,
|
2318
2360
|
height: size,
|
@@ -2320,18 +2362,18 @@ var Json = /*#__PURE__*/React.forwardRef(function Json(_ref97, ref) {
|
|
2320
2362
|
xmlns: "http://www.w3.org/2000/svg",
|
2321
2363
|
viewBox: "0 0 32 32",
|
2322
2364
|
fill: "currentColor"
|
2323
|
-
}, rest),
|
2365
|
+
}, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
2324
2366
|
d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
|
2325
2367
|
})), children);
|
2326
2368
|
});
|
2327
2369
|
if (process.env.NODE_ENV !== "production") {
|
2328
2370
|
Json.propTypes = iconPropTypes4cbeb95d.i;
|
2329
2371
|
}
|
2330
|
-
var JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(
|
2331
|
-
var children =
|
2332
|
-
|
2333
|
-
size =
|
2334
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2372
|
+
var JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref100, ref) {
|
2373
|
+
var children = _ref100.children,
|
2374
|
+
_ref100$size = _ref100.size,
|
2375
|
+
size = _ref100$size === undefined ? 16 : _ref100$size,
|
2376
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref100, _excluded100);
|
2335
2377
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2336
2378
|
width: size,
|
2337
2379
|
height: size,
|
@@ -2339,18 +2381,18 @@ var JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref98,
|
|
2339
2381
|
xmlns: "http://www.w3.org/2000/svg",
|
2340
2382
|
viewBox: "0 0 32 32",
|
2341
2383
|
fill: "currentColor"
|
2342
|
-
}, rest),
|
2384
|
+
}, rest), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
2343
2385
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
|
2344
2386
|
})), children);
|
2345
2387
|
});
|
2346
2388
|
if (process.env.NODE_ENV !== "production") {
|
2347
2389
|
JsonReference.propTypes = iconPropTypes4cbeb95d.i;
|
2348
2390
|
}
|
2349
|
-
var JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(
|
2350
|
-
var children =
|
2351
|
-
|
2352
|
-
size =
|
2353
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2391
|
+
var JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref101, ref) {
|
2392
|
+
var children = _ref101.children,
|
2393
|
+
_ref101$size = _ref101.size,
|
2394
|
+
size = _ref101$size === undefined ? 16 : _ref101$size,
|
2395
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref101, _excluded101);
|
2354
2396
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2355
2397
|
width: size,
|
2356
2398
|
height: size,
|
@@ -2358,18 +2400,18 @@ var JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref99, ref) {
|
|
2358
2400
|
xmlns: "http://www.w3.org/2000/svg",
|
2359
2401
|
viewBox: "0 0 32 32",
|
2360
2402
|
fill: "currentColor"
|
2361
|
-
}, rest),
|
2403
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
2362
2404
|
d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
|
2363
2405
|
})), children);
|
2364
2406
|
});
|
2365
2407
|
if (process.env.NODE_ENV !== "production") {
|
2366
2408
|
JumpLink.propTypes = iconPropTypes4cbeb95d.i;
|
2367
2409
|
}
|
2368
|
-
var KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(
|
2369
|
-
var children =
|
2370
|
-
|
2371
|
-
size =
|
2372
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2410
|
+
var KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref102, ref) {
|
2411
|
+
var children = _ref102.children,
|
2412
|
+
_ref102$size = _ref102.size,
|
2413
|
+
size = _ref102$size === undefined ? 16 : _ref102$size,
|
2414
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref102, _excluded102);
|
2373
2415
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2374
2416
|
width: size,
|
2375
2417
|
height: size,
|
@@ -2377,20 +2419,20 @@ var KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref100, ref) {
|
|
2377
2419
|
xmlns: "http://www.w3.org/2000/svg",
|
2378
2420
|
viewBox: "0 0 32 32",
|
2379
2421
|
fill: "currentColor"
|
2380
|
-
}, rest),
|
2422
|
+
}, rest), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
2381
2423
|
d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
|
2382
|
-
})),
|
2424
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
2383
2425
|
d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
|
2384
2426
|
})), children);
|
2385
2427
|
});
|
2386
2428
|
if (process.env.NODE_ENV !== "production") {
|
2387
2429
|
KeepDry.propTypes = iconPropTypes4cbeb95d.i;
|
2388
2430
|
}
|
2389
|
-
var Key = /*#__PURE__*/React.forwardRef(function Key(
|
2390
|
-
var children =
|
2391
|
-
|
2392
|
-
size =
|
2393
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2431
|
+
var Key = /*#__PURE__*/React.forwardRef(function Key(_ref103, ref) {
|
2432
|
+
var children = _ref103.children,
|
2433
|
+
_ref103$size = _ref103.size,
|
2434
|
+
size = _ref103$size === undefined ? 16 : _ref103$size,
|
2435
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref103, _excluded103);
|
2394
2436
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2395
2437
|
width: size,
|
2396
2438
|
height: size,
|
@@ -2398,7 +2440,7 @@ var Key = /*#__PURE__*/React.forwardRef(function Key(_ref101, ref) {
|
|
2398
2440
|
xmlns: "http://www.w3.org/2000/svg",
|
2399
2441
|
viewBox: "0 0 32 32",
|
2400
2442
|
fill: "currentColor"
|
2401
|
-
}, rest),
|
2443
|
+
}, rest), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
2402
2444
|
strokeWidth: "0",
|
2403
2445
|
d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
|
2404
2446
|
})), children);
|
@@ -2406,11 +2448,11 @@ var Key = /*#__PURE__*/React.forwardRef(function Key(_ref101, ref) {
|
|
2406
2448
|
if (process.env.NODE_ENV !== "production") {
|
2407
2449
|
Key.propTypes = iconPropTypes4cbeb95d.i;
|
2408
2450
|
}
|
2409
|
-
var Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(
|
2410
|
-
var children =
|
2411
|
-
|
2412
|
-
size =
|
2413
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2451
|
+
var Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref104, ref) {
|
2452
|
+
var children = _ref104.children,
|
2453
|
+
_ref104$size = _ref104.size,
|
2454
|
+
size = _ref104$size === undefined ? 16 : _ref104$size,
|
2455
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref104, _excluded104);
|
2414
2456
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2415
2457
|
width: size,
|
2416
2458
|
height: size,
|
@@ -2418,20 +2460,20 @@ var Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref102, ref) {
|
|
2418
2460
|
xmlns: "http://www.w3.org/2000/svg",
|
2419
2461
|
viewBox: "0 0 32 32",
|
2420
2462
|
fill: "currentColor"
|
2421
|
-
}, rest),
|
2463
|
+
}, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
2422
2464
|
d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
|
2423
|
-
})),
|
2465
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
2424
2466
|
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
2425
2467
|
})), children);
|
2426
2468
|
});
|
2427
2469
|
if (process.env.NODE_ENV !== "production") {
|
2428
2470
|
Keyboard.propTypes = iconPropTypes4cbeb95d.i;
|
2429
2471
|
}
|
2430
|
-
var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(
|
2431
|
-
var children =
|
2432
|
-
|
2433
|
-
size =
|
2434
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2472
|
+
var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref105, ref) {
|
2473
|
+
var children = _ref105.children,
|
2474
|
+
_ref105$size = _ref105.size,
|
2475
|
+
size = _ref105$size === undefined ? 16 : _ref105$size,
|
2476
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref105, _excluded105);
|
2435
2477
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2436
2478
|
width: size,
|
2437
2479
|
height: size,
|
@@ -2439,20 +2481,20 @@ var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref103, re
|
|
2439
2481
|
xmlns: "http://www.w3.org/2000/svg",
|
2440
2482
|
viewBox: "0 0 32 32",
|
2441
2483
|
fill: "currentColor"
|
2442
|
-
}, rest),
|
2484
|
+
}, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
2443
2485
|
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
2444
|
-
})),
|
2486
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
2445
2487
|
d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
|
2446
2488
|
})), children);
|
2447
2489
|
});
|
2448
2490
|
if (process.env.NODE_ENV !== "production") {
|
2449
2491
|
KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
|
2450
2492
|
}
|
2451
|
-
var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(
|
2452
|
-
var children =
|
2453
|
-
|
2454
|
-
size =
|
2455
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2493
|
+
var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref106, ref) {
|
2494
|
+
var children = _ref106.children,
|
2495
|
+
_ref106$size = _ref106.size,
|
2496
|
+
size = _ref106$size === undefined ? 16 : _ref106$size,
|
2497
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref106, _excluded106);
|
2456
2498
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2457
2499
|
width: size,
|
2458
2500
|
height: size,
|
@@ -2460,10 +2502,10 @@ var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref104, ref) {
|
|
2460
2502
|
xmlns: "http://www.w3.org/2000/svg",
|
2461
2503
|
viewBox: "0 0 32 32",
|
2462
2504
|
fill: "currentColor"
|
2463
|
-
}, rest),
|
2505
|
+
}, rest), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
2464
2506
|
strokeWidth: "0",
|
2465
2507
|
d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
|
2466
|
-
})),
|
2508
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2467
2509
|
strokeWidth: "0",
|
2468
2510
|
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
2469
2511
|
})), children);
|
@@ -2471,11 +2513,11 @@ var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref104, ref) {
|
|
2471
2513
|
if (process.env.NODE_ENV !== "production") {
|
2472
2514
|
Kubelet.propTypes = iconPropTypes4cbeb95d.i;
|
2473
2515
|
}
|
2474
|
-
var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(
|
2475
|
-
var children =
|
2476
|
-
|
2477
|
-
size =
|
2478
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2516
|
+
var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref107, ref) {
|
2517
|
+
var children = _ref107.children,
|
2518
|
+
_ref107$size = _ref107.size,
|
2519
|
+
size = _ref107$size === undefined ? 16 : _ref107$size,
|
2520
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref107, _excluded107);
|
2479
2521
|
if (process.env.NODE_ENV !== "production") {
|
2480
2522
|
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
2481
2523
|
didWarnAboutDeprecation["Kubernetes"] = true;
|
@@ -2489,18 +2531,18 @@ var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref105, ref)
|
|
2489
2531
|
xmlns: "http://www.w3.org/2000/svg",
|
2490
2532
|
viewBox: "0 0 32 32",
|
2491
2533
|
fill: "currentColor"
|
2492
|
-
}, rest),
|
2534
|
+
}, rest), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2493
2535
|
d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
|
2494
2536
|
})), children);
|
2495
2537
|
});
|
2496
2538
|
if (process.env.NODE_ENV !== "production") {
|
2497
2539
|
Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
|
2498
2540
|
}
|
2499
|
-
var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(
|
2500
|
-
var children =
|
2501
|
-
|
2502
|
-
size =
|
2503
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2541
|
+
var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref108, ref) {
|
2542
|
+
var children = _ref108.children,
|
2543
|
+
_ref108$size = _ref108.size,
|
2544
|
+
size = _ref108$size === undefined ? 16 : _ref108$size,
|
2545
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref108, _excluded108);
|
2504
2546
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2505
2547
|
width: size,
|
2506
2548
|
height: size,
|
@@ -2508,11 +2550,11 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function Kubernet
|
|
2508
2550
|
xmlns: "http://www.w3.org/2000/svg",
|
2509
2551
|
viewBox: "0 0 32 32",
|
2510
2552
|
fill: "currentColor"
|
2511
|
-
}, rest),
|
2553
|
+
}, rest), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
2512
2554
|
d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
2513
|
-
})),
|
2555
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
2514
2556
|
d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
|
2515
|
-
})),
|
2557
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
2516
2558
|
fill: "none",
|
2517
2559
|
d: "M0 0h32v32H0z"
|
2518
2560
|
})), children);
|
@@ -2520,11 +2562,11 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function Kubernet
|
|
2520
2562
|
if (process.env.NODE_ENV !== "production") {
|
2521
2563
|
KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
|
2522
2564
|
}
|
2523
|
-
var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(
|
2524
|
-
var children =
|
2525
|
-
|
2526
|
-
size =
|
2527
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2565
|
+
var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref109, ref) {
|
2566
|
+
var children = _ref109.children,
|
2567
|
+
_ref109$size = _ref109.size,
|
2568
|
+
size = _ref109$size === undefined ? 16 : _ref109$size,
|
2569
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref109, _excluded109);
|
2528
2570
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2529
2571
|
width: size,
|
2530
2572
|
height: size,
|
@@ -2540,18 +2582,18 @@ var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAdd
|
|
2540
2582
|
cx: "16",
|
2541
2583
|
cy: "16",
|
2542
2584
|
r: "2"
|
2543
|
-
})),
|
2585
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2544
2586
|
d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
2545
2587
|
})), children);
|
2546
2588
|
});
|
2547
2589
|
if (process.env.NODE_ENV !== "production") {
|
2548
2590
|
KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
|
2549
2591
|
}
|
2550
|
-
var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(
|
2551
|
-
var children =
|
2552
|
-
|
2553
|
-
size =
|
2554
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2592
|
+
var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref110, ref) {
|
2593
|
+
var children = _ref110.children,
|
2594
|
+
_ref110$size = _ref110.size,
|
2595
|
+
size = _ref110$size === undefined ? 16 : _ref110$size,
|
2596
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref110, _excluded110);
|
2555
2597
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2556
2598
|
width: size,
|
2557
2599
|
height: size,
|
@@ -2559,10 +2601,10 @@ var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperat
|
|
2559
2601
|
xmlns: "http://www.w3.org/2000/svg",
|
2560
2602
|
viewBox: "0 0 32 32",
|
2561
2603
|
fill: "currentColor"
|
2562
|
-
}, rest),
|
2604
|
+
}, rest), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
2563
2605
|
strokeWidth: "0",
|
2564
2606
|
d: "m19,21h-6c-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,2Zm-6-8v6h6v-6h-6Z"
|
2565
|
-
})),
|
2607
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
2566
2608
|
strokeWidth: "0",
|
2567
2609
|
d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
2568
2610
|
})), children);
|
@@ -2570,11 +2612,11 @@ var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperat
|
|
2570
2612
|
if (process.env.NODE_ENV !== "production") {
|
2571
2613
|
KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
|
2572
2614
|
}
|
2573
|
-
var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(
|
2574
|
-
var children =
|
2575
|
-
|
2576
|
-
size =
|
2577
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2615
|
+
var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref111, ref) {
|
2616
|
+
var children = _ref111.children,
|
2617
|
+
_ref111$size = _ref111.size,
|
2618
|
+
size = _ref111$size === undefined ? 16 : _ref111$size,
|
2619
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref111, _excluded111);
|
2578
2620
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2579
2621
|
width: size,
|
2580
2622
|
height: size,
|
@@ -2582,20 +2624,20 @@ var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref109
|
|
2582
2624
|
xmlns: "http://www.w3.org/2000/svg",
|
2583
2625
|
viewBox: "0 0 32 32",
|
2584
2626
|
fill: "currentColor"
|
2585
|
-
}, rest),
|
2627
|
+
}, rest), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2586
2628
|
d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
2587
|
-
})),
|
2629
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2588
2630
|
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
2589
2631
|
})), children);
|
2590
2632
|
});
|
2591
2633
|
if (process.env.NODE_ENV !== "production") {
|
2592
2634
|
KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
|
2593
2635
|
}
|
2594
|
-
var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(
|
2595
|
-
var children =
|
2596
|
-
|
2597
|
-
size =
|
2598
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2636
|
+
var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref112, ref) {
|
2637
|
+
var children = _ref112.children,
|
2638
|
+
_ref112$size = _ref112.size,
|
2639
|
+
size = _ref112$size === undefined ? 16 : _ref112$size,
|
2640
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref112, _excluded112);
|
2599
2641
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2600
2642
|
width: size,
|
2601
2643
|
height: size,
|
@@ -2603,11 +2645,11 @@ var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWork
|
|
2603
2645
|
xmlns: "http://www.w3.org/2000/svg",
|
2604
2646
|
viewBox: "0 0 32 32",
|
2605
2647
|
fill: "currentColor"
|
2606
|
-
}, rest),
|
2648
|
+
}, rest), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
2607
2649
|
d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
|
2608
|
-
})),
|
2650
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
2609
2651
|
d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
|
2610
|
-
})),
|
2652
|
+
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2611
2653
|
fill: "none",
|
2612
2654
|
d: "M0 0h32v32H0z"
|
2613
2655
|
})), children);
|
@@ -2615,11 +2657,11 @@ var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWork
|
|
2615
2657
|
if (process.env.NODE_ENV !== "production") {
|
2616
2658
|
KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
|
2617
2659
|
}
|
2618
|
-
var Label = /*#__PURE__*/React.forwardRef(function Label(
|
2619
|
-
var children =
|
2620
|
-
|
2621
|
-
size =
|
2622
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2660
|
+
var Label = /*#__PURE__*/React.forwardRef(function Label(_ref113, ref) {
|
2661
|
+
var children = _ref113.children,
|
2662
|
+
_ref113$size = _ref113.size,
|
2663
|
+
size = _ref113$size === undefined ? 16 : _ref113$size,
|
2664
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
|
2623
2665
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2624
2666
|
width: size,
|
2625
2667
|
height: size,
|
@@ -2627,20 +2669,20 @@ var Label = /*#__PURE__*/React.forwardRef(function Label(_ref111, ref) {
|
|
2627
2669
|
xmlns: "http://www.w3.org/2000/svg",
|
2628
2670
|
viewBox: "0 0 32 32",
|
2629
2671
|
fill: "currentColor"
|
2630
|
-
}, rest),
|
2672
|
+
}, rest), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
2631
2673
|
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
|
2632
|
-
})),
|
2674
|
+
})), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
2633
2675
|
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
2634
2676
|
})), children);
|
2635
2677
|
});
|
2636
2678
|
if (process.env.NODE_ENV !== "production") {
|
2637
2679
|
Label.propTypes = iconPropTypes4cbeb95d.i;
|
2638
2680
|
}
|
2639
|
-
var Language = /*#__PURE__*/React.forwardRef(function Language(
|
2640
|
-
var children =
|
2641
|
-
|
2642
|
-
size =
|
2643
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2681
|
+
var Language = /*#__PURE__*/React.forwardRef(function Language(_ref114, ref) {
|
2682
|
+
var children = _ref114.children,
|
2683
|
+
_ref114$size = _ref114.size,
|
2684
|
+
size = _ref114$size === undefined ? 16 : _ref114$size,
|
2685
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref114, _excluded114);
|
2644
2686
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2645
2687
|
width: size,
|
2646
2688
|
height: size,
|
@@ -2648,18 +2690,18 @@ var Language = /*#__PURE__*/React.forwardRef(function Language(_ref112, ref) {
|
|
2648
2690
|
xmlns: "http://www.w3.org/2000/svg",
|
2649
2691
|
viewBox: "0 0 32 32",
|
2650
2692
|
fill: "currentColor"
|
2651
|
-
}, rest),
|
2693
|
+
}, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
2652
2694
|
d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
|
2653
2695
|
})), children);
|
2654
2696
|
});
|
2655
2697
|
if (process.env.NODE_ENV !== "production") {
|
2656
2698
|
Language.propTypes = iconPropTypes4cbeb95d.i;
|
2657
2699
|
}
|
2658
|
-
var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(
|
2659
|
-
var children =
|
2660
|
-
|
2661
|
-
size =
|
2662
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2700
|
+
var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref115, ref) {
|
2701
|
+
var children = _ref115.children,
|
2702
|
+
_ref115$size = _ref115.size,
|
2703
|
+
size = _ref115$size === undefined ? 16 : _ref115$size,
|
2704
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref115, _excluded115);
|
2663
2705
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2664
2706
|
width: size,
|
2665
2707
|
height: size,
|
@@ -2667,21 +2709,21 @@ var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref113, ref) {
|
|
2667
2709
|
xmlns: "http://www.w3.org/2000/svg",
|
2668
2710
|
viewBox: "0 0 32 32",
|
2669
2711
|
fill: "currentColor"
|
2670
|
-
}, rest),
|
2712
|
+
}, rest), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
2671
2713
|
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
|
2672
2714
|
transform: "translate(0 .005)"
|
2673
|
-
})),
|
2715
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
2674
2716
|
d: "M2 26.005H30V28.005H2z"
|
2675
2717
|
})), children);
|
2676
2718
|
});
|
2677
2719
|
if (process.env.NODE_ENV !== "production") {
|
2678
2720
|
Laptop.propTypes = iconPropTypes4cbeb95d.i;
|
2679
2721
|
}
|
2680
|
-
var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(
|
2681
|
-
var children =
|
2682
|
-
|
2683
|
-
size =
|
2684
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2722
|
+
var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref116, ref) {
|
2723
|
+
var children = _ref116.children,
|
2724
|
+
_ref116$size = _ref116.size,
|
2725
|
+
size = _ref116$size === undefined ? 16 : _ref116$size,
|
2726
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref116, _excluded116);
|
2685
2727
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2686
2728
|
width: size,
|
2687
2729
|
height: size,
|
@@ -2689,18 +2731,18 @@ var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref114, ref) {
|
|
2689
2731
|
xmlns: "http://www.w3.org/2000/svg",
|
2690
2732
|
viewBox: "0 0 32 32",
|
2691
2733
|
fill: "currentColor"
|
2692
|
-
}, rest),
|
2734
|
+
}, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
2693
2735
|
d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
|
2694
2736
|
})), children);
|
2695
2737
|
});
|
2696
2738
|
if (process.env.NODE_ENV !== "production") {
|
2697
2739
|
Lasso.propTypes = iconPropTypes4cbeb95d.i;
|
2698
2740
|
}
|
2699
|
-
var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(
|
2700
|
-
var children =
|
2701
|
-
|
2702
|
-
size =
|
2703
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2741
|
+
var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref117, ref) {
|
2742
|
+
var children = _ref117.children,
|
2743
|
+
_ref117$size = _ref117.size,
|
2744
|
+
size = _ref117$size === undefined ? 16 : _ref117$size,
|
2745
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref117, _excluded117);
|
2704
2746
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2705
2747
|
width: size,
|
2706
2748
|
height: size,
|
@@ -2708,18 +2750,18 @@ var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref115,
|
|
2708
2750
|
xmlns: "http://www.w3.org/2000/svg",
|
2709
2751
|
viewBox: "0 0 32 32",
|
2710
2752
|
fill: "currentColor"
|
2711
|
-
}, rest),
|
2753
|
+
}, rest), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
2712
2754
|
d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
|
2713
2755
|
})), children);
|
2714
2756
|
});
|
2715
2757
|
if (process.env.NODE_ENV !== "production") {
|
2716
2758
|
LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
|
2717
2759
|
}
|
2718
|
-
var Launch = /*#__PURE__*/React.forwardRef(function Launch(
|
2719
|
-
var children =
|
2720
|
-
|
2721
|
-
size =
|
2722
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2760
|
+
var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref118, ref) {
|
2761
|
+
var children = _ref118.children,
|
2762
|
+
_ref118$size = _ref118.size,
|
2763
|
+
size = _ref118$size === undefined ? 16 : _ref118$size,
|
2764
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref118, _excluded118);
|
2723
2765
|
if (size === 16 || size === "16" || size === "16px") {
|
2724
2766
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2725
2767
|
width: size,
|
@@ -2728,9 +2770,9 @@ var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref116, ref) {
|
|
2728
2770
|
xmlns: "http://www.w3.org/2000/svg",
|
2729
2771
|
viewBox: "0 0 16 16",
|
2730
2772
|
fill: "currentColor"
|
2731
|
-
}, rest),
|
2773
|
+
}, rest), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
2732
2774
|
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
2733
|
-
})),
|
2775
|
+
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
2734
2776
|
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
2735
2777
|
})), children);
|
2736
2778
|
}
|
@@ -2741,20 +2783,20 @@ var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref116, ref) {
|
|
2741
2783
|
xmlns: "http://www.w3.org/2000/svg",
|
2742
2784
|
viewBox: "0 0 32 32",
|
2743
2785
|
fill: "currentColor"
|
2744
|
-
}, rest),
|
2786
|
+
}, rest), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
2745
2787
|
d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
|
2746
|
-
})),
|
2788
|
+
})), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
2747
2789
|
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
2748
2790
|
})), children);
|
2749
2791
|
});
|
2750
2792
|
if (process.env.NODE_ENV !== "production") {
|
2751
2793
|
Launch.propTypes = iconPropTypes4cbeb95d.i;
|
2752
2794
|
}
|
2753
|
-
var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(
|
2754
|
-
var children =
|
2755
|
-
|
2756
|
-
size =
|
2757
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2795
|
+
var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref119, ref) {
|
2796
|
+
var children = _ref119.children,
|
2797
|
+
_ref119$size = _ref119.size,
|
2798
|
+
size = _ref119$size === undefined ? 16 : _ref119$size,
|
2799
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref119, _excluded119);
|
2758
2800
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2759
2801
|
width: size,
|
2760
2802
|
height: size,
|
@@ -2766,20 +2808,20 @@ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
2766
2808
|
cx: "23",
|
2767
2809
|
cy: "25",
|
2768
2810
|
r: "1"
|
2769
|
-
})),
|
2811
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
2770
2812
|
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
2771
|
-
})),
|
2813
|
+
})), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
2772
2814
|
d: "M8 24H20V26H8z"
|
2773
2815
|
})), children);
|
2774
2816
|
});
|
2775
2817
|
if (process.env.NODE_ENV !== "production") {
|
2776
2818
|
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
|
2777
2819
|
}
|
2778
|
-
var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(
|
2779
|
-
var children =
|
2780
|
-
|
2781
|
-
size =
|
2782
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2820
|
+
var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref120, ref) {
|
2821
|
+
var children = _ref120.children,
|
2822
|
+
_ref120$size = _ref120.size,
|
2823
|
+
size = _ref120$size === undefined ? 16 : _ref120$size,
|
2824
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref120, _excluded120);
|
2783
2825
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2784
2826
|
width: size,
|
2785
2827
|
height: size,
|
@@ -2791,20 +2833,20 @@ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
2791
2833
|
cx: "23",
|
2792
2834
|
cy: "7",
|
2793
2835
|
r: "1"
|
2794
|
-
})),
|
2836
|
+
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
2795
2837
|
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
2796
|
-
})),
|
2838
|
+
})), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
2797
2839
|
d: "M8 6H20V8H8z"
|
2798
2840
|
})), children);
|
2799
2841
|
});
|
2800
2842
|
if (process.env.NODE_ENV !== "production") {
|
2801
2843
|
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
|
2802
2844
|
}
|
2803
|
-
var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(
|
2804
|
-
var children =
|
2805
|
-
|
2806
|
-
size =
|
2807
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2845
|
+
var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref121, ref) {
|
2846
|
+
var children = _ref121.children,
|
2847
|
+
_ref121$size = _ref121.size,
|
2848
|
+
size = _ref121$size === undefined ? 16 : _ref121$size,
|
2849
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref121, _excluded121);
|
2808
2850
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2809
2851
|
width: size,
|
2810
2852
|
height: size,
|
@@ -2816,20 +2858,20 @@ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
2816
2858
|
cx: "23",
|
2817
2859
|
cy: "25",
|
2818
2860
|
r: "1"
|
2819
|
-
})),
|
2861
|
+
})), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
2820
2862
|
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
2821
|
-
})),
|
2863
|
+
})), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
2822
2864
|
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
2823
2865
|
})), children);
|
2824
2866
|
});
|
2825
2867
|
if (process.env.NODE_ENV !== "production") {
|
2826
2868
|
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
|
2827
2869
|
}
|
2828
|
-
var Layers = /*#__PURE__*/React.forwardRef(function Layers(
|
2829
|
-
var children =
|
2830
|
-
|
2831
|
-
size =
|
2832
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2870
|
+
var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref122, ref) {
|
2871
|
+
var children = _ref122.children,
|
2872
|
+
_ref122$size = _ref122.size,
|
2873
|
+
size = _ref122$size === undefined ? 16 : _ref122$size,
|
2874
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
|
2833
2875
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2834
2876
|
width: size,
|
2835
2877
|
height: size,
|
@@ -2837,20 +2879,20 @@ var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref120, ref) {
|
|
2837
2879
|
xmlns: "http://www.w3.org/2000/svg",
|
2838
2880
|
viewBox: "0 0 32 32",
|
2839
2881
|
fill: "currentColor"
|
2840
|
-
}, rest),
|
2882
|
+
}, rest), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
2841
2883
|
d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
|
2842
|
-
})),
|
2884
|
+
})), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
2843
2885
|
d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
|
2844
2886
|
})), children);
|
2845
2887
|
});
|
2846
2888
|
if (process.env.NODE_ENV !== "production") {
|
2847
2889
|
Layers.propTypes = iconPropTypes4cbeb95d.i;
|
2848
2890
|
}
|
2849
|
-
var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(
|
2850
|
-
var children =
|
2851
|
-
|
2852
|
-
size =
|
2853
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2891
|
+
var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref123, ref) {
|
2892
|
+
var children = _ref123.children,
|
2893
|
+
_ref123$size = _ref123.size,
|
2894
|
+
size = _ref123$size === undefined ? 16 : _ref123$size,
|
2895
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
|
2854
2896
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2855
2897
|
width: size,
|
2856
2898
|
height: size,
|
@@ -2858,10 +2900,10 @@ var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref1
|
|
2858
2900
|
xmlns: "http://www.w3.org/2000/svg",
|
2859
2901
|
viewBox: "0 0 32 32",
|
2860
2902
|
fill: "currentColor"
|
2861
|
-
}, rest),
|
2903
|
+
}, rest), _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
2862
2904
|
strokeWidth: "0",
|
2863
2905
|
d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
|
2864
|
-
})),
|
2906
|
+
})), _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
|
2865
2907
|
strokeWidth: "0",
|
2866
2908
|
d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
|
2867
2909
|
})), children);
|
@@ -2869,11 +2911,11 @@ var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref1
|
|
2869
2911
|
if (process.env.NODE_ENV !== "production") {
|
2870
2912
|
LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
|
2871
2913
|
}
|
2872
|
-
var Legend = /*#__PURE__*/React.forwardRef(function Legend(
|
2873
|
-
var children =
|
2874
|
-
|
2875
|
-
size =
|
2876
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2914
|
+
var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref124, ref) {
|
2915
|
+
var children = _ref124.children,
|
2916
|
+
_ref124$size = _ref124.size,
|
2917
|
+
size = _ref124$size === undefined ? 16 : _ref124$size,
|
2918
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
|
2877
2919
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2878
2920
|
width: size,
|
2879
2921
|
height: size,
|
@@ -2881,7 +2923,7 @@ var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref122, ref) {
|
|
2881
2923
|
xmlns: "http://www.w3.org/2000/svg",
|
2882
2924
|
viewBox: "0 0 32 32",
|
2883
2925
|
fill: "currentColor"
|
2884
|
-
}, rest),
|
2926
|
+
}, rest), _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
|
2885
2927
|
d: "M16 22H30V24H16z"
|
2886
2928
|
})), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
2887
2929
|
width: "6",
|
@@ -2889,55 +2931,17 @@ var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref122, ref) {
|
|
2889
2931
|
x: "4",
|
2890
2932
|
y: "20",
|
2891
2933
|
rx: "1"
|
2892
|
-
})),
|
2934
|
+
})), _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
|
2893
2935
|
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
2894
2936
|
})), children);
|
2895
2937
|
});
|
2896
2938
|
if (process.env.NODE_ENV !== "production") {
|
2897
2939
|
Legend.propTypes = iconPropTypes4cbeb95d.i;
|
2898
2940
|
}
|
2899
|
-
var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(
|
2900
|
-
var children = _ref123.children,
|
2901
|
-
_ref123$size = _ref123.size,
|
2902
|
-
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
2903
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
|
2904
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2905
|
-
width: size,
|
2906
|
-
height: size,
|
2907
|
-
ref: ref,
|
2908
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2909
|
-
viewBox: "0 0 32 32",
|
2910
|
-
fill: "currentColor"
|
2911
|
-
}, rest), _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
2912
|
-
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
|
2913
|
-
})), children);
|
2914
|
-
});
|
2915
|
-
if (process.env.NODE_ENV !== "production") {
|
2916
|
-
LetterAa.propTypes = iconPropTypes4cbeb95d.i;
|
2917
|
-
}
|
2918
|
-
var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref124, ref) {
|
2919
|
-
var children = _ref124.children,
|
2920
|
-
_ref124$size = _ref124.size,
|
2921
|
-
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
2922
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
|
2923
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2924
|
-
width: size,
|
2925
|
-
height: size,
|
2926
|
-
ref: ref,
|
2927
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2928
|
-
viewBox: "0 0 32 32",
|
2929
|
-
fill: "currentColor"
|
2930
|
-
}, rest), _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
|
2931
|
-
d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
|
2932
|
-
})), children);
|
2933
|
-
});
|
2934
|
-
if (process.env.NODE_ENV !== "production") {
|
2935
|
-
LetterBb.propTypes = iconPropTypes4cbeb95d.i;
|
2936
|
-
}
|
2937
|
-
var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref125, ref) {
|
2941
|
+
var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref125, ref) {
|
2938
2942
|
var children = _ref125.children,
|
2939
2943
|
_ref125$size = _ref125.size,
|
2940
|
-
size = _ref125$size ===
|
2944
|
+
size = _ref125$size === undefined ? 16 : _ref125$size,
|
2941
2945
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref125, _excluded125);
|
2942
2946
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2943
2947
|
width: size,
|
@@ -2946,14 +2950,16 @@ var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref125, ref) {
|
|
2946
2950
|
xmlns: "http://www.w3.org/2000/svg",
|
2947
2951
|
viewBox: "0 0 32 32",
|
2948
2952
|
fill: "currentColor"
|
2949
|
-
}, rest),
|
2950
|
-
d: "
|
2953
|
+
}, rest), _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
|
2954
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
|
2951
2955
|
})), children);
|
2952
2956
|
});
|
2953
2957
|
if (process.env.NODE_ENV !== "production") {
|
2954
|
-
|
2958
|
+
LetterAa.propTypes = iconPropTypes4cbeb95d.i;
|
2955
2959
|
}
|
2956
2960
|
|
2961
|
+
exports.IbmWatsonOpenscale = IbmWatsonOpenscale;
|
2962
|
+
exports.IbmWatsonOrders = IbmWatsonOrders;
|
2957
2963
|
exports.IbmWatsonQuery = IbmWatsonQuery;
|
2958
2964
|
exports.IbmWatsonSpeechToText = IbmWatsonSpeechToText;
|
2959
2965
|
exports.IbmWatsonStudio = IbmWatsonStudio;
|
@@ -3068,8 +3074,6 @@ exports.Layers = Layers;
|
|
3068
3074
|
exports.LayersExternal = LayersExternal;
|
3069
3075
|
exports.Legend = Legend;
|
3070
3076
|
exports.LetterAa = LetterAa;
|
3071
|
-
exports.LetterBb = LetterBb;
|
3072
|
-
exports.LetterCc = LetterCc;
|
3073
3077
|
exports.QID = QID;
|
3074
3078
|
exports.WatsonHealthICa_2D = WatsonHealthICa_2D;
|
3075
3079
|
exports.WatsonHealthImageAvailabilityLocal = WatsonHealthImageAvailabilityLocal;
|