@carto/meridian-ds 2.9.0 → 2.9.1-alpha-lists.2
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 +7 -1
- package/dist/{Alert-C4W0H_uN.cjs → Alert-BDpjbOOk.cjs} +1 -1
- package/dist/{Alert-BZPM5zpX.js → Alert-BWe4a9zW.js} +1 -1
- package/dist/{MenuItem-DoBJsRR_.cjs → MenuItem-DrvPgr-r.cjs} +1 -1
- package/dist/{MenuItem-Cx5lTXXm.js → MenuItem-zaH11xyj.js} +1 -1
- package/dist/components/index.cjs +92 -7
- package/dist/components/index.js +95 -10
- package/dist/{css-utils-CjUBRJVK.js → css-utils-BzztxQJk.js} +8 -4
- package/dist/{css-utils-CH7es90t.cjs → css-utils-Do3X_yIr.cjs} +4 -0
- package/dist/custom-icons/index.cjs +666 -538
- package/dist/custom-icons/index.js +666 -538
- package/dist/theme/index.cjs +251 -26
- package/dist/theme/index.js +253 -28
- package/dist/types/components/Avatar/Avatar.stories.d.ts.map +1 -1
- package/dist/types/components/List/List.d.ts +18 -0
- package/dist/types/components/List/List.d.ts.map +1 -0
- package/dist/types/components/List/List.stories.d.ts +80 -0
- package/dist/types/components/List/List.stories.d.ts.map +1 -0
- package/dist/types/components/List/List.test.d.ts +2 -0
- package/dist/types/components/List/List.test.d.ts.map +1 -0
- package/dist/types/components/List/ListSubheader/ListSubheader.d.ts +14 -0
- package/dist/types/components/List/ListSubheader/ListSubheader.d.ts.map +1 -0
- package/dist/types/components/List/ListSubheader/ListSubheader.test.d.ts +2 -0
- package/dist/types/components/List/ListSubheader/ListSubheader.test.d.ts.map +1 -0
- package/dist/types/components/List/index.d.ts +5 -0
- package/dist/types/components/List/index.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItem.d.ts +33 -0
- package/dist/types/components/ListItem/ListItem.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItem.stories.d.ts +235 -0
- package/dist/types/components/ListItem/ListItem.stories.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItem.test.d.ts +2 -0
- package/dist/types/components/ListItem/ListItem.test.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItemRightContent/ListItemRightContent.d.ts +14 -0
- package/dist/types/components/ListItem/ListItemRightContent/ListItemRightContent.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItemRightContent/ListItemRightContent.test.d.ts +2 -0
- package/dist/types/components/ListItem/ListItemRightContent/ListItemRightContent.test.d.ts.map +1 -0
- package/dist/types/components/ListItem/index.d.ts +5 -0
- package/dist/types/components/ListItem/index.d.ts.map +1 -0
- package/dist/types/components/Menu/Menu/Menu.stories.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/custom-icons/GroupOff.d.ts +4 -0
- package/dist/types/custom-icons/GroupOff.d.ts.map +1 -0
- package/dist/types/custom-icons/RunReuse.d.ts +4 -0
- package/dist/types/custom-icons/RunReuse.d.ts.map +1 -0
- package/dist/types/custom-icons/SearchMap.d.ts +4 -0
- package/dist/types/custom-icons/SearchMap.d.ts.map +1 -0
- package/dist/types/custom-icons/SwitchAccessShortcut.d.ts +4 -0
- package/dist/types/custom-icons/SwitchAccessShortcut.d.ts.map +1 -0
- package/dist/types/custom-icons/index.d.ts +4 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/dist/types/theme/components/data-display.d.ts.map +1 -1
- package/dist/types/theme/components/navigation.d.ts.map +1 -1
- package/dist/types/theme/types.d.ts +86 -0
- package/dist/types/theme/types.d.ts.map +1 -1
- package/dist/types/utils/theme-constants.d.ts +2 -0
- package/dist/types/utils/theme-constants.d.ts.map +1 -1
- package/dist/widgets/index.cjs +2 -2
- package/dist/widgets/index.js +2 -2
- package/package.json +1 -1
- package/dist/types/theme/components/stories/List.stories.d.ts +0 -62
- package/dist/types/theme/components/stories/List.stories.d.ts.map +0 -1
|
@@ -7,7 +7,7 @@ const ArrowDown = require("../ArrowDown-DJ0vhbsw.cjs");
|
|
|
7
7
|
const OpenDiagonallyRight = require("../OpenDiagonallyRight-CpL4ROwg.cjs");
|
|
8
8
|
const Search = require("../Search-CMWbM9nD.cjs");
|
|
9
9
|
const SwatchSquare = require("../SwatchSquare-DuXPIL7t.cjs");
|
|
10
|
-
const Icon$
|
|
10
|
+
const Icon$3n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
11
11
|
"path",
|
|
12
12
|
{
|
|
13
13
|
fill: "currentColor",
|
|
@@ -16,10 +16,10 @@ const Icon$3j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
16
16
|
clipRule: "evenodd"
|
|
17
17
|
}
|
|
18
18
|
) });
|
|
19
|
-
const BaseSvgIcon$
|
|
19
|
+
const BaseSvgIcon$3n = material.createSvgIcon(Icon$3n(), "AccessIn");
|
|
20
20
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
21
21
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
22
|
-
BaseSvgIcon$
|
|
22
|
+
BaseSvgIcon$3n,
|
|
23
23
|
{
|
|
24
24
|
ref,
|
|
25
25
|
viewBox: "0 0 24 24",
|
|
@@ -33,17 +33,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
33
33
|
);
|
|
34
34
|
}
|
|
35
35
|
const AccessIn$1 = React.forwardRef(AccessIn);
|
|
36
|
-
const Icon$
|
|
36
|
+
const Icon$3m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
37
37
|
"path",
|
|
38
38
|
{
|
|
39
39
|
fill: "currentColor",
|
|
40
40
|
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"
|
|
41
41
|
}
|
|
42
42
|
) });
|
|
43
|
-
const BaseSvgIcon$
|
|
43
|
+
const BaseSvgIcon$3m = material.createSvgIcon(Icon$3m(), "AddApp");
|
|
44
44
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
45
45
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
46
|
-
BaseSvgIcon$
|
|
46
|
+
BaseSvgIcon$3m,
|
|
47
47
|
{
|
|
48
48
|
ref,
|
|
49
49
|
viewBox: "0 0 24 24",
|
|
@@ -57,7 +57,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
57
57
|
);
|
|
58
58
|
}
|
|
59
59
|
const AddApp$1 = React.forwardRef(AddApp);
|
|
60
|
-
const Icon$
|
|
60
|
+
const Icon$3l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
61
61
|
"path",
|
|
62
62
|
{
|
|
63
63
|
fill: "currentColor",
|
|
@@ -66,10 +66,10 @@ const Icon$3h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
66
66
|
clipRule: "evenodd"
|
|
67
67
|
}
|
|
68
68
|
) });
|
|
69
|
-
const BaseSvgIcon$
|
|
69
|
+
const BaseSvgIcon$3l = material.createSvgIcon(Icon$3l(), "AddSection");
|
|
70
70
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
71
71
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
72
|
-
BaseSvgIcon$
|
|
72
|
+
BaseSvgIcon$3l,
|
|
73
73
|
{
|
|
74
74
|
ref,
|
|
75
75
|
viewBox: "0 0 24 24",
|
|
@@ -83,17 +83,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
83
83
|
);
|
|
84
84
|
}
|
|
85
85
|
const AddSection$1 = React.forwardRef(AddSection);
|
|
86
|
-
const Icon$
|
|
86
|
+
const Icon$3k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
87
87
|
"path",
|
|
88
88
|
{
|
|
89
89
|
fill: "currentColor",
|
|
90
90
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
91
91
|
}
|
|
92
92
|
) });
|
|
93
|
-
const BaseSvgIcon$
|
|
93
|
+
const BaseSvgIcon$3k = material.createSvgIcon(Icon$3k(), "AdvancedSettings");
|
|
94
94
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
95
95
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
96
|
-
BaseSvgIcon$
|
|
96
|
+
BaseSvgIcon$3k,
|
|
97
97
|
{
|
|
98
98
|
ref,
|
|
99
99
|
viewBox: "0 0 24 24",
|
|
@@ -107,7 +107,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
107
107
|
);
|
|
108
108
|
}
|
|
109
109
|
const AdvancedSettings$1 = React.forwardRef(AdvancedSettings);
|
|
110
|
-
const Icon$
|
|
110
|
+
const Icon$3j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
111
111
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
112
112
|
"path",
|
|
113
113
|
{
|
|
@@ -139,10 +139,10 @@ const Icon$3f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
139
139
|
}
|
|
140
140
|
)
|
|
141
141
|
] });
|
|
142
|
-
const BaseSvgIcon$
|
|
142
|
+
const BaseSvgIcon$3j = material.createSvgIcon(Icon$3j(), "AiAgent");
|
|
143
143
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
144
144
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
145
|
-
BaseSvgIcon$
|
|
145
|
+
BaseSvgIcon$3j,
|
|
146
146
|
{
|
|
147
147
|
ref,
|
|
148
148
|
viewBox: "0 0 24 24",
|
|
@@ -156,7 +156,7 @@ function AiAgent({ width, height, sx, ...props }, ref) {
|
|
|
156
156
|
);
|
|
157
157
|
}
|
|
158
158
|
const AiAgent$1 = React.forwardRef(AiAgent);
|
|
159
|
-
const Icon$
|
|
159
|
+
const Icon$3i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
160
160
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
161
161
|
"path",
|
|
162
162
|
{
|
|
@@ -174,10 +174,10 @@ const Icon$3e = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
174
174
|
}
|
|
175
175
|
)
|
|
176
176
|
] });
|
|
177
|
-
const BaseSvgIcon$
|
|
177
|
+
const BaseSvgIcon$3i = material.createSvgIcon(Icon$3i(), "AiGeneratedObject");
|
|
178
178
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
179
179
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
180
|
-
BaseSvgIcon$
|
|
180
|
+
BaseSvgIcon$3i,
|
|
181
181
|
{
|
|
182
182
|
ref,
|
|
183
183
|
viewBox: "0 0 24 24",
|
|
@@ -191,7 +191,7 @@ function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
|
191
191
|
);
|
|
192
192
|
}
|
|
193
193
|
const AiGeneratedObject$1 = React.forwardRef(AiGeneratedObject);
|
|
194
|
-
const Icon$
|
|
194
|
+
const Icon$3h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
195
195
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
196
196
|
"path",
|
|
197
197
|
{
|
|
@@ -232,10 +232,10 @@ const Icon$3d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
232
232
|
}
|
|
233
233
|
)
|
|
234
234
|
] });
|
|
235
|
-
const BaseSvgIcon$
|
|
235
|
+
const BaseSvgIcon$3h = material.createSvgIcon(Icon$3h(), "AiTool");
|
|
236
236
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
237
237
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
238
|
-
BaseSvgIcon$
|
|
238
|
+
BaseSvgIcon$3h,
|
|
239
239
|
{
|
|
240
240
|
ref,
|
|
241
241
|
viewBox: "0 0 24 24",
|
|
@@ -249,7 +249,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
249
249
|
);
|
|
250
250
|
}
|
|
251
251
|
const AiTool$1 = React.forwardRef(AiTool);
|
|
252
|
-
const Icon$
|
|
252
|
+
const Icon$3g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
253
253
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
254
254
|
"path",
|
|
255
255
|
{
|
|
@@ -269,10 +269,10 @@ const Icon$3c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
269
269
|
}
|
|
270
270
|
)
|
|
271
271
|
] });
|
|
272
|
-
const BaseSvgIcon$
|
|
272
|
+
const BaseSvgIcon$3g = material.createSvgIcon(Icon$3g(), "Annotation");
|
|
273
273
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
274
274
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
275
|
-
BaseSvgIcon$
|
|
275
|
+
BaseSvgIcon$3g,
|
|
276
276
|
{
|
|
277
277
|
ref,
|
|
278
278
|
viewBox: "0 0 24 24",
|
|
@@ -286,7 +286,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
286
286
|
);
|
|
287
287
|
}
|
|
288
288
|
const Annotation$1 = React.forwardRef(Annotation);
|
|
289
|
-
const Icon$
|
|
289
|
+
const Icon$3f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
290
290
|
"path",
|
|
291
291
|
{
|
|
292
292
|
fill: "currentColor",
|
|
@@ -295,10 +295,10 @@ const Icon$3b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
295
295
|
clipRule: "evenodd"
|
|
296
296
|
}
|
|
297
297
|
) });
|
|
298
|
-
const BaseSvgIcon$
|
|
298
|
+
const BaseSvgIcon$3f = material.createSvgIcon(Icon$3f(), "ApiAccessToken");
|
|
299
299
|
function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
300
300
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
301
|
-
BaseSvgIcon$
|
|
301
|
+
BaseSvgIcon$3f,
|
|
302
302
|
{
|
|
303
303
|
ref,
|
|
304
304
|
viewBox: "0 0 24 24",
|
|
@@ -312,7 +312,7 @@ function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
|
312
312
|
);
|
|
313
313
|
}
|
|
314
314
|
const ApiAccessToken$1 = React.forwardRef(ApiAccessToken);
|
|
315
|
-
const Icon$
|
|
315
|
+
const Icon$3e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
316
316
|
"path",
|
|
317
317
|
{
|
|
318
318
|
fill: "currentColor",
|
|
@@ -321,10 +321,10 @@ const Icon$3a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
321
321
|
clipRule: "evenodd"
|
|
322
322
|
}
|
|
323
323
|
) });
|
|
324
|
-
const BaseSvgIcon$
|
|
324
|
+
const BaseSvgIcon$3e = material.createSvgIcon(Icon$3e(), "ApiBaseUrl");
|
|
325
325
|
function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
326
326
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
327
|
-
BaseSvgIcon$
|
|
327
|
+
BaseSvgIcon$3e,
|
|
328
328
|
{
|
|
329
329
|
ref,
|
|
330
330
|
viewBox: "0 0 24 24",
|
|
@@ -338,7 +338,7 @@ function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
|
338
338
|
);
|
|
339
339
|
}
|
|
340
340
|
const ApiBaseUrl$1 = React.forwardRef(ApiBaseUrl);
|
|
341
|
-
const Icon$
|
|
341
|
+
const Icon$3d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
342
342
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
343
343
|
"path",
|
|
344
344
|
{
|
|
@@ -363,10 +363,10 @@ const Icon$39 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
363
363
|
}
|
|
364
364
|
)
|
|
365
365
|
] });
|
|
366
|
-
const BaseSvgIcon$
|
|
366
|
+
const BaseSvgIcon$3d = material.createSvgIcon(Icon$3d(), "ApiCall");
|
|
367
367
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
368
368
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
369
|
-
BaseSvgIcon$
|
|
369
|
+
BaseSvgIcon$3d,
|
|
370
370
|
{
|
|
371
371
|
ref,
|
|
372
372
|
viewBox: "0 0 24 24",
|
|
@@ -380,7 +380,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
380
380
|
);
|
|
381
381
|
}
|
|
382
382
|
const ApiCall$1 = React.forwardRef(ApiCall);
|
|
383
|
-
const Icon$
|
|
383
|
+
const Icon$3c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
384
384
|
"path",
|
|
385
385
|
{
|
|
386
386
|
fill: "currentColor",
|
|
@@ -389,10 +389,10 @@ const Icon$38 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
389
389
|
clipRule: "evenodd"
|
|
390
390
|
}
|
|
391
391
|
) });
|
|
392
|
-
const BaseSvgIcon$
|
|
392
|
+
const BaseSvgIcon$3c = material.createSvgIcon(Icon$3c(), "AppCredentials");
|
|
393
393
|
function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
394
394
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
395
|
-
BaseSvgIcon$
|
|
395
|
+
BaseSvgIcon$3c,
|
|
396
396
|
{
|
|
397
397
|
ref,
|
|
398
398
|
viewBox: "0 0 24 24",
|
|
@@ -406,7 +406,7 @@ function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
|
406
406
|
);
|
|
407
407
|
}
|
|
408
408
|
const AppCredentials$1 = React.forwardRef(AppCredentials);
|
|
409
|
-
const Icon$
|
|
409
|
+
const Icon$3b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
410
410
|
"path",
|
|
411
411
|
{
|
|
412
412
|
fill: "currentColor",
|
|
@@ -415,10 +415,10 @@ const Icon$37 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
415
415
|
clipRule: "evenodd"
|
|
416
416
|
}
|
|
417
417
|
) });
|
|
418
|
-
const BaseSvgIcon$
|
|
418
|
+
const BaseSvgIcon$3b = material.createSvgIcon(Icon$3b(), "ArrowLeft");
|
|
419
419
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
420
420
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
421
|
-
BaseSvgIcon$
|
|
421
|
+
BaseSvgIcon$3b,
|
|
422
422
|
{
|
|
423
423
|
ref,
|
|
424
424
|
viewBox: "0 0 24 24",
|
|
@@ -432,7 +432,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
432
432
|
);
|
|
433
433
|
}
|
|
434
434
|
const ArrowLeft$1 = React.forwardRef(ArrowLeft);
|
|
435
|
-
const Icon$
|
|
435
|
+
const Icon$3a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
436
436
|
"path",
|
|
437
437
|
{
|
|
438
438
|
fill: "currentColor",
|
|
@@ -441,10 +441,10 @@ const Icon$36 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
441
441
|
clipRule: "evenodd"
|
|
442
442
|
}
|
|
443
443
|
) });
|
|
444
|
-
const BaseSvgIcon$
|
|
444
|
+
const BaseSvgIcon$3a = material.createSvgIcon(Icon$3a(), "ArrowRight");
|
|
445
445
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
446
446
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
447
|
-
BaseSvgIcon$
|
|
447
|
+
BaseSvgIcon$3a,
|
|
448
448
|
{
|
|
449
449
|
ref,
|
|
450
450
|
viewBox: "0 0 24 24",
|
|
@@ -458,7 +458,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
458
458
|
);
|
|
459
459
|
}
|
|
460
460
|
const ArrowRight$1 = React.forwardRef(ArrowRight);
|
|
461
|
-
const Icon$
|
|
461
|
+
const Icon$39 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
462
462
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
463
463
|
"path",
|
|
464
464
|
{
|
|
@@ -483,10 +483,10 @@ const Icon$35 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
483
483
|
}
|
|
484
484
|
)
|
|
485
485
|
] });
|
|
486
|
-
const BaseSvgIcon$
|
|
486
|
+
const BaseSvgIcon$39 = material.createSvgIcon(Icon$39(), "AsynchronousWait");
|
|
487
487
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
488
488
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
489
|
-
BaseSvgIcon$
|
|
489
|
+
BaseSvgIcon$39,
|
|
490
490
|
{
|
|
491
491
|
ref,
|
|
492
492
|
viewBox: "0 0 24 24",
|
|
@@ -500,7 +500,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
500
500
|
);
|
|
501
501
|
}
|
|
502
502
|
const AsynchronousWait$1 = React.forwardRef(AsynchronousWait);
|
|
503
|
-
const Icon$
|
|
503
|
+
const Icon$38 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
504
504
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
505
505
|
"path",
|
|
506
506
|
{
|
|
@@ -520,10 +520,10 @@ const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
520
520
|
}
|
|
521
521
|
)
|
|
522
522
|
] });
|
|
523
|
-
const BaseSvgIcon$
|
|
523
|
+
const BaseSvgIcon$38 = material.createSvgIcon(Icon$38(), "Autostyle");
|
|
524
524
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
525
525
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
526
|
-
BaseSvgIcon$
|
|
526
|
+
BaseSvgIcon$38,
|
|
527
527
|
{
|
|
528
528
|
ref,
|
|
529
529
|
viewBox: "0 0 24 24",
|
|
@@ -537,7 +537,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
537
537
|
);
|
|
538
538
|
}
|
|
539
539
|
const Autostyle$1 = React.forwardRef(Autostyle);
|
|
540
|
-
const Icon$
|
|
540
|
+
const Icon$37 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
541
541
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
542
542
|
"path",
|
|
543
543
|
{
|
|
@@ -555,10 +555,10 @@ const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
555
555
|
}
|
|
556
556
|
)
|
|
557
557
|
] });
|
|
558
|
-
const BaseSvgIcon$
|
|
558
|
+
const BaseSvgIcon$37 = material.createSvgIcon(Icon$37(), "Avg");
|
|
559
559
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
560
560
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
561
|
-
BaseSvgIcon$
|
|
561
|
+
BaseSvgIcon$37,
|
|
562
562
|
{
|
|
563
563
|
ref,
|
|
564
564
|
viewBox: "0 0 24 24",
|
|
@@ -572,7 +572,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
572
572
|
);
|
|
573
573
|
}
|
|
574
574
|
const Avg$1 = React.forwardRef(Avg);
|
|
575
|
-
const Icon$
|
|
575
|
+
const Icon$36 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
576
576
|
"path",
|
|
577
577
|
{
|
|
578
578
|
fill: "currentColor",
|
|
@@ -581,10 +581,10 @@ const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
581
581
|
clipRule: "evenodd"
|
|
582
582
|
}
|
|
583
583
|
) });
|
|
584
|
-
const BaseSvgIcon$
|
|
584
|
+
const BaseSvgIcon$36 = material.createSvgIcon(Icon$36(), "Behavioral");
|
|
585
585
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
586
586
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
587
|
-
BaseSvgIcon$
|
|
587
|
+
BaseSvgIcon$36,
|
|
588
588
|
{
|
|
589
589
|
ref,
|
|
590
590
|
viewBox: "0 0 24 24",
|
|
@@ -598,7 +598,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
598
598
|
);
|
|
599
599
|
}
|
|
600
600
|
const Behavioral$1 = React.forwardRef(Behavioral);
|
|
601
|
-
const Icon$
|
|
601
|
+
const Icon$35 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
602
602
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
603
603
|
"path",
|
|
604
604
|
{
|
|
@@ -616,10 +616,10 @@ const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
616
616
|
}
|
|
617
617
|
)
|
|
618
618
|
] });
|
|
619
|
-
const BaseSvgIcon$
|
|
619
|
+
const BaseSvgIcon$35 = material.createSvgIcon(Icon$35(), "Bigquery");
|
|
620
620
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
621
621
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
622
|
-
BaseSvgIcon$
|
|
622
|
+
BaseSvgIcon$35,
|
|
623
623
|
{
|
|
624
624
|
ref,
|
|
625
625
|
viewBox: "0 0 24 24",
|
|
@@ -633,7 +633,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
633
633
|
);
|
|
634
634
|
}
|
|
635
635
|
const Bigquery$1 = React.forwardRef(Bigquery);
|
|
636
|
-
const Icon$
|
|
636
|
+
const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
637
637
|
"path",
|
|
638
638
|
{
|
|
639
639
|
fill: "currentColor",
|
|
@@ -642,10 +642,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
642
642
|
clipRule: "evenodd"
|
|
643
643
|
}
|
|
644
644
|
) });
|
|
645
|
-
const BaseSvgIcon$
|
|
645
|
+
const BaseSvgIcon$34 = material.createSvgIcon(Icon$34(), "Blending");
|
|
646
646
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
647
647
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
648
|
-
BaseSvgIcon$
|
|
648
|
+
BaseSvgIcon$34,
|
|
649
649
|
{
|
|
650
650
|
ref,
|
|
651
651
|
viewBox: "0 0 24 24",
|
|
@@ -659,7 +659,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
659
659
|
);
|
|
660
660
|
}
|
|
661
661
|
const Blending$1 = React.forwardRef(Blending);
|
|
662
|
-
const Icon$
|
|
662
|
+
const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
663
663
|
"path",
|
|
664
664
|
{
|
|
665
665
|
fill: "currentColor",
|
|
@@ -668,10 +668,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
668
668
|
clipRule: "evenodd"
|
|
669
669
|
}
|
|
670
670
|
) });
|
|
671
|
-
const BaseSvgIcon$
|
|
671
|
+
const BaseSvgIcon$33 = material.createSvgIcon(Icon$33(), "BlockLabel");
|
|
672
672
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
673
673
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
674
|
-
BaseSvgIcon$
|
|
674
|
+
BaseSvgIcon$33,
|
|
675
675
|
{
|
|
676
676
|
ref,
|
|
677
677
|
viewBox: "0 0 24 24",
|
|
@@ -685,7 +685,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
685
685
|
);
|
|
686
686
|
}
|
|
687
687
|
const BlockLabel$1 = React.forwardRef(BlockLabel);
|
|
688
|
-
const Icon$
|
|
688
|
+
const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
689
689
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
690
690
|
"path",
|
|
691
691
|
{
|
|
@@ -703,10 +703,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
703
703
|
}
|
|
704
704
|
)
|
|
705
705
|
] });
|
|
706
|
-
const BaseSvgIcon$
|
|
706
|
+
const BaseSvgIcon$32 = material.createSvgIcon(Icon$32(), "BlockLabelOff");
|
|
707
707
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
708
708
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
709
|
-
BaseSvgIcon$
|
|
709
|
+
BaseSvgIcon$32,
|
|
710
710
|
{
|
|
711
711
|
ref,
|
|
712
712
|
viewBox: "0 0 24 24",
|
|
@@ -720,17 +720,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
720
720
|
);
|
|
721
721
|
}
|
|
722
722
|
const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
|
|
723
|
-
const Icon$
|
|
723
|
+
const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
724
724
|
"path",
|
|
725
725
|
{
|
|
726
726
|
fill: "currentColor",
|
|
727
727
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
728
728
|
}
|
|
729
729
|
) });
|
|
730
|
-
const BaseSvgIcon$
|
|
730
|
+
const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "BottomRow");
|
|
731
731
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
732
732
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
733
|
-
BaseSvgIcon$
|
|
733
|
+
BaseSvgIcon$31,
|
|
734
734
|
{
|
|
735
735
|
ref,
|
|
736
736
|
viewBox: "0 0 24 24",
|
|
@@ -744,7 +744,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
744
744
|
);
|
|
745
745
|
}
|
|
746
746
|
const BottomRow$1 = React.forwardRef(BottomRow);
|
|
747
|
-
const Icon$
|
|
747
|
+
const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
748
748
|
"path",
|
|
749
749
|
{
|
|
750
750
|
fill: "currentColor",
|
|
@@ -753,10 +753,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
753
753
|
clipRule: "evenodd"
|
|
754
754
|
}
|
|
755
755
|
) });
|
|
756
|
-
const BaseSvgIcon$
|
|
756
|
+
const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "BulletPointAlt");
|
|
757
757
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
758
758
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
759
|
-
BaseSvgIcon$
|
|
759
|
+
BaseSvgIcon$30,
|
|
760
760
|
{
|
|
761
761
|
ref,
|
|
762
762
|
viewBox: "0 0 24 24",
|
|
@@ -770,7 +770,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
|
770
770
|
);
|
|
771
771
|
}
|
|
772
772
|
const BulletPointAlt$1 = React.forwardRef(BulletPointAlt);
|
|
773
|
-
const Icon$
|
|
773
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
774
774
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
|
|
775
775
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
776
776
|
"path",
|
|
@@ -782,10 +782,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
782
782
|
}
|
|
783
783
|
)
|
|
784
784
|
] });
|
|
785
|
-
const BaseSvgIcon$
|
|
785
|
+
const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "BulletPointCheckedAlt");
|
|
786
786
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
787
787
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
788
|
-
BaseSvgIcon$
|
|
788
|
+
BaseSvgIcon$2$,
|
|
789
789
|
{
|
|
790
790
|
ref,
|
|
791
791
|
viewBox: "0 0 24 24",
|
|
@@ -799,7 +799,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
|
799
799
|
);
|
|
800
800
|
}
|
|
801
801
|
const BulletPointCheckedAlt$1 = React.forwardRef(BulletPointCheckedAlt);
|
|
802
|
-
const Icon$
|
|
802
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
803
803
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
804
804
|
"path",
|
|
805
805
|
{
|
|
@@ -817,10 +817,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
817
817
|
}
|
|
818
818
|
)
|
|
819
819
|
] });
|
|
820
|
-
const BaseSvgIcon$
|
|
820
|
+
const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "Carto");
|
|
821
821
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
822
822
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
823
|
-
BaseSvgIcon$
|
|
823
|
+
BaseSvgIcon$2_,
|
|
824
824
|
{
|
|
825
825
|
ref,
|
|
826
826
|
viewBox: "0 0 24 24",
|
|
@@ -834,7 +834,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
834
834
|
);
|
|
835
835
|
}
|
|
836
836
|
const Carto$1 = React.forwardRef(Carto);
|
|
837
|
-
const Icon$
|
|
837
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
838
838
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
839
839
|
"path",
|
|
840
840
|
{
|
|
@@ -850,10 +850,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
850
850
|
}
|
|
851
851
|
)
|
|
852
852
|
] });
|
|
853
|
-
const BaseSvgIcon$
|
|
853
|
+
const BaseSvgIcon$2Z = material.createSvgIcon(Icon$2Z(), "CartoAi");
|
|
854
854
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
855
855
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
856
|
-
BaseSvgIcon$
|
|
856
|
+
BaseSvgIcon$2Z,
|
|
857
857
|
{
|
|
858
858
|
ref,
|
|
859
859
|
viewBox: "0 0 24 24",
|
|
@@ -867,7 +867,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
867
867
|
);
|
|
868
868
|
}
|
|
869
869
|
const CartoAi$1 = React.forwardRef(CartoAi);
|
|
870
|
-
const Icon$
|
|
870
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
871
871
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
872
872
|
"path",
|
|
873
873
|
{
|
|
@@ -885,10 +885,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
885
885
|
}
|
|
886
886
|
)
|
|
887
887
|
] });
|
|
888
|
-
const BaseSvgIcon$
|
|
888
|
+
const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "CartoSymbol");
|
|
889
889
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
890
890
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
891
|
-
BaseSvgIcon$
|
|
891
|
+
BaseSvgIcon$2Y,
|
|
892
892
|
{
|
|
893
893
|
ref,
|
|
894
894
|
viewBox: "0 0 24 24",
|
|
@@ -902,7 +902,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
902
902
|
);
|
|
903
903
|
}
|
|
904
904
|
const CartoSymbol$1 = React.forwardRef(CartoSymbol);
|
|
905
|
-
const Icon$
|
|
905
|
+
const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
906
906
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
907
907
|
"g",
|
|
908
908
|
{
|
|
@@ -918,10 +918,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
918
918
|
),
|
|
919
919
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
920
920
|
] });
|
|
921
|
-
const BaseSvgIcon$
|
|
921
|
+
const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "CatalogView");
|
|
922
922
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
923
923
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
924
|
-
BaseSvgIcon$
|
|
924
|
+
BaseSvgIcon$2X,
|
|
925
925
|
{
|
|
926
926
|
ref,
|
|
927
927
|
viewBox: "0 0 24 24",
|
|
@@ -935,7 +935,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
935
935
|
);
|
|
936
936
|
}
|
|
937
937
|
const CatalogView$1 = React.forwardRef(CatalogView);
|
|
938
|
-
const Icon$
|
|
938
|
+
const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
939
939
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
940
940
|
"path",
|
|
941
941
|
{
|
|
@@ -955,10 +955,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
955
955
|
}
|
|
956
956
|
)
|
|
957
957
|
] });
|
|
958
|
-
const BaseSvgIcon$
|
|
958
|
+
const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "CatastropheModeling");
|
|
959
959
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
960
960
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
961
|
-
BaseSvgIcon$
|
|
961
|
+
BaseSvgIcon$2W,
|
|
962
962
|
{
|
|
963
963
|
ref,
|
|
964
964
|
viewBox: "0 0 24 24",
|
|
@@ -972,7 +972,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
972
972
|
);
|
|
973
973
|
}
|
|
974
974
|
const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
|
|
975
|
-
const Icon$
|
|
975
|
+
const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
976
976
|
"path",
|
|
977
977
|
{
|
|
978
978
|
fill: "currentColor",
|
|
@@ -981,10 +981,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
981
981
|
clipRule: "evenodd"
|
|
982
982
|
}
|
|
983
983
|
) });
|
|
984
|
-
const BaseSvgIcon$
|
|
984
|
+
const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "Center");
|
|
985
985
|
function Center({ width, height, sx, ...props }, ref) {
|
|
986
986
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
987
|
-
BaseSvgIcon$
|
|
987
|
+
BaseSvgIcon$2V,
|
|
988
988
|
{
|
|
989
989
|
ref,
|
|
990
990
|
viewBox: "0 0 24 24",
|
|
@@ -998,7 +998,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
998
998
|
);
|
|
999
999
|
}
|
|
1000
1000
|
const Center$1 = React.forwardRef(Center);
|
|
1001
|
-
const Icon$
|
|
1001
|
+
const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1002
1002
|
"path",
|
|
1003
1003
|
{
|
|
1004
1004
|
fill: "currentColor",
|
|
@@ -1007,10 +1007,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1007
1007
|
clipRule: "evenodd"
|
|
1008
1008
|
}
|
|
1009
1009
|
) });
|
|
1010
|
-
const BaseSvgIcon$
|
|
1010
|
+
const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "CenterLayer");
|
|
1011
1011
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
1012
1012
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1013
|
-
BaseSvgIcon$
|
|
1013
|
+
BaseSvgIcon$2U,
|
|
1014
1014
|
{
|
|
1015
1015
|
ref,
|
|
1016
1016
|
viewBox: "0 0 24 24",
|
|
@@ -1024,7 +1024,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
1024
1024
|
);
|
|
1025
1025
|
}
|
|
1026
1026
|
const CenterLayer$1 = React.forwardRef(CenterLayer);
|
|
1027
|
-
const Icon$
|
|
1027
|
+
const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1028
1028
|
"path",
|
|
1029
1029
|
{
|
|
1030
1030
|
fill: "currentColor",
|
|
@@ -1033,10 +1033,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1033
1033
|
clipRule: "evenodd"
|
|
1034
1034
|
}
|
|
1035
1035
|
) });
|
|
1036
|
-
const BaseSvgIcon$
|
|
1036
|
+
const BaseSvgIcon$2T = material.createSvgIcon(Icon$2T(), "CloseDiagonallyLeft");
|
|
1037
1037
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
1038
1038
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1039
|
-
BaseSvgIcon$
|
|
1039
|
+
BaseSvgIcon$2T,
|
|
1040
1040
|
{
|
|
1041
1041
|
ref,
|
|
1042
1042
|
viewBox: "0 0 24 24",
|
|
@@ -1050,7 +1050,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
1050
1050
|
);
|
|
1051
1051
|
}
|
|
1052
1052
|
const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
|
|
1053
|
-
const Icon$
|
|
1053
|
+
const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1054
1054
|
"path",
|
|
1055
1055
|
{
|
|
1056
1056
|
fill: "currentColor",
|
|
@@ -1059,10 +1059,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1059
1059
|
clipRule: "evenodd"
|
|
1060
1060
|
}
|
|
1061
1061
|
) });
|
|
1062
|
-
const BaseSvgIcon$
|
|
1062
|
+
const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "CloseVertically");
|
|
1063
1063
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
1064
1064
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1065
|
-
BaseSvgIcon$
|
|
1065
|
+
BaseSvgIcon$2S,
|
|
1066
1066
|
{
|
|
1067
1067
|
ref,
|
|
1068
1068
|
viewBox: "0 0 24 24",
|
|
@@ -1076,7 +1076,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
1076
1076
|
);
|
|
1077
1077
|
}
|
|
1078
1078
|
const CloseVertically$1 = React.forwardRef(CloseVertically);
|
|
1079
|
-
const Icon$
|
|
1079
|
+
const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1080
1080
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1081
1081
|
"path",
|
|
1082
1082
|
{
|
|
@@ -1092,10 +1092,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1092
1092
|
}
|
|
1093
1093
|
)
|
|
1094
1094
|
] });
|
|
1095
|
-
const BaseSvgIcon$
|
|
1095
|
+
const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "CodeBlock");
|
|
1096
1096
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1097
1097
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1098
|
-
BaseSvgIcon$
|
|
1098
|
+
BaseSvgIcon$2R,
|
|
1099
1099
|
{
|
|
1100
1100
|
ref,
|
|
1101
1101
|
viewBox: "0 0 24 24",
|
|
@@ -1109,17 +1109,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
1109
1109
|
);
|
|
1110
1110
|
}
|
|
1111
1111
|
const CodeBlock$1 = React.forwardRef(CodeBlock);
|
|
1112
|
-
const Icon$
|
|
1112
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1113
1113
|
"path",
|
|
1114
1114
|
{
|
|
1115
1115
|
fill: "currentColor",
|
|
1116
1116
|
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"
|
|
1117
1117
|
}
|
|
1118
1118
|
) });
|
|
1119
|
-
const BaseSvgIcon$
|
|
1119
|
+
const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "Comments");
|
|
1120
1120
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1121
1121
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1122
|
-
BaseSvgIcon$
|
|
1122
|
+
BaseSvgIcon$2Q,
|
|
1123
1123
|
{
|
|
1124
1124
|
ref,
|
|
1125
1125
|
viewBox: "0 0 24 24",
|
|
@@ -1133,7 +1133,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
1133
1133
|
);
|
|
1134
1134
|
}
|
|
1135
1135
|
const Comments$1 = React.forwardRef(Comments);
|
|
1136
|
-
const Icon$
|
|
1136
|
+
const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1137
1137
|
"path",
|
|
1138
1138
|
{
|
|
1139
1139
|
fill: "currentColor",
|
|
@@ -1142,10 +1142,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1142
1142
|
clipRule: "evenodd"
|
|
1143
1143
|
}
|
|
1144
1144
|
) });
|
|
1145
|
-
const BaseSvgIcon$
|
|
1145
|
+
const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "Console");
|
|
1146
1146
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1147
1147
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1148
|
-
BaseSvgIcon$
|
|
1148
|
+
BaseSvgIcon$2P,
|
|
1149
1149
|
{
|
|
1150
1150
|
ref,
|
|
1151
1151
|
viewBox: "0 0 24 24",
|
|
@@ -1159,7 +1159,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
1159
1159
|
);
|
|
1160
1160
|
}
|
|
1161
1161
|
const Console$1 = React.forwardRef(Console);
|
|
1162
|
-
const Icon$
|
|
1162
|
+
const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1163
1163
|
"path",
|
|
1164
1164
|
{
|
|
1165
1165
|
fill: "currentColor",
|
|
@@ -1168,10 +1168,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1168
1168
|
clipRule: "evenodd"
|
|
1169
1169
|
}
|
|
1170
1170
|
) });
|
|
1171
|
-
const BaseSvgIcon$
|
|
1171
|
+
const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "Covid19");
|
|
1172
1172
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1173
1173
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1174
|
-
BaseSvgIcon$
|
|
1174
|
+
BaseSvgIcon$2O,
|
|
1175
1175
|
{
|
|
1176
1176
|
ref,
|
|
1177
1177
|
viewBox: "0 0 24 24",
|
|
@@ -1185,7 +1185,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1185
1185
|
);
|
|
1186
1186
|
}
|
|
1187
1187
|
const Covid19$1 = React.forwardRef(Covid19);
|
|
1188
|
-
const Icon$
|
|
1188
|
+
const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1189
1189
|
"path",
|
|
1190
1190
|
{
|
|
1191
1191
|
fill: "currentColor",
|
|
@@ -1193,10 +1193,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1193
1193
|
d: "M19.833 15.833v3h3v1h-3v3h-1v-3h-3v-1h3v-3zM4 4.5h5.793l2 2H20c.824 0 1.5.676 1.5 1.5v4.167h-1V7.5h-9.123l-2-2H3.5v13h8.667v1H4c-.824 0-1.5-.676-1.5-1.5l.01-12c0-.827.67-1.5 1.49-1.5Z"
|
|
1194
1194
|
}
|
|
1195
1195
|
) });
|
|
1196
|
-
const BaseSvgIcon$
|
|
1196
|
+
const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "CreateFolder");
|
|
1197
1197
|
function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
1198
1198
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1199
|
-
BaseSvgIcon$
|
|
1199
|
+
BaseSvgIcon$2N,
|
|
1200
1200
|
{
|
|
1201
1201
|
ref,
|
|
1202
1202
|
viewBox: "0 0 24 24",
|
|
@@ -1210,7 +1210,7 @@ function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
|
1210
1210
|
);
|
|
1211
1211
|
}
|
|
1212
1212
|
const CreateFolder$1 = React.forwardRef(CreateFolder);
|
|
1213
|
-
const Icon$
|
|
1213
|
+
const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1214
1214
|
"path",
|
|
1215
1215
|
{
|
|
1216
1216
|
fill: "currentColor",
|
|
@@ -1219,10 +1219,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1219
1219
|
clipRule: "evenodd"
|
|
1220
1220
|
}
|
|
1221
1221
|
) });
|
|
1222
|
-
const BaseSvgIcon$
|
|
1222
|
+
const BaseSvgIcon$2M = material.createSvgIcon(Icon$2M(), "CreateMap");
|
|
1223
1223
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1224
1224
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1225
|
-
BaseSvgIcon$
|
|
1225
|
+
BaseSvgIcon$2M,
|
|
1226
1226
|
{
|
|
1227
1227
|
ref,
|
|
1228
1228
|
viewBox: "0 0 24 24",
|
|
@@ -1236,17 +1236,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1236
1236
|
);
|
|
1237
1237
|
}
|
|
1238
1238
|
const CreateMap$1 = React.forwardRef(CreateMap);
|
|
1239
|
-
const Icon$
|
|
1239
|
+
const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1240
1240
|
"path",
|
|
1241
1241
|
{
|
|
1242
1242
|
fill: "currentColor",
|
|
1243
1243
|
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"
|
|
1244
1244
|
}
|
|
1245
1245
|
) });
|
|
1246
|
-
const BaseSvgIcon$
|
|
1246
|
+
const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "CreateSpatialAnalysis");
|
|
1247
1247
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1248
1248
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1249
|
-
BaseSvgIcon$
|
|
1249
|
+
BaseSvgIcon$2L,
|
|
1250
1250
|
{
|
|
1251
1251
|
ref,
|
|
1252
1252
|
viewBox: "0 0 24 24",
|
|
@@ -1260,7 +1260,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1260
1260
|
);
|
|
1261
1261
|
}
|
|
1262
1262
|
const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
|
|
1263
|
-
const Icon$
|
|
1263
|
+
const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1264
1264
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1265
1265
|
"path",
|
|
1266
1266
|
{
|
|
@@ -1278,10 +1278,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1278
1278
|
}
|
|
1279
1279
|
)
|
|
1280
1280
|
] });
|
|
1281
|
-
const BaseSvgIcon$
|
|
1281
|
+
const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "CreateTileset");
|
|
1282
1282
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1283
1283
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1284
|
-
BaseSvgIcon$
|
|
1284
|
+
BaseSvgIcon$2K,
|
|
1285
1285
|
{
|
|
1286
1286
|
ref,
|
|
1287
1287
|
viewBox: "0 0 24 24",
|
|
@@ -1295,7 +1295,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1295
1295
|
);
|
|
1296
1296
|
}
|
|
1297
1297
|
const CreateTileset$1 = React.forwardRef(CreateTileset);
|
|
1298
|
-
const Icon$
|
|
1298
|
+
const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1299
1299
|
"path",
|
|
1300
1300
|
{
|
|
1301
1301
|
fill: "currentColor",
|
|
@@ -1304,10 +1304,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1304
1304
|
clipRule: "evenodd"
|
|
1305
1305
|
}
|
|
1306
1306
|
) });
|
|
1307
|
-
const BaseSvgIcon$
|
|
1307
|
+
const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "CreateWorkflow");
|
|
1308
1308
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1309
1309
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1310
|
-
BaseSvgIcon$
|
|
1310
|
+
BaseSvgIcon$2J,
|
|
1311
1311
|
{
|
|
1312
1312
|
ref,
|
|
1313
1313
|
viewBox: "0 0 24 24",
|
|
@@ -1321,7 +1321,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1321
1321
|
);
|
|
1322
1322
|
}
|
|
1323
1323
|
const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
|
|
1324
|
-
const Icon$
|
|
1324
|
+
const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1325
1325
|
"path",
|
|
1326
1326
|
{
|
|
1327
1327
|
fill: "currentColor",
|
|
@@ -1330,10 +1330,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1330
1330
|
clipRule: "evenodd"
|
|
1331
1331
|
}
|
|
1332
1332
|
) });
|
|
1333
|
-
const BaseSvgIcon$
|
|
1333
|
+
const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "Data");
|
|
1334
1334
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1335
1335
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1336
|
-
BaseSvgIcon$
|
|
1336
|
+
BaseSvgIcon$2I,
|
|
1337
1337
|
{
|
|
1338
1338
|
ref,
|
|
1339
1339
|
viewBox: "0 0 24 24",
|
|
@@ -1347,7 +1347,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1347
1347
|
);
|
|
1348
1348
|
}
|
|
1349
1349
|
const Data$1 = React.forwardRef(Data);
|
|
1350
|
-
const Icon$
|
|
1350
|
+
const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1351
1351
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1352
1352
|
"path",
|
|
1353
1353
|
{
|
|
@@ -1367,10 +1367,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1367
1367
|
}
|
|
1368
1368
|
)
|
|
1369
1369
|
] });
|
|
1370
|
-
const BaseSvgIcon$
|
|
1370
|
+
const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "DataAccess");
|
|
1371
1371
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1372
1372
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1373
|
-
BaseSvgIcon$
|
|
1373
|
+
BaseSvgIcon$2H,
|
|
1374
1374
|
{
|
|
1375
1375
|
ref,
|
|
1376
1376
|
viewBox: "0 0 24 24",
|
|
@@ -1384,7 +1384,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1384
1384
|
);
|
|
1385
1385
|
}
|
|
1386
1386
|
const DataAccess$1 = React.forwardRef(DataAccess);
|
|
1387
|
-
const Icon$
|
|
1387
|
+
const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1388
1388
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1389
1389
|
"path",
|
|
1390
1390
|
{
|
|
@@ -1404,10 +1404,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1404
1404
|
}
|
|
1405
1405
|
)
|
|
1406
1406
|
] });
|
|
1407
|
-
const BaseSvgIcon$
|
|
1407
|
+
const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "DataExplorer");
|
|
1408
1408
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1409
1409
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1410
|
-
BaseSvgIcon$
|
|
1410
|
+
BaseSvgIcon$2G,
|
|
1411
1411
|
{
|
|
1412
1412
|
ref,
|
|
1413
1413
|
viewBox: "0 0 24 24",
|
|
@@ -1421,7 +1421,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1421
1421
|
);
|
|
1422
1422
|
}
|
|
1423
1423
|
const DataExplorer$1 = React.forwardRef(DataExplorer);
|
|
1424
|
-
const Icon$
|
|
1424
|
+
const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1425
1425
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1426
1426
|
"path",
|
|
1427
1427
|
{
|
|
@@ -1441,10 +1441,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1441
1441
|
}
|
|
1442
1442
|
)
|
|
1443
1443
|
] });
|
|
1444
|
-
const BaseSvgIcon$
|
|
1444
|
+
const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "DataFilter");
|
|
1445
1445
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1446
1446
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1447
|
-
BaseSvgIcon$
|
|
1447
|
+
BaseSvgIcon$2F,
|
|
1448
1448
|
{
|
|
1449
1449
|
ref,
|
|
1450
1450
|
viewBox: "0 0 24 24",
|
|
@@ -1458,7 +1458,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1458
1458
|
);
|
|
1459
1459
|
}
|
|
1460
1460
|
const DataFilter$1 = React.forwardRef(DataFilter);
|
|
1461
|
-
const Icon$
|
|
1461
|
+
const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1462
1462
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1463
1463
|
"path",
|
|
1464
1464
|
{
|
|
@@ -1476,10 +1476,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1476
1476
|
}
|
|
1477
1477
|
)
|
|
1478
1478
|
] });
|
|
1479
|
-
const BaseSvgIcon$
|
|
1479
|
+
const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "DataMonetization");
|
|
1480
1480
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1481
1481
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1482
|
-
BaseSvgIcon$
|
|
1482
|
+
BaseSvgIcon$2E,
|
|
1483
1483
|
{
|
|
1484
1484
|
ref,
|
|
1485
1485
|
viewBox: "0 0 24 24",
|
|
@@ -1493,7 +1493,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1493
1493
|
);
|
|
1494
1494
|
}
|
|
1495
1495
|
const DataMonetization$1 = React.forwardRef(DataMonetization);
|
|
1496
|
-
const Icon$
|
|
1496
|
+
const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1497
1497
|
"path",
|
|
1498
1498
|
{
|
|
1499
1499
|
fill: "currentColor",
|
|
@@ -1502,10 +1502,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1502
1502
|
clipRule: "evenodd"
|
|
1503
1503
|
}
|
|
1504
1504
|
) });
|
|
1505
|
-
const BaseSvgIcon$
|
|
1505
|
+
const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "DataObservatory");
|
|
1506
1506
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1507
1507
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1508
|
-
BaseSvgIcon$
|
|
1508
|
+
BaseSvgIcon$2D,
|
|
1509
1509
|
{
|
|
1510
1510
|
ref,
|
|
1511
1511
|
viewBox: "0 0 24 24",
|
|
@@ -1519,7 +1519,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1519
1519
|
);
|
|
1520
1520
|
}
|
|
1521
1521
|
const DataObservatory$1 = React.forwardRef(DataObservatory);
|
|
1522
|
-
const Icon$
|
|
1522
|
+
const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1523
1523
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1524
1524
|
"path",
|
|
1525
1525
|
{
|
|
@@ -1537,10 +1537,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1537
1537
|
}
|
|
1538
1538
|
)
|
|
1539
1539
|
] });
|
|
1540
|
-
const BaseSvgIcon$
|
|
1540
|
+
const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "DataOk");
|
|
1541
1541
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1542
1542
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1543
|
-
BaseSvgIcon$
|
|
1543
|
+
BaseSvgIcon$2C,
|
|
1544
1544
|
{
|
|
1545
1545
|
ref,
|
|
1546
1546
|
viewBox: "0 0 24 24",
|
|
@@ -1554,7 +1554,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1554
1554
|
);
|
|
1555
1555
|
}
|
|
1556
1556
|
const DataOk$1 = React.forwardRef(DataOk);
|
|
1557
|
-
const Icon$
|
|
1557
|
+
const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1558
1558
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1559
1559
|
"path",
|
|
1560
1560
|
{
|
|
@@ -1574,10 +1574,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1574
1574
|
}
|
|
1575
1575
|
)
|
|
1576
1576
|
] });
|
|
1577
|
-
const BaseSvgIcon$
|
|
1577
|
+
const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "DataPending");
|
|
1578
1578
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1579
1579
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1580
|
-
BaseSvgIcon$
|
|
1580
|
+
BaseSvgIcon$2B,
|
|
1581
1581
|
{
|
|
1582
1582
|
ref,
|
|
1583
1583
|
viewBox: "0 0 24 24",
|
|
@@ -1591,7 +1591,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1591
1591
|
);
|
|
1592
1592
|
}
|
|
1593
1593
|
const DataPending$1 = React.forwardRef(DataPending);
|
|
1594
|
-
const Icon$
|
|
1594
|
+
const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1595
1595
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1596
1596
|
"path",
|
|
1597
1597
|
{
|
|
@@ -1609,10 +1609,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1609
1609
|
}
|
|
1610
1610
|
)
|
|
1611
1611
|
] });
|
|
1612
|
-
const BaseSvgIcon$
|
|
1612
|
+
const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "DataPremium");
|
|
1613
1613
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1614
1614
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1615
|
-
BaseSvgIcon$
|
|
1615
|
+
BaseSvgIcon$2A,
|
|
1616
1616
|
{
|
|
1617
1617
|
ref,
|
|
1618
1618
|
viewBox: "0 0 24 24",
|
|
@@ -1626,7 +1626,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1626
1626
|
);
|
|
1627
1627
|
}
|
|
1628
1628
|
const DataPremium$1 = React.forwardRef(DataPremium);
|
|
1629
|
-
const Icon$
|
|
1629
|
+
const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1630
1630
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1631
1631
|
"path",
|
|
1632
1632
|
{
|
|
@@ -1646,10 +1646,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1646
1646
|
}
|
|
1647
1647
|
)
|
|
1648
1648
|
] });
|
|
1649
|
-
const BaseSvgIcon$
|
|
1649
|
+
const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "DataPublic");
|
|
1650
1650
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1651
1651
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1652
|
-
BaseSvgIcon$
|
|
1652
|
+
BaseSvgIcon$2z,
|
|
1653
1653
|
{
|
|
1654
1654
|
ref,
|
|
1655
1655
|
viewBox: "0 0 24 24",
|
|
@@ -1663,7 +1663,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1663
1663
|
);
|
|
1664
1664
|
}
|
|
1665
1665
|
const DataPublic$1 = React.forwardRef(DataPublic);
|
|
1666
|
-
const Icon$
|
|
1666
|
+
const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1667
1667
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1668
1668
|
"path",
|
|
1669
1669
|
{
|
|
@@ -1683,10 +1683,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1683
1683
|
}
|
|
1684
1684
|
)
|
|
1685
1685
|
] });
|
|
1686
|
-
const BaseSvgIcon$
|
|
1686
|
+
const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "DataSample");
|
|
1687
1687
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1688
1688
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1689
|
-
BaseSvgIcon$
|
|
1689
|
+
BaseSvgIcon$2y,
|
|
1690
1690
|
{
|
|
1691
1691
|
ref,
|
|
1692
1692
|
viewBox: "0 0 24 24",
|
|
@@ -1700,7 +1700,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1700
1700
|
);
|
|
1701
1701
|
}
|
|
1702
1702
|
const DataSample$1 = React.forwardRef(DataSample);
|
|
1703
|
-
const Icon$
|
|
1703
|
+
const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1704
1704
|
"path",
|
|
1705
1705
|
{
|
|
1706
1706
|
fill: "currentColor",
|
|
@@ -1709,10 +1709,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1709
1709
|
clipRule: "evenodd"
|
|
1710
1710
|
}
|
|
1711
1711
|
) });
|
|
1712
|
-
const BaseSvgIcon$
|
|
1712
|
+
const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "DataUnavailable");
|
|
1713
1713
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1714
1714
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1715
|
-
BaseSvgIcon$
|
|
1715
|
+
BaseSvgIcon$2x,
|
|
1716
1716
|
{
|
|
1717
1717
|
ref,
|
|
1718
1718
|
viewBox: "0 0 24 24",
|
|
@@ -1726,7 +1726,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1726
1726
|
);
|
|
1727
1727
|
}
|
|
1728
1728
|
const DataUnavailable$1 = React.forwardRef(DataUnavailable);
|
|
1729
|
-
const Icon$
|
|
1729
|
+
const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1730
1730
|
"path",
|
|
1731
1731
|
{
|
|
1732
1732
|
fill: "currentColor",
|
|
@@ -1735,10 +1735,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1735
1735
|
clipRule: "evenodd"
|
|
1736
1736
|
}
|
|
1737
1737
|
) });
|
|
1738
|
-
const BaseSvgIcon$
|
|
1738
|
+
const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "Databricks");
|
|
1739
1739
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1740
1740
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1741
|
-
BaseSvgIcon$
|
|
1741
|
+
BaseSvgIcon$2w,
|
|
1742
1742
|
{
|
|
1743
1743
|
ref,
|
|
1744
1744
|
viewBox: "0 0 24 24",
|
|
@@ -1752,7 +1752,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1752
1752
|
);
|
|
1753
1753
|
}
|
|
1754
1754
|
const Databricks$1 = React.forwardRef(Databricks);
|
|
1755
|
-
const Icon$
|
|
1755
|
+
const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1756
1756
|
"path",
|
|
1757
1757
|
{
|
|
1758
1758
|
fill: "currentColor",
|
|
@@ -1761,10 +1761,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1761
1761
|
clipRule: "evenodd"
|
|
1762
1762
|
}
|
|
1763
1763
|
) });
|
|
1764
|
-
const BaseSvgIcon$
|
|
1764
|
+
const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "Demographics");
|
|
1765
1765
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1766
1766
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1767
|
-
BaseSvgIcon$
|
|
1767
|
+
BaseSvgIcon$2v,
|
|
1768
1768
|
{
|
|
1769
1769
|
ref,
|
|
1770
1770
|
viewBox: "0 0 24 24",
|
|
@@ -1778,7 +1778,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1778
1778
|
);
|
|
1779
1779
|
}
|
|
1780
1780
|
const Demographics$1 = React.forwardRef(Demographics);
|
|
1781
|
-
const Icon$
|
|
1781
|
+
const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1782
1782
|
"path",
|
|
1783
1783
|
{
|
|
1784
1784
|
fill: "currentColor",
|
|
@@ -1787,10 +1787,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1787
1787
|
clipRule: "evenodd"
|
|
1788
1788
|
}
|
|
1789
1789
|
) });
|
|
1790
|
-
const BaseSvgIcon$
|
|
1790
|
+
const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "Derived");
|
|
1791
1791
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1792
1792
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1793
|
-
BaseSvgIcon$
|
|
1793
|
+
BaseSvgIcon$2u,
|
|
1794
1794
|
{
|
|
1795
1795
|
ref,
|
|
1796
1796
|
viewBox: "0 0 24 24",
|
|
@@ -1804,7 +1804,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1804
1804
|
);
|
|
1805
1805
|
}
|
|
1806
1806
|
const Derived$1 = React.forwardRef(Derived);
|
|
1807
|
-
const Icon$
|
|
1807
|
+
const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1808
1808
|
"path",
|
|
1809
1809
|
{
|
|
1810
1810
|
fill: "currentColor",
|
|
@@ -1813,10 +1813,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1813
1813
|
clipRule: "evenodd"
|
|
1814
1814
|
}
|
|
1815
1815
|
) });
|
|
1816
|
-
const BaseSvgIcon$
|
|
1816
|
+
const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "Distance");
|
|
1817
1817
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1818
1818
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1819
|
-
BaseSvgIcon$
|
|
1819
|
+
BaseSvgIcon$2t,
|
|
1820
1820
|
{
|
|
1821
1821
|
ref,
|
|
1822
1822
|
viewBox: "0 0 24 24",
|
|
@@ -1830,11 +1830,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1830
1830
|
);
|
|
1831
1831
|
}
|
|
1832
1832
|
const Distance$1 = React.forwardRef(Distance);
|
|
1833
|
-
const Icon$
|
|
1834
|
-
const BaseSvgIcon$
|
|
1833
|
+
const Icon$2s = () => /* @__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" }) });
|
|
1834
|
+
const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "Dot");
|
|
1835
1835
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1836
1836
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1837
|
-
BaseSvgIcon$
|
|
1837
|
+
BaseSvgIcon$2s,
|
|
1838
1838
|
{
|
|
1839
1839
|
ref,
|
|
1840
1840
|
viewBox: "0 0 24 24",
|
|
@@ -1848,7 +1848,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1848
1848
|
);
|
|
1849
1849
|
}
|
|
1850
1850
|
const Dot$1 = React.forwardRef(Dot);
|
|
1851
|
-
const Icon$
|
|
1851
|
+
const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1852
1852
|
"path",
|
|
1853
1853
|
{
|
|
1854
1854
|
fill: "currentColor",
|
|
@@ -1857,10 +1857,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1857
1857
|
clipRule: "evenodd"
|
|
1858
1858
|
}
|
|
1859
1859
|
) });
|
|
1860
|
-
const BaseSvgIcon$
|
|
1860
|
+
const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "DrawCircle");
|
|
1861
1861
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1862
1862
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1863
|
-
BaseSvgIcon$
|
|
1863
|
+
BaseSvgIcon$2r,
|
|
1864
1864
|
{
|
|
1865
1865
|
ref,
|
|
1866
1866
|
viewBox: "0 0 24 24",
|
|
@@ -1874,7 +1874,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1874
1874
|
);
|
|
1875
1875
|
}
|
|
1876
1876
|
const DrawCircle$1 = React.forwardRef(DrawCircle);
|
|
1877
|
-
const Icon$
|
|
1877
|
+
const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1878
1878
|
"path",
|
|
1879
1879
|
{
|
|
1880
1880
|
fill: "currentColor",
|
|
@@ -1883,10 +1883,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1883
1883
|
clipRule: "evenodd"
|
|
1884
1884
|
}
|
|
1885
1885
|
) });
|
|
1886
|
-
const BaseSvgIcon$
|
|
1886
|
+
const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "DrawLasso");
|
|
1887
1887
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1888
1888
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1889
|
-
BaseSvgIcon$
|
|
1889
|
+
BaseSvgIcon$2q,
|
|
1890
1890
|
{
|
|
1891
1891
|
ref,
|
|
1892
1892
|
viewBox: "0 0 24 24",
|
|
@@ -1900,17 +1900,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1900
1900
|
);
|
|
1901
1901
|
}
|
|
1902
1902
|
const DrawLasso$1 = React.forwardRef(DrawLasso);
|
|
1903
|
-
const Icon$
|
|
1903
|
+
const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1904
1904
|
"path",
|
|
1905
1905
|
{
|
|
1906
1906
|
fill: "currentColor",
|
|
1907
1907
|
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"
|
|
1908
1908
|
}
|
|
1909
1909
|
) });
|
|
1910
|
-
const BaseSvgIcon$
|
|
1910
|
+
const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "DrawLine");
|
|
1911
1911
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1912
1912
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1913
|
-
BaseSvgIcon$
|
|
1913
|
+
BaseSvgIcon$2p,
|
|
1914
1914
|
{
|
|
1915
1915
|
ref,
|
|
1916
1916
|
viewBox: "0 0 24 24",
|
|
@@ -1924,7 +1924,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1924
1924
|
);
|
|
1925
1925
|
}
|
|
1926
1926
|
const DrawLine$1 = React.forwardRef(DrawLine);
|
|
1927
|
-
const Icon$
|
|
1927
|
+
const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1928
1928
|
"path",
|
|
1929
1929
|
{
|
|
1930
1930
|
fill: "currentColor",
|
|
@@ -1933,10 +1933,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1933
1933
|
clipRule: "evenodd"
|
|
1934
1934
|
}
|
|
1935
1935
|
) });
|
|
1936
|
-
const BaseSvgIcon$
|
|
1936
|
+
const BaseSvgIcon$2o = material.createSvgIcon(Icon$2o(), "DrawPolygon");
|
|
1937
1937
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1938
1938
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1939
|
-
BaseSvgIcon$
|
|
1939
|
+
BaseSvgIcon$2o,
|
|
1940
1940
|
{
|
|
1941
1941
|
ref,
|
|
1942
1942
|
viewBox: "0 0 24 24",
|
|
@@ -1950,7 +1950,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1950
1950
|
);
|
|
1951
1951
|
}
|
|
1952
1952
|
const DrawPolygon$1 = React.forwardRef(DrawPolygon);
|
|
1953
|
-
const Icon$
|
|
1953
|
+
const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1954
1954
|
"path",
|
|
1955
1955
|
{
|
|
1956
1956
|
fill: "currentColor",
|
|
@@ -1959,10 +1959,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1959
1959
|
clipRule: "evenodd"
|
|
1960
1960
|
}
|
|
1961
1961
|
) });
|
|
1962
|
-
const BaseSvgIcon$
|
|
1962
|
+
const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "DrawSquare");
|
|
1963
1963
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1964
1964
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1965
|
-
BaseSvgIcon$
|
|
1965
|
+
BaseSvgIcon$2n,
|
|
1966
1966
|
{
|
|
1967
1967
|
ref,
|
|
1968
1968
|
viewBox: "0 0 24 24",
|
|
@@ -1976,7 +1976,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1976
1976
|
);
|
|
1977
1977
|
}
|
|
1978
1978
|
const DrawSquare$1 = React.forwardRef(DrawSquare);
|
|
1979
|
-
const Icon$
|
|
1979
|
+
const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1980
1980
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1981
1981
|
"path",
|
|
1982
1982
|
{
|
|
@@ -1994,10 +1994,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1994
1994
|
}
|
|
1995
1995
|
)
|
|
1996
1996
|
] });
|
|
1997
|
-
const BaseSvgIcon$
|
|
1997
|
+
const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "DropAPin");
|
|
1998
1998
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1999
1999
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2000
|
-
BaseSvgIcon$
|
|
2000
|
+
BaseSvgIcon$2m,
|
|
2001
2001
|
{
|
|
2002
2002
|
ref,
|
|
2003
2003
|
viewBox: "0 0 24 24",
|
|
@@ -2011,7 +2011,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
2011
2011
|
);
|
|
2012
2012
|
}
|
|
2013
2013
|
const DropAPin$1 = React.forwardRef(DropAPin);
|
|
2014
|
-
const Icon$
|
|
2014
|
+
const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2015
2015
|
"path",
|
|
2016
2016
|
{
|
|
2017
2017
|
fill: "currentColor",
|
|
@@ -2020,10 +2020,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2020
2020
|
clipRule: "evenodd"
|
|
2021
2021
|
}
|
|
2022
2022
|
) });
|
|
2023
|
-
const BaseSvgIcon$
|
|
2023
|
+
const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "DualMap");
|
|
2024
2024
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
2025
2025
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2026
|
-
BaseSvgIcon$
|
|
2026
|
+
BaseSvgIcon$2l,
|
|
2027
2027
|
{
|
|
2028
2028
|
ref,
|
|
2029
2029
|
viewBox: "0 0 24 24",
|
|
@@ -2037,7 +2037,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
2037
2037
|
);
|
|
2038
2038
|
}
|
|
2039
2039
|
const DualMap$1 = React.forwardRef(DualMap);
|
|
2040
|
-
const Icon$
|
|
2040
|
+
const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2041
2041
|
"path",
|
|
2042
2042
|
{
|
|
2043
2043
|
fill: "currentColor",
|
|
@@ -2046,10 +2046,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2046
2046
|
clipRule: "evenodd"
|
|
2047
2047
|
}
|
|
2048
2048
|
) });
|
|
2049
|
-
const BaseSvgIcon$
|
|
2049
|
+
const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "Environmental");
|
|
2050
2050
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
2051
2051
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2052
|
-
BaseSvgIcon$
|
|
2052
|
+
BaseSvgIcon$2k,
|
|
2053
2053
|
{
|
|
2054
2054
|
ref,
|
|
2055
2055
|
viewBox: "0 0 24 24",
|
|
@@ -2063,7 +2063,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
2063
2063
|
);
|
|
2064
2064
|
}
|
|
2065
2065
|
const Environmental$1 = React.forwardRef(Environmental);
|
|
2066
|
-
const Icon$
|
|
2066
|
+
const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2067
2067
|
"path",
|
|
2068
2068
|
{
|
|
2069
2069
|
fill: "currentColor",
|
|
@@ -2072,10 +2072,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2072
2072
|
clipRule: "evenodd"
|
|
2073
2073
|
}
|
|
2074
2074
|
) });
|
|
2075
|
-
const BaseSvgIcon$
|
|
2075
|
+
const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "EnvironmentalManagement");
|
|
2076
2076
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
2077
2077
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2078
|
-
BaseSvgIcon$
|
|
2078
|
+
BaseSvgIcon$2j,
|
|
2079
2079
|
{
|
|
2080
2080
|
ref,
|
|
2081
2081
|
viewBox: "0 0 24 24",
|
|
@@ -2089,11 +2089,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
2089
2089
|
);
|
|
2090
2090
|
}
|
|
2091
2091
|
const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
|
|
2092
|
-
const Icon$
|
|
2093
|
-
const BaseSvgIcon$
|
|
2092
|
+
const Icon$2i = () => /* @__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" }) });
|
|
2093
|
+
const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "Equal");
|
|
2094
2094
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
2095
2095
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2096
|
-
BaseSvgIcon$
|
|
2096
|
+
BaseSvgIcon$2i,
|
|
2097
2097
|
{
|
|
2098
2098
|
ref,
|
|
2099
2099
|
viewBox: "0 0 24 24",
|
|
@@ -2107,7 +2107,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2107
2107
|
);
|
|
2108
2108
|
}
|
|
2109
2109
|
const Equal$1 = React.forwardRef(Equal);
|
|
2110
|
-
const Icon$
|
|
2110
|
+
const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2111
2111
|
"path",
|
|
2112
2112
|
{
|
|
2113
2113
|
fill: "currentColor",
|
|
@@ -2116,10 +2116,10 @@ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2116
2116
|
clipRule: "evenodd"
|
|
2117
2117
|
}
|
|
2118
2118
|
) });
|
|
2119
|
-
const BaseSvgIcon$
|
|
2119
|
+
const BaseSvgIcon$2h = material.createSvgIcon(Icon$2h(), "ExitToAppLeft");
|
|
2120
2120
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2121
2121
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2122
|
-
BaseSvgIcon$
|
|
2122
|
+
BaseSvgIcon$2h,
|
|
2123
2123
|
{
|
|
2124
2124
|
ref,
|
|
2125
2125
|
viewBox: "0 0 24 24",
|
|
@@ -2133,7 +2133,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2133
2133
|
);
|
|
2134
2134
|
}
|
|
2135
2135
|
const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
|
|
2136
|
-
const Icon$
|
|
2136
|
+
const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2137
2137
|
"path",
|
|
2138
2138
|
{
|
|
2139
2139
|
fill: "currentColor",
|
|
@@ -2142,10 +2142,10 @@ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2142
2142
|
clipRule: "evenodd"
|
|
2143
2143
|
}
|
|
2144
2144
|
) });
|
|
2145
|
-
const BaseSvgIcon$
|
|
2145
|
+
const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "Fabric");
|
|
2146
2146
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2147
2147
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2148
|
-
BaseSvgIcon$
|
|
2148
|
+
BaseSvgIcon$2g,
|
|
2149
2149
|
{
|
|
2150
2150
|
ref,
|
|
2151
2151
|
viewBox: "0 0 24 24",
|
|
@@ -2159,7 +2159,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2159
2159
|
);
|
|
2160
2160
|
}
|
|
2161
2161
|
const Fabric$1 = React.forwardRef(Fabric);
|
|
2162
|
-
const Icon$
|
|
2162
|
+
const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2163
2163
|
"path",
|
|
2164
2164
|
{
|
|
2165
2165
|
fill: "currentColor",
|
|
@@ -2168,10 +2168,10 @@ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2168
2168
|
clipRule: "evenodd"
|
|
2169
2169
|
}
|
|
2170
2170
|
) });
|
|
2171
|
-
const BaseSvgIcon$
|
|
2171
|
+
const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "Facebook");
|
|
2172
2172
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2173
2173
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2174
|
-
BaseSvgIcon$
|
|
2174
|
+
BaseSvgIcon$2f,
|
|
2175
2175
|
{
|
|
2176
2176
|
ref,
|
|
2177
2177
|
viewBox: "0 0 24 24",
|
|
@@ -2185,7 +2185,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2185
2185
|
);
|
|
2186
2186
|
}
|
|
2187
2187
|
const Facebook$1 = React.forwardRef(Facebook);
|
|
2188
|
-
const Icon$
|
|
2188
|
+
const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2189
2189
|
"path",
|
|
2190
2190
|
{
|
|
2191
2191
|
fill: "currentColor",
|
|
@@ -2194,10 +2194,10 @@ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2194
2194
|
clipRule: "evenodd"
|
|
2195
2195
|
}
|
|
2196
2196
|
) });
|
|
2197
|
-
const BaseSvgIcon$
|
|
2197
|
+
const BaseSvgIcon$2e = material.createSvgIcon(Icon$2e(), "Financial");
|
|
2198
2198
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2199
2199
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2200
|
-
BaseSvgIcon$
|
|
2200
|
+
BaseSvgIcon$2e,
|
|
2201
2201
|
{
|
|
2202
2202
|
ref,
|
|
2203
2203
|
viewBox: "0 0 24 24",
|
|
@@ -2211,17 +2211,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2211
2211
|
);
|
|
2212
2212
|
}
|
|
2213
2213
|
const Financial$1 = React.forwardRef(Financial);
|
|
2214
|
-
const Icon$
|
|
2214
|
+
const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2215
2215
|
"path",
|
|
2216
2216
|
{
|
|
2217
2217
|
fill: "currentColor",
|
|
2218
2218
|
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"
|
|
2219
2219
|
}
|
|
2220
2220
|
) });
|
|
2221
|
-
const BaseSvgIcon$
|
|
2221
|
+
const BaseSvgIcon$2d = material.createSvgIcon(Icon$2d(), "FlipInverse");
|
|
2222
2222
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2223
2223
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2224
|
-
BaseSvgIcon$
|
|
2224
|
+
BaseSvgIcon$2d,
|
|
2225
2225
|
{
|
|
2226
2226
|
ref,
|
|
2227
2227
|
viewBox: "0 0 24 24",
|
|
@@ -2235,7 +2235,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2235
2235
|
);
|
|
2236
2236
|
}
|
|
2237
2237
|
const FlipInverse$1 = React.forwardRef(FlipInverse);
|
|
2238
|
-
const Icon$
|
|
2238
|
+
const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2239
2239
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2240
2240
|
"mask",
|
|
2241
2241
|
{
|
|
@@ -2259,10 +2259,10 @@ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2259
2259
|
}
|
|
2260
2260
|
) })
|
|
2261
2261
|
] });
|
|
2262
|
-
const BaseSvgIcon$
|
|
2262
|
+
const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "FolderEmpty");
|
|
2263
2263
|
function FolderEmpty({ width, height, sx, ...props }, ref) {
|
|
2264
2264
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2265
|
-
BaseSvgIcon$
|
|
2265
|
+
BaseSvgIcon$2c,
|
|
2266
2266
|
{
|
|
2267
2267
|
ref,
|
|
2268
2268
|
viewBox: "0 0 24 24",
|
|
@@ -2276,7 +2276,7 @@ function FolderEmpty({ width, height, sx, ...props }, ref) {
|
|
|
2276
2276
|
);
|
|
2277
2277
|
}
|
|
2278
2278
|
const FolderEmpty$1 = React.forwardRef(FolderEmpty);
|
|
2279
|
-
const Icon$
|
|
2279
|
+
const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2280
2280
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2281
2281
|
"path",
|
|
2282
2282
|
{
|
|
@@ -2294,10 +2294,10 @@ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2294
2294
|
}
|
|
2295
2295
|
)
|
|
2296
2296
|
] });
|
|
2297
|
-
const BaseSvgIcon$
|
|
2297
|
+
const BaseSvgIcon$2b = material.createSvgIcon(Icon$2b(), "FoldersStackedOutlined");
|
|
2298
2298
|
function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
|
|
2299
2299
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2300
|
-
BaseSvgIcon$
|
|
2300
|
+
BaseSvgIcon$2b,
|
|
2301
2301
|
{
|
|
2302
2302
|
ref,
|
|
2303
2303
|
viewBox: "0 0 24 24",
|
|
@@ -2311,7 +2311,7 @@ function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
|
|
|
2311
2311
|
);
|
|
2312
2312
|
}
|
|
2313
2313
|
const FoldersStackedOutlined$1 = React.forwardRef(FoldersStackedOutlined);
|
|
2314
|
-
const Icon$
|
|
2314
|
+
const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2315
2315
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2316
2316
|
"path",
|
|
2317
2317
|
{
|
|
@@ -2331,10 +2331,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2331
2331
|
}
|
|
2332
2332
|
)
|
|
2333
2333
|
] });
|
|
2334
|
-
const BaseSvgIcon$
|
|
2334
|
+
const BaseSvgIcon$2a = material.createSvgIcon(Icon$2a(), "Framed");
|
|
2335
2335
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
2336
2336
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2337
|
-
BaseSvgIcon$
|
|
2337
|
+
BaseSvgIcon$2a,
|
|
2338
2338
|
{
|
|
2339
2339
|
ref,
|
|
2340
2340
|
viewBox: "0 0 24 24",
|
|
@@ -2348,7 +2348,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
2348
2348
|
);
|
|
2349
2349
|
}
|
|
2350
2350
|
const Framed$1 = React.forwardRef(Framed);
|
|
2351
|
-
const Icon$
|
|
2351
|
+
const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2352
2352
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2353
2353
|
"path",
|
|
2354
2354
|
{
|
|
@@ -2375,10 +2375,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2375
2375
|
}
|
|
2376
2376
|
)
|
|
2377
2377
|
] });
|
|
2378
|
-
const BaseSvgIcon$
|
|
2378
|
+
const BaseSvgIcon$29 = material.createSvgIcon(Icon$29(), "FraudDetection");
|
|
2379
2379
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2380
2380
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2381
|
-
BaseSvgIcon$
|
|
2381
|
+
BaseSvgIcon$29,
|
|
2382
2382
|
{
|
|
2383
2383
|
ref,
|
|
2384
2384
|
viewBox: "0 0 24 24",
|
|
@@ -2392,7 +2392,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2392
2392
|
);
|
|
2393
2393
|
}
|
|
2394
2394
|
const FraudDetection$1 = React.forwardRef(FraudDetection);
|
|
2395
|
-
const Icon$
|
|
2395
|
+
const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2396
2396
|
"path",
|
|
2397
2397
|
{
|
|
2398
2398
|
fill: "currentColor",
|
|
@@ -2401,10 +2401,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2401
2401
|
clipRule: "evenodd"
|
|
2402
2402
|
}
|
|
2403
2403
|
) });
|
|
2404
|
-
const BaseSvgIcon$
|
|
2404
|
+
const BaseSvgIcon$28 = material.createSvgIcon(Icon$28(), "Functions");
|
|
2405
2405
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2406
2406
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2407
|
-
BaseSvgIcon$
|
|
2407
|
+
BaseSvgIcon$28,
|
|
2408
2408
|
{
|
|
2409
2409
|
ref,
|
|
2410
2410
|
viewBox: "0 0 24 24",
|
|
@@ -2418,7 +2418,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2418
2418
|
);
|
|
2419
2419
|
}
|
|
2420
2420
|
const Functions$1 = React.forwardRef(Functions);
|
|
2421
|
-
const Icon$
|
|
2421
|
+
const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2422
2422
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2423
2423
|
"path",
|
|
2424
2424
|
{
|
|
@@ -2441,10 +2441,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2441
2441
|
}
|
|
2442
2442
|
)
|
|
2443
2443
|
] });
|
|
2444
|
-
const BaseSvgIcon$
|
|
2444
|
+
const BaseSvgIcon$27 = material.createSvgIcon(Icon$27(), "GeneratingDescription");
|
|
2445
2445
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2446
2446
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2447
|
-
BaseSvgIcon$
|
|
2447
|
+
BaseSvgIcon$27,
|
|
2448
2448
|
{
|
|
2449
2449
|
ref,
|
|
2450
2450
|
viewBox: "0 0 24 24",
|
|
@@ -2458,7 +2458,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2458
2458
|
);
|
|
2459
2459
|
}
|
|
2460
2460
|
const GeneratingDescription$1 = React.forwardRef(GeneratingDescription);
|
|
2461
|
-
const Icon$
|
|
2461
|
+
const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2462
2462
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2463
2463
|
"path",
|
|
2464
2464
|
{
|
|
@@ -2478,10 +2478,10 @@ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2478
2478
|
}
|
|
2479
2479
|
)
|
|
2480
2480
|
] });
|
|
2481
|
-
const BaseSvgIcon$
|
|
2481
|
+
const BaseSvgIcon$26 = material.createSvgIcon(Icon$26(), "GeocodeTable");
|
|
2482
2482
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2483
2483
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2484
|
-
BaseSvgIcon$
|
|
2484
|
+
BaseSvgIcon$26,
|
|
2485
2485
|
{
|
|
2486
2486
|
ref,
|
|
2487
2487
|
viewBox: "0 0 24 24",
|
|
@@ -2495,7 +2495,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2495
2495
|
);
|
|
2496
2496
|
}
|
|
2497
2497
|
const GeocodeTable$1 = React.forwardRef(GeocodeTable);
|
|
2498
|
-
const Icon$
|
|
2498
|
+
const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2499
2499
|
"path",
|
|
2500
2500
|
{
|
|
2501
2501
|
fill: "currentColor",
|
|
@@ -2504,10 +2504,10 @@ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2504
2504
|
clipRule: "evenodd"
|
|
2505
2505
|
}
|
|
2506
2506
|
) });
|
|
2507
|
-
const BaseSvgIcon$
|
|
2507
|
+
const BaseSvgIcon$25 = material.createSvgIcon(Icon$25(), "Geography");
|
|
2508
2508
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2509
2509
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2510
|
-
BaseSvgIcon$
|
|
2510
|
+
BaseSvgIcon$25,
|
|
2511
2511
|
{
|
|
2512
2512
|
ref,
|
|
2513
2513
|
viewBox: "0 0 24 24",
|
|
@@ -2521,7 +2521,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2521
2521
|
);
|
|
2522
2522
|
}
|
|
2523
2523
|
const Geography$1 = React.forwardRef(Geography);
|
|
2524
|
-
const Icon$
|
|
2524
|
+
const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2525
2525
|
"path",
|
|
2526
2526
|
{
|
|
2527
2527
|
fill: "currentColor",
|
|
@@ -2530,10 +2530,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2530
2530
|
clipRule: "evenodd"
|
|
2531
2531
|
}
|
|
2532
2532
|
) });
|
|
2533
|
-
const BaseSvgIcon$
|
|
2533
|
+
const BaseSvgIcon$24 = material.createSvgIcon(Icon$24(), "Geomarketing");
|
|
2534
2534
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2535
2535
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2536
|
-
BaseSvgIcon$
|
|
2536
|
+
BaseSvgIcon$24,
|
|
2537
2537
|
{
|
|
2538
2538
|
ref,
|
|
2539
2539
|
viewBox: "0 0 24 24",
|
|
@@ -2547,7 +2547,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2547
2547
|
);
|
|
2548
2548
|
}
|
|
2549
2549
|
const Geomarketing$1 = React.forwardRef(Geomarketing);
|
|
2550
|
-
const Icon$
|
|
2550
|
+
const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2551
2551
|
"path",
|
|
2552
2552
|
{
|
|
2553
2553
|
fill: "currentColor",
|
|
@@ -2556,10 +2556,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2556
2556
|
clipRule: "evenodd"
|
|
2557
2557
|
}
|
|
2558
2558
|
) });
|
|
2559
|
-
const BaseSvgIcon$
|
|
2559
|
+
const BaseSvgIcon$23 = material.createSvgIcon(Icon$23(), "Geometry");
|
|
2560
2560
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2561
2561
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2562
|
-
BaseSvgIcon$
|
|
2562
|
+
BaseSvgIcon$23,
|
|
2563
2563
|
{
|
|
2564
2564
|
ref,
|
|
2565
2565
|
viewBox: "0 0 24 24",
|
|
@@ -2573,7 +2573,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2573
2573
|
);
|
|
2574
2574
|
}
|
|
2575
2575
|
const Geometry$1 = React.forwardRef(Geometry);
|
|
2576
|
-
const Icon$
|
|
2576
|
+
const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2577
2577
|
"path",
|
|
2578
2578
|
{
|
|
2579
2579
|
fill: "currentColor",
|
|
@@ -2582,10 +2582,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2582
2582
|
clipRule: "evenodd"
|
|
2583
2583
|
}
|
|
2584
2584
|
) });
|
|
2585
|
-
const BaseSvgIcon$
|
|
2585
|
+
const BaseSvgIcon$22 = material.createSvgIcon(Icon$22(), "Github");
|
|
2586
2586
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2587
2587
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2588
|
-
BaseSvgIcon$
|
|
2588
|
+
BaseSvgIcon$22,
|
|
2589
2589
|
{
|
|
2590
2590
|
ref,
|
|
2591
2591
|
viewBox: "0 0 24 24",
|
|
@@ -2599,7 +2599,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2599
2599
|
);
|
|
2600
2600
|
}
|
|
2601
2601
|
const Github$1 = React.forwardRef(Github);
|
|
2602
|
-
const Icon$
|
|
2602
|
+
const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2603
2603
|
"path",
|
|
2604
2604
|
{
|
|
2605
2605
|
fill: "currentColor",
|
|
@@ -2608,10 +2608,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2608
2608
|
clipRule: "evenodd"
|
|
2609
2609
|
}
|
|
2610
2610
|
) });
|
|
2611
|
-
const BaseSvgIcon$
|
|
2611
|
+
const BaseSvgIcon$21 = material.createSvgIcon(Icon$21(), "Google");
|
|
2612
2612
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2613
2613
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2614
|
-
BaseSvgIcon$
|
|
2614
|
+
BaseSvgIcon$21,
|
|
2615
2615
|
{
|
|
2616
2616
|
ref,
|
|
2617
2617
|
viewBox: "0 0 24 24",
|
|
@@ -2625,19 +2625,43 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2625
2625
|
);
|
|
2626
2626
|
}
|
|
2627
2627
|
const Google$1 = React.forwardRef(Google);
|
|
2628
|
-
const Icon$
|
|
2628
|
+
const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2629
2629
|
"path",
|
|
2630
2630
|
{
|
|
2631
2631
|
fill: "currentColor",
|
|
2632
|
-
|
|
2633
|
-
d: "M17.522 2.004c.645 0 1.245.324 1.608.86l.086.139 3.522 8.002c.32.566.347 1.253.08 1.84l-.08.158-3.522 8.002c-.323.57-.898.939-1.534.992l-.16.007H6.478a1.94 1.94 0 0 1-1.608-.86l-.086-.14-3.522-8.001a2.04 2.04 0 0 1-.08-1.84l.08-.158 3.522-8.002c.323-.571.898-.94 1.534-.993l.16-.006zM17.5 4.002h-11L3 12.004l3.5 8.002h11l3.5-8.002zM16 8a2 2 0 0 1 1.994 1.85L18 10v.5c0 .83-.67 1.5-1.5 1.5.781 0 1.42.594 1.493 1.355L18 13.5v.5a2 2 0 0 1-1.851 1.995L16 16h-3v-2h3v-1h-2v-2h2v-1h-3V8zM8 8v3h1V8h2v8H9v-3H8v3H6V8z",
|
|
2634
|
-
clipRule: "evenodd"
|
|
2632
|
+
d: "M15 8c0-1.42-.5-2.73-1.33-3.76.42-.14.86-.24 1.33-.24 2.21 0 4 1.79 4 4s-1.79 4-4 4h-.18l-.77-.77c.6-.94.95-2.05.95-3.23m7.83 12H23v-3c0-2.18-3.58-3.47-6.34-3.87 1.1.75 1.95 1.71 2.23 2.94zM9 6c-.06 0-.11 0-.16.01l-1.6-1.6a3.996 3.996 0 0 1 5.35 5.35l-1.6-1.6c.01-.05.01-.1.01-.16 0-1.1-.9-2-2-2m.17 6H9c-2.21 0-4-1.79-4-4v-.17L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41L17 19.83V20H1v-3c0-2.66 5.33-4 8-4 .37 0 .8.03 1.25.08zM9 15c-2.7 0-5.8 1.29-6 2.01V18h12v-.17l-2.11-2.11C11.76 15.31 10.33 15 9 15"
|
|
2635
2633
|
}
|
|
2636
2634
|
) });
|
|
2637
|
-
const BaseSvgIcon$
|
|
2638
|
-
function
|
|
2635
|
+
const BaseSvgIcon$20 = material.createSvgIcon(Icon$20(), "GroupOff");
|
|
2636
|
+
function GroupOff({ width, height, sx, ...props }, ref) {
|
|
2639
2637
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2640
|
-
BaseSvgIcon$
|
|
2638
|
+
BaseSvgIcon$20,
|
|
2639
|
+
{
|
|
2640
|
+
ref,
|
|
2641
|
+
viewBox: "0 0 24 24",
|
|
2642
|
+
sx: {
|
|
2643
|
+
width,
|
|
2644
|
+
height: height || width,
|
|
2645
|
+
...sx
|
|
2646
|
+
},
|
|
2647
|
+
...props
|
|
2648
|
+
}
|
|
2649
|
+
);
|
|
2650
|
+
}
|
|
2651
|
+
const GroupOff$1 = React.forwardRef(GroupOff);
|
|
2652
|
+
const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2653
|
+
"path",
|
|
2654
|
+
{
|
|
2655
|
+
fill: "currentColor",
|
|
2656
|
+
fillRule: "evenodd",
|
|
2657
|
+
d: "M17.522 2.004c.645 0 1.245.324 1.608.86l.086.139 3.522 8.002c.32.566.347 1.253.08 1.84l-.08.158-3.522 8.002c-.323.57-.898.939-1.534.992l-.16.007H6.478a1.94 1.94 0 0 1-1.608-.86l-.086-.14-3.522-8.001a2.04 2.04 0 0 1-.08-1.84l.08-.158 3.522-8.002c.323-.571.898-.94 1.534-.993l.16-.006zM17.5 4.002h-11L3 12.004l3.5 8.002h11l3.5-8.002zM16 8a2 2 0 0 1 1.994 1.85L18 10v.5c0 .83-.67 1.5-1.5 1.5.781 0 1.42.594 1.493 1.355L18 13.5v.5a2 2 0 0 1-1.851 1.995L16 16h-3v-2h3v-1h-2v-2h2v-1h-3V8zM8 8v3h1V8h2v8H9v-3H8v3H6V8z",
|
|
2658
|
+
clipRule: "evenodd"
|
|
2659
|
+
}
|
|
2660
|
+
) });
|
|
2661
|
+
const BaseSvgIcon$1$ = material.createSvgIcon(Icon$1$(), "H3");
|
|
2662
|
+
function H3({ width, height, sx, ...props }, ref) {
|
|
2663
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2664
|
+
BaseSvgIcon$1$,
|
|
2641
2665
|
{
|
|
2642
2666
|
ref,
|
|
2643
2667
|
viewBox: "0 0 24 24",
|
|
@@ -2651,7 +2675,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2651
2675
|
);
|
|
2652
2676
|
}
|
|
2653
2677
|
const H3$1 = React.forwardRef(H3);
|
|
2654
|
-
const Icon$
|
|
2678
|
+
const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2655
2679
|
"path",
|
|
2656
2680
|
{
|
|
2657
2681
|
fill: "currentColor",
|
|
@@ -2660,10 +2684,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2660
2684
|
clipRule: "evenodd"
|
|
2661
2685
|
}
|
|
2662
2686
|
) });
|
|
2663
|
-
const BaseSvgIcon$
|
|
2687
|
+
const BaseSvgIcon$1_ = material.createSvgIcon(Icon$1_(), "HealthAnalytics");
|
|
2664
2688
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2665
2689
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2666
|
-
BaseSvgIcon$
|
|
2690
|
+
BaseSvgIcon$1_,
|
|
2667
2691
|
{
|
|
2668
2692
|
ref,
|
|
2669
2693
|
viewBox: "0 0 24 24",
|
|
@@ -2677,7 +2701,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2677
2701
|
);
|
|
2678
2702
|
}
|
|
2679
2703
|
const HealthAnalytics$1 = React.forwardRef(HealthAnalytics);
|
|
2680
|
-
const Icon$
|
|
2704
|
+
const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2681
2705
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2682
2706
|
"path",
|
|
2683
2707
|
{
|
|
@@ -2695,10 +2719,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2695
2719
|
}
|
|
2696
2720
|
)
|
|
2697
2721
|
] });
|
|
2698
|
-
const BaseSvgIcon$
|
|
2722
|
+
const BaseSvgIcon$1Z = material.createSvgIcon(Icon$1Z(), "HideComments");
|
|
2699
2723
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2700
2724
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2701
|
-
BaseSvgIcon$
|
|
2725
|
+
BaseSvgIcon$1Z,
|
|
2702
2726
|
{
|
|
2703
2727
|
ref,
|
|
2704
2728
|
viewBox: "0 0 24 24",
|
|
@@ -2712,7 +2736,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2712
2736
|
);
|
|
2713
2737
|
}
|
|
2714
2738
|
const HideComments$1 = React.forwardRef(HideComments);
|
|
2715
|
-
const Icon$
|
|
2739
|
+
const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2716
2740
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2717
2741
|
"path",
|
|
2718
2742
|
{
|
|
@@ -2730,10 +2754,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2730
2754
|
}
|
|
2731
2755
|
)
|
|
2732
2756
|
] });
|
|
2733
|
-
const BaseSvgIcon$
|
|
2757
|
+
const BaseSvgIcon$1Y = material.createSvgIcon(Icon$1Y(), "HideLeftsidebar");
|
|
2734
2758
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2735
2759
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2736
|
-
BaseSvgIcon$
|
|
2760
|
+
BaseSvgIcon$1Y,
|
|
2737
2761
|
{
|
|
2738
2762
|
ref,
|
|
2739
2763
|
viewBox: "0 0 24 24",
|
|
@@ -2747,7 +2771,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2747
2771
|
);
|
|
2748
2772
|
}
|
|
2749
2773
|
const HideLeftsidebar$1 = React.forwardRef(HideLeftsidebar);
|
|
2750
|
-
const Icon$
|
|
2774
|
+
const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2751
2775
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2752
2776
|
"path",
|
|
2753
2777
|
{
|
|
@@ -2765,10 +2789,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2765
2789
|
}
|
|
2766
2790
|
)
|
|
2767
2791
|
] });
|
|
2768
|
-
const BaseSvgIcon$
|
|
2792
|
+
const BaseSvgIcon$1X = material.createSvgIcon(Icon$1X(), "HideRightsidebar");
|
|
2769
2793
|
function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
2770
2794
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2771
|
-
BaseSvgIcon$
|
|
2795
|
+
BaseSvgIcon$1X,
|
|
2772
2796
|
{
|
|
2773
2797
|
ref,
|
|
2774
2798
|
viewBox: "0 0 24 24",
|
|
@@ -2782,7 +2806,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2782
2806
|
);
|
|
2783
2807
|
}
|
|
2784
2808
|
const HideRightsidebar$1 = React.forwardRef(HideRightsidebar);
|
|
2785
|
-
const Icon$
|
|
2809
|
+
const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2786
2810
|
"path",
|
|
2787
2811
|
{
|
|
2788
2812
|
fill: "currentColor",
|
|
@@ -2791,10 +2815,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2791
2815
|
clipRule: "evenodd"
|
|
2792
2816
|
}
|
|
2793
2817
|
) });
|
|
2794
|
-
const BaseSvgIcon$
|
|
2818
|
+
const BaseSvgIcon$1W = material.createSvgIcon(Icon$1W(), "Home");
|
|
2795
2819
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2796
2820
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2797
|
-
BaseSvgIcon$
|
|
2821
|
+
BaseSvgIcon$1W,
|
|
2798
2822
|
{
|
|
2799
2823
|
ref,
|
|
2800
2824
|
viewBox: "0 0 24 24",
|
|
@@ -2808,7 +2832,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2808
2832
|
);
|
|
2809
2833
|
}
|
|
2810
2834
|
const Home$1 = React.forwardRef(Home);
|
|
2811
|
-
const Icon$
|
|
2835
|
+
const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2812
2836
|
"path",
|
|
2813
2837
|
{
|
|
2814
2838
|
fill: "currentColor",
|
|
@@ -2817,10 +2841,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2817
2841
|
clipRule: "evenodd"
|
|
2818
2842
|
}
|
|
2819
2843
|
) });
|
|
2820
|
-
const BaseSvgIcon$
|
|
2844
|
+
const BaseSvgIcon$1V = material.createSvgIcon(Icon$1V(), "Housing");
|
|
2821
2845
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2822
2846
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2823
|
-
BaseSvgIcon$
|
|
2847
|
+
BaseSvgIcon$1V,
|
|
2824
2848
|
{
|
|
2825
2849
|
ref,
|
|
2826
2850
|
viewBox: "0 0 24 24",
|
|
@@ -2834,7 +2858,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2834
2858
|
);
|
|
2835
2859
|
}
|
|
2836
2860
|
const Housing$1 = React.forwardRef(Housing);
|
|
2837
|
-
const Icon$
|
|
2861
|
+
const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2838
2862
|
"path",
|
|
2839
2863
|
{
|
|
2840
2864
|
fill: "currentColor",
|
|
@@ -2843,10 +2867,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2843
2867
|
clipRule: "evenodd"
|
|
2844
2868
|
}
|
|
2845
2869
|
) });
|
|
2846
|
-
const BaseSvgIcon$
|
|
2870
|
+
const BaseSvgIcon$1U = material.createSvgIcon(Icon$1U(), "HumanMobility");
|
|
2847
2871
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2848
2872
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2849
|
-
BaseSvgIcon$
|
|
2873
|
+
BaseSvgIcon$1U,
|
|
2850
2874
|
{
|
|
2851
2875
|
ref,
|
|
2852
2876
|
viewBox: "0 0 24 24",
|
|
@@ -2860,7 +2884,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2860
2884
|
);
|
|
2861
2885
|
}
|
|
2862
2886
|
const HumanMobility$1 = React.forwardRef(HumanMobility);
|
|
2863
|
-
const Icon$
|
|
2887
|
+
const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2864
2888
|
"path",
|
|
2865
2889
|
{
|
|
2866
2890
|
fill: "currentColor",
|
|
@@ -2869,10 +2893,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2869
2893
|
clipRule: "evenodd"
|
|
2870
2894
|
}
|
|
2871
2895
|
) });
|
|
2872
|
-
const BaseSvgIcon$
|
|
2896
|
+
const BaseSvgIcon$1T = material.createSvgIcon(Icon$1T(), "Id");
|
|
2873
2897
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2874
2898
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2875
|
-
BaseSvgIcon$
|
|
2899
|
+
BaseSvgIcon$1T,
|
|
2876
2900
|
{
|
|
2877
2901
|
ref,
|
|
2878
2902
|
viewBox: "0 0 24 24",
|
|
@@ -2886,7 +2910,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2886
2910
|
);
|
|
2887
2911
|
}
|
|
2888
2912
|
const Id$1 = React.forwardRef(Id);
|
|
2889
|
-
const Icon$
|
|
2913
|
+
const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2890
2914
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2891
2915
|
"path",
|
|
2892
2916
|
{
|
|
@@ -2904,10 +2928,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2904
2928
|
),
|
|
2905
2929
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2906
2930
|
] });
|
|
2907
|
-
const BaseSvgIcon$
|
|
2931
|
+
const BaseSvgIcon$1S = material.createSvgIcon(Icon$1S(), "Image");
|
|
2908
2932
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2909
2933
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2910
|
-
BaseSvgIcon$
|
|
2934
|
+
BaseSvgIcon$1S,
|
|
2911
2935
|
{
|
|
2912
2936
|
ref,
|
|
2913
2937
|
viewBox: "0 0 24 24",
|
|
@@ -2921,7 +2945,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2921
2945
|
);
|
|
2922
2946
|
}
|
|
2923
2947
|
const Image$1 = React.forwardRef(Image);
|
|
2924
|
-
const Icon$
|
|
2948
|
+
const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2925
2949
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2926
2950
|
"path",
|
|
2927
2951
|
{
|
|
@@ -2946,10 +2970,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2946
2970
|
}
|
|
2947
2971
|
)
|
|
2948
2972
|
] });
|
|
2949
|
-
const BaseSvgIcon$
|
|
2973
|
+
const BaseSvgIcon$1R = material.createSvgIcon(Icon$1R(), "Infrastructure");
|
|
2950
2974
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2951
2975
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2952
|
-
BaseSvgIcon$
|
|
2976
|
+
BaseSvgIcon$1R,
|
|
2953
2977
|
{
|
|
2954
2978
|
ref,
|
|
2955
2979
|
viewBox: "0 0 24 24",
|
|
@@ -2963,7 +2987,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2963
2987
|
);
|
|
2964
2988
|
}
|
|
2965
2989
|
const Infrastructure$1 = React.forwardRef(Infrastructure);
|
|
2966
|
-
const Icon$
|
|
2990
|
+
const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2967
2991
|
"path",
|
|
2968
2992
|
{
|
|
2969
2993
|
fill: "currentColor",
|
|
@@ -2972,10 +2996,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2972
2996
|
clipRule: "evenodd"
|
|
2973
2997
|
}
|
|
2974
2998
|
) });
|
|
2975
|
-
const BaseSvgIcon$
|
|
2999
|
+
const BaseSvgIcon$1Q = material.createSvgIcon(Icon$1Q(), "IotAnalytics");
|
|
2976
3000
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2977
3001
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2978
|
-
BaseSvgIcon$
|
|
3002
|
+
BaseSvgIcon$1Q,
|
|
2979
3003
|
{
|
|
2980
3004
|
ref,
|
|
2981
3005
|
viewBox: "0 0 24 24",
|
|
@@ -2989,7 +3013,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2989
3013
|
);
|
|
2990
3014
|
}
|
|
2991
3015
|
const IotAnalytics$1 = React.forwardRef(IotAnalytics);
|
|
2992
|
-
const Icon$
|
|
3016
|
+
const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2993
3017
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2994
3018
|
"path",
|
|
2995
3019
|
{
|
|
@@ -3007,10 +3031,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3007
3031
|
}
|
|
3008
3032
|
)
|
|
3009
3033
|
] });
|
|
3010
|
-
const BaseSvgIcon$
|
|
3034
|
+
const BaseSvgIcon$1P = material.createSvgIcon(Icon$1P(), "LabelDeprecated");
|
|
3011
3035
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
3012
3036
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3013
|
-
BaseSvgIcon$
|
|
3037
|
+
BaseSvgIcon$1P,
|
|
3014
3038
|
{
|
|
3015
3039
|
ref,
|
|
3016
3040
|
viewBox: "0 0 24 24",
|
|
@@ -3024,7 +3048,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
3024
3048
|
);
|
|
3025
3049
|
}
|
|
3026
3050
|
const LabelDeprecated$1 = React.forwardRef(LabelDeprecated);
|
|
3027
|
-
const Icon$
|
|
3051
|
+
const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3028
3052
|
"path",
|
|
3029
3053
|
{
|
|
3030
3054
|
fill: "currentColor",
|
|
@@ -3033,10 +3057,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3033
3057
|
clipRule: "evenodd"
|
|
3034
3058
|
}
|
|
3035
3059
|
) });
|
|
3036
|
-
const BaseSvgIcon$
|
|
3060
|
+
const BaseSvgIcon$1O = material.createSvgIcon(Icon$1O(), "Layers");
|
|
3037
3061
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
3038
3062
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3039
|
-
BaseSvgIcon$
|
|
3063
|
+
BaseSvgIcon$1O,
|
|
3040
3064
|
{
|
|
3041
3065
|
ref,
|
|
3042
3066
|
viewBox: "0 0 24 24",
|
|
@@ -3050,7 +3074,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
3050
3074
|
);
|
|
3051
3075
|
}
|
|
3052
3076
|
const Layers$1 = React.forwardRef(Layers);
|
|
3053
|
-
const Icon$
|
|
3077
|
+
const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3054
3078
|
"path",
|
|
3055
3079
|
{
|
|
3056
3080
|
fill: "currentColor",
|
|
@@ -3059,10 +3083,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3059
3083
|
clipRule: "evenodd"
|
|
3060
3084
|
}
|
|
3061
3085
|
) });
|
|
3062
|
-
const BaseSvgIcon$
|
|
3086
|
+
const BaseSvgIcon$1N = material.createSvgIcon(Icon$1N(), "Linkedin");
|
|
3063
3087
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
3064
3088
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3065
|
-
BaseSvgIcon$
|
|
3089
|
+
BaseSvgIcon$1N,
|
|
3066
3090
|
{
|
|
3067
3091
|
ref,
|
|
3068
3092
|
viewBox: "0 0 24 24",
|
|
@@ -3076,7 +3100,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
3076
3100
|
);
|
|
3077
3101
|
}
|
|
3078
3102
|
const Linkedin$1 = React.forwardRef(Linkedin);
|
|
3079
|
-
const Icon$
|
|
3103
|
+
const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3080
3104
|
"path",
|
|
3081
3105
|
{
|
|
3082
3106
|
fill: "currentColor",
|
|
@@ -3085,10 +3109,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3085
3109
|
clipRule: "evenodd"
|
|
3086
3110
|
}
|
|
3087
3111
|
) });
|
|
3088
|
-
const BaseSvgIcon$
|
|
3112
|
+
const BaseSvgIcon$1M = material.createSvgIcon(Icon$1M(), "M2mOauthClient");
|
|
3089
3113
|
function M2mOauthClient({ width, height, sx, ...props }, ref) {
|
|
3090
3114
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3091
|
-
BaseSvgIcon$
|
|
3115
|
+
BaseSvgIcon$1M,
|
|
3092
3116
|
{
|
|
3093
3117
|
ref,
|
|
3094
3118
|
viewBox: "0 0 24 24",
|
|
@@ -3102,7 +3126,7 @@ function M2mOauthClient({ width, height, sx, ...props }, ref) {
|
|
|
3102
3126
|
);
|
|
3103
3127
|
}
|
|
3104
3128
|
const M2mOauthClient$1 = React.forwardRef(M2mOauthClient);
|
|
3105
|
-
const Icon$
|
|
3129
|
+
const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3106
3130
|
"path",
|
|
3107
3131
|
{
|
|
3108
3132
|
fill: "currentColor",
|
|
@@ -3111,10 +3135,10 @@ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3111
3135
|
clipRule: "evenodd"
|
|
3112
3136
|
}
|
|
3113
3137
|
) });
|
|
3114
|
-
const BaseSvgIcon$
|
|
3138
|
+
const BaseSvgIcon$1L = material.createSvgIcon(Icon$1L(), "MapCoordinates");
|
|
3115
3139
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
3116
3140
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3117
|
-
BaseSvgIcon$
|
|
3141
|
+
BaseSvgIcon$1L,
|
|
3118
3142
|
{
|
|
3119
3143
|
ref,
|
|
3120
3144
|
viewBox: "0 0 24 24",
|
|
@@ -3128,7 +3152,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
3128
3152
|
);
|
|
3129
3153
|
}
|
|
3130
3154
|
const MapCoordinates$1 = React.forwardRef(MapCoordinates);
|
|
3131
|
-
const Icon$
|
|
3155
|
+
const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3132
3156
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3133
3157
|
"path",
|
|
3134
3158
|
{
|
|
@@ -3155,10 +3179,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3155
3179
|
}
|
|
3156
3180
|
)
|
|
3157
3181
|
] });
|
|
3158
|
-
const BaseSvgIcon$
|
|
3182
|
+
const BaseSvgIcon$1K = material.createSvgIcon(Icon$1K(), "MapCopy");
|
|
3159
3183
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
3160
3184
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3161
|
-
BaseSvgIcon$
|
|
3185
|
+
BaseSvgIcon$1K,
|
|
3162
3186
|
{
|
|
3163
3187
|
ref,
|
|
3164
3188
|
viewBox: "0 0 24 24",
|
|
@@ -3172,7 +3196,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
3172
3196
|
);
|
|
3173
3197
|
}
|
|
3174
3198
|
const MapCopy$1 = React.forwardRef(MapCopy);
|
|
3175
|
-
const Icon$
|
|
3199
|
+
const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3176
3200
|
"path",
|
|
3177
3201
|
{
|
|
3178
3202
|
fill: "currentColor",
|
|
@@ -3181,10 +3205,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3181
3205
|
clipRule: "evenodd"
|
|
3182
3206
|
}
|
|
3183
3207
|
) });
|
|
3184
|
-
const BaseSvgIcon$
|
|
3208
|
+
const BaseSvgIcon$1J = material.createSvgIcon(Icon$1J(), "MapOthers");
|
|
3185
3209
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
3186
3210
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3187
|
-
BaseSvgIcon$
|
|
3211
|
+
BaseSvgIcon$1J,
|
|
3188
3212
|
{
|
|
3189
3213
|
ref,
|
|
3190
3214
|
viewBox: "0 0 24 24",
|
|
@@ -3198,7 +3222,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
3198
3222
|
);
|
|
3199
3223
|
}
|
|
3200
3224
|
const MapOthers$1 = React.forwardRef(MapOthers);
|
|
3201
|
-
const Icon$
|
|
3225
|
+
const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3202
3226
|
"path",
|
|
3203
3227
|
{
|
|
3204
3228
|
fill: "currentColor",
|
|
@@ -3207,10 +3231,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3207
3231
|
clipRule: "evenodd"
|
|
3208
3232
|
}
|
|
3209
3233
|
) });
|
|
3210
|
-
const BaseSvgIcon$
|
|
3234
|
+
const BaseSvgIcon$1I = material.createSvgIcon(Icon$1I(), "MapPin");
|
|
3211
3235
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
3212
3236
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3213
|
-
BaseSvgIcon$
|
|
3237
|
+
BaseSvgIcon$1I,
|
|
3214
3238
|
{
|
|
3215
3239
|
ref,
|
|
3216
3240
|
viewBox: "0 0 24 24",
|
|
@@ -3224,7 +3248,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
3224
3248
|
);
|
|
3225
3249
|
}
|
|
3226
3250
|
const MapPin$1 = React.forwardRef(MapPin);
|
|
3227
|
-
const Icon$
|
|
3251
|
+
const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3228
3252
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3229
3253
|
"path",
|
|
3230
3254
|
{
|
|
@@ -3247,10 +3271,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3247
3271
|
}
|
|
3248
3272
|
)
|
|
3249
3273
|
] });
|
|
3250
|
-
const BaseSvgIcon$
|
|
3274
|
+
const BaseSvgIcon$1H = material.createSvgIcon(Icon$1H(), "MarkCommentRead");
|
|
3251
3275
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
3252
3276
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3253
|
-
BaseSvgIcon$
|
|
3277
|
+
BaseSvgIcon$1H,
|
|
3254
3278
|
{
|
|
3255
3279
|
ref,
|
|
3256
3280
|
viewBox: "0 0 24 24",
|
|
@@ -3264,7 +3288,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
3264
3288
|
);
|
|
3265
3289
|
}
|
|
3266
3290
|
const MarkCommentRead$1 = React.forwardRef(MarkCommentRead);
|
|
3267
|
-
const Icon$
|
|
3291
|
+
const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3268
3292
|
"path",
|
|
3269
3293
|
{
|
|
3270
3294
|
fill: "currentColor",
|
|
@@ -3273,10 +3297,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3273
3297
|
clipRule: "evenodd"
|
|
3274
3298
|
}
|
|
3275
3299
|
) });
|
|
3276
|
-
const BaseSvgIcon$
|
|
3300
|
+
const BaseSvgIcon$1G = material.createSvgIcon(Icon$1G(), "MarketAnalysis");
|
|
3277
3301
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
3278
3302
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3279
|
-
BaseSvgIcon$
|
|
3303
|
+
BaseSvgIcon$1G,
|
|
3280
3304
|
{
|
|
3281
3305
|
ref,
|
|
3282
3306
|
viewBox: "0 0 24 24",
|
|
@@ -3290,7 +3314,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
3290
3314
|
);
|
|
3291
3315
|
}
|
|
3292
3316
|
const MarketAnalysis$1 = React.forwardRef(MarketAnalysis);
|
|
3293
|
-
const Icon$
|
|
3317
|
+
const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3294
3318
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3295
3319
|
"path",
|
|
3296
3320
|
{
|
|
@@ -3315,10 +3339,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3315
3339
|
}
|
|
3316
3340
|
)
|
|
3317
3341
|
] });
|
|
3318
|
-
const BaseSvgIcon$
|
|
3342
|
+
const BaseSvgIcon$1F = material.createSvgIcon(Icon$1F(), "Max");
|
|
3319
3343
|
function Max({ width, height, sx, ...props }, ref) {
|
|
3320
3344
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3321
|
-
BaseSvgIcon$
|
|
3345
|
+
BaseSvgIcon$1F,
|
|
3322
3346
|
{
|
|
3323
3347
|
ref,
|
|
3324
3348
|
viewBox: "0 0 24 24",
|
|
@@ -3332,7 +3356,7 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
3332
3356
|
);
|
|
3333
3357
|
}
|
|
3334
3358
|
const Max$1 = React.forwardRef(Max);
|
|
3335
|
-
const Icon$
|
|
3359
|
+
const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3336
3360
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3337
3361
|
"path",
|
|
3338
3362
|
{
|
|
@@ -3373,10 +3397,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3373
3397
|
}
|
|
3374
3398
|
)
|
|
3375
3399
|
] });
|
|
3376
|
-
const BaseSvgIcon$
|
|
3400
|
+
const BaseSvgIcon$1E = material.createSvgIcon(Icon$1E(), "McpTool");
|
|
3377
3401
|
function McpTool({ width, height, sx, ...props }, ref) {
|
|
3378
3402
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3379
|
-
BaseSvgIcon$
|
|
3403
|
+
BaseSvgIcon$1E,
|
|
3380
3404
|
{
|
|
3381
3405
|
ref,
|
|
3382
3406
|
viewBox: "0 0 24 24",
|
|
@@ -3390,17 +3414,17 @@ function McpTool({ width, height, sx, ...props }, ref) {
|
|
|
3390
3414
|
);
|
|
3391
3415
|
}
|
|
3392
3416
|
const McpTool$1 = React.forwardRef(McpTool);
|
|
3393
|
-
const Icon$
|
|
3417
|
+
const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3394
3418
|
"path",
|
|
3395
3419
|
{
|
|
3396
3420
|
fill: "currentColor",
|
|
3397
3421
|
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"
|
|
3398
3422
|
}
|
|
3399
3423
|
) });
|
|
3400
|
-
const BaseSvgIcon$
|
|
3424
|
+
const BaseSvgIcon$1D = material.createSvgIcon(Icon$1D(), "MeasureTool");
|
|
3401
3425
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
3402
3426
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3403
|
-
BaseSvgIcon$
|
|
3427
|
+
BaseSvgIcon$1D,
|
|
3404
3428
|
{
|
|
3405
3429
|
ref,
|
|
3406
3430
|
viewBox: "0 0 24 24",
|
|
@@ -3414,17 +3438,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
3414
3438
|
);
|
|
3415
3439
|
}
|
|
3416
3440
|
const MeasureTool$1 = React.forwardRef(MeasureTool);
|
|
3417
|
-
const Icon$
|
|
3441
|
+
const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3418
3442
|
"path",
|
|
3419
3443
|
{
|
|
3420
3444
|
fill: "currentColor",
|
|
3421
3445
|
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"
|
|
3422
3446
|
}
|
|
3423
3447
|
) });
|
|
3424
|
-
const BaseSvgIcon$
|
|
3448
|
+
const BaseSvgIcon$1C = material.createSvgIcon(Icon$1C(), "Min");
|
|
3425
3449
|
function Min({ width, height, sx, ...props }, ref) {
|
|
3426
3450
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3427
|
-
BaseSvgIcon$
|
|
3451
|
+
BaseSvgIcon$1C,
|
|
3428
3452
|
{
|
|
3429
3453
|
ref,
|
|
3430
3454
|
viewBox: "0 0 24 24",
|
|
@@ -3438,7 +3462,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
3438
3462
|
);
|
|
3439
3463
|
}
|
|
3440
3464
|
const Min$1 = React.forwardRef(Min);
|
|
3441
|
-
const Icon$
|
|
3465
|
+
const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3442
3466
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3443
3467
|
"path",
|
|
3444
3468
|
{
|
|
@@ -3457,10 +3481,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3457
3481
|
}
|
|
3458
3482
|
)
|
|
3459
3483
|
] });
|
|
3460
|
-
const BaseSvgIcon$
|
|
3484
|
+
const BaseSvgIcon$1B = material.createSvgIcon(Icon$1B(), "MobilityPlanning");
|
|
3461
3485
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
3462
3486
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3463
|
-
BaseSvgIcon$
|
|
3487
|
+
BaseSvgIcon$1B,
|
|
3464
3488
|
{
|
|
3465
3489
|
ref,
|
|
3466
3490
|
viewBox: "0 0 24 24",
|
|
@@ -3474,7 +3498,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
3474
3498
|
);
|
|
3475
3499
|
}
|
|
3476
3500
|
const MobilityPlanning$1 = React.forwardRef(MobilityPlanning);
|
|
3477
|
-
const Icon$
|
|
3501
|
+
const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3478
3502
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3479
3503
|
"path",
|
|
3480
3504
|
{
|
|
@@ -3486,10 +3510,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3486
3510
|
) }),
|
|
3487
3511
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3488
3512
|
] });
|
|
3489
|
-
const BaseSvgIcon$
|
|
3513
|
+
const BaseSvgIcon$1A = material.createSvgIcon(Icon$1A(), "NetworkDeployment");
|
|
3490
3514
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3491
3515
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3492
|
-
BaseSvgIcon$
|
|
3516
|
+
BaseSvgIcon$1A,
|
|
3493
3517
|
{
|
|
3494
3518
|
ref,
|
|
3495
3519
|
viewBox: "0 0 24 24",
|
|
@@ -3503,7 +3527,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3503
3527
|
);
|
|
3504
3528
|
}
|
|
3505
3529
|
const NetworkDeployment$1 = React.forwardRef(NetworkDeployment);
|
|
3506
|
-
const Icon$
|
|
3530
|
+
const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3507
3531
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3508
3532
|
"path",
|
|
3509
3533
|
{
|
|
@@ -3519,10 +3543,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3519
3543
|
}
|
|
3520
3544
|
)
|
|
3521
3545
|
] });
|
|
3522
|
-
const BaseSvgIcon$
|
|
3546
|
+
const BaseSvgIcon$1z = material.createSvgIcon(Icon$1z(), "NightsThermostat");
|
|
3523
3547
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3524
3548
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3525
|
-
BaseSvgIcon$
|
|
3549
|
+
BaseSvgIcon$1z,
|
|
3526
3550
|
{
|
|
3527
3551
|
ref,
|
|
3528
3552
|
viewBox: "0 0 24 24",
|
|
@@ -3536,7 +3560,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3536
3560
|
);
|
|
3537
3561
|
}
|
|
3538
3562
|
const NightsThermostat$1 = React.forwardRef(NightsThermostat);
|
|
3539
|
-
const Icon$
|
|
3563
|
+
const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3540
3564
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3541
3565
|
"path",
|
|
3542
3566
|
{
|
|
@@ -3546,10 +3570,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3546
3570
|
),
|
|
3547
3571
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3548
3572
|
] });
|
|
3549
|
-
const BaseSvgIcon$
|
|
3573
|
+
const BaseSvgIcon$1y = material.createSvgIcon(Icon$1y(), "NoApp");
|
|
3550
3574
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3551
3575
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3552
|
-
BaseSvgIcon$
|
|
3576
|
+
BaseSvgIcon$1y,
|
|
3553
3577
|
{
|
|
3554
3578
|
ref,
|
|
3555
3579
|
viewBox: "0 0 24 24",
|
|
@@ -3563,7 +3587,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3563
3587
|
);
|
|
3564
3588
|
}
|
|
3565
3589
|
const NoApp$1 = React.forwardRef(NoApp);
|
|
3566
|
-
const Icon$
|
|
3590
|
+
const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3567
3591
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3568
3592
|
"path",
|
|
3569
3593
|
{
|
|
@@ -3581,10 +3605,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3581
3605
|
}
|
|
3582
3606
|
)
|
|
3583
3607
|
] });
|
|
3584
|
-
const BaseSvgIcon$
|
|
3608
|
+
const BaseSvgIcon$1x = material.createSvgIcon(Icon$1x(), "NoLayer");
|
|
3585
3609
|
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3586
3610
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3587
|
-
BaseSvgIcon$
|
|
3611
|
+
BaseSvgIcon$1x,
|
|
3588
3612
|
{
|
|
3589
3613
|
ref,
|
|
3590
3614
|
viewBox: "0 0 24 24",
|
|
@@ -3598,7 +3622,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
|
|
|
3598
3622
|
);
|
|
3599
3623
|
}
|
|
3600
3624
|
const NoLayer$1 = React.forwardRef(NoLayer);
|
|
3601
|
-
const Icon$
|
|
3625
|
+
const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3602
3626
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3603
3627
|
"path",
|
|
3604
3628
|
{
|
|
@@ -3616,10 +3640,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3616
3640
|
}
|
|
3617
3641
|
)
|
|
3618
3642
|
] });
|
|
3619
|
-
const BaseSvgIcon$
|
|
3643
|
+
const BaseSvgIcon$1w = material.createSvgIcon(Icon$1w(), "NoMap");
|
|
3620
3644
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3621
3645
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3622
|
-
BaseSvgIcon$
|
|
3646
|
+
BaseSvgIcon$1w,
|
|
3623
3647
|
{
|
|
3624
3648
|
ref,
|
|
3625
3649
|
viewBox: "0 0 24 24",
|
|
@@ -3633,7 +3657,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3633
3657
|
);
|
|
3634
3658
|
}
|
|
3635
3659
|
const NoMap$1 = React.forwardRef(NoMap);
|
|
3636
|
-
const Icon$
|
|
3660
|
+
const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3637
3661
|
"path",
|
|
3638
3662
|
{
|
|
3639
3663
|
fill: "currentColor",
|
|
@@ -3642,10 +3666,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3642
3666
|
clipRule: "evenodd"
|
|
3643
3667
|
}
|
|
3644
3668
|
) });
|
|
3645
|
-
const BaseSvgIcon$
|
|
3669
|
+
const BaseSvgIcon$1v = material.createSvgIcon(Icon$1v(), "NoSpatialExtension");
|
|
3646
3670
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3647
3671
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3648
|
-
BaseSvgIcon$
|
|
3672
|
+
BaseSvgIcon$1v,
|
|
3649
3673
|
{
|
|
3650
3674
|
ref,
|
|
3651
3675
|
viewBox: "0 0 24 24",
|
|
@@ -3659,7 +3683,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3659
3683
|
);
|
|
3660
3684
|
}
|
|
3661
3685
|
const NoSpatialExtension$1 = React.forwardRef(NoSpatialExtension);
|
|
3662
|
-
const Icon$
|
|
3686
|
+
const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3663
3687
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3664
3688
|
"path",
|
|
3665
3689
|
{
|
|
@@ -3677,10 +3701,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3677
3701
|
}
|
|
3678
3702
|
)
|
|
3679
3703
|
] });
|
|
3680
|
-
const BaseSvgIcon$
|
|
3704
|
+
const BaseSvgIcon$1u = material.createSvgIcon(Icon$1u(), "NoTileset");
|
|
3681
3705
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3682
3706
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3683
|
-
BaseSvgIcon$
|
|
3707
|
+
BaseSvgIcon$1u,
|
|
3684
3708
|
{
|
|
3685
3709
|
ref,
|
|
3686
3710
|
viewBox: "0 0 24 24",
|
|
@@ -3694,17 +3718,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3694
3718
|
);
|
|
3695
3719
|
}
|
|
3696
3720
|
const NoTileset$1 = React.forwardRef(NoTileset);
|
|
3697
|
-
const Icon$
|
|
3721
|
+
const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3698
3722
|
"path",
|
|
3699
3723
|
{
|
|
3700
3724
|
fill: "currentColor",
|
|
3701
3725
|
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"
|
|
3702
3726
|
}
|
|
3703
3727
|
) });
|
|
3704
|
-
const BaseSvgIcon$
|
|
3728
|
+
const BaseSvgIcon$1t = material.createSvgIcon(Icon$1t(), "NotEqual");
|
|
3705
3729
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3706
3730
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3707
|
-
BaseSvgIcon$
|
|
3731
|
+
BaseSvgIcon$1t,
|
|
3708
3732
|
{
|
|
3709
3733
|
ref,
|
|
3710
3734
|
viewBox: "0 0 24 24",
|
|
@@ -3718,7 +3742,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3718
3742
|
);
|
|
3719
3743
|
}
|
|
3720
3744
|
const NotEqual$1 = React.forwardRef(NotEqual);
|
|
3721
|
-
const Icon$
|
|
3745
|
+
const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3722
3746
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3723
3747
|
"path",
|
|
3724
3748
|
{
|
|
@@ -3738,10 +3762,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3738
3762
|
}
|
|
3739
3763
|
)
|
|
3740
3764
|
] });
|
|
3741
|
-
const BaseSvgIcon$
|
|
3765
|
+
const BaseSvgIcon$1s = material.createSvgIcon(Icon$1s(), "Number");
|
|
3742
3766
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3743
3767
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3744
|
-
BaseSvgIcon$
|
|
3768
|
+
BaseSvgIcon$1s,
|
|
3745
3769
|
{
|
|
3746
3770
|
ref,
|
|
3747
3771
|
viewBox: "0 0 24 24",
|
|
@@ -3755,7 +3779,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3755
3779
|
);
|
|
3756
3780
|
}
|
|
3757
3781
|
const Number$1 = React.forwardRef(Number);
|
|
3758
|
-
const Icon$
|
|
3782
|
+
const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3759
3783
|
"path",
|
|
3760
3784
|
{
|
|
3761
3785
|
fill: "currentColor",
|
|
@@ -3764,10 +3788,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3764
3788
|
clipRule: "evenodd"
|
|
3765
3789
|
}
|
|
3766
3790
|
) });
|
|
3767
|
-
const BaseSvgIcon$
|
|
3791
|
+
const BaseSvgIcon$1r = material.createSvgIcon(Icon$1r(), "Onboarding");
|
|
3768
3792
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3769
3793
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3770
|
-
BaseSvgIcon$
|
|
3794
|
+
BaseSvgIcon$1r,
|
|
3771
3795
|
{
|
|
3772
3796
|
ref,
|
|
3773
3797
|
viewBox: "0 0 24 24",
|
|
@@ -3781,7 +3805,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3781
3805
|
);
|
|
3782
3806
|
}
|
|
3783
3807
|
const Onboarding$1 = React.forwardRef(Onboarding);
|
|
3784
|
-
const Icon$
|
|
3808
|
+
const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3785
3809
|
"path",
|
|
3786
3810
|
{
|
|
3787
3811
|
fill: "currentColor",
|
|
@@ -3790,10 +3814,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3790
3814
|
clipRule: "evenodd"
|
|
3791
3815
|
}
|
|
3792
3816
|
) });
|
|
3793
|
-
const BaseSvgIcon$
|
|
3817
|
+
const BaseSvgIcon$1q = material.createSvgIcon(Icon$1q(), "OohAnalytics");
|
|
3794
3818
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3795
3819
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3796
|
-
BaseSvgIcon$
|
|
3820
|
+
BaseSvgIcon$1q,
|
|
3797
3821
|
{
|
|
3798
3822
|
ref,
|
|
3799
3823
|
viewBox: "0 0 24 24",
|
|
@@ -3807,7 +3831,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3807
3831
|
);
|
|
3808
3832
|
}
|
|
3809
3833
|
const OohAnalytics$1 = React.forwardRef(OohAnalytics);
|
|
3810
|
-
const Icon$
|
|
3834
|
+
const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3811
3835
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3812
3836
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3813
3837
|
"path",
|
|
@@ -3828,10 +3852,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3828
3852
|
}
|
|
3829
3853
|
)
|
|
3830
3854
|
] });
|
|
3831
|
-
const BaseSvgIcon$
|
|
3855
|
+
const BaseSvgIcon$1p = material.createSvgIcon(Icon$1p(), "Opacity");
|
|
3832
3856
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3833
3857
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3834
|
-
BaseSvgIcon$
|
|
3858
|
+
BaseSvgIcon$1p,
|
|
3835
3859
|
{
|
|
3836
3860
|
ref,
|
|
3837
3861
|
viewBox: "0 0 24 24",
|
|
@@ -3845,7 +3869,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3845
3869
|
);
|
|
3846
3870
|
}
|
|
3847
3871
|
const Opacity$1 = React.forwardRef(Opacity);
|
|
3848
|
-
const Icon$
|
|
3872
|
+
const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3849
3873
|
"path",
|
|
3850
3874
|
{
|
|
3851
3875
|
fill: "currentColor",
|
|
@@ -3854,10 +3878,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3854
3878
|
clipRule: "evenodd"
|
|
3855
3879
|
}
|
|
3856
3880
|
) });
|
|
3857
|
-
const BaseSvgIcon$
|
|
3881
|
+
const BaseSvgIcon$1o = material.createSvgIcon(Icon$1o(), "OpenDiagonallyLeft");
|
|
3858
3882
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3859
3883
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3860
|
-
BaseSvgIcon$
|
|
3884
|
+
BaseSvgIcon$1o,
|
|
3861
3885
|
{
|
|
3862
3886
|
ref,
|
|
3863
3887
|
viewBox: "0 0 24 24",
|
|
@@ -3871,17 +3895,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
3871
3895
|
);
|
|
3872
3896
|
}
|
|
3873
3897
|
const OpenDiagonallyLeft$1 = React.forwardRef(OpenDiagonallyLeft);
|
|
3874
|
-
const Icon$
|
|
3898
|
+
const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3875
3899
|
"path",
|
|
3876
3900
|
{
|
|
3877
3901
|
fill: "currentColor",
|
|
3878
3902
|
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"
|
|
3879
3903
|
}
|
|
3880
3904
|
) });
|
|
3881
|
-
const BaseSvgIcon$
|
|
3905
|
+
const BaseSvgIcon$1n = material.createSvgIcon(Icon$1n(), "OpenNewWindow");
|
|
3882
3906
|
function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
3883
3907
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3884
|
-
BaseSvgIcon$
|
|
3908
|
+
BaseSvgIcon$1n,
|
|
3885
3909
|
{
|
|
3886
3910
|
ref,
|
|
3887
3911
|
viewBox: "0 0 24 24",
|
|
@@ -3895,7 +3919,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
|
3895
3919
|
);
|
|
3896
3920
|
}
|
|
3897
3921
|
const OpenNewWindow$1 = React.forwardRef(OpenNewWindow);
|
|
3898
|
-
const Icon$
|
|
3922
|
+
const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3899
3923
|
"path",
|
|
3900
3924
|
{
|
|
3901
3925
|
fill: "currentColor",
|
|
@@ -3904,10 +3928,10 @@ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3904
3928
|
clipRule: "evenodd"
|
|
3905
3929
|
}
|
|
3906
3930
|
) });
|
|
3907
|
-
const BaseSvgIcon$
|
|
3931
|
+
const BaseSvgIcon$1m = material.createSvgIcon(Icon$1m(), "OpenVertically");
|
|
3908
3932
|
function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
3909
3933
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3910
|
-
BaseSvgIcon$
|
|
3934
|
+
BaseSvgIcon$1m,
|
|
3911
3935
|
{
|
|
3912
3936
|
ref,
|
|
3913
3937
|
viewBox: "0 0 24 24",
|
|
@@ -3921,7 +3945,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
|
3921
3945
|
);
|
|
3922
3946
|
}
|
|
3923
3947
|
const OpenVertically$1 = React.forwardRef(OpenVertically);
|
|
3924
|
-
const Icon$
|
|
3948
|
+
const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3925
3949
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3926
3950
|
"path",
|
|
3927
3951
|
{
|
|
@@ -3946,10 +3970,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3946
3970
|
}
|
|
3947
3971
|
)
|
|
3948
3972
|
] });
|
|
3949
|
-
const BaseSvgIcon$
|
|
3973
|
+
const BaseSvgIcon$1l = material.createSvgIcon(Icon$1l(), "ParameterSettings");
|
|
3950
3974
|
function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
3951
3975
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3952
|
-
BaseSvgIcon$
|
|
3976
|
+
BaseSvgIcon$1l,
|
|
3953
3977
|
{
|
|
3954
3978
|
ref,
|
|
3955
3979
|
viewBox: "0 0 24 24",
|
|
@@ -3963,7 +3987,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
|
3963
3987
|
);
|
|
3964
3988
|
}
|
|
3965
3989
|
const ParameterSettings$1 = React.forwardRef(ParameterSettings);
|
|
3966
|
-
const Icon$
|
|
3990
|
+
const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3967
3991
|
"path",
|
|
3968
3992
|
{
|
|
3969
3993
|
fill: "currentColor",
|
|
@@ -3972,10 +3996,10 @@ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3972
3996
|
clipRule: "evenodd"
|
|
3973
3997
|
}
|
|
3974
3998
|
) });
|
|
3975
|
-
const BaseSvgIcon$
|
|
3999
|
+
const BaseSvgIcon$1k = material.createSvgIcon(Icon$1k(), "PawnChess");
|
|
3976
4000
|
function PawnChess({ width, height, sx, ...props }, ref) {
|
|
3977
4001
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3978
|
-
BaseSvgIcon$
|
|
4002
|
+
BaseSvgIcon$1k,
|
|
3979
4003
|
{
|
|
3980
4004
|
ref,
|
|
3981
4005
|
viewBox: "0 0 24 24",
|
|
@@ -3989,7 +4013,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
|
|
|
3989
4013
|
);
|
|
3990
4014
|
}
|
|
3991
4015
|
const PawnChess$1 = React.forwardRef(PawnChess);
|
|
3992
|
-
const Icon$
|
|
4016
|
+
const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3993
4017
|
"path",
|
|
3994
4018
|
{
|
|
3995
4019
|
fill: "currentColor",
|
|
@@ -3998,10 +4022,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3998
4022
|
clipRule: "evenodd"
|
|
3999
4023
|
}
|
|
4000
4024
|
) });
|
|
4001
|
-
const BaseSvgIcon$
|
|
4025
|
+
const BaseSvgIcon$1j = material.createSvgIcon(Icon$1j(), "PlaceSelect");
|
|
4002
4026
|
function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
4003
4027
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4004
|
-
BaseSvgIcon$
|
|
4028
|
+
BaseSvgIcon$1j,
|
|
4005
4029
|
{
|
|
4006
4030
|
ref,
|
|
4007
4031
|
viewBox: "0 0 24 24",
|
|
@@ -4015,7 +4039,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
|
4015
4039
|
);
|
|
4016
4040
|
}
|
|
4017
4041
|
const PlaceSelect$1 = React.forwardRef(PlaceSelect);
|
|
4018
|
-
const Icon$
|
|
4042
|
+
const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4019
4043
|
"path",
|
|
4020
4044
|
{
|
|
4021
4045
|
fill: "currentColor",
|
|
@@ -4024,10 +4048,10 @@ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
4024
4048
|
clipRule: "evenodd"
|
|
4025
4049
|
}
|
|
4026
4050
|
) });
|
|
4027
|
-
const BaseSvgIcon$
|
|
4051
|
+
const BaseSvgIcon$1i = material.createSvgIcon(Icon$1i(), "PointsOfInterest");
|
|
4028
4052
|
function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
4029
4053
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4030
|
-
BaseSvgIcon$
|
|
4054
|
+
BaseSvgIcon$1i,
|
|
4031
4055
|
{
|
|
4032
4056
|
ref,
|
|
4033
4057
|
viewBox: "0 0 24 24",
|
|
@@ -4041,7 +4065,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
|
4041
4065
|
);
|
|
4042
4066
|
}
|
|
4043
4067
|
const PointsOfInterest$1 = React.forwardRef(PointsOfInterest);
|
|
4044
|
-
const Icon$
|
|
4068
|
+
const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4045
4069
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4046
4070
|
"path",
|
|
4047
4071
|
{
|
|
@@ -4098,10 +4122,10 @@ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4098
4122
|
}
|
|
4099
4123
|
)
|
|
4100
4124
|
] });
|
|
4101
|
-
const BaseSvgIcon$
|
|
4125
|
+
const BaseSvgIcon$1h = material.createSvgIcon(Icon$1h(), "Postgre");
|
|
4102
4126
|
function Postgre({ width, height, sx, ...props }, ref) {
|
|
4103
4127
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4104
|
-
BaseSvgIcon$
|
|
4128
|
+
BaseSvgIcon$1h,
|
|
4105
4129
|
{
|
|
4106
4130
|
ref,
|
|
4107
4131
|
viewBox: "0 0 24 24",
|
|
@@ -4115,7 +4139,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
|
|
|
4115
4139
|
);
|
|
4116
4140
|
}
|
|
4117
4141
|
const Postgre$1 = React.forwardRef(Postgre);
|
|
4118
|
-
const Icon$
|
|
4142
|
+
const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4119
4143
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4120
4144
|
"path",
|
|
4121
4145
|
{
|
|
@@ -4133,10 +4157,10 @@ const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4133
4157
|
}
|
|
4134
4158
|
)
|
|
4135
4159
|
] });
|
|
4136
|
-
const BaseSvgIcon$
|
|
4160
|
+
const BaseSvgIcon$1g = material.createSvgIcon(Icon$1g(), "PostgreOutlined");
|
|
4137
4161
|
function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
4138
4162
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4139
|
-
BaseSvgIcon$
|
|
4163
|
+
BaseSvgIcon$1g,
|
|
4140
4164
|
{
|
|
4141
4165
|
ref,
|
|
4142
4166
|
viewBox: "0 0 24 24",
|
|
@@ -4150,7 +4174,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
|
4150
4174
|
);
|
|
4151
4175
|
}
|
|
4152
4176
|
const PostgreOutlined$1 = React.forwardRef(PostgreOutlined);
|
|
4153
|
-
const Icon$
|
|
4177
|
+
const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4154
4178
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4155
4179
|
"path",
|
|
4156
4180
|
{
|
|
@@ -4184,10 +4208,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4184
4208
|
}
|
|
4185
4209
|
)
|
|
4186
4210
|
] });
|
|
4187
|
-
const BaseSvgIcon$
|
|
4211
|
+
const BaseSvgIcon$1f = material.createSvgIcon(Icon$1f(), "Preferences");
|
|
4188
4212
|
function Preferences({ width, height, sx, ...props }, ref) {
|
|
4189
4213
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4190
|
-
BaseSvgIcon$
|
|
4214
|
+
BaseSvgIcon$1f,
|
|
4191
4215
|
{
|
|
4192
4216
|
ref,
|
|
4193
4217
|
viewBox: "0 0 24 24",
|
|
@@ -4201,7 +4225,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
|
|
|
4201
4225
|
);
|
|
4202
4226
|
}
|
|
4203
4227
|
const Preferences$1 = React.forwardRef(Preferences);
|
|
4204
|
-
const Icon$
|
|
4228
|
+
const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4205
4229
|
"path",
|
|
4206
4230
|
{
|
|
4207
4231
|
fill: "currentColor",
|
|
@@ -4210,10 +4234,10 @@ const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
4210
4234
|
clipRule: "evenodd"
|
|
4211
4235
|
}
|
|
4212
4236
|
) });
|
|
4213
|
-
const BaseSvgIcon$
|
|
4237
|
+
const BaseSvgIcon$1e = material.createSvgIcon(Icon$1e(), "ProcessData");
|
|
4214
4238
|
function ProcessData({ width, height, sx, ...props }, ref) {
|
|
4215
4239
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4216
|
-
BaseSvgIcon$
|
|
4240
|
+
BaseSvgIcon$1e,
|
|
4217
4241
|
{
|
|
4218
4242
|
ref,
|
|
4219
4243
|
viewBox: "0 0 24 24",
|
|
@@ -4227,7 +4251,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
|
|
|
4227
4251
|
);
|
|
4228
4252
|
}
|
|
4229
4253
|
const ProcessData$1 = React.forwardRef(ProcessData);
|
|
4230
|
-
const Icon$
|
|
4254
|
+
const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4231
4255
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4232
4256
|
"path",
|
|
4233
4257
|
{
|
|
@@ -4245,10 +4269,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4245
4269
|
}
|
|
4246
4270
|
)
|
|
4247
4271
|
] });
|
|
4248
|
-
const BaseSvgIcon$
|
|
4272
|
+
const BaseSvgIcon$1d = material.createSvgIcon(Icon$1d(), "PublicWithPassword");
|
|
4249
4273
|
function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
4250
4274
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4251
|
-
BaseSvgIcon$
|
|
4275
|
+
BaseSvgIcon$1d,
|
|
4252
4276
|
{
|
|
4253
4277
|
ref,
|
|
4254
4278
|
viewBox: "0 0 24 24",
|
|
@@ -4262,17 +4286,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
|
4262
4286
|
);
|
|
4263
4287
|
}
|
|
4264
4288
|
const PublicWithPassword$1 = React.forwardRef(PublicWithPassword);
|
|
4265
|
-
const Icon$
|
|
4289
|
+
const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4266
4290
|
"path",
|
|
4267
4291
|
{
|
|
4268
4292
|
fill: "currentColor",
|
|
4269
4293
|
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"
|
|
4270
4294
|
}
|
|
4271
4295
|
) });
|
|
4272
|
-
const BaseSvgIcon$
|
|
4296
|
+
const BaseSvgIcon$1c = material.createSvgIcon(Icon$1c(), "Publish");
|
|
4273
4297
|
function Publish({ width, height, sx, ...props }, ref) {
|
|
4274
4298
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4275
|
-
BaseSvgIcon$
|
|
4299
|
+
BaseSvgIcon$1c,
|
|
4276
4300
|
{
|
|
4277
4301
|
ref,
|
|
4278
4302
|
viewBox: "0 0 24 24",
|
|
@@ -4286,7 +4310,7 @@ function Publish({ width, height, sx, ...props }, ref) {
|
|
|
4286
4310
|
);
|
|
4287
4311
|
}
|
|
4288
4312
|
const Publish$1 = React.forwardRef(Publish);
|
|
4289
|
-
const Icon$
|
|
4313
|
+
const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4290
4314
|
"path",
|
|
4291
4315
|
{
|
|
4292
4316
|
fill: "currentColor",
|
|
@@ -4295,10 +4319,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
4295
4319
|
clipRule: "evenodd"
|
|
4296
4320
|
}
|
|
4297
4321
|
) });
|
|
4298
|
-
const BaseSvgIcon$
|
|
4322
|
+
const BaseSvgIcon$1b = material.createSvgIcon(Icon$1b(), "Quadbin");
|
|
4299
4323
|
function Quadbin({ width, height, sx, ...props }, ref) {
|
|
4300
4324
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4301
|
-
BaseSvgIcon$
|
|
4325
|
+
BaseSvgIcon$1b,
|
|
4302
4326
|
{
|
|
4303
4327
|
ref,
|
|
4304
4328
|
viewBox: "0 0 24 24",
|
|
@@ -4312,7 +4336,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
|
|
|
4312
4336
|
);
|
|
4313
4337
|
}
|
|
4314
4338
|
const Quadbin$1 = React.forwardRef(Quadbin);
|
|
4315
|
-
const Icon$
|
|
4339
|
+
const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4316
4340
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4317
4341
|
"path",
|
|
4318
4342
|
{
|
|
@@ -4330,10 +4354,10 @@ const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4330
4354
|
}
|
|
4331
4355
|
)
|
|
4332
4356
|
] });
|
|
4333
|
-
const BaseSvgIcon$
|
|
4357
|
+
const BaseSvgIcon$1a = material.createSvgIcon(Icon$1a(), "Quadkey");
|
|
4334
4358
|
function Quadkey({ width, height, sx, ...props }, ref) {
|
|
4335
4359
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4336
|
-
BaseSvgIcon$
|
|
4360
|
+
BaseSvgIcon$1a,
|
|
4337
4361
|
{
|
|
4338
4362
|
ref,
|
|
4339
4363
|
viewBox: "0 0 24 24",
|
|
@@ -4347,7 +4371,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
|
|
|
4347
4371
|
);
|
|
4348
4372
|
}
|
|
4349
4373
|
const Quadkey$1 = React.forwardRef(Quadkey);
|
|
4350
|
-
const Icon$
|
|
4374
|
+
const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4351
4375
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4352
4376
|
"path",
|
|
4353
4377
|
{
|
|
@@ -4359,10 +4383,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4359
4383
|
) }),
|
|
4360
4384
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4361
4385
|
] });
|
|
4362
|
-
const BaseSvgIcon$
|
|
4386
|
+
const BaseSvgIcon$19 = material.createSvgIcon(Icon$19(), "QueryTable");
|
|
4363
4387
|
function QueryTable({ width, height, sx, ...props }, ref) {
|
|
4364
4388
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4365
|
-
BaseSvgIcon$
|
|
4389
|
+
BaseSvgIcon$19,
|
|
4366
4390
|
{
|
|
4367
4391
|
ref,
|
|
4368
4392
|
viewBox: "0 0 24 24",
|
|
@@ -4376,7 +4400,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
|
|
|
4376
4400
|
);
|
|
4377
4401
|
}
|
|
4378
4402
|
const QueryTable$1 = React.forwardRef(QueryTable);
|
|
4379
|
-
const Icon$
|
|
4403
|
+
const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4380
4404
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4381
4405
|
"path",
|
|
4382
4406
|
{
|
|
@@ -4394,10 +4418,10 @@ const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4394
4418
|
}
|
|
4395
4419
|
)
|
|
4396
4420
|
] });
|
|
4397
|
-
const BaseSvgIcon$
|
|
4421
|
+
const BaseSvgIcon$18 = material.createSvgIcon(Icon$18(), "Rain");
|
|
4398
4422
|
function Rain({ width, height, sx, ...props }, ref) {
|
|
4399
4423
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4400
|
-
BaseSvgIcon$
|
|
4424
|
+
BaseSvgIcon$18,
|
|
4401
4425
|
{
|
|
4402
4426
|
ref,
|
|
4403
4427
|
viewBox: "0 0 24 24",
|
|
@@ -4411,17 +4435,17 @@ function Rain({ width, height, sx, ...props }, ref) {
|
|
|
4411
4435
|
);
|
|
4412
4436
|
}
|
|
4413
4437
|
const Rain$1 = React.forwardRef(Rain);
|
|
4414
|
-
const Icon$
|
|
4438
|
+
const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4415
4439
|
"path",
|
|
4416
4440
|
{
|
|
4417
4441
|
fill: "currentColor",
|
|
4418
4442
|
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"
|
|
4419
4443
|
}
|
|
4420
4444
|
) });
|
|
4421
|
-
const BaseSvgIcon$
|
|
4445
|
+
const BaseSvgIcon$17 = material.createSvgIcon(Icon$17(), "Raster");
|
|
4422
4446
|
function Raster({ width, height, sx, ...props }, ref) {
|
|
4423
4447
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4424
|
-
BaseSvgIcon$
|
|
4448
|
+
BaseSvgIcon$17,
|
|
4425
4449
|
{
|
|
4426
4450
|
ref,
|
|
4427
4451
|
viewBox: "0 0 24 24",
|
|
@@ -4435,17 +4459,17 @@ function Raster({ width, height, sx, ...props }, ref) {
|
|
|
4435
4459
|
);
|
|
4436
4460
|
}
|
|
4437
4461
|
const Raster$1 = React.forwardRef(Raster);
|
|
4438
|
-
const Icon$
|
|
4462
|
+
const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4439
4463
|
"path",
|
|
4440
4464
|
{
|
|
4441
4465
|
fill: "currentColor",
|
|
4442
4466
|
d: "M9 18h8v-2H9c-2.21 0-4-1.79-4-4s1.79-4 4-4h8.17l-2.59 2.59L16 12l5-5-5-5-1.41 1.41L17.17 6H9c-3.31 0-6 2.69-6 6s2.69 6 6 6"
|
|
4443
4467
|
}
|
|
4444
4468
|
) });
|
|
4445
|
-
const BaseSvgIcon$
|
|
4469
|
+
const BaseSvgIcon$16 = material.createSvgIcon(Icon$16(), "RedoAlt");
|
|
4446
4470
|
function RedoAlt({ width, height, sx, ...props }, ref) {
|
|
4447
4471
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4448
|
-
BaseSvgIcon$
|
|
4472
|
+
BaseSvgIcon$16,
|
|
4449
4473
|
{
|
|
4450
4474
|
ref,
|
|
4451
4475
|
viewBox: "0 0 24 24",
|
|
@@ -4459,7 +4483,7 @@ function RedoAlt({ width, height, sx, ...props }, ref) {
|
|
|
4459
4483
|
);
|
|
4460
4484
|
}
|
|
4461
4485
|
const RedoAlt$1 = React.forwardRef(RedoAlt);
|
|
4462
|
-
const Icon$
|
|
4486
|
+
const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4463
4487
|
"path",
|
|
4464
4488
|
{
|
|
4465
4489
|
fill: "currentColor",
|
|
@@ -4468,10 +4492,10 @@ const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
4468
4492
|
clipRule: "evenodd"
|
|
4469
4493
|
}
|
|
4470
4494
|
) });
|
|
4471
|
-
const BaseSvgIcon$
|
|
4495
|
+
const BaseSvgIcon$15 = material.createSvgIcon(Icon$15(), "Redshift");
|
|
4472
4496
|
function Redshift({ width, height, sx, ...props }, ref) {
|
|
4473
4497
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4474
|
-
BaseSvgIcon$
|
|
4498
|
+
BaseSvgIcon$15,
|
|
4475
4499
|
{
|
|
4476
4500
|
ref,
|
|
4477
4501
|
viewBox: "0 0 24 24",
|
|
@@ -4485,7 +4509,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
|
|
|
4485
4509
|
);
|
|
4486
4510
|
}
|
|
4487
4511
|
const Redshift$1 = React.forwardRef(Redshift);
|
|
4488
|
-
const Icon$
|
|
4512
|
+
const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4489
4513
|
"path",
|
|
4490
4514
|
{
|
|
4491
4515
|
fill: "currentColor",
|
|
@@ -4494,10 +4518,10 @@ const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
4494
4518
|
clipRule: "evenodd"
|
|
4495
4519
|
}
|
|
4496
4520
|
) });
|
|
4497
|
-
const BaseSvgIcon$
|
|
4521
|
+
const BaseSvgIcon$14 = material.createSvgIcon(Icon$14(), "Report");
|
|
4498
4522
|
function Report({ width, height, sx, ...props }, ref) {
|
|
4499
4523
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4500
|
-
BaseSvgIcon$
|
|
4524
|
+
BaseSvgIcon$14,
|
|
4501
4525
|
{
|
|
4502
4526
|
ref,
|
|
4503
4527
|
viewBox: "0 0 24 24",
|
|
@@ -4511,7 +4535,7 @@ function Report({ width, height, sx, ...props }, ref) {
|
|
|
4511
4535
|
);
|
|
4512
4536
|
}
|
|
4513
4537
|
const Report$1 = React.forwardRef(Report);
|
|
4514
|
-
const Icon$
|
|
4538
|
+
const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4515
4539
|
"path",
|
|
4516
4540
|
{
|
|
4517
4541
|
fill: "currentColor",
|
|
@@ -4520,10 +4544,10 @@ const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
4520
4544
|
clipRule: "evenodd"
|
|
4521
4545
|
}
|
|
4522
4546
|
) });
|
|
4523
|
-
const BaseSvgIcon$
|
|
4547
|
+
const BaseSvgIcon$13 = material.createSvgIcon(Icon$13(), "Reset");
|
|
4524
4548
|
function Reset({ width, height, sx, ...props }, ref) {
|
|
4525
4549
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4526
|
-
BaseSvgIcon$
|
|
4550
|
+
BaseSvgIcon$13,
|
|
4527
4551
|
{
|
|
4528
4552
|
ref,
|
|
4529
4553
|
viewBox: "0 0 24 24",
|
|
@@ -4537,7 +4561,7 @@ function Reset({ width, height, sx, ...props }, ref) {
|
|
|
4537
4561
|
);
|
|
4538
4562
|
}
|
|
4539
4563
|
const Reset$1 = React.forwardRef(Reset);
|
|
4540
|
-
const Icon
|
|
4564
|
+
const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4541
4565
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4542
4566
|
"path",
|
|
4543
4567
|
{
|
|
@@ -4549,10 +4573,10 @@ const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4549
4573
|
) }),
|
|
4550
4574
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4551
4575
|
] });
|
|
4552
|
-
const BaseSvgIcon
|
|
4576
|
+
const BaseSvgIcon$12 = material.createSvgIcon(Icon$12(), "RiskAnalysis");
|
|
4553
4577
|
function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
4554
4578
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4555
|
-
BaseSvgIcon
|
|
4579
|
+
BaseSvgIcon$12,
|
|
4556
4580
|
{
|
|
4557
4581
|
ref,
|
|
4558
4582
|
viewBox: "0 0 24 24",
|
|
@@ -4566,7 +4590,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4566
4590
|
);
|
|
4567
4591
|
}
|
|
4568
4592
|
const RiskAnalysis$1 = React.forwardRef(RiskAnalysis);
|
|
4569
|
-
const Icon$
|
|
4593
|
+
const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4570
4594
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4571
4595
|
"path",
|
|
4572
4596
|
{
|
|
@@ -4585,10 +4609,10 @@ const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4585
4609
|
}
|
|
4586
4610
|
)
|
|
4587
4611
|
] });
|
|
4588
|
-
const BaseSvgIcon$
|
|
4612
|
+
const BaseSvgIcon$11 = material.createSvgIcon(Icon$11(), "RoadTraffic");
|
|
4589
4613
|
function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
4590
4614
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4591
|
-
BaseSvgIcon$
|
|
4615
|
+
BaseSvgIcon$11,
|
|
4592
4616
|
{
|
|
4593
4617
|
ref,
|
|
4594
4618
|
viewBox: "0 0 24 24",
|
|
@@ -4602,7 +4626,40 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
|
4602
4626
|
);
|
|
4603
4627
|
}
|
|
4604
4628
|
const RoadTraffic$1 = React.forwardRef(RoadTraffic);
|
|
4605
|
-
const Icon$
|
|
4629
|
+
const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4630
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4631
|
+
"path",
|
|
4632
|
+
{
|
|
4633
|
+
fill: "currentColor",
|
|
4634
|
+
d: "M7.556 16.66H5.787a7.776 7.776 0 0 0 13.254-1.37l2.173.582c-1.516 3.592-5.068 6.115-9.213 6.115a9.97 9.97 0 0 1-7.779-3.721v1.729H2v-5.557h5.556z"
|
|
4635
|
+
}
|
|
4636
|
+
),
|
|
4637
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4638
|
+
"path",
|
|
4639
|
+
{
|
|
4640
|
+
fill: "currentColor",
|
|
4641
|
+
d: "m16.124 11.977-6.379 3.19v-6.38zM5.373 7.913a7.74 7.74 0 0 0-1.148 3.964H2.002a9.95 9.95 0 0 1 1.766-5.569zM20.739 7.12A9.95 9.95 0 0 1 22 11.877h-2.224a7.7 7.7 0 0 0-.69-3.103zM13.508 2.098a9.98 9.98 0 0 1 5.918 3.191l-1.574 1.575a7.77 7.77 0 0 0-4.344-2.51zM11.286 4.24A7.75 7.75 0 0 0 6.802 6.2L5.228 4.626a9.96 9.96 0 0 1 6.058-2.613z"
|
|
4642
|
+
}
|
|
4643
|
+
)
|
|
4644
|
+
] });
|
|
4645
|
+
const BaseSvgIcon$10 = material.createSvgIcon(Icon$10(), "RunReuse");
|
|
4646
|
+
function RunReuse({ width, height, sx, ...props }, ref) {
|
|
4647
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4648
|
+
BaseSvgIcon$10,
|
|
4649
|
+
{
|
|
4650
|
+
ref,
|
|
4651
|
+
viewBox: "0 0 24 24",
|
|
4652
|
+
sx: {
|
|
4653
|
+
width,
|
|
4654
|
+
height: height || width,
|
|
4655
|
+
...sx
|
|
4656
|
+
},
|
|
4657
|
+
...props
|
|
4658
|
+
}
|
|
4659
|
+
);
|
|
4660
|
+
}
|
|
4661
|
+
const RunReuse$1 = React.forwardRef(RunReuse);
|
|
4662
|
+
const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4606
4663
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4607
4664
|
"path",
|
|
4608
4665
|
{
|
|
@@ -4621,10 +4678,10 @@ const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4621
4678
|
}
|
|
4622
4679
|
)
|
|
4623
4680
|
] });
|
|
4624
|
-
const BaseSvgIcon
|
|
4681
|
+
const BaseSvgIcon$$ = material.createSvgIcon(Icon$$(), "RunSettings");
|
|
4625
4682
|
function RunSettings({ width, height, sx, ...props }, ref) {
|
|
4626
4683
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4627
|
-
BaseSvgIcon
|
|
4684
|
+
BaseSvgIcon$$,
|
|
4628
4685
|
{
|
|
4629
4686
|
ref,
|
|
4630
4687
|
viewBox: "0 0 24 24",
|
|
@@ -4638,7 +4695,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
|
|
|
4638
4695
|
);
|
|
4639
4696
|
}
|
|
4640
4697
|
const RunSettings$1 = React.forwardRef(RunSettings);
|
|
4641
|
-
const Icon$
|
|
4698
|
+
const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4642
4699
|
"path",
|
|
4643
4700
|
{
|
|
4644
4701
|
fill: "currentColor",
|
|
@@ -4647,10 +4704,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4647
4704
|
clipRule: "evenodd"
|
|
4648
4705
|
}
|
|
4649
4706
|
) });
|
|
4650
|
-
const BaseSvgIcon$
|
|
4707
|
+
const BaseSvgIcon$_ = material.createSvgIcon(Icon$_(), "RunStep");
|
|
4651
4708
|
function RunStep({ width, height, sx, ...props }, ref) {
|
|
4652
4709
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4653
|
-
BaseSvgIcon$
|
|
4710
|
+
BaseSvgIcon$_,
|
|
4654
4711
|
{
|
|
4655
4712
|
ref,
|
|
4656
4713
|
viewBox: "0 0 24 24",
|
|
@@ -4664,7 +4721,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
|
|
|
4664
4721
|
);
|
|
4665
4722
|
}
|
|
4666
4723
|
const RunStep$1 = React.forwardRef(RunStep);
|
|
4667
|
-
const Icon$
|
|
4724
|
+
const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4668
4725
|
"path",
|
|
4669
4726
|
{
|
|
4670
4727
|
fill: "currentColor",
|
|
@@ -4673,10 +4730,10 @@ const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4673
4730
|
clipRule: "evenodd"
|
|
4674
4731
|
}
|
|
4675
4732
|
) });
|
|
4676
|
-
const BaseSvgIcon$
|
|
4733
|
+
const BaseSvgIcon$Z = material.createSvgIcon(Icon$Z(), "Salesforce");
|
|
4677
4734
|
function Salesforce({ width, height, sx, ...props }, ref) {
|
|
4678
4735
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4679
|
-
BaseSvgIcon$
|
|
4736
|
+
BaseSvgIcon$Z,
|
|
4680
4737
|
{
|
|
4681
4738
|
ref,
|
|
4682
4739
|
viewBox: "0 0 24 24",
|
|
@@ -4690,7 +4747,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
|
|
|
4690
4747
|
);
|
|
4691
4748
|
}
|
|
4692
4749
|
const Salesforce$1 = React.forwardRef(Salesforce);
|
|
4693
|
-
const Icon$
|
|
4750
|
+
const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4694
4751
|
"path",
|
|
4695
4752
|
{
|
|
4696
4753
|
fill: "currentColor",
|
|
@@ -4699,10 +4756,10 @@ const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4699
4756
|
clipRule: "evenodd"
|
|
4700
4757
|
}
|
|
4701
4758
|
) });
|
|
4702
|
-
const BaseSvgIcon$
|
|
4759
|
+
const BaseSvgIcon$Y = material.createSvgIcon(Icon$Y(), "Sample");
|
|
4703
4760
|
function Sample({ width, height, sx, ...props }, ref) {
|
|
4704
4761
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4705
|
-
BaseSvgIcon$
|
|
4762
|
+
BaseSvgIcon$Y,
|
|
4706
4763
|
{
|
|
4707
4764
|
ref,
|
|
4708
4765
|
viewBox: "0 0 24 24",
|
|
@@ -4716,7 +4773,7 @@ function Sample({ width, height, sx, ...props }, ref) {
|
|
|
4716
4773
|
);
|
|
4717
4774
|
}
|
|
4718
4775
|
const Sample$1 = React.forwardRef(Sample);
|
|
4719
|
-
const Icon$
|
|
4776
|
+
const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4720
4777
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4721
4778
|
"path",
|
|
4722
4779
|
{
|
|
@@ -4732,10 +4789,10 @@ const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4732
4789
|
}
|
|
4733
4790
|
)
|
|
4734
4791
|
] });
|
|
4735
|
-
const BaseSvgIcon$
|
|
4792
|
+
const BaseSvgIcon$X = material.createSvgIcon(Icon$X(), "SaveOk");
|
|
4736
4793
|
function SaveOk({ width, height, sx, ...props }, ref) {
|
|
4737
4794
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4738
|
-
BaseSvgIcon$
|
|
4795
|
+
BaseSvgIcon$X,
|
|
4739
4796
|
{
|
|
4740
4797
|
ref,
|
|
4741
4798
|
viewBox: "0 0 24 24",
|
|
@@ -4749,7 +4806,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
|
|
|
4749
4806
|
);
|
|
4750
4807
|
}
|
|
4751
4808
|
const SaveOk$1 = React.forwardRef(SaveOk);
|
|
4752
|
-
const Icon$
|
|
4809
|
+
const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4753
4810
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4754
4811
|
"path",
|
|
4755
4812
|
{
|
|
@@ -4774,10 +4831,10 @@ const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4774
4831
|
}
|
|
4775
4832
|
)
|
|
4776
4833
|
] });
|
|
4777
|
-
const BaseSvgIcon$
|
|
4834
|
+
const BaseSvgIcon$W = material.createSvgIcon(Icon$W(), "ScheduleRun");
|
|
4778
4835
|
function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
4779
4836
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4780
|
-
BaseSvgIcon$
|
|
4837
|
+
BaseSvgIcon$W,
|
|
4781
4838
|
{
|
|
4782
4839
|
ref,
|
|
4783
4840
|
viewBox: "0 0 24 24",
|
|
@@ -4791,7 +4848,33 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
|
4791
4848
|
);
|
|
4792
4849
|
}
|
|
4793
4850
|
const ScheduleRun$1 = React.forwardRef(ScheduleRun);
|
|
4794
|
-
const Icon$
|
|
4851
|
+
const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4852
|
+
"path",
|
|
4853
|
+
{
|
|
4854
|
+
fill: "currentColor",
|
|
4855
|
+
fillRule: "evenodd",
|
|
4856
|
+
d: "M17 12a5.005 5.005 0 0 1 5 5c0 .98-.29 1.938-.833 2.753L23.91 22.5l-1.41 1.41-2.748-2.743A4.97 4.97 0 0 1 17 22a5.005 5.005 0 0 1-5-5 5.005 5.005 0 0 1 5-5m3.5-9c.25 0 .45.174.492.408L21 3.5l.001 7.756a7 7 0 0 0-2-.966V5.7l-3 1.16L16 10.07c-.694.1-1.368.303-2 .604V6.87l-4-1.4v13.78l-1-.35-5.34 2.07-.16.03a.495.495 0 0 1-.492-.408L3 20.5V5.38c0-.197.11-.358.274-.444L3.36 4.9 9 3l6 2.1 5.34-2.07zM17 14a3.004 3.004 0 0 0-3 3c0 1.655 1.346 3 3 3s3-1.345 3-3c0-1.654-1.346-3-3-3M8 5.45 5 6.46v11.85l3-1.16z",
|
|
4857
|
+
clipRule: "evenodd"
|
|
4858
|
+
}
|
|
4859
|
+
) });
|
|
4860
|
+
const BaseSvgIcon$V = material.createSvgIcon(Icon$V(), "SearchMap");
|
|
4861
|
+
function SearchMap({ width, height, sx, ...props }, ref) {
|
|
4862
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4863
|
+
BaseSvgIcon$V,
|
|
4864
|
+
{
|
|
4865
|
+
ref,
|
|
4866
|
+
viewBox: "0 0 24 24",
|
|
4867
|
+
sx: {
|
|
4868
|
+
width,
|
|
4869
|
+
height: height || width,
|
|
4870
|
+
...sx
|
|
4871
|
+
},
|
|
4872
|
+
...props
|
|
4873
|
+
}
|
|
4874
|
+
);
|
|
4875
|
+
}
|
|
4876
|
+
const SearchMap$1 = React.forwardRef(SearchMap);
|
|
4877
|
+
const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4795
4878
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4796
4879
|
"path",
|
|
4797
4880
|
{
|
|
@@ -4807,10 +4890,10 @@ const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4807
4890
|
}
|
|
4808
4891
|
)
|
|
4809
4892
|
] });
|
|
4810
|
-
const BaseSvgIcon$
|
|
4893
|
+
const BaseSvgIcon$U = material.createSvgIcon(Icon$U(), "SelectDestination");
|
|
4811
4894
|
function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
4812
4895
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4813
|
-
BaseSvgIcon$
|
|
4896
|
+
BaseSvgIcon$U,
|
|
4814
4897
|
{
|
|
4815
4898
|
ref,
|
|
4816
4899
|
viewBox: "0 0 24 24",
|
|
@@ -4824,7 +4907,7 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
|
4824
4907
|
);
|
|
4825
4908
|
}
|
|
4826
4909
|
const SelectDestination$1 = React.forwardRef(SelectDestination);
|
|
4827
|
-
const Icon$
|
|
4910
|
+
const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4828
4911
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4829
4912
|
"path",
|
|
4830
4913
|
{
|
|
@@ -4842,10 +4925,10 @@ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4842
4925
|
}
|
|
4843
4926
|
)
|
|
4844
4927
|
] });
|
|
4845
|
-
const BaseSvgIcon$
|
|
4928
|
+
const BaseSvgIcon$T = material.createSvgIcon(Icon$T(), "SelectFeature");
|
|
4846
4929
|
function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
4847
4930
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4848
|
-
BaseSvgIcon$
|
|
4931
|
+
BaseSvgIcon$T,
|
|
4849
4932
|
{
|
|
4850
4933
|
ref,
|
|
4851
4934
|
viewBox: "0 0 24 24",
|
|
@@ -4859,7 +4942,7 @@ function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
|
4859
4942
|
);
|
|
4860
4943
|
}
|
|
4861
4944
|
const SelectFeature$1 = React.forwardRef(SelectFeature);
|
|
4862
|
-
const Icon$
|
|
4945
|
+
const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4863
4946
|
"path",
|
|
4864
4947
|
{
|
|
4865
4948
|
fill: "currentColor",
|
|
@@ -4868,10 +4951,10 @@ const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4868
4951
|
clipRule: "evenodd"
|
|
4869
4952
|
}
|
|
4870
4953
|
) });
|
|
4871
|
-
const BaseSvgIcon$
|
|
4954
|
+
const BaseSvgIcon$S = material.createSvgIcon(Icon$S(), "SelectTool");
|
|
4872
4955
|
function SelectTool({ width, height, sx, ...props }, ref) {
|
|
4873
4956
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4874
|
-
BaseSvgIcon$
|
|
4957
|
+
BaseSvgIcon$S,
|
|
4875
4958
|
{
|
|
4876
4959
|
ref,
|
|
4877
4960
|
viewBox: "0 0 24 24",
|
|
@@ -4885,17 +4968,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
|
|
|
4885
4968
|
);
|
|
4886
4969
|
}
|
|
4887
4970
|
const SelectTool$1 = React.forwardRef(SelectTool);
|
|
4888
|
-
const Icon$
|
|
4971
|
+
const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4889
4972
|
"path",
|
|
4890
4973
|
{
|
|
4891
4974
|
fill: "currentColor",
|
|
4892
4975
|
d: "M15 3v11h6V5a2 2 0 0 0-2-2zM17 23v-6h6l-2.29 2.3L23 21.59 21.59 23l-2.3-2.29zM13 21h-2v-2h2zM9 5H7V3h2zM5 17H3v-2h2zM5 19v2c-1.1 0-2-.9-2-2zM13 5h-2V3h2zM5 9H3V7h2zM9 21H7v-2h2zM5 13H3v-2h2zM5 5H3c0-1.1.9-2 2-2zM9 17h2v-2H9zM11 9H9V7h2zM9 13h2v-2H9z"
|
|
4893
4976
|
}
|
|
4894
4977
|
) });
|
|
4895
|
-
const BaseSvgIcon$
|
|
4978
|
+
const BaseSvgIcon$R = material.createSvgIcon(Icon$R(), "SelectVariable");
|
|
4896
4979
|
function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
4897
4980
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4898
|
-
BaseSvgIcon$
|
|
4981
|
+
BaseSvgIcon$R,
|
|
4899
4982
|
{
|
|
4900
4983
|
ref,
|
|
4901
4984
|
viewBox: "0 0 24 24",
|
|
@@ -4909,7 +4992,7 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
|
4909
4992
|
);
|
|
4910
4993
|
}
|
|
4911
4994
|
const SelectVariable$1 = React.forwardRef(SelectVariable);
|
|
4912
|
-
const Icon$
|
|
4995
|
+
const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4913
4996
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4914
4997
|
"path",
|
|
4915
4998
|
{
|
|
@@ -4925,10 +5008,10 @@ const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4925
5008
|
}
|
|
4926
5009
|
)
|
|
4927
5010
|
] });
|
|
4928
|
-
const BaseSvgIcon$
|
|
5011
|
+
const BaseSvgIcon$Q = material.createSvgIcon(Icon$Q(), "ShowNodeResults");
|
|
4929
5012
|
function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
4930
5013
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4931
|
-
BaseSvgIcon$
|
|
5014
|
+
BaseSvgIcon$Q,
|
|
4932
5015
|
{
|
|
4933
5016
|
ref,
|
|
4934
5017
|
viewBox: "0 0 24 24",
|
|
@@ -4942,7 +5025,7 @@ function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
|
4942
5025
|
);
|
|
4943
5026
|
}
|
|
4944
5027
|
const ShowNodeResults$1 = React.forwardRef(ShowNodeResults);
|
|
4945
|
-
const Icon$
|
|
5028
|
+
const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4946
5029
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4947
5030
|
"path",
|
|
4948
5031
|
{
|
|
@@ -4960,10 +5043,10 @@ const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4960
5043
|
}
|
|
4961
5044
|
)
|
|
4962
5045
|
] });
|
|
4963
|
-
const BaseSvgIcon$
|
|
5046
|
+
const BaseSvgIcon$P = material.createSvgIcon(Icon$P(), "ShowRightsidebar");
|
|
4964
5047
|
function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
4965
5048
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4966
|
-
BaseSvgIcon$
|
|
5049
|
+
BaseSvgIcon$P,
|
|
4967
5050
|
{
|
|
4968
5051
|
ref,
|
|
4969
5052
|
viewBox: "0 0 24 24",
|
|
@@ -4977,7 +5060,7 @@ function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
4977
5060
|
);
|
|
4978
5061
|
}
|
|
4979
5062
|
const ShowRightsidebar$1 = React.forwardRef(ShowRightsidebar);
|
|
4980
|
-
const Icon$
|
|
5063
|
+
const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4981
5064
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4982
5065
|
"path",
|
|
4983
5066
|
{
|
|
@@ -4995,10 +5078,10 @@ const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4995
5078
|
}
|
|
4996
5079
|
)
|
|
4997
5080
|
] });
|
|
4998
|
-
const BaseSvgIcon$
|
|
5081
|
+
const BaseSvgIcon$O = material.createSvgIcon(Icon$O(), "SingleLayer");
|
|
4999
5082
|
function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
5000
5083
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5001
|
-
BaseSvgIcon$
|
|
5084
|
+
BaseSvgIcon$O,
|
|
5002
5085
|
{
|
|
5003
5086
|
ref,
|
|
5004
5087
|
viewBox: "0 0 24 24",
|
|
@@ -5012,7 +5095,7 @@ function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
|
5012
5095
|
);
|
|
5013
5096
|
}
|
|
5014
5097
|
const SingleLayer$1 = React.forwardRef(SingleLayer);
|
|
5015
|
-
const Icon$
|
|
5098
|
+
const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5016
5099
|
"path",
|
|
5017
5100
|
{
|
|
5018
5101
|
fill: "currentColor",
|
|
@@ -5021,10 +5104,10 @@ const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5021
5104
|
clipRule: "evenodd"
|
|
5022
5105
|
}
|
|
5023
5106
|
) });
|
|
5024
|
-
const BaseSvgIcon$
|
|
5107
|
+
const BaseSvgIcon$N = material.createSvgIcon(Icon$N(), "SiteSelection");
|
|
5025
5108
|
function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
5026
5109
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5027
|
-
BaseSvgIcon$
|
|
5110
|
+
BaseSvgIcon$N,
|
|
5028
5111
|
{
|
|
5029
5112
|
ref,
|
|
5030
5113
|
viewBox: "0 0 24 24",
|
|
@@ -5038,7 +5121,7 @@ function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
|
5038
5121
|
);
|
|
5039
5122
|
}
|
|
5040
5123
|
const SiteSelection$1 = React.forwardRef(SiteSelection);
|
|
5041
|
-
const Icon$
|
|
5124
|
+
const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5042
5125
|
"path",
|
|
5043
5126
|
{
|
|
5044
5127
|
fill: "currentColor",
|
|
@@ -5047,10 +5130,10 @@ const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5047
5130
|
clipRule: "evenodd"
|
|
5048
5131
|
}
|
|
5049
5132
|
) });
|
|
5050
|
-
const BaseSvgIcon$
|
|
5133
|
+
const BaseSvgIcon$M = material.createSvgIcon(Icon$M(), "Snowflake");
|
|
5051
5134
|
function Snowflake({ width, height, sx, ...props }, ref) {
|
|
5052
5135
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5053
|
-
BaseSvgIcon$
|
|
5136
|
+
BaseSvgIcon$M,
|
|
5054
5137
|
{
|
|
5055
5138
|
ref,
|
|
5056
5139
|
viewBox: "0 0 24 24",
|
|
@@ -5064,7 +5147,7 @@ function Snowflake({ width, height, sx, ...props }, ref) {
|
|
|
5064
5147
|
);
|
|
5065
5148
|
}
|
|
5066
5149
|
const Snowflake$1 = React.forwardRef(Snowflake);
|
|
5067
|
-
const Icon$
|
|
5150
|
+
const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5068
5151
|
"path",
|
|
5069
5152
|
{
|
|
5070
5153
|
fill: "currentColor",
|
|
@@ -5073,10 +5156,10 @@ const Icon$K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5073
5156
|
clipRule: "evenodd"
|
|
5074
5157
|
}
|
|
5075
5158
|
) });
|
|
5076
|
-
const BaseSvgIcon$
|
|
5159
|
+
const BaseSvgIcon$L = material.createSvgIcon(Icon$L(), "SpaOauthClient");
|
|
5077
5160
|
function SpaOauthClient({ width, height, sx, ...props }, ref) {
|
|
5078
5161
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5079
|
-
BaseSvgIcon$
|
|
5162
|
+
BaseSvgIcon$L,
|
|
5080
5163
|
{
|
|
5081
5164
|
ref,
|
|
5082
5165
|
viewBox: "0 0 24 24",
|
|
@@ -5090,17 +5173,17 @@ function SpaOauthClient({ width, height, sx, ...props }, ref) {
|
|
|
5090
5173
|
);
|
|
5091
5174
|
}
|
|
5092
5175
|
const SpaOauthClient$1 = React.forwardRef(SpaOauthClient);
|
|
5093
|
-
const Icon$
|
|
5176
|
+
const Icon$K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5094
5177
|
"path",
|
|
5095
5178
|
{
|
|
5096
5179
|
fill: "currentColor",
|
|
5097
5180
|
d: "M15.245.445q-1.07-.3-2.177-.397l-.175 1.992c.612.054 1.223.166 1.813.331zM17.313 1.237q.996.494 1.886 1.161l-1.202 1.6a10 10 0 0 0-1.571-.968zM6.619 1.271l.899 1.787q-.827.417-1.565.977L4.742 2.443c.588-.445 1.219-.84 1.877-1.172M8.155 13.031A4 4 0 0 1 8 12.001a3.994 3.994 0 0 1 2.97-3.846l-.517-1.932A5.996 5.996 0 0 0 6 12c.005.523.08 1.044.223 1.547zM14 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0M14.828 14.828l1.415 1.414A5.96 5.96 0 0 1 12 18a5.96 5.96 0 0 1-4.243-1.758l1.415-1.414c1.51 1.512 4.146 1.512 5.656 0M17.776 13.548l-1.932-.519c.107-.394.156-.72.156-1.029a3.994 3.994 0 0 0-2.969-3.845l.517-1.932A5.996 5.996 0 0 1 18 12c0 .488-.071.98-.224 1.548M22.18 5.643a12 12 0 0 0-1.342-1.759l-1.473 1.354c.417.453.793.947 1.119 1.467zM3.112 3.94l1.48 1.343c-.412.455-.785.951-1.109 1.475l-1.701-1.05a12 12 0 0 1 1.33-1.769M21.824 10.122l1.965-.374a12 12 0 0 0-.613-2.126l-1.863.73c.224.57.396 1.166.511 1.77M10.857.054l.188 1.992a10 10 0 0 0-1.811.341L8.681.465c.708-.203 1.44-.34 2.176-.41M14.746 21.62l.548 1.922a12 12 0 0 0 2.063-.802l-.893-1.789c-.55.275-1.128.5-1.718.668M.797 7.69l1.867.72a10 10 0 0 0-.5 1.773l-1.967-.36c.133-.728.334-1.442.6-2.133M20.506 17.261l1.7 1.054c.389-.627.721-1.293.987-1.98l-1.864-.725a10 10 0 0 1-.823 1.651M10.907 23.951l.18-1.992a10 10 0 0 0 1.846-.003l.185 1.993a12.4 12.4 0 0 1-2.211.002M22 12c0 .62-.057 1.236-.168 1.838l1.967.364c.133-.72.201-1.462.201-2.202v-.046zM19.238 21.573l-1.207-1.595c.49-.37.948-.789 1.362-1.244l1.479 1.348a12 12 0 0 1-1.634 1.491M2 12.021l-2 .005c.002.74.071 1.481.207 2.202l1.965-.369c-.113-.602-.17-1.22-.172-1.838M8.73 23.55a12 12 0 0 1-2.066-.799l.89-1.79a10 10 0 0 0 1.72.663zM2.679 15.63l-1.863.727c.267.686.601 1.352.991 1.98l1.697-1.058a10 10 0 0 1-.825-1.649M4.782 21.587A12 12 0 0 1 3.145 20.1l1.475-1.35c.416.453.876.872 1.366 1.242z"
|
|
5098
5181
|
}
|
|
5099
5182
|
) });
|
|
5100
|
-
const BaseSvgIcon$
|
|
5183
|
+
const BaseSvgIcon$K = material.createSvgIcon(Icon$K(), "SpatialAnalysis");
|
|
5101
5184
|
function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
5102
5185
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5103
|
-
BaseSvgIcon$
|
|
5186
|
+
BaseSvgIcon$K,
|
|
5104
5187
|
{
|
|
5105
5188
|
ref,
|
|
5106
5189
|
viewBox: "0 0 24 24",
|
|
@@ -5114,7 +5197,7 @@ function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
5114
5197
|
);
|
|
5115
5198
|
}
|
|
5116
5199
|
const SpatialAnalysis$1 = React.forwardRef(SpatialAnalysis);
|
|
5117
|
-
const Icon$
|
|
5200
|
+
const Icon$J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5118
5201
|
"path",
|
|
5119
5202
|
{
|
|
5120
5203
|
fill: "currentColor",
|
|
@@ -5123,10 +5206,10 @@ const Icon$I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5123
5206
|
clipRule: "evenodd"
|
|
5124
5207
|
}
|
|
5125
5208
|
) });
|
|
5126
|
-
const BaseSvgIcon$
|
|
5209
|
+
const BaseSvgIcon$J = material.createSvgIcon(Icon$J(), "SpatialExtension");
|
|
5127
5210
|
function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
5128
5211
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5129
|
-
BaseSvgIcon$
|
|
5212
|
+
BaseSvgIcon$J,
|
|
5130
5213
|
{
|
|
5131
5214
|
ref,
|
|
5132
5215
|
viewBox: "0 0 24 24",
|
|
@@ -5140,7 +5223,7 @@ function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
5140
5223
|
);
|
|
5141
5224
|
}
|
|
5142
5225
|
const SpatialExtension$1 = React.forwardRef(SpatialExtension);
|
|
5143
|
-
const Icon$
|
|
5226
|
+
const Icon$I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5144
5227
|
"path",
|
|
5145
5228
|
{
|
|
5146
5229
|
fill: "currentColor",
|
|
@@ -5149,10 +5232,10 @@ const Icon$H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5149
5232
|
clipRule: "evenodd"
|
|
5150
5233
|
}
|
|
5151
5234
|
) });
|
|
5152
|
-
const BaseSvgIcon$
|
|
5235
|
+
const BaseSvgIcon$I = material.createSvgIcon(Icon$I(), "SpatialIndexes");
|
|
5153
5236
|
function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
5154
5237
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5155
|
-
BaseSvgIcon$
|
|
5238
|
+
BaseSvgIcon$I,
|
|
5156
5239
|
{
|
|
5157
5240
|
ref,
|
|
5158
5241
|
viewBox: "0 0 24 24",
|
|
@@ -5166,7 +5249,7 @@ function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
|
5166
5249
|
);
|
|
5167
5250
|
}
|
|
5168
5251
|
const SpatialIndexes$1 = React.forwardRef(SpatialIndexes);
|
|
5169
|
-
const Icon$
|
|
5252
|
+
const Icon$H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5170
5253
|
"path",
|
|
5171
5254
|
{
|
|
5172
5255
|
fill: "currentColor",
|
|
@@ -5175,10 +5258,10 @@ const Icon$G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5175
5258
|
clipRule: "evenodd"
|
|
5176
5259
|
}
|
|
5177
5260
|
) });
|
|
5178
|
-
const BaseSvgIcon$
|
|
5261
|
+
const BaseSvgIcon$H = material.createSvgIcon(Icon$H(), "Sql");
|
|
5179
5262
|
function Sql({ width, height, sx, ...props }, ref) {
|
|
5180
5263
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5181
|
-
BaseSvgIcon$
|
|
5264
|
+
BaseSvgIcon$H,
|
|
5182
5265
|
{
|
|
5183
5266
|
ref,
|
|
5184
5267
|
viewBox: "0 0 24 24",
|
|
@@ -5192,7 +5275,7 @@ function Sql({ width, height, sx, ...props }, ref) {
|
|
|
5192
5275
|
);
|
|
5193
5276
|
}
|
|
5194
5277
|
const Sql$1 = React.forwardRef(Sql);
|
|
5195
|
-
const Icon$
|
|
5278
|
+
const Icon$G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5196
5279
|
"path",
|
|
5197
5280
|
{
|
|
5198
5281
|
fill: "currentColor",
|
|
@@ -5201,10 +5284,10 @@ const Icon$F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5201
5284
|
clipRule: "evenodd"
|
|
5202
5285
|
}
|
|
5203
5286
|
) });
|
|
5204
|
-
const BaseSvgIcon$
|
|
5287
|
+
const BaseSvgIcon$G = material.createSvgIcon(Icon$G(), "SqlError");
|
|
5205
5288
|
function SqlError({ width, height, sx, ...props }, ref) {
|
|
5206
5289
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5207
|
-
BaseSvgIcon$
|
|
5290
|
+
BaseSvgIcon$G,
|
|
5208
5291
|
{
|
|
5209
5292
|
ref,
|
|
5210
5293
|
viewBox: "0 0 24 24",
|
|
@@ -5218,7 +5301,7 @@ function SqlError({ width, height, sx, ...props }, ref) {
|
|
|
5218
5301
|
);
|
|
5219
5302
|
}
|
|
5220
5303
|
const SqlError$1 = React.forwardRef(SqlError);
|
|
5221
|
-
const Icon$
|
|
5304
|
+
const Icon$F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5222
5305
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5223
5306
|
"path",
|
|
5224
5307
|
{
|
|
@@ -5238,10 +5321,10 @@ const Icon$E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
5238
5321
|
}
|
|
5239
5322
|
)
|
|
5240
5323
|
] });
|
|
5241
|
-
const BaseSvgIcon$
|
|
5324
|
+
const BaseSvgIcon$F = material.createSvgIcon(Icon$F(), "Sso");
|
|
5242
5325
|
function Sso({ width, height, sx, ...props }, ref) {
|
|
5243
5326
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5244
|
-
BaseSvgIcon$
|
|
5327
|
+
BaseSvgIcon$F,
|
|
5245
5328
|
{
|
|
5246
5329
|
ref,
|
|
5247
5330
|
viewBox: "0 0 24 24",
|
|
@@ -5255,11 +5338,11 @@ function Sso({ width, height, sx, ...props }, ref) {
|
|
|
5255
5338
|
);
|
|
5256
5339
|
}
|
|
5257
5340
|
const Sso$1 = React.forwardRef(Sso);
|
|
5258
|
-
const Icon$
|
|
5259
|
-
const BaseSvgIcon$
|
|
5341
|
+
const Icon$E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13 11h-2v2h2zm3 2h5v-2h-5zm-8-2H3v2h5z" }) });
|
|
5342
|
+
const BaseSvgIcon$E = material.createSvgIcon(Icon$E(), "StrokeCustom");
|
|
5260
5343
|
function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
5261
5344
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5262
|
-
BaseSvgIcon$
|
|
5345
|
+
BaseSvgIcon$E,
|
|
5263
5346
|
{
|
|
5264
5347
|
ref,
|
|
5265
5348
|
viewBox: "0 0 24 24",
|
|
@@ -5273,11 +5356,11 @@ function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
|
5273
5356
|
);
|
|
5274
5357
|
}
|
|
5275
5358
|
const StrokeCustom$1 = React.forwardRef(StrokeCustom);
|
|
5276
|
-
const Icon$
|
|
5277
|
-
const BaseSvgIcon$
|
|
5359
|
+
const Icon$D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
|
|
5360
|
+
const BaseSvgIcon$D = material.createSvgIcon(Icon$D(), "StrokeDash");
|
|
5278
5361
|
function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
5279
5362
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5280
|
-
BaseSvgIcon$
|
|
5363
|
+
BaseSvgIcon$D,
|
|
5281
5364
|
{
|
|
5282
5365
|
ref,
|
|
5283
5366
|
viewBox: "0 0 24 24",
|
|
@@ -5291,11 +5374,11 @@ function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
|
5291
5374
|
);
|
|
5292
5375
|
}
|
|
5293
5376
|
const StrokeDash$1 = React.forwardRef(StrokeDash);
|
|
5294
|
-
const Icon$
|
|
5295
|
-
const BaseSvgIcon$
|
|
5377
|
+
const Icon$C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
|
|
5378
|
+
const BaseSvgIcon$C = material.createSvgIcon(Icon$C(), "StrokeSolid");
|
|
5296
5379
|
function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
5297
5380
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5298
|
-
BaseSvgIcon$
|
|
5381
|
+
BaseSvgIcon$C,
|
|
5299
5382
|
{
|
|
5300
5383
|
ref,
|
|
5301
5384
|
viewBox: "0 0 24 24",
|
|
@@ -5309,7 +5392,7 @@ function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
|
5309
5392
|
);
|
|
5310
5393
|
}
|
|
5311
5394
|
const StrokeSolid$1 = React.forwardRef(StrokeSolid);
|
|
5312
|
-
const Icon$
|
|
5395
|
+
const Icon$B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5313
5396
|
"path",
|
|
5314
5397
|
{
|
|
5315
5398
|
fill: "currentColor",
|
|
@@ -5318,10 +5401,10 @@ const Icon$A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5318
5401
|
clipRule: "evenodd"
|
|
5319
5402
|
}
|
|
5320
5403
|
) });
|
|
5321
|
-
const BaseSvgIcon$
|
|
5404
|
+
const BaseSvgIcon$B = material.createSvgIcon(Icon$B(), "SupplyChain");
|
|
5322
5405
|
function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
5323
5406
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5324
|
-
BaseSvgIcon$
|
|
5407
|
+
BaseSvgIcon$B,
|
|
5325
5408
|
{
|
|
5326
5409
|
ref,
|
|
5327
5410
|
viewBox: "0 0 24 24",
|
|
@@ -5335,11 +5418,11 @@ function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
|
5335
5418
|
);
|
|
5336
5419
|
}
|
|
5337
5420
|
const SupplyChain$1 = React.forwardRef(SupplyChain);
|
|
5338
|
-
const Icon$
|
|
5339
|
-
const BaseSvgIcon$
|
|
5421
|
+
const Icon$A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
|
|
5422
|
+
const BaseSvgIcon$A = material.createSvgIcon(Icon$A(), "SwatchCircle");
|
|
5340
5423
|
function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
5341
5424
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5342
|
-
BaseSvgIcon$
|
|
5425
|
+
BaseSvgIcon$A,
|
|
5343
5426
|
{
|
|
5344
5427
|
ref,
|
|
5345
5428
|
viewBox: "0 0 24 24",
|
|
@@ -5353,7 +5436,7 @@ function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
|
5353
5436
|
);
|
|
5354
5437
|
}
|
|
5355
5438
|
const SwatchCircle$1 = React.forwardRef(SwatchCircle);
|
|
5356
|
-
const Icon$
|
|
5439
|
+
const Icon$z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5357
5440
|
"path",
|
|
5358
5441
|
{
|
|
5359
5442
|
fill: "currentColor",
|
|
@@ -5362,10 +5445,10 @@ const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5362
5445
|
clipRule: "evenodd"
|
|
5363
5446
|
}
|
|
5364
5447
|
) });
|
|
5365
|
-
const BaseSvgIcon$
|
|
5448
|
+
const BaseSvgIcon$z = material.createSvgIcon(Icon$z(), "SwatchCircleNone");
|
|
5366
5449
|
function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
5367
5450
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5368
|
-
BaseSvgIcon$
|
|
5451
|
+
BaseSvgIcon$z,
|
|
5369
5452
|
{
|
|
5370
5453
|
ref,
|
|
5371
5454
|
viewBox: "0 0 24 24",
|
|
@@ -5379,6 +5462,47 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
|
5379
5462
|
);
|
|
5380
5463
|
}
|
|
5381
5464
|
const SwatchCircleNone$1 = React.forwardRef(SwatchCircleNone);
|
|
5465
|
+
const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5466
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5467
|
+
"mask",
|
|
5468
|
+
{
|
|
5469
|
+
id: "a",
|
|
5470
|
+
width: 24,
|
|
5471
|
+
height: 24,
|
|
5472
|
+
x: 0,
|
|
5473
|
+
y: 0,
|
|
5474
|
+
maskUnits: "userSpaceOnUse",
|
|
5475
|
+
style: {
|
|
5476
|
+
maskType: "alpha"
|
|
5477
|
+
},
|
|
5478
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" })
|
|
5479
|
+
}
|
|
5480
|
+
),
|
|
5481
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { mask: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5482
|
+
"path",
|
|
5483
|
+
{
|
|
5484
|
+
fill: "currentColor",
|
|
5485
|
+
d: "M15 22q-3.175-1.2-5.087-3.95Q8 15.3 8 11.9q0-2.275.9-4.312A10.95 10.95 0 0 1 11.45 4H8V2h7v7h-2V5.3a9 9 0 0 0-2.213 2.988A8.55 8.55 0 0 0 10 11.9q0 2.55 1.35 4.687A8.64 8.64 0 0 0 15 19.825z"
|
|
5486
|
+
}
|
|
5487
|
+
) })
|
|
5488
|
+
] });
|
|
5489
|
+
const BaseSvgIcon$y = material.createSvgIcon(Icon$y(), "SwitchAccessShortcut");
|
|
5490
|
+
function SwitchAccessShortcut({ width, height, sx, ...props }, ref) {
|
|
5491
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5492
|
+
BaseSvgIcon$y,
|
|
5493
|
+
{
|
|
5494
|
+
ref,
|
|
5495
|
+
viewBox: "0 0 24 24",
|
|
5496
|
+
sx: {
|
|
5497
|
+
width,
|
|
5498
|
+
height: height || width,
|
|
5499
|
+
...sx
|
|
5500
|
+
},
|
|
5501
|
+
...props
|
|
5502
|
+
}
|
|
5503
|
+
);
|
|
5504
|
+
}
|
|
5505
|
+
const SwitchAccessShortcut$1 = React.forwardRef(SwitchAccessShortcut);
|
|
5382
5506
|
const Icon$x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5383
5507
|
"path",
|
|
5384
5508
|
{
|
|
@@ -6503,6 +6627,7 @@ exports.Geomarketing = Geomarketing$1;
|
|
|
6503
6627
|
exports.Geometry = Geometry$1;
|
|
6504
6628
|
exports.Github = Github$1;
|
|
6505
6629
|
exports.Google = Google$1;
|
|
6630
|
+
exports.GroupOff = GroupOff$1;
|
|
6506
6631
|
exports.H3 = H3$1;
|
|
6507
6632
|
exports.HealthAnalytics = HealthAnalytics$1;
|
|
6508
6633
|
exports.HideComments = HideComments$1;
|
|
@@ -6566,12 +6691,14 @@ exports.Report = Report$1;
|
|
|
6566
6691
|
exports.Reset = Reset$1;
|
|
6567
6692
|
exports.RiskAnalysis = RiskAnalysis$1;
|
|
6568
6693
|
exports.RoadTraffic = RoadTraffic$1;
|
|
6694
|
+
exports.RunReuse = RunReuse$1;
|
|
6569
6695
|
exports.RunSettings = RunSettings$1;
|
|
6570
6696
|
exports.RunStep = RunStep$1;
|
|
6571
6697
|
exports.Salesforce = Salesforce$1;
|
|
6572
6698
|
exports.Sample = Sample$1;
|
|
6573
6699
|
exports.SaveOk = SaveOk$1;
|
|
6574
6700
|
exports.ScheduleRun = ScheduleRun$1;
|
|
6701
|
+
exports.SearchMap = SearchMap$1;
|
|
6575
6702
|
exports.SelectDestination = SelectDestination$1;
|
|
6576
6703
|
exports.SelectFeature = SelectFeature$1;
|
|
6577
6704
|
exports.SelectTool = SelectTool$1;
|
|
@@ -6594,6 +6721,7 @@ exports.StrokeSolid = StrokeSolid$1;
|
|
|
6594
6721
|
exports.SupplyChain = SupplyChain$1;
|
|
6595
6722
|
exports.SwatchCircle = SwatchCircle$1;
|
|
6596
6723
|
exports.SwatchCircleNone = SwatchCircleNone$1;
|
|
6724
|
+
exports.SwitchAccessShortcut = SwitchAccessShortcut$1;
|
|
6597
6725
|
exports.TableColumn = TableColumn$1;
|
|
6598
6726
|
exports.TableColumnLimited = TableColumnLimited$1;
|
|
6599
6727
|
exports.TempTable = TempTable$1;
|