@carbon/ibm-products 2.65.0 → 2.66.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 +482 -64
- 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 +14 -20
- 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 +29 -22
- 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 +123 -39
- 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 +1 -510
- package/es/components/APIKeyModal/APIKeyDownloader.js +32 -50
- package/es/components/APIKeyModal/APIKeyModal.js +164 -217
- package/es/components/AboutModal/AboutModal.js +50 -52
- package/es/components/ActionBar/ActionBar.js +62 -56
- package/es/components/ActionBar/ActionBarItem.js +25 -18
- package/es/components/ActionBar/ActionBarOverflowItems.js +21 -19
- package/es/components/ActionSet/ActionSet.js +92 -88
- package/es/components/AddSelect/AddSelect.js +22 -20
- package/es/components/AddSelect/AddSelectBody.js +143 -154
- package/es/components/AddSelect/AddSelectBreadcrumbs.js +21 -14
- package/es/components/AddSelect/AddSelectColumn.js +97 -123
- package/es/components/AddSelect/AddSelectFilter.js +72 -79
- package/es/components/AddSelect/AddSelectFormControl.js +41 -35
- package/es/components/AddSelect/AddSelectList.js +24 -26
- package/es/components/AddSelect/AddSelectMetaPanel.js +24 -26
- package/es/components/AddSelect/AddSelectRow.js +86 -83
- package/es/components/AddSelect/AddSelectSidebar.js +56 -59
- package/es/components/AddSelect/AddSelectSort.js +31 -31
- package/es/components/AddSelect/add-select-utils.js +46 -41
- package/es/components/AddSelect/hooks/useFocus.js +7 -11
- package/es/components/AddSelect/hooks/useItemSort.js +13 -14
- package/es/components/AddSelect/hooks/useParentSelect.js +10 -8
- package/es/components/AddSelect/hooks/usePath.js +33 -36
- package/es/components/BigNumbers/BigNumbers.js +43 -46
- package/es/components/BigNumbers/BigNumbersSkeleton.js +15 -12
- package/es/components/BigNumbers/constants.js +5 -5
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +112 -127
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +70 -74
- package/es/components/Card/Card.d.ts +15 -11
- package/es/components/Card/Card.js +187 -171
- package/es/components/Card/CardFooter.js +32 -33
- package/es/components/Card/CardHeader.js +59 -46
- package/es/components/Carousel/Carousel.js +102 -118
- package/es/components/Carousel/CarouselItem.js +9 -8
- package/es/components/Cascade/Cascade.js +30 -25
- package/es/components/Checklist/Checklist.js +64 -75
- package/es/components/Checklist/Checklist.types.js +2 -2
- package/es/components/Checklist/ChecklistChart.js +22 -31
- package/es/components/Checklist/ChecklistIcon.js +14 -15
- package/es/components/Coachmark/Coachmark.js +71 -89
- package/es/components/Coachmark/CoachmarkDragbar.js +30 -40
- package/es/components/Coachmark/CoachmarkHeader.js +18 -21
- package/es/components/Coachmark/CoachmarkOverlay.js +70 -79
- package/es/components/Coachmark/CoachmarkTagline.js +19 -21
- package/es/components/Coachmark/utils/constants.js +10 -9
- package/es/components/Coachmark/utils/context.js +2 -2
- package/es/components/Coachmark/utils/enums.js +2 -2
- package/es/components/Coachmark/utils/hooks.js +12 -12
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +15 -15
- package/es/components/CoachmarkButton/CoachmarkButton.js +10 -9
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +50 -68
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +16 -15
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +54 -72
- package/es/components/CoachmarkStack/CoachmarkStack.js +64 -82
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +55 -62
- package/es/components/ComboButton/ComboButton.js +45 -52
- package/es/components/ComboButton/ComboButtonItem/index.js +4 -3
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +106 -105
- package/es/components/ConditionBuilder/ConditionBuilder.js +34 -45
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +15 -2
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +72 -92
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +61 -38
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +31 -27
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +25 -24
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +16 -16
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +101 -108
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +14 -20
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +59 -72
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +30 -39
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +18 -19
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +40 -51
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +59 -94
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +14 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +19 -30
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -200
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +34 -33
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +52 -65
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +11 -30
- package/es/components/ConditionBuilder/utils/useTranslations.js +7 -6
- package/es/components/ConditionBuilder/utils/util.js +27 -36
- package/es/components/CreateFullPage/CreateFullPage.d.ts +5 -1
- package/es/components/CreateFullPage/CreateFullPage.js +99 -151
- package/es/components/CreateFullPage/CreateFullPageStep.js +65 -59
- package/es/components/CreateInfluencer/CreateInfluencer.js +25 -29
- package/es/components/CreateModal/CreateModal.js +40 -36
- package/es/components/CreateSidePanel/CreateSidePanel.js +40 -39
- package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheet.js +113 -164
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +9 -7
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +73 -69
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +30 -30
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +296 -339
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +215 -215
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +122 -121
- package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +15 -13
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +35 -53
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +10 -9
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +40 -46
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +29 -28
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +73 -88
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
- package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +10 -12
- package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
- package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +11 -12
- package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +75 -124
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +25 -25
- package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +32 -31
- package/es/components/DataSpreadsheet/utils/getCellSize.js +2 -4
- package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
- package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -14
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +40 -36
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +37 -34
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +22 -23
- package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +37 -34
- package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +65 -76
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +94 -88
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +29 -26
- package/es/components/DataSpreadsheet/utils/removeCellSelections.js +9 -11
- package/es/components/DataSpreadsheet/utils/selectAllCells.js +17 -14
- package/es/components/Datagrid/Datagrid/Datagrid.js +27 -24
- package/es/components/Datagrid/Datagrid/DatagridBody.js +7 -6
- package/es/components/Datagrid/Datagrid/DatagridContent.js +130 -112
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +19 -18
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +42 -43
- package/es/components/Datagrid/Datagrid/DatagridHead.js +9 -10
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +172 -125
- package/es/components/Datagrid/Datagrid/DatagridRefBody.js +18 -15
- package/es/components/Datagrid/Datagrid/DatagridRow.js +101 -91
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +63 -61
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +48 -57
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +18 -15
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +83 -96
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +74 -76
- package/es/components/Datagrid/Datagrid/DraggableElement.js +38 -29
- package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +9 -7
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +18 -20
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +34 -36
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +56 -85
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +88 -106
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +27 -29
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +96 -104
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +125 -136
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +90 -106
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +41 -46
- package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +13 -13
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +23 -30
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +212 -219
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +13 -11
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +4 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +44 -42
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +28 -17
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +196 -191
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +41 -39
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +7 -9
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +18 -15
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +84 -73
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +22 -26
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +24 -28
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +19 -18
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +211 -173
- package/es/components/Datagrid/common-column-ids.js +1 -1
- package/es/components/Datagrid/useActionsColumn.js +81 -61
- package/es/components/Datagrid/useColumnCenterAlign.js +17 -27
- package/es/components/Datagrid/useColumnRightAlign.js +17 -28
- package/es/components/Datagrid/useCustomizeColumns.js +18 -20
- package/es/components/Datagrid/useDatagrid.js +13 -18
- package/es/components/Datagrid/useDefaultStringRenderer.js +19 -20
- package/es/components/Datagrid/useDisableSelectRows.js +49 -57
- package/es/components/Datagrid/useEditableCell.js +1 -1
- package/es/components/Datagrid/useExpandedRow.js +20 -25
- package/es/components/Datagrid/useFiltering.js +53 -58
- package/es/components/Datagrid/useFlexResize.js +31 -29
- package/es/components/Datagrid/useFloatingScroll.js +40 -38
- package/es/components/Datagrid/useFocusRowExpander.js +16 -15
- package/es/components/Datagrid/useInfiniteScroll.js +22 -20
- package/es/components/Datagrid/useInitialColumnSort.js +22 -21
- package/es/components/Datagrid/useInlineEdit.js +24 -26
- package/es/components/Datagrid/useNestedRowExpander.js +63 -80
- package/es/components/Datagrid/useNestedRows.js +45 -45
- package/es/components/Datagrid/useOnRowClick.js +32 -26
- package/es/components/Datagrid/useParentDimensions.js +35 -37
- package/es/components/Datagrid/useResizeTable.js +11 -9
- package/es/components/Datagrid/useRowExpander.js +30 -27
- package/es/components/Datagrid/useRowIsMouseOver.js +22 -28
- package/es/components/Datagrid/useRowRenderer.js +25 -35
- package/es/components/Datagrid/useRowSize.js +27 -24
- package/es/components/Datagrid/useSelectAllToggle.js +47 -46
- package/es/components/Datagrid/useSelectRows.js +90 -107
- package/es/components/Datagrid/useSkeletonRows.js +14 -25
- package/es/components/Datagrid/useSortableColumns.js +61 -87
- package/es/components/Datagrid/useStickyColumn.js +84 -94
- package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +5 -16
- package/es/components/Decorator/Decorator.js +3 -3
- package/es/components/DecoratorBase/DecoratorBase.js +94 -88
- package/es/components/DecoratorBase/DecoratorIcon.js +15 -15
- package/es/components/DecoratorBase/utils.js +8 -6
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +4 -4
- package/es/components/DecoratorLink/DecoratorLink.js +4 -4
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +4 -4
- package/es/components/DelimitedList/DelimitedList.js +16 -15
- package/es/components/DescriptionList/DescriptionList.js +21 -17
- package/es/components/DescriptionList/DescriptionListBody.js +9 -9
- package/es/components/DescriptionList/DescriptionListCell.js +9 -9
- package/es/components/DescriptionList/DescriptionListRow.js +9 -9
- package/es/components/DescriptionList/constants.js +1 -1
- package/es/components/EditFullPage/EditFullPage.js +16 -10
- package/es/components/EditInPlace/EditInPlace.js +80 -78
- package/es/components/EditSidePanel/EditSidePanel.js +50 -47
- package/es/components/EditTearsheet/EditTearsheet.js +65 -99
- package/es/components/EditTearsheet/EditTearsheetForm.js +36 -28
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +15 -10
- package/es/components/EditUpdateCards/EditUpdateCards.d.ts +2 -9
- package/es/components/EditUpdateCards/EditUpdateCards.js +42 -31
- package/es/components/EmptyStates/EmptyState.js +38 -34
- package/es/components/EmptyStates/EmptyStateContent.js +29 -21
- package/es/components/EmptyStates/EmptyStateIllustration.js +15 -28
- package/es/components/EmptyStates/EmptyStateV2.js +34 -29
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +28 -25
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +28 -25
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +28 -25
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +28 -25
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +28 -25
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +28 -25
- package/es/components/EmptyStates/assets/ErrorIllustration.js +27 -26
- package/es/components/EmptyStates/assets/NoDataIllustration.js +25 -24
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +54 -53
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +38 -37
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +43 -42
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +38 -37
- package/es/components/ExportModal/ExportModal.js +82 -94
- package/es/components/ExpressiveCard/ExpressiveCard.d.ts +2 -10
- package/es/components/ExpressiveCard/ExpressiveCard.js +11 -5
- package/es/components/FeatureFlags/index.js +33 -43
- package/es/components/FilterPanel/FilterPanel.js +12 -12
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +20 -20
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +21 -25
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +13 -13
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +54 -60
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +15 -15
- package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +13 -13
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +21 -25
- package/es/components/FilterSummary/FilterSummary.js +60 -67
- package/es/components/FullPageError/FullPageError.js +28 -26
- package/es/components/FullPageError/assets/Error403SVG.js +4 -2
- package/es/components/FullPageError/assets/Error404SVG.js +4 -2
- package/es/components/FullPageError/assets/ErrorGenericSVG.js +4 -2
- package/es/components/GetStartedCard/GetStartedCard.js +6 -6
- package/es/components/Guidebanner/Guidebanner.js +46 -63
- package/es/components/Guidebanner/GuidebannerElement.js +14 -14
- package/es/components/Guidebanner/GuidebannerElementButton.js +15 -17
- package/es/components/Guidebanner/GuidebannerElementLink.js +9 -9
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +18 -18
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +18 -18
- package/es/components/HTTPErrors/HTTPErrorContent.js +23 -22
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +18 -18
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +83 -81
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +87 -85
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +83 -81
- package/es/components/ImportModal/ImportModal.js +125 -162
- package/es/components/InlineTip/InlineTip.js +46 -61
- package/es/components/InlineTip/InlineTipButton.js +9 -9
- package/es/components/InlineTip/InlineTipLink.js +12 -13
- package/es/components/InlineTip/utils.js +9 -19
- package/es/components/InterstitialScreen/InterstitialScreen.js +62 -83
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +56 -62
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +87 -118
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +29 -25
- package/es/components/MultiAddSelect/MultiAddSelect.js +5 -7
- package/es/components/Nav/Nav.js +39 -43
- package/es/components/Nav/NavItem.js +44 -51
- package/es/components/Nav/NavItemLink.js +9 -8
- package/es/components/Nav/NavList.js +57 -66
- package/es/components/NonLinearReading/NonLinearReading.js +18 -23
- package/es/components/NotificationsPanel/NotificationsPanel.js +178 -258
- package/es/components/NotificationsPanel/utils.js +26 -24
- package/es/components/OptionsTile/OptionsTile.js +90 -82
- package/es/components/PageHeader/PageHeader.js +293 -256
- package/es/components/PageHeader/PageHeaderTitle.js +43 -36
- package/es/components/PageHeader/PageHeaderUtils.js +31 -28
- package/es/components/ProductiveCard/ProductiveCard.d.ts +2 -13
- package/es/components/ProductiveCard/ProductiveCard.js +20 -14
- package/es/components/RemoveModal/RemoveModal.js +46 -49
- package/es/components/Saving/Saving.js +54 -59
- package/es/components/ScrollGradient/ScrollGradient.js +63 -66
- package/es/components/ScrollGradient/constants.js +13 -24
- package/es/components/SearchBar/SearchBar.d.ts +5 -6
- package/es/components/SearchBar/SearchBar.js +62 -68
- package/es/components/SidePanel/SidePanel.d.ts +2 -5
- package/es/components/SidePanel/SidePanel.js +242 -245
- package/es/components/SidePanel/constants.js +1 -1
- package/es/components/SimpleHeader/SimpleHeader.js +22 -25
- package/es/components/SingleAddSelect/SingleAddSelect.js +3 -3
- package/es/components/StatusIcon/StatusIcon.js +195 -281
- package/es/components/StatusIndicator/StatusIndicator.js +21 -24
- package/es/components/StatusIndicator/StatusIndicatorStep.js +18 -18
- package/es/components/StringFormatter/StringFormatter.js +62 -38
- package/es/components/StringFormatter/utils/enums.js +13 -13
- package/es/components/TagOverflow/TagOverflow.js +70 -74
- package/es/components/TagOverflow/TagOverflowModal.js +49 -52
- package/es/components/TagOverflow/TagOverflowPopover.js +63 -61
- package/es/components/TagOverflow/constants.js +1 -1
- package/es/components/TagSet/TagSet.js +104 -130
- package/es/components/TagSet/TagSetModal.js +48 -51
- package/es/components/TagSet/TagSetOverflow.js +54 -50
- package/es/components/Tearsheet/Tearsheet.js +22 -22
- package/es/components/Tearsheet/TearsheetNarrow.js +20 -19
- package/es/components/Tearsheet/TearsheetShell.js +160 -156
- package/es/components/Toolbar/Toolbar.js +44 -47
- package/es/components/Toolbar/ToolbarButton.js +25 -24
- package/es/components/Toolbar/ToolbarGroup.js +9 -8
- package/es/components/TooltipTrigger/TooltipTrigger.js +10 -9
- package/es/components/TruncatedList/TruncatedList.js +44 -61
- package/es/components/UserAvatar/UserAvatar.js +49 -48
- package/es/components/UserProfileImage/UserProfileImage.js +59 -74
- package/es/components/WebTerminal/WebTerminal.js +64 -67
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +16 -11
- package/es/components/WebTerminal/hooks/index.js +21 -23
- package/es/components/_Canary/Canary.js +13 -8
- package/es/global/js/hooks/useActiveElement.js +5 -9
- package/es/global/js/hooks/useClickOutside.js +4 -4
- package/es/global/js/hooks/useControllableState.js +3 -7
- package/es/global/js/hooks/useCreateComponentFocus.js +16 -30
- package/es/global/js/hooks/useCreateComponentStepChange.js +99 -190
- package/es/global/js/hooks/useFocus.js +64 -85
- package/es/global/js/hooks/useIsomorphicEffect.js +1 -1
- package/es/global/js/hooks/useOverflowItems/useOverflowItems.js +48 -58
- package/es/global/js/hooks/useOverflowString.js +13 -24
- package/es/global/js/hooks/usePortalTarget.js +5 -11
- package/es/global/js/hooks/usePrefersReducedMotion.js +12 -12
- package/es/global/js/hooks/usePrefix.js +1 -3
- package/es/global/js/hooks/usePresence.js +8 -12
- package/es/global/js/hooks/usePreviousValue.js +3 -3
- package/es/global/js/hooks/useResetCreateComponent.js +15 -13
- package/es/global/js/hooks/useResizeObserver.js +26 -34
- package/es/global/js/hooks/useRetrieveFormTitles.js +10 -9
- package/es/global/js/hooks/useRetrieveStepData.js +21 -20
- package/es/global/js/hooks/useValidCreateStepCount.js +3 -3
- package/es/global/js/hooks/useWindowResize.js +23 -23
- package/es/global/js/hooks/useWindowScroll.js +15 -18
- package/es/global/js/package-settings.js +43 -56
- package/es/global/js/utils/Wrap.js +19 -18
- package/es/global/js/utils/clamp.js +1 -1
- package/es/global/js/utils/debounce.js +6 -6
- package/es/global/js/utils/deepCloneObject.js +7 -16
- package/es/global/js/utils/deepCompareObject.js +9 -18
- package/es/global/js/utils/devtools.js +3 -2
- package/es/global/js/utils/getFocusableElements.js +2 -13
- package/es/global/js/utils/getNodeTextContent.js +6 -15
- package/es/global/js/utils/getNumberOfHiddenSteps.js +3 -3
- package/es/global/js/utils/getScrollbarWidth.js +3 -3
- package/es/global/js/utils/getSupportedLocale.js +3 -3
- package/es/global/js/utils/lastIndexInArray.js +3 -4
- package/es/global/js/utils/pconsole.js +15 -22
- package/es/global/js/utils/props-helper.js +34 -40
- package/es/global/js/utils/rangeWithCallback.js +2 -2
- package/es/global/js/utils/scrollableAncestor.js +8 -17
- package/es/global/js/utils/throttle.js +4 -4
- package/es/global/js/utils/useId.js +11 -3
- package/es/global/js/utils/uuidv4.js +3 -7
- package/es/global/js/utils/wait.js +1 -3
- package/es/node_modules/@carbon/icons-react/es/Icon.js +17 -19
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1263 -1136
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1330 -1186
- package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
- package/es/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -5
- package/es/node_modules/prop-types/checkPropTypes.js +4 -5
- package/es/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
- package/es/node_modules/prop-types/factoryWithTypeCheckers.js +6 -7
- package/es/settings.js +15 -19
- package/lib/_virtual/_rollupPluginBabelHelpers.js +0 -530
- package/lib/components/APIKeyModal/APIKeyDownloader.js +31 -49
- package/lib/components/APIKeyModal/APIKeyModal.js +163 -216
- package/lib/components/AboutModal/AboutModal.js +49 -51
- package/lib/components/ActionBar/ActionBar.js +61 -55
- package/lib/components/ActionBar/ActionBarItem.js +24 -17
- package/lib/components/ActionBar/ActionBarOverflowItems.js +21 -19
- package/lib/components/ActionSet/ActionSet.js +91 -87
- package/lib/components/AddSelect/AddSelect.js +20 -18
- package/lib/components/AddSelect/AddSelectBody.js +140 -151
- package/lib/components/AddSelect/AddSelectBreadcrumbs.js +21 -14
- package/lib/components/AddSelect/AddSelectColumn.js +96 -122
- package/lib/components/AddSelect/AddSelectFilter.js +71 -78
- package/lib/components/AddSelect/AddSelectFormControl.js +41 -35
- package/lib/components/AddSelect/AddSelectList.js +23 -25
- package/lib/components/AddSelect/AddSelectMetaPanel.js +24 -26
- package/lib/components/AddSelect/AddSelectRow.js +85 -82
- package/lib/components/AddSelect/AddSelectSidebar.js +56 -59
- package/lib/components/AddSelect/AddSelectSort.js +30 -30
- package/lib/components/AddSelect/add-select-utils.js +46 -41
- package/lib/components/AddSelect/hooks/useFocus.js +7 -11
- package/lib/components/AddSelect/hooks/useItemSort.js +13 -14
- package/lib/components/AddSelect/hooks/useParentSelect.js +10 -8
- package/lib/components/AddSelect/hooks/usePath.js +33 -36
- package/lib/components/BigNumbers/BigNumbers.js +42 -45
- package/lib/components/BigNumbers/BigNumbersSkeleton.js +14 -11
- package/lib/components/BigNumbers/constants.js +5 -5
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +111 -126
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +69 -73
- package/lib/components/Card/Card.d.ts +15 -11
- package/lib/components/Card/Card.js +185 -169
- package/lib/components/Card/CardFooter.js +32 -33
- package/lib/components/Card/CardHeader.js +58 -45
- package/lib/components/Carousel/Carousel.js +101 -117
- package/lib/components/Carousel/CarouselItem.js +8 -7
- package/lib/components/Cascade/Cascade.js +30 -25
- package/lib/components/Checklist/Checklist.js +63 -74
- package/lib/components/Checklist/Checklist.types.js +2 -2
- package/lib/components/Checklist/ChecklistChart.js +21 -30
- package/lib/components/Checklist/ChecklistIcon.js +13 -14
- package/lib/components/Coachmark/Coachmark.js +70 -88
- package/lib/components/Coachmark/CoachmarkDragbar.js +29 -39
- package/lib/components/Coachmark/CoachmarkHeader.js +17 -20
- package/lib/components/Coachmark/CoachmarkOverlay.js +69 -78
- package/lib/components/Coachmark/CoachmarkTagline.js +18 -20
- package/lib/components/Coachmark/utils/constants.js +10 -9
- package/lib/components/Coachmark/utils/context.js +2 -2
- package/lib/components/Coachmark/utils/enums.js +2 -2
- package/lib/components/Coachmark/utils/hooks.js +12 -12
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +14 -14
- package/lib/components/CoachmarkButton/CoachmarkButton.js +9 -8
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +49 -67
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +15 -14
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +53 -71
- package/lib/components/CoachmarkStack/CoachmarkStack.js +63 -81
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +54 -61
- package/lib/components/ComboButton/ComboButton.js +44 -51
- package/lib/components/ComboButton/ComboButtonItem/index.js +4 -3
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +105 -104
- package/lib/components/ConditionBuilder/ConditionBuilder.js +33 -44
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +15 -2
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +72 -92
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +59 -36
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +30 -26
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +24 -23
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +16 -16
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +99 -106
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +14 -20
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +58 -71
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +29 -38
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +17 -18
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +40 -51
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +59 -94
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +14 -13
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +19 -30
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -200
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +34 -33
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +52 -65
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +11 -30
- package/lib/components/ConditionBuilder/utils/useTranslations.js +7 -6
- package/lib/components/ConditionBuilder/utils/util.js +27 -36
- package/lib/components/CreateFullPage/CreateFullPage.d.ts +5 -1
- package/lib/components/CreateFullPage/CreateFullPage.js +98 -150
- package/lib/components/CreateFullPage/CreateFullPageStep.js +64 -58
- package/lib/components/CreateInfluencer/CreateInfluencer.js +25 -29
- package/lib/components/CreateModal/CreateModal.js +39 -35
- package/lib/components/CreateSidePanel/CreateSidePanel.js +39 -38
- package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.js +112 -163
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +8 -6
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +72 -68
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +29 -29
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +292 -335
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +213 -213
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +121 -120
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +15 -13
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +35 -53
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +10 -9
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +40 -46
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +29 -28
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +72 -87
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +9 -11
- package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +10 -11
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +73 -122
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +25 -25
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +31 -30
- package/lib/components/DataSpreadsheet/utils/getCellSize.js +2 -4
- package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -14
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +40 -36
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +37 -34
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +21 -22
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +37 -34
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +64 -75
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +93 -87
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +29 -26
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +9 -11
- package/lib/components/DataSpreadsheet/utils/selectAllCells.js +17 -14
- package/lib/components/Datagrid/Datagrid/Datagrid.js +26 -23
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +7 -6
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +129 -111
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +19 -18
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +41 -42
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +9 -10
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +170 -123
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +17 -14
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +99 -89
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +62 -60
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +47 -56
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +17 -14
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +83 -96
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +73 -75
- package/lib/components/Datagrid/Datagrid/DraggableElement.js +37 -28
- package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +9 -7
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +17 -19
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +34 -36
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +56 -85
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +86 -104
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +26 -28
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +96 -104
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +124 -135
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +90 -106
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +40 -45
- package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +13 -13
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +23 -30
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +211 -218
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +11 -9
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +4 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +44 -42
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +28 -17
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +195 -190
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +41 -39
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +7 -9
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +18 -15
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +84 -73
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +22 -26
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +23 -27
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +19 -18
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +211 -173
- package/lib/components/Datagrid/common-column-ids.js +1 -1
- package/lib/components/Datagrid/useActionsColumn.js +80 -60
- package/lib/components/Datagrid/useColumnCenterAlign.js +17 -27
- package/lib/components/Datagrid/useColumnRightAlign.js +17 -28
- package/lib/components/Datagrid/useCustomizeColumns.js +17 -19
- package/lib/components/Datagrid/useDatagrid.js +12 -17
- package/lib/components/Datagrid/useDefaultStringRenderer.js +19 -20
- package/lib/components/Datagrid/useDisableSelectRows.js +49 -57
- package/lib/components/Datagrid/useEditableCell.js +1 -1
- package/lib/components/Datagrid/useExpandedRow.js +20 -25
- package/lib/components/Datagrid/useFiltering.js +51 -56
- package/lib/components/Datagrid/useFlexResize.js +31 -29
- package/lib/components/Datagrid/useFloatingScroll.js +40 -38
- package/lib/components/Datagrid/useFocusRowExpander.js +16 -15
- package/lib/components/Datagrid/useInfiniteScroll.js +22 -20
- package/lib/components/Datagrid/useInitialColumnSort.js +22 -21
- package/lib/components/Datagrid/useInlineEdit.js +24 -26
- package/lib/components/Datagrid/useNestedRowExpander.js +61 -78
- package/lib/components/Datagrid/useNestedRows.js +45 -45
- package/lib/components/Datagrid/useOnRowClick.js +32 -26
- package/lib/components/Datagrid/useParentDimensions.js +35 -37
- package/lib/components/Datagrid/useResizeTable.js +11 -9
- package/lib/components/Datagrid/useRowExpander.js +28 -25
- package/lib/components/Datagrid/useRowIsMouseOver.js +22 -28
- package/lib/components/Datagrid/useRowRenderer.js +25 -35
- package/lib/components/Datagrid/useRowSize.js +26 -23
- package/lib/components/Datagrid/useSelectAllToggle.js +47 -46
- package/lib/components/Datagrid/useSelectRows.js +89 -106
- package/lib/components/Datagrid/useSkeletonRows.js +14 -25
- package/lib/components/Datagrid/useSortableColumns.js +61 -87
- package/lib/components/Datagrid/useStickyColumn.js +84 -94
- package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +5 -16
- package/lib/components/Decorator/Decorator.js +3 -3
- package/lib/components/DecoratorBase/DecoratorBase.js +93 -87
- package/lib/components/DecoratorBase/DecoratorIcon.js +14 -14
- package/lib/components/DecoratorBase/utils.js +8 -6
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +4 -4
- package/lib/components/DecoratorLink/DecoratorLink.js +4 -4
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +4 -4
- package/lib/components/DelimitedList/DelimitedList.js +15 -14
- package/lib/components/DescriptionList/DescriptionList.js +20 -16
- package/lib/components/DescriptionList/DescriptionListBody.js +8 -8
- package/lib/components/DescriptionList/DescriptionListCell.js +8 -8
- package/lib/components/DescriptionList/DescriptionListRow.js +8 -8
- package/lib/components/DescriptionList/constants.js +1 -1
- package/lib/components/EditFullPage/EditFullPage.js +15 -9
- package/lib/components/EditInPlace/EditInPlace.js +79 -77
- package/lib/components/EditSidePanel/EditSidePanel.js +49 -46
- package/lib/components/EditTearsheet/EditTearsheet.js +64 -98
- package/lib/components/EditTearsheet/EditTearsheetForm.js +35 -27
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +14 -9
- package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +2 -9
- package/lib/components/EditUpdateCards/EditUpdateCards.js +41 -30
- package/lib/components/EmptyStates/EmptyState.js +37 -33
- package/lib/components/EmptyStates/EmptyStateContent.js +28 -20
- package/lib/components/EmptyStates/EmptyStateIllustration.js +14 -27
- package/lib/components/EmptyStates/EmptyStateV2.js +33 -28
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +27 -24
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +27 -24
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +27 -24
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +27 -24
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +27 -24
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +27 -24
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +26 -25
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +24 -23
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +53 -52
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +37 -36
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +42 -41
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +37 -36
- package/lib/components/ExportModal/ExportModal.js +81 -93
- package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +2 -10
- package/lib/components/ExpressiveCard/ExpressiveCard.js +11 -5
- package/lib/components/FeatureFlags/index.js +33 -43
- package/lib/components/FilterPanel/FilterPanel.js +11 -11
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +19 -19
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +20 -24
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +12 -12
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +53 -59
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +14 -14
- package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +12 -12
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +20 -24
- package/lib/components/FilterSummary/FilterSummary.js +59 -66
- package/lib/components/FullPageError/FullPageError.js +27 -25
- package/lib/components/FullPageError/assets/Error403SVG.js +4 -2
- package/lib/components/FullPageError/assets/Error404SVG.js +4 -2
- package/lib/components/FullPageError/assets/ErrorGenericSVG.js +4 -2
- package/lib/components/GetStartedCard/GetStartedCard.js +5 -5
- package/lib/components/Guidebanner/Guidebanner.js +45 -62
- package/lib/components/Guidebanner/GuidebannerElement.js +13 -13
- package/lib/components/Guidebanner/GuidebannerElementButton.js +14 -16
- package/lib/components/Guidebanner/GuidebannerElementLink.js +8 -8
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +17 -17
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +17 -17
- package/lib/components/HTTPErrors/HTTPErrorContent.js +22 -21
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +17 -17
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +83 -81
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +87 -85
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +83 -81
- package/lib/components/ImportModal/ImportModal.js +124 -161
- package/lib/components/InlineTip/InlineTip.js +44 -59
- package/lib/components/InlineTip/InlineTipButton.js +8 -8
- package/lib/components/InlineTip/InlineTipLink.js +11 -12
- package/lib/components/InlineTip/utils.js +9 -19
- package/lib/components/InterstitialScreen/InterstitialScreen.js +61 -82
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +55 -61
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +86 -117
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +29 -25
- package/lib/components/MultiAddSelect/MultiAddSelect.js +5 -7
- package/lib/components/Nav/Nav.js +38 -42
- package/lib/components/Nav/NavItem.js +43 -50
- package/lib/components/Nav/NavItemLink.js +9 -8
- package/lib/components/Nav/NavList.js +56 -65
- package/lib/components/NonLinearReading/NonLinearReading.js +17 -22
- package/lib/components/NotificationsPanel/NotificationsPanel.js +177 -257
- package/lib/components/NotificationsPanel/utils.js +26 -24
- package/lib/components/OptionsTile/OptionsTile.js +88 -80
- package/lib/components/PageHeader/PageHeader.js +292 -255
- package/lib/components/PageHeader/PageHeaderTitle.js +42 -35
- package/lib/components/PageHeader/PageHeaderUtils.js +31 -28
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +2 -13
- package/lib/components/ProductiveCard/ProductiveCard.js +19 -13
- package/lib/components/RemoveModal/RemoveModal.js +45 -48
- package/lib/components/Saving/Saving.js +51 -56
- package/lib/components/ScrollGradient/ScrollGradient.js +62 -65
- package/lib/components/ScrollGradient/constants.js +13 -24
- package/lib/components/SearchBar/SearchBar.d.ts +5 -6
- package/lib/components/SearchBar/SearchBar.js +61 -67
- package/lib/components/SidePanel/SidePanel.d.ts +2 -5
- package/lib/components/SidePanel/SidePanel.js +243 -244
- package/lib/components/SidePanel/constants.js +1 -1
- package/lib/components/SimpleHeader/SimpleHeader.js +21 -24
- package/lib/components/SingleAddSelect/SingleAddSelect.js +3 -3
- package/lib/components/StatusIcon/StatusIcon.js +194 -280
- package/lib/components/StatusIndicator/StatusIndicator.js +20 -23
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +17 -17
- package/lib/components/StringFormatter/StringFormatter.js +60 -36
- package/lib/components/StringFormatter/utils/enums.js +13 -13
- package/lib/components/TagOverflow/TagOverflow.js +69 -73
- package/lib/components/TagOverflow/TagOverflowModal.js +48 -51
- package/lib/components/TagOverflow/TagOverflowPopover.js +62 -60
- package/lib/components/TagOverflow/constants.js +1 -1
- package/lib/components/TagSet/TagSet.js +103 -129
- package/lib/components/TagSet/TagSetModal.js +47 -50
- package/lib/components/TagSet/TagSetOverflow.js +53 -49
- package/lib/components/Tearsheet/Tearsheet.js +21 -21
- package/lib/components/Tearsheet/TearsheetNarrow.js +19 -18
- package/lib/components/Tearsheet/TearsheetShell.js +156 -152
- package/lib/components/Toolbar/Toolbar.js +43 -46
- package/lib/components/Toolbar/ToolbarButton.js +24 -23
- package/lib/components/Toolbar/ToolbarGroup.js +8 -7
- package/lib/components/TooltipTrigger/TooltipTrigger.js +9 -8
- package/lib/components/TruncatedList/TruncatedList.js +43 -60
- package/lib/components/UserAvatar/UserAvatar.js +48 -47
- package/lib/components/UserProfileImage/UserProfileImage.js +58 -73
- package/lib/components/WebTerminal/WebTerminal.js +63 -66
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +15 -10
- package/lib/components/WebTerminal/hooks/index.js +21 -23
- package/lib/components/_Canary/Canary.js +12 -7
- package/lib/global/js/hooks/useActiveElement.js +5 -9
- package/lib/global/js/hooks/useClickOutside.js +4 -4
- package/lib/global/js/hooks/useControllableState.js +3 -7
- package/lib/global/js/hooks/useCreateComponentFocus.js +16 -30
- package/lib/global/js/hooks/useCreateComponentStepChange.js +99 -190
- package/lib/global/js/hooks/useFocus.js +64 -85
- package/lib/global/js/hooks/useIsomorphicEffect.js +1 -1
- package/lib/global/js/hooks/useOverflowItems/useOverflowItems.js +48 -58
- package/lib/global/js/hooks/useOverflowString.js +13 -24
- package/lib/global/js/hooks/usePortalTarget.js +5 -11
- package/lib/global/js/hooks/usePrefersReducedMotion.js +12 -12
- package/lib/global/js/hooks/usePrefix.js +1 -3
- package/lib/global/js/hooks/usePresence.js +8 -12
- package/lib/global/js/hooks/usePreviousValue.js +3 -3
- package/lib/global/js/hooks/useResetCreateComponent.js +15 -13
- package/lib/global/js/hooks/useResizeObserver.js +26 -34
- package/lib/global/js/hooks/useRetrieveFormTitles.js +10 -9
- package/lib/global/js/hooks/useRetrieveStepData.js +21 -20
- package/lib/global/js/hooks/useValidCreateStepCount.js +3 -3
- package/lib/global/js/hooks/useWindowResize.js +23 -23
- package/lib/global/js/hooks/useWindowScroll.js +15 -18
- package/lib/global/js/package-settings.js +43 -56
- package/lib/global/js/utils/Wrap.js +18 -17
- package/lib/global/js/utils/clamp.js +1 -1
- package/lib/global/js/utils/debounce.js +6 -6
- package/lib/global/js/utils/deepCloneObject.js +7 -16
- package/lib/global/js/utils/deepCompareObject.js +9 -18
- package/lib/global/js/utils/devtools.js +3 -2
- package/lib/global/js/utils/getFocusableElements.js +2 -13
- package/lib/global/js/utils/getNodeTextContent.js +6 -15
- package/lib/global/js/utils/getNumberOfHiddenSteps.js +3 -3
- package/lib/global/js/utils/getScrollbarWidth.js +3 -3
- package/lib/global/js/utils/getSupportedLocale.js +3 -3
- package/lib/global/js/utils/lastIndexInArray.js +3 -4
- package/lib/global/js/utils/pconsole.js +15 -22
- package/lib/global/js/utils/props-helper.js +34 -40
- package/lib/global/js/utils/rangeWithCallback.js +2 -2
- package/lib/global/js/utils/scrollableAncestor.js +8 -17
- package/lib/global/js/utils/throttle.js +4 -4
- package/lib/global/js/utils/useId.js +11 -3
- package/lib/global/js/utils/uuidv4.js +3 -7
- package/lib/global/js/utils/wait.js +1 -3
- package/lib/index.js +1 -4
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +17 -19
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1263 -1136
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1330 -1186
- package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
- package/lib/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -5
- package/lib/node_modules/prop-types/checkPropTypes.js +4 -5
- package/lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +6 -7
- package/lib/settings.js +15 -19
- package/package.json +13 -13
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +3 -0
- package/scss/components/NotificationsPanel/_notifications-panel.scss +16 -4
- package/scss/components/StringFormatter/_string-formatter.scss +18 -2
- package/scss/components/Tearsheet/_tearsheet.scss +1 -22
- package/telemetry.yml +2 -3
- package/es/global/js/utils/checkForOverflow.js +0 -21
- package/lib/global/js/utils/checkForOverflow.js +0 -23
@@ -7,150 +7,26 @@
|
|
7
7
|
|
8
8
|
'use strict';
|
9
9
|
|
10
|
-
var _rollupPluginBabelHelpers = require('../../../../../_virtual/_rollupPluginBabelHelpers.js');
|
11
10
|
var React = require('react');
|
12
11
|
var Icon = require('../Icon.js');
|
13
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
14
13
|
|
15
|
-
var _excluded = ["children", "size"],
|
16
|
-
_excluded2 = ["children", "size"],
|
17
|
-
_excluded3 = ["children", "size"],
|
18
|
-
_excluded4 = ["children", "size"],
|
19
|
-
_excluded5 = ["children", "size"],
|
20
|
-
_excluded6 = ["children", "size"],
|
21
|
-
_excluded7 = ["children", "size"],
|
22
|
-
_excluded8 = ["children", "size"],
|
23
|
-
_excluded9 = ["children", "size"],
|
24
|
-
_excluded10 = ["children", "size"],
|
25
|
-
_excluded11 = ["children", "size"],
|
26
|
-
_excluded12 = ["children", "size"],
|
27
|
-
_excluded13 = ["children", "size"],
|
28
|
-
_excluded14 = ["children", "size"],
|
29
|
-
_excluded15 = ["children", "size"],
|
30
|
-
_excluded16 = ["children", "size"],
|
31
|
-
_excluded17 = ["children", "size"],
|
32
|
-
_excluded18 = ["children", "size"],
|
33
|
-
_excluded19 = ["children", "size"],
|
34
|
-
_excluded20 = ["children", "size"],
|
35
|
-
_excluded21 = ["children", "size"],
|
36
|
-
_excluded22 = ["children", "size"],
|
37
|
-
_excluded23 = ["children", "size"],
|
38
|
-
_excluded24 = ["children", "size"],
|
39
|
-
_excluded25 = ["children", "size"],
|
40
|
-
_excluded26 = ["children", "size"],
|
41
|
-
_excluded27 = ["children", "size"],
|
42
|
-
_excluded28 = ["children", "size"],
|
43
|
-
_excluded29 = ["children", "size"],
|
44
|
-
_excluded30 = ["children", "size"],
|
45
|
-
_excluded31 = ["children", "size"],
|
46
|
-
_excluded32 = ["children", "size"],
|
47
|
-
_excluded33 = ["children", "size"],
|
48
|
-
_excluded34 = ["children", "size"],
|
49
|
-
_excluded35 = ["children", "size"],
|
50
|
-
_excluded36 = ["children", "size"],
|
51
|
-
_excluded37 = ["children", "size"],
|
52
|
-
_excluded38 = ["children", "size"],
|
53
|
-
_excluded39 = ["children", "size"],
|
54
|
-
_excluded40 = ["children", "size"],
|
55
|
-
_excluded41 = ["children", "size"],
|
56
|
-
_excluded42 = ["children", "size"],
|
57
|
-
_excluded43 = ["children", "size"],
|
58
|
-
_excluded44 = ["children", "size"],
|
59
|
-
_excluded45 = ["children", "size"],
|
60
|
-
_excluded46 = ["children", "size"],
|
61
|
-
_excluded47 = ["children", "size"],
|
62
|
-
_excluded48 = ["children", "size"],
|
63
|
-
_excluded49 = ["children", "size"],
|
64
|
-
_excluded50 = ["children", "size"],
|
65
|
-
_excluded51 = ["children", "size"],
|
66
|
-
_excluded52 = ["children", "size"],
|
67
|
-
_excluded53 = ["children", "size"],
|
68
|
-
_excluded54 = ["children", "size"],
|
69
|
-
_excluded55 = ["children", "size"],
|
70
|
-
_excluded56 = ["children", "size"],
|
71
|
-
_excluded57 = ["children", "size"],
|
72
|
-
_excluded58 = ["children", "size"],
|
73
|
-
_excluded59 = ["children", "size"],
|
74
|
-
_excluded60 = ["children", "size"],
|
75
|
-
_excluded61 = ["children", "size"],
|
76
|
-
_excluded62 = ["children", "size"],
|
77
|
-
_excluded63 = ["children", "size"],
|
78
|
-
_excluded64 = ["children", "size"],
|
79
|
-
_excluded65 = ["children", "size"],
|
80
|
-
_excluded66 = ["children", "size"],
|
81
|
-
_excluded67 = ["children", "size"],
|
82
|
-
_excluded68 = ["children", "size"],
|
83
|
-
_excluded69 = ["children", "size"],
|
84
|
-
_excluded70 = ["children", "size"],
|
85
|
-
_excluded71 = ["children", "size"],
|
86
|
-
_excluded72 = ["children", "size"],
|
87
|
-
_excluded73 = ["children", "size"],
|
88
|
-
_excluded74 = ["children", "size"],
|
89
|
-
_excluded75 = ["children", "size"],
|
90
|
-
_excluded76 = ["children", "size"],
|
91
|
-
_excluded77 = ["children", "size"],
|
92
|
-
_excluded78 = ["children", "size"],
|
93
|
-
_excluded79 = ["children", "size"],
|
94
|
-
_excluded80 = ["children", "size"],
|
95
|
-
_excluded81 = ["children", "size"],
|
96
|
-
_excluded82 = ["children", "size"],
|
97
|
-
_excluded83 = ["children", "size"],
|
98
|
-
_excluded84 = ["children", "size"],
|
99
|
-
_excluded85 = ["children", "size"],
|
100
|
-
_excluded86 = ["children", "size"],
|
101
|
-
_excluded87 = ["children", "size"],
|
102
|
-
_excluded88 = ["children", "size"],
|
103
|
-
_excluded89 = ["children", "size"],
|
104
|
-
_excluded90 = ["children", "size"],
|
105
|
-
_excluded91 = ["children", "size"],
|
106
|
-
_excluded92 = ["children", "size"],
|
107
|
-
_excluded93 = ["children", "size"],
|
108
|
-
_excluded94 = ["children", "size"],
|
109
|
-
_excluded95 = ["children", "size"],
|
110
|
-
_excluded96 = ["children", "size"],
|
111
|
-
_excluded97 = ["children", "size"],
|
112
|
-
_excluded98 = ["children", "size"],
|
113
|
-
_excluded99 = ["children", "size"],
|
114
|
-
_excluded100 = ["children", "size"],
|
115
|
-
_excluded101 = ["children", "size"],
|
116
|
-
_excluded102 = ["children", "size"],
|
117
|
-
_excluded103 = ["children", "size"],
|
118
|
-
_excluded104 = ["children", "size"],
|
119
|
-
_excluded105 = ["children", "size"],
|
120
|
-
_excluded106 = ["children", "size"],
|
121
|
-
_excluded107 = ["children", "size"],
|
122
|
-
_excluded108 = ["children", "size"],
|
123
|
-
_excluded109 = ["children", "size"],
|
124
|
-
_excluded110 = ["children", "size"],
|
125
|
-
_excluded111 = ["children", "size"],
|
126
|
-
_excluded112 = ["children", "size"],
|
127
|
-
_excluded113 = ["children", "size"],
|
128
|
-
_excluded114 = ["children", "size"],
|
129
|
-
_excluded115 = ["children", "size"],
|
130
|
-
_excluded116 = ["children", "size"],
|
131
|
-
_excluded117 = ["children", "size"],
|
132
|
-
_excluded118 = ["children", "size"],
|
133
|
-
_excluded119 = ["children", "size"],
|
134
|
-
_excluded120 = ["children", "size"],
|
135
|
-
_excluded121 = ["children", "size"],
|
136
|
-
_excluded122 = ["children", "size"],
|
137
|
-
_excluded123 = ["children", "size"],
|
138
|
-
_excluded124 = ["children", "size"],
|
139
|
-
_excluded125 = ["children", "size"];
|
140
14
|
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, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _circle, _circle2, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _circle3, _path79, _path80, _circle4, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _circle5, _path92, _path93, _circle6, _path94, _circle7, _circle8, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _circle9, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _circle10, _path145, _circle11, _path146, _path147, _circle12, _path148, _circle13, _path149, _path150, _path151, _circle14, _path152, _circle15, _path153, _path154, _circle16, _path155, _circle17, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _circle18, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle19, _circle20, _circle21, _circle22, _circle23, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _circle24, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _circle25, _path213, _path214, _path215, _path216, _path217, _path218, _circle26, _path219, _path220, _path221, _path222;
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
size =
|
145
|
-
rest
|
146
|
-
|
15
|
+
const CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_ref, ref) {
|
16
|
+
let {
|
17
|
+
children,
|
18
|
+
size = 16,
|
19
|
+
...rest
|
20
|
+
} = _ref;
|
21
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
147
22
|
width: size,
|
148
23
|
height: size,
|
149
24
|
ref: ref,
|
150
25
|
xmlns: "http://www.w3.org/2000/svg",
|
151
26
|
viewBox: "0 0 32 32",
|
152
|
-
fill: "currentColor"
|
153
|
-
|
27
|
+
fill: "currentColor",
|
28
|
+
...rest
|
29
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
154
30
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
155
31
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
156
32
|
d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
|
@@ -159,19 +35,21 @@ var CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_re
|
|
159
35
|
if (process.env.NODE_ENV !== "production") {
|
160
36
|
CheckboxChecked.propTypes = iconPropTypes4cbeb95d.i;
|
161
37
|
}
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
size =
|
166
|
-
rest
|
167
|
-
|
38
|
+
const CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(_ref2, ref) {
|
39
|
+
let {
|
40
|
+
children,
|
41
|
+
size = 16,
|
42
|
+
...rest
|
43
|
+
} = _ref2;
|
44
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
168
45
|
width: size,
|
169
46
|
height: size,
|
170
47
|
ref: ref,
|
171
48
|
xmlns: "http://www.w3.org/2000/svg",
|
172
49
|
viewBox: "0 0 32 32",
|
173
|
-
fill: "currentColor"
|
174
|
-
|
50
|
+
fill: "currentColor",
|
51
|
+
...rest
|
52
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
175
53
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
|
176
54
|
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
177
55
|
fill: "none",
|
@@ -182,19 +60,21 @@ var CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheck
|
|
182
60
|
if (process.env.NODE_ENV !== "production") {
|
183
61
|
CheckboxCheckedFilled.propTypes = iconPropTypes4cbeb95d.i;
|
184
62
|
}
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
size =
|
189
|
-
rest
|
190
|
-
|
63
|
+
const CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(_ref3, ref) {
|
64
|
+
let {
|
65
|
+
children,
|
66
|
+
size = 16,
|
67
|
+
...rest
|
68
|
+
} = _ref3;
|
69
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
191
70
|
width: size,
|
192
71
|
height: size,
|
193
72
|
ref: ref,
|
194
73
|
xmlns: "http://www.w3.org/2000/svg",
|
195
74
|
viewBox: "0 0 32 32",
|
196
|
-
fill: "currentColor"
|
197
|
-
|
75
|
+
fill: "currentColor",
|
76
|
+
...rest
|
77
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
198
78
|
d: "M10 14H22V18H10z"
|
199
79
|
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
200
80
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
@@ -203,19 +83,21 @@ var CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndet
|
|
203
83
|
if (process.env.NODE_ENV !== "production") {
|
204
84
|
CheckboxIndeterminate.propTypes = iconPropTypes4cbeb95d.i;
|
205
85
|
}
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
size =
|
210
|
-
rest
|
211
|
-
|
86
|
+
const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(_ref4, ref) {
|
87
|
+
let {
|
88
|
+
children,
|
89
|
+
size = 16,
|
90
|
+
...rest
|
91
|
+
} = _ref4;
|
92
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
212
93
|
width: size,
|
213
94
|
height: size,
|
214
95
|
ref: ref,
|
215
96
|
xmlns: "http://www.w3.org/2000/svg",
|
216
97
|
viewBox: "0 0 32 32",
|
217
|
-
fill: "currentColor"
|
218
|
-
|
98
|
+
fill: "currentColor",
|
99
|
+
...rest
|
100
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
219
101
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM22,18H10V14H22Z"
|
220
102
|
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
221
103
|
fill: "none",
|
@@ -226,65 +108,71 @@ var CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function Checkbo
|
|
226
108
|
if (process.env.NODE_ENV !== "production") {
|
227
109
|
CheckboxIndeterminateFilled.propTypes = iconPropTypes4cbeb95d.i;
|
228
110
|
}
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
size =
|
233
|
-
rest
|
111
|
+
const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref5, ref) {
|
112
|
+
let {
|
113
|
+
children,
|
114
|
+
size = 16,
|
115
|
+
...rest
|
116
|
+
} = _ref5;
|
234
117
|
if (size === 20 || size === "20" || size === "20px") {
|
235
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
118
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
236
119
|
width: size,
|
237
120
|
height: size,
|
238
121
|
ref: ref,
|
239
122
|
xmlns: "http://www.w3.org/2000/svg",
|
240
123
|
viewBox: "0 0 20 20",
|
241
|
-
fill: "currentColor"
|
242
|
-
|
124
|
+
fill: "currentColor",
|
125
|
+
...rest
|
126
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
243
127
|
d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
244
128
|
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
245
129
|
d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
246
130
|
})), children);
|
247
131
|
}
|
248
132
|
if (size === 24 || size === "24" || size === "24px") {
|
249
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
133
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
250
134
|
width: size,
|
251
135
|
height: size,
|
252
136
|
ref: ref,
|
253
137
|
xmlns: "http://www.w3.org/2000/svg",
|
254
138
|
viewBox: "0 0 24 24",
|
255
|
-
fill: "currentColor"
|
256
|
-
|
139
|
+
fill: "currentColor",
|
140
|
+
...rest
|
141
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
257
142
|
d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
|
258
143
|
})), children);
|
259
144
|
}
|
260
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
145
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
261
146
|
width: size,
|
262
147
|
height: size,
|
263
148
|
ref: ref,
|
264
149
|
xmlns: "http://www.w3.org/2000/svg",
|
265
150
|
viewBox: "0 0 32 32",
|
266
|
-
fill: "currentColor"
|
267
|
-
|
151
|
+
fill: "currentColor",
|
152
|
+
...rest
|
153
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
268
154
|
d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
|
269
155
|
})), children);
|
270
156
|
});
|
271
157
|
if (process.env.NODE_ENV !== "production") {
|
272
158
|
Checkmark.propTypes = iconPropTypes4cbeb95d.i;
|
273
159
|
}
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
size =
|
278
|
-
rest
|
160
|
+
const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_ref6, ref) {
|
161
|
+
let {
|
162
|
+
children,
|
163
|
+
size = 16,
|
164
|
+
...rest
|
165
|
+
} = _ref6;
|
279
166
|
if (size === 16 || size === "16" || size === "16px") {
|
280
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
167
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
281
168
|
width: size,
|
282
169
|
height: size,
|
283
170
|
ref: ref,
|
284
171
|
xmlns: "http://www.w3.org/2000/svg",
|
285
172
|
viewBox: "0 0 16 16",
|
286
|
-
fill: "currentColor"
|
287
|
-
|
173
|
+
fill: "currentColor",
|
174
|
+
...rest
|
175
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
288
176
|
d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
|
289
177
|
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
290
178
|
d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
|
@@ -293,14 +181,15 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
|
|
293
181
|
})), children);
|
294
182
|
}
|
295
183
|
if (size === 20 || size === "20" || size === "20px") {
|
296
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
184
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
297
185
|
width: size,
|
298
186
|
height: size,
|
299
187
|
ref: ref,
|
300
188
|
xmlns: "http://www.w3.org/2000/svg",
|
301
189
|
viewBox: "0 0 20 20",
|
302
|
-
fill: "currentColor"
|
303
|
-
|
190
|
+
fill: "currentColor",
|
191
|
+
...rest
|
192
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
304
193
|
d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
|
305
194
|
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
306
195
|
fill: "none",
|
@@ -310,14 +199,15 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
|
|
310
199
|
})), children);
|
311
200
|
}
|
312
201
|
if (size === 24 || size === "24" || size === "24px") {
|
313
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
202
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
314
203
|
width: size,
|
315
204
|
height: size,
|
316
205
|
ref: ref,
|
317
206
|
xmlns: "http://www.w3.org/2000/svg",
|
318
207
|
viewBox: "0 0 24 24",
|
319
|
-
fill: "currentColor"
|
320
|
-
|
208
|
+
fill: "currentColor",
|
209
|
+
...rest
|
210
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
321
211
|
d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
|
322
212
|
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
323
213
|
fill: "none",
|
@@ -326,14 +216,15 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
|
|
326
216
|
opacity: "0"
|
327
217
|
})), children);
|
328
218
|
}
|
329
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
219
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
330
220
|
width: size,
|
331
221
|
height: size,
|
332
222
|
ref: ref,
|
333
223
|
xmlns: "http://www.w3.org/2000/svg",
|
334
224
|
viewBox: "0 0 32 32",
|
335
|
-
fill: "currentColor"
|
336
|
-
|
225
|
+
fill: "currentColor",
|
226
|
+
...rest
|
227
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
337
228
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"
|
338
229
|
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
339
230
|
fill: "none",
|
@@ -344,19 +235,21 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
|
|
344
235
|
if (process.env.NODE_ENV !== "production") {
|
345
236
|
CheckmarkFilled.propTypes = iconPropTypes4cbeb95d.i;
|
346
237
|
}
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
size =
|
351
|
-
rest
|
352
|
-
|
238
|
+
const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(_ref7, ref) {
|
239
|
+
let {
|
240
|
+
children,
|
241
|
+
size = 16,
|
242
|
+
...rest
|
243
|
+
} = _ref7;
|
244
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
353
245
|
width: size,
|
354
246
|
height: size,
|
355
247
|
ref: ref,
|
356
248
|
xmlns: "http://www.w3.org/2000/svg",
|
357
249
|
viewBox: "0 0 32 32",
|
358
|
-
fill: "currentColor"
|
359
|
-
|
250
|
+
fill: "currentColor",
|
251
|
+
...rest
|
252
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
360
253
|
d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
|
361
254
|
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
362
255
|
d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
@@ -369,19 +262,21 @@ var CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFille
|
|
369
262
|
if (process.env.NODE_ENV !== "production") {
|
370
263
|
CheckmarkFilledError.propTypes = iconPropTypes4cbeb95d.i;
|
371
264
|
}
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
size =
|
376
|
-
rest
|
377
|
-
|
265
|
+
const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref8, ref) {
|
266
|
+
let {
|
267
|
+
children,
|
268
|
+
size = 16,
|
269
|
+
...rest
|
270
|
+
} = _ref8;
|
271
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
378
272
|
width: size,
|
379
273
|
height: size,
|
380
274
|
ref: ref,
|
381
275
|
xmlns: "http://www.w3.org/2000/svg",
|
382
276
|
viewBox: "0 0 32 32",
|
383
|
-
fill: "currentColor"
|
384
|
-
|
277
|
+
fill: "currentColor",
|
278
|
+
...rest
|
279
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
385
280
|
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"
|
386
281
|
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
387
282
|
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"
|
@@ -394,19 +289,21 @@ var CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFil
|
|
394
289
|
if (process.env.NODE_ENV !== "production") {
|
395
290
|
CheckmarkFilledWarning.propTypes = iconPropTypes4cbeb95d.i;
|
396
291
|
}
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
size =
|
401
|
-
rest
|
402
|
-
|
292
|
+
const CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref9, ref) {
|
293
|
+
let {
|
294
|
+
children,
|
295
|
+
size = 16,
|
296
|
+
...rest
|
297
|
+
} = _ref9;
|
298
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
403
299
|
width: size,
|
404
300
|
height: size,
|
405
301
|
ref: ref,
|
406
302
|
xmlns: "http://www.w3.org/2000/svg",
|
407
303
|
viewBox: "0 0 32 32",
|
408
|
-
fill: "currentColor"
|
409
|
-
|
304
|
+
fill: "currentColor",
|
305
|
+
...rest
|
306
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
410
307
|
d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
|
411
308
|
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
412
309
|
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"
|
@@ -415,19 +312,21 @@ var CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_
|
|
415
312
|
if (process.env.NODE_ENV !== "production") {
|
416
313
|
CheckmarkOutline.propTypes = iconPropTypes4cbeb95d.i;
|
417
314
|
}
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
size =
|
422
|
-
rest
|
423
|
-
|
315
|
+
const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref10, ref) {
|
316
|
+
let {
|
317
|
+
children,
|
318
|
+
size = 16,
|
319
|
+
...rest
|
320
|
+
} = _ref10;
|
321
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
424
322
|
width: size,
|
425
323
|
height: size,
|
426
324
|
ref: ref,
|
427
325
|
xmlns: "http://www.w3.org/2000/svg",
|
428
326
|
viewBox: "0 0 32 32",
|
429
|
-
fill: "currentColor"
|
430
|
-
|
327
|
+
fill: "currentColor",
|
328
|
+
...rest
|
329
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
431
330
|
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
432
331
|
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
433
332
|
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"
|
@@ -436,19 +335,21 @@ var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutl
|
|
436
335
|
if (process.env.NODE_ENV !== "production") {
|
437
336
|
CheckmarkOutlineError.propTypes = iconPropTypes4cbeb95d.i;
|
438
337
|
}
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
size =
|
443
|
-
rest
|
444
|
-
|
338
|
+
const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref11, ref) {
|
339
|
+
let {
|
340
|
+
children,
|
341
|
+
size = 16,
|
342
|
+
...rest
|
343
|
+
} = _ref11;
|
344
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
445
345
|
width: size,
|
446
346
|
height: size,
|
447
347
|
ref: ref,
|
448
348
|
xmlns: "http://www.w3.org/2000/svg",
|
449
349
|
viewBox: "0 0 32 32",
|
450
|
-
fill: "currentColor"
|
451
|
-
|
350
|
+
fill: "currentColor",
|
351
|
+
...rest
|
352
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
452
353
|
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
453
354
|
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
454
355
|
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"
|
@@ -457,38 +358,42 @@ var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOu
|
|
457
358
|
if (process.env.NODE_ENV !== "production") {
|
458
359
|
CheckmarkOutlineWarning.propTypes = iconPropTypes4cbeb95d.i;
|
459
360
|
}
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
size =
|
464
|
-
rest
|
465
|
-
|
361
|
+
const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref12, ref) {
|
362
|
+
let {
|
363
|
+
children,
|
364
|
+
size = 16,
|
365
|
+
...rest
|
366
|
+
} = _ref12;
|
367
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
466
368
|
width: size,
|
467
369
|
height: size,
|
468
370
|
ref: ref,
|
469
371
|
xmlns: "http://www.w3.org/2000/svg",
|
470
372
|
viewBox: "0 0 32 32",
|
471
|
-
fill: "currentColor"
|
472
|
-
|
373
|
+
fill: "currentColor",
|
374
|
+
...rest
|
375
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
473
376
|
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"
|
474
377
|
})), children);
|
475
378
|
});
|
476
379
|
if (process.env.NODE_ENV !== "production") {
|
477
380
|
Chemistry.propTypes = iconPropTypes4cbeb95d.i;
|
478
381
|
}
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
size =
|
483
|
-
rest
|
484
|
-
|
382
|
+
const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref13, ref) {
|
383
|
+
let {
|
384
|
+
children,
|
385
|
+
size = 16,
|
386
|
+
...rest
|
387
|
+
} = _ref13;
|
388
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
485
389
|
width: size,
|
486
390
|
height: size,
|
487
391
|
ref: ref,
|
488
392
|
xmlns: "http://www.w3.org/2000/svg",
|
489
393
|
viewBox: "0 0 32 32",
|
490
|
-
fill: "currentColor"
|
491
|
-
|
394
|
+
fill: "currentColor",
|
395
|
+
...rest
|
396
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
492
397
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
493
398
|
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
494
399
|
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"
|
@@ -497,62 +402,68 @@ var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReferen
|
|
497
402
|
if (process.env.NODE_ENV !== "production") {
|
498
403
|
ChemistryReference.propTypes = iconPropTypes4cbeb95d.i;
|
499
404
|
}
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
size =
|
504
|
-
rest
|
405
|
+
const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref14, ref) {
|
406
|
+
let {
|
407
|
+
children,
|
408
|
+
size = 16,
|
409
|
+
...rest
|
410
|
+
} = _ref14;
|
505
411
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
506
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
412
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
507
413
|
width: size,
|
508
414
|
height: size,
|
509
415
|
ref: ref,
|
510
416
|
xmlns: "http://www.w3.org/2000/svg",
|
511
417
|
viewBox: "0 0 10 6",
|
512
|
-
fill: "currentColor"
|
513
|
-
|
418
|
+
fill: "currentColor",
|
419
|
+
...rest
|
420
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
514
421
|
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
515
422
|
})), children);
|
516
423
|
}
|
517
424
|
if (size === 16 || size === "16" || size === "16px") {
|
518
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
425
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
519
426
|
width: size,
|
520
427
|
height: size,
|
521
428
|
ref: ref,
|
522
429
|
xmlns: "http://www.w3.org/2000/svg",
|
523
430
|
viewBox: "0 0 16 16",
|
524
|
-
fill: "currentColor"
|
525
|
-
|
431
|
+
fill: "currentColor",
|
432
|
+
...rest
|
433
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
526
434
|
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
527
435
|
})), children);
|
528
436
|
}
|
529
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
437
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
530
438
|
width: size,
|
531
439
|
height: size,
|
532
440
|
ref: ref,
|
533
441
|
xmlns: "http://www.w3.org/2000/svg",
|
534
442
|
viewBox: "0 0 32 32",
|
535
|
-
fill: "currentColor"
|
536
|
-
|
443
|
+
fill: "currentColor",
|
444
|
+
...rest
|
445
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
537
446
|
d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
|
538
447
|
})), children);
|
539
448
|
});
|
540
449
|
if (process.env.NODE_ENV !== "production") {
|
541
450
|
ChevronDown.propTypes = iconPropTypes4cbeb95d.i;
|
542
451
|
}
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
size =
|
547
|
-
rest
|
548
|
-
|
452
|
+
const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref15, ref) {
|
453
|
+
let {
|
454
|
+
children,
|
455
|
+
size = 16,
|
456
|
+
...rest
|
457
|
+
} = _ref15;
|
458
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
549
459
|
width: size,
|
550
460
|
height: size,
|
551
461
|
ref: ref,
|
552
462
|
xmlns: "http://www.w3.org/2000/svg",
|
553
463
|
viewBox: "0 0 32 32",
|
554
|
-
fill: "currentColor"
|
555
|
-
|
464
|
+
fill: "currentColor",
|
465
|
+
...rest
|
466
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
556
467
|
d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
|
557
468
|
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
558
469
|
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"
|
@@ -561,272 +472,298 @@ var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutli
|
|
561
472
|
if (process.env.NODE_ENV !== "production") {
|
562
473
|
ChevronDownOutline.propTypes = iconPropTypes4cbeb95d.i;
|
563
474
|
}
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
size =
|
568
|
-
rest
|
475
|
+
const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref16, ref) {
|
476
|
+
let {
|
477
|
+
children,
|
478
|
+
size = 16,
|
479
|
+
...rest
|
480
|
+
} = _ref16;
|
569
481
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
570
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
482
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
571
483
|
width: size,
|
572
484
|
height: size,
|
573
485
|
ref: ref,
|
574
486
|
xmlns: "http://www.w3.org/2000/svg",
|
575
487
|
viewBox: "0 0 6 10",
|
576
|
-
fill: "currentColor"
|
577
|
-
|
488
|
+
fill: "currentColor",
|
489
|
+
...rest
|
490
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
578
491
|
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
579
492
|
})), children);
|
580
493
|
}
|
581
494
|
if (size === 16 || size === "16" || size === "16px") {
|
582
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
495
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
583
496
|
width: size,
|
584
497
|
height: size,
|
585
498
|
ref: ref,
|
586
499
|
xmlns: "http://www.w3.org/2000/svg",
|
587
500
|
viewBox: "0 0 16 16",
|
588
|
-
fill: "currentColor"
|
589
|
-
|
501
|
+
fill: "currentColor",
|
502
|
+
...rest
|
503
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
590
504
|
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
591
505
|
})), children);
|
592
506
|
}
|
593
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
507
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
594
508
|
width: size,
|
595
509
|
height: size,
|
596
510
|
ref: ref,
|
597
511
|
xmlns: "http://www.w3.org/2000/svg",
|
598
512
|
viewBox: "0 0 32 32",
|
599
|
-
fill: "currentColor"
|
600
|
-
|
513
|
+
fill: "currentColor",
|
514
|
+
...rest
|
515
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
601
516
|
d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
|
602
517
|
})), children);
|
603
518
|
});
|
604
519
|
if (process.env.NODE_ENV !== "production") {
|
605
520
|
ChevronLeft.propTypes = iconPropTypes4cbeb95d.i;
|
606
521
|
}
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
size =
|
611
|
-
rest
|
522
|
+
const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref17, ref) {
|
523
|
+
let {
|
524
|
+
children,
|
525
|
+
size = 16,
|
526
|
+
...rest
|
527
|
+
} = _ref17;
|
612
528
|
if (size === 16 || size === "16" || size === "16px") {
|
613
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
529
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
614
530
|
width: size,
|
615
531
|
height: size,
|
616
532
|
ref: ref,
|
617
533
|
xmlns: "http://www.w3.org/2000/svg",
|
618
534
|
viewBox: "0 0 16 16",
|
619
|
-
fill: "currentColor"
|
620
|
-
|
535
|
+
fill: "currentColor",
|
536
|
+
...rest
|
537
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
621
538
|
d: "M15 9L15 15 9 15z"
|
622
539
|
})), children);
|
623
540
|
}
|
624
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
541
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
625
542
|
width: size,
|
626
543
|
height: size,
|
627
544
|
ref: ref,
|
628
545
|
xmlns: "http://www.w3.org/2000/svg",
|
629
546
|
viewBox: "0 0 32 32",
|
630
|
-
fill: "currentColor"
|
631
|
-
|
547
|
+
fill: "currentColor",
|
548
|
+
...rest
|
549
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
632
550
|
d: "M31 19L31 31 19 31 31 19z"
|
633
551
|
})), children);
|
634
552
|
});
|
635
553
|
if (process.env.NODE_ENV !== "production") {
|
636
554
|
ChevronMini.propTypes = iconPropTypes4cbeb95d.i;
|
637
555
|
}
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
size =
|
642
|
-
rest
|
556
|
+
const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref18, ref) {
|
557
|
+
let {
|
558
|
+
children,
|
559
|
+
size = 16,
|
560
|
+
...rest
|
561
|
+
} = _ref18;
|
643
562
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
644
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
563
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
645
564
|
width: size,
|
646
565
|
height: size,
|
647
566
|
ref: ref,
|
648
567
|
xmlns: "http://www.w3.org/2000/svg",
|
649
568
|
viewBox: "0 0 6 10",
|
650
|
-
fill: "currentColor"
|
651
|
-
|
569
|
+
fill: "currentColor",
|
570
|
+
...rest
|
571
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
652
572
|
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
653
573
|
})), children);
|
654
574
|
}
|
655
575
|
if (size === 16 || size === "16" || size === "16px") {
|
656
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
576
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
657
577
|
width: size,
|
658
578
|
height: size,
|
659
579
|
ref: ref,
|
660
580
|
xmlns: "http://www.w3.org/2000/svg",
|
661
581
|
viewBox: "0 0 16 16",
|
662
|
-
fill: "currentColor"
|
663
|
-
|
582
|
+
fill: "currentColor",
|
583
|
+
...rest
|
584
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
664
585
|
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
665
586
|
})), children);
|
666
587
|
}
|
667
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
588
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
668
589
|
width: size,
|
669
590
|
height: size,
|
670
591
|
ref: ref,
|
671
592
|
xmlns: "http://www.w3.org/2000/svg",
|
672
593
|
viewBox: "0 0 32 32",
|
673
|
-
fill: "currentColor"
|
674
|
-
|
594
|
+
fill: "currentColor",
|
595
|
+
...rest
|
596
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
675
597
|
d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
|
676
598
|
})), children);
|
677
599
|
});
|
678
600
|
if (process.env.NODE_ENV !== "production") {
|
679
601
|
ChevronRight.propTypes = iconPropTypes4cbeb95d.i;
|
680
602
|
}
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
size =
|
685
|
-
rest
|
603
|
+
const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref19, ref) {
|
604
|
+
let {
|
605
|
+
children,
|
606
|
+
size = 16,
|
607
|
+
...rest
|
608
|
+
} = _ref19;
|
686
609
|
if (size === 16 || size === "16" || size === "16px") {
|
687
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
610
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
688
611
|
width: size,
|
689
612
|
height: size,
|
690
613
|
ref: ref,
|
691
614
|
xmlns: "http://www.w3.org/2000/svg",
|
692
615
|
viewBox: "0 0 16 16",
|
693
|
-
fill: "currentColor"
|
694
|
-
|
616
|
+
fill: "currentColor",
|
617
|
+
...rest
|
618
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
695
619
|
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"
|
696
620
|
})), children);
|
697
621
|
}
|
698
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
622
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
699
623
|
width: size,
|
700
624
|
height: size,
|
701
625
|
ref: ref,
|
702
626
|
xmlns: "http://www.w3.org/2000/svg",
|
703
627
|
viewBox: "0 0 32 32",
|
704
|
-
fill: "currentColor"
|
705
|
-
|
628
|
+
fill: "currentColor",
|
629
|
+
...rest
|
630
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
706
631
|
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"
|
707
632
|
})), children);
|
708
633
|
});
|
709
634
|
if (process.env.NODE_ENV !== "production") {
|
710
635
|
ChevronSort.propTypes = iconPropTypes4cbeb95d.i;
|
711
636
|
}
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
size =
|
716
|
-
rest
|
637
|
+
const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref20, ref) {
|
638
|
+
let {
|
639
|
+
children,
|
640
|
+
size = 16,
|
641
|
+
...rest
|
642
|
+
} = _ref20;
|
717
643
|
if (size === 16 || size === "16" || size === "16px") {
|
718
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
644
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
719
645
|
width: size,
|
720
646
|
height: size,
|
721
647
|
ref: ref,
|
722
648
|
xmlns: "http://www.w3.org/2000/svg",
|
723
649
|
viewBox: "0 0 16 16",
|
724
|
-
fill: "currentColor"
|
725
|
-
|
650
|
+
fill: "currentColor",
|
651
|
+
...rest
|
652
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
726
653
|
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
|
727
654
|
})), children);
|
728
655
|
}
|
729
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
656
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
730
657
|
width: size,
|
731
658
|
height: size,
|
732
659
|
ref: ref,
|
733
660
|
xmlns: "http://www.w3.org/2000/svg",
|
734
661
|
viewBox: "0 0 32 32",
|
735
|
-
fill: "currentColor"
|
736
|
-
|
662
|
+
fill: "currentColor",
|
663
|
+
...rest
|
664
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
737
665
|
d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
|
738
666
|
})), children);
|
739
667
|
});
|
740
668
|
if (process.env.NODE_ENV !== "production") {
|
741
669
|
ChevronSortDown.propTypes = iconPropTypes4cbeb95d.i;
|
742
670
|
}
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
size =
|
747
|
-
rest
|
671
|
+
const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref21, ref) {
|
672
|
+
let {
|
673
|
+
children,
|
674
|
+
size = 16,
|
675
|
+
...rest
|
676
|
+
} = _ref21;
|
748
677
|
if (size === 16 || size === "16" || size === "16px") {
|
749
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
678
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
750
679
|
width: size,
|
751
680
|
height: size,
|
752
681
|
ref: ref,
|
753
682
|
xmlns: "http://www.w3.org/2000/svg",
|
754
683
|
viewBox: "0 0 16 16",
|
755
|
-
fill: "currentColor"
|
756
|
-
|
684
|
+
fill: "currentColor",
|
685
|
+
...rest
|
686
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
757
687
|
d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
758
688
|
})), children);
|
759
689
|
}
|
760
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
690
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
761
691
|
width: size,
|
762
692
|
height: size,
|
763
693
|
ref: ref,
|
764
694
|
xmlns: "http://www.w3.org/2000/svg",
|
765
695
|
viewBox: "0 0 32 32",
|
766
|
-
fill: "currentColor"
|
767
|
-
|
696
|
+
fill: "currentColor",
|
697
|
+
...rest
|
698
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
768
699
|
d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
|
769
700
|
})), children);
|
770
701
|
});
|
771
702
|
if (process.env.NODE_ENV !== "production") {
|
772
703
|
ChevronSortUp.propTypes = iconPropTypes4cbeb95d.i;
|
773
704
|
}
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
size =
|
778
|
-
rest
|
705
|
+
const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref22, ref) {
|
706
|
+
let {
|
707
|
+
children,
|
708
|
+
size = 16,
|
709
|
+
...rest
|
710
|
+
} = _ref22;
|
779
711
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
780
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
712
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
781
713
|
width: size,
|
782
714
|
height: size,
|
783
715
|
ref: ref,
|
784
716
|
xmlns: "http://www.w3.org/2000/svg",
|
785
717
|
viewBox: "0 0 10 6",
|
786
|
-
fill: "currentColor"
|
787
|
-
|
718
|
+
fill: "currentColor",
|
719
|
+
...rest
|
720
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
788
721
|
d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
|
789
722
|
})), children);
|
790
723
|
}
|
791
724
|
if (size === 16 || size === "16" || size === "16px") {
|
792
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
725
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
793
726
|
width: size,
|
794
727
|
height: size,
|
795
728
|
ref: ref,
|
796
729
|
xmlns: "http://www.w3.org/2000/svg",
|
797
730
|
viewBox: "0 0 16 16",
|
798
|
-
fill: "currentColor"
|
799
|
-
|
731
|
+
fill: "currentColor",
|
732
|
+
...rest
|
733
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
800
734
|
d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
|
801
735
|
})), children);
|
802
736
|
}
|
803
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
737
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
804
738
|
width: size,
|
805
739
|
height: size,
|
806
740
|
ref: ref,
|
807
741
|
xmlns: "http://www.w3.org/2000/svg",
|
808
742
|
viewBox: "0 0 32 32",
|
809
|
-
fill: "currentColor"
|
810
|
-
|
743
|
+
fill: "currentColor",
|
744
|
+
...rest
|
745
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
811
746
|
d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
|
812
747
|
})), children);
|
813
748
|
});
|
814
749
|
if (process.env.NODE_ENV !== "production") {
|
815
750
|
ChevronUp.propTypes = iconPropTypes4cbeb95d.i;
|
816
751
|
}
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
size =
|
821
|
-
rest
|
822
|
-
|
752
|
+
const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref23, ref) {
|
753
|
+
let {
|
754
|
+
children,
|
755
|
+
size = 16,
|
756
|
+
...rest
|
757
|
+
} = _ref23;
|
758
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
823
759
|
width: size,
|
824
760
|
height: size,
|
825
761
|
ref: ref,
|
826
762
|
xmlns: "http://www.w3.org/2000/svg",
|
827
763
|
viewBox: "0 0 32 32",
|
828
|
-
fill: "currentColor"
|
829
|
-
|
764
|
+
fill: "currentColor",
|
765
|
+
...rest
|
766
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
830
767
|
d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
|
831
768
|
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
832
769
|
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"
|
@@ -835,19 +772,21 @@ var ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_
|
|
835
772
|
if (process.env.NODE_ENV !== "production") {
|
836
773
|
ChevronUpOutline.propTypes = iconPropTypes4cbeb95d.i;
|
837
774
|
}
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
size =
|
842
|
-
rest
|
843
|
-
|
775
|
+
const Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref24, ref) {
|
776
|
+
let {
|
777
|
+
children,
|
778
|
+
size = 16,
|
779
|
+
...rest
|
780
|
+
} = _ref24;
|
781
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
844
782
|
width: size,
|
845
783
|
height: size,
|
846
784
|
ref: ref,
|
847
785
|
xmlns: "http://www.w3.org/2000/svg",
|
848
786
|
viewBox: "0 0 32 32",
|
849
|
-
fill: "currentColor"
|
850
|
-
|
787
|
+
fill: "currentColor",
|
788
|
+
...rest
|
789
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
851
790
|
d: "M11,11V21H21V11Zm8,8H13V13h6Z"
|
852
791
|
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
853
792
|
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"
|
@@ -856,76 +795,84 @@ var Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref24, ref) {
|
|
856
795
|
if (process.env.NODE_ENV !== "production") {
|
857
796
|
Chip.propTypes = iconPropTypes4cbeb95d.i;
|
858
797
|
}
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
size =
|
863
|
-
rest
|
864
|
-
|
798
|
+
const Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref25, ref) {
|
799
|
+
let {
|
800
|
+
children,
|
801
|
+
size = 16,
|
802
|
+
...rest
|
803
|
+
} = _ref25;
|
804
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
865
805
|
width: size,
|
866
806
|
height: size,
|
867
807
|
ref: ref,
|
868
808
|
xmlns: "http://www.w3.org/2000/svg",
|
869
809
|
viewBox: "0 0 32 32",
|
870
|
-
fill: "currentColor"
|
871
|
-
|
810
|
+
fill: "currentColor",
|
811
|
+
...rest
|
812
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
872
813
|
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"
|
873
814
|
})), children);
|
874
815
|
});
|
875
816
|
if (process.env.NODE_ENV !== "production") {
|
876
817
|
Choices.propTypes = iconPropTypes4cbeb95d.i;
|
877
818
|
}
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
size =
|
882
|
-
rest
|
883
|
-
|
819
|
+
const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref26, ref) {
|
820
|
+
let {
|
821
|
+
children,
|
822
|
+
size = 16,
|
823
|
+
...rest
|
824
|
+
} = _ref26;
|
825
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
884
826
|
width: size,
|
885
827
|
height: size,
|
886
828
|
ref: ref,
|
887
829
|
xmlns: "http://www.w3.org/2000/svg",
|
888
830
|
viewBox: "0 0 32 32",
|
889
|
-
fill: "currentColor"
|
890
|
-
|
831
|
+
fill: "currentColor",
|
832
|
+
...rest
|
833
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
891
834
|
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"
|
892
835
|
})), children);
|
893
836
|
});
|
894
837
|
if (process.env.NODE_ENV !== "production") {
|
895
838
|
ChooseItem.propTypes = iconPropTypes4cbeb95d.i;
|
896
839
|
}
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
size =
|
901
|
-
rest
|
902
|
-
|
840
|
+
const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref27, ref) {
|
841
|
+
let {
|
842
|
+
children,
|
843
|
+
size = 16,
|
844
|
+
...rest
|
845
|
+
} = _ref27;
|
846
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
903
847
|
width: size,
|
904
848
|
height: size,
|
905
849
|
ref: ref,
|
906
850
|
xmlns: "http://www.w3.org/2000/svg",
|
907
851
|
viewBox: "0 0 32 32",
|
908
|
-
fill: "currentColor"
|
909
|
-
|
852
|
+
fill: "currentColor",
|
853
|
+
...rest
|
854
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
910
855
|
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"
|
911
856
|
})), children);
|
912
857
|
});
|
913
858
|
if (process.env.NODE_ENV !== "production") {
|
914
859
|
ChoroplethMap.propTypes = iconPropTypes4cbeb95d.i;
|
915
860
|
}
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
size =
|
920
|
-
rest
|
921
|
-
|
861
|
+
const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref28, ref) {
|
862
|
+
let {
|
863
|
+
children,
|
864
|
+
size = 16,
|
865
|
+
...rest
|
866
|
+
} = _ref28;
|
867
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
922
868
|
width: size,
|
923
869
|
height: size,
|
924
870
|
ref: ref,
|
925
871
|
xmlns: "http://www.w3.org/2000/svg",
|
926
872
|
viewBox: "0 0 32 32",
|
927
|
-
fill: "currentColor"
|
928
|
-
|
873
|
+
fill: "currentColor",
|
874
|
+
...rest
|
875
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
929
876
|
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"
|
930
877
|
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
931
878
|
d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
|
@@ -934,19 +881,21 @@ var CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref28, ref) {
|
|
934
881
|
if (process.env.NODE_ENV !== "production") {
|
935
882
|
CicsCmas.propTypes = iconPropTypes4cbeb95d.i;
|
936
883
|
}
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
size =
|
941
|
-
rest
|
942
|
-
|
884
|
+
const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref29, ref) {
|
885
|
+
let {
|
886
|
+
children,
|
887
|
+
size = 16,
|
888
|
+
...rest
|
889
|
+
} = _ref29;
|
890
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
943
891
|
width: size,
|
944
892
|
height: size,
|
945
893
|
ref: ref,
|
946
894
|
xmlns: "http://www.w3.org/2000/svg",
|
947
895
|
viewBox: "0 0 32 32",
|
948
|
-
fill: "currentColor"
|
949
|
-
|
896
|
+
fill: "currentColor",
|
897
|
+
...rest
|
898
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
950
899
|
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"
|
951
900
|
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
952
901
|
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"
|
@@ -955,19 +904,21 @@ var CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection
|
|
955
904
|
if (process.env.NODE_ENV !== "production") {
|
956
905
|
CicsDb2Connection.propTypes = iconPropTypes4cbeb95d.i;
|
957
906
|
}
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
size =
|
962
|
-
rest
|
963
|
-
|
907
|
+
const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref30, ref) {
|
908
|
+
let {
|
909
|
+
children,
|
910
|
+
size = 16,
|
911
|
+
...rest
|
912
|
+
} = _ref30;
|
913
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
964
914
|
width: size,
|
965
915
|
height: size,
|
966
916
|
ref: ref,
|
967
917
|
xmlns: "http://www.w3.org/2000/svg",
|
968
918
|
viewBox: "0 0 32 32",
|
969
|
-
fill: "currentColor"
|
970
|
-
|
919
|
+
fill: "currentColor",
|
920
|
+
...rest
|
921
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
971
922
|
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"
|
972
923
|
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
973
924
|
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"
|
@@ -976,19 +927,21 @@ var CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref30, r
|
|
976
927
|
if (process.env.NODE_ENV !== "production") {
|
977
928
|
CicsExplorer.propTypes = iconPropTypes4cbeb95d.i;
|
978
929
|
}
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
size =
|
983
|
-
rest
|
984
|
-
|
930
|
+
const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref31, ref) {
|
931
|
+
let {
|
932
|
+
children,
|
933
|
+
size = 16,
|
934
|
+
...rest
|
935
|
+
} = _ref31;
|
936
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
985
937
|
width: size,
|
986
938
|
height: size,
|
987
939
|
ref: ref,
|
988
940
|
xmlns: "http://www.w3.org/2000/svg",
|
989
941
|
viewBox: "0 0 32 32",
|
990
|
-
fill: "currentColor"
|
991
|
-
|
942
|
+
fill: "currentColor",
|
943
|
+
...rest
|
944
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
992
945
|
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"
|
993
946
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
994
947
|
cx: "9",
|
@@ -1005,19 +958,21 @@ var CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref31, ref
|
|
1005
958
|
if (process.env.NODE_ENV !== "production") {
|
1006
959
|
CicsProgram.propTypes = iconPropTypes4cbeb95d.i;
|
1007
960
|
}
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
size =
|
1012
|
-
rest
|
1013
|
-
|
961
|
+
const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref32, ref) {
|
962
|
+
let {
|
963
|
+
children,
|
964
|
+
size = 16,
|
965
|
+
...rest
|
966
|
+
} = _ref32;
|
967
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1014
968
|
width: size,
|
1015
969
|
height: size,
|
1016
970
|
ref: ref,
|
1017
971
|
xmlns: "http://www.w3.org/2000/svg",
|
1018
972
|
viewBox: "0 0 32 32",
|
1019
|
-
fill: "currentColor"
|
1020
|
-
|
973
|
+
fill: "currentColor",
|
974
|
+
...rest
|
975
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
1021
976
|
d: "M23 22L30 27 23 32 23 22z"
|
1022
977
|
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
1023
978
|
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"
|
@@ -1026,38 +981,42 @@ var CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref32, ref) {
|
|
1026
981
|
if (process.env.NODE_ENV !== "production") {
|
1027
982
|
CicsSit.propTypes = iconPropTypes4cbeb95d.i;
|
1028
983
|
}
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
size =
|
1033
|
-
rest
|
1034
|
-
|
984
|
+
const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref33, ref) {
|
985
|
+
let {
|
986
|
+
children,
|
987
|
+
size = 16,
|
988
|
+
...rest
|
989
|
+
} = _ref33;
|
990
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1035
991
|
width: size,
|
1036
992
|
height: size,
|
1037
993
|
ref: ref,
|
1038
994
|
xmlns: "http://www.w3.org/2000/svg",
|
1039
995
|
viewBox: "0 0 32 32",
|
1040
|
-
fill: "currentColor"
|
1041
|
-
|
996
|
+
fill: "currentColor",
|
997
|
+
...rest
|
998
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
1042
999
|
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"
|
1043
1000
|
})), children);
|
1044
1001
|
});
|
1045
1002
|
if (process.env.NODE_ENV !== "production") {
|
1046
1003
|
CicsSitOverrides.propTypes = iconPropTypes4cbeb95d.i;
|
1047
1004
|
}
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
size =
|
1052
|
-
rest
|
1053
|
-
|
1005
|
+
const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref34, ref) {
|
1006
|
+
let {
|
1007
|
+
children,
|
1008
|
+
size = 16,
|
1009
|
+
...rest
|
1010
|
+
} = _ref34;
|
1011
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1054
1012
|
width: size,
|
1055
1013
|
height: size,
|
1056
1014
|
ref: ref,
|
1057
1015
|
xmlns: "http://www.w3.org/2000/svg",
|
1058
1016
|
viewBox: "0 0 32 32",
|
1059
|
-
fill: "currentColor"
|
1060
|
-
|
1017
|
+
fill: "currentColor",
|
1018
|
+
...rest
|
1019
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
1061
1020
|
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"
|
1062
1021
|
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
1063
1022
|
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"
|
@@ -1068,19 +1027,21 @@ var CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_re
|
|
1068
1027
|
if (process.env.NODE_ENV !== "production") {
|
1069
1028
|
CicsSystemGroup.propTypes = iconPropTypes4cbeb95d.i;
|
1070
1029
|
}
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
size =
|
1075
|
-
rest
|
1076
|
-
|
1030
|
+
const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref35, ref) {
|
1031
|
+
let {
|
1032
|
+
children,
|
1033
|
+
size = 16,
|
1034
|
+
...rest
|
1035
|
+
} = _ref35;
|
1036
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1077
1037
|
width: size,
|
1078
1038
|
height: size,
|
1079
1039
|
ref: ref,
|
1080
1040
|
xmlns: "http://www.w3.org/2000/svg",
|
1081
1041
|
viewBox: "0 0 32 32",
|
1082
|
-
fill: "currentColor"
|
1083
|
-
|
1042
|
+
fill: "currentColor",
|
1043
|
+
...rest
|
1044
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
1084
1045
|
cx: "28",
|
1085
1046
|
cy: "10",
|
1086
1047
|
r: "2"
|
@@ -1099,19 +1060,21 @@ var CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransa
|
|
1099
1060
|
if (process.env.NODE_ENV !== "production") {
|
1100
1061
|
CicsTransactionServerZos.propTypes = iconPropTypes4cbeb95d.i;
|
1101
1062
|
}
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
size =
|
1106
|
-
rest
|
1107
|
-
|
1063
|
+
const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref36, ref) {
|
1064
|
+
let {
|
1065
|
+
children,
|
1066
|
+
size = 16,
|
1067
|
+
...rest
|
1068
|
+
} = _ref36;
|
1069
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1108
1070
|
width: size,
|
1109
1071
|
height: size,
|
1110
1072
|
ref: ref,
|
1111
1073
|
xmlns: "http://www.w3.org/2000/svg",
|
1112
1074
|
viewBox: "0 0 32 32",
|
1113
|
-
fill: "currentColor"
|
1114
|
-
|
1075
|
+
fill: "currentColor",
|
1076
|
+
...rest
|
1077
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
1115
1078
|
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"
|
1116
1079
|
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1117
1080
|
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
|
@@ -1120,19 +1083,21 @@ var CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref36,
|
|
1120
1083
|
if (process.env.NODE_ENV !== "production") {
|
1121
1084
|
CicsWuiRegion.propTypes = iconPropTypes4cbeb95d.i;
|
1122
1085
|
}
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
size =
|
1127
|
-
rest
|
1128
|
-
|
1086
|
+
const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref37, ref) {
|
1087
|
+
let {
|
1088
|
+
children,
|
1089
|
+
size = 16,
|
1090
|
+
...rest
|
1091
|
+
} = _ref37;
|
1092
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1129
1093
|
width: size,
|
1130
1094
|
height: size,
|
1131
1095
|
ref: ref,
|
1132
1096
|
xmlns: "http://www.w3.org/2000/svg",
|
1133
1097
|
viewBox: "0 0 32 32",
|
1134
|
-
fill: "currentColor"
|
1135
|
-
|
1098
|
+
fill: "currentColor",
|
1099
|
+
...rest
|
1100
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1136
1101
|
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"
|
1137
1102
|
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1138
1103
|
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"
|
@@ -1141,38 +1106,42 @@ var CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref37, ref)
|
|
1141
1106
|
if (process.env.NODE_ENV !== "production") {
|
1142
1107
|
CicsRegion.propTypes = iconPropTypes4cbeb95d.i;
|
1143
1108
|
}
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
size =
|
1148
|
-
rest
|
1149
|
-
|
1109
|
+
const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref38, ref) {
|
1110
|
+
let {
|
1111
|
+
children,
|
1112
|
+
size = 16,
|
1113
|
+
...rest
|
1114
|
+
} = _ref38;
|
1115
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1150
1116
|
width: size,
|
1151
1117
|
height: size,
|
1152
1118
|
ref: ref,
|
1153
1119
|
xmlns: "http://www.w3.org/2000/svg",
|
1154
1120
|
viewBox: "0 0 32 32",
|
1155
|
-
fill: "currentColor"
|
1156
|
-
|
1121
|
+
fill: "currentColor",
|
1122
|
+
...rest
|
1123
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1157
1124
|
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"
|
1158
1125
|
})), children);
|
1159
1126
|
});
|
1160
1127
|
if (process.env.NODE_ENV !== "production") {
|
1161
1128
|
CicsRegionAlt.propTypes = iconPropTypes4cbeb95d.i;
|
1162
1129
|
}
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
size =
|
1167
|
-
rest
|
1168
|
-
|
1130
|
+
const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref39, ref) {
|
1131
|
+
let {
|
1132
|
+
children,
|
1133
|
+
size = 16,
|
1134
|
+
...rest
|
1135
|
+
} = _ref39;
|
1136
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1169
1137
|
width: size,
|
1170
1138
|
height: size,
|
1171
1139
|
ref: ref,
|
1172
1140
|
xmlns: "http://www.w3.org/2000/svg",
|
1173
1141
|
viewBox: "0 0 32 32",
|
1174
|
-
fill: "currentColor"
|
1175
|
-
|
1142
|
+
fill: "currentColor",
|
1143
|
+
...rest
|
1144
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1176
1145
|
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"
|
1177
1146
|
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1178
1147
|
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"
|
@@ -1181,19 +1150,21 @@ var CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting
|
|
1181
1150
|
if (process.env.NODE_ENV !== "production") {
|
1182
1151
|
CicsRegionRouting.propTypes = iconPropTypes4cbeb95d.i;
|
1183
1152
|
}
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
size =
|
1188
|
-
rest
|
1189
|
-
|
1153
|
+
const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref40, ref) {
|
1154
|
+
let {
|
1155
|
+
children,
|
1156
|
+
size = 16,
|
1157
|
+
...rest
|
1158
|
+
} = _ref40;
|
1159
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1190
1160
|
width: size,
|
1191
1161
|
height: size,
|
1192
1162
|
ref: ref,
|
1193
1163
|
xmlns: "http://www.w3.org/2000/svg",
|
1194
1164
|
viewBox: "0 0 32 32",
|
1195
|
-
fill: "currentColor"
|
1196
|
-
|
1165
|
+
fill: "currentColor",
|
1166
|
+
...rest
|
1167
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1197
1168
|
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"
|
1198
1169
|
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1199
1170
|
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"
|
@@ -1202,38 +1173,42 @@ var CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_
|
|
1202
1173
|
if (process.env.NODE_ENV !== "production") {
|
1203
1174
|
CicsRegionTarget.propTypes = iconPropTypes4cbeb95d.i;
|
1204
1175
|
}
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
size =
|
1209
|
-
rest
|
1210
|
-
|
1176
|
+
const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref41, ref) {
|
1177
|
+
let {
|
1178
|
+
children,
|
1179
|
+
size = 16,
|
1180
|
+
...rest
|
1181
|
+
} = _ref41;
|
1182
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1211
1183
|
width: size,
|
1212
1184
|
height: size,
|
1213
1185
|
ref: ref,
|
1214
1186
|
xmlns: "http://www.w3.org/2000/svg",
|
1215
1187
|
viewBox: "0 0 32 32",
|
1216
|
-
fill: "currentColor"
|
1217
|
-
|
1188
|
+
fill: "currentColor",
|
1189
|
+
...rest
|
1190
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
1218
1191
|
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"
|
1219
1192
|
})), children);
|
1220
1193
|
});
|
1221
1194
|
if (process.env.NODE_ENV !== "production") {
|
1222
1195
|
Cicsplex.propTypes = iconPropTypes4cbeb95d.i;
|
1223
1196
|
}
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
size =
|
1228
|
-
rest
|
1229
|
-
|
1197
|
+
const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref42, ref) {
|
1198
|
+
let {
|
1199
|
+
children,
|
1200
|
+
size = 16,
|
1201
|
+
...rest
|
1202
|
+
} = _ref42;
|
1203
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1230
1204
|
width: size,
|
1231
1205
|
height: size,
|
1232
1206
|
ref: ref,
|
1233
1207
|
xmlns: "http://www.w3.org/2000/svg",
|
1234
1208
|
viewBox: "0 0 32 32",
|
1235
|
-
fill: "currentColor"
|
1236
|
-
|
1209
|
+
fill: "currentColor",
|
1210
|
+
...rest
|
1211
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
1237
1212
|
cx: "16",
|
1238
1213
|
cy: "16",
|
1239
1214
|
r: "10"
|
@@ -1244,19 +1219,21 @@ var CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref42, r
|
|
1244
1219
|
if (process.env.NODE_ENV !== "production") {
|
1245
1220
|
CircleFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1246
1221
|
}
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
size =
|
1251
|
-
rest
|
1252
|
-
|
1222
|
+
const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref43, ref) {
|
1223
|
+
let {
|
1224
|
+
children,
|
1225
|
+
size = 16,
|
1226
|
+
...rest
|
1227
|
+
} = _ref43;
|
1228
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1253
1229
|
width: size,
|
1254
1230
|
height: size,
|
1255
1231
|
ref: ref,
|
1256
1232
|
xmlns: "http://www.w3.org/2000/svg",
|
1257
1233
|
viewBox: "0 0 32 32",
|
1258
|
-
fill: "currentColor"
|
1259
|
-
|
1234
|
+
fill: "currentColor",
|
1235
|
+
...rest
|
1236
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1260
1237
|
strokeWidth: "0",
|
1261
1238
|
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"
|
1262
1239
|
})), children);
|
@@ -1264,19 +1241,21 @@ var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref43,
|
|
1264
1241
|
if (process.env.NODE_ENV !== "production") {
|
1265
1242
|
CircleOutline.propTypes = iconPropTypes4cbeb95d.i;
|
1266
1243
|
}
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
size =
|
1271
|
-
rest
|
1272
|
-
|
1244
|
+
const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref44, ref) {
|
1245
|
+
let {
|
1246
|
+
children,
|
1247
|
+
size = 16,
|
1248
|
+
...rest
|
1249
|
+
} = _ref44;
|
1250
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1273
1251
|
width: size,
|
1274
1252
|
height: size,
|
1275
1253
|
ref: ref,
|
1276
1254
|
xmlns: "http://www.w3.org/2000/svg",
|
1277
1255
|
viewBox: "0 0 32 32",
|
1278
|
-
fill: "currentColor"
|
1279
|
-
|
1256
|
+
fill: "currentColor",
|
1257
|
+
...rest
|
1258
|
+
}, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
1280
1259
|
cx: "16",
|
1281
1260
|
cy: "16",
|
1282
1261
|
r: "14"
|
@@ -1285,52 +1264,57 @@ var CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref44, ref
|
|
1285
1264
|
if (process.env.NODE_ENV !== "production") {
|
1286
1265
|
CircleSolid.propTypes = iconPropTypes4cbeb95d.i;
|
1287
1266
|
}
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
size =
|
1292
|
-
rest
|
1293
|
-
|
1267
|
+
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref45, ref) {
|
1268
|
+
let {
|
1269
|
+
children,
|
1270
|
+
size = 16,
|
1271
|
+
...rest
|
1272
|
+
} = _ref45;
|
1273
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1294
1274
|
width: size,
|
1295
1275
|
height: size,
|
1296
1276
|
ref: ref,
|
1297
1277
|
xmlns: "http://www.w3.org/2000/svg",
|
1298
1278
|
viewBox: "0 0 32 32",
|
1299
|
-
fill: "currentColor"
|
1300
|
-
|
1279
|
+
fill: "currentColor",
|
1280
|
+
...rest
|
1281
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1301
1282
|
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"
|
1302
1283
|
})), children);
|
1303
1284
|
});
|
1304
1285
|
if (process.env.NODE_ENV !== "production") {
|
1305
1286
|
CircleDash.propTypes = iconPropTypes4cbeb95d.i;
|
1306
1287
|
}
|
1307
|
-
|
1308
|
-
|
1309
|
-
|
1310
|
-
size =
|
1311
|
-
rest
|
1288
|
+
const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref46, ref) {
|
1289
|
+
let {
|
1290
|
+
children,
|
1291
|
+
size = 16,
|
1292
|
+
...rest
|
1293
|
+
} = _ref46;
|
1312
1294
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1313
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
1295
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1314
1296
|
width: size,
|
1315
1297
|
height: size,
|
1316
1298
|
ref: ref,
|
1317
1299
|
xmlns: "http://www.w3.org/2000/svg",
|
1318
1300
|
viewBox: "0 0 16 16",
|
1319
|
-
fill: "currentColor"
|
1320
|
-
|
1301
|
+
fill: "currentColor",
|
1302
|
+
...rest
|
1303
|
+
}, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
1321
1304
|
cx: "8",
|
1322
1305
|
cy: "8",
|
1323
1306
|
r: "6"
|
1324
1307
|
})), children);
|
1325
1308
|
}
|
1326
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
1309
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1327
1310
|
width: size,
|
1328
1311
|
height: size,
|
1329
1312
|
ref: ref,
|
1330
1313
|
xmlns: "http://www.w3.org/2000/svg",
|
1331
1314
|
viewBox: "0 0 16 16",
|
1332
|
-
fill: "currentColor"
|
1333
|
-
|
1315
|
+
fill: "currentColor",
|
1316
|
+
...rest
|
1317
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
1334
1318
|
cx: "8",
|
1335
1319
|
cy: "8",
|
1336
1320
|
r: "6"
|
@@ -1339,19 +1323,21 @@ var CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref46, ref)
|
|
1339
1323
|
if (process.env.NODE_ENV !== "production") {
|
1340
1324
|
CircleFill.propTypes = iconPropTypes4cbeb95d.i;
|
1341
1325
|
}
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1345
|
-
size =
|
1346
|
-
rest
|
1347
|
-
|
1326
|
+
const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref47, ref) {
|
1327
|
+
let {
|
1328
|
+
children,
|
1329
|
+
size = 16,
|
1330
|
+
...rest
|
1331
|
+
} = _ref47;
|
1332
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1348
1333
|
width: size,
|
1349
1334
|
height: size,
|
1350
1335
|
ref: ref,
|
1351
1336
|
xmlns: "http://www.w3.org/2000/svg",
|
1352
1337
|
viewBox: "0 0 32 32",
|
1353
|
-
fill: "currentColor"
|
1354
|
-
|
1338
|
+
fill: "currentColor",
|
1339
|
+
...rest
|
1340
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1355
1341
|
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"
|
1356
1342
|
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1357
1343
|
d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
|
@@ -1360,69 +1346,76 @@ var WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function Watso
|
|
1360
1346
|
if (process.env.NODE_ENV !== "production") {
|
1361
1347
|
WatsonHealthCircleMeasurement.propTypes = iconPropTypes4cbeb95d.i;
|
1362
1348
|
}
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1366
|
-
size =
|
1367
|
-
rest
|
1368
|
-
|
1349
|
+
const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref48, ref) {
|
1350
|
+
let {
|
1351
|
+
children,
|
1352
|
+
size = 16,
|
1353
|
+
...rest
|
1354
|
+
} = _ref48;
|
1355
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1369
1356
|
width: size,
|
1370
1357
|
height: size,
|
1371
1358
|
ref: ref,
|
1372
1359
|
xmlns: "http://www.w3.org/2000/svg",
|
1373
1360
|
viewBox: "0 0 32 32",
|
1374
|
-
fill: "currentColor"
|
1375
|
-
|
1361
|
+
fill: "currentColor",
|
1362
|
+
...rest
|
1363
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1376
1364
|
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"
|
1377
1365
|
})), children);
|
1378
1366
|
});
|
1379
1367
|
if (process.env.NODE_ENV !== "production") {
|
1380
1368
|
CirclePacking.propTypes = iconPropTypes4cbeb95d.i;
|
1381
1369
|
}
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1385
|
-
size =
|
1386
|
-
rest
|
1370
|
+
const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref49, ref) {
|
1371
|
+
let {
|
1372
|
+
children,
|
1373
|
+
size = 16,
|
1374
|
+
...rest
|
1375
|
+
} = _ref49;
|
1387
1376
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1388
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
1377
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1389
1378
|
width: size,
|
1390
1379
|
height: size,
|
1391
1380
|
ref: ref,
|
1392
1381
|
xmlns: "http://www.w3.org/2000/svg",
|
1393
1382
|
viewBox: "0 0 16 16",
|
1394
|
-
fill: "currentColor"
|
1395
|
-
|
1383
|
+
fill: "currentColor",
|
1384
|
+
...rest
|
1385
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1396
1386
|
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"
|
1397
1387
|
})), children);
|
1398
1388
|
}
|
1399
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
1389
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1400
1390
|
width: size,
|
1401
1391
|
height: size,
|
1402
1392
|
ref: ref,
|
1403
1393
|
xmlns: "http://www.w3.org/2000/svg",
|
1404
1394
|
viewBox: "0 0 16 16",
|
1405
|
-
fill: "currentColor"
|
1406
|
-
|
1395
|
+
fill: "currentColor",
|
1396
|
+
...rest
|
1397
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1407
1398
|
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"
|
1408
1399
|
})), children);
|
1409
1400
|
});
|
1410
1401
|
if (process.env.NODE_ENV !== "production") {
|
1411
1402
|
CircleStroke.propTypes = iconPropTypes4cbeb95d.i;
|
1412
1403
|
}
|
1413
|
-
|
1414
|
-
|
1415
|
-
|
1416
|
-
size =
|
1417
|
-
rest
|
1418
|
-
|
1404
|
+
const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref50, ref) {
|
1405
|
+
let {
|
1406
|
+
children,
|
1407
|
+
size = 16,
|
1408
|
+
...rest
|
1409
|
+
} = _ref50;
|
1410
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1419
1411
|
width: size,
|
1420
1412
|
height: size,
|
1421
1413
|
ref: ref,
|
1422
1414
|
xmlns: "http://www.w3.org/2000/svg",
|
1423
1415
|
viewBox: "0 0 32 32",
|
1424
|
-
fill: "currentColor"
|
1425
|
-
|
1416
|
+
fill: "currentColor",
|
1417
|
+
...rest
|
1418
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
1426
1419
|
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"
|
1427
1420
|
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1428
1421
|
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"
|
@@ -1431,19 +1424,21 @@ var QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_
|
|
1431
1424
|
if (process.env.NODE_ENV !== "production") {
|
1432
1425
|
QCircuitComposer.propTypes = iconPropTypes4cbeb95d.i;
|
1433
1426
|
}
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
size =
|
1438
|
-
rest
|
1439
|
-
|
1427
|
+
const Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref51, ref) {
|
1428
|
+
let {
|
1429
|
+
children,
|
1430
|
+
size = 16,
|
1431
|
+
...rest
|
1432
|
+
} = _ref51;
|
1433
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1440
1434
|
width: size,
|
1441
1435
|
height: size,
|
1442
1436
|
ref: ref,
|
1443
1437
|
xmlns: "http://www.w3.org/2000/svg",
|
1444
1438
|
viewBox: "0 0 32 32",
|
1445
|
-
fill: "currentColor"
|
1446
|
-
|
1439
|
+
fill: "currentColor",
|
1440
|
+
...rest
|
1441
|
+
}, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
1447
1442
|
cx: "15",
|
1448
1443
|
cy: "19",
|
1449
1444
|
r: "1"
|
@@ -1454,38 +1449,42 @@ var Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref5
|
|
1454
1449
|
if (process.env.NODE_ENV !== "production") {
|
1455
1450
|
Classification.propTypes = iconPropTypes4cbeb95d.i;
|
1456
1451
|
}
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
size =
|
1461
|
-
rest
|
1462
|
-
|
1452
|
+
const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref52, ref) {
|
1453
|
+
let {
|
1454
|
+
children,
|
1455
|
+
size = 16,
|
1456
|
+
...rest
|
1457
|
+
} = _ref52;
|
1458
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1463
1459
|
width: size,
|
1464
1460
|
height: size,
|
1465
1461
|
ref: ref,
|
1466
1462
|
xmlns: "http://www.w3.org/2000/svg",
|
1467
1463
|
viewBox: "0 0 32 32",
|
1468
|
-
fill: "currentColor"
|
1469
|
-
|
1464
|
+
fill: "currentColor",
|
1465
|
+
...rest
|
1466
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1470
1467
|
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"
|
1471
1468
|
})), children);
|
1472
1469
|
});
|
1473
1470
|
if (process.env.NODE_ENV !== "production") {
|
1474
1471
|
ClassifierLanguage.propTypes = iconPropTypes4cbeb95d.i;
|
1475
1472
|
}
|
1476
|
-
|
1477
|
-
|
1478
|
-
|
1479
|
-
size =
|
1480
|
-
rest
|
1481
|
-
|
1473
|
+
const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref53, ref) {
|
1474
|
+
let {
|
1475
|
+
children,
|
1476
|
+
size = 16,
|
1477
|
+
...rest
|
1478
|
+
} = _ref53;
|
1479
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1482
1480
|
width: size,
|
1483
1481
|
height: size,
|
1484
1482
|
ref: ref,
|
1485
1483
|
xmlns: "http://www.w3.org/2000/svg",
|
1486
1484
|
viewBox: "0 0 32 32",
|
1487
|
-
fill: "currentColor"
|
1488
|
-
|
1485
|
+
fill: "currentColor",
|
1486
|
+
...rest
|
1487
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1489
1488
|
d: "M20 18H26V20H20z",
|
1490
1489
|
transform: "rotate(-180 23 19)"
|
1491
1490
|
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
@@ -1501,50 +1500,55 @@ var Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref53, ref) {
|
|
1501
1500
|
if (process.env.NODE_ENV !== "production") {
|
1502
1501
|
Clean.propTypes = iconPropTypes4cbeb95d.i;
|
1503
1502
|
}
|
1504
|
-
|
1505
|
-
|
1506
|
-
|
1507
|
-
size =
|
1508
|
-
rest
|
1509
|
-
|
1503
|
+
const Close = /*#__PURE__*/React.forwardRef(function Close(_ref54, ref) {
|
1504
|
+
let {
|
1505
|
+
children,
|
1506
|
+
size = 16,
|
1507
|
+
...rest
|
1508
|
+
} = _ref54;
|
1509
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1510
1510
|
width: size,
|
1511
1511
|
height: size,
|
1512
1512
|
ref: ref,
|
1513
1513
|
xmlns: "http://www.w3.org/2000/svg",
|
1514
1514
|
viewBox: "0 0 32 32",
|
1515
|
-
fill: "currentColor"
|
1516
|
-
|
1515
|
+
fill: "currentColor",
|
1516
|
+
...rest
|
1517
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1517
1518
|
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"
|
1518
1519
|
})), children);
|
1519
1520
|
});
|
1520
1521
|
if (process.env.NODE_ENV !== "production") {
|
1521
1522
|
Close.propTypes = iconPropTypes4cbeb95d.i;
|
1522
1523
|
}
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
size =
|
1527
|
-
rest
|
1524
|
+
const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref55, ref) {
|
1525
|
+
let {
|
1526
|
+
children,
|
1527
|
+
size = 16,
|
1528
|
+
...rest
|
1529
|
+
} = _ref55;
|
1528
1530
|
if (size === 16 || size === "16" || size === "16px") {
|
1529
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
1531
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1530
1532
|
width: size,
|
1531
1533
|
height: size,
|
1532
1534
|
ref: ref,
|
1533
1535
|
xmlns: "http://www.w3.org/2000/svg",
|
1534
1536
|
viewBox: "0 0 16 16",
|
1535
|
-
fill: "currentColor"
|
1536
|
-
|
1537
|
+
fill: "currentColor",
|
1538
|
+
...rest
|
1539
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1537
1540
|
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"
|
1538
1541
|
})), children);
|
1539
1542
|
}
|
1540
|
-
return /*#__PURE__*/React.createElement(Icon.default,
|
1543
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1541
1544
|
width: size,
|
1542
1545
|
height: size,
|
1543
1546
|
ref: ref,
|
1544
1547
|
xmlns: "http://www.w3.org/2000/svg",
|
1545
1548
|
viewBox: "0 0 32 32",
|
1546
|
-
fill: "currentColor"
|
1547
|
-
|
1549
|
+
fill: "currentColor",
|
1550
|
+
...rest
|
1551
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1548
1552
|
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"
|
1549
1553
|
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1550
1554
|
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",
|
@@ -1555,38 +1559,42 @@ var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref55, ref
|
|
1555
1559
|
if (process.env.NODE_ENV !== "production") {
|
1556
1560
|
CloseFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1557
1561
|
}
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
size =
|
1562
|
-
rest
|
1563
|
-
|
1562
|
+
const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref56, ref) {
|
1563
|
+
let {
|
1564
|
+
children,
|
1565
|
+
size = 16,
|
1566
|
+
...rest
|
1567
|
+
} = _ref56;
|
1568
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1564
1569
|
width: size,
|
1565
1570
|
height: size,
|
1566
1571
|
ref: ref,
|
1567
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
1568
1573
|
viewBox: "0 0 32 32",
|
1569
|
-
fill: "currentColor"
|
1570
|
-
|
1574
|
+
fill: "currentColor",
|
1575
|
+
...rest
|
1576
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
1571
1577
|
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"
|
1572
1578
|
})), children);
|
1573
1579
|
});
|
1574
1580
|
if (process.env.NODE_ENV !== "production") {
|
1575
1581
|
CloseLarge.propTypes = iconPropTypes4cbeb95d.i;
|
1576
1582
|
}
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
size =
|
1581
|
-
rest
|
1582
|
-
|
1583
|
+
const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref57, ref) {
|
1584
|
+
let {
|
1585
|
+
children,
|
1586
|
+
size = 16,
|
1587
|
+
...rest
|
1588
|
+
} = _ref57;
|
1589
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1583
1590
|
width: size,
|
1584
1591
|
height: size,
|
1585
1592
|
ref: ref,
|
1586
1593
|
xmlns: "http://www.w3.org/2000/svg",
|
1587
1594
|
viewBox: "0 0 32 32",
|
1588
|
-
fill: "currentColor"
|
1589
|
-
|
1595
|
+
fill: "currentColor",
|
1596
|
+
...rest
|
1597
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
1590
1598
|
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"
|
1591
1599
|
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1592
1600
|
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"
|
@@ -1595,19 +1603,21 @@ var CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref57, r
|
|
1595
1603
|
if (process.env.NODE_ENV !== "production") {
|
1596
1604
|
CloseOutline.propTypes = iconPropTypes4cbeb95d.i;
|
1597
1605
|
}
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
size =
|
1602
|
-
rest
|
1603
|
-
|
1606
|
+
const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref58, ref) {
|
1607
|
+
let {
|
1608
|
+
children,
|
1609
|
+
size = 16,
|
1610
|
+
...rest
|
1611
|
+
} = _ref58;
|
1612
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1604
1613
|
width: size,
|
1605
1614
|
height: size,
|
1606
1615
|
ref: ref,
|
1607
1616
|
xmlns: "http://www.w3.org/2000/svg",
|
1608
1617
|
viewBox: "0 0 32 32",
|
1609
|
-
fill: "currentColor"
|
1610
|
-
|
1618
|
+
fill: "currentColor",
|
1619
|
+
...rest
|
1620
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
1611
1621
|
d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
|
1612
1622
|
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
1613
1623
|
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"
|
@@ -1616,19 +1626,21 @@ var ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref58,
|
|
1616
1626
|
if (process.env.NODE_ENV !== "production") {
|
1617
1627
|
ClosedCaption.propTypes = iconPropTypes4cbeb95d.i;
|
1618
1628
|
}
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
size =
|
1623
|
-
rest
|
1624
|
-
|
1629
|
+
const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref59, ref) {
|
1630
|
+
let {
|
1631
|
+
children,
|
1632
|
+
size = 16,
|
1633
|
+
...rest
|
1634
|
+
} = _ref59;
|
1635
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1625
1636
|
width: size,
|
1626
1637
|
height: size,
|
1627
1638
|
ref: ref,
|
1628
1639
|
xmlns: "http://www.w3.org/2000/svg",
|
1629
1640
|
viewBox: "0 0 32 32",
|
1630
|
-
fill: "currentColor"
|
1631
|
-
|
1641
|
+
fill: "currentColor",
|
1642
|
+
...rest
|
1643
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
1632
1644
|
d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
|
1633
1645
|
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1634
1646
|
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"
|
@@ -1637,57 +1649,63 @@ var ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_
|
|
1637
1649
|
if (process.env.NODE_ENV !== "production") {
|
1638
1650
|
ClosedCaptionAlt.propTypes = iconPropTypes4cbeb95d.i;
|
1639
1651
|
}
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
size =
|
1644
|
-
rest
|
1645
|
-
|
1652
|
+
const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref60, ref) {
|
1653
|
+
let {
|
1654
|
+
children,
|
1655
|
+
size = 16,
|
1656
|
+
...rest
|
1657
|
+
} = _ref60;
|
1658
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1646
1659
|
width: size,
|
1647
1660
|
height: size,
|
1648
1661
|
ref: ref,
|
1649
1662
|
xmlns: "http://www.w3.org/2000/svg",
|
1650
1663
|
viewBox: "0 0 32 32",
|
1651
|
-
fill: "currentColor"
|
1652
|
-
|
1664
|
+
fill: "currentColor",
|
1665
|
+
...rest
|
1666
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1653
1667
|
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"
|
1654
1668
|
})), children);
|
1655
1669
|
});
|
1656
1670
|
if (process.env.NODE_ENV !== "production") {
|
1657
1671
|
ClosedCaptionFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1658
1672
|
}
|
1659
|
-
|
1660
|
-
|
1661
|
-
|
1662
|
-
size =
|
1663
|
-
rest
|
1664
|
-
|
1673
|
+
const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref61, ref) {
|
1674
|
+
let {
|
1675
|
+
children,
|
1676
|
+
size = 16,
|
1677
|
+
...rest
|
1678
|
+
} = _ref61;
|
1679
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1665
1680
|
width: size,
|
1666
1681
|
height: size,
|
1667
1682
|
ref: ref,
|
1668
1683
|
xmlns: "http://www.w3.org/2000/svg",
|
1669
1684
|
viewBox: "0 0 32 32",
|
1670
|
-
fill: "currentColor"
|
1671
|
-
|
1685
|
+
fill: "currentColor",
|
1686
|
+
...rest
|
1687
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
1672
1688
|
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"
|
1673
1689
|
})), children);
|
1674
1690
|
});
|
1675
1691
|
if (process.env.NODE_ENV !== "production") {
|
1676
1692
|
Cloud.propTypes = iconPropTypes4cbeb95d.i;
|
1677
1693
|
}
|
1678
|
-
|
1679
|
-
|
1680
|
-
|
1681
|
-
size =
|
1682
|
-
rest
|
1683
|
-
|
1694
|
+
const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref62, ref) {
|
1695
|
+
let {
|
1696
|
+
children,
|
1697
|
+
size = 16,
|
1698
|
+
...rest
|
1699
|
+
} = _ref62;
|
1700
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1684
1701
|
width: size,
|
1685
1702
|
height: size,
|
1686
1703
|
ref: ref,
|
1687
1704
|
xmlns: "http://www.w3.org/2000/svg",
|
1688
1705
|
viewBox: "0 0 32 32",
|
1689
|
-
fill: "currentColor"
|
1690
|
-
|
1706
|
+
fill: "currentColor",
|
1707
|
+
...rest
|
1708
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
1691
1709
|
d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1692
1710
|
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
1693
1711
|
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"
|
@@ -1696,19 +1714,21 @@ var CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref62,
|
|
1696
1714
|
if (process.env.NODE_ENV !== "production") {
|
1697
1715
|
CloudAlerting.propTypes = iconPropTypes4cbeb95d.i;
|
1698
1716
|
}
|
1699
|
-
|
1700
|
-
|
1701
|
-
|
1702
|
-
size =
|
1703
|
-
rest
|
1704
|
-
|
1717
|
+
const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref63, ref) {
|
1718
|
+
let {
|
1719
|
+
children,
|
1720
|
+
size = 16,
|
1721
|
+
...rest
|
1722
|
+
} = _ref63;
|
1723
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1705
1724
|
width: size,
|
1706
1725
|
height: size,
|
1707
1726
|
ref: ref,
|
1708
1727
|
xmlns: "http://www.w3.org/2000/svg",
|
1709
1728
|
viewBox: "0 0 32 32",
|
1710
|
-
fill: "currentColor"
|
1711
|
-
|
1729
|
+
fill: "currentColor",
|
1730
|
+
...rest
|
1731
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1712
1732
|
d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1713
1733
|
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
1714
1734
|
d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
|
@@ -1717,38 +1737,42 @@ var CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref63,
|
|
1717
1737
|
if (process.env.NODE_ENV !== "production") {
|
1718
1738
|
CloudAuditing.propTypes = iconPropTypes4cbeb95d.i;
|
1719
1739
|
}
|
1720
|
-
|
1721
|
-
|
1722
|
-
|
1723
|
-
size =
|
1724
|
-
rest
|
1725
|
-
|
1740
|
+
const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref64, ref) {
|
1741
|
+
let {
|
1742
|
+
children,
|
1743
|
+
size = 16,
|
1744
|
+
...rest
|
1745
|
+
} = _ref64;
|
1746
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1726
1747
|
width: size,
|
1727
1748
|
height: size,
|
1728
1749
|
ref: ref,
|
1729
1750
|
xmlns: "http://www.w3.org/2000/svg",
|
1730
1751
|
viewBox: "0 0 32 32",
|
1731
|
-
fill: "currentColor"
|
1732
|
-
|
1752
|
+
fill: "currentColor",
|
1753
|
+
...rest
|
1754
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
1733
1755
|
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"
|
1734
1756
|
})), children);
|
1735
1757
|
});
|
1736
1758
|
if (process.env.NODE_ENV !== "production") {
|
1737
1759
|
CloudDataOps.propTypes = iconPropTypes4cbeb95d.i;
|
1738
1760
|
}
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
1742
|
-
size =
|
1743
|
-
rest
|
1744
|
-
|
1761
|
+
const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref65, ref) {
|
1762
|
+
let {
|
1763
|
+
children,
|
1764
|
+
size = 16,
|
1765
|
+
...rest
|
1766
|
+
} = _ref65;
|
1767
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1745
1768
|
width: size,
|
1746
1769
|
height: size,
|
1747
1770
|
ref: ref,
|
1748
1771
|
xmlns: "http://www.w3.org/2000/svg",
|
1749
1772
|
viewBox: "0 0 32 32",
|
1750
|
-
fill: "currentColor"
|
1751
|
-
|
1773
|
+
fill: "currentColor",
|
1774
|
+
...rest
|
1775
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1752
1776
|
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"
|
1753
1777
|
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1754
1778
|
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"
|
@@ -1757,19 +1781,21 @@ var CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref65,
|
|
1757
1781
|
if (process.env.NODE_ENV !== "production") {
|
1758
1782
|
CloudDownload.propTypes = iconPropTypes4cbeb95d.i;
|
1759
1783
|
}
|
1760
|
-
|
1761
|
-
|
1762
|
-
|
1763
|
-
size =
|
1764
|
-
rest
|
1765
|
-
|
1784
|
+
const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref66, ref) {
|
1785
|
+
let {
|
1786
|
+
children,
|
1787
|
+
size = 16,
|
1788
|
+
...rest
|
1789
|
+
} = _ref66;
|
1790
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1766
1791
|
width: size,
|
1767
1792
|
height: size,
|
1768
1793
|
ref: ref,
|
1769
1794
|
xmlns: "http://www.w3.org/2000/svg",
|
1770
1795
|
viewBox: "0 0 32 32",
|
1771
|
-
fill: "currentColor"
|
1772
|
-
|
1796
|
+
fill: "currentColor",
|
1797
|
+
...rest
|
1798
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
1773
1799
|
d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
|
1774
1800
|
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1775
1801
|
d: "M18 8H30V10H18zM18 12H24V14H18z"
|
@@ -1778,19 +1804,21 @@ var CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref66, r
|
|
1778
1804
|
if (process.env.NODE_ENV !== "production") {
|
1779
1805
|
CloudLogging.propTypes = iconPropTypes4cbeb95d.i;
|
1780
1806
|
}
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
size =
|
1785
|
-
rest
|
1786
|
-
|
1807
|
+
const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref67, ref) {
|
1808
|
+
let {
|
1809
|
+
children,
|
1810
|
+
size = 16,
|
1811
|
+
...rest
|
1812
|
+
} = _ref67;
|
1813
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1787
1814
|
width: size,
|
1788
1815
|
height: size,
|
1789
1816
|
ref: ref,
|
1790
1817
|
xmlns: "http://www.w3.org/2000/svg",
|
1791
1818
|
viewBox: "0 0 32 32",
|
1792
|
-
fill: "currentColor"
|
1793
|
-
|
1819
|
+
fill: "currentColor",
|
1820
|
+
...rest
|
1821
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1794
1822
|
d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1795
1823
|
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
1796
1824
|
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"
|
@@ -1799,38 +1827,42 @@ var CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_re
|
|
1799
1827
|
if (process.env.NODE_ENV !== "production") {
|
1800
1828
|
CloudMonitoring.propTypes = iconPropTypes4cbeb95d.i;
|
1801
1829
|
}
|
1802
|
-
|
1803
|
-
|
1804
|
-
|
1805
|
-
size =
|
1806
|
-
rest
|
1807
|
-
|
1830
|
+
const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref68, ref) {
|
1831
|
+
let {
|
1832
|
+
children,
|
1833
|
+
size = 16,
|
1834
|
+
...rest
|
1835
|
+
} = _ref68;
|
1836
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1808
1837
|
width: size,
|
1809
1838
|
height: size,
|
1810
1839
|
ref: ref,
|
1811
1840
|
xmlns: "http://www.w3.org/2000/svg",
|
1812
1841
|
viewBox: "0 0 32 32",
|
1813
|
-
fill: "currentColor"
|
1814
|
-
|
1842
|
+
fill: "currentColor",
|
1843
|
+
...rest
|
1844
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
1815
1845
|
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"
|
1816
1846
|
})), children);
|
1817
1847
|
});
|
1818
1848
|
if (process.env.NODE_ENV !== "production") {
|
1819
1849
|
CloudOffline.propTypes = iconPropTypes4cbeb95d.i;
|
1820
1850
|
}
|
1821
|
-
|
1822
|
-
|
1823
|
-
|
1824
|
-
size =
|
1825
|
-
rest
|
1826
|
-
|
1851
|
+
const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref69, ref) {
|
1852
|
+
let {
|
1853
|
+
children,
|
1854
|
+
size = 16,
|
1855
|
+
...rest
|
1856
|
+
} = _ref69;
|
1857
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1827
1858
|
width: size,
|
1828
1859
|
height: size,
|
1829
1860
|
ref: ref,
|
1830
1861
|
xmlns: "http://www.w3.org/2000/svg",
|
1831
1862
|
viewBox: "0 0 32 32",
|
1832
|
-
fill: "currentColor"
|
1833
|
-
|
1863
|
+
fill: "currentColor",
|
1864
|
+
...rest
|
1865
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
1834
1866
|
d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1835
1867
|
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
1836
1868
|
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"
|
@@ -1839,19 +1871,21 @@ var CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudService
|
|
1839
1871
|
if (process.env.NODE_ENV !== "production") {
|
1840
1872
|
CloudServiceManagement.propTypes = iconPropTypes4cbeb95d.i;
|
1841
1873
|
}
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
size =
|
1846
|
-
rest
|
1847
|
-
|
1874
|
+
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref70, ref) {
|
1875
|
+
let {
|
1876
|
+
children,
|
1877
|
+
size = 16,
|
1878
|
+
...rest
|
1879
|
+
} = _ref70;
|
1880
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1848
1881
|
width: size,
|
1849
1882
|
height: size,
|
1850
1883
|
ref: ref,
|
1851
1884
|
xmlns: "http://www.w3.org/2000/svg",
|
1852
1885
|
viewBox: "0 0 32 32",
|
1853
|
-
fill: "currentColor"
|
1854
|
-
|
1886
|
+
fill: "currentColor",
|
1887
|
+
...rest
|
1888
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
1855
1889
|
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"
|
1856
1890
|
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
1857
1891
|
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"
|
@@ -1860,38 +1894,42 @@ var CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref70, ref
|
|
1860
1894
|
if (process.env.NODE_ENV !== "production") {
|
1861
1895
|
CloudUpload.propTypes = iconPropTypes4cbeb95d.i;
|
1862
1896
|
}
|
1863
|
-
|
1864
|
-
|
1865
|
-
|
1866
|
-
size =
|
1867
|
-
rest
|
1868
|
-
|
1897
|
+
const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref71, ref) {
|
1898
|
+
let {
|
1899
|
+
children,
|
1900
|
+
size = 16,
|
1901
|
+
...rest
|
1902
|
+
} = _ref71;
|
1903
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1869
1904
|
width: size,
|
1870
1905
|
height: size,
|
1871
1906
|
ref: ref,
|
1872
1907
|
xmlns: "http://www.w3.org/2000/svg",
|
1873
1908
|
viewBox: "0 0 32 32",
|
1874
|
-
fill: "currentColor"
|
1875
|
-
|
1909
|
+
fill: "currentColor",
|
1910
|
+
...rest
|
1911
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1876
1912
|
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"
|
1877
1913
|
})), children);
|
1878
1914
|
});
|
1879
1915
|
if (process.env.NODE_ENV !== "production") {
|
1880
1916
|
CloudApp.propTypes = iconPropTypes4cbeb95d.i;
|
1881
1917
|
}
|
1882
|
-
|
1883
|
-
|
1884
|
-
|
1885
|
-
size =
|
1886
|
-
rest
|
1887
|
-
|
1918
|
+
const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref72, ref) {
|
1919
|
+
let {
|
1920
|
+
children,
|
1921
|
+
size = 16,
|
1922
|
+
...rest
|
1923
|
+
} = _ref72;
|
1924
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1888
1925
|
width: size,
|
1889
1926
|
height: size,
|
1890
1927
|
ref: ref,
|
1891
1928
|
xmlns: "http://www.w3.org/2000/svg",
|
1892
1929
|
viewBox: "0 0 32 32",
|
1893
|
-
fill: "currentColor"
|
1894
|
-
|
1930
|
+
fill: "currentColor",
|
1931
|
+
...rest
|
1932
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
1895
1933
|
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"
|
1896
1934
|
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
1897
1935
|
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"
|
@@ -1900,19 +1938,21 @@ var CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref72, r
|
|
1900
1938
|
if (process.env.NODE_ENV !== "production") {
|
1901
1939
|
CloudCeiling.propTypes = iconPropTypes4cbeb95d.i;
|
1902
1940
|
}
|
1903
|
-
|
1904
|
-
|
1905
|
-
|
1906
|
-
size =
|
1907
|
-
rest
|
1908
|
-
|
1941
|
+
const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref73, ref) {
|
1942
|
+
let {
|
1943
|
+
children,
|
1944
|
+
size = 16,
|
1945
|
+
...rest
|
1946
|
+
} = _ref73;
|
1947
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1909
1948
|
width: size,
|
1910
1949
|
height: size,
|
1911
1950
|
ref: ref,
|
1912
1951
|
xmlns: "http://www.w3.org/2000/svg",
|
1913
1952
|
viewBox: "0 0 32 32",
|
1914
|
-
fill: "currentColor"
|
1915
|
-
|
1953
|
+
fill: "currentColor",
|
1954
|
+
...rest
|
1955
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1916
1956
|
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"
|
1917
1957
|
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
1918
1958
|
d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
|
@@ -1921,38 +1961,42 @@ var CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref7
|
|
1921
1961
|
if (process.env.NODE_ENV !== "production") {
|
1922
1962
|
CloudFoundry_1.propTypes = iconPropTypes4cbeb95d.i;
|
1923
1963
|
}
|
1924
|
-
|
1925
|
-
|
1926
|
-
|
1927
|
-
size =
|
1928
|
-
rest
|
1929
|
-
|
1964
|
+
const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref74, ref) {
|
1965
|
+
let {
|
1966
|
+
children,
|
1967
|
+
size = 16,
|
1968
|
+
...rest
|
1969
|
+
} = _ref74;
|
1970
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1930
1971
|
width: size,
|
1931
1972
|
height: size,
|
1932
1973
|
ref: ref,
|
1933
1974
|
xmlns: "http://www.w3.org/2000/svg",
|
1934
1975
|
viewBox: "0 0 32 32",
|
1935
|
-
fill: "currentColor"
|
1936
|
-
|
1976
|
+
fill: "currentColor",
|
1977
|
+
...rest
|
1978
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
1937
1979
|
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"
|
1938
1980
|
})), children);
|
1939
1981
|
});
|
1940
1982
|
if (process.env.NODE_ENV !== "production") {
|
1941
1983
|
CloudFoundry_2.propTypes = iconPropTypes4cbeb95d.i;
|
1942
1984
|
}
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1946
|
-
size =
|
1947
|
-
rest
|
1948
|
-
|
1985
|
+
const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref75, ref) {
|
1986
|
+
let {
|
1987
|
+
children,
|
1988
|
+
size = 16,
|
1989
|
+
...rest
|
1990
|
+
} = _ref75;
|
1991
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1949
1992
|
width: size,
|
1950
1993
|
height: size,
|
1951
1994
|
ref: ref,
|
1952
1995
|
xmlns: "http://www.w3.org/2000/svg",
|
1953
1996
|
viewBox: "0 0 32 32",
|
1954
|
-
fill: "currentColor"
|
1955
|
-
|
1997
|
+
fill: "currentColor",
|
1998
|
+
...rest
|
1999
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
1956
2000
|
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"
|
1957
2001
|
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
1958
2002
|
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"
|
@@ -1961,19 +2005,21 @@ var CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref75,
|
|
1961
2005
|
if (process.env.NODE_ENV !== "production") {
|
1962
2006
|
CloudRegistry.propTypes = iconPropTypes4cbeb95d.i;
|
1963
2007
|
}
|
1964
|
-
|
1965
|
-
|
1966
|
-
|
1967
|
-
size =
|
1968
|
-
rest
|
1969
|
-
|
2008
|
+
const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref76, ref) {
|
2009
|
+
let {
|
2010
|
+
children,
|
2011
|
+
size = 16,
|
2012
|
+
...rest
|
2013
|
+
} = _ref76;
|
2014
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1970
2015
|
width: size,
|
1971
2016
|
height: size,
|
1972
2017
|
ref: ref,
|
1973
2018
|
xmlns: "http://www.w3.org/2000/svg",
|
1974
2019
|
viewBox: "0 0 32 32",
|
1975
|
-
fill: "currentColor"
|
1976
|
-
|
2020
|
+
fill: "currentColor",
|
2021
|
+
...rest
|
2022
|
+
}, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
1977
2023
|
cx: "9",
|
1978
2024
|
cy: "20",
|
1979
2025
|
r: "2"
|
@@ -1990,19 +2036,21 @@ var CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref7
|
|
1990
2036
|
if (process.env.NODE_ENV !== "production") {
|
1991
2037
|
CloudSatellite.propTypes = iconPropTypes4cbeb95d.i;
|
1992
2038
|
}
|
1993
|
-
|
1994
|
-
|
1995
|
-
|
1996
|
-
size =
|
1997
|
-
rest
|
1998
|
-
|
2039
|
+
const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref77, ref) {
|
2040
|
+
let {
|
2041
|
+
children,
|
2042
|
+
size = 16,
|
2043
|
+
...rest
|
2044
|
+
} = _ref77;
|
2045
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1999
2046
|
width: size,
|
2000
2047
|
height: size,
|
2001
2048
|
ref: ref,
|
2002
2049
|
xmlns: "http://www.w3.org/2000/svg",
|
2003
2050
|
viewBox: "0 0 32 32",
|
2004
|
-
fill: "currentColor"
|
2005
|
-
|
2051
|
+
fill: "currentColor",
|
2052
|
+
...rest
|
2053
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
2006
2054
|
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"
|
2007
2055
|
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
2008
2056
|
cx: "7",
|
@@ -2021,19 +2069,21 @@ var CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatellite
|
|
2021
2069
|
if (process.env.NODE_ENV !== "production") {
|
2022
2070
|
CloudSatelliteConfig.propTypes = iconPropTypes4cbeb95d.i;
|
2023
2071
|
}
|
2024
|
-
|
2025
|
-
|
2026
|
-
|
2027
|
-
size =
|
2028
|
-
rest
|
2029
|
-
|
2072
|
+
const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref78, ref) {
|
2073
|
+
let {
|
2074
|
+
children,
|
2075
|
+
size = 16,
|
2076
|
+
...rest
|
2077
|
+
} = _ref78;
|
2078
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2030
2079
|
width: size,
|
2031
2080
|
height: size,
|
2032
2081
|
ref: ref,
|
2033
2082
|
xmlns: "http://www.w3.org/2000/svg",
|
2034
2083
|
viewBox: "0 0 32 32",
|
2035
|
-
fill: "currentColor"
|
2036
|
-
|
2084
|
+
fill: "currentColor",
|
2085
|
+
...rest
|
2086
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
2037
2087
|
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"
|
2038
2088
|
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
2039
2089
|
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"
|
@@ -2054,19 +2104,21 @@ var CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLi
|
|
2054
2104
|
if (process.env.NODE_ENV !== "production") {
|
2055
2105
|
CloudSatelliteLink.propTypes = iconPropTypes4cbeb95d.i;
|
2056
2106
|
}
|
2057
|
-
|
2058
|
-
|
2059
|
-
|
2060
|
-
size =
|
2061
|
-
rest
|
2062
|
-
|
2107
|
+
const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref79, ref) {
|
2108
|
+
let {
|
2109
|
+
children,
|
2110
|
+
size = 16,
|
2111
|
+
...rest
|
2112
|
+
} = _ref79;
|
2113
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2063
2114
|
width: size,
|
2064
2115
|
height: size,
|
2065
2116
|
ref: ref,
|
2066
2117
|
xmlns: "http://www.w3.org/2000/svg",
|
2067
2118
|
viewBox: "0 0 32 32",
|
2068
|
-
fill: "currentColor"
|
2069
|
-
|
2119
|
+
fill: "currentColor",
|
2120
|
+
...rest
|
2121
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
2070
2122
|
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"
|
2071
2123
|
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
2072
2124
|
cx: "7",
|
@@ -2085,19 +2137,21 @@ var CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelli
|
|
2085
2137
|
if (process.env.NODE_ENV !== "production") {
|
2086
2138
|
CloudSatelliteServices.propTypes = iconPropTypes4cbeb95d.i;
|
2087
2139
|
}
|
2088
|
-
|
2089
|
-
|
2090
|
-
|
2091
|
-
size =
|
2092
|
-
rest
|
2093
|
-
|
2140
|
+
const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref80, ref) {
|
2141
|
+
let {
|
2142
|
+
children,
|
2143
|
+
size = 16,
|
2144
|
+
...rest
|
2145
|
+
} = _ref80;
|
2146
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2094
2147
|
width: size,
|
2095
2148
|
height: size,
|
2096
2149
|
ref: ref,
|
2097
2150
|
xmlns: "http://www.w3.org/2000/svg",
|
2098
2151
|
viewBox: "0 0 32 32",
|
2099
|
-
fill: "currentColor"
|
2100
|
-
|
2152
|
+
fill: "currentColor",
|
2153
|
+
...rest
|
2154
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
2101
2155
|
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"
|
2102
2156
|
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2103
2157
|
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"
|
@@ -2106,57 +2160,63 @@ var CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref80,
|
|
2106
2160
|
if (process.env.NODE_ENV !== "production") {
|
2107
2161
|
CloudServices.propTypes = iconPropTypes4cbeb95d.i;
|
2108
2162
|
}
|
2109
|
-
|
2110
|
-
|
2111
|
-
|
2112
|
-
size =
|
2113
|
-
rest
|
2114
|
-
|
2163
|
+
const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref81, ref) {
|
2164
|
+
let {
|
2165
|
+
children,
|
2166
|
+
size = 16,
|
2167
|
+
...rest
|
2168
|
+
} = _ref81;
|
2169
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2115
2170
|
width: size,
|
2116
2171
|
height: size,
|
2117
2172
|
ref: ref,
|
2118
2173
|
xmlns: "http://www.w3.org/2000/svg",
|
2119
2174
|
viewBox: "0 0 32 32",
|
2120
|
-
fill: "currentColor"
|
2121
|
-
|
2175
|
+
fill: "currentColor",
|
2176
|
+
...rest
|
2177
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
2122
2178
|
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"
|
2123
2179
|
})), children);
|
2124
2180
|
});
|
2125
2181
|
if (process.env.NODE_ENV !== "production") {
|
2126
2182
|
Cloudy.propTypes = iconPropTypes4cbeb95d.i;
|
2127
2183
|
}
|
2128
|
-
|
2129
|
-
|
2130
|
-
|
2131
|
-
size =
|
2132
|
-
rest
|
2133
|
-
|
2184
|
+
const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref82, ref) {
|
2185
|
+
let {
|
2186
|
+
children,
|
2187
|
+
size = 16,
|
2188
|
+
...rest
|
2189
|
+
} = _ref82;
|
2190
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2134
2191
|
width: size,
|
2135
2192
|
height: size,
|
2136
2193
|
ref: ref,
|
2137
2194
|
xmlns: "http://www.w3.org/2000/svg",
|
2138
2195
|
viewBox: "0 0 32 32",
|
2139
|
-
fill: "currentColor"
|
2140
|
-
|
2196
|
+
fill: "currentColor",
|
2197
|
+
...rest
|
2198
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
2141
2199
|
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"
|
2142
2200
|
})), children);
|
2143
2201
|
});
|
2144
2202
|
if (process.env.NODE_ENV !== "production") {
|
2145
2203
|
WatsonHealthCobbAngle.propTypes = iconPropTypes4cbeb95d.i;
|
2146
2204
|
}
|
2147
|
-
|
2148
|
-
|
2149
|
-
|
2150
|
-
size =
|
2151
|
-
rest
|
2152
|
-
|
2205
|
+
const Code = /*#__PURE__*/React.forwardRef(function Code(_ref83, ref) {
|
2206
|
+
let {
|
2207
|
+
children,
|
2208
|
+
size = 16,
|
2209
|
+
...rest
|
2210
|
+
} = _ref83;
|
2211
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2153
2212
|
width: size,
|
2154
2213
|
height: size,
|
2155
2214
|
ref: ref,
|
2156
2215
|
xmlns: "http://www.w3.org/2000/svg",
|
2157
2216
|
viewBox: "0 0 32 32",
|
2158
|
-
fill: "currentColor"
|
2159
|
-
|
2217
|
+
fill: "currentColor",
|
2218
|
+
...rest
|
2219
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2160
2220
|
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"
|
2161
2221
|
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
2162
2222
|
d: "M5.91 15H26.080000000000002V17H5.91z",
|
@@ -2166,38 +2226,42 @@ var Code = /*#__PURE__*/React.forwardRef(function Code(_ref83, ref) {
|
|
2166
2226
|
if (process.env.NODE_ENV !== "production") {
|
2167
2227
|
Code.propTypes = iconPropTypes4cbeb95d.i;
|
2168
2228
|
}
|
2169
|
-
|
2170
|
-
|
2171
|
-
|
2172
|
-
size =
|
2173
|
-
rest
|
2174
|
-
|
2229
|
+
const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref84, ref) {
|
2230
|
+
let {
|
2231
|
+
children,
|
2232
|
+
size = 16,
|
2233
|
+
...rest
|
2234
|
+
} = _ref84;
|
2235
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2175
2236
|
width: size,
|
2176
2237
|
height: size,
|
2177
2238
|
ref: ref,
|
2178
2239
|
xmlns: "http://www.w3.org/2000/svg",
|
2179
2240
|
viewBox: "0 0 32 32",
|
2180
|
-
fill: "currentColor"
|
2181
|
-
|
2241
|
+
fill: "currentColor",
|
2242
|
+
...rest
|
2243
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2182
2244
|
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"
|
2183
2245
|
})), children);
|
2184
2246
|
});
|
2185
2247
|
if (process.env.NODE_ENV !== "production") {
|
2186
2248
|
CodeHide.propTypes = iconPropTypes4cbeb95d.i;
|
2187
2249
|
}
|
2188
|
-
|
2189
|
-
|
2190
|
-
|
2191
|
-
size =
|
2192
|
-
rest
|
2193
|
-
|
2250
|
+
const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref85, ref) {
|
2251
|
+
let {
|
2252
|
+
children,
|
2253
|
+
size = 16,
|
2254
|
+
...rest
|
2255
|
+
} = _ref85;
|
2256
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2194
2257
|
width: size,
|
2195
2258
|
height: size,
|
2196
2259
|
ref: ref,
|
2197
2260
|
xmlns: "http://www.w3.org/2000/svg",
|
2198
2261
|
viewBox: "0 0 32 32",
|
2199
|
-
fill: "currentColor"
|
2200
|
-
|
2262
|
+
fill: "currentColor",
|
2263
|
+
...rest
|
2264
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
2201
2265
|
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"
|
2202
2266
|
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2203
2267
|
d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
|
@@ -2209,19 +2273,21 @@ var CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref85,
|
|
2209
2273
|
if (process.env.NODE_ENV !== "production") {
|
2210
2274
|
CodeReference.propTypes = iconPropTypes4cbeb95d.i;
|
2211
2275
|
}
|
2212
|
-
|
2213
|
-
|
2214
|
-
|
2215
|
-
size =
|
2216
|
-
rest
|
2217
|
-
|
2276
|
+
const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref86, ref) {
|
2277
|
+
let {
|
2278
|
+
children,
|
2279
|
+
size = 16,
|
2280
|
+
...rest
|
2281
|
+
} = _ref86;
|
2282
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2218
2283
|
width: size,
|
2219
2284
|
height: size,
|
2220
2285
|
ref: ref,
|
2221
2286
|
xmlns: "http://www.w3.org/2000/svg",
|
2222
2287
|
viewBox: "0 0 32 32",
|
2223
|
-
fill: "currentColor"
|
2224
|
-
|
2288
|
+
fill: "currentColor",
|
2289
|
+
...rest
|
2290
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2225
2291
|
strokeWidth: "0",
|
2226
2292
|
d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
|
2227
2293
|
})), children);
|
@@ -2229,19 +2295,21 @@ var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref86, ref) {
|
|
2229
2295
|
if (process.env.NODE_ENV !== "production") {
|
2230
2296
|
CodeBlock.propTypes = iconPropTypes4cbeb95d.i;
|
2231
2297
|
}
|
2232
|
-
|
2233
|
-
|
2234
|
-
|
2235
|
-
size =
|
2236
|
-
rest
|
2237
|
-
|
2298
|
+
const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref87, ref) {
|
2299
|
+
let {
|
2300
|
+
children,
|
2301
|
+
size = 16,
|
2302
|
+
...rest
|
2303
|
+
} = _ref87;
|
2304
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2238
2305
|
width: size,
|
2239
2306
|
height: size,
|
2240
2307
|
ref: ref,
|
2241
2308
|
xmlns: "http://www.w3.org/2000/svg",
|
2242
2309
|
viewBox: "0 0 32 32",
|
2243
|
-
fill: "currentColor"
|
2244
|
-
|
2310
|
+
fill: "currentColor",
|
2311
|
+
...rest
|
2312
|
+
}, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
2245
2313
|
cx: "25",
|
2246
2314
|
cy: "20",
|
2247
2315
|
r: "1"
|
@@ -2252,57 +2320,63 @@ var CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningServi
|
|
2252
2320
|
if (process.env.NODE_ENV !== "production") {
|
2253
2321
|
CodeSigningService.propTypes = iconPropTypes4cbeb95d.i;
|
2254
2322
|
}
|
2255
|
-
|
2256
|
-
|
2257
|
-
|
2258
|
-
size =
|
2259
|
-
rest
|
2260
|
-
|
2323
|
+
const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref88, ref) {
|
2324
|
+
let {
|
2325
|
+
children,
|
2326
|
+
size = 16,
|
2327
|
+
...rest
|
2328
|
+
} = _ref88;
|
2329
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2261
2330
|
width: size,
|
2262
2331
|
height: size,
|
2263
2332
|
ref: ref,
|
2264
2333
|
xmlns: "http://www.w3.org/2000/svg",
|
2265
2334
|
viewBox: "0 0 32 32",
|
2266
|
-
fill: "currentColor"
|
2267
|
-
|
2335
|
+
fill: "currentColor",
|
2336
|
+
...rest
|
2337
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2268
2338
|
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"
|
2269
2339
|
})), children);
|
2270
2340
|
});
|
2271
2341
|
if (process.env.NODE_ENV !== "production") {
|
2272
2342
|
Cognitive.propTypes = iconPropTypes4cbeb95d.i;
|
2273
2343
|
}
|
2274
|
-
|
2275
|
-
|
2276
|
-
|
2277
|
-
size =
|
2278
|
-
rest
|
2279
|
-
|
2344
|
+
const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref89, ref) {
|
2345
|
+
let {
|
2346
|
+
children,
|
2347
|
+
size = 16,
|
2348
|
+
...rest
|
2349
|
+
} = _ref89;
|
2350
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2280
2351
|
width: size,
|
2281
2352
|
height: size,
|
2282
2353
|
ref: ref,
|
2283
2354
|
xmlns: "http://www.w3.org/2000/svg",
|
2284
2355
|
viewBox: "0 0 32 32",
|
2285
|
-
fill: "currentColor"
|
2286
|
-
|
2356
|
+
fill: "currentColor",
|
2357
|
+
...rest
|
2358
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
2287
2359
|
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"
|
2288
2360
|
})), children);
|
2289
2361
|
});
|
2290
2362
|
if (process.env.NODE_ENV !== "production") {
|
2291
2363
|
Collaborate.propTypes = iconPropTypes4cbeb95d.i;
|
2292
2364
|
}
|
2293
|
-
|
2294
|
-
|
2295
|
-
|
2296
|
-
size =
|
2297
|
-
rest
|
2298
|
-
|
2365
|
+
const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref90, ref) {
|
2366
|
+
let {
|
2367
|
+
children,
|
2368
|
+
size = 16,
|
2369
|
+
...rest
|
2370
|
+
} = _ref90;
|
2371
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2299
2372
|
width: size,
|
2300
2373
|
height: size,
|
2301
2374
|
ref: ref,
|
2302
2375
|
xmlns: "http://www.w3.org/2000/svg",
|
2303
2376
|
viewBox: "0 0 32 32",
|
2304
|
-
fill: "currentColor"
|
2305
|
-
|
2377
|
+
fill: "currentColor",
|
2378
|
+
...rest
|
2379
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
2306
2380
|
d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
|
2307
2381
|
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
2308
2382
|
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
@@ -2313,38 +2387,42 @@ var CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref90, ref
|
|
2313
2387
|
if (process.env.NODE_ENV !== "production") {
|
2314
2388
|
CollapseAll.propTypes = iconPropTypes4cbeb95d.i;
|
2315
2389
|
}
|
2316
|
-
|
2317
|
-
|
2318
|
-
|
2319
|
-
size =
|
2320
|
-
rest
|
2321
|
-
|
2390
|
+
const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref91, ref) {
|
2391
|
+
let {
|
2392
|
+
children,
|
2393
|
+
size = 16,
|
2394
|
+
...rest
|
2395
|
+
} = _ref91;
|
2396
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2322
2397
|
width: size,
|
2323
2398
|
height: size,
|
2324
2399
|
ref: ref,
|
2325
2400
|
xmlns: "http://www.w3.org/2000/svg",
|
2326
2401
|
viewBox: "0 0 32 32",
|
2327
|
-
fill: "currentColor"
|
2328
|
-
|
2402
|
+
fill: "currentColor",
|
2403
|
+
...rest
|
2404
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
2329
2405
|
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"
|
2330
2406
|
})), children);
|
2331
2407
|
});
|
2332
2408
|
if (process.env.NODE_ENV !== "production") {
|
2333
2409
|
CollapseCategories.propTypes = iconPropTypes4cbeb95d.i;
|
2334
2410
|
}
|
2335
|
-
|
2336
|
-
|
2337
|
-
|
2338
|
-
size =
|
2339
|
-
rest
|
2340
|
-
|
2411
|
+
const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref92, ref) {
|
2412
|
+
let {
|
2413
|
+
children,
|
2414
|
+
size = 16,
|
2415
|
+
...rest
|
2416
|
+
} = _ref92;
|
2417
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2341
2418
|
width: size,
|
2342
2419
|
height: size,
|
2343
2420
|
ref: ref,
|
2344
2421
|
xmlns: "http://www.w3.org/2000/svg",
|
2345
2422
|
viewBox: "0 0 32 32",
|
2346
|
-
fill: "currentColor"
|
2347
|
-
|
2423
|
+
fill: "currentColor",
|
2424
|
+
...rest
|
2425
|
+
}, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
2348
2426
|
cx: "10",
|
2349
2427
|
cy: "12",
|
2350
2428
|
r: "2"
|
@@ -2371,57 +2449,63 @@ var ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref92, r
|
|
2371
2449
|
if (process.env.NODE_ENV !== "production") {
|
2372
2450
|
ColorPalette.propTypes = iconPropTypes4cbeb95d.i;
|
2373
2451
|
}
|
2374
|
-
|
2375
|
-
|
2376
|
-
|
2377
|
-
size =
|
2378
|
-
rest
|
2379
|
-
|
2452
|
+
const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref93, ref) {
|
2453
|
+
let {
|
2454
|
+
children,
|
2455
|
+
size = 16,
|
2456
|
+
...rest
|
2457
|
+
} = _ref93;
|
2458
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2380
2459
|
width: size,
|
2381
2460
|
height: size,
|
2382
2461
|
ref: ref,
|
2383
2462
|
xmlns: "http://www.w3.org/2000/svg",
|
2384
2463
|
viewBox: "0 0 32 32",
|
2385
|
-
fill: "currentColor"
|
2386
|
-
|
2464
|
+
fill: "currentColor",
|
2465
|
+
...rest
|
2466
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
2387
2467
|
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"
|
2388
2468
|
})), children);
|
2389
2469
|
});
|
2390
2470
|
if (process.env.NODE_ENV !== "production") {
|
2391
2471
|
ColorSwitch.propTypes = iconPropTypes4cbeb95d.i;
|
2392
2472
|
}
|
2393
|
-
|
2394
|
-
|
2395
|
-
|
2396
|
-
size =
|
2397
|
-
rest
|
2398
|
-
|
2473
|
+
const Column = /*#__PURE__*/React.forwardRef(function Column(_ref94, ref) {
|
2474
|
+
let {
|
2475
|
+
children,
|
2476
|
+
size = 16,
|
2477
|
+
...rest
|
2478
|
+
} = _ref94;
|
2479
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2399
2480
|
width: size,
|
2400
2481
|
height: size,
|
2401
2482
|
ref: ref,
|
2402
2483
|
xmlns: "http://www.w3.org/2000/svg",
|
2403
2484
|
viewBox: "0 0 32 32",
|
2404
|
-
fill: "currentColor"
|
2405
|
-
|
2485
|
+
fill: "currentColor",
|
2486
|
+
...rest
|
2487
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
2406
2488
|
d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
|
2407
2489
|
})), children);
|
2408
2490
|
});
|
2409
2491
|
if (process.env.NODE_ENV !== "production") {
|
2410
2492
|
Column.propTypes = iconPropTypes4cbeb95d.i;
|
2411
2493
|
}
|
2412
|
-
|
2413
|
-
|
2414
|
-
|
2415
|
-
size =
|
2416
|
-
rest
|
2417
|
-
|
2494
|
+
const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref95, ref) {
|
2495
|
+
let {
|
2496
|
+
children,
|
2497
|
+
size = 16,
|
2498
|
+
...rest
|
2499
|
+
} = _ref95;
|
2500
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2418
2501
|
width: size,
|
2419
2502
|
height: size,
|
2420
2503
|
ref: ref,
|
2421
2504
|
xmlns: "http://www.w3.org/2000/svg",
|
2422
2505
|
viewBox: "0 0 32 32",
|
2423
|
-
fill: "currentColor"
|
2424
|
-
|
2506
|
+
fill: "currentColor",
|
2507
|
+
...rest
|
2508
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
2425
2509
|
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"
|
2426
2510
|
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
2427
2511
|
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"
|
@@ -2430,114 +2514,126 @@ var ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref95, r
|
|
2430
2514
|
if (process.env.NODE_ENV !== "production") {
|
2431
2515
|
ColumnDelete.propTypes = iconPropTypes4cbeb95d.i;
|
2432
2516
|
}
|
2433
|
-
|
2434
|
-
|
2435
|
-
|
2436
|
-
size =
|
2437
|
-
rest
|
2438
|
-
|
2517
|
+
const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref96, ref) {
|
2518
|
+
let {
|
2519
|
+
children,
|
2520
|
+
size = 16,
|
2521
|
+
...rest
|
2522
|
+
} = _ref96;
|
2523
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2439
2524
|
width: size,
|
2440
2525
|
height: size,
|
2441
2526
|
ref: ref,
|
2442
2527
|
xmlns: "http://www.w3.org/2000/svg",
|
2443
2528
|
viewBox: "0 0 32 32",
|
2444
|
-
fill: "currentColor"
|
2445
|
-
|
2529
|
+
fill: "currentColor",
|
2530
|
+
...rest
|
2531
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2446
2532
|
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"
|
2447
2533
|
})), children);
|
2448
2534
|
});
|
2449
2535
|
if (process.env.NODE_ENV !== "production") {
|
2450
2536
|
ColumnInsert.propTypes = iconPropTypes4cbeb95d.i;
|
2451
2537
|
}
|
2452
|
-
|
2453
|
-
|
2454
|
-
|
2455
|
-
size =
|
2456
|
-
rest
|
2457
|
-
|
2538
|
+
const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref97, ref) {
|
2539
|
+
let {
|
2540
|
+
children,
|
2541
|
+
size = 16,
|
2542
|
+
...rest
|
2543
|
+
} = _ref97;
|
2544
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2458
2545
|
width: size,
|
2459
2546
|
height: size,
|
2460
2547
|
ref: ref,
|
2461
2548
|
xmlns: "http://www.w3.org/2000/svg",
|
2462
2549
|
viewBox: "0 0 32 32",
|
2463
|
-
fill: "currentColor"
|
2464
|
-
|
2550
|
+
fill: "currentColor",
|
2551
|
+
...rest
|
2552
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2465
2553
|
d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
|
2466
2554
|
})), children);
|
2467
2555
|
});
|
2468
2556
|
if (process.env.NODE_ENV !== "production") {
|
2469
2557
|
ColumnDependency.propTypes = iconPropTypes4cbeb95d.i;
|
2470
2558
|
}
|
2471
|
-
|
2472
|
-
|
2473
|
-
|
2474
|
-
size =
|
2475
|
-
rest
|
2476
|
-
|
2559
|
+
const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref98, ref) {
|
2560
|
+
let {
|
2561
|
+
children,
|
2562
|
+
size = 16,
|
2563
|
+
...rest
|
2564
|
+
} = _ref98;
|
2565
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2477
2566
|
width: size,
|
2478
2567
|
height: size,
|
2479
2568
|
ref: ref,
|
2480
2569
|
xmlns: "http://www.w3.org/2000/svg",
|
2481
2570
|
viewBox: "0 0 32 32",
|
2482
|
-
fill: "currentColor"
|
2483
|
-
|
2571
|
+
fill: "currentColor",
|
2572
|
+
...rest
|
2573
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
2484
2574
|
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"
|
2485
2575
|
})), children);
|
2486
2576
|
});
|
2487
2577
|
if (process.env.NODE_ENV !== "production") {
|
2488
2578
|
Commit.propTypes = iconPropTypes4cbeb95d.i;
|
2489
2579
|
}
|
2490
|
-
|
2491
|
-
|
2492
|
-
|
2493
|
-
size =
|
2494
|
-
rest
|
2495
|
-
|
2580
|
+
const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref99, ref) {
|
2581
|
+
let {
|
2582
|
+
children,
|
2583
|
+
size = 16,
|
2584
|
+
...rest
|
2585
|
+
} = _ref99;
|
2586
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2496
2587
|
width: size,
|
2497
2588
|
height: size,
|
2498
2589
|
ref: ref,
|
2499
2590
|
xmlns: "http://www.w3.org/2000/svg",
|
2500
2591
|
viewBox: "0 0 32 32",
|
2501
|
-
fill: "currentColor"
|
2502
|
-
|
2592
|
+
fill: "currentColor",
|
2593
|
+
...rest
|
2594
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
2503
2595
|
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"
|
2504
2596
|
})), children);
|
2505
2597
|
});
|
2506
2598
|
if (process.env.NODE_ENV !== "production") {
|
2507
2599
|
CommunicationUnified.propTypes = iconPropTypes4cbeb95d.i;
|
2508
2600
|
}
|
2509
|
-
|
2510
|
-
|
2511
|
-
|
2512
|
-
size =
|
2513
|
-
rest
|
2514
|
-
|
2601
|
+
const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref100, ref) {
|
2602
|
+
let {
|
2603
|
+
children,
|
2604
|
+
size = 16,
|
2605
|
+
...rest
|
2606
|
+
} = _ref100;
|
2607
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2515
2608
|
width: size,
|
2516
2609
|
height: size,
|
2517
2610
|
ref: ref,
|
2518
2611
|
xmlns: "http://www.w3.org/2000/svg",
|
2519
2612
|
viewBox: "0 0 32 32",
|
2520
|
-
fill: "currentColor"
|
2521
|
-
|
2613
|
+
fill: "currentColor",
|
2614
|
+
...rest
|
2615
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
2522
2616
|
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"
|
2523
2617
|
})), children);
|
2524
2618
|
});
|
2525
2619
|
if (process.env.NODE_ENV !== "production") {
|
2526
2620
|
Compare.propTypes = iconPropTypes4cbeb95d.i;
|
2527
2621
|
}
|
2528
|
-
|
2529
|
-
|
2530
|
-
|
2531
|
-
size =
|
2532
|
-
rest
|
2533
|
-
|
2622
|
+
const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref101, ref) {
|
2623
|
+
let {
|
2624
|
+
children,
|
2625
|
+
size = 16,
|
2626
|
+
...rest
|
2627
|
+
} = _ref101;
|
2628
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2534
2629
|
width: size,
|
2535
2630
|
height: size,
|
2536
2631
|
ref: ref,
|
2537
2632
|
xmlns: "http://www.w3.org/2000/svg",
|
2538
2633
|
viewBox: "0 0 32 32",
|
2539
|
-
fill: "currentColor"
|
2540
|
-
|
2634
|
+
fill: "currentColor",
|
2635
|
+
...rest
|
2636
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
2541
2637
|
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"
|
2542
2638
|
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
2543
2639
|
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"
|
@@ -2550,57 +2646,63 @@ var Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref101, ref) {
|
|
2550
2646
|
if (process.env.NODE_ENV !== "production") {
|
2551
2647
|
Compass.propTypes = iconPropTypes4cbeb95d.i;
|
2552
2648
|
}
|
2553
|
-
|
2554
|
-
|
2555
|
-
|
2556
|
-
size =
|
2557
|
-
rest
|
2558
|
-
|
2649
|
+
const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref102, ref) {
|
2650
|
+
let {
|
2651
|
+
children,
|
2652
|
+
size = 16,
|
2653
|
+
...rest
|
2654
|
+
} = _ref102;
|
2655
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2559
2656
|
width: size,
|
2560
2657
|
height: size,
|
2561
2658
|
ref: ref,
|
2562
2659
|
xmlns: "http://www.w3.org/2000/svg",
|
2563
2660
|
viewBox: "0 0 32 32",
|
2564
|
-
fill: "currentColor"
|
2565
|
-
|
2661
|
+
fill: "currentColor",
|
2662
|
+
...rest
|
2663
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
2566
2664
|
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"
|
2567
2665
|
})), children);
|
2568
2666
|
});
|
2569
2667
|
if (process.env.NODE_ENV !== "production") {
|
2570
2668
|
QComposerEdit.propTypes = iconPropTypes4cbeb95d.i;
|
2571
2669
|
}
|
2572
|
-
|
2573
|
-
|
2574
|
-
|
2575
|
-
size =
|
2576
|
-
rest
|
2577
|
-
|
2670
|
+
const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref103, ref) {
|
2671
|
+
let {
|
2672
|
+
children,
|
2673
|
+
size = 16,
|
2674
|
+
...rest
|
2675
|
+
} = _ref103;
|
2676
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2578
2677
|
width: size,
|
2579
2678
|
height: size,
|
2580
2679
|
ref: ref,
|
2581
2680
|
xmlns: "http://www.w3.org/2000/svg",
|
2582
2681
|
viewBox: "0 0 32 32",
|
2583
|
-
fill: "currentColor"
|
2584
|
-
|
2682
|
+
fill: "currentColor",
|
2683
|
+
...rest
|
2684
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
2585
2685
|
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"
|
2586
2686
|
})), children);
|
2587
2687
|
});
|
2588
2688
|
if (process.env.NODE_ENV !== "production") {
|
2589
2689
|
Concept.propTypes = iconPropTypes4cbeb95d.i;
|
2590
2690
|
}
|
2591
|
-
|
2592
|
-
|
2593
|
-
|
2594
|
-
size =
|
2595
|
-
rest
|
2596
|
-
|
2691
|
+
const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref104, ref) {
|
2692
|
+
let {
|
2693
|
+
children,
|
2694
|
+
size = 16,
|
2695
|
+
...rest
|
2696
|
+
} = _ref104;
|
2697
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2597
2698
|
width: size,
|
2598
2699
|
height: size,
|
2599
2700
|
ref: ref,
|
2600
2701
|
xmlns: "http://www.w3.org/2000/svg",
|
2601
2702
|
viewBox: "0 0 32 32",
|
2602
|
-
fill: "currentColor"
|
2603
|
-
|
2703
|
+
fill: "currentColor",
|
2704
|
+
...rest
|
2705
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
2604
2706
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2605
2707
|
transform: "rotate(-45 16 16)"
|
2606
2708
|
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
@@ -2610,19 +2712,21 @@ var ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref1
|
|
2610
2712
|
if (process.env.NODE_ENV !== "production") {
|
2611
2713
|
ConditionPoint.propTypes = iconPropTypes4cbeb95d.i;
|
2612
2714
|
}
|
2613
|
-
|
2614
|
-
|
2615
|
-
|
2616
|
-
size =
|
2617
|
-
rest
|
2618
|
-
|
2715
|
+
const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref105, ref) {
|
2716
|
+
let {
|
2717
|
+
children,
|
2718
|
+
size = 16,
|
2719
|
+
...rest
|
2720
|
+
} = _ref105;
|
2721
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2619
2722
|
width: size,
|
2620
2723
|
height: size,
|
2621
2724
|
ref: ref,
|
2622
2725
|
xmlns: "http://www.w3.org/2000/svg",
|
2623
2726
|
viewBox: "0 0 32 32",
|
2624
|
-
fill: "currentColor"
|
2625
|
-
|
2727
|
+
fill: "currentColor",
|
2728
|
+
...rest
|
2729
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
2626
2730
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2627
2731
|
transform: "rotate(-45 16 16)"
|
2628
2732
|
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
@@ -2632,19 +2736,21 @@ var ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoi
|
|
2632
2736
|
if (process.env.NODE_ENV !== "production") {
|
2633
2737
|
ConditionWaitPoint.propTypes = iconPropTypes4cbeb95d.i;
|
2634
2738
|
}
|
2635
|
-
|
2636
|
-
|
2637
|
-
|
2638
|
-
size =
|
2639
|
-
rest
|
2640
|
-
|
2739
|
+
const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref106, ref) {
|
2740
|
+
let {
|
2741
|
+
children,
|
2742
|
+
size = 16,
|
2743
|
+
...rest
|
2744
|
+
} = _ref106;
|
2745
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2641
2746
|
width: size,
|
2642
2747
|
height: size,
|
2643
2748
|
ref: ref,
|
2644
2749
|
xmlns: "http://www.w3.org/2000/svg",
|
2645
2750
|
viewBox: "0 0 32 32",
|
2646
|
-
fill: "currentColor"
|
2647
|
-
|
2751
|
+
fill: "currentColor",
|
2752
|
+
...rest
|
2753
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
2648
2754
|
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",
|
2649
2755
|
transform: "translate(0 .01)"
|
2650
2756
|
})), children);
|
@@ -2652,38 +2758,42 @@ var Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref106, ref) {
|
|
2652
2758
|
if (process.env.NODE_ENV !== "production") {
|
2653
2759
|
Connect.propTypes = iconPropTypes4cbeb95d.i;
|
2654
2760
|
}
|
2655
|
-
|
2656
|
-
|
2657
|
-
|
2658
|
-
size =
|
2659
|
-
rest
|
2660
|
-
|
2761
|
+
const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref107, ref) {
|
2762
|
+
let {
|
2763
|
+
children,
|
2764
|
+
size = 16,
|
2765
|
+
...rest
|
2766
|
+
} = _ref107;
|
2767
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2661
2768
|
width: size,
|
2662
2769
|
height: size,
|
2663
2770
|
ref: ref,
|
2664
2771
|
xmlns: "http://www.w3.org/2000/svg",
|
2665
2772
|
viewBox: "0 0 32 32",
|
2666
|
-
fill: "currentColor"
|
2667
|
-
|
2773
|
+
fill: "currentColor",
|
2774
|
+
...rest
|
2775
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
2668
2776
|
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"
|
2669
2777
|
})), children);
|
2670
2778
|
});
|
2671
2779
|
if (process.env.NODE_ENV !== "production") {
|
2672
2780
|
ConnectRecursive.propTypes = iconPropTypes4cbeb95d.i;
|
2673
2781
|
}
|
2674
|
-
|
2675
|
-
|
2676
|
-
|
2677
|
-
size =
|
2678
|
-
rest
|
2679
|
-
|
2782
|
+
const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref108, ref) {
|
2783
|
+
let {
|
2784
|
+
children,
|
2785
|
+
size = 16,
|
2786
|
+
...rest
|
2787
|
+
} = _ref108;
|
2788
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2680
2789
|
width: size,
|
2681
2790
|
height: size,
|
2682
2791
|
ref: ref,
|
2683
2792
|
xmlns: "http://www.w3.org/2000/svg",
|
2684
2793
|
viewBox: "0 0 32 32",
|
2685
|
-
fill: "currentColor"
|
2686
|
-
|
2794
|
+
fill: "currentColor",
|
2795
|
+
...rest
|
2796
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
2687
2797
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
2688
2798
|
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
2689
2799
|
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"
|
@@ -2692,57 +2802,63 @@ var ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_
|
|
2692
2802
|
if (process.env.NODE_ENV !== "production") {
|
2693
2803
|
ConnectReference.propTypes = iconPropTypes4cbeb95d.i;
|
2694
2804
|
}
|
2695
|
-
|
2696
|
-
|
2697
|
-
|
2698
|
-
size =
|
2699
|
-
rest
|
2700
|
-
|
2805
|
+
const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref109, ref) {
|
2806
|
+
let {
|
2807
|
+
children,
|
2808
|
+
size = 16,
|
2809
|
+
...rest
|
2810
|
+
} = _ref109;
|
2811
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2701
2812
|
width: size,
|
2702
2813
|
height: size,
|
2703
2814
|
ref: ref,
|
2704
2815
|
xmlns: "http://www.w3.org/2000/svg",
|
2705
2816
|
viewBox: "0 0 32 32",
|
2706
|
-
fill: "currentColor"
|
2707
|
-
|
2817
|
+
fill: "currentColor",
|
2818
|
+
...rest
|
2819
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
2708
2820
|
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"
|
2709
2821
|
})), children);
|
2710
2822
|
});
|
2711
2823
|
if (process.env.NODE_ENV !== "production") {
|
2712
2824
|
ConnectSource.propTypes = iconPropTypes4cbeb95d.i;
|
2713
2825
|
}
|
2714
|
-
|
2715
|
-
|
2716
|
-
|
2717
|
-
size =
|
2718
|
-
rest
|
2719
|
-
|
2826
|
+
const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref110, ref) {
|
2827
|
+
let {
|
2828
|
+
children,
|
2829
|
+
size = 16,
|
2830
|
+
...rest
|
2831
|
+
} = _ref110;
|
2832
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2720
2833
|
width: size,
|
2721
2834
|
height: size,
|
2722
2835
|
ref: ref,
|
2723
2836
|
xmlns: "http://www.w3.org/2000/svg",
|
2724
2837
|
viewBox: "0 0 32 32",
|
2725
|
-
fill: "currentColor"
|
2726
|
-
|
2838
|
+
fill: "currentColor",
|
2839
|
+
...rest
|
2840
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2727
2841
|
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"
|
2728
2842
|
})), children);
|
2729
2843
|
});
|
2730
2844
|
if (process.env.NODE_ENV !== "production") {
|
2731
2845
|
ConnectTarget.propTypes = iconPropTypes4cbeb95d.i;
|
2732
2846
|
}
|
2733
|
-
|
2734
|
-
|
2735
|
-
|
2736
|
-
size =
|
2737
|
-
rest
|
2738
|
-
|
2847
|
+
const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref111, ref) {
|
2848
|
+
let {
|
2849
|
+
children,
|
2850
|
+
size = 16,
|
2851
|
+
...rest
|
2852
|
+
} = _ref111;
|
2853
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2739
2854
|
width: size,
|
2740
2855
|
height: size,
|
2741
2856
|
ref: ref,
|
2742
2857
|
xmlns: "http://www.w3.org/2000/svg",
|
2743
2858
|
viewBox: "0 0 32 32",
|
2744
|
-
fill: "currentColor"
|
2745
|
-
|
2859
|
+
fill: "currentColor",
|
2860
|
+
...rest
|
2861
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2746
2862
|
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"
|
2747
2863
|
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
2748
2864
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
@@ -2751,19 +2867,21 @@ var ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive
|
|
2751
2867
|
if (process.env.NODE_ENV !== "production") {
|
2752
2868
|
ConnectionReceive.propTypes = iconPropTypes4cbeb95d.i;
|
2753
2869
|
}
|
2754
|
-
|
2755
|
-
|
2756
|
-
|
2757
|
-
size =
|
2758
|
-
rest
|
2759
|
-
|
2870
|
+
const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref112, ref) {
|
2871
|
+
let {
|
2872
|
+
children,
|
2873
|
+
size = 16,
|
2874
|
+
...rest
|
2875
|
+
} = _ref112;
|
2876
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2760
2877
|
width: size,
|
2761
2878
|
height: size,
|
2762
2879
|
ref: ref,
|
2763
2880
|
xmlns: "http://www.w3.org/2000/svg",
|
2764
2881
|
viewBox: "0 0 32 32",
|
2765
|
-
fill: "currentColor"
|
2766
|
-
|
2882
|
+
fill: "currentColor",
|
2883
|
+
...rest
|
2884
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
2767
2885
|
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"
|
2768
2886
|
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
2769
2887
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
@@ -2772,19 +2890,21 @@ var ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref1
|
|
2772
2890
|
if (process.env.NODE_ENV !== "production") {
|
2773
2891
|
ConnectionSend.propTypes = iconPropTypes4cbeb95d.i;
|
2774
2892
|
}
|
2775
|
-
|
2776
|
-
|
2777
|
-
|
2778
|
-
size =
|
2779
|
-
rest
|
2780
|
-
|
2893
|
+
const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref113, ref) {
|
2894
|
+
let {
|
2895
|
+
children,
|
2896
|
+
size = 16,
|
2897
|
+
...rest
|
2898
|
+
} = _ref113;
|
2899
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2781
2900
|
width: size,
|
2782
2901
|
height: size,
|
2783
2902
|
ref: ref,
|
2784
2903
|
xmlns: "http://www.w3.org/2000/svg",
|
2785
2904
|
viewBox: "0 0 32 32",
|
2786
|
-
fill: "currentColor"
|
2787
|
-
|
2905
|
+
fill: "currentColor",
|
2906
|
+
...rest
|
2907
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2788
2908
|
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"
|
2789
2909
|
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
2790
2910
|
d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
|
@@ -2793,19 +2913,21 @@ var ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_
|
|
2793
2913
|
if (process.env.NODE_ENV !== "production") {
|
2794
2914
|
ConnectionTwoWay.propTypes = iconPropTypes4cbeb95d.i;
|
2795
2915
|
}
|
2796
|
-
|
2797
|
-
|
2798
|
-
|
2799
|
-
size =
|
2800
|
-
rest
|
2801
|
-
|
2916
|
+
const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref114, ref) {
|
2917
|
+
let {
|
2918
|
+
children,
|
2919
|
+
size = 16,
|
2920
|
+
...rest
|
2921
|
+
} = _ref114;
|
2922
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2802
2923
|
width: size,
|
2803
2924
|
height: size,
|
2804
2925
|
ref: ref,
|
2805
2926
|
xmlns: "http://www.w3.org/2000/svg",
|
2806
2927
|
viewBox: "0 0 32 32",
|
2807
|
-
fill: "currentColor"
|
2808
|
-
|
2928
|
+
fill: "currentColor",
|
2929
|
+
...rest
|
2930
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
2809
2931
|
strokeWidth: "0",
|
2810
2932
|
d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
|
2811
2933
|
})), children);
|
@@ -2813,19 +2935,21 @@ var ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_re
|
|
2813
2935
|
if (process.env.NODE_ENV !== "production") {
|
2814
2936
|
ConnectionUsage.propTypes = iconPropTypes4cbeb95d.i;
|
2815
2937
|
}
|
2816
|
-
|
2817
|
-
|
2818
|
-
|
2819
|
-
size =
|
2820
|
-
rest
|
2821
|
-
|
2938
|
+
const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref115, ref) {
|
2939
|
+
let {
|
2940
|
+
children,
|
2941
|
+
size = 16,
|
2942
|
+
...rest
|
2943
|
+
} = _ref115;
|
2944
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2822
2945
|
width: size,
|
2823
2946
|
height: size,
|
2824
2947
|
ref: ref,
|
2825
2948
|
xmlns: "http://www.w3.org/2000/svg",
|
2826
2949
|
viewBox: "0 0 32 32",
|
2827
|
-
fill: "currentColor"
|
2828
|
-
|
2950
|
+
fill: "currentColor",
|
2951
|
+
...rest
|
2952
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2829
2953
|
strokeWidth: "0",
|
2830
2954
|
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"
|
2831
2955
|
})), children);
|
@@ -2833,19 +2957,21 @@ var ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowU
|
|
2833
2957
|
if (process.env.NODE_ENV !== "production") {
|
2834
2958
|
ConnectionFlowUsage.propTypes = iconPropTypes4cbeb95d.i;
|
2835
2959
|
}
|
2836
|
-
|
2837
|
-
|
2838
|
-
|
2839
|
-
size =
|
2840
|
-
rest
|
2841
|
-
|
2960
|
+
const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref116, ref) {
|
2961
|
+
let {
|
2962
|
+
children,
|
2963
|
+
size = 16,
|
2964
|
+
...rest
|
2965
|
+
} = _ref116;
|
2966
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2842
2967
|
width: size,
|
2843
2968
|
height: size,
|
2844
2969
|
ref: ref,
|
2845
2970
|
xmlns: "http://www.w3.org/2000/svg",
|
2846
2971
|
viewBox: "0 0 32 32",
|
2847
|
-
fill: "currentColor"
|
2848
|
-
|
2972
|
+
fill: "currentColor",
|
2973
|
+
...rest
|
2974
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2849
2975
|
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"
|
2850
2976
|
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
2851
2977
|
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"
|
@@ -2854,19 +2980,21 @@ var ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_
|
|
2854
2980
|
if (process.env.NODE_ENV !== "production") {
|
2855
2981
|
ConnectionSignal.propTypes = iconPropTypes4cbeb95d.i;
|
2856
2982
|
}
|
2857
|
-
|
2858
|
-
|
2859
|
-
|
2860
|
-
size =
|
2861
|
-
rest
|
2862
|
-
|
2983
|
+
const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref117, ref) {
|
2984
|
+
let {
|
2985
|
+
children,
|
2986
|
+
size = 16,
|
2987
|
+
...rest
|
2988
|
+
} = _ref117;
|
2989
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2863
2990
|
width: size,
|
2864
2991
|
height: size,
|
2865
2992
|
ref: ref,
|
2866
2993
|
xmlns: "http://www.w3.org/2000/svg",
|
2867
2994
|
viewBox: "0 0 32 32",
|
2868
|
-
fill: "currentColor"
|
2869
|
-
|
2995
|
+
fill: "currentColor",
|
2996
|
+
...rest
|
2997
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
2870
2998
|
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"
|
2871
2999
|
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2872
3000
|
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"
|
@@ -2875,19 +3003,21 @@ var ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSigna
|
|
2875
3003
|
if (process.env.NODE_ENV !== "production") {
|
2876
3004
|
ConnectionSignalOff.propTypes = iconPropTypes4cbeb95d.i;
|
2877
3005
|
}
|
2878
|
-
|
2879
|
-
|
2880
|
-
|
2881
|
-
size =
|
2882
|
-
rest
|
2883
|
-
|
3006
|
+
const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref118, ref) {
|
3007
|
+
let {
|
3008
|
+
children,
|
3009
|
+
size = 16,
|
3010
|
+
...rest
|
3011
|
+
} = _ref118;
|
3012
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2884
3013
|
width: size,
|
2885
3014
|
height: size,
|
2886
3015
|
ref: ref,
|
2887
3016
|
xmlns: "http://www.w3.org/2000/svg",
|
2888
3017
|
viewBox: "0 0 32 32",
|
2889
|
-
fill: "currentColor"
|
2890
|
-
|
3018
|
+
fill: "currentColor",
|
3019
|
+
...rest
|
3020
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
2891
3021
|
strokeWidth: "0",
|
2892
3022
|
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"
|
2893
3023
|
})), children);
|
@@ -2895,38 +3025,42 @@ var Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref118, ref)
|
|
2895
3025
|
if (process.env.NODE_ENV !== "production") {
|
2896
3026
|
Constraint.propTypes = iconPropTypes4cbeb95d.i;
|
2897
3027
|
}
|
2898
|
-
|
2899
|
-
|
2900
|
-
|
2901
|
-
size =
|
2902
|
-
rest
|
2903
|
-
|
3028
|
+
const Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref119, ref) {
|
3029
|
+
let {
|
3030
|
+
children,
|
3031
|
+
size = 16,
|
3032
|
+
...rest
|
3033
|
+
} = _ref119;
|
3034
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2904
3035
|
width: size,
|
2905
3036
|
height: size,
|
2906
3037
|
ref: ref,
|
2907
3038
|
xmlns: "http://www.w3.org/2000/svg",
|
2908
3039
|
viewBox: "0 0 32 32",
|
2909
|
-
fill: "currentColor"
|
2910
|
-
|
3040
|
+
fill: "currentColor",
|
3041
|
+
...rest
|
3042
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
2911
3043
|
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"
|
2912
3044
|
})), children);
|
2913
3045
|
});
|
2914
3046
|
if (process.env.NODE_ENV !== "production") {
|
2915
3047
|
Construction.propTypes = iconPropTypes4cbeb95d.i;
|
2916
3048
|
}
|
2917
|
-
|
2918
|
-
|
2919
|
-
|
2920
|
-
size =
|
2921
|
-
rest
|
2922
|
-
|
3049
|
+
const ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_ref120, ref) {
|
3050
|
+
let {
|
3051
|
+
children,
|
3052
|
+
size = 16,
|
3053
|
+
...rest
|
3054
|
+
} = _ref120;
|
3055
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2923
3056
|
width: size,
|
2924
3057
|
height: size,
|
2925
3058
|
ref: ref,
|
2926
3059
|
xmlns: "http://www.w3.org/2000/svg",
|
2927
3060
|
viewBox: "0 0 32 32",
|
2928
|
-
fill: "currentColor"
|
2929
|
-
|
3061
|
+
fill: "currentColor",
|
3062
|
+
...rest
|
3063
|
+
}, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
2930
3064
|
cx: "23",
|
2931
3065
|
cy: "23",
|
2932
3066
|
r: "1",
|
@@ -2942,19 +3076,21 @@ var ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_re
|
|
2942
3076
|
if (process.env.NODE_ENV !== "production") {
|
2943
3077
|
ContainerEngine.propTypes = iconPropTypes4cbeb95d.i;
|
2944
3078
|
}
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
size =
|
2949
|
-
rest
|
2950
|
-
|
3079
|
+
const ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref121, ref) {
|
3080
|
+
let {
|
3081
|
+
children,
|
3082
|
+
size = 16,
|
3083
|
+
...rest
|
3084
|
+
} = _ref121;
|
3085
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2951
3086
|
width: size,
|
2952
3087
|
height: size,
|
2953
3088
|
ref: ref,
|
2954
3089
|
xmlns: "http://www.w3.org/2000/svg",
|
2955
3090
|
viewBox: "0 0 32 32",
|
2956
|
-
fill: "currentColor"
|
2957
|
-
|
3091
|
+
fill: "currentColor",
|
3092
|
+
...rest
|
3093
|
+
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
2958
3094
|
strokeWidth: "0",
|
2959
3095
|
d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
|
2960
3096
|
})), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
@@ -2965,19 +3101,21 @@ var ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref1
|
|
2965
3101
|
if (process.env.NODE_ENV !== "production") {
|
2966
3102
|
ContainerImage.propTypes = iconPropTypes4cbeb95d.i;
|
2967
3103
|
}
|
2968
|
-
|
2969
|
-
|
2970
|
-
|
2971
|
-
size =
|
2972
|
-
rest
|
2973
|
-
|
3104
|
+
const ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_ref122, ref) {
|
3105
|
+
let {
|
3106
|
+
children,
|
3107
|
+
size = 16,
|
3108
|
+
...rest
|
3109
|
+
} = _ref122;
|
3110
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2974
3111
|
width: size,
|
2975
3112
|
height: size,
|
2976
3113
|
ref: ref,
|
2977
3114
|
xmlns: "http://www.w3.org/2000/svg",
|
2978
3115
|
viewBox: "0 0 32 32",
|
2979
|
-
fill: "currentColor"
|
2980
|
-
|
3116
|
+
fill: "currentColor",
|
3117
|
+
...rest
|
3118
|
+
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
2981
3119
|
strokeWidth: "0",
|
2982
3120
|
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"
|
2983
3121
|
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
@@ -2988,19 +3126,21 @@ var ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_
|
|
2988
3126
|
if (process.env.NODE_ENV !== "production") {
|
2989
3127
|
ContainerRuntime.propTypes = iconPropTypes4cbeb95d.i;
|
2990
3128
|
}
|
2991
|
-
|
2992
|
-
|
2993
|
-
|
2994
|
-
size =
|
2995
|
-
rest
|
2996
|
-
|
3129
|
+
const ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(_ref123, ref) {
|
3130
|
+
let {
|
3131
|
+
children,
|
3132
|
+
size = 16,
|
3133
|
+
...rest
|
3134
|
+
} = _ref123;
|
3135
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2997
3136
|
width: size,
|
2998
3137
|
height: size,
|
2999
3138
|
ref: ref,
|
3000
3139
|
xmlns: "http://www.w3.org/2000/svg",
|
3001
3140
|
viewBox: "0 0 32 32",
|
3002
|
-
fill: "currentColor"
|
3003
|
-
|
3141
|
+
fill: "currentColor",
|
3142
|
+
...rest
|
3143
|
+
}, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
3004
3144
|
cx: "22",
|
3005
3145
|
cy: "23",
|
3006
3146
|
r: "2",
|
@@ -3016,19 +3156,21 @@ var ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRu
|
|
3016
3156
|
if (process.env.NODE_ENV !== "production") {
|
3017
3157
|
ContainerRuntimeMonitor.propTypes = iconPropTypes4cbeb95d.i;
|
3018
3158
|
}
|
3019
|
-
|
3020
|
-
|
3021
|
-
|
3022
|
-
size =
|
3023
|
-
rest
|
3024
|
-
|
3159
|
+
const ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(_ref124, ref) {
|
3160
|
+
let {
|
3161
|
+
children,
|
3162
|
+
size = 16,
|
3163
|
+
...rest
|
3164
|
+
} = _ref124;
|
3165
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
3025
3166
|
width: size,
|
3026
3167
|
height: size,
|
3027
3168
|
ref: ref,
|
3028
3169
|
xmlns: "http://www.w3.org/2000/svg",
|
3029
3170
|
viewBox: "0 0 32 32",
|
3030
|
-
fill: "currentColor"
|
3031
|
-
|
3171
|
+
fill: "currentColor",
|
3172
|
+
...rest
|
3173
|
+
}, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
3032
3174
|
strokeWidth: "0",
|
3033
3175
|
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"
|
3034
3176
|
})), children);
|
@@ -3036,19 +3178,21 @@ var ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePu
|
|
3036
3178
|
if (process.env.NODE_ENV !== "production") {
|
3037
3179
|
ContainerImagePull.propTypes = iconPropTypes4cbeb95d.i;
|
3038
3180
|
}
|
3039
|
-
|
3040
|
-
|
3041
|
-
|
3042
|
-
size =
|
3043
|
-
rest
|
3044
|
-
|
3181
|
+
const ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(_ref125, ref) {
|
3182
|
+
let {
|
3183
|
+
children,
|
3184
|
+
size = 16,
|
3185
|
+
...rest
|
3186
|
+
} = _ref125;
|
3187
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
3045
3188
|
width: size,
|
3046
3189
|
height: size,
|
3047
3190
|
ref: ref,
|
3048
3191
|
xmlns: "http://www.w3.org/2000/svg",
|
3049
3192
|
viewBox: "0 0 32 32",
|
3050
|
-
fill: "currentColor"
|
3051
|
-
|
3193
|
+
fill: "currentColor",
|
3194
|
+
...rest
|
3195
|
+
}, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
3052
3196
|
strokeWidth: "0",
|
3053
3197
|
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"
|
3054
3198
|
})), children);
|