@carto/meridian-ds 1.4.3-alpha-tag.5 → 1.4.3-alpha-icons-shapes.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -1
- package/dist/{Alert--QYebQp3.js → Alert-D8jI1sG4.js} +1 -1
- package/dist/{Alert-DFaAeTZf.cjs → Alert-zqtoWsBL.cjs} +1 -1
- package/dist/OpenDiagonallyRight-5HZXh46V.js +59 -0
- package/dist/OpenDiagonallyRight-BrRyCV4Q.cjs +58 -0
- package/dist/{TablePaginationActions-BG2gWq0M.cjs → TablePaginationActions-CFGXm44W.cjs} +21 -3
- package/dist/{TablePaginationActions-Dit3VW-A.js → TablePaginationActions-KpTvhN4Y.js} +21 -3
- package/dist/components/index.cjs +1062 -206
- package/dist/components/index.js +1064 -208
- package/dist/custom-icons/index.cjs +339 -390
- package/dist/custom-icons/index.js +339 -390
- package/dist/theme/index.cjs +8 -3
- package/dist/theme/index.js +9 -4
- package/dist/types/components/molecules/index.d.ts +0 -2
- package/dist/types/components/molecules/index.d.ts.map +1 -1
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts +16 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogConfirmation.d.ts +16 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogConfirmation.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogContent.d.ts +10 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogContent.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogError.d.ts +8 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogError.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaField.d.ts +4 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaField.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaFooter.d.ts +12 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaFooter.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaHeader.d.ts +9 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaHeader.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts +28 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts +7 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/index.d.ts +9 -0
- package/dist/types/components/organisms/CodeArea/index.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/types.d.ts +38 -0
- package/dist/types/components/organisms/CodeArea/types.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/utils.d.ts +5 -0
- package/dist/types/components/organisms/CodeArea/utils.d.ts.map +1 -0
- package/dist/types/components/organisms/index.d.ts +2 -0
- package/dist/types/components/organisms/index.d.ts.map +1 -1
- package/dist/types/localization/en.d.ts +6 -0
- package/dist/types/localization/en.d.ts.map +1 -1
- package/dist/types/localization/es.d.ts +6 -0
- package/dist/types/localization/es.d.ts.map +1 -1
- package/dist/types/localization/id.d.ts +6 -0
- package/dist/types/localization/id.d.ts.map +1 -1
- package/dist/types/localization/index.d.ts +18 -0
- package/dist/types/localization/index.d.ts.map +1 -1
- package/dist/types/theme/sections/components/data-display.d.ts.map +1 -1
- package/dist/widgets/index.cjs +2 -2
- package/dist/widgets/index.js +2 -2
- package/package.json +6 -1
- package/dist/types/components/molecules/Tag.d.ts +0 -31
- package/dist/types/components/molecules/Tag.d.ts.map +0 -1
|
@@ -4,8 +4,9 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const React = require("react");
|
|
5
5
|
const utils = require("@mui/material/utils");
|
|
6
6
|
const ArrowDown = require("../ArrowDown-8fLj23Ge.cjs");
|
|
7
|
+
const OpenDiagonallyRight = require("../OpenDiagonallyRight-BrRyCV4Q.cjs");
|
|
7
8
|
const SwatchSquare = require("../SwatchSquare-w-U8-O-P.cjs");
|
|
8
|
-
const Icon$
|
|
9
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
10
|
"path",
|
|
10
11
|
{
|
|
11
12
|
fill: "currentColor",
|
|
@@ -14,10 +15,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
14
15
|
clipRule: "evenodd"
|
|
15
16
|
}
|
|
16
17
|
) });
|
|
17
|
-
const BaseSvgIcon$
|
|
18
|
+
const BaseSvgIcon$2Z = utils.createSvgIcon(Icon$2Z(), "AccessIn");
|
|
18
19
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
19
20
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
20
|
-
BaseSvgIcon$
|
|
21
|
+
BaseSvgIcon$2Z,
|
|
21
22
|
{
|
|
22
23
|
ref,
|
|
23
24
|
viewBox: "0 0 24 24",
|
|
@@ -31,17 +32,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
31
32
|
);
|
|
32
33
|
}
|
|
33
34
|
const AccessIn$1 = React.forwardRef(AccessIn);
|
|
34
|
-
const Icon$
|
|
35
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
35
36
|
"path",
|
|
36
37
|
{
|
|
37
38
|
fill: "currentColor",
|
|
38
39
|
d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
|
|
39
40
|
}
|
|
40
41
|
) });
|
|
41
|
-
const BaseSvgIcon$
|
|
42
|
+
const BaseSvgIcon$2Y = utils.createSvgIcon(Icon$2Y(), "AddApp");
|
|
42
43
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
43
44
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
44
|
-
BaseSvgIcon$
|
|
45
|
+
BaseSvgIcon$2Y,
|
|
45
46
|
{
|
|
46
47
|
ref,
|
|
47
48
|
viewBox: "0 0 24 24",
|
|
@@ -55,7 +56,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
55
56
|
);
|
|
56
57
|
}
|
|
57
58
|
const AddApp$1 = React.forwardRef(AddApp);
|
|
58
|
-
const Icon$
|
|
59
|
+
const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
59
60
|
"path",
|
|
60
61
|
{
|
|
61
62
|
fill: "currentColor",
|
|
@@ -64,10 +65,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
64
65
|
clipRule: "evenodd"
|
|
65
66
|
}
|
|
66
67
|
) });
|
|
67
|
-
const BaseSvgIcon$
|
|
68
|
+
const BaseSvgIcon$2X = utils.createSvgIcon(Icon$2X(), "AddSection");
|
|
68
69
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
69
70
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
70
|
-
BaseSvgIcon$
|
|
71
|
+
BaseSvgIcon$2X,
|
|
71
72
|
{
|
|
72
73
|
ref,
|
|
73
74
|
viewBox: "0 0 24 24",
|
|
@@ -81,17 +82,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
81
82
|
);
|
|
82
83
|
}
|
|
83
84
|
const AddSection$1 = React.forwardRef(AddSection);
|
|
84
|
-
const Icon$
|
|
85
|
+
const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
85
86
|
"path",
|
|
86
87
|
{
|
|
87
88
|
fill: "currentColor",
|
|
88
89
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
89
90
|
}
|
|
90
91
|
) });
|
|
91
|
-
const BaseSvgIcon$
|
|
92
|
+
const BaseSvgIcon$2W = utils.createSvgIcon(Icon$2W(), "AdvancedSettings");
|
|
92
93
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
93
94
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
94
|
-
BaseSvgIcon$
|
|
95
|
+
BaseSvgIcon$2W,
|
|
95
96
|
{
|
|
96
97
|
ref,
|
|
97
98
|
viewBox: "0 0 24 24",
|
|
@@ -105,7 +106,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
105
106
|
);
|
|
106
107
|
}
|
|
107
108
|
const AdvancedSettings$1 = React.forwardRef(AdvancedSettings);
|
|
108
|
-
const Icon$
|
|
109
|
+
const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
109
110
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
110
111
|
"path",
|
|
111
112
|
{
|
|
@@ -125,10 +126,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
125
126
|
}
|
|
126
127
|
)
|
|
127
128
|
] });
|
|
128
|
-
const BaseSvgIcon$
|
|
129
|
+
const BaseSvgIcon$2V = utils.createSvgIcon(Icon$2V(), "Annotation");
|
|
129
130
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
130
131
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
131
|
-
BaseSvgIcon$
|
|
132
|
+
BaseSvgIcon$2V,
|
|
132
133
|
{
|
|
133
134
|
ref,
|
|
134
135
|
viewBox: "0 0 24 24",
|
|
@@ -142,7 +143,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
142
143
|
);
|
|
143
144
|
}
|
|
144
145
|
const Annotation$1 = React.forwardRef(Annotation);
|
|
145
|
-
const Icon$
|
|
146
|
+
const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
146
147
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
147
148
|
"path",
|
|
148
149
|
{
|
|
@@ -167,10 +168,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
167
168
|
}
|
|
168
169
|
)
|
|
169
170
|
] });
|
|
170
|
-
const BaseSvgIcon$
|
|
171
|
+
const BaseSvgIcon$2U = utils.createSvgIcon(Icon$2U(), "ApiCall");
|
|
171
172
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
172
173
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
173
|
-
BaseSvgIcon$
|
|
174
|
+
BaseSvgIcon$2U,
|
|
174
175
|
{
|
|
175
176
|
ref,
|
|
176
177
|
viewBox: "0 0 24 24",
|
|
@@ -184,7 +185,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
184
185
|
);
|
|
185
186
|
}
|
|
186
187
|
const ApiCall$1 = React.forwardRef(ApiCall);
|
|
187
|
-
const Icon$
|
|
188
|
+
const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
188
189
|
"path",
|
|
189
190
|
{
|
|
190
191
|
fill: "currentColor",
|
|
@@ -193,10 +194,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
193
194
|
clipRule: "evenodd"
|
|
194
195
|
}
|
|
195
196
|
) });
|
|
196
|
-
const BaseSvgIcon$
|
|
197
|
+
const BaseSvgIcon$2T = utils.createSvgIcon(Icon$2T(), "ArrowLeft");
|
|
197
198
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
198
199
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
199
|
-
BaseSvgIcon$
|
|
200
|
+
BaseSvgIcon$2T,
|
|
200
201
|
{
|
|
201
202
|
ref,
|
|
202
203
|
viewBox: "0 0 24 24",
|
|
@@ -210,7 +211,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
210
211
|
);
|
|
211
212
|
}
|
|
212
213
|
const ArrowLeft$1 = React.forwardRef(ArrowLeft);
|
|
213
|
-
const Icon$
|
|
214
|
+
const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
214
215
|
"path",
|
|
215
216
|
{
|
|
216
217
|
fill: "currentColor",
|
|
@@ -219,10 +220,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
219
220
|
clipRule: "evenodd"
|
|
220
221
|
}
|
|
221
222
|
) });
|
|
222
|
-
const BaseSvgIcon$
|
|
223
|
+
const BaseSvgIcon$2S = utils.createSvgIcon(Icon$2S(), "ArrowRight");
|
|
223
224
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
224
225
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
225
|
-
BaseSvgIcon$
|
|
226
|
+
BaseSvgIcon$2S,
|
|
226
227
|
{
|
|
227
228
|
ref,
|
|
228
229
|
viewBox: "0 0 24 24",
|
|
@@ -236,7 +237,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
236
237
|
);
|
|
237
238
|
}
|
|
238
239
|
const ArrowRight$1 = React.forwardRef(ArrowRight);
|
|
239
|
-
const Icon$
|
|
240
|
+
const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
240
241
|
"path",
|
|
241
242
|
{
|
|
242
243
|
fill: "currentColor",
|
|
@@ -245,10 +246,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
245
246
|
clipRule: "evenodd"
|
|
246
247
|
}
|
|
247
248
|
) });
|
|
248
|
-
const BaseSvgIcon$
|
|
249
|
+
const BaseSvgIcon$2R = utils.createSvgIcon(Icon$2R(), "ArrowUp");
|
|
249
250
|
function ArrowUp({ width, height, sx, ...props }, ref) {
|
|
250
251
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
251
|
-
BaseSvgIcon$
|
|
252
|
+
BaseSvgIcon$2R,
|
|
252
253
|
{
|
|
253
254
|
ref,
|
|
254
255
|
viewBox: "0 0 24 24",
|
|
@@ -262,7 +263,7 @@ function ArrowUp({ width, height, sx, ...props }, ref) {
|
|
|
262
263
|
);
|
|
263
264
|
}
|
|
264
265
|
const ArrowUp$1 = React.forwardRef(ArrowUp);
|
|
265
|
-
const Icon$
|
|
266
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
266
267
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
267
268
|
"path",
|
|
268
269
|
{
|
|
@@ -282,10 +283,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
282
283
|
}
|
|
283
284
|
)
|
|
284
285
|
] });
|
|
285
|
-
const BaseSvgIcon$
|
|
286
|
+
const BaseSvgIcon$2Q = utils.createSvgIcon(Icon$2Q(), "Autostyle");
|
|
286
287
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
287
288
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
288
|
-
BaseSvgIcon$
|
|
289
|
+
BaseSvgIcon$2Q,
|
|
289
290
|
{
|
|
290
291
|
ref,
|
|
291
292
|
viewBox: "0 0 24 24",
|
|
@@ -299,7 +300,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
299
300
|
);
|
|
300
301
|
}
|
|
301
302
|
const Autostyle$1 = React.forwardRef(Autostyle);
|
|
302
|
-
const Icon$
|
|
303
|
+
const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
303
304
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
304
305
|
"path",
|
|
305
306
|
{
|
|
@@ -317,10 +318,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
317
318
|
}
|
|
318
319
|
)
|
|
319
320
|
] });
|
|
320
|
-
const BaseSvgIcon$
|
|
321
|
+
const BaseSvgIcon$2P = utils.createSvgIcon(Icon$2P(), "Avg");
|
|
321
322
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
322
323
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
323
|
-
BaseSvgIcon$
|
|
324
|
+
BaseSvgIcon$2P,
|
|
324
325
|
{
|
|
325
326
|
ref,
|
|
326
327
|
viewBox: "0 0 24 24",
|
|
@@ -334,7 +335,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
334
335
|
);
|
|
335
336
|
}
|
|
336
337
|
const Avg$1 = React.forwardRef(Avg);
|
|
337
|
-
const Icon$
|
|
338
|
+
const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
338
339
|
"path",
|
|
339
340
|
{
|
|
340
341
|
fill: "currentColor",
|
|
@@ -343,10 +344,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
343
344
|
clipRule: "evenodd"
|
|
344
345
|
}
|
|
345
346
|
) });
|
|
346
|
-
const BaseSvgIcon$
|
|
347
|
+
const BaseSvgIcon$2O = utils.createSvgIcon(Icon$2O(), "Behavioral");
|
|
347
348
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
348
349
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
349
|
-
BaseSvgIcon$
|
|
350
|
+
BaseSvgIcon$2O,
|
|
350
351
|
{
|
|
351
352
|
ref,
|
|
352
353
|
viewBox: "0 0 24 24",
|
|
@@ -360,7 +361,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
360
361
|
);
|
|
361
362
|
}
|
|
362
363
|
const Behavioral$1 = React.forwardRef(Behavioral);
|
|
363
|
-
const Icon$
|
|
364
|
+
const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
364
365
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
365
366
|
"path",
|
|
366
367
|
{
|
|
@@ -378,10 +379,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
378
379
|
}
|
|
379
380
|
)
|
|
380
381
|
] });
|
|
381
|
-
const BaseSvgIcon$
|
|
382
|
+
const BaseSvgIcon$2N = utils.createSvgIcon(Icon$2N(), "Bigquery");
|
|
382
383
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
383
384
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
384
|
-
BaseSvgIcon$
|
|
385
|
+
BaseSvgIcon$2N,
|
|
385
386
|
{
|
|
386
387
|
ref,
|
|
387
388
|
viewBox: "0 0 24 24",
|
|
@@ -395,7 +396,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
395
396
|
);
|
|
396
397
|
}
|
|
397
398
|
const Bigquery$1 = React.forwardRef(Bigquery);
|
|
398
|
-
const Icon$
|
|
399
|
+
const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
399
400
|
"path",
|
|
400
401
|
{
|
|
401
402
|
fill: "currentColor",
|
|
@@ -404,10 +405,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
404
405
|
clipRule: "evenodd"
|
|
405
406
|
}
|
|
406
407
|
) });
|
|
407
|
-
const BaseSvgIcon$
|
|
408
|
+
const BaseSvgIcon$2M = utils.createSvgIcon(Icon$2M(), "Blending");
|
|
408
409
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
409
410
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
410
|
-
BaseSvgIcon$
|
|
411
|
+
BaseSvgIcon$2M,
|
|
411
412
|
{
|
|
412
413
|
ref,
|
|
413
414
|
viewBox: "0 0 24 24",
|
|
@@ -421,7 +422,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
421
422
|
);
|
|
422
423
|
}
|
|
423
424
|
const Blending$1 = React.forwardRef(Blending);
|
|
424
|
-
const Icon$
|
|
425
|
+
const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
425
426
|
"path",
|
|
426
427
|
{
|
|
427
428
|
fill: "currentColor",
|
|
@@ -430,10 +431,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
430
431
|
clipRule: "evenodd"
|
|
431
432
|
}
|
|
432
433
|
) });
|
|
433
|
-
const BaseSvgIcon$
|
|
434
|
+
const BaseSvgIcon$2L = utils.createSvgIcon(Icon$2L(), "BlockLabel");
|
|
434
435
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
435
436
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
436
|
-
BaseSvgIcon$
|
|
437
|
+
BaseSvgIcon$2L,
|
|
437
438
|
{
|
|
438
439
|
ref,
|
|
439
440
|
viewBox: "0 0 24 24",
|
|
@@ -447,7 +448,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
447
448
|
);
|
|
448
449
|
}
|
|
449
450
|
const BlockLabel$1 = React.forwardRef(BlockLabel);
|
|
450
|
-
const Icon$
|
|
451
|
+
const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
451
452
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
452
453
|
"path",
|
|
453
454
|
{
|
|
@@ -465,10 +466,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
465
466
|
}
|
|
466
467
|
)
|
|
467
468
|
] });
|
|
468
|
-
const BaseSvgIcon$
|
|
469
|
+
const BaseSvgIcon$2K = utils.createSvgIcon(Icon$2K(), "BlockLabelOff");
|
|
469
470
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
470
471
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
471
|
-
BaseSvgIcon$
|
|
472
|
+
BaseSvgIcon$2K,
|
|
472
473
|
{
|
|
473
474
|
ref,
|
|
474
475
|
viewBox: "0 0 24 24",
|
|
@@ -482,17 +483,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
482
483
|
);
|
|
483
484
|
}
|
|
484
485
|
const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
|
|
485
|
-
const Icon$
|
|
486
|
+
const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
486
487
|
"path",
|
|
487
488
|
{
|
|
488
489
|
fill: "currentColor",
|
|
489
490
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
490
491
|
}
|
|
491
492
|
) });
|
|
492
|
-
const BaseSvgIcon$
|
|
493
|
+
const BaseSvgIcon$2J = utils.createSvgIcon(Icon$2J(), "BottomRow");
|
|
493
494
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
494
495
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
495
|
-
BaseSvgIcon$
|
|
496
|
+
BaseSvgIcon$2J,
|
|
496
497
|
{
|
|
497
498
|
ref,
|
|
498
499
|
viewBox: "0 0 24 24",
|
|
@@ -506,7 +507,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
506
507
|
);
|
|
507
508
|
}
|
|
508
509
|
const BottomRow$1 = React.forwardRef(BottomRow);
|
|
509
|
-
const Icon$
|
|
510
|
+
const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
510
511
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
511
512
|
"path",
|
|
512
513
|
{
|
|
@@ -524,10 +525,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
524
525
|
}
|
|
525
526
|
)
|
|
526
527
|
] });
|
|
527
|
-
const BaseSvgIcon$
|
|
528
|
+
const BaseSvgIcon$2I = utils.createSvgIcon(Icon$2I(), "Carto");
|
|
528
529
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
529
530
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
530
|
-
BaseSvgIcon$
|
|
531
|
+
BaseSvgIcon$2I,
|
|
531
532
|
{
|
|
532
533
|
ref,
|
|
533
534
|
viewBox: "0 0 24 24",
|
|
@@ -541,7 +542,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
541
542
|
);
|
|
542
543
|
}
|
|
543
544
|
const Carto$1 = React.forwardRef(Carto);
|
|
544
|
-
const Icon$
|
|
545
|
+
const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
545
546
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
546
547
|
"path",
|
|
547
548
|
{
|
|
@@ -557,10 +558,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
557
558
|
}
|
|
558
559
|
)
|
|
559
560
|
] });
|
|
560
|
-
const BaseSvgIcon$
|
|
561
|
+
const BaseSvgIcon$2H = utils.createSvgIcon(Icon$2H(), "CartoAi");
|
|
561
562
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
562
563
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
563
|
-
BaseSvgIcon$
|
|
564
|
+
BaseSvgIcon$2H,
|
|
564
565
|
{
|
|
565
566
|
ref,
|
|
566
567
|
viewBox: "0 0 24 24",
|
|
@@ -574,7 +575,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
574
575
|
);
|
|
575
576
|
}
|
|
576
577
|
const CartoAi$1 = React.forwardRef(CartoAi);
|
|
577
|
-
const Icon$
|
|
578
|
+
const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
578
579
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
579
580
|
"path",
|
|
580
581
|
{
|
|
@@ -592,10 +593,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
592
593
|
}
|
|
593
594
|
)
|
|
594
595
|
] });
|
|
595
|
-
const BaseSvgIcon$
|
|
596
|
+
const BaseSvgIcon$2G = utils.createSvgIcon(Icon$2G(), "CartoSymbol");
|
|
596
597
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
597
598
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
598
|
-
BaseSvgIcon$
|
|
599
|
+
BaseSvgIcon$2G,
|
|
599
600
|
{
|
|
600
601
|
ref,
|
|
601
602
|
viewBox: "0 0 24 24",
|
|
@@ -609,7 +610,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
609
610
|
);
|
|
610
611
|
}
|
|
611
612
|
const CartoSymbol$1 = React.forwardRef(CartoSymbol);
|
|
612
|
-
const Icon$
|
|
613
|
+
const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
613
614
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
614
615
|
"g",
|
|
615
616
|
{
|
|
@@ -625,10 +626,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
625
626
|
),
|
|
626
627
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
627
628
|
] });
|
|
628
|
-
const BaseSvgIcon$
|
|
629
|
+
const BaseSvgIcon$2F = utils.createSvgIcon(Icon$2F(), "CatalogView");
|
|
629
630
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
630
631
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
631
|
-
BaseSvgIcon$
|
|
632
|
+
BaseSvgIcon$2F,
|
|
632
633
|
{
|
|
633
634
|
ref,
|
|
634
635
|
viewBox: "0 0 24 24",
|
|
@@ -642,7 +643,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
642
643
|
);
|
|
643
644
|
}
|
|
644
645
|
const CatalogView$1 = React.forwardRef(CatalogView);
|
|
645
|
-
const Icon$
|
|
646
|
+
const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
646
647
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
647
648
|
"path",
|
|
648
649
|
{
|
|
@@ -662,10 +663,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
662
663
|
}
|
|
663
664
|
)
|
|
664
665
|
] });
|
|
665
|
-
const BaseSvgIcon$
|
|
666
|
+
const BaseSvgIcon$2E = utils.createSvgIcon(Icon$2E(), "CatastropheModeling");
|
|
666
667
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
667
668
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
668
|
-
BaseSvgIcon$
|
|
669
|
+
BaseSvgIcon$2E,
|
|
669
670
|
{
|
|
670
671
|
ref,
|
|
671
672
|
viewBox: "0 0 24 24",
|
|
@@ -679,7 +680,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
679
680
|
);
|
|
680
681
|
}
|
|
681
682
|
const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
|
|
682
|
-
const Icon$
|
|
683
|
+
const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
683
684
|
"path",
|
|
684
685
|
{
|
|
685
686
|
fill: "currentColor",
|
|
@@ -688,10 +689,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
688
689
|
clipRule: "evenodd"
|
|
689
690
|
}
|
|
690
691
|
) });
|
|
691
|
-
const BaseSvgIcon$
|
|
692
|
+
const BaseSvgIcon$2D = utils.createSvgIcon(Icon$2D(), "Center");
|
|
692
693
|
function Center({ width, height, sx, ...props }, ref) {
|
|
693
694
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
694
|
-
BaseSvgIcon$
|
|
695
|
+
BaseSvgIcon$2D,
|
|
695
696
|
{
|
|
696
697
|
ref,
|
|
697
698
|
viewBox: "0 0 24 24",
|
|
@@ -705,7 +706,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
705
706
|
);
|
|
706
707
|
}
|
|
707
708
|
const Center$1 = React.forwardRef(Center);
|
|
708
|
-
const Icon$
|
|
709
|
+
const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
709
710
|
"path",
|
|
710
711
|
{
|
|
711
712
|
fill: "currentColor",
|
|
@@ -714,10 +715,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
714
715
|
clipRule: "evenodd"
|
|
715
716
|
}
|
|
716
717
|
) });
|
|
717
|
-
const BaseSvgIcon$
|
|
718
|
+
const BaseSvgIcon$2C = utils.createSvgIcon(Icon$2C(), "CenterLayer");
|
|
718
719
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
719
720
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
720
|
-
BaseSvgIcon$
|
|
721
|
+
BaseSvgIcon$2C,
|
|
721
722
|
{
|
|
722
723
|
ref,
|
|
723
724
|
viewBox: "0 0 24 24",
|
|
@@ -731,7 +732,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
731
732
|
);
|
|
732
733
|
}
|
|
733
734
|
const CenterLayer$1 = React.forwardRef(CenterLayer);
|
|
734
|
-
const Icon$
|
|
735
|
+
const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
735
736
|
"path",
|
|
736
737
|
{
|
|
737
738
|
fill: "currentColor",
|
|
@@ -740,10 +741,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
740
741
|
clipRule: "evenodd"
|
|
741
742
|
}
|
|
742
743
|
) });
|
|
743
|
-
const BaseSvgIcon$
|
|
744
|
+
const BaseSvgIcon$2B = utils.createSvgIcon(Icon$2B(), "CloseDiagonallyLeft");
|
|
744
745
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
745
746
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
746
|
-
BaseSvgIcon$
|
|
747
|
+
BaseSvgIcon$2B,
|
|
747
748
|
{
|
|
748
749
|
ref,
|
|
749
750
|
viewBox: "0 0 24 24",
|
|
@@ -757,33 +758,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
757
758
|
);
|
|
758
759
|
}
|
|
759
760
|
const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
|
|
760
|
-
const Icon$
|
|
761
|
-
"path",
|
|
762
|
-
{
|
|
763
|
-
fill: "currentColor",
|
|
764
|
-
fillRule: "evenodd",
|
|
765
|
-
d: "m6.121 19.293 2.877-2.877V19H11v-6l-6 .007v1.994l2.584.001-2.877 2.877zM13 11l6-.007V8.999h-2.585l2.878-2.878-1.414-1.414L15 7.585V5H13z",
|
|
766
|
-
clipRule: "evenodd"
|
|
767
|
-
}
|
|
768
|
-
) });
|
|
769
|
-
const BaseSvgIcon$2C = utils.createSvgIcon(Icon$2C(), "CloseDiagonallyRight");
|
|
770
|
-
function CloseDiagonallyRight({ width, height, sx, ...props }, ref) {
|
|
771
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
772
|
-
BaseSvgIcon$2C,
|
|
773
|
-
{
|
|
774
|
-
ref,
|
|
775
|
-
viewBox: "0 0 24 24",
|
|
776
|
-
sx: {
|
|
777
|
-
width,
|
|
778
|
-
height: height || width,
|
|
779
|
-
...sx
|
|
780
|
-
},
|
|
781
|
-
...props
|
|
782
|
-
}
|
|
783
|
-
);
|
|
784
|
-
}
|
|
785
|
-
const CloseDiagonallyRight$1 = React.forwardRef(CloseDiagonallyRight);
|
|
786
|
-
const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
761
|
+
const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
787
762
|
"path",
|
|
788
763
|
{
|
|
789
764
|
fill: "currentColor",
|
|
@@ -792,10 +767,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
792
767
|
clipRule: "evenodd"
|
|
793
768
|
}
|
|
794
769
|
) });
|
|
795
|
-
const BaseSvgIcon$
|
|
770
|
+
const BaseSvgIcon$2A = utils.createSvgIcon(Icon$2A(), "CloseVertically");
|
|
796
771
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
797
772
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
798
|
-
BaseSvgIcon$
|
|
773
|
+
BaseSvgIcon$2A,
|
|
799
774
|
{
|
|
800
775
|
ref,
|
|
801
776
|
viewBox: "0 0 24 24",
|
|
@@ -809,7 +784,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
809
784
|
);
|
|
810
785
|
}
|
|
811
786
|
const CloseVertically$1 = React.forwardRef(CloseVertically);
|
|
812
|
-
const Icon$
|
|
787
|
+
const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
813
788
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
814
789
|
"path",
|
|
815
790
|
{
|
|
@@ -825,10 +800,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
825
800
|
}
|
|
826
801
|
)
|
|
827
802
|
] });
|
|
828
|
-
const BaseSvgIcon$
|
|
803
|
+
const BaseSvgIcon$2z = utils.createSvgIcon(Icon$2z(), "CodeBlock");
|
|
829
804
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
830
805
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
831
|
-
BaseSvgIcon$
|
|
806
|
+
BaseSvgIcon$2z,
|
|
832
807
|
{
|
|
833
808
|
ref,
|
|
834
809
|
viewBox: "0 0 24 24",
|
|
@@ -842,17 +817,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
842
817
|
);
|
|
843
818
|
}
|
|
844
819
|
const CodeBlock$1 = React.forwardRef(CodeBlock);
|
|
845
|
-
const Icon$
|
|
820
|
+
const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
846
821
|
"path",
|
|
847
822
|
{
|
|
848
823
|
fill: "currentColor",
|
|
849
824
|
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"
|
|
850
825
|
}
|
|
851
826
|
) });
|
|
852
|
-
const BaseSvgIcon$
|
|
827
|
+
const BaseSvgIcon$2y = utils.createSvgIcon(Icon$2y(), "Comments");
|
|
853
828
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
854
829
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
855
|
-
BaseSvgIcon$
|
|
830
|
+
BaseSvgIcon$2y,
|
|
856
831
|
{
|
|
857
832
|
ref,
|
|
858
833
|
viewBox: "0 0 24 24",
|
|
@@ -866,7 +841,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
866
841
|
);
|
|
867
842
|
}
|
|
868
843
|
const Comments$1 = React.forwardRef(Comments);
|
|
869
|
-
const Icon$
|
|
844
|
+
const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
870
845
|
"path",
|
|
871
846
|
{
|
|
872
847
|
fill: "currentColor",
|
|
@@ -875,10 +850,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
875
850
|
clipRule: "evenodd"
|
|
876
851
|
}
|
|
877
852
|
) });
|
|
878
|
-
const BaseSvgIcon$
|
|
853
|
+
const BaseSvgIcon$2x = utils.createSvgIcon(Icon$2x(), "Console");
|
|
879
854
|
function Console({ width, height, sx, ...props }, ref) {
|
|
880
855
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
881
|
-
BaseSvgIcon$
|
|
856
|
+
BaseSvgIcon$2x,
|
|
882
857
|
{
|
|
883
858
|
ref,
|
|
884
859
|
viewBox: "0 0 24 24",
|
|
@@ -892,7 +867,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
892
867
|
);
|
|
893
868
|
}
|
|
894
869
|
const Console$1 = React.forwardRef(Console);
|
|
895
|
-
const Icon$
|
|
870
|
+
const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
896
871
|
"path",
|
|
897
872
|
{
|
|
898
873
|
fill: "currentColor",
|
|
@@ -901,10 +876,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
901
876
|
clipRule: "evenodd"
|
|
902
877
|
}
|
|
903
878
|
) });
|
|
904
|
-
const BaseSvgIcon$
|
|
879
|
+
const BaseSvgIcon$2w = utils.createSvgIcon(Icon$2w(), "Covid19");
|
|
905
880
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
906
881
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
907
|
-
BaseSvgIcon$
|
|
882
|
+
BaseSvgIcon$2w,
|
|
908
883
|
{
|
|
909
884
|
ref,
|
|
910
885
|
viewBox: "0 0 24 24",
|
|
@@ -918,7 +893,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
918
893
|
);
|
|
919
894
|
}
|
|
920
895
|
const Covid19$1 = React.forwardRef(Covid19);
|
|
921
|
-
const Icon$
|
|
896
|
+
const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
922
897
|
"path",
|
|
923
898
|
{
|
|
924
899
|
fill: "currentColor",
|
|
@@ -927,10 +902,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
927
902
|
clipRule: "evenodd"
|
|
928
903
|
}
|
|
929
904
|
) });
|
|
930
|
-
const BaseSvgIcon$
|
|
905
|
+
const BaseSvgIcon$2v = utils.createSvgIcon(Icon$2v(), "CreateMap");
|
|
931
906
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
932
907
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
933
|
-
BaseSvgIcon$
|
|
908
|
+
BaseSvgIcon$2v,
|
|
934
909
|
{
|
|
935
910
|
ref,
|
|
936
911
|
viewBox: "0 0 24 24",
|
|
@@ -944,17 +919,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
944
919
|
);
|
|
945
920
|
}
|
|
946
921
|
const CreateMap$1 = React.forwardRef(CreateMap);
|
|
947
|
-
const Icon$
|
|
922
|
+
const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
948
923
|
"path",
|
|
949
924
|
{
|
|
950
925
|
fill: "currentColor",
|
|
951
926
|
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"
|
|
952
927
|
}
|
|
953
928
|
) });
|
|
954
|
-
const BaseSvgIcon$
|
|
929
|
+
const BaseSvgIcon$2u = utils.createSvgIcon(Icon$2u(), "CreateSpatialAnalysis");
|
|
955
930
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
956
931
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
957
|
-
BaseSvgIcon$
|
|
932
|
+
BaseSvgIcon$2u,
|
|
958
933
|
{
|
|
959
934
|
ref,
|
|
960
935
|
viewBox: "0 0 24 24",
|
|
@@ -968,7 +943,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
968
943
|
);
|
|
969
944
|
}
|
|
970
945
|
const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
|
|
971
|
-
const Icon$
|
|
946
|
+
const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
972
947
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
973
948
|
"path",
|
|
974
949
|
{
|
|
@@ -986,10 +961,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
986
961
|
}
|
|
987
962
|
)
|
|
988
963
|
] });
|
|
989
|
-
const BaseSvgIcon$
|
|
964
|
+
const BaseSvgIcon$2t = utils.createSvgIcon(Icon$2t(), "CreateTileset");
|
|
990
965
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
991
966
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
992
|
-
BaseSvgIcon$
|
|
967
|
+
BaseSvgIcon$2t,
|
|
993
968
|
{
|
|
994
969
|
ref,
|
|
995
970
|
viewBox: "0 0 24 24",
|
|
@@ -1003,7 +978,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1003
978
|
);
|
|
1004
979
|
}
|
|
1005
980
|
const CreateTileset$1 = React.forwardRef(CreateTileset);
|
|
1006
|
-
const Icon$
|
|
981
|
+
const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1007
982
|
"path",
|
|
1008
983
|
{
|
|
1009
984
|
fill: "currentColor",
|
|
@@ -1012,10 +987,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1012
987
|
clipRule: "evenodd"
|
|
1013
988
|
}
|
|
1014
989
|
) });
|
|
1015
|
-
const BaseSvgIcon$
|
|
990
|
+
const BaseSvgIcon$2s = utils.createSvgIcon(Icon$2s(), "CreateWorkflow");
|
|
1016
991
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1017
992
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1018
|
-
BaseSvgIcon$
|
|
993
|
+
BaseSvgIcon$2s,
|
|
1019
994
|
{
|
|
1020
995
|
ref,
|
|
1021
996
|
viewBox: "0 0 24 24",
|
|
@@ -1029,7 +1004,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1029
1004
|
);
|
|
1030
1005
|
}
|
|
1031
1006
|
const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
|
|
1032
|
-
const Icon$
|
|
1007
|
+
const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1033
1008
|
"path",
|
|
1034
1009
|
{
|
|
1035
1010
|
fill: "currentColor",
|
|
@@ -1038,10 +1013,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1038
1013
|
clipRule: "evenodd"
|
|
1039
1014
|
}
|
|
1040
1015
|
) });
|
|
1041
|
-
const BaseSvgIcon$
|
|
1016
|
+
const BaseSvgIcon$2r = utils.createSvgIcon(Icon$2r(), "Data");
|
|
1042
1017
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1043
1018
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1044
|
-
BaseSvgIcon$
|
|
1019
|
+
BaseSvgIcon$2r,
|
|
1045
1020
|
{
|
|
1046
1021
|
ref,
|
|
1047
1022
|
viewBox: "0 0 24 24",
|
|
@@ -1055,7 +1030,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1055
1030
|
);
|
|
1056
1031
|
}
|
|
1057
1032
|
const Data$1 = React.forwardRef(Data);
|
|
1058
|
-
const Icon$
|
|
1033
|
+
const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1059
1034
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1060
1035
|
"path",
|
|
1061
1036
|
{
|
|
@@ -1075,10 +1050,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1075
1050
|
}
|
|
1076
1051
|
)
|
|
1077
1052
|
] });
|
|
1078
|
-
const BaseSvgIcon$
|
|
1053
|
+
const BaseSvgIcon$2q = utils.createSvgIcon(Icon$2q(), "DataAccess");
|
|
1079
1054
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1080
1055
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1081
|
-
BaseSvgIcon$
|
|
1056
|
+
BaseSvgIcon$2q,
|
|
1082
1057
|
{
|
|
1083
1058
|
ref,
|
|
1084
1059
|
viewBox: "0 0 24 24",
|
|
@@ -1092,7 +1067,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1092
1067
|
);
|
|
1093
1068
|
}
|
|
1094
1069
|
const DataAccess$1 = React.forwardRef(DataAccess);
|
|
1095
|
-
const Icon$
|
|
1070
|
+
const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1096
1071
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1097
1072
|
"path",
|
|
1098
1073
|
{
|
|
@@ -1112,10 +1087,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1112
1087
|
}
|
|
1113
1088
|
)
|
|
1114
1089
|
] });
|
|
1115
|
-
const BaseSvgIcon$
|
|
1090
|
+
const BaseSvgIcon$2p = utils.createSvgIcon(Icon$2p(), "DataExplorer");
|
|
1116
1091
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1117
1092
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1118
|
-
BaseSvgIcon$
|
|
1093
|
+
BaseSvgIcon$2p,
|
|
1119
1094
|
{
|
|
1120
1095
|
ref,
|
|
1121
1096
|
viewBox: "0 0 24 24",
|
|
@@ -1129,7 +1104,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1129
1104
|
);
|
|
1130
1105
|
}
|
|
1131
1106
|
const DataExplorer$1 = React.forwardRef(DataExplorer);
|
|
1132
|
-
const Icon$
|
|
1107
|
+
const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1133
1108
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1134
1109
|
"path",
|
|
1135
1110
|
{
|
|
@@ -1149,10 +1124,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1149
1124
|
}
|
|
1150
1125
|
)
|
|
1151
1126
|
] });
|
|
1152
|
-
const BaseSvgIcon$
|
|
1127
|
+
const BaseSvgIcon$2o = utils.createSvgIcon(Icon$2o(), "DataFilter");
|
|
1153
1128
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1154
1129
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1155
|
-
BaseSvgIcon$
|
|
1130
|
+
BaseSvgIcon$2o,
|
|
1156
1131
|
{
|
|
1157
1132
|
ref,
|
|
1158
1133
|
viewBox: "0 0 24 24",
|
|
@@ -1166,7 +1141,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1166
1141
|
);
|
|
1167
1142
|
}
|
|
1168
1143
|
const DataFilter$1 = React.forwardRef(DataFilter);
|
|
1169
|
-
const Icon$
|
|
1144
|
+
const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1170
1145
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1171
1146
|
"path",
|
|
1172
1147
|
{
|
|
@@ -1184,10 +1159,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1184
1159
|
}
|
|
1185
1160
|
)
|
|
1186
1161
|
] });
|
|
1187
|
-
const BaseSvgIcon$
|
|
1162
|
+
const BaseSvgIcon$2n = utils.createSvgIcon(Icon$2n(), "DataMonetization");
|
|
1188
1163
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1189
1164
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1190
|
-
BaseSvgIcon$
|
|
1165
|
+
BaseSvgIcon$2n,
|
|
1191
1166
|
{
|
|
1192
1167
|
ref,
|
|
1193
1168
|
viewBox: "0 0 24 24",
|
|
@@ -1201,7 +1176,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1201
1176
|
);
|
|
1202
1177
|
}
|
|
1203
1178
|
const DataMonetization$1 = React.forwardRef(DataMonetization);
|
|
1204
|
-
const Icon$
|
|
1179
|
+
const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1205
1180
|
"path",
|
|
1206
1181
|
{
|
|
1207
1182
|
fill: "currentColor",
|
|
@@ -1210,10 +1185,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1210
1185
|
clipRule: "evenodd"
|
|
1211
1186
|
}
|
|
1212
1187
|
) });
|
|
1213
|
-
const BaseSvgIcon$
|
|
1188
|
+
const BaseSvgIcon$2m = utils.createSvgIcon(Icon$2m(), "DataObservatory");
|
|
1214
1189
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1215
1190
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1216
|
-
BaseSvgIcon$
|
|
1191
|
+
BaseSvgIcon$2m,
|
|
1217
1192
|
{
|
|
1218
1193
|
ref,
|
|
1219
1194
|
viewBox: "0 0 24 24",
|
|
@@ -1227,7 +1202,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1227
1202
|
);
|
|
1228
1203
|
}
|
|
1229
1204
|
const DataObservatory$1 = React.forwardRef(DataObservatory);
|
|
1230
|
-
const Icon$
|
|
1205
|
+
const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1231
1206
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1232
1207
|
"path",
|
|
1233
1208
|
{
|
|
@@ -1245,10 +1220,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1245
1220
|
}
|
|
1246
1221
|
)
|
|
1247
1222
|
] });
|
|
1248
|
-
const BaseSvgIcon$
|
|
1223
|
+
const BaseSvgIcon$2l = utils.createSvgIcon(Icon$2l(), "DataOk");
|
|
1249
1224
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1250
1225
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1251
|
-
BaseSvgIcon$
|
|
1226
|
+
BaseSvgIcon$2l,
|
|
1252
1227
|
{
|
|
1253
1228
|
ref,
|
|
1254
1229
|
viewBox: "0 0 24 24",
|
|
@@ -1262,7 +1237,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1262
1237
|
);
|
|
1263
1238
|
}
|
|
1264
1239
|
const DataOk$1 = React.forwardRef(DataOk);
|
|
1265
|
-
const Icon$
|
|
1240
|
+
const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1266
1241
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1267
1242
|
"path",
|
|
1268
1243
|
{
|
|
@@ -1282,10 +1257,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1282
1257
|
}
|
|
1283
1258
|
)
|
|
1284
1259
|
] });
|
|
1285
|
-
const BaseSvgIcon$
|
|
1260
|
+
const BaseSvgIcon$2k = utils.createSvgIcon(Icon$2k(), "DataPending");
|
|
1286
1261
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1287
1262
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1288
|
-
BaseSvgIcon$
|
|
1263
|
+
BaseSvgIcon$2k,
|
|
1289
1264
|
{
|
|
1290
1265
|
ref,
|
|
1291
1266
|
viewBox: "0 0 24 24",
|
|
@@ -1299,7 +1274,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1299
1274
|
);
|
|
1300
1275
|
}
|
|
1301
1276
|
const DataPending$1 = React.forwardRef(DataPending);
|
|
1302
|
-
const Icon$
|
|
1277
|
+
const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1303
1278
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1304
1279
|
"path",
|
|
1305
1280
|
{
|
|
@@ -1317,10 +1292,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1317
1292
|
}
|
|
1318
1293
|
)
|
|
1319
1294
|
] });
|
|
1320
|
-
const BaseSvgIcon$
|
|
1295
|
+
const BaseSvgIcon$2j = utils.createSvgIcon(Icon$2j(), "DataPremium");
|
|
1321
1296
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1322
1297
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1323
|
-
BaseSvgIcon$
|
|
1298
|
+
BaseSvgIcon$2j,
|
|
1324
1299
|
{
|
|
1325
1300
|
ref,
|
|
1326
1301
|
viewBox: "0 0 24 24",
|
|
@@ -1334,7 +1309,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1334
1309
|
);
|
|
1335
1310
|
}
|
|
1336
1311
|
const DataPremium$1 = React.forwardRef(DataPremium);
|
|
1337
|
-
const Icon$
|
|
1312
|
+
const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1338
1313
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1339
1314
|
"path",
|
|
1340
1315
|
{
|
|
@@ -1354,10 +1329,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1354
1329
|
}
|
|
1355
1330
|
)
|
|
1356
1331
|
] });
|
|
1357
|
-
const BaseSvgIcon$
|
|
1332
|
+
const BaseSvgIcon$2i = utils.createSvgIcon(Icon$2i(), "DataPublic");
|
|
1358
1333
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1359
1334
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1360
|
-
BaseSvgIcon$
|
|
1335
|
+
BaseSvgIcon$2i,
|
|
1361
1336
|
{
|
|
1362
1337
|
ref,
|
|
1363
1338
|
viewBox: "0 0 24 24",
|
|
@@ -1371,7 +1346,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1371
1346
|
);
|
|
1372
1347
|
}
|
|
1373
1348
|
const DataPublic$1 = React.forwardRef(DataPublic);
|
|
1374
|
-
const Icon$
|
|
1349
|
+
const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1375
1350
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1376
1351
|
"path",
|
|
1377
1352
|
{
|
|
@@ -1391,10 +1366,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1391
1366
|
}
|
|
1392
1367
|
)
|
|
1393
1368
|
] });
|
|
1394
|
-
const BaseSvgIcon$
|
|
1369
|
+
const BaseSvgIcon$2h = utils.createSvgIcon(Icon$2h(), "DataSample");
|
|
1395
1370
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1396
1371
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1397
|
-
BaseSvgIcon$
|
|
1372
|
+
BaseSvgIcon$2h,
|
|
1398
1373
|
{
|
|
1399
1374
|
ref,
|
|
1400
1375
|
viewBox: "0 0 24 24",
|
|
@@ -1408,7 +1383,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1408
1383
|
);
|
|
1409
1384
|
}
|
|
1410
1385
|
const DataSample$1 = React.forwardRef(DataSample);
|
|
1411
|
-
const Icon$
|
|
1386
|
+
const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1412
1387
|
"path",
|
|
1413
1388
|
{
|
|
1414
1389
|
fill: "currentColor",
|
|
@@ -1417,10 +1392,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1417
1392
|
clipRule: "evenodd"
|
|
1418
1393
|
}
|
|
1419
1394
|
) });
|
|
1420
|
-
const BaseSvgIcon$
|
|
1395
|
+
const BaseSvgIcon$2g = utils.createSvgIcon(Icon$2g(), "DataUnavailable");
|
|
1421
1396
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1422
1397
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1423
|
-
BaseSvgIcon$
|
|
1398
|
+
BaseSvgIcon$2g,
|
|
1424
1399
|
{
|
|
1425
1400
|
ref,
|
|
1426
1401
|
viewBox: "0 0 24 24",
|
|
@@ -1434,7 +1409,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1434
1409
|
);
|
|
1435
1410
|
}
|
|
1436
1411
|
const DataUnavailable$1 = React.forwardRef(DataUnavailable);
|
|
1437
|
-
const Icon$
|
|
1412
|
+
const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1438
1413
|
"path",
|
|
1439
1414
|
{
|
|
1440
1415
|
fill: "currentColor",
|
|
@@ -1443,10 +1418,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1443
1418
|
clipRule: "evenodd"
|
|
1444
1419
|
}
|
|
1445
1420
|
) });
|
|
1446
|
-
const BaseSvgIcon$
|
|
1421
|
+
const BaseSvgIcon$2f = utils.createSvgIcon(Icon$2f(), "Databricks");
|
|
1447
1422
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1448
1423
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1449
|
-
BaseSvgIcon$
|
|
1424
|
+
BaseSvgIcon$2f,
|
|
1450
1425
|
{
|
|
1451
1426
|
ref,
|
|
1452
1427
|
viewBox: "0 0 24 24",
|
|
@@ -1460,7 +1435,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1460
1435
|
);
|
|
1461
1436
|
}
|
|
1462
1437
|
const Databricks$1 = React.forwardRef(Databricks);
|
|
1463
|
-
const Icon$
|
|
1438
|
+
const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1464
1439
|
"path",
|
|
1465
1440
|
{
|
|
1466
1441
|
fill: "currentColor",
|
|
@@ -1469,10 +1444,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1469
1444
|
clipRule: "evenodd"
|
|
1470
1445
|
}
|
|
1471
1446
|
) });
|
|
1472
|
-
const BaseSvgIcon$
|
|
1447
|
+
const BaseSvgIcon$2e = utils.createSvgIcon(Icon$2e(), "Demographics");
|
|
1473
1448
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1474
1449
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1475
|
-
BaseSvgIcon$
|
|
1450
|
+
BaseSvgIcon$2e,
|
|
1476
1451
|
{
|
|
1477
1452
|
ref,
|
|
1478
1453
|
viewBox: "0 0 24 24",
|
|
@@ -1486,7 +1461,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1486
1461
|
);
|
|
1487
1462
|
}
|
|
1488
1463
|
const Demographics$1 = React.forwardRef(Demographics);
|
|
1489
|
-
const Icon$
|
|
1464
|
+
const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1490
1465
|
"path",
|
|
1491
1466
|
{
|
|
1492
1467
|
fill: "currentColor",
|
|
@@ -1495,10 +1470,10 @@ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1495
1470
|
clipRule: "evenodd"
|
|
1496
1471
|
}
|
|
1497
1472
|
) });
|
|
1498
|
-
const BaseSvgIcon$
|
|
1473
|
+
const BaseSvgIcon$2d = utils.createSvgIcon(Icon$2d(), "Derived");
|
|
1499
1474
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1500
1475
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1501
|
-
BaseSvgIcon$
|
|
1476
|
+
BaseSvgIcon$2d,
|
|
1502
1477
|
{
|
|
1503
1478
|
ref,
|
|
1504
1479
|
viewBox: "0 0 24 24",
|
|
@@ -1512,7 +1487,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1512
1487
|
);
|
|
1513
1488
|
}
|
|
1514
1489
|
const Derived$1 = React.forwardRef(Derived);
|
|
1515
|
-
const Icon$
|
|
1490
|
+
const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1516
1491
|
"path",
|
|
1517
1492
|
{
|
|
1518
1493
|
fill: "currentColor",
|
|
@@ -1521,10 +1496,10 @@ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1521
1496
|
clipRule: "evenodd"
|
|
1522
1497
|
}
|
|
1523
1498
|
) });
|
|
1524
|
-
const BaseSvgIcon$
|
|
1499
|
+
const BaseSvgIcon$2c = utils.createSvgIcon(Icon$2c(), "Distance");
|
|
1525
1500
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1526
1501
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1527
|
-
BaseSvgIcon$
|
|
1502
|
+
BaseSvgIcon$2c,
|
|
1528
1503
|
{
|
|
1529
1504
|
ref,
|
|
1530
1505
|
viewBox: "0 0 24 24",
|
|
@@ -1538,11 +1513,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1538
1513
|
);
|
|
1539
1514
|
}
|
|
1540
1515
|
const Distance$1 = React.forwardRef(Distance);
|
|
1541
|
-
const Icon$
|
|
1542
|
-
const BaseSvgIcon$
|
|
1516
|
+
const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1517
|
+
const BaseSvgIcon$2b = utils.createSvgIcon(Icon$2b(), "Dot");
|
|
1543
1518
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1544
1519
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1545
|
-
BaseSvgIcon$
|
|
1520
|
+
BaseSvgIcon$2b,
|
|
1546
1521
|
{
|
|
1547
1522
|
ref,
|
|
1548
1523
|
viewBox: "0 0 24 24",
|
|
@@ -1556,7 +1531,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1556
1531
|
);
|
|
1557
1532
|
}
|
|
1558
1533
|
const Dot$1 = React.forwardRef(Dot);
|
|
1559
|
-
const Icon$
|
|
1534
|
+
const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1560
1535
|
"path",
|
|
1561
1536
|
{
|
|
1562
1537
|
fill: "currentColor",
|
|
@@ -1565,10 +1540,10 @@ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1565
1540
|
clipRule: "evenodd"
|
|
1566
1541
|
}
|
|
1567
1542
|
) });
|
|
1568
|
-
const BaseSvgIcon$
|
|
1543
|
+
const BaseSvgIcon$2a = utils.createSvgIcon(Icon$2a(), "DrawCircle");
|
|
1569
1544
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1570
1545
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1571
|
-
BaseSvgIcon$
|
|
1546
|
+
BaseSvgIcon$2a,
|
|
1572
1547
|
{
|
|
1573
1548
|
ref,
|
|
1574
1549
|
viewBox: "0 0 24 24",
|
|
@@ -1582,7 +1557,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1582
1557
|
);
|
|
1583
1558
|
}
|
|
1584
1559
|
const DrawCircle$1 = React.forwardRef(DrawCircle);
|
|
1585
|
-
const Icon$
|
|
1560
|
+
const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1586
1561
|
"path",
|
|
1587
1562
|
{
|
|
1588
1563
|
fill: "currentColor",
|
|
@@ -1591,10 +1566,10 @@ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1591
1566
|
clipRule: "evenodd"
|
|
1592
1567
|
}
|
|
1593
1568
|
) });
|
|
1594
|
-
const BaseSvgIcon$
|
|
1569
|
+
const BaseSvgIcon$29 = utils.createSvgIcon(Icon$29(), "DrawLasso");
|
|
1595
1570
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1596
1571
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1597
|
-
BaseSvgIcon$
|
|
1572
|
+
BaseSvgIcon$29,
|
|
1598
1573
|
{
|
|
1599
1574
|
ref,
|
|
1600
1575
|
viewBox: "0 0 24 24",
|
|
@@ -1608,17 +1583,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1608
1583
|
);
|
|
1609
1584
|
}
|
|
1610
1585
|
const DrawLasso$1 = React.forwardRef(DrawLasso);
|
|
1611
|
-
const Icon$
|
|
1586
|
+
const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1612
1587
|
"path",
|
|
1613
1588
|
{
|
|
1614
1589
|
fill: "currentColor",
|
|
1615
1590
|
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"
|
|
1616
1591
|
}
|
|
1617
1592
|
) });
|
|
1618
|
-
const BaseSvgIcon$
|
|
1593
|
+
const BaseSvgIcon$28 = utils.createSvgIcon(Icon$28(), "DrawLine");
|
|
1619
1594
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1620
1595
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1621
|
-
BaseSvgIcon$
|
|
1596
|
+
BaseSvgIcon$28,
|
|
1622
1597
|
{
|
|
1623
1598
|
ref,
|
|
1624
1599
|
viewBox: "0 0 24 24",
|
|
@@ -1632,7 +1607,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1632
1607
|
);
|
|
1633
1608
|
}
|
|
1634
1609
|
const DrawLine$1 = React.forwardRef(DrawLine);
|
|
1635
|
-
const Icon$
|
|
1610
|
+
const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1636
1611
|
"path",
|
|
1637
1612
|
{
|
|
1638
1613
|
fill: "currentColor",
|
|
@@ -1641,10 +1616,10 @@ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1641
1616
|
clipRule: "evenodd"
|
|
1642
1617
|
}
|
|
1643
1618
|
) });
|
|
1644
|
-
const BaseSvgIcon$
|
|
1619
|
+
const BaseSvgIcon$27 = utils.createSvgIcon(Icon$27(), "DrawPolygon");
|
|
1645
1620
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1646
1621
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1647
|
-
BaseSvgIcon$
|
|
1622
|
+
BaseSvgIcon$27,
|
|
1648
1623
|
{
|
|
1649
1624
|
ref,
|
|
1650
1625
|
viewBox: "0 0 24 24",
|
|
@@ -1658,7 +1633,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1658
1633
|
);
|
|
1659
1634
|
}
|
|
1660
1635
|
const DrawPolygon$1 = React.forwardRef(DrawPolygon);
|
|
1661
|
-
const Icon$
|
|
1636
|
+
const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1662
1637
|
"path",
|
|
1663
1638
|
{
|
|
1664
1639
|
fill: "currentColor",
|
|
@@ -1667,10 +1642,10 @@ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1667
1642
|
clipRule: "evenodd"
|
|
1668
1643
|
}
|
|
1669
1644
|
) });
|
|
1670
|
-
const BaseSvgIcon$
|
|
1645
|
+
const BaseSvgIcon$26 = utils.createSvgIcon(Icon$26(), "DrawSquare");
|
|
1671
1646
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1672
1647
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1673
|
-
BaseSvgIcon$
|
|
1648
|
+
BaseSvgIcon$26,
|
|
1674
1649
|
{
|
|
1675
1650
|
ref,
|
|
1676
1651
|
viewBox: "0 0 24 24",
|
|
@@ -1684,7 +1659,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1684
1659
|
);
|
|
1685
1660
|
}
|
|
1686
1661
|
const DrawSquare$1 = React.forwardRef(DrawSquare);
|
|
1687
|
-
const Icon$
|
|
1662
|
+
const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1688
1663
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1689
1664
|
"path",
|
|
1690
1665
|
{
|
|
@@ -1702,10 +1677,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1702
1677
|
}
|
|
1703
1678
|
)
|
|
1704
1679
|
] });
|
|
1705
|
-
const BaseSvgIcon$
|
|
1680
|
+
const BaseSvgIcon$25 = utils.createSvgIcon(Icon$25(), "DropAPin");
|
|
1706
1681
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1707
1682
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1708
|
-
BaseSvgIcon$
|
|
1683
|
+
BaseSvgIcon$25,
|
|
1709
1684
|
{
|
|
1710
1685
|
ref,
|
|
1711
1686
|
viewBox: "0 0 24 24",
|
|
@@ -1719,7 +1694,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1719
1694
|
);
|
|
1720
1695
|
}
|
|
1721
1696
|
const DropAPin$1 = React.forwardRef(DropAPin);
|
|
1722
|
-
const Icon$
|
|
1697
|
+
const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1723
1698
|
"path",
|
|
1724
1699
|
{
|
|
1725
1700
|
fill: "currentColor",
|
|
@@ -1728,10 +1703,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1728
1703
|
clipRule: "evenodd"
|
|
1729
1704
|
}
|
|
1730
1705
|
) });
|
|
1731
|
-
const BaseSvgIcon$
|
|
1706
|
+
const BaseSvgIcon$24 = utils.createSvgIcon(Icon$24(), "DualMap");
|
|
1732
1707
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1733
1708
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1734
|
-
BaseSvgIcon$
|
|
1709
|
+
BaseSvgIcon$24,
|
|
1735
1710
|
{
|
|
1736
1711
|
ref,
|
|
1737
1712
|
viewBox: "0 0 24 24",
|
|
@@ -1745,7 +1720,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
1745
1720
|
);
|
|
1746
1721
|
}
|
|
1747
1722
|
const DualMap$1 = React.forwardRef(DualMap);
|
|
1748
|
-
const Icon$
|
|
1723
|
+
const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1749
1724
|
"path",
|
|
1750
1725
|
{
|
|
1751
1726
|
fill: "currentColor",
|
|
@@ -1754,10 +1729,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1754
1729
|
clipRule: "evenodd"
|
|
1755
1730
|
}
|
|
1756
1731
|
) });
|
|
1757
|
-
const BaseSvgIcon$
|
|
1732
|
+
const BaseSvgIcon$23 = utils.createSvgIcon(Icon$23(), "Environmental");
|
|
1758
1733
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
1759
1734
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1760
|
-
BaseSvgIcon$
|
|
1735
|
+
BaseSvgIcon$23,
|
|
1761
1736
|
{
|
|
1762
1737
|
ref,
|
|
1763
1738
|
viewBox: "0 0 24 24",
|
|
@@ -1771,7 +1746,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
1771
1746
|
);
|
|
1772
1747
|
}
|
|
1773
1748
|
const Environmental$1 = React.forwardRef(Environmental);
|
|
1774
|
-
const Icon$
|
|
1749
|
+
const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1775
1750
|
"path",
|
|
1776
1751
|
{
|
|
1777
1752
|
fill: "currentColor",
|
|
@@ -1780,10 +1755,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1780
1755
|
clipRule: "evenodd"
|
|
1781
1756
|
}
|
|
1782
1757
|
) });
|
|
1783
|
-
const BaseSvgIcon$
|
|
1758
|
+
const BaseSvgIcon$22 = utils.createSvgIcon(Icon$22(), "EnvironmentalManagement");
|
|
1784
1759
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
1785
1760
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1786
|
-
BaseSvgIcon$
|
|
1761
|
+
BaseSvgIcon$22,
|
|
1787
1762
|
{
|
|
1788
1763
|
ref,
|
|
1789
1764
|
viewBox: "0 0 24 24",
|
|
@@ -1797,11 +1772,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
1797
1772
|
);
|
|
1798
1773
|
}
|
|
1799
1774
|
const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
|
|
1800
|
-
const Icon$
|
|
1801
|
-
const BaseSvgIcon$
|
|
1775
|
+
const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
1776
|
+
const BaseSvgIcon$21 = utils.createSvgIcon(Icon$21(), "Equal");
|
|
1802
1777
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
1803
1778
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1804
|
-
BaseSvgIcon$
|
|
1779
|
+
BaseSvgIcon$21,
|
|
1805
1780
|
{
|
|
1806
1781
|
ref,
|
|
1807
1782
|
viewBox: "0 0 24 24",
|
|
@@ -1815,7 +1790,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
1815
1790
|
);
|
|
1816
1791
|
}
|
|
1817
1792
|
const Equal$1 = React.forwardRef(Equal);
|
|
1818
|
-
const Icon$
|
|
1793
|
+
const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1819
1794
|
"path",
|
|
1820
1795
|
{
|
|
1821
1796
|
fill: "currentColor",
|
|
@@ -1824,10 +1799,10 @@ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1824
1799
|
clipRule: "evenodd"
|
|
1825
1800
|
}
|
|
1826
1801
|
) });
|
|
1827
|
-
const BaseSvgIcon$
|
|
1802
|
+
const BaseSvgIcon$20 = utils.createSvgIcon(Icon$20(), "ExitToAppLeft");
|
|
1828
1803
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
1829
1804
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1830
|
-
BaseSvgIcon$
|
|
1805
|
+
BaseSvgIcon$20,
|
|
1831
1806
|
{
|
|
1832
1807
|
ref,
|
|
1833
1808
|
viewBox: "0 0 24 24",
|
|
@@ -1841,7 +1816,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
1841
1816
|
);
|
|
1842
1817
|
}
|
|
1843
1818
|
const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
|
|
1844
|
-
const Icon$
|
|
1819
|
+
const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1845
1820
|
"path",
|
|
1846
1821
|
{
|
|
1847
1822
|
fill: "currentColor",
|
|
@@ -1850,10 +1825,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1850
1825
|
clipRule: "evenodd"
|
|
1851
1826
|
}
|
|
1852
1827
|
) });
|
|
1853
|
-
const BaseSvgIcon$
|
|
1828
|
+
const BaseSvgIcon$1$ = utils.createSvgIcon(Icon$1$(), "Fabric");
|
|
1854
1829
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
1855
1830
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1856
|
-
BaseSvgIcon$
|
|
1831
|
+
BaseSvgIcon$1$,
|
|
1857
1832
|
{
|
|
1858
1833
|
ref,
|
|
1859
1834
|
viewBox: "0 0 24 24",
|
|
@@ -1867,7 +1842,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
1867
1842
|
);
|
|
1868
1843
|
}
|
|
1869
1844
|
const Fabric$1 = React.forwardRef(Fabric);
|
|
1870
|
-
const Icon$
|
|
1845
|
+
const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1871
1846
|
"path",
|
|
1872
1847
|
{
|
|
1873
1848
|
fill: "currentColor",
|
|
@@ -1876,10 +1851,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1876
1851
|
clipRule: "evenodd"
|
|
1877
1852
|
}
|
|
1878
1853
|
) });
|
|
1879
|
-
const BaseSvgIcon$
|
|
1854
|
+
const BaseSvgIcon$1_ = utils.createSvgIcon(Icon$1_(), "Facebook");
|
|
1880
1855
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
1881
1856
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1882
|
-
BaseSvgIcon$
|
|
1857
|
+
BaseSvgIcon$1_,
|
|
1883
1858
|
{
|
|
1884
1859
|
ref,
|
|
1885
1860
|
viewBox: "0 0 24 24",
|
|
@@ -1893,7 +1868,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
1893
1868
|
);
|
|
1894
1869
|
}
|
|
1895
1870
|
const Facebook$1 = React.forwardRef(Facebook);
|
|
1896
|
-
const Icon$
|
|
1871
|
+
const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1897
1872
|
"path",
|
|
1898
1873
|
{
|
|
1899
1874
|
fill: "currentColor",
|
|
@@ -1902,10 +1877,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1902
1877
|
clipRule: "evenodd"
|
|
1903
1878
|
}
|
|
1904
1879
|
) });
|
|
1905
|
-
const BaseSvgIcon$
|
|
1880
|
+
const BaseSvgIcon$1Z = utils.createSvgIcon(Icon$1Z(), "Financial");
|
|
1906
1881
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
1907
1882
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1908
|
-
BaseSvgIcon$
|
|
1883
|
+
BaseSvgIcon$1Z,
|
|
1909
1884
|
{
|
|
1910
1885
|
ref,
|
|
1911
1886
|
viewBox: "0 0 24 24",
|
|
@@ -1919,17 +1894,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
1919
1894
|
);
|
|
1920
1895
|
}
|
|
1921
1896
|
const Financial$1 = React.forwardRef(Financial);
|
|
1922
|
-
const Icon$
|
|
1897
|
+
const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1923
1898
|
"path",
|
|
1924
1899
|
{
|
|
1925
1900
|
fill: "currentColor",
|
|
1926
1901
|
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"
|
|
1927
1902
|
}
|
|
1928
1903
|
) });
|
|
1929
|
-
const BaseSvgIcon$
|
|
1904
|
+
const BaseSvgIcon$1Y = utils.createSvgIcon(Icon$1Y(), "FlipInverse");
|
|
1930
1905
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
1931
1906
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1932
|
-
BaseSvgIcon$
|
|
1907
|
+
BaseSvgIcon$1Y,
|
|
1933
1908
|
{
|
|
1934
1909
|
ref,
|
|
1935
1910
|
viewBox: "0 0 24 24",
|
|
@@ -1943,7 +1918,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
1943
1918
|
);
|
|
1944
1919
|
}
|
|
1945
1920
|
const FlipInverse$1 = React.forwardRef(FlipInverse);
|
|
1946
|
-
const Icon$
|
|
1921
|
+
const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1947
1922
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1948
1923
|
"path",
|
|
1949
1924
|
{
|
|
@@ -1963,10 +1938,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1963
1938
|
}
|
|
1964
1939
|
)
|
|
1965
1940
|
] });
|
|
1966
|
-
const BaseSvgIcon$
|
|
1941
|
+
const BaseSvgIcon$1X = utils.createSvgIcon(Icon$1X(), "Framed");
|
|
1967
1942
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
1968
1943
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1969
|
-
BaseSvgIcon$
|
|
1944
|
+
BaseSvgIcon$1X,
|
|
1970
1945
|
{
|
|
1971
1946
|
ref,
|
|
1972
1947
|
viewBox: "0 0 24 24",
|
|
@@ -1980,7 +1955,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
1980
1955
|
);
|
|
1981
1956
|
}
|
|
1982
1957
|
const Framed$1 = React.forwardRef(Framed);
|
|
1983
|
-
const Icon$
|
|
1958
|
+
const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1984
1959
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1985
1960
|
"path",
|
|
1986
1961
|
{
|
|
@@ -2007,10 +1982,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2007
1982
|
}
|
|
2008
1983
|
)
|
|
2009
1984
|
] });
|
|
2010
|
-
const BaseSvgIcon$
|
|
1985
|
+
const BaseSvgIcon$1W = utils.createSvgIcon(Icon$1W(), "FraudDetection");
|
|
2011
1986
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2012
1987
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2013
|
-
BaseSvgIcon$
|
|
1988
|
+
BaseSvgIcon$1W,
|
|
2014
1989
|
{
|
|
2015
1990
|
ref,
|
|
2016
1991
|
viewBox: "0 0 24 24",
|
|
@@ -2024,7 +1999,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2024
1999
|
);
|
|
2025
2000
|
}
|
|
2026
2001
|
const FraudDetection$1 = React.forwardRef(FraudDetection);
|
|
2027
|
-
const Icon$
|
|
2002
|
+
const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2028
2003
|
"path",
|
|
2029
2004
|
{
|
|
2030
2005
|
fill: "currentColor",
|
|
@@ -2033,10 +2008,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2033
2008
|
clipRule: "evenodd"
|
|
2034
2009
|
}
|
|
2035
2010
|
) });
|
|
2036
|
-
const BaseSvgIcon$
|
|
2011
|
+
const BaseSvgIcon$1V = utils.createSvgIcon(Icon$1V(), "Functions");
|
|
2037
2012
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2038
2013
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2039
|
-
BaseSvgIcon$
|
|
2014
|
+
BaseSvgIcon$1V,
|
|
2040
2015
|
{
|
|
2041
2016
|
ref,
|
|
2042
2017
|
viewBox: "0 0 24 24",
|
|
@@ -2050,7 +2025,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2050
2025
|
);
|
|
2051
2026
|
}
|
|
2052
2027
|
const Functions$1 = React.forwardRef(Functions);
|
|
2053
|
-
const Icon$
|
|
2028
|
+
const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2054
2029
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2055
2030
|
"path",
|
|
2056
2031
|
{
|
|
@@ -2073,10 +2048,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2073
2048
|
}
|
|
2074
2049
|
)
|
|
2075
2050
|
] });
|
|
2076
|
-
const BaseSvgIcon$
|
|
2051
|
+
const BaseSvgIcon$1U = utils.createSvgIcon(Icon$1U(), "GeneratingDescription");
|
|
2077
2052
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2078
2053
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2079
|
-
BaseSvgIcon$
|
|
2054
|
+
BaseSvgIcon$1U,
|
|
2080
2055
|
{
|
|
2081
2056
|
ref,
|
|
2082
2057
|
viewBox: "0 0 24 24",
|
|
@@ -2090,7 +2065,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2090
2065
|
);
|
|
2091
2066
|
}
|
|
2092
2067
|
const GeneratingDescription$1 = React.forwardRef(GeneratingDescription);
|
|
2093
|
-
const Icon$
|
|
2068
|
+
const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2094
2069
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2095
2070
|
"path",
|
|
2096
2071
|
{
|
|
@@ -2110,10 +2085,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2110
2085
|
}
|
|
2111
2086
|
)
|
|
2112
2087
|
] });
|
|
2113
|
-
const BaseSvgIcon$
|
|
2088
|
+
const BaseSvgIcon$1T = utils.createSvgIcon(Icon$1T(), "GeocodeTable");
|
|
2114
2089
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2115
2090
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2116
|
-
BaseSvgIcon$
|
|
2091
|
+
BaseSvgIcon$1T,
|
|
2117
2092
|
{
|
|
2118
2093
|
ref,
|
|
2119
2094
|
viewBox: "0 0 24 24",
|
|
@@ -2127,7 +2102,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2127
2102
|
);
|
|
2128
2103
|
}
|
|
2129
2104
|
const GeocodeTable$1 = React.forwardRef(GeocodeTable);
|
|
2130
|
-
const Icon$
|
|
2105
|
+
const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2131
2106
|
"path",
|
|
2132
2107
|
{
|
|
2133
2108
|
fill: "currentColor",
|
|
@@ -2136,10 +2111,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2136
2111
|
clipRule: "evenodd"
|
|
2137
2112
|
}
|
|
2138
2113
|
) });
|
|
2139
|
-
const BaseSvgIcon$
|
|
2114
|
+
const BaseSvgIcon$1S = utils.createSvgIcon(Icon$1S(), "Geography");
|
|
2140
2115
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2141
2116
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2142
|
-
BaseSvgIcon$
|
|
2117
|
+
BaseSvgIcon$1S,
|
|
2143
2118
|
{
|
|
2144
2119
|
ref,
|
|
2145
2120
|
viewBox: "0 0 24 24",
|
|
@@ -2153,7 +2128,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2153
2128
|
);
|
|
2154
2129
|
}
|
|
2155
2130
|
const Geography$1 = React.forwardRef(Geography);
|
|
2156
|
-
const Icon$
|
|
2131
|
+
const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2157
2132
|
"path",
|
|
2158
2133
|
{
|
|
2159
2134
|
fill: "currentColor",
|
|
@@ -2162,10 +2137,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2162
2137
|
clipRule: "evenodd"
|
|
2163
2138
|
}
|
|
2164
2139
|
) });
|
|
2165
|
-
const BaseSvgIcon$
|
|
2140
|
+
const BaseSvgIcon$1R = utils.createSvgIcon(Icon$1R(), "Geomarketing");
|
|
2166
2141
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2167
2142
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2168
|
-
BaseSvgIcon$
|
|
2143
|
+
BaseSvgIcon$1R,
|
|
2169
2144
|
{
|
|
2170
2145
|
ref,
|
|
2171
2146
|
viewBox: "0 0 24 24",
|
|
@@ -2179,7 +2154,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2179
2154
|
);
|
|
2180
2155
|
}
|
|
2181
2156
|
const Geomarketing$1 = React.forwardRef(Geomarketing);
|
|
2182
|
-
const Icon$
|
|
2157
|
+
const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2183
2158
|
"path",
|
|
2184
2159
|
{
|
|
2185
2160
|
fill: "currentColor",
|
|
@@ -2188,10 +2163,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2188
2163
|
clipRule: "evenodd"
|
|
2189
2164
|
}
|
|
2190
2165
|
) });
|
|
2191
|
-
const BaseSvgIcon$
|
|
2166
|
+
const BaseSvgIcon$1Q = utils.createSvgIcon(Icon$1Q(), "Geometry");
|
|
2192
2167
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2193
2168
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2194
|
-
BaseSvgIcon$
|
|
2169
|
+
BaseSvgIcon$1Q,
|
|
2195
2170
|
{
|
|
2196
2171
|
ref,
|
|
2197
2172
|
viewBox: "0 0 24 24",
|
|
@@ -2205,7 +2180,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2205
2180
|
);
|
|
2206
2181
|
}
|
|
2207
2182
|
const Geometry$1 = React.forwardRef(Geometry);
|
|
2208
|
-
const Icon$
|
|
2183
|
+
const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2209
2184
|
"path",
|
|
2210
2185
|
{
|
|
2211
2186
|
fill: "currentColor",
|
|
@@ -2214,10 +2189,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2214
2189
|
clipRule: "evenodd"
|
|
2215
2190
|
}
|
|
2216
2191
|
) });
|
|
2217
|
-
const BaseSvgIcon$
|
|
2192
|
+
const BaseSvgIcon$1P = utils.createSvgIcon(Icon$1P(), "Github");
|
|
2218
2193
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2219
2194
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2220
|
-
BaseSvgIcon$
|
|
2195
|
+
BaseSvgIcon$1P,
|
|
2221
2196
|
{
|
|
2222
2197
|
ref,
|
|
2223
2198
|
viewBox: "0 0 24 24",
|
|
@@ -2231,7 +2206,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2231
2206
|
);
|
|
2232
2207
|
}
|
|
2233
2208
|
const Github$1 = React.forwardRef(Github);
|
|
2234
|
-
const Icon$
|
|
2209
|
+
const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2235
2210
|
"path",
|
|
2236
2211
|
{
|
|
2237
2212
|
fill: "currentColor",
|
|
@@ -2240,10 +2215,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2240
2215
|
clipRule: "evenodd"
|
|
2241
2216
|
}
|
|
2242
2217
|
) });
|
|
2243
|
-
const BaseSvgIcon$
|
|
2218
|
+
const BaseSvgIcon$1O = utils.createSvgIcon(Icon$1O(), "Google");
|
|
2244
2219
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2245
2220
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2246
|
-
BaseSvgIcon$
|
|
2221
|
+
BaseSvgIcon$1O,
|
|
2247
2222
|
{
|
|
2248
2223
|
ref,
|
|
2249
2224
|
viewBox: "0 0 24 24",
|
|
@@ -2257,7 +2232,7 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2257
2232
|
);
|
|
2258
2233
|
}
|
|
2259
2234
|
const Google$1 = React.forwardRef(Google);
|
|
2260
|
-
const Icon$
|
|
2235
|
+
const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2261
2236
|
"path",
|
|
2262
2237
|
{
|
|
2263
2238
|
fill: "currentColor",
|
|
@@ -2266,10 +2241,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2266
2241
|
clipRule: "evenodd"
|
|
2267
2242
|
}
|
|
2268
2243
|
) });
|
|
2269
|
-
const BaseSvgIcon$
|
|
2244
|
+
const BaseSvgIcon$1N = utils.createSvgIcon(Icon$1N(), "H3");
|
|
2270
2245
|
function H3({ width, height, sx, ...props }, ref) {
|
|
2271
2246
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2272
|
-
BaseSvgIcon$
|
|
2247
|
+
BaseSvgIcon$1N,
|
|
2273
2248
|
{
|
|
2274
2249
|
ref,
|
|
2275
2250
|
viewBox: "0 0 24 24",
|
|
@@ -2283,7 +2258,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2283
2258
|
);
|
|
2284
2259
|
}
|
|
2285
2260
|
const H3$1 = React.forwardRef(H3);
|
|
2286
|
-
const Icon$
|
|
2261
|
+
const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2287
2262
|
"path",
|
|
2288
2263
|
{
|
|
2289
2264
|
fill: "currentColor",
|
|
@@ -2292,10 +2267,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2292
2267
|
clipRule: "evenodd"
|
|
2293
2268
|
}
|
|
2294
2269
|
) });
|
|
2295
|
-
const BaseSvgIcon$
|
|
2270
|
+
const BaseSvgIcon$1M = utils.createSvgIcon(Icon$1M(), "HealthAnalytics");
|
|
2296
2271
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2297
2272
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2298
|
-
BaseSvgIcon$
|
|
2273
|
+
BaseSvgIcon$1M,
|
|
2299
2274
|
{
|
|
2300
2275
|
ref,
|
|
2301
2276
|
viewBox: "0 0 24 24",
|
|
@@ -2309,7 +2284,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2309
2284
|
);
|
|
2310
2285
|
}
|
|
2311
2286
|
const HealthAnalytics$1 = React.forwardRef(HealthAnalytics);
|
|
2312
|
-
const Icon$
|
|
2287
|
+
const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2313
2288
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2314
2289
|
"path",
|
|
2315
2290
|
{
|
|
@@ -2327,10 +2302,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2327
2302
|
}
|
|
2328
2303
|
)
|
|
2329
2304
|
] });
|
|
2330
|
-
const BaseSvgIcon$
|
|
2305
|
+
const BaseSvgIcon$1L = utils.createSvgIcon(Icon$1L(), "HideComments");
|
|
2331
2306
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2332
2307
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2333
|
-
BaseSvgIcon$
|
|
2308
|
+
BaseSvgIcon$1L,
|
|
2334
2309
|
{
|
|
2335
2310
|
ref,
|
|
2336
2311
|
viewBox: "0 0 24 24",
|
|
@@ -2344,7 +2319,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2344
2319
|
);
|
|
2345
2320
|
}
|
|
2346
2321
|
const HideComments$1 = React.forwardRef(HideComments);
|
|
2347
|
-
const Icon$
|
|
2322
|
+
const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2348
2323
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2349
2324
|
"path",
|
|
2350
2325
|
{
|
|
@@ -2362,10 +2337,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2362
2337
|
}
|
|
2363
2338
|
)
|
|
2364
2339
|
] });
|
|
2365
|
-
const BaseSvgIcon$
|
|
2340
|
+
const BaseSvgIcon$1K = utils.createSvgIcon(Icon$1K(), "HideLeftsidebar");
|
|
2366
2341
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2367
2342
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2368
|
-
BaseSvgIcon$
|
|
2343
|
+
BaseSvgIcon$1K,
|
|
2369
2344
|
{
|
|
2370
2345
|
ref,
|
|
2371
2346
|
viewBox: "0 0 24 24",
|
|
@@ -2379,7 +2354,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2379
2354
|
);
|
|
2380
2355
|
}
|
|
2381
2356
|
const HideLeftsidebar$1 = React.forwardRef(HideLeftsidebar);
|
|
2382
|
-
const Icon$
|
|
2357
|
+
const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2383
2358
|
"path",
|
|
2384
2359
|
{
|
|
2385
2360
|
fill: "currentColor",
|
|
@@ -2388,10 +2363,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2388
2363
|
clipRule: "evenodd"
|
|
2389
2364
|
}
|
|
2390
2365
|
) });
|
|
2391
|
-
const BaseSvgIcon$
|
|
2366
|
+
const BaseSvgIcon$1J = utils.createSvgIcon(Icon$1J(), "Home");
|
|
2392
2367
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2393
2368
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2394
|
-
BaseSvgIcon$
|
|
2369
|
+
BaseSvgIcon$1J,
|
|
2395
2370
|
{
|
|
2396
2371
|
ref,
|
|
2397
2372
|
viewBox: "0 0 24 24",
|
|
@@ -2405,7 +2380,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2405
2380
|
);
|
|
2406
2381
|
}
|
|
2407
2382
|
const Home$1 = React.forwardRef(Home);
|
|
2408
|
-
const Icon$
|
|
2383
|
+
const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2409
2384
|
"path",
|
|
2410
2385
|
{
|
|
2411
2386
|
fill: "currentColor",
|
|
@@ -2414,10 +2389,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2414
2389
|
clipRule: "evenodd"
|
|
2415
2390
|
}
|
|
2416
2391
|
) });
|
|
2417
|
-
const BaseSvgIcon$
|
|
2392
|
+
const BaseSvgIcon$1I = utils.createSvgIcon(Icon$1I(), "Housing");
|
|
2418
2393
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2419
2394
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2420
|
-
BaseSvgIcon$
|
|
2395
|
+
BaseSvgIcon$1I,
|
|
2421
2396
|
{
|
|
2422
2397
|
ref,
|
|
2423
2398
|
viewBox: "0 0 24 24",
|
|
@@ -2431,7 +2406,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2431
2406
|
);
|
|
2432
2407
|
}
|
|
2433
2408
|
const Housing$1 = React.forwardRef(Housing);
|
|
2434
|
-
const Icon$
|
|
2409
|
+
const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2435
2410
|
"path",
|
|
2436
2411
|
{
|
|
2437
2412
|
fill: "currentColor",
|
|
@@ -2440,10 +2415,10 @@ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2440
2415
|
clipRule: "evenodd"
|
|
2441
2416
|
}
|
|
2442
2417
|
) });
|
|
2443
|
-
const BaseSvgIcon$
|
|
2418
|
+
const BaseSvgIcon$1H = utils.createSvgIcon(Icon$1H(), "HumanMobility");
|
|
2444
2419
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2445
2420
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2446
|
-
BaseSvgIcon$
|
|
2421
|
+
BaseSvgIcon$1H,
|
|
2447
2422
|
{
|
|
2448
2423
|
ref,
|
|
2449
2424
|
viewBox: "0 0 24 24",
|
|
@@ -2457,7 +2432,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2457
2432
|
);
|
|
2458
2433
|
}
|
|
2459
2434
|
const HumanMobility$1 = React.forwardRef(HumanMobility);
|
|
2460
|
-
const Icon$
|
|
2435
|
+
const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2461
2436
|
"path",
|
|
2462
2437
|
{
|
|
2463
2438
|
fill: "currentColor",
|
|
@@ -2466,10 +2441,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2466
2441
|
clipRule: "evenodd"
|
|
2467
2442
|
}
|
|
2468
2443
|
) });
|
|
2469
|
-
const BaseSvgIcon$
|
|
2444
|
+
const BaseSvgIcon$1G = utils.createSvgIcon(Icon$1G(), "Id");
|
|
2470
2445
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2471
2446
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2472
|
-
BaseSvgIcon$
|
|
2447
|
+
BaseSvgIcon$1G,
|
|
2473
2448
|
{
|
|
2474
2449
|
ref,
|
|
2475
2450
|
viewBox: "0 0 24 24",
|
|
@@ -2483,7 +2458,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2483
2458
|
);
|
|
2484
2459
|
}
|
|
2485
2460
|
const Id$1 = React.forwardRef(Id);
|
|
2486
|
-
const Icon$
|
|
2461
|
+
const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2487
2462
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2488
2463
|
"path",
|
|
2489
2464
|
{
|
|
@@ -2501,10 +2476,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2501
2476
|
),
|
|
2502
2477
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2503
2478
|
] });
|
|
2504
|
-
const BaseSvgIcon$
|
|
2479
|
+
const BaseSvgIcon$1F = utils.createSvgIcon(Icon$1F(), "Image");
|
|
2505
2480
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2506
2481
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2507
|
-
BaseSvgIcon$
|
|
2482
|
+
BaseSvgIcon$1F,
|
|
2508
2483
|
{
|
|
2509
2484
|
ref,
|
|
2510
2485
|
viewBox: "0 0 24 24",
|
|
@@ -2518,7 +2493,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2518
2493
|
);
|
|
2519
2494
|
}
|
|
2520
2495
|
const Image$1 = React.forwardRef(Image);
|
|
2521
|
-
const Icon$
|
|
2496
|
+
const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2522
2497
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2523
2498
|
"path",
|
|
2524
2499
|
{
|
|
@@ -2543,10 +2518,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2543
2518
|
}
|
|
2544
2519
|
)
|
|
2545
2520
|
] });
|
|
2546
|
-
const BaseSvgIcon$
|
|
2521
|
+
const BaseSvgIcon$1E = utils.createSvgIcon(Icon$1E(), "Infrastructure");
|
|
2547
2522
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2548
2523
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2549
|
-
BaseSvgIcon$
|
|
2524
|
+
BaseSvgIcon$1E,
|
|
2550
2525
|
{
|
|
2551
2526
|
ref,
|
|
2552
2527
|
viewBox: "0 0 24 24",
|
|
@@ -2560,7 +2535,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2560
2535
|
);
|
|
2561
2536
|
}
|
|
2562
2537
|
const Infrastructure$1 = React.forwardRef(Infrastructure);
|
|
2563
|
-
const Icon$
|
|
2538
|
+
const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2564
2539
|
"path",
|
|
2565
2540
|
{
|
|
2566
2541
|
fill: "currentColor",
|
|
@@ -2569,10 +2544,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2569
2544
|
clipRule: "evenodd"
|
|
2570
2545
|
}
|
|
2571
2546
|
) });
|
|
2572
|
-
const BaseSvgIcon$
|
|
2547
|
+
const BaseSvgIcon$1D = utils.createSvgIcon(Icon$1D(), "IotAnalytics");
|
|
2573
2548
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2574
2549
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2575
|
-
BaseSvgIcon$
|
|
2550
|
+
BaseSvgIcon$1D,
|
|
2576
2551
|
{
|
|
2577
2552
|
ref,
|
|
2578
2553
|
viewBox: "0 0 24 24",
|
|
@@ -2586,7 +2561,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2586
2561
|
);
|
|
2587
2562
|
}
|
|
2588
2563
|
const IotAnalytics$1 = React.forwardRef(IotAnalytics);
|
|
2589
|
-
const Icon$
|
|
2564
|
+
const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2590
2565
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2591
2566
|
"path",
|
|
2592
2567
|
{
|
|
@@ -2604,10 +2579,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2604
2579
|
}
|
|
2605
2580
|
)
|
|
2606
2581
|
] });
|
|
2607
|
-
const BaseSvgIcon$
|
|
2582
|
+
const BaseSvgIcon$1C = utils.createSvgIcon(Icon$1C(), "LabelDeprecated");
|
|
2608
2583
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
2609
2584
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2610
|
-
BaseSvgIcon$
|
|
2585
|
+
BaseSvgIcon$1C,
|
|
2611
2586
|
{
|
|
2612
2587
|
ref,
|
|
2613
2588
|
viewBox: "0 0 24 24",
|
|
@@ -2621,7 +2596,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
2621
2596
|
);
|
|
2622
2597
|
}
|
|
2623
2598
|
const LabelDeprecated$1 = React.forwardRef(LabelDeprecated);
|
|
2624
|
-
const Icon$
|
|
2599
|
+
const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2625
2600
|
"path",
|
|
2626
2601
|
{
|
|
2627
2602
|
fill: "currentColor",
|
|
@@ -2630,10 +2605,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2630
2605
|
clipRule: "evenodd"
|
|
2631
2606
|
}
|
|
2632
2607
|
) });
|
|
2633
|
-
const BaseSvgIcon$
|
|
2608
|
+
const BaseSvgIcon$1B = utils.createSvgIcon(Icon$1B(), "Layers");
|
|
2634
2609
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
2635
2610
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2636
|
-
BaseSvgIcon$
|
|
2611
|
+
BaseSvgIcon$1B,
|
|
2637
2612
|
{
|
|
2638
2613
|
ref,
|
|
2639
2614
|
viewBox: "0 0 24 24",
|
|
@@ -2647,7 +2622,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
2647
2622
|
);
|
|
2648
2623
|
}
|
|
2649
2624
|
const Layers$1 = React.forwardRef(Layers);
|
|
2650
|
-
const Icon$
|
|
2625
|
+
const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2651
2626
|
"path",
|
|
2652
2627
|
{
|
|
2653
2628
|
fill: "currentColor",
|
|
@@ -2656,10 +2631,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2656
2631
|
clipRule: "evenodd"
|
|
2657
2632
|
}
|
|
2658
2633
|
) });
|
|
2659
|
-
const BaseSvgIcon$
|
|
2634
|
+
const BaseSvgIcon$1A = utils.createSvgIcon(Icon$1A(), "Linkedin");
|
|
2660
2635
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
2661
2636
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2662
|
-
BaseSvgIcon$
|
|
2637
|
+
BaseSvgIcon$1A,
|
|
2663
2638
|
{
|
|
2664
2639
|
ref,
|
|
2665
2640
|
viewBox: "0 0 24 24",
|
|
@@ -2673,7 +2648,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
2673
2648
|
);
|
|
2674
2649
|
}
|
|
2675
2650
|
const Linkedin$1 = React.forwardRef(Linkedin);
|
|
2676
|
-
const Icon$
|
|
2651
|
+
const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2677
2652
|
"path",
|
|
2678
2653
|
{
|
|
2679
2654
|
fill: "currentColor",
|
|
@@ -2682,10 +2657,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2682
2657
|
clipRule: "evenodd"
|
|
2683
2658
|
}
|
|
2684
2659
|
) });
|
|
2685
|
-
const BaseSvgIcon$
|
|
2660
|
+
const BaseSvgIcon$1z = utils.createSvgIcon(Icon$1z(), "MapCoordinates");
|
|
2686
2661
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
2687
2662
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2688
|
-
BaseSvgIcon$
|
|
2663
|
+
BaseSvgIcon$1z,
|
|
2689
2664
|
{
|
|
2690
2665
|
ref,
|
|
2691
2666
|
viewBox: "0 0 24 24",
|
|
@@ -2699,7 +2674,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
2699
2674
|
);
|
|
2700
2675
|
}
|
|
2701
2676
|
const MapCoordinates$1 = React.forwardRef(MapCoordinates);
|
|
2702
|
-
const Icon$
|
|
2677
|
+
const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2703
2678
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2704
2679
|
"path",
|
|
2705
2680
|
{
|
|
@@ -2726,10 +2701,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2726
2701
|
}
|
|
2727
2702
|
)
|
|
2728
2703
|
] });
|
|
2729
|
-
const BaseSvgIcon$
|
|
2704
|
+
const BaseSvgIcon$1y = utils.createSvgIcon(Icon$1y(), "MapCopy");
|
|
2730
2705
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
2731
2706
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2732
|
-
BaseSvgIcon$
|
|
2707
|
+
BaseSvgIcon$1y,
|
|
2733
2708
|
{
|
|
2734
2709
|
ref,
|
|
2735
2710
|
viewBox: "0 0 24 24",
|
|
@@ -2743,7 +2718,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
2743
2718
|
);
|
|
2744
2719
|
}
|
|
2745
2720
|
const MapCopy$1 = React.forwardRef(MapCopy);
|
|
2746
|
-
const Icon$
|
|
2721
|
+
const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2747
2722
|
"path",
|
|
2748
2723
|
{
|
|
2749
2724
|
fill: "currentColor",
|
|
@@ -2752,10 +2727,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2752
2727
|
clipRule: "evenodd"
|
|
2753
2728
|
}
|
|
2754
2729
|
) });
|
|
2755
|
-
const BaseSvgIcon$
|
|
2730
|
+
const BaseSvgIcon$1x = utils.createSvgIcon(Icon$1x(), "MapOthers");
|
|
2756
2731
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
2757
2732
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2758
|
-
BaseSvgIcon$
|
|
2733
|
+
BaseSvgIcon$1x,
|
|
2759
2734
|
{
|
|
2760
2735
|
ref,
|
|
2761
2736
|
viewBox: "0 0 24 24",
|
|
@@ -2769,7 +2744,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
2769
2744
|
);
|
|
2770
2745
|
}
|
|
2771
2746
|
const MapOthers$1 = React.forwardRef(MapOthers);
|
|
2772
|
-
const Icon$
|
|
2747
|
+
const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2773
2748
|
"path",
|
|
2774
2749
|
{
|
|
2775
2750
|
fill: "currentColor",
|
|
@@ -2778,10 +2753,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2778
2753
|
clipRule: "evenodd"
|
|
2779
2754
|
}
|
|
2780
2755
|
) });
|
|
2781
|
-
const BaseSvgIcon$
|
|
2756
|
+
const BaseSvgIcon$1w = utils.createSvgIcon(Icon$1w(), "MapPin");
|
|
2782
2757
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
2783
2758
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2784
|
-
BaseSvgIcon$
|
|
2759
|
+
BaseSvgIcon$1w,
|
|
2785
2760
|
{
|
|
2786
2761
|
ref,
|
|
2787
2762
|
viewBox: "0 0 24 24",
|
|
@@ -2795,7 +2770,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
2795
2770
|
);
|
|
2796
2771
|
}
|
|
2797
2772
|
const MapPin$1 = React.forwardRef(MapPin);
|
|
2798
|
-
const Icon$
|
|
2773
|
+
const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2799
2774
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2800
2775
|
"path",
|
|
2801
2776
|
{
|
|
@@ -2818,10 +2793,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2818
2793
|
}
|
|
2819
2794
|
)
|
|
2820
2795
|
] });
|
|
2821
|
-
const BaseSvgIcon$
|
|
2796
|
+
const BaseSvgIcon$1v = utils.createSvgIcon(Icon$1v(), "MarkCommentRead");
|
|
2822
2797
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
2823
2798
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2824
|
-
BaseSvgIcon$
|
|
2799
|
+
BaseSvgIcon$1v,
|
|
2825
2800
|
{
|
|
2826
2801
|
ref,
|
|
2827
2802
|
viewBox: "0 0 24 24",
|
|
@@ -2835,7 +2810,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
2835
2810
|
);
|
|
2836
2811
|
}
|
|
2837
2812
|
const MarkCommentRead$1 = React.forwardRef(MarkCommentRead);
|
|
2838
|
-
const Icon$
|
|
2813
|
+
const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2839
2814
|
"path",
|
|
2840
2815
|
{
|
|
2841
2816
|
fill: "currentColor",
|
|
@@ -2844,10 +2819,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2844
2819
|
clipRule: "evenodd"
|
|
2845
2820
|
}
|
|
2846
2821
|
) });
|
|
2847
|
-
const BaseSvgIcon$
|
|
2822
|
+
const BaseSvgIcon$1u = utils.createSvgIcon(Icon$1u(), "MarketAnalysis");
|
|
2848
2823
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
2849
2824
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2850
|
-
BaseSvgIcon$
|
|
2825
|
+
BaseSvgIcon$1u,
|
|
2851
2826
|
{
|
|
2852
2827
|
ref,
|
|
2853
2828
|
viewBox: "0 0 24 24",
|
|
@@ -2861,7 +2836,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
2861
2836
|
);
|
|
2862
2837
|
}
|
|
2863
2838
|
const MarketAnalysis$1 = React.forwardRef(MarketAnalysis);
|
|
2864
|
-
const Icon$
|
|
2839
|
+
const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2865
2840
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2866
2841
|
"path",
|
|
2867
2842
|
{
|
|
@@ -2886,10 +2861,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2886
2861
|
}
|
|
2887
2862
|
)
|
|
2888
2863
|
] });
|
|
2889
|
-
const BaseSvgIcon$
|
|
2864
|
+
const BaseSvgIcon$1t = utils.createSvgIcon(Icon$1t(), "Max");
|
|
2890
2865
|
function Max({ width, height, sx, ...props }, ref) {
|
|
2891
2866
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2892
|
-
BaseSvgIcon$
|
|
2867
|
+
BaseSvgIcon$1t,
|
|
2893
2868
|
{
|
|
2894
2869
|
ref,
|
|
2895
2870
|
viewBox: "0 0 24 24",
|
|
@@ -2903,17 +2878,17 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
2903
2878
|
);
|
|
2904
2879
|
}
|
|
2905
2880
|
const Max$1 = React.forwardRef(Max);
|
|
2906
|
-
const Icon$
|
|
2881
|
+
const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2907
2882
|
"path",
|
|
2908
2883
|
{
|
|
2909
2884
|
fill: "currentColor",
|
|
2910
2885
|
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"
|
|
2911
2886
|
}
|
|
2912
2887
|
) });
|
|
2913
|
-
const BaseSvgIcon$
|
|
2888
|
+
const BaseSvgIcon$1s = utils.createSvgIcon(Icon$1s(), "MeasureTool");
|
|
2914
2889
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
2915
2890
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2916
|
-
BaseSvgIcon$
|
|
2891
|
+
BaseSvgIcon$1s,
|
|
2917
2892
|
{
|
|
2918
2893
|
ref,
|
|
2919
2894
|
viewBox: "0 0 24 24",
|
|
@@ -2927,17 +2902,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
2927
2902
|
);
|
|
2928
2903
|
}
|
|
2929
2904
|
const MeasureTool$1 = React.forwardRef(MeasureTool);
|
|
2930
|
-
const Icon$
|
|
2905
|
+
const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2931
2906
|
"path",
|
|
2932
2907
|
{
|
|
2933
2908
|
fill: "currentColor",
|
|
2934
2909
|
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"
|
|
2935
2910
|
}
|
|
2936
2911
|
) });
|
|
2937
|
-
const BaseSvgIcon$
|
|
2912
|
+
const BaseSvgIcon$1r = utils.createSvgIcon(Icon$1r(), "Min");
|
|
2938
2913
|
function Min({ width, height, sx, ...props }, ref) {
|
|
2939
2914
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2940
|
-
BaseSvgIcon$
|
|
2915
|
+
BaseSvgIcon$1r,
|
|
2941
2916
|
{
|
|
2942
2917
|
ref,
|
|
2943
2918
|
viewBox: "0 0 24 24",
|
|
@@ -2951,7 +2926,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
2951
2926
|
);
|
|
2952
2927
|
}
|
|
2953
2928
|
const Min$1 = React.forwardRef(Min);
|
|
2954
|
-
const Icon$
|
|
2929
|
+
const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2955
2930
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2956
2931
|
"path",
|
|
2957
2932
|
{
|
|
@@ -2970,10 +2945,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2970
2945
|
}
|
|
2971
2946
|
)
|
|
2972
2947
|
] });
|
|
2973
|
-
const BaseSvgIcon$
|
|
2948
|
+
const BaseSvgIcon$1q = utils.createSvgIcon(Icon$1q(), "MobilityPlanning");
|
|
2974
2949
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
2975
2950
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2976
|
-
BaseSvgIcon$
|
|
2951
|
+
BaseSvgIcon$1q,
|
|
2977
2952
|
{
|
|
2978
2953
|
ref,
|
|
2979
2954
|
viewBox: "0 0 24 24",
|
|
@@ -2987,7 +2962,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
2987
2962
|
);
|
|
2988
2963
|
}
|
|
2989
2964
|
const MobilityPlanning$1 = React.forwardRef(MobilityPlanning);
|
|
2990
|
-
const Icon$
|
|
2965
|
+
const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2991
2966
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2992
2967
|
"path",
|
|
2993
2968
|
{
|
|
@@ -2999,10 +2974,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2999
2974
|
) }),
|
|
3000
2975
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3001
2976
|
] });
|
|
3002
|
-
const BaseSvgIcon$
|
|
2977
|
+
const BaseSvgIcon$1p = utils.createSvgIcon(Icon$1p(), "NetworkDeployment");
|
|
3003
2978
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3004
2979
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3005
|
-
BaseSvgIcon$
|
|
2980
|
+
BaseSvgIcon$1p,
|
|
3006
2981
|
{
|
|
3007
2982
|
ref,
|
|
3008
2983
|
viewBox: "0 0 24 24",
|
|
@@ -3016,7 +2991,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3016
2991
|
);
|
|
3017
2992
|
}
|
|
3018
2993
|
const NetworkDeployment$1 = React.forwardRef(NetworkDeployment);
|
|
3019
|
-
const Icon$
|
|
2994
|
+
const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3020
2995
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3021
2996
|
"path",
|
|
3022
2997
|
{
|
|
@@ -3032,10 +3007,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3032
3007
|
}
|
|
3033
3008
|
)
|
|
3034
3009
|
] });
|
|
3035
|
-
const BaseSvgIcon$
|
|
3010
|
+
const BaseSvgIcon$1o = utils.createSvgIcon(Icon$1o(), "NightsThermostat");
|
|
3036
3011
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3037
3012
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3038
|
-
BaseSvgIcon$
|
|
3013
|
+
BaseSvgIcon$1o,
|
|
3039
3014
|
{
|
|
3040
3015
|
ref,
|
|
3041
3016
|
viewBox: "0 0 24 24",
|
|
@@ -3049,7 +3024,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3049
3024
|
);
|
|
3050
3025
|
}
|
|
3051
3026
|
const NightsThermostat$1 = React.forwardRef(NightsThermostat);
|
|
3052
|
-
const Icon$
|
|
3027
|
+
const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3053
3028
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3054
3029
|
"path",
|
|
3055
3030
|
{
|
|
@@ -3059,10 +3034,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3059
3034
|
),
|
|
3060
3035
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3061
3036
|
] });
|
|
3062
|
-
const BaseSvgIcon$
|
|
3037
|
+
const BaseSvgIcon$1n = utils.createSvgIcon(Icon$1n(), "NoApp");
|
|
3063
3038
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3064
3039
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3065
|
-
BaseSvgIcon$
|
|
3040
|
+
BaseSvgIcon$1n,
|
|
3066
3041
|
{
|
|
3067
3042
|
ref,
|
|
3068
3043
|
viewBox: "0 0 24 24",
|
|
@@ -3076,7 +3051,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3076
3051
|
);
|
|
3077
3052
|
}
|
|
3078
3053
|
const NoApp$1 = React.forwardRef(NoApp);
|
|
3079
|
-
const Icon$
|
|
3054
|
+
const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3080
3055
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3081
3056
|
"path",
|
|
3082
3057
|
{
|
|
@@ -3094,10 +3069,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3094
3069
|
}
|
|
3095
3070
|
)
|
|
3096
3071
|
] });
|
|
3097
|
-
const BaseSvgIcon$
|
|
3072
|
+
const BaseSvgIcon$1m = utils.createSvgIcon(Icon$1m(), "NoMap");
|
|
3098
3073
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3099
3074
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3100
|
-
BaseSvgIcon$
|
|
3075
|
+
BaseSvgIcon$1m,
|
|
3101
3076
|
{
|
|
3102
3077
|
ref,
|
|
3103
3078
|
viewBox: "0 0 24 24",
|
|
@@ -3111,7 +3086,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3111
3086
|
);
|
|
3112
3087
|
}
|
|
3113
3088
|
const NoMap$1 = React.forwardRef(NoMap);
|
|
3114
|
-
const Icon$
|
|
3089
|
+
const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3115
3090
|
"path",
|
|
3116
3091
|
{
|
|
3117
3092
|
fill: "currentColor",
|
|
@@ -3120,10 +3095,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3120
3095
|
clipRule: "evenodd"
|
|
3121
3096
|
}
|
|
3122
3097
|
) });
|
|
3123
|
-
const BaseSvgIcon$
|
|
3098
|
+
const BaseSvgIcon$1l = utils.createSvgIcon(Icon$1l(), "NoSpatialExtension");
|
|
3124
3099
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3125
3100
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3126
|
-
BaseSvgIcon$
|
|
3101
|
+
BaseSvgIcon$1l,
|
|
3127
3102
|
{
|
|
3128
3103
|
ref,
|
|
3129
3104
|
viewBox: "0 0 24 24",
|
|
@@ -3137,7 +3112,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3137
3112
|
);
|
|
3138
3113
|
}
|
|
3139
3114
|
const NoSpatialExtension$1 = React.forwardRef(NoSpatialExtension);
|
|
3140
|
-
const Icon$
|
|
3115
|
+
const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3141
3116
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3142
3117
|
"path",
|
|
3143
3118
|
{
|
|
@@ -3155,10 +3130,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3155
3130
|
}
|
|
3156
3131
|
)
|
|
3157
3132
|
] });
|
|
3158
|
-
const BaseSvgIcon$
|
|
3133
|
+
const BaseSvgIcon$1k = utils.createSvgIcon(Icon$1k(), "NoTileset");
|
|
3159
3134
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3160
3135
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3161
|
-
BaseSvgIcon$
|
|
3136
|
+
BaseSvgIcon$1k,
|
|
3162
3137
|
{
|
|
3163
3138
|
ref,
|
|
3164
3139
|
viewBox: "0 0 24 24",
|
|
@@ -3172,17 +3147,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3172
3147
|
);
|
|
3173
3148
|
}
|
|
3174
3149
|
const NoTileset$1 = React.forwardRef(NoTileset);
|
|
3175
|
-
const Icon$
|
|
3150
|
+
const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3176
3151
|
"path",
|
|
3177
3152
|
{
|
|
3178
3153
|
fill: "currentColor",
|
|
3179
3154
|
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"
|
|
3180
3155
|
}
|
|
3181
3156
|
) });
|
|
3182
|
-
const BaseSvgIcon$
|
|
3157
|
+
const BaseSvgIcon$1j = utils.createSvgIcon(Icon$1j(), "NotEqual");
|
|
3183
3158
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3184
3159
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3185
|
-
BaseSvgIcon$
|
|
3160
|
+
BaseSvgIcon$1j,
|
|
3186
3161
|
{
|
|
3187
3162
|
ref,
|
|
3188
3163
|
viewBox: "0 0 24 24",
|
|
@@ -3196,7 +3171,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3196
3171
|
);
|
|
3197
3172
|
}
|
|
3198
3173
|
const NotEqual$1 = React.forwardRef(NotEqual);
|
|
3199
|
-
const Icon$
|
|
3174
|
+
const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3200
3175
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3201
3176
|
"path",
|
|
3202
3177
|
{
|
|
@@ -3216,10 +3191,10 @@ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3216
3191
|
}
|
|
3217
3192
|
)
|
|
3218
3193
|
] });
|
|
3219
|
-
const BaseSvgIcon$
|
|
3194
|
+
const BaseSvgIcon$1i = utils.createSvgIcon(Icon$1i(), "Number");
|
|
3220
3195
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3221
3196
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3222
|
-
BaseSvgIcon$
|
|
3197
|
+
BaseSvgIcon$1i,
|
|
3223
3198
|
{
|
|
3224
3199
|
ref,
|
|
3225
3200
|
viewBox: "0 0 24 24",
|
|
@@ -3233,7 +3208,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3233
3208
|
);
|
|
3234
3209
|
}
|
|
3235
3210
|
const Number$1 = React.forwardRef(Number);
|
|
3236
|
-
const Icon$
|
|
3211
|
+
const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3237
3212
|
"path",
|
|
3238
3213
|
{
|
|
3239
3214
|
fill: "currentColor",
|
|
@@ -3242,10 +3217,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3242
3217
|
clipRule: "evenodd"
|
|
3243
3218
|
}
|
|
3244
3219
|
) });
|
|
3245
|
-
const BaseSvgIcon$
|
|
3220
|
+
const BaseSvgIcon$1h = utils.createSvgIcon(Icon$1h(), "Onboarding");
|
|
3246
3221
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3247
3222
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3248
|
-
BaseSvgIcon$
|
|
3223
|
+
BaseSvgIcon$1h,
|
|
3249
3224
|
{
|
|
3250
3225
|
ref,
|
|
3251
3226
|
viewBox: "0 0 24 24",
|
|
@@ -3259,7 +3234,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3259
3234
|
);
|
|
3260
3235
|
}
|
|
3261
3236
|
const Onboarding$1 = React.forwardRef(Onboarding);
|
|
3262
|
-
const Icon$
|
|
3237
|
+
const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3263
3238
|
"path",
|
|
3264
3239
|
{
|
|
3265
3240
|
fill: "currentColor",
|
|
@@ -3268,10 +3243,10 @@ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3268
3243
|
clipRule: "evenodd"
|
|
3269
3244
|
}
|
|
3270
3245
|
) });
|
|
3271
|
-
const BaseSvgIcon$
|
|
3246
|
+
const BaseSvgIcon$1g = utils.createSvgIcon(Icon$1g(), "OohAnalytics");
|
|
3272
3247
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3273
3248
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3274
|
-
BaseSvgIcon$
|
|
3249
|
+
BaseSvgIcon$1g,
|
|
3275
3250
|
{
|
|
3276
3251
|
ref,
|
|
3277
3252
|
viewBox: "0 0 24 24",
|
|
@@ -3285,7 +3260,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3285
3260
|
);
|
|
3286
3261
|
}
|
|
3287
3262
|
const OohAnalytics$1 = React.forwardRef(OohAnalytics);
|
|
3288
|
-
const Icon$
|
|
3263
|
+
const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3289
3264
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3290
3265
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3291
3266
|
"path",
|
|
@@ -3306,10 +3281,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3306
3281
|
}
|
|
3307
3282
|
)
|
|
3308
3283
|
] });
|
|
3309
|
-
const BaseSvgIcon$
|
|
3284
|
+
const BaseSvgIcon$1f = utils.createSvgIcon(Icon$1f(), "Opacity");
|
|
3310
3285
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3311
3286
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3312
|
-
BaseSvgIcon$
|
|
3287
|
+
BaseSvgIcon$1f,
|
|
3313
3288
|
{
|
|
3314
3289
|
ref,
|
|
3315
3290
|
viewBox: "0 0 24 24",
|
|
@@ -3323,7 +3298,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3323
3298
|
);
|
|
3324
3299
|
}
|
|
3325
3300
|
const Opacity$1 = React.forwardRef(Opacity);
|
|
3326
|
-
const Icon$
|
|
3301
|
+
const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3327
3302
|
"path",
|
|
3328
3303
|
{
|
|
3329
3304
|
fill: "currentColor",
|
|
@@ -3332,34 +3307,8 @@ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3332
3307
|
clipRule: "evenodd"
|
|
3333
3308
|
}
|
|
3334
3309
|
) });
|
|
3335
|
-
const BaseSvgIcon$
|
|
3310
|
+
const BaseSvgIcon$1e = utils.createSvgIcon(Icon$1e(), "OpenDiagonallyLeft");
|
|
3336
3311
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3337
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3338
|
-
BaseSvgIcon$1f,
|
|
3339
|
-
{
|
|
3340
|
-
ref,
|
|
3341
|
-
viewBox: "0 0 24 24",
|
|
3342
|
-
sx: {
|
|
3343
|
-
width,
|
|
3344
|
-
height: height || width,
|
|
3345
|
-
...sx
|
|
3346
|
-
},
|
|
3347
|
-
...props
|
|
3348
|
-
}
|
|
3349
|
-
);
|
|
3350
|
-
}
|
|
3351
|
-
const OpenDiagonallyLeft$1 = React.forwardRef(OpenDiagonallyLeft);
|
|
3352
|
-
const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3353
|
-
"path",
|
|
3354
|
-
{
|
|
3355
|
-
fill: "currentColor",
|
|
3356
|
-
fillRule: "evenodd",
|
|
3357
|
-
d: "m14.121 11.293 2.877-2.877V11H19V5l-6 .007v1.994l2.584.001-2.877 2.877zM5 19l6-.007v-1.994H8.415l2.878-2.878-1.414-1.414L7 15.585V13H5z",
|
|
3358
|
-
clipRule: "evenodd"
|
|
3359
|
-
}
|
|
3360
|
-
) });
|
|
3361
|
-
const BaseSvgIcon$1e = utils.createSvgIcon(Icon$1e(), "OpenDiagonallyRight");
|
|
3362
|
-
function OpenDiagonallyRight({ width, height, sx, ...props }, ref) {
|
|
3363
3312
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3364
3313
|
BaseSvgIcon$1e,
|
|
3365
3314
|
{
|
|
@@ -3374,7 +3323,7 @@ function OpenDiagonallyRight({ width, height, sx, ...props }, ref) {
|
|
|
3374
3323
|
}
|
|
3375
3324
|
);
|
|
3376
3325
|
}
|
|
3377
|
-
const
|
|
3326
|
+
const OpenDiagonallyLeft$1 = React.forwardRef(OpenDiagonallyLeft);
|
|
3378
3327
|
const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3379
3328
|
"path",
|
|
3380
3329
|
{
|
|
@@ -5712,6 +5661,8 @@ function WorkflowTemp({ width, height, sx, ...props }, ref) {
|
|
|
5712
5661
|
}
|
|
5713
5662
|
const WorkflowTemp$1 = React.forwardRef(WorkflowTemp);
|
|
5714
5663
|
exports.ArrowDown = ArrowDown.ArrowDown;
|
|
5664
|
+
exports.CloseDiagonallyRight = OpenDiagonallyRight.CloseDiagonallyRight;
|
|
5665
|
+
exports.OpenDiagonallyRight = OpenDiagonallyRight.OpenDiagonallyRight;
|
|
5715
5666
|
exports.Search = SwatchSquare.Search;
|
|
5716
5667
|
exports.SwatchSquare = SwatchSquare.SwatchSquare;
|
|
5717
5668
|
exports.AccessIn = AccessIn$1;
|
|
@@ -5739,7 +5690,6 @@ exports.CatastropheModeling = CatastropheModeling$1;
|
|
|
5739
5690
|
exports.Center = Center$1;
|
|
5740
5691
|
exports.CenterLayer = CenterLayer$1;
|
|
5741
5692
|
exports.CloseDiagonallyLeft = CloseDiagonallyLeft$1;
|
|
5742
|
-
exports.CloseDiagonallyRight = CloseDiagonallyRight$1;
|
|
5743
5693
|
exports.CloseVertically = CloseVertically$1;
|
|
5744
5694
|
exports.CodeBlock = CodeBlock$1;
|
|
5745
5695
|
exports.Comments = Comments$1;
|
|
@@ -5827,7 +5777,6 @@ exports.Onboarding = Onboarding$1;
|
|
|
5827
5777
|
exports.OohAnalytics = OohAnalytics$1;
|
|
5828
5778
|
exports.Opacity = Opacity$1;
|
|
5829
5779
|
exports.OpenDiagonallyLeft = OpenDiagonallyLeft$1;
|
|
5830
|
-
exports.OpenDiagonallyRight = OpenDiagonallyRight$1;
|
|
5831
5780
|
exports.OpenNewWindow = OpenNewWindow$1;
|
|
5832
5781
|
exports.OpenVertically = OpenVertically$1;
|
|
5833
5782
|
exports.ParameterSettings = ParameterSettings$1;
|