@carbon/ibm-products 2.43.2-canary.3 → 2.43.2-canary.300
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/README.md +4 -4
- package/css/config-dev.css +6 -1
- package/css/config-dev.css.map +1 -1
- package/css/config.css +6 -1
- package/css/config.css.map +1 -1
- package/css/index-full-carbon.css +5636 -4152
- 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 +304 -102
- 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 +1613 -397
- 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 +1780 -382
- 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/index.js +6 -2
- package/es/{global/js/utils/window.js → _virtual/index2.js} +2 -4
- package/es/components/APIKeyModal/APIKeyDownloader.js +1 -1
- package/es/components/APIKeyModal/APIKeyModal.js +1 -1
- package/es/components/APIKeyModal/APIKeyModal.types.d.ts +7 -1
- package/es/components/APIKeyModal/index.d.ts +2 -1
- package/es/components/AboutModal/AboutModal.d.ts +1 -2
- package/es/components/AboutModal/AboutModal.js +24 -7
- package/es/components/AboutModal/index.d.ts +8 -1
- package/es/components/ActionBar/ActionBar.d.ts +62 -2
- package/es/components/ActionBar/ActionBar.js +28 -13
- package/es/components/ActionBar/ActionBarItem.d.ts +36 -2
- package/es/components/ActionBar/ActionBarItem.js +9 -6
- package/es/components/ActionBar/ActionBarOverflowItems.d.ts +64 -16
- package/es/components/ActionBar/ActionBarOverflowItems.js +27 -8
- package/es/components/ActionSet/ActionSet.d.ts +1 -2
- package/es/components/ActionSet/ActionSet.js +3 -3
- package/es/components/ActionSet/index.d.ts +8 -1
- package/es/components/AddSelect/AddSelect.js +1 -1
- package/es/components/AddSelect/AddSelectBody.js +3 -3
- package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -1
- package/es/components/AddSelect/AddSelectColumn.js +1 -1
- package/es/components/AddSelect/AddSelectFilter.js +1 -1
- package/es/components/AddSelect/AddSelectFormControl.js +1 -1
- package/es/components/AddSelect/AddSelectList.js +1 -1
- package/es/components/AddSelect/AddSelectMetaPanel.js +1 -1
- package/es/components/AddSelect/AddSelectRow.js +1 -1
- package/es/components/AddSelect/AddSelectSidebar.js +1 -1
- package/es/components/AddSelect/AddSelectSort.js +1 -1
- package/es/components/AddSelect/index.d.ts +2 -1
- package/es/components/AddSelect/types/index.d.ts +6 -0
- package/es/components/BigNumbers/BigNumbers.js +2 -2
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +1 -1
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
- package/es/components/Card/Card.d.ts +69 -2
- package/es/components/Card/Card.js +38 -40
- package/es/components/Card/CardFooter.d.ts +51 -48
- package/es/components/Card/CardFooter.js +5 -3
- package/es/components/Card/CardHeader.d.ts +67 -49
- package/es/components/Card/CardHeader.js +5 -3
- package/es/components/Carousel/Carousel.js +2 -3
- package/es/components/Carousel/CarouselItem.js +1 -1
- package/es/components/Carousel/index.d.ts +9 -2
- package/es/components/Cascade/Cascade.d.ts +1 -2
- package/es/components/Cascade/Cascade.js +2 -2
- package/es/components/Cascade/index.d.ts +2 -1
- package/es/components/Checklist/Checklist.d.ts +2 -2
- package/es/components/Checklist/Checklist.js +7 -7
- package/es/components/Checklist/ChecklistChart.js +1 -1
- package/es/components/Checklist/ChecklistIcon.js +1 -1
- package/es/components/Checklist/index.d.ts +8 -1
- package/es/components/Coachmark/Coachmark.d.ts +7 -3
- package/es/components/Coachmark/Coachmark.js +53 -17
- package/es/components/Coachmark/CoachmarkDragbar.js +1 -2
- package/es/components/Coachmark/CoachmarkHeader.js +1 -2
- package/es/components/Coachmark/CoachmarkOverlay.js +3 -5
- package/es/components/Coachmark/CoachmarkTagline.js +1 -1
- package/es/components/Coachmark/index.d.ts +10 -3
- package/es/components/Coachmark/utils/enums.d.ts +6 -0
- package/es/components/Coachmark/utils/enums.js +1 -0
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +2 -3
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +5 -10
- package/es/components/CoachmarkBeacon/index.d.ts +8 -1
- package/es/components/CoachmarkButton/CoachmarkButton.d.ts +1 -2
- package/es/components/CoachmarkButton/CoachmarkButton.js +4 -2
- package/es/components/CoachmarkButton/index.d.ts +8 -1
- package/es/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -2
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +20 -17
- package/es/components/CoachmarkFixed/index.d.ts +8 -1
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -2
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -2
- package/es/components/CoachmarkOverlayElement/index.d.ts +8 -1
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -2
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +11 -8
- package/es/components/CoachmarkOverlayElements/index.d.ts +8 -1
- package/es/components/CoachmarkStack/CoachmarkStack.d.ts +67 -2
- package/es/components/CoachmarkStack/CoachmarkStack.js +23 -12
- package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +71 -2
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +27 -26
- package/es/components/ComboButton/ComboButton.d.ts +1 -1
- package/es/components/ComboButton/ComboButton.js +4 -4
- package/es/components/ComboButton/ComboButtonItem/index.js +1 -1
- package/es/components/ComboButton/index.d.ts +9 -2
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +100 -24
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +127 -85
- package/es/components/ConditionBuilder/ConditionBuilder.d.ts +9 -2
- package/es/components/ConditionBuilder/ConditionBuilder.js +100 -35
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +155 -0
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +29 -0
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +154 -0
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +62 -25
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +32 -30
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +86 -30
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +37 -13
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +29 -14
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +29 -26
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +22 -11
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +48 -29
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +129 -88
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +10 -43
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +49 -35
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +49 -36
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +49 -36
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +81 -27
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +122 -42
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +27 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +27 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +30 -12
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +34 -11
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +36 -0
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +125 -0
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +33 -0
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/{ConditionBuilderItemOption.js → ItemOptionForValueField.js} +78 -40
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +35 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +25 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +25 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +44 -19
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +158 -66
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +30 -9
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +53 -22
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +186 -73
- package/es/components/ConditionBuilder/utils/useDataConfigs.d.ts +18 -0
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +120 -0
- package/es/components/ConditionBuilder/utils/useTranslations.d.ts +1 -0
- package/es/components/ConditionBuilder/utils/useTranslations.js +29 -0
- package/es/components/ConditionBuilder/utils/util.d.ts +18 -4
- package/es/components/ConditionBuilder/utils/util.js +88 -19
- package/es/components/CreateFullPage/CreateFullPage.d.ts +5 -3
- package/es/components/CreateFullPage/CreateFullPage.js +17 -10
- package/es/components/CreateFullPage/CreateFullPageStep.d.ts +5 -3
- package/es/components/CreateFullPage/CreateFullPageStep.js +6 -3
- package/es/components/CreateFullPage/index.d.ts +10 -2
- package/es/components/CreateInfluencer/CreateInfluencer.js +1 -1
- package/es/components/CreateModal/CreateModal.d.ts +2 -3
- package/es/components/CreateModal/CreateModal.js +2 -2
- package/es/components/CreateModal/index.d.ts +2 -1
- package/es/components/CreateSidePanel/CreateSidePanel.js +2 -2
- package/es/components/CreateSidePanel/index.d.ts +7 -1
- package/es/components/CreateTearsheet/CreateTearsheet.d.ts +8 -2
- package/es/components/CreateTearsheet/CreateTearsheet.js +20 -9
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
- package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +18 -0
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +31 -4
- package/es/components/CreateTearsheet/index.d.ts +10 -3
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +3 -3
- package/es/components/CreateTearsheetNarrow/index.d.ts +8 -1
- package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +29 -4
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +158 -64
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +25 -1
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +51 -10
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +16 -0
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +33 -9
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +3 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +15 -3
- package/es/components/DataSpreadsheet/index.d.ts +8 -1
- package/es/components/DataSpreadsheet/types/index.d.ts +8 -1
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +34 -2
- package/es/components/Datagrid/Datagrid/Datagrid.d.ts +1 -5
- package/es/components/Datagrid/Datagrid/Datagrid.js +6 -11
- package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridContent.js +9 -5
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +4 -2
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +26 -8
- package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridRow.js +27 -12
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +10 -27
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +4 -3
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +21 -5
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +43 -18
- package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DraggableElement.js +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +47 -22
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +5 -5
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +16 -14
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +3 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +40 -10
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +37 -13
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +6 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +21 -13
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +57 -29
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +3 -4
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +95 -29
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +10 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/stateReducer.d.ts +14 -0
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +137 -36
- package/es/components/Datagrid/common-column-ids.d.ts +6 -0
- package/es/components/Datagrid/index.d.ts +29 -22
- package/es/components/Datagrid/types/index.d.ts +75 -13
- package/es/components/Datagrid/useActionsColumn.d.ts +8 -1
- package/es/components/Datagrid/useActionsColumn.js +9 -12
- package/es/components/Datagrid/useColumnCenterAlign.js +1 -2
- package/es/components/Datagrid/useColumnRightAlign.d.ts +8 -1
- package/es/components/Datagrid/useColumnRightAlign.js +5 -5
- package/es/components/Datagrid/useCustomizeColumns.d.ts +8 -1
- package/es/components/Datagrid/useCustomizeColumns.js +5 -5
- package/es/components/Datagrid/useDatagrid.d.ts +6 -0
- package/es/components/Datagrid/useDatagrid.js +1 -2
- package/es/components/Datagrid/useDefaultStringRenderer.js +0 -1
- package/es/components/Datagrid/useDisableSelectRows.d.ts +8 -1
- package/es/components/Datagrid/useDisableSelectRows.js +43 -24
- package/es/components/Datagrid/useExpandedRow.js +1 -2
- package/es/components/Datagrid/useFiltering.d.ts +1 -0
- package/es/components/Datagrid/useFiltering.js +14 -4
- package/es/components/Datagrid/useFlexResize.d.ts +0 -6
- package/es/components/Datagrid/useFlexResize.js +33 -17
- package/es/components/Datagrid/useInfiniteScroll.js +1 -2
- package/es/components/Datagrid/useInitialColumnSort.js +4 -0
- package/es/components/Datagrid/useInlineEdit.js +13 -4
- package/es/components/Datagrid/useNestedRowExpander.js +71 -20
- package/es/components/Datagrid/useNestedRows.js +33 -15
- package/es/components/Datagrid/useOnRowClick.js +1 -2
- package/es/components/Datagrid/useRowExpander.js +5 -8
- package/es/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -2
- package/es/components/Datagrid/useRowRenderer.js +44 -2
- package/es/components/Datagrid/useSelectAllToggle.js +1 -2
- package/es/components/Datagrid/useSelectRows.js +43 -22
- package/es/components/Datagrid/useSortableColumns.d.ts +5 -4
- package/es/components/Datagrid/useSortableColumns.js +35 -17
- package/es/components/Datagrid/useStickyColumn.d.ts +8 -1
- package/es/components/Datagrid/useStickyColumn.js +13 -11
- package/es/components/Decorator/Decorator.js +3 -2
- package/es/components/DecoratorBase/DecoratorBase.js +4 -6
- package/es/components/DecoratorBase/DecoratorIcon.js +1 -1
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +3 -2
- package/es/components/DecoratorLink/DecoratorLink.js +3 -2
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +3 -2
- package/es/components/DelimitedList/DelimitedList.d.ts +1 -2
- package/es/components/DelimitedList/DelimitedList.js +1 -1
- package/es/components/DelimitedList/index.d.ts +8 -1
- package/es/components/DescriptionList/DescriptionList.js +1 -1
- package/es/components/DescriptionList/DescriptionListBody.js +1 -1
- package/es/components/DescriptionList/DescriptionListCell.js +1 -1
- package/es/components/DescriptionList/DescriptionListRow.js +1 -1
- package/es/components/EditFullPage/EditFullPage.d.ts +1 -2
- package/es/components/EditFullPage/EditFullPage.js +1 -1
- package/es/components/EditFullPage/index.d.ts +8 -1
- package/es/components/EditInPlace/EditInPlace.d.ts +9 -1
- package/es/components/EditInPlace/EditInPlace.js +39 -22
- package/es/components/EditInPlace/index.d.ts +8 -1
- package/es/components/EditSidePanel/EditSidePanel.d.ts +2 -3
- package/es/components/EditSidePanel/EditSidePanel.js +4 -4
- package/es/components/EditSidePanel/index.d.ts +8 -1
- package/es/components/EditTearsheet/EditTearsheet.d.ts +7 -2
- package/es/components/EditTearsheet/EditTearsheet.js +45 -11
- package/es/components/EditTearsheet/EditTearsheetForm.d.ts +45 -2
- package/es/components/EditTearsheet/EditTearsheetForm.js +4 -1
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -2
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
- package/es/components/EditTearsheetNarrow/index.d.ts +8 -1
- package/es/components/EditUpdateCards/EditUpdateCards.d.ts +2 -2
- package/es/components/EditUpdateCards/EditUpdateCards.js +4 -4
- package/es/components/EditUpdateCards/index.d.ts +8 -1
- package/es/components/EmptyStates/EmptyState.d.ts +72 -5
- package/es/components/EmptyStates/EmptyState.js +9 -6
- package/es/components/EmptyStates/EmptyStateContent.js +1 -1
- package/es/components/EmptyStates/EmptyStateIllustration.js +1 -1
- package/es/components/EmptyStates/EmptyStateV2.d.ts +63 -2
- package/es/components/EmptyStates/EmptyStateV2.js +4 -3
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
- package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -1
- package/es/components/EmptyStates/assets/NoDataIllustration.js +6 -6
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -1
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -1
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +9 -9
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -1
- package/es/components/ExportModal/ExportModal.d.ts +7 -3
- package/es/components/ExportModal/ExportModal.js +29 -10
- package/es/components/ExportModal/index.d.ts +2 -1
- package/es/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
- package/es/components/ExpressiveCard/ExpressiveCard.js +2 -2
- package/es/components/ExpressiveCard/index.d.ts +2 -1
- package/es/components/FeatureFlags/index.d.ts +26 -21
- package/es/components/FeatureFlags/index.js +2 -11
- package/es/components/FilterPanel/FilterPanel.js +1 -1
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +1 -1
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +1 -1
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +1 -1
- package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +1 -1
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
- package/es/components/FilterSummary/FilterSummary.d.ts +1 -1
- package/es/components/FilterSummary/FilterSummary.js +8 -9
- package/es/components/FilterSummary/index.d.ts +8 -1
- package/es/components/FullPageError/FullPageError.d.ts +35 -2
- package/es/components/FullPageError/FullPageError.js +11 -11
- package/es/components/FullPageError/assets/Error403SVG.d.ts +3 -1
- package/es/components/FullPageError/assets/Error403SVG.js +7 -4
- package/es/components/FullPageError/assets/Error404SVG.d.ts +3 -1
- package/es/components/FullPageError/assets/Error404SVG.js +7 -4
- package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +3 -1
- package/es/components/FullPageError/assets/ErrorGenericSVG.js +7 -4
- package/es/components/FullPageError/index.d.ts +8 -1
- package/es/components/GetStartedCard/GetStartedCard.d.ts +60 -2
- package/es/components/GetStartedCard/GetStartedCard.js +12 -11
- package/es/components/GetStartedCard/index.d.ts +8 -1
- package/es/components/Guidebanner/Guidebanner.d.ts +1 -2
- package/es/components/Guidebanner/Guidebanner.js +6 -5
- package/es/components/Guidebanner/GuidebannerElement.d.ts +1 -2
- package/es/components/Guidebanner/GuidebannerElement.js +1 -1
- package/es/components/Guidebanner/GuidebannerElementButton.d.ts +2 -3
- package/es/components/Guidebanner/GuidebannerElementButton.js +2 -2
- package/es/components/Guidebanner/GuidebannerElementLink.d.ts +2 -3
- package/es/components/Guidebanner/GuidebannerElementLink.js +2 -2
- package/es/components/Guidebanner/index.d.ts +14 -4
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +9 -2
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +9 -2
- package/es/components/HTTPErrors/HTTPErrorContent.js +1 -1
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +8 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +3 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +211 -204
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +3 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +123 -116
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +3 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +117 -110
- package/es/components/ImportModal/ImportModal.d.ts +1 -1
- package/es/components/ImportModal/ImportModal.js +3 -3
- package/es/components/ImportModal/index.d.ts +2 -1
- package/es/components/InlineTip/InlineTip.d.ts +2 -2
- package/es/components/InlineTip/InlineTip.js +5 -5
- package/es/components/InlineTip/InlineTipButton.d.ts +1 -2
- package/es/components/InlineTip/InlineTipButton.js +2 -2
- package/es/components/InlineTip/InlineTipLink.d.ts +1 -2
- package/es/components/InlineTip/InlineTipLink.js +2 -2
- package/es/components/InlineTip/index.d.ts +12 -3
- package/es/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
- package/es/components/InterstitialScreen/InterstitialScreen.js +7 -6
- package/es/components/InterstitialScreen/index.d.ts +8 -1
- package/es/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -2
- package/es/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
- package/es/components/InterstitialScreenView/index.d.ts +8 -1
- package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -2
- package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
- package/es/components/InterstitialScreenViewModule/index.d.ts +8 -1
- package/es/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
- package/es/components/MultiAddSelect/MultiAddSelect.js +2 -2
- package/es/components/MultiAddSelect/index.d.ts +2 -1
- package/es/components/Nav/Nav.js +1 -1
- package/es/components/Nav/NavItem.js +16 -4
- package/es/components/Nav/NavItemLink.js +1 -1
- package/es/components/Nav/NavList.js +4 -1
- package/es/components/NonLinearReading/NonLinearReading.d.ts +1 -1
- package/es/components/NonLinearReading/NonLinearReading.js +3 -3
- package/es/components/NonLinearReading/index.d.ts +8 -1
- package/es/components/NotificationsPanel/NotificationsPanel.d.ts +8 -2
- package/es/components/NotificationsPanel/NotificationsPanel.js +91 -8
- package/es/components/NotificationsPanel/index.d.ts +8 -1
- package/es/components/OptionsTile/OptionsTile.d.ts +3 -4
- package/es/components/OptionsTile/OptionsTile.js +16 -13
- package/es/components/OptionsTile/index.d.ts +8 -1
- package/es/components/PageHeader/PageHeader.d.ts +2 -2
- package/es/components/PageHeader/PageHeader.js +21 -10
- package/es/components/PageHeader/PageHeaderTitle.js +1 -1
- package/es/components/PageHeader/PageHeaderUtils.js +1 -6
- package/es/components/PageHeader/index.d.ts +2 -1
- package/es/components/ProductiveCard/ProductiveCard.d.ts +9 -1
- package/es/components/ProductiveCard/ProductiveCard.js +13 -3
- package/es/components/ProductiveCard/index.d.ts +2 -1
- package/es/components/RemoveModal/RemoveModal.d.ts +7 -4
- package/es/components/RemoveModal/RemoveModal.js +13 -7
- package/es/components/RemoveModal/index.d.ts +2 -1
- package/es/components/Saving/Saving.d.ts +1 -1
- package/es/components/Saving/Saving.js +3 -3
- package/es/components/Saving/index.d.ts +2 -1
- package/es/components/ScrollGradient/ScrollGradient.js +2 -2
- package/es/components/SearchBar/SearchBar.d.ts +2 -2
- package/es/components/SearchBar/SearchBar.js +5 -5
- package/es/components/SearchBar/index.d.ts +8 -1
- package/es/components/SidePanel/SidePanel.d.ts +6 -1
- package/es/components/SidePanel/SidePanel.js +76 -54
- package/es/components/SidePanel/index.d.ts +8 -1
- package/es/components/SidePanel/motion/variants.d.ts +4 -6
- package/es/components/SidePanel/motion/variants.js +10 -11
- package/es/components/SimpleHeader/SimpleHeader.d.ts +3 -1
- package/es/components/SimpleHeader/SimpleHeader.js +10 -3
- package/es/components/SingleAddSelect/SingleAddSelect.d.ts +1 -2
- package/es/components/SingleAddSelect/SingleAddSelect.js +2 -2
- package/es/components/SingleAddSelect/index.d.ts +2 -1
- package/es/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/es/components/StatusIcon/StatusIcon.js +2 -2
- package/es/components/StatusIcon/index.d.ts +8 -1
- package/es/components/StatusIndicator/StatusIndicator.js +1 -1
- package/es/components/StatusIndicator/StatusIndicatorStep.js +87 -0
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
- package/es/components/SteppedAnimatedMedia/index.d.ts +8 -1
- package/es/components/StringFormatter/StringFormatter.js +15 -4
- package/es/components/StringFormatter/utils/enums.d.ts +20 -1
- package/es/components/StringFormatter/utils/enums.js +29 -2
- package/es/components/TagOverflow/TagOverflow.d.ts +37 -4
- package/es/components/TagOverflow/TagOverflow.js +66 -72
- package/es/components/TagOverflow/TagOverflowModal.d.ts +2 -1
- package/es/components/TagOverflow/TagOverflowModal.js +14 -10
- package/es/components/TagOverflow/TagOverflowPopover.d.ts +14 -1
- package/es/components/TagOverflow/TagOverflowPopover.js +50 -46
- package/es/components/TagOverflow/index.d.ts +8 -1
- package/es/components/TagSet/TagSet.d.ts +18 -8
- package/es/components/TagSet/TagSet.js +62 -37
- package/es/components/TagSet/TagSetModal.d.ts +2 -1
- package/es/components/TagSet/TagSetModal.js +11 -5
- package/es/components/TagSet/TagSetOverflow.d.ts +13 -1
- package/es/components/TagSet/TagSetOverflow.js +54 -13
- package/es/components/TagSet/index.d.ts +2 -1
- package/es/components/Tearsheet/Tearsheet.d.ts +19 -6
- package/es/components/Tearsheet/Tearsheet.js +22 -7
- package/es/components/Tearsheet/TearsheetNarrow.d.ts +15 -4
- package/es/components/Tearsheet/TearsheetNarrow.js +18 -6
- package/es/components/Tearsheet/TearsheetShell.d.ts +11 -1
- package/es/components/Tearsheet/TearsheetShell.js +67 -23
- package/es/components/Tearsheet/index.d.ts +10 -2
- package/es/components/Toolbar/Toolbar.d.ts +1 -1
- package/es/components/Toolbar/Toolbar.js +3 -3
- package/es/components/Toolbar/ToolbarButton.d.ts +14 -4
- package/es/components/Toolbar/ToolbarButton.js +20 -12
- package/es/components/Toolbar/ToolbarGroup.d.ts +1 -2
- package/es/components/Toolbar/ToolbarGroup.js +3 -3
- package/es/components/Toolbar/index.d.ts +12 -3
- package/es/components/TooltipTrigger/TooltipTrigger.js +1 -1
- package/es/components/TruncatedList/TruncatedList.d.ts +1 -2
- package/es/components/TruncatedList/TruncatedList.js +3 -3
- package/es/components/TruncatedList/index.d.ts +8 -1
- package/es/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/es/components/UserAvatar/UserAvatar.js +8 -24
- package/es/components/UserProfileImage/UserProfileImage.d.ts +4 -4
- package/es/components/UserProfileImage/UserProfileImage.js +6 -5
- package/es/components/UserProfileImage/index.d.ts +2 -1
- package/es/components/WebTerminal/WebTerminal.d.ts +4 -4
- package/es/components/WebTerminal/WebTerminal.js +16 -18
- package/es/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -3
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -1
- package/es/components/WebTerminal/hooks/index.js +1 -1
- package/es/components/WebTerminal/index.d.ts +11 -3
- package/es/components/_Canary/Canary.js +1 -1
- package/es/components/index.d.ts +73 -72
- package/es/global/js/hooks/useCreateComponentStepChange.d.ts +3 -1
- package/es/global/js/hooks/useCreateComponentStepChange.js +18 -2
- package/es/global/js/hooks/useFocus.d.ts +3 -2
- package/es/global/js/hooks/useFocus.js +48 -28
- package/es/global/js/hooks/usePrefersReducedMotion.js +14 -8
- package/es/global/js/package-settings.d.ts +3 -1
- package/es/global/js/package-settings.js +3 -1
- package/es/global/js/utils/Wrap.d.ts +8 -0
- package/es/global/js/utils/Wrap.js +10 -4
- package/es/global/js/utils/devtools.js +1 -2
- package/es/global/js/utils/keyboardNavigation.d.ts +27 -0
- package/es/global/js/utils/keyboardNavigation.js +37 -0
- package/es/global/js/utils/props-helper.js +1 -1
- package/es/global/js/utils/scrollableAncestor.js +7 -0
- package/es/global/js/utils/uuidv4.d.ts +6 -0
- package/es/global/js/utils/uuidv4.js +2 -0
- package/es/global/js/utils/wait.d.ts +6 -0
- package/es/global/js/utils/wait.js +2 -0
- package/es/global/js/utils/wrapFocus.d.ts +25 -0
- package/es/global/js/utils/wrapFocus.js +68 -0
- package/es/index.js +29 -26
- package/es/node_modules/@carbon/icon-helpers/es/index.js +49 -62
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1020 -1058
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +879 -758
- package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
- package/es/node_modules/prop-types/checkPropTypes.js +2 -2
- package/es/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
- package/es/node_modules/prop-types/factoryWithTypeCheckers.js +3 -3
- package/es/node_modules/prop-types/index.js +18 -15
- package/es/settings.d.ts +3 -1
- package/flags.js +7 -0
- package/lib/_virtual/_commonjsHelpers.js +0 -2
- package/lib/_virtual/_rollupPluginBabelHelpers.js +2 -4
- package/lib/_virtual/index.js +7 -2
- package/lib/{global/js/utils/window.js → _virtual/index2.js} +2 -6
- package/lib/components/APIKeyModal/APIKeyDownloader.js +9 -15
- package/lib/components/APIKeyModal/APIKeyModal.js +71 -78
- package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +7 -1
- package/lib/components/APIKeyModal/index.d.ts +2 -1
- package/lib/components/AboutModal/AboutModal.d.ts +1 -2
- package/lib/components/AboutModal/AboutModal.js +50 -40
- package/lib/components/AboutModal/index.d.ts +8 -1
- package/lib/components/ActionBar/ActionBar.d.ts +62 -2
- package/lib/components/ActionBar/ActionBar.js +50 -42
- package/lib/components/ActionBar/ActionBarItem.d.ts +36 -2
- package/lib/components/ActionBar/ActionBarItem.js +15 -19
- package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +64 -16
- package/lib/components/ActionBar/ActionBarOverflowItems.js +37 -25
- package/lib/components/ActionSet/ActionSet.d.ts +1 -2
- package/lib/components/ActionSet/ActionSet.js +20 -27
- package/lib/components/ActionSet/index.d.ts +8 -1
- package/lib/components/AddSelect/AddSelect.js +63 -69
- package/lib/components/AddSelect/AddSelectBody.js +85 -92
- package/lib/components/AddSelect/AddSelectBreadcrumbs.js +7 -14
- package/lib/components/AddSelect/AddSelectColumn.js +30 -36
- package/lib/components/AddSelect/AddSelectFilter.js +31 -38
- package/lib/components/AddSelect/AddSelectFormControl.js +16 -22
- package/lib/components/AddSelect/AddSelectList.js +10 -17
- package/lib/components/AddSelect/AddSelectMetaPanel.js +17 -23
- package/lib/components/AddSelect/AddSelectRow.js +33 -40
- package/lib/components/AddSelect/AddSelectSidebar.js +30 -36
- package/lib/components/AddSelect/AddSelectSort.js +11 -17
- package/lib/components/AddSelect/add-select-utils.js +0 -2
- package/lib/components/AddSelect/hooks/useFocus.js +1 -1
- package/lib/components/AddSelect/hooks/useItemSort.js +0 -2
- package/lib/components/AddSelect/hooks/useParentSelect.js +1 -1
- package/lib/components/AddSelect/hooks/usePath.js +1 -1
- package/lib/components/AddSelect/index.d.ts +2 -1
- package/lib/components/AddSelect/types/index.d.ts +6 -0
- package/lib/components/BigNumbers/BigNumbers.js +40 -47
- package/lib/components/BigNumbers/constants.js +0 -2
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +36 -43
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +23 -30
- package/lib/components/Card/Card.d.ts +69 -2
- package/lib/components/Card/Card.js +101 -110
- package/lib/components/Card/CardFooter.d.ts +51 -48
- package/lib/components/Card/CardFooter.js +33 -38
- package/lib/components/Card/CardHeader.d.ts +67 -49
- package/lib/components/Card/CardHeader.js +42 -47
- package/lib/components/Carousel/Carousel.js +23 -31
- package/lib/components/Carousel/CarouselItem.js +6 -13
- package/lib/components/Carousel/index.d.ts +9 -2
- package/lib/components/Cascade/Cascade.d.ts +1 -2
- package/lib/components/Cascade/Cascade.js +17 -24
- package/lib/components/Cascade/index.d.ts +2 -1
- package/lib/components/Checklist/Checklist.d.ts +2 -2
- package/lib/components/Checklist/Checklist.js +57 -64
- package/lib/components/Checklist/Checklist.types.js +0 -2
- package/lib/components/Checklist/ChecklistChart.js +8 -16
- package/lib/components/Checklist/ChecklistIcon.js +8 -15
- package/lib/components/Checklist/index.d.ts +8 -1
- package/lib/components/Coachmark/Coachmark.d.ts +7 -3
- package/lib/components/Coachmark/Coachmark.js +68 -39
- package/lib/components/Coachmark/CoachmarkDragbar.js +13 -21
- package/lib/components/Coachmark/CoachmarkHeader.js +10 -18
- package/lib/components/Coachmark/CoachmarkOverlay.js +17 -26
- package/lib/components/Coachmark/CoachmarkTagline.js +13 -20
- package/lib/components/Coachmark/index.d.ts +10 -3
- package/lib/components/Coachmark/utils/constants.js +0 -2
- package/lib/components/Coachmark/utils/context.js +0 -2
- package/lib/components/Coachmark/utils/enums.d.ts +6 -0
- package/lib/components/Coachmark/utils/enums.js +1 -2
- package/lib/components/Coachmark/utils/hooks.js +0 -2
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +2 -3
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +14 -26
- package/lib/components/CoachmarkBeacon/index.d.ts +8 -1
- package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +1 -2
- package/lib/components/CoachmarkButton/CoachmarkButton.js +10 -15
- package/lib/components/CoachmarkButton/index.d.ts +8 -1
- package/lib/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -2
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +32 -36
- package/lib/components/CoachmarkFixed/index.d.ts +8 -1
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -2
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +12 -20
- package/lib/components/CoachmarkOverlayElement/index.d.ts +8 -1
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -2
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +36 -40
- package/lib/components/CoachmarkOverlayElements/index.d.ts +8 -1
- package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +67 -2
- package/lib/components/CoachmarkStack/CoachmarkStack.js +45 -41
- package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +71 -2
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +52 -58
- package/lib/components/ComboButton/ComboButton.d.ts +1 -1
- package/lib/components/ComboButton/ComboButton.js +15 -22
- package/lib/components/ComboButton/ComboButtonItem/index.js +3 -9
- package/lib/components/ComboButton/index.d.ts +9 -2
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +100 -24
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +153 -116
- package/lib/components/ConditionBuilder/ConditionBuilder.d.ts +9 -2
- package/lib/components/ConditionBuilder/ConditionBuilder.js +118 -60
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +155 -0
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +29 -0
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +158 -0
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +62 -25
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +43 -45
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +86 -30
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +48 -31
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +29 -14
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +31 -32
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +28 -21
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +48 -29
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +142 -105
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +10 -43
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +62 -54
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +49 -36
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +49 -38
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +81 -27
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +135 -61
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +27 -10
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +35 -27
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +30 -12
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +39 -22
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +36 -0
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +127 -0
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +33 -0
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +214 -0
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +35 -10
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +25 -19
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +25 -10
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +13 -19
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +44 -19
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -95
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +30 -9
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +77 -50
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +186 -74
- package/lib/components/ConditionBuilder/utils/useDataConfigs.d.ts +18 -0
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +122 -0
- package/lib/components/ConditionBuilder/utils/useTranslations.d.ts +1 -0
- package/lib/components/ConditionBuilder/utils/useTranslations.js +31 -0
- package/lib/components/ConditionBuilder/utils/util.d.ts +18 -4
- package/lib/components/ConditionBuilder/utils/util.js +93 -19
- package/lib/components/CreateFullPage/CreateFullPage.d.ts +5 -3
- package/lib/components/CreateFullPage/CreateFullPage.js +61 -61
- package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +5 -3
- package/lib/components/CreateFullPage/CreateFullPageStep.js +28 -32
- package/lib/components/CreateFullPage/index.d.ts +10 -2
- package/lib/components/CreateInfluencer/CreateInfluencer.js +16 -23
- package/lib/components/CreateModal/CreateModal.d.ts +2 -3
- package/lib/components/CreateModal/CreateModal.js +24 -31
- package/lib/components/CreateModal/index.d.ts +2 -1
- package/lib/components/CreateSidePanel/CreateSidePanel.js +26 -33
- package/lib/components/CreateSidePanel/index.d.ts +7 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +8 -2
- package/lib/components/CreateTearsheet/CreateTearsheet.js +45 -41
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +4 -11
- package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +18 -0
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +56 -36
- package/lib/components/CreateTearsheet/index.d.ts +10 -3
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +27 -34
- package/lib/components/CreateTearsheetNarrow/index.d.ts +8 -1
- package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +29 -4
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +187 -100
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +25 -1
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +98 -64
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +16 -0
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +65 -48
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +0 -2
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +0 -2
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +0 -2
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +0 -2
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -3
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +3 -1
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +15 -5
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +0 -2
- package/lib/components/DataSpreadsheet/index.d.ts +8 -1
- package/lib/components/DataSpreadsheet/types/index.d.ts +8 -1
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +0 -2
- package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +0 -2
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +0 -2
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +1 -3
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +0 -2
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +0 -2
- package/lib/components/DataSpreadsheet/utils/getCellSize.js +0 -2
- package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +0 -2
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +0 -2
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +0 -2
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +0 -2
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +0 -2
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +1 -3
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +1 -3
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +2 -4
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +34 -4
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +0 -2
- package/lib/components/DataSpreadsheet/utils/selectAllCells.js +1 -3
- package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +1 -5
- package/lib/components/Datagrid/Datagrid/Datagrid.js +14 -26
- package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +5 -9
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +52 -55
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +4 -8
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +10 -13
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -6
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +38 -25
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +3 -8
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +37 -27
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +11 -35
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +21 -25
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +3 -8
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +34 -23
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +47 -26
- package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DraggableElement.js +19 -23
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +12 -13
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +11 -12
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +26 -32
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +64 -43
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +12 -18
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +19 -21
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -7
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +3 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +70 -45
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +76 -57
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +6 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +24 -22
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +12 -16
- package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +70 -46
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +2 -6
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +20 -28
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +120 -61
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +3 -9
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +10 -4
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +13 -18
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +13 -18
- package/lib/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +3 -9
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.d.ts +14 -0
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +138 -37
- package/lib/components/Datagrid/common-column-ids.d.ts +6 -0
- package/lib/components/Datagrid/common-column-ids.js +0 -2
- package/lib/components/Datagrid/index.d.ts +29 -22
- package/lib/components/Datagrid/types/index.d.ts +75 -13
- package/lib/components/Datagrid/useActionsColumn.d.ts +8 -1
- package/lib/components/Datagrid/useActionsColumn.js +19 -27
- package/lib/components/Datagrid/useColumnCenterAlign.js +4 -10
- package/lib/components/Datagrid/useColumnRightAlign.d.ts +8 -1
- package/lib/components/Datagrid/useColumnRightAlign.js +8 -13
- package/lib/components/Datagrid/useCustomizeColumns.d.ts +8 -1
- package/lib/components/Datagrid/useCustomizeColumns.js +10 -11
- package/lib/components/Datagrid/useDatagrid.d.ts +6 -0
- package/lib/components/Datagrid/useDatagrid.js +4 -9
- package/lib/components/Datagrid/useDefaultStringRenderer.js +5 -11
- package/lib/components/Datagrid/useDisableSelectRows.d.ts +8 -1
- package/lib/components/Datagrid/useDisableSelectRows.js +43 -24
- package/lib/components/Datagrid/useEditableCell.js +2 -2
- package/lib/components/Datagrid/useExpandedRow.js +3 -4
- package/lib/components/Datagrid/useFiltering.d.ts +1 -0
- package/lib/components/Datagrid/useFiltering.js +18 -7
- package/lib/components/Datagrid/useFlexResize.d.ts +0 -6
- package/lib/components/Datagrid/useFlexResize.js +33 -17
- package/lib/components/Datagrid/useFloatingScroll.js +2 -6
- package/lib/components/Datagrid/useFocusRowExpander.js +0 -2
- package/lib/components/Datagrid/useInfiniteScroll.js +4 -9
- package/lib/components/Datagrid/useInitialColumnSort.js +4 -2
- package/lib/components/Datagrid/useInlineEdit.js +16 -12
- package/lib/components/Datagrid/useNestedRowExpander.js +73 -27
- package/lib/components/Datagrid/useNestedRows.js +35 -21
- package/lib/components/Datagrid/useOnRowClick.js +1 -2
- package/lib/components/Datagrid/useParentDimensions.js +1 -1
- package/lib/components/Datagrid/useResizeTable.js +1 -1
- package/lib/components/Datagrid/useRowExpander.js +9 -17
- package/lib/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
- package/lib/components/Datagrid/useRowIsMouseOver.js +2 -7
- package/lib/components/Datagrid/useRowRenderer.js +46 -4
- package/lib/components/Datagrid/useRowSize.js +2 -2
- package/lib/components/Datagrid/useSelectAllToggle.js +3 -9
- package/lib/components/Datagrid/useSelectRows.js +47 -31
- package/lib/components/Datagrid/useSkeletonRows.js +1 -1
- package/lib/components/Datagrid/useSortableColumns.d.ts +5 -4
- package/lib/components/Datagrid/useSortableColumns.js +41 -28
- package/lib/components/Datagrid/useStickyColumn.d.ts +8 -1
- package/lib/components/Datagrid/useStickyColumn.js +15 -18
- package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +0 -2
- package/lib/components/Decorator/Decorator.js +19 -24
- package/lib/components/DecoratorBase/DecoratorBase.js +44 -53
- package/lib/components/DecoratorBase/DecoratorIcon.js +7 -14
- package/lib/components/DecoratorBase/utils.js +0 -2
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +24 -29
- package/lib/components/DecoratorLink/DecoratorLink.js +22 -27
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +22 -27
- package/lib/components/DelimitedList/DelimitedList.d.ts +1 -2
- package/lib/components/DelimitedList/DelimitedList.js +8 -15
- package/lib/components/DelimitedList/index.d.ts +8 -1
- package/lib/components/DescriptionList/DescriptionList.js +9 -16
- package/lib/components/DescriptionList/DescriptionListBody.js +6 -13
- package/lib/components/DescriptionList/DescriptionListCell.js +6 -13
- package/lib/components/DescriptionList/DescriptionListRow.js +6 -13
- package/lib/components/DescriptionList/constants.js +0 -2
- package/lib/components/EditFullPage/EditFullPage.d.ts +1 -2
- package/lib/components/EditFullPage/EditFullPage.js +6 -13
- package/lib/components/EditFullPage/index.d.ts +8 -1
- package/lib/components/EditInPlace/EditInPlace.d.ts +9 -1
- package/lib/components/EditInPlace/EditInPlace.js +71 -61
- package/lib/components/EditInPlace/index.d.ts +8 -1
- package/lib/components/EditSidePanel/EditSidePanel.d.ts +2 -3
- package/lib/components/EditSidePanel/EditSidePanel.js +30 -37
- package/lib/components/EditSidePanel/index.d.ts +8 -1
- package/lib/components/EditTearsheet/EditTearsheet.d.ts +7 -2
- package/lib/components/EditTearsheet/EditTearsheet.js +68 -41
- package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +45 -2
- package/lib/components/EditTearsheet/EditTearsheetForm.js +20 -24
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -2
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +6 -13
- package/lib/components/EditTearsheetNarrow/index.d.ts +8 -1
- package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +2 -2
- package/lib/components/EditUpdateCards/EditUpdateCards.js +36 -43
- package/lib/components/EditUpdateCards/index.d.ts +8 -1
- package/lib/components/EmptyStates/EmptyState.d.ts +72 -5
- package/lib/components/EmptyStates/EmptyState.js +31 -35
- package/lib/components/EmptyStates/EmptyStateContent.js +19 -26
- package/lib/components/EmptyStates/EmptyStateIllustration.js +4 -8
- package/lib/components/EmptyStates/EmptyStateV2.d.ts +63 -2
- package/lib/components/EmptyStates/EmptyStateV2.js +28 -34
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +20 -27
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +20 -27
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +20 -27
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +20 -27
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +20 -27
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +20 -27
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +54 -59
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +47 -52
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +115 -120
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +85 -90
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +86 -91
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +75 -80
- package/lib/components/ExportModal/ExportModal.d.ts +7 -3
- package/lib/components/ExportModal/ExportModal.js +71 -59
- package/lib/components/ExportModal/index.d.ts +2 -1
- package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
- package/lib/components/ExpressiveCard/ExpressiveCard.js +30 -36
- package/lib/components/ExpressiveCard/index.d.ts +2 -1
- package/lib/components/FeatureFlags/index.d.ts +26 -21
- package/lib/components/FeatureFlags/index.js +5 -20
- package/lib/components/FilterPanel/FilterPanel.js +8 -15
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +11 -18
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +15 -22
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +10 -17
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +18 -25
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +12 -19
- package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +10 -17
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +10 -17
- package/lib/components/FilterSummary/FilterSummary.d.ts +1 -1
- package/lib/components/FilterSummary/FilterSummary.js +29 -36
- package/lib/components/FilterSummary/index.d.ts +8 -1
- package/lib/components/FullPageError/FullPageError.d.ts +35 -2
- package/lib/components/FullPageError/FullPageError.js +32 -39
- package/lib/components/FullPageError/assets/Error403SVG.d.ts +3 -1
- package/lib/components/FullPageError/assets/Error403SVG.js +136 -139
- package/lib/components/FullPageError/assets/Error404SVG.d.ts +3 -1
- package/lib/components/FullPageError/assets/Error404SVG.js +121 -124
- package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +3 -1
- package/lib/components/FullPageError/assets/ErrorGenericSVG.js +135 -138
- package/lib/components/FullPageError/index.d.ts +8 -1
- package/lib/components/GetStartedCard/GetStartedCard.d.ts +60 -2
- package/lib/components/GetStartedCard/GetStartedCard.js +23 -28
- package/lib/components/GetStartedCard/index.d.ts +8 -1
- package/lib/components/Guidebanner/Guidebanner.d.ts +1 -2
- package/lib/components/Guidebanner/Guidebanner.js +40 -46
- package/lib/components/Guidebanner/GuidebannerElement.d.ts +1 -2
- package/lib/components/Guidebanner/GuidebannerElement.js +11 -18
- package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +2 -3
- package/lib/components/Guidebanner/GuidebannerElementButton.js +11 -18
- package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +2 -3
- package/lib/components/Guidebanner/GuidebannerElementLink.js +7 -14
- package/lib/components/Guidebanner/index.d.ts +14 -4
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +14 -14
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +14 -14
- package/lib/components/HTTPErrors/HTTPErrorContent.js +6 -12
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +13 -13
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +3 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +446 -445
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +3 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +401 -400
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +3 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +409 -408
- package/lib/components/ImportModal/ImportModal.d.ts +1 -1
- package/lib/components/ImportModal/ImportModal.js +51 -58
- package/lib/components/ImportModal/index.d.ts +2 -1
- package/lib/components/InlineTip/InlineTip.d.ts +2 -2
- package/lib/components/InlineTip/InlineTip.js +43 -50
- package/lib/components/InlineTip/InlineTipButton.d.ts +1 -2
- package/lib/components/InlineTip/InlineTipButton.js +7 -14
- package/lib/components/InlineTip/InlineTipLink.d.ts +1 -2
- package/lib/components/InlineTip/InlineTipLink.js +8 -15
- package/lib/components/InlineTip/index.d.ts +12 -3
- package/lib/components/InlineTip/utils.js +2 -4
- package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
- package/lib/components/InterstitialScreen/InterstitialScreen.js +80 -86
- package/lib/components/InterstitialScreen/index.d.ts +8 -1
- package/lib/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -2
- package/lib/components/InterstitialScreenView/InterstitialScreenView.js +7 -14
- package/lib/components/InterstitialScreenView/index.d.ts +8 -1
- package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -2
- package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +9 -16
- package/lib/components/InterstitialScreenViewModule/index.d.ts +8 -1
- package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
- package/lib/components/MultiAddSelect/MultiAddSelect.js +47 -53
- package/lib/components/MultiAddSelect/index.d.ts +2 -1
- package/lib/components/Nav/Nav.js +15 -22
- package/lib/components/Nav/NavItem.js +37 -31
- package/lib/components/Nav/NavItemLink.js +5 -9
- package/lib/components/Nav/NavList.js +19 -22
- package/lib/components/NonLinearReading/NonLinearReading.d.ts +1 -1
- package/lib/components/NonLinearReading/NonLinearReading.js +15 -22
- package/lib/components/NonLinearReading/index.d.ts +8 -1
- package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +8 -2
- package/lib/components/NotificationsPanel/NotificationsPanel.js +175 -99
- package/lib/components/NotificationsPanel/index.d.ts +8 -1
- package/lib/components/NotificationsPanel/utils.js +0 -2
- package/lib/components/OptionsTile/OptionsTile.d.ts +3 -4
- package/lib/components/OptionsTile/OptionsTile.js +54 -58
- package/lib/components/OptionsTile/index.d.ts +8 -1
- package/lib/components/PageHeader/PageHeader.d.ts +2 -2
- package/lib/components/PageHeader/PageHeader.js +125 -121
- package/lib/components/PageHeader/PageHeaderTitle.js +24 -31
- package/lib/components/PageHeader/PageHeaderUtils.js +3 -15
- package/lib/components/PageHeader/index.d.ts +2 -1
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +9 -1
- package/lib/components/ProductiveCard/ProductiveCard.js +47 -43
- package/lib/components/ProductiveCard/index.d.ts +2 -1
- package/lib/components/RemoveModal/RemoveModal.d.ts +7 -4
- package/lib/components/RemoveModal/RemoveModal.js +36 -37
- package/lib/components/RemoveModal/index.d.ts +2 -1
- package/lib/components/Saving/Saving.d.ts +1 -1
- package/lib/components/Saving/Saving.js +30 -37
- package/lib/components/Saving/index.d.ts +2 -1
- package/lib/components/ScrollGradient/ScrollGradient.js +18 -25
- package/lib/components/ScrollGradient/constants.js +0 -2
- package/lib/components/SearchBar/SearchBar.d.ts +2 -2
- package/lib/components/SearchBar/SearchBar.js +25 -32
- package/lib/components/SearchBar/index.d.ts +8 -1
- package/lib/components/SidePanel/SidePanel.d.ts +6 -1
- package/lib/components/SidePanel/SidePanel.js +134 -119
- package/lib/components/SidePanel/constants.js +0 -2
- package/lib/components/SidePanel/index.d.ts +8 -1
- package/lib/components/SidePanel/motion/variants.d.ts +4 -6
- package/lib/components/SidePanel/motion/variants.js +10 -13
- package/lib/components/SimpleHeader/SimpleHeader.d.ts +3 -1
- package/lib/components/SimpleHeader/SimpleHeader.js +28 -28
- package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +1 -2
- package/lib/components/SingleAddSelect/SingleAddSelect.js +23 -29
- package/lib/components/SingleAddSelect/index.d.ts +2 -1
- package/lib/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/lib/components/StatusIcon/StatusIcon.js +54 -61
- package/lib/components/StatusIcon/index.d.ts +8 -1
- package/lib/components/StatusIndicator/StatusIndicator.js +14 -21
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +87 -0
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +9 -18
- package/lib/components/SteppedAnimatedMedia/index.d.ts +8 -1
- package/lib/components/StringFormatter/StringFormatter.js +25 -21
- package/lib/components/StringFormatter/utils/enums.d.ts +20 -1
- package/lib/components/StringFormatter/utils/enums.js +29 -2
- package/lib/components/TagOverflow/TagOverflow.d.ts +37 -4
- package/lib/components/TagOverflow/TagOverflow.js +87 -100
- package/lib/components/TagOverflow/TagOverflowModal.d.ts +2 -1
- package/lib/components/TagOverflow/TagOverflowModal.js +29 -32
- package/lib/components/TagOverflow/TagOverflowPopover.d.ts +14 -1
- package/lib/components/TagOverflow/TagOverflowPopover.js +64 -67
- package/lib/components/TagOverflow/constants.js +0 -2
- package/lib/components/TagOverflow/index.d.ts +8 -1
- package/lib/components/TagSet/TagSet.d.ts +18 -8
- package/lib/components/TagSet/TagSet.js +89 -71
- package/lib/components/TagSet/TagSetModal.d.ts +2 -1
- package/lib/components/TagSet/TagSetModal.js +26 -27
- package/lib/components/TagSet/TagSetOverflow.d.ts +13 -1
- package/lib/components/TagSet/TagSetOverflow.js +71 -37
- package/lib/components/TagSet/index.d.ts +2 -1
- package/lib/components/Tearsheet/Tearsheet.d.ts +19 -6
- package/lib/components/Tearsheet/Tearsheet.js +43 -34
- package/lib/components/Tearsheet/TearsheetNarrow.d.ts +15 -4
- package/lib/components/Tearsheet/TearsheetNarrow.js +33 -27
- package/lib/components/Tearsheet/TearsheetShell.d.ts +11 -1
- package/lib/components/Tearsheet/TearsheetShell.js +112 -75
- package/lib/components/Tearsheet/index.d.ts +10 -2
- package/lib/components/Toolbar/Toolbar.d.ts +1 -1
- package/lib/components/Toolbar/Toolbar.js +6 -13
- package/lib/components/Toolbar/ToolbarButton.d.ts +14 -4
- package/lib/components/Toolbar/ToolbarButton.js +22 -20
- package/lib/components/Toolbar/ToolbarGroup.d.ts +1 -2
- package/lib/components/Toolbar/ToolbarGroup.js +5 -12
- package/lib/components/Toolbar/index.d.ts +12 -3
- package/lib/components/TooltipTrigger/TooltipTrigger.js +5 -12
- package/lib/components/TruncatedList/TruncatedList.d.ts +1 -2
- package/lib/components/TruncatedList/TruncatedList.js +18 -25
- package/lib/components/TruncatedList/index.d.ts +8 -1
- package/lib/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/lib/components/UserAvatar/UserAvatar.js +26 -49
- package/lib/components/UserProfileImage/UserProfileImage.d.ts +4 -4
- package/lib/components/UserProfileImage/UserProfileImage.js +30 -36
- package/lib/components/UserProfileImage/index.d.ts +2 -1
- package/lib/components/WebTerminal/WebTerminal.d.ts +4 -4
- package/lib/components/WebTerminal/WebTerminal.js +41 -50
- package/lib/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -3
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +7 -14
- package/lib/components/WebTerminal/hooks/index.js +3 -9
- package/lib/components/WebTerminal/index.d.ts +11 -3
- package/lib/components/_Canary/Canary.js +8 -15
- package/lib/components/index.d.ts +73 -72
- package/lib/feature-flags.js +3 -4
- package/lib/global/js/hooks/useActiveElement.js +0 -2
- package/lib/global/js/hooks/useClickOutside.js +0 -2
- package/lib/global/js/hooks/useControllableState.js +2 -4
- package/lib/global/js/hooks/useCreateComponentFocus.js +1 -3
- package/lib/global/js/hooks/useCreateComponentStepChange.d.ts +3 -1
- package/lib/global/js/hooks/useCreateComponentStepChange.js +18 -4
- package/lib/global/js/hooks/useFocus.d.ts +3 -2
- package/lib/global/js/hooks/useFocus.js +48 -29
- package/lib/global/js/hooks/useIsomorphicEffect.js +0 -2
- package/lib/global/js/hooks/usePortalTarget.js +0 -2
- package/lib/global/js/hooks/usePrefersReducedMotion.js +14 -8
- package/lib/global/js/hooks/usePrefix.js +1 -3
- package/lib/global/js/hooks/usePreviousValue.js +0 -2
- package/lib/global/js/hooks/useResetCreateComponent.js +0 -2
- package/lib/global/js/hooks/useResizeObserver.js +0 -2
- package/lib/global/js/hooks/useRetrieveFormTitles.js +0 -2
- package/lib/global/js/hooks/useRetrieveStepData.js +0 -2
- package/lib/global/js/hooks/useValidCreateStepCount.js +0 -2
- package/lib/global/js/hooks/useWindowResize.js +1 -3
- package/lib/global/js/hooks/useWindowScroll.js +1 -3
- package/lib/global/js/package-settings.d.ts +3 -1
- package/lib/global/js/package-settings.js +4 -2
- package/lib/global/js/utils/Wrap.d.ts +8 -0
- package/lib/global/js/utils/Wrap.js +17 -17
- package/lib/global/js/utils/deepCloneObject.js +1 -3
- package/lib/global/js/utils/devtools.js +0 -2
- package/lib/global/js/utils/getBezierValues.js +0 -2
- package/lib/global/js/utils/getFocusableElements.js +0 -2
- package/lib/global/js/utils/getNodeTextContent.js +1 -3
- package/lib/global/js/utils/getNumberOfHiddenSteps.js +0 -2
- package/lib/global/js/utils/getScrollbarWidth.js +0 -2
- package/lib/global/js/utils/keyboardNavigation.d.ts +27 -0
- package/lib/global/js/utils/keyboardNavigation.js +41 -0
- package/lib/global/js/utils/lastIndexInArray.js +0 -2
- package/lib/global/js/utils/motionConstants.js +0 -2
- package/lib/global/js/utils/pconsole.js +1 -1
- package/lib/global/js/utils/props-helper.js +11 -13
- package/lib/global/js/utils/rangeWithCallback.js +0 -2
- package/lib/global/js/utils/scrollableAncestor.js +8 -3
- package/lib/global/js/utils/uuidv4.d.ts +6 -0
- package/lib/global/js/utils/uuidv4.js +3 -1
- package/lib/global/js/utils/wait.d.ts +6 -0
- package/lib/global/js/utils/wait.js +3 -1
- package/lib/global/js/utils/wrapFocus.d.ts +25 -0
- package/lib/global/js/utils/wrapFocus.js +73 -0
- package/lib/index.js +148 -135
- package/lib/node_modules/@carbon/colors/es/index.js +0 -2
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +49 -64
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +15 -19
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1165 -1209
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +1078 -963
- package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +2 -4
- package/lib/node_modules/object-assign/index.js +0 -2
- package/lib/node_modules/prop-types/checkPropTypes.js +4 -6
- package/lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -3
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +7 -13
- package/lib/node_modules/prop-types/index.js +19 -23
- package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -2
- package/lib/node_modules/prop-types/lib/has.js +0 -2
- package/lib/settings.d.ts +3 -1
- package/lib/settings.js +9 -15
- package/package.json +19 -18
- package/scss/components/Coachmark/_coachmark-overlay.scss +6 -70
- package/scss/components/Coachmark/_coachmark.scss +5 -4
- package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +1 -3
- package/scss/components/ConditionBuilder/_condition-builder.scss +9 -2
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +30 -5
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +105 -24
- package/scss/components/ConditionBuilder/styles/_index.scss +7 -0
- package/scss/components/CreateModal/_create-modal.scss +0 -4
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +1 -1
- package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +17 -2
- package/scss/components/Datagrid/_datagrid.scss +0 -4
- package/scss/components/Datagrid/styles/_datagrid.scss +19 -0
- package/scss/components/Datagrid/styles/_useActionsColumn.scss +10 -7
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +6 -7
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +6 -7
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +19 -7
- package/scss/components/Datagrid/styles/_useNestedRows.scss +7 -8
- package/scss/components/Datagrid/styles/_useNestedTable.scss +6 -7
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +1 -0
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +6 -7
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +7 -5
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +5 -4
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +6 -7
- package/scss/components/DecoratorBase/_decorator-base.scss +0 -1
- package/scss/components/EditInPlace/_edit-in-place.scss +1 -12
- package/scss/components/HTTPErrors/_http-errors.scss +77 -0
- package/scss/components/OptionsTile/_options-tile.scss +6 -6
- package/scss/components/SidePanel/_side-panel.scss +14 -7
- package/scss/components/StatusIcon/_status-icon.scss +4 -4
- package/scss/components/StringFormatter/_string-formatter.scss +2 -2
- package/scss/components/TagOverflow/_tag-overflow.scss +2 -20
- package/scss/components/TagSet/_tag-set.scss +2 -20
- package/scss/components/Tearsheet/_tearsheet.scss +2 -0
- package/scss/components/UserProfileImage/_user-profile-image.scss +6 -2
- package/scss/components/_index-released-only.scss +1 -0
- package/scss/config-dev.scss +7 -0
- package/scss/config.scss +7 -0
- package/telemetry.yml +59 -27
- package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +0 -22
- package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +0 -112
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.d.ts +0 -13
- package/es/components/ConditionBuilder/utils/checkForHoldingKey.d.ts +0 -1
- package/es/components/ConditionBuilder/utils/checkForHoldingKey.js +0 -16
- package/es/global/js/utils/window.d.ts +0 -2
- package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +0 -22
- package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +0 -121
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.d.ts +0 -13
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.js +0 -182
- package/lib/components/ConditionBuilder/utils/checkForHoldingKey.d.ts +0 -1
- package/lib/components/ConditionBuilder/utils/checkForHoldingKey.js +0 -20
- package/lib/global/js/utils/window.d.ts +0 -2
@@ -7,17 +7,11 @@
|
|
7
7
|
|
8
8
|
'use strict';
|
9
9
|
|
10
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
11
|
-
|
12
10
|
var _rollupPluginBabelHelpers = require('../../../../../_virtual/_rollupPluginBabelHelpers.js');
|
13
11
|
var React = require('react');
|
14
12
|
var Icon = require('../Icon.js');
|
15
13
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
16
14
|
|
17
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
18
|
-
|
19
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
20
|
-
|
21
15
|
var _excluded = ["children", "size"],
|
22
16
|
_excluded2 = ["children", "size"],
|
23
17
|
_excluded3 = ["children", "size"],
|
@@ -143,2649 +137,2833 @@ var _excluded = ["children", "size"],
|
|
143
137
|
_excluded123 = ["children", "size"],
|
144
138
|
_excluded124 = ["children", "size"],
|
145
139
|
_excluded125 = ["children", "size"];
|
146
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13,
|
147
|
-
var
|
140
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _circle, _path30, _path31, _circle2, _path32, _circle3, _path33, _path34, _circle4, _path35, _circle5, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _circle6, _circle7, _circle8, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _circle9, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _circle10, _circle11, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle12, _path130, _path131, _circle13, _path132, _path133, _circle14, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _rect, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _circle15, _circle16, _path219, _circle17, _circle18, _path220, _path221, _path222, _path223, _path224, _path225;
|
141
|
+
var didWarnAboutDeprecation = {};
|
142
|
+
var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref, ref) {
|
148
143
|
var children = _ref.children,
|
149
144
|
_ref$size = _ref.size,
|
150
145
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
151
146
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
152
|
-
|
147
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
148
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
149
|
+
width: size,
|
150
|
+
height: size,
|
151
|
+
ref: ref,
|
152
|
+
xmlns: "http://www.w3.org/2000/svg",
|
153
|
+
viewBox: "0 0 16 16",
|
154
|
+
fill: "currentColor"
|
155
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
156
|
+
d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
157
|
+
})), children);
|
158
|
+
}
|
159
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
153
160
|
width: size,
|
154
161
|
height: size,
|
155
162
|
ref: ref,
|
156
163
|
xmlns: "http://www.w3.org/2000/svg",
|
157
164
|
viewBox: "0 0 32 32",
|
158
165
|
fill: "currentColor"
|
159
|
-
}, rest),
|
160
|
-
d: "
|
161
|
-
})), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
|
162
|
-
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
166
|
+
}, rest), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
167
|
+
d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
|
163
168
|
})), children);
|
164
169
|
});
|
165
170
|
if (process.env.NODE_ENV !== "production") {
|
166
|
-
|
171
|
+
Incomplete.propTypes = iconPropTypes4cbeb95d.i;
|
167
172
|
}
|
168
|
-
var
|
173
|
+
var IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref2, ref) {
|
169
174
|
var children = _ref2.children,
|
170
175
|
_ref2$size = _ref2.size,
|
171
176
|
size = _ref2$size === void 0 ? 16 : _ref2$size,
|
172
177
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
|
173
|
-
return /*#__PURE__*/
|
178
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
174
179
|
width: size,
|
175
180
|
height: size,
|
176
181
|
ref: ref,
|
177
182
|
xmlns: "http://www.w3.org/2000/svg",
|
178
183
|
viewBox: "0 0 32 32",
|
179
184
|
fill: "currentColor"
|
180
|
-
}, rest), _path3 || (_path3 = /*#__PURE__*/
|
181
|
-
d: "
|
182
|
-
})), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
|
183
|
-
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
185
|
+
}, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
186
|
+
d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
|
184
187
|
})), children);
|
185
188
|
});
|
186
189
|
if (process.env.NODE_ENV !== "production") {
|
187
|
-
|
190
|
+
IncompleteCancel.propTypes = iconPropTypes4cbeb95d.i;
|
188
191
|
}
|
189
|
-
var
|
192
|
+
var IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref3, ref) {
|
190
193
|
var children = _ref3.children,
|
191
194
|
_ref3$size = _ref3.size,
|
192
195
|
size = _ref3$size === void 0 ? 16 : _ref3$size,
|
193
196
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref3, _excluded3);
|
194
|
-
return /*#__PURE__*/
|
197
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
195
198
|
width: size,
|
196
199
|
height: size,
|
197
200
|
ref: ref,
|
198
201
|
xmlns: "http://www.w3.org/2000/svg",
|
199
202
|
viewBox: "0 0 32 32",
|
200
203
|
fill: "currentColor"
|
201
|
-
}, rest),
|
202
|
-
d: "
|
204
|
+
}, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
205
|
+
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
|
203
206
|
})), children);
|
204
207
|
});
|
205
208
|
if (process.env.NODE_ENV !== "production") {
|
206
|
-
|
209
|
+
IncompleteError.propTypes = iconPropTypes4cbeb95d.i;
|
207
210
|
}
|
208
|
-
var
|
211
|
+
var IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref4, ref) {
|
209
212
|
var children = _ref4.children,
|
210
213
|
_ref4$size = _ref4.size,
|
211
214
|
size = _ref4$size === void 0 ? 16 : _ref4$size,
|
212
215
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref4, _excluded4);
|
213
|
-
return /*#__PURE__*/
|
216
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
214
217
|
width: size,
|
215
218
|
height: size,
|
216
219
|
ref: ref,
|
217
220
|
xmlns: "http://www.w3.org/2000/svg",
|
218
221
|
viewBox: "0 0 32 32",
|
219
222
|
fill: "currentColor"
|
220
|
-
}, rest),
|
221
|
-
d: "
|
222
|
-
transform: "translate(0 .005)"
|
223
|
-
})), _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
|
224
|
-
d: "M2 26.005H30V28.005H2z"
|
223
|
+
}, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
224
|
+
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
225
225
|
})), children);
|
226
226
|
});
|
227
227
|
if (process.env.NODE_ENV !== "production") {
|
228
|
-
|
228
|
+
IncompleteWarning.propTypes = iconPropTypes4cbeb95d.i;
|
229
229
|
}
|
230
|
-
var
|
230
|
+
var IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref5, ref) {
|
231
231
|
var children = _ref5.children,
|
232
232
|
_ref5$size = _ref5.size,
|
233
233
|
size = _ref5$size === void 0 ? 16 : _ref5$size,
|
234
234
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref5, _excluded5);
|
235
|
-
return /*#__PURE__*/
|
235
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
236
236
|
width: size,
|
237
237
|
height: size,
|
238
238
|
ref: ref,
|
239
239
|
xmlns: "http://www.w3.org/2000/svg",
|
240
240
|
viewBox: "0 0 32 32",
|
241
241
|
fill: "currentColor"
|
242
|
-
}, rest),
|
243
|
-
d: "
|
242
|
+
}, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
243
|
+
d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
|
244
244
|
})), children);
|
245
245
|
});
|
246
246
|
if (process.env.NODE_ENV !== "production") {
|
247
|
-
|
247
|
+
IncreaseLevel.propTypes = iconPropTypes4cbeb95d.i;
|
248
248
|
}
|
249
|
-
var
|
249
|
+
var Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref6, ref) {
|
250
250
|
var children = _ref6.children,
|
251
251
|
_ref6$size = _ref6.size,
|
252
252
|
size = _ref6$size === void 0 ? 16 : _ref6$size,
|
253
253
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref6, _excluded6);
|
254
|
-
return /*#__PURE__*/
|
254
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
255
255
|
width: size,
|
256
256
|
height: size,
|
257
257
|
ref: ref,
|
258
258
|
xmlns: "http://www.w3.org/2000/svg",
|
259
259
|
viewBox: "0 0 32 32",
|
260
260
|
fill: "currentColor"
|
261
|
-
}, rest),
|
262
|
-
d: "M29.
|
261
|
+
}, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
262
|
+
d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
|
263
263
|
})), children);
|
264
264
|
});
|
265
265
|
if (process.env.NODE_ENV !== "production") {
|
266
|
-
|
266
|
+
Industry.propTypes = iconPropTypes4cbeb95d.i;
|
267
267
|
}
|
268
|
-
var
|
268
|
+
var InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref7, ref) {
|
269
269
|
var children = _ref7.children,
|
270
270
|
_ref7$size = _ref7.size,
|
271
271
|
size = _ref7$size === void 0 ? 16 : _ref7$size,
|
272
272
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref7, _excluded7);
|
273
|
-
|
274
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
275
|
-
width: size,
|
276
|
-
height: size,
|
277
|
-
ref: ref,
|
278
|
-
xmlns: "http://www.w3.org/2000/svg",
|
279
|
-
viewBox: "0 0 16 16",
|
280
|
-
fill: "currentColor"
|
281
|
-
}, rest), _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
|
282
|
-
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
283
|
-
})), _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
|
284
|
-
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
285
|
-
})), children);
|
286
|
-
}
|
287
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
273
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
288
274
|
width: size,
|
289
275
|
height: size,
|
290
276
|
ref: ref,
|
291
277
|
xmlns: "http://www.w3.org/2000/svg",
|
292
278
|
viewBox: "0 0 32 32",
|
293
279
|
fill: "currentColor"
|
294
|
-
}, rest),
|
295
|
-
d: "
|
296
|
-
})), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
|
297
|
-
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
280
|
+
}, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
281
|
+
d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
|
298
282
|
})), children);
|
299
283
|
});
|
300
284
|
if (process.env.NODE_ENV !== "production") {
|
301
|
-
|
285
|
+
InfinitySymbol.propTypes = iconPropTypes4cbeb95d.i;
|
302
286
|
}
|
303
|
-
var
|
287
|
+
var Information = /*#__PURE__*/React.forwardRef(function Information(_ref8, ref) {
|
304
288
|
var children = _ref8.children,
|
305
289
|
_ref8$size = _ref8.size,
|
306
290
|
size = _ref8$size === void 0 ? 16 : _ref8$size,
|
307
291
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
|
308
|
-
|
292
|
+
if (size === 16 || size === "16" || size === "16px") {
|
293
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
294
|
+
width: size,
|
295
|
+
height: size,
|
296
|
+
ref: ref,
|
297
|
+
xmlns: "http://www.w3.org/2000/svg",
|
298
|
+
viewBox: "0 0 16 16",
|
299
|
+
fill: "currentColor"
|
300
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
301
|
+
d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
|
302
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
303
|
+
d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
|
304
|
+
})), children);
|
305
|
+
}
|
306
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
309
307
|
width: size,
|
310
308
|
height: size,
|
311
309
|
ref: ref,
|
312
310
|
xmlns: "http://www.w3.org/2000/svg",
|
313
311
|
viewBox: "0 0 32 32",
|
314
312
|
fill: "currentColor"
|
315
|
-
}, rest),
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
})), _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
|
320
|
-
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
321
|
-
})), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
|
322
|
-
d: "M8 24H20V26H8z"
|
313
|
+
}, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
314
|
+
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
315
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
316
|
+
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"
|
323
317
|
})), children);
|
324
318
|
});
|
325
319
|
if (process.env.NODE_ENV !== "production") {
|
326
|
-
|
320
|
+
Information.propTypes = iconPropTypes4cbeb95d.i;
|
327
321
|
}
|
328
|
-
var
|
322
|
+
var InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref9, ref) {
|
329
323
|
var children = _ref9.children,
|
330
324
|
_ref9$size = _ref9.size,
|
331
325
|
size = _ref9$size === void 0 ? 16 : _ref9$size,
|
332
326
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
|
333
|
-
return /*#__PURE__*/
|
327
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
334
328
|
width: size,
|
335
329
|
height: size,
|
336
330
|
ref: ref,
|
337
331
|
xmlns: "http://www.w3.org/2000/svg",
|
338
332
|
viewBox: "0 0 32 32",
|
339
333
|
fill: "currentColor"
|
340
|
-
}, rest),
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
})), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
|
345
|
-
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
346
|
-
})), _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
|
347
|
-
d: "M8 6H20V8H8z"
|
334
|
+
}, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
335
|
+
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
336
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
337
|
+
d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
|
348
338
|
})), children);
|
349
339
|
});
|
350
340
|
if (process.env.NODE_ENV !== "production") {
|
351
|
-
|
341
|
+
InformationDisabled.propTypes = iconPropTypes4cbeb95d.i;
|
352
342
|
}
|
353
|
-
var
|
343
|
+
var InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref10, ref) {
|
354
344
|
var children = _ref10.children,
|
355
345
|
_ref10$size = _ref10.size,
|
356
346
|
size = _ref10$size === void 0 ? 16 : _ref10$size,
|
357
347
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref10, _excluded10);
|
358
|
-
return /*#__PURE__*/
|
348
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
359
349
|
width: size,
|
360
350
|
height: size,
|
361
351
|
ref: ref,
|
362
352
|
xmlns: "http://www.w3.org/2000/svg",
|
363
353
|
viewBox: "0 0 32 32",
|
364
354
|
fill: "currentColor"
|
365
|
-
}, rest),
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
})),
|
370
|
-
d: "
|
371
|
-
})), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
|
372
|
-
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
355
|
+
}, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
356
|
+
fill: "none",
|
357
|
+
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
358
|
+
"data-icon-path": "inner-path"
|
359
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
360
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
373
361
|
})), children);
|
374
362
|
});
|
375
363
|
if (process.env.NODE_ENV !== "production") {
|
376
|
-
|
364
|
+
InformationFilled.propTypes = iconPropTypes4cbeb95d.i;
|
377
365
|
}
|
378
|
-
var
|
366
|
+
var InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref11, ref) {
|
379
367
|
var children = _ref11.children,
|
380
368
|
_ref11$size = _ref11.size,
|
381
369
|
size = _ref11$size === void 0 ? 16 : _ref11$size,
|
382
370
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref11, _excluded11);
|
383
|
-
return /*#__PURE__*/
|
371
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
384
372
|
width: size,
|
385
373
|
height: size,
|
386
374
|
ref: ref,
|
387
375
|
xmlns: "http://www.w3.org/2000/svg",
|
388
376
|
viewBox: "0 0 32 32",
|
389
377
|
fill: "currentColor"
|
390
|
-
}, rest),
|
391
|
-
d: "
|
392
|
-
})),
|
393
|
-
d: "
|
378
|
+
}, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
379
|
+
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
380
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
381
|
+
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
|
394
382
|
})), children);
|
395
383
|
});
|
396
384
|
if (process.env.NODE_ENV !== "production") {
|
397
|
-
|
385
|
+
InformationSquare.propTypes = iconPropTypes4cbeb95d.i;
|
398
386
|
}
|
399
|
-
var
|
387
|
+
var InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref12, ref) {
|
400
388
|
var children = _ref12.children,
|
401
389
|
_ref12$size = _ref12.size,
|
402
390
|
size = _ref12$size === void 0 ? 16 : _ref12$size,
|
403
391
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref12, _excluded12);
|
404
|
-
return /*#__PURE__*/
|
392
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
405
393
|
width: size,
|
406
394
|
height: size,
|
407
395
|
ref: ref,
|
408
396
|
xmlns: "http://www.w3.org/2000/svg",
|
409
397
|
viewBox: "0 0 32 32",
|
410
398
|
fill: "currentColor"
|
411
|
-
}, rest),
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
y: "20",
|
418
|
-
rx: "1"
|
419
|
-
})), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
|
420
|
-
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
399
|
+
}, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
400
|
+
fill: "none",
|
401
|
+
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
402
|
+
"data-icon-path": "inner-path"
|
403
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
404
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
421
405
|
})), children);
|
422
406
|
});
|
423
407
|
if (process.env.NODE_ENV !== "production") {
|
424
|
-
|
408
|
+
InformationSquareFilled.propTypes = iconPropTypes4cbeb95d.i;
|
425
409
|
}
|
426
|
-
var
|
410
|
+
var InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref13, ref) {
|
427
411
|
var children = _ref13.children,
|
428
412
|
_ref13$size = _ref13.size,
|
429
413
|
size = _ref13$size === void 0 ? 16 : _ref13$size,
|
430
414
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref13, _excluded13);
|
431
|
-
return /*#__PURE__*/
|
415
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
432
416
|
width: size,
|
433
417
|
height: size,
|
434
418
|
ref: ref,
|
435
419
|
xmlns: "http://www.w3.org/2000/svg",
|
436
420
|
viewBox: "0 0 32 32",
|
437
421
|
fill: "currentColor"
|
438
|
-
}, rest),
|
439
|
-
d: "
|
422
|
+
}, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
423
|
+
d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
|
424
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
425
|
+
d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
|
440
426
|
})), children);
|
441
427
|
});
|
442
428
|
if (process.env.NODE_ENV !== "production") {
|
443
|
-
|
429
|
+
InfrastructureClassic.propTypes = iconPropTypes4cbeb95d.i;
|
444
430
|
}
|
445
|
-
var
|
431
|
+
var Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref14, ref) {
|
446
432
|
var children = _ref14.children,
|
447
433
|
_ref14$size = _ref14.size,
|
448
434
|
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
449
435
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref14, _excluded14);
|
450
|
-
return /*#__PURE__*/
|
436
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
451
437
|
width: size,
|
452
438
|
height: size,
|
453
439
|
ref: ref,
|
454
440
|
xmlns: "http://www.w3.org/2000/svg",
|
455
441
|
viewBox: "0 0 32 32",
|
456
442
|
fill: "currentColor"
|
457
|
-
}, rest),
|
458
|
-
d: "
|
443
|
+
}, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
444
|
+
d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
|
459
445
|
})), children);
|
460
446
|
});
|
461
447
|
if (process.env.NODE_ENV !== "production") {
|
462
|
-
|
448
|
+
Insert.propTypes = iconPropTypes4cbeb95d.i;
|
463
449
|
}
|
464
|
-
var
|
450
|
+
var InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref15, ref) {
|
465
451
|
var children = _ref15.children,
|
466
452
|
_ref15$size = _ref15.size,
|
467
453
|
size = _ref15$size === void 0 ? 16 : _ref15$size,
|
468
454
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref15, _excluded15);
|
469
|
-
return /*#__PURE__*/
|
455
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
470
456
|
width: size,
|
471
457
|
height: size,
|
472
458
|
ref: ref,
|
473
459
|
xmlns: "http://www.w3.org/2000/svg",
|
474
460
|
viewBox: "0 0 32 32",
|
475
461
|
fill: "currentColor"
|
476
|
-
}, rest),
|
477
|
-
d: "
|
462
|
+
}, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
463
|
+
d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
|
478
464
|
})), children);
|
479
465
|
});
|
480
466
|
if (process.env.NODE_ENV !== "production") {
|
481
|
-
|
467
|
+
InsertPage.propTypes = iconPropTypes4cbeb95d.i;
|
482
468
|
}
|
483
|
-
var
|
469
|
+
var InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref16, ref) {
|
484
470
|
var children = _ref16.children,
|
485
471
|
_ref16$size = _ref16.size,
|
486
472
|
size = _ref16$size === void 0 ? 16 : _ref16$size,
|
487
473
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref16, _excluded16);
|
488
|
-
return /*#__PURE__*/
|
474
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
489
475
|
width: size,
|
490
476
|
height: size,
|
491
477
|
ref: ref,
|
492
478
|
xmlns: "http://www.w3.org/2000/svg",
|
493
479
|
viewBox: "0 0 32 32",
|
494
480
|
fill: "currentColor"
|
495
|
-
}, rest),
|
496
|
-
d: "
|
481
|
+
}, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
482
|
+
d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
|
483
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
484
|
+
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
497
485
|
})), children);
|
498
486
|
});
|
499
487
|
if (process.env.NODE_ENV !== "production") {
|
500
|
-
|
488
|
+
InsertSyntax.propTypes = iconPropTypes4cbeb95d.i;
|
501
489
|
}
|
502
|
-
var
|
490
|
+
var Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref17, ref) {
|
503
491
|
var children = _ref17.children,
|
504
492
|
_ref17$size = _ref17.size,
|
505
493
|
size = _ref17$size === void 0 ? 16 : _ref17$size,
|
506
494
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref17, _excluded17);
|
507
|
-
return /*#__PURE__*/
|
495
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
508
496
|
width: size,
|
509
497
|
height: size,
|
510
498
|
ref: ref,
|
511
499
|
xmlns: "http://www.w3.org/2000/svg",
|
512
500
|
viewBox: "0 0 32 32",
|
513
501
|
fill: "currentColor"
|
514
|
-
}, rest),
|
515
|
-
d: "
|
502
|
+
}, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
503
|
+
d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
|
504
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
505
|
+
d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
|
516
506
|
})), children);
|
517
507
|
});
|
518
508
|
if (process.env.NODE_ENV !== "production") {
|
519
|
-
|
509
|
+
Inspection.propTypes = iconPropTypes4cbeb95d.i;
|
520
510
|
}
|
521
|
-
var
|
511
|
+
var InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref18, ref) {
|
522
512
|
var children = _ref18.children,
|
523
513
|
_ref18$size = _ref18.size,
|
524
514
|
size = _ref18$size === void 0 ? 16 : _ref18$size,
|
525
515
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref18, _excluded18);
|
526
|
-
return /*#__PURE__*/
|
516
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
527
517
|
width: size,
|
528
518
|
height: size,
|
529
519
|
ref: ref,
|
530
520
|
xmlns: "http://www.w3.org/2000/svg",
|
531
521
|
viewBox: "0 0 32 32",
|
532
522
|
fill: "currentColor"
|
533
|
-
}, rest), _path29 || (_path29 = /*#__PURE__*/
|
534
|
-
d: "
|
523
|
+
}, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
524
|
+
d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
|
525
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
526
|
+
cx: "9",
|
527
|
+
cy: "27",
|
528
|
+
r: "1"
|
529
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
530
|
+
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
535
531
|
})), children);
|
536
532
|
});
|
537
533
|
if (process.env.NODE_ENV !== "production") {
|
538
|
-
|
534
|
+
InstanceBx.propTypes = iconPropTypes4cbeb95d.i;
|
539
535
|
}
|
540
|
-
var
|
536
|
+
var InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref19, ref) {
|
541
537
|
var children = _ref19.children,
|
542
538
|
_ref19$size = _ref19.size,
|
543
539
|
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
544
540
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref19, _excluded19);
|
545
|
-
return /*#__PURE__*/
|
541
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
546
542
|
width: size,
|
547
543
|
height: size,
|
548
544
|
ref: ref,
|
549
545
|
xmlns: "http://www.w3.org/2000/svg",
|
550
546
|
viewBox: "0 0 32 32",
|
551
547
|
fill: "currentColor"
|
552
|
-
}, rest),
|
553
|
-
d: "
|
548
|
+
}, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
549
|
+
d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
|
550
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
551
|
+
cx: "9",
|
552
|
+
cy: "27",
|
553
|
+
r: "1"
|
554
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
555
|
+
d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
|
554
556
|
})), children);
|
555
557
|
});
|
556
558
|
if (process.env.NODE_ENV !== "production") {
|
557
|
-
|
559
|
+
InstanceClassic.propTypes = iconPropTypes4cbeb95d.i;
|
558
560
|
}
|
559
|
-
var
|
561
|
+
var InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref20, ref) {
|
560
562
|
var children = _ref20.children,
|
561
563
|
_ref20$size = _ref20.size,
|
562
564
|
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
563
565
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref20, _excluded20);
|
564
|
-
return /*#__PURE__*/
|
566
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
565
567
|
width: size,
|
566
568
|
height: size,
|
567
569
|
ref: ref,
|
568
570
|
xmlns: "http://www.w3.org/2000/svg",
|
569
571
|
viewBox: "0 0 32 32",
|
570
572
|
fill: "currentColor"
|
571
|
-
}, rest),
|
572
|
-
|
573
|
+
}, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
574
|
+
cx: "9",
|
575
|
+
cy: "27",
|
576
|
+
r: "1"
|
577
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
578
|
+
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
573
579
|
})), children);
|
574
580
|
});
|
575
581
|
if (process.env.NODE_ENV !== "production") {
|
576
|
-
|
582
|
+
InstanceCx.propTypes = iconPropTypes4cbeb95d.i;
|
577
583
|
}
|
578
|
-
var
|
584
|
+
var InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref21, ref) {
|
579
585
|
var children = _ref21.children,
|
580
586
|
_ref21$size = _ref21.size,
|
581
587
|
size = _ref21$size === void 0 ? 16 : _ref21$size,
|
582
588
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref21, _excluded21);
|
583
|
-
return /*#__PURE__*/
|
589
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
584
590
|
width: size,
|
585
591
|
height: size,
|
586
592
|
ref: ref,
|
587
593
|
xmlns: "http://www.w3.org/2000/svg",
|
588
594
|
viewBox: "0 0 32 32",
|
589
595
|
fill: "currentColor"
|
590
|
-
}, rest),
|
591
|
-
d: "
|
596
|
+
}, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
597
|
+
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
|
598
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
599
|
+
cx: "9",
|
600
|
+
cy: "27",
|
601
|
+
r: "1"
|
602
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
603
|
+
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
592
604
|
})), children);
|
593
605
|
});
|
594
606
|
if (process.env.NODE_ENV !== "production") {
|
595
|
-
|
607
|
+
InstanceMx.propTypes = iconPropTypes4cbeb95d.i;
|
596
608
|
}
|
597
|
-
var
|
609
|
+
var InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref22, ref) {
|
598
610
|
var children = _ref22.children,
|
599
611
|
_ref22$size = _ref22.size,
|
600
612
|
size = _ref22$size === void 0 ? 16 : _ref22$size,
|
601
613
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref22, _excluded22);
|
602
|
-
return /*#__PURE__*/
|
614
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
603
615
|
width: size,
|
604
616
|
height: size,
|
605
617
|
ref: ref,
|
606
618
|
xmlns: "http://www.w3.org/2000/svg",
|
607
619
|
viewBox: "0 0 32 32",
|
608
620
|
fill: "currentColor"
|
609
|
-
}, rest),
|
610
|
-
|
621
|
+
}, rest), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
622
|
+
cx: "7",
|
623
|
+
cy: "23",
|
624
|
+
r: "1"
|
625
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
626
|
+
d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
|
611
627
|
})), children);
|
612
628
|
});
|
613
629
|
if (process.env.NODE_ENV !== "production") {
|
614
|
-
|
630
|
+
InstanceVirtual.propTypes = iconPropTypes4cbeb95d.i;
|
615
631
|
}
|
616
|
-
var
|
632
|
+
var Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref23, ref) {
|
617
633
|
var children = _ref23.children,
|
618
634
|
_ref23$size = _ref23.size,
|
619
635
|
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
620
636
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref23, _excluded23);
|
621
|
-
return /*#__PURE__*/
|
637
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
622
638
|
width: size,
|
623
639
|
height: size,
|
624
640
|
ref: ref,
|
625
641
|
xmlns: "http://www.w3.org/2000/svg",
|
626
642
|
viewBox: "0 0 32 32",
|
627
643
|
fill: "currentColor"
|
628
|
-
}, rest),
|
629
|
-
d: "
|
644
|
+
}, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
645
|
+
d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
|
630
646
|
})), children);
|
631
647
|
});
|
632
648
|
if (process.env.NODE_ENV !== "production") {
|
633
|
-
|
649
|
+
Integration.propTypes = iconPropTypes4cbeb95d.i;
|
634
650
|
}
|
635
|
-
var
|
651
|
+
var IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref24, ref) {
|
636
652
|
var children = _ref24.children,
|
637
653
|
_ref24$size = _ref24.size,
|
638
654
|
size = _ref24$size === void 0 ? 16 : _ref24$size,
|
639
655
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref24, _excluded24);
|
640
|
-
return /*#__PURE__*/
|
656
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
641
657
|
width: size,
|
642
658
|
height: size,
|
643
659
|
ref: ref,
|
644
660
|
xmlns: "http://www.w3.org/2000/svg",
|
645
661
|
viewBox: "0 0 32 32",
|
646
662
|
fill: "currentColor"
|
647
|
-
}, rest),
|
648
|
-
d: "
|
663
|
+
}, rest), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
664
|
+
d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
|
665
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
666
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
649
667
|
})), children);
|
650
668
|
});
|
651
669
|
if (process.env.NODE_ENV !== "production") {
|
652
|
-
|
670
|
+
IntentRequestActive.propTypes = iconPropTypes4cbeb95d.i;
|
653
671
|
}
|
654
|
-
var
|
672
|
+
var IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref25, ref) {
|
655
673
|
var children = _ref25.children,
|
656
674
|
_ref25$size = _ref25.size,
|
657
675
|
size = _ref25$size === void 0 ? 16 : _ref25$size,
|
658
676
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref25, _excluded25);
|
659
|
-
return /*#__PURE__*/
|
677
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
660
678
|
width: size,
|
661
679
|
height: size,
|
662
680
|
ref: ref,
|
663
681
|
xmlns: "http://www.w3.org/2000/svg",
|
664
682
|
viewBox: "0 0 32 32",
|
665
683
|
fill: "currentColor"
|
666
|
-
}, rest),
|
667
|
-
d: "
|
684
|
+
}, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
685
|
+
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
|
686
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
687
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
668
688
|
})), children);
|
669
689
|
});
|
670
690
|
if (process.env.NODE_ENV !== "production") {
|
671
|
-
|
691
|
+
IntentRequestCreate.propTypes = iconPropTypes4cbeb95d.i;
|
672
692
|
}
|
673
|
-
var
|
693
|
+
var IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref26, ref) {
|
674
694
|
var children = _ref26.children,
|
675
695
|
_ref26$size = _ref26.size,
|
676
696
|
size = _ref26$size === void 0 ? 16 : _ref26$size,
|
677
697
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref26, _excluded26);
|
678
|
-
return /*#__PURE__*/
|
698
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
679
699
|
width: size,
|
680
700
|
height: size,
|
681
701
|
ref: ref,
|
682
702
|
xmlns: "http://www.w3.org/2000/svg",
|
683
703
|
viewBox: "0 0 32 32",
|
684
704
|
fill: "currentColor"
|
685
|
-
}, rest),
|
686
|
-
d: "
|
705
|
+
}, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
706
|
+
d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
|
707
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
708
|
+
d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
|
687
709
|
})), children);
|
688
710
|
});
|
689
711
|
if (process.env.NODE_ENV !== "production") {
|
690
|
-
|
712
|
+
IntentRequestHeal.propTypes = iconPropTypes4cbeb95d.i;
|
691
713
|
}
|
692
|
-
var
|
714
|
+
var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref27, ref) {
|
693
715
|
var children = _ref27.children,
|
694
716
|
_ref27$size = _ref27.size,
|
695
717
|
size = _ref27$size === void 0 ? 16 : _ref27$size,
|
696
718
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref27, _excluded27);
|
697
|
-
return /*#__PURE__*/
|
719
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
698
720
|
width: size,
|
699
721
|
height: size,
|
700
722
|
ref: ref,
|
701
723
|
xmlns: "http://www.w3.org/2000/svg",
|
702
724
|
viewBox: "0 0 32 32",
|
703
725
|
fill: "currentColor"
|
704
|
-
}, rest),
|
705
|
-
|
726
|
+
}, rest), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
727
|
+
cx: "18.5",
|
728
|
+
cy: "22.5",
|
729
|
+
r: "1.5"
|
730
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
731
|
+
cx: "23.5",
|
732
|
+
cy: "22.5",
|
733
|
+
r: "1.5"
|
734
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
735
|
+
cx: "28.5",
|
736
|
+
cy: "22.5",
|
737
|
+
r: "1.5"
|
738
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
739
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
706
740
|
})), children);
|
707
741
|
});
|
708
742
|
if (process.env.NODE_ENV !== "production") {
|
709
|
-
|
743
|
+
IntentRequestInactive.propTypes = iconPropTypes4cbeb95d.i;
|
710
744
|
}
|
711
|
-
var
|
745
|
+
var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref28, ref) {
|
712
746
|
var children = _ref28.children,
|
713
747
|
_ref28$size = _ref28.size,
|
714
748
|
size = _ref28$size === void 0 ? 16 : _ref28$size,
|
715
749
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref28, _excluded28);
|
716
|
-
return /*#__PURE__*/
|
750
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
717
751
|
width: size,
|
718
752
|
height: size,
|
719
753
|
ref: ref,
|
720
754
|
xmlns: "http://www.w3.org/2000/svg",
|
721
755
|
viewBox: "0 0 32 32",
|
722
756
|
fill: "currentColor"
|
723
|
-
}, rest),
|
724
|
-
d: "
|
757
|
+
}, rest), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
758
|
+
d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
|
725
759
|
})), children);
|
726
760
|
});
|
727
761
|
if (process.env.NODE_ENV !== "production") {
|
728
|
-
|
762
|
+
IntentRequestScaleIn.propTypes = iconPropTypes4cbeb95d.i;
|
729
763
|
}
|
730
|
-
var
|
764
|
+
var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref29, ref) {
|
731
765
|
var children = _ref29.children,
|
732
766
|
_ref29$size = _ref29.size,
|
733
767
|
size = _ref29$size === void 0 ? 16 : _ref29$size,
|
734
768
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref29, _excluded29);
|
735
|
-
return /*#__PURE__*/
|
769
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
736
770
|
width: size,
|
737
771
|
height: size,
|
738
772
|
ref: ref,
|
739
773
|
xmlns: "http://www.w3.org/2000/svg",
|
740
774
|
viewBox: "0 0 32 32",
|
741
775
|
fill: "currentColor"
|
742
|
-
}, rest),
|
743
|
-
d: "M19
|
776
|
+
}, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
777
|
+
d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
|
744
778
|
})), children);
|
745
779
|
});
|
746
780
|
if (process.env.NODE_ENV !== "production") {
|
747
|
-
|
781
|
+
IntentRequestScaleOut.propTypes = iconPropTypes4cbeb95d.i;
|
748
782
|
}
|
749
|
-
var
|
783
|
+
var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref30, ref) {
|
750
784
|
var children = _ref30.children,
|
751
785
|
_ref30$size = _ref30.size,
|
752
786
|
size = _ref30$size === void 0 ? 16 : _ref30$size,
|
753
787
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref30, _excluded30);
|
754
|
-
return /*#__PURE__*/
|
788
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
755
789
|
width: size,
|
756
790
|
height: size,
|
757
791
|
ref: ref,
|
758
792
|
xmlns: "http://www.w3.org/2000/svg",
|
759
793
|
viewBox: "0 0 32 32",
|
760
794
|
fill: "currentColor"
|
761
|
-
}, rest),
|
762
|
-
d: "
|
795
|
+
}, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
796
|
+
d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
|
797
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
798
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
763
799
|
})), children);
|
764
800
|
});
|
765
801
|
if (process.env.NODE_ENV !== "production") {
|
766
|
-
|
802
|
+
IntentRequestUninstall.propTypes = iconPropTypes4cbeb95d.i;
|
767
803
|
}
|
768
|
-
var
|
804
|
+
var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref31, ref) {
|
769
805
|
var children = _ref31.children,
|
770
806
|
_ref31$size = _ref31.size,
|
771
807
|
size = _ref31$size === void 0 ? 16 : _ref31$size,
|
772
808
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref31, _excluded31);
|
773
|
-
return /*#__PURE__*/
|
809
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
774
810
|
width: size,
|
775
811
|
height: size,
|
776
812
|
ref: ref,
|
777
813
|
xmlns: "http://www.w3.org/2000/svg",
|
778
814
|
viewBox: "0 0 32 32",
|
779
815
|
fill: "currentColor"
|
780
|
-
}, rest),
|
781
|
-
d: "
|
816
|
+
}, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
817
|
+
d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
|
818
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
819
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
782
820
|
})), children);
|
783
821
|
});
|
784
822
|
if (process.env.NODE_ENV !== "production") {
|
785
|
-
|
823
|
+
IntentRequestUpgrade.propTypes = iconPropTypes4cbeb95d.i;
|
786
824
|
}
|
787
|
-
var
|
825
|
+
var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref32, ref) {
|
788
826
|
var children = _ref32.children,
|
789
827
|
_ref32$size = _ref32.size,
|
790
828
|
size = _ref32$size === void 0 ? 16 : _ref32$size,
|
791
829
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref32, _excluded32);
|
792
|
-
|
830
|
+
if (size === 16 || size === "16" || size === "16px") {
|
831
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
832
|
+
width: size,
|
833
|
+
height: size,
|
834
|
+
ref: ref,
|
835
|
+
xmlns: "http://www.w3.org/2000/svg",
|
836
|
+
viewBox: "0 0 16 16",
|
837
|
+
fill: "currentColor"
|
838
|
+
}, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
839
|
+
fillRule: "evenodd",
|
840
|
+
d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
|
841
|
+
})), children);
|
842
|
+
}
|
843
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
793
844
|
width: size,
|
794
845
|
height: size,
|
795
846
|
ref: ref,
|
796
847
|
xmlns: "http://www.w3.org/2000/svg",
|
797
848
|
viewBox: "0 0 32 32",
|
798
849
|
fill: "currentColor"
|
799
|
-
}, rest),
|
800
|
-
d: "
|
850
|
+
}, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
851
|
+
d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
|
801
852
|
})), children);
|
802
853
|
});
|
803
854
|
if (process.env.NODE_ENV !== "production") {
|
804
|
-
|
855
|
+
Interactions.propTypes = iconPropTypes4cbeb95d.i;
|
805
856
|
}
|
806
|
-
var
|
857
|
+
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref33, ref) {
|
807
858
|
var children = _ref33.children,
|
808
859
|
_ref33$size = _ref33.size,
|
809
860
|
size = _ref33$size === void 0 ? 16 : _ref33$size,
|
810
861
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref33, _excluded33);
|
811
|
-
return /*#__PURE__*/
|
862
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
812
863
|
width: size,
|
813
864
|
height: size,
|
814
865
|
ref: ref,
|
815
866
|
xmlns: "http://www.w3.org/2000/svg",
|
816
867
|
viewBox: "0 0 32 32",
|
817
868
|
fill: "currentColor"
|
818
|
-
}, rest),
|
819
|
-
d: "
|
869
|
+
}, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
870
|
+
d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
|
871
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
872
|
+
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
|
873
|
+
transform: "rotate(-45 9 20)"
|
874
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
875
|
+
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
876
|
+
transform: "rotate(-45 20 9)"
|
877
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
878
|
+
d: "M7.586 7.586H10.414V10.414H7.586z",
|
879
|
+
transform: "rotate(-45 9 9)"
|
880
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
881
|
+
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
820
882
|
})), children);
|
821
883
|
});
|
822
884
|
if (process.env.NODE_ENV !== "production") {
|
823
|
-
|
885
|
+
WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes4cbeb95d.i;
|
824
886
|
}
|
825
|
-
var
|
887
|
+
var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref34, ref) {
|
826
888
|
var children = _ref34.children,
|
827
889
|
_ref34$size = _ref34.size,
|
828
890
|
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
829
891
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref34, _excluded34);
|
830
|
-
return /*#__PURE__*/
|
892
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
831
893
|
width: size,
|
832
894
|
height: size,
|
833
895
|
ref: ref,
|
834
896
|
xmlns: "http://www.w3.org/2000/svg",
|
835
897
|
viewBox: "0 0 32 32",
|
836
898
|
fill: "currentColor"
|
837
|
-
}, rest),
|
838
|
-
|
899
|
+
}, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
900
|
+
strokeWidth: "0",
|
901
|
+
d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
|
902
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
903
|
+
strokeWidth: "0",
|
904
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
839
905
|
})), children);
|
840
906
|
});
|
841
907
|
if (process.env.NODE_ENV !== "production") {
|
842
|
-
|
908
|
+
InterfaceUsage.propTypes = iconPropTypes4cbeb95d.i;
|
843
909
|
}
|
844
|
-
var
|
910
|
+
var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref35, ref) {
|
845
911
|
var children = _ref35.children,
|
846
912
|
_ref35$size = _ref35.size,
|
847
913
|
size = _ref35$size === void 0 ? 16 : _ref35$size,
|
848
914
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref35, _excluded35);
|
849
|
-
return /*#__PURE__*/
|
915
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
850
916
|
width: size,
|
851
917
|
height: size,
|
852
918
|
ref: ref,
|
853
919
|
xmlns: "http://www.w3.org/2000/svg",
|
854
920
|
viewBox: "0 0 32 32",
|
855
921
|
fill: "currentColor"
|
856
|
-
}, rest),
|
857
|
-
d: "
|
922
|
+
}, rest), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
923
|
+
d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
|
924
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
925
|
+
d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
|
858
926
|
})), children);
|
859
927
|
});
|
860
928
|
if (process.env.NODE_ENV !== "production") {
|
861
|
-
|
929
|
+
Intersect.propTypes = iconPropTypes4cbeb95d.i;
|
862
930
|
}
|
863
|
-
var
|
931
|
+
var IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref36, ref) {
|
864
932
|
var children = _ref36.children,
|
865
933
|
_ref36$size = _ref36.size,
|
866
934
|
size = _ref36$size === void 0 ? 16 : _ref36$size,
|
867
935
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref36, _excluded36);
|
868
|
-
return /*#__PURE__*/
|
936
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
869
937
|
width: size,
|
870
938
|
height: size,
|
871
939
|
ref: ref,
|
872
940
|
xmlns: "http://www.w3.org/2000/svg",
|
873
941
|
viewBox: "0 0 32 32",
|
874
942
|
fill: "currentColor"
|
875
|
-
}, rest),
|
876
|
-
|
943
|
+
}, rest), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
944
|
+
cx: "22",
|
945
|
+
cy: "23.887",
|
946
|
+
r: "2"
|
947
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
948
|
+
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
|
949
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
950
|
+
d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
|
877
951
|
})), children);
|
878
952
|
});
|
879
953
|
if (process.env.NODE_ENV !== "production") {
|
880
|
-
|
954
|
+
IntrusionPrevention.propTypes = iconPropTypes4cbeb95d.i;
|
881
955
|
}
|
882
|
-
var
|
956
|
+
var InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref37, ref) {
|
883
957
|
var children = _ref37.children,
|
884
958
|
_ref37$size = _ref37.size,
|
885
959
|
size = _ref37$size === void 0 ? 16 : _ref37$size,
|
886
960
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref37, _excluded37);
|
887
|
-
return /*#__PURE__*/
|
961
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
888
962
|
width: size,
|
889
963
|
height: size,
|
890
964
|
ref: ref,
|
891
965
|
xmlns: "http://www.w3.org/2000/svg",
|
892
966
|
viewBox: "0 0 32 32",
|
893
967
|
fill: "currentColor"
|
894
|
-
}, rest),
|
895
|
-
d: "
|
968
|
+
}, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
969
|
+
d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
|
970
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
971
|
+
d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
|
896
972
|
})), children);
|
897
973
|
});
|
898
974
|
if (process.env.NODE_ENV !== "production") {
|
899
|
-
|
975
|
+
InventoryManagement.propTypes = iconPropTypes4cbeb95d.i;
|
900
976
|
}
|
901
|
-
var
|
977
|
+
var IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref38, ref) {
|
902
978
|
var children = _ref38.children,
|
903
979
|
_ref38$size = _ref38.size,
|
904
980
|
size = _ref38$size === void 0 ? 16 : _ref38$size,
|
905
981
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref38, _excluded38);
|
906
|
-
return /*#__PURE__*/
|
982
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
907
983
|
width: size,
|
908
984
|
height: size,
|
909
985
|
ref: ref,
|
910
986
|
xmlns: "http://www.w3.org/2000/svg",
|
911
987
|
viewBox: "0 0 32 32",
|
912
988
|
fill: "currentColor"
|
913
|
-
}, rest),
|
914
|
-
d: "
|
989
|
+
}, rest), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
990
|
+
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
991
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
992
|
+
d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
|
915
993
|
})), children);
|
916
994
|
});
|
917
995
|
if (process.env.NODE_ENV !== "production") {
|
918
|
-
|
996
|
+
IotConnect.propTypes = iconPropTypes4cbeb95d.i;
|
919
997
|
}
|
920
|
-
var
|
998
|
+
var IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref39, ref) {
|
921
999
|
var children = _ref39.children,
|
922
1000
|
_ref39$size = _ref39.size,
|
923
1001
|
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
924
1002
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref39, _excluded39);
|
925
|
-
return /*#__PURE__*/
|
1003
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
926
1004
|
width: size,
|
927
1005
|
height: size,
|
928
1006
|
ref: ref,
|
929
1007
|
xmlns: "http://www.w3.org/2000/svg",
|
930
1008
|
viewBox: "0 0 32 32",
|
931
1009
|
fill: "currentColor"
|
932
|
-
}, rest),
|
933
|
-
d: "
|
934
|
-
})),
|
935
|
-
d: "
|
1010
|
+
}, rest), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
1011
|
+
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
1012
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
1013
|
+
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
1014
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
1015
|
+
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
936
1016
|
})), children);
|
937
1017
|
});
|
938
1018
|
if (process.env.NODE_ENV !== "production") {
|
939
|
-
|
1019
|
+
IotPlatform.propTypes = iconPropTypes4cbeb95d.i;
|
940
1020
|
}
|
941
|
-
var
|
1021
|
+
var Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref40, ref) {
|
942
1022
|
var children = _ref40.children,
|
943
1023
|
_ref40$size = _ref40.size,
|
944
1024
|
size = _ref40$size === void 0 ? 16 : _ref40$size,
|
945
1025
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref40, _excluded40);
|
946
|
-
return /*#__PURE__*/
|
1026
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
947
1027
|
width: size,
|
948
1028
|
height: size,
|
949
1029
|
ref: ref,
|
950
1030
|
xmlns: "http://www.w3.org/2000/svg",
|
951
1031
|
viewBox: "0 0 32 32",
|
952
1032
|
fill: "currentColor"
|
953
|
-
}, rest),
|
954
|
-
|
955
|
-
|
956
|
-
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
|
1033
|
+
}, rest), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
1034
|
+
strokeWidth: "0",
|
1035
|
+
d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
|
957
1036
|
})), children);
|
958
1037
|
});
|
959
1038
|
if (process.env.NODE_ENV !== "production") {
|
960
|
-
|
1039
|
+
Ip.propTypes = iconPropTypes4cbeb95d.i;
|
961
1040
|
}
|
962
|
-
var
|
1041
|
+
var Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref41, ref) {
|
963
1042
|
var children = _ref41.children,
|
964
1043
|
_ref41$size = _ref41.size,
|
965
1044
|
size = _ref41$size === void 0 ? 16 : _ref41$size,
|
966
1045
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref41, _excluded41);
|
967
|
-
return /*#__PURE__*/
|
1046
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
968
1047
|
width: size,
|
969
1048
|
height: size,
|
970
1049
|
ref: ref,
|
971
1050
|
xmlns: "http://www.w3.org/2000/svg",
|
972
1051
|
viewBox: "0 0 32 32",
|
973
1052
|
fill: "currentColor"
|
974
|
-
}, rest),
|
975
|
-
d: "
|
976
|
-
})), _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
|
977
|
-
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
|
1053
|
+
}, rest), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
1054
|
+
d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
|
978
1055
|
})), children);
|
979
1056
|
});
|
980
1057
|
if (process.env.NODE_ENV !== "production") {
|
981
|
-
|
1058
|
+
Iso.propTypes = iconPropTypes4cbeb95d.i;
|
982
1059
|
}
|
983
|
-
var
|
1060
|
+
var IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref42, ref) {
|
984
1061
|
var children = _ref42.children,
|
985
1062
|
_ref42$size = _ref42.size,
|
986
1063
|
size = _ref42$size === void 0 ? 16 : _ref42$size,
|
987
1064
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref42, _excluded42);
|
988
|
-
return /*#__PURE__*/
|
1065
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
989
1066
|
width: size,
|
990
1067
|
height: size,
|
991
1068
|
ref: ref,
|
992
1069
|
xmlns: "http://www.w3.org/2000/svg",
|
993
1070
|
viewBox: "0 0 32 32",
|
994
1071
|
fill: "currentColor"
|
995
|
-
}, rest),
|
996
|
-
d: "
|
997
|
-
})),
|
998
|
-
d: "
|
1072
|
+
}, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
1073
|
+
d: "M21 13H24V19H21z"
|
1074
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
1075
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
|
999
1076
|
})), children);
|
1000
1077
|
});
|
1001
1078
|
if (process.env.NODE_ENV !== "production") {
|
1002
|
-
|
1079
|
+
IsoFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1003
1080
|
}
|
1004
|
-
var
|
1081
|
+
var IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref43, ref) {
|
1005
1082
|
var children = _ref43.children,
|
1006
1083
|
_ref43$size = _ref43.size,
|
1007
1084
|
size = _ref43$size === void 0 ? 16 : _ref43$size,
|
1008
1085
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref43, _excluded43);
|
1009
|
-
return /*#__PURE__*/
|
1086
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1010
1087
|
width: size,
|
1011
1088
|
height: size,
|
1012
1089
|
ref: ref,
|
1013
1090
|
xmlns: "http://www.w3.org/2000/svg",
|
1014
1091
|
viewBox: "0 0 32 32",
|
1015
1092
|
fill: "currentColor"
|
1016
|
-
}, rest),
|
1017
|
-
d: "
|
1018
|
-
})),
|
1019
|
-
d: "
|
1093
|
+
}, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
1094
|
+
d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
|
1095
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
1096
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
|
1020
1097
|
})), children);
|
1021
1098
|
});
|
1022
1099
|
if (process.env.NODE_ENV !== "production") {
|
1023
|
-
|
1100
|
+
IsoOutline.propTypes = iconPropTypes4cbeb95d.i;
|
1024
1101
|
}
|
1025
|
-
var
|
1102
|
+
var JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref44, ref) {
|
1026
1103
|
var children = _ref44.children,
|
1027
1104
|
_ref44$size = _ref44.size,
|
1028
1105
|
size = _ref44$size === void 0 ? 16 : _ref44$size,
|
1029
1106
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref44, _excluded44);
|
1030
|
-
return /*#__PURE__*/
|
1107
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1031
1108
|
width: size,
|
1032
1109
|
height: size,
|
1033
1110
|
ref: ref,
|
1034
1111
|
xmlns: "http://www.w3.org/2000/svg",
|
1035
1112
|
viewBox: "0 0 32 32",
|
1036
1113
|
fill: "currentColor"
|
1037
|
-
}, rest),
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1114
|
+
}, rest), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
1115
|
+
fill: "none",
|
1116
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
1117
|
+
"data-icon-path": "inner-path"
|
1118
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
1119
|
+
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
1120
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
1121
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
1122
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
1123
|
+
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
1041
1124
|
})), children);
|
1042
1125
|
});
|
1043
1126
|
if (process.env.NODE_ENV !== "production") {
|
1044
|
-
|
1127
|
+
JoinFull.propTypes = iconPropTypes4cbeb95d.i;
|
1045
1128
|
}
|
1046
|
-
var
|
1129
|
+
var JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref45, ref) {
|
1047
1130
|
var children = _ref45.children,
|
1048
1131
|
_ref45$size = _ref45.size,
|
1049
1132
|
size = _ref45$size === void 0 ? 16 : _ref45$size,
|
1050
1133
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref45, _excluded45);
|
1051
|
-
return /*#__PURE__*/
|
1134
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1052
1135
|
width: size,
|
1053
1136
|
height: size,
|
1054
1137
|
ref: ref,
|
1055
1138
|
xmlns: "http://www.w3.org/2000/svg",
|
1056
1139
|
viewBox: "0 0 32 32",
|
1057
1140
|
fill: "currentColor"
|
1058
|
-
}, rest),
|
1059
|
-
d: "
|
1060
|
-
})), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1061
|
-
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
1141
|
+
}, rest), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
1142
|
+
d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
|
1062
1143
|
})), children);
|
1063
1144
|
});
|
1064
1145
|
if (process.env.NODE_ENV !== "production") {
|
1065
|
-
|
1146
|
+
JoinInner.propTypes = iconPropTypes4cbeb95d.i;
|
1066
1147
|
}
|
1067
|
-
var
|
1148
|
+
var JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref46, ref) {
|
1068
1149
|
var children = _ref46.children,
|
1069
1150
|
_ref46$size = _ref46.size,
|
1070
1151
|
size = _ref46$size === void 0 ? 16 : _ref46$size,
|
1071
1152
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref46, _excluded46);
|
1072
|
-
return /*#__PURE__*/
|
1153
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1073
1154
|
width: size,
|
1074
1155
|
height: size,
|
1075
1156
|
ref: ref,
|
1076
1157
|
xmlns: "http://www.w3.org/2000/svg",
|
1077
1158
|
viewBox: "0 0 32 32",
|
1078
1159
|
fill: "currentColor"
|
1079
|
-
}, rest),
|
1080
|
-
d: "
|
1160
|
+
}, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
1161
|
+
d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
|
1162
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1163
|
+
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
1164
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1165
|
+
fill: "none",
|
1166
|
+
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
1167
|
+
"data-icon-path": "inner-path"
|
1168
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1169
|
+
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
1081
1170
|
})), children);
|
1082
1171
|
});
|
1083
1172
|
if (process.env.NODE_ENV !== "production") {
|
1084
|
-
|
1173
|
+
JoinLeft.propTypes = iconPropTypes4cbeb95d.i;
|
1085
1174
|
}
|
1086
|
-
var
|
1175
|
+
var JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref47, ref) {
|
1087
1176
|
var children = _ref47.children,
|
1088
1177
|
_ref47$size = _ref47.size,
|
1089
1178
|
size = _ref47$size === void 0 ? 16 : _ref47$size,
|
1090
1179
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref47, _excluded47);
|
1091
|
-
|
1092
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
1093
|
-
width: size,
|
1094
|
-
height: size,
|
1095
|
-
ref: ref,
|
1096
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1097
|
-
viewBox: "0 0 16 16",
|
1098
|
-
fill: "currentColor"
|
1099
|
-
}, rest), _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1100
|
-
d: "M7.5 1H8.5V3.5H7.5z"
|
1101
|
-
})), _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1102
|
-
d: "M10.8 3.4H13.3V4.4H10.8z",
|
1103
|
-
transform: "rotate(-45.001 12.041 3.923)"
|
1104
|
-
})), _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1105
|
-
d: "M12.5 7.5H15V8.5H12.5z"
|
1106
|
-
})), _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1107
|
-
d: "M11.6 10.8H12.6V13.3H11.6z",
|
1108
|
-
transform: "rotate(-45.001 12.075 12.041)"
|
1109
|
-
})), _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1110
|
-
d: "M7.5 12.5H8.5V15H7.5z"
|
1111
|
-
})), _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1112
|
-
d: "M2.7 11.6H5.2V12.6H2.7z",
|
1113
|
-
transform: "rotate(-45.001 3.96 12.079)"
|
1114
|
-
})), _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1115
|
-
d: "M1 7.5H3.5V8.5H1z"
|
1116
|
-
})), _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1117
|
-
d: "M3.4 2.7H4.4V5.2H3.4z",
|
1118
|
-
transform: "rotate(-45.001 3.925 3.961)"
|
1119
|
-
})), _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1120
|
-
d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
|
1121
|
-
})), children);
|
1122
|
-
}
|
1123
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
1180
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1124
1181
|
width: size,
|
1125
1182
|
height: size,
|
1126
1183
|
ref: ref,
|
1127
1184
|
xmlns: "http://www.w3.org/2000/svg",
|
1128
1185
|
viewBox: "0 0 32 32",
|
1129
1186
|
fill: "currentColor"
|
1130
|
-
}, rest),
|
1131
|
-
d: "
|
1132
|
-
})), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1133
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
1134
|
-
transform: "rotate(-45 24.147 7.853)"
|
1135
|
-
})), _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1136
|
-
d: "M25 15H30V17H25z"
|
1137
|
-
})), _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1138
|
-
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
1139
|
-
transform: "rotate(-45 24.147 24.146)"
|
1140
|
-
})), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1141
|
-
d: "M15 25H17V30H15z"
|
1142
|
-
})), _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1143
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1144
|
-
transform: "rotate(-45 7.853 24.146)"
|
1145
|
-
})), _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1146
|
-
d: "M2 15H7V17H2z"
|
1147
|
-
})), _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1148
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1149
|
-
transform: "rotate(-45 7.854 7.853)"
|
1150
|
-
})), _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1151
|
-
d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
1187
|
+
}, rest), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1188
|
+
d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
|
1152
1189
|
})), children);
|
1153
1190
|
});
|
1154
1191
|
if (process.env.NODE_ENV !== "production") {
|
1155
|
-
|
1192
|
+
JoinOuter.propTypes = iconPropTypes4cbeb95d.i;
|
1156
1193
|
}
|
1157
|
-
var
|
1194
|
+
var JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref48, ref) {
|
1158
1195
|
var children = _ref48.children,
|
1159
1196
|
_ref48$size = _ref48.size,
|
1160
1197
|
size = _ref48$size === void 0 ? 16 : _ref48$size,
|
1161
1198
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref48, _excluded48);
|
1162
|
-
return /*#__PURE__*/
|
1199
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1163
1200
|
width: size,
|
1164
1201
|
height: size,
|
1165
1202
|
ref: ref,
|
1166
1203
|
xmlns: "http://www.w3.org/2000/svg",
|
1167
1204
|
viewBox: "0 0 32 32",
|
1168
1205
|
fill: "currentColor"
|
1169
|
-
}, rest),
|
1170
|
-
d: "
|
1171
|
-
})),
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
})), _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1180
|
-
d: "M15 25H17V30H15z"
|
1181
|
-
})), _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1182
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1183
|
-
transform: "rotate(-45 7.853 24.146)"
|
1184
|
-
})), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1185
|
-
d: "M2 15H7V17H2z"
|
1186
|
-
})), _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1187
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1188
|
-
transform: "rotate(-45 7.854 7.853)"
|
1189
|
-
})), _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1190
|
-
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
1206
|
+
}, rest), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1207
|
+
d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
|
1208
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1209
|
+
fill: "none",
|
1210
|
+
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
1211
|
+
"data-icon-path": "inner-path"
|
1212
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1213
|
+
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
1214
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1215
|
+
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
1191
1216
|
})), children);
|
1192
1217
|
});
|
1193
1218
|
if (process.env.NODE_ENV !== "production") {
|
1194
|
-
|
1219
|
+
JoinRight.propTypes = iconPropTypes4cbeb95d.i;
|
1195
1220
|
}
|
1196
|
-
var
|
1221
|
+
var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref49, ref) {
|
1197
1222
|
var children = _ref49.children,
|
1198
1223
|
_ref49$size = _ref49.size,
|
1199
1224
|
size = _ref49$size === void 0 ? 16 : _ref49$size,
|
1200
1225
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref49, _excluded49);
|
1201
|
-
return /*#__PURE__*/
|
1226
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1202
1227
|
width: size,
|
1203
1228
|
height: size,
|
1204
1229
|
ref: ref,
|
1205
1230
|
xmlns: "http://www.w3.org/2000/svg",
|
1206
1231
|
viewBox: "0 0 32 32",
|
1207
1232
|
fill: "currentColor"
|
1208
|
-
}, rest),
|
1209
|
-
|
1233
|
+
}, rest), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
1234
|
+
strokeWidth: "0",
|
1235
|
+
d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
|
1210
1236
|
})), children);
|
1211
1237
|
});
|
1212
1238
|
if (process.env.NODE_ENV !== "production") {
|
1213
|
-
|
1239
|
+
JoinNode.propTypes = iconPropTypes4cbeb95d.i;
|
1214
1240
|
}
|
1215
|
-
var
|
1241
|
+
var Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref50, ref) {
|
1216
1242
|
var children = _ref50.children,
|
1217
1243
|
_ref50$size = _ref50.size,
|
1218
1244
|
size = _ref50$size === void 0 ? 16 : _ref50$size,
|
1219
1245
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref50, _excluded50);
|
1220
|
-
return /*#__PURE__*/
|
1246
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1221
1247
|
width: size,
|
1222
1248
|
height: size,
|
1223
1249
|
ref: ref,
|
1224
1250
|
xmlns: "http://www.w3.org/2000/svg",
|
1225
1251
|
viewBox: "0 0 32 32",
|
1226
1252
|
fill: "currentColor"
|
1227
|
-
}, rest),
|
1228
|
-
d: "
|
1229
|
-
})), _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1230
|
-
d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
|
1253
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
1254
|
+
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
|
1231
1255
|
})), children);
|
1232
1256
|
});
|
1233
1257
|
if (process.env.NODE_ENV !== "production") {
|
1234
|
-
|
1258
|
+
Jpg.propTypes = iconPropTypes4cbeb95d.i;
|
1235
1259
|
}
|
1236
|
-
var
|
1260
|
+
var JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref51, ref) {
|
1237
1261
|
var children = _ref51.children,
|
1238
1262
|
_ref51$size = _ref51.size,
|
1239
1263
|
size = _ref51$size === void 0 ? 16 : _ref51$size,
|
1240
1264
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref51, _excluded51);
|
1241
|
-
return /*#__PURE__*/
|
1265
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1242
1266
|
width: size,
|
1243
1267
|
height: size,
|
1244
1268
|
ref: ref,
|
1245
1269
|
xmlns: "http://www.w3.org/2000/svg",
|
1246
1270
|
viewBox: "0 0 32 32",
|
1247
1271
|
fill: "currentColor"
|
1248
|
-
}, rest),
|
1249
|
-
d: "
|
1272
|
+
}, rest), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1273
|
+
d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
|
1274
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1275
|
+
d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
|
1250
1276
|
})), children);
|
1251
1277
|
});
|
1252
1278
|
if (process.env.NODE_ENV !== "production") {
|
1253
|
-
|
1279
|
+
JsError.propTypes = iconPropTypes4cbeb95d.i;
|
1254
1280
|
}
|
1255
|
-
var
|
1281
|
+
var Json = /*#__PURE__*/React.forwardRef(function Json(_ref52, ref) {
|
1256
1282
|
var children = _ref52.children,
|
1257
1283
|
_ref52$size = _ref52.size,
|
1258
1284
|
size = _ref52$size === void 0 ? 16 : _ref52$size,
|
1259
1285
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref52, _excluded52);
|
1260
|
-
return /*#__PURE__*/
|
1286
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1261
1287
|
width: size,
|
1262
1288
|
height: size,
|
1263
1289
|
ref: ref,
|
1264
1290
|
xmlns: "http://www.w3.org/2000/svg",
|
1265
1291
|
viewBox: "0 0 32 32",
|
1266
1292
|
fill: "currentColor"
|
1267
|
-
}, rest),
|
1268
|
-
d: "
|
1269
|
-
})), _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1270
|
-
d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
|
1293
|
+
}, rest), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1294
|
+
d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
|
1271
1295
|
})), children);
|
1272
1296
|
});
|
1273
1297
|
if (process.env.NODE_ENV !== "production") {
|
1274
|
-
|
1298
|
+
Json.propTypes = iconPropTypes4cbeb95d.i;
|
1275
1299
|
}
|
1276
|
-
var
|
1300
|
+
var JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref53, ref) {
|
1277
1301
|
var children = _ref53.children,
|
1278
1302
|
_ref53$size = _ref53.size,
|
1279
1303
|
size = _ref53$size === void 0 ? 16 : _ref53$size,
|
1280
1304
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref53, _excluded53);
|
1281
|
-
return /*#__PURE__*/
|
1305
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1282
1306
|
width: size,
|
1283
1307
|
height: size,
|
1284
1308
|
ref: ref,
|
1285
1309
|
xmlns: "http://www.w3.org/2000/svg",
|
1286
1310
|
viewBox: "0 0 32 32",
|
1287
1311
|
fill: "currentColor"
|
1288
|
-
}, rest),
|
1289
|
-
d: "
|
1312
|
+
}, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1313
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
|
1290
1314
|
})), children);
|
1291
1315
|
});
|
1292
1316
|
if (process.env.NODE_ENV !== "production") {
|
1293
|
-
|
1317
|
+
JsonReference.propTypes = iconPropTypes4cbeb95d.i;
|
1294
1318
|
}
|
1295
|
-
var
|
1319
|
+
var JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref54, ref) {
|
1296
1320
|
var children = _ref54.children,
|
1297
1321
|
_ref54$size = _ref54.size,
|
1298
1322
|
size = _ref54$size === void 0 ? 16 : _ref54$size,
|
1299
1323
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref54, _excluded54);
|
1300
|
-
return /*#__PURE__*/
|
1324
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1301
1325
|
width: size,
|
1302
1326
|
height: size,
|
1303
1327
|
ref: ref,
|
1304
1328
|
xmlns: "http://www.w3.org/2000/svg",
|
1305
1329
|
viewBox: "0 0 32 32",
|
1306
1330
|
fill: "currentColor"
|
1307
|
-
}, rest),
|
1308
|
-
d: "
|
1331
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1332
|
+
d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
|
1309
1333
|
})), children);
|
1310
1334
|
});
|
1311
1335
|
if (process.env.NODE_ENV !== "production") {
|
1312
|
-
|
1336
|
+
JumpLink.propTypes = iconPropTypes4cbeb95d.i;
|
1313
1337
|
}
|
1314
|
-
var
|
1338
|
+
var KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref55, ref) {
|
1315
1339
|
var children = _ref55.children,
|
1316
1340
|
_ref55$size = _ref55.size,
|
1317
1341
|
size = _ref55$size === void 0 ? 16 : _ref55$size,
|
1318
1342
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref55, _excluded55);
|
1319
|
-
|
1320
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
1321
|
-
width: size,
|
1322
|
-
height: size,
|
1323
|
-
ref: ref,
|
1324
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1325
|
-
viewBox: "0 0 16 16",
|
1326
|
-
fill: "currentColor"
|
1327
|
-
}, rest), _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1328
|
-
cx: "3.5",
|
1329
|
-
cy: "4.5",
|
1330
|
-
r: "1.5"
|
1331
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1332
|
-
cx: "3.5",
|
1333
|
-
cy: "11.5",
|
1334
|
-
r: "1.5"
|
1335
|
-
})), _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1336
|
-
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
1337
|
-
})), children);
|
1338
|
-
}
|
1339
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
1343
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1340
1344
|
width: size,
|
1341
1345
|
height: size,
|
1342
1346
|
ref: ref,
|
1343
1347
|
xmlns: "http://www.w3.org/2000/svg",
|
1344
1348
|
viewBox: "0 0 32 32",
|
1345
1349
|
fill: "currentColor"
|
1346
|
-
}, rest),
|
1347
|
-
|
1348
|
-
|
1349
|
-
|
1350
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1351
|
-
cx: "7",
|
1352
|
-
cy: "23",
|
1353
|
-
r: "3"
|
1354
|
-
})), _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1355
|
-
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
1350
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1351
|
+
d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
|
1352
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1353
|
+
d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
|
1356
1354
|
})), children);
|
1357
1355
|
});
|
1358
1356
|
if (process.env.NODE_ENV !== "production") {
|
1359
|
-
|
1357
|
+
KeepDry.propTypes = iconPropTypes4cbeb95d.i;
|
1360
1358
|
}
|
1361
|
-
var
|
1359
|
+
var Key = /*#__PURE__*/React.forwardRef(function Key(_ref56, ref) {
|
1362
1360
|
var children = _ref56.children,
|
1363
1361
|
_ref56$size = _ref56.size,
|
1364
1362
|
size = _ref56$size === void 0 ? 16 : _ref56$size,
|
1365
1363
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref56, _excluded56);
|
1366
|
-
return /*#__PURE__*/
|
1364
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1367
1365
|
width: size,
|
1368
1366
|
height: size,
|
1369
1367
|
ref: ref,
|
1370
1368
|
xmlns: "http://www.w3.org/2000/svg",
|
1371
1369
|
viewBox: "0 0 32 32",
|
1372
1370
|
fill: "currentColor"
|
1373
|
-
}, rest),
|
1374
|
-
|
1371
|
+
}, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
1372
|
+
strokeWidth: "0",
|
1373
|
+
d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
|
1375
1374
|
})), children);
|
1376
1375
|
});
|
1377
1376
|
if (process.env.NODE_ENV !== "production") {
|
1378
|
-
|
1377
|
+
Key.propTypes = iconPropTypes4cbeb95d.i;
|
1379
1378
|
}
|
1380
|
-
var
|
1379
|
+
var Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref57, ref) {
|
1381
1380
|
var children = _ref57.children,
|
1382
1381
|
_ref57$size = _ref57.size,
|
1383
1382
|
size = _ref57$size === void 0 ? 16 : _ref57$size,
|
1384
1383
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref57, _excluded57);
|
1385
|
-
return /*#__PURE__*/
|
1384
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1386
1385
|
width: size,
|
1387
1386
|
height: size,
|
1388
1387
|
ref: ref,
|
1389
1388
|
xmlns: "http://www.w3.org/2000/svg",
|
1390
1389
|
viewBox: "0 0 32 32",
|
1391
1390
|
fill: "currentColor"
|
1392
|
-
}, rest),
|
1393
|
-
d: "
|
1391
|
+
}, rest), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1392
|
+
d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
|
1393
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
1394
|
+
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
1394
1395
|
})), children);
|
1395
1396
|
});
|
1396
1397
|
if (process.env.NODE_ENV !== "production") {
|
1397
|
-
|
1398
|
+
Keyboard.propTypes = iconPropTypes4cbeb95d.i;
|
1398
1399
|
}
|
1399
|
-
var
|
1400
|
+
var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref58, ref) {
|
1400
1401
|
var children = _ref58.children,
|
1401
1402
|
_ref58$size = _ref58.size,
|
1402
1403
|
size = _ref58$size === void 0 ? 16 : _ref58$size,
|
1403
1404
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref58, _excluded58);
|
1404
|
-
return /*#__PURE__*/
|
1405
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1405
1406
|
width: size,
|
1406
1407
|
height: size,
|
1407
1408
|
ref: ref,
|
1408
1409
|
xmlns: "http://www.w3.org/2000/svg",
|
1409
1410
|
viewBox: "0 0 32 32",
|
1410
1411
|
fill: "currentColor"
|
1411
|
-
}, rest),
|
1412
|
-
d: "
|
1413
|
-
})),
|
1414
|
-
d: "
|
1412
|
+
}, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1413
|
+
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
1414
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1415
|
+
d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
|
1415
1416
|
})), children);
|
1416
1417
|
});
|
1417
1418
|
if (process.env.NODE_ENV !== "production") {
|
1418
|
-
|
1419
|
+
KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
|
1419
1420
|
}
|
1420
|
-
var
|
1421
|
+
var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref59, ref) {
|
1421
1422
|
var children = _ref59.children,
|
1422
1423
|
_ref59$size = _ref59.size,
|
1423
1424
|
size = _ref59$size === void 0 ? 16 : _ref59$size,
|
1424
1425
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref59, _excluded59);
|
1425
|
-
return /*#__PURE__*/
|
1426
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1426
1427
|
width: size,
|
1427
1428
|
height: size,
|
1428
1429
|
ref: ref,
|
1429
1430
|
xmlns: "http://www.w3.org/2000/svg",
|
1430
1431
|
viewBox: "0 0 32 32",
|
1431
1432
|
fill: "currentColor"
|
1432
|
-
}, rest),
|
1433
|
-
|
1433
|
+
}, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
1434
|
+
strokeWidth: "0",
|
1435
|
+
d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
|
1436
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
1437
|
+
strokeWidth: "0",
|
1438
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
1434
1439
|
})), children);
|
1435
1440
|
});
|
1436
1441
|
if (process.env.NODE_ENV !== "production") {
|
1437
|
-
|
1442
|
+
Kubelet.propTypes = iconPropTypes4cbeb95d.i;
|
1438
1443
|
}
|
1439
|
-
var
|
1444
|
+
var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref60, ref) {
|
1440
1445
|
var children = _ref60.children,
|
1441
1446
|
_ref60$size = _ref60.size,
|
1442
1447
|
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
1443
1448
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref60, _excluded60);
|
1444
|
-
|
1449
|
+
if (process.env.NODE_ENV !== "production") {
|
1450
|
+
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
1451
|
+
didWarnAboutDeprecation["Kubernetes"] = true;
|
1452
|
+
console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
|
1453
|
+
}
|
1454
|
+
}
|
1455
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1445
1456
|
width: size,
|
1446
1457
|
height: size,
|
1447
1458
|
ref: ref,
|
1448
1459
|
xmlns: "http://www.w3.org/2000/svg",
|
1449
1460
|
viewBox: "0 0 32 32",
|
1450
1461
|
fill: "currentColor"
|
1451
|
-
}, rest), _path107 || (_path107 = /*#__PURE__*/
|
1452
|
-
d: "
|
1462
|
+
}, rest), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
1463
|
+
d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
|
1453
1464
|
})), children);
|
1454
1465
|
});
|
1455
1466
|
if (process.env.NODE_ENV !== "production") {
|
1456
|
-
|
1467
|
+
Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
|
1457
1468
|
}
|
1458
|
-
var
|
1469
|
+
var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref61, ref) {
|
1459
1470
|
var children = _ref61.children,
|
1460
1471
|
_ref61$size = _ref61.size,
|
1461
1472
|
size = _ref61$size === void 0 ? 16 : _ref61$size,
|
1462
1473
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref61, _excluded61);
|
1463
|
-
return /*#__PURE__*/
|
1474
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1464
1475
|
width: size,
|
1465
1476
|
height: size,
|
1466
1477
|
ref: ref,
|
1467
1478
|
xmlns: "http://www.w3.org/2000/svg",
|
1468
1479
|
viewBox: "0 0 32 32",
|
1469
1480
|
fill: "currentColor"
|
1470
|
-
}, rest), _path108 || (_path108 = /*#__PURE__*/
|
1471
|
-
d: "
|
1481
|
+
}, rest), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1482
|
+
d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
1483
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1484
|
+
d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
|
1485
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1486
|
+
fill: "none",
|
1487
|
+
d: "M0 0h32v32H0z"
|
1472
1488
|
})), children);
|
1473
1489
|
});
|
1474
1490
|
if (process.env.NODE_ENV !== "production") {
|
1475
|
-
|
1491
|
+
KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
|
1476
1492
|
}
|
1477
|
-
var
|
1493
|
+
var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref62, ref) {
|
1478
1494
|
var children = _ref62.children,
|
1479
1495
|
_ref62$size = _ref62.size,
|
1480
1496
|
size = _ref62$size === void 0 ? 16 : _ref62$size,
|
1481
1497
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref62, _excluded62);
|
1482
|
-
return /*#__PURE__*/
|
1498
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1483
1499
|
width: size,
|
1484
1500
|
height: size,
|
1485
1501
|
ref: ref,
|
1486
1502
|
xmlns: "http://www.w3.org/2000/svg",
|
1487
1503
|
viewBox: "0 0 32 32",
|
1488
1504
|
fill: "currentColor"
|
1489
|
-
}, rest),
|
1490
|
-
|
1505
|
+
}, rest), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
1506
|
+
cx: "16",
|
1507
|
+
cy: "9",
|
1508
|
+
r: "2"
|
1509
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
1510
|
+
cx: "16",
|
1511
|
+
cy: "16",
|
1512
|
+
r: "2"
|
1513
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1514
|
+
d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
1491
1515
|
})), children);
|
1492
1516
|
});
|
1493
1517
|
if (process.env.NODE_ENV !== "production") {
|
1494
|
-
|
1518
|
+
KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
|
1495
1519
|
}
|
1496
|
-
var
|
1520
|
+
var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref63, ref) {
|
1497
1521
|
var children = _ref63.children,
|
1498
1522
|
_ref63$size = _ref63.size,
|
1499
1523
|
size = _ref63$size === void 0 ? 16 : _ref63$size,
|
1500
1524
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref63, _excluded63);
|
1501
|
-
return /*#__PURE__*/
|
1525
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1502
1526
|
width: size,
|
1503
1527
|
height: size,
|
1504
1528
|
ref: ref,
|
1505
1529
|
xmlns: "http://www.w3.org/2000/svg",
|
1506
1530
|
viewBox: "0 0 32 32",
|
1507
1531
|
fill: "currentColor"
|
1508
|
-
}, rest),
|
1509
|
-
|
1532
|
+
}, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
1533
|
+
strokeWidth: "0",
|
1534
|
+
d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
|
1535
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
1536
|
+
strokeWidth: "0",
|
1537
|
+
d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
1510
1538
|
})), children);
|
1511
1539
|
});
|
1512
1540
|
if (process.env.NODE_ENV !== "production") {
|
1513
|
-
|
1541
|
+
KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
|
1514
1542
|
}
|
1515
|
-
var
|
1543
|
+
var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref64, ref) {
|
1516
1544
|
var children = _ref64.children,
|
1517
1545
|
_ref64$size = _ref64.size,
|
1518
1546
|
size = _ref64$size === void 0 ? 16 : _ref64$size,
|
1519
1547
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref64, _excluded64);
|
1520
|
-
return /*#__PURE__*/
|
1548
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1521
1549
|
width: size,
|
1522
1550
|
height: size,
|
1523
1551
|
ref: ref,
|
1524
1552
|
xmlns: "http://www.w3.org/2000/svg",
|
1525
1553
|
viewBox: "0 0 32 32",
|
1526
1554
|
fill: "currentColor"
|
1527
|
-
}, rest),
|
1528
|
-
d: "
|
1555
|
+
}, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1556
|
+
d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
1557
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
1558
|
+
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
1529
1559
|
})), children);
|
1530
1560
|
});
|
1531
1561
|
if (process.env.NODE_ENV !== "production") {
|
1532
|
-
|
1562
|
+
KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
|
1533
1563
|
}
|
1534
|
-
var
|
1564
|
+
var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref65, ref) {
|
1535
1565
|
var children = _ref65.children,
|
1536
1566
|
_ref65$size = _ref65.size,
|
1537
1567
|
size = _ref65$size === void 0 ? 16 : _ref65$size,
|
1538
1568
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref65, _excluded65);
|
1539
|
-
return /*#__PURE__*/
|
1569
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1540
1570
|
width: size,
|
1541
1571
|
height: size,
|
1542
1572
|
ref: ref,
|
1543
1573
|
xmlns: "http://www.w3.org/2000/svg",
|
1544
1574
|
viewBox: "0 0 32 32",
|
1545
1575
|
fill: "currentColor"
|
1546
|
-
}, rest),
|
1547
|
-
d: "
|
1576
|
+
}, rest), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
1577
|
+
d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
|
1578
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
1579
|
+
d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
|
1580
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1581
|
+
fill: "none",
|
1582
|
+
d: "M0 0h32v32H0z"
|
1548
1583
|
})), children);
|
1549
1584
|
});
|
1550
1585
|
if (process.env.NODE_ENV !== "production") {
|
1551
|
-
|
1586
|
+
KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
|
1552
1587
|
}
|
1553
|
-
var
|
1588
|
+
var Label = /*#__PURE__*/React.forwardRef(function Label(_ref66, ref) {
|
1554
1589
|
var children = _ref66.children,
|
1555
1590
|
_ref66$size = _ref66.size,
|
1556
1591
|
size = _ref66$size === void 0 ? 16 : _ref66$size,
|
1557
1592
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref66, _excluded66);
|
1558
|
-
return /*#__PURE__*/
|
1593
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1559
1594
|
width: size,
|
1560
1595
|
height: size,
|
1561
1596
|
ref: ref,
|
1562
1597
|
xmlns: "http://www.w3.org/2000/svg",
|
1563
1598
|
viewBox: "0 0 32 32",
|
1564
1599
|
fill: "currentColor"
|
1565
|
-
}, rest),
|
1566
|
-
d: "
|
1600
|
+
}, rest), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1601
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
|
1602
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
1603
|
+
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
1567
1604
|
})), children);
|
1568
1605
|
});
|
1569
1606
|
if (process.env.NODE_ENV !== "production") {
|
1570
|
-
|
1607
|
+
Label.propTypes = iconPropTypes4cbeb95d.i;
|
1571
1608
|
}
|
1572
|
-
var
|
1609
|
+
var Language = /*#__PURE__*/React.forwardRef(function Language(_ref67, ref) {
|
1573
1610
|
var children = _ref67.children,
|
1574
1611
|
_ref67$size = _ref67.size,
|
1575
1612
|
size = _ref67$size === void 0 ? 16 : _ref67$size,
|
1576
1613
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref67, _excluded67);
|
1577
|
-
return /*#__PURE__*/
|
1614
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1578
1615
|
width: size,
|
1579
1616
|
height: size,
|
1580
1617
|
ref: ref,
|
1581
1618
|
xmlns: "http://www.w3.org/2000/svg",
|
1582
1619
|
viewBox: "0 0 32 32",
|
1583
1620
|
fill: "currentColor"
|
1584
|
-
}, rest),
|
1585
|
-
d: "
|
1621
|
+
}, rest), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
1622
|
+
d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
|
1586
1623
|
})), children);
|
1587
1624
|
});
|
1588
1625
|
if (process.env.NODE_ENV !== "production") {
|
1589
|
-
|
1626
|
+
Language.propTypes = iconPropTypes4cbeb95d.i;
|
1590
1627
|
}
|
1591
|
-
var
|
1628
|
+
var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref68, ref) {
|
1592
1629
|
var children = _ref68.children,
|
1593
1630
|
_ref68$size = _ref68.size,
|
1594
1631
|
size = _ref68$size === void 0 ? 16 : _ref68$size,
|
1595
1632
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref68, _excluded68);
|
1596
|
-
return /*#__PURE__*/
|
1633
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1597
1634
|
width: size,
|
1598
1635
|
height: size,
|
1599
1636
|
ref: ref,
|
1600
1637
|
xmlns: "http://www.w3.org/2000/svg",
|
1601
1638
|
viewBox: "0 0 32 32",
|
1602
1639
|
fill: "currentColor"
|
1603
|
-
}, rest),
|
1604
|
-
d: "
|
1640
|
+
}, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
1641
|
+
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
|
1642
|
+
transform: "translate(0 .005)"
|
1643
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1644
|
+
d: "M2 26.005H30V28.005H2z"
|
1605
1645
|
})), children);
|
1606
1646
|
});
|
1607
1647
|
if (process.env.NODE_ENV !== "production") {
|
1608
|
-
|
1648
|
+
Laptop.propTypes = iconPropTypes4cbeb95d.i;
|
1609
1649
|
}
|
1610
|
-
var
|
1650
|
+
var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref69, ref) {
|
1611
1651
|
var children = _ref69.children,
|
1612
1652
|
_ref69$size = _ref69.size,
|
1613
1653
|
size = _ref69$size === void 0 ? 16 : _ref69$size,
|
1614
1654
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref69, _excluded69);
|
1615
|
-
return /*#__PURE__*/
|
1655
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1616
1656
|
width: size,
|
1617
1657
|
height: size,
|
1618
1658
|
ref: ref,
|
1619
1659
|
xmlns: "http://www.w3.org/2000/svg",
|
1620
1660
|
viewBox: "0 0 32 32",
|
1621
1661
|
fill: "currentColor"
|
1622
|
-
}, rest),
|
1623
|
-
d: "
|
1624
|
-
})), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1625
|
-
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,1,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
1662
|
+
}, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
1663
|
+
d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
|
1626
1664
|
})), children);
|
1627
1665
|
});
|
1628
1666
|
if (process.env.NODE_ENV !== "production") {
|
1629
|
-
|
1667
|
+
Lasso.propTypes = iconPropTypes4cbeb95d.i;
|
1630
1668
|
}
|
1631
|
-
var
|
1669
|
+
var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref70, ref) {
|
1632
1670
|
var children = _ref70.children,
|
1633
1671
|
_ref70$size = _ref70.size,
|
1634
1672
|
size = _ref70$size === void 0 ? 16 : _ref70$size,
|
1635
1673
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref70, _excluded70);
|
1636
|
-
return /*#__PURE__*/
|
1674
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1637
1675
|
width: size,
|
1638
1676
|
height: size,
|
1639
1677
|
ref: ref,
|
1640
1678
|
xmlns: "http://www.w3.org/2000/svg",
|
1641
1679
|
viewBox: "0 0 32 32",
|
1642
1680
|
fill: "currentColor"
|
1643
|
-
}, rest),
|
1644
|
-
d: "
|
1645
|
-
})), _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1646
|
-
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
|
1647
|
-
})), _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1648
|
-
d: "M15 16H17V18H15zM15 12H17V14H15z"
|
1681
|
+
}, rest), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
1682
|
+
d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
|
1649
1683
|
})), children);
|
1650
1684
|
});
|
1651
1685
|
if (process.env.NODE_ENV !== "production") {
|
1652
|
-
|
1686
|
+
LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
|
1653
1687
|
}
|
1654
|
-
var
|
1688
|
+
var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref71, ref) {
|
1655
1689
|
var children = _ref71.children,
|
1656
1690
|
_ref71$size = _ref71.size,
|
1657
1691
|
size = _ref71$size === void 0 ? 16 : _ref71$size,
|
1658
1692
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref71, _excluded71);
|
1659
|
-
|
1693
|
+
if (size === 16 || size === "16" || size === "16px") {
|
1694
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1695
|
+
width: size,
|
1696
|
+
height: size,
|
1697
|
+
ref: ref,
|
1698
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1699
|
+
viewBox: "0 0 16 16",
|
1700
|
+
fill: "currentColor"
|
1701
|
+
}, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1702
|
+
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
1703
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1704
|
+
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
1705
|
+
})), children);
|
1706
|
+
}
|
1707
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1660
1708
|
width: size,
|
1661
1709
|
height: size,
|
1662
1710
|
ref: ref,
|
1663
1711
|
xmlns: "http://www.w3.org/2000/svg",
|
1664
1712
|
viewBox: "0 0 32 32",
|
1665
1713
|
fill: "currentColor"
|
1666
|
-
}, rest),
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
|
1714
|
+
}, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
1715
|
+
d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
|
1716
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1717
|
+
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
1671
1718
|
})), children);
|
1672
1719
|
});
|
1673
1720
|
if (process.env.NODE_ENV !== "production") {
|
1674
|
-
|
1721
|
+
Launch.propTypes = iconPropTypes4cbeb95d.i;
|
1675
1722
|
}
|
1676
|
-
var
|
1723
|
+
var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref72, ref) {
|
1677
1724
|
var children = _ref72.children,
|
1678
1725
|
_ref72$size = _ref72.size,
|
1679
1726
|
size = _ref72$size === void 0 ? 16 : _ref72$size,
|
1680
1727
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref72, _excluded72);
|
1681
|
-
return /*#__PURE__*/
|
1728
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1682
1729
|
width: size,
|
1683
1730
|
height: size,
|
1684
1731
|
ref: ref,
|
1685
1732
|
xmlns: "http://www.w3.org/2000/svg",
|
1686
1733
|
viewBox: "0 0 32 32",
|
1687
1734
|
fill: "currentColor"
|
1688
|
-
}, rest),
|
1689
|
-
|
1735
|
+
}, rest), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
1736
|
+
cx: "23",
|
1737
|
+
cy: "25",
|
1738
|
+
r: "1"
|
1739
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1740
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
1741
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
1742
|
+
d: "M8 24H20V26H8z"
|
1690
1743
|
})), children);
|
1691
1744
|
});
|
1692
1745
|
if (process.env.NODE_ENV !== "production") {
|
1693
|
-
|
1746
|
+
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
|
1694
1747
|
}
|
1695
|
-
var
|
1748
|
+
var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref73, ref) {
|
1696
1749
|
var children = _ref73.children,
|
1697
1750
|
_ref73$size = _ref73.size,
|
1698
1751
|
size = _ref73$size === void 0 ? 16 : _ref73$size,
|
1699
1752
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref73, _excluded73);
|
1700
|
-
return /*#__PURE__*/
|
1753
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1701
1754
|
width: size,
|
1702
1755
|
height: size,
|
1703
1756
|
ref: ref,
|
1704
1757
|
xmlns: "http://www.w3.org/2000/svg",
|
1705
1758
|
viewBox: "0 0 32 32",
|
1706
1759
|
fill: "currentColor"
|
1707
|
-
}, rest),
|
1708
|
-
|
1709
|
-
|
1710
|
-
|
1711
|
-
|
1712
|
-
|
1713
|
-
|
1760
|
+
}, rest), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
1761
|
+
cx: "23",
|
1762
|
+
cy: "7",
|
1763
|
+
r: "1"
|
1764
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
1765
|
+
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
1766
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
1767
|
+
d: "M8 6H20V8H8z"
|
1714
1768
|
})), children);
|
1715
1769
|
});
|
1716
1770
|
if (process.env.NODE_ENV !== "production") {
|
1717
|
-
|
1771
|
+
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
|
1718
1772
|
}
|
1719
|
-
var
|
1773
|
+
var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref74, ref) {
|
1720
1774
|
var children = _ref74.children,
|
1721
1775
|
_ref74$size = _ref74.size,
|
1722
1776
|
size = _ref74$size === void 0 ? 16 : _ref74$size,
|
1723
1777
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref74, _excluded74);
|
1724
|
-
return /*#__PURE__*/
|
1778
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1725
1779
|
width: size,
|
1726
1780
|
height: size,
|
1727
1781
|
ref: ref,
|
1728
1782
|
xmlns: "http://www.w3.org/2000/svg",
|
1729
1783
|
viewBox: "0 0 32 32",
|
1730
1784
|
fill: "currentColor"
|
1731
|
-
}, rest),
|
1732
|
-
cx: "
|
1733
|
-
cy: "
|
1734
|
-
r: "1
|
1735
|
-
})),
|
1736
|
-
d: "
|
1737
|
-
})),
|
1738
|
-
d: "
|
1785
|
+
}, rest), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
1786
|
+
cx: "23",
|
1787
|
+
cy: "25",
|
1788
|
+
r: "1"
|
1789
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
1790
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
1791
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
1792
|
+
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
1739
1793
|
})), children);
|
1740
1794
|
});
|
1741
1795
|
if (process.env.NODE_ENV !== "production") {
|
1742
|
-
|
1796
|
+
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
|
1743
1797
|
}
|
1744
|
-
var
|
1798
|
+
var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref75, ref) {
|
1745
1799
|
var children = _ref75.children,
|
1746
1800
|
_ref75$size = _ref75.size,
|
1747
1801
|
size = _ref75$size === void 0 ? 16 : _ref75$size,
|
1748
1802
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref75, _excluded75);
|
1749
|
-
return /*#__PURE__*/
|
1803
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1750
1804
|
width: size,
|
1751
1805
|
height: size,
|
1752
1806
|
ref: ref,
|
1753
1807
|
xmlns: "http://www.w3.org/2000/svg",
|
1754
1808
|
viewBox: "0 0 32 32",
|
1755
1809
|
fill: "currentColor"
|
1756
|
-
}, rest),
|
1757
|
-
|
1758
|
-
|
1759
|
-
|
1760
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z"
|
1810
|
+
}, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
1811
|
+
d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
|
1812
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1813
|
+
d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
|
1761
1814
|
})), children);
|
1762
1815
|
});
|
1763
1816
|
if (process.env.NODE_ENV !== "production") {
|
1764
|
-
|
1817
|
+
Layers.propTypes = iconPropTypes4cbeb95d.i;
|
1765
1818
|
}
|
1766
|
-
var
|
1819
|
+
var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref76, ref) {
|
1767
1820
|
var children = _ref76.children,
|
1768
1821
|
_ref76$size = _ref76.size,
|
1769
1822
|
size = _ref76$size === void 0 ? 16 : _ref76$size,
|
1770
1823
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref76, _excluded76);
|
1771
|
-
return /*#__PURE__*/
|
1824
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1772
1825
|
width: size,
|
1773
1826
|
height: size,
|
1774
1827
|
ref: ref,
|
1775
1828
|
xmlns: "http://www.w3.org/2000/svg",
|
1776
1829
|
viewBox: "0 0 32 32",
|
1777
1830
|
fill: "currentColor"
|
1778
|
-
}, rest),
|
1779
|
-
|
1780
|
-
|
1781
|
-
|
1831
|
+
}, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
1832
|
+
strokeWidth: "0",
|
1833
|
+
d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
|
1834
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
1835
|
+
strokeWidth: "0",
|
1836
|
+
d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
|
1782
1837
|
})), children);
|
1783
1838
|
});
|
1784
1839
|
if (process.env.NODE_ENV !== "production") {
|
1785
|
-
|
1840
|
+
LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
|
1786
1841
|
}
|
1787
|
-
var
|
1842
|
+
var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref77, ref) {
|
1788
1843
|
var children = _ref77.children,
|
1789
1844
|
_ref77$size = _ref77.size,
|
1790
1845
|
size = _ref77$size === void 0 ? 16 : _ref77$size,
|
1791
1846
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref77, _excluded77);
|
1792
|
-
return /*#__PURE__*/
|
1847
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1793
1848
|
width: size,
|
1794
1849
|
height: size,
|
1795
1850
|
ref: ref,
|
1796
1851
|
xmlns: "http://www.w3.org/2000/svg",
|
1797
1852
|
viewBox: "0 0 32 32",
|
1798
1853
|
fill: "currentColor"
|
1799
|
-
}, rest),
|
1800
|
-
|
1801
|
-
|
1802
|
-
|
1803
|
-
|
1854
|
+
}, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1855
|
+
d: "M16 22H30V24H16z"
|
1856
|
+
})), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
1857
|
+
width: "6",
|
1858
|
+
height: "6",
|
1859
|
+
x: "4",
|
1860
|
+
y: "20",
|
1861
|
+
rx: "1"
|
1862
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
1863
|
+
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
1804
1864
|
})), children);
|
1805
1865
|
});
|
1806
1866
|
if (process.env.NODE_ENV !== "production") {
|
1807
|
-
|
1867
|
+
Legend.propTypes = iconPropTypes4cbeb95d.i;
|
1808
1868
|
}
|
1809
|
-
var
|
1869
|
+
var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref78, ref) {
|
1810
1870
|
var children = _ref78.children,
|
1811
1871
|
_ref78$size = _ref78.size,
|
1812
1872
|
size = _ref78$size === void 0 ? 16 : _ref78$size,
|
1813
1873
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref78, _excluded78);
|
1814
|
-
return /*#__PURE__*/
|
1874
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1815
1875
|
width: size,
|
1816
1876
|
height: size,
|
1817
1877
|
ref: ref,
|
1818
1878
|
xmlns: "http://www.w3.org/2000/svg",
|
1819
1879
|
viewBox: "0 0 32 32",
|
1820
1880
|
fill: "currentColor"
|
1821
|
-
}, rest),
|
1822
|
-
d: "
|
1823
|
-
})), _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1824
|
-
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
1881
|
+
}, rest), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
1882
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
|
1825
1883
|
})), children);
|
1826
1884
|
});
|
1827
1885
|
if (process.env.NODE_ENV !== "production") {
|
1828
|
-
|
1886
|
+
LetterAa.propTypes = iconPropTypes4cbeb95d.i;
|
1829
1887
|
}
|
1830
|
-
var
|
1888
|
+
var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref79, ref) {
|
1831
1889
|
var children = _ref79.children,
|
1832
1890
|
_ref79$size = _ref79.size,
|
1833
1891
|
size = _ref79$size === void 0 ? 16 : _ref79$size,
|
1834
1892
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref79, _excluded79);
|
1835
|
-
return /*#__PURE__*/
|
1893
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1836
1894
|
width: size,
|
1837
1895
|
height: size,
|
1838
1896
|
ref: ref,
|
1839
1897
|
xmlns: "http://www.w3.org/2000/svg",
|
1840
1898
|
viewBox: "0 0 32 32",
|
1841
1899
|
fill: "currentColor"
|
1842
|
-
}, rest),
|
1843
|
-
|
1844
|
-
d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Zm-1-8a3,3,0,1,0-3,3A3.0033,3.0033,0,0,0,19,11Zm-2,0a1,1,0,1,1-1-1A1.0011,1.0011,0,0,1,17,11Z"
|
1845
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1846
|
-
cx: "16",
|
1847
|
-
cy: "11",
|
1848
|
-
r: "1"
|
1849
|
-
})), _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1850
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z"
|
1900
|
+
}, rest), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
1901
|
+
d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
|
1851
1902
|
})), children);
|
1852
1903
|
});
|
1853
1904
|
if (process.env.NODE_ENV !== "production") {
|
1854
|
-
|
1905
|
+
LetterBb.propTypes = iconPropTypes4cbeb95d.i;
|
1855
1906
|
}
|
1856
|
-
var
|
1907
|
+
var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref80, ref) {
|
1857
1908
|
var children = _ref80.children,
|
1858
1909
|
_ref80$size = _ref80.size,
|
1859
1910
|
size = _ref80$size === void 0 ? 16 : _ref80$size,
|
1860
1911
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref80, _excluded80);
|
1861
|
-
return /*#__PURE__*/
|
1912
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1862
1913
|
width: size,
|
1863
1914
|
height: size,
|
1864
1915
|
ref: ref,
|
1865
1916
|
xmlns: "http://www.w3.org/2000/svg",
|
1866
1917
|
viewBox: "0 0 32 32",
|
1867
1918
|
fill: "currentColor"
|
1868
|
-
}, rest),
|
1869
|
-
d: "
|
1919
|
+
}, rest), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
1920
|
+
d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
1870
1921
|
})), children);
|
1871
1922
|
});
|
1872
1923
|
if (process.env.NODE_ENV !== "production") {
|
1873
|
-
|
1924
|
+
LetterCc.propTypes = iconPropTypes4cbeb95d.i;
|
1874
1925
|
}
|
1875
|
-
var
|
1926
|
+
var LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref81, ref) {
|
1876
1927
|
var children = _ref81.children,
|
1877
1928
|
_ref81$size = _ref81.size,
|
1878
1929
|
size = _ref81$size === void 0 ? 16 : _ref81$size,
|
1879
1930
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref81, _excluded81);
|
1880
|
-
return /*#__PURE__*/
|
1931
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1881
1932
|
width: size,
|
1882
1933
|
height: size,
|
1883
1934
|
ref: ref,
|
1884
1935
|
xmlns: "http://www.w3.org/2000/svg",
|
1885
1936
|
viewBox: "0 0 32 32",
|
1886
1937
|
fill: "currentColor"
|
1887
|
-
}, rest),
|
1888
|
-
d: "
|
1889
|
-
})), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1890
|
-
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
1938
|
+
}, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
1939
|
+
d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
|
1891
1940
|
})), children);
|
1892
1941
|
});
|
1893
1942
|
if (process.env.NODE_ENV !== "production") {
|
1894
|
-
|
1943
|
+
LetterDd.propTypes = iconPropTypes4cbeb95d.i;
|
1895
1944
|
}
|
1896
|
-
var
|
1945
|
+
var LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref82, ref) {
|
1897
1946
|
var children = _ref82.children,
|
1898
1947
|
_ref82$size = _ref82.size,
|
1899
1948
|
size = _ref82$size === void 0 ? 16 : _ref82$size,
|
1900
1949
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref82, _excluded82);
|
1901
|
-
return /*#__PURE__*/
|
1950
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1902
1951
|
width: size,
|
1903
1952
|
height: size,
|
1904
1953
|
ref: ref,
|
1905
1954
|
xmlns: "http://www.w3.org/2000/svg",
|
1906
1955
|
viewBox: "0 0 32 32",
|
1907
1956
|
fill: "currentColor"
|
1908
|
-
}, rest),
|
1909
|
-
|
1910
|
-
d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
|
1911
|
-
})), _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1912
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z"
|
1957
|
+
}, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
1958
|
+
d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
|
1913
1959
|
})), children);
|
1914
1960
|
});
|
1915
1961
|
if (process.env.NODE_ENV !== "production") {
|
1916
|
-
|
1962
|
+
LetterEe.propTypes = iconPropTypes4cbeb95d.i;
|
1917
1963
|
}
|
1918
|
-
var
|
1964
|
+
var LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref83, ref) {
|
1919
1965
|
var children = _ref83.children,
|
1920
1966
|
_ref83$size = _ref83.size,
|
1921
1967
|
size = _ref83$size === void 0 ? 16 : _ref83$size,
|
1922
1968
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref83, _excluded83);
|
1923
|
-
return /*#__PURE__*/
|
1969
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1924
1970
|
width: size,
|
1925
1971
|
height: size,
|
1926
1972
|
ref: ref,
|
1927
1973
|
xmlns: "http://www.w3.org/2000/svg",
|
1928
1974
|
viewBox: "0 0 32 32",
|
1929
1975
|
fill: "currentColor"
|
1930
|
-
}, rest),
|
1931
|
-
d: "
|
1976
|
+
}, rest), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
1977
|
+
d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
|
1932
1978
|
})), children);
|
1933
1979
|
});
|
1934
1980
|
if (process.env.NODE_ENV !== "production") {
|
1935
|
-
|
1981
|
+
LetterFf.propTypes = iconPropTypes4cbeb95d.i;
|
1936
1982
|
}
|
1937
|
-
var
|
1983
|
+
var LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref84, ref) {
|
1938
1984
|
var children = _ref84.children,
|
1939
1985
|
_ref84$size = _ref84.size,
|
1940
1986
|
size = _ref84$size === void 0 ? 16 : _ref84$size,
|
1941
1987
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref84, _excluded84);
|
1942
|
-
return /*#__PURE__*/
|
1988
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1943
1989
|
width: size,
|
1944
1990
|
height: size,
|
1945
1991
|
ref: ref,
|
1946
1992
|
xmlns: "http://www.w3.org/2000/svg",
|
1947
1993
|
viewBox: "0 0 32 32",
|
1948
1994
|
fill: "currentColor"
|
1949
|
-
}, rest),
|
1950
|
-
|
1951
|
-
cy: "7",
|
1952
|
-
r: "1"
|
1953
|
-
})), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1954
|
-
d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z"
|
1995
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
1996
|
+
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
|
1955
1997
|
})), children);
|
1956
1998
|
});
|
1957
1999
|
if (process.env.NODE_ENV !== "production") {
|
1958
|
-
|
2000
|
+
LetterGg.propTypes = iconPropTypes4cbeb95d.i;
|
1959
2001
|
}
|
1960
|
-
var
|
2002
|
+
var LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref85, ref) {
|
1961
2003
|
var children = _ref85.children,
|
1962
2004
|
_ref85$size = _ref85.size,
|
1963
2005
|
size = _ref85$size === void 0 ? 16 : _ref85$size,
|
1964
2006
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref85, _excluded85);
|
1965
|
-
return /*#__PURE__*/
|
2007
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1966
2008
|
width: size,
|
1967
2009
|
height: size,
|
1968
2010
|
ref: ref,
|
1969
2011
|
xmlns: "http://www.w3.org/2000/svg",
|
1970
2012
|
viewBox: "0 0 32 32",
|
1971
2013
|
fill: "currentColor"
|
1972
|
-
}, rest),
|
1973
|
-
d: "
|
1974
|
-
})), _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1975
|
-
d: "M14.59 20.59L18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z"
|
2014
|
+
}, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
2015
|
+
d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
|
1976
2016
|
})), children);
|
1977
2017
|
});
|
1978
2018
|
if (process.env.NODE_ENV !== "production") {
|
1979
|
-
|
2019
|
+
LetterHh.propTypes = iconPropTypes4cbeb95d.i;
|
1980
2020
|
}
|
1981
|
-
var
|
2021
|
+
var LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref86, ref) {
|
1982
2022
|
var children = _ref86.children,
|
1983
2023
|
_ref86$size = _ref86.size,
|
1984
2024
|
size = _ref86$size === void 0 ? 16 : _ref86$size,
|
1985
2025
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref86, _excluded86);
|
1986
|
-
return /*#__PURE__*/
|
2026
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1987
2027
|
width: size,
|
1988
2028
|
height: size,
|
1989
2029
|
ref: ref,
|
1990
2030
|
xmlns: "http://www.w3.org/2000/svg",
|
1991
2031
|
viewBox: "0 0 32 32",
|
1992
2032
|
fill: "currentColor"
|
1993
|
-
}, rest),
|
1994
|
-
d: "
|
1995
|
-
})), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1996
|
-
d: "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z"
|
2033
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
2034
|
+
d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
|
1997
2035
|
})), children);
|
1998
2036
|
});
|
1999
2037
|
if (process.env.NODE_ENV !== "production") {
|
2000
|
-
|
2038
|
+
LetterIi.propTypes = iconPropTypes4cbeb95d.i;
|
2001
2039
|
}
|
2002
|
-
var
|
2040
|
+
var LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref87, ref) {
|
2003
2041
|
var children = _ref87.children,
|
2004
2042
|
_ref87$size = _ref87.size,
|
2005
2043
|
size = _ref87$size === void 0 ? 16 : _ref87$size,
|
2006
2044
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref87, _excluded87);
|
2007
|
-
return /*#__PURE__*/
|
2045
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2008
2046
|
width: size,
|
2009
2047
|
height: size,
|
2010
2048
|
ref: ref,
|
2011
2049
|
xmlns: "http://www.w3.org/2000/svg",
|
2012
2050
|
viewBox: "0 0 32 32",
|
2013
2051
|
fill: "currentColor"
|
2014
|
-
}, rest),
|
2015
|
-
d: "
|
2052
|
+
}, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
2053
|
+
d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
|
2016
2054
|
})), children);
|
2017
2055
|
});
|
2018
2056
|
if (process.env.NODE_ENV !== "production") {
|
2019
|
-
|
2057
|
+
LetterJj.propTypes = iconPropTypes4cbeb95d.i;
|
2020
2058
|
}
|
2021
|
-
var
|
2059
|
+
var LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref88, ref) {
|
2022
2060
|
var children = _ref88.children,
|
2023
2061
|
_ref88$size = _ref88.size,
|
2024
2062
|
size = _ref88$size === void 0 ? 16 : _ref88$size,
|
2025
2063
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref88, _excluded88);
|
2026
|
-
return /*#__PURE__*/
|
2064
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2027
2065
|
width: size,
|
2028
2066
|
height: size,
|
2029
2067
|
ref: ref,
|
2030
2068
|
xmlns: "http://www.w3.org/2000/svg",
|
2031
2069
|
viewBox: "0 0 32 32",
|
2032
2070
|
fill: "currentColor"
|
2033
|
-
}, rest),
|
2034
|
-
d: "
|
2071
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
2072
|
+
d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
|
2035
2073
|
})), children);
|
2036
2074
|
});
|
2037
2075
|
if (process.env.NODE_ENV !== "production") {
|
2038
|
-
|
2076
|
+
LetterKk.propTypes = iconPropTypes4cbeb95d.i;
|
2039
2077
|
}
|
2040
|
-
var
|
2078
|
+
var LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref89, ref) {
|
2041
2079
|
var children = _ref89.children,
|
2042
2080
|
_ref89$size = _ref89.size,
|
2043
2081
|
size = _ref89$size === void 0 ? 16 : _ref89$size,
|
2044
2082
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref89, _excluded89);
|
2045
|
-
return /*#__PURE__*/
|
2083
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2046
2084
|
width: size,
|
2047
2085
|
height: size,
|
2048
2086
|
ref: ref,
|
2049
2087
|
xmlns: "http://www.w3.org/2000/svg",
|
2050
2088
|
viewBox: "0 0 32 32",
|
2051
2089
|
fill: "currentColor"
|
2052
|
-
}, rest),
|
2053
|
-
d: "
|
2090
|
+
}, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
2091
|
+
d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
|
2054
2092
|
})), children);
|
2055
2093
|
});
|
2056
2094
|
if (process.env.NODE_ENV !== "production") {
|
2057
|
-
|
2095
|
+
LetterLl.propTypes = iconPropTypes4cbeb95d.i;
|
2058
2096
|
}
|
2059
|
-
var
|
2097
|
+
var LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref90, ref) {
|
2060
2098
|
var children = _ref90.children,
|
2061
2099
|
_ref90$size = _ref90.size,
|
2062
2100
|
size = _ref90$size === void 0 ? 16 : _ref90$size,
|
2063
2101
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref90, _excluded90);
|
2064
|
-
return /*#__PURE__*/
|
2102
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2065
2103
|
width: size,
|
2066
2104
|
height: size,
|
2067
2105
|
ref: ref,
|
2068
2106
|
xmlns: "http://www.w3.org/2000/svg",
|
2069
2107
|
viewBox: "0 0 32 32",
|
2070
2108
|
fill: "currentColor"
|
2071
|
-
}, rest),
|
2072
|
-
d: "
|
2109
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
2110
|
+
d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
|
2073
2111
|
})), children);
|
2074
2112
|
});
|
2075
2113
|
if (process.env.NODE_ENV !== "production") {
|
2076
|
-
|
2114
|
+
LetterMm.propTypes = iconPropTypes4cbeb95d.i;
|
2077
2115
|
}
|
2078
|
-
var
|
2116
|
+
var LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref91, ref) {
|
2079
2117
|
var children = _ref91.children,
|
2080
2118
|
_ref91$size = _ref91.size,
|
2081
2119
|
size = _ref91$size === void 0 ? 16 : _ref91$size,
|
2082
2120
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref91, _excluded91);
|
2083
|
-
return /*#__PURE__*/
|
2121
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2084
2122
|
width: size,
|
2085
2123
|
height: size,
|
2086
2124
|
ref: ref,
|
2087
2125
|
xmlns: "http://www.w3.org/2000/svg",
|
2088
2126
|
viewBox: "0 0 32 32",
|
2089
2127
|
fill: "currentColor"
|
2090
|
-
}, rest),
|
2091
|
-
d: "
|
2128
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
2129
|
+
d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
|
2092
2130
|
})), children);
|
2093
2131
|
});
|
2094
2132
|
if (process.env.NODE_ENV !== "production") {
|
2095
|
-
|
2133
|
+
LetterNn.propTypes = iconPropTypes4cbeb95d.i;
|
2096
2134
|
}
|
2097
|
-
var
|
2135
|
+
var LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref92, ref) {
|
2098
2136
|
var children = _ref92.children,
|
2099
2137
|
_ref92$size = _ref92.size,
|
2100
2138
|
size = _ref92$size === void 0 ? 16 : _ref92$size,
|
2101
2139
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref92, _excluded92);
|
2102
|
-
return /*#__PURE__*/
|
2140
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2103
2141
|
width: size,
|
2104
2142
|
height: size,
|
2105
2143
|
ref: ref,
|
2106
2144
|
xmlns: "http://www.w3.org/2000/svg",
|
2107
2145
|
viewBox: "0 0 32 32",
|
2108
2146
|
fill: "currentColor"
|
2109
|
-
}, rest),
|
2110
|
-
|
2111
|
-
cy: "16",
|
2112
|
-
r: "6"
|
2113
|
-
})), _circle13 || (_circle13 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
2114
|
-
cx: "24",
|
2115
|
-
cy: "16",
|
2116
|
-
r: "6"
|
2147
|
+
}, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
2148
|
+
d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
|
2117
2149
|
})), children);
|
2118
2150
|
});
|
2119
2151
|
if (process.env.NODE_ENV !== "production") {
|
2120
|
-
|
2152
|
+
LetterOo.propTypes = iconPropTypes4cbeb95d.i;
|
2121
2153
|
}
|
2122
|
-
var
|
2154
|
+
var LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref93, ref) {
|
2123
2155
|
var children = _ref93.children,
|
2124
2156
|
_ref93$size = _ref93.size,
|
2125
2157
|
size = _ref93$size === void 0 ? 16 : _ref93$size,
|
2126
2158
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref93, _excluded93);
|
2127
|
-
return /*#__PURE__*/
|
2159
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2128
2160
|
width: size,
|
2129
2161
|
height: size,
|
2130
2162
|
ref: ref,
|
2131
2163
|
xmlns: "http://www.w3.org/2000/svg",
|
2132
2164
|
viewBox: "0 0 32 32",
|
2133
2165
|
fill: "currentColor"
|
2134
|
-
}, rest),
|
2135
|
-
|
2136
|
-
d: "M16,2a14,14,0,0,0-4.43,27.28c.7.13,1-.3,1-.67s0-1.21,0-2.38c-3.89.84-4.71-1.88-4.71-1.88A3.71,3.71,0,0,0,6.24,22.3c-1.27-.86.1-.85.1-.85A2.94,2.94,0,0,1,8.48,22.9a3,3,0,0,0,4.08,1.16,2.93,2.93,0,0,1,.88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4,5.4,0,0,1,1.44-3.76,5,5,0,0,1,.14-3.7s1.17-.38,3.85,1.43a13.3,13.3,0,0,1,7,0c2.67-1.81,3.84-1.43,3.84-1.43a5,5,0,0,1,.14,3.7,5.4,5.4,0,0,1,1.44,3.76c0,5.38-3.27,6.56-6.39,6.91a3.33,3.33,0,0,1,.95,2.59c0,1.87,0,3.38,0,3.84s.25.81,1,.67A14,14,0,0,0,16,2Z"
|
2166
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
2167
|
+
d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
|
2137
2168
|
})), children);
|
2138
2169
|
});
|
2139
2170
|
if (process.env.NODE_ENV !== "production") {
|
2140
|
-
|
2171
|
+
LetterPp.propTypes = iconPropTypes4cbeb95d.i;
|
2141
2172
|
}
|
2142
|
-
var
|
2173
|
+
var LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref94, ref) {
|
2143
2174
|
var children = _ref94.children,
|
2144
2175
|
_ref94$size = _ref94.size,
|
2145
2176
|
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
2146
2177
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref94, _excluded94);
|
2147
|
-
return /*#__PURE__*/
|
2178
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2148
2179
|
width: size,
|
2149
2180
|
height: size,
|
2150
2181
|
ref: ref,
|
2151
2182
|
xmlns: "http://www.w3.org/2000/svg",
|
2152
2183
|
viewBox: "0 0 32 32",
|
2153
2184
|
fill: "currentColor"
|
2154
|
-
}, rest),
|
2155
|
-
d: "
|
2185
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2186
|
+
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
|
2156
2187
|
})), children);
|
2157
2188
|
});
|
2158
2189
|
if (process.env.NODE_ENV !== "production") {
|
2159
|
-
|
2190
|
+
LetterQq.propTypes = iconPropTypes4cbeb95d.i;
|
2160
2191
|
}
|
2161
|
-
var
|
2192
|
+
var LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref95, ref) {
|
2162
2193
|
var children = _ref95.children,
|
2163
2194
|
_ref95$size = _ref95.size,
|
2164
2195
|
size = _ref95$size === void 0 ? 16 : _ref95$size,
|
2165
2196
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref95, _excluded95);
|
2166
|
-
return /*#__PURE__*/
|
2197
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2167
2198
|
width: size,
|
2168
2199
|
height: size,
|
2169
2200
|
ref: ref,
|
2170
2201
|
xmlns: "http://www.w3.org/2000/svg",
|
2171
2202
|
viewBox: "0 0 32 32",
|
2172
2203
|
fill: "currentColor"
|
2173
|
-
}, rest),
|
2174
|
-
d: "
|
2175
|
-
})), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2176
|
-
d: "M21.1719,4H10.8281a3.43,3.43,0,0,0-3.43,3.43v14.24h3.43V7.43H24.6019A3.43,3.43,0,0,0,21.1719,4Z"
|
2204
|
+
}, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
2205
|
+
d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
|
2177
2206
|
})), children);
|
2178
2207
|
});
|
2179
2208
|
if (process.env.NODE_ENV !== "production") {
|
2180
|
-
|
2209
|
+
LetterRr.propTypes = iconPropTypes4cbeb95d.i;
|
2181
2210
|
}
|
2182
|
-
var
|
2211
|
+
var LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref96, ref) {
|
2183
2212
|
var children = _ref96.children,
|
2184
2213
|
_ref96$size = _ref96.size,
|
2185
2214
|
size = _ref96$size === void 0 ? 16 : _ref96$size,
|
2186
2215
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref96, _excluded96);
|
2187
|
-
return /*#__PURE__*/
|
2216
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2188
2217
|
width: size,
|
2189
2218
|
height: size,
|
2190
2219
|
ref: ref,
|
2191
2220
|
xmlns: "http://www.w3.org/2000/svg",
|
2192
2221
|
viewBox: "0 0 32 32",
|
2193
2222
|
fill: "currentColor"
|
2194
|
-
}, rest),
|
2195
|
-
|
2196
|
-
cy: "9.594",
|
2197
|
-
r: "1.44"
|
2198
|
-
})), _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2199
|
-
d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
|
2200
|
-
})), _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2201
|
-
d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z"
|
2223
|
+
}, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
2224
|
+
d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
|
2202
2225
|
})), children);
|
2203
2226
|
});
|
2204
2227
|
if (process.env.NODE_ENV !== "production") {
|
2205
|
-
|
2228
|
+
LetterSs.propTypes = iconPropTypes4cbeb95d.i;
|
2206
2229
|
}
|
2207
|
-
var
|
2230
|
+
var LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref97, ref) {
|
2208
2231
|
var children = _ref97.children,
|
2209
2232
|
_ref97$size = _ref97.size,
|
2210
2233
|
size = _ref97$size === void 0 ? 16 : _ref97$size,
|
2211
2234
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref97, _excluded97);
|
2212
|
-
return /*#__PURE__*/
|
2235
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2213
2236
|
width: size,
|
2214
2237
|
height: size,
|
2215
2238
|
ref: ref,
|
2216
2239
|
xmlns: "http://www.w3.org/2000/svg",
|
2217
2240
|
viewBox: "0 0 32 32",
|
2218
2241
|
fill: "currentColor"
|
2219
|
-
}, rest),
|
2220
|
-
d: "
|
2242
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2243
|
+
d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
|
2221
2244
|
})), children);
|
2222
2245
|
});
|
2223
2246
|
if (process.env.NODE_ENV !== "production") {
|
2224
|
-
|
2247
|
+
LetterTt.propTypes = iconPropTypes4cbeb95d.i;
|
2225
2248
|
}
|
2226
|
-
var
|
2249
|
+
var LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref98, ref) {
|
2227
2250
|
var children = _ref98.children,
|
2228
2251
|
_ref98$size = _ref98.size,
|
2229
2252
|
size = _ref98$size === void 0 ? 16 : _ref98$size,
|
2230
2253
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref98, _excluded98);
|
2231
|
-
return /*#__PURE__*/
|
2254
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2232
2255
|
width: size,
|
2233
2256
|
height: size,
|
2234
2257
|
ref: ref,
|
2235
2258
|
xmlns: "http://www.w3.org/2000/svg",
|
2236
2259
|
viewBox: "0 0 32 32",
|
2237
2260
|
fill: "currentColor"
|
2238
|
-
}, rest),
|
2239
|
-
d: "
|
2261
|
+
}, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
2262
|
+
d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
|
2240
2263
|
})), children);
|
2241
2264
|
});
|
2242
2265
|
if (process.env.NODE_ENV !== "production") {
|
2243
|
-
|
2266
|
+
LetterUu.propTypes = iconPropTypes4cbeb95d.i;
|
2244
2267
|
}
|
2245
|
-
var
|
2268
|
+
var LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref99, ref) {
|
2246
2269
|
var children = _ref99.children,
|
2247
2270
|
_ref99$size = _ref99.size,
|
2248
2271
|
size = _ref99$size === void 0 ? 16 : _ref99$size,
|
2249
2272
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref99, _excluded99);
|
2250
|
-
return /*#__PURE__*/
|
2273
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2251
2274
|
width: size,
|
2252
2275
|
height: size,
|
2253
2276
|
ref: ref,
|
2254
2277
|
xmlns: "http://www.w3.org/2000/svg",
|
2255
2278
|
viewBox: "0 0 32 32",
|
2256
2279
|
fill: "currentColor"
|
2257
|
-
}, rest),
|
2258
|
-
d: "
|
2259
|
-
})), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2260
|
-
d: "M9.999 5.797H10.973V6.771H9.999z",
|
2261
|
-
transform: "rotate(-86.462 10.486 6.284)"
|
2262
|
-
})), _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2263
|
-
d: "M26.4275,16.3825l-.0013.001a13.0868,13.0868,0,0,0-5.1431-4.1825c-.3754-.1667-.7543-.3142-1.1354-.4454.0128-.0314.0277-.0615.04-.0933a4.83,4.83,0,0,0-2.9861-6.319,5.9368,5.9368,0,0,0-1.9962-.3558c-.0366-.1253-.1165-.6743.58-2.1571L14.3742,2q-.17.236-.3368.4661c-.384.5309-.7549,1.0444-1.1029,1.55a2.1657,2.1657,0,0,0-1.4486-.6771L9.8543,3.2377H9.852l-.0025,0c-.0429-.0025-.0864-.0039-.1293-.0039A2.1877,2.1877,0,0,0,7.54,5.2825L7.4388,6.9169l0,.003,0,.0028A2.1882,2.1882,0,0,0,9.4854,9.23l1.1673.0723a5.1711,5.1711,0,0,0,.47,2.688,13.1954,13.1954,0,0,0-4.2637,2.9C3,18.7883,3,23.06,3,26.4916v2.0706l1.524-1.6163A12.3293,12.3293,0,0,0,5.8548,30H7.8367A10.7091,10.7091,0,0,1,5.878,25.51l2.2353-2.3708L6.963,26.745l2.03-1.4774c3.5858-2.61,7.8678-3.2093,12.7263-1.7826a4.6276,4.6276,0,0,0,5.2189-1.468c.0441-.0628.0828-.128.1228-.1926a9.6141,9.6141,0,0,1,.1638,1.7454,12.4214,12.4214,0,0,1-1.61,6.43h1.877A14.4022,14.4022,0,0,0,28.87,23.57,12.2666,12.2666,0,0,0,26.4275,16.3825ZM13.8455,5.9257a1.5872,1.5872,0,0,0,1.3983.7068,4.2111,4.2111,0,0,1,1.44.2719,3.17,3.17,0,0,1,1.0279,5.4638l-.4752-.5849-.0032-.004a1.7048,1.7048,0,0,0-3.0235.9865,3.2143,3.2143,0,0,1-1.899-3.5412,8.4815,8.4815,0,0,1,1.4374-3.466A1.642,1.642,0,0,0,13.8455,5.9257Zm3.49,9.2589-.6072.4962a.2675.2675,0,0,1-.376-.038l-.1264-.1549a.2791.2791,0,0,1,.0394-.3927l.6-.49-1.235-1.5158a.362.362,0,1,1,.5611-.4575l3.4546,4.2517a.3619.3619,0,0,1-.1988.5815.3566.3566,0,0,1-.0816.0094.3609.3609,0,0,1-.2806-.1332l-.3441-.4239-1.2215.9971a.2815.2815,0,0,1-.3965-.04l-.5532-.6775a.2786.2786,0,0,1,.04-.3919l1.2275-1.002ZM9.08,7.0184l.1014-1.6342A.5394.5394,0,0,1,9.72,4.8781l.0326.001,1.6335.1013a.5387.5387,0,0,1,.5046.5716l-.0073.1182a10.6739,10.6739,0,0,0-.9028,2.0046L9.5859,7.5886A.5407.5407,0,0,1,9.08,7.0184ZM25.5944,21.07a2.9883,2.9883,0,0,1-3.4112.8373c-4.5313-1.3305-8.6289-1.0534-12.2124.82l1.9069-5.978-7.203,7.6393a11.67,11.67,0,0,1,3.3532-8.3419,11.4953,11.4953,0,0,1,4.1073-2.6908,5.42,5.42,0,0,0,2.2411,1.2214,4.714,4.714,0,0,0,.5627.12,1.6258,1.6258,0,0,0,.2449,1.6416l.0847.1038a1.6247,1.6247,0,0,0,.2594,1.605l.5532.6777a1.6276,1.6276,0,0,0,2.29.2314l.3314-.2705a1.7079,1.7079,0,0,0,1.9867-2.6535l-1.9427-2.3911a4.88,4.88,0,0,0,.4863-.456,12.449,12.449,0,0,1,1.3829.5181,11.419,11.419,0,0,1,4.5085,3.6838C26.0987,18.7278,26.2745,20.1043,25.5944,21.07Z"
|
2280
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2281
|
+
d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
|
2264
2282
|
})), children);
|
2265
2283
|
});
|
2266
2284
|
if (process.env.NODE_ENV !== "production") {
|
2267
|
-
|
2285
|
+
LetterVv.propTypes = iconPropTypes4cbeb95d.i;
|
2268
2286
|
}
|
2269
|
-
var
|
2287
|
+
var LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref100, ref) {
|
2270
2288
|
var children = _ref100.children,
|
2271
2289
|
_ref100$size = _ref100.size,
|
2272
2290
|
size = _ref100$size === void 0 ? 16 : _ref100$size,
|
2273
2291
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref100, _excluded100);
|
2274
|
-
return /*#__PURE__*/
|
2292
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2275
2293
|
width: size,
|
2276
2294
|
height: size,
|
2277
2295
|
ref: ref,
|
2278
2296
|
xmlns: "http://www.w3.org/2000/svg",
|
2279
2297
|
viewBox: "0 0 32 32",
|
2280
2298
|
fill: "currentColor"
|
2281
|
-
}, rest), _path164 || (_path164 = /*#__PURE__*/
|
2282
|
-
d: "
|
2283
|
-
})), _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2284
|
-
d: "M30.3806,19.0376,27.9016,8.2705a1.9057,1.9057,0,0,0-1.038-1.291L16.83,2.1885a1.9332,1.9332,0,0,0-1.6656,0L5.1326,6.9819a1.9072,1.9072,0,0,0-1.0381,1.291L1.6194,19.04A1.89,1.89,0,0,0,1.88,20.499a1.8364,1.8364,0,0,0,.1088.1514l6.9439,8.6338a1.9244,1.9244,0,0,0,1.5.7158l11.1357-.0024a1.9251,1.9251,0,0,0,1.5-.7149L30.01,20.6479A1.8911,1.8911,0,0,0,30.3806,19.0376Zm-3.8115-.13a.6432.6432,0,0,1-.7812.4429l-.0039,0-.0049-.001-.0069-.0019-.0048-.002-.0572-.0117c-.0346-.0068-.07-.0142-.0981-.0215a2.4643,2.4643,0,0,1-.3589-.1328c-.0576-.0249-.1172-.0513-.1807-.0752l-.0175-.0063a5.5192,5.5192,0,0,0-1.0284-.3013.4119.4119,0,0,0-.2954.0981l-.0371.0254-.0019.0015-.002,0c-.0439-.0088-.1748-.0322-.2519-.0444a7.8166,7.8166,0,0,1-3.459,4.351c.0093.022.02.05.0307.0806a.9352.9352,0,0,0,.0669.1567l.002.002-.001.0029-.0166.042a.4148.4148,0,0,0-.03.3091,5.69,5.69,0,0,0,.5322.9517c.0376.0561.0757.1084.1128.1591a2.4,2.4,0,0,1,.2095.32c.0166.0312.0371.0752.0552.1137l.0229.0484a.6083.6083,0,1,1-1.0947.5176l-.0224-.0455c-.0186-.038-.0381-.0776-.0518-.1088a2.5059,2.5059,0,0,1-.1211-.3658c-.0166-.0595-.0337-.1215-.0537-.185l-.0059-.0166a5.5441,5.5441,0,0,0-.4052-.9922.4177.4177,0,0,0-.2627-.1709l-.0415-.0127-.0015,0-.0015-.0019c-.01-.0171-.0337-.0611-.0595-.1075-.0235-.042-.0484-.0874-.0664-.12a7.8868,7.8868,0,0,1-1.0269.3091,7.7588,7.7588,0,0,1-4.51-.3233l-.1352.2442-.002.001a.481.481,0,0,0-.2563.124,2.2827,2.2827,0,0,0-.336.7207c-.04.1172-.08.2383-.1279.3569-.0205.064-.0376.127-.0537.188a2.4747,2.4747,0,0,1-.12.3623c-.0127.03-.0313.0669-.0493.1025l-.0245.0494h0l-.0005.0024-.0019.002a.6773.6773,0,0,1-.5952.3945.5484.5484,0,0,1-.24-.0542.6426.6426,0,0,1-.2578-.86c.0088-.0171.0176-.0371.0274-.0576.0171-.0371.0346-.0757.05-.1045a2.53,2.53,0,0,1,.21-.3222c.0367-.05.0747-.1026.1118-.1578a5.8209,5.8209,0,0,0,.543-.976.5889.5889,0,0,0-.0532-.336l0-.0019,0-.002.1074-.2573a7.8224,7.8224,0,0,1-3.46-4.32l-.2593.0444-.0015-.001-.0264-.0151a.5961.5961,0,0,0-.3159-.106,5.5447,5.5447,0,0,0-1.0283.3013l-.0171.0064c-.062.0239-.1211.0488-.1782.0732a2.4949,2.4949,0,0,1-.3613.1333c-.0308.0083-.0708.0171-.1094.0249l-.0459.01-.0049.0019-.0068.002-.0049.001-.0039,0a.6078.6078,0,1,1-.2695-1.18l.0039-.001.0053-.0015.002,0,.0034-.0009.0469-.0113c.04-.01.081-.02.1133-.0258a2.4132,2.4132,0,0,1,.3808-.0357c.063-.0024.1284-.0054.1958-.0107l.0142-.0015A5.554,5.554,0,0,0,7.77,17.92a.72.72,0,0,0,.231-.227l.0244-.0318.001-.0014.0014,0,.2471-.0718a7.7765,7.7765,0,0,1,1.2246-5.4126l-.19-.17,0-.002-.0044-.0278a.5983.5983,0,0,0-.1153-.3159,5.6171,5.6171,0,0,0-.8916-.6265c-.0585-.0342-.1157-.0649-.1713-.0942a2.4731,2.4731,0,0,1-.3267-.1973c-.0264-.0195-.0586-.0459-.0894-.0713l-.0356-.0288L7.67,10.6387l-.0049-.0039A.7045.7045,0,0,1,7.4041,10.2a.5725.5725,0,0,1,.1128-.4575A.5835.5835,0,0,1,8,9.5288a.7226.7226,0,0,1,.4214.1592l.0361.0283c.0332.0259.07.0552.0972.0781a2.5254,2.5254,0,0,1,.2671.2759c.04.0469.0825.0952.1284.1441l.01.01a5.5221,5.5221,0,0,0,.7989.72.4159.4159,0,0,0,.31.0406l.043-.0069h.0019l.0015.001c.0357.0264.1484.1074.2134.1514a7.7273,7.7273,0,0,1,3.9233-2.24,7.9671,7.9671,0,0,1,1.0816-.1665l.0141-.2515.001-.0014a.6486.6486,0,0,0,.1939-.3076,5.5779,5.5779,0,0,0-.066-1.0791l-.0009-.0088c-.0093-.0664-.021-.13-.0328-.1914a2.5611,2.5611,0,0,1-.0493-.38c-.0009-.03-.0005-.0679,0-.1045l.0005-.05-.0005-.0073,0-.0093a.6088.6088,0,1,1,1.211,0l.0009.0605c.001.0386.0015.0791.0005.11a2.5348,2.5348,0,0,1-.0493.38c-.0117.0615-.0234.125-.0327.1914l-.0039.0317a5.4479,5.4479,0,0,0-.064,1.0567.4132.4132,0,0,0,.1616.2666l.0328.03.0019.0015v.0019c.0015.0435.0083.1836.0137.2637a7.79,7.79,0,0,1,2.7173.7559,7.8812,7.8812,0,0,1,2.2632,1.65l.226-.1612h.002l.0312.002a.5914.5914,0,0,0,.33-.041,5.4885,5.4885,0,0,0,.7871-.71l.0215-.022c.0454-.0478.0869-.0952.1274-.1416a2.57,2.57,0,0,1,.27-.2783c.0263-.0229.062-.05.0967-.0776l.0366-.0288a.6088.6088,0,1,1,.7544.9472l-.0435.0357c-.0307.0254-.063.0517-.0884.0708a2.4733,2.4733,0,0,1-.3266.1968c-.0562.0293-.1143.06-.1734.0947a5.6889,5.6889,0,0,0-.8921.6269.4152.4152,0,0,0-.1079.293l-.0034.044v.0019l-.0014.001c-.0162.0146-.0508.0459-.0914.082s-.0864.0772-.1186.1065a7.7983,7.7983,0,0,1,1.25,5.3994l.24.07.001.001.0171.0254a.6014.6014,0,0,0,.24.2334,5.595,5.595,0,0,0,1.063.1757l.0122.001c.0674.0059.1328.0083.1963.0108a2.4617,2.4617,0,0,1,.38.0356c.0312.0059.0713.0156.11.0254l.0644.0156A.643.643,0,0,1,26.5691,18.9077Z"
|
2299
|
+
}, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
2300
|
+
d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
|
2285
2301
|
})), children);
|
2286
2302
|
});
|
2287
2303
|
if (process.env.NODE_ENV !== "production") {
|
2288
|
-
|
2304
|
+
LetterWw.propTypes = iconPropTypes4cbeb95d.i;
|
2289
2305
|
}
|
2290
|
-
var
|
2306
|
+
var LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref101, ref) {
|
2291
2307
|
var children = _ref101.children,
|
2292
2308
|
_ref101$size = _ref101.size,
|
2293
2309
|
size = _ref101$size === void 0 ? 16 : _ref101$size,
|
2294
2310
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref101, _excluded101);
|
2295
|
-
return /*#__PURE__*/
|
2311
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2296
2312
|
width: size,
|
2297
2313
|
height: size,
|
2298
2314
|
ref: ref,
|
2299
2315
|
xmlns: "http://www.w3.org/2000/svg",
|
2300
2316
|
viewBox: "0 0 32 32",
|
2301
2317
|
fill: "currentColor"
|
2302
|
-
}, rest),
|
2303
|
-
d: "
|
2318
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2319
|
+
d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
|
2304
2320
|
})), children);
|
2305
2321
|
});
|
2306
2322
|
if (process.env.NODE_ENV !== "production") {
|
2307
|
-
|
2323
|
+
LetterXx.propTypes = iconPropTypes4cbeb95d.i;
|
2308
2324
|
}
|
2309
|
-
var
|
2325
|
+
var LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref102, ref) {
|
2310
2326
|
var children = _ref102.children,
|
2311
2327
|
_ref102$size = _ref102.size,
|
2312
2328
|
size = _ref102$size === void 0 ? 16 : _ref102$size,
|
2313
2329
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref102, _excluded102);
|
2314
|
-
return /*#__PURE__*/
|
2330
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2315
2331
|
width: size,
|
2316
2332
|
height: size,
|
2317
2333
|
ref: ref,
|
2318
2334
|
xmlns: "http://www.w3.org/2000/svg",
|
2319
2335
|
viewBox: "0 0 32 32",
|
2320
2336
|
fill: "currentColor"
|
2321
|
-
}, rest),
|
2322
|
-
d: "
|
2337
|
+
}, rest), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
2338
|
+
d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
|
2323
2339
|
})), children);
|
2324
2340
|
});
|
2325
2341
|
if (process.env.NODE_ENV !== "production") {
|
2326
|
-
|
2342
|
+
LetterYy.propTypes = iconPropTypes4cbeb95d.i;
|
2327
2343
|
}
|
2328
|
-
var
|
2344
|
+
var LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref103, ref) {
|
2329
2345
|
var children = _ref103.children,
|
2330
2346
|
_ref103$size = _ref103.size,
|
2331
2347
|
size = _ref103$size === void 0 ? 16 : _ref103$size,
|
2332
2348
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref103, _excluded103);
|
2333
|
-
return /*#__PURE__*/
|
2349
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2334
2350
|
width: size,
|
2335
2351
|
height: size,
|
2336
2352
|
ref: ref,
|
2337
2353
|
xmlns: "http://www.w3.org/2000/svg",
|
2338
2354
|
viewBox: "0 0 32 32",
|
2339
2355
|
fill: "currentColor"
|
2340
|
-
}, rest),
|
2341
|
-
d: "
|
2356
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2357
|
+
d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
|
2342
2358
|
})), children);
|
2343
2359
|
});
|
2344
2360
|
if (process.env.NODE_ENV !== "production") {
|
2345
|
-
|
2361
|
+
LetterZz.propTypes = iconPropTypes4cbeb95d.i;
|
2346
2362
|
}
|
2347
|
-
var
|
2363
|
+
var License = /*#__PURE__*/React.forwardRef(function License(_ref104, ref) {
|
2348
2364
|
var children = _ref104.children,
|
2349
2365
|
_ref104$size = _ref104.size,
|
2350
2366
|
size = _ref104$size === void 0 ? 16 : _ref104$size,
|
2351
2367
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref104, _excluded104);
|
2352
|
-
return /*#__PURE__*/
|
2368
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2353
2369
|
width: size,
|
2354
2370
|
height: size,
|
2355
2371
|
ref: ref,
|
2356
2372
|
xmlns: "http://www.w3.org/2000/svg",
|
2357
2373
|
viewBox: "0 0 32 32",
|
2358
2374
|
fill: "currentColor"
|
2359
|
-
}, rest),
|
2360
|
-
d: "
|
2375
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
2376
|
+
d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
|
2377
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2378
|
+
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
|
2361
2379
|
})), children);
|
2362
2380
|
});
|
2363
2381
|
if (process.env.NODE_ENV !== "production") {
|
2364
|
-
|
2382
|
+
License.propTypes = iconPropTypes4cbeb95d.i;
|
2365
2383
|
}
|
2366
|
-
var
|
2384
|
+
var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref105, ref) {
|
2367
2385
|
var children = _ref105.children,
|
2368
2386
|
_ref105$size = _ref105.size,
|
2369
2387
|
size = _ref105$size === void 0 ? 16 : _ref105$size,
|
2370
2388
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref105, _excluded105);
|
2371
|
-
return /*#__PURE__*/
|
2389
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2372
2390
|
width: size,
|
2373
2391
|
height: size,
|
2374
2392
|
ref: ref,
|
2375
2393
|
xmlns: "http://www.w3.org/2000/svg",
|
2376
2394
|
viewBox: "0 0 32 32",
|
2377
2395
|
fill: "currentColor"
|
2378
|
-
}, rest), _path170 || (_path170 = /*#__PURE__*/
|
2379
|
-
d: "
|
2396
|
+
}, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
2397
|
+
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
2398
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
2399
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
|
2380
2400
|
})), children);
|
2381
2401
|
});
|
2382
2402
|
if (process.env.NODE_ENV !== "production") {
|
2383
|
-
|
2403
|
+
LicenseDraft.propTypes = iconPropTypes4cbeb95d.i;
|
2384
2404
|
}
|
2385
|
-
var
|
2405
|
+
var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref106, ref) {
|
2386
2406
|
var children = _ref106.children,
|
2387
2407
|
_ref106$size = _ref106.size,
|
2388
2408
|
size = _ref106$size === void 0 ? 16 : _ref106$size,
|
2389
2409
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref106, _excluded106);
|
2390
|
-
return /*#__PURE__*/
|
2410
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2391
2411
|
width: size,
|
2392
2412
|
height: size,
|
2393
2413
|
ref: ref,
|
2394
2414
|
xmlns: "http://www.w3.org/2000/svg",
|
2395
2415
|
viewBox: "0 0 32 32",
|
2396
2416
|
fill: "currentColor"
|
2397
|
-
}, rest),
|
2398
|
-
d: "
|
2417
|
+
}, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
2418
|
+
d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
|
2419
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
2420
|
+
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
|
2399
2421
|
})), children);
|
2400
2422
|
});
|
2401
2423
|
if (process.env.NODE_ENV !== "production") {
|
2402
|
-
|
2424
|
+
LicenseGlobal.propTypes = iconPropTypes4cbeb95d.i;
|
2403
2425
|
}
|
2404
|
-
var
|
2426
|
+
var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref107, ref) {
|
2405
2427
|
var children = _ref107.children,
|
2406
2428
|
_ref107$size = _ref107.size,
|
2407
2429
|
size = _ref107$size === void 0 ? 16 : _ref107$size,
|
2408
2430
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref107, _excluded107);
|
2409
|
-
return /*#__PURE__*/
|
2431
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2410
2432
|
width: size,
|
2411
2433
|
height: size,
|
2412
2434
|
ref: ref,
|
2413
2435
|
xmlns: "http://www.w3.org/2000/svg",
|
2414
2436
|
viewBox: "0 0 32 32",
|
2415
2437
|
fill: "currentColor"
|
2416
|
-
}, rest),
|
2417
|
-
d: "
|
2438
|
+
}, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
2439
|
+
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
|
2440
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
2441
|
+
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
2418
2442
|
})), children);
|
2419
2443
|
});
|
2420
2444
|
if (process.env.NODE_ENV !== "production") {
|
2421
|
-
|
2445
|
+
LicenseMaintenance.propTypes = iconPropTypes4cbeb95d.i;
|
2422
2446
|
}
|
2423
|
-
var
|
2447
|
+
var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref108, ref) {
|
2424
2448
|
var children = _ref108.children,
|
2425
2449
|
_ref108$size = _ref108.size,
|
2426
2450
|
size = _ref108$size === void 0 ? 16 : _ref108$size,
|
2427
2451
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref108, _excluded108);
|
2428
|
-
return /*#__PURE__*/
|
2452
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2429
2453
|
width: size,
|
2430
2454
|
height: size,
|
2431
2455
|
ref: ref,
|
2432
2456
|
xmlns: "http://www.w3.org/2000/svg",
|
2433
2457
|
viewBox: "0 0 32 32",
|
2434
2458
|
fill: "currentColor"
|
2435
|
-
}, rest),
|
2436
|
-
d: "
|
2437
|
-
})),
|
2438
|
-
|
2439
|
-
d: "M19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
|
2440
|
-
})), _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2441
|
-
d: "M15.8351,2a19.0717,19.0717,0,0,0-3.192.2725c-2.8268.4994-3.34,1.5447-3.34,3.4723V8.2909h6.68V9.14H6.7962a4.1708,4.1708,0,0,0-4.173,3.3867,12.4855,12.4855,0,0,0,0,6.7889c.4748,1.9776,1.6088,3.3867,3.55,3.3867H8.47V19.65a4.2449,4.2449,0,0,1,4.173-4.15h6.6721a3.3654,3.3654,0,0,0,3.34-3.3944V5.745a3.729,3.729,0,0,0-3.34-3.4723A20.8377,20.8377,0,0,0,15.8351,2ZM12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
|
2442
|
-
})), _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2443
|
-
fill: "none",
|
2444
|
-
d: "M12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
|
2459
|
+
}, rest), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
2460
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
|
2461
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
2462
|
+
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
2445
2463
|
})), children);
|
2446
2464
|
});
|
2447
2465
|
if (process.env.NODE_ENV !== "production") {
|
2448
|
-
|
2466
|
+
LicenseMaintenanceDraft.propTypes = iconPropTypes4cbeb95d.i;
|
2449
2467
|
}
|
2450
|
-
var
|
2468
|
+
var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref109, ref) {
|
2451
2469
|
var children = _ref109.children,
|
2452
2470
|
_ref109$size = _ref109.size,
|
2453
2471
|
size = _ref109$size === void 0 ? 16 : _ref109$size,
|
2454
2472
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref109, _excluded109);
|
2455
|
-
return /*#__PURE__*/
|
2473
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2456
2474
|
width: size,
|
2457
2475
|
height: size,
|
2458
2476
|
ref: ref,
|
2459
2477
|
xmlns: "http://www.w3.org/2000/svg",
|
2460
2478
|
viewBox: "0 0 32 32",
|
2461
2479
|
fill: "currentColor"
|
2462
|
-
}, rest),
|
2463
|
-
d: "
|
2480
|
+
}, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
2481
|
+
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
|
2482
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
2483
|
+
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
2464
2484
|
})), children);
|
2465
2485
|
});
|
2466
2486
|
if (process.env.NODE_ENV !== "production") {
|
2467
|
-
|
2487
|
+
LicenseThirdParty.propTypes = iconPropTypes4cbeb95d.i;
|
2468
2488
|
}
|
2469
|
-
var
|
2489
|
+
var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref110, ref) {
|
2470
2490
|
var children = _ref110.children,
|
2471
2491
|
_ref110$size = _ref110.size,
|
2472
2492
|
size = _ref110$size === void 0 ? 16 : _ref110$size,
|
2473
2493
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref110, _excluded110);
|
2474
|
-
return /*#__PURE__*/
|
2494
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2475
2495
|
width: size,
|
2476
2496
|
height: size,
|
2477
2497
|
ref: ref,
|
2478
2498
|
xmlns: "http://www.w3.org/2000/svg",
|
2479
2499
|
viewBox: "0 0 32 32",
|
2480
2500
|
fill: "currentColor"
|
2481
|
-
}, rest),
|
2482
|
-
|
2483
|
-
|
2501
|
+
}, rest), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2502
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
|
2503
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2504
|
+
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
2484
2505
|
})), children);
|
2485
2506
|
});
|
2486
2507
|
if (process.env.NODE_ENV !== "production") {
|
2487
|
-
|
2508
|
+
LicenseThirdPartyDraft.propTypes = iconPropTypes4cbeb95d.i;
|
2488
2509
|
}
|
2489
|
-
var
|
2510
|
+
var Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref111, ref) {
|
2490
2511
|
var children = _ref111.children,
|
2491
2512
|
_ref111$size = _ref111.size,
|
2492
2513
|
size = _ref111$size === void 0 ? 16 : _ref111$size,
|
2493
2514
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref111, _excluded111);
|
2494
|
-
return /*#__PURE__*/
|
2515
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2495
2516
|
width: size,
|
2496
2517
|
height: size,
|
2497
2518
|
ref: ref,
|
2498
2519
|
xmlns: "http://www.w3.org/2000/svg",
|
2499
2520
|
viewBox: "0 0 32 32",
|
2500
2521
|
fill: "currentColor"
|
2501
|
-
}, rest),
|
2502
|
-
d: "
|
2503
|
-
})), _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2504
|
-
d: "M16,18.5c0.5,0,1-0.1,1.4-0.4c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.5,0.2-1,0.1-1.5c-0.1-0.5-0.3-0.9-0.7-1.3 c-0.3-0.4-0.8-0.6-1.3-0.7c-0.5-0.1-1,0-1.5,0.1c-0.5,0.2-0.9,0.5-1.1,0.9c-0.3,0.4-0.4,0.9-0.4,1.4c0,0.3,0.1,0.7,0.2,1 c0.1,0.3,0.3,0.6,0.5,0.8c0.2,0.2,0.5,0.4,0.8,0.5C15.3,18.4,15.7,18.5,16,18.5z"
|
2522
|
+
}, rest), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
2523
|
+
d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
|
2505
2524
|
})), children);
|
2506
2525
|
});
|
2507
2526
|
if (process.env.NODE_ENV !== "production") {
|
2508
|
-
|
2527
|
+
Lifesaver.propTypes = iconPropTypes4cbeb95d.i;
|
2509
2528
|
}
|
2510
|
-
var
|
2529
|
+
var Light = /*#__PURE__*/React.forwardRef(function Light(_ref112, ref) {
|
2511
2530
|
var children = _ref112.children,
|
2512
2531
|
_ref112$size = _ref112.size,
|
2513
2532
|
size = _ref112$size === void 0 ? 16 : _ref112$size,
|
2514
2533
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref112, _excluded112);
|
2515
|
-
|
2534
|
+
if (size === 16 || size === "16" || size === "16px") {
|
2535
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2536
|
+
width: size,
|
2537
|
+
height: size,
|
2538
|
+
ref: ref,
|
2539
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2540
|
+
viewBox: "0 0 16 16",
|
2541
|
+
fill: "currentColor"
|
2542
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
2543
|
+
d: "M7.5 1H8.5V3.5H7.5z"
|
2544
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
2545
|
+
d: "M10.8 3.4H13.3V4.4H10.8z",
|
2546
|
+
transform: "rotate(-45.001 12.041 3.923)"
|
2547
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
2548
|
+
d: "M12.5 7.5H15V8.5H12.5z"
|
2549
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
2550
|
+
d: "M11.6 10.8H12.6V13.3H11.6z",
|
2551
|
+
transform: "rotate(-45.001 12.075 12.041)"
|
2552
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
2553
|
+
d: "M7.5 12.5H8.5V15H7.5z"
|
2554
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
2555
|
+
d: "M2.7 11.6H5.2V12.6H2.7z",
|
2556
|
+
transform: "rotate(-45.001 3.96 12.079)"
|
2557
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
2558
|
+
d: "M1 7.5H3.5V8.5H1z"
|
2559
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
2560
|
+
d: "M3.4 2.7H4.4V5.2H3.4z",
|
2561
|
+
transform: "rotate(-45.001 3.925 3.961)"
|
2562
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
2563
|
+
d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
|
2564
|
+
})), children);
|
2565
|
+
}
|
2566
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2516
2567
|
width: size,
|
2517
2568
|
height: size,
|
2518
2569
|
ref: ref,
|
2519
2570
|
xmlns: "http://www.w3.org/2000/svg",
|
2520
2571
|
viewBox: "0 0 32 32",
|
2521
2572
|
fill: "currentColor"
|
2522
|
-
}, rest),
|
2523
|
-
d: "
|
2524
|
-
})),
|
2525
|
-
d: "
|
2573
|
+
}, rest), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
2574
|
+
d: "M15 2H17V7H15z"
|
2575
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
2576
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
2577
|
+
transform: "rotate(-45 24.147 7.853)"
|
2578
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
2579
|
+
d: "M25 15H30V17H25z"
|
2580
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
2581
|
+
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
2582
|
+
transform: "rotate(-45 24.147 24.146)"
|
2583
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
2584
|
+
d: "M15 25H17V30H15z"
|
2585
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
2586
|
+
d: "M5.375 23.147H10.333V25.147H5.375z",
|
2587
|
+
transform: "rotate(-45 7.853 24.146)"
|
2588
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2589
|
+
d: "M2 15H7V17H2z"
|
2590
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2591
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
2592
|
+
transform: "rotate(-45 7.854 7.853)"
|
2593
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
2594
|
+
d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
2526
2595
|
})), children);
|
2527
2596
|
});
|
2528
2597
|
if (process.env.NODE_ENV !== "production") {
|
2529
|
-
|
2598
|
+
Light.propTypes = iconPropTypes4cbeb95d.i;
|
2530
2599
|
}
|
2531
|
-
var
|
2600
|
+
var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref113, ref) {
|
2532
2601
|
var children = _ref113.children,
|
2533
2602
|
_ref113$size = _ref113.size,
|
2534
2603
|
size = _ref113$size === void 0 ? 16 : _ref113$size,
|
2535
2604
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
|
2536
|
-
return /*#__PURE__*/
|
2605
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2537
2606
|
width: size,
|
2538
2607
|
height: size,
|
2539
2608
|
ref: ref,
|
2540
2609
|
xmlns: "http://www.w3.org/2000/svg",
|
2541
2610
|
viewBox: "0 0 32 32",
|
2542
2611
|
fill: "currentColor"
|
2543
|
-
}, rest),
|
2544
|
-
d: "
|
2612
|
+
}, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
2613
|
+
d: "M15 2H17V7H15z"
|
2614
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
2615
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
2616
|
+
transform: "rotate(-45 24.147 7.853)"
|
2617
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2618
|
+
d: "M25 15H30V17H25z"
|
2619
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
2620
|
+
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
2621
|
+
transform: "rotate(-45 24.147 24.146)"
|
2622
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
2623
|
+
d: "M15 25H17V30H15z"
|
2624
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2625
|
+
d: "M5.375 23.147H10.333V25.147H5.375z",
|
2626
|
+
transform: "rotate(-45 7.853 24.146)"
|
2627
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2628
|
+
d: "M2 15H7V17H2z"
|
2629
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
2630
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
2631
|
+
transform: "rotate(-45 7.854 7.853)"
|
2632
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
2633
|
+
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
2545
2634
|
})), children);
|
2546
2635
|
});
|
2547
2636
|
if (process.env.NODE_ENV !== "production") {
|
2548
|
-
|
2637
|
+
LightFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2549
2638
|
}
|
2550
|
-
var
|
2639
|
+
var Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref114, ref) {
|
2551
2640
|
var children = _ref114.children,
|
2552
2641
|
_ref114$size = _ref114.size,
|
2553
2642
|
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
2554
2643
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref114, _excluded114);
|
2555
|
-
return /*#__PURE__*/
|
2644
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2556
2645
|
width: size,
|
2557
2646
|
height: size,
|
2558
2647
|
ref: ref,
|
2559
2648
|
xmlns: "http://www.w3.org/2000/svg",
|
2560
2649
|
viewBox: "0 0 32 32",
|
2561
2650
|
fill: "currentColor"
|
2562
|
-
}, rest),
|
2563
|
-
d: "
|
2651
|
+
}, rest), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2652
|
+
d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
|
2564
2653
|
})), children);
|
2565
2654
|
});
|
2566
2655
|
if (process.env.NODE_ENV !== "production") {
|
2567
|
-
|
2656
|
+
Lightning.propTypes = iconPropTypes4cbeb95d.i;
|
2568
2657
|
}
|
2569
|
-
var
|
2658
|
+
var Link = /*#__PURE__*/React.forwardRef(function Link(_ref115, ref) {
|
2570
2659
|
var children = _ref115.children,
|
2571
2660
|
_ref115$size = _ref115.size,
|
2572
2661
|
size = _ref115$size === void 0 ? 16 : _ref115$size,
|
2573
2662
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref115, _excluded115);
|
2574
|
-
return /*#__PURE__*/
|
2663
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2575
2664
|
width: size,
|
2576
2665
|
height: size,
|
2577
2666
|
ref: ref,
|
2578
2667
|
xmlns: "http://www.w3.org/2000/svg",
|
2579
2668
|
viewBox: "0 0 32 32",
|
2580
2669
|
fill: "currentColor"
|
2581
|
-
}, rest),
|
2582
|
-
d: "
|
2670
|
+
}, rest), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
2671
|
+
d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
|
2672
|
+
})), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
2673
|
+
d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
|
2583
2674
|
})), children);
|
2584
2675
|
});
|
2585
2676
|
if (process.env.NODE_ENV !== "production") {
|
2586
|
-
|
2677
|
+
Link.propTypes = iconPropTypes4cbeb95d.i;
|
2587
2678
|
}
|
2588
|
-
var
|
2679
|
+
var Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref116, ref) {
|
2589
2680
|
var children = _ref116.children,
|
2590
2681
|
_ref116$size = _ref116.size,
|
2591
2682
|
size = _ref116$size === void 0 ? 16 : _ref116$size,
|
2592
2683
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref116, _excluded116);
|
2593
|
-
return /*#__PURE__*/
|
2684
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2594
2685
|
width: size,
|
2595
2686
|
height: size,
|
2596
2687
|
ref: ref,
|
2597
2688
|
xmlns: "http://www.w3.org/2000/svg",
|
2598
2689
|
viewBox: "0 0 32 32",
|
2599
2690
|
fill: "currentColor"
|
2600
|
-
}, rest),
|
2601
|
-
d: "
|
2602
|
-
})), _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2603
|
-
fill: "none",
|
2604
|
-
d: "M24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z",
|
2605
|
-
"data-icon-path": "inner-path"
|
2691
|
+
}, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
2692
|
+
d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
|
2606
2693
|
})), children);
|
2607
2694
|
});
|
2608
2695
|
if (process.env.NODE_ENV !== "production") {
|
2609
|
-
|
2696
|
+
Linux.propTypes = iconPropTypes4cbeb95d.i;
|
2610
2697
|
}
|
2611
|
-
var
|
2698
|
+
var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref117, ref) {
|
2612
2699
|
var children = _ref117.children,
|
2613
2700
|
_ref117$size = _ref117.size,
|
2614
2701
|
size = _ref117$size === void 0 ? 16 : _ref117$size,
|
2615
2702
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref117, _excluded117);
|
2616
|
-
return /*#__PURE__*/
|
2703
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2617
2704
|
width: size,
|
2618
2705
|
height: size,
|
2619
2706
|
ref: ref,
|
2620
2707
|
xmlns: "http://www.w3.org/2000/svg",
|
2621
2708
|
viewBox: "0 0 32 32",
|
2622
2709
|
fill: "currentColor"
|
2623
|
-
}, rest),
|
2624
|
-
d: "
|
2710
|
+
}, rest), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
2711
|
+
d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
|
2712
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
2713
|
+
d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
|
2625
2714
|
})), children);
|
2626
2715
|
});
|
2627
2716
|
if (process.env.NODE_ENV !== "production") {
|
2628
|
-
|
2717
|
+
LinuxAlt.propTypes = iconPropTypes4cbeb95d.i;
|
2629
2718
|
}
|
2630
|
-
var
|
2719
|
+
var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref118, ref) {
|
2631
2720
|
var children = _ref118.children,
|
2632
2721
|
_ref118$size = _ref118.size,
|
2633
2722
|
size = _ref118$size === void 0 ? 16 : _ref118$size,
|
2634
2723
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref118, _excluded118);
|
2635
|
-
return /*#__PURE__*/
|
2724
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2636
2725
|
width: size,
|
2637
2726
|
height: size,
|
2638
2727
|
ref: ref,
|
2639
2728
|
xmlns: "http://www.w3.org/2000/svg",
|
2640
2729
|
viewBox: "0 0 32 32",
|
2641
2730
|
fill: "currentColor"
|
2642
|
-
}, rest),
|
2643
|
-
|
2731
|
+
}, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
2732
|
+
strokeWidth: "0",
|
2733
|
+
d: "M26 2H28V30H26zM20 25H6c-1.1046 0-2-.8954-2-2v-14c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2zm0-16H6v14h14v-14z"
|
2644
2734
|
})), children);
|
2645
2735
|
});
|
2646
2736
|
if (process.env.NODE_ENV !== "production") {
|
2647
|
-
|
2737
|
+
LinuxNamespace.propTypes = iconPropTypes4cbeb95d.i;
|
2648
2738
|
}
|
2649
|
-
var
|
2739
|
+
var List = /*#__PURE__*/React.forwardRef(function List(_ref119, ref) {
|
2650
2740
|
var children = _ref119.children,
|
2651
2741
|
_ref119$size = _ref119.size,
|
2652
2742
|
size = _ref119$size === void 0 ? 16 : _ref119$size,
|
2653
2743
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref119, _excluded119);
|
2654
|
-
return /*#__PURE__*/
|
2744
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2655
2745
|
width: size,
|
2656
2746
|
height: size,
|
2657
2747
|
ref: ref,
|
2658
2748
|
xmlns: "http://www.w3.org/2000/svg",
|
2659
2749
|
viewBox: "0 0 32 32",
|
2660
2750
|
fill: "currentColor"
|
2661
|
-
}, rest),
|
2662
|
-
d: "
|
2751
|
+
}, rest), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
2752
|
+
d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
|
2663
2753
|
})), children);
|
2664
2754
|
});
|
2665
2755
|
if (process.env.NODE_ENV !== "production") {
|
2666
|
-
|
2756
|
+
List.propTypes = iconPropTypes4cbeb95d.i;
|
2667
2757
|
}
|
2668
|
-
var
|
2758
|
+
var ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref120, ref) {
|
2669
2759
|
var children = _ref120.children,
|
2670
2760
|
_ref120$size = _ref120.size,
|
2671
2761
|
size = _ref120$size === void 0 ? 16 : _ref120$size,
|
2672
2762
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref120, _excluded120);
|
2673
|
-
return /*#__PURE__*/
|
2763
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2674
2764
|
width: size,
|
2675
2765
|
height: size,
|
2676
2766
|
ref: ref,
|
2677
2767
|
xmlns: "http://www.w3.org/2000/svg",
|
2678
2768
|
viewBox: "0 0 32 32",
|
2679
2769
|
fill: "currentColor"
|
2680
|
-
}, rest),
|
2681
|
-
d: "
|
2770
|
+
}, rest), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
2771
|
+
d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
|
2682
2772
|
})), children);
|
2683
2773
|
});
|
2684
2774
|
if (process.env.NODE_ENV !== "production") {
|
2685
|
-
|
2775
|
+
ListBoxes.propTypes = iconPropTypes4cbeb95d.i;
|
2686
2776
|
}
|
2687
|
-
var
|
2777
|
+
var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref121, ref) {
|
2688
2778
|
var children = _ref121.children,
|
2689
2779
|
_ref121$size = _ref121.size,
|
2690
2780
|
size = _ref121$size === void 0 ? 16 : _ref121$size,
|
2691
2781
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref121, _excluded121);
|
2692
|
-
|
2782
|
+
if (size === 16 || size === "16" || size === "16px") {
|
2783
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2784
|
+
width: size,
|
2785
|
+
height: size,
|
2786
|
+
ref: ref,
|
2787
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2788
|
+
viewBox: "0 0 16 16",
|
2789
|
+
fill: "currentColor"
|
2790
|
+
}, rest), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
2791
|
+
cx: "3.5",
|
2792
|
+
cy: "4.5",
|
2793
|
+
r: "1.5"
|
2794
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
2795
|
+
cx: "3.5",
|
2796
|
+
cy: "11.5",
|
2797
|
+
r: "1.5"
|
2798
|
+
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
2799
|
+
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
2800
|
+
})), children);
|
2801
|
+
}
|
2802
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2693
2803
|
width: size,
|
2694
2804
|
height: size,
|
2695
2805
|
ref: ref,
|
2696
2806
|
xmlns: "http://www.w3.org/2000/svg",
|
2697
2807
|
viewBox: "0 0 32 32",
|
2698
2808
|
fill: "currentColor"
|
2699
|
-
}, rest),
|
2700
|
-
|
2809
|
+
}, rest), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
2810
|
+
cx: "7",
|
2811
|
+
cy: "9",
|
2812
|
+
r: "3"
|
2813
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
2814
|
+
cx: "7",
|
2815
|
+
cy: "23",
|
2816
|
+
r: "3"
|
2817
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
2818
|
+
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
2701
2819
|
})), children);
|
2702
2820
|
});
|
2703
2821
|
if (process.env.NODE_ENV !== "production") {
|
2704
|
-
|
2822
|
+
ListBulleted.propTypes = iconPropTypes4cbeb95d.i;
|
2705
2823
|
}
|
2706
|
-
var
|
2824
|
+
var ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref122, ref) {
|
2707
2825
|
var children = _ref122.children,
|
2708
2826
|
_ref122$size = _ref122.size,
|
2709
2827
|
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
2710
2828
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
|
2711
|
-
return /*#__PURE__*/
|
2829
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2712
2830
|
width: size,
|
2713
2831
|
height: size,
|
2714
2832
|
ref: ref,
|
2715
2833
|
xmlns: "http://www.w3.org/2000/svg",
|
2716
2834
|
viewBox: "0 0 32 32",
|
2717
2835
|
fill: "currentColor"
|
2718
|
-
}, rest),
|
2719
|
-
d: "
|
2720
|
-
})), _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2721
|
-
d: "M16,9.5l-3.2-5.6H8.1L16,17.5l7.9-13.6h-4.6L16,9.5z"
|
2836
|
+
}, rest), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
2837
|
+
d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
|
2722
2838
|
})), children);
|
2723
2839
|
});
|
2724
2840
|
if (process.env.NODE_ENV !== "production") {
|
2725
|
-
|
2841
|
+
ListChecked.propTypes = iconPropTypes4cbeb95d.i;
|
2726
2842
|
}
|
2727
|
-
var
|
2843
|
+
var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref123, ref) {
|
2728
2844
|
var children = _ref123.children,
|
2729
2845
|
_ref123$size = _ref123.size,
|
2730
2846
|
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
2731
2847
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
|
2732
|
-
return /*#__PURE__*/
|
2848
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2733
2849
|
width: size,
|
2734
2850
|
height: size,
|
2735
2851
|
ref: ref,
|
2736
2852
|
xmlns: "http://www.w3.org/2000/svg",
|
2737
2853
|
viewBox: "0 0 32 32",
|
2738
2854
|
fill: "currentColor"
|
2739
|
-
}, rest),
|
2740
|
-
|
2741
|
-
d: "M27.0857,24.7792A6.6179,6.6179,0,0,0,30,19.4662c0-3.88-3.7765-7.0269-8.4338-7.0269s-8.4339,3.1465-8.4339,7.0269,3.7765,7.028,8.4339,7.028a9.9547,9.9547,0,0,0,2.7533-.385l.2473-.0374a.8923.8923,0,0,1,.448.13l1.8469,1.0664.1621.0525a.2813.2813,0,0,0,.2812-.2812l-.0455-.2053-.38-1.4175-.0292-.18A.56.56,0,0,1,27.0857,24.7792ZM12.1208,4.68C6.5313,4.68,2,8.4552,2,13.1137a7.9386,7.9386,0,0,0,3.4965,6.3746.6713.6713,0,0,1,.2835.55l-.035.2147-.4562,1.701L5.234,22.2a.3384.3384,0,0,0,.3372.3383l.196-.063,2.2155-1.28a1.0584,1.0584,0,0,1,.5366-.1552l.2975.0443a11.9674,11.9674,0,0,0,3.304.4632l.5554-.014a6.5153,6.5153,0,0,1-.3395-2.0662c0-4.2478,4.1323-7.6918,9.2295-7.6918l.55.014C21.3538,7.761,17.169,4.68,12.1208,4.68Zm6.6337,13.6629a1.1247,1.1247,0,1,1,1.1247-1.1247A1.1243,1.1243,0,0,1,18.7545,18.3427Zm5.6233,0a1.1247,1.1247,0,1,1,1.1235-1.1247A1.1245,1.1245,0,0,1,24.3778,18.3427ZM8.7468,11.7638a1.3493,1.3493,0,1,1,1.35-1.3486A1.3485,1.3485,0,0,1,8.7468,11.7638Zm6.7469,0a1.3493,1.3493,0,1,1,1.35-1.3486A1.3486,1.3486,0,0,1,15.4937,11.7638Z"
|
2855
|
+
}, rest), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
2856
|
+
d: "M30 19.4L28.6 18 22 24.6 19.4 22 18 23.4 22 27.4zM2 22H16V24H2zM30 5.4L28.6 4 22 10.6 19.4 8 18 9.4 22 13.4zM2 8H16V10H2z"
|
2742
2857
|
})), children);
|
2743
2858
|
});
|
2744
2859
|
if (process.env.NODE_ENV !== "production") {
|
2745
|
-
|
2860
|
+
ListCheckedMirror.propTypes = iconPropTypes4cbeb95d.i;
|
2746
2861
|
}
|
2747
|
-
var
|
2862
|
+
var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref124, ref) {
|
2748
2863
|
var children = _ref124.children,
|
2749
2864
|
_ref124$size = _ref124.size,
|
2750
2865
|
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
2751
2866
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
|
2752
|
-
return /*#__PURE__*/
|
2867
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2753
2868
|
width: size,
|
2754
2869
|
height: size,
|
2755
2870
|
ref: ref,
|
2756
2871
|
xmlns: "http://www.w3.org/2000/svg",
|
2757
2872
|
viewBox: "0 0 32 32",
|
2758
2873
|
fill: "currentColor"
|
2759
|
-
}, rest),
|
2760
|
-
d: "
|
2874
|
+
}, rest), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
2875
|
+
d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
|
2876
|
+
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
2877
|
+
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
2761
2878
|
})), children);
|
2762
2879
|
});
|
2763
2880
|
if (process.env.NODE_ENV !== "production") {
|
2764
|
-
|
2881
|
+
ListDropdown.propTypes = iconPropTypes4cbeb95d.i;
|
2765
2882
|
}
|
2766
|
-
var
|
2883
|
+
var ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref125, ref) {
|
2767
2884
|
var children = _ref125.children,
|
2768
2885
|
_ref125$size = _ref125.size,
|
2769
2886
|
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
2770
2887
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref125, _excluded125);
|
2771
|
-
return /*#__PURE__*/
|
2888
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2772
2889
|
width: size,
|
2773
2890
|
height: size,
|
2774
2891
|
ref: ref,
|
2775
2892
|
xmlns: "http://www.w3.org/2000/svg",
|
2776
2893
|
viewBox: "0 0 32 32",
|
2777
2894
|
fill: "currentColor"
|
2778
|
-
}, rest),
|
2779
|
-
d: "
|
2780
|
-
})), _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2781
|
-
d: "M27.83,2.88a.65.65,0,0,0,0-.62A.61.61,0,0,0,27.3,2H23.22a1.19,1.19,0,0,0-1.08.77s-8.7,15.43-9,15.93l5.74,10.53A1.26,1.26,0,0,0,20,30h4a.59.59,0,0,0,.54-.26.62.62,0,0,0,0-.62l-5.69-10.4a0,0,0,0,1,0,0Z"
|
2895
|
+
}, rest), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
2896
|
+
d: "M16 22H30V24H16zM16 8H30V10H16zM8 12L8 4 6 4 6 5 4 5 4 7 6 7 6 12 4 12 4 14 6 14 8 14 10 14 10 12 8 12zM10 28H4V24a2 2 0 012-2H8V20H4V18H8a2 2 0 012 2v2a2 2 0 01-2 2H6v2h4z"
|
2782
2897
|
})), children);
|
2783
2898
|
});
|
2784
2899
|
if (process.env.NODE_ENV !== "production") {
|
2785
|
-
|
2900
|
+
ListNumbered.propTypes = iconPropTypes4cbeb95d.i;
|
2786
2901
|
}
|
2787
2902
|
|
2903
|
+
exports.Incomplete = Incomplete;
|
2904
|
+
exports.IncompleteCancel = IncompleteCancel;
|
2905
|
+
exports.IncompleteError = IncompleteError;
|
2906
|
+
exports.IncompleteWarning = IncompleteWarning;
|
2907
|
+
exports.IncreaseLevel = IncreaseLevel;
|
2908
|
+
exports.Industry = Industry;
|
2909
|
+
exports.InfinitySymbol = InfinitySymbol;
|
2910
|
+
exports.Information = Information;
|
2911
|
+
exports.InformationDisabled = InformationDisabled;
|
2912
|
+
exports.InformationFilled = InformationFilled;
|
2913
|
+
exports.InformationSquare = InformationSquare;
|
2914
|
+
exports.InformationSquareFilled = InformationSquareFilled;
|
2915
|
+
exports.InfrastructureClassic = InfrastructureClassic;
|
2916
|
+
exports.Insert = Insert;
|
2917
|
+
exports.InsertPage = InsertPage;
|
2918
|
+
exports.InsertSyntax = InsertSyntax;
|
2919
|
+
exports.Inspection = Inspection;
|
2920
|
+
exports.InstanceBx = InstanceBx;
|
2921
|
+
exports.InstanceClassic = InstanceClassic;
|
2922
|
+
exports.InstanceCx = InstanceCx;
|
2923
|
+
exports.InstanceMx = InstanceMx;
|
2924
|
+
exports.InstanceVirtual = InstanceVirtual;
|
2925
|
+
exports.Integration = Integration;
|
2926
|
+
exports.IntentRequestActive = IntentRequestActive;
|
2927
|
+
exports.IntentRequestCreate = IntentRequestCreate;
|
2928
|
+
exports.IntentRequestHeal = IntentRequestHeal;
|
2929
|
+
exports.IntentRequestInactive = IntentRequestInactive;
|
2930
|
+
exports.IntentRequestScaleIn = IntentRequestScaleIn;
|
2931
|
+
exports.IntentRequestScaleOut = IntentRequestScaleOut;
|
2932
|
+
exports.IntentRequestUninstall = IntentRequestUninstall;
|
2933
|
+
exports.IntentRequestUpgrade = IntentRequestUpgrade;
|
2934
|
+
exports.Interactions = Interactions;
|
2935
|
+
exports.InterfaceUsage = InterfaceUsage;
|
2936
|
+
exports.Intersect = Intersect;
|
2937
|
+
exports.IntrusionPrevention = IntrusionPrevention;
|
2938
|
+
exports.InventoryManagement = InventoryManagement;
|
2939
|
+
exports.IotConnect = IotConnect;
|
2940
|
+
exports.IotPlatform = IotPlatform;
|
2941
|
+
exports.Ip = Ip;
|
2942
|
+
exports.Iso = Iso;
|
2943
|
+
exports.IsoFilled = IsoFilled;
|
2944
|
+
exports.IsoOutline = IsoOutline;
|
2945
|
+
exports.JoinFull = JoinFull;
|
2946
|
+
exports.JoinInner = JoinInner;
|
2947
|
+
exports.JoinLeft = JoinLeft;
|
2948
|
+
exports.JoinNode = JoinNode;
|
2949
|
+
exports.JoinOuter = JoinOuter;
|
2950
|
+
exports.JoinRight = JoinRight;
|
2951
|
+
exports.Jpg = Jpg;
|
2952
|
+
exports.JsError = JsError;
|
2953
|
+
exports.Json = Json;
|
2954
|
+
exports.JsonReference = JsonReference;
|
2955
|
+
exports.JumpLink = JumpLink;
|
2956
|
+
exports.KeepDry = KeepDry;
|
2957
|
+
exports.Key = Key;
|
2958
|
+
exports.Keyboard = Keyboard;
|
2959
|
+
exports.KeyboardOff = KeyboardOff;
|
2960
|
+
exports.Kubelet = Kubelet;
|
2961
|
+
exports.Kubernetes = Kubernetes;
|
2962
|
+
exports.KubernetesControlPlaneNode = KubernetesControlPlaneNode;
|
2963
|
+
exports.KubernetesIpAddress = KubernetesIpAddress;
|
2964
|
+
exports.KubernetesOperator = KubernetesOperator;
|
2788
2965
|
exports.KubernetesPod = KubernetesPod;
|
2966
|
+
exports.KubernetesWorkerNode = KubernetesWorkerNode;
|
2789
2967
|
exports.Label = Label;
|
2790
2968
|
exports.Language = Language;
|
2791
2969
|
exports.Laptop = Laptop;
|
@@ -2793,6 +2971,7 @@ exports.Lasso = Lasso;
|
|
2793
2971
|
exports.LassoPolygon = LassoPolygon;
|
2794
2972
|
exports.Launch = Launch;
|
2795
2973
|
exports.Layers = Layers;
|
2974
|
+
exports.LayersExternal = LayersExternal;
|
2796
2975
|
exports.Legend = Legend;
|
2797
2976
|
exports.LetterAa = LetterAa;
|
2798
2977
|
exports.LetterBb = LetterBb;
|
@@ -2834,6 +3013,7 @@ exports.Lightning = Lightning;
|
|
2834
3013
|
exports.Link = Link;
|
2835
3014
|
exports.Linux = Linux;
|
2836
3015
|
exports.LinuxAlt = LinuxAlt;
|
3016
|
+
exports.LinuxNamespace = LinuxNamespace;
|
2837
3017
|
exports.List = List;
|
2838
3018
|
exports.ListBoxes = ListBoxes;
|
2839
3019
|
exports.ListBulleted = ListBulleted;
|
@@ -2841,72 +3021,7 @@ exports.ListChecked = ListChecked;
|
|
2841
3021
|
exports.ListCheckedMirror = ListCheckedMirror;
|
2842
3022
|
exports.ListDropdown = ListDropdown;
|
2843
3023
|
exports.ListNumbered = ListNumbered;
|
2844
|
-
exports.
|
2845
|
-
exports.LoadBalancerApplication = LoadBalancerApplication;
|
2846
|
-
exports.LoadBalancerClassic = LoadBalancerClassic;
|
2847
|
-
exports.LoadBalancerGlobal = LoadBalancerGlobal;
|
2848
|
-
exports.LoadBalancerListener = LoadBalancerListener;
|
2849
|
-
exports.LoadBalancerLocal = LoadBalancerLocal;
|
2850
|
-
exports.LoadBalancerNetwork = LoadBalancerNetwork;
|
2851
|
-
exports.LoadBalancerPool = LoadBalancerPool;
|
2852
|
-
exports.LoadBalancerVpc = LoadBalancerVpc;
|
2853
|
-
exports.Location = Location;
|
2854
|
-
exports.LocationCompany = LocationCompany;
|
2855
|
-
exports.LocationCompanyFilled = LocationCompanyFilled;
|
2856
|
-
exports.LocationCurrent = LocationCurrent;
|
2857
|
-
exports.LocationFilled = LocationFilled;
|
2858
|
-
exports.LocationHazard = LocationHazard;
|
2859
|
-
exports.LocationHazardFilled = LocationHazardFilled;
|
2860
|
-
exports.LocationHeart = LocationHeart;
|
2861
|
-
exports.LocationHeartFilled = LocationHeartFilled;
|
2862
|
-
exports.LocationPerson = LocationPerson;
|
2863
|
-
exports.LocationPersonFilled = LocationPersonFilled;
|
2864
|
-
exports.LocationSave = LocationSave;
|
2865
|
-
exports.LocationStar = LocationStar;
|
2866
|
-
exports.LocationStarFilled = LocationStarFilled;
|
2867
|
-
exports.Locked = Locked;
|
2868
|
-
exports.LogicalPartition = LogicalPartition;
|
2869
|
-
exports.Login = Login;
|
2870
|
-
exports.LogoAngular = LogoAngular;
|
2871
|
-
exports.LogoAnsibleCommunity = LogoAnsibleCommunity;
|
2872
|
-
exports.LogoDigg = LogoDigg;
|
2873
|
-
exports.LogoDiscord = LogoDiscord;
|
2874
|
-
exports.LogoFacebook = LogoFacebook;
|
2875
|
-
exports.LogoFigma = LogoFigma;
|
2876
|
-
exports.LogoFlickr = LogoFlickr;
|
2877
|
-
exports.LogoGithub = LogoGithub;
|
2878
|
-
exports.LogoGitlab = LogoGitlab;
|
2879
|
-
exports.LogoGlassdoor = LogoGlassdoor;
|
2880
|
-
exports.LogoInstagram = LogoInstagram;
|
2881
|
-
exports.LogoInvision = LogoInvision;
|
2882
|
-
exports.LogoJupyter = LogoJupyter;
|
2883
|
-
exports.LogoKeybase = LogoKeybase;
|
2884
|
-
exports.LogoKubernetes = LogoKubernetes;
|
2885
|
-
exports.LogoLinkedin = LogoLinkedin;
|
2886
|
-
exports.LogoLivestream = LogoLivestream;
|
2887
|
-
exports.LogoMastodon = LogoMastodon;
|
2888
|
-
exports.LogoMedium = LogoMedium;
|
2889
|
-
exports.LogoNpm = LogoNpm;
|
2890
|
-
exports.LogoOpenshift = LogoOpenshift;
|
2891
|
-
exports.LogoPinterest = LogoPinterest;
|
2892
|
-
exports.LogoPython = LogoPython;
|
2893
|
-
exports.LogoQuora = LogoQuora;
|
2894
|
-
exports.LogoRScript = LogoRScript;
|
2895
|
-
exports.LogoReact = LogoReact;
|
2896
|
-
exports.LogoRedHatAnsible = LogoRedHatAnsible;
|
2897
|
-
exports.LogoSketch = LogoSketch;
|
2898
|
-
exports.LogoSkype = LogoSkype;
|
2899
|
-
exports.LogoSlack = LogoSlack;
|
2900
|
-
exports.LogoSnapchat = LogoSnapchat;
|
2901
|
-
exports.LogoSvelte = LogoSvelte;
|
2902
|
-
exports.LogoTumblr = LogoTumblr;
|
2903
|
-
exports.LogoTwitter = LogoTwitter;
|
2904
|
-
exports.LogoVmware = LogoVmware;
|
2905
|
-
exports.LogoVmwareAlt = LogoVmwareAlt;
|
2906
|
-
exports.LogoVue = LogoVue;
|
2907
|
-
exports.LogoWechat = LogoWechat;
|
2908
|
-
exports.LogoX = LogoX;
|
2909
|
-
exports.LogoXing = LogoXing;
|
3024
|
+
exports.WatsonHealthInteractiveSegmentationCursor = WatsonHealthInteractiveSegmentationCursor;
|
2910
3025
|
exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
|
2911
3026
|
exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
|
2912
3027
|
exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;
|