@carto/meridian-ds 2.9.1 → 2.9.3
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 -2
- package/dist/custom-icons/index.cjs +340 -267
- package/dist/custom-icons/index.js +340 -267
- 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/package.json +1 -1
|
@@ -5,7 +5,7 @@ import { A } from "../ArrowDown-d6bxUL0F.js";
|
|
|
5
5
|
import { A as A2, C, O } from "../OpenDiagonallyRight-CGdCEXlF.js";
|
|
6
6
|
import { S } from "../Search-C7wkXu3f.js";
|
|
7
7
|
import { S as S2 } from "../SwatchSquare-B6KYVoqV.js";
|
|
8
|
-
const Icon$
|
|
8
|
+
const Icon$3r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
9
9
|
"path",
|
|
10
10
|
{
|
|
11
11
|
fill: "currentColor",
|
|
@@ -14,10 +14,10 @@ const Icon$3n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
14
14
|
clipRule: "evenodd"
|
|
15
15
|
}
|
|
16
16
|
) });
|
|
17
|
-
const BaseSvgIcon$
|
|
17
|
+
const BaseSvgIcon$3r = createSvgIcon(Icon$3r(), "AccessIn");
|
|
18
18
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
19
19
|
return /* @__PURE__ */ jsx(
|
|
20
|
-
BaseSvgIcon$
|
|
20
|
+
BaseSvgIcon$3r,
|
|
21
21
|
{
|
|
22
22
|
ref,
|
|
23
23
|
viewBox: "0 0 24 24",
|
|
@@ -31,17 +31,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
31
31
|
);
|
|
32
32
|
}
|
|
33
33
|
const AccessIn$1 = forwardRef(AccessIn);
|
|
34
|
-
const Icon$
|
|
34
|
+
const Icon$3q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
35
35
|
"path",
|
|
36
36
|
{
|
|
37
37
|
fill: "currentColor",
|
|
38
38
|
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"
|
|
39
39
|
}
|
|
40
40
|
) });
|
|
41
|
-
const BaseSvgIcon$
|
|
41
|
+
const BaseSvgIcon$3q = createSvgIcon(Icon$3q(), "AddApp");
|
|
42
42
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
43
43
|
return /* @__PURE__ */ jsx(
|
|
44
|
-
BaseSvgIcon$
|
|
44
|
+
BaseSvgIcon$3q,
|
|
45
45
|
{
|
|
46
46
|
ref,
|
|
47
47
|
viewBox: "0 0 24 24",
|
|
@@ -55,7 +55,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
55
55
|
);
|
|
56
56
|
}
|
|
57
57
|
const AddApp$1 = forwardRef(AddApp);
|
|
58
|
-
const Icon$
|
|
58
|
+
const Icon$3p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
59
59
|
"path",
|
|
60
60
|
{
|
|
61
61
|
fill: "currentColor",
|
|
@@ -64,10 +64,10 @@ const Icon$3l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
64
64
|
clipRule: "evenodd"
|
|
65
65
|
}
|
|
66
66
|
) });
|
|
67
|
-
const BaseSvgIcon$
|
|
67
|
+
const BaseSvgIcon$3p = createSvgIcon(Icon$3p(), "AddSection");
|
|
68
68
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
69
69
|
return /* @__PURE__ */ jsx(
|
|
70
|
-
BaseSvgIcon$
|
|
70
|
+
BaseSvgIcon$3p,
|
|
71
71
|
{
|
|
72
72
|
ref,
|
|
73
73
|
viewBox: "0 0 24 24",
|
|
@@ -81,17 +81,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
81
81
|
);
|
|
82
82
|
}
|
|
83
83
|
const AddSection$1 = forwardRef(AddSection);
|
|
84
|
-
const Icon$
|
|
84
|
+
const Icon$3o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
85
85
|
"path",
|
|
86
86
|
{
|
|
87
87
|
fill: "currentColor",
|
|
88
88
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
89
89
|
}
|
|
90
90
|
) });
|
|
91
|
-
const BaseSvgIcon$
|
|
91
|
+
const BaseSvgIcon$3o = createSvgIcon(Icon$3o(), "AdvancedSettings");
|
|
92
92
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
93
93
|
return /* @__PURE__ */ jsx(
|
|
94
|
-
BaseSvgIcon$
|
|
94
|
+
BaseSvgIcon$3o,
|
|
95
95
|
{
|
|
96
96
|
ref,
|
|
97
97
|
viewBox: "0 0 24 24",
|
|
@@ -105,7 +105,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
105
105
|
);
|
|
106
106
|
}
|
|
107
107
|
const AdvancedSettings$1 = forwardRef(AdvancedSettings);
|
|
108
|
-
const Icon$
|
|
108
|
+
const Icon$3n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
109
109
|
/* @__PURE__ */ jsx(
|
|
110
110
|
"path",
|
|
111
111
|
{
|
|
@@ -137,10 +137,10 @@ const Icon$3j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
137
137
|
}
|
|
138
138
|
)
|
|
139
139
|
] });
|
|
140
|
-
const BaseSvgIcon$
|
|
140
|
+
const BaseSvgIcon$3n = createSvgIcon(Icon$3n(), "AiAgent");
|
|
141
141
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
142
142
|
return /* @__PURE__ */ jsx(
|
|
143
|
-
BaseSvgIcon$
|
|
143
|
+
BaseSvgIcon$3n,
|
|
144
144
|
{
|
|
145
145
|
ref,
|
|
146
146
|
viewBox: "0 0 24 24",
|
|
@@ -154,7 +154,7 @@ function AiAgent({ width, height, sx, ...props }, ref) {
|
|
|
154
154
|
);
|
|
155
155
|
}
|
|
156
156
|
const AiAgent$1 = forwardRef(AiAgent);
|
|
157
|
-
const Icon$
|
|
157
|
+
const Icon$3m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
158
158
|
/* @__PURE__ */ jsx(
|
|
159
159
|
"path",
|
|
160
160
|
{
|
|
@@ -172,10 +172,10 @@ const Icon$3i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
172
172
|
}
|
|
173
173
|
)
|
|
174
174
|
] });
|
|
175
|
-
const BaseSvgIcon$
|
|
175
|
+
const BaseSvgIcon$3m = createSvgIcon(Icon$3m(), "AiGeneratedObject");
|
|
176
176
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
177
177
|
return /* @__PURE__ */ jsx(
|
|
178
|
-
BaseSvgIcon$
|
|
178
|
+
BaseSvgIcon$3m,
|
|
179
179
|
{
|
|
180
180
|
ref,
|
|
181
181
|
viewBox: "0 0 24 24",
|
|
@@ -189,7 +189,7 @@ function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
|
189
189
|
);
|
|
190
190
|
}
|
|
191
191
|
const AiGeneratedObject$1 = forwardRef(AiGeneratedObject);
|
|
192
|
-
const Icon$
|
|
192
|
+
const Icon$3l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
193
193
|
/* @__PURE__ */ jsx(
|
|
194
194
|
"path",
|
|
195
195
|
{
|
|
@@ -230,10 +230,10 @@ const Icon$3h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
230
230
|
}
|
|
231
231
|
)
|
|
232
232
|
] });
|
|
233
|
-
const BaseSvgIcon$
|
|
233
|
+
const BaseSvgIcon$3l = createSvgIcon(Icon$3l(), "AiTool");
|
|
234
234
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
235
235
|
return /* @__PURE__ */ jsx(
|
|
236
|
-
BaseSvgIcon$
|
|
236
|
+
BaseSvgIcon$3l,
|
|
237
237
|
{
|
|
238
238
|
ref,
|
|
239
239
|
viewBox: "0 0 24 24",
|
|
@@ -247,7 +247,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
247
247
|
);
|
|
248
248
|
}
|
|
249
249
|
const AiTool$1 = forwardRef(AiTool);
|
|
250
|
-
const Icon$
|
|
250
|
+
const Icon$3k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
251
251
|
/* @__PURE__ */ jsx(
|
|
252
252
|
"path",
|
|
253
253
|
{
|
|
@@ -267,10 +267,10 @@ const Icon$3g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
267
267
|
}
|
|
268
268
|
)
|
|
269
269
|
] });
|
|
270
|
-
const BaseSvgIcon$
|
|
270
|
+
const BaseSvgIcon$3k = createSvgIcon(Icon$3k(), "Annotation");
|
|
271
271
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
272
272
|
return /* @__PURE__ */ jsx(
|
|
273
|
-
BaseSvgIcon$
|
|
273
|
+
BaseSvgIcon$3k,
|
|
274
274
|
{
|
|
275
275
|
ref,
|
|
276
276
|
viewBox: "0 0 24 24",
|
|
@@ -284,7 +284,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
284
284
|
);
|
|
285
285
|
}
|
|
286
286
|
const Annotation$1 = forwardRef(Annotation);
|
|
287
|
-
const Icon$
|
|
287
|
+
const Icon$3j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
288
288
|
"path",
|
|
289
289
|
{
|
|
290
290
|
fill: "currentColor",
|
|
@@ -293,10 +293,10 @@ const Icon$3f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
293
293
|
clipRule: "evenodd"
|
|
294
294
|
}
|
|
295
295
|
) });
|
|
296
|
-
const BaseSvgIcon$
|
|
296
|
+
const BaseSvgIcon$3j = createSvgIcon(Icon$3j(), "ApiAccessToken");
|
|
297
297
|
function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
298
298
|
return /* @__PURE__ */ jsx(
|
|
299
|
-
BaseSvgIcon$
|
|
299
|
+
BaseSvgIcon$3j,
|
|
300
300
|
{
|
|
301
301
|
ref,
|
|
302
302
|
viewBox: "0 0 24 24",
|
|
@@ -310,7 +310,7 @@ function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
|
310
310
|
);
|
|
311
311
|
}
|
|
312
312
|
const ApiAccessToken$1 = forwardRef(ApiAccessToken);
|
|
313
|
-
const Icon$
|
|
313
|
+
const Icon$3i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
314
314
|
"path",
|
|
315
315
|
{
|
|
316
316
|
fill: "currentColor",
|
|
@@ -319,10 +319,10 @@ const Icon$3e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
319
319
|
clipRule: "evenodd"
|
|
320
320
|
}
|
|
321
321
|
) });
|
|
322
|
-
const BaseSvgIcon$
|
|
322
|
+
const BaseSvgIcon$3i = createSvgIcon(Icon$3i(), "ApiBaseUrl");
|
|
323
323
|
function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
324
324
|
return /* @__PURE__ */ jsx(
|
|
325
|
-
BaseSvgIcon$
|
|
325
|
+
BaseSvgIcon$3i,
|
|
326
326
|
{
|
|
327
327
|
ref,
|
|
328
328
|
viewBox: "0 0 24 24",
|
|
@@ -336,7 +336,7 @@ function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
|
336
336
|
);
|
|
337
337
|
}
|
|
338
338
|
const ApiBaseUrl$1 = forwardRef(ApiBaseUrl);
|
|
339
|
-
const Icon$
|
|
339
|
+
const Icon$3h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
340
340
|
/* @__PURE__ */ jsx(
|
|
341
341
|
"path",
|
|
342
342
|
{
|
|
@@ -361,10 +361,10 @@ const Icon$3d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
361
361
|
}
|
|
362
362
|
)
|
|
363
363
|
] });
|
|
364
|
-
const BaseSvgIcon$
|
|
364
|
+
const BaseSvgIcon$3h = createSvgIcon(Icon$3h(), "ApiCall");
|
|
365
365
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
366
366
|
return /* @__PURE__ */ jsx(
|
|
367
|
-
BaseSvgIcon$
|
|
367
|
+
BaseSvgIcon$3h,
|
|
368
368
|
{
|
|
369
369
|
ref,
|
|
370
370
|
viewBox: "0 0 24 24",
|
|
@@ -378,7 +378,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
378
378
|
);
|
|
379
379
|
}
|
|
380
380
|
const ApiCall$1 = forwardRef(ApiCall);
|
|
381
|
-
const Icon$
|
|
381
|
+
const Icon$3g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
382
382
|
"path",
|
|
383
383
|
{
|
|
384
384
|
fill: "currentColor",
|
|
@@ -387,10 +387,10 @@ const Icon$3c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
387
387
|
clipRule: "evenodd"
|
|
388
388
|
}
|
|
389
389
|
) });
|
|
390
|
-
const BaseSvgIcon$
|
|
390
|
+
const BaseSvgIcon$3g = createSvgIcon(Icon$3g(), "AppCredentials");
|
|
391
391
|
function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
392
392
|
return /* @__PURE__ */ jsx(
|
|
393
|
-
BaseSvgIcon$
|
|
393
|
+
BaseSvgIcon$3g,
|
|
394
394
|
{
|
|
395
395
|
ref,
|
|
396
396
|
viewBox: "0 0 24 24",
|
|
@@ -404,7 +404,31 @@ function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
|
404
404
|
);
|
|
405
405
|
}
|
|
406
406
|
const AppCredentials$1 = forwardRef(AppCredentials);
|
|
407
|
-
const Icon$
|
|
407
|
+
const Icon$3f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
408
|
+
"path",
|
|
409
|
+
{
|
|
410
|
+
fill: "currentColor",
|
|
411
|
+
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"
|
|
412
|
+
}
|
|
413
|
+
) });
|
|
414
|
+
const BaseSvgIcon$3f = createSvgIcon(Icon$3f(), "ArrowDownHigh");
|
|
415
|
+
function ArrowDownHigh({ width, height, sx, ...props }, ref) {
|
|
416
|
+
return /* @__PURE__ */ jsx(
|
|
417
|
+
BaseSvgIcon$3f,
|
|
418
|
+
{
|
|
419
|
+
ref,
|
|
420
|
+
viewBox: "0 0 24 24",
|
|
421
|
+
sx: {
|
|
422
|
+
width,
|
|
423
|
+
height: height || width,
|
|
424
|
+
...sx
|
|
425
|
+
},
|
|
426
|
+
...props
|
|
427
|
+
}
|
|
428
|
+
);
|
|
429
|
+
}
|
|
430
|
+
const ArrowDownHigh$1 = forwardRef(ArrowDownHigh);
|
|
431
|
+
const Icon$3e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
408
432
|
"path",
|
|
409
433
|
{
|
|
410
434
|
fill: "currentColor",
|
|
@@ -413,10 +437,10 @@ const Icon$3b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
413
437
|
clipRule: "evenodd"
|
|
414
438
|
}
|
|
415
439
|
) });
|
|
416
|
-
const BaseSvgIcon$
|
|
440
|
+
const BaseSvgIcon$3e = createSvgIcon(Icon$3e(), "ArrowLeft");
|
|
417
441
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
418
442
|
return /* @__PURE__ */ jsx(
|
|
419
|
-
BaseSvgIcon$
|
|
443
|
+
BaseSvgIcon$3e,
|
|
420
444
|
{
|
|
421
445
|
ref,
|
|
422
446
|
viewBox: "0 0 24 24",
|
|
@@ -430,7 +454,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
430
454
|
);
|
|
431
455
|
}
|
|
432
456
|
const ArrowLeft$1 = forwardRef(ArrowLeft);
|
|
433
|
-
const Icon$
|
|
457
|
+
const Icon$3d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
434
458
|
"path",
|
|
435
459
|
{
|
|
436
460
|
fill: "currentColor",
|
|
@@ -439,10 +463,10 @@ const Icon$3a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
439
463
|
clipRule: "evenodd"
|
|
440
464
|
}
|
|
441
465
|
) });
|
|
442
|
-
const BaseSvgIcon$
|
|
466
|
+
const BaseSvgIcon$3d = createSvgIcon(Icon$3d(), "ArrowRight");
|
|
443
467
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
444
468
|
return /* @__PURE__ */ jsx(
|
|
445
|
-
BaseSvgIcon$
|
|
469
|
+
BaseSvgIcon$3d,
|
|
446
470
|
{
|
|
447
471
|
ref,
|
|
448
472
|
viewBox: "0 0 24 24",
|
|
@@ -456,7 +480,31 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
456
480
|
);
|
|
457
481
|
}
|
|
458
482
|
const ArrowRight$1 = forwardRef(ArrowRight);
|
|
459
|
-
const Icon$
|
|
483
|
+
const Icon$3c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
484
|
+
"path",
|
|
485
|
+
{
|
|
486
|
+
fill: "currentColor",
|
|
487
|
+
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"
|
|
488
|
+
}
|
|
489
|
+
) });
|
|
490
|
+
const BaseSvgIcon$3c = createSvgIcon(Icon$3c(), "ArrowRightHigh");
|
|
491
|
+
function ArrowRightHigh({ width, height, sx, ...props }, ref) {
|
|
492
|
+
return /* @__PURE__ */ jsx(
|
|
493
|
+
BaseSvgIcon$3c,
|
|
494
|
+
{
|
|
495
|
+
ref,
|
|
496
|
+
viewBox: "0 0 24 24",
|
|
497
|
+
sx: {
|
|
498
|
+
width,
|
|
499
|
+
height: height || width,
|
|
500
|
+
...sx
|
|
501
|
+
},
|
|
502
|
+
...props
|
|
503
|
+
}
|
|
504
|
+
);
|
|
505
|
+
}
|
|
506
|
+
const ArrowRightHigh$1 = forwardRef(ArrowRightHigh);
|
|
507
|
+
const Icon$3b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
460
508
|
/* @__PURE__ */ jsx(
|
|
461
509
|
"path",
|
|
462
510
|
{
|
|
@@ -481,10 +529,10 @@ const Icon$39 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
481
529
|
}
|
|
482
530
|
)
|
|
483
531
|
] });
|
|
484
|
-
const BaseSvgIcon$
|
|
532
|
+
const BaseSvgIcon$3b = createSvgIcon(Icon$3b(), "AsynchronousWait");
|
|
485
533
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
486
534
|
return /* @__PURE__ */ jsx(
|
|
487
|
-
BaseSvgIcon$
|
|
535
|
+
BaseSvgIcon$3b,
|
|
488
536
|
{
|
|
489
537
|
ref,
|
|
490
538
|
viewBox: "0 0 24 24",
|
|
@@ -498,7 +546,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
498
546
|
);
|
|
499
547
|
}
|
|
500
548
|
const AsynchronousWait$1 = forwardRef(AsynchronousWait);
|
|
501
|
-
const Icon$
|
|
549
|
+
const Icon$3a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
502
550
|
/* @__PURE__ */ jsx(
|
|
503
551
|
"path",
|
|
504
552
|
{
|
|
@@ -518,10 +566,10 @@ const Icon$38 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
518
566
|
}
|
|
519
567
|
)
|
|
520
568
|
] });
|
|
521
|
-
const BaseSvgIcon$
|
|
569
|
+
const BaseSvgIcon$3a = createSvgIcon(Icon$3a(), "Autostyle");
|
|
522
570
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
523
571
|
return /* @__PURE__ */ jsx(
|
|
524
|
-
BaseSvgIcon$
|
|
572
|
+
BaseSvgIcon$3a,
|
|
525
573
|
{
|
|
526
574
|
ref,
|
|
527
575
|
viewBox: "0 0 24 24",
|
|
@@ -535,7 +583,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
535
583
|
);
|
|
536
584
|
}
|
|
537
585
|
const Autostyle$1 = forwardRef(Autostyle);
|
|
538
|
-
const Icon$
|
|
586
|
+
const Icon$39 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
539
587
|
/* @__PURE__ */ jsx(
|
|
540
588
|
"path",
|
|
541
589
|
{
|
|
@@ -553,10 +601,10 @@ const Icon$37 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
553
601
|
}
|
|
554
602
|
)
|
|
555
603
|
] });
|
|
556
|
-
const BaseSvgIcon$
|
|
604
|
+
const BaseSvgIcon$39 = createSvgIcon(Icon$39(), "Avg");
|
|
557
605
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
558
606
|
return /* @__PURE__ */ jsx(
|
|
559
|
-
BaseSvgIcon$
|
|
607
|
+
BaseSvgIcon$39,
|
|
560
608
|
{
|
|
561
609
|
ref,
|
|
562
610
|
viewBox: "0 0 24 24",
|
|
@@ -570,7 +618,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
570
618
|
);
|
|
571
619
|
}
|
|
572
620
|
const Avg$1 = forwardRef(Avg);
|
|
573
|
-
const Icon$
|
|
621
|
+
const Icon$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
574
622
|
"path",
|
|
575
623
|
{
|
|
576
624
|
fill: "currentColor",
|
|
@@ -579,10 +627,10 @@ const Icon$36 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
579
627
|
clipRule: "evenodd"
|
|
580
628
|
}
|
|
581
629
|
) });
|
|
582
|
-
const BaseSvgIcon$
|
|
630
|
+
const BaseSvgIcon$38 = createSvgIcon(Icon$38(), "Behavioral");
|
|
583
631
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
584
632
|
return /* @__PURE__ */ jsx(
|
|
585
|
-
BaseSvgIcon$
|
|
633
|
+
BaseSvgIcon$38,
|
|
586
634
|
{
|
|
587
635
|
ref,
|
|
588
636
|
viewBox: "0 0 24 24",
|
|
@@ -596,7 +644,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
596
644
|
);
|
|
597
645
|
}
|
|
598
646
|
const Behavioral$1 = forwardRef(Behavioral);
|
|
599
|
-
const Icon$
|
|
647
|
+
const Icon$37 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
600
648
|
/* @__PURE__ */ jsx(
|
|
601
649
|
"path",
|
|
602
650
|
{
|
|
@@ -614,10 +662,10 @@ const Icon$35 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
614
662
|
}
|
|
615
663
|
)
|
|
616
664
|
] });
|
|
617
|
-
const BaseSvgIcon$
|
|
665
|
+
const BaseSvgIcon$37 = createSvgIcon(Icon$37(), "Bigquery");
|
|
618
666
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
619
667
|
return /* @__PURE__ */ jsx(
|
|
620
|
-
BaseSvgIcon$
|
|
668
|
+
BaseSvgIcon$37,
|
|
621
669
|
{
|
|
622
670
|
ref,
|
|
623
671
|
viewBox: "0 0 24 24",
|
|
@@ -631,7 +679,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
631
679
|
);
|
|
632
680
|
}
|
|
633
681
|
const Bigquery$1 = forwardRef(Bigquery);
|
|
634
|
-
const Icon$
|
|
682
|
+
const Icon$36 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
635
683
|
"path",
|
|
636
684
|
{
|
|
637
685
|
fill: "currentColor",
|
|
@@ -640,10 +688,10 @@ const Icon$34 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
640
688
|
clipRule: "evenodd"
|
|
641
689
|
}
|
|
642
690
|
) });
|
|
643
|
-
const BaseSvgIcon$
|
|
691
|
+
const BaseSvgIcon$36 = createSvgIcon(Icon$36(), "Blending");
|
|
644
692
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
645
693
|
return /* @__PURE__ */ jsx(
|
|
646
|
-
BaseSvgIcon$
|
|
694
|
+
BaseSvgIcon$36,
|
|
647
695
|
{
|
|
648
696
|
ref,
|
|
649
697
|
viewBox: "0 0 24 24",
|
|
@@ -657,7 +705,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
657
705
|
);
|
|
658
706
|
}
|
|
659
707
|
const Blending$1 = forwardRef(Blending);
|
|
660
|
-
const Icon$
|
|
708
|
+
const Icon$35 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
661
709
|
"path",
|
|
662
710
|
{
|
|
663
711
|
fill: "currentColor",
|
|
@@ -666,10 +714,10 @@ const Icon$33 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
666
714
|
clipRule: "evenodd"
|
|
667
715
|
}
|
|
668
716
|
) });
|
|
669
|
-
const BaseSvgIcon$
|
|
717
|
+
const BaseSvgIcon$35 = createSvgIcon(Icon$35(), "BlockLabel");
|
|
670
718
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
671
719
|
return /* @__PURE__ */ jsx(
|
|
672
|
-
BaseSvgIcon$
|
|
720
|
+
BaseSvgIcon$35,
|
|
673
721
|
{
|
|
674
722
|
ref,
|
|
675
723
|
viewBox: "0 0 24 24",
|
|
@@ -683,7 +731,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
683
731
|
);
|
|
684
732
|
}
|
|
685
733
|
const BlockLabel$1 = forwardRef(BlockLabel);
|
|
686
|
-
const Icon$
|
|
734
|
+
const Icon$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
687
735
|
/* @__PURE__ */ jsx(
|
|
688
736
|
"path",
|
|
689
737
|
{
|
|
@@ -701,10 +749,10 @@ const Icon$32 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
701
749
|
}
|
|
702
750
|
)
|
|
703
751
|
] });
|
|
704
|
-
const BaseSvgIcon$
|
|
752
|
+
const BaseSvgIcon$34 = createSvgIcon(Icon$34(), "BlockLabelOff");
|
|
705
753
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
706
754
|
return /* @__PURE__ */ jsx(
|
|
707
|
-
BaseSvgIcon$
|
|
755
|
+
BaseSvgIcon$34,
|
|
708
756
|
{
|
|
709
757
|
ref,
|
|
710
758
|
viewBox: "0 0 24 24",
|
|
@@ -718,17 +766,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
718
766
|
);
|
|
719
767
|
}
|
|
720
768
|
const BlockLabelOff$1 = forwardRef(BlockLabelOff);
|
|
721
|
-
const Icon$
|
|
769
|
+
const Icon$33 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
722
770
|
"path",
|
|
723
771
|
{
|
|
724
772
|
fill: "currentColor",
|
|
725
773
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
726
774
|
}
|
|
727
775
|
) });
|
|
728
|
-
const BaseSvgIcon$
|
|
776
|
+
const BaseSvgIcon$33 = createSvgIcon(Icon$33(), "BottomRow");
|
|
729
777
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
730
778
|
return /* @__PURE__ */ jsx(
|
|
731
|
-
BaseSvgIcon$
|
|
779
|
+
BaseSvgIcon$33,
|
|
732
780
|
{
|
|
733
781
|
ref,
|
|
734
782
|
viewBox: "0 0 24 24",
|
|
@@ -742,7 +790,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
742
790
|
);
|
|
743
791
|
}
|
|
744
792
|
const BottomRow$1 = forwardRef(BottomRow);
|
|
745
|
-
const Icon$
|
|
793
|
+
const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
746
794
|
"path",
|
|
747
795
|
{
|
|
748
796
|
fill: "currentColor",
|
|
@@ -751,10 +799,10 @@ const Icon$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
751
799
|
clipRule: "evenodd"
|
|
752
800
|
}
|
|
753
801
|
) });
|
|
754
|
-
const BaseSvgIcon$
|
|
802
|
+
const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "BulletPointAlt");
|
|
755
803
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
756
804
|
return /* @__PURE__ */ jsx(
|
|
757
|
-
BaseSvgIcon$
|
|
805
|
+
BaseSvgIcon$32,
|
|
758
806
|
{
|
|
759
807
|
ref,
|
|
760
808
|
viewBox: "0 0 24 24",
|
|
@@ -768,7 +816,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
|
768
816
|
);
|
|
769
817
|
}
|
|
770
818
|
const BulletPointAlt$1 = forwardRef(BulletPointAlt);
|
|
771
|
-
const Icon$
|
|
819
|
+
const Icon$31 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
772
820
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
|
|
773
821
|
/* @__PURE__ */ jsx(
|
|
774
822
|
"path",
|
|
@@ -780,10 +828,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
780
828
|
}
|
|
781
829
|
)
|
|
782
830
|
] });
|
|
783
|
-
const BaseSvgIcon$
|
|
831
|
+
const BaseSvgIcon$31 = createSvgIcon(Icon$31(), "BulletPointCheckedAlt");
|
|
784
832
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
785
833
|
return /* @__PURE__ */ jsx(
|
|
786
|
-
BaseSvgIcon$
|
|
834
|
+
BaseSvgIcon$31,
|
|
787
835
|
{
|
|
788
836
|
ref,
|
|
789
837
|
viewBox: "0 0 24 24",
|
|
@@ -797,7 +845,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
|
797
845
|
);
|
|
798
846
|
}
|
|
799
847
|
const BulletPointCheckedAlt$1 = forwardRef(BulletPointCheckedAlt);
|
|
800
|
-
const Icon$
|
|
848
|
+
const Icon$30 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
801
849
|
/* @__PURE__ */ jsx(
|
|
802
850
|
"path",
|
|
803
851
|
{
|
|
@@ -815,10 +863,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
815
863
|
}
|
|
816
864
|
)
|
|
817
865
|
] });
|
|
818
|
-
const BaseSvgIcon$
|
|
866
|
+
const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "Carto");
|
|
819
867
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
820
868
|
return /* @__PURE__ */ jsx(
|
|
821
|
-
BaseSvgIcon$
|
|
869
|
+
BaseSvgIcon$30,
|
|
822
870
|
{
|
|
823
871
|
ref,
|
|
824
872
|
viewBox: "0 0 24 24",
|
|
@@ -832,7 +880,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
832
880
|
);
|
|
833
881
|
}
|
|
834
882
|
const Carto$1 = forwardRef(Carto);
|
|
835
|
-
const Icon$
|
|
883
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
836
884
|
/* @__PURE__ */ jsx(
|
|
837
885
|
"path",
|
|
838
886
|
{
|
|
@@ -848,10 +896,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
848
896
|
}
|
|
849
897
|
)
|
|
850
898
|
] });
|
|
851
|
-
const BaseSvgIcon$
|
|
899
|
+
const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "CartoAi");
|
|
852
900
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
853
901
|
return /* @__PURE__ */ jsx(
|
|
854
|
-
BaseSvgIcon$
|
|
902
|
+
BaseSvgIcon$2$,
|
|
855
903
|
{
|
|
856
904
|
ref,
|
|
857
905
|
viewBox: "0 0 24 24",
|
|
@@ -865,7 +913,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
865
913
|
);
|
|
866
914
|
}
|
|
867
915
|
const CartoAi$1 = forwardRef(CartoAi);
|
|
868
|
-
const Icon$
|
|
916
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
869
917
|
/* @__PURE__ */ jsx(
|
|
870
918
|
"path",
|
|
871
919
|
{
|
|
@@ -883,10 +931,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
883
931
|
}
|
|
884
932
|
)
|
|
885
933
|
] });
|
|
886
|
-
const BaseSvgIcon$
|
|
934
|
+
const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "CartoSymbol");
|
|
887
935
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
888
936
|
return /* @__PURE__ */ jsx(
|
|
889
|
-
BaseSvgIcon$
|
|
937
|
+
BaseSvgIcon$2_,
|
|
890
938
|
{
|
|
891
939
|
ref,
|
|
892
940
|
viewBox: "0 0 24 24",
|
|
@@ -900,7 +948,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
900
948
|
);
|
|
901
949
|
}
|
|
902
950
|
const CartoSymbol$1 = forwardRef(CartoSymbol);
|
|
903
|
-
const Icon$
|
|
951
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
904
952
|
/* @__PURE__ */ jsxs(
|
|
905
953
|
"g",
|
|
906
954
|
{
|
|
@@ -916,10 +964,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
916
964
|
),
|
|
917
965
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
918
966
|
] });
|
|
919
|
-
const BaseSvgIcon$
|
|
967
|
+
const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "CatalogView");
|
|
920
968
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
921
969
|
return /* @__PURE__ */ jsx(
|
|
922
|
-
BaseSvgIcon$
|
|
970
|
+
BaseSvgIcon$2Z,
|
|
923
971
|
{
|
|
924
972
|
ref,
|
|
925
973
|
viewBox: "0 0 24 24",
|
|
@@ -933,7 +981,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
933
981
|
);
|
|
934
982
|
}
|
|
935
983
|
const CatalogView$1 = forwardRef(CatalogView);
|
|
936
|
-
const Icon$
|
|
984
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
937
985
|
/* @__PURE__ */ jsx(
|
|
938
986
|
"path",
|
|
939
987
|
{
|
|
@@ -953,10 +1001,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
953
1001
|
}
|
|
954
1002
|
)
|
|
955
1003
|
] });
|
|
956
|
-
const BaseSvgIcon$
|
|
1004
|
+
const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "CatastropheModeling");
|
|
957
1005
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
958
1006
|
return /* @__PURE__ */ jsx(
|
|
959
|
-
BaseSvgIcon$
|
|
1007
|
+
BaseSvgIcon$2Y,
|
|
960
1008
|
{
|
|
961
1009
|
ref,
|
|
962
1010
|
viewBox: "0 0 24 24",
|
|
@@ -970,7 +1018,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
970
1018
|
);
|
|
971
1019
|
}
|
|
972
1020
|
const CatastropheModeling$1 = forwardRef(CatastropheModeling);
|
|
973
|
-
const Icon$
|
|
1021
|
+
const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
974
1022
|
"path",
|
|
975
1023
|
{
|
|
976
1024
|
fill: "currentColor",
|
|
@@ -979,10 +1027,10 @@ const Icon$2V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
979
1027
|
clipRule: "evenodd"
|
|
980
1028
|
}
|
|
981
1029
|
) });
|
|
982
|
-
const BaseSvgIcon$
|
|
1030
|
+
const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "Center");
|
|
983
1031
|
function Center({ width, height, sx, ...props }, ref) {
|
|
984
1032
|
return /* @__PURE__ */ jsx(
|
|
985
|
-
BaseSvgIcon$
|
|
1033
|
+
BaseSvgIcon$2X,
|
|
986
1034
|
{
|
|
987
1035
|
ref,
|
|
988
1036
|
viewBox: "0 0 24 24",
|
|
@@ -996,7 +1044,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
996
1044
|
);
|
|
997
1045
|
}
|
|
998
1046
|
const Center$1 = forwardRef(Center);
|
|
999
|
-
const Icon$
|
|
1047
|
+
const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1000
1048
|
"path",
|
|
1001
1049
|
{
|
|
1002
1050
|
fill: "currentColor",
|
|
@@ -1005,10 +1053,10 @@ const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1005
1053
|
clipRule: "evenodd"
|
|
1006
1054
|
}
|
|
1007
1055
|
) });
|
|
1008
|
-
const BaseSvgIcon$
|
|
1056
|
+
const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "CenterLayer");
|
|
1009
1057
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
1010
1058
|
return /* @__PURE__ */ jsx(
|
|
1011
|
-
BaseSvgIcon$
|
|
1059
|
+
BaseSvgIcon$2W,
|
|
1012
1060
|
{
|
|
1013
1061
|
ref,
|
|
1014
1062
|
viewBox: "0 0 24 24",
|
|
@@ -1022,7 +1070,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
1022
1070
|
);
|
|
1023
1071
|
}
|
|
1024
1072
|
const CenterLayer$1 = forwardRef(CenterLayer);
|
|
1025
|
-
const Icon$
|
|
1073
|
+
const Icon$2V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1026
1074
|
"path",
|
|
1027
1075
|
{
|
|
1028
1076
|
fill: "currentColor",
|
|
@@ -1031,10 +1079,10 @@ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1031
1079
|
clipRule: "evenodd"
|
|
1032
1080
|
}
|
|
1033
1081
|
) });
|
|
1034
|
-
const BaseSvgIcon$
|
|
1082
|
+
const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "CloseDiagonallyLeft");
|
|
1035
1083
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
1036
1084
|
return /* @__PURE__ */ jsx(
|
|
1037
|
-
BaseSvgIcon$
|
|
1085
|
+
BaseSvgIcon$2V,
|
|
1038
1086
|
{
|
|
1039
1087
|
ref,
|
|
1040
1088
|
viewBox: "0 0 24 24",
|
|
@@ -1048,7 +1096,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
1048
1096
|
);
|
|
1049
1097
|
}
|
|
1050
1098
|
const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
|
|
1051
|
-
const Icon$
|
|
1099
|
+
const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1052
1100
|
"path",
|
|
1053
1101
|
{
|
|
1054
1102
|
fill: "currentColor",
|
|
@@ -1057,10 +1105,10 @@ const Icon$2S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1057
1105
|
clipRule: "evenodd"
|
|
1058
1106
|
}
|
|
1059
1107
|
) });
|
|
1060
|
-
const BaseSvgIcon$
|
|
1108
|
+
const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "CloseVertically");
|
|
1061
1109
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
1062
1110
|
return /* @__PURE__ */ jsx(
|
|
1063
|
-
BaseSvgIcon$
|
|
1111
|
+
BaseSvgIcon$2U,
|
|
1064
1112
|
{
|
|
1065
1113
|
ref,
|
|
1066
1114
|
viewBox: "0 0 24 24",
|
|
@@ -1074,7 +1122,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
1074
1122
|
);
|
|
1075
1123
|
}
|
|
1076
1124
|
const CloseVertically$1 = forwardRef(CloseVertically);
|
|
1077
|
-
const Icon$
|
|
1125
|
+
const Icon$2T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1078
1126
|
/* @__PURE__ */ jsx(
|
|
1079
1127
|
"path",
|
|
1080
1128
|
{
|
|
@@ -1090,10 +1138,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1090
1138
|
}
|
|
1091
1139
|
)
|
|
1092
1140
|
] });
|
|
1093
|
-
const BaseSvgIcon$
|
|
1141
|
+
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "CodeBlock");
|
|
1094
1142
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1095
1143
|
return /* @__PURE__ */ jsx(
|
|
1096
|
-
BaseSvgIcon$
|
|
1144
|
+
BaseSvgIcon$2T,
|
|
1097
1145
|
{
|
|
1098
1146
|
ref,
|
|
1099
1147
|
viewBox: "0 0 24 24",
|
|
@@ -1107,17 +1155,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
1107
1155
|
);
|
|
1108
1156
|
}
|
|
1109
1157
|
const CodeBlock$1 = forwardRef(CodeBlock);
|
|
1110
|
-
const Icon$
|
|
1158
|
+
const Icon$2S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1111
1159
|
"path",
|
|
1112
1160
|
{
|
|
1113
1161
|
fill: "currentColor",
|
|
1114
1162
|
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"
|
|
1115
1163
|
}
|
|
1116
1164
|
) });
|
|
1117
|
-
const BaseSvgIcon$
|
|
1165
|
+
const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "Comments");
|
|
1118
1166
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1119
1167
|
return /* @__PURE__ */ jsx(
|
|
1120
|
-
BaseSvgIcon$
|
|
1168
|
+
BaseSvgIcon$2S,
|
|
1121
1169
|
{
|
|
1122
1170
|
ref,
|
|
1123
1171
|
viewBox: "0 0 24 24",
|
|
@@ -1131,7 +1179,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
1131
1179
|
);
|
|
1132
1180
|
}
|
|
1133
1181
|
const Comments$1 = forwardRef(Comments);
|
|
1134
|
-
const Icon$
|
|
1182
|
+
const Icon$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1135
1183
|
"path",
|
|
1136
1184
|
{
|
|
1137
1185
|
fill: "currentColor",
|
|
@@ -1140,10 +1188,10 @@ const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1140
1188
|
clipRule: "evenodd"
|
|
1141
1189
|
}
|
|
1142
1190
|
) });
|
|
1143
|
-
const BaseSvgIcon$
|
|
1191
|
+
const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "Console");
|
|
1144
1192
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1145
1193
|
return /* @__PURE__ */ jsx(
|
|
1146
|
-
BaseSvgIcon$
|
|
1194
|
+
BaseSvgIcon$2R,
|
|
1147
1195
|
{
|
|
1148
1196
|
ref,
|
|
1149
1197
|
viewBox: "0 0 24 24",
|
|
@@ -1157,7 +1205,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
1157
1205
|
);
|
|
1158
1206
|
}
|
|
1159
1207
|
const Console$1 = forwardRef(Console);
|
|
1160
|
-
const Icon$
|
|
1208
|
+
const Icon$2Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1161
1209
|
"path",
|
|
1162
1210
|
{
|
|
1163
1211
|
fill: "currentColor",
|
|
@@ -1166,10 +1214,10 @@ const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1166
1214
|
clipRule: "evenodd"
|
|
1167
1215
|
}
|
|
1168
1216
|
) });
|
|
1169
|
-
const BaseSvgIcon$
|
|
1217
|
+
const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "Covid19");
|
|
1170
1218
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1171
1219
|
return /* @__PURE__ */ jsx(
|
|
1172
|
-
BaseSvgIcon$
|
|
1220
|
+
BaseSvgIcon$2Q,
|
|
1173
1221
|
{
|
|
1174
1222
|
ref,
|
|
1175
1223
|
viewBox: "0 0 24 24",
|
|
@@ -1183,7 +1231,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1183
1231
|
);
|
|
1184
1232
|
}
|
|
1185
1233
|
const Covid19$1 = forwardRef(Covid19);
|
|
1186
|
-
const Icon$
|
|
1234
|
+
const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1187
1235
|
"path",
|
|
1188
1236
|
{
|
|
1189
1237
|
fill: "currentColor",
|
|
@@ -1191,10 +1239,10 @@ const Icon$2N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1191
1239
|
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"
|
|
1192
1240
|
}
|
|
1193
1241
|
) });
|
|
1194
|
-
const BaseSvgIcon$
|
|
1242
|
+
const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "CreateFolder");
|
|
1195
1243
|
function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
1196
1244
|
return /* @__PURE__ */ jsx(
|
|
1197
|
-
BaseSvgIcon$
|
|
1245
|
+
BaseSvgIcon$2P,
|
|
1198
1246
|
{
|
|
1199
1247
|
ref,
|
|
1200
1248
|
viewBox: "0 0 24 24",
|
|
@@ -1208,7 +1256,7 @@ function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
|
1208
1256
|
);
|
|
1209
1257
|
}
|
|
1210
1258
|
const CreateFolder$1 = forwardRef(CreateFolder);
|
|
1211
|
-
const Icon$
|
|
1259
|
+
const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1212
1260
|
"path",
|
|
1213
1261
|
{
|
|
1214
1262
|
fill: "currentColor",
|
|
@@ -1217,10 +1265,10 @@ const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1217
1265
|
clipRule: "evenodd"
|
|
1218
1266
|
}
|
|
1219
1267
|
) });
|
|
1220
|
-
const BaseSvgIcon$
|
|
1268
|
+
const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "CreateMap");
|
|
1221
1269
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1222
1270
|
return /* @__PURE__ */ jsx(
|
|
1223
|
-
BaseSvgIcon$
|
|
1271
|
+
BaseSvgIcon$2O,
|
|
1224
1272
|
{
|
|
1225
1273
|
ref,
|
|
1226
1274
|
viewBox: "0 0 24 24",
|
|
@@ -1234,17 +1282,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1234
1282
|
);
|
|
1235
1283
|
}
|
|
1236
1284
|
const CreateMap$1 = forwardRef(CreateMap);
|
|
1237
|
-
const Icon$
|
|
1285
|
+
const Icon$2N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1238
1286
|
"path",
|
|
1239
1287
|
{
|
|
1240
1288
|
fill: "currentColor",
|
|
1241
1289
|
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"
|
|
1242
1290
|
}
|
|
1243
1291
|
) });
|
|
1244
|
-
const BaseSvgIcon$
|
|
1292
|
+
const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "CreateSpatialAnalysis");
|
|
1245
1293
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1246
1294
|
return /* @__PURE__ */ jsx(
|
|
1247
|
-
BaseSvgIcon$
|
|
1295
|
+
BaseSvgIcon$2N,
|
|
1248
1296
|
{
|
|
1249
1297
|
ref,
|
|
1250
1298
|
viewBox: "0 0 24 24",
|
|
@@ -1258,7 +1306,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1258
1306
|
);
|
|
1259
1307
|
}
|
|
1260
1308
|
const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
|
|
1261
|
-
const Icon$
|
|
1309
|
+
const Icon$2M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1262
1310
|
/* @__PURE__ */ jsx(
|
|
1263
1311
|
"path",
|
|
1264
1312
|
{
|
|
@@ -1276,10 +1324,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1276
1324
|
}
|
|
1277
1325
|
)
|
|
1278
1326
|
] });
|
|
1279
|
-
const BaseSvgIcon$
|
|
1327
|
+
const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "CreateTileset");
|
|
1280
1328
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1281
1329
|
return /* @__PURE__ */ jsx(
|
|
1282
|
-
BaseSvgIcon$
|
|
1330
|
+
BaseSvgIcon$2M,
|
|
1283
1331
|
{
|
|
1284
1332
|
ref,
|
|
1285
1333
|
viewBox: "0 0 24 24",
|
|
@@ -1293,7 +1341,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1293
1341
|
);
|
|
1294
1342
|
}
|
|
1295
1343
|
const CreateTileset$1 = forwardRef(CreateTileset);
|
|
1296
|
-
const Icon$
|
|
1344
|
+
const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1297
1345
|
"path",
|
|
1298
1346
|
{
|
|
1299
1347
|
fill: "currentColor",
|
|
@@ -1302,10 +1350,10 @@ const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1302
1350
|
clipRule: "evenodd"
|
|
1303
1351
|
}
|
|
1304
1352
|
) });
|
|
1305
|
-
const BaseSvgIcon$
|
|
1353
|
+
const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "CreateWorkflow");
|
|
1306
1354
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1307
1355
|
return /* @__PURE__ */ jsx(
|
|
1308
|
-
BaseSvgIcon$
|
|
1356
|
+
BaseSvgIcon$2L,
|
|
1309
1357
|
{
|
|
1310
1358
|
ref,
|
|
1311
1359
|
viewBox: "0 0 24 24",
|
|
@@ -1319,7 +1367,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1319
1367
|
);
|
|
1320
1368
|
}
|
|
1321
1369
|
const CreateWorkflow$1 = forwardRef(CreateWorkflow);
|
|
1322
|
-
const Icon$
|
|
1370
|
+
const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1323
1371
|
"path",
|
|
1324
1372
|
{
|
|
1325
1373
|
fill: "currentColor",
|
|
@@ -1328,10 +1376,10 @@ const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1328
1376
|
clipRule: "evenodd"
|
|
1329
1377
|
}
|
|
1330
1378
|
) });
|
|
1331
|
-
const BaseSvgIcon$
|
|
1379
|
+
const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "Data");
|
|
1332
1380
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1333
1381
|
return /* @__PURE__ */ jsx(
|
|
1334
|
-
BaseSvgIcon$
|
|
1382
|
+
BaseSvgIcon$2K,
|
|
1335
1383
|
{
|
|
1336
1384
|
ref,
|
|
1337
1385
|
viewBox: "0 0 24 24",
|
|
@@ -1345,7 +1393,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1345
1393
|
);
|
|
1346
1394
|
}
|
|
1347
1395
|
const Data$1 = forwardRef(Data);
|
|
1348
|
-
const Icon$
|
|
1396
|
+
const Icon$2J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1349
1397
|
/* @__PURE__ */ jsx(
|
|
1350
1398
|
"path",
|
|
1351
1399
|
{
|
|
@@ -1365,10 +1413,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1365
1413
|
}
|
|
1366
1414
|
)
|
|
1367
1415
|
] });
|
|
1368
|
-
const BaseSvgIcon$
|
|
1416
|
+
const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "DataAccess");
|
|
1369
1417
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1370
1418
|
return /* @__PURE__ */ jsx(
|
|
1371
|
-
BaseSvgIcon$
|
|
1419
|
+
BaseSvgIcon$2J,
|
|
1372
1420
|
{
|
|
1373
1421
|
ref,
|
|
1374
1422
|
viewBox: "0 0 24 24",
|
|
@@ -1382,7 +1430,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1382
1430
|
);
|
|
1383
1431
|
}
|
|
1384
1432
|
const DataAccess$1 = forwardRef(DataAccess);
|
|
1385
|
-
const Icon$
|
|
1433
|
+
const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1386
1434
|
/* @__PURE__ */ jsx(
|
|
1387
1435
|
"path",
|
|
1388
1436
|
{
|
|
@@ -1402,10 +1450,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1402
1450
|
}
|
|
1403
1451
|
)
|
|
1404
1452
|
] });
|
|
1405
|
-
const BaseSvgIcon$
|
|
1453
|
+
const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "DataExplorer");
|
|
1406
1454
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1407
1455
|
return /* @__PURE__ */ jsx(
|
|
1408
|
-
BaseSvgIcon$
|
|
1456
|
+
BaseSvgIcon$2I,
|
|
1409
1457
|
{
|
|
1410
1458
|
ref,
|
|
1411
1459
|
viewBox: "0 0 24 24",
|
|
@@ -1419,7 +1467,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1419
1467
|
);
|
|
1420
1468
|
}
|
|
1421
1469
|
const DataExplorer$1 = forwardRef(DataExplorer);
|
|
1422
|
-
const Icon$
|
|
1470
|
+
const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1423
1471
|
/* @__PURE__ */ jsx(
|
|
1424
1472
|
"path",
|
|
1425
1473
|
{
|
|
@@ -1439,10 +1487,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1439
1487
|
}
|
|
1440
1488
|
)
|
|
1441
1489
|
] });
|
|
1442
|
-
const BaseSvgIcon$
|
|
1490
|
+
const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "DataFilter");
|
|
1443
1491
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1444
1492
|
return /* @__PURE__ */ jsx(
|
|
1445
|
-
BaseSvgIcon$
|
|
1493
|
+
BaseSvgIcon$2H,
|
|
1446
1494
|
{
|
|
1447
1495
|
ref,
|
|
1448
1496
|
viewBox: "0 0 24 24",
|
|
@@ -1456,7 +1504,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1456
1504
|
);
|
|
1457
1505
|
}
|
|
1458
1506
|
const DataFilter$1 = forwardRef(DataFilter);
|
|
1459
|
-
const Icon$
|
|
1507
|
+
const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1460
1508
|
/* @__PURE__ */ jsx(
|
|
1461
1509
|
"path",
|
|
1462
1510
|
{
|
|
@@ -1474,10 +1522,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1474
1522
|
}
|
|
1475
1523
|
)
|
|
1476
1524
|
] });
|
|
1477
|
-
const BaseSvgIcon$
|
|
1525
|
+
const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "DataMonetization");
|
|
1478
1526
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1479
1527
|
return /* @__PURE__ */ jsx(
|
|
1480
|
-
BaseSvgIcon$
|
|
1528
|
+
BaseSvgIcon$2G,
|
|
1481
1529
|
{
|
|
1482
1530
|
ref,
|
|
1483
1531
|
viewBox: "0 0 24 24",
|
|
@@ -1491,7 +1539,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1491
1539
|
);
|
|
1492
1540
|
}
|
|
1493
1541
|
const DataMonetization$1 = forwardRef(DataMonetization);
|
|
1494
|
-
const Icon$
|
|
1542
|
+
const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1495
1543
|
"path",
|
|
1496
1544
|
{
|
|
1497
1545
|
fill: "currentColor",
|
|
@@ -1500,10 +1548,10 @@ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1500
1548
|
clipRule: "evenodd"
|
|
1501
1549
|
}
|
|
1502
1550
|
) });
|
|
1503
|
-
const BaseSvgIcon$
|
|
1551
|
+
const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "DataObservatory");
|
|
1504
1552
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1505
1553
|
return /* @__PURE__ */ jsx(
|
|
1506
|
-
BaseSvgIcon$
|
|
1554
|
+
BaseSvgIcon$2F,
|
|
1507
1555
|
{
|
|
1508
1556
|
ref,
|
|
1509
1557
|
viewBox: "0 0 24 24",
|
|
@@ -1517,7 +1565,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1517
1565
|
);
|
|
1518
1566
|
}
|
|
1519
1567
|
const DataObservatory$1 = forwardRef(DataObservatory);
|
|
1520
|
-
const Icon$
|
|
1568
|
+
const Icon$2E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1521
1569
|
/* @__PURE__ */ jsx(
|
|
1522
1570
|
"path",
|
|
1523
1571
|
{
|
|
@@ -1535,10 +1583,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1535
1583
|
}
|
|
1536
1584
|
)
|
|
1537
1585
|
] });
|
|
1538
|
-
const BaseSvgIcon$
|
|
1586
|
+
const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "DataOk");
|
|
1539
1587
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1540
1588
|
return /* @__PURE__ */ jsx(
|
|
1541
|
-
BaseSvgIcon$
|
|
1589
|
+
BaseSvgIcon$2E,
|
|
1542
1590
|
{
|
|
1543
1591
|
ref,
|
|
1544
1592
|
viewBox: "0 0 24 24",
|
|
@@ -1552,7 +1600,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1552
1600
|
);
|
|
1553
1601
|
}
|
|
1554
1602
|
const DataOk$1 = forwardRef(DataOk);
|
|
1555
|
-
const Icon$
|
|
1603
|
+
const Icon$2D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1556
1604
|
/* @__PURE__ */ jsx(
|
|
1557
1605
|
"path",
|
|
1558
1606
|
{
|
|
@@ -1572,10 +1620,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1572
1620
|
}
|
|
1573
1621
|
)
|
|
1574
1622
|
] });
|
|
1575
|
-
const BaseSvgIcon$
|
|
1623
|
+
const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "DataPending");
|
|
1576
1624
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1577
1625
|
return /* @__PURE__ */ jsx(
|
|
1578
|
-
BaseSvgIcon$
|
|
1626
|
+
BaseSvgIcon$2D,
|
|
1579
1627
|
{
|
|
1580
1628
|
ref,
|
|
1581
1629
|
viewBox: "0 0 24 24",
|
|
@@ -1589,7 +1637,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1589
1637
|
);
|
|
1590
1638
|
}
|
|
1591
1639
|
const DataPending$1 = forwardRef(DataPending);
|
|
1592
|
-
const Icon$
|
|
1640
|
+
const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1593
1641
|
/* @__PURE__ */ jsx(
|
|
1594
1642
|
"path",
|
|
1595
1643
|
{
|
|
@@ -1607,10 +1655,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1607
1655
|
}
|
|
1608
1656
|
)
|
|
1609
1657
|
] });
|
|
1610
|
-
const BaseSvgIcon$
|
|
1658
|
+
const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "DataPremium");
|
|
1611
1659
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1612
1660
|
return /* @__PURE__ */ jsx(
|
|
1613
|
-
BaseSvgIcon$
|
|
1661
|
+
BaseSvgIcon$2C,
|
|
1614
1662
|
{
|
|
1615
1663
|
ref,
|
|
1616
1664
|
viewBox: "0 0 24 24",
|
|
@@ -1624,7 +1672,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1624
1672
|
);
|
|
1625
1673
|
}
|
|
1626
1674
|
const DataPremium$1 = forwardRef(DataPremium);
|
|
1627
|
-
const Icon$
|
|
1675
|
+
const Icon$2B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1628
1676
|
/* @__PURE__ */ jsx(
|
|
1629
1677
|
"path",
|
|
1630
1678
|
{
|
|
@@ -1644,10 +1692,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1644
1692
|
}
|
|
1645
1693
|
)
|
|
1646
1694
|
] });
|
|
1647
|
-
const BaseSvgIcon$
|
|
1695
|
+
const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "DataPublic");
|
|
1648
1696
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1649
1697
|
return /* @__PURE__ */ jsx(
|
|
1650
|
-
BaseSvgIcon$
|
|
1698
|
+
BaseSvgIcon$2B,
|
|
1651
1699
|
{
|
|
1652
1700
|
ref,
|
|
1653
1701
|
viewBox: "0 0 24 24",
|
|
@@ -1661,7 +1709,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1661
1709
|
);
|
|
1662
1710
|
}
|
|
1663
1711
|
const DataPublic$1 = forwardRef(DataPublic);
|
|
1664
|
-
const Icon$
|
|
1712
|
+
const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1665
1713
|
/* @__PURE__ */ jsx(
|
|
1666
1714
|
"path",
|
|
1667
1715
|
{
|
|
@@ -1681,10 +1729,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1681
1729
|
}
|
|
1682
1730
|
)
|
|
1683
1731
|
] });
|
|
1684
|
-
const BaseSvgIcon$
|
|
1732
|
+
const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "DataSample");
|
|
1685
1733
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1686
1734
|
return /* @__PURE__ */ jsx(
|
|
1687
|
-
BaseSvgIcon$
|
|
1735
|
+
BaseSvgIcon$2A,
|
|
1688
1736
|
{
|
|
1689
1737
|
ref,
|
|
1690
1738
|
viewBox: "0 0 24 24",
|
|
@@ -1698,7 +1746,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1698
1746
|
);
|
|
1699
1747
|
}
|
|
1700
1748
|
const DataSample$1 = forwardRef(DataSample);
|
|
1701
|
-
const Icon$
|
|
1749
|
+
const Icon$2z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1702
1750
|
"path",
|
|
1703
1751
|
{
|
|
1704
1752
|
fill: "currentColor",
|
|
@@ -1707,10 +1755,10 @@ const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1707
1755
|
clipRule: "evenodd"
|
|
1708
1756
|
}
|
|
1709
1757
|
) });
|
|
1710
|
-
const BaseSvgIcon$
|
|
1758
|
+
const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "DataUnavailable");
|
|
1711
1759
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1712
1760
|
return /* @__PURE__ */ jsx(
|
|
1713
|
-
BaseSvgIcon$
|
|
1761
|
+
BaseSvgIcon$2z,
|
|
1714
1762
|
{
|
|
1715
1763
|
ref,
|
|
1716
1764
|
viewBox: "0 0 24 24",
|
|
@@ -1724,7 +1772,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1724
1772
|
);
|
|
1725
1773
|
}
|
|
1726
1774
|
const DataUnavailable$1 = forwardRef(DataUnavailable);
|
|
1727
|
-
const Icon$
|
|
1775
|
+
const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1728
1776
|
"path",
|
|
1729
1777
|
{
|
|
1730
1778
|
fill: "currentColor",
|
|
@@ -1733,10 +1781,10 @@ const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1733
1781
|
clipRule: "evenodd"
|
|
1734
1782
|
}
|
|
1735
1783
|
) });
|
|
1736
|
-
const BaseSvgIcon$
|
|
1784
|
+
const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "Databricks");
|
|
1737
1785
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1738
1786
|
return /* @__PURE__ */ jsx(
|
|
1739
|
-
BaseSvgIcon$
|
|
1787
|
+
BaseSvgIcon$2y,
|
|
1740
1788
|
{
|
|
1741
1789
|
ref,
|
|
1742
1790
|
viewBox: "0 0 24 24",
|
|
@@ -1750,7 +1798,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1750
1798
|
);
|
|
1751
1799
|
}
|
|
1752
1800
|
const Databricks$1 = forwardRef(Databricks);
|
|
1753
|
-
const Icon$
|
|
1801
|
+
const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1754
1802
|
"path",
|
|
1755
1803
|
{
|
|
1756
1804
|
fill: "currentColor",
|
|
@@ -1759,10 +1807,10 @@ const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1759
1807
|
clipRule: "evenodd"
|
|
1760
1808
|
}
|
|
1761
1809
|
) });
|
|
1762
|
-
const BaseSvgIcon$
|
|
1810
|
+
const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "Demographics");
|
|
1763
1811
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1764
1812
|
return /* @__PURE__ */ jsx(
|
|
1765
|
-
BaseSvgIcon$
|
|
1813
|
+
BaseSvgIcon$2x,
|
|
1766
1814
|
{
|
|
1767
1815
|
ref,
|
|
1768
1816
|
viewBox: "0 0 24 24",
|
|
@@ -1776,7 +1824,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1776
1824
|
);
|
|
1777
1825
|
}
|
|
1778
1826
|
const Demographics$1 = forwardRef(Demographics);
|
|
1779
|
-
const Icon$
|
|
1827
|
+
const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1780
1828
|
"path",
|
|
1781
1829
|
{
|
|
1782
1830
|
fill: "currentColor",
|
|
@@ -1785,10 +1833,10 @@ const Icon$2u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1785
1833
|
clipRule: "evenodd"
|
|
1786
1834
|
}
|
|
1787
1835
|
) });
|
|
1788
|
-
const BaseSvgIcon$
|
|
1836
|
+
const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "Derived");
|
|
1789
1837
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1790
1838
|
return /* @__PURE__ */ jsx(
|
|
1791
|
-
BaseSvgIcon$
|
|
1839
|
+
BaseSvgIcon$2w,
|
|
1792
1840
|
{
|
|
1793
1841
|
ref,
|
|
1794
1842
|
viewBox: "0 0 24 24",
|
|
@@ -1802,7 +1850,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1802
1850
|
);
|
|
1803
1851
|
}
|
|
1804
1852
|
const Derived$1 = forwardRef(Derived);
|
|
1805
|
-
const Icon$
|
|
1853
|
+
const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1806
1854
|
"path",
|
|
1807
1855
|
{
|
|
1808
1856
|
fill: "currentColor",
|
|
@@ -1811,10 +1859,10 @@ const Icon$2t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1811
1859
|
clipRule: "evenodd"
|
|
1812
1860
|
}
|
|
1813
1861
|
) });
|
|
1814
|
-
const BaseSvgIcon$
|
|
1862
|
+
const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "Distance");
|
|
1815
1863
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1816
1864
|
return /* @__PURE__ */ jsx(
|
|
1817
|
-
BaseSvgIcon$
|
|
1865
|
+
BaseSvgIcon$2v,
|
|
1818
1866
|
{
|
|
1819
1867
|
ref,
|
|
1820
1868
|
viewBox: "0 0 24 24",
|
|
@@ -1828,11 +1876,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1828
1876
|
);
|
|
1829
1877
|
}
|
|
1830
1878
|
const Distance$1 = forwardRef(Distance);
|
|
1831
|
-
const Icon$
|
|
1832
|
-
const BaseSvgIcon$
|
|
1879
|
+
const Icon$2u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1880
|
+
const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "Dot");
|
|
1833
1881
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1834
1882
|
return /* @__PURE__ */ jsx(
|
|
1835
|
-
BaseSvgIcon$
|
|
1883
|
+
BaseSvgIcon$2u,
|
|
1836
1884
|
{
|
|
1837
1885
|
ref,
|
|
1838
1886
|
viewBox: "0 0 24 24",
|
|
@@ -1846,7 +1894,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1846
1894
|
);
|
|
1847
1895
|
}
|
|
1848
1896
|
const Dot$1 = forwardRef(Dot);
|
|
1849
|
-
const Icon$
|
|
1897
|
+
const Icon$2t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1850
1898
|
"path",
|
|
1851
1899
|
{
|
|
1852
1900
|
fill: "currentColor",
|
|
@@ -1855,10 +1903,10 @@ const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1855
1903
|
clipRule: "evenodd"
|
|
1856
1904
|
}
|
|
1857
1905
|
) });
|
|
1858
|
-
const BaseSvgIcon$
|
|
1906
|
+
const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "DrawCircle");
|
|
1859
1907
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1860
1908
|
return /* @__PURE__ */ jsx(
|
|
1861
|
-
BaseSvgIcon$
|
|
1909
|
+
BaseSvgIcon$2t,
|
|
1862
1910
|
{
|
|
1863
1911
|
ref,
|
|
1864
1912
|
viewBox: "0 0 24 24",
|
|
@@ -1872,7 +1920,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1872
1920
|
);
|
|
1873
1921
|
}
|
|
1874
1922
|
const DrawCircle$1 = forwardRef(DrawCircle);
|
|
1875
|
-
const Icon$
|
|
1923
|
+
const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1876
1924
|
"path",
|
|
1877
1925
|
{
|
|
1878
1926
|
fill: "currentColor",
|
|
@@ -1881,10 +1929,10 @@ const Icon$2q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1881
1929
|
clipRule: "evenodd"
|
|
1882
1930
|
}
|
|
1883
1931
|
) });
|
|
1884
|
-
const BaseSvgIcon$
|
|
1932
|
+
const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "DrawLasso");
|
|
1885
1933
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1886
1934
|
return /* @__PURE__ */ jsx(
|
|
1887
|
-
BaseSvgIcon$
|
|
1935
|
+
BaseSvgIcon$2s,
|
|
1888
1936
|
{
|
|
1889
1937
|
ref,
|
|
1890
1938
|
viewBox: "0 0 24 24",
|
|
@@ -1898,17 +1946,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1898
1946
|
);
|
|
1899
1947
|
}
|
|
1900
1948
|
const DrawLasso$1 = forwardRef(DrawLasso);
|
|
1901
|
-
const Icon$
|
|
1949
|
+
const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1902
1950
|
"path",
|
|
1903
1951
|
{
|
|
1904
1952
|
fill: "currentColor",
|
|
1905
1953
|
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"
|
|
1906
1954
|
}
|
|
1907
1955
|
) });
|
|
1908
|
-
const BaseSvgIcon$
|
|
1956
|
+
const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "DrawLine");
|
|
1909
1957
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1910
1958
|
return /* @__PURE__ */ jsx(
|
|
1911
|
-
BaseSvgIcon$
|
|
1959
|
+
BaseSvgIcon$2r,
|
|
1912
1960
|
{
|
|
1913
1961
|
ref,
|
|
1914
1962
|
viewBox: "0 0 24 24",
|
|
@@ -1922,7 +1970,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1922
1970
|
);
|
|
1923
1971
|
}
|
|
1924
1972
|
const DrawLine$1 = forwardRef(DrawLine);
|
|
1925
|
-
const Icon$
|
|
1973
|
+
const Icon$2q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1926
1974
|
"path",
|
|
1927
1975
|
{
|
|
1928
1976
|
fill: "currentColor",
|
|
@@ -1931,10 +1979,10 @@ const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1931
1979
|
clipRule: "evenodd"
|
|
1932
1980
|
}
|
|
1933
1981
|
) });
|
|
1934
|
-
const BaseSvgIcon$
|
|
1982
|
+
const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DrawPolygon");
|
|
1935
1983
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1936
1984
|
return /* @__PURE__ */ jsx(
|
|
1937
|
-
BaseSvgIcon$
|
|
1985
|
+
BaseSvgIcon$2q,
|
|
1938
1986
|
{
|
|
1939
1987
|
ref,
|
|
1940
1988
|
viewBox: "0 0 24 24",
|
|
@@ -1948,7 +1996,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1948
1996
|
);
|
|
1949
1997
|
}
|
|
1950
1998
|
const DrawPolygon$1 = forwardRef(DrawPolygon);
|
|
1951
|
-
const Icon$
|
|
1999
|
+
const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1952
2000
|
"path",
|
|
1953
2001
|
{
|
|
1954
2002
|
fill: "currentColor",
|
|
@@ -1957,10 +2005,10 @@ const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1957
2005
|
clipRule: "evenodd"
|
|
1958
2006
|
}
|
|
1959
2007
|
) });
|
|
1960
|
-
const BaseSvgIcon$
|
|
2008
|
+
const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DrawSquare");
|
|
1961
2009
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1962
2010
|
return /* @__PURE__ */ jsx(
|
|
1963
|
-
BaseSvgIcon$
|
|
2011
|
+
BaseSvgIcon$2p,
|
|
1964
2012
|
{
|
|
1965
2013
|
ref,
|
|
1966
2014
|
viewBox: "0 0 24 24",
|
|
@@ -1974,7 +2022,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1974
2022
|
);
|
|
1975
2023
|
}
|
|
1976
2024
|
const DrawSquare$1 = forwardRef(DrawSquare);
|
|
1977
|
-
const Icon$
|
|
2025
|
+
const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1978
2026
|
/* @__PURE__ */ jsx(
|
|
1979
2027
|
"path",
|
|
1980
2028
|
{
|
|
@@ -1992,10 +2040,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1992
2040
|
}
|
|
1993
2041
|
)
|
|
1994
2042
|
] });
|
|
1995
|
-
const BaseSvgIcon$
|
|
2043
|
+
const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "DropAPin");
|
|
1996
2044
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1997
2045
|
return /* @__PURE__ */ jsx(
|
|
1998
|
-
BaseSvgIcon$
|
|
2046
|
+
BaseSvgIcon$2o,
|
|
1999
2047
|
{
|
|
2000
2048
|
ref,
|
|
2001
2049
|
viewBox: "0 0 24 24",
|
|
@@ -2009,7 +2057,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
2009
2057
|
);
|
|
2010
2058
|
}
|
|
2011
2059
|
const DropAPin$1 = forwardRef(DropAPin);
|
|
2012
|
-
const Icon$
|
|
2060
|
+
const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2013
2061
|
"path",
|
|
2014
2062
|
{
|
|
2015
2063
|
fill: "currentColor",
|
|
@@ -2018,10 +2066,10 @@ const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2018
2066
|
clipRule: "evenodd"
|
|
2019
2067
|
}
|
|
2020
2068
|
) });
|
|
2021
|
-
const BaseSvgIcon$
|
|
2069
|
+
const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "DualMap");
|
|
2022
2070
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
2023
2071
|
return /* @__PURE__ */ jsx(
|
|
2024
|
-
BaseSvgIcon$
|
|
2072
|
+
BaseSvgIcon$2n,
|
|
2025
2073
|
{
|
|
2026
2074
|
ref,
|
|
2027
2075
|
viewBox: "0 0 24 24",
|
|
@@ -2035,7 +2083,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
2035
2083
|
);
|
|
2036
2084
|
}
|
|
2037
2085
|
const DualMap$1 = forwardRef(DualMap);
|
|
2038
|
-
const Icon$
|
|
2086
|
+
const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2039
2087
|
"path",
|
|
2040
2088
|
{
|
|
2041
2089
|
fill: "currentColor",
|
|
@@ -2044,10 +2092,10 @@ const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2044
2092
|
clipRule: "evenodd"
|
|
2045
2093
|
}
|
|
2046
2094
|
) });
|
|
2047
|
-
const BaseSvgIcon$
|
|
2095
|
+
const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "Environmental");
|
|
2048
2096
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
2049
2097
|
return /* @__PURE__ */ jsx(
|
|
2050
|
-
BaseSvgIcon$
|
|
2098
|
+
BaseSvgIcon$2m,
|
|
2051
2099
|
{
|
|
2052
2100
|
ref,
|
|
2053
2101
|
viewBox: "0 0 24 24",
|
|
@@ -2061,7 +2109,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
2061
2109
|
);
|
|
2062
2110
|
}
|
|
2063
2111
|
const Environmental$1 = forwardRef(Environmental);
|
|
2064
|
-
const Icon$
|
|
2112
|
+
const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2065
2113
|
"path",
|
|
2066
2114
|
{
|
|
2067
2115
|
fill: "currentColor",
|
|
@@ -2070,10 +2118,10 @@ const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2070
2118
|
clipRule: "evenodd"
|
|
2071
2119
|
}
|
|
2072
2120
|
) });
|
|
2073
|
-
const BaseSvgIcon$
|
|
2121
|
+
const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "EnvironmentalManagement");
|
|
2074
2122
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
2075
2123
|
return /* @__PURE__ */ jsx(
|
|
2076
|
-
BaseSvgIcon$
|
|
2124
|
+
BaseSvgIcon$2l,
|
|
2077
2125
|
{
|
|
2078
2126
|
ref,
|
|
2079
2127
|
viewBox: "0 0 24 24",
|
|
@@ -2087,11 +2135,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
2087
2135
|
);
|
|
2088
2136
|
}
|
|
2089
2137
|
const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
|
|
2090
|
-
const Icon$
|
|
2091
|
-
const BaseSvgIcon$
|
|
2138
|
+
const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
2139
|
+
const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "Equal");
|
|
2092
2140
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
2093
2141
|
return /* @__PURE__ */ jsx(
|
|
2094
|
-
BaseSvgIcon$
|
|
2142
|
+
BaseSvgIcon$2k,
|
|
2095
2143
|
{
|
|
2096
2144
|
ref,
|
|
2097
2145
|
viewBox: "0 0 24 24",
|
|
@@ -2105,7 +2153,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2105
2153
|
);
|
|
2106
2154
|
}
|
|
2107
2155
|
const Equal$1 = forwardRef(Equal);
|
|
2108
|
-
const Icon$
|
|
2156
|
+
const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2109
2157
|
"path",
|
|
2110
2158
|
{
|
|
2111
2159
|
fill: "currentColor",
|
|
@@ -2114,10 +2162,10 @@ const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2114
2162
|
clipRule: "evenodd"
|
|
2115
2163
|
}
|
|
2116
2164
|
) });
|
|
2117
|
-
const BaseSvgIcon$
|
|
2165
|
+
const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "ExitToAppLeft");
|
|
2118
2166
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2119
2167
|
return /* @__PURE__ */ jsx(
|
|
2120
|
-
BaseSvgIcon$
|
|
2168
|
+
BaseSvgIcon$2j,
|
|
2121
2169
|
{
|
|
2122
2170
|
ref,
|
|
2123
2171
|
viewBox: "0 0 24 24",
|
|
@@ -2131,7 +2179,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2131
2179
|
);
|
|
2132
2180
|
}
|
|
2133
2181
|
const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
|
|
2134
|
-
const Icon$
|
|
2182
|
+
const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2135
2183
|
"path",
|
|
2136
2184
|
{
|
|
2137
2185
|
fill: "currentColor",
|
|
@@ -2140,10 +2188,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2140
2188
|
clipRule: "evenodd"
|
|
2141
2189
|
}
|
|
2142
2190
|
) });
|
|
2143
|
-
const BaseSvgIcon$
|
|
2191
|
+
const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "Fabric");
|
|
2144
2192
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2145
2193
|
return /* @__PURE__ */ jsx(
|
|
2146
|
-
BaseSvgIcon$
|
|
2194
|
+
BaseSvgIcon$2i,
|
|
2147
2195
|
{
|
|
2148
2196
|
ref,
|
|
2149
2197
|
viewBox: "0 0 24 24",
|
|
@@ -2157,7 +2205,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2157
2205
|
);
|
|
2158
2206
|
}
|
|
2159
2207
|
const Fabric$1 = forwardRef(Fabric);
|
|
2160
|
-
const Icon$
|
|
2208
|
+
const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2161
2209
|
"path",
|
|
2162
2210
|
{
|
|
2163
2211
|
fill: "currentColor",
|
|
@@ -2166,10 +2214,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2166
2214
|
clipRule: "evenodd"
|
|
2167
2215
|
}
|
|
2168
2216
|
) });
|
|
2169
|
-
const BaseSvgIcon$
|
|
2217
|
+
const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "Facebook");
|
|
2170
2218
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2171
2219
|
return /* @__PURE__ */ jsx(
|
|
2172
|
-
BaseSvgIcon$
|
|
2220
|
+
BaseSvgIcon$2h,
|
|
2173
2221
|
{
|
|
2174
2222
|
ref,
|
|
2175
2223
|
viewBox: "0 0 24 24",
|
|
@@ -2183,6 +2231,61 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2183
2231
|
);
|
|
2184
2232
|
}
|
|
2185
2233
|
const Facebook$1 = forwardRef(Facebook);
|
|
2234
|
+
const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2235
|
+
"path",
|
|
2236
|
+
{
|
|
2237
|
+
fill: "currentColor",
|
|
2238
|
+
fillRule: "evenodd",
|
|
2239
|
+
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",
|
|
2240
|
+
clipRule: "evenodd"
|
|
2241
|
+
}
|
|
2242
|
+
) });
|
|
2243
|
+
const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "FilterCircle");
|
|
2244
|
+
function FilterCircle({ width, height, sx, ...props }, ref) {
|
|
2245
|
+
return /* @__PURE__ */ jsx(
|
|
2246
|
+
BaseSvgIcon$2g,
|
|
2247
|
+
{
|
|
2248
|
+
ref,
|
|
2249
|
+
viewBox: "0 0 24 24",
|
|
2250
|
+
sx: {
|
|
2251
|
+
width,
|
|
2252
|
+
height: height || width,
|
|
2253
|
+
...sx
|
|
2254
|
+
},
|
|
2255
|
+
...props
|
|
2256
|
+
}
|
|
2257
|
+
);
|
|
2258
|
+
}
|
|
2259
|
+
const FilterCircle$1 = forwardRef(FilterCircle);
|
|
2260
|
+
const Icon$2f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2261
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M14 16h-4v-2h4zM16 13H8v-2h8zM17 10H7V8h10z" }),
|
|
2262
|
+
/* @__PURE__ */ jsx(
|
|
2263
|
+
"path",
|
|
2264
|
+
{
|
|
2265
|
+
fill: "currentColor",
|
|
2266
|
+
fillRule: "evenodd",
|
|
2267
|
+
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",
|
|
2268
|
+
clipRule: "evenodd"
|
|
2269
|
+
}
|
|
2270
|
+
)
|
|
2271
|
+
] });
|
|
2272
|
+
const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "FilterCircleOutlined");
|
|
2273
|
+
function FilterCircleOutlined({ width, height, sx, ...props }, ref) {
|
|
2274
|
+
return /* @__PURE__ */ jsx(
|
|
2275
|
+
BaseSvgIcon$2f,
|
|
2276
|
+
{
|
|
2277
|
+
ref,
|
|
2278
|
+
viewBox: "0 0 24 24",
|
|
2279
|
+
sx: {
|
|
2280
|
+
width,
|
|
2281
|
+
height: height || width,
|
|
2282
|
+
...sx
|
|
2283
|
+
},
|
|
2284
|
+
...props
|
|
2285
|
+
}
|
|
2286
|
+
);
|
|
2287
|
+
}
|
|
2288
|
+
const FilterCircleOutlined$1 = forwardRef(FilterCircleOutlined);
|
|
2186
2289
|
const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2187
2290
|
"path",
|
|
2188
2291
|
{
|
|
@@ -2233,30 +2336,13 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2233
2336
|
);
|
|
2234
2337
|
}
|
|
2235
2338
|
const FlipInverse$1 = forwardRef(FlipInverse);
|
|
2236
|
-
const Icon$2c = () => /* @__PURE__ */
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
x: 0,
|
|
2244
|
-
y: 0,
|
|
2245
|
-
maskUnits: "userSpaceOnUse",
|
|
2246
|
-
style: {
|
|
2247
|
-
maskType: "alpha"
|
|
2248
|
-
},
|
|
2249
|
-
children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" })
|
|
2250
|
-
}
|
|
2251
|
-
),
|
|
2252
|
-
/* @__PURE__ */ jsx("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
2253
|
-
"path",
|
|
2254
|
-
{
|
|
2255
|
-
fill: "currentColor",
|
|
2256
|
-
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"
|
|
2257
|
-
}
|
|
2258
|
-
) })
|
|
2259
|
-
] });
|
|
2339
|
+
const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2340
|
+
"path",
|
|
2341
|
+
{
|
|
2342
|
+
fill: "currentColor",
|
|
2343
|
+
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"
|
|
2344
|
+
}
|
|
2345
|
+
) });
|
|
2260
2346
|
const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "FolderEmpty");
|
|
2261
2347
|
function FolderEmpty({ width, height, sx, ...props }, ref) {
|
|
2262
2348
|
return /* @__PURE__ */ jsx(
|
|
@@ -5460,30 +5546,13 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
|
5460
5546
|
);
|
|
5461
5547
|
}
|
|
5462
5548
|
const SwatchCircleNone$1 = forwardRef(SwatchCircleNone);
|
|
5463
|
-
const Icon$y = () => /* @__PURE__ */
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
x: 0,
|
|
5471
|
-
y: 0,
|
|
5472
|
-
maskUnits: "userSpaceOnUse",
|
|
5473
|
-
style: {
|
|
5474
|
-
maskType: "alpha"
|
|
5475
|
-
},
|
|
5476
|
-
children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" })
|
|
5477
|
-
}
|
|
5478
|
-
),
|
|
5479
|
-
/* @__PURE__ */ jsx("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
5480
|
-
"path",
|
|
5481
|
-
{
|
|
5482
|
-
fill: "currentColor",
|
|
5483
|
-
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"
|
|
5484
|
-
}
|
|
5485
|
-
) })
|
|
5486
|
-
] });
|
|
5549
|
+
const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5550
|
+
"path",
|
|
5551
|
+
{
|
|
5552
|
+
fill: "currentColor",
|
|
5553
|
+
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"
|
|
5554
|
+
}
|
|
5555
|
+
) });
|
|
5487
5556
|
const BaseSvgIcon$y = createSvgIcon(Icon$y(), "SwitchAccessShortcut");
|
|
5488
5557
|
function SwitchAccessShortcut({ width, height, sx, ...props }, ref) {
|
|
5489
5558
|
return /* @__PURE__ */ jsx(
|
|
@@ -6546,8 +6615,10 @@ export {
|
|
|
6546
6615
|
ApiCall$1 as ApiCall,
|
|
6547
6616
|
AppCredentials$1 as AppCredentials,
|
|
6548
6617
|
A as ArrowDown,
|
|
6618
|
+
ArrowDownHigh$1 as ArrowDownHigh,
|
|
6549
6619
|
ArrowLeft$1 as ArrowLeft,
|
|
6550
6620
|
ArrowRight$1 as ArrowRight,
|
|
6621
|
+
ArrowRightHigh$1 as ArrowRightHigh,
|
|
6551
6622
|
A2 as ArrowUp,
|
|
6552
6623
|
AsynchronousWait$1 as AsynchronousWait,
|
|
6553
6624
|
Autostyle$1 as Autostyle,
|
|
@@ -6609,6 +6680,8 @@ export {
|
|
|
6609
6680
|
ExitToAppLeft$1 as ExitToAppLeft,
|
|
6610
6681
|
Fabric$1 as Fabric,
|
|
6611
6682
|
Facebook$1 as Facebook,
|
|
6683
|
+
FilterCircle$1 as FilterCircle,
|
|
6684
|
+
FilterCircleOutlined$1 as FilterCircleOutlined,
|
|
6612
6685
|
Financial$1 as Financial,
|
|
6613
6686
|
FlipInverse$1 as FlipInverse,
|
|
6614
6687
|
FolderEmpty$1 as FolderEmpty,
|