@carbon/ibm-products 2.59.0 → 2.60.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
@@ -135,12 +135,12 @@ var _excluded = ["children", "size"],
|
|
135
135
|
_excluded123 = ["children", "size"],
|
136
136
|
_excluded124 = ["children", "size"],
|
137
137
|
_excluded125 = ["children", "size"];
|
138
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _circle, _circle2,
|
138
|
+
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;
|
139
139
|
var didWarnAboutDeprecation = {};
|
140
|
-
var
|
140
|
+
var IbmWatsonOpenscale = /*#__PURE__*/React__default.forwardRef(function IbmWatsonOpenscale(_ref, ref) {
|
141
141
|
var children = _ref.children,
|
142
142
|
_ref$size = _ref.size,
|
143
|
-
size = _ref$size ===
|
143
|
+
size = _ref$size === undefined ? 16 : _ref$size,
|
144
144
|
rest = _objectWithoutProperties(_ref, _excluded);
|
145
145
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
146
146
|
width: size,
|
@@ -150,18 +150,18 @@ var IbmWatsonQuery = /*#__PURE__*/React__default.forwardRef(function IbmWatsonQu
|
|
150
150
|
viewBox: "0 0 32 32",
|
151
151
|
fill: "currentColor"
|
152
152
|
}, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
|
153
|
-
d: "
|
153
|
+
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"
|
154
154
|
})), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
|
155
|
-
d: "
|
155
|
+
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"
|
156
156
|
})), children);
|
157
157
|
});
|
158
158
|
if (process.env.NODE_ENV !== "production") {
|
159
|
-
|
159
|
+
IbmWatsonOpenscale.propTypes = iconPropTypes;
|
160
160
|
}
|
161
|
-
var
|
161
|
+
var IbmWatsonOrders = /*#__PURE__*/React__default.forwardRef(function IbmWatsonOrders(_ref2, ref) {
|
162
162
|
var children = _ref2.children,
|
163
163
|
_ref2$size = _ref2.size,
|
164
|
-
size = _ref2$size ===
|
164
|
+
size = _ref2$size === undefined ? 16 : _ref2$size,
|
165
165
|
rest = _objectWithoutProperties(_ref2, _excluded2);
|
166
166
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
167
167
|
width: size,
|
@@ -171,16 +171,18 @@ var IbmWatsonSpeechToText = /*#__PURE__*/React__default.forwardRef(function IbmW
|
|
171
171
|
viewBox: "0 0 32 32",
|
172
172
|
fill: "currentColor"
|
173
173
|
}, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
|
174
|
-
d: "
|
174
|
+
d: "M28 13h-2v-2c0-2.8-2.2-5-5-5h-3V4h3c3.9 0 7 3.1 7 7V13zM22 20H25V22H22zM22 24H25V26H22z"
|
175
|
+
})), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
|
176
|
+
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"
|
175
177
|
})), children);
|
176
178
|
});
|
177
179
|
if (process.env.NODE_ENV !== "production") {
|
178
|
-
|
180
|
+
IbmWatsonOrders.propTypes = iconPropTypes;
|
179
181
|
}
|
180
|
-
var
|
182
|
+
var IbmWatsonQuery = /*#__PURE__*/React__default.forwardRef(function IbmWatsonQuery(_ref3, ref) {
|
181
183
|
var children = _ref3.children,
|
182
184
|
_ref3$size = _ref3.size,
|
183
|
-
size = _ref3$size ===
|
185
|
+
size = _ref3$size === undefined ? 16 : _ref3$size,
|
184
186
|
rest = _objectWithoutProperties(_ref3, _excluded3);
|
185
187
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
186
188
|
width: size,
|
@@ -189,17 +191,19 @@ var IbmWatsonStudio = /*#__PURE__*/React__default.forwardRef(function IbmWatsonS
|
|
189
191
|
xmlns: "http://www.w3.org/2000/svg",
|
190
192
|
viewBox: "0 0 32 32",
|
191
193
|
fill: "currentColor"
|
192
|
-
}, rest),
|
193
|
-
d: "
|
194
|
+
}, rest), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
|
195
|
+
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"
|
196
|
+
})), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
|
197
|
+
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"
|
194
198
|
})), children);
|
195
199
|
});
|
196
200
|
if (process.env.NODE_ENV !== "production") {
|
197
|
-
|
201
|
+
IbmWatsonQuery.propTypes = iconPropTypes;
|
198
202
|
}
|
199
|
-
var
|
203
|
+
var IbmWatsonSpeechToText = /*#__PURE__*/React__default.forwardRef(function IbmWatsonSpeechToText(_ref4, ref) {
|
200
204
|
var children = _ref4.children,
|
201
205
|
_ref4$size = _ref4.size,
|
202
|
-
size = _ref4$size ===
|
206
|
+
size = _ref4$size === undefined ? 16 : _ref4$size,
|
203
207
|
rest = _objectWithoutProperties(_ref4, _excluded4);
|
204
208
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
205
209
|
width: size,
|
@@ -208,17 +212,17 @@ var IbmWatsonTextToSpeech = /*#__PURE__*/React__default.forwardRef(function IbmW
|
|
208
212
|
xmlns: "http://www.w3.org/2000/svg",
|
209
213
|
viewBox: "0 0 32 32",
|
210
214
|
fill: "currentColor"
|
211
|
-
}, rest),
|
212
|
-
d: "
|
215
|
+
}, rest), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
|
216
|
+
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"
|
213
217
|
})), children);
|
214
218
|
});
|
215
219
|
if (process.env.NODE_ENV !== "production") {
|
216
|
-
|
220
|
+
IbmWatsonSpeechToText.propTypes = iconPropTypes;
|
217
221
|
}
|
218
|
-
var
|
222
|
+
var IbmWatsonStudio = /*#__PURE__*/React__default.forwardRef(function IbmWatsonStudio(_ref5, ref) {
|
219
223
|
var children = _ref5.children,
|
220
224
|
_ref5$size = _ref5.size,
|
221
|
-
size = _ref5$size ===
|
225
|
+
size = _ref5$size === undefined ? 16 : _ref5$size,
|
222
226
|
rest = _objectWithoutProperties(_ref5, _excluded5);
|
223
227
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
224
228
|
width: size,
|
@@ -227,7 +231,45 @@ var IbmWatsonToneAnalyzer = /*#__PURE__*/React__default.forwardRef(function IbmW
|
|
227
231
|
xmlns: "http://www.w3.org/2000/svg",
|
228
232
|
viewBox: "0 0 32 32",
|
229
233
|
fill: "currentColor"
|
230
|
-
}, rest),
|
234
|
+
}, rest), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
|
235
|
+
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"
|
236
|
+
})), children);
|
237
|
+
});
|
238
|
+
if (process.env.NODE_ENV !== "production") {
|
239
|
+
IbmWatsonStudio.propTypes = iconPropTypes;
|
240
|
+
}
|
241
|
+
var IbmWatsonTextToSpeech = /*#__PURE__*/React__default.forwardRef(function IbmWatsonTextToSpeech(_ref6, ref) {
|
242
|
+
var children = _ref6.children,
|
243
|
+
_ref6$size = _ref6.size,
|
244
|
+
size = _ref6$size === undefined ? 16 : _ref6$size,
|
245
|
+
rest = _objectWithoutProperties(_ref6, _excluded6);
|
246
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
247
|
+
width: size,
|
248
|
+
height: size,
|
249
|
+
ref: ref,
|
250
|
+
xmlns: "http://www.w3.org/2000/svg",
|
251
|
+
viewBox: "0 0 32 32",
|
252
|
+
fill: "currentColor"
|
253
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
|
254
|
+
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"
|
255
|
+
})), children);
|
256
|
+
});
|
257
|
+
if (process.env.NODE_ENV !== "production") {
|
258
|
+
IbmWatsonTextToSpeech.propTypes = iconPropTypes;
|
259
|
+
}
|
260
|
+
var IbmWatsonToneAnalyzer = /*#__PURE__*/React__default.forwardRef(function IbmWatsonToneAnalyzer(_ref7, ref) {
|
261
|
+
var children = _ref7.children,
|
262
|
+
_ref7$size = _ref7.size,
|
263
|
+
size = _ref7$size === undefined ? 16 : _ref7$size,
|
264
|
+
rest = _objectWithoutProperties(_ref7, _excluded7);
|
265
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
266
|
+
width: size,
|
267
|
+
height: size,
|
268
|
+
ref: ref,
|
269
|
+
xmlns: "http://www.w3.org/2000/svg",
|
270
|
+
viewBox: "0 0 32 32",
|
271
|
+
fill: "currentColor"
|
272
|
+
}, rest), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
|
231
273
|
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"
|
232
274
|
})), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
|
233
275
|
cx: "24",
|
@@ -237,7 +279,7 @@ var IbmWatsonToneAnalyzer = /*#__PURE__*/React__default.forwardRef(function IbmW
|
|
237
279
|
cx: "19",
|
238
280
|
cy: "5",
|
239
281
|
r: "1"
|
240
|
-
})),
|
282
|
+
})), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
|
241
283
|
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"
|
242
284
|
})), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
|
243
285
|
cx: "15.5",
|
@@ -247,18 +289,18 @@ var IbmWatsonToneAnalyzer = /*#__PURE__*/React__default.forwardRef(function IbmW
|
|
247
289
|
cx: "8.5",
|
248
290
|
cy: "17.5",
|
249
291
|
r: "1.5"
|
250
|
-
})),
|
292
|
+
})), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
|
251
293
|
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"
|
252
294
|
})), children);
|
253
295
|
});
|
254
296
|
if (process.env.NODE_ENV !== "production") {
|
255
297
|
IbmWatsonToneAnalyzer.propTypes = iconPropTypes;
|
256
298
|
}
|
257
|
-
var IbmWatsonxAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxAssistant(
|
258
|
-
var children =
|
259
|
-
|
260
|
-
size =
|
261
|
-
rest = _objectWithoutProperties(
|
299
|
+
var IbmWatsonxAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxAssistant(_ref8, ref) {
|
300
|
+
var children = _ref8.children,
|
301
|
+
_ref8$size = _ref8.size,
|
302
|
+
size = _ref8$size === undefined ? 16 : _ref8$size,
|
303
|
+
rest = _objectWithoutProperties(_ref8, _excluded8);
|
262
304
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
263
305
|
width: size,
|
264
306
|
height: size,
|
@@ -266,7 +308,7 @@ var IbmWatsonxAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWat
|
|
266
308
|
xmlns: "http://www.w3.org/2000/svg",
|
267
309
|
viewBox: "0 0 32 32",
|
268
310
|
fill: "currentColor"
|
269
|
-
}, rest),
|
311
|
+
}, rest), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
|
270
312
|
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"
|
271
313
|
})), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
|
272
314
|
cx: "10",
|
@@ -280,18 +322,18 @@ var IbmWatsonxAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWat
|
|
280
322
|
cx: "18",
|
281
323
|
cy: "17",
|
282
324
|
r: "1"
|
283
|
-
})),
|
325
|
+
})), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
|
284
326
|
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"
|
285
327
|
})), children);
|
286
328
|
});
|
287
329
|
if (process.env.NODE_ENV !== "production") {
|
288
330
|
IbmWatsonxAssistant.propTypes = iconPropTypes;
|
289
331
|
}
|
290
|
-
var IbmWatsonxCodeAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistant(
|
291
|
-
var children =
|
292
|
-
|
293
|
-
size =
|
294
|
-
rest = _objectWithoutProperties(
|
332
|
+
var IbmWatsonxCodeAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistant(_ref9, ref) {
|
333
|
+
var children = _ref9.children,
|
334
|
+
_ref9$size = _ref9.size,
|
335
|
+
size = _ref9$size === undefined ? 16 : _ref9$size,
|
336
|
+
rest = _objectWithoutProperties(_ref9, _excluded9);
|
295
337
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
296
338
|
width: size,
|
297
339
|
height: size,
|
@@ -299,25 +341,25 @@ var IbmWatsonxCodeAssistant = /*#__PURE__*/React__default.forwardRef(function Ib
|
|
299
341
|
xmlns: "http://www.w3.org/2000/svg",
|
300
342
|
viewBox: "0 0 32 32",
|
301
343
|
fill: "currentColor"
|
302
|
-
}, rest),
|
344
|
+
}, rest), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
|
303
345
|
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"
|
304
346
|
})), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
|
305
347
|
cx: "3",
|
306
348
|
cy: "4",
|
307
349
|
r: "1"
|
308
|
-
})),
|
350
|
+
})), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
|
309
351
|
d: "M6 3H16V5H6z"
|
310
352
|
})), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
|
311
353
|
cx: "3",
|
312
354
|
cy: "12",
|
313
355
|
r: "1"
|
314
|
-
})),
|
356
|
+
})), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
|
315
357
|
d: "M6 11H16V13H6zM2 15H12V17H2z"
|
316
358
|
})), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
|
317
359
|
cx: "15",
|
318
360
|
cy: "8",
|
319
361
|
r: "1"
|
320
|
-
})),
|
362
|
+
})), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
|
321
363
|
d: "M2 7H12V9H2z"
|
322
364
|
})), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
|
323
365
|
cx: "15",
|
@@ -328,11 +370,11 @@ var IbmWatsonxCodeAssistant = /*#__PURE__*/React__default.forwardRef(function Ib
|
|
328
370
|
if (process.env.NODE_ENV !== "production") {
|
329
371
|
IbmWatsonxCodeAssistant.propTypes = iconPropTypes;
|
330
372
|
}
|
331
|
-
var IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistantForZ(
|
332
|
-
var children =
|
333
|
-
|
334
|
-
size =
|
335
|
-
rest = _objectWithoutProperties(
|
373
|
+
var IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistantForZ(_ref10, ref) {
|
374
|
+
var children = _ref10.children,
|
375
|
+
_ref10$size = _ref10.size,
|
376
|
+
size = _ref10$size === undefined ? 16 : _ref10$size,
|
377
|
+
rest = _objectWithoutProperties(_ref10, _excluded10);
|
336
378
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
337
379
|
width: size,
|
338
380
|
height: size,
|
@@ -340,18 +382,18 @@ var IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React__default.forwardRef(functio
|
|
340
382
|
xmlns: "http://www.w3.org/2000/svg",
|
341
383
|
viewBox: "0 0 32 32",
|
342
384
|
fill: "currentColor"
|
343
|
-
}, rest),
|
385
|
+
}, rest), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
|
344
386
|
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"
|
345
387
|
})), children);
|
346
388
|
});
|
347
389
|
if (process.env.NODE_ENV !== "production") {
|
348
390
|
IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes;
|
349
391
|
}
|
350
|
-
var IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(
|
351
|
-
var children =
|
352
|
-
|
353
|
-
size =
|
354
|
-
rest = _objectWithoutProperties(
|
392
|
+
var IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(_ref11, ref) {
|
393
|
+
var children = _ref11.children,
|
394
|
+
_ref11$size = _ref11.size,
|
395
|
+
size = _ref11$size === undefined ? 16 : _ref11$size,
|
396
|
+
rest = _objectWithoutProperties(_ref11, _excluded11);
|
355
397
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
356
398
|
width: size,
|
357
399
|
height: size,
|
@@ -359,30 +401,30 @@ var IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React__default.forwardRef
|
|
359
401
|
xmlns: "http://www.w3.org/2000/svg",
|
360
402
|
viewBox: "0 0 32 32",
|
361
403
|
fill: "currentColor"
|
362
|
-
}, rest),
|
404
|
+
}, rest), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
|
363
405
|
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"
|
364
406
|
})), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
|
365
407
|
cx: "19",
|
366
408
|
cy: "28",
|
367
409
|
r: "1"
|
368
|
-
})),
|
410
|
+
})), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
|
369
411
|
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"
|
370
412
|
})), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
|
371
413
|
cx: "13",
|
372
414
|
cy: "4",
|
373
415
|
r: "1"
|
374
|
-
})),
|
416
|
+
})), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
|
375
417
|
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"
|
376
418
|
})), children);
|
377
419
|
});
|
378
420
|
if (process.env.NODE_ENV !== "production") {
|
379
421
|
IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes;
|
380
422
|
}
|
381
|
-
var IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(
|
382
|
-
var children =
|
383
|
-
|
384
|
-
size =
|
385
|
-
rest = _objectWithoutProperties(
|
423
|
+
var IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(_ref12, ref) {
|
424
|
+
var children = _ref12.children,
|
425
|
+
_ref12$size = _ref12.size,
|
426
|
+
size = _ref12$size === undefined ? 16 : _ref12$size,
|
427
|
+
rest = _objectWithoutProperties(_ref12, _excluded12);
|
386
428
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
387
429
|
width: size,
|
388
430
|
height: size,
|
@@ -390,18 +432,18 @@ var IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React__default
|
|
390
432
|
xmlns: "http://www.w3.org/2000/svg",
|
391
433
|
viewBox: "0 0 32 32",
|
392
434
|
fill: "currentColor"
|
393
|
-
}, rest),
|
435
|
+
}, rest), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
|
394
436
|
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"
|
395
437
|
})), children);
|
396
438
|
});
|
397
439
|
if (process.env.NODE_ENV !== "production") {
|
398
440
|
IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = iconPropTypes;
|
399
441
|
}
|
400
|
-
var IbmWatsonxOrchestrate = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxOrchestrate(
|
401
|
-
var children =
|
402
|
-
|
403
|
-
size =
|
404
|
-
rest = _objectWithoutProperties(
|
442
|
+
var IbmWatsonxOrchestrate = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxOrchestrate(_ref13, ref) {
|
443
|
+
var children = _ref13.children,
|
444
|
+
_ref13$size = _ref13.size,
|
445
|
+
size = _ref13$size === undefined ? 16 : _ref13$size,
|
446
|
+
rest = _objectWithoutProperties(_ref13, _excluded13);
|
405
447
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
406
448
|
width: size,
|
407
449
|
height: size,
|
@@ -409,7 +451,7 @@ var IbmWatsonxOrchestrate = /*#__PURE__*/React__default.forwardRef(function IbmW
|
|
409
451
|
xmlns: "http://www.w3.org/2000/svg",
|
410
452
|
viewBox: "0 0 32 32",
|
411
453
|
fill: "currentColor"
|
412
|
-
}, rest),
|
454
|
+
}, rest), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
|
413
455
|
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"
|
414
456
|
})), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
|
415
457
|
cx: "30",
|
@@ -423,18 +465,18 @@ var IbmWatsonxOrchestrate = /*#__PURE__*/React__default.forwardRef(function IbmW
|
|
423
465
|
cx: "16",
|
424
466
|
cy: "16",
|
425
467
|
r: "2"
|
426
|
-
})),
|
468
|
+
})), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
|
427
469
|
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"
|
428
470
|
})), children);
|
429
471
|
});
|
430
472
|
if (process.env.NODE_ENV !== "production") {
|
431
473
|
IbmWatsonxOrchestrate.propTypes = iconPropTypes;
|
432
474
|
}
|
433
|
-
var IbmZCloudModStack = /*#__PURE__*/React__default.forwardRef(function IbmZCloudModStack(
|
434
|
-
var children =
|
435
|
-
|
436
|
-
size =
|
437
|
-
rest = _objectWithoutProperties(
|
475
|
+
var IbmZCloudModStack = /*#__PURE__*/React__default.forwardRef(function IbmZCloudModStack(_ref14, ref) {
|
476
|
+
var children = _ref14.children,
|
477
|
+
_ref14$size = _ref14.size,
|
478
|
+
size = _ref14$size === undefined ? 16 : _ref14$size,
|
479
|
+
rest = _objectWithoutProperties(_ref14, _excluded14);
|
438
480
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
439
481
|
width: size,
|
440
482
|
height: size,
|
@@ -442,22 +484,22 @@ var IbmZCloudModStack = /*#__PURE__*/React__default.forwardRef(function IbmZClou
|
|
442
484
|
xmlns: "http://www.w3.org/2000/svg",
|
443
485
|
viewBox: "0 0 32 32",
|
444
486
|
fill: "currentColor"
|
445
|
-
}, rest),
|
487
|
+
}, rest), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
|
446
488
|
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"
|
447
|
-
})),
|
489
|
+
})), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
|
448
490
|
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"
|
449
|
-
})),
|
491
|
+
})), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
|
450
492
|
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"
|
451
493
|
})), children);
|
452
494
|
});
|
453
495
|
if (process.env.NODE_ENV !== "production") {
|
454
496
|
IbmZCloudModStack.propTypes = iconPropTypes;
|
455
497
|
}
|
456
|
-
var IbmZEnvironmentsDevSecOps = /*#__PURE__*/React__default.forwardRef(function IbmZEnvironmentsDevSecOps(
|
457
|
-
var children =
|
458
|
-
|
459
|
-
size =
|
460
|
-
rest = _objectWithoutProperties(
|
498
|
+
var IbmZEnvironmentsDevSecOps = /*#__PURE__*/React__default.forwardRef(function IbmZEnvironmentsDevSecOps(_ref15, ref) {
|
499
|
+
var children = _ref15.children,
|
500
|
+
_ref15$size = _ref15.size,
|
501
|
+
size = _ref15$size === undefined ? 16 : _ref15$size,
|
502
|
+
rest = _objectWithoutProperties(_ref15, _excluded15);
|
461
503
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
462
504
|
width: size,
|
463
505
|
height: size,
|
@@ -465,22 +507,22 @@ var IbmZEnvironmentsDevSecOps = /*#__PURE__*/React__default.forwardRef(function
|
|
465
507
|
xmlns: "http://www.w3.org/2000/svg",
|
466
508
|
viewBox: "0 0 32 32",
|
467
509
|
fill: "currentColor"
|
468
|
-
}, rest),
|
510
|
+
}, rest), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
|
469
511
|
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"
|
470
|
-
})),
|
512
|
+
})), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
|
471
513
|
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"
|
472
|
-
})),
|
514
|
+
})), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
|
473
515
|
d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
|
474
516
|
})), children);
|
475
517
|
});
|
476
518
|
if (process.env.NODE_ENV !== "production") {
|
477
519
|
IbmZEnvironmentsDevSecOps.propTypes = iconPropTypes;
|
478
520
|
}
|
479
|
-
var IbmZOpenEditor = /*#__PURE__*/React__default.forwardRef(function IbmZOpenEditor(
|
480
|
-
var children =
|
481
|
-
|
482
|
-
size =
|
483
|
-
rest = _objectWithoutProperties(
|
521
|
+
var IbmZOpenEditor = /*#__PURE__*/React__default.forwardRef(function IbmZOpenEditor(_ref16, ref) {
|
522
|
+
var children = _ref16.children,
|
523
|
+
_ref16$size = _ref16.size,
|
524
|
+
size = _ref16$size === undefined ? 16 : _ref16$size,
|
525
|
+
rest = _objectWithoutProperties(_ref16, _excluded16);
|
484
526
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
485
527
|
width: size,
|
486
528
|
height: size,
|
@@ -488,18 +530,18 @@ var IbmZOpenEditor = /*#__PURE__*/React__default.forwardRef(function IbmZOpenEdi
|
|
488
530
|
xmlns: "http://www.w3.org/2000/svg",
|
489
531
|
viewBox: "0 0 32 32",
|
490
532
|
fill: "currentColor"
|
491
|
-
}, rest),
|
533
|
+
}, rest), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
|
492
534
|
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"
|
493
535
|
})), children);
|
494
536
|
});
|
495
537
|
if (process.env.NODE_ENV !== "production") {
|
496
538
|
IbmZOpenEditor.propTypes = iconPropTypes;
|
497
539
|
}
|
498
|
-
var IbmZProcessorCapacityReference = /*#__PURE__*/React__default.forwardRef(function IbmZProcessorCapacityReference(
|
499
|
-
var children =
|
500
|
-
|
501
|
-
size =
|
502
|
-
rest = _objectWithoutProperties(
|
540
|
+
var IbmZProcessorCapacityReference = /*#__PURE__*/React__default.forwardRef(function IbmZProcessorCapacityReference(_ref17, ref) {
|
541
|
+
var children = _ref17.children,
|
542
|
+
_ref17$size = _ref17.size,
|
543
|
+
size = _ref17$size === undefined ? 16 : _ref17$size,
|
544
|
+
rest = _objectWithoutProperties(_ref17, _excluded17);
|
503
545
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
504
546
|
width: size,
|
505
547
|
height: size,
|
@@ -507,20 +549,20 @@ var IbmZProcessorCapacityReference = /*#__PURE__*/React__default.forwardRef(func
|
|
507
549
|
xmlns: "http://www.w3.org/2000/svg",
|
508
550
|
viewBox: "0 0 32 32",
|
509
551
|
fill: "currentColor"
|
510
|
-
}, rest),
|
552
|
+
}, rest), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
|
511
553
|
d: "M25 25H27V29H25zM21 23H23V29H21zM29 20H31V29H29z"
|
512
|
-
})),
|
554
|
+
})), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
|
513
555
|
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"
|
514
556
|
})), children);
|
515
557
|
});
|
516
558
|
if (process.env.NODE_ENV !== "production") {
|
517
559
|
IbmZProcessorCapacityReference.propTypes = iconPropTypes;
|
518
560
|
}
|
519
|
-
var IbmZCloudProvisioning = /*#__PURE__*/React__default.forwardRef(function IbmZCloudProvisioning(
|
520
|
-
var children =
|
521
|
-
|
522
|
-
size =
|
523
|
-
rest = _objectWithoutProperties(
|
561
|
+
var IbmZCloudProvisioning = /*#__PURE__*/React__default.forwardRef(function IbmZCloudProvisioning(_ref18, ref) {
|
562
|
+
var children = _ref18.children,
|
563
|
+
_ref18$size = _ref18.size,
|
564
|
+
size = _ref18$size === undefined ? 16 : _ref18$size,
|
565
|
+
rest = _objectWithoutProperties(_ref18, _excluded18);
|
524
566
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
525
567
|
width: size,
|
526
568
|
height: size,
|
@@ -528,20 +570,20 @@ var IbmZCloudProvisioning = /*#__PURE__*/React__default.forwardRef(function IbmZ
|
|
528
570
|
xmlns: "http://www.w3.org/2000/svg",
|
529
571
|
viewBox: "0 0 32 32",
|
530
572
|
fill: "currentColor"
|
531
|
-
}, rest),
|
573
|
+
}, rest), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
|
532
574
|
d: "M10 17H14V21H10zM17 10H21V14H17zM17 17H21V21H17z"
|
533
|
-
})),
|
575
|
+
})), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
|
534
576
|
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"
|
535
577
|
})), children);
|
536
578
|
});
|
537
579
|
if (process.env.NODE_ENV !== "production") {
|
538
580
|
IbmZCloudProvisioning.propTypes = iconPropTypes;
|
539
581
|
}
|
540
|
-
var IbmZOs = /*#__PURE__*/React__default.forwardRef(function IbmZOs(
|
541
|
-
var children =
|
542
|
-
|
543
|
-
size =
|
544
|
-
rest = _objectWithoutProperties(
|
582
|
+
var IbmZOs = /*#__PURE__*/React__default.forwardRef(function IbmZOs(_ref19, ref) {
|
583
|
+
var children = _ref19.children,
|
584
|
+
_ref19$size = _ref19.size,
|
585
|
+
size = _ref19$size === undefined ? 16 : _ref19$size,
|
586
|
+
rest = _objectWithoutProperties(_ref19, _excluded19);
|
545
587
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
546
588
|
width: size,
|
547
589
|
height: size,
|
@@ -549,18 +591,18 @@ var IbmZOs = /*#__PURE__*/React__default.forwardRef(function IbmZOs(_ref17, ref)
|
|
549
591
|
xmlns: "http://www.w3.org/2000/svg",
|
550
592
|
viewBox: "0 0 32 32",
|
551
593
|
fill: "currentColor"
|
552
|
-
}, rest),
|
594
|
+
}, rest), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
|
553
595
|
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"
|
554
596
|
})), children);
|
555
597
|
});
|
556
598
|
if (process.env.NODE_ENV !== "production") {
|
557
599
|
IbmZOs.propTypes = iconPropTypes;
|
558
600
|
}
|
559
|
-
var IbmZOsAiControlInterface = /*#__PURE__*/React__default.forwardRef(function IbmZOsAiControlInterface(
|
560
|
-
var children =
|
561
|
-
|
562
|
-
size =
|
563
|
-
rest = _objectWithoutProperties(
|
601
|
+
var IbmZOsAiControlInterface = /*#__PURE__*/React__default.forwardRef(function IbmZOsAiControlInterface(_ref20, ref) {
|
602
|
+
var children = _ref20.children,
|
603
|
+
_ref20$size = _ref20.size,
|
604
|
+
size = _ref20$size === undefined ? 16 : _ref20$size,
|
605
|
+
rest = _objectWithoutProperties(_ref20, _excluded20);
|
564
606
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
565
607
|
width: size,
|
566
608
|
height: size,
|
@@ -572,73 +614,33 @@ var IbmZOsAiControlInterface = /*#__PURE__*/React__default.forwardRef(function I
|
|
572
614
|
cx: "12",
|
573
615
|
cy: "21",
|
574
616
|
r: "1"
|
575
|
-
})),
|
617
|
+
})), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
|
576
618
|
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"
|
577
619
|
})), _circle18 || (_circle18 = /*#__PURE__*/React__default.createElement("circle", {
|
578
620
|
cx: "12",
|
579
621
|
cy: "11",
|
580
622
|
r: "1"
|
581
|
-
})),
|
623
|
+
})), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
|
582
624
|
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"
|
583
|
-
})),
|
625
|
+
})), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
|
584
626
|
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"
|
585
|
-
})),
|
627
|
+
})), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
|
586
628
|
d: "M8.5 1.5H13.5V3.5H8.5z",
|
587
629
|
transform: "rotate(90 11 2.5)"
|
588
|
-
})),
|
630
|
+
})), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
|
589
631
|
d: "M1.975 3.475H6.975V5.475H1.975z",
|
590
632
|
transform: "rotate(45 4.475 4.475)"
|
591
|
-
})),
|
633
|
+
})), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
|
592
634
|
d: "M0 10H5V12H0z"
|
593
635
|
})), children);
|
594
636
|
});
|
595
637
|
if (process.env.NODE_ENV !== "production") {
|
596
638
|
IbmZOsAiControlInterface.propTypes = iconPropTypes;
|
597
639
|
}
|
598
|
-
var IbmZOsContainers = /*#__PURE__*/React__default.forwardRef(function IbmZOsContainers(
|
599
|
-
var children = _ref19.children,
|
600
|
-
_ref19$size = _ref19.size,
|
601
|
-
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
602
|
-
rest = _objectWithoutProperties(_ref19, _excluded19);
|
603
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
604
|
-
width: size,
|
605
|
-
height: size,
|
606
|
-
ref: ref,
|
607
|
-
xmlns: "http://www.w3.org/2000/svg",
|
608
|
-
viewBox: "0 0 32 32",
|
609
|
-
fill: "currentColor"
|
610
|
-
}, rest), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
|
611
|
-
d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
|
612
|
-
})), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
|
613
|
-
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"
|
614
|
-
})), children);
|
615
|
-
});
|
616
|
-
if (process.env.NODE_ENV !== "production") {
|
617
|
-
IbmZOsContainers.propTypes = iconPropTypes;
|
618
|
-
}
|
619
|
-
var IbmZOsPackageManager = /*#__PURE__*/React__default.forwardRef(function IbmZOsPackageManager(_ref20, ref) {
|
620
|
-
var children = _ref20.children,
|
621
|
-
_ref20$size = _ref20.size,
|
622
|
-
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
623
|
-
rest = _objectWithoutProperties(_ref20, _excluded20);
|
624
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
625
|
-
width: size,
|
626
|
-
height: size,
|
627
|
-
ref: ref,
|
628
|
-
xmlns: "http://www.w3.org/2000/svg",
|
629
|
-
viewBox: "0 0 32 32",
|
630
|
-
fill: "currentColor"
|
631
|
-
}, rest), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
|
632
|
-
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"
|
633
|
-
})), children);
|
634
|
-
});
|
635
|
-
if (process.env.NODE_ENV !== "production") {
|
636
|
-
IbmZOsPackageManager.propTypes = iconPropTypes;
|
637
|
-
}
|
638
|
-
var WatsonHealthICa_2D = /*#__PURE__*/React__default.forwardRef(function WatsonHealthICa_2D(_ref21, ref) {
|
640
|
+
var IbmZOsContainers = /*#__PURE__*/React__default.forwardRef(function IbmZOsContainers(_ref21, ref) {
|
639
641
|
var children = _ref21.children,
|
640
642
|
_ref21$size = _ref21.size,
|
641
|
-
size = _ref21$size ===
|
643
|
+
size = _ref21$size === undefined ? 16 : _ref21$size,
|
642
644
|
rest = _objectWithoutProperties(_ref21, _excluded21);
|
643
645
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
644
646
|
width: size,
|
@@ -647,17 +649,19 @@ var WatsonHealthICa_2D = /*#__PURE__*/React__default.forwardRef(function WatsonH
|
|
647
649
|
xmlns: "http://www.w3.org/2000/svg",
|
648
650
|
viewBox: "0 0 32 32",
|
649
651
|
fill: "currentColor"
|
650
|
-
}, rest),
|
651
|
-
d: "
|
652
|
+
}, rest), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
|
653
|
+
d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
|
654
|
+
})), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
|
655
|
+
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"
|
652
656
|
})), children);
|
653
657
|
});
|
654
658
|
if (process.env.NODE_ENV !== "production") {
|
655
|
-
|
659
|
+
IbmZOsContainers.propTypes = iconPropTypes;
|
656
660
|
}
|
657
|
-
var
|
661
|
+
var IbmZOsPackageManager = /*#__PURE__*/React__default.forwardRef(function IbmZOsPackageManager(_ref22, ref) {
|
658
662
|
var children = _ref22.children,
|
659
663
|
_ref22$size = _ref22.size,
|
660
|
-
size = _ref22$size ===
|
664
|
+
size = _ref22$size === undefined ? 16 : _ref22$size,
|
661
665
|
rest = _objectWithoutProperties(_ref22, _excluded22);
|
662
666
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
663
667
|
width: size,
|
@@ -666,19 +670,17 @@ var IceAccretion = /*#__PURE__*/React__default.forwardRef(function IceAccretion(
|
|
666
670
|
xmlns: "http://www.w3.org/2000/svg",
|
667
671
|
viewBox: "0 0 32 32",
|
668
672
|
fill: "currentColor"
|
669
|
-
}, rest),
|
670
|
-
d: "
|
671
|
-
})), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
|
672
|
-
d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
|
673
|
+
}, rest), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
|
674
|
+
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"
|
673
675
|
})), children);
|
674
676
|
});
|
675
677
|
if (process.env.NODE_ENV !== "production") {
|
676
|
-
|
678
|
+
IbmZOsPackageManager.propTypes = iconPropTypes;
|
677
679
|
}
|
678
|
-
var
|
680
|
+
var WatsonHealthICa_2D = /*#__PURE__*/React__default.forwardRef(function WatsonHealthICa_2D(_ref23, ref) {
|
679
681
|
var children = _ref23.children,
|
680
682
|
_ref23$size = _ref23.size,
|
681
|
-
size = _ref23$size ===
|
683
|
+
size = _ref23$size === undefined ? 16 : _ref23$size,
|
682
684
|
rest = _objectWithoutProperties(_ref23, _excluded23);
|
683
685
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
684
686
|
width: size,
|
@@ -687,19 +689,17 @@ var IceVision = /*#__PURE__*/React__default.forwardRef(function IceVision(_ref23
|
|
687
689
|
xmlns: "http://www.w3.org/2000/svg",
|
688
690
|
viewBox: "0 0 32 32",
|
689
691
|
fill: "currentColor"
|
690
|
-
}, rest),
|
691
|
-
d: "
|
692
|
-
})), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
|
693
|
-
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
692
|
+
}, rest), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
|
693
|
+
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"
|
694
694
|
})), children);
|
695
695
|
});
|
696
696
|
if (process.env.NODE_ENV !== "production") {
|
697
|
-
|
697
|
+
WatsonHealthICa_2D.propTypes = iconPropTypes;
|
698
698
|
}
|
699
|
-
var
|
699
|
+
var IceAccretion = /*#__PURE__*/React__default.forwardRef(function IceAccretion(_ref24, ref) {
|
700
700
|
var children = _ref24.children,
|
701
701
|
_ref24$size = _ref24.size,
|
702
|
-
size = _ref24$size ===
|
702
|
+
size = _ref24$size === undefined ? 16 : _ref24$size,
|
703
703
|
rest = _objectWithoutProperties(_ref24, _excluded24);
|
704
704
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
705
705
|
width: size,
|
@@ -709,16 +709,18 @@ var QID = /*#__PURE__*/React__default.forwardRef(function QID(_ref24, ref) {
|
|
709
709
|
viewBox: "0 0 32 32",
|
710
710
|
fill: "currentColor"
|
711
711
|
}, rest), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
|
712
|
-
d: "
|
712
|
+
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"
|
713
|
+
})), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
|
714
|
+
d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
|
713
715
|
})), children);
|
714
716
|
});
|
715
717
|
if (process.env.NODE_ENV !== "production") {
|
716
|
-
|
718
|
+
IceAccretion.propTypes = iconPropTypes;
|
717
719
|
}
|
718
|
-
var
|
720
|
+
var IceVision = /*#__PURE__*/React__default.forwardRef(function IceVision(_ref25, ref) {
|
719
721
|
var children = _ref25.children,
|
720
722
|
_ref25$size = _ref25.size,
|
721
|
-
size = _ref25$size ===
|
723
|
+
size = _ref25$size === undefined ? 16 : _ref25$size,
|
722
724
|
rest = _objectWithoutProperties(_ref25, _excluded25);
|
723
725
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
724
726
|
width: size,
|
@@ -727,21 +729,19 @@ var IdManagement = /*#__PURE__*/React__default.forwardRef(function IdManagement(
|
|
727
729
|
xmlns: "http://www.w3.org/2000/svg",
|
728
730
|
viewBox: "0 0 32 32",
|
729
731
|
fill: "currentColor"
|
730
|
-
}, rest),
|
731
|
-
d: "
|
732
|
-
})), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
|
733
|
-
d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
|
732
|
+
}, rest), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
|
733
|
+
d: "M19 14L19 21 20 23 21 21 21 14 19 14zM17 14H13a2 2 0 00-2 2v4l1 2 1-2V16h2v7l1 2 1-2z"
|
734
734
|
})), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
|
735
|
-
d: "
|
735
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
736
736
|
})), children);
|
737
737
|
});
|
738
738
|
if (process.env.NODE_ENV !== "production") {
|
739
|
-
|
739
|
+
IceVision.propTypes = iconPropTypes;
|
740
740
|
}
|
741
|
-
var
|
741
|
+
var QID = /*#__PURE__*/React__default.forwardRef(function QID(_ref26, ref) {
|
742
742
|
var children = _ref26.children,
|
743
743
|
_ref26$size = _ref26.size,
|
744
|
-
size = _ref26$size ===
|
744
|
+
size = _ref26$size === undefined ? 16 : _ref26$size,
|
745
745
|
rest = _objectWithoutProperties(_ref26, _excluded26);
|
746
746
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
747
747
|
width: size,
|
@@ -751,16 +751,16 @@ var Idea = /*#__PURE__*/React__default.forwardRef(function Idea(_ref26, ref) {
|
|
751
751
|
viewBox: "0 0 32 32",
|
752
752
|
fill: "currentColor"
|
753
753
|
}, rest), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
|
754
|
-
d: "
|
754
|
+
d: "M10 9H12V11H10zM18 23H14V9h4a4 4 0 014 4v6A4 4 0 0118 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H16zM10 13H12V23H10z"
|
755
755
|
})), children);
|
756
756
|
});
|
757
757
|
if (process.env.NODE_ENV !== "production") {
|
758
|
-
|
758
|
+
QID.propTypes = iconPropTypes;
|
759
759
|
}
|
760
|
-
var
|
760
|
+
var IdManagement = /*#__PURE__*/React__default.forwardRef(function IdManagement(_ref27, ref) {
|
761
761
|
var children = _ref27.children,
|
762
762
|
_ref27$size = _ref27.size,
|
763
|
-
size = _ref27$size ===
|
763
|
+
size = _ref27$size === undefined ? 16 : _ref27$size,
|
764
764
|
rest = _objectWithoutProperties(_ref27, _excluded27);
|
765
765
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
766
766
|
width: size,
|
@@ -770,18 +770,20 @@ var Identification = /*#__PURE__*/React__default.forwardRef(function Identificat
|
|
770
770
|
viewBox: "0 0 32 32",
|
771
771
|
fill: "currentColor"
|
772
772
|
}, rest), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
|
773
|
-
d: "
|
773
|
+
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"
|
774
774
|
})), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
|
775
|
-
d: "
|
775
|
+
d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
|
776
|
+
})), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
|
777
|
+
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"
|
776
778
|
})), children);
|
777
779
|
});
|
778
780
|
if (process.env.NODE_ENV !== "production") {
|
779
|
-
|
781
|
+
IdManagement.propTypes = iconPropTypes;
|
780
782
|
}
|
781
|
-
var
|
783
|
+
var Idea = /*#__PURE__*/React__default.forwardRef(function Idea(_ref28, ref) {
|
782
784
|
var children = _ref28.children,
|
783
785
|
_ref28$size = _ref28.size,
|
784
|
-
size = _ref28$size ===
|
786
|
+
size = _ref28$size === undefined ? 16 : _ref28$size,
|
785
787
|
rest = _objectWithoutProperties(_ref28, _excluded28);
|
786
788
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
787
789
|
width: size,
|
@@ -790,19 +792,17 @@ var Image = /*#__PURE__*/React__default.forwardRef(function Image(_ref28, ref) {
|
|
790
792
|
xmlns: "http://www.w3.org/2000/svg",
|
791
793
|
viewBox: "0 0 32 32",
|
792
794
|
fill: "currentColor"
|
793
|
-
}, rest),
|
794
|
-
d: "
|
795
|
-
})), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
|
796
|
-
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"
|
795
|
+
}, rest), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
|
796
|
+
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"
|
797
797
|
})), children);
|
798
798
|
});
|
799
799
|
if (process.env.NODE_ENV !== "production") {
|
800
|
-
|
800
|
+
Idea.propTypes = iconPropTypes;
|
801
801
|
}
|
802
|
-
var
|
802
|
+
var Identification = /*#__PURE__*/React__default.forwardRef(function Identification(_ref29, ref) {
|
803
803
|
var children = _ref29.children,
|
804
804
|
_ref29$size = _ref29.size,
|
805
|
-
size = _ref29$size ===
|
805
|
+
size = _ref29$size === undefined ? 16 : _ref29$size,
|
806
806
|
rest = _objectWithoutProperties(_ref29, _excluded29);
|
807
807
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
808
808
|
width: size,
|
@@ -812,18 +812,18 @@ var ImageCopy = /*#__PURE__*/React__default.forwardRef(function ImageCopy(_ref29
|
|
812
812
|
viewBox: "0 0 32 32",
|
813
813
|
fill: "currentColor"
|
814
814
|
}, rest), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
|
815
|
-
d: "
|
815
|
+
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"
|
816
816
|
})), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
|
817
|
-
d: "
|
817
|
+
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"
|
818
818
|
})), children);
|
819
819
|
});
|
820
820
|
if (process.env.NODE_ENV !== "production") {
|
821
|
-
|
821
|
+
Identification.propTypes = iconPropTypes;
|
822
822
|
}
|
823
|
-
var
|
823
|
+
var Image = /*#__PURE__*/React__default.forwardRef(function Image(_ref30, ref) {
|
824
824
|
var children = _ref30.children,
|
825
825
|
_ref30$size = _ref30.size,
|
826
|
-
size = _ref30$size ===
|
826
|
+
size = _ref30$size === undefined ? 16 : _ref30$size,
|
827
827
|
rest = _objectWithoutProperties(_ref30, _excluded30);
|
828
828
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
829
829
|
width: size,
|
@@ -833,18 +833,18 @@ var ImageMedical = /*#__PURE__*/React__default.forwardRef(function ImageMedical(
|
|
833
833
|
viewBox: "0 0 32 32",
|
834
834
|
fill: "currentColor"
|
835
835
|
}, rest), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
|
836
|
-
d: "
|
836
|
+
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"
|
837
837
|
})), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
|
838
|
-
d: "
|
838
|
+
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"
|
839
839
|
})), children);
|
840
840
|
});
|
841
841
|
if (process.env.NODE_ENV !== "production") {
|
842
|
-
|
842
|
+
Image.propTypes = iconPropTypes;
|
843
843
|
}
|
844
|
-
var
|
844
|
+
var ImageCopy = /*#__PURE__*/React__default.forwardRef(function ImageCopy(_ref31, ref) {
|
845
845
|
var children = _ref31.children,
|
846
846
|
_ref31$size = _ref31.size,
|
847
|
-
size = _ref31$size ===
|
847
|
+
size = _ref31$size === undefined ? 16 : _ref31$size,
|
848
848
|
rest = _objectWithoutProperties(_ref31, _excluded31);
|
849
849
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
850
850
|
width: size,
|
@@ -854,18 +854,18 @@ var ImageReference = /*#__PURE__*/React__default.forwardRef(function ImageRefere
|
|
854
854
|
viewBox: "0 0 32 32",
|
855
855
|
fill: "currentColor"
|
856
856
|
}, rest), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
|
857
|
-
d: "M4
|
857
|
+
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"
|
858
858
|
})), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
|
859
|
-
d: "
|
859
|
+
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"
|
860
860
|
})), children);
|
861
861
|
});
|
862
862
|
if (process.env.NODE_ENV !== "production") {
|
863
|
-
|
863
|
+
ImageCopy.propTypes = iconPropTypes;
|
864
864
|
}
|
865
|
-
var
|
865
|
+
var ImageMedical = /*#__PURE__*/React__default.forwardRef(function ImageMedical(_ref32, ref) {
|
866
866
|
var children = _ref32.children,
|
867
867
|
_ref32$size = _ref32.size,
|
868
|
-
size = _ref32$size ===
|
868
|
+
size = _ref32$size === undefined ? 16 : _ref32$size,
|
869
869
|
rest = _objectWithoutProperties(_ref32, _excluded32);
|
870
870
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
871
871
|
width: size,
|
@@ -875,18 +875,18 @@ var ImageSearch = /*#__PURE__*/React__default.forwardRef(function ImageSearch(_r
|
|
875
875
|
viewBox: "0 0 32 32",
|
876
876
|
fill: "currentColor"
|
877
877
|
}, rest), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
|
878
|
-
d: "
|
878
|
+
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"
|
879
879
|
})), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
|
880
|
-
d: "
|
880
|
+
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"
|
881
881
|
})), children);
|
882
882
|
});
|
883
883
|
if (process.env.NODE_ENV !== "production") {
|
884
|
-
|
884
|
+
ImageMedical.propTypes = iconPropTypes;
|
885
885
|
}
|
886
|
-
var
|
886
|
+
var ImageReference = /*#__PURE__*/React__default.forwardRef(function ImageReference(_ref33, ref) {
|
887
887
|
var children = _ref33.children,
|
888
888
|
_ref33$size = _ref33.size,
|
889
|
-
size = _ref33$size ===
|
889
|
+
size = _ref33$size === undefined ? 16 : _ref33$size,
|
890
890
|
rest = _objectWithoutProperties(_ref33, _excluded33);
|
891
891
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
892
892
|
width: size,
|
@@ -896,18 +896,18 @@ var ImageSearchAlt = /*#__PURE__*/React__default.forwardRef(function ImageSearch
|
|
896
896
|
viewBox: "0 0 32 32",
|
897
897
|
fill: "currentColor"
|
898
898
|
}, rest), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
|
899
|
-
d: "
|
899
|
+
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"
|
900
900
|
})), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
|
901
|
-
d: "
|
901
|
+
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"
|
902
902
|
})), children);
|
903
903
|
});
|
904
904
|
if (process.env.NODE_ENV !== "production") {
|
905
|
-
|
905
|
+
ImageReference.propTypes = iconPropTypes;
|
906
906
|
}
|
907
|
-
var
|
907
|
+
var ImageSearch = /*#__PURE__*/React__default.forwardRef(function ImageSearch(_ref34, ref) {
|
908
908
|
var children = _ref34.children,
|
909
909
|
_ref34$size = _ref34.size,
|
910
|
-
size = _ref34$size ===
|
910
|
+
size = _ref34$size === undefined ? 16 : _ref34$size,
|
911
911
|
rest = _objectWithoutProperties(_ref34, _excluded34);
|
912
912
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
913
913
|
width: size,
|
@@ -917,18 +917,18 @@ var WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React__default.forwardRef(
|
|
917
917
|
viewBox: "0 0 32 32",
|
918
918
|
fill: "currentColor"
|
919
919
|
}, rest), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
|
920
|
-
d: "
|
920
|
+
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"
|
921
921
|
})), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
|
922
|
-
d: "
|
922
|
+
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"
|
923
923
|
})), children);
|
924
924
|
});
|
925
925
|
if (process.env.NODE_ENV !== "production") {
|
926
|
-
|
926
|
+
ImageSearch.propTypes = iconPropTypes;
|
927
927
|
}
|
928
|
-
var
|
928
|
+
var ImageSearchAlt = /*#__PURE__*/React__default.forwardRef(function ImageSearchAlt(_ref35, ref) {
|
929
929
|
var children = _ref35.children,
|
930
930
|
_ref35$size = _ref35.size,
|
931
|
-
size = _ref35$size ===
|
931
|
+
size = _ref35$size === undefined ? 16 : _ref35$size,
|
932
932
|
rest = _objectWithoutProperties(_ref35, _excluded35);
|
933
933
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
934
934
|
width: size,
|
@@ -938,18 +938,18 @@ var WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React__default.forwar
|
|
938
938
|
viewBox: "0 0 32 32",
|
939
939
|
fill: "currentColor"
|
940
940
|
}, rest), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
|
941
|
-
d: "M10
|
941
|
+
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"
|
942
942
|
})), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
|
943
|
-
d: "
|
943
|
+
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"
|
944
944
|
})), children);
|
945
945
|
});
|
946
946
|
if (process.env.NODE_ENV !== "production") {
|
947
|
-
|
947
|
+
ImageSearchAlt.propTypes = iconPropTypes;
|
948
948
|
}
|
949
|
-
var
|
949
|
+
var WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React__default.forwardRef(function WatsonHealthImageAvailabilityLocal(_ref36, ref) {
|
950
950
|
var children = _ref36.children,
|
951
951
|
_ref36$size = _ref36.size,
|
952
|
-
size = _ref36$size ===
|
952
|
+
size = _ref36$size === undefined ? 16 : _ref36$size,
|
953
953
|
rest = _objectWithoutProperties(_ref36, _excluded36);
|
954
954
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
955
955
|
width: size,
|
@@ -958,24 +958,66 @@ var WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React__default.forwa
|
|
958
958
|
xmlns: "http://www.w3.org/2000/svg",
|
959
959
|
viewBox: "0 0 32 32",
|
960
960
|
fill: "currentColor"
|
961
|
+
}, rest), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
|
962
|
+
d: "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
|
963
|
+
})), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
|
964
|
+
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"
|
965
|
+
})), children);
|
966
|
+
});
|
967
|
+
if (process.env.NODE_ENV !== "production") {
|
968
|
+
WatsonHealthImageAvailabilityLocal.propTypes = iconPropTypes;
|
969
|
+
}
|
970
|
+
var WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React__default.forwardRef(function WatsonHealthImageAvailabilityRetrieving(_ref37, ref) {
|
971
|
+
var children = _ref37.children,
|
972
|
+
_ref37$size = _ref37.size,
|
973
|
+
size = _ref37$size === undefined ? 16 : _ref37$size,
|
974
|
+
rest = _objectWithoutProperties(_ref37, _excluded37);
|
975
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
976
|
+
width: size,
|
977
|
+
height: size,
|
978
|
+
ref: ref,
|
979
|
+
xmlns: "http://www.w3.org/2000/svg",
|
980
|
+
viewBox: "0 0 32 32",
|
981
|
+
fill: "currentColor"
|
982
|
+
}, rest), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
|
983
|
+
d: "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
|
984
|
+
})), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
|
985
|
+
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"
|
986
|
+
})), children);
|
987
|
+
});
|
988
|
+
if (process.env.NODE_ENV !== "production") {
|
989
|
+
WatsonHealthImageAvailabilityRetrieving.propTypes = iconPropTypes;
|
990
|
+
}
|
991
|
+
var WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React__default.forwardRef(function WatsonHealthImageAvailabilityUnavailable(_ref38, ref) {
|
992
|
+
var children = _ref38.children,
|
993
|
+
_ref38$size = _ref38.size,
|
994
|
+
size = _ref38$size === undefined ? 16 : _ref38$size,
|
995
|
+
rest = _objectWithoutProperties(_ref38, _excluded38);
|
996
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
997
|
+
width: size,
|
998
|
+
height: size,
|
999
|
+
ref: ref,
|
1000
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1001
|
+
viewBox: "0 0 32 32",
|
1002
|
+
fill: "currentColor"
|
961
1003
|
}, rest), _circle19 || (_circle19 = /*#__PURE__*/React__default.createElement("circle", {
|
962
1004
|
cx: "16",
|
963
1005
|
cy: "20.5",
|
964
1006
|
r: "1.5"
|
965
|
-
})),
|
1007
|
+
})), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
|
966
1008
|
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"
|
967
|
-
})),
|
1009
|
+
})), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
|
968
1010
|
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"
|
969
1011
|
})), children);
|
970
1012
|
});
|
971
1013
|
if (process.env.NODE_ENV !== "production") {
|
972
1014
|
WatsonHealthImageAvailabilityUnavailable.propTypes = iconPropTypes;
|
973
1015
|
}
|
974
|
-
var ImageService = /*#__PURE__*/React__default.forwardRef(function ImageService(
|
975
|
-
var children =
|
976
|
-
|
977
|
-
size =
|
978
|
-
rest = _objectWithoutProperties(
|
1016
|
+
var ImageService = /*#__PURE__*/React__default.forwardRef(function ImageService(_ref39, ref) {
|
1017
|
+
var children = _ref39.children,
|
1018
|
+
_ref39$size = _ref39.size,
|
1019
|
+
size = _ref39$size === undefined ? 16 : _ref39$size,
|
1020
|
+
rest = _objectWithoutProperties(_ref39, _excluded39);
|
979
1021
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
980
1022
|
width: size,
|
981
1023
|
height: size,
|
@@ -983,24 +1025,24 @@ var ImageService = /*#__PURE__*/React__default.forwardRef(function ImageService(
|
|
983
1025
|
xmlns: "http://www.w3.org/2000/svg",
|
984
1026
|
viewBox: "0 0 32 32",
|
985
1027
|
fill: "currentColor"
|
986
|
-
}, rest),
|
1028
|
+
}, rest), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
|
987
1029
|
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"
|
988
1030
|
})), _circle20 || (_circle20 = /*#__PURE__*/React__default.createElement("circle", {
|
989
1031
|
cx: "7",
|
990
1032
|
cy: "25",
|
991
1033
|
r: "1"
|
992
|
-
})),
|
1034
|
+
})), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
|
993
1035
|
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"
|
994
1036
|
})), children);
|
995
1037
|
});
|
996
1038
|
if (process.env.NODE_ENV !== "production") {
|
997
1039
|
ImageService.propTypes = iconPropTypes;
|
998
1040
|
}
|
999
|
-
var ImageStoreLocal = /*#__PURE__*/React__default.forwardRef(function ImageStoreLocal(
|
1000
|
-
var children =
|
1001
|
-
|
1002
|
-
size =
|
1003
|
-
rest = _objectWithoutProperties(
|
1041
|
+
var ImageStoreLocal = /*#__PURE__*/React__default.forwardRef(function ImageStoreLocal(_ref40, ref) {
|
1042
|
+
var children = _ref40.children,
|
1043
|
+
_ref40$size = _ref40.size,
|
1044
|
+
size = _ref40$size === undefined ? 16 : _ref40$size,
|
1045
|
+
rest = _objectWithoutProperties(_ref40, _excluded40);
|
1004
1046
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1005
1047
|
width: size,
|
1006
1048
|
height: size,
|
@@ -1008,13 +1050,13 @@ var ImageStoreLocal = /*#__PURE__*/React__default.forwardRef(function ImageStore
|
|
1008
1050
|
xmlns: "http://www.w3.org/2000/svg",
|
1009
1051
|
viewBox: "0 0 32 32",
|
1010
1052
|
fill: "currentColor"
|
1011
|
-
}, rest),
|
1053
|
+
}, rest), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
|
1012
1054
|
strokeWidth: "0",
|
1013
1055
|
d: "m25,2v7h7V2h-7Zm5,5h-3v-3h3v3Z"
|
1014
|
-
})),
|
1056
|
+
})), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
|
1015
1057
|
strokeWidth: "0",
|
1016
1058
|
d: "m23,6h-7v12h12v-7h-5v-5Zm-2,10h-3v-3h3v3Zm5-3v3h-3v-3h3Zm-8-2v-3h3v3h-3Z"
|
1017
|
-
})),
|
1059
|
+
})), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
|
1018
1060
|
strokeWidth: "0",
|
1019
1061
|
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"
|
1020
1062
|
})), children);
|
@@ -1022,11 +1064,11 @@ var ImageStoreLocal = /*#__PURE__*/React__default.forwardRef(function ImageStore
|
|
1022
1064
|
if (process.env.NODE_ENV !== "production") {
|
1023
1065
|
ImageStoreLocal.propTypes = iconPropTypes;
|
1024
1066
|
}
|
1025
|
-
var ImportExport = /*#__PURE__*/React__default.forwardRef(function ImportExport(
|
1026
|
-
var children =
|
1027
|
-
|
1028
|
-
size =
|
1029
|
-
rest = _objectWithoutProperties(
|
1067
|
+
var ImportExport = /*#__PURE__*/React__default.forwardRef(function ImportExport(_ref41, ref) {
|
1068
|
+
var children = _ref41.children,
|
1069
|
+
_ref41$size = _ref41.size,
|
1070
|
+
size = _ref41$size === undefined ? 16 : _ref41$size,
|
1071
|
+
rest = _objectWithoutProperties(_ref41, _excluded41);
|
1030
1072
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1031
1073
|
width: size,
|
1032
1074
|
height: size,
|
@@ -1034,18 +1076,18 @@ var ImportExport = /*#__PURE__*/React__default.forwardRef(function ImportExport(
|
|
1034
1076
|
xmlns: "http://www.w3.org/2000/svg",
|
1035
1077
|
viewBox: "0 0 32 32",
|
1036
1078
|
fill: "currentColor"
|
1037
|
-
}, rest),
|
1079
|
+
}, rest), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
|
1038
1080
|
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"
|
1039
1081
|
})), children);
|
1040
1082
|
});
|
1041
1083
|
if (process.env.NODE_ENV !== "production") {
|
1042
1084
|
ImportExport.propTypes = iconPropTypes;
|
1043
1085
|
}
|
1044
|
-
var ImproveRelevance = /*#__PURE__*/React__default.forwardRef(function ImproveRelevance(
|
1045
|
-
var children =
|
1046
|
-
|
1047
|
-
size =
|
1048
|
-
rest = _objectWithoutProperties(
|
1086
|
+
var ImproveRelevance = /*#__PURE__*/React__default.forwardRef(function ImproveRelevance(_ref42, ref) {
|
1087
|
+
var children = _ref42.children,
|
1088
|
+
_ref42$size = _ref42.size,
|
1089
|
+
size = _ref42$size === undefined ? 16 : _ref42$size,
|
1090
|
+
rest = _objectWithoutProperties(_ref42, _excluded42);
|
1049
1091
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1050
1092
|
width: size,
|
1051
1093
|
height: size,
|
@@ -1053,26 +1095,26 @@ var ImproveRelevance = /*#__PURE__*/React__default.forwardRef(function ImproveRe
|
|
1053
1095
|
xmlns: "http://www.w3.org/2000/svg",
|
1054
1096
|
viewBox: "0 0 32 32",
|
1055
1097
|
fill: "currentColor"
|
1056
|
-
}, rest),
|
1098
|
+
}, rest), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
|
1057
1099
|
d: "M22 26.59L19.41 24 18 25.41 22 29.41 30 21.41 28.59 20 22 26.59z"
|
1058
1100
|
})), _circle21 || (_circle21 = /*#__PURE__*/React__default.createElement("circle", {
|
1059
1101
|
cx: "16",
|
1060
1102
|
cy: "16",
|
1061
1103
|
r: "2"
|
1062
|
-
})),
|
1104
|
+
})), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
|
1063
1105
|
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"
|
1064
|
-
})),
|
1106
|
+
})), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1065
1107
|
d: "M28,16A12,12,0,1,0,16,28V26A10,10,0,1,1,26,16Z"
|
1066
1108
|
})), children);
|
1067
1109
|
});
|
1068
1110
|
if (process.env.NODE_ENV !== "production") {
|
1069
1111
|
ImproveRelevance.propTypes = iconPropTypes;
|
1070
1112
|
}
|
1071
|
-
var InProgress = /*#__PURE__*/React__default.forwardRef(function InProgress(
|
1072
|
-
var children =
|
1073
|
-
|
1074
|
-
size =
|
1075
|
-
rest = _objectWithoutProperties(
|
1113
|
+
var InProgress = /*#__PURE__*/React__default.forwardRef(function InProgress(_ref43, ref) {
|
1114
|
+
var children = _ref43.children,
|
1115
|
+
_ref43$size = _ref43.size,
|
1116
|
+
size = _ref43$size === undefined ? 16 : _ref43$size,
|
1117
|
+
rest = _objectWithoutProperties(_ref43, _excluded43);
|
1076
1118
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1077
1119
|
width: size,
|
1078
1120
|
height: size,
|
@@ -1080,18 +1122,18 @@ var InProgress = /*#__PURE__*/React__default.forwardRef(function InProgress(_ref
|
|
1080
1122
|
xmlns: "http://www.w3.org/2000/svg",
|
1081
1123
|
viewBox: "0 0 32 32",
|
1082
1124
|
fill: "currentColor"
|
1083
|
-
}, rest),
|
1125
|
+
}, rest), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
|
1084
1126
|
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"
|
1085
1127
|
})), children);
|
1086
1128
|
});
|
1087
1129
|
if (process.env.NODE_ENV !== "production") {
|
1088
1130
|
InProgress.propTypes = iconPropTypes;
|
1089
1131
|
}
|
1090
|
-
var InProgressError = /*#__PURE__*/React__default.forwardRef(function InProgressError(
|
1091
|
-
var children =
|
1092
|
-
|
1093
|
-
size =
|
1094
|
-
rest = _objectWithoutProperties(
|
1132
|
+
var InProgressError = /*#__PURE__*/React__default.forwardRef(function InProgressError(_ref44, ref) {
|
1133
|
+
var children = _ref44.children,
|
1134
|
+
_ref44$size = _ref44.size,
|
1135
|
+
size = _ref44$size === undefined ? 16 : _ref44$size,
|
1136
|
+
rest = _objectWithoutProperties(_ref44, _excluded44);
|
1095
1137
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1096
1138
|
width: size,
|
1097
1139
|
height: size,
|
@@ -1099,20 +1141,20 @@ var InProgressError = /*#__PURE__*/React__default.forwardRef(function InProgress
|
|
1099
1141
|
xmlns: "http://www.w3.org/2000/svg",
|
1100
1142
|
viewBox: "0 0 32 32",
|
1101
1143
|
fill: "currentColor"
|
1102
|
-
}, rest),
|
1144
|
+
}, rest), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
|
1103
1145
|
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"
|
1104
|
-
})),
|
1146
|
+
})), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
|
1105
1147
|
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"
|
1106
1148
|
})), children);
|
1107
1149
|
});
|
1108
1150
|
if (process.env.NODE_ENV !== "production") {
|
1109
1151
|
InProgressError.propTypes = iconPropTypes;
|
1110
1152
|
}
|
1111
|
-
var InProgressWarning = /*#__PURE__*/React__default.forwardRef(function InProgressWarning(
|
1112
|
-
var children =
|
1113
|
-
|
1114
|
-
size =
|
1115
|
-
rest = _objectWithoutProperties(
|
1153
|
+
var InProgressWarning = /*#__PURE__*/React__default.forwardRef(function InProgressWarning(_ref45, ref) {
|
1154
|
+
var children = _ref45.children,
|
1155
|
+
_ref45$size = _ref45.size,
|
1156
|
+
size = _ref45$size === undefined ? 16 : _ref45$size,
|
1157
|
+
rest = _objectWithoutProperties(_ref45, _excluded45);
|
1116
1158
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1117
1159
|
width: size,
|
1118
1160
|
height: size,
|
@@ -1120,20 +1162,20 @@ var InProgressWarning = /*#__PURE__*/React__default.forwardRef(function InProgre
|
|
1120
1162
|
xmlns: "http://www.w3.org/2000/svg",
|
1121
1163
|
viewBox: "0 0 32 32",
|
1122
1164
|
fill: "currentColor"
|
1123
|
-
}, rest),
|
1165
|
+
}, rest), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
|
1124
1166
|
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"
|
1125
|
-
})),
|
1167
|
+
})), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
|
1126
1168
|
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"
|
1127
1169
|
})), children);
|
1128
1170
|
});
|
1129
1171
|
if (process.env.NODE_ENV !== "production") {
|
1130
1172
|
InProgressWarning.propTypes = iconPropTypes;
|
1131
1173
|
}
|
1132
|
-
var Incomplete = /*#__PURE__*/React__default.forwardRef(function Incomplete(
|
1133
|
-
var children =
|
1134
|
-
|
1135
|
-
size =
|
1136
|
-
rest = _objectWithoutProperties(
|
1174
|
+
var Incomplete = /*#__PURE__*/React__default.forwardRef(function Incomplete(_ref46, ref) {
|
1175
|
+
var children = _ref46.children,
|
1176
|
+
_ref46$size = _ref46.size,
|
1177
|
+
size = _ref46$size === undefined ? 16 : _ref46$size,
|
1178
|
+
rest = _objectWithoutProperties(_ref46, _excluded46);
|
1137
1179
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1138
1180
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1139
1181
|
width: size,
|
@@ -1142,7 +1184,7 @@ var Incomplete = /*#__PURE__*/React__default.forwardRef(function Incomplete(_ref
|
|
1142
1184
|
xmlns: "http://www.w3.org/2000/svg",
|
1143
1185
|
viewBox: "0 0 16 16",
|
1144
1186
|
fill: "currentColor"
|
1145
|
-
}, rest),
|
1187
|
+
}, rest), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
|
1146
1188
|
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"
|
1147
1189
|
})), children);
|
1148
1190
|
}
|
@@ -1153,18 +1195,18 @@ var Incomplete = /*#__PURE__*/React__default.forwardRef(function Incomplete(_ref
|
|
1153
1195
|
xmlns: "http://www.w3.org/2000/svg",
|
1154
1196
|
viewBox: "0 0 32 32",
|
1155
1197
|
fill: "currentColor"
|
1156
|
-
}, rest),
|
1198
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
|
1157
1199
|
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"
|
1158
1200
|
})), children);
|
1159
1201
|
});
|
1160
1202
|
if (process.env.NODE_ENV !== "production") {
|
1161
1203
|
Incomplete.propTypes = iconPropTypes;
|
1162
1204
|
}
|
1163
|
-
var IncompleteCancel = /*#__PURE__*/React__default.forwardRef(function IncompleteCancel(
|
1164
|
-
var children =
|
1165
|
-
|
1166
|
-
size =
|
1167
|
-
rest = _objectWithoutProperties(
|
1205
|
+
var IncompleteCancel = /*#__PURE__*/React__default.forwardRef(function IncompleteCancel(_ref47, ref) {
|
1206
|
+
var children = _ref47.children,
|
1207
|
+
_ref47$size = _ref47.size,
|
1208
|
+
size = _ref47$size === undefined ? 16 : _ref47$size,
|
1209
|
+
rest = _objectWithoutProperties(_ref47, _excluded47);
|
1168
1210
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1169
1211
|
width: size,
|
1170
1212
|
height: size,
|
@@ -1172,18 +1214,18 @@ var IncompleteCancel = /*#__PURE__*/React__default.forwardRef(function Incomplet
|
|
1172
1214
|
xmlns: "http://www.w3.org/2000/svg",
|
1173
1215
|
viewBox: "0 0 32 32",
|
1174
1216
|
fill: "currentColor"
|
1175
|
-
}, rest),
|
1217
|
+
}, rest), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
|
1176
1218
|
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"
|
1177
1219
|
})), children);
|
1178
1220
|
});
|
1179
1221
|
if (process.env.NODE_ENV !== "production") {
|
1180
1222
|
IncompleteCancel.propTypes = iconPropTypes;
|
1181
1223
|
}
|
1182
|
-
var IncompleteError = /*#__PURE__*/React__default.forwardRef(function IncompleteError(
|
1183
|
-
var children =
|
1184
|
-
|
1185
|
-
size =
|
1186
|
-
rest = _objectWithoutProperties(
|
1224
|
+
var IncompleteError = /*#__PURE__*/React__default.forwardRef(function IncompleteError(_ref48, ref) {
|
1225
|
+
var children = _ref48.children,
|
1226
|
+
_ref48$size = _ref48.size,
|
1227
|
+
size = _ref48$size === undefined ? 16 : _ref48$size,
|
1228
|
+
rest = _objectWithoutProperties(_ref48, _excluded48);
|
1187
1229
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1188
1230
|
width: size,
|
1189
1231
|
height: size,
|
@@ -1191,18 +1233,18 @@ var IncompleteError = /*#__PURE__*/React__default.forwardRef(function Incomplete
|
|
1191
1233
|
xmlns: "http://www.w3.org/2000/svg",
|
1192
1234
|
viewBox: "0 0 32 32",
|
1193
1235
|
fill: "currentColor"
|
1194
|
-
}, rest),
|
1236
|
+
}, rest), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
|
1195
1237
|
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"
|
1196
1238
|
})), children);
|
1197
1239
|
});
|
1198
1240
|
if (process.env.NODE_ENV !== "production") {
|
1199
1241
|
IncompleteError.propTypes = iconPropTypes;
|
1200
1242
|
}
|
1201
|
-
var IncompleteWarning = /*#__PURE__*/React__default.forwardRef(function IncompleteWarning(
|
1202
|
-
var children =
|
1203
|
-
|
1204
|
-
size =
|
1205
|
-
rest = _objectWithoutProperties(
|
1243
|
+
var IncompleteWarning = /*#__PURE__*/React__default.forwardRef(function IncompleteWarning(_ref49, ref) {
|
1244
|
+
var children = _ref49.children,
|
1245
|
+
_ref49$size = _ref49.size,
|
1246
|
+
size = _ref49$size === undefined ? 16 : _ref49$size,
|
1247
|
+
rest = _objectWithoutProperties(_ref49, _excluded49);
|
1206
1248
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1207
1249
|
width: size,
|
1208
1250
|
height: size,
|
@@ -1210,18 +1252,18 @@ var IncompleteWarning = /*#__PURE__*/React__default.forwardRef(function Incomple
|
|
1210
1252
|
xmlns: "http://www.w3.org/2000/svg",
|
1211
1253
|
viewBox: "0 0 32 32",
|
1212
1254
|
fill: "currentColor"
|
1213
|
-
}, rest),
|
1255
|
+
}, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
|
1214
1256
|
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"
|
1215
1257
|
})), children);
|
1216
1258
|
});
|
1217
1259
|
if (process.env.NODE_ENV !== "production") {
|
1218
1260
|
IncompleteWarning.propTypes = iconPropTypes;
|
1219
1261
|
}
|
1220
|
-
var IncreaseLevel = /*#__PURE__*/React__default.forwardRef(function IncreaseLevel(
|
1221
|
-
var children =
|
1222
|
-
|
1223
|
-
size =
|
1224
|
-
rest = _objectWithoutProperties(
|
1262
|
+
var IncreaseLevel = /*#__PURE__*/React__default.forwardRef(function IncreaseLevel(_ref50, ref) {
|
1263
|
+
var children = _ref50.children,
|
1264
|
+
_ref50$size = _ref50.size,
|
1265
|
+
size = _ref50$size === undefined ? 16 : _ref50$size,
|
1266
|
+
rest = _objectWithoutProperties(_ref50, _excluded50);
|
1225
1267
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1226
1268
|
width: size,
|
1227
1269
|
height: size,
|
@@ -1229,18 +1271,18 @@ var IncreaseLevel = /*#__PURE__*/React__default.forwardRef(function IncreaseLeve
|
|
1229
1271
|
xmlns: "http://www.w3.org/2000/svg",
|
1230
1272
|
viewBox: "0 0 32 32",
|
1231
1273
|
fill: "currentColor"
|
1232
|
-
}, rest),
|
1274
|
+
}, rest), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
|
1233
1275
|
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"
|
1234
1276
|
})), children);
|
1235
1277
|
});
|
1236
1278
|
if (process.env.NODE_ENV !== "production") {
|
1237
1279
|
IncreaseLevel.propTypes = iconPropTypes;
|
1238
1280
|
}
|
1239
|
-
var Industry = /*#__PURE__*/React__default.forwardRef(function Industry(
|
1240
|
-
var children =
|
1241
|
-
|
1242
|
-
size =
|
1243
|
-
rest = _objectWithoutProperties(
|
1281
|
+
var Industry = /*#__PURE__*/React__default.forwardRef(function Industry(_ref51, ref) {
|
1282
|
+
var children = _ref51.children,
|
1283
|
+
_ref51$size = _ref51.size,
|
1284
|
+
size = _ref51$size === undefined ? 16 : _ref51$size,
|
1285
|
+
rest = _objectWithoutProperties(_ref51, _excluded51);
|
1244
1286
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1245
1287
|
width: size,
|
1246
1288
|
height: size,
|
@@ -1248,18 +1290,18 @@ var Industry = /*#__PURE__*/React__default.forwardRef(function Industry(_ref49,
|
|
1248
1290
|
xmlns: "http://www.w3.org/2000/svg",
|
1249
1291
|
viewBox: "0 0 32 32",
|
1250
1292
|
fill: "currentColor"
|
1251
|
-
}, rest),
|
1293
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
|
1252
1294
|
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"
|
1253
1295
|
})), children);
|
1254
1296
|
});
|
1255
1297
|
if (process.env.NODE_ENV !== "production") {
|
1256
1298
|
Industry.propTypes = iconPropTypes;
|
1257
1299
|
}
|
1258
|
-
var InfinitySymbol = /*#__PURE__*/React__default.forwardRef(function InfinitySymbol(
|
1259
|
-
var children =
|
1260
|
-
|
1261
|
-
size =
|
1262
|
-
rest = _objectWithoutProperties(
|
1300
|
+
var InfinitySymbol = /*#__PURE__*/React__default.forwardRef(function InfinitySymbol(_ref52, ref) {
|
1301
|
+
var children = _ref52.children,
|
1302
|
+
_ref52$size = _ref52.size,
|
1303
|
+
size = _ref52$size === undefined ? 16 : _ref52$size,
|
1304
|
+
rest = _objectWithoutProperties(_ref52, _excluded52);
|
1263
1305
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1264
1306
|
width: size,
|
1265
1307
|
height: size,
|
@@ -1267,18 +1309,18 @@ var InfinitySymbol = /*#__PURE__*/React__default.forwardRef(function InfinitySym
|
|
1267
1309
|
xmlns: "http://www.w3.org/2000/svg",
|
1268
1310
|
viewBox: "0 0 32 32",
|
1269
1311
|
fill: "currentColor"
|
1270
|
-
}, rest),
|
1312
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
|
1271
1313
|
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"
|
1272
1314
|
})), children);
|
1273
1315
|
});
|
1274
1316
|
if (process.env.NODE_ENV !== "production") {
|
1275
1317
|
InfinitySymbol.propTypes = iconPropTypes;
|
1276
1318
|
}
|
1277
|
-
var Information = /*#__PURE__*/React__default.forwardRef(function Information(
|
1278
|
-
var children =
|
1279
|
-
|
1280
|
-
size =
|
1281
|
-
rest = _objectWithoutProperties(
|
1319
|
+
var Information = /*#__PURE__*/React__default.forwardRef(function Information(_ref53, ref) {
|
1320
|
+
var children = _ref53.children,
|
1321
|
+
_ref53$size = _ref53.size,
|
1322
|
+
size = _ref53$size === undefined ? 16 : _ref53$size,
|
1323
|
+
rest = _objectWithoutProperties(_ref53, _excluded53);
|
1282
1324
|
if (size === 16 || size === "16" || size === "16px") {
|
1283
1325
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1284
1326
|
width: size,
|
@@ -1287,9 +1329,9 @@ var Information = /*#__PURE__*/React__default.forwardRef(function Information(_r
|
|
1287
1329
|
xmlns: "http://www.w3.org/2000/svg",
|
1288
1330
|
viewBox: "0 0 16 16",
|
1289
1331
|
fill: "currentColor"
|
1290
|
-
}, rest),
|
1332
|
+
}, rest), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
|
1291
1333
|
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"
|
1292
|
-
})),
|
1334
|
+
})), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
|
1293
1335
|
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"
|
1294
1336
|
})), children);
|
1295
1337
|
}
|
@@ -1300,20 +1342,20 @@ var Information = /*#__PURE__*/React__default.forwardRef(function Information(_r
|
|
1300
1342
|
xmlns: "http://www.w3.org/2000/svg",
|
1301
1343
|
viewBox: "0 0 32 32",
|
1302
1344
|
fill: "currentColor"
|
1303
|
-
}, rest),
|
1345
|
+
}, rest), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
|
1304
1346
|
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"
|
1305
|
-
})),
|
1347
|
+
})), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
|
1306
1348
|
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"
|
1307
1349
|
})), children);
|
1308
1350
|
});
|
1309
1351
|
if (process.env.NODE_ENV !== "production") {
|
1310
1352
|
Information.propTypes = iconPropTypes;
|
1311
1353
|
}
|
1312
|
-
var InformationDisabled = /*#__PURE__*/React__default.forwardRef(function InformationDisabled(
|
1313
|
-
var children =
|
1314
|
-
|
1315
|
-
size =
|
1316
|
-
rest = _objectWithoutProperties(
|
1354
|
+
var InformationDisabled = /*#__PURE__*/React__default.forwardRef(function InformationDisabled(_ref54, ref) {
|
1355
|
+
var children = _ref54.children,
|
1356
|
+
_ref54$size = _ref54.size,
|
1357
|
+
size = _ref54$size === undefined ? 16 : _ref54$size,
|
1358
|
+
rest = _objectWithoutProperties(_ref54, _excluded54);
|
1317
1359
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1318
1360
|
width: size,
|
1319
1361
|
height: size,
|
@@ -1321,20 +1363,20 @@ var InformationDisabled = /*#__PURE__*/React__default.forwardRef(function Inform
|
|
1321
1363
|
xmlns: "http://www.w3.org/2000/svg",
|
1322
1364
|
viewBox: "0 0 32 32",
|
1323
1365
|
fill: "currentColor"
|
1324
|
-
}, rest),
|
1366
|
+
}, rest), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
|
1325
1367
|
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"
|
1326
|
-
})),
|
1368
|
+
})), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
|
1327
1369
|
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"
|
1328
1370
|
})), children);
|
1329
1371
|
});
|
1330
1372
|
if (process.env.NODE_ENV !== "production") {
|
1331
1373
|
InformationDisabled.propTypes = iconPropTypes;
|
1332
1374
|
}
|
1333
|
-
var InformationFilled = /*#__PURE__*/React__default.forwardRef(function InformationFilled(
|
1334
|
-
var children =
|
1335
|
-
|
1336
|
-
size =
|
1337
|
-
rest = _objectWithoutProperties(
|
1375
|
+
var InformationFilled = /*#__PURE__*/React__default.forwardRef(function InformationFilled(_ref55, ref) {
|
1376
|
+
var children = _ref55.children,
|
1377
|
+
_ref55$size = _ref55.size,
|
1378
|
+
size = _ref55$size === undefined ? 16 : _ref55$size,
|
1379
|
+
rest = _objectWithoutProperties(_ref55, _excluded55);
|
1338
1380
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1339
1381
|
width: size,
|
1340
1382
|
height: size,
|
@@ -1342,22 +1384,22 @@ var InformationFilled = /*#__PURE__*/React__default.forwardRef(function Informat
|
|
1342
1384
|
xmlns: "http://www.w3.org/2000/svg",
|
1343
1385
|
viewBox: "0 0 32 32",
|
1344
1386
|
fill: "currentColor"
|
1345
|
-
}, rest),
|
1387
|
+
}, rest), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
|
1346
1388
|
fill: "none",
|
1347
1389
|
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",
|
1348
1390
|
"data-icon-path": "inner-path"
|
1349
|
-
})),
|
1391
|
+
})), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
|
1350
1392
|
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"
|
1351
1393
|
})), children);
|
1352
1394
|
});
|
1353
1395
|
if (process.env.NODE_ENV !== "production") {
|
1354
1396
|
InformationFilled.propTypes = iconPropTypes;
|
1355
1397
|
}
|
1356
|
-
var InformationSquare = /*#__PURE__*/React__default.forwardRef(function InformationSquare(
|
1357
|
-
var children =
|
1358
|
-
|
1359
|
-
size =
|
1360
|
-
rest = _objectWithoutProperties(
|
1398
|
+
var InformationSquare = /*#__PURE__*/React__default.forwardRef(function InformationSquare(_ref56, ref) {
|
1399
|
+
var children = _ref56.children,
|
1400
|
+
_ref56$size = _ref56.size,
|
1401
|
+
size = _ref56$size === undefined ? 16 : _ref56$size,
|
1402
|
+
rest = _objectWithoutProperties(_ref56, _excluded56);
|
1361
1403
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1362
1404
|
width: size,
|
1363
1405
|
height: size,
|
@@ -1365,20 +1407,20 @@ var InformationSquare = /*#__PURE__*/React__default.forwardRef(function Informat
|
|
1365
1407
|
xmlns: "http://www.w3.org/2000/svg",
|
1366
1408
|
viewBox: "0 0 32 32",
|
1367
1409
|
fill: "currentColor"
|
1368
|
-
}, rest),
|
1410
|
+
}, rest), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
|
1369
1411
|
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"
|
1370
|
-
})),
|
1412
|
+
})), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
|
1371
1413
|
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"
|
1372
1414
|
})), children);
|
1373
1415
|
});
|
1374
1416
|
if (process.env.NODE_ENV !== "production") {
|
1375
1417
|
InformationSquare.propTypes = iconPropTypes;
|
1376
1418
|
}
|
1377
|
-
var InformationSquareFilled = /*#__PURE__*/React__default.forwardRef(function InformationSquareFilled(
|
1378
|
-
var children =
|
1379
|
-
|
1380
|
-
size =
|
1381
|
-
rest = _objectWithoutProperties(
|
1419
|
+
var InformationSquareFilled = /*#__PURE__*/React__default.forwardRef(function InformationSquareFilled(_ref57, ref) {
|
1420
|
+
var children = _ref57.children,
|
1421
|
+
_ref57$size = _ref57.size,
|
1422
|
+
size = _ref57$size === undefined ? 16 : _ref57$size,
|
1423
|
+
rest = _objectWithoutProperties(_ref57, _excluded57);
|
1382
1424
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1383
1425
|
width: size,
|
1384
1426
|
height: size,
|
@@ -1386,22 +1428,22 @@ var InformationSquareFilled = /*#__PURE__*/React__default.forwardRef(function In
|
|
1386
1428
|
xmlns: "http://www.w3.org/2000/svg",
|
1387
1429
|
viewBox: "0 0 32 32",
|
1388
1430
|
fill: "currentColor"
|
1389
|
-
}, rest),
|
1431
|
+
}, rest), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
|
1390
1432
|
fill: "none",
|
1391
1433
|
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",
|
1392
1434
|
"data-icon-path": "inner-path"
|
1393
|
-
})),
|
1435
|
+
})), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
|
1394
1436
|
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"
|
1395
1437
|
})), children);
|
1396
1438
|
});
|
1397
1439
|
if (process.env.NODE_ENV !== "production") {
|
1398
1440
|
InformationSquareFilled.propTypes = iconPropTypes;
|
1399
1441
|
}
|
1400
|
-
var InfrastructureClassic = /*#__PURE__*/React__default.forwardRef(function InfrastructureClassic(
|
1401
|
-
var children =
|
1402
|
-
|
1403
|
-
size =
|
1404
|
-
rest = _objectWithoutProperties(
|
1442
|
+
var InfrastructureClassic = /*#__PURE__*/React__default.forwardRef(function InfrastructureClassic(_ref58, ref) {
|
1443
|
+
var children = _ref58.children,
|
1444
|
+
_ref58$size = _ref58.size,
|
1445
|
+
size = _ref58$size === undefined ? 16 : _ref58$size,
|
1446
|
+
rest = _objectWithoutProperties(_ref58, _excluded58);
|
1405
1447
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1406
1448
|
width: size,
|
1407
1449
|
height: size,
|
@@ -1409,20 +1451,20 @@ var InfrastructureClassic = /*#__PURE__*/React__default.forwardRef(function Infr
|
|
1409
1451
|
xmlns: "http://www.w3.org/2000/svg",
|
1410
1452
|
viewBox: "0 0 32 32",
|
1411
1453
|
fill: "currentColor"
|
1412
|
-
}, rest),
|
1454
|
+
}, rest), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
|
1413
1455
|
d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
|
1414
|
-
})),
|
1456
|
+
})), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
|
1415
1457
|
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"
|
1416
1458
|
})), children);
|
1417
1459
|
});
|
1418
1460
|
if (process.env.NODE_ENV !== "production") {
|
1419
1461
|
InfrastructureClassic.propTypes = iconPropTypes;
|
1420
1462
|
}
|
1421
|
-
var Insert = /*#__PURE__*/React__default.forwardRef(function Insert(
|
1422
|
-
var children =
|
1423
|
-
|
1424
|
-
size =
|
1425
|
-
rest = _objectWithoutProperties(
|
1463
|
+
var Insert = /*#__PURE__*/React__default.forwardRef(function Insert(_ref59, ref) {
|
1464
|
+
var children = _ref59.children,
|
1465
|
+
_ref59$size = _ref59.size,
|
1466
|
+
size = _ref59$size === undefined ? 16 : _ref59$size,
|
1467
|
+
rest = _objectWithoutProperties(_ref59, _excluded59);
|
1426
1468
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1427
1469
|
width: size,
|
1428
1470
|
height: size,
|
@@ -1430,18 +1472,18 @@ var Insert = /*#__PURE__*/React__default.forwardRef(function Insert(_ref57, ref)
|
|
1430
1472
|
xmlns: "http://www.w3.org/2000/svg",
|
1431
1473
|
viewBox: "0 0 32 32",
|
1432
1474
|
fill: "currentColor"
|
1433
|
-
}, rest),
|
1475
|
+
}, rest), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
|
1434
1476
|
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"
|
1435
1477
|
})), children);
|
1436
1478
|
});
|
1437
1479
|
if (process.env.NODE_ENV !== "production") {
|
1438
1480
|
Insert.propTypes = iconPropTypes;
|
1439
1481
|
}
|
1440
|
-
var InsertPage = /*#__PURE__*/React__default.forwardRef(function InsertPage(
|
1441
|
-
var children =
|
1442
|
-
|
1443
|
-
size =
|
1444
|
-
rest = _objectWithoutProperties(
|
1482
|
+
var InsertPage = /*#__PURE__*/React__default.forwardRef(function InsertPage(_ref60, ref) {
|
1483
|
+
var children = _ref60.children,
|
1484
|
+
_ref60$size = _ref60.size,
|
1485
|
+
size = _ref60$size === undefined ? 16 : _ref60$size,
|
1486
|
+
rest = _objectWithoutProperties(_ref60, _excluded60);
|
1445
1487
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1446
1488
|
width: size,
|
1447
1489
|
height: size,
|
@@ -1449,18 +1491,18 @@ var InsertPage = /*#__PURE__*/React__default.forwardRef(function InsertPage(_ref
|
|
1449
1491
|
xmlns: "http://www.w3.org/2000/svg",
|
1450
1492
|
viewBox: "0 0 32 32",
|
1451
1493
|
fill: "currentColor"
|
1452
|
-
}, rest),
|
1494
|
+
}, rest), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
|
1453
1495
|
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"
|
1454
1496
|
})), children);
|
1455
1497
|
});
|
1456
1498
|
if (process.env.NODE_ENV !== "production") {
|
1457
1499
|
InsertPage.propTypes = iconPropTypes;
|
1458
1500
|
}
|
1459
|
-
var InsertSyntax = /*#__PURE__*/React__default.forwardRef(function InsertSyntax(
|
1460
|
-
var children =
|
1461
|
-
|
1462
|
-
size =
|
1463
|
-
rest = _objectWithoutProperties(
|
1501
|
+
var InsertSyntax = /*#__PURE__*/React__default.forwardRef(function InsertSyntax(_ref61, ref) {
|
1502
|
+
var children = _ref61.children,
|
1503
|
+
_ref61$size = _ref61.size,
|
1504
|
+
size = _ref61$size === undefined ? 16 : _ref61$size,
|
1505
|
+
rest = _objectWithoutProperties(_ref61, _excluded61);
|
1464
1506
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1465
1507
|
width: size,
|
1466
1508
|
height: size,
|
@@ -1468,20 +1510,20 @@ var InsertSyntax = /*#__PURE__*/React__default.forwardRef(function InsertSyntax(
|
|
1468
1510
|
xmlns: "http://www.w3.org/2000/svg",
|
1469
1511
|
viewBox: "0 0 32 32",
|
1470
1512
|
fill: "currentColor"
|
1471
|
-
}, rest),
|
1513
|
+
}, rest), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
|
1472
1514
|
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"
|
1473
|
-
})),
|
1515
|
+
})), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
|
1474
1516
|
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"
|
1475
1517
|
})), children);
|
1476
1518
|
});
|
1477
1519
|
if (process.env.NODE_ENV !== "production") {
|
1478
1520
|
InsertSyntax.propTypes = iconPropTypes;
|
1479
1521
|
}
|
1480
|
-
var Inspection = /*#__PURE__*/React__default.forwardRef(function Inspection(
|
1481
|
-
var children =
|
1482
|
-
|
1483
|
-
size =
|
1484
|
-
rest = _objectWithoutProperties(
|
1522
|
+
var Inspection = /*#__PURE__*/React__default.forwardRef(function Inspection(_ref62, ref) {
|
1523
|
+
var children = _ref62.children,
|
1524
|
+
_ref62$size = _ref62.size,
|
1525
|
+
size = _ref62$size === undefined ? 16 : _ref62$size,
|
1526
|
+
rest = _objectWithoutProperties(_ref62, _excluded62);
|
1485
1527
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1486
1528
|
width: size,
|
1487
1529
|
height: size,
|
@@ -1489,20 +1531,20 @@ var Inspection = /*#__PURE__*/React__default.forwardRef(function Inspection(_ref
|
|
1489
1531
|
xmlns: "http://www.w3.org/2000/svg",
|
1490
1532
|
viewBox: "0 0 32 32",
|
1491
1533
|
fill: "currentColor"
|
1492
|
-
}, rest),
|
1534
|
+
}, rest), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
|
1493
1535
|
d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
|
1494
|
-
})),
|
1536
|
+
})), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
|
1495
1537
|
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"
|
1496
1538
|
})), children);
|
1497
1539
|
});
|
1498
1540
|
if (process.env.NODE_ENV !== "production") {
|
1499
1541
|
Inspection.propTypes = iconPropTypes;
|
1500
1542
|
}
|
1501
|
-
var InstanceBx = /*#__PURE__*/React__default.forwardRef(function InstanceBx(
|
1502
|
-
var children =
|
1503
|
-
|
1504
|
-
size =
|
1505
|
-
rest = _objectWithoutProperties(
|
1543
|
+
var InstanceBx = /*#__PURE__*/React__default.forwardRef(function InstanceBx(_ref63, ref) {
|
1544
|
+
var children = _ref63.children,
|
1545
|
+
_ref63$size = _ref63.size,
|
1546
|
+
size = _ref63$size === undefined ? 16 : _ref63$size,
|
1547
|
+
rest = _objectWithoutProperties(_ref63, _excluded63);
|
1506
1548
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1507
1549
|
width: size,
|
1508
1550
|
height: size,
|
@@ -1510,24 +1552,24 @@ var InstanceBx = /*#__PURE__*/React__default.forwardRef(function InstanceBx(_ref
|
|
1510
1552
|
xmlns: "http://www.w3.org/2000/svg",
|
1511
1553
|
viewBox: "0 0 32 32",
|
1512
1554
|
fill: "currentColor"
|
1513
|
-
}, rest),
|
1555
|
+
}, rest), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
|
1514
1556
|
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"
|
1515
1557
|
})), _circle22 || (_circle22 = /*#__PURE__*/React__default.createElement("circle", {
|
1516
1558
|
cx: "9",
|
1517
1559
|
cy: "27",
|
1518
1560
|
r: "1"
|
1519
|
-
})),
|
1561
|
+
})), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
|
1520
1562
|
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"
|
1521
1563
|
})), children);
|
1522
1564
|
});
|
1523
1565
|
if (process.env.NODE_ENV !== "production") {
|
1524
1566
|
InstanceBx.propTypes = iconPropTypes;
|
1525
1567
|
}
|
1526
|
-
var InstanceClassic = /*#__PURE__*/React__default.forwardRef(function InstanceClassic(
|
1527
|
-
var children =
|
1528
|
-
|
1529
|
-
size =
|
1530
|
-
rest = _objectWithoutProperties(
|
1568
|
+
var InstanceClassic = /*#__PURE__*/React__default.forwardRef(function InstanceClassic(_ref64, ref) {
|
1569
|
+
var children = _ref64.children,
|
1570
|
+
_ref64$size = _ref64.size,
|
1571
|
+
size = _ref64$size === undefined ? 16 : _ref64$size,
|
1572
|
+
rest = _objectWithoutProperties(_ref64, _excluded64);
|
1531
1573
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1532
1574
|
width: size,
|
1533
1575
|
height: size,
|
@@ -1535,24 +1577,24 @@ var InstanceClassic = /*#__PURE__*/React__default.forwardRef(function InstanceCl
|
|
1535
1577
|
xmlns: "http://www.w3.org/2000/svg",
|
1536
1578
|
viewBox: "0 0 32 32",
|
1537
1579
|
fill: "currentColor"
|
1538
|
-
}, rest),
|
1580
|
+
}, rest), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
|
1539
1581
|
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"
|
1540
1582
|
})), _circle23 || (_circle23 = /*#__PURE__*/React__default.createElement("circle", {
|
1541
1583
|
cx: "9",
|
1542
1584
|
cy: "27",
|
1543
1585
|
r: "1"
|
1544
|
-
})),
|
1586
|
+
})), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
|
1545
1587
|
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"
|
1546
1588
|
})), children);
|
1547
1589
|
});
|
1548
1590
|
if (process.env.NODE_ENV !== "production") {
|
1549
1591
|
InstanceClassic.propTypes = iconPropTypes;
|
1550
1592
|
}
|
1551
|
-
var InstanceCx = /*#__PURE__*/React__default.forwardRef(function InstanceCx(
|
1552
|
-
var children =
|
1553
|
-
|
1554
|
-
size =
|
1555
|
-
rest = _objectWithoutProperties(
|
1593
|
+
var InstanceCx = /*#__PURE__*/React__default.forwardRef(function InstanceCx(_ref65, ref) {
|
1594
|
+
var children = _ref65.children,
|
1595
|
+
_ref65$size = _ref65.size,
|
1596
|
+
size = _ref65$size === undefined ? 16 : _ref65$size,
|
1597
|
+
rest = _objectWithoutProperties(_ref65, _excluded65);
|
1556
1598
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1557
1599
|
width: size,
|
1558
1600
|
height: size,
|
@@ -1564,18 +1606,18 @@ var InstanceCx = /*#__PURE__*/React__default.forwardRef(function InstanceCx(_ref
|
|
1564
1606
|
cx: "9",
|
1565
1607
|
cy: "27",
|
1566
1608
|
r: "1"
|
1567
|
-
})),
|
1609
|
+
})), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1568
1610
|
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"
|
1569
1611
|
})), children);
|
1570
1612
|
});
|
1571
1613
|
if (process.env.NODE_ENV !== "production") {
|
1572
1614
|
InstanceCx.propTypes = iconPropTypes;
|
1573
1615
|
}
|
1574
|
-
var InstanceMx = /*#__PURE__*/React__default.forwardRef(function InstanceMx(
|
1575
|
-
var children =
|
1576
|
-
|
1577
|
-
size =
|
1578
|
-
rest = _objectWithoutProperties(
|
1616
|
+
var InstanceMx = /*#__PURE__*/React__default.forwardRef(function InstanceMx(_ref66, ref) {
|
1617
|
+
var children = _ref66.children,
|
1618
|
+
_ref66$size = _ref66.size,
|
1619
|
+
size = _ref66$size === undefined ? 16 : _ref66$size,
|
1620
|
+
rest = _objectWithoutProperties(_ref66, _excluded66);
|
1579
1621
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1580
1622
|
width: size,
|
1581
1623
|
height: size,
|
@@ -1583,24 +1625,24 @@ var InstanceMx = /*#__PURE__*/React__default.forwardRef(function InstanceMx(_ref
|
|
1583
1625
|
xmlns: "http://www.w3.org/2000/svg",
|
1584
1626
|
viewBox: "0 0 32 32",
|
1585
1627
|
fill: "currentColor"
|
1586
|
-
}, rest),
|
1628
|
+
}, rest), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
|
1587
1629
|
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"
|
1588
1630
|
})), _circle25 || (_circle25 = /*#__PURE__*/React__default.createElement("circle", {
|
1589
1631
|
cx: "9",
|
1590
1632
|
cy: "27",
|
1591
1633
|
r: "1"
|
1592
|
-
})),
|
1634
|
+
})), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
|
1593
1635
|
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"
|
1594
1636
|
})), children);
|
1595
1637
|
});
|
1596
1638
|
if (process.env.NODE_ENV !== "production") {
|
1597
1639
|
InstanceMx.propTypes = iconPropTypes;
|
1598
1640
|
}
|
1599
|
-
var InstanceVirtual = /*#__PURE__*/React__default.forwardRef(function InstanceVirtual(
|
1600
|
-
var children =
|
1601
|
-
|
1602
|
-
size =
|
1603
|
-
rest = _objectWithoutProperties(
|
1641
|
+
var InstanceVirtual = /*#__PURE__*/React__default.forwardRef(function InstanceVirtual(_ref67, ref) {
|
1642
|
+
var children = _ref67.children,
|
1643
|
+
_ref67$size = _ref67.size,
|
1644
|
+
size = _ref67$size === undefined ? 16 : _ref67$size,
|
1645
|
+
rest = _objectWithoutProperties(_ref67, _excluded67);
|
1604
1646
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1605
1647
|
width: size,
|
1606
1648
|
height: size,
|
@@ -1612,18 +1654,18 @@ var InstanceVirtual = /*#__PURE__*/React__default.forwardRef(function InstanceVi
|
|
1612
1654
|
cx: "7",
|
1613
1655
|
cy: "23",
|
1614
1656
|
r: "1"
|
1615
|
-
})),
|
1657
|
+
})), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
|
1616
1658
|
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"
|
1617
1659
|
})), children);
|
1618
1660
|
});
|
1619
1661
|
if (process.env.NODE_ENV !== "production") {
|
1620
1662
|
InstanceVirtual.propTypes = iconPropTypes;
|
1621
1663
|
}
|
1622
|
-
var Integration = /*#__PURE__*/React__default.forwardRef(function Integration(
|
1623
|
-
var children =
|
1624
|
-
|
1625
|
-
size =
|
1626
|
-
rest = _objectWithoutProperties(
|
1664
|
+
var Integration = /*#__PURE__*/React__default.forwardRef(function Integration(_ref68, ref) {
|
1665
|
+
var children = _ref68.children,
|
1666
|
+
_ref68$size = _ref68.size,
|
1667
|
+
size = _ref68$size === undefined ? 16 : _ref68$size,
|
1668
|
+
rest = _objectWithoutProperties(_ref68, _excluded68);
|
1627
1669
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1628
1670
|
width: size,
|
1629
1671
|
height: size,
|
@@ -1631,18 +1673,18 @@ var Integration = /*#__PURE__*/React__default.forwardRef(function Integration(_r
|
|
1631
1673
|
xmlns: "http://www.w3.org/2000/svg",
|
1632
1674
|
viewBox: "0 0 32 32",
|
1633
1675
|
fill: "currentColor"
|
1634
|
-
}, rest),
|
1676
|
+
}, rest), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
|
1635
1677
|
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"
|
1636
1678
|
})), children);
|
1637
1679
|
});
|
1638
1680
|
if (process.env.NODE_ENV !== "production") {
|
1639
1681
|
Integration.propTypes = iconPropTypes;
|
1640
1682
|
}
|
1641
|
-
var IntentRequestActive = /*#__PURE__*/React__default.forwardRef(function IntentRequestActive(
|
1642
|
-
var children =
|
1643
|
-
|
1644
|
-
size =
|
1645
|
-
rest = _objectWithoutProperties(
|
1683
|
+
var IntentRequestActive = /*#__PURE__*/React__default.forwardRef(function IntentRequestActive(_ref69, ref) {
|
1684
|
+
var children = _ref69.children,
|
1685
|
+
_ref69$size = _ref69.size,
|
1686
|
+
size = _ref69$size === undefined ? 16 : _ref69$size,
|
1687
|
+
rest = _objectWithoutProperties(_ref69, _excluded69);
|
1646
1688
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1647
1689
|
width: size,
|
1648
1690
|
height: size,
|
@@ -1650,20 +1692,20 @@ var IntentRequestActive = /*#__PURE__*/React__default.forwardRef(function Intent
|
|
1650
1692
|
xmlns: "http://www.w3.org/2000/svg",
|
1651
1693
|
viewBox: "0 0 32 32",
|
1652
1694
|
fill: "currentColor"
|
1653
|
-
}, rest),
|
1695
|
+
}, rest), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
|
1654
1696
|
d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
|
1655
|
-
})),
|
1697
|
+
})), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1656
1698
|
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"
|
1657
1699
|
})), children);
|
1658
1700
|
});
|
1659
1701
|
if (process.env.NODE_ENV !== "production") {
|
1660
1702
|
IntentRequestActive.propTypes = iconPropTypes;
|
1661
1703
|
}
|
1662
|
-
var IntentRequestCreate = /*#__PURE__*/React__default.forwardRef(function IntentRequestCreate(
|
1663
|
-
var children =
|
1664
|
-
|
1665
|
-
size =
|
1666
|
-
rest = _objectWithoutProperties(
|
1704
|
+
var IntentRequestCreate = /*#__PURE__*/React__default.forwardRef(function IntentRequestCreate(_ref70, ref) {
|
1705
|
+
var children = _ref70.children,
|
1706
|
+
_ref70$size = _ref70.size,
|
1707
|
+
size = _ref70$size === undefined ? 16 : _ref70$size,
|
1708
|
+
rest = _objectWithoutProperties(_ref70, _excluded70);
|
1667
1709
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1668
1710
|
width: size,
|
1669
1711
|
height: size,
|
@@ -1671,20 +1713,20 @@ var IntentRequestCreate = /*#__PURE__*/React__default.forwardRef(function Intent
|
|
1671
1713
|
xmlns: "http://www.w3.org/2000/svg",
|
1672
1714
|
viewBox: "0 0 32 32",
|
1673
1715
|
fill: "currentColor"
|
1674
|
-
}, rest),
|
1716
|
+
}, rest), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
|
1675
1717
|
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
|
1676
|
-
})),
|
1718
|
+
})), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
|
1677
1719
|
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"
|
1678
1720
|
})), children);
|
1679
1721
|
});
|
1680
1722
|
if (process.env.NODE_ENV !== "production") {
|
1681
1723
|
IntentRequestCreate.propTypes = iconPropTypes;
|
1682
1724
|
}
|
1683
|
-
var IntentRequestHeal = /*#__PURE__*/React__default.forwardRef(function IntentRequestHeal(
|
1684
|
-
var children =
|
1685
|
-
|
1686
|
-
size =
|
1687
|
-
rest = _objectWithoutProperties(
|
1725
|
+
var IntentRequestHeal = /*#__PURE__*/React__default.forwardRef(function IntentRequestHeal(_ref71, ref) {
|
1726
|
+
var children = _ref71.children,
|
1727
|
+
_ref71$size = _ref71.size,
|
1728
|
+
size = _ref71$size === undefined ? 16 : _ref71$size,
|
1729
|
+
rest = _objectWithoutProperties(_ref71, _excluded71);
|
1688
1730
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1689
1731
|
width: size,
|
1690
1732
|
height: size,
|
@@ -1692,20 +1734,20 @@ var IntentRequestHeal = /*#__PURE__*/React__default.forwardRef(function IntentRe
|
|
1692
1734
|
xmlns: "http://www.w3.org/2000/svg",
|
1693
1735
|
viewBox: "0 0 32 32",
|
1694
1736
|
fill: "currentColor"
|
1695
|
-
}, rest),
|
1737
|
+
}, rest), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
|
1696
1738
|
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"
|
1697
|
-
})),
|
1739
|
+
})), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
|
1698
1740
|
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"
|
1699
1741
|
})), children);
|
1700
1742
|
});
|
1701
1743
|
if (process.env.NODE_ENV !== "production") {
|
1702
1744
|
IntentRequestHeal.propTypes = iconPropTypes;
|
1703
1745
|
}
|
1704
|
-
var IntentRequestInactive = /*#__PURE__*/React__default.forwardRef(function IntentRequestInactive(
|
1705
|
-
var children =
|
1706
|
-
|
1707
|
-
size =
|
1708
|
-
rest = _objectWithoutProperties(
|
1746
|
+
var IntentRequestInactive = /*#__PURE__*/React__default.forwardRef(function IntentRequestInactive(_ref72, ref) {
|
1747
|
+
var children = _ref72.children,
|
1748
|
+
_ref72$size = _ref72.size,
|
1749
|
+
size = _ref72$size === undefined ? 16 : _ref72$size,
|
1750
|
+
rest = _objectWithoutProperties(_ref72, _excluded72);
|
1709
1751
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1710
1752
|
width: size,
|
1711
1753
|
height: size,
|
@@ -1725,18 +1767,18 @@ var IntentRequestInactive = /*#__PURE__*/React__default.forwardRef(function Inte
|
|
1725
1767
|
cx: "28.5",
|
1726
1768
|
cy: "22.5",
|
1727
1769
|
r: "1.5"
|
1728
|
-
})),
|
1770
|
+
})), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
|
1729
1771
|
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"
|
1730
1772
|
})), children);
|
1731
1773
|
});
|
1732
1774
|
if (process.env.NODE_ENV !== "production") {
|
1733
1775
|
IntentRequestInactive.propTypes = iconPropTypes;
|
1734
1776
|
}
|
1735
|
-
var IntentRequestScaleIn = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleIn(
|
1736
|
-
var children =
|
1737
|
-
|
1738
|
-
size =
|
1739
|
-
rest = _objectWithoutProperties(
|
1777
|
+
var IntentRequestScaleIn = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleIn(_ref73, ref) {
|
1778
|
+
var children = _ref73.children,
|
1779
|
+
_ref73$size = _ref73.size,
|
1780
|
+
size = _ref73$size === undefined ? 16 : _ref73$size,
|
1781
|
+
rest = _objectWithoutProperties(_ref73, _excluded73);
|
1740
1782
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1741
1783
|
width: size,
|
1742
1784
|
height: size,
|
@@ -1744,18 +1786,18 @@ var IntentRequestScaleIn = /*#__PURE__*/React__default.forwardRef(function Inten
|
|
1744
1786
|
xmlns: "http://www.w3.org/2000/svg",
|
1745
1787
|
viewBox: "0 0 32 32",
|
1746
1788
|
fill: "currentColor"
|
1747
|
-
}, rest),
|
1789
|
+
}, rest), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
|
1748
1790
|
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"
|
1749
1791
|
})), children);
|
1750
1792
|
});
|
1751
1793
|
if (process.env.NODE_ENV !== "production") {
|
1752
1794
|
IntentRequestScaleIn.propTypes = iconPropTypes;
|
1753
1795
|
}
|
1754
|
-
var IntentRequestScaleOut = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleOut(
|
1755
|
-
var children =
|
1756
|
-
|
1757
|
-
size =
|
1758
|
-
rest = _objectWithoutProperties(
|
1796
|
+
var IntentRequestScaleOut = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleOut(_ref74, ref) {
|
1797
|
+
var children = _ref74.children,
|
1798
|
+
_ref74$size = _ref74.size,
|
1799
|
+
size = _ref74$size === undefined ? 16 : _ref74$size,
|
1800
|
+
rest = _objectWithoutProperties(_ref74, _excluded74);
|
1759
1801
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1760
1802
|
width: size,
|
1761
1803
|
height: size,
|
@@ -1763,18 +1805,18 @@ var IntentRequestScaleOut = /*#__PURE__*/React__default.forwardRef(function Inte
|
|
1763
1805
|
xmlns: "http://www.w3.org/2000/svg",
|
1764
1806
|
viewBox: "0 0 32 32",
|
1765
1807
|
fill: "currentColor"
|
1766
|
-
}, rest),
|
1808
|
+
}, rest), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
|
1767
1809
|
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"
|
1768
1810
|
})), children);
|
1769
1811
|
});
|
1770
1812
|
if (process.env.NODE_ENV !== "production") {
|
1771
1813
|
IntentRequestScaleOut.propTypes = iconPropTypes;
|
1772
1814
|
}
|
1773
|
-
var IntentRequestUninstall = /*#__PURE__*/React__default.forwardRef(function IntentRequestUninstall(
|
1774
|
-
var children =
|
1775
|
-
|
1776
|
-
size =
|
1777
|
-
rest = _objectWithoutProperties(
|
1815
|
+
var IntentRequestUninstall = /*#__PURE__*/React__default.forwardRef(function IntentRequestUninstall(_ref75, ref) {
|
1816
|
+
var children = _ref75.children,
|
1817
|
+
_ref75$size = _ref75.size,
|
1818
|
+
size = _ref75$size === undefined ? 16 : _ref75$size,
|
1819
|
+
rest = _objectWithoutProperties(_ref75, _excluded75);
|
1778
1820
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1779
1821
|
width: size,
|
1780
1822
|
height: size,
|
@@ -1782,20 +1824,20 @@ var IntentRequestUninstall = /*#__PURE__*/React__default.forwardRef(function Int
|
|
1782
1824
|
xmlns: "http://www.w3.org/2000/svg",
|
1783
1825
|
viewBox: "0 0 32 32",
|
1784
1826
|
fill: "currentColor"
|
1785
|
-
}, rest),
|
1827
|
+
}, rest), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
|
1786
1828
|
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"
|
1787
|
-
})),
|
1829
|
+
})), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
|
1788
1830
|
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"
|
1789
1831
|
})), children);
|
1790
1832
|
});
|
1791
1833
|
if (process.env.NODE_ENV !== "production") {
|
1792
1834
|
IntentRequestUninstall.propTypes = iconPropTypes;
|
1793
1835
|
}
|
1794
|
-
var IntentRequestUpgrade = /*#__PURE__*/React__default.forwardRef(function IntentRequestUpgrade(
|
1795
|
-
var children =
|
1796
|
-
|
1797
|
-
size =
|
1798
|
-
rest = _objectWithoutProperties(
|
1836
|
+
var IntentRequestUpgrade = /*#__PURE__*/React__default.forwardRef(function IntentRequestUpgrade(_ref76, ref) {
|
1837
|
+
var children = _ref76.children,
|
1838
|
+
_ref76$size = _ref76.size,
|
1839
|
+
size = _ref76$size === undefined ? 16 : _ref76$size,
|
1840
|
+
rest = _objectWithoutProperties(_ref76, _excluded76);
|
1799
1841
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1800
1842
|
width: size,
|
1801
1843
|
height: size,
|
@@ -1803,20 +1845,20 @@ var IntentRequestUpgrade = /*#__PURE__*/React__default.forwardRef(function Inten
|
|
1803
1845
|
xmlns: "http://www.w3.org/2000/svg",
|
1804
1846
|
viewBox: "0 0 32 32",
|
1805
1847
|
fill: "currentColor"
|
1806
|
-
}, rest),
|
1848
|
+
}, rest), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
|
1807
1849
|
d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
|
1808
|
-
})),
|
1850
|
+
})), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
|
1809
1851
|
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"
|
1810
1852
|
})), children);
|
1811
1853
|
});
|
1812
1854
|
if (process.env.NODE_ENV !== "production") {
|
1813
1855
|
IntentRequestUpgrade.propTypes = iconPropTypes;
|
1814
1856
|
}
|
1815
|
-
var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(
|
1816
|
-
var children =
|
1817
|
-
|
1818
|
-
size =
|
1819
|
-
rest = _objectWithoutProperties(
|
1857
|
+
var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(_ref77, ref) {
|
1858
|
+
var children = _ref77.children,
|
1859
|
+
_ref77$size = _ref77.size,
|
1860
|
+
size = _ref77$size === undefined ? 16 : _ref77$size,
|
1861
|
+
rest = _objectWithoutProperties(_ref77, _excluded77);
|
1820
1862
|
if (size === 16 || size === "16" || size === "16px") {
|
1821
1863
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1822
1864
|
width: size,
|
@@ -1825,7 +1867,7 @@ var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(
|
|
1825
1867
|
xmlns: "http://www.w3.org/2000/svg",
|
1826
1868
|
viewBox: "0 0 16 16",
|
1827
1869
|
fill: "currentColor"
|
1828
|
-
}, rest),
|
1870
|
+
}, rest), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
|
1829
1871
|
fillRule: "evenodd",
|
1830
1872
|
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"
|
1831
1873
|
})), children);
|
@@ -1837,18 +1879,18 @@ var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(
|
|
1837
1879
|
xmlns: "http://www.w3.org/2000/svg",
|
1838
1880
|
viewBox: "0 0 32 32",
|
1839
1881
|
fill: "currentColor"
|
1840
|
-
}, rest),
|
1882
|
+
}, rest), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
|
1841
1883
|
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"
|
1842
1884
|
})), children);
|
1843
1885
|
});
|
1844
1886
|
if (process.env.NODE_ENV !== "production") {
|
1845
1887
|
Interactions.propTypes = iconPropTypes;
|
1846
1888
|
}
|
1847
|
-
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default.forwardRef(function WatsonHealthInteractiveSegmentationCursor(
|
1848
|
-
var children =
|
1849
|
-
|
1850
|
-
size =
|
1851
|
-
rest = _objectWithoutProperties(
|
1889
|
+
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref78, ref) {
|
1890
|
+
var children = _ref78.children,
|
1891
|
+
_ref78$size = _ref78.size,
|
1892
|
+
size = _ref78$size === undefined ? 16 : _ref78$size,
|
1893
|
+
rest = _objectWithoutProperties(_ref78, _excluded78);
|
1852
1894
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1853
1895
|
width: size,
|
1854
1896
|
height: size,
|
@@ -1856,29 +1898,29 @@ var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default.forw
|
|
1856
1898
|
xmlns: "http://www.w3.org/2000/svg",
|
1857
1899
|
viewBox: "0 0 32 32",
|
1858
1900
|
fill: "currentColor"
|
1859
|
-
}, rest),
|
1901
|
+
}, rest), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
|
1860
1902
|
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"
|
1861
|
-
})),
|
1903
|
+
})), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
|
1862
1904
|
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
|
1863
1905
|
transform: "rotate(-45 9 20)"
|
1864
|
-
})),
|
1906
|
+
})), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
|
1865
1907
|
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
1866
1908
|
transform: "rotate(-45 20 9)"
|
1867
|
-
})),
|
1909
|
+
})), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
|
1868
1910
|
d: "M7.586 7.586H10.414V10.414H7.586z",
|
1869
1911
|
transform: "rotate(-45 9 9)"
|
1870
|
-
})),
|
1912
|
+
})), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
|
1871
1913
|
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
1872
1914
|
})), children);
|
1873
1915
|
});
|
1874
1916
|
if (process.env.NODE_ENV !== "production") {
|
1875
1917
|
WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes;
|
1876
1918
|
}
|
1877
|
-
var InterfaceUsage = /*#__PURE__*/React__default.forwardRef(function InterfaceUsage(
|
1878
|
-
var children =
|
1879
|
-
|
1880
|
-
size =
|
1881
|
-
rest = _objectWithoutProperties(
|
1919
|
+
var InterfaceUsage = /*#__PURE__*/React__default.forwardRef(function InterfaceUsage(_ref79, ref) {
|
1920
|
+
var children = _ref79.children,
|
1921
|
+
_ref79$size = _ref79.size,
|
1922
|
+
size = _ref79$size === undefined ? 16 : _ref79$size,
|
1923
|
+
rest = _objectWithoutProperties(_ref79, _excluded79);
|
1882
1924
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1883
1925
|
width: size,
|
1884
1926
|
height: size,
|
@@ -1886,10 +1928,10 @@ var InterfaceUsage = /*#__PURE__*/React__default.forwardRef(function InterfaceUs
|
|
1886
1928
|
xmlns: "http://www.w3.org/2000/svg",
|
1887
1929
|
viewBox: "0 0 32 32",
|
1888
1930
|
fill: "currentColor"
|
1889
|
-
}, rest),
|
1931
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
|
1890
1932
|
strokeWidth: "0",
|
1891
1933
|
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"
|
1892
|
-
})),
|
1934
|
+
})), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
|
1893
1935
|
strokeWidth: "0",
|
1894
1936
|
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"
|
1895
1937
|
})), children);
|
@@ -1897,11 +1939,11 @@ var InterfaceUsage = /*#__PURE__*/React__default.forwardRef(function InterfaceUs
|
|
1897
1939
|
if (process.env.NODE_ENV !== "production") {
|
1898
1940
|
InterfaceUsage.propTypes = iconPropTypes;
|
1899
1941
|
}
|
1900
|
-
var Intersect = /*#__PURE__*/React__default.forwardRef(function Intersect(
|
1901
|
-
var children =
|
1902
|
-
|
1903
|
-
size =
|
1904
|
-
rest = _objectWithoutProperties(
|
1942
|
+
var Intersect = /*#__PURE__*/React__default.forwardRef(function Intersect(_ref80, ref) {
|
1943
|
+
var children = _ref80.children,
|
1944
|
+
_ref80$size = _ref80.size,
|
1945
|
+
size = _ref80$size === undefined ? 16 : _ref80$size,
|
1946
|
+
rest = _objectWithoutProperties(_ref80, _excluded80);
|
1905
1947
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1906
1948
|
width: size,
|
1907
1949
|
height: size,
|
@@ -1909,20 +1951,20 @@ var Intersect = /*#__PURE__*/React__default.forwardRef(function Intersect(_ref78
|
|
1909
1951
|
xmlns: "http://www.w3.org/2000/svg",
|
1910
1952
|
viewBox: "0 0 32 32",
|
1911
1953
|
fill: "currentColor"
|
1912
|
-
}, rest),
|
1954
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
|
1913
1955
|
d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
|
1914
|
-
})),
|
1956
|
+
})), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
|
1915
1957
|
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"
|
1916
1958
|
})), children);
|
1917
1959
|
});
|
1918
1960
|
if (process.env.NODE_ENV !== "production") {
|
1919
1961
|
Intersect.propTypes = iconPropTypes;
|
1920
1962
|
}
|
1921
|
-
var IntrusionPrevention = /*#__PURE__*/React__default.forwardRef(function IntrusionPrevention(
|
1922
|
-
var children =
|
1923
|
-
|
1924
|
-
size =
|
1925
|
-
rest = _objectWithoutProperties(
|
1963
|
+
var IntrusionPrevention = /*#__PURE__*/React__default.forwardRef(function IntrusionPrevention(_ref81, ref) {
|
1964
|
+
var children = _ref81.children,
|
1965
|
+
_ref81$size = _ref81.size,
|
1966
|
+
size = _ref81$size === undefined ? 16 : _ref81$size,
|
1967
|
+
rest = _objectWithoutProperties(_ref81, _excluded81);
|
1926
1968
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1927
1969
|
width: size,
|
1928
1970
|
height: size,
|
@@ -1934,20 +1976,20 @@ var IntrusionPrevention = /*#__PURE__*/React__default.forwardRef(function Intrus
|
|
1934
1976
|
cx: "22",
|
1935
1977
|
cy: "23.887",
|
1936
1978
|
r: "2"
|
1937
|
-
})),
|
1979
|
+
})), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
|
1938
1980
|
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"
|
1939
|
-
})),
|
1981
|
+
})), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
|
1940
1982
|
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"
|
1941
1983
|
})), children);
|
1942
1984
|
});
|
1943
1985
|
if (process.env.NODE_ENV !== "production") {
|
1944
1986
|
IntrusionPrevention.propTypes = iconPropTypes;
|
1945
1987
|
}
|
1946
|
-
var InventoryManagement = /*#__PURE__*/React__default.forwardRef(function InventoryManagement(
|
1947
|
-
var children =
|
1948
|
-
|
1949
|
-
size =
|
1950
|
-
rest = _objectWithoutProperties(
|
1988
|
+
var InventoryManagement = /*#__PURE__*/React__default.forwardRef(function InventoryManagement(_ref82, ref) {
|
1989
|
+
var children = _ref82.children,
|
1990
|
+
_ref82$size = _ref82.size,
|
1991
|
+
size = _ref82$size === undefined ? 16 : _ref82$size,
|
1992
|
+
rest = _objectWithoutProperties(_ref82, _excluded82);
|
1951
1993
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1952
1994
|
width: size,
|
1953
1995
|
height: size,
|
@@ -1955,20 +1997,20 @@ var InventoryManagement = /*#__PURE__*/React__default.forwardRef(function Invent
|
|
1955
1997
|
xmlns: "http://www.w3.org/2000/svg",
|
1956
1998
|
viewBox: "0 0 32 32",
|
1957
1999
|
fill: "currentColor"
|
1958
|
-
}, rest),
|
2000
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
|
1959
2001
|
d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
|
1960
|
-
})),
|
2002
|
+
})), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
|
1961
2003
|
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"
|
1962
2004
|
})), children);
|
1963
2005
|
});
|
1964
2006
|
if (process.env.NODE_ENV !== "production") {
|
1965
2007
|
InventoryManagement.propTypes = iconPropTypes;
|
1966
2008
|
}
|
1967
|
-
var IotConnect = /*#__PURE__*/React__default.forwardRef(function IotConnect(
|
1968
|
-
var children =
|
1969
|
-
|
1970
|
-
size =
|
1971
|
-
rest = _objectWithoutProperties(
|
2009
|
+
var IotConnect = /*#__PURE__*/React__default.forwardRef(function IotConnect(_ref83, ref) {
|
2010
|
+
var children = _ref83.children,
|
2011
|
+
_ref83$size = _ref83.size,
|
2012
|
+
size = _ref83$size === undefined ? 16 : _ref83$size,
|
2013
|
+
rest = _objectWithoutProperties(_ref83, _excluded83);
|
1972
2014
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1973
2015
|
width: size,
|
1974
2016
|
height: size,
|
@@ -1976,20 +2018,20 @@ var IotConnect = /*#__PURE__*/React__default.forwardRef(function IotConnect(_ref
|
|
1976
2018
|
xmlns: "http://www.w3.org/2000/svg",
|
1977
2019
|
viewBox: "0 0 32 32",
|
1978
2020
|
fill: "currentColor"
|
1979
|
-
}, rest),
|
2021
|
+
}, rest), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
|
1980
2022
|
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"
|
1981
|
-
})),
|
2023
|
+
})), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
|
1982
2024
|
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"
|
1983
2025
|
})), children);
|
1984
2026
|
});
|
1985
2027
|
if (process.env.NODE_ENV !== "production") {
|
1986
2028
|
IotConnect.propTypes = iconPropTypes;
|
1987
2029
|
}
|
1988
|
-
var IotPlatform = /*#__PURE__*/React__default.forwardRef(function IotPlatform(
|
1989
|
-
var children =
|
1990
|
-
|
1991
|
-
size =
|
1992
|
-
rest = _objectWithoutProperties(
|
2030
|
+
var IotPlatform = /*#__PURE__*/React__default.forwardRef(function IotPlatform(_ref84, ref) {
|
2031
|
+
var children = _ref84.children,
|
2032
|
+
_ref84$size = _ref84.size,
|
2033
|
+
size = _ref84$size === undefined ? 16 : _ref84$size,
|
2034
|
+
rest = _objectWithoutProperties(_ref84, _excluded84);
|
1993
2035
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1994
2036
|
width: size,
|
1995
2037
|
height: size,
|
@@ -1997,22 +2039,22 @@ var IotPlatform = /*#__PURE__*/React__default.forwardRef(function IotPlatform(_r
|
|
1997
2039
|
xmlns: "http://www.w3.org/2000/svg",
|
1998
2040
|
viewBox: "0 0 32 32",
|
1999
2041
|
fill: "currentColor"
|
2000
|
-
}, rest),
|
2042
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
|
2001
2043
|
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"
|
2002
|
-
})),
|
2044
|
+
})), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
|
2003
2045
|
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
2004
|
-
})),
|
2046
|
+
})), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
|
2005
2047
|
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
2006
2048
|
})), children);
|
2007
2049
|
});
|
2008
2050
|
if (process.env.NODE_ENV !== "production") {
|
2009
2051
|
IotPlatform.propTypes = iconPropTypes;
|
2010
2052
|
}
|
2011
|
-
var Ip = /*#__PURE__*/React__default.forwardRef(function Ip(
|
2012
|
-
var children =
|
2013
|
-
|
2014
|
-
size =
|
2015
|
-
rest = _objectWithoutProperties(
|
2053
|
+
var Ip = /*#__PURE__*/React__default.forwardRef(function Ip(_ref85, ref) {
|
2054
|
+
var children = _ref85.children,
|
2055
|
+
_ref85$size = _ref85.size,
|
2056
|
+
size = _ref85$size === undefined ? 16 : _ref85$size,
|
2057
|
+
rest = _objectWithoutProperties(_ref85, _excluded85);
|
2016
2058
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2017
2059
|
width: size,
|
2018
2060
|
height: size,
|
@@ -2020,7 +2062,7 @@ var Ip = /*#__PURE__*/React__default.forwardRef(function Ip(_ref83, ref) {
|
|
2020
2062
|
xmlns: "http://www.w3.org/2000/svg",
|
2021
2063
|
viewBox: "0 0 32 32",
|
2022
2064
|
fill: "currentColor"
|
2023
|
-
}, rest),
|
2065
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
|
2024
2066
|
strokeWidth: "0",
|
2025
2067
|
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"
|
2026
2068
|
})), children);
|
@@ -2028,11 +2070,11 @@ var Ip = /*#__PURE__*/React__default.forwardRef(function Ip(_ref83, ref) {
|
|
2028
2070
|
if (process.env.NODE_ENV !== "production") {
|
2029
2071
|
Ip.propTypes = iconPropTypes;
|
2030
2072
|
}
|
2031
|
-
var Iso = /*#__PURE__*/React__default.forwardRef(function Iso(
|
2032
|
-
var children =
|
2033
|
-
|
2034
|
-
size =
|
2035
|
-
rest = _objectWithoutProperties(
|
2073
|
+
var Iso = /*#__PURE__*/React__default.forwardRef(function Iso(_ref86, ref) {
|
2074
|
+
var children = _ref86.children,
|
2075
|
+
_ref86$size = _ref86.size,
|
2076
|
+
size = _ref86$size === undefined ? 16 : _ref86$size,
|
2077
|
+
rest = _objectWithoutProperties(_ref86, _excluded86);
|
2036
2078
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2037
2079
|
width: size,
|
2038
2080
|
height: size,
|
@@ -2040,18 +2082,18 @@ var Iso = /*#__PURE__*/React__default.forwardRef(function Iso(_ref84, ref) {
|
|
2040
2082
|
xmlns: "http://www.w3.org/2000/svg",
|
2041
2083
|
viewBox: "0 0 32 32",
|
2042
2084
|
fill: "currentColor"
|
2043
|
-
}, rest),
|
2085
|
+
}, rest), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
|
2044
2086
|
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"
|
2045
2087
|
})), children);
|
2046
2088
|
});
|
2047
2089
|
if (process.env.NODE_ENV !== "production") {
|
2048
2090
|
Iso.propTypes = iconPropTypes;
|
2049
2091
|
}
|
2050
|
-
var IsoFilled = /*#__PURE__*/React__default.forwardRef(function IsoFilled(
|
2051
|
-
var children =
|
2052
|
-
|
2053
|
-
size =
|
2054
|
-
rest = _objectWithoutProperties(
|
2092
|
+
var IsoFilled = /*#__PURE__*/React__default.forwardRef(function IsoFilled(_ref87, ref) {
|
2093
|
+
var children = _ref87.children,
|
2094
|
+
_ref87$size = _ref87.size,
|
2095
|
+
size = _ref87$size === undefined ? 16 : _ref87$size,
|
2096
|
+
rest = _objectWithoutProperties(_ref87, _excluded87);
|
2055
2097
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2056
2098
|
width: size,
|
2057
2099
|
height: size,
|
@@ -2059,20 +2101,20 @@ var IsoFilled = /*#__PURE__*/React__default.forwardRef(function IsoFilled(_ref85
|
|
2059
2101
|
xmlns: "http://www.w3.org/2000/svg",
|
2060
2102
|
viewBox: "0 0 32 32",
|
2061
2103
|
fill: "currentColor"
|
2062
|
-
}, rest),
|
2104
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
|
2063
2105
|
d: "M21 13H24V19H21z"
|
2064
|
-
})),
|
2106
|
+
})), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
|
2065
2107
|
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"
|
2066
2108
|
})), children);
|
2067
2109
|
});
|
2068
2110
|
if (process.env.NODE_ENV !== "production") {
|
2069
2111
|
IsoFilled.propTypes = iconPropTypes;
|
2070
2112
|
}
|
2071
|
-
var IsoOutline = /*#__PURE__*/React__default.forwardRef(function IsoOutline(
|
2072
|
-
var children =
|
2073
|
-
|
2074
|
-
size =
|
2075
|
-
rest = _objectWithoutProperties(
|
2113
|
+
var IsoOutline = /*#__PURE__*/React__default.forwardRef(function IsoOutline(_ref88, ref) {
|
2114
|
+
var children = _ref88.children,
|
2115
|
+
_ref88$size = _ref88.size,
|
2116
|
+
size = _ref88$size === undefined ? 16 : _ref88$size,
|
2117
|
+
rest = _objectWithoutProperties(_ref88, _excluded88);
|
2076
2118
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2077
2119
|
width: size,
|
2078
2120
|
height: size,
|
@@ -2080,20 +2122,20 @@ var IsoOutline = /*#__PURE__*/React__default.forwardRef(function IsoOutline(_ref
|
|
2080
2122
|
xmlns: "http://www.w3.org/2000/svg",
|
2081
2123
|
viewBox: "0 0 32 32",
|
2082
2124
|
fill: "currentColor"
|
2083
|
-
}, rest),
|
2125
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
|
2084
2126
|
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"
|
2085
|
-
})),
|
2127
|
+
})), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
|
2086
2128
|
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"
|
2087
2129
|
})), children);
|
2088
2130
|
});
|
2089
2131
|
if (process.env.NODE_ENV !== "production") {
|
2090
2132
|
IsoOutline.propTypes = iconPropTypes;
|
2091
2133
|
}
|
2092
|
-
var JobDaemon = /*#__PURE__*/React__default.forwardRef(function JobDaemon(
|
2093
|
-
var children =
|
2094
|
-
|
2095
|
-
size =
|
2096
|
-
rest = _objectWithoutProperties(
|
2134
|
+
var JobDaemon = /*#__PURE__*/React__default.forwardRef(function JobDaemon(_ref89, ref) {
|
2135
|
+
var children = _ref89.children,
|
2136
|
+
_ref89$size = _ref89.size,
|
2137
|
+
size = _ref89$size === undefined ? 16 : _ref89$size,
|
2138
|
+
rest = _objectWithoutProperties(_ref89, _excluded89);
|
2097
2139
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2098
2140
|
width: size,
|
2099
2141
|
height: size,
|
@@ -2101,18 +2143,18 @@ var JobDaemon = /*#__PURE__*/React__default.forwardRef(function JobDaemon(_ref87
|
|
2101
2143
|
xmlns: "http://www.w3.org/2000/svg",
|
2102
2144
|
viewBox: "0 0 32 32",
|
2103
2145
|
fill: "currentColor"
|
2104
|
-
}, rest),
|
2146
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
|
2105
2147
|
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"
|
2106
2148
|
})), children);
|
2107
2149
|
});
|
2108
2150
|
if (process.env.NODE_ENV !== "production") {
|
2109
2151
|
JobDaemon.propTypes = iconPropTypes;
|
2110
2152
|
}
|
2111
|
-
var JobRun = /*#__PURE__*/React__default.forwardRef(function JobRun(
|
2112
|
-
var children =
|
2113
|
-
|
2114
|
-
size =
|
2115
|
-
rest = _objectWithoutProperties(
|
2153
|
+
var JobRun = /*#__PURE__*/React__default.forwardRef(function JobRun(_ref90, ref) {
|
2154
|
+
var children = _ref90.children,
|
2155
|
+
_ref90$size = _ref90.size,
|
2156
|
+
size = _ref90$size === undefined ? 16 : _ref90$size,
|
2157
|
+
rest = _objectWithoutProperties(_ref90, _excluded90);
|
2116
2158
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2117
2159
|
width: size,
|
2118
2160
|
height: size,
|
@@ -2120,18 +2162,18 @@ var JobRun = /*#__PURE__*/React__default.forwardRef(function JobRun(_ref88, ref)
|
|
2120
2162
|
xmlns: "http://www.w3.org/2000/svg",
|
2121
2163
|
viewBox: "0 0 32 32",
|
2122
2164
|
fill: "currentColor"
|
2123
|
-
}, rest),
|
2165
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
|
2124
2166
|
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"
|
2125
2167
|
})), children);
|
2126
2168
|
});
|
2127
2169
|
if (process.env.NODE_ENV !== "production") {
|
2128
2170
|
JobRun.propTypes = iconPropTypes;
|
2129
2171
|
}
|
2130
|
-
var JoinFull = /*#__PURE__*/React__default.forwardRef(function JoinFull(
|
2131
|
-
var children =
|
2132
|
-
|
2133
|
-
size =
|
2134
|
-
rest = _objectWithoutProperties(
|
2172
|
+
var JoinFull = /*#__PURE__*/React__default.forwardRef(function JoinFull(_ref91, ref) {
|
2173
|
+
var children = _ref91.children,
|
2174
|
+
_ref91$size = _ref91.size,
|
2175
|
+
size = _ref91$size === undefined ? 16 : _ref91$size,
|
2176
|
+
rest = _objectWithoutProperties(_ref91, _excluded91);
|
2135
2177
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2136
2178
|
width: size,
|
2137
2179
|
height: size,
|
@@ -2139,26 +2181,26 @@ var JoinFull = /*#__PURE__*/React__default.forwardRef(function JoinFull(_ref89,
|
|
2139
2181
|
xmlns: "http://www.w3.org/2000/svg",
|
2140
2182
|
viewBox: "0 0 32 32",
|
2141
2183
|
fill: "currentColor"
|
2142
|
-
}, rest),
|
2184
|
+
}, rest), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
|
2143
2185
|
fill: "none",
|
2144
2186
|
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",
|
2145
2187
|
"data-icon-path": "inner-path"
|
2146
|
-
})),
|
2188
|
+
})), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
|
2147
2189
|
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"
|
2148
|
-
})),
|
2190
|
+
})), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
|
2149
2191
|
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
2150
|
-
})),
|
2192
|
+
})), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
|
2151
2193
|
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"
|
2152
2194
|
})), children);
|
2153
2195
|
});
|
2154
2196
|
if (process.env.NODE_ENV !== "production") {
|
2155
2197
|
JoinFull.propTypes = iconPropTypes;
|
2156
2198
|
}
|
2157
|
-
var JoinInner = /*#__PURE__*/React__default.forwardRef(function JoinInner(
|
2158
|
-
var children =
|
2159
|
-
|
2160
|
-
size =
|
2161
|
-
rest = _objectWithoutProperties(
|
2199
|
+
var JoinInner = /*#__PURE__*/React__default.forwardRef(function JoinInner(_ref92, ref) {
|
2200
|
+
var children = _ref92.children,
|
2201
|
+
_ref92$size = _ref92.size,
|
2202
|
+
size = _ref92$size === undefined ? 16 : _ref92$size,
|
2203
|
+
rest = _objectWithoutProperties(_ref92, _excluded92);
|
2162
2204
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2163
2205
|
width: size,
|
2164
2206
|
height: size,
|
@@ -2166,18 +2208,18 @@ var JoinInner = /*#__PURE__*/React__default.forwardRef(function JoinInner(_ref90
|
|
2166
2208
|
xmlns: "http://www.w3.org/2000/svg",
|
2167
2209
|
viewBox: "0 0 32 32",
|
2168
2210
|
fill: "currentColor"
|
2169
|
-
}, rest),
|
2211
|
+
}, rest), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
|
2170
2212
|
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"
|
2171
2213
|
})), children);
|
2172
2214
|
});
|
2173
2215
|
if (process.env.NODE_ENV !== "production") {
|
2174
2216
|
JoinInner.propTypes = iconPropTypes;
|
2175
2217
|
}
|
2176
|
-
var JoinLeft = /*#__PURE__*/React__default.forwardRef(function JoinLeft(
|
2177
|
-
var children =
|
2178
|
-
|
2179
|
-
size =
|
2180
|
-
rest = _objectWithoutProperties(
|
2218
|
+
var JoinLeft = /*#__PURE__*/React__default.forwardRef(function JoinLeft(_ref93, ref) {
|
2219
|
+
var children = _ref93.children,
|
2220
|
+
_ref93$size = _ref93.size,
|
2221
|
+
size = _ref93$size === undefined ? 16 : _ref93$size,
|
2222
|
+
rest = _objectWithoutProperties(_ref93, _excluded93);
|
2181
2223
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2182
2224
|
width: size,
|
2183
2225
|
height: size,
|
@@ -2185,26 +2227,26 @@ var JoinLeft = /*#__PURE__*/React__default.forwardRef(function JoinLeft(_ref91,
|
|
2185
2227
|
xmlns: "http://www.w3.org/2000/svg",
|
2186
2228
|
viewBox: "0 0 32 32",
|
2187
2229
|
fill: "currentColor"
|
2188
|
-
}, rest),
|
2230
|
+
}, rest), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
|
2189
2231
|
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"
|
2190
|
-
})),
|
2232
|
+
})), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
|
2191
2233
|
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"
|
2192
|
-
})),
|
2234
|
+
})), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
|
2193
2235
|
fill: "none",
|
2194
2236
|
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",
|
2195
2237
|
"data-icon-path": "inner-path"
|
2196
|
-
})),
|
2238
|
+
})), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
|
2197
2239
|
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"
|
2198
2240
|
})), children);
|
2199
2241
|
});
|
2200
2242
|
if (process.env.NODE_ENV !== "production") {
|
2201
2243
|
JoinLeft.propTypes = iconPropTypes;
|
2202
2244
|
}
|
2203
|
-
var JoinOuter = /*#__PURE__*/React__default.forwardRef(function JoinOuter(
|
2204
|
-
var children =
|
2205
|
-
|
2206
|
-
size =
|
2207
|
-
rest = _objectWithoutProperties(
|
2245
|
+
var JoinOuter = /*#__PURE__*/React__default.forwardRef(function JoinOuter(_ref94, ref) {
|
2246
|
+
var children = _ref94.children,
|
2247
|
+
_ref94$size = _ref94.size,
|
2248
|
+
size = _ref94$size === undefined ? 16 : _ref94$size,
|
2249
|
+
rest = _objectWithoutProperties(_ref94, _excluded94);
|
2208
2250
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2209
2251
|
width: size,
|
2210
2252
|
height: size,
|
@@ -2212,18 +2254,18 @@ var JoinOuter = /*#__PURE__*/React__default.forwardRef(function JoinOuter(_ref92
|
|
2212
2254
|
xmlns: "http://www.w3.org/2000/svg",
|
2213
2255
|
viewBox: "0 0 32 32",
|
2214
2256
|
fill: "currentColor"
|
2215
|
-
}, rest),
|
2257
|
+
}, rest), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
|
2216
2258
|
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"
|
2217
2259
|
})), children);
|
2218
2260
|
});
|
2219
2261
|
if (process.env.NODE_ENV !== "production") {
|
2220
2262
|
JoinOuter.propTypes = iconPropTypes;
|
2221
2263
|
}
|
2222
|
-
var JoinRight = /*#__PURE__*/React__default.forwardRef(function JoinRight(
|
2223
|
-
var children =
|
2224
|
-
|
2225
|
-
size =
|
2226
|
-
rest = _objectWithoutProperties(
|
2264
|
+
var JoinRight = /*#__PURE__*/React__default.forwardRef(function JoinRight(_ref95, ref) {
|
2265
|
+
var children = _ref95.children,
|
2266
|
+
_ref95$size = _ref95.size,
|
2267
|
+
size = _ref95$size === undefined ? 16 : _ref95$size,
|
2268
|
+
rest = _objectWithoutProperties(_ref95, _excluded95);
|
2227
2269
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2228
2270
|
width: size,
|
2229
2271
|
height: size,
|
@@ -2231,26 +2273,26 @@ var JoinRight = /*#__PURE__*/React__default.forwardRef(function JoinRight(_ref93
|
|
2231
2273
|
xmlns: "http://www.w3.org/2000/svg",
|
2232
2274
|
viewBox: "0 0 32 32",
|
2233
2275
|
fill: "currentColor"
|
2234
|
-
}, rest),
|
2276
|
+
}, rest), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
|
2235
2277
|
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"
|
2236
|
-
})),
|
2278
|
+
})), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
|
2237
2279
|
fill: "none",
|
2238
2280
|
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",
|
2239
2281
|
"data-icon-path": "inner-path"
|
2240
|
-
})),
|
2282
|
+
})), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
|
2241
2283
|
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"
|
2242
|
-
})),
|
2284
|
+
})), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
|
2243
2285
|
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"
|
2244
2286
|
})), children);
|
2245
2287
|
});
|
2246
2288
|
if (process.env.NODE_ENV !== "production") {
|
2247
2289
|
JoinRight.propTypes = iconPropTypes;
|
2248
|
-
}
|
2249
|
-
var JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(
|
2250
|
-
var children =
|
2251
|
-
|
2252
|
-
size =
|
2253
|
-
rest = _objectWithoutProperties(
|
2290
|
+
}
|
2291
|
+
var JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(_ref96, ref) {
|
2292
|
+
var children = _ref96.children,
|
2293
|
+
_ref96$size = _ref96.size,
|
2294
|
+
size = _ref96$size === undefined ? 16 : _ref96$size,
|
2295
|
+
rest = _objectWithoutProperties(_ref96, _excluded96);
|
2254
2296
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2255
2297
|
width: size,
|
2256
2298
|
height: size,
|
@@ -2258,7 +2300,7 @@ var JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(_ref94,
|
|
2258
2300
|
xmlns: "http://www.w3.org/2000/svg",
|
2259
2301
|
viewBox: "0 0 32 32",
|
2260
2302
|
fill: "currentColor"
|
2261
|
-
}, rest),
|
2303
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
|
2262
2304
|
strokeWidth: "0",
|
2263
2305
|
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"
|
2264
2306
|
})), children);
|
@@ -2266,11 +2308,11 @@ var JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(_ref94,
|
|
2266
2308
|
if (process.env.NODE_ENV !== "production") {
|
2267
2309
|
JoinNode.propTypes = iconPropTypes;
|
2268
2310
|
}
|
2269
|
-
var Jpg = /*#__PURE__*/React__default.forwardRef(function Jpg(
|
2270
|
-
var children =
|
2271
|
-
|
2272
|
-
size =
|
2273
|
-
rest = _objectWithoutProperties(
|
2311
|
+
var Jpg = /*#__PURE__*/React__default.forwardRef(function Jpg(_ref97, ref) {
|
2312
|
+
var children = _ref97.children,
|
2313
|
+
_ref97$size = _ref97.size,
|
2314
|
+
size = _ref97$size === undefined ? 16 : _ref97$size,
|
2315
|
+
rest = _objectWithoutProperties(_ref97, _excluded97);
|
2274
2316
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2275
2317
|
width: size,
|
2276
2318
|
height: size,
|
@@ -2278,18 +2320,18 @@ var Jpg = /*#__PURE__*/React__default.forwardRef(function Jpg(_ref95, ref) {
|
|
2278
2320
|
xmlns: "http://www.w3.org/2000/svg",
|
2279
2321
|
viewBox: "0 0 32 32",
|
2280
2322
|
fill: "currentColor"
|
2281
|
-
}, rest),
|
2323
|
+
}, rest), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
|
2282
2324
|
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"
|
2283
2325
|
})), children);
|
2284
2326
|
});
|
2285
2327
|
if (process.env.NODE_ENV !== "production") {
|
2286
2328
|
Jpg.propTypes = iconPropTypes;
|
2287
2329
|
}
|
2288
|
-
var JsError = /*#__PURE__*/React__default.forwardRef(function JsError(
|
2289
|
-
var children =
|
2290
|
-
|
2291
|
-
size =
|
2292
|
-
rest = _objectWithoutProperties(
|
2330
|
+
var JsError = /*#__PURE__*/React__default.forwardRef(function JsError(_ref98, ref) {
|
2331
|
+
var children = _ref98.children,
|
2332
|
+
_ref98$size = _ref98.size,
|
2333
|
+
size = _ref98$size === undefined ? 16 : _ref98$size,
|
2334
|
+
rest = _objectWithoutProperties(_ref98, _excluded98);
|
2293
2335
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2294
2336
|
width: size,
|
2295
2337
|
height: size,
|
@@ -2297,20 +2339,20 @@ var JsError = /*#__PURE__*/React__default.forwardRef(function JsError(_ref96, re
|
|
2297
2339
|
xmlns: "http://www.w3.org/2000/svg",
|
2298
2340
|
viewBox: "0 0 32 32",
|
2299
2341
|
fill: "currentColor"
|
2300
|
-
}, rest),
|
2342
|
+
}, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
|
2301
2343
|
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"
|
2302
|
-
})),
|
2344
|
+
})), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
|
2303
2345
|
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"
|
2304
2346
|
})), children);
|
2305
2347
|
});
|
2306
2348
|
if (process.env.NODE_ENV !== "production") {
|
2307
2349
|
JsError.propTypes = iconPropTypes;
|
2308
2350
|
}
|
2309
|
-
var Json = /*#__PURE__*/React__default.forwardRef(function Json(
|
2310
|
-
var children =
|
2311
|
-
|
2312
|
-
size =
|
2313
|
-
rest = _objectWithoutProperties(
|
2351
|
+
var Json = /*#__PURE__*/React__default.forwardRef(function Json(_ref99, ref) {
|
2352
|
+
var children = _ref99.children,
|
2353
|
+
_ref99$size = _ref99.size,
|
2354
|
+
size = _ref99$size === undefined ? 16 : _ref99$size,
|
2355
|
+
rest = _objectWithoutProperties(_ref99, _excluded99);
|
2314
2356
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2315
2357
|
width: size,
|
2316
2358
|
height: size,
|
@@ -2318,18 +2360,18 @@ var Json = /*#__PURE__*/React__default.forwardRef(function Json(_ref97, ref) {
|
|
2318
2360
|
xmlns: "http://www.w3.org/2000/svg",
|
2319
2361
|
viewBox: "0 0 32 32",
|
2320
2362
|
fill: "currentColor"
|
2321
|
-
}, rest),
|
2363
|
+
}, rest), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
|
2322
2364
|
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"
|
2323
2365
|
})), children);
|
2324
2366
|
});
|
2325
2367
|
if (process.env.NODE_ENV !== "production") {
|
2326
2368
|
Json.propTypes = iconPropTypes;
|
2327
2369
|
}
|
2328
|
-
var JsonReference = /*#__PURE__*/React__default.forwardRef(function JsonReference(
|
2329
|
-
var children =
|
2330
|
-
|
2331
|
-
size =
|
2332
|
-
rest = _objectWithoutProperties(
|
2370
|
+
var JsonReference = /*#__PURE__*/React__default.forwardRef(function JsonReference(_ref100, ref) {
|
2371
|
+
var children = _ref100.children,
|
2372
|
+
_ref100$size = _ref100.size,
|
2373
|
+
size = _ref100$size === undefined ? 16 : _ref100$size,
|
2374
|
+
rest = _objectWithoutProperties(_ref100, _excluded100);
|
2333
2375
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2334
2376
|
width: size,
|
2335
2377
|
height: size,
|
@@ -2337,18 +2379,18 @@ var JsonReference = /*#__PURE__*/React__default.forwardRef(function JsonReferenc
|
|
2337
2379
|
xmlns: "http://www.w3.org/2000/svg",
|
2338
2380
|
viewBox: "0 0 32 32",
|
2339
2381
|
fill: "currentColor"
|
2340
|
-
}, rest),
|
2382
|
+
}, rest), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
|
2341
2383
|
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"
|
2342
2384
|
})), children);
|
2343
2385
|
});
|
2344
2386
|
if (process.env.NODE_ENV !== "production") {
|
2345
2387
|
JsonReference.propTypes = iconPropTypes;
|
2346
2388
|
}
|
2347
|
-
var JumpLink = /*#__PURE__*/React__default.forwardRef(function JumpLink(
|
2348
|
-
var children =
|
2349
|
-
|
2350
|
-
size =
|
2351
|
-
rest = _objectWithoutProperties(
|
2389
|
+
var JumpLink = /*#__PURE__*/React__default.forwardRef(function JumpLink(_ref101, ref) {
|
2390
|
+
var children = _ref101.children,
|
2391
|
+
_ref101$size = _ref101.size,
|
2392
|
+
size = _ref101$size === undefined ? 16 : _ref101$size,
|
2393
|
+
rest = _objectWithoutProperties(_ref101, _excluded101);
|
2352
2394
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2353
2395
|
width: size,
|
2354
2396
|
height: size,
|
@@ -2356,18 +2398,18 @@ var JumpLink = /*#__PURE__*/React__default.forwardRef(function JumpLink(_ref99,
|
|
2356
2398
|
xmlns: "http://www.w3.org/2000/svg",
|
2357
2399
|
viewBox: "0 0 32 32",
|
2358
2400
|
fill: "currentColor"
|
2359
|
-
}, rest),
|
2401
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
|
2360
2402
|
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"
|
2361
2403
|
})), children);
|
2362
2404
|
});
|
2363
2405
|
if (process.env.NODE_ENV !== "production") {
|
2364
2406
|
JumpLink.propTypes = iconPropTypes;
|
2365
2407
|
}
|
2366
|
-
var KeepDry = /*#__PURE__*/React__default.forwardRef(function KeepDry(
|
2367
|
-
var children =
|
2368
|
-
|
2369
|
-
size =
|
2370
|
-
rest = _objectWithoutProperties(
|
2408
|
+
var KeepDry = /*#__PURE__*/React__default.forwardRef(function KeepDry(_ref102, ref) {
|
2409
|
+
var children = _ref102.children,
|
2410
|
+
_ref102$size = _ref102.size,
|
2411
|
+
size = _ref102$size === undefined ? 16 : _ref102$size,
|
2412
|
+
rest = _objectWithoutProperties(_ref102, _excluded102);
|
2371
2413
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2372
2414
|
width: size,
|
2373
2415
|
height: size,
|
@@ -2375,20 +2417,20 @@ var KeepDry = /*#__PURE__*/React__default.forwardRef(function KeepDry(_ref100, r
|
|
2375
2417
|
xmlns: "http://www.w3.org/2000/svg",
|
2376
2418
|
viewBox: "0 0 32 32",
|
2377
2419
|
fill: "currentColor"
|
2378
|
-
}, rest),
|
2420
|
+
}, rest), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
|
2379
2421
|
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"
|
2380
|
-
})),
|
2422
|
+
})), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
|
2381
2423
|
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"
|
2382
2424
|
})), children);
|
2383
2425
|
});
|
2384
2426
|
if (process.env.NODE_ENV !== "production") {
|
2385
2427
|
KeepDry.propTypes = iconPropTypes;
|
2386
2428
|
}
|
2387
|
-
var Key = /*#__PURE__*/React__default.forwardRef(function Key(
|
2388
|
-
var children =
|
2389
|
-
|
2390
|
-
size =
|
2391
|
-
rest = _objectWithoutProperties(
|
2429
|
+
var Key = /*#__PURE__*/React__default.forwardRef(function Key(_ref103, ref) {
|
2430
|
+
var children = _ref103.children,
|
2431
|
+
_ref103$size = _ref103.size,
|
2432
|
+
size = _ref103$size === undefined ? 16 : _ref103$size,
|
2433
|
+
rest = _objectWithoutProperties(_ref103, _excluded103);
|
2392
2434
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2393
2435
|
width: size,
|
2394
2436
|
height: size,
|
@@ -2396,7 +2438,7 @@ var Key = /*#__PURE__*/React__default.forwardRef(function Key(_ref101, ref) {
|
|
2396
2438
|
xmlns: "http://www.w3.org/2000/svg",
|
2397
2439
|
viewBox: "0 0 32 32",
|
2398
2440
|
fill: "currentColor"
|
2399
|
-
}, rest),
|
2441
|
+
}, rest), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
|
2400
2442
|
strokeWidth: "0",
|
2401
2443
|
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"
|
2402
2444
|
})), children);
|
@@ -2404,11 +2446,11 @@ var Key = /*#__PURE__*/React__default.forwardRef(function Key(_ref101, ref) {
|
|
2404
2446
|
if (process.env.NODE_ENV !== "production") {
|
2405
2447
|
Key.propTypes = iconPropTypes;
|
2406
2448
|
}
|
2407
|
-
var Keyboard = /*#__PURE__*/React__default.forwardRef(function Keyboard(
|
2408
|
-
var children =
|
2409
|
-
|
2410
|
-
size =
|
2411
|
-
rest = _objectWithoutProperties(
|
2449
|
+
var Keyboard = /*#__PURE__*/React__default.forwardRef(function Keyboard(_ref104, ref) {
|
2450
|
+
var children = _ref104.children,
|
2451
|
+
_ref104$size = _ref104.size,
|
2452
|
+
size = _ref104$size === undefined ? 16 : _ref104$size,
|
2453
|
+
rest = _objectWithoutProperties(_ref104, _excluded104);
|
2412
2454
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2413
2455
|
width: size,
|
2414
2456
|
height: size,
|
@@ -2416,20 +2458,20 @@ var Keyboard = /*#__PURE__*/React__default.forwardRef(function Keyboard(_ref102,
|
|
2416
2458
|
xmlns: "http://www.w3.org/2000/svg",
|
2417
2459
|
viewBox: "0 0 32 32",
|
2418
2460
|
fill: "currentColor"
|
2419
|
-
}, rest),
|
2461
|
+
}, rest), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
|
2420
2462
|
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"
|
2421
|
-
})),
|
2463
|
+
})), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
|
2422
2464
|
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
2423
2465
|
})), children);
|
2424
2466
|
});
|
2425
2467
|
if (process.env.NODE_ENV !== "production") {
|
2426
2468
|
Keyboard.propTypes = iconPropTypes;
|
2427
2469
|
}
|
2428
|
-
var KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(
|
2429
|
-
var children =
|
2430
|
-
|
2431
|
-
size =
|
2432
|
-
rest = _objectWithoutProperties(
|
2470
|
+
var KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(_ref105, ref) {
|
2471
|
+
var children = _ref105.children,
|
2472
|
+
_ref105$size = _ref105.size,
|
2473
|
+
size = _ref105$size === undefined ? 16 : _ref105$size,
|
2474
|
+
rest = _objectWithoutProperties(_ref105, _excluded105);
|
2433
2475
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2434
2476
|
width: size,
|
2435
2477
|
height: size,
|
@@ -2437,20 +2479,20 @@ var KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(_r
|
|
2437
2479
|
xmlns: "http://www.w3.org/2000/svg",
|
2438
2480
|
viewBox: "0 0 32 32",
|
2439
2481
|
fill: "currentColor"
|
2440
|
-
}, rest),
|
2482
|
+
}, rest), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
|
2441
2483
|
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
2442
|
-
})),
|
2484
|
+
})), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
|
2443
2485
|
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"
|
2444
2486
|
})), children);
|
2445
2487
|
});
|
2446
2488
|
if (process.env.NODE_ENV !== "production") {
|
2447
2489
|
KeyboardOff.propTypes = iconPropTypes;
|
2448
2490
|
}
|
2449
|
-
var Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(
|
2450
|
-
var children =
|
2451
|
-
|
2452
|
-
size =
|
2453
|
-
rest = _objectWithoutProperties(
|
2491
|
+
var Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref106, ref) {
|
2492
|
+
var children = _ref106.children,
|
2493
|
+
_ref106$size = _ref106.size,
|
2494
|
+
size = _ref106$size === undefined ? 16 : _ref106$size,
|
2495
|
+
rest = _objectWithoutProperties(_ref106, _excluded106);
|
2454
2496
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2455
2497
|
width: size,
|
2456
2498
|
height: size,
|
@@ -2458,10 +2500,10 @@ var Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref104, r
|
|
2458
2500
|
xmlns: "http://www.w3.org/2000/svg",
|
2459
2501
|
viewBox: "0 0 32 32",
|
2460
2502
|
fill: "currentColor"
|
2461
|
-
}, rest),
|
2503
|
+
}, rest), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
|
2462
2504
|
strokeWidth: "0",
|
2463
2505
|
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"
|
2464
|
-
})),
|
2506
|
+
})), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
|
2465
2507
|
strokeWidth: "0",
|
2466
2508
|
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
2467
2509
|
})), children);
|
@@ -2469,11 +2511,11 @@ var Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref104, r
|
|
2469
2511
|
if (process.env.NODE_ENV !== "production") {
|
2470
2512
|
Kubelet.propTypes = iconPropTypes;
|
2471
2513
|
}
|
2472
|
-
var Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(
|
2473
|
-
var children =
|
2474
|
-
|
2475
|
-
size =
|
2476
|
-
rest = _objectWithoutProperties(
|
2514
|
+
var Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(_ref107, ref) {
|
2515
|
+
var children = _ref107.children,
|
2516
|
+
_ref107$size = _ref107.size,
|
2517
|
+
size = _ref107$size === undefined ? 16 : _ref107$size,
|
2518
|
+
rest = _objectWithoutProperties(_ref107, _excluded107);
|
2477
2519
|
if (process.env.NODE_ENV !== "production") {
|
2478
2520
|
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
2479
2521
|
didWarnAboutDeprecation["Kubernetes"] = true;
|
@@ -2487,18 +2529,18 @@ var Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(_ref
|
|
2487
2529
|
xmlns: "http://www.w3.org/2000/svg",
|
2488
2530
|
viewBox: "0 0 32 32",
|
2489
2531
|
fill: "currentColor"
|
2490
|
-
}, rest),
|
2532
|
+
}, rest), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
|
2491
2533
|
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"
|
2492
2534
|
})), children);
|
2493
2535
|
});
|
2494
2536
|
if (process.env.NODE_ENV !== "production") {
|
2495
2537
|
Kubernetes.propTypes = iconPropTypes;
|
2496
2538
|
}
|
2497
|
-
var KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function KubernetesControlPlaneNode(
|
2498
|
-
var children =
|
2499
|
-
|
2500
|
-
size =
|
2501
|
-
rest = _objectWithoutProperties(
|
2539
|
+
var KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function KubernetesControlPlaneNode(_ref108, ref) {
|
2540
|
+
var children = _ref108.children,
|
2541
|
+
_ref108$size = _ref108.size,
|
2542
|
+
size = _ref108$size === undefined ? 16 : _ref108$size,
|
2543
|
+
rest = _objectWithoutProperties(_ref108, _excluded108);
|
2502
2544
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2503
2545
|
width: size,
|
2504
2546
|
height: size,
|
@@ -2506,11 +2548,11 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function
|
|
2506
2548
|
xmlns: "http://www.w3.org/2000/svg",
|
2507
2549
|
viewBox: "0 0 32 32",
|
2508
2550
|
fill: "currentColor"
|
2509
|
-
}, rest),
|
2551
|
+
}, rest), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
|
2510
2552
|
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"
|
2511
|
-
})),
|
2553
|
+
})), _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
|
2512
2554
|
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"
|
2513
|
-
})),
|
2555
|
+
})), _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
|
2514
2556
|
fill: "none",
|
2515
2557
|
d: "M0 0h32v32H0z"
|
2516
2558
|
})), children);
|
@@ -2518,11 +2560,11 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function
|
|
2518
2560
|
if (process.env.NODE_ENV !== "production") {
|
2519
2561
|
KubernetesControlPlaneNode.propTypes = iconPropTypes;
|
2520
2562
|
}
|
2521
|
-
var KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function KubernetesIpAddress(
|
2522
|
-
var children =
|
2523
|
-
|
2524
|
-
size =
|
2525
|
-
rest = _objectWithoutProperties(
|
2563
|
+
var KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function KubernetesIpAddress(_ref109, ref) {
|
2564
|
+
var children = _ref109.children,
|
2565
|
+
_ref109$size = _ref109.size,
|
2566
|
+
size = _ref109$size === undefined ? 16 : _ref109$size,
|
2567
|
+
rest = _objectWithoutProperties(_ref109, _excluded109);
|
2526
2568
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2527
2569
|
width: size,
|
2528
2570
|
height: size,
|
@@ -2538,18 +2580,18 @@ var KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function Kubern
|
|
2538
2580
|
cx: "16",
|
2539
2581
|
cy: "16",
|
2540
2582
|
r: "2"
|
2541
|
-
})),
|
2583
|
+
})), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
|
2542
2584
|
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"
|
2543
2585
|
})), children);
|
2544
2586
|
});
|
2545
2587
|
if (process.env.NODE_ENV !== "production") {
|
2546
2588
|
KubernetesIpAddress.propTypes = iconPropTypes;
|
2547
2589
|
}
|
2548
|
-
var KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function KubernetesOperator(
|
2549
|
-
var children =
|
2550
|
-
|
2551
|
-
size =
|
2552
|
-
rest = _objectWithoutProperties(
|
2590
|
+
var KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function KubernetesOperator(_ref110, ref) {
|
2591
|
+
var children = _ref110.children,
|
2592
|
+
_ref110$size = _ref110.size,
|
2593
|
+
size = _ref110$size === undefined ? 16 : _ref110$size,
|
2594
|
+
rest = _objectWithoutProperties(_ref110, _excluded110);
|
2553
2595
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2554
2596
|
width: size,
|
2555
2597
|
height: size,
|
@@ -2557,10 +2599,10 @@ var KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function Kuberne
|
|
2557
2599
|
xmlns: "http://www.w3.org/2000/svg",
|
2558
2600
|
viewBox: "0 0 32 32",
|
2559
2601
|
fill: "currentColor"
|
2560
|
-
}, rest),
|
2602
|
+
}, rest), _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
|
2561
2603
|
strokeWidth: "0",
|
2562
2604
|
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"
|
2563
|
-
})),
|
2605
|
+
})), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
|
2564
2606
|
strokeWidth: "0",
|
2565
2607
|
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"
|
2566
2608
|
})), children);
|
@@ -2568,11 +2610,11 @@ var KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function Kuberne
|
|
2568
2610
|
if (process.env.NODE_ENV !== "production") {
|
2569
2611
|
KubernetesOperator.propTypes = iconPropTypes;
|
2570
2612
|
}
|
2571
|
-
var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPod(
|
2572
|
-
var children =
|
2573
|
-
|
2574
|
-
size =
|
2575
|
-
rest = _objectWithoutProperties(
|
2613
|
+
var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPod(_ref111, ref) {
|
2614
|
+
var children = _ref111.children,
|
2615
|
+
_ref111$size = _ref111.size,
|
2616
|
+
size = _ref111$size === undefined ? 16 : _ref111$size,
|
2617
|
+
rest = _objectWithoutProperties(_ref111, _excluded111);
|
2576
2618
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2577
2619
|
width: size,
|
2578
2620
|
height: size,
|
@@ -2580,20 +2622,20 @@ var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPo
|
|
2580
2622
|
xmlns: "http://www.w3.org/2000/svg",
|
2581
2623
|
viewBox: "0 0 32 32",
|
2582
2624
|
fill: "currentColor"
|
2583
|
-
}, rest),
|
2625
|
+
}, rest), _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
|
2584
2626
|
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"
|
2585
|
-
})),
|
2627
|
+
})), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
|
2586
2628
|
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"
|
2587
2629
|
})), children);
|
2588
2630
|
});
|
2589
2631
|
if (process.env.NODE_ENV !== "production") {
|
2590
2632
|
KubernetesPod.propTypes = iconPropTypes;
|
2591
2633
|
}
|
2592
|
-
var KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function KubernetesWorkerNode(
|
2593
|
-
var children =
|
2594
|
-
|
2595
|
-
size =
|
2596
|
-
rest = _objectWithoutProperties(
|
2634
|
+
var KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function KubernetesWorkerNode(_ref112, ref) {
|
2635
|
+
var children = _ref112.children,
|
2636
|
+
_ref112$size = _ref112.size,
|
2637
|
+
size = _ref112$size === undefined ? 16 : _ref112$size,
|
2638
|
+
rest = _objectWithoutProperties(_ref112, _excluded112);
|
2597
2639
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2598
2640
|
width: size,
|
2599
2641
|
height: size,
|
@@ -2601,11 +2643,11 @@ var KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function Kuber
|
|
2601
2643
|
xmlns: "http://www.w3.org/2000/svg",
|
2602
2644
|
viewBox: "0 0 32 32",
|
2603
2645
|
fill: "currentColor"
|
2604
|
-
}, rest),
|
2646
|
+
}, rest), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
|
2605
2647
|
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"
|
2606
|
-
})),
|
2648
|
+
})), _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
|
2607
2649
|
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"
|
2608
|
-
})),
|
2650
|
+
})), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
|
2609
2651
|
fill: "none",
|
2610
2652
|
d: "M0 0h32v32H0z"
|
2611
2653
|
})), children);
|
@@ -2613,11 +2655,11 @@ var KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function Kuber
|
|
2613
2655
|
if (process.env.NODE_ENV !== "production") {
|
2614
2656
|
KubernetesWorkerNode.propTypes = iconPropTypes;
|
2615
2657
|
}
|
2616
|
-
var Label = /*#__PURE__*/React__default.forwardRef(function Label(
|
2617
|
-
var children =
|
2618
|
-
|
2619
|
-
size =
|
2620
|
-
rest = _objectWithoutProperties(
|
2658
|
+
var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref113, ref) {
|
2659
|
+
var children = _ref113.children,
|
2660
|
+
_ref113$size = _ref113.size,
|
2661
|
+
size = _ref113$size === undefined ? 16 : _ref113$size,
|
2662
|
+
rest = _objectWithoutProperties(_ref113, _excluded113);
|
2621
2663
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2622
2664
|
width: size,
|
2623
2665
|
height: size,
|
@@ -2625,20 +2667,20 @@ var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref111, ref)
|
|
2625
2667
|
xmlns: "http://www.w3.org/2000/svg",
|
2626
2668
|
viewBox: "0 0 32 32",
|
2627
2669
|
fill: "currentColor"
|
2628
|
-
}, rest),
|
2670
|
+
}, rest), _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
|
2629
2671
|
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"
|
2630
|
-
})),
|
2672
|
+
})), _path212 || (_path212 = /*#__PURE__*/React__default.createElement("path", {
|
2631
2673
|
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"
|
2632
2674
|
})), children);
|
2633
2675
|
});
|
2634
2676
|
if (process.env.NODE_ENV !== "production") {
|
2635
2677
|
Label.propTypes = iconPropTypes;
|
2636
2678
|
}
|
2637
|
-
var Language = /*#__PURE__*/React__default.forwardRef(function Language(
|
2638
|
-
var children =
|
2639
|
-
|
2640
|
-
size =
|
2641
|
-
rest = _objectWithoutProperties(
|
2679
|
+
var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref114, ref) {
|
2680
|
+
var children = _ref114.children,
|
2681
|
+
_ref114$size = _ref114.size,
|
2682
|
+
size = _ref114$size === undefined ? 16 : _ref114$size,
|
2683
|
+
rest = _objectWithoutProperties(_ref114, _excluded114);
|
2642
2684
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2643
2685
|
width: size,
|
2644
2686
|
height: size,
|
@@ -2646,18 +2688,18 @@ var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref112,
|
|
2646
2688
|
xmlns: "http://www.w3.org/2000/svg",
|
2647
2689
|
viewBox: "0 0 32 32",
|
2648
2690
|
fill: "currentColor"
|
2649
|
-
}, rest),
|
2691
|
+
}, rest), _path213 || (_path213 = /*#__PURE__*/React__default.createElement("path", {
|
2650
2692
|
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"
|
2651
2693
|
})), children);
|
2652
2694
|
});
|
2653
2695
|
if (process.env.NODE_ENV !== "production") {
|
2654
2696
|
Language.propTypes = iconPropTypes;
|
2655
2697
|
}
|
2656
|
-
var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(
|
2657
|
-
var children =
|
2658
|
-
|
2659
|
-
size =
|
2660
|
-
rest = _objectWithoutProperties(
|
2698
|
+
var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref115, ref) {
|
2699
|
+
var children = _ref115.children,
|
2700
|
+
_ref115$size = _ref115.size,
|
2701
|
+
size = _ref115$size === undefined ? 16 : _ref115$size,
|
2702
|
+
rest = _objectWithoutProperties(_ref115, _excluded115);
|
2661
2703
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2662
2704
|
width: size,
|
2663
2705
|
height: size,
|
@@ -2665,21 +2707,21 @@ var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref113, ref
|
|
2665
2707
|
xmlns: "http://www.w3.org/2000/svg",
|
2666
2708
|
viewBox: "0 0 32 32",
|
2667
2709
|
fill: "currentColor"
|
2668
|
-
}, rest),
|
2710
|
+
}, rest), _path214 || (_path214 = /*#__PURE__*/React__default.createElement("path", {
|
2669
2711
|
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",
|
2670
2712
|
transform: "translate(0 .005)"
|
2671
|
-
})),
|
2713
|
+
})), _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
|
2672
2714
|
d: "M2 26.005H30V28.005H2z"
|
2673
2715
|
})), children);
|
2674
2716
|
});
|
2675
2717
|
if (process.env.NODE_ENV !== "production") {
|
2676
2718
|
Laptop.propTypes = iconPropTypes;
|
2677
2719
|
}
|
2678
|
-
var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(
|
2679
|
-
var children =
|
2680
|
-
|
2681
|
-
size =
|
2682
|
-
rest = _objectWithoutProperties(
|
2720
|
+
var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref116, ref) {
|
2721
|
+
var children = _ref116.children,
|
2722
|
+
_ref116$size = _ref116.size,
|
2723
|
+
size = _ref116$size === undefined ? 16 : _ref116$size,
|
2724
|
+
rest = _objectWithoutProperties(_ref116, _excluded116);
|
2683
2725
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2684
2726
|
width: size,
|
2685
2727
|
height: size,
|
@@ -2687,18 +2729,18 @@ var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref114, ref)
|
|
2687
2729
|
xmlns: "http://www.w3.org/2000/svg",
|
2688
2730
|
viewBox: "0 0 32 32",
|
2689
2731
|
fill: "currentColor"
|
2690
|
-
}, rest),
|
2732
|
+
}, rest), _path216 || (_path216 = /*#__PURE__*/React__default.createElement("path", {
|
2691
2733
|
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"
|
2692
2734
|
})), children);
|
2693
2735
|
});
|
2694
2736
|
if (process.env.NODE_ENV !== "production") {
|
2695
2737
|
Lasso.propTypes = iconPropTypes;
|
2696
2738
|
}
|
2697
|
-
var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(
|
2698
|
-
var children =
|
2699
|
-
|
2700
|
-
size =
|
2701
|
-
rest = _objectWithoutProperties(
|
2739
|
+
var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(_ref117, ref) {
|
2740
|
+
var children = _ref117.children,
|
2741
|
+
_ref117$size = _ref117.size,
|
2742
|
+
size = _ref117$size === undefined ? 16 : _ref117$size,
|
2743
|
+
rest = _objectWithoutProperties(_ref117, _excluded117);
|
2702
2744
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2703
2745
|
width: size,
|
2704
2746
|
height: size,
|
@@ -2706,18 +2748,18 @@ var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(
|
|
2706
2748
|
xmlns: "http://www.w3.org/2000/svg",
|
2707
2749
|
viewBox: "0 0 32 32",
|
2708
2750
|
fill: "currentColor"
|
2709
|
-
}, rest),
|
2751
|
+
}, rest), _path217 || (_path217 = /*#__PURE__*/React__default.createElement("path", {
|
2710
2752
|
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"
|
2711
2753
|
})), children);
|
2712
2754
|
});
|
2713
2755
|
if (process.env.NODE_ENV !== "production") {
|
2714
2756
|
LassoPolygon.propTypes = iconPropTypes;
|
2715
2757
|
}
|
2716
|
-
var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(
|
2717
|
-
var children =
|
2718
|
-
|
2719
|
-
size =
|
2720
|
-
rest = _objectWithoutProperties(
|
2758
|
+
var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref118, ref) {
|
2759
|
+
var children = _ref118.children,
|
2760
|
+
_ref118$size = _ref118.size,
|
2761
|
+
size = _ref118$size === undefined ? 16 : _ref118$size,
|
2762
|
+
rest = _objectWithoutProperties(_ref118, _excluded118);
|
2721
2763
|
if (size === 16 || size === "16" || size === "16px") {
|
2722
2764
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2723
2765
|
width: size,
|
@@ -2726,9 +2768,9 @@ var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref116, ref
|
|
2726
2768
|
xmlns: "http://www.w3.org/2000/svg",
|
2727
2769
|
viewBox: "0 0 16 16",
|
2728
2770
|
fill: "currentColor"
|
2729
|
-
}, rest),
|
2771
|
+
}, rest), _path218 || (_path218 = /*#__PURE__*/React__default.createElement("path", {
|
2730
2772
|
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"
|
2731
|
-
})),
|
2773
|
+
})), _path219 || (_path219 = /*#__PURE__*/React__default.createElement("path", {
|
2732
2774
|
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
2733
2775
|
})), children);
|
2734
2776
|
}
|
@@ -2739,20 +2781,20 @@ var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref116, ref
|
|
2739
2781
|
xmlns: "http://www.w3.org/2000/svg",
|
2740
2782
|
viewBox: "0 0 32 32",
|
2741
2783
|
fill: "currentColor"
|
2742
|
-
}, rest),
|
2784
|
+
}, rest), _path220 || (_path220 = /*#__PURE__*/React__default.createElement("path", {
|
2743
2785
|
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"
|
2744
|
-
})),
|
2786
|
+
})), _path221 || (_path221 = /*#__PURE__*/React__default.createElement("path", {
|
2745
2787
|
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
2746
2788
|
})), children);
|
2747
2789
|
});
|
2748
2790
|
if (process.env.NODE_ENV !== "production") {
|
2749
2791
|
Launch.propTypes = iconPropTypes;
|
2750
2792
|
}
|
2751
|
-
var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_1(
|
2752
|
-
var children =
|
2753
|
-
|
2754
|
-
size =
|
2755
|
-
rest = _objectWithoutProperties(
|
2793
|
+
var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_1(_ref119, ref) {
|
2794
|
+
var children = _ref119.children,
|
2795
|
+
_ref119$size = _ref119.size,
|
2796
|
+
size = _ref119$size === undefined ? 16 : _ref119$size,
|
2797
|
+
rest = _objectWithoutProperties(_ref119, _excluded119);
|
2756
2798
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2757
2799
|
width: size,
|
2758
2800
|
height: size,
|
@@ -2764,20 +2806,20 @@ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function
|
|
2764
2806
|
cx: "23",
|
2765
2807
|
cy: "25",
|
2766
2808
|
r: "1"
|
2767
|
-
})),
|
2809
|
+
})), _path222 || (_path222 = /*#__PURE__*/React__default.createElement("path", {
|
2768
2810
|
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"
|
2769
|
-
})),
|
2811
|
+
})), _path223 || (_path223 = /*#__PURE__*/React__default.createElement("path", {
|
2770
2812
|
d: "M8 24H20V26H8z"
|
2771
2813
|
})), children);
|
2772
2814
|
});
|
2773
2815
|
if (process.env.NODE_ENV !== "production") {
|
2774
2816
|
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
|
2775
2817
|
}
|
2776
|
-
var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_2(
|
2777
|
-
var children =
|
2778
|
-
|
2779
|
-
size =
|
2780
|
-
rest = _objectWithoutProperties(
|
2818
|
+
var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_2(_ref120, ref) {
|
2819
|
+
var children = _ref120.children,
|
2820
|
+
_ref120$size = _ref120.size,
|
2821
|
+
size = _ref120$size === undefined ? 16 : _ref120$size,
|
2822
|
+
rest = _objectWithoutProperties(_ref120, _excluded120);
|
2781
2823
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2782
2824
|
width: size,
|
2783
2825
|
height: size,
|
@@ -2789,20 +2831,20 @@ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function
|
|
2789
2831
|
cx: "23",
|
2790
2832
|
cy: "7",
|
2791
2833
|
r: "1"
|
2792
|
-
})),
|
2834
|
+
})), _path224 || (_path224 = /*#__PURE__*/React__default.createElement("path", {
|
2793
2835
|
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"
|
2794
|
-
})),
|
2836
|
+
})), _path225 || (_path225 = /*#__PURE__*/React__default.createElement("path", {
|
2795
2837
|
d: "M8 6H20V8H8z"
|
2796
2838
|
})), children);
|
2797
2839
|
});
|
2798
2840
|
if (process.env.NODE_ENV !== "production") {
|
2799
2841
|
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
|
2800
2842
|
}
|
2801
|
-
var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_3(
|
2802
|
-
var children =
|
2803
|
-
|
2804
|
-
size =
|
2805
|
-
rest = _objectWithoutProperties(
|
2843
|
+
var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_3(_ref121, ref) {
|
2844
|
+
var children = _ref121.children,
|
2845
|
+
_ref121$size = _ref121.size,
|
2846
|
+
size = _ref121$size === undefined ? 16 : _ref121$size,
|
2847
|
+
rest = _objectWithoutProperties(_ref121, _excluded121);
|
2806
2848
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2807
2849
|
width: size,
|
2808
2850
|
height: size,
|
@@ -2814,20 +2856,20 @@ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function
|
|
2814
2856
|
cx: "23",
|
2815
2857
|
cy: "25",
|
2816
2858
|
r: "1"
|
2817
|
-
})),
|
2859
|
+
})), _path226 || (_path226 = /*#__PURE__*/React__default.createElement("path", {
|
2818
2860
|
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"
|
2819
|
-
})),
|
2861
|
+
})), _path227 || (_path227 = /*#__PURE__*/React__default.createElement("path", {
|
2820
2862
|
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
2821
2863
|
})), children);
|
2822
2864
|
});
|
2823
2865
|
if (process.env.NODE_ENV !== "production") {
|
2824
2866
|
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
|
2825
2867
|
}
|
2826
|
-
var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(
|
2827
|
-
var children =
|
2828
|
-
|
2829
|
-
size =
|
2830
|
-
rest = _objectWithoutProperties(
|
2868
|
+
var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref122, ref) {
|
2869
|
+
var children = _ref122.children,
|
2870
|
+
_ref122$size = _ref122.size,
|
2871
|
+
size = _ref122$size === undefined ? 16 : _ref122$size,
|
2872
|
+
rest = _objectWithoutProperties(_ref122, _excluded122);
|
2831
2873
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2832
2874
|
width: size,
|
2833
2875
|
height: size,
|
@@ -2835,20 +2877,20 @@ var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref120, ref
|
|
2835
2877
|
xmlns: "http://www.w3.org/2000/svg",
|
2836
2878
|
viewBox: "0 0 32 32",
|
2837
2879
|
fill: "currentColor"
|
2838
|
-
}, rest),
|
2880
|
+
}, rest), _path228 || (_path228 = /*#__PURE__*/React__default.createElement("path", {
|
2839
2881
|
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"
|
2840
|
-
})),
|
2882
|
+
})), _path229 || (_path229 = /*#__PURE__*/React__default.createElement("path", {
|
2841
2883
|
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"
|
2842
2884
|
})), children);
|
2843
2885
|
});
|
2844
2886
|
if (process.env.NODE_ENV !== "production") {
|
2845
2887
|
Layers.propTypes = iconPropTypes;
|
2846
2888
|
}
|
2847
|
-
var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExternal(
|
2848
|
-
var children =
|
2849
|
-
|
2850
|
-
size =
|
2851
|
-
rest = _objectWithoutProperties(
|
2889
|
+
var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExternal(_ref123, ref) {
|
2890
|
+
var children = _ref123.children,
|
2891
|
+
_ref123$size = _ref123.size,
|
2892
|
+
size = _ref123$size === undefined ? 16 : _ref123$size,
|
2893
|
+
rest = _objectWithoutProperties(_ref123, _excluded123);
|
2852
2894
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2853
2895
|
width: size,
|
2854
2896
|
height: size,
|
@@ -2856,10 +2898,10 @@ var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExter
|
|
2856
2898
|
xmlns: "http://www.w3.org/2000/svg",
|
2857
2899
|
viewBox: "0 0 32 32",
|
2858
2900
|
fill: "currentColor"
|
2859
|
-
}, rest),
|
2901
|
+
}, rest), _path230 || (_path230 = /*#__PURE__*/React__default.createElement("path", {
|
2860
2902
|
strokeWidth: "0",
|
2861
2903
|
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"
|
2862
|
-
})),
|
2904
|
+
})), _path231 || (_path231 = /*#__PURE__*/React__default.createElement("path", {
|
2863
2905
|
strokeWidth: "0",
|
2864
2906
|
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"
|
2865
2907
|
})), children);
|
@@ -2867,11 +2909,11 @@ var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExter
|
|
2867
2909
|
if (process.env.NODE_ENV !== "production") {
|
2868
2910
|
LayersExternal.propTypes = iconPropTypes;
|
2869
2911
|
}
|
2870
|
-
var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(
|
2871
|
-
var children =
|
2872
|
-
|
2873
|
-
size =
|
2874
|
-
rest = _objectWithoutProperties(
|
2912
|
+
var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref124, ref) {
|
2913
|
+
var children = _ref124.children,
|
2914
|
+
_ref124$size = _ref124.size,
|
2915
|
+
size = _ref124$size === undefined ? 16 : _ref124$size,
|
2916
|
+
rest = _objectWithoutProperties(_ref124, _excluded124);
|
2875
2917
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2876
2918
|
width: size,
|
2877
2919
|
height: size,
|
@@ -2879,7 +2921,7 @@ var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref122, ref
|
|
2879
2921
|
xmlns: "http://www.w3.org/2000/svg",
|
2880
2922
|
viewBox: "0 0 32 32",
|
2881
2923
|
fill: "currentColor"
|
2882
|
-
}, rest),
|
2924
|
+
}, rest), _path232 || (_path232 = /*#__PURE__*/React__default.createElement("path", {
|
2883
2925
|
d: "M16 22H30V24H16z"
|
2884
2926
|
})), _rect || (_rect = /*#__PURE__*/React__default.createElement("rect", {
|
2885
2927
|
width: "6",
|
@@ -2887,55 +2929,17 @@ var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref122, ref
|
|
2887
2929
|
x: "4",
|
2888
2930
|
y: "20",
|
2889
2931
|
rx: "1"
|
2890
|
-
})),
|
2932
|
+
})), _path233 || (_path233 = /*#__PURE__*/React__default.createElement("path", {
|
2891
2933
|
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"
|
2892
2934
|
})), children);
|
2893
2935
|
});
|
2894
2936
|
if (process.env.NODE_ENV !== "production") {
|
2895
2937
|
Legend.propTypes = iconPropTypes;
|
2896
2938
|
}
|
2897
|
-
var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(
|
2898
|
-
var children = _ref123.children,
|
2899
|
-
_ref123$size = _ref123.size,
|
2900
|
-
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
2901
|
-
rest = _objectWithoutProperties(_ref123, _excluded123);
|
2902
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2903
|
-
width: size,
|
2904
|
-
height: size,
|
2905
|
-
ref: ref,
|
2906
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2907
|
-
viewBox: "0 0 32 32",
|
2908
|
-
fill: "currentColor"
|
2909
|
-
}, rest), _path230 || (_path230 = /*#__PURE__*/React__default.createElement("path", {
|
2910
|
-
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"
|
2911
|
-
})), children);
|
2912
|
-
});
|
2913
|
-
if (process.env.NODE_ENV !== "production") {
|
2914
|
-
LetterAa.propTypes = iconPropTypes;
|
2915
|
-
}
|
2916
|
-
var LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref124, ref) {
|
2917
|
-
var children = _ref124.children,
|
2918
|
-
_ref124$size = _ref124.size,
|
2919
|
-
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
2920
|
-
rest = _objectWithoutProperties(_ref124, _excluded124);
|
2921
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2922
|
-
width: size,
|
2923
|
-
height: size,
|
2924
|
-
ref: ref,
|
2925
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2926
|
-
viewBox: "0 0 32 32",
|
2927
|
-
fill: "currentColor"
|
2928
|
-
}, rest), _path231 || (_path231 = /*#__PURE__*/React__default.createElement("path", {
|
2929
|
-
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"
|
2930
|
-
})), children);
|
2931
|
-
});
|
2932
|
-
if (process.env.NODE_ENV !== "production") {
|
2933
|
-
LetterBb.propTypes = iconPropTypes;
|
2934
|
-
}
|
2935
|
-
var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref125, ref) {
|
2939
|
+
var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref125, ref) {
|
2936
2940
|
var children = _ref125.children,
|
2937
2941
|
_ref125$size = _ref125.size,
|
2938
|
-
size = _ref125$size ===
|
2942
|
+
size = _ref125$size === undefined ? 16 : _ref125$size,
|
2939
2943
|
rest = _objectWithoutProperties(_ref125, _excluded125);
|
2940
2944
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2941
2945
|
width: size,
|
@@ -2944,12 +2948,12 @@ var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref125,
|
|
2944
2948
|
xmlns: "http://www.w3.org/2000/svg",
|
2945
2949
|
viewBox: "0 0 32 32",
|
2946
2950
|
fill: "currentColor"
|
2947
|
-
}, rest),
|
2948
|
-
d: "
|
2951
|
+
}, rest), _path234 || (_path234 = /*#__PURE__*/React__default.createElement("path", {
|
2952
|
+
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"
|
2949
2953
|
})), children);
|
2950
2954
|
});
|
2951
2955
|
if (process.env.NODE_ENV !== "production") {
|
2952
|
-
|
2956
|
+
LetterAa.propTypes = iconPropTypes;
|
2953
2957
|
}
|
2954
2958
|
|
2955
|
-
export { IbmWatsonQuery, IbmWatsonSpeechToText, IbmWatsonStudio, IbmWatsonTextToSpeech, IbmWatsonToneAnalyzer, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForZ, IbmWatsonxCodeAssistantForZRefactor, IbmWatsonxCodeAssistantForZValidationAssistant, IbmWatsonxOrchestrate, IbmZCloudModStack, IbmZCloudProvisioning, IbmZEnvironmentsDevSecOps, IbmZOpenEditor, IbmZOs, IbmZOsAiControlInterface, IbmZOsContainers, IbmZOsPackageManager, IbmZProcessorCapacityReference, IceAccretion, IceVision, IdManagement, Idea, Identification, Image, ImageCopy, ImageMedical, ImageReference, ImageSearch, ImageSearchAlt, ImageService, ImageStoreLocal, ImportExport, ImproveRelevance, InProgress, InProgressError, InProgressWarning, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, InterfaceUsage, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, JobDaemon, JobRun, JoinFull, JoinInner, JoinLeft, JoinNode, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, Keyboard, KeyboardOff, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa,
|
2959
|
+
export { IbmWatsonOpenscale, IbmWatsonOrders, IbmWatsonQuery, IbmWatsonSpeechToText, IbmWatsonStudio, IbmWatsonTextToSpeech, IbmWatsonToneAnalyzer, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForZ, IbmWatsonxCodeAssistantForZRefactor, IbmWatsonxCodeAssistantForZValidationAssistant, IbmWatsonxOrchestrate, IbmZCloudModStack, IbmZCloudProvisioning, IbmZEnvironmentsDevSecOps, IbmZOpenEditor, IbmZOs, IbmZOsAiControlInterface, IbmZOsContainers, IbmZOsPackageManager, IbmZProcessorCapacityReference, IceAccretion, IceVision, IdManagement, Idea, Identification, Image, ImageCopy, ImageMedical, ImageReference, ImageSearch, ImageSearchAlt, ImageService, ImageStoreLocal, ImportExport, ImproveRelevance, InProgress, InProgressError, InProgressWarning, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, InterfaceUsage, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, JobDaemon, JobRun, JoinFull, JoinInner, JoinLeft, JoinNode, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, Keyboard, KeyboardOff, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, QID, WatsonHealthICa_2D, WatsonHealthImageAvailabilityLocal, WatsonHealthImageAvailabilityRetrieving, WatsonHealthImageAvailabilityUnavailable, WatsonHealthInteractiveSegmentationCursor, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };
|