@carto/meridian-ds 2.9.1 → 2.9.3-alpha-lists.4
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 +11 -1
- package/dist/{Alert-C4W0H_uN.cjs → Alert-0VBqBP4P.cjs} +1 -1
- package/dist/{Alert-BZPM5zpX.js → Alert-BEzNSCqV.js} +1 -1
- package/dist/{MenuItem-DoBJsRR_.cjs → MenuItem-0c7Cz5g_.cjs} +1 -1
- package/dist/{MenuItem-Cx5lTXXm.js → MenuItem-D4v_HV1x.js} +1 -1
- package/dist/components/index.cjs +255 -7
- package/dist/components/index.js +259 -11
- package/dist/{css-utils-CH7es90t.cjs → css-utils-B3V0Xzli.cjs} +8 -0
- package/dist/{css-utils-CjUBRJVK.js → css-utils-D9LibDjo.js} +12 -4
- package/dist/custom-icons/index.cjs +340 -267
- package/dist/custom-icons/index.js +340 -267
- package/dist/theme/index.cjs +339 -51
- package/dist/theme/index.js +341 -53
- package/dist/types/components/Avatar/Avatar.stories.d.ts.map +1 -1
- package/dist/types/components/List/List.d.ts +24 -0
- package/dist/types/components/List/List.d.ts.map +1 -0
- package/dist/types/components/List/List.stories.d.ts +398 -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/ListItem/ListItem.d.ts +9 -0
- package/dist/types/components/List/ListItem/ListItem.d.ts.map +1 -0
- package/dist/types/components/List/ListItem/ListItem.stories.d.ts +307 -0
- package/dist/types/components/List/ListItem/ListItem.stories.d.ts.map +1 -0
- package/dist/types/components/List/ListItem/ListItem.test.d.ts +2 -0
- package/dist/types/components/List/ListItem/ListItem.test.d.ts.map +1 -0
- package/dist/types/components/List/ListItemButton/ListItemButton.d.ts +9 -0
- package/dist/types/components/List/ListItemButton/ListItemButton.d.ts.map +1 -0
- package/dist/types/components/List/ListItemButton/ListItemButton.test.d.ts +2 -0
- package/dist/types/components/List/ListItemButton/ListItemButton.test.d.ts.map +1 -0
- package/dist/types/components/List/ListItemRightContent/ListItemRightContent.d.ts +14 -0
- package/dist/types/components/List/ListItemRightContent/ListItemRightContent.d.ts.map +1 -0
- package/dist/types/components/List/ListItemRightContent/ListItemRightContent.test.d.ts +2 -0
- package/dist/types/components/List/ListItemRightContent/ListItemRightContent.test.d.ts.map +1 -0
- package/dist/types/components/List/ListSubheader/ListSubheader.d.ts +9 -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 +12 -0
- package/dist/types/components/List/index.d.ts.map +1 -0
- package/dist/types/components/List/types.d.ts +3 -0
- package/dist/types/components/List/types.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 +2 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/custom-icons/ArrowDownHigh.d.ts +4 -0
- package/dist/types/custom-icons/ArrowDownHigh.d.ts.map +1 -0
- package/dist/types/custom-icons/ArrowRightHigh.d.ts +4 -0
- package/dist/types/custom-icons/ArrowRightHigh.d.ts.map +1 -0
- package/dist/types/custom-icons/FilterCircle.d.ts +4 -0
- package/dist/types/custom-icons/FilterCircle.d.ts.map +1 -0
- package/dist/types/custom-icons/FilterCircleOutlined.d.ts +4 -0
- package/dist/types/custom-icons/FilterCircleOutlined.d.ts.map +1 -0
- package/dist/types/custom-icons/FolderEmpty.d.ts.map +1 -1
- package/dist/types/custom-icons/SwitchAccessShortcut.d.ts.map +1 -1
- 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 +151 -0
- package/dist/types/theme/types.d.ts.map +1 -1
- package/dist/types/utils/theme-constants.d.ts +4 -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$3r = () => /* @__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$3n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
16
16
|
clipRule: "evenodd"
|
|
17
17
|
}
|
|
18
18
|
) });
|
|
19
|
-
const BaseSvgIcon$
|
|
19
|
+
const BaseSvgIcon$3r = material.createSvgIcon(Icon$3r(), "AccessIn");
|
|
20
20
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
21
21
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
22
|
-
BaseSvgIcon$
|
|
22
|
+
BaseSvgIcon$3r,
|
|
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$3q = () => /* @__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$3q = material.createSvgIcon(Icon$3q(), "AddApp");
|
|
44
44
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
45
45
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
46
|
-
BaseSvgIcon$
|
|
46
|
+
BaseSvgIcon$3q,
|
|
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$3p = () => /* @__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$3l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
66
66
|
clipRule: "evenodd"
|
|
67
67
|
}
|
|
68
68
|
) });
|
|
69
|
-
const BaseSvgIcon$
|
|
69
|
+
const BaseSvgIcon$3p = material.createSvgIcon(Icon$3p(), "AddSection");
|
|
70
70
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
71
71
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
72
|
-
BaseSvgIcon$
|
|
72
|
+
BaseSvgIcon$3p,
|
|
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$3o = () => /* @__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$3o = material.createSvgIcon(Icon$3o(), "AdvancedSettings");
|
|
94
94
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
95
95
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
96
|
-
BaseSvgIcon$
|
|
96
|
+
BaseSvgIcon$3o,
|
|
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$3n = () => /* @__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$3j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
139
139
|
}
|
|
140
140
|
)
|
|
141
141
|
] });
|
|
142
|
-
const BaseSvgIcon$
|
|
142
|
+
const BaseSvgIcon$3n = material.createSvgIcon(Icon$3n(), "AiAgent");
|
|
143
143
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
144
144
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
145
|
-
BaseSvgIcon$
|
|
145
|
+
BaseSvgIcon$3n,
|
|
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$3m = () => /* @__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$3i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
174
174
|
}
|
|
175
175
|
)
|
|
176
176
|
] });
|
|
177
|
-
const BaseSvgIcon$
|
|
177
|
+
const BaseSvgIcon$3m = material.createSvgIcon(Icon$3m(), "AiGeneratedObject");
|
|
178
178
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
179
179
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
180
|
-
BaseSvgIcon$
|
|
180
|
+
BaseSvgIcon$3m,
|
|
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$3l = () => /* @__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$3h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
232
232
|
}
|
|
233
233
|
)
|
|
234
234
|
] });
|
|
235
|
-
const BaseSvgIcon$
|
|
235
|
+
const BaseSvgIcon$3l = material.createSvgIcon(Icon$3l(), "AiTool");
|
|
236
236
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
237
237
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
238
|
-
BaseSvgIcon$
|
|
238
|
+
BaseSvgIcon$3l,
|
|
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$3k = () => /* @__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$3g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
269
269
|
}
|
|
270
270
|
)
|
|
271
271
|
] });
|
|
272
|
-
const BaseSvgIcon$
|
|
272
|
+
const BaseSvgIcon$3k = material.createSvgIcon(Icon$3k(), "Annotation");
|
|
273
273
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
274
274
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
275
|
-
BaseSvgIcon$
|
|
275
|
+
BaseSvgIcon$3k,
|
|
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$3j = () => /* @__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$3f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
295
295
|
clipRule: "evenodd"
|
|
296
296
|
}
|
|
297
297
|
) });
|
|
298
|
-
const BaseSvgIcon$
|
|
298
|
+
const BaseSvgIcon$3j = material.createSvgIcon(Icon$3j(), "ApiAccessToken");
|
|
299
299
|
function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
300
300
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
301
|
-
BaseSvgIcon$
|
|
301
|
+
BaseSvgIcon$3j,
|
|
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$3i = () => /* @__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$3e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
321
321
|
clipRule: "evenodd"
|
|
322
322
|
}
|
|
323
323
|
) });
|
|
324
|
-
const BaseSvgIcon$
|
|
324
|
+
const BaseSvgIcon$3i = material.createSvgIcon(Icon$3i(), "ApiBaseUrl");
|
|
325
325
|
function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
326
326
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
327
|
-
BaseSvgIcon$
|
|
327
|
+
BaseSvgIcon$3i,
|
|
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$3h = () => /* @__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$3d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
363
363
|
}
|
|
364
364
|
)
|
|
365
365
|
] });
|
|
366
|
-
const BaseSvgIcon$
|
|
366
|
+
const BaseSvgIcon$3h = material.createSvgIcon(Icon$3h(), "ApiCall");
|
|
367
367
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
368
368
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
369
|
-
BaseSvgIcon$
|
|
369
|
+
BaseSvgIcon$3h,
|
|
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$3g = () => /* @__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$3c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
389
389
|
clipRule: "evenodd"
|
|
390
390
|
}
|
|
391
391
|
) });
|
|
392
|
-
const BaseSvgIcon$
|
|
392
|
+
const BaseSvgIcon$3g = material.createSvgIcon(Icon$3g(), "AppCredentials");
|
|
393
393
|
function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
394
394
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
395
|
-
BaseSvgIcon$
|
|
395
|
+
BaseSvgIcon$3g,
|
|
396
396
|
{
|
|
397
397
|
ref,
|
|
398
398
|
viewBox: "0 0 24 24",
|
|
@@ -406,7 +406,31 @@ 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$3f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
410
|
+
"path",
|
|
411
|
+
{
|
|
412
|
+
fill: "currentColor",
|
|
413
|
+
d: "M18.424 8.617a1 1 0 0 1-.217 1.09l-5.5 5.5a1 1 0 0 1-1.414 0l-5.5-5.5A1 1 0 0 1 6.5 8h11a1 1 0 0 1 .924.617"
|
|
414
|
+
}
|
|
415
|
+
) });
|
|
416
|
+
const BaseSvgIcon$3f = material.createSvgIcon(Icon$3f(), "ArrowDownHigh");
|
|
417
|
+
function ArrowDownHigh({ width, height, sx, ...props }, ref) {
|
|
418
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
419
|
+
BaseSvgIcon$3f,
|
|
420
|
+
{
|
|
421
|
+
ref,
|
|
422
|
+
viewBox: "0 0 24 24",
|
|
423
|
+
sx: {
|
|
424
|
+
width,
|
|
425
|
+
height: height || width,
|
|
426
|
+
...sx
|
|
427
|
+
},
|
|
428
|
+
...props
|
|
429
|
+
}
|
|
430
|
+
);
|
|
431
|
+
}
|
|
432
|
+
const ArrowDownHigh$1 = React.forwardRef(ArrowDownHigh);
|
|
433
|
+
const Icon$3e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
410
434
|
"path",
|
|
411
435
|
{
|
|
412
436
|
fill: "currentColor",
|
|
@@ -415,10 +439,10 @@ const Icon$3b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
415
439
|
clipRule: "evenodd"
|
|
416
440
|
}
|
|
417
441
|
) });
|
|
418
|
-
const BaseSvgIcon$
|
|
442
|
+
const BaseSvgIcon$3e = material.createSvgIcon(Icon$3e(), "ArrowLeft");
|
|
419
443
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
420
444
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
421
|
-
BaseSvgIcon$
|
|
445
|
+
BaseSvgIcon$3e,
|
|
422
446
|
{
|
|
423
447
|
ref,
|
|
424
448
|
viewBox: "0 0 24 24",
|
|
@@ -432,7 +456,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
432
456
|
);
|
|
433
457
|
}
|
|
434
458
|
const ArrowLeft$1 = React.forwardRef(ArrowLeft);
|
|
435
|
-
const Icon$
|
|
459
|
+
const Icon$3d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
436
460
|
"path",
|
|
437
461
|
{
|
|
438
462
|
fill: "currentColor",
|
|
@@ -441,10 +465,10 @@ const Icon$3a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
441
465
|
clipRule: "evenodd"
|
|
442
466
|
}
|
|
443
467
|
) });
|
|
444
|
-
const BaseSvgIcon$
|
|
468
|
+
const BaseSvgIcon$3d = material.createSvgIcon(Icon$3d(), "ArrowRight");
|
|
445
469
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
446
470
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
447
|
-
BaseSvgIcon$
|
|
471
|
+
BaseSvgIcon$3d,
|
|
448
472
|
{
|
|
449
473
|
ref,
|
|
450
474
|
viewBox: "0 0 24 24",
|
|
@@ -458,7 +482,31 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
458
482
|
);
|
|
459
483
|
}
|
|
460
484
|
const ArrowRight$1 = React.forwardRef(ArrowRight);
|
|
461
|
-
const Icon$
|
|
485
|
+
const Icon$3c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
486
|
+
"path",
|
|
487
|
+
{
|
|
488
|
+
fill: "currentColor",
|
|
489
|
+
d: "M8.617 5.576a1 1 0 0 1 1.09.217l5.5 5.5a1 1 0 0 1 0 1.414l-5.5 5.5A1 1 0 0 1 8 17.5v-11a1 1 0 0 1 .617-.924"
|
|
490
|
+
}
|
|
491
|
+
) });
|
|
492
|
+
const BaseSvgIcon$3c = material.createSvgIcon(Icon$3c(), "ArrowRightHigh");
|
|
493
|
+
function ArrowRightHigh({ width, height, sx, ...props }, ref) {
|
|
494
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
495
|
+
BaseSvgIcon$3c,
|
|
496
|
+
{
|
|
497
|
+
ref,
|
|
498
|
+
viewBox: "0 0 24 24",
|
|
499
|
+
sx: {
|
|
500
|
+
width,
|
|
501
|
+
height: height || width,
|
|
502
|
+
...sx
|
|
503
|
+
},
|
|
504
|
+
...props
|
|
505
|
+
}
|
|
506
|
+
);
|
|
507
|
+
}
|
|
508
|
+
const ArrowRightHigh$1 = React.forwardRef(ArrowRightHigh);
|
|
509
|
+
const Icon$3b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
462
510
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
463
511
|
"path",
|
|
464
512
|
{
|
|
@@ -483,10 +531,10 @@ const Icon$39 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
483
531
|
}
|
|
484
532
|
)
|
|
485
533
|
] });
|
|
486
|
-
const BaseSvgIcon$
|
|
534
|
+
const BaseSvgIcon$3b = material.createSvgIcon(Icon$3b(), "AsynchronousWait");
|
|
487
535
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
488
536
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
489
|
-
BaseSvgIcon$
|
|
537
|
+
BaseSvgIcon$3b,
|
|
490
538
|
{
|
|
491
539
|
ref,
|
|
492
540
|
viewBox: "0 0 24 24",
|
|
@@ -500,7 +548,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
500
548
|
);
|
|
501
549
|
}
|
|
502
550
|
const AsynchronousWait$1 = React.forwardRef(AsynchronousWait);
|
|
503
|
-
const Icon$
|
|
551
|
+
const Icon$3a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
504
552
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
505
553
|
"path",
|
|
506
554
|
{
|
|
@@ -520,10 +568,10 @@ const Icon$38 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
520
568
|
}
|
|
521
569
|
)
|
|
522
570
|
] });
|
|
523
|
-
const BaseSvgIcon$
|
|
571
|
+
const BaseSvgIcon$3a = material.createSvgIcon(Icon$3a(), "Autostyle");
|
|
524
572
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
525
573
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
526
|
-
BaseSvgIcon$
|
|
574
|
+
BaseSvgIcon$3a,
|
|
527
575
|
{
|
|
528
576
|
ref,
|
|
529
577
|
viewBox: "0 0 24 24",
|
|
@@ -537,7 +585,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
537
585
|
);
|
|
538
586
|
}
|
|
539
587
|
const Autostyle$1 = React.forwardRef(Autostyle);
|
|
540
|
-
const Icon$
|
|
588
|
+
const Icon$39 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
541
589
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
542
590
|
"path",
|
|
543
591
|
{
|
|
@@ -555,10 +603,10 @@ const Icon$37 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
555
603
|
}
|
|
556
604
|
)
|
|
557
605
|
] });
|
|
558
|
-
const BaseSvgIcon$
|
|
606
|
+
const BaseSvgIcon$39 = material.createSvgIcon(Icon$39(), "Avg");
|
|
559
607
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
560
608
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
561
|
-
BaseSvgIcon$
|
|
609
|
+
BaseSvgIcon$39,
|
|
562
610
|
{
|
|
563
611
|
ref,
|
|
564
612
|
viewBox: "0 0 24 24",
|
|
@@ -572,7 +620,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
572
620
|
);
|
|
573
621
|
}
|
|
574
622
|
const Avg$1 = React.forwardRef(Avg);
|
|
575
|
-
const Icon$
|
|
623
|
+
const Icon$38 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
576
624
|
"path",
|
|
577
625
|
{
|
|
578
626
|
fill: "currentColor",
|
|
@@ -581,10 +629,10 @@ const Icon$36 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
581
629
|
clipRule: "evenodd"
|
|
582
630
|
}
|
|
583
631
|
) });
|
|
584
|
-
const BaseSvgIcon$
|
|
632
|
+
const BaseSvgIcon$38 = material.createSvgIcon(Icon$38(), "Behavioral");
|
|
585
633
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
586
634
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
587
|
-
BaseSvgIcon$
|
|
635
|
+
BaseSvgIcon$38,
|
|
588
636
|
{
|
|
589
637
|
ref,
|
|
590
638
|
viewBox: "0 0 24 24",
|
|
@@ -598,7 +646,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
598
646
|
);
|
|
599
647
|
}
|
|
600
648
|
const Behavioral$1 = React.forwardRef(Behavioral);
|
|
601
|
-
const Icon$
|
|
649
|
+
const Icon$37 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
602
650
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
603
651
|
"path",
|
|
604
652
|
{
|
|
@@ -616,10 +664,10 @@ const Icon$35 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
616
664
|
}
|
|
617
665
|
)
|
|
618
666
|
] });
|
|
619
|
-
const BaseSvgIcon$
|
|
667
|
+
const BaseSvgIcon$37 = material.createSvgIcon(Icon$37(), "Bigquery");
|
|
620
668
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
621
669
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
622
|
-
BaseSvgIcon$
|
|
670
|
+
BaseSvgIcon$37,
|
|
623
671
|
{
|
|
624
672
|
ref,
|
|
625
673
|
viewBox: "0 0 24 24",
|
|
@@ -633,7 +681,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
633
681
|
);
|
|
634
682
|
}
|
|
635
683
|
const Bigquery$1 = React.forwardRef(Bigquery);
|
|
636
|
-
const Icon$
|
|
684
|
+
const Icon$36 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
637
685
|
"path",
|
|
638
686
|
{
|
|
639
687
|
fill: "currentColor",
|
|
@@ -642,10 +690,10 @@ const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
642
690
|
clipRule: "evenodd"
|
|
643
691
|
}
|
|
644
692
|
) });
|
|
645
|
-
const BaseSvgIcon$
|
|
693
|
+
const BaseSvgIcon$36 = material.createSvgIcon(Icon$36(), "Blending");
|
|
646
694
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
647
695
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
648
|
-
BaseSvgIcon$
|
|
696
|
+
BaseSvgIcon$36,
|
|
649
697
|
{
|
|
650
698
|
ref,
|
|
651
699
|
viewBox: "0 0 24 24",
|
|
@@ -659,7 +707,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
659
707
|
);
|
|
660
708
|
}
|
|
661
709
|
const Blending$1 = React.forwardRef(Blending);
|
|
662
|
-
const Icon$
|
|
710
|
+
const Icon$35 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
663
711
|
"path",
|
|
664
712
|
{
|
|
665
713
|
fill: "currentColor",
|
|
@@ -668,10 +716,10 @@ const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
668
716
|
clipRule: "evenodd"
|
|
669
717
|
}
|
|
670
718
|
) });
|
|
671
|
-
const BaseSvgIcon$
|
|
719
|
+
const BaseSvgIcon$35 = material.createSvgIcon(Icon$35(), "BlockLabel");
|
|
672
720
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
673
721
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
674
|
-
BaseSvgIcon$
|
|
722
|
+
BaseSvgIcon$35,
|
|
675
723
|
{
|
|
676
724
|
ref,
|
|
677
725
|
viewBox: "0 0 24 24",
|
|
@@ -685,7 +733,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
685
733
|
);
|
|
686
734
|
}
|
|
687
735
|
const BlockLabel$1 = React.forwardRef(BlockLabel);
|
|
688
|
-
const Icon$
|
|
736
|
+
const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
689
737
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
690
738
|
"path",
|
|
691
739
|
{
|
|
@@ -703,10 +751,10 @@ const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
703
751
|
}
|
|
704
752
|
)
|
|
705
753
|
] });
|
|
706
|
-
const BaseSvgIcon$
|
|
754
|
+
const BaseSvgIcon$34 = material.createSvgIcon(Icon$34(), "BlockLabelOff");
|
|
707
755
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
708
756
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
709
|
-
BaseSvgIcon$
|
|
757
|
+
BaseSvgIcon$34,
|
|
710
758
|
{
|
|
711
759
|
ref,
|
|
712
760
|
viewBox: "0 0 24 24",
|
|
@@ -720,17 +768,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
720
768
|
);
|
|
721
769
|
}
|
|
722
770
|
const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
|
|
723
|
-
const Icon$
|
|
771
|
+
const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
724
772
|
"path",
|
|
725
773
|
{
|
|
726
774
|
fill: "currentColor",
|
|
727
775
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
728
776
|
}
|
|
729
777
|
) });
|
|
730
|
-
const BaseSvgIcon$
|
|
778
|
+
const BaseSvgIcon$33 = material.createSvgIcon(Icon$33(), "BottomRow");
|
|
731
779
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
732
780
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
733
|
-
BaseSvgIcon$
|
|
781
|
+
BaseSvgIcon$33,
|
|
734
782
|
{
|
|
735
783
|
ref,
|
|
736
784
|
viewBox: "0 0 24 24",
|
|
@@ -744,7 +792,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
744
792
|
);
|
|
745
793
|
}
|
|
746
794
|
const BottomRow$1 = React.forwardRef(BottomRow);
|
|
747
|
-
const Icon$
|
|
795
|
+
const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
748
796
|
"path",
|
|
749
797
|
{
|
|
750
798
|
fill: "currentColor",
|
|
@@ -753,10 +801,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
753
801
|
clipRule: "evenodd"
|
|
754
802
|
}
|
|
755
803
|
) });
|
|
756
|
-
const BaseSvgIcon$
|
|
804
|
+
const BaseSvgIcon$32 = material.createSvgIcon(Icon$32(), "BulletPointAlt");
|
|
757
805
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
758
806
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
759
|
-
BaseSvgIcon$
|
|
807
|
+
BaseSvgIcon$32,
|
|
760
808
|
{
|
|
761
809
|
ref,
|
|
762
810
|
viewBox: "0 0 24 24",
|
|
@@ -770,7 +818,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
|
770
818
|
);
|
|
771
819
|
}
|
|
772
820
|
const BulletPointAlt$1 = React.forwardRef(BulletPointAlt);
|
|
773
|
-
const Icon$
|
|
821
|
+
const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
774
822
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
|
|
775
823
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
776
824
|
"path",
|
|
@@ -782,10 +830,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
782
830
|
}
|
|
783
831
|
)
|
|
784
832
|
] });
|
|
785
|
-
const BaseSvgIcon$
|
|
833
|
+
const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "BulletPointCheckedAlt");
|
|
786
834
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
787
835
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
788
|
-
BaseSvgIcon$
|
|
836
|
+
BaseSvgIcon$31,
|
|
789
837
|
{
|
|
790
838
|
ref,
|
|
791
839
|
viewBox: "0 0 24 24",
|
|
@@ -799,7 +847,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
|
799
847
|
);
|
|
800
848
|
}
|
|
801
849
|
const BulletPointCheckedAlt$1 = React.forwardRef(BulletPointCheckedAlt);
|
|
802
|
-
const Icon$
|
|
850
|
+
const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
803
851
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
804
852
|
"path",
|
|
805
853
|
{
|
|
@@ -817,10 +865,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
817
865
|
}
|
|
818
866
|
)
|
|
819
867
|
] });
|
|
820
|
-
const BaseSvgIcon$
|
|
868
|
+
const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "Carto");
|
|
821
869
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
822
870
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
823
|
-
BaseSvgIcon$
|
|
871
|
+
BaseSvgIcon$30,
|
|
824
872
|
{
|
|
825
873
|
ref,
|
|
826
874
|
viewBox: "0 0 24 24",
|
|
@@ -834,7 +882,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
834
882
|
);
|
|
835
883
|
}
|
|
836
884
|
const Carto$1 = React.forwardRef(Carto);
|
|
837
|
-
const Icon$
|
|
885
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
838
886
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
839
887
|
"path",
|
|
840
888
|
{
|
|
@@ -850,10 +898,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
850
898
|
}
|
|
851
899
|
)
|
|
852
900
|
] });
|
|
853
|
-
const BaseSvgIcon$
|
|
901
|
+
const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "CartoAi");
|
|
854
902
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
855
903
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
856
|
-
BaseSvgIcon$
|
|
904
|
+
BaseSvgIcon$2$,
|
|
857
905
|
{
|
|
858
906
|
ref,
|
|
859
907
|
viewBox: "0 0 24 24",
|
|
@@ -867,7 +915,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
867
915
|
);
|
|
868
916
|
}
|
|
869
917
|
const CartoAi$1 = React.forwardRef(CartoAi);
|
|
870
|
-
const Icon$
|
|
918
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
871
919
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
872
920
|
"path",
|
|
873
921
|
{
|
|
@@ -885,10 +933,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
885
933
|
}
|
|
886
934
|
)
|
|
887
935
|
] });
|
|
888
|
-
const BaseSvgIcon$
|
|
936
|
+
const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "CartoSymbol");
|
|
889
937
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
890
938
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
891
|
-
BaseSvgIcon$
|
|
939
|
+
BaseSvgIcon$2_,
|
|
892
940
|
{
|
|
893
941
|
ref,
|
|
894
942
|
viewBox: "0 0 24 24",
|
|
@@ -902,7 +950,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
902
950
|
);
|
|
903
951
|
}
|
|
904
952
|
const CartoSymbol$1 = React.forwardRef(CartoSymbol);
|
|
905
|
-
const Icon$
|
|
953
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
906
954
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
907
955
|
"g",
|
|
908
956
|
{
|
|
@@ -918,10 +966,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
918
966
|
),
|
|
919
967
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
920
968
|
] });
|
|
921
|
-
const BaseSvgIcon$
|
|
969
|
+
const BaseSvgIcon$2Z = material.createSvgIcon(Icon$2Z(), "CatalogView");
|
|
922
970
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
923
971
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
924
|
-
BaseSvgIcon$
|
|
972
|
+
BaseSvgIcon$2Z,
|
|
925
973
|
{
|
|
926
974
|
ref,
|
|
927
975
|
viewBox: "0 0 24 24",
|
|
@@ -935,7 +983,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
935
983
|
);
|
|
936
984
|
}
|
|
937
985
|
const CatalogView$1 = React.forwardRef(CatalogView);
|
|
938
|
-
const Icon$
|
|
986
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
939
987
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
940
988
|
"path",
|
|
941
989
|
{
|
|
@@ -955,10 +1003,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
955
1003
|
}
|
|
956
1004
|
)
|
|
957
1005
|
] });
|
|
958
|
-
const BaseSvgIcon$
|
|
1006
|
+
const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "CatastropheModeling");
|
|
959
1007
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
960
1008
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
961
|
-
BaseSvgIcon$
|
|
1009
|
+
BaseSvgIcon$2Y,
|
|
962
1010
|
{
|
|
963
1011
|
ref,
|
|
964
1012
|
viewBox: "0 0 24 24",
|
|
@@ -972,7 +1020,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
972
1020
|
);
|
|
973
1021
|
}
|
|
974
1022
|
const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
|
|
975
|
-
const Icon$
|
|
1023
|
+
const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
976
1024
|
"path",
|
|
977
1025
|
{
|
|
978
1026
|
fill: "currentColor",
|
|
@@ -981,10 +1029,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
981
1029
|
clipRule: "evenodd"
|
|
982
1030
|
}
|
|
983
1031
|
) });
|
|
984
|
-
const BaseSvgIcon$
|
|
1032
|
+
const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "Center");
|
|
985
1033
|
function Center({ width, height, sx, ...props }, ref) {
|
|
986
1034
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
987
|
-
BaseSvgIcon$
|
|
1035
|
+
BaseSvgIcon$2X,
|
|
988
1036
|
{
|
|
989
1037
|
ref,
|
|
990
1038
|
viewBox: "0 0 24 24",
|
|
@@ -998,7 +1046,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
998
1046
|
);
|
|
999
1047
|
}
|
|
1000
1048
|
const Center$1 = React.forwardRef(Center);
|
|
1001
|
-
const Icon$
|
|
1049
|
+
const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1002
1050
|
"path",
|
|
1003
1051
|
{
|
|
1004
1052
|
fill: "currentColor",
|
|
@@ -1007,10 +1055,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1007
1055
|
clipRule: "evenodd"
|
|
1008
1056
|
}
|
|
1009
1057
|
) });
|
|
1010
|
-
const BaseSvgIcon$
|
|
1058
|
+
const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "CenterLayer");
|
|
1011
1059
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
1012
1060
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1013
|
-
BaseSvgIcon$
|
|
1061
|
+
BaseSvgIcon$2W,
|
|
1014
1062
|
{
|
|
1015
1063
|
ref,
|
|
1016
1064
|
viewBox: "0 0 24 24",
|
|
@@ -1024,7 +1072,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
1024
1072
|
);
|
|
1025
1073
|
}
|
|
1026
1074
|
const CenterLayer$1 = React.forwardRef(CenterLayer);
|
|
1027
|
-
const Icon$
|
|
1075
|
+
const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1028
1076
|
"path",
|
|
1029
1077
|
{
|
|
1030
1078
|
fill: "currentColor",
|
|
@@ -1033,10 +1081,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1033
1081
|
clipRule: "evenodd"
|
|
1034
1082
|
}
|
|
1035
1083
|
) });
|
|
1036
|
-
const BaseSvgIcon$
|
|
1084
|
+
const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "CloseDiagonallyLeft");
|
|
1037
1085
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
1038
1086
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1039
|
-
BaseSvgIcon$
|
|
1087
|
+
BaseSvgIcon$2V,
|
|
1040
1088
|
{
|
|
1041
1089
|
ref,
|
|
1042
1090
|
viewBox: "0 0 24 24",
|
|
@@ -1050,7 +1098,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
1050
1098
|
);
|
|
1051
1099
|
}
|
|
1052
1100
|
const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
|
|
1053
|
-
const Icon$
|
|
1101
|
+
const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1054
1102
|
"path",
|
|
1055
1103
|
{
|
|
1056
1104
|
fill: "currentColor",
|
|
@@ -1059,10 +1107,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1059
1107
|
clipRule: "evenodd"
|
|
1060
1108
|
}
|
|
1061
1109
|
) });
|
|
1062
|
-
const BaseSvgIcon$
|
|
1110
|
+
const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "CloseVertically");
|
|
1063
1111
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
1064
1112
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1065
|
-
BaseSvgIcon$
|
|
1113
|
+
BaseSvgIcon$2U,
|
|
1066
1114
|
{
|
|
1067
1115
|
ref,
|
|
1068
1116
|
viewBox: "0 0 24 24",
|
|
@@ -1076,7 +1124,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
1076
1124
|
);
|
|
1077
1125
|
}
|
|
1078
1126
|
const CloseVertically$1 = React.forwardRef(CloseVertically);
|
|
1079
|
-
const Icon$
|
|
1127
|
+
const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1080
1128
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1081
1129
|
"path",
|
|
1082
1130
|
{
|
|
@@ -1092,10 +1140,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1092
1140
|
}
|
|
1093
1141
|
)
|
|
1094
1142
|
] });
|
|
1095
|
-
const BaseSvgIcon$
|
|
1143
|
+
const BaseSvgIcon$2T = material.createSvgIcon(Icon$2T(), "CodeBlock");
|
|
1096
1144
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1097
1145
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1098
|
-
BaseSvgIcon$
|
|
1146
|
+
BaseSvgIcon$2T,
|
|
1099
1147
|
{
|
|
1100
1148
|
ref,
|
|
1101
1149
|
viewBox: "0 0 24 24",
|
|
@@ -1109,17 +1157,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
1109
1157
|
);
|
|
1110
1158
|
}
|
|
1111
1159
|
const CodeBlock$1 = React.forwardRef(CodeBlock);
|
|
1112
|
-
const Icon$
|
|
1160
|
+
const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1113
1161
|
"path",
|
|
1114
1162
|
{
|
|
1115
1163
|
fill: "currentColor",
|
|
1116
1164
|
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
1165
|
}
|
|
1118
1166
|
) });
|
|
1119
|
-
const BaseSvgIcon$
|
|
1167
|
+
const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "Comments");
|
|
1120
1168
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1121
1169
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1122
|
-
BaseSvgIcon$
|
|
1170
|
+
BaseSvgIcon$2S,
|
|
1123
1171
|
{
|
|
1124
1172
|
ref,
|
|
1125
1173
|
viewBox: "0 0 24 24",
|
|
@@ -1133,7 +1181,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
1133
1181
|
);
|
|
1134
1182
|
}
|
|
1135
1183
|
const Comments$1 = React.forwardRef(Comments);
|
|
1136
|
-
const Icon$
|
|
1184
|
+
const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1137
1185
|
"path",
|
|
1138
1186
|
{
|
|
1139
1187
|
fill: "currentColor",
|
|
@@ -1142,10 +1190,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1142
1190
|
clipRule: "evenodd"
|
|
1143
1191
|
}
|
|
1144
1192
|
) });
|
|
1145
|
-
const BaseSvgIcon$
|
|
1193
|
+
const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "Console");
|
|
1146
1194
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1147
1195
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1148
|
-
BaseSvgIcon$
|
|
1196
|
+
BaseSvgIcon$2R,
|
|
1149
1197
|
{
|
|
1150
1198
|
ref,
|
|
1151
1199
|
viewBox: "0 0 24 24",
|
|
@@ -1159,7 +1207,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
1159
1207
|
);
|
|
1160
1208
|
}
|
|
1161
1209
|
const Console$1 = React.forwardRef(Console);
|
|
1162
|
-
const Icon$
|
|
1210
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1163
1211
|
"path",
|
|
1164
1212
|
{
|
|
1165
1213
|
fill: "currentColor",
|
|
@@ -1168,10 +1216,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1168
1216
|
clipRule: "evenodd"
|
|
1169
1217
|
}
|
|
1170
1218
|
) });
|
|
1171
|
-
const BaseSvgIcon$
|
|
1219
|
+
const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "Covid19");
|
|
1172
1220
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1173
1221
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1174
|
-
BaseSvgIcon$
|
|
1222
|
+
BaseSvgIcon$2Q,
|
|
1175
1223
|
{
|
|
1176
1224
|
ref,
|
|
1177
1225
|
viewBox: "0 0 24 24",
|
|
@@ -1185,7 +1233,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1185
1233
|
);
|
|
1186
1234
|
}
|
|
1187
1235
|
const Covid19$1 = React.forwardRef(Covid19);
|
|
1188
|
-
const Icon$
|
|
1236
|
+
const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1189
1237
|
"path",
|
|
1190
1238
|
{
|
|
1191
1239
|
fill: "currentColor",
|
|
@@ -1193,10 +1241,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1193
1241
|
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
1242
|
}
|
|
1195
1243
|
) });
|
|
1196
|
-
const BaseSvgIcon$
|
|
1244
|
+
const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "CreateFolder");
|
|
1197
1245
|
function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
1198
1246
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1199
|
-
BaseSvgIcon$
|
|
1247
|
+
BaseSvgIcon$2P,
|
|
1200
1248
|
{
|
|
1201
1249
|
ref,
|
|
1202
1250
|
viewBox: "0 0 24 24",
|
|
@@ -1210,7 +1258,7 @@ function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
|
1210
1258
|
);
|
|
1211
1259
|
}
|
|
1212
1260
|
const CreateFolder$1 = React.forwardRef(CreateFolder);
|
|
1213
|
-
const Icon$
|
|
1261
|
+
const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1214
1262
|
"path",
|
|
1215
1263
|
{
|
|
1216
1264
|
fill: "currentColor",
|
|
@@ -1219,10 +1267,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1219
1267
|
clipRule: "evenodd"
|
|
1220
1268
|
}
|
|
1221
1269
|
) });
|
|
1222
|
-
const BaseSvgIcon$
|
|
1270
|
+
const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "CreateMap");
|
|
1223
1271
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1224
1272
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1225
|
-
BaseSvgIcon$
|
|
1273
|
+
BaseSvgIcon$2O,
|
|
1226
1274
|
{
|
|
1227
1275
|
ref,
|
|
1228
1276
|
viewBox: "0 0 24 24",
|
|
@@ -1236,17 +1284,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1236
1284
|
);
|
|
1237
1285
|
}
|
|
1238
1286
|
const CreateMap$1 = React.forwardRef(CreateMap);
|
|
1239
|
-
const Icon$
|
|
1287
|
+
const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1240
1288
|
"path",
|
|
1241
1289
|
{
|
|
1242
1290
|
fill: "currentColor",
|
|
1243
1291
|
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
1292
|
}
|
|
1245
1293
|
) });
|
|
1246
|
-
const BaseSvgIcon$
|
|
1294
|
+
const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "CreateSpatialAnalysis");
|
|
1247
1295
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1248
1296
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1249
|
-
BaseSvgIcon$
|
|
1297
|
+
BaseSvgIcon$2N,
|
|
1250
1298
|
{
|
|
1251
1299
|
ref,
|
|
1252
1300
|
viewBox: "0 0 24 24",
|
|
@@ -1260,7 +1308,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1260
1308
|
);
|
|
1261
1309
|
}
|
|
1262
1310
|
const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
|
|
1263
|
-
const Icon$
|
|
1311
|
+
const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1264
1312
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1265
1313
|
"path",
|
|
1266
1314
|
{
|
|
@@ -1278,10 +1326,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1278
1326
|
}
|
|
1279
1327
|
)
|
|
1280
1328
|
] });
|
|
1281
|
-
const BaseSvgIcon$
|
|
1329
|
+
const BaseSvgIcon$2M = material.createSvgIcon(Icon$2M(), "CreateTileset");
|
|
1282
1330
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1283
1331
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1284
|
-
BaseSvgIcon$
|
|
1332
|
+
BaseSvgIcon$2M,
|
|
1285
1333
|
{
|
|
1286
1334
|
ref,
|
|
1287
1335
|
viewBox: "0 0 24 24",
|
|
@@ -1295,7 +1343,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1295
1343
|
);
|
|
1296
1344
|
}
|
|
1297
1345
|
const CreateTileset$1 = React.forwardRef(CreateTileset);
|
|
1298
|
-
const Icon$
|
|
1346
|
+
const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1299
1347
|
"path",
|
|
1300
1348
|
{
|
|
1301
1349
|
fill: "currentColor",
|
|
@@ -1304,10 +1352,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1304
1352
|
clipRule: "evenodd"
|
|
1305
1353
|
}
|
|
1306
1354
|
) });
|
|
1307
|
-
const BaseSvgIcon$
|
|
1355
|
+
const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "CreateWorkflow");
|
|
1308
1356
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1309
1357
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1310
|
-
BaseSvgIcon$
|
|
1358
|
+
BaseSvgIcon$2L,
|
|
1311
1359
|
{
|
|
1312
1360
|
ref,
|
|
1313
1361
|
viewBox: "0 0 24 24",
|
|
@@ -1321,7 +1369,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1321
1369
|
);
|
|
1322
1370
|
}
|
|
1323
1371
|
const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
|
|
1324
|
-
const Icon$
|
|
1372
|
+
const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1325
1373
|
"path",
|
|
1326
1374
|
{
|
|
1327
1375
|
fill: "currentColor",
|
|
@@ -1330,10 +1378,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1330
1378
|
clipRule: "evenodd"
|
|
1331
1379
|
}
|
|
1332
1380
|
) });
|
|
1333
|
-
const BaseSvgIcon$
|
|
1381
|
+
const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "Data");
|
|
1334
1382
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1335
1383
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1336
|
-
BaseSvgIcon$
|
|
1384
|
+
BaseSvgIcon$2K,
|
|
1337
1385
|
{
|
|
1338
1386
|
ref,
|
|
1339
1387
|
viewBox: "0 0 24 24",
|
|
@@ -1347,7 +1395,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1347
1395
|
);
|
|
1348
1396
|
}
|
|
1349
1397
|
const Data$1 = React.forwardRef(Data);
|
|
1350
|
-
const Icon$
|
|
1398
|
+
const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1351
1399
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1352
1400
|
"path",
|
|
1353
1401
|
{
|
|
@@ -1367,10 +1415,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1367
1415
|
}
|
|
1368
1416
|
)
|
|
1369
1417
|
] });
|
|
1370
|
-
const BaseSvgIcon$
|
|
1418
|
+
const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "DataAccess");
|
|
1371
1419
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1372
1420
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1373
|
-
BaseSvgIcon$
|
|
1421
|
+
BaseSvgIcon$2J,
|
|
1374
1422
|
{
|
|
1375
1423
|
ref,
|
|
1376
1424
|
viewBox: "0 0 24 24",
|
|
@@ -1384,7 +1432,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1384
1432
|
);
|
|
1385
1433
|
}
|
|
1386
1434
|
const DataAccess$1 = React.forwardRef(DataAccess);
|
|
1387
|
-
const Icon$
|
|
1435
|
+
const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1388
1436
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1389
1437
|
"path",
|
|
1390
1438
|
{
|
|
@@ -1404,10 +1452,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1404
1452
|
}
|
|
1405
1453
|
)
|
|
1406
1454
|
] });
|
|
1407
|
-
const BaseSvgIcon$
|
|
1455
|
+
const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "DataExplorer");
|
|
1408
1456
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1409
1457
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1410
|
-
BaseSvgIcon$
|
|
1458
|
+
BaseSvgIcon$2I,
|
|
1411
1459
|
{
|
|
1412
1460
|
ref,
|
|
1413
1461
|
viewBox: "0 0 24 24",
|
|
@@ -1421,7 +1469,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1421
1469
|
);
|
|
1422
1470
|
}
|
|
1423
1471
|
const DataExplorer$1 = React.forwardRef(DataExplorer);
|
|
1424
|
-
const Icon$
|
|
1472
|
+
const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1425
1473
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1426
1474
|
"path",
|
|
1427
1475
|
{
|
|
@@ -1441,10 +1489,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1441
1489
|
}
|
|
1442
1490
|
)
|
|
1443
1491
|
] });
|
|
1444
|
-
const BaseSvgIcon$
|
|
1492
|
+
const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "DataFilter");
|
|
1445
1493
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1446
1494
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1447
|
-
BaseSvgIcon$
|
|
1495
|
+
BaseSvgIcon$2H,
|
|
1448
1496
|
{
|
|
1449
1497
|
ref,
|
|
1450
1498
|
viewBox: "0 0 24 24",
|
|
@@ -1458,7 +1506,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1458
1506
|
);
|
|
1459
1507
|
}
|
|
1460
1508
|
const DataFilter$1 = React.forwardRef(DataFilter);
|
|
1461
|
-
const Icon$
|
|
1509
|
+
const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1462
1510
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1463
1511
|
"path",
|
|
1464
1512
|
{
|
|
@@ -1476,10 +1524,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1476
1524
|
}
|
|
1477
1525
|
)
|
|
1478
1526
|
] });
|
|
1479
|
-
const BaseSvgIcon$
|
|
1527
|
+
const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "DataMonetization");
|
|
1480
1528
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1481
1529
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1482
|
-
BaseSvgIcon$
|
|
1530
|
+
BaseSvgIcon$2G,
|
|
1483
1531
|
{
|
|
1484
1532
|
ref,
|
|
1485
1533
|
viewBox: "0 0 24 24",
|
|
@@ -1493,7 +1541,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1493
1541
|
);
|
|
1494
1542
|
}
|
|
1495
1543
|
const DataMonetization$1 = React.forwardRef(DataMonetization);
|
|
1496
|
-
const Icon$
|
|
1544
|
+
const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1497
1545
|
"path",
|
|
1498
1546
|
{
|
|
1499
1547
|
fill: "currentColor",
|
|
@@ -1502,10 +1550,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1502
1550
|
clipRule: "evenodd"
|
|
1503
1551
|
}
|
|
1504
1552
|
) });
|
|
1505
|
-
const BaseSvgIcon$
|
|
1553
|
+
const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "DataObservatory");
|
|
1506
1554
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1507
1555
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1508
|
-
BaseSvgIcon$
|
|
1556
|
+
BaseSvgIcon$2F,
|
|
1509
1557
|
{
|
|
1510
1558
|
ref,
|
|
1511
1559
|
viewBox: "0 0 24 24",
|
|
@@ -1519,7 +1567,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1519
1567
|
);
|
|
1520
1568
|
}
|
|
1521
1569
|
const DataObservatory$1 = React.forwardRef(DataObservatory);
|
|
1522
|
-
const Icon$
|
|
1570
|
+
const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1523
1571
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1524
1572
|
"path",
|
|
1525
1573
|
{
|
|
@@ -1537,10 +1585,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1537
1585
|
}
|
|
1538
1586
|
)
|
|
1539
1587
|
] });
|
|
1540
|
-
const BaseSvgIcon$
|
|
1588
|
+
const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "DataOk");
|
|
1541
1589
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1542
1590
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1543
|
-
BaseSvgIcon$
|
|
1591
|
+
BaseSvgIcon$2E,
|
|
1544
1592
|
{
|
|
1545
1593
|
ref,
|
|
1546
1594
|
viewBox: "0 0 24 24",
|
|
@@ -1554,7 +1602,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1554
1602
|
);
|
|
1555
1603
|
}
|
|
1556
1604
|
const DataOk$1 = React.forwardRef(DataOk);
|
|
1557
|
-
const Icon$
|
|
1605
|
+
const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1558
1606
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1559
1607
|
"path",
|
|
1560
1608
|
{
|
|
@@ -1574,10 +1622,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1574
1622
|
}
|
|
1575
1623
|
)
|
|
1576
1624
|
] });
|
|
1577
|
-
const BaseSvgIcon$
|
|
1625
|
+
const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "DataPending");
|
|
1578
1626
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1579
1627
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1580
|
-
BaseSvgIcon$
|
|
1628
|
+
BaseSvgIcon$2D,
|
|
1581
1629
|
{
|
|
1582
1630
|
ref,
|
|
1583
1631
|
viewBox: "0 0 24 24",
|
|
@@ -1591,7 +1639,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1591
1639
|
);
|
|
1592
1640
|
}
|
|
1593
1641
|
const DataPending$1 = React.forwardRef(DataPending);
|
|
1594
|
-
const Icon$
|
|
1642
|
+
const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1595
1643
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1596
1644
|
"path",
|
|
1597
1645
|
{
|
|
@@ -1609,10 +1657,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1609
1657
|
}
|
|
1610
1658
|
)
|
|
1611
1659
|
] });
|
|
1612
|
-
const BaseSvgIcon$
|
|
1660
|
+
const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "DataPremium");
|
|
1613
1661
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1614
1662
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1615
|
-
BaseSvgIcon$
|
|
1663
|
+
BaseSvgIcon$2C,
|
|
1616
1664
|
{
|
|
1617
1665
|
ref,
|
|
1618
1666
|
viewBox: "0 0 24 24",
|
|
@@ -1626,7 +1674,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1626
1674
|
);
|
|
1627
1675
|
}
|
|
1628
1676
|
const DataPremium$1 = React.forwardRef(DataPremium);
|
|
1629
|
-
const Icon$
|
|
1677
|
+
const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1630
1678
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1631
1679
|
"path",
|
|
1632
1680
|
{
|
|
@@ -1646,10 +1694,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1646
1694
|
}
|
|
1647
1695
|
)
|
|
1648
1696
|
] });
|
|
1649
|
-
const BaseSvgIcon$
|
|
1697
|
+
const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "DataPublic");
|
|
1650
1698
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1651
1699
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1652
|
-
BaseSvgIcon$
|
|
1700
|
+
BaseSvgIcon$2B,
|
|
1653
1701
|
{
|
|
1654
1702
|
ref,
|
|
1655
1703
|
viewBox: "0 0 24 24",
|
|
@@ -1663,7 +1711,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1663
1711
|
);
|
|
1664
1712
|
}
|
|
1665
1713
|
const DataPublic$1 = React.forwardRef(DataPublic);
|
|
1666
|
-
const Icon$
|
|
1714
|
+
const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1667
1715
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1668
1716
|
"path",
|
|
1669
1717
|
{
|
|
@@ -1683,10 +1731,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1683
1731
|
}
|
|
1684
1732
|
)
|
|
1685
1733
|
] });
|
|
1686
|
-
const BaseSvgIcon$
|
|
1734
|
+
const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "DataSample");
|
|
1687
1735
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1688
1736
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1689
|
-
BaseSvgIcon$
|
|
1737
|
+
BaseSvgIcon$2A,
|
|
1690
1738
|
{
|
|
1691
1739
|
ref,
|
|
1692
1740
|
viewBox: "0 0 24 24",
|
|
@@ -1700,7 +1748,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1700
1748
|
);
|
|
1701
1749
|
}
|
|
1702
1750
|
const DataSample$1 = React.forwardRef(DataSample);
|
|
1703
|
-
const Icon$
|
|
1751
|
+
const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1704
1752
|
"path",
|
|
1705
1753
|
{
|
|
1706
1754
|
fill: "currentColor",
|
|
@@ -1709,10 +1757,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1709
1757
|
clipRule: "evenodd"
|
|
1710
1758
|
}
|
|
1711
1759
|
) });
|
|
1712
|
-
const BaseSvgIcon$
|
|
1760
|
+
const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "DataUnavailable");
|
|
1713
1761
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1714
1762
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1715
|
-
BaseSvgIcon$
|
|
1763
|
+
BaseSvgIcon$2z,
|
|
1716
1764
|
{
|
|
1717
1765
|
ref,
|
|
1718
1766
|
viewBox: "0 0 24 24",
|
|
@@ -1726,7 +1774,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1726
1774
|
);
|
|
1727
1775
|
}
|
|
1728
1776
|
const DataUnavailable$1 = React.forwardRef(DataUnavailable);
|
|
1729
|
-
const Icon$
|
|
1777
|
+
const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1730
1778
|
"path",
|
|
1731
1779
|
{
|
|
1732
1780
|
fill: "currentColor",
|
|
@@ -1735,10 +1783,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1735
1783
|
clipRule: "evenodd"
|
|
1736
1784
|
}
|
|
1737
1785
|
) });
|
|
1738
|
-
const BaseSvgIcon$
|
|
1786
|
+
const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "Databricks");
|
|
1739
1787
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1740
1788
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1741
|
-
BaseSvgIcon$
|
|
1789
|
+
BaseSvgIcon$2y,
|
|
1742
1790
|
{
|
|
1743
1791
|
ref,
|
|
1744
1792
|
viewBox: "0 0 24 24",
|
|
@@ -1752,7 +1800,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1752
1800
|
);
|
|
1753
1801
|
}
|
|
1754
1802
|
const Databricks$1 = React.forwardRef(Databricks);
|
|
1755
|
-
const Icon$
|
|
1803
|
+
const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1756
1804
|
"path",
|
|
1757
1805
|
{
|
|
1758
1806
|
fill: "currentColor",
|
|
@@ -1761,10 +1809,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1761
1809
|
clipRule: "evenodd"
|
|
1762
1810
|
}
|
|
1763
1811
|
) });
|
|
1764
|
-
const BaseSvgIcon$
|
|
1812
|
+
const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "Demographics");
|
|
1765
1813
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1766
1814
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1767
|
-
BaseSvgIcon$
|
|
1815
|
+
BaseSvgIcon$2x,
|
|
1768
1816
|
{
|
|
1769
1817
|
ref,
|
|
1770
1818
|
viewBox: "0 0 24 24",
|
|
@@ -1778,7 +1826,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1778
1826
|
);
|
|
1779
1827
|
}
|
|
1780
1828
|
const Demographics$1 = React.forwardRef(Demographics);
|
|
1781
|
-
const Icon$
|
|
1829
|
+
const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1782
1830
|
"path",
|
|
1783
1831
|
{
|
|
1784
1832
|
fill: "currentColor",
|
|
@@ -1787,10 +1835,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1787
1835
|
clipRule: "evenodd"
|
|
1788
1836
|
}
|
|
1789
1837
|
) });
|
|
1790
|
-
const BaseSvgIcon$
|
|
1838
|
+
const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "Derived");
|
|
1791
1839
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1792
1840
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1793
|
-
BaseSvgIcon$
|
|
1841
|
+
BaseSvgIcon$2w,
|
|
1794
1842
|
{
|
|
1795
1843
|
ref,
|
|
1796
1844
|
viewBox: "0 0 24 24",
|
|
@@ -1804,7 +1852,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1804
1852
|
);
|
|
1805
1853
|
}
|
|
1806
1854
|
const Derived$1 = React.forwardRef(Derived);
|
|
1807
|
-
const Icon$
|
|
1855
|
+
const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1808
1856
|
"path",
|
|
1809
1857
|
{
|
|
1810
1858
|
fill: "currentColor",
|
|
@@ -1813,10 +1861,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1813
1861
|
clipRule: "evenodd"
|
|
1814
1862
|
}
|
|
1815
1863
|
) });
|
|
1816
|
-
const BaseSvgIcon$
|
|
1864
|
+
const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "Distance");
|
|
1817
1865
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1818
1866
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1819
|
-
BaseSvgIcon$
|
|
1867
|
+
BaseSvgIcon$2v,
|
|
1820
1868
|
{
|
|
1821
1869
|
ref,
|
|
1822
1870
|
viewBox: "0 0 24 24",
|
|
@@ -1830,11 +1878,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1830
1878
|
);
|
|
1831
1879
|
}
|
|
1832
1880
|
const Distance$1 = React.forwardRef(Distance);
|
|
1833
|
-
const Icon$
|
|
1834
|
-
const BaseSvgIcon$
|
|
1881
|
+
const Icon$2u = () => /* @__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" }) });
|
|
1882
|
+
const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "Dot");
|
|
1835
1883
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1836
1884
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1837
|
-
BaseSvgIcon$
|
|
1885
|
+
BaseSvgIcon$2u,
|
|
1838
1886
|
{
|
|
1839
1887
|
ref,
|
|
1840
1888
|
viewBox: "0 0 24 24",
|
|
@@ -1848,7 +1896,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1848
1896
|
);
|
|
1849
1897
|
}
|
|
1850
1898
|
const Dot$1 = React.forwardRef(Dot);
|
|
1851
|
-
const Icon$
|
|
1899
|
+
const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1852
1900
|
"path",
|
|
1853
1901
|
{
|
|
1854
1902
|
fill: "currentColor",
|
|
@@ -1857,10 +1905,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1857
1905
|
clipRule: "evenodd"
|
|
1858
1906
|
}
|
|
1859
1907
|
) });
|
|
1860
|
-
const BaseSvgIcon$
|
|
1908
|
+
const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "DrawCircle");
|
|
1861
1909
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1862
1910
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1863
|
-
BaseSvgIcon$
|
|
1911
|
+
BaseSvgIcon$2t,
|
|
1864
1912
|
{
|
|
1865
1913
|
ref,
|
|
1866
1914
|
viewBox: "0 0 24 24",
|
|
@@ -1874,7 +1922,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1874
1922
|
);
|
|
1875
1923
|
}
|
|
1876
1924
|
const DrawCircle$1 = React.forwardRef(DrawCircle);
|
|
1877
|
-
const Icon$
|
|
1925
|
+
const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1878
1926
|
"path",
|
|
1879
1927
|
{
|
|
1880
1928
|
fill: "currentColor",
|
|
@@ -1883,10 +1931,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1883
1931
|
clipRule: "evenodd"
|
|
1884
1932
|
}
|
|
1885
1933
|
) });
|
|
1886
|
-
const BaseSvgIcon$
|
|
1934
|
+
const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "DrawLasso");
|
|
1887
1935
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1888
1936
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1889
|
-
BaseSvgIcon$
|
|
1937
|
+
BaseSvgIcon$2s,
|
|
1890
1938
|
{
|
|
1891
1939
|
ref,
|
|
1892
1940
|
viewBox: "0 0 24 24",
|
|
@@ -1900,17 +1948,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1900
1948
|
);
|
|
1901
1949
|
}
|
|
1902
1950
|
const DrawLasso$1 = React.forwardRef(DrawLasso);
|
|
1903
|
-
const Icon$
|
|
1951
|
+
const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1904
1952
|
"path",
|
|
1905
1953
|
{
|
|
1906
1954
|
fill: "currentColor",
|
|
1907
1955
|
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
1956
|
}
|
|
1909
1957
|
) });
|
|
1910
|
-
const BaseSvgIcon$
|
|
1958
|
+
const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "DrawLine");
|
|
1911
1959
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1912
1960
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1913
|
-
BaseSvgIcon$
|
|
1961
|
+
BaseSvgIcon$2r,
|
|
1914
1962
|
{
|
|
1915
1963
|
ref,
|
|
1916
1964
|
viewBox: "0 0 24 24",
|
|
@@ -1924,7 +1972,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1924
1972
|
);
|
|
1925
1973
|
}
|
|
1926
1974
|
const DrawLine$1 = React.forwardRef(DrawLine);
|
|
1927
|
-
const Icon$
|
|
1975
|
+
const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1928
1976
|
"path",
|
|
1929
1977
|
{
|
|
1930
1978
|
fill: "currentColor",
|
|
@@ -1933,10 +1981,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1933
1981
|
clipRule: "evenodd"
|
|
1934
1982
|
}
|
|
1935
1983
|
) });
|
|
1936
|
-
const BaseSvgIcon$
|
|
1984
|
+
const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "DrawPolygon");
|
|
1937
1985
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1938
1986
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1939
|
-
BaseSvgIcon$
|
|
1987
|
+
BaseSvgIcon$2q,
|
|
1940
1988
|
{
|
|
1941
1989
|
ref,
|
|
1942
1990
|
viewBox: "0 0 24 24",
|
|
@@ -1950,7 +1998,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1950
1998
|
);
|
|
1951
1999
|
}
|
|
1952
2000
|
const DrawPolygon$1 = React.forwardRef(DrawPolygon);
|
|
1953
|
-
const Icon$
|
|
2001
|
+
const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1954
2002
|
"path",
|
|
1955
2003
|
{
|
|
1956
2004
|
fill: "currentColor",
|
|
@@ -1959,10 +2007,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1959
2007
|
clipRule: "evenodd"
|
|
1960
2008
|
}
|
|
1961
2009
|
) });
|
|
1962
|
-
const BaseSvgIcon$
|
|
2010
|
+
const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "DrawSquare");
|
|
1963
2011
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1964
2012
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1965
|
-
BaseSvgIcon$
|
|
2013
|
+
BaseSvgIcon$2p,
|
|
1966
2014
|
{
|
|
1967
2015
|
ref,
|
|
1968
2016
|
viewBox: "0 0 24 24",
|
|
@@ -1976,7 +2024,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1976
2024
|
);
|
|
1977
2025
|
}
|
|
1978
2026
|
const DrawSquare$1 = React.forwardRef(DrawSquare);
|
|
1979
|
-
const Icon$
|
|
2027
|
+
const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1980
2028
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1981
2029
|
"path",
|
|
1982
2030
|
{
|
|
@@ -1994,10 +2042,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1994
2042
|
}
|
|
1995
2043
|
)
|
|
1996
2044
|
] });
|
|
1997
|
-
const BaseSvgIcon$
|
|
2045
|
+
const BaseSvgIcon$2o = material.createSvgIcon(Icon$2o(), "DropAPin");
|
|
1998
2046
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1999
2047
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2000
|
-
BaseSvgIcon$
|
|
2048
|
+
BaseSvgIcon$2o,
|
|
2001
2049
|
{
|
|
2002
2050
|
ref,
|
|
2003
2051
|
viewBox: "0 0 24 24",
|
|
@@ -2011,7 +2059,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
2011
2059
|
);
|
|
2012
2060
|
}
|
|
2013
2061
|
const DropAPin$1 = React.forwardRef(DropAPin);
|
|
2014
|
-
const Icon$
|
|
2062
|
+
const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2015
2063
|
"path",
|
|
2016
2064
|
{
|
|
2017
2065
|
fill: "currentColor",
|
|
@@ -2020,10 +2068,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2020
2068
|
clipRule: "evenodd"
|
|
2021
2069
|
}
|
|
2022
2070
|
) });
|
|
2023
|
-
const BaseSvgIcon$
|
|
2071
|
+
const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "DualMap");
|
|
2024
2072
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
2025
2073
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2026
|
-
BaseSvgIcon$
|
|
2074
|
+
BaseSvgIcon$2n,
|
|
2027
2075
|
{
|
|
2028
2076
|
ref,
|
|
2029
2077
|
viewBox: "0 0 24 24",
|
|
@@ -2037,7 +2085,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
2037
2085
|
);
|
|
2038
2086
|
}
|
|
2039
2087
|
const DualMap$1 = React.forwardRef(DualMap);
|
|
2040
|
-
const Icon$
|
|
2088
|
+
const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2041
2089
|
"path",
|
|
2042
2090
|
{
|
|
2043
2091
|
fill: "currentColor",
|
|
@@ -2046,10 +2094,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2046
2094
|
clipRule: "evenodd"
|
|
2047
2095
|
}
|
|
2048
2096
|
) });
|
|
2049
|
-
const BaseSvgIcon$
|
|
2097
|
+
const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "Environmental");
|
|
2050
2098
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
2051
2099
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2052
|
-
BaseSvgIcon$
|
|
2100
|
+
BaseSvgIcon$2m,
|
|
2053
2101
|
{
|
|
2054
2102
|
ref,
|
|
2055
2103
|
viewBox: "0 0 24 24",
|
|
@@ -2063,7 +2111,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
2063
2111
|
);
|
|
2064
2112
|
}
|
|
2065
2113
|
const Environmental$1 = React.forwardRef(Environmental);
|
|
2066
|
-
const Icon$
|
|
2114
|
+
const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2067
2115
|
"path",
|
|
2068
2116
|
{
|
|
2069
2117
|
fill: "currentColor",
|
|
@@ -2072,10 +2120,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2072
2120
|
clipRule: "evenodd"
|
|
2073
2121
|
}
|
|
2074
2122
|
) });
|
|
2075
|
-
const BaseSvgIcon$
|
|
2123
|
+
const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "EnvironmentalManagement");
|
|
2076
2124
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
2077
2125
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2078
|
-
BaseSvgIcon$
|
|
2126
|
+
BaseSvgIcon$2l,
|
|
2079
2127
|
{
|
|
2080
2128
|
ref,
|
|
2081
2129
|
viewBox: "0 0 24 24",
|
|
@@ -2089,11 +2137,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
2089
2137
|
);
|
|
2090
2138
|
}
|
|
2091
2139
|
const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
|
|
2092
|
-
const Icon$
|
|
2093
|
-
const BaseSvgIcon$
|
|
2140
|
+
const Icon$2k = () => /* @__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" }) });
|
|
2141
|
+
const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "Equal");
|
|
2094
2142
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
2095
2143
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2096
|
-
BaseSvgIcon$
|
|
2144
|
+
BaseSvgIcon$2k,
|
|
2097
2145
|
{
|
|
2098
2146
|
ref,
|
|
2099
2147
|
viewBox: "0 0 24 24",
|
|
@@ -2107,7 +2155,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2107
2155
|
);
|
|
2108
2156
|
}
|
|
2109
2157
|
const Equal$1 = React.forwardRef(Equal);
|
|
2110
|
-
const Icon$
|
|
2158
|
+
const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2111
2159
|
"path",
|
|
2112
2160
|
{
|
|
2113
2161
|
fill: "currentColor",
|
|
@@ -2116,10 +2164,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2116
2164
|
clipRule: "evenodd"
|
|
2117
2165
|
}
|
|
2118
2166
|
) });
|
|
2119
|
-
const BaseSvgIcon$
|
|
2167
|
+
const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "ExitToAppLeft");
|
|
2120
2168
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2121
2169
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2122
|
-
BaseSvgIcon$
|
|
2170
|
+
BaseSvgIcon$2j,
|
|
2123
2171
|
{
|
|
2124
2172
|
ref,
|
|
2125
2173
|
viewBox: "0 0 24 24",
|
|
@@ -2133,7 +2181,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2133
2181
|
);
|
|
2134
2182
|
}
|
|
2135
2183
|
const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
|
|
2136
|
-
const Icon$
|
|
2184
|
+
const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2137
2185
|
"path",
|
|
2138
2186
|
{
|
|
2139
2187
|
fill: "currentColor",
|
|
@@ -2142,10 +2190,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2142
2190
|
clipRule: "evenodd"
|
|
2143
2191
|
}
|
|
2144
2192
|
) });
|
|
2145
|
-
const BaseSvgIcon$
|
|
2193
|
+
const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "Fabric");
|
|
2146
2194
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2147
2195
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2148
|
-
BaseSvgIcon$
|
|
2196
|
+
BaseSvgIcon$2i,
|
|
2149
2197
|
{
|
|
2150
2198
|
ref,
|
|
2151
2199
|
viewBox: "0 0 24 24",
|
|
@@ -2159,7 +2207,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2159
2207
|
);
|
|
2160
2208
|
}
|
|
2161
2209
|
const Fabric$1 = React.forwardRef(Fabric);
|
|
2162
|
-
const Icon$
|
|
2210
|
+
const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2163
2211
|
"path",
|
|
2164
2212
|
{
|
|
2165
2213
|
fill: "currentColor",
|
|
@@ -2168,10 +2216,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2168
2216
|
clipRule: "evenodd"
|
|
2169
2217
|
}
|
|
2170
2218
|
) });
|
|
2171
|
-
const BaseSvgIcon$
|
|
2219
|
+
const BaseSvgIcon$2h = material.createSvgIcon(Icon$2h(), "Facebook");
|
|
2172
2220
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2173
2221
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2174
|
-
BaseSvgIcon$
|
|
2222
|
+
BaseSvgIcon$2h,
|
|
2175
2223
|
{
|
|
2176
2224
|
ref,
|
|
2177
2225
|
viewBox: "0 0 24 24",
|
|
@@ -2185,6 +2233,61 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2185
2233
|
);
|
|
2186
2234
|
}
|
|
2187
2235
|
const Facebook$1 = React.forwardRef(Facebook);
|
|
2236
|
+
const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2237
|
+
"path",
|
|
2238
|
+
{
|
|
2239
|
+
fill: "currentColor",
|
|
2240
|
+
fillRule: "evenodd",
|
|
2241
|
+
d: "M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2m-2 12v2h4v-2zm-2-3v2h8v-2zM7 8v2h10V8z",
|
|
2242
|
+
clipRule: "evenodd"
|
|
2243
|
+
}
|
|
2244
|
+
) });
|
|
2245
|
+
const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "FilterCircle");
|
|
2246
|
+
function FilterCircle({ width, height, sx, ...props }, ref) {
|
|
2247
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2248
|
+
BaseSvgIcon$2g,
|
|
2249
|
+
{
|
|
2250
|
+
ref,
|
|
2251
|
+
viewBox: "0 0 24 24",
|
|
2252
|
+
sx: {
|
|
2253
|
+
width,
|
|
2254
|
+
height: height || width,
|
|
2255
|
+
...sx
|
|
2256
|
+
},
|
|
2257
|
+
...props
|
|
2258
|
+
}
|
|
2259
|
+
);
|
|
2260
|
+
}
|
|
2261
|
+
const FilterCircle$1 = React.forwardRef(FilterCircle);
|
|
2262
|
+
const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2263
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M14 16h-4v-2h4zM16 13H8v-2h8zM17 10H7V8h10z" }),
|
|
2264
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2265
|
+
"path",
|
|
2266
|
+
{
|
|
2267
|
+
fill: "currentColor",
|
|
2268
|
+
fillRule: "evenodd",
|
|
2269
|
+
d: "M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2m0 2c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8",
|
|
2270
|
+
clipRule: "evenodd"
|
|
2271
|
+
}
|
|
2272
|
+
)
|
|
2273
|
+
] });
|
|
2274
|
+
const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "FilterCircleOutlined");
|
|
2275
|
+
function FilterCircleOutlined({ width, height, sx, ...props }, ref) {
|
|
2276
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2277
|
+
BaseSvgIcon$2f,
|
|
2278
|
+
{
|
|
2279
|
+
ref,
|
|
2280
|
+
viewBox: "0 0 24 24",
|
|
2281
|
+
sx: {
|
|
2282
|
+
width,
|
|
2283
|
+
height: height || width,
|
|
2284
|
+
...sx
|
|
2285
|
+
},
|
|
2286
|
+
...props
|
|
2287
|
+
}
|
|
2288
|
+
);
|
|
2289
|
+
}
|
|
2290
|
+
const FilterCircleOutlined$1 = React.forwardRef(FilterCircleOutlined);
|
|
2188
2291
|
const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2189
2292
|
"path",
|
|
2190
2293
|
{
|
|
@@ -2235,30 +2338,13 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2235
2338
|
);
|
|
2236
2339
|
}
|
|
2237
2340
|
const FlipInverse$1 = React.forwardRef(FlipInverse);
|
|
2238
|
-
const Icon$2c = () => /* @__PURE__ */ jsxRuntime.
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
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
|
-
] });
|
|
2341
|
+
const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2342
|
+
"path",
|
|
2343
|
+
{
|
|
2344
|
+
fill: "currentColor",
|
|
2345
|
+
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"
|
|
2346
|
+
}
|
|
2347
|
+
) });
|
|
2262
2348
|
const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "FolderEmpty");
|
|
2263
2349
|
function FolderEmpty({ width, height, sx, ...props }, ref) {
|
|
2264
2350
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5462,30 +5548,13 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
|
5462
5548
|
);
|
|
5463
5549
|
}
|
|
5464
5550
|
const SwatchCircleNone$1 = React.forwardRef(SwatchCircleNone);
|
|
5465
|
-
const Icon$y = () => /* @__PURE__ */ jsxRuntime.
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
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
|
-
] });
|
|
5551
|
+
const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5552
|
+
"path",
|
|
5553
|
+
{
|
|
5554
|
+
fill: "currentColor",
|
|
5555
|
+
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"
|
|
5556
|
+
}
|
|
5557
|
+
) });
|
|
5489
5558
|
const BaseSvgIcon$y = material.createSvgIcon(Icon$y(), "SwitchAccessShortcut");
|
|
5490
5559
|
function SwitchAccessShortcut({ width, height, sx, ...props }, ref) {
|
|
5491
5560
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -6552,8 +6621,10 @@ exports.ApiAccessToken = ApiAccessToken$1;
|
|
|
6552
6621
|
exports.ApiBaseUrl = ApiBaseUrl$1;
|
|
6553
6622
|
exports.ApiCall = ApiCall$1;
|
|
6554
6623
|
exports.AppCredentials = AppCredentials$1;
|
|
6624
|
+
exports.ArrowDownHigh = ArrowDownHigh$1;
|
|
6555
6625
|
exports.ArrowLeft = ArrowLeft$1;
|
|
6556
6626
|
exports.ArrowRight = ArrowRight$1;
|
|
6627
|
+
exports.ArrowRightHigh = ArrowRightHigh$1;
|
|
6557
6628
|
exports.AsynchronousWait = AsynchronousWait$1;
|
|
6558
6629
|
exports.Autostyle = Autostyle$1;
|
|
6559
6630
|
exports.Avg = Avg$1;
|
|
@@ -6613,6 +6684,8 @@ exports.Equal = Equal$1;
|
|
|
6613
6684
|
exports.ExitToAppLeft = ExitToAppLeft$1;
|
|
6614
6685
|
exports.Fabric = Fabric$1;
|
|
6615
6686
|
exports.Facebook = Facebook$1;
|
|
6687
|
+
exports.FilterCircle = FilterCircle$1;
|
|
6688
|
+
exports.FilterCircleOutlined = FilterCircleOutlined$1;
|
|
6616
6689
|
exports.Financial = Financial$1;
|
|
6617
6690
|
exports.FlipInverse = FlipInverse$1;
|
|
6618
6691
|
exports.FolderEmpty = FolderEmpty$1;
|