@carbon/ibm-products 2.52.0 → 2.53.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/css/index-full-carbon.css +306 -298
- 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 +94 -27
- 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 +110 -44
- 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 +179 -118
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/APIKeyModal/APIKeyDownloader.d.ts +2 -1
- package/es/components/APIKeyModal/APIKeyModal.js +1 -1
- package/es/components/AboutModal/AboutModal.js +2 -4
- package/es/components/ActionBar/ActionBarOverflowItems.d.ts +2 -2
- package/es/components/AddSelect/AddSelectBody.js +8 -1
- package/es/components/AddSelect/AddSelectBreadcrumbs.d.ts +2 -1
- package/es/components/AddSelect/AddSelectColumn.d.ts +2 -1
- package/es/components/AddSelect/AddSelectFilter.d.ts +2 -1
- package/es/components/AddSelect/AddSelectFilter.js +5 -5
- package/es/components/AddSelect/AddSelectFormControl.d.ts +2 -1
- package/es/components/AddSelect/AddSelectList.d.ts +2 -1
- package/es/components/AddSelect/AddSelectMetaPanel.d.ts +2 -1
- package/es/components/AddSelect/AddSelectRow.d.ts +2 -1
- package/es/components/AddSelect/AddSelectSidebar.d.ts +2 -1
- package/es/components/AddSelect/AddSelectSidebar.js +1 -1
- package/es/components/AddSelect/AddSelectSort.d.ts +2 -1
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +2 -1
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +2 -1
- package/es/components/Card/Card.d.ts +5 -1
- package/es/components/Card/Card.js +9 -2
- package/es/components/Card/CardFooter.d.ts +1 -1
- package/es/components/Card/CardHeader.d.ts +12 -2
- package/es/components/Card/CardHeader.js +17 -9
- package/es/components/Carousel/Carousel.js +17 -8
- package/es/components/Checklist/ChecklistChart.js +22 -6
- package/es/components/Coachmark/Coachmark.js +18 -11
- package/es/components/Coachmark/CoachmarkOverlay.js +30 -19
- package/es/components/Coachmark/utils/hooks.js +1 -1
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +2 -2
- package/es/components/CoachmarkStack/CoachmarkStack.js +1 -1
- package/es/components/ComboButton/ComboButtonItem/index.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +1 -1
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +3 -6
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +2 -8
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +0 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +5 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +2 -1
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +65 -61
- package/es/components/ConditionBuilder/utils/util.js +0 -2
- package/es/components/CreateInfluencer/CreateInfluencer.d.ts +2 -2
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +4 -4
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +2 -1
- 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 +13 -10
- package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridRow.js +14 -10
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +2 -2
- package/es/components/Datagrid/Datagrid/addons/{Slug/DatagridSlug.d.ts → 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/ButtonWrapper.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +5 -5
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +5 -5
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -1
- package/es/components/Datagrid/index.d.ts +29 -22
- package/es/components/Datagrid/types/index.d.ts +7 -7
- package/es/components/Datagrid/useActionsColumn.js +1 -2
- package/es/components/Datagrid/useColumnCenterAlign.js +1 -2
- package/es/components/Datagrid/useColumnRightAlign.js +1 -2
- package/es/components/Datagrid/useCustomizeColumns.js +1 -2
- package/es/components/Datagrid/useDatagrid.js +1 -2
- package/es/components/Datagrid/useDefaultStringRenderer.js +3 -3
- package/es/components/Datagrid/useDisableSelectRows.js +1 -2
- package/es/components/Datagrid/useExpandedRow.js +1 -2
- package/es/components/Datagrid/useFiltering.js +1 -2
- package/es/components/Datagrid/useFlexResize.js +1 -1
- package/es/components/Datagrid/useInfiniteScroll.js +1 -2
- package/es/components/Datagrid/useInlineEdit.js +1 -2
- package/es/components/Datagrid/useNestedRowExpander.js +2 -2
- 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 +6 -7
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -2
- package/es/components/Datagrid/useSelectAllToggle.js +1 -2
- package/es/components/Datagrid/useSelectRows.js +1 -2
- package/es/components/Datagrid/useSortableColumns.js +7 -8
- package/es/components/Datagrid/useStickyColumn.js +4 -5
- package/es/components/EmptyStates/EmptyState.d.ts +1 -1
- package/es/components/EmptyStates/EmptyState.js +8 -2
- package/es/components/EmptyStates/EmptyStateContent.d.ts +2 -1
- package/es/components/EmptyStates/EmptyStateIllustration.d.ts +2 -1
- package/es/components/EmptyStates/EmptyStateV2.d.ts +1 -2
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -2
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
- package/es/components/EmptyStates/ErrorEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -2
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
- package/es/components/EmptyStates/NoDataEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -2
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
- package/es/components/EmptyStates/NoTagsEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -2
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
- package/es/components/EmptyStates/NotFoundEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -2
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
- package/es/components/EmptyStates/NotificationsEmptyState/index.d.ts +8 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -2
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
- 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/NoDataIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/NoDataIllustration.js +5 -5
- package/es/components/EmptyStates/assets/NoTagsIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/NotFoundIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/NotificationsIllustration.d.ts +2 -1
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +8 -8
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +2 -1
- package/es/components/EmptyStates/index.d.ts +22 -8
- package/es/components/ExportModal/ExportModal.js +1 -3
- package/es/components/ExpressiveCard/ExpressiveCard.d.ts +5 -0
- package/es/components/ExpressiveCard/ExpressiveCard.js +5 -0
- package/es/components/FeatureFlags/index.d.ts +5 -4
- package/es/components/FeatureFlags/index.js +17 -10
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +1 -1
- package/es/components/FullPageError/assets/Error403SVG.d.ts +2 -1
- package/es/components/FullPageError/assets/Error404SVG.d.ts +2 -1
- package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +2 -1
- package/es/components/HTTPErrors/HTTPErrorContent.d.ts +2 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +2 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +2 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +2 -1
- package/es/components/InterstitialScreen/InterstitialScreen.js +4 -4
- package/es/components/Nav/NavItem.d.ts +2 -1
- package/es/components/NotificationsPanel/NotificationsPanel.js +8 -1
- package/es/components/PageHeader/PageHeader.d.ts +2 -0
- package/es/components/PageHeader/PageHeader.js +4 -1
- package/es/components/PageHeader/PageHeaderTitle.d.ts +3 -1
- package/es/components/PageHeader/PageHeaderTitle.js +42 -8
- package/es/components/ProductiveCard/ProductiveCard.d.ts +5 -0
- package/es/components/ProductiveCard/ProductiveCard.js +4 -0
- package/es/components/ScrollGradient/ScrollGradient.js +2 -2
- package/es/components/SidePanel/SidePanel.d.ts +5 -0
- package/es/components/SidePanel/SidePanel.js +30 -16
- package/es/components/SimpleHeader/SimpleHeader.d.ts +2 -1
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
- package/es/components/TagOverflow/TagOverflow.d.ts +3 -0
- package/es/components/TagOverflow/TagOverflow.js +9 -4
- package/es/components/TagOverflow/TagOverflowModal.d.ts +6 -1
- package/es/components/TagOverflow/TagOverflowModal.js +17 -6
- package/es/components/TagOverflow/TagOverflowPopover.js +17 -9
- package/es/components/TagSet/TagSet.d.ts +4 -0
- package/es/components/TagSet/TagSet.js +20 -8
- package/es/components/TagSet/TagSetModal.js +0 -1
- package/es/components/Tearsheet/TearsheetShell.d.ts +13 -4
- package/es/components/Tearsheet/TearsheetShell.js +31 -20
- package/es/components/Toolbar/Toolbar.js +1 -1
- package/es/components/TooltipTrigger/TooltipTrigger.d.ts +2 -1
- package/es/components/TruncatedList/TruncatedList.js +1 -1
- package/es/components/_Canary/Canary.d.ts +2 -1
- package/es/global/js/hooks/usePreviousValue.js +1 -1
- package/es/index.js +29 -29
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +742 -740
- package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +2 -1
- package/lib/components/APIKeyModal/APIKeyModal.js +1 -1
- package/lib/components/AboutModal/AboutModal.js +2 -4
- package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +2 -2
- package/lib/components/AddSelect/AddSelectBody.js +8 -1
- package/lib/components/AddSelect/AddSelectBreadcrumbs.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectColumn.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectFilter.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectFilter.js +4 -4
- package/lib/components/AddSelect/AddSelectFormControl.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectList.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectMetaPanel.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectRow.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectSidebar.d.ts +2 -1
- package/lib/components/AddSelect/AddSelectSidebar.js +1 -1
- package/lib/components/AddSelect/AddSelectSort.d.ts +2 -1
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +2 -1
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +2 -1
- package/lib/components/Card/Card.d.ts +5 -1
- package/lib/components/Card/Card.js +9 -2
- package/lib/components/Card/CardFooter.d.ts +1 -1
- package/lib/components/Card/CardHeader.d.ts +12 -2
- package/lib/components/Card/CardHeader.js +17 -9
- package/lib/components/Carousel/Carousel.js +17 -8
- package/lib/components/Checklist/ChecklistChart.js +20 -4
- package/lib/components/Coachmark/Coachmark.js +17 -10
- package/lib/components/Coachmark/CoachmarkOverlay.js +29 -18
- package/lib/components/Coachmark/utils/hooks.js +1 -1
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +2 -2
- package/lib/components/CoachmarkStack/CoachmarkStack.js +1 -1
- package/lib/components/ComboButton/ComboButtonItem/index.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +1 -1
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +3 -6
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +2 -8
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +0 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +5 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +2 -1
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +65 -61
- package/lib/components/ConditionBuilder/utils/util.js +0 -2
- package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +2 -2
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +4 -4
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +5 -1
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +6 -4
- package/lib/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +13 -10
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +14 -10
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +2 -2
- package/lib/components/Datagrid/Datagrid/addons/{Slug/DatagridSlug.d.ts → 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/ButtonWrapper.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +5 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +5 -5
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -1
- package/lib/components/Datagrid/index.d.ts +29 -22
- package/lib/components/Datagrid/types/index.d.ts +7 -7
- package/lib/components/Datagrid/useActionsColumn.js +1 -2
- package/lib/components/Datagrid/useColumnCenterAlign.js +1 -2
- package/lib/components/Datagrid/useColumnRightAlign.js +1 -2
- package/lib/components/Datagrid/useCustomizeColumns.js +1 -2
- package/lib/components/Datagrid/useDatagrid.js +1 -2
- package/lib/components/Datagrid/useDefaultStringRenderer.js +3 -3
- package/lib/components/Datagrid/useDisableSelectRows.js +1 -2
- package/lib/components/Datagrid/useExpandedRow.js +1 -2
- package/lib/components/Datagrid/useFiltering.js +1 -2
- package/lib/components/Datagrid/useFlexResize.js +1 -1
- package/lib/components/Datagrid/useInfiniteScroll.js +1 -2
- package/lib/components/Datagrid/useInlineEdit.js +1 -2
- package/lib/components/Datagrid/useNestedRowExpander.js +2 -2
- package/lib/components/Datagrid/useNestedRows.js +1 -2
- package/lib/components/Datagrid/useOnRowClick.js +1 -2
- package/lib/components/Datagrid/useParentDimensions.js +5 -5
- package/lib/components/Datagrid/useRowExpander.js +6 -7
- package/lib/components/Datagrid/useRowIsMouseOver.js +1 -2
- package/lib/components/Datagrid/useSelectAllToggle.js +1 -2
- package/lib/components/Datagrid/useSelectRows.js +1 -2
- package/lib/components/Datagrid/useSortableColumns.js +7 -8
- package/lib/components/Datagrid/useStickyColumn.js +4 -5
- package/lib/components/EmptyStates/EmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/EmptyState.js +7 -1
- package/lib/components/EmptyStates/EmptyStateContent.d.ts +2 -1
- package/lib/components/EmptyStates/EmptyStateIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/EmptyStateV2.d.ts +1 -2
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -2
- package/lib/components/EmptyStates/ErrorEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -2
- package/lib/components/EmptyStates/NoDataEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -2
- package/lib/components/EmptyStates/NoTagsEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -2
- package/lib/components/EmptyStates/NotFoundEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -2
- package/lib/components/EmptyStates/NotificationsEmptyState/index.d.ts +8 -1
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -2
- 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/NoDataIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +5 -5
- package/lib/components/EmptyStates/assets/NoTagsIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/NotFoundIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/NotificationsIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +8 -8
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +2 -1
- package/lib/components/EmptyStates/index.d.ts +22 -8
- package/lib/components/ExportModal/ExportModal.js +1 -3
- package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +5 -0
- package/lib/components/ExpressiveCard/ExpressiveCard.js +5 -0
- package/lib/components/FeatureFlags/index.d.ts +5 -4
- package/lib/components/FeatureFlags/index.js +16 -9
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +1 -1
- package/lib/components/FullPageError/assets/Error403SVG.d.ts +2 -1
- package/lib/components/FullPageError/assets/Error404SVG.d.ts +2 -1
- package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +2 -1
- package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +2 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +2 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +2 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +2 -1
- package/lib/components/InterstitialScreen/InterstitialScreen.js +4 -4
- package/lib/components/Nav/NavItem.d.ts +2 -1
- package/lib/components/NotificationsPanel/NotificationsPanel.js +8 -1
- package/lib/components/PageHeader/PageHeader.d.ts +2 -0
- package/lib/components/PageHeader/PageHeader.js +4 -1
- package/lib/components/PageHeader/PageHeaderTitle.d.ts +3 -1
- package/lib/components/PageHeader/PageHeaderTitle.js +39 -5
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +5 -0
- package/lib/components/ProductiveCard/ProductiveCard.js +4 -0
- package/lib/components/ScrollGradient/ScrollGradient.js +2 -2
- package/lib/components/SidePanel/SidePanel.d.ts +5 -0
- package/lib/components/SidePanel/SidePanel.js +30 -16
- package/lib/components/SimpleHeader/SimpleHeader.d.ts +2 -1
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
- package/lib/components/TagOverflow/TagOverflow.d.ts +3 -0
- package/lib/components/TagOverflow/TagOverflow.js +8 -3
- package/lib/components/TagOverflow/TagOverflowModal.d.ts +6 -1
- package/lib/components/TagOverflow/TagOverflowModal.js +16 -5
- package/lib/components/TagOverflow/TagOverflowPopover.js +16 -8
- package/lib/components/TagSet/TagSet.d.ts +4 -0
- package/lib/components/TagSet/TagSet.js +19 -7
- package/lib/components/TagSet/TagSetModal.js +0 -1
- package/lib/components/Tearsheet/TearsheetShell.d.ts +13 -4
- package/lib/components/Tearsheet/TearsheetShell.js +31 -20
- package/lib/components/Toolbar/Toolbar.js +1 -1
- package/lib/components/TooltipTrigger/TooltipTrigger.d.ts +2 -1
- package/lib/components/TruncatedList/TruncatedList.js +1 -1
- package/lib/components/_Canary/Canary.d.ts +2 -1
- package/lib/global/js/hooks/usePreviousValue.js +1 -1
- package/lib/index.js +88 -88
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +742 -740
- package/package.json +11 -11
- package/scss/components/Card/_card.scss +14 -6
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +4 -0
- package/scss/components/Datagrid/styles/_datagrid.scss +82 -2
- package/scss/components/PageHeader/_page-header.scss +16 -3
- package/scss/components/SidePanel/_side-panel.scss +12 -6
- package/scss/components/Tearsheet/_tearsheet.scss +13 -3
- package/telemetry.yml +1 -0
- package/es/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +0 -29
- package/lib/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +0 -31
@@ -137,25 +137,13 @@ var _excluded = ["children", "size"],
|
|
137
137
|
_excluded123 = ["children", "size"],
|
138
138
|
_excluded124 = ["children", "size"],
|
139
139
|
_excluded125 = ["children", "size"];
|
140
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29,
|
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, _circle, _path32, _path33, _circle2, _path34, _circle3, _path35, _path36, _circle4, _path37, _circle5, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _circle6, _circle7, _circle8, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _circle9, _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, _circle10, _circle11, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _circle12, _path132, _path133, _circle13, _path134, _path135, _circle14, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _rect, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _circle15, _circle16, _path221, _circle17, _circle18, _path222, _path223, _path224, _path225, _path226;
|
141
141
|
var didWarnAboutDeprecation = {};
|
142
|
-
var
|
142
|
+
var InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(_ref, ref) {
|
143
143
|
var children = _ref.children,
|
144
144
|
_ref$size = _ref.size,
|
145
145
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
146
146
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
147
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
148
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
149
|
-
width: size,
|
150
|
-
height: size,
|
151
|
-
ref: ref,
|
152
|
-
xmlns: "http://www.w3.org/2000/svg",
|
153
|
-
viewBox: "0 0 16 16",
|
154
|
-
fill: "currentColor"
|
155
|
-
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
156
|
-
d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
157
|
-
})), children);
|
158
|
-
}
|
159
147
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
160
148
|
width: size,
|
161
149
|
height: size,
|
@@ -163,18 +151,32 @@ var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref, ref) {
|
|
163
151
|
xmlns: "http://www.w3.org/2000/svg",
|
164
152
|
viewBox: "0 0 32 32",
|
165
153
|
fill: "currentColor"
|
166
|
-
}, rest),
|
167
|
-
d: "
|
154
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
155
|
+
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"
|
156
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
157
|
+
d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
|
168
158
|
})), children);
|
169
159
|
});
|
170
160
|
if (process.env.NODE_ENV !== "production") {
|
171
|
-
|
161
|
+
InProgressWarning.propTypes = iconPropTypes4cbeb95d.i;
|
172
162
|
}
|
173
|
-
var
|
163
|
+
var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref2, ref) {
|
174
164
|
var children = _ref2.children,
|
175
165
|
_ref2$size = _ref2.size,
|
176
166
|
size = _ref2$size === void 0 ? 16 : _ref2$size,
|
177
167
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
|
168
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
169
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
170
|
+
width: size,
|
171
|
+
height: size,
|
172
|
+
ref: ref,
|
173
|
+
xmlns: "http://www.w3.org/2000/svg",
|
174
|
+
viewBox: "0 0 16 16",
|
175
|
+
fill: "currentColor"
|
176
|
+
}, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
177
|
+
d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
178
|
+
})), children);
|
179
|
+
}
|
178
180
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
179
181
|
width: size,
|
180
182
|
height: size,
|
@@ -182,14 +184,14 @@ var IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_
|
|
182
184
|
xmlns: "http://www.w3.org/2000/svg",
|
183
185
|
viewBox: "0 0 32 32",
|
184
186
|
fill: "currentColor"
|
185
|
-
}, rest),
|
186
|
-
d: "
|
187
|
+
}, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
188
|
+
d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
|
187
189
|
})), children);
|
188
190
|
});
|
189
191
|
if (process.env.NODE_ENV !== "production") {
|
190
|
-
|
192
|
+
Incomplete.propTypes = iconPropTypes4cbeb95d.i;
|
191
193
|
}
|
192
|
-
var
|
194
|
+
var IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref3, ref) {
|
193
195
|
var children = _ref3.children,
|
194
196
|
_ref3$size = _ref3.size,
|
195
197
|
size = _ref3$size === void 0 ? 16 : _ref3$size,
|
@@ -201,14 +203,14 @@ var IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_re
|
|
201
203
|
xmlns: "http://www.w3.org/2000/svg",
|
202
204
|
viewBox: "0 0 32 32",
|
203
205
|
fill: "currentColor"
|
204
|
-
}, rest),
|
205
|
-
d: "
|
206
|
+
}, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
207
|
+
d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
|
206
208
|
})), children);
|
207
209
|
});
|
208
210
|
if (process.env.NODE_ENV !== "production") {
|
209
|
-
|
211
|
+
IncompleteCancel.propTypes = iconPropTypes4cbeb95d.i;
|
210
212
|
}
|
211
|
-
var
|
213
|
+
var IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref4, ref) {
|
212
214
|
var children = _ref4.children,
|
213
215
|
_ref4$size = _ref4.size,
|
214
216
|
size = _ref4$size === void 0 ? 16 : _ref4$size,
|
@@ -220,14 +222,14 @@ var IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning
|
|
220
222
|
xmlns: "http://www.w3.org/2000/svg",
|
221
223
|
viewBox: "0 0 32 32",
|
222
224
|
fill: "currentColor"
|
223
|
-
}, rest),
|
224
|
-
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124
|
225
|
+
}, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
226
|
+
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
|
225
227
|
})), children);
|
226
228
|
});
|
227
229
|
if (process.env.NODE_ENV !== "production") {
|
228
|
-
|
230
|
+
IncompleteError.propTypes = iconPropTypes4cbeb95d.i;
|
229
231
|
}
|
230
|
-
var
|
232
|
+
var IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref5, ref) {
|
231
233
|
var children = _ref5.children,
|
232
234
|
_ref5$size = _ref5.size,
|
233
235
|
size = _ref5$size === void 0 ? 16 : _ref5$size,
|
@@ -239,14 +241,14 @@ var IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref5,
|
|
239
241
|
xmlns: "http://www.w3.org/2000/svg",
|
240
242
|
viewBox: "0 0 32 32",
|
241
243
|
fill: "currentColor"
|
242
|
-
}, rest),
|
243
|
-
d: "
|
244
|
+
}, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
245
|
+
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
244
246
|
})), children);
|
245
247
|
});
|
246
248
|
if (process.env.NODE_ENV !== "production") {
|
247
|
-
|
249
|
+
IncompleteWarning.propTypes = iconPropTypes4cbeb95d.i;
|
248
250
|
}
|
249
|
-
var
|
251
|
+
var IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref6, ref) {
|
250
252
|
var children = _ref6.children,
|
251
253
|
_ref6$size = _ref6.size,
|
252
254
|
size = _ref6$size === void 0 ? 16 : _ref6$size,
|
@@ -258,14 +260,14 @@ var Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref6, ref) {
|
|
258
260
|
xmlns: "http://www.w3.org/2000/svg",
|
259
261
|
viewBox: "0 0 32 32",
|
260
262
|
fill: "currentColor"
|
261
|
-
}, rest),
|
262
|
-
d: "
|
263
|
+
}, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
264
|
+
d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
|
263
265
|
})), children);
|
264
266
|
});
|
265
267
|
if (process.env.NODE_ENV !== "production") {
|
266
|
-
|
268
|
+
IncreaseLevel.propTypes = iconPropTypes4cbeb95d.i;
|
267
269
|
}
|
268
|
-
var
|
270
|
+
var Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref7, ref) {
|
269
271
|
var children = _ref7.children,
|
270
272
|
_ref7$size = _ref7.size,
|
271
273
|
size = _ref7$size === void 0 ? 16 : _ref7$size,
|
@@ -277,32 +279,18 @@ var InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref7
|
|
277
279
|
xmlns: "http://www.w3.org/2000/svg",
|
278
280
|
viewBox: "0 0 32 32",
|
279
281
|
fill: "currentColor"
|
280
|
-
}, rest),
|
281
|
-
d: "
|
282
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
283
|
+
d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
|
282
284
|
})), children);
|
283
285
|
});
|
284
286
|
if (process.env.NODE_ENV !== "production") {
|
285
|
-
|
287
|
+
Industry.propTypes = iconPropTypes4cbeb95d.i;
|
286
288
|
}
|
287
|
-
var
|
289
|
+
var InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref8, ref) {
|
288
290
|
var children = _ref8.children,
|
289
291
|
_ref8$size = _ref8.size,
|
290
292
|
size = _ref8$size === void 0 ? 16 : _ref8$size,
|
291
293
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
|
292
|
-
if (size === 16 || size === "16" || size === "16px") {
|
293
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
294
|
-
width: size,
|
295
|
-
height: size,
|
296
|
-
ref: ref,
|
297
|
-
xmlns: "http://www.w3.org/2000/svg",
|
298
|
-
viewBox: "0 0 16 16",
|
299
|
-
fill: "currentColor"
|
300
|
-
}, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
301
|
-
d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
|
302
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
303
|
-
d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
|
304
|
-
})), children);
|
305
|
-
}
|
306
294
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
307
295
|
width: size,
|
308
296
|
height: size,
|
@@ -310,20 +298,32 @@ var Information = /*#__PURE__*/React.forwardRef(function Information(_ref8, ref)
|
|
310
298
|
xmlns: "http://www.w3.org/2000/svg",
|
311
299
|
viewBox: "0 0 32 32",
|
312
300
|
fill: "currentColor"
|
313
|
-
}, rest),
|
314
|
-
d: "
|
315
|
-
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
316
|
-
d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
|
301
|
+
}, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
302
|
+
d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
|
317
303
|
})), children);
|
318
304
|
});
|
319
305
|
if (process.env.NODE_ENV !== "production") {
|
320
|
-
|
306
|
+
InfinitySymbol.propTypes = iconPropTypes4cbeb95d.i;
|
321
307
|
}
|
322
|
-
var
|
308
|
+
var Information = /*#__PURE__*/React.forwardRef(function Information(_ref9, ref) {
|
323
309
|
var children = _ref9.children,
|
324
310
|
_ref9$size = _ref9.size,
|
325
311
|
size = _ref9$size === void 0 ? 16 : _ref9$size,
|
326
312
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
|
313
|
+
if (size === 16 || size === "16" || size === "16px") {
|
314
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
315
|
+
width: size,
|
316
|
+
height: size,
|
317
|
+
ref: ref,
|
318
|
+
xmlns: "http://www.w3.org/2000/svg",
|
319
|
+
viewBox: "0 0 16 16",
|
320
|
+
fill: "currentColor"
|
321
|
+
}, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
322
|
+
d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
|
323
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
324
|
+
d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
|
325
|
+
})), children);
|
326
|
+
}
|
327
327
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
328
328
|
width: size,
|
329
329
|
height: size,
|
@@ -332,15 +332,15 @@ var InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisa
|
|
332
332
|
viewBox: "0 0 32 32",
|
333
333
|
fill: "currentColor"
|
334
334
|
}, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
335
|
-
d: "
|
335
|
+
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
336
336
|
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
337
|
-
d: "
|
337
|
+
d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
|
338
338
|
})), children);
|
339
339
|
});
|
340
340
|
if (process.env.NODE_ENV !== "production") {
|
341
|
-
|
341
|
+
Information.propTypes = iconPropTypes4cbeb95d.i;
|
342
342
|
}
|
343
|
-
var
|
343
|
+
var InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref10, ref) {
|
344
344
|
var children = _ref10.children,
|
345
345
|
_ref10$size = _ref10.size,
|
346
346
|
size = _ref10$size === void 0 ? 16 : _ref10$size,
|
@@ -353,17 +353,15 @@ var InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled
|
|
353
353
|
viewBox: "0 0 32 32",
|
354
354
|
fill: "currentColor"
|
355
355
|
}, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
356
|
-
|
357
|
-
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
358
|
-
"data-icon-path": "inner-path"
|
356
|
+
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
359
357
|
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
360
|
-
d: "
|
358
|
+
d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
|
361
359
|
})), children);
|
362
360
|
});
|
363
361
|
if (process.env.NODE_ENV !== "production") {
|
364
|
-
|
362
|
+
InformationDisabled.propTypes = iconPropTypes4cbeb95d.i;
|
365
363
|
}
|
366
|
-
var
|
364
|
+
var InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref11, ref) {
|
367
365
|
var children = _ref11.children,
|
368
366
|
_ref11$size = _ref11.size,
|
369
367
|
size = _ref11$size === void 0 ? 16 : _ref11$size,
|
@@ -376,15 +374,17 @@ var InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare
|
|
376
374
|
viewBox: "0 0 32 32",
|
377
375
|
fill: "currentColor"
|
378
376
|
}, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
379
|
-
|
377
|
+
fill: "none",
|
378
|
+
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
379
|
+
"data-icon-path": "inner-path"
|
380
380
|
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
381
|
-
d: "
|
381
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
382
382
|
})), children);
|
383
383
|
});
|
384
384
|
if (process.env.NODE_ENV !== "production") {
|
385
|
-
|
385
|
+
InformationFilled.propTypes = iconPropTypes4cbeb95d.i;
|
386
386
|
}
|
387
|
-
var
|
387
|
+
var InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref12, ref) {
|
388
388
|
var children = _ref12.children,
|
389
389
|
_ref12$size = _ref12.size,
|
390
390
|
size = _ref12$size === void 0 ? 16 : _ref12$size,
|
@@ -397,17 +397,15 @@ var InformationSquareFilled = /*#__PURE__*/React.forwardRef(function Information
|
|
397
397
|
viewBox: "0 0 32 32",
|
398
398
|
fill: "currentColor"
|
399
399
|
}, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
400
|
-
|
401
|
-
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
402
|
-
"data-icon-path": "inner-path"
|
400
|
+
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
403
401
|
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
404
|
-
d: "M26,
|
402
|
+
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
|
405
403
|
})), children);
|
406
404
|
});
|
407
405
|
if (process.env.NODE_ENV !== "production") {
|
408
|
-
|
406
|
+
InformationSquare.propTypes = iconPropTypes4cbeb95d.i;
|
409
407
|
}
|
410
|
-
var
|
408
|
+
var InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref13, ref) {
|
411
409
|
var children = _ref13.children,
|
412
410
|
_ref13$size = _ref13.size,
|
413
411
|
size = _ref13$size === void 0 ? 16 : _ref13$size,
|
@@ -420,15 +418,17 @@ var InfrastructureClassic = /*#__PURE__*/React.forwardRef(function Infrastructur
|
|
420
418
|
viewBox: "0 0 32 32",
|
421
419
|
fill: "currentColor"
|
422
420
|
}, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
423
|
-
|
421
|
+
fill: "none",
|
422
|
+
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
423
|
+
"data-icon-path": "inner-path"
|
424
424
|
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
425
|
-
d: "
|
425
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
426
426
|
})), children);
|
427
427
|
});
|
428
428
|
if (process.env.NODE_ENV !== "production") {
|
429
|
-
|
429
|
+
InformationSquareFilled.propTypes = iconPropTypes4cbeb95d.i;
|
430
430
|
}
|
431
|
-
var
|
431
|
+
var InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref14, ref) {
|
432
432
|
var children = _ref14.children,
|
433
433
|
_ref14$size = _ref14.size,
|
434
434
|
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
@@ -441,13 +441,15 @@ var Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref14, ref) {
|
|
441
441
|
viewBox: "0 0 32 32",
|
442
442
|
fill: "currentColor"
|
443
443
|
}, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
444
|
-
d: "
|
444
|
+
d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
|
445
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
446
|
+
d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
|
445
447
|
})), children);
|
446
448
|
});
|
447
449
|
if (process.env.NODE_ENV !== "production") {
|
448
|
-
|
450
|
+
InfrastructureClassic.propTypes = iconPropTypes4cbeb95d.i;
|
449
451
|
}
|
450
|
-
var
|
452
|
+
var Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref15, ref) {
|
451
453
|
var children = _ref15.children,
|
452
454
|
_ref15$size = _ref15.size,
|
453
455
|
size = _ref15$size === void 0 ? 16 : _ref15$size,
|
@@ -459,14 +461,14 @@ var InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref15, ref)
|
|
459
461
|
xmlns: "http://www.w3.org/2000/svg",
|
460
462
|
viewBox: "0 0 32 32",
|
461
463
|
fill: "currentColor"
|
462
|
-
}, rest),
|
463
|
-
d: "
|
464
|
+
}, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
465
|
+
d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
|
464
466
|
})), children);
|
465
467
|
});
|
466
468
|
if (process.env.NODE_ENV !== "production") {
|
467
|
-
|
469
|
+
Insert.propTypes = iconPropTypes4cbeb95d.i;
|
468
470
|
}
|
469
|
-
var
|
471
|
+
var InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref16, ref) {
|
470
472
|
var children = _ref16.children,
|
471
473
|
_ref16$size = _ref16.size,
|
472
474
|
size = _ref16$size === void 0 ? 16 : _ref16$size,
|
@@ -478,16 +480,14 @@ var InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref16, r
|
|
478
480
|
xmlns: "http://www.w3.org/2000/svg",
|
479
481
|
viewBox: "0 0 32 32",
|
480
482
|
fill: "currentColor"
|
481
|
-
}, rest),
|
482
|
-
d: "
|
483
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
484
|
-
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
483
|
+
}, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
484
|
+
d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
|
485
485
|
})), children);
|
486
486
|
});
|
487
487
|
if (process.env.NODE_ENV !== "production") {
|
488
|
-
|
488
|
+
InsertPage.propTypes = iconPropTypes4cbeb95d.i;
|
489
489
|
}
|
490
|
-
var
|
490
|
+
var InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref17, ref) {
|
491
491
|
var children = _ref17.children,
|
492
492
|
_ref17$size = _ref17.size,
|
493
493
|
size = _ref17$size === void 0 ? 16 : _ref17$size,
|
@@ -500,15 +500,15 @@ var Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref17, ref)
|
|
500
500
|
viewBox: "0 0 32 32",
|
501
501
|
fill: "currentColor"
|
502
502
|
}, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
503
|
-
d: "
|
503
|
+
d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
|
504
504
|
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
505
|
-
d: "
|
505
|
+
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
506
506
|
})), children);
|
507
507
|
});
|
508
508
|
if (process.env.NODE_ENV !== "production") {
|
509
|
-
|
509
|
+
InsertSyntax.propTypes = iconPropTypes4cbeb95d.i;
|
510
510
|
}
|
511
|
-
var
|
511
|
+
var Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref18, ref) {
|
512
512
|
var children = _ref18.children,
|
513
513
|
_ref18$size = _ref18.size,
|
514
514
|
size = _ref18$size === void 0 ? 16 : _ref18$size,
|
@@ -521,19 +521,15 @@ var InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref18, ref)
|
|
521
521
|
viewBox: "0 0 32 32",
|
522
522
|
fill: "currentColor"
|
523
523
|
}, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
524
|
-
d: "
|
525
|
-
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
526
|
-
cx: "9",
|
527
|
-
cy: "27",
|
528
|
-
r: "1"
|
524
|
+
d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
|
529
525
|
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
530
|
-
d: "
|
526
|
+
d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
|
531
527
|
})), children);
|
532
528
|
});
|
533
529
|
if (process.env.NODE_ENV !== "production") {
|
534
|
-
|
530
|
+
Inspection.propTypes = iconPropTypes4cbeb95d.i;
|
535
531
|
}
|
536
|
-
var
|
532
|
+
var InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref19, ref) {
|
537
533
|
var children = _ref19.children,
|
538
534
|
_ref19$size = _ref19.size,
|
539
535
|
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
@@ -546,19 +542,19 @@ var InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_re
|
|
546
542
|
viewBox: "0 0 32 32",
|
547
543
|
fill: "currentColor"
|
548
544
|
}, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
549
|
-
d: "
|
550
|
-
})),
|
545
|
+
d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
|
546
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
551
547
|
cx: "9",
|
552
548
|
cy: "27",
|
553
549
|
r: "1"
|
554
550
|
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
555
|
-
d: "
|
551
|
+
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
556
552
|
})), children);
|
557
553
|
});
|
558
554
|
if (process.env.NODE_ENV !== "production") {
|
559
|
-
|
555
|
+
InstanceBx.propTypes = iconPropTypes4cbeb95d.i;
|
560
556
|
}
|
561
|
-
var
|
557
|
+
var InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref20, ref) {
|
562
558
|
var children = _ref20.children,
|
563
559
|
_ref20$size = _ref20.size,
|
564
560
|
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
@@ -570,18 +566,20 @@ var InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref20, ref)
|
|
570
566
|
xmlns: "http://www.w3.org/2000/svg",
|
571
567
|
viewBox: "0 0 32 32",
|
572
568
|
fill: "currentColor"
|
573
|
-
}, rest),
|
569
|
+
}, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
570
|
+
d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
|
571
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
574
572
|
cx: "9",
|
575
573
|
cy: "27",
|
576
574
|
r: "1"
|
577
|
-
})),
|
578
|
-
d: "
|
575
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
576
|
+
d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
|
579
577
|
})), children);
|
580
578
|
});
|
581
579
|
if (process.env.NODE_ENV !== "production") {
|
582
|
-
|
580
|
+
InstanceClassic.propTypes = iconPropTypes4cbeb95d.i;
|
583
581
|
}
|
584
|
-
var
|
582
|
+
var InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref21, ref) {
|
585
583
|
var children = _ref21.children,
|
586
584
|
_ref21$size = _ref21.size,
|
587
585
|
size = _ref21$size === void 0 ? 16 : _ref21$size,
|
@@ -593,20 +591,18 @@ var InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref21, ref)
|
|
593
591
|
xmlns: "http://www.w3.org/2000/svg",
|
594
592
|
viewBox: "0 0 32 32",
|
595
593
|
fill: "currentColor"
|
596
|
-
}, rest),
|
597
|
-
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
|
598
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
594
|
+
}, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
599
595
|
cx: "9",
|
600
596
|
cy: "27",
|
601
597
|
r: "1"
|
602
598
|
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
603
|
-
d: "
|
599
|
+
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
604
600
|
})), children);
|
605
601
|
});
|
606
602
|
if (process.env.NODE_ENV !== "production") {
|
607
|
-
|
603
|
+
InstanceCx.propTypes = iconPropTypes4cbeb95d.i;
|
608
604
|
}
|
609
|
-
var
|
605
|
+
var InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref22, ref) {
|
610
606
|
var children = _ref22.children,
|
611
607
|
_ref22$size = _ref22.size,
|
612
608
|
size = _ref22$size === void 0 ? 16 : _ref22$size,
|
@@ -618,18 +614,20 @@ var InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_re
|
|
618
614
|
xmlns: "http://www.w3.org/2000/svg",
|
619
615
|
viewBox: "0 0 32 32",
|
620
616
|
fill: "currentColor"
|
621
|
-
}, rest),
|
622
|
-
|
623
|
-
|
617
|
+
}, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
618
|
+
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
|
619
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
620
|
+
cx: "9",
|
621
|
+
cy: "27",
|
624
622
|
r: "1"
|
625
|
-
})),
|
626
|
-
d: "M2
|
623
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
624
|
+
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
627
625
|
})), children);
|
628
626
|
});
|
629
627
|
if (process.env.NODE_ENV !== "production") {
|
630
|
-
|
628
|
+
InstanceMx.propTypes = iconPropTypes4cbeb95d.i;
|
631
629
|
}
|
632
|
-
var
|
630
|
+
var InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref23, ref) {
|
633
631
|
var children = _ref23.children,
|
634
632
|
_ref23$size = _ref23.size,
|
635
633
|
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
@@ -641,14 +639,18 @@ var Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref23, ref
|
|
641
639
|
xmlns: "http://www.w3.org/2000/svg",
|
642
640
|
viewBox: "0 0 32 32",
|
643
641
|
fill: "currentColor"
|
644
|
-
}, rest),
|
645
|
-
|
642
|
+
}, rest), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
643
|
+
cx: "7",
|
644
|
+
cy: "23",
|
645
|
+
r: "1"
|
646
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
647
|
+
d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
|
646
648
|
})), children);
|
647
649
|
});
|
648
650
|
if (process.env.NODE_ENV !== "production") {
|
649
|
-
|
651
|
+
InstanceVirtual.propTypes = iconPropTypes4cbeb95d.i;
|
650
652
|
}
|
651
|
-
var
|
653
|
+
var Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref24, ref) {
|
652
654
|
var children = _ref24.children,
|
653
655
|
_ref24$size = _ref24.size,
|
654
656
|
size = _ref24$size === void 0 ? 16 : _ref24$size,
|
@@ -660,16 +662,14 @@ var IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestAc
|
|
660
662
|
xmlns: "http://www.w3.org/2000/svg",
|
661
663
|
viewBox: "0 0 32 32",
|
662
664
|
fill: "currentColor"
|
663
|
-
}, rest),
|
664
|
-
d: "
|
665
|
-
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
666
|
-
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
665
|
+
}, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
666
|
+
d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
|
667
667
|
})), children);
|
668
668
|
});
|
669
669
|
if (process.env.NODE_ENV !== "production") {
|
670
|
-
|
670
|
+
Integration.propTypes = iconPropTypes4cbeb95d.i;
|
671
671
|
}
|
672
|
-
var
|
672
|
+
var IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref25, ref) {
|
673
673
|
var children = _ref25.children,
|
674
674
|
_ref25$size = _ref25.size,
|
675
675
|
size = _ref25$size === void 0 ? 16 : _ref25$size,
|
@@ -682,15 +682,15 @@ var IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCr
|
|
682
682
|
viewBox: "0 0 32 32",
|
683
683
|
fill: "currentColor"
|
684
684
|
}, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
685
|
-
d: "
|
685
|
+
d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
|
686
686
|
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
687
687
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
688
688
|
})), children);
|
689
689
|
});
|
690
690
|
if (process.env.NODE_ENV !== "production") {
|
691
|
-
|
691
|
+
IntentRequestActive.propTypes = iconPropTypes4cbeb95d.i;
|
692
692
|
}
|
693
|
-
var
|
693
|
+
var IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref26, ref) {
|
694
694
|
var children = _ref26.children,
|
695
695
|
_ref26$size = _ref26.size,
|
696
696
|
size = _ref26$size === void 0 ? 16 : _ref26$size,
|
@@ -703,15 +703,15 @@ var IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal
|
|
703
703
|
viewBox: "0 0 32 32",
|
704
704
|
fill: "currentColor"
|
705
705
|
}, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
706
|
-
d: "
|
706
|
+
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
|
707
707
|
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
708
|
-
d: "
|
708
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
709
709
|
})), children);
|
710
710
|
});
|
711
711
|
if (process.env.NODE_ENV !== "production") {
|
712
|
-
|
712
|
+
IntentRequestCreate.propTypes = iconPropTypes4cbeb95d.i;
|
713
713
|
}
|
714
|
-
var
|
714
|
+
var IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref27, ref) {
|
715
715
|
var children = _ref27.children,
|
716
716
|
_ref27$size = _ref27.size,
|
717
717
|
size = _ref27$size === void 0 ? 16 : _ref27$size,
|
@@ -723,6 +723,27 @@ var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequest
|
|
723
723
|
xmlns: "http://www.w3.org/2000/svg",
|
724
724
|
viewBox: "0 0 32 32",
|
725
725
|
fill: "currentColor"
|
726
|
+
}, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
727
|
+
d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
|
728
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
729
|
+
d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
|
730
|
+
})), children);
|
731
|
+
});
|
732
|
+
if (process.env.NODE_ENV !== "production") {
|
733
|
+
IntentRequestHeal.propTypes = iconPropTypes4cbeb95d.i;
|
734
|
+
}
|
735
|
+
var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref28, ref) {
|
736
|
+
var children = _ref28.children,
|
737
|
+
_ref28$size = _ref28.size,
|
738
|
+
size = _ref28$size === void 0 ? 16 : _ref28$size,
|
739
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref28, _excluded28);
|
740
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
741
|
+
width: size,
|
742
|
+
height: size,
|
743
|
+
ref: ref,
|
744
|
+
xmlns: "http://www.w3.org/2000/svg",
|
745
|
+
viewBox: "0 0 32 32",
|
746
|
+
fill: "currentColor"
|
726
747
|
}, rest), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
727
748
|
cx: "18.5",
|
728
749
|
cy: "22.5",
|
@@ -735,18 +756,18 @@ var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequest
|
|
735
756
|
cx: "28.5",
|
736
757
|
cy: "22.5",
|
737
758
|
r: "1.5"
|
738
|
-
})),
|
759
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
739
760
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
740
761
|
})), children);
|
741
762
|
});
|
742
763
|
if (process.env.NODE_ENV !== "production") {
|
743
764
|
IntentRequestInactive.propTypes = iconPropTypes4cbeb95d.i;
|
744
765
|
}
|
745
|
-
var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(
|
746
|
-
var children =
|
747
|
-
|
748
|
-
size =
|
749
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
766
|
+
var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref29, ref) {
|
767
|
+
var children = _ref29.children,
|
768
|
+
_ref29$size = _ref29.size,
|
769
|
+
size = _ref29$size === void 0 ? 16 : _ref29$size,
|
770
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref29, _excluded29);
|
750
771
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
751
772
|
width: size,
|
752
773
|
height: size,
|
@@ -754,18 +775,18 @@ var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestS
|
|
754
775
|
xmlns: "http://www.w3.org/2000/svg",
|
755
776
|
viewBox: "0 0 32 32",
|
756
777
|
fill: "currentColor"
|
757
|
-
}, rest),
|
778
|
+
}, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
758
779
|
d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
|
759
780
|
})), children);
|
760
781
|
});
|
761
782
|
if (process.env.NODE_ENV !== "production") {
|
762
783
|
IntentRequestScaleIn.propTypes = iconPropTypes4cbeb95d.i;
|
763
784
|
}
|
764
|
-
var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(
|
765
|
-
var children =
|
766
|
-
|
767
|
-
size =
|
768
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
785
|
+
var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref30, ref) {
|
786
|
+
var children = _ref30.children,
|
787
|
+
_ref30$size = _ref30.size,
|
788
|
+
size = _ref30$size === void 0 ? 16 : _ref30$size,
|
789
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref30, _excluded30);
|
769
790
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
770
791
|
width: size,
|
771
792
|
height: size,
|
@@ -773,18 +794,18 @@ var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequest
|
|
773
794
|
xmlns: "http://www.w3.org/2000/svg",
|
774
795
|
viewBox: "0 0 32 32",
|
775
796
|
fill: "currentColor"
|
776
|
-
}, rest),
|
797
|
+
}, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
777
798
|
d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
|
778
799
|
})), children);
|
779
800
|
});
|
780
801
|
if (process.env.NODE_ENV !== "production") {
|
781
802
|
IntentRequestScaleOut.propTypes = iconPropTypes4cbeb95d.i;
|
782
803
|
}
|
783
|
-
var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(
|
784
|
-
var children =
|
785
|
-
|
786
|
-
size =
|
787
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
804
|
+
var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref31, ref) {
|
805
|
+
var children = _ref31.children,
|
806
|
+
_ref31$size = _ref31.size,
|
807
|
+
size = _ref31$size === void 0 ? 16 : _ref31$size,
|
808
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref31, _excluded31);
|
788
809
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
789
810
|
width: size,
|
790
811
|
height: size,
|
@@ -792,20 +813,20 @@ var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentReques
|
|
792
813
|
xmlns: "http://www.w3.org/2000/svg",
|
793
814
|
viewBox: "0 0 32 32",
|
794
815
|
fill: "currentColor"
|
795
|
-
}, rest),
|
816
|
+
}, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
796
817
|
d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
|
797
|
-
})),
|
818
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
798
819
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
799
820
|
})), children);
|
800
821
|
});
|
801
822
|
if (process.env.NODE_ENV !== "production") {
|
802
823
|
IntentRequestUninstall.propTypes = iconPropTypes4cbeb95d.i;
|
803
824
|
}
|
804
|
-
var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(
|
805
|
-
var children =
|
806
|
-
|
807
|
-
size =
|
808
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
825
|
+
var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref32, ref) {
|
826
|
+
var children = _ref32.children,
|
827
|
+
_ref32$size = _ref32.size,
|
828
|
+
size = _ref32$size === void 0 ? 16 : _ref32$size,
|
829
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref32, _excluded32);
|
809
830
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
810
831
|
width: size,
|
811
832
|
height: size,
|
@@ -813,20 +834,20 @@ var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestU
|
|
813
834
|
xmlns: "http://www.w3.org/2000/svg",
|
814
835
|
viewBox: "0 0 32 32",
|
815
836
|
fill: "currentColor"
|
816
|
-
}, rest),
|
837
|
+
}, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
817
838
|
d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
|
818
|
-
})),
|
839
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
819
840
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
820
841
|
})), children);
|
821
842
|
});
|
822
843
|
if (process.env.NODE_ENV !== "production") {
|
823
844
|
IntentRequestUpgrade.propTypes = iconPropTypes4cbeb95d.i;
|
824
845
|
}
|
825
|
-
var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(
|
826
|
-
var children =
|
827
|
-
|
828
|
-
size =
|
829
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
846
|
+
var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref33, ref) {
|
847
|
+
var children = _ref33.children,
|
848
|
+
_ref33$size = _ref33.size,
|
849
|
+
size = _ref33$size === void 0 ? 16 : _ref33$size,
|
850
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref33, _excluded33);
|
830
851
|
if (size === 16 || size === "16" || size === "16px") {
|
831
852
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
832
853
|
width: size,
|
@@ -835,7 +856,7 @@ var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref32, r
|
|
835
856
|
xmlns: "http://www.w3.org/2000/svg",
|
836
857
|
viewBox: "0 0 16 16",
|
837
858
|
fill: "currentColor"
|
838
|
-
}, rest),
|
859
|
+
}, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
839
860
|
fillRule: "evenodd",
|
840
861
|
d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
|
841
862
|
})), children);
|
@@ -847,18 +868,18 @@ var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref32, r
|
|
847
868
|
xmlns: "http://www.w3.org/2000/svg",
|
848
869
|
viewBox: "0 0 32 32",
|
849
870
|
fill: "currentColor"
|
850
|
-
}, rest),
|
871
|
+
}, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
851
872
|
d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
|
852
873
|
})), children);
|
853
874
|
});
|
854
875
|
if (process.env.NODE_ENV !== "production") {
|
855
876
|
Interactions.propTypes = iconPropTypes4cbeb95d.i;
|
856
877
|
}
|
857
|
-
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(
|
858
|
-
var children =
|
859
|
-
|
860
|
-
size =
|
861
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
878
|
+
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref34, ref) {
|
879
|
+
var children = _ref34.children,
|
880
|
+
_ref34$size = _ref34.size,
|
881
|
+
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
882
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref34, _excluded34);
|
862
883
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
863
884
|
width: size,
|
864
885
|
height: size,
|
@@ -866,48 +887,25 @@ var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(fu
|
|
866
887
|
xmlns: "http://www.w3.org/2000/svg",
|
867
888
|
viewBox: "0 0 32 32",
|
868
889
|
fill: "currentColor"
|
869
|
-
}, rest),
|
890
|
+
}, rest), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
870
891
|
d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
|
871
|
-
})),
|
892
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
872
893
|
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
|
873
894
|
transform: "rotate(-45 9 20)"
|
874
|
-
})),
|
895
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
875
896
|
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
876
897
|
transform: "rotate(-45 20 9)"
|
877
|
-
})),
|
898
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
878
899
|
d: "M7.586 7.586H10.414V10.414H7.586z",
|
879
900
|
transform: "rotate(-45 9 9)"
|
880
|
-
})),
|
901
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
881
902
|
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
882
903
|
})), children);
|
883
904
|
});
|
884
905
|
if (process.env.NODE_ENV !== "production") {
|
885
906
|
WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes4cbeb95d.i;
|
886
907
|
}
|
887
|
-
var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(
|
888
|
-
var children = _ref34.children,
|
889
|
-
_ref34$size = _ref34.size,
|
890
|
-
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
891
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref34, _excluded34);
|
892
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
893
|
-
width: size,
|
894
|
-
height: size,
|
895
|
-
ref: ref,
|
896
|
-
xmlns: "http://www.w3.org/2000/svg",
|
897
|
-
viewBox: "0 0 32 32",
|
898
|
-
fill: "currentColor"
|
899
|
-
}, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
900
|
-
strokeWidth: "0",
|
901
|
-
d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
|
902
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
903
|
-
strokeWidth: "0",
|
904
|
-
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
905
|
-
})), children);
|
906
|
-
});
|
907
|
-
if (process.env.NODE_ENV !== "production") {
|
908
|
-
InterfaceUsage.propTypes = iconPropTypes4cbeb95d.i;
|
909
|
-
}
|
910
|
-
var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref35, ref) {
|
908
|
+
var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref35, ref) {
|
911
909
|
var children = _ref35.children,
|
912
910
|
_ref35$size = _ref35.size,
|
913
911
|
size = _ref35$size === void 0 ? 16 : _ref35$size,
|
@@ -920,15 +918,17 @@ var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref35, ref) {
|
|
920
918
|
viewBox: "0 0 32 32",
|
921
919
|
fill: "currentColor"
|
922
920
|
}, rest), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
923
|
-
|
921
|
+
strokeWidth: "0",
|
922
|
+
d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
|
924
923
|
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
925
|
-
|
924
|
+
strokeWidth: "0",
|
925
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
926
926
|
})), children);
|
927
927
|
});
|
928
928
|
if (process.env.NODE_ENV !== "production") {
|
929
|
-
|
929
|
+
InterfaceUsage.propTypes = iconPropTypes4cbeb95d.i;
|
930
930
|
}
|
931
|
-
var
|
931
|
+
var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref36, ref) {
|
932
932
|
var children = _ref36.children,
|
933
933
|
_ref36$size = _ref36.size,
|
934
934
|
size = _ref36$size === void 0 ? 16 : _ref36$size,
|
@@ -940,20 +940,16 @@ var IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPreven
|
|
940
940
|
xmlns: "http://www.w3.org/2000/svg",
|
941
941
|
viewBox: "0 0 32 32",
|
942
942
|
fill: "currentColor"
|
943
|
-
}, rest),
|
944
|
-
|
945
|
-
cy: "23.887",
|
946
|
-
r: "2"
|
947
|
-
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
948
|
-
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
|
943
|
+
}, rest), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
944
|
+
d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
|
949
945
|
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
950
|
-
d: "M28,
|
946
|
+
d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
|
951
947
|
})), children);
|
952
948
|
});
|
953
949
|
if (process.env.NODE_ENV !== "production") {
|
954
|
-
|
950
|
+
Intersect.propTypes = iconPropTypes4cbeb95d.i;
|
955
951
|
}
|
956
|
-
var
|
952
|
+
var IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref37, ref) {
|
957
953
|
var children = _ref37.children,
|
958
954
|
_ref37$size = _ref37.size,
|
959
955
|
size = _ref37$size === void 0 ? 16 : _ref37$size,
|
@@ -965,16 +961,20 @@ var InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManage
|
|
965
961
|
xmlns: "http://www.w3.org/2000/svg",
|
966
962
|
viewBox: "0 0 32 32",
|
967
963
|
fill: "currentColor"
|
968
|
-
}, rest),
|
969
|
-
|
964
|
+
}, rest), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
965
|
+
cx: "22",
|
966
|
+
cy: "23.887",
|
967
|
+
r: "2"
|
968
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
969
|
+
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
|
970
970
|
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
971
|
-
d: "
|
971
|
+
d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
|
972
972
|
})), children);
|
973
973
|
});
|
974
974
|
if (process.env.NODE_ENV !== "production") {
|
975
|
-
|
975
|
+
IntrusionPrevention.propTypes = iconPropTypes4cbeb95d.i;
|
976
976
|
}
|
977
|
-
var
|
977
|
+
var InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref38, ref) {
|
978
978
|
var children = _ref38.children,
|
979
979
|
_ref38$size = _ref38.size,
|
980
980
|
size = _ref38$size === void 0 ? 16 : _ref38$size,
|
@@ -987,15 +987,15 @@ var IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref38, ref)
|
|
987
987
|
viewBox: "0 0 32 32",
|
988
988
|
fill: "currentColor"
|
989
989
|
}, rest), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
990
|
-
d: "
|
990
|
+
d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
|
991
991
|
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
992
|
-
d: "
|
992
|
+
d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
|
993
993
|
})), children);
|
994
994
|
});
|
995
995
|
if (process.env.NODE_ENV !== "production") {
|
996
|
-
|
996
|
+
InventoryManagement.propTypes = iconPropTypes4cbeb95d.i;
|
997
997
|
}
|
998
|
-
var
|
998
|
+
var IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref39, ref) {
|
999
999
|
var children = _ref39.children,
|
1000
1000
|
_ref39$size = _ref39.size,
|
1001
1001
|
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
@@ -1010,15 +1010,13 @@ var IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref39, ref
|
|
1010
1010
|
}, rest), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
1011
1011
|
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
1012
1012
|
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
1013
|
-
d: "
|
1014
|
-
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
1015
|
-
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
1013
|
+
d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
|
1016
1014
|
})), children);
|
1017
1015
|
});
|
1018
1016
|
if (process.env.NODE_ENV !== "production") {
|
1019
|
-
|
1017
|
+
IotConnect.propTypes = iconPropTypes4cbeb95d.i;
|
1020
1018
|
}
|
1021
|
-
var
|
1019
|
+
var IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref40, ref) {
|
1022
1020
|
var children = _ref40.children,
|
1023
1021
|
_ref40$size = _ref40.size,
|
1024
1022
|
size = _ref40$size === void 0 ? 16 : _ref40$size,
|
@@ -1030,15 +1028,18 @@ var Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref40, ref) {
|
|
1030
1028
|
xmlns: "http://www.w3.org/2000/svg",
|
1031
1029
|
viewBox: "0 0 32 32",
|
1032
1030
|
fill: "currentColor"
|
1033
|
-
}, rest),
|
1034
|
-
|
1035
|
-
|
1031
|
+
}, rest), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
1032
|
+
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
1033
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
1034
|
+
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
1035
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
1036
|
+
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
1036
1037
|
})), children);
|
1037
1038
|
});
|
1038
1039
|
if (process.env.NODE_ENV !== "production") {
|
1039
|
-
|
1040
|
+
IotPlatform.propTypes = iconPropTypes4cbeb95d.i;
|
1040
1041
|
}
|
1041
|
-
var
|
1042
|
+
var Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref41, ref) {
|
1042
1043
|
var children = _ref41.children,
|
1043
1044
|
_ref41$size = _ref41.size,
|
1044
1045
|
size = _ref41$size === void 0 ? 16 : _ref41$size,
|
@@ -1050,14 +1051,15 @@ var Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref41, ref) {
|
|
1050
1051
|
xmlns: "http://www.w3.org/2000/svg",
|
1051
1052
|
viewBox: "0 0 32 32",
|
1052
1053
|
fill: "currentColor"
|
1053
|
-
}, rest),
|
1054
|
-
|
1054
|
+
}, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
1055
|
+
strokeWidth: "0",
|
1056
|
+
d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
|
1055
1057
|
})), children);
|
1056
1058
|
});
|
1057
1059
|
if (process.env.NODE_ENV !== "production") {
|
1058
|
-
|
1060
|
+
Ip.propTypes = iconPropTypes4cbeb95d.i;
|
1059
1061
|
}
|
1060
|
-
var
|
1062
|
+
var Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref42, ref) {
|
1061
1063
|
var children = _ref42.children,
|
1062
1064
|
_ref42$size = _ref42.size,
|
1063
1065
|
size = _ref42$size === void 0 ? 16 : _ref42$size,
|
@@ -1069,16 +1071,14 @@ var IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref42, ref) {
|
|
1069
1071
|
xmlns: "http://www.w3.org/2000/svg",
|
1070
1072
|
viewBox: "0 0 32 32",
|
1071
1073
|
fill: "currentColor"
|
1072
|
-
}, rest),
|
1073
|
-
d: "
|
1074
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
1075
|
-
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
|
1074
|
+
}, rest), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
1075
|
+
d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
|
1076
1076
|
})), children);
|
1077
1077
|
});
|
1078
1078
|
if (process.env.NODE_ENV !== "production") {
|
1079
|
-
|
1079
|
+
Iso.propTypes = iconPropTypes4cbeb95d.i;
|
1080
1080
|
}
|
1081
|
-
var
|
1081
|
+
var IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref43, ref) {
|
1082
1082
|
var children = _ref43.children,
|
1083
1083
|
_ref43$size = _ref43.size,
|
1084
1084
|
size = _ref43$size === void 0 ? 16 : _ref43$size,
|
@@ -1091,15 +1091,15 @@ var IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref43, ref)
|
|
1091
1091
|
viewBox: "0 0 32 32",
|
1092
1092
|
fill: "currentColor"
|
1093
1093
|
}, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
1094
|
-
d: "
|
1094
|
+
d: "M21 13H24V19H21z"
|
1095
1095
|
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
1096
|
-
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,
|
1096
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
|
1097
1097
|
})), children);
|
1098
1098
|
});
|
1099
1099
|
if (process.env.NODE_ENV !== "production") {
|
1100
|
-
|
1100
|
+
IsoFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1101
1101
|
}
|
1102
|
-
var
|
1102
|
+
var IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref44, ref) {
|
1103
1103
|
var children = _ref44.children,
|
1104
1104
|
_ref44$size = _ref44.size,
|
1105
1105
|
size = _ref44$size === void 0 ? 16 : _ref44$size,
|
@@ -1112,21 +1112,15 @@ var JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref44, ref) {
|
|
1112
1112
|
viewBox: "0 0 32 32",
|
1113
1113
|
fill: "currentColor"
|
1114
1114
|
}, rest), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
1115
|
-
|
1116
|
-
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
1117
|
-
"data-icon-path": "inner-path"
|
1115
|
+
d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
|
1118
1116
|
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
1119
|
-
d: "
|
1120
|
-
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
1121
|
-
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
1122
|
-
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
1123
|
-
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
1117
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
|
1124
1118
|
})), children);
|
1125
1119
|
});
|
1126
1120
|
if (process.env.NODE_ENV !== "production") {
|
1127
|
-
|
1121
|
+
IsoOutline.propTypes = iconPropTypes4cbeb95d.i;
|
1128
1122
|
}
|
1129
|
-
var
|
1123
|
+
var JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref45, ref) {
|
1130
1124
|
var children = _ref45.children,
|
1131
1125
|
_ref45$size = _ref45.size,
|
1132
1126
|
size = _ref45$size === void 0 ? 16 : _ref45$size,
|
@@ -1138,14 +1132,22 @@ var JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref45, ref) {
|
|
1138
1132
|
xmlns: "http://www.w3.org/2000/svg",
|
1139
1133
|
viewBox: "0 0 32 32",
|
1140
1134
|
fill: "currentColor"
|
1141
|
-
}, rest),
|
1142
|
-
|
1135
|
+
}, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
1136
|
+
fill: "none",
|
1137
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
1138
|
+
"data-icon-path": "inner-path"
|
1139
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
1140
|
+
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
1141
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
1142
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
1143
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
1144
|
+
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
1143
1145
|
})), children);
|
1144
1146
|
});
|
1145
1147
|
if (process.env.NODE_ENV !== "production") {
|
1146
|
-
|
1148
|
+
JoinFull.propTypes = iconPropTypes4cbeb95d.i;
|
1147
1149
|
}
|
1148
|
-
var
|
1150
|
+
var JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref46, ref) {
|
1149
1151
|
var children = _ref46.children,
|
1150
1152
|
_ref46$size = _ref46.size,
|
1151
1153
|
size = _ref46$size === void 0 ? 16 : _ref46$size,
|
@@ -1157,22 +1159,14 @@ var JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref46, ref) {
|
|
1157
1159
|
xmlns: "http://www.w3.org/2000/svg",
|
1158
1160
|
viewBox: "0 0 32 32",
|
1159
1161
|
fill: "currentColor"
|
1160
|
-
}, rest),
|
1161
|
-
d: "M20,6a9.
|
1162
|
-
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1163
|
-
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
1164
|
-
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1165
|
-
fill: "none",
|
1166
|
-
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
1167
|
-
"data-icon-path": "inner-path"
|
1168
|
-
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1169
|
-
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
1162
|
+
}, rest), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1163
|
+
d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
|
1170
1164
|
})), children);
|
1171
1165
|
});
|
1172
1166
|
if (process.env.NODE_ENV !== "production") {
|
1173
|
-
|
1167
|
+
JoinInner.propTypes = iconPropTypes4cbeb95d.i;
|
1174
1168
|
}
|
1175
|
-
var
|
1169
|
+
var JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref47, ref) {
|
1176
1170
|
var children = _ref47.children,
|
1177
1171
|
_ref47$size = _ref47.size,
|
1178
1172
|
size = _ref47$size === void 0 ? 16 : _ref47$size,
|
@@ -1184,14 +1178,22 @@ var JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref47, ref) {
|
|
1184
1178
|
xmlns: "http://www.w3.org/2000/svg",
|
1185
1179
|
viewBox: "0 0 32 32",
|
1186
1180
|
fill: "currentColor"
|
1187
|
-
}, rest),
|
1188
|
-
d: "M20
|
1181
|
+
}, rest), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1182
|
+
d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
|
1183
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1184
|
+
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
1185
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1186
|
+
fill: "none",
|
1187
|
+
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
1188
|
+
"data-icon-path": "inner-path"
|
1189
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1190
|
+
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
1189
1191
|
})), children);
|
1190
1192
|
});
|
1191
1193
|
if (process.env.NODE_ENV !== "production") {
|
1192
|
-
|
1194
|
+
JoinLeft.propTypes = iconPropTypes4cbeb95d.i;
|
1193
1195
|
}
|
1194
|
-
var
|
1196
|
+
var JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref48, ref) {
|
1195
1197
|
var children = _ref48.children,
|
1196
1198
|
_ref48$size = _ref48.size,
|
1197
1199
|
size = _ref48$size === void 0 ? 16 : _ref48$size,
|
@@ -1203,22 +1205,14 @@ var JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref48, ref) {
|
|
1203
1205
|
xmlns: "http://www.w3.org/2000/svg",
|
1204
1206
|
viewBox: "0 0 32 32",
|
1205
1207
|
fill: "currentColor"
|
1206
|
-
}, rest),
|
1207
|
-
d: "M20
|
1208
|
-
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1209
|
-
fill: "none",
|
1210
|
-
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
1211
|
-
"data-icon-path": "inner-path"
|
1212
|
-
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1213
|
-
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
1214
|
-
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1215
|
-
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
1208
|
+
}, rest), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1209
|
+
d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
|
1216
1210
|
})), children);
|
1217
1211
|
});
|
1218
1212
|
if (process.env.NODE_ENV !== "production") {
|
1219
|
-
|
1213
|
+
JoinOuter.propTypes = iconPropTypes4cbeb95d.i;
|
1220
1214
|
}
|
1221
|
-
var
|
1215
|
+
var JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref49, ref) {
|
1222
1216
|
var children = _ref49.children,
|
1223
1217
|
_ref49$size = _ref49.size,
|
1224
1218
|
size = _ref49$size === void 0 ? 16 : _ref49$size,
|
@@ -1230,15 +1224,22 @@ var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref49, ref) {
|
|
1230
1224
|
xmlns: "http://www.w3.org/2000/svg",
|
1231
1225
|
viewBox: "0 0 32 32",
|
1232
1226
|
fill: "currentColor"
|
1233
|
-
}, rest),
|
1234
|
-
|
1235
|
-
|
1227
|
+
}, rest), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1228
|
+
d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
|
1229
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1230
|
+
fill: "none",
|
1231
|
+
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
1232
|
+
"data-icon-path": "inner-path"
|
1233
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
1234
|
+
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
1235
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
1236
|
+
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
1236
1237
|
})), children);
|
1237
1238
|
});
|
1238
1239
|
if (process.env.NODE_ENV !== "production") {
|
1239
|
-
|
1240
|
+
JoinRight.propTypes = iconPropTypes4cbeb95d.i;
|
1240
1241
|
}
|
1241
|
-
var
|
1242
|
+
var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref50, ref) {
|
1242
1243
|
var children = _ref50.children,
|
1243
1244
|
_ref50$size = _ref50.size,
|
1244
1245
|
size = _ref50$size === void 0 ? 16 : _ref50$size,
|
@@ -1250,14 +1251,15 @@ var Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref50, ref) {
|
|
1250
1251
|
xmlns: "http://www.w3.org/2000/svg",
|
1251
1252
|
viewBox: "0 0 32 32",
|
1252
1253
|
fill: "currentColor"
|
1253
|
-
}, rest),
|
1254
|
-
|
1254
|
+
}, rest), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1255
|
+
strokeWidth: "0",
|
1256
|
+
d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
|
1255
1257
|
})), children);
|
1256
1258
|
});
|
1257
1259
|
if (process.env.NODE_ENV !== "production") {
|
1258
|
-
|
1260
|
+
JoinNode.propTypes = iconPropTypes4cbeb95d.i;
|
1259
1261
|
}
|
1260
|
-
var
|
1262
|
+
var Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref51, ref) {
|
1261
1263
|
var children = _ref51.children,
|
1262
1264
|
_ref51$size = _ref51.size,
|
1263
1265
|
size = _ref51$size === void 0 ? 16 : _ref51$size,
|
@@ -1269,16 +1271,14 @@ var JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref51, ref) {
|
|
1269
1271
|
xmlns: "http://www.w3.org/2000/svg",
|
1270
1272
|
viewBox: "0 0 32 32",
|
1271
1273
|
fill: "currentColor"
|
1272
|
-
}, rest),
|
1273
|
-
d: "
|
1274
|
-
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1275
|
-
d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
|
1274
|
+
}, rest), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1275
|
+
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
|
1276
1276
|
})), children);
|
1277
1277
|
});
|
1278
1278
|
if (process.env.NODE_ENV !== "production") {
|
1279
|
-
|
1279
|
+
Jpg.propTypes = iconPropTypes4cbeb95d.i;
|
1280
1280
|
}
|
1281
|
-
var
|
1281
|
+
var JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref52, ref) {
|
1282
1282
|
var children = _ref52.children,
|
1283
1283
|
_ref52$size = _ref52.size,
|
1284
1284
|
size = _ref52$size === void 0 ? 16 : _ref52$size,
|
@@ -1291,13 +1291,15 @@ var Json = /*#__PURE__*/React.forwardRef(function Json(_ref52, ref) {
|
|
1291
1291
|
viewBox: "0 0 32 32",
|
1292
1292
|
fill: "currentColor"
|
1293
1293
|
}, rest), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1294
|
-
d: "
|
1294
|
+
d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
|
1295
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1296
|
+
d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
|
1295
1297
|
})), children);
|
1296
1298
|
});
|
1297
1299
|
if (process.env.NODE_ENV !== "production") {
|
1298
|
-
|
1300
|
+
JsError.propTypes = iconPropTypes4cbeb95d.i;
|
1299
1301
|
}
|
1300
|
-
var
|
1302
|
+
var Json = /*#__PURE__*/React.forwardRef(function Json(_ref53, ref) {
|
1301
1303
|
var children = _ref53.children,
|
1302
1304
|
_ref53$size = _ref53.size,
|
1303
1305
|
size = _ref53$size === void 0 ? 16 : _ref53$size,
|
@@ -1309,14 +1311,14 @@ var JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref53,
|
|
1309
1311
|
xmlns: "http://www.w3.org/2000/svg",
|
1310
1312
|
viewBox: "0 0 32 32",
|
1311
1313
|
fill: "currentColor"
|
1312
|
-
}, rest),
|
1313
|
-
d: "
|
1314
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1315
|
+
d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
|
1314
1316
|
})), children);
|
1315
1317
|
});
|
1316
1318
|
if (process.env.NODE_ENV !== "production") {
|
1317
|
-
|
1319
|
+
Json.propTypes = iconPropTypes4cbeb95d.i;
|
1318
1320
|
}
|
1319
|
-
var
|
1321
|
+
var JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref54, ref) {
|
1320
1322
|
var children = _ref54.children,
|
1321
1323
|
_ref54$size = _ref54.size,
|
1322
1324
|
size = _ref54$size === void 0 ? 16 : _ref54$size,
|
@@ -1328,14 +1330,14 @@ var JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref54, ref) {
|
|
1328
1330
|
xmlns: "http://www.w3.org/2000/svg",
|
1329
1331
|
viewBox: "0 0 32 32",
|
1330
1332
|
fill: "currentColor"
|
1331
|
-
}, rest),
|
1332
|
-
d: "
|
1333
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1334
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
|
1333
1335
|
})), children);
|
1334
1336
|
});
|
1335
1337
|
if (process.env.NODE_ENV !== "production") {
|
1336
|
-
|
1338
|
+
JsonReference.propTypes = iconPropTypes4cbeb95d.i;
|
1337
1339
|
}
|
1338
|
-
var
|
1340
|
+
var JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref55, ref) {
|
1339
1341
|
var children = _ref55.children,
|
1340
1342
|
_ref55$size = _ref55.size,
|
1341
1343
|
size = _ref55$size === void 0 ? 16 : _ref55$size,
|
@@ -1347,16 +1349,14 @@ var KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref55, ref) {
|
|
1347
1349
|
xmlns: "http://www.w3.org/2000/svg",
|
1348
1350
|
viewBox: "0 0 32 32",
|
1349
1351
|
fill: "currentColor"
|
1350
|
-
}, rest),
|
1351
|
-
d: "
|
1352
|
-
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1353
|
-
d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
|
1352
|
+
}, rest), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1353
|
+
d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
|
1354
1354
|
})), children);
|
1355
1355
|
});
|
1356
1356
|
if (process.env.NODE_ENV !== "production") {
|
1357
|
-
|
1357
|
+
JumpLink.propTypes = iconPropTypes4cbeb95d.i;
|
1358
1358
|
}
|
1359
|
-
var
|
1359
|
+
var KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref56, ref) {
|
1360
1360
|
var children = _ref56.children,
|
1361
1361
|
_ref56$size = _ref56.size,
|
1362
1362
|
size = _ref56$size === void 0 ? 16 : _ref56$size,
|
@@ -1369,14 +1369,15 @@ var Key = /*#__PURE__*/React.forwardRef(function Key(_ref56, ref) {
|
|
1369
1369
|
viewBox: "0 0 32 32",
|
1370
1370
|
fill: "currentColor"
|
1371
1371
|
}, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
1372
|
-
|
1373
|
-
|
1372
|
+
d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
|
1373
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1374
|
+
d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
|
1374
1375
|
})), children);
|
1375
1376
|
});
|
1376
1377
|
if (process.env.NODE_ENV !== "production") {
|
1377
|
-
|
1378
|
+
KeepDry.propTypes = iconPropTypes4cbeb95d.i;
|
1378
1379
|
}
|
1379
|
-
var
|
1380
|
+
var Key = /*#__PURE__*/React.forwardRef(function Key(_ref57, ref) {
|
1380
1381
|
var children = _ref57.children,
|
1381
1382
|
_ref57$size = _ref57.size,
|
1382
1383
|
size = _ref57$size === void 0 ? 16 : _ref57$size,
|
@@ -1388,16 +1389,15 @@ var Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref57, ref) {
|
|
1388
1389
|
xmlns: "http://www.w3.org/2000/svg",
|
1389
1390
|
viewBox: "0 0 32 32",
|
1390
1391
|
fill: "currentColor"
|
1391
|
-
}, rest),
|
1392
|
-
|
1393
|
-
|
1394
|
-
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
1392
|
+
}, rest), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
1393
|
+
strokeWidth: "0",
|
1394
|
+
d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
|
1395
1395
|
})), children);
|
1396
1396
|
});
|
1397
1397
|
if (process.env.NODE_ENV !== "production") {
|
1398
|
-
|
1398
|
+
Key.propTypes = iconPropTypes4cbeb95d.i;
|
1399
1399
|
}
|
1400
|
-
var
|
1400
|
+
var Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref58, ref) {
|
1401
1401
|
var children = _ref58.children,
|
1402
1402
|
_ref58$size = _ref58.size,
|
1403
1403
|
size = _ref58$size === void 0 ? 16 : _ref58$size,
|
@@ -1410,15 +1410,15 @@ var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref58, ref
|
|
1410
1410
|
viewBox: "0 0 32 32",
|
1411
1411
|
fill: "currentColor"
|
1412
1412
|
}, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1413
|
-
d: "
|
1413
|
+
d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
|
1414
1414
|
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1415
|
-
d: "
|
1415
|
+
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
1416
1416
|
})), children);
|
1417
1417
|
});
|
1418
1418
|
if (process.env.NODE_ENV !== "production") {
|
1419
|
-
|
1419
|
+
Keyboard.propTypes = iconPropTypes4cbeb95d.i;
|
1420
1420
|
}
|
1421
|
-
var
|
1421
|
+
var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref59, ref) {
|
1422
1422
|
var children = _ref59.children,
|
1423
1423
|
_ref59$size = _ref59.size,
|
1424
1424
|
size = _ref59$size === void 0 ? 16 : _ref59$size,
|
@@ -1431,27 +1431,19 @@ var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref59, ref) {
|
|
1431
1431
|
viewBox: "0 0 32 32",
|
1432
1432
|
fill: "currentColor"
|
1433
1433
|
}, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
1434
|
-
|
1435
|
-
d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
|
1434
|
+
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
1436
1435
|
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
1437
|
-
|
1438
|
-
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
1436
|
+
d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
|
1439
1437
|
})), children);
|
1440
1438
|
});
|
1441
1439
|
if (process.env.NODE_ENV !== "production") {
|
1442
|
-
|
1440
|
+
KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
|
1443
1441
|
}
|
1444
|
-
var
|
1442
|
+
var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref60, ref) {
|
1445
1443
|
var children = _ref60.children,
|
1446
1444
|
_ref60$size = _ref60.size,
|
1447
1445
|
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
1448
1446
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref60, _excluded60);
|
1449
|
-
if (process.env.NODE_ENV !== "production") {
|
1450
|
-
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
1451
|
-
didWarnAboutDeprecation["Kubernetes"] = true;
|
1452
|
-
console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
|
1453
|
-
}
|
1454
|
-
}
|
1455
1447
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1456
1448
|
width: size,
|
1457
1449
|
height: size,
|
@@ -1460,17 +1452,27 @@ var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref60, ref)
|
|
1460
1452
|
viewBox: "0 0 32 32",
|
1461
1453
|
fill: "currentColor"
|
1462
1454
|
}, rest), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
1463
|
-
|
1455
|
+
strokeWidth: "0",
|
1456
|
+
d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
|
1457
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1458
|
+
strokeWidth: "0",
|
1459
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
1464
1460
|
})), children);
|
1465
1461
|
});
|
1466
1462
|
if (process.env.NODE_ENV !== "production") {
|
1467
|
-
|
1463
|
+
Kubelet.propTypes = iconPropTypes4cbeb95d.i;
|
1468
1464
|
}
|
1469
|
-
var
|
1465
|
+
var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref61, ref) {
|
1470
1466
|
var children = _ref61.children,
|
1471
1467
|
_ref61$size = _ref61.size,
|
1472
1468
|
size = _ref61$size === void 0 ? 16 : _ref61$size,
|
1473
1469
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref61, _excluded61);
|
1470
|
+
if (process.env.NODE_ENV !== "production") {
|
1471
|
+
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
1472
|
+
didWarnAboutDeprecation["Kubernetes"] = true;
|
1473
|
+
console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
|
1474
|
+
}
|
1475
|
+
}
|
1474
1476
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1475
1477
|
width: size,
|
1476
1478
|
height: size,
|
@@ -1478,19 +1480,14 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function Kubernet
|
|
1478
1480
|
xmlns: "http://www.w3.org/2000/svg",
|
1479
1481
|
viewBox: "0 0 32 32",
|
1480
1482
|
fill: "currentColor"
|
1481
|
-
}, rest),
|
1482
|
-
d: "
|
1483
|
-
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1484
|
-
d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
|
1485
|
-
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1486
|
-
fill: "none",
|
1487
|
-
d: "M0 0h32v32H0z"
|
1483
|
+
}, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1484
|
+
d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
|
1488
1485
|
})), children);
|
1489
1486
|
});
|
1490
1487
|
if (process.env.NODE_ENV !== "production") {
|
1491
|
-
|
1488
|
+
Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
|
1492
1489
|
}
|
1493
|
-
var
|
1490
|
+
var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref62, ref) {
|
1494
1491
|
var children = _ref62.children,
|
1495
1492
|
_ref62$size = _ref62.size,
|
1496
1493
|
size = _ref62$size === void 0 ? 16 : _ref62$size,
|
@@ -1502,22 +1499,19 @@ var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAdd
|
|
1502
1499
|
xmlns: "http://www.w3.org/2000/svg",
|
1503
1500
|
viewBox: "0 0 32 32",
|
1504
1501
|
fill: "currentColor"
|
1505
|
-
}, rest),
|
1506
|
-
|
1507
|
-
cy: "9",
|
1508
|
-
r: "2"
|
1509
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
1510
|
-
cx: "16",
|
1511
|
-
cy: "16",
|
1512
|
-
r: "2"
|
1502
|
+
}, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1503
|
+
d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
1513
1504
|
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1514
|
-
d: "
|
1505
|
+
d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
|
1506
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
1507
|
+
fill: "none",
|
1508
|
+
d: "M0 0h32v32H0z"
|
1515
1509
|
})), children);
|
1516
1510
|
});
|
1517
1511
|
if (process.env.NODE_ENV !== "production") {
|
1518
|
-
|
1512
|
+
KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
|
1519
1513
|
}
|
1520
|
-
var
|
1514
|
+
var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref63, ref) {
|
1521
1515
|
var children = _ref63.children,
|
1522
1516
|
_ref63$size = _ref63.size,
|
1523
1517
|
size = _ref63$size === void 0 ? 16 : _ref63$size,
|
@@ -1529,18 +1523,22 @@ var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperat
|
|
1529
1523
|
xmlns: "http://www.w3.org/2000/svg",
|
1530
1524
|
viewBox: "0 0 32 32",
|
1531
1525
|
fill: "currentColor"
|
1532
|
-
}, rest),
|
1533
|
-
|
1534
|
-
|
1526
|
+
}, rest), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
1527
|
+
cx: "16",
|
1528
|
+
cy: "9",
|
1529
|
+
r: "2"
|
1530
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
1531
|
+
cx: "16",
|
1532
|
+
cy: "16",
|
1533
|
+
r: "2"
|
1535
1534
|
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
1536
|
-
|
1537
|
-
d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
1535
|
+
d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
1538
1536
|
})), children);
|
1539
1537
|
});
|
1540
1538
|
if (process.env.NODE_ENV !== "production") {
|
1541
|
-
|
1539
|
+
KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
|
1542
1540
|
}
|
1543
|
-
var
|
1541
|
+
var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref64, ref) {
|
1544
1542
|
var children = _ref64.children,
|
1545
1543
|
_ref64$size = _ref64.size,
|
1546
1544
|
size = _ref64$size === void 0 ? 16 : _ref64$size,
|
@@ -1553,15 +1551,17 @@ var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref64,
|
|
1553
1551
|
viewBox: "0 0 32 32",
|
1554
1552
|
fill: "currentColor"
|
1555
1553
|
}, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1556
|
-
|
1554
|
+
strokeWidth: "0",
|
1555
|
+
d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
|
1557
1556
|
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
1558
|
-
|
1557
|
+
strokeWidth: "0",
|
1558
|
+
d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
1559
1559
|
})), children);
|
1560
1560
|
});
|
1561
1561
|
if (process.env.NODE_ENV !== "production") {
|
1562
|
-
|
1562
|
+
KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
|
1563
1563
|
}
|
1564
|
-
var
|
1564
|
+
var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref65, ref) {
|
1565
1565
|
var children = _ref65.children,
|
1566
1566
|
_ref65$size = _ref65.size,
|
1567
1567
|
size = _ref65$size === void 0 ? 16 : _ref65$size,
|
@@ -1574,18 +1574,15 @@ var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWork
|
|
1574
1574
|
viewBox: "0 0 32 32",
|
1575
1575
|
fill: "currentColor"
|
1576
1576
|
}, rest), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
1577
|
-
d: "
|
1577
|
+
d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
1578
1578
|
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
1579
|
-
d: "
|
1580
|
-
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1581
|
-
fill: "none",
|
1582
|
-
d: "M0 0h32v32H0z"
|
1579
|
+
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
1583
1580
|
})), children);
|
1584
1581
|
});
|
1585
1582
|
if (process.env.NODE_ENV !== "production") {
|
1586
|
-
|
1583
|
+
KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
|
1587
1584
|
}
|
1588
|
-
var
|
1585
|
+
var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref66, ref) {
|
1589
1586
|
var children = _ref66.children,
|
1590
1587
|
_ref66$size = _ref66.size,
|
1591
1588
|
size = _ref66$size === void 0 ? 16 : _ref66$size,
|
@@ -1597,16 +1594,19 @@ var Label = /*#__PURE__*/React.forwardRef(function Label(_ref66, ref) {
|
|
1597
1594
|
xmlns: "http://www.w3.org/2000/svg",
|
1598
1595
|
viewBox: "0 0 32 32",
|
1599
1596
|
fill: "currentColor"
|
1600
|
-
}, rest),
|
1601
|
-
d: "M23
|
1597
|
+
}, rest), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1598
|
+
d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
|
1599
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1600
|
+
d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
|
1602
1601
|
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
1603
|
-
|
1602
|
+
fill: "none",
|
1603
|
+
d: "M0 0h32v32H0z"
|
1604
1604
|
})), children);
|
1605
1605
|
});
|
1606
1606
|
if (process.env.NODE_ENV !== "production") {
|
1607
|
-
|
1607
|
+
KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
|
1608
1608
|
}
|
1609
|
-
var
|
1609
|
+
var Label = /*#__PURE__*/React.forwardRef(function Label(_ref67, ref) {
|
1610
1610
|
var children = _ref67.children,
|
1611
1611
|
_ref67$size = _ref67.size,
|
1612
1612
|
size = _ref67$size === void 0 ? 16 : _ref67$size,
|
@@ -1619,13 +1619,15 @@ var Language = /*#__PURE__*/React.forwardRef(function Language(_ref67, ref) {
|
|
1619
1619
|
viewBox: "0 0 32 32",
|
1620
1620
|
fill: "currentColor"
|
1621
1621
|
}, rest), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
1622
|
-
d: "
|
1622
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
|
1623
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
1624
|
+
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
1623
1625
|
})), children);
|
1624
1626
|
});
|
1625
1627
|
if (process.env.NODE_ENV !== "production") {
|
1626
|
-
|
1628
|
+
Label.propTypes = iconPropTypes4cbeb95d.i;
|
1627
1629
|
}
|
1628
|
-
var
|
1630
|
+
var Language = /*#__PURE__*/React.forwardRef(function Language(_ref68, ref) {
|
1629
1631
|
var children = _ref68.children,
|
1630
1632
|
_ref68$size = _ref68.size,
|
1631
1633
|
size = _ref68$size === void 0 ? 16 : _ref68$size,
|
@@ -1637,17 +1639,14 @@ var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref68, ref) {
|
|
1637
1639
|
xmlns: "http://www.w3.org/2000/svg",
|
1638
1640
|
viewBox: "0 0 32 32",
|
1639
1641
|
fill: "currentColor"
|
1640
|
-
}, rest),
|
1641
|
-
d: "
|
1642
|
-
transform: "translate(0 .005)"
|
1643
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1644
|
-
d: "M2 26.005H30V28.005H2z"
|
1642
|
+
}, rest), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1643
|
+
d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
|
1645
1644
|
})), children);
|
1646
1645
|
});
|
1647
1646
|
if (process.env.NODE_ENV !== "production") {
|
1648
|
-
|
1647
|
+
Language.propTypes = iconPropTypes4cbeb95d.i;
|
1649
1648
|
}
|
1650
|
-
var
|
1649
|
+
var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref69, ref) {
|
1651
1650
|
var children = _ref69.children,
|
1652
1651
|
_ref69$size = _ref69.size,
|
1653
1652
|
size = _ref69$size === void 0 ? 16 : _ref69$size,
|
@@ -1660,13 +1659,16 @@ var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref69, ref) {
|
|
1660
1659
|
viewBox: "0 0 32 32",
|
1661
1660
|
fill: "currentColor"
|
1662
1661
|
}, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
1663
|
-
d: "
|
1662
|
+
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
|
1663
|
+
transform: "translate(0 .005)"
|
1664
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
1665
|
+
d: "M2 26.005H30V28.005H2z"
|
1664
1666
|
})), children);
|
1665
1667
|
});
|
1666
1668
|
if (process.env.NODE_ENV !== "production") {
|
1667
|
-
|
1669
|
+
Laptop.propTypes = iconPropTypes4cbeb95d.i;
|
1668
1670
|
}
|
1669
|
-
var
|
1671
|
+
var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref70, ref) {
|
1670
1672
|
var children = _ref70.children,
|
1671
1673
|
_ref70$size = _ref70.size,
|
1672
1674
|
size = _ref70$size === void 0 ? 16 : _ref70$size,
|
@@ -1678,32 +1680,18 @@ var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref70, r
|
|
1678
1680
|
xmlns: "http://www.w3.org/2000/svg",
|
1679
1681
|
viewBox: "0 0 32 32",
|
1680
1682
|
fill: "currentColor"
|
1681
|
-
}, rest),
|
1682
|
-
d: "
|
1683
|
+
}, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1684
|
+
d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
|
1683
1685
|
})), children);
|
1684
1686
|
});
|
1685
1687
|
if (process.env.NODE_ENV !== "production") {
|
1686
|
-
|
1688
|
+
Lasso.propTypes = iconPropTypes4cbeb95d.i;
|
1687
1689
|
}
|
1688
|
-
var
|
1690
|
+
var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref71, ref) {
|
1689
1691
|
var children = _ref71.children,
|
1690
1692
|
_ref71$size = _ref71.size,
|
1691
1693
|
size = _ref71$size === void 0 ? 16 : _ref71$size,
|
1692
1694
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref71, _excluded71);
|
1693
|
-
if (size === 16 || size === "16" || size === "16px") {
|
1694
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1695
|
-
width: size,
|
1696
|
-
height: size,
|
1697
|
-
ref: ref,
|
1698
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1699
|
-
viewBox: "0 0 16 16",
|
1700
|
-
fill: "currentColor"
|
1701
|
-
}, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1702
|
-
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
1703
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1704
|
-
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
1705
|
-
})), children);
|
1706
|
-
}
|
1707
1695
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1708
1696
|
width: size,
|
1709
1697
|
height: size,
|
@@ -1711,20 +1699,32 @@ var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref71, ref) {
|
|
1711
1699
|
xmlns: "http://www.w3.org/2000/svg",
|
1712
1700
|
viewBox: "0 0 32 32",
|
1713
1701
|
fill: "currentColor"
|
1714
|
-
}, rest),
|
1715
|
-
d: "
|
1716
|
-
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1717
|
-
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
1702
|
+
}, rest), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1703
|
+
d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
|
1718
1704
|
})), children);
|
1719
1705
|
});
|
1720
1706
|
if (process.env.NODE_ENV !== "production") {
|
1721
|
-
|
1707
|
+
LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
|
1722
1708
|
}
|
1723
|
-
var
|
1709
|
+
var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref72, ref) {
|
1724
1710
|
var children = _ref72.children,
|
1725
1711
|
_ref72$size = _ref72.size,
|
1726
1712
|
size = _ref72$size === void 0 ? 16 : _ref72$size,
|
1727
1713
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref72, _excluded72);
|
1714
|
+
if (size === 16 || size === "16" || size === "16px") {
|
1715
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1716
|
+
width: size,
|
1717
|
+
height: size,
|
1718
|
+
ref: ref,
|
1719
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1720
|
+
viewBox: "0 0 16 16",
|
1721
|
+
fill: "currentColor"
|
1722
|
+
}, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
1723
|
+
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
1724
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1725
|
+
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
1726
|
+
})), children);
|
1727
|
+
}
|
1728
1728
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
1729
1729
|
width: size,
|
1730
1730
|
height: size,
|
@@ -1732,20 +1732,16 @@ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
1732
1732
|
xmlns: "http://www.w3.org/2000/svg",
|
1733
1733
|
viewBox: "0 0 32 32",
|
1734
1734
|
fill: "currentColor"
|
1735
|
-
}, rest),
|
1736
|
-
|
1737
|
-
cy: "25",
|
1738
|
-
r: "1"
|
1739
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1740
|
-
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
1735
|
+
}, rest), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1736
|
+
d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
|
1741
1737
|
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
1742
|
-
d: "
|
1738
|
+
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
1743
1739
|
})), children);
|
1744
1740
|
});
|
1745
1741
|
if (process.env.NODE_ENV !== "production") {
|
1746
|
-
|
1742
|
+
Launch.propTypes = iconPropTypes4cbeb95d.i;
|
1747
1743
|
}
|
1748
|
-
var
|
1744
|
+
var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref73, ref) {
|
1749
1745
|
var children = _ref73.children,
|
1750
1746
|
_ref73$size = _ref73.size,
|
1751
1747
|
size = _ref73$size === void 0 ? 16 : _ref73$size,
|
@@ -1757,20 +1753,20 @@ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
1757
1753
|
xmlns: "http://www.w3.org/2000/svg",
|
1758
1754
|
viewBox: "0 0 32 32",
|
1759
1755
|
fill: "currentColor"
|
1760
|
-
}, rest),
|
1756
|
+
}, rest), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
1761
1757
|
cx: "23",
|
1762
|
-
cy: "
|
1758
|
+
cy: "25",
|
1763
1759
|
r: "1"
|
1764
1760
|
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
1765
|
-
d: "M26
|
1761
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
1766
1762
|
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
1767
|
-
d: "M8
|
1763
|
+
d: "M8 24H20V26H8z"
|
1768
1764
|
})), children);
|
1769
1765
|
});
|
1770
1766
|
if (process.env.NODE_ENV !== "production") {
|
1771
|
-
|
1767
|
+
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
|
1772
1768
|
}
|
1773
|
-
var
|
1769
|
+
var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref74, ref) {
|
1774
1770
|
var children = _ref74.children,
|
1775
1771
|
_ref74$size = _ref74.size,
|
1776
1772
|
size = _ref74$size === void 0 ? 16 : _ref74$size,
|
@@ -1782,20 +1778,20 @@ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
1782
1778
|
xmlns: "http://www.w3.org/2000/svg",
|
1783
1779
|
viewBox: "0 0 32 32",
|
1784
1780
|
fill: "currentColor"
|
1785
|
-
}, rest),
|
1781
|
+
}, rest), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
1786
1782
|
cx: "23",
|
1787
|
-
cy: "
|
1783
|
+
cy: "7",
|
1788
1784
|
r: "1"
|
1789
1785
|
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
1790
|
-
d: "M26
|
1786
|
+
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
1791
1787
|
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
1792
|
-
d: "
|
1788
|
+
d: "M8 6H20V8H8z"
|
1793
1789
|
})), children);
|
1794
1790
|
});
|
1795
1791
|
if (process.env.NODE_ENV !== "production") {
|
1796
|
-
|
1792
|
+
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
|
1797
1793
|
}
|
1798
|
-
var
|
1794
|
+
var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref75, ref) {
|
1799
1795
|
var children = _ref75.children,
|
1800
1796
|
_ref75$size = _ref75.size,
|
1801
1797
|
size = _ref75$size === void 0 ? 16 : _ref75$size,
|
@@ -1807,16 +1803,20 @@ var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref75, ref) {
|
|
1807
1803
|
xmlns: "http://www.w3.org/2000/svg",
|
1808
1804
|
viewBox: "0 0 32 32",
|
1809
1805
|
fill: "currentColor"
|
1810
|
-
}, rest),
|
1811
|
-
|
1806
|
+
}, rest), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
1807
|
+
cx: "23",
|
1808
|
+
cy: "25",
|
1809
|
+
r: "1"
|
1810
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
1811
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
1812
1812
|
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1813
|
-
d: "
|
1813
|
+
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
1814
1814
|
})), children);
|
1815
1815
|
});
|
1816
1816
|
if (process.env.NODE_ENV !== "production") {
|
1817
|
-
|
1817
|
+
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
|
1818
1818
|
}
|
1819
|
-
var
|
1819
|
+
var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref76, ref) {
|
1820
1820
|
var children = _ref76.children,
|
1821
1821
|
_ref76$size = _ref76.size,
|
1822
1822
|
size = _ref76$size === void 0 ? 16 : _ref76$size,
|
@@ -1829,17 +1829,15 @@ var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref7
|
|
1829
1829
|
viewBox: "0 0 32 32",
|
1830
1830
|
fill: "currentColor"
|
1831
1831
|
}, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
1832
|
-
|
1833
|
-
d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
|
1832
|
+
d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
|
1834
1833
|
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
1835
|
-
|
1836
|
-
d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
|
1834
|
+
d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
|
1837
1835
|
})), children);
|
1838
1836
|
});
|
1839
1837
|
if (process.env.NODE_ENV !== "production") {
|
1840
|
-
|
1838
|
+
Layers.propTypes = iconPropTypes4cbeb95d.i;
|
1841
1839
|
}
|
1842
|
-
var
|
1840
|
+
var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref77, ref) {
|
1843
1841
|
var children = _ref77.children,
|
1844
1842
|
_ref77$size = _ref77.size,
|
1845
1843
|
size = _ref77$size === void 0 ? 16 : _ref77$size,
|
@@ -1852,21 +1850,17 @@ var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref77, ref) {
|
|
1852
1850
|
viewBox: "0 0 32 32",
|
1853
1851
|
fill: "currentColor"
|
1854
1852
|
}, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1855
|
-
|
1856
|
-
|
1857
|
-
width: "6",
|
1858
|
-
height: "6",
|
1859
|
-
x: "4",
|
1860
|
-
y: "20",
|
1861
|
-
rx: "1"
|
1853
|
+
strokeWidth: "0",
|
1854
|
+
d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
|
1862
1855
|
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
1863
|
-
|
1856
|
+
strokeWidth: "0",
|
1857
|
+
d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
|
1864
1858
|
})), children);
|
1865
1859
|
});
|
1866
1860
|
if (process.env.NODE_ENV !== "production") {
|
1867
|
-
|
1861
|
+
LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
|
1868
1862
|
}
|
1869
|
-
var
|
1863
|
+
var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref78, ref) {
|
1870
1864
|
var children = _ref78.children,
|
1871
1865
|
_ref78$size = _ref78.size,
|
1872
1866
|
size = _ref78$size === void 0 ? 16 : _ref78$size,
|
@@ -1879,13 +1873,21 @@ var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref78, ref) {
|
|
1879
1873
|
viewBox: "0 0 32 32",
|
1880
1874
|
fill: "currentColor"
|
1881
1875
|
}, rest), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
1882
|
-
d: "
|
1876
|
+
d: "M16 22H30V24H16z"
|
1877
|
+
})), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
1878
|
+
width: "6",
|
1879
|
+
height: "6",
|
1880
|
+
x: "4",
|
1881
|
+
y: "20",
|
1882
|
+
rx: "1"
|
1883
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
1884
|
+
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
1883
1885
|
})), children);
|
1884
1886
|
});
|
1885
1887
|
if (process.env.NODE_ENV !== "production") {
|
1886
|
-
|
1888
|
+
Legend.propTypes = iconPropTypes4cbeb95d.i;
|
1887
1889
|
}
|
1888
|
-
var
|
1890
|
+
var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref79, ref) {
|
1889
1891
|
var children = _ref79.children,
|
1890
1892
|
_ref79$size = _ref79.size,
|
1891
1893
|
size = _ref79$size === void 0 ? 16 : _ref79$size,
|
@@ -1897,14 +1899,14 @@ var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref79, ref) {
|
|
1897
1899
|
xmlns: "http://www.w3.org/2000/svg",
|
1898
1900
|
viewBox: "0 0 32 32",
|
1899
1901
|
fill: "currentColor"
|
1900
|
-
}, rest),
|
1901
|
-
d: "M23
|
1902
|
+
}, rest), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
1903
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
|
1902
1904
|
})), children);
|
1903
1905
|
});
|
1904
1906
|
if (process.env.NODE_ENV !== "production") {
|
1905
|
-
|
1907
|
+
LetterAa.propTypes = iconPropTypes4cbeb95d.i;
|
1906
1908
|
}
|
1907
|
-
var
|
1909
|
+
var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref80, ref) {
|
1908
1910
|
var children = _ref80.children,
|
1909
1911
|
_ref80$size = _ref80.size,
|
1910
1912
|
size = _ref80$size === void 0 ? 16 : _ref80$size,
|
@@ -1916,14 +1918,14 @@ var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref80, ref) {
|
|
1916
1918
|
xmlns: "http://www.w3.org/2000/svg",
|
1917
1919
|
viewBox: "0 0 32 32",
|
1918
1920
|
fill: "currentColor"
|
1919
|
-
}, rest),
|
1920
|
-
d: "
|
1921
|
+
}, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
1922
|
+
d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
|
1921
1923
|
})), children);
|
1922
1924
|
});
|
1923
1925
|
if (process.env.NODE_ENV !== "production") {
|
1924
|
-
|
1926
|
+
LetterBb.propTypes = iconPropTypes4cbeb95d.i;
|
1925
1927
|
}
|
1926
|
-
var
|
1928
|
+
var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref81, ref) {
|
1927
1929
|
var children = _ref81.children,
|
1928
1930
|
_ref81$size = _ref81.size,
|
1929
1931
|
size = _ref81$size === void 0 ? 16 : _ref81$size,
|
@@ -1935,14 +1937,14 @@ var LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref81, ref) {
|
|
1935
1937
|
xmlns: "http://www.w3.org/2000/svg",
|
1936
1938
|
viewBox: "0 0 32 32",
|
1937
1939
|
fill: "currentColor"
|
1938
|
-
}, rest),
|
1939
|
-
d: "
|
1940
|
+
}, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
1941
|
+
d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
1940
1942
|
})), children);
|
1941
1943
|
});
|
1942
1944
|
if (process.env.NODE_ENV !== "production") {
|
1943
|
-
|
1945
|
+
LetterCc.propTypes = iconPropTypes4cbeb95d.i;
|
1944
1946
|
}
|
1945
|
-
var
|
1947
|
+
var LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref82, ref) {
|
1946
1948
|
var children = _ref82.children,
|
1947
1949
|
_ref82$size = _ref82.size,
|
1948
1950
|
size = _ref82$size === void 0 ? 16 : _ref82$size,
|
@@ -1954,14 +1956,14 @@ var LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref82, ref) {
|
|
1954
1956
|
xmlns: "http://www.w3.org/2000/svg",
|
1955
1957
|
viewBox: "0 0 32 32",
|
1956
1958
|
fill: "currentColor"
|
1957
|
-
}, rest),
|
1958
|
-
d: "
|
1959
|
+
}, rest), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
1960
|
+
d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
|
1959
1961
|
})), children);
|
1960
1962
|
});
|
1961
1963
|
if (process.env.NODE_ENV !== "production") {
|
1962
|
-
|
1964
|
+
LetterDd.propTypes = iconPropTypes4cbeb95d.i;
|
1963
1965
|
}
|
1964
|
-
var
|
1966
|
+
var LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref83, ref) {
|
1965
1967
|
var children = _ref83.children,
|
1966
1968
|
_ref83$size = _ref83.size,
|
1967
1969
|
size = _ref83$size === void 0 ? 16 : _ref83$size,
|
@@ -1973,14 +1975,14 @@ var LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref83, ref) {
|
|
1973
1975
|
xmlns: "http://www.w3.org/2000/svg",
|
1974
1976
|
viewBox: "0 0 32 32",
|
1975
1977
|
fill: "currentColor"
|
1976
|
-
}, rest),
|
1977
|
-
d: "
|
1978
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
1979
|
+
d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
|
1978
1980
|
})), children);
|
1979
1981
|
});
|
1980
1982
|
if (process.env.NODE_ENV !== "production") {
|
1981
|
-
|
1983
|
+
LetterEe.propTypes = iconPropTypes4cbeb95d.i;
|
1982
1984
|
}
|
1983
|
-
var
|
1985
|
+
var LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref84, ref) {
|
1984
1986
|
var children = _ref84.children,
|
1985
1987
|
_ref84$size = _ref84.size,
|
1986
1988
|
size = _ref84$size === void 0 ? 16 : _ref84$size,
|
@@ -1992,14 +1994,14 @@ var LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref84, ref) {
|
|
1992
1994
|
xmlns: "http://www.w3.org/2000/svg",
|
1993
1995
|
viewBox: "0 0 32 32",
|
1994
1996
|
fill: "currentColor"
|
1995
|
-
}, rest),
|
1996
|
-
d: "
|
1997
|
+
}, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
1998
|
+
d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
|
1997
1999
|
})), children);
|
1998
2000
|
});
|
1999
2001
|
if (process.env.NODE_ENV !== "production") {
|
2000
|
-
|
2002
|
+
LetterFf.propTypes = iconPropTypes4cbeb95d.i;
|
2001
2003
|
}
|
2002
|
-
var
|
2004
|
+
var LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref85, ref) {
|
2003
2005
|
var children = _ref85.children,
|
2004
2006
|
_ref85$size = _ref85.size,
|
2005
2007
|
size = _ref85$size === void 0 ? 16 : _ref85$size,
|
@@ -2011,14 +2013,14 @@ var LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref85, ref) {
|
|
2011
2013
|
xmlns: "http://www.w3.org/2000/svg",
|
2012
2014
|
viewBox: "0 0 32 32",
|
2013
2015
|
fill: "currentColor"
|
2014
|
-
}, rest),
|
2015
|
-
d: "
|
2016
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
2017
|
+
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
|
2016
2018
|
})), children);
|
2017
2019
|
});
|
2018
2020
|
if (process.env.NODE_ENV !== "production") {
|
2019
|
-
|
2021
|
+
LetterGg.propTypes = iconPropTypes4cbeb95d.i;
|
2020
2022
|
}
|
2021
|
-
var
|
2023
|
+
var LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref86, ref) {
|
2022
2024
|
var children = _ref86.children,
|
2023
2025
|
_ref86$size = _ref86.size,
|
2024
2026
|
size = _ref86$size === void 0 ? 16 : _ref86$size,
|
@@ -2030,14 +2032,14 @@ var LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref86, ref) {
|
|
2030
2032
|
xmlns: "http://www.w3.org/2000/svg",
|
2031
2033
|
viewBox: "0 0 32 32",
|
2032
2034
|
fill: "currentColor"
|
2033
|
-
}, rest),
|
2034
|
-
d: "
|
2035
|
+
}, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
2036
|
+
d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
|
2035
2037
|
})), children);
|
2036
2038
|
});
|
2037
2039
|
if (process.env.NODE_ENV !== "production") {
|
2038
|
-
|
2040
|
+
LetterHh.propTypes = iconPropTypes4cbeb95d.i;
|
2039
2041
|
}
|
2040
|
-
var
|
2042
|
+
var LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref87, ref) {
|
2041
2043
|
var children = _ref87.children,
|
2042
2044
|
_ref87$size = _ref87.size,
|
2043
2045
|
size = _ref87$size === void 0 ? 16 : _ref87$size,
|
@@ -2049,14 +2051,14 @@ var LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref87, ref) {
|
|
2049
2051
|
xmlns: "http://www.w3.org/2000/svg",
|
2050
2052
|
viewBox: "0 0 32 32",
|
2051
2053
|
fill: "currentColor"
|
2052
|
-
}, rest),
|
2053
|
-
d: "
|
2054
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
2055
|
+
d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
|
2054
2056
|
})), children);
|
2055
2057
|
});
|
2056
2058
|
if (process.env.NODE_ENV !== "production") {
|
2057
|
-
|
2059
|
+
LetterIi.propTypes = iconPropTypes4cbeb95d.i;
|
2058
2060
|
}
|
2059
|
-
var
|
2061
|
+
var LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref88, ref) {
|
2060
2062
|
var children = _ref88.children,
|
2061
2063
|
_ref88$size = _ref88.size,
|
2062
2064
|
size = _ref88$size === void 0 ? 16 : _ref88$size,
|
@@ -2068,14 +2070,14 @@ var LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref88, ref) {
|
|
2068
2070
|
xmlns: "http://www.w3.org/2000/svg",
|
2069
2071
|
viewBox: "0 0 32 32",
|
2070
2072
|
fill: "currentColor"
|
2071
|
-
}, rest),
|
2072
|
-
d: "
|
2073
|
+
}, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
2074
|
+
d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
|
2073
2075
|
})), children);
|
2074
2076
|
});
|
2075
2077
|
if (process.env.NODE_ENV !== "production") {
|
2076
|
-
|
2078
|
+
LetterJj.propTypes = iconPropTypes4cbeb95d.i;
|
2077
2079
|
}
|
2078
|
-
var
|
2080
|
+
var LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref89, ref) {
|
2079
2081
|
var children = _ref89.children,
|
2080
2082
|
_ref89$size = _ref89.size,
|
2081
2083
|
size = _ref89$size === void 0 ? 16 : _ref89$size,
|
@@ -2087,14 +2089,14 @@ var LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref89, ref) {
|
|
2087
2089
|
xmlns: "http://www.w3.org/2000/svg",
|
2088
2090
|
viewBox: "0 0 32 32",
|
2089
2091
|
fill: "currentColor"
|
2090
|
-
}, rest),
|
2091
|
-
d: "
|
2092
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
2093
|
+
d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
|
2092
2094
|
})), children);
|
2093
2095
|
});
|
2094
2096
|
if (process.env.NODE_ENV !== "production") {
|
2095
|
-
|
2097
|
+
LetterKk.propTypes = iconPropTypes4cbeb95d.i;
|
2096
2098
|
}
|
2097
|
-
var
|
2099
|
+
var LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref90, ref) {
|
2098
2100
|
var children = _ref90.children,
|
2099
2101
|
_ref90$size = _ref90.size,
|
2100
2102
|
size = _ref90$size === void 0 ? 16 : _ref90$size,
|
@@ -2106,14 +2108,14 @@ var LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref90, ref) {
|
|
2106
2108
|
xmlns: "http://www.w3.org/2000/svg",
|
2107
2109
|
viewBox: "0 0 32 32",
|
2108
2110
|
fill: "currentColor"
|
2109
|
-
}, rest),
|
2110
|
-
d: "
|
2111
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
2112
|
+
d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
|
2111
2113
|
})), children);
|
2112
2114
|
});
|
2113
2115
|
if (process.env.NODE_ENV !== "production") {
|
2114
|
-
|
2116
|
+
LetterLl.propTypes = iconPropTypes4cbeb95d.i;
|
2115
2117
|
}
|
2116
|
-
var
|
2118
|
+
var LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref91, ref) {
|
2117
2119
|
var children = _ref91.children,
|
2118
2120
|
_ref91$size = _ref91.size,
|
2119
2121
|
size = _ref91$size === void 0 ? 16 : _ref91$size,
|
@@ -2125,14 +2127,14 @@ var LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref91, ref) {
|
|
2125
2127
|
xmlns: "http://www.w3.org/2000/svg",
|
2126
2128
|
viewBox: "0 0 32 32",
|
2127
2129
|
fill: "currentColor"
|
2128
|
-
}, rest),
|
2129
|
-
d: "
|
2130
|
+
}, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
2131
|
+
d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
|
2130
2132
|
})), children);
|
2131
2133
|
});
|
2132
2134
|
if (process.env.NODE_ENV !== "production") {
|
2133
|
-
|
2135
|
+
LetterMm.propTypes = iconPropTypes4cbeb95d.i;
|
2134
2136
|
}
|
2135
|
-
var
|
2137
|
+
var LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref92, ref) {
|
2136
2138
|
var children = _ref92.children,
|
2137
2139
|
_ref92$size = _ref92.size,
|
2138
2140
|
size = _ref92$size === void 0 ? 16 : _ref92$size,
|
@@ -2144,14 +2146,14 @@ var LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref92, ref) {
|
|
2144
2146
|
xmlns: "http://www.w3.org/2000/svg",
|
2145
2147
|
viewBox: "0 0 32 32",
|
2146
2148
|
fill: "currentColor"
|
2147
|
-
}, rest),
|
2148
|
-
d: "
|
2149
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
2150
|
+
d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
|
2149
2151
|
})), children);
|
2150
2152
|
});
|
2151
2153
|
if (process.env.NODE_ENV !== "production") {
|
2152
|
-
|
2154
|
+
LetterNn.propTypes = iconPropTypes4cbeb95d.i;
|
2153
2155
|
}
|
2154
|
-
var
|
2156
|
+
var LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref93, ref) {
|
2155
2157
|
var children = _ref93.children,
|
2156
2158
|
_ref93$size = _ref93.size,
|
2157
2159
|
size = _ref93$size === void 0 ? 16 : _ref93$size,
|
@@ -2163,14 +2165,14 @@ var LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref93, ref) {
|
|
2163
2165
|
xmlns: "http://www.w3.org/2000/svg",
|
2164
2166
|
viewBox: "0 0 32 32",
|
2165
2167
|
fill: "currentColor"
|
2166
|
-
}, rest),
|
2167
|
-
d: "M23
|
2168
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2169
|
+
d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
|
2168
2170
|
})), children);
|
2169
2171
|
});
|
2170
2172
|
if (process.env.NODE_ENV !== "production") {
|
2171
|
-
|
2173
|
+
LetterOo.propTypes = iconPropTypes4cbeb95d.i;
|
2172
2174
|
}
|
2173
|
-
var
|
2175
|
+
var LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref94, ref) {
|
2174
2176
|
var children = _ref94.children,
|
2175
2177
|
_ref94$size = _ref94.size,
|
2176
2178
|
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
@@ -2182,14 +2184,14 @@ var LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref94, ref) {
|
|
2182
2184
|
xmlns: "http://www.w3.org/2000/svg",
|
2183
2185
|
viewBox: "0 0 32 32",
|
2184
2186
|
fill: "currentColor"
|
2185
|
-
}, rest),
|
2186
|
-
d: "
|
2187
|
+
}, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
2188
|
+
d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
|
2187
2189
|
})), children);
|
2188
2190
|
});
|
2189
2191
|
if (process.env.NODE_ENV !== "production") {
|
2190
|
-
|
2192
|
+
LetterPp.propTypes = iconPropTypes4cbeb95d.i;
|
2191
2193
|
}
|
2192
|
-
var
|
2194
|
+
var LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref95, ref) {
|
2193
2195
|
var children = _ref95.children,
|
2194
2196
|
_ref95$size = _ref95.size,
|
2195
2197
|
size = _ref95$size === void 0 ? 16 : _ref95$size,
|
@@ -2201,14 +2203,14 @@ var LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref95, ref) {
|
|
2201
2203
|
xmlns: "http://www.w3.org/2000/svg",
|
2202
2204
|
viewBox: "0 0 32 32",
|
2203
2205
|
fill: "currentColor"
|
2204
|
-
}, rest),
|
2205
|
-
d: "
|
2206
|
+
}, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
2207
|
+
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
|
2206
2208
|
})), children);
|
2207
2209
|
});
|
2208
2210
|
if (process.env.NODE_ENV !== "production") {
|
2209
|
-
|
2211
|
+
LetterQq.propTypes = iconPropTypes4cbeb95d.i;
|
2210
2212
|
}
|
2211
|
-
var
|
2213
|
+
var LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref96, ref) {
|
2212
2214
|
var children = _ref96.children,
|
2213
2215
|
_ref96$size = _ref96.size,
|
2214
2216
|
size = _ref96$size === void 0 ? 16 : _ref96$size,
|
@@ -2220,14 +2222,14 @@ var LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref96, ref) {
|
|
2220
2222
|
xmlns: "http://www.w3.org/2000/svg",
|
2221
2223
|
viewBox: "0 0 32 32",
|
2222
2224
|
fill: "currentColor"
|
2223
|
-
}, rest),
|
2224
|
-
d: "
|
2225
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2226
|
+
d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
|
2225
2227
|
})), children);
|
2226
2228
|
});
|
2227
2229
|
if (process.env.NODE_ENV !== "production") {
|
2228
|
-
|
2230
|
+
LetterRr.propTypes = iconPropTypes4cbeb95d.i;
|
2229
2231
|
}
|
2230
|
-
var
|
2232
|
+
var LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref97, ref) {
|
2231
2233
|
var children = _ref97.children,
|
2232
2234
|
_ref97$size = _ref97.size,
|
2233
2235
|
size = _ref97$size === void 0 ? 16 : _ref97$size,
|
@@ -2239,14 +2241,14 @@ var LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref97, ref) {
|
|
2239
2241
|
xmlns: "http://www.w3.org/2000/svg",
|
2240
2242
|
viewBox: "0 0 32 32",
|
2241
2243
|
fill: "currentColor"
|
2242
|
-
}, rest),
|
2243
|
-
d: "
|
2244
|
+
}, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
2245
|
+
d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
|
2244
2246
|
})), children);
|
2245
2247
|
});
|
2246
2248
|
if (process.env.NODE_ENV !== "production") {
|
2247
|
-
|
2249
|
+
LetterSs.propTypes = iconPropTypes4cbeb95d.i;
|
2248
2250
|
}
|
2249
|
-
var
|
2251
|
+
var LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref98, ref) {
|
2250
2252
|
var children = _ref98.children,
|
2251
2253
|
_ref98$size = _ref98.size,
|
2252
2254
|
size = _ref98$size === void 0 ? 16 : _ref98$size,
|
@@ -2258,14 +2260,14 @@ var LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref98, ref) {
|
|
2258
2260
|
xmlns: "http://www.w3.org/2000/svg",
|
2259
2261
|
viewBox: "0 0 32 32",
|
2260
2262
|
fill: "currentColor"
|
2261
|
-
}, rest),
|
2262
|
-
d: "
|
2263
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2264
|
+
d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
|
2263
2265
|
})), children);
|
2264
2266
|
});
|
2265
2267
|
if (process.env.NODE_ENV !== "production") {
|
2266
|
-
|
2268
|
+
LetterTt.propTypes = iconPropTypes4cbeb95d.i;
|
2267
2269
|
}
|
2268
|
-
var
|
2270
|
+
var LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref99, ref) {
|
2269
2271
|
var children = _ref99.children,
|
2270
2272
|
_ref99$size = _ref99.size,
|
2271
2273
|
size = _ref99$size === void 0 ? 16 : _ref99$size,
|
@@ -2277,14 +2279,14 @@ var LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref99, ref) {
|
|
2277
2279
|
xmlns: "http://www.w3.org/2000/svg",
|
2278
2280
|
viewBox: "0 0 32 32",
|
2279
2281
|
fill: "currentColor"
|
2280
|
-
}, rest),
|
2281
|
-
d: "
|
2282
|
+
}, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
2283
|
+
d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
|
2282
2284
|
})), children);
|
2283
2285
|
});
|
2284
2286
|
if (process.env.NODE_ENV !== "production") {
|
2285
|
-
|
2287
|
+
LetterUu.propTypes = iconPropTypes4cbeb95d.i;
|
2286
2288
|
}
|
2287
|
-
var
|
2289
|
+
var LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref100, ref) {
|
2288
2290
|
var children = _ref100.children,
|
2289
2291
|
_ref100$size = _ref100.size,
|
2290
2292
|
size = _ref100$size === void 0 ? 16 : _ref100$size,
|
@@ -2296,14 +2298,14 @@ var LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref100, ref) {
|
|
2296
2298
|
xmlns: "http://www.w3.org/2000/svg",
|
2297
2299
|
viewBox: "0 0 32 32",
|
2298
2300
|
fill: "currentColor"
|
2299
|
-
}, rest),
|
2300
|
-
d: "
|
2301
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2302
|
+
d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
|
2301
2303
|
})), children);
|
2302
2304
|
});
|
2303
2305
|
if (process.env.NODE_ENV !== "production") {
|
2304
|
-
|
2306
|
+
LetterVv.propTypes = iconPropTypes4cbeb95d.i;
|
2305
2307
|
}
|
2306
|
-
var
|
2308
|
+
var LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref101, ref) {
|
2307
2309
|
var children = _ref101.children,
|
2308
2310
|
_ref101$size = _ref101.size,
|
2309
2311
|
size = _ref101$size === void 0 ? 16 : _ref101$size,
|
@@ -2315,14 +2317,14 @@ var LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref101, ref) {
|
|
2315
2317
|
xmlns: "http://www.w3.org/2000/svg",
|
2316
2318
|
viewBox: "0 0 32 32",
|
2317
2319
|
fill: "currentColor"
|
2318
|
-
}, rest),
|
2319
|
-
d: "
|
2320
|
+
}, rest), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
2321
|
+
d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
|
2320
2322
|
})), children);
|
2321
2323
|
});
|
2322
2324
|
if (process.env.NODE_ENV !== "production") {
|
2323
|
-
|
2325
|
+
LetterWw.propTypes = iconPropTypes4cbeb95d.i;
|
2324
2326
|
}
|
2325
|
-
var
|
2327
|
+
var LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref102, ref) {
|
2326
2328
|
var children = _ref102.children,
|
2327
2329
|
_ref102$size = _ref102.size,
|
2328
2330
|
size = _ref102$size === void 0 ? 16 : _ref102$size,
|
@@ -2334,14 +2336,14 @@ var LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref102, ref) {
|
|
2334
2336
|
xmlns: "http://www.w3.org/2000/svg",
|
2335
2337
|
viewBox: "0 0 32 32",
|
2336
2338
|
fill: "currentColor"
|
2337
|
-
}, rest),
|
2338
|
-
d: "M15 9L13 9 11
|
2339
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2340
|
+
d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
|
2339
2341
|
})), children);
|
2340
2342
|
});
|
2341
2343
|
if (process.env.NODE_ENV !== "production") {
|
2342
|
-
|
2344
|
+
LetterXx.propTypes = iconPropTypes4cbeb95d.i;
|
2343
2345
|
}
|
2344
|
-
var
|
2346
|
+
var LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref103, ref) {
|
2345
2347
|
var children = _ref103.children,
|
2346
2348
|
_ref103$size = _ref103.size,
|
2347
2349
|
size = _ref103$size === void 0 ? 16 : _ref103$size,
|
@@ -2353,14 +2355,14 @@ var LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref103, ref) {
|
|
2353
2355
|
xmlns: "http://www.w3.org/2000/svg",
|
2354
2356
|
viewBox: "0 0 32 32",
|
2355
2357
|
fill: "currentColor"
|
2356
|
-
}, rest),
|
2357
|
-
d: "
|
2358
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
2359
|
+
d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
|
2358
2360
|
})), children);
|
2359
2361
|
});
|
2360
2362
|
if (process.env.NODE_ENV !== "production") {
|
2361
|
-
|
2363
|
+
LetterYy.propTypes = iconPropTypes4cbeb95d.i;
|
2362
2364
|
}
|
2363
|
-
var
|
2365
|
+
var LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref104, ref) {
|
2364
2366
|
var children = _ref104.children,
|
2365
2367
|
_ref104$size = _ref104.size,
|
2366
2368
|
size = _ref104$size === void 0 ? 16 : _ref104$size,
|
@@ -2372,16 +2374,14 @@ var License = /*#__PURE__*/React.forwardRef(function License(_ref104, ref) {
|
|
2372
2374
|
xmlns: "http://www.w3.org/2000/svg",
|
2373
2375
|
viewBox: "0 0 32 32",
|
2374
2376
|
fill: "currentColor"
|
2375
|
-
}, rest),
|
2376
|
-
d: "
|
2377
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2378
|
-
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
|
2377
|
+
}, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2378
|
+
d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
|
2379
2379
|
})), children);
|
2380
2380
|
});
|
2381
2381
|
if (process.env.NODE_ENV !== "production") {
|
2382
|
-
|
2382
|
+
LetterZz.propTypes = iconPropTypes4cbeb95d.i;
|
2383
2383
|
}
|
2384
|
-
var
|
2384
|
+
var License = /*#__PURE__*/React.forwardRef(function License(_ref105, ref) {
|
2385
2385
|
var children = _ref105.children,
|
2386
2386
|
_ref105$size = _ref105.size,
|
2387
2387
|
size = _ref105$size === void 0 ? 16 : _ref105$size,
|
@@ -2394,15 +2394,15 @@ var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref105,
|
|
2394
2394
|
viewBox: "0 0 32 32",
|
2395
2395
|
fill: "currentColor"
|
2396
2396
|
}, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
2397
|
-
d: "
|
2397
|
+
d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
|
2398
2398
|
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
2399
|
-
d: "
|
2399
|
+
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
|
2400
2400
|
})), children);
|
2401
2401
|
});
|
2402
2402
|
if (process.env.NODE_ENV !== "production") {
|
2403
|
-
|
2403
|
+
License.propTypes = iconPropTypes4cbeb95d.i;
|
2404
2404
|
}
|
2405
|
-
var
|
2405
|
+
var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref106, ref) {
|
2406
2406
|
var children = _ref106.children,
|
2407
2407
|
_ref106$size = _ref106.size,
|
2408
2408
|
size = _ref106$size === void 0 ? 16 : _ref106$size,
|
@@ -2415,15 +2415,15 @@ var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref106
|
|
2415
2415
|
viewBox: "0 0 32 32",
|
2416
2416
|
fill: "currentColor"
|
2417
2417
|
}, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
2418
|
-
d: "
|
2418
|
+
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
2419
2419
|
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
2420
|
-
d: "
|
2420
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
|
2421
2421
|
})), children);
|
2422
2422
|
});
|
2423
2423
|
if (process.env.NODE_ENV !== "production") {
|
2424
|
-
|
2424
|
+
LicenseDraft.propTypes = iconPropTypes4cbeb95d.i;
|
2425
2425
|
}
|
2426
|
-
var
|
2426
|
+
var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref107, ref) {
|
2427
2427
|
var children = _ref107.children,
|
2428
2428
|
_ref107$size = _ref107.size,
|
2429
2429
|
size = _ref107$size === void 0 ? 16 : _ref107$size,
|
@@ -2436,15 +2436,15 @@ var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenan
|
|
2436
2436
|
viewBox: "0 0 32 32",
|
2437
2437
|
fill: "currentColor"
|
2438
2438
|
}, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
2439
|
-
d: "
|
2439
|
+
d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
|
2440
2440
|
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
2441
|
-
d: "
|
2441
|
+
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
|
2442
2442
|
})), children);
|
2443
2443
|
});
|
2444
2444
|
if (process.env.NODE_ENV !== "production") {
|
2445
|
-
|
2445
|
+
LicenseGlobal.propTypes = iconPropTypes4cbeb95d.i;
|
2446
2446
|
}
|
2447
|
-
var
|
2447
|
+
var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref108, ref) {
|
2448
2448
|
var children = _ref108.children,
|
2449
2449
|
_ref108$size = _ref108.size,
|
2450
2450
|
size = _ref108$size === void 0 ? 16 : _ref108$size,
|
@@ -2457,15 +2457,15 @@ var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMain
|
|
2457
2457
|
viewBox: "0 0 32 32",
|
2458
2458
|
fill: "currentColor"
|
2459
2459
|
}, rest), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
2460
|
-
d: "
|
2460
|
+
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
|
2461
2461
|
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
2462
|
-
d: "
|
2462
|
+
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
2463
2463
|
})), children);
|
2464
2464
|
});
|
2465
2465
|
if (process.env.NODE_ENV !== "production") {
|
2466
|
-
|
2466
|
+
LicenseMaintenance.propTypes = iconPropTypes4cbeb95d.i;
|
2467
2467
|
}
|
2468
|
-
var
|
2468
|
+
var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref109, ref) {
|
2469
2469
|
var children = _ref109.children,
|
2470
2470
|
_ref109$size = _ref109.size,
|
2471
2471
|
size = _ref109$size === void 0 ? 16 : _ref109$size,
|
@@ -2478,15 +2478,15 @@ var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty
|
|
2478
2478
|
viewBox: "0 0 32 32",
|
2479
2479
|
fill: "currentColor"
|
2480
2480
|
}, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
2481
|
-
d: "
|
2481
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
|
2482
2482
|
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
2483
|
-
d: "
|
2483
|
+
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
2484
2484
|
})), children);
|
2485
2485
|
});
|
2486
2486
|
if (process.env.NODE_ENV !== "production") {
|
2487
|
-
|
2487
|
+
LicenseMaintenanceDraft.propTypes = iconPropTypes4cbeb95d.i;
|
2488
2488
|
}
|
2489
|
-
var
|
2489
|
+
var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref110, ref) {
|
2490
2490
|
var children = _ref110.children,
|
2491
2491
|
_ref110$size = _ref110.size,
|
2492
2492
|
size = _ref110$size === void 0 ? 16 : _ref110$size,
|
@@ -2499,15 +2499,15 @@ var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThird
|
|
2499
2499
|
viewBox: "0 0 32 32",
|
2500
2500
|
fill: "currentColor"
|
2501
2501
|
}, rest), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2502
|
-
d: "
|
2502
|
+
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
|
2503
2503
|
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2504
|
-
d: "
|
2504
|
+
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
2505
2505
|
})), children);
|
2506
2506
|
});
|
2507
2507
|
if (process.env.NODE_ENV !== "production") {
|
2508
|
-
|
2508
|
+
LicenseThirdParty.propTypes = iconPropTypes4cbeb95d.i;
|
2509
2509
|
}
|
2510
|
-
var
|
2510
|
+
var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref111, ref) {
|
2511
2511
|
var children = _ref111.children,
|
2512
2512
|
_ref111$size = _ref111.size,
|
2513
2513
|
size = _ref111$size === void 0 ? 16 : _ref111$size,
|
@@ -2520,17 +2520,38 @@ var Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref111, ref) {
|
|
2520
2520
|
viewBox: "0 0 32 32",
|
2521
2521
|
fill: "currentColor"
|
2522
2522
|
}, rest), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
2523
|
-
d: "
|
2523
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
|
2524
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
2525
|
+
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"
|
2524
2526
|
})), children);
|
2525
2527
|
});
|
2526
2528
|
if (process.env.NODE_ENV !== "production") {
|
2527
|
-
|
2529
|
+
LicenseThirdPartyDraft.propTypes = iconPropTypes4cbeb95d.i;
|
2528
2530
|
}
|
2529
|
-
var
|
2531
|
+
var Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref112, ref) {
|
2530
2532
|
var children = _ref112.children,
|
2531
2533
|
_ref112$size = _ref112.size,
|
2532
2534
|
size = _ref112$size === void 0 ? 16 : _ref112$size,
|
2533
2535
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref112, _excluded112);
|
2536
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2537
|
+
width: size,
|
2538
|
+
height: size,
|
2539
|
+
ref: ref,
|
2540
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2541
|
+
viewBox: "0 0 32 32",
|
2542
|
+
fill: "currentColor"
|
2543
|
+
}, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
2544
|
+
d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
|
2545
|
+
})), children);
|
2546
|
+
});
|
2547
|
+
if (process.env.NODE_ENV !== "production") {
|
2548
|
+
Lifesaver.propTypes = iconPropTypes4cbeb95d.i;
|
2549
|
+
}
|
2550
|
+
var Light = /*#__PURE__*/React.forwardRef(function Light(_ref113, ref) {
|
2551
|
+
var children = _ref113.children,
|
2552
|
+
_ref113$size = _ref113.size,
|
2553
|
+
size = _ref113$size === void 0 ? 16 : _ref113$size,
|
2554
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
|
2534
2555
|
if (size === 16 || size === "16" || size === "16px") {
|
2535
2556
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2536
2557
|
width: size,
|
@@ -2539,27 +2560,27 @@ var Light = /*#__PURE__*/React.forwardRef(function Light(_ref112, ref) {
|
|
2539
2560
|
xmlns: "http://www.w3.org/2000/svg",
|
2540
2561
|
viewBox: "0 0 16 16",
|
2541
2562
|
fill: "currentColor"
|
2542
|
-
}, rest),
|
2563
|
+
}, rest), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
2543
2564
|
d: "M7.5 1H8.5V3.5H7.5z"
|
2544
|
-
})),
|
2565
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
2545
2566
|
d: "M10.8 3.4H13.3V4.4H10.8z",
|
2546
2567
|
transform: "rotate(-45.001 12.041 3.923)"
|
2547
|
-
})),
|
2568
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
2548
2569
|
d: "M12.5 7.5H15V8.5H12.5z"
|
2549
|
-
})),
|
2570
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
2550
2571
|
d: "M11.6 10.8H12.6V13.3H11.6z",
|
2551
2572
|
transform: "rotate(-45.001 12.075 12.041)"
|
2552
|
-
})),
|
2573
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
2553
2574
|
d: "M7.5 12.5H8.5V15H7.5z"
|
2554
|
-
})),
|
2575
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
2555
2576
|
d: "M2.7 11.6H5.2V12.6H2.7z",
|
2556
2577
|
transform: "rotate(-45.001 3.96 12.079)"
|
2557
|
-
})),
|
2578
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
2558
2579
|
d: "M1 7.5H3.5V8.5H1z"
|
2559
|
-
})),
|
2580
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
2560
2581
|
d: "M3.4 2.7H4.4V5.2H3.4z",
|
2561
2582
|
transform: "rotate(-45.001 3.925 3.961)"
|
2562
|
-
})),
|
2583
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
2563
2584
|
d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
|
2564
2585
|
})), children);
|
2565
2586
|
}
|
@@ -2570,38 +2591,38 @@ var Light = /*#__PURE__*/React.forwardRef(function Light(_ref112, ref) {
|
|
2570
2591
|
xmlns: "http://www.w3.org/2000/svg",
|
2571
2592
|
viewBox: "0 0 32 32",
|
2572
2593
|
fill: "currentColor"
|
2573
|
-
}, rest),
|
2594
|
+
}, rest), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
2574
2595
|
d: "M15 2H17V7H15z"
|
2575
|
-
})),
|
2596
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
2576
2597
|
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
2577
2598
|
transform: "rotate(-45 24.147 7.853)"
|
2578
|
-
})),
|
2599
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
2579
2600
|
d: "M25 15H30V17H25z"
|
2580
|
-
})),
|
2601
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
2581
2602
|
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
2582
2603
|
transform: "rotate(-45 24.147 24.146)"
|
2583
|
-
})),
|
2604
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2584
2605
|
d: "M15 25H17V30H15z"
|
2585
|
-
})),
|
2606
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2586
2607
|
d: "M5.375 23.147H10.333V25.147H5.375z",
|
2587
2608
|
transform: "rotate(-45 7.853 24.146)"
|
2588
|
-
})),
|
2609
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
2589
2610
|
d: "M2 15H7V17H2z"
|
2590
|
-
})),
|
2611
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
2591
2612
|
d: "M6.854 5.375H8.854V10.333H6.854z",
|
2592
2613
|
transform: "rotate(-45 7.854 7.853)"
|
2593
|
-
})),
|
2614
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
2594
2615
|
d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
2595
2616
|
})), children);
|
2596
2617
|
});
|
2597
2618
|
if (process.env.NODE_ENV !== "production") {
|
2598
2619
|
Light.propTypes = iconPropTypes4cbeb95d.i;
|
2599
2620
|
}
|
2600
|
-
var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(
|
2601
|
-
var children =
|
2602
|
-
|
2603
|
-
size =
|
2604
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(
|
2621
|
+
var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref114, ref) {
|
2622
|
+
var children = _ref114.children,
|
2623
|
+
_ref114$size = _ref114.size,
|
2624
|
+
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
2625
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref114, _excluded114);
|
2605
2626
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2606
2627
|
width: size,
|
2607
2628
|
height: size,
|
@@ -2609,53 +2630,34 @@ var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref113, re
|
|
2609
2630
|
xmlns: "http://www.w3.org/2000/svg",
|
2610
2631
|
viewBox: "0 0 32 32",
|
2611
2632
|
fill: "currentColor"
|
2612
|
-
}, rest),
|
2633
|
+
}, rest), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2613
2634
|
d: "M15 2H17V7H15z"
|
2614
|
-
})),
|
2635
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
2615
2636
|
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
2616
2637
|
transform: "rotate(-45 24.147 7.853)"
|
2617
|
-
})),
|
2638
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
2618
2639
|
d: "M25 15H30V17H25z"
|
2619
|
-
})),
|
2640
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2620
2641
|
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
2621
2642
|
transform: "rotate(-45 24.147 24.146)"
|
2622
|
-
})),
|
2643
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2623
2644
|
d: "M15 25H17V30H15z"
|
2624
|
-
})),
|
2645
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
2625
2646
|
d: "M5.375 23.147H10.333V25.147H5.375z",
|
2626
2647
|
transform: "rotate(-45 7.853 24.146)"
|
2627
|
-
})),
|
2648
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
2628
2649
|
d: "M2 15H7V17H2z"
|
2629
|
-
})),
|
2650
|
+
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2630
2651
|
d: "M6.854 5.375H8.854V10.333H6.854z",
|
2631
2652
|
transform: "rotate(-45 7.854 7.853)"
|
2632
|
-
})),
|
2653
|
+
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
2633
2654
|
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
2634
2655
|
})), children);
|
2635
2656
|
});
|
2636
2657
|
if (process.env.NODE_ENV !== "production") {
|
2637
2658
|
LightFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2638
2659
|
}
|
2639
|
-
var Lightning = /*#__PURE__*/React.forwardRef(function Lightning(
|
2640
|
-
var children = _ref114.children,
|
2641
|
-
_ref114$size = _ref114.size,
|
2642
|
-
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
2643
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref114, _excluded114);
|
2644
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2645
|
-
width: size,
|
2646
|
-
height: size,
|
2647
|
-
ref: ref,
|
2648
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2649
|
-
viewBox: "0 0 32 32",
|
2650
|
-
fill: "currentColor"
|
2651
|
-
}, rest), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2652
|
-
d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
|
2653
|
-
})), children);
|
2654
|
-
});
|
2655
|
-
if (process.env.NODE_ENV !== "production") {
|
2656
|
-
Lightning.propTypes = iconPropTypes4cbeb95d.i;
|
2657
|
-
}
|
2658
|
-
var Link = /*#__PURE__*/React.forwardRef(function Link(_ref115, ref) {
|
2660
|
+
var Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref115, ref) {
|
2659
2661
|
var children = _ref115.children,
|
2660
2662
|
_ref115$size = _ref115.size,
|
2661
2663
|
size = _ref115$size === void 0 ? 16 : _ref115$size,
|
@@ -2667,16 +2669,14 @@ var Link = /*#__PURE__*/React.forwardRef(function Link(_ref115, ref) {
|
|
2667
2669
|
xmlns: "http://www.w3.org/2000/svg",
|
2668
2670
|
viewBox: "0 0 32 32",
|
2669
2671
|
fill: "currentColor"
|
2670
|
-
}, rest),
|
2671
|
-
d: "
|
2672
|
-
})), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
2673
|
-
d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
|
2672
|
+
}, rest), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
2673
|
+
d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
|
2674
2674
|
})), children);
|
2675
2675
|
});
|
2676
2676
|
if (process.env.NODE_ENV !== "production") {
|
2677
|
-
|
2677
|
+
Lightning.propTypes = iconPropTypes4cbeb95d.i;
|
2678
2678
|
}
|
2679
|
-
var
|
2679
|
+
var Link = /*#__PURE__*/React.forwardRef(function Link(_ref116, ref) {
|
2680
2680
|
var children = _ref116.children,
|
2681
2681
|
_ref116$size = _ref116.size,
|
2682
2682
|
size = _ref116$size === void 0 ? 16 : _ref116$size,
|
@@ -2689,13 +2689,15 @@ var Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref116, ref) {
|
|
2689
2689
|
viewBox: "0 0 32 32",
|
2690
2690
|
fill: "currentColor"
|
2691
2691
|
}, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
2692
|
-
d: "M29.
|
2692
|
+
d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
|
2693
|
+
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
2694
|
+
d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
|
2693
2695
|
})), children);
|
2694
2696
|
});
|
2695
2697
|
if (process.env.NODE_ENV !== "production") {
|
2696
|
-
|
2698
|
+
Link.propTypes = iconPropTypes4cbeb95d.i;
|
2697
2699
|
}
|
2698
|
-
var
|
2700
|
+
var Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref117, ref) {
|
2699
2701
|
var children = _ref117.children,
|
2700
2702
|
_ref117$size = _ref117.size,
|
2701
2703
|
size = _ref117$size === void 0 ? 16 : _ref117$size,
|
@@ -2707,16 +2709,14 @@ var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref117, ref) {
|
|
2707
2709
|
xmlns: "http://www.w3.org/2000/svg",
|
2708
2710
|
viewBox: "0 0 32 32",
|
2709
2711
|
fill: "currentColor"
|
2710
|
-
}, rest),
|
2711
|
-
d: "
|
2712
|
-
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
2713
|
-
d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
|
2712
|
+
}, rest), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
2713
|
+
d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
|
2714
2714
|
})), children);
|
2715
2715
|
});
|
2716
2716
|
if (process.env.NODE_ENV !== "production") {
|
2717
|
-
|
2717
|
+
Linux.propTypes = iconPropTypes4cbeb95d.i;
|
2718
2718
|
}
|
2719
|
-
var
|
2719
|
+
var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref118, ref) {
|
2720
2720
|
var children = _ref118.children,
|
2721
2721
|
_ref118$size = _ref118.size,
|
2722
2722
|
size = _ref118$size === void 0 ? 16 : _ref118$size,
|
@@ -2729,14 +2729,15 @@ var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref1
|
|
2729
2729
|
viewBox: "0 0 32 32",
|
2730
2730
|
fill: "currentColor"
|
2731
2731
|
}, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
2732
|
-
|
2733
|
-
|
2732
|
+
d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
|
2733
|
+
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
2734
|
+
d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
|
2734
2735
|
})), children);
|
2735
2736
|
});
|
2736
2737
|
if (process.env.NODE_ENV !== "production") {
|
2737
|
-
|
2738
|
+
LinuxAlt.propTypes = iconPropTypes4cbeb95d.i;
|
2738
2739
|
}
|
2739
|
-
var
|
2740
|
+
var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref119, ref) {
|
2740
2741
|
var children = _ref119.children,
|
2741
2742
|
_ref119$size = _ref119.size,
|
2742
2743
|
size = _ref119$size === void 0 ? 16 : _ref119$size,
|
@@ -2748,14 +2749,15 @@ var List = /*#__PURE__*/React.forwardRef(function List(_ref119, ref) {
|
|
2748
2749
|
xmlns: "http://www.w3.org/2000/svg",
|
2749
2750
|
viewBox: "0 0 32 32",
|
2750
2751
|
fill: "currentColor"
|
2751
|
-
}, rest),
|
2752
|
-
|
2752
|
+
}, rest), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
2753
|
+
strokeWidth: "0",
|
2754
|
+
d: "M26 2H28V30H26zM20 25H6c-1.1046 0-2-.8954-2-2v-14c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2zm0-16H6v14h14v-14z"
|
2753
2755
|
})), children);
|
2754
2756
|
});
|
2755
2757
|
if (process.env.NODE_ENV !== "production") {
|
2756
|
-
|
2758
|
+
LinuxNamespace.propTypes = iconPropTypes4cbeb95d.i;
|
2757
2759
|
}
|
2758
|
-
var
|
2760
|
+
var List = /*#__PURE__*/React.forwardRef(function List(_ref120, ref) {
|
2759
2761
|
var children = _ref120.children,
|
2760
2762
|
_ref120$size = _ref120.size,
|
2761
2763
|
size = _ref120$size === void 0 ? 16 : _ref120$size,
|
@@ -2767,18 +2769,37 @@ var ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref120, ref) {
|
|
2767
2769
|
xmlns: "http://www.w3.org/2000/svg",
|
2768
2770
|
viewBox: "0 0 32 32",
|
2769
2771
|
fill: "currentColor"
|
2770
|
-
}, rest),
|
2771
|
-
d: "
|
2772
|
+
}, rest), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
2773
|
+
d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
|
2772
2774
|
})), children);
|
2773
2775
|
});
|
2774
2776
|
if (process.env.NODE_ENV !== "production") {
|
2775
|
-
|
2777
|
+
List.propTypes = iconPropTypes4cbeb95d.i;
|
2776
2778
|
}
|
2777
|
-
var
|
2779
|
+
var ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref121, ref) {
|
2778
2780
|
var children = _ref121.children,
|
2779
2781
|
_ref121$size = _ref121.size,
|
2780
2782
|
size = _ref121$size === void 0 ? 16 : _ref121$size,
|
2781
2783
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref121, _excluded121);
|
2784
|
+
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2785
|
+
width: size,
|
2786
|
+
height: size,
|
2787
|
+
ref: ref,
|
2788
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2789
|
+
viewBox: "0 0 32 32",
|
2790
|
+
fill: "currentColor"
|
2791
|
+
}, rest), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
2792
|
+
d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
|
2793
|
+
})), children);
|
2794
|
+
});
|
2795
|
+
if (process.env.NODE_ENV !== "production") {
|
2796
|
+
ListBoxes.propTypes = iconPropTypes4cbeb95d.i;
|
2797
|
+
}
|
2798
|
+
var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref122, ref) {
|
2799
|
+
var children = _ref122.children,
|
2800
|
+
_ref122$size = _ref122.size,
|
2801
|
+
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
2802
|
+
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
|
2782
2803
|
if (size === 16 || size === "16" || size === "16px") {
|
2783
2804
|
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2784
2805
|
width: size,
|
@@ -2795,7 +2816,7 @@ var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref121,
|
|
2795
2816
|
cx: "3.5",
|
2796
2817
|
cy: "11.5",
|
2797
2818
|
r: "1.5"
|
2798
|
-
})),
|
2819
|
+
})), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
2799
2820
|
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
2800
2821
|
})), children);
|
2801
2822
|
}
|
@@ -2814,33 +2835,14 @@ var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref121,
|
|
2814
2835
|
cx: "7",
|
2815
2836
|
cy: "23",
|
2816
2837
|
r: "3"
|
2817
|
-
})),
|
2838
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
2818
2839
|
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
2819
2840
|
})), children);
|
2820
2841
|
});
|
2821
2842
|
if (process.env.NODE_ENV !== "production") {
|
2822
2843
|
ListBulleted.propTypes = iconPropTypes4cbeb95d.i;
|
2823
2844
|
}
|
2824
|
-
var ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(
|
2825
|
-
var children = _ref122.children,
|
2826
|
-
_ref122$size = _ref122.size,
|
2827
|
-
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
2828
|
-
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
|
2829
|
-
return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
|
2830
|
-
width: size,
|
2831
|
-
height: size,
|
2832
|
-
ref: ref,
|
2833
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2834
|
-
viewBox: "0 0 32 32",
|
2835
|
-
fill: "currentColor"
|
2836
|
-
}, rest), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
2837
|
-
d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
|
2838
|
-
})), children);
|
2839
|
-
});
|
2840
|
-
if (process.env.NODE_ENV !== "production") {
|
2841
|
-
ListChecked.propTypes = iconPropTypes4cbeb95d.i;
|
2842
|
-
}
|
2843
|
-
var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref123, ref) {
|
2845
|
+
var ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref123, ref) {
|
2844
2846
|
var children = _ref123.children,
|
2845
2847
|
_ref123$size = _ref123.size,
|
2846
2848
|
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
@@ -2852,14 +2854,14 @@ var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror
|
|
2852
2854
|
xmlns: "http://www.w3.org/2000/svg",
|
2853
2855
|
viewBox: "0 0 32 32",
|
2854
2856
|
fill: "currentColor"
|
2855
|
-
}, rest),
|
2856
|
-
d: "
|
2857
|
+
}, rest), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
2858
|
+
d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
|
2857
2859
|
})), children);
|
2858
2860
|
});
|
2859
2861
|
if (process.env.NODE_ENV !== "production") {
|
2860
|
-
|
2862
|
+
ListChecked.propTypes = iconPropTypes4cbeb95d.i;
|
2861
2863
|
}
|
2862
|
-
var
|
2864
|
+
var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref124, ref) {
|
2863
2865
|
var children = _ref124.children,
|
2864
2866
|
_ref124$size = _ref124.size,
|
2865
2867
|
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
@@ -2871,16 +2873,14 @@ var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref124,
|
|
2871
2873
|
xmlns: "http://www.w3.org/2000/svg",
|
2872
2874
|
viewBox: "0 0 32 32",
|
2873
2875
|
fill: "currentColor"
|
2874
|
-
}, rest),
|
2875
|
-
d: "
|
2876
|
-
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
2877
|
-
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
2876
|
+
}, rest), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
2877
|
+
d: "M30 19.4L28.6 18 22 24.6 19.4 22 18 23.4 22 27.4zM2 22H16V24H2zM30 5.4L28.6 4 22 10.6 19.4 8 18 9.4 22 13.4zM2 8H16V10H2z"
|
2878
2878
|
})), children);
|
2879
2879
|
});
|
2880
2880
|
if (process.env.NODE_ENV !== "production") {
|
2881
|
-
|
2881
|
+
ListCheckedMirror.propTypes = iconPropTypes4cbeb95d.i;
|
2882
2882
|
}
|
2883
|
-
var
|
2883
|
+
var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref125, ref) {
|
2884
2884
|
var children = _ref125.children,
|
2885
2885
|
_ref125$size = _ref125.size,
|
2886
2886
|
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
@@ -2893,13 +2893,16 @@ var ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref125,
|
|
2893
2893
|
viewBox: "0 0 32 32",
|
2894
2894
|
fill: "currentColor"
|
2895
2895
|
}, rest), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
2896
|
-
d: "
|
2896
|
+
d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
|
2897
|
+
})), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
2898
|
+
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
2897
2899
|
})), children);
|
2898
2900
|
});
|
2899
2901
|
if (process.env.NODE_ENV !== "production") {
|
2900
|
-
|
2902
|
+
ListDropdown.propTypes = iconPropTypes4cbeb95d.i;
|
2901
2903
|
}
|
2902
2904
|
|
2905
|
+
exports.InProgressWarning = InProgressWarning;
|
2903
2906
|
exports.Incomplete = Incomplete;
|
2904
2907
|
exports.IncompleteCancel = IncompleteCancel;
|
2905
2908
|
exports.IncompleteError = IncompleteError;
|
@@ -3020,7 +3023,6 @@ exports.ListBulleted = ListBulleted;
|
|
3020
3023
|
exports.ListChecked = ListChecked;
|
3021
3024
|
exports.ListCheckedMirror = ListCheckedMirror;
|
3022
3025
|
exports.ListDropdown = ListDropdown;
|
3023
|
-
exports.ListNumbered = ListNumbered;
|
3024
3026
|
exports.WatsonHealthInteractiveSegmentationCursor = WatsonHealthInteractiveSegmentationCursor;
|
3025
3027
|
exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
|
3026
3028
|
exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
|