@carto/meridian-ds 1.5.1-alpha-virtual-autocomplete.10 → 2.0.0
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 +8 -1
- package/dist/{ArrowDown-8fLj23Ge.cjs → ArrowDown-DJ0vhbsw.cjs} +2 -2
- package/dist/{ArrowDown-CY_wMVJT.js → ArrowDown-d6bxUL0F.js} +1 -1
- package/dist/{OpenDiagonallyRight-CSm5GYYJ.js → OpenDiagonallyRight-CGdCEXlF.js} +1 -1
- package/dist/{OpenDiagonallyRight-CM1tojUq.cjs → OpenDiagonallyRight-CpL4ROwg.cjs} +4 -4
- package/dist/{SwatchSquare-benaO55C.cjs → SwatchSquare-B8PIY3Rd.cjs} +3 -3
- package/dist/{SwatchSquare-DhaaXt53.js → SwatchSquare-CaaLsjAC.js} +1 -1
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.js +2 -2
- package/dist/custom-icons/index.cjs +608 -486
- package/dist/custom-icons/index.js +561 -439
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.js +1 -1
- package/dist/types/custom-icons/AiAgent.d.ts +4 -0
- package/dist/types/custom-icons/AiAgent.d.ts.map +1 -0
- package/dist/types/custom-icons/HideRightsidebar.d.ts +4 -0
- package/dist/types/custom-icons/HideRightsidebar.d.ts.map +1 -0
- package/dist/types/custom-icons/ShowRightsidebar.d.ts +4 -0
- package/dist/types/custom-icons/ShowRightsidebar.d.ts.map +1 -0
- package/dist/types/custom-icons/index.d.ts +3 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/dist/widgets/index.cjs +1 -1
- package/dist/widgets/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from "react";
|
|
3
|
-
import { createSvgIcon } from "@mui/material
|
|
4
|
-
import { A } from "../ArrowDown-
|
|
5
|
-
import { A as A2, C, O } from "../OpenDiagonallyRight-
|
|
6
|
-
import { S, a } from "../SwatchSquare-
|
|
7
|
-
const Icon$
|
|
3
|
+
import { createSvgIcon } from "@mui/material";
|
|
4
|
+
import { A } from "../ArrowDown-d6bxUL0F.js";
|
|
5
|
+
import { A as A2, C, O } from "../OpenDiagonallyRight-CGdCEXlF.js";
|
|
6
|
+
import { S, a } from "../SwatchSquare-CaaLsjAC.js";
|
|
7
|
+
const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
8
8
|
"path",
|
|
9
9
|
{
|
|
10
10
|
fill: "currentColor",
|
|
@@ -13,10 +13,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
13
13
|
clipRule: "evenodd"
|
|
14
14
|
}
|
|
15
15
|
) });
|
|
16
|
-
const BaseSvgIcon$
|
|
16
|
+
const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "AccessIn");
|
|
17
17
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
18
18
|
return /* @__PURE__ */ jsx(
|
|
19
|
-
BaseSvgIcon$
|
|
19
|
+
BaseSvgIcon$32,
|
|
20
20
|
{
|
|
21
21
|
ref,
|
|
22
22
|
viewBox: "0 0 24 24",
|
|
@@ -30,17 +30,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
30
30
|
);
|
|
31
31
|
}
|
|
32
32
|
const AccessIn$1 = forwardRef(AccessIn);
|
|
33
|
-
const Icon$
|
|
33
|
+
const Icon$31 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
34
34
|
"path",
|
|
35
35
|
{
|
|
36
36
|
fill: "currentColor",
|
|
37
37
|
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"
|
|
38
38
|
}
|
|
39
39
|
) });
|
|
40
|
-
const BaseSvgIcon$
|
|
40
|
+
const BaseSvgIcon$31 = createSvgIcon(Icon$31(), "AddApp");
|
|
41
41
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
42
42
|
return /* @__PURE__ */ jsx(
|
|
43
|
-
BaseSvgIcon$
|
|
43
|
+
BaseSvgIcon$31,
|
|
44
44
|
{
|
|
45
45
|
ref,
|
|
46
46
|
viewBox: "0 0 24 24",
|
|
@@ -54,7 +54,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
54
54
|
);
|
|
55
55
|
}
|
|
56
56
|
const AddApp$1 = forwardRef(AddApp);
|
|
57
|
-
const Icon$
|
|
57
|
+
const Icon$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
58
58
|
"path",
|
|
59
59
|
{
|
|
60
60
|
fill: "currentColor",
|
|
@@ -63,10 +63,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
63
63
|
clipRule: "evenodd"
|
|
64
64
|
}
|
|
65
65
|
) });
|
|
66
|
-
const BaseSvgIcon$
|
|
66
|
+
const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "AddSection");
|
|
67
67
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
68
68
|
return /* @__PURE__ */ jsx(
|
|
69
|
-
BaseSvgIcon$
|
|
69
|
+
BaseSvgIcon$30,
|
|
70
70
|
{
|
|
71
71
|
ref,
|
|
72
72
|
viewBox: "0 0 24 24",
|
|
@@ -80,17 +80,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
80
80
|
);
|
|
81
81
|
}
|
|
82
82
|
const AddSection$1 = forwardRef(AddSection);
|
|
83
|
-
const Icon$
|
|
83
|
+
const Icon$2$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
84
84
|
"path",
|
|
85
85
|
{
|
|
86
86
|
fill: "currentColor",
|
|
87
87
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
88
88
|
}
|
|
89
89
|
) });
|
|
90
|
-
const BaseSvgIcon$
|
|
90
|
+
const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "AdvancedSettings");
|
|
91
91
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
92
92
|
return /* @__PURE__ */ jsx(
|
|
93
|
-
BaseSvgIcon$
|
|
93
|
+
BaseSvgIcon$2$,
|
|
94
94
|
{
|
|
95
95
|
ref,
|
|
96
96
|
viewBox: "0 0 24 24",
|
|
@@ -104,7 +104,56 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
104
104
|
);
|
|
105
105
|
}
|
|
106
106
|
const AdvancedSettings$1 = forwardRef(AdvancedSettings);
|
|
107
|
-
const Icon$
|
|
107
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
108
|
+
/* @__PURE__ */ jsx(
|
|
109
|
+
"path",
|
|
110
|
+
{
|
|
111
|
+
fill: "currentColor",
|
|
112
|
+
d: "M12 1c2.212 0 4.27.655 5.994 1.778a4.7 4.7 0 0 1-1.118.763l-.848.411A9 9 0 0 0 3 12v6a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-5.324l1.639-3.372.017-.037c.224.874.344 1.79.344 2.733v6l-.007.257a5 5 0 0 1-4.736 4.736L18 23H6a5 5 0 0 1-4.993-4.743L1 18v-6C1 5.925 5.925 1 12 1"
|
|
113
|
+
}
|
|
114
|
+
),
|
|
115
|
+
/* @__PURE__ */ jsx(
|
|
116
|
+
"path",
|
|
117
|
+
{
|
|
118
|
+
fill: "currentColor",
|
|
119
|
+
d: "M9.5 11a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 11a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"
|
|
120
|
+
}
|
|
121
|
+
),
|
|
122
|
+
/* @__PURE__ */ jsx(
|
|
123
|
+
"path",
|
|
124
|
+
{
|
|
125
|
+
fill: "currentColor",
|
|
126
|
+
fillRule: "evenodd",
|
|
127
|
+
d: "M14.783 7.007A5.5 5.5 0 0 1 15 17.976V18a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-.023A5.5 5.5 0 0 1 9.5 7h5zM9.5 9a3.5 3.5 0 1 0 0 7h5a3.5 3.5 0 1 0 0-7z",
|
|
128
|
+
clipRule: "evenodd"
|
|
129
|
+
}
|
|
130
|
+
),
|
|
131
|
+
/* @__PURE__ */ jsx(
|
|
132
|
+
"path",
|
|
133
|
+
{
|
|
134
|
+
fill: "currentColor",
|
|
135
|
+
d: "M20.84 2.25a6.7 6.7 0 0 0 3.09 3.09 6.7 6.7 0 0 0-3.09 3.09 6.7 6.7 0 0 0-3.09-3.09 6.7 6.7 0 0 0 3.09-3.09"
|
|
136
|
+
}
|
|
137
|
+
)
|
|
138
|
+
] });
|
|
139
|
+
const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "AiAgent");
|
|
140
|
+
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
141
|
+
return /* @__PURE__ */ jsx(
|
|
142
|
+
BaseSvgIcon$2_,
|
|
143
|
+
{
|
|
144
|
+
ref,
|
|
145
|
+
viewBox: "0 0 24 24",
|
|
146
|
+
sx: {
|
|
147
|
+
width,
|
|
148
|
+
height: height || width,
|
|
149
|
+
...sx
|
|
150
|
+
},
|
|
151
|
+
...props
|
|
152
|
+
}
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
const AiAgent$1 = forwardRef(AiAgent);
|
|
156
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
108
157
|
/* @__PURE__ */ jsx(
|
|
109
158
|
"path",
|
|
110
159
|
{
|
|
@@ -145,10 +194,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
145
194
|
}
|
|
146
195
|
)
|
|
147
196
|
] });
|
|
148
|
-
const BaseSvgIcon$
|
|
197
|
+
const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "AiTool");
|
|
149
198
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
150
199
|
return /* @__PURE__ */ jsx(
|
|
151
|
-
BaseSvgIcon$
|
|
200
|
+
BaseSvgIcon$2Z,
|
|
152
201
|
{
|
|
153
202
|
ref,
|
|
154
203
|
viewBox: "0 0 24 24",
|
|
@@ -162,7 +211,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
162
211
|
);
|
|
163
212
|
}
|
|
164
213
|
const AiTool$1 = forwardRef(AiTool);
|
|
165
|
-
const Icon$
|
|
214
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
166
215
|
/* @__PURE__ */ jsx(
|
|
167
216
|
"path",
|
|
168
217
|
{
|
|
@@ -182,10 +231,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
182
231
|
}
|
|
183
232
|
)
|
|
184
233
|
] });
|
|
185
|
-
const BaseSvgIcon$
|
|
234
|
+
const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "Annotation");
|
|
186
235
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
187
236
|
return /* @__PURE__ */ jsx(
|
|
188
|
-
BaseSvgIcon$
|
|
237
|
+
BaseSvgIcon$2Y,
|
|
189
238
|
{
|
|
190
239
|
ref,
|
|
191
240
|
viewBox: "0 0 24 24",
|
|
@@ -199,7 +248,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
199
248
|
);
|
|
200
249
|
}
|
|
201
250
|
const Annotation$1 = forwardRef(Annotation);
|
|
202
|
-
const Icon$
|
|
251
|
+
const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
203
252
|
/* @__PURE__ */ jsx(
|
|
204
253
|
"path",
|
|
205
254
|
{
|
|
@@ -224,10 +273,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
224
273
|
}
|
|
225
274
|
)
|
|
226
275
|
] });
|
|
227
|
-
const BaseSvgIcon$
|
|
276
|
+
const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "ApiCall");
|
|
228
277
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
229
278
|
return /* @__PURE__ */ jsx(
|
|
230
|
-
BaseSvgIcon$
|
|
279
|
+
BaseSvgIcon$2X,
|
|
231
280
|
{
|
|
232
281
|
ref,
|
|
233
282
|
viewBox: "0 0 24 24",
|
|
@@ -241,7 +290,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
241
290
|
);
|
|
242
291
|
}
|
|
243
292
|
const ApiCall$1 = forwardRef(ApiCall);
|
|
244
|
-
const Icon$
|
|
293
|
+
const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
245
294
|
"path",
|
|
246
295
|
{
|
|
247
296
|
fill: "currentColor",
|
|
@@ -250,10 +299,10 @@ const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
250
299
|
clipRule: "evenodd"
|
|
251
300
|
}
|
|
252
301
|
) });
|
|
253
|
-
const BaseSvgIcon$
|
|
302
|
+
const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "ArrowLeft");
|
|
254
303
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
255
304
|
return /* @__PURE__ */ jsx(
|
|
256
|
-
BaseSvgIcon$
|
|
305
|
+
BaseSvgIcon$2W,
|
|
257
306
|
{
|
|
258
307
|
ref,
|
|
259
308
|
viewBox: "0 0 24 24",
|
|
@@ -267,7 +316,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
267
316
|
);
|
|
268
317
|
}
|
|
269
318
|
const ArrowLeft$1 = forwardRef(ArrowLeft);
|
|
270
|
-
const Icon$
|
|
319
|
+
const Icon$2V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
271
320
|
"path",
|
|
272
321
|
{
|
|
273
322
|
fill: "currentColor",
|
|
@@ -276,10 +325,10 @@ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
276
325
|
clipRule: "evenodd"
|
|
277
326
|
}
|
|
278
327
|
) });
|
|
279
|
-
const BaseSvgIcon$
|
|
328
|
+
const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "ArrowRight");
|
|
280
329
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
281
330
|
return /* @__PURE__ */ jsx(
|
|
282
|
-
BaseSvgIcon$
|
|
331
|
+
BaseSvgIcon$2V,
|
|
283
332
|
{
|
|
284
333
|
ref,
|
|
285
334
|
viewBox: "0 0 24 24",
|
|
@@ -293,7 +342,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
293
342
|
);
|
|
294
343
|
}
|
|
295
344
|
const ArrowRight$1 = forwardRef(ArrowRight);
|
|
296
|
-
const Icon$
|
|
345
|
+
const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
297
346
|
/* @__PURE__ */ jsx(
|
|
298
347
|
"path",
|
|
299
348
|
{
|
|
@@ -318,10 +367,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
318
367
|
}
|
|
319
368
|
)
|
|
320
369
|
] });
|
|
321
|
-
const BaseSvgIcon$
|
|
370
|
+
const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "AsynchronousWait");
|
|
322
371
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
323
372
|
return /* @__PURE__ */ jsx(
|
|
324
|
-
BaseSvgIcon$
|
|
373
|
+
BaseSvgIcon$2U,
|
|
325
374
|
{
|
|
326
375
|
ref,
|
|
327
376
|
viewBox: "0 0 24 24",
|
|
@@ -335,7 +384,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
335
384
|
);
|
|
336
385
|
}
|
|
337
386
|
const AsynchronousWait$1 = forwardRef(AsynchronousWait);
|
|
338
|
-
const Icon$
|
|
387
|
+
const Icon$2T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
339
388
|
/* @__PURE__ */ jsx(
|
|
340
389
|
"path",
|
|
341
390
|
{
|
|
@@ -355,10 +404,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
355
404
|
}
|
|
356
405
|
)
|
|
357
406
|
] });
|
|
358
|
-
const BaseSvgIcon$
|
|
407
|
+
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "Autostyle");
|
|
359
408
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
360
409
|
return /* @__PURE__ */ jsx(
|
|
361
|
-
BaseSvgIcon$
|
|
410
|
+
BaseSvgIcon$2T,
|
|
362
411
|
{
|
|
363
412
|
ref,
|
|
364
413
|
viewBox: "0 0 24 24",
|
|
@@ -372,7 +421,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
372
421
|
);
|
|
373
422
|
}
|
|
374
423
|
const Autostyle$1 = forwardRef(Autostyle);
|
|
375
|
-
const Icon$
|
|
424
|
+
const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
376
425
|
/* @__PURE__ */ jsx(
|
|
377
426
|
"path",
|
|
378
427
|
{
|
|
@@ -390,10 +439,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
390
439
|
}
|
|
391
440
|
)
|
|
392
441
|
] });
|
|
393
|
-
const BaseSvgIcon$
|
|
442
|
+
const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "Avg");
|
|
394
443
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
395
444
|
return /* @__PURE__ */ jsx(
|
|
396
|
-
BaseSvgIcon$
|
|
445
|
+
BaseSvgIcon$2S,
|
|
397
446
|
{
|
|
398
447
|
ref,
|
|
399
448
|
viewBox: "0 0 24 24",
|
|
@@ -407,7 +456,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
407
456
|
);
|
|
408
457
|
}
|
|
409
458
|
const Avg$1 = forwardRef(Avg);
|
|
410
|
-
const Icon$
|
|
459
|
+
const Icon$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
411
460
|
"path",
|
|
412
461
|
{
|
|
413
462
|
fill: "currentColor",
|
|
@@ -416,10 +465,10 @@ const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
416
465
|
clipRule: "evenodd"
|
|
417
466
|
}
|
|
418
467
|
) });
|
|
419
|
-
const BaseSvgIcon$
|
|
468
|
+
const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "Behavioral");
|
|
420
469
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
421
470
|
return /* @__PURE__ */ jsx(
|
|
422
|
-
BaseSvgIcon$
|
|
471
|
+
BaseSvgIcon$2R,
|
|
423
472
|
{
|
|
424
473
|
ref,
|
|
425
474
|
viewBox: "0 0 24 24",
|
|
@@ -433,7 +482,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
433
482
|
);
|
|
434
483
|
}
|
|
435
484
|
const Behavioral$1 = forwardRef(Behavioral);
|
|
436
|
-
const Icon$
|
|
485
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
437
486
|
/* @__PURE__ */ jsx(
|
|
438
487
|
"path",
|
|
439
488
|
{
|
|
@@ -451,10 +500,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
451
500
|
}
|
|
452
501
|
)
|
|
453
502
|
] });
|
|
454
|
-
const BaseSvgIcon$
|
|
503
|
+
const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "Bigquery");
|
|
455
504
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
456
505
|
return /* @__PURE__ */ jsx(
|
|
457
|
-
BaseSvgIcon$
|
|
506
|
+
BaseSvgIcon$2Q,
|
|
458
507
|
{
|
|
459
508
|
ref,
|
|
460
509
|
viewBox: "0 0 24 24",
|
|
@@ -468,7 +517,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
468
517
|
);
|
|
469
518
|
}
|
|
470
519
|
const Bigquery$1 = forwardRef(Bigquery);
|
|
471
|
-
const Icon$
|
|
520
|
+
const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
472
521
|
"path",
|
|
473
522
|
{
|
|
474
523
|
fill: "currentColor",
|
|
@@ -477,10 +526,10 @@ const Icon$2N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
477
526
|
clipRule: "evenodd"
|
|
478
527
|
}
|
|
479
528
|
) });
|
|
480
|
-
const BaseSvgIcon$
|
|
529
|
+
const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "Blending");
|
|
481
530
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
482
531
|
return /* @__PURE__ */ jsx(
|
|
483
|
-
BaseSvgIcon$
|
|
532
|
+
BaseSvgIcon$2P,
|
|
484
533
|
{
|
|
485
534
|
ref,
|
|
486
535
|
viewBox: "0 0 24 24",
|
|
@@ -494,7 +543,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
494
543
|
);
|
|
495
544
|
}
|
|
496
545
|
const Blending$1 = forwardRef(Blending);
|
|
497
|
-
const Icon$
|
|
546
|
+
const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
498
547
|
"path",
|
|
499
548
|
{
|
|
500
549
|
fill: "currentColor",
|
|
@@ -503,10 +552,10 @@ const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
503
552
|
clipRule: "evenodd"
|
|
504
553
|
}
|
|
505
554
|
) });
|
|
506
|
-
const BaseSvgIcon$
|
|
555
|
+
const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "BlockLabel");
|
|
507
556
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
508
557
|
return /* @__PURE__ */ jsx(
|
|
509
|
-
BaseSvgIcon$
|
|
558
|
+
BaseSvgIcon$2O,
|
|
510
559
|
{
|
|
511
560
|
ref,
|
|
512
561
|
viewBox: "0 0 24 24",
|
|
@@ -520,7 +569,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
520
569
|
);
|
|
521
570
|
}
|
|
522
571
|
const BlockLabel$1 = forwardRef(BlockLabel);
|
|
523
|
-
const Icon$
|
|
572
|
+
const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
524
573
|
/* @__PURE__ */ jsx(
|
|
525
574
|
"path",
|
|
526
575
|
{
|
|
@@ -538,10 +587,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
538
587
|
}
|
|
539
588
|
)
|
|
540
589
|
] });
|
|
541
|
-
const BaseSvgIcon$
|
|
590
|
+
const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "BlockLabelOff");
|
|
542
591
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
543
592
|
return /* @__PURE__ */ jsx(
|
|
544
|
-
BaseSvgIcon$
|
|
593
|
+
BaseSvgIcon$2N,
|
|
545
594
|
{
|
|
546
595
|
ref,
|
|
547
596
|
viewBox: "0 0 24 24",
|
|
@@ -555,17 +604,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
555
604
|
);
|
|
556
605
|
}
|
|
557
606
|
const BlockLabelOff$1 = forwardRef(BlockLabelOff);
|
|
558
|
-
const Icon$
|
|
607
|
+
const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
559
608
|
"path",
|
|
560
609
|
{
|
|
561
610
|
fill: "currentColor",
|
|
562
611
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
563
612
|
}
|
|
564
613
|
) });
|
|
565
|
-
const BaseSvgIcon$
|
|
614
|
+
const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "BottomRow");
|
|
566
615
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
567
616
|
return /* @__PURE__ */ jsx(
|
|
568
|
-
BaseSvgIcon$
|
|
617
|
+
BaseSvgIcon$2M,
|
|
569
618
|
{
|
|
570
619
|
ref,
|
|
571
620
|
viewBox: "0 0 24 24",
|
|
@@ -579,7 +628,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
579
628
|
);
|
|
580
629
|
}
|
|
581
630
|
const BottomRow$1 = forwardRef(BottomRow);
|
|
582
|
-
const Icon$
|
|
631
|
+
const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
583
632
|
/* @__PURE__ */ jsx(
|
|
584
633
|
"path",
|
|
585
634
|
{
|
|
@@ -597,10 +646,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
597
646
|
}
|
|
598
647
|
)
|
|
599
648
|
] });
|
|
600
|
-
const BaseSvgIcon$
|
|
649
|
+
const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "Carto");
|
|
601
650
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
602
651
|
return /* @__PURE__ */ jsx(
|
|
603
|
-
BaseSvgIcon$
|
|
652
|
+
BaseSvgIcon$2L,
|
|
604
653
|
{
|
|
605
654
|
ref,
|
|
606
655
|
viewBox: "0 0 24 24",
|
|
@@ -614,7 +663,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
614
663
|
);
|
|
615
664
|
}
|
|
616
665
|
const Carto$1 = forwardRef(Carto);
|
|
617
|
-
const Icon$
|
|
666
|
+
const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
618
667
|
/* @__PURE__ */ jsx(
|
|
619
668
|
"path",
|
|
620
669
|
{
|
|
@@ -630,10 +679,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
630
679
|
}
|
|
631
680
|
)
|
|
632
681
|
] });
|
|
633
|
-
const BaseSvgIcon$
|
|
682
|
+
const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "CartoAi");
|
|
634
683
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
635
684
|
return /* @__PURE__ */ jsx(
|
|
636
|
-
BaseSvgIcon$
|
|
685
|
+
BaseSvgIcon$2K,
|
|
637
686
|
{
|
|
638
687
|
ref,
|
|
639
688
|
viewBox: "0 0 24 24",
|
|
@@ -647,7 +696,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
647
696
|
);
|
|
648
697
|
}
|
|
649
698
|
const CartoAi$1 = forwardRef(CartoAi);
|
|
650
|
-
const Icon$
|
|
699
|
+
const Icon$2J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
651
700
|
/* @__PURE__ */ jsx(
|
|
652
701
|
"path",
|
|
653
702
|
{
|
|
@@ -665,10 +714,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
665
714
|
}
|
|
666
715
|
)
|
|
667
716
|
] });
|
|
668
|
-
const BaseSvgIcon$
|
|
717
|
+
const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "CartoSymbol");
|
|
669
718
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
670
719
|
return /* @__PURE__ */ jsx(
|
|
671
|
-
BaseSvgIcon$
|
|
720
|
+
BaseSvgIcon$2J,
|
|
672
721
|
{
|
|
673
722
|
ref,
|
|
674
723
|
viewBox: "0 0 24 24",
|
|
@@ -682,7 +731,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
682
731
|
);
|
|
683
732
|
}
|
|
684
733
|
const CartoSymbol$1 = forwardRef(CartoSymbol);
|
|
685
|
-
const Icon$
|
|
734
|
+
const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
686
735
|
/* @__PURE__ */ jsxs(
|
|
687
736
|
"g",
|
|
688
737
|
{
|
|
@@ -698,10 +747,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
698
747
|
),
|
|
699
748
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
700
749
|
] });
|
|
701
|
-
const BaseSvgIcon$
|
|
750
|
+
const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "CatalogView");
|
|
702
751
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
703
752
|
return /* @__PURE__ */ jsx(
|
|
704
|
-
BaseSvgIcon$
|
|
753
|
+
BaseSvgIcon$2I,
|
|
705
754
|
{
|
|
706
755
|
ref,
|
|
707
756
|
viewBox: "0 0 24 24",
|
|
@@ -715,7 +764,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
715
764
|
);
|
|
716
765
|
}
|
|
717
766
|
const CatalogView$1 = forwardRef(CatalogView);
|
|
718
|
-
const Icon$
|
|
767
|
+
const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
719
768
|
/* @__PURE__ */ jsx(
|
|
720
769
|
"path",
|
|
721
770
|
{
|
|
@@ -735,10 +784,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
735
784
|
}
|
|
736
785
|
)
|
|
737
786
|
] });
|
|
738
|
-
const BaseSvgIcon$
|
|
787
|
+
const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "CatastropheModeling");
|
|
739
788
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
740
789
|
return /* @__PURE__ */ jsx(
|
|
741
|
-
BaseSvgIcon$
|
|
790
|
+
BaseSvgIcon$2H,
|
|
742
791
|
{
|
|
743
792
|
ref,
|
|
744
793
|
viewBox: "0 0 24 24",
|
|
@@ -752,7 +801,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
752
801
|
);
|
|
753
802
|
}
|
|
754
803
|
const CatastropheModeling$1 = forwardRef(CatastropheModeling);
|
|
755
|
-
const Icon$
|
|
804
|
+
const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
756
805
|
"path",
|
|
757
806
|
{
|
|
758
807
|
fill: "currentColor",
|
|
@@ -761,10 +810,10 @@ const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
761
810
|
clipRule: "evenodd"
|
|
762
811
|
}
|
|
763
812
|
) });
|
|
764
|
-
const BaseSvgIcon$
|
|
813
|
+
const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "Center");
|
|
765
814
|
function Center({ width, height, sx, ...props }, ref) {
|
|
766
815
|
return /* @__PURE__ */ jsx(
|
|
767
|
-
BaseSvgIcon$
|
|
816
|
+
BaseSvgIcon$2G,
|
|
768
817
|
{
|
|
769
818
|
ref,
|
|
770
819
|
viewBox: "0 0 24 24",
|
|
@@ -778,7 +827,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
778
827
|
);
|
|
779
828
|
}
|
|
780
829
|
const Center$1 = forwardRef(Center);
|
|
781
|
-
const Icon$
|
|
830
|
+
const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
782
831
|
"path",
|
|
783
832
|
{
|
|
784
833
|
fill: "currentColor",
|
|
@@ -787,10 +836,10 @@ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
787
836
|
clipRule: "evenodd"
|
|
788
837
|
}
|
|
789
838
|
) });
|
|
790
|
-
const BaseSvgIcon$
|
|
839
|
+
const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "CenterLayer");
|
|
791
840
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
792
841
|
return /* @__PURE__ */ jsx(
|
|
793
|
-
BaseSvgIcon$
|
|
842
|
+
BaseSvgIcon$2F,
|
|
794
843
|
{
|
|
795
844
|
ref,
|
|
796
845
|
viewBox: "0 0 24 24",
|
|
@@ -804,7 +853,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
804
853
|
);
|
|
805
854
|
}
|
|
806
855
|
const CenterLayer$1 = forwardRef(CenterLayer);
|
|
807
|
-
const Icon$
|
|
856
|
+
const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
808
857
|
"path",
|
|
809
858
|
{
|
|
810
859
|
fill: "currentColor",
|
|
@@ -813,10 +862,10 @@ const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
813
862
|
clipRule: "evenodd"
|
|
814
863
|
}
|
|
815
864
|
) });
|
|
816
|
-
const BaseSvgIcon$
|
|
865
|
+
const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CloseDiagonallyLeft");
|
|
817
866
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
818
867
|
return /* @__PURE__ */ jsx(
|
|
819
|
-
BaseSvgIcon$
|
|
868
|
+
BaseSvgIcon$2E,
|
|
820
869
|
{
|
|
821
870
|
ref,
|
|
822
871
|
viewBox: "0 0 24 24",
|
|
@@ -830,7 +879,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
830
879
|
);
|
|
831
880
|
}
|
|
832
881
|
const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
|
|
833
|
-
const Icon$
|
|
882
|
+
const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
834
883
|
"path",
|
|
835
884
|
{
|
|
836
885
|
fill: "currentColor",
|
|
@@ -839,10 +888,10 @@ const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
839
888
|
clipRule: "evenodd"
|
|
840
889
|
}
|
|
841
890
|
) });
|
|
842
|
-
const BaseSvgIcon$
|
|
891
|
+
const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "CloseVertically");
|
|
843
892
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
844
893
|
return /* @__PURE__ */ jsx(
|
|
845
|
-
BaseSvgIcon$
|
|
894
|
+
BaseSvgIcon$2D,
|
|
846
895
|
{
|
|
847
896
|
ref,
|
|
848
897
|
viewBox: "0 0 24 24",
|
|
@@ -856,7 +905,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
856
905
|
);
|
|
857
906
|
}
|
|
858
907
|
const CloseVertically$1 = forwardRef(CloseVertically);
|
|
859
|
-
const Icon$
|
|
908
|
+
const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
860
909
|
/* @__PURE__ */ jsx(
|
|
861
910
|
"path",
|
|
862
911
|
{
|
|
@@ -872,10 +921,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
872
921
|
}
|
|
873
922
|
)
|
|
874
923
|
] });
|
|
875
|
-
const BaseSvgIcon$
|
|
924
|
+
const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "CodeBlock");
|
|
876
925
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
877
926
|
return /* @__PURE__ */ jsx(
|
|
878
|
-
BaseSvgIcon$
|
|
927
|
+
BaseSvgIcon$2C,
|
|
879
928
|
{
|
|
880
929
|
ref,
|
|
881
930
|
viewBox: "0 0 24 24",
|
|
@@ -889,17 +938,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
889
938
|
);
|
|
890
939
|
}
|
|
891
940
|
const CodeBlock$1 = forwardRef(CodeBlock);
|
|
892
|
-
const Icon$
|
|
941
|
+
const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
893
942
|
"path",
|
|
894
943
|
{
|
|
895
944
|
fill: "currentColor",
|
|
896
945
|
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"
|
|
897
946
|
}
|
|
898
947
|
) });
|
|
899
|
-
const BaseSvgIcon$
|
|
948
|
+
const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "Comments");
|
|
900
949
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
901
950
|
return /* @__PURE__ */ jsx(
|
|
902
|
-
BaseSvgIcon$
|
|
951
|
+
BaseSvgIcon$2B,
|
|
903
952
|
{
|
|
904
953
|
ref,
|
|
905
954
|
viewBox: "0 0 24 24",
|
|
@@ -913,7 +962,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
913
962
|
);
|
|
914
963
|
}
|
|
915
964
|
const Comments$1 = forwardRef(Comments);
|
|
916
|
-
const Icon$
|
|
965
|
+
const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
917
966
|
"path",
|
|
918
967
|
{
|
|
919
968
|
fill: "currentColor",
|
|
@@ -922,10 +971,10 @@ const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
922
971
|
clipRule: "evenodd"
|
|
923
972
|
}
|
|
924
973
|
) });
|
|
925
|
-
const BaseSvgIcon$
|
|
974
|
+
const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "Console");
|
|
926
975
|
function Console({ width, height, sx, ...props }, ref) {
|
|
927
976
|
return /* @__PURE__ */ jsx(
|
|
928
|
-
BaseSvgIcon$
|
|
977
|
+
BaseSvgIcon$2A,
|
|
929
978
|
{
|
|
930
979
|
ref,
|
|
931
980
|
viewBox: "0 0 24 24",
|
|
@@ -939,7 +988,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
939
988
|
);
|
|
940
989
|
}
|
|
941
990
|
const Console$1 = forwardRef(Console);
|
|
942
|
-
const Icon$
|
|
991
|
+
const Icon$2z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
943
992
|
"path",
|
|
944
993
|
{
|
|
945
994
|
fill: "currentColor",
|
|
@@ -948,10 +997,10 @@ const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
948
997
|
clipRule: "evenodd"
|
|
949
998
|
}
|
|
950
999
|
) });
|
|
951
|
-
const BaseSvgIcon$
|
|
1000
|
+
const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "Covid19");
|
|
952
1001
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
953
1002
|
return /* @__PURE__ */ jsx(
|
|
954
|
-
BaseSvgIcon$
|
|
1003
|
+
BaseSvgIcon$2z,
|
|
955
1004
|
{
|
|
956
1005
|
ref,
|
|
957
1006
|
viewBox: "0 0 24 24",
|
|
@@ -965,7 +1014,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
965
1014
|
);
|
|
966
1015
|
}
|
|
967
1016
|
const Covid19$1 = forwardRef(Covid19);
|
|
968
|
-
const Icon$
|
|
1017
|
+
const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
969
1018
|
"path",
|
|
970
1019
|
{
|
|
971
1020
|
fill: "currentColor",
|
|
@@ -974,10 +1023,10 @@ const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
974
1023
|
clipRule: "evenodd"
|
|
975
1024
|
}
|
|
976
1025
|
) });
|
|
977
|
-
const BaseSvgIcon$
|
|
1026
|
+
const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "CreateMap");
|
|
978
1027
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
979
1028
|
return /* @__PURE__ */ jsx(
|
|
980
|
-
BaseSvgIcon$
|
|
1029
|
+
BaseSvgIcon$2y,
|
|
981
1030
|
{
|
|
982
1031
|
ref,
|
|
983
1032
|
viewBox: "0 0 24 24",
|
|
@@ -991,17 +1040,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
991
1040
|
);
|
|
992
1041
|
}
|
|
993
1042
|
const CreateMap$1 = forwardRef(CreateMap);
|
|
994
|
-
const Icon$
|
|
1043
|
+
const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
995
1044
|
"path",
|
|
996
1045
|
{
|
|
997
1046
|
fill: "currentColor",
|
|
998
1047
|
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"
|
|
999
1048
|
}
|
|
1000
1049
|
) });
|
|
1001
|
-
const BaseSvgIcon$
|
|
1050
|
+
const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "CreateSpatialAnalysis");
|
|
1002
1051
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1003
1052
|
return /* @__PURE__ */ jsx(
|
|
1004
|
-
BaseSvgIcon$
|
|
1053
|
+
BaseSvgIcon$2x,
|
|
1005
1054
|
{
|
|
1006
1055
|
ref,
|
|
1007
1056
|
viewBox: "0 0 24 24",
|
|
@@ -1015,7 +1064,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1015
1064
|
);
|
|
1016
1065
|
}
|
|
1017
1066
|
const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
|
|
1018
|
-
const Icon$
|
|
1067
|
+
const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1019
1068
|
/* @__PURE__ */ jsx(
|
|
1020
1069
|
"path",
|
|
1021
1070
|
{
|
|
@@ -1033,10 +1082,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1033
1082
|
}
|
|
1034
1083
|
)
|
|
1035
1084
|
] });
|
|
1036
|
-
const BaseSvgIcon$
|
|
1085
|
+
const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "CreateTileset");
|
|
1037
1086
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1038
1087
|
return /* @__PURE__ */ jsx(
|
|
1039
|
-
BaseSvgIcon$
|
|
1088
|
+
BaseSvgIcon$2w,
|
|
1040
1089
|
{
|
|
1041
1090
|
ref,
|
|
1042
1091
|
viewBox: "0 0 24 24",
|
|
@@ -1050,7 +1099,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1050
1099
|
);
|
|
1051
1100
|
}
|
|
1052
1101
|
const CreateTileset$1 = forwardRef(CreateTileset);
|
|
1053
|
-
const Icon$
|
|
1102
|
+
const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1054
1103
|
"path",
|
|
1055
1104
|
{
|
|
1056
1105
|
fill: "currentColor",
|
|
@@ -1059,10 +1108,10 @@ const Icon$2t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1059
1108
|
clipRule: "evenodd"
|
|
1060
1109
|
}
|
|
1061
1110
|
) });
|
|
1062
|
-
const BaseSvgIcon$
|
|
1111
|
+
const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "CreateWorkflow");
|
|
1063
1112
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1064
1113
|
return /* @__PURE__ */ jsx(
|
|
1065
|
-
BaseSvgIcon$
|
|
1114
|
+
BaseSvgIcon$2v,
|
|
1066
1115
|
{
|
|
1067
1116
|
ref,
|
|
1068
1117
|
viewBox: "0 0 24 24",
|
|
@@ -1076,7 +1125,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1076
1125
|
);
|
|
1077
1126
|
}
|
|
1078
1127
|
const CreateWorkflow$1 = forwardRef(CreateWorkflow);
|
|
1079
|
-
const Icon$
|
|
1128
|
+
const Icon$2u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1080
1129
|
"path",
|
|
1081
1130
|
{
|
|
1082
1131
|
fill: "currentColor",
|
|
@@ -1085,10 +1134,10 @@ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1085
1134
|
clipRule: "evenodd"
|
|
1086
1135
|
}
|
|
1087
1136
|
) });
|
|
1088
|
-
const BaseSvgIcon$
|
|
1137
|
+
const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "Data");
|
|
1089
1138
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1090
1139
|
return /* @__PURE__ */ jsx(
|
|
1091
|
-
BaseSvgIcon$
|
|
1140
|
+
BaseSvgIcon$2u,
|
|
1092
1141
|
{
|
|
1093
1142
|
ref,
|
|
1094
1143
|
viewBox: "0 0 24 24",
|
|
@@ -1102,7 +1151,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1102
1151
|
);
|
|
1103
1152
|
}
|
|
1104
1153
|
const Data$1 = forwardRef(Data);
|
|
1105
|
-
const Icon$
|
|
1154
|
+
const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1106
1155
|
/* @__PURE__ */ jsx(
|
|
1107
1156
|
"path",
|
|
1108
1157
|
{
|
|
@@ -1122,10 +1171,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1122
1171
|
}
|
|
1123
1172
|
)
|
|
1124
1173
|
] });
|
|
1125
|
-
const BaseSvgIcon$
|
|
1174
|
+
const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "DataAccess");
|
|
1126
1175
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1127
1176
|
return /* @__PURE__ */ jsx(
|
|
1128
|
-
BaseSvgIcon$
|
|
1177
|
+
BaseSvgIcon$2t,
|
|
1129
1178
|
{
|
|
1130
1179
|
ref,
|
|
1131
1180
|
viewBox: "0 0 24 24",
|
|
@@ -1139,7 +1188,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1139
1188
|
);
|
|
1140
1189
|
}
|
|
1141
1190
|
const DataAccess$1 = forwardRef(DataAccess);
|
|
1142
|
-
const Icon$
|
|
1191
|
+
const Icon$2s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1143
1192
|
/* @__PURE__ */ jsx(
|
|
1144
1193
|
"path",
|
|
1145
1194
|
{
|
|
@@ -1159,10 +1208,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1159
1208
|
}
|
|
1160
1209
|
)
|
|
1161
1210
|
] });
|
|
1162
|
-
const BaseSvgIcon$
|
|
1211
|
+
const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "DataExplorer");
|
|
1163
1212
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1164
1213
|
return /* @__PURE__ */ jsx(
|
|
1165
|
-
BaseSvgIcon$
|
|
1214
|
+
BaseSvgIcon$2s,
|
|
1166
1215
|
{
|
|
1167
1216
|
ref,
|
|
1168
1217
|
viewBox: "0 0 24 24",
|
|
@@ -1176,7 +1225,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1176
1225
|
);
|
|
1177
1226
|
}
|
|
1178
1227
|
const DataExplorer$1 = forwardRef(DataExplorer);
|
|
1179
|
-
const Icon$
|
|
1228
|
+
const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1180
1229
|
/* @__PURE__ */ jsx(
|
|
1181
1230
|
"path",
|
|
1182
1231
|
{
|
|
@@ -1196,10 +1245,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1196
1245
|
}
|
|
1197
1246
|
)
|
|
1198
1247
|
] });
|
|
1199
|
-
const BaseSvgIcon$
|
|
1248
|
+
const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "DataFilter");
|
|
1200
1249
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1201
1250
|
return /* @__PURE__ */ jsx(
|
|
1202
|
-
BaseSvgIcon$
|
|
1251
|
+
BaseSvgIcon$2r,
|
|
1203
1252
|
{
|
|
1204
1253
|
ref,
|
|
1205
1254
|
viewBox: "0 0 24 24",
|
|
@@ -1213,7 +1262,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1213
1262
|
);
|
|
1214
1263
|
}
|
|
1215
1264
|
const DataFilter$1 = forwardRef(DataFilter);
|
|
1216
|
-
const Icon$
|
|
1265
|
+
const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1217
1266
|
/* @__PURE__ */ jsx(
|
|
1218
1267
|
"path",
|
|
1219
1268
|
{
|
|
@@ -1231,10 +1280,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1231
1280
|
}
|
|
1232
1281
|
)
|
|
1233
1282
|
] });
|
|
1234
|
-
const BaseSvgIcon$
|
|
1283
|
+
const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DataMonetization");
|
|
1235
1284
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1236
1285
|
return /* @__PURE__ */ jsx(
|
|
1237
|
-
BaseSvgIcon$
|
|
1286
|
+
BaseSvgIcon$2q,
|
|
1238
1287
|
{
|
|
1239
1288
|
ref,
|
|
1240
1289
|
viewBox: "0 0 24 24",
|
|
@@ -1248,7 +1297,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1248
1297
|
);
|
|
1249
1298
|
}
|
|
1250
1299
|
const DataMonetization$1 = forwardRef(DataMonetization);
|
|
1251
|
-
const Icon$
|
|
1300
|
+
const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1252
1301
|
"path",
|
|
1253
1302
|
{
|
|
1254
1303
|
fill: "currentColor",
|
|
@@ -1257,10 +1306,10 @@ const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1257
1306
|
clipRule: "evenodd"
|
|
1258
1307
|
}
|
|
1259
1308
|
) });
|
|
1260
|
-
const BaseSvgIcon$
|
|
1309
|
+
const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DataObservatory");
|
|
1261
1310
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1262
1311
|
return /* @__PURE__ */ jsx(
|
|
1263
|
-
BaseSvgIcon$
|
|
1312
|
+
BaseSvgIcon$2p,
|
|
1264
1313
|
{
|
|
1265
1314
|
ref,
|
|
1266
1315
|
viewBox: "0 0 24 24",
|
|
@@ -1274,7 +1323,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1274
1323
|
);
|
|
1275
1324
|
}
|
|
1276
1325
|
const DataObservatory$1 = forwardRef(DataObservatory);
|
|
1277
|
-
const Icon$
|
|
1326
|
+
const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1278
1327
|
/* @__PURE__ */ jsx(
|
|
1279
1328
|
"path",
|
|
1280
1329
|
{
|
|
@@ -1292,10 +1341,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1292
1341
|
}
|
|
1293
1342
|
)
|
|
1294
1343
|
] });
|
|
1295
|
-
const BaseSvgIcon$
|
|
1344
|
+
const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "DataOk");
|
|
1296
1345
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1297
1346
|
return /* @__PURE__ */ jsx(
|
|
1298
|
-
BaseSvgIcon$
|
|
1347
|
+
BaseSvgIcon$2o,
|
|
1299
1348
|
{
|
|
1300
1349
|
ref,
|
|
1301
1350
|
viewBox: "0 0 24 24",
|
|
@@ -1309,7 +1358,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1309
1358
|
);
|
|
1310
1359
|
}
|
|
1311
1360
|
const DataOk$1 = forwardRef(DataOk);
|
|
1312
|
-
const Icon$
|
|
1361
|
+
const Icon$2n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1313
1362
|
/* @__PURE__ */ jsx(
|
|
1314
1363
|
"path",
|
|
1315
1364
|
{
|
|
@@ -1329,10 +1378,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1329
1378
|
}
|
|
1330
1379
|
)
|
|
1331
1380
|
] });
|
|
1332
|
-
const BaseSvgIcon$
|
|
1381
|
+
const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "DataPending");
|
|
1333
1382
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1334
1383
|
return /* @__PURE__ */ jsx(
|
|
1335
|
-
BaseSvgIcon$
|
|
1384
|
+
BaseSvgIcon$2n,
|
|
1336
1385
|
{
|
|
1337
1386
|
ref,
|
|
1338
1387
|
viewBox: "0 0 24 24",
|
|
@@ -1346,7 +1395,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1346
1395
|
);
|
|
1347
1396
|
}
|
|
1348
1397
|
const DataPending$1 = forwardRef(DataPending);
|
|
1349
|
-
const Icon$
|
|
1398
|
+
const Icon$2m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1350
1399
|
/* @__PURE__ */ jsx(
|
|
1351
1400
|
"path",
|
|
1352
1401
|
{
|
|
@@ -1364,10 +1413,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1364
1413
|
}
|
|
1365
1414
|
)
|
|
1366
1415
|
] });
|
|
1367
|
-
const BaseSvgIcon$
|
|
1416
|
+
const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DataPremium");
|
|
1368
1417
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1369
1418
|
return /* @__PURE__ */ jsx(
|
|
1370
|
-
BaseSvgIcon$
|
|
1419
|
+
BaseSvgIcon$2m,
|
|
1371
1420
|
{
|
|
1372
1421
|
ref,
|
|
1373
1422
|
viewBox: "0 0 24 24",
|
|
@@ -1381,7 +1430,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1381
1430
|
);
|
|
1382
1431
|
}
|
|
1383
1432
|
const DataPremium$1 = forwardRef(DataPremium);
|
|
1384
|
-
const Icon$
|
|
1433
|
+
const Icon$2l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1385
1434
|
/* @__PURE__ */ jsx(
|
|
1386
1435
|
"path",
|
|
1387
1436
|
{
|
|
@@ -1401,10 +1450,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1401
1450
|
}
|
|
1402
1451
|
)
|
|
1403
1452
|
] });
|
|
1404
|
-
const BaseSvgIcon$
|
|
1453
|
+
const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DataPublic");
|
|
1405
1454
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1406
1455
|
return /* @__PURE__ */ jsx(
|
|
1407
|
-
BaseSvgIcon$
|
|
1456
|
+
BaseSvgIcon$2l,
|
|
1408
1457
|
{
|
|
1409
1458
|
ref,
|
|
1410
1459
|
viewBox: "0 0 24 24",
|
|
@@ -1418,7 +1467,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1418
1467
|
);
|
|
1419
1468
|
}
|
|
1420
1469
|
const DataPublic$1 = forwardRef(DataPublic);
|
|
1421
|
-
const Icon$
|
|
1470
|
+
const Icon$2k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1422
1471
|
/* @__PURE__ */ jsx(
|
|
1423
1472
|
"path",
|
|
1424
1473
|
{
|
|
@@ -1438,10 +1487,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1438
1487
|
}
|
|
1439
1488
|
)
|
|
1440
1489
|
] });
|
|
1441
|
-
const BaseSvgIcon$
|
|
1490
|
+
const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "DataSample");
|
|
1442
1491
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1443
1492
|
return /* @__PURE__ */ jsx(
|
|
1444
|
-
BaseSvgIcon$
|
|
1493
|
+
BaseSvgIcon$2k,
|
|
1445
1494
|
{
|
|
1446
1495
|
ref,
|
|
1447
1496
|
viewBox: "0 0 24 24",
|
|
@@ -1455,7 +1504,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1455
1504
|
);
|
|
1456
1505
|
}
|
|
1457
1506
|
const DataSample$1 = forwardRef(DataSample);
|
|
1458
|
-
const Icon$
|
|
1507
|
+
const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1459
1508
|
"path",
|
|
1460
1509
|
{
|
|
1461
1510
|
fill: "currentColor",
|
|
@@ -1464,10 +1513,10 @@ const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1464
1513
|
clipRule: "evenodd"
|
|
1465
1514
|
}
|
|
1466
1515
|
) });
|
|
1467
|
-
const BaseSvgIcon$
|
|
1516
|
+
const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DataUnavailable");
|
|
1468
1517
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1469
1518
|
return /* @__PURE__ */ jsx(
|
|
1470
|
-
BaseSvgIcon$
|
|
1519
|
+
BaseSvgIcon$2j,
|
|
1471
1520
|
{
|
|
1472
1521
|
ref,
|
|
1473
1522
|
viewBox: "0 0 24 24",
|
|
@@ -1481,7 +1530,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1481
1530
|
);
|
|
1482
1531
|
}
|
|
1483
1532
|
const DataUnavailable$1 = forwardRef(DataUnavailable);
|
|
1484
|
-
const Icon$
|
|
1533
|
+
const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1485
1534
|
"path",
|
|
1486
1535
|
{
|
|
1487
1536
|
fill: "currentColor",
|
|
@@ -1490,10 +1539,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1490
1539
|
clipRule: "evenodd"
|
|
1491
1540
|
}
|
|
1492
1541
|
) });
|
|
1493
|
-
const BaseSvgIcon$
|
|
1542
|
+
const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "Databricks");
|
|
1494
1543
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1495
1544
|
return /* @__PURE__ */ jsx(
|
|
1496
|
-
BaseSvgIcon$
|
|
1545
|
+
BaseSvgIcon$2i,
|
|
1497
1546
|
{
|
|
1498
1547
|
ref,
|
|
1499
1548
|
viewBox: "0 0 24 24",
|
|
@@ -1507,7 +1556,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1507
1556
|
);
|
|
1508
1557
|
}
|
|
1509
1558
|
const Databricks$1 = forwardRef(Databricks);
|
|
1510
|
-
const Icon$
|
|
1559
|
+
const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1511
1560
|
"path",
|
|
1512
1561
|
{
|
|
1513
1562
|
fill: "currentColor",
|
|
@@ -1516,10 +1565,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1516
1565
|
clipRule: "evenodd"
|
|
1517
1566
|
}
|
|
1518
1567
|
) });
|
|
1519
|
-
const BaseSvgIcon$
|
|
1568
|
+
const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "Demographics");
|
|
1520
1569
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1521
1570
|
return /* @__PURE__ */ jsx(
|
|
1522
|
-
BaseSvgIcon$
|
|
1571
|
+
BaseSvgIcon$2h,
|
|
1523
1572
|
{
|
|
1524
1573
|
ref,
|
|
1525
1574
|
viewBox: "0 0 24 24",
|
|
@@ -1533,7 +1582,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1533
1582
|
);
|
|
1534
1583
|
}
|
|
1535
1584
|
const Demographics$1 = forwardRef(Demographics);
|
|
1536
|
-
const Icon$
|
|
1585
|
+
const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1537
1586
|
"path",
|
|
1538
1587
|
{
|
|
1539
1588
|
fill: "currentColor",
|
|
@@ -1542,10 +1591,10 @@ const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1542
1591
|
clipRule: "evenodd"
|
|
1543
1592
|
}
|
|
1544
1593
|
) });
|
|
1545
|
-
const BaseSvgIcon$
|
|
1594
|
+
const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "Derived");
|
|
1546
1595
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1547
1596
|
return /* @__PURE__ */ jsx(
|
|
1548
|
-
BaseSvgIcon$
|
|
1597
|
+
BaseSvgIcon$2g,
|
|
1549
1598
|
{
|
|
1550
1599
|
ref,
|
|
1551
1600
|
viewBox: "0 0 24 24",
|
|
@@ -1559,7 +1608,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1559
1608
|
);
|
|
1560
1609
|
}
|
|
1561
1610
|
const Derived$1 = forwardRef(Derived);
|
|
1562
|
-
const Icon$
|
|
1611
|
+
const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1563
1612
|
"path",
|
|
1564
1613
|
{
|
|
1565
1614
|
fill: "currentColor",
|
|
@@ -1568,10 +1617,10 @@ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1568
1617
|
clipRule: "evenodd"
|
|
1569
1618
|
}
|
|
1570
1619
|
) });
|
|
1571
|
-
const BaseSvgIcon$
|
|
1620
|
+
const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "Distance");
|
|
1572
1621
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1573
1622
|
return /* @__PURE__ */ jsx(
|
|
1574
|
-
BaseSvgIcon$
|
|
1623
|
+
BaseSvgIcon$2f,
|
|
1575
1624
|
{
|
|
1576
1625
|
ref,
|
|
1577
1626
|
viewBox: "0 0 24 24",
|
|
@@ -1585,11 +1634,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1585
1634
|
);
|
|
1586
1635
|
}
|
|
1587
1636
|
const Distance$1 = forwardRef(Distance);
|
|
1588
|
-
const Icon$
|
|
1589
|
-
const BaseSvgIcon$
|
|
1637
|
+
const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1638
|
+
const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "Dot");
|
|
1590
1639
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1591
1640
|
return /* @__PURE__ */ jsx(
|
|
1592
|
-
BaseSvgIcon$
|
|
1641
|
+
BaseSvgIcon$2e,
|
|
1593
1642
|
{
|
|
1594
1643
|
ref,
|
|
1595
1644
|
viewBox: "0 0 24 24",
|
|
@@ -1603,7 +1652,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1603
1652
|
);
|
|
1604
1653
|
}
|
|
1605
1654
|
const Dot$1 = forwardRef(Dot);
|
|
1606
|
-
const Icon$
|
|
1655
|
+
const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1607
1656
|
"path",
|
|
1608
1657
|
{
|
|
1609
1658
|
fill: "currentColor",
|
|
@@ -1612,10 +1661,10 @@ const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1612
1661
|
clipRule: "evenodd"
|
|
1613
1662
|
}
|
|
1614
1663
|
) });
|
|
1615
|
-
const BaseSvgIcon$
|
|
1664
|
+
const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "DrawCircle");
|
|
1616
1665
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1617
1666
|
return /* @__PURE__ */ jsx(
|
|
1618
|
-
BaseSvgIcon$
|
|
1667
|
+
BaseSvgIcon$2d,
|
|
1619
1668
|
{
|
|
1620
1669
|
ref,
|
|
1621
1670
|
viewBox: "0 0 24 24",
|
|
@@ -1629,7 +1678,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1629
1678
|
);
|
|
1630
1679
|
}
|
|
1631
1680
|
const DrawCircle$1 = forwardRef(DrawCircle);
|
|
1632
|
-
const Icon$
|
|
1681
|
+
const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1633
1682
|
"path",
|
|
1634
1683
|
{
|
|
1635
1684
|
fill: "currentColor",
|
|
@@ -1638,10 +1687,10 @@ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1638
1687
|
clipRule: "evenodd"
|
|
1639
1688
|
}
|
|
1640
1689
|
) });
|
|
1641
|
-
const BaseSvgIcon$
|
|
1690
|
+
const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "DrawLasso");
|
|
1642
1691
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1643
1692
|
return /* @__PURE__ */ jsx(
|
|
1644
|
-
BaseSvgIcon$
|
|
1693
|
+
BaseSvgIcon$2c,
|
|
1645
1694
|
{
|
|
1646
1695
|
ref,
|
|
1647
1696
|
viewBox: "0 0 24 24",
|
|
@@ -1655,17 +1704,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1655
1704
|
);
|
|
1656
1705
|
}
|
|
1657
1706
|
const DrawLasso$1 = forwardRef(DrawLasso);
|
|
1658
|
-
const Icon$
|
|
1707
|
+
const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1659
1708
|
"path",
|
|
1660
1709
|
{
|
|
1661
1710
|
fill: "currentColor",
|
|
1662
1711
|
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"
|
|
1663
1712
|
}
|
|
1664
1713
|
) });
|
|
1665
|
-
const BaseSvgIcon$
|
|
1714
|
+
const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "DrawLine");
|
|
1666
1715
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1667
1716
|
return /* @__PURE__ */ jsx(
|
|
1668
|
-
BaseSvgIcon$
|
|
1717
|
+
BaseSvgIcon$2b,
|
|
1669
1718
|
{
|
|
1670
1719
|
ref,
|
|
1671
1720
|
viewBox: "0 0 24 24",
|
|
@@ -1679,7 +1728,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1679
1728
|
);
|
|
1680
1729
|
}
|
|
1681
1730
|
const DrawLine$1 = forwardRef(DrawLine);
|
|
1682
|
-
const Icon$
|
|
1731
|
+
const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1683
1732
|
"path",
|
|
1684
1733
|
{
|
|
1685
1734
|
fill: "currentColor",
|
|
@@ -1688,10 +1737,10 @@ const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1688
1737
|
clipRule: "evenodd"
|
|
1689
1738
|
}
|
|
1690
1739
|
) });
|
|
1691
|
-
const BaseSvgIcon$
|
|
1740
|
+
const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "DrawPolygon");
|
|
1692
1741
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1693
1742
|
return /* @__PURE__ */ jsx(
|
|
1694
|
-
BaseSvgIcon$
|
|
1743
|
+
BaseSvgIcon$2a,
|
|
1695
1744
|
{
|
|
1696
1745
|
ref,
|
|
1697
1746
|
viewBox: "0 0 24 24",
|
|
@@ -1705,7 +1754,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1705
1754
|
);
|
|
1706
1755
|
}
|
|
1707
1756
|
const DrawPolygon$1 = forwardRef(DrawPolygon);
|
|
1708
|
-
const Icon$
|
|
1757
|
+
const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1709
1758
|
"path",
|
|
1710
1759
|
{
|
|
1711
1760
|
fill: "currentColor",
|
|
@@ -1714,10 +1763,10 @@ const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1714
1763
|
clipRule: "evenodd"
|
|
1715
1764
|
}
|
|
1716
1765
|
) });
|
|
1717
|
-
const BaseSvgIcon$
|
|
1766
|
+
const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "DrawSquare");
|
|
1718
1767
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1719
1768
|
return /* @__PURE__ */ jsx(
|
|
1720
|
-
BaseSvgIcon$
|
|
1769
|
+
BaseSvgIcon$29,
|
|
1721
1770
|
{
|
|
1722
1771
|
ref,
|
|
1723
1772
|
viewBox: "0 0 24 24",
|
|
@@ -1731,7 +1780,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1731
1780
|
);
|
|
1732
1781
|
}
|
|
1733
1782
|
const DrawSquare$1 = forwardRef(DrawSquare);
|
|
1734
|
-
const Icon$
|
|
1783
|
+
const Icon$28 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1735
1784
|
/* @__PURE__ */ jsx(
|
|
1736
1785
|
"path",
|
|
1737
1786
|
{
|
|
@@ -1749,10 +1798,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1749
1798
|
}
|
|
1750
1799
|
)
|
|
1751
1800
|
] });
|
|
1752
|
-
const BaseSvgIcon$
|
|
1801
|
+
const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "DropAPin");
|
|
1753
1802
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1754
1803
|
return /* @__PURE__ */ jsx(
|
|
1755
|
-
BaseSvgIcon$
|
|
1804
|
+
BaseSvgIcon$28,
|
|
1756
1805
|
{
|
|
1757
1806
|
ref,
|
|
1758
1807
|
viewBox: "0 0 24 24",
|
|
@@ -1766,7 +1815,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1766
1815
|
);
|
|
1767
1816
|
}
|
|
1768
1817
|
const DropAPin$1 = forwardRef(DropAPin);
|
|
1769
|
-
const Icon$
|
|
1818
|
+
const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1770
1819
|
"path",
|
|
1771
1820
|
{
|
|
1772
1821
|
fill: "currentColor",
|
|
@@ -1775,10 +1824,10 @@ const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1775
1824
|
clipRule: "evenodd"
|
|
1776
1825
|
}
|
|
1777
1826
|
) });
|
|
1778
|
-
const BaseSvgIcon$
|
|
1827
|
+
const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "DualMap");
|
|
1779
1828
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1780
1829
|
return /* @__PURE__ */ jsx(
|
|
1781
|
-
BaseSvgIcon$
|
|
1830
|
+
BaseSvgIcon$27,
|
|
1782
1831
|
{
|
|
1783
1832
|
ref,
|
|
1784
1833
|
viewBox: "0 0 24 24",
|
|
@@ -1792,7 +1841,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
1792
1841
|
);
|
|
1793
1842
|
}
|
|
1794
1843
|
const DualMap$1 = forwardRef(DualMap);
|
|
1795
|
-
const Icon$
|
|
1844
|
+
const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1796
1845
|
"path",
|
|
1797
1846
|
{
|
|
1798
1847
|
fill: "currentColor",
|
|
@@ -1801,10 +1850,10 @@ const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1801
1850
|
clipRule: "evenodd"
|
|
1802
1851
|
}
|
|
1803
1852
|
) });
|
|
1804
|
-
const BaseSvgIcon$
|
|
1853
|
+
const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "Environmental");
|
|
1805
1854
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
1806
1855
|
return /* @__PURE__ */ jsx(
|
|
1807
|
-
BaseSvgIcon$
|
|
1856
|
+
BaseSvgIcon$26,
|
|
1808
1857
|
{
|
|
1809
1858
|
ref,
|
|
1810
1859
|
viewBox: "0 0 24 24",
|
|
@@ -1818,7 +1867,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
1818
1867
|
);
|
|
1819
1868
|
}
|
|
1820
1869
|
const Environmental$1 = forwardRef(Environmental);
|
|
1821
|
-
const Icon$
|
|
1870
|
+
const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1822
1871
|
"path",
|
|
1823
1872
|
{
|
|
1824
1873
|
fill: "currentColor",
|
|
@@ -1827,10 +1876,10 @@ const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1827
1876
|
clipRule: "evenodd"
|
|
1828
1877
|
}
|
|
1829
1878
|
) });
|
|
1830
|
-
const BaseSvgIcon$
|
|
1879
|
+
const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "EnvironmentalManagement");
|
|
1831
1880
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
1832
1881
|
return /* @__PURE__ */ jsx(
|
|
1833
|
-
BaseSvgIcon$
|
|
1882
|
+
BaseSvgIcon$25,
|
|
1834
1883
|
{
|
|
1835
1884
|
ref,
|
|
1836
1885
|
viewBox: "0 0 24 24",
|
|
@@ -1844,11 +1893,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
1844
1893
|
);
|
|
1845
1894
|
}
|
|
1846
1895
|
const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
|
|
1847
|
-
const Icon$
|
|
1848
|
-
const BaseSvgIcon$
|
|
1896
|
+
const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
1897
|
+
const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "Equal");
|
|
1849
1898
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
1850
1899
|
return /* @__PURE__ */ jsx(
|
|
1851
|
-
BaseSvgIcon$
|
|
1900
|
+
BaseSvgIcon$24,
|
|
1852
1901
|
{
|
|
1853
1902
|
ref,
|
|
1854
1903
|
viewBox: "0 0 24 24",
|
|
@@ -1862,7 +1911,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
1862
1911
|
);
|
|
1863
1912
|
}
|
|
1864
1913
|
const Equal$1 = forwardRef(Equal);
|
|
1865
|
-
const Icon$
|
|
1914
|
+
const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1866
1915
|
"path",
|
|
1867
1916
|
{
|
|
1868
1917
|
fill: "currentColor",
|
|
@@ -1871,10 +1920,10 @@ const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1871
1920
|
clipRule: "evenodd"
|
|
1872
1921
|
}
|
|
1873
1922
|
) });
|
|
1874
|
-
const BaseSvgIcon$
|
|
1923
|
+
const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "ExitToAppLeft");
|
|
1875
1924
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
1876
1925
|
return /* @__PURE__ */ jsx(
|
|
1877
|
-
BaseSvgIcon$
|
|
1926
|
+
BaseSvgIcon$23,
|
|
1878
1927
|
{
|
|
1879
1928
|
ref,
|
|
1880
1929
|
viewBox: "0 0 24 24",
|
|
@@ -1888,7 +1937,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
1888
1937
|
);
|
|
1889
1938
|
}
|
|
1890
1939
|
const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
|
|
1891
|
-
const Icon$
|
|
1940
|
+
const Icon$22 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1892
1941
|
"path",
|
|
1893
1942
|
{
|
|
1894
1943
|
fill: "currentColor",
|
|
@@ -1897,10 +1946,10 @@ const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1897
1946
|
clipRule: "evenodd"
|
|
1898
1947
|
}
|
|
1899
1948
|
) });
|
|
1900
|
-
const BaseSvgIcon$
|
|
1949
|
+
const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "Fabric");
|
|
1901
1950
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
1902
1951
|
return /* @__PURE__ */ jsx(
|
|
1903
|
-
BaseSvgIcon$
|
|
1952
|
+
BaseSvgIcon$22,
|
|
1904
1953
|
{
|
|
1905
1954
|
ref,
|
|
1906
1955
|
viewBox: "0 0 24 24",
|
|
@@ -1914,7 +1963,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
1914
1963
|
);
|
|
1915
1964
|
}
|
|
1916
1965
|
const Fabric$1 = forwardRef(Fabric);
|
|
1917
|
-
const Icon$
|
|
1966
|
+
const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1918
1967
|
"path",
|
|
1919
1968
|
{
|
|
1920
1969
|
fill: "currentColor",
|
|
@@ -1923,10 +1972,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1923
1972
|
clipRule: "evenodd"
|
|
1924
1973
|
}
|
|
1925
1974
|
) });
|
|
1926
|
-
const BaseSvgIcon$
|
|
1975
|
+
const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "Facebook");
|
|
1927
1976
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
1928
1977
|
return /* @__PURE__ */ jsx(
|
|
1929
|
-
BaseSvgIcon$
|
|
1978
|
+
BaseSvgIcon$21,
|
|
1930
1979
|
{
|
|
1931
1980
|
ref,
|
|
1932
1981
|
viewBox: "0 0 24 24",
|
|
@@ -1940,7 +1989,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
1940
1989
|
);
|
|
1941
1990
|
}
|
|
1942
1991
|
const Facebook$1 = forwardRef(Facebook);
|
|
1943
|
-
const Icon$
|
|
1992
|
+
const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1944
1993
|
"path",
|
|
1945
1994
|
{
|
|
1946
1995
|
fill: "currentColor",
|
|
@@ -1949,10 +1998,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1949
1998
|
clipRule: "evenodd"
|
|
1950
1999
|
}
|
|
1951
2000
|
) });
|
|
1952
|
-
const BaseSvgIcon$
|
|
2001
|
+
const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "Financial");
|
|
1953
2002
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
1954
2003
|
return /* @__PURE__ */ jsx(
|
|
1955
|
-
BaseSvgIcon$
|
|
2004
|
+
BaseSvgIcon$20,
|
|
1956
2005
|
{
|
|
1957
2006
|
ref,
|
|
1958
2007
|
viewBox: "0 0 24 24",
|
|
@@ -1966,17 +2015,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
1966
2015
|
);
|
|
1967
2016
|
}
|
|
1968
2017
|
const Financial$1 = forwardRef(Financial);
|
|
1969
|
-
const Icon$
|
|
2018
|
+
const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1970
2019
|
"path",
|
|
1971
2020
|
{
|
|
1972
2021
|
fill: "currentColor",
|
|
1973
2022
|
d: "M13 23h-2V1h2zM7 21h2v-2H7zM3 9h2V7H3zM21 19V5c0-1.1-.9-2-2-2h-4v2h4v14h-4v2h4c1.1 0 2-.9 2-2M5 5V3c-1.1 0-2 .9-2 2zM3 17h2v-2H3zM7 5h2V3H7zM3 13h2v-2H3zM3 19c0 1.1.9 2 2 2v-2z"
|
|
1974
2023
|
}
|
|
1975
2024
|
) });
|
|
1976
|
-
const BaseSvgIcon$
|
|
2025
|
+
const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "FlipInverse");
|
|
1977
2026
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
1978
2027
|
return /* @__PURE__ */ jsx(
|
|
1979
|
-
BaseSvgIcon$
|
|
2028
|
+
BaseSvgIcon$1$,
|
|
1980
2029
|
{
|
|
1981
2030
|
ref,
|
|
1982
2031
|
viewBox: "0 0 24 24",
|
|
@@ -1990,7 +2039,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
1990
2039
|
);
|
|
1991
2040
|
}
|
|
1992
2041
|
const FlipInverse$1 = forwardRef(FlipInverse);
|
|
1993
|
-
const Icon$
|
|
2042
|
+
const Icon$1_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1994
2043
|
/* @__PURE__ */ jsx(
|
|
1995
2044
|
"path",
|
|
1996
2045
|
{
|
|
@@ -2010,10 +2059,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2010
2059
|
}
|
|
2011
2060
|
)
|
|
2012
2061
|
] });
|
|
2013
|
-
const BaseSvgIcon$
|
|
2062
|
+
const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Framed");
|
|
2014
2063
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
2015
2064
|
return /* @__PURE__ */ jsx(
|
|
2016
|
-
BaseSvgIcon$
|
|
2065
|
+
BaseSvgIcon$1_,
|
|
2017
2066
|
{
|
|
2018
2067
|
ref,
|
|
2019
2068
|
viewBox: "0 0 24 24",
|
|
@@ -2027,7 +2076,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
2027
2076
|
);
|
|
2028
2077
|
}
|
|
2029
2078
|
const Framed$1 = forwardRef(Framed);
|
|
2030
|
-
const Icon$
|
|
2079
|
+
const Icon$1Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2031
2080
|
/* @__PURE__ */ jsx(
|
|
2032
2081
|
"path",
|
|
2033
2082
|
{
|
|
@@ -2054,10 +2103,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2054
2103
|
}
|
|
2055
2104
|
)
|
|
2056
2105
|
] });
|
|
2057
|
-
const BaseSvgIcon$
|
|
2106
|
+
const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "FraudDetection");
|
|
2058
2107
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2059
2108
|
return /* @__PURE__ */ jsx(
|
|
2060
|
-
BaseSvgIcon$
|
|
2109
|
+
BaseSvgIcon$1Z,
|
|
2061
2110
|
{
|
|
2062
2111
|
ref,
|
|
2063
2112
|
viewBox: "0 0 24 24",
|
|
@@ -2071,7 +2120,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2071
2120
|
);
|
|
2072
2121
|
}
|
|
2073
2122
|
const FraudDetection$1 = forwardRef(FraudDetection);
|
|
2074
|
-
const Icon$
|
|
2123
|
+
const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2075
2124
|
"path",
|
|
2076
2125
|
{
|
|
2077
2126
|
fill: "currentColor",
|
|
@@ -2080,10 +2129,10 @@ const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2080
2129
|
clipRule: "evenodd"
|
|
2081
2130
|
}
|
|
2082
2131
|
) });
|
|
2083
|
-
const BaseSvgIcon$
|
|
2132
|
+
const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "Functions");
|
|
2084
2133
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2085
2134
|
return /* @__PURE__ */ jsx(
|
|
2086
|
-
BaseSvgIcon$
|
|
2135
|
+
BaseSvgIcon$1Y,
|
|
2087
2136
|
{
|
|
2088
2137
|
ref,
|
|
2089
2138
|
viewBox: "0 0 24 24",
|
|
@@ -2097,7 +2146,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2097
2146
|
);
|
|
2098
2147
|
}
|
|
2099
2148
|
const Functions$1 = forwardRef(Functions);
|
|
2100
|
-
const Icon$
|
|
2149
|
+
const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2101
2150
|
/* @__PURE__ */ jsx(
|
|
2102
2151
|
"path",
|
|
2103
2152
|
{
|
|
@@ -2120,10 +2169,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2120
2169
|
}
|
|
2121
2170
|
)
|
|
2122
2171
|
] });
|
|
2123
|
-
const BaseSvgIcon$
|
|
2172
|
+
const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "GeneratingDescription");
|
|
2124
2173
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2125
2174
|
return /* @__PURE__ */ jsx(
|
|
2126
|
-
BaseSvgIcon$
|
|
2175
|
+
BaseSvgIcon$1X,
|
|
2127
2176
|
{
|
|
2128
2177
|
ref,
|
|
2129
2178
|
viewBox: "0 0 24 24",
|
|
@@ -2137,7 +2186,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2137
2186
|
);
|
|
2138
2187
|
}
|
|
2139
2188
|
const GeneratingDescription$1 = forwardRef(GeneratingDescription);
|
|
2140
|
-
const Icon$
|
|
2189
|
+
const Icon$1W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2141
2190
|
/* @__PURE__ */ jsx(
|
|
2142
2191
|
"path",
|
|
2143
2192
|
{
|
|
@@ -2157,10 +2206,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2157
2206
|
}
|
|
2158
2207
|
)
|
|
2159
2208
|
] });
|
|
2160
|
-
const BaseSvgIcon$
|
|
2209
|
+
const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "GeocodeTable");
|
|
2161
2210
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2162
2211
|
return /* @__PURE__ */ jsx(
|
|
2163
|
-
BaseSvgIcon$
|
|
2212
|
+
BaseSvgIcon$1W,
|
|
2164
2213
|
{
|
|
2165
2214
|
ref,
|
|
2166
2215
|
viewBox: "0 0 24 24",
|
|
@@ -2174,7 +2223,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2174
2223
|
);
|
|
2175
2224
|
}
|
|
2176
2225
|
const GeocodeTable$1 = forwardRef(GeocodeTable);
|
|
2177
|
-
const Icon$
|
|
2226
|
+
const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2178
2227
|
"path",
|
|
2179
2228
|
{
|
|
2180
2229
|
fill: "currentColor",
|
|
@@ -2183,10 +2232,10 @@ const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2183
2232
|
clipRule: "evenodd"
|
|
2184
2233
|
}
|
|
2185
2234
|
) });
|
|
2186
|
-
const BaseSvgIcon$
|
|
2235
|
+
const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "Geography");
|
|
2187
2236
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2188
2237
|
return /* @__PURE__ */ jsx(
|
|
2189
|
-
BaseSvgIcon$
|
|
2238
|
+
BaseSvgIcon$1V,
|
|
2190
2239
|
{
|
|
2191
2240
|
ref,
|
|
2192
2241
|
viewBox: "0 0 24 24",
|
|
@@ -2200,7 +2249,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2200
2249
|
);
|
|
2201
2250
|
}
|
|
2202
2251
|
const Geography$1 = forwardRef(Geography);
|
|
2203
|
-
const Icon$
|
|
2252
|
+
const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2204
2253
|
"path",
|
|
2205
2254
|
{
|
|
2206
2255
|
fill: "currentColor",
|
|
@@ -2209,10 +2258,10 @@ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2209
2258
|
clipRule: "evenodd"
|
|
2210
2259
|
}
|
|
2211
2260
|
) });
|
|
2212
|
-
const BaseSvgIcon$
|
|
2261
|
+
const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "Geomarketing");
|
|
2213
2262
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2214
2263
|
return /* @__PURE__ */ jsx(
|
|
2215
|
-
BaseSvgIcon$
|
|
2264
|
+
BaseSvgIcon$1U,
|
|
2216
2265
|
{
|
|
2217
2266
|
ref,
|
|
2218
2267
|
viewBox: "0 0 24 24",
|
|
@@ -2226,7 +2275,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2226
2275
|
);
|
|
2227
2276
|
}
|
|
2228
2277
|
const Geomarketing$1 = forwardRef(Geomarketing);
|
|
2229
|
-
const Icon$
|
|
2278
|
+
const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2230
2279
|
"path",
|
|
2231
2280
|
{
|
|
2232
2281
|
fill: "currentColor",
|
|
@@ -2235,10 +2284,10 @@ const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2235
2284
|
clipRule: "evenodd"
|
|
2236
2285
|
}
|
|
2237
2286
|
) });
|
|
2238
|
-
const BaseSvgIcon$
|
|
2287
|
+
const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "Geometry");
|
|
2239
2288
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2240
2289
|
return /* @__PURE__ */ jsx(
|
|
2241
|
-
BaseSvgIcon$
|
|
2290
|
+
BaseSvgIcon$1T,
|
|
2242
2291
|
{
|
|
2243
2292
|
ref,
|
|
2244
2293
|
viewBox: "0 0 24 24",
|
|
@@ -2252,7 +2301,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2252
2301
|
);
|
|
2253
2302
|
}
|
|
2254
2303
|
const Geometry$1 = forwardRef(Geometry);
|
|
2255
|
-
const Icon$
|
|
2304
|
+
const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2256
2305
|
"path",
|
|
2257
2306
|
{
|
|
2258
2307
|
fill: "currentColor",
|
|
@@ -2261,10 +2310,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2261
2310
|
clipRule: "evenodd"
|
|
2262
2311
|
}
|
|
2263
2312
|
) });
|
|
2264
|
-
const BaseSvgIcon$
|
|
2313
|
+
const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "Github");
|
|
2265
2314
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2266
2315
|
return /* @__PURE__ */ jsx(
|
|
2267
|
-
BaseSvgIcon$
|
|
2316
|
+
BaseSvgIcon$1S,
|
|
2268
2317
|
{
|
|
2269
2318
|
ref,
|
|
2270
2319
|
viewBox: "0 0 24 24",
|
|
@@ -2278,7 +2327,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2278
2327
|
);
|
|
2279
2328
|
}
|
|
2280
2329
|
const Github$1 = forwardRef(Github);
|
|
2281
|
-
const Icon$
|
|
2330
|
+
const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2282
2331
|
"path",
|
|
2283
2332
|
{
|
|
2284
2333
|
fill: "currentColor",
|
|
@@ -2287,10 +2336,10 @@ const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2287
2336
|
clipRule: "evenodd"
|
|
2288
2337
|
}
|
|
2289
2338
|
) });
|
|
2290
|
-
const BaseSvgIcon$
|
|
2339
|
+
const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "Google");
|
|
2291
2340
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2292
2341
|
return /* @__PURE__ */ jsx(
|
|
2293
|
-
BaseSvgIcon$
|
|
2342
|
+
BaseSvgIcon$1R,
|
|
2294
2343
|
{
|
|
2295
2344
|
ref,
|
|
2296
2345
|
viewBox: "0 0 24 24",
|
|
@@ -2304,7 +2353,7 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2304
2353
|
);
|
|
2305
2354
|
}
|
|
2306
2355
|
const Google$1 = forwardRef(Google);
|
|
2307
|
-
const Icon$
|
|
2356
|
+
const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2308
2357
|
"path",
|
|
2309
2358
|
{
|
|
2310
2359
|
fill: "currentColor",
|
|
@@ -2313,10 +2362,10 @@ const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2313
2362
|
clipRule: "evenodd"
|
|
2314
2363
|
}
|
|
2315
2364
|
) });
|
|
2316
|
-
const BaseSvgIcon$
|
|
2365
|
+
const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "H3");
|
|
2317
2366
|
function H3({ width, height, sx, ...props }, ref) {
|
|
2318
2367
|
return /* @__PURE__ */ jsx(
|
|
2319
|
-
BaseSvgIcon$
|
|
2368
|
+
BaseSvgIcon$1Q,
|
|
2320
2369
|
{
|
|
2321
2370
|
ref,
|
|
2322
2371
|
viewBox: "0 0 24 24",
|
|
@@ -2330,7 +2379,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2330
2379
|
);
|
|
2331
2380
|
}
|
|
2332
2381
|
const H3$1 = forwardRef(H3);
|
|
2333
|
-
const Icon$
|
|
2382
|
+
const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2334
2383
|
"path",
|
|
2335
2384
|
{
|
|
2336
2385
|
fill: "currentColor",
|
|
@@ -2339,10 +2388,10 @@ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2339
2388
|
clipRule: "evenodd"
|
|
2340
2389
|
}
|
|
2341
2390
|
) });
|
|
2342
|
-
const BaseSvgIcon$
|
|
2391
|
+
const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "HealthAnalytics");
|
|
2343
2392
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2344
2393
|
return /* @__PURE__ */ jsx(
|
|
2345
|
-
BaseSvgIcon$
|
|
2394
|
+
BaseSvgIcon$1P,
|
|
2346
2395
|
{
|
|
2347
2396
|
ref,
|
|
2348
2397
|
viewBox: "0 0 24 24",
|
|
@@ -2356,7 +2405,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2356
2405
|
);
|
|
2357
2406
|
}
|
|
2358
2407
|
const HealthAnalytics$1 = forwardRef(HealthAnalytics);
|
|
2359
|
-
const Icon$
|
|
2408
|
+
const Icon$1O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2360
2409
|
/* @__PURE__ */ jsx(
|
|
2361
2410
|
"path",
|
|
2362
2411
|
{
|
|
@@ -2374,10 +2423,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2374
2423
|
}
|
|
2375
2424
|
)
|
|
2376
2425
|
] });
|
|
2377
|
-
const BaseSvgIcon$
|
|
2426
|
+
const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "HideComments");
|
|
2378
2427
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2379
2428
|
return /* @__PURE__ */ jsx(
|
|
2380
|
-
BaseSvgIcon$
|
|
2429
|
+
BaseSvgIcon$1O,
|
|
2381
2430
|
{
|
|
2382
2431
|
ref,
|
|
2383
2432
|
viewBox: "0 0 24 24",
|
|
@@ -2391,7 +2440,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2391
2440
|
);
|
|
2392
2441
|
}
|
|
2393
2442
|
const HideComments$1 = forwardRef(HideComments);
|
|
2394
|
-
const Icon$
|
|
2443
|
+
const Icon$1N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2395
2444
|
/* @__PURE__ */ jsx(
|
|
2396
2445
|
"path",
|
|
2397
2446
|
{
|
|
@@ -2409,10 +2458,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2409
2458
|
}
|
|
2410
2459
|
)
|
|
2411
2460
|
] });
|
|
2412
|
-
const BaseSvgIcon$
|
|
2461
|
+
const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "HideLeftsidebar");
|
|
2413
2462
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2414
2463
|
return /* @__PURE__ */ jsx(
|
|
2415
|
-
BaseSvgIcon$
|
|
2464
|
+
BaseSvgIcon$1N,
|
|
2416
2465
|
{
|
|
2417
2466
|
ref,
|
|
2418
2467
|
viewBox: "0 0 24 24",
|
|
@@ -2426,7 +2475,42 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2426
2475
|
);
|
|
2427
2476
|
}
|
|
2428
2477
|
const HideLeftsidebar$1 = forwardRef(HideLeftsidebar);
|
|
2429
|
-
const Icon$
|
|
2478
|
+
const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2479
|
+
/* @__PURE__ */ jsx(
|
|
2480
|
+
"path",
|
|
2481
|
+
{
|
|
2482
|
+
fill: "currentColor",
|
|
2483
|
+
d: "m13 12-4.59 4.58L7 15.17 10.17 12 7 8.83l1.41-1.42z"
|
|
2484
|
+
}
|
|
2485
|
+
),
|
|
2486
|
+
/* @__PURE__ */ jsx(
|
|
2487
|
+
"path",
|
|
2488
|
+
{
|
|
2489
|
+
fill: "currentColor",
|
|
2490
|
+
fillRule: "evenodd",
|
|
2491
|
+
d: "M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-3.794 3.995L18 21H6l-.206-.005a4 4 0 0 1-3.79-3.789L2 17V7a4 4 0 0 1 4-4zM6 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h9V5zm10.5 14H18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1.5z",
|
|
2492
|
+
clipRule: "evenodd"
|
|
2493
|
+
}
|
|
2494
|
+
)
|
|
2495
|
+
] });
|
|
2496
|
+
const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "HideRightsidebar");
|
|
2497
|
+
function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
2498
|
+
return /* @__PURE__ */ jsx(
|
|
2499
|
+
BaseSvgIcon$1M,
|
|
2500
|
+
{
|
|
2501
|
+
ref,
|
|
2502
|
+
viewBox: "0 0 24 24",
|
|
2503
|
+
sx: {
|
|
2504
|
+
width,
|
|
2505
|
+
height: height || width,
|
|
2506
|
+
...sx
|
|
2507
|
+
},
|
|
2508
|
+
...props
|
|
2509
|
+
}
|
|
2510
|
+
);
|
|
2511
|
+
}
|
|
2512
|
+
const HideRightsidebar$1 = forwardRef(HideRightsidebar);
|
|
2513
|
+
const Icon$1L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2430
2514
|
"path",
|
|
2431
2515
|
{
|
|
2432
2516
|
fill: "currentColor",
|
|
@@ -2435,10 +2519,10 @@ const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2435
2519
|
clipRule: "evenodd"
|
|
2436
2520
|
}
|
|
2437
2521
|
) });
|
|
2438
|
-
const BaseSvgIcon$
|
|
2522
|
+
const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "Home");
|
|
2439
2523
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2440
2524
|
return /* @__PURE__ */ jsx(
|
|
2441
|
-
BaseSvgIcon$
|
|
2525
|
+
BaseSvgIcon$1L,
|
|
2442
2526
|
{
|
|
2443
2527
|
ref,
|
|
2444
2528
|
viewBox: "0 0 24 24",
|
|
@@ -2452,7 +2536,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2452
2536
|
);
|
|
2453
2537
|
}
|
|
2454
2538
|
const Home$1 = forwardRef(Home);
|
|
2455
|
-
const Icon$
|
|
2539
|
+
const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2456
2540
|
"path",
|
|
2457
2541
|
{
|
|
2458
2542
|
fill: "currentColor",
|
|
@@ -2461,10 +2545,10 @@ const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2461
2545
|
clipRule: "evenodd"
|
|
2462
2546
|
}
|
|
2463
2547
|
) });
|
|
2464
|
-
const BaseSvgIcon$
|
|
2548
|
+
const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "Housing");
|
|
2465
2549
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2466
2550
|
return /* @__PURE__ */ jsx(
|
|
2467
|
-
BaseSvgIcon$
|
|
2551
|
+
BaseSvgIcon$1K,
|
|
2468
2552
|
{
|
|
2469
2553
|
ref,
|
|
2470
2554
|
viewBox: "0 0 24 24",
|
|
@@ -2478,7 +2562,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2478
2562
|
);
|
|
2479
2563
|
}
|
|
2480
2564
|
const Housing$1 = forwardRef(Housing);
|
|
2481
|
-
const Icon$
|
|
2565
|
+
const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2482
2566
|
"path",
|
|
2483
2567
|
{
|
|
2484
2568
|
fill: "currentColor",
|
|
@@ -2487,10 +2571,10 @@ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2487
2571
|
clipRule: "evenodd"
|
|
2488
2572
|
}
|
|
2489
2573
|
) });
|
|
2490
|
-
const BaseSvgIcon$
|
|
2574
|
+
const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "HumanMobility");
|
|
2491
2575
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2492
2576
|
return /* @__PURE__ */ jsx(
|
|
2493
|
-
BaseSvgIcon$
|
|
2577
|
+
BaseSvgIcon$1J,
|
|
2494
2578
|
{
|
|
2495
2579
|
ref,
|
|
2496
2580
|
viewBox: "0 0 24 24",
|
|
@@ -2504,7 +2588,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2504
2588
|
);
|
|
2505
2589
|
}
|
|
2506
2590
|
const HumanMobility$1 = forwardRef(HumanMobility);
|
|
2507
|
-
const Icon$
|
|
2591
|
+
const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2508
2592
|
"path",
|
|
2509
2593
|
{
|
|
2510
2594
|
fill: "currentColor",
|
|
@@ -2513,10 +2597,10 @@ const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2513
2597
|
clipRule: "evenodd"
|
|
2514
2598
|
}
|
|
2515
2599
|
) });
|
|
2516
|
-
const BaseSvgIcon$
|
|
2600
|
+
const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "Id");
|
|
2517
2601
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2518
2602
|
return /* @__PURE__ */ jsx(
|
|
2519
|
-
BaseSvgIcon$
|
|
2603
|
+
BaseSvgIcon$1I,
|
|
2520
2604
|
{
|
|
2521
2605
|
ref,
|
|
2522
2606
|
viewBox: "0 0 24 24",
|
|
@@ -2530,7 +2614,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2530
2614
|
);
|
|
2531
2615
|
}
|
|
2532
2616
|
const Id$1 = forwardRef(Id);
|
|
2533
|
-
const Icon$
|
|
2617
|
+
const Icon$1H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2534
2618
|
/* @__PURE__ */ jsx(
|
|
2535
2619
|
"path",
|
|
2536
2620
|
{
|
|
@@ -2548,10 +2632,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2548
2632
|
),
|
|
2549
2633
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2550
2634
|
] });
|
|
2551
|
-
const BaseSvgIcon$
|
|
2635
|
+
const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "Image");
|
|
2552
2636
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2553
2637
|
return /* @__PURE__ */ jsx(
|
|
2554
|
-
BaseSvgIcon$
|
|
2638
|
+
BaseSvgIcon$1H,
|
|
2555
2639
|
{
|
|
2556
2640
|
ref,
|
|
2557
2641
|
viewBox: "0 0 24 24",
|
|
@@ -2565,7 +2649,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2565
2649
|
);
|
|
2566
2650
|
}
|
|
2567
2651
|
const Image$1 = forwardRef(Image);
|
|
2568
|
-
const Icon$
|
|
2652
|
+
const Icon$1G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2569
2653
|
/* @__PURE__ */ jsx(
|
|
2570
2654
|
"path",
|
|
2571
2655
|
{
|
|
@@ -2590,10 +2674,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2590
2674
|
}
|
|
2591
2675
|
)
|
|
2592
2676
|
] });
|
|
2593
|
-
const BaseSvgIcon$
|
|
2677
|
+
const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "Infrastructure");
|
|
2594
2678
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2595
2679
|
return /* @__PURE__ */ jsx(
|
|
2596
|
-
BaseSvgIcon$
|
|
2680
|
+
BaseSvgIcon$1G,
|
|
2597
2681
|
{
|
|
2598
2682
|
ref,
|
|
2599
2683
|
viewBox: "0 0 24 24",
|
|
@@ -2607,7 +2691,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2607
2691
|
);
|
|
2608
2692
|
}
|
|
2609
2693
|
const Infrastructure$1 = forwardRef(Infrastructure);
|
|
2610
|
-
const Icon$
|
|
2694
|
+
const Icon$1F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2611
2695
|
"path",
|
|
2612
2696
|
{
|
|
2613
2697
|
fill: "currentColor",
|
|
@@ -2616,10 +2700,10 @@ const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2616
2700
|
clipRule: "evenodd"
|
|
2617
2701
|
}
|
|
2618
2702
|
) });
|
|
2619
|
-
const BaseSvgIcon$
|
|
2703
|
+
const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "IotAnalytics");
|
|
2620
2704
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2621
2705
|
return /* @__PURE__ */ jsx(
|
|
2622
|
-
BaseSvgIcon$
|
|
2706
|
+
BaseSvgIcon$1F,
|
|
2623
2707
|
{
|
|
2624
2708
|
ref,
|
|
2625
2709
|
viewBox: "0 0 24 24",
|
|
@@ -2633,7 +2717,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2633
2717
|
);
|
|
2634
2718
|
}
|
|
2635
2719
|
const IotAnalytics$1 = forwardRef(IotAnalytics);
|
|
2636
|
-
const Icon$
|
|
2720
|
+
const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2637
2721
|
/* @__PURE__ */ jsx(
|
|
2638
2722
|
"path",
|
|
2639
2723
|
{
|
|
@@ -2651,10 +2735,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2651
2735
|
}
|
|
2652
2736
|
)
|
|
2653
2737
|
] });
|
|
2654
|
-
const BaseSvgIcon$
|
|
2738
|
+
const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "LabelDeprecated");
|
|
2655
2739
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
2656
2740
|
return /* @__PURE__ */ jsx(
|
|
2657
|
-
BaseSvgIcon$
|
|
2741
|
+
BaseSvgIcon$1E,
|
|
2658
2742
|
{
|
|
2659
2743
|
ref,
|
|
2660
2744
|
viewBox: "0 0 24 24",
|
|
@@ -2668,7 +2752,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
2668
2752
|
);
|
|
2669
2753
|
}
|
|
2670
2754
|
const LabelDeprecated$1 = forwardRef(LabelDeprecated);
|
|
2671
|
-
const Icon$
|
|
2755
|
+
const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2672
2756
|
"path",
|
|
2673
2757
|
{
|
|
2674
2758
|
fill: "currentColor",
|
|
@@ -2677,10 +2761,10 @@ const Icon$1C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2677
2761
|
clipRule: "evenodd"
|
|
2678
2762
|
}
|
|
2679
2763
|
) });
|
|
2680
|
-
const BaseSvgIcon$
|
|
2764
|
+
const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "Layers");
|
|
2681
2765
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
2682
2766
|
return /* @__PURE__ */ jsx(
|
|
2683
|
-
BaseSvgIcon$
|
|
2767
|
+
BaseSvgIcon$1D,
|
|
2684
2768
|
{
|
|
2685
2769
|
ref,
|
|
2686
2770
|
viewBox: "0 0 24 24",
|
|
@@ -2694,7 +2778,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
2694
2778
|
);
|
|
2695
2779
|
}
|
|
2696
2780
|
const Layers$1 = forwardRef(Layers);
|
|
2697
|
-
const Icon$
|
|
2781
|
+
const Icon$1C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2698
2782
|
"path",
|
|
2699
2783
|
{
|
|
2700
2784
|
fill: "currentColor",
|
|
@@ -2703,10 +2787,10 @@ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2703
2787
|
clipRule: "evenodd"
|
|
2704
2788
|
}
|
|
2705
2789
|
) });
|
|
2706
|
-
const BaseSvgIcon$
|
|
2790
|
+
const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "Linkedin");
|
|
2707
2791
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
2708
2792
|
return /* @__PURE__ */ jsx(
|
|
2709
|
-
BaseSvgIcon$
|
|
2793
|
+
BaseSvgIcon$1C,
|
|
2710
2794
|
{
|
|
2711
2795
|
ref,
|
|
2712
2796
|
viewBox: "0 0 24 24",
|
|
@@ -2720,7 +2804,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
2720
2804
|
);
|
|
2721
2805
|
}
|
|
2722
2806
|
const Linkedin$1 = forwardRef(Linkedin);
|
|
2723
|
-
const Icon$
|
|
2807
|
+
const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2724
2808
|
"path",
|
|
2725
2809
|
{
|
|
2726
2810
|
fill: "currentColor",
|
|
@@ -2729,10 +2813,10 @@ const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2729
2813
|
clipRule: "evenodd"
|
|
2730
2814
|
}
|
|
2731
2815
|
) });
|
|
2732
|
-
const BaseSvgIcon$
|
|
2816
|
+
const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "MapCoordinates");
|
|
2733
2817
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
2734
2818
|
return /* @__PURE__ */ jsx(
|
|
2735
|
-
BaseSvgIcon$
|
|
2819
|
+
BaseSvgIcon$1B,
|
|
2736
2820
|
{
|
|
2737
2821
|
ref,
|
|
2738
2822
|
viewBox: "0 0 24 24",
|
|
@@ -2746,7 +2830,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
2746
2830
|
);
|
|
2747
2831
|
}
|
|
2748
2832
|
const MapCoordinates$1 = forwardRef(MapCoordinates);
|
|
2749
|
-
const Icon$
|
|
2833
|
+
const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2750
2834
|
/* @__PURE__ */ jsx(
|
|
2751
2835
|
"path",
|
|
2752
2836
|
{
|
|
@@ -2773,10 +2857,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2773
2857
|
}
|
|
2774
2858
|
)
|
|
2775
2859
|
] });
|
|
2776
|
-
const BaseSvgIcon$
|
|
2860
|
+
const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "MapCopy");
|
|
2777
2861
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
2778
2862
|
return /* @__PURE__ */ jsx(
|
|
2779
|
-
BaseSvgIcon$
|
|
2863
|
+
BaseSvgIcon$1A,
|
|
2780
2864
|
{
|
|
2781
2865
|
ref,
|
|
2782
2866
|
viewBox: "0 0 24 24",
|
|
@@ -2790,7 +2874,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
2790
2874
|
);
|
|
2791
2875
|
}
|
|
2792
2876
|
const MapCopy$1 = forwardRef(MapCopy);
|
|
2793
|
-
const Icon$
|
|
2877
|
+
const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2794
2878
|
"path",
|
|
2795
2879
|
{
|
|
2796
2880
|
fill: "currentColor",
|
|
@@ -2799,10 +2883,10 @@ const Icon$1y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2799
2883
|
clipRule: "evenodd"
|
|
2800
2884
|
}
|
|
2801
2885
|
) });
|
|
2802
|
-
const BaseSvgIcon$
|
|
2886
|
+
const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "MapOthers");
|
|
2803
2887
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
2804
2888
|
return /* @__PURE__ */ jsx(
|
|
2805
|
-
BaseSvgIcon$
|
|
2889
|
+
BaseSvgIcon$1z,
|
|
2806
2890
|
{
|
|
2807
2891
|
ref,
|
|
2808
2892
|
viewBox: "0 0 24 24",
|
|
@@ -2816,7 +2900,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
2816
2900
|
);
|
|
2817
2901
|
}
|
|
2818
2902
|
const MapOthers$1 = forwardRef(MapOthers);
|
|
2819
|
-
const Icon$
|
|
2903
|
+
const Icon$1y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2820
2904
|
"path",
|
|
2821
2905
|
{
|
|
2822
2906
|
fill: "currentColor",
|
|
@@ -2825,10 +2909,10 @@ const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2825
2909
|
clipRule: "evenodd"
|
|
2826
2910
|
}
|
|
2827
2911
|
) });
|
|
2828
|
-
const BaseSvgIcon$
|
|
2912
|
+
const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MapPin");
|
|
2829
2913
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
2830
2914
|
return /* @__PURE__ */ jsx(
|
|
2831
|
-
BaseSvgIcon$
|
|
2915
|
+
BaseSvgIcon$1y,
|
|
2832
2916
|
{
|
|
2833
2917
|
ref,
|
|
2834
2918
|
viewBox: "0 0 24 24",
|
|
@@ -2842,7 +2926,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
2842
2926
|
);
|
|
2843
2927
|
}
|
|
2844
2928
|
const MapPin$1 = forwardRef(MapPin);
|
|
2845
|
-
const Icon$
|
|
2929
|
+
const Icon$1x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2846
2930
|
/* @__PURE__ */ jsx(
|
|
2847
2931
|
"path",
|
|
2848
2932
|
{
|
|
@@ -2865,10 +2949,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2865
2949
|
}
|
|
2866
2950
|
)
|
|
2867
2951
|
] });
|
|
2868
|
-
const BaseSvgIcon$
|
|
2952
|
+
const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "MarkCommentRead");
|
|
2869
2953
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
2870
2954
|
return /* @__PURE__ */ jsx(
|
|
2871
|
-
BaseSvgIcon$
|
|
2955
|
+
BaseSvgIcon$1x,
|
|
2872
2956
|
{
|
|
2873
2957
|
ref,
|
|
2874
2958
|
viewBox: "0 0 24 24",
|
|
@@ -2882,7 +2966,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
2882
2966
|
);
|
|
2883
2967
|
}
|
|
2884
2968
|
const MarkCommentRead$1 = forwardRef(MarkCommentRead);
|
|
2885
|
-
const Icon$
|
|
2969
|
+
const Icon$1w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2886
2970
|
"path",
|
|
2887
2971
|
{
|
|
2888
2972
|
fill: "currentColor",
|
|
@@ -2891,10 +2975,10 @@ const Icon$1v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2891
2975
|
clipRule: "evenodd"
|
|
2892
2976
|
}
|
|
2893
2977
|
) });
|
|
2894
|
-
const BaseSvgIcon$
|
|
2978
|
+
const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "MarketAnalysis");
|
|
2895
2979
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
2896
2980
|
return /* @__PURE__ */ jsx(
|
|
2897
|
-
BaseSvgIcon$
|
|
2981
|
+
BaseSvgIcon$1w,
|
|
2898
2982
|
{
|
|
2899
2983
|
ref,
|
|
2900
2984
|
viewBox: "0 0 24 24",
|
|
@@ -2908,7 +2992,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
2908
2992
|
);
|
|
2909
2993
|
}
|
|
2910
2994
|
const MarketAnalysis$1 = forwardRef(MarketAnalysis);
|
|
2911
|
-
const Icon$
|
|
2995
|
+
const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2912
2996
|
/* @__PURE__ */ jsx(
|
|
2913
2997
|
"path",
|
|
2914
2998
|
{
|
|
@@ -2933,10 +3017,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2933
3017
|
}
|
|
2934
3018
|
)
|
|
2935
3019
|
] });
|
|
2936
|
-
const BaseSvgIcon$
|
|
3020
|
+
const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "Max");
|
|
2937
3021
|
function Max({ width, height, sx, ...props }, ref) {
|
|
2938
3022
|
return /* @__PURE__ */ jsx(
|
|
2939
|
-
BaseSvgIcon$
|
|
3023
|
+
BaseSvgIcon$1v,
|
|
2940
3024
|
{
|
|
2941
3025
|
ref,
|
|
2942
3026
|
viewBox: "0 0 24 24",
|
|
@@ -2950,17 +3034,17 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
2950
3034
|
);
|
|
2951
3035
|
}
|
|
2952
3036
|
const Max$1 = forwardRef(Max);
|
|
2953
|
-
const Icon$
|
|
3037
|
+
const Icon$1u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2954
3038
|
"path",
|
|
2955
3039
|
{
|
|
2956
3040
|
fill: "currentColor",
|
|
2957
3041
|
d: "M4 18q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 16V8q0-.824.587-1.412A1.93 1.93 0 0 1 4 6h16q.824 0 1.413.588Q22 7.175 22 8v8q0 .824-.587 1.413A1.93 1.93 0 0 1 20 18zm0-2h16V8h-3v4h-2V8h-2v4h-2V8H9v4H7V8H4z"
|
|
2958
3042
|
}
|
|
2959
3043
|
) });
|
|
2960
|
-
const BaseSvgIcon$
|
|
3044
|
+
const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "MeasureTool");
|
|
2961
3045
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
2962
3046
|
return /* @__PURE__ */ jsx(
|
|
2963
|
-
BaseSvgIcon$
|
|
3047
|
+
BaseSvgIcon$1u,
|
|
2964
3048
|
{
|
|
2965
3049
|
ref,
|
|
2966
3050
|
viewBox: "0 0 24 24",
|
|
@@ -2974,17 +3058,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
2974
3058
|
);
|
|
2975
3059
|
}
|
|
2976
3060
|
const MeasureTool$1 = forwardRef(MeasureTool);
|
|
2977
|
-
const Icon$
|
|
3061
|
+
const Icon$1t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2978
3062
|
"path",
|
|
2979
3063
|
{
|
|
2980
3064
|
fill: "currentColor",
|
|
2981
3065
|
d: "M5 9h4.5c.55 0 1 .45 1 1v5H9v-4.5H8v3H6.5v-3h-1V15H4v-5c0-.55.45-1 1-1M12 15h1.5V9H12zM18.75 9v3.5L16.25 9H15v6h1.25v-3.5L18.8 15H20V9z"
|
|
2982
3066
|
}
|
|
2983
3067
|
) });
|
|
2984
|
-
const BaseSvgIcon$
|
|
3068
|
+
const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "Min");
|
|
2985
3069
|
function Min({ width, height, sx, ...props }, ref) {
|
|
2986
3070
|
return /* @__PURE__ */ jsx(
|
|
2987
|
-
BaseSvgIcon$
|
|
3071
|
+
BaseSvgIcon$1t,
|
|
2988
3072
|
{
|
|
2989
3073
|
ref,
|
|
2990
3074
|
viewBox: "0 0 24 24",
|
|
@@ -2998,7 +3082,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
2998
3082
|
);
|
|
2999
3083
|
}
|
|
3000
3084
|
const Min$1 = forwardRef(Min);
|
|
3001
|
-
const Icon$
|
|
3085
|
+
const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3002
3086
|
/* @__PURE__ */ jsx(
|
|
3003
3087
|
"path",
|
|
3004
3088
|
{
|
|
@@ -3017,10 +3101,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3017
3101
|
}
|
|
3018
3102
|
)
|
|
3019
3103
|
] });
|
|
3020
|
-
const BaseSvgIcon$
|
|
3104
|
+
const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "MobilityPlanning");
|
|
3021
3105
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
3022
3106
|
return /* @__PURE__ */ jsx(
|
|
3023
|
-
BaseSvgIcon$
|
|
3107
|
+
BaseSvgIcon$1s,
|
|
3024
3108
|
{
|
|
3025
3109
|
ref,
|
|
3026
3110
|
viewBox: "0 0 24 24",
|
|
@@ -3034,7 +3118,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
3034
3118
|
);
|
|
3035
3119
|
}
|
|
3036
3120
|
const MobilityPlanning$1 = forwardRef(MobilityPlanning);
|
|
3037
|
-
const Icon$
|
|
3121
|
+
const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3038
3122
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
3039
3123
|
"path",
|
|
3040
3124
|
{
|
|
@@ -3046,10 +3130,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3046
3130
|
) }),
|
|
3047
3131
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3048
3132
|
] });
|
|
3049
|
-
const BaseSvgIcon$
|
|
3133
|
+
const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "NetworkDeployment");
|
|
3050
3134
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3051
3135
|
return /* @__PURE__ */ jsx(
|
|
3052
|
-
BaseSvgIcon$
|
|
3136
|
+
BaseSvgIcon$1r,
|
|
3053
3137
|
{
|
|
3054
3138
|
ref,
|
|
3055
3139
|
viewBox: "0 0 24 24",
|
|
@@ -3063,7 +3147,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3063
3147
|
);
|
|
3064
3148
|
}
|
|
3065
3149
|
const NetworkDeployment$1 = forwardRef(NetworkDeployment);
|
|
3066
|
-
const Icon$
|
|
3150
|
+
const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3067
3151
|
/* @__PURE__ */ jsx(
|
|
3068
3152
|
"path",
|
|
3069
3153
|
{
|
|
@@ -3079,10 +3163,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3079
3163
|
}
|
|
3080
3164
|
)
|
|
3081
3165
|
] });
|
|
3082
|
-
const BaseSvgIcon$
|
|
3166
|
+
const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "NightsThermostat");
|
|
3083
3167
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3084
3168
|
return /* @__PURE__ */ jsx(
|
|
3085
|
-
BaseSvgIcon$
|
|
3169
|
+
BaseSvgIcon$1q,
|
|
3086
3170
|
{
|
|
3087
3171
|
ref,
|
|
3088
3172
|
viewBox: "0 0 24 24",
|
|
@@ -3096,7 +3180,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3096
3180
|
);
|
|
3097
3181
|
}
|
|
3098
3182
|
const NightsThermostat$1 = forwardRef(NightsThermostat);
|
|
3099
|
-
const Icon$
|
|
3183
|
+
const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3100
3184
|
/* @__PURE__ */ jsx(
|
|
3101
3185
|
"path",
|
|
3102
3186
|
{
|
|
@@ -3106,10 +3190,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3106
3190
|
),
|
|
3107
3191
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3108
3192
|
] });
|
|
3109
|
-
const BaseSvgIcon$
|
|
3193
|
+
const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "NoApp");
|
|
3110
3194
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3111
3195
|
return /* @__PURE__ */ jsx(
|
|
3112
|
-
BaseSvgIcon$
|
|
3196
|
+
BaseSvgIcon$1p,
|
|
3113
3197
|
{
|
|
3114
3198
|
ref,
|
|
3115
3199
|
viewBox: "0 0 24 24",
|
|
@@ -3123,7 +3207,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3123
3207
|
);
|
|
3124
3208
|
}
|
|
3125
3209
|
const NoApp$1 = forwardRef(NoApp);
|
|
3126
|
-
const Icon$
|
|
3210
|
+
const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3127
3211
|
/* @__PURE__ */ jsx(
|
|
3128
3212
|
"path",
|
|
3129
3213
|
{
|
|
@@ -3141,10 +3225,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3141
3225
|
}
|
|
3142
3226
|
)
|
|
3143
3227
|
] });
|
|
3144
|
-
const BaseSvgIcon$
|
|
3228
|
+
const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "NoLayer");
|
|
3145
3229
|
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3146
3230
|
return /* @__PURE__ */ jsx(
|
|
3147
|
-
BaseSvgIcon$
|
|
3231
|
+
BaseSvgIcon$1o,
|
|
3148
3232
|
{
|
|
3149
3233
|
ref,
|
|
3150
3234
|
viewBox: "0 0 24 24",
|
|
@@ -3158,7 +3242,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
|
|
|
3158
3242
|
);
|
|
3159
3243
|
}
|
|
3160
3244
|
const NoLayer$1 = forwardRef(NoLayer);
|
|
3161
|
-
const Icon$
|
|
3245
|
+
const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3162
3246
|
/* @__PURE__ */ jsx(
|
|
3163
3247
|
"path",
|
|
3164
3248
|
{
|
|
@@ -3176,10 +3260,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3176
3260
|
}
|
|
3177
3261
|
)
|
|
3178
3262
|
] });
|
|
3179
|
-
const BaseSvgIcon$
|
|
3263
|
+
const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "NoMap");
|
|
3180
3264
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3181
3265
|
return /* @__PURE__ */ jsx(
|
|
3182
|
-
BaseSvgIcon$
|
|
3266
|
+
BaseSvgIcon$1n,
|
|
3183
3267
|
{
|
|
3184
3268
|
ref,
|
|
3185
3269
|
viewBox: "0 0 24 24",
|
|
@@ -3193,7 +3277,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3193
3277
|
);
|
|
3194
3278
|
}
|
|
3195
3279
|
const NoMap$1 = forwardRef(NoMap);
|
|
3196
|
-
const Icon$
|
|
3280
|
+
const Icon$1m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3197
3281
|
"path",
|
|
3198
3282
|
{
|
|
3199
3283
|
fill: "currentColor",
|
|
@@ -3202,10 +3286,10 @@ const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3202
3286
|
clipRule: "evenodd"
|
|
3203
3287
|
}
|
|
3204
3288
|
) });
|
|
3205
|
-
const BaseSvgIcon$
|
|
3289
|
+
const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "NoSpatialExtension");
|
|
3206
3290
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3207
3291
|
return /* @__PURE__ */ jsx(
|
|
3208
|
-
BaseSvgIcon$
|
|
3292
|
+
BaseSvgIcon$1m,
|
|
3209
3293
|
{
|
|
3210
3294
|
ref,
|
|
3211
3295
|
viewBox: "0 0 24 24",
|
|
@@ -3219,7 +3303,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3219
3303
|
);
|
|
3220
3304
|
}
|
|
3221
3305
|
const NoSpatialExtension$1 = forwardRef(NoSpatialExtension);
|
|
3222
|
-
const Icon$
|
|
3306
|
+
const Icon$1l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3223
3307
|
/* @__PURE__ */ jsx(
|
|
3224
3308
|
"path",
|
|
3225
3309
|
{
|
|
@@ -3237,10 +3321,10 @@ const Icon$1k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3237
3321
|
}
|
|
3238
3322
|
)
|
|
3239
3323
|
] });
|
|
3240
|
-
const BaseSvgIcon$
|
|
3324
|
+
const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "NoTileset");
|
|
3241
3325
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3242
3326
|
return /* @__PURE__ */ jsx(
|
|
3243
|
-
BaseSvgIcon$
|
|
3327
|
+
BaseSvgIcon$1l,
|
|
3244
3328
|
{
|
|
3245
3329
|
ref,
|
|
3246
3330
|
viewBox: "0 0 24 24",
|
|
@@ -3254,17 +3338,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3254
3338
|
);
|
|
3255
3339
|
}
|
|
3256
3340
|
const NoTileset$1 = forwardRef(NoTileset);
|
|
3257
|
-
const Icon$
|
|
3341
|
+
const Icon$1k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3258
3342
|
"path",
|
|
3259
3343
|
{
|
|
3260
3344
|
fill: "currentColor",
|
|
3261
3345
|
d: "M2.614 2.476 1.2 3.891 4.31 7H4v3h3.31l4 4H4v3h10.31l4.568 4.568 1.414-1.414zM16.938 14l3 3H20v-3zM9.938 7l3 3H20V7z"
|
|
3262
3346
|
}
|
|
3263
3347
|
) });
|
|
3264
|
-
const BaseSvgIcon$
|
|
3348
|
+
const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "NotEqual");
|
|
3265
3349
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3266
3350
|
return /* @__PURE__ */ jsx(
|
|
3267
|
-
BaseSvgIcon$
|
|
3351
|
+
BaseSvgIcon$1k,
|
|
3268
3352
|
{
|
|
3269
3353
|
ref,
|
|
3270
3354
|
viewBox: "0 0 24 24",
|
|
@@ -3278,7 +3362,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3278
3362
|
);
|
|
3279
3363
|
}
|
|
3280
3364
|
const NotEqual$1 = forwardRef(NotEqual);
|
|
3281
|
-
const Icon$
|
|
3365
|
+
const Icon$1j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3282
3366
|
/* @__PURE__ */ jsx(
|
|
3283
3367
|
"path",
|
|
3284
3368
|
{
|
|
@@ -3298,10 +3382,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3298
3382
|
}
|
|
3299
3383
|
)
|
|
3300
3384
|
] });
|
|
3301
|
-
const BaseSvgIcon$
|
|
3385
|
+
const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "Number");
|
|
3302
3386
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3303
3387
|
return /* @__PURE__ */ jsx(
|
|
3304
|
-
BaseSvgIcon$
|
|
3388
|
+
BaseSvgIcon$1j,
|
|
3305
3389
|
{
|
|
3306
3390
|
ref,
|
|
3307
3391
|
viewBox: "0 0 24 24",
|
|
@@ -3315,7 +3399,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3315
3399
|
);
|
|
3316
3400
|
}
|
|
3317
3401
|
const Number$1 = forwardRef(Number);
|
|
3318
|
-
const Icon$
|
|
3402
|
+
const Icon$1i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3319
3403
|
"path",
|
|
3320
3404
|
{
|
|
3321
3405
|
fill: "currentColor",
|
|
@@ -3324,10 +3408,10 @@ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3324
3408
|
clipRule: "evenodd"
|
|
3325
3409
|
}
|
|
3326
3410
|
) });
|
|
3327
|
-
const BaseSvgIcon$
|
|
3411
|
+
const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "Onboarding");
|
|
3328
3412
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3329
3413
|
return /* @__PURE__ */ jsx(
|
|
3330
|
-
BaseSvgIcon$
|
|
3414
|
+
BaseSvgIcon$1i,
|
|
3331
3415
|
{
|
|
3332
3416
|
ref,
|
|
3333
3417
|
viewBox: "0 0 24 24",
|
|
@@ -3341,7 +3425,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3341
3425
|
);
|
|
3342
3426
|
}
|
|
3343
3427
|
const Onboarding$1 = forwardRef(Onboarding);
|
|
3344
|
-
const Icon$
|
|
3428
|
+
const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3345
3429
|
"path",
|
|
3346
3430
|
{
|
|
3347
3431
|
fill: "currentColor",
|
|
@@ -3350,10 +3434,10 @@ const Icon$1g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3350
3434
|
clipRule: "evenodd"
|
|
3351
3435
|
}
|
|
3352
3436
|
) });
|
|
3353
|
-
const BaseSvgIcon$
|
|
3437
|
+
const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "OohAnalytics");
|
|
3354
3438
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3355
3439
|
return /* @__PURE__ */ jsx(
|
|
3356
|
-
BaseSvgIcon$
|
|
3440
|
+
BaseSvgIcon$1h,
|
|
3357
3441
|
{
|
|
3358
3442
|
ref,
|
|
3359
3443
|
viewBox: "0 0 24 24",
|
|
@@ -3367,7 +3451,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3367
3451
|
);
|
|
3368
3452
|
}
|
|
3369
3453
|
const OohAnalytics$1 = forwardRef(OohAnalytics);
|
|
3370
|
-
const Icon$
|
|
3454
|
+
const Icon$1g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3371
3455
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3372
3456
|
/* @__PURE__ */ jsx(
|
|
3373
3457
|
"path",
|
|
@@ -3388,10 +3472,10 @@ const Icon$1f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3388
3472
|
}
|
|
3389
3473
|
)
|
|
3390
3474
|
] });
|
|
3391
|
-
const BaseSvgIcon$
|
|
3475
|
+
const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "Opacity");
|
|
3392
3476
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3393
3477
|
return /* @__PURE__ */ jsx(
|
|
3394
|
-
BaseSvgIcon$
|
|
3478
|
+
BaseSvgIcon$1g,
|
|
3395
3479
|
{
|
|
3396
3480
|
ref,
|
|
3397
3481
|
viewBox: "0 0 24 24",
|
|
@@ -3405,7 +3489,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3405
3489
|
);
|
|
3406
3490
|
}
|
|
3407
3491
|
const Opacity$1 = forwardRef(Opacity);
|
|
3408
|
-
const Icon$
|
|
3492
|
+
const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3409
3493
|
"path",
|
|
3410
3494
|
{
|
|
3411
3495
|
fill: "currentColor",
|
|
@@ -3414,10 +3498,10 @@ const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3414
3498
|
clipRule: "evenodd"
|
|
3415
3499
|
}
|
|
3416
3500
|
) });
|
|
3417
|
-
const BaseSvgIcon$
|
|
3501
|
+
const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "OpenDiagonallyLeft");
|
|
3418
3502
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3419
3503
|
return /* @__PURE__ */ jsx(
|
|
3420
|
-
BaseSvgIcon$
|
|
3504
|
+
BaseSvgIcon$1f,
|
|
3421
3505
|
{
|
|
3422
3506
|
ref,
|
|
3423
3507
|
viewBox: "0 0 24 24",
|
|
@@ -3431,17 +3515,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
3431
3515
|
);
|
|
3432
3516
|
}
|
|
3433
3517
|
const OpenDiagonallyLeft$1 = forwardRef(OpenDiagonallyLeft);
|
|
3434
|
-
const Icon$
|
|
3518
|
+
const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3435
3519
|
"path",
|
|
3436
3520
|
{
|
|
3437
3521
|
fill: "currentColor",
|
|
3438
3522
|
d: "M7 7V5H4q-.824 0-1.412.588A1.93 1.93 0 0 0 2 7v12q0 .824.587 1.413Q3.176 21 4 21h14q.824 0 1.413-.587Q20 19.825 20 19v-3h-2v3H4V7zm4-4q-.825 0-1.412.587A1.93 1.93 0 0 0 9 5v7q0 .825.588 1.412Q10.175 14 11 14h9q.824 0 1.413-.588Q22 12.826 22 12V5q0-.824-.587-1.412A1.93 1.93 0 0 0 20 3zm0 2h9v7h-9z"
|
|
3439
3523
|
}
|
|
3440
3524
|
) });
|
|
3441
|
-
const BaseSvgIcon$
|
|
3525
|
+
const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "OpenNewWindow");
|
|
3442
3526
|
function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
3443
3527
|
return /* @__PURE__ */ jsx(
|
|
3444
|
-
BaseSvgIcon$
|
|
3528
|
+
BaseSvgIcon$1e,
|
|
3445
3529
|
{
|
|
3446
3530
|
ref,
|
|
3447
3531
|
viewBox: "0 0 24 24",
|
|
@@ -3455,7 +3539,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
|
3455
3539
|
);
|
|
3456
3540
|
}
|
|
3457
3541
|
const OpenNewWindow$1 = forwardRef(OpenNewWindow);
|
|
3458
|
-
const Icon$
|
|
3542
|
+
const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3459
3543
|
"path",
|
|
3460
3544
|
{
|
|
3461
3545
|
fill: "currentColor",
|
|
@@ -3464,10 +3548,10 @@ const Icon$1c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3464
3548
|
clipRule: "evenodd"
|
|
3465
3549
|
}
|
|
3466
3550
|
) });
|
|
3467
|
-
const BaseSvgIcon$
|
|
3551
|
+
const BaseSvgIcon$1d = createSvgIcon(Icon$1d(), "OpenVertically");
|
|
3468
3552
|
function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
3469
3553
|
return /* @__PURE__ */ jsx(
|
|
3470
|
-
BaseSvgIcon$
|
|
3554
|
+
BaseSvgIcon$1d,
|
|
3471
3555
|
{
|
|
3472
3556
|
ref,
|
|
3473
3557
|
viewBox: "0 0 24 24",
|
|
@@ -3481,7 +3565,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
|
3481
3565
|
);
|
|
3482
3566
|
}
|
|
3483
3567
|
const OpenVertically$1 = forwardRef(OpenVertically);
|
|
3484
|
-
const Icon$
|
|
3568
|
+
const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3485
3569
|
/* @__PURE__ */ jsx(
|
|
3486
3570
|
"path",
|
|
3487
3571
|
{
|
|
@@ -3506,10 +3590,10 @@ const Icon$1b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3506
3590
|
}
|
|
3507
3591
|
)
|
|
3508
3592
|
] });
|
|
3509
|
-
const BaseSvgIcon$
|
|
3593
|
+
const BaseSvgIcon$1c = createSvgIcon(Icon$1c(), "ParameterSettings");
|
|
3510
3594
|
function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
3511
3595
|
return /* @__PURE__ */ jsx(
|
|
3512
|
-
BaseSvgIcon$
|
|
3596
|
+
BaseSvgIcon$1c,
|
|
3513
3597
|
{
|
|
3514
3598
|
ref,
|
|
3515
3599
|
viewBox: "0 0 24 24",
|
|
@@ -3523,7 +3607,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
|
3523
3607
|
);
|
|
3524
3608
|
}
|
|
3525
3609
|
const ParameterSettings$1 = forwardRef(ParameterSettings);
|
|
3526
|
-
const Icon$
|
|
3610
|
+
const Icon$1b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3527
3611
|
"path",
|
|
3528
3612
|
{
|
|
3529
3613
|
fill: "currentColor",
|
|
@@ -3532,10 +3616,10 @@ const Icon$1a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3532
3616
|
clipRule: "evenodd"
|
|
3533
3617
|
}
|
|
3534
3618
|
) });
|
|
3535
|
-
const BaseSvgIcon$
|
|
3619
|
+
const BaseSvgIcon$1b = createSvgIcon(Icon$1b(), "PawnChess");
|
|
3536
3620
|
function PawnChess({ width, height, sx, ...props }, ref) {
|
|
3537
3621
|
return /* @__PURE__ */ jsx(
|
|
3538
|
-
BaseSvgIcon$
|
|
3622
|
+
BaseSvgIcon$1b,
|
|
3539
3623
|
{
|
|
3540
3624
|
ref,
|
|
3541
3625
|
viewBox: "0 0 24 24",
|
|
@@ -3549,7 +3633,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
|
|
|
3549
3633
|
);
|
|
3550
3634
|
}
|
|
3551
3635
|
const PawnChess$1 = forwardRef(PawnChess);
|
|
3552
|
-
const Icon$
|
|
3636
|
+
const Icon$1a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3553
3637
|
"path",
|
|
3554
3638
|
{
|
|
3555
3639
|
fill: "currentColor",
|
|
@@ -3558,10 +3642,10 @@ const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3558
3642
|
clipRule: "evenodd"
|
|
3559
3643
|
}
|
|
3560
3644
|
) });
|
|
3561
|
-
const BaseSvgIcon$
|
|
3645
|
+
const BaseSvgIcon$1a = createSvgIcon(Icon$1a(), "PlaceSelect");
|
|
3562
3646
|
function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
3563
3647
|
return /* @__PURE__ */ jsx(
|
|
3564
|
-
BaseSvgIcon$
|
|
3648
|
+
BaseSvgIcon$1a,
|
|
3565
3649
|
{
|
|
3566
3650
|
ref,
|
|
3567
3651
|
viewBox: "0 0 24 24",
|
|
@@ -3575,7 +3659,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
|
3575
3659
|
);
|
|
3576
3660
|
}
|
|
3577
3661
|
const PlaceSelect$1 = forwardRef(PlaceSelect);
|
|
3578
|
-
const Icon$
|
|
3662
|
+
const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3579
3663
|
"path",
|
|
3580
3664
|
{
|
|
3581
3665
|
fill: "currentColor",
|
|
@@ -3584,10 +3668,10 @@ const Icon$18 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3584
3668
|
clipRule: "evenodd"
|
|
3585
3669
|
}
|
|
3586
3670
|
) });
|
|
3587
|
-
const BaseSvgIcon$
|
|
3671
|
+
const BaseSvgIcon$19 = createSvgIcon(Icon$19(), "PointsOfInterest");
|
|
3588
3672
|
function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
3589
3673
|
return /* @__PURE__ */ jsx(
|
|
3590
|
-
BaseSvgIcon$
|
|
3674
|
+
BaseSvgIcon$19,
|
|
3591
3675
|
{
|
|
3592
3676
|
ref,
|
|
3593
3677
|
viewBox: "0 0 24 24",
|
|
@@ -3601,7 +3685,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
|
3601
3685
|
);
|
|
3602
3686
|
}
|
|
3603
3687
|
const PointsOfInterest$1 = forwardRef(PointsOfInterest);
|
|
3604
|
-
const Icon$
|
|
3688
|
+
const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3605
3689
|
/* @__PURE__ */ jsx(
|
|
3606
3690
|
"path",
|
|
3607
3691
|
{
|
|
@@ -3658,10 +3742,10 @@ const Icon$17 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3658
3742
|
}
|
|
3659
3743
|
)
|
|
3660
3744
|
] });
|
|
3661
|
-
const BaseSvgIcon$
|
|
3745
|
+
const BaseSvgIcon$18 = createSvgIcon(Icon$18(), "Postgre");
|
|
3662
3746
|
function Postgre({ width, height, sx, ...props }, ref) {
|
|
3663
3747
|
return /* @__PURE__ */ jsx(
|
|
3664
|
-
BaseSvgIcon$
|
|
3748
|
+
BaseSvgIcon$18,
|
|
3665
3749
|
{
|
|
3666
3750
|
ref,
|
|
3667
3751
|
viewBox: "0 0 24 24",
|
|
@@ -3675,7 +3759,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
|
|
|
3675
3759
|
);
|
|
3676
3760
|
}
|
|
3677
3761
|
const Postgre$1 = forwardRef(Postgre);
|
|
3678
|
-
const Icon$
|
|
3762
|
+
const Icon$17 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3679
3763
|
/* @__PURE__ */ jsx(
|
|
3680
3764
|
"path",
|
|
3681
3765
|
{
|
|
@@ -3693,10 +3777,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3693
3777
|
}
|
|
3694
3778
|
)
|
|
3695
3779
|
] });
|
|
3696
|
-
const BaseSvgIcon$
|
|
3780
|
+
const BaseSvgIcon$17 = createSvgIcon(Icon$17(), "PostgreOutlined");
|
|
3697
3781
|
function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
3698
3782
|
return /* @__PURE__ */ jsx(
|
|
3699
|
-
BaseSvgIcon$
|
|
3783
|
+
BaseSvgIcon$17,
|
|
3700
3784
|
{
|
|
3701
3785
|
ref,
|
|
3702
3786
|
viewBox: "0 0 24 24",
|
|
@@ -3710,7 +3794,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
|
3710
3794
|
);
|
|
3711
3795
|
}
|
|
3712
3796
|
const PostgreOutlined$1 = forwardRef(PostgreOutlined);
|
|
3713
|
-
const Icon$
|
|
3797
|
+
const Icon$16 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3714
3798
|
/* @__PURE__ */ jsx(
|
|
3715
3799
|
"path",
|
|
3716
3800
|
{
|
|
@@ -3744,10 +3828,10 @@ const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3744
3828
|
}
|
|
3745
3829
|
)
|
|
3746
3830
|
] });
|
|
3747
|
-
const BaseSvgIcon$
|
|
3831
|
+
const BaseSvgIcon$16 = createSvgIcon(Icon$16(), "Preferences");
|
|
3748
3832
|
function Preferences({ width, height, sx, ...props }, ref) {
|
|
3749
3833
|
return /* @__PURE__ */ jsx(
|
|
3750
|
-
BaseSvgIcon$
|
|
3834
|
+
BaseSvgIcon$16,
|
|
3751
3835
|
{
|
|
3752
3836
|
ref,
|
|
3753
3837
|
viewBox: "0 0 24 24",
|
|
@@ -3761,7 +3845,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
|
|
|
3761
3845
|
);
|
|
3762
3846
|
}
|
|
3763
3847
|
const Preferences$1 = forwardRef(Preferences);
|
|
3764
|
-
const Icon$
|
|
3848
|
+
const Icon$15 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3765
3849
|
"path",
|
|
3766
3850
|
{
|
|
3767
3851
|
fill: "currentColor",
|
|
@@ -3770,10 +3854,10 @@ const Icon$14 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3770
3854
|
clipRule: "evenodd"
|
|
3771
3855
|
}
|
|
3772
3856
|
) });
|
|
3773
|
-
const BaseSvgIcon$
|
|
3857
|
+
const BaseSvgIcon$15 = createSvgIcon(Icon$15(), "ProcessData");
|
|
3774
3858
|
function ProcessData({ width, height, sx, ...props }, ref) {
|
|
3775
3859
|
return /* @__PURE__ */ jsx(
|
|
3776
|
-
BaseSvgIcon$
|
|
3860
|
+
BaseSvgIcon$15,
|
|
3777
3861
|
{
|
|
3778
3862
|
ref,
|
|
3779
3863
|
viewBox: "0 0 24 24",
|
|
@@ -3787,7 +3871,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
|
|
|
3787
3871
|
);
|
|
3788
3872
|
}
|
|
3789
3873
|
const ProcessData$1 = forwardRef(ProcessData);
|
|
3790
|
-
const Icon$
|
|
3874
|
+
const Icon$14 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3791
3875
|
/* @__PURE__ */ jsx(
|
|
3792
3876
|
"path",
|
|
3793
3877
|
{
|
|
@@ -3805,10 +3889,10 @@ const Icon$13 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3805
3889
|
}
|
|
3806
3890
|
)
|
|
3807
3891
|
] });
|
|
3808
|
-
const BaseSvgIcon$
|
|
3892
|
+
const BaseSvgIcon$14 = createSvgIcon(Icon$14(), "PublicWithPassword");
|
|
3809
3893
|
function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
3810
3894
|
return /* @__PURE__ */ jsx(
|
|
3811
|
-
BaseSvgIcon$
|
|
3895
|
+
BaseSvgIcon$14,
|
|
3812
3896
|
{
|
|
3813
3897
|
ref,
|
|
3814
3898
|
viewBox: "0 0 24 24",
|
|
@@ -3822,17 +3906,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
|
3822
3906
|
);
|
|
3823
3907
|
}
|
|
3824
3908
|
const PublicWithPassword$1 = forwardRef(PublicWithPassword);
|
|
3825
|
-
const Icon$
|
|
3909
|
+
const Icon$13 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3826
3910
|
"path",
|
|
3827
3911
|
{
|
|
3828
3912
|
fill: "currentColor",
|
|
3829
3913
|
d: "M11 20v-8.15l-2.6 2.6L7 13l5-5 5 5-1.4 1.45-2.6-2.6V20zM4 9V6q0-.824.588-1.412A1.93 1.93 0 0 1 6 4h12q.824 0 1.413.588Q20 5.175 20 6v3h-2V6H6v3z"
|
|
3830
3914
|
}
|
|
3831
3915
|
) });
|
|
3832
|
-
const BaseSvgIcon$
|
|
3916
|
+
const BaseSvgIcon$13 = createSvgIcon(Icon$13(), "Publish");
|
|
3833
3917
|
function Publish({ width, height, sx, ...props }, ref) {
|
|
3834
3918
|
return /* @__PURE__ */ jsx(
|
|
3835
|
-
BaseSvgIcon$
|
|
3919
|
+
BaseSvgIcon$13,
|
|
3836
3920
|
{
|
|
3837
3921
|
ref,
|
|
3838
3922
|
viewBox: "0 0 24 24",
|
|
@@ -3846,7 +3930,7 @@ function Publish({ width, height, sx, ...props }, ref) {
|
|
|
3846
3930
|
);
|
|
3847
3931
|
}
|
|
3848
3932
|
const Publish$1 = forwardRef(Publish);
|
|
3849
|
-
const Icon$
|
|
3933
|
+
const Icon$12 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3850
3934
|
"path",
|
|
3851
3935
|
{
|
|
3852
3936
|
fill: "currentColor",
|
|
@@ -3855,10 +3939,10 @@ const Icon$11 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3855
3939
|
clipRule: "evenodd"
|
|
3856
3940
|
}
|
|
3857
3941
|
) });
|
|
3858
|
-
const BaseSvgIcon$
|
|
3942
|
+
const BaseSvgIcon$12 = createSvgIcon(Icon$12(), "Quadbin");
|
|
3859
3943
|
function Quadbin({ width, height, sx, ...props }, ref) {
|
|
3860
3944
|
return /* @__PURE__ */ jsx(
|
|
3861
|
-
BaseSvgIcon$
|
|
3945
|
+
BaseSvgIcon$12,
|
|
3862
3946
|
{
|
|
3863
3947
|
ref,
|
|
3864
3948
|
viewBox: "0 0 24 24",
|
|
@@ -3872,7 +3956,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
|
|
|
3872
3956
|
);
|
|
3873
3957
|
}
|
|
3874
3958
|
const Quadbin$1 = forwardRef(Quadbin);
|
|
3875
|
-
const Icon$
|
|
3959
|
+
const Icon$11 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3876
3960
|
/* @__PURE__ */ jsx(
|
|
3877
3961
|
"path",
|
|
3878
3962
|
{
|
|
@@ -3890,10 +3974,10 @@ const Icon$10 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3890
3974
|
}
|
|
3891
3975
|
)
|
|
3892
3976
|
] });
|
|
3893
|
-
const BaseSvgIcon$
|
|
3977
|
+
const BaseSvgIcon$11 = createSvgIcon(Icon$11(), "Quadkey");
|
|
3894
3978
|
function Quadkey({ width, height, sx, ...props }, ref) {
|
|
3895
3979
|
return /* @__PURE__ */ jsx(
|
|
3896
|
-
BaseSvgIcon$
|
|
3980
|
+
BaseSvgIcon$11,
|
|
3897
3981
|
{
|
|
3898
3982
|
ref,
|
|
3899
3983
|
viewBox: "0 0 24 24",
|
|
@@ -3907,7 +3991,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
|
|
|
3907
3991
|
);
|
|
3908
3992
|
}
|
|
3909
3993
|
const Quadkey$1 = forwardRef(Quadkey);
|
|
3910
|
-
const Icon
|
|
3994
|
+
const Icon$10 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3911
3995
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
3912
3996
|
"path",
|
|
3913
3997
|
{
|
|
@@ -3919,10 +4003,10 @@ const Icon$$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
3919
4003
|
) }),
|
|
3920
4004
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3921
4005
|
] });
|
|
3922
|
-
const BaseSvgIcon
|
|
4006
|
+
const BaseSvgIcon$10 = createSvgIcon(Icon$10(), "QueryTable");
|
|
3923
4007
|
function QueryTable({ width, height, sx, ...props }, ref) {
|
|
3924
4008
|
return /* @__PURE__ */ jsx(
|
|
3925
|
-
BaseSvgIcon
|
|
4009
|
+
BaseSvgIcon$10,
|
|
3926
4010
|
{
|
|
3927
4011
|
ref,
|
|
3928
4012
|
viewBox: "0 0 24 24",
|
|
@@ -3936,7 +4020,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
|
|
|
3936
4020
|
);
|
|
3937
4021
|
}
|
|
3938
4022
|
const QueryTable$1 = forwardRef(QueryTable);
|
|
3939
|
-
const Icon
|
|
4023
|
+
const Icon$$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3940
4024
|
/* @__PURE__ */ jsx(
|
|
3941
4025
|
"path",
|
|
3942
4026
|
{
|
|
@@ -3954,10 +4038,10 @@ const Icon$_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
3954
4038
|
}
|
|
3955
4039
|
)
|
|
3956
4040
|
] });
|
|
3957
|
-
const BaseSvgIcon
|
|
4041
|
+
const BaseSvgIcon$$ = createSvgIcon(Icon$$(), "Rain");
|
|
3958
4042
|
function Rain({ width, height, sx, ...props }, ref) {
|
|
3959
4043
|
return /* @__PURE__ */ jsx(
|
|
3960
|
-
BaseSvgIcon
|
|
4044
|
+
BaseSvgIcon$$,
|
|
3961
4045
|
{
|
|
3962
4046
|
ref,
|
|
3963
4047
|
viewBox: "0 0 24 24",
|
|
@@ -3971,17 +4055,17 @@ function Rain({ width, height, sx, ...props }, ref) {
|
|
|
3971
4055
|
);
|
|
3972
4056
|
}
|
|
3973
4057
|
const Rain$1 = forwardRef(Rain);
|
|
3974
|
-
const Icon$
|
|
4058
|
+
const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3975
4059
|
"path",
|
|
3976
4060
|
{
|
|
3977
4061
|
fill: "currentColor",
|
|
3978
4062
|
d: "M6.5 21v-3.5H3V21zM7.5 21h4v-3.5h-4zM17.5 21H21v-3.5h-3.5zM21 11.5v-4h-3.5v4zM21 6.5V3h-3.5v3.5zM16.5 3h-4v3.5h4zM11.5 3h-4v3.5h4zM6.5 3H3v3.5h3.5zM3 7.5v4h3.5v-4zM3 12.5v4h3.5v-4zM11.5 16.5h-4v-4h4zM11.5 11.5h-4v-4h4zM12.5 12.5h4v4h-4z"
|
|
3979
4063
|
}
|
|
3980
4064
|
) });
|
|
3981
|
-
const BaseSvgIcon$
|
|
4065
|
+
const BaseSvgIcon$_ = createSvgIcon(Icon$_(), "Raster");
|
|
3982
4066
|
function Raster({ width, height, sx, ...props }, ref) {
|
|
3983
4067
|
return /* @__PURE__ */ jsx(
|
|
3984
|
-
BaseSvgIcon$
|
|
4068
|
+
BaseSvgIcon$_,
|
|
3985
4069
|
{
|
|
3986
4070
|
ref,
|
|
3987
4071
|
viewBox: "0 0 24 24",
|
|
@@ -3995,7 +4079,7 @@ function Raster({ width, height, sx, ...props }, ref) {
|
|
|
3995
4079
|
);
|
|
3996
4080
|
}
|
|
3997
4081
|
const Raster$1 = forwardRef(Raster);
|
|
3998
|
-
const Icon$
|
|
4082
|
+
const Icon$Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3999
4083
|
"path",
|
|
4000
4084
|
{
|
|
4001
4085
|
fill: "currentColor",
|
|
@@ -4004,10 +4088,10 @@ const Icon$Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4004
4088
|
clipRule: "evenodd"
|
|
4005
4089
|
}
|
|
4006
4090
|
) });
|
|
4007
|
-
const BaseSvgIcon$
|
|
4091
|
+
const BaseSvgIcon$Z = createSvgIcon(Icon$Z(), "Redshift");
|
|
4008
4092
|
function Redshift({ width, height, sx, ...props }, ref) {
|
|
4009
4093
|
return /* @__PURE__ */ jsx(
|
|
4010
|
-
BaseSvgIcon$
|
|
4094
|
+
BaseSvgIcon$Z,
|
|
4011
4095
|
{
|
|
4012
4096
|
ref,
|
|
4013
4097
|
viewBox: "0 0 24 24",
|
|
@@ -4021,7 +4105,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
|
|
|
4021
4105
|
);
|
|
4022
4106
|
}
|
|
4023
4107
|
const Redshift$1 = forwardRef(Redshift);
|
|
4024
|
-
const Icon$
|
|
4108
|
+
const Icon$Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4025
4109
|
"path",
|
|
4026
4110
|
{
|
|
4027
4111
|
fill: "currentColor",
|
|
@@ -4030,10 +4114,10 @@ const Icon$X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4030
4114
|
clipRule: "evenodd"
|
|
4031
4115
|
}
|
|
4032
4116
|
) });
|
|
4033
|
-
const BaseSvgIcon$
|
|
4117
|
+
const BaseSvgIcon$Y = createSvgIcon(Icon$Y(), "Report");
|
|
4034
4118
|
function Report({ width, height, sx, ...props }, ref) {
|
|
4035
4119
|
return /* @__PURE__ */ jsx(
|
|
4036
|
-
BaseSvgIcon$
|
|
4120
|
+
BaseSvgIcon$Y,
|
|
4037
4121
|
{
|
|
4038
4122
|
ref,
|
|
4039
4123
|
viewBox: "0 0 24 24",
|
|
@@ -4047,7 +4131,7 @@ function Report({ width, height, sx, ...props }, ref) {
|
|
|
4047
4131
|
);
|
|
4048
4132
|
}
|
|
4049
4133
|
const Report$1 = forwardRef(Report);
|
|
4050
|
-
const Icon$
|
|
4134
|
+
const Icon$X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4051
4135
|
"path",
|
|
4052
4136
|
{
|
|
4053
4137
|
fill: "currentColor",
|
|
@@ -4056,10 +4140,10 @@ const Icon$W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4056
4140
|
clipRule: "evenodd"
|
|
4057
4141
|
}
|
|
4058
4142
|
) });
|
|
4059
|
-
const BaseSvgIcon$
|
|
4143
|
+
const BaseSvgIcon$X = createSvgIcon(Icon$X(), "Reset");
|
|
4060
4144
|
function Reset({ width, height, sx, ...props }, ref) {
|
|
4061
4145
|
return /* @__PURE__ */ jsx(
|
|
4062
|
-
BaseSvgIcon$
|
|
4146
|
+
BaseSvgIcon$X,
|
|
4063
4147
|
{
|
|
4064
4148
|
ref,
|
|
4065
4149
|
viewBox: "0 0 24 24",
|
|
@@ -4073,7 +4157,7 @@ function Reset({ width, height, sx, ...props }, ref) {
|
|
|
4073
4157
|
);
|
|
4074
4158
|
}
|
|
4075
4159
|
const Reset$1 = forwardRef(Reset);
|
|
4076
|
-
const Icon$
|
|
4160
|
+
const Icon$W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4077
4161
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4078
4162
|
"path",
|
|
4079
4163
|
{
|
|
@@ -4085,10 +4169,10 @@ const Icon$V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4085
4169
|
) }),
|
|
4086
4170
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4087
4171
|
] });
|
|
4088
|
-
const BaseSvgIcon$
|
|
4172
|
+
const BaseSvgIcon$W = createSvgIcon(Icon$W(), "RiskAnalysis");
|
|
4089
4173
|
function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
4090
4174
|
return /* @__PURE__ */ jsx(
|
|
4091
|
-
BaseSvgIcon$
|
|
4175
|
+
BaseSvgIcon$W,
|
|
4092
4176
|
{
|
|
4093
4177
|
ref,
|
|
4094
4178
|
viewBox: "0 0 24 24",
|
|
@@ -4102,7 +4186,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4102
4186
|
);
|
|
4103
4187
|
}
|
|
4104
4188
|
const RiskAnalysis$1 = forwardRef(RiskAnalysis);
|
|
4105
|
-
const Icon$
|
|
4189
|
+
const Icon$V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4106
4190
|
/* @__PURE__ */ jsx(
|
|
4107
4191
|
"path",
|
|
4108
4192
|
{
|
|
@@ -4121,10 +4205,10 @@ const Icon$U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4121
4205
|
}
|
|
4122
4206
|
)
|
|
4123
4207
|
] });
|
|
4124
|
-
const BaseSvgIcon$
|
|
4208
|
+
const BaseSvgIcon$V = createSvgIcon(Icon$V(), "RoadTraffic");
|
|
4125
4209
|
function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
4126
4210
|
return /* @__PURE__ */ jsx(
|
|
4127
|
-
BaseSvgIcon$
|
|
4211
|
+
BaseSvgIcon$V,
|
|
4128
4212
|
{
|
|
4129
4213
|
ref,
|
|
4130
4214
|
viewBox: "0 0 24 24",
|
|
@@ -4138,7 +4222,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
|
4138
4222
|
);
|
|
4139
4223
|
}
|
|
4140
4224
|
const RoadTraffic$1 = forwardRef(RoadTraffic);
|
|
4141
|
-
const Icon$
|
|
4225
|
+
const Icon$U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4142
4226
|
/* @__PURE__ */ jsx(
|
|
4143
4227
|
"path",
|
|
4144
4228
|
{
|
|
@@ -4157,10 +4241,10 @@ const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4157
4241
|
}
|
|
4158
4242
|
)
|
|
4159
4243
|
] });
|
|
4160
|
-
const BaseSvgIcon$
|
|
4244
|
+
const BaseSvgIcon$U = createSvgIcon(Icon$U(), "RunSettings");
|
|
4161
4245
|
function RunSettings({ width, height, sx, ...props }, ref) {
|
|
4162
4246
|
return /* @__PURE__ */ jsx(
|
|
4163
|
-
BaseSvgIcon$
|
|
4247
|
+
BaseSvgIcon$U,
|
|
4164
4248
|
{
|
|
4165
4249
|
ref,
|
|
4166
4250
|
viewBox: "0 0 24 24",
|
|
@@ -4174,7 +4258,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
|
|
|
4174
4258
|
);
|
|
4175
4259
|
}
|
|
4176
4260
|
const RunSettings$1 = forwardRef(RunSettings);
|
|
4177
|
-
const Icon$
|
|
4261
|
+
const Icon$T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4178
4262
|
"path",
|
|
4179
4263
|
{
|
|
4180
4264
|
fill: "currentColor",
|
|
@@ -4183,10 +4267,10 @@ const Icon$S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4183
4267
|
clipRule: "evenodd"
|
|
4184
4268
|
}
|
|
4185
4269
|
) });
|
|
4186
|
-
const BaseSvgIcon$
|
|
4270
|
+
const BaseSvgIcon$T = createSvgIcon(Icon$T(), "RunStep");
|
|
4187
4271
|
function RunStep({ width, height, sx, ...props }, ref) {
|
|
4188
4272
|
return /* @__PURE__ */ jsx(
|
|
4189
|
-
BaseSvgIcon$
|
|
4273
|
+
BaseSvgIcon$T,
|
|
4190
4274
|
{
|
|
4191
4275
|
ref,
|
|
4192
4276
|
viewBox: "0 0 24 24",
|
|
@@ -4200,7 +4284,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
|
|
|
4200
4284
|
);
|
|
4201
4285
|
}
|
|
4202
4286
|
const RunStep$1 = forwardRef(RunStep);
|
|
4203
|
-
const Icon$
|
|
4287
|
+
const Icon$S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4204
4288
|
"path",
|
|
4205
4289
|
{
|
|
4206
4290
|
fill: "currentColor",
|
|
@@ -4209,10 +4293,10 @@ const Icon$R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4209
4293
|
clipRule: "evenodd"
|
|
4210
4294
|
}
|
|
4211
4295
|
) });
|
|
4212
|
-
const BaseSvgIcon$
|
|
4296
|
+
const BaseSvgIcon$S = createSvgIcon(Icon$S(), "Salesforce");
|
|
4213
4297
|
function Salesforce({ width, height, sx, ...props }, ref) {
|
|
4214
4298
|
return /* @__PURE__ */ jsx(
|
|
4215
|
-
BaseSvgIcon$
|
|
4299
|
+
BaseSvgIcon$S,
|
|
4216
4300
|
{
|
|
4217
4301
|
ref,
|
|
4218
4302
|
viewBox: "0 0 24 24",
|
|
@@ -4226,7 +4310,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
|
|
|
4226
4310
|
);
|
|
4227
4311
|
}
|
|
4228
4312
|
const Salesforce$1 = forwardRef(Salesforce);
|
|
4229
|
-
const Icon$
|
|
4313
|
+
const Icon$R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4230
4314
|
"path",
|
|
4231
4315
|
{
|
|
4232
4316
|
fill: "currentColor",
|
|
@@ -4235,10 +4319,10 @@ const Icon$Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4235
4319
|
clipRule: "evenodd"
|
|
4236
4320
|
}
|
|
4237
4321
|
) });
|
|
4238
|
-
const BaseSvgIcon$
|
|
4322
|
+
const BaseSvgIcon$R = createSvgIcon(Icon$R(), "Sample");
|
|
4239
4323
|
function Sample({ width, height, sx, ...props }, ref) {
|
|
4240
4324
|
return /* @__PURE__ */ jsx(
|
|
4241
|
-
BaseSvgIcon$
|
|
4325
|
+
BaseSvgIcon$R,
|
|
4242
4326
|
{
|
|
4243
4327
|
ref,
|
|
4244
4328
|
viewBox: "0 0 24 24",
|
|
@@ -4252,7 +4336,7 @@ function Sample({ width, height, sx, ...props }, ref) {
|
|
|
4252
4336
|
);
|
|
4253
4337
|
}
|
|
4254
4338
|
const Sample$1 = forwardRef(Sample);
|
|
4255
|
-
const Icon$
|
|
4339
|
+
const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4256
4340
|
/* @__PURE__ */ jsx(
|
|
4257
4341
|
"path",
|
|
4258
4342
|
{
|
|
@@ -4268,10 +4352,10 @@ const Icon$P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4268
4352
|
}
|
|
4269
4353
|
)
|
|
4270
4354
|
] });
|
|
4271
|
-
const BaseSvgIcon$
|
|
4355
|
+
const BaseSvgIcon$Q = createSvgIcon(Icon$Q(), "SaveOk");
|
|
4272
4356
|
function SaveOk({ width, height, sx, ...props }, ref) {
|
|
4273
4357
|
return /* @__PURE__ */ jsx(
|
|
4274
|
-
BaseSvgIcon$
|
|
4358
|
+
BaseSvgIcon$Q,
|
|
4275
4359
|
{
|
|
4276
4360
|
ref,
|
|
4277
4361
|
viewBox: "0 0 24 24",
|
|
@@ -4285,7 +4369,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
|
|
|
4285
4369
|
);
|
|
4286
4370
|
}
|
|
4287
4371
|
const SaveOk$1 = forwardRef(SaveOk);
|
|
4288
|
-
const Icon$
|
|
4372
|
+
const Icon$P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4289
4373
|
/* @__PURE__ */ jsx(
|
|
4290
4374
|
"path",
|
|
4291
4375
|
{
|
|
@@ -4310,10 +4394,10 @@ const Icon$O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4310
4394
|
}
|
|
4311
4395
|
)
|
|
4312
4396
|
] });
|
|
4313
|
-
const BaseSvgIcon$
|
|
4397
|
+
const BaseSvgIcon$P = createSvgIcon(Icon$P(), "ScheduleRun");
|
|
4314
4398
|
function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
4315
4399
|
return /* @__PURE__ */ jsx(
|
|
4316
|
-
BaseSvgIcon$
|
|
4400
|
+
BaseSvgIcon$P,
|
|
4317
4401
|
{
|
|
4318
4402
|
ref,
|
|
4319
4403
|
viewBox: "0 0 24 24",
|
|
@@ -4327,7 +4411,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
|
4327
4411
|
);
|
|
4328
4412
|
}
|
|
4329
4413
|
const ScheduleRun$1 = forwardRef(ScheduleRun);
|
|
4330
|
-
const Icon$
|
|
4414
|
+
const Icon$O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4331
4415
|
/* @__PURE__ */ jsx(
|
|
4332
4416
|
"path",
|
|
4333
4417
|
{
|
|
@@ -4343,10 +4427,10 @@ const Icon$N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4343
4427
|
}
|
|
4344
4428
|
)
|
|
4345
4429
|
] });
|
|
4346
|
-
const BaseSvgIcon$
|
|
4430
|
+
const BaseSvgIcon$O = createSvgIcon(Icon$O(), "SelectDestination");
|
|
4347
4431
|
function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
4348
4432
|
return /* @__PURE__ */ jsx(
|
|
4349
|
-
BaseSvgIcon$
|
|
4433
|
+
BaseSvgIcon$O,
|
|
4350
4434
|
{
|
|
4351
4435
|
ref,
|
|
4352
4436
|
viewBox: "0 0 24 24",
|
|
@@ -4360,7 +4444,7 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
|
4360
4444
|
);
|
|
4361
4445
|
}
|
|
4362
4446
|
const SelectDestination$1 = forwardRef(SelectDestination);
|
|
4363
|
-
const Icon$
|
|
4447
|
+
const Icon$N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4364
4448
|
"path",
|
|
4365
4449
|
{
|
|
4366
4450
|
fill: "currentColor",
|
|
@@ -4369,10 +4453,10 @@ const Icon$M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4369
4453
|
clipRule: "evenodd"
|
|
4370
4454
|
}
|
|
4371
4455
|
) });
|
|
4372
|
-
const BaseSvgIcon$
|
|
4456
|
+
const BaseSvgIcon$N = createSvgIcon(Icon$N(), "SelectTool");
|
|
4373
4457
|
function SelectTool({ width, height, sx, ...props }, ref) {
|
|
4374
4458
|
return /* @__PURE__ */ jsx(
|
|
4375
|
-
BaseSvgIcon$
|
|
4459
|
+
BaseSvgIcon$N,
|
|
4376
4460
|
{
|
|
4377
4461
|
ref,
|
|
4378
4462
|
viewBox: "0 0 24 24",
|
|
@@ -4386,17 +4470,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
|
|
|
4386
4470
|
);
|
|
4387
4471
|
}
|
|
4388
4472
|
const SelectTool$1 = forwardRef(SelectTool);
|
|
4389
|
-
const Icon$
|
|
4473
|
+
const Icon$M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4390
4474
|
"path",
|
|
4391
4475
|
{
|
|
4392
4476
|
fill: "currentColor",
|
|
4393
4477
|
d: "M15 3v11h6V5a2 2 0 0 0-2-2zM17 23v-6h6l-2.29 2.3L23 21.59 21.59 23l-2.3-2.29zM13 21h-2v-2h2zM9 5H7V3h2zM5 17H3v-2h2zM5 19v2c-1.1 0-2-.9-2-2zM13 5h-2V3h2zM5 9H3V7h2zM9 21H7v-2h2zM5 13H3v-2h2zM5 5H3c0-1.1.9-2 2-2zM9 17h2v-2H9zM11 9H9V7h2zM9 13h2v-2H9z"
|
|
4394
4478
|
}
|
|
4395
4479
|
) });
|
|
4396
|
-
const BaseSvgIcon$
|
|
4480
|
+
const BaseSvgIcon$M = createSvgIcon(Icon$M(), "SelectVariable");
|
|
4397
4481
|
function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
4398
4482
|
return /* @__PURE__ */ jsx(
|
|
4399
|
-
BaseSvgIcon$
|
|
4483
|
+
BaseSvgIcon$M,
|
|
4400
4484
|
{
|
|
4401
4485
|
ref,
|
|
4402
4486
|
viewBox: "0 0 24 24",
|
|
@@ -4410,6 +4494,41 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
|
4410
4494
|
);
|
|
4411
4495
|
}
|
|
4412
4496
|
const SelectVariable$1 = forwardRef(SelectVariable);
|
|
4497
|
+
const Icon$L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4498
|
+
/* @__PURE__ */ jsx(
|
|
4499
|
+
"path",
|
|
4500
|
+
{
|
|
4501
|
+
fill: "currentColor",
|
|
4502
|
+
d: "M12 8.83 8.83 12 12 15.17l-1.41 1.41L6 12l4.59-4.59z"
|
|
4503
|
+
}
|
|
4504
|
+
),
|
|
4505
|
+
/* @__PURE__ */ jsx(
|
|
4506
|
+
"path",
|
|
4507
|
+
{
|
|
4508
|
+
fill: "currentColor",
|
|
4509
|
+
fillRule: "evenodd",
|
|
4510
|
+
d: "M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-3.794 3.995L18 21H6l-.206-.005a4 4 0 0 1-3.79-3.789L2 17V7a4 4 0 0 1 4-4zM6 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h9V5zm10.5 14H18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1.5z",
|
|
4511
|
+
clipRule: "evenodd"
|
|
4512
|
+
}
|
|
4513
|
+
)
|
|
4514
|
+
] });
|
|
4515
|
+
const BaseSvgIcon$L = createSvgIcon(Icon$L(), "ShowRightsidebar");
|
|
4516
|
+
function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
4517
|
+
return /* @__PURE__ */ jsx(
|
|
4518
|
+
BaseSvgIcon$L,
|
|
4519
|
+
{
|
|
4520
|
+
ref,
|
|
4521
|
+
viewBox: "0 0 24 24",
|
|
4522
|
+
sx: {
|
|
4523
|
+
width,
|
|
4524
|
+
height: height || width,
|
|
4525
|
+
...sx
|
|
4526
|
+
},
|
|
4527
|
+
...props
|
|
4528
|
+
}
|
|
4529
|
+
);
|
|
4530
|
+
}
|
|
4531
|
+
const ShowRightsidebar$1 = forwardRef(ShowRightsidebar);
|
|
4413
4532
|
const Icon$K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4414
4533
|
/* @__PURE__ */ jsx(
|
|
4415
4534
|
"path",
|
|
@@ -5772,6 +5891,7 @@ export {
|
|
|
5772
5891
|
AddApp$1 as AddApp,
|
|
5773
5892
|
AddSection$1 as AddSection,
|
|
5774
5893
|
AdvancedSettings$1 as AdvancedSettings,
|
|
5894
|
+
AiAgent$1 as AiAgent,
|
|
5775
5895
|
AiTool$1 as AiTool,
|
|
5776
5896
|
Annotation$1 as Annotation,
|
|
5777
5897
|
ApiCall$1 as ApiCall,
|
|
@@ -5852,6 +5972,7 @@ export {
|
|
|
5852
5972
|
HealthAnalytics$1 as HealthAnalytics,
|
|
5853
5973
|
HideComments$1 as HideComments,
|
|
5854
5974
|
HideLeftsidebar$1 as HideLeftsidebar,
|
|
5975
|
+
HideRightsidebar$1 as HideRightsidebar,
|
|
5855
5976
|
Home$1 as Home,
|
|
5856
5977
|
Housing$1 as Housing,
|
|
5857
5978
|
HumanMobility$1 as HumanMobility,
|
|
@@ -5918,6 +6039,7 @@ export {
|
|
|
5918
6039
|
SelectDestination$1 as SelectDestination,
|
|
5919
6040
|
SelectTool$1 as SelectTool,
|
|
5920
6041
|
SelectVariable$1 as SelectVariable,
|
|
6042
|
+
ShowRightsidebar$1 as ShowRightsidebar,
|
|
5921
6043
|
SingleLayer$1 as SingleLayer,
|
|
5922
6044
|
SiteSelection$1 as SiteSelection,
|
|
5923
6045
|
Snowflake$1 as Snowflake,
|