@carbon/ibm-products 2.59.0 → 2.60.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/index-full-carbon.css +9105 -9158
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +1150 -1565
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +2837 -4774
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +2250 -1875
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/_virtual/_rollupPluginBabelHelpers.js +167 -196
- package/es/components/APIKeyModal/APIKeyDownloader.d.ts +6 -7
- package/es/components/APIKeyModal/APIKeyDownloader.js +3 -3
- package/es/components/APIKeyModal/APIKeyModal.d.ts +2 -3
- package/es/components/APIKeyModal/APIKeyModal.js +18 -18
- package/es/components/AboutModal/AboutModal.js +2 -2
- package/es/components/ActionBar/ActionBar.d.ts +1 -2
- package/es/components/ActionBar/ActionBar.js +4 -4
- package/es/components/ActionBar/ActionBarItem.js +1 -1
- package/es/components/ActionBar/ActionBarOverflowItems.d.ts +6 -7
- package/es/components/ActionBar/ActionBarOverflowItems.js +3 -3
- package/es/components/ActionSet/ActionSet.d.ts +0 -1
- package/es/components/ActionSet/ActionSet.js +23 -12
- package/es/components/AddSelect/AddSelect.js +8 -22
- package/es/components/AddSelect/AddSelectBody.js +12 -12
- package/es/components/AddSelect/AddSelectBreadcrumbs.d.ts +3 -4
- package/es/components/AddSelect/AddSelectColumn.d.ts +10 -11
- package/es/components/AddSelect/AddSelectColumn.js +6 -6
- package/es/components/AddSelect/AddSelectFilter.d.ts +15 -16
- package/es/components/AddSelect/AddSelectFilter.js +1 -1
- package/es/components/AddSelect/AddSelectFormControl.d.ts +4 -5
- package/es/components/AddSelect/AddSelectList.d.ts +3 -4
- package/es/components/AddSelect/AddSelectMetaPanel.d.ts +4 -9
- package/es/components/AddSelect/AddSelectMetaPanel.js +3 -3
- package/es/components/AddSelect/AddSelectRow.d.ts +21 -22
- package/es/components/AddSelect/AddSelectRow.js +3 -3
- package/es/components/AddSelect/AddSelectSidebar.d.ts +12 -13
- package/es/components/AddSelect/AddSelectSidebar.js +1 -1
- package/es/components/AddSelect/AddSelectSort.d.ts +4 -5
- package/es/components/AddSelect/AddSelectSort.js +5 -5
- package/es/components/AddSelect/add-select-utils.js +6 -17
- package/es/components/AddSelect/hooks/usePath.js +1 -1
- package/es/components/BigNumbers/BigNumbers.d.ts +26 -3
- package/es/components/BigNumbers/BigNumbers.js +55 -110
- package/es/components/BigNumbers/BigNumbersSkeleton.d.ts +17 -0
- package/es/components/BigNumbers/BigNumbersSkeleton.js +63 -0
- package/es/components/BigNumbers/constants.d.ts +17 -11
- package/es/components/BigNumbers/constants.js +17 -40
- package/es/components/BigNumbers/index.d.ts +7 -1
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +5 -31
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +5 -5
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +6 -7
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
- package/es/components/Card/Card.js +14 -14
- package/es/components/Card/CardFooter.d.ts +20 -21
- package/es/components/Card/CardFooter.js +5 -8
- package/es/components/Card/CardHeader.d.ts +22 -23
- package/es/components/Card/CardHeader.js +3 -5
- package/es/components/Carousel/Carousel.js +25 -25
- package/es/components/Cascade/Cascade.d.ts +1 -3
- package/es/components/Cascade/Cascade.js +18 -17
- package/es/components/Checklist/Checklist.d.ts +0 -1
- package/es/components/Checklist/Checklist.js +12 -12
- package/es/components/Checklist/ChecklistChart.d.ts +2 -2
- package/es/components/Checklist/ChecklistChart.js +2 -2
- package/es/components/Checklist/ChecklistIcon.d.ts +3 -3
- package/es/components/Checklist/ChecklistIcon.js +2 -2
- package/es/components/Coachmark/Coachmark.js +10 -10
- package/es/components/Coachmark/CoachmarkDragbar.js +5 -5
- package/es/components/Coachmark/CoachmarkHeader.js +4 -4
- package/es/components/Coachmark/CoachmarkOverlay.js +4 -4
- package/es/components/Coachmark/CoachmarkTagline.js +3 -3
- package/es/components/Coachmark/utils/context.js +1 -1
- package/es/components/Coachmark/utils/enums.d.ts +1 -1
- package/es/components/Coachmark/utils/enums.js +3 -2
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +8 -8
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +15 -15
- package/es/components/CoachmarkStack/CoachmarkStack.js +11 -7
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +4 -4
- package/es/components/ComboButton/ComboButton.d.ts +1 -1
- package/es/components/ComboButton/ComboButton.js +24 -25
- package/es/components/ComboButton/ComboButtonItem/index.d.ts +4 -4
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +18 -19
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +18 -13
- package/es/components/ConditionBuilder/ConditionBuilder.js +7 -4
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +24 -26
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +2 -6
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +6 -6
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +10 -11
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +17 -18
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +6 -4
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +5 -19
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +21 -21
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +2 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +18 -18
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +23 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +3 -4
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +9 -9
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +4 -5
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +2 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +5 -6
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +40 -36
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -4
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
- package/es/components/ConditionBuilder/utils/useTranslations.js +2 -2
- package/es/components/ConditionBuilder/utils/util.d.ts +2 -9
- package/es/components/ConditionBuilder/utils/util.js +59 -44
- package/es/components/CreateFullPage/CreateFullPage.js +6 -10
- package/es/components/CreateFullPage/CreateFullPageStep.js +10 -10
- package/es/components/CreateInfluencer/CreateInfluencer.d.ts +5 -11
- package/es/components/CreateInfluencer/CreateInfluencer.js +8 -8
- package/es/components/CreateModal/CreateModal.d.ts +1 -2
- package/es/components/CreateModal/CreateModal.js +2 -2
- package/es/components/CreateSidePanel/CreateSidePanel.d.ts +1 -1
- package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
- package/es/components/CreateTearsheet/CreateTearsheet.js +7 -9
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +17 -17
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +57 -59
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +40 -40
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
- package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +8 -8
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +11 -11
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
- package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +5 -5
- package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +7 -7
- package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +6 -6
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
- package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +3 -3
- package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -8
- package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
- package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +13 -13
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +16 -16
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +6 -6
- package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
- package/es/components/Datagrid/Datagrid/Datagrid.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -1
- package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +3 -29
- package/es/components/Datagrid/Datagrid/DatagridContent.js +17 -14
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridHead.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +25 -25
- package/es/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridRow.js +24 -26
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +10 -10
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +10 -11
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -2
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +14 -12
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
- package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +7 -8
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +7 -8
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +4 -5
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +12 -13
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +10 -8
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +14 -15
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +8 -8
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +14 -23
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +16 -16
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +19 -24
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +27 -24
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +4 -5
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +8 -9
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +3 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +21 -21
- package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +10 -11
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +9 -17
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +36 -36
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +6 -7
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +6 -6
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
- package/es/components/Datagrid/types/index.d.ts +2 -5
- package/es/components/Datagrid/useActionsColumn.js +3 -3
- package/es/components/Datagrid/useColumnRightAlign.js +3 -3
- package/es/components/Datagrid/useCustomizeColumns.js +2 -2
- package/es/components/Datagrid/useDatagrid.js +3 -3
- package/es/components/Datagrid/useDefaultStringRenderer.js +1 -1
- package/es/components/Datagrid/useDisableSelectRows.js +16 -16
- package/es/components/Datagrid/useExpandedRow.js +1 -1
- package/es/components/Datagrid/useFiltering.js +1 -1
- package/es/components/Datagrid/useFloatingScroll.js +2 -2
- package/es/components/Datagrid/useFocusRowExpander.js +4 -4
- package/es/components/Datagrid/useInfiniteScroll.js +1 -1
- package/es/components/Datagrid/useInitialColumnSort.js +1 -1
- package/es/components/Datagrid/useInlineEdit.js +4 -4
- package/es/components/Datagrid/useNestedRowExpander.js +8 -8
- package/es/components/Datagrid/useNestedRows.js +6 -6
- package/es/components/Datagrid/useOnRowClick.js +6 -4
- package/es/components/Datagrid/useRowExpander.js +5 -5
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -1
- package/es/components/Datagrid/useRowRenderer.js +9 -10
- package/es/components/Datagrid/useSelectAllToggle.js +2 -2
- package/es/components/Datagrid/useSelectRows.js +7 -7
- package/es/components/Datagrid/useSortableColumns.js +11 -11
- package/es/components/Datagrid/useStickyColumn.js +8 -8
- package/es/components/DecoratorBase/DecoratorBase.js +8 -8
- package/es/components/DecoratorBase/DecoratorIcon.js +2 -2
- package/es/components/DelimitedList/DelimitedList.js +3 -3
- package/es/components/DescriptionList/DescriptionList.js +2 -2
- package/es/components/EditInPlace/EditInPlace.d.ts +1 -2
- package/es/components/EditInPlace/EditInPlace.js +7 -9
- package/es/components/EditSidePanel/EditSidePanel.js +3 -3
- package/es/components/EditTearsheet/EditTearsheet.js +4 -4
- package/es/components/EditTearsheet/EditTearsheetForm.js +2 -2
- package/es/components/EmptyStates/EmptyState.d.ts +0 -1
- package/es/components/EmptyStates/EmptyState.js +6 -6
- package/es/components/EmptyStates/EmptyStateContent.d.ts +6 -7
- package/es/components/EmptyStates/EmptyStateContent.js +2 -2
- package/es/components/EmptyStates/EmptyStateIllustration.d.ts +1 -2
- package/es/components/EmptyStates/EmptyStateV2.js +2 -2
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +4 -4
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +4 -4
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +4 -4
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +4 -4
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +4 -4
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +0 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +4 -4
- package/es/components/EmptyStates/assets/ErrorIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/NoDataIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/NoTagsIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/NotFoundIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/NotificationsIllustration.d.ts +3 -4
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +3 -4
- package/es/components/ExportModal/ExportModal.d.ts +1 -2
- package/es/components/ExportModal/ExportModal.js +8 -9
- package/es/components/FeatureFlags/index.d.ts +2 -5
- package/es/components/FeatureFlags/index.js +3 -3
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
- package/es/components/FilterSummary/FilterSummary.js +12 -12
- package/es/components/FullPageError/FullPageError.js +1 -1
- package/es/components/FullPageError/assets/Error403SVG.d.ts +0 -1
- package/es/components/FullPageError/assets/Error404SVG.d.ts +0 -1
- package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +0 -1
- package/es/components/Guidebanner/Guidebanner.js +9 -9
- package/es/components/Guidebanner/GuidebannerElementButton.js +1 -1
- package/es/components/HTTPErrors/HTTPErrorContent.d.ts +4 -4
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +0 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +0 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +0 -1
- package/es/components/ImportModal/ImportModal.js +5 -5
- package/es/components/InlineTip/InlineTip.d.ts +1 -1
- package/es/components/InlineTip/InlineTip.js +11 -13
- package/es/components/InlineTip/InlineTipButton.d.ts +2 -1
- package/es/components/InlineTip/utils.js +5 -5
- package/es/components/InterstitialScreen/InterstitialScreen.d.ts +16 -0
- package/es/components/InterstitialScreen/InterstitialScreen.js +65 -49
- package/es/components/Nav/Nav.js +5 -5
- package/es/components/Nav/NavItem.d.ts +12 -13
- package/es/components/Nav/NavItem.js +7 -7
- package/es/components/Nav/NavList.js +12 -12
- package/es/components/NonLinearReading/NonLinearReading.js +1 -1
- package/es/components/NotificationsPanel/NotificationsPanel.d.ts +7 -10
- package/es/components/NotificationsPanel/NotificationsPanel.js +74 -98
- package/es/components/OptionsTile/OptionsTile.js +4 -5
- package/es/components/PageHeader/PageHeader.d.ts +3 -4
- package/es/components/PageHeader/PageHeader.js +20 -21
- package/es/components/PageHeader/PageHeaderTitle.d.ts +3 -20
- package/es/components/PageHeader/PageHeaderTitle.js +1 -1
- package/es/components/PageHeader/PageHeaderUtils.js +1 -1
- package/es/components/ProductiveCard/ProductiveCard.js +1 -1
- package/es/components/RemoveModal/RemoveModal.d.ts +1 -2
- package/es/components/RemoveModal/RemoveModal.js +3 -3
- package/es/components/Saving/Saving.js +4 -4
- package/es/components/ScrollGradient/ScrollGradient.js +5 -5
- package/es/components/SearchBar/SearchBar.d.ts +2 -3
- package/es/components/SearchBar/SearchBar.js +6 -13
- package/es/components/SidePanel/SidePanel.d.ts +1 -2
- package/es/components/SidePanel/SidePanel.js +59 -73
- package/es/components/SimpleHeader/SimpleHeader.d.ts +5 -17
- package/es/components/SimpleHeader/SimpleHeader.js +4 -4
- package/es/components/SingleAddSelect/SingleAddSelect.js +3 -1
- package/es/components/StatusIcon/StatusIcon.js +2 -2
- package/es/components/StatusIndicator/StatusIndicator.js +2 -2
- package/es/components/StatusIndicator/StatusIndicatorStep.js +1 -1
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +15 -9
- package/es/components/StringFormatter/StringFormatter.js +5 -5
- package/es/components/TagOverflow/TagOverflow.js +6 -6
- package/es/components/TagOverflow/TagOverflowModal.d.ts +10 -14
- package/es/components/TagOverflow/TagOverflowModal.js +5 -5
- package/es/components/TagOverflow/TagOverflowPopover.d.ts +0 -1
- package/es/components/TagOverflow/TagOverflowPopover.js +13 -13
- package/es/components/TagSet/TagSet.d.ts +1 -1
- package/es/components/TagSet/TagSet.js +16 -19
- package/es/components/TagSet/TagSetModal.d.ts +8 -12
- package/es/components/TagSet/TagSetModal.js +7 -7
- package/es/components/TagSet/TagSetOverflow.d.ts +1 -1
- package/es/components/TagSet/TagSetOverflow.js +5 -4
- package/es/components/Tearsheet/Tearsheet.d.ts +1 -3
- package/es/components/Tearsheet/Tearsheet.js +2 -2
- package/es/components/Tearsheet/TearsheetNarrow.d.ts +1 -3
- package/es/components/Tearsheet/TearsheetNarrow.js +1 -1
- package/es/components/Tearsheet/TearsheetShell.d.ts +2 -3
- package/es/components/Tearsheet/TearsheetShell.js +9 -9
- package/es/components/Toolbar/Toolbar.d.ts +1 -1
- package/es/components/Toolbar/Toolbar.js +18 -10
- package/es/components/Toolbar/ToolbarButton.d.ts +2 -3
- package/es/components/Toolbar/ToolbarButton.js +4 -4
- package/es/components/Toolbar/ToolbarGroup.d.ts +1 -1
- package/es/components/TruncatedList/TruncatedList.js +8 -8
- package/es/components/UserAvatar/UserAvatar.js +4 -4
- package/es/components/UserProfileImage/UserProfileImage.d.ts +0 -1
- package/es/components/UserProfileImage/UserProfileImage.js +3 -3
- package/es/components/WebTerminal/WebTerminal.d.ts +0 -1
- package/es/components/WebTerminal/WebTerminal.js +10 -10
- package/es/components/WebTerminal/hooks/index.js +1 -1
- package/es/components/_Canary/Canary.d.ts +2 -3
- package/es/global/js/hooks/index.d.ts +2 -0
- package/es/global/js/hooks/useControllableState.js +2 -2
- package/es/global/js/hooks/useCreateComponentFocus.js +2 -2
- package/es/global/js/hooks/useCreateComponentStepChange.js +14 -14
- package/es/global/js/hooks/useFocus.js +33 -38
- package/es/global/js/hooks/useOverflowItems.d.ts +1 -1
- package/es/global/js/hooks/useOverflowItems.js +4 -4
- package/es/global/js/hooks/usePrefersReducedMotion.d.ts +1 -2
- package/es/global/js/hooks/usePrefersReducedMotion.js +1 -1
- package/es/global/js/hooks/usePresence.d.ts +10 -0
- package/es/global/js/hooks/usePresence.js +43 -0
- package/es/global/js/hooks/useResetCreateComponent.js +1 -1
- package/es/global/js/hooks/useResizeObserver.js +5 -5
- package/es/global/js/hooks/useRetrieveStepData.js +1 -1
- package/es/global/js/hooks/useWindowResize.js +1 -1
- package/es/global/js/package-settings.js +4 -4
- package/es/global/js/utils/Wrap.js +4 -4
- package/es/global/js/utils/checkForOverflow.js +2 -2
- package/es/global/js/utils/deepCloneObject.js +3 -3
- package/es/global/js/utils/getNodeTextContent.js +5 -5
- package/es/global/js/utils/getSupportedLocale.d.ts +10 -0
- package/es/global/js/utils/getSupportedLocale.js +27 -0
- package/es/global/js/utils/lastIndexInArray.js +1 -1
- package/es/global/js/utils/motionConstants.js +2 -9
- package/es/global/js/utils/props-helper.d.ts +1 -1
- package/es/global/js/utils/props-helper.js +1 -1
- package/es/global/js/utils/scrollableAncestor.js +3 -3
- package/es/index.js +1 -1
- package/es/node_modules/@carbon/icon-helpers/es/index.js +7 -7
- package/es/node_modules/@carbon/icons-react/es/Icon.js +2 -2
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +862 -854
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +883 -879
- package/es/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
- package/es/settings.js +3 -6
- package/lib/_virtual/_rollupPluginBabelHelpers.js +166 -196
- package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +6 -7
- package/lib/components/APIKeyModal/APIKeyDownloader.js +3 -3
- package/lib/components/APIKeyModal/APIKeyModal.d.ts +2 -3
- package/lib/components/APIKeyModal/APIKeyModal.js +18 -18
- package/lib/components/AboutModal/AboutModal.js +2 -2
- package/lib/components/ActionBar/ActionBar.d.ts +1 -2
- package/lib/components/ActionBar/ActionBar.js +4 -4
- package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +6 -7
- package/lib/components/ActionBar/ActionBarOverflowItems.js +3 -3
- package/lib/components/ActionSet/ActionSet.d.ts +0 -1
- package/lib/components/ActionSet/ActionSet.js +23 -12
- package/lib/components/AddSelect/AddSelect.js +6 -20
- package/lib/components/AddSelect/AddSelectBody.js +10 -10
- package/lib/components/AddSelect/AddSelectBreadcrumbs.d.ts +3 -4
- package/lib/components/AddSelect/AddSelectColumn.d.ts +10 -11
- package/lib/components/AddSelect/AddSelectColumn.js +6 -6
- package/lib/components/AddSelect/AddSelectFilter.d.ts +15 -16
- package/lib/components/AddSelect/AddSelectFilter.js +1 -1
- package/lib/components/AddSelect/AddSelectFormControl.d.ts +4 -5
- package/lib/components/AddSelect/AddSelectList.d.ts +3 -4
- package/lib/components/AddSelect/AddSelectMetaPanel.d.ts +4 -9
- package/lib/components/AddSelect/AddSelectMetaPanel.js +3 -3
- package/lib/components/AddSelect/AddSelectRow.d.ts +21 -22
- package/lib/components/AddSelect/AddSelectRow.js +3 -3
- package/lib/components/AddSelect/AddSelectSidebar.d.ts +12 -13
- package/lib/components/AddSelect/AddSelectSidebar.js +1 -1
- package/lib/components/AddSelect/AddSelectSort.d.ts +4 -5
- package/lib/components/AddSelect/AddSelectSort.js +5 -5
- package/lib/components/AddSelect/add-select-utils.js +6 -17
- package/lib/components/BigNumbers/BigNumbers.d.ts +26 -3
- package/lib/components/BigNumbers/BigNumbers.js +51 -106
- package/lib/components/BigNumbers/BigNumbersSkeleton.d.ts +17 -0
- package/lib/components/BigNumbers/BigNumbersSkeleton.js +65 -0
- package/lib/components/BigNumbers/constants.d.ts +17 -11
- package/lib/components/BigNumbers/constants.js +17 -41
- package/lib/components/BigNumbers/index.d.ts +7 -1
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +5 -31
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +5 -5
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +6 -7
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
- package/lib/components/Card/Card.js +14 -14
- package/lib/components/Card/CardFooter.d.ts +20 -21
- package/lib/components/Card/CardFooter.js +5 -8
- package/lib/components/Card/CardHeader.d.ts +22 -23
- package/lib/components/Card/CardHeader.js +3 -5
- package/lib/components/Carousel/Carousel.js +25 -25
- package/lib/components/Cascade/Cascade.d.ts +1 -3
- package/lib/components/Cascade/Cascade.js +18 -17
- package/lib/components/Checklist/Checklist.d.ts +0 -1
- package/lib/components/Checklist/Checklist.js +11 -11
- package/lib/components/Checklist/ChecklistChart.d.ts +2 -2
- package/lib/components/Checklist/ChecklistChart.js +8 -8
- package/lib/components/Checklist/ChecklistIcon.d.ts +3 -3
- package/lib/components/Checklist/ChecklistIcon.js +1 -1
- package/lib/components/Coachmark/Coachmark.js +10 -10
- package/lib/components/Coachmark/CoachmarkDragbar.js +5 -5
- package/lib/components/Coachmark/CoachmarkHeader.js +4 -4
- package/lib/components/Coachmark/CoachmarkOverlay.js +4 -4
- package/lib/components/Coachmark/CoachmarkTagline.js +3 -3
- package/lib/components/Coachmark/utils/enums.d.ts +1 -1
- package/lib/components/Coachmark/utils/enums.js +3 -2
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +8 -8
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +15 -15
- package/lib/components/CoachmarkStack/CoachmarkStack.js +11 -7
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +4 -4
- package/lib/components/ComboButton/ComboButton.d.ts +1 -1
- package/lib/components/ComboButton/ComboButton.js +23 -24
- package/lib/components/ComboButton/ComboButtonItem/index.d.ts +4 -4
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +18 -19
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +18 -13
- package/lib/components/ConditionBuilder/ConditionBuilder.js +6 -3
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +24 -26
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +2 -6
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +5 -5
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +10 -11
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +17 -18
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +6 -4
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +5 -19
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +19 -19
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +2 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +18 -18
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +22 -9
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +3 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +8 -8
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +4 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +2 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +5 -6
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +40 -36
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -4
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
- package/lib/components/ConditionBuilder/utils/useTranslations.js +2 -2
- package/lib/components/ConditionBuilder/utils/util.d.ts +2 -9
- package/lib/components/ConditionBuilder/utils/util.js +59 -43
- package/lib/components/CreateFullPage/CreateFullPage.js +6 -10
- package/lib/components/CreateFullPage/CreateFullPageStep.js +10 -10
- package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +5 -11
- package/lib/components/CreateInfluencer/CreateInfluencer.js +8 -8
- package/lib/components/CreateModal/CreateModal.d.ts +1 -2
- package/lib/components/CreateModal/CreateModal.js +2 -2
- package/lib/components/CreateSidePanel/CreateSidePanel.d.ts +1 -1
- package/lib/components/CreateSidePanel/CreateSidePanel.js +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.js +7 -9
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +17 -17
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +53 -55
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +36 -36
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +8 -8
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +8 -8
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +3 -3
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +5 -5
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +3 -3
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +6 -6
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +10 -10
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +14 -14
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +6 -6
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
- package/lib/components/Datagrid/Datagrid/Datagrid.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +3 -29
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +16 -13
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -5
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -23
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +23 -25
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +9 -9
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +10 -11
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -2
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +14 -12
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
- package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +7 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +7 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +4 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +12 -13
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +9 -7
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +14 -15
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +14 -23
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +15 -15
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +19 -24
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +25 -22
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +4 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +8 -9
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +3 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +20 -20
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +10 -11
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +9 -17
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +35 -35
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +6 -7
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -5
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
- package/lib/components/Datagrid/types/index.d.ts +2 -5
- package/lib/components/Datagrid/useActionsColumn.js +2 -2
- package/lib/components/Datagrid/useColumnRightAlign.js +3 -3
- package/lib/components/Datagrid/useCustomizeColumns.js +2 -2
- package/lib/components/Datagrid/useDatagrid.js +2 -2
- package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -1
- package/lib/components/Datagrid/useDisableSelectRows.js +16 -16
- package/lib/components/Datagrid/useExpandedRow.js +1 -1
- package/lib/components/Datagrid/useFiltering.js +1 -1
- package/lib/components/Datagrid/useFloatingScroll.js +2 -2
- package/lib/components/Datagrid/useFocusRowExpander.js +4 -4
- package/lib/components/Datagrid/useInfiniteScroll.js +1 -1
- package/lib/components/Datagrid/useInitialColumnSort.js +1 -1
- package/lib/components/Datagrid/useInlineEdit.js +4 -4
- package/lib/components/Datagrid/useNestedRowExpander.js +7 -7
- package/lib/components/Datagrid/useNestedRows.js +6 -6
- package/lib/components/Datagrid/useOnRowClick.js +6 -4
- package/lib/components/Datagrid/useRowExpander.js +4 -4
- package/lib/components/Datagrid/useRowIsMouseOver.js +1 -1
- package/lib/components/Datagrid/useRowRenderer.js +9 -10
- package/lib/components/Datagrid/useSelectAllToggle.js +2 -2
- package/lib/components/Datagrid/useSelectRows.js +6 -6
- package/lib/components/Datagrid/useSortableColumns.js +11 -11
- package/lib/components/Datagrid/useStickyColumn.js +8 -8
- package/lib/components/DecoratorBase/DecoratorBase.js +8 -8
- package/lib/components/DecoratorBase/DecoratorIcon.js +2 -2
- package/lib/components/DelimitedList/DelimitedList.js +3 -3
- package/lib/components/DescriptionList/DescriptionList.js +2 -2
- package/lib/components/EditInPlace/EditInPlace.d.ts +1 -2
- package/lib/components/EditInPlace/EditInPlace.js +7 -9
- package/lib/components/EditSidePanel/EditSidePanel.js +3 -3
- package/lib/components/EditTearsheet/EditTearsheet.js +4 -4
- package/lib/components/EditTearsheet/EditTearsheetForm.js +2 -2
- package/lib/components/EmptyStates/EmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/EmptyState.js +5 -5
- package/lib/components/EmptyStates/EmptyStateContent.d.ts +6 -7
- package/lib/components/EmptyStates/EmptyStateContent.js +2 -2
- package/lib/components/EmptyStates/EmptyStateIllustration.d.ts +1 -2
- package/lib/components/EmptyStates/EmptyStateV2.js +2 -2
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +3 -3
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +3 -3
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +3 -3
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +3 -3
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +3 -3
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +0 -1
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +3 -3
- package/lib/components/EmptyStates/assets/ErrorIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/NoDataIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/NoTagsIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/NotFoundIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/NotificationsIllustration.d.ts +3 -4
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +3 -4
- package/lib/components/ExportModal/ExportModal.d.ts +1 -2
- package/lib/components/ExportModal/ExportModal.js +8 -9
- package/lib/components/FeatureFlags/index.d.ts +2 -5
- package/lib/components/FeatureFlags/index.js +1 -1
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
- package/lib/components/FilterSummary/FilterSummary.js +11 -11
- package/lib/components/FullPageError/FullPageError.js +1 -1
- package/lib/components/FullPageError/assets/Error403SVG.d.ts +0 -1
- package/lib/components/FullPageError/assets/Error404SVG.d.ts +0 -1
- package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +0 -1
- package/lib/components/Guidebanner/Guidebanner.js +8 -8
- package/lib/components/Guidebanner/GuidebannerElementButton.js +1 -1
- package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +4 -4
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +0 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +0 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +0 -1
- package/lib/components/ImportModal/ImportModal.js +4 -4
- package/lib/components/InlineTip/InlineTip.d.ts +1 -1
- package/lib/components/InlineTip/InlineTip.js +9 -11
- package/lib/components/InlineTip/InlineTipButton.d.ts +2 -1
- package/lib/components/InlineTip/utils.js +5 -5
- package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +16 -0
- package/lib/components/InterstitialScreen/InterstitialScreen.js +64 -48
- package/lib/components/Nav/Nav.js +1 -1
- package/lib/components/Nav/NavItem.d.ts +12 -13
- package/lib/components/Nav/NavItem.js +7 -7
- package/lib/components/Nav/NavList.js +12 -12
- package/lib/components/NonLinearReading/NonLinearReading.js +1 -1
- package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +7 -10
- package/lib/components/NotificationsPanel/NotificationsPanel.js +74 -98
- package/lib/components/OptionsTile/OptionsTile.js +5 -6
- package/lib/components/PageHeader/PageHeader.d.ts +3 -4
- package/lib/components/PageHeader/PageHeader.js +19 -20
- package/lib/components/PageHeader/PageHeaderTitle.d.ts +3 -20
- package/lib/components/PageHeader/PageHeaderTitle.js +1 -1
- package/lib/components/PageHeader/PageHeaderUtils.js +1 -1
- package/lib/components/ProductiveCard/ProductiveCard.js +1 -1
- package/lib/components/RemoveModal/RemoveModal.d.ts +1 -2
- package/lib/components/RemoveModal/RemoveModal.js +3 -3
- package/lib/components/Saving/Saving.js +4 -4
- package/lib/components/ScrollGradient/ScrollGradient.js +4 -4
- package/lib/components/SearchBar/SearchBar.d.ts +2 -3
- package/lib/components/SearchBar/SearchBar.js +6 -13
- package/lib/components/SidePanel/SidePanel.d.ts +1 -2
- package/lib/components/SidePanel/SidePanel.js +60 -74
- package/lib/components/SimpleHeader/SimpleHeader.d.ts +5 -17
- package/lib/components/SimpleHeader/SimpleHeader.js +4 -4
- package/lib/components/SingleAddSelect/SingleAddSelect.js +3 -1
- package/lib/components/StatusIcon/StatusIcon.js +1 -1
- package/lib/components/StatusIndicator/StatusIndicator.js +2 -2
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +1 -1
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +15 -9
- package/lib/components/StringFormatter/StringFormatter.js +4 -4
- package/lib/components/TagOverflow/TagOverflow.js +6 -6
- package/lib/components/TagOverflow/TagOverflowModal.d.ts +10 -14
- package/lib/components/TagOverflow/TagOverflowModal.js +5 -5
- package/lib/components/TagOverflow/TagOverflowPopover.d.ts +0 -1
- package/lib/components/TagOverflow/TagOverflowPopover.js +13 -13
- package/lib/components/TagSet/TagSet.d.ts +1 -1
- package/lib/components/TagSet/TagSet.js +16 -19
- package/lib/components/TagSet/TagSetModal.d.ts +8 -12
- package/lib/components/TagSet/TagSetModal.js +7 -7
- package/lib/components/TagSet/TagSetOverflow.d.ts +1 -1
- package/lib/components/TagSet/TagSetOverflow.js +5 -4
- package/lib/components/Tearsheet/Tearsheet.d.ts +1 -3
- package/lib/components/Tearsheet/Tearsheet.js +2 -2
- package/lib/components/Tearsheet/TearsheetNarrow.d.ts +1 -3
- package/lib/components/Tearsheet/TearsheetNarrow.js +1 -1
- package/lib/components/Tearsheet/TearsheetShell.d.ts +2 -3
- package/lib/components/Tearsheet/TearsheetShell.js +7 -7
- package/lib/components/Toolbar/Toolbar.d.ts +1 -1
- package/lib/components/Toolbar/Toolbar.js +18 -10
- package/lib/components/Toolbar/ToolbarButton.d.ts +2 -3
- package/lib/components/Toolbar/ToolbarButton.js +4 -4
- package/lib/components/Toolbar/ToolbarGroup.d.ts +1 -1
- package/lib/components/TruncatedList/TruncatedList.js +8 -8
- package/lib/components/UserAvatar/UserAvatar.js +4 -4
- package/lib/components/UserProfileImage/UserProfileImage.d.ts +0 -1
- package/lib/components/UserProfileImage/UserProfileImage.js +2 -2
- package/lib/components/WebTerminal/WebTerminal.d.ts +0 -1
- package/lib/components/WebTerminal/WebTerminal.js +11 -11
- package/lib/components/_Canary/Canary.d.ts +2 -3
- package/lib/global/js/hooks/index.d.ts +2 -0
- package/lib/global/js/hooks/useControllableState.js +2 -2
- package/lib/global/js/hooks/useCreateComponentFocus.js +2 -2
- package/lib/global/js/hooks/useCreateComponentStepChange.js +14 -14
- package/lib/global/js/hooks/useFocus.js +33 -38
- package/lib/global/js/hooks/useOverflowItems.d.ts +1 -1
- package/lib/global/js/hooks/useOverflowItems.js +4 -4
- package/lib/global/js/hooks/usePrefersReducedMotion.d.ts +1 -2
- package/lib/global/js/hooks/usePrefersReducedMotion.js +1 -3
- package/lib/global/js/hooks/usePresence.d.ts +10 -0
- package/lib/global/js/hooks/usePresence.js +45 -0
- package/lib/global/js/hooks/useResetCreateComponent.js +1 -1
- package/lib/global/js/hooks/useResizeObserver.js +5 -5
- package/lib/global/js/hooks/useRetrieveStepData.js +1 -1
- package/lib/global/js/package-settings.js +4 -4
- package/lib/global/js/utils/Wrap.js +4 -4
- package/lib/global/js/utils/checkForOverflow.js +2 -2
- package/lib/global/js/utils/deepCloneObject.js +3 -3
- package/lib/global/js/utils/getNodeTextContent.js +5 -5
- package/lib/global/js/utils/getSupportedLocale.d.ts +10 -0
- package/lib/global/js/utils/getSupportedLocale.js +29 -0
- package/lib/global/js/utils/lastIndexInArray.js +1 -1
- package/lib/global/js/utils/motionConstants.js +1 -8
- package/lib/global/js/utils/props-helper.d.ts +1 -1
- package/lib/global/js/utils/props-helper.js +1 -1
- package/lib/global/js/utils/scrollableAncestor.js +3 -3
- package/lib/index.js +5 -5
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +7 -7
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +2 -2
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +863 -855
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +884 -880
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
- package/lib/settings.js +3 -6
- package/package.json +34 -35
- package/scss/components/APIKeyModal/_api-key-modal.scss +7 -7
- package/scss/components/APIKeyModal/_carbon-imports.scss +5 -5
- package/scss/components/AboutModal/_about-modal.scss +13 -13
- package/scss/components/AboutModal/_carbon-imports.scss +2 -2
- package/scss/components/ActionBar/_action-bar.scss +2 -2
- package/scss/components/ActionBar/_carbon-imports.scss +2 -2
- package/scss/components/ActionSet/_action-set.scss +9 -10
- package/scss/components/ActionSet/_carbon-imports.scss +2 -2
- package/scss/components/AddSelect/_add-select.scss +43 -40
- package/scss/components/AddSelect/_carbon-imports.scss +10 -10
- package/scss/components/BigNumbers/_big-numbers.scss +26 -20
- package/scss/components/BigNumbers/_carbon-imports.scss +2 -2
- package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +8 -6
- package/scss/components/BreadcrumbWithOverflow/_carbon-imports.scss +3 -3
- package/scss/components/ButtonMenu/_button-menu.scss +3 -3
- package/scss/components/ButtonMenu/_carbon-imports.scss +2 -2
- package/scss/components/ButtonSetWithOverflow/_button-set-with-overflow.scss +2 -2
- package/scss/components/ButtonSetWithOverflow/_carbon-imports.scss +1 -1
- package/scss/components/Card/_carbon-imports.scss +2 -2
- package/scss/components/Card/_card.scss +23 -22
- package/scss/components/Carousel/_carousel.scss +5 -6
- package/scss/components/Cascade/_cascade.scss +2 -2
- package/scss/components/Checklist/_carbon-imports.scss +1 -1
- package/scss/components/Checklist/_checklist.scss +23 -24
- package/scss/components/Coachmark/_carbon-imports.scss +1 -1
- package/scss/components/Coachmark/_coachmark-dragbar.scss +1 -1
- package/scss/components/Coachmark/_coachmark-overlay.scss +34 -27
- package/scss/components/Coachmark/_coachmark-tagline.scss +18 -15
- package/scss/components/Coachmark/_coachmark.scss +1 -1
- package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +17 -17
- package/scss/components/CoachmarkButton/_coachmark-button.scss +1 -1
- package/scss/components/CoachmarkFixed/_coachmark-fixed.scss +1 -1
- package/scss/components/CoachmarkOverlayElement/_coachmark-overlay-element.scss +5 -5
- package/scss/components/CoachmarkOverlayElements/_coachmark-overlay-elements.scss +4 -4
- package/scss/components/CoachmarkStack/_coachmark-stack.scss +11 -11
- package/scss/components/ComboButton/_combo-button.scss +13 -9
- package/scss/components/ConditionBuilder/_condition-builder.scss +11 -12
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +10 -10
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +26 -30
- package/scss/components/CreateFullPage/_carbon-imports.scss +6 -6
- package/scss/components/CreateFullPage/_create-full-page.scss +36 -26
- package/scss/components/CreateInfluencer/_carbon-imports.scss +1 -1
- package/scss/components/CreateInfluencer/_create-influencer.scss +5 -2
- package/scss/components/CreateModal/_carbon-imports.scss +3 -3
- package/scss/components/CreateModal/_create-modal.scss +15 -14
- package/scss/components/CreateSidePanel/_carbon-imports.scss +1 -1
- package/scss/components/CreateSidePanel/_create-side-panel.scss +5 -5
- package/scss/components/CreateTearsheet/_carbon-imports.scss +1 -1
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +22 -20
- package/scss/components/CreateTearsheetNarrow/_carbon-imports.scss +1 -1
- package/scss/components/CreateTearsheetNarrow/_create-tearsheet-narrow.scss +8 -8
- package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +33 -32
- package/scss/components/Datagrid/_datagrid.scss +12 -8
- package/scss/components/Datagrid/styles/_datagrid.scss +135 -120
- package/scss/components/Datagrid/styles/_draggableElement.scss +11 -11
- package/scss/components/Datagrid/styles/_useActionsColumn.scss +1 -1
- package/scss/components/Datagrid/styles/_useColumnCenterAlign.scss +2 -3
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +7 -7
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +13 -13
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +62 -63
- package/scss/components/Datagrid/styles/_useNestedRows.scss +16 -16
- package/scss/components/Datagrid/styles/_useNestedTable.scss +10 -7
- package/scss/components/Datagrid/styles/_useSelectAllToggle.scss +6 -6
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +6 -6
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +11 -11
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +9 -9
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +19 -19
- package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +29 -29
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +10 -9
- package/scss/components/DecoratorBase/_decorator-base-mixins.scss +6 -8
- package/scss/components/DecoratorBase/_decorator-base.scss +11 -11
- package/scss/components/DelimitedList/_delimited-list.scss +1 -1
- package/scss/components/DescriptionList/_description-list.scss +9 -9
- package/scss/components/EditInPlace/_carbon-imports.scss +2 -2
- package/scss/components/EditInPlace/_edit-in-place.scss +8 -7
- package/scss/components/EditSidePanel/_carbon-imports.scss +1 -1
- package/scss/components/EditSidePanel/_edit-side-panel.scss +4 -4
- package/scss/components/EditTearsheet/_carbon-imports.scss +9 -0
- package/scss/components/EditTearsheet/_edit-tearsheet.scss +20 -21
- package/scss/components/EditTearsheet/_index-with-carbon.scss +9 -0
- package/scss/components/EmptyStates/_carbon-imports.scss +2 -2
- package/scss/components/EmptyStates/_empty-state.scss +12 -10
- package/scss/components/ExampleComponent/_carbon-imports.scss +1 -1
- package/scss/components/ExportModal/_carbon-imports.scss +6 -6
- package/scss/components/ExportModal/_export-modal.scss +6 -6
- package/scss/components/FilterPanel/_carbon-imports.scss +5 -5
- package/scss/components/FilterPanel/_filter-panel-accordion-item.scss +3 -3
- package/scss/components/FilterPanel/_filter-panel-checkbox-with-overflow.scss +5 -5
- package/scss/components/FilterPanel/_filter-panel-checkbox.scss +3 -3
- package/scss/components/FilterPanel/_filter-panel-group.scss +4 -6
- package/scss/components/FilterPanel/_filter-panel-label.scss +1 -1
- package/scss/components/FilterPanel/_filter-panel-search.scss +8 -6
- package/scss/components/FilterPanel/_filter-panel.scss +1 -2
- package/scss/components/FilterSummary/_filter-summary.scss +9 -9
- package/scss/components/FullPageError/_full-page-error.scss +8 -9
- package/scss/components/GetStartedCard/_get-started-card.scss +12 -14
- package/scss/components/Guidebanner/_guidebanner.scss +37 -36
- package/scss/components/HTTPErrors/_carbon-imports.scss +1 -1
- package/scss/components/HTTPErrors/_http-errors.scss +11 -11
- package/scss/components/ImportModal/_carbon-imports.scss +4 -4
- package/scss/components/ImportModal/_import-modal.scss +12 -13
- package/scss/components/InlineTip/_inline-tip.scss +26 -25
- package/scss/components/InterstitialScreen/_interstitial-screen.scss +43 -44
- package/scss/components/InterstitialScreenView/_interstitial-screen-view.scss +2 -2
- package/scss/components/InterstitialScreenViewModule/_interstitial-screen-view-module.scss +2 -2
- package/scss/components/Nav/_nav.scss +32 -37
- package/scss/components/NonLinearReading/_non-linear-reading.scss +11 -7
- package/scss/components/NotificationsPanel/_carbon-imports.scss +3 -3
- package/scss/components/NotificationsPanel/_notifications-panel.scss +50 -40
- package/scss/components/OptionsTile/_carbon-imports.scss +1 -1
- package/scss/components/OptionsTile/_options-tile.scss +23 -25
- package/scss/components/PageHeader/_carbon-imports.scss +4 -4
- package/scss/components/PageHeader/_page-header.scss +109 -105
- package/scss/components/ProductiveCard/_productive-card.scss +11 -12
- package/scss/components/RemoveModal/_carbon-imports.scss +3 -3
- package/scss/components/RemoveModal/_remove-modal.scss +4 -4
- package/scss/components/Saving/_carbon-imports.scss +2 -2
- package/scss/components/Saving/_saving.scss +2 -2
- package/scss/components/ScrollGradient/_scroll-gradient.scss +18 -18
- package/scss/components/SidePanel/_animations.scss +78 -0
- package/scss/components/SidePanel/_carbon-imports.scss +1 -1
- package/scss/components/SidePanel/_side-panel.scss +154 -65
- package/scss/components/SimpleHeader/_simple-header.scss +3 -3
- package/scss/components/StatusIcon/_status-icon.scss +1 -1
- package/scss/components/StatusIndicator/_carbon-imports.scss +2 -2
- package/scss/components/StatusIndicator/_status-indicator.scss +11 -11
- package/scss/components/StringFormatter/_carbon-imports.scss +1 -1
- package/scss/components/StringFormatter/_string-formatter.scss +6 -7
- package/scss/components/TagOverflow/_tag-overflow.scss +14 -15
- package/scss/components/TagSet/_carbon-imports.scss +5 -5
- package/scss/components/TagSet/_tag-set.scss +13 -14
- package/scss/components/Tearsheet/_carbon-imports.scss +2 -2
- package/scss/components/Tearsheet/_tearsheet.scss +55 -41
- package/scss/components/Toolbar/_carbon-imports.scss +1 -1
- package/scss/components/Toolbar/_toolbar.scss +11 -11
- package/scss/components/TooltipTrigger/_tooltip-trigger.scss +2 -2
- package/scss/components/TruncatedList/_truncated-list.scss +8 -2
- package/scss/components/UserAvatar/_carbon-imports.scss +1 -1
- package/scss/components/UserAvatar/_user-avatar.scss +6 -16
- package/scss/components/UserProfileImage/_carbon-imports.scss +1 -1
- package/scss/components/UserProfileImage/_color-map.scss +1 -1
- package/scss/components/UserProfileImage/_user-profile-image.scss +5 -4
- package/scss/components/WebTerminal/_carbon-imports.scss +2 -2
- package/scss/components/WebTerminal/_web-terminal.scss +11 -11
- package/scss/components/_index-released-only-with-carbon.scss +1 -0
- package/scss/components/_index-with-carbon.scss +1 -0
- package/scss/global/decorators/_side-panel-decorator.scss +3 -3
- package/scss/global/styles/_display-box.scss +19 -19
- package/scss/global/styles/_mixins.scss +3 -3
- package/scss/index-full-carbon.scss +1 -1
- package/telemetry.yml +5 -2
- package/es/components/SidePanel/motion/variants.d.ts +0 -67
- package/es/components/SidePanel/motion/variants.js +0 -79
- package/es/global/js/utils/keyboardNavigation.d.ts +0 -27
- package/es/global/js/utils/keyboardNavigation.js +0 -37
- package/es/global/js/utils/wrapFocus.d.ts +0 -25
- package/es/global/js/utils/wrapFocus.js +0 -68
- package/lib/components/SidePanel/motion/variants.d.ts +0 -67
- package/lib/components/SidePanel/motion/variants.js +0 -83
- package/lib/global/js/utils/keyboardNavigation.d.ts +0 -27
- package/lib/global/js/utils/keyboardNavigation.js +0 -41
- package/lib/global/js/utils/wrapFocus.d.ts +0 -25
- package/lib/global/js/utils/wrapFocus.js +0 -73
@@ -137,11 +137,11 @@ var _excluded = ["children", "size"],
|
|
137
137
|
_excluded123 = ["children", "size"],
|
138
138
|
_excluded124 = ["children", "size"],
|
139
139
|
_excluded125 = ["children", "size"];
|
140
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43,
|
141
|
-
var
|
140
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _circle, _circle2, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _circle3, _path56, _path57, _circle4, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _circle5, _path69, _path70, _circle6, _path71, _circle7, _circle8, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _circle9, _path79, _path80, _path81, _path82, _path83, _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, _path120, _path121, _circle10, _path122, _circle11, _path123, _path124, _circle12, _path125, _circle13, _path126, _path127, _path128, _circle14, _path129, _circle15, _path130, _path131, _circle16, _path132, _circle17, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _circle18, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _circle19, _circle20, _circle21, _circle22, _circle23, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _circle24, _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, _circle25, _path190, _path191, _path192, _path193, _path194, _path195, _circle26, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _circle27, _path203, _path204, _path205, _path206, _circle28, _circle29, _path207, _path208, _circle30, _path209, _path210, _path211;
|
141
|
+
var CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref, ref) {
|
142
142
|
var children = _ref.children,
|
143
143
|
_ref$size = _ref.size,
|
144
|
-
size = _ref$size ===
|
144
|
+
size = _ref$size === undefined ? 16 : _ref$size,
|
145
145
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
146
146
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
147
147
|
width: size,
|
@@ -151,18 +151,22 @@ var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutl
|
|
151
151
|
viewBox: "0 0 32 32",
|
152
152
|
fill: "currentColor"
|
153
153
|
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
154
|
-
d: "M14,
|
154
|
+
d: "M14,2a12,12,0,1,0,3.3928,23.5059l3.9246-7.8492A2.9846,2.9846,0,0,1,24,16h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
155
155
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
156
|
-
d: "
|
156
|
+
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"
|
157
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
158
|
+
fill: "none",
|
159
|
+
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
160
|
+
"data-icon-path": "inner-path"
|
157
161
|
})), children);
|
158
162
|
});
|
159
163
|
if (process.env.NODE_ENV !== "production") {
|
160
|
-
|
164
|
+
CheckmarkFilledWarning.propTypes = iconPropTypes4cbeb95d.i;
|
161
165
|
}
|
162
|
-
var
|
166
|
+
var CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref2, ref) {
|
163
167
|
var children = _ref2.children,
|
164
168
|
_ref2$size = _ref2.size,
|
165
|
-
size = _ref2$size ===
|
169
|
+
size = _ref2$size === undefined ? 16 : _ref2$size,
|
166
170
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
|
167
171
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
168
172
|
width: size,
|
@@ -171,19 +175,19 @@ var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOu
|
|
171
175
|
xmlns: "http://www.w3.org/2000/svg",
|
172
176
|
viewBox: "0 0 32 32",
|
173
177
|
fill: "currentColor"
|
174
|
-
}, rest),
|
175
|
-
d: "M14
|
176
|
-
})),
|
177
|
-
d: "
|
178
|
+
}, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
179
|
+
d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
|
180
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
181
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
178
182
|
})), children);
|
179
183
|
});
|
180
184
|
if (process.env.NODE_ENV !== "production") {
|
181
|
-
|
185
|
+
CheckmarkOutline.propTypes = iconPropTypes4cbeb95d.i;
|
182
186
|
}
|
183
|
-
var
|
187
|
+
var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref3, ref) {
|
184
188
|
var children = _ref3.children,
|
185
189
|
_ref3$size = _ref3.size,
|
186
|
-
size = _ref3$size ===
|
190
|
+
size = _ref3$size === undefined ? 16 : _ref3$size,
|
187
191
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref3, _excluded3);
|
188
192
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
189
193
|
width: size,
|
@@ -192,17 +196,19 @@ var Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref3, ref) {
|
|
192
196
|
xmlns: "http://www.w3.org/2000/svg",
|
193
197
|
viewBox: "0 0 32 32",
|
194
198
|
fill: "currentColor"
|
195
|
-
}, rest),
|
196
|
-
d: "
|
199
|
+
}, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
200
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
201
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
202
|
+
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 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"
|
197
203
|
})), children);
|
198
204
|
});
|
199
205
|
if (process.env.NODE_ENV !== "production") {
|
200
|
-
|
206
|
+
CheckmarkOutlineError.propTypes = iconPropTypes4cbeb95d.i;
|
201
207
|
}
|
202
|
-
var
|
208
|
+
var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref4, ref) {
|
203
209
|
var children = _ref4.children,
|
204
210
|
_ref4$size = _ref4.size,
|
205
|
-
size = _ref4$size ===
|
211
|
+
size = _ref4$size === undefined ? 16 : _ref4$size,
|
206
212
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref4, _excluded4);
|
207
213
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
208
214
|
width: size,
|
@@ -211,20 +217,60 @@ var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReferen
|
|
211
217
|
xmlns: "http://www.w3.org/2000/svg",
|
212
218
|
viewBox: "0 0 32 32",
|
213
219
|
fill: "currentColor"
|
214
|
-
}, rest),
|
215
|
-
d: "
|
216
|
-
})),
|
217
|
-
d: "
|
220
|
+
}, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
221
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
222
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
223
|
+
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.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"
|
218
224
|
})), children);
|
219
225
|
});
|
220
226
|
if (process.env.NODE_ENV !== "production") {
|
221
|
-
|
227
|
+
CheckmarkOutlineWarning.propTypes = iconPropTypes4cbeb95d.i;
|
222
228
|
}
|
223
|
-
var
|
229
|
+
var Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref5, ref) {
|
224
230
|
var children = _ref5.children,
|
225
231
|
_ref5$size = _ref5.size,
|
226
|
-
size = _ref5$size ===
|
232
|
+
size = _ref5$size === undefined ? 16 : _ref5$size,
|
227
233
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref5, _excluded5);
|
234
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
235
|
+
width: size,
|
236
|
+
height: size,
|
237
|
+
ref: ref,
|
238
|
+
xmlns: "http://www.w3.org/2000/svg",
|
239
|
+
viewBox: "0 0 32 32",
|
240
|
+
fill: "currentColor"
|
241
|
+
}, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
242
|
+
d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
|
243
|
+
})), children);
|
244
|
+
});
|
245
|
+
if (process.env.NODE_ENV !== "production") {
|
246
|
+
Chemistry.propTypes = iconPropTypes4cbeb95d.i;
|
247
|
+
}
|
248
|
+
var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref6, ref) {
|
249
|
+
var children = _ref6.children,
|
250
|
+
_ref6$size = _ref6.size,
|
251
|
+
size = _ref6$size === undefined ? 16 : _ref6$size,
|
252
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref6, _excluded6);
|
253
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
254
|
+
width: size,
|
255
|
+
height: size,
|
256
|
+
ref: ref,
|
257
|
+
xmlns: "http://www.w3.org/2000/svg",
|
258
|
+
viewBox: "0 0 32 32",
|
259
|
+
fill: "currentColor"
|
260
|
+
}, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
261
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
262
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
263
|
+
d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
|
264
|
+
})), children);
|
265
|
+
});
|
266
|
+
if (process.env.NODE_ENV !== "production") {
|
267
|
+
ChemistryReference.propTypes = iconPropTypes4cbeb95d.i;
|
268
|
+
}
|
269
|
+
var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref7, ref) {
|
270
|
+
var children = _ref7.children,
|
271
|
+
_ref7$size = _ref7.size,
|
272
|
+
size = _ref7$size === undefined ? 16 : _ref7$size,
|
273
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref7, _excluded7);
|
228
274
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
229
275
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
230
276
|
width: size,
|
@@ -233,7 +279,7 @@ var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref5, ref)
|
|
233
279
|
xmlns: "http://www.w3.org/2000/svg",
|
234
280
|
viewBox: "0 0 10 6",
|
235
281
|
fill: "currentColor"
|
236
|
-
}, rest),
|
282
|
+
}, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
237
283
|
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
238
284
|
})), children);
|
239
285
|
}
|
@@ -245,7 +291,7 @@ var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref5, ref)
|
|
245
291
|
xmlns: "http://www.w3.org/2000/svg",
|
246
292
|
viewBox: "0 0 16 16",
|
247
293
|
fill: "currentColor"
|
248
|
-
}, rest),
|
294
|
+
}, rest), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
249
295
|
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
250
296
|
})), children);
|
251
297
|
}
|
@@ -256,18 +302,18 @@ var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref5, ref)
|
|
256
302
|
xmlns: "http://www.w3.org/2000/svg",
|
257
303
|
viewBox: "0 0 32 32",
|
258
304
|
fill: "currentColor"
|
259
|
-
}, rest),
|
305
|
+
}, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
260
306
|
d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
|
261
307
|
})), children);
|
262
308
|
});
|
263
309
|
if (process.env.NODE_ENV !== "production") {
|
264
310
|
ChevronDown.propTypes = iconPropTypes4cbeb95d.i;
|
265
311
|
}
|
266
|
-
var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(
|
267
|
-
var children =
|
268
|
-
|
269
|
-
size =
|
270
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
312
|
+
var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref8, ref) {
|
313
|
+
var children = _ref8.children,
|
314
|
+
_ref8$size = _ref8.size,
|
315
|
+
size = _ref8$size === undefined ? 16 : _ref8$size,
|
316
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
|
271
317
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
272
318
|
width: size,
|
273
319
|
height: size,
|
@@ -275,20 +321,20 @@ var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutli
|
|
275
321
|
xmlns: "http://www.w3.org/2000/svg",
|
276
322
|
viewBox: "0 0 32 32",
|
277
323
|
fill: "currentColor"
|
278
|
-
}, rest),
|
324
|
+
}, rest), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
279
325
|
d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
|
280
|
-
})),
|
326
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
281
327
|
d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
|
282
328
|
})), children);
|
283
329
|
});
|
284
330
|
if (process.env.NODE_ENV !== "production") {
|
285
331
|
ChevronDownOutline.propTypes = iconPropTypes4cbeb95d.i;
|
286
332
|
}
|
287
|
-
var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(
|
288
|
-
var children =
|
289
|
-
|
290
|
-
size =
|
291
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
333
|
+
var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref9, ref) {
|
334
|
+
var children = _ref9.children,
|
335
|
+
_ref9$size = _ref9.size,
|
336
|
+
size = _ref9$size === undefined ? 16 : _ref9$size,
|
337
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
|
292
338
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
293
339
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
294
340
|
width: size,
|
@@ -297,7 +343,7 @@ var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref7, ref)
|
|
297
343
|
xmlns: "http://www.w3.org/2000/svg",
|
298
344
|
viewBox: "0 0 6 10",
|
299
345
|
fill: "currentColor"
|
300
|
-
}, rest),
|
346
|
+
}, rest), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
301
347
|
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
302
348
|
})), children);
|
303
349
|
}
|
@@ -309,7 +355,7 @@ var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref7, ref)
|
|
309
355
|
xmlns: "http://www.w3.org/2000/svg",
|
310
356
|
viewBox: "0 0 16 16",
|
311
357
|
fill: "currentColor"
|
312
|
-
}, rest),
|
358
|
+
}, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
313
359
|
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
314
360
|
})), children);
|
315
361
|
}
|
@@ -320,18 +366,18 @@ var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref7, ref)
|
|
320
366
|
xmlns: "http://www.w3.org/2000/svg",
|
321
367
|
viewBox: "0 0 32 32",
|
322
368
|
fill: "currentColor"
|
323
|
-
}, rest),
|
369
|
+
}, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
324
370
|
d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
|
325
371
|
})), children);
|
326
372
|
});
|
327
373
|
if (process.env.NODE_ENV !== "production") {
|
328
374
|
ChevronLeft.propTypes = iconPropTypes4cbeb95d.i;
|
329
375
|
}
|
330
|
-
var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(
|
331
|
-
var children =
|
332
|
-
|
333
|
-
size =
|
334
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
376
|
+
var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref10, ref) {
|
377
|
+
var children = _ref10.children,
|
378
|
+
_ref10$size = _ref10.size,
|
379
|
+
size = _ref10$size === undefined ? 16 : _ref10$size,
|
380
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref10, _excluded10);
|
335
381
|
if (size === 16 || size === "16" || size === "16px") {
|
336
382
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
337
383
|
width: size,
|
@@ -340,7 +386,7 @@ var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref8, ref)
|
|
340
386
|
xmlns: "http://www.w3.org/2000/svg",
|
341
387
|
viewBox: "0 0 16 16",
|
342
388
|
fill: "currentColor"
|
343
|
-
}, rest),
|
389
|
+
}, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
344
390
|
d: "M15 9L15 15 9 15z"
|
345
391
|
})), children);
|
346
392
|
}
|
@@ -351,18 +397,18 @@ var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref8, ref)
|
|
351
397
|
xmlns: "http://www.w3.org/2000/svg",
|
352
398
|
viewBox: "0 0 32 32",
|
353
399
|
fill: "currentColor"
|
354
|
-
}, rest),
|
400
|
+
}, rest), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
355
401
|
d: "M31 19L31 31 19 31 31 19z"
|
356
402
|
})), children);
|
357
403
|
});
|
358
404
|
if (process.env.NODE_ENV !== "production") {
|
359
405
|
ChevronMini.propTypes = iconPropTypes4cbeb95d.i;
|
360
406
|
}
|
361
|
-
var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(
|
362
|
-
var children =
|
363
|
-
|
364
|
-
size =
|
365
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
407
|
+
var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref11, ref) {
|
408
|
+
var children = _ref11.children,
|
409
|
+
_ref11$size = _ref11.size,
|
410
|
+
size = _ref11$size === undefined ? 16 : _ref11$size,
|
411
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref11, _excluded11);
|
366
412
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
367
413
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
368
414
|
width: size,
|
@@ -371,7 +417,7 @@ var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref9, re
|
|
371
417
|
xmlns: "http://www.w3.org/2000/svg",
|
372
418
|
viewBox: "0 0 6 10",
|
373
419
|
fill: "currentColor"
|
374
|
-
}, rest),
|
420
|
+
}, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
375
421
|
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
376
422
|
})), children);
|
377
423
|
}
|
@@ -383,7 +429,7 @@ var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref9, re
|
|
383
429
|
xmlns: "http://www.w3.org/2000/svg",
|
384
430
|
viewBox: "0 0 16 16",
|
385
431
|
fill: "currentColor"
|
386
|
-
}, rest),
|
432
|
+
}, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
387
433
|
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
388
434
|
})), children);
|
389
435
|
}
|
@@ -394,18 +440,18 @@ var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref9, re
|
|
394
440
|
xmlns: "http://www.w3.org/2000/svg",
|
395
441
|
viewBox: "0 0 32 32",
|
396
442
|
fill: "currentColor"
|
397
|
-
}, rest),
|
443
|
+
}, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
398
444
|
d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
|
399
445
|
})), children);
|
400
446
|
});
|
401
447
|
if (process.env.NODE_ENV !== "production") {
|
402
448
|
ChevronRight.propTypes = iconPropTypes4cbeb95d.i;
|
403
449
|
}
|
404
|
-
var ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(
|
405
|
-
var children =
|
406
|
-
|
407
|
-
size =
|
408
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
450
|
+
var ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref12, ref) {
|
451
|
+
var children = _ref12.children,
|
452
|
+
_ref12$size = _ref12.size,
|
453
|
+
size = _ref12$size === undefined ? 16 : _ref12$size,
|
454
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref12, _excluded12);
|
409
455
|
if (size === 16 || size === "16" || size === "16px") {
|
410
456
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
411
457
|
width: size,
|
@@ -414,7 +460,7 @@ var ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref10, ref
|
|
414
460
|
xmlns: "http://www.w3.org/2000/svg",
|
415
461
|
viewBox: "0 0 16 16",
|
416
462
|
fill: "currentColor"
|
417
|
-
}, rest),
|
463
|
+
}, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
418
464
|
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
419
465
|
})), children);
|
420
466
|
}
|
@@ -425,18 +471,18 @@ var ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref10, ref
|
|
425
471
|
xmlns: "http://www.w3.org/2000/svg",
|
426
472
|
viewBox: "0 0 32 32",
|
427
473
|
fill: "currentColor"
|
428
|
-
}, rest),
|
474
|
+
}, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
429
475
|
d: "M16 28L9 21 10.41 19.59 16 25.17 21.59 19.59 23 21 16 28zM16 4L23 11 21.59 12.41 16 6.83 10.41 12.41 9 11 16 4z"
|
430
476
|
})), children);
|
431
477
|
});
|
432
478
|
if (process.env.NODE_ENV !== "production") {
|
433
479
|
ChevronSort.propTypes = iconPropTypes4cbeb95d.i;
|
434
480
|
}
|
435
|
-
var ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(
|
436
|
-
var children =
|
437
|
-
|
438
|
-
size =
|
439
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
481
|
+
var ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref13, ref) {
|
482
|
+
var children = _ref13.children,
|
483
|
+
_ref13$size = _ref13.size,
|
484
|
+
size = _ref13$size === undefined ? 16 : _ref13$size,
|
485
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref13, _excluded13);
|
440
486
|
if (size === 16 || size === "16" || size === "16px") {
|
441
487
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
442
488
|
width: size,
|
@@ -445,7 +491,7 @@ var ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_re
|
|
445
491
|
xmlns: "http://www.w3.org/2000/svg",
|
446
492
|
viewBox: "0 0 16 16",
|
447
493
|
fill: "currentColor"
|
448
|
-
}, rest),
|
494
|
+
}, rest), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
449
495
|
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
|
450
496
|
})), children);
|
451
497
|
}
|
@@ -456,18 +502,18 @@ var ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_re
|
|
456
502
|
xmlns: "http://www.w3.org/2000/svg",
|
457
503
|
viewBox: "0 0 32 32",
|
458
504
|
fill: "currentColor"
|
459
|
-
}, rest),
|
505
|
+
}, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
460
506
|
d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
|
461
507
|
})), children);
|
462
508
|
});
|
463
509
|
if (process.env.NODE_ENV !== "production") {
|
464
510
|
ChevronSortDown.propTypes = iconPropTypes4cbeb95d.i;
|
465
511
|
}
|
466
|
-
var ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(
|
467
|
-
var children =
|
468
|
-
|
469
|
-
size =
|
470
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
512
|
+
var ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref14, ref) {
|
513
|
+
var children = _ref14.children,
|
514
|
+
_ref14$size = _ref14.size,
|
515
|
+
size = _ref14$size === undefined ? 16 : _ref14$size,
|
516
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref14, _excluded14);
|
471
517
|
if (size === 16 || size === "16" || size === "16px") {
|
472
518
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
473
519
|
width: size,
|
@@ -476,7 +522,7 @@ var ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref12,
|
|
476
522
|
xmlns: "http://www.w3.org/2000/svg",
|
477
523
|
viewBox: "0 0 16 16",
|
478
524
|
fill: "currentColor"
|
479
|
-
}, rest),
|
525
|
+
}, rest), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
480
526
|
d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
481
527
|
})), children);
|
482
528
|
}
|
@@ -487,18 +533,18 @@ var ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref12,
|
|
487
533
|
xmlns: "http://www.w3.org/2000/svg",
|
488
534
|
viewBox: "0 0 32 32",
|
489
535
|
fill: "currentColor"
|
490
|
-
}, rest),
|
536
|
+
}, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
491
537
|
d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
|
492
538
|
})), children);
|
493
539
|
});
|
494
540
|
if (process.env.NODE_ENV !== "production") {
|
495
541
|
ChevronSortUp.propTypes = iconPropTypes4cbeb95d.i;
|
496
542
|
}
|
497
|
-
var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(
|
498
|
-
var children =
|
499
|
-
|
500
|
-
size =
|
501
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
543
|
+
var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref15, ref) {
|
544
|
+
var children = _ref15.children,
|
545
|
+
_ref15$size = _ref15.size,
|
546
|
+
size = _ref15$size === undefined ? 16 : _ref15$size,
|
547
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref15, _excluded15);
|
502
548
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
503
549
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
504
550
|
width: size,
|
@@ -507,7 +553,7 @@ var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref13, ref) {
|
|
507
553
|
xmlns: "http://www.w3.org/2000/svg",
|
508
554
|
viewBox: "0 0 10 6",
|
509
555
|
fill: "currentColor"
|
510
|
-
}, rest),
|
556
|
+
}, rest), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
511
557
|
d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
|
512
558
|
})), children);
|
513
559
|
}
|
@@ -519,7 +565,7 @@ var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref13, ref) {
|
|
519
565
|
xmlns: "http://www.w3.org/2000/svg",
|
520
566
|
viewBox: "0 0 16 16",
|
521
567
|
fill: "currentColor"
|
522
|
-
}, rest),
|
568
|
+
}, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
523
569
|
d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
|
524
570
|
})), children);
|
525
571
|
}
|
@@ -530,18 +576,18 @@ var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref13, ref) {
|
|
530
576
|
xmlns: "http://www.w3.org/2000/svg",
|
531
577
|
viewBox: "0 0 32 32",
|
532
578
|
fill: "currentColor"
|
533
|
-
}, rest),
|
579
|
+
}, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
534
580
|
d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
|
535
581
|
})), children);
|
536
582
|
});
|
537
583
|
if (process.env.NODE_ENV !== "production") {
|
538
584
|
ChevronUp.propTypes = iconPropTypes4cbeb95d.i;
|
539
585
|
}
|
540
|
-
var ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(
|
541
|
-
var children =
|
542
|
-
|
543
|
-
size =
|
544
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
586
|
+
var ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref16, ref) {
|
587
|
+
var children = _ref16.children,
|
588
|
+
_ref16$size = _ref16.size,
|
589
|
+
size = _ref16$size === undefined ? 16 : _ref16$size,
|
590
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref16, _excluded16);
|
545
591
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
546
592
|
width: size,
|
547
593
|
height: size,
|
@@ -549,20 +595,20 @@ var ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_
|
|
549
595
|
xmlns: "http://www.w3.org/2000/svg",
|
550
596
|
viewBox: "0 0 32 32",
|
551
597
|
fill: "currentColor"
|
552
|
-
}, rest),
|
598
|
+
}, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
553
599
|
d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
|
554
|
-
})),
|
600
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
555
601
|
d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
|
556
602
|
})), children);
|
557
603
|
});
|
558
604
|
if (process.env.NODE_ENV !== "production") {
|
559
605
|
ChevronUpOutline.propTypes = iconPropTypes4cbeb95d.i;
|
560
606
|
}
|
561
|
-
var Chip = /*#__PURE__*/React.forwardRef(function Chip(
|
562
|
-
var children =
|
563
|
-
|
564
|
-
size =
|
565
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
607
|
+
var Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref17, ref) {
|
608
|
+
var children = _ref17.children,
|
609
|
+
_ref17$size = _ref17.size,
|
610
|
+
size = _ref17$size === undefined ? 16 : _ref17$size,
|
611
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref17, _excluded17);
|
566
612
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
567
613
|
width: size,
|
568
614
|
height: size,
|
@@ -570,20 +616,20 @@ var Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref15, ref) {
|
|
570
616
|
xmlns: "http://www.w3.org/2000/svg",
|
571
617
|
viewBox: "0 0 32 32",
|
572
618
|
fill: "currentColor"
|
573
|
-
}, rest),
|
619
|
+
}, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
574
620
|
d: "M11,11V21H21V11Zm8,8H13V13h6Z"
|
575
|
-
})),
|
621
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
576
622
|
d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
|
577
623
|
})), children);
|
578
624
|
});
|
579
625
|
if (process.env.NODE_ENV !== "production") {
|
580
626
|
Chip.propTypes = iconPropTypes4cbeb95d.i;
|
581
627
|
}
|
582
|
-
var Choices = /*#__PURE__*/React.forwardRef(function Choices(
|
583
|
-
var children =
|
584
|
-
|
585
|
-
size =
|
586
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
628
|
+
var Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref18, ref) {
|
629
|
+
var children = _ref18.children,
|
630
|
+
_ref18$size = _ref18.size,
|
631
|
+
size = _ref18$size === undefined ? 16 : _ref18$size,
|
632
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref18, _excluded18);
|
587
633
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
588
634
|
width: size,
|
589
635
|
height: size,
|
@@ -591,18 +637,18 @@ var Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref16, ref) {
|
|
591
637
|
xmlns: "http://www.w3.org/2000/svg",
|
592
638
|
viewBox: "0 0 32 32",
|
593
639
|
fill: "currentColor"
|
594
|
-
}, rest),
|
640
|
+
}, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
595
641
|
d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
|
596
642
|
})), children);
|
597
643
|
});
|
598
644
|
if (process.env.NODE_ENV !== "production") {
|
599
645
|
Choices.propTypes = iconPropTypes4cbeb95d.i;
|
600
646
|
}
|
601
|
-
var ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(
|
602
|
-
var children =
|
603
|
-
|
604
|
-
size =
|
605
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
647
|
+
var ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref19, ref) {
|
648
|
+
var children = _ref19.children,
|
649
|
+
_ref19$size = _ref19.size,
|
650
|
+
size = _ref19$size === undefined ? 16 : _ref19$size,
|
651
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref19, _excluded19);
|
606
652
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
607
653
|
width: size,
|
608
654
|
height: size,
|
@@ -610,18 +656,18 @@ var ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref17, ref)
|
|
610
656
|
xmlns: "http://www.w3.org/2000/svg",
|
611
657
|
viewBox: "0 0 32 32",
|
612
658
|
fill: "currentColor"
|
613
|
-
}, rest),
|
659
|
+
}, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
614
660
|
d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
|
615
661
|
})), children);
|
616
662
|
});
|
617
663
|
if (process.env.NODE_ENV !== "production") {
|
618
664
|
ChooseItem.propTypes = iconPropTypes4cbeb95d.i;
|
619
665
|
}
|
620
|
-
var ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(
|
621
|
-
var children =
|
622
|
-
|
623
|
-
size =
|
624
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
666
|
+
var ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref20, ref) {
|
667
|
+
var children = _ref20.children,
|
668
|
+
_ref20$size = _ref20.size,
|
669
|
+
size = _ref20$size === undefined ? 16 : _ref20$size,
|
670
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref20, _excluded20);
|
625
671
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
626
672
|
width: size,
|
627
673
|
height: size,
|
@@ -629,18 +675,18 @@ var ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref18,
|
|
629
675
|
xmlns: "http://www.w3.org/2000/svg",
|
630
676
|
viewBox: "0 0 32 32",
|
631
677
|
fill: "currentColor"
|
632
|
-
}, rest),
|
678
|
+
}, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
633
679
|
d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
|
634
680
|
})), children);
|
635
681
|
});
|
636
682
|
if (process.env.NODE_ENV !== "production") {
|
637
683
|
ChoroplethMap.propTypes = iconPropTypes4cbeb95d.i;
|
638
684
|
}
|
639
|
-
var CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(
|
640
|
-
var children =
|
641
|
-
|
642
|
-
size =
|
643
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
685
|
+
var CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref21, ref) {
|
686
|
+
var children = _ref21.children,
|
687
|
+
_ref21$size = _ref21.size,
|
688
|
+
size = _ref21$size === undefined ? 16 : _ref21$size,
|
689
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref21, _excluded21);
|
644
690
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
645
691
|
width: size,
|
646
692
|
height: size,
|
@@ -648,20 +694,20 @@ var CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref19, ref) {
|
|
648
694
|
xmlns: "http://www.w3.org/2000/svg",
|
649
695
|
viewBox: "0 0 32 32",
|
650
696
|
fill: "currentColor"
|
651
|
-
}, rest),
|
697
|
+
}, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
652
698
|
d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
|
653
|
-
})),
|
699
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
654
700
|
d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
|
655
701
|
})), children);
|
656
702
|
});
|
657
703
|
if (process.env.NODE_ENV !== "production") {
|
658
704
|
CicsCmas.propTypes = iconPropTypes4cbeb95d.i;
|
659
705
|
}
|
660
|
-
var CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(
|
661
|
-
var children =
|
662
|
-
|
663
|
-
size =
|
664
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
706
|
+
var CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref22, ref) {
|
707
|
+
var children = _ref22.children,
|
708
|
+
_ref22$size = _ref22.size,
|
709
|
+
size = _ref22$size === undefined ? 16 : _ref22$size,
|
710
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref22, _excluded22);
|
665
711
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
666
712
|
width: size,
|
667
713
|
height: size,
|
@@ -669,20 +715,20 @@ var CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection
|
|
669
715
|
xmlns: "http://www.w3.org/2000/svg",
|
670
716
|
viewBox: "0 0 32 32",
|
671
717
|
fill: "currentColor"
|
672
|
-
}, rest),
|
718
|
+
}, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
673
719
|
d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
|
674
|
-
})),
|
720
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
675
721
|
d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
|
676
722
|
})), children);
|
677
723
|
});
|
678
724
|
if (process.env.NODE_ENV !== "production") {
|
679
725
|
CicsDb2Connection.propTypes = iconPropTypes4cbeb95d.i;
|
680
726
|
}
|
681
|
-
var CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(
|
682
|
-
var children =
|
683
|
-
|
684
|
-
size =
|
685
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
727
|
+
var CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref23, ref) {
|
728
|
+
var children = _ref23.children,
|
729
|
+
_ref23$size = _ref23.size,
|
730
|
+
size = _ref23$size === undefined ? 16 : _ref23$size,
|
731
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref23, _excluded23);
|
686
732
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
687
733
|
width: size,
|
688
734
|
height: size,
|
@@ -690,20 +736,20 @@ var CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref21, r
|
|
690
736
|
xmlns: "http://www.w3.org/2000/svg",
|
691
737
|
viewBox: "0 0 32 32",
|
692
738
|
fill: "currentColor"
|
693
|
-
}, rest),
|
739
|
+
}, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
694
740
|
d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
|
695
|
-
})),
|
741
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
696
742
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
697
743
|
})), children);
|
698
744
|
});
|
699
745
|
if (process.env.NODE_ENV !== "production") {
|
700
746
|
CicsExplorer.propTypes = iconPropTypes4cbeb95d.i;
|
701
747
|
}
|
702
|
-
var CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(
|
703
|
-
var children =
|
704
|
-
|
705
|
-
size =
|
706
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
748
|
+
var CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref24, ref) {
|
749
|
+
var children = _ref24.children,
|
750
|
+
_ref24$size = _ref24.size,
|
751
|
+
size = _ref24$size === undefined ? 16 : _ref24$size,
|
752
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref24, _excluded24);
|
707
753
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
708
754
|
width: size,
|
709
755
|
height: size,
|
@@ -711,7 +757,7 @@ var CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref22, ref
|
|
711
757
|
xmlns: "http://www.w3.org/2000/svg",
|
712
758
|
viewBox: "0 0 32 32",
|
713
759
|
fill: "currentColor"
|
714
|
-
}, rest),
|
760
|
+
}, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
715
761
|
d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
|
716
762
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
717
763
|
cx: "9",
|
@@ -721,18 +767,18 @@ var CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref22, ref
|
|
721
767
|
cx: "6",
|
722
768
|
cy: "8",
|
723
769
|
r: "1"
|
724
|
-
})),
|
770
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
725
771
|
d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
|
726
772
|
})), children);
|
727
773
|
});
|
728
774
|
if (process.env.NODE_ENV !== "production") {
|
729
775
|
CicsProgram.propTypes = iconPropTypes4cbeb95d.i;
|
730
776
|
}
|
731
|
-
var CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(
|
732
|
-
var children =
|
733
|
-
|
734
|
-
size =
|
735
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
777
|
+
var CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref25, ref) {
|
778
|
+
var children = _ref25.children,
|
779
|
+
_ref25$size = _ref25.size,
|
780
|
+
size = _ref25$size === undefined ? 16 : _ref25$size,
|
781
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref25, _excluded25);
|
736
782
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
737
783
|
width: size,
|
738
784
|
height: size,
|
@@ -740,20 +786,20 @@ var CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref23, ref) {
|
|
740
786
|
xmlns: "http://www.w3.org/2000/svg",
|
741
787
|
viewBox: "0 0 32 32",
|
742
788
|
fill: "currentColor"
|
743
|
-
}, rest),
|
789
|
+
}, rest), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
744
790
|
d: "M23 22L30 27 23 32 23 22z"
|
745
|
-
})),
|
791
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
746
792
|
d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
|
747
793
|
})), children);
|
748
794
|
});
|
749
795
|
if (process.env.NODE_ENV !== "production") {
|
750
796
|
CicsSit.propTypes = iconPropTypes4cbeb95d.i;
|
751
797
|
}
|
752
|
-
var CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(
|
753
|
-
var children =
|
754
|
-
|
755
|
-
size =
|
756
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
798
|
+
var CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref26, ref) {
|
799
|
+
var children = _ref26.children,
|
800
|
+
_ref26$size = _ref26.size,
|
801
|
+
size = _ref26$size === undefined ? 16 : _ref26$size,
|
802
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref26, _excluded26);
|
757
803
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
758
804
|
width: size,
|
759
805
|
height: size,
|
@@ -761,18 +807,18 @@ var CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_
|
|
761
807
|
xmlns: "http://www.w3.org/2000/svg",
|
762
808
|
viewBox: "0 0 32 32",
|
763
809
|
fill: "currentColor"
|
764
|
-
}, rest),
|
810
|
+
}, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
765
811
|
d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
|
766
812
|
})), children);
|
767
813
|
});
|
768
814
|
if (process.env.NODE_ENV !== "production") {
|
769
815
|
CicsSitOverrides.propTypes = iconPropTypes4cbeb95d.i;
|
770
816
|
}
|
771
|
-
var CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(
|
772
|
-
var children =
|
773
|
-
|
774
|
-
size =
|
775
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
817
|
+
var CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref27, ref) {
|
818
|
+
var children = _ref27.children,
|
819
|
+
_ref27$size = _ref27.size,
|
820
|
+
size = _ref27$size === undefined ? 16 : _ref27$size,
|
821
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref27, _excluded27);
|
776
822
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
777
823
|
width: size,
|
778
824
|
height: size,
|
@@ -780,22 +826,22 @@ var CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_re
|
|
780
826
|
xmlns: "http://www.w3.org/2000/svg",
|
781
827
|
viewBox: "0 0 32 32",
|
782
828
|
fill: "currentColor"
|
783
|
-
}, rest),
|
829
|
+
}, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
784
830
|
d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
|
785
|
-
})),
|
831
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
786
832
|
d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
|
787
|
-
})),
|
833
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
788
834
|
d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
|
789
835
|
})), children);
|
790
836
|
});
|
791
837
|
if (process.env.NODE_ENV !== "production") {
|
792
838
|
CicsSystemGroup.propTypes = iconPropTypes4cbeb95d.i;
|
793
839
|
}
|
794
|
-
var CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(
|
795
|
-
var children =
|
796
|
-
|
797
|
-
size =
|
798
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
840
|
+
var CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref28, ref) {
|
841
|
+
var children = _ref28.children,
|
842
|
+
_ref28$size = _ref28.size,
|
843
|
+
size = _ref28$size === undefined ? 16 : _ref28$size,
|
844
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref28, _excluded28);
|
799
845
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
800
846
|
width: size,
|
801
847
|
height: size,
|
@@ -807,26 +853,26 @@ var CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransa
|
|
807
853
|
cx: "28",
|
808
854
|
cy: "10",
|
809
855
|
r: "2"
|
810
|
-
})),
|
856
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
811
857
|
d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
|
812
|
-
})),
|
858
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
813
859
|
d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
|
814
860
|
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
815
861
|
cx: "4",
|
816
862
|
cy: "22",
|
817
863
|
r: "2"
|
818
|
-
})),
|
864
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
819
865
|
d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
|
820
866
|
})), children);
|
821
867
|
});
|
822
868
|
if (process.env.NODE_ENV !== "production") {
|
823
869
|
CicsTransactionServerZos.propTypes = iconPropTypes4cbeb95d.i;
|
824
870
|
}
|
825
|
-
var CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(
|
826
|
-
var children =
|
827
|
-
|
828
|
-
size =
|
829
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
871
|
+
var CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref29, ref) {
|
872
|
+
var children = _ref29.children,
|
873
|
+
_ref29$size = _ref29.size,
|
874
|
+
size = _ref29$size === undefined ? 16 : _ref29$size,
|
875
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref29, _excluded29);
|
830
876
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
831
877
|
width: size,
|
832
878
|
height: size,
|
@@ -834,20 +880,20 @@ var CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref27,
|
|
834
880
|
xmlns: "http://www.w3.org/2000/svg",
|
835
881
|
viewBox: "0 0 32 32",
|
836
882
|
fill: "currentColor"
|
837
|
-
}, rest),
|
883
|
+
}, rest), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
838
884
|
d: "M22 22L24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22zM18 28H16V20H14v8.6A1.4529 1.4529 0 0015.5 30h3A1.4529 1.4529 0 0020 28.6V20H18zM10.2 20L10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20zM16 11L13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11z"
|
839
|
-
})),
|
885
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
840
886
|
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
|
841
887
|
})), children);
|
842
888
|
});
|
843
889
|
if (process.env.NODE_ENV !== "production") {
|
844
890
|
CicsWuiRegion.propTypes = iconPropTypes4cbeb95d.i;
|
845
891
|
}
|
846
|
-
var CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(
|
847
|
-
var children =
|
848
|
-
|
849
|
-
size =
|
850
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
892
|
+
var CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref30, ref) {
|
893
|
+
var children = _ref30.children,
|
894
|
+
_ref30$size = _ref30.size,
|
895
|
+
size = _ref30$size === undefined ? 16 : _ref30$size,
|
896
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref30, _excluded30);
|
851
897
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
852
898
|
width: size,
|
853
899
|
height: size,
|
@@ -855,20 +901,20 @@ var CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref28, ref)
|
|
855
901
|
xmlns: "http://www.w3.org/2000/svg",
|
856
902
|
viewBox: "0 0 32 32",
|
857
903
|
fill: "currentColor"
|
858
|
-
}, rest),
|
904
|
+
}, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
859
905
|
d: "M23.5 18L21 18.7 21 16 19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18zM16 13L16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13z"
|
860
|
-
})),
|
906
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
861
907
|
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,26,4ZM6,26V6H26V26Z"
|
862
908
|
})), children);
|
863
909
|
});
|
864
910
|
if (process.env.NODE_ENV !== "production") {
|
865
911
|
CicsRegion.propTypes = iconPropTypes4cbeb95d.i;
|
866
912
|
}
|
867
|
-
var CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(
|
868
|
-
var children =
|
869
|
-
|
870
|
-
size =
|
871
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
913
|
+
var CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref31, ref) {
|
914
|
+
var children = _ref31.children,
|
915
|
+
_ref31$size = _ref31.size,
|
916
|
+
size = _ref31$size === undefined ? 16 : _ref31$size,
|
917
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref31, _excluded31);
|
872
918
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
873
919
|
width: size,
|
874
920
|
height: size,
|
@@ -876,18 +922,18 @@ var CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref29,
|
|
876
922
|
xmlns: "http://www.w3.org/2000/svg",
|
877
923
|
viewBox: "0 0 32 32",
|
878
924
|
fill: "currentColor"
|
879
|
-
}, rest),
|
925
|
+
}, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
880
926
|
d: "M31 13v-2h-4c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h2v2h-4v2h4c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-2v-2h4zM17 13v6c0 1.1025.8972 2 2 2h4v-2h-4v-6h4v-2h-4c-1.1028 0-2 .8975-2 2zM9 13L11 13 11 19 9 19 9 21 15 21 15 19 13 19 13 13 15 13 15 11 9 11 9 13zM1 13v6c0 1.1025.8972 2 2 2H7v-2H3v-6H7v-2H3c-1.1028 0-2 .8975-2 2z"
|
881
927
|
})), children);
|
882
928
|
});
|
883
929
|
if (process.env.NODE_ENV !== "production") {
|
884
930
|
CicsRegionAlt.propTypes = iconPropTypes4cbeb95d.i;
|
885
931
|
}
|
886
|
-
var CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(
|
887
|
-
var children =
|
888
|
-
|
889
|
-
size =
|
890
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
932
|
+
var CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref32, ref) {
|
933
|
+
var children = _ref32.children,
|
934
|
+
_ref32$size = _ref32.size,
|
935
|
+
size = _ref32$size === undefined ? 16 : _ref32$size,
|
936
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref32, _excluded32);
|
891
937
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
892
938
|
width: size,
|
893
939
|
height: size,
|
@@ -895,20 +941,20 @@ var CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting
|
|
895
941
|
xmlns: "http://www.w3.org/2000/svg",
|
896
942
|
viewBox: "0 0 32 32",
|
897
943
|
fill: "currentColor"
|
898
|
-
}, rest),
|
944
|
+
}, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
899
945
|
d: "M22 2L22 4 26.6 4 20 10.6 21.4 12 28 5.4 28 10 30 10 30 2 22 2zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
|
900
|
-
})),
|
946
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
901
947
|
d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
|
902
948
|
})), children);
|
903
949
|
});
|
904
950
|
if (process.env.NODE_ENV !== "production") {
|
905
951
|
CicsRegionRouting.propTypes = iconPropTypes4cbeb95d.i;
|
906
952
|
}
|
907
|
-
var CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(
|
908
|
-
var children =
|
909
|
-
|
910
|
-
size =
|
911
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
953
|
+
var CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref33, ref) {
|
954
|
+
var children = _ref33.children,
|
955
|
+
_ref33$size = _ref33.size,
|
956
|
+
size = _ref33$size === undefined ? 16 : _ref33$size,
|
957
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref33, _excluded33);
|
912
958
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
913
959
|
width: size,
|
914
960
|
height: size,
|
@@ -916,20 +962,20 @@ var CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_
|
|
916
962
|
xmlns: "http://www.w3.org/2000/svg",
|
917
963
|
viewBox: "0 0 32 32",
|
918
964
|
fill: "currentColor"
|
919
|
-
}, rest),
|
965
|
+
}, rest), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
920
966
|
d: "M26 7H28V10H26zM29 4H32V6H29zM26 0H28V3H26zM22 4H25V6H22zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
|
921
|
-
})),
|
967
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
922
968
|
d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
|
923
969
|
})), children);
|
924
970
|
});
|
925
971
|
if (process.env.NODE_ENV !== "production") {
|
926
972
|
CicsRegionTarget.propTypes = iconPropTypes4cbeb95d.i;
|
927
973
|
}
|
928
|
-
var Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(
|
929
|
-
var children =
|
930
|
-
|
931
|
-
size =
|
932
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
974
|
+
var Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref34, ref) {
|
975
|
+
var children = _ref34.children,
|
976
|
+
_ref34$size = _ref34.size,
|
977
|
+
size = _ref34$size === undefined ? 16 : _ref34$size,
|
978
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref34, _excluded34);
|
933
979
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
934
980
|
width: size,
|
935
981
|
height: size,
|
@@ -937,18 +983,18 @@ var Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref32, ref) {
|
|
937
983
|
xmlns: "http://www.w3.org/2000/svg",
|
938
984
|
viewBox: "0 0 32 32",
|
939
985
|
fill: "currentColor"
|
940
|
-
}, rest),
|
986
|
+
}, rest), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
941
987
|
d: "M8 18.6V17H6v1.6A7.3833 7.3833 0 0013.4 26H15V24H13.4A5.3775 5.3775 0 018 18.6zM28 18H20a2.0059 2.0059 0 00-2 2v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V20A2.0059 2.0059 0 0028 18zM20 28V20h8v8zM24 13.4V15h2V13.4A7.3833 7.3833 0 0018.6 6H17V8h1.6A5.3775 5.3775 0 0124 13.4zM12 2H4A2.0059 2.0059 0 002 4v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0012 2zM4 12V4h8v8z"
|
942
988
|
})), children);
|
943
989
|
});
|
944
990
|
if (process.env.NODE_ENV !== "production") {
|
945
991
|
Cicsplex.propTypes = iconPropTypes4cbeb95d.i;
|
946
992
|
}
|
947
|
-
var CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(
|
948
|
-
var children =
|
949
|
-
|
950
|
-
size =
|
951
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
993
|
+
var CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref35, ref) {
|
994
|
+
var children = _ref35.children,
|
995
|
+
_ref35$size = _ref35.size,
|
996
|
+
size = _ref35$size === undefined ? 16 : _ref35$size,
|
997
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref35, _excluded35);
|
952
998
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
953
999
|
width: size,
|
954
1000
|
height: size,
|
@@ -960,18 +1006,18 @@ var CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref33, r
|
|
960
1006
|
cx: "16",
|
961
1007
|
cy: "16",
|
962
1008
|
r: "10"
|
963
|
-
})),
|
1009
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
964
1010
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
965
1011
|
})), children);
|
966
1012
|
});
|
967
1013
|
if (process.env.NODE_ENV !== "production") {
|
968
1014
|
CircleFilled.propTypes = iconPropTypes4cbeb95d.i;
|
969
1015
|
}
|
970
|
-
var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(
|
971
|
-
var children =
|
972
|
-
|
973
|
-
size =
|
974
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1016
|
+
var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref36, ref) {
|
1017
|
+
var children = _ref36.children,
|
1018
|
+
_ref36$size = _ref36.size,
|
1019
|
+
size = _ref36$size === undefined ? 16 : _ref36$size,
|
1020
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref36, _excluded36);
|
975
1021
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
976
1022
|
width: size,
|
977
1023
|
height: size,
|
@@ -979,7 +1025,7 @@ var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref34,
|
|
979
1025
|
xmlns: "http://www.w3.org/2000/svg",
|
980
1026
|
viewBox: "0 0 32 32",
|
981
1027
|
fill: "currentColor"
|
982
|
-
}, rest),
|
1028
|
+
}, rest), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
983
1029
|
strokeWidth: "0",
|
984
1030
|
d: "m16,2c-7.732,0-14,6.268-14,14s6.268,14,14,14,14-6.268,14-14S23.732,2,16,2Zm0,26c-6.6274,0-12-5.3726-12-12s5.3726-12,12-12,12,5.3726,12,12-5.3726,12-12,12Z"
|
985
1031
|
})), children);
|
@@ -987,11 +1033,11 @@ var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref34,
|
|
987
1033
|
if (process.env.NODE_ENV !== "production") {
|
988
1034
|
CircleOutline.propTypes = iconPropTypes4cbeb95d.i;
|
989
1035
|
}
|
990
|
-
var CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(
|
991
|
-
var children =
|
992
|
-
|
993
|
-
size =
|
994
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1036
|
+
var CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref37, ref) {
|
1037
|
+
var children = _ref37.children,
|
1038
|
+
_ref37$size = _ref37.size,
|
1039
|
+
size = _ref37$size === undefined ? 16 : _ref37$size,
|
1040
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref37, _excluded37);
|
995
1041
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
996
1042
|
width: size,
|
997
1043
|
height: size,
|
@@ -1008,11 +1054,11 @@ var CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref35, ref
|
|
1008
1054
|
if (process.env.NODE_ENV !== "production") {
|
1009
1055
|
CircleSolid.propTypes = iconPropTypes4cbeb95d.i;
|
1010
1056
|
}
|
1011
|
-
var CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(
|
1012
|
-
var children =
|
1013
|
-
|
1014
|
-
size =
|
1015
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1057
|
+
var CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref38, ref) {
|
1058
|
+
var children = _ref38.children,
|
1059
|
+
_ref38$size = _ref38.size,
|
1060
|
+
size = _ref38$size === undefined ? 16 : _ref38$size,
|
1061
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref38, _excluded38);
|
1016
1062
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1017
1063
|
width: size,
|
1018
1064
|
height: size,
|
@@ -1020,18 +1066,18 @@ var CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref36, ref)
|
|
1020
1066
|
xmlns: "http://www.w3.org/2000/svg",
|
1021
1067
|
viewBox: "0 0 32 32",
|
1022
1068
|
fill: "currentColor"
|
1023
|
-
}, rest),
|
1069
|
+
}, rest), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
1024
1070
|
d: "M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"
|
1025
1071
|
})), children);
|
1026
1072
|
});
|
1027
1073
|
if (process.env.NODE_ENV !== "production") {
|
1028
1074
|
CircleDash.propTypes = iconPropTypes4cbeb95d.i;
|
1029
1075
|
}
|
1030
|
-
var CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(
|
1031
|
-
var children =
|
1032
|
-
|
1033
|
-
size =
|
1034
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1076
|
+
var CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref39, ref) {
|
1077
|
+
var children = _ref39.children,
|
1078
|
+
_ref39$size = _ref39.size,
|
1079
|
+
size = _ref39$size === undefined ? 16 : _ref39$size,
|
1080
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref39, _excluded39);
|
1035
1081
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1036
1082
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1037
1083
|
width: size,
|
@@ -1062,11 +1108,11 @@ var CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref37, ref)
|
|
1062
1108
|
if (process.env.NODE_ENV !== "production") {
|
1063
1109
|
CircleFill.propTypes = iconPropTypes4cbeb95d.i;
|
1064
1110
|
}
|
1065
|
-
var WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(
|
1066
|
-
var children =
|
1067
|
-
|
1068
|
-
size =
|
1069
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1111
|
+
var WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref40, ref) {
|
1112
|
+
var children = _ref40.children,
|
1113
|
+
_ref40$size = _ref40.size,
|
1114
|
+
size = _ref40$size === undefined ? 16 : _ref40$size,
|
1115
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref40, _excluded40);
|
1070
1116
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1071
1117
|
width: size,
|
1072
1118
|
height: size,
|
@@ -1074,20 +1120,20 @@ var WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function Watso
|
|
1074
1120
|
xmlns: "http://www.w3.org/2000/svg",
|
1075
1121
|
viewBox: "0 0 32 32",
|
1076
1122
|
fill: "currentColor"
|
1077
|
-
}, rest),
|
1123
|
+
}, rest), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
1078
1124
|
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"
|
1079
|
-
})),
|
1125
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
1080
1126
|
d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
|
1081
1127
|
})), children);
|
1082
1128
|
});
|
1083
1129
|
if (process.env.NODE_ENV !== "production") {
|
1084
1130
|
WatsonHealthCircleMeasurement.propTypes = iconPropTypes4cbeb95d.i;
|
1085
1131
|
}
|
1086
|
-
var CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(
|
1087
|
-
var children =
|
1088
|
-
|
1089
|
-
size =
|
1090
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1132
|
+
var CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref41, ref) {
|
1133
|
+
var children = _ref41.children,
|
1134
|
+
_ref41$size = _ref41.size,
|
1135
|
+
size = _ref41$size === undefined ? 16 : _ref41$size,
|
1136
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref41, _excluded41);
|
1091
1137
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1092
1138
|
width: size,
|
1093
1139
|
height: size,
|
@@ -1095,18 +1141,18 @@ var CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref39,
|
|
1095
1141
|
xmlns: "http://www.w3.org/2000/svg",
|
1096
1142
|
viewBox: "0 0 32 32",
|
1097
1143
|
fill: "currentColor"
|
1098
|
-
}, rest),
|
1144
|
+
}, rest), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
1099
1145
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.5,7A3.5,3.5,0,1,1,20,12.5,3.5041,3.5041,0,0,1,23.5,9Zm.4348-1.978C23.791,7.0107,23.6467,7,23.5,7a5.4826,5.4826,0,0,0-4.1323,1.8784,8.0109,8.0109,0,0,0-5.5664-4.6675A11.8554,11.8554,0,0,1,23.9348,7.022ZM16,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,28ZM12,18a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,12,18ZM4,16a11.97,11.97,0,0,1,.2112-2.1987,7.9921,7.9921,0,0,0,7.3459,6.1762,5.9581,5.9581,0,0,0-.89,6.7564A12.0025,12.0025,0,0,1,4,16ZM21.3325,26.7339a5.9834,5.9834,0,0,0-4.1782-8.6206,8.02,8.02,0,0,0,1.9126-2.3672,5.4883,5.4883,0,0,0,8.9167-.0679c.003.1079.0164.2134.0164.3218A12.0025,12.0025,0,0,1,21.3325,26.7339Z"
|
1100
1146
|
})), children);
|
1101
1147
|
});
|
1102
1148
|
if (process.env.NODE_ENV !== "production") {
|
1103
1149
|
CirclePacking.propTypes = iconPropTypes4cbeb95d.i;
|
1104
1150
|
}
|
1105
|
-
var CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(
|
1106
|
-
var children =
|
1107
|
-
|
1108
|
-
size =
|
1109
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1151
|
+
var CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref42, ref) {
|
1152
|
+
var children = _ref42.children,
|
1153
|
+
_ref42$size = _ref42.size,
|
1154
|
+
size = _ref42$size === undefined ? 16 : _ref42$size,
|
1155
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref42, _excluded42);
|
1110
1156
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1111
1157
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1112
1158
|
width: size,
|
@@ -1115,7 +1161,7 @@ var CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref40, r
|
|
1115
1161
|
xmlns: "http://www.w3.org/2000/svg",
|
1116
1162
|
viewBox: "0 0 16 16",
|
1117
1163
|
fill: "currentColor"
|
1118
|
-
}, rest),
|
1164
|
+
}, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
1119
1165
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
1120
1166
|
})), children);
|
1121
1167
|
}
|
@@ -1126,18 +1172,18 @@ var CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref40, r
|
|
1126
1172
|
xmlns: "http://www.w3.org/2000/svg",
|
1127
1173
|
viewBox: "0 0 16 16",
|
1128
1174
|
fill: "currentColor"
|
1129
|
-
}, rest),
|
1175
|
+
}, rest), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
1130
1176
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
1131
1177
|
})), children);
|
1132
1178
|
});
|
1133
1179
|
if (process.env.NODE_ENV !== "production") {
|
1134
1180
|
CircleStroke.propTypes = iconPropTypes4cbeb95d.i;
|
1135
1181
|
}
|
1136
|
-
var QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(
|
1137
|
-
var children =
|
1138
|
-
|
1139
|
-
size =
|
1140
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1182
|
+
var QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref43, ref) {
|
1183
|
+
var children = _ref43.children,
|
1184
|
+
_ref43$size = _ref43.size,
|
1185
|
+
size = _ref43$size === undefined ? 16 : _ref43$size,
|
1186
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref43, _excluded43);
|
1141
1187
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1142
1188
|
width: size,
|
1143
1189
|
height: size,
|
@@ -1145,20 +1191,20 @@ var QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_
|
|
1145
1191
|
xmlns: "http://www.w3.org/2000/svg",
|
1146
1192
|
viewBox: "0 0 32 32",
|
1147
1193
|
fill: "currentColor"
|
1148
|
-
}, rest),
|
1194
|
+
}, rest), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
1149
1195
|
d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
|
1150
|
-
})),
|
1196
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
1151
1197
|
d: "M30,15H26V6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6v9H2v2H6v9a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V17h4ZM8,26V6H24V26Z"
|
1152
1198
|
})), children);
|
1153
1199
|
});
|
1154
1200
|
if (process.env.NODE_ENV !== "production") {
|
1155
1201
|
QCircuitComposer.propTypes = iconPropTypes4cbeb95d.i;
|
1156
1202
|
}
|
1157
|
-
var Classification = /*#__PURE__*/React.forwardRef(function Classification(
|
1158
|
-
var children =
|
1159
|
-
|
1160
|
-
size =
|
1161
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1203
|
+
var Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref44, ref) {
|
1204
|
+
var children = _ref44.children,
|
1205
|
+
_ref44$size = _ref44.size,
|
1206
|
+
size = _ref44$size === undefined ? 16 : _ref44$size,
|
1207
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref44, _excluded44);
|
1162
1208
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1163
1209
|
width: size,
|
1164
1210
|
height: size,
|
@@ -1170,18 +1216,18 @@ var Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref4
|
|
1170
1216
|
cx: "15",
|
1171
1217
|
cy: "19",
|
1172
1218
|
r: "1"
|
1173
|
-
})),
|
1219
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
1174
1220
|
d: "M27.7,9.3l-7-7A.9087.9087,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4V14H6a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H8v4a2.0058,2.0058,0,0,0,2,2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,4.4,25.6,10H20ZM6,16h9.5972L19,19l-3.3926,3H6ZM26,28H10V24h5.6089a2.0076,2.0076,0,0,0,1.3135-.4927l3.3833-2.9917a2.0015,2.0015,0,0,0,.01-3.0229l-3.4033-3.0083A1.9961,1.9961,0,0,0,15.6089,14H10V4h8v6a2.0058,2.0058,0,0,0,2,2h6Z"
|
1175
1221
|
})), children);
|
1176
1222
|
});
|
1177
1223
|
if (process.env.NODE_ENV !== "production") {
|
1178
1224
|
Classification.propTypes = iconPropTypes4cbeb95d.i;
|
1179
1225
|
}
|
1180
|
-
var ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(
|
1181
|
-
var children =
|
1182
|
-
|
1183
|
-
size =
|
1184
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1226
|
+
var ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref45, ref) {
|
1227
|
+
var children = _ref45.children,
|
1228
|
+
_ref45$size = _ref45.size,
|
1229
|
+
size = _ref45$size === undefined ? 16 : _ref45$size,
|
1230
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref45, _excluded45);
|
1185
1231
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1186
1232
|
width: size,
|
1187
1233
|
height: size,
|
@@ -1189,18 +1235,18 @@ var ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLangua
|
|
1189
1235
|
xmlns: "http://www.w3.org/2000/svg",
|
1190
1236
|
viewBox: "0 0 32 32",
|
1191
1237
|
fill: "currentColor"
|
1192
|
-
}, rest),
|
1238
|
+
}, rest), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
1193
1239
|
d: "M30 10V2H22v8h3v4H23v2h7V14H27V10zM24 4h4V8H24zM20 23.41L18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41zM20 14L12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14zM7 9.86a4 4 0 10-2 0V14H2v2H9V14H7zM4 6A2 2 0 116 8 2 2 0 014 6z"
|
1194
1240
|
})), children);
|
1195
1241
|
});
|
1196
1242
|
if (process.env.NODE_ENV !== "production") {
|
1197
1243
|
ClassifierLanguage.propTypes = iconPropTypes4cbeb95d.i;
|
1198
1244
|
}
|
1199
|
-
var Clean = /*#__PURE__*/React.forwardRef(function Clean(
|
1200
|
-
var children =
|
1201
|
-
|
1202
|
-
size =
|
1203
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1245
|
+
var Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref46, ref) {
|
1246
|
+
var children = _ref46.children,
|
1247
|
+
_ref46$size = _ref46.size,
|
1248
|
+
size = _ref46$size === undefined ? 16 : _ref46$size,
|
1249
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref46, _excluded46);
|
1204
1250
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1205
1251
|
width: size,
|
1206
1252
|
height: size,
|
@@ -1208,27 +1254,27 @@ var Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref44, ref) {
|
|
1208
1254
|
xmlns: "http://www.w3.org/2000/svg",
|
1209
1255
|
viewBox: "0 0 32 32",
|
1210
1256
|
fill: "currentColor"
|
1211
|
-
}, rest),
|
1257
|
+
}, rest), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
1212
1258
|
d: "M20 18H26V20H20z",
|
1213
1259
|
transform: "rotate(-180 23 19)"
|
1214
|
-
})),
|
1260
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
1215
1261
|
d: "M24 26H30V28H24z",
|
1216
1262
|
transform: "rotate(-180 27 27)"
|
1217
|
-
})),
|
1263
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1218
1264
|
d: "M22 22H28V24H22z",
|
1219
1265
|
transform: "rotate(-180 25 23)"
|
1220
|
-
})),
|
1266
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1221
1267
|
d: "M17.0029,20a4.8952,4.8952,0,0,0-2.4044-4.1729L22,3,20.2691,2,12.6933,15.126A5.6988,5.6988,0,0,0,7.45,16.6289C3.7064,20.24,3.9963,28.6821,4.01,29.04a1,1,0,0,0,1,.96H20.0012a1,1,0,0,0,.6-1.8C17.0615,25.5439,17.0029,20.0537,17.0029,20ZM11.93,16.9971A3.11,3.11,0,0,1,15.0041,20c0,.0381.0019.208.0168.4688L9.1215,17.8452A3.8,3.8,0,0,1,11.93,16.9971ZM15.4494,28A5.2,5.2,0,0,1,14,25H12a6.4993,6.4993,0,0,0,.9684,3H10.7451A16.6166,16.6166,0,0,1,10,24H8a17.3424,17.3424,0,0,0,.6652,4H6c.031-1.8364.29-5.8921,1.8027-8.5527l7.533,3.35A13.0253,13.0253,0,0,0,17.5968,28Z"
|
1222
1268
|
})), children);
|
1223
1269
|
});
|
1224
1270
|
if (process.env.NODE_ENV !== "production") {
|
1225
1271
|
Clean.propTypes = iconPropTypes4cbeb95d.i;
|
1226
1272
|
}
|
1227
|
-
var Close = /*#__PURE__*/React.forwardRef(function Close(
|
1228
|
-
var children =
|
1229
|
-
|
1230
|
-
size =
|
1231
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1273
|
+
var Close = /*#__PURE__*/React.forwardRef(function Close(_ref47, ref) {
|
1274
|
+
var children = _ref47.children,
|
1275
|
+
_ref47$size = _ref47.size,
|
1276
|
+
size = _ref47$size === undefined ? 16 : _ref47$size,
|
1277
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref47, _excluded47);
|
1232
1278
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1233
1279
|
width: size,
|
1234
1280
|
height: size,
|
@@ -1236,18 +1282,18 @@ var Close = /*#__PURE__*/React.forwardRef(function Close(_ref45, ref) {
|
|
1236
1282
|
xmlns: "http://www.w3.org/2000/svg",
|
1237
1283
|
viewBox: "0 0 32 32",
|
1238
1284
|
fill: "currentColor"
|
1239
|
-
}, rest),
|
1285
|
+
}, rest), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1240
1286
|
d: "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
|
1241
1287
|
})), children);
|
1242
1288
|
});
|
1243
1289
|
if (process.env.NODE_ENV !== "production") {
|
1244
1290
|
Close.propTypes = iconPropTypes4cbeb95d.i;
|
1245
1291
|
}
|
1246
|
-
var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(
|
1247
|
-
var children =
|
1248
|
-
|
1249
|
-
size =
|
1250
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1292
|
+
var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref48, ref) {
|
1293
|
+
var children = _ref48.children,
|
1294
|
+
_ref48$size = _ref48.size,
|
1295
|
+
size = _ref48$size === undefined ? 16 : _ref48$size,
|
1296
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref48, _excluded48);
|
1251
1297
|
if (size === 16 || size === "16" || size === "16px") {
|
1252
1298
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1253
1299
|
width: size,
|
@@ -1256,7 +1302,7 @@ var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref46, ref
|
|
1256
1302
|
xmlns: "http://www.w3.org/2000/svg",
|
1257
1303
|
viewBox: "0 0 16 16",
|
1258
1304
|
fill: "currentColor"
|
1259
|
-
}, rest),
|
1305
|
+
}, rest), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1260
1306
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
|
1261
1307
|
})), children);
|
1262
1308
|
}
|
@@ -1267,9 +1313,9 @@ var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref46, ref
|
|
1267
1313
|
xmlns: "http://www.w3.org/2000/svg",
|
1268
1314
|
viewBox: "0 0 32 32",
|
1269
1315
|
fill: "currentColor"
|
1270
|
-
}, rest),
|
1316
|
+
}, rest), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1271
1317
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
|
1272
|
-
})),
|
1318
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1273
1319
|
d: "M14.4 16L9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4 21.4 23 16 17.6 10.6 23 9 21.4 14.4 16",
|
1274
1320
|
"data-icon-path": "inner-path",
|
1275
1321
|
opacity: "0"
|
@@ -1278,11 +1324,11 @@ var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref46, ref
|
|
1278
1324
|
if (process.env.NODE_ENV !== "production") {
|
1279
1325
|
CloseFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1280
1326
|
}
|
1281
|
-
var CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(
|
1282
|
-
var children =
|
1283
|
-
|
1284
|
-
size =
|
1285
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1327
|
+
var CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref49, ref) {
|
1328
|
+
var children = _ref49.children,
|
1329
|
+
_ref49$size = _ref49.size,
|
1330
|
+
size = _ref49$size === undefined ? 16 : _ref49$size,
|
1331
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref49, _excluded49);
|
1286
1332
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1287
1333
|
width: size,
|
1288
1334
|
height: size,
|
@@ -1290,18 +1336,18 @@ var CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref47, ref)
|
|
1290
1336
|
xmlns: "http://www.w3.org/2000/svg",
|
1291
1337
|
viewBox: "0 0 32 32",
|
1292
1338
|
fill: "currentColor"
|
1293
|
-
}, rest),
|
1339
|
+
}, rest), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1294
1340
|
d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
|
1295
1341
|
})), children);
|
1296
1342
|
});
|
1297
1343
|
if (process.env.NODE_ENV !== "production") {
|
1298
1344
|
CloseLarge.propTypes = iconPropTypes4cbeb95d.i;
|
1299
1345
|
}
|
1300
|
-
var CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(
|
1301
|
-
var children =
|
1302
|
-
|
1303
|
-
size =
|
1304
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1346
|
+
var CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref50, ref) {
|
1347
|
+
var children = _ref50.children,
|
1348
|
+
_ref50$size = _ref50.size,
|
1349
|
+
size = _ref50$size === undefined ? 16 : _ref50$size,
|
1350
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref50, _excluded50);
|
1305
1351
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1306
1352
|
width: size,
|
1307
1353
|
height: size,
|
@@ -1309,20 +1355,20 @@ var CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref48, r
|
|
1309
1355
|
xmlns: "http://www.w3.org/2000/svg",
|
1310
1356
|
viewBox: "0 0 32 32",
|
1311
1357
|
fill: "currentColor"
|
1312
|
-
}, rest),
|
1358
|
+
}, rest), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1313
1359
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
|
1314
|
-
})),
|
1360
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
1315
1361
|
d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
|
1316
1362
|
})), children);
|
1317
1363
|
});
|
1318
1364
|
if (process.env.NODE_ENV !== "production") {
|
1319
1365
|
CloseOutline.propTypes = iconPropTypes4cbeb95d.i;
|
1320
1366
|
}
|
1321
|
-
var ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(
|
1322
|
-
var children =
|
1323
|
-
|
1324
|
-
size =
|
1325
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1367
|
+
var ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref51, ref) {
|
1368
|
+
var children = _ref51.children,
|
1369
|
+
_ref51$size = _ref51.size,
|
1370
|
+
size = _ref51$size === undefined ? 16 : _ref51$size,
|
1371
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref51, _excluded51);
|
1326
1372
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1327
1373
|
width: size,
|
1328
1374
|
height: size,
|
@@ -1330,20 +1376,20 @@ var ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref49,
|
|
1330
1376
|
xmlns: "http://www.w3.org/2000/svg",
|
1331
1377
|
viewBox: "0 0 32 32",
|
1332
1378
|
fill: "currentColor"
|
1333
|
-
}, rest),
|
1379
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
1334
1380
|
d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
|
1335
|
-
})),
|
1381
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1336
1382
|
d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
|
1337
1383
|
})), children);
|
1338
1384
|
});
|
1339
1385
|
if (process.env.NODE_ENV !== "production") {
|
1340
1386
|
ClosedCaption.propTypes = iconPropTypes4cbeb95d.i;
|
1341
1387
|
}
|
1342
|
-
var ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(
|
1343
|
-
var children =
|
1344
|
-
|
1345
|
-
size =
|
1346
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1388
|
+
var ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref52, ref) {
|
1389
|
+
var children = _ref52.children,
|
1390
|
+
_ref52$size = _ref52.size,
|
1391
|
+
size = _ref52$size === undefined ? 16 : _ref52$size,
|
1392
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref52, _excluded52);
|
1347
1393
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1348
1394
|
width: size,
|
1349
1395
|
height: size,
|
@@ -1351,20 +1397,20 @@ var ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_
|
|
1351
1397
|
xmlns: "http://www.w3.org/2000/svg",
|
1352
1398
|
viewBox: "0 0 32 32",
|
1353
1399
|
fill: "currentColor"
|
1354
|
-
}, rest),
|
1400
|
+
}, rest), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1355
1401
|
d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
|
1356
|
-
})),
|
1402
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1357
1403
|
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
1358
1404
|
})), children);
|
1359
1405
|
});
|
1360
1406
|
if (process.env.NODE_ENV !== "production") {
|
1361
1407
|
ClosedCaptionAlt.propTypes = iconPropTypes4cbeb95d.i;
|
1362
1408
|
}
|
1363
|
-
var ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(
|
1364
|
-
var children =
|
1365
|
-
|
1366
|
-
size =
|
1367
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1409
|
+
var ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref53, ref) {
|
1410
|
+
var children = _ref53.children,
|
1411
|
+
_ref53$size = _ref53.size,
|
1412
|
+
size = _ref53$size === undefined ? 16 : _ref53$size,
|
1413
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref53, _excluded53);
|
1368
1414
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1369
1415
|
width: size,
|
1370
1416
|
height: size,
|
@@ -1372,18 +1418,18 @@ var ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFi
|
|
1372
1418
|
xmlns: "http://www.w3.org/2000/svg",
|
1373
1419
|
viewBox: "0 0 32 32",
|
1374
1420
|
fill: "currentColor"
|
1375
|
-
}, rest),
|
1421
|
+
}, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1376
1422
|
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,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
|
1377
1423
|
})), children);
|
1378
1424
|
});
|
1379
1425
|
if (process.env.NODE_ENV !== "production") {
|
1380
1426
|
ClosedCaptionFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1381
1427
|
}
|
1382
|
-
var Cloud = /*#__PURE__*/React.forwardRef(function Cloud(
|
1383
|
-
var children =
|
1384
|
-
|
1385
|
-
size =
|
1386
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1428
|
+
var Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref54, ref) {
|
1429
|
+
var children = _ref54.children,
|
1430
|
+
_ref54$size = _ref54.size,
|
1431
|
+
size = _ref54$size === undefined ? 16 : _ref54$size,
|
1432
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref54, _excluded54);
|
1387
1433
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1388
1434
|
width: size,
|
1389
1435
|
height: size,
|
@@ -1391,18 +1437,18 @@ var Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref52, ref) {
|
|
1391
1437
|
xmlns: "http://www.w3.org/2000/svg",
|
1392
1438
|
viewBox: "0 0 32 32",
|
1393
1439
|
fill: "currentColor"
|
1394
|
-
}, rest),
|
1440
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1395
1441
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
1396
1442
|
})), children);
|
1397
1443
|
});
|
1398
1444
|
if (process.env.NODE_ENV !== "production") {
|
1399
1445
|
Cloud.propTypes = iconPropTypes4cbeb95d.i;
|
1400
1446
|
}
|
1401
|
-
var CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(
|
1402
|
-
var children =
|
1403
|
-
|
1404
|
-
size =
|
1405
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1447
|
+
var CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref55, ref) {
|
1448
|
+
var children = _ref55.children,
|
1449
|
+
_ref55$size = _ref55.size,
|
1450
|
+
size = _ref55$size === undefined ? 16 : _ref55$size,
|
1451
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref55, _excluded55);
|
1406
1452
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1407
1453
|
width: size,
|
1408
1454
|
height: size,
|
@@ -1410,20 +1456,20 @@ var CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref53,
|
|
1410
1456
|
xmlns: "http://www.w3.org/2000/svg",
|
1411
1457
|
viewBox: "0 0 32 32",
|
1412
1458
|
fill: "currentColor"
|
1413
|
-
}, rest),
|
1459
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1414
1460
|
d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1415
|
-
})),
|
1461
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1416
1462
|
d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
|
1417
1463
|
})), children);
|
1418
1464
|
});
|
1419
1465
|
if (process.env.NODE_ENV !== "production") {
|
1420
1466
|
CloudAlerting.propTypes = iconPropTypes4cbeb95d.i;
|
1421
1467
|
}
|
1422
|
-
var CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(
|
1423
|
-
var children =
|
1424
|
-
|
1425
|
-
size =
|
1426
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1468
|
+
var CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref56, ref) {
|
1469
|
+
var children = _ref56.children,
|
1470
|
+
_ref56$size = _ref56.size,
|
1471
|
+
size = _ref56$size === undefined ? 16 : _ref56$size,
|
1472
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref56, _excluded56);
|
1427
1473
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1428
1474
|
width: size,
|
1429
1475
|
height: size,
|
@@ -1431,20 +1477,20 @@ var CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref54,
|
|
1431
1477
|
xmlns: "http://www.w3.org/2000/svg",
|
1432
1478
|
viewBox: "0 0 32 32",
|
1433
1479
|
fill: "currentColor"
|
1434
|
-
}, rest),
|
1480
|
+
}, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
1435
1481
|
d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1436
|
-
})),
|
1482
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1437
1483
|
d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
|
1438
1484
|
})), children);
|
1439
1485
|
});
|
1440
1486
|
if (process.env.NODE_ENV !== "production") {
|
1441
1487
|
CloudAuditing.propTypes = iconPropTypes4cbeb95d.i;
|
1442
1488
|
}
|
1443
|
-
var CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(
|
1444
|
-
var children =
|
1445
|
-
|
1446
|
-
size =
|
1447
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1489
|
+
var CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref57, ref) {
|
1490
|
+
var children = _ref57.children,
|
1491
|
+
_ref57$size = _ref57.size,
|
1492
|
+
size = _ref57$size === undefined ? 16 : _ref57$size,
|
1493
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref57, _excluded57);
|
1448
1494
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1449
1495
|
width: size,
|
1450
1496
|
height: size,
|
@@ -1452,18 +1498,18 @@ var CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref55, r
|
|
1452
1498
|
xmlns: "http://www.w3.org/2000/svg",
|
1453
1499
|
viewBox: "0 0 32 32",
|
1454
1500
|
fill: "currentColor"
|
1455
|
-
}, rest),
|
1501
|
+
}, rest), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
1456
1502
|
d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
|
1457
1503
|
})), children);
|
1458
1504
|
});
|
1459
1505
|
if (process.env.NODE_ENV !== "production") {
|
1460
1506
|
CloudDataOps.propTypes = iconPropTypes4cbeb95d.i;
|
1461
1507
|
}
|
1462
|
-
var CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(
|
1463
|
-
var children =
|
1464
|
-
|
1465
|
-
size =
|
1466
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1508
|
+
var CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref58, ref) {
|
1509
|
+
var children = _ref58.children,
|
1510
|
+
_ref58$size = _ref58.size,
|
1511
|
+
size = _ref58$size === undefined ? 16 : _ref58$size,
|
1512
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref58, _excluded58);
|
1467
1513
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1468
1514
|
width: size,
|
1469
1515
|
height: size,
|
@@ -1471,20 +1517,20 @@ var CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref56,
|
|
1471
1517
|
xmlns: "http://www.w3.org/2000/svg",
|
1472
1518
|
viewBox: "0 0 32 32",
|
1473
1519
|
fill: "currentColor"
|
1474
|
-
}, rest),
|
1520
|
+
}, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1475
1521
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
1476
|
-
})),
|
1522
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1477
1523
|
d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
|
1478
1524
|
})), children);
|
1479
1525
|
});
|
1480
1526
|
if (process.env.NODE_ENV !== "production") {
|
1481
1527
|
CloudDownload.propTypes = iconPropTypes4cbeb95d.i;
|
1482
1528
|
}
|
1483
|
-
var CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(
|
1484
|
-
var children =
|
1485
|
-
|
1486
|
-
size =
|
1487
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1529
|
+
var CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref59, ref) {
|
1530
|
+
var children = _ref59.children,
|
1531
|
+
_ref59$size = _ref59.size,
|
1532
|
+
size = _ref59$size === undefined ? 16 : _ref59$size,
|
1533
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref59, _excluded59);
|
1488
1534
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1489
1535
|
width: size,
|
1490
1536
|
height: size,
|
@@ -1492,20 +1538,20 @@ var CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref57, r
|
|
1492
1538
|
xmlns: "http://www.w3.org/2000/svg",
|
1493
1539
|
viewBox: "0 0 32 32",
|
1494
1540
|
fill: "currentColor"
|
1495
|
-
}, rest),
|
1541
|
+
}, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
1496
1542
|
d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
|
1497
|
-
})),
|
1543
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
1498
1544
|
d: "M18 8H30V10H18zM18 12H24V14H18z"
|
1499
1545
|
})), children);
|
1500
1546
|
});
|
1501
1547
|
if (process.env.NODE_ENV !== "production") {
|
1502
1548
|
CloudLogging.propTypes = iconPropTypes4cbeb95d.i;
|
1503
1549
|
}
|
1504
|
-
var CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(
|
1505
|
-
var children =
|
1506
|
-
|
1507
|
-
size =
|
1508
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1550
|
+
var CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref60, ref) {
|
1551
|
+
var children = _ref60.children,
|
1552
|
+
_ref60$size = _ref60.size,
|
1553
|
+
size = _ref60$size === undefined ? 16 : _ref60$size,
|
1554
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref60, _excluded60);
|
1509
1555
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1510
1556
|
width: size,
|
1511
1557
|
height: size,
|
@@ -1513,20 +1559,20 @@ var CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_re
|
|
1513
1559
|
xmlns: "http://www.w3.org/2000/svg",
|
1514
1560
|
viewBox: "0 0 32 32",
|
1515
1561
|
fill: "currentColor"
|
1516
|
-
}, rest),
|
1562
|
+
}, rest), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
1517
1563
|
d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1518
|
-
})),
|
1564
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1519
1565
|
d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
|
1520
1566
|
})), children);
|
1521
1567
|
});
|
1522
1568
|
if (process.env.NODE_ENV !== "production") {
|
1523
1569
|
CloudMonitoring.propTypes = iconPropTypes4cbeb95d.i;
|
1524
1570
|
}
|
1525
|
-
var CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(
|
1526
|
-
var children =
|
1527
|
-
|
1528
|
-
size =
|
1529
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1571
|
+
var CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref61, ref) {
|
1572
|
+
var children = _ref61.children,
|
1573
|
+
_ref61$size = _ref61.size,
|
1574
|
+
size = _ref61$size === undefined ? 16 : _ref61$size,
|
1575
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref61, _excluded61);
|
1530
1576
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1531
1577
|
width: size,
|
1532
1578
|
height: size,
|
@@ -1534,18 +1580,18 @@ var CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref59, r
|
|
1534
1580
|
xmlns: "http://www.w3.org/2000/svg",
|
1535
1581
|
viewBox: "0 0 32 32",
|
1536
1582
|
fill: "currentColor"
|
1537
|
-
}, rest),
|
1583
|
+
}, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1538
1584
|
d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
|
1539
1585
|
})), children);
|
1540
1586
|
});
|
1541
1587
|
if (process.env.NODE_ENV !== "production") {
|
1542
1588
|
CloudOffline.propTypes = iconPropTypes4cbeb95d.i;
|
1543
1589
|
}
|
1544
|
-
var CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(
|
1545
|
-
var children =
|
1546
|
-
|
1547
|
-
size =
|
1548
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1590
|
+
var CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref62, ref) {
|
1591
|
+
var children = _ref62.children,
|
1592
|
+
_ref62$size = _ref62.size,
|
1593
|
+
size = _ref62$size === undefined ? 16 : _ref62$size,
|
1594
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref62, _excluded62);
|
1549
1595
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1550
1596
|
width: size,
|
1551
1597
|
height: size,
|
@@ -1553,20 +1599,20 @@ var CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudService
|
|
1553
1599
|
xmlns: "http://www.w3.org/2000/svg",
|
1554
1600
|
viewBox: "0 0 32 32",
|
1555
1601
|
fill: "currentColor"
|
1556
|
-
}, rest),
|
1602
|
+
}, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1557
1603
|
d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1558
|
-
})),
|
1604
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1559
1605
|
d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
|
1560
1606
|
})), children);
|
1561
1607
|
});
|
1562
1608
|
if (process.env.NODE_ENV !== "production") {
|
1563
1609
|
CloudServiceManagement.propTypes = iconPropTypes4cbeb95d.i;
|
1564
1610
|
}
|
1565
|
-
var CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(
|
1566
|
-
var children =
|
1567
|
-
|
1568
|
-
size =
|
1569
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1611
|
+
var CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref63, ref) {
|
1612
|
+
var children = _ref63.children,
|
1613
|
+
_ref63$size = _ref63.size,
|
1614
|
+
size = _ref63$size === undefined ? 16 : _ref63$size,
|
1615
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref63, _excluded63);
|
1570
1616
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1571
1617
|
width: size,
|
1572
1618
|
height: size,
|
@@ -1574,20 +1620,20 @@ var CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref61, ref
|
|
1574
1620
|
xmlns: "http://www.w3.org/2000/svg",
|
1575
1621
|
viewBox: "0 0 32 32",
|
1576
1622
|
fill: "currentColor"
|
1577
|
-
}, rest),
|
1623
|
+
}, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
1578
1624
|
d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
|
1579
|
-
})),
|
1625
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
1580
1626
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
1581
1627
|
})), children);
|
1582
1628
|
});
|
1583
1629
|
if (process.env.NODE_ENV !== "production") {
|
1584
1630
|
CloudUpload.propTypes = iconPropTypes4cbeb95d.i;
|
1585
1631
|
}
|
1586
|
-
var CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(
|
1587
|
-
var children =
|
1588
|
-
|
1589
|
-
size =
|
1590
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1632
|
+
var CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref64, ref) {
|
1633
|
+
var children = _ref64.children,
|
1634
|
+
_ref64$size = _ref64.size,
|
1635
|
+
size = _ref64$size === undefined ? 16 : _ref64$size,
|
1636
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref64, _excluded64);
|
1591
1637
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1592
1638
|
width: size,
|
1593
1639
|
height: size,
|
@@ -1595,18 +1641,18 @@ var CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref62, ref) {
|
|
1595
1641
|
xmlns: "http://www.w3.org/2000/svg",
|
1596
1642
|
viewBox: "0 0 32 32",
|
1597
1643
|
fill: "currentColor"
|
1598
|
-
}, rest),
|
1644
|
+
}, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1599
1645
|
d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
|
1600
1646
|
})), children);
|
1601
1647
|
});
|
1602
1648
|
if (process.env.NODE_ENV !== "production") {
|
1603
1649
|
CloudApp.propTypes = iconPropTypes4cbeb95d.i;
|
1604
1650
|
}
|
1605
|
-
var CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(
|
1606
|
-
var children =
|
1607
|
-
|
1608
|
-
size =
|
1609
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1651
|
+
var CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref65, ref) {
|
1652
|
+
var children = _ref65.children,
|
1653
|
+
_ref65$size = _ref65.size,
|
1654
|
+
size = _ref65$size === undefined ? 16 : _ref65$size,
|
1655
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref65, _excluded65);
|
1610
1656
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1611
1657
|
width: size,
|
1612
1658
|
height: size,
|
@@ -1614,20 +1660,20 @@ var CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref63, r
|
|
1614
1660
|
xmlns: "http://www.w3.org/2000/svg",
|
1615
1661
|
viewBox: "0 0 32 32",
|
1616
1662
|
fill: "currentColor"
|
1617
|
-
}, rest),
|
1663
|
+
}, rest), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
1618
1664
|
d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
|
1619
|
-
})),
|
1665
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
1620
1666
|
d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
|
1621
1667
|
})), children);
|
1622
1668
|
});
|
1623
1669
|
if (process.env.NODE_ENV !== "production") {
|
1624
1670
|
CloudCeiling.propTypes = iconPropTypes4cbeb95d.i;
|
1625
1671
|
}
|
1626
|
-
var CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(
|
1627
|
-
var children =
|
1628
|
-
|
1629
|
-
size =
|
1630
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1672
|
+
var CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref66, ref) {
|
1673
|
+
var children = _ref66.children,
|
1674
|
+
_ref66$size = _ref66.size,
|
1675
|
+
size = _ref66$size === undefined ? 16 : _ref66$size,
|
1676
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref66, _excluded66);
|
1631
1677
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1632
1678
|
width: size,
|
1633
1679
|
height: size,
|
@@ -1635,20 +1681,20 @@ var CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref6
|
|
1635
1681
|
xmlns: "http://www.w3.org/2000/svg",
|
1636
1682
|
viewBox: "0 0 32 32",
|
1637
1683
|
fill: "currentColor"
|
1638
|
-
}, rest),
|
1684
|
+
}, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
1639
1685
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
1640
|
-
})),
|
1686
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1641
1687
|
d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
|
1642
1688
|
})), children);
|
1643
1689
|
});
|
1644
1690
|
if (process.env.NODE_ENV !== "production") {
|
1645
1691
|
CloudFoundry_1.propTypes = iconPropTypes4cbeb95d.i;
|
1646
1692
|
}
|
1647
|
-
var CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(
|
1648
|
-
var children =
|
1649
|
-
|
1650
|
-
size =
|
1651
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1693
|
+
var CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref67, ref) {
|
1694
|
+
var children = _ref67.children,
|
1695
|
+
_ref67$size = _ref67.size,
|
1696
|
+
size = _ref67$size === undefined ? 16 : _ref67$size,
|
1697
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref67, _excluded67);
|
1652
1698
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1653
1699
|
width: size,
|
1654
1700
|
height: size,
|
@@ -1656,18 +1702,18 @@ var CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref6
|
|
1656
1702
|
xmlns: "http://www.w3.org/2000/svg",
|
1657
1703
|
viewBox: "0 0 32 32",
|
1658
1704
|
fill: "currentColor"
|
1659
|
-
}, rest),
|
1705
|
+
}, rest), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1660
1706
|
d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
1661
1707
|
})), children);
|
1662
1708
|
});
|
1663
1709
|
if (process.env.NODE_ENV !== "production") {
|
1664
1710
|
CloudFoundry_2.propTypes = iconPropTypes4cbeb95d.i;
|
1665
1711
|
}
|
1666
|
-
var CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(
|
1667
|
-
var children =
|
1668
|
-
|
1669
|
-
size =
|
1670
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1712
|
+
var CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref68, ref) {
|
1713
|
+
var children = _ref68.children,
|
1714
|
+
_ref68$size = _ref68.size,
|
1715
|
+
size = _ref68$size === undefined ? 16 : _ref68$size,
|
1716
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref68, _excluded68);
|
1671
1717
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1672
1718
|
width: size,
|
1673
1719
|
height: size,
|
@@ -1675,20 +1721,20 @@ var CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref66,
|
|
1675
1721
|
xmlns: "http://www.w3.org/2000/svg",
|
1676
1722
|
viewBox: "0 0 32 32",
|
1677
1723
|
fill: "currentColor"
|
1678
|
-
}, rest),
|
1724
|
+
}, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
1679
1725
|
d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
|
1680
|
-
})),
|
1726
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
1681
1727
|
d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
|
1682
1728
|
})), children);
|
1683
1729
|
});
|
1684
1730
|
if (process.env.NODE_ENV !== "production") {
|
1685
1731
|
CloudRegistry.propTypes = iconPropTypes4cbeb95d.i;
|
1686
1732
|
}
|
1687
|
-
var CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(
|
1688
|
-
var children =
|
1689
|
-
|
1690
|
-
size =
|
1691
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1733
|
+
var CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref69, ref) {
|
1734
|
+
var children = _ref69.children,
|
1735
|
+
_ref69$size = _ref69.size,
|
1736
|
+
size = _ref69$size === undefined ? 16 : _ref69$size,
|
1737
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref69, _excluded69);
|
1692
1738
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1693
1739
|
width: size,
|
1694
1740
|
height: size,
|
@@ -1700,24 +1746,24 @@ var CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref6
|
|
1700
1746
|
cx: "9",
|
1701
1747
|
cy: "20",
|
1702
1748
|
r: "2"
|
1703
|
-
})),
|
1749
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
1704
1750
|
d: "M16,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,14Z"
|
1705
1751
|
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
1706
1752
|
cx: "23",
|
1707
1753
|
cy: "12",
|
1708
1754
|
r: "2"
|
1709
|
-
})),
|
1755
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1710
1756
|
d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
|
1711
1757
|
})), children);
|
1712
1758
|
});
|
1713
1759
|
if (process.env.NODE_ENV !== "production") {
|
1714
1760
|
CloudSatellite.propTypes = iconPropTypes4cbeb95d.i;
|
1715
1761
|
}
|
1716
|
-
var CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(
|
1717
|
-
var children =
|
1718
|
-
|
1719
|
-
size =
|
1720
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1762
|
+
var CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref70, ref) {
|
1763
|
+
var children = _ref70.children,
|
1764
|
+
_ref70$size = _ref70.size,
|
1765
|
+
size = _ref70$size === undefined ? 16 : _ref70$size,
|
1766
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref70, _excluded70);
|
1721
1767
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1722
1768
|
width: size,
|
1723
1769
|
height: size,
|
@@ -1725,30 +1771,30 @@ var CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatellite
|
|
1725
1771
|
xmlns: "http://www.w3.org/2000/svg",
|
1726
1772
|
viewBox: "0 0 32 32",
|
1727
1773
|
fill: "currentColor"
|
1728
|
-
}, rest),
|
1774
|
+
}, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
1729
1775
|
d: "M32,26V24H29.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,26,20.1011V18H24v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,20.1011,24H18v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,24,29.8989V32h2V29.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,29.8989,26Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,28Z"
|
1730
1776
|
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
1731
1777
|
cx: "7",
|
1732
1778
|
cy: "20",
|
1733
1779
|
r: "2"
|
1734
|
-
})),
|
1780
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
1735
1781
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
1736
1782
|
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
1737
1783
|
cx: "21",
|
1738
1784
|
cy: "12",
|
1739
1785
|
r: "2"
|
1740
|
-
})),
|
1786
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1741
1787
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
1742
1788
|
})), children);
|
1743
1789
|
});
|
1744
1790
|
if (process.env.NODE_ENV !== "production") {
|
1745
1791
|
CloudSatelliteConfig.propTypes = iconPropTypes4cbeb95d.i;
|
1746
1792
|
}
|
1747
|
-
var CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(
|
1748
|
-
var children =
|
1749
|
-
|
1750
|
-
size =
|
1751
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1793
|
+
var CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref71, ref) {
|
1794
|
+
var children = _ref71.children,
|
1795
|
+
_ref71$size = _ref71.size,
|
1796
|
+
size = _ref71$size === undefined ? 16 : _ref71$size,
|
1797
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref71, _excluded71);
|
1752
1798
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1753
1799
|
width: size,
|
1754
1800
|
height: size,
|
@@ -1756,32 +1802,32 @@ var CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLi
|
|
1756
1802
|
xmlns: "http://www.w3.org/2000/svg",
|
1757
1803
|
viewBox: "0 0 32 32",
|
1758
1804
|
fill: "currentColor"
|
1759
|
-
}, rest),
|
1805
|
+
}, rest), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1760
1806
|
d: "M30.9763,24.9748l-5.0015,5.0015a3.501,3.501,0,0,1-4.9511-4.9511L22.4383,26.44A1.5,1.5,0,0,0,24.56,28.5617L29.5617,23.56A1.5,1.5,0,0,0,27.44,21.4383l-1.4146-1.4146a3.501,3.501,0,0,1,4.9511,4.9511Z"
|
1761
|
-
})),
|
1807
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
1762
1808
|
d: "M20.0252,21.0237l-5.0015,5.0015a3.501,3.501,0,0,0,4.9511,4.9511L18.56,29.5617A1.5,1.5,0,0,1,16.4383,27.44L21.44,22.4383A1.5,1.5,0,0,1,23.5617,24.56l1.4146,1.4146a3.501,3.501,0,0,0-4.9511-4.9511Z"
|
1763
1809
|
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
1764
1810
|
cx: "7",
|
1765
1811
|
cy: "20",
|
1766
1812
|
r: "2"
|
1767
|
-
})),
|
1813
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1768
1814
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
1769
1815
|
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
1770
1816
|
cx: "21",
|
1771
1817
|
cy: "12",
|
1772
1818
|
r: "2"
|
1773
|
-
})),
|
1819
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1774
1820
|
d: "M11.3076,27.2725,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L10.3,29Z"
|
1775
1821
|
})), children);
|
1776
1822
|
});
|
1777
1823
|
if (process.env.NODE_ENV !== "production") {
|
1778
1824
|
CloudSatelliteLink.propTypes = iconPropTypes4cbeb95d.i;
|
1779
1825
|
}
|
1780
|
-
var CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(
|
1781
|
-
var children =
|
1782
|
-
|
1783
|
-
size =
|
1784
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1826
|
+
var CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref72, ref) {
|
1827
|
+
var children = _ref72.children,
|
1828
|
+
_ref72$size = _ref72.size,
|
1829
|
+
size = _ref72$size === undefined ? 16 : _ref72$size,
|
1830
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref72, _excluded72);
|
1785
1831
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1786
1832
|
width: size,
|
1787
1833
|
height: size,
|
@@ -1789,30 +1835,30 @@ var CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelli
|
|
1789
1835
|
xmlns: "http://www.w3.org/2000/svg",
|
1790
1836
|
viewBox: "0 0 32 32",
|
1791
1837
|
fill: "currentColor"
|
1792
|
-
}, rest),
|
1838
|
+
}, rest), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
1793
1839
|
d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z"
|
1794
1840
|
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
1795
1841
|
cx: "7",
|
1796
1842
|
cy: "20",
|
1797
1843
|
r: "2"
|
1798
|
-
})),
|
1844
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
1799
1845
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
1800
1846
|
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
1801
1847
|
cx: "21",
|
1802
1848
|
cy: "12",
|
1803
1849
|
r: "2"
|
1804
|
-
})),
|
1850
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
1805
1851
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
1806
1852
|
})), children);
|
1807
1853
|
});
|
1808
1854
|
if (process.env.NODE_ENV !== "production") {
|
1809
1855
|
CloudSatelliteServices.propTypes = iconPropTypes4cbeb95d.i;
|
1810
1856
|
}
|
1811
|
-
var CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(
|
1812
|
-
var children =
|
1813
|
-
|
1814
|
-
size =
|
1815
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1857
|
+
var CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref73, ref) {
|
1858
|
+
var children = _ref73.children,
|
1859
|
+
_ref73$size = _ref73.size,
|
1860
|
+
size = _ref73$size === undefined ? 16 : _ref73$size,
|
1861
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref73, _excluded73);
|
1816
1862
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1817
1863
|
width: size,
|
1818
1864
|
height: size,
|
@@ -1820,20 +1866,20 @@ var CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref71,
|
|
1820
1866
|
xmlns: "http://www.w3.org/2000/svg",
|
1821
1867
|
viewBox: "0 0 32 32",
|
1822
1868
|
fill: "currentColor"
|
1823
|
-
}, rest),
|
1869
|
+
}, rest), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
1824
1870
|
d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z"
|
1825
|
-
})),
|
1871
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
1826
1872
|
d: "M23,22V20H20.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,17,16.1011V14H15v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,11.1011,20H9v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,15,25.8989V28h2V25.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z"
|
1827
1873
|
})), children);
|
1828
1874
|
});
|
1829
1875
|
if (process.env.NODE_ENV !== "production") {
|
1830
1876
|
CloudServices.propTypes = iconPropTypes4cbeb95d.i;
|
1831
1877
|
}
|
1832
|
-
var Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(
|
1833
|
-
var children =
|
1834
|
-
|
1835
|
-
size =
|
1836
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1878
|
+
var Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref74, ref) {
|
1879
|
+
var children = _ref74.children,
|
1880
|
+
_ref74$size = _ref74.size,
|
1881
|
+
size = _ref74$size === undefined ? 16 : _ref74$size,
|
1882
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref74, _excluded74);
|
1837
1883
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1838
1884
|
width: size,
|
1839
1885
|
height: size,
|
@@ -1841,18 +1887,18 @@ var Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref72, ref) {
|
|
1841
1887
|
xmlns: "http://www.w3.org/2000/svg",
|
1842
1888
|
viewBox: "0 0 32 32",
|
1843
1889
|
fill: "currentColor"
|
1844
|
-
}, rest),
|
1890
|
+
}, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
1845
1891
|
d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z"
|
1846
1892
|
})), children);
|
1847
1893
|
});
|
1848
1894
|
if (process.env.NODE_ENV !== "production") {
|
1849
1895
|
Cloudy.propTypes = iconPropTypes4cbeb95d.i;
|
1850
1896
|
}
|
1851
|
-
var WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(
|
1852
|
-
var children =
|
1853
|
-
|
1854
|
-
size =
|
1855
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1897
|
+
var WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref75, ref) {
|
1898
|
+
var children = _ref75.children,
|
1899
|
+
_ref75$size = _ref75.size,
|
1900
|
+
size = _ref75$size === undefined ? 16 : _ref75$size,
|
1901
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref75, _excluded75);
|
1856
1902
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1857
1903
|
width: size,
|
1858
1904
|
height: size,
|
@@ -1860,18 +1906,18 @@ var WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthC
|
|
1860
1906
|
xmlns: "http://www.w3.org/2000/svg",
|
1861
1907
|
viewBox: "0 0 32 32",
|
1862
1908
|
fill: "currentColor"
|
1863
|
-
}, rest),
|
1909
|
+
}, rest), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1864
1910
|
d: "M20 17V15a2 2 0 00-2-2H10a2 2 0 00-2 2v2a2 2 0 002 2h8A2 2 0 0020 17zM10 15h8v2H10zM23.42 24.48A2 2 0 0021 23.06l-7.73 2.07a2 2 0 00-1.42 2.44h0l.52 1.93A2 2 0 0014.27 31a3 3 0 00.52-.07l7.73-2.07h0a2 2 0 001.41-2.45zM14.27 29l-.51-1.94L21.48 25 22 26.92zM13.24 6.86L21 8.93h0a2.24 2.24 0 00.51.07 2 2 0 001.94-1.48L24 5.58a2 2 0 00-1.41-2.45L14.79 1.06a2 2 0 00-2.45 1.41h0l-.52 1.93a2 2 0 001.42 2.44zm1-3.86L22 5.07 21.48 7 13.76 4.93zM14 21H16V23H14zM14 9H16V11H14z"
|
1865
1911
|
})), children);
|
1866
1912
|
});
|
1867
1913
|
if (process.env.NODE_ENV !== "production") {
|
1868
1914
|
WatsonHealthCobbAngle.propTypes = iconPropTypes4cbeb95d.i;
|
1869
1915
|
}
|
1870
|
-
var Code = /*#__PURE__*/React.forwardRef(function Code(
|
1871
|
-
var children =
|
1872
|
-
|
1873
|
-
size =
|
1874
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1916
|
+
var Code = /*#__PURE__*/React.forwardRef(function Code(_ref76, ref) {
|
1917
|
+
var children = _ref76.children,
|
1918
|
+
_ref76$size = _ref76.size,
|
1919
|
+
size = _ref76$size === undefined ? 16 : _ref76$size,
|
1920
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref76, _excluded76);
|
1875
1921
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1876
1922
|
width: size,
|
1877
1923
|
height: size,
|
@@ -1879,9 +1925,9 @@ var Code = /*#__PURE__*/React.forwardRef(function Code(_ref74, ref) {
|
|
1879
1925
|
xmlns: "http://www.w3.org/2000/svg",
|
1880
1926
|
viewBox: "0 0 32 32",
|
1881
1927
|
fill: "currentColor"
|
1882
|
-
}, rest),
|
1928
|
+
}, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
1883
1929
|
d: "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
|
1884
|
-
})),
|
1930
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
1885
1931
|
d: "M5.91 15H26.080000000000002V17H5.91z",
|
1886
1932
|
transform: "rotate(-75 15.996 16)"
|
1887
1933
|
})), children);
|
@@ -1889,11 +1935,11 @@ var Code = /*#__PURE__*/React.forwardRef(function Code(_ref74, ref) {
|
|
1889
1935
|
if (process.env.NODE_ENV !== "production") {
|
1890
1936
|
Code.propTypes = iconPropTypes4cbeb95d.i;
|
1891
1937
|
}
|
1892
|
-
var CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(
|
1893
|
-
var children =
|
1894
|
-
|
1895
|
-
size =
|
1896
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1938
|
+
var CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref77, ref) {
|
1939
|
+
var children = _ref77.children,
|
1940
|
+
_ref77$size = _ref77.size,
|
1941
|
+
size = _ref77$size === undefined ? 16 : _ref77$size,
|
1942
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref77, _excluded77);
|
1897
1943
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1898
1944
|
width: size,
|
1899
1945
|
height: size,
|
@@ -1901,18 +1947,18 @@ var CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref75, ref) {
|
|
1901
1947
|
xmlns: "http://www.w3.org/2000/svg",
|
1902
1948
|
viewBox: "0 0 32 32",
|
1903
1949
|
fill: "currentColor"
|
1904
|
-
}, rest),
|
1950
|
+
}, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1905
1951
|
d: "M17.713 13.471L19.576 6.518 17.645 6 16.08 11.838 17.713 13.471zM24.207 19.965L25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965zM30 28.586L3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z"
|
1906
1952
|
})), children);
|
1907
1953
|
});
|
1908
1954
|
if (process.env.NODE_ENV !== "production") {
|
1909
1955
|
CodeHide.propTypes = iconPropTypes4cbeb95d.i;
|
1910
1956
|
}
|
1911
|
-
var CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(
|
1912
|
-
var children =
|
1913
|
-
|
1914
|
-
size =
|
1915
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1957
|
+
var CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref78, ref) {
|
1958
|
+
var children = _ref78.children,
|
1959
|
+
_ref78$size = _ref78.size,
|
1960
|
+
size = _ref78$size === undefined ? 16 : _ref78$size,
|
1961
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref78, _excluded78);
|
1916
1962
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1917
1963
|
width: size,
|
1918
1964
|
height: size,
|
@@ -1920,23 +1966,23 @@ var CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref76,
|
|
1920
1966
|
xmlns: "http://www.w3.org/2000/svg",
|
1921
1967
|
viewBox: "0 0 32 32",
|
1922
1968
|
fill: "currentColor"
|
1923
|
-
}, rest),
|
1969
|
+
}, rest), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
1924
1970
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 10L24 4 22.586 5.414 27.172 10 22.586 14.586 24 16 30 10z"
|
1925
|
-
})),
|
1971
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
1926
1972
|
d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
|
1927
1973
|
transform: "rotate(-74.995 16.96 10)"
|
1928
|
-
})),
|
1974
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
1929
1975
|
d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
|
1930
1976
|
})), children);
|
1931
1977
|
});
|
1932
1978
|
if (process.env.NODE_ENV !== "production") {
|
1933
1979
|
CodeReference.propTypes = iconPropTypes4cbeb95d.i;
|
1934
1980
|
}
|
1935
|
-
var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(
|
1936
|
-
var children =
|
1937
|
-
|
1938
|
-
size =
|
1939
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
1981
|
+
var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref79, ref) {
|
1982
|
+
var children = _ref79.children,
|
1983
|
+
_ref79$size = _ref79.size,
|
1984
|
+
size = _ref79$size === undefined ? 16 : _ref79$size,
|
1985
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref79, _excluded79);
|
1940
1986
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1941
1987
|
width: size,
|
1942
1988
|
height: size,
|
@@ -1944,7 +1990,7 @@ var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref77, ref) {
|
|
1944
1990
|
xmlns: "http://www.w3.org/2000/svg",
|
1945
1991
|
viewBox: "0 0 32 32",
|
1946
1992
|
fill: "currentColor"
|
1947
|
-
}, rest),
|
1993
|
+
}, rest), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
1948
1994
|
strokeWidth: "0",
|
1949
1995
|
d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
|
1950
1996
|
})), children);
|
@@ -1952,11 +1998,11 @@ var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref77, ref) {
|
|
1952
1998
|
if (process.env.NODE_ENV !== "production") {
|
1953
1999
|
CodeBlock.propTypes = iconPropTypes4cbeb95d.i;
|
1954
2000
|
}
|
1955
|
-
var CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(
|
1956
|
-
var children =
|
1957
|
-
|
1958
|
-
size =
|
1959
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2001
|
+
var CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref80, ref) {
|
2002
|
+
var children = _ref80.children,
|
2003
|
+
_ref80$size = _ref80.size,
|
2004
|
+
size = _ref80$size === undefined ? 16 : _ref80$size,
|
2005
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref80, _excluded80);
|
1960
2006
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1961
2007
|
width: size,
|
1962
2008
|
height: size,
|
@@ -1968,18 +2014,18 @@ var CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningServi
|
|
1968
2014
|
cx: "25",
|
1969
2015
|
cy: "20",
|
1970
2016
|
r: "1"
|
1971
|
-
})),
|
2017
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
1972
2018
|
d: "M19.4141 30H15V25.5857l5.0337-5.0337A4.6069 4.6069 0 0120 20a5 5 0 114.4478 4.9663zM17 28h1.5859l5.2061-5.2063.5395.1238a3.0351 3.0351 0 10-2.249-2.2488l.1236.5393L17 26.4143zM6 8H8V16H6zM2 8H4V16H2zM18 8H20V14H18zM14 16H12a2 2 0 01-2-2V10a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0114 16zm-2-2h2V10H12zM2 18H4V26H2zM14 18H16V22H14zM10 26H8a2 2 0 01-2-2V20a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0110 26zM8 24h2V20H8zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM10 6H8A2 2 0 016 4V2H8V4h2V2h2V4A2 2 0 0110 6z"
|
1973
2019
|
})), children);
|
1974
2020
|
});
|
1975
2021
|
if (process.env.NODE_ENV !== "production") {
|
1976
2022
|
CodeSigningService.propTypes = iconPropTypes4cbeb95d.i;
|
1977
2023
|
}
|
1978
|
-
var Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(
|
1979
|
-
var children =
|
1980
|
-
|
1981
|
-
size =
|
1982
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2024
|
+
var Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref81, ref) {
|
2025
|
+
var children = _ref81.children,
|
2026
|
+
_ref81$size = _ref81.size,
|
2027
|
+
size = _ref81$size === undefined ? 16 : _ref81$size,
|
2028
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref81, _excluded81);
|
1983
2029
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1984
2030
|
width: size,
|
1985
2031
|
height: size,
|
@@ -1987,18 +2033,18 @@ var Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref79, ref) {
|
|
1987
2033
|
xmlns: "http://www.w3.org/2000/svg",
|
1988
2034
|
viewBox: "0 0 32 32",
|
1989
2035
|
fill: "currentColor"
|
1990
|
-
}, rest),
|
2036
|
+
}, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
1991
2037
|
d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z"
|
1992
2038
|
})), children);
|
1993
2039
|
});
|
1994
2040
|
if (process.env.NODE_ENV !== "production") {
|
1995
2041
|
Cognitive.propTypes = iconPropTypes4cbeb95d.i;
|
1996
2042
|
}
|
1997
|
-
var Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(
|
1998
|
-
var children =
|
1999
|
-
|
2000
|
-
size =
|
2001
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2043
|
+
var Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref82, ref) {
|
2044
|
+
var children = _ref82.children,
|
2045
|
+
_ref82$size = _ref82.size,
|
2046
|
+
size = _ref82$size === undefined ? 16 : _ref82$size,
|
2047
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref82, _excluded82);
|
2002
2048
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2003
2049
|
width: size,
|
2004
2050
|
height: size,
|
@@ -2006,18 +2052,18 @@ var Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref80, ref
|
|
2006
2052
|
xmlns: "http://www.w3.org/2000/svg",
|
2007
2053
|
viewBox: "0 0 32 32",
|
2008
2054
|
fill: "currentColor"
|
2009
|
-
}, rest),
|
2055
|
+
}, rest), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
2010
2056
|
d: "M6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM24 11v1h2V11a7 7 0 00-7-7H16V6h3A5 5 0 0124 11zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20z"
|
2011
2057
|
})), children);
|
2012
2058
|
});
|
2013
2059
|
if (process.env.NODE_ENV !== "production") {
|
2014
2060
|
Collaborate.propTypes = iconPropTypes4cbeb95d.i;
|
2015
2061
|
}
|
2016
|
-
var CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(
|
2017
|
-
var children =
|
2018
|
-
|
2019
|
-
size =
|
2020
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2062
|
+
var CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref83, ref) {
|
2063
|
+
var children = _ref83.children,
|
2064
|
+
_ref83$size = _ref83.size,
|
2065
|
+
size = _ref83$size === undefined ? 16 : _ref83$size,
|
2066
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref83, _excluded83);
|
2021
2067
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2022
2068
|
width: size,
|
2023
2069
|
height: size,
|
@@ -2025,22 +2071,22 @@ var CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref81, ref
|
|
2025
2071
|
xmlns: "http://www.w3.org/2000/svg",
|
2026
2072
|
viewBox: "0 0 32 32",
|
2027
2073
|
fill: "currentColor"
|
2028
|
-
}, rest),
|
2074
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
2029
2075
|
d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
|
2030
|
-
})),
|
2076
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
2031
2077
|
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
2032
|
-
})),
|
2078
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
2033
2079
|
d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z"
|
2034
2080
|
})), children);
|
2035
2081
|
});
|
2036
2082
|
if (process.env.NODE_ENV !== "production") {
|
2037
2083
|
CollapseAll.propTypes = iconPropTypes4cbeb95d.i;
|
2038
2084
|
}
|
2039
|
-
var CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(
|
2040
|
-
var children =
|
2041
|
-
|
2042
|
-
size =
|
2043
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2085
|
+
var CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref84, ref) {
|
2086
|
+
var children = _ref84.children,
|
2087
|
+
_ref84$size = _ref84.size,
|
2088
|
+
size = _ref84$size === undefined ? 16 : _ref84$size,
|
2089
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref84, _excluded84);
|
2044
2090
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2045
2091
|
width: size,
|
2046
2092
|
height: size,
|
@@ -2048,18 +2094,18 @@ var CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategori
|
|
2048
2094
|
xmlns: "http://www.w3.org/2000/svg",
|
2049
2095
|
viewBox: "0 0 32 32",
|
2050
2096
|
fill: "currentColor"
|
2051
|
-
}, rest),
|
2097
|
+
}, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
2052
2098
|
d: "M14 25H28V27H14zM7.17 26L4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26zM14 15H28V17H14zM7.17 16L4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16zM14 5H28V7H14zM7.17 6L4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z"
|
2053
2099
|
})), children);
|
2054
2100
|
});
|
2055
2101
|
if (process.env.NODE_ENV !== "production") {
|
2056
2102
|
CollapseCategories.propTypes = iconPropTypes4cbeb95d.i;
|
2057
2103
|
}
|
2058
|
-
var ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(
|
2059
|
-
var children =
|
2060
|
-
|
2061
|
-
size =
|
2062
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2104
|
+
var ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref85, ref) {
|
2105
|
+
var children = _ref85.children,
|
2106
|
+
_ref85$size = _ref85.size,
|
2107
|
+
size = _ref85$size === undefined ? 16 : _ref85$size,
|
2108
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref85, _excluded85);
|
2063
2109
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2064
2110
|
width: size,
|
2065
2111
|
height: size,
|
@@ -2087,18 +2133,18 @@ var ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref83, r
|
|
2087
2133
|
cx: "19",
|
2088
2134
|
cy: "23",
|
2089
2135
|
r: "2"
|
2090
|
-
})),
|
2136
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
2091
2137
|
d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
|
2092
2138
|
})), children);
|
2093
2139
|
});
|
2094
2140
|
if (process.env.NODE_ENV !== "production") {
|
2095
2141
|
ColorPalette.propTypes = iconPropTypes4cbeb95d.i;
|
2096
2142
|
}
|
2097
|
-
var ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(
|
2098
|
-
var children =
|
2099
|
-
|
2100
|
-
size =
|
2101
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2143
|
+
var ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref86, ref) {
|
2144
|
+
var children = _ref86.children,
|
2145
|
+
_ref86$size = _ref86.size,
|
2146
|
+
size = _ref86$size === undefined ? 16 : _ref86$size,
|
2147
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref86, _excluded86);
|
2102
2148
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2103
2149
|
width: size,
|
2104
2150
|
height: size,
|
@@ -2106,18 +2152,18 @@ var ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref84, ref
|
|
2106
2152
|
xmlns: "http://www.w3.org/2000/svg",
|
2107
2153
|
viewBox: "0 0 32 32",
|
2108
2154
|
fill: "currentColor"
|
2109
|
-
}, rest),
|
2155
|
+
}, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
2110
2156
|
d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z"
|
2111
2157
|
})), children);
|
2112
2158
|
});
|
2113
2159
|
if (process.env.NODE_ENV !== "production") {
|
2114
2160
|
ColorSwitch.propTypes = iconPropTypes4cbeb95d.i;
|
2115
2161
|
}
|
2116
|
-
var Column = /*#__PURE__*/React.forwardRef(function Column(
|
2117
|
-
var children =
|
2118
|
-
|
2119
|
-
size =
|
2120
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2162
|
+
var Column = /*#__PURE__*/React.forwardRef(function Column(_ref87, ref) {
|
2163
|
+
var children = _ref87.children,
|
2164
|
+
_ref87$size = _ref87.size,
|
2165
|
+
size = _ref87$size === undefined ? 16 : _ref87$size,
|
2166
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref87, _excluded87);
|
2121
2167
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2122
2168
|
width: size,
|
2123
2169
|
height: size,
|
@@ -2125,18 +2171,18 @@ var Column = /*#__PURE__*/React.forwardRef(function Column(_ref85, ref) {
|
|
2125
2171
|
xmlns: "http://www.w3.org/2000/svg",
|
2126
2172
|
viewBox: "0 0 32 32",
|
2127
2173
|
fill: "currentColor"
|
2128
|
-
}, rest),
|
2174
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
2129
2175
|
d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
|
2130
2176
|
})), children);
|
2131
2177
|
});
|
2132
2178
|
if (process.env.NODE_ENV !== "production") {
|
2133
2179
|
Column.propTypes = iconPropTypes4cbeb95d.i;
|
2134
2180
|
}
|
2135
|
-
var ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(
|
2136
|
-
var children =
|
2137
|
-
|
2138
|
-
size =
|
2139
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2181
|
+
var ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref88, ref) {
|
2182
|
+
var children = _ref88.children,
|
2183
|
+
_ref88$size = _ref88.size,
|
2184
|
+
size = _ref88$size === undefined ? 16 : _ref88$size,
|
2185
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref88, _excluded88);
|
2140
2186
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2141
2187
|
width: size,
|
2142
2188
|
height: size,
|
@@ -2144,20 +2190,20 @@ var ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref86, r
|
|
2144
2190
|
xmlns: "http://www.w3.org/2000/svg",
|
2145
2191
|
viewBox: "0 0 32 32",
|
2146
2192
|
fill: "currentColor"
|
2147
|
-
}, rest),
|
2193
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
2148
2194
|
d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
|
2149
|
-
})),
|
2195
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
2150
2196
|
d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
|
2151
2197
|
})), children);
|
2152
2198
|
});
|
2153
2199
|
if (process.env.NODE_ENV !== "production") {
|
2154
2200
|
ColumnDelete.propTypes = iconPropTypes4cbeb95d.i;
|
2155
2201
|
}
|
2156
|
-
var ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(
|
2157
|
-
var children =
|
2158
|
-
|
2159
|
-
size =
|
2160
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2202
|
+
var ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref89, ref) {
|
2203
|
+
var children = _ref89.children,
|
2204
|
+
_ref89$size = _ref89.size,
|
2205
|
+
size = _ref89$size === undefined ? 16 : _ref89$size,
|
2206
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref89, _excluded89);
|
2161
2207
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2162
2208
|
width: size,
|
2163
2209
|
height: size,
|
@@ -2165,18 +2211,18 @@ var ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref87, r
|
|
2165
2211
|
xmlns: "http://www.w3.org/2000/svg",
|
2166
2212
|
viewBox: "0 0 32 32",
|
2167
2213
|
fill: "currentColor"
|
2168
|
-
}, rest),
|
2214
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
2169
2215
|
d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
|
2170
2216
|
})), children);
|
2171
2217
|
});
|
2172
2218
|
if (process.env.NODE_ENV !== "production") {
|
2173
2219
|
ColumnInsert.propTypes = iconPropTypes4cbeb95d.i;
|
2174
2220
|
}
|
2175
|
-
var ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(
|
2176
|
-
var children =
|
2177
|
-
|
2178
|
-
size =
|
2179
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2221
|
+
var ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref90, ref) {
|
2222
|
+
var children = _ref90.children,
|
2223
|
+
_ref90$size = _ref90.size,
|
2224
|
+
size = _ref90$size === undefined ? 16 : _ref90$size,
|
2225
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref90, _excluded90);
|
2180
2226
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2181
2227
|
width: size,
|
2182
2228
|
height: size,
|
@@ -2184,18 +2230,18 @@ var ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_
|
|
2184
2230
|
xmlns: "http://www.w3.org/2000/svg",
|
2185
2231
|
viewBox: "0 0 32 32",
|
2186
2232
|
fill: "currentColor"
|
2187
|
-
}, rest),
|
2233
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2188
2234
|
d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
|
2189
2235
|
})), children);
|
2190
2236
|
});
|
2191
2237
|
if (process.env.NODE_ENV !== "production") {
|
2192
2238
|
ColumnDependency.propTypes = iconPropTypes4cbeb95d.i;
|
2193
2239
|
}
|
2194
|
-
var Commit = /*#__PURE__*/React.forwardRef(function Commit(
|
2195
|
-
var children =
|
2196
|
-
|
2197
|
-
size =
|
2198
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2240
|
+
var Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref91, ref) {
|
2241
|
+
var children = _ref91.children,
|
2242
|
+
_ref91$size = _ref91.size,
|
2243
|
+
size = _ref91$size === undefined ? 16 : _ref91$size,
|
2244
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref91, _excluded91);
|
2199
2245
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2200
2246
|
width: size,
|
2201
2247
|
height: size,
|
@@ -2203,18 +2249,18 @@ var Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref89, ref) {
|
|
2203
2249
|
xmlns: "http://www.w3.org/2000/svg",
|
2204
2250
|
viewBox: "0 0 32 32",
|
2205
2251
|
fill: "currentColor"
|
2206
|
-
}, rest),
|
2252
|
+
}, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
2207
2253
|
d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
2208
2254
|
})), children);
|
2209
2255
|
});
|
2210
2256
|
if (process.env.NODE_ENV !== "production") {
|
2211
2257
|
Commit.propTypes = iconPropTypes4cbeb95d.i;
|
2212
2258
|
}
|
2213
|
-
var CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(
|
2214
|
-
var children =
|
2215
|
-
|
2216
|
-
size =
|
2217
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2259
|
+
var CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref92, ref) {
|
2260
|
+
var children = _ref92.children,
|
2261
|
+
_ref92$size = _ref92.size,
|
2262
|
+
size = _ref92$size === undefined ? 16 : _ref92$size,
|
2263
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref92, _excluded92);
|
2218
2264
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2219
2265
|
width: size,
|
2220
2266
|
height: size,
|
@@ -2222,18 +2268,18 @@ var CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationU
|
|
2222
2268
|
xmlns: "http://www.w3.org/2000/svg",
|
2223
2269
|
viewBox: "0 0 32 32",
|
2224
2270
|
fill: "currentColor"
|
2225
|
-
}, rest),
|
2271
|
+
}, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
2226
2272
|
d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
|
2227
2273
|
})), children);
|
2228
2274
|
});
|
2229
2275
|
if (process.env.NODE_ENV !== "production") {
|
2230
2276
|
CommunicationUnified.propTypes = iconPropTypes4cbeb95d.i;
|
2231
2277
|
}
|
2232
|
-
var Compare = /*#__PURE__*/React.forwardRef(function Compare(
|
2233
|
-
var children =
|
2234
|
-
|
2235
|
-
size =
|
2236
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2278
|
+
var Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref93, ref) {
|
2279
|
+
var children = _ref93.children,
|
2280
|
+
_ref93$size = _ref93.size,
|
2281
|
+
size = _ref93$size === undefined ? 16 : _ref93$size,
|
2282
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref93, _excluded93);
|
2237
2283
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2238
2284
|
width: size,
|
2239
2285
|
height: size,
|
@@ -2241,18 +2287,18 @@ var Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref91, ref) {
|
|
2241
2287
|
xmlns: "http://www.w3.org/2000/svg",
|
2242
2288
|
viewBox: "0 0 32 32",
|
2243
2289
|
fill: "currentColor"
|
2244
|
-
}, rest),
|
2290
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2245
2291
|
d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
|
2246
2292
|
})), children);
|
2247
2293
|
});
|
2248
2294
|
if (process.env.NODE_ENV !== "production") {
|
2249
2295
|
Compare.propTypes = iconPropTypes4cbeb95d.i;
|
2250
2296
|
}
|
2251
|
-
var Compass = /*#__PURE__*/React.forwardRef(function Compass(
|
2252
|
-
var children =
|
2253
|
-
|
2254
|
-
size =
|
2255
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2297
|
+
var Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref94, ref) {
|
2298
|
+
var children = _ref94.children,
|
2299
|
+
_ref94$size = _ref94.size,
|
2300
|
+
size = _ref94$size === undefined ? 16 : _ref94$size,
|
2301
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref94, _excluded94);
|
2256
2302
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2257
2303
|
width: size,
|
2258
2304
|
height: size,
|
@@ -2260,9 +2306,9 @@ var Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref92, ref) {
|
|
2260
2306
|
xmlns: "http://www.w3.org/2000/svg",
|
2261
2307
|
viewBox: "0 0 32 32",
|
2262
2308
|
fill: "currentColor"
|
2263
|
-
}, rest),
|
2309
|
+
}, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
2264
2310
|
d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
2265
|
-
})),
|
2311
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2266
2312
|
d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
|
2267
2313
|
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
2268
2314
|
cx: "16",
|
@@ -2273,11 +2319,11 @@ var Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref92, ref) {
|
|
2273
2319
|
if (process.env.NODE_ENV !== "production") {
|
2274
2320
|
Compass.propTypes = iconPropTypes4cbeb95d.i;
|
2275
2321
|
}
|
2276
|
-
var QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(
|
2277
|
-
var children =
|
2278
|
-
|
2279
|
-
size =
|
2280
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2322
|
+
var QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref95, ref) {
|
2323
|
+
var children = _ref95.children,
|
2324
|
+
_ref95$size = _ref95.size,
|
2325
|
+
size = _ref95$size === undefined ? 16 : _ref95$size,
|
2326
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref95, _excluded95);
|
2281
2327
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2282
2328
|
width: size,
|
2283
2329
|
height: size,
|
@@ -2285,18 +2331,18 @@ var QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref93,
|
|
2285
2331
|
xmlns: "http://www.w3.org/2000/svg",
|
2286
2332
|
viewBox: "0 0 32 32",
|
2287
2333
|
fill: "currentColor"
|
2288
|
-
}, rest),
|
2334
|
+
}, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
2289
2335
|
d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
|
2290
2336
|
})), children);
|
2291
2337
|
});
|
2292
2338
|
if (process.env.NODE_ENV !== "production") {
|
2293
2339
|
QComposerEdit.propTypes = iconPropTypes4cbeb95d.i;
|
2294
2340
|
}
|
2295
|
-
var Concept = /*#__PURE__*/React.forwardRef(function Concept(
|
2296
|
-
var children =
|
2297
|
-
|
2298
|
-
size =
|
2299
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2341
|
+
var Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref96, ref) {
|
2342
|
+
var children = _ref96.children,
|
2343
|
+
_ref96$size = _ref96.size,
|
2344
|
+
size = _ref96$size === undefined ? 16 : _ref96$size,
|
2345
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref96, _excluded96);
|
2300
2346
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2301
2347
|
width: size,
|
2302
2348
|
height: size,
|
@@ -2304,18 +2350,18 @@ var Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref94, ref) {
|
|
2304
2350
|
xmlns: "http://www.w3.org/2000/svg",
|
2305
2351
|
viewBox: "0 0 32 32",
|
2306
2352
|
fill: "currentColor"
|
2307
|
-
}, rest),
|
2353
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2308
2354
|
d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
|
2309
2355
|
})), children);
|
2310
2356
|
});
|
2311
2357
|
if (process.env.NODE_ENV !== "production") {
|
2312
2358
|
Concept.propTypes = iconPropTypes4cbeb95d.i;
|
2313
2359
|
}
|
2314
|
-
var ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(
|
2315
|
-
var children =
|
2316
|
-
|
2317
|
-
size =
|
2318
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2360
|
+
var ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref97, ref) {
|
2361
|
+
var children = _ref97.children,
|
2362
|
+
_ref97$size = _ref97.size,
|
2363
|
+
size = _ref97$size === undefined ? 16 : _ref97$size,
|
2364
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref97, _excluded97);
|
2319
2365
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2320
2366
|
width: size,
|
2321
2367
|
height: size,
|
@@ -2323,21 +2369,21 @@ var ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref9
|
|
2323
2369
|
xmlns: "http://www.w3.org/2000/svg",
|
2324
2370
|
viewBox: "0 0 32 32",
|
2325
2371
|
fill: "currentColor"
|
2326
|
-
}, rest),
|
2372
|
+
}, rest), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
2327
2373
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2328
2374
|
transform: "rotate(-45 16 16)"
|
2329
|
-
})),
|
2375
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2330
2376
|
d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
|
2331
2377
|
})), children);
|
2332
2378
|
});
|
2333
2379
|
if (process.env.NODE_ENV !== "production") {
|
2334
2380
|
ConditionPoint.propTypes = iconPropTypes4cbeb95d.i;
|
2335
2381
|
}
|
2336
|
-
var ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(
|
2337
|
-
var children =
|
2338
|
-
|
2339
|
-
size =
|
2340
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2382
|
+
var ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref98, ref) {
|
2383
|
+
var children = _ref98.children,
|
2384
|
+
_ref98$size = _ref98.size,
|
2385
|
+
size = _ref98$size === undefined ? 16 : _ref98$size,
|
2386
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref98, _excluded98);
|
2341
2387
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2342
2388
|
width: size,
|
2343
2389
|
height: size,
|
@@ -2345,21 +2391,21 @@ var ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoi
|
|
2345
2391
|
xmlns: "http://www.w3.org/2000/svg",
|
2346
2392
|
viewBox: "0 0 32 32",
|
2347
2393
|
fill: "currentColor"
|
2348
|
-
}, rest),
|
2394
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
2349
2395
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2350
2396
|
transform: "rotate(-45 16 16)"
|
2351
|
-
})),
|
2397
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2352
2398
|
d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
2353
2399
|
})), children);
|
2354
2400
|
});
|
2355
2401
|
if (process.env.NODE_ENV !== "production") {
|
2356
2402
|
ConditionWaitPoint.propTypes = iconPropTypes4cbeb95d.i;
|
2357
2403
|
}
|
2358
|
-
var Connect = /*#__PURE__*/React.forwardRef(function Connect(
|
2359
|
-
var children =
|
2360
|
-
|
2361
|
-
size =
|
2362
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2404
|
+
var Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref99, ref) {
|
2405
|
+
var children = _ref99.children,
|
2406
|
+
_ref99$size = _ref99.size,
|
2407
|
+
size = _ref99$size === undefined ? 16 : _ref99$size,
|
2408
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref99, _excluded99);
|
2363
2409
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2364
2410
|
width: size,
|
2365
2411
|
height: size,
|
@@ -2367,7 +2413,7 @@ var Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref97, ref) {
|
|
2367
2413
|
xmlns: "http://www.w3.org/2000/svg",
|
2368
2414
|
viewBox: "0 0 32 32",
|
2369
2415
|
fill: "currentColor"
|
2370
|
-
}, rest),
|
2416
|
+
}, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
2371
2417
|
d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
|
2372
2418
|
transform: "translate(0 .01)"
|
2373
2419
|
})), children);
|
@@ -2375,11 +2421,11 @@ var Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref97, ref) {
|
|
2375
2421
|
if (process.env.NODE_ENV !== "production") {
|
2376
2422
|
Connect.propTypes = iconPropTypes4cbeb95d.i;
|
2377
2423
|
}
|
2378
|
-
var ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(
|
2379
|
-
var children =
|
2380
|
-
|
2381
|
-
size =
|
2382
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2424
|
+
var ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref100, ref) {
|
2425
|
+
var children = _ref100.children,
|
2426
|
+
_ref100$size = _ref100.size,
|
2427
|
+
size = _ref100$size === undefined ? 16 : _ref100$size,
|
2428
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref100, _excluded100);
|
2383
2429
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2384
2430
|
width: size,
|
2385
2431
|
height: size,
|
@@ -2387,18 +2433,18 @@ var ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_
|
|
2387
2433
|
xmlns: "http://www.w3.org/2000/svg",
|
2388
2434
|
viewBox: "0 0 32 32",
|
2389
2435
|
fill: "currentColor"
|
2390
|
-
}, rest),
|
2436
|
+
}, rest), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
2391
2437
|
d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
|
2392
2438
|
})), children);
|
2393
2439
|
});
|
2394
2440
|
if (process.env.NODE_ENV !== "production") {
|
2395
2441
|
ConnectRecursive.propTypes = iconPropTypes4cbeb95d.i;
|
2396
2442
|
}
|
2397
|
-
var ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(
|
2398
|
-
var children =
|
2399
|
-
|
2400
|
-
size =
|
2401
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2443
|
+
var ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref101, ref) {
|
2444
|
+
var children = _ref101.children,
|
2445
|
+
_ref101$size = _ref101.size,
|
2446
|
+
size = _ref101$size === undefined ? 16 : _ref101$size,
|
2447
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref101, _excluded101);
|
2402
2448
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2403
2449
|
width: size,
|
2404
2450
|
height: size,
|
@@ -2406,20 +2452,20 @@ var ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_
|
|
2406
2452
|
xmlns: "http://www.w3.org/2000/svg",
|
2407
2453
|
viewBox: "0 0 32 32",
|
2408
2454
|
fill: "currentColor"
|
2409
|
-
}, rest),
|
2455
|
+
}, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
2410
2456
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
2411
|
-
})),
|
2457
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
2412
2458
|
d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
|
2413
2459
|
})), children);
|
2414
2460
|
});
|
2415
2461
|
if (process.env.NODE_ENV !== "production") {
|
2416
2462
|
ConnectReference.propTypes = iconPropTypes4cbeb95d.i;
|
2417
2463
|
}
|
2418
|
-
var ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(
|
2419
|
-
var children =
|
2420
|
-
|
2421
|
-
size =
|
2422
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2464
|
+
var ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref102, ref) {
|
2465
|
+
var children = _ref102.children,
|
2466
|
+
_ref102$size = _ref102.size,
|
2467
|
+
size = _ref102$size === undefined ? 16 : _ref102$size,
|
2468
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref102, _excluded102);
|
2423
2469
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2424
2470
|
width: size,
|
2425
2471
|
height: size,
|
@@ -2427,18 +2473,18 @@ var ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref100
|
|
2427
2473
|
xmlns: "http://www.w3.org/2000/svg",
|
2428
2474
|
viewBox: "0 0 32 32",
|
2429
2475
|
fill: "currentColor"
|
2430
|
-
}, rest),
|
2476
|
+
}, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
2431
2477
|
d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
|
2432
2478
|
})), children);
|
2433
2479
|
});
|
2434
2480
|
if (process.env.NODE_ENV !== "production") {
|
2435
2481
|
ConnectSource.propTypes = iconPropTypes4cbeb95d.i;
|
2436
2482
|
}
|
2437
|
-
var ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(
|
2438
|
-
var children =
|
2439
|
-
|
2440
|
-
size =
|
2441
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2483
|
+
var ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref103, ref) {
|
2484
|
+
var children = _ref103.children,
|
2485
|
+
_ref103$size = _ref103.size,
|
2486
|
+
size = _ref103$size === undefined ? 16 : _ref103$size,
|
2487
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref103, _excluded103);
|
2442
2488
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2443
2489
|
width: size,
|
2444
2490
|
height: size,
|
@@ -2446,18 +2492,18 @@ var ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref101
|
|
2446
2492
|
xmlns: "http://www.w3.org/2000/svg",
|
2447
2493
|
viewBox: "0 0 32 32",
|
2448
2494
|
fill: "currentColor"
|
2449
|
-
}, rest),
|
2495
|
+
}, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
2450
2496
|
d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
|
2451
2497
|
})), children);
|
2452
2498
|
});
|
2453
2499
|
if (process.env.NODE_ENV !== "production") {
|
2454
2500
|
ConnectTarget.propTypes = iconPropTypes4cbeb95d.i;
|
2455
2501
|
}
|
2456
|
-
var ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(
|
2457
|
-
var children =
|
2458
|
-
|
2459
|
-
size =
|
2460
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2502
|
+
var ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref104, ref) {
|
2503
|
+
var children = _ref104.children,
|
2504
|
+
_ref104$size = _ref104.size,
|
2505
|
+
size = _ref104$size === undefined ? 16 : _ref104$size,
|
2506
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref104, _excluded104);
|
2461
2507
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2462
2508
|
width: size,
|
2463
2509
|
height: size,
|
@@ -2465,20 +2511,20 @@ var ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive
|
|
2465
2511
|
xmlns: "http://www.w3.org/2000/svg",
|
2466
2512
|
viewBox: "0 0 32 32",
|
2467
2513
|
fill: "currentColor"
|
2468
|
-
}, rest),
|
2514
|
+
}, rest), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
2469
2515
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
|
2470
|
-
})),
|
2516
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
2471
2517
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
2472
2518
|
})), children);
|
2473
2519
|
});
|
2474
2520
|
if (process.env.NODE_ENV !== "production") {
|
2475
2521
|
ConnectionReceive.propTypes = iconPropTypes4cbeb95d.i;
|
2476
2522
|
}
|
2477
|
-
var ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(
|
2478
|
-
var children =
|
2479
|
-
|
2480
|
-
size =
|
2481
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2523
|
+
var ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref105, ref) {
|
2524
|
+
var children = _ref105.children,
|
2525
|
+
_ref105$size = _ref105.size,
|
2526
|
+
size = _ref105$size === undefined ? 16 : _ref105$size,
|
2527
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref105, _excluded105);
|
2482
2528
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2483
2529
|
width: size,
|
2484
2530
|
height: size,
|
@@ -2486,20 +2532,20 @@ var ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref1
|
|
2486
2532
|
xmlns: "http://www.w3.org/2000/svg",
|
2487
2533
|
viewBox: "0 0 32 32",
|
2488
2534
|
fill: "currentColor"
|
2489
|
-
}, rest),
|
2535
|
+
}, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
2490
2536
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
|
2491
|
-
})),
|
2537
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
2492
2538
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
2493
2539
|
})), children);
|
2494
2540
|
});
|
2495
2541
|
if (process.env.NODE_ENV !== "production") {
|
2496
2542
|
ConnectionSend.propTypes = iconPropTypes4cbeb95d.i;
|
2497
2543
|
}
|
2498
|
-
var ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(
|
2499
|
-
var children =
|
2500
|
-
|
2501
|
-
size =
|
2502
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2544
|
+
var ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref106, ref) {
|
2545
|
+
var children = _ref106.children,
|
2546
|
+
_ref106$size = _ref106.size,
|
2547
|
+
size = _ref106$size === undefined ? 16 : _ref106$size,
|
2548
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref106, _excluded106);
|
2503
2549
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2504
2550
|
width: size,
|
2505
2551
|
height: size,
|
@@ -2507,20 +2553,20 @@ var ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_
|
|
2507
2553
|
xmlns: "http://www.w3.org/2000/svg",
|
2508
2554
|
viewBox: "0 0 32 32",
|
2509
2555
|
fill: "currentColor"
|
2510
|
-
}, rest),
|
2556
|
+
}, rest), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2511
2557
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
|
2512
|
-
})),
|
2558
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2513
2559
|
d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
|
2514
2560
|
})), children);
|
2515
2561
|
});
|
2516
2562
|
if (process.env.NODE_ENV !== "production") {
|
2517
2563
|
ConnectionTwoWay.propTypes = iconPropTypes4cbeb95d.i;
|
2518
2564
|
}
|
2519
|
-
var ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(
|
2520
|
-
var children =
|
2521
|
-
|
2522
|
-
size =
|
2523
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2565
|
+
var ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref107, ref) {
|
2566
|
+
var children = _ref107.children,
|
2567
|
+
_ref107$size = _ref107.size,
|
2568
|
+
size = _ref107$size === undefined ? 16 : _ref107$size,
|
2569
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref107, _excluded107);
|
2524
2570
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2525
2571
|
width: size,
|
2526
2572
|
height: size,
|
@@ -2528,7 +2574,7 @@ var ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_re
|
|
2528
2574
|
xmlns: "http://www.w3.org/2000/svg",
|
2529
2575
|
viewBox: "0 0 32 32",
|
2530
2576
|
fill: "currentColor"
|
2531
|
-
}, rest),
|
2577
|
+
}, rest), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
2532
2578
|
strokeWidth: "0",
|
2533
2579
|
d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
|
2534
2580
|
})), children);
|
@@ -2536,11 +2582,11 @@ var ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_re
|
|
2536
2582
|
if (process.env.NODE_ENV !== "production") {
|
2537
2583
|
ConnectionUsage.propTypes = iconPropTypes4cbeb95d.i;
|
2538
2584
|
}
|
2539
|
-
var ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(
|
2540
|
-
var children =
|
2541
|
-
|
2542
|
-
size =
|
2543
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2585
|
+
var ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref108, ref) {
|
2586
|
+
var children = _ref108.children,
|
2587
|
+
_ref108$size = _ref108.size,
|
2588
|
+
size = _ref108$size === undefined ? 16 : _ref108$size,
|
2589
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref108, _excluded108);
|
2544
2590
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2545
2591
|
width: size,
|
2546
2592
|
height: size,
|
@@ -2548,7 +2594,7 @@ var ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowU
|
|
2548
2594
|
xmlns: "http://www.w3.org/2000/svg",
|
2549
2595
|
viewBox: "0 0 32 32",
|
2550
2596
|
fill: "currentColor"
|
2551
|
-
}, rest),
|
2597
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
2552
2598
|
strokeWidth: "0",
|
2553
2599
|
d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
|
2554
2600
|
})), children);
|
@@ -2556,11 +2602,11 @@ var ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowU
|
|
2556
2602
|
if (process.env.NODE_ENV !== "production") {
|
2557
2603
|
ConnectionFlowUsage.propTypes = iconPropTypes4cbeb95d.i;
|
2558
2604
|
}
|
2559
|
-
var ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(
|
2560
|
-
var children =
|
2561
|
-
|
2562
|
-
size =
|
2563
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2605
|
+
var ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref109, ref) {
|
2606
|
+
var children = _ref109.children,
|
2607
|
+
_ref109$size = _ref109.size,
|
2608
|
+
size = _ref109$size === undefined ? 16 : _ref109$size,
|
2609
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref109, _excluded109);
|
2564
2610
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2565
2611
|
width: size,
|
2566
2612
|
height: size,
|
@@ -2568,20 +2614,20 @@ var ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_
|
|
2568
2614
|
xmlns: "http://www.w3.org/2000/svg",
|
2569
2615
|
viewBox: "0 0 32 32",
|
2570
2616
|
fill: "currentColor"
|
2571
|
-
}, rest),
|
2617
|
+
}, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
2572
2618
|
d: "M15 12H17V30H15zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z"
|
2573
|
-
})),
|
2619
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
2574
2620
|
d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
|
2575
2621
|
})), children);
|
2576
2622
|
});
|
2577
2623
|
if (process.env.NODE_ENV !== "production") {
|
2578
2624
|
ConnectionSignal.propTypes = iconPropTypes4cbeb95d.i;
|
2579
2625
|
}
|
2580
|
-
var ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(
|
2581
|
-
var children =
|
2582
|
-
|
2583
|
-
size =
|
2584
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2626
|
+
var ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref110, ref) {
|
2627
|
+
var children = _ref110.children,
|
2628
|
+
_ref110$size = _ref110.size,
|
2629
|
+
size = _ref110$size === undefined ? 16 : _ref110$size,
|
2630
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref110, _excluded110);
|
2585
2631
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2586
2632
|
width: size,
|
2587
2633
|
height: size,
|
@@ -2589,20 +2635,20 @@ var ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSigna
|
|
2589
2635
|
xmlns: "http://www.w3.org/2000/svg",
|
2590
2636
|
viewBox: "0 0 32 32",
|
2591
2637
|
fill: "currentColor"
|
2592
|
-
}, rest),
|
2638
|
+
}, rest), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
2593
2639
|
d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z"
|
2594
|
-
})),
|
2640
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
2595
2641
|
d: "M21 13a5.0022 5.0022 0 01-.9023 2.8564l1.4277 1.4278a6.9831 6.9831 0 00-.8584-9.5015l-1.334 1.49A5.0077 5.0077 0 0121 13zM30 28.5859L3.4143 2 2 3.4141l3.71 3.71A10.9824 10.9824 0 008.3994 21.8008l1.2012-1.6A8.9678 8.9678 0 017.1714 8.5854l2.1963 2.1963a6.9664 6.9664 0 001.9648 7.4351l1.334-1.49A5.0072 5.0072 0 0111 13a4.8854 4.8854 0 01.0393-.5464L15 16.4141V30h2V18.4141L28.5857 30z"
|
2596
2642
|
})), children);
|
2597
2643
|
});
|
2598
2644
|
if (process.env.NODE_ENV !== "production") {
|
2599
2645
|
ConnectionSignalOff.propTypes = iconPropTypes4cbeb95d.i;
|
2600
2646
|
}
|
2601
|
-
var Constraint = /*#__PURE__*/React.forwardRef(function Constraint(
|
2602
|
-
var children =
|
2603
|
-
|
2604
|
-
size =
|
2605
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2647
|
+
var Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref111, ref) {
|
2648
|
+
var children = _ref111.children,
|
2649
|
+
_ref111$size = _ref111.size,
|
2650
|
+
size = _ref111$size === undefined ? 16 : _ref111$size,
|
2651
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref111, _excluded111);
|
2606
2652
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2607
2653
|
width: size,
|
2608
2654
|
height: size,
|
@@ -2610,7 +2656,7 @@ var Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref109, ref)
|
|
2610
2656
|
xmlns: "http://www.w3.org/2000/svg",
|
2611
2657
|
viewBox: "0 0 32 32",
|
2612
2658
|
fill: "currentColor"
|
2613
|
-
}, rest),
|
2659
|
+
}, rest), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
2614
2660
|
strokeWidth: "0",
|
2615
2661
|
d: "M27 13V5s-4 0-4 0v-2h4c1.1028 0 2 .8975 2 2v8c0 1.5234.8799 2 2 2v2c-1.1201 0-2 .4502-2 2v8c0 1.1025-.8972 2-2 2h-4v-2h4s0-8 0-8c0-1.6841.8799-2.5645 2-2.8584v-.2676c-1.1201-.2939-2-1.1899-2-2.874zM12 12H20V20H12zM5 13V5h4v-2h-4c-1.1028 0-2 .8975-2 2v8c0 1.5234-.8799 2-2 2v2c1.1201 0 2 .4502 2 2v8c0 1.1025.8972 2 2 2h4v-2h-4v-8c0-1.6841-.8799-2.5645-2-2.8584v-.2676c1.1201-.2939 2-1.1899 2-2.874z"
|
2616
2662
|
})), children);
|
@@ -2618,11 +2664,11 @@ var Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref109, ref)
|
|
2618
2664
|
if (process.env.NODE_ENV !== "production") {
|
2619
2665
|
Constraint.propTypes = iconPropTypes4cbeb95d.i;
|
2620
2666
|
}
|
2621
|
-
var Construction = /*#__PURE__*/React.forwardRef(function Construction(
|
2622
|
-
var children =
|
2623
|
-
|
2624
|
-
size =
|
2625
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2667
|
+
var Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref112, ref) {
|
2668
|
+
var children = _ref112.children,
|
2669
|
+
_ref112$size = _ref112.size,
|
2670
|
+
size = _ref112$size === undefined ? 16 : _ref112$size,
|
2671
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref112, _excluded112);
|
2626
2672
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2627
2673
|
width: size,
|
2628
2674
|
height: size,
|
@@ -2630,18 +2676,18 @@ var Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref110,
|
|
2630
2676
|
xmlns: "http://www.w3.org/2000/svg",
|
2631
2677
|
viewBox: "0 0 32 32",
|
2632
2678
|
fill: "currentColor"
|
2633
|
-
}, rest),
|
2679
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
2634
2680
|
d: "M29.34 16.06a1.0007 1.0007 0 00-1.1084.3L24.46 20.8857l-5.4355-.9882-3.602-8.9512A3.014 3.014 0 0012.6138 9h-4.06A3.0018 3.0018 0 007.01 9.4277L2 12.4336v6.4009l5 .9092V30H9V20.1074l3.5652.648L14 24.2V30h2V23.8l-1.0911-2.6182L22.99 22.6509 18.2319 28.36A1 1 0 0019 30H29a1 1 0 001-1V17A1 1 0 0029.34 16.06zM4 17.1655V13.5664l3-1.8v5.9448zm5 .9092V11h3.6138a1.0141 1.0141 0 01.9453.6709l3.14 7.8037zM28 28H21.1353L28 19.7617zM12.5 8A3.5 3.5 0 1116 4.5 3.5042 3.5042 0 0112.5 8zm0-5A1.5 1.5 0 1014 4.5 1.5017 1.5017 0 0012.5 3z"
|
2635
2681
|
})), children);
|
2636
2682
|
});
|
2637
2683
|
if (process.env.NODE_ENV !== "production") {
|
2638
2684
|
Construction.propTypes = iconPropTypes4cbeb95d.i;
|
2639
2685
|
}
|
2640
|
-
var ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(
|
2641
|
-
var children =
|
2642
|
-
|
2643
|
-
size =
|
2644
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2686
|
+
var ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_ref113, ref) {
|
2687
|
+
var children = _ref113.children,
|
2688
|
+
_ref113$size = _ref113.size,
|
2689
|
+
size = _ref113$size === undefined ? 16 : _ref113$size,
|
2690
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
|
2645
2691
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2646
2692
|
width: size,
|
2647
2693
|
height: size,
|
@@ -2654,10 +2700,10 @@ var ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_re
|
|
2654
2700
|
cy: "23",
|
2655
2701
|
r: "1",
|
2656
2702
|
strokeWidth: "0"
|
2657
|
-
})),
|
2703
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
2658
2704
|
strokeWidth: "0",
|
2659
2705
|
d: "m25.7903,18.8535l-8.9897-6.2378c-.5029-.3809-1.1223-.6157-1.8005-.6157-1.6543,0-3,1.3457-3,3,0,.6553.2173,1.2573.5752,1.7515l6.3408,9.1157c.9055,1.2861,2.395,2.1328,4.084,2.1328,2.7571,0,5-2.2432,5-5,0-1.7246-.8777-3.2476-2.2097-4.1465Zm-7.5203,2.5986l-2.4829-3.5703c1.0181-.2788,1.8145-1.0752,2.0942-2.0928l3.5698,2.4814c-1.5061.4951-2.6863,1.6758-3.1812,3.1816Zm-3.27-7.4521c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm8,12c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z"
|
2660
|
-
})),
|
2706
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
2661
2707
|
strokeWidth: "0",
|
2662
2708
|
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
|
2663
2709
|
})), children);
|
@@ -2665,11 +2711,11 @@ var ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_re
|
|
2665
2711
|
if (process.env.NODE_ENV !== "production") {
|
2666
2712
|
ContainerEngine.propTypes = iconPropTypes4cbeb95d.i;
|
2667
2713
|
}
|
2668
|
-
var ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(
|
2669
|
-
var children =
|
2670
|
-
|
2671
|
-
size =
|
2672
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2714
|
+
var ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref114, ref) {
|
2715
|
+
var children = _ref114.children,
|
2716
|
+
_ref114$size = _ref114.size,
|
2717
|
+
size = _ref114$size === undefined ? 16 : _ref114$size,
|
2718
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref114, _excluded114);
|
2673
2719
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2674
2720
|
width: size,
|
2675
2721
|
height: size,
|
@@ -2677,10 +2723,10 @@ var ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref1
|
|
2677
2723
|
xmlns: "http://www.w3.org/2000/svg",
|
2678
2724
|
viewBox: "0 0 32 32",
|
2679
2725
|
fill: "currentColor"
|
2680
|
-
}, rest),
|
2726
|
+
}, rest), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
2681
2727
|
strokeWidth: "0",
|
2682
2728
|
d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
|
2683
|
-
})),
|
2729
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
2684
2730
|
strokeWidth: "0",
|
2685
2731
|
d: "m26,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v20c0,1.1028-.8972,2-2,2ZM6,6v20h20V6H6Z"
|
2686
2732
|
})), children);
|
@@ -2688,11 +2734,11 @@ var ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref1
|
|
2688
2734
|
if (process.env.NODE_ENV !== "production") {
|
2689
2735
|
ContainerImage.propTypes = iconPropTypes4cbeb95d.i;
|
2690
2736
|
}
|
2691
|
-
var ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(
|
2692
|
-
var children =
|
2693
|
-
|
2694
|
-
size =
|
2695
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2737
|
+
var ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_ref115, ref) {
|
2738
|
+
var children = _ref115.children,
|
2739
|
+
_ref115$size = _ref115.size,
|
2740
|
+
size = _ref115$size === undefined ? 16 : _ref115$size,
|
2741
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref115, _excluded115);
|
2696
2742
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2697
2743
|
width: size,
|
2698
2744
|
height: size,
|
@@ -2700,10 +2746,10 @@ var ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_
|
|
2700
2746
|
xmlns: "http://www.w3.org/2000/svg",
|
2701
2747
|
viewBox: "0 0 32 32",
|
2702
2748
|
fill: "currentColor"
|
2703
|
-
}, rest),
|
2749
|
+
}, rest), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
2704
2750
|
strokeWidth: "0",
|
2705
2751
|
d: "m30,24v-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-.7v-2.1h-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.8h-2.1v2h2.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.7v2.1h2v-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.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
|
2706
|
-
})),
|
2752
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
2707
2753
|
strokeWidth: "0",
|
2708
2754
|
d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
|
2709
2755
|
})), children);
|
@@ -2711,11 +2757,11 @@ var ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_
|
|
2711
2757
|
if (process.env.NODE_ENV !== "production") {
|
2712
2758
|
ContainerRuntime.propTypes = iconPropTypes4cbeb95d.i;
|
2713
2759
|
}
|
2714
|
-
var ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(
|
2715
|
-
var children =
|
2716
|
-
|
2717
|
-
size =
|
2718
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2760
|
+
var ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(_ref116, ref) {
|
2761
|
+
var children = _ref116.children,
|
2762
|
+
_ref116$size = _ref116.size,
|
2763
|
+
size = _ref116$size === undefined ? 16 : _ref116$size,
|
2764
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref116, _excluded116);
|
2719
2765
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2720
2766
|
width: size,
|
2721
2767
|
height: size,
|
@@ -2728,10 +2774,10 @@ var ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRu
|
|
2728
2774
|
cy: "23",
|
2729
2775
|
r: "2",
|
2730
2776
|
strokeWidth: "0"
|
2731
|
-
})),
|
2777
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
2732
2778
|
strokeWidth: "0",
|
2733
2779
|
d: "m29.7769,22.4785c-1.2631-3.2173-4.3221-5.3723-7.7769-5.4785-3.4548.1062-6.5138,2.2612-7.7769,5.4785l-.2231.5215.2231.5215c1.2631,3.2173,4.3221,5.3723,7.7769,5.4785,3.4548-.1062,6.5138-2.2612,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2091,0-4-1.7909-4-4s1.7909-4,4-4,4,1.7909,4,4c-.0025,2.2081-1.7919,3.9975-4,4Z"
|
2734
|
-
})),
|
2780
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
2735
2781
|
strokeWidth: "0",
|
2736
2782
|
d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
|
2737
2783
|
})), children);
|
@@ -2739,11 +2785,11 @@ var ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRu
|
|
2739
2785
|
if (process.env.NODE_ENV !== "production") {
|
2740
2786
|
ContainerRuntimeMonitor.propTypes = iconPropTypes4cbeb95d.i;
|
2741
2787
|
}
|
2742
|
-
var ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(
|
2743
|
-
var children =
|
2744
|
-
|
2745
|
-
size =
|
2746
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2788
|
+
var ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(_ref117, ref) {
|
2789
|
+
var children = _ref117.children,
|
2790
|
+
_ref117$size = _ref117.size,
|
2791
|
+
size = _ref117$size === undefined ? 16 : _ref117$size,
|
2792
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref117, _excluded117);
|
2747
2793
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2748
2794
|
width: size,
|
2749
2795
|
height: size,
|
@@ -2751,7 +2797,7 @@ var ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePu
|
|
2751
2797
|
xmlns: "http://www.w3.org/2000/svg",
|
2752
2798
|
viewBox: "0 0 32 32",
|
2753
2799
|
fill: "currentColor"
|
2754
|
-
}, rest),
|
2800
|
+
}, rest), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2755
2801
|
strokeWidth: "0",
|
2756
2802
|
d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM5 11L0 16 5 21 6.419 19.591 3.847 17 14 17 14 15 3.794 15 6.419 12.409 5 11z"
|
2757
2803
|
})), children);
|
@@ -2759,11 +2805,11 @@ var ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePu
|
|
2759
2805
|
if (process.env.NODE_ENV !== "production") {
|
2760
2806
|
ContainerImagePull.propTypes = iconPropTypes4cbeb95d.i;
|
2761
2807
|
}
|
2762
|
-
var ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(
|
2763
|
-
var children =
|
2764
|
-
|
2765
|
-
size =
|
2766
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2808
|
+
var ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(_ref118, ref) {
|
2809
|
+
var children = _ref118.children,
|
2810
|
+
_ref118$size = _ref118.size,
|
2811
|
+
size = _ref118$size === undefined ? 16 : _ref118$size,
|
2812
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref118, _excluded118);
|
2767
2813
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2768
2814
|
width: size,
|
2769
2815
|
height: size,
|
@@ -2771,7 +2817,7 @@ var ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePu
|
|
2771
2817
|
xmlns: "http://www.w3.org/2000/svg",
|
2772
2818
|
viewBox: "0 0 32 32",
|
2773
2819
|
fill: "currentColor"
|
2774
|
-
}, rest),
|
2820
|
+
}, rest), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2775
2821
|
strokeWidth: "0",
|
2776
2822
|
d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 11L14 16 9 21 7.581 19.591 10.153 17 0 17 0 15 10.206 15 7.581 12.409 9 11z"
|
2777
2823
|
})), children);
|
@@ -2779,11 +2825,11 @@ var ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePu
|
|
2779
2825
|
if (process.env.NODE_ENV !== "production") {
|
2780
2826
|
ContainerImagePush.propTypes = iconPropTypes4cbeb95d.i;
|
2781
2827
|
}
|
2782
|
-
var ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerImagePushPull(
|
2783
|
-
var children =
|
2784
|
-
|
2785
|
-
size =
|
2786
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2828
|
+
var ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerImagePushPull(_ref119, ref) {
|
2829
|
+
var children = _ref119.children,
|
2830
|
+
_ref119$size = _ref119.size,
|
2831
|
+
size = _ref119$size === undefined ? 16 : _ref119$size,
|
2832
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref119, _excluded119);
|
2787
2833
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2788
2834
|
width: size,
|
2789
2835
|
height: size,
|
@@ -2791,7 +2837,7 @@ var ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerIma
|
|
2791
2837
|
xmlns: "http://www.w3.org/2000/svg",
|
2792
2838
|
viewBox: "0 0 32 32",
|
2793
2839
|
fill: "currentColor"
|
2794
|
-
}, rest),
|
2840
|
+
}, rest), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
2795
2841
|
strokeWidth: "0",
|
2796
2842
|
d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 5L14 10 9 15 7.581 13.591 10.153 11 0 11 0 9 10.206 9 7.581 6.409 9 5zM5 27L0 22 5 17 6.419 18.409 3.847 21 14 21 14 23 3.794 23 6.419 25.591 5 27z"
|
2797
2843
|
})), children);
|
@@ -2799,11 +2845,11 @@ var ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerIma
|
|
2799
2845
|
if (process.env.NODE_ENV !== "production") {
|
2800
2846
|
ContainerImagePushPull.propTypes = iconPropTypes4cbeb95d.i;
|
2801
2847
|
}
|
2802
|
-
var ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(
|
2803
|
-
var children =
|
2804
|
-
|
2805
|
-
size =
|
2806
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2848
|
+
var ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(_ref120, ref) {
|
2849
|
+
var children = _ref120.children,
|
2850
|
+
_ref120$size = _ref120.size,
|
2851
|
+
size = _ref120$size === undefined ? 16 : _ref120$size,
|
2852
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref120, _excluded120);
|
2807
2853
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2808
2854
|
width: size,
|
2809
2855
|
height: size,
|
@@ -2811,9 +2857,9 @@ var ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry
|
|
2811
2857
|
xmlns: "http://www.w3.org/2000/svg",
|
2812
2858
|
viewBox: "0 0 32 32",
|
2813
2859
|
fill: "currentColor"
|
2814
|
-
}, rest),
|
2860
|
+
}, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
2815
2861
|
d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
|
2816
|
-
})),
|
2862
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
2817
2863
|
d: "M28 11H19V2h9zM21 9h5V4H21zM28 20H26v2h2v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
|
2818
2864
|
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
2819
2865
|
cx: "7",
|
@@ -2824,11 +2870,11 @@ var ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry
|
|
2824
2870
|
if (process.env.NODE_ENV !== "production") {
|
2825
2871
|
ContainerRegistry.propTypes = iconPropTypes4cbeb95d.i;
|
2826
2872
|
}
|
2827
|
-
var ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(
|
2828
|
-
var children =
|
2829
|
-
|
2830
|
-
size =
|
2831
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2873
|
+
var ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(_ref121, ref) {
|
2874
|
+
var children = _ref121.children,
|
2875
|
+
_ref121$size = _ref121.size,
|
2876
|
+
size = _ref121$size === undefined ? 16 : _ref121$size,
|
2877
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref121, _excluded121);
|
2832
2878
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2833
2879
|
width: size,
|
2834
2880
|
height: size,
|
@@ -2836,18 +2882,18 @@ var ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices
|
|
2836
2882
|
xmlns: "http://www.w3.org/2000/svg",
|
2837
2883
|
viewBox: "0 0 32 32",
|
2838
2884
|
fill: "currentColor"
|
2839
|
-
}, rest),
|
2885
|
+
}, rest), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2840
2886
|
d: "M27,22V17a2.0023,2.0023,0,0,0-2-2H17V10h3a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H12a2.0023,2.0023,0,0,0-2,2V8a2.0023,2.0023,0,0,0,2,2h3v5H7a2.0023,2.0023,0,0,0-2,2v5H2v8h8V22H7V17h8v5H12v8h8V22H17V17h8v5H22v8h8V22ZM12,4h8V8H12ZM8,28H4V24H8Zm10,0H14V24h4Zm10,0H24V24h4Z"
|
2841
2887
|
})), children);
|
2842
2888
|
});
|
2843
2889
|
if (process.env.NODE_ENV !== "production") {
|
2844
2890
|
ContainerServices.propTypes = iconPropTypes4cbeb95d.i;
|
2845
2891
|
}
|
2846
|
-
var ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(
|
2847
|
-
var children =
|
2848
|
-
|
2849
|
-
size =
|
2850
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2892
|
+
var ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(_ref122, ref) {
|
2893
|
+
var children = _ref122.children,
|
2894
|
+
_ref122$size = _ref122.size,
|
2895
|
+
size = _ref122$size === undefined ? 16 : _ref122$size,
|
2896
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
|
2851
2897
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2852
2898
|
width: size,
|
2853
2899
|
height: size,
|
@@ -2855,22 +2901,22 @@ var ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware
|
|
2855
2901
|
xmlns: "http://www.w3.org/2000/svg",
|
2856
2902
|
viewBox: "0 0 32 32",
|
2857
2903
|
fill: "currentColor"
|
2858
|
-
}, rest),
|
2904
|
+
}, rest), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
2859
2905
|
d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
|
2860
|
-
})),
|
2906
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
2861
2907
|
d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
|
2862
|
-
})),
|
2908
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2863
2909
|
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0023,2.0023,0,0,1,26,28Z"
|
2864
2910
|
})), children);
|
2865
2911
|
});
|
2866
2912
|
if (process.env.NODE_ENV !== "production") {
|
2867
2913
|
ContainerSoftware.propTypes = iconPropTypes4cbeb95d.i;
|
2868
2914
|
}
|
2869
|
-
var ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(
|
2870
|
-
var children =
|
2871
|
-
|
2872
|
-
size =
|
2873
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2915
|
+
var ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(_ref123, ref) {
|
2916
|
+
var children = _ref123.children,
|
2917
|
+
_ref123$size = _ref123.size,
|
2918
|
+
size = _ref123$size === undefined ? 16 : _ref123$size,
|
2919
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
|
2874
2920
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2875
2921
|
width: size,
|
2876
2922
|
height: size,
|
@@ -2886,20 +2932,20 @@ var ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliv
|
|
2886
2932
|
cx: "7",
|
2887
2933
|
cy: "7",
|
2888
2934
|
r: "2"
|
2889
|
-
})),
|
2935
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2890
2936
|
d: "M27,31a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,27,31Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z"
|
2891
|
-
})),
|
2937
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
2892
2938
|
d: "M30,16A14.0412,14.0412,0,0,0,16,2,13.0426,13.0426,0,0,0,9.2,3.8l1.1,1.7a24.4254,24.4254,0,0,1,2.4-1A25.1349,25.1349,0,0,0,10,15H4a11.1489,11.1489,0,0,1,1.4-4.7L3.9,9A13.8418,13.8418,0,0,0,2,16,13.9983,13.9983,0,0,0,16,30a13.3656,13.3656,0,0,0,5.2-1l-.6-1.9a11.4416,11.4416,0,0,1-5.2.9h0A21.0713,21.0713,0,0,1,12,17H29.9A3.4019,3.4019,0,0,0,30,16ZM12.8,27.6h0a13.02,13.02,0,0,1-5.3-3.1A12.5053,12.5053,0,0,1,4,17h6A25.0022,25.0022,0,0,0,12.8,27.6ZM12,15A21.4461,21.4461,0,0,1,15.3,4h1.4A21.4461,21.4461,0,0,1,20,15Zm10,0A23.2777,23.2777,0,0,0,19.2,4.4,12.0919,12.0919,0,0,1,27.9,15Z"
|
2893
2939
|
})), children);
|
2894
2940
|
});
|
2895
2941
|
if (process.env.NODE_ENV !== "production") {
|
2896
2942
|
ContentDeliveryNetwork.propTypes = iconPropTypes4cbeb95d.i;
|
2897
2943
|
}
|
2898
|
-
var ContentView = /*#__PURE__*/React.forwardRef(function ContentView(
|
2899
|
-
var children =
|
2900
|
-
|
2901
|
-
size =
|
2902
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2944
|
+
var ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref124, ref) {
|
2945
|
+
var children = _ref124.children,
|
2946
|
+
_ref124$size = _ref124.size,
|
2947
|
+
size = _ref124$size === undefined ? 16 : _ref124$size,
|
2948
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
|
2903
2949
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2904
2950
|
width: size,
|
2905
2951
|
height: size,
|
@@ -2911,57 +2957,19 @@ var ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref122, re
|
|
2911
2957
|
cx: "16",
|
2912
2958
|
cy: "19",
|
2913
2959
|
r: "2"
|
2914
|
-
})),
|
2960
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
2915
2961
|
d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z"
|
2916
|
-
})),
|
2962
|
+
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2917
2963
|
d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3ZM5,5H27V9H5ZM5,27V11H27V27Z"
|
2918
2964
|
})), children);
|
2919
2965
|
});
|
2920
2966
|
if (process.env.NODE_ENV !== "production") {
|
2921
2967
|
ContentView.propTypes = iconPropTypes4cbeb95d.i;
|
2922
2968
|
}
|
2923
|
-
var Continue = /*#__PURE__*/React.forwardRef(function Continue(
|
2924
|
-
var children = _ref123.children,
|
2925
|
-
_ref123$size = _ref123.size,
|
2926
|
-
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
2927
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
|
2928
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2929
|
-
width: size,
|
2930
|
-
height: size,
|
2931
|
-
ref: ref,
|
2932
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2933
|
-
viewBox: "0 0 32 32",
|
2934
|
-
fill: "currentColor"
|
2935
|
-
}, rest), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2936
|
-
d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM11 6.7344V25.2656L27 16zM4 4H6V28H4z"
|
2937
|
-
})), children);
|
2938
|
-
});
|
2939
|
-
if (process.env.NODE_ENV !== "production") {
|
2940
|
-
Continue.propTypes = iconPropTypes4cbeb95d.i;
|
2941
|
-
}
|
2942
|
-
var ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_ref124, ref) {
|
2943
|
-
var children = _ref124.children,
|
2944
|
-
_ref124$size = _ref124.size,
|
2945
|
-
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
2946
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
|
2947
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2948
|
-
width: size,
|
2949
|
-
height: size,
|
2950
|
-
ref: ref,
|
2951
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2952
|
-
viewBox: "0 0 32 32",
|
2953
|
-
fill: "currentColor"
|
2954
|
-
}, rest), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2955
|
-
d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM4 4H6V28H4z"
|
2956
|
-
})), children);
|
2957
|
-
});
|
2958
|
-
if (process.env.NODE_ENV !== "production") {
|
2959
|
-
ContinueFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2960
|
-
}
|
2961
|
-
var ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDeployment(_ref125, ref) {
|
2969
|
+
var Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref125, ref) {
|
2962
2970
|
var children = _ref125.children,
|
2963
2971
|
_ref125$size = _ref125.size,
|
2964
|
-
size = _ref125$size ===
|
2972
|
+
size = _ref125$size === undefined ? 16 : _ref125$size,
|
2965
2973
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref125, _excluded125);
|
2966
2974
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2967
2975
|
width: size,
|
@@ -2970,14 +2978,16 @@ var ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDepl
|
|
2970
2978
|
xmlns: "http://www.w3.org/2000/svg",
|
2971
2979
|
viewBox: "0 0 32 32",
|
2972
2980
|
fill: "currentColor"
|
2973
|
-
}, rest),
|
2974
|
-
d: "
|
2981
|
+
}, rest), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
2982
|
+
d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM11 6.7344V25.2656L27 16zM4 4H6V28H4z"
|
2975
2983
|
})), children);
|
2976
2984
|
});
|
2977
2985
|
if (process.env.NODE_ENV !== "production") {
|
2978
|
-
|
2986
|
+
Continue.propTypes = iconPropTypes4cbeb95d.i;
|
2979
2987
|
}
|
2980
2988
|
|
2989
|
+
exports.CheckmarkFilledWarning = CheckmarkFilledWarning;
|
2990
|
+
exports.CheckmarkOutline = CheckmarkOutline;
|
2981
2991
|
exports.CheckmarkOutlineError = CheckmarkOutlineError;
|
2982
2992
|
exports.CheckmarkOutlineWarning = CheckmarkOutlineWarning;
|
2983
2993
|
exports.Chemistry = Chemistry;
|
@@ -3097,8 +3107,6 @@ exports.ContainerSoftware = ContainerSoftware;
|
|
3097
3107
|
exports.ContentDeliveryNetwork = ContentDeliveryNetwork;
|
3098
3108
|
exports.ContentView = ContentView;
|
3099
3109
|
exports.Continue = Continue;
|
3100
|
-
exports.ContinueFilled = ContinueFilled;
|
3101
|
-
exports.ContinuousDeployment = ContinuousDeployment;
|
3102
3110
|
exports.QCircuitComposer = QCircuitComposer;
|
3103
3111
|
exports.QComposerEdit = QComposerEdit;
|
3104
3112
|
exports.WatsonHealthCircleMeasurement = WatsonHealthCircleMeasurement;
|