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