@carto/meridian-ds 1.4.4-alpha-icons-shapes.2 → 1.4.5-alpha-external-link.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 +6 -1
- package/dist/{SwatchSquare-DDi0beUM.js → SwatchSquare-DhaaXt53.js} +1 -1
- package/dist/{SwatchSquare-w-U8-O-P.cjs → SwatchSquare-benaO55C.cjs} +1 -1
- package/dist/components/index.cjs +264 -0
- package/dist/components/index.js +267 -3
- package/dist/custom-icons/index.cjs +448 -310
- package/dist/custom-icons/index.js +448 -310
- package/dist/theme/index.cjs +2 -7
- package/dist/theme/index.js +2 -7
- package/dist/types/components/atoms/ExternalLink.d.ts +21 -0
- package/dist/types/components/atoms/ExternalLink.d.ts.map +1 -0
- package/dist/types/components/atoms/index.d.ts +2 -0
- package/dist/types/components/atoms/index.d.ts.map +1 -1
- package/dist/types/components/molecules/Tag.d.ts +31 -0
- package/dist/types/components/molecules/Tag.d.ts.map +1 -0
- package/dist/types/components/molecules/index.d.ts +2 -0
- package/dist/types/components/molecules/index.d.ts.map +1 -1
- package/dist/types/custom-icons/AiTool.d.ts +4 -0
- package/dist/types/custom-icons/AiTool.d.ts.map +1 -0
- package/dist/types/custom-icons/AsynchronousWait.d.ts +4 -0
- package/dist/types/custom-icons/AsynchronousWait.d.ts.map +1 -0
- package/dist/types/custom-icons/NoLayer.d.ts +4 -0
- package/dist/types/custom-icons/NoLayer.d.ts.map +1 -0
- package/dist/types/custom-icons/index.d.ts +3 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/dist/types/theme/sections/components/data-display.d.ts.map +1 -1
- package/dist/widgets/index.cjs +1 -1
- package/dist/widgets/index.js +1 -1
- package/package.json +1 -1
|
@@ -5,8 +5,8 @@ const React = require("react");
|
|
|
5
5
|
const utils = require("@mui/material/utils");
|
|
6
6
|
const ArrowDown = require("../ArrowDown-8fLj23Ge.cjs");
|
|
7
7
|
const OpenDiagonallyRight = require("../OpenDiagonallyRight-BrRyCV4Q.cjs");
|
|
8
|
-
const SwatchSquare = require("../SwatchSquare-
|
|
9
|
-
const Icon$
|
|
8
|
+
const SwatchSquare = require("../SwatchSquare-benaO55C.cjs");
|
|
9
|
+
const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
12
12
|
fill: "currentColor",
|
|
@@ -15,10 +15,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
15
15
|
clipRule: "evenodd"
|
|
16
16
|
}
|
|
17
17
|
) });
|
|
18
|
-
const BaseSvgIcon$
|
|
18
|
+
const BaseSvgIcon$30 = utils.createSvgIcon(Icon$30(), "AccessIn");
|
|
19
19
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
20
20
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
21
|
-
BaseSvgIcon$
|
|
21
|
+
BaseSvgIcon$30,
|
|
22
22
|
{
|
|
23
23
|
ref,
|
|
24
24
|
viewBox: "0 0 24 24",
|
|
@@ -32,17 +32,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
32
32
|
);
|
|
33
33
|
}
|
|
34
34
|
const AccessIn$1 = React.forwardRef(AccessIn);
|
|
35
|
-
const Icon$
|
|
35
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
36
36
|
"path",
|
|
37
37
|
{
|
|
38
38
|
fill: "currentColor",
|
|
39
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"
|
|
40
40
|
}
|
|
41
41
|
) });
|
|
42
|
-
const BaseSvgIcon$
|
|
42
|
+
const BaseSvgIcon$2$ = utils.createSvgIcon(Icon$2$(), "AddApp");
|
|
43
43
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
44
44
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
45
|
-
BaseSvgIcon$
|
|
45
|
+
BaseSvgIcon$2$,
|
|
46
46
|
{
|
|
47
47
|
ref,
|
|
48
48
|
viewBox: "0 0 24 24",
|
|
@@ -56,7 +56,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
56
56
|
);
|
|
57
57
|
}
|
|
58
58
|
const AddApp$1 = React.forwardRef(AddApp);
|
|
59
|
-
const Icon$
|
|
59
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
60
60
|
"path",
|
|
61
61
|
{
|
|
62
62
|
fill: "currentColor",
|
|
@@ -65,10 +65,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
65
65
|
clipRule: "evenodd"
|
|
66
66
|
}
|
|
67
67
|
) });
|
|
68
|
-
const BaseSvgIcon$
|
|
68
|
+
const BaseSvgIcon$2_ = utils.createSvgIcon(Icon$2_(), "AddSection");
|
|
69
69
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
70
70
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
71
|
-
BaseSvgIcon$
|
|
71
|
+
BaseSvgIcon$2_,
|
|
72
72
|
{
|
|
73
73
|
ref,
|
|
74
74
|
viewBox: "0 0 24 24",
|
|
@@ -82,17 +82,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
82
82
|
);
|
|
83
83
|
}
|
|
84
84
|
const AddSection$1 = React.forwardRef(AddSection);
|
|
85
|
-
const Icon$
|
|
85
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
86
86
|
"path",
|
|
87
87
|
{
|
|
88
88
|
fill: "currentColor",
|
|
89
89
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
90
90
|
}
|
|
91
91
|
) });
|
|
92
|
-
const BaseSvgIcon$
|
|
92
|
+
const BaseSvgIcon$2Z = utils.createSvgIcon(Icon$2Z(), "AdvancedSettings");
|
|
93
93
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
94
94
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
95
|
-
BaseSvgIcon$
|
|
95
|
+
BaseSvgIcon$2Z,
|
|
96
96
|
{
|
|
97
97
|
ref,
|
|
98
98
|
viewBox: "0 0 24 24",
|
|
@@ -106,7 +106,65 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
106
106
|
);
|
|
107
107
|
}
|
|
108
108
|
const AdvancedSettings$1 = React.forwardRef(AdvancedSettings);
|
|
109
|
-
const Icon$
|
|
109
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
110
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
111
|
+
"path",
|
|
112
|
+
{
|
|
113
|
+
fill: "currentColor",
|
|
114
|
+
d: "M11.293 15.879a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 0 1-1.414 0l-1.414-1.414a1 1 0 0 1 0-1.414z"
|
|
115
|
+
}
|
|
116
|
+
),
|
|
117
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
118
|
+
"path",
|
|
119
|
+
{
|
|
120
|
+
fill: "currentColor",
|
|
121
|
+
fillRule: "evenodd",
|
|
122
|
+
d: "M7 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25zM19 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25zM7 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25z",
|
|
123
|
+
clipRule: "evenodd"
|
|
124
|
+
}
|
|
125
|
+
),
|
|
126
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
127
|
+
"path",
|
|
128
|
+
{
|
|
129
|
+
fill: "currentColor",
|
|
130
|
+
d: "M13 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"
|
|
131
|
+
}
|
|
132
|
+
),
|
|
133
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
134
|
+
"path",
|
|
135
|
+
{
|
|
136
|
+
fill: "currentColor",
|
|
137
|
+
fillRule: "evenodd",
|
|
138
|
+
d: "M19 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25z",
|
|
139
|
+
clipRule: "evenodd"
|
|
140
|
+
}
|
|
141
|
+
),
|
|
142
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
143
|
+
"path",
|
|
144
|
+
{
|
|
145
|
+
fill: "currentColor",
|
|
146
|
+
d: "M7 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM13 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM19 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"
|
|
147
|
+
}
|
|
148
|
+
)
|
|
149
|
+
] });
|
|
150
|
+
const BaseSvgIcon$2Y = utils.createSvgIcon(Icon$2Y(), "AiTool");
|
|
151
|
+
function AiTool({ width, height, sx, ...props }, ref) {
|
|
152
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
153
|
+
BaseSvgIcon$2Y,
|
|
154
|
+
{
|
|
155
|
+
ref,
|
|
156
|
+
viewBox: "0 0 24 24",
|
|
157
|
+
sx: {
|
|
158
|
+
width,
|
|
159
|
+
height: height || width,
|
|
160
|
+
...sx
|
|
161
|
+
},
|
|
162
|
+
...props
|
|
163
|
+
}
|
|
164
|
+
);
|
|
165
|
+
}
|
|
166
|
+
const AiTool$1 = React.forwardRef(AiTool);
|
|
167
|
+
const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
110
168
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
111
169
|
"path",
|
|
112
170
|
{
|
|
@@ -126,10 +184,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
126
184
|
}
|
|
127
185
|
)
|
|
128
186
|
] });
|
|
129
|
-
const BaseSvgIcon$
|
|
187
|
+
const BaseSvgIcon$2X = utils.createSvgIcon(Icon$2X(), "Annotation");
|
|
130
188
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
131
189
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
132
|
-
BaseSvgIcon$
|
|
190
|
+
BaseSvgIcon$2X,
|
|
133
191
|
{
|
|
134
192
|
ref,
|
|
135
193
|
viewBox: "0 0 24 24",
|
|
@@ -143,7 +201,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
143
201
|
);
|
|
144
202
|
}
|
|
145
203
|
const Annotation$1 = React.forwardRef(Annotation);
|
|
146
|
-
const Icon$
|
|
204
|
+
const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
147
205
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
148
206
|
"path",
|
|
149
207
|
{
|
|
@@ -168,10 +226,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
168
226
|
}
|
|
169
227
|
)
|
|
170
228
|
] });
|
|
171
|
-
const BaseSvgIcon$
|
|
229
|
+
const BaseSvgIcon$2W = utils.createSvgIcon(Icon$2W(), "ApiCall");
|
|
172
230
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
173
231
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
174
|
-
BaseSvgIcon$
|
|
232
|
+
BaseSvgIcon$2W,
|
|
175
233
|
{
|
|
176
234
|
ref,
|
|
177
235
|
viewBox: "0 0 24 24",
|
|
@@ -185,7 +243,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
185
243
|
);
|
|
186
244
|
}
|
|
187
245
|
const ApiCall$1 = React.forwardRef(ApiCall);
|
|
188
|
-
const Icon$
|
|
246
|
+
const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
189
247
|
"path",
|
|
190
248
|
{
|
|
191
249
|
fill: "currentColor",
|
|
@@ -194,10 +252,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
194
252
|
clipRule: "evenodd"
|
|
195
253
|
}
|
|
196
254
|
) });
|
|
197
|
-
const BaseSvgIcon$
|
|
255
|
+
const BaseSvgIcon$2V = utils.createSvgIcon(Icon$2V(), "ArrowLeft");
|
|
198
256
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
199
257
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
200
|
-
BaseSvgIcon$
|
|
258
|
+
BaseSvgIcon$2V,
|
|
201
259
|
{
|
|
202
260
|
ref,
|
|
203
261
|
viewBox: "0 0 24 24",
|
|
@@ -211,7 +269,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
211
269
|
);
|
|
212
270
|
}
|
|
213
271
|
const ArrowLeft$1 = React.forwardRef(ArrowLeft);
|
|
214
|
-
const Icon$
|
|
272
|
+
const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
215
273
|
"path",
|
|
216
274
|
{
|
|
217
275
|
fill: "currentColor",
|
|
@@ -220,10 +278,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
220
278
|
clipRule: "evenodd"
|
|
221
279
|
}
|
|
222
280
|
) });
|
|
223
|
-
const BaseSvgIcon$
|
|
281
|
+
const BaseSvgIcon$2U = utils.createSvgIcon(Icon$2U(), "ArrowRight");
|
|
224
282
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
225
283
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
226
|
-
BaseSvgIcon$
|
|
284
|
+
BaseSvgIcon$2U,
|
|
227
285
|
{
|
|
228
286
|
ref,
|
|
229
287
|
viewBox: "0 0 24 24",
|
|
@@ -237,7 +295,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
237
295
|
);
|
|
238
296
|
}
|
|
239
297
|
const ArrowRight$1 = React.forwardRef(ArrowRight);
|
|
240
|
-
const Icon$
|
|
298
|
+
const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
241
299
|
"path",
|
|
242
300
|
{
|
|
243
301
|
fill: "currentColor",
|
|
@@ -246,10 +304,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
246
304
|
clipRule: "evenodd"
|
|
247
305
|
}
|
|
248
306
|
) });
|
|
249
|
-
const BaseSvgIcon$
|
|
307
|
+
const BaseSvgIcon$2T = utils.createSvgIcon(Icon$2T(), "ArrowUp");
|
|
250
308
|
function ArrowUp({ width, height, sx, ...props }, ref) {
|
|
251
309
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
252
|
-
BaseSvgIcon$
|
|
310
|
+
BaseSvgIcon$2T,
|
|
253
311
|
{
|
|
254
312
|
ref,
|
|
255
313
|
viewBox: "0 0 24 24",
|
|
@@ -263,7 +321,49 @@ function ArrowUp({ width, height, sx, ...props }, ref) {
|
|
|
263
321
|
);
|
|
264
322
|
}
|
|
265
323
|
const ArrowUp$1 = React.forwardRef(ArrowUp);
|
|
266
|
-
const Icon$
|
|
324
|
+
const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
325
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
326
|
+
"path",
|
|
327
|
+
{
|
|
328
|
+
fill: "currentColor",
|
|
329
|
+
fillRule: "evenodd",
|
|
330
|
+
d: "M19 14c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5m-1.5 2.986v4.022h1v-4.022zm2 4.022h1v-4.022h-1z",
|
|
331
|
+
clipRule: "evenodd"
|
|
332
|
+
}
|
|
333
|
+
),
|
|
334
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
335
|
+
"path",
|
|
336
|
+
{
|
|
337
|
+
fill: "currentColor",
|
|
338
|
+
d: "M11.99 2C17.52 2 22 6.48 22 12q0 .335-.021.663A7 7 0 0 0 20 12.071V12c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8h.071c.1.698.302 1.362.592 1.977Q12.33 22 11.99 22C6.47 22 2 17.52 2 12S6.47 2 11.99 2"
|
|
339
|
+
}
|
|
340
|
+
),
|
|
341
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
342
|
+
"path",
|
|
343
|
+
{
|
|
344
|
+
fill: "currentColor",
|
|
345
|
+
d: "m12.5 12.25 2.144 1.27a7 7 0 0 0-1.051 1.035L11 13V7h1.5z"
|
|
346
|
+
}
|
|
347
|
+
)
|
|
348
|
+
] });
|
|
349
|
+
const BaseSvgIcon$2S = utils.createSvgIcon(Icon$2S(), "AsynchronousWait");
|
|
350
|
+
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
351
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
352
|
+
BaseSvgIcon$2S,
|
|
353
|
+
{
|
|
354
|
+
ref,
|
|
355
|
+
viewBox: "0 0 24 24",
|
|
356
|
+
sx: {
|
|
357
|
+
width,
|
|
358
|
+
height: height || width,
|
|
359
|
+
...sx
|
|
360
|
+
},
|
|
361
|
+
...props
|
|
362
|
+
}
|
|
363
|
+
);
|
|
364
|
+
}
|
|
365
|
+
const AsynchronousWait$1 = React.forwardRef(AsynchronousWait);
|
|
366
|
+
const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
267
367
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
268
368
|
"path",
|
|
269
369
|
{
|
|
@@ -283,10 +383,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
283
383
|
}
|
|
284
384
|
)
|
|
285
385
|
] });
|
|
286
|
-
const BaseSvgIcon$
|
|
386
|
+
const BaseSvgIcon$2R = utils.createSvgIcon(Icon$2R(), "Autostyle");
|
|
287
387
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
288
388
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
289
|
-
BaseSvgIcon$
|
|
389
|
+
BaseSvgIcon$2R,
|
|
290
390
|
{
|
|
291
391
|
ref,
|
|
292
392
|
viewBox: "0 0 24 24",
|
|
@@ -300,7 +400,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
300
400
|
);
|
|
301
401
|
}
|
|
302
402
|
const Autostyle$1 = React.forwardRef(Autostyle);
|
|
303
|
-
const Icon$
|
|
403
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
304
404
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
305
405
|
"path",
|
|
306
406
|
{
|
|
@@ -318,10 +418,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
318
418
|
}
|
|
319
419
|
)
|
|
320
420
|
] });
|
|
321
|
-
const BaseSvgIcon$
|
|
421
|
+
const BaseSvgIcon$2Q = utils.createSvgIcon(Icon$2Q(), "Avg");
|
|
322
422
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
323
423
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
324
|
-
BaseSvgIcon$
|
|
424
|
+
BaseSvgIcon$2Q,
|
|
325
425
|
{
|
|
326
426
|
ref,
|
|
327
427
|
viewBox: "0 0 24 24",
|
|
@@ -335,7 +435,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
335
435
|
);
|
|
336
436
|
}
|
|
337
437
|
const Avg$1 = React.forwardRef(Avg);
|
|
338
|
-
const Icon$
|
|
438
|
+
const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
339
439
|
"path",
|
|
340
440
|
{
|
|
341
441
|
fill: "currentColor",
|
|
@@ -344,10 +444,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
344
444
|
clipRule: "evenodd"
|
|
345
445
|
}
|
|
346
446
|
) });
|
|
347
|
-
const BaseSvgIcon$
|
|
447
|
+
const BaseSvgIcon$2P = utils.createSvgIcon(Icon$2P(), "Behavioral");
|
|
348
448
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
349
449
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
350
|
-
BaseSvgIcon$
|
|
450
|
+
BaseSvgIcon$2P,
|
|
351
451
|
{
|
|
352
452
|
ref,
|
|
353
453
|
viewBox: "0 0 24 24",
|
|
@@ -361,7 +461,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
361
461
|
);
|
|
362
462
|
}
|
|
363
463
|
const Behavioral$1 = React.forwardRef(Behavioral);
|
|
364
|
-
const Icon$
|
|
464
|
+
const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
365
465
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
366
466
|
"path",
|
|
367
467
|
{
|
|
@@ -379,10 +479,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
379
479
|
}
|
|
380
480
|
)
|
|
381
481
|
] });
|
|
382
|
-
const BaseSvgIcon$
|
|
482
|
+
const BaseSvgIcon$2O = utils.createSvgIcon(Icon$2O(), "Bigquery");
|
|
383
483
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
384
484
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
385
|
-
BaseSvgIcon$
|
|
485
|
+
BaseSvgIcon$2O,
|
|
386
486
|
{
|
|
387
487
|
ref,
|
|
388
488
|
viewBox: "0 0 24 24",
|
|
@@ -396,7 +496,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
396
496
|
);
|
|
397
497
|
}
|
|
398
498
|
const Bigquery$1 = React.forwardRef(Bigquery);
|
|
399
|
-
const Icon$
|
|
499
|
+
const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
400
500
|
"path",
|
|
401
501
|
{
|
|
402
502
|
fill: "currentColor",
|
|
@@ -405,10 +505,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
405
505
|
clipRule: "evenodd"
|
|
406
506
|
}
|
|
407
507
|
) });
|
|
408
|
-
const BaseSvgIcon$
|
|
508
|
+
const BaseSvgIcon$2N = utils.createSvgIcon(Icon$2N(), "Blending");
|
|
409
509
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
410
510
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
411
|
-
BaseSvgIcon$
|
|
511
|
+
BaseSvgIcon$2N,
|
|
412
512
|
{
|
|
413
513
|
ref,
|
|
414
514
|
viewBox: "0 0 24 24",
|
|
@@ -422,7 +522,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
422
522
|
);
|
|
423
523
|
}
|
|
424
524
|
const Blending$1 = React.forwardRef(Blending);
|
|
425
|
-
const Icon$
|
|
525
|
+
const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
426
526
|
"path",
|
|
427
527
|
{
|
|
428
528
|
fill: "currentColor",
|
|
@@ -431,10 +531,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
431
531
|
clipRule: "evenodd"
|
|
432
532
|
}
|
|
433
533
|
) });
|
|
434
|
-
const BaseSvgIcon$
|
|
534
|
+
const BaseSvgIcon$2M = utils.createSvgIcon(Icon$2M(), "BlockLabel");
|
|
435
535
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
436
536
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
437
|
-
BaseSvgIcon$
|
|
537
|
+
BaseSvgIcon$2M,
|
|
438
538
|
{
|
|
439
539
|
ref,
|
|
440
540
|
viewBox: "0 0 24 24",
|
|
@@ -448,7 +548,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
448
548
|
);
|
|
449
549
|
}
|
|
450
550
|
const BlockLabel$1 = React.forwardRef(BlockLabel);
|
|
451
|
-
const Icon$
|
|
551
|
+
const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
452
552
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
453
553
|
"path",
|
|
454
554
|
{
|
|
@@ -466,10 +566,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
466
566
|
}
|
|
467
567
|
)
|
|
468
568
|
] });
|
|
469
|
-
const BaseSvgIcon$
|
|
569
|
+
const BaseSvgIcon$2L = utils.createSvgIcon(Icon$2L(), "BlockLabelOff");
|
|
470
570
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
471
571
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
472
|
-
BaseSvgIcon$
|
|
572
|
+
BaseSvgIcon$2L,
|
|
473
573
|
{
|
|
474
574
|
ref,
|
|
475
575
|
viewBox: "0 0 24 24",
|
|
@@ -483,17 +583,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
483
583
|
);
|
|
484
584
|
}
|
|
485
585
|
const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
|
|
486
|
-
const Icon$
|
|
586
|
+
const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
487
587
|
"path",
|
|
488
588
|
{
|
|
489
589
|
fill: "currentColor",
|
|
490
590
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
491
591
|
}
|
|
492
592
|
) });
|
|
493
|
-
const BaseSvgIcon$
|
|
593
|
+
const BaseSvgIcon$2K = utils.createSvgIcon(Icon$2K(), "BottomRow");
|
|
494
594
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
495
595
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
496
|
-
BaseSvgIcon$
|
|
596
|
+
BaseSvgIcon$2K,
|
|
497
597
|
{
|
|
498
598
|
ref,
|
|
499
599
|
viewBox: "0 0 24 24",
|
|
@@ -507,7 +607,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
507
607
|
);
|
|
508
608
|
}
|
|
509
609
|
const BottomRow$1 = React.forwardRef(BottomRow);
|
|
510
|
-
const Icon$
|
|
610
|
+
const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
511
611
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
512
612
|
"path",
|
|
513
613
|
{
|
|
@@ -525,10 +625,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
525
625
|
}
|
|
526
626
|
)
|
|
527
627
|
] });
|
|
528
|
-
const BaseSvgIcon$
|
|
628
|
+
const BaseSvgIcon$2J = utils.createSvgIcon(Icon$2J(), "Carto");
|
|
529
629
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
530
630
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
531
|
-
BaseSvgIcon$
|
|
631
|
+
BaseSvgIcon$2J,
|
|
532
632
|
{
|
|
533
633
|
ref,
|
|
534
634
|
viewBox: "0 0 24 24",
|
|
@@ -542,7 +642,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
542
642
|
);
|
|
543
643
|
}
|
|
544
644
|
const Carto$1 = React.forwardRef(Carto);
|
|
545
|
-
const Icon$
|
|
645
|
+
const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
546
646
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
547
647
|
"path",
|
|
548
648
|
{
|
|
@@ -558,10 +658,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
558
658
|
}
|
|
559
659
|
)
|
|
560
660
|
] });
|
|
561
|
-
const BaseSvgIcon$
|
|
661
|
+
const BaseSvgIcon$2I = utils.createSvgIcon(Icon$2I(), "CartoAi");
|
|
562
662
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
563
663
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
564
|
-
BaseSvgIcon$
|
|
664
|
+
BaseSvgIcon$2I,
|
|
565
665
|
{
|
|
566
666
|
ref,
|
|
567
667
|
viewBox: "0 0 24 24",
|
|
@@ -575,7 +675,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
575
675
|
);
|
|
576
676
|
}
|
|
577
677
|
const CartoAi$1 = React.forwardRef(CartoAi);
|
|
578
|
-
const Icon$
|
|
678
|
+
const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
579
679
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
580
680
|
"path",
|
|
581
681
|
{
|
|
@@ -593,10 +693,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
593
693
|
}
|
|
594
694
|
)
|
|
595
695
|
] });
|
|
596
|
-
const BaseSvgIcon$
|
|
696
|
+
const BaseSvgIcon$2H = utils.createSvgIcon(Icon$2H(), "CartoSymbol");
|
|
597
697
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
598
698
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
599
|
-
BaseSvgIcon$
|
|
699
|
+
BaseSvgIcon$2H,
|
|
600
700
|
{
|
|
601
701
|
ref,
|
|
602
702
|
viewBox: "0 0 24 24",
|
|
@@ -610,7 +710,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
610
710
|
);
|
|
611
711
|
}
|
|
612
712
|
const CartoSymbol$1 = React.forwardRef(CartoSymbol);
|
|
613
|
-
const Icon$
|
|
713
|
+
const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
614
714
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
615
715
|
"g",
|
|
616
716
|
{
|
|
@@ -626,10 +726,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
626
726
|
),
|
|
627
727
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
628
728
|
] });
|
|
629
|
-
const BaseSvgIcon$
|
|
729
|
+
const BaseSvgIcon$2G = utils.createSvgIcon(Icon$2G(), "CatalogView");
|
|
630
730
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
631
731
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
632
|
-
BaseSvgIcon$
|
|
732
|
+
BaseSvgIcon$2G,
|
|
633
733
|
{
|
|
634
734
|
ref,
|
|
635
735
|
viewBox: "0 0 24 24",
|
|
@@ -643,7 +743,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
643
743
|
);
|
|
644
744
|
}
|
|
645
745
|
const CatalogView$1 = React.forwardRef(CatalogView);
|
|
646
|
-
const Icon$
|
|
746
|
+
const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
647
747
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
648
748
|
"path",
|
|
649
749
|
{
|
|
@@ -663,10 +763,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
663
763
|
}
|
|
664
764
|
)
|
|
665
765
|
] });
|
|
666
|
-
const BaseSvgIcon$
|
|
766
|
+
const BaseSvgIcon$2F = utils.createSvgIcon(Icon$2F(), "CatastropheModeling");
|
|
667
767
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
668
768
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
669
|
-
BaseSvgIcon$
|
|
769
|
+
BaseSvgIcon$2F,
|
|
670
770
|
{
|
|
671
771
|
ref,
|
|
672
772
|
viewBox: "0 0 24 24",
|
|
@@ -680,7 +780,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
680
780
|
);
|
|
681
781
|
}
|
|
682
782
|
const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
|
|
683
|
-
const Icon$
|
|
783
|
+
const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
684
784
|
"path",
|
|
685
785
|
{
|
|
686
786
|
fill: "currentColor",
|
|
@@ -689,10 +789,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
689
789
|
clipRule: "evenodd"
|
|
690
790
|
}
|
|
691
791
|
) });
|
|
692
|
-
const BaseSvgIcon$
|
|
792
|
+
const BaseSvgIcon$2E = utils.createSvgIcon(Icon$2E(), "Center");
|
|
693
793
|
function Center({ width, height, sx, ...props }, ref) {
|
|
694
794
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
695
|
-
BaseSvgIcon$
|
|
795
|
+
BaseSvgIcon$2E,
|
|
696
796
|
{
|
|
697
797
|
ref,
|
|
698
798
|
viewBox: "0 0 24 24",
|
|
@@ -706,7 +806,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
706
806
|
);
|
|
707
807
|
}
|
|
708
808
|
const Center$1 = React.forwardRef(Center);
|
|
709
|
-
const Icon$
|
|
809
|
+
const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
710
810
|
"path",
|
|
711
811
|
{
|
|
712
812
|
fill: "currentColor",
|
|
@@ -715,10 +815,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
715
815
|
clipRule: "evenodd"
|
|
716
816
|
}
|
|
717
817
|
) });
|
|
718
|
-
const BaseSvgIcon$
|
|
818
|
+
const BaseSvgIcon$2D = utils.createSvgIcon(Icon$2D(), "CenterLayer");
|
|
719
819
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
720
820
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
721
|
-
BaseSvgIcon$
|
|
821
|
+
BaseSvgIcon$2D,
|
|
722
822
|
{
|
|
723
823
|
ref,
|
|
724
824
|
viewBox: "0 0 24 24",
|
|
@@ -732,7 +832,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
732
832
|
);
|
|
733
833
|
}
|
|
734
834
|
const CenterLayer$1 = React.forwardRef(CenterLayer);
|
|
735
|
-
const Icon$
|
|
835
|
+
const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
736
836
|
"path",
|
|
737
837
|
{
|
|
738
838
|
fill: "currentColor",
|
|
@@ -741,10 +841,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
741
841
|
clipRule: "evenodd"
|
|
742
842
|
}
|
|
743
843
|
) });
|
|
744
|
-
const BaseSvgIcon$
|
|
844
|
+
const BaseSvgIcon$2C = utils.createSvgIcon(Icon$2C(), "CloseDiagonallyLeft");
|
|
745
845
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
746
846
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
747
|
-
BaseSvgIcon$
|
|
847
|
+
BaseSvgIcon$2C,
|
|
748
848
|
{
|
|
749
849
|
ref,
|
|
750
850
|
viewBox: "0 0 24 24",
|
|
@@ -758,7 +858,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
758
858
|
);
|
|
759
859
|
}
|
|
760
860
|
const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
|
|
761
|
-
const Icon$
|
|
861
|
+
const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
762
862
|
"path",
|
|
763
863
|
{
|
|
764
864
|
fill: "currentColor",
|
|
@@ -767,10 +867,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
767
867
|
clipRule: "evenodd"
|
|
768
868
|
}
|
|
769
869
|
) });
|
|
770
|
-
const BaseSvgIcon$
|
|
870
|
+
const BaseSvgIcon$2B = utils.createSvgIcon(Icon$2B(), "CloseVertically");
|
|
771
871
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
772
872
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
773
|
-
BaseSvgIcon$
|
|
873
|
+
BaseSvgIcon$2B,
|
|
774
874
|
{
|
|
775
875
|
ref,
|
|
776
876
|
viewBox: "0 0 24 24",
|
|
@@ -784,7 +884,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
784
884
|
);
|
|
785
885
|
}
|
|
786
886
|
const CloseVertically$1 = React.forwardRef(CloseVertically);
|
|
787
|
-
const Icon$
|
|
887
|
+
const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
788
888
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
789
889
|
"path",
|
|
790
890
|
{
|
|
@@ -800,10 +900,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
800
900
|
}
|
|
801
901
|
)
|
|
802
902
|
] });
|
|
803
|
-
const BaseSvgIcon$
|
|
903
|
+
const BaseSvgIcon$2A = utils.createSvgIcon(Icon$2A(), "CodeBlock");
|
|
804
904
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
805
905
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
806
|
-
BaseSvgIcon$
|
|
906
|
+
BaseSvgIcon$2A,
|
|
807
907
|
{
|
|
808
908
|
ref,
|
|
809
909
|
viewBox: "0 0 24 24",
|
|
@@ -817,17 +917,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
817
917
|
);
|
|
818
918
|
}
|
|
819
919
|
const CodeBlock$1 = React.forwardRef(CodeBlock);
|
|
820
|
-
const Icon$
|
|
920
|
+
const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
821
921
|
"path",
|
|
822
922
|
{
|
|
823
923
|
fill: "currentColor",
|
|
824
924
|
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"
|
|
825
925
|
}
|
|
826
926
|
) });
|
|
827
|
-
const BaseSvgIcon$
|
|
927
|
+
const BaseSvgIcon$2z = utils.createSvgIcon(Icon$2z(), "Comments");
|
|
828
928
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
829
929
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
830
|
-
BaseSvgIcon$
|
|
930
|
+
BaseSvgIcon$2z,
|
|
831
931
|
{
|
|
832
932
|
ref,
|
|
833
933
|
viewBox: "0 0 24 24",
|
|
@@ -841,7 +941,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
841
941
|
);
|
|
842
942
|
}
|
|
843
943
|
const Comments$1 = React.forwardRef(Comments);
|
|
844
|
-
const Icon$
|
|
944
|
+
const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
845
945
|
"path",
|
|
846
946
|
{
|
|
847
947
|
fill: "currentColor",
|
|
@@ -850,10 +950,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
850
950
|
clipRule: "evenodd"
|
|
851
951
|
}
|
|
852
952
|
) });
|
|
853
|
-
const BaseSvgIcon$
|
|
953
|
+
const BaseSvgIcon$2y = utils.createSvgIcon(Icon$2y(), "Console");
|
|
854
954
|
function Console({ width, height, sx, ...props }, ref) {
|
|
855
955
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
856
|
-
BaseSvgIcon$
|
|
956
|
+
BaseSvgIcon$2y,
|
|
857
957
|
{
|
|
858
958
|
ref,
|
|
859
959
|
viewBox: "0 0 24 24",
|
|
@@ -867,7 +967,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
867
967
|
);
|
|
868
968
|
}
|
|
869
969
|
const Console$1 = React.forwardRef(Console);
|
|
870
|
-
const Icon$
|
|
970
|
+
const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
871
971
|
"path",
|
|
872
972
|
{
|
|
873
973
|
fill: "currentColor",
|
|
@@ -876,10 +976,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
876
976
|
clipRule: "evenodd"
|
|
877
977
|
}
|
|
878
978
|
) });
|
|
879
|
-
const BaseSvgIcon$
|
|
979
|
+
const BaseSvgIcon$2x = utils.createSvgIcon(Icon$2x(), "Covid19");
|
|
880
980
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
881
981
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
882
|
-
BaseSvgIcon$
|
|
982
|
+
BaseSvgIcon$2x,
|
|
883
983
|
{
|
|
884
984
|
ref,
|
|
885
985
|
viewBox: "0 0 24 24",
|
|
@@ -893,7 +993,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
893
993
|
);
|
|
894
994
|
}
|
|
895
995
|
const Covid19$1 = React.forwardRef(Covid19);
|
|
896
|
-
const Icon$
|
|
996
|
+
const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
897
997
|
"path",
|
|
898
998
|
{
|
|
899
999
|
fill: "currentColor",
|
|
@@ -902,10 +1002,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
902
1002
|
clipRule: "evenodd"
|
|
903
1003
|
}
|
|
904
1004
|
) });
|
|
905
|
-
const BaseSvgIcon$
|
|
1005
|
+
const BaseSvgIcon$2w = utils.createSvgIcon(Icon$2w(), "CreateMap");
|
|
906
1006
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
907
1007
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
908
|
-
BaseSvgIcon$
|
|
1008
|
+
BaseSvgIcon$2w,
|
|
909
1009
|
{
|
|
910
1010
|
ref,
|
|
911
1011
|
viewBox: "0 0 24 24",
|
|
@@ -919,17 +1019,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
919
1019
|
);
|
|
920
1020
|
}
|
|
921
1021
|
const CreateMap$1 = React.forwardRef(CreateMap);
|
|
922
|
-
const Icon$
|
|
1022
|
+
const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
923
1023
|
"path",
|
|
924
1024
|
{
|
|
925
1025
|
fill: "currentColor",
|
|
926
1026
|
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"
|
|
927
1027
|
}
|
|
928
1028
|
) });
|
|
929
|
-
const BaseSvgIcon$
|
|
1029
|
+
const BaseSvgIcon$2v = utils.createSvgIcon(Icon$2v(), "CreateSpatialAnalysis");
|
|
930
1030
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
931
1031
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
932
|
-
BaseSvgIcon$
|
|
1032
|
+
BaseSvgIcon$2v,
|
|
933
1033
|
{
|
|
934
1034
|
ref,
|
|
935
1035
|
viewBox: "0 0 24 24",
|
|
@@ -943,7 +1043,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
943
1043
|
);
|
|
944
1044
|
}
|
|
945
1045
|
const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
|
|
946
|
-
const Icon$
|
|
1046
|
+
const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
947
1047
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
948
1048
|
"path",
|
|
949
1049
|
{
|
|
@@ -961,10 +1061,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
961
1061
|
}
|
|
962
1062
|
)
|
|
963
1063
|
] });
|
|
964
|
-
const BaseSvgIcon$
|
|
1064
|
+
const BaseSvgIcon$2u = utils.createSvgIcon(Icon$2u(), "CreateTileset");
|
|
965
1065
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
966
1066
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
967
|
-
BaseSvgIcon$
|
|
1067
|
+
BaseSvgIcon$2u,
|
|
968
1068
|
{
|
|
969
1069
|
ref,
|
|
970
1070
|
viewBox: "0 0 24 24",
|
|
@@ -978,7 +1078,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
978
1078
|
);
|
|
979
1079
|
}
|
|
980
1080
|
const CreateTileset$1 = React.forwardRef(CreateTileset);
|
|
981
|
-
const Icon$
|
|
1081
|
+
const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
982
1082
|
"path",
|
|
983
1083
|
{
|
|
984
1084
|
fill: "currentColor",
|
|
@@ -987,10 +1087,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
987
1087
|
clipRule: "evenodd"
|
|
988
1088
|
}
|
|
989
1089
|
) });
|
|
990
|
-
const BaseSvgIcon$
|
|
1090
|
+
const BaseSvgIcon$2t = utils.createSvgIcon(Icon$2t(), "CreateWorkflow");
|
|
991
1091
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
992
1092
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
993
|
-
BaseSvgIcon$
|
|
1093
|
+
BaseSvgIcon$2t,
|
|
994
1094
|
{
|
|
995
1095
|
ref,
|
|
996
1096
|
viewBox: "0 0 24 24",
|
|
@@ -1004,7 +1104,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1004
1104
|
);
|
|
1005
1105
|
}
|
|
1006
1106
|
const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
|
|
1007
|
-
const Icon$
|
|
1107
|
+
const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1008
1108
|
"path",
|
|
1009
1109
|
{
|
|
1010
1110
|
fill: "currentColor",
|
|
@@ -1013,10 +1113,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1013
1113
|
clipRule: "evenodd"
|
|
1014
1114
|
}
|
|
1015
1115
|
) });
|
|
1016
|
-
const BaseSvgIcon$
|
|
1116
|
+
const BaseSvgIcon$2s = utils.createSvgIcon(Icon$2s(), "Data");
|
|
1017
1117
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1018
1118
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1019
|
-
BaseSvgIcon$
|
|
1119
|
+
BaseSvgIcon$2s,
|
|
1020
1120
|
{
|
|
1021
1121
|
ref,
|
|
1022
1122
|
viewBox: "0 0 24 24",
|
|
@@ -1030,7 +1130,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1030
1130
|
);
|
|
1031
1131
|
}
|
|
1032
1132
|
const Data$1 = React.forwardRef(Data);
|
|
1033
|
-
const Icon$
|
|
1133
|
+
const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1034
1134
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1035
1135
|
"path",
|
|
1036
1136
|
{
|
|
@@ -1050,10 +1150,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1050
1150
|
}
|
|
1051
1151
|
)
|
|
1052
1152
|
] });
|
|
1053
|
-
const BaseSvgIcon$
|
|
1153
|
+
const BaseSvgIcon$2r = utils.createSvgIcon(Icon$2r(), "DataAccess");
|
|
1054
1154
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1055
1155
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1056
|
-
BaseSvgIcon$
|
|
1156
|
+
BaseSvgIcon$2r,
|
|
1057
1157
|
{
|
|
1058
1158
|
ref,
|
|
1059
1159
|
viewBox: "0 0 24 24",
|
|
@@ -1067,7 +1167,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1067
1167
|
);
|
|
1068
1168
|
}
|
|
1069
1169
|
const DataAccess$1 = React.forwardRef(DataAccess);
|
|
1070
|
-
const Icon$
|
|
1170
|
+
const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1071
1171
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1072
1172
|
"path",
|
|
1073
1173
|
{
|
|
@@ -1087,10 +1187,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1087
1187
|
}
|
|
1088
1188
|
)
|
|
1089
1189
|
] });
|
|
1090
|
-
const BaseSvgIcon$
|
|
1190
|
+
const BaseSvgIcon$2q = utils.createSvgIcon(Icon$2q(), "DataExplorer");
|
|
1091
1191
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1092
1192
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1093
|
-
BaseSvgIcon$
|
|
1193
|
+
BaseSvgIcon$2q,
|
|
1094
1194
|
{
|
|
1095
1195
|
ref,
|
|
1096
1196
|
viewBox: "0 0 24 24",
|
|
@@ -1104,7 +1204,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1104
1204
|
);
|
|
1105
1205
|
}
|
|
1106
1206
|
const DataExplorer$1 = React.forwardRef(DataExplorer);
|
|
1107
|
-
const Icon$
|
|
1207
|
+
const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1108
1208
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1109
1209
|
"path",
|
|
1110
1210
|
{
|
|
@@ -1124,10 +1224,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1124
1224
|
}
|
|
1125
1225
|
)
|
|
1126
1226
|
] });
|
|
1127
|
-
const BaseSvgIcon$
|
|
1227
|
+
const BaseSvgIcon$2p = utils.createSvgIcon(Icon$2p(), "DataFilter");
|
|
1128
1228
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1129
1229
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1130
|
-
BaseSvgIcon$
|
|
1230
|
+
BaseSvgIcon$2p,
|
|
1131
1231
|
{
|
|
1132
1232
|
ref,
|
|
1133
1233
|
viewBox: "0 0 24 24",
|
|
@@ -1141,7 +1241,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1141
1241
|
);
|
|
1142
1242
|
}
|
|
1143
1243
|
const DataFilter$1 = React.forwardRef(DataFilter);
|
|
1144
|
-
const Icon$
|
|
1244
|
+
const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1145
1245
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1146
1246
|
"path",
|
|
1147
1247
|
{
|
|
@@ -1159,10 +1259,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1159
1259
|
}
|
|
1160
1260
|
)
|
|
1161
1261
|
] });
|
|
1162
|
-
const BaseSvgIcon$
|
|
1262
|
+
const BaseSvgIcon$2o = utils.createSvgIcon(Icon$2o(), "DataMonetization");
|
|
1163
1263
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1164
1264
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1165
|
-
BaseSvgIcon$
|
|
1265
|
+
BaseSvgIcon$2o,
|
|
1166
1266
|
{
|
|
1167
1267
|
ref,
|
|
1168
1268
|
viewBox: "0 0 24 24",
|
|
@@ -1176,7 +1276,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1176
1276
|
);
|
|
1177
1277
|
}
|
|
1178
1278
|
const DataMonetization$1 = React.forwardRef(DataMonetization);
|
|
1179
|
-
const Icon$
|
|
1279
|
+
const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1180
1280
|
"path",
|
|
1181
1281
|
{
|
|
1182
1282
|
fill: "currentColor",
|
|
@@ -1185,10 +1285,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1185
1285
|
clipRule: "evenodd"
|
|
1186
1286
|
}
|
|
1187
1287
|
) });
|
|
1188
|
-
const BaseSvgIcon$
|
|
1288
|
+
const BaseSvgIcon$2n = utils.createSvgIcon(Icon$2n(), "DataObservatory");
|
|
1189
1289
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1190
1290
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1191
|
-
BaseSvgIcon$
|
|
1291
|
+
BaseSvgIcon$2n,
|
|
1192
1292
|
{
|
|
1193
1293
|
ref,
|
|
1194
1294
|
viewBox: "0 0 24 24",
|
|
@@ -1202,7 +1302,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1202
1302
|
);
|
|
1203
1303
|
}
|
|
1204
1304
|
const DataObservatory$1 = React.forwardRef(DataObservatory);
|
|
1205
|
-
const Icon$
|
|
1305
|
+
const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1206
1306
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1207
1307
|
"path",
|
|
1208
1308
|
{
|
|
@@ -1220,10 +1320,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1220
1320
|
}
|
|
1221
1321
|
)
|
|
1222
1322
|
] });
|
|
1223
|
-
const BaseSvgIcon$
|
|
1323
|
+
const BaseSvgIcon$2m = utils.createSvgIcon(Icon$2m(), "DataOk");
|
|
1224
1324
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1225
1325
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1226
|
-
BaseSvgIcon$
|
|
1326
|
+
BaseSvgIcon$2m,
|
|
1227
1327
|
{
|
|
1228
1328
|
ref,
|
|
1229
1329
|
viewBox: "0 0 24 24",
|
|
@@ -1237,7 +1337,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1237
1337
|
);
|
|
1238
1338
|
}
|
|
1239
1339
|
const DataOk$1 = React.forwardRef(DataOk);
|
|
1240
|
-
const Icon$
|
|
1340
|
+
const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1241
1341
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1242
1342
|
"path",
|
|
1243
1343
|
{
|
|
@@ -1257,10 +1357,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1257
1357
|
}
|
|
1258
1358
|
)
|
|
1259
1359
|
] });
|
|
1260
|
-
const BaseSvgIcon$
|
|
1360
|
+
const BaseSvgIcon$2l = utils.createSvgIcon(Icon$2l(), "DataPending");
|
|
1261
1361
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1262
1362
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1263
|
-
BaseSvgIcon$
|
|
1363
|
+
BaseSvgIcon$2l,
|
|
1264
1364
|
{
|
|
1265
1365
|
ref,
|
|
1266
1366
|
viewBox: "0 0 24 24",
|
|
@@ -1274,7 +1374,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1274
1374
|
);
|
|
1275
1375
|
}
|
|
1276
1376
|
const DataPending$1 = React.forwardRef(DataPending);
|
|
1277
|
-
const Icon$
|
|
1377
|
+
const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1278
1378
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1279
1379
|
"path",
|
|
1280
1380
|
{
|
|
@@ -1292,10 +1392,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1292
1392
|
}
|
|
1293
1393
|
)
|
|
1294
1394
|
] });
|
|
1295
|
-
const BaseSvgIcon$
|
|
1395
|
+
const BaseSvgIcon$2k = utils.createSvgIcon(Icon$2k(), "DataPremium");
|
|
1296
1396
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1297
1397
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1298
|
-
BaseSvgIcon$
|
|
1398
|
+
BaseSvgIcon$2k,
|
|
1299
1399
|
{
|
|
1300
1400
|
ref,
|
|
1301
1401
|
viewBox: "0 0 24 24",
|
|
@@ -1309,7 +1409,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1309
1409
|
);
|
|
1310
1410
|
}
|
|
1311
1411
|
const DataPremium$1 = React.forwardRef(DataPremium);
|
|
1312
|
-
const Icon$
|
|
1412
|
+
const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1313
1413
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1314
1414
|
"path",
|
|
1315
1415
|
{
|
|
@@ -1329,10 +1429,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1329
1429
|
}
|
|
1330
1430
|
)
|
|
1331
1431
|
] });
|
|
1332
|
-
const BaseSvgIcon$
|
|
1432
|
+
const BaseSvgIcon$2j = utils.createSvgIcon(Icon$2j(), "DataPublic");
|
|
1333
1433
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1334
1434
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1335
|
-
BaseSvgIcon$
|
|
1435
|
+
BaseSvgIcon$2j,
|
|
1336
1436
|
{
|
|
1337
1437
|
ref,
|
|
1338
1438
|
viewBox: "0 0 24 24",
|
|
@@ -1346,7 +1446,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1346
1446
|
);
|
|
1347
1447
|
}
|
|
1348
1448
|
const DataPublic$1 = React.forwardRef(DataPublic);
|
|
1349
|
-
const Icon$
|
|
1449
|
+
const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1350
1450
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1351
1451
|
"path",
|
|
1352
1452
|
{
|
|
@@ -1366,10 +1466,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1366
1466
|
}
|
|
1367
1467
|
)
|
|
1368
1468
|
] });
|
|
1369
|
-
const BaseSvgIcon$
|
|
1469
|
+
const BaseSvgIcon$2i = utils.createSvgIcon(Icon$2i(), "DataSample");
|
|
1370
1470
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1371
1471
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1372
|
-
BaseSvgIcon$
|
|
1472
|
+
BaseSvgIcon$2i,
|
|
1373
1473
|
{
|
|
1374
1474
|
ref,
|
|
1375
1475
|
viewBox: "0 0 24 24",
|
|
@@ -1383,7 +1483,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1383
1483
|
);
|
|
1384
1484
|
}
|
|
1385
1485
|
const DataSample$1 = React.forwardRef(DataSample);
|
|
1386
|
-
const Icon$
|
|
1486
|
+
const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1387
1487
|
"path",
|
|
1388
1488
|
{
|
|
1389
1489
|
fill: "currentColor",
|
|
@@ -1392,10 +1492,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1392
1492
|
clipRule: "evenodd"
|
|
1393
1493
|
}
|
|
1394
1494
|
) });
|
|
1395
|
-
const BaseSvgIcon$
|
|
1495
|
+
const BaseSvgIcon$2h = utils.createSvgIcon(Icon$2h(), "DataUnavailable");
|
|
1396
1496
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1397
1497
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1398
|
-
BaseSvgIcon$
|
|
1498
|
+
BaseSvgIcon$2h,
|
|
1399
1499
|
{
|
|
1400
1500
|
ref,
|
|
1401
1501
|
viewBox: "0 0 24 24",
|
|
@@ -1409,7 +1509,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1409
1509
|
);
|
|
1410
1510
|
}
|
|
1411
1511
|
const DataUnavailable$1 = React.forwardRef(DataUnavailable);
|
|
1412
|
-
const Icon$
|
|
1512
|
+
const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1413
1513
|
"path",
|
|
1414
1514
|
{
|
|
1415
1515
|
fill: "currentColor",
|
|
@@ -1418,10 +1518,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1418
1518
|
clipRule: "evenodd"
|
|
1419
1519
|
}
|
|
1420
1520
|
) });
|
|
1421
|
-
const BaseSvgIcon$
|
|
1521
|
+
const BaseSvgIcon$2g = utils.createSvgIcon(Icon$2g(), "Databricks");
|
|
1422
1522
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1423
1523
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1424
|
-
BaseSvgIcon$
|
|
1524
|
+
BaseSvgIcon$2g,
|
|
1425
1525
|
{
|
|
1426
1526
|
ref,
|
|
1427
1527
|
viewBox: "0 0 24 24",
|
|
@@ -1435,7 +1535,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1435
1535
|
);
|
|
1436
1536
|
}
|
|
1437
1537
|
const Databricks$1 = React.forwardRef(Databricks);
|
|
1438
|
-
const Icon$
|
|
1538
|
+
const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1439
1539
|
"path",
|
|
1440
1540
|
{
|
|
1441
1541
|
fill: "currentColor",
|
|
@@ -1444,10 +1544,10 @@ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1444
1544
|
clipRule: "evenodd"
|
|
1445
1545
|
}
|
|
1446
1546
|
) });
|
|
1447
|
-
const BaseSvgIcon$
|
|
1547
|
+
const BaseSvgIcon$2f = utils.createSvgIcon(Icon$2f(), "Demographics");
|
|
1448
1548
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1449
1549
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1450
|
-
BaseSvgIcon$
|
|
1550
|
+
BaseSvgIcon$2f,
|
|
1451
1551
|
{
|
|
1452
1552
|
ref,
|
|
1453
1553
|
viewBox: "0 0 24 24",
|
|
@@ -1461,7 +1561,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1461
1561
|
);
|
|
1462
1562
|
}
|
|
1463
1563
|
const Demographics$1 = React.forwardRef(Demographics);
|
|
1464
|
-
const Icon$
|
|
1564
|
+
const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1465
1565
|
"path",
|
|
1466
1566
|
{
|
|
1467
1567
|
fill: "currentColor",
|
|
@@ -1470,10 +1570,10 @@ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1470
1570
|
clipRule: "evenodd"
|
|
1471
1571
|
}
|
|
1472
1572
|
) });
|
|
1473
|
-
const BaseSvgIcon$
|
|
1573
|
+
const BaseSvgIcon$2e = utils.createSvgIcon(Icon$2e(), "Derived");
|
|
1474
1574
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1475
1575
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1476
|
-
BaseSvgIcon$
|
|
1576
|
+
BaseSvgIcon$2e,
|
|
1477
1577
|
{
|
|
1478
1578
|
ref,
|
|
1479
1579
|
viewBox: "0 0 24 24",
|
|
@@ -1487,7 +1587,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1487
1587
|
);
|
|
1488
1588
|
}
|
|
1489
1589
|
const Derived$1 = React.forwardRef(Derived);
|
|
1490
|
-
const Icon$
|
|
1590
|
+
const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1491
1591
|
"path",
|
|
1492
1592
|
{
|
|
1493
1593
|
fill: "currentColor",
|
|
@@ -1496,10 +1596,10 @@ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1496
1596
|
clipRule: "evenodd"
|
|
1497
1597
|
}
|
|
1498
1598
|
) });
|
|
1499
|
-
const BaseSvgIcon$
|
|
1599
|
+
const BaseSvgIcon$2d = utils.createSvgIcon(Icon$2d(), "Distance");
|
|
1500
1600
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1501
1601
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1502
|
-
BaseSvgIcon$
|
|
1602
|
+
BaseSvgIcon$2d,
|
|
1503
1603
|
{
|
|
1504
1604
|
ref,
|
|
1505
1605
|
viewBox: "0 0 24 24",
|
|
@@ -1513,11 +1613,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1513
1613
|
);
|
|
1514
1614
|
}
|
|
1515
1615
|
const Distance$1 = React.forwardRef(Distance);
|
|
1516
|
-
const Icon$
|
|
1517
|
-
const BaseSvgIcon$
|
|
1616
|
+
const Icon$2c = () => /* @__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" }) });
|
|
1617
|
+
const BaseSvgIcon$2c = utils.createSvgIcon(Icon$2c(), "Dot");
|
|
1518
1618
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1519
1619
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1520
|
-
BaseSvgIcon$
|
|
1620
|
+
BaseSvgIcon$2c,
|
|
1521
1621
|
{
|
|
1522
1622
|
ref,
|
|
1523
1623
|
viewBox: "0 0 24 24",
|
|
@@ -1531,7 +1631,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1531
1631
|
);
|
|
1532
1632
|
}
|
|
1533
1633
|
const Dot$1 = React.forwardRef(Dot);
|
|
1534
|
-
const Icon$
|
|
1634
|
+
const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1535
1635
|
"path",
|
|
1536
1636
|
{
|
|
1537
1637
|
fill: "currentColor",
|
|
@@ -1540,10 +1640,10 @@ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1540
1640
|
clipRule: "evenodd"
|
|
1541
1641
|
}
|
|
1542
1642
|
) });
|
|
1543
|
-
const BaseSvgIcon$
|
|
1643
|
+
const BaseSvgIcon$2b = utils.createSvgIcon(Icon$2b(), "DrawCircle");
|
|
1544
1644
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1545
1645
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1546
|
-
BaseSvgIcon$
|
|
1646
|
+
BaseSvgIcon$2b,
|
|
1547
1647
|
{
|
|
1548
1648
|
ref,
|
|
1549
1649
|
viewBox: "0 0 24 24",
|
|
@@ -1557,7 +1657,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1557
1657
|
);
|
|
1558
1658
|
}
|
|
1559
1659
|
const DrawCircle$1 = React.forwardRef(DrawCircle);
|
|
1560
|
-
const Icon$
|
|
1660
|
+
const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1561
1661
|
"path",
|
|
1562
1662
|
{
|
|
1563
1663
|
fill: "currentColor",
|
|
@@ -1566,10 +1666,10 @@ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1566
1666
|
clipRule: "evenodd"
|
|
1567
1667
|
}
|
|
1568
1668
|
) });
|
|
1569
|
-
const BaseSvgIcon$
|
|
1669
|
+
const BaseSvgIcon$2a = utils.createSvgIcon(Icon$2a(), "DrawLasso");
|
|
1570
1670
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1571
1671
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1572
|
-
BaseSvgIcon$
|
|
1672
|
+
BaseSvgIcon$2a,
|
|
1573
1673
|
{
|
|
1574
1674
|
ref,
|
|
1575
1675
|
viewBox: "0 0 24 24",
|
|
@@ -1583,17 +1683,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1583
1683
|
);
|
|
1584
1684
|
}
|
|
1585
1685
|
const DrawLasso$1 = React.forwardRef(DrawLasso);
|
|
1586
|
-
const Icon$
|
|
1686
|
+
const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1587
1687
|
"path",
|
|
1588
1688
|
{
|
|
1589
1689
|
fill: "currentColor",
|
|
1590
1690
|
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"
|
|
1591
1691
|
}
|
|
1592
1692
|
) });
|
|
1593
|
-
const BaseSvgIcon$
|
|
1693
|
+
const BaseSvgIcon$29 = utils.createSvgIcon(Icon$29(), "DrawLine");
|
|
1594
1694
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1595
1695
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1596
|
-
BaseSvgIcon$
|
|
1696
|
+
BaseSvgIcon$29,
|
|
1597
1697
|
{
|
|
1598
1698
|
ref,
|
|
1599
1699
|
viewBox: "0 0 24 24",
|
|
@@ -1607,7 +1707,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1607
1707
|
);
|
|
1608
1708
|
}
|
|
1609
1709
|
const DrawLine$1 = React.forwardRef(DrawLine);
|
|
1610
|
-
const Icon$
|
|
1710
|
+
const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1611
1711
|
"path",
|
|
1612
1712
|
{
|
|
1613
1713
|
fill: "currentColor",
|
|
@@ -1616,10 +1716,10 @@ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1616
1716
|
clipRule: "evenodd"
|
|
1617
1717
|
}
|
|
1618
1718
|
) });
|
|
1619
|
-
const BaseSvgIcon$
|
|
1719
|
+
const BaseSvgIcon$28 = utils.createSvgIcon(Icon$28(), "DrawPolygon");
|
|
1620
1720
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1621
1721
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1622
|
-
BaseSvgIcon$
|
|
1722
|
+
BaseSvgIcon$28,
|
|
1623
1723
|
{
|
|
1624
1724
|
ref,
|
|
1625
1725
|
viewBox: "0 0 24 24",
|
|
@@ -1633,7 +1733,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1633
1733
|
);
|
|
1634
1734
|
}
|
|
1635
1735
|
const DrawPolygon$1 = React.forwardRef(DrawPolygon);
|
|
1636
|
-
const Icon$
|
|
1736
|
+
const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1637
1737
|
"path",
|
|
1638
1738
|
{
|
|
1639
1739
|
fill: "currentColor",
|
|
@@ -1642,10 +1742,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1642
1742
|
clipRule: "evenodd"
|
|
1643
1743
|
}
|
|
1644
1744
|
) });
|
|
1645
|
-
const BaseSvgIcon$
|
|
1745
|
+
const BaseSvgIcon$27 = utils.createSvgIcon(Icon$27(), "DrawSquare");
|
|
1646
1746
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1647
1747
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1648
|
-
BaseSvgIcon$
|
|
1748
|
+
BaseSvgIcon$27,
|
|
1649
1749
|
{
|
|
1650
1750
|
ref,
|
|
1651
1751
|
viewBox: "0 0 24 24",
|
|
@@ -1659,7 +1759,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1659
1759
|
);
|
|
1660
1760
|
}
|
|
1661
1761
|
const DrawSquare$1 = React.forwardRef(DrawSquare);
|
|
1662
|
-
const Icon$
|
|
1762
|
+
const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1663
1763
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1664
1764
|
"path",
|
|
1665
1765
|
{
|
|
@@ -1677,10 +1777,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1677
1777
|
}
|
|
1678
1778
|
)
|
|
1679
1779
|
] });
|
|
1680
|
-
const BaseSvgIcon$
|
|
1780
|
+
const BaseSvgIcon$26 = utils.createSvgIcon(Icon$26(), "DropAPin");
|
|
1681
1781
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1682
1782
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1683
|
-
BaseSvgIcon$
|
|
1783
|
+
BaseSvgIcon$26,
|
|
1684
1784
|
{
|
|
1685
1785
|
ref,
|
|
1686
1786
|
viewBox: "0 0 24 24",
|
|
@@ -1694,7 +1794,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1694
1794
|
);
|
|
1695
1795
|
}
|
|
1696
1796
|
const DropAPin$1 = React.forwardRef(DropAPin);
|
|
1697
|
-
const Icon$
|
|
1797
|
+
const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1698
1798
|
"path",
|
|
1699
1799
|
{
|
|
1700
1800
|
fill: "currentColor",
|
|
@@ -1703,10 +1803,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1703
1803
|
clipRule: "evenodd"
|
|
1704
1804
|
}
|
|
1705
1805
|
) });
|
|
1706
|
-
const BaseSvgIcon$
|
|
1806
|
+
const BaseSvgIcon$25 = utils.createSvgIcon(Icon$25(), "DualMap");
|
|
1707
1807
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1708
1808
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1709
|
-
BaseSvgIcon$
|
|
1809
|
+
BaseSvgIcon$25,
|
|
1710
1810
|
{
|
|
1711
1811
|
ref,
|
|
1712
1812
|
viewBox: "0 0 24 24",
|
|
@@ -1720,7 +1820,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
1720
1820
|
);
|
|
1721
1821
|
}
|
|
1722
1822
|
const DualMap$1 = React.forwardRef(DualMap);
|
|
1723
|
-
const Icon$
|
|
1823
|
+
const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1724
1824
|
"path",
|
|
1725
1825
|
{
|
|
1726
1826
|
fill: "currentColor",
|
|
@@ -1729,10 +1829,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1729
1829
|
clipRule: "evenodd"
|
|
1730
1830
|
}
|
|
1731
1831
|
) });
|
|
1732
|
-
const BaseSvgIcon$
|
|
1832
|
+
const BaseSvgIcon$24 = utils.createSvgIcon(Icon$24(), "Environmental");
|
|
1733
1833
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
1734
1834
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1735
|
-
BaseSvgIcon$
|
|
1835
|
+
BaseSvgIcon$24,
|
|
1736
1836
|
{
|
|
1737
1837
|
ref,
|
|
1738
1838
|
viewBox: "0 0 24 24",
|
|
@@ -1746,7 +1846,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
1746
1846
|
);
|
|
1747
1847
|
}
|
|
1748
1848
|
const Environmental$1 = React.forwardRef(Environmental);
|
|
1749
|
-
const Icon$
|
|
1849
|
+
const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1750
1850
|
"path",
|
|
1751
1851
|
{
|
|
1752
1852
|
fill: "currentColor",
|
|
@@ -1755,10 +1855,10 @@ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1755
1855
|
clipRule: "evenodd"
|
|
1756
1856
|
}
|
|
1757
1857
|
) });
|
|
1758
|
-
const BaseSvgIcon$
|
|
1858
|
+
const BaseSvgIcon$23 = utils.createSvgIcon(Icon$23(), "EnvironmentalManagement");
|
|
1759
1859
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
1760
1860
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1761
|
-
BaseSvgIcon$
|
|
1861
|
+
BaseSvgIcon$23,
|
|
1762
1862
|
{
|
|
1763
1863
|
ref,
|
|
1764
1864
|
viewBox: "0 0 24 24",
|
|
@@ -1772,11 +1872,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
1772
1872
|
);
|
|
1773
1873
|
}
|
|
1774
1874
|
const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
|
|
1775
|
-
const Icon$
|
|
1776
|
-
const BaseSvgIcon$
|
|
1875
|
+
const Icon$22 = () => /* @__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" }) });
|
|
1876
|
+
const BaseSvgIcon$22 = utils.createSvgIcon(Icon$22(), "Equal");
|
|
1777
1877
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
1778
1878
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1779
|
-
BaseSvgIcon$
|
|
1879
|
+
BaseSvgIcon$22,
|
|
1780
1880
|
{
|
|
1781
1881
|
ref,
|
|
1782
1882
|
viewBox: "0 0 24 24",
|
|
@@ -1790,7 +1890,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
1790
1890
|
);
|
|
1791
1891
|
}
|
|
1792
1892
|
const Equal$1 = React.forwardRef(Equal);
|
|
1793
|
-
const Icon$
|
|
1893
|
+
const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1794
1894
|
"path",
|
|
1795
1895
|
{
|
|
1796
1896
|
fill: "currentColor",
|
|
@@ -1799,10 +1899,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1799
1899
|
clipRule: "evenodd"
|
|
1800
1900
|
}
|
|
1801
1901
|
) });
|
|
1802
|
-
const BaseSvgIcon$
|
|
1902
|
+
const BaseSvgIcon$21 = utils.createSvgIcon(Icon$21(), "ExitToAppLeft");
|
|
1803
1903
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
1804
1904
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1805
|
-
BaseSvgIcon$
|
|
1905
|
+
BaseSvgIcon$21,
|
|
1806
1906
|
{
|
|
1807
1907
|
ref,
|
|
1808
1908
|
viewBox: "0 0 24 24",
|
|
@@ -1816,7 +1916,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
1816
1916
|
);
|
|
1817
1917
|
}
|
|
1818
1918
|
const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
|
|
1819
|
-
const Icon$
|
|
1919
|
+
const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1820
1920
|
"path",
|
|
1821
1921
|
{
|
|
1822
1922
|
fill: "currentColor",
|
|
@@ -1825,10 +1925,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1825
1925
|
clipRule: "evenodd"
|
|
1826
1926
|
}
|
|
1827
1927
|
) });
|
|
1828
|
-
const BaseSvgIcon$
|
|
1928
|
+
const BaseSvgIcon$20 = utils.createSvgIcon(Icon$20(), "Fabric");
|
|
1829
1929
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
1830
1930
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1831
|
-
BaseSvgIcon$
|
|
1931
|
+
BaseSvgIcon$20,
|
|
1832
1932
|
{
|
|
1833
1933
|
ref,
|
|
1834
1934
|
viewBox: "0 0 24 24",
|
|
@@ -1842,7 +1942,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
1842
1942
|
);
|
|
1843
1943
|
}
|
|
1844
1944
|
const Fabric$1 = React.forwardRef(Fabric);
|
|
1845
|
-
const Icon$
|
|
1945
|
+
const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1846
1946
|
"path",
|
|
1847
1947
|
{
|
|
1848
1948
|
fill: "currentColor",
|
|
@@ -1851,10 +1951,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1851
1951
|
clipRule: "evenodd"
|
|
1852
1952
|
}
|
|
1853
1953
|
) });
|
|
1854
|
-
const BaseSvgIcon$
|
|
1954
|
+
const BaseSvgIcon$1$ = utils.createSvgIcon(Icon$1$(), "Facebook");
|
|
1855
1955
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
1856
1956
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1857
|
-
BaseSvgIcon$
|
|
1957
|
+
BaseSvgIcon$1$,
|
|
1858
1958
|
{
|
|
1859
1959
|
ref,
|
|
1860
1960
|
viewBox: "0 0 24 24",
|
|
@@ -1868,7 +1968,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
1868
1968
|
);
|
|
1869
1969
|
}
|
|
1870
1970
|
const Facebook$1 = React.forwardRef(Facebook);
|
|
1871
|
-
const Icon$
|
|
1971
|
+
const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1872
1972
|
"path",
|
|
1873
1973
|
{
|
|
1874
1974
|
fill: "currentColor",
|
|
@@ -1877,10 +1977,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1877
1977
|
clipRule: "evenodd"
|
|
1878
1978
|
}
|
|
1879
1979
|
) });
|
|
1880
|
-
const BaseSvgIcon$
|
|
1980
|
+
const BaseSvgIcon$1_ = utils.createSvgIcon(Icon$1_(), "Financial");
|
|
1881
1981
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
1882
1982
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1883
|
-
BaseSvgIcon$
|
|
1983
|
+
BaseSvgIcon$1_,
|
|
1884
1984
|
{
|
|
1885
1985
|
ref,
|
|
1886
1986
|
viewBox: "0 0 24 24",
|
|
@@ -1894,17 +1994,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
1894
1994
|
);
|
|
1895
1995
|
}
|
|
1896
1996
|
const Financial$1 = React.forwardRef(Financial);
|
|
1897
|
-
const Icon$
|
|
1997
|
+
const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1898
1998
|
"path",
|
|
1899
1999
|
{
|
|
1900
2000
|
fill: "currentColor",
|
|
1901
2001
|
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"
|
|
1902
2002
|
}
|
|
1903
2003
|
) });
|
|
1904
|
-
const BaseSvgIcon$
|
|
2004
|
+
const BaseSvgIcon$1Z = utils.createSvgIcon(Icon$1Z(), "FlipInverse");
|
|
1905
2005
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
1906
2006
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1907
|
-
BaseSvgIcon$
|
|
2007
|
+
BaseSvgIcon$1Z,
|
|
1908
2008
|
{
|
|
1909
2009
|
ref,
|
|
1910
2010
|
viewBox: "0 0 24 24",
|
|
@@ -1918,7 +2018,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
1918
2018
|
);
|
|
1919
2019
|
}
|
|
1920
2020
|
const FlipInverse$1 = React.forwardRef(FlipInverse);
|
|
1921
|
-
const Icon$
|
|
2021
|
+
const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1922
2022
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1923
2023
|
"path",
|
|
1924
2024
|
{
|
|
@@ -1938,10 +2038,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1938
2038
|
}
|
|
1939
2039
|
)
|
|
1940
2040
|
] });
|
|
1941
|
-
const BaseSvgIcon$
|
|
2041
|
+
const BaseSvgIcon$1Y = utils.createSvgIcon(Icon$1Y(), "Framed");
|
|
1942
2042
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
1943
2043
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1944
|
-
BaseSvgIcon$
|
|
2044
|
+
BaseSvgIcon$1Y,
|
|
1945
2045
|
{
|
|
1946
2046
|
ref,
|
|
1947
2047
|
viewBox: "0 0 24 24",
|
|
@@ -1955,7 +2055,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
1955
2055
|
);
|
|
1956
2056
|
}
|
|
1957
2057
|
const Framed$1 = React.forwardRef(Framed);
|
|
1958
|
-
const Icon$
|
|
2058
|
+
const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1959
2059
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1960
2060
|
"path",
|
|
1961
2061
|
{
|
|
@@ -1982,10 +2082,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1982
2082
|
}
|
|
1983
2083
|
)
|
|
1984
2084
|
] });
|
|
1985
|
-
const BaseSvgIcon$
|
|
2085
|
+
const BaseSvgIcon$1X = utils.createSvgIcon(Icon$1X(), "FraudDetection");
|
|
1986
2086
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
1987
2087
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1988
|
-
BaseSvgIcon$
|
|
2088
|
+
BaseSvgIcon$1X,
|
|
1989
2089
|
{
|
|
1990
2090
|
ref,
|
|
1991
2091
|
viewBox: "0 0 24 24",
|
|
@@ -1999,7 +2099,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
1999
2099
|
);
|
|
2000
2100
|
}
|
|
2001
2101
|
const FraudDetection$1 = React.forwardRef(FraudDetection);
|
|
2002
|
-
const Icon$
|
|
2102
|
+
const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2003
2103
|
"path",
|
|
2004
2104
|
{
|
|
2005
2105
|
fill: "currentColor",
|
|
@@ -2008,10 +2108,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2008
2108
|
clipRule: "evenodd"
|
|
2009
2109
|
}
|
|
2010
2110
|
) });
|
|
2011
|
-
const BaseSvgIcon$
|
|
2111
|
+
const BaseSvgIcon$1W = utils.createSvgIcon(Icon$1W(), "Functions");
|
|
2012
2112
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2013
2113
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2014
|
-
BaseSvgIcon$
|
|
2114
|
+
BaseSvgIcon$1W,
|
|
2015
2115
|
{
|
|
2016
2116
|
ref,
|
|
2017
2117
|
viewBox: "0 0 24 24",
|
|
@@ -2025,7 +2125,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2025
2125
|
);
|
|
2026
2126
|
}
|
|
2027
2127
|
const Functions$1 = React.forwardRef(Functions);
|
|
2028
|
-
const Icon$
|
|
2128
|
+
const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2029
2129
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2030
2130
|
"path",
|
|
2031
2131
|
{
|
|
@@ -2048,10 +2148,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2048
2148
|
}
|
|
2049
2149
|
)
|
|
2050
2150
|
] });
|
|
2051
|
-
const BaseSvgIcon$
|
|
2151
|
+
const BaseSvgIcon$1V = utils.createSvgIcon(Icon$1V(), "GeneratingDescription");
|
|
2052
2152
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2053
2153
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2054
|
-
BaseSvgIcon$
|
|
2154
|
+
BaseSvgIcon$1V,
|
|
2055
2155
|
{
|
|
2056
2156
|
ref,
|
|
2057
2157
|
viewBox: "0 0 24 24",
|
|
@@ -2065,7 +2165,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2065
2165
|
);
|
|
2066
2166
|
}
|
|
2067
2167
|
const GeneratingDescription$1 = React.forwardRef(GeneratingDescription);
|
|
2068
|
-
const Icon$
|
|
2168
|
+
const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2069
2169
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2070
2170
|
"path",
|
|
2071
2171
|
{
|
|
@@ -2085,10 +2185,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2085
2185
|
}
|
|
2086
2186
|
)
|
|
2087
2187
|
] });
|
|
2088
|
-
const BaseSvgIcon$
|
|
2188
|
+
const BaseSvgIcon$1U = utils.createSvgIcon(Icon$1U(), "GeocodeTable");
|
|
2089
2189
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2090
2190
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2091
|
-
BaseSvgIcon$
|
|
2191
|
+
BaseSvgIcon$1U,
|
|
2092
2192
|
{
|
|
2093
2193
|
ref,
|
|
2094
2194
|
viewBox: "0 0 24 24",
|
|
@@ -2102,7 +2202,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2102
2202
|
);
|
|
2103
2203
|
}
|
|
2104
2204
|
const GeocodeTable$1 = React.forwardRef(GeocodeTable);
|
|
2105
|
-
const Icon$
|
|
2205
|
+
const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2106
2206
|
"path",
|
|
2107
2207
|
{
|
|
2108
2208
|
fill: "currentColor",
|
|
@@ -2111,10 +2211,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2111
2211
|
clipRule: "evenodd"
|
|
2112
2212
|
}
|
|
2113
2213
|
) });
|
|
2114
|
-
const BaseSvgIcon$
|
|
2214
|
+
const BaseSvgIcon$1T = utils.createSvgIcon(Icon$1T(), "Geography");
|
|
2115
2215
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2116
2216
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2117
|
-
BaseSvgIcon$
|
|
2217
|
+
BaseSvgIcon$1T,
|
|
2118
2218
|
{
|
|
2119
2219
|
ref,
|
|
2120
2220
|
viewBox: "0 0 24 24",
|
|
@@ -2128,7 +2228,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2128
2228
|
);
|
|
2129
2229
|
}
|
|
2130
2230
|
const Geography$1 = React.forwardRef(Geography);
|
|
2131
|
-
const Icon$
|
|
2231
|
+
const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2132
2232
|
"path",
|
|
2133
2233
|
{
|
|
2134
2234
|
fill: "currentColor",
|
|
@@ -2137,10 +2237,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2137
2237
|
clipRule: "evenodd"
|
|
2138
2238
|
}
|
|
2139
2239
|
) });
|
|
2140
|
-
const BaseSvgIcon$
|
|
2240
|
+
const BaseSvgIcon$1S = utils.createSvgIcon(Icon$1S(), "Geomarketing");
|
|
2141
2241
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2142
2242
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2143
|
-
BaseSvgIcon$
|
|
2243
|
+
BaseSvgIcon$1S,
|
|
2144
2244
|
{
|
|
2145
2245
|
ref,
|
|
2146
2246
|
viewBox: "0 0 24 24",
|
|
@@ -2154,7 +2254,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2154
2254
|
);
|
|
2155
2255
|
}
|
|
2156
2256
|
const Geomarketing$1 = React.forwardRef(Geomarketing);
|
|
2157
|
-
const Icon$
|
|
2257
|
+
const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2158
2258
|
"path",
|
|
2159
2259
|
{
|
|
2160
2260
|
fill: "currentColor",
|
|
@@ -2163,10 +2263,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2163
2263
|
clipRule: "evenodd"
|
|
2164
2264
|
}
|
|
2165
2265
|
) });
|
|
2166
|
-
const BaseSvgIcon$
|
|
2266
|
+
const BaseSvgIcon$1R = utils.createSvgIcon(Icon$1R(), "Geometry");
|
|
2167
2267
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2168
2268
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2169
|
-
BaseSvgIcon$
|
|
2269
|
+
BaseSvgIcon$1R,
|
|
2170
2270
|
{
|
|
2171
2271
|
ref,
|
|
2172
2272
|
viewBox: "0 0 24 24",
|
|
@@ -2180,7 +2280,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2180
2280
|
);
|
|
2181
2281
|
}
|
|
2182
2282
|
const Geometry$1 = React.forwardRef(Geometry);
|
|
2183
|
-
const Icon$
|
|
2283
|
+
const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2184
2284
|
"path",
|
|
2185
2285
|
{
|
|
2186
2286
|
fill: "currentColor",
|
|
@@ -2189,10 +2289,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2189
2289
|
clipRule: "evenodd"
|
|
2190
2290
|
}
|
|
2191
2291
|
) });
|
|
2192
|
-
const BaseSvgIcon$
|
|
2292
|
+
const BaseSvgIcon$1Q = utils.createSvgIcon(Icon$1Q(), "Github");
|
|
2193
2293
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2194
2294
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2195
|
-
BaseSvgIcon$
|
|
2295
|
+
BaseSvgIcon$1Q,
|
|
2196
2296
|
{
|
|
2197
2297
|
ref,
|
|
2198
2298
|
viewBox: "0 0 24 24",
|
|
@@ -2206,7 +2306,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2206
2306
|
);
|
|
2207
2307
|
}
|
|
2208
2308
|
const Github$1 = React.forwardRef(Github);
|
|
2209
|
-
const Icon$
|
|
2309
|
+
const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2210
2310
|
"path",
|
|
2211
2311
|
{
|
|
2212
2312
|
fill: "currentColor",
|
|
@@ -2215,10 +2315,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2215
2315
|
clipRule: "evenodd"
|
|
2216
2316
|
}
|
|
2217
2317
|
) });
|
|
2218
|
-
const BaseSvgIcon$
|
|
2318
|
+
const BaseSvgIcon$1P = utils.createSvgIcon(Icon$1P(), "Google");
|
|
2219
2319
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2220
2320
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2221
|
-
BaseSvgIcon$
|
|
2321
|
+
BaseSvgIcon$1P,
|
|
2222
2322
|
{
|
|
2223
2323
|
ref,
|
|
2224
2324
|
viewBox: "0 0 24 24",
|
|
@@ -2232,7 +2332,7 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2232
2332
|
);
|
|
2233
2333
|
}
|
|
2234
2334
|
const Google$1 = React.forwardRef(Google);
|
|
2235
|
-
const Icon$
|
|
2335
|
+
const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2236
2336
|
"path",
|
|
2237
2337
|
{
|
|
2238
2338
|
fill: "currentColor",
|
|
@@ -2241,10 +2341,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2241
2341
|
clipRule: "evenodd"
|
|
2242
2342
|
}
|
|
2243
2343
|
) });
|
|
2244
|
-
const BaseSvgIcon$
|
|
2344
|
+
const BaseSvgIcon$1O = utils.createSvgIcon(Icon$1O(), "H3");
|
|
2245
2345
|
function H3({ width, height, sx, ...props }, ref) {
|
|
2246
2346
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2247
|
-
BaseSvgIcon$
|
|
2347
|
+
BaseSvgIcon$1O,
|
|
2248
2348
|
{
|
|
2249
2349
|
ref,
|
|
2250
2350
|
viewBox: "0 0 24 24",
|
|
@@ -2258,7 +2358,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2258
2358
|
);
|
|
2259
2359
|
}
|
|
2260
2360
|
const H3$1 = React.forwardRef(H3);
|
|
2261
|
-
const Icon$
|
|
2361
|
+
const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2262
2362
|
"path",
|
|
2263
2363
|
{
|
|
2264
2364
|
fill: "currentColor",
|
|
@@ -2267,10 +2367,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2267
2367
|
clipRule: "evenodd"
|
|
2268
2368
|
}
|
|
2269
2369
|
) });
|
|
2270
|
-
const BaseSvgIcon$
|
|
2370
|
+
const BaseSvgIcon$1N = utils.createSvgIcon(Icon$1N(), "HealthAnalytics");
|
|
2271
2371
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2272
2372
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2273
|
-
BaseSvgIcon$
|
|
2373
|
+
BaseSvgIcon$1N,
|
|
2274
2374
|
{
|
|
2275
2375
|
ref,
|
|
2276
2376
|
viewBox: "0 0 24 24",
|
|
@@ -2284,7 +2384,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2284
2384
|
);
|
|
2285
2385
|
}
|
|
2286
2386
|
const HealthAnalytics$1 = React.forwardRef(HealthAnalytics);
|
|
2287
|
-
const Icon$
|
|
2387
|
+
const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2288
2388
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2289
2389
|
"path",
|
|
2290
2390
|
{
|
|
@@ -2302,10 +2402,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2302
2402
|
}
|
|
2303
2403
|
)
|
|
2304
2404
|
] });
|
|
2305
|
-
const BaseSvgIcon$
|
|
2405
|
+
const BaseSvgIcon$1M = utils.createSvgIcon(Icon$1M(), "HideComments");
|
|
2306
2406
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2307
2407
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2308
|
-
BaseSvgIcon$
|
|
2408
|
+
BaseSvgIcon$1M,
|
|
2309
2409
|
{
|
|
2310
2410
|
ref,
|
|
2311
2411
|
viewBox: "0 0 24 24",
|
|
@@ -2319,7 +2419,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2319
2419
|
);
|
|
2320
2420
|
}
|
|
2321
2421
|
const HideComments$1 = React.forwardRef(HideComments);
|
|
2322
|
-
const Icon$
|
|
2422
|
+
const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2323
2423
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2324
2424
|
"path",
|
|
2325
2425
|
{
|
|
@@ -2337,10 +2437,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2337
2437
|
}
|
|
2338
2438
|
)
|
|
2339
2439
|
] });
|
|
2340
|
-
const BaseSvgIcon$
|
|
2440
|
+
const BaseSvgIcon$1L = utils.createSvgIcon(Icon$1L(), "HideLeftsidebar");
|
|
2341
2441
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2342
2442
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2343
|
-
BaseSvgIcon$
|
|
2443
|
+
BaseSvgIcon$1L,
|
|
2344
2444
|
{
|
|
2345
2445
|
ref,
|
|
2346
2446
|
viewBox: "0 0 24 24",
|
|
@@ -2354,7 +2454,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2354
2454
|
);
|
|
2355
2455
|
}
|
|
2356
2456
|
const HideLeftsidebar$1 = React.forwardRef(HideLeftsidebar);
|
|
2357
|
-
const Icon$
|
|
2457
|
+
const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2358
2458
|
"path",
|
|
2359
2459
|
{
|
|
2360
2460
|
fill: "currentColor",
|
|
@@ -2363,10 +2463,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2363
2463
|
clipRule: "evenodd"
|
|
2364
2464
|
}
|
|
2365
2465
|
) });
|
|
2366
|
-
const BaseSvgIcon$
|
|
2466
|
+
const BaseSvgIcon$1K = utils.createSvgIcon(Icon$1K(), "Home");
|
|
2367
2467
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2368
2468
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2369
|
-
BaseSvgIcon$
|
|
2469
|
+
BaseSvgIcon$1K,
|
|
2370
2470
|
{
|
|
2371
2471
|
ref,
|
|
2372
2472
|
viewBox: "0 0 24 24",
|
|
@@ -2380,7 +2480,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2380
2480
|
);
|
|
2381
2481
|
}
|
|
2382
2482
|
const Home$1 = React.forwardRef(Home);
|
|
2383
|
-
const Icon$
|
|
2483
|
+
const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2384
2484
|
"path",
|
|
2385
2485
|
{
|
|
2386
2486
|
fill: "currentColor",
|
|
@@ -2389,10 +2489,10 @@ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2389
2489
|
clipRule: "evenodd"
|
|
2390
2490
|
}
|
|
2391
2491
|
) });
|
|
2392
|
-
const BaseSvgIcon$
|
|
2492
|
+
const BaseSvgIcon$1J = utils.createSvgIcon(Icon$1J(), "Housing");
|
|
2393
2493
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2394
2494
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2395
|
-
BaseSvgIcon$
|
|
2495
|
+
BaseSvgIcon$1J,
|
|
2396
2496
|
{
|
|
2397
2497
|
ref,
|
|
2398
2498
|
viewBox: "0 0 24 24",
|
|
@@ -2406,7 +2506,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2406
2506
|
);
|
|
2407
2507
|
}
|
|
2408
2508
|
const Housing$1 = React.forwardRef(Housing);
|
|
2409
|
-
const Icon$
|
|
2509
|
+
const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2410
2510
|
"path",
|
|
2411
2511
|
{
|
|
2412
2512
|
fill: "currentColor",
|
|
@@ -2415,10 +2515,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2415
2515
|
clipRule: "evenodd"
|
|
2416
2516
|
}
|
|
2417
2517
|
) });
|
|
2418
|
-
const BaseSvgIcon$
|
|
2518
|
+
const BaseSvgIcon$1I = utils.createSvgIcon(Icon$1I(), "HumanMobility");
|
|
2419
2519
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2420
2520
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2421
|
-
BaseSvgIcon$
|
|
2521
|
+
BaseSvgIcon$1I,
|
|
2422
2522
|
{
|
|
2423
2523
|
ref,
|
|
2424
2524
|
viewBox: "0 0 24 24",
|
|
@@ -2432,7 +2532,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2432
2532
|
);
|
|
2433
2533
|
}
|
|
2434
2534
|
const HumanMobility$1 = React.forwardRef(HumanMobility);
|
|
2435
|
-
const Icon$
|
|
2535
|
+
const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2436
2536
|
"path",
|
|
2437
2537
|
{
|
|
2438
2538
|
fill: "currentColor",
|
|
@@ -2441,10 +2541,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2441
2541
|
clipRule: "evenodd"
|
|
2442
2542
|
}
|
|
2443
2543
|
) });
|
|
2444
|
-
const BaseSvgIcon$
|
|
2544
|
+
const BaseSvgIcon$1H = utils.createSvgIcon(Icon$1H(), "Id");
|
|
2445
2545
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2446
2546
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2447
|
-
BaseSvgIcon$
|
|
2547
|
+
BaseSvgIcon$1H,
|
|
2448
2548
|
{
|
|
2449
2549
|
ref,
|
|
2450
2550
|
viewBox: "0 0 24 24",
|
|
@@ -2458,7 +2558,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2458
2558
|
);
|
|
2459
2559
|
}
|
|
2460
2560
|
const Id$1 = React.forwardRef(Id);
|
|
2461
|
-
const Icon$
|
|
2561
|
+
const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2462
2562
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2463
2563
|
"path",
|
|
2464
2564
|
{
|
|
@@ -2476,10 +2576,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2476
2576
|
),
|
|
2477
2577
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2478
2578
|
] });
|
|
2479
|
-
const BaseSvgIcon$
|
|
2579
|
+
const BaseSvgIcon$1G = utils.createSvgIcon(Icon$1G(), "Image");
|
|
2480
2580
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2481
2581
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2482
|
-
BaseSvgIcon$
|
|
2582
|
+
BaseSvgIcon$1G,
|
|
2483
2583
|
{
|
|
2484
2584
|
ref,
|
|
2485
2585
|
viewBox: "0 0 24 24",
|
|
@@ -2493,7 +2593,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2493
2593
|
);
|
|
2494
2594
|
}
|
|
2495
2595
|
const Image$1 = React.forwardRef(Image);
|
|
2496
|
-
const Icon$
|
|
2596
|
+
const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2497
2597
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2498
2598
|
"path",
|
|
2499
2599
|
{
|
|
@@ -2518,10 +2618,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2518
2618
|
}
|
|
2519
2619
|
)
|
|
2520
2620
|
] });
|
|
2521
|
-
const BaseSvgIcon$
|
|
2621
|
+
const BaseSvgIcon$1F = utils.createSvgIcon(Icon$1F(), "Infrastructure");
|
|
2522
2622
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2523
2623
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2524
|
-
BaseSvgIcon$
|
|
2624
|
+
BaseSvgIcon$1F,
|
|
2525
2625
|
{
|
|
2526
2626
|
ref,
|
|
2527
2627
|
viewBox: "0 0 24 24",
|
|
@@ -2535,7 +2635,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2535
2635
|
);
|
|
2536
2636
|
}
|
|
2537
2637
|
const Infrastructure$1 = React.forwardRef(Infrastructure);
|
|
2538
|
-
const Icon$
|
|
2638
|
+
const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2539
2639
|
"path",
|
|
2540
2640
|
{
|
|
2541
2641
|
fill: "currentColor",
|
|
@@ -2544,10 +2644,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2544
2644
|
clipRule: "evenodd"
|
|
2545
2645
|
}
|
|
2546
2646
|
) });
|
|
2547
|
-
const BaseSvgIcon$
|
|
2647
|
+
const BaseSvgIcon$1E = utils.createSvgIcon(Icon$1E(), "IotAnalytics");
|
|
2548
2648
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2549
2649
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2550
|
-
BaseSvgIcon$
|
|
2650
|
+
BaseSvgIcon$1E,
|
|
2551
2651
|
{
|
|
2552
2652
|
ref,
|
|
2553
2653
|
viewBox: "0 0 24 24",
|
|
@@ -2561,7 +2661,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2561
2661
|
);
|
|
2562
2662
|
}
|
|
2563
2663
|
const IotAnalytics$1 = React.forwardRef(IotAnalytics);
|
|
2564
|
-
const Icon$
|
|
2664
|
+
const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2565
2665
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2566
2666
|
"path",
|
|
2567
2667
|
{
|
|
@@ -2579,10 +2679,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2579
2679
|
}
|
|
2580
2680
|
)
|
|
2581
2681
|
] });
|
|
2582
|
-
const BaseSvgIcon$
|
|
2682
|
+
const BaseSvgIcon$1D = utils.createSvgIcon(Icon$1D(), "LabelDeprecated");
|
|
2583
2683
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
2584
2684
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2585
|
-
BaseSvgIcon$
|
|
2685
|
+
BaseSvgIcon$1D,
|
|
2586
2686
|
{
|
|
2587
2687
|
ref,
|
|
2588
2688
|
viewBox: "0 0 24 24",
|
|
@@ -2596,7 +2696,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
2596
2696
|
);
|
|
2597
2697
|
}
|
|
2598
2698
|
const LabelDeprecated$1 = React.forwardRef(LabelDeprecated);
|
|
2599
|
-
const Icon$
|
|
2699
|
+
const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2600
2700
|
"path",
|
|
2601
2701
|
{
|
|
2602
2702
|
fill: "currentColor",
|
|
@@ -2605,10 +2705,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2605
2705
|
clipRule: "evenodd"
|
|
2606
2706
|
}
|
|
2607
2707
|
) });
|
|
2608
|
-
const BaseSvgIcon$
|
|
2708
|
+
const BaseSvgIcon$1C = utils.createSvgIcon(Icon$1C(), "Layers");
|
|
2609
2709
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
2610
2710
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2611
|
-
BaseSvgIcon$
|
|
2711
|
+
BaseSvgIcon$1C,
|
|
2612
2712
|
{
|
|
2613
2713
|
ref,
|
|
2614
2714
|
viewBox: "0 0 24 24",
|
|
@@ -2622,7 +2722,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
2622
2722
|
);
|
|
2623
2723
|
}
|
|
2624
2724
|
const Layers$1 = React.forwardRef(Layers);
|
|
2625
|
-
const Icon$
|
|
2725
|
+
const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2626
2726
|
"path",
|
|
2627
2727
|
{
|
|
2628
2728
|
fill: "currentColor",
|
|
@@ -2631,10 +2731,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2631
2731
|
clipRule: "evenodd"
|
|
2632
2732
|
}
|
|
2633
2733
|
) });
|
|
2634
|
-
const BaseSvgIcon$
|
|
2734
|
+
const BaseSvgIcon$1B = utils.createSvgIcon(Icon$1B(), "Linkedin");
|
|
2635
2735
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
2636
2736
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2637
|
-
BaseSvgIcon$
|
|
2737
|
+
BaseSvgIcon$1B,
|
|
2638
2738
|
{
|
|
2639
2739
|
ref,
|
|
2640
2740
|
viewBox: "0 0 24 24",
|
|
@@ -2648,7 +2748,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
2648
2748
|
);
|
|
2649
2749
|
}
|
|
2650
2750
|
const Linkedin$1 = React.forwardRef(Linkedin);
|
|
2651
|
-
const Icon$
|
|
2751
|
+
const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2652
2752
|
"path",
|
|
2653
2753
|
{
|
|
2654
2754
|
fill: "currentColor",
|
|
@@ -2657,10 +2757,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2657
2757
|
clipRule: "evenodd"
|
|
2658
2758
|
}
|
|
2659
2759
|
) });
|
|
2660
|
-
const BaseSvgIcon$
|
|
2760
|
+
const BaseSvgIcon$1A = utils.createSvgIcon(Icon$1A(), "MapCoordinates");
|
|
2661
2761
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
2662
2762
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2663
|
-
BaseSvgIcon$
|
|
2763
|
+
BaseSvgIcon$1A,
|
|
2664
2764
|
{
|
|
2665
2765
|
ref,
|
|
2666
2766
|
viewBox: "0 0 24 24",
|
|
@@ -2674,7 +2774,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
2674
2774
|
);
|
|
2675
2775
|
}
|
|
2676
2776
|
const MapCoordinates$1 = React.forwardRef(MapCoordinates);
|
|
2677
|
-
const Icon$
|
|
2777
|
+
const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2678
2778
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2679
2779
|
"path",
|
|
2680
2780
|
{
|
|
@@ -2701,10 +2801,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2701
2801
|
}
|
|
2702
2802
|
)
|
|
2703
2803
|
] });
|
|
2704
|
-
const BaseSvgIcon$
|
|
2804
|
+
const BaseSvgIcon$1z = utils.createSvgIcon(Icon$1z(), "MapCopy");
|
|
2705
2805
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
2706
2806
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2707
|
-
BaseSvgIcon$
|
|
2807
|
+
BaseSvgIcon$1z,
|
|
2708
2808
|
{
|
|
2709
2809
|
ref,
|
|
2710
2810
|
viewBox: "0 0 24 24",
|
|
@@ -2718,7 +2818,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
2718
2818
|
);
|
|
2719
2819
|
}
|
|
2720
2820
|
const MapCopy$1 = React.forwardRef(MapCopy);
|
|
2721
|
-
const Icon$
|
|
2821
|
+
const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2722
2822
|
"path",
|
|
2723
2823
|
{
|
|
2724
2824
|
fill: "currentColor",
|
|
@@ -2727,10 +2827,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2727
2827
|
clipRule: "evenodd"
|
|
2728
2828
|
}
|
|
2729
2829
|
) });
|
|
2730
|
-
const BaseSvgIcon$
|
|
2830
|
+
const BaseSvgIcon$1y = utils.createSvgIcon(Icon$1y(), "MapOthers");
|
|
2731
2831
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
2732
2832
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2733
|
-
BaseSvgIcon$
|
|
2833
|
+
BaseSvgIcon$1y,
|
|
2734
2834
|
{
|
|
2735
2835
|
ref,
|
|
2736
2836
|
viewBox: "0 0 24 24",
|
|
@@ -2744,7 +2844,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
2744
2844
|
);
|
|
2745
2845
|
}
|
|
2746
2846
|
const MapOthers$1 = React.forwardRef(MapOthers);
|
|
2747
|
-
const Icon$
|
|
2847
|
+
const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2748
2848
|
"path",
|
|
2749
2849
|
{
|
|
2750
2850
|
fill: "currentColor",
|
|
@@ -2753,10 +2853,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2753
2853
|
clipRule: "evenodd"
|
|
2754
2854
|
}
|
|
2755
2855
|
) });
|
|
2756
|
-
const BaseSvgIcon$
|
|
2856
|
+
const BaseSvgIcon$1x = utils.createSvgIcon(Icon$1x(), "MapPin");
|
|
2757
2857
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
2758
2858
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2759
|
-
BaseSvgIcon$
|
|
2859
|
+
BaseSvgIcon$1x,
|
|
2760
2860
|
{
|
|
2761
2861
|
ref,
|
|
2762
2862
|
viewBox: "0 0 24 24",
|
|
@@ -2770,7 +2870,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
2770
2870
|
);
|
|
2771
2871
|
}
|
|
2772
2872
|
const MapPin$1 = React.forwardRef(MapPin);
|
|
2773
|
-
const Icon$
|
|
2873
|
+
const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2774
2874
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2775
2875
|
"path",
|
|
2776
2876
|
{
|
|
@@ -2793,10 +2893,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2793
2893
|
}
|
|
2794
2894
|
)
|
|
2795
2895
|
] });
|
|
2796
|
-
const BaseSvgIcon$
|
|
2896
|
+
const BaseSvgIcon$1w = utils.createSvgIcon(Icon$1w(), "MarkCommentRead");
|
|
2797
2897
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
2798
2898
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2799
|
-
BaseSvgIcon$
|
|
2899
|
+
BaseSvgIcon$1w,
|
|
2800
2900
|
{
|
|
2801
2901
|
ref,
|
|
2802
2902
|
viewBox: "0 0 24 24",
|
|
@@ -2810,7 +2910,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
2810
2910
|
);
|
|
2811
2911
|
}
|
|
2812
2912
|
const MarkCommentRead$1 = React.forwardRef(MarkCommentRead);
|
|
2813
|
-
const Icon$
|
|
2913
|
+
const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2814
2914
|
"path",
|
|
2815
2915
|
{
|
|
2816
2916
|
fill: "currentColor",
|
|
@@ -2819,10 +2919,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2819
2919
|
clipRule: "evenodd"
|
|
2820
2920
|
}
|
|
2821
2921
|
) });
|
|
2822
|
-
const BaseSvgIcon$
|
|
2922
|
+
const BaseSvgIcon$1v = utils.createSvgIcon(Icon$1v(), "MarketAnalysis");
|
|
2823
2923
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
2824
2924
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2825
|
-
BaseSvgIcon$
|
|
2925
|
+
BaseSvgIcon$1v,
|
|
2826
2926
|
{
|
|
2827
2927
|
ref,
|
|
2828
2928
|
viewBox: "0 0 24 24",
|
|
@@ -2836,7 +2936,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
2836
2936
|
);
|
|
2837
2937
|
}
|
|
2838
2938
|
const MarketAnalysis$1 = React.forwardRef(MarketAnalysis);
|
|
2839
|
-
const Icon$
|
|
2939
|
+
const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2840
2940
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2841
2941
|
"path",
|
|
2842
2942
|
{
|
|
@@ -2861,10 +2961,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2861
2961
|
}
|
|
2862
2962
|
)
|
|
2863
2963
|
] });
|
|
2864
|
-
const BaseSvgIcon$
|
|
2964
|
+
const BaseSvgIcon$1u = utils.createSvgIcon(Icon$1u(), "Max");
|
|
2865
2965
|
function Max({ width, height, sx, ...props }, ref) {
|
|
2866
2966
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2867
|
-
BaseSvgIcon$
|
|
2967
|
+
BaseSvgIcon$1u,
|
|
2868
2968
|
{
|
|
2869
2969
|
ref,
|
|
2870
2970
|
viewBox: "0 0 24 24",
|
|
@@ -2878,17 +2978,17 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
2878
2978
|
);
|
|
2879
2979
|
}
|
|
2880
2980
|
const Max$1 = React.forwardRef(Max);
|
|
2881
|
-
const Icon$
|
|
2981
|
+
const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2882
2982
|
"path",
|
|
2883
2983
|
{
|
|
2884
2984
|
fill: "currentColor",
|
|
2885
2985
|
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"
|
|
2886
2986
|
}
|
|
2887
2987
|
) });
|
|
2888
|
-
const BaseSvgIcon$
|
|
2988
|
+
const BaseSvgIcon$1t = utils.createSvgIcon(Icon$1t(), "MeasureTool");
|
|
2889
2989
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
2890
2990
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2891
|
-
BaseSvgIcon$
|
|
2991
|
+
BaseSvgIcon$1t,
|
|
2892
2992
|
{
|
|
2893
2993
|
ref,
|
|
2894
2994
|
viewBox: "0 0 24 24",
|
|
@@ -2902,17 +3002,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
2902
3002
|
);
|
|
2903
3003
|
}
|
|
2904
3004
|
const MeasureTool$1 = React.forwardRef(MeasureTool);
|
|
2905
|
-
const Icon$
|
|
3005
|
+
const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2906
3006
|
"path",
|
|
2907
3007
|
{
|
|
2908
3008
|
fill: "currentColor",
|
|
2909
3009
|
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"
|
|
2910
3010
|
}
|
|
2911
3011
|
) });
|
|
2912
|
-
const BaseSvgIcon$
|
|
3012
|
+
const BaseSvgIcon$1s = utils.createSvgIcon(Icon$1s(), "Min");
|
|
2913
3013
|
function Min({ width, height, sx, ...props }, ref) {
|
|
2914
3014
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2915
|
-
BaseSvgIcon$
|
|
3015
|
+
BaseSvgIcon$1s,
|
|
2916
3016
|
{
|
|
2917
3017
|
ref,
|
|
2918
3018
|
viewBox: "0 0 24 24",
|
|
@@ -2926,7 +3026,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
2926
3026
|
);
|
|
2927
3027
|
}
|
|
2928
3028
|
const Min$1 = React.forwardRef(Min);
|
|
2929
|
-
const Icon$
|
|
3029
|
+
const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2930
3030
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2931
3031
|
"path",
|
|
2932
3032
|
{
|
|
@@ -2945,10 +3045,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2945
3045
|
}
|
|
2946
3046
|
)
|
|
2947
3047
|
] });
|
|
2948
|
-
const BaseSvgIcon$
|
|
3048
|
+
const BaseSvgIcon$1r = utils.createSvgIcon(Icon$1r(), "MobilityPlanning");
|
|
2949
3049
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
2950
3050
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2951
|
-
BaseSvgIcon$
|
|
3051
|
+
BaseSvgIcon$1r,
|
|
2952
3052
|
{
|
|
2953
3053
|
ref,
|
|
2954
3054
|
viewBox: "0 0 24 24",
|
|
@@ -2962,7 +3062,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
2962
3062
|
);
|
|
2963
3063
|
}
|
|
2964
3064
|
const MobilityPlanning$1 = React.forwardRef(MobilityPlanning);
|
|
2965
|
-
const Icon$
|
|
3065
|
+
const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2966
3066
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2967
3067
|
"path",
|
|
2968
3068
|
{
|
|
@@ -2974,10 +3074,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2974
3074
|
) }),
|
|
2975
3075
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
2976
3076
|
] });
|
|
2977
|
-
const BaseSvgIcon$
|
|
3077
|
+
const BaseSvgIcon$1q = utils.createSvgIcon(Icon$1q(), "NetworkDeployment");
|
|
2978
3078
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
2979
3079
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2980
|
-
BaseSvgIcon$
|
|
3080
|
+
BaseSvgIcon$1q,
|
|
2981
3081
|
{
|
|
2982
3082
|
ref,
|
|
2983
3083
|
viewBox: "0 0 24 24",
|
|
@@ -2991,7 +3091,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
2991
3091
|
);
|
|
2992
3092
|
}
|
|
2993
3093
|
const NetworkDeployment$1 = React.forwardRef(NetworkDeployment);
|
|
2994
|
-
const Icon$
|
|
3094
|
+
const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2995
3095
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2996
3096
|
"path",
|
|
2997
3097
|
{
|
|
@@ -3007,10 +3107,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3007
3107
|
}
|
|
3008
3108
|
)
|
|
3009
3109
|
] });
|
|
3010
|
-
const BaseSvgIcon$
|
|
3110
|
+
const BaseSvgIcon$1p = utils.createSvgIcon(Icon$1p(), "NightsThermostat");
|
|
3011
3111
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3012
3112
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3013
|
-
BaseSvgIcon$
|
|
3113
|
+
BaseSvgIcon$1p,
|
|
3014
3114
|
{
|
|
3015
3115
|
ref,
|
|
3016
3116
|
viewBox: "0 0 24 24",
|
|
@@ -3024,7 +3124,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3024
3124
|
);
|
|
3025
3125
|
}
|
|
3026
3126
|
const NightsThermostat$1 = React.forwardRef(NightsThermostat);
|
|
3027
|
-
const Icon$
|
|
3127
|
+
const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3028
3128
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3029
3129
|
"path",
|
|
3030
3130
|
{
|
|
@@ -3034,10 +3134,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3034
3134
|
),
|
|
3035
3135
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3036
3136
|
] });
|
|
3037
|
-
const BaseSvgIcon$
|
|
3137
|
+
const BaseSvgIcon$1o = utils.createSvgIcon(Icon$1o(), "NoApp");
|
|
3038
3138
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3039
3139
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3040
|
-
BaseSvgIcon$
|
|
3140
|
+
BaseSvgIcon$1o,
|
|
3041
3141
|
{
|
|
3042
3142
|
ref,
|
|
3043
3143
|
viewBox: "0 0 24 24",
|
|
@@ -3051,6 +3151,41 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3051
3151
|
);
|
|
3052
3152
|
}
|
|
3053
3153
|
const NoApp$1 = React.forwardRef(NoApp);
|
|
3154
|
+
const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3155
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3156
|
+
"path",
|
|
3157
|
+
{
|
|
3158
|
+
fill: "currentColor",
|
|
3159
|
+
fillRule: "evenodd",
|
|
3160
|
+
d: "m21.707 20.294-1.414 1.414-3.817-3.818L12.6 20.8a1 1 0 0 1-1.2 0l-8-6a1 1 0 0 1 0-1.6l2.266-1.7-2.267-1.7a1 1 0 0 1 0-1.6l1.934-1.452-3.04-3.04 1.414-1.414zM5.666 14 12 18.75l3.048-2.288-1.429-1.428-1.02.766a1 1 0 0 1-1.2 0l-4.067-3.05zm0-5L12 13.75l.191-.144-5.43-5.43z",
|
|
3161
|
+
clipRule: "evenodd"
|
|
3162
|
+
}
|
|
3163
|
+
),
|
|
3164
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3165
|
+
"path",
|
|
3166
|
+
{
|
|
3167
|
+
fill: "currentColor",
|
|
3168
|
+
d: "M11.4 2.2a1 1 0 0 1 1.2 0l8 6a1 1 0 0 1 0 1.6l-2.267 1.7 2.267 1.7a1 1 0 0 1 0 1.6l-.891.666-4.285-4.285L18.333 9 12 4.25 9.995 5.754l-1.429-1.43z"
|
|
3169
|
+
}
|
|
3170
|
+
)
|
|
3171
|
+
] });
|
|
3172
|
+
const BaseSvgIcon$1n = utils.createSvgIcon(Icon$1n(), "NoLayer");
|
|
3173
|
+
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3174
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3175
|
+
BaseSvgIcon$1n,
|
|
3176
|
+
{
|
|
3177
|
+
ref,
|
|
3178
|
+
viewBox: "0 0 24 24",
|
|
3179
|
+
sx: {
|
|
3180
|
+
width,
|
|
3181
|
+
height: height || width,
|
|
3182
|
+
...sx
|
|
3183
|
+
},
|
|
3184
|
+
...props
|
|
3185
|
+
}
|
|
3186
|
+
);
|
|
3187
|
+
}
|
|
3188
|
+
const NoLayer$1 = React.forwardRef(NoLayer);
|
|
3054
3189
|
const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3055
3190
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3056
3191
|
"path",
|
|
@@ -5669,11 +5804,13 @@ exports.AccessIn = AccessIn$1;
|
|
|
5669
5804
|
exports.AddApp = AddApp$1;
|
|
5670
5805
|
exports.AddSection = AddSection$1;
|
|
5671
5806
|
exports.AdvancedSettings = AdvancedSettings$1;
|
|
5807
|
+
exports.AiTool = AiTool$1;
|
|
5672
5808
|
exports.Annotation = Annotation$1;
|
|
5673
5809
|
exports.ApiCall = ApiCall$1;
|
|
5674
5810
|
exports.ArrowLeft = ArrowLeft$1;
|
|
5675
5811
|
exports.ArrowRight = ArrowRight$1;
|
|
5676
5812
|
exports.ArrowUp = ArrowUp$1;
|
|
5813
|
+
exports.AsynchronousWait = AsynchronousWait$1;
|
|
5677
5814
|
exports.Autostyle = Autostyle$1;
|
|
5678
5815
|
exports.Avg = Avg$1;
|
|
5679
5816
|
exports.Behavioral = Behavioral$1;
|
|
@@ -5768,6 +5905,7 @@ exports.MobilityPlanning = MobilityPlanning$1;
|
|
|
5768
5905
|
exports.NetworkDeployment = NetworkDeployment$1;
|
|
5769
5906
|
exports.NightsThermostat = NightsThermostat$1;
|
|
5770
5907
|
exports.NoApp = NoApp$1;
|
|
5908
|
+
exports.NoLayer = NoLayer$1;
|
|
5771
5909
|
exports.NoMap = NoMap$1;
|
|
5772
5910
|
exports.NoSpatialExtension = NoSpatialExtension$1;
|
|
5773
5911
|
exports.NoTileset = NoTileset$1;
|