@carbon/ibm-products 2.52.0 → 2.53.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
@@ -135,25 +135,13 @@ var _excluded = ["children", "size"],
|
|
135
135
|
_excluded123 = ["children", "size"],
|
136
136
|
_excluded124 = ["children", "size"],
|
137
137
|
_excluded125 = ["children", "size"];
|
138
|
-
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,
|
138
|
+
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;
|
139
139
|
var didWarnAboutDeprecation = {};
|
140
|
-
var
|
140
|
+
var InProgressWarning = /*#__PURE__*/React__default.forwardRef(function InProgressWarning(_ref, ref) {
|
141
141
|
var children = _ref.children,
|
142
142
|
_ref$size = _ref.size,
|
143
143
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
144
144
|
rest = _objectWithoutProperties(_ref, _excluded);
|
145
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
146
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
147
|
-
width: size,
|
148
|
-
height: size,
|
149
|
-
ref: ref,
|
150
|
-
xmlns: "http://www.w3.org/2000/svg",
|
151
|
-
viewBox: "0 0 16 16",
|
152
|
-
fill: "currentColor"
|
153
|
-
}, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
|
154
|
-
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"
|
155
|
-
})), children);
|
156
|
-
}
|
157
145
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
158
146
|
width: size,
|
159
147
|
height: size,
|
@@ -161,18 +149,32 @@ var Incomplete = /*#__PURE__*/React__default.forwardRef(function Incomplete(_ref
|
|
161
149
|
xmlns: "http://www.w3.org/2000/svg",
|
162
150
|
viewBox: "0 0 32 32",
|
163
151
|
fill: "currentColor"
|
164
|
-
}, rest),
|
165
|
-
d: "
|
152
|
+
}, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
|
153
|
+
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"
|
154
|
+
})), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
|
155
|
+
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"
|
166
156
|
})), children);
|
167
157
|
});
|
168
158
|
if (process.env.NODE_ENV !== "production") {
|
169
|
-
|
159
|
+
InProgressWarning.propTypes = iconPropTypes;
|
170
160
|
}
|
171
|
-
var
|
161
|
+
var Incomplete = /*#__PURE__*/React__default.forwardRef(function Incomplete(_ref2, ref) {
|
172
162
|
var children = _ref2.children,
|
173
163
|
_ref2$size = _ref2.size,
|
174
164
|
size = _ref2$size === void 0 ? 16 : _ref2$size,
|
175
165
|
rest = _objectWithoutProperties(_ref2, _excluded2);
|
166
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
167
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
168
|
+
width: size,
|
169
|
+
height: size,
|
170
|
+
ref: ref,
|
171
|
+
xmlns: "http://www.w3.org/2000/svg",
|
172
|
+
viewBox: "0 0 16 16",
|
173
|
+
fill: "currentColor"
|
174
|
+
}, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
|
175
|
+
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"
|
176
|
+
})), children);
|
177
|
+
}
|
176
178
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
177
179
|
width: size,
|
178
180
|
height: size,
|
@@ -180,14 +182,14 @@ var IncompleteCancel = /*#__PURE__*/React__default.forwardRef(function Incomplet
|
|
180
182
|
xmlns: "http://www.w3.org/2000/svg",
|
181
183
|
viewBox: "0 0 32 32",
|
182
184
|
fill: "currentColor"
|
183
|
-
}, rest),
|
184
|
-
d: "
|
185
|
+
}, rest), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
|
186
|
+
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"
|
185
187
|
})), children);
|
186
188
|
});
|
187
189
|
if (process.env.NODE_ENV !== "production") {
|
188
|
-
|
190
|
+
Incomplete.propTypes = iconPropTypes;
|
189
191
|
}
|
190
|
-
var
|
192
|
+
var IncompleteCancel = /*#__PURE__*/React__default.forwardRef(function IncompleteCancel(_ref3, ref) {
|
191
193
|
var children = _ref3.children,
|
192
194
|
_ref3$size = _ref3.size,
|
193
195
|
size = _ref3$size === void 0 ? 16 : _ref3$size,
|
@@ -199,14 +201,14 @@ var IncompleteError = /*#__PURE__*/React__default.forwardRef(function Incomplete
|
|
199
201
|
xmlns: "http://www.w3.org/2000/svg",
|
200
202
|
viewBox: "0 0 32 32",
|
201
203
|
fill: "currentColor"
|
202
|
-
}, rest),
|
203
|
-
d: "
|
204
|
+
}, rest), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
|
205
|
+
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"
|
204
206
|
})), children);
|
205
207
|
});
|
206
208
|
if (process.env.NODE_ENV !== "production") {
|
207
|
-
|
209
|
+
IncompleteCancel.propTypes = iconPropTypes;
|
208
210
|
}
|
209
|
-
var
|
211
|
+
var IncompleteError = /*#__PURE__*/React__default.forwardRef(function IncompleteError(_ref4, ref) {
|
210
212
|
var children = _ref4.children,
|
211
213
|
_ref4$size = _ref4.size,
|
212
214
|
size = _ref4$size === void 0 ? 16 : _ref4$size,
|
@@ -218,14 +220,14 @@ var IncompleteWarning = /*#__PURE__*/React__default.forwardRef(function Incomple
|
|
218
220
|
xmlns: "http://www.w3.org/2000/svg",
|
219
221
|
viewBox: "0 0 32 32",
|
220
222
|
fill: "currentColor"
|
221
|
-
}, rest),
|
222
|
-
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
|
223
|
+
}, rest), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
|
224
|
+
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 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"
|
223
225
|
})), children);
|
224
226
|
});
|
225
227
|
if (process.env.NODE_ENV !== "production") {
|
226
|
-
|
228
|
+
IncompleteError.propTypes = iconPropTypes;
|
227
229
|
}
|
228
|
-
var
|
230
|
+
var IncompleteWarning = /*#__PURE__*/React__default.forwardRef(function IncompleteWarning(_ref5, ref) {
|
229
231
|
var children = _ref5.children,
|
230
232
|
_ref5$size = _ref5.size,
|
231
233
|
size = _ref5$size === void 0 ? 16 : _ref5$size,
|
@@ -237,14 +239,14 @@ var IncreaseLevel = /*#__PURE__*/React__default.forwardRef(function IncreaseLeve
|
|
237
239
|
xmlns: "http://www.w3.org/2000/svg",
|
238
240
|
viewBox: "0 0 32 32",
|
239
241
|
fill: "currentColor"
|
240
|
-
}, rest),
|
241
|
-
d: "
|
242
|
+
}, rest), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
|
243
|
+
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"
|
242
244
|
})), children);
|
243
245
|
});
|
244
246
|
if (process.env.NODE_ENV !== "production") {
|
245
|
-
|
247
|
+
IncompleteWarning.propTypes = iconPropTypes;
|
246
248
|
}
|
247
|
-
var
|
249
|
+
var IncreaseLevel = /*#__PURE__*/React__default.forwardRef(function IncreaseLevel(_ref6, ref) {
|
248
250
|
var children = _ref6.children,
|
249
251
|
_ref6$size = _ref6.size,
|
250
252
|
size = _ref6$size === void 0 ? 16 : _ref6$size,
|
@@ -256,14 +258,14 @@ var Industry = /*#__PURE__*/React__default.forwardRef(function Industry(_ref6, r
|
|
256
258
|
xmlns: "http://www.w3.org/2000/svg",
|
257
259
|
viewBox: "0 0 32 32",
|
258
260
|
fill: "currentColor"
|
259
|
-
}, rest),
|
260
|
-
d: "
|
261
|
+
}, rest), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
|
262
|
+
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"
|
261
263
|
})), children);
|
262
264
|
});
|
263
265
|
if (process.env.NODE_ENV !== "production") {
|
264
|
-
|
266
|
+
IncreaseLevel.propTypes = iconPropTypes;
|
265
267
|
}
|
266
|
-
var
|
268
|
+
var Industry = /*#__PURE__*/React__default.forwardRef(function Industry(_ref7, ref) {
|
267
269
|
var children = _ref7.children,
|
268
270
|
_ref7$size = _ref7.size,
|
269
271
|
size = _ref7$size === void 0 ? 16 : _ref7$size,
|
@@ -275,32 +277,18 @@ var InfinitySymbol = /*#__PURE__*/React__default.forwardRef(function InfinitySym
|
|
275
277
|
xmlns: "http://www.w3.org/2000/svg",
|
276
278
|
viewBox: "0 0 32 32",
|
277
279
|
fill: "currentColor"
|
278
|
-
}, rest),
|
279
|
-
d: "
|
280
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
|
281
|
+
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"
|
280
282
|
})), children);
|
281
283
|
});
|
282
284
|
if (process.env.NODE_ENV !== "production") {
|
283
|
-
|
285
|
+
Industry.propTypes = iconPropTypes;
|
284
286
|
}
|
285
|
-
var
|
287
|
+
var InfinitySymbol = /*#__PURE__*/React__default.forwardRef(function InfinitySymbol(_ref8, ref) {
|
286
288
|
var children = _ref8.children,
|
287
289
|
_ref8$size = _ref8.size,
|
288
290
|
size = _ref8$size === void 0 ? 16 : _ref8$size,
|
289
291
|
rest = _objectWithoutProperties(_ref8, _excluded8);
|
290
|
-
if (size === 16 || size === "16" || size === "16px") {
|
291
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
292
|
-
width: size,
|
293
|
-
height: size,
|
294
|
-
ref: ref,
|
295
|
-
xmlns: "http://www.w3.org/2000/svg",
|
296
|
-
viewBox: "0 0 16 16",
|
297
|
-
fill: "currentColor"
|
298
|
-
}, rest), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
|
299
|
-
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"
|
300
|
-
})), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
|
301
|
-
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"
|
302
|
-
})), children);
|
303
|
-
}
|
304
292
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
305
293
|
width: size,
|
306
294
|
height: size,
|
@@ -308,20 +296,32 @@ var Information = /*#__PURE__*/React__default.forwardRef(function Information(_r
|
|
308
296
|
xmlns: "http://www.w3.org/2000/svg",
|
309
297
|
viewBox: "0 0 32 32",
|
310
298
|
fill: "currentColor"
|
311
|
-
}, rest),
|
312
|
-
d: "
|
313
|
-
})), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
|
314
|
-
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"
|
299
|
+
}, rest), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
|
300
|
+
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"
|
315
301
|
})), children);
|
316
302
|
});
|
317
303
|
if (process.env.NODE_ENV !== "production") {
|
318
|
-
|
304
|
+
InfinitySymbol.propTypes = iconPropTypes;
|
319
305
|
}
|
320
|
-
var
|
306
|
+
var Information = /*#__PURE__*/React__default.forwardRef(function Information(_ref9, ref) {
|
321
307
|
var children = _ref9.children,
|
322
308
|
_ref9$size = _ref9.size,
|
323
309
|
size = _ref9$size === void 0 ? 16 : _ref9$size,
|
324
310
|
rest = _objectWithoutProperties(_ref9, _excluded9);
|
311
|
+
if (size === 16 || size === "16" || size === "16px") {
|
312
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
313
|
+
width: size,
|
314
|
+
height: size,
|
315
|
+
ref: ref,
|
316
|
+
xmlns: "http://www.w3.org/2000/svg",
|
317
|
+
viewBox: "0 0 16 16",
|
318
|
+
fill: "currentColor"
|
319
|
+
}, rest), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
|
320
|
+
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"
|
321
|
+
})), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
|
322
|
+
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"
|
323
|
+
})), children);
|
324
|
+
}
|
325
325
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
326
326
|
width: size,
|
327
327
|
height: size,
|
@@ -330,15 +330,15 @@ var InformationDisabled = /*#__PURE__*/React__default.forwardRef(function Inform
|
|
330
330
|
viewBox: "0 0 32 32",
|
331
331
|
fill: "currentColor"
|
332
332
|
}, rest), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
|
333
|
-
d: "
|
333
|
+
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"
|
334
334
|
})), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
|
335
|
-
d: "
|
335
|
+
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"
|
336
336
|
})), children);
|
337
337
|
});
|
338
338
|
if (process.env.NODE_ENV !== "production") {
|
339
|
-
|
339
|
+
Information.propTypes = iconPropTypes;
|
340
340
|
}
|
341
|
-
var
|
341
|
+
var InformationDisabled = /*#__PURE__*/React__default.forwardRef(function InformationDisabled(_ref10, ref) {
|
342
342
|
var children = _ref10.children,
|
343
343
|
_ref10$size = _ref10.size,
|
344
344
|
size = _ref10$size === void 0 ? 16 : _ref10$size,
|
@@ -351,17 +351,15 @@ var InformationFilled = /*#__PURE__*/React__default.forwardRef(function Informat
|
|
351
351
|
viewBox: "0 0 32 32",
|
352
352
|
fill: "currentColor"
|
353
353
|
}, rest), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
|
354
|
-
|
355
|
-
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",
|
356
|
-
"data-icon-path": "inner-path"
|
354
|
+
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"
|
357
355
|
})), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
|
358
|
-
d: "
|
356
|
+
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"
|
359
357
|
})), children);
|
360
358
|
});
|
361
359
|
if (process.env.NODE_ENV !== "production") {
|
362
|
-
|
360
|
+
InformationDisabled.propTypes = iconPropTypes;
|
363
361
|
}
|
364
|
-
var
|
362
|
+
var InformationFilled = /*#__PURE__*/React__default.forwardRef(function InformationFilled(_ref11, ref) {
|
365
363
|
var children = _ref11.children,
|
366
364
|
_ref11$size = _ref11.size,
|
367
365
|
size = _ref11$size === void 0 ? 16 : _ref11$size,
|
@@ -374,15 +372,17 @@ var InformationSquare = /*#__PURE__*/React__default.forwardRef(function Informat
|
|
374
372
|
viewBox: "0 0 32 32",
|
375
373
|
fill: "currentColor"
|
376
374
|
}, rest), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
|
377
|
-
|
375
|
+
fill: "none",
|
376
|
+
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",
|
377
|
+
"data-icon-path": "inner-path"
|
378
378
|
})), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
|
379
|
-
d: "
|
379
|
+
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"
|
380
380
|
})), children);
|
381
381
|
});
|
382
382
|
if (process.env.NODE_ENV !== "production") {
|
383
|
-
|
383
|
+
InformationFilled.propTypes = iconPropTypes;
|
384
384
|
}
|
385
|
-
var
|
385
|
+
var InformationSquare = /*#__PURE__*/React__default.forwardRef(function InformationSquare(_ref12, ref) {
|
386
386
|
var children = _ref12.children,
|
387
387
|
_ref12$size = _ref12.size,
|
388
388
|
size = _ref12$size === void 0 ? 16 : _ref12$size,
|
@@ -395,17 +395,15 @@ var InformationSquareFilled = /*#__PURE__*/React__default.forwardRef(function In
|
|
395
395
|
viewBox: "0 0 32 32",
|
396
396
|
fill: "currentColor"
|
397
397
|
}, rest), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
|
398
|
-
|
399
|
-
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",
|
400
|
-
"data-icon-path": "inner-path"
|
398
|
+
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"
|
401
399
|
})), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
|
402
|
-
d: "M26,
|
400
|
+
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"
|
403
401
|
})), children);
|
404
402
|
});
|
405
403
|
if (process.env.NODE_ENV !== "production") {
|
406
|
-
|
404
|
+
InformationSquare.propTypes = iconPropTypes;
|
407
405
|
}
|
408
|
-
var
|
406
|
+
var InformationSquareFilled = /*#__PURE__*/React__default.forwardRef(function InformationSquareFilled(_ref13, ref) {
|
409
407
|
var children = _ref13.children,
|
410
408
|
_ref13$size = _ref13.size,
|
411
409
|
size = _ref13$size === void 0 ? 16 : _ref13$size,
|
@@ -418,15 +416,17 @@ var InfrastructureClassic = /*#__PURE__*/React__default.forwardRef(function Infr
|
|
418
416
|
viewBox: "0 0 32 32",
|
419
417
|
fill: "currentColor"
|
420
418
|
}, rest), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
|
421
|
-
|
419
|
+
fill: "none",
|
420
|
+
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",
|
421
|
+
"data-icon-path": "inner-path"
|
422
422
|
})), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
|
423
|
-
d: "
|
423
|
+
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"
|
424
424
|
})), children);
|
425
425
|
});
|
426
426
|
if (process.env.NODE_ENV !== "production") {
|
427
|
-
|
427
|
+
InformationSquareFilled.propTypes = iconPropTypes;
|
428
428
|
}
|
429
|
-
var
|
429
|
+
var InfrastructureClassic = /*#__PURE__*/React__default.forwardRef(function InfrastructureClassic(_ref14, ref) {
|
430
430
|
var children = _ref14.children,
|
431
431
|
_ref14$size = _ref14.size,
|
432
432
|
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
@@ -439,13 +439,15 @@ var Insert = /*#__PURE__*/React__default.forwardRef(function Insert(_ref14, ref)
|
|
439
439
|
viewBox: "0 0 32 32",
|
440
440
|
fill: "currentColor"
|
441
441
|
}, rest), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
|
442
|
-
d: "
|
442
|
+
d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
|
443
|
+
})), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
|
444
|
+
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"
|
443
445
|
})), children);
|
444
446
|
});
|
445
447
|
if (process.env.NODE_ENV !== "production") {
|
446
|
-
|
448
|
+
InfrastructureClassic.propTypes = iconPropTypes;
|
447
449
|
}
|
448
|
-
var
|
450
|
+
var Insert = /*#__PURE__*/React__default.forwardRef(function Insert(_ref15, ref) {
|
449
451
|
var children = _ref15.children,
|
450
452
|
_ref15$size = _ref15.size,
|
451
453
|
size = _ref15$size === void 0 ? 16 : _ref15$size,
|
@@ -457,14 +459,14 @@ var InsertPage = /*#__PURE__*/React__default.forwardRef(function InsertPage(_ref
|
|
457
459
|
xmlns: "http://www.w3.org/2000/svg",
|
458
460
|
viewBox: "0 0 32 32",
|
459
461
|
fill: "currentColor"
|
460
|
-
}, rest),
|
461
|
-
d: "
|
462
|
+
}, rest), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
|
463
|
+
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"
|
462
464
|
})), children);
|
463
465
|
});
|
464
466
|
if (process.env.NODE_ENV !== "production") {
|
465
|
-
|
467
|
+
Insert.propTypes = iconPropTypes;
|
466
468
|
}
|
467
|
-
var
|
469
|
+
var InsertPage = /*#__PURE__*/React__default.forwardRef(function InsertPage(_ref16, ref) {
|
468
470
|
var children = _ref16.children,
|
469
471
|
_ref16$size = _ref16.size,
|
470
472
|
size = _ref16$size === void 0 ? 16 : _ref16$size,
|
@@ -476,16 +478,14 @@ var InsertSyntax = /*#__PURE__*/React__default.forwardRef(function InsertSyntax(
|
|
476
478
|
xmlns: "http://www.w3.org/2000/svg",
|
477
479
|
viewBox: "0 0 32 32",
|
478
480
|
fill: "currentColor"
|
479
|
-
}, rest),
|
480
|
-
d: "
|
481
|
-
})), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
|
482
|
-
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"
|
481
|
+
}, rest), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
|
482
|
+
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"
|
483
483
|
})), children);
|
484
484
|
});
|
485
485
|
if (process.env.NODE_ENV !== "production") {
|
486
|
-
|
486
|
+
InsertPage.propTypes = iconPropTypes;
|
487
487
|
}
|
488
|
-
var
|
488
|
+
var InsertSyntax = /*#__PURE__*/React__default.forwardRef(function InsertSyntax(_ref17, ref) {
|
489
489
|
var children = _ref17.children,
|
490
490
|
_ref17$size = _ref17.size,
|
491
491
|
size = _ref17$size === void 0 ? 16 : _ref17$size,
|
@@ -498,15 +498,15 @@ var Inspection = /*#__PURE__*/React__default.forwardRef(function Inspection(_ref
|
|
498
498
|
viewBox: "0 0 32 32",
|
499
499
|
fill: "currentColor"
|
500
500
|
}, rest), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
|
501
|
-
d: "
|
501
|
+
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"
|
502
502
|
})), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
|
503
|
-
d: "
|
503
|
+
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"
|
504
504
|
})), children);
|
505
505
|
});
|
506
506
|
if (process.env.NODE_ENV !== "production") {
|
507
|
-
|
507
|
+
InsertSyntax.propTypes = iconPropTypes;
|
508
508
|
}
|
509
|
-
var
|
509
|
+
var Inspection = /*#__PURE__*/React__default.forwardRef(function Inspection(_ref18, ref) {
|
510
510
|
var children = _ref18.children,
|
511
511
|
_ref18$size = _ref18.size,
|
512
512
|
size = _ref18$size === void 0 ? 16 : _ref18$size,
|
@@ -519,19 +519,15 @@ var InstanceBx = /*#__PURE__*/React__default.forwardRef(function InstanceBx(_ref
|
|
519
519
|
viewBox: "0 0 32 32",
|
520
520
|
fill: "currentColor"
|
521
521
|
}, rest), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
|
522
|
-
d: "
|
523
|
-
})), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
|
524
|
-
cx: "9",
|
525
|
-
cy: "27",
|
526
|
-
r: "1"
|
522
|
+
d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
|
527
523
|
})), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
|
528
|
-
d: "
|
524
|
+
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"
|
529
525
|
})), children);
|
530
526
|
});
|
531
527
|
if (process.env.NODE_ENV !== "production") {
|
532
|
-
|
528
|
+
Inspection.propTypes = iconPropTypes;
|
533
529
|
}
|
534
|
-
var
|
530
|
+
var InstanceBx = /*#__PURE__*/React__default.forwardRef(function InstanceBx(_ref19, ref) {
|
535
531
|
var children = _ref19.children,
|
536
532
|
_ref19$size = _ref19.size,
|
537
533
|
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
@@ -544,19 +540,19 @@ var InstanceClassic = /*#__PURE__*/React__default.forwardRef(function InstanceCl
|
|
544
540
|
viewBox: "0 0 32 32",
|
545
541
|
fill: "currentColor"
|
546
542
|
}, rest), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
|
547
|
-
d: "
|
548
|
-
})),
|
543
|
+
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"
|
544
|
+
})), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
|
549
545
|
cx: "9",
|
550
546
|
cy: "27",
|
551
547
|
r: "1"
|
552
548
|
})), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
|
553
|
-
d: "
|
549
|
+
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"
|
554
550
|
})), children);
|
555
551
|
});
|
556
552
|
if (process.env.NODE_ENV !== "production") {
|
557
|
-
|
553
|
+
InstanceBx.propTypes = iconPropTypes;
|
558
554
|
}
|
559
|
-
var
|
555
|
+
var InstanceClassic = /*#__PURE__*/React__default.forwardRef(function InstanceClassic(_ref20, ref) {
|
560
556
|
var children = _ref20.children,
|
561
557
|
_ref20$size = _ref20.size,
|
562
558
|
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
@@ -568,18 +564,20 @@ var InstanceCx = /*#__PURE__*/React__default.forwardRef(function InstanceCx(_ref
|
|
568
564
|
xmlns: "http://www.w3.org/2000/svg",
|
569
565
|
viewBox: "0 0 32 32",
|
570
566
|
fill: "currentColor"
|
571
|
-
}, rest),
|
567
|
+
}, rest), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
|
568
|
+
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"
|
569
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
|
572
570
|
cx: "9",
|
573
571
|
cy: "27",
|
574
572
|
r: "1"
|
575
|
-
})),
|
576
|
-
d: "
|
573
|
+
})), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
|
574
|
+
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"
|
577
575
|
})), children);
|
578
576
|
});
|
579
577
|
if (process.env.NODE_ENV !== "production") {
|
580
|
-
|
578
|
+
InstanceClassic.propTypes = iconPropTypes;
|
581
579
|
}
|
582
|
-
var
|
580
|
+
var InstanceCx = /*#__PURE__*/React__default.forwardRef(function InstanceCx(_ref21, ref) {
|
583
581
|
var children = _ref21.children,
|
584
582
|
_ref21$size = _ref21.size,
|
585
583
|
size = _ref21$size === void 0 ? 16 : _ref21$size,
|
@@ -591,20 +589,18 @@ var InstanceMx = /*#__PURE__*/React__default.forwardRef(function InstanceMx(_ref
|
|
591
589
|
xmlns: "http://www.w3.org/2000/svg",
|
592
590
|
viewBox: "0 0 32 32",
|
593
591
|
fill: "currentColor"
|
594
|
-
}, rest),
|
595
|
-
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"
|
596
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
|
592
|
+
}, rest), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
|
597
593
|
cx: "9",
|
598
594
|
cy: "27",
|
599
595
|
r: "1"
|
600
596
|
})), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
|
601
|
-
d: "
|
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 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"
|
602
598
|
})), children);
|
603
599
|
});
|
604
600
|
if (process.env.NODE_ENV !== "production") {
|
605
|
-
|
601
|
+
InstanceCx.propTypes = iconPropTypes;
|
606
602
|
}
|
607
|
-
var
|
603
|
+
var InstanceMx = /*#__PURE__*/React__default.forwardRef(function InstanceMx(_ref22, ref) {
|
608
604
|
var children = _ref22.children,
|
609
605
|
_ref22$size = _ref22.size,
|
610
606
|
size = _ref22$size === void 0 ? 16 : _ref22$size,
|
@@ -616,18 +612,20 @@ var InstanceVirtual = /*#__PURE__*/React__default.forwardRef(function InstanceVi
|
|
616
612
|
xmlns: "http://www.w3.org/2000/svg",
|
617
613
|
viewBox: "0 0 32 32",
|
618
614
|
fill: "currentColor"
|
619
|
-
}, rest),
|
620
|
-
|
621
|
-
|
615
|
+
}, rest), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
|
616
|
+
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"
|
617
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
|
618
|
+
cx: "9",
|
619
|
+
cy: "27",
|
622
620
|
r: "1"
|
623
|
-
})),
|
624
|
-
d: "M2
|
621
|
+
})), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
|
622
|
+
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"
|
625
623
|
})), children);
|
626
624
|
});
|
627
625
|
if (process.env.NODE_ENV !== "production") {
|
628
|
-
|
626
|
+
InstanceMx.propTypes = iconPropTypes;
|
629
627
|
}
|
630
|
-
var
|
628
|
+
var InstanceVirtual = /*#__PURE__*/React__default.forwardRef(function InstanceVirtual(_ref23, ref) {
|
631
629
|
var children = _ref23.children,
|
632
630
|
_ref23$size = _ref23.size,
|
633
631
|
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
@@ -639,14 +637,18 @@ var Integration = /*#__PURE__*/React__default.forwardRef(function Integration(_r
|
|
639
637
|
xmlns: "http://www.w3.org/2000/svg",
|
640
638
|
viewBox: "0 0 32 32",
|
641
639
|
fill: "currentColor"
|
642
|
-
}, rest),
|
643
|
-
|
640
|
+
}, rest), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
|
641
|
+
cx: "7",
|
642
|
+
cy: "23",
|
643
|
+
r: "1"
|
644
|
+
})), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
|
645
|
+
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"
|
644
646
|
})), children);
|
645
647
|
});
|
646
648
|
if (process.env.NODE_ENV !== "production") {
|
647
|
-
|
649
|
+
InstanceVirtual.propTypes = iconPropTypes;
|
648
650
|
}
|
649
|
-
var
|
651
|
+
var Integration = /*#__PURE__*/React__default.forwardRef(function Integration(_ref24, ref) {
|
650
652
|
var children = _ref24.children,
|
651
653
|
_ref24$size = _ref24.size,
|
652
654
|
size = _ref24$size === void 0 ? 16 : _ref24$size,
|
@@ -658,16 +660,14 @@ var IntentRequestActive = /*#__PURE__*/React__default.forwardRef(function Intent
|
|
658
660
|
xmlns: "http://www.w3.org/2000/svg",
|
659
661
|
viewBox: "0 0 32 32",
|
660
662
|
fill: "currentColor"
|
661
|
-
}, rest),
|
662
|
-
d: "
|
663
|
-
})), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
|
664
|
-
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"
|
663
|
+
}, rest), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
|
664
|
+
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"
|
665
665
|
})), children);
|
666
666
|
});
|
667
667
|
if (process.env.NODE_ENV !== "production") {
|
668
|
-
|
668
|
+
Integration.propTypes = iconPropTypes;
|
669
669
|
}
|
670
|
-
var
|
670
|
+
var IntentRequestActive = /*#__PURE__*/React__default.forwardRef(function IntentRequestActive(_ref25, ref) {
|
671
671
|
var children = _ref25.children,
|
672
672
|
_ref25$size = _ref25.size,
|
673
673
|
size = _ref25$size === void 0 ? 16 : _ref25$size,
|
@@ -680,15 +680,15 @@ var IntentRequestCreate = /*#__PURE__*/React__default.forwardRef(function Intent
|
|
680
680
|
viewBox: "0 0 32 32",
|
681
681
|
fill: "currentColor"
|
682
682
|
}, rest), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
|
683
|
-
d: "
|
683
|
+
d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
|
684
684
|
})), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
|
685
685
|
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"
|
686
686
|
})), children);
|
687
687
|
});
|
688
688
|
if (process.env.NODE_ENV !== "production") {
|
689
|
-
|
689
|
+
IntentRequestActive.propTypes = iconPropTypes;
|
690
690
|
}
|
691
|
-
var
|
691
|
+
var IntentRequestCreate = /*#__PURE__*/React__default.forwardRef(function IntentRequestCreate(_ref26, ref) {
|
692
692
|
var children = _ref26.children,
|
693
693
|
_ref26$size = _ref26.size,
|
694
694
|
size = _ref26$size === void 0 ? 16 : _ref26$size,
|
@@ -701,15 +701,15 @@ var IntentRequestHeal = /*#__PURE__*/React__default.forwardRef(function IntentRe
|
|
701
701
|
viewBox: "0 0 32 32",
|
702
702
|
fill: "currentColor"
|
703
703
|
}, rest), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
|
704
|
-
d: "
|
704
|
+
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
|
705
705
|
})), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
|
706
|
-
d: "
|
706
|
+
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"
|
707
707
|
})), children);
|
708
708
|
});
|
709
709
|
if (process.env.NODE_ENV !== "production") {
|
710
|
-
|
710
|
+
IntentRequestCreate.propTypes = iconPropTypes;
|
711
711
|
}
|
712
|
-
var
|
712
|
+
var IntentRequestHeal = /*#__PURE__*/React__default.forwardRef(function IntentRequestHeal(_ref27, ref) {
|
713
713
|
var children = _ref27.children,
|
714
714
|
_ref27$size = _ref27.size,
|
715
715
|
size = _ref27$size === void 0 ? 16 : _ref27$size,
|
@@ -721,6 +721,27 @@ var IntentRequestInactive = /*#__PURE__*/React__default.forwardRef(function Inte
|
|
721
721
|
xmlns: "http://www.w3.org/2000/svg",
|
722
722
|
viewBox: "0 0 32 32",
|
723
723
|
fill: "currentColor"
|
724
|
+
}, rest), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
|
725
|
+
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"
|
726
|
+
})), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
|
727
|
+
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"
|
728
|
+
})), children);
|
729
|
+
});
|
730
|
+
if (process.env.NODE_ENV !== "production") {
|
731
|
+
IntentRequestHeal.propTypes = iconPropTypes;
|
732
|
+
}
|
733
|
+
var IntentRequestInactive = /*#__PURE__*/React__default.forwardRef(function IntentRequestInactive(_ref28, ref) {
|
734
|
+
var children = _ref28.children,
|
735
|
+
_ref28$size = _ref28.size,
|
736
|
+
size = _ref28$size === void 0 ? 16 : _ref28$size,
|
737
|
+
rest = _objectWithoutProperties(_ref28, _excluded28);
|
738
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
739
|
+
width: size,
|
740
|
+
height: size,
|
741
|
+
ref: ref,
|
742
|
+
xmlns: "http://www.w3.org/2000/svg",
|
743
|
+
viewBox: "0 0 32 32",
|
744
|
+
fill: "currentColor"
|
724
745
|
}, rest), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
|
725
746
|
cx: "18.5",
|
726
747
|
cy: "22.5",
|
@@ -733,18 +754,18 @@ var IntentRequestInactive = /*#__PURE__*/React__default.forwardRef(function Inte
|
|
733
754
|
cx: "28.5",
|
734
755
|
cy: "22.5",
|
735
756
|
r: "1.5"
|
736
|
-
})),
|
757
|
+
})), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
|
737
758
|
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"
|
738
759
|
})), children);
|
739
760
|
});
|
740
761
|
if (process.env.NODE_ENV !== "production") {
|
741
762
|
IntentRequestInactive.propTypes = iconPropTypes;
|
742
763
|
}
|
743
|
-
var IntentRequestScaleIn = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleIn(
|
744
|
-
var children =
|
745
|
-
|
746
|
-
size =
|
747
|
-
rest = _objectWithoutProperties(
|
764
|
+
var IntentRequestScaleIn = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleIn(_ref29, ref) {
|
765
|
+
var children = _ref29.children,
|
766
|
+
_ref29$size = _ref29.size,
|
767
|
+
size = _ref29$size === void 0 ? 16 : _ref29$size,
|
768
|
+
rest = _objectWithoutProperties(_ref29, _excluded29);
|
748
769
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
749
770
|
width: size,
|
750
771
|
height: size,
|
@@ -752,18 +773,18 @@ var IntentRequestScaleIn = /*#__PURE__*/React__default.forwardRef(function Inten
|
|
752
773
|
xmlns: "http://www.w3.org/2000/svg",
|
753
774
|
viewBox: "0 0 32 32",
|
754
775
|
fill: "currentColor"
|
755
|
-
}, rest),
|
776
|
+
}, rest), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
|
756
777
|
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"
|
757
778
|
})), children);
|
758
779
|
});
|
759
780
|
if (process.env.NODE_ENV !== "production") {
|
760
781
|
IntentRequestScaleIn.propTypes = iconPropTypes;
|
761
782
|
}
|
762
|
-
var IntentRequestScaleOut = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleOut(
|
763
|
-
var children =
|
764
|
-
|
765
|
-
size =
|
766
|
-
rest = _objectWithoutProperties(
|
783
|
+
var IntentRequestScaleOut = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleOut(_ref30, ref) {
|
784
|
+
var children = _ref30.children,
|
785
|
+
_ref30$size = _ref30.size,
|
786
|
+
size = _ref30$size === void 0 ? 16 : _ref30$size,
|
787
|
+
rest = _objectWithoutProperties(_ref30, _excluded30);
|
767
788
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
768
789
|
width: size,
|
769
790
|
height: size,
|
@@ -771,18 +792,18 @@ var IntentRequestScaleOut = /*#__PURE__*/React__default.forwardRef(function Inte
|
|
771
792
|
xmlns: "http://www.w3.org/2000/svg",
|
772
793
|
viewBox: "0 0 32 32",
|
773
794
|
fill: "currentColor"
|
774
|
-
}, rest),
|
795
|
+
}, rest), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
|
775
796
|
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"
|
776
797
|
})), children);
|
777
798
|
});
|
778
799
|
if (process.env.NODE_ENV !== "production") {
|
779
800
|
IntentRequestScaleOut.propTypes = iconPropTypes;
|
780
801
|
}
|
781
|
-
var IntentRequestUninstall = /*#__PURE__*/React__default.forwardRef(function IntentRequestUninstall(
|
782
|
-
var children =
|
783
|
-
|
784
|
-
size =
|
785
|
-
rest = _objectWithoutProperties(
|
802
|
+
var IntentRequestUninstall = /*#__PURE__*/React__default.forwardRef(function IntentRequestUninstall(_ref31, ref) {
|
803
|
+
var children = _ref31.children,
|
804
|
+
_ref31$size = _ref31.size,
|
805
|
+
size = _ref31$size === void 0 ? 16 : _ref31$size,
|
806
|
+
rest = _objectWithoutProperties(_ref31, _excluded31);
|
786
807
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
787
808
|
width: size,
|
788
809
|
height: size,
|
@@ -790,20 +811,20 @@ var IntentRequestUninstall = /*#__PURE__*/React__default.forwardRef(function Int
|
|
790
811
|
xmlns: "http://www.w3.org/2000/svg",
|
791
812
|
viewBox: "0 0 32 32",
|
792
813
|
fill: "currentColor"
|
793
|
-
}, rest),
|
814
|
+
}, rest), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
|
794
815
|
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"
|
795
|
-
})),
|
816
|
+
})), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
|
796
817
|
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"
|
797
818
|
})), children);
|
798
819
|
});
|
799
820
|
if (process.env.NODE_ENV !== "production") {
|
800
821
|
IntentRequestUninstall.propTypes = iconPropTypes;
|
801
822
|
}
|
802
|
-
var IntentRequestUpgrade = /*#__PURE__*/React__default.forwardRef(function IntentRequestUpgrade(
|
803
|
-
var children =
|
804
|
-
|
805
|
-
size =
|
806
|
-
rest = _objectWithoutProperties(
|
823
|
+
var IntentRequestUpgrade = /*#__PURE__*/React__default.forwardRef(function IntentRequestUpgrade(_ref32, ref) {
|
824
|
+
var children = _ref32.children,
|
825
|
+
_ref32$size = _ref32.size,
|
826
|
+
size = _ref32$size === void 0 ? 16 : _ref32$size,
|
827
|
+
rest = _objectWithoutProperties(_ref32, _excluded32);
|
807
828
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
808
829
|
width: size,
|
809
830
|
height: size,
|
@@ -811,20 +832,20 @@ var IntentRequestUpgrade = /*#__PURE__*/React__default.forwardRef(function Inten
|
|
811
832
|
xmlns: "http://www.w3.org/2000/svg",
|
812
833
|
viewBox: "0 0 32 32",
|
813
834
|
fill: "currentColor"
|
814
|
-
}, rest),
|
835
|
+
}, rest), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
|
815
836
|
d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
|
816
|
-
})),
|
837
|
+
})), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
|
817
838
|
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"
|
818
839
|
})), children);
|
819
840
|
});
|
820
841
|
if (process.env.NODE_ENV !== "production") {
|
821
842
|
IntentRequestUpgrade.propTypes = iconPropTypes;
|
822
843
|
}
|
823
|
-
var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(
|
824
|
-
var children =
|
825
|
-
|
826
|
-
size =
|
827
|
-
rest = _objectWithoutProperties(
|
844
|
+
var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(_ref33, ref) {
|
845
|
+
var children = _ref33.children,
|
846
|
+
_ref33$size = _ref33.size,
|
847
|
+
size = _ref33$size === void 0 ? 16 : _ref33$size,
|
848
|
+
rest = _objectWithoutProperties(_ref33, _excluded33);
|
828
849
|
if (size === 16 || size === "16" || size === "16px") {
|
829
850
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
830
851
|
width: size,
|
@@ -833,7 +854,7 @@ var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(
|
|
833
854
|
xmlns: "http://www.w3.org/2000/svg",
|
834
855
|
viewBox: "0 0 16 16",
|
835
856
|
fill: "currentColor"
|
836
|
-
}, rest),
|
857
|
+
}, rest), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
|
837
858
|
fillRule: "evenodd",
|
838
859
|
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"
|
839
860
|
})), children);
|
@@ -845,18 +866,18 @@ var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(
|
|
845
866
|
xmlns: "http://www.w3.org/2000/svg",
|
846
867
|
viewBox: "0 0 32 32",
|
847
868
|
fill: "currentColor"
|
848
|
-
}, rest),
|
869
|
+
}, rest), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
|
849
870
|
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"
|
850
871
|
})), children);
|
851
872
|
});
|
852
873
|
if (process.env.NODE_ENV !== "production") {
|
853
874
|
Interactions.propTypes = iconPropTypes;
|
854
875
|
}
|
855
|
-
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default.forwardRef(function WatsonHealthInteractiveSegmentationCursor(
|
856
|
-
var children =
|
857
|
-
|
858
|
-
size =
|
859
|
-
rest = _objectWithoutProperties(
|
876
|
+
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref34, ref) {
|
877
|
+
var children = _ref34.children,
|
878
|
+
_ref34$size = _ref34.size,
|
879
|
+
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
880
|
+
rest = _objectWithoutProperties(_ref34, _excluded34);
|
860
881
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
861
882
|
width: size,
|
862
883
|
height: size,
|
@@ -864,48 +885,25 @@ var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default.forw
|
|
864
885
|
xmlns: "http://www.w3.org/2000/svg",
|
865
886
|
viewBox: "0 0 32 32",
|
866
887
|
fill: "currentColor"
|
867
|
-
}, rest),
|
888
|
+
}, rest), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
|
868
889
|
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"
|
869
|
-
})),
|
890
|
+
})), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
|
870
891
|
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
|
871
892
|
transform: "rotate(-45 9 20)"
|
872
|
-
})),
|
893
|
+
})), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
|
873
894
|
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
874
895
|
transform: "rotate(-45 20 9)"
|
875
|
-
})),
|
896
|
+
})), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
|
876
897
|
d: "M7.586 7.586H10.414V10.414H7.586z",
|
877
898
|
transform: "rotate(-45 9 9)"
|
878
|
-
})),
|
899
|
+
})), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
|
879
900
|
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
880
901
|
})), children);
|
881
902
|
});
|
882
903
|
if (process.env.NODE_ENV !== "production") {
|
883
904
|
WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes;
|
884
905
|
}
|
885
|
-
var InterfaceUsage = /*#__PURE__*/React__default.forwardRef(function InterfaceUsage(
|
886
|
-
var children = _ref34.children,
|
887
|
-
_ref34$size = _ref34.size,
|
888
|
-
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
889
|
-
rest = _objectWithoutProperties(_ref34, _excluded34);
|
890
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
891
|
-
width: size,
|
892
|
-
height: size,
|
893
|
-
ref: ref,
|
894
|
-
xmlns: "http://www.w3.org/2000/svg",
|
895
|
-
viewBox: "0 0 32 32",
|
896
|
-
fill: "currentColor"
|
897
|
-
}, rest), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
|
898
|
-
strokeWidth: "0",
|
899
|
-
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"
|
900
|
-
})), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
|
901
|
-
strokeWidth: "0",
|
902
|
-
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"
|
903
|
-
})), children);
|
904
|
-
});
|
905
|
-
if (process.env.NODE_ENV !== "production") {
|
906
|
-
InterfaceUsage.propTypes = iconPropTypes;
|
907
|
-
}
|
908
|
-
var Intersect = /*#__PURE__*/React__default.forwardRef(function Intersect(_ref35, ref) {
|
906
|
+
var InterfaceUsage = /*#__PURE__*/React__default.forwardRef(function InterfaceUsage(_ref35, ref) {
|
909
907
|
var children = _ref35.children,
|
910
908
|
_ref35$size = _ref35.size,
|
911
909
|
size = _ref35$size === void 0 ? 16 : _ref35$size,
|
@@ -918,15 +916,17 @@ var Intersect = /*#__PURE__*/React__default.forwardRef(function Intersect(_ref35
|
|
918
916
|
viewBox: "0 0 32 32",
|
919
917
|
fill: "currentColor"
|
920
918
|
}, rest), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
|
921
|
-
|
919
|
+
strokeWidth: "0",
|
920
|
+
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"
|
922
921
|
})), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
|
923
|
-
|
922
|
+
strokeWidth: "0",
|
923
|
+
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"
|
924
924
|
})), children);
|
925
925
|
});
|
926
926
|
if (process.env.NODE_ENV !== "production") {
|
927
|
-
|
927
|
+
InterfaceUsage.propTypes = iconPropTypes;
|
928
928
|
}
|
929
|
-
var
|
929
|
+
var Intersect = /*#__PURE__*/React__default.forwardRef(function Intersect(_ref36, ref) {
|
930
930
|
var children = _ref36.children,
|
931
931
|
_ref36$size = _ref36.size,
|
932
932
|
size = _ref36$size === void 0 ? 16 : _ref36$size,
|
@@ -938,20 +938,16 @@ var IntrusionPrevention = /*#__PURE__*/React__default.forwardRef(function Intrus
|
|
938
938
|
xmlns: "http://www.w3.org/2000/svg",
|
939
939
|
viewBox: "0 0 32 32",
|
940
940
|
fill: "currentColor"
|
941
|
-
}, rest),
|
942
|
-
|
943
|
-
cy: "23.887",
|
944
|
-
r: "2"
|
945
|
-
})), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
|
946
|
-
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"
|
941
|
+
}, rest), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
|
942
|
+
d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
|
947
943
|
})), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
|
948
|
-
d: "M28,
|
944
|
+
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"
|
949
945
|
})), children);
|
950
946
|
});
|
951
947
|
if (process.env.NODE_ENV !== "production") {
|
952
|
-
|
948
|
+
Intersect.propTypes = iconPropTypes;
|
953
949
|
}
|
954
|
-
var
|
950
|
+
var IntrusionPrevention = /*#__PURE__*/React__default.forwardRef(function IntrusionPrevention(_ref37, ref) {
|
955
951
|
var children = _ref37.children,
|
956
952
|
_ref37$size = _ref37.size,
|
957
953
|
size = _ref37$size === void 0 ? 16 : _ref37$size,
|
@@ -963,16 +959,20 @@ var InventoryManagement = /*#__PURE__*/React__default.forwardRef(function Invent
|
|
963
959
|
xmlns: "http://www.w3.org/2000/svg",
|
964
960
|
viewBox: "0 0 32 32",
|
965
961
|
fill: "currentColor"
|
966
|
-
}, rest),
|
967
|
-
|
962
|
+
}, rest), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
|
963
|
+
cx: "22",
|
964
|
+
cy: "23.887",
|
965
|
+
r: "2"
|
966
|
+
})), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
|
967
|
+
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"
|
968
968
|
})), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
|
969
|
-
d: "
|
969
|
+
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"
|
970
970
|
})), children);
|
971
971
|
});
|
972
972
|
if (process.env.NODE_ENV !== "production") {
|
973
|
-
|
973
|
+
IntrusionPrevention.propTypes = iconPropTypes;
|
974
974
|
}
|
975
|
-
var
|
975
|
+
var InventoryManagement = /*#__PURE__*/React__default.forwardRef(function InventoryManagement(_ref38, ref) {
|
976
976
|
var children = _ref38.children,
|
977
977
|
_ref38$size = _ref38.size,
|
978
978
|
size = _ref38$size === void 0 ? 16 : _ref38$size,
|
@@ -985,15 +985,15 @@ var IotConnect = /*#__PURE__*/React__default.forwardRef(function IotConnect(_ref
|
|
985
985
|
viewBox: "0 0 32 32",
|
986
986
|
fill: "currentColor"
|
987
987
|
}, rest), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
|
988
|
-
d: "
|
988
|
+
d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
|
989
989
|
})), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
|
990
|
-
d: "
|
990
|
+
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"
|
991
991
|
})), children);
|
992
992
|
});
|
993
993
|
if (process.env.NODE_ENV !== "production") {
|
994
|
-
|
994
|
+
InventoryManagement.propTypes = iconPropTypes;
|
995
995
|
}
|
996
|
-
var
|
996
|
+
var IotConnect = /*#__PURE__*/React__default.forwardRef(function IotConnect(_ref39, ref) {
|
997
997
|
var children = _ref39.children,
|
998
998
|
_ref39$size = _ref39.size,
|
999
999
|
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
@@ -1008,15 +1008,13 @@ var IotPlatform = /*#__PURE__*/React__default.forwardRef(function IotPlatform(_r
|
|
1008
1008
|
}, rest), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
|
1009
1009
|
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"
|
1010
1010
|
})), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
|
1011
|
-
d: "
|
1012
|
-
})), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
|
1013
|
-
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
1011
|
+
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"
|
1014
1012
|
})), children);
|
1015
1013
|
});
|
1016
1014
|
if (process.env.NODE_ENV !== "production") {
|
1017
|
-
|
1015
|
+
IotConnect.propTypes = iconPropTypes;
|
1018
1016
|
}
|
1019
|
-
var
|
1017
|
+
var IotPlatform = /*#__PURE__*/React__default.forwardRef(function IotPlatform(_ref40, ref) {
|
1020
1018
|
var children = _ref40.children,
|
1021
1019
|
_ref40$size = _ref40.size,
|
1022
1020
|
size = _ref40$size === void 0 ? 16 : _ref40$size,
|
@@ -1028,15 +1026,18 @@ var Ip = /*#__PURE__*/React__default.forwardRef(function Ip(_ref40, ref) {
|
|
1028
1026
|
xmlns: "http://www.w3.org/2000/svg",
|
1029
1027
|
viewBox: "0 0 32 32",
|
1030
1028
|
fill: "currentColor"
|
1031
|
-
}, rest),
|
1032
|
-
|
1033
|
-
|
1029
|
+
}, rest), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
|
1030
|
+
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"
|
1031
|
+
})), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
|
1032
|
+
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
1033
|
+
})), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
|
1034
|
+
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
1034
1035
|
})), children);
|
1035
1036
|
});
|
1036
1037
|
if (process.env.NODE_ENV !== "production") {
|
1037
|
-
|
1038
|
+
IotPlatform.propTypes = iconPropTypes;
|
1038
1039
|
}
|
1039
|
-
var
|
1040
|
+
var Ip = /*#__PURE__*/React__default.forwardRef(function Ip(_ref41, ref) {
|
1040
1041
|
var children = _ref41.children,
|
1041
1042
|
_ref41$size = _ref41.size,
|
1042
1043
|
size = _ref41$size === void 0 ? 16 : _ref41$size,
|
@@ -1048,14 +1049,15 @@ var Iso = /*#__PURE__*/React__default.forwardRef(function Iso(_ref41, ref) {
|
|
1048
1049
|
xmlns: "http://www.w3.org/2000/svg",
|
1049
1050
|
viewBox: "0 0 32 32",
|
1050
1051
|
fill: "currentColor"
|
1051
|
-
}, rest),
|
1052
|
-
|
1052
|
+
}, rest), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
|
1053
|
+
strokeWidth: "0",
|
1054
|
+
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"
|
1053
1055
|
})), children);
|
1054
1056
|
});
|
1055
1057
|
if (process.env.NODE_ENV !== "production") {
|
1056
|
-
|
1058
|
+
Ip.propTypes = iconPropTypes;
|
1057
1059
|
}
|
1058
|
-
var
|
1060
|
+
var Iso = /*#__PURE__*/React__default.forwardRef(function Iso(_ref42, ref) {
|
1059
1061
|
var children = _ref42.children,
|
1060
1062
|
_ref42$size = _ref42.size,
|
1061
1063
|
size = _ref42$size === void 0 ? 16 : _ref42$size,
|
@@ -1067,16 +1069,14 @@ var IsoFilled = /*#__PURE__*/React__default.forwardRef(function IsoFilled(_ref42
|
|
1067
1069
|
xmlns: "http://www.w3.org/2000/svg",
|
1068
1070
|
viewBox: "0 0 32 32",
|
1069
1071
|
fill: "currentColor"
|
1070
|
-
}, rest),
|
1071
|
-
d: "
|
1072
|
-
})), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
|
1073
|
-
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"
|
1072
|
+
}, rest), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
|
1073
|
+
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"
|
1074
1074
|
})), children);
|
1075
1075
|
});
|
1076
1076
|
if (process.env.NODE_ENV !== "production") {
|
1077
|
-
|
1077
|
+
Iso.propTypes = iconPropTypes;
|
1078
1078
|
}
|
1079
|
-
var
|
1079
|
+
var IsoFilled = /*#__PURE__*/React__default.forwardRef(function IsoFilled(_ref43, ref) {
|
1080
1080
|
var children = _ref43.children,
|
1081
1081
|
_ref43$size = _ref43.size,
|
1082
1082
|
size = _ref43$size === void 0 ? 16 : _ref43$size,
|
@@ -1089,15 +1089,15 @@ var IsoOutline = /*#__PURE__*/React__default.forwardRef(function IsoOutline(_ref
|
|
1089
1089
|
viewBox: "0 0 32 32",
|
1090
1090
|
fill: "currentColor"
|
1091
1091
|
}, rest), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
|
1092
|
-
d: "
|
1092
|
+
d: "M21 13H24V19H21z"
|
1093
1093
|
})), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
|
1094
|
-
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,
|
1094
|
+
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"
|
1095
1095
|
})), children);
|
1096
1096
|
});
|
1097
1097
|
if (process.env.NODE_ENV !== "production") {
|
1098
|
-
|
1098
|
+
IsoFilled.propTypes = iconPropTypes;
|
1099
1099
|
}
|
1100
|
-
var
|
1100
|
+
var IsoOutline = /*#__PURE__*/React__default.forwardRef(function IsoOutline(_ref44, ref) {
|
1101
1101
|
var children = _ref44.children,
|
1102
1102
|
_ref44$size = _ref44.size,
|
1103
1103
|
size = _ref44$size === void 0 ? 16 : _ref44$size,
|
@@ -1110,21 +1110,15 @@ var JoinFull = /*#__PURE__*/React__default.forwardRef(function JoinFull(_ref44,
|
|
1110
1110
|
viewBox: "0 0 32 32",
|
1111
1111
|
fill: "currentColor"
|
1112
1112
|
}, rest), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
|
1113
|
-
|
1114
|
-
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",
|
1115
|
-
"data-icon-path": "inner-path"
|
1113
|
+
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"
|
1116
1114
|
})), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
|
1117
|
-
d: "
|
1118
|
-
})), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
|
1119
|
-
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
1120
|
-
})), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
|
1121
|
-
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"
|
1115
|
+
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"
|
1122
1116
|
})), children);
|
1123
1117
|
});
|
1124
1118
|
if (process.env.NODE_ENV !== "production") {
|
1125
|
-
|
1119
|
+
IsoOutline.propTypes = iconPropTypes;
|
1126
1120
|
}
|
1127
|
-
var
|
1121
|
+
var JoinFull = /*#__PURE__*/React__default.forwardRef(function JoinFull(_ref45, ref) {
|
1128
1122
|
var children = _ref45.children,
|
1129
1123
|
_ref45$size = _ref45.size,
|
1130
1124
|
size = _ref45$size === void 0 ? 16 : _ref45$size,
|
@@ -1136,14 +1130,22 @@ var JoinInner = /*#__PURE__*/React__default.forwardRef(function JoinInner(_ref45
|
|
1136
1130
|
xmlns: "http://www.w3.org/2000/svg",
|
1137
1131
|
viewBox: "0 0 32 32",
|
1138
1132
|
fill: "currentColor"
|
1139
|
-
}, rest),
|
1140
|
-
|
1133
|
+
}, rest), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
|
1134
|
+
fill: "none",
|
1135
|
+
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",
|
1136
|
+
"data-icon-path": "inner-path"
|
1137
|
+
})), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
|
1138
|
+
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"
|
1139
|
+
})), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
|
1140
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
1141
|
+
})), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
|
1142
|
+
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"
|
1141
1143
|
})), children);
|
1142
1144
|
});
|
1143
1145
|
if (process.env.NODE_ENV !== "production") {
|
1144
|
-
|
1146
|
+
JoinFull.propTypes = iconPropTypes;
|
1145
1147
|
}
|
1146
|
-
var
|
1148
|
+
var JoinInner = /*#__PURE__*/React__default.forwardRef(function JoinInner(_ref46, ref) {
|
1147
1149
|
var children = _ref46.children,
|
1148
1150
|
_ref46$size = _ref46.size,
|
1149
1151
|
size = _ref46$size === void 0 ? 16 : _ref46$size,
|
@@ -1155,22 +1157,14 @@ var JoinLeft = /*#__PURE__*/React__default.forwardRef(function JoinLeft(_ref46,
|
|
1155
1157
|
xmlns: "http://www.w3.org/2000/svg",
|
1156
1158
|
viewBox: "0 0 32 32",
|
1157
1159
|
fill: "currentColor"
|
1158
|
-
}, rest),
|
1159
|
-
d: "M20,6a9.
|
1160
|
-
})), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
|
1161
|
-
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"
|
1162
|
-
})), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
|
1163
|
-
fill: "none",
|
1164
|
-
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",
|
1165
|
-
"data-icon-path": "inner-path"
|
1166
|
-
})), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1167
|
-
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"
|
1160
|
+
}, rest), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
|
1161
|
+
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"
|
1168
1162
|
})), children);
|
1169
1163
|
});
|
1170
1164
|
if (process.env.NODE_ENV !== "production") {
|
1171
|
-
|
1165
|
+
JoinInner.propTypes = iconPropTypes;
|
1172
1166
|
}
|
1173
|
-
var
|
1167
|
+
var JoinLeft = /*#__PURE__*/React__default.forwardRef(function JoinLeft(_ref47, ref) {
|
1174
1168
|
var children = _ref47.children,
|
1175
1169
|
_ref47$size = _ref47.size,
|
1176
1170
|
size = _ref47$size === void 0 ? 16 : _ref47$size,
|
@@ -1182,14 +1176,22 @@ var JoinOuter = /*#__PURE__*/React__default.forwardRef(function JoinOuter(_ref47
|
|
1182
1176
|
xmlns: "http://www.w3.org/2000/svg",
|
1183
1177
|
viewBox: "0 0 32 32",
|
1184
1178
|
fill: "currentColor"
|
1185
|
-
}, rest),
|
1186
|
-
d: "M20
|
1179
|
+
}, rest), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
|
1180
|
+
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"
|
1181
|
+
})), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1182
|
+
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"
|
1183
|
+
})), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
|
1184
|
+
fill: "none",
|
1185
|
+
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",
|
1186
|
+
"data-icon-path": "inner-path"
|
1187
|
+
})), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
|
1188
|
+
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"
|
1187
1189
|
})), children);
|
1188
1190
|
});
|
1189
1191
|
if (process.env.NODE_ENV !== "production") {
|
1190
|
-
|
1192
|
+
JoinLeft.propTypes = iconPropTypes;
|
1191
1193
|
}
|
1192
|
-
var
|
1194
|
+
var JoinOuter = /*#__PURE__*/React__default.forwardRef(function JoinOuter(_ref48, ref) {
|
1193
1195
|
var children = _ref48.children,
|
1194
1196
|
_ref48$size = _ref48.size,
|
1195
1197
|
size = _ref48$size === void 0 ? 16 : _ref48$size,
|
@@ -1201,22 +1203,14 @@ var JoinRight = /*#__PURE__*/React__default.forwardRef(function JoinRight(_ref48
|
|
1201
1203
|
xmlns: "http://www.w3.org/2000/svg",
|
1202
1204
|
viewBox: "0 0 32 32",
|
1203
1205
|
fill: "currentColor"
|
1204
|
-
}, rest),
|
1205
|
-
d: "M20
|
1206
|
-
})), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
|
1207
|
-
fill: "none",
|
1208
|
-
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",
|
1209
|
-
"data-icon-path": "inner-path"
|
1210
|
-
})), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
|
1211
|
-
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"
|
1212
|
-
})), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
|
1213
|
-
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"
|
1206
|
+
}, rest), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
|
1207
|
+
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"
|
1214
1208
|
})), children);
|
1215
1209
|
});
|
1216
1210
|
if (process.env.NODE_ENV !== "production") {
|
1217
|
-
|
1211
|
+
JoinOuter.propTypes = iconPropTypes;
|
1218
1212
|
}
|
1219
|
-
var
|
1213
|
+
var JoinRight = /*#__PURE__*/React__default.forwardRef(function JoinRight(_ref49, ref) {
|
1220
1214
|
var children = _ref49.children,
|
1221
1215
|
_ref49$size = _ref49.size,
|
1222
1216
|
size = _ref49$size === void 0 ? 16 : _ref49$size,
|
@@ -1228,15 +1222,22 @@ var JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(_ref49,
|
|
1228
1222
|
xmlns: "http://www.w3.org/2000/svg",
|
1229
1223
|
viewBox: "0 0 32 32",
|
1230
1224
|
fill: "currentColor"
|
1231
|
-
}, rest),
|
1232
|
-
|
1233
|
-
|
1225
|
+
}, rest), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
|
1226
|
+
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"
|
1227
|
+
})), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
|
1228
|
+
fill: "none",
|
1229
|
+
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",
|
1230
|
+
"data-icon-path": "inner-path"
|
1231
|
+
})), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
|
1232
|
+
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"
|
1233
|
+
})), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
|
1234
|
+
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"
|
1234
1235
|
})), children);
|
1235
1236
|
});
|
1236
1237
|
if (process.env.NODE_ENV !== "production") {
|
1237
|
-
|
1238
|
+
JoinRight.propTypes = iconPropTypes;
|
1238
1239
|
}
|
1239
|
-
var
|
1240
|
+
var JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(_ref50, ref) {
|
1240
1241
|
var children = _ref50.children,
|
1241
1242
|
_ref50$size = _ref50.size,
|
1242
1243
|
size = _ref50$size === void 0 ? 16 : _ref50$size,
|
@@ -1248,14 +1249,15 @@ var Jpg = /*#__PURE__*/React__default.forwardRef(function Jpg(_ref50, ref) {
|
|
1248
1249
|
xmlns: "http://www.w3.org/2000/svg",
|
1249
1250
|
viewBox: "0 0 32 32",
|
1250
1251
|
fill: "currentColor"
|
1251
|
-
}, rest),
|
1252
|
-
|
1252
|
+
}, rest), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
|
1253
|
+
strokeWidth: "0",
|
1254
|
+
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"
|
1253
1255
|
})), children);
|
1254
1256
|
});
|
1255
1257
|
if (process.env.NODE_ENV !== "production") {
|
1256
|
-
|
1258
|
+
JoinNode.propTypes = iconPropTypes;
|
1257
1259
|
}
|
1258
|
-
var
|
1260
|
+
var Jpg = /*#__PURE__*/React__default.forwardRef(function Jpg(_ref51, ref) {
|
1259
1261
|
var children = _ref51.children,
|
1260
1262
|
_ref51$size = _ref51.size,
|
1261
1263
|
size = _ref51$size === void 0 ? 16 : _ref51$size,
|
@@ -1267,16 +1269,14 @@ var JsError = /*#__PURE__*/React__default.forwardRef(function JsError(_ref51, re
|
|
1267
1269
|
xmlns: "http://www.w3.org/2000/svg",
|
1268
1270
|
viewBox: "0 0 32 32",
|
1269
1271
|
fill: "currentColor"
|
1270
|
-
}, rest),
|
1271
|
-
d: "
|
1272
|
-
})), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
|
1273
|
-
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"
|
1272
|
+
}, rest), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
|
1273
|
+
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"
|
1274
1274
|
})), children);
|
1275
1275
|
});
|
1276
1276
|
if (process.env.NODE_ENV !== "production") {
|
1277
|
-
|
1277
|
+
Jpg.propTypes = iconPropTypes;
|
1278
1278
|
}
|
1279
|
-
var
|
1279
|
+
var JsError = /*#__PURE__*/React__default.forwardRef(function JsError(_ref52, ref) {
|
1280
1280
|
var children = _ref52.children,
|
1281
1281
|
_ref52$size = _ref52.size,
|
1282
1282
|
size = _ref52$size === void 0 ? 16 : _ref52$size,
|
@@ -1289,13 +1289,15 @@ var Json = /*#__PURE__*/React__default.forwardRef(function Json(_ref52, ref) {
|
|
1289
1289
|
viewBox: "0 0 32 32",
|
1290
1290
|
fill: "currentColor"
|
1291
1291
|
}, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
|
1292
|
-
d: "
|
1292
|
+
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"
|
1293
|
+
})), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
|
1294
|
+
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"
|
1293
1295
|
})), children);
|
1294
1296
|
});
|
1295
1297
|
if (process.env.NODE_ENV !== "production") {
|
1296
|
-
|
1298
|
+
JsError.propTypes = iconPropTypes;
|
1297
1299
|
}
|
1298
|
-
var
|
1300
|
+
var Json = /*#__PURE__*/React__default.forwardRef(function Json(_ref53, ref) {
|
1299
1301
|
var children = _ref53.children,
|
1300
1302
|
_ref53$size = _ref53.size,
|
1301
1303
|
size = _ref53$size === void 0 ? 16 : _ref53$size,
|
@@ -1307,14 +1309,14 @@ var JsonReference = /*#__PURE__*/React__default.forwardRef(function JsonReferenc
|
|
1307
1309
|
xmlns: "http://www.w3.org/2000/svg",
|
1308
1310
|
viewBox: "0 0 32 32",
|
1309
1311
|
fill: "currentColor"
|
1310
|
-
}, rest),
|
1311
|
-
d: "
|
1312
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
|
1313
|
+
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"
|
1312
1314
|
})), children);
|
1313
1315
|
});
|
1314
1316
|
if (process.env.NODE_ENV !== "production") {
|
1315
|
-
|
1317
|
+
Json.propTypes = iconPropTypes;
|
1316
1318
|
}
|
1317
|
-
var
|
1319
|
+
var JsonReference = /*#__PURE__*/React__default.forwardRef(function JsonReference(_ref54, ref) {
|
1318
1320
|
var children = _ref54.children,
|
1319
1321
|
_ref54$size = _ref54.size,
|
1320
1322
|
size = _ref54$size === void 0 ? 16 : _ref54$size,
|
@@ -1326,14 +1328,14 @@ var JumpLink = /*#__PURE__*/React__default.forwardRef(function JumpLink(_ref54,
|
|
1326
1328
|
xmlns: "http://www.w3.org/2000/svg",
|
1327
1329
|
viewBox: "0 0 32 32",
|
1328
1330
|
fill: "currentColor"
|
1329
|
-
}, rest),
|
1330
|
-
d: "
|
1331
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
|
1332
|
+
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"
|
1331
1333
|
})), children);
|
1332
1334
|
});
|
1333
1335
|
if (process.env.NODE_ENV !== "production") {
|
1334
|
-
|
1336
|
+
JsonReference.propTypes = iconPropTypes;
|
1335
1337
|
}
|
1336
|
-
var
|
1338
|
+
var JumpLink = /*#__PURE__*/React__default.forwardRef(function JumpLink(_ref55, ref) {
|
1337
1339
|
var children = _ref55.children,
|
1338
1340
|
_ref55$size = _ref55.size,
|
1339
1341
|
size = _ref55$size === void 0 ? 16 : _ref55$size,
|
@@ -1345,16 +1347,14 @@ var KeepDry = /*#__PURE__*/React__default.forwardRef(function KeepDry(_ref55, re
|
|
1345
1347
|
xmlns: "http://www.w3.org/2000/svg",
|
1346
1348
|
viewBox: "0 0 32 32",
|
1347
1349
|
fill: "currentColor"
|
1348
|
-
}, rest),
|
1349
|
-
d: "
|
1350
|
-
})), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
|
1351
|
-
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"
|
1350
|
+
}, rest), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
|
1351
|
+
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"
|
1352
1352
|
})), children);
|
1353
1353
|
});
|
1354
1354
|
if (process.env.NODE_ENV !== "production") {
|
1355
|
-
|
1355
|
+
JumpLink.propTypes = iconPropTypes;
|
1356
1356
|
}
|
1357
|
-
var
|
1357
|
+
var KeepDry = /*#__PURE__*/React__default.forwardRef(function KeepDry(_ref56, ref) {
|
1358
1358
|
var children = _ref56.children,
|
1359
1359
|
_ref56$size = _ref56.size,
|
1360
1360
|
size = _ref56$size === void 0 ? 16 : _ref56$size,
|
@@ -1367,14 +1367,15 @@ var Key = /*#__PURE__*/React__default.forwardRef(function Key(_ref56, ref) {
|
|
1367
1367
|
viewBox: "0 0 32 32",
|
1368
1368
|
fill: "currentColor"
|
1369
1369
|
}, rest), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
|
1370
|
-
|
1371
|
-
|
1370
|
+
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"
|
1371
|
+
})), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
|
1372
|
+
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"
|
1372
1373
|
})), children);
|
1373
1374
|
});
|
1374
1375
|
if (process.env.NODE_ENV !== "production") {
|
1375
|
-
|
1376
|
+
KeepDry.propTypes = iconPropTypes;
|
1376
1377
|
}
|
1377
|
-
var
|
1378
|
+
var Key = /*#__PURE__*/React__default.forwardRef(function Key(_ref57, ref) {
|
1378
1379
|
var children = _ref57.children,
|
1379
1380
|
_ref57$size = _ref57.size,
|
1380
1381
|
size = _ref57$size === void 0 ? 16 : _ref57$size,
|
@@ -1386,16 +1387,15 @@ var Keyboard = /*#__PURE__*/React__default.forwardRef(function Keyboard(_ref57,
|
|
1386
1387
|
xmlns: "http://www.w3.org/2000/svg",
|
1387
1388
|
viewBox: "0 0 32 32",
|
1388
1389
|
fill: "currentColor"
|
1389
|
-
}, rest),
|
1390
|
-
|
1391
|
-
|
1392
|
-
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
1390
|
+
}, rest), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
|
1391
|
+
strokeWidth: "0",
|
1392
|
+
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"
|
1393
1393
|
})), children);
|
1394
1394
|
});
|
1395
1395
|
if (process.env.NODE_ENV !== "production") {
|
1396
|
-
|
1396
|
+
Key.propTypes = iconPropTypes;
|
1397
1397
|
}
|
1398
|
-
var
|
1398
|
+
var Keyboard = /*#__PURE__*/React__default.forwardRef(function Keyboard(_ref58, ref) {
|
1399
1399
|
var children = _ref58.children,
|
1400
1400
|
_ref58$size = _ref58.size,
|
1401
1401
|
size = _ref58$size === void 0 ? 16 : _ref58$size,
|
@@ -1408,15 +1408,15 @@ var KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(_r
|
|
1408
1408
|
viewBox: "0 0 32 32",
|
1409
1409
|
fill: "currentColor"
|
1410
1410
|
}, rest), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
|
1411
|
-
d: "
|
1411
|
+
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"
|
1412
1412
|
})), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
|
1413
|
-
d: "
|
1413
|
+
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
1414
1414
|
})), children);
|
1415
1415
|
});
|
1416
1416
|
if (process.env.NODE_ENV !== "production") {
|
1417
|
-
|
1417
|
+
Keyboard.propTypes = iconPropTypes;
|
1418
1418
|
}
|
1419
|
-
var
|
1419
|
+
var KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(_ref59, ref) {
|
1420
1420
|
var children = _ref59.children,
|
1421
1421
|
_ref59$size = _ref59.size,
|
1422
1422
|
size = _ref59$size === void 0 ? 16 : _ref59$size,
|
@@ -1429,27 +1429,19 @@ var Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref59, re
|
|
1429
1429
|
viewBox: "0 0 32 32",
|
1430
1430
|
fill: "currentColor"
|
1431
1431
|
}, rest), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
|
1432
|
-
|
1433
|
-
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"
|
1432
|
+
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
1434
1433
|
})), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
|
1435
|
-
|
1436
|
-
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
1434
|
+
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"
|
1437
1435
|
})), children);
|
1438
1436
|
});
|
1439
1437
|
if (process.env.NODE_ENV !== "production") {
|
1440
|
-
|
1438
|
+
KeyboardOff.propTypes = iconPropTypes;
|
1441
1439
|
}
|
1442
|
-
var
|
1440
|
+
var Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref60, ref) {
|
1443
1441
|
var children = _ref60.children,
|
1444
1442
|
_ref60$size = _ref60.size,
|
1445
1443
|
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
1446
1444
|
rest = _objectWithoutProperties(_ref60, _excluded60);
|
1447
|
-
if (process.env.NODE_ENV !== "production") {
|
1448
|
-
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
1449
|
-
didWarnAboutDeprecation["Kubernetes"] = true;
|
1450
|
-
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.");
|
1451
|
-
}
|
1452
|
-
}
|
1453
1445
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1454
1446
|
width: size,
|
1455
1447
|
height: size,
|
@@ -1458,17 +1450,27 @@ var Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(_ref
|
|
1458
1450
|
viewBox: "0 0 32 32",
|
1459
1451
|
fill: "currentColor"
|
1460
1452
|
}, rest), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
|
1461
|
-
|
1453
|
+
strokeWidth: "0",
|
1454
|
+
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"
|
1455
|
+
})), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
|
1456
|
+
strokeWidth: "0",
|
1457
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
1462
1458
|
})), children);
|
1463
1459
|
});
|
1464
1460
|
if (process.env.NODE_ENV !== "production") {
|
1465
|
-
|
1461
|
+
Kubelet.propTypes = iconPropTypes;
|
1466
1462
|
}
|
1467
|
-
var
|
1463
|
+
var Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(_ref61, ref) {
|
1468
1464
|
var children = _ref61.children,
|
1469
1465
|
_ref61$size = _ref61.size,
|
1470
1466
|
size = _ref61$size === void 0 ? 16 : _ref61$size,
|
1471
1467
|
rest = _objectWithoutProperties(_ref61, _excluded61);
|
1468
|
+
if (process.env.NODE_ENV !== "production") {
|
1469
|
+
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
1470
|
+
didWarnAboutDeprecation["Kubernetes"] = true;
|
1471
|
+
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.");
|
1472
|
+
}
|
1473
|
+
}
|
1472
1474
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1473
1475
|
width: size,
|
1474
1476
|
height: size,
|
@@ -1476,19 +1478,14 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function
|
|
1476
1478
|
xmlns: "http://www.w3.org/2000/svg",
|
1477
1479
|
viewBox: "0 0 32 32",
|
1478
1480
|
fill: "currentColor"
|
1479
|
-
}, rest),
|
1480
|
-
d: "
|
1481
|
-
})), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
|
1482
|
-
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"
|
1483
|
-
})), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
|
1484
|
-
fill: "none",
|
1485
|
-
d: "M0 0h32v32H0z"
|
1481
|
+
}, rest), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
|
1482
|
+
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"
|
1486
1483
|
})), children);
|
1487
1484
|
});
|
1488
1485
|
if (process.env.NODE_ENV !== "production") {
|
1489
|
-
|
1486
|
+
Kubernetes.propTypes = iconPropTypes;
|
1490
1487
|
}
|
1491
|
-
var
|
1488
|
+
var KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function KubernetesControlPlaneNode(_ref62, ref) {
|
1492
1489
|
var children = _ref62.children,
|
1493
1490
|
_ref62$size = _ref62.size,
|
1494
1491
|
size = _ref62$size === void 0 ? 16 : _ref62$size,
|
@@ -1500,22 +1497,19 @@ var KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function Kubern
|
|
1500
1497
|
xmlns: "http://www.w3.org/2000/svg",
|
1501
1498
|
viewBox: "0 0 32 32",
|
1502
1499
|
fill: "currentColor"
|
1503
|
-
}, rest),
|
1504
|
-
|
1505
|
-
cy: "9",
|
1506
|
-
r: "2"
|
1507
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
|
1508
|
-
cx: "16",
|
1509
|
-
cy: "16",
|
1510
|
-
r: "2"
|
1500
|
+
}, rest), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
|
1501
|
+
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"
|
1511
1502
|
})), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
|
1512
|
-
d: "
|
1503
|
+
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"
|
1504
|
+
})), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
|
1505
|
+
fill: "none",
|
1506
|
+
d: "M0 0h32v32H0z"
|
1513
1507
|
})), children);
|
1514
1508
|
});
|
1515
1509
|
if (process.env.NODE_ENV !== "production") {
|
1516
|
-
|
1510
|
+
KubernetesControlPlaneNode.propTypes = iconPropTypes;
|
1517
1511
|
}
|
1518
|
-
var
|
1512
|
+
var KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function KubernetesIpAddress(_ref63, ref) {
|
1519
1513
|
var children = _ref63.children,
|
1520
1514
|
_ref63$size = _ref63.size,
|
1521
1515
|
size = _ref63$size === void 0 ? 16 : _ref63$size,
|
@@ -1527,18 +1521,22 @@ var KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function Kuberne
|
|
1527
1521
|
xmlns: "http://www.w3.org/2000/svg",
|
1528
1522
|
viewBox: "0 0 32 32",
|
1529
1523
|
fill: "currentColor"
|
1530
|
-
}, rest),
|
1531
|
-
|
1532
|
-
|
1524
|
+
}, rest), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
|
1525
|
+
cx: "16",
|
1526
|
+
cy: "9",
|
1527
|
+
r: "2"
|
1528
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
|
1529
|
+
cx: "16",
|
1530
|
+
cy: "16",
|
1531
|
+
r: "2"
|
1533
1532
|
})), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
|
1534
|
-
|
1535
|
-
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"
|
1533
|
+
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"
|
1536
1534
|
})), children);
|
1537
1535
|
});
|
1538
1536
|
if (process.env.NODE_ENV !== "production") {
|
1539
|
-
|
1537
|
+
KubernetesIpAddress.propTypes = iconPropTypes;
|
1540
1538
|
}
|
1541
|
-
var
|
1539
|
+
var KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function KubernetesOperator(_ref64, ref) {
|
1542
1540
|
var children = _ref64.children,
|
1543
1541
|
_ref64$size = _ref64.size,
|
1544
1542
|
size = _ref64$size === void 0 ? 16 : _ref64$size,
|
@@ -1551,15 +1549,17 @@ var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPo
|
|
1551
1549
|
viewBox: "0 0 32 32",
|
1552
1550
|
fill: "currentColor"
|
1553
1551
|
}, rest), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
|
1554
|
-
|
1552
|
+
strokeWidth: "0",
|
1553
|
+
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"
|
1555
1554
|
})), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
|
1556
|
-
|
1555
|
+
strokeWidth: "0",
|
1556
|
+
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"
|
1557
1557
|
})), children);
|
1558
1558
|
});
|
1559
1559
|
if (process.env.NODE_ENV !== "production") {
|
1560
|
-
|
1560
|
+
KubernetesOperator.propTypes = iconPropTypes;
|
1561
1561
|
}
|
1562
|
-
var
|
1562
|
+
var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPod(_ref65, ref) {
|
1563
1563
|
var children = _ref65.children,
|
1564
1564
|
_ref65$size = _ref65.size,
|
1565
1565
|
size = _ref65$size === void 0 ? 16 : _ref65$size,
|
@@ -1572,18 +1572,15 @@ var KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function Kuber
|
|
1572
1572
|
viewBox: "0 0 32 32",
|
1573
1573
|
fill: "currentColor"
|
1574
1574
|
}, rest), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
|
1575
|
-
d: "
|
1575
|
+
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"
|
1576
1576
|
})), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
|
1577
|
-
d: "
|
1578
|
-
})), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
|
1579
|
-
fill: "none",
|
1580
|
-
d: "M0 0h32v32H0z"
|
1577
|
+
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"
|
1581
1578
|
})), children);
|
1582
1579
|
});
|
1583
1580
|
if (process.env.NODE_ENV !== "production") {
|
1584
|
-
|
1581
|
+
KubernetesPod.propTypes = iconPropTypes;
|
1585
1582
|
}
|
1586
|
-
var
|
1583
|
+
var KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function KubernetesWorkerNode(_ref66, ref) {
|
1587
1584
|
var children = _ref66.children,
|
1588
1585
|
_ref66$size = _ref66.size,
|
1589
1586
|
size = _ref66$size === void 0 ? 16 : _ref66$size,
|
@@ -1595,16 +1592,19 @@ var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref66, ref) {
|
|
1595
1592
|
xmlns: "http://www.w3.org/2000/svg",
|
1596
1593
|
viewBox: "0 0 32 32",
|
1597
1594
|
fill: "currentColor"
|
1598
|
-
}, rest),
|
1599
|
-
d: "M23
|
1595
|
+
}, rest), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
|
1596
|
+
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"
|
1597
|
+
})), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
|
1598
|
+
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"
|
1600
1599
|
})), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
|
1601
|
-
|
1600
|
+
fill: "none",
|
1601
|
+
d: "M0 0h32v32H0z"
|
1602
1602
|
})), children);
|
1603
1603
|
});
|
1604
1604
|
if (process.env.NODE_ENV !== "production") {
|
1605
|
-
|
1605
|
+
KubernetesWorkerNode.propTypes = iconPropTypes;
|
1606
1606
|
}
|
1607
|
-
var
|
1607
|
+
var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref67, ref) {
|
1608
1608
|
var children = _ref67.children,
|
1609
1609
|
_ref67$size = _ref67.size,
|
1610
1610
|
size = _ref67$size === void 0 ? 16 : _ref67$size,
|
@@ -1617,13 +1617,15 @@ var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref67,
|
|
1617
1617
|
viewBox: "0 0 32 32",
|
1618
1618
|
fill: "currentColor"
|
1619
1619
|
}, rest), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
|
1620
|
-
d: "
|
1620
|
+
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"
|
1621
|
+
})), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
|
1622
|
+
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"
|
1621
1623
|
})), children);
|
1622
1624
|
});
|
1623
1625
|
if (process.env.NODE_ENV !== "production") {
|
1624
|
-
|
1626
|
+
Label.propTypes = iconPropTypes;
|
1625
1627
|
}
|
1626
|
-
var
|
1628
|
+
var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref68, ref) {
|
1627
1629
|
var children = _ref68.children,
|
1628
1630
|
_ref68$size = _ref68.size,
|
1629
1631
|
size = _ref68$size === void 0 ? 16 : _ref68$size,
|
@@ -1635,17 +1637,14 @@ var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref68, ref)
|
|
1635
1637
|
xmlns: "http://www.w3.org/2000/svg",
|
1636
1638
|
viewBox: "0 0 32 32",
|
1637
1639
|
fill: "currentColor"
|
1638
|
-
}, rest),
|
1639
|
-
d: "
|
1640
|
-
transform: "translate(0 .005)"
|
1641
|
-
})), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1642
|
-
d: "M2 26.005H30V28.005H2z"
|
1640
|
+
}, rest), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1641
|
+
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"
|
1643
1642
|
})), children);
|
1644
1643
|
});
|
1645
1644
|
if (process.env.NODE_ENV !== "production") {
|
1646
|
-
|
1645
|
+
Language.propTypes = iconPropTypes;
|
1647
1646
|
}
|
1648
|
-
var
|
1647
|
+
var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref69, ref) {
|
1649
1648
|
var children = _ref69.children,
|
1650
1649
|
_ref69$size = _ref69.size,
|
1651
1650
|
size = _ref69$size === void 0 ? 16 : _ref69$size,
|
@@ -1658,13 +1657,16 @@ var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref69, ref) {
|
|
1658
1657
|
viewBox: "0 0 32 32",
|
1659
1658
|
fill: "currentColor"
|
1660
1659
|
}, rest), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
|
1661
|
-
d: "
|
1660
|
+
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",
|
1661
|
+
transform: "translate(0 .005)"
|
1662
|
+
})), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
|
1663
|
+
d: "M2 26.005H30V28.005H2z"
|
1662
1664
|
})), children);
|
1663
1665
|
});
|
1664
1666
|
if (process.env.NODE_ENV !== "production") {
|
1665
|
-
|
1667
|
+
Laptop.propTypes = iconPropTypes;
|
1666
1668
|
}
|
1667
|
-
var
|
1669
|
+
var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref70, ref) {
|
1668
1670
|
var children = _ref70.children,
|
1669
1671
|
_ref70$size = _ref70.size,
|
1670
1672
|
size = _ref70$size === void 0 ? 16 : _ref70$size,
|
@@ -1676,32 +1678,18 @@ var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(
|
|
1676
1678
|
xmlns: "http://www.w3.org/2000/svg",
|
1677
1679
|
viewBox: "0 0 32 32",
|
1678
1680
|
fill: "currentColor"
|
1679
|
-
}, rest),
|
1680
|
-
d: "
|
1681
|
+
}, rest), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
|
1682
|
+
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"
|
1681
1683
|
})), children);
|
1682
1684
|
});
|
1683
1685
|
if (process.env.NODE_ENV !== "production") {
|
1684
|
-
|
1686
|
+
Lasso.propTypes = iconPropTypes;
|
1685
1687
|
}
|
1686
|
-
var
|
1688
|
+
var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(_ref71, ref) {
|
1687
1689
|
var children = _ref71.children,
|
1688
1690
|
_ref71$size = _ref71.size,
|
1689
1691
|
size = _ref71$size === void 0 ? 16 : _ref71$size,
|
1690
1692
|
rest = _objectWithoutProperties(_ref71, _excluded71);
|
1691
|
-
if (size === 16 || size === "16" || size === "16px") {
|
1692
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1693
|
-
width: size,
|
1694
|
-
height: size,
|
1695
|
-
ref: ref,
|
1696
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1697
|
-
viewBox: "0 0 16 16",
|
1698
|
-
fill: "currentColor"
|
1699
|
-
}, rest), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
|
1700
|
-
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"
|
1701
|
-
})), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
|
1702
|
-
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
1703
|
-
})), children);
|
1704
|
-
}
|
1705
1693
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1706
1694
|
width: size,
|
1707
1695
|
height: size,
|
@@ -1709,20 +1697,32 @@ var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref71, ref)
|
|
1709
1697
|
xmlns: "http://www.w3.org/2000/svg",
|
1710
1698
|
viewBox: "0 0 32 32",
|
1711
1699
|
fill: "currentColor"
|
1712
|
-
}, rest),
|
1713
|
-
d: "
|
1714
|
-
})), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1715
|
-
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
1700
|
+
}, rest), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
|
1701
|
+
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"
|
1716
1702
|
})), children);
|
1717
1703
|
});
|
1718
1704
|
if (process.env.NODE_ENV !== "production") {
|
1719
|
-
|
1705
|
+
LassoPolygon.propTypes = iconPropTypes;
|
1720
1706
|
}
|
1721
|
-
var
|
1707
|
+
var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref72, ref) {
|
1722
1708
|
var children = _ref72.children,
|
1723
1709
|
_ref72$size = _ref72.size,
|
1724
1710
|
size = _ref72$size === void 0 ? 16 : _ref72$size,
|
1725
1711
|
rest = _objectWithoutProperties(_ref72, _excluded72);
|
1712
|
+
if (size === 16 || size === "16" || size === "16px") {
|
1713
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1714
|
+
width: size,
|
1715
|
+
height: size,
|
1716
|
+
ref: ref,
|
1717
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1718
|
+
viewBox: "0 0 16 16",
|
1719
|
+
fill: "currentColor"
|
1720
|
+
}, rest), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
|
1721
|
+
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"
|
1722
|
+
})), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1723
|
+
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
1724
|
+
})), children);
|
1725
|
+
}
|
1726
1726
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1727
1727
|
width: size,
|
1728
1728
|
height: size,
|
@@ -1730,20 +1730,16 @@ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function
|
|
1730
1730
|
xmlns: "http://www.w3.org/2000/svg",
|
1731
1731
|
viewBox: "0 0 32 32",
|
1732
1732
|
fill: "currentColor"
|
1733
|
-
}, rest),
|
1734
|
-
|
1735
|
-
cy: "25",
|
1736
|
-
r: "1"
|
1737
|
-
})), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
|
1738
|
-
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"
|
1733
|
+
}, rest), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
|
1734
|
+
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"
|
1739
1735
|
})), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
|
1740
|
-
d: "
|
1736
|
+
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
1741
1737
|
})), children);
|
1742
1738
|
});
|
1743
1739
|
if (process.env.NODE_ENV !== "production") {
|
1744
|
-
|
1740
|
+
Launch.propTypes = iconPropTypes;
|
1745
1741
|
}
|
1746
|
-
var
|
1742
|
+
var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_1(_ref73, ref) {
|
1747
1743
|
var children = _ref73.children,
|
1748
1744
|
_ref73$size = _ref73.size,
|
1749
1745
|
size = _ref73$size === void 0 ? 16 : _ref73$size,
|
@@ -1755,20 +1751,20 @@ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function
|
|
1755
1751
|
xmlns: "http://www.w3.org/2000/svg",
|
1756
1752
|
viewBox: "0 0 32 32",
|
1757
1753
|
fill: "currentColor"
|
1758
|
-
}, rest),
|
1754
|
+
}, rest), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
|
1759
1755
|
cx: "23",
|
1760
|
-
cy: "
|
1756
|
+
cy: "25",
|
1761
1757
|
r: "1"
|
1762
1758
|
})), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
|
1763
|
-
d: "M26
|
1759
|
+
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"
|
1764
1760
|
})), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
|
1765
|
-
d: "M8
|
1761
|
+
d: "M8 24H20V26H8z"
|
1766
1762
|
})), children);
|
1767
1763
|
});
|
1768
1764
|
if (process.env.NODE_ENV !== "production") {
|
1769
|
-
|
1765
|
+
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
|
1770
1766
|
}
|
1771
|
-
var
|
1767
|
+
var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_2(_ref74, ref) {
|
1772
1768
|
var children = _ref74.children,
|
1773
1769
|
_ref74$size = _ref74.size,
|
1774
1770
|
size = _ref74$size === void 0 ? 16 : _ref74$size,
|
@@ -1780,20 +1776,20 @@ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function
|
|
1780
1776
|
xmlns: "http://www.w3.org/2000/svg",
|
1781
1777
|
viewBox: "0 0 32 32",
|
1782
1778
|
fill: "currentColor"
|
1783
|
-
}, rest),
|
1779
|
+
}, rest), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
|
1784
1780
|
cx: "23",
|
1785
|
-
cy: "
|
1781
|
+
cy: "7",
|
1786
1782
|
r: "1"
|
1787
1783
|
})), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
|
1788
|
-
d: "M26
|
1784
|
+
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"
|
1789
1785
|
})), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
|
1790
|
-
d: "
|
1786
|
+
d: "M8 6H20V8H8z"
|
1791
1787
|
})), children);
|
1792
1788
|
});
|
1793
1789
|
if (process.env.NODE_ENV !== "production") {
|
1794
|
-
|
1790
|
+
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
|
1795
1791
|
}
|
1796
|
-
var
|
1792
|
+
var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_3(_ref75, ref) {
|
1797
1793
|
var children = _ref75.children,
|
1798
1794
|
_ref75$size = _ref75.size,
|
1799
1795
|
size = _ref75$size === void 0 ? 16 : _ref75$size,
|
@@ -1805,16 +1801,20 @@ var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref75, ref)
|
|
1805
1801
|
xmlns: "http://www.w3.org/2000/svg",
|
1806
1802
|
viewBox: "0 0 32 32",
|
1807
1803
|
fill: "currentColor"
|
1808
|
-
}, rest),
|
1809
|
-
|
1804
|
+
}, rest), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
|
1805
|
+
cx: "23",
|
1806
|
+
cy: "25",
|
1807
|
+
r: "1"
|
1808
|
+
})), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
|
1809
|
+
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"
|
1810
1810
|
})), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
|
1811
|
-
d: "
|
1811
|
+
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
1812
1812
|
})), children);
|
1813
1813
|
});
|
1814
1814
|
if (process.env.NODE_ENV !== "production") {
|
1815
|
-
|
1815
|
+
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
|
1816
1816
|
}
|
1817
|
-
var
|
1817
|
+
var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref76, ref) {
|
1818
1818
|
var children = _ref76.children,
|
1819
1819
|
_ref76$size = _ref76.size,
|
1820
1820
|
size = _ref76$size === void 0 ? 16 : _ref76$size,
|
@@ -1827,17 +1827,15 @@ var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExter
|
|
1827
1827
|
viewBox: "0 0 32 32",
|
1828
1828
|
fill: "currentColor"
|
1829
1829
|
}, rest), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
|
1830
|
-
|
1831
|
-
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"
|
1830
|
+
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"
|
1832
1831
|
})), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
|
1833
|
-
|
1834
|
-
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"
|
1832
|
+
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"
|
1835
1833
|
})), children);
|
1836
1834
|
});
|
1837
1835
|
if (process.env.NODE_ENV !== "production") {
|
1838
|
-
|
1836
|
+
Layers.propTypes = iconPropTypes;
|
1839
1837
|
}
|
1840
|
-
var
|
1838
|
+
var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExternal(_ref77, ref) {
|
1841
1839
|
var children = _ref77.children,
|
1842
1840
|
_ref77$size = _ref77.size,
|
1843
1841
|
size = _ref77$size === void 0 ? 16 : _ref77$size,
|
@@ -1850,21 +1848,17 @@ var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref77, ref)
|
|
1850
1848
|
viewBox: "0 0 32 32",
|
1851
1849
|
fill: "currentColor"
|
1852
1850
|
}, rest), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
|
1853
|
-
|
1854
|
-
|
1855
|
-
width: "6",
|
1856
|
-
height: "6",
|
1857
|
-
x: "4",
|
1858
|
-
y: "20",
|
1859
|
-
rx: "1"
|
1851
|
+
strokeWidth: "0",
|
1852
|
+
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"
|
1860
1853
|
})), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
|
1861
|
-
|
1854
|
+
strokeWidth: "0",
|
1855
|
+
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"
|
1862
1856
|
})), children);
|
1863
1857
|
});
|
1864
1858
|
if (process.env.NODE_ENV !== "production") {
|
1865
|
-
|
1859
|
+
LayersExternal.propTypes = iconPropTypes;
|
1866
1860
|
}
|
1867
|
-
var
|
1861
|
+
var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref78, ref) {
|
1868
1862
|
var children = _ref78.children,
|
1869
1863
|
_ref78$size = _ref78.size,
|
1870
1864
|
size = _ref78$size === void 0 ? 16 : _ref78$size,
|
@@ -1877,13 +1871,21 @@ var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref78,
|
|
1877
1871
|
viewBox: "0 0 32 32",
|
1878
1872
|
fill: "currentColor"
|
1879
1873
|
}, rest), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
|
1880
|
-
d: "
|
1874
|
+
d: "M16 22H30V24H16z"
|
1875
|
+
})), _rect || (_rect = /*#__PURE__*/React__default.createElement("rect", {
|
1876
|
+
width: "6",
|
1877
|
+
height: "6",
|
1878
|
+
x: "4",
|
1879
|
+
y: "20",
|
1880
|
+
rx: "1"
|
1881
|
+
})), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
|
1882
|
+
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"
|
1881
1883
|
})), children);
|
1882
1884
|
});
|
1883
1885
|
if (process.env.NODE_ENV !== "production") {
|
1884
|
-
|
1886
|
+
Legend.propTypes = iconPropTypes;
|
1885
1887
|
}
|
1886
|
-
var
|
1888
|
+
var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref79, ref) {
|
1887
1889
|
var children = _ref79.children,
|
1888
1890
|
_ref79$size = _ref79.size,
|
1889
1891
|
size = _ref79$size === void 0 ? 16 : _ref79$size,
|
@@ -1895,14 +1897,14 @@ var LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref79,
|
|
1895
1897
|
xmlns: "http://www.w3.org/2000/svg",
|
1896
1898
|
viewBox: "0 0 32 32",
|
1897
1899
|
fill: "currentColor"
|
1898
|
-
}, rest),
|
1899
|
-
d: "M23
|
1900
|
+
}, rest), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
|
1901
|
+
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"
|
1900
1902
|
})), children);
|
1901
1903
|
});
|
1902
1904
|
if (process.env.NODE_ENV !== "production") {
|
1903
|
-
|
1905
|
+
LetterAa.propTypes = iconPropTypes;
|
1904
1906
|
}
|
1905
|
-
var
|
1907
|
+
var LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref80, ref) {
|
1906
1908
|
var children = _ref80.children,
|
1907
1909
|
_ref80$size = _ref80.size,
|
1908
1910
|
size = _ref80$size === void 0 ? 16 : _ref80$size,
|
@@ -1914,14 +1916,14 @@ var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref80,
|
|
1914
1916
|
xmlns: "http://www.w3.org/2000/svg",
|
1915
1917
|
viewBox: "0 0 32 32",
|
1916
1918
|
fill: "currentColor"
|
1917
|
-
}, rest),
|
1918
|
-
d: "
|
1919
|
+
}, rest), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
|
1920
|
+
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"
|
1919
1921
|
})), children);
|
1920
1922
|
});
|
1921
1923
|
if (process.env.NODE_ENV !== "production") {
|
1922
|
-
|
1924
|
+
LetterBb.propTypes = iconPropTypes;
|
1923
1925
|
}
|
1924
|
-
var
|
1926
|
+
var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref81, ref) {
|
1925
1927
|
var children = _ref81.children,
|
1926
1928
|
_ref81$size = _ref81.size,
|
1927
1929
|
size = _ref81$size === void 0 ? 16 : _ref81$size,
|
@@ -1933,14 +1935,14 @@ var LetterDd = /*#__PURE__*/React__default.forwardRef(function LetterDd(_ref81,
|
|
1933
1935
|
xmlns: "http://www.w3.org/2000/svg",
|
1934
1936
|
viewBox: "0 0 32 32",
|
1935
1937
|
fill: "currentColor"
|
1936
|
-
}, rest),
|
1937
|
-
d: "
|
1938
|
+
}, rest), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
|
1939
|
+
d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
1938
1940
|
})), children);
|
1939
1941
|
});
|
1940
1942
|
if (process.env.NODE_ENV !== "production") {
|
1941
|
-
|
1943
|
+
LetterCc.propTypes = iconPropTypes;
|
1942
1944
|
}
|
1943
|
-
var
|
1945
|
+
var LetterDd = /*#__PURE__*/React__default.forwardRef(function LetterDd(_ref82, ref) {
|
1944
1946
|
var children = _ref82.children,
|
1945
1947
|
_ref82$size = _ref82.size,
|
1946
1948
|
size = _ref82$size === void 0 ? 16 : _ref82$size,
|
@@ -1952,14 +1954,14 @@ var LetterEe = /*#__PURE__*/React__default.forwardRef(function LetterEe(_ref82,
|
|
1952
1954
|
xmlns: "http://www.w3.org/2000/svg",
|
1953
1955
|
viewBox: "0 0 32 32",
|
1954
1956
|
fill: "currentColor"
|
1955
|
-
}, rest),
|
1956
|
-
d: "
|
1957
|
+
}, rest), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
|
1958
|
+
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"
|
1957
1959
|
})), children);
|
1958
1960
|
});
|
1959
1961
|
if (process.env.NODE_ENV !== "production") {
|
1960
|
-
|
1962
|
+
LetterDd.propTypes = iconPropTypes;
|
1961
1963
|
}
|
1962
|
-
var
|
1964
|
+
var LetterEe = /*#__PURE__*/React__default.forwardRef(function LetterEe(_ref83, ref) {
|
1963
1965
|
var children = _ref83.children,
|
1964
1966
|
_ref83$size = _ref83.size,
|
1965
1967
|
size = _ref83$size === void 0 ? 16 : _ref83$size,
|
@@ -1971,14 +1973,14 @@ var LetterFf = /*#__PURE__*/React__default.forwardRef(function LetterFf(_ref83,
|
|
1971
1973
|
xmlns: "http://www.w3.org/2000/svg",
|
1972
1974
|
viewBox: "0 0 32 32",
|
1973
1975
|
fill: "currentColor"
|
1974
|
-
}, rest),
|
1975
|
-
d: "
|
1976
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
|
1977
|
+
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"
|
1976
1978
|
})), children);
|
1977
1979
|
});
|
1978
1980
|
if (process.env.NODE_ENV !== "production") {
|
1979
|
-
|
1981
|
+
LetterEe.propTypes = iconPropTypes;
|
1980
1982
|
}
|
1981
|
-
var
|
1983
|
+
var LetterFf = /*#__PURE__*/React__default.forwardRef(function LetterFf(_ref84, ref) {
|
1982
1984
|
var children = _ref84.children,
|
1983
1985
|
_ref84$size = _ref84.size,
|
1984
1986
|
size = _ref84$size === void 0 ? 16 : _ref84$size,
|
@@ -1990,14 +1992,14 @@ var LetterGg = /*#__PURE__*/React__default.forwardRef(function LetterGg(_ref84,
|
|
1990
1992
|
xmlns: "http://www.w3.org/2000/svg",
|
1991
1993
|
viewBox: "0 0 32 32",
|
1992
1994
|
fill: "currentColor"
|
1993
|
-
}, rest),
|
1994
|
-
d: "
|
1995
|
+
}, rest), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
|
1996
|
+
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"
|
1995
1997
|
})), children);
|
1996
1998
|
});
|
1997
1999
|
if (process.env.NODE_ENV !== "production") {
|
1998
|
-
|
2000
|
+
LetterFf.propTypes = iconPropTypes;
|
1999
2001
|
}
|
2000
|
-
var
|
2002
|
+
var LetterGg = /*#__PURE__*/React__default.forwardRef(function LetterGg(_ref85, ref) {
|
2001
2003
|
var children = _ref85.children,
|
2002
2004
|
_ref85$size = _ref85.size,
|
2003
2005
|
size = _ref85$size === void 0 ? 16 : _ref85$size,
|
@@ -2009,14 +2011,14 @@ var LetterHh = /*#__PURE__*/React__default.forwardRef(function LetterHh(_ref85,
|
|
2009
2011
|
xmlns: "http://www.w3.org/2000/svg",
|
2010
2012
|
viewBox: "0 0 32 32",
|
2011
2013
|
fill: "currentColor"
|
2012
|
-
}, rest),
|
2013
|
-
d: "
|
2014
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
|
2015
|
+
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"
|
2014
2016
|
})), children);
|
2015
2017
|
});
|
2016
2018
|
if (process.env.NODE_ENV !== "production") {
|
2017
|
-
|
2019
|
+
LetterGg.propTypes = iconPropTypes;
|
2018
2020
|
}
|
2019
|
-
var
|
2021
|
+
var LetterHh = /*#__PURE__*/React__default.forwardRef(function LetterHh(_ref86, ref) {
|
2020
2022
|
var children = _ref86.children,
|
2021
2023
|
_ref86$size = _ref86.size,
|
2022
2024
|
size = _ref86$size === void 0 ? 16 : _ref86$size,
|
@@ -2028,14 +2030,14 @@ var LetterIi = /*#__PURE__*/React__default.forwardRef(function LetterIi(_ref86,
|
|
2028
2030
|
xmlns: "http://www.w3.org/2000/svg",
|
2029
2031
|
viewBox: "0 0 32 32",
|
2030
2032
|
fill: "currentColor"
|
2031
|
-
}, rest),
|
2032
|
-
d: "
|
2033
|
+
}, rest), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
|
2034
|
+
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"
|
2033
2035
|
})), children);
|
2034
2036
|
});
|
2035
2037
|
if (process.env.NODE_ENV !== "production") {
|
2036
|
-
|
2038
|
+
LetterHh.propTypes = iconPropTypes;
|
2037
2039
|
}
|
2038
|
-
var
|
2040
|
+
var LetterIi = /*#__PURE__*/React__default.forwardRef(function LetterIi(_ref87, ref) {
|
2039
2041
|
var children = _ref87.children,
|
2040
2042
|
_ref87$size = _ref87.size,
|
2041
2043
|
size = _ref87$size === void 0 ? 16 : _ref87$size,
|
@@ -2047,14 +2049,14 @@ var LetterJj = /*#__PURE__*/React__default.forwardRef(function LetterJj(_ref87,
|
|
2047
2049
|
xmlns: "http://www.w3.org/2000/svg",
|
2048
2050
|
viewBox: "0 0 32 32",
|
2049
2051
|
fill: "currentColor"
|
2050
|
-
}, rest),
|
2051
|
-
d: "
|
2052
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
|
2053
|
+
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"
|
2052
2054
|
})), children);
|
2053
2055
|
});
|
2054
2056
|
if (process.env.NODE_ENV !== "production") {
|
2055
|
-
|
2057
|
+
LetterIi.propTypes = iconPropTypes;
|
2056
2058
|
}
|
2057
|
-
var
|
2059
|
+
var LetterJj = /*#__PURE__*/React__default.forwardRef(function LetterJj(_ref88, ref) {
|
2058
2060
|
var children = _ref88.children,
|
2059
2061
|
_ref88$size = _ref88.size,
|
2060
2062
|
size = _ref88$size === void 0 ? 16 : _ref88$size,
|
@@ -2066,14 +2068,14 @@ var LetterKk = /*#__PURE__*/React__default.forwardRef(function LetterKk(_ref88,
|
|
2066
2068
|
xmlns: "http://www.w3.org/2000/svg",
|
2067
2069
|
viewBox: "0 0 32 32",
|
2068
2070
|
fill: "currentColor"
|
2069
|
-
}, rest),
|
2070
|
-
d: "
|
2071
|
+
}, rest), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
|
2072
|
+
d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
|
2071
2073
|
})), children);
|
2072
2074
|
});
|
2073
2075
|
if (process.env.NODE_ENV !== "production") {
|
2074
|
-
|
2076
|
+
LetterJj.propTypes = iconPropTypes;
|
2075
2077
|
}
|
2076
|
-
var
|
2078
|
+
var LetterKk = /*#__PURE__*/React__default.forwardRef(function LetterKk(_ref89, ref) {
|
2077
2079
|
var children = _ref89.children,
|
2078
2080
|
_ref89$size = _ref89.size,
|
2079
2081
|
size = _ref89$size === void 0 ? 16 : _ref89$size,
|
@@ -2085,14 +2087,14 @@ var LetterLl = /*#__PURE__*/React__default.forwardRef(function LetterLl(_ref89,
|
|
2085
2087
|
xmlns: "http://www.w3.org/2000/svg",
|
2086
2088
|
viewBox: "0 0 32 32",
|
2087
2089
|
fill: "currentColor"
|
2088
|
-
}, rest),
|
2089
|
-
d: "
|
2090
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
|
2091
|
+
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"
|
2090
2092
|
})), children);
|
2091
2093
|
});
|
2092
2094
|
if (process.env.NODE_ENV !== "production") {
|
2093
|
-
|
2095
|
+
LetterKk.propTypes = iconPropTypes;
|
2094
2096
|
}
|
2095
|
-
var
|
2097
|
+
var LetterLl = /*#__PURE__*/React__default.forwardRef(function LetterLl(_ref90, ref) {
|
2096
2098
|
var children = _ref90.children,
|
2097
2099
|
_ref90$size = _ref90.size,
|
2098
2100
|
size = _ref90$size === void 0 ? 16 : _ref90$size,
|
@@ -2104,14 +2106,14 @@ var LetterMm = /*#__PURE__*/React__default.forwardRef(function LetterMm(_ref90,
|
|
2104
2106
|
xmlns: "http://www.w3.org/2000/svg",
|
2105
2107
|
viewBox: "0 0 32 32",
|
2106
2108
|
fill: "currentColor"
|
2107
|
-
}, rest),
|
2108
|
-
d: "
|
2109
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
|
2110
|
+
d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
|
2109
2111
|
})), children);
|
2110
2112
|
});
|
2111
2113
|
if (process.env.NODE_ENV !== "production") {
|
2112
|
-
|
2114
|
+
LetterLl.propTypes = iconPropTypes;
|
2113
2115
|
}
|
2114
|
-
var
|
2116
|
+
var LetterMm = /*#__PURE__*/React__default.forwardRef(function LetterMm(_ref91, ref) {
|
2115
2117
|
var children = _ref91.children,
|
2116
2118
|
_ref91$size = _ref91.size,
|
2117
2119
|
size = _ref91$size === void 0 ? 16 : _ref91$size,
|
@@ -2123,14 +2125,14 @@ var LetterNn = /*#__PURE__*/React__default.forwardRef(function LetterNn(_ref91,
|
|
2123
2125
|
xmlns: "http://www.w3.org/2000/svg",
|
2124
2126
|
viewBox: "0 0 32 32",
|
2125
2127
|
fill: "currentColor"
|
2126
|
-
}, rest),
|
2127
|
-
d: "
|
2128
|
+
}, rest), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
|
2129
|
+
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"
|
2128
2130
|
})), children);
|
2129
2131
|
});
|
2130
2132
|
if (process.env.NODE_ENV !== "production") {
|
2131
|
-
|
2133
|
+
LetterMm.propTypes = iconPropTypes;
|
2132
2134
|
}
|
2133
|
-
var
|
2135
|
+
var LetterNn = /*#__PURE__*/React__default.forwardRef(function LetterNn(_ref92, ref) {
|
2134
2136
|
var children = _ref92.children,
|
2135
2137
|
_ref92$size = _ref92.size,
|
2136
2138
|
size = _ref92$size === void 0 ? 16 : _ref92$size,
|
@@ -2142,14 +2144,14 @@ var LetterOo = /*#__PURE__*/React__default.forwardRef(function LetterOo(_ref92,
|
|
2142
2144
|
xmlns: "http://www.w3.org/2000/svg",
|
2143
2145
|
viewBox: "0 0 32 32",
|
2144
2146
|
fill: "currentColor"
|
2145
|
-
}, rest),
|
2146
|
-
d: "
|
2147
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
|
2148
|
+
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"
|
2147
2149
|
})), children);
|
2148
2150
|
});
|
2149
2151
|
if (process.env.NODE_ENV !== "production") {
|
2150
|
-
|
2152
|
+
LetterNn.propTypes = iconPropTypes;
|
2151
2153
|
}
|
2152
|
-
var
|
2154
|
+
var LetterOo = /*#__PURE__*/React__default.forwardRef(function LetterOo(_ref93, ref) {
|
2153
2155
|
var children = _ref93.children,
|
2154
2156
|
_ref93$size = _ref93.size,
|
2155
2157
|
size = _ref93$size === void 0 ? 16 : _ref93$size,
|
@@ -2161,14 +2163,14 @@ var LetterPp = /*#__PURE__*/React__default.forwardRef(function LetterPp(_ref93,
|
|
2161
2163
|
xmlns: "http://www.w3.org/2000/svg",
|
2162
2164
|
viewBox: "0 0 32 32",
|
2163
2165
|
fill: "currentColor"
|
2164
|
-
}, rest),
|
2165
|
-
d: "M23
|
2166
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
|
2167
|
+
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"
|
2166
2168
|
})), children);
|
2167
2169
|
});
|
2168
2170
|
if (process.env.NODE_ENV !== "production") {
|
2169
|
-
|
2171
|
+
LetterOo.propTypes = iconPropTypes;
|
2170
2172
|
}
|
2171
|
-
var
|
2173
|
+
var LetterPp = /*#__PURE__*/React__default.forwardRef(function LetterPp(_ref94, ref) {
|
2172
2174
|
var children = _ref94.children,
|
2173
2175
|
_ref94$size = _ref94.size,
|
2174
2176
|
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
@@ -2180,14 +2182,14 @@ var LetterQq = /*#__PURE__*/React__default.forwardRef(function LetterQq(_ref94,
|
|
2180
2182
|
xmlns: "http://www.w3.org/2000/svg",
|
2181
2183
|
viewBox: "0 0 32 32",
|
2182
2184
|
fill: "currentColor"
|
2183
|
-
}, rest),
|
2184
|
-
d: "
|
2185
|
+
}, rest), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
|
2186
|
+
d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
|
2185
2187
|
})), children);
|
2186
2188
|
});
|
2187
2189
|
if (process.env.NODE_ENV !== "production") {
|
2188
|
-
|
2190
|
+
LetterPp.propTypes = iconPropTypes;
|
2189
2191
|
}
|
2190
|
-
var
|
2192
|
+
var LetterQq = /*#__PURE__*/React__default.forwardRef(function LetterQq(_ref95, ref) {
|
2191
2193
|
var children = _ref95.children,
|
2192
2194
|
_ref95$size = _ref95.size,
|
2193
2195
|
size = _ref95$size === void 0 ? 16 : _ref95$size,
|
@@ -2199,14 +2201,14 @@ var LetterRr = /*#__PURE__*/React__default.forwardRef(function LetterRr(_ref95,
|
|
2199
2201
|
xmlns: "http://www.w3.org/2000/svg",
|
2200
2202
|
viewBox: "0 0 32 32",
|
2201
2203
|
fill: "currentColor"
|
2202
|
-
}, rest),
|
2203
|
-
d: "
|
2204
|
+
}, rest), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
|
2205
|
+
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"
|
2204
2206
|
})), children);
|
2205
2207
|
});
|
2206
2208
|
if (process.env.NODE_ENV !== "production") {
|
2207
|
-
|
2209
|
+
LetterQq.propTypes = iconPropTypes;
|
2208
2210
|
}
|
2209
|
-
var
|
2211
|
+
var LetterRr = /*#__PURE__*/React__default.forwardRef(function LetterRr(_ref96, ref) {
|
2210
2212
|
var children = _ref96.children,
|
2211
2213
|
_ref96$size = _ref96.size,
|
2212
2214
|
size = _ref96$size === void 0 ? 16 : _ref96$size,
|
@@ -2218,14 +2220,14 @@ var LetterSs = /*#__PURE__*/React__default.forwardRef(function LetterSs(_ref96,
|
|
2218
2220
|
xmlns: "http://www.w3.org/2000/svg",
|
2219
2221
|
viewBox: "0 0 32 32",
|
2220
2222
|
fill: "currentColor"
|
2221
|
-
}, rest),
|
2222
|
-
d: "
|
2223
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
|
2224
|
+
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"
|
2223
2225
|
})), children);
|
2224
2226
|
});
|
2225
2227
|
if (process.env.NODE_ENV !== "production") {
|
2226
|
-
|
2228
|
+
LetterRr.propTypes = iconPropTypes;
|
2227
2229
|
}
|
2228
|
-
var
|
2230
|
+
var LetterSs = /*#__PURE__*/React__default.forwardRef(function LetterSs(_ref97, ref) {
|
2229
2231
|
var children = _ref97.children,
|
2230
2232
|
_ref97$size = _ref97.size,
|
2231
2233
|
size = _ref97$size === void 0 ? 16 : _ref97$size,
|
@@ -2237,14 +2239,14 @@ var LetterTt = /*#__PURE__*/React__default.forwardRef(function LetterTt(_ref97,
|
|
2237
2239
|
xmlns: "http://www.w3.org/2000/svg",
|
2238
2240
|
viewBox: "0 0 32 32",
|
2239
2241
|
fill: "currentColor"
|
2240
|
-
}, rest),
|
2241
|
-
d: "
|
2242
|
+
}, rest), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
|
2243
|
+
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"
|
2242
2244
|
})), children);
|
2243
2245
|
});
|
2244
2246
|
if (process.env.NODE_ENV !== "production") {
|
2245
|
-
|
2247
|
+
LetterSs.propTypes = iconPropTypes;
|
2246
2248
|
}
|
2247
|
-
var
|
2249
|
+
var LetterTt = /*#__PURE__*/React__default.forwardRef(function LetterTt(_ref98, ref) {
|
2248
2250
|
var children = _ref98.children,
|
2249
2251
|
_ref98$size = _ref98.size,
|
2250
2252
|
size = _ref98$size === void 0 ? 16 : _ref98$size,
|
@@ -2256,14 +2258,14 @@ var LetterUu = /*#__PURE__*/React__default.forwardRef(function LetterUu(_ref98,
|
|
2256
2258
|
xmlns: "http://www.w3.org/2000/svg",
|
2257
2259
|
viewBox: "0 0 32 32",
|
2258
2260
|
fill: "currentColor"
|
2259
|
-
}, rest),
|
2260
|
-
d: "
|
2261
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
|
2262
|
+
d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
|
2261
2263
|
})), children);
|
2262
2264
|
});
|
2263
2265
|
if (process.env.NODE_ENV !== "production") {
|
2264
|
-
|
2266
|
+
LetterTt.propTypes = iconPropTypes;
|
2265
2267
|
}
|
2266
|
-
var
|
2268
|
+
var LetterUu = /*#__PURE__*/React__default.forwardRef(function LetterUu(_ref99, ref) {
|
2267
2269
|
var children = _ref99.children,
|
2268
2270
|
_ref99$size = _ref99.size,
|
2269
2271
|
size = _ref99$size === void 0 ? 16 : _ref99$size,
|
@@ -2275,14 +2277,14 @@ var LetterVv = /*#__PURE__*/React__default.forwardRef(function LetterVv(_ref99,
|
|
2275
2277
|
xmlns: "http://www.w3.org/2000/svg",
|
2276
2278
|
viewBox: "0 0 32 32",
|
2277
2279
|
fill: "currentColor"
|
2278
|
-
}, rest),
|
2279
|
-
d: "
|
2280
|
+
}, rest), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
|
2281
|
+
d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
|
2280
2282
|
})), children);
|
2281
2283
|
});
|
2282
2284
|
if (process.env.NODE_ENV !== "production") {
|
2283
|
-
|
2285
|
+
LetterUu.propTypes = iconPropTypes;
|
2284
2286
|
}
|
2285
|
-
var
|
2287
|
+
var LetterVv = /*#__PURE__*/React__default.forwardRef(function LetterVv(_ref100, ref) {
|
2286
2288
|
var children = _ref100.children,
|
2287
2289
|
_ref100$size = _ref100.size,
|
2288
2290
|
size = _ref100$size === void 0 ? 16 : _ref100$size,
|
@@ -2294,14 +2296,14 @@ var LetterWw = /*#__PURE__*/React__default.forwardRef(function LetterWw(_ref100,
|
|
2294
2296
|
xmlns: "http://www.w3.org/2000/svg",
|
2295
2297
|
viewBox: "0 0 32 32",
|
2296
2298
|
fill: "currentColor"
|
2297
|
-
}, rest),
|
2298
|
-
d: "
|
2299
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
|
2300
|
+
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"
|
2299
2301
|
})), children);
|
2300
2302
|
});
|
2301
2303
|
if (process.env.NODE_ENV !== "production") {
|
2302
|
-
|
2304
|
+
LetterVv.propTypes = iconPropTypes;
|
2303
2305
|
}
|
2304
|
-
var
|
2306
|
+
var LetterWw = /*#__PURE__*/React__default.forwardRef(function LetterWw(_ref101, ref) {
|
2305
2307
|
var children = _ref101.children,
|
2306
2308
|
_ref101$size = _ref101.size,
|
2307
2309
|
size = _ref101$size === void 0 ? 16 : _ref101$size,
|
@@ -2313,14 +2315,14 @@ var LetterXx = /*#__PURE__*/React__default.forwardRef(function LetterXx(_ref101,
|
|
2313
2315
|
xmlns: "http://www.w3.org/2000/svg",
|
2314
2316
|
viewBox: "0 0 32 32",
|
2315
2317
|
fill: "currentColor"
|
2316
|
-
}, rest),
|
2317
|
-
d: "
|
2318
|
+
}, rest), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
|
2319
|
+
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"
|
2318
2320
|
})), children);
|
2319
2321
|
});
|
2320
2322
|
if (process.env.NODE_ENV !== "production") {
|
2321
|
-
|
2323
|
+
LetterWw.propTypes = iconPropTypes;
|
2322
2324
|
}
|
2323
|
-
var
|
2325
|
+
var LetterXx = /*#__PURE__*/React__default.forwardRef(function LetterXx(_ref102, ref) {
|
2324
2326
|
var children = _ref102.children,
|
2325
2327
|
_ref102$size = _ref102.size,
|
2326
2328
|
size = _ref102$size === void 0 ? 16 : _ref102$size,
|
@@ -2332,14 +2334,14 @@ var LetterYy = /*#__PURE__*/React__default.forwardRef(function LetterYy(_ref102,
|
|
2332
2334
|
xmlns: "http://www.w3.org/2000/svg",
|
2333
2335
|
viewBox: "0 0 32 32",
|
2334
2336
|
fill: "currentColor"
|
2335
|
-
}, rest),
|
2336
|
-
d: "M15 9L13 9 11
|
2337
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
|
2338
|
+
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"
|
2337
2339
|
})), children);
|
2338
2340
|
});
|
2339
2341
|
if (process.env.NODE_ENV !== "production") {
|
2340
|
-
|
2342
|
+
LetterXx.propTypes = iconPropTypes;
|
2341
2343
|
}
|
2342
|
-
var
|
2344
|
+
var LetterYy = /*#__PURE__*/React__default.forwardRef(function LetterYy(_ref103, ref) {
|
2343
2345
|
var children = _ref103.children,
|
2344
2346
|
_ref103$size = _ref103.size,
|
2345
2347
|
size = _ref103$size === void 0 ? 16 : _ref103$size,
|
@@ -2351,14 +2353,14 @@ var LetterZz = /*#__PURE__*/React__default.forwardRef(function LetterZz(_ref103,
|
|
2351
2353
|
xmlns: "http://www.w3.org/2000/svg",
|
2352
2354
|
viewBox: "0 0 32 32",
|
2353
2355
|
fill: "currentColor"
|
2354
|
-
}, rest),
|
2355
|
-
d: "
|
2356
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
|
2357
|
+
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"
|
2356
2358
|
})), children);
|
2357
2359
|
});
|
2358
2360
|
if (process.env.NODE_ENV !== "production") {
|
2359
|
-
|
2361
|
+
LetterYy.propTypes = iconPropTypes;
|
2360
2362
|
}
|
2361
|
-
var
|
2363
|
+
var LetterZz = /*#__PURE__*/React__default.forwardRef(function LetterZz(_ref104, ref) {
|
2362
2364
|
var children = _ref104.children,
|
2363
2365
|
_ref104$size = _ref104.size,
|
2364
2366
|
size = _ref104$size === void 0 ? 16 : _ref104$size,
|
@@ -2370,16 +2372,14 @@ var License = /*#__PURE__*/React__default.forwardRef(function License(_ref104, r
|
|
2370
2372
|
xmlns: "http://www.w3.org/2000/svg",
|
2371
2373
|
viewBox: "0 0 32 32",
|
2372
2374
|
fill: "currentColor"
|
2373
|
-
}, rest),
|
2374
|
-
d: "
|
2375
|
-
})), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
|
2376
|
-
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"
|
2375
|
+
}, rest), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
|
2376
|
+
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"
|
2377
2377
|
})), children);
|
2378
2378
|
});
|
2379
2379
|
if (process.env.NODE_ENV !== "production") {
|
2380
|
-
|
2380
|
+
LetterZz.propTypes = iconPropTypes;
|
2381
2381
|
}
|
2382
|
-
var
|
2382
|
+
var License = /*#__PURE__*/React__default.forwardRef(function License(_ref105, ref) {
|
2383
2383
|
var children = _ref105.children,
|
2384
2384
|
_ref105$size = _ref105.size,
|
2385
2385
|
size = _ref105$size === void 0 ? 16 : _ref105$size,
|
@@ -2392,15 +2392,15 @@ var LicenseDraft = /*#__PURE__*/React__default.forwardRef(function LicenseDraft(
|
|
2392
2392
|
viewBox: "0 0 32 32",
|
2393
2393
|
fill: "currentColor"
|
2394
2394
|
}, rest), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
|
2395
|
-
d: "
|
2395
|
+
d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
|
2396
2396
|
})), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
|
2397
|
-
d: "
|
2397
|
+
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"
|
2398
2398
|
})), children);
|
2399
2399
|
});
|
2400
2400
|
if (process.env.NODE_ENV !== "production") {
|
2401
|
-
|
2401
|
+
License.propTypes = iconPropTypes;
|
2402
2402
|
}
|
2403
|
-
var
|
2403
|
+
var LicenseDraft = /*#__PURE__*/React__default.forwardRef(function LicenseDraft(_ref106, ref) {
|
2404
2404
|
var children = _ref106.children,
|
2405
2405
|
_ref106$size = _ref106.size,
|
2406
2406
|
size = _ref106$size === void 0 ? 16 : _ref106$size,
|
@@ -2413,15 +2413,15 @@ var LicenseGlobal = /*#__PURE__*/React__default.forwardRef(function LicenseGloba
|
|
2413
2413
|
viewBox: "0 0 32 32",
|
2414
2414
|
fill: "currentColor"
|
2415
2415
|
}, rest), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
|
2416
|
-
d: "
|
2416
|
+
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
2417
2417
|
})), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
|
2418
|
-
d: "
|
2418
|
+
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"
|
2419
2419
|
})), children);
|
2420
2420
|
});
|
2421
2421
|
if (process.env.NODE_ENV !== "production") {
|
2422
|
-
|
2422
|
+
LicenseDraft.propTypes = iconPropTypes;
|
2423
2423
|
}
|
2424
|
-
var
|
2424
|
+
var LicenseGlobal = /*#__PURE__*/React__default.forwardRef(function LicenseGlobal(_ref107, ref) {
|
2425
2425
|
var children = _ref107.children,
|
2426
2426
|
_ref107$size = _ref107.size,
|
2427
2427
|
size = _ref107$size === void 0 ? 16 : _ref107$size,
|
@@ -2434,15 +2434,15 @@ var LicenseMaintenance = /*#__PURE__*/React__default.forwardRef(function License
|
|
2434
2434
|
viewBox: "0 0 32 32",
|
2435
2435
|
fill: "currentColor"
|
2436
2436
|
}, rest), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
|
2437
|
-
d: "
|
2437
|
+
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"
|
2438
2438
|
})), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
|
2439
|
-
d: "
|
2439
|
+
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"
|
2440
2440
|
})), children);
|
2441
2441
|
});
|
2442
2442
|
if (process.env.NODE_ENV !== "production") {
|
2443
|
-
|
2443
|
+
LicenseGlobal.propTypes = iconPropTypes;
|
2444
2444
|
}
|
2445
|
-
var
|
2445
|
+
var LicenseMaintenance = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenance(_ref108, ref) {
|
2446
2446
|
var children = _ref108.children,
|
2447
2447
|
_ref108$size = _ref108.size,
|
2448
2448
|
size = _ref108$size === void 0 ? 16 : _ref108$size,
|
@@ -2455,15 +2455,15 @@ var LicenseMaintenanceDraft = /*#__PURE__*/React__default.forwardRef(function Li
|
|
2455
2455
|
viewBox: "0 0 32 32",
|
2456
2456
|
fill: "currentColor"
|
2457
2457
|
}, rest), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
|
2458
|
-
d: "
|
2458
|
+
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"
|
2459
2459
|
})), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
|
2460
|
-
d: "
|
2460
|
+
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"
|
2461
2461
|
})), children);
|
2462
2462
|
});
|
2463
2463
|
if (process.env.NODE_ENV !== "production") {
|
2464
|
-
|
2464
|
+
LicenseMaintenance.propTypes = iconPropTypes;
|
2465
2465
|
}
|
2466
|
-
var
|
2466
|
+
var LicenseMaintenanceDraft = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenanceDraft(_ref109, ref) {
|
2467
2467
|
var children = _ref109.children,
|
2468
2468
|
_ref109$size = _ref109.size,
|
2469
2469
|
size = _ref109$size === void 0 ? 16 : _ref109$size,
|
@@ -2476,15 +2476,15 @@ var LicenseThirdParty = /*#__PURE__*/React__default.forwardRef(function LicenseT
|
|
2476
2476
|
viewBox: "0 0 32 32",
|
2477
2477
|
fill: "currentColor"
|
2478
2478
|
}, rest), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
|
2479
|
-
d: "
|
2479
|
+
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"
|
2480
2480
|
})), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
|
2481
|
-
d: "
|
2481
|
+
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"
|
2482
2482
|
})), children);
|
2483
2483
|
});
|
2484
2484
|
if (process.env.NODE_ENV !== "production") {
|
2485
|
-
|
2485
|
+
LicenseMaintenanceDraft.propTypes = iconPropTypes;
|
2486
2486
|
}
|
2487
|
-
var
|
2487
|
+
var LicenseThirdParty = /*#__PURE__*/React__default.forwardRef(function LicenseThirdParty(_ref110, ref) {
|
2488
2488
|
var children = _ref110.children,
|
2489
2489
|
_ref110$size = _ref110.size,
|
2490
2490
|
size = _ref110$size === void 0 ? 16 : _ref110$size,
|
@@ -2497,15 +2497,15 @@ var LicenseThirdPartyDraft = /*#__PURE__*/React__default.forwardRef(function Lic
|
|
2497
2497
|
viewBox: "0 0 32 32",
|
2498
2498
|
fill: "currentColor"
|
2499
2499
|
}, rest), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
|
2500
|
-
d: "
|
2500
|
+
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"
|
2501
2501
|
})), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
|
2502
|
-
d: "
|
2502
|
+
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"
|
2503
2503
|
})), children);
|
2504
2504
|
});
|
2505
2505
|
if (process.env.NODE_ENV !== "production") {
|
2506
|
-
|
2506
|
+
LicenseThirdParty.propTypes = iconPropTypes;
|
2507
2507
|
}
|
2508
|
-
var
|
2508
|
+
var LicenseThirdPartyDraft = /*#__PURE__*/React__default.forwardRef(function LicenseThirdPartyDraft(_ref111, ref) {
|
2509
2509
|
var children = _ref111.children,
|
2510
2510
|
_ref111$size = _ref111.size,
|
2511
2511
|
size = _ref111$size === void 0 ? 16 : _ref111$size,
|
@@ -2518,17 +2518,38 @@ var Lifesaver = /*#__PURE__*/React__default.forwardRef(function Lifesaver(_ref11
|
|
2518
2518
|
viewBox: "0 0 32 32",
|
2519
2519
|
fill: "currentColor"
|
2520
2520
|
}, rest), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
|
2521
|
-
d: "
|
2521
|
+
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"
|
2522
|
+
})), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
|
2523
|
+
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"
|
2522
2524
|
})), children);
|
2523
2525
|
});
|
2524
2526
|
if (process.env.NODE_ENV !== "production") {
|
2525
|
-
|
2527
|
+
LicenseThirdPartyDraft.propTypes = iconPropTypes;
|
2526
2528
|
}
|
2527
|
-
var
|
2529
|
+
var Lifesaver = /*#__PURE__*/React__default.forwardRef(function Lifesaver(_ref112, ref) {
|
2528
2530
|
var children = _ref112.children,
|
2529
2531
|
_ref112$size = _ref112.size,
|
2530
2532
|
size = _ref112$size === void 0 ? 16 : _ref112$size,
|
2531
2533
|
rest = _objectWithoutProperties(_ref112, _excluded112);
|
2534
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2535
|
+
width: size,
|
2536
|
+
height: size,
|
2537
|
+
ref: ref,
|
2538
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2539
|
+
viewBox: "0 0 32 32",
|
2540
|
+
fill: "currentColor"
|
2541
|
+
}, rest), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
|
2542
|
+
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"
|
2543
|
+
})), children);
|
2544
|
+
});
|
2545
|
+
if (process.env.NODE_ENV !== "production") {
|
2546
|
+
Lifesaver.propTypes = iconPropTypes;
|
2547
|
+
}
|
2548
|
+
var Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref113, ref) {
|
2549
|
+
var children = _ref113.children,
|
2550
|
+
_ref113$size = _ref113.size,
|
2551
|
+
size = _ref113$size === void 0 ? 16 : _ref113$size,
|
2552
|
+
rest = _objectWithoutProperties(_ref113, _excluded113);
|
2532
2553
|
if (size === 16 || size === "16" || size === "16px") {
|
2533
2554
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2534
2555
|
width: size,
|
@@ -2537,27 +2558,27 @@ var Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref112, ref)
|
|
2537
2558
|
xmlns: "http://www.w3.org/2000/svg",
|
2538
2559
|
viewBox: "0 0 16 16",
|
2539
2560
|
fill: "currentColor"
|
2540
|
-
}, rest),
|
2561
|
+
}, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
|
2541
2562
|
d: "M7.5 1H8.5V3.5H7.5z"
|
2542
|
-
})),
|
2563
|
+
})), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
|
2543
2564
|
d: "M10.8 3.4H13.3V4.4H10.8z",
|
2544
2565
|
transform: "rotate(-45.001 12.041 3.923)"
|
2545
|
-
})),
|
2566
|
+
})), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
|
2546
2567
|
d: "M12.5 7.5H15V8.5H12.5z"
|
2547
|
-
})),
|
2568
|
+
})), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
|
2548
2569
|
d: "M11.6 10.8H12.6V13.3H11.6z",
|
2549
2570
|
transform: "rotate(-45.001 12.075 12.041)"
|
2550
|
-
})),
|
2571
|
+
})), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
|
2551
2572
|
d: "M7.5 12.5H8.5V15H7.5z"
|
2552
|
-
})),
|
2573
|
+
})), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
|
2553
2574
|
d: "M2.7 11.6H5.2V12.6H2.7z",
|
2554
2575
|
transform: "rotate(-45.001 3.96 12.079)"
|
2555
|
-
})),
|
2576
|
+
})), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
|
2556
2577
|
d: "M1 7.5H3.5V8.5H1z"
|
2557
|
-
})),
|
2578
|
+
})), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
|
2558
2579
|
d: "M3.4 2.7H4.4V5.2H3.4z",
|
2559
2580
|
transform: "rotate(-45.001 3.925 3.961)"
|
2560
|
-
})),
|
2581
|
+
})), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
|
2561
2582
|
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"
|
2562
2583
|
})), children);
|
2563
2584
|
}
|
@@ -2568,38 +2589,38 @@ var Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref112, ref)
|
|
2568
2589
|
xmlns: "http://www.w3.org/2000/svg",
|
2569
2590
|
viewBox: "0 0 32 32",
|
2570
2591
|
fill: "currentColor"
|
2571
|
-
}, rest),
|
2592
|
+
}, rest), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
|
2572
2593
|
d: "M15 2H17V7H15z"
|
2573
|
-
})),
|
2594
|
+
})), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
|
2574
2595
|
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
2575
2596
|
transform: "rotate(-45 24.147 7.853)"
|
2576
|
-
})),
|
2597
|
+
})), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
|
2577
2598
|
d: "M25 15H30V17H25z"
|
2578
|
-
})),
|
2599
|
+
})), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
|
2579
2600
|
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
2580
2601
|
transform: "rotate(-45 24.147 24.146)"
|
2581
|
-
})),
|
2602
|
+
})), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
|
2582
2603
|
d: "M15 25H17V30H15z"
|
2583
|
-
})),
|
2604
|
+
})), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
|
2584
2605
|
d: "M5.375 23.147H10.333V25.147H5.375z",
|
2585
2606
|
transform: "rotate(-45 7.853 24.146)"
|
2586
|
-
})),
|
2607
|
+
})), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
|
2587
2608
|
d: "M2 15H7V17H2z"
|
2588
|
-
})),
|
2609
|
+
})), _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
|
2589
2610
|
d: "M6.854 5.375H8.854V10.333H6.854z",
|
2590
2611
|
transform: "rotate(-45 7.854 7.853)"
|
2591
|
-
})),
|
2612
|
+
})), _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
|
2592
2613
|
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"
|
2593
2614
|
})), children);
|
2594
2615
|
});
|
2595
2616
|
if (process.env.NODE_ENV !== "production") {
|
2596
2617
|
Light.propTypes = iconPropTypes;
|
2597
2618
|
}
|
2598
|
-
var LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(
|
2599
|
-
var children =
|
2600
|
-
|
2601
|
-
size =
|
2602
|
-
rest = _objectWithoutProperties(
|
2619
|
+
var LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(_ref114, ref) {
|
2620
|
+
var children = _ref114.children,
|
2621
|
+
_ref114$size = _ref114.size,
|
2622
|
+
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
2623
|
+
rest = _objectWithoutProperties(_ref114, _excluded114);
|
2603
2624
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2604
2625
|
width: size,
|
2605
2626
|
height: size,
|
@@ -2607,53 +2628,34 @@ var LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(_r
|
|
2607
2628
|
xmlns: "http://www.w3.org/2000/svg",
|
2608
2629
|
viewBox: "0 0 32 32",
|
2609
2630
|
fill: "currentColor"
|
2610
|
-
}, rest),
|
2631
|
+
}, rest), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
|
2611
2632
|
d: "M15 2H17V7H15z"
|
2612
|
-
})),
|
2633
|
+
})), _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
|
2613
2634
|
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
2614
2635
|
transform: "rotate(-45 24.147 7.853)"
|
2615
|
-
})),
|
2636
|
+
})), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
|
2616
2637
|
d: "M25 15H30V17H25z"
|
2617
|
-
})),
|
2638
|
+
})), _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
|
2618
2639
|
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
2619
2640
|
transform: "rotate(-45 24.147 24.146)"
|
2620
|
-
})),
|
2641
|
+
})), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
|
2621
2642
|
d: "M15 25H17V30H15z"
|
2622
|
-
})),
|
2643
|
+
})), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
|
2623
2644
|
d: "M5.375 23.147H10.333V25.147H5.375z",
|
2624
2645
|
transform: "rotate(-45 7.853 24.146)"
|
2625
|
-
})),
|
2646
|
+
})), _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
|
2626
2647
|
d: "M2 15H7V17H2z"
|
2627
|
-
})),
|
2648
|
+
})), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
|
2628
2649
|
d: "M6.854 5.375H8.854V10.333H6.854z",
|
2629
2650
|
transform: "rotate(-45 7.854 7.853)"
|
2630
|
-
})),
|
2651
|
+
})), _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
|
2631
2652
|
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
2632
2653
|
})), children);
|
2633
2654
|
});
|
2634
2655
|
if (process.env.NODE_ENV !== "production") {
|
2635
2656
|
LightFilled.propTypes = iconPropTypes;
|
2636
2657
|
}
|
2637
|
-
var Lightning = /*#__PURE__*/React__default.forwardRef(function Lightning(
|
2638
|
-
var children = _ref114.children,
|
2639
|
-
_ref114$size = _ref114.size,
|
2640
|
-
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
2641
|
-
rest = _objectWithoutProperties(_ref114, _excluded114);
|
2642
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2643
|
-
width: size,
|
2644
|
-
height: size,
|
2645
|
-
ref: ref,
|
2646
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2647
|
-
viewBox: "0 0 32 32",
|
2648
|
-
fill: "currentColor"
|
2649
|
-
}, rest), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
|
2650
|
-
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"
|
2651
|
-
})), children);
|
2652
|
-
});
|
2653
|
-
if (process.env.NODE_ENV !== "production") {
|
2654
|
-
Lightning.propTypes = iconPropTypes;
|
2655
|
-
}
|
2656
|
-
var Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref115, ref) {
|
2658
|
+
var Lightning = /*#__PURE__*/React__default.forwardRef(function Lightning(_ref115, ref) {
|
2657
2659
|
var children = _ref115.children,
|
2658
2660
|
_ref115$size = _ref115.size,
|
2659
2661
|
size = _ref115$size === void 0 ? 16 : _ref115$size,
|
@@ -2665,16 +2667,14 @@ var Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref115, ref) {
|
|
2665
2667
|
xmlns: "http://www.w3.org/2000/svg",
|
2666
2668
|
viewBox: "0 0 32 32",
|
2667
2669
|
fill: "currentColor"
|
2668
|
-
}, rest),
|
2669
|
-
d: "
|
2670
|
-
})), _path212 || (_path212 = /*#__PURE__*/React__default.createElement("path", {
|
2671
|
-
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"
|
2670
|
+
}, rest), _path212 || (_path212 = /*#__PURE__*/React__default.createElement("path", {
|
2671
|
+
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"
|
2672
2672
|
})), children);
|
2673
2673
|
});
|
2674
2674
|
if (process.env.NODE_ENV !== "production") {
|
2675
|
-
|
2675
|
+
Lightning.propTypes = iconPropTypes;
|
2676
2676
|
}
|
2677
|
-
var
|
2677
|
+
var Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref116, ref) {
|
2678
2678
|
var children = _ref116.children,
|
2679
2679
|
_ref116$size = _ref116.size,
|
2680
2680
|
size = _ref116$size === void 0 ? 16 : _ref116$size,
|
@@ -2687,13 +2687,15 @@ var Linux = /*#__PURE__*/React__default.forwardRef(function Linux(_ref116, ref)
|
|
2687
2687
|
viewBox: "0 0 32 32",
|
2688
2688
|
fill: "currentColor"
|
2689
2689
|
}, rest), _path213 || (_path213 = /*#__PURE__*/React__default.createElement("path", {
|
2690
|
-
d: "M29.
|
2690
|
+
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"
|
2691
|
+
})), _path214 || (_path214 = /*#__PURE__*/React__default.createElement("path", {
|
2692
|
+
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"
|
2691
2693
|
})), children);
|
2692
2694
|
});
|
2693
2695
|
if (process.env.NODE_ENV !== "production") {
|
2694
|
-
|
2696
|
+
Link.propTypes = iconPropTypes;
|
2695
2697
|
}
|
2696
|
-
var
|
2698
|
+
var Linux = /*#__PURE__*/React__default.forwardRef(function Linux(_ref117, ref) {
|
2697
2699
|
var children = _ref117.children,
|
2698
2700
|
_ref117$size = _ref117.size,
|
2699
2701
|
size = _ref117$size === void 0 ? 16 : _ref117$size,
|
@@ -2705,16 +2707,14 @@ var LinuxAlt = /*#__PURE__*/React__default.forwardRef(function LinuxAlt(_ref117,
|
|
2705
2707
|
xmlns: "http://www.w3.org/2000/svg",
|
2706
2708
|
viewBox: "0 0 32 32",
|
2707
2709
|
fill: "currentColor"
|
2708
|
-
}, rest),
|
2709
|
-
d: "
|
2710
|
-
})), _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
|
2711
|
-
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"
|
2710
|
+
}, rest), _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
|
2711
|
+
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"
|
2712
2712
|
})), children);
|
2713
2713
|
});
|
2714
2714
|
if (process.env.NODE_ENV !== "production") {
|
2715
|
-
|
2715
|
+
Linux.propTypes = iconPropTypes;
|
2716
2716
|
}
|
2717
|
-
var
|
2717
|
+
var LinuxAlt = /*#__PURE__*/React__default.forwardRef(function LinuxAlt(_ref118, ref) {
|
2718
2718
|
var children = _ref118.children,
|
2719
2719
|
_ref118$size = _ref118.size,
|
2720
2720
|
size = _ref118$size === void 0 ? 16 : _ref118$size,
|
@@ -2727,14 +2727,15 @@ var LinuxNamespace = /*#__PURE__*/React__default.forwardRef(function LinuxNamesp
|
|
2727
2727
|
viewBox: "0 0 32 32",
|
2728
2728
|
fill: "currentColor"
|
2729
2729
|
}, rest), _path216 || (_path216 = /*#__PURE__*/React__default.createElement("path", {
|
2730
|
-
|
2731
|
-
|
2730
|
+
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"
|
2731
|
+
})), _path217 || (_path217 = /*#__PURE__*/React__default.createElement("path", {
|
2732
|
+
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"
|
2732
2733
|
})), children);
|
2733
2734
|
});
|
2734
2735
|
if (process.env.NODE_ENV !== "production") {
|
2735
|
-
|
2736
|
+
LinuxAlt.propTypes = iconPropTypes;
|
2736
2737
|
}
|
2737
|
-
var
|
2738
|
+
var LinuxNamespace = /*#__PURE__*/React__default.forwardRef(function LinuxNamespace(_ref119, ref) {
|
2738
2739
|
var children = _ref119.children,
|
2739
2740
|
_ref119$size = _ref119.size,
|
2740
2741
|
size = _ref119$size === void 0 ? 16 : _ref119$size,
|
@@ -2746,14 +2747,15 @@ var List = /*#__PURE__*/React__default.forwardRef(function List(_ref119, ref) {
|
|
2746
2747
|
xmlns: "http://www.w3.org/2000/svg",
|
2747
2748
|
viewBox: "0 0 32 32",
|
2748
2749
|
fill: "currentColor"
|
2749
|
-
}, rest),
|
2750
|
-
|
2750
|
+
}, rest), _path218 || (_path218 = /*#__PURE__*/React__default.createElement("path", {
|
2751
|
+
strokeWidth: "0",
|
2752
|
+
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"
|
2751
2753
|
})), children);
|
2752
2754
|
});
|
2753
2755
|
if (process.env.NODE_ENV !== "production") {
|
2754
|
-
|
2756
|
+
LinuxNamespace.propTypes = iconPropTypes;
|
2755
2757
|
}
|
2756
|
-
var
|
2758
|
+
var List = /*#__PURE__*/React__default.forwardRef(function List(_ref120, ref) {
|
2757
2759
|
var children = _ref120.children,
|
2758
2760
|
_ref120$size = _ref120.size,
|
2759
2761
|
size = _ref120$size === void 0 ? 16 : _ref120$size,
|
@@ -2765,18 +2767,37 @@ var ListBoxes = /*#__PURE__*/React__default.forwardRef(function ListBoxes(_ref12
|
|
2765
2767
|
xmlns: "http://www.w3.org/2000/svg",
|
2766
2768
|
viewBox: "0 0 32 32",
|
2767
2769
|
fill: "currentColor"
|
2768
|
-
}, rest),
|
2769
|
-
d: "
|
2770
|
+
}, rest), _path219 || (_path219 = /*#__PURE__*/React__default.createElement("path", {
|
2771
|
+
d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
|
2770
2772
|
})), children);
|
2771
2773
|
});
|
2772
2774
|
if (process.env.NODE_ENV !== "production") {
|
2773
|
-
|
2775
|
+
List.propTypes = iconPropTypes;
|
2774
2776
|
}
|
2775
|
-
var
|
2777
|
+
var ListBoxes = /*#__PURE__*/React__default.forwardRef(function ListBoxes(_ref121, ref) {
|
2776
2778
|
var children = _ref121.children,
|
2777
2779
|
_ref121$size = _ref121.size,
|
2778
2780
|
size = _ref121$size === void 0 ? 16 : _ref121$size,
|
2779
2781
|
rest = _objectWithoutProperties(_ref121, _excluded121);
|
2782
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2783
|
+
width: size,
|
2784
|
+
height: size,
|
2785
|
+
ref: ref,
|
2786
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2787
|
+
viewBox: "0 0 32 32",
|
2788
|
+
fill: "currentColor"
|
2789
|
+
}, rest), _path220 || (_path220 = /*#__PURE__*/React__default.createElement("path", {
|
2790
|
+
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"
|
2791
|
+
})), children);
|
2792
|
+
});
|
2793
|
+
if (process.env.NODE_ENV !== "production") {
|
2794
|
+
ListBoxes.propTypes = iconPropTypes;
|
2795
|
+
}
|
2796
|
+
var ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBulleted(_ref122, ref) {
|
2797
|
+
var children = _ref122.children,
|
2798
|
+
_ref122$size = _ref122.size,
|
2799
|
+
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
2800
|
+
rest = _objectWithoutProperties(_ref122, _excluded122);
|
2780
2801
|
if (size === 16 || size === "16" || size === "16px") {
|
2781
2802
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2782
2803
|
width: size,
|
@@ -2793,7 +2814,7 @@ var ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBulleted(
|
|
2793
2814
|
cx: "3.5",
|
2794
2815
|
cy: "11.5",
|
2795
2816
|
r: "1.5"
|
2796
|
-
})),
|
2817
|
+
})), _path221 || (_path221 = /*#__PURE__*/React__default.createElement("path", {
|
2797
2818
|
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
2798
2819
|
})), children);
|
2799
2820
|
}
|
@@ -2812,33 +2833,14 @@ var ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBulleted(
|
|
2812
2833
|
cx: "7",
|
2813
2834
|
cy: "23",
|
2814
2835
|
r: "3"
|
2815
|
-
})),
|
2836
|
+
})), _path222 || (_path222 = /*#__PURE__*/React__default.createElement("path", {
|
2816
2837
|
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
2817
2838
|
})), children);
|
2818
2839
|
});
|
2819
2840
|
if (process.env.NODE_ENV !== "production") {
|
2820
2841
|
ListBulleted.propTypes = iconPropTypes;
|
2821
2842
|
}
|
2822
|
-
var ListChecked = /*#__PURE__*/React__default.forwardRef(function ListChecked(
|
2823
|
-
var children = _ref122.children,
|
2824
|
-
_ref122$size = _ref122.size,
|
2825
|
-
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
2826
|
-
rest = _objectWithoutProperties(_ref122, _excluded122);
|
2827
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2828
|
-
width: size,
|
2829
|
-
height: size,
|
2830
|
-
ref: ref,
|
2831
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2832
|
-
viewBox: "0 0 32 32",
|
2833
|
-
fill: "currentColor"
|
2834
|
-
}, rest), _path221 || (_path221 = /*#__PURE__*/React__default.createElement("path", {
|
2835
|
-
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"
|
2836
|
-
})), children);
|
2837
|
-
});
|
2838
|
-
if (process.env.NODE_ENV !== "production") {
|
2839
|
-
ListChecked.propTypes = iconPropTypes;
|
2840
|
-
}
|
2841
|
-
var ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListCheckedMirror(_ref123, ref) {
|
2843
|
+
var ListChecked = /*#__PURE__*/React__default.forwardRef(function ListChecked(_ref123, ref) {
|
2842
2844
|
var children = _ref123.children,
|
2843
2845
|
_ref123$size = _ref123.size,
|
2844
2846
|
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
@@ -2850,14 +2852,14 @@ var ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListChec
|
|
2850
2852
|
xmlns: "http://www.w3.org/2000/svg",
|
2851
2853
|
viewBox: "0 0 32 32",
|
2852
2854
|
fill: "currentColor"
|
2853
|
-
}, rest),
|
2854
|
-
d: "
|
2855
|
+
}, rest), _path223 || (_path223 = /*#__PURE__*/React__default.createElement("path", {
|
2856
|
+
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"
|
2855
2857
|
})), children);
|
2856
2858
|
});
|
2857
2859
|
if (process.env.NODE_ENV !== "production") {
|
2858
|
-
|
2860
|
+
ListChecked.propTypes = iconPropTypes;
|
2859
2861
|
}
|
2860
|
-
var
|
2862
|
+
var ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListCheckedMirror(_ref124, ref) {
|
2861
2863
|
var children = _ref124.children,
|
2862
2864
|
_ref124$size = _ref124.size,
|
2863
2865
|
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
@@ -2869,16 +2871,14 @@ var ListDropdown = /*#__PURE__*/React__default.forwardRef(function ListDropdown(
|
|
2869
2871
|
xmlns: "http://www.w3.org/2000/svg",
|
2870
2872
|
viewBox: "0 0 32 32",
|
2871
2873
|
fill: "currentColor"
|
2872
|
-
}, rest),
|
2873
|
-
d: "
|
2874
|
-
})), _path224 || (_path224 = /*#__PURE__*/React__default.createElement("path", {
|
2875
|
-
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
2874
|
+
}, rest), _path224 || (_path224 = /*#__PURE__*/React__default.createElement("path", {
|
2875
|
+
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"
|
2876
2876
|
})), children);
|
2877
2877
|
});
|
2878
2878
|
if (process.env.NODE_ENV !== "production") {
|
2879
|
-
|
2879
|
+
ListCheckedMirror.propTypes = iconPropTypes;
|
2880
2880
|
}
|
2881
|
-
var
|
2881
|
+
var ListDropdown = /*#__PURE__*/React__default.forwardRef(function ListDropdown(_ref125, ref) {
|
2882
2882
|
var children = _ref125.children,
|
2883
2883
|
_ref125$size = _ref125.size,
|
2884
2884
|
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
@@ -2891,11 +2891,13 @@ var ListNumbered = /*#__PURE__*/React__default.forwardRef(function ListNumbered(
|
|
2891
2891
|
viewBox: "0 0 32 32",
|
2892
2892
|
fill: "currentColor"
|
2893
2893
|
}, rest), _path225 || (_path225 = /*#__PURE__*/React__default.createElement("path", {
|
2894
|
-
d: "
|
2894
|
+
d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
|
2895
|
+
})), _path226 || (_path226 = /*#__PURE__*/React__default.createElement("path", {
|
2896
|
+
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
2895
2897
|
})), children);
|
2896
2898
|
});
|
2897
2899
|
if (process.env.NODE_ENV !== "production") {
|
2898
|
-
|
2900
|
+
ListDropdown.propTypes = iconPropTypes;
|
2899
2901
|
}
|
2900
2902
|
|
2901
|
-
export { Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, InterfaceUsage, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, JoinFull, JoinInner, JoinLeft, JoinNode, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, Keyboard, KeyboardOff, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, LinuxNamespace, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown,
|
2903
|
+
export { InProgressWarning, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, InterfaceUsage, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, JoinFull, JoinInner, JoinLeft, JoinNode, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, Keyboard, KeyboardOff, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, LinuxNamespace, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, WatsonHealthInteractiveSegmentationCursor, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };
|