@carto/meridian-ds 2.3.0 → 2.4.0-structure.1
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/CHANGELOG.md +14 -0
- package/dist/{Link-_lzRY1Ay.cjs → Link-CrGCrul0.cjs} +1 -1
- package/dist/{Link-D5fKicEY.js → Link-RfbgGzdR.js} +1 -1
- package/dist/{MenuItem-badiQq9A.js → MenuItem-ZNdBUBvt.js} +1 -1
- package/dist/{MenuItem-YpFpuljU.cjs → MenuItem-nokUtiks.cjs} +1 -1
- package/dist/components/index.cjs +3 -3
- package/dist/components/index.js +5 -5
- package/dist/custom-icons/index.cjs +566 -435
- package/dist/custom-icons/index.js +566 -435
- package/dist/theme/index.cjs +305 -305
- package/dist/theme/index.js +306 -306
- package/dist/types/components/molecules/Tag.d.ts +1 -1
- package/dist/types/components/organisms/Dialog/DialogPaper.d.ts +1 -1
- package/dist/types/custom-icons/AiGeneratedObject.d.ts +4 -0
- package/dist/types/custom-icons/AiGeneratedObject.d.ts.map +1 -0
- package/dist/types/custom-icons/McpTool.d.ts +4 -0
- package/dist/types/custom-icons/McpTool.d.ts.map +1 -0
- package/dist/types/custom-icons/SelectFeature.d.ts +4 -0
- package/dist/types/custom-icons/SelectFeature.d.ts.map +1 -0
- package/dist/types/custom-icons/index.d.ts +3 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/dist/types/theme/carto-theme.d.ts +5 -5
- package/dist/types/theme/carto-theme.d.ts.map +1 -1
- package/dist/types/theme/components/buttons.d.ts.map +1 -0
- package/dist/types/theme/components/data-display.d.ts.map +1 -0
- package/dist/types/theme/components/date-pickers.d.ts.map +1 -0
- package/dist/types/theme/components/feedback.d.ts.map +1 -0
- package/dist/types/theme/components/forms.d.ts.map +1 -0
- package/dist/types/theme/components/navigation.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Accordion.stories.d.ts +56 -0
- package/dist/types/theme/components/stories/Accordion.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts +58 -0
- package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts +118 -0
- package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Checkbox.stories.d.ts +93 -0
- package/dist/types/theme/components/stories/Checkbox.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Chip.stories.d.ts +311 -0
- package/dist/types/theme/components/stories/Chip.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Divider.stories.d.ts +43 -0
- package/dist/types/theme/components/stories/Divider.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/FAB.stories.d.ts +82 -0
- package/dist/types/theme/components/stories/FAB.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/HelperText.stories.d.ts +48 -0
- package/dist/types/theme/components/stories/HelperText.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/InputLabel.stories.d.ts +56 -0
- package/dist/types/theme/components/stories/InputLabel.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/List.stories.d.ts +62 -0
- package/dist/types/theme/components/stories/List.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Paper.stories.d.ts +48 -0
- package/dist/types/theme/components/stories/Paper.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Progress.stories.d.ts +78 -0
- package/dist/types/theme/components/stories/Progress.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Radio.stories.d.ts +75 -0
- package/dist/types/theme/components/stories/Radio.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Slider.stories.d.ts +217 -0
- package/dist/types/theme/components/stories/Slider.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Switch.stories.d.ts +58 -0
- package/dist/types/theme/components/stories/Switch.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Table.stories.d.ts +44 -0
- package/dist/types/theme/components/stories/Table.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/TablePagination.stories.d.ts +27 -0
- package/dist/types/theme/components/stories/TablePagination.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Tabs.stories.d.ts +133 -0
- package/dist/types/theme/components/stories/Tabs.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/TextArea.stories.d.ts +180 -0
- package/dist/types/theme/components/stories/TextArea.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/TextField.stories.d.ts +198 -0
- package/dist/types/theme/components/stories/TextField.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/ToggleButton.stories.d.ts +57 -0
- package/dist/types/theme/components/stories/ToggleButton.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Tooltip.stories.d.ts +73 -0
- package/dist/types/theme/components/stories/Tooltip.stories.d.ts.map +1 -0
- package/dist/types/theme/components/surfaces.d.ts.map +1 -0
- package/dist/types/theme/{sections → helpers}/css-baseline.d.ts.map +1 -1
- package/dist/types/theme/helpers/theme-constants.d.ts.map +1 -0
- package/dist/types/theme/helpers/theme-utils.d.ts.map +1 -0
- package/dist/types/theme/index.d.ts +1 -1
- package/dist/types/theme/index.d.ts.map +1 -1
- package/dist/types/theme/tokens/ColorTokens.stories.d.ts +17 -0
- package/dist/types/theme/tokens/ColorTokens.stories.d.ts.map +1 -0
- package/dist/types/theme/tokens/LayoutTokens.stories.d.ts +30 -0
- package/dist/types/theme/tokens/LayoutTokens.stories.d.ts.map +1 -0
- package/dist/types/theme/tokens/TypographyTokens.stories.d.ts +17 -0
- package/dist/types/theme/tokens/TypographyTokens.stories.d.ts.map +1 -0
- package/dist/types/theme/{sections/palette.d.ts → tokens/colors.d.ts} +1 -1
- package/dist/types/theme/tokens/colors.d.ts.map +1 -0
- package/dist/types/theme/tokens/shadows.d.ts.map +1 -0
- package/dist/types/theme/{sections → tokens}/typography.d.ts +5 -5
- package/dist/types/theme/{sections → tokens}/typography.d.ts.map +1 -1
- package/dist/types/utils/formatterUtils.d.ts +9 -0
- package/dist/types/utils/formatterUtils.d.ts.map +1 -1
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.stories.d.ts +126 -0
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/BarWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/BarWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.stories.d.ts +128 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +8 -8
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts.map +1 -1
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/CategoryWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/ChartLegend.d.ts.map +1 -1
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.stories.d.ts +74 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.stories.d.ts +68 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/FormulaWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/FormulaWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.stories.d.ts +114 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/HistogramWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/HistogramWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/{NoDataAlert.d.ts → NoDataAlert/NoDataAlert.d.ts} +1 -1
- package/dist/types/widgets/NoDataAlert/NoDataAlert.d.ts.map +1 -0
- package/dist/types/widgets/NoDataAlert/NoDataAlert.stories.d.ts +34 -0
- package/dist/types/widgets/NoDataAlert/NoDataAlert.stories.d.ts.map +1 -0
- package/dist/types/widgets/NoDataAlert/index.d.ts +3 -0
- package/dist/types/widgets/NoDataAlert/index.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.stories.d.ts +107 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/PieWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts.map +1 -1
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.stories.d.ts +33 -0
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/RangeWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/RangeWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.stories.d.ts +66 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/SkeletonWidgets.d.ts +4 -4
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.stories.d.ts +223 -0
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/TableWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/TableWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts +129 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts +2 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts.map +1 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.stories.d.ts +195 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/WrapperWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/WrapperWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +1 -1
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.stories.d.ts +35 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +1 -1
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -1
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.stories.d.ts +31 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/comparative/{ComparativePieWidgetUI.d.ts → ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts} +1 -1
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.d.ts +45 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/comparative/index.d.ts +7 -0
- package/dist/types/widgets/comparative/index.d.ts.map +1 -0
- package/dist/types/widgets/index.d.ts +11 -29
- package/dist/types/widgets/index.d.ts.map +1 -1
- package/dist/types/widgets/legend/LegendCategories.stories.d.ts +46 -0
- package/dist/types/widgets/legend/LegendCategories.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendCategories.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendCategories.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendIcon.stories.d.ts +27 -0
- package/dist/types/widgets/legend/LegendIcon.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendIcon.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendIcon.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendProportion.stories.d.ts +26 -0
- package/dist/types/widgets/legend/LegendProportion.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendProportion.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendProportion.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendRamp.stories.d.ts +62 -0
- package/dist/types/widgets/legend/LegendRamp.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendRamp.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendRamp.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendWidgetUI.stories.d.ts +228 -0
- package/dist/types/widgets/legend/LegendWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts +1 -1
- package/dist/types/widgets/legend/LegendWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/legendFixtures.d.ts +168 -0
- package/dist/types/widgets/legend/legendFixtures.d.ts.map +1 -0
- package/dist/widgets/index.cjs +251 -250
- package/dist/widgets/index.js +253 -252
- package/package.json +2 -1
- package/dist/types/theme/sections/components/buttons.d.ts.map +0 -1
- package/dist/types/theme/sections/components/data-display.d.ts.map +0 -1
- package/dist/types/theme/sections/components/date-pickers.d.ts.map +0 -1
- package/dist/types/theme/sections/components/feedback.d.ts.map +0 -1
- package/dist/types/theme/sections/components/forms.d.ts.map +0 -1
- package/dist/types/theme/sections/components/navigation.d.ts.map +0 -1
- package/dist/types/theme/sections/components/surfaces.d.ts.map +0 -1
- package/dist/types/theme/sections/palette.d.ts.map +0 -1
- package/dist/types/theme/sections/shadows.d.ts.map +0 -1
- package/dist/types/theme/theme-constants.d.ts.map +0 -1
- package/dist/types/theme/theme-utils.d.ts.map +0 -1
- package/dist/types/widgets/NoDataAlert.d.ts.map +0 -1
- package/dist/types/widgets/WrapperWidgetUI.d.ts.map +0 -1
- package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts.map +0 -1
- package/dist/{TablePaginationActions-CCDi-BO-.js → TablePaginationActions-C6TVGJM-.js} +25 -25
- package/dist/{TablePaginationActions-D2K26kdR.cjs → TablePaginationActions-DAMGtIub.cjs} +25 -25
- /package/dist/types/theme/{sections/components → components}/buttons.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/data-display.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/date-pickers.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/feedback.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/forms.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/navigation.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/surfaces.d.ts +0 -0
- /package/dist/types/theme/{sections → helpers}/css-baseline.d.ts +0 -0
- /package/dist/types/theme/{theme-constants.d.ts → helpers/theme-constants.d.ts} +0 -0
- /package/dist/types/theme/{theme-utils.d.ts → helpers/theme-utils.d.ts} +0 -0
- /package/dist/types/theme/{sections → tokens}/shadows.d.ts +0 -0
- /package/dist/types/widgets/{WrapperWidgetUI.d.ts → WrapperWidgetUI/WrapperWidgetUI.d.ts} +0 -0
|
@@ -6,7 +6,7 @@ const material = require("@mui/material");
|
|
|
6
6
|
const ArrowDown = require("../ArrowDown-DJ0vhbsw.cjs");
|
|
7
7
|
const OpenDiagonallyRight = require("../OpenDiagonallyRight-CpL4ROwg.cjs");
|
|
8
8
|
const SwatchSquare = require("../SwatchSquare-B8PIY3Rd.cjs");
|
|
9
|
-
const Icon$
|
|
9
|
+
const Icon$35 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
12
12
|
fill: "currentColor",
|
|
@@ -15,10 +15,10 @@ const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
15
15
|
clipRule: "evenodd"
|
|
16
16
|
}
|
|
17
17
|
) });
|
|
18
|
-
const BaseSvgIcon$
|
|
18
|
+
const BaseSvgIcon$35 = material.createSvgIcon(Icon$35(), "AccessIn");
|
|
19
19
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
20
20
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
21
|
-
BaseSvgIcon$
|
|
21
|
+
BaseSvgIcon$35,
|
|
22
22
|
{
|
|
23
23
|
ref,
|
|
24
24
|
viewBox: "0 0 24 24",
|
|
@@ -32,17 +32,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
32
32
|
);
|
|
33
33
|
}
|
|
34
34
|
const AccessIn$1 = React.forwardRef(AccessIn);
|
|
35
|
-
const Icon$
|
|
35
|
+
const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
36
36
|
"path",
|
|
37
37
|
{
|
|
38
38
|
fill: "currentColor",
|
|
39
39
|
d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
|
|
40
40
|
}
|
|
41
41
|
) });
|
|
42
|
-
const BaseSvgIcon$
|
|
42
|
+
const BaseSvgIcon$34 = material.createSvgIcon(Icon$34(), "AddApp");
|
|
43
43
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
44
44
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
45
|
-
BaseSvgIcon$
|
|
45
|
+
BaseSvgIcon$34,
|
|
46
46
|
{
|
|
47
47
|
ref,
|
|
48
48
|
viewBox: "0 0 24 24",
|
|
@@ -56,7 +56,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
56
56
|
);
|
|
57
57
|
}
|
|
58
58
|
const AddApp$1 = React.forwardRef(AddApp);
|
|
59
|
-
const Icon$
|
|
59
|
+
const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
60
60
|
"path",
|
|
61
61
|
{
|
|
62
62
|
fill: "currentColor",
|
|
@@ -65,10 +65,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
65
65
|
clipRule: "evenodd"
|
|
66
66
|
}
|
|
67
67
|
) });
|
|
68
|
-
const BaseSvgIcon$
|
|
68
|
+
const BaseSvgIcon$33 = material.createSvgIcon(Icon$33(), "AddSection");
|
|
69
69
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
70
70
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
71
|
-
BaseSvgIcon$
|
|
71
|
+
BaseSvgIcon$33,
|
|
72
72
|
{
|
|
73
73
|
ref,
|
|
74
74
|
viewBox: "0 0 24 24",
|
|
@@ -82,17 +82,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
82
82
|
);
|
|
83
83
|
}
|
|
84
84
|
const AddSection$1 = React.forwardRef(AddSection);
|
|
85
|
-
const Icon$
|
|
85
|
+
const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
86
86
|
"path",
|
|
87
87
|
{
|
|
88
88
|
fill: "currentColor",
|
|
89
89
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
90
90
|
}
|
|
91
91
|
) });
|
|
92
|
-
const BaseSvgIcon$
|
|
92
|
+
const BaseSvgIcon$32 = material.createSvgIcon(Icon$32(), "AdvancedSettings");
|
|
93
93
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
94
94
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
95
|
-
BaseSvgIcon$
|
|
95
|
+
BaseSvgIcon$32,
|
|
96
96
|
{
|
|
97
97
|
ref,
|
|
98
98
|
viewBox: "0 0 24 24",
|
|
@@ -106,7 +106,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
106
106
|
);
|
|
107
107
|
}
|
|
108
108
|
const AdvancedSettings$1 = React.forwardRef(AdvancedSettings);
|
|
109
|
-
const Icon$
|
|
109
|
+
const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
110
110
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
111
111
|
"path",
|
|
112
112
|
{
|
|
@@ -138,10 +138,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
138
138
|
}
|
|
139
139
|
)
|
|
140
140
|
] });
|
|
141
|
-
const BaseSvgIcon$
|
|
141
|
+
const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "AiAgent");
|
|
142
142
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
143
143
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
144
|
-
BaseSvgIcon$
|
|
144
|
+
BaseSvgIcon$31,
|
|
145
145
|
{
|
|
146
146
|
ref,
|
|
147
147
|
viewBox: "0 0 24 24",
|
|
@@ -155,7 +155,42 @@ function AiAgent({ width, height, sx, ...props }, ref) {
|
|
|
155
155
|
);
|
|
156
156
|
}
|
|
157
157
|
const AiAgent$1 = React.forwardRef(AiAgent);
|
|
158
|
-
const Icon$
|
|
158
|
+
const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
159
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
160
|
+
"path",
|
|
161
|
+
{
|
|
162
|
+
fill: "currentColor",
|
|
163
|
+
fillRule: "evenodd",
|
|
164
|
+
d: "M10.02 5.694a15.73 15.73 0 0 0 7.22 7.305 15.74 15.74 0 0 0-7.22 7.305A15.73 15.73 0 0 0 2.8 13a15.73 15.73 0 0 0 7.22-7.305m0 3.834a17.8 17.8 0 0 1-3.44 3.47c1.299.99 2.457 2.16 3.44 3.47a17.8 17.8 0 0 1 3.44-3.47 17.8 17.8 0 0 1-3.44-3.47",
|
|
165
|
+
clipRule: "evenodd"
|
|
166
|
+
}
|
|
167
|
+
),
|
|
168
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
169
|
+
"path",
|
|
170
|
+
{
|
|
171
|
+
fill: "currentColor",
|
|
172
|
+
d: "M17.855 1.1A9.04 9.04 0 0 0 22 5.301a9.04 9.04 0 0 0-4.145 4.201 9.04 9.04 0 0 0-4.146-4.2A9.04 9.04 0 0 0 17.855 1.1"
|
|
173
|
+
}
|
|
174
|
+
)
|
|
175
|
+
] });
|
|
176
|
+
const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "AiGeneratedObject");
|
|
177
|
+
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
178
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
179
|
+
BaseSvgIcon$30,
|
|
180
|
+
{
|
|
181
|
+
ref,
|
|
182
|
+
viewBox: "0 0 24 24",
|
|
183
|
+
sx: {
|
|
184
|
+
width,
|
|
185
|
+
height: height || width,
|
|
186
|
+
...sx
|
|
187
|
+
},
|
|
188
|
+
...props
|
|
189
|
+
}
|
|
190
|
+
);
|
|
191
|
+
}
|
|
192
|
+
const AiGeneratedObject$1 = React.forwardRef(AiGeneratedObject);
|
|
193
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
159
194
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
160
195
|
"path",
|
|
161
196
|
{
|
|
@@ -196,10 +231,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
196
231
|
}
|
|
197
232
|
)
|
|
198
233
|
] });
|
|
199
|
-
const BaseSvgIcon$
|
|
234
|
+
const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "AiTool");
|
|
200
235
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
201
236
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
202
|
-
BaseSvgIcon$
|
|
237
|
+
BaseSvgIcon$2$,
|
|
203
238
|
{
|
|
204
239
|
ref,
|
|
205
240
|
viewBox: "0 0 24 24",
|
|
@@ -213,7 +248,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
213
248
|
);
|
|
214
249
|
}
|
|
215
250
|
const AiTool$1 = React.forwardRef(AiTool);
|
|
216
|
-
const Icon$
|
|
251
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
217
252
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
218
253
|
"path",
|
|
219
254
|
{
|
|
@@ -233,10 +268,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
233
268
|
}
|
|
234
269
|
)
|
|
235
270
|
] });
|
|
236
|
-
const BaseSvgIcon$
|
|
271
|
+
const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "Annotation");
|
|
237
272
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
238
273
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
239
|
-
BaseSvgIcon$
|
|
274
|
+
BaseSvgIcon$2_,
|
|
240
275
|
{
|
|
241
276
|
ref,
|
|
242
277
|
viewBox: "0 0 24 24",
|
|
@@ -250,7 +285,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
250
285
|
);
|
|
251
286
|
}
|
|
252
287
|
const Annotation$1 = React.forwardRef(Annotation);
|
|
253
|
-
const Icon$
|
|
288
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
254
289
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
255
290
|
"path",
|
|
256
291
|
{
|
|
@@ -275,10 +310,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
275
310
|
}
|
|
276
311
|
)
|
|
277
312
|
] });
|
|
278
|
-
const BaseSvgIcon$
|
|
313
|
+
const BaseSvgIcon$2Z = material.createSvgIcon(Icon$2Z(), "ApiCall");
|
|
279
314
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
280
315
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
281
|
-
BaseSvgIcon$
|
|
316
|
+
BaseSvgIcon$2Z,
|
|
282
317
|
{
|
|
283
318
|
ref,
|
|
284
319
|
viewBox: "0 0 24 24",
|
|
@@ -292,7 +327,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
292
327
|
);
|
|
293
328
|
}
|
|
294
329
|
const ApiCall$1 = React.forwardRef(ApiCall);
|
|
295
|
-
const Icon$
|
|
330
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
296
331
|
"path",
|
|
297
332
|
{
|
|
298
333
|
fill: "currentColor",
|
|
@@ -301,10 +336,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
301
336
|
clipRule: "evenodd"
|
|
302
337
|
}
|
|
303
338
|
) });
|
|
304
|
-
const BaseSvgIcon$
|
|
339
|
+
const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "ArrowLeft");
|
|
305
340
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
306
341
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
307
|
-
BaseSvgIcon$
|
|
342
|
+
BaseSvgIcon$2Y,
|
|
308
343
|
{
|
|
309
344
|
ref,
|
|
310
345
|
viewBox: "0 0 24 24",
|
|
@@ -318,7 +353,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
318
353
|
);
|
|
319
354
|
}
|
|
320
355
|
const ArrowLeft$1 = React.forwardRef(ArrowLeft);
|
|
321
|
-
const Icon$
|
|
356
|
+
const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
322
357
|
"path",
|
|
323
358
|
{
|
|
324
359
|
fill: "currentColor",
|
|
@@ -327,10 +362,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
327
362
|
clipRule: "evenodd"
|
|
328
363
|
}
|
|
329
364
|
) });
|
|
330
|
-
const BaseSvgIcon$
|
|
365
|
+
const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "ArrowRight");
|
|
331
366
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
332
367
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
333
|
-
BaseSvgIcon$
|
|
368
|
+
BaseSvgIcon$2X,
|
|
334
369
|
{
|
|
335
370
|
ref,
|
|
336
371
|
viewBox: "0 0 24 24",
|
|
@@ -344,7 +379,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
344
379
|
);
|
|
345
380
|
}
|
|
346
381
|
const ArrowRight$1 = React.forwardRef(ArrowRight);
|
|
347
|
-
const Icon$
|
|
382
|
+
const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
348
383
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
349
384
|
"path",
|
|
350
385
|
{
|
|
@@ -369,10 +404,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
369
404
|
}
|
|
370
405
|
)
|
|
371
406
|
] });
|
|
372
|
-
const BaseSvgIcon$
|
|
407
|
+
const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "AsynchronousWait");
|
|
373
408
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
374
409
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
375
|
-
BaseSvgIcon$
|
|
410
|
+
BaseSvgIcon$2W,
|
|
376
411
|
{
|
|
377
412
|
ref,
|
|
378
413
|
viewBox: "0 0 24 24",
|
|
@@ -386,7 +421,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
386
421
|
);
|
|
387
422
|
}
|
|
388
423
|
const AsynchronousWait$1 = React.forwardRef(AsynchronousWait);
|
|
389
|
-
const Icon$
|
|
424
|
+
const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
390
425
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
391
426
|
"path",
|
|
392
427
|
{
|
|
@@ -406,10 +441,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
406
441
|
}
|
|
407
442
|
)
|
|
408
443
|
] });
|
|
409
|
-
const BaseSvgIcon$
|
|
444
|
+
const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "Autostyle");
|
|
410
445
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
411
446
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
412
|
-
BaseSvgIcon$
|
|
447
|
+
BaseSvgIcon$2V,
|
|
413
448
|
{
|
|
414
449
|
ref,
|
|
415
450
|
viewBox: "0 0 24 24",
|
|
@@ -423,7 +458,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
423
458
|
);
|
|
424
459
|
}
|
|
425
460
|
const Autostyle$1 = React.forwardRef(Autostyle);
|
|
426
|
-
const Icon$
|
|
461
|
+
const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
427
462
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
428
463
|
"path",
|
|
429
464
|
{
|
|
@@ -441,10 +476,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
441
476
|
}
|
|
442
477
|
)
|
|
443
478
|
] });
|
|
444
|
-
const BaseSvgIcon$
|
|
479
|
+
const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "Avg");
|
|
445
480
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
446
481
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
447
|
-
BaseSvgIcon$
|
|
482
|
+
BaseSvgIcon$2U,
|
|
448
483
|
{
|
|
449
484
|
ref,
|
|
450
485
|
viewBox: "0 0 24 24",
|
|
@@ -458,7 +493,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
458
493
|
);
|
|
459
494
|
}
|
|
460
495
|
const Avg$1 = React.forwardRef(Avg);
|
|
461
|
-
const Icon$
|
|
496
|
+
const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
462
497
|
"path",
|
|
463
498
|
{
|
|
464
499
|
fill: "currentColor",
|
|
@@ -467,10 +502,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
467
502
|
clipRule: "evenodd"
|
|
468
503
|
}
|
|
469
504
|
) });
|
|
470
|
-
const BaseSvgIcon$
|
|
505
|
+
const BaseSvgIcon$2T = material.createSvgIcon(Icon$2T(), "Behavioral");
|
|
471
506
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
472
507
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
473
|
-
BaseSvgIcon$
|
|
508
|
+
BaseSvgIcon$2T,
|
|
474
509
|
{
|
|
475
510
|
ref,
|
|
476
511
|
viewBox: "0 0 24 24",
|
|
@@ -484,7 +519,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
484
519
|
);
|
|
485
520
|
}
|
|
486
521
|
const Behavioral$1 = React.forwardRef(Behavioral);
|
|
487
|
-
const Icon$
|
|
522
|
+
const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
488
523
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
489
524
|
"path",
|
|
490
525
|
{
|
|
@@ -502,10 +537,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
502
537
|
}
|
|
503
538
|
)
|
|
504
539
|
] });
|
|
505
|
-
const BaseSvgIcon$
|
|
540
|
+
const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "Bigquery");
|
|
506
541
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
507
542
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
508
|
-
BaseSvgIcon$
|
|
543
|
+
BaseSvgIcon$2S,
|
|
509
544
|
{
|
|
510
545
|
ref,
|
|
511
546
|
viewBox: "0 0 24 24",
|
|
@@ -519,7 +554,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
519
554
|
);
|
|
520
555
|
}
|
|
521
556
|
const Bigquery$1 = React.forwardRef(Bigquery);
|
|
522
|
-
const Icon$
|
|
557
|
+
const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
523
558
|
"path",
|
|
524
559
|
{
|
|
525
560
|
fill: "currentColor",
|
|
@@ -528,10 +563,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
528
563
|
clipRule: "evenodd"
|
|
529
564
|
}
|
|
530
565
|
) });
|
|
531
|
-
const BaseSvgIcon$
|
|
566
|
+
const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "Blending");
|
|
532
567
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
533
568
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
534
|
-
BaseSvgIcon$
|
|
569
|
+
BaseSvgIcon$2R,
|
|
535
570
|
{
|
|
536
571
|
ref,
|
|
537
572
|
viewBox: "0 0 24 24",
|
|
@@ -545,7 +580,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
545
580
|
);
|
|
546
581
|
}
|
|
547
582
|
const Blending$1 = React.forwardRef(Blending);
|
|
548
|
-
const Icon$
|
|
583
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
549
584
|
"path",
|
|
550
585
|
{
|
|
551
586
|
fill: "currentColor",
|
|
@@ -554,10 +589,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
554
589
|
clipRule: "evenodd"
|
|
555
590
|
}
|
|
556
591
|
) });
|
|
557
|
-
const BaseSvgIcon$
|
|
592
|
+
const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "BlockLabel");
|
|
558
593
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
559
594
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
560
|
-
BaseSvgIcon$
|
|
595
|
+
BaseSvgIcon$2Q,
|
|
561
596
|
{
|
|
562
597
|
ref,
|
|
563
598
|
viewBox: "0 0 24 24",
|
|
@@ -571,7 +606,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
571
606
|
);
|
|
572
607
|
}
|
|
573
608
|
const BlockLabel$1 = React.forwardRef(BlockLabel);
|
|
574
|
-
const Icon$
|
|
609
|
+
const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
575
610
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
576
611
|
"path",
|
|
577
612
|
{
|
|
@@ -589,10 +624,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
589
624
|
}
|
|
590
625
|
)
|
|
591
626
|
] });
|
|
592
|
-
const BaseSvgIcon$
|
|
627
|
+
const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "BlockLabelOff");
|
|
593
628
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
594
629
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
595
|
-
BaseSvgIcon$
|
|
630
|
+
BaseSvgIcon$2P,
|
|
596
631
|
{
|
|
597
632
|
ref,
|
|
598
633
|
viewBox: "0 0 24 24",
|
|
@@ -606,17 +641,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
606
641
|
);
|
|
607
642
|
}
|
|
608
643
|
const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
|
|
609
|
-
const Icon$
|
|
644
|
+
const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
610
645
|
"path",
|
|
611
646
|
{
|
|
612
647
|
fill: "currentColor",
|
|
613
648
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
614
649
|
}
|
|
615
650
|
) });
|
|
616
|
-
const BaseSvgIcon$
|
|
651
|
+
const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "BottomRow");
|
|
617
652
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
618
653
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
619
|
-
BaseSvgIcon$
|
|
654
|
+
BaseSvgIcon$2O,
|
|
620
655
|
{
|
|
621
656
|
ref,
|
|
622
657
|
viewBox: "0 0 24 24",
|
|
@@ -630,7 +665,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
630
665
|
);
|
|
631
666
|
}
|
|
632
667
|
const BottomRow$1 = React.forwardRef(BottomRow);
|
|
633
|
-
const Icon$
|
|
668
|
+
const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
634
669
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
635
670
|
"path",
|
|
636
671
|
{
|
|
@@ -648,10 +683,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
648
683
|
}
|
|
649
684
|
)
|
|
650
685
|
] });
|
|
651
|
-
const BaseSvgIcon$
|
|
686
|
+
const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "Carto");
|
|
652
687
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
653
688
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
654
|
-
BaseSvgIcon$
|
|
689
|
+
BaseSvgIcon$2N,
|
|
655
690
|
{
|
|
656
691
|
ref,
|
|
657
692
|
viewBox: "0 0 24 24",
|
|
@@ -665,7 +700,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
665
700
|
);
|
|
666
701
|
}
|
|
667
702
|
const Carto$1 = React.forwardRef(Carto);
|
|
668
|
-
const Icon$
|
|
703
|
+
const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
669
704
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
670
705
|
"path",
|
|
671
706
|
{
|
|
@@ -681,10 +716,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
681
716
|
}
|
|
682
717
|
)
|
|
683
718
|
] });
|
|
684
|
-
const BaseSvgIcon$
|
|
719
|
+
const BaseSvgIcon$2M = material.createSvgIcon(Icon$2M(), "CartoAi");
|
|
685
720
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
686
721
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
687
|
-
BaseSvgIcon$
|
|
722
|
+
BaseSvgIcon$2M,
|
|
688
723
|
{
|
|
689
724
|
ref,
|
|
690
725
|
viewBox: "0 0 24 24",
|
|
@@ -698,7 +733,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
698
733
|
);
|
|
699
734
|
}
|
|
700
735
|
const CartoAi$1 = React.forwardRef(CartoAi);
|
|
701
|
-
const Icon$
|
|
736
|
+
const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
702
737
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
703
738
|
"path",
|
|
704
739
|
{
|
|
@@ -716,10 +751,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
716
751
|
}
|
|
717
752
|
)
|
|
718
753
|
] });
|
|
719
|
-
const BaseSvgIcon$
|
|
754
|
+
const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "CartoSymbol");
|
|
720
755
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
721
756
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
722
|
-
BaseSvgIcon$
|
|
757
|
+
BaseSvgIcon$2L,
|
|
723
758
|
{
|
|
724
759
|
ref,
|
|
725
760
|
viewBox: "0 0 24 24",
|
|
@@ -733,7 +768,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
733
768
|
);
|
|
734
769
|
}
|
|
735
770
|
const CartoSymbol$1 = React.forwardRef(CartoSymbol);
|
|
736
|
-
const Icon$
|
|
771
|
+
const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
737
772
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
738
773
|
"g",
|
|
739
774
|
{
|
|
@@ -749,10 +784,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
749
784
|
),
|
|
750
785
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
751
786
|
] });
|
|
752
|
-
const BaseSvgIcon$
|
|
787
|
+
const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "CatalogView");
|
|
753
788
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
754
789
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
755
|
-
BaseSvgIcon$
|
|
790
|
+
BaseSvgIcon$2K,
|
|
756
791
|
{
|
|
757
792
|
ref,
|
|
758
793
|
viewBox: "0 0 24 24",
|
|
@@ -766,7 +801,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
766
801
|
);
|
|
767
802
|
}
|
|
768
803
|
const CatalogView$1 = React.forwardRef(CatalogView);
|
|
769
|
-
const Icon$
|
|
804
|
+
const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
770
805
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
771
806
|
"path",
|
|
772
807
|
{
|
|
@@ -786,10 +821,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
786
821
|
}
|
|
787
822
|
)
|
|
788
823
|
] });
|
|
789
|
-
const BaseSvgIcon$
|
|
824
|
+
const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "CatastropheModeling");
|
|
790
825
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
791
826
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
792
|
-
BaseSvgIcon$
|
|
827
|
+
BaseSvgIcon$2J,
|
|
793
828
|
{
|
|
794
829
|
ref,
|
|
795
830
|
viewBox: "0 0 24 24",
|
|
@@ -803,7 +838,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
803
838
|
);
|
|
804
839
|
}
|
|
805
840
|
const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
|
|
806
|
-
const Icon$
|
|
841
|
+
const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
807
842
|
"path",
|
|
808
843
|
{
|
|
809
844
|
fill: "currentColor",
|
|
@@ -812,10 +847,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
812
847
|
clipRule: "evenodd"
|
|
813
848
|
}
|
|
814
849
|
) });
|
|
815
|
-
const BaseSvgIcon$
|
|
850
|
+
const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "Center");
|
|
816
851
|
function Center({ width, height, sx, ...props }, ref) {
|
|
817
852
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
818
|
-
BaseSvgIcon$
|
|
853
|
+
BaseSvgIcon$2I,
|
|
819
854
|
{
|
|
820
855
|
ref,
|
|
821
856
|
viewBox: "0 0 24 24",
|
|
@@ -829,7 +864,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
829
864
|
);
|
|
830
865
|
}
|
|
831
866
|
const Center$1 = React.forwardRef(Center);
|
|
832
|
-
const Icon$
|
|
867
|
+
const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
833
868
|
"path",
|
|
834
869
|
{
|
|
835
870
|
fill: "currentColor",
|
|
@@ -838,10 +873,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
838
873
|
clipRule: "evenodd"
|
|
839
874
|
}
|
|
840
875
|
) });
|
|
841
|
-
const BaseSvgIcon$
|
|
876
|
+
const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "CenterLayer");
|
|
842
877
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
843
878
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
844
|
-
BaseSvgIcon$
|
|
879
|
+
BaseSvgIcon$2H,
|
|
845
880
|
{
|
|
846
881
|
ref,
|
|
847
882
|
viewBox: "0 0 24 24",
|
|
@@ -855,7 +890,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
855
890
|
);
|
|
856
891
|
}
|
|
857
892
|
const CenterLayer$1 = React.forwardRef(CenterLayer);
|
|
858
|
-
const Icon$
|
|
893
|
+
const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
859
894
|
"path",
|
|
860
895
|
{
|
|
861
896
|
fill: "currentColor",
|
|
@@ -864,10 +899,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
864
899
|
clipRule: "evenodd"
|
|
865
900
|
}
|
|
866
901
|
) });
|
|
867
|
-
const BaseSvgIcon$
|
|
902
|
+
const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "CloseDiagonallyLeft");
|
|
868
903
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
869
904
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
870
|
-
BaseSvgIcon$
|
|
905
|
+
BaseSvgIcon$2G,
|
|
871
906
|
{
|
|
872
907
|
ref,
|
|
873
908
|
viewBox: "0 0 24 24",
|
|
@@ -881,7 +916,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
881
916
|
);
|
|
882
917
|
}
|
|
883
918
|
const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
|
|
884
|
-
const Icon$
|
|
919
|
+
const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
885
920
|
"path",
|
|
886
921
|
{
|
|
887
922
|
fill: "currentColor",
|
|
@@ -890,10 +925,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
890
925
|
clipRule: "evenodd"
|
|
891
926
|
}
|
|
892
927
|
) });
|
|
893
|
-
const BaseSvgIcon$
|
|
928
|
+
const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "CloseVertically");
|
|
894
929
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
895
930
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
896
|
-
BaseSvgIcon$
|
|
931
|
+
BaseSvgIcon$2F,
|
|
897
932
|
{
|
|
898
933
|
ref,
|
|
899
934
|
viewBox: "0 0 24 24",
|
|
@@ -907,7 +942,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
907
942
|
);
|
|
908
943
|
}
|
|
909
944
|
const CloseVertically$1 = React.forwardRef(CloseVertically);
|
|
910
|
-
const Icon$
|
|
945
|
+
const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
911
946
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
912
947
|
"path",
|
|
913
948
|
{
|
|
@@ -923,10 +958,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
923
958
|
}
|
|
924
959
|
)
|
|
925
960
|
] });
|
|
926
|
-
const BaseSvgIcon$
|
|
961
|
+
const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "CodeBlock");
|
|
927
962
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
928
963
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
929
|
-
BaseSvgIcon$
|
|
964
|
+
BaseSvgIcon$2E,
|
|
930
965
|
{
|
|
931
966
|
ref,
|
|
932
967
|
viewBox: "0 0 24 24",
|
|
@@ -940,17 +975,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
940
975
|
);
|
|
941
976
|
}
|
|
942
977
|
const CodeBlock$1 = React.forwardRef(CodeBlock);
|
|
943
|
-
const Icon$
|
|
978
|
+
const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
944
979
|
"path",
|
|
945
980
|
{
|
|
946
981
|
fill: "currentColor",
|
|
947
982
|
d: "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78-.27-.13-.56-.19-.86-.19-.19 0-.38.03-.56.08l-3.2.94.94-3.2c.14-.47.1-.98-.11-1.42A7.9 7.9 0 0 1 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97 5.52 0 10-4.48 10-10S17.52 2 12 2"
|
|
948
983
|
}
|
|
949
984
|
) });
|
|
950
|
-
const BaseSvgIcon$
|
|
985
|
+
const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "Comments");
|
|
951
986
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
952
987
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
953
|
-
BaseSvgIcon$
|
|
988
|
+
BaseSvgIcon$2D,
|
|
954
989
|
{
|
|
955
990
|
ref,
|
|
956
991
|
viewBox: "0 0 24 24",
|
|
@@ -964,7 +999,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
964
999
|
);
|
|
965
1000
|
}
|
|
966
1001
|
const Comments$1 = React.forwardRef(Comments);
|
|
967
|
-
const Icon$
|
|
1002
|
+
const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
968
1003
|
"path",
|
|
969
1004
|
{
|
|
970
1005
|
fill: "currentColor",
|
|
@@ -973,10 +1008,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
973
1008
|
clipRule: "evenodd"
|
|
974
1009
|
}
|
|
975
1010
|
) });
|
|
976
|
-
const BaseSvgIcon$
|
|
1011
|
+
const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "Console");
|
|
977
1012
|
function Console({ width, height, sx, ...props }, ref) {
|
|
978
1013
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
979
|
-
BaseSvgIcon$
|
|
1014
|
+
BaseSvgIcon$2C,
|
|
980
1015
|
{
|
|
981
1016
|
ref,
|
|
982
1017
|
viewBox: "0 0 24 24",
|
|
@@ -990,7 +1025,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
990
1025
|
);
|
|
991
1026
|
}
|
|
992
1027
|
const Console$1 = React.forwardRef(Console);
|
|
993
|
-
const Icon$
|
|
1028
|
+
const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
994
1029
|
"path",
|
|
995
1030
|
{
|
|
996
1031
|
fill: "currentColor",
|
|
@@ -999,10 +1034,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
999
1034
|
clipRule: "evenodd"
|
|
1000
1035
|
}
|
|
1001
1036
|
) });
|
|
1002
|
-
const BaseSvgIcon$
|
|
1037
|
+
const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "Covid19");
|
|
1003
1038
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1004
1039
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1005
|
-
BaseSvgIcon$
|
|
1040
|
+
BaseSvgIcon$2B,
|
|
1006
1041
|
{
|
|
1007
1042
|
ref,
|
|
1008
1043
|
viewBox: "0 0 24 24",
|
|
@@ -1016,7 +1051,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1016
1051
|
);
|
|
1017
1052
|
}
|
|
1018
1053
|
const Covid19$1 = React.forwardRef(Covid19);
|
|
1019
|
-
const Icon$
|
|
1054
|
+
const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1020
1055
|
"path",
|
|
1021
1056
|
{
|
|
1022
1057
|
fill: "currentColor",
|
|
@@ -1025,10 +1060,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1025
1060
|
clipRule: "evenodd"
|
|
1026
1061
|
}
|
|
1027
1062
|
) });
|
|
1028
|
-
const BaseSvgIcon$
|
|
1063
|
+
const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "CreateMap");
|
|
1029
1064
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1030
1065
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1031
|
-
BaseSvgIcon$
|
|
1066
|
+
BaseSvgIcon$2A,
|
|
1032
1067
|
{
|
|
1033
1068
|
ref,
|
|
1034
1069
|
viewBox: "0 0 24 24",
|
|
@@ -1042,17 +1077,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1042
1077
|
);
|
|
1043
1078
|
}
|
|
1044
1079
|
const CreateMap$1 = React.forwardRef(CreateMap);
|
|
1045
|
-
const Icon$
|
|
1080
|
+
const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1046
1081
|
"path",
|
|
1047
1082
|
{
|
|
1048
1083
|
fill: "currentColor",
|
|
1049
1084
|
d: "M21 19.004h3v2h-3v3h-2v-3h-3v-2h3v-3h2zM13.118 23.951a12.4 12.4 0 0 1-2.21.002l.179-1.992a10 10 0 0 0 1.846-.003zM7.554 20.962a10 10 0 0 0 1.72.664l-.544 1.925a12 12 0 0 1-2.066-.798zM4.62 18.75c.416.454.876.873 1.366 1.243L4.782 21.59A12 12 0 0 1 3.145 20.1zM2.679 15.632q.337.862.825 1.65l-1.697 1.056a12 12 0 0 1-.99-1.979zM16.243 16.244A5.96 5.96 0 0 1 12 18.002a5.96 5.96 0 0 1-4.243-1.758l1.415-1.414c1.51 1.512 4.146 1.512 5.656 0zM2 12.023c.002.618.059 1.236.172 1.838l-1.965.37A12 12 0 0 1 0 12.028zM24 12.002c0 .74-.068 1.482-.201 2.202l-1.967-.364A10 10 0 0 0 22 12.002l2-.046zM12 10.002a2 2 0 1 1 0 4 2 2 0 0 1 0-4M13.548 6.225A6 6 0 0 1 18 12.002c0 .488-.07.98-.224 1.548l-1.932-.519A4 4 0 0 0 16 12.002a3.994 3.994 0 0 0-2.969-3.845zM10.97 8.157A3.994 3.994 0 0 0 8 12.002c0 .308.05.635.155 1.031l-1.932.516A5.9 5.9 0 0 1 6 12.002a6 6 0 0 1 4.453-5.777zM2.664 8.412a10 10 0 0 0-.5 1.773l-1.967-.36c.133-.728.334-1.442.6-2.133zM23.176 7.624c.269.688.474 1.4.613 2.126l-1.965.374a10 10 0 0 0-.51-1.77zM4.592 5.285c-.412.455-.785.951-1.109 1.475l-1.7-1.051q.583-.945 1.33-1.768zM20.838 3.886q.752.818 1.342 1.76l-1.696 1.061a10 10 0 0 0-1.119-1.467zM7.518 3.06q-.827.416-1.565.977l-1.21-1.592C5.33 2 5.96 1.605 6.618 1.273zM17.314 1.24c.662.328 1.294.717 1.885 1.16L17.997 4a10 10 0 0 0-1.571-.967zM11.045 2.048a10 10 0 0 0-1.81.34L8.68.468c.708-.203 1.44-.341 2.176-.411zM13.068.05c.737.064 1.466.198 2.177.397l-.539 1.926a10 10 0 0 0-1.813-.331z"
|
|
1050
1085
|
}
|
|
1051
1086
|
) });
|
|
1052
|
-
const BaseSvgIcon$
|
|
1087
|
+
const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "CreateSpatialAnalysis");
|
|
1053
1088
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1054
1089
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1055
|
-
BaseSvgIcon$
|
|
1090
|
+
BaseSvgIcon$2z,
|
|
1056
1091
|
{
|
|
1057
1092
|
ref,
|
|
1058
1093
|
viewBox: "0 0 24 24",
|
|
@@ -1066,7 +1101,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1066
1101
|
);
|
|
1067
1102
|
}
|
|
1068
1103
|
const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
|
|
1069
|
-
const Icon$
|
|
1104
|
+
const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1070
1105
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1071
1106
|
"path",
|
|
1072
1107
|
{
|
|
@@ -1084,10 +1119,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1084
1119
|
}
|
|
1085
1120
|
)
|
|
1086
1121
|
] });
|
|
1087
|
-
const BaseSvgIcon$
|
|
1122
|
+
const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "CreateTileset");
|
|
1088
1123
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1089
1124
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1090
|
-
BaseSvgIcon$
|
|
1125
|
+
BaseSvgIcon$2y,
|
|
1091
1126
|
{
|
|
1092
1127
|
ref,
|
|
1093
1128
|
viewBox: "0 0 24 24",
|
|
@@ -1101,7 +1136,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1101
1136
|
);
|
|
1102
1137
|
}
|
|
1103
1138
|
const CreateTileset$1 = React.forwardRef(CreateTileset);
|
|
1104
|
-
const Icon$
|
|
1139
|
+
const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1105
1140
|
"path",
|
|
1106
1141
|
{
|
|
1107
1142
|
fill: "currentColor",
|
|
@@ -1110,10 +1145,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1110
1145
|
clipRule: "evenodd"
|
|
1111
1146
|
}
|
|
1112
1147
|
) });
|
|
1113
|
-
const BaseSvgIcon$
|
|
1148
|
+
const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "CreateWorkflow");
|
|
1114
1149
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1115
1150
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1116
|
-
BaseSvgIcon$
|
|
1151
|
+
BaseSvgIcon$2x,
|
|
1117
1152
|
{
|
|
1118
1153
|
ref,
|
|
1119
1154
|
viewBox: "0 0 24 24",
|
|
@@ -1127,7 +1162,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1127
1162
|
);
|
|
1128
1163
|
}
|
|
1129
1164
|
const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
|
|
1130
|
-
const Icon$
|
|
1165
|
+
const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1131
1166
|
"path",
|
|
1132
1167
|
{
|
|
1133
1168
|
fill: "currentColor",
|
|
@@ -1136,10 +1171,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1136
1171
|
clipRule: "evenodd"
|
|
1137
1172
|
}
|
|
1138
1173
|
) });
|
|
1139
|
-
const BaseSvgIcon$
|
|
1174
|
+
const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "Data");
|
|
1140
1175
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1141
1176
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1142
|
-
BaseSvgIcon$
|
|
1177
|
+
BaseSvgIcon$2w,
|
|
1143
1178
|
{
|
|
1144
1179
|
ref,
|
|
1145
1180
|
viewBox: "0 0 24 24",
|
|
@@ -1153,7 +1188,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1153
1188
|
);
|
|
1154
1189
|
}
|
|
1155
1190
|
const Data$1 = React.forwardRef(Data);
|
|
1156
|
-
const Icon$
|
|
1191
|
+
const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1157
1192
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1158
1193
|
"path",
|
|
1159
1194
|
{
|
|
@@ -1173,10 +1208,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1173
1208
|
}
|
|
1174
1209
|
)
|
|
1175
1210
|
] });
|
|
1176
|
-
const BaseSvgIcon$
|
|
1211
|
+
const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "DataAccess");
|
|
1177
1212
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1178
1213
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1179
|
-
BaseSvgIcon$
|
|
1214
|
+
BaseSvgIcon$2v,
|
|
1180
1215
|
{
|
|
1181
1216
|
ref,
|
|
1182
1217
|
viewBox: "0 0 24 24",
|
|
@@ -1190,7 +1225,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1190
1225
|
);
|
|
1191
1226
|
}
|
|
1192
1227
|
const DataAccess$1 = React.forwardRef(DataAccess);
|
|
1193
|
-
const Icon$
|
|
1228
|
+
const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1194
1229
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1195
1230
|
"path",
|
|
1196
1231
|
{
|
|
@@ -1210,10 +1245,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1210
1245
|
}
|
|
1211
1246
|
)
|
|
1212
1247
|
] });
|
|
1213
|
-
const BaseSvgIcon$
|
|
1248
|
+
const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "DataExplorer");
|
|
1214
1249
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1215
1250
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1216
|
-
BaseSvgIcon$
|
|
1251
|
+
BaseSvgIcon$2u,
|
|
1217
1252
|
{
|
|
1218
1253
|
ref,
|
|
1219
1254
|
viewBox: "0 0 24 24",
|
|
@@ -1227,7 +1262,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1227
1262
|
);
|
|
1228
1263
|
}
|
|
1229
1264
|
const DataExplorer$1 = React.forwardRef(DataExplorer);
|
|
1230
|
-
const Icon$
|
|
1265
|
+
const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1231
1266
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1232
1267
|
"path",
|
|
1233
1268
|
{
|
|
@@ -1247,10 +1282,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1247
1282
|
}
|
|
1248
1283
|
)
|
|
1249
1284
|
] });
|
|
1250
|
-
const BaseSvgIcon$
|
|
1285
|
+
const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "DataFilter");
|
|
1251
1286
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1252
1287
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1253
|
-
BaseSvgIcon$
|
|
1288
|
+
BaseSvgIcon$2t,
|
|
1254
1289
|
{
|
|
1255
1290
|
ref,
|
|
1256
1291
|
viewBox: "0 0 24 24",
|
|
@@ -1264,7 +1299,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1264
1299
|
);
|
|
1265
1300
|
}
|
|
1266
1301
|
const DataFilter$1 = React.forwardRef(DataFilter);
|
|
1267
|
-
const Icon$
|
|
1302
|
+
const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1268
1303
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1269
1304
|
"path",
|
|
1270
1305
|
{
|
|
@@ -1282,10 +1317,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1282
1317
|
}
|
|
1283
1318
|
)
|
|
1284
1319
|
] });
|
|
1285
|
-
const BaseSvgIcon$
|
|
1320
|
+
const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "DataMonetization");
|
|
1286
1321
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1287
1322
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1288
|
-
BaseSvgIcon$
|
|
1323
|
+
BaseSvgIcon$2s,
|
|
1289
1324
|
{
|
|
1290
1325
|
ref,
|
|
1291
1326
|
viewBox: "0 0 24 24",
|
|
@@ -1299,7 +1334,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1299
1334
|
);
|
|
1300
1335
|
}
|
|
1301
1336
|
const DataMonetization$1 = React.forwardRef(DataMonetization);
|
|
1302
|
-
const Icon$
|
|
1337
|
+
const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1303
1338
|
"path",
|
|
1304
1339
|
{
|
|
1305
1340
|
fill: "currentColor",
|
|
@@ -1308,10 +1343,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1308
1343
|
clipRule: "evenodd"
|
|
1309
1344
|
}
|
|
1310
1345
|
) });
|
|
1311
|
-
const BaseSvgIcon$
|
|
1346
|
+
const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "DataObservatory");
|
|
1312
1347
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1313
1348
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1314
|
-
BaseSvgIcon$
|
|
1349
|
+
BaseSvgIcon$2r,
|
|
1315
1350
|
{
|
|
1316
1351
|
ref,
|
|
1317
1352
|
viewBox: "0 0 24 24",
|
|
@@ -1325,7 +1360,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1325
1360
|
);
|
|
1326
1361
|
}
|
|
1327
1362
|
const DataObservatory$1 = React.forwardRef(DataObservatory);
|
|
1328
|
-
const Icon$
|
|
1363
|
+
const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1329
1364
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1330
1365
|
"path",
|
|
1331
1366
|
{
|
|
@@ -1343,10 +1378,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1343
1378
|
}
|
|
1344
1379
|
)
|
|
1345
1380
|
] });
|
|
1346
|
-
const BaseSvgIcon$
|
|
1381
|
+
const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "DataOk");
|
|
1347
1382
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1348
1383
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1349
|
-
BaseSvgIcon$
|
|
1384
|
+
BaseSvgIcon$2q,
|
|
1350
1385
|
{
|
|
1351
1386
|
ref,
|
|
1352
1387
|
viewBox: "0 0 24 24",
|
|
@@ -1360,7 +1395,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1360
1395
|
);
|
|
1361
1396
|
}
|
|
1362
1397
|
const DataOk$1 = React.forwardRef(DataOk);
|
|
1363
|
-
const Icon$
|
|
1398
|
+
const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1364
1399
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1365
1400
|
"path",
|
|
1366
1401
|
{
|
|
@@ -1380,10 +1415,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1380
1415
|
}
|
|
1381
1416
|
)
|
|
1382
1417
|
] });
|
|
1383
|
-
const BaseSvgIcon$
|
|
1418
|
+
const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "DataPending");
|
|
1384
1419
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1385
1420
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1386
|
-
BaseSvgIcon$
|
|
1421
|
+
BaseSvgIcon$2p,
|
|
1387
1422
|
{
|
|
1388
1423
|
ref,
|
|
1389
1424
|
viewBox: "0 0 24 24",
|
|
@@ -1397,7 +1432,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1397
1432
|
);
|
|
1398
1433
|
}
|
|
1399
1434
|
const DataPending$1 = React.forwardRef(DataPending);
|
|
1400
|
-
const Icon$
|
|
1435
|
+
const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1401
1436
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1402
1437
|
"path",
|
|
1403
1438
|
{
|
|
@@ -1415,10 +1450,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1415
1450
|
}
|
|
1416
1451
|
)
|
|
1417
1452
|
] });
|
|
1418
|
-
const BaseSvgIcon$
|
|
1453
|
+
const BaseSvgIcon$2o = material.createSvgIcon(Icon$2o(), "DataPremium");
|
|
1419
1454
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1420
1455
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1421
|
-
BaseSvgIcon$
|
|
1456
|
+
BaseSvgIcon$2o,
|
|
1422
1457
|
{
|
|
1423
1458
|
ref,
|
|
1424
1459
|
viewBox: "0 0 24 24",
|
|
@@ -1432,7 +1467,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1432
1467
|
);
|
|
1433
1468
|
}
|
|
1434
1469
|
const DataPremium$1 = React.forwardRef(DataPremium);
|
|
1435
|
-
const Icon$
|
|
1470
|
+
const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1436
1471
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1437
1472
|
"path",
|
|
1438
1473
|
{
|
|
@@ -1452,10 +1487,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1452
1487
|
}
|
|
1453
1488
|
)
|
|
1454
1489
|
] });
|
|
1455
|
-
const BaseSvgIcon$
|
|
1490
|
+
const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "DataPublic");
|
|
1456
1491
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1457
1492
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1458
|
-
BaseSvgIcon$
|
|
1493
|
+
BaseSvgIcon$2n,
|
|
1459
1494
|
{
|
|
1460
1495
|
ref,
|
|
1461
1496
|
viewBox: "0 0 24 24",
|
|
@@ -1469,7 +1504,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1469
1504
|
);
|
|
1470
1505
|
}
|
|
1471
1506
|
const DataPublic$1 = React.forwardRef(DataPublic);
|
|
1472
|
-
const Icon$
|
|
1507
|
+
const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1473
1508
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1474
1509
|
"path",
|
|
1475
1510
|
{
|
|
@@ -1489,10 +1524,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1489
1524
|
}
|
|
1490
1525
|
)
|
|
1491
1526
|
] });
|
|
1492
|
-
const BaseSvgIcon$
|
|
1527
|
+
const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "DataSample");
|
|
1493
1528
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1494
1529
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1495
|
-
BaseSvgIcon$
|
|
1530
|
+
BaseSvgIcon$2m,
|
|
1496
1531
|
{
|
|
1497
1532
|
ref,
|
|
1498
1533
|
viewBox: "0 0 24 24",
|
|
@@ -1506,7 +1541,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1506
1541
|
);
|
|
1507
1542
|
}
|
|
1508
1543
|
const DataSample$1 = React.forwardRef(DataSample);
|
|
1509
|
-
const Icon$
|
|
1544
|
+
const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1510
1545
|
"path",
|
|
1511
1546
|
{
|
|
1512
1547
|
fill: "currentColor",
|
|
@@ -1515,10 +1550,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1515
1550
|
clipRule: "evenodd"
|
|
1516
1551
|
}
|
|
1517
1552
|
) });
|
|
1518
|
-
const BaseSvgIcon$
|
|
1553
|
+
const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "DataUnavailable");
|
|
1519
1554
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1520
1555
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1521
|
-
BaseSvgIcon$
|
|
1556
|
+
BaseSvgIcon$2l,
|
|
1522
1557
|
{
|
|
1523
1558
|
ref,
|
|
1524
1559
|
viewBox: "0 0 24 24",
|
|
@@ -1532,7 +1567,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1532
1567
|
);
|
|
1533
1568
|
}
|
|
1534
1569
|
const DataUnavailable$1 = React.forwardRef(DataUnavailable);
|
|
1535
|
-
const Icon$
|
|
1570
|
+
const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1536
1571
|
"path",
|
|
1537
1572
|
{
|
|
1538
1573
|
fill: "currentColor",
|
|
@@ -1541,10 +1576,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1541
1576
|
clipRule: "evenodd"
|
|
1542
1577
|
}
|
|
1543
1578
|
) });
|
|
1544
|
-
const BaseSvgIcon$
|
|
1579
|
+
const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "Databricks");
|
|
1545
1580
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1546
1581
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1547
|
-
BaseSvgIcon$
|
|
1582
|
+
BaseSvgIcon$2k,
|
|
1548
1583
|
{
|
|
1549
1584
|
ref,
|
|
1550
1585
|
viewBox: "0 0 24 24",
|
|
@@ -1558,7 +1593,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1558
1593
|
);
|
|
1559
1594
|
}
|
|
1560
1595
|
const Databricks$1 = React.forwardRef(Databricks);
|
|
1561
|
-
const Icon$
|
|
1596
|
+
const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1562
1597
|
"path",
|
|
1563
1598
|
{
|
|
1564
1599
|
fill: "currentColor",
|
|
@@ -1567,10 +1602,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1567
1602
|
clipRule: "evenodd"
|
|
1568
1603
|
}
|
|
1569
1604
|
) });
|
|
1570
|
-
const BaseSvgIcon$
|
|
1605
|
+
const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "Demographics");
|
|
1571
1606
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1572
1607
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1573
|
-
BaseSvgIcon$
|
|
1608
|
+
BaseSvgIcon$2j,
|
|
1574
1609
|
{
|
|
1575
1610
|
ref,
|
|
1576
1611
|
viewBox: "0 0 24 24",
|
|
@@ -1584,7 +1619,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1584
1619
|
);
|
|
1585
1620
|
}
|
|
1586
1621
|
const Demographics$1 = React.forwardRef(Demographics);
|
|
1587
|
-
const Icon$
|
|
1622
|
+
const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1588
1623
|
"path",
|
|
1589
1624
|
{
|
|
1590
1625
|
fill: "currentColor",
|
|
@@ -1593,10 +1628,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1593
1628
|
clipRule: "evenodd"
|
|
1594
1629
|
}
|
|
1595
1630
|
) });
|
|
1596
|
-
const BaseSvgIcon$
|
|
1631
|
+
const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "Derived");
|
|
1597
1632
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1598
1633
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1599
|
-
BaseSvgIcon$
|
|
1634
|
+
BaseSvgIcon$2i,
|
|
1600
1635
|
{
|
|
1601
1636
|
ref,
|
|
1602
1637
|
viewBox: "0 0 24 24",
|
|
@@ -1610,7 +1645,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1610
1645
|
);
|
|
1611
1646
|
}
|
|
1612
1647
|
const Derived$1 = React.forwardRef(Derived);
|
|
1613
|
-
const Icon$
|
|
1648
|
+
const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1614
1649
|
"path",
|
|
1615
1650
|
{
|
|
1616
1651
|
fill: "currentColor",
|
|
@@ -1619,10 +1654,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1619
1654
|
clipRule: "evenodd"
|
|
1620
1655
|
}
|
|
1621
1656
|
) });
|
|
1622
|
-
const BaseSvgIcon$
|
|
1657
|
+
const BaseSvgIcon$2h = material.createSvgIcon(Icon$2h(), "Distance");
|
|
1623
1658
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1624
1659
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1625
|
-
BaseSvgIcon$
|
|
1660
|
+
BaseSvgIcon$2h,
|
|
1626
1661
|
{
|
|
1627
1662
|
ref,
|
|
1628
1663
|
viewBox: "0 0 24 24",
|
|
@@ -1636,11 +1671,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1636
1671
|
);
|
|
1637
1672
|
}
|
|
1638
1673
|
const Distance$1 = React.forwardRef(Distance);
|
|
1639
|
-
const Icon$
|
|
1640
|
-
const BaseSvgIcon$
|
|
1674
|
+
const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1675
|
+
const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "Dot");
|
|
1641
1676
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1642
1677
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1643
|
-
BaseSvgIcon$
|
|
1678
|
+
BaseSvgIcon$2g,
|
|
1644
1679
|
{
|
|
1645
1680
|
ref,
|
|
1646
1681
|
viewBox: "0 0 24 24",
|
|
@@ -1654,7 +1689,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1654
1689
|
);
|
|
1655
1690
|
}
|
|
1656
1691
|
const Dot$1 = React.forwardRef(Dot);
|
|
1657
|
-
const Icon$
|
|
1692
|
+
const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1658
1693
|
"path",
|
|
1659
1694
|
{
|
|
1660
1695
|
fill: "currentColor",
|
|
@@ -1663,10 +1698,10 @@ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1663
1698
|
clipRule: "evenodd"
|
|
1664
1699
|
}
|
|
1665
1700
|
) });
|
|
1666
|
-
const BaseSvgIcon$
|
|
1701
|
+
const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "DrawCircle");
|
|
1667
1702
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1668
1703
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1669
|
-
BaseSvgIcon$
|
|
1704
|
+
BaseSvgIcon$2f,
|
|
1670
1705
|
{
|
|
1671
1706
|
ref,
|
|
1672
1707
|
viewBox: "0 0 24 24",
|
|
@@ -1680,7 +1715,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1680
1715
|
);
|
|
1681
1716
|
}
|
|
1682
1717
|
const DrawCircle$1 = React.forwardRef(DrawCircle);
|
|
1683
|
-
const Icon$
|
|
1718
|
+
const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1684
1719
|
"path",
|
|
1685
1720
|
{
|
|
1686
1721
|
fill: "currentColor",
|
|
@@ -1689,10 +1724,10 @@ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1689
1724
|
clipRule: "evenodd"
|
|
1690
1725
|
}
|
|
1691
1726
|
) });
|
|
1692
|
-
const BaseSvgIcon$
|
|
1727
|
+
const BaseSvgIcon$2e = material.createSvgIcon(Icon$2e(), "DrawLasso");
|
|
1693
1728
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1694
1729
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1695
|
-
BaseSvgIcon$
|
|
1730
|
+
BaseSvgIcon$2e,
|
|
1696
1731
|
{
|
|
1697
1732
|
ref,
|
|
1698
1733
|
viewBox: "0 0 24 24",
|
|
@@ -1706,17 +1741,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1706
1741
|
);
|
|
1707
1742
|
}
|
|
1708
1743
|
const DrawLasso$1 = React.forwardRef(DrawLasso);
|
|
1709
|
-
const Icon$
|
|
1744
|
+
const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1710
1745
|
"path",
|
|
1711
1746
|
{
|
|
1712
1747
|
fill: "currentColor",
|
|
1713
1748
|
d: "M14 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4M8 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0M20 20a2 2 0 1 0-4 0 2 2 0 0 0 4 0M11.292 5.293a3 3 0 0 0 1.415 1.415l-4 3.999a3 3 0 0 0-1.414-1.415zM15.091 19.263 7.8 14.4c.54-.405.94-.99 1.11-1.664L16.2 17.6c-.54.405-.94.99-1.11 1.664"
|
|
1714
1749
|
}
|
|
1715
1750
|
) });
|
|
1716
|
-
const BaseSvgIcon$
|
|
1751
|
+
const BaseSvgIcon$2d = material.createSvgIcon(Icon$2d(), "DrawLine");
|
|
1717
1752
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1718
1753
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1719
|
-
BaseSvgIcon$
|
|
1754
|
+
BaseSvgIcon$2d,
|
|
1720
1755
|
{
|
|
1721
1756
|
ref,
|
|
1722
1757
|
viewBox: "0 0 24 24",
|
|
@@ -1730,7 +1765,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1730
1765
|
);
|
|
1731
1766
|
}
|
|
1732
1767
|
const DrawLine$1 = React.forwardRef(DrawLine);
|
|
1733
|
-
const Icon$
|
|
1768
|
+
const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1734
1769
|
"path",
|
|
1735
1770
|
{
|
|
1736
1771
|
fill: "currentColor",
|
|
@@ -1739,10 +1774,10 @@ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1739
1774
|
clipRule: "evenodd"
|
|
1740
1775
|
}
|
|
1741
1776
|
) });
|
|
1742
|
-
const BaseSvgIcon$
|
|
1777
|
+
const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "DrawPolygon");
|
|
1743
1778
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1744
1779
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1745
|
-
BaseSvgIcon$
|
|
1780
|
+
BaseSvgIcon$2c,
|
|
1746
1781
|
{
|
|
1747
1782
|
ref,
|
|
1748
1783
|
viewBox: "0 0 24 24",
|
|
@@ -1756,7 +1791,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1756
1791
|
);
|
|
1757
1792
|
}
|
|
1758
1793
|
const DrawPolygon$1 = React.forwardRef(DrawPolygon);
|
|
1759
|
-
const Icon$
|
|
1794
|
+
const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1760
1795
|
"path",
|
|
1761
1796
|
{
|
|
1762
1797
|
fill: "currentColor",
|
|
@@ -1765,10 +1800,10 @@ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1765
1800
|
clipRule: "evenodd"
|
|
1766
1801
|
}
|
|
1767
1802
|
) });
|
|
1768
|
-
const BaseSvgIcon$
|
|
1803
|
+
const BaseSvgIcon$2b = material.createSvgIcon(Icon$2b(), "DrawSquare");
|
|
1769
1804
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1770
1805
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1771
|
-
BaseSvgIcon$
|
|
1806
|
+
BaseSvgIcon$2b,
|
|
1772
1807
|
{
|
|
1773
1808
|
ref,
|
|
1774
1809
|
viewBox: "0 0 24 24",
|
|
@@ -1782,7 +1817,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1782
1817
|
);
|
|
1783
1818
|
}
|
|
1784
1819
|
const DrawSquare$1 = React.forwardRef(DrawSquare);
|
|
1785
|
-
const Icon$
|
|
1820
|
+
const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1786
1821
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1787
1822
|
"path",
|
|
1788
1823
|
{
|
|
@@ -1800,10 +1835,10 @@ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1800
1835
|
}
|
|
1801
1836
|
)
|
|
1802
1837
|
] });
|
|
1803
|
-
const BaseSvgIcon$
|
|
1838
|
+
const BaseSvgIcon$2a = material.createSvgIcon(Icon$2a(), "DropAPin");
|
|
1804
1839
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1805
1840
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1806
|
-
BaseSvgIcon$
|
|
1841
|
+
BaseSvgIcon$2a,
|
|
1807
1842
|
{
|
|
1808
1843
|
ref,
|
|
1809
1844
|
viewBox: "0 0 24 24",
|
|
@@ -1817,7 +1852,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1817
1852
|
);
|
|
1818
1853
|
}
|
|
1819
1854
|
const DropAPin$1 = React.forwardRef(DropAPin);
|
|
1820
|
-
const Icon$
|
|
1855
|
+
const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1821
1856
|
"path",
|
|
1822
1857
|
{
|
|
1823
1858
|
fill: "currentColor",
|
|
@@ -1826,10 +1861,10 @@ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1826
1861
|
clipRule: "evenodd"
|
|
1827
1862
|
}
|
|
1828
1863
|
) });
|
|
1829
|
-
const BaseSvgIcon$
|
|
1864
|
+
const BaseSvgIcon$29 = material.createSvgIcon(Icon$29(), "DualMap");
|
|
1830
1865
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1831
1866
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1832
|
-
BaseSvgIcon$
|
|
1867
|
+
BaseSvgIcon$29,
|
|
1833
1868
|
{
|
|
1834
1869
|
ref,
|
|
1835
1870
|
viewBox: "0 0 24 24",
|
|
@@ -1843,7 +1878,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
1843
1878
|
);
|
|
1844
1879
|
}
|
|
1845
1880
|
const DualMap$1 = React.forwardRef(DualMap);
|
|
1846
|
-
const Icon$
|
|
1881
|
+
const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1847
1882
|
"path",
|
|
1848
1883
|
{
|
|
1849
1884
|
fill: "currentColor",
|
|
@@ -1852,10 +1887,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1852
1887
|
clipRule: "evenodd"
|
|
1853
1888
|
}
|
|
1854
1889
|
) });
|
|
1855
|
-
const BaseSvgIcon$
|
|
1890
|
+
const BaseSvgIcon$28 = material.createSvgIcon(Icon$28(), "Environmental");
|
|
1856
1891
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
1857
1892
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1858
|
-
BaseSvgIcon$
|
|
1893
|
+
BaseSvgIcon$28,
|
|
1859
1894
|
{
|
|
1860
1895
|
ref,
|
|
1861
1896
|
viewBox: "0 0 24 24",
|
|
@@ -1869,7 +1904,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
1869
1904
|
);
|
|
1870
1905
|
}
|
|
1871
1906
|
const Environmental$1 = React.forwardRef(Environmental);
|
|
1872
|
-
const Icon$
|
|
1907
|
+
const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1873
1908
|
"path",
|
|
1874
1909
|
{
|
|
1875
1910
|
fill: "currentColor",
|
|
@@ -1878,10 +1913,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1878
1913
|
clipRule: "evenodd"
|
|
1879
1914
|
}
|
|
1880
1915
|
) });
|
|
1881
|
-
const BaseSvgIcon$
|
|
1916
|
+
const BaseSvgIcon$27 = material.createSvgIcon(Icon$27(), "EnvironmentalManagement");
|
|
1882
1917
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
1883
1918
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1884
|
-
BaseSvgIcon$
|
|
1919
|
+
BaseSvgIcon$27,
|
|
1885
1920
|
{
|
|
1886
1921
|
ref,
|
|
1887
1922
|
viewBox: "0 0 24 24",
|
|
@@ -1895,11 +1930,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
1895
1930
|
);
|
|
1896
1931
|
}
|
|
1897
1932
|
const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
|
|
1898
|
-
const Icon$
|
|
1899
|
-
const BaseSvgIcon$
|
|
1933
|
+
const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
1934
|
+
const BaseSvgIcon$26 = material.createSvgIcon(Icon$26(), "Equal");
|
|
1900
1935
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
1901
1936
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1902
|
-
BaseSvgIcon$
|
|
1937
|
+
BaseSvgIcon$26,
|
|
1903
1938
|
{
|
|
1904
1939
|
ref,
|
|
1905
1940
|
viewBox: "0 0 24 24",
|
|
@@ -1913,7 +1948,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
1913
1948
|
);
|
|
1914
1949
|
}
|
|
1915
1950
|
const Equal$1 = React.forwardRef(Equal);
|
|
1916
|
-
const Icon$
|
|
1951
|
+
const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1917
1952
|
"path",
|
|
1918
1953
|
{
|
|
1919
1954
|
fill: "currentColor",
|
|
@@ -1922,10 +1957,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1922
1957
|
clipRule: "evenodd"
|
|
1923
1958
|
}
|
|
1924
1959
|
) });
|
|
1925
|
-
const BaseSvgIcon$
|
|
1960
|
+
const BaseSvgIcon$25 = material.createSvgIcon(Icon$25(), "ExitToAppLeft");
|
|
1926
1961
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
1927
1962
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1928
|
-
BaseSvgIcon$
|
|
1963
|
+
BaseSvgIcon$25,
|
|
1929
1964
|
{
|
|
1930
1965
|
ref,
|
|
1931
1966
|
viewBox: "0 0 24 24",
|
|
@@ -1939,7 +1974,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
1939
1974
|
);
|
|
1940
1975
|
}
|
|
1941
1976
|
const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
|
|
1942
|
-
const Icon$
|
|
1977
|
+
const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1943
1978
|
"path",
|
|
1944
1979
|
{
|
|
1945
1980
|
fill: "currentColor",
|
|
@@ -1948,10 +1983,10 @@ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1948
1983
|
clipRule: "evenodd"
|
|
1949
1984
|
}
|
|
1950
1985
|
) });
|
|
1951
|
-
const BaseSvgIcon$
|
|
1986
|
+
const BaseSvgIcon$24 = material.createSvgIcon(Icon$24(), "Fabric");
|
|
1952
1987
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
1953
1988
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1954
|
-
BaseSvgIcon$
|
|
1989
|
+
BaseSvgIcon$24,
|
|
1955
1990
|
{
|
|
1956
1991
|
ref,
|
|
1957
1992
|
viewBox: "0 0 24 24",
|
|
@@ -1965,7 +2000,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
1965
2000
|
);
|
|
1966
2001
|
}
|
|
1967
2002
|
const Fabric$1 = React.forwardRef(Fabric);
|
|
1968
|
-
const Icon$
|
|
2003
|
+
const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1969
2004
|
"path",
|
|
1970
2005
|
{
|
|
1971
2006
|
fill: "currentColor",
|
|
@@ -1974,10 +2009,10 @@ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1974
2009
|
clipRule: "evenodd"
|
|
1975
2010
|
}
|
|
1976
2011
|
) });
|
|
1977
|
-
const BaseSvgIcon$
|
|
2012
|
+
const BaseSvgIcon$23 = material.createSvgIcon(Icon$23(), "Facebook");
|
|
1978
2013
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
1979
2014
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1980
|
-
BaseSvgIcon$
|
|
2015
|
+
BaseSvgIcon$23,
|
|
1981
2016
|
{
|
|
1982
2017
|
ref,
|
|
1983
2018
|
viewBox: "0 0 24 24",
|
|
@@ -1991,7 +2026,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
1991
2026
|
);
|
|
1992
2027
|
}
|
|
1993
2028
|
const Facebook$1 = React.forwardRef(Facebook);
|
|
1994
|
-
const Icon$
|
|
2029
|
+
const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1995
2030
|
"path",
|
|
1996
2031
|
{
|
|
1997
2032
|
fill: "currentColor",
|
|
@@ -2000,10 +2035,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2000
2035
|
clipRule: "evenodd"
|
|
2001
2036
|
}
|
|
2002
2037
|
) });
|
|
2003
|
-
const BaseSvgIcon$
|
|
2038
|
+
const BaseSvgIcon$22 = material.createSvgIcon(Icon$22(), "Financial");
|
|
2004
2039
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2005
2040
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2006
|
-
BaseSvgIcon$
|
|
2041
|
+
BaseSvgIcon$22,
|
|
2007
2042
|
{
|
|
2008
2043
|
ref,
|
|
2009
2044
|
viewBox: "0 0 24 24",
|
|
@@ -2017,17 +2052,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2017
2052
|
);
|
|
2018
2053
|
}
|
|
2019
2054
|
const Financial$1 = React.forwardRef(Financial);
|
|
2020
|
-
const Icon$
|
|
2055
|
+
const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2021
2056
|
"path",
|
|
2022
2057
|
{
|
|
2023
2058
|
fill: "currentColor",
|
|
2024
2059
|
d: "M13 23h-2V1h2zM7 21h2v-2H7zM3 9h2V7H3zM21 19V5c0-1.1-.9-2-2-2h-4v2h4v14h-4v2h4c1.1 0 2-.9 2-2M5 5V3c-1.1 0-2 .9-2 2zM3 17h2v-2H3zM7 5h2V3H7zM3 13h2v-2H3zM3 19c0 1.1.9 2 2 2v-2z"
|
|
2025
2060
|
}
|
|
2026
2061
|
) });
|
|
2027
|
-
const BaseSvgIcon$
|
|
2062
|
+
const BaseSvgIcon$21 = material.createSvgIcon(Icon$21(), "FlipInverse");
|
|
2028
2063
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2029
2064
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2030
|
-
BaseSvgIcon$
|
|
2065
|
+
BaseSvgIcon$21,
|
|
2031
2066
|
{
|
|
2032
2067
|
ref,
|
|
2033
2068
|
viewBox: "0 0 24 24",
|
|
@@ -2041,7 +2076,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2041
2076
|
);
|
|
2042
2077
|
}
|
|
2043
2078
|
const FlipInverse$1 = React.forwardRef(FlipInverse);
|
|
2044
|
-
const Icon$
|
|
2079
|
+
const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2045
2080
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2046
2081
|
"path",
|
|
2047
2082
|
{
|
|
@@ -2061,10 +2096,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2061
2096
|
}
|
|
2062
2097
|
)
|
|
2063
2098
|
] });
|
|
2064
|
-
const BaseSvgIcon$
|
|
2099
|
+
const BaseSvgIcon$20 = material.createSvgIcon(Icon$20(), "Framed");
|
|
2065
2100
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
2066
2101
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2067
|
-
BaseSvgIcon$
|
|
2102
|
+
BaseSvgIcon$20,
|
|
2068
2103
|
{
|
|
2069
2104
|
ref,
|
|
2070
2105
|
viewBox: "0 0 24 24",
|
|
@@ -2078,7 +2113,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
2078
2113
|
);
|
|
2079
2114
|
}
|
|
2080
2115
|
const Framed$1 = React.forwardRef(Framed);
|
|
2081
|
-
const Icon$
|
|
2116
|
+
const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2082
2117
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2083
2118
|
"path",
|
|
2084
2119
|
{
|
|
@@ -2105,10 +2140,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2105
2140
|
}
|
|
2106
2141
|
)
|
|
2107
2142
|
] });
|
|
2108
|
-
const BaseSvgIcon$
|
|
2143
|
+
const BaseSvgIcon$1$ = material.createSvgIcon(Icon$1$(), "FraudDetection");
|
|
2109
2144
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2110
2145
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2111
|
-
BaseSvgIcon$
|
|
2146
|
+
BaseSvgIcon$1$,
|
|
2112
2147
|
{
|
|
2113
2148
|
ref,
|
|
2114
2149
|
viewBox: "0 0 24 24",
|
|
@@ -2122,7 +2157,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2122
2157
|
);
|
|
2123
2158
|
}
|
|
2124
2159
|
const FraudDetection$1 = React.forwardRef(FraudDetection);
|
|
2125
|
-
const Icon$
|
|
2160
|
+
const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2126
2161
|
"path",
|
|
2127
2162
|
{
|
|
2128
2163
|
fill: "currentColor",
|
|
@@ -2131,10 +2166,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2131
2166
|
clipRule: "evenodd"
|
|
2132
2167
|
}
|
|
2133
2168
|
) });
|
|
2134
|
-
const BaseSvgIcon$
|
|
2169
|
+
const BaseSvgIcon$1_ = material.createSvgIcon(Icon$1_(), "Functions");
|
|
2135
2170
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2136
2171
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2137
|
-
BaseSvgIcon$
|
|
2172
|
+
BaseSvgIcon$1_,
|
|
2138
2173
|
{
|
|
2139
2174
|
ref,
|
|
2140
2175
|
viewBox: "0 0 24 24",
|
|
@@ -2148,7 +2183,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2148
2183
|
);
|
|
2149
2184
|
}
|
|
2150
2185
|
const Functions$1 = React.forwardRef(Functions);
|
|
2151
|
-
const Icon$
|
|
2186
|
+
const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2152
2187
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2153
2188
|
"path",
|
|
2154
2189
|
{
|
|
@@ -2171,10 +2206,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2171
2206
|
}
|
|
2172
2207
|
)
|
|
2173
2208
|
] });
|
|
2174
|
-
const BaseSvgIcon$
|
|
2209
|
+
const BaseSvgIcon$1Z = material.createSvgIcon(Icon$1Z(), "GeneratingDescription");
|
|
2175
2210
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2176
2211
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2177
|
-
BaseSvgIcon$
|
|
2212
|
+
BaseSvgIcon$1Z,
|
|
2178
2213
|
{
|
|
2179
2214
|
ref,
|
|
2180
2215
|
viewBox: "0 0 24 24",
|
|
@@ -2188,7 +2223,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2188
2223
|
);
|
|
2189
2224
|
}
|
|
2190
2225
|
const GeneratingDescription$1 = React.forwardRef(GeneratingDescription);
|
|
2191
|
-
const Icon$
|
|
2226
|
+
const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2192
2227
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2193
2228
|
"path",
|
|
2194
2229
|
{
|
|
@@ -2208,10 +2243,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2208
2243
|
}
|
|
2209
2244
|
)
|
|
2210
2245
|
] });
|
|
2211
|
-
const BaseSvgIcon$
|
|
2246
|
+
const BaseSvgIcon$1Y = material.createSvgIcon(Icon$1Y(), "GeocodeTable");
|
|
2212
2247
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2213
2248
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2214
|
-
BaseSvgIcon$
|
|
2249
|
+
BaseSvgIcon$1Y,
|
|
2215
2250
|
{
|
|
2216
2251
|
ref,
|
|
2217
2252
|
viewBox: "0 0 24 24",
|
|
@@ -2225,7 +2260,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2225
2260
|
);
|
|
2226
2261
|
}
|
|
2227
2262
|
const GeocodeTable$1 = React.forwardRef(GeocodeTable);
|
|
2228
|
-
const Icon$
|
|
2263
|
+
const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2229
2264
|
"path",
|
|
2230
2265
|
{
|
|
2231
2266
|
fill: "currentColor",
|
|
@@ -2234,10 +2269,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2234
2269
|
clipRule: "evenodd"
|
|
2235
2270
|
}
|
|
2236
2271
|
) });
|
|
2237
|
-
const BaseSvgIcon$
|
|
2272
|
+
const BaseSvgIcon$1X = material.createSvgIcon(Icon$1X(), "Geography");
|
|
2238
2273
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2239
2274
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2240
|
-
BaseSvgIcon$
|
|
2275
|
+
BaseSvgIcon$1X,
|
|
2241
2276
|
{
|
|
2242
2277
|
ref,
|
|
2243
2278
|
viewBox: "0 0 24 24",
|
|
@@ -2251,7 +2286,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2251
2286
|
);
|
|
2252
2287
|
}
|
|
2253
2288
|
const Geography$1 = React.forwardRef(Geography);
|
|
2254
|
-
const Icon$
|
|
2289
|
+
const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2255
2290
|
"path",
|
|
2256
2291
|
{
|
|
2257
2292
|
fill: "currentColor",
|
|
@@ -2260,10 +2295,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2260
2295
|
clipRule: "evenodd"
|
|
2261
2296
|
}
|
|
2262
2297
|
) });
|
|
2263
|
-
const BaseSvgIcon$
|
|
2298
|
+
const BaseSvgIcon$1W = material.createSvgIcon(Icon$1W(), "Geomarketing");
|
|
2264
2299
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2265
2300
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2266
|
-
BaseSvgIcon$
|
|
2301
|
+
BaseSvgIcon$1W,
|
|
2267
2302
|
{
|
|
2268
2303
|
ref,
|
|
2269
2304
|
viewBox: "0 0 24 24",
|
|
@@ -2277,7 +2312,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2277
2312
|
);
|
|
2278
2313
|
}
|
|
2279
2314
|
const Geomarketing$1 = React.forwardRef(Geomarketing);
|
|
2280
|
-
const Icon$
|
|
2315
|
+
const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2281
2316
|
"path",
|
|
2282
2317
|
{
|
|
2283
2318
|
fill: "currentColor",
|
|
@@ -2286,10 +2321,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2286
2321
|
clipRule: "evenodd"
|
|
2287
2322
|
}
|
|
2288
2323
|
) });
|
|
2289
|
-
const BaseSvgIcon$
|
|
2324
|
+
const BaseSvgIcon$1V = material.createSvgIcon(Icon$1V(), "Geometry");
|
|
2290
2325
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2291
2326
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2292
|
-
BaseSvgIcon$
|
|
2327
|
+
BaseSvgIcon$1V,
|
|
2293
2328
|
{
|
|
2294
2329
|
ref,
|
|
2295
2330
|
viewBox: "0 0 24 24",
|
|
@@ -2303,7 +2338,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2303
2338
|
);
|
|
2304
2339
|
}
|
|
2305
2340
|
const Geometry$1 = React.forwardRef(Geometry);
|
|
2306
|
-
const Icon$
|
|
2341
|
+
const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2307
2342
|
"path",
|
|
2308
2343
|
{
|
|
2309
2344
|
fill: "currentColor",
|
|
@@ -2312,10 +2347,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2312
2347
|
clipRule: "evenodd"
|
|
2313
2348
|
}
|
|
2314
2349
|
) });
|
|
2315
|
-
const BaseSvgIcon$
|
|
2350
|
+
const BaseSvgIcon$1U = material.createSvgIcon(Icon$1U(), "Github");
|
|
2316
2351
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2317
2352
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2318
|
-
BaseSvgIcon$
|
|
2353
|
+
BaseSvgIcon$1U,
|
|
2319
2354
|
{
|
|
2320
2355
|
ref,
|
|
2321
2356
|
viewBox: "0 0 24 24",
|
|
@@ -2329,7 +2364,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2329
2364
|
);
|
|
2330
2365
|
}
|
|
2331
2366
|
const Github$1 = React.forwardRef(Github);
|
|
2332
|
-
const Icon$
|
|
2367
|
+
const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2333
2368
|
"path",
|
|
2334
2369
|
{
|
|
2335
2370
|
fill: "currentColor",
|
|
@@ -2338,10 +2373,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2338
2373
|
clipRule: "evenodd"
|
|
2339
2374
|
}
|
|
2340
2375
|
) });
|
|
2341
|
-
const BaseSvgIcon$
|
|
2376
|
+
const BaseSvgIcon$1T = material.createSvgIcon(Icon$1T(), "Google");
|
|
2342
2377
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2343
2378
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2344
|
-
BaseSvgIcon$
|
|
2379
|
+
BaseSvgIcon$1T,
|
|
2345
2380
|
{
|
|
2346
2381
|
ref,
|
|
2347
2382
|
viewBox: "0 0 24 24",
|
|
@@ -2355,7 +2390,7 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2355
2390
|
);
|
|
2356
2391
|
}
|
|
2357
2392
|
const Google$1 = React.forwardRef(Google);
|
|
2358
|
-
const Icon$
|
|
2393
|
+
const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2359
2394
|
"path",
|
|
2360
2395
|
{
|
|
2361
2396
|
fill: "currentColor",
|
|
@@ -2364,10 +2399,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2364
2399
|
clipRule: "evenodd"
|
|
2365
2400
|
}
|
|
2366
2401
|
) });
|
|
2367
|
-
const BaseSvgIcon$
|
|
2402
|
+
const BaseSvgIcon$1S = material.createSvgIcon(Icon$1S(), "H3");
|
|
2368
2403
|
function H3({ width, height, sx, ...props }, ref) {
|
|
2369
2404
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2370
|
-
BaseSvgIcon$
|
|
2405
|
+
BaseSvgIcon$1S,
|
|
2371
2406
|
{
|
|
2372
2407
|
ref,
|
|
2373
2408
|
viewBox: "0 0 24 24",
|
|
@@ -2381,7 +2416,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2381
2416
|
);
|
|
2382
2417
|
}
|
|
2383
2418
|
const H3$1 = React.forwardRef(H3);
|
|
2384
|
-
const Icon$
|
|
2419
|
+
const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2385
2420
|
"path",
|
|
2386
2421
|
{
|
|
2387
2422
|
fill: "currentColor",
|
|
@@ -2390,10 +2425,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2390
2425
|
clipRule: "evenodd"
|
|
2391
2426
|
}
|
|
2392
2427
|
) });
|
|
2393
|
-
const BaseSvgIcon$
|
|
2428
|
+
const BaseSvgIcon$1R = material.createSvgIcon(Icon$1R(), "HealthAnalytics");
|
|
2394
2429
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2395
2430
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2396
|
-
BaseSvgIcon$
|
|
2431
|
+
BaseSvgIcon$1R,
|
|
2397
2432
|
{
|
|
2398
2433
|
ref,
|
|
2399
2434
|
viewBox: "0 0 24 24",
|
|
@@ -2407,7 +2442,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2407
2442
|
);
|
|
2408
2443
|
}
|
|
2409
2444
|
const HealthAnalytics$1 = React.forwardRef(HealthAnalytics);
|
|
2410
|
-
const Icon$
|
|
2445
|
+
const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2411
2446
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2412
2447
|
"path",
|
|
2413
2448
|
{
|
|
@@ -2425,10 +2460,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2425
2460
|
}
|
|
2426
2461
|
)
|
|
2427
2462
|
] });
|
|
2428
|
-
const BaseSvgIcon$
|
|
2463
|
+
const BaseSvgIcon$1Q = material.createSvgIcon(Icon$1Q(), "HideComments");
|
|
2429
2464
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2430
2465
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2431
|
-
BaseSvgIcon$
|
|
2466
|
+
BaseSvgIcon$1Q,
|
|
2432
2467
|
{
|
|
2433
2468
|
ref,
|
|
2434
2469
|
viewBox: "0 0 24 24",
|
|
@@ -2442,7 +2477,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2442
2477
|
);
|
|
2443
2478
|
}
|
|
2444
2479
|
const HideComments$1 = React.forwardRef(HideComments);
|
|
2445
|
-
const Icon$
|
|
2480
|
+
const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2446
2481
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2447
2482
|
"path",
|
|
2448
2483
|
{
|
|
@@ -2460,10 +2495,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2460
2495
|
}
|
|
2461
2496
|
)
|
|
2462
2497
|
] });
|
|
2463
|
-
const BaseSvgIcon$
|
|
2498
|
+
const BaseSvgIcon$1P = material.createSvgIcon(Icon$1P(), "HideLeftsidebar");
|
|
2464
2499
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2465
2500
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2466
|
-
BaseSvgIcon$
|
|
2501
|
+
BaseSvgIcon$1P,
|
|
2467
2502
|
{
|
|
2468
2503
|
ref,
|
|
2469
2504
|
viewBox: "0 0 24 24",
|
|
@@ -2477,7 +2512,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2477
2512
|
);
|
|
2478
2513
|
}
|
|
2479
2514
|
const HideLeftsidebar$1 = React.forwardRef(HideLeftsidebar);
|
|
2480
|
-
const Icon$
|
|
2515
|
+
const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2481
2516
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2482
2517
|
"path",
|
|
2483
2518
|
{
|
|
@@ -2495,10 +2530,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2495
2530
|
}
|
|
2496
2531
|
)
|
|
2497
2532
|
] });
|
|
2498
|
-
const BaseSvgIcon$
|
|
2533
|
+
const BaseSvgIcon$1O = material.createSvgIcon(Icon$1O(), "HideRightsidebar");
|
|
2499
2534
|
function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
2500
2535
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2501
|
-
BaseSvgIcon$
|
|
2536
|
+
BaseSvgIcon$1O,
|
|
2502
2537
|
{
|
|
2503
2538
|
ref,
|
|
2504
2539
|
viewBox: "0 0 24 24",
|
|
@@ -2512,7 +2547,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2512
2547
|
);
|
|
2513
2548
|
}
|
|
2514
2549
|
const HideRightsidebar$1 = React.forwardRef(HideRightsidebar);
|
|
2515
|
-
const Icon$
|
|
2550
|
+
const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2516
2551
|
"path",
|
|
2517
2552
|
{
|
|
2518
2553
|
fill: "currentColor",
|
|
@@ -2521,10 +2556,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2521
2556
|
clipRule: "evenodd"
|
|
2522
2557
|
}
|
|
2523
2558
|
) });
|
|
2524
|
-
const BaseSvgIcon$
|
|
2559
|
+
const BaseSvgIcon$1N = material.createSvgIcon(Icon$1N(), "Home");
|
|
2525
2560
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2526
2561
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2527
|
-
BaseSvgIcon$
|
|
2562
|
+
BaseSvgIcon$1N,
|
|
2528
2563
|
{
|
|
2529
2564
|
ref,
|
|
2530
2565
|
viewBox: "0 0 24 24",
|
|
@@ -2538,7 +2573,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2538
2573
|
);
|
|
2539
2574
|
}
|
|
2540
2575
|
const Home$1 = React.forwardRef(Home);
|
|
2541
|
-
const Icon$
|
|
2576
|
+
const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2542
2577
|
"path",
|
|
2543
2578
|
{
|
|
2544
2579
|
fill: "currentColor",
|
|
@@ -2547,10 +2582,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2547
2582
|
clipRule: "evenodd"
|
|
2548
2583
|
}
|
|
2549
2584
|
) });
|
|
2550
|
-
const BaseSvgIcon$
|
|
2585
|
+
const BaseSvgIcon$1M = material.createSvgIcon(Icon$1M(), "Housing");
|
|
2551
2586
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2552
2587
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2553
|
-
BaseSvgIcon$
|
|
2588
|
+
BaseSvgIcon$1M,
|
|
2554
2589
|
{
|
|
2555
2590
|
ref,
|
|
2556
2591
|
viewBox: "0 0 24 24",
|
|
@@ -2564,7 +2599,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2564
2599
|
);
|
|
2565
2600
|
}
|
|
2566
2601
|
const Housing$1 = React.forwardRef(Housing);
|
|
2567
|
-
const Icon$
|
|
2602
|
+
const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2568
2603
|
"path",
|
|
2569
2604
|
{
|
|
2570
2605
|
fill: "currentColor",
|
|
@@ -2573,10 +2608,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2573
2608
|
clipRule: "evenodd"
|
|
2574
2609
|
}
|
|
2575
2610
|
) });
|
|
2576
|
-
const BaseSvgIcon$
|
|
2611
|
+
const BaseSvgIcon$1L = material.createSvgIcon(Icon$1L(), "HumanMobility");
|
|
2577
2612
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2578
2613
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2579
|
-
BaseSvgIcon$
|
|
2614
|
+
BaseSvgIcon$1L,
|
|
2580
2615
|
{
|
|
2581
2616
|
ref,
|
|
2582
2617
|
viewBox: "0 0 24 24",
|
|
@@ -2590,7 +2625,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2590
2625
|
);
|
|
2591
2626
|
}
|
|
2592
2627
|
const HumanMobility$1 = React.forwardRef(HumanMobility);
|
|
2593
|
-
const Icon$
|
|
2628
|
+
const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2594
2629
|
"path",
|
|
2595
2630
|
{
|
|
2596
2631
|
fill: "currentColor",
|
|
@@ -2599,10 +2634,10 @@ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2599
2634
|
clipRule: "evenodd"
|
|
2600
2635
|
}
|
|
2601
2636
|
) });
|
|
2602
|
-
const BaseSvgIcon$
|
|
2637
|
+
const BaseSvgIcon$1K = material.createSvgIcon(Icon$1K(), "Id");
|
|
2603
2638
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2604
2639
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2605
|
-
BaseSvgIcon$
|
|
2640
|
+
BaseSvgIcon$1K,
|
|
2606
2641
|
{
|
|
2607
2642
|
ref,
|
|
2608
2643
|
viewBox: "0 0 24 24",
|
|
@@ -2616,7 +2651,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2616
2651
|
);
|
|
2617
2652
|
}
|
|
2618
2653
|
const Id$1 = React.forwardRef(Id);
|
|
2619
|
-
const Icon$
|
|
2654
|
+
const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2620
2655
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2621
2656
|
"path",
|
|
2622
2657
|
{
|
|
@@ -2634,10 +2669,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2634
2669
|
),
|
|
2635
2670
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2636
2671
|
] });
|
|
2637
|
-
const BaseSvgIcon$
|
|
2672
|
+
const BaseSvgIcon$1J = material.createSvgIcon(Icon$1J(), "Image");
|
|
2638
2673
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2639
2674
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2640
|
-
BaseSvgIcon$
|
|
2675
|
+
BaseSvgIcon$1J,
|
|
2641
2676
|
{
|
|
2642
2677
|
ref,
|
|
2643
2678
|
viewBox: "0 0 24 24",
|
|
@@ -2651,7 +2686,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2651
2686
|
);
|
|
2652
2687
|
}
|
|
2653
2688
|
const Image$1 = React.forwardRef(Image);
|
|
2654
|
-
const Icon$
|
|
2689
|
+
const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2655
2690
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2656
2691
|
"path",
|
|
2657
2692
|
{
|
|
@@ -2676,10 +2711,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2676
2711
|
}
|
|
2677
2712
|
)
|
|
2678
2713
|
] });
|
|
2679
|
-
const BaseSvgIcon$
|
|
2714
|
+
const BaseSvgIcon$1I = material.createSvgIcon(Icon$1I(), "Infrastructure");
|
|
2680
2715
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2681
2716
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2682
|
-
BaseSvgIcon$
|
|
2717
|
+
BaseSvgIcon$1I,
|
|
2683
2718
|
{
|
|
2684
2719
|
ref,
|
|
2685
2720
|
viewBox: "0 0 24 24",
|
|
@@ -2693,7 +2728,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2693
2728
|
);
|
|
2694
2729
|
}
|
|
2695
2730
|
const Infrastructure$1 = React.forwardRef(Infrastructure);
|
|
2696
|
-
const Icon$
|
|
2731
|
+
const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2697
2732
|
"path",
|
|
2698
2733
|
{
|
|
2699
2734
|
fill: "currentColor",
|
|
@@ -2702,10 +2737,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2702
2737
|
clipRule: "evenodd"
|
|
2703
2738
|
}
|
|
2704
2739
|
) });
|
|
2705
|
-
const BaseSvgIcon$
|
|
2740
|
+
const BaseSvgIcon$1H = material.createSvgIcon(Icon$1H(), "IotAnalytics");
|
|
2706
2741
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2707
2742
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2708
|
-
BaseSvgIcon$
|
|
2743
|
+
BaseSvgIcon$1H,
|
|
2709
2744
|
{
|
|
2710
2745
|
ref,
|
|
2711
2746
|
viewBox: "0 0 24 24",
|
|
@@ -2719,7 +2754,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2719
2754
|
);
|
|
2720
2755
|
}
|
|
2721
2756
|
const IotAnalytics$1 = React.forwardRef(IotAnalytics);
|
|
2722
|
-
const Icon$
|
|
2757
|
+
const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2723
2758
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2724
2759
|
"path",
|
|
2725
2760
|
{
|
|
@@ -2737,10 +2772,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2737
2772
|
}
|
|
2738
2773
|
)
|
|
2739
2774
|
] });
|
|
2740
|
-
const BaseSvgIcon$
|
|
2775
|
+
const BaseSvgIcon$1G = material.createSvgIcon(Icon$1G(), "LabelDeprecated");
|
|
2741
2776
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
2742
2777
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2743
|
-
BaseSvgIcon$
|
|
2778
|
+
BaseSvgIcon$1G,
|
|
2744
2779
|
{
|
|
2745
2780
|
ref,
|
|
2746
2781
|
viewBox: "0 0 24 24",
|
|
@@ -2754,7 +2789,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
2754
2789
|
);
|
|
2755
2790
|
}
|
|
2756
2791
|
const LabelDeprecated$1 = React.forwardRef(LabelDeprecated);
|
|
2757
|
-
const Icon$
|
|
2792
|
+
const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2758
2793
|
"path",
|
|
2759
2794
|
{
|
|
2760
2795
|
fill: "currentColor",
|
|
@@ -2763,10 +2798,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2763
2798
|
clipRule: "evenodd"
|
|
2764
2799
|
}
|
|
2765
2800
|
) });
|
|
2766
|
-
const BaseSvgIcon$
|
|
2801
|
+
const BaseSvgIcon$1F = material.createSvgIcon(Icon$1F(), "Layers");
|
|
2767
2802
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
2768
2803
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2769
|
-
BaseSvgIcon$
|
|
2804
|
+
BaseSvgIcon$1F,
|
|
2770
2805
|
{
|
|
2771
2806
|
ref,
|
|
2772
2807
|
viewBox: "0 0 24 24",
|
|
@@ -2780,7 +2815,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
2780
2815
|
);
|
|
2781
2816
|
}
|
|
2782
2817
|
const Layers$1 = React.forwardRef(Layers);
|
|
2783
|
-
const Icon$
|
|
2818
|
+
const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2784
2819
|
"path",
|
|
2785
2820
|
{
|
|
2786
2821
|
fill: "currentColor",
|
|
@@ -2789,10 +2824,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2789
2824
|
clipRule: "evenodd"
|
|
2790
2825
|
}
|
|
2791
2826
|
) });
|
|
2792
|
-
const BaseSvgIcon$
|
|
2827
|
+
const BaseSvgIcon$1E = material.createSvgIcon(Icon$1E(), "Linkedin");
|
|
2793
2828
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
2794
2829
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2795
|
-
BaseSvgIcon$
|
|
2830
|
+
BaseSvgIcon$1E,
|
|
2796
2831
|
{
|
|
2797
2832
|
ref,
|
|
2798
2833
|
viewBox: "0 0 24 24",
|
|
@@ -2806,7 +2841,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
2806
2841
|
);
|
|
2807
2842
|
}
|
|
2808
2843
|
const Linkedin$1 = React.forwardRef(Linkedin);
|
|
2809
|
-
const Icon$
|
|
2844
|
+
const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2810
2845
|
"path",
|
|
2811
2846
|
{
|
|
2812
2847
|
fill: "currentColor",
|
|
@@ -2815,10 +2850,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2815
2850
|
clipRule: "evenodd"
|
|
2816
2851
|
}
|
|
2817
2852
|
) });
|
|
2818
|
-
const BaseSvgIcon$
|
|
2853
|
+
const BaseSvgIcon$1D = material.createSvgIcon(Icon$1D(), "MapCoordinates");
|
|
2819
2854
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
2820
2855
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2821
|
-
BaseSvgIcon$
|
|
2856
|
+
BaseSvgIcon$1D,
|
|
2822
2857
|
{
|
|
2823
2858
|
ref,
|
|
2824
2859
|
viewBox: "0 0 24 24",
|
|
@@ -2832,7 +2867,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
2832
2867
|
);
|
|
2833
2868
|
}
|
|
2834
2869
|
const MapCoordinates$1 = React.forwardRef(MapCoordinates);
|
|
2835
|
-
const Icon$
|
|
2870
|
+
const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2836
2871
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2837
2872
|
"path",
|
|
2838
2873
|
{
|
|
@@ -2859,10 +2894,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2859
2894
|
}
|
|
2860
2895
|
)
|
|
2861
2896
|
] });
|
|
2862
|
-
const BaseSvgIcon$
|
|
2897
|
+
const BaseSvgIcon$1C = material.createSvgIcon(Icon$1C(), "MapCopy");
|
|
2863
2898
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
2864
2899
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2865
|
-
BaseSvgIcon$
|
|
2900
|
+
BaseSvgIcon$1C,
|
|
2866
2901
|
{
|
|
2867
2902
|
ref,
|
|
2868
2903
|
viewBox: "0 0 24 24",
|
|
@@ -2876,7 +2911,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
2876
2911
|
);
|
|
2877
2912
|
}
|
|
2878
2913
|
const MapCopy$1 = React.forwardRef(MapCopy);
|
|
2879
|
-
const Icon$
|
|
2914
|
+
const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2880
2915
|
"path",
|
|
2881
2916
|
{
|
|
2882
2917
|
fill: "currentColor",
|
|
@@ -2885,10 +2920,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2885
2920
|
clipRule: "evenodd"
|
|
2886
2921
|
}
|
|
2887
2922
|
) });
|
|
2888
|
-
const BaseSvgIcon$
|
|
2923
|
+
const BaseSvgIcon$1B = material.createSvgIcon(Icon$1B(), "MapOthers");
|
|
2889
2924
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
2890
2925
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2891
|
-
BaseSvgIcon$
|
|
2926
|
+
BaseSvgIcon$1B,
|
|
2892
2927
|
{
|
|
2893
2928
|
ref,
|
|
2894
2929
|
viewBox: "0 0 24 24",
|
|
@@ -2902,7 +2937,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
2902
2937
|
);
|
|
2903
2938
|
}
|
|
2904
2939
|
const MapOthers$1 = React.forwardRef(MapOthers);
|
|
2905
|
-
const Icon$
|
|
2940
|
+
const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2906
2941
|
"path",
|
|
2907
2942
|
{
|
|
2908
2943
|
fill: "currentColor",
|
|
@@ -2911,10 +2946,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2911
2946
|
clipRule: "evenodd"
|
|
2912
2947
|
}
|
|
2913
2948
|
) });
|
|
2914
|
-
const BaseSvgIcon$
|
|
2949
|
+
const BaseSvgIcon$1A = material.createSvgIcon(Icon$1A(), "MapPin");
|
|
2915
2950
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
2916
2951
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2917
|
-
BaseSvgIcon$
|
|
2952
|
+
BaseSvgIcon$1A,
|
|
2918
2953
|
{
|
|
2919
2954
|
ref,
|
|
2920
2955
|
viewBox: "0 0 24 24",
|
|
@@ -2928,7 +2963,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
2928
2963
|
);
|
|
2929
2964
|
}
|
|
2930
2965
|
const MapPin$1 = React.forwardRef(MapPin);
|
|
2931
|
-
const Icon$
|
|
2966
|
+
const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2932
2967
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2933
2968
|
"path",
|
|
2934
2969
|
{
|
|
@@ -2951,10 +2986,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2951
2986
|
}
|
|
2952
2987
|
)
|
|
2953
2988
|
] });
|
|
2954
|
-
const BaseSvgIcon$
|
|
2989
|
+
const BaseSvgIcon$1z = material.createSvgIcon(Icon$1z(), "MarkCommentRead");
|
|
2955
2990
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
2956
2991
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2957
|
-
BaseSvgIcon$
|
|
2992
|
+
BaseSvgIcon$1z,
|
|
2958
2993
|
{
|
|
2959
2994
|
ref,
|
|
2960
2995
|
viewBox: "0 0 24 24",
|
|
@@ -2968,7 +3003,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
2968
3003
|
);
|
|
2969
3004
|
}
|
|
2970
3005
|
const MarkCommentRead$1 = React.forwardRef(MarkCommentRead);
|
|
2971
|
-
const Icon$
|
|
3006
|
+
const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2972
3007
|
"path",
|
|
2973
3008
|
{
|
|
2974
3009
|
fill: "currentColor",
|
|
@@ -2977,10 +3012,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2977
3012
|
clipRule: "evenodd"
|
|
2978
3013
|
}
|
|
2979
3014
|
) });
|
|
2980
|
-
const BaseSvgIcon$
|
|
3015
|
+
const BaseSvgIcon$1y = material.createSvgIcon(Icon$1y(), "MarketAnalysis");
|
|
2981
3016
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
2982
3017
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2983
|
-
BaseSvgIcon$
|
|
3018
|
+
BaseSvgIcon$1y,
|
|
2984
3019
|
{
|
|
2985
3020
|
ref,
|
|
2986
3021
|
viewBox: "0 0 24 24",
|
|
@@ -2994,7 +3029,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
2994
3029
|
);
|
|
2995
3030
|
}
|
|
2996
3031
|
const MarketAnalysis$1 = React.forwardRef(MarketAnalysis);
|
|
2997
|
-
const Icon$
|
|
3032
|
+
const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2998
3033
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2999
3034
|
"path",
|
|
3000
3035
|
{
|
|
@@ -3019,10 +3054,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3019
3054
|
}
|
|
3020
3055
|
)
|
|
3021
3056
|
] });
|
|
3022
|
-
const BaseSvgIcon$
|
|
3057
|
+
const BaseSvgIcon$1x = material.createSvgIcon(Icon$1x(), "Max");
|
|
3023
3058
|
function Max({ width, height, sx, ...props }, ref) {
|
|
3024
3059
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3025
|
-
BaseSvgIcon$
|
|
3060
|
+
BaseSvgIcon$1x,
|
|
3026
3061
|
{
|
|
3027
3062
|
ref,
|
|
3028
3063
|
viewBox: "0 0 24 24",
|
|
@@ -3036,17 +3071,75 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
3036
3071
|
);
|
|
3037
3072
|
}
|
|
3038
3073
|
const Max$1 = React.forwardRef(Max);
|
|
3039
|
-
const Icon$
|
|
3074
|
+
const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3075
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3076
|
+
"path",
|
|
3077
|
+
{
|
|
3078
|
+
fill: "currentColor",
|
|
3079
|
+
d: "M11.293 15.879a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 0 1-1.414 0l-1.414-1.414a1 1 0 0 1 0-1.414z"
|
|
3080
|
+
}
|
|
3081
|
+
),
|
|
3082
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3083
|
+
"path",
|
|
3084
|
+
{
|
|
3085
|
+
fill: "currentColor",
|
|
3086
|
+
fillRule: "evenodd",
|
|
3087
|
+
d: "M7 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25zM19 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25zM7 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25z",
|
|
3088
|
+
clipRule: "evenodd"
|
|
3089
|
+
}
|
|
3090
|
+
),
|
|
3091
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3092
|
+
"path",
|
|
3093
|
+
{
|
|
3094
|
+
fill: "currentColor",
|
|
3095
|
+
d: "M13 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"
|
|
3096
|
+
}
|
|
3097
|
+
),
|
|
3098
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3099
|
+
"path",
|
|
3100
|
+
{
|
|
3101
|
+
fill: "currentColor",
|
|
3102
|
+
fillRule: "evenodd",
|
|
3103
|
+
d: "M19 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25z",
|
|
3104
|
+
clipRule: "evenodd"
|
|
3105
|
+
}
|
|
3106
|
+
),
|
|
3107
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3108
|
+
"path",
|
|
3109
|
+
{
|
|
3110
|
+
fill: "currentColor",
|
|
3111
|
+
d: "M7 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM13 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM19 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"
|
|
3112
|
+
}
|
|
3113
|
+
)
|
|
3114
|
+
] });
|
|
3115
|
+
const BaseSvgIcon$1w = material.createSvgIcon(Icon$1w(), "McpTool");
|
|
3116
|
+
function McpTool({ width, height, sx, ...props }, ref) {
|
|
3117
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3118
|
+
BaseSvgIcon$1w,
|
|
3119
|
+
{
|
|
3120
|
+
ref,
|
|
3121
|
+
viewBox: "0 0 24 24",
|
|
3122
|
+
sx: {
|
|
3123
|
+
width,
|
|
3124
|
+
height: height || width,
|
|
3125
|
+
...sx
|
|
3126
|
+
},
|
|
3127
|
+
...props
|
|
3128
|
+
}
|
|
3129
|
+
);
|
|
3130
|
+
}
|
|
3131
|
+
const McpTool$1 = React.forwardRef(McpTool);
|
|
3132
|
+
const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3040
3133
|
"path",
|
|
3041
3134
|
{
|
|
3042
3135
|
fill: "currentColor",
|
|
3043
3136
|
d: "M4 18q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 16V8q0-.824.587-1.412A1.93 1.93 0 0 1 4 6h16q.824 0 1.413.588Q22 7.175 22 8v8q0 .824-.587 1.413A1.93 1.93 0 0 1 20 18zm0-2h16V8h-3v4h-2V8h-2v4h-2V8H9v4H7V8H4z"
|
|
3044
3137
|
}
|
|
3045
3138
|
) });
|
|
3046
|
-
const BaseSvgIcon$
|
|
3139
|
+
const BaseSvgIcon$1v = material.createSvgIcon(Icon$1v(), "MeasureTool");
|
|
3047
3140
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
3048
3141
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3049
|
-
BaseSvgIcon$
|
|
3142
|
+
BaseSvgIcon$1v,
|
|
3050
3143
|
{
|
|
3051
3144
|
ref,
|
|
3052
3145
|
viewBox: "0 0 24 24",
|
|
@@ -3060,17 +3153,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
3060
3153
|
);
|
|
3061
3154
|
}
|
|
3062
3155
|
const MeasureTool$1 = React.forwardRef(MeasureTool);
|
|
3063
|
-
const Icon$
|
|
3156
|
+
const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3064
3157
|
"path",
|
|
3065
3158
|
{
|
|
3066
3159
|
fill: "currentColor",
|
|
3067
3160
|
d: "M5 9h4.5c.55 0 1 .45 1 1v5H9v-4.5H8v3H6.5v-3h-1V15H4v-5c0-.55.45-1 1-1M12 15h1.5V9H12zM18.75 9v3.5L16.25 9H15v6h1.25v-3.5L18.8 15H20V9z"
|
|
3068
3161
|
}
|
|
3069
3162
|
) });
|
|
3070
|
-
const BaseSvgIcon$
|
|
3163
|
+
const BaseSvgIcon$1u = material.createSvgIcon(Icon$1u(), "Min");
|
|
3071
3164
|
function Min({ width, height, sx, ...props }, ref) {
|
|
3072
3165
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3073
|
-
BaseSvgIcon$
|
|
3166
|
+
BaseSvgIcon$1u,
|
|
3074
3167
|
{
|
|
3075
3168
|
ref,
|
|
3076
3169
|
viewBox: "0 0 24 24",
|
|
@@ -3084,7 +3177,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
3084
3177
|
);
|
|
3085
3178
|
}
|
|
3086
3179
|
const Min$1 = React.forwardRef(Min);
|
|
3087
|
-
const Icon$
|
|
3180
|
+
const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3088
3181
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3089
3182
|
"path",
|
|
3090
3183
|
{
|
|
@@ -3103,10 +3196,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3103
3196
|
}
|
|
3104
3197
|
)
|
|
3105
3198
|
] });
|
|
3106
|
-
const BaseSvgIcon$
|
|
3199
|
+
const BaseSvgIcon$1t = material.createSvgIcon(Icon$1t(), "MobilityPlanning");
|
|
3107
3200
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
3108
3201
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3109
|
-
BaseSvgIcon$
|
|
3202
|
+
BaseSvgIcon$1t,
|
|
3110
3203
|
{
|
|
3111
3204
|
ref,
|
|
3112
3205
|
viewBox: "0 0 24 24",
|
|
@@ -3120,7 +3213,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
3120
3213
|
);
|
|
3121
3214
|
}
|
|
3122
3215
|
const MobilityPlanning$1 = React.forwardRef(MobilityPlanning);
|
|
3123
|
-
const Icon$
|
|
3216
|
+
const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3124
3217
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3125
3218
|
"path",
|
|
3126
3219
|
{
|
|
@@ -3132,10 +3225,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3132
3225
|
) }),
|
|
3133
3226
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3134
3227
|
] });
|
|
3135
|
-
const BaseSvgIcon$
|
|
3228
|
+
const BaseSvgIcon$1s = material.createSvgIcon(Icon$1s(), "NetworkDeployment");
|
|
3136
3229
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3137
3230
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3138
|
-
BaseSvgIcon$
|
|
3231
|
+
BaseSvgIcon$1s,
|
|
3139
3232
|
{
|
|
3140
3233
|
ref,
|
|
3141
3234
|
viewBox: "0 0 24 24",
|
|
@@ -3149,7 +3242,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3149
3242
|
);
|
|
3150
3243
|
}
|
|
3151
3244
|
const NetworkDeployment$1 = React.forwardRef(NetworkDeployment);
|
|
3152
|
-
const Icon$
|
|
3245
|
+
const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3153
3246
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3154
3247
|
"path",
|
|
3155
3248
|
{
|
|
@@ -3165,10 +3258,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3165
3258
|
}
|
|
3166
3259
|
)
|
|
3167
3260
|
] });
|
|
3168
|
-
const BaseSvgIcon$
|
|
3261
|
+
const BaseSvgIcon$1r = material.createSvgIcon(Icon$1r(), "NightsThermostat");
|
|
3169
3262
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3170
3263
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3171
|
-
BaseSvgIcon$
|
|
3264
|
+
BaseSvgIcon$1r,
|
|
3172
3265
|
{
|
|
3173
3266
|
ref,
|
|
3174
3267
|
viewBox: "0 0 24 24",
|
|
@@ -3182,7 +3275,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3182
3275
|
);
|
|
3183
3276
|
}
|
|
3184
3277
|
const NightsThermostat$1 = React.forwardRef(NightsThermostat);
|
|
3185
|
-
const Icon$
|
|
3278
|
+
const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3186
3279
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3187
3280
|
"path",
|
|
3188
3281
|
{
|
|
@@ -3192,10 +3285,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3192
3285
|
),
|
|
3193
3286
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3194
3287
|
] });
|
|
3195
|
-
const BaseSvgIcon$
|
|
3288
|
+
const BaseSvgIcon$1q = material.createSvgIcon(Icon$1q(), "NoApp");
|
|
3196
3289
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3197
3290
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3198
|
-
BaseSvgIcon$
|
|
3291
|
+
BaseSvgIcon$1q,
|
|
3199
3292
|
{
|
|
3200
3293
|
ref,
|
|
3201
3294
|
viewBox: "0 0 24 24",
|
|
@@ -3209,7 +3302,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3209
3302
|
);
|
|
3210
3303
|
}
|
|
3211
3304
|
const NoApp$1 = React.forwardRef(NoApp);
|
|
3212
|
-
const Icon$
|
|
3305
|
+
const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3213
3306
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3214
3307
|
"path",
|
|
3215
3308
|
{
|
|
@@ -3227,10 +3320,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3227
3320
|
}
|
|
3228
3321
|
)
|
|
3229
3322
|
] });
|
|
3230
|
-
const BaseSvgIcon$
|
|
3323
|
+
const BaseSvgIcon$1p = material.createSvgIcon(Icon$1p(), "NoLayer");
|
|
3231
3324
|
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3232
3325
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3233
|
-
BaseSvgIcon$
|
|
3326
|
+
BaseSvgIcon$1p,
|
|
3234
3327
|
{
|
|
3235
3328
|
ref,
|
|
3236
3329
|
viewBox: "0 0 24 24",
|
|
@@ -3244,7 +3337,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
|
|
|
3244
3337
|
);
|
|
3245
3338
|
}
|
|
3246
3339
|
const NoLayer$1 = React.forwardRef(NoLayer);
|
|
3247
|
-
const Icon$
|
|
3340
|
+
const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3248
3341
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3249
3342
|
"path",
|
|
3250
3343
|
{
|
|
@@ -3262,10 +3355,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3262
3355
|
}
|
|
3263
3356
|
)
|
|
3264
3357
|
] });
|
|
3265
|
-
const BaseSvgIcon$
|
|
3358
|
+
const BaseSvgIcon$1o = material.createSvgIcon(Icon$1o(), "NoMap");
|
|
3266
3359
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3267
3360
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3268
|
-
BaseSvgIcon$
|
|
3361
|
+
BaseSvgIcon$1o,
|
|
3269
3362
|
{
|
|
3270
3363
|
ref,
|
|
3271
3364
|
viewBox: "0 0 24 24",
|
|
@@ -3279,7 +3372,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3279
3372
|
);
|
|
3280
3373
|
}
|
|
3281
3374
|
const NoMap$1 = React.forwardRef(NoMap);
|
|
3282
|
-
const Icon$
|
|
3375
|
+
const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3283
3376
|
"path",
|
|
3284
3377
|
{
|
|
3285
3378
|
fill: "currentColor",
|
|
@@ -3288,10 +3381,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3288
3381
|
clipRule: "evenodd"
|
|
3289
3382
|
}
|
|
3290
3383
|
) });
|
|
3291
|
-
const BaseSvgIcon$
|
|
3384
|
+
const BaseSvgIcon$1n = material.createSvgIcon(Icon$1n(), "NoSpatialExtension");
|
|
3292
3385
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3293
3386
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3294
|
-
BaseSvgIcon$
|
|
3387
|
+
BaseSvgIcon$1n,
|
|
3295
3388
|
{
|
|
3296
3389
|
ref,
|
|
3297
3390
|
viewBox: "0 0 24 24",
|
|
@@ -3305,7 +3398,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3305
3398
|
);
|
|
3306
3399
|
}
|
|
3307
3400
|
const NoSpatialExtension$1 = React.forwardRef(NoSpatialExtension);
|
|
3308
|
-
const Icon$
|
|
3401
|
+
const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3309
3402
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3310
3403
|
"path",
|
|
3311
3404
|
{
|
|
@@ -3323,10 +3416,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3323
3416
|
}
|
|
3324
3417
|
)
|
|
3325
3418
|
] });
|
|
3326
|
-
const BaseSvgIcon$
|
|
3419
|
+
const BaseSvgIcon$1m = material.createSvgIcon(Icon$1m(), "NoTileset");
|
|
3327
3420
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3328
3421
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3329
|
-
BaseSvgIcon$
|
|
3422
|
+
BaseSvgIcon$1m,
|
|
3330
3423
|
{
|
|
3331
3424
|
ref,
|
|
3332
3425
|
viewBox: "0 0 24 24",
|
|
@@ -3340,17 +3433,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3340
3433
|
);
|
|
3341
3434
|
}
|
|
3342
3435
|
const NoTileset$1 = React.forwardRef(NoTileset);
|
|
3343
|
-
const Icon$
|
|
3436
|
+
const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3344
3437
|
"path",
|
|
3345
3438
|
{
|
|
3346
3439
|
fill: "currentColor",
|
|
3347
3440
|
d: "M2.614 2.476 1.2 3.891 4.31 7H4v3h3.31l4 4H4v3h10.31l4.568 4.568 1.414-1.414zM16.938 14l3 3H20v-3zM9.938 7l3 3H20V7z"
|
|
3348
3441
|
}
|
|
3349
3442
|
) });
|
|
3350
|
-
const BaseSvgIcon$
|
|
3443
|
+
const BaseSvgIcon$1l = material.createSvgIcon(Icon$1l(), "NotEqual");
|
|
3351
3444
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3352
3445
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3353
|
-
BaseSvgIcon$
|
|
3446
|
+
BaseSvgIcon$1l,
|
|
3354
3447
|
{
|
|
3355
3448
|
ref,
|
|
3356
3449
|
viewBox: "0 0 24 24",
|
|
@@ -3364,7 +3457,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3364
3457
|
);
|
|
3365
3458
|
}
|
|
3366
3459
|
const NotEqual$1 = React.forwardRef(NotEqual);
|
|
3367
|
-
const Icon$
|
|
3460
|
+
const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3368
3461
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3369
3462
|
"path",
|
|
3370
3463
|
{
|
|
@@ -3384,10 +3477,10 @@ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3384
3477
|
}
|
|
3385
3478
|
)
|
|
3386
3479
|
] });
|
|
3387
|
-
const BaseSvgIcon$
|
|
3480
|
+
const BaseSvgIcon$1k = material.createSvgIcon(Icon$1k(), "Number");
|
|
3388
3481
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3389
3482
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3390
|
-
BaseSvgIcon$
|
|
3483
|
+
BaseSvgIcon$1k,
|
|
3391
3484
|
{
|
|
3392
3485
|
ref,
|
|
3393
3486
|
viewBox: "0 0 24 24",
|
|
@@ -3401,7 +3494,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3401
3494
|
);
|
|
3402
3495
|
}
|
|
3403
3496
|
const Number$1 = React.forwardRef(Number);
|
|
3404
|
-
const Icon$
|
|
3497
|
+
const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3405
3498
|
"path",
|
|
3406
3499
|
{
|
|
3407
3500
|
fill: "currentColor",
|
|
@@ -3410,10 +3503,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3410
3503
|
clipRule: "evenodd"
|
|
3411
3504
|
}
|
|
3412
3505
|
) });
|
|
3413
|
-
const BaseSvgIcon$
|
|
3506
|
+
const BaseSvgIcon$1j = material.createSvgIcon(Icon$1j(), "Onboarding");
|
|
3414
3507
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3415
3508
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3416
|
-
BaseSvgIcon$
|
|
3509
|
+
BaseSvgIcon$1j,
|
|
3417
3510
|
{
|
|
3418
3511
|
ref,
|
|
3419
3512
|
viewBox: "0 0 24 24",
|
|
@@ -3427,7 +3520,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3427
3520
|
);
|
|
3428
3521
|
}
|
|
3429
3522
|
const Onboarding$1 = React.forwardRef(Onboarding);
|
|
3430
|
-
const Icon$
|
|
3523
|
+
const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3431
3524
|
"path",
|
|
3432
3525
|
{
|
|
3433
3526
|
fill: "currentColor",
|
|
@@ -3436,10 +3529,10 @@ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3436
3529
|
clipRule: "evenodd"
|
|
3437
3530
|
}
|
|
3438
3531
|
) });
|
|
3439
|
-
const BaseSvgIcon$
|
|
3532
|
+
const BaseSvgIcon$1i = material.createSvgIcon(Icon$1i(), "OohAnalytics");
|
|
3440
3533
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3441
3534
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3442
|
-
BaseSvgIcon$
|
|
3535
|
+
BaseSvgIcon$1i,
|
|
3443
3536
|
{
|
|
3444
3537
|
ref,
|
|
3445
3538
|
viewBox: "0 0 24 24",
|
|
@@ -3453,7 +3546,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3453
3546
|
);
|
|
3454
3547
|
}
|
|
3455
3548
|
const OohAnalytics$1 = React.forwardRef(OohAnalytics);
|
|
3456
|
-
const Icon$
|
|
3549
|
+
const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3457
3550
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3458
3551
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3459
3552
|
"path",
|
|
@@ -3474,10 +3567,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3474
3567
|
}
|
|
3475
3568
|
)
|
|
3476
3569
|
] });
|
|
3477
|
-
const BaseSvgIcon$
|
|
3570
|
+
const BaseSvgIcon$1h = material.createSvgIcon(Icon$1h(), "Opacity");
|
|
3478
3571
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3479
3572
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3480
|
-
BaseSvgIcon$
|
|
3573
|
+
BaseSvgIcon$1h,
|
|
3481
3574
|
{
|
|
3482
3575
|
ref,
|
|
3483
3576
|
viewBox: "0 0 24 24",
|
|
@@ -3491,7 +3584,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3491
3584
|
);
|
|
3492
3585
|
}
|
|
3493
3586
|
const Opacity$1 = React.forwardRef(Opacity);
|
|
3494
|
-
const Icon$
|
|
3587
|
+
const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3495
3588
|
"path",
|
|
3496
3589
|
{
|
|
3497
3590
|
fill: "currentColor",
|
|
@@ -3500,10 +3593,10 @@ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3500
3593
|
clipRule: "evenodd"
|
|
3501
3594
|
}
|
|
3502
3595
|
) });
|
|
3503
|
-
const BaseSvgIcon$
|
|
3596
|
+
const BaseSvgIcon$1g = material.createSvgIcon(Icon$1g(), "OpenDiagonallyLeft");
|
|
3504
3597
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3505
3598
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3506
|
-
BaseSvgIcon$
|
|
3599
|
+
BaseSvgIcon$1g,
|
|
3507
3600
|
{
|
|
3508
3601
|
ref,
|
|
3509
3602
|
viewBox: "0 0 24 24",
|
|
@@ -3517,17 +3610,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
3517
3610
|
);
|
|
3518
3611
|
}
|
|
3519
3612
|
const OpenDiagonallyLeft$1 = React.forwardRef(OpenDiagonallyLeft);
|
|
3520
|
-
const Icon$
|
|
3613
|
+
const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3521
3614
|
"path",
|
|
3522
3615
|
{
|
|
3523
3616
|
fill: "currentColor",
|
|
3524
3617
|
d: "M7 7V5H4q-.824 0-1.412.588A1.93 1.93 0 0 0 2 7v12q0 .824.587 1.413Q3.176 21 4 21h14q.824 0 1.413-.587Q20 19.825 20 19v-3h-2v3H4V7zm4-4q-.825 0-1.412.587A1.93 1.93 0 0 0 9 5v7q0 .825.588 1.412Q10.175 14 11 14h9q.824 0 1.413-.588Q22 12.826 22 12V5q0-.824-.587-1.412A1.93 1.93 0 0 0 20 3zm0 2h9v7h-9z"
|
|
3525
3618
|
}
|
|
3526
3619
|
) });
|
|
3527
|
-
const BaseSvgIcon$
|
|
3620
|
+
const BaseSvgIcon$1f = material.createSvgIcon(Icon$1f(), "OpenNewWindow");
|
|
3528
3621
|
function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
3529
3622
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3530
|
-
BaseSvgIcon$
|
|
3623
|
+
BaseSvgIcon$1f,
|
|
3531
3624
|
{
|
|
3532
3625
|
ref,
|
|
3533
3626
|
viewBox: "0 0 24 24",
|
|
@@ -3541,7 +3634,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
|
3541
3634
|
);
|
|
3542
3635
|
}
|
|
3543
3636
|
const OpenNewWindow$1 = React.forwardRef(OpenNewWindow);
|
|
3544
|
-
const Icon$
|
|
3637
|
+
const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3545
3638
|
"path",
|
|
3546
3639
|
{
|
|
3547
3640
|
fill: "currentColor",
|
|
@@ -3550,10 +3643,10 @@ const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3550
3643
|
clipRule: "evenodd"
|
|
3551
3644
|
}
|
|
3552
3645
|
) });
|
|
3553
|
-
const BaseSvgIcon$
|
|
3646
|
+
const BaseSvgIcon$1e = material.createSvgIcon(Icon$1e(), "OpenVertically");
|
|
3554
3647
|
function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
3555
3648
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3556
|
-
BaseSvgIcon$
|
|
3649
|
+
BaseSvgIcon$1e,
|
|
3557
3650
|
{
|
|
3558
3651
|
ref,
|
|
3559
3652
|
viewBox: "0 0 24 24",
|
|
@@ -3567,7 +3660,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
|
3567
3660
|
);
|
|
3568
3661
|
}
|
|
3569
3662
|
const OpenVertically$1 = React.forwardRef(OpenVertically);
|
|
3570
|
-
const Icon$
|
|
3663
|
+
const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3571
3664
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3572
3665
|
"path",
|
|
3573
3666
|
{
|
|
@@ -3592,10 +3685,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3592
3685
|
}
|
|
3593
3686
|
)
|
|
3594
3687
|
] });
|
|
3595
|
-
const BaseSvgIcon$
|
|
3688
|
+
const BaseSvgIcon$1d = material.createSvgIcon(Icon$1d(), "ParameterSettings");
|
|
3596
3689
|
function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
3597
3690
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3598
|
-
BaseSvgIcon$
|
|
3691
|
+
BaseSvgIcon$1d,
|
|
3599
3692
|
{
|
|
3600
3693
|
ref,
|
|
3601
3694
|
viewBox: "0 0 24 24",
|
|
@@ -3609,7 +3702,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
|
3609
3702
|
);
|
|
3610
3703
|
}
|
|
3611
3704
|
const ParameterSettings$1 = React.forwardRef(ParameterSettings);
|
|
3612
|
-
const Icon$
|
|
3705
|
+
const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3613
3706
|
"path",
|
|
3614
3707
|
{
|
|
3615
3708
|
fill: "currentColor",
|
|
@@ -3618,10 +3711,10 @@ const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3618
3711
|
clipRule: "evenodd"
|
|
3619
3712
|
}
|
|
3620
3713
|
) });
|
|
3621
|
-
const BaseSvgIcon$
|
|
3714
|
+
const BaseSvgIcon$1c = material.createSvgIcon(Icon$1c(), "PawnChess");
|
|
3622
3715
|
function PawnChess({ width, height, sx, ...props }, ref) {
|
|
3623
3716
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3624
|
-
BaseSvgIcon$
|
|
3717
|
+
BaseSvgIcon$1c,
|
|
3625
3718
|
{
|
|
3626
3719
|
ref,
|
|
3627
3720
|
viewBox: "0 0 24 24",
|
|
@@ -3635,7 +3728,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
|
|
|
3635
3728
|
);
|
|
3636
3729
|
}
|
|
3637
3730
|
const PawnChess$1 = React.forwardRef(PawnChess);
|
|
3638
|
-
const Icon$
|
|
3731
|
+
const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3639
3732
|
"path",
|
|
3640
3733
|
{
|
|
3641
3734
|
fill: "currentColor",
|
|
@@ -3644,10 +3737,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3644
3737
|
clipRule: "evenodd"
|
|
3645
3738
|
}
|
|
3646
3739
|
) });
|
|
3647
|
-
const BaseSvgIcon$
|
|
3740
|
+
const BaseSvgIcon$1b = material.createSvgIcon(Icon$1b(), "PlaceSelect");
|
|
3648
3741
|
function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
3649
3742
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3650
|
-
BaseSvgIcon$
|
|
3743
|
+
BaseSvgIcon$1b,
|
|
3651
3744
|
{
|
|
3652
3745
|
ref,
|
|
3653
3746
|
viewBox: "0 0 24 24",
|
|
@@ -3661,7 +3754,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
|
3661
3754
|
);
|
|
3662
3755
|
}
|
|
3663
3756
|
const PlaceSelect$1 = React.forwardRef(PlaceSelect);
|
|
3664
|
-
const Icon$
|
|
3757
|
+
const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3665
3758
|
"path",
|
|
3666
3759
|
{
|
|
3667
3760
|
fill: "currentColor",
|
|
@@ -3670,10 +3763,10 @@ const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3670
3763
|
clipRule: "evenodd"
|
|
3671
3764
|
}
|
|
3672
3765
|
) });
|
|
3673
|
-
const BaseSvgIcon$
|
|
3766
|
+
const BaseSvgIcon$1a = material.createSvgIcon(Icon$1a(), "PointsOfInterest");
|
|
3674
3767
|
function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
3675
3768
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3676
|
-
BaseSvgIcon$
|
|
3769
|
+
BaseSvgIcon$1a,
|
|
3677
3770
|
{
|
|
3678
3771
|
ref,
|
|
3679
3772
|
viewBox: "0 0 24 24",
|
|
@@ -3687,7 +3780,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
|
3687
3780
|
);
|
|
3688
3781
|
}
|
|
3689
3782
|
const PointsOfInterest$1 = React.forwardRef(PointsOfInterest);
|
|
3690
|
-
const Icon$
|
|
3783
|
+
const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3691
3784
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3692
3785
|
"path",
|
|
3693
3786
|
{
|
|
@@ -3744,10 +3837,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3744
3837
|
}
|
|
3745
3838
|
)
|
|
3746
3839
|
] });
|
|
3747
|
-
const BaseSvgIcon$
|
|
3840
|
+
const BaseSvgIcon$19 = material.createSvgIcon(Icon$19(), "Postgre");
|
|
3748
3841
|
function Postgre({ width, height, sx, ...props }, ref) {
|
|
3749
3842
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3750
|
-
BaseSvgIcon$
|
|
3843
|
+
BaseSvgIcon$19,
|
|
3751
3844
|
{
|
|
3752
3845
|
ref,
|
|
3753
3846
|
viewBox: "0 0 24 24",
|
|
@@ -3761,7 +3854,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
|
|
|
3761
3854
|
);
|
|
3762
3855
|
}
|
|
3763
3856
|
const Postgre$1 = React.forwardRef(Postgre);
|
|
3764
|
-
const Icon$
|
|
3857
|
+
const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3765
3858
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3766
3859
|
"path",
|
|
3767
3860
|
{
|
|
@@ -3779,10 +3872,10 @@ const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3779
3872
|
}
|
|
3780
3873
|
)
|
|
3781
3874
|
] });
|
|
3782
|
-
const BaseSvgIcon$
|
|
3875
|
+
const BaseSvgIcon$18 = material.createSvgIcon(Icon$18(), "PostgreOutlined");
|
|
3783
3876
|
function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
3784
3877
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3785
|
-
BaseSvgIcon$
|
|
3878
|
+
BaseSvgIcon$18,
|
|
3786
3879
|
{
|
|
3787
3880
|
ref,
|
|
3788
3881
|
viewBox: "0 0 24 24",
|
|
@@ -3796,7 +3889,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
|
3796
3889
|
);
|
|
3797
3890
|
}
|
|
3798
3891
|
const PostgreOutlined$1 = React.forwardRef(PostgreOutlined);
|
|
3799
|
-
const Icon$
|
|
3892
|
+
const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3800
3893
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3801
3894
|
"path",
|
|
3802
3895
|
{
|
|
@@ -3830,10 +3923,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3830
3923
|
}
|
|
3831
3924
|
)
|
|
3832
3925
|
] });
|
|
3833
|
-
const BaseSvgIcon$
|
|
3926
|
+
const BaseSvgIcon$17 = material.createSvgIcon(Icon$17(), "Preferences");
|
|
3834
3927
|
function Preferences({ width, height, sx, ...props }, ref) {
|
|
3835
3928
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3836
|
-
BaseSvgIcon$
|
|
3929
|
+
BaseSvgIcon$17,
|
|
3837
3930
|
{
|
|
3838
3931
|
ref,
|
|
3839
3932
|
viewBox: "0 0 24 24",
|
|
@@ -3847,7 +3940,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
|
|
|
3847
3940
|
);
|
|
3848
3941
|
}
|
|
3849
3942
|
const Preferences$1 = React.forwardRef(Preferences);
|
|
3850
|
-
const Icon$
|
|
3943
|
+
const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3851
3944
|
"path",
|
|
3852
3945
|
{
|
|
3853
3946
|
fill: "currentColor",
|
|
@@ -3856,10 +3949,10 @@ const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3856
3949
|
clipRule: "evenodd"
|
|
3857
3950
|
}
|
|
3858
3951
|
) });
|
|
3859
|
-
const BaseSvgIcon$
|
|
3952
|
+
const BaseSvgIcon$16 = material.createSvgIcon(Icon$16(), "ProcessData");
|
|
3860
3953
|
function ProcessData({ width, height, sx, ...props }, ref) {
|
|
3861
3954
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3862
|
-
BaseSvgIcon$
|
|
3955
|
+
BaseSvgIcon$16,
|
|
3863
3956
|
{
|
|
3864
3957
|
ref,
|
|
3865
3958
|
viewBox: "0 0 24 24",
|
|
@@ -3873,7 +3966,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
|
|
|
3873
3966
|
);
|
|
3874
3967
|
}
|
|
3875
3968
|
const ProcessData$1 = React.forwardRef(ProcessData);
|
|
3876
|
-
const Icon$
|
|
3969
|
+
const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3877
3970
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3878
3971
|
"path",
|
|
3879
3972
|
{
|
|
@@ -3891,10 +3984,10 @@ const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3891
3984
|
}
|
|
3892
3985
|
)
|
|
3893
3986
|
] });
|
|
3894
|
-
const BaseSvgIcon$
|
|
3987
|
+
const BaseSvgIcon$15 = material.createSvgIcon(Icon$15(), "PublicWithPassword");
|
|
3895
3988
|
function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
3896
3989
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3897
|
-
BaseSvgIcon$
|
|
3990
|
+
BaseSvgIcon$15,
|
|
3898
3991
|
{
|
|
3899
3992
|
ref,
|
|
3900
3993
|
viewBox: "0 0 24 24",
|
|
@@ -3908,17 +4001,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
|
3908
4001
|
);
|
|
3909
4002
|
}
|
|
3910
4003
|
const PublicWithPassword$1 = React.forwardRef(PublicWithPassword);
|
|
3911
|
-
const Icon$
|
|
4004
|
+
const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3912
4005
|
"path",
|
|
3913
4006
|
{
|
|
3914
4007
|
fill: "currentColor",
|
|
3915
4008
|
d: "M11 20v-8.15l-2.6 2.6L7 13l5-5 5 5-1.4 1.45-2.6-2.6V20zM4 9V6q0-.824.588-1.412A1.93 1.93 0 0 1 6 4h12q.824 0 1.413.588Q20 5.175 20 6v3h-2V6H6v3z"
|
|
3916
4009
|
}
|
|
3917
4010
|
) });
|
|
3918
|
-
const BaseSvgIcon$
|
|
4011
|
+
const BaseSvgIcon$14 = material.createSvgIcon(Icon$14(), "Publish");
|
|
3919
4012
|
function Publish({ width, height, sx, ...props }, ref) {
|
|
3920
4013
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3921
|
-
BaseSvgIcon$
|
|
4014
|
+
BaseSvgIcon$14,
|
|
3922
4015
|
{
|
|
3923
4016
|
ref,
|
|
3924
4017
|
viewBox: "0 0 24 24",
|
|
@@ -3932,7 +4025,7 @@ function Publish({ width, height, sx, ...props }, ref) {
|
|
|
3932
4025
|
);
|
|
3933
4026
|
}
|
|
3934
4027
|
const Publish$1 = React.forwardRef(Publish);
|
|
3935
|
-
const Icon$
|
|
4028
|
+
const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3936
4029
|
"path",
|
|
3937
4030
|
{
|
|
3938
4031
|
fill: "currentColor",
|
|
@@ -3941,10 +4034,10 @@ const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3941
4034
|
clipRule: "evenodd"
|
|
3942
4035
|
}
|
|
3943
4036
|
) });
|
|
3944
|
-
const BaseSvgIcon$
|
|
4037
|
+
const BaseSvgIcon$13 = material.createSvgIcon(Icon$13(), "Quadbin");
|
|
3945
4038
|
function Quadbin({ width, height, sx, ...props }, ref) {
|
|
3946
4039
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3947
|
-
BaseSvgIcon$
|
|
4040
|
+
BaseSvgIcon$13,
|
|
3948
4041
|
{
|
|
3949
4042
|
ref,
|
|
3950
4043
|
viewBox: "0 0 24 24",
|
|
@@ -3958,7 +4051,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
|
|
|
3958
4051
|
);
|
|
3959
4052
|
}
|
|
3960
4053
|
const Quadbin$1 = React.forwardRef(Quadbin);
|
|
3961
|
-
const Icon$
|
|
4054
|
+
const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3962
4055
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3963
4056
|
"path",
|
|
3964
4057
|
{
|
|
@@ -3976,10 +4069,10 @@ const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3976
4069
|
}
|
|
3977
4070
|
)
|
|
3978
4071
|
] });
|
|
3979
|
-
const BaseSvgIcon$
|
|
4072
|
+
const BaseSvgIcon$12 = material.createSvgIcon(Icon$12(), "Quadkey");
|
|
3980
4073
|
function Quadkey({ width, height, sx, ...props }, ref) {
|
|
3981
4074
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3982
|
-
BaseSvgIcon$
|
|
4075
|
+
BaseSvgIcon$12,
|
|
3983
4076
|
{
|
|
3984
4077
|
ref,
|
|
3985
4078
|
viewBox: "0 0 24 24",
|
|
@@ -3993,7 +4086,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
|
|
|
3993
4086
|
);
|
|
3994
4087
|
}
|
|
3995
4088
|
const Quadkey$1 = React.forwardRef(Quadkey);
|
|
3996
|
-
const Icon$
|
|
4089
|
+
const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3997
4090
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3998
4091
|
"path",
|
|
3999
4092
|
{
|
|
@@ -4005,10 +4098,10 @@ const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4005
4098
|
) }),
|
|
4006
4099
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4007
4100
|
] });
|
|
4008
|
-
const BaseSvgIcon$
|
|
4101
|
+
const BaseSvgIcon$11 = material.createSvgIcon(Icon$11(), "QueryTable");
|
|
4009
4102
|
function QueryTable({ width, height, sx, ...props }, ref) {
|
|
4010
4103
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4011
|
-
BaseSvgIcon$
|
|
4104
|
+
BaseSvgIcon$11,
|
|
4012
4105
|
{
|
|
4013
4106
|
ref,
|
|
4014
4107
|
viewBox: "0 0 24 24",
|
|
@@ -4022,7 +4115,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
|
|
|
4022
4115
|
);
|
|
4023
4116
|
}
|
|
4024
4117
|
const QueryTable$1 = React.forwardRef(QueryTable);
|
|
4025
|
-
const Icon
|
|
4118
|
+
const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4026
4119
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4027
4120
|
"path",
|
|
4028
4121
|
{
|
|
@@ -4040,10 +4133,10 @@ const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4040
4133
|
}
|
|
4041
4134
|
)
|
|
4042
4135
|
] });
|
|
4043
|
-
const BaseSvgIcon
|
|
4136
|
+
const BaseSvgIcon$10 = material.createSvgIcon(Icon$10(), "Rain");
|
|
4044
4137
|
function Rain({ width, height, sx, ...props }, ref) {
|
|
4045
4138
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4046
|
-
BaseSvgIcon
|
|
4139
|
+
BaseSvgIcon$10,
|
|
4047
4140
|
{
|
|
4048
4141
|
ref,
|
|
4049
4142
|
viewBox: "0 0 24 24",
|
|
@@ -4057,17 +4150,17 @@ function Rain({ width, height, sx, ...props }, ref) {
|
|
|
4057
4150
|
);
|
|
4058
4151
|
}
|
|
4059
4152
|
const Rain$1 = React.forwardRef(Rain);
|
|
4060
|
-
const Icon
|
|
4153
|
+
const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4061
4154
|
"path",
|
|
4062
4155
|
{
|
|
4063
4156
|
fill: "currentColor",
|
|
4064
4157
|
d: "M6.5 21v-3.5H3V21zM7.5 21h4v-3.5h-4zM17.5 21H21v-3.5h-3.5zM21 11.5v-4h-3.5v4zM21 6.5V3h-3.5v3.5zM16.5 3h-4v3.5h4zM11.5 3h-4v3.5h4zM6.5 3H3v3.5h3.5zM3 7.5v4h3.5v-4zM3 12.5v4h3.5v-4zM11.5 16.5h-4v-4h4zM11.5 11.5h-4v-4h4zM12.5 12.5h4v4h-4z"
|
|
4065
4158
|
}
|
|
4066
4159
|
) });
|
|
4067
|
-
const BaseSvgIcon
|
|
4160
|
+
const BaseSvgIcon$$ = material.createSvgIcon(Icon$$(), "Raster");
|
|
4068
4161
|
function Raster({ width, height, sx, ...props }, ref) {
|
|
4069
4162
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4070
|
-
BaseSvgIcon
|
|
4163
|
+
BaseSvgIcon$$,
|
|
4071
4164
|
{
|
|
4072
4165
|
ref,
|
|
4073
4166
|
viewBox: "0 0 24 24",
|
|
@@ -4081,7 +4174,7 @@ function Raster({ width, height, sx, ...props }, ref) {
|
|
|
4081
4174
|
);
|
|
4082
4175
|
}
|
|
4083
4176
|
const Raster$1 = React.forwardRef(Raster);
|
|
4084
|
-
const Icon$
|
|
4177
|
+
const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4085
4178
|
"path",
|
|
4086
4179
|
{
|
|
4087
4180
|
fill: "currentColor",
|
|
@@ -4090,10 +4183,10 @@ const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4090
4183
|
clipRule: "evenodd"
|
|
4091
4184
|
}
|
|
4092
4185
|
) });
|
|
4093
|
-
const BaseSvgIcon$
|
|
4186
|
+
const BaseSvgIcon$_ = material.createSvgIcon(Icon$_(), "Redshift");
|
|
4094
4187
|
function Redshift({ width, height, sx, ...props }, ref) {
|
|
4095
4188
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4096
|
-
BaseSvgIcon$
|
|
4189
|
+
BaseSvgIcon$_,
|
|
4097
4190
|
{
|
|
4098
4191
|
ref,
|
|
4099
4192
|
viewBox: "0 0 24 24",
|
|
@@ -4107,7 +4200,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
|
|
|
4107
4200
|
);
|
|
4108
4201
|
}
|
|
4109
4202
|
const Redshift$1 = React.forwardRef(Redshift);
|
|
4110
|
-
const Icon$
|
|
4203
|
+
const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4111
4204
|
"path",
|
|
4112
4205
|
{
|
|
4113
4206
|
fill: "currentColor",
|
|
@@ -4116,10 +4209,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4116
4209
|
clipRule: "evenodd"
|
|
4117
4210
|
}
|
|
4118
4211
|
) });
|
|
4119
|
-
const BaseSvgIcon$
|
|
4212
|
+
const BaseSvgIcon$Z = material.createSvgIcon(Icon$Z(), "Report");
|
|
4120
4213
|
function Report({ width, height, sx, ...props }, ref) {
|
|
4121
4214
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4122
|
-
BaseSvgIcon$
|
|
4215
|
+
BaseSvgIcon$Z,
|
|
4123
4216
|
{
|
|
4124
4217
|
ref,
|
|
4125
4218
|
viewBox: "0 0 24 24",
|
|
@@ -4133,7 +4226,7 @@ function Report({ width, height, sx, ...props }, ref) {
|
|
|
4133
4226
|
);
|
|
4134
4227
|
}
|
|
4135
4228
|
const Report$1 = React.forwardRef(Report);
|
|
4136
|
-
const Icon$
|
|
4229
|
+
const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4137
4230
|
"path",
|
|
4138
4231
|
{
|
|
4139
4232
|
fill: "currentColor",
|
|
@@ -4142,10 +4235,10 @@ const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4142
4235
|
clipRule: "evenodd"
|
|
4143
4236
|
}
|
|
4144
4237
|
) });
|
|
4145
|
-
const BaseSvgIcon$
|
|
4238
|
+
const BaseSvgIcon$Y = material.createSvgIcon(Icon$Y(), "Reset");
|
|
4146
4239
|
function Reset({ width, height, sx, ...props }, ref) {
|
|
4147
4240
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4148
|
-
BaseSvgIcon$
|
|
4241
|
+
BaseSvgIcon$Y,
|
|
4149
4242
|
{
|
|
4150
4243
|
ref,
|
|
4151
4244
|
viewBox: "0 0 24 24",
|
|
@@ -4159,7 +4252,7 @@ function Reset({ width, height, sx, ...props }, ref) {
|
|
|
4159
4252
|
);
|
|
4160
4253
|
}
|
|
4161
4254
|
const Reset$1 = React.forwardRef(Reset);
|
|
4162
|
-
const Icon$
|
|
4255
|
+
const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4163
4256
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4164
4257
|
"path",
|
|
4165
4258
|
{
|
|
@@ -4171,10 +4264,10 @@ const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4171
4264
|
) }),
|
|
4172
4265
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4173
4266
|
] });
|
|
4174
|
-
const BaseSvgIcon$
|
|
4267
|
+
const BaseSvgIcon$X = material.createSvgIcon(Icon$X(), "RiskAnalysis");
|
|
4175
4268
|
function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
4176
4269
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4177
|
-
BaseSvgIcon$
|
|
4270
|
+
BaseSvgIcon$X,
|
|
4178
4271
|
{
|
|
4179
4272
|
ref,
|
|
4180
4273
|
viewBox: "0 0 24 24",
|
|
@@ -4188,7 +4281,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4188
4281
|
);
|
|
4189
4282
|
}
|
|
4190
4283
|
const RiskAnalysis$1 = React.forwardRef(RiskAnalysis);
|
|
4191
|
-
const Icon$
|
|
4284
|
+
const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4192
4285
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4193
4286
|
"path",
|
|
4194
4287
|
{
|
|
@@ -4207,10 +4300,10 @@ const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4207
4300
|
}
|
|
4208
4301
|
)
|
|
4209
4302
|
] });
|
|
4210
|
-
const BaseSvgIcon$
|
|
4303
|
+
const BaseSvgIcon$W = material.createSvgIcon(Icon$W(), "RoadTraffic");
|
|
4211
4304
|
function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
4212
4305
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4213
|
-
BaseSvgIcon$
|
|
4306
|
+
BaseSvgIcon$W,
|
|
4214
4307
|
{
|
|
4215
4308
|
ref,
|
|
4216
4309
|
viewBox: "0 0 24 24",
|
|
@@ -4224,7 +4317,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
|
4224
4317
|
);
|
|
4225
4318
|
}
|
|
4226
4319
|
const RoadTraffic$1 = React.forwardRef(RoadTraffic);
|
|
4227
|
-
const Icon$
|
|
4320
|
+
const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4228
4321
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4229
4322
|
"path",
|
|
4230
4323
|
{
|
|
@@ -4243,10 +4336,10 @@ const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4243
4336
|
}
|
|
4244
4337
|
)
|
|
4245
4338
|
] });
|
|
4246
|
-
const BaseSvgIcon$
|
|
4339
|
+
const BaseSvgIcon$V = material.createSvgIcon(Icon$V(), "RunSettings");
|
|
4247
4340
|
function RunSettings({ width, height, sx, ...props }, ref) {
|
|
4248
4341
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4249
|
-
BaseSvgIcon$
|
|
4342
|
+
BaseSvgIcon$V,
|
|
4250
4343
|
{
|
|
4251
4344
|
ref,
|
|
4252
4345
|
viewBox: "0 0 24 24",
|
|
@@ -4260,7 +4353,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
|
|
|
4260
4353
|
);
|
|
4261
4354
|
}
|
|
4262
4355
|
const RunSettings$1 = React.forwardRef(RunSettings);
|
|
4263
|
-
const Icon$
|
|
4356
|
+
const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4264
4357
|
"path",
|
|
4265
4358
|
{
|
|
4266
4359
|
fill: "currentColor",
|
|
@@ -4269,10 +4362,10 @@ const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4269
4362
|
clipRule: "evenodd"
|
|
4270
4363
|
}
|
|
4271
4364
|
) });
|
|
4272
|
-
const BaseSvgIcon$
|
|
4365
|
+
const BaseSvgIcon$U = material.createSvgIcon(Icon$U(), "RunStep");
|
|
4273
4366
|
function RunStep({ width, height, sx, ...props }, ref) {
|
|
4274
4367
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4275
|
-
BaseSvgIcon$
|
|
4368
|
+
BaseSvgIcon$U,
|
|
4276
4369
|
{
|
|
4277
4370
|
ref,
|
|
4278
4371
|
viewBox: "0 0 24 24",
|
|
@@ -4286,7 +4379,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
|
|
|
4286
4379
|
);
|
|
4287
4380
|
}
|
|
4288
4381
|
const RunStep$1 = React.forwardRef(RunStep);
|
|
4289
|
-
const Icon$
|
|
4382
|
+
const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4290
4383
|
"path",
|
|
4291
4384
|
{
|
|
4292
4385
|
fill: "currentColor",
|
|
@@ -4295,10 +4388,10 @@ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4295
4388
|
clipRule: "evenodd"
|
|
4296
4389
|
}
|
|
4297
4390
|
) });
|
|
4298
|
-
const BaseSvgIcon$
|
|
4391
|
+
const BaseSvgIcon$T = material.createSvgIcon(Icon$T(), "Salesforce");
|
|
4299
4392
|
function Salesforce({ width, height, sx, ...props }, ref) {
|
|
4300
4393
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4301
|
-
BaseSvgIcon$
|
|
4394
|
+
BaseSvgIcon$T,
|
|
4302
4395
|
{
|
|
4303
4396
|
ref,
|
|
4304
4397
|
viewBox: "0 0 24 24",
|
|
@@ -4312,7 +4405,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
|
|
|
4312
4405
|
);
|
|
4313
4406
|
}
|
|
4314
4407
|
const Salesforce$1 = React.forwardRef(Salesforce);
|
|
4315
|
-
const Icon$
|
|
4408
|
+
const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4316
4409
|
"path",
|
|
4317
4410
|
{
|
|
4318
4411
|
fill: "currentColor",
|
|
@@ -4321,10 +4414,10 @@ const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4321
4414
|
clipRule: "evenodd"
|
|
4322
4415
|
}
|
|
4323
4416
|
) });
|
|
4324
|
-
const BaseSvgIcon$
|
|
4417
|
+
const BaseSvgIcon$S = material.createSvgIcon(Icon$S(), "Sample");
|
|
4325
4418
|
function Sample({ width, height, sx, ...props }, ref) {
|
|
4326
4419
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4327
|
-
BaseSvgIcon$
|
|
4420
|
+
BaseSvgIcon$S,
|
|
4328
4421
|
{
|
|
4329
4422
|
ref,
|
|
4330
4423
|
viewBox: "0 0 24 24",
|
|
@@ -4338,7 +4431,7 @@ function Sample({ width, height, sx, ...props }, ref) {
|
|
|
4338
4431
|
);
|
|
4339
4432
|
}
|
|
4340
4433
|
const Sample$1 = React.forwardRef(Sample);
|
|
4341
|
-
const Icon$
|
|
4434
|
+
const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4342
4435
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4343
4436
|
"path",
|
|
4344
4437
|
{
|
|
@@ -4354,10 +4447,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4354
4447
|
}
|
|
4355
4448
|
)
|
|
4356
4449
|
] });
|
|
4357
|
-
const BaseSvgIcon$
|
|
4450
|
+
const BaseSvgIcon$R = material.createSvgIcon(Icon$R(), "SaveOk");
|
|
4358
4451
|
function SaveOk({ width, height, sx, ...props }, ref) {
|
|
4359
4452
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4360
|
-
BaseSvgIcon$
|
|
4453
|
+
BaseSvgIcon$R,
|
|
4361
4454
|
{
|
|
4362
4455
|
ref,
|
|
4363
4456
|
viewBox: "0 0 24 24",
|
|
@@ -4371,7 +4464,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
|
|
|
4371
4464
|
);
|
|
4372
4465
|
}
|
|
4373
4466
|
const SaveOk$1 = React.forwardRef(SaveOk);
|
|
4374
|
-
const Icon$
|
|
4467
|
+
const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4375
4468
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4376
4469
|
"path",
|
|
4377
4470
|
{
|
|
@@ -4396,10 +4489,10 @@ const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4396
4489
|
}
|
|
4397
4490
|
)
|
|
4398
4491
|
] });
|
|
4399
|
-
const BaseSvgIcon$
|
|
4492
|
+
const BaseSvgIcon$Q = material.createSvgIcon(Icon$Q(), "ScheduleRun");
|
|
4400
4493
|
function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
4401
4494
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4402
|
-
BaseSvgIcon$
|
|
4495
|
+
BaseSvgIcon$Q,
|
|
4403
4496
|
{
|
|
4404
4497
|
ref,
|
|
4405
4498
|
viewBox: "0 0 24 24",
|
|
@@ -4413,7 +4506,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
|
4413
4506
|
);
|
|
4414
4507
|
}
|
|
4415
4508
|
const ScheduleRun$1 = React.forwardRef(ScheduleRun);
|
|
4416
|
-
const Icon$
|
|
4509
|
+
const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4417
4510
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4418
4511
|
"path",
|
|
4419
4512
|
{
|
|
@@ -4429,10 +4522,10 @@ const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4429
4522
|
}
|
|
4430
4523
|
)
|
|
4431
4524
|
] });
|
|
4432
|
-
const BaseSvgIcon$
|
|
4525
|
+
const BaseSvgIcon$P = material.createSvgIcon(Icon$P(), "SelectDestination");
|
|
4433
4526
|
function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
4434
4527
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4435
|
-
BaseSvgIcon$
|
|
4528
|
+
BaseSvgIcon$P,
|
|
4436
4529
|
{
|
|
4437
4530
|
ref,
|
|
4438
4531
|
viewBox: "0 0 24 24",
|
|
@@ -4446,6 +4539,41 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
|
4446
4539
|
);
|
|
4447
4540
|
}
|
|
4448
4541
|
const SelectDestination$1 = React.forwardRef(SelectDestination);
|
|
4542
|
+
const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4543
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4544
|
+
"path",
|
|
4545
|
+
{
|
|
4546
|
+
fill: "currentColor",
|
|
4547
|
+
fillRule: "evenodd",
|
|
4548
|
+
d: "M11.293 11.293a1 1 0 0 1 1.1-.212l9 3.857a1.001 1.001 0 0 1 .122 1.777l-2.995 1.797-.006.004-1.798 2.999a1 1 0 0 1-1.778-.121l-3.857-9a1 1 0 0 1 .212-1.101m4.713 7.515.805-1.341a1.9 1.9 0 0 1 .511-.559l.092-.062.052-.034 1.343-.806-4.906-2.103z",
|
|
4549
|
+
clipRule: "evenodd"
|
|
4550
|
+
}
|
|
4551
|
+
),
|
|
4552
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4553
|
+
"path",
|
|
4554
|
+
{
|
|
4555
|
+
fill: "currentColor",
|
|
4556
|
+
d: "m10.566 17.405-2.052 4.93-1.385-.576 2.05-4.928zM7.163 14.809l-4.941 2.037-.572-1.387 4.939-2.036zM22.361 8.545l-4.948 2.039-.574-1.386 4.951-2.04zM7.17 9.175l-.574 1.385-4.931-2.053.576-1.385zM16.193 1.942l.693.29-2.058 4.94-1.387-.575 2.06-4.943zM10.58 6.588l-1.387.574-2.039-4.947 1.387-.571z"
|
|
4557
|
+
}
|
|
4558
|
+
)
|
|
4559
|
+
] });
|
|
4560
|
+
const BaseSvgIcon$O = material.createSvgIcon(Icon$O(), "SelectFeature");
|
|
4561
|
+
function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
4562
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4563
|
+
BaseSvgIcon$O,
|
|
4564
|
+
{
|
|
4565
|
+
ref,
|
|
4566
|
+
viewBox: "0 0 24 24",
|
|
4567
|
+
sx: {
|
|
4568
|
+
width,
|
|
4569
|
+
height: height || width,
|
|
4570
|
+
...sx
|
|
4571
|
+
},
|
|
4572
|
+
...props
|
|
4573
|
+
}
|
|
4574
|
+
);
|
|
4575
|
+
}
|
|
4576
|
+
const SelectFeature$1 = React.forwardRef(SelectFeature);
|
|
4449
4577
|
const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4450
4578
|
"path",
|
|
4451
4579
|
{
|
|
@@ -5899,6 +6027,7 @@ exports.AddApp = AddApp$1;
|
|
|
5899
6027
|
exports.AddSection = AddSection$1;
|
|
5900
6028
|
exports.AdvancedSettings = AdvancedSettings$1;
|
|
5901
6029
|
exports.AiAgent = AiAgent$1;
|
|
6030
|
+
exports.AiGeneratedObject = AiGeneratedObject$1;
|
|
5902
6031
|
exports.AiTool = AiTool$1;
|
|
5903
6032
|
exports.Annotation = Annotation$1;
|
|
5904
6033
|
exports.ApiCall = ApiCall$1;
|
|
@@ -5994,6 +6123,7 @@ exports.MapPin = MapPin$1;
|
|
|
5994
6123
|
exports.MarkCommentRead = MarkCommentRead$1;
|
|
5995
6124
|
exports.MarketAnalysis = MarketAnalysis$1;
|
|
5996
6125
|
exports.Max = Max$1;
|
|
6126
|
+
exports.McpTool = McpTool$1;
|
|
5997
6127
|
exports.MeasureTool = MeasureTool$1;
|
|
5998
6128
|
exports.Min = Min$1;
|
|
5999
6129
|
exports.MobilityPlanning = MobilityPlanning$1;
|
|
@@ -6039,6 +6169,7 @@ exports.Sample = Sample$1;
|
|
|
6039
6169
|
exports.SaveOk = SaveOk$1;
|
|
6040
6170
|
exports.ScheduleRun = ScheduleRun$1;
|
|
6041
6171
|
exports.SelectDestination = SelectDestination$1;
|
|
6172
|
+
exports.SelectFeature = SelectFeature$1;
|
|
6042
6173
|
exports.SelectTool = SelectTool$1;
|
|
6043
6174
|
exports.SelectVariable = SelectVariable$1;
|
|
6044
6175
|
exports.ShowRightsidebar = ShowRightsidebar$1;
|