@carto/meridian-ds 2.7.0 → 2.8.0-alpha-empty-state.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -1
- package/dist/{Alert-BfDnWlbD.js → Alert-BZPM5zpX.js} +1 -1
- package/dist/{Alert-CPvYAHO_.cjs → Alert-C4W0H_uN.cjs} +1 -1
- package/dist/{MenuItem-ZSYcQBtg.cjs → MenuItem-CgF4QdGi.cjs} +1 -1
- package/dist/{MenuItem-D90EfuGS.js → MenuItem-DRUK149i.js} +1 -1
- package/dist/components/index.cjs +261 -93
- package/dist/components/index.js +270 -102
- package/dist/{css-utils-DjvM17Vb.cjs → css-utils-CH7es90t.cjs} +15 -0
- package/dist/{css-utils-BHYA7By_.js → css-utils-CjUBRJVK.js} +15 -0
- package/dist/custom-icons/index.cjs +296 -226
- package/dist/custom-icons/index.js +296 -226
- package/dist/theme/index.cjs +80 -3
- package/dist/theme/index.js +81 -4
- package/dist/types/components/CircularProgress/CircularProgress.d.ts +19 -0
- package/dist/types/components/CircularProgress/CircularProgress.d.ts.map +1 -0
- package/dist/types/components/CircularProgress/CircularProgress.stories.d.ts +72 -0
- package/dist/types/components/CircularProgress/CircularProgress.stories.d.ts.map +1 -0
- package/dist/types/components/CircularProgress/CircularProgress.test.d.ts +2 -0
- package/dist/types/components/CircularProgress/CircularProgress.test.d.ts.map +1 -0
- package/dist/types/components/CircularProgress/index.d.ts +3 -0
- package/dist/types/components/CircularProgress/index.d.ts.map +1 -0
- package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.d.ts +1 -1
- package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.d.ts.map +1 -1
- package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.stories.d.ts +13 -0
- package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.stories.d.ts.map +1 -1
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts +1 -1
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -1
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts +31 -0
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts.map +1 -1
- package/dist/types/components/Dialog/types.d.ts +7 -1
- package/dist/types/components/Dialog/types.d.ts.map +1 -1
- package/dist/types/components/EmptyState/EmptyState.d.ts +4 -0
- package/dist/types/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/types/components/EmptyState/EmptyState.stories.d.ts +158 -0
- package/dist/types/components/EmptyState/EmptyState.stories.d.ts.map +1 -0
- package/dist/types/components/EmptyState/EmptyState.styled.d.ts +40 -0
- package/dist/types/components/EmptyState/EmptyState.styled.d.ts.map +1 -0
- package/dist/types/components/EmptyState/EmptyState.test.d.ts +2 -0
- package/dist/types/components/EmptyState/EmptyState.test.d.ts.map +1 -0
- package/dist/types/components/EmptyState/index.d.ts +3 -0
- package/dist/types/components/EmptyState/index.d.ts.map +1 -0
- package/dist/types/components/EmptyState/types.d.ts +71 -0
- package/dist/types/components/EmptyState/types.d.ts.map +1 -0
- package/dist/types/components/Loader/Loader.d.ts +4 -0
- package/dist/types/components/Loader/Loader.d.ts.map +1 -0
- package/dist/types/components/Loader/Loader.stories.d.ts +130 -0
- package/dist/types/components/Loader/Loader.stories.d.ts.map +1 -0
- package/dist/types/components/Loader/Loader.test.d.ts +2 -0
- package/dist/types/components/Loader/Loader.test.d.ts.map +1 -0
- package/dist/types/components/Loader/index.d.ts +3 -0
- package/dist/types/components/Loader/index.d.ts.map +1 -0
- package/dist/types/components/Loader/types.d.ts +40 -0
- package/dist/types/components/Loader/types.d.ts.map +1 -0
- package/dist/types/components/SearchField/SearchField.styled.d.ts.map +1 -1
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -4
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +6 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/custom-icons/CreateFolder.d.ts +4 -0
- package/dist/types/custom-icons/CreateFolder.d.ts.map +1 -0
- package/dist/types/custom-icons/FolderEmpty.d.ts +4 -0
- package/dist/types/custom-icons/FolderEmpty.d.ts.map +1 -0
- package/dist/types/custom-icons/SelectFeature.d.ts.map +1 -1
- package/dist/types/custom-icons/index.d.ts +2 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/dist/types/localization/en.d.ts +5 -0
- package/dist/types/localization/en.d.ts.map +1 -1
- package/dist/types/localization/es.d.ts +5 -0
- package/dist/types/localization/es.d.ts.map +1 -1
- package/dist/types/localization/id.d.ts +5 -0
- package/dist/types/localization/id.d.ts.map +1 -1
- package/dist/types/localization/index.d.ts +15 -0
- package/dist/types/localization/index.d.ts.map +1 -1
- package/dist/types/theme/components/buttons.d.ts.map +1 -1
- package/dist/types/theme/components/forms.d.ts.map +1 -1
- package/dist/types/theme/components/stories/{Progress.stories.d.ts → LinearProgress.stories.d.ts} +12 -22
- package/dist/types/theme/components/stories/LinearProgress.stories.d.ts.map +1 -0
- package/dist/types/theme/types.d.ts +11 -0
- package/dist/types/theme/types.d.ts.map +1 -1
- package/dist/widgets/index.cjs +2 -2
- package/dist/widgets/index.js +2 -2
- package/package.json +2 -2
- package/dist/types/theme/components/stories/Progress.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$3j = () => /* @__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$3h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
16
16
|
clipRule: "evenodd"
|
|
17
17
|
}
|
|
18
18
|
) });
|
|
19
|
-
const BaseSvgIcon$
|
|
19
|
+
const BaseSvgIcon$3j = material.createSvgIcon(Icon$3j(), "AccessIn");
|
|
20
20
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
21
21
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
22
|
-
BaseSvgIcon$
|
|
22
|
+
BaseSvgIcon$3j,
|
|
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$3i = () => /* @__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$3i = material.createSvgIcon(Icon$3i(), "AddApp");
|
|
44
44
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
45
45
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
46
|
-
BaseSvgIcon$
|
|
46
|
+
BaseSvgIcon$3i,
|
|
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$3h = () => /* @__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$3f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
66
66
|
clipRule: "evenodd"
|
|
67
67
|
}
|
|
68
68
|
) });
|
|
69
|
-
const BaseSvgIcon$
|
|
69
|
+
const BaseSvgIcon$3h = material.createSvgIcon(Icon$3h(), "AddSection");
|
|
70
70
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
71
71
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
72
|
-
BaseSvgIcon$
|
|
72
|
+
BaseSvgIcon$3h,
|
|
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$3g = () => /* @__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$3g = material.createSvgIcon(Icon$3g(), "AdvancedSettings");
|
|
94
94
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
95
95
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
96
|
-
BaseSvgIcon$
|
|
96
|
+
BaseSvgIcon$3g,
|
|
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$3f = () => /* @__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$3d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
139
139
|
}
|
|
140
140
|
)
|
|
141
141
|
] });
|
|
142
|
-
const BaseSvgIcon$
|
|
142
|
+
const BaseSvgIcon$3f = material.createSvgIcon(Icon$3f(), "AiAgent");
|
|
143
143
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
144
144
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
145
|
-
BaseSvgIcon$
|
|
145
|
+
BaseSvgIcon$3f,
|
|
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$3e = () => /* @__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$3c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
174
174
|
}
|
|
175
175
|
)
|
|
176
176
|
] });
|
|
177
|
-
const BaseSvgIcon$
|
|
177
|
+
const BaseSvgIcon$3e = material.createSvgIcon(Icon$3e(), "AiGeneratedObject");
|
|
178
178
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
179
179
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
180
|
-
BaseSvgIcon$
|
|
180
|
+
BaseSvgIcon$3e,
|
|
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$3d = () => /* @__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$3b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
232
232
|
}
|
|
233
233
|
)
|
|
234
234
|
] });
|
|
235
|
-
const BaseSvgIcon$
|
|
235
|
+
const BaseSvgIcon$3d = material.createSvgIcon(Icon$3d(), "AiTool");
|
|
236
236
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
237
237
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
238
|
-
BaseSvgIcon$
|
|
238
|
+
BaseSvgIcon$3d,
|
|
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$3c = () => /* @__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$3a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
269
269
|
}
|
|
270
270
|
)
|
|
271
271
|
] });
|
|
272
|
-
const BaseSvgIcon$
|
|
272
|
+
const BaseSvgIcon$3c = material.createSvgIcon(Icon$3c(), "Annotation");
|
|
273
273
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
274
274
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
275
|
-
BaseSvgIcon$
|
|
275
|
+
BaseSvgIcon$3c,
|
|
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$3b = () => /* @__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$39 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
295
295
|
clipRule: "evenodd"
|
|
296
296
|
}
|
|
297
297
|
) });
|
|
298
|
-
const BaseSvgIcon$
|
|
298
|
+
const BaseSvgIcon$3b = material.createSvgIcon(Icon$3b(), "ApiAccessToken");
|
|
299
299
|
function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
300
300
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
301
|
-
BaseSvgIcon$
|
|
301
|
+
BaseSvgIcon$3b,
|
|
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$3a = () => /* @__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$38 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
321
321
|
clipRule: "evenodd"
|
|
322
322
|
}
|
|
323
323
|
) });
|
|
324
|
-
const BaseSvgIcon$
|
|
324
|
+
const BaseSvgIcon$3a = material.createSvgIcon(Icon$3a(), "ApiBaseUrl");
|
|
325
325
|
function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
326
326
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
327
|
-
BaseSvgIcon$
|
|
327
|
+
BaseSvgIcon$3a,
|
|
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$39 = () => /* @__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$37 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
363
363
|
}
|
|
364
364
|
)
|
|
365
365
|
] });
|
|
366
|
-
const BaseSvgIcon$
|
|
366
|
+
const BaseSvgIcon$39 = material.createSvgIcon(Icon$39(), "ApiCall");
|
|
367
367
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
368
368
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
369
|
-
BaseSvgIcon$
|
|
369
|
+
BaseSvgIcon$39,
|
|
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$38 = () => /* @__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$36 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
389
389
|
clipRule: "evenodd"
|
|
390
390
|
}
|
|
391
391
|
) });
|
|
392
|
-
const BaseSvgIcon$
|
|
392
|
+
const BaseSvgIcon$38 = material.createSvgIcon(Icon$38(), "AppCredentials");
|
|
393
393
|
function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
394
394
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
395
|
-
BaseSvgIcon$
|
|
395
|
+
BaseSvgIcon$38,
|
|
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$37 = () => /* @__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$35 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
415
415
|
clipRule: "evenodd"
|
|
416
416
|
}
|
|
417
417
|
) });
|
|
418
|
-
const BaseSvgIcon$
|
|
418
|
+
const BaseSvgIcon$37 = material.createSvgIcon(Icon$37(), "ArrowLeft");
|
|
419
419
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
420
420
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
421
|
-
BaseSvgIcon$
|
|
421
|
+
BaseSvgIcon$37,
|
|
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$36 = () => /* @__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$34 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
441
441
|
clipRule: "evenodd"
|
|
442
442
|
}
|
|
443
443
|
) });
|
|
444
|
-
const BaseSvgIcon$
|
|
444
|
+
const BaseSvgIcon$36 = material.createSvgIcon(Icon$36(), "ArrowRight");
|
|
445
445
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
446
446
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
447
|
-
BaseSvgIcon$
|
|
447
|
+
BaseSvgIcon$36,
|
|
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$35 = () => /* @__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$33 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
483
483
|
}
|
|
484
484
|
)
|
|
485
485
|
] });
|
|
486
|
-
const BaseSvgIcon$
|
|
486
|
+
const BaseSvgIcon$35 = material.createSvgIcon(Icon$35(), "AsynchronousWait");
|
|
487
487
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
488
488
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
489
|
-
BaseSvgIcon$
|
|
489
|
+
BaseSvgIcon$35,
|
|
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$34 = () => /* @__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$32 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
520
520
|
}
|
|
521
521
|
)
|
|
522
522
|
] });
|
|
523
|
-
const BaseSvgIcon$
|
|
523
|
+
const BaseSvgIcon$34 = material.createSvgIcon(Icon$34(), "Autostyle");
|
|
524
524
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
525
525
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
526
|
-
BaseSvgIcon$
|
|
526
|
+
BaseSvgIcon$34,
|
|
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$33 = () => /* @__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$31 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
555
555
|
}
|
|
556
556
|
)
|
|
557
557
|
] });
|
|
558
|
-
const BaseSvgIcon$
|
|
558
|
+
const BaseSvgIcon$33 = material.createSvgIcon(Icon$33(), "Avg");
|
|
559
559
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
560
560
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
561
|
-
BaseSvgIcon$
|
|
561
|
+
BaseSvgIcon$33,
|
|
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$32 = () => /* @__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$30 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
581
581
|
clipRule: "evenodd"
|
|
582
582
|
}
|
|
583
583
|
) });
|
|
584
|
-
const BaseSvgIcon$
|
|
584
|
+
const BaseSvgIcon$32 = material.createSvgIcon(Icon$32(), "Behavioral");
|
|
585
585
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
586
586
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
587
|
-
BaseSvgIcon$
|
|
587
|
+
BaseSvgIcon$32,
|
|
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$31 = () => /* @__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$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
616
616
|
}
|
|
617
617
|
)
|
|
618
618
|
] });
|
|
619
|
-
const BaseSvgIcon$
|
|
619
|
+
const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "Bigquery");
|
|
620
620
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
621
621
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
622
|
-
BaseSvgIcon$
|
|
622
|
+
BaseSvgIcon$31,
|
|
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$30 = () => /* @__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$2_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
642
642
|
clipRule: "evenodd"
|
|
643
643
|
}
|
|
644
644
|
) });
|
|
645
|
-
const BaseSvgIcon$
|
|
645
|
+
const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "Blending");
|
|
646
646
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
647
647
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
648
|
-
BaseSvgIcon$
|
|
648
|
+
BaseSvgIcon$30,
|
|
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$2$ = () => /* @__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$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
668
668
|
clipRule: "evenodd"
|
|
669
669
|
}
|
|
670
670
|
) });
|
|
671
|
-
const BaseSvgIcon$
|
|
671
|
+
const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "BlockLabel");
|
|
672
672
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
673
673
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
674
|
-
BaseSvgIcon$
|
|
674
|
+
BaseSvgIcon$2$,
|
|
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$2_ = () => /* @__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$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
703
703
|
}
|
|
704
704
|
)
|
|
705
705
|
] });
|
|
706
|
-
const BaseSvgIcon$
|
|
706
|
+
const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "BlockLabelOff");
|
|
707
707
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
708
708
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
709
|
-
BaseSvgIcon$
|
|
709
|
+
BaseSvgIcon$2_,
|
|
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$2Z = () => /* @__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$2Z = material.createSvgIcon(Icon$2Z(), "BottomRow");
|
|
731
731
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
732
732
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
733
|
-
BaseSvgIcon$
|
|
733
|
+
BaseSvgIcon$2Z,
|
|
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$2Y = () => /* @__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$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
753
753
|
clipRule: "evenodd"
|
|
754
754
|
}
|
|
755
755
|
) });
|
|
756
|
-
const BaseSvgIcon$
|
|
756
|
+
const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "BulletPointAlt");
|
|
757
757
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
758
758
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
759
|
-
BaseSvgIcon$
|
|
759
|
+
BaseSvgIcon$2Y,
|
|
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$2X = () => /* @__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$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
782
782
|
}
|
|
783
783
|
)
|
|
784
784
|
] });
|
|
785
|
-
const BaseSvgIcon$
|
|
785
|
+
const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "BulletPointCheckedAlt");
|
|
786
786
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
787
787
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
788
|
-
BaseSvgIcon$
|
|
788
|
+
BaseSvgIcon$2X,
|
|
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$2W = () => /* @__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$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
817
817
|
}
|
|
818
818
|
)
|
|
819
819
|
] });
|
|
820
|
-
const BaseSvgIcon$
|
|
820
|
+
const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "Carto");
|
|
821
821
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
822
822
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
823
|
-
BaseSvgIcon$
|
|
823
|
+
BaseSvgIcon$2W,
|
|
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$2V = () => /* @__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$2T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
850
850
|
}
|
|
851
851
|
)
|
|
852
852
|
] });
|
|
853
|
-
const BaseSvgIcon$
|
|
853
|
+
const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "CartoAi");
|
|
854
854
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
855
855
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
856
|
-
BaseSvgIcon$
|
|
856
|
+
BaseSvgIcon$2V,
|
|
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$2U = () => /* @__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$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
885
885
|
}
|
|
886
886
|
)
|
|
887
887
|
] });
|
|
888
|
-
const BaseSvgIcon$
|
|
888
|
+
const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "CartoSymbol");
|
|
889
889
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
890
890
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
891
|
-
BaseSvgIcon$
|
|
891
|
+
BaseSvgIcon$2U,
|
|
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$2T = () => /* @__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$2R = () => /* @__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$2T = material.createSvgIcon(Icon$2T(), "CatalogView");
|
|
922
922
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
923
923
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
924
|
-
BaseSvgIcon$
|
|
924
|
+
BaseSvgIcon$2T,
|
|
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$2S = () => /* @__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$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
955
955
|
}
|
|
956
956
|
)
|
|
957
957
|
] });
|
|
958
|
-
const BaseSvgIcon$
|
|
958
|
+
const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "CatastropheModeling");
|
|
959
959
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
960
960
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
961
|
-
BaseSvgIcon$
|
|
961
|
+
BaseSvgIcon$2S,
|
|
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$2R = () => /* @__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$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
981
981
|
clipRule: "evenodd"
|
|
982
982
|
}
|
|
983
983
|
) });
|
|
984
|
-
const BaseSvgIcon$
|
|
984
|
+
const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "Center");
|
|
985
985
|
function Center({ width, height, sx, ...props }, ref) {
|
|
986
986
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
987
|
-
BaseSvgIcon$
|
|
987
|
+
BaseSvgIcon$2R,
|
|
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$2Q = () => /* @__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$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1007
1007
|
clipRule: "evenodd"
|
|
1008
1008
|
}
|
|
1009
1009
|
) });
|
|
1010
|
-
const BaseSvgIcon$
|
|
1010
|
+
const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "CenterLayer");
|
|
1011
1011
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
1012
1012
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1013
|
-
BaseSvgIcon$
|
|
1013
|
+
BaseSvgIcon$2Q,
|
|
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$2P = () => /* @__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$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1033
1033
|
clipRule: "evenodd"
|
|
1034
1034
|
}
|
|
1035
1035
|
) });
|
|
1036
|
-
const BaseSvgIcon$
|
|
1036
|
+
const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "CloseDiagonallyLeft");
|
|
1037
1037
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
1038
1038
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1039
|
-
BaseSvgIcon$
|
|
1039
|
+
BaseSvgIcon$2P,
|
|
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$2O = () => /* @__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$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1059
1059
|
clipRule: "evenodd"
|
|
1060
1060
|
}
|
|
1061
1061
|
) });
|
|
1062
|
-
const BaseSvgIcon$
|
|
1062
|
+
const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "CloseVertically");
|
|
1063
1063
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
1064
1064
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1065
|
-
BaseSvgIcon$
|
|
1065
|
+
BaseSvgIcon$2O,
|
|
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$2N = () => /* @__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$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1092
1092
|
}
|
|
1093
1093
|
)
|
|
1094
1094
|
] });
|
|
1095
|
-
const BaseSvgIcon$
|
|
1095
|
+
const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "CodeBlock");
|
|
1096
1096
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1097
1097
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1098
|
-
BaseSvgIcon$
|
|
1098
|
+
BaseSvgIcon$2N,
|
|
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$2M = () => /* @__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$2M = material.createSvgIcon(Icon$2M(), "Comments");
|
|
1120
1120
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1121
1121
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1122
|
-
BaseSvgIcon$
|
|
1122
|
+
BaseSvgIcon$2M,
|
|
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$2L = () => /* @__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$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1142
1142
|
clipRule: "evenodd"
|
|
1143
1143
|
}
|
|
1144
1144
|
) });
|
|
1145
|
-
const BaseSvgIcon$
|
|
1145
|
+
const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "Console");
|
|
1146
1146
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1147
1147
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1148
|
-
BaseSvgIcon$
|
|
1148
|
+
BaseSvgIcon$2L,
|
|
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$2K = () => /* @__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$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1168
1168
|
clipRule: "evenodd"
|
|
1169
1169
|
}
|
|
1170
1170
|
) });
|
|
1171
|
-
const BaseSvgIcon$
|
|
1171
|
+
const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "Covid19");
|
|
1172
1172
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1173
1173
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1174
|
-
BaseSvgIcon$
|
|
1174
|
+
BaseSvgIcon$2K,
|
|
1175
1175
|
{
|
|
1176
1176
|
ref,
|
|
1177
1177
|
viewBox: "0 0 24 24",
|
|
@@ -1185,7 +1185,32 @@ 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$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1189
|
+
"path",
|
|
1190
|
+
{
|
|
1191
|
+
fill: "currentColor",
|
|
1192
|
+
stroke: "currentColor",
|
|
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
|
+
}
|
|
1195
|
+
) });
|
|
1196
|
+
const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "CreateFolder");
|
|
1197
|
+
function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
1198
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1199
|
+
BaseSvgIcon$2J,
|
|
1200
|
+
{
|
|
1201
|
+
ref,
|
|
1202
|
+
viewBox: "0 0 24 24",
|
|
1203
|
+
sx: {
|
|
1204
|
+
width,
|
|
1205
|
+
height: height || width,
|
|
1206
|
+
...sx
|
|
1207
|
+
},
|
|
1208
|
+
...props
|
|
1209
|
+
}
|
|
1210
|
+
);
|
|
1211
|
+
}
|
|
1212
|
+
const CreateFolder$1 = React.forwardRef(CreateFolder);
|
|
1213
|
+
const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1189
1214
|
"path",
|
|
1190
1215
|
{
|
|
1191
1216
|
fill: "currentColor",
|
|
@@ -1194,10 +1219,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1194
1219
|
clipRule: "evenodd"
|
|
1195
1220
|
}
|
|
1196
1221
|
) });
|
|
1197
|
-
const BaseSvgIcon$
|
|
1222
|
+
const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "CreateMap");
|
|
1198
1223
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1199
1224
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1200
|
-
BaseSvgIcon$
|
|
1225
|
+
BaseSvgIcon$2I,
|
|
1201
1226
|
{
|
|
1202
1227
|
ref,
|
|
1203
1228
|
viewBox: "0 0 24 24",
|
|
@@ -1211,17 +1236,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1211
1236
|
);
|
|
1212
1237
|
}
|
|
1213
1238
|
const CreateMap$1 = React.forwardRef(CreateMap);
|
|
1214
|
-
const Icon$
|
|
1239
|
+
const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1215
1240
|
"path",
|
|
1216
1241
|
{
|
|
1217
1242
|
fill: "currentColor",
|
|
1218
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"
|
|
1219
1244
|
}
|
|
1220
1245
|
) });
|
|
1221
|
-
const BaseSvgIcon$
|
|
1246
|
+
const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "CreateSpatialAnalysis");
|
|
1222
1247
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1223
1248
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1224
|
-
BaseSvgIcon$
|
|
1249
|
+
BaseSvgIcon$2H,
|
|
1225
1250
|
{
|
|
1226
1251
|
ref,
|
|
1227
1252
|
viewBox: "0 0 24 24",
|
|
@@ -1235,7 +1260,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1235
1260
|
);
|
|
1236
1261
|
}
|
|
1237
1262
|
const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
|
|
1238
|
-
const Icon$
|
|
1263
|
+
const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1239
1264
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1240
1265
|
"path",
|
|
1241
1266
|
{
|
|
@@ -1253,10 +1278,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1253
1278
|
}
|
|
1254
1279
|
)
|
|
1255
1280
|
] });
|
|
1256
|
-
const BaseSvgIcon$
|
|
1281
|
+
const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "CreateTileset");
|
|
1257
1282
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1258
1283
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1259
|
-
BaseSvgIcon$
|
|
1284
|
+
BaseSvgIcon$2G,
|
|
1260
1285
|
{
|
|
1261
1286
|
ref,
|
|
1262
1287
|
viewBox: "0 0 24 24",
|
|
@@ -1270,7 +1295,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1270
1295
|
);
|
|
1271
1296
|
}
|
|
1272
1297
|
const CreateTileset$1 = React.forwardRef(CreateTileset);
|
|
1273
|
-
const Icon$
|
|
1298
|
+
const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1274
1299
|
"path",
|
|
1275
1300
|
{
|
|
1276
1301
|
fill: "currentColor",
|
|
@@ -1279,10 +1304,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1279
1304
|
clipRule: "evenodd"
|
|
1280
1305
|
}
|
|
1281
1306
|
) });
|
|
1282
|
-
const BaseSvgIcon$
|
|
1307
|
+
const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "CreateWorkflow");
|
|
1283
1308
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1284
1309
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1285
|
-
BaseSvgIcon$
|
|
1310
|
+
BaseSvgIcon$2F,
|
|
1286
1311
|
{
|
|
1287
1312
|
ref,
|
|
1288
1313
|
viewBox: "0 0 24 24",
|
|
@@ -1296,7 +1321,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1296
1321
|
);
|
|
1297
1322
|
}
|
|
1298
1323
|
const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
|
|
1299
|
-
const Icon$
|
|
1324
|
+
const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1300
1325
|
"path",
|
|
1301
1326
|
{
|
|
1302
1327
|
fill: "currentColor",
|
|
@@ -1305,10 +1330,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1305
1330
|
clipRule: "evenodd"
|
|
1306
1331
|
}
|
|
1307
1332
|
) });
|
|
1308
|
-
const BaseSvgIcon$
|
|
1333
|
+
const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "Data");
|
|
1309
1334
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1310
1335
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1311
|
-
BaseSvgIcon$
|
|
1336
|
+
BaseSvgIcon$2E,
|
|
1312
1337
|
{
|
|
1313
1338
|
ref,
|
|
1314
1339
|
viewBox: "0 0 24 24",
|
|
@@ -1322,7 +1347,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1322
1347
|
);
|
|
1323
1348
|
}
|
|
1324
1349
|
const Data$1 = React.forwardRef(Data);
|
|
1325
|
-
const Icon$
|
|
1350
|
+
const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1326
1351
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1327
1352
|
"path",
|
|
1328
1353
|
{
|
|
@@ -1342,10 +1367,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1342
1367
|
}
|
|
1343
1368
|
)
|
|
1344
1369
|
] });
|
|
1345
|
-
const BaseSvgIcon$
|
|
1370
|
+
const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "DataAccess");
|
|
1346
1371
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1347
1372
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1348
|
-
BaseSvgIcon$
|
|
1373
|
+
BaseSvgIcon$2D,
|
|
1349
1374
|
{
|
|
1350
1375
|
ref,
|
|
1351
1376
|
viewBox: "0 0 24 24",
|
|
@@ -1359,7 +1384,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1359
1384
|
);
|
|
1360
1385
|
}
|
|
1361
1386
|
const DataAccess$1 = React.forwardRef(DataAccess);
|
|
1362
|
-
const Icon$
|
|
1387
|
+
const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1363
1388
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1364
1389
|
"path",
|
|
1365
1390
|
{
|
|
@@ -1379,10 +1404,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1379
1404
|
}
|
|
1380
1405
|
)
|
|
1381
1406
|
] });
|
|
1382
|
-
const BaseSvgIcon$
|
|
1407
|
+
const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "DataExplorer");
|
|
1383
1408
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1384
1409
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1385
|
-
BaseSvgIcon$
|
|
1410
|
+
BaseSvgIcon$2C,
|
|
1386
1411
|
{
|
|
1387
1412
|
ref,
|
|
1388
1413
|
viewBox: "0 0 24 24",
|
|
@@ -1396,7 +1421,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1396
1421
|
);
|
|
1397
1422
|
}
|
|
1398
1423
|
const DataExplorer$1 = React.forwardRef(DataExplorer);
|
|
1399
|
-
const Icon$
|
|
1424
|
+
const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1400
1425
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1401
1426
|
"path",
|
|
1402
1427
|
{
|
|
@@ -1416,10 +1441,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1416
1441
|
}
|
|
1417
1442
|
)
|
|
1418
1443
|
] });
|
|
1419
|
-
const BaseSvgIcon$
|
|
1444
|
+
const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "DataFilter");
|
|
1420
1445
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1421
1446
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1422
|
-
BaseSvgIcon$
|
|
1447
|
+
BaseSvgIcon$2B,
|
|
1423
1448
|
{
|
|
1424
1449
|
ref,
|
|
1425
1450
|
viewBox: "0 0 24 24",
|
|
@@ -1433,7 +1458,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1433
1458
|
);
|
|
1434
1459
|
}
|
|
1435
1460
|
const DataFilter$1 = React.forwardRef(DataFilter);
|
|
1436
|
-
const Icon$
|
|
1461
|
+
const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1437
1462
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1438
1463
|
"path",
|
|
1439
1464
|
{
|
|
@@ -1451,10 +1476,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1451
1476
|
}
|
|
1452
1477
|
)
|
|
1453
1478
|
] });
|
|
1454
|
-
const BaseSvgIcon$
|
|
1479
|
+
const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "DataMonetization");
|
|
1455
1480
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1456
1481
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1457
|
-
BaseSvgIcon$
|
|
1482
|
+
BaseSvgIcon$2A,
|
|
1458
1483
|
{
|
|
1459
1484
|
ref,
|
|
1460
1485
|
viewBox: "0 0 24 24",
|
|
@@ -1468,7 +1493,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1468
1493
|
);
|
|
1469
1494
|
}
|
|
1470
1495
|
const DataMonetization$1 = React.forwardRef(DataMonetization);
|
|
1471
|
-
const Icon$
|
|
1496
|
+
const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1472
1497
|
"path",
|
|
1473
1498
|
{
|
|
1474
1499
|
fill: "currentColor",
|
|
@@ -1477,10 +1502,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1477
1502
|
clipRule: "evenodd"
|
|
1478
1503
|
}
|
|
1479
1504
|
) });
|
|
1480
|
-
const BaseSvgIcon$
|
|
1505
|
+
const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "DataObservatory");
|
|
1481
1506
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1482
1507
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1483
|
-
BaseSvgIcon$
|
|
1508
|
+
BaseSvgIcon$2z,
|
|
1484
1509
|
{
|
|
1485
1510
|
ref,
|
|
1486
1511
|
viewBox: "0 0 24 24",
|
|
@@ -1494,7 +1519,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1494
1519
|
);
|
|
1495
1520
|
}
|
|
1496
1521
|
const DataObservatory$1 = React.forwardRef(DataObservatory);
|
|
1497
|
-
const Icon$
|
|
1522
|
+
const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1498
1523
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1499
1524
|
"path",
|
|
1500
1525
|
{
|
|
@@ -1512,10 +1537,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1512
1537
|
}
|
|
1513
1538
|
)
|
|
1514
1539
|
] });
|
|
1515
|
-
const BaseSvgIcon$
|
|
1540
|
+
const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "DataOk");
|
|
1516
1541
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1517
1542
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1518
|
-
BaseSvgIcon$
|
|
1543
|
+
BaseSvgIcon$2y,
|
|
1519
1544
|
{
|
|
1520
1545
|
ref,
|
|
1521
1546
|
viewBox: "0 0 24 24",
|
|
@@ -1529,7 +1554,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1529
1554
|
);
|
|
1530
1555
|
}
|
|
1531
1556
|
const DataOk$1 = React.forwardRef(DataOk);
|
|
1532
|
-
const Icon$
|
|
1557
|
+
const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1533
1558
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1534
1559
|
"path",
|
|
1535
1560
|
{
|
|
@@ -1549,10 +1574,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1549
1574
|
}
|
|
1550
1575
|
)
|
|
1551
1576
|
] });
|
|
1552
|
-
const BaseSvgIcon$
|
|
1577
|
+
const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "DataPending");
|
|
1553
1578
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1554
1579
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1555
|
-
BaseSvgIcon$
|
|
1580
|
+
BaseSvgIcon$2x,
|
|
1556
1581
|
{
|
|
1557
1582
|
ref,
|
|
1558
1583
|
viewBox: "0 0 24 24",
|
|
@@ -1566,7 +1591,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1566
1591
|
);
|
|
1567
1592
|
}
|
|
1568
1593
|
const DataPending$1 = React.forwardRef(DataPending);
|
|
1569
|
-
const Icon$
|
|
1594
|
+
const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1570
1595
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1571
1596
|
"path",
|
|
1572
1597
|
{
|
|
@@ -1584,10 +1609,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1584
1609
|
}
|
|
1585
1610
|
)
|
|
1586
1611
|
] });
|
|
1587
|
-
const BaseSvgIcon$
|
|
1612
|
+
const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "DataPremium");
|
|
1588
1613
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1589
1614
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1590
|
-
BaseSvgIcon$
|
|
1615
|
+
BaseSvgIcon$2w,
|
|
1591
1616
|
{
|
|
1592
1617
|
ref,
|
|
1593
1618
|
viewBox: "0 0 24 24",
|
|
@@ -1601,7 +1626,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1601
1626
|
);
|
|
1602
1627
|
}
|
|
1603
1628
|
const DataPremium$1 = React.forwardRef(DataPremium);
|
|
1604
|
-
const Icon$
|
|
1629
|
+
const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1605
1630
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1606
1631
|
"path",
|
|
1607
1632
|
{
|
|
@@ -1621,10 +1646,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1621
1646
|
}
|
|
1622
1647
|
)
|
|
1623
1648
|
] });
|
|
1624
|
-
const BaseSvgIcon$
|
|
1649
|
+
const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "DataPublic");
|
|
1625
1650
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1626
1651
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1627
|
-
BaseSvgIcon$
|
|
1652
|
+
BaseSvgIcon$2v,
|
|
1628
1653
|
{
|
|
1629
1654
|
ref,
|
|
1630
1655
|
viewBox: "0 0 24 24",
|
|
@@ -1638,7 +1663,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1638
1663
|
);
|
|
1639
1664
|
}
|
|
1640
1665
|
const DataPublic$1 = React.forwardRef(DataPublic);
|
|
1641
|
-
const Icon$
|
|
1666
|
+
const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1642
1667
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1643
1668
|
"path",
|
|
1644
1669
|
{
|
|
@@ -1658,10 +1683,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1658
1683
|
}
|
|
1659
1684
|
)
|
|
1660
1685
|
] });
|
|
1661
|
-
const BaseSvgIcon$
|
|
1686
|
+
const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "DataSample");
|
|
1662
1687
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1663
1688
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1664
|
-
BaseSvgIcon$
|
|
1689
|
+
BaseSvgIcon$2u,
|
|
1665
1690
|
{
|
|
1666
1691
|
ref,
|
|
1667
1692
|
viewBox: "0 0 24 24",
|
|
@@ -1675,7 +1700,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1675
1700
|
);
|
|
1676
1701
|
}
|
|
1677
1702
|
const DataSample$1 = React.forwardRef(DataSample);
|
|
1678
|
-
const Icon$
|
|
1703
|
+
const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1679
1704
|
"path",
|
|
1680
1705
|
{
|
|
1681
1706
|
fill: "currentColor",
|
|
@@ -1684,10 +1709,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1684
1709
|
clipRule: "evenodd"
|
|
1685
1710
|
}
|
|
1686
1711
|
) });
|
|
1687
|
-
const BaseSvgIcon$
|
|
1712
|
+
const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "DataUnavailable");
|
|
1688
1713
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1689
1714
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1690
|
-
BaseSvgIcon$
|
|
1715
|
+
BaseSvgIcon$2t,
|
|
1691
1716
|
{
|
|
1692
1717
|
ref,
|
|
1693
1718
|
viewBox: "0 0 24 24",
|
|
@@ -1701,7 +1726,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1701
1726
|
);
|
|
1702
1727
|
}
|
|
1703
1728
|
const DataUnavailable$1 = React.forwardRef(DataUnavailable);
|
|
1704
|
-
const Icon$
|
|
1729
|
+
const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1705
1730
|
"path",
|
|
1706
1731
|
{
|
|
1707
1732
|
fill: "currentColor",
|
|
@@ -1710,10 +1735,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1710
1735
|
clipRule: "evenodd"
|
|
1711
1736
|
}
|
|
1712
1737
|
) });
|
|
1713
|
-
const BaseSvgIcon$
|
|
1738
|
+
const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "Databricks");
|
|
1714
1739
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1715
1740
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1716
|
-
BaseSvgIcon$
|
|
1741
|
+
BaseSvgIcon$2s,
|
|
1717
1742
|
{
|
|
1718
1743
|
ref,
|
|
1719
1744
|
viewBox: "0 0 24 24",
|
|
@@ -1727,7 +1752,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1727
1752
|
);
|
|
1728
1753
|
}
|
|
1729
1754
|
const Databricks$1 = React.forwardRef(Databricks);
|
|
1730
|
-
const Icon$
|
|
1755
|
+
const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1731
1756
|
"path",
|
|
1732
1757
|
{
|
|
1733
1758
|
fill: "currentColor",
|
|
@@ -1736,10 +1761,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1736
1761
|
clipRule: "evenodd"
|
|
1737
1762
|
}
|
|
1738
1763
|
) });
|
|
1739
|
-
const BaseSvgIcon$
|
|
1764
|
+
const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "Demographics");
|
|
1740
1765
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1741
1766
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1742
|
-
BaseSvgIcon$
|
|
1767
|
+
BaseSvgIcon$2r,
|
|
1743
1768
|
{
|
|
1744
1769
|
ref,
|
|
1745
1770
|
viewBox: "0 0 24 24",
|
|
@@ -1753,7 +1778,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1753
1778
|
);
|
|
1754
1779
|
}
|
|
1755
1780
|
const Demographics$1 = React.forwardRef(Demographics);
|
|
1756
|
-
const Icon$
|
|
1781
|
+
const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1757
1782
|
"path",
|
|
1758
1783
|
{
|
|
1759
1784
|
fill: "currentColor",
|
|
@@ -1762,10 +1787,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1762
1787
|
clipRule: "evenodd"
|
|
1763
1788
|
}
|
|
1764
1789
|
) });
|
|
1765
|
-
const BaseSvgIcon$
|
|
1790
|
+
const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "Derived");
|
|
1766
1791
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1767
1792
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1768
|
-
BaseSvgIcon$
|
|
1793
|
+
BaseSvgIcon$2q,
|
|
1769
1794
|
{
|
|
1770
1795
|
ref,
|
|
1771
1796
|
viewBox: "0 0 24 24",
|
|
@@ -1779,7 +1804,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1779
1804
|
);
|
|
1780
1805
|
}
|
|
1781
1806
|
const Derived$1 = React.forwardRef(Derived);
|
|
1782
|
-
const Icon$
|
|
1807
|
+
const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1783
1808
|
"path",
|
|
1784
1809
|
{
|
|
1785
1810
|
fill: "currentColor",
|
|
@@ -1788,10 +1813,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1788
1813
|
clipRule: "evenodd"
|
|
1789
1814
|
}
|
|
1790
1815
|
) });
|
|
1791
|
-
const BaseSvgIcon$
|
|
1816
|
+
const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "Distance");
|
|
1792
1817
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1793
1818
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1794
|
-
BaseSvgIcon$
|
|
1819
|
+
BaseSvgIcon$2p,
|
|
1795
1820
|
{
|
|
1796
1821
|
ref,
|
|
1797
1822
|
viewBox: "0 0 24 24",
|
|
@@ -1805,11 +1830,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1805
1830
|
);
|
|
1806
1831
|
}
|
|
1807
1832
|
const Distance$1 = React.forwardRef(Distance);
|
|
1808
|
-
const Icon$
|
|
1809
|
-
const BaseSvgIcon$
|
|
1833
|
+
const Icon$2o = () => /* @__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$2o = material.createSvgIcon(Icon$2o(), "Dot");
|
|
1810
1835
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1811
1836
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1812
|
-
BaseSvgIcon$
|
|
1837
|
+
BaseSvgIcon$2o,
|
|
1813
1838
|
{
|
|
1814
1839
|
ref,
|
|
1815
1840
|
viewBox: "0 0 24 24",
|
|
@@ -1823,7 +1848,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1823
1848
|
);
|
|
1824
1849
|
}
|
|
1825
1850
|
const Dot$1 = React.forwardRef(Dot);
|
|
1826
|
-
const Icon$
|
|
1851
|
+
const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1827
1852
|
"path",
|
|
1828
1853
|
{
|
|
1829
1854
|
fill: "currentColor",
|
|
@@ -1832,10 +1857,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1832
1857
|
clipRule: "evenodd"
|
|
1833
1858
|
}
|
|
1834
1859
|
) });
|
|
1835
|
-
const BaseSvgIcon$
|
|
1860
|
+
const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "DrawCircle");
|
|
1836
1861
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1837
1862
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1838
|
-
BaseSvgIcon$
|
|
1863
|
+
BaseSvgIcon$2n,
|
|
1839
1864
|
{
|
|
1840
1865
|
ref,
|
|
1841
1866
|
viewBox: "0 0 24 24",
|
|
@@ -1849,7 +1874,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1849
1874
|
);
|
|
1850
1875
|
}
|
|
1851
1876
|
const DrawCircle$1 = React.forwardRef(DrawCircle);
|
|
1852
|
-
const Icon$
|
|
1877
|
+
const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1853
1878
|
"path",
|
|
1854
1879
|
{
|
|
1855
1880
|
fill: "currentColor",
|
|
@@ -1858,10 +1883,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1858
1883
|
clipRule: "evenodd"
|
|
1859
1884
|
}
|
|
1860
1885
|
) });
|
|
1861
|
-
const BaseSvgIcon$
|
|
1886
|
+
const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "DrawLasso");
|
|
1862
1887
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1863
1888
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1864
|
-
BaseSvgIcon$
|
|
1889
|
+
BaseSvgIcon$2m,
|
|
1865
1890
|
{
|
|
1866
1891
|
ref,
|
|
1867
1892
|
viewBox: "0 0 24 24",
|
|
@@ -1875,17 +1900,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1875
1900
|
);
|
|
1876
1901
|
}
|
|
1877
1902
|
const DrawLasso$1 = React.forwardRef(DrawLasso);
|
|
1878
|
-
const Icon$
|
|
1903
|
+
const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1879
1904
|
"path",
|
|
1880
1905
|
{
|
|
1881
1906
|
fill: "currentColor",
|
|
1882
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"
|
|
1883
1908
|
}
|
|
1884
1909
|
) });
|
|
1885
|
-
const BaseSvgIcon$
|
|
1910
|
+
const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "DrawLine");
|
|
1886
1911
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1887
1912
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1888
|
-
BaseSvgIcon$
|
|
1913
|
+
BaseSvgIcon$2l,
|
|
1889
1914
|
{
|
|
1890
1915
|
ref,
|
|
1891
1916
|
viewBox: "0 0 24 24",
|
|
@@ -1899,7 +1924,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1899
1924
|
);
|
|
1900
1925
|
}
|
|
1901
1926
|
const DrawLine$1 = React.forwardRef(DrawLine);
|
|
1902
|
-
const Icon$
|
|
1927
|
+
const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1903
1928
|
"path",
|
|
1904
1929
|
{
|
|
1905
1930
|
fill: "currentColor",
|
|
@@ -1908,10 +1933,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1908
1933
|
clipRule: "evenodd"
|
|
1909
1934
|
}
|
|
1910
1935
|
) });
|
|
1911
|
-
const BaseSvgIcon$
|
|
1936
|
+
const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "DrawPolygon");
|
|
1912
1937
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1913
1938
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1914
|
-
BaseSvgIcon$
|
|
1939
|
+
BaseSvgIcon$2k,
|
|
1915
1940
|
{
|
|
1916
1941
|
ref,
|
|
1917
1942
|
viewBox: "0 0 24 24",
|
|
@@ -1925,7 +1950,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1925
1950
|
);
|
|
1926
1951
|
}
|
|
1927
1952
|
const DrawPolygon$1 = React.forwardRef(DrawPolygon);
|
|
1928
|
-
const Icon$
|
|
1953
|
+
const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1929
1954
|
"path",
|
|
1930
1955
|
{
|
|
1931
1956
|
fill: "currentColor",
|
|
@@ -1934,10 +1959,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1934
1959
|
clipRule: "evenodd"
|
|
1935
1960
|
}
|
|
1936
1961
|
) });
|
|
1937
|
-
const BaseSvgIcon$
|
|
1962
|
+
const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "DrawSquare");
|
|
1938
1963
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1939
1964
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1940
|
-
BaseSvgIcon$
|
|
1965
|
+
BaseSvgIcon$2j,
|
|
1941
1966
|
{
|
|
1942
1967
|
ref,
|
|
1943
1968
|
viewBox: "0 0 24 24",
|
|
@@ -1951,7 +1976,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1951
1976
|
);
|
|
1952
1977
|
}
|
|
1953
1978
|
const DrawSquare$1 = React.forwardRef(DrawSquare);
|
|
1954
|
-
const Icon$
|
|
1979
|
+
const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1955
1980
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1956
1981
|
"path",
|
|
1957
1982
|
{
|
|
@@ -1969,10 +1994,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1969
1994
|
}
|
|
1970
1995
|
)
|
|
1971
1996
|
] });
|
|
1972
|
-
const BaseSvgIcon$
|
|
1997
|
+
const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "DropAPin");
|
|
1973
1998
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1974
1999
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1975
|
-
BaseSvgIcon$
|
|
2000
|
+
BaseSvgIcon$2i,
|
|
1976
2001
|
{
|
|
1977
2002
|
ref,
|
|
1978
2003
|
viewBox: "0 0 24 24",
|
|
@@ -1986,7 +2011,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1986
2011
|
);
|
|
1987
2012
|
}
|
|
1988
2013
|
const DropAPin$1 = React.forwardRef(DropAPin);
|
|
1989
|
-
const Icon$
|
|
2014
|
+
const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1990
2015
|
"path",
|
|
1991
2016
|
{
|
|
1992
2017
|
fill: "currentColor",
|
|
@@ -1995,10 +2020,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1995
2020
|
clipRule: "evenodd"
|
|
1996
2021
|
}
|
|
1997
2022
|
) });
|
|
1998
|
-
const BaseSvgIcon$
|
|
2023
|
+
const BaseSvgIcon$2h = material.createSvgIcon(Icon$2h(), "DualMap");
|
|
1999
2024
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
2000
2025
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2001
|
-
BaseSvgIcon$
|
|
2026
|
+
BaseSvgIcon$2h,
|
|
2002
2027
|
{
|
|
2003
2028
|
ref,
|
|
2004
2029
|
viewBox: "0 0 24 24",
|
|
@@ -2012,7 +2037,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
2012
2037
|
);
|
|
2013
2038
|
}
|
|
2014
2039
|
const DualMap$1 = React.forwardRef(DualMap);
|
|
2015
|
-
const Icon$
|
|
2040
|
+
const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2016
2041
|
"path",
|
|
2017
2042
|
{
|
|
2018
2043
|
fill: "currentColor",
|
|
@@ -2021,10 +2046,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2021
2046
|
clipRule: "evenodd"
|
|
2022
2047
|
}
|
|
2023
2048
|
) });
|
|
2024
|
-
const BaseSvgIcon$
|
|
2049
|
+
const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "Environmental");
|
|
2025
2050
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
2026
2051
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2027
|
-
BaseSvgIcon$
|
|
2052
|
+
BaseSvgIcon$2g,
|
|
2028
2053
|
{
|
|
2029
2054
|
ref,
|
|
2030
2055
|
viewBox: "0 0 24 24",
|
|
@@ -2038,7 +2063,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
2038
2063
|
);
|
|
2039
2064
|
}
|
|
2040
2065
|
const Environmental$1 = React.forwardRef(Environmental);
|
|
2041
|
-
const Icon$
|
|
2066
|
+
const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2042
2067
|
"path",
|
|
2043
2068
|
{
|
|
2044
2069
|
fill: "currentColor",
|
|
@@ -2047,10 +2072,10 @@ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2047
2072
|
clipRule: "evenodd"
|
|
2048
2073
|
}
|
|
2049
2074
|
) });
|
|
2050
|
-
const BaseSvgIcon$
|
|
2075
|
+
const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "EnvironmentalManagement");
|
|
2051
2076
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
2052
2077
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2053
|
-
BaseSvgIcon$
|
|
2078
|
+
BaseSvgIcon$2f,
|
|
2054
2079
|
{
|
|
2055
2080
|
ref,
|
|
2056
2081
|
viewBox: "0 0 24 24",
|
|
@@ -2064,11 +2089,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
2064
2089
|
);
|
|
2065
2090
|
}
|
|
2066
2091
|
const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
|
|
2067
|
-
const Icon$
|
|
2068
|
-
const BaseSvgIcon$
|
|
2092
|
+
const Icon$2e = () => /* @__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$2e = material.createSvgIcon(Icon$2e(), "Equal");
|
|
2069
2094
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
2070
2095
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2071
|
-
BaseSvgIcon$
|
|
2096
|
+
BaseSvgIcon$2e,
|
|
2072
2097
|
{
|
|
2073
2098
|
ref,
|
|
2074
2099
|
viewBox: "0 0 24 24",
|
|
@@ -2082,7 +2107,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2082
2107
|
);
|
|
2083
2108
|
}
|
|
2084
2109
|
const Equal$1 = React.forwardRef(Equal);
|
|
2085
|
-
const Icon$
|
|
2110
|
+
const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2086
2111
|
"path",
|
|
2087
2112
|
{
|
|
2088
2113
|
fill: "currentColor",
|
|
@@ -2091,10 +2116,10 @@ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2091
2116
|
clipRule: "evenodd"
|
|
2092
2117
|
}
|
|
2093
2118
|
) });
|
|
2094
|
-
const BaseSvgIcon$
|
|
2119
|
+
const BaseSvgIcon$2d = material.createSvgIcon(Icon$2d(), "ExitToAppLeft");
|
|
2095
2120
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2096
2121
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2097
|
-
BaseSvgIcon$
|
|
2122
|
+
BaseSvgIcon$2d,
|
|
2098
2123
|
{
|
|
2099
2124
|
ref,
|
|
2100
2125
|
viewBox: "0 0 24 24",
|
|
@@ -2108,7 +2133,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2108
2133
|
);
|
|
2109
2134
|
}
|
|
2110
2135
|
const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
|
|
2111
|
-
const Icon$
|
|
2136
|
+
const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2112
2137
|
"path",
|
|
2113
2138
|
{
|
|
2114
2139
|
fill: "currentColor",
|
|
@@ -2117,10 +2142,10 @@ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2117
2142
|
clipRule: "evenodd"
|
|
2118
2143
|
}
|
|
2119
2144
|
) });
|
|
2120
|
-
const BaseSvgIcon$
|
|
2145
|
+
const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "Fabric");
|
|
2121
2146
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2122
2147
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2123
|
-
BaseSvgIcon$
|
|
2148
|
+
BaseSvgIcon$2c,
|
|
2124
2149
|
{
|
|
2125
2150
|
ref,
|
|
2126
2151
|
viewBox: "0 0 24 24",
|
|
@@ -2134,7 +2159,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2134
2159
|
);
|
|
2135
2160
|
}
|
|
2136
2161
|
const Fabric$1 = React.forwardRef(Fabric);
|
|
2137
|
-
const Icon$
|
|
2162
|
+
const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2138
2163
|
"path",
|
|
2139
2164
|
{
|
|
2140
2165
|
fill: "currentColor",
|
|
@@ -2143,10 +2168,10 @@ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2143
2168
|
clipRule: "evenodd"
|
|
2144
2169
|
}
|
|
2145
2170
|
) });
|
|
2146
|
-
const BaseSvgIcon$
|
|
2171
|
+
const BaseSvgIcon$2b = material.createSvgIcon(Icon$2b(), "Facebook");
|
|
2147
2172
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2148
2173
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2149
|
-
BaseSvgIcon$
|
|
2174
|
+
BaseSvgIcon$2b,
|
|
2150
2175
|
{
|
|
2151
2176
|
ref,
|
|
2152
2177
|
viewBox: "0 0 24 24",
|
|
@@ -2160,7 +2185,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2160
2185
|
);
|
|
2161
2186
|
}
|
|
2162
2187
|
const Facebook$1 = React.forwardRef(Facebook);
|
|
2163
|
-
const Icon$
|
|
2188
|
+
const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2164
2189
|
"path",
|
|
2165
2190
|
{
|
|
2166
2191
|
fill: "currentColor",
|
|
@@ -2169,10 +2194,10 @@ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2169
2194
|
clipRule: "evenodd"
|
|
2170
2195
|
}
|
|
2171
2196
|
) });
|
|
2172
|
-
const BaseSvgIcon$
|
|
2197
|
+
const BaseSvgIcon$2a = material.createSvgIcon(Icon$2a(), "Financial");
|
|
2173
2198
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2174
2199
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2175
|
-
BaseSvgIcon$
|
|
2200
|
+
BaseSvgIcon$2a,
|
|
2176
2201
|
{
|
|
2177
2202
|
ref,
|
|
2178
2203
|
viewBox: "0 0 24 24",
|
|
@@ -2186,17 +2211,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2186
2211
|
);
|
|
2187
2212
|
}
|
|
2188
2213
|
const Financial$1 = React.forwardRef(Financial);
|
|
2189
|
-
const Icon$
|
|
2214
|
+
const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2190
2215
|
"path",
|
|
2191
2216
|
{
|
|
2192
2217
|
fill: "currentColor",
|
|
2193
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"
|
|
2194
2219
|
}
|
|
2195
2220
|
) });
|
|
2196
|
-
const BaseSvgIcon$
|
|
2221
|
+
const BaseSvgIcon$29 = material.createSvgIcon(Icon$29(), "FlipInverse");
|
|
2197
2222
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2198
2223
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2199
|
-
BaseSvgIcon$
|
|
2224
|
+
BaseSvgIcon$29,
|
|
2200
2225
|
{
|
|
2201
2226
|
ref,
|
|
2202
2227
|
viewBox: "0 0 24 24",
|
|
@@ -2210,6 +2235,47 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2210
2235
|
);
|
|
2211
2236
|
}
|
|
2212
2237
|
const FlipInverse$1 = React.forwardRef(FlipInverse);
|
|
2238
|
+
const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2239
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2240
|
+
"mask",
|
|
2241
|
+
{
|
|
2242
|
+
id: "a",
|
|
2243
|
+
width: 24,
|
|
2244
|
+
height: 24,
|
|
2245
|
+
x: 0,
|
|
2246
|
+
y: 0,
|
|
2247
|
+
maskUnits: "userSpaceOnUse",
|
|
2248
|
+
style: {
|
|
2249
|
+
maskType: "alpha"
|
|
2250
|
+
},
|
|
2251
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" })
|
|
2252
|
+
}
|
|
2253
|
+
),
|
|
2254
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { mask: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2255
|
+
"path",
|
|
2256
|
+
{
|
|
2257
|
+
fill: "currentColor",
|
|
2258
|
+
d: "M4 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 18V6q0-.824.587-1.412A1.93 1.93 0 0 1 4 4h6l2 2h8q.824 0 1.413.588Q22 7.175 22 8H11.175l-2-2H4v12l2.4-8h17.1l-2.575 8.575a1.95 1.95 0 0 1-.738 1.038A2 2 0 0 1 19 20zm2.1-2H19l1.8-6H7.9z"
|
|
2259
|
+
}
|
|
2260
|
+
) })
|
|
2261
|
+
] });
|
|
2262
|
+
const BaseSvgIcon$28 = material.createSvgIcon(Icon$28(), "FolderEmpty");
|
|
2263
|
+
function FolderEmpty({ width, height, sx, ...props }, ref) {
|
|
2264
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2265
|
+
BaseSvgIcon$28,
|
|
2266
|
+
{
|
|
2267
|
+
ref,
|
|
2268
|
+
viewBox: "0 0 24 24",
|
|
2269
|
+
sx: {
|
|
2270
|
+
width,
|
|
2271
|
+
height: height || width,
|
|
2272
|
+
...sx
|
|
2273
|
+
},
|
|
2274
|
+
...props
|
|
2275
|
+
}
|
|
2276
|
+
);
|
|
2277
|
+
}
|
|
2278
|
+
const FolderEmpty$1 = React.forwardRef(FolderEmpty);
|
|
2213
2279
|
const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2214
2280
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2215
2281
|
"path",
|
|
@@ -2651,7 +2717,7 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2651
2717
|
"path",
|
|
2652
2718
|
{
|
|
2653
2719
|
fill: "currentColor",
|
|
2654
|
-
d: "
|
|
2720
|
+
d: "m11 12 4.59 4.58L17 15.17 13.83 12 17 8.83l-1.41-1.42z"
|
|
2655
2721
|
}
|
|
2656
2722
|
),
|
|
2657
2723
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -2659,7 +2725,7 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2659
2725
|
{
|
|
2660
2726
|
fill: "currentColor",
|
|
2661
2727
|
fillRule: "evenodd",
|
|
2662
|
-
d: "
|
|
2728
|
+
d: "M6 3a4 4 0 0 0-4 4v10a4 4 0 0 0 3.794 3.995L6 21h12l.206-.005a4 4 0 0 0 3.79-3.789L22 17V7a4 4 0 0 0-4-4zm12 2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9V5zM7.5 19H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1.5z",
|
|
2663
2729
|
clipRule: "evenodd"
|
|
2664
2730
|
}
|
|
2665
2731
|
)
|
|
@@ -4763,14 +4829,16 @@ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4763
4829
|
"path",
|
|
4764
4830
|
{
|
|
4765
4831
|
fill: "currentColor",
|
|
4766
|
-
|
|
4832
|
+
fillRule: "evenodd",
|
|
4833
|
+
d: "M11.293 11.293a1 1 0 0 1 1.1-.212l9 3.857a1.001 1.001 0 0 1 .122 1.777l-2.995 1.797-.006.004-1.798 2.999a1 1 0 0 1-1.778-.121l-3.857-9a1 1 0 0 1 .212-1.101m4.713 7.515.805-1.341a1.9 1.9 0 0 1 .511-.559l.092-.062.052-.034 1.343-.806-4.906-2.103z",
|
|
4834
|
+
clipRule: "evenodd"
|
|
4767
4835
|
}
|
|
4768
4836
|
),
|
|
4769
4837
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4770
4838
|
"path",
|
|
4771
4839
|
{
|
|
4772
4840
|
fill: "currentColor",
|
|
4773
|
-
d: "
|
|
4841
|
+
d: "m10.566 17.405-2.052 4.93-1.385-.576 2.05-4.928zM7.163 14.809l-4.941 2.037-.572-1.387 4.939-2.036zM22.361 8.545l-4.948 2.039-.574-1.386 4.951-2.04zM7.17 9.175l-.574 1.385-4.931-2.053.576-1.385zM16.193 1.942l.693.29-2.058 4.94-1.387-.575 2.06-4.943zM10.58 6.588l-1.387.574-2.039-4.947 1.387-.571z"
|
|
4774
4842
|
}
|
|
4775
4843
|
)
|
|
4776
4844
|
] });
|
|
@@ -6386,6 +6454,7 @@ exports.CodeBlock = CodeBlock$1;
|
|
|
6386
6454
|
exports.Comments = Comments$1;
|
|
6387
6455
|
exports.Console = Console$1;
|
|
6388
6456
|
exports.Covid19 = Covid19$1;
|
|
6457
|
+
exports.CreateFolder = CreateFolder$1;
|
|
6389
6458
|
exports.CreateMap = CreateMap$1;
|
|
6390
6459
|
exports.CreateSpatialAnalysis = CreateSpatialAnalysis$1;
|
|
6391
6460
|
exports.CreateTileset = CreateTileset$1;
|
|
@@ -6422,6 +6491,7 @@ exports.Fabric = Fabric$1;
|
|
|
6422
6491
|
exports.Facebook = Facebook$1;
|
|
6423
6492
|
exports.Financial = Financial$1;
|
|
6424
6493
|
exports.FlipInverse = FlipInverse$1;
|
|
6494
|
+
exports.FolderEmpty = FolderEmpty$1;
|
|
6425
6495
|
exports.FoldersStackedOutlined = FoldersStackedOutlined$1;
|
|
6426
6496
|
exports.Framed = Framed$1;
|
|
6427
6497
|
exports.FraudDetection = FraudDetection$1;
|