@carbon/ibm-products 2.43.2-canary.33 → 2.43.2-canary.330
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 +8118 -9430
- 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 +388 -122
- 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 +4485 -4892
- 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 +1992 -575
- 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.d.ts +5 -2
- package/es/components/APIKeyModal/APIKeyDownloader.js +10 -3
- package/es/components/APIKeyModal/APIKeyModal.js +11 -4
- package/es/components/APIKeyModal/APIKeyModal.types.d.ts +11 -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 +22 -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 +2 -3
- package/es/components/ActionSet/ActionSet.js +5 -3
- package/es/components/ActionSet/index.d.ts +8 -1
- package/es/components/AddSelect/AddSelect.js +1 -1
- package/es/components/AddSelect/AddSelectBody.js +11 -4
- package/es/components/AddSelect/AddSelectBreadcrumbs.d.ts +2 -1
- package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -1
- package/es/components/AddSelect/AddSelectColumn.d.ts +2 -1
- package/es/components/AddSelect/AddSelectColumn.js +1 -1
- package/es/components/AddSelect/AddSelectFilter.d.ts +2 -1
- package/es/components/AddSelect/AddSelectFilter.js +6 -6
- package/es/components/AddSelect/AddSelectFormControl.d.ts +2 -1
- package/es/components/AddSelect/AddSelectFormControl.js +1 -1
- package/es/components/AddSelect/AddSelectList.d.ts +2 -1
- package/es/components/AddSelect/AddSelectList.js +1 -1
- package/es/components/AddSelect/AddSelectMetaPanel.d.ts +2 -1
- package/es/components/AddSelect/AddSelectMetaPanel.js +1 -1
- package/es/components/AddSelect/AddSelectRow.d.ts +2 -1
- package/es/components/AddSelect/AddSelectRow.js +1 -1
- package/es/components/AddSelect/AddSelectSidebar.d.ts +2 -1
- package/es/components/AddSelect/AddSelectSidebar.js +2 -2
- package/es/components/AddSelect/AddSelectSort.d.ts +2 -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 +7 -1
- package/es/components/BigNumbers/BigNumbers.js +2 -2
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +2 -1
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +1 -1
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +2 -1
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
- package/es/components/Card/Card.d.ts +73 -2
- package/es/components/Card/Card.js +46 -41
- package/es/components/Card/CardFooter.d.ts +51 -48
- package/es/components/Card/CardFooter.js +5 -3
- package/es/components/Card/CardHeader.d.ts +77 -49
- package/es/components/Card/CardHeader.js +21 -11
- package/es/components/Carousel/Carousel.js +19 -11
- 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 +9 -10
- package/es/components/Checklist/ChecklistChart.js +23 -7
- 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 +62 -19
- package/es/components/Coachmark/CoachmarkDragbar.js +1 -2
- package/es/components/Coachmark/CoachmarkHeader.js +1 -2
- package/es/components/Coachmark/CoachmarkOverlay.js +33 -24
- 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/Coachmark/utils/hooks.js +1 -1
- 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 +13 -10
- package/es/components/CoachmarkOverlayElements/index.d.ts +8 -1
- package/es/components/CoachmarkStack/CoachmarkStack.d.ts +67 -2
- package/es/components/CoachmarkStack/CoachmarkStack.js +24 -13
- 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.d.ts +2 -1
- 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 +107 -67
- package/es/components/ConditionBuilder/ConditionBuilder.d.ts +9 -2
- package/es/components/ConditionBuilder/ConditionBuilder.js +53 -35
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +155 -0
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +29 -14
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +68 -43
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +63 -25
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +30 -30
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +86 -34
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +24 -12
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +30 -14
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +27 -24
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +20 -9
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +48 -26
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +116 -79
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +10 -42
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +45 -36
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +49 -39
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +49 -38
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +81 -27
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +104 -32
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +28 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +27 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +31 -12
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +22 -14
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +36 -12
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +29 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +33 -12
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +26 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +36 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +25 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +26 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +45 -19
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +154 -60
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +31 -9
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +41 -19
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +186 -72
- 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 -5
- package/es/components/ConditionBuilder/utils/util.js +79 -25
- package/es/components/CreateFullPage/CreateFullPage.d.ts +10 -3
- package/es/components/CreateFullPage/CreateFullPage.js +47 -24
- package/es/components/CreateFullPage/CreateFullPageStep.d.ts +9 -3
- package/es/components/CreateFullPage/CreateFullPageStep.js +14 -5
- package/es/components/CreateFullPage/index.d.ts +10 -2
- package/es/components/CreateInfluencer/CreateInfluencer.d.ts +10 -2
- package/es/components/CreateInfluencer/CreateInfluencer.js +9 -3
- package/es/components/CreateModal/CreateModal.d.ts +4 -5
- package/es/components/CreateModal/CreateModal.js +3 -3
- 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 +17 -4
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +125 -63
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +4 -0
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +13 -4
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +8 -0
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +14 -4
- package/es/components/DataSpreadsheet/index.d.ts +8 -1
- package/es/components/DataSpreadsheet/types/index.d.ts +7 -0
- package/es/components/Datagrid/Datagrid/Datagrid.d.ts +1 -5
- package/es/components/Datagrid/Datagrid/Datagrid.js +4 -10
- package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +8 -1
- package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridContent.js +9 -5
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +5 -1
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -2
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +6 -4
- package/es/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +25 -17
- package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +8 -1
- package/es/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridRow.js +27 -19
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +11 -27
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +4 -3
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +8 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +21 -5
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +43 -18
- package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +8 -2
- package/es/components/Datagrid/Datagrid/DraggableElement.js +2 -1
- package/{lib/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.d.ts → es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.d.ts} +3 -3
- package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +29 -0
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +47 -22
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +5 -5
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +16 -14
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +5 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +34 -9
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +36 -17
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +4 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +15 -10
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +2 -1
- 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 +38 -15
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +3 -4
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +78 -30
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -1
- 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.d.ts +5 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +7 -4
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +2 -2
- 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 +64 -15
- package/es/components/Datagrid/useActionsColumn.js +2 -6
- package/es/components/Datagrid/useColumnCenterAlign.js +1 -2
- package/es/components/Datagrid/useColumnRightAlign.js +1 -2
- 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 +3 -4
- 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 +2 -3
- package/es/components/Datagrid/useNestedRowExpander.js +73 -22
- package/es/components/Datagrid/useNestedRows.js +1 -2
- package/es/components/Datagrid/useOnRowClick.js +1 -2
- package/es/components/Datagrid/useParentDimensions.js +5 -5
- package/es/components/Datagrid/useRowExpander.js +7 -10
- 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 +41 -23
- package/es/components/Datagrid/useStickyColumn.d.ts +8 -1
- package/es/components/Datagrid/useStickyColumn.js +15 -13
- package/es/components/Decorator/Decorator.js +1 -1
- package/es/components/DecoratorBase/DecoratorBase.js +1 -1
- package/es/components/DecoratorBase/DecoratorIcon.js +1 -1
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +1 -1
- package/es/components/DecoratorLink/DecoratorLink.js +1 -1
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +1 -1
- 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 +2 -1
- package/es/components/EditTearsheet/EditTearsheet.js +45 -10
- package/es/components/EditTearsheet/EditTearsheetForm.js +1 -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 +19 -8
- package/es/components/EmptyStates/EmptyStateContent.d.ts +2 -1
- package/es/components/EmptyStates/EmptyStateContent.js +1 -1
- package/es/components/EmptyStates/EmptyStateIllustration.d.ts +2 -1
- package/es/components/EmptyStates/EmptyStateIllustration.js +1 -1
- package/es/components/EmptyStates/EmptyStateV2.d.ts +62 -2
- package/es/components/EmptyStates/EmptyStateV2.js +4 -3
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +2 -3
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +4 -2
- package/es/components/EmptyStates/ErrorEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +2 -3
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +4 -2
- package/es/components/EmptyStates/NoDataEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +2 -3
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +4 -2
- package/es/components/EmptyStates/NoTagsEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +2 -3
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +4 -2
- package/es/components/EmptyStates/NotFoundEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +2 -3
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +4 -2
- package/es/components/EmptyStates/NotificationsEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +2 -3
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +4 -2
- package/es/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/assets/ErrorIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -1
- package/es/components/EmptyStates/assets/NoDataIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/NoDataIllustration.js +6 -6
- package/es/components/EmptyStates/assets/NoTagsIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -1
- package/es/components/EmptyStates/assets/NotFoundIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -1
- package/es/components/EmptyStates/assets/NotificationsIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +9 -9
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -1
- package/es/components/EmptyStates/index.d.ts +22 -8
- package/es/components/ExportModal/ExportModal.d.ts +7 -3
- package/es/components/ExportModal/ExportModal.js +27 -10
- package/es/components/ExportModal/index.d.ts +2 -1
- package/es/components/ExpressiveCard/ExpressiveCard.d.ts +6 -1
- package/es/components/ExpressiveCard/ExpressiveCard.js +7 -2
- package/es/components/ExpressiveCard/index.d.ts +2 -1
- package/es/components/FeatureFlags/index.d.ts +29 -23
- package/es/components/FeatureFlags/index.js +19 -21
- 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 +2 -2
- 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 +5 -2
- package/es/components/FullPageError/assets/Error403SVG.js +7 -4
- package/es/components/FullPageError/assets/Error404SVG.d.ts +5 -2
- package/es/components/FullPageError/assets/Error404SVG.js +7 -4
- package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +5 -2
- 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 +7 -6
- 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 +3 -2
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +3 -2
- package/es/components/HTTPErrors/HTTPErrorContent.d.ts +2 -1
- package/es/components/HTTPErrors/HTTPErrorContent.js +1 -1
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +2 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +5 -2
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +211 -204
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +5 -2
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +123 -116
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +5 -2
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +117 -110
- package/es/components/ImportModal/ImportModal.d.ts +2 -2
- package/es/components/ImportModal/ImportModal.js +6 -11
- 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 +2 -3
- 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 +13 -12
- 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.d.ts +2 -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 +99 -9
- 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 +6 -4
- package/es/components/PageHeader/PageHeader.js +30 -13
- package/es/components/PageHeader/PageHeaderTitle.d.ts +3 -1
- package/es/components/PageHeader/PageHeaderTitle.js +43 -9
- package/es/components/PageHeader/PageHeaderUtils.js +1 -6
- package/es/components/PageHeader/index.d.ts +2 -1
- package/es/components/ProductiveCard/ProductiveCard.d.ts +14 -1
- package/es/components/ProductiveCard/ProductiveCard.js +17 -3
- package/es/components/ProductiveCard/index.d.ts +2 -1
- package/es/components/RemoveModal/RemoveModal.d.ts +3 -4
- package/es/components/RemoveModal/RemoveModal.js +6 -6
- 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 +4 -4
- package/es/components/SearchBar/SearchBar.d.ts +2 -2
- package/es/components/SearchBar/SearchBar.js +6 -6
- package/es/components/SearchBar/index.d.ts +8 -1
- package/es/components/SidePanel/SidePanel.d.ts +8 -3
- 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 +5 -2
- 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 +1 -1
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +2 -2
- 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 +40 -4
- package/es/components/TagOverflow/TagOverflow.js +74 -75
- package/es/components/TagOverflow/TagOverflowModal.d.ts +8 -2
- package/es/components/TagOverflow/TagOverflowModal.js +27 -12
- package/es/components/TagOverflow/TagOverflowPopover.d.ts +16 -1
- package/es/components/TagOverflow/TagOverflowPopover.js +67 -55
- package/es/components/TagOverflow/index.d.ts +8 -1
- package/es/components/TagSet/TagSet.d.ts +22 -8
- package/es/components/TagSet/TagSet.js +81 -44
- package/es/components/TagSet/TagSetModal.d.ts +3 -2
- package/es/components/TagSet/TagSetModal.js +11 -6
- 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 +14 -5
- package/es/components/Tearsheet/Tearsheet.js +14 -6
- package/es/components/Tearsheet/TearsheetNarrow.d.ts +4 -4
- package/es/components/Tearsheet/TearsheetNarrow.js +7 -6
- package/es/components/Tearsheet/TearsheetShell.d.ts +15 -7
- package/es/components/Tearsheet/TearsheetShell.js +66 -32
- package/es/components/Tearsheet/index.d.ts +10 -2
- package/es/components/Toolbar/Toolbar.d.ts +1 -1
- package/es/components/Toolbar/Toolbar.js +4 -4
- 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.d.ts +17 -14
- package/es/components/TooltipTrigger/TooltipTrigger.js +3 -3
- package/es/components/TruncatedList/TruncatedList.d.ts +2 -3
- package/es/components/TruncatedList/TruncatedList.js +4 -4
- package/es/components/TruncatedList/index.d.ts +8 -1
- package/es/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/es/components/UserAvatar/UserAvatar.js +11 -26
- package/es/components/UserProfileImage/UserProfileImage.d.ts +6 -6
- package/es/components/UserProfileImage/UserProfileImage.js +7 -10
- package/es/components/UserProfileImage/index.d.ts +2 -1
- package/es/components/WebTerminal/WebTerminal.d.ts +5 -5
- package/es/components/WebTerminal/WebTerminal.js +17 -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.d.ts +2 -1
- 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/hooks/usePreviousValue.js +1 -1
- 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 +20 -18
- 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 +878 -755
- 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.d.ts +5 -2
- package/lib/components/APIKeyModal/APIKeyDownloader.js +18 -17
- package/lib/components/APIKeyModal/APIKeyModal.js +81 -81
- package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +11 -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 +48 -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 +2 -3
- package/lib/components/ActionSet/ActionSet.js +22 -27
- package/lib/components/ActionSet/index.d.ts +8 -1
- package/lib/components/AddSelect/AddSelect.js +63 -69
- package/lib/components/AddSelect/AddSelectBody.js +93 -93
- package/lib/components/AddSelect/AddSelectBreadcrumbs.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectBreadcrumbs.js +7 -14
- package/lib/components/AddSelect/AddSelectColumn.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectColumn.js +30 -36
- package/lib/components/AddSelect/AddSelectFilter.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectFilter.js +34 -41
- package/lib/components/AddSelect/AddSelectFormControl.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectFormControl.js +16 -22
- package/lib/components/AddSelect/AddSelectList.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectList.js +10 -17
- package/lib/components/AddSelect/AddSelectMetaPanel.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectMetaPanel.js +17 -23
- package/lib/components/AddSelect/AddSelectRow.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectRow.js +33 -40
- package/lib/components/AddSelect/AddSelectSidebar.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectSidebar.js +31 -37
- package/lib/components/AddSelect/AddSelectSort.d.ts +2 -1
- 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 +7 -1
- package/lib/components/BigNumbers/BigNumbers.js +40 -47
- package/lib/components/BigNumbers/constants.js +0 -2
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +2 -1
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +36 -43
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +2 -1
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +23 -30
- package/lib/components/Card/Card.d.ts +73 -2
- package/lib/components/Card/Card.js +108 -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 +77 -49
- package/lib/components/Card/CardHeader.js +55 -52
- package/lib/components/Carousel/Carousel.js +40 -39
- 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 +59 -67
- package/lib/components/Checklist/Checklist.types.js +0 -2
- package/lib/components/Checklist/ChecklistChart.js +28 -20
- 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 +77 -41
- package/lib/components/Coachmark/CoachmarkDragbar.js +13 -21
- package/lib/components/Coachmark/CoachmarkHeader.js +10 -18
- package/lib/components/Coachmark/CoachmarkOverlay.js +46 -44
- 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 +1 -3
- 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 +38 -42
- package/lib/components/CoachmarkOverlayElements/index.d.ts +8 -1
- package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +67 -2
- package/lib/components/CoachmarkStack/CoachmarkStack.js +46 -42
- 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.d.ts +2 -1
- 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 +136 -101
- package/lib/components/ConditionBuilder/ConditionBuilder.d.ts +9 -2
- package/lib/components/ConditionBuilder/ConditionBuilder.js +82 -71
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +155 -0
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +29 -14
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +83 -62
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +63 -25
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +41 -46
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +86 -34
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +38 -33
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +30 -14
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +30 -31
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +27 -20
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +48 -26
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +131 -98
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +10 -42
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +58 -55
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +49 -39
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +49 -40
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +81 -27
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +118 -52
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +28 -10
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +35 -27
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +31 -12
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +27 -25
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +36 -12
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +44 -34
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +33 -12
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +53 -46
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +36 -10
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +25 -19
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +26 -10
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +13 -19
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +45 -19
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +181 -92
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +31 -9
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +68 -51
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +185 -72
- 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 -5
- package/lib/components/ConditionBuilder/utils/util.js +83 -26
- package/lib/components/CreateFullPage/CreateFullPage.d.ts +10 -3
- package/lib/components/CreateFullPage/CreateFullPage.js +91 -75
- package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +9 -3
- package/lib/components/CreateFullPage/CreateFullPageStep.js +36 -34
- package/lib/components/CreateFullPage/index.d.ts +10 -2
- package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +10 -2
- package/lib/components/CreateInfluencer/CreateInfluencer.js +23 -24
- package/lib/components/CreateModal/CreateModal.d.ts +4 -5
- 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 +17 -4
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +157 -102
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +4 -0
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +66 -64
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +8 -0
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +48 -45
- 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 +0 -2
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +0 -2
- 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 +7 -0
- 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 +0 -2
- 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 +12 -25
- package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +8 -1
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +5 -9
- package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +52 -55
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +9 -9
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +11 -14
- package/lib/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -6
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +34 -31
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +8 -1
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +3 -8
- package/lib/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +35 -32
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +12 -35
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +21 -25
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +8 -1
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +3 -8
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +34 -23
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +47 -26
- package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +8 -2
- package/lib/components/Datagrid/Datagrid/DraggableElement.js +19 -23
- package/{es/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.d.ts → lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.d.ts} +3 -3
- package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +31 -0
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +12 -13
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +11 -12
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +26 -32
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +64 -43
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +12 -18
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +2 -1
- 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 +5 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +65 -45
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +76 -62
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +4 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +20 -21
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +2 -1
- 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 +51 -32
- 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.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +20 -28
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +104 -63
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -1
- 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.d.ts +5 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +19 -21
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +13 -18
- 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 +64 -15
- package/lib/components/Datagrid/useActionsColumn.js +13 -22
- package/lib/components/Datagrid/useColumnCenterAlign.js +4 -10
- package/lib/components/Datagrid/useColumnRightAlign.js +4 -10
- 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 +7 -13
- 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 +7 -13
- package/lib/components/Datagrid/useNestedRowExpander.js +75 -29
- package/lib/components/Datagrid/useNestedRows.js +3 -8
- package/lib/components/Datagrid/useOnRowClick.js +1 -2
- package/lib/components/Datagrid/useParentDimensions.js +6 -6
- package/lib/components/Datagrid/useResizeTable.js +1 -1
- package/lib/components/Datagrid/useRowExpander.js +11 -19
- 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 +46 -33
- package/lib/components/Datagrid/useStickyColumn.d.ts +8 -1
- package/lib/components/Datagrid/useStickyColumn.js +17 -20
- package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +0 -2
- package/lib/components/Decorator/Decorator.js +17 -23
- package/lib/components/DecoratorBase/DecoratorBase.js +42 -49
- package/lib/components/DecoratorBase/DecoratorIcon.js +7 -14
- package/lib/components/DecoratorBase/utils.js +0 -2
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +22 -28
- package/lib/components/DecoratorLink/DecoratorLink.js +20 -26
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +20 -26
- 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 +2 -1
- package/lib/components/EditTearsheet/EditTearsheet.js +68 -40
- package/lib/components/EditTearsheet/EditTearsheetForm.js +17 -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 +40 -36
- package/lib/components/EmptyStates/EmptyStateContent.d.ts +2 -1
- package/lib/components/EmptyStates/EmptyStateContent.js +19 -26
- package/lib/components/EmptyStates/EmptyStateIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/EmptyStateIllustration.js +4 -8
- package/lib/components/EmptyStates/EmptyStateV2.d.ts +62 -2
- package/lib/components/EmptyStates/EmptyStateV2.js +28 -34
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +2 -3
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +22 -27
- package/lib/components/EmptyStates/ErrorEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +2 -3
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +22 -27
- package/lib/components/EmptyStates/NoDataEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +2 -3
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +22 -27
- package/lib/components/EmptyStates/NoTagsEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +2 -3
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +22 -27
- package/lib/components/EmptyStates/NotFoundEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +2 -3
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +22 -27
- package/lib/components/EmptyStates/NotificationsEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +2 -3
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +22 -27
- package/lib/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/assets/ErrorIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +54 -59
- package/lib/components/EmptyStates/assets/NoDataIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +47 -52
- package/lib/components/EmptyStates/assets/NoTagsIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +115 -120
- package/lib/components/EmptyStates/assets/NotFoundIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +85 -90
- package/lib/components/EmptyStates/assets/NotificationsIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +86 -91
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +75 -80
- package/lib/components/EmptyStates/index.d.ts +22 -8
- package/lib/components/ExportModal/ExportModal.d.ts +7 -3
- package/lib/components/ExportModal/ExportModal.js +69 -59
- package/lib/components/ExportModal/index.d.ts +2 -1
- package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +6 -1
- package/lib/components/ExpressiveCard/ExpressiveCard.js +35 -36
- package/lib/components/ExpressiveCard/index.d.ts +2 -1
- package/lib/components/FeatureFlags/index.d.ts +29 -23
- package/lib/components/FeatureFlags/index.js +20 -28
- 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 +19 -26
- 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 +5 -2
- package/lib/components/FullPageError/assets/Error403SVG.js +136 -139
- package/lib/components/FullPageError/assets/Error404SVG.d.ts +5 -2
- package/lib/components/FullPageError/assets/Error404SVG.js +121 -124
- package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +5 -2
- 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 +41 -47
- 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 +8 -14
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +8 -14
- package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +2 -1
- package/lib/components/HTTPErrors/HTTPErrorContent.js +6 -12
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +7 -13
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +5 -2
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +446 -445
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +5 -2
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +401 -400
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +5 -2
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +409 -408
- package/lib/components/ImportModal/ImportModal.d.ts +2 -2
- package/lib/components/ImportModal/ImportModal.js +54 -66
- 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 +2 -3
- 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 +86 -92
- 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.d.ts +2 -1
- 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 +183 -100
- 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 +6 -4
- package/lib/components/PageHeader/PageHeader.js +132 -122
- package/lib/components/PageHeader/PageHeaderTitle.d.ts +3 -1
- package/lib/components/PageHeader/PageHeaderTitle.js +59 -32
- package/lib/components/PageHeader/PageHeaderUtils.js +3 -15
- package/lib/components/PageHeader/index.d.ts +2 -1
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +14 -1
- package/lib/components/ProductiveCard/ProductiveCard.js +51 -43
- package/lib/components/ProductiveCard/index.d.ts +2 -1
- package/lib/components/RemoveModal/RemoveModal.d.ts +3 -4
- package/lib/components/RemoveModal/RemoveModal.js +30 -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 +20 -27
- package/lib/components/ScrollGradient/constants.js +0 -2
- package/lib/components/SearchBar/SearchBar.d.ts +2 -2
- package/lib/components/SearchBar/SearchBar.js +26 -33
- package/lib/components/SearchBar/index.d.ts +8 -1
- package/lib/components/SidePanel/SidePanel.d.ts +8 -3
- 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 +5 -2
- 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 +15 -22
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +10 -19
- 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 +40 -4
- package/lib/components/TagOverflow/TagOverflow.js +94 -102
- package/lib/components/TagOverflow/TagOverflowModal.d.ts +8 -2
- package/lib/components/TagOverflow/TagOverflowModal.js +41 -33
- package/lib/components/TagOverflow/TagOverflowPopover.d.ts +16 -1
- package/lib/components/TagOverflow/TagOverflowPopover.js +80 -75
- package/lib/components/TagOverflow/constants.js +0 -2
- package/lib/components/TagOverflow/index.d.ts +8 -1
- package/lib/components/TagSet/TagSet.d.ts +22 -8
- package/lib/components/TagSet/TagSet.js +107 -77
- package/lib/components/TagSet/TagSetModal.d.ts +3 -2
- package/lib/components/TagSet/TagSetModal.js +26 -28
- 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 +14 -5
- package/lib/components/Tearsheet/Tearsheet.js +36 -34
- package/lib/components/Tearsheet/TearsheetNarrow.d.ts +4 -4
- package/lib/components/Tearsheet/TearsheetNarrow.js +24 -29
- package/lib/components/Tearsheet/TearsheetShell.d.ts +15 -7
- package/lib/components/Tearsheet/TearsheetShell.js +112 -85
- package/lib/components/Tearsheet/index.d.ts +10 -2
- package/lib/components/Toolbar/Toolbar.d.ts +1 -1
- package/lib/components/Toolbar/Toolbar.js +7 -14
- 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.d.ts +17 -14
- package/lib/components/TooltipTrigger/TooltipTrigger.js +7 -14
- package/lib/components/TruncatedList/TruncatedList.d.ts +2 -3
- package/lib/components/TruncatedList/TruncatedList.js +19 -26
- package/lib/components/TruncatedList/index.d.ts +8 -1
- package/lib/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/lib/components/UserAvatar/UserAvatar.js +28 -50
- package/lib/components/UserProfileImage/UserProfileImage.d.ts +6 -6
- package/lib/components/UserProfileImage/UserProfileImage.js +31 -41
- package/lib/components/UserProfileImage/index.d.ts +2 -1
- package/lib/components/WebTerminal/WebTerminal.d.ts +5 -5
- package/lib/components/WebTerminal/WebTerminal.js +42 -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.d.ts +2 -1
- 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 +1 -3
- 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 +105 -97
- 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 +1081 -964
- 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 +18 -17
- package/scss/components/Card/_card.scss +14 -6
- 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 +21 -4
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +96 -40
- 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 +9 -2
- package/scss/components/Datagrid/_datagrid.scss +0 -4
- package/scss/components/Datagrid/styles/_datagrid.scss +101 -2
- 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/EditFullPage/_index.scss +1 -1
- package/scss/components/EditInPlace/_edit-in-place.scss +1 -12
- package/scss/components/EditTearsheet/_index.scss +1 -1
- package/scss/components/EditTearsheetNarrow/_index.scss +1 -1
- package/scss/components/EditUpdateCards/_edit-update-cards.scss +3 -3
- package/scss/components/HTTPErrors/_http-errors.scss +77 -0
- package/scss/components/OptionsTile/_options-tile.scss +6 -6
- package/scss/components/PageHeader/_page-header.scss +16 -3
- package/scss/components/SidePanel/_side-panel.scss +14 -7
- package/scss/components/TagOverflow/_tag-overflow.scss +2 -20
- package/scss/components/TagSet/_tag-set.scss +2 -20
- package/scss/components/Tearsheet/_tearsheet.scss +15 -3
- package/scss/components/UserAvatar/_carbon-imports.scss +1 -0
- package/scss/components/UserAvatar/_user-avatar.scss +4 -0
- 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 +58 -27
- package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +0 -27
- package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +0 -120
- package/es/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +0 -29
- package/es/global/js/utils/window.d.ts +0 -2
- package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +0 -27
- package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +0 -129
- package/lib/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +0 -37
- 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,2959 +137,2938 @@ 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,
|
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, _path30, _path31, _path32, _circle, _path33, _circle2, _path34, _path35, _circle3, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _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, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _circle4, _circle5, _circle6, _circle7, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _circle8, _circle9, _circle10, _circle11, _circle12, _path137, _path138, _path139, _path140, _path141, _circle13, _circle14, _circle15, _path142, _circle16, _circle17, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _circle18, _circle19, _circle20, _circle21, _circle22, _path154, _path155, _path156, _path157, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _circle35, _circle36, _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, _path219, _path220, _path221, _path222;
|
141
|
+
var CaretLeft = /*#__PURE__*/React.forwardRef(function CaretLeft(_ref, ref) {
|
148
142
|
var children = _ref.children,
|
149
143
|
_ref$size = _ref.size,
|
150
144
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
151
145
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
152
146
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
153
|
-
return /*#__PURE__*/
|
147
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
154
148
|
width: size,
|
155
149
|
height: size,
|
156
150
|
ref: ref,
|
157
151
|
xmlns: "http://www.w3.org/2000/svg",
|
158
|
-
viewBox: "0 0
|
152
|
+
viewBox: "0 0 5 8",
|
159
153
|
fill: "currentColor"
|
160
|
-
}, rest), _path || (_path = /*#__PURE__*/
|
161
|
-
d: "
|
154
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
155
|
+
d: "M5 8L0 4 5 0z"
|
162
156
|
})), children);
|
163
157
|
}
|
164
|
-
return /*#__PURE__*/
|
158
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
165
159
|
width: size,
|
166
160
|
height: size,
|
167
161
|
ref: ref,
|
168
162
|
xmlns: "http://www.w3.org/2000/svg",
|
169
|
-
viewBox: "0 0
|
163
|
+
viewBox: "0 0 32 32",
|
170
164
|
fill: "currentColor"
|
171
|
-
}, rest), _path2 || (_path2 = /*#__PURE__*/
|
172
|
-
d: "
|
165
|
+
}, rest), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
166
|
+
d: "M20 24L10 16 20 8z"
|
173
167
|
})), children);
|
174
168
|
});
|
175
169
|
if (process.env.NODE_ENV !== "production") {
|
176
|
-
|
170
|
+
CaretLeft.propTypes = iconPropTypes4cbeb95d.i;
|
177
171
|
}
|
178
|
-
var
|
172
|
+
var CaretRight = /*#__PURE__*/React.forwardRef(function CaretRight(_ref2, ref) {
|
179
173
|
var children = _ref2.children,
|
180
174
|
_ref2$size = _ref2.size,
|
181
175
|
size = _ref2$size === void 0 ? 16 : _ref2$size,
|
182
176
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
|
183
|
-
|
177
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
178
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
179
|
+
width: size,
|
180
|
+
height: size,
|
181
|
+
ref: ref,
|
182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
183
|
+
viewBox: "0 0 5 8",
|
184
|
+
fill: "currentColor"
|
185
|
+
}, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
186
|
+
d: "M0 0L5 4 0 8z"
|
187
|
+
})), children);
|
188
|
+
}
|
189
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
184
190
|
width: size,
|
185
191
|
height: size,
|
186
192
|
ref: ref,
|
187
193
|
xmlns: "http://www.w3.org/2000/svg",
|
188
194
|
viewBox: "0 0 32 32",
|
189
195
|
fill: "currentColor"
|
190
|
-
}, rest),
|
191
|
-
d: "
|
196
|
+
}, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
197
|
+
d: "M12 8L22 16 12 24z"
|
192
198
|
})), children);
|
193
199
|
});
|
194
200
|
if (process.env.NODE_ENV !== "production") {
|
195
|
-
|
201
|
+
CaretRight.propTypes = iconPropTypes4cbeb95d.i;
|
196
202
|
}
|
197
|
-
var
|
203
|
+
var CaretSort = /*#__PURE__*/React.forwardRef(function CaretSort(_ref3, ref) {
|
198
204
|
var children = _ref3.children,
|
199
205
|
_ref3$size = _ref3.size,
|
200
206
|
size = _ref3$size === void 0 ? 16 : _ref3$size,
|
201
207
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref3, _excluded3);
|
202
|
-
return /*#__PURE__*/
|
208
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
203
209
|
width: size,
|
204
210
|
height: size,
|
205
211
|
ref: ref,
|
206
212
|
xmlns: "http://www.w3.org/2000/svg",
|
207
213
|
viewBox: "0 0 32 32",
|
208
214
|
fill: "currentColor"
|
209
|
-
}, rest),
|
210
|
-
d: "
|
211
|
-
})), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
|
212
|
-
d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
|
213
|
-
})), _circle || (_circle = /*#__PURE__*/React__default["default"].createElement("circle", {
|
214
|
-
cx: "16",
|
215
|
-
cy: "16",
|
216
|
-
r: "2"
|
215
|
+
}, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
216
|
+
d: "M24 24L16 32 8 24zM8 8L16 0 24 8z"
|
217
217
|
})), children);
|
218
218
|
});
|
219
219
|
if (process.env.NODE_ENV !== "production") {
|
220
|
-
|
220
|
+
CaretSort.propTypes = iconPropTypes4cbeb95d.i;
|
221
221
|
}
|
222
|
-
var
|
222
|
+
var CaretSortDown = /*#__PURE__*/React.forwardRef(function CaretSortDown(_ref4, ref) {
|
223
223
|
var children = _ref4.children,
|
224
224
|
_ref4$size = _ref4.size,
|
225
225
|
size = _ref4$size === void 0 ? 16 : _ref4$size,
|
226
226
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref4, _excluded4);
|
227
|
-
return /*#__PURE__*/
|
227
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
228
228
|
width: size,
|
229
229
|
height: size,
|
230
230
|
ref: ref,
|
231
231
|
xmlns: "http://www.w3.org/2000/svg",
|
232
232
|
viewBox: "0 0 32 32",
|
233
233
|
fill: "currentColor"
|
234
|
-
}, rest), _path6 || (_path6 = /*#__PURE__*/
|
235
|
-
d: "
|
236
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
237
|
-
cx: "14",
|
238
|
-
cy: "14",
|
239
|
-
r: "2"
|
240
|
-
})), _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
|
241
|
-
d: "M17,23.54A10,10,0,1,1,24,14c0,.34,0,.67-.05,1h2c0-.33.05-.66.05-1A12,12,0,1,0,14,26a12.33,12.33,0,0,0,3-.39Z"
|
242
|
-
})), _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
|
243
|
-
d: "M25,30l-2.14-1A5,5,0,0,1,20,24.47V18H30v6.47A5,5,0,0,1,27.14,29ZM22,20v4.47a3,3,0,0,0,1.72,2.71l1.28.61,1.28-.61A3,3,0,0,0,28,24.47V20Z"
|
234
|
+
}, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
235
|
+
d: "M24 24L16 32 8 24z"
|
244
236
|
})), children);
|
245
237
|
});
|
246
238
|
if (process.env.NODE_ENV !== "production") {
|
247
|
-
|
239
|
+
CaretSortDown.propTypes = iconPropTypes4cbeb95d.i;
|
248
240
|
}
|
249
|
-
var
|
241
|
+
var CaretSortUp = /*#__PURE__*/React.forwardRef(function CaretSortUp(_ref5, ref) {
|
250
242
|
var children = _ref5.children,
|
251
243
|
_ref5$size = _ref5.size,
|
252
244
|
size = _ref5$size === void 0 ? 16 : _ref5$size,
|
253
245
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref5, _excluded5);
|
254
|
-
return /*#__PURE__*/
|
246
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
255
247
|
width: size,
|
256
248
|
height: size,
|
257
249
|
ref: ref,
|
258
250
|
xmlns: "http://www.w3.org/2000/svg",
|
259
251
|
viewBox: "0 0 32 32",
|
260
252
|
fill: "currentColor"
|
261
|
-
}, rest),
|
262
|
-
|
263
|
-
cy: "14",
|
264
|
-
r: "2"
|
265
|
-
})), _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
|
266
|
-
d: "M14,2a12,12,0,0,0,0,24V24A10,10,0,1,1,24,14,8.27,8.27,0,0,1,24,15h2c0-.33.05-.66.05-1A12,12,0,0,0,14,2Z"
|
267
|
-
})), _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
|
268
|
-
d: "M17 24L26.17 24 23.58 26.59 25 28 30 23 25 18 23.58 19.42 26.17 22 17 22 17 24zM14 20a6 6 0 116-6A6 6 0 0114 20zm0-10a4 4 0 104 4A4 4 0 0014 10z"
|
253
|
+
}, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
254
|
+
d: "M8 8L16 0 24 8z"
|
269
255
|
})), children);
|
270
256
|
});
|
271
257
|
if (process.env.NODE_ENV !== "production") {
|
272
|
-
|
258
|
+
CaretSortUp.propTypes = iconPropTypes4cbeb95d.i;
|
273
259
|
}
|
274
|
-
var
|
260
|
+
var CaretUp = /*#__PURE__*/React.forwardRef(function CaretUp(_ref6, ref) {
|
275
261
|
var children = _ref6.children,
|
276
262
|
_ref6$size = _ref6.size,
|
277
263
|
size = _ref6$size === void 0 ? 16 : _ref6$size,
|
278
264
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref6, _excluded6);
|
279
|
-
|
265
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
266
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
267
|
+
width: size,
|
268
|
+
height: size,
|
269
|
+
ref: ref,
|
270
|
+
xmlns: "http://www.w3.org/2000/svg",
|
271
|
+
viewBox: "0 0 8 4",
|
272
|
+
fill: "currentColor"
|
273
|
+
}, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
274
|
+
d: "M0 4L4 0 8 4z"
|
275
|
+
})), children);
|
276
|
+
}
|
277
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
280
278
|
width: size,
|
281
279
|
height: size,
|
282
280
|
ref: ref,
|
283
281
|
xmlns: "http://www.w3.org/2000/svg",
|
284
282
|
viewBox: "0 0 32 32",
|
285
283
|
fill: "currentColor"
|
286
|
-
}, rest),
|
287
|
-
d: "
|
284
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
285
|
+
d: "M8 20L16 10 24 20z"
|
288
286
|
})), children);
|
289
287
|
});
|
290
288
|
if (process.env.NODE_ENV !== "production") {
|
291
|
-
|
289
|
+
CaretUp.propTypes = iconPropTypes4cbeb95d.i;
|
292
290
|
}
|
293
|
-
var
|
291
|
+
var CarouselHorizontal = /*#__PURE__*/React.forwardRef(function CarouselHorizontal(_ref7, ref) {
|
294
292
|
var children = _ref7.children,
|
295
293
|
_ref7$size = _ref7.size,
|
296
294
|
size = _ref7$size === void 0 ? 16 : _ref7$size,
|
297
295
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref7, _excluded7);
|
298
|
-
return /*#__PURE__*/
|
296
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
299
297
|
width: size,
|
300
298
|
height: size,
|
301
299
|
ref: ref,
|
302
300
|
xmlns: "http://www.w3.org/2000/svg",
|
303
301
|
viewBox: "0 0 32 32",
|
304
302
|
fill: "currentColor"
|
305
|
-
}, rest),
|
306
|
-
d: "
|
307
|
-
})), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
|
308
|
-
d: "M8.9,4.9l1.4,1.4C11.8,4.9,13.8,4,16,4s4.2,0.9,5.7,2.3l1.4-1.4C21.3,3.1,18.8,2,16,2S10.7,3.1,8.9,4.9z"
|
303
|
+
}, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
304
|
+
d: "M22 26H10a2 2 0 01-2-2V8a2 2 0 012-2H22a2 2 0 012 2V24A2 2 0 0122 26zM10 8V24H22V8zM4 24H0V22H4V10H0V8H4a2 2 0 012 2V22A2 2 0 014 24zM32 24H28a2 2 0 01-2-2V10a2 2 0 012-2h4v2H28V22h4z"
|
309
305
|
})), children);
|
310
306
|
});
|
311
307
|
if (process.env.NODE_ENV !== "production") {
|
312
|
-
|
308
|
+
CarouselHorizontal.propTypes = iconPropTypes4cbeb95d.i;
|
313
309
|
}
|
314
|
-
var
|
310
|
+
var CarouselVertical = /*#__PURE__*/React.forwardRef(function CarouselVertical(_ref8, ref) {
|
315
311
|
var children = _ref8.children,
|
316
312
|
_ref8$size = _ref8.size,
|
317
313
|
size = _ref8$size === void 0 ? 16 : _ref8$size,
|
318
314
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
|
319
|
-
return /*#__PURE__*/
|
315
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
320
316
|
width: size,
|
321
317
|
height: size,
|
322
318
|
ref: ref,
|
323
319
|
xmlns: "http://www.w3.org/2000/svg",
|
324
320
|
viewBox: "0 0 32 32",
|
325
321
|
fill: "currentColor"
|
326
|
-
}, rest),
|
327
|
-
d: "
|
322
|
+
}, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
323
|
+
d: "M26 10V22a2 2 0 01-2 2H8a2 2 0 01-2-2V10A2 2 0 018 8H24A2 2 0 0126 10zM8 22H24V10H8zM24 28v4H22V28H10v4H8V28a2 2 0 012-2H22A2 2 0 0124 28zM24 0V4a2 2 0 01-2 2H10A2 2 0 018 4V0h2V4H22V0z"
|
328
324
|
})), children);
|
329
325
|
});
|
330
326
|
if (process.env.NODE_ENV !== "production") {
|
331
|
-
|
327
|
+
CarouselVertical.propTypes = iconPropTypes4cbeb95d.i;
|
332
328
|
}
|
333
|
-
var
|
329
|
+
var Catalog = /*#__PURE__*/React.forwardRef(function Catalog(_ref9, ref) {
|
334
330
|
var children = _ref9.children,
|
335
331
|
_ref9$size = _ref9.size,
|
336
332
|
size = _ref9$size === void 0 ? 16 : _ref9$size,
|
337
333
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
|
338
|
-
return /*#__PURE__*/
|
334
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
339
335
|
width: size,
|
340
336
|
height: size,
|
341
337
|
ref: ref,
|
342
338
|
xmlns: "http://www.w3.org/2000/svg",
|
343
339
|
viewBox: "0 0 32 32",
|
344
340
|
fill: "currentColor"
|
345
|
-
}, rest),
|
346
|
-
d: "
|
341
|
+
}, rest), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
342
|
+
d: "M26,2H8A2,2,0,0,0,6,4V8H4v2H6v5H4v2H6v5H4v2H6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H8V24h2V22H8V17h2V15H8V10h2V8H8V4H26Z"
|
343
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
344
|
+
d: "M14 8H22V10H14zM14 15H22V17H14zM14 22H22V24H14z"
|
347
345
|
})), children);
|
348
346
|
});
|
349
347
|
if (process.env.NODE_ENV !== "production") {
|
350
|
-
|
348
|
+
Catalog.propTypes = iconPropTypes4cbeb95d.i;
|
351
349
|
}
|
352
|
-
var
|
350
|
+
var CatalogPublish = /*#__PURE__*/React.forwardRef(function CatalogPublish(_ref10, ref) {
|
353
351
|
var children = _ref10.children,
|
354
352
|
_ref10$size = _ref10.size,
|
355
353
|
size = _ref10$size === void 0 ? 16 : _ref10$size,
|
356
354
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref10, _excluded10);
|
357
|
-
return /*#__PURE__*/
|
355
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
358
356
|
width: size,
|
359
357
|
height: size,
|
360
358
|
ref: ref,
|
361
359
|
xmlns: "http://www.w3.org/2000/svg",
|
362
360
|
viewBox: "0 0 32 32",
|
363
361
|
fill: "currentColor"
|
364
|
-
}, rest),
|
365
|
-
d: "
|
362
|
+
}, rest), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
363
|
+
d: "M20 20L21.4 21.4 18.8 24 28 24 28 26 18.8 26 21.4 28.6 20 30 15 25zM14 15H22V17H14zM14 8H22V10H14z"
|
364
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
365
|
+
d: "M13,28H8v-4h2v-2H8v-5h2v-2H8v-5h2V8H8V4h18v16h2V4c0-1.1-0.9-2-2-2H8C6.9,2,6,2.9,6,4v4H4v2h2v5H4v2h2v5H4v2h2v4 c0,1.1,0.9,2,2,2h5V28z"
|
366
366
|
})), children);
|
367
367
|
});
|
368
368
|
if (process.env.NODE_ENV !== "production") {
|
369
|
-
|
369
|
+
CatalogPublish.propTypes = iconPropTypes4cbeb95d.i;
|
370
370
|
}
|
371
|
-
var
|
371
|
+
var Categories = /*#__PURE__*/React.forwardRef(function Categories(_ref11, ref) {
|
372
372
|
var children = _ref11.children,
|
373
373
|
_ref11$size = _ref11.size,
|
374
374
|
size = _ref11$size === void 0 ? 16 : _ref11$size,
|
375
375
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref11, _excluded11);
|
376
|
-
return /*#__PURE__*/
|
376
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
377
377
|
width: size,
|
378
378
|
height: size,
|
379
379
|
ref: ref,
|
380
380
|
xmlns: "http://www.w3.org/2000/svg",
|
381
381
|
viewBox: "0 0 32 32",
|
382
382
|
fill: "currentColor"
|
383
|
-
}, rest),
|
384
|
-
d: "
|
385
|
-
})), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
|
386
|
-
d: "M16,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H16Z"
|
383
|
+
}, rest), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
384
|
+
d: "M6.76 6l.45.89L7.76 8H12v5H4V6H6.76m.62-2H3A1 1 0 002 5v9a1 1 0 001 1H13a1 1 0 001-1V7a1 1 0 00-1-1H9L8.28 4.55A1 1 0 007.38 4zM22.76 6l.45.89L23.76 8H28v5H20V6h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V7a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55zM6.76 19l.45.89L7.76 21H12v5H4V19H6.76m.62-2H3a1 1 0 00-1 1v9a1 1 0 001 1H13a1 1 0 001-1V20a1 1 0 00-1-1H9l-.72-1.45a1 1 0 00-.9-.55zM22.76 19l.45.89L23.76 21H28v5H20V19h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V20a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55z"
|
387
385
|
})), children);
|
388
386
|
});
|
389
387
|
if (process.env.NODE_ENV !== "production") {
|
390
|
-
|
388
|
+
Categories.propTypes = iconPropTypes4cbeb95d.i;
|
391
389
|
}
|
392
|
-
var
|
390
|
+
var Category = /*#__PURE__*/React.forwardRef(function Category(_ref12, ref) {
|
393
391
|
var children = _ref12.children,
|
394
392
|
_ref12$size = _ref12.size,
|
395
393
|
size = _ref12$size === void 0 ? 16 : _ref12$size,
|
396
394
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref12, _excluded12);
|
397
|
-
return /*#__PURE__*/
|
395
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
398
396
|
width: size,
|
399
397
|
height: size,
|
400
398
|
ref: ref,
|
401
399
|
xmlns: "http://www.w3.org/2000/svg",
|
402
400
|
viewBox: "0 0 32 32",
|
403
401
|
fill: "currentColor"
|
404
|
-
}, rest),
|
405
|
-
d: "
|
406
|
-
})), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
|
407
|
-
d: "M14,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
|
408
|
-
})), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
|
409
|
-
d: "M22 25.59L19.41 23 18 24.41 22 28.41 30 20.41 28.59 19 22 25.59z"
|
402
|
+
}, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
403
|
+
d: "M27,22.1414V18a2,2,0,0,0-2-2H17V12h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H13a2.002,2.002,0,0,0-2,2v6a2.002,2.002,0,0,0,2,2h2v4H7a2,2,0,0,0-2,2v4.1421a4,4,0,1,0,2,0V18h8v4.142a4,4,0,1,0,2,0V18h8v4.1414a4,4,0,1,0,2,0ZM13,4h6l.001,6H13ZM8,26a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,26Zm10,0a2,2,0,1,1-2-2A2.0027,2.0027,0,0,1,18,26Zm8,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,28Z"
|
410
404
|
})), children);
|
411
405
|
});
|
412
406
|
if (process.env.NODE_ENV !== "production") {
|
413
|
-
|
407
|
+
Category.propTypes = iconPropTypes4cbeb95d.i;
|
414
408
|
}
|
415
|
-
var
|
409
|
+
var CategoryAdd = /*#__PURE__*/React.forwardRef(function CategoryAdd(_ref13, ref) {
|
416
410
|
var children = _ref13.children,
|
417
411
|
_ref13$size = _ref13.size,
|
418
412
|
size = _ref13$size === void 0 ? 16 : _ref13$size,
|
419
413
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref13, _excluded13);
|
420
|
-
return /*#__PURE__*/
|
414
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
421
415
|
width: size,
|
422
416
|
height: size,
|
423
417
|
ref: ref,
|
424
418
|
xmlns: "http://www.w3.org/2000/svg",
|
425
419
|
viewBox: "0 0 32 32",
|
426
420
|
fill: "currentColor"
|
427
|
-
}, rest),
|
428
|
-
d: "
|
429
|
-
})),
|
430
|
-
d: "
|
421
|
+
}, rest), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
422
|
+
d: "M15 6L13.59 7.41 17.17 11 13.59 14.59 15 16 20 11 15 6z"
|
423
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
424
|
+
d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
|
431
425
|
})), children);
|
432
426
|
});
|
433
427
|
if (process.env.NODE_ENV !== "production") {
|
434
|
-
|
428
|
+
CategoryAdd.propTypes = iconPropTypes4cbeb95d.i;
|
435
429
|
}
|
436
|
-
var
|
430
|
+
var CategoryAnd = /*#__PURE__*/React.forwardRef(function CategoryAnd(_ref14, ref) {
|
437
431
|
var children = _ref14.children,
|
438
432
|
_ref14$size = _ref14.size,
|
439
433
|
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
440
434
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref14, _excluded14);
|
441
|
-
return /*#__PURE__*/
|
435
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
442
436
|
width: size,
|
443
437
|
height: size,
|
444
438
|
ref: ref,
|
445
439
|
xmlns: "http://www.w3.org/2000/svg",
|
446
440
|
viewBox: "0 0 32 32",
|
447
441
|
fill: "currentColor"
|
448
|
-
}, rest),
|
449
|
-
d: "
|
450
|
-
})), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
|
451
|
-
d: "M24 23H20a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0124 23zM20 11h0V21h4V11zM11 15H13V17H11z"
|
452
|
-
})), _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
|
453
|
-
d: "M14 23H10a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0114 23zM10 11h0V21h4V11zM4 21H6V23H4z"
|
442
|
+
}, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
443
|
+
d: "M4 30V26H15v4h2V26H28v4h2V26a2 2 0 00-2-2H17V19H15v5H4a2 2 0 00-2 2v4zM20.6953 13.9858A10.08 10.08 0 0021.9463 10H23V8H20V9a9.2634 9.2634 0 01-.6641 3.2705L16.6511 8.8816a5.1261 5.1261 0 002.1436-2.3694A3.2522 3.2522 0 0018.6062 3.81a3.38 3.38 0 00-2.2391-1.7056 3.4688 3.4688 0 00-4.2223 2.1186c-.5044 1.5518.4406 3.1158 1.2612 4.1077A4.7255 4.7255 0 0011.06 13.1587 4.4526 4.4526 0 0015.4268 17h.0058a5.7844 5.7844 0 003.9717-1.4233L20.532 17h2.5519zM14.047 4.8413A1.3224 1.3224 0 0115.4141 4a2.41 2.41 0 01.5214.0581 1.4018 1.4018 0 01.9111.7022 1.2493 1.2493 0 01.0791 1.042A3.6871 3.6871 0 0115.2441 7.395C14.5831 6.6816 13.8087 5.5732 14.047 4.8413zM15.4316 15h-.0039a2.4432 2.4432 0 01-2.3916-2.1509 2.8261 2.8261 0 011.81-3.0249l3.3115 4.1787A3.8853 3.8853 0 0115.4316 15z"
|
454
444
|
})), children);
|
455
445
|
});
|
456
446
|
if (process.env.NODE_ENV !== "production") {
|
457
|
-
|
447
|
+
CategoryAnd.propTypes = iconPropTypes4cbeb95d.i;
|
458
448
|
}
|
459
|
-
var
|
449
|
+
var CategoryNew = /*#__PURE__*/React.forwardRef(function CategoryNew(_ref15, ref) {
|
460
450
|
var children = _ref15.children,
|
461
451
|
_ref15$size = _ref15.size,
|
462
452
|
size = _ref15$size === void 0 ? 16 : _ref15$size,
|
463
453
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref15, _excluded15);
|
464
|
-
return /*#__PURE__*/
|
454
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
465
455
|
width: size,
|
466
456
|
height: size,
|
467
457
|
ref: ref,
|
468
458
|
xmlns: "http://www.w3.org/2000/svg",
|
469
459
|
viewBox: "0 0 32 32",
|
470
460
|
fill: "currentColor"
|
471
|
-
}, rest),
|
472
|
-
d: "
|
473
|
-
})),
|
474
|
-
d: "
|
475
|
-
transform: "rotate(-45 15.5 16.5)"
|
476
|
-
})), _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
|
477
|
-
d: "M4.5 15.5L4.5 14.5 7.5 14.5 7.5 3.5 4.5 3.5 4.5 2.5 8.5 2.5 8.5 14.5 11.5 14.5 11.5 15.5 4.5 15.5z"
|
478
|
-
})), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
|
479
|
-
d: "M8,3V15H8V3M9,2H4V4H7V14H4v2h8V14H9V2Z"
|
461
|
+
}, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
462
|
+
d: "M21 10L17 10 17 6 15 6 15 10 11 10 11 12 15 12 15 16 17 16 17 12 21 12 21 10z"
|
463
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
464
|
+
d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
|
480
465
|
})), children);
|
481
466
|
});
|
482
467
|
if (process.env.NODE_ENV !== "production") {
|
483
|
-
|
468
|
+
CategoryNew.propTypes = iconPropTypes4cbeb95d.i;
|
484
469
|
}
|
485
|
-
var
|
470
|
+
var CategoryNewEach = /*#__PURE__*/React.forwardRef(function CategoryNewEach(_ref16, ref) {
|
486
471
|
var children = _ref16.children,
|
487
472
|
_ref16$size = _ref16.size,
|
488
473
|
size = _ref16$size === void 0 ? 16 : _ref16$size,
|
489
474
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref16, _excluded16);
|
490
|
-
return /*#__PURE__*/
|
475
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
491
476
|
width: size,
|
492
477
|
height: size,
|
493
478
|
ref: ref,
|
494
479
|
xmlns: "http://www.w3.org/2000/svg",
|
495
480
|
viewBox: "0 0 32 32",
|
496
481
|
fill: "currentColor"
|
497
|
-
}, rest),
|
498
|
-
d: "
|
499
|
-
})), _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
|
500
|
-
d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 21H15V23H5zM15 13L11 13 11 9 9 9 9 13 5 13 5 15 9 15 9 19 11 19 11 15 15 15 15 13z"
|
482
|
+
}, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
483
|
+
d: "M29 10H24v2h5v6H22v2h3v2.142a4 4 0 102 0V20h2a2.0027 2.0027 0 002-2V12A2.0023 2.0023 0 0029 10zM28 26a2 2 0 11-2-2A2.0027 2.0027 0 0128 26zM19 6H14V8h5v6H12v2h3v6.142a4 4 0 102 0V16h2a2.0023 2.0023 0 002-2V8A2.0023 2.0023 0 0019 6zM18 26a2 2 0 11-2-2A2.0027 2.0027 0 0118 26zM9 2H3A2.002 2.002 0 001 4v6a2.002 2.002 0 002 2H5V22.142a4 4 0 102 0V12H9a2.002 2.002 0 002-2V4A2.002 2.002 0 009 2zM8 26a2 2 0 11-2-2A2.0023 2.0023 0 018 26zM3 10V4H9l.0015 6z"
|
501
484
|
})), children);
|
502
485
|
});
|
503
486
|
if (process.env.NODE_ENV !== "production") {
|
504
|
-
|
487
|
+
CategoryNewEach.propTypes = iconPropTypes4cbeb95d.i;
|
505
488
|
}
|
506
|
-
var
|
489
|
+
var Caution = /*#__PURE__*/React.forwardRef(function Caution(_ref17, ref) {
|
507
490
|
var children = _ref17.children,
|
508
491
|
_ref17$size = _ref17.size,
|
509
492
|
size = _ref17$size === void 0 ? 16 : _ref17$size,
|
510
493
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref17, _excluded17);
|
511
|
-
|
494
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
495
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
496
|
+
width: size,
|
497
|
+
height: size,
|
498
|
+
ref: ref,
|
499
|
+
xmlns: "http://www.w3.org/2000/svg",
|
500
|
+
viewBox: "0 0 16 16",
|
501
|
+
fill: "currentColor"
|
502
|
+
}, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
503
|
+
d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
|
504
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
505
|
+
d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
|
506
|
+
})), children);
|
507
|
+
}
|
508
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
512
509
|
width: size,
|
513
510
|
height: size,
|
514
511
|
ref: ref,
|
515
512
|
xmlns: "http://www.w3.org/2000/svg",
|
516
|
-
viewBox: "0 0
|
513
|
+
viewBox: "0 0 16 16",
|
517
514
|
fill: "currentColor"
|
518
|
-
}, rest),
|
519
|
-
d: "
|
515
|
+
}, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
516
|
+
d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
|
517
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
518
|
+
d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
|
520
519
|
})), children);
|
521
520
|
});
|
522
521
|
if (process.env.NODE_ENV !== "production") {
|
523
|
-
|
522
|
+
Caution.propTypes = iconPropTypes4cbeb95d.i;
|
524
523
|
}
|
525
|
-
var
|
524
|
+
var CautionInverted = /*#__PURE__*/React.forwardRef(function CautionInverted(_ref18, ref) {
|
526
525
|
var children = _ref18.children,
|
527
526
|
_ref18$size = _ref18.size,
|
528
527
|
size = _ref18$size === void 0 ? 16 : _ref18$size,
|
529
528
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref18, _excluded18);
|
530
|
-
|
529
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
530
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
531
|
+
width: size,
|
532
|
+
height: size,
|
533
|
+
ref: ref,
|
534
|
+
xmlns: "http://www.w3.org/2000/svg",
|
535
|
+
viewBox: "0 0 16 16",
|
536
|
+
fill: "currentColor"
|
537
|
+
}, rest), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
538
|
+
d: "M8 14L2 3 14 3 8 14z"
|
539
|
+
})), children);
|
540
|
+
}
|
541
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
531
542
|
width: size,
|
532
543
|
height: size,
|
533
544
|
ref: ref,
|
534
545
|
xmlns: "http://www.w3.org/2000/svg",
|
535
|
-
viewBox: "0 0
|
546
|
+
viewBox: "0 0 16 16",
|
536
547
|
fill: "currentColor"
|
537
|
-
}, rest),
|
538
|
-
d: "
|
539
|
-
})), _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
|
540
|
-
d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 15H15V17H5z"
|
548
|
+
}, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
549
|
+
d: "M8 14L2 3 14 3 8 14z"
|
541
550
|
})), children);
|
542
551
|
});
|
543
552
|
if (process.env.NODE_ENV !== "production") {
|
544
|
-
|
553
|
+
CautionInverted.propTypes = iconPropTypes4cbeb95d.i;
|
545
554
|
}
|
546
|
-
var
|
555
|
+
var QCcX = /*#__PURE__*/React.forwardRef(function QCcX(_ref19, ref) {
|
547
556
|
var children = _ref19.children,
|
548
557
|
_ref19$size = _ref19.size,
|
549
558
|
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
550
559
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref19, _excluded19);
|
551
|
-
return /*#__PURE__*/
|
560
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
552
561
|
width: size,
|
553
562
|
height: size,
|
554
563
|
ref: ref,
|
555
564
|
xmlns: "http://www.w3.org/2000/svg",
|
556
565
|
viewBox: "0 0 32 32",
|
557
566
|
fill: "currentColor"
|
558
|
-
}, rest),
|
559
|
-
d: "
|
567
|
+
}, rest), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
568
|
+
d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM19 23H14a2 2 0 01-2-2V15a2 2 0 012-2h5v2H14v6h5zM29 9L27 9 25 15 23 9 21 9 23.75 16 21 23 23 23 25 17 27 23 29 23 26.25 16 29 9z"
|
560
569
|
})), children);
|
561
570
|
});
|
562
571
|
if (process.env.NODE_ENV !== "production") {
|
563
|
-
|
572
|
+
QCcX.propTypes = iconPropTypes4cbeb95d.i;
|
564
573
|
}
|
565
|
-
var
|
574
|
+
var WatsonHealthCdArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdArchive(_ref20, ref) {
|
566
575
|
var children = _ref20.children,
|
567
576
|
_ref20$size = _ref20.size,
|
568
577
|
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
569
578
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref20, _excluded20);
|
570
|
-
return /*#__PURE__*/
|
579
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
571
580
|
width: size,
|
572
581
|
height: size,
|
573
582
|
ref: ref,
|
574
583
|
xmlns: "http://www.w3.org/2000/svg",
|
575
584
|
viewBox: "0 0 32 32",
|
576
585
|
fill: "currentColor"
|
577
|
-
}, rest),
|
578
|
-
d: "
|
586
|
+
}, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
587
|
+
d: "M16,28A12,12,0,1,1,28,16,12,12,0,0,1,16,28ZM16,6A10,10,0,1,0,26,16,10,10,0,0,0,16,6Z"
|
588
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
589
|
+
d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
|
590
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
591
|
+
cx: "16",
|
592
|
+
cy: "16",
|
593
|
+
r: "2"
|
579
594
|
})), children);
|
580
595
|
});
|
581
596
|
if (process.env.NODE_ENV !== "production") {
|
582
|
-
|
597
|
+
WatsonHealthCdArchive.propTypes = iconPropTypes4cbeb95d.i;
|
583
598
|
}
|
584
|
-
var
|
599
|
+
var WatsonHealthCdCreateArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateArchive(_ref21, ref) {
|
585
600
|
var children = _ref21.children,
|
586
601
|
_ref21$size = _ref21.size,
|
587
602
|
size = _ref21$size === void 0 ? 16 : _ref21$size,
|
588
603
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref21, _excluded21);
|
589
|
-
return /*#__PURE__*/
|
604
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
590
605
|
width: size,
|
591
606
|
height: size,
|
592
607
|
ref: ref,
|
593
608
|
xmlns: "http://www.w3.org/2000/svg",
|
594
609
|
viewBox: "0 0 32 32",
|
595
610
|
fill: "currentColor"
|
596
|
-
}, rest),
|
597
|
-
d: "
|
598
|
-
})),
|
599
|
-
|
611
|
+
}, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
612
|
+
d: "M14,20a6,6,0,1,1,6-6A6,6,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,14,10Z"
|
613
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
614
|
+
cx: "14",
|
615
|
+
cy: "14",
|
616
|
+
r: "2"
|
617
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
618
|
+
d: "M17,23.54A10,10,0,1,1,24,14c0,.34,0,.67-.05,1h2c0-.33.05-.66.05-1A12,12,0,1,0,14,26a12.33,12.33,0,0,0,3-.39Z"
|
619
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
620
|
+
d: "M25,30l-2.14-1A5,5,0,0,1,20,24.47V18H30v6.47A5,5,0,0,1,27.14,29ZM22,20v4.47a3,3,0,0,0,1.72,2.71l1.28.61,1.28-.61A3,3,0,0,0,28,24.47V20Z"
|
600
621
|
})), children);
|
601
622
|
});
|
602
623
|
if (process.env.NODE_ENV !== "production") {
|
603
|
-
|
624
|
+
WatsonHealthCdCreateArchive.propTypes = iconPropTypes4cbeb95d.i;
|
604
625
|
}
|
605
|
-
var
|
626
|
+
var WatsonHealthCdCreateExchange = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateExchange(_ref22, ref) {
|
606
627
|
var children = _ref22.children,
|
607
628
|
_ref22$size = _ref22.size,
|
608
629
|
size = _ref22$size === void 0 ? 16 : _ref22$size,
|
609
630
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref22, _excluded22);
|
610
|
-
return /*#__PURE__*/
|
631
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
611
632
|
width: size,
|
612
633
|
height: size,
|
613
634
|
ref: ref,
|
614
635
|
xmlns: "http://www.w3.org/2000/svg",
|
615
636
|
viewBox: "0 0 32 32",
|
616
637
|
fill: "currentColor"
|
617
|
-
}, rest),
|
618
|
-
|
638
|
+
}, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
639
|
+
cx: "14",
|
640
|
+
cy: "14",
|
641
|
+
r: "2"
|
642
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
643
|
+
d: "M14,2a12,12,0,0,0,0,24V24A10,10,0,1,1,24,14,8.27,8.27,0,0,1,24,15h2c0-.33.05-.66.05-1A12,12,0,0,0,14,2Z"
|
644
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
645
|
+
d: "M17 24L26.17 24 23.58 26.59 25 28 30 23 25 18 23.58 19.42 26.17 22 17 22 17 24zM14 20a6 6 0 116-6A6 6 0 0114 20zm0-10a4 4 0 104 4A4 4 0 0014 10z"
|
619
646
|
})), children);
|
620
647
|
});
|
621
648
|
if (process.env.NODE_ENV !== "production") {
|
622
|
-
|
649
|
+
WatsonHealthCdCreateExchange.propTypes = iconPropTypes4cbeb95d.i;
|
623
650
|
}
|
624
|
-
var
|
651
|
+
var Cda = /*#__PURE__*/React.forwardRef(function Cda(_ref23, ref) {
|
625
652
|
var children = _ref23.children,
|
626
653
|
_ref23$size = _ref23.size,
|
627
654
|
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
628
655
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref23, _excluded23);
|
629
|
-
return /*#__PURE__*/
|
656
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
630
657
|
width: size,
|
631
658
|
height: size,
|
632
659
|
ref: ref,
|
633
660
|
xmlns: "http://www.w3.org/2000/svg",
|
634
661
|
viewBox: "0 0 32 32",
|
635
662
|
fill: "currentColor"
|
636
|
-
}, rest),
|
637
|
-
d: "
|
638
|
-
})), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
|
639
|
-
d: "M30,7H29V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1ZM17,26H6V6H17Z"
|
663
|
+
}, rest), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
664
|
+
d: "M28 9H24a2.002 2.002 0 00-2 2V23h2V18h4v5h2V11A2.0023 2.0023 0 0028 9zm-4 7V11h4v5zM16 23H12V9h4a4.0042 4.0042 0 014 4v6A4.0039 4.0039 0 0116 23zm-2-2h2a2.0027 2.0027 0 002-2V13a2.0023 2.0023 0 00-2-2H14zM10 23H4a2.0023 2.0023 0 01-2-2V11A2.002 2.002 0 014 9h6v2H4V21h6z"
|
640
665
|
})), children);
|
641
666
|
});
|
642
667
|
if (process.env.NODE_ENV !== "production") {
|
643
|
-
|
668
|
+
Cda.propTypes = iconPropTypes4cbeb95d.i;
|
644
669
|
}
|
645
|
-
var
|
670
|
+
var CellTower = /*#__PURE__*/React.forwardRef(function CellTower(_ref24, ref) {
|
646
671
|
var children = _ref24.children,
|
647
672
|
_ref24$size = _ref24.size,
|
648
673
|
size = _ref24$size === void 0 ? 16 : _ref24$size,
|
649
674
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref24, _excluded24);
|
650
|
-
return /*#__PURE__*/
|
675
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
651
676
|
width: size,
|
652
677
|
height: size,
|
653
678
|
ref: ref,
|
654
679
|
xmlns: "http://www.w3.org/2000/svg",
|
655
680
|
viewBox: "0 0 32 32",
|
656
681
|
fill: "currentColor"
|
657
|
-
}, rest),
|
658
|
-
d: "
|
659
|
-
})),
|
660
|
-
|
661
|
-
d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z",
|
662
|
-
"data-icon-path": "inner-path"
|
682
|
+
}, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
683
|
+
d: "M25 11L25 16 17 16 17 11 15 11 15 16 7 16 7 11 5 11 5 23 7 23 7 18 10 18 10 30 12 30 12 18 15 18 15 23 17 23 17 18 20 18 20 30 22 30 22 18 25 18 25 23 27 23 27 11zM16 6c-1.7 0-3.2.7-4.2 1.8l1.4 1.4C13.9 8.4 14.9 8 16 8s2.1.4 2.8 1.2l1.4-1.4C19.2 6.7 17.7 6 16 6z"
|
684
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
685
|
+
d: "M8.9,4.9l1.4,1.4C11.8,4.9,13.8,4,16,4s4.2,0.9,5.7,2.3l1.4-1.4C21.3,3.1,18.8,2,16,2S10.7,3.1,8.9,4.9z"
|
663
686
|
})), children);
|
664
687
|
});
|
665
688
|
if (process.env.NODE_ENV !== "production") {
|
666
|
-
|
689
|
+
CellTower.propTypes = iconPropTypes4cbeb95d.i;
|
667
690
|
}
|
668
|
-
var
|
691
|
+
var CenterCircle = /*#__PURE__*/React.forwardRef(function CenterCircle(_ref25, ref) {
|
669
692
|
var children = _ref25.children,
|
670
693
|
_ref25$size = _ref25.size,
|
671
694
|
size = _ref25$size === void 0 ? 16 : _ref25$size,
|
672
695
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref25, _excluded25);
|
673
|
-
return /*#__PURE__*/
|
696
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
674
697
|
width: size,
|
675
698
|
height: size,
|
676
699
|
ref: ref,
|
677
700
|
xmlns: "http://www.w3.org/2000/svg",
|
678
701
|
viewBox: "0 0 32 32",
|
679
702
|
fill: "currentColor"
|
680
|
-
}, rest),
|
681
|
-
d: "
|
703
|
+
}, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
704
|
+
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.9492V22H15v3.9492A10.0166,10.0166,0,0,1,6.0508,17H10V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V10h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H22v2h3.9492A10.0166,10.0166,0,0,1,17,25.9492Z"
|
682
705
|
})), children);
|
683
706
|
});
|
684
707
|
if (process.env.NODE_ENV !== "production") {
|
685
|
-
|
708
|
+
CenterCircle.propTypes = iconPropTypes4cbeb95d.i;
|
686
709
|
}
|
687
|
-
var
|
710
|
+
var CenterSquare = /*#__PURE__*/React.forwardRef(function CenterSquare(_ref26, ref) {
|
688
711
|
var children = _ref26.children,
|
689
712
|
_ref26$size = _ref26.size,
|
690
713
|
size = _ref26$size === void 0 ? 16 : _ref26$size,
|
691
714
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref26, _excluded26);
|
692
|
-
return /*#__PURE__*/
|
715
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
693
716
|
width: size,
|
694
717
|
height: size,
|
695
718
|
ref: ref,
|
696
719
|
xmlns: "http://www.w3.org/2000/svg",
|
697
720
|
viewBox: "0 0 32 32",
|
698
721
|
fill: "currentColor"
|
699
|
-
}, rest),
|
700
|
-
d: "
|
722
|
+
}, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
723
|
+
d: "M6 12L4 12 4 4 12 4 12 6 6 6 6 12zM28 12L26 12 26 6 20 6 20 4 28 4 28 12zM12 28L4 28 4 20 6 20 6 26 12 26 12 28zM28 28L20 28 20 26 26 26 26 20 28 20 28 28zM15 10H17V14H15zM10 15H14V17H10zM18 15H22V17H18zM15 18H17V22H15z"
|
701
724
|
})), children);
|
702
725
|
});
|
703
726
|
if (process.env.NODE_ENV !== "production") {
|
704
|
-
|
727
|
+
CenterSquare.propTypes = iconPropTypes4cbeb95d.i;
|
705
728
|
}
|
706
|
-
var
|
729
|
+
var CenterToFit = /*#__PURE__*/React.forwardRef(function CenterToFit(_ref27, ref) {
|
707
730
|
var children = _ref27.children,
|
708
731
|
_ref27$size = _ref27.size,
|
709
732
|
size = _ref27$size === void 0 ? 16 : _ref27$size,
|
710
733
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref27, _excluded27);
|
711
|
-
return /*#__PURE__*/
|
734
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
712
735
|
width: size,
|
713
736
|
height: size,
|
714
737
|
ref: ref,
|
715
738
|
xmlns: "http://www.w3.org/2000/svg",
|
716
739
|
viewBox: "0 0 32 32",
|
717
740
|
fill: "currentColor"
|
718
|
-
}, rest),
|
719
|
-
d: "
|
741
|
+
}, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
742
|
+
d: "M8 2L2 2 2 8 4 8 4 4 8 4 8 2zM24 2L30 2 30 8 28 8 28 4 24 4 24 2zM8 30L2 30 2 24 4 24 4 28 8 28 8 30zM24 30L30 30 30 24 28 24 28 28 24 28 24 30zM24 24H8a2.0023 2.0023 0 01-2-2V10A2.0023 2.0023 0 018 8H24a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0124 24zM8 10V22H24V10z"
|
720
743
|
})), children);
|
721
744
|
});
|
722
745
|
if (process.env.NODE_ENV !== "production") {
|
723
|
-
|
746
|
+
CenterToFit.propTypes = iconPropTypes4cbeb95d.i;
|
724
747
|
}
|
725
|
-
var
|
748
|
+
var Certificate = /*#__PURE__*/React.forwardRef(function Certificate(_ref28, ref) {
|
726
749
|
var children = _ref28.children,
|
727
750
|
_ref28$size = _ref28.size,
|
728
751
|
size = _ref28$size === void 0 ? 16 : _ref28$size,
|
729
752
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref28, _excluded28);
|
730
|
-
return /*#__PURE__*/
|
753
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
731
754
|
width: size,
|
732
755
|
height: size,
|
733
756
|
ref: ref,
|
734
757
|
xmlns: "http://www.w3.org/2000/svg",
|
735
758
|
viewBox: "0 0 32 32",
|
736
759
|
fill: "currentColor"
|
737
|
-
}, rest),
|
738
|
-
d: "
|
760
|
+
}, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
761
|
+
d: "M24 17L25.912 20.703 30 21.297 27 24 27.771 28 24 25.75 20.229 28 21 24 18 21.297 22.2 20.703 24 17zM6 16H12V18H6zM6 12H16V14H6zM6 8H16V10H6z"
|
762
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
763
|
+
d: "M16,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H16Z"
|
739
764
|
})), children);
|
740
765
|
});
|
741
766
|
if (process.env.NODE_ENV !== "production") {
|
742
|
-
|
767
|
+
Certificate.propTypes = iconPropTypes4cbeb95d.i;
|
743
768
|
}
|
744
|
-
var
|
769
|
+
var CertificateCheck = /*#__PURE__*/React.forwardRef(function CertificateCheck(_ref29, ref) {
|
745
770
|
var children = _ref29.children,
|
746
771
|
_ref29$size = _ref29.size,
|
747
772
|
size = _ref29$size === void 0 ? 16 : _ref29$size,
|
748
773
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref29, _excluded29);
|
749
|
-
return /*#__PURE__*/
|
774
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
750
775
|
width: size,
|
751
776
|
height: size,
|
752
777
|
ref: ref,
|
753
778
|
xmlns: "http://www.w3.org/2000/svg",
|
754
779
|
viewBox: "0 0 32 32",
|
755
780
|
fill: "currentColor"
|
756
|
-
}, rest),
|
757
|
-
d: "
|
758
|
-
})),
|
759
|
-
d: "
|
760
|
-
})),
|
761
|
-
d: "
|
781
|
+
}, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
782
|
+
d: "M6 16H12V18H6zM6 12H16V14H6zM6 8H16V10H6z"
|
783
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
784
|
+
d: "M14,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
|
785
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
786
|
+
d: "M22 25.59L19.41 23 18 24.41 22 28.41 30 20.41 28.59 19 22 25.59z"
|
762
787
|
})), children);
|
763
788
|
});
|
764
789
|
if (process.env.NODE_ENV !== "production") {
|
765
|
-
|
790
|
+
CertificateCheck.propTypes = iconPropTypes4cbeb95d.i;
|
766
791
|
}
|
767
|
-
var
|
792
|
+
var ChangeCatalog = /*#__PURE__*/React.forwardRef(function ChangeCatalog(_ref30, ref) {
|
768
793
|
var children = _ref30.children,
|
769
794
|
_ref30$size = _ref30.size,
|
770
795
|
size = _ref30$size === void 0 ? 16 : _ref30$size,
|
771
796
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref30, _excluded30);
|
772
|
-
return /*#__PURE__*/
|
797
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
773
798
|
width: size,
|
774
799
|
height: size,
|
775
800
|
ref: ref,
|
776
801
|
xmlns: "http://www.w3.org/2000/svg",
|
777
802
|
viewBox: "0 0 32 32",
|
778
803
|
fill: "currentColor"
|
779
|
-
}, rest),
|
780
|
-
d: "
|
804
|
+
}, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
805
|
+
d: "M24 24v2h2.4592A5.94 5.94 0 0122 28a6.0066 6.0066 0 01-6-6H14a7.9841 7.9841 0 0014 5.2651V30h2V24zM22 14a8.04 8.04 0 00-6 2.7349V14H14v6h6V18H17.5408A5.94 5.94 0 0122 16a6.0066 6.0066 0 016 6h2A8.0092 8.0092 0 0022 14z"
|
806
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
807
|
+
d: "M12,28H6V24H8V22H6V17H8V15H6V10H8V8H6V4H24v8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8H2v2H4v5H2v2H4v5H2v2H4v4a2,2,0,0,0,2,2h6Z"
|
781
808
|
})), children);
|
782
809
|
});
|
783
810
|
if (process.env.NODE_ENV !== "production") {
|
784
|
-
|
811
|
+
ChangeCatalog.propTypes = iconPropTypes4cbeb95d.i;
|
785
812
|
}
|
786
|
-
var
|
813
|
+
var CharacterDecimal = /*#__PURE__*/React.forwardRef(function CharacterDecimal(_ref31, ref) {
|
787
814
|
var children = _ref31.children,
|
788
815
|
_ref31$size = _ref31.size,
|
789
816
|
size = _ref31$size === void 0 ? 16 : _ref31$size,
|
790
817
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref31, _excluded31);
|
791
|
-
return /*#__PURE__*/
|
818
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
792
819
|
width: size,
|
793
820
|
height: size,
|
794
821
|
ref: ref,
|
795
822
|
xmlns: "http://www.w3.org/2000/svg",
|
796
823
|
viewBox: "0 0 32 32",
|
797
824
|
fill: "currentColor"
|
798
|
-
}, rest),
|
799
|
-
d: "
|
800
|
-
})),
|
801
|
-
d: "
|
825
|
+
}, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
826
|
+
d: "M21 15H23V17H21z"
|
827
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
828
|
+
d: "M24 23H20a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0124 23zM20 11h0V21h4V11zM11 15H13V17H11z"
|
829
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
830
|
+
d: "M14 23H10a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0114 23zM10 11h0V21h4V11zM4 21H6V23H4z"
|
802
831
|
})), children);
|
803
832
|
});
|
804
833
|
if (process.env.NODE_ENV !== "production") {
|
805
|
-
|
834
|
+
CharacterDecimal.propTypes = iconPropTypes4cbeb95d.i;
|
806
835
|
}
|
807
|
-
var
|
836
|
+
var CharacterFraction = /*#__PURE__*/React.forwardRef(function CharacterFraction(_ref32, ref) {
|
808
837
|
var children = _ref32.children,
|
809
838
|
_ref32$size = _ref32.size,
|
810
839
|
size = _ref32$size === void 0 ? 16 : _ref32$size,
|
811
840
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref32, _excluded32);
|
812
|
-
return /*#__PURE__*/
|
841
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
813
842
|
width: size,
|
814
843
|
height: size,
|
815
844
|
ref: ref,
|
816
845
|
xmlns: "http://www.w3.org/2000/svg",
|
817
846
|
viewBox: "0 0 32 32",
|
818
847
|
fill: "currentColor"
|
819
|
-
}, rest),
|
820
|
-
d: "
|
848
|
+
}, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
849
|
+
d: "M28,30H20V24a2.002,2.002,0,0,1,2-2h4V18H20V16h6a2.0023,2.0023,0,0,1,2,2v4a2.0023,2.0023,0,0,1-2,2H22v4h6Z"
|
850
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
851
|
+
d: "M4.479 15.5H26.521V17.5H4.479z",
|
852
|
+
transform: "rotate(-45 15.5 16.5)"
|
853
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
854
|
+
d: "M4.5 15.5L4.5 14.5 7.5 14.5 7.5 3.5 4.5 3.5 4.5 2.5 8.5 2.5 8.5 14.5 11.5 14.5 11.5 15.5 4.5 15.5z"
|
855
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
856
|
+
d: "M8,3V15H8V3M9,2H4V4H7V14H4v2h8V14H9V2Z"
|
821
857
|
})), children);
|
822
858
|
});
|
823
859
|
if (process.env.NODE_ENV !== "production") {
|
824
|
-
|
860
|
+
CharacterFraction.propTypes = iconPropTypes4cbeb95d.i;
|
825
861
|
}
|
826
|
-
var
|
862
|
+
var CharacterInteger = /*#__PURE__*/React.forwardRef(function CharacterInteger(_ref33, ref) {
|
827
863
|
var children = _ref33.children,
|
828
864
|
_ref33$size = _ref33.size,
|
829
865
|
size = _ref33$size === void 0 ? 16 : _ref33$size,
|
830
866
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref33, _excluded33);
|
831
|
-
return /*#__PURE__*/
|
867
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
832
868
|
width: size,
|
833
869
|
height: size,
|
834
870
|
ref: ref,
|
835
871
|
xmlns: "http://www.w3.org/2000/svg",
|
836
872
|
viewBox: "0 0 32 32",
|
837
873
|
fill: "currentColor"
|
838
|
-
}, rest),
|
839
|
-
d: "
|
874
|
+
}, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
875
|
+
d: "M19.5 22.5L19.5 21.5 22.5 21.5 22.5 10.5 19.5 10.5 19.5 9.5 23.5 9.5 23.5 21.5 26.5 21.5 26.5 22.5 19.5 22.5z"
|
876
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
877
|
+
d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 21H15V23H5zM15 13L11 13 11 9 9 9 9 13 5 13 5 15 9 15 9 19 11 19 11 15 15 15 15 13z"
|
840
878
|
})), children);
|
841
879
|
});
|
842
880
|
if (process.env.NODE_ENV !== "production") {
|
843
|
-
|
881
|
+
CharacterInteger.propTypes = iconPropTypes4cbeb95d.i;
|
844
882
|
}
|
845
|
-
var
|
883
|
+
var CharacterLowerCase = /*#__PURE__*/React.forwardRef(function CharacterLowerCase(_ref34, ref) {
|
846
884
|
var children = _ref34.children,
|
847
885
|
_ref34$size = _ref34.size,
|
848
886
|
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
849
887
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref34, _excluded34);
|
850
|
-
return /*#__PURE__*/
|
888
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
851
889
|
width: size,
|
852
890
|
height: size,
|
853
891
|
ref: ref,
|
854
892
|
xmlns: "http://www.w3.org/2000/svg",
|
855
893
|
viewBox: "0 0 32 32",
|
856
894
|
fill: "currentColor"
|
857
|
-
}, rest),
|
858
|
-
d: "
|
859
|
-
})), _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
|
860
|
-
d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
|
895
|
+
}, rest), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
896
|
+
d: "M29 23H24a2.0027 2.0027 0 01-2-2V15a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 13H14V9H12V23h6a2.0027 2.0027 0 002-2V15A2.0023 2.0023 0 0018 13zm-4 8V15h4v6zM8 13H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 008 13zm0 8H4V19H8z"
|
861
897
|
})), children);
|
862
898
|
});
|
863
899
|
if (process.env.NODE_ENV !== "production") {
|
864
|
-
|
900
|
+
CharacterLowerCase.propTypes = iconPropTypes4cbeb95d.i;
|
865
901
|
}
|
866
|
-
var
|
902
|
+
var CharacterNegativeNumber = /*#__PURE__*/React.forwardRef(function CharacterNegativeNumber(_ref35, ref) {
|
867
903
|
var children = _ref35.children,
|
868
904
|
_ref35$size = _ref35.size,
|
869
905
|
size = _ref35$size === void 0 ? 16 : _ref35$size,
|
870
906
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref35, _excluded35);
|
871
|
-
return /*#__PURE__*/
|
907
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
872
908
|
width: size,
|
873
909
|
height: size,
|
874
910
|
ref: ref,
|
875
911
|
xmlns: "http://www.w3.org/2000/svg",
|
876
912
|
viewBox: "0 0 32 32",
|
877
913
|
fill: "currentColor"
|
878
|
-
}, rest),
|
879
|
-
d: "
|
880
|
-
})),
|
881
|
-
d: "
|
914
|
+
}, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
915
|
+
d: "M19.5 22.5L19.5 21.5 22.5 21.5 22.5 10.5 19.5 10.5 19.5 9.5 23.5 9.5 23.5 21.5 26.5 21.5 26.5 22.5 19.5 22.5z"
|
916
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
917
|
+
d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 15H15V17H5z"
|
882
918
|
})), children);
|
883
919
|
});
|
884
920
|
if (process.env.NODE_ENV !== "production") {
|
885
|
-
|
921
|
+
CharacterNegativeNumber.propTypes = iconPropTypes4cbeb95d.i;
|
886
922
|
}
|
887
|
-
var
|
923
|
+
var CharacterSentenceCase = /*#__PURE__*/React.forwardRef(function CharacterSentenceCase(_ref36, ref) {
|
888
924
|
var children = _ref36.children,
|
889
925
|
_ref36$size = _ref36.size,
|
890
926
|
size = _ref36$size === void 0 ? 16 : _ref36$size,
|
891
927
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref36, _excluded36);
|
892
|
-
return /*#__PURE__*/
|
928
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
893
929
|
width: size,
|
894
930
|
height: size,
|
895
931
|
ref: ref,
|
896
932
|
xmlns: "http://www.w3.org/2000/svg",
|
897
933
|
viewBox: "0 0 32 32",
|
898
934
|
fill: "currentColor"
|
899
|
-
}, rest),
|
900
|
-
d: "
|
935
|
+
}, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
936
|
+
d: "M29 23H24a2.0027 2.0027 0 01-2-2V15a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 13H14V9H12V23h6a2.0027 2.0027 0 002-2V15A2.0023 2.0023 0 0018 13zm-4 8V15h4v6zM8 9H4a2.002 2.002 0 00-2 2V23H4V18H8v5h2V11A2.002 2.002 0 008 9zM4 16V11H8v5z"
|
901
937
|
})), children);
|
902
938
|
});
|
903
939
|
if (process.env.NODE_ENV !== "production") {
|
904
|
-
|
940
|
+
CharacterSentenceCase.propTypes = iconPropTypes4cbeb95d.i;
|
905
941
|
}
|
906
|
-
var
|
942
|
+
var CharacterUpperCase = /*#__PURE__*/React.forwardRef(function CharacterUpperCase(_ref37, ref) {
|
907
943
|
var children = _ref37.children,
|
908
944
|
_ref37$size = _ref37.size,
|
909
945
|
size = _ref37$size === void 0 ? 16 : _ref37$size,
|
910
946
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref37, _excluded37);
|
911
|
-
return /*#__PURE__*/
|
947
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
912
948
|
width: size,
|
913
949
|
height: size,
|
914
950
|
ref: ref,
|
915
951
|
xmlns: "http://www.w3.org/2000/svg",
|
916
952
|
viewBox: "0 0 32 32",
|
917
953
|
fill: "currentColor"
|
918
|
-
}, rest),
|
919
|
-
d: "M30
|
954
|
+
}, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
955
|
+
d: "M30 23H24a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h6v2H24V21h6zM20 12a3.0033 3.0033 0 00-3-3H12V23h5a3.0033 3.0033 0 003-3V18a2.977 2.977 0 00-.78-2A2.9768 2.9768 0 0020 14zm-6-1h3a1.0013 1.0013 0 011 1v2a1.0013 1.0013 0 01-1 1H14zm4 9a1.0009 1.0009 0 01-1 1H14V17h3a1.0009 1.0009 0 011 1zM8 9H4a2.002 2.002 0 00-2 2V23H4V18H8v5h2V11A2.002 2.002 0 008 9zM4 16V11H8v5z"
|
920
956
|
})), children);
|
921
957
|
});
|
922
958
|
if (process.env.NODE_ENV !== "production") {
|
923
|
-
|
959
|
+
CharacterUpperCase.propTypes = iconPropTypes4cbeb95d.i;
|
924
960
|
}
|
925
|
-
var
|
961
|
+
var CharacterWholeNumber = /*#__PURE__*/React.forwardRef(function CharacterWholeNumber(_ref38, ref) {
|
926
962
|
var children = _ref38.children,
|
927
963
|
_ref38$size = _ref38.size,
|
928
964
|
size = _ref38$size === void 0 ? 16 : _ref38$size,
|
929
965
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref38, _excluded38);
|
930
|
-
return /*#__PURE__*/
|
966
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
931
967
|
width: size,
|
932
968
|
height: size,
|
933
969
|
ref: ref,
|
934
970
|
xmlns: "http://www.w3.org/2000/svg",
|
935
971
|
viewBox: "0 0 32 32",
|
936
972
|
fill: "currentColor"
|
937
|
-
}, rest),
|
938
|
-
d: "
|
939
|
-
})),
|
940
|
-
d: "
|
973
|
+
}, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
974
|
+
d: "M28 9H22v2h6v4H24v2h4v4H22v2h6a2.0027 2.0027 0 002-2V11A2.0023 2.0023 0 0028 9zM20 23H12V17a2.002 2.002 0 012-2h4V11H12V9h6a2.0023 2.0023 0 012 2v4a2.0023 2.0023 0 01-2 2H14v4h6zM2.5 22.5L2.5 21.5 5.5 21.5 5.5 10.5 2.5 10.5 2.5 9.5 6.5 9.5 6.5 21.5 9.5 21.5 9.5 22.5 2.5 22.5z"
|
975
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
976
|
+
d: "M6,10V22H6V10M7,9H2v2H5V21H2v2h8V21H7V9Z"
|
941
977
|
})), children);
|
942
978
|
});
|
943
979
|
if (process.env.NODE_ENV !== "production") {
|
944
|
-
|
980
|
+
CharacterWholeNumber.propTypes = iconPropTypes4cbeb95d.i;
|
945
981
|
}
|
946
|
-
var
|
982
|
+
var CharacterPatterns = /*#__PURE__*/React.forwardRef(function CharacterPatterns(_ref39, ref) {
|
947
983
|
var children = _ref39.children,
|
948
984
|
_ref39$size = _ref39.size,
|
949
985
|
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
950
986
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref39, _excluded39);
|
951
|
-
return /*#__PURE__*/
|
987
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
952
988
|
width: size,
|
953
989
|
height: size,
|
954
990
|
ref: ref,
|
955
991
|
xmlns: "http://www.w3.org/2000/svg",
|
956
992
|
viewBox: "0 0 32 32",
|
957
993
|
fill: "currentColor"
|
958
|
-
}, rest),
|
959
|
-
d: "
|
960
|
-
})), _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
|
961
|
-
d: "M10 16H12V26H10zM7 22H9V26H7zM26 8H28V26H26zM23 14H25V26H23z"
|
962
|
-
})), _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
|
963
|
-
d: "M15 12H17V26H15z",
|
964
|
-
transform: "rotate(-180 16 19)"
|
965
|
-
})), _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
|
966
|
-
d: "M18 18H20V26H18z",
|
967
|
-
transform: "rotate(-180 19 22)"
|
994
|
+
}, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
995
|
+
d: "M6 26V17.8281l-3.5859 3.586L1 20l6-6 6 6-1.4141 1.4141L8 17.8281V26H18v2H8A2.0024 2.0024 0 016 26zM30 22L30 20 22 20 22 22 27.5 22 22 28 22 30 30 30 30 28 24.507 28 30 22zM26 6v8.1719l3.5859-3.586L31 12l-6 6-6-6 1.4141-1.4141L24 14.1719V6H14V4H24A2.0024 2.0024 0 0126 6zM8 2H3V4H8V6H4A2 2 0 002 8v2a2 2 0 002 2h6V4A2.0023 2.0023 0 008 2zm0 8H4V8H8z"
|
968
996
|
})), children);
|
969
997
|
});
|
970
998
|
if (process.env.NODE_ENV !== "production") {
|
971
|
-
|
999
|
+
CharacterPatterns.propTypes = iconPropTypes4cbeb95d.i;
|
972
1000
|
}
|
973
|
-
var
|
1001
|
+
var ChargingStation = /*#__PURE__*/React.forwardRef(function ChargingStation(_ref40, ref) {
|
974
1002
|
var children = _ref40.children,
|
975
1003
|
_ref40$size = _ref40.size,
|
976
1004
|
size = _ref40$size === void 0 ? 16 : _ref40$size,
|
977
1005
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref40, _excluded40);
|
978
|
-
return /*#__PURE__*/
|
1006
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
979
1007
|
width: size,
|
980
1008
|
height: size,
|
981
1009
|
ref: ref,
|
982
1010
|
xmlns: "http://www.w3.org/2000/svg",
|
983
1011
|
viewBox: "0 0 32 32",
|
984
1012
|
fill: "currentColor"
|
985
|
-
}, rest),
|
986
|
-
d: "
|
1013
|
+
}, rest), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
1014
|
+
d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z"
|
1015
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
1016
|
+
d: "M30,7H29V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1ZM17,26H6V6H17Z"
|
987
1017
|
})), children);
|
988
1018
|
});
|
989
1019
|
if (process.env.NODE_ENV !== "production") {
|
990
|
-
|
1020
|
+
ChargingStation.propTypes = iconPropTypes4cbeb95d.i;
|
991
1021
|
}
|
992
|
-
var
|
1022
|
+
var ChargingStationFilled = /*#__PURE__*/React.forwardRef(function ChargingStationFilled(_ref41, ref) {
|
993
1023
|
var children = _ref41.children,
|
994
1024
|
_ref41$size = _ref41.size,
|
995
1025
|
size = _ref41$size === void 0 ? 16 : _ref41$size,
|
996
1026
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref41, _excluded41);
|
997
|
-
return /*#__PURE__*/
|
1027
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
998
1028
|
width: size,
|
999
1029
|
height: size,
|
1000
1030
|
ref: ref,
|
1001
1031
|
xmlns: "http://www.w3.org/2000/svg",
|
1002
1032
|
viewBox: "0 0 32 32",
|
1003
1033
|
fill: "currentColor"
|
1004
|
-
}, rest), _path70 || (_path70 = /*#__PURE__*/
|
1005
|
-
d: "
|
1006
|
-
})), _path71 || (_path71 = /*#__PURE__*/
|
1007
|
-
|
1034
|
+
}, rest), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
1035
|
+
d: "M29,7V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1V7ZM11.8574,21.5146l-1.7148-1.0292L12.2339,17h-5l3.9087-6.5146,1.7148,1.0292L10.7661,15h5Z"
|
1036
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
1037
|
+
fill: "none",
|
1038
|
+
d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z",
|
1039
|
+
"data-icon-path": "inner-path"
|
1008
1040
|
})), children);
|
1009
1041
|
});
|
1010
1042
|
if (process.env.NODE_ENV !== "production") {
|
1011
|
-
|
1043
|
+
ChargingStationFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1012
1044
|
}
|
1013
|
-
var
|
1045
|
+
var Chart_3D = /*#__PURE__*/React.forwardRef(function Chart_3D(_ref42, ref) {
|
1014
1046
|
var children = _ref42.children,
|
1015
1047
|
_ref42$size = _ref42.size,
|
1016
1048
|
size = _ref42$size === void 0 ? 16 : _ref42$size,
|
1017
1049
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref42, _excluded42);
|
1018
|
-
return /*#__PURE__*/
|
1050
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1019
1051
|
width: size,
|
1020
1052
|
height: size,
|
1021
1053
|
ref: ref,
|
1022
1054
|
xmlns: "http://www.w3.org/2000/svg",
|
1023
1055
|
viewBox: "0 0 32 32",
|
1024
1056
|
fill: "currentColor"
|
1025
|
-
}, rest), _path72 || (_path72 = /*#__PURE__*/
|
1026
|
-
d: "
|
1027
|
-
})), _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1028
|
-
d: "M7 10H15V12H7z"
|
1057
|
+
}, rest), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
1058
|
+
d: "M28,23v3.5859l-5-5V15a1,1,0,0,0-.5527-.8945L17,11.3818V5.8281l2.5859,2.586L21,7,16,2,11,7l1.4141,1.4141L15,5.8281v5.5537L9.5527,14.1055A1,1,0,0,0,9,15v6.5859l-5,5V23H2v7H9V28H5.4141l4.7832-4.7832,5.3554,2.6777a1.001,1.001,0,0,0,.8946,0l5.3554-2.6777L26.5859,28H23v2h7V23Zm-13,.3818-4-2V16.6182l4,2Zm1-6.5L12.2363,15,16,13.1182,19.7637,15Zm5,4.5-4,2V18.6182l4-2Z"
|
1029
1059
|
})), children);
|
1030
1060
|
});
|
1031
1061
|
if (process.env.NODE_ENV !== "production") {
|
1032
|
-
|
1062
|
+
Chart_3D.propTypes = iconPropTypes4cbeb95d.i;
|
1033
1063
|
}
|
1034
|
-
var
|
1064
|
+
var ChartArea = /*#__PURE__*/React.forwardRef(function ChartArea(_ref43, ref) {
|
1035
1065
|
var children = _ref43.children,
|
1036
1066
|
_ref43$size = _ref43.size,
|
1037
1067
|
size = _ref43$size === void 0 ? 16 : _ref43$size,
|
1038
1068
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref43, _excluded43);
|
1039
|
-
return /*#__PURE__*/
|
1069
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1040
1070
|
width: size,
|
1041
1071
|
height: size,
|
1042
1072
|
ref: ref,
|
1043
1073
|
xmlns: "http://www.w3.org/2000/svg",
|
1044
1074
|
viewBox: "0 0 32 32",
|
1045
1075
|
fill: "currentColor"
|
1046
|
-
}, rest),
|
1047
|
-
d: "
|
1048
|
-
})), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1049
|
-
d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
|
1076
|
+
}, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
1077
|
+
d: "M20.4761,8.0151,13.4473,4.2109a2.0076,2.0076,0,0,0-2.1158.2051L4,10.001V2H2V28a2,2,0,0,0,2,2H30V5.7354ZM28,20.209l-7.62,1.8022-7.0288-2.8838a1.99,1.99,0,0,0-2.022.37L4,25.8359v-4.455l8.375-9.4,7.0186,5.62a2.0155,2.0155,0,0,0,2.0459.2119L28,14.6025ZM12.5239,5.9849l7.03,3.8042a2.012,2.012,0,0,0,1.3408.16L28,8.2646v4.1138L20.6187,16.02,13.6,10.4a1.99,1.99,0,0,0-2.6885.2642L4,18.3838v-5.87ZM4.5513,28,12.62,20.9888l7.0288,2.8838a1.9977,1.9977,0,0,0,1.147.0771L28,22.2612V28Z"
|
1050
1078
|
})), children);
|
1051
1079
|
});
|
1052
1080
|
if (process.env.NODE_ENV !== "production") {
|
1053
|
-
|
1081
|
+
ChartArea.propTypes = iconPropTypes4cbeb95d.i;
|
1054
1082
|
}
|
1055
|
-
var
|
1083
|
+
var ChartAreaSmooth = /*#__PURE__*/React.forwardRef(function ChartAreaSmooth(_ref44, ref) {
|
1056
1084
|
var children = _ref44.children,
|
1057
1085
|
_ref44$size = _ref44.size,
|
1058
1086
|
size = _ref44$size === void 0 ? 16 : _ref44$size,
|
1059
1087
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref44, _excluded44);
|
1060
|
-
return /*#__PURE__*/
|
1088
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1061
1089
|
width: size,
|
1062
1090
|
height: size,
|
1063
1091
|
ref: ref,
|
1064
1092
|
xmlns: "http://www.w3.org/2000/svg",
|
1065
1093
|
viewBox: "0 0 32 32",
|
1066
1094
|
fill: "currentColor"
|
1067
|
-
}, rest),
|
1068
|
-
d: "
|
1069
|
-
})), _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1070
|
-
d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
|
1095
|
+
}, rest), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
1096
|
+
d: "M30,6.6143l-1.3152.4365A20.9218,20.9218,0,0,1,23,8c-1.7344,0-3.3225-.9072-5.0039-1.8682C16.1621,5.084,14.2656,4,12,4,9.123,4,5.9146,6.2061,4,7.772V2H2V28a2.0025,2.0025,0,0,0,2,2H30ZM4,20.2944C5.874,17.3765,9.56,13,12,13c1.6379,0,2.96,1.1016,4.36,2.2686C17.8965,16.5488,19.6379,18,22,18a9.4686,9.4686,0,0,0,6-2.5288v4.9556A13.0026,13.0026,0,0,1,22,22a13.8619,13.8619,0,0,1-4.6838-.9487A15.682,15.682,0,0,0,12,20c-2.927,0-6.0676,2.959-8,5.1577ZM12,6c1.7344,0,3.3225.9072,5.0039,1.8682C18.8379,8.916,20.7344,10,23,10a21.432,21.432,0,0,0,5-.6782v3.3213C27.3167,13.4463,24.9155,16,22,16c-1.6379,0-2.96-1.1016-4.36-2.2686C16.1035,12.4512,14.3621,11,12,11c-2.9358,0-6.0632,3.3394-8,5.8447V10.4238C5.5461,8.9658,9.2588,6,12,6ZM4.249,28C5.8623,25.9087,9.41,22,12,22a13.8619,13.8619,0,0,1,4.6838.9487A15.682,15.682,0,0,0,22,24a14.7362,14.7362,0,0,0,6-1.34V28Z"
|
1071
1097
|
})), children);
|
1072
1098
|
});
|
1073
1099
|
if (process.env.NODE_ENV !== "production") {
|
1074
|
-
|
1100
|
+
ChartAreaSmooth.propTypes = iconPropTypes4cbeb95d.i;
|
1075
1101
|
}
|
1076
|
-
var
|
1102
|
+
var ChartAreaStepper = /*#__PURE__*/React.forwardRef(function ChartAreaStepper(_ref45, ref) {
|
1077
1103
|
var children = _ref45.children,
|
1078
1104
|
_ref45$size = _ref45.size,
|
1079
1105
|
size = _ref45$size === void 0 ? 16 : _ref45$size,
|
1080
1106
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref45, _excluded45);
|
1081
|
-
return /*#__PURE__*/
|
1107
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1082
1108
|
width: size,
|
1083
1109
|
height: size,
|
1084
1110
|
ref: ref,
|
1085
1111
|
xmlns: "http://www.w3.org/2000/svg",
|
1086
1112
|
viewBox: "0 0 32 32",
|
1087
1113
|
fill: "currentColor"
|
1088
|
-
}, rest),
|
1089
|
-
d: "
|
1090
|
-
})), _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1091
|
-
d: "M17 15H21V17H17z",
|
1092
|
-
transform: "rotate(-90 19 16)"
|
1093
|
-
})), _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1094
|
-
d: "M12 14H18V16H12z",
|
1095
|
-
transform: "rotate(-90 15 15)"
|
1096
|
-
})), _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1097
|
-
d: "M6 12H16V14H6z",
|
1098
|
-
transform: "rotate(-90 11 13)"
|
1099
|
-
})), _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1100
|
-
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"
|
1114
|
+
}, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
1115
|
+
d: "M22,10V6H10v6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V10ZM12,14V8h8v4h8V22H22V16H12v6H4V14ZM4,28V24H14V18h6v6h8v4Z"
|
1101
1116
|
})), children);
|
1102
1117
|
});
|
1103
1118
|
if (process.env.NODE_ENV !== "production") {
|
1104
|
-
|
1119
|
+
ChartAreaStepper.propTypes = iconPropTypes4cbeb95d.i;
|
1105
1120
|
}
|
1106
|
-
var
|
1121
|
+
var ChartAverage = /*#__PURE__*/React.forwardRef(function ChartAverage(_ref46, ref) {
|
1107
1122
|
var children = _ref46.children,
|
1108
1123
|
_ref46$size = _ref46.size,
|
1109
1124
|
size = _ref46$size === void 0 ? 16 : _ref46$size,
|
1110
1125
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref46, _excluded46);
|
1111
|
-
return /*#__PURE__*/
|
1126
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1112
1127
|
width: size,
|
1113
1128
|
height: size,
|
1114
1129
|
ref: ref,
|
1115
1130
|
xmlns: "http://www.w3.org/2000/svg",
|
1116
1131
|
viewBox: "0 0 32 32",
|
1117
1132
|
fill: "currentColor"
|
1118
|
-
}, rest),
|
1119
|
-
d: "
|
1133
|
+
}, rest), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
1134
|
+
d: "M23,24c-3.5991,0-5.0293-4.1758-6.4126-8.2139C15.2764,11.9583,13.92,8,11,8a3.44,3.44,0,0,0-3.0532,2.3215L6.0513,9.6838C6.1016,9.5334,7.3218,6,11,6c4.3491,0,6.0122,4.8547,7.48,9.1379C19.6885,18.6667,20.83,22,23,22a3.44,3.44,0,0,0,3.0532-2.3215l1.8955.6377C27.8984,20.4666,26.6782,24,23,24Z"
|
1135
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
1136
|
+
d: "M4,28V17H6V15H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
|
1137
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
1138
|
+
d: "M8 15H10V17H8zM12 15H14V17H12zM20 15H22V17H20zM24 15H26V17H24zM28 15H30V17H28z"
|
1120
1139
|
})), children);
|
1121
1140
|
});
|
1122
1141
|
if (process.env.NODE_ENV !== "production") {
|
1123
|
-
|
1142
|
+
ChartAverage.propTypes = iconPropTypes4cbeb95d.i;
|
1124
1143
|
}
|
1125
|
-
var
|
1144
|
+
var ChartBar = /*#__PURE__*/React.forwardRef(function ChartBar(_ref47, ref) {
|
1126
1145
|
var children = _ref47.children,
|
1127
1146
|
_ref47$size = _ref47.size,
|
1128
1147
|
size = _ref47$size === void 0 ? 16 : _ref47$size,
|
1129
1148
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref47, _excluded47);
|
1130
|
-
return /*#__PURE__*/
|
1149
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1131
1150
|
width: size,
|
1132
1151
|
height: size,
|
1133
1152
|
ref: ref,
|
1134
1153
|
xmlns: "http://www.w3.org/2000/svg",
|
1135
1154
|
viewBox: "0 0 32 32",
|
1136
1155
|
fill: "currentColor"
|
1137
|
-
}, rest),
|
1138
|
-
d: "
|
1156
|
+
}, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
1157
|
+
d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
|
1139
1158
|
})), children);
|
1140
1159
|
});
|
1141
1160
|
if (process.env.NODE_ENV !== "production") {
|
1142
|
-
|
1161
|
+
ChartBar.propTypes = iconPropTypes4cbeb95d.i;
|
1143
1162
|
}
|
1144
|
-
var
|
1163
|
+
var ChartBarFloating = /*#__PURE__*/React.forwardRef(function ChartBarFloating(_ref48, ref) {
|
1145
1164
|
var children = _ref48.children,
|
1146
1165
|
_ref48$size = _ref48.size,
|
1147
1166
|
size = _ref48$size === void 0 ? 16 : _ref48$size,
|
1148
1167
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref48, _excluded48);
|
1149
|
-
return /*#__PURE__*/
|
1168
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1150
1169
|
width: size,
|
1151
1170
|
height: size,
|
1152
1171
|
ref: ref,
|
1153
1172
|
xmlns: "http://www.w3.org/2000/svg",
|
1154
1173
|
viewBox: "0 0 32 32",
|
1155
1174
|
fill: "currentColor"
|
1156
|
-
}, rest),
|
1157
|
-
d: "
|
1158
|
-
})),
|
1159
|
-
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
1175
|
+
}, rest), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
1176
|
+
d: "M28 24H14V16H28zM16 22H26V18H16zM26 12H8V4H26zM10 10H24V6H10z"
|
1177
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
1178
|
+
d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
|
1160
1179
|
})), children);
|
1161
1180
|
});
|
1162
1181
|
if (process.env.NODE_ENV !== "production") {
|
1163
|
-
|
1182
|
+
ChartBarFloating.propTypes = iconPropTypes4cbeb95d.i;
|
1164
1183
|
}
|
1165
|
-
var
|
1184
|
+
var ChartBarOverlay = /*#__PURE__*/React.forwardRef(function ChartBarOverlay(_ref49, ref) {
|
1166
1185
|
var children = _ref49.children,
|
1167
1186
|
_ref49$size = _ref49.size,
|
1168
1187
|
size = _ref49$size === void 0 ? 16 : _ref49$size,
|
1169
1188
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref49, _excluded49);
|
1170
|
-
return /*#__PURE__*/
|
1189
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1171
1190
|
width: size,
|
1172
1191
|
height: size,
|
1173
1192
|
ref: ref,
|
1174
1193
|
xmlns: "http://www.w3.org/2000/svg",
|
1175
1194
|
viewBox: "0 0 32 32",
|
1176
1195
|
fill: "currentColor"
|
1177
|
-
}, rest),
|
1178
|
-
d: "
|
1179
|
-
transform: "rotate(-45.02 27.793 7.207)"
|
1180
|
-
})), _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1181
|
-
d: "M16 20.5L11 15.539 12.59 13.969 16 17.349 23.41 10 25 11.579 16 20.5z"
|
1182
|
-
})), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1183
|
-
d: "M4,28V25.4131L10.4141,19,9,17.585l-5,5V2H2V28a2,2,0,0,0,2,2H30V28Z"
|
1196
|
+
}, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
1197
|
+
d: "M4,28V26H26V16H4V14H18V4H4V2H2V28a2,2,0,0,0,2,2H30V28ZM24,18v6H4V22H20V20H4V18ZM16,6v6H4V10h8V8H4V6Z"
|
1184
1198
|
})), children);
|
1185
1199
|
});
|
1186
1200
|
if (process.env.NODE_ENV !== "production") {
|
1187
|
-
|
1201
|
+
ChartBarOverlay.propTypes = iconPropTypes4cbeb95d.i;
|
1188
1202
|
}
|
1189
|
-
var
|
1203
|
+
var ChartBarStacked = /*#__PURE__*/React.forwardRef(function ChartBarStacked(_ref50, ref) {
|
1190
1204
|
var children = _ref50.children,
|
1191
1205
|
_ref50$size = _ref50.size,
|
1192
1206
|
size = _ref50$size === void 0 ? 16 : _ref50$size,
|
1193
1207
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref50, _excluded50);
|
1194
|
-
return /*#__PURE__*/
|
1208
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1195
1209
|
width: size,
|
1196
1210
|
height: size,
|
1197
1211
|
ref: ref,
|
1198
1212
|
xmlns: "http://www.w3.org/2000/svg",
|
1199
1213
|
viewBox: "0 0 32 32",
|
1200
1214
|
fill: "currentColor"
|
1201
|
-
}, rest),
|
1202
|
-
d: "
|
1203
|
-
})), _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1204
|
-
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
1215
|
+
}, rest), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1216
|
+
d: "M4,28V25H26V17H4V13H18V5H4V2H2V28a2,2,0,0,0,2,2H30V28Zm20-5H14V19H24ZM16,11H10V7h6Z"
|
1205
1217
|
})), children);
|
1206
1218
|
});
|
1207
1219
|
if (process.env.NODE_ENV !== "production") {
|
1208
|
-
|
1220
|
+
ChartBarStacked.propTypes = iconPropTypes4cbeb95d.i;
|
1209
1221
|
}
|
1210
|
-
var
|
1222
|
+
var ChartBarTarget = /*#__PURE__*/React.forwardRef(function ChartBarTarget(_ref51, ref) {
|
1211
1223
|
var children = _ref51.children,
|
1212
1224
|
_ref51$size = _ref51.size,
|
1213
1225
|
size = _ref51$size === void 0 ? 16 : _ref51$size,
|
1214
1226
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref51, _excluded51);
|
1215
|
-
return /*#__PURE__*/
|
1227
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1216
1228
|
width: size,
|
1217
1229
|
height: size,
|
1218
1230
|
ref: ref,
|
1219
1231
|
xmlns: "http://www.w3.org/2000/svg",
|
1220
1232
|
viewBox: "0 0 32 32",
|
1221
1233
|
fill: "currentColor"
|
1222
|
-
}, rest),
|
1223
|
-
d: "
|
1234
|
+
}, rest), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1235
|
+
d: "M28 17H30V25H28zM20 5H22V13H20z"
|
1236
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1237
|
+
d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
|
1224
1238
|
})), children);
|
1225
1239
|
});
|
1226
1240
|
if (process.env.NODE_ENV !== "production") {
|
1227
|
-
|
1241
|
+
ChartBarTarget.propTypes = iconPropTypes4cbeb95d.i;
|
1228
1242
|
}
|
1229
|
-
var
|
1243
|
+
var ChartBubble = /*#__PURE__*/React.forwardRef(function ChartBubble(_ref52, ref) {
|
1230
1244
|
var children = _ref52.children,
|
1231
1245
|
_ref52$size = _ref52.size,
|
1232
1246
|
size = _ref52$size === void 0 ? 16 : _ref52$size,
|
1233
1247
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref52, _excluded52);
|
1234
|
-
return /*#__PURE__*/
|
1248
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1235
1249
|
width: size,
|
1236
1250
|
height: size,
|
1237
1251
|
ref: ref,
|
1238
1252
|
xmlns: "http://www.w3.org/2000/svg",
|
1239
1253
|
viewBox: "0 0 32 32",
|
1240
1254
|
fill: "currentColor"
|
1241
|
-
}, rest),
|
1242
|
-
d: "
|
1255
|
+
}, rest), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1256
|
+
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
1257
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1258
|
+
d: "M10 16a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4 4 4 0 00-4-4zM21 6a4 4 0 11-4 4 4 4 0 014-4m0-2a6 6 0 106 6 6 6 0 00-6-6zM24.5 21A1.5 1.5 0 1123 22.5 1.5 1.5 0 0124.5 21m0-2A3.5 3.5 0 1028 22.5 3.5 3.5 0 0024.5 19z"
|
1243
1259
|
})), children);
|
1244
1260
|
});
|
1245
1261
|
if (process.env.NODE_ENV !== "production") {
|
1246
|
-
|
1262
|
+
ChartBubble.propTypes = iconPropTypes4cbeb95d.i;
|
1247
1263
|
}
|
1248
|
-
var
|
1264
|
+
var ChartBubblePacked = /*#__PURE__*/React.forwardRef(function ChartBubblePacked(_ref53, ref) {
|
1249
1265
|
var children = _ref53.children,
|
1250
1266
|
_ref53$size = _ref53.size,
|
1251
1267
|
size = _ref53$size === void 0 ? 16 : _ref53$size,
|
1252
1268
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref53, _excluded53);
|
1253
|
-
return /*#__PURE__*/
|
1269
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1254
1270
|
width: size,
|
1255
1271
|
height: size,
|
1256
1272
|
ref: ref,
|
1257
1273
|
xmlns: "http://www.w3.org/2000/svg",
|
1258
1274
|
viewBox: "0 0 32 32",
|
1259
1275
|
fill: "currentColor"
|
1260
|
-
}, rest),
|
1261
|
-
d: "
|
1276
|
+
}, rest), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1277
|
+
d: "M27.5322,17.1724A8.99,8.99,0,1,0,13.6074,5.88,5.9969,5.9969,0,1,0,5.051,13.2217a6.9967,6.9967,0,1,0,7.9942,11.4844A5.9981,5.9981,0,0,0,25,24c0-.1216-.011-.24-.0181-.3594a3.4873,3.4873,0,1,0,2.55-6.4682ZM21,4a7,7,0,1,1-7,7A7.0078,7.0078,0,0,1,21,4ZM8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4ZM19,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,28Z"
|
1262
1278
|
})), children);
|
1263
1279
|
});
|
1264
1280
|
if (process.env.NODE_ENV !== "production") {
|
1265
|
-
|
1281
|
+
ChartBubblePacked.propTypes = iconPropTypes4cbeb95d.i;
|
1266
1282
|
}
|
1267
|
-
var
|
1283
|
+
var ChartBullet = /*#__PURE__*/React.forwardRef(function ChartBullet(_ref54, ref) {
|
1268
1284
|
var children = _ref54.children,
|
1269
1285
|
_ref54$size = _ref54.size,
|
1270
1286
|
size = _ref54$size === void 0 ? 16 : _ref54$size,
|
1271
1287
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref54, _excluded54);
|
1272
|
-
return /*#__PURE__*/
|
1288
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1273
1289
|
width: size,
|
1274
1290
|
height: size,
|
1275
1291
|
ref: ref,
|
1276
1292
|
xmlns: "http://www.w3.org/2000/svg",
|
1277
1293
|
viewBox: "0 0 32 32",
|
1278
1294
|
fill: "currentColor"
|
1279
|
-
}, rest),
|
1280
|
-
d: "
|
1295
|
+
}, rest), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1296
|
+
d: "M30 22H16V21H14v1H2v6H14v1h2V28H30zM4 26V24H14v2zm24 0H16V24H28zM30 13H24V12H22v1H2v6H22v1h2V19h6zM4 17V15H22v2zm24 0H24V15h4zM30 4H10V3H8V4H2v6H8v1h2V10H30zM4 8V6H8V8zM28 8H10V6H28z"
|
1281
1297
|
})), children);
|
1282
1298
|
});
|
1283
1299
|
if (process.env.NODE_ENV !== "production") {
|
1284
|
-
|
1300
|
+
ChartBullet.propTypes = iconPropTypes4cbeb95d.i;
|
1285
1301
|
}
|
1286
|
-
var
|
1302
|
+
var ChartCandlestick = /*#__PURE__*/React.forwardRef(function ChartCandlestick(_ref55, ref) {
|
1287
1303
|
var children = _ref55.children,
|
1288
1304
|
_ref55$size = _ref55.size,
|
1289
1305
|
size = _ref55$size === void 0 ? 16 : _ref55$size,
|
1290
1306
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref55, _excluded55);
|
1291
|
-
return /*#__PURE__*/
|
1307
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1292
1308
|
width: size,
|
1293
1309
|
height: size,
|
1294
1310
|
ref: ref,
|
1295
1311
|
xmlns: "http://www.w3.org/2000/svg",
|
1296
1312
|
viewBox: "0 0 32 32",
|
1297
1313
|
fill: "currentColor"
|
1298
|
-
}, rest),
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1303
|
-
cx: "20",
|
1304
|
-
cy: "22",
|
1305
|
-
r: "2"
|
1306
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1307
|
-
cx: "14",
|
1308
|
-
cy: "6",
|
1309
|
-
r: "2"
|
1310
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1311
|
-
cx: "8",
|
1312
|
-
cy: "6",
|
1313
|
-
r: "2"
|
1314
|
-
})), _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1315
|
-
d: "m8.2339,24c3.8799,0,7.311-2.4731,8.5383-6.1543l2.353-7.0591c.9543-2.8628,3.6233-4.7866,6.6409-4.7866h4.2339v-2h-4.2339c-3.8799,0-7.311,2.4731-8.5383,6.1543l-2.353,7.0591c-.9543,2.8628-3.6233,4.7866-6.6409,4.7866h-4.2339V2h-2v26c0,1.1025.897,2,2,2h26v-2H4v-4h4.2339Z"
|
1314
|
+
}, rest), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1315
|
+
d: "M26 10H24V6H22v4H20V22h2v4h2V22h2zM24 20H22V12h2zM14 8H12V4H10V8H8V18h2v4h2V18h2zm-2 8H10V10h2z"
|
1316
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
1317
|
+
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
1316
1318
|
})), children);
|
1317
1319
|
});
|
1318
1320
|
if (process.env.NODE_ENV !== "production") {
|
1319
|
-
|
1321
|
+
ChartCandlestick.propTypes = iconPropTypes4cbeb95d.i;
|
1320
1322
|
}
|
1321
|
-
var
|
1323
|
+
var ChartClusterBar = /*#__PURE__*/React.forwardRef(function ChartClusterBar(_ref56, ref) {
|
1322
1324
|
var children = _ref56.children,
|
1323
1325
|
_ref56$size = _ref56.size,
|
1324
1326
|
size = _ref56$size === void 0 ? 16 : _ref56$size,
|
1325
1327
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref56, _excluded56);
|
1326
|
-
return /*#__PURE__*/
|
1328
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1327
1329
|
width: size,
|
1328
1330
|
height: size,
|
1329
1331
|
ref: ref,
|
1330
1332
|
xmlns: "http://www.w3.org/2000/svg",
|
1331
1333
|
viewBox: "0 0 32 32",
|
1332
1334
|
fill: "currentColor"
|
1333
|
-
}, rest),
|
1334
|
-
d: "
|
1335
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
1336
|
+
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
1337
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1338
|
+
d: "M10 16H12V26H10zM7 22H9V26H7zM26 8H28V26H26zM23 14H25V26H23z"
|
1339
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1340
|
+
d: "M15 12H17V26H15z",
|
1341
|
+
transform: "rotate(-180 16 19)"
|
1342
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1343
|
+
d: "M18 18H20V26H18z",
|
1344
|
+
transform: "rotate(-180 19 22)"
|
1335
1345
|
})), children);
|
1336
1346
|
});
|
1337
1347
|
if (process.env.NODE_ENV !== "production") {
|
1338
|
-
|
1348
|
+
ChartClusterBar.propTypes = iconPropTypes4cbeb95d.i;
|
1339
1349
|
}
|
1340
|
-
var
|
1350
|
+
var ChartColumn = /*#__PURE__*/React.forwardRef(function ChartColumn(_ref57, ref) {
|
1341
1351
|
var children = _ref57.children,
|
1342
1352
|
_ref57$size = _ref57.size,
|
1343
1353
|
size = _ref57$size === void 0 ? 16 : _ref57$size,
|
1344
1354
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref57, _excluded57);
|
1345
|
-
return /*#__PURE__*/
|
1355
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1346
1356
|
width: size,
|
1347
1357
|
height: size,
|
1348
1358
|
ref: ref,
|
1349
1359
|
xmlns: "http://www.w3.org/2000/svg",
|
1350
1360
|
viewBox: "0 0 32 32",
|
1351
1361
|
fill: "currentColor"
|
1352
|
-
}, rest),
|
1353
|
-
d: "
|
1354
|
-
})), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1355
|
-
d: "M27.989,28l-.0271-.1631C26.5105,19.0742,24.0662,9.0894,18,8.0889V6H16V8.085c-6.084.978-8.533,10.9775-9.9863,19.7519L5.9866,28H4V8H6V6H4V2H2V28a2,2,0,0,0,2,2H30V28ZM8.0151,28c2.024-12.1084,4.959-18,8.9727-18s6.9487,5.8916,8.9726,18Z"
|
1362
|
+
}, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1363
|
+
d: "M27,28V6H19V28H15V14H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V16h4Zm12,0H21V8h4Z"
|
1356
1364
|
})), children);
|
1357
1365
|
});
|
1358
1366
|
if (process.env.NODE_ENV !== "production") {
|
1359
|
-
|
1367
|
+
ChartColumn.propTypes = iconPropTypes4cbeb95d.i;
|
1360
1368
|
}
|
1361
|
-
var
|
1369
|
+
var ChartColumnFloating = /*#__PURE__*/React.forwardRef(function ChartColumnFloating(_ref58, ref) {
|
1362
1370
|
var children = _ref58.children,
|
1363
1371
|
_ref58$size = _ref58.size,
|
1364
1372
|
size = _ref58$size === void 0 ? 16 : _ref58$size,
|
1365
1373
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref58, _excluded58);
|
1366
|
-
return /*#__PURE__*/
|
1374
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1367
1375
|
width: size,
|
1368
1376
|
height: size,
|
1369
1377
|
ref: ref,
|
1370
1378
|
xmlns: "http://www.w3.org/2000/svg",
|
1371
1379
|
viewBox: "0 0 32 32",
|
1372
1380
|
fill: "currentColor"
|
1373
|
-
}, rest),
|
1374
|
-
d: "
|
1375
|
-
|
1376
|
-
|
1377
|
-
d: "M18,28V26H16v2H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
|
1378
|
-
})), _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1379
|
-
d: "M26.0532,19.6787A3.44,3.44,0,0,1,23,22c-2.17,0-3.3115-3.333-4.52-6.8623-.3557-1.0386-.7239-2.1094-1.1382-3.1377H18V10H16.4221C15.2124,7.7148,13.5811,6,11,6,7.3218,6,6.1016,9.5332,6.0513,9.6836l1.8955.6377A3.44,3.44,0,0,1,11,8c2.92,0,4.2764,3.958,5.5874,7.7861.2544.7422.5105,1.4893.7813,2.2139H16v2h2.2019c1.0828,2.2886,2.4959,4,4.7981,4,3.6782,0,4.8984-3.5332,4.9487-3.6836Z"
|
1380
|
-
})), _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1381
|
-
d: "M16 6H18V8H16z",
|
1382
|
-
transform: "rotate(-90 17 7)"
|
1383
|
-
})), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1384
|
-
d: "M16 2H18V4H16z",
|
1385
|
-
transform: "rotate(-90 17 3)"
|
1381
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1382
|
+
d: "M28 22H20V4h8zm-6-2h4V6H22zM16 24H8V10h8zm-6-2h4V12H10z"
|
1383
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1384
|
+
d: "M30,30H4a2.0021,2.0021,0,0,1-2-2V2H4V28H30Z"
|
1386
1385
|
})), children);
|
1387
1386
|
});
|
1388
1387
|
if (process.env.NODE_ENV !== "production") {
|
1389
|
-
|
1388
|
+
ChartColumnFloating.propTypes = iconPropTypes4cbeb95d.i;
|
1390
1389
|
}
|
1391
|
-
var
|
1390
|
+
var ChartColumnTarget = /*#__PURE__*/React.forwardRef(function ChartColumnTarget(_ref59, ref) {
|
1392
1391
|
var children = _ref59.children,
|
1393
1392
|
_ref59$size = _ref59.size,
|
1394
1393
|
size = _ref59$size === void 0 ? 16 : _ref59$size,
|
1395
1394
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref59, _excluded59);
|
1396
|
-
return /*#__PURE__*/
|
1395
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1397
1396
|
width: size,
|
1398
1397
|
height: size,
|
1399
1398
|
ref: ref,
|
1400
1399
|
xmlns: "http://www.w3.org/2000/svg",
|
1401
1400
|
viewBox: "0 0 32 32",
|
1402
1401
|
fill: "currentColor"
|
1403
|
-
}, rest),
|
1404
|
-
d: "
|
1405
|
-
})),
|
1406
|
-
d: "
|
1407
|
-
})), _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1408
|
-
d: "M27.9463,4.3281,25.9727,4C23.9487,16.1084,21.0137,22,17,22S10.0513,16.1084,8.0271,4l-1.9734.3281C7.51,13.0566,9.9631,22.93,16,23.9131V26h2V23.9131C24.0371,22.93,26.4907,13.0566,27.9463,4.3281Z"
|
1402
|
+
}, rest), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1403
|
+
d: "M27 28V6H19V28H15V14H7V28H4V2H2V28a2 2 0 002 2H30V28zM13 28H9V16h4zm12 0H21V8h4zM19 2H27V4H19z"
|
1404
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
1405
|
+
d: "M7 10H15V12H7z"
|
1409
1406
|
})), children);
|
1410
1407
|
});
|
1411
1408
|
if (process.env.NODE_ENV !== "production") {
|
1412
|
-
|
1409
|
+
ChartColumnTarget.propTypes = iconPropTypes4cbeb95d.i;
|
1413
1410
|
}
|
1414
|
-
var
|
1411
|
+
var ChartCombo = /*#__PURE__*/React.forwardRef(function ChartCombo(_ref60, ref) {
|
1415
1412
|
var children = _ref60.children,
|
1416
1413
|
_ref60$size = _ref60.size,
|
1417
1414
|
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
1418
1415
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref60, _excluded60);
|
1419
|
-
return /*#__PURE__*/
|
1416
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1420
1417
|
width: size,
|
1421
1418
|
height: size,
|
1422
1419
|
ref: ref,
|
1423
1420
|
xmlns: "http://www.w3.org/2000/svg",
|
1424
1421
|
viewBox: "0 0 32 32",
|
1425
1422
|
fill: "currentColor"
|
1426
|
-
}, rest),
|
1427
|
-
d: "
|
1423
|
+
}, rest), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1424
|
+
d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V14h4Zm12,0H21V18h4Z"
|
1425
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
1426
|
+
d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
|
1428
1427
|
})), children);
|
1429
1428
|
});
|
1430
1429
|
if (process.env.NODE_ENV !== "production") {
|
1431
|
-
|
1430
|
+
ChartCombo.propTypes = iconPropTypes4cbeb95d.i;
|
1432
1431
|
}
|
1433
|
-
var
|
1432
|
+
var ChartComboStacked = /*#__PURE__*/React.forwardRef(function ChartComboStacked(_ref61, ref) {
|
1434
1433
|
var children = _ref61.children,
|
1435
1434
|
_ref61$size = _ref61.size,
|
1436
1435
|
size = _ref61$size === void 0 ? 16 : _ref61$size,
|
1437
1436
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref61, _excluded61);
|
1438
|
-
return /*#__PURE__*/
|
1437
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1439
1438
|
width: size,
|
1440
1439
|
height: size,
|
1441
1440
|
ref: ref,
|
1442
1441
|
xmlns: "http://www.w3.org/2000/svg",
|
1443
1442
|
viewBox: "0 0 32 32",
|
1444
1443
|
fill: "currentColor"
|
1445
|
-
}, rest),
|
1446
|
-
d: "
|
1447
|
-
})),
|
1448
|
-
|
1449
|
-
cy: "7",
|
1450
|
-
r: "1"
|
1451
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1452
|
-
cx: "9",
|
1453
|
-
cy: "11",
|
1454
|
-
r: "1"
|
1455
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1456
|
-
cx: "7",
|
1457
|
-
cy: "5",
|
1458
|
-
r: "1"
|
1459
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1460
|
-
cx: "5",
|
1461
|
-
cy: "9",
|
1462
|
-
r: "1"
|
1463
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1464
|
-
cx: "3",
|
1465
|
-
cy: "13",
|
1466
|
-
r: "1"
|
1444
|
+
}, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1445
|
+
d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,14v6H9V14Zm12,4v6H21V18Z"
|
1446
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1447
|
+
d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
|
1467
1448
|
})), children);
|
1468
1449
|
});
|
1469
1450
|
if (process.env.NODE_ENV !== "production") {
|
1470
|
-
|
1451
|
+
ChartComboStacked.propTypes = iconPropTypes4cbeb95d.i;
|
1471
1452
|
}
|
1472
|
-
var
|
1453
|
+
var ChartCustom = /*#__PURE__*/React.forwardRef(function ChartCustom(_ref62, ref) {
|
1473
1454
|
var children = _ref62.children,
|
1474
1455
|
_ref62$size = _ref62.size,
|
1475
1456
|
size = _ref62$size === void 0 ? 16 : _ref62$size,
|
1476
1457
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref62, _excluded62);
|
1477
|
-
return /*#__PURE__*/
|
1458
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1478
1459
|
width: size,
|
1479
1460
|
height: size,
|
1480
1461
|
ref: ref,
|
1481
1462
|
xmlns: "http://www.w3.org/2000/svg",
|
1482
1463
|
viewBox: "0 0 32 32",
|
1483
1464
|
fill: "currentColor"
|
1484
|
-
}, rest),
|
1485
|
-
d: "
|
1465
|
+
}, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
1466
|
+
d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z"
|
1467
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
1468
|
+
d: "M17 15H21V17H17z",
|
1469
|
+
transform: "rotate(-90 19 16)"
|
1470
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
1471
|
+
d: "M12 14H18V16H12z",
|
1472
|
+
transform: "rotate(-90 15 15)"
|
1473
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1474
|
+
d: "M6 12H16V14H6z",
|
1475
|
+
transform: "rotate(-90 11 13)"
|
1476
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1477
|
+
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"
|
1486
1478
|
})), children);
|
1487
1479
|
});
|
1488
1480
|
if (process.env.NODE_ENV !== "production") {
|
1489
|
-
|
1481
|
+
ChartCustom.propTypes = iconPropTypes4cbeb95d.i;
|
1490
1482
|
}
|
1491
|
-
var
|
1483
|
+
var ChartDualYAxis = /*#__PURE__*/React.forwardRef(function ChartDualYAxis(_ref63, ref) {
|
1492
1484
|
var children = _ref63.children,
|
1493
1485
|
_ref63$size = _ref63.size,
|
1494
1486
|
size = _ref63$size === void 0 ? 16 : _ref63$size,
|
1495
1487
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref63, _excluded63);
|
1496
|
-
return /*#__PURE__*/
|
1488
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1497
1489
|
width: size,
|
1498
1490
|
height: size,
|
1499
1491
|
ref: ref,
|
1500
1492
|
xmlns: "http://www.w3.org/2000/svg",
|
1501
1493
|
viewBox: "0 0 32 32",
|
1502
1494
|
fill: "currentColor"
|
1503
|
-
}, rest),
|
1504
|
-
d: "
|
1495
|
+
}, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1496
|
+
d: "m28,2v5.7222l-7.5317,6.9521L12.3818,6.5879c-.3918-.3911-.9111-.5918-1.4302-.5879-.4644.0034-.9285.1714-1.301.4976l-5.6506,4.9443V2h-2v26c0,1.1025.8972,2,2,2h24c1.1028,0,2-.8975,2-2V2h-2Zm0,8.4438v11.7622l-6.1165-6.1162,6.1165-5.646Zm-17.0322-2.4414l8.0298,8.0298-3.2141,2.9668-3.4148-3.415c-.3711-.3706-.8564-.5674-1.3479-.584s-.9885.1475-1.3833.4932l-5.6375,4.9326v-6.3262l6.9678-6.0972Zm-6.9678,19.9976v-4.9165l6.9546-6.085,3.4146,3.4146c.3809.3809.8755.5771,1.374.5869s1.0007-.166,1.3967-.5312l3.2729-3.0215,7.5872,7.5869v2.9658H4Z"
|
1505
1497
|
})), children);
|
1506
1498
|
});
|
1507
1499
|
if (process.env.NODE_ENV !== "production") {
|
1508
|
-
|
1500
|
+
ChartDualYAxis.propTypes = iconPropTypes4cbeb95d.i;
|
1509
1501
|
}
|
1510
|
-
var
|
1502
|
+
var ChartErrorBar = /*#__PURE__*/React.forwardRef(function ChartErrorBar(_ref64, ref) {
|
1511
1503
|
var children = _ref64.children,
|
1512
1504
|
_ref64$size = _ref64.size,
|
1513
1505
|
size = _ref64$size === void 0 ? 16 : _ref64$size,
|
1514
1506
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref64, _excluded64);
|
1515
|
-
return /*#__PURE__*/
|
1507
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1516
1508
|
width: size,
|
1517
1509
|
height: size,
|
1518
1510
|
ref: ref,
|
1519
1511
|
xmlns: "http://www.w3.org/2000/svg",
|
1520
1512
|
viewBox: "0 0 32 32",
|
1521
1513
|
fill: "currentColor"
|
1522
|
-
}, rest),
|
1523
|
-
d: "
|
1514
|
+
}, rest), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1515
|
+
d: "M22,28V12H18V8h2V6H14V8h2v4H12V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM14,14h2v4H14Zm6,14H14V20h6Zm0-10H18V14h2Z"
|
1524
1516
|
})), children);
|
1525
1517
|
});
|
1526
1518
|
if (process.env.NODE_ENV !== "production") {
|
1527
|
-
|
1519
|
+
ChartErrorBar.propTypes = iconPropTypes4cbeb95d.i;
|
1528
1520
|
}
|
1529
|
-
var
|
1521
|
+
var ChartErrorBarAlt = /*#__PURE__*/React.forwardRef(function ChartErrorBarAlt(_ref65, ref) {
|
1530
1522
|
var children = _ref65.children,
|
1531
1523
|
_ref65$size = _ref65.size,
|
1532
1524
|
size = _ref65$size === void 0 ? 16 : _ref65$size,
|
1533
1525
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref65, _excluded65);
|
1534
|
-
return /*#__PURE__*/
|
1526
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1535
1527
|
width: size,
|
1536
1528
|
height: size,
|
1537
1529
|
ref: ref,
|
1538
1530
|
xmlns: "http://www.w3.org/2000/svg",
|
1539
1531
|
viewBox: "0 0 32 32",
|
1540
1532
|
fill: "currentColor"
|
1541
|
-
}, rest),
|
1542
|
-
d: "
|
1533
|
+
}, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
1534
|
+
d: "M14 10V8H8v2h2v4.1836a2.983 2.983 0 000 5.6328V24H8v2h6V24H12V19.8164a2.983 2.983 0 000-5.6328V10zM26 6V4H20V6h2V8.1836a2.983 2.983 0 000 5.6328V18H20v2h6V18H24V13.8164a2.983 2.983 0 000-5.6328V6z"
|
1535
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
1536
|
+
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
1543
1537
|
})), children);
|
1544
1538
|
});
|
1545
1539
|
if (process.env.NODE_ENV !== "production") {
|
1546
|
-
|
1540
|
+
ChartErrorBarAlt.propTypes = iconPropTypes4cbeb95d.i;
|
1547
1541
|
}
|
1548
|
-
var
|
1542
|
+
var ChartEvaluation = /*#__PURE__*/React.forwardRef(function ChartEvaluation(_ref66, ref) {
|
1549
1543
|
var children = _ref66.children,
|
1550
1544
|
_ref66$size = _ref66.size,
|
1551
1545
|
size = _ref66$size === void 0 ? 16 : _ref66$size,
|
1552
1546
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref66, _excluded66);
|
1553
|
-
return /*#__PURE__*/
|
1547
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1554
1548
|
width: size,
|
1555
1549
|
height: size,
|
1556
1550
|
ref: ref,
|
1557
1551
|
xmlns: "http://www.w3.org/2000/svg",
|
1558
1552
|
viewBox: "0 0 32 32",
|
1559
1553
|
fill: "currentColor"
|
1560
|
-
}, rest), _path114 || (_path114 = /*#__PURE__*/
|
1561
|
-
d: "
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
cx: "9",
|
1568
|
-
cy: "22",
|
1569
|
-
r: "3"
|
1570
|
-
})), _circle15 || (_circle15 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1571
|
-
cx: "18",
|
1572
|
-
cy: "14",
|
1573
|
-
r: "3"
|
1574
|
-
})), _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1575
|
-
d: "M9,17a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,9,17Zm0-4a1,1,0,1,0,1,1A1.001,1.001,0,0,0,9,13Z"
|
1576
|
-
})), _circle16 || (_circle16 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1577
|
-
cx: "27",
|
1578
|
-
cy: "6",
|
1579
|
-
r: "3"
|
1580
|
-
})), _circle17 || (_circle17 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1581
|
-
cx: "27",
|
1582
|
-
cy: "22",
|
1583
|
-
r: "3"
|
1584
|
-
})), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1585
|
-
d: "M27 17a3 3 0 113-3A3.0033 3.0033 0 0127 17zm0-4a1 1 0 101 1A1.001 1.001 0 0027 13zM18 26a3 3 0 113-3A3.0033 3.0033 0 0118 26zm0-4a1 1 0 101 1A1.001 1.001 0 0018 22zM18 8a3 3 0 113-3A3.0033 3.0033 0 0118 8zm0-4a1 1 0 101 1A1.001 1.001 0 0018 4z"
|
1554
|
+
}, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1555
|
+
d: "M25.672 6.207H29.915V8.206H25.672z",
|
1556
|
+
transform: "rotate(-45.02 27.793 7.207)"
|
1557
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
1558
|
+
d: "M16 20.5L11 15.539 12.59 13.969 16 17.349 23.41 10 25 11.579 16 20.5z"
|
1559
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
1560
|
+
d: "M4,28V25.4131L10.4141,19,9,17.585l-5,5V2H2V28a2,2,0,0,0,2,2H30V28Z"
|
1586
1561
|
})), children);
|
1587
1562
|
});
|
1588
1563
|
if (process.env.NODE_ENV !== "production") {
|
1589
|
-
|
1564
|
+
ChartEvaluation.propTypes = iconPropTypes4cbeb95d.i;
|
1590
1565
|
}
|
1591
|
-
var
|
1566
|
+
var ChartHighLow = /*#__PURE__*/React.forwardRef(function ChartHighLow(_ref67, ref) {
|
1592
1567
|
var children = _ref67.children,
|
1593
1568
|
_ref67$size = _ref67.size,
|
1594
1569
|
size = _ref67$size === void 0 ? 16 : _ref67$size,
|
1595
1570
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref67, _excluded67);
|
1596
|
-
return /*#__PURE__*/
|
1571
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1597
1572
|
width: size,
|
1598
1573
|
height: size,
|
1599
1574
|
ref: ref,
|
1600
1575
|
xmlns: "http://www.w3.org/2000/svg",
|
1601
1576
|
viewBox: "0 0 32 32",
|
1602
1577
|
fill: "currentColor"
|
1603
|
-
}, rest), _path117 || (_path117 = /*#__PURE__*/
|
1604
|
-
d: "
|
1578
|
+
}, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
1579
|
+
d: "M15 8L12 8 12 6 10 6 10 20 7 20 7 22 10 22 10 24 12 24 12 10 15 10 15 8zM27 10L24 10 24 6 22 6 22 18 19 18 19 20 22 20 22 24 24 24 24 12 27 12 27 10z"
|
1580
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1581
|
+
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
1605
1582
|
})), children);
|
1606
1583
|
});
|
1607
1584
|
if (process.env.NODE_ENV !== "production") {
|
1608
|
-
|
1585
|
+
ChartHighLow.propTypes = iconPropTypes4cbeb95d.i;
|
1609
1586
|
}
|
1610
|
-
var
|
1587
|
+
var ChartHistogram = /*#__PURE__*/React.forwardRef(function ChartHistogram(_ref68, ref) {
|
1611
1588
|
var children = _ref68.children,
|
1612
1589
|
_ref68$size = _ref68.size,
|
1613
1590
|
size = _ref68$size === void 0 ? 16 : _ref68$size,
|
1614
1591
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref68, _excluded68);
|
1615
|
-
return /*#__PURE__*/
|
1592
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1616
1593
|
width: size,
|
1617
1594
|
height: size,
|
1618
1595
|
ref: ref,
|
1619
1596
|
xmlns: "http://www.w3.org/2000/svg",
|
1620
1597
|
viewBox: "0 0 32 32",
|
1621
1598
|
fill: "currentColor"
|
1622
|
-
}, rest),
|
1623
|
-
d: "
|
1599
|
+
}, rest), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1600
|
+
d: "M6,16c2.9727,0,4.2324-2.251,5.3447-4.2373C12.4741,9.7441,13.45,8,16,8s3.5259,1.7441,4.6553,3.7627C21.7676,13.749,23.0273,16,26,16h4V14H26c-1.7129,0-2.4834-1.2207-3.5991-3.2144C21.2075,8.6543,19.7231,6,16,6s-5.2075,2.6543-6.4009,4.7856C8.4834,12.7793,7.7129,14,6,14H4V2H2V28a2,2,0,0,0,2,2H30V28H28V22H26v6H21.9992L22,20H20v8H16V16H14V28H9.9992L10,20H8v8H4V16Z"
|
1624
1601
|
})), children);
|
1625
1602
|
});
|
1626
1603
|
if (process.env.NODE_ENV !== "production") {
|
1627
|
-
|
1604
|
+
ChartHistogram.propTypes = iconPropTypes4cbeb95d.i;
|
1628
1605
|
}
|
1629
|
-
var
|
1606
|
+
var ChartLine = /*#__PURE__*/React.forwardRef(function ChartLine(_ref69, ref) {
|
1630
1607
|
var children = _ref69.children,
|
1631
1608
|
_ref69$size = _ref69.size,
|
1632
1609
|
size = _ref69$size === void 0 ? 16 : _ref69$size,
|
1633
1610
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref69, _excluded69);
|
1634
|
-
return /*#__PURE__*/
|
1611
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1635
1612
|
width: size,
|
1636
1613
|
height: size,
|
1637
1614
|
ref: ref,
|
1638
1615
|
xmlns: "http://www.w3.org/2000/svg",
|
1639
1616
|
viewBox: "0 0 32 32",
|
1640
1617
|
fill: "currentColor"
|
1641
|
-
}, rest),
|
1642
|
-
d: "
|
1643
|
-
})), _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1644
|
-
d: "M16,26A10.0115,10.0115,0,0,1,6,16H8a8,8,0,1,0,8-8V6a10,10,0,0,1,0,20Z"
|
1645
|
-
})), _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1646
|
-
d: "M16,22a6.0069,6.0069,0,0,1-6-6h2a4,4,0,1,0,4-4V10a6,6,0,0,1,0,12Z"
|
1618
|
+
}, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
1619
|
+
d: "M4.67,28l6.39-12,7.3,6.49a2,2,0,0,0,1.7.47,2,2,0,0,0,1.42-1.07L27,10.9,25.18,10,19.69,21l-7.3-6.49A2,2,0,0,0,10.71,14a2,2,0,0,0-1.42,1L4,25V2H2V28a2,2,0,0,0,2,2H30V28Z"
|
1647
1620
|
})), children);
|
1648
1621
|
});
|
1649
1622
|
if (process.env.NODE_ENV !== "production") {
|
1650
|
-
|
1623
|
+
ChartLine.propTypes = iconPropTypes4cbeb95d.i;
|
1651
1624
|
}
|
1652
|
-
var
|
1625
|
+
var ChartLineData = /*#__PURE__*/React.forwardRef(function ChartLineData(_ref70, ref) {
|
1653
1626
|
var children = _ref70.children,
|
1654
1627
|
_ref70$size = _ref70.size,
|
1655
1628
|
size = _ref70$size === void 0 ? 16 : _ref70$size,
|
1656
1629
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref70, _excluded70);
|
1657
|
-
return /*#__PURE__*/
|
1630
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1658
1631
|
width: size,
|
1659
1632
|
height: size,
|
1660
1633
|
ref: ref,
|
1661
1634
|
xmlns: "http://www.w3.org/2000/svg",
|
1662
1635
|
viewBox: "0 0 32 32",
|
1663
1636
|
fill: "currentColor"
|
1664
|
-
}, rest),
|
1665
|
-
d: "
|
1637
|
+
}, rest), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
1638
|
+
d: "M10.06,17.88A4.25,4.25,0,0,0,11,18a4,4,0,0,0,2.23-.68l3.22,2.87a3.88,3.88,0,0,0-.2,3.17A4,4,0,1,0,22.62,19l2.54-5.09a3.78,3.78,0,0,0,2.91-.53A4,4,0,1,0,23.38,13l-2.54,5.09A3.86,3.86,0,0,0,20,18a4,4,0,0,0-2.23.68l-3.22-2.87a3.88,3.88,0,0,0,.2-3.17A4,4,0,1,0,8.3,16.93L4,25V2H2V28a2,2,0,0,0,2,2H30V28H4.67ZM26,8a2,2,0,1,1-2,2A2,2,0,0,1,26,8ZM22,22a2,2,0,1,1-2-2A2,2,0,0,1,22,22ZM11,12a2,2,0,1,1-2,2A2,2,0,0,1,11,12Z"
|
1666
1639
|
})), children);
|
1667
1640
|
});
|
1668
1641
|
if (process.env.NODE_ENV !== "production") {
|
1669
|
-
|
1642
|
+
ChartLineData.propTypes = iconPropTypes4cbeb95d.i;
|
1670
1643
|
}
|
1671
|
-
var
|
1644
|
+
var ChartLineSmooth = /*#__PURE__*/React.forwardRef(function ChartLineSmooth(_ref71, ref) {
|
1672
1645
|
var children = _ref71.children,
|
1673
1646
|
_ref71$size = _ref71.size,
|
1674
1647
|
size = _ref71$size === void 0 ? 16 : _ref71$size,
|
1675
1648
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref71, _excluded71);
|
1676
|
-
return /*#__PURE__*/
|
1649
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1677
1650
|
width: size,
|
1678
1651
|
height: size,
|
1679
1652
|
ref: ref,
|
1680
1653
|
xmlns: "http://www.w3.org/2000/svg",
|
1681
1654
|
viewBox: "0 0 32 32",
|
1682
1655
|
fill: "currentColor"
|
1683
|
-
}, rest),
|
1684
|
-
d: "
|
1656
|
+
}, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
1657
|
+
d: "M13,15c1.4854,0,2.5544,1.4966,3.6863,3.0811C17.9983,19.918,19.4854,22,22,22c5.6709,0,7.78-10.79,8-12l-1.9678-.3584C27.55,12.2827,25.3938,20,22,20c-1.4854,0-2.5544-1.4966-3.6863-3.0811C17.0017,15.082,15.5146,13,13,13c-4.186,0-7.4448,7.4043-9,11.7617V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H5.0439C6.5544,22.8574,9.9634,15,13,15Z"
|
1685
1658
|
})), children);
|
1686
1659
|
});
|
1687
1660
|
if (process.env.NODE_ENV !== "production") {
|
1688
|
-
|
1661
|
+
ChartLineSmooth.propTypes = iconPropTypes4cbeb95d.i;
|
1689
1662
|
}
|
1690
|
-
var
|
1663
|
+
var ChartLogisticRegression = /*#__PURE__*/React.forwardRef(function ChartLogisticRegression(_ref72, ref) {
|
1691
1664
|
var children = _ref72.children,
|
1692
1665
|
_ref72$size = _ref72.size,
|
1693
1666
|
size = _ref72$size === void 0 ? 16 : _ref72$size,
|
1694
1667
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref72, _excluded72);
|
1695
|
-
return /*#__PURE__*/
|
1668
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1696
1669
|
width: size,
|
1697
1670
|
height: size,
|
1698
1671
|
ref: ref,
|
1699
1672
|
xmlns: "http://www.w3.org/2000/svg",
|
1700
1673
|
viewBox: "0 0 32 32",
|
1701
1674
|
fill: "currentColor"
|
1702
|
-
}, rest),
|
1703
|
-
|
1675
|
+
}, rest), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
1676
|
+
cx: "26",
|
1677
|
+
cy: "22",
|
1678
|
+
r: "2"
|
1679
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
1680
|
+
cx: "20",
|
1681
|
+
cy: "22",
|
1682
|
+
r: "2"
|
1683
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
1684
|
+
cx: "14",
|
1685
|
+
cy: "6",
|
1686
|
+
r: "2"
|
1687
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
1688
|
+
cx: "8",
|
1689
|
+
cy: "6",
|
1690
|
+
r: "2"
|
1691
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1692
|
+
d: "m8.2339,24c3.8799,0,7.311-2.4731,8.5383-6.1543l2.353-7.0591c.9543-2.8628,3.6233-4.7866,6.6409-4.7866h4.2339v-2h-4.2339c-3.8799,0-7.311,2.4731-8.5383,6.1543l-2.353,7.0591c-.9543,2.8628-3.6233,4.7866-6.6409,4.7866h-4.2339V2h-2v26c0,1.1025.897,2,2,2h26v-2H4v-4h4.2339Z"
|
1704
1693
|
})), children);
|
1705
1694
|
});
|
1706
1695
|
if (process.env.NODE_ENV !== "production") {
|
1707
|
-
|
1696
|
+
ChartLogisticRegression.propTypes = iconPropTypes4cbeb95d.i;
|
1708
1697
|
}
|
1709
|
-
var
|
1698
|
+
var ChartMarimekko = /*#__PURE__*/React.forwardRef(function ChartMarimekko(_ref73, ref) {
|
1710
1699
|
var children = _ref73.children,
|
1711
1700
|
_ref73$size = _ref73.size,
|
1712
1701
|
size = _ref73$size === void 0 ? 16 : _ref73$size,
|
1713
1702
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref73, _excluded73);
|
1714
|
-
return /*#__PURE__*/
|
1703
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1715
1704
|
width: size,
|
1716
1705
|
height: size,
|
1717
1706
|
ref: ref,
|
1718
1707
|
xmlns: "http://www.w3.org/2000/svg",
|
1719
1708
|
viewBox: "0 0 32 32",
|
1720
1709
|
fill: "currentColor"
|
1721
|
-
}, rest),
|
1722
|
-
d: "
|
1710
|
+
}, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
1711
|
+
d: "M27,3H5A2.0025,2.0025,0,0,0,3,5V27a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V5A2.0025,2.0025,0,0,0,27,3Zm0,7H21V5h6ZM19,8H13V5h6Zm0,2v8H13V10ZM11,22H5V12h6Zm2-2h6v7H13Zm8-8h6v4H21ZM11,5v5H5V5ZM5,24h6v3H5Zm16,3V18h6v9Z"
|
1723
1712
|
})), children);
|
1724
1713
|
});
|
1725
1714
|
if (process.env.NODE_ENV !== "production") {
|
1726
|
-
|
1715
|
+
ChartMarimekko.propTypes = iconPropTypes4cbeb95d.i;
|
1727
1716
|
}
|
1728
|
-
var
|
1717
|
+
var ChartMaximum = /*#__PURE__*/React.forwardRef(function ChartMaximum(_ref74, ref) {
|
1729
1718
|
var children = _ref74.children,
|
1730
1719
|
_ref74$size = _ref74.size,
|
1731
1720
|
size = _ref74$size === void 0 ? 16 : _ref74$size,
|
1732
1721
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref74, _excluded74);
|
1733
|
-
return /*#__PURE__*/
|
1722
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1734
1723
|
width: size,
|
1735
1724
|
height: size,
|
1736
1725
|
ref: ref,
|
1737
1726
|
xmlns: "http://www.w3.org/2000/svg",
|
1738
1727
|
viewBox: "0 0 32 32",
|
1739
1728
|
fill: "currentColor"
|
1740
|
-
}, rest),
|
1741
|
-
d: "
|
1742
|
-
})),
|
1743
|
-
|
1744
|
-
cy: "22",
|
1745
|
-
r: "2"
|
1746
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1747
|
-
cx: "14",
|
1748
|
-
cy: "15",
|
1749
|
-
r: "2"
|
1750
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1751
|
-
cx: "22",
|
1752
|
-
cy: "15",
|
1753
|
-
r: "2"
|
1754
|
-
})), _circle21 || (_circle21 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1755
|
-
cx: "26",
|
1756
|
-
cy: "6",
|
1757
|
-
r: "2"
|
1758
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1759
|
-
cx: "14",
|
1760
|
-
cy: "8",
|
1761
|
-
r: "2"
|
1729
|
+
}, rest), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
1730
|
+
d: "M8 6H10V8H8zM12 6H14V8H12zM20 6H22V8H20zM24 6H26V8H24zM28 6H30V8H28z"
|
1731
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1732
|
+
d: "M27.989,28l-.0271-.1631C26.5105,19.0742,24.0662,9.0894,18,8.0889V6H16V8.085c-6.084.978-8.533,10.9775-9.9863,19.7519L5.9866,28H4V8H6V6H4V2H2V28a2,2,0,0,0,2,2H30V28ZM8.0151,28c2.024-12.1084,4.959-18,8.9727-18s6.9487,5.8916,8.9726,18Z"
|
1762
1733
|
})), children);
|
1763
1734
|
});
|
1764
1735
|
if (process.env.NODE_ENV !== "production") {
|
1765
|
-
|
1736
|
+
ChartMaximum.propTypes = iconPropTypes4cbeb95d.i;
|
1766
1737
|
}
|
1767
|
-
var
|
1738
|
+
var ChartMedian = /*#__PURE__*/React.forwardRef(function ChartMedian(_ref75, ref) {
|
1768
1739
|
var children = _ref75.children,
|
1769
1740
|
_ref75$size = _ref75.size,
|
1770
1741
|
size = _ref75$size === void 0 ? 16 : _ref75$size,
|
1771
1742
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref75, _excluded75);
|
1772
|
-
return /*#__PURE__*/
|
1743
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1773
1744
|
width: size,
|
1774
1745
|
height: size,
|
1775
1746
|
ref: ref,
|
1776
1747
|
xmlns: "http://www.w3.org/2000/svg",
|
1777
1748
|
viewBox: "0 0 32 32",
|
1778
1749
|
fill: "currentColor"
|
1779
|
-
}, rest), _path127 || (_path127 = /*#__PURE__*/
|
1780
|
-
d: "M16,
|
1781
|
-
|
1782
|
-
})
|
1783
|
-
|
1784
|
-
|
1750
|
+
}, rest), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1751
|
+
d: "M16 22H18V24H16z",
|
1752
|
+
transform: "rotate(-90 17 23)"
|
1753
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
1754
|
+
d: "M18,28V26H16v2H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
|
1755
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1756
|
+
d: "M26.0532,19.6787A3.44,3.44,0,0,1,23,22c-2.17,0-3.3115-3.333-4.52-6.8623-.3557-1.0386-.7239-2.1094-1.1382-3.1377H18V10H16.4221C15.2124,7.7148,13.5811,6,11,6,7.3218,6,6.1016,9.5332,6.0513,9.6836l1.8955.6377A3.44,3.44,0,0,1,11,8c2.92,0,4.2764,3.958,5.5874,7.7861.2544.7422.5105,1.4893.7813,2.2139H16v2h2.2019c1.0828,2.2886,2.4959,4,4.7981,4,3.6782,0,4.8984-3.5332,4.9487-3.6836Z"
|
1757
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1758
|
+
d: "M16 6H18V8H16z",
|
1759
|
+
transform: "rotate(-90 17 7)"
|
1760
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
1761
|
+
d: "M16 2H18V4H16z",
|
1762
|
+
transform: "rotate(-90 17 3)"
|
1763
|
+
})), children);
|
1764
|
+
});
|
1765
|
+
if (process.env.NODE_ENV !== "production") {
|
1766
|
+
ChartMedian.propTypes = iconPropTypes4cbeb95d.i;
|
1785
1767
|
}
|
1786
|
-
var
|
1768
|
+
var ChartMinimum = /*#__PURE__*/React.forwardRef(function ChartMinimum(_ref76, ref) {
|
1787
1769
|
var children = _ref76.children,
|
1788
1770
|
_ref76$size = _ref76.size,
|
1789
1771
|
size = _ref76$size === void 0 ? 16 : _ref76$size,
|
1790
1772
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref76, _excluded76);
|
1791
|
-
return /*#__PURE__*/
|
1773
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1792
1774
|
width: size,
|
1793
1775
|
height: size,
|
1794
1776
|
ref: ref,
|
1795
1777
|
xmlns: "http://www.w3.org/2000/svg",
|
1796
1778
|
viewBox: "0 0 32 32",
|
1797
1779
|
fill: "currentColor"
|
1798
|
-
}, rest),
|
1799
|
-
d: "
|
1780
|
+
}, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
1781
|
+
d: "M4,28V26H6V24H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
|
1782
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
1783
|
+
d: "M8 24H10V26H8zM12 24H14V26H12zM20 24H22V26H20zM24 24H26V26H24zM28 24H30V26H28z"
|
1784
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
1785
|
+
d: "M27.9463,4.3281,25.9727,4C23.9487,16.1084,21.0137,22,17,22S10.0513,16.1084,8.0271,4l-1.9734.3281C7.51,13.0566,9.9631,22.93,16,23.9131V26h2V23.9131C24.0371,22.93,26.4907,13.0566,27.9463,4.3281Z"
|
1800
1786
|
})), children);
|
1801
1787
|
});
|
1802
1788
|
if (process.env.NODE_ENV !== "production") {
|
1803
|
-
|
1789
|
+
ChartMinimum.propTypes = iconPropTypes4cbeb95d.i;
|
1804
1790
|
}
|
1805
|
-
var
|
1791
|
+
var ChartMultiLine = /*#__PURE__*/React.forwardRef(function ChartMultiLine(_ref77, ref) {
|
1806
1792
|
var children = _ref77.children,
|
1807
1793
|
_ref77$size = _ref77.size,
|
1808
1794
|
size = _ref77$size === void 0 ? 16 : _ref77$size,
|
1809
1795
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref77, _excluded77);
|
1810
|
-
return /*#__PURE__*/
|
1796
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1811
1797
|
width: size,
|
1812
1798
|
height: size,
|
1813
1799
|
ref: ref,
|
1814
1800
|
xmlns: "http://www.w3.org/2000/svg",
|
1815
1801
|
viewBox: "0 0 32 32",
|
1816
1802
|
fill: "currentColor"
|
1817
|
-
}, rest),
|
1818
|
-
d: "
|
1803
|
+
}, rest), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
1804
|
+
d: "M4.5859,28l7.1783-5.998L19.7578,23.94a2.021,2.021,0,0,0,1.314-.1206L28,20.5811l-.8479-1.8121-6.9163,3.229L12.2422,20.06a2.0033,2.0033,0,0,0-1.74.3838L4,25.8818V20.49l7.7642-6.4877L19.7578,15.94a2.021,2.021,0,0,0,1.314-.1206l6.9287-3.2383-.8467-1.812-6.918,3.2285L12.2422,12.06a2.0049,2.0049,0,0,0-1.74.3838L4,17.8818V12.49L11.7642,6.002,19.7578,7.94a2.021,2.021,0,0,0,1.314-.1206L28,4.5859l-.8457-1.8115L20.2358,5.998,12.2422,4.06a2.0033,2.0033,0,0,0-1.74.3838L4,9.8818V2H2V28a2,2,0,0,0,2,2H30V28Z"
|
1819
1805
|
})), children);
|
1820
1806
|
});
|
1821
1807
|
if (process.env.NODE_ENV !== "production") {
|
1822
|
-
|
1808
|
+
ChartMultiLine.propTypes = iconPropTypes4cbeb95d.i;
|
1823
1809
|
}
|
1824
|
-
var
|
1810
|
+
var ChartMultitype = /*#__PURE__*/React.forwardRef(function ChartMultitype(_ref78, ref) {
|
1825
1811
|
var children = _ref78.children,
|
1826
1812
|
_ref78$size = _ref78.size,
|
1827
1813
|
size = _ref78$size === void 0 ? 16 : _ref78$size,
|
1828
1814
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref78, _excluded78);
|
1829
|
-
return /*#__PURE__*/
|
1815
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1830
1816
|
width: size,
|
1831
1817
|
height: size,
|
1832
1818
|
ref: ref,
|
1833
1819
|
xmlns: "http://www.w3.org/2000/svg",
|
1834
1820
|
viewBox: "0 0 32 32",
|
1835
1821
|
fill: "currentColor"
|
1836
|
-
}, rest),
|
1837
|
-
d: "
|
1822
|
+
}, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
1823
|
+
d: "M28 22H30V30H28zM24 18H26V30H24zM20 26H22V30H20zM9 16a7 7 0 107 7A7.0078 7.0078 0 009 16zm4.8989 6H10V18.1011A5.0145 5.0145 0 0113.8989 22zM9 28a5 5 0 01-1-9.8989V22a2 2 0 002 2h3.8989A5.0081 5.0081 0 019 28zM22.5352 12l4-6H30V4H25.4648l-4 6H18V2H16V14a2 2 0 002 2H30V14H18V12z"
|
1824
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
1825
|
+
cx: "11",
|
1826
|
+
cy: "7",
|
1827
|
+
r: "1"
|
1828
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
1829
|
+
cx: "9",
|
1830
|
+
cy: "11",
|
1831
|
+
r: "1"
|
1832
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
1833
|
+
cx: "7",
|
1834
|
+
cy: "5",
|
1835
|
+
r: "1"
|
1836
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
1837
|
+
cx: "5",
|
1838
|
+
cy: "9",
|
1839
|
+
r: "1"
|
1840
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
1841
|
+
cx: "3",
|
1842
|
+
cy: "13",
|
1843
|
+
r: "1"
|
1838
1844
|
})), children);
|
1839
1845
|
});
|
1840
1846
|
if (process.env.NODE_ENV !== "production") {
|
1841
|
-
|
1847
|
+
ChartMultitype.propTypes = iconPropTypes4cbeb95d.i;
|
1842
1848
|
}
|
1843
|
-
var
|
1849
|
+
var ChartNetwork = /*#__PURE__*/React.forwardRef(function ChartNetwork(_ref79, ref) {
|
1844
1850
|
var children = _ref79.children,
|
1845
1851
|
_ref79$size = _ref79.size,
|
1846
1852
|
size = _ref79$size === void 0 ? 16 : _ref79$size,
|
1847
1853
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref79, _excluded79);
|
1848
|
-
return /*#__PURE__*/
|
1854
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1849
1855
|
width: size,
|
1850
1856
|
height: size,
|
1851
1857
|
ref: ref,
|
1852
1858
|
xmlns: "http://www.w3.org/2000/svg",
|
1853
1859
|
viewBox: "0 0 32 32",
|
1854
1860
|
fill: "currentColor"
|
1855
|
-
}, rest),
|
1856
|
-
|
1857
|
-
cy: "20",
|
1858
|
-
r: "2"
|
1859
|
-
})), _circle24 || (_circle24 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1860
|
-
cx: "10",
|
1861
|
-
cy: "28",
|
1862
|
-
r: "2"
|
1863
|
-
})), _circle25 || (_circle25 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1864
|
-
cx: "10",
|
1865
|
-
cy: "14",
|
1866
|
-
r: "2"
|
1867
|
-
})), _circle26 || (_circle26 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1868
|
-
cx: "28",
|
1869
|
-
cy: "4",
|
1870
|
-
r: "2"
|
1871
|
-
})), _circle27 || (_circle27 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1872
|
-
cx: "22",
|
1873
|
-
cy: "6",
|
1874
|
-
r: "2"
|
1875
|
-
})), _circle28 || (_circle28 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1876
|
-
cx: "28",
|
1877
|
-
cy: "10",
|
1878
|
-
r: "2"
|
1879
|
-
})), _circle29 || (_circle29 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1880
|
-
cx: "20",
|
1881
|
-
cy: "12",
|
1882
|
-
r: "2"
|
1883
|
-
})), _circle30 || (_circle30 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1884
|
-
cx: "28",
|
1885
|
-
cy: "22",
|
1886
|
-
r: "2"
|
1887
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1888
|
-
cx: "26",
|
1889
|
-
cy: "28",
|
1890
|
-
r: "2"
|
1891
|
-
})), _circle32 || (_circle32 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1892
|
-
cx: "20",
|
1893
|
-
cy: "26",
|
1894
|
-
r: "2"
|
1895
|
-
})), _circle33 || (_circle33 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1896
|
-
cx: "22",
|
1897
|
-
cy: "20",
|
1898
|
-
r: "2"
|
1899
|
-
})), _circle34 || (_circle34 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1900
|
-
cx: "16",
|
1901
|
-
cy: "4",
|
1902
|
-
r: "2"
|
1903
|
-
})), _circle35 || (_circle35 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1904
|
-
cx: "4",
|
1905
|
-
cy: "24",
|
1906
|
-
r: "2"
|
1907
|
-
})), _circle36 || (_circle36 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
1908
|
-
cx: "4",
|
1909
|
-
cy: "16",
|
1910
|
-
r: "2"
|
1861
|
+
}, rest), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1862
|
+
d: "M26,14a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H20a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2v4.1A5,5,0,0,0,18.1,22H14V20a2,2,0,0,0-2-2H10V13.9a5,5,0,1,0-2,0V18H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V24h4.1A5,5,0,1,0,24,18.1V14ZM6,9a3,3,0,1,1,3,3A3,3,0,0,1,6,9Zm6,17H6V20h6Zm14-3a3,3,0,1,1-3-3A3,3,0,0,1,26,23ZM20,6h6v6H20Z"
|
1911
1863
|
})), children);
|
1912
1864
|
});
|
1913
1865
|
if (process.env.NODE_ENV !== "production") {
|
1914
|
-
|
1866
|
+
ChartNetwork.propTypes = iconPropTypes4cbeb95d.i;
|
1915
1867
|
}
|
1916
|
-
var
|
1868
|
+
var ChartParallel = /*#__PURE__*/React.forwardRef(function ChartParallel(_ref80, ref) {
|
1917
1869
|
var children = _ref80.children,
|
1918
1870
|
_ref80$size = _ref80.size,
|
1919
1871
|
size = _ref80$size === void 0 ? 16 : _ref80$size,
|
1920
1872
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref80, _excluded80);
|
1921
|
-
return /*#__PURE__*/
|
1873
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1922
1874
|
width: size,
|
1923
1875
|
height: size,
|
1924
1876
|
ref: ref,
|
1925
1877
|
xmlns: "http://www.w3.org/2000/svg",
|
1926
1878
|
viewBox: "0 0 32 32",
|
1927
1879
|
fill: "currentColor"
|
1928
|
-
}, rest),
|
1929
|
-
d: "M28,
|
1880
|
+
}, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
1881
|
+
d: "M28,2V5.3071l-6,2.25V2H20V7.5229l-8-3.2V2H10V4.4458l-6,3.75V2H2V30H4V27.6182l6-3V30h2V24.3442l8,2.4V30h2V26.5542l6-3.75V30h2V2Zm0,5.4429V12.5L22,17V9.6929ZM20,9.6768v7.5571l-8-4.8V6.4771ZM10,6.8042v5.7417l-6,5.25V10.5542ZM4,25.3818V20.4541l6-5.25v7.1777Zm8-3.1259v-7.49l8,4.8v5.0894Zm10,1.94V19.5L28,15v5.4458Z"
|
1930
1882
|
})), children);
|
1931
1883
|
});
|
1932
1884
|
if (process.env.NODE_ENV !== "production") {
|
1933
|
-
|
1885
|
+
ChartParallel.propTypes = iconPropTypes4cbeb95d.i;
|
1934
1886
|
}
|
1935
|
-
var
|
1887
|
+
var ChartPie = /*#__PURE__*/React.forwardRef(function ChartPie(_ref81, ref) {
|
1936
1888
|
var children = _ref81.children,
|
1937
1889
|
_ref81$size = _ref81.size,
|
1938
1890
|
size = _ref81$size === void 0 ? 16 : _ref81$size,
|
1939
1891
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref81, _excluded81);
|
1940
|
-
return /*#__PURE__*/
|
1892
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1941
1893
|
width: size,
|
1942
1894
|
height: size,
|
1943
1895
|
ref: ref,
|
1944
1896
|
xmlns: "http://www.w3.org/2000/svg",
|
1945
1897
|
viewBox: "0 0 32 32",
|
1946
1898
|
fill: "currentColor"
|
1947
|
-
}, rest),
|
1948
|
-
d: "
|
1899
|
+
}, rest), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
1900
|
+
d: "M16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4ZM26,15H17V6.05A10,10,0,0,1,26,15ZM15.42,26A10,10,0,0,1,15,6.05v9a2,2,0,0,0,2,2h9A10,10,0,0,1,15.42,26Z"
|
1949
1901
|
})), children);
|
1950
1902
|
});
|
1951
1903
|
if (process.env.NODE_ENV !== "production") {
|
1952
|
-
|
1904
|
+
ChartPie.propTypes = iconPropTypes4cbeb95d.i;
|
1953
1905
|
}
|
1954
|
-
var
|
1906
|
+
var ChartPlanningWaterfall = /*#__PURE__*/React.forwardRef(function ChartPlanningWaterfall(_ref82, ref) {
|
1955
1907
|
var children = _ref82.children,
|
1956
1908
|
_ref82$size = _ref82.size,
|
1957
1909
|
size = _ref82$size === void 0 ? 16 : _ref82$size,
|
1958
1910
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref82, _excluded82);
|
1959
|
-
return /*#__PURE__*/
|
1911
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1960
1912
|
width: size,
|
1961
1913
|
height: size,
|
1962
1914
|
ref: ref,
|
1963
1915
|
xmlns: "http://www.w3.org/2000/svg",
|
1964
1916
|
viewBox: "0 0 32 32",
|
1965
1917
|
fill: "currentColor"
|
1966
|
-
}, rest),
|
1967
|
-
d: "
|
1968
|
-
})), _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
|
1969
|
-
d: "M14.86 7.8232L13 4.7231V2H11V4.7231l-1.86 3.1A7.9986 7.9986 0 008 11.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V19.2769l1.86-3.1A7.9986 7.9986 0 0016 12.061v-.122A7.9961 7.9961 0 0014.86 7.8232zM12 6.9434l1.145 1.9087A6.0027 6.0027 0 0113.9185 11h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0110.0815 13h3.837a6.0086 6.0086 0 01-.7735 2.1484zM27.86 11.8232L26 8.7231V2H24V8.7231l-1.86 3.1A7.9986 7.9986 0 0021 15.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V23.2769l1.86-3.1A7.9986 7.9986 0 0029 16.061v-.122A7.9961 7.9961 0 0027.86 11.8232zm-2.86-.88l1.145 1.9087A6.0027 6.0027 0 0126.9185 15h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0123.0815 17h3.837a6.0086 6.0086 0 01-.7735 2.1484z"
|
1918
|
+
}, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1919
|
+
d: "m29,8c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v7h-2V3c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v12h-2V5c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v10H3v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-10h2v5c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-5h2v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-12h4v-9ZM7,26h-2v-9h2v9Zm8-5h-2v-4h2v4Zm2-6V4h2v11h-2Zm10,0h-2v-6h2v6Z"
|
1970
1920
|
})), children);
|
1971
1921
|
});
|
1972
1922
|
if (process.env.NODE_ENV !== "production") {
|
1973
|
-
|
1923
|
+
ChartPlanningWaterfall.propTypes = iconPropTypes4cbeb95d.i;
|
1974
1924
|
}
|
1975
|
-
var
|
1925
|
+
var ChartPoint = /*#__PURE__*/React.forwardRef(function ChartPoint(_ref83, ref) {
|
1976
1926
|
var children = _ref83.children,
|
1977
1927
|
_ref83$size = _ref83.size,
|
1978
1928
|
size = _ref83$size === void 0 ? 16 : _ref83$size,
|
1979
1929
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref83, _excluded83);
|
1980
|
-
return /*#__PURE__*/
|
1930
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1981
1931
|
width: size,
|
1982
1932
|
height: size,
|
1983
1933
|
ref: ref,
|
1984
1934
|
xmlns: "http://www.w3.org/2000/svg",
|
1985
1935
|
viewBox: "0 0 32 32",
|
1986
1936
|
fill: "currentColor"
|
1987
|
-
}, rest),
|
1988
|
-
d: "
|
1989
|
-
})),
|
1990
|
-
|
1937
|
+
}, rest), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
1938
|
+
d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
|
1939
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
1940
|
+
cx: "9",
|
1941
|
+
cy: "6",
|
1942
|
+
r: "3"
|
1943
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
1944
|
+
cx: "9",
|
1945
|
+
cy: "22",
|
1946
|
+
r: "3"
|
1947
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
1948
|
+
cx: "18",
|
1949
|
+
cy: "14",
|
1950
|
+
r: "3"
|
1951
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
1952
|
+
d: "M9,17a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,9,17Zm0-4a1,1,0,1,0,1,1A1.001,1.001,0,0,0,9,13Z"
|
1953
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
1954
|
+
cx: "27",
|
1955
|
+
cy: "6",
|
1956
|
+
r: "3"
|
1957
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
1958
|
+
cx: "27",
|
1959
|
+
cy: "22",
|
1960
|
+
r: "3"
|
1961
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
1962
|
+
d: "M27 17a3 3 0 113-3A3.0033 3.0033 0 0127 17zm0-4a1 1 0 101 1A1.001 1.001 0 0027 13zM18 26a3 3 0 113-3A3.0033 3.0033 0 0118 26zm0-4a1 1 0 101 1A1.001 1.001 0 0018 22zM18 8a3 3 0 113-3A3.0033 3.0033 0 0118 8zm0-4a1 1 0 101 1A1.001 1.001 0 0018 4z"
|
1991
1963
|
})), children);
|
1992
1964
|
});
|
1993
1965
|
if (process.env.NODE_ENV !== "production") {
|
1994
|
-
|
1966
|
+
ChartPoint.propTypes = iconPropTypes4cbeb95d.i;
|
1995
1967
|
}
|
1996
|
-
var
|
1968
|
+
var ChartPopulation = /*#__PURE__*/React.forwardRef(function ChartPopulation(_ref84, ref) {
|
1997
1969
|
var children = _ref84.children,
|
1998
1970
|
_ref84$size = _ref84.size,
|
1999
1971
|
size = _ref84$size === void 0 ? 16 : _ref84$size,
|
2000
1972
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref84, _excluded84);
|
2001
|
-
return /*#__PURE__*/
|
1973
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2002
1974
|
width: size,
|
2003
1975
|
height: size,
|
2004
1976
|
ref: ref,
|
2005
1977
|
xmlns: "http://www.w3.org/2000/svg",
|
2006
1978
|
viewBox: "0 0 32 32",
|
2007
1979
|
fill: "currentColor"
|
2008
|
-
}, rest),
|
2009
|
-
d: "M30,
|
1980
|
+
}, rest), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
1981
|
+
d: "M30,22H17V20h9V14H17V12h5V6H17V2H15V6H10v6h5v2H6v6h9v2H2v6H15v2h2V28H30ZM20,8v2H17V8Zm-8,2V8h3v2Zm12,6v2H17V16ZM8,18V16h7v2ZM4,26V24H15v2Zm24,0H17V24H28Z"
|
2010
1982
|
})), children);
|
2011
1983
|
});
|
2012
1984
|
if (process.env.NODE_ENV !== "production") {
|
2013
|
-
|
1985
|
+
ChartPopulation.propTypes = iconPropTypes4cbeb95d.i;
|
2014
1986
|
}
|
2015
|
-
var
|
1987
|
+
var ChartRadar = /*#__PURE__*/React.forwardRef(function ChartRadar(_ref85, ref) {
|
2016
1988
|
var children = _ref85.children,
|
2017
1989
|
_ref85$size = _ref85.size,
|
2018
1990
|
size = _ref85$size === void 0 ? 16 : _ref85$size,
|
2019
1991
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref85, _excluded85);
|
2020
|
-
return /*#__PURE__*/
|
1992
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2021
1993
|
width: size,
|
2022
1994
|
height: size,
|
2023
1995
|
ref: ref,
|
2024
1996
|
xmlns: "http://www.w3.org/2000/svg",
|
2025
1997
|
viewBox: "0 0 32 32",
|
2026
1998
|
fill: "currentColor"
|
2027
|
-
}, rest),
|
2028
|
-
d: "
|
2029
|
-
})), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2030
|
-
d: "M8 10H24V12H8zM8 16H18V18H8z"
|
1999
|
+
}, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
2000
|
+
d: "M16,2,2,13,8,30H24l6-17Zm2.5818,19.2651-5.9861,1.3306-1.4226-7.8252,4.91-4.209,5.4416,4.0816Zm.1977,2.0054L21.3264,28H10.6736l1.7912-3.3267ZM9.59,13.4937,5.74,12.605,15,5.3291V8.8569ZM17,8.75V5.3291l9.26,7.2759-3.15.727ZM4.6143,14.3979l4.6535,1.0738,1.4844,8.164-1.738,3.2281ZM22.9858,26.8638l-2.5766-4.7852,3.0063-6.7646,3.97-.9161Z"
|
2031
2001
|
})), children);
|
2032
2002
|
});
|
2033
2003
|
if (process.env.NODE_ENV !== "production") {
|
2034
|
-
|
2004
|
+
ChartRadar.propTypes = iconPropTypes4cbeb95d.i;
|
2035
2005
|
}
|
2036
|
-
var
|
2006
|
+
var ChartRadial = /*#__PURE__*/React.forwardRef(function ChartRadial(_ref86, ref) {
|
2037
2007
|
var children = _ref86.children,
|
2038
2008
|
_ref86$size = _ref86.size,
|
2039
2009
|
size = _ref86$size === void 0 ? 16 : _ref86$size,
|
2040
2010
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref86, _excluded86);
|
2041
|
-
return /*#__PURE__*/
|
2011
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2042
2012
|
width: size,
|
2043
2013
|
height: size,
|
2044
2014
|
ref: ref,
|
2045
2015
|
xmlns: "http://www.w3.org/2000/svg",
|
2046
2016
|
viewBox: "0 0 32 32",
|
2047
2017
|
fill: "currentColor"
|
2048
|
-
}, rest),
|
2049
|
-
d: "
|
2018
|
+
}, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
2019
|
+
d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12,12,0,1,0,16,4V2a14,14,0,0,1,0,28Z"
|
2020
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
2021
|
+
d: "M16,26A10.0115,10.0115,0,0,1,6,16H8a8,8,0,1,0,8-8V6a10,10,0,0,1,0,20Z"
|
2022
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
2023
|
+
d: "M16,22a6.0069,6.0069,0,0,1-6-6h2a4,4,0,1,0,4-4V10a6,6,0,0,1,0,12Z"
|
2050
2024
|
})), children);
|
2051
2025
|
});
|
2052
2026
|
if (process.env.NODE_ENV !== "production") {
|
2053
|
-
|
2027
|
+
ChartRadial.propTypes = iconPropTypes4cbeb95d.i;
|
2054
2028
|
}
|
2055
|
-
var
|
2029
|
+
var ChartRelationship = /*#__PURE__*/React.forwardRef(function ChartRelationship(_ref87, ref) {
|
2056
2030
|
var children = _ref87.children,
|
2057
2031
|
_ref87$size = _ref87.size,
|
2058
2032
|
size = _ref87$size === void 0 ? 16 : _ref87$size,
|
2059
2033
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref87, _excluded87);
|
2060
|
-
return /*#__PURE__*/
|
2034
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2061
2035
|
width: size,
|
2062
2036
|
height: size,
|
2063
2037
|
ref: ref,
|
2064
2038
|
xmlns: "http://www.w3.org/2000/svg",
|
2065
2039
|
viewBox: "0 0 32 32",
|
2066
2040
|
fill: "currentColor"
|
2067
|
-
}, rest),
|
2068
|
-
d: "
|
2041
|
+
}, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
2042
|
+
d: "M26,6a3.9963,3.9963,0,0,0-3.8579,3H17.9305A7.9964,7.9964,0,1,0,9,17.9307v4.2114a4,4,0,1,0,2,0V17.9307a7.951,7.951,0,0,0,3.8976-1.6192l3.6693,3.67A3.9529,3.9529,0,0,0,18,22a4,4,0,1,0,4-4,3.9521,3.9521,0,0,0-2.019.5669l-3.6694-3.6694A7.9493,7.9493,0,0,0,17.9305,11h4.2116A3.9934,3.9934,0,1,0,26,6ZM12,26a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,12,26ZM10,16a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,10,16Zm14,6a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,24,22Zm2-10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,12Z"
|
2069
2043
|
})), children);
|
2070
2044
|
});
|
2071
2045
|
if (process.env.NODE_ENV !== "production") {
|
2072
|
-
|
2046
|
+
ChartRelationship.propTypes = iconPropTypes4cbeb95d.i;
|
2073
2047
|
}
|
2074
|
-
var
|
2048
|
+
var ChartRing = /*#__PURE__*/React.forwardRef(function ChartRing(_ref88, ref) {
|
2075
2049
|
var children = _ref88.children,
|
2076
2050
|
_ref88$size = _ref88.size,
|
2077
2051
|
size = _ref88$size === void 0 ? 16 : _ref88$size,
|
2078
2052
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref88, _excluded88);
|
2079
|
-
return /*#__PURE__*/
|
2053
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2080
2054
|
width: size,
|
2081
2055
|
height: size,
|
2082
2056
|
ref: ref,
|
2083
2057
|
xmlns: "http://www.w3.org/2000/svg",
|
2084
2058
|
viewBox: "0 0 32 32",
|
2085
2059
|
fill: "currentColor"
|
2086
|
-
}, rest),
|
2087
|
-
d: "
|
2088
|
-
})), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2089
|
-
d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
|
2090
|
-
})), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2091
|
-
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
2060
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
2061
|
+
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM27.9493,15.001H21.91a5.9825,5.9825,0,0,0-9.3806-3.8853l-4.27-4.27a11.9783,11.9783,0,0,1,19.69,8.1548ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20ZM4,16A11.937,11.937,0,0,1,6.8455,8.26l4.27,4.2695A5.9836,5.9836,0,0,0,15,21.9106v6.04A12.0105,12.0105,0,0,1,4,16ZM17,27.95v-6.04A6.0069,6.0069,0,0,0,21.91,17h6.04A12.0082,12.0082,0,0,1,17,27.95Z"
|
2092
2062
|
})), children);
|
2093
2063
|
});
|
2094
2064
|
if (process.env.NODE_ENV !== "production") {
|
2095
|
-
|
2065
|
+
ChartRing.propTypes = iconPropTypes4cbeb95d.i;
|
2096
2066
|
}
|
2097
|
-
var
|
2067
|
+
var ChartRiver = /*#__PURE__*/React.forwardRef(function ChartRiver(_ref89, ref) {
|
2098
2068
|
var children = _ref89.children,
|
2099
2069
|
_ref89$size = _ref89.size,
|
2100
2070
|
size = _ref89$size === void 0 ? 16 : _ref89$size,
|
2101
2071
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref89, _excluded89);
|
2102
|
-
return /*#__PURE__*/
|
2072
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2103
2073
|
width: size,
|
2104
2074
|
height: size,
|
2105
2075
|
ref: ref,
|
2106
2076
|
xmlns: "http://www.w3.org/2000/svg",
|
2107
2077
|
viewBox: "0 0 32 32",
|
2108
2078
|
fill: "currentColor"
|
2109
|
-
}, rest),
|
2110
|
-
d: "
|
2111
|
-
})), _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2112
|
-
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
2079
|
+
}, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
2080
|
+
d: "M12.4326,20.0171l8.0376,4.68a1.958,1.958,0,0,0,1.0508.3012,2.2412,2.2412,0,0,0,.4888-.0556l7.2532-1.9769A1,1,0,0,0,30,22.0007V7.996A1,1,0,0,0,28.74,7.0305L21.5034,8.9829l-8.0371-4.68a1.9917,1.9917,0,0,0-1.8652-.1352L4,7.4727V2H2V28a2,2,0,0,0,2,2H30V28H4V23.6577ZM28,21.2344l-6.4966,1.75-8.0371-4.68a1.9931,1.9931,0,0,0-1.8652-.1353L4,21.4746V16.6572l8.4326-3.6416L20.47,17.6968a1.962,1.962,0,0,0,1.0508.3008,2.2112,2.2112,0,0,0,.4888-.0557L28,16.31ZM12.4326,6.0156l8.0376,4.68a2.0091,2.0091,0,0,0,1.54.2451L28,9.3081v4.9258l-6.4966,1.7505-8.0371-4.6812a1.9917,1.9917,0,0,0-1.8652-.1352L4,14.4736V9.6562Z"
|
2113
2081
|
})), children);
|
2114
2082
|
});
|
2115
2083
|
if (process.env.NODE_ENV !== "production") {
|
2116
|
-
|
2084
|
+
ChartRiver.propTypes = iconPropTypes4cbeb95d.i;
|
2117
2085
|
}
|
2118
|
-
var
|
2086
|
+
var ChartRose = /*#__PURE__*/React.forwardRef(function ChartRose(_ref90, ref) {
|
2119
2087
|
var children = _ref90.children,
|
2120
2088
|
_ref90$size = _ref90.size,
|
2121
2089
|
size = _ref90$size === void 0 ? 16 : _ref90$size,
|
2122
2090
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref90, _excluded90);
|
2123
|
-
return /*#__PURE__*/
|
2091
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2124
2092
|
width: size,
|
2125
2093
|
height: size,
|
2126
2094
|
ref: ref,
|
2127
2095
|
xmlns: "http://www.w3.org/2000/svg",
|
2128
2096
|
viewBox: "0 0 32 32",
|
2129
2097
|
fill: "currentColor"
|
2130
|
-
}, rest),
|
2131
|
-
d: "
|
2098
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
2099
|
+
d: "M30,17A15.017,15.017,0,0,0,15,2H14V8.0591A9.0122,9.0122,0,0,0,6.0591,16H4v1A11.0109,11.0109,0,0,0,14,27.9492V30h1A13.0084,13.0084,0,0,0,27.9492,18H30ZM16,4.0381A13.0217,13.0217,0,0,1,27.9619,16H16ZM14,10.08V16H8.08A7.0037,7.0037,0,0,1,14,10.08ZM6.0552,18H14v7.939A9.0134,9.0134,0,0,1,6.0552,18ZM16,27.9551V18h9.9551A11.0191,11.0191,0,0,1,16,27.9551Z"
|
2132
2100
|
})), children);
|
2133
2101
|
});
|
2134
2102
|
if (process.env.NODE_ENV !== "production") {
|
2135
|
-
|
2103
|
+
ChartRose.propTypes = iconPropTypes4cbeb95d.i;
|
2136
2104
|
}
|
2137
|
-
var
|
2105
|
+
var ChartScatter = /*#__PURE__*/React.forwardRef(function ChartScatter(_ref91, ref) {
|
2138
2106
|
var children = _ref91.children,
|
2139
2107
|
_ref91$size = _ref91.size,
|
2140
2108
|
size = _ref91$size === void 0 ? 16 : _ref91$size,
|
2141
2109
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref91, _excluded91);
|
2142
|
-
return /*#__PURE__*/
|
2110
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2143
2111
|
width: size,
|
2144
2112
|
height: size,
|
2145
2113
|
ref: ref,
|
2146
2114
|
xmlns: "http://www.w3.org/2000/svg",
|
2147
2115
|
viewBox: "0 0 32 32",
|
2148
2116
|
fill: "currentColor"
|
2149
|
-
}, rest),
|
2150
|
-
d: "
|
2151
|
-
})),
|
2152
|
-
|
2117
|
+
}, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
2118
|
+
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
2119
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
2120
|
+
cx: "10",
|
2121
|
+
cy: "22",
|
2122
|
+
r: "2"
|
2123
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
2124
|
+
cx: "14",
|
2125
|
+
cy: "15",
|
2126
|
+
r: "2"
|
2127
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
2128
|
+
cx: "22",
|
2129
|
+
cy: "15",
|
2130
|
+
r: "2"
|
2131
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
2132
|
+
cx: "26",
|
2133
|
+
cy: "6",
|
2134
|
+
r: "2"
|
2135
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
2136
|
+
cx: "14",
|
2137
|
+
cy: "8",
|
2138
|
+
r: "2"
|
2153
2139
|
})), children);
|
2154
2140
|
});
|
2155
2141
|
if (process.env.NODE_ENV !== "production") {
|
2156
|
-
|
2142
|
+
ChartScatter.propTypes = iconPropTypes4cbeb95d.i;
|
2157
2143
|
}
|
2158
|
-
var
|
2144
|
+
var ChartSpiral = /*#__PURE__*/React.forwardRef(function ChartSpiral(_ref92, ref) {
|
2159
2145
|
var children = _ref92.children,
|
2160
2146
|
_ref92$size = _ref92.size,
|
2161
2147
|
size = _ref92$size === void 0 ? 16 : _ref92$size,
|
2162
2148
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref92, _excluded92);
|
2163
|
-
return /*#__PURE__*/
|
2149
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2164
2150
|
width: size,
|
2165
2151
|
height: size,
|
2166
2152
|
ref: ref,
|
2167
2153
|
xmlns: "http://www.w3.org/2000/svg",
|
2168
2154
|
viewBox: "0 0 32 32",
|
2169
2155
|
fill: "currentColor"
|
2170
|
-
}, rest),
|
2171
|
-
d: "
|
2172
|
-
})), _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2173
|
-
fill: "none",
|
2174
|
-
d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
|
2175
|
-
"data-icon-path": "inner-path"
|
2156
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
2157
|
+
d: "M16,2A13.919,13.919,0,0,0,7.3245,5.0327,1.9728,1.9728,0,0,0,7,5,2,2,0,0,0,5,7a1.9752,1.9752,0,0,0,.0327.3247A13.986,13.986,0,1,0,16,2Zm0,26A11.977,11.977,0,0,1,6.3589,8.8857a1.8311,1.8311,0,0,0,1.1528.04l1.4634,1.4634a8.9862,8.9862,0,0,0,11.8311,13.207,1.9916,1.9916,0,0,0,2.79-2.79,8.9294,8.9294,0,0,0,0-9.6124,1.9916,1.9916,0,0,0-2.79-2.79,8.9445,8.9445,0,0,0-10.417.5713L8.9258,7.5117a1.8294,1.8294,0,0,0-.04-1.1528A11.9925,11.9925,0,1,1,16,28Zm0-14a2,2,0,1,1-2,2A2.0025,2.0025,0,0,1,16,14Zm3.4331-.019,2.0552-2.0552a2.0443,2.0443,0,0,0,.2265.0454,6.9573,6.9573,0,0,1,0,8.0576,2.0443,2.0443,0,0,0-.2265.0454L19.4331,18.019a3.8788,3.8788,0,0,0,0-4.038Zm.5957-3.6958a1.9993,1.9993,0,0,0,.0454.2265L18.019,12.5669a3.8788,3.8788,0,0,0-4.038,0l-2.1653-2.1655a6.9522,6.9522,0,0,1,8.2131-.1162ZM12.5669,13.981A3.951,3.951,0,0,0,12,16a4.0045,4.0045,0,0,0,4,4,3.9521,3.9521,0,0,0,2.019-.5669l2.0552,2.0552a1.9993,1.9993,0,0,0-.0454.2265,6.988,6.988,0,0,1-9.6272-9.8994Z"
|
2176
2158
|
})), children);
|
2177
2159
|
});
|
2178
2160
|
if (process.env.NODE_ENV !== "production") {
|
2179
|
-
|
2161
|
+
ChartSpiral.propTypes = iconPropTypes4cbeb95d.i;
|
2180
2162
|
}
|
2181
|
-
var
|
2163
|
+
var ChartStacked = /*#__PURE__*/React.forwardRef(function ChartStacked(_ref93, ref) {
|
2182
2164
|
var children = _ref93.children,
|
2183
2165
|
_ref93$size = _ref93.size,
|
2184
2166
|
size = _ref93$size === void 0 ? 16 : _ref93$size,
|
2185
2167
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref93, _excluded93);
|
2186
|
-
return /*#__PURE__*/
|
2168
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2187
2169
|
width: size,
|
2188
2170
|
height: size,
|
2189
2171
|
ref: ref,
|
2190
2172
|
xmlns: "http://www.w3.org/2000/svg",
|
2191
2173
|
viewBox: "0 0 32 32",
|
2192
2174
|
fill: "currentColor"
|
2193
|
-
}, rest),
|
2194
|
-
d: "
|
2195
|
-
})), _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2196
|
-
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
2175
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
2176
|
+
d: "M28,28V6H20V28H16V14H8V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM22,8h4V18H22ZM10,16h4v6H10Z"
|
2197
2177
|
})), children);
|
2198
2178
|
});
|
2199
2179
|
if (process.env.NODE_ENV !== "production") {
|
2200
|
-
|
2180
|
+
ChartStacked.propTypes = iconPropTypes4cbeb95d.i;
|
2201
2181
|
}
|
2202
|
-
var
|
2182
|
+
var ChartStepper = /*#__PURE__*/React.forwardRef(function ChartStepper(_ref94, ref) {
|
2203
2183
|
var children = _ref94.children,
|
2204
2184
|
_ref94$size = _ref94.size,
|
2205
2185
|
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
2206
2186
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref94, _excluded94);
|
2207
|
-
return /*#__PURE__*/
|
2187
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2208
2188
|
width: size,
|
2209
2189
|
height: size,
|
2210
2190
|
ref: ref,
|
2211
2191
|
xmlns: "http://www.w3.org/2000/svg",
|
2212
2192
|
viewBox: "0 0 32 32",
|
2213
2193
|
fill: "currentColor"
|
2214
|
-
}, rest),
|
2215
|
-
d: "
|
2216
|
-
})), _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2217
|
-
fill: "none",
|
2218
|
-
d: "M22,18H10V14H22Z",
|
2219
|
-
"data-icon-path": "inner-path"
|
2194
|
+
}, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
2195
|
+
d: "M14,22V14h8V6h8V4H20v8H12v8H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V22Z"
|
2220
2196
|
})), children);
|
2221
2197
|
});
|
2222
2198
|
if (process.env.NODE_ENV !== "production") {
|
2223
|
-
|
2199
|
+
ChartStepper.propTypes = iconPropTypes4cbeb95d.i;
|
2224
2200
|
}
|
2225
|
-
var
|
2201
|
+
var ChartSunburst = /*#__PURE__*/React.forwardRef(function ChartSunburst(_ref95, ref) {
|
2226
2202
|
var children = _ref95.children,
|
2227
2203
|
_ref95$size = _ref95.size,
|
2228
2204
|
size = _ref95$size === void 0 ? 16 : _ref95$size,
|
2229
2205
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref95, _excluded95);
|
2230
|
-
|
2231
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2232
|
-
width: size,
|
2233
|
-
height: size,
|
2234
|
-
ref: ref,
|
2235
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2236
|
-
viewBox: "0 0 20 20",
|
2237
|
-
fill: "currentColor"
|
2238
|
-
}, rest), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2239
|
-
d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
2240
|
-
})), _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2241
|
-
d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
2242
|
-
})), children);
|
2243
|
-
}
|
2244
|
-
if (size === 24 || size === "24" || size === "24px") {
|
2245
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2246
|
-
width: size,
|
2247
|
-
height: size,
|
2248
|
-
ref: ref,
|
2249
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2250
|
-
viewBox: "0 0 24 24",
|
2251
|
-
fill: "currentColor"
|
2252
|
-
}, rest), _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2253
|
-
d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
|
2254
|
-
})), children);
|
2255
|
-
}
|
2256
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2206
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2257
2207
|
width: size,
|
2258
2208
|
height: size,
|
2259
2209
|
ref: ref,
|
2260
2210
|
xmlns: "http://www.w3.org/2000/svg",
|
2261
2211
|
viewBox: "0 0 32 32",
|
2262
2212
|
fill: "currentColor"
|
2263
|
-
}, rest),
|
2264
|
-
d: "
|
2213
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
2214
|
+
d: "M16,2a1,1,0,0,0-1,1v7.09a5.9618,5.9618,0,0,0-2.46,1.043L7.8384,6.4311a1.4554,1.4554,0,0,0-2.087.0244A14.05,14.05,0,0,0,9.8047,28.5972a10.8482,10.8482,0,0,0,1.8989.7676,14.0982,14.0982,0,0,0,13.8443-3.1319,1.4336,1.4336,0,0,0,.0278-2.0639L20.877,19.47A5.963,5.963,0,0,0,21.91,17H29a1,1,0,0,0,1-1A14.0158,14.0158,0,0,0,16,2Zm0,10a4,4,0,1,1-4,4A4.0045,4.0045,0,0,1,16,12ZM6.83,8.251l4.2959,4.2959a5.91,5.91,0,0,0-.0113,6.9243L6.8381,23.7481A12.0168,12.0168,0,0,1,6.83,8.251Zm1.4228,16.91,4.2759-4.2759A5.9589,5.9589,0,0,0,15,21.91v6.042A11.8783,11.8783,0,0,1,8.2529,25.1612ZM17,27.9561V21.9092a5.9631,5.9631,0,0,0,2.4609-1.0273l4.2818,4.2817A11.8905,11.8905,0,0,1,17,27.9561ZM21.91,15A6.0063,6.0063,0,0,0,17,10.09V4.041A12.0208,12.0208,0,0,1,27.9585,15Z"
|
2265
2215
|
})), children);
|
2266
2216
|
});
|
2267
2217
|
if (process.env.NODE_ENV !== "production") {
|
2268
|
-
|
2218
|
+
ChartSunburst.propTypes = iconPropTypes4cbeb95d.i;
|
2269
2219
|
}
|
2270
|
-
var
|
2220
|
+
var ChartTSne = /*#__PURE__*/React.forwardRef(function ChartTSne(_ref96, ref) {
|
2271
2221
|
var children = _ref96.children,
|
2272
2222
|
_ref96$size = _ref96.size,
|
2273
2223
|
size = _ref96$size === void 0 ? 16 : _ref96$size,
|
2274
2224
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref96, _excluded96);
|
2275
|
-
|
2276
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2277
|
-
width: size,
|
2278
|
-
height: size,
|
2279
|
-
ref: ref,
|
2280
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2281
|
-
viewBox: "0 0 16 16",
|
2282
|
-
fill: "currentColor"
|
2283
|
-
}, rest), _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2284
|
-
d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
|
2285
|
-
})), _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2286
|
-
d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
|
2287
|
-
"data-icon-path": "inner-path",
|
2288
|
-
opacity: "0"
|
2289
|
-
})), children);
|
2290
|
-
}
|
2291
|
-
if (size === 20 || size === "20" || size === "20px") {
|
2292
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2293
|
-
width: size,
|
2294
|
-
height: size,
|
2295
|
-
ref: ref,
|
2296
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2297
|
-
viewBox: "0 0 20 20",
|
2298
|
-
fill: "currentColor"
|
2299
|
-
}, rest), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2300
|
-
d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
|
2301
|
-
})), _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2302
|
-
fill: "none",
|
2303
|
-
d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
|
2304
|
-
"data-icon-path": "inner-path",
|
2305
|
-
opacity: "0"
|
2306
|
-
})), children);
|
2307
|
-
}
|
2308
|
-
if (size === 24 || size === "24" || size === "24px") {
|
2309
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2310
|
-
width: size,
|
2311
|
-
height: size,
|
2312
|
-
ref: ref,
|
2313
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2314
|
-
viewBox: "0 0 24 24",
|
2315
|
-
fill: "currentColor"
|
2316
|
-
}, rest), _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2317
|
-
d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
|
2318
|
-
})), _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2319
|
-
fill: "none",
|
2320
|
-
d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
|
2321
|
-
"data-icon-path": "inner-path",
|
2322
|
-
opacity: "0"
|
2323
|
-
})), children);
|
2324
|
-
}
|
2325
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2225
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2326
2226
|
width: size,
|
2327
2227
|
height: size,
|
2328
2228
|
ref: ref,
|
2329
2229
|
xmlns: "http://www.w3.org/2000/svg",
|
2330
2230
|
viewBox: "0 0 32 32",
|
2331
2231
|
fill: "currentColor"
|
2332
|
-
}, rest),
|
2333
|
-
|
2334
|
-
|
2335
|
-
|
2336
|
-
|
2337
|
-
|
2232
|
+
}, rest), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
2233
|
+
cx: "10",
|
2234
|
+
cy: "20",
|
2235
|
+
r: "2"
|
2236
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
2237
|
+
cx: "10",
|
2238
|
+
cy: "28",
|
2239
|
+
r: "2"
|
2240
|
+
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
2241
|
+
cx: "10",
|
2242
|
+
cy: "14",
|
2243
|
+
r: "2"
|
2244
|
+
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
2245
|
+
cx: "28",
|
2246
|
+
cy: "4",
|
2247
|
+
r: "2"
|
2248
|
+
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
2249
|
+
cx: "22",
|
2250
|
+
cy: "6",
|
2251
|
+
r: "2"
|
2252
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
2253
|
+
cx: "28",
|
2254
|
+
cy: "10",
|
2255
|
+
r: "2"
|
2256
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
2257
|
+
cx: "20",
|
2258
|
+
cy: "12",
|
2259
|
+
r: "2"
|
2260
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
2261
|
+
cx: "28",
|
2262
|
+
cy: "22",
|
2263
|
+
r: "2"
|
2264
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
2265
|
+
cx: "26",
|
2266
|
+
cy: "28",
|
2267
|
+
r: "2"
|
2268
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
2269
|
+
cx: "20",
|
2270
|
+
cy: "26",
|
2271
|
+
r: "2"
|
2272
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
2273
|
+
cx: "22",
|
2274
|
+
cy: "20",
|
2275
|
+
r: "2"
|
2276
|
+
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
2277
|
+
cx: "16",
|
2278
|
+
cy: "4",
|
2279
|
+
r: "2"
|
2280
|
+
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
2281
|
+
cx: "4",
|
2282
|
+
cy: "24",
|
2283
|
+
r: "2"
|
2284
|
+
})), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
|
2285
|
+
cx: "4",
|
2286
|
+
cy: "16",
|
2287
|
+
r: "2"
|
2338
2288
|
})), children);
|
2339
2289
|
});
|
2340
2290
|
if (process.env.NODE_ENV !== "production") {
|
2341
|
-
|
2291
|
+
ChartTSne.propTypes = iconPropTypes4cbeb95d.i;
|
2342
2292
|
}
|
2343
|
-
var
|
2293
|
+
var ChartTreemap = /*#__PURE__*/React.forwardRef(function ChartTreemap(_ref97, ref) {
|
2344
2294
|
var children = _ref97.children,
|
2345
2295
|
_ref97$size = _ref97.size,
|
2346
2296
|
size = _ref97$size === void 0 ? 16 : _ref97$size,
|
2347
2297
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref97, _excluded97);
|
2348
|
-
return /*#__PURE__*/
|
2298
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2349
2299
|
width: size,
|
2350
2300
|
height: size,
|
2351
2301
|
ref: ref,
|
2352
2302
|
xmlns: "http://www.w3.org/2000/svg",
|
2353
2303
|
viewBox: "0 0 32 32",
|
2354
2304
|
fill: "currentColor"
|
2355
|
-
}, rest),
|
2356
|
-
d: "
|
2357
|
-
})), _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2358
|
-
d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
2359
|
-
})), _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2360
|
-
fill: "none",
|
2361
|
-
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
2362
|
-
"data-icon-path": "inner-path"
|
2305
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2306
|
+
d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,12H23V4h5ZM16,4h5V14H16ZM14,4V20H4V4ZM4,22H14v6H4Zm12,6V16H28V28Z"
|
2363
2307
|
})), children);
|
2364
2308
|
});
|
2365
2309
|
if (process.env.NODE_ENV !== "production") {
|
2366
|
-
|
2310
|
+
ChartTreemap.propTypes = iconPropTypes4cbeb95d.i;
|
2367
2311
|
}
|
2368
|
-
var
|
2312
|
+
var ChartVennDiagram = /*#__PURE__*/React.forwardRef(function ChartVennDiagram(_ref98, ref) {
|
2369
2313
|
var children = _ref98.children,
|
2370
2314
|
_ref98$size = _ref98.size,
|
2371
2315
|
size = _ref98$size === void 0 ? 16 : _ref98$size,
|
2372
2316
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref98, _excluded98);
|
2373
|
-
return /*#__PURE__*/
|
2317
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2374
2318
|
width: size,
|
2375
2319
|
height: size,
|
2376
2320
|
ref: ref,
|
2377
2321
|
xmlns: "http://www.w3.org/2000/svg",
|
2378
2322
|
viewBox: "0 0 32 32",
|
2379
2323
|
fill: "currentColor"
|
2380
|
-
}, rest),
|
2381
|
-
d: "
|
2382
|
-
})), _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2383
|
-
d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
|
2384
|
-
})), _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2385
|
-
fill: "none",
|
2386
|
-
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
2387
|
-
"data-icon-path": "inner-path"
|
2324
|
+
}, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
2325
|
+
d: "M20,6a9.92,9.92,0,0,0-4,.84A9.92,9.92,0,0,0,12,6a10,10,0,0,0,0,20,9.92,9.92,0,0,0,4-.84A9.92,9.92,0,0,0,20,26,10,10,0,0,0,20,6ZM12,24A8,8,0,0,1,12,8a7.91,7.91,0,0,1,1.76.2,10,10,0,0,0,0,15.6A7.91,7.91,0,0,1,12,24Zm8-8a8,8,0,0,1-4,6.92A8,8,0,0,1,16,9.08,8,8,0,0,1,20,16Zm0,8a7.91,7.91,0,0,1-1.76-.2,10,10,0,0,0,0-15.6A7.91,7.91,0,0,1,20,8a8,8,0,0,1,0,16Z"
|
2388
2326
|
})), children);
|
2389
2327
|
});
|
2390
2328
|
if (process.env.NODE_ENV !== "production") {
|
2391
|
-
|
2329
|
+
ChartVennDiagram.propTypes = iconPropTypes4cbeb95d.i;
|
2392
2330
|
}
|
2393
|
-
var
|
2331
|
+
var ChartViolinPlot = /*#__PURE__*/React.forwardRef(function ChartViolinPlot(_ref99, ref) {
|
2394
2332
|
var children = _ref99.children,
|
2395
2333
|
_ref99$size = _ref99.size,
|
2396
2334
|
size = _ref99$size === void 0 ? 16 : _ref99$size,
|
2397
2335
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref99, _excluded99);
|
2398
|
-
return /*#__PURE__*/
|
2336
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2399
2337
|
width: size,
|
2400
2338
|
height: size,
|
2401
2339
|
ref: ref,
|
2402
2340
|
xmlns: "http://www.w3.org/2000/svg",
|
2403
2341
|
viewBox: "0 0 32 32",
|
2404
2342
|
fill: "currentColor"
|
2405
|
-
}, rest),
|
2406
|
-
d: "
|
2407
|
-
})),
|
2408
|
-
d: "
|
2343
|
+
}, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
2344
|
+
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
2345
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2346
|
+
d: "M14.86 7.8232L13 4.7231V2H11V4.7231l-1.86 3.1A7.9986 7.9986 0 008 11.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V19.2769l1.86-3.1A7.9986 7.9986 0 0016 12.061v-.122A7.9961 7.9961 0 0014.86 7.8232zM12 6.9434l1.145 1.9087A6.0027 6.0027 0 0113.9185 11h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0110.0815 13h3.837a6.0086 6.0086 0 01-.7735 2.1484zM27.86 11.8232L26 8.7231V2H24V8.7231l-1.86 3.1A7.9986 7.9986 0 0021 15.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V23.2769l1.86-3.1A7.9986 7.9986 0 0029 16.061v-.122A7.9961 7.9961 0 0027.86 11.8232zm-2.86-.88l1.145 1.9087A6.0027 6.0027 0 0126.9185 15h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0123.0815 17h3.837a6.0086 6.0086 0 01-.7735 2.1484z"
|
2409
2347
|
})), children);
|
2410
2348
|
});
|
2411
2349
|
if (process.env.NODE_ENV !== "production") {
|
2412
|
-
|
2350
|
+
ChartViolinPlot.propTypes = iconPropTypes4cbeb95d.i;
|
2413
2351
|
}
|
2414
|
-
var
|
2352
|
+
var ChartWaterfall = /*#__PURE__*/React.forwardRef(function ChartWaterfall(_ref100, ref) {
|
2415
2353
|
var children = _ref100.children,
|
2416
2354
|
_ref100$size = _ref100.size,
|
2417
2355
|
size = _ref100$size === void 0 ? 16 : _ref100$size,
|
2418
2356
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref100, _excluded100);
|
2419
|
-
return /*#__PURE__*/
|
2357
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2420
2358
|
width: size,
|
2421
2359
|
height: size,
|
2422
2360
|
ref: ref,
|
2423
2361
|
xmlns: "http://www.w3.org/2000/svg",
|
2424
2362
|
viewBox: "0 0 32 32",
|
2425
2363
|
fill: "currentColor"
|
2426
|
-
}, rest),
|
2427
|
-
d: "
|
2428
|
-
})),
|
2429
|
-
d: "
|
2364
|
+
}, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
2365
|
+
d: "M28,28V18H26V28H22V4H20V28H10V14H8V28H4V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
|
2366
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2367
|
+
d: "M14 4H16V18H14z"
|
2430
2368
|
})), children);
|
2431
2369
|
});
|
2432
2370
|
if (process.env.NODE_ENV !== "production") {
|
2433
|
-
|
2371
|
+
ChartWaterfall.propTypes = iconPropTypes4cbeb95d.i;
|
2434
2372
|
}
|
2435
|
-
var
|
2373
|
+
var ChartWinLoss = /*#__PURE__*/React.forwardRef(function ChartWinLoss(_ref101, ref) {
|
2436
2374
|
var children = _ref101.children,
|
2437
2375
|
_ref101$size = _ref101.size,
|
2438
2376
|
size = _ref101$size === void 0 ? 16 : _ref101$size,
|
2439
2377
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref101, _excluded101);
|
2440
|
-
return /*#__PURE__*/
|
2378
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2441
2379
|
width: size,
|
2442
2380
|
height: size,
|
2443
2381
|
ref: ref,
|
2444
2382
|
xmlns: "http://www.w3.org/2000/svg",
|
2445
2383
|
viewBox: "0 0 32 32",
|
2446
2384
|
fill: "currentColor"
|
2447
|
-
}, rest),
|
2448
|
-
d: "
|
2449
|
-
})), _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2450
|
-
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
2385
|
+
}, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
2386
|
+
d: "M30,15H16V6a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,6v9H2v2H16v9a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V17h2ZM6,6h8v9H6ZM26,26H18V17h8Z"
|
2451
2387
|
})), children);
|
2452
2388
|
});
|
2453
2389
|
if (process.env.NODE_ENV !== "production") {
|
2454
|
-
|
2390
|
+
ChartWinLoss.propTypes = iconPropTypes4cbeb95d.i;
|
2455
2391
|
}
|
2456
|
-
var
|
2392
|
+
var Chat = /*#__PURE__*/React.forwardRef(function Chat(_ref102, ref) {
|
2457
2393
|
var children = _ref102.children,
|
2458
2394
|
_ref102$size = _ref102.size,
|
2459
2395
|
size = _ref102$size === void 0 ? 16 : _ref102$size,
|
2460
2396
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref102, _excluded102);
|
2461
|
-
return /*#__PURE__*/
|
2397
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2462
2398
|
width: size,
|
2463
2399
|
height: size,
|
2464
2400
|
ref: ref,
|
2465
2401
|
xmlns: "http://www.w3.org/2000/svg",
|
2466
2402
|
viewBox: "0 0 32 32",
|
2467
2403
|
fill: "currentColor"
|
2468
|
-
}, rest),
|
2469
|
-
d: "
|
2404
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2405
|
+
d: "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z"
|
2406
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
2407
|
+
d: "M8 10H24V12H8zM8 16H18V18H8z"
|
2470
2408
|
})), children);
|
2471
2409
|
});
|
2472
2410
|
if (process.env.NODE_ENV !== "production") {
|
2473
|
-
|
2411
|
+
Chat.propTypes = iconPropTypes4cbeb95d.i;
|
2474
2412
|
}
|
2475
|
-
var
|
2413
|
+
var ChatLaunch = /*#__PURE__*/React.forwardRef(function ChatLaunch(_ref103, ref) {
|
2476
2414
|
var children = _ref103.children,
|
2477
2415
|
_ref103$size = _ref103.size,
|
2478
2416
|
size = _ref103$size === void 0 ? 16 : _ref103$size,
|
2479
2417
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref103, _excluded103);
|
2480
|
-
return /*#__PURE__*/
|
2418
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2481
2419
|
width: size,
|
2482
2420
|
height: size,
|
2483
2421
|
ref: ref,
|
2484
2422
|
xmlns: "http://www.w3.org/2000/svg",
|
2485
2423
|
viewBox: "0 0 32 32",
|
2486
2424
|
fill: "currentColor"
|
2487
|
-
}, rest),
|
2488
|
-
d: "
|
2489
|
-
})), _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2490
|
-
d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
|
2425
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2426
|
+
d: "M22 4L22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4zM28 16v4a1.9965 1.9965 0 01-2 2H20l-4 7 1.7358 1 3.4288-6H26a3.9992 3.9992 0 004-4V16zM4 20V8A1.9965 1.9965 0 016 6H18V4H6A3.9986 3.9986 0 002 8V20a3.9992 3.9992 0 004 4h9V22H6A1.9965 1.9965 0 014 20z"
|
2491
2427
|
})), children);
|
2492
2428
|
});
|
2493
2429
|
if (process.env.NODE_ENV !== "production") {
|
2494
|
-
|
2430
|
+
ChatLaunch.propTypes = iconPropTypes4cbeb95d.i;
|
2495
2431
|
}
|
2496
|
-
var
|
2432
|
+
var ChatOff = /*#__PURE__*/React.forwardRef(function ChatOff(_ref104, ref) {
|
2497
2433
|
var children = _ref104.children,
|
2498
2434
|
_ref104$size = _ref104.size,
|
2499
2435
|
size = _ref104$size === void 0 ? 16 : _ref104$size,
|
2500
2436
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref104, _excluded104);
|
2501
|
-
|
2502
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2503
|
-
width: size,
|
2504
|
-
height: size,
|
2505
|
-
ref: ref,
|
2506
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2507
|
-
viewBox: "0 0 10 6",
|
2508
|
-
fill: "currentColor"
|
2509
|
-
}, rest), _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2510
|
-
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
2511
|
-
})), children);
|
2512
|
-
}
|
2513
|
-
if (size === 16 || size === "16" || size === "16px") {
|
2514
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2515
|
-
width: size,
|
2516
|
-
height: size,
|
2517
|
-
ref: ref,
|
2518
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2519
|
-
viewBox: "0 0 16 16",
|
2520
|
-
fill: "currentColor"
|
2521
|
-
}, rest), _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2522
|
-
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
2523
|
-
})), children);
|
2524
|
-
}
|
2525
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2437
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2526
2438
|
width: size,
|
2527
2439
|
height: size,
|
2528
2440
|
ref: ref,
|
2529
2441
|
xmlns: "http://www.w3.org/2000/svg",
|
2530
2442
|
viewBox: "0 0 32 32",
|
2531
2443
|
fill: "currentColor"
|
2532
|
-
}, rest),
|
2533
|
-
d: "
|
2444
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
2445
|
+
d: "M28 8V21h2V8a3.9986 3.9986 0 00-4-4H8.2429l2 2H26A1.9965 1.9965 0 0128 8zM30 28.5859L3.4141 2 2 3.4141 3.5039 4.918A3.9181 3.9181 0 002 8V20a3.9992 3.9992 0 004 4h6V22H6a1.9965 1.9965 0 01-2-2V8a1.9814 1.9814 0 01.9194-1.6665L20.5859 22H17l-4 7 1.7358 1 3.4288-6h4.4213l6 6z"
|
2534
2446
|
})), children);
|
2535
2447
|
});
|
2536
2448
|
if (process.env.NODE_ENV !== "production") {
|
2537
|
-
|
2449
|
+
ChatOff.propTypes = iconPropTypes4cbeb95d.i;
|
2538
2450
|
}
|
2539
|
-
var
|
2451
|
+
var ChatOperational = /*#__PURE__*/React.forwardRef(function ChatOperational(_ref105, ref) {
|
2540
2452
|
var children = _ref105.children,
|
2541
2453
|
_ref105$size = _ref105.size,
|
2542
2454
|
size = _ref105$size === void 0 ? 16 : _ref105$size,
|
2543
2455
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref105, _excluded105);
|
2544
|
-
return /*#__PURE__*/
|
2456
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2545
2457
|
width: size,
|
2546
2458
|
height: size,
|
2547
2459
|
ref: ref,
|
2548
2460
|
xmlns: "http://www.w3.org/2000/svg",
|
2549
2461
|
viewBox: "0 0 32 32",
|
2550
2462
|
fill: "currentColor"
|
2551
|
-
}, rest),
|
2552
|
-
d: "
|
2553
|
-
})),
|
2554
|
-
d: "
|
2463
|
+
}, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2464
|
+
d: "M15.586 10.414L19.166 14 19.166 14 15.584 17.587 17 19 22 14 17 9 15.586 10.414z"
|
2465
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
2466
|
+
d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
|
2467
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
2468
|
+
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
2555
2469
|
})), children);
|
2556
2470
|
});
|
2557
2471
|
if (process.env.NODE_ENV !== "production") {
|
2558
|
-
|
2472
|
+
ChatOperational.propTypes = iconPropTypes4cbeb95d.i;
|
2559
2473
|
}
|
2560
|
-
var
|
2474
|
+
var ChatBot = /*#__PURE__*/React.forwardRef(function ChatBot(_ref106, ref) {
|
2561
2475
|
var children = _ref106.children,
|
2562
2476
|
_ref106$size = _ref106.size,
|
2563
2477
|
size = _ref106$size === void 0 ? 16 : _ref106$size,
|
2564
2478
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref106, _excluded106);
|
2565
|
-
|
2566
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2567
|
-
width: size,
|
2568
|
-
height: size,
|
2569
|
-
ref: ref,
|
2570
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2571
|
-
viewBox: "0 0 6 10",
|
2572
|
-
fill: "currentColor"
|
2573
|
-
}, rest), _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2574
|
-
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
2575
|
-
})), children);
|
2576
|
-
}
|
2577
|
-
if (size === 16 || size === "16" || size === "16px") {
|
2578
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2579
|
-
width: size,
|
2580
|
-
height: size,
|
2581
|
-
ref: ref,
|
2582
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2583
|
-
viewBox: "0 0 16 16",
|
2584
|
-
fill: "currentColor"
|
2585
|
-
}, rest), _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2586
|
-
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
2587
|
-
})), children);
|
2588
|
-
}
|
2589
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2479
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2590
2480
|
width: size,
|
2591
2481
|
height: size,
|
2592
2482
|
ref: ref,
|
2593
2483
|
xmlns: "http://www.w3.org/2000/svg",
|
2594
2484
|
viewBox: "0 0 32 32",
|
2595
2485
|
fill: "currentColor"
|
2596
|
-
}, rest),
|
2597
|
-
d: "
|
2486
|
+
}, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
2487
|
+
d: "M16 19a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 19zM20 8a2 2 0 102 2A1.9806 1.9806 0 0020 8zM12 8a2 2 0 102 2A1.9806 1.9806 0 0012 8z"
|
2488
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
2489
|
+
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
2598
2490
|
})), children);
|
2599
2491
|
});
|
2600
2492
|
if (process.env.NODE_ENV !== "production") {
|
2601
|
-
|
2493
|
+
ChatBot.propTypes = iconPropTypes4cbeb95d.i;
|
2602
2494
|
}
|
2603
|
-
var
|
2495
|
+
var Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(_ref107, ref) {
|
2604
2496
|
var children = _ref107.children,
|
2605
2497
|
_ref107$size = _ref107.size,
|
2606
2498
|
size = _ref107$size === void 0 ? 16 : _ref107$size,
|
2607
2499
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref107, _excluded107);
|
2608
|
-
|
2609
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2610
|
-
width: size,
|
2611
|
-
height: size,
|
2612
|
-
ref: ref,
|
2613
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2614
|
-
viewBox: "0 0 16 16",
|
2615
|
-
fill: "currentColor"
|
2616
|
-
}, rest), _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2617
|
-
d: "M15 9L15 15 9 15z"
|
2618
|
-
})), children);
|
2619
|
-
}
|
2620
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2500
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2621
2501
|
width: size,
|
2622
2502
|
height: size,
|
2623
2503
|
ref: ref,
|
2624
2504
|
xmlns: "http://www.w3.org/2000/svg",
|
2625
2505
|
viewBox: "0 0 32 32",
|
2626
2506
|
fill: "currentColor"
|
2627
|
-
}, rest),
|
2628
|
-
d: "
|
2507
|
+
}, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
2508
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
2629
2509
|
})), children);
|
2630
2510
|
});
|
2631
2511
|
if (process.env.NODE_ENV !== "production") {
|
2632
|
-
|
2512
|
+
Checkbox.propTypes = iconPropTypes4cbeb95d.i;
|
2633
2513
|
}
|
2634
|
-
var
|
2514
|
+
var CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_ref108, ref) {
|
2635
2515
|
var children = _ref108.children,
|
2636
2516
|
_ref108$size = _ref108.size,
|
2637
2517
|
size = _ref108$size === void 0 ? 16 : _ref108$size,
|
2638
2518
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref108, _excluded108);
|
2639
|
-
|
2640
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2641
|
-
width: size,
|
2642
|
-
height: size,
|
2643
|
-
ref: ref,
|
2644
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2645
|
-
viewBox: "0 0 6 10",
|
2646
|
-
fill: "currentColor"
|
2647
|
-
}, rest), _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2648
|
-
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
2649
|
-
})), children);
|
2650
|
-
}
|
2651
|
-
if (size === 16 || size === "16" || size === "16px") {
|
2652
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2653
|
-
width: size,
|
2654
|
-
height: size,
|
2655
|
-
ref: ref,
|
2656
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2657
|
-
viewBox: "0 0 16 16",
|
2658
|
-
fill: "currentColor"
|
2659
|
-
}, rest), _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2660
|
-
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
2661
|
-
})), children);
|
2662
|
-
}
|
2663
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2519
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2664
2520
|
width: size,
|
2665
2521
|
height: size,
|
2666
2522
|
ref: ref,
|
2667
2523
|
xmlns: "http://www.w3.org/2000/svg",
|
2668
2524
|
viewBox: "0 0 32 32",
|
2669
2525
|
fill: "currentColor"
|
2670
|
-
}, rest),
|
2671
|
-
d: "
|
2526
|
+
}, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
2527
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
2528
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
2529
|
+
d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
|
2672
2530
|
})), children);
|
2673
2531
|
});
|
2674
2532
|
if (process.env.NODE_ENV !== "production") {
|
2675
|
-
|
2533
|
+
CheckboxChecked.propTypes = iconPropTypes4cbeb95d.i;
|
2676
2534
|
}
|
2677
|
-
var
|
2535
|
+
var CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(_ref109, ref) {
|
2678
2536
|
var children = _ref109.children,
|
2679
2537
|
_ref109$size = _ref109.size,
|
2680
2538
|
size = _ref109$size === void 0 ? 16 : _ref109$size,
|
2681
2539
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref109, _excluded109);
|
2682
|
-
|
2683
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2684
|
-
width: size,
|
2685
|
-
height: size,
|
2686
|
-
ref: ref,
|
2687
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2688
|
-
viewBox: "0 0 16 16",
|
2689
|
-
fill: "currentColor"
|
2690
|
-
}, rest), _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2691
|
-
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
2692
|
-
})), children);
|
2693
|
-
}
|
2694
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2540
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2695
2541
|
width: size,
|
2696
2542
|
height: size,
|
2697
2543
|
ref: ref,
|
2698
2544
|
xmlns: "http://www.w3.org/2000/svg",
|
2699
2545
|
viewBox: "0 0 32 32",
|
2700
2546
|
fill: "currentColor"
|
2701
|
-
}, rest),
|
2702
|
-
d: "
|
2547
|
+
}, rest), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
2548
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
|
2549
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
2550
|
+
fill: "none",
|
2551
|
+
d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
|
2552
|
+
"data-icon-path": "inner-path"
|
2703
2553
|
})), children);
|
2704
2554
|
});
|
2705
2555
|
if (process.env.NODE_ENV !== "production") {
|
2706
|
-
|
2556
|
+
CheckboxCheckedFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2707
2557
|
}
|
2708
|
-
var
|
2558
|
+
var CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(_ref110, ref) {
|
2709
2559
|
var children = _ref110.children,
|
2710
2560
|
_ref110$size = _ref110.size,
|
2711
2561
|
size = _ref110$size === void 0 ? 16 : _ref110$size,
|
2712
2562
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref110, _excluded110);
|
2713
|
-
|
2714
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2715
|
-
width: size,
|
2716
|
-
height: size,
|
2717
|
-
ref: ref,
|
2718
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2719
|
-
viewBox: "0 0 16 16",
|
2720
|
-
fill: "currentColor"
|
2721
|
-
}, rest), _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2722
|
-
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
|
2723
|
-
})), children);
|
2724
|
-
}
|
2725
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2563
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2726
2564
|
width: size,
|
2727
2565
|
height: size,
|
2728
2566
|
ref: ref,
|
2729
2567
|
xmlns: "http://www.w3.org/2000/svg",
|
2730
2568
|
viewBox: "0 0 32 32",
|
2731
2569
|
fill: "currentColor"
|
2732
|
-
}, rest),
|
2733
|
-
d: "
|
2570
|
+
}, rest), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
2571
|
+
d: "M10 14H22V18H10z"
|
2572
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2573
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
2734
2574
|
})), children);
|
2735
2575
|
});
|
2736
2576
|
if (process.env.NODE_ENV !== "production") {
|
2737
|
-
|
2577
|
+
CheckboxIndeterminate.propTypes = iconPropTypes4cbeb95d.i;
|
2738
2578
|
}
|
2739
|
-
var
|
2579
|
+
var CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(_ref111, ref) {
|
2740
2580
|
var children = _ref111.children,
|
2741
2581
|
_ref111$size = _ref111.size,
|
2742
2582
|
size = _ref111$size === void 0 ? 16 : _ref111$size,
|
2743
2583
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref111, _excluded111);
|
2744
|
-
|
2745
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2746
|
-
width: size,
|
2747
|
-
height: size,
|
2748
|
-
ref: ref,
|
2749
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2750
|
-
viewBox: "0 0 16 16",
|
2751
|
-
fill: "currentColor"
|
2752
|
-
}, rest), _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2753
|
-
d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
2754
|
-
})), children);
|
2755
|
-
}
|
2756
|
-
return /*#__PURE__*/React__default["default"].createElement(Icon["default"], _rollupPluginBabelHelpers.objectSpread2({
|
2584
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2757
2585
|
width: size,
|
2758
2586
|
height: size,
|
2759
2587
|
ref: ref,
|
2760
2588
|
xmlns: "http://www.w3.org/2000/svg",
|
2761
2589
|
viewBox: "0 0 32 32",
|
2762
2590
|
fill: "currentColor"
|
2763
|
-
}, rest),
|
2764
|
-
d: "
|
2591
|
+
}, rest), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2592
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM22,18H10V14H22Z"
|
2593
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
2594
|
+
fill: "none",
|
2595
|
+
d: "M22,18H10V14H22Z",
|
2596
|
+
"data-icon-path": "inner-path"
|
2765
2597
|
})), children);
|
2766
2598
|
});
|
2767
2599
|
if (process.env.NODE_ENV !== "production") {
|
2768
|
-
|
2600
|
+
CheckboxIndeterminateFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2769
2601
|
}
|
2770
|
-
var
|
2602
|
+
var Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref112, ref) {
|
2771
2603
|
var children = _ref112.children,
|
2772
2604
|
_ref112$size = _ref112.size,
|
2773
2605
|
size = _ref112$size === void 0 ? 16 : _ref112$size,
|
2774
2606
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref112, _excluded112);
|
2775
|
-
if (size ===
|
2776
|
-
return /*#__PURE__*/
|
2607
|
+
if (size === 20 || size === "20" || size === "20px") {
|
2608
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2777
2609
|
width: size,
|
2778
2610
|
height: size,
|
2779
2611
|
ref: ref,
|
2780
2612
|
xmlns: "http://www.w3.org/2000/svg",
|
2781
|
-
viewBox: "0 0
|
2613
|
+
viewBox: "0 0 20 20",
|
2782
2614
|
fill: "currentColor"
|
2783
|
-
}, rest),
|
2784
|
-
d: "
|
2615
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
2616
|
+
d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
2617
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
2618
|
+
d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
2785
2619
|
})), children);
|
2786
2620
|
}
|
2787
|
-
if (size ===
|
2788
|
-
return /*#__PURE__*/
|
2621
|
+
if (size === 24 || size === "24" || size === "24px") {
|
2622
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2789
2623
|
width: size,
|
2790
2624
|
height: size,
|
2791
2625
|
ref: ref,
|
2792
2626
|
xmlns: "http://www.w3.org/2000/svg",
|
2793
|
-
viewBox: "0 0
|
2627
|
+
viewBox: "0 0 24 24",
|
2794
2628
|
fill: "currentColor"
|
2795
|
-
}, rest),
|
2796
|
-
d: "
|
2629
|
+
}, rest), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
2630
|
+
d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
|
2797
2631
|
})), children);
|
2798
2632
|
}
|
2799
|
-
return /*#__PURE__*/
|
2633
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2800
2634
|
width: size,
|
2801
2635
|
height: size,
|
2802
2636
|
ref: ref,
|
2803
2637
|
xmlns: "http://www.w3.org/2000/svg",
|
2804
2638
|
viewBox: "0 0 32 32",
|
2805
2639
|
fill: "currentColor"
|
2806
|
-
}, rest),
|
2807
|
-
d: "
|
2640
|
+
}, rest), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
2641
|
+
d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
|
2808
2642
|
})), children);
|
2809
2643
|
});
|
2810
2644
|
if (process.env.NODE_ENV !== "production") {
|
2811
|
-
|
2645
|
+
Checkmark.propTypes = iconPropTypes4cbeb95d.i;
|
2812
2646
|
}
|
2813
|
-
var
|
2647
|
+
var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_ref113, ref) {
|
2814
2648
|
var children = _ref113.children,
|
2815
2649
|
_ref113$size = _ref113.size,
|
2816
2650
|
size = _ref113$size === void 0 ? 16 : _ref113$size,
|
2817
2651
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
|
2818
|
-
|
2652
|
+
if (size === 16 || size === "16" || size === "16px") {
|
2653
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2654
|
+
width: size,
|
2655
|
+
height: size,
|
2656
|
+
ref: ref,
|
2657
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2658
|
+
viewBox: "0 0 16 16",
|
2659
|
+
fill: "currentColor"
|
2660
|
+
}, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
2661
|
+
d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
|
2662
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
2663
|
+
d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
|
2664
|
+
"data-icon-path": "inner-path",
|
2665
|
+
opacity: "0"
|
2666
|
+
})), children);
|
2667
|
+
}
|
2668
|
+
if (size === 20 || size === "20" || size === "20px") {
|
2669
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2670
|
+
width: size,
|
2671
|
+
height: size,
|
2672
|
+
ref: ref,
|
2673
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2674
|
+
viewBox: "0 0 20 20",
|
2675
|
+
fill: "currentColor"
|
2676
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
2677
|
+
d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
|
2678
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
2679
|
+
fill: "none",
|
2680
|
+
d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
|
2681
|
+
"data-icon-path": "inner-path",
|
2682
|
+
opacity: "0"
|
2683
|
+
})), children);
|
2684
|
+
}
|
2685
|
+
if (size === 24 || size === "24" || size === "24px") {
|
2686
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2687
|
+
width: size,
|
2688
|
+
height: size,
|
2689
|
+
ref: ref,
|
2690
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2691
|
+
viewBox: "0 0 24 24",
|
2692
|
+
fill: "currentColor"
|
2693
|
+
}, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
2694
|
+
d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
|
2695
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
2696
|
+
fill: "none",
|
2697
|
+
d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
|
2698
|
+
"data-icon-path": "inner-path",
|
2699
|
+
opacity: "0"
|
2700
|
+
})), children);
|
2701
|
+
}
|
2702
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2819
2703
|
width: size,
|
2820
2704
|
height: size,
|
2821
2705
|
ref: ref,
|
2822
2706
|
xmlns: "http://www.w3.org/2000/svg",
|
2823
2707
|
viewBox: "0 0 32 32",
|
2824
2708
|
fill: "currentColor"
|
2825
|
-
}, rest),
|
2826
|
-
d: "
|
2827
|
-
})),
|
2828
|
-
|
2709
|
+
}, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
2710
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"
|
2711
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
2712
|
+
fill: "none",
|
2713
|
+
d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
|
2714
|
+
"data-icon-path": "inner-path"
|
2829
2715
|
})), children);
|
2830
2716
|
});
|
2831
2717
|
if (process.env.NODE_ENV !== "production") {
|
2832
|
-
|
2718
|
+
CheckmarkFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2833
2719
|
}
|
2834
|
-
var
|
2720
|
+
var CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(_ref114, ref) {
|
2835
2721
|
var children = _ref114.children,
|
2836
2722
|
_ref114$size = _ref114.size,
|
2837
2723
|
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
2838
2724
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref114, _excluded114);
|
2839
|
-
return /*#__PURE__*/
|
2725
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2840
2726
|
width: size,
|
2841
2727
|
height: size,
|
2842
2728
|
ref: ref,
|
2843
2729
|
xmlns: "http://www.w3.org/2000/svg",
|
2844
2730
|
viewBox: "0 0 32 32",
|
2845
2731
|
fill: "currentColor"
|
2846
|
-
}, rest),
|
2847
|
-
d: "
|
2848
|
-
})),
|
2849
|
-
d: "
|
2732
|
+
}, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
2733
|
+
d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
|
2734
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
2735
|
+
d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
2736
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
2737
|
+
fill: "none",
|
2738
|
+
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
2739
|
+
"data-icon-path": "inner-path"
|
2850
2740
|
})), children);
|
2851
2741
|
});
|
2852
2742
|
if (process.env.NODE_ENV !== "production") {
|
2853
|
-
|
2743
|
+
CheckmarkFilledError.propTypes = iconPropTypes4cbeb95d.i;
|
2854
2744
|
}
|
2855
|
-
var
|
2745
|
+
var CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref115, ref) {
|
2856
2746
|
var children = _ref115.children,
|
2857
2747
|
_ref115$size = _ref115.size,
|
2858
2748
|
size = _ref115$size === void 0 ? 16 : _ref115$size,
|
2859
2749
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref115, _excluded115);
|
2860
|
-
return /*#__PURE__*/
|
2750
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2861
2751
|
width: size,
|
2862
2752
|
height: size,
|
2863
2753
|
ref: ref,
|
2864
2754
|
xmlns: "http://www.w3.org/2000/svg",
|
2865
2755
|
viewBox: "0 0 32 32",
|
2866
2756
|
fill: "currentColor"
|
2867
|
-
}, rest),
|
2868
|
-
d: "
|
2757
|
+
}, rest), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2758
|
+
d: "M14,2a12,12,0,1,0,3.3928,23.5059l3.9246-7.8492A2.9846,2.9846,0,0,1,24,16h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
2759
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2760
|
+
d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
|
2761
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
2762
|
+
fill: "none",
|
2763
|
+
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
2764
|
+
"data-icon-path": "inner-path"
|
2869
2765
|
})), children);
|
2870
2766
|
});
|
2871
2767
|
if (process.env.NODE_ENV !== "production") {
|
2872
|
-
|
2768
|
+
CheckmarkFilledWarning.propTypes = iconPropTypes4cbeb95d.i;
|
2873
2769
|
}
|
2874
|
-
var
|
2770
|
+
var CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref116, ref) {
|
2875
2771
|
var children = _ref116.children,
|
2876
2772
|
_ref116$size = _ref116.size,
|
2877
2773
|
size = _ref116$size === void 0 ? 16 : _ref116$size,
|
2878
2774
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref116, _excluded116);
|
2879
|
-
return /*#__PURE__*/
|
2775
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2880
2776
|
width: size,
|
2881
2777
|
height: size,
|
2882
2778
|
ref: ref,
|
2883
2779
|
xmlns: "http://www.w3.org/2000/svg",
|
2884
2780
|
viewBox: "0 0 32 32",
|
2885
2781
|
fill: "currentColor"
|
2886
|
-
}, rest),
|
2887
|
-
d: "
|
2782
|
+
}, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
2783
|
+
d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
|
2784
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
2785
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
2888
2786
|
})), children);
|
2889
2787
|
});
|
2890
2788
|
if (process.env.NODE_ENV !== "production") {
|
2891
|
-
|
2789
|
+
CheckmarkOutline.propTypes = iconPropTypes4cbeb95d.i;
|
2892
2790
|
}
|
2893
|
-
var
|
2791
|
+
var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref117, ref) {
|
2894
2792
|
var children = _ref117.children,
|
2895
2793
|
_ref117$size = _ref117.size,
|
2896
2794
|
size = _ref117$size === void 0 ? 16 : _ref117$size,
|
2897
2795
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref117, _excluded117);
|
2898
|
-
return /*#__PURE__*/
|
2796
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2899
2797
|
width: size,
|
2900
2798
|
height: size,
|
2901
2799
|
ref: ref,
|
2902
2800
|
xmlns: "http://www.w3.org/2000/svg",
|
2903
2801
|
viewBox: "0 0 32 32",
|
2904
2802
|
fill: "currentColor"
|
2905
|
-
}, rest),
|
2906
|
-
d: "
|
2803
|
+
}, rest), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2804
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
2805
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
2806
|
+
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
|
2907
2807
|
})), children);
|
2908
2808
|
});
|
2909
2809
|
if (process.env.NODE_ENV !== "production") {
|
2910
|
-
|
2810
|
+
CheckmarkOutlineError.propTypes = iconPropTypes4cbeb95d.i;
|
2911
2811
|
}
|
2912
|
-
var
|
2812
|
+
var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref118, ref) {
|
2913
2813
|
var children = _ref118.children,
|
2914
2814
|
_ref118$size = _ref118.size,
|
2915
2815
|
size = _ref118$size === void 0 ? 16 : _ref118$size,
|
2916
2816
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref118, _excluded118);
|
2917
|
-
return /*#__PURE__*/
|
2817
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2918
2818
|
width: size,
|
2919
2819
|
height: size,
|
2920
2820
|
ref: ref,
|
2921
2821
|
xmlns: "http://www.w3.org/2000/svg",
|
2922
2822
|
viewBox: "0 0 32 32",
|
2923
2823
|
fill: "currentColor"
|
2924
|
-
}, rest),
|
2925
|
-
d: "
|
2926
|
-
})),
|
2927
|
-
d: "
|
2824
|
+
}, rest), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
2825
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
2826
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2827
|
+
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
2928
2828
|
})), children);
|
2929
2829
|
});
|
2930
2830
|
if (process.env.NODE_ENV !== "production") {
|
2931
|
-
|
2831
|
+
CheckmarkOutlineWarning.propTypes = iconPropTypes4cbeb95d.i;
|
2932
2832
|
}
|
2933
|
-
var
|
2833
|
+
var Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref119, ref) {
|
2934
2834
|
var children = _ref119.children,
|
2935
2835
|
_ref119$size = _ref119.size,
|
2936
2836
|
size = _ref119$size === void 0 ? 16 : _ref119$size,
|
2937
2837
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref119, _excluded119);
|
2938
|
-
return /*#__PURE__*/
|
2838
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2939
2839
|
width: size,
|
2940
2840
|
height: size,
|
2941
2841
|
ref: ref,
|
2942
2842
|
xmlns: "http://www.w3.org/2000/svg",
|
2943
2843
|
viewBox: "0 0 32 32",
|
2944
2844
|
fill: "currentColor"
|
2945
|
-
}, rest),
|
2946
|
-
d: "
|
2947
|
-
})), _path215 || (_path215 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2948
|
-
d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
|
2845
|
+
}, rest), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2846
|
+
d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
|
2949
2847
|
})), children);
|
2950
2848
|
});
|
2951
2849
|
if (process.env.NODE_ENV !== "production") {
|
2952
|
-
|
2850
|
+
Chemistry.propTypes = iconPropTypes4cbeb95d.i;
|
2953
2851
|
}
|
2954
|
-
var
|
2852
|
+
var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref120, ref) {
|
2955
2853
|
var children = _ref120.children,
|
2956
2854
|
_ref120$size = _ref120.size,
|
2957
2855
|
size = _ref120$size === void 0 ? 16 : _ref120$size,
|
2958
2856
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref120, _excluded120);
|
2959
|
-
return /*#__PURE__*/
|
2857
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2960
2858
|
width: size,
|
2961
2859
|
height: size,
|
2962
2860
|
ref: ref,
|
2963
2861
|
xmlns: "http://www.w3.org/2000/svg",
|
2964
2862
|
viewBox: "0 0 32 32",
|
2965
2863
|
fill: "currentColor"
|
2966
|
-
}, rest),
|
2967
|
-
d: "
|
2968
|
-
})),
|
2969
|
-
d: "
|
2864
|
+
}, rest), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
2865
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
2866
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
2867
|
+
d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
|
2970
2868
|
})), children);
|
2971
2869
|
});
|
2972
2870
|
if (process.env.NODE_ENV !== "production") {
|
2973
|
-
|
2871
|
+
ChemistryReference.propTypes = iconPropTypes4cbeb95d.i;
|
2974
2872
|
}
|
2975
|
-
var
|
2873
|
+
var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref121, ref) {
|
2976
2874
|
var children = _ref121.children,
|
2977
2875
|
_ref121$size = _ref121.size,
|
2978
2876
|
size = _ref121$size === void 0 ? 16 : _ref121$size,
|
2979
2877
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref121, _excluded121);
|
2980
|
-
|
2878
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
2879
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2880
|
+
width: size,
|
2881
|
+
height: size,
|
2882
|
+
ref: ref,
|
2883
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2884
|
+
viewBox: "0 0 10 6",
|
2885
|
+
fill: "currentColor"
|
2886
|
+
}, rest), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2887
|
+
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
2888
|
+
})), children);
|
2889
|
+
}
|
2890
|
+
if (size === 16 || size === "16" || size === "16px") {
|
2891
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2892
|
+
width: size,
|
2893
|
+
height: size,
|
2894
|
+
ref: ref,
|
2895
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2896
|
+
viewBox: "0 0 16 16",
|
2897
|
+
fill: "currentColor"
|
2898
|
+
}, rest), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
2899
|
+
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
2900
|
+
})), children);
|
2901
|
+
}
|
2902
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2981
2903
|
width: size,
|
2982
2904
|
height: size,
|
2983
2905
|
ref: ref,
|
2984
2906
|
xmlns: "http://www.w3.org/2000/svg",
|
2985
2907
|
viewBox: "0 0 32 32",
|
2986
2908
|
fill: "currentColor"
|
2987
|
-
}, rest),
|
2988
|
-
d: "
|
2989
|
-
})), _circle37 || (_circle37 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
2990
|
-
cx: "9",
|
2991
|
-
cy: "8",
|
2992
|
-
r: "1"
|
2993
|
-
})), _circle38 || (_circle38 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
2994
|
-
cx: "6",
|
2995
|
-
cy: "8",
|
2996
|
-
r: "1"
|
2997
|
-
})), _path219 || (_path219 = /*#__PURE__*/React__default["default"].createElement("path", {
|
2998
|
-
d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
|
2909
|
+
}, rest), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
2910
|
+
d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
|
2999
2911
|
})), children);
|
3000
2912
|
});
|
3001
2913
|
if (process.env.NODE_ENV !== "production") {
|
3002
|
-
|
2914
|
+
ChevronDown.propTypes = iconPropTypes4cbeb95d.i;
|
3003
2915
|
}
|
3004
|
-
var
|
2916
|
+
var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref122, ref) {
|
3005
2917
|
var children = _ref122.children,
|
3006
2918
|
_ref122$size = _ref122.size,
|
3007
2919
|
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
3008
2920
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
|
3009
|
-
return /*#__PURE__*/
|
2921
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
3010
2922
|
width: size,
|
3011
2923
|
height: size,
|
3012
2924
|
ref: ref,
|
3013
2925
|
xmlns: "http://www.w3.org/2000/svg",
|
3014
2926
|
viewBox: "0 0 32 32",
|
3015
2927
|
fill: "currentColor"
|
3016
|
-
}, rest),
|
3017
|
-
d: "
|
3018
|
-
})),
|
3019
|
-
d: "
|
2928
|
+
}, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
2929
|
+
d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
|
2930
|
+
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
2931
|
+
d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
|
3020
2932
|
})), children);
|
3021
2933
|
});
|
3022
2934
|
if (process.env.NODE_ENV !== "production") {
|
3023
|
-
|
2935
|
+
ChevronDownOutline.propTypes = iconPropTypes4cbeb95d.i;
|
3024
2936
|
}
|
3025
|
-
var
|
2937
|
+
var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref123, ref) {
|
3026
2938
|
var children = _ref123.children,
|
3027
2939
|
_ref123$size = _ref123.size,
|
3028
2940
|
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
3029
2941
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
|
3030
|
-
|
2942
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
2943
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2944
|
+
width: size,
|
2945
|
+
height: size,
|
2946
|
+
ref: ref,
|
2947
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2948
|
+
viewBox: "0 0 6 10",
|
2949
|
+
fill: "currentColor"
|
2950
|
+
}, rest), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
2951
|
+
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
2952
|
+
})), children);
|
2953
|
+
}
|
2954
|
+
if (size === 16 || size === "16" || size === "16px") {
|
2955
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2956
|
+
width: size,
|
2957
|
+
height: size,
|
2958
|
+
ref: ref,
|
2959
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2960
|
+
viewBox: "0 0 16 16",
|
2961
|
+
fill: "currentColor"
|
2962
|
+
}, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
2963
|
+
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
2964
|
+
})), children);
|
2965
|
+
}
|
2966
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
3031
2967
|
width: size,
|
3032
2968
|
height: size,
|
3033
2969
|
ref: ref,
|
3034
2970
|
xmlns: "http://www.w3.org/2000/svg",
|
3035
2971
|
viewBox: "0 0 32 32",
|
3036
2972
|
fill: "currentColor"
|
3037
|
-
}, rest),
|
3038
|
-
d: "
|
2973
|
+
}, rest), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
2974
|
+
d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
|
3039
2975
|
})), children);
|
3040
2976
|
});
|
3041
2977
|
if (process.env.NODE_ENV !== "production") {
|
3042
|
-
|
2978
|
+
ChevronLeft.propTypes = iconPropTypes4cbeb95d.i;
|
3043
2979
|
}
|
3044
|
-
var
|
2980
|
+
var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref124, ref) {
|
3045
2981
|
var children = _ref124.children,
|
3046
2982
|
_ref124$size = _ref124.size,
|
3047
2983
|
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
3048
2984
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
|
3049
|
-
|
2985
|
+
if (size === 16 || size === "16" || size === "16px") {
|
2986
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2987
|
+
width: size,
|
2988
|
+
height: size,
|
2989
|
+
ref: ref,
|
2990
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2991
|
+
viewBox: "0 0 16 16",
|
2992
|
+
fill: "currentColor"
|
2993
|
+
}, rest), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
2994
|
+
d: "M15 9L15 15 9 15z"
|
2995
|
+
})), children);
|
2996
|
+
}
|
2997
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
3050
2998
|
width: size,
|
3051
2999
|
height: size,
|
3052
3000
|
ref: ref,
|
3053
3001
|
xmlns: "http://www.w3.org/2000/svg",
|
3054
3002
|
viewBox: "0 0 32 32",
|
3055
3003
|
fill: "currentColor"
|
3056
|
-
}, rest),
|
3057
|
-
d: "
|
3058
|
-
})), _path224 || (_path224 = /*#__PURE__*/React__default["default"].createElement("path", {
|
3059
|
-
d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
|
3060
|
-
})), _path225 || (_path225 = /*#__PURE__*/React__default["default"].createElement("path", {
|
3061
|
-
d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
|
3004
|
+
}, rest), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
3005
|
+
d: "M31 19L31 31 19 31 31 19z"
|
3062
3006
|
})), children);
|
3063
3007
|
});
|
3064
3008
|
if (process.env.NODE_ENV !== "production") {
|
3065
|
-
|
3009
|
+
ChevronMini.propTypes = iconPropTypes4cbeb95d.i;
|
3066
3010
|
}
|
3067
|
-
var
|
3011
|
+
var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref125, ref) {
|
3068
3012
|
var children = _ref125.children,
|
3069
3013
|
_ref125$size = _ref125.size,
|
3070
3014
|
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
3071
3015
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref125, _excluded125);
|
3072
|
-
|
3016
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
3017
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
3018
|
+
width: size,
|
3019
|
+
height: size,
|
3020
|
+
ref: ref,
|
3021
|
+
xmlns: "http://www.w3.org/2000/svg",
|
3022
|
+
viewBox: "0 0 6 10",
|
3023
|
+
fill: "currentColor"
|
3024
|
+
}, rest), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
3025
|
+
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
3026
|
+
})), children);
|
3027
|
+
}
|
3028
|
+
if (size === 16 || size === "16" || size === "16px") {
|
3029
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
3030
|
+
width: size,
|
3031
|
+
height: size,
|
3032
|
+
ref: ref,
|
3033
|
+
xmlns: "http://www.w3.org/2000/svg",
|
3034
|
+
viewBox: "0 0 16 16",
|
3035
|
+
fill: "currentColor"
|
3036
|
+
}, rest), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
3037
|
+
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
3038
|
+
})), children);
|
3039
|
+
}
|
3040
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
3073
3041
|
width: size,
|
3074
3042
|
height: size,
|
3075
3043
|
ref: ref,
|
3076
3044
|
xmlns: "http://www.w3.org/2000/svg",
|
3077
3045
|
viewBox: "0 0 32 32",
|
3078
3046
|
fill: "currentColor"
|
3079
|
-
}, rest),
|
3080
|
-
|
3081
|
-
cy: "10",
|
3082
|
-
r: "2"
|
3083
|
-
})), _path226 || (_path226 = /*#__PURE__*/React__default["default"].createElement("path", {
|
3084
|
-
d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
|
3085
|
-
})), _path227 || (_path227 = /*#__PURE__*/React__default["default"].createElement("path", {
|
3086
|
-
d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
|
3087
|
-
})), _circle40 || (_circle40 = /*#__PURE__*/React__default["default"].createElement("circle", {
|
3088
|
-
cx: "4",
|
3089
|
-
cy: "22",
|
3090
|
-
r: "2"
|
3091
|
-
})), _path228 || (_path228 = /*#__PURE__*/React__default["default"].createElement("path", {
|
3092
|
-
d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
|
3047
|
+
}, rest), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
3048
|
+
d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
|
3093
3049
|
})), children);
|
3094
3050
|
});
|
3095
3051
|
if (process.env.NODE_ENV !== "production") {
|
3096
|
-
|
3052
|
+
ChevronRight.propTypes = iconPropTypes4cbeb95d.i;
|
3097
3053
|
}
|
3098
3054
|
|
3055
|
+
exports.CaretLeft = CaretLeft;
|
3056
|
+
exports.CaretRight = CaretRight;
|
3057
|
+
exports.CaretSort = CaretSort;
|
3058
|
+
exports.CaretSortDown = CaretSortDown;
|
3059
|
+
exports.CaretSortUp = CaretSortUp;
|
3060
|
+
exports.CaretUp = CaretUp;
|
3061
|
+
exports.CarouselHorizontal = CarouselHorizontal;
|
3062
|
+
exports.CarouselVertical = CarouselVertical;
|
3063
|
+
exports.Catalog = Catalog;
|
3064
|
+
exports.CatalogPublish = CatalogPublish;
|
3065
|
+
exports.Categories = Categories;
|
3066
|
+
exports.Category = Category;
|
3067
|
+
exports.CategoryAdd = CategoryAdd;
|
3068
|
+
exports.CategoryAnd = CategoryAnd;
|
3069
|
+
exports.CategoryNew = CategoryNew;
|
3070
|
+
exports.CategoryNewEach = CategoryNewEach;
|
3071
|
+
exports.Caution = Caution;
|
3099
3072
|
exports.CautionInverted = CautionInverted;
|
3100
3073
|
exports.Cda = Cda;
|
3101
3074
|
exports.CellTower = CellTower;
|
@@ -3200,23 +3173,6 @@ exports.ChevronDownOutline = ChevronDownOutline;
|
|
3200
3173
|
exports.ChevronLeft = ChevronLeft;
|
3201
3174
|
exports.ChevronMini = ChevronMini;
|
3202
3175
|
exports.ChevronRight = ChevronRight;
|
3203
|
-
exports.ChevronSort = ChevronSort;
|
3204
|
-
exports.ChevronSortDown = ChevronSortDown;
|
3205
|
-
exports.ChevronSortUp = ChevronSortUp;
|
3206
|
-
exports.ChevronUp = ChevronUp;
|
3207
|
-
exports.ChevronUpOutline = ChevronUpOutline;
|
3208
|
-
exports.Chip = Chip;
|
3209
|
-
exports.Choices = Choices;
|
3210
|
-
exports.ChooseItem = ChooseItem;
|
3211
|
-
exports.ChoroplethMap = ChoroplethMap;
|
3212
|
-
exports.CicsCmas = CicsCmas;
|
3213
|
-
exports.CicsDb2Connection = CicsDb2Connection;
|
3214
|
-
exports.CicsExplorer = CicsExplorer;
|
3215
|
-
exports.CicsProgram = CicsProgram;
|
3216
|
-
exports.CicsSit = CicsSit;
|
3217
|
-
exports.CicsSitOverrides = CicsSitOverrides;
|
3218
|
-
exports.CicsSystemGroup = CicsSystemGroup;
|
3219
|
-
exports.CicsTransactionServerZos = CicsTransactionServerZos;
|
3220
3176
|
exports.QCcX = QCcX;
|
3221
3177
|
exports.WatsonHealthCdArchive = WatsonHealthCdArchive;
|
3222
3178
|
exports.WatsonHealthCdCreateArchive = WatsonHealthCdCreateArchive;
|