@carto/meridian-ds 2.6.0 → 2.6.1-alpha-searchfield.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/{Alert-DHd9hCGz.js → Alert-BN993lHa.js} +8 -5
- package/dist/{Alert-DOeOwxOe.cjs → Alert-CL9Y3l7D.cjs} +8 -5
- package/dist/{MenuItem-CYJN2OVU.cjs → MenuItem-Bssr5qGq.cjs} +1 -1
- package/dist/{MenuItem-MUmADf3e.js → MenuItem-COajCLkS.js} +1 -1
- package/dist/{SwatchSquare-CaaLsjAC.js → Search-C7wkXu3f.js} +4 -23
- package/dist/{SwatchSquare-B8PIY3Rd.cjs → Search-CMWbM9nD.cjs} +3 -22
- package/dist/SwatchSquare-B6KYVoqV.js +24 -0
- package/dist/SwatchSquare-DuXPIL7t.cjs +23 -0
- package/dist/components/index.cjs +315 -33
- package/dist/components/index.js +318 -36
- package/dist/{css-utils-CCi3p7os.cjs → css-utils-CqIN_t7x.cjs} +3 -0
- package/dist/{css-utils-WejOmkiI.js → css-utils-hxI-qUxK.js} +3 -0
- package/dist/custom-icons/index.cjs +643 -558
- package/dist/custom-icons/index.js +643 -558
- package/dist/theme/index.cjs +14 -4
- package/dist/theme/index.js +15 -5
- package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.stories.d.ts +25 -0
- package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.stories.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/CreatableAutocomplete/useCreatableAutocomplete.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/MultipleAutocomplete/useMultipleAutocomplete.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/types.d.ts +4 -1
- package/dist/types/components/Autocomplete/types.d.ts.map +1 -1
- package/dist/types/components/CopiableComponent/CopiableComponent.d.ts.map +1 -1
- package/dist/types/components/CopiableComponent/CopiableComponent.stories.d.ts +3 -0
- package/dist/types/components/CopiableComponent/CopiableComponent.stories.d.ts.map +1 -1
- package/dist/types/components/CopiableComponent/types.d.ts +8 -1
- package/dist/types/components/CopiableComponent/types.d.ts.map +1 -1
- package/dist/types/components/FilterDropdown/FilterDropdown.d.ts +1 -1
- package/dist/types/components/FilterDropdown/FilterDropdown.d.ts.map +1 -1
- package/dist/types/components/FilterDropdown/FilterDropdown.stories.d.ts +48 -0
- package/dist/types/components/FilterDropdown/FilterDropdown.stories.d.ts.map +1 -1
- package/dist/types/components/FilterDropdown/types.d.ts +8 -0
- package/dist/types/components/FilterDropdown/types.d.ts.map +1 -1
- package/dist/types/components/Menu/MenuItemFilter/MenuItemFilter.d.ts.map +1 -1
- package/dist/types/components/Menu/types.d.ts +1 -0
- package/dist/types/components/Menu/types.d.ts.map +1 -1
- package/dist/types/components/SearchField/SearchField.d.ts +4 -0
- package/dist/types/components/SearchField/SearchField.d.ts.map +1 -0
- package/dist/types/components/SearchField/SearchField.stories.d.ts +131 -0
- package/dist/types/components/SearchField/SearchField.stories.d.ts.map +1 -0
- package/dist/types/components/SearchField/SearchField.styled.d.ts +23 -0
- package/dist/types/components/SearchField/SearchField.styled.d.ts.map +1 -0
- package/dist/types/components/SearchField/SearchField.test.d.ts +2 -0
- package/dist/types/components/SearchField/SearchField.test.d.ts.map +1 -0
- package/dist/types/components/SearchField/index.d.ts +3 -0
- package/dist/types/components/SearchField/index.d.ts.map +1 -0
- package/dist/types/components/SearchField/types.d.ts +31 -0
- package/dist/types/components/SearchField/types.d.ts.map +1 -0
- package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.d.ts.map +1 -1
- package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.stories.d.ts +22 -2
- package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.stories.d.ts.map +1 -1
- package/dist/types/components/SelectField/types.d.ts +4 -0
- package/dist/types/components/SelectField/types.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/custom-icons/FoldersStackedOutlined.d.ts +4 -0
- package/dist/types/custom-icons/FoldersStackedOutlined.d.ts.map +1 -0
- package/dist/types/custom-icons/RedoAlt.d.ts +4 -0
- package/dist/types/custom-icons/RedoAlt.d.ts.map +1 -0
- package/dist/types/custom-icons/SelectFeature.d.ts.map +1 -1
- package/dist/types/custom-icons/UndoAlt.d.ts +4 -0
- package/dist/types/custom-icons/UndoAlt.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/localization/en.d.ts +1 -0
- package/dist/types/localization/en.d.ts.map +1 -1
- package/dist/types/localization/es.d.ts +1 -0
- package/dist/types/localization/es.d.ts.map +1 -1
- package/dist/types/localization/id.d.ts +1 -0
- package/dist/types/localization/id.d.ts.map +1 -1
- package/dist/types/localization/index.d.ts +3 -0
- package/dist/types/localization/index.d.ts.map +1 -1
- package/dist/types/theme/carto-theme.d.ts.map +1 -1
- package/dist/types/theme/components/layout.d.ts +3 -0
- package/dist/types/theme/components/layout.d.ts.map +1 -0
- package/dist/types/theme/components/navigation.d.ts.map +1 -1
- package/dist/types/utils/useTranslationWithFallback.d.ts +39 -0
- package/dist/types/utils/useTranslationWithFallback.d.ts.map +1 -0
- package/dist/types/utils/useTranslationWithFallback.test.d.ts +2 -0
- package/dist/types/utils/useTranslationWithFallback.test.d.ts.map +1 -0
- package/dist/widgets/index.cjs +8 -7
- package/dist/widgets/index.js +4 -3
- package/package.json +1 -1
- package/dist/types/utils/useTranslationFallback.d.ts +0 -20
- package/dist/types/utils/useTranslationFallback.d.ts.map +0 -1
- package/dist/types/utils/useTranslationFallback.test.d.ts +0 -2
- package/dist/types/utils/useTranslationFallback.test.d.ts.map +0 -1
|
@@ -3,8 +3,9 @@ import { forwardRef } from "react";
|
|
|
3
3
|
import { createSvgIcon } from "@mui/material";
|
|
4
4
|
import { A } from "../ArrowDown-d6bxUL0F.js";
|
|
5
5
|
import { A as A2, C, O } from "../OpenDiagonallyRight-CGdCEXlF.js";
|
|
6
|
-
import { S
|
|
7
|
-
|
|
6
|
+
import { S } from "../Search-C7wkXu3f.js";
|
|
7
|
+
import { S as S2 } from "../SwatchSquare-B6KYVoqV.js";
|
|
8
|
+
const Icon$3b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
8
9
|
"path",
|
|
9
10
|
{
|
|
10
11
|
fill: "currentColor",
|
|
@@ -13,10 +14,10 @@ const Icon$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
13
14
|
clipRule: "evenodd"
|
|
14
15
|
}
|
|
15
16
|
) });
|
|
16
|
-
const BaseSvgIcon$
|
|
17
|
+
const BaseSvgIcon$3b = createSvgIcon(Icon$3b(), "AccessIn");
|
|
17
18
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
18
19
|
return /* @__PURE__ */ jsx(
|
|
19
|
-
BaseSvgIcon$
|
|
20
|
+
BaseSvgIcon$3b,
|
|
20
21
|
{
|
|
21
22
|
ref,
|
|
22
23
|
viewBox: "0 0 24 24",
|
|
@@ -30,17 +31,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
30
31
|
);
|
|
31
32
|
}
|
|
32
33
|
const AccessIn$1 = forwardRef(AccessIn);
|
|
33
|
-
const Icon$
|
|
34
|
+
const Icon$3a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
34
35
|
"path",
|
|
35
36
|
{
|
|
36
37
|
fill: "currentColor",
|
|
37
38
|
d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
|
|
38
39
|
}
|
|
39
40
|
) });
|
|
40
|
-
const BaseSvgIcon$
|
|
41
|
+
const BaseSvgIcon$3a = createSvgIcon(Icon$3a(), "AddApp");
|
|
41
42
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
42
43
|
return /* @__PURE__ */ jsx(
|
|
43
|
-
BaseSvgIcon$
|
|
44
|
+
BaseSvgIcon$3a,
|
|
44
45
|
{
|
|
45
46
|
ref,
|
|
46
47
|
viewBox: "0 0 24 24",
|
|
@@ -54,7 +55,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
54
55
|
);
|
|
55
56
|
}
|
|
56
57
|
const AddApp$1 = forwardRef(AddApp);
|
|
57
|
-
const Icon$
|
|
58
|
+
const Icon$39 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
58
59
|
"path",
|
|
59
60
|
{
|
|
60
61
|
fill: "currentColor",
|
|
@@ -63,10 +64,10 @@ const Icon$36 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
63
64
|
clipRule: "evenodd"
|
|
64
65
|
}
|
|
65
66
|
) });
|
|
66
|
-
const BaseSvgIcon$
|
|
67
|
+
const BaseSvgIcon$39 = createSvgIcon(Icon$39(), "AddSection");
|
|
67
68
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
68
69
|
return /* @__PURE__ */ jsx(
|
|
69
|
-
BaseSvgIcon$
|
|
70
|
+
BaseSvgIcon$39,
|
|
70
71
|
{
|
|
71
72
|
ref,
|
|
72
73
|
viewBox: "0 0 24 24",
|
|
@@ -80,17 +81,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
80
81
|
);
|
|
81
82
|
}
|
|
82
83
|
const AddSection$1 = forwardRef(AddSection);
|
|
83
|
-
const Icon$
|
|
84
|
+
const Icon$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
84
85
|
"path",
|
|
85
86
|
{
|
|
86
87
|
fill: "currentColor",
|
|
87
88
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
88
89
|
}
|
|
89
90
|
) });
|
|
90
|
-
const BaseSvgIcon$
|
|
91
|
+
const BaseSvgIcon$38 = createSvgIcon(Icon$38(), "AdvancedSettings");
|
|
91
92
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
92
93
|
return /* @__PURE__ */ jsx(
|
|
93
|
-
BaseSvgIcon$
|
|
94
|
+
BaseSvgIcon$38,
|
|
94
95
|
{
|
|
95
96
|
ref,
|
|
96
97
|
viewBox: "0 0 24 24",
|
|
@@ -104,7 +105,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
104
105
|
);
|
|
105
106
|
}
|
|
106
107
|
const AdvancedSettings$1 = forwardRef(AdvancedSettings);
|
|
107
|
-
const Icon$
|
|
108
|
+
const Icon$37 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
108
109
|
/* @__PURE__ */ jsx(
|
|
109
110
|
"path",
|
|
110
111
|
{
|
|
@@ -136,10 +137,10 @@ const Icon$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
136
137
|
}
|
|
137
138
|
)
|
|
138
139
|
] });
|
|
139
|
-
const BaseSvgIcon$
|
|
140
|
+
const BaseSvgIcon$37 = createSvgIcon(Icon$37(), "AiAgent");
|
|
140
141
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
141
142
|
return /* @__PURE__ */ jsx(
|
|
142
|
-
BaseSvgIcon$
|
|
143
|
+
BaseSvgIcon$37,
|
|
143
144
|
{
|
|
144
145
|
ref,
|
|
145
146
|
viewBox: "0 0 24 24",
|
|
@@ -153,7 +154,7 @@ function AiAgent({ width, height, sx, ...props }, ref) {
|
|
|
153
154
|
);
|
|
154
155
|
}
|
|
155
156
|
const AiAgent$1 = forwardRef(AiAgent);
|
|
156
|
-
const Icon$
|
|
157
|
+
const Icon$36 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
157
158
|
/* @__PURE__ */ jsx(
|
|
158
159
|
"path",
|
|
159
160
|
{
|
|
@@ -171,10 +172,10 @@ const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
171
172
|
}
|
|
172
173
|
)
|
|
173
174
|
] });
|
|
174
|
-
const BaseSvgIcon$
|
|
175
|
+
const BaseSvgIcon$36 = createSvgIcon(Icon$36(), "AiGeneratedObject");
|
|
175
176
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
176
177
|
return /* @__PURE__ */ jsx(
|
|
177
|
-
BaseSvgIcon$
|
|
178
|
+
BaseSvgIcon$36,
|
|
178
179
|
{
|
|
179
180
|
ref,
|
|
180
181
|
viewBox: "0 0 24 24",
|
|
@@ -188,7 +189,7 @@ function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
|
188
189
|
);
|
|
189
190
|
}
|
|
190
191
|
const AiGeneratedObject$1 = forwardRef(AiGeneratedObject);
|
|
191
|
-
const Icon$
|
|
192
|
+
const Icon$35 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
192
193
|
/* @__PURE__ */ jsx(
|
|
193
194
|
"path",
|
|
194
195
|
{
|
|
@@ -229,10 +230,10 @@ const Icon$32 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
229
230
|
}
|
|
230
231
|
)
|
|
231
232
|
] });
|
|
232
|
-
const BaseSvgIcon$
|
|
233
|
+
const BaseSvgIcon$35 = createSvgIcon(Icon$35(), "AiTool");
|
|
233
234
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
234
235
|
return /* @__PURE__ */ jsx(
|
|
235
|
-
BaseSvgIcon$
|
|
236
|
+
BaseSvgIcon$35,
|
|
236
237
|
{
|
|
237
238
|
ref,
|
|
238
239
|
viewBox: "0 0 24 24",
|
|
@@ -246,7 +247,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
246
247
|
);
|
|
247
248
|
}
|
|
248
249
|
const AiTool$1 = forwardRef(AiTool);
|
|
249
|
-
const Icon$
|
|
250
|
+
const Icon$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
250
251
|
/* @__PURE__ */ jsx(
|
|
251
252
|
"path",
|
|
252
253
|
{
|
|
@@ -266,10 +267,10 @@ const Icon$31 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
266
267
|
}
|
|
267
268
|
)
|
|
268
269
|
] });
|
|
269
|
-
const BaseSvgIcon$
|
|
270
|
+
const BaseSvgIcon$34 = createSvgIcon(Icon$34(), "Annotation");
|
|
270
271
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
271
272
|
return /* @__PURE__ */ jsx(
|
|
272
|
-
BaseSvgIcon$
|
|
273
|
+
BaseSvgIcon$34,
|
|
273
274
|
{
|
|
274
275
|
ref,
|
|
275
276
|
viewBox: "0 0 24 24",
|
|
@@ -283,7 +284,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
283
284
|
);
|
|
284
285
|
}
|
|
285
286
|
const Annotation$1 = forwardRef(Annotation);
|
|
286
|
-
const Icon$
|
|
287
|
+
const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
287
288
|
/* @__PURE__ */ jsx(
|
|
288
289
|
"path",
|
|
289
290
|
{
|
|
@@ -308,10 +309,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
308
309
|
}
|
|
309
310
|
)
|
|
310
311
|
] });
|
|
311
|
-
const BaseSvgIcon$
|
|
312
|
+
const BaseSvgIcon$33 = createSvgIcon(Icon$33(), "ApiCall");
|
|
312
313
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
313
314
|
return /* @__PURE__ */ jsx(
|
|
314
|
-
BaseSvgIcon$
|
|
315
|
+
BaseSvgIcon$33,
|
|
315
316
|
{
|
|
316
317
|
ref,
|
|
317
318
|
viewBox: "0 0 24 24",
|
|
@@ -325,7 +326,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
325
326
|
);
|
|
326
327
|
}
|
|
327
328
|
const ApiCall$1 = forwardRef(ApiCall);
|
|
328
|
-
const Icon$
|
|
329
|
+
const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
329
330
|
"path",
|
|
330
331
|
{
|
|
331
332
|
fill: "currentColor",
|
|
@@ -334,10 +335,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
334
335
|
clipRule: "evenodd"
|
|
335
336
|
}
|
|
336
337
|
) });
|
|
337
|
-
const BaseSvgIcon$
|
|
338
|
+
const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "ArrowLeft");
|
|
338
339
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
339
340
|
return /* @__PURE__ */ jsx(
|
|
340
|
-
BaseSvgIcon$
|
|
341
|
+
BaseSvgIcon$32,
|
|
341
342
|
{
|
|
342
343
|
ref,
|
|
343
344
|
viewBox: "0 0 24 24",
|
|
@@ -351,7 +352,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
351
352
|
);
|
|
352
353
|
}
|
|
353
354
|
const ArrowLeft$1 = forwardRef(ArrowLeft);
|
|
354
|
-
const Icon$
|
|
355
|
+
const Icon$31 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
355
356
|
"path",
|
|
356
357
|
{
|
|
357
358
|
fill: "currentColor",
|
|
@@ -360,10 +361,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
360
361
|
clipRule: "evenodd"
|
|
361
362
|
}
|
|
362
363
|
) });
|
|
363
|
-
const BaseSvgIcon$
|
|
364
|
+
const BaseSvgIcon$31 = createSvgIcon(Icon$31(), "ArrowRight");
|
|
364
365
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
365
366
|
return /* @__PURE__ */ jsx(
|
|
366
|
-
BaseSvgIcon$
|
|
367
|
+
BaseSvgIcon$31,
|
|
367
368
|
{
|
|
368
369
|
ref,
|
|
369
370
|
viewBox: "0 0 24 24",
|
|
@@ -377,7 +378,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
377
378
|
);
|
|
378
379
|
}
|
|
379
380
|
const ArrowRight$1 = forwardRef(ArrowRight);
|
|
380
|
-
const Icon$
|
|
381
|
+
const Icon$30 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
381
382
|
/* @__PURE__ */ jsx(
|
|
382
383
|
"path",
|
|
383
384
|
{
|
|
@@ -402,10 +403,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
402
403
|
}
|
|
403
404
|
)
|
|
404
405
|
] });
|
|
405
|
-
const BaseSvgIcon$
|
|
406
|
+
const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "AsynchronousWait");
|
|
406
407
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
407
408
|
return /* @__PURE__ */ jsx(
|
|
408
|
-
BaseSvgIcon$
|
|
409
|
+
BaseSvgIcon$30,
|
|
409
410
|
{
|
|
410
411
|
ref,
|
|
411
412
|
viewBox: "0 0 24 24",
|
|
@@ -419,7 +420,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
419
420
|
);
|
|
420
421
|
}
|
|
421
422
|
const AsynchronousWait$1 = forwardRef(AsynchronousWait);
|
|
422
|
-
const Icon$
|
|
423
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
423
424
|
/* @__PURE__ */ jsx(
|
|
424
425
|
"path",
|
|
425
426
|
{
|
|
@@ -439,10 +440,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
439
440
|
}
|
|
440
441
|
)
|
|
441
442
|
] });
|
|
442
|
-
const BaseSvgIcon$
|
|
443
|
+
const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "Autostyle");
|
|
443
444
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
444
445
|
return /* @__PURE__ */ jsx(
|
|
445
|
-
BaseSvgIcon$
|
|
446
|
+
BaseSvgIcon$2$,
|
|
446
447
|
{
|
|
447
448
|
ref,
|
|
448
449
|
viewBox: "0 0 24 24",
|
|
@@ -456,7 +457,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
456
457
|
);
|
|
457
458
|
}
|
|
458
459
|
const Autostyle$1 = forwardRef(Autostyle);
|
|
459
|
-
const Icon$
|
|
460
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
460
461
|
/* @__PURE__ */ jsx(
|
|
461
462
|
"path",
|
|
462
463
|
{
|
|
@@ -474,10 +475,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
474
475
|
}
|
|
475
476
|
)
|
|
476
477
|
] });
|
|
477
|
-
const BaseSvgIcon$
|
|
478
|
+
const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "Avg");
|
|
478
479
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
479
480
|
return /* @__PURE__ */ jsx(
|
|
480
|
-
BaseSvgIcon$
|
|
481
|
+
BaseSvgIcon$2_,
|
|
481
482
|
{
|
|
482
483
|
ref,
|
|
483
484
|
viewBox: "0 0 24 24",
|
|
@@ -491,7 +492,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
491
492
|
);
|
|
492
493
|
}
|
|
493
494
|
const Avg$1 = forwardRef(Avg);
|
|
494
|
-
const Icon$
|
|
495
|
+
const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
495
496
|
"path",
|
|
496
497
|
{
|
|
497
498
|
fill: "currentColor",
|
|
@@ -500,10 +501,10 @@ const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
500
501
|
clipRule: "evenodd"
|
|
501
502
|
}
|
|
502
503
|
) });
|
|
503
|
-
const BaseSvgIcon$
|
|
504
|
+
const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "Behavioral");
|
|
504
505
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
505
506
|
return /* @__PURE__ */ jsx(
|
|
506
|
-
BaseSvgIcon$
|
|
507
|
+
BaseSvgIcon$2Z,
|
|
507
508
|
{
|
|
508
509
|
ref,
|
|
509
510
|
viewBox: "0 0 24 24",
|
|
@@ -517,7 +518,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
517
518
|
);
|
|
518
519
|
}
|
|
519
520
|
const Behavioral$1 = forwardRef(Behavioral);
|
|
520
|
-
const Icon$
|
|
521
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
521
522
|
/* @__PURE__ */ jsx(
|
|
522
523
|
"path",
|
|
523
524
|
{
|
|
@@ -535,10 +536,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
535
536
|
}
|
|
536
537
|
)
|
|
537
538
|
] });
|
|
538
|
-
const BaseSvgIcon$
|
|
539
|
+
const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "Bigquery");
|
|
539
540
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
540
541
|
return /* @__PURE__ */ jsx(
|
|
541
|
-
BaseSvgIcon$
|
|
542
|
+
BaseSvgIcon$2Y,
|
|
542
543
|
{
|
|
543
544
|
ref,
|
|
544
545
|
viewBox: "0 0 24 24",
|
|
@@ -552,7 +553,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
552
553
|
);
|
|
553
554
|
}
|
|
554
555
|
const Bigquery$1 = forwardRef(Bigquery);
|
|
555
|
-
const Icon$
|
|
556
|
+
const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
556
557
|
"path",
|
|
557
558
|
{
|
|
558
559
|
fill: "currentColor",
|
|
@@ -561,10 +562,10 @@ const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
561
562
|
clipRule: "evenodd"
|
|
562
563
|
}
|
|
563
564
|
) });
|
|
564
|
-
const BaseSvgIcon$
|
|
565
|
+
const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "Blending");
|
|
565
566
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
566
567
|
return /* @__PURE__ */ jsx(
|
|
567
|
-
BaseSvgIcon$
|
|
568
|
+
BaseSvgIcon$2X,
|
|
568
569
|
{
|
|
569
570
|
ref,
|
|
570
571
|
viewBox: "0 0 24 24",
|
|
@@ -578,7 +579,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
578
579
|
);
|
|
579
580
|
}
|
|
580
581
|
const Blending$1 = forwardRef(Blending);
|
|
581
|
-
const Icon$
|
|
582
|
+
const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
582
583
|
"path",
|
|
583
584
|
{
|
|
584
585
|
fill: "currentColor",
|
|
@@ -587,10 +588,10 @@ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
587
588
|
clipRule: "evenodd"
|
|
588
589
|
}
|
|
589
590
|
) });
|
|
590
|
-
const BaseSvgIcon$
|
|
591
|
+
const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "BlockLabel");
|
|
591
592
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
592
593
|
return /* @__PURE__ */ jsx(
|
|
593
|
-
BaseSvgIcon$
|
|
594
|
+
BaseSvgIcon$2W,
|
|
594
595
|
{
|
|
595
596
|
ref,
|
|
596
597
|
viewBox: "0 0 24 24",
|
|
@@ -604,7 +605,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
604
605
|
);
|
|
605
606
|
}
|
|
606
607
|
const BlockLabel$1 = forwardRef(BlockLabel);
|
|
607
|
-
const Icon$
|
|
608
|
+
const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
608
609
|
/* @__PURE__ */ jsx(
|
|
609
610
|
"path",
|
|
610
611
|
{
|
|
@@ -622,10 +623,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
622
623
|
}
|
|
623
624
|
)
|
|
624
625
|
] });
|
|
625
|
-
const BaseSvgIcon$
|
|
626
|
+
const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "BlockLabelOff");
|
|
626
627
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
627
628
|
return /* @__PURE__ */ jsx(
|
|
628
|
-
BaseSvgIcon$
|
|
629
|
+
BaseSvgIcon$2V,
|
|
629
630
|
{
|
|
630
631
|
ref,
|
|
631
632
|
viewBox: "0 0 24 24",
|
|
@@ -639,17 +640,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
639
640
|
);
|
|
640
641
|
}
|
|
641
642
|
const BlockLabelOff$1 = forwardRef(BlockLabelOff);
|
|
642
|
-
const Icon$
|
|
643
|
+
const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
643
644
|
"path",
|
|
644
645
|
{
|
|
645
646
|
fill: "currentColor",
|
|
646
647
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
647
648
|
}
|
|
648
649
|
) });
|
|
649
|
-
const BaseSvgIcon$
|
|
650
|
+
const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "BottomRow");
|
|
650
651
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
651
652
|
return /* @__PURE__ */ jsx(
|
|
652
|
-
BaseSvgIcon$
|
|
653
|
+
BaseSvgIcon$2U,
|
|
653
654
|
{
|
|
654
655
|
ref,
|
|
655
656
|
viewBox: "0 0 24 24",
|
|
@@ -663,7 +664,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
663
664
|
);
|
|
664
665
|
}
|
|
665
666
|
const BottomRow$1 = forwardRef(BottomRow);
|
|
666
|
-
const Icon$
|
|
667
|
+
const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
667
668
|
"path",
|
|
668
669
|
{
|
|
669
670
|
fill: "currentColor",
|
|
@@ -672,10 +673,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
672
673
|
clipRule: "evenodd"
|
|
673
674
|
}
|
|
674
675
|
) });
|
|
675
|
-
const BaseSvgIcon$
|
|
676
|
+
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "BulletPointAlt");
|
|
676
677
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
677
678
|
return /* @__PURE__ */ jsx(
|
|
678
|
-
BaseSvgIcon$
|
|
679
|
+
BaseSvgIcon$2T,
|
|
679
680
|
{
|
|
680
681
|
ref,
|
|
681
682
|
viewBox: "0 0 24 24",
|
|
@@ -689,7 +690,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
|
689
690
|
);
|
|
690
691
|
}
|
|
691
692
|
const BulletPointAlt$1 = forwardRef(BulletPointAlt);
|
|
692
|
-
const Icon$
|
|
693
|
+
const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
693
694
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
|
|
694
695
|
/* @__PURE__ */ jsx(
|
|
695
696
|
"path",
|
|
@@ -701,10 +702,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
701
702
|
}
|
|
702
703
|
)
|
|
703
704
|
] });
|
|
704
|
-
const BaseSvgIcon$
|
|
705
|
+
const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "BulletPointCheckedAlt");
|
|
705
706
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
706
707
|
return /* @__PURE__ */ jsx(
|
|
707
|
-
BaseSvgIcon$
|
|
708
|
+
BaseSvgIcon$2S,
|
|
708
709
|
{
|
|
709
710
|
ref,
|
|
710
711
|
viewBox: "0 0 24 24",
|
|
@@ -718,7 +719,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
|
718
719
|
);
|
|
719
720
|
}
|
|
720
721
|
const BulletPointCheckedAlt$1 = forwardRef(BulletPointCheckedAlt);
|
|
721
|
-
const Icon$
|
|
722
|
+
const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
722
723
|
/* @__PURE__ */ jsx(
|
|
723
724
|
"path",
|
|
724
725
|
{
|
|
@@ -736,10 +737,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
736
737
|
}
|
|
737
738
|
)
|
|
738
739
|
] });
|
|
739
|
-
const BaseSvgIcon$
|
|
740
|
+
const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "Carto");
|
|
740
741
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
741
742
|
return /* @__PURE__ */ jsx(
|
|
742
|
-
BaseSvgIcon$
|
|
743
|
+
BaseSvgIcon$2R,
|
|
743
744
|
{
|
|
744
745
|
ref,
|
|
745
746
|
viewBox: "0 0 24 24",
|
|
@@ -753,7 +754,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
753
754
|
);
|
|
754
755
|
}
|
|
755
756
|
const Carto$1 = forwardRef(Carto);
|
|
756
|
-
const Icon$
|
|
757
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
757
758
|
/* @__PURE__ */ jsx(
|
|
758
759
|
"path",
|
|
759
760
|
{
|
|
@@ -769,10 +770,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
769
770
|
}
|
|
770
771
|
)
|
|
771
772
|
] });
|
|
772
|
-
const BaseSvgIcon$
|
|
773
|
+
const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "CartoAi");
|
|
773
774
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
774
775
|
return /* @__PURE__ */ jsx(
|
|
775
|
-
BaseSvgIcon$
|
|
776
|
+
BaseSvgIcon$2Q,
|
|
776
777
|
{
|
|
777
778
|
ref,
|
|
778
779
|
viewBox: "0 0 24 24",
|
|
@@ -786,7 +787,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
786
787
|
);
|
|
787
788
|
}
|
|
788
789
|
const CartoAi$1 = forwardRef(CartoAi);
|
|
789
|
-
const Icon$
|
|
790
|
+
const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
790
791
|
/* @__PURE__ */ jsx(
|
|
791
792
|
"path",
|
|
792
793
|
{
|
|
@@ -804,10 +805,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
804
805
|
}
|
|
805
806
|
)
|
|
806
807
|
] });
|
|
807
|
-
const BaseSvgIcon$
|
|
808
|
+
const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "CartoSymbol");
|
|
808
809
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
809
810
|
return /* @__PURE__ */ jsx(
|
|
810
|
-
BaseSvgIcon$
|
|
811
|
+
BaseSvgIcon$2P,
|
|
811
812
|
{
|
|
812
813
|
ref,
|
|
813
814
|
viewBox: "0 0 24 24",
|
|
@@ -821,7 +822,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
821
822
|
);
|
|
822
823
|
}
|
|
823
824
|
const CartoSymbol$1 = forwardRef(CartoSymbol);
|
|
824
|
-
const Icon$
|
|
825
|
+
const Icon$2O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
825
826
|
/* @__PURE__ */ jsxs(
|
|
826
827
|
"g",
|
|
827
828
|
{
|
|
@@ -837,10 +838,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
837
838
|
),
|
|
838
839
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
839
840
|
] });
|
|
840
|
-
const BaseSvgIcon$
|
|
841
|
+
const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "CatalogView");
|
|
841
842
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
842
843
|
return /* @__PURE__ */ jsx(
|
|
843
|
-
BaseSvgIcon$
|
|
844
|
+
BaseSvgIcon$2O,
|
|
844
845
|
{
|
|
845
846
|
ref,
|
|
846
847
|
viewBox: "0 0 24 24",
|
|
@@ -854,7 +855,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
854
855
|
);
|
|
855
856
|
}
|
|
856
857
|
const CatalogView$1 = forwardRef(CatalogView);
|
|
857
|
-
const Icon$
|
|
858
|
+
const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
858
859
|
/* @__PURE__ */ jsx(
|
|
859
860
|
"path",
|
|
860
861
|
{
|
|
@@ -874,10 +875,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
874
875
|
}
|
|
875
876
|
)
|
|
876
877
|
] });
|
|
877
|
-
const BaseSvgIcon$
|
|
878
|
+
const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "CatastropheModeling");
|
|
878
879
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
879
880
|
return /* @__PURE__ */ jsx(
|
|
880
|
-
BaseSvgIcon$
|
|
881
|
+
BaseSvgIcon$2N,
|
|
881
882
|
{
|
|
882
883
|
ref,
|
|
883
884
|
viewBox: "0 0 24 24",
|
|
@@ -891,7 +892,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
891
892
|
);
|
|
892
893
|
}
|
|
893
894
|
const CatastropheModeling$1 = forwardRef(CatastropheModeling);
|
|
894
|
-
const Icon$
|
|
895
|
+
const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
895
896
|
"path",
|
|
896
897
|
{
|
|
897
898
|
fill: "currentColor",
|
|
@@ -900,10 +901,10 @@ const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
900
901
|
clipRule: "evenodd"
|
|
901
902
|
}
|
|
902
903
|
) });
|
|
903
|
-
const BaseSvgIcon$
|
|
904
|
+
const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "Center");
|
|
904
905
|
function Center({ width, height, sx, ...props }, ref) {
|
|
905
906
|
return /* @__PURE__ */ jsx(
|
|
906
|
-
BaseSvgIcon$
|
|
907
|
+
BaseSvgIcon$2M,
|
|
907
908
|
{
|
|
908
909
|
ref,
|
|
909
910
|
viewBox: "0 0 24 24",
|
|
@@ -917,7 +918,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
917
918
|
);
|
|
918
919
|
}
|
|
919
920
|
const Center$1 = forwardRef(Center);
|
|
920
|
-
const Icon$
|
|
921
|
+
const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
921
922
|
"path",
|
|
922
923
|
{
|
|
923
924
|
fill: "currentColor",
|
|
@@ -926,10 +927,10 @@ const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
926
927
|
clipRule: "evenodd"
|
|
927
928
|
}
|
|
928
929
|
) });
|
|
929
|
-
const BaseSvgIcon$
|
|
930
|
+
const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "CenterLayer");
|
|
930
931
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
931
932
|
return /* @__PURE__ */ jsx(
|
|
932
|
-
BaseSvgIcon$
|
|
933
|
+
BaseSvgIcon$2L,
|
|
933
934
|
{
|
|
934
935
|
ref,
|
|
935
936
|
viewBox: "0 0 24 24",
|
|
@@ -943,7 +944,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
943
944
|
);
|
|
944
945
|
}
|
|
945
946
|
const CenterLayer$1 = forwardRef(CenterLayer);
|
|
946
|
-
const Icon$
|
|
947
|
+
const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
947
948
|
"path",
|
|
948
949
|
{
|
|
949
950
|
fill: "currentColor",
|
|
@@ -952,10 +953,10 @@ const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
952
953
|
clipRule: "evenodd"
|
|
953
954
|
}
|
|
954
955
|
) });
|
|
955
|
-
const BaseSvgIcon$
|
|
956
|
+
const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "CloseDiagonallyLeft");
|
|
956
957
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
957
958
|
return /* @__PURE__ */ jsx(
|
|
958
|
-
BaseSvgIcon$
|
|
959
|
+
BaseSvgIcon$2K,
|
|
959
960
|
{
|
|
960
961
|
ref,
|
|
961
962
|
viewBox: "0 0 24 24",
|
|
@@ -969,7 +970,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
969
970
|
);
|
|
970
971
|
}
|
|
971
972
|
const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
|
|
972
|
-
const Icon$
|
|
973
|
+
const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
973
974
|
"path",
|
|
974
975
|
{
|
|
975
976
|
fill: "currentColor",
|
|
@@ -978,10 +979,10 @@ const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
978
979
|
clipRule: "evenodd"
|
|
979
980
|
}
|
|
980
981
|
) });
|
|
981
|
-
const BaseSvgIcon$
|
|
982
|
+
const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "CloseVertically");
|
|
982
983
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
983
984
|
return /* @__PURE__ */ jsx(
|
|
984
|
-
BaseSvgIcon$
|
|
985
|
+
BaseSvgIcon$2J,
|
|
985
986
|
{
|
|
986
987
|
ref,
|
|
987
988
|
viewBox: "0 0 24 24",
|
|
@@ -995,7 +996,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
995
996
|
);
|
|
996
997
|
}
|
|
997
998
|
const CloseVertically$1 = forwardRef(CloseVertically);
|
|
998
|
-
const Icon$
|
|
999
|
+
const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
999
1000
|
/* @__PURE__ */ jsx(
|
|
1000
1001
|
"path",
|
|
1001
1002
|
{
|
|
@@ -1011,10 +1012,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1011
1012
|
}
|
|
1012
1013
|
)
|
|
1013
1014
|
] });
|
|
1014
|
-
const BaseSvgIcon$
|
|
1015
|
+
const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "CodeBlock");
|
|
1015
1016
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1016
1017
|
return /* @__PURE__ */ jsx(
|
|
1017
|
-
BaseSvgIcon$
|
|
1018
|
+
BaseSvgIcon$2I,
|
|
1018
1019
|
{
|
|
1019
1020
|
ref,
|
|
1020
1021
|
viewBox: "0 0 24 24",
|
|
@@ -1028,17 +1029,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
1028
1029
|
);
|
|
1029
1030
|
}
|
|
1030
1031
|
const CodeBlock$1 = forwardRef(CodeBlock);
|
|
1031
|
-
const Icon$
|
|
1032
|
+
const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1032
1033
|
"path",
|
|
1033
1034
|
{
|
|
1034
1035
|
fill: "currentColor",
|
|
1035
1036
|
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"
|
|
1036
1037
|
}
|
|
1037
1038
|
) });
|
|
1038
|
-
const BaseSvgIcon$
|
|
1039
|
+
const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "Comments");
|
|
1039
1040
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1040
1041
|
return /* @__PURE__ */ jsx(
|
|
1041
|
-
BaseSvgIcon$
|
|
1042
|
+
BaseSvgIcon$2H,
|
|
1042
1043
|
{
|
|
1043
1044
|
ref,
|
|
1044
1045
|
viewBox: "0 0 24 24",
|
|
@@ -1052,7 +1053,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
1052
1053
|
);
|
|
1053
1054
|
}
|
|
1054
1055
|
const Comments$1 = forwardRef(Comments);
|
|
1055
|
-
const Icon$
|
|
1056
|
+
const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1056
1057
|
"path",
|
|
1057
1058
|
{
|
|
1058
1059
|
fill: "currentColor",
|
|
@@ -1061,10 +1062,10 @@ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1061
1062
|
clipRule: "evenodd"
|
|
1062
1063
|
}
|
|
1063
1064
|
) });
|
|
1064
|
-
const BaseSvgIcon$
|
|
1065
|
+
const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "Console");
|
|
1065
1066
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1066
1067
|
return /* @__PURE__ */ jsx(
|
|
1067
|
-
BaseSvgIcon$
|
|
1068
|
+
BaseSvgIcon$2G,
|
|
1068
1069
|
{
|
|
1069
1070
|
ref,
|
|
1070
1071
|
viewBox: "0 0 24 24",
|
|
@@ -1078,7 +1079,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
1078
1079
|
);
|
|
1079
1080
|
}
|
|
1080
1081
|
const Console$1 = forwardRef(Console);
|
|
1081
|
-
const Icon$
|
|
1082
|
+
const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1082
1083
|
"path",
|
|
1083
1084
|
{
|
|
1084
1085
|
fill: "currentColor",
|
|
@@ -1087,10 +1088,10 @@ const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1087
1088
|
clipRule: "evenodd"
|
|
1088
1089
|
}
|
|
1089
1090
|
) });
|
|
1090
|
-
const BaseSvgIcon$
|
|
1091
|
+
const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "Covid19");
|
|
1091
1092
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1092
1093
|
return /* @__PURE__ */ jsx(
|
|
1093
|
-
BaseSvgIcon$
|
|
1094
|
+
BaseSvgIcon$2F,
|
|
1094
1095
|
{
|
|
1095
1096
|
ref,
|
|
1096
1097
|
viewBox: "0 0 24 24",
|
|
@@ -1104,7 +1105,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1104
1105
|
);
|
|
1105
1106
|
}
|
|
1106
1107
|
const Covid19$1 = forwardRef(Covid19);
|
|
1107
|
-
const Icon$
|
|
1108
|
+
const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1108
1109
|
"path",
|
|
1109
1110
|
{
|
|
1110
1111
|
fill: "currentColor",
|
|
@@ -1113,10 +1114,10 @@ const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1113
1114
|
clipRule: "evenodd"
|
|
1114
1115
|
}
|
|
1115
1116
|
) });
|
|
1116
|
-
const BaseSvgIcon$
|
|
1117
|
+
const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CreateMap");
|
|
1117
1118
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1118
1119
|
return /* @__PURE__ */ jsx(
|
|
1119
|
-
BaseSvgIcon$
|
|
1120
|
+
BaseSvgIcon$2E,
|
|
1120
1121
|
{
|
|
1121
1122
|
ref,
|
|
1122
1123
|
viewBox: "0 0 24 24",
|
|
@@ -1130,17 +1131,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1130
1131
|
);
|
|
1131
1132
|
}
|
|
1132
1133
|
const CreateMap$1 = forwardRef(CreateMap);
|
|
1133
|
-
const Icon$
|
|
1134
|
+
const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1134
1135
|
"path",
|
|
1135
1136
|
{
|
|
1136
1137
|
fill: "currentColor",
|
|
1137
1138
|
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"
|
|
1138
1139
|
}
|
|
1139
1140
|
) });
|
|
1140
|
-
const BaseSvgIcon$
|
|
1141
|
+
const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "CreateSpatialAnalysis");
|
|
1141
1142
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1142
1143
|
return /* @__PURE__ */ jsx(
|
|
1143
|
-
BaseSvgIcon$
|
|
1144
|
+
BaseSvgIcon$2D,
|
|
1144
1145
|
{
|
|
1145
1146
|
ref,
|
|
1146
1147
|
viewBox: "0 0 24 24",
|
|
@@ -1154,7 +1155,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1154
1155
|
);
|
|
1155
1156
|
}
|
|
1156
1157
|
const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
|
|
1157
|
-
const Icon$
|
|
1158
|
+
const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1158
1159
|
/* @__PURE__ */ jsx(
|
|
1159
1160
|
"path",
|
|
1160
1161
|
{
|
|
@@ -1172,10 +1173,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1172
1173
|
}
|
|
1173
1174
|
)
|
|
1174
1175
|
] });
|
|
1175
|
-
const BaseSvgIcon$
|
|
1176
|
+
const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "CreateTileset");
|
|
1176
1177
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1177
1178
|
return /* @__PURE__ */ jsx(
|
|
1178
|
-
BaseSvgIcon$
|
|
1179
|
+
BaseSvgIcon$2C,
|
|
1179
1180
|
{
|
|
1180
1181
|
ref,
|
|
1181
1182
|
viewBox: "0 0 24 24",
|
|
@@ -1189,7 +1190,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1189
1190
|
);
|
|
1190
1191
|
}
|
|
1191
1192
|
const CreateTileset$1 = forwardRef(CreateTileset);
|
|
1192
|
-
const Icon$
|
|
1193
|
+
const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1193
1194
|
"path",
|
|
1194
1195
|
{
|
|
1195
1196
|
fill: "currentColor",
|
|
@@ -1198,10 +1199,10 @@ const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1198
1199
|
clipRule: "evenodd"
|
|
1199
1200
|
}
|
|
1200
1201
|
) });
|
|
1201
|
-
const BaseSvgIcon$
|
|
1202
|
+
const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "CreateWorkflow");
|
|
1202
1203
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1203
1204
|
return /* @__PURE__ */ jsx(
|
|
1204
|
-
BaseSvgIcon$
|
|
1205
|
+
BaseSvgIcon$2B,
|
|
1205
1206
|
{
|
|
1206
1207
|
ref,
|
|
1207
1208
|
viewBox: "0 0 24 24",
|
|
@@ -1215,7 +1216,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1215
1216
|
);
|
|
1216
1217
|
}
|
|
1217
1218
|
const CreateWorkflow$1 = forwardRef(CreateWorkflow);
|
|
1218
|
-
const Icon$
|
|
1219
|
+
const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1219
1220
|
"path",
|
|
1220
1221
|
{
|
|
1221
1222
|
fill: "currentColor",
|
|
@@ -1224,10 +1225,10 @@ const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1224
1225
|
clipRule: "evenodd"
|
|
1225
1226
|
}
|
|
1226
1227
|
) });
|
|
1227
|
-
const BaseSvgIcon$
|
|
1228
|
+
const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "Data");
|
|
1228
1229
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1229
1230
|
return /* @__PURE__ */ jsx(
|
|
1230
|
-
BaseSvgIcon$
|
|
1231
|
+
BaseSvgIcon$2A,
|
|
1231
1232
|
{
|
|
1232
1233
|
ref,
|
|
1233
1234
|
viewBox: "0 0 24 24",
|
|
@@ -1241,7 +1242,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1241
1242
|
);
|
|
1242
1243
|
}
|
|
1243
1244
|
const Data$1 = forwardRef(Data);
|
|
1244
|
-
const Icon$
|
|
1245
|
+
const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1245
1246
|
/* @__PURE__ */ jsx(
|
|
1246
1247
|
"path",
|
|
1247
1248
|
{
|
|
@@ -1261,10 +1262,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1261
1262
|
}
|
|
1262
1263
|
)
|
|
1263
1264
|
] });
|
|
1264
|
-
const BaseSvgIcon$
|
|
1265
|
+
const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "DataAccess");
|
|
1265
1266
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1266
1267
|
return /* @__PURE__ */ jsx(
|
|
1267
|
-
BaseSvgIcon$
|
|
1268
|
+
BaseSvgIcon$2z,
|
|
1268
1269
|
{
|
|
1269
1270
|
ref,
|
|
1270
1271
|
viewBox: "0 0 24 24",
|
|
@@ -1278,7 +1279,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1278
1279
|
);
|
|
1279
1280
|
}
|
|
1280
1281
|
const DataAccess$1 = forwardRef(DataAccess);
|
|
1281
|
-
const Icon$
|
|
1282
|
+
const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1282
1283
|
/* @__PURE__ */ jsx(
|
|
1283
1284
|
"path",
|
|
1284
1285
|
{
|
|
@@ -1298,10 +1299,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1298
1299
|
}
|
|
1299
1300
|
)
|
|
1300
1301
|
] });
|
|
1301
|
-
const BaseSvgIcon$
|
|
1302
|
+
const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "DataExplorer");
|
|
1302
1303
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1303
1304
|
return /* @__PURE__ */ jsx(
|
|
1304
|
-
BaseSvgIcon$
|
|
1305
|
+
BaseSvgIcon$2y,
|
|
1305
1306
|
{
|
|
1306
1307
|
ref,
|
|
1307
1308
|
viewBox: "0 0 24 24",
|
|
@@ -1315,7 +1316,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1315
1316
|
);
|
|
1316
1317
|
}
|
|
1317
1318
|
const DataExplorer$1 = forwardRef(DataExplorer);
|
|
1318
|
-
const Icon$
|
|
1319
|
+
const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1319
1320
|
/* @__PURE__ */ jsx(
|
|
1320
1321
|
"path",
|
|
1321
1322
|
{
|
|
@@ -1335,10 +1336,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1335
1336
|
}
|
|
1336
1337
|
)
|
|
1337
1338
|
] });
|
|
1338
|
-
const BaseSvgIcon$
|
|
1339
|
+
const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "DataFilter");
|
|
1339
1340
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1340
1341
|
return /* @__PURE__ */ jsx(
|
|
1341
|
-
BaseSvgIcon$
|
|
1342
|
+
BaseSvgIcon$2x,
|
|
1342
1343
|
{
|
|
1343
1344
|
ref,
|
|
1344
1345
|
viewBox: "0 0 24 24",
|
|
@@ -1352,7 +1353,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1352
1353
|
);
|
|
1353
1354
|
}
|
|
1354
1355
|
const DataFilter$1 = forwardRef(DataFilter);
|
|
1355
|
-
const Icon$
|
|
1356
|
+
const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1356
1357
|
/* @__PURE__ */ jsx(
|
|
1357
1358
|
"path",
|
|
1358
1359
|
{
|
|
@@ -1370,10 +1371,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1370
1371
|
}
|
|
1371
1372
|
)
|
|
1372
1373
|
] });
|
|
1373
|
-
const BaseSvgIcon$
|
|
1374
|
+
const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "DataMonetization");
|
|
1374
1375
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1375
1376
|
return /* @__PURE__ */ jsx(
|
|
1376
|
-
BaseSvgIcon$
|
|
1377
|
+
BaseSvgIcon$2w,
|
|
1377
1378
|
{
|
|
1378
1379
|
ref,
|
|
1379
1380
|
viewBox: "0 0 24 24",
|
|
@@ -1387,7 +1388,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1387
1388
|
);
|
|
1388
1389
|
}
|
|
1389
1390
|
const DataMonetization$1 = forwardRef(DataMonetization);
|
|
1390
|
-
const Icon$
|
|
1391
|
+
const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1391
1392
|
"path",
|
|
1392
1393
|
{
|
|
1393
1394
|
fill: "currentColor",
|
|
@@ -1396,10 +1397,10 @@ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1396
1397
|
clipRule: "evenodd"
|
|
1397
1398
|
}
|
|
1398
1399
|
) });
|
|
1399
|
-
const BaseSvgIcon$
|
|
1400
|
+
const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "DataObservatory");
|
|
1400
1401
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1401
1402
|
return /* @__PURE__ */ jsx(
|
|
1402
|
-
BaseSvgIcon$
|
|
1403
|
+
BaseSvgIcon$2v,
|
|
1403
1404
|
{
|
|
1404
1405
|
ref,
|
|
1405
1406
|
viewBox: "0 0 24 24",
|
|
@@ -1413,7 +1414,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1413
1414
|
);
|
|
1414
1415
|
}
|
|
1415
1416
|
const DataObservatory$1 = forwardRef(DataObservatory);
|
|
1416
|
-
const Icon$
|
|
1417
|
+
const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1417
1418
|
/* @__PURE__ */ jsx(
|
|
1418
1419
|
"path",
|
|
1419
1420
|
{
|
|
@@ -1431,10 +1432,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1431
1432
|
}
|
|
1432
1433
|
)
|
|
1433
1434
|
] });
|
|
1434
|
-
const BaseSvgIcon$
|
|
1435
|
+
const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "DataOk");
|
|
1435
1436
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1436
1437
|
return /* @__PURE__ */ jsx(
|
|
1437
|
-
BaseSvgIcon$
|
|
1438
|
+
BaseSvgIcon$2u,
|
|
1438
1439
|
{
|
|
1439
1440
|
ref,
|
|
1440
1441
|
viewBox: "0 0 24 24",
|
|
@@ -1448,7 +1449,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1448
1449
|
);
|
|
1449
1450
|
}
|
|
1450
1451
|
const DataOk$1 = forwardRef(DataOk);
|
|
1451
|
-
const Icon$
|
|
1452
|
+
const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1452
1453
|
/* @__PURE__ */ jsx(
|
|
1453
1454
|
"path",
|
|
1454
1455
|
{
|
|
@@ -1468,10 +1469,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1468
1469
|
}
|
|
1469
1470
|
)
|
|
1470
1471
|
] });
|
|
1471
|
-
const BaseSvgIcon$
|
|
1472
|
+
const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "DataPending");
|
|
1472
1473
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1473
1474
|
return /* @__PURE__ */ jsx(
|
|
1474
|
-
BaseSvgIcon$
|
|
1475
|
+
BaseSvgIcon$2t,
|
|
1475
1476
|
{
|
|
1476
1477
|
ref,
|
|
1477
1478
|
viewBox: "0 0 24 24",
|
|
@@ -1485,7 +1486,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1485
1486
|
);
|
|
1486
1487
|
}
|
|
1487
1488
|
const DataPending$1 = forwardRef(DataPending);
|
|
1488
|
-
const Icon$
|
|
1489
|
+
const Icon$2s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1489
1490
|
/* @__PURE__ */ jsx(
|
|
1490
1491
|
"path",
|
|
1491
1492
|
{
|
|
@@ -1503,10 +1504,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1503
1504
|
}
|
|
1504
1505
|
)
|
|
1505
1506
|
] });
|
|
1506
|
-
const BaseSvgIcon$
|
|
1507
|
+
const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "DataPremium");
|
|
1507
1508
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1508
1509
|
return /* @__PURE__ */ jsx(
|
|
1509
|
-
BaseSvgIcon$
|
|
1510
|
+
BaseSvgIcon$2s,
|
|
1510
1511
|
{
|
|
1511
1512
|
ref,
|
|
1512
1513
|
viewBox: "0 0 24 24",
|
|
@@ -1520,7 +1521,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1520
1521
|
);
|
|
1521
1522
|
}
|
|
1522
1523
|
const DataPremium$1 = forwardRef(DataPremium);
|
|
1523
|
-
const Icon$
|
|
1524
|
+
const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1524
1525
|
/* @__PURE__ */ jsx(
|
|
1525
1526
|
"path",
|
|
1526
1527
|
{
|
|
@@ -1540,10 +1541,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1540
1541
|
}
|
|
1541
1542
|
)
|
|
1542
1543
|
] });
|
|
1543
|
-
const BaseSvgIcon$
|
|
1544
|
+
const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "DataPublic");
|
|
1544
1545
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1545
1546
|
return /* @__PURE__ */ jsx(
|
|
1546
|
-
BaseSvgIcon$
|
|
1547
|
+
BaseSvgIcon$2r,
|
|
1547
1548
|
{
|
|
1548
1549
|
ref,
|
|
1549
1550
|
viewBox: "0 0 24 24",
|
|
@@ -1557,7 +1558,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1557
1558
|
);
|
|
1558
1559
|
}
|
|
1559
1560
|
const DataPublic$1 = forwardRef(DataPublic);
|
|
1560
|
-
const Icon$
|
|
1561
|
+
const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1561
1562
|
/* @__PURE__ */ jsx(
|
|
1562
1563
|
"path",
|
|
1563
1564
|
{
|
|
@@ -1577,10 +1578,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1577
1578
|
}
|
|
1578
1579
|
)
|
|
1579
1580
|
] });
|
|
1580
|
-
const BaseSvgIcon$
|
|
1581
|
+
const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DataSample");
|
|
1581
1582
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1582
1583
|
return /* @__PURE__ */ jsx(
|
|
1583
|
-
BaseSvgIcon$
|
|
1584
|
+
BaseSvgIcon$2q,
|
|
1584
1585
|
{
|
|
1585
1586
|
ref,
|
|
1586
1587
|
viewBox: "0 0 24 24",
|
|
@@ -1594,7 +1595,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1594
1595
|
);
|
|
1595
1596
|
}
|
|
1596
1597
|
const DataSample$1 = forwardRef(DataSample);
|
|
1597
|
-
const Icon$
|
|
1598
|
+
const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1598
1599
|
"path",
|
|
1599
1600
|
{
|
|
1600
1601
|
fill: "currentColor",
|
|
@@ -1603,10 +1604,10 @@ const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1603
1604
|
clipRule: "evenodd"
|
|
1604
1605
|
}
|
|
1605
1606
|
) });
|
|
1606
|
-
const BaseSvgIcon$
|
|
1607
|
+
const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DataUnavailable");
|
|
1607
1608
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1608
1609
|
return /* @__PURE__ */ jsx(
|
|
1609
|
-
BaseSvgIcon$
|
|
1610
|
+
BaseSvgIcon$2p,
|
|
1610
1611
|
{
|
|
1611
1612
|
ref,
|
|
1612
1613
|
viewBox: "0 0 24 24",
|
|
@@ -1620,7 +1621,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1620
1621
|
);
|
|
1621
1622
|
}
|
|
1622
1623
|
const DataUnavailable$1 = forwardRef(DataUnavailable);
|
|
1623
|
-
const Icon$
|
|
1624
|
+
const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1624
1625
|
"path",
|
|
1625
1626
|
{
|
|
1626
1627
|
fill: "currentColor",
|
|
@@ -1629,10 +1630,10 @@ const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1629
1630
|
clipRule: "evenodd"
|
|
1630
1631
|
}
|
|
1631
1632
|
) });
|
|
1632
|
-
const BaseSvgIcon$
|
|
1633
|
+
const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "Databricks");
|
|
1633
1634
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1634
1635
|
return /* @__PURE__ */ jsx(
|
|
1635
|
-
BaseSvgIcon$
|
|
1636
|
+
BaseSvgIcon$2o,
|
|
1636
1637
|
{
|
|
1637
1638
|
ref,
|
|
1638
1639
|
viewBox: "0 0 24 24",
|
|
@@ -1646,7 +1647,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1646
1647
|
);
|
|
1647
1648
|
}
|
|
1648
1649
|
const Databricks$1 = forwardRef(Databricks);
|
|
1649
|
-
const Icon$
|
|
1650
|
+
const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1650
1651
|
"path",
|
|
1651
1652
|
{
|
|
1652
1653
|
fill: "currentColor",
|
|
@@ -1655,10 +1656,10 @@ const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1655
1656
|
clipRule: "evenodd"
|
|
1656
1657
|
}
|
|
1657
1658
|
) });
|
|
1658
|
-
const BaseSvgIcon$
|
|
1659
|
+
const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "Demographics");
|
|
1659
1660
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1660
1661
|
return /* @__PURE__ */ jsx(
|
|
1661
|
-
BaseSvgIcon$
|
|
1662
|
+
BaseSvgIcon$2n,
|
|
1662
1663
|
{
|
|
1663
1664
|
ref,
|
|
1664
1665
|
viewBox: "0 0 24 24",
|
|
@@ -1672,7 +1673,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1672
1673
|
);
|
|
1673
1674
|
}
|
|
1674
1675
|
const Demographics$1 = forwardRef(Demographics);
|
|
1675
|
-
const Icon$
|
|
1676
|
+
const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1676
1677
|
"path",
|
|
1677
1678
|
{
|
|
1678
1679
|
fill: "currentColor",
|
|
@@ -1681,10 +1682,10 @@ const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1681
1682
|
clipRule: "evenodd"
|
|
1682
1683
|
}
|
|
1683
1684
|
) });
|
|
1684
|
-
const BaseSvgIcon$
|
|
1685
|
+
const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "Derived");
|
|
1685
1686
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1686
1687
|
return /* @__PURE__ */ jsx(
|
|
1687
|
-
BaseSvgIcon$
|
|
1688
|
+
BaseSvgIcon$2m,
|
|
1688
1689
|
{
|
|
1689
1690
|
ref,
|
|
1690
1691
|
viewBox: "0 0 24 24",
|
|
@@ -1698,7 +1699,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1698
1699
|
);
|
|
1699
1700
|
}
|
|
1700
1701
|
const Derived$1 = forwardRef(Derived);
|
|
1701
|
-
const Icon$
|
|
1702
|
+
const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1702
1703
|
"path",
|
|
1703
1704
|
{
|
|
1704
1705
|
fill: "currentColor",
|
|
@@ -1707,10 +1708,10 @@ const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1707
1708
|
clipRule: "evenodd"
|
|
1708
1709
|
}
|
|
1709
1710
|
) });
|
|
1710
|
-
const BaseSvgIcon$
|
|
1711
|
+
const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "Distance");
|
|
1711
1712
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1712
1713
|
return /* @__PURE__ */ jsx(
|
|
1713
|
-
BaseSvgIcon$
|
|
1714
|
+
BaseSvgIcon$2l,
|
|
1714
1715
|
{
|
|
1715
1716
|
ref,
|
|
1716
1717
|
viewBox: "0 0 24 24",
|
|
@@ -1724,11 +1725,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1724
1725
|
);
|
|
1725
1726
|
}
|
|
1726
1727
|
const Distance$1 = forwardRef(Distance);
|
|
1727
|
-
const Icon$
|
|
1728
|
-
const BaseSvgIcon$
|
|
1728
|
+
const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1729
|
+
const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "Dot");
|
|
1729
1730
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1730
1731
|
return /* @__PURE__ */ jsx(
|
|
1731
|
-
BaseSvgIcon$
|
|
1732
|
+
BaseSvgIcon$2k,
|
|
1732
1733
|
{
|
|
1733
1734
|
ref,
|
|
1734
1735
|
viewBox: "0 0 24 24",
|
|
@@ -1742,7 +1743,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1742
1743
|
);
|
|
1743
1744
|
}
|
|
1744
1745
|
const Dot$1 = forwardRef(Dot);
|
|
1745
|
-
const Icon$
|
|
1746
|
+
const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1746
1747
|
"path",
|
|
1747
1748
|
{
|
|
1748
1749
|
fill: "currentColor",
|
|
@@ -1751,10 +1752,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1751
1752
|
clipRule: "evenodd"
|
|
1752
1753
|
}
|
|
1753
1754
|
) });
|
|
1754
|
-
const BaseSvgIcon$
|
|
1755
|
+
const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DrawCircle");
|
|
1755
1756
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1756
1757
|
return /* @__PURE__ */ jsx(
|
|
1757
|
-
BaseSvgIcon$
|
|
1758
|
+
BaseSvgIcon$2j,
|
|
1758
1759
|
{
|
|
1759
1760
|
ref,
|
|
1760
1761
|
viewBox: "0 0 24 24",
|
|
@@ -1768,7 +1769,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1768
1769
|
);
|
|
1769
1770
|
}
|
|
1770
1771
|
const DrawCircle$1 = forwardRef(DrawCircle);
|
|
1771
|
-
const Icon$
|
|
1772
|
+
const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1772
1773
|
"path",
|
|
1773
1774
|
{
|
|
1774
1775
|
fill: "currentColor",
|
|
@@ -1777,10 +1778,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1777
1778
|
clipRule: "evenodd"
|
|
1778
1779
|
}
|
|
1779
1780
|
) });
|
|
1780
|
-
const BaseSvgIcon$
|
|
1781
|
+
const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DrawLasso");
|
|
1781
1782
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1782
1783
|
return /* @__PURE__ */ jsx(
|
|
1783
|
-
BaseSvgIcon$
|
|
1784
|
+
BaseSvgIcon$2i,
|
|
1784
1785
|
{
|
|
1785
1786
|
ref,
|
|
1786
1787
|
viewBox: "0 0 24 24",
|
|
@@ -1794,17 +1795,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1794
1795
|
);
|
|
1795
1796
|
}
|
|
1796
1797
|
const DrawLasso$1 = forwardRef(DrawLasso);
|
|
1797
|
-
const Icon$
|
|
1798
|
+
const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1798
1799
|
"path",
|
|
1799
1800
|
{
|
|
1800
1801
|
fill: "currentColor",
|
|
1801
1802
|
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"
|
|
1802
1803
|
}
|
|
1803
1804
|
) });
|
|
1804
|
-
const BaseSvgIcon$
|
|
1805
|
+
const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DrawLine");
|
|
1805
1806
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1806
1807
|
return /* @__PURE__ */ jsx(
|
|
1807
|
-
BaseSvgIcon$
|
|
1808
|
+
BaseSvgIcon$2h,
|
|
1808
1809
|
{
|
|
1809
1810
|
ref,
|
|
1810
1811
|
viewBox: "0 0 24 24",
|
|
@@ -1818,7 +1819,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1818
1819
|
);
|
|
1819
1820
|
}
|
|
1820
1821
|
const DrawLine$1 = forwardRef(DrawLine);
|
|
1821
|
-
const Icon$
|
|
1822
|
+
const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1822
1823
|
"path",
|
|
1823
1824
|
{
|
|
1824
1825
|
fill: "currentColor",
|
|
@@ -1827,10 +1828,10 @@ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1827
1828
|
clipRule: "evenodd"
|
|
1828
1829
|
}
|
|
1829
1830
|
) });
|
|
1830
|
-
const BaseSvgIcon$
|
|
1831
|
+
const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "DrawPolygon");
|
|
1831
1832
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1832
1833
|
return /* @__PURE__ */ jsx(
|
|
1833
|
-
BaseSvgIcon$
|
|
1834
|
+
BaseSvgIcon$2g,
|
|
1834
1835
|
{
|
|
1835
1836
|
ref,
|
|
1836
1837
|
viewBox: "0 0 24 24",
|
|
@@ -1844,7 +1845,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1844
1845
|
);
|
|
1845
1846
|
}
|
|
1846
1847
|
const DrawPolygon$1 = forwardRef(DrawPolygon);
|
|
1847
|
-
const Icon$
|
|
1848
|
+
const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1848
1849
|
"path",
|
|
1849
1850
|
{
|
|
1850
1851
|
fill: "currentColor",
|
|
@@ -1853,10 +1854,10 @@ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1853
1854
|
clipRule: "evenodd"
|
|
1854
1855
|
}
|
|
1855
1856
|
) });
|
|
1856
|
-
const BaseSvgIcon$
|
|
1857
|
+
const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "DrawSquare");
|
|
1857
1858
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1858
1859
|
return /* @__PURE__ */ jsx(
|
|
1859
|
-
BaseSvgIcon$
|
|
1860
|
+
BaseSvgIcon$2f,
|
|
1860
1861
|
{
|
|
1861
1862
|
ref,
|
|
1862
1863
|
viewBox: "0 0 24 24",
|
|
@@ -1870,7 +1871,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1870
1871
|
);
|
|
1871
1872
|
}
|
|
1872
1873
|
const DrawSquare$1 = forwardRef(DrawSquare);
|
|
1873
|
-
const Icon$
|
|
1874
|
+
const Icon$2e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1874
1875
|
/* @__PURE__ */ jsx(
|
|
1875
1876
|
"path",
|
|
1876
1877
|
{
|
|
@@ -1888,10 +1889,10 @@ const Icon$2b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1888
1889
|
}
|
|
1889
1890
|
)
|
|
1890
1891
|
] });
|
|
1891
|
-
const BaseSvgIcon$
|
|
1892
|
+
const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "DropAPin");
|
|
1892
1893
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1893
1894
|
return /* @__PURE__ */ jsx(
|
|
1894
|
-
BaseSvgIcon$
|
|
1895
|
+
BaseSvgIcon$2e,
|
|
1895
1896
|
{
|
|
1896
1897
|
ref,
|
|
1897
1898
|
viewBox: "0 0 24 24",
|
|
@@ -1905,7 +1906,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1905
1906
|
);
|
|
1906
1907
|
}
|
|
1907
1908
|
const DropAPin$1 = forwardRef(DropAPin);
|
|
1908
|
-
const Icon$
|
|
1909
|
+
const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1909
1910
|
"path",
|
|
1910
1911
|
{
|
|
1911
1912
|
fill: "currentColor",
|
|
@@ -1914,10 +1915,10 @@ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1914
1915
|
clipRule: "evenodd"
|
|
1915
1916
|
}
|
|
1916
1917
|
) });
|
|
1917
|
-
const BaseSvgIcon$
|
|
1918
|
+
const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "DualMap");
|
|
1918
1919
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1919
1920
|
return /* @__PURE__ */ jsx(
|
|
1920
|
-
BaseSvgIcon$
|
|
1921
|
+
BaseSvgIcon$2d,
|
|
1921
1922
|
{
|
|
1922
1923
|
ref,
|
|
1923
1924
|
viewBox: "0 0 24 24",
|
|
@@ -1931,7 +1932,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
1931
1932
|
);
|
|
1932
1933
|
}
|
|
1933
1934
|
const DualMap$1 = forwardRef(DualMap);
|
|
1934
|
-
const Icon$
|
|
1935
|
+
const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1935
1936
|
"path",
|
|
1936
1937
|
{
|
|
1937
1938
|
fill: "currentColor",
|
|
@@ -1940,10 +1941,10 @@ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1940
1941
|
clipRule: "evenodd"
|
|
1941
1942
|
}
|
|
1942
1943
|
) });
|
|
1943
|
-
const BaseSvgIcon$
|
|
1944
|
+
const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "Environmental");
|
|
1944
1945
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
1945
1946
|
return /* @__PURE__ */ jsx(
|
|
1946
|
-
BaseSvgIcon$
|
|
1947
|
+
BaseSvgIcon$2c,
|
|
1947
1948
|
{
|
|
1948
1949
|
ref,
|
|
1949
1950
|
viewBox: "0 0 24 24",
|
|
@@ -1957,7 +1958,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
1957
1958
|
);
|
|
1958
1959
|
}
|
|
1959
1960
|
const Environmental$1 = forwardRef(Environmental);
|
|
1960
|
-
const Icon$
|
|
1961
|
+
const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1961
1962
|
"path",
|
|
1962
1963
|
{
|
|
1963
1964
|
fill: "currentColor",
|
|
@@ -1966,10 +1967,10 @@ const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1966
1967
|
clipRule: "evenodd"
|
|
1967
1968
|
}
|
|
1968
1969
|
) });
|
|
1969
|
-
const BaseSvgIcon$
|
|
1970
|
+
const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "EnvironmentalManagement");
|
|
1970
1971
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
1971
1972
|
return /* @__PURE__ */ jsx(
|
|
1972
|
-
BaseSvgIcon$
|
|
1973
|
+
BaseSvgIcon$2b,
|
|
1973
1974
|
{
|
|
1974
1975
|
ref,
|
|
1975
1976
|
viewBox: "0 0 24 24",
|
|
@@ -1983,11 +1984,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
1983
1984
|
);
|
|
1984
1985
|
}
|
|
1985
1986
|
const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
|
|
1986
|
-
const Icon$
|
|
1987
|
-
const BaseSvgIcon$
|
|
1987
|
+
const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
1988
|
+
const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "Equal");
|
|
1988
1989
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
1989
1990
|
return /* @__PURE__ */ jsx(
|
|
1990
|
-
BaseSvgIcon$
|
|
1991
|
+
BaseSvgIcon$2a,
|
|
1991
1992
|
{
|
|
1992
1993
|
ref,
|
|
1993
1994
|
viewBox: "0 0 24 24",
|
|
@@ -2001,7 +2002,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2001
2002
|
);
|
|
2002
2003
|
}
|
|
2003
2004
|
const Equal$1 = forwardRef(Equal);
|
|
2004
|
-
const Icon$
|
|
2005
|
+
const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2005
2006
|
"path",
|
|
2006
2007
|
{
|
|
2007
2008
|
fill: "currentColor",
|
|
@@ -2010,10 +2011,10 @@ const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2010
2011
|
clipRule: "evenodd"
|
|
2011
2012
|
}
|
|
2012
2013
|
) });
|
|
2013
|
-
const BaseSvgIcon$
|
|
2014
|
+
const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "ExitToAppLeft");
|
|
2014
2015
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2015
2016
|
return /* @__PURE__ */ jsx(
|
|
2016
|
-
BaseSvgIcon$
|
|
2017
|
+
BaseSvgIcon$29,
|
|
2017
2018
|
{
|
|
2018
2019
|
ref,
|
|
2019
2020
|
viewBox: "0 0 24 24",
|
|
@@ -2027,7 +2028,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2027
2028
|
);
|
|
2028
2029
|
}
|
|
2029
2030
|
const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
|
|
2030
|
-
const Icon$
|
|
2031
|
+
const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2031
2032
|
"path",
|
|
2032
2033
|
{
|
|
2033
2034
|
fill: "currentColor",
|
|
@@ -2036,10 +2037,10 @@ const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2036
2037
|
clipRule: "evenodd"
|
|
2037
2038
|
}
|
|
2038
2039
|
) });
|
|
2039
|
-
const BaseSvgIcon$
|
|
2040
|
+
const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "Fabric");
|
|
2040
2041
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2041
2042
|
return /* @__PURE__ */ jsx(
|
|
2042
|
-
BaseSvgIcon$
|
|
2043
|
+
BaseSvgIcon$28,
|
|
2043
2044
|
{
|
|
2044
2045
|
ref,
|
|
2045
2046
|
viewBox: "0 0 24 24",
|
|
@@ -2053,7 +2054,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2053
2054
|
);
|
|
2054
2055
|
}
|
|
2055
2056
|
const Fabric$1 = forwardRef(Fabric);
|
|
2056
|
-
const Icon$
|
|
2057
|
+
const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2057
2058
|
"path",
|
|
2058
2059
|
{
|
|
2059
2060
|
fill: "currentColor",
|
|
@@ -2062,10 +2063,10 @@ const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2062
2063
|
clipRule: "evenodd"
|
|
2063
2064
|
}
|
|
2064
2065
|
) });
|
|
2065
|
-
const BaseSvgIcon$
|
|
2066
|
+
const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "Facebook");
|
|
2066
2067
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2067
2068
|
return /* @__PURE__ */ jsx(
|
|
2068
|
-
BaseSvgIcon$
|
|
2069
|
+
BaseSvgIcon$27,
|
|
2069
2070
|
{
|
|
2070
2071
|
ref,
|
|
2071
2072
|
viewBox: "0 0 24 24",
|
|
@@ -2079,7 +2080,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2079
2080
|
);
|
|
2080
2081
|
}
|
|
2081
2082
|
const Facebook$1 = forwardRef(Facebook);
|
|
2082
|
-
const Icon$
|
|
2083
|
+
const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2083
2084
|
"path",
|
|
2084
2085
|
{
|
|
2085
2086
|
fill: "currentColor",
|
|
@@ -2088,10 +2089,10 @@ const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2088
2089
|
clipRule: "evenodd"
|
|
2089
2090
|
}
|
|
2090
2091
|
) });
|
|
2091
|
-
const BaseSvgIcon$
|
|
2092
|
+
const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "Financial");
|
|
2092
2093
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2093
2094
|
return /* @__PURE__ */ jsx(
|
|
2094
|
-
BaseSvgIcon$
|
|
2095
|
+
BaseSvgIcon$26,
|
|
2095
2096
|
{
|
|
2096
2097
|
ref,
|
|
2097
2098
|
viewBox: "0 0 24 24",
|
|
@@ -2105,17 +2106,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2105
2106
|
);
|
|
2106
2107
|
}
|
|
2107
2108
|
const Financial$1 = forwardRef(Financial);
|
|
2108
|
-
const Icon$
|
|
2109
|
+
const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2109
2110
|
"path",
|
|
2110
2111
|
{
|
|
2111
2112
|
fill: "currentColor",
|
|
2112
2113
|
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"
|
|
2113
2114
|
}
|
|
2114
2115
|
) });
|
|
2115
|
-
const BaseSvgIcon$
|
|
2116
|
+
const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "FlipInverse");
|
|
2116
2117
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2117
2118
|
return /* @__PURE__ */ jsx(
|
|
2118
|
-
BaseSvgIcon$
|
|
2119
|
+
BaseSvgIcon$25,
|
|
2119
2120
|
{
|
|
2120
2121
|
ref,
|
|
2121
2122
|
viewBox: "0 0 24 24",
|
|
@@ -2129,7 +2130,42 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2129
2130
|
);
|
|
2130
2131
|
}
|
|
2131
2132
|
const FlipInverse$1 = forwardRef(FlipInverse);
|
|
2132
|
-
const Icon$
|
|
2133
|
+
const Icon$24 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2134
|
+
/* @__PURE__ */ jsx(
|
|
2135
|
+
"path",
|
|
2136
|
+
{
|
|
2137
|
+
fill: "currentColor",
|
|
2138
|
+
d: "M17.934 22.5A2.006 2.006 0 0 1 16 24H8c-.927 0-1.71-.64-1.934-1.5zM20.934 19.5A2.006 2.006 0 0 1 19 21H5c-.927 0-1.71-.64-1.934-1.5z"
|
|
2139
|
+
}
|
|
2140
|
+
),
|
|
2141
|
+
/* @__PURE__ */ jsx(
|
|
2142
|
+
"path",
|
|
2143
|
+
{
|
|
2144
|
+
fill: "currentColor",
|
|
2145
|
+
fillRule: "evenodd",
|
|
2146
|
+
d: "M12 4h8c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h6zM4 16h16V6H4z",
|
|
2147
|
+
clipRule: "evenodd"
|
|
2148
|
+
}
|
|
2149
|
+
)
|
|
2150
|
+
] });
|
|
2151
|
+
const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "FoldersStackedOutlined");
|
|
2152
|
+
function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
|
|
2153
|
+
return /* @__PURE__ */ jsx(
|
|
2154
|
+
BaseSvgIcon$24,
|
|
2155
|
+
{
|
|
2156
|
+
ref,
|
|
2157
|
+
viewBox: "0 0 24 24",
|
|
2158
|
+
sx: {
|
|
2159
|
+
width,
|
|
2160
|
+
height: height || width,
|
|
2161
|
+
...sx
|
|
2162
|
+
},
|
|
2163
|
+
...props
|
|
2164
|
+
}
|
|
2165
|
+
);
|
|
2166
|
+
}
|
|
2167
|
+
const FoldersStackedOutlined$1 = forwardRef(FoldersStackedOutlined);
|
|
2168
|
+
const Icon$23 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2133
2169
|
/* @__PURE__ */ jsx(
|
|
2134
2170
|
"path",
|
|
2135
2171
|
{
|
|
@@ -2149,10 +2185,10 @@ const Icon$21 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2149
2185
|
}
|
|
2150
2186
|
)
|
|
2151
2187
|
] });
|
|
2152
|
-
const BaseSvgIcon$
|
|
2188
|
+
const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "Framed");
|
|
2153
2189
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
2154
2190
|
return /* @__PURE__ */ jsx(
|
|
2155
|
-
BaseSvgIcon$
|
|
2191
|
+
BaseSvgIcon$23,
|
|
2156
2192
|
{
|
|
2157
2193
|
ref,
|
|
2158
2194
|
viewBox: "0 0 24 24",
|
|
@@ -2166,7 +2202,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
2166
2202
|
);
|
|
2167
2203
|
}
|
|
2168
2204
|
const Framed$1 = forwardRef(Framed);
|
|
2169
|
-
const Icon$
|
|
2205
|
+
const Icon$22 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2170
2206
|
/* @__PURE__ */ jsx(
|
|
2171
2207
|
"path",
|
|
2172
2208
|
{
|
|
@@ -2193,10 +2229,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2193
2229
|
}
|
|
2194
2230
|
)
|
|
2195
2231
|
] });
|
|
2196
|
-
const BaseSvgIcon$
|
|
2232
|
+
const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "FraudDetection");
|
|
2197
2233
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2198
2234
|
return /* @__PURE__ */ jsx(
|
|
2199
|
-
BaseSvgIcon$
|
|
2235
|
+
BaseSvgIcon$22,
|
|
2200
2236
|
{
|
|
2201
2237
|
ref,
|
|
2202
2238
|
viewBox: "0 0 24 24",
|
|
@@ -2210,7 +2246,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2210
2246
|
);
|
|
2211
2247
|
}
|
|
2212
2248
|
const FraudDetection$1 = forwardRef(FraudDetection);
|
|
2213
|
-
const Icon$
|
|
2249
|
+
const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2214
2250
|
"path",
|
|
2215
2251
|
{
|
|
2216
2252
|
fill: "currentColor",
|
|
@@ -2219,10 +2255,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2219
2255
|
clipRule: "evenodd"
|
|
2220
2256
|
}
|
|
2221
2257
|
) });
|
|
2222
|
-
const BaseSvgIcon$
|
|
2258
|
+
const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "Functions");
|
|
2223
2259
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2224
2260
|
return /* @__PURE__ */ jsx(
|
|
2225
|
-
BaseSvgIcon$
|
|
2261
|
+
BaseSvgIcon$21,
|
|
2226
2262
|
{
|
|
2227
2263
|
ref,
|
|
2228
2264
|
viewBox: "0 0 24 24",
|
|
@@ -2236,7 +2272,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2236
2272
|
);
|
|
2237
2273
|
}
|
|
2238
2274
|
const Functions$1 = forwardRef(Functions);
|
|
2239
|
-
const Icon$
|
|
2275
|
+
const Icon$20 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2240
2276
|
/* @__PURE__ */ jsx(
|
|
2241
2277
|
"path",
|
|
2242
2278
|
{
|
|
@@ -2259,10 +2295,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2259
2295
|
}
|
|
2260
2296
|
)
|
|
2261
2297
|
] });
|
|
2262
|
-
const BaseSvgIcon$
|
|
2298
|
+
const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "GeneratingDescription");
|
|
2263
2299
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2264
2300
|
return /* @__PURE__ */ jsx(
|
|
2265
|
-
BaseSvgIcon$
|
|
2301
|
+
BaseSvgIcon$20,
|
|
2266
2302
|
{
|
|
2267
2303
|
ref,
|
|
2268
2304
|
viewBox: "0 0 24 24",
|
|
@@ -2276,7 +2312,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2276
2312
|
);
|
|
2277
2313
|
}
|
|
2278
2314
|
const GeneratingDescription$1 = forwardRef(GeneratingDescription);
|
|
2279
|
-
const Icon$
|
|
2315
|
+
const Icon$1$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2280
2316
|
/* @__PURE__ */ jsx(
|
|
2281
2317
|
"path",
|
|
2282
2318
|
{
|
|
@@ -2296,10 +2332,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2296
2332
|
}
|
|
2297
2333
|
)
|
|
2298
2334
|
] });
|
|
2299
|
-
const BaseSvgIcon$
|
|
2335
|
+
const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "GeocodeTable");
|
|
2300
2336
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2301
2337
|
return /* @__PURE__ */ jsx(
|
|
2302
|
-
BaseSvgIcon$
|
|
2338
|
+
BaseSvgIcon$1$,
|
|
2303
2339
|
{
|
|
2304
2340
|
ref,
|
|
2305
2341
|
viewBox: "0 0 24 24",
|
|
@@ -2313,7 +2349,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2313
2349
|
);
|
|
2314
2350
|
}
|
|
2315
2351
|
const GeocodeTable$1 = forwardRef(GeocodeTable);
|
|
2316
|
-
const Icon$
|
|
2352
|
+
const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2317
2353
|
"path",
|
|
2318
2354
|
{
|
|
2319
2355
|
fill: "currentColor",
|
|
@@ -2322,10 +2358,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2322
2358
|
clipRule: "evenodd"
|
|
2323
2359
|
}
|
|
2324
2360
|
) });
|
|
2325
|
-
const BaseSvgIcon$
|
|
2361
|
+
const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Geography");
|
|
2326
2362
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2327
2363
|
return /* @__PURE__ */ jsx(
|
|
2328
|
-
BaseSvgIcon$
|
|
2364
|
+
BaseSvgIcon$1_,
|
|
2329
2365
|
{
|
|
2330
2366
|
ref,
|
|
2331
2367
|
viewBox: "0 0 24 24",
|
|
@@ -2339,7 +2375,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2339
2375
|
);
|
|
2340
2376
|
}
|
|
2341
2377
|
const Geography$1 = forwardRef(Geography);
|
|
2342
|
-
const Icon$
|
|
2378
|
+
const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2343
2379
|
"path",
|
|
2344
2380
|
{
|
|
2345
2381
|
fill: "currentColor",
|
|
@@ -2348,10 +2384,10 @@ const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2348
2384
|
clipRule: "evenodd"
|
|
2349
2385
|
}
|
|
2350
2386
|
) });
|
|
2351
|
-
const BaseSvgIcon$
|
|
2387
|
+
const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "Geomarketing");
|
|
2352
2388
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2353
2389
|
return /* @__PURE__ */ jsx(
|
|
2354
|
-
BaseSvgIcon$
|
|
2390
|
+
BaseSvgIcon$1Z,
|
|
2355
2391
|
{
|
|
2356
2392
|
ref,
|
|
2357
2393
|
viewBox: "0 0 24 24",
|
|
@@ -2365,7 +2401,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2365
2401
|
);
|
|
2366
2402
|
}
|
|
2367
2403
|
const Geomarketing$1 = forwardRef(Geomarketing);
|
|
2368
|
-
const Icon$
|
|
2404
|
+
const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2369
2405
|
"path",
|
|
2370
2406
|
{
|
|
2371
2407
|
fill: "currentColor",
|
|
@@ -2374,10 +2410,10 @@ const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2374
2410
|
clipRule: "evenodd"
|
|
2375
2411
|
}
|
|
2376
2412
|
) });
|
|
2377
|
-
const BaseSvgIcon$
|
|
2413
|
+
const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "Geometry");
|
|
2378
2414
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2379
2415
|
return /* @__PURE__ */ jsx(
|
|
2380
|
-
BaseSvgIcon$
|
|
2416
|
+
BaseSvgIcon$1Y,
|
|
2381
2417
|
{
|
|
2382
2418
|
ref,
|
|
2383
2419
|
viewBox: "0 0 24 24",
|
|
@@ -2391,7 +2427,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2391
2427
|
);
|
|
2392
2428
|
}
|
|
2393
2429
|
const Geometry$1 = forwardRef(Geometry);
|
|
2394
|
-
const Icon$
|
|
2430
|
+
const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2395
2431
|
"path",
|
|
2396
2432
|
{
|
|
2397
2433
|
fill: "currentColor",
|
|
@@ -2400,10 +2436,10 @@ const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2400
2436
|
clipRule: "evenodd"
|
|
2401
2437
|
}
|
|
2402
2438
|
) });
|
|
2403
|
-
const BaseSvgIcon$
|
|
2439
|
+
const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "Github");
|
|
2404
2440
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2405
2441
|
return /* @__PURE__ */ jsx(
|
|
2406
|
-
BaseSvgIcon$
|
|
2442
|
+
BaseSvgIcon$1X,
|
|
2407
2443
|
{
|
|
2408
2444
|
ref,
|
|
2409
2445
|
viewBox: "0 0 24 24",
|
|
@@ -2417,7 +2453,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2417
2453
|
);
|
|
2418
2454
|
}
|
|
2419
2455
|
const Github$1 = forwardRef(Github);
|
|
2420
|
-
const Icon$
|
|
2456
|
+
const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2421
2457
|
"path",
|
|
2422
2458
|
{
|
|
2423
2459
|
fill: "currentColor",
|
|
@@ -2426,10 +2462,10 @@ const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2426
2462
|
clipRule: "evenodd"
|
|
2427
2463
|
}
|
|
2428
2464
|
) });
|
|
2429
|
-
const BaseSvgIcon$
|
|
2465
|
+
const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "Google");
|
|
2430
2466
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2431
2467
|
return /* @__PURE__ */ jsx(
|
|
2432
|
-
BaseSvgIcon$
|
|
2468
|
+
BaseSvgIcon$1W,
|
|
2433
2469
|
{
|
|
2434
2470
|
ref,
|
|
2435
2471
|
viewBox: "0 0 24 24",
|
|
@@ -2443,7 +2479,7 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2443
2479
|
);
|
|
2444
2480
|
}
|
|
2445
2481
|
const Google$1 = forwardRef(Google);
|
|
2446
|
-
const Icon$
|
|
2482
|
+
const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2447
2483
|
"path",
|
|
2448
2484
|
{
|
|
2449
2485
|
fill: "currentColor",
|
|
@@ -2452,10 +2488,10 @@ const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2452
2488
|
clipRule: "evenodd"
|
|
2453
2489
|
}
|
|
2454
2490
|
) });
|
|
2455
|
-
const BaseSvgIcon$
|
|
2491
|
+
const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "H3");
|
|
2456
2492
|
function H3({ width, height, sx, ...props }, ref) {
|
|
2457
2493
|
return /* @__PURE__ */ jsx(
|
|
2458
|
-
BaseSvgIcon$
|
|
2494
|
+
BaseSvgIcon$1V,
|
|
2459
2495
|
{
|
|
2460
2496
|
ref,
|
|
2461
2497
|
viewBox: "0 0 24 24",
|
|
@@ -2469,7 +2505,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2469
2505
|
);
|
|
2470
2506
|
}
|
|
2471
2507
|
const H3$1 = forwardRef(H3);
|
|
2472
|
-
const Icon$
|
|
2508
|
+
const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2473
2509
|
"path",
|
|
2474
2510
|
{
|
|
2475
2511
|
fill: "currentColor",
|
|
@@ -2478,10 +2514,10 @@ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2478
2514
|
clipRule: "evenodd"
|
|
2479
2515
|
}
|
|
2480
2516
|
) });
|
|
2481
|
-
const BaseSvgIcon$
|
|
2517
|
+
const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "HealthAnalytics");
|
|
2482
2518
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2483
2519
|
return /* @__PURE__ */ jsx(
|
|
2484
|
-
BaseSvgIcon$
|
|
2520
|
+
BaseSvgIcon$1U,
|
|
2485
2521
|
{
|
|
2486
2522
|
ref,
|
|
2487
2523
|
viewBox: "0 0 24 24",
|
|
@@ -2495,7 +2531,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2495
2531
|
);
|
|
2496
2532
|
}
|
|
2497
2533
|
const HealthAnalytics$1 = forwardRef(HealthAnalytics);
|
|
2498
|
-
const Icon$
|
|
2534
|
+
const Icon$1T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2499
2535
|
/* @__PURE__ */ jsx(
|
|
2500
2536
|
"path",
|
|
2501
2537
|
{
|
|
@@ -2513,10 +2549,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2513
2549
|
}
|
|
2514
2550
|
)
|
|
2515
2551
|
] });
|
|
2516
|
-
const BaseSvgIcon$
|
|
2552
|
+
const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "HideComments");
|
|
2517
2553
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2518
2554
|
return /* @__PURE__ */ jsx(
|
|
2519
|
-
BaseSvgIcon$
|
|
2555
|
+
BaseSvgIcon$1T,
|
|
2520
2556
|
{
|
|
2521
2557
|
ref,
|
|
2522
2558
|
viewBox: "0 0 24 24",
|
|
@@ -2530,7 +2566,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2530
2566
|
);
|
|
2531
2567
|
}
|
|
2532
2568
|
const HideComments$1 = forwardRef(HideComments);
|
|
2533
|
-
const Icon$
|
|
2569
|
+
const Icon$1S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2534
2570
|
/* @__PURE__ */ jsx(
|
|
2535
2571
|
"path",
|
|
2536
2572
|
{
|
|
@@ -2548,10 +2584,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2548
2584
|
}
|
|
2549
2585
|
)
|
|
2550
2586
|
] });
|
|
2551
|
-
const BaseSvgIcon$
|
|
2587
|
+
const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "HideLeftsidebar");
|
|
2552
2588
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2553
2589
|
return /* @__PURE__ */ jsx(
|
|
2554
|
-
BaseSvgIcon$
|
|
2590
|
+
BaseSvgIcon$1S,
|
|
2555
2591
|
{
|
|
2556
2592
|
ref,
|
|
2557
2593
|
viewBox: "0 0 24 24",
|
|
@@ -2565,7 +2601,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2565
2601
|
);
|
|
2566
2602
|
}
|
|
2567
2603
|
const HideLeftsidebar$1 = forwardRef(HideLeftsidebar);
|
|
2568
|
-
const Icon$
|
|
2604
|
+
const Icon$1R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2569
2605
|
/* @__PURE__ */ jsx(
|
|
2570
2606
|
"path",
|
|
2571
2607
|
{
|
|
@@ -2583,10 +2619,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2583
2619
|
}
|
|
2584
2620
|
)
|
|
2585
2621
|
] });
|
|
2586
|
-
const BaseSvgIcon$
|
|
2622
|
+
const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "HideRightsidebar");
|
|
2587
2623
|
function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
2588
2624
|
return /* @__PURE__ */ jsx(
|
|
2589
|
-
BaseSvgIcon$
|
|
2625
|
+
BaseSvgIcon$1R,
|
|
2590
2626
|
{
|
|
2591
2627
|
ref,
|
|
2592
2628
|
viewBox: "0 0 24 24",
|
|
@@ -2600,7 +2636,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2600
2636
|
);
|
|
2601
2637
|
}
|
|
2602
2638
|
const HideRightsidebar$1 = forwardRef(HideRightsidebar);
|
|
2603
|
-
const Icon$
|
|
2639
|
+
const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2604
2640
|
"path",
|
|
2605
2641
|
{
|
|
2606
2642
|
fill: "currentColor",
|
|
@@ -2609,10 +2645,10 @@ const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2609
2645
|
clipRule: "evenodd"
|
|
2610
2646
|
}
|
|
2611
2647
|
) });
|
|
2612
|
-
const BaseSvgIcon$
|
|
2648
|
+
const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "Home");
|
|
2613
2649
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2614
2650
|
return /* @__PURE__ */ jsx(
|
|
2615
|
-
BaseSvgIcon$
|
|
2651
|
+
BaseSvgIcon$1Q,
|
|
2616
2652
|
{
|
|
2617
2653
|
ref,
|
|
2618
2654
|
viewBox: "0 0 24 24",
|
|
@@ -2626,7 +2662,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2626
2662
|
);
|
|
2627
2663
|
}
|
|
2628
2664
|
const Home$1 = forwardRef(Home);
|
|
2629
|
-
const Icon$
|
|
2665
|
+
const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2630
2666
|
"path",
|
|
2631
2667
|
{
|
|
2632
2668
|
fill: "currentColor",
|
|
@@ -2635,10 +2671,10 @@ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2635
2671
|
clipRule: "evenodd"
|
|
2636
2672
|
}
|
|
2637
2673
|
) });
|
|
2638
|
-
const BaseSvgIcon$
|
|
2674
|
+
const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "Housing");
|
|
2639
2675
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2640
2676
|
return /* @__PURE__ */ jsx(
|
|
2641
|
-
BaseSvgIcon$
|
|
2677
|
+
BaseSvgIcon$1P,
|
|
2642
2678
|
{
|
|
2643
2679
|
ref,
|
|
2644
2680
|
viewBox: "0 0 24 24",
|
|
@@ -2652,7 +2688,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2652
2688
|
);
|
|
2653
2689
|
}
|
|
2654
2690
|
const Housing$1 = forwardRef(Housing);
|
|
2655
|
-
const Icon$
|
|
2691
|
+
const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2656
2692
|
"path",
|
|
2657
2693
|
{
|
|
2658
2694
|
fill: "currentColor",
|
|
@@ -2661,10 +2697,10 @@ const Icon$1M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2661
2697
|
clipRule: "evenodd"
|
|
2662
2698
|
}
|
|
2663
2699
|
) });
|
|
2664
|
-
const BaseSvgIcon$
|
|
2700
|
+
const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "HumanMobility");
|
|
2665
2701
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2666
2702
|
return /* @__PURE__ */ jsx(
|
|
2667
|
-
BaseSvgIcon$
|
|
2703
|
+
BaseSvgIcon$1O,
|
|
2668
2704
|
{
|
|
2669
2705
|
ref,
|
|
2670
2706
|
viewBox: "0 0 24 24",
|
|
@@ -2678,7 +2714,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2678
2714
|
);
|
|
2679
2715
|
}
|
|
2680
2716
|
const HumanMobility$1 = forwardRef(HumanMobility);
|
|
2681
|
-
const Icon$
|
|
2717
|
+
const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2682
2718
|
"path",
|
|
2683
2719
|
{
|
|
2684
2720
|
fill: "currentColor",
|
|
@@ -2687,10 +2723,10 @@ const Icon$1L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2687
2723
|
clipRule: "evenodd"
|
|
2688
2724
|
}
|
|
2689
2725
|
) });
|
|
2690
|
-
const BaseSvgIcon$
|
|
2726
|
+
const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "Id");
|
|
2691
2727
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2692
2728
|
return /* @__PURE__ */ jsx(
|
|
2693
|
-
BaseSvgIcon$
|
|
2729
|
+
BaseSvgIcon$1N,
|
|
2694
2730
|
{
|
|
2695
2731
|
ref,
|
|
2696
2732
|
viewBox: "0 0 24 24",
|
|
@@ -2704,7 +2740,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2704
2740
|
);
|
|
2705
2741
|
}
|
|
2706
2742
|
const Id$1 = forwardRef(Id);
|
|
2707
|
-
const Icon$
|
|
2743
|
+
const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2708
2744
|
/* @__PURE__ */ jsx(
|
|
2709
2745
|
"path",
|
|
2710
2746
|
{
|
|
@@ -2722,10 +2758,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2722
2758
|
),
|
|
2723
2759
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2724
2760
|
] });
|
|
2725
|
-
const BaseSvgIcon$
|
|
2761
|
+
const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "Image");
|
|
2726
2762
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2727
2763
|
return /* @__PURE__ */ jsx(
|
|
2728
|
-
BaseSvgIcon$
|
|
2764
|
+
BaseSvgIcon$1M,
|
|
2729
2765
|
{
|
|
2730
2766
|
ref,
|
|
2731
2767
|
viewBox: "0 0 24 24",
|
|
@@ -2739,7 +2775,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2739
2775
|
);
|
|
2740
2776
|
}
|
|
2741
2777
|
const Image$1 = forwardRef(Image);
|
|
2742
|
-
const Icon$
|
|
2778
|
+
const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2743
2779
|
/* @__PURE__ */ jsx(
|
|
2744
2780
|
"path",
|
|
2745
2781
|
{
|
|
@@ -2764,10 +2800,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2764
2800
|
}
|
|
2765
2801
|
)
|
|
2766
2802
|
] });
|
|
2767
|
-
const BaseSvgIcon$
|
|
2803
|
+
const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "Infrastructure");
|
|
2768
2804
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2769
2805
|
return /* @__PURE__ */ jsx(
|
|
2770
|
-
BaseSvgIcon$
|
|
2806
|
+
BaseSvgIcon$1L,
|
|
2771
2807
|
{
|
|
2772
2808
|
ref,
|
|
2773
2809
|
viewBox: "0 0 24 24",
|
|
@@ -2781,7 +2817,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2781
2817
|
);
|
|
2782
2818
|
}
|
|
2783
2819
|
const Infrastructure$1 = forwardRef(Infrastructure);
|
|
2784
|
-
const Icon$
|
|
2820
|
+
const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2785
2821
|
"path",
|
|
2786
2822
|
{
|
|
2787
2823
|
fill: "currentColor",
|
|
@@ -2790,10 +2826,10 @@ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2790
2826
|
clipRule: "evenodd"
|
|
2791
2827
|
}
|
|
2792
2828
|
) });
|
|
2793
|
-
const BaseSvgIcon$
|
|
2829
|
+
const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "IotAnalytics");
|
|
2794
2830
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2795
2831
|
return /* @__PURE__ */ jsx(
|
|
2796
|
-
BaseSvgIcon$
|
|
2832
|
+
BaseSvgIcon$1K,
|
|
2797
2833
|
{
|
|
2798
2834
|
ref,
|
|
2799
2835
|
viewBox: "0 0 24 24",
|
|
@@ -2807,7 +2843,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2807
2843
|
);
|
|
2808
2844
|
}
|
|
2809
2845
|
const IotAnalytics$1 = forwardRef(IotAnalytics);
|
|
2810
|
-
const Icon$
|
|
2846
|
+
const Icon$1J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2811
2847
|
/* @__PURE__ */ jsx(
|
|
2812
2848
|
"path",
|
|
2813
2849
|
{
|
|
@@ -2825,10 +2861,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2825
2861
|
}
|
|
2826
2862
|
)
|
|
2827
2863
|
] });
|
|
2828
|
-
const BaseSvgIcon$
|
|
2864
|
+
const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "LabelDeprecated");
|
|
2829
2865
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
2830
2866
|
return /* @__PURE__ */ jsx(
|
|
2831
|
-
BaseSvgIcon$
|
|
2867
|
+
BaseSvgIcon$1J,
|
|
2832
2868
|
{
|
|
2833
2869
|
ref,
|
|
2834
2870
|
viewBox: "0 0 24 24",
|
|
@@ -2842,7 +2878,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
2842
2878
|
);
|
|
2843
2879
|
}
|
|
2844
2880
|
const LabelDeprecated$1 = forwardRef(LabelDeprecated);
|
|
2845
|
-
const Icon$
|
|
2881
|
+
const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2846
2882
|
"path",
|
|
2847
2883
|
{
|
|
2848
2884
|
fill: "currentColor",
|
|
@@ -2851,10 +2887,10 @@ const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2851
2887
|
clipRule: "evenodd"
|
|
2852
2888
|
}
|
|
2853
2889
|
) });
|
|
2854
|
-
const BaseSvgIcon$
|
|
2890
|
+
const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "Layers");
|
|
2855
2891
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
2856
2892
|
return /* @__PURE__ */ jsx(
|
|
2857
|
-
BaseSvgIcon$
|
|
2893
|
+
BaseSvgIcon$1I,
|
|
2858
2894
|
{
|
|
2859
2895
|
ref,
|
|
2860
2896
|
viewBox: "0 0 24 24",
|
|
@@ -2868,7 +2904,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
2868
2904
|
);
|
|
2869
2905
|
}
|
|
2870
2906
|
const Layers$1 = forwardRef(Layers);
|
|
2871
|
-
const Icon$
|
|
2907
|
+
const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2872
2908
|
"path",
|
|
2873
2909
|
{
|
|
2874
2910
|
fill: "currentColor",
|
|
@@ -2877,10 +2913,10 @@ const Icon$1F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2877
2913
|
clipRule: "evenodd"
|
|
2878
2914
|
}
|
|
2879
2915
|
) });
|
|
2880
|
-
const BaseSvgIcon$
|
|
2916
|
+
const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "Linkedin");
|
|
2881
2917
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
2882
2918
|
return /* @__PURE__ */ jsx(
|
|
2883
|
-
BaseSvgIcon$
|
|
2919
|
+
BaseSvgIcon$1H,
|
|
2884
2920
|
{
|
|
2885
2921
|
ref,
|
|
2886
2922
|
viewBox: "0 0 24 24",
|
|
@@ -2894,7 +2930,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
2894
2930
|
);
|
|
2895
2931
|
}
|
|
2896
2932
|
const Linkedin$1 = forwardRef(Linkedin);
|
|
2897
|
-
const Icon$
|
|
2933
|
+
const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2898
2934
|
"path",
|
|
2899
2935
|
{
|
|
2900
2936
|
fill: "currentColor",
|
|
@@ -2903,10 +2939,10 @@ const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2903
2939
|
clipRule: "evenodd"
|
|
2904
2940
|
}
|
|
2905
2941
|
) });
|
|
2906
|
-
const BaseSvgIcon$
|
|
2942
|
+
const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "MapCoordinates");
|
|
2907
2943
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
2908
2944
|
return /* @__PURE__ */ jsx(
|
|
2909
|
-
BaseSvgIcon$
|
|
2945
|
+
BaseSvgIcon$1G,
|
|
2910
2946
|
{
|
|
2911
2947
|
ref,
|
|
2912
2948
|
viewBox: "0 0 24 24",
|
|
@@ -2920,7 +2956,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
2920
2956
|
);
|
|
2921
2957
|
}
|
|
2922
2958
|
const MapCoordinates$1 = forwardRef(MapCoordinates);
|
|
2923
|
-
const Icon$
|
|
2959
|
+
const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2924
2960
|
/* @__PURE__ */ jsx(
|
|
2925
2961
|
"path",
|
|
2926
2962
|
{
|
|
@@ -2947,10 +2983,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2947
2983
|
}
|
|
2948
2984
|
)
|
|
2949
2985
|
] });
|
|
2950
|
-
const BaseSvgIcon$
|
|
2986
|
+
const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "MapCopy");
|
|
2951
2987
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
2952
2988
|
return /* @__PURE__ */ jsx(
|
|
2953
|
-
BaseSvgIcon$
|
|
2989
|
+
BaseSvgIcon$1F,
|
|
2954
2990
|
{
|
|
2955
2991
|
ref,
|
|
2956
2992
|
viewBox: "0 0 24 24",
|
|
@@ -2964,7 +3000,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
2964
3000
|
);
|
|
2965
3001
|
}
|
|
2966
3002
|
const MapCopy$1 = forwardRef(MapCopy);
|
|
2967
|
-
const Icon$
|
|
3003
|
+
const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2968
3004
|
"path",
|
|
2969
3005
|
{
|
|
2970
3006
|
fill: "currentColor",
|
|
@@ -2973,10 +3009,10 @@ const Icon$1C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2973
3009
|
clipRule: "evenodd"
|
|
2974
3010
|
}
|
|
2975
3011
|
) });
|
|
2976
|
-
const BaseSvgIcon$
|
|
3012
|
+
const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "MapOthers");
|
|
2977
3013
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
2978
3014
|
return /* @__PURE__ */ jsx(
|
|
2979
|
-
BaseSvgIcon$
|
|
3015
|
+
BaseSvgIcon$1E,
|
|
2980
3016
|
{
|
|
2981
3017
|
ref,
|
|
2982
3018
|
viewBox: "0 0 24 24",
|
|
@@ -2990,7 +3026,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
2990
3026
|
);
|
|
2991
3027
|
}
|
|
2992
3028
|
const MapOthers$1 = forwardRef(MapOthers);
|
|
2993
|
-
const Icon$
|
|
3029
|
+
const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2994
3030
|
"path",
|
|
2995
3031
|
{
|
|
2996
3032
|
fill: "currentColor",
|
|
@@ -2999,10 +3035,10 @@ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2999
3035
|
clipRule: "evenodd"
|
|
3000
3036
|
}
|
|
3001
3037
|
) });
|
|
3002
|
-
const BaseSvgIcon$
|
|
3038
|
+
const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "MapPin");
|
|
3003
3039
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
3004
3040
|
return /* @__PURE__ */ jsx(
|
|
3005
|
-
BaseSvgIcon$
|
|
3041
|
+
BaseSvgIcon$1D,
|
|
3006
3042
|
{
|
|
3007
3043
|
ref,
|
|
3008
3044
|
viewBox: "0 0 24 24",
|
|
@@ -3016,7 +3052,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
3016
3052
|
);
|
|
3017
3053
|
}
|
|
3018
3054
|
const MapPin$1 = forwardRef(MapPin);
|
|
3019
|
-
const Icon$
|
|
3055
|
+
const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3020
3056
|
/* @__PURE__ */ jsx(
|
|
3021
3057
|
"path",
|
|
3022
3058
|
{
|
|
@@ -3039,10 +3075,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3039
3075
|
}
|
|
3040
3076
|
)
|
|
3041
3077
|
] });
|
|
3042
|
-
const BaseSvgIcon$
|
|
3078
|
+
const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "MarkCommentRead");
|
|
3043
3079
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
3044
3080
|
return /* @__PURE__ */ jsx(
|
|
3045
|
-
BaseSvgIcon$
|
|
3081
|
+
BaseSvgIcon$1C,
|
|
3046
3082
|
{
|
|
3047
3083
|
ref,
|
|
3048
3084
|
viewBox: "0 0 24 24",
|
|
@@ -3056,7 +3092,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
3056
3092
|
);
|
|
3057
3093
|
}
|
|
3058
3094
|
const MarkCommentRead$1 = forwardRef(MarkCommentRead);
|
|
3059
|
-
const Icon$
|
|
3095
|
+
const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3060
3096
|
"path",
|
|
3061
3097
|
{
|
|
3062
3098
|
fill: "currentColor",
|
|
@@ -3065,10 +3101,10 @@ const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3065
3101
|
clipRule: "evenodd"
|
|
3066
3102
|
}
|
|
3067
3103
|
) });
|
|
3068
|
-
const BaseSvgIcon$
|
|
3104
|
+
const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "MarketAnalysis");
|
|
3069
3105
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
3070
3106
|
return /* @__PURE__ */ jsx(
|
|
3071
|
-
BaseSvgIcon$
|
|
3107
|
+
BaseSvgIcon$1B,
|
|
3072
3108
|
{
|
|
3073
3109
|
ref,
|
|
3074
3110
|
viewBox: "0 0 24 24",
|
|
@@ -3082,7 +3118,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
3082
3118
|
);
|
|
3083
3119
|
}
|
|
3084
3120
|
const MarketAnalysis$1 = forwardRef(MarketAnalysis);
|
|
3085
|
-
const Icon$
|
|
3121
|
+
const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3086
3122
|
/* @__PURE__ */ jsx(
|
|
3087
3123
|
"path",
|
|
3088
3124
|
{
|
|
@@ -3107,10 +3143,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3107
3143
|
}
|
|
3108
3144
|
)
|
|
3109
3145
|
] });
|
|
3110
|
-
const BaseSvgIcon$
|
|
3146
|
+
const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "Max");
|
|
3111
3147
|
function Max({ width, height, sx, ...props }, ref) {
|
|
3112
3148
|
return /* @__PURE__ */ jsx(
|
|
3113
|
-
BaseSvgIcon$
|
|
3149
|
+
BaseSvgIcon$1A,
|
|
3114
3150
|
{
|
|
3115
3151
|
ref,
|
|
3116
3152
|
viewBox: "0 0 24 24",
|
|
@@ -3124,7 +3160,7 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
3124
3160
|
);
|
|
3125
3161
|
}
|
|
3126
3162
|
const Max$1 = forwardRef(Max);
|
|
3127
|
-
const Icon$
|
|
3163
|
+
const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3128
3164
|
/* @__PURE__ */ jsx(
|
|
3129
3165
|
"path",
|
|
3130
3166
|
{
|
|
@@ -3165,10 +3201,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3165
3201
|
}
|
|
3166
3202
|
)
|
|
3167
3203
|
] });
|
|
3168
|
-
const BaseSvgIcon$
|
|
3204
|
+
const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "McpTool");
|
|
3169
3205
|
function McpTool({ width, height, sx, ...props }, ref) {
|
|
3170
3206
|
return /* @__PURE__ */ jsx(
|
|
3171
|
-
BaseSvgIcon$
|
|
3207
|
+
BaseSvgIcon$1z,
|
|
3172
3208
|
{
|
|
3173
3209
|
ref,
|
|
3174
3210
|
viewBox: "0 0 24 24",
|
|
@@ -3182,17 +3218,17 @@ function McpTool({ width, height, sx, ...props }, ref) {
|
|
|
3182
3218
|
);
|
|
3183
3219
|
}
|
|
3184
3220
|
const McpTool$1 = forwardRef(McpTool);
|
|
3185
|
-
const Icon$
|
|
3221
|
+
const Icon$1y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3186
3222
|
"path",
|
|
3187
3223
|
{
|
|
3188
3224
|
fill: "currentColor",
|
|
3189
3225
|
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"
|
|
3190
3226
|
}
|
|
3191
3227
|
) });
|
|
3192
|
-
const BaseSvgIcon$
|
|
3228
|
+
const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MeasureTool");
|
|
3193
3229
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
3194
3230
|
return /* @__PURE__ */ jsx(
|
|
3195
|
-
BaseSvgIcon$
|
|
3231
|
+
BaseSvgIcon$1y,
|
|
3196
3232
|
{
|
|
3197
3233
|
ref,
|
|
3198
3234
|
viewBox: "0 0 24 24",
|
|
@@ -3206,17 +3242,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
3206
3242
|
);
|
|
3207
3243
|
}
|
|
3208
3244
|
const MeasureTool$1 = forwardRef(MeasureTool);
|
|
3209
|
-
const Icon$
|
|
3245
|
+
const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3210
3246
|
"path",
|
|
3211
3247
|
{
|
|
3212
3248
|
fill: "currentColor",
|
|
3213
3249
|
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"
|
|
3214
3250
|
}
|
|
3215
3251
|
) });
|
|
3216
|
-
const BaseSvgIcon$
|
|
3252
|
+
const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "Min");
|
|
3217
3253
|
function Min({ width, height, sx, ...props }, ref) {
|
|
3218
3254
|
return /* @__PURE__ */ jsx(
|
|
3219
|
-
BaseSvgIcon$
|
|
3255
|
+
BaseSvgIcon$1x,
|
|
3220
3256
|
{
|
|
3221
3257
|
ref,
|
|
3222
3258
|
viewBox: "0 0 24 24",
|
|
@@ -3230,7 +3266,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
3230
3266
|
);
|
|
3231
3267
|
}
|
|
3232
3268
|
const Min$1 = forwardRef(Min);
|
|
3233
|
-
const Icon$
|
|
3269
|
+
const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3234
3270
|
/* @__PURE__ */ jsx(
|
|
3235
3271
|
"path",
|
|
3236
3272
|
{
|
|
@@ -3249,10 +3285,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3249
3285
|
}
|
|
3250
3286
|
)
|
|
3251
3287
|
] });
|
|
3252
|
-
const BaseSvgIcon$
|
|
3288
|
+
const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "MobilityPlanning");
|
|
3253
3289
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
3254
3290
|
return /* @__PURE__ */ jsx(
|
|
3255
|
-
BaseSvgIcon$
|
|
3291
|
+
BaseSvgIcon$1w,
|
|
3256
3292
|
{
|
|
3257
3293
|
ref,
|
|
3258
3294
|
viewBox: "0 0 24 24",
|
|
@@ -3266,7 +3302,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
3266
3302
|
);
|
|
3267
3303
|
}
|
|
3268
3304
|
const MobilityPlanning$1 = forwardRef(MobilityPlanning);
|
|
3269
|
-
const Icon$
|
|
3305
|
+
const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3270
3306
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
3271
3307
|
"path",
|
|
3272
3308
|
{
|
|
@@ -3278,10 +3314,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3278
3314
|
) }),
|
|
3279
3315
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3280
3316
|
] });
|
|
3281
|
-
const BaseSvgIcon$
|
|
3317
|
+
const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "NetworkDeployment");
|
|
3282
3318
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3283
3319
|
return /* @__PURE__ */ jsx(
|
|
3284
|
-
BaseSvgIcon$
|
|
3320
|
+
BaseSvgIcon$1v,
|
|
3285
3321
|
{
|
|
3286
3322
|
ref,
|
|
3287
3323
|
viewBox: "0 0 24 24",
|
|
@@ -3295,7 +3331,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3295
3331
|
);
|
|
3296
3332
|
}
|
|
3297
3333
|
const NetworkDeployment$1 = forwardRef(NetworkDeployment);
|
|
3298
|
-
const Icon$
|
|
3334
|
+
const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3299
3335
|
/* @__PURE__ */ jsx(
|
|
3300
3336
|
"path",
|
|
3301
3337
|
{
|
|
@@ -3311,10 +3347,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3311
3347
|
}
|
|
3312
3348
|
)
|
|
3313
3349
|
] });
|
|
3314
|
-
const BaseSvgIcon$
|
|
3350
|
+
const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "NightsThermostat");
|
|
3315
3351
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3316
3352
|
return /* @__PURE__ */ jsx(
|
|
3317
|
-
BaseSvgIcon$
|
|
3353
|
+
BaseSvgIcon$1u,
|
|
3318
3354
|
{
|
|
3319
3355
|
ref,
|
|
3320
3356
|
viewBox: "0 0 24 24",
|
|
@@ -3328,7 +3364,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3328
3364
|
);
|
|
3329
3365
|
}
|
|
3330
3366
|
const NightsThermostat$1 = forwardRef(NightsThermostat);
|
|
3331
|
-
const Icon$
|
|
3367
|
+
const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3332
3368
|
/* @__PURE__ */ jsx(
|
|
3333
3369
|
"path",
|
|
3334
3370
|
{
|
|
@@ -3338,10 +3374,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3338
3374
|
),
|
|
3339
3375
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3340
3376
|
] });
|
|
3341
|
-
const BaseSvgIcon$
|
|
3377
|
+
const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "NoApp");
|
|
3342
3378
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3343
3379
|
return /* @__PURE__ */ jsx(
|
|
3344
|
-
BaseSvgIcon$
|
|
3380
|
+
BaseSvgIcon$1t,
|
|
3345
3381
|
{
|
|
3346
3382
|
ref,
|
|
3347
3383
|
viewBox: "0 0 24 24",
|
|
@@ -3355,7 +3391,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3355
3391
|
);
|
|
3356
3392
|
}
|
|
3357
3393
|
const NoApp$1 = forwardRef(NoApp);
|
|
3358
|
-
const Icon$
|
|
3394
|
+
const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3359
3395
|
/* @__PURE__ */ jsx(
|
|
3360
3396
|
"path",
|
|
3361
3397
|
{
|
|
@@ -3373,10 +3409,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3373
3409
|
}
|
|
3374
3410
|
)
|
|
3375
3411
|
] });
|
|
3376
|
-
const BaseSvgIcon$
|
|
3412
|
+
const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "NoLayer");
|
|
3377
3413
|
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3378
3414
|
return /* @__PURE__ */ jsx(
|
|
3379
|
-
BaseSvgIcon$
|
|
3415
|
+
BaseSvgIcon$1s,
|
|
3380
3416
|
{
|
|
3381
3417
|
ref,
|
|
3382
3418
|
viewBox: "0 0 24 24",
|
|
@@ -3390,7 +3426,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
|
|
|
3390
3426
|
);
|
|
3391
3427
|
}
|
|
3392
3428
|
const NoLayer$1 = forwardRef(NoLayer);
|
|
3393
|
-
const Icon$
|
|
3429
|
+
const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3394
3430
|
/* @__PURE__ */ jsx(
|
|
3395
3431
|
"path",
|
|
3396
3432
|
{
|
|
@@ -3408,10 +3444,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3408
3444
|
}
|
|
3409
3445
|
)
|
|
3410
3446
|
] });
|
|
3411
|
-
const BaseSvgIcon$
|
|
3447
|
+
const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "NoMap");
|
|
3412
3448
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3413
3449
|
return /* @__PURE__ */ jsx(
|
|
3414
|
-
BaseSvgIcon$
|
|
3450
|
+
BaseSvgIcon$1r,
|
|
3415
3451
|
{
|
|
3416
3452
|
ref,
|
|
3417
3453
|
viewBox: "0 0 24 24",
|
|
@@ -3425,7 +3461,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3425
3461
|
);
|
|
3426
3462
|
}
|
|
3427
3463
|
const NoMap$1 = forwardRef(NoMap);
|
|
3428
|
-
const Icon$
|
|
3464
|
+
const Icon$1q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3429
3465
|
"path",
|
|
3430
3466
|
{
|
|
3431
3467
|
fill: "currentColor",
|
|
@@ -3434,10 +3470,10 @@ const Icon$1o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3434
3470
|
clipRule: "evenodd"
|
|
3435
3471
|
}
|
|
3436
3472
|
) });
|
|
3437
|
-
const BaseSvgIcon$
|
|
3473
|
+
const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "NoSpatialExtension");
|
|
3438
3474
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3439
3475
|
return /* @__PURE__ */ jsx(
|
|
3440
|
-
BaseSvgIcon$
|
|
3476
|
+
BaseSvgIcon$1q,
|
|
3441
3477
|
{
|
|
3442
3478
|
ref,
|
|
3443
3479
|
viewBox: "0 0 24 24",
|
|
@@ -3451,7 +3487,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3451
3487
|
);
|
|
3452
3488
|
}
|
|
3453
3489
|
const NoSpatialExtension$1 = forwardRef(NoSpatialExtension);
|
|
3454
|
-
const Icon$
|
|
3490
|
+
const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3455
3491
|
/* @__PURE__ */ jsx(
|
|
3456
3492
|
"path",
|
|
3457
3493
|
{
|
|
@@ -3469,10 +3505,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3469
3505
|
}
|
|
3470
3506
|
)
|
|
3471
3507
|
] });
|
|
3472
|
-
const BaseSvgIcon$
|
|
3508
|
+
const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "NoTileset");
|
|
3473
3509
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3474
3510
|
return /* @__PURE__ */ jsx(
|
|
3475
|
-
BaseSvgIcon$
|
|
3511
|
+
BaseSvgIcon$1p,
|
|
3476
3512
|
{
|
|
3477
3513
|
ref,
|
|
3478
3514
|
viewBox: "0 0 24 24",
|
|
@@ -3486,17 +3522,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3486
3522
|
);
|
|
3487
3523
|
}
|
|
3488
3524
|
const NoTileset$1 = forwardRef(NoTileset);
|
|
3489
|
-
const Icon$
|
|
3525
|
+
const Icon$1o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3490
3526
|
"path",
|
|
3491
3527
|
{
|
|
3492
3528
|
fill: "currentColor",
|
|
3493
3529
|
d: "M2.614 2.476 1.2 3.891 4.31 7H4v3h3.31l4 4H4v3h10.31l4.568 4.568 1.414-1.414zM16.938 14l3 3H20v-3zM9.938 7l3 3H20V7z"
|
|
3494
3530
|
}
|
|
3495
3531
|
) });
|
|
3496
|
-
const BaseSvgIcon$
|
|
3532
|
+
const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "NotEqual");
|
|
3497
3533
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3498
3534
|
return /* @__PURE__ */ jsx(
|
|
3499
|
-
BaseSvgIcon$
|
|
3535
|
+
BaseSvgIcon$1o,
|
|
3500
3536
|
{
|
|
3501
3537
|
ref,
|
|
3502
3538
|
viewBox: "0 0 24 24",
|
|
@@ -3510,7 +3546,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3510
3546
|
);
|
|
3511
3547
|
}
|
|
3512
3548
|
const NotEqual$1 = forwardRef(NotEqual);
|
|
3513
|
-
const Icon$
|
|
3549
|
+
const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3514
3550
|
/* @__PURE__ */ jsx(
|
|
3515
3551
|
"path",
|
|
3516
3552
|
{
|
|
@@ -3530,10 +3566,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3530
3566
|
}
|
|
3531
3567
|
)
|
|
3532
3568
|
] });
|
|
3533
|
-
const BaseSvgIcon$
|
|
3569
|
+
const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "Number");
|
|
3534
3570
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3535
3571
|
return /* @__PURE__ */ jsx(
|
|
3536
|
-
BaseSvgIcon$
|
|
3572
|
+
BaseSvgIcon$1n,
|
|
3537
3573
|
{
|
|
3538
3574
|
ref,
|
|
3539
3575
|
viewBox: "0 0 24 24",
|
|
@@ -3547,7 +3583,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3547
3583
|
);
|
|
3548
3584
|
}
|
|
3549
3585
|
const Number$1 = forwardRef(Number);
|
|
3550
|
-
const Icon$
|
|
3586
|
+
const Icon$1m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3551
3587
|
"path",
|
|
3552
3588
|
{
|
|
3553
3589
|
fill: "currentColor",
|
|
@@ -3556,10 +3592,10 @@ const Icon$1k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3556
3592
|
clipRule: "evenodd"
|
|
3557
3593
|
}
|
|
3558
3594
|
) });
|
|
3559
|
-
const BaseSvgIcon$
|
|
3595
|
+
const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "Onboarding");
|
|
3560
3596
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3561
3597
|
return /* @__PURE__ */ jsx(
|
|
3562
|
-
BaseSvgIcon$
|
|
3598
|
+
BaseSvgIcon$1m,
|
|
3563
3599
|
{
|
|
3564
3600
|
ref,
|
|
3565
3601
|
viewBox: "0 0 24 24",
|
|
@@ -3573,7 +3609,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3573
3609
|
);
|
|
3574
3610
|
}
|
|
3575
3611
|
const Onboarding$1 = forwardRef(Onboarding);
|
|
3576
|
-
const Icon$
|
|
3612
|
+
const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3577
3613
|
"path",
|
|
3578
3614
|
{
|
|
3579
3615
|
fill: "currentColor",
|
|
@@ -3582,10 +3618,10 @@ const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3582
3618
|
clipRule: "evenodd"
|
|
3583
3619
|
}
|
|
3584
3620
|
) });
|
|
3585
|
-
const BaseSvgIcon$
|
|
3621
|
+
const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "OohAnalytics");
|
|
3586
3622
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3587
3623
|
return /* @__PURE__ */ jsx(
|
|
3588
|
-
BaseSvgIcon$
|
|
3624
|
+
BaseSvgIcon$1l,
|
|
3589
3625
|
{
|
|
3590
3626
|
ref,
|
|
3591
3627
|
viewBox: "0 0 24 24",
|
|
@@ -3599,7 +3635,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3599
3635
|
);
|
|
3600
3636
|
}
|
|
3601
3637
|
const OohAnalytics$1 = forwardRef(OohAnalytics);
|
|
3602
|
-
const Icon$
|
|
3638
|
+
const Icon$1k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3603
3639
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3604
3640
|
/* @__PURE__ */ jsx(
|
|
3605
3641
|
"path",
|
|
@@ -3620,10 +3656,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3620
3656
|
}
|
|
3621
3657
|
)
|
|
3622
3658
|
] });
|
|
3623
|
-
const BaseSvgIcon$
|
|
3659
|
+
const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "Opacity");
|
|
3624
3660
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3625
3661
|
return /* @__PURE__ */ jsx(
|
|
3626
|
-
BaseSvgIcon$
|
|
3662
|
+
BaseSvgIcon$1k,
|
|
3627
3663
|
{
|
|
3628
3664
|
ref,
|
|
3629
3665
|
viewBox: "0 0 24 24",
|
|
@@ -3637,7 +3673,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3637
3673
|
);
|
|
3638
3674
|
}
|
|
3639
3675
|
const Opacity$1 = forwardRef(Opacity);
|
|
3640
|
-
const Icon$
|
|
3676
|
+
const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3641
3677
|
"path",
|
|
3642
3678
|
{
|
|
3643
3679
|
fill: "currentColor",
|
|
@@ -3646,10 +3682,10 @@ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3646
3682
|
clipRule: "evenodd"
|
|
3647
3683
|
}
|
|
3648
3684
|
) });
|
|
3649
|
-
const BaseSvgIcon$
|
|
3685
|
+
const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "OpenDiagonallyLeft");
|
|
3650
3686
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3651
3687
|
return /* @__PURE__ */ jsx(
|
|
3652
|
-
BaseSvgIcon$
|
|
3688
|
+
BaseSvgIcon$1j,
|
|
3653
3689
|
{
|
|
3654
3690
|
ref,
|
|
3655
3691
|
viewBox: "0 0 24 24",
|
|
@@ -3663,17 +3699,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
3663
3699
|
);
|
|
3664
3700
|
}
|
|
3665
3701
|
const OpenDiagonallyLeft$1 = forwardRef(OpenDiagonallyLeft);
|
|
3666
|
-
const Icon$
|
|
3702
|
+
const Icon$1i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3667
3703
|
"path",
|
|
3668
3704
|
{
|
|
3669
3705
|
fill: "currentColor",
|
|
3670
3706
|
d: "M7 7V5H4q-.824 0-1.412.588A1.93 1.93 0 0 0 2 7v12q0 .824.587 1.413Q3.176 21 4 21h14q.824 0 1.413-.587Q20 19.825 20 19v-3h-2v3H4V7zm4-4q-.825 0-1.412.587A1.93 1.93 0 0 0 9 5v7q0 .825.588 1.412Q10.175 14 11 14h9q.824 0 1.413-.588Q22 12.826 22 12V5q0-.824-.587-1.412A1.93 1.93 0 0 0 20 3zm0 2h9v7h-9z"
|
|
3671
3707
|
}
|
|
3672
3708
|
) });
|
|
3673
|
-
const BaseSvgIcon$
|
|
3709
|
+
const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "OpenNewWindow");
|
|
3674
3710
|
function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
3675
3711
|
return /* @__PURE__ */ jsx(
|
|
3676
|
-
BaseSvgIcon$
|
|
3712
|
+
BaseSvgIcon$1i,
|
|
3677
3713
|
{
|
|
3678
3714
|
ref,
|
|
3679
3715
|
viewBox: "0 0 24 24",
|
|
@@ -3687,7 +3723,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
|
3687
3723
|
);
|
|
3688
3724
|
}
|
|
3689
3725
|
const OpenNewWindow$1 = forwardRef(OpenNewWindow);
|
|
3690
|
-
const Icon$
|
|
3726
|
+
const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3691
3727
|
"path",
|
|
3692
3728
|
{
|
|
3693
3729
|
fill: "currentColor",
|
|
@@ -3696,10 +3732,10 @@ const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3696
3732
|
clipRule: "evenodd"
|
|
3697
3733
|
}
|
|
3698
3734
|
) });
|
|
3699
|
-
const BaseSvgIcon$
|
|
3735
|
+
const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "OpenVertically");
|
|
3700
3736
|
function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
3701
3737
|
return /* @__PURE__ */ jsx(
|
|
3702
|
-
BaseSvgIcon$
|
|
3738
|
+
BaseSvgIcon$1h,
|
|
3703
3739
|
{
|
|
3704
3740
|
ref,
|
|
3705
3741
|
viewBox: "0 0 24 24",
|
|
@@ -3713,7 +3749,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
|
3713
3749
|
);
|
|
3714
3750
|
}
|
|
3715
3751
|
const OpenVertically$1 = forwardRef(OpenVertically);
|
|
3716
|
-
const Icon$
|
|
3752
|
+
const Icon$1g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3717
3753
|
/* @__PURE__ */ jsx(
|
|
3718
3754
|
"path",
|
|
3719
3755
|
{
|
|
@@ -3738,10 +3774,10 @@ const Icon$1e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3738
3774
|
}
|
|
3739
3775
|
)
|
|
3740
3776
|
] });
|
|
3741
|
-
const BaseSvgIcon$
|
|
3777
|
+
const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "ParameterSettings");
|
|
3742
3778
|
function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
3743
3779
|
return /* @__PURE__ */ jsx(
|
|
3744
|
-
BaseSvgIcon$
|
|
3780
|
+
BaseSvgIcon$1g,
|
|
3745
3781
|
{
|
|
3746
3782
|
ref,
|
|
3747
3783
|
viewBox: "0 0 24 24",
|
|
@@ -3755,7 +3791,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
|
3755
3791
|
);
|
|
3756
3792
|
}
|
|
3757
3793
|
const ParameterSettings$1 = forwardRef(ParameterSettings);
|
|
3758
|
-
const Icon$
|
|
3794
|
+
const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3759
3795
|
"path",
|
|
3760
3796
|
{
|
|
3761
3797
|
fill: "currentColor",
|
|
@@ -3764,10 +3800,10 @@ const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3764
3800
|
clipRule: "evenodd"
|
|
3765
3801
|
}
|
|
3766
3802
|
) });
|
|
3767
|
-
const BaseSvgIcon$
|
|
3803
|
+
const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "PawnChess");
|
|
3768
3804
|
function PawnChess({ width, height, sx, ...props }, ref) {
|
|
3769
3805
|
return /* @__PURE__ */ jsx(
|
|
3770
|
-
BaseSvgIcon$
|
|
3806
|
+
BaseSvgIcon$1f,
|
|
3771
3807
|
{
|
|
3772
3808
|
ref,
|
|
3773
3809
|
viewBox: "0 0 24 24",
|
|
@@ -3781,7 +3817,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
|
|
|
3781
3817
|
);
|
|
3782
3818
|
}
|
|
3783
3819
|
const PawnChess$1 = forwardRef(PawnChess);
|
|
3784
|
-
const Icon$
|
|
3820
|
+
const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3785
3821
|
"path",
|
|
3786
3822
|
{
|
|
3787
3823
|
fill: "currentColor",
|
|
@@ -3790,10 +3826,10 @@ const Icon$1c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3790
3826
|
clipRule: "evenodd"
|
|
3791
3827
|
}
|
|
3792
3828
|
) });
|
|
3793
|
-
const BaseSvgIcon$
|
|
3829
|
+
const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "PlaceSelect");
|
|
3794
3830
|
function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
3795
3831
|
return /* @__PURE__ */ jsx(
|
|
3796
|
-
BaseSvgIcon$
|
|
3832
|
+
BaseSvgIcon$1e,
|
|
3797
3833
|
{
|
|
3798
3834
|
ref,
|
|
3799
3835
|
viewBox: "0 0 24 24",
|
|
@@ -3807,7 +3843,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
|
3807
3843
|
);
|
|
3808
3844
|
}
|
|
3809
3845
|
const PlaceSelect$1 = forwardRef(PlaceSelect);
|
|
3810
|
-
const Icon$
|
|
3846
|
+
const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3811
3847
|
"path",
|
|
3812
3848
|
{
|
|
3813
3849
|
fill: "currentColor",
|
|
@@ -3816,10 +3852,10 @@ const Icon$1b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3816
3852
|
clipRule: "evenodd"
|
|
3817
3853
|
}
|
|
3818
3854
|
) });
|
|
3819
|
-
const BaseSvgIcon$
|
|
3855
|
+
const BaseSvgIcon$1d = createSvgIcon(Icon$1d(), "PointsOfInterest");
|
|
3820
3856
|
function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
3821
3857
|
return /* @__PURE__ */ jsx(
|
|
3822
|
-
BaseSvgIcon$
|
|
3858
|
+
BaseSvgIcon$1d,
|
|
3823
3859
|
{
|
|
3824
3860
|
ref,
|
|
3825
3861
|
viewBox: "0 0 24 24",
|
|
@@ -3833,7 +3869,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
|
3833
3869
|
);
|
|
3834
3870
|
}
|
|
3835
3871
|
const PointsOfInterest$1 = forwardRef(PointsOfInterest);
|
|
3836
|
-
const Icon$
|
|
3872
|
+
const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3837
3873
|
/* @__PURE__ */ jsx(
|
|
3838
3874
|
"path",
|
|
3839
3875
|
{
|
|
@@ -3890,10 +3926,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3890
3926
|
}
|
|
3891
3927
|
)
|
|
3892
3928
|
] });
|
|
3893
|
-
const BaseSvgIcon$
|
|
3929
|
+
const BaseSvgIcon$1c = createSvgIcon(Icon$1c(), "Postgre");
|
|
3894
3930
|
function Postgre({ width, height, sx, ...props }, ref) {
|
|
3895
3931
|
return /* @__PURE__ */ jsx(
|
|
3896
|
-
BaseSvgIcon$
|
|
3932
|
+
BaseSvgIcon$1c,
|
|
3897
3933
|
{
|
|
3898
3934
|
ref,
|
|
3899
3935
|
viewBox: "0 0 24 24",
|
|
@@ -3907,7 +3943,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
|
|
|
3907
3943
|
);
|
|
3908
3944
|
}
|
|
3909
3945
|
const Postgre$1 = forwardRef(Postgre);
|
|
3910
|
-
const Icon$
|
|
3946
|
+
const Icon$1b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3911
3947
|
/* @__PURE__ */ jsx(
|
|
3912
3948
|
"path",
|
|
3913
3949
|
{
|
|
@@ -3925,10 +3961,10 @@ const Icon$19 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3925
3961
|
}
|
|
3926
3962
|
)
|
|
3927
3963
|
] });
|
|
3928
|
-
const BaseSvgIcon$
|
|
3964
|
+
const BaseSvgIcon$1b = createSvgIcon(Icon$1b(), "PostgreOutlined");
|
|
3929
3965
|
function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
3930
3966
|
return /* @__PURE__ */ jsx(
|
|
3931
|
-
BaseSvgIcon$
|
|
3967
|
+
BaseSvgIcon$1b,
|
|
3932
3968
|
{
|
|
3933
3969
|
ref,
|
|
3934
3970
|
viewBox: "0 0 24 24",
|
|
@@ -3942,7 +3978,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
|
3942
3978
|
);
|
|
3943
3979
|
}
|
|
3944
3980
|
const PostgreOutlined$1 = forwardRef(PostgreOutlined);
|
|
3945
|
-
const Icon$
|
|
3981
|
+
const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3946
3982
|
/* @__PURE__ */ jsx(
|
|
3947
3983
|
"path",
|
|
3948
3984
|
{
|
|
@@ -3976,10 +4012,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3976
4012
|
}
|
|
3977
4013
|
)
|
|
3978
4014
|
] });
|
|
3979
|
-
const BaseSvgIcon$
|
|
4015
|
+
const BaseSvgIcon$1a = createSvgIcon(Icon$1a(), "Preferences");
|
|
3980
4016
|
function Preferences({ width, height, sx, ...props }, ref) {
|
|
3981
4017
|
return /* @__PURE__ */ jsx(
|
|
3982
|
-
BaseSvgIcon$
|
|
4018
|
+
BaseSvgIcon$1a,
|
|
3983
4019
|
{
|
|
3984
4020
|
ref,
|
|
3985
4021
|
viewBox: "0 0 24 24",
|
|
@@ -3993,7 +4029,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
|
|
|
3993
4029
|
);
|
|
3994
4030
|
}
|
|
3995
4031
|
const Preferences$1 = forwardRef(Preferences);
|
|
3996
|
-
const Icon$
|
|
4032
|
+
const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3997
4033
|
"path",
|
|
3998
4034
|
{
|
|
3999
4035
|
fill: "currentColor",
|
|
@@ -4002,10 +4038,10 @@ const Icon$17 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4002
4038
|
clipRule: "evenodd"
|
|
4003
4039
|
}
|
|
4004
4040
|
) });
|
|
4005
|
-
const BaseSvgIcon$
|
|
4041
|
+
const BaseSvgIcon$19 = createSvgIcon(Icon$19(), "ProcessData");
|
|
4006
4042
|
function ProcessData({ width, height, sx, ...props }, ref) {
|
|
4007
4043
|
return /* @__PURE__ */ jsx(
|
|
4008
|
-
BaseSvgIcon$
|
|
4044
|
+
BaseSvgIcon$19,
|
|
4009
4045
|
{
|
|
4010
4046
|
ref,
|
|
4011
4047
|
viewBox: "0 0 24 24",
|
|
@@ -4019,7 +4055,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
|
|
|
4019
4055
|
);
|
|
4020
4056
|
}
|
|
4021
4057
|
const ProcessData$1 = forwardRef(ProcessData);
|
|
4022
|
-
const Icon$
|
|
4058
|
+
const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4023
4059
|
/* @__PURE__ */ jsx(
|
|
4024
4060
|
"path",
|
|
4025
4061
|
{
|
|
@@ -4037,10 +4073,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4037
4073
|
}
|
|
4038
4074
|
)
|
|
4039
4075
|
] });
|
|
4040
|
-
const BaseSvgIcon$
|
|
4076
|
+
const BaseSvgIcon$18 = createSvgIcon(Icon$18(), "PublicWithPassword");
|
|
4041
4077
|
function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
4042
4078
|
return /* @__PURE__ */ jsx(
|
|
4043
|
-
BaseSvgIcon$
|
|
4079
|
+
BaseSvgIcon$18,
|
|
4044
4080
|
{
|
|
4045
4081
|
ref,
|
|
4046
4082
|
viewBox: "0 0 24 24",
|
|
@@ -4054,17 +4090,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
|
4054
4090
|
);
|
|
4055
4091
|
}
|
|
4056
4092
|
const PublicWithPassword$1 = forwardRef(PublicWithPassword);
|
|
4057
|
-
const Icon$
|
|
4093
|
+
const Icon$17 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4058
4094
|
"path",
|
|
4059
4095
|
{
|
|
4060
4096
|
fill: "currentColor",
|
|
4061
4097
|
d: "M11 20v-8.15l-2.6 2.6L7 13l5-5 5 5-1.4 1.45-2.6-2.6V20zM4 9V6q0-.824.588-1.412A1.93 1.93 0 0 1 6 4h12q.824 0 1.413.588Q20 5.175 20 6v3h-2V6H6v3z"
|
|
4062
4098
|
}
|
|
4063
4099
|
) });
|
|
4064
|
-
const BaseSvgIcon$
|
|
4100
|
+
const BaseSvgIcon$17 = createSvgIcon(Icon$17(), "Publish");
|
|
4065
4101
|
function Publish({ width, height, sx, ...props }, ref) {
|
|
4066
4102
|
return /* @__PURE__ */ jsx(
|
|
4067
|
-
BaseSvgIcon$
|
|
4103
|
+
BaseSvgIcon$17,
|
|
4068
4104
|
{
|
|
4069
4105
|
ref,
|
|
4070
4106
|
viewBox: "0 0 24 24",
|
|
@@ -4078,7 +4114,7 @@ function Publish({ width, height, sx, ...props }, ref) {
|
|
|
4078
4114
|
);
|
|
4079
4115
|
}
|
|
4080
4116
|
const Publish$1 = forwardRef(Publish);
|
|
4081
|
-
const Icon$
|
|
4117
|
+
const Icon$16 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4082
4118
|
"path",
|
|
4083
4119
|
{
|
|
4084
4120
|
fill: "currentColor",
|
|
@@ -4087,10 +4123,10 @@ const Icon$14 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4087
4123
|
clipRule: "evenodd"
|
|
4088
4124
|
}
|
|
4089
4125
|
) });
|
|
4090
|
-
const BaseSvgIcon$
|
|
4126
|
+
const BaseSvgIcon$16 = createSvgIcon(Icon$16(), "Quadbin");
|
|
4091
4127
|
function Quadbin({ width, height, sx, ...props }, ref) {
|
|
4092
4128
|
return /* @__PURE__ */ jsx(
|
|
4093
|
-
BaseSvgIcon$
|
|
4129
|
+
BaseSvgIcon$16,
|
|
4094
4130
|
{
|
|
4095
4131
|
ref,
|
|
4096
4132
|
viewBox: "0 0 24 24",
|
|
@@ -4104,7 +4140,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
|
|
|
4104
4140
|
);
|
|
4105
4141
|
}
|
|
4106
4142
|
const Quadbin$1 = forwardRef(Quadbin);
|
|
4107
|
-
const Icon$
|
|
4143
|
+
const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4108
4144
|
/* @__PURE__ */ jsx(
|
|
4109
4145
|
"path",
|
|
4110
4146
|
{
|
|
@@ -4122,10 +4158,10 @@ const Icon$13 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4122
4158
|
}
|
|
4123
4159
|
)
|
|
4124
4160
|
] });
|
|
4125
|
-
const BaseSvgIcon$
|
|
4161
|
+
const BaseSvgIcon$15 = createSvgIcon(Icon$15(), "Quadkey");
|
|
4126
4162
|
function Quadkey({ width, height, sx, ...props }, ref) {
|
|
4127
4163
|
return /* @__PURE__ */ jsx(
|
|
4128
|
-
BaseSvgIcon$
|
|
4164
|
+
BaseSvgIcon$15,
|
|
4129
4165
|
{
|
|
4130
4166
|
ref,
|
|
4131
4167
|
viewBox: "0 0 24 24",
|
|
@@ -4139,7 +4175,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
|
|
|
4139
4175
|
);
|
|
4140
4176
|
}
|
|
4141
4177
|
const Quadkey$1 = forwardRef(Quadkey);
|
|
4142
|
-
const Icon$
|
|
4178
|
+
const Icon$14 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4143
4179
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4144
4180
|
"path",
|
|
4145
4181
|
{
|
|
@@ -4151,10 +4187,10 @@ const Icon$12 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4151
4187
|
) }),
|
|
4152
4188
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4153
4189
|
] });
|
|
4154
|
-
const BaseSvgIcon$
|
|
4190
|
+
const BaseSvgIcon$14 = createSvgIcon(Icon$14(), "QueryTable");
|
|
4155
4191
|
function QueryTable({ width, height, sx, ...props }, ref) {
|
|
4156
4192
|
return /* @__PURE__ */ jsx(
|
|
4157
|
-
BaseSvgIcon$
|
|
4193
|
+
BaseSvgIcon$14,
|
|
4158
4194
|
{
|
|
4159
4195
|
ref,
|
|
4160
4196
|
viewBox: "0 0 24 24",
|
|
@@ -4168,7 +4204,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
|
|
|
4168
4204
|
);
|
|
4169
4205
|
}
|
|
4170
4206
|
const QueryTable$1 = forwardRef(QueryTable);
|
|
4171
|
-
const Icon$
|
|
4207
|
+
const Icon$13 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4172
4208
|
/* @__PURE__ */ jsx(
|
|
4173
4209
|
"path",
|
|
4174
4210
|
{
|
|
@@ -4186,10 +4222,10 @@ const Icon$11 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4186
4222
|
}
|
|
4187
4223
|
)
|
|
4188
4224
|
] });
|
|
4189
|
-
const BaseSvgIcon$
|
|
4225
|
+
const BaseSvgIcon$13 = createSvgIcon(Icon$13(), "Rain");
|
|
4190
4226
|
function Rain({ width, height, sx, ...props }, ref) {
|
|
4191
4227
|
return /* @__PURE__ */ jsx(
|
|
4192
|
-
BaseSvgIcon$
|
|
4228
|
+
BaseSvgIcon$13,
|
|
4193
4229
|
{
|
|
4194
4230
|
ref,
|
|
4195
4231
|
viewBox: "0 0 24 24",
|
|
@@ -4203,17 +4239,17 @@ function Rain({ width, height, sx, ...props }, ref) {
|
|
|
4203
4239
|
);
|
|
4204
4240
|
}
|
|
4205
4241
|
const Rain$1 = forwardRef(Rain);
|
|
4206
|
-
const Icon$
|
|
4242
|
+
const Icon$12 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4207
4243
|
"path",
|
|
4208
4244
|
{
|
|
4209
4245
|
fill: "currentColor",
|
|
4210
4246
|
d: "M6.5 21v-3.5H3V21zM7.5 21h4v-3.5h-4zM17.5 21H21v-3.5h-3.5zM21 11.5v-4h-3.5v4zM21 6.5V3h-3.5v3.5zM16.5 3h-4v3.5h4zM11.5 3h-4v3.5h4zM6.5 3H3v3.5h3.5zM3 7.5v4h3.5v-4zM3 12.5v4h3.5v-4zM11.5 16.5h-4v-4h4zM11.5 11.5h-4v-4h4zM12.5 12.5h4v4h-4z"
|
|
4211
4247
|
}
|
|
4212
4248
|
) });
|
|
4213
|
-
const BaseSvgIcon$
|
|
4249
|
+
const BaseSvgIcon$12 = createSvgIcon(Icon$12(), "Raster");
|
|
4214
4250
|
function Raster({ width, height, sx, ...props }, ref) {
|
|
4215
4251
|
return /* @__PURE__ */ jsx(
|
|
4216
|
-
BaseSvgIcon$
|
|
4252
|
+
BaseSvgIcon$12,
|
|
4217
4253
|
{
|
|
4218
4254
|
ref,
|
|
4219
4255
|
viewBox: "0 0 24 24",
|
|
@@ -4227,7 +4263,31 @@ function Raster({ width, height, sx, ...props }, ref) {
|
|
|
4227
4263
|
);
|
|
4228
4264
|
}
|
|
4229
4265
|
const Raster$1 = forwardRef(Raster);
|
|
4230
|
-
const Icon
|
|
4266
|
+
const Icon$11 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4267
|
+
"path",
|
|
4268
|
+
{
|
|
4269
|
+
fill: "currentColor",
|
|
4270
|
+
d: "M9 18h8v-2H9c-2.21 0-4-1.79-4-4s1.79-4 4-4h8.17l-2.59 2.59L16 12l5-5-5-5-1.41 1.41L17.17 6H9c-3.31 0-6 2.69-6 6s2.69 6 6 6"
|
|
4271
|
+
}
|
|
4272
|
+
) });
|
|
4273
|
+
const BaseSvgIcon$11 = createSvgIcon(Icon$11(), "RedoAlt");
|
|
4274
|
+
function RedoAlt({ width, height, sx, ...props }, ref) {
|
|
4275
|
+
return /* @__PURE__ */ jsx(
|
|
4276
|
+
BaseSvgIcon$11,
|
|
4277
|
+
{
|
|
4278
|
+
ref,
|
|
4279
|
+
viewBox: "0 0 24 24",
|
|
4280
|
+
sx: {
|
|
4281
|
+
width,
|
|
4282
|
+
height: height || width,
|
|
4283
|
+
...sx
|
|
4284
|
+
},
|
|
4285
|
+
...props
|
|
4286
|
+
}
|
|
4287
|
+
);
|
|
4288
|
+
}
|
|
4289
|
+
const RedoAlt$1 = forwardRef(RedoAlt);
|
|
4290
|
+
const Icon$10 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4231
4291
|
"path",
|
|
4232
4292
|
{
|
|
4233
4293
|
fill: "currentColor",
|
|
@@ -4236,10 +4296,10 @@ const Icon$$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4236
4296
|
clipRule: "evenodd"
|
|
4237
4297
|
}
|
|
4238
4298
|
) });
|
|
4239
|
-
const BaseSvgIcon
|
|
4299
|
+
const BaseSvgIcon$10 = createSvgIcon(Icon$10(), "Redshift");
|
|
4240
4300
|
function Redshift({ width, height, sx, ...props }, ref) {
|
|
4241
4301
|
return /* @__PURE__ */ jsx(
|
|
4242
|
-
BaseSvgIcon
|
|
4302
|
+
BaseSvgIcon$10,
|
|
4243
4303
|
{
|
|
4244
4304
|
ref,
|
|
4245
4305
|
viewBox: "0 0 24 24",
|
|
@@ -4253,7 +4313,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
|
|
|
4253
4313
|
);
|
|
4254
4314
|
}
|
|
4255
4315
|
const Redshift$1 = forwardRef(Redshift);
|
|
4256
|
-
const Icon
|
|
4316
|
+
const Icon$$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4257
4317
|
"path",
|
|
4258
4318
|
{
|
|
4259
4319
|
fill: "currentColor",
|
|
@@ -4262,10 +4322,10 @@ const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4262
4322
|
clipRule: "evenodd"
|
|
4263
4323
|
}
|
|
4264
4324
|
) });
|
|
4265
|
-
const BaseSvgIcon
|
|
4325
|
+
const BaseSvgIcon$$ = createSvgIcon(Icon$$(), "Report");
|
|
4266
4326
|
function Report({ width, height, sx, ...props }, ref) {
|
|
4267
4327
|
return /* @__PURE__ */ jsx(
|
|
4268
|
-
BaseSvgIcon
|
|
4328
|
+
BaseSvgIcon$$,
|
|
4269
4329
|
{
|
|
4270
4330
|
ref,
|
|
4271
4331
|
viewBox: "0 0 24 24",
|
|
@@ -4279,7 +4339,7 @@ function Report({ width, height, sx, ...props }, ref) {
|
|
|
4279
4339
|
);
|
|
4280
4340
|
}
|
|
4281
4341
|
const Report$1 = forwardRef(Report);
|
|
4282
|
-
const Icon$
|
|
4342
|
+
const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4283
4343
|
"path",
|
|
4284
4344
|
{
|
|
4285
4345
|
fill: "currentColor",
|
|
@@ -4288,10 +4348,10 @@ const Icon$Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4288
4348
|
clipRule: "evenodd"
|
|
4289
4349
|
}
|
|
4290
4350
|
) });
|
|
4291
|
-
const BaseSvgIcon$
|
|
4351
|
+
const BaseSvgIcon$_ = createSvgIcon(Icon$_(), "Reset");
|
|
4292
4352
|
function Reset({ width, height, sx, ...props }, ref) {
|
|
4293
4353
|
return /* @__PURE__ */ jsx(
|
|
4294
|
-
BaseSvgIcon$
|
|
4354
|
+
BaseSvgIcon$_,
|
|
4295
4355
|
{
|
|
4296
4356
|
ref,
|
|
4297
4357
|
viewBox: "0 0 24 24",
|
|
@@ -4305,7 +4365,7 @@ function Reset({ width, height, sx, ...props }, ref) {
|
|
|
4305
4365
|
);
|
|
4306
4366
|
}
|
|
4307
4367
|
const Reset$1 = forwardRef(Reset);
|
|
4308
|
-
const Icon$
|
|
4368
|
+
const Icon$Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4309
4369
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4310
4370
|
"path",
|
|
4311
4371
|
{
|
|
@@ -4317,10 +4377,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4317
4377
|
) }),
|
|
4318
4378
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4319
4379
|
] });
|
|
4320
|
-
const BaseSvgIcon$
|
|
4380
|
+
const BaseSvgIcon$Z = createSvgIcon(Icon$Z(), "RiskAnalysis");
|
|
4321
4381
|
function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
4322
4382
|
return /* @__PURE__ */ jsx(
|
|
4323
|
-
BaseSvgIcon$
|
|
4383
|
+
BaseSvgIcon$Z,
|
|
4324
4384
|
{
|
|
4325
4385
|
ref,
|
|
4326
4386
|
viewBox: "0 0 24 24",
|
|
@@ -4334,7 +4394,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4334
4394
|
);
|
|
4335
4395
|
}
|
|
4336
4396
|
const RiskAnalysis$1 = forwardRef(RiskAnalysis);
|
|
4337
|
-
const Icon$
|
|
4397
|
+
const Icon$Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4338
4398
|
/* @__PURE__ */ jsx(
|
|
4339
4399
|
"path",
|
|
4340
4400
|
{
|
|
@@ -4353,10 +4413,10 @@ const Icon$X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4353
4413
|
}
|
|
4354
4414
|
)
|
|
4355
4415
|
] });
|
|
4356
|
-
const BaseSvgIcon$
|
|
4416
|
+
const BaseSvgIcon$Y = createSvgIcon(Icon$Y(), "RoadTraffic");
|
|
4357
4417
|
function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
4358
4418
|
return /* @__PURE__ */ jsx(
|
|
4359
|
-
BaseSvgIcon$
|
|
4419
|
+
BaseSvgIcon$Y,
|
|
4360
4420
|
{
|
|
4361
4421
|
ref,
|
|
4362
4422
|
viewBox: "0 0 24 24",
|
|
@@ -4370,7 +4430,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
|
4370
4430
|
);
|
|
4371
4431
|
}
|
|
4372
4432
|
const RoadTraffic$1 = forwardRef(RoadTraffic);
|
|
4373
|
-
const Icon$
|
|
4433
|
+
const Icon$X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4374
4434
|
/* @__PURE__ */ jsx(
|
|
4375
4435
|
"path",
|
|
4376
4436
|
{
|
|
@@ -4389,10 +4449,10 @@ const Icon$W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4389
4449
|
}
|
|
4390
4450
|
)
|
|
4391
4451
|
] });
|
|
4392
|
-
const BaseSvgIcon$
|
|
4452
|
+
const BaseSvgIcon$X = createSvgIcon(Icon$X(), "RunSettings");
|
|
4393
4453
|
function RunSettings({ width, height, sx, ...props }, ref) {
|
|
4394
4454
|
return /* @__PURE__ */ jsx(
|
|
4395
|
-
BaseSvgIcon$
|
|
4455
|
+
BaseSvgIcon$X,
|
|
4396
4456
|
{
|
|
4397
4457
|
ref,
|
|
4398
4458
|
viewBox: "0 0 24 24",
|
|
@@ -4406,7 +4466,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
|
|
|
4406
4466
|
);
|
|
4407
4467
|
}
|
|
4408
4468
|
const RunSettings$1 = forwardRef(RunSettings);
|
|
4409
|
-
const Icon$
|
|
4469
|
+
const Icon$W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4410
4470
|
"path",
|
|
4411
4471
|
{
|
|
4412
4472
|
fill: "currentColor",
|
|
@@ -4415,10 +4475,10 @@ const Icon$V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4415
4475
|
clipRule: "evenodd"
|
|
4416
4476
|
}
|
|
4417
4477
|
) });
|
|
4418
|
-
const BaseSvgIcon$
|
|
4478
|
+
const BaseSvgIcon$W = createSvgIcon(Icon$W(), "RunStep");
|
|
4419
4479
|
function RunStep({ width, height, sx, ...props }, ref) {
|
|
4420
4480
|
return /* @__PURE__ */ jsx(
|
|
4421
|
-
BaseSvgIcon$
|
|
4481
|
+
BaseSvgIcon$W,
|
|
4422
4482
|
{
|
|
4423
4483
|
ref,
|
|
4424
4484
|
viewBox: "0 0 24 24",
|
|
@@ -4432,7 +4492,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
|
|
|
4432
4492
|
);
|
|
4433
4493
|
}
|
|
4434
4494
|
const RunStep$1 = forwardRef(RunStep);
|
|
4435
|
-
const Icon$
|
|
4495
|
+
const Icon$V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4436
4496
|
"path",
|
|
4437
4497
|
{
|
|
4438
4498
|
fill: "currentColor",
|
|
@@ -4441,10 +4501,10 @@ const Icon$U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4441
4501
|
clipRule: "evenodd"
|
|
4442
4502
|
}
|
|
4443
4503
|
) });
|
|
4444
|
-
const BaseSvgIcon$
|
|
4504
|
+
const BaseSvgIcon$V = createSvgIcon(Icon$V(), "Salesforce");
|
|
4445
4505
|
function Salesforce({ width, height, sx, ...props }, ref) {
|
|
4446
4506
|
return /* @__PURE__ */ jsx(
|
|
4447
|
-
BaseSvgIcon$
|
|
4507
|
+
BaseSvgIcon$V,
|
|
4448
4508
|
{
|
|
4449
4509
|
ref,
|
|
4450
4510
|
viewBox: "0 0 24 24",
|
|
@@ -4458,7 +4518,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
|
|
|
4458
4518
|
);
|
|
4459
4519
|
}
|
|
4460
4520
|
const Salesforce$1 = forwardRef(Salesforce);
|
|
4461
|
-
const Icon$
|
|
4521
|
+
const Icon$U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4462
4522
|
"path",
|
|
4463
4523
|
{
|
|
4464
4524
|
fill: "currentColor",
|
|
@@ -4467,10 +4527,10 @@ const Icon$T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4467
4527
|
clipRule: "evenodd"
|
|
4468
4528
|
}
|
|
4469
4529
|
) });
|
|
4470
|
-
const BaseSvgIcon$
|
|
4530
|
+
const BaseSvgIcon$U = createSvgIcon(Icon$U(), "Sample");
|
|
4471
4531
|
function Sample({ width, height, sx, ...props }, ref) {
|
|
4472
4532
|
return /* @__PURE__ */ jsx(
|
|
4473
|
-
BaseSvgIcon$
|
|
4533
|
+
BaseSvgIcon$U,
|
|
4474
4534
|
{
|
|
4475
4535
|
ref,
|
|
4476
4536
|
viewBox: "0 0 24 24",
|
|
@@ -4484,7 +4544,7 @@ function Sample({ width, height, sx, ...props }, ref) {
|
|
|
4484
4544
|
);
|
|
4485
4545
|
}
|
|
4486
4546
|
const Sample$1 = forwardRef(Sample);
|
|
4487
|
-
const Icon$
|
|
4547
|
+
const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4488
4548
|
/* @__PURE__ */ jsx(
|
|
4489
4549
|
"path",
|
|
4490
4550
|
{
|
|
@@ -4500,10 +4560,10 @@ const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4500
4560
|
}
|
|
4501
4561
|
)
|
|
4502
4562
|
] });
|
|
4503
|
-
const BaseSvgIcon$
|
|
4563
|
+
const BaseSvgIcon$T = createSvgIcon(Icon$T(), "SaveOk");
|
|
4504
4564
|
function SaveOk({ width, height, sx, ...props }, ref) {
|
|
4505
4565
|
return /* @__PURE__ */ jsx(
|
|
4506
|
-
BaseSvgIcon$
|
|
4566
|
+
BaseSvgIcon$T,
|
|
4507
4567
|
{
|
|
4508
4568
|
ref,
|
|
4509
4569
|
viewBox: "0 0 24 24",
|
|
@@ -4517,7 +4577,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
|
|
|
4517
4577
|
);
|
|
4518
4578
|
}
|
|
4519
4579
|
const SaveOk$1 = forwardRef(SaveOk);
|
|
4520
|
-
const Icon$
|
|
4580
|
+
const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4521
4581
|
/* @__PURE__ */ jsx(
|
|
4522
4582
|
"path",
|
|
4523
4583
|
{
|
|
@@ -4542,10 +4602,10 @@ const Icon$R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4542
4602
|
}
|
|
4543
4603
|
)
|
|
4544
4604
|
] });
|
|
4545
|
-
const BaseSvgIcon$
|
|
4605
|
+
const BaseSvgIcon$S = createSvgIcon(Icon$S(), "ScheduleRun");
|
|
4546
4606
|
function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
4547
4607
|
return /* @__PURE__ */ jsx(
|
|
4548
|
-
BaseSvgIcon$
|
|
4608
|
+
BaseSvgIcon$S,
|
|
4549
4609
|
{
|
|
4550
4610
|
ref,
|
|
4551
4611
|
viewBox: "0 0 24 24",
|
|
@@ -4559,7 +4619,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
|
4559
4619
|
);
|
|
4560
4620
|
}
|
|
4561
4621
|
const ScheduleRun$1 = forwardRef(ScheduleRun);
|
|
4562
|
-
const Icon$
|
|
4622
|
+
const Icon$R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4563
4623
|
/* @__PURE__ */ jsx(
|
|
4564
4624
|
"path",
|
|
4565
4625
|
{
|
|
@@ -4575,10 +4635,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4575
4635
|
}
|
|
4576
4636
|
)
|
|
4577
4637
|
] });
|
|
4578
|
-
const BaseSvgIcon$
|
|
4638
|
+
const BaseSvgIcon$R = createSvgIcon(Icon$R(), "SelectDestination");
|
|
4579
4639
|
function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
4580
4640
|
return /* @__PURE__ */ jsx(
|
|
4581
|
-
BaseSvgIcon$
|
|
4641
|
+
BaseSvgIcon$R,
|
|
4582
4642
|
{
|
|
4583
4643
|
ref,
|
|
4584
4644
|
viewBox: "0 0 24 24",
|
|
@@ -4592,28 +4652,26 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
|
4592
4652
|
);
|
|
4593
4653
|
}
|
|
4594
4654
|
const SelectDestination$1 = forwardRef(SelectDestination);
|
|
4595
|
-
const Icon$
|
|
4655
|
+
const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4596
4656
|
/* @__PURE__ */ jsx(
|
|
4597
4657
|
"path",
|
|
4598
4658
|
{
|
|
4599
4659
|
fill: "currentColor",
|
|
4600
|
-
|
|
4601
|
-
d: "M11.293 11.293a1 1 0 0 1 1.1-.212l9 3.857a1.001 1.001 0 0 1 .122 1.777l-2.995 1.797-.006.004-1.798 2.999a1 1 0 0 1-1.778-.121l-3.857-9a1 1 0 0 1 .212-1.101m4.713 7.515.805-1.341a1.9 1.9 0 0 1 .511-.559l.092-.062.052-.034 1.343-.806-4.906-2.103z",
|
|
4602
|
-
clipRule: "evenodd"
|
|
4660
|
+
d: "M11.4 6.2a1 1 0 0 1 1.2 0l.4.3V9l-1-.75L5.667 13 12 17.75 18.333 13 17 12v-1h1.999l1.6 1.2a1 1 0 0 1 0 1.6l-8 6a1 1 0 0 1-1.199 0l-8-6a1 1 0 0 1 0-1.6z"
|
|
4603
4661
|
}
|
|
4604
4662
|
),
|
|
4605
4663
|
/* @__PURE__ */ jsx(
|
|
4606
4664
|
"path",
|
|
4607
4665
|
{
|
|
4608
4666
|
fill: "currentColor",
|
|
4609
|
-
d: "
|
|
4667
|
+
d: "M18.91 5h2.84l-2.32 1.84.88 2.85L18 7.93l-2.32 1.76.88-2.85L14.25 5h2.84L18 2.19z"
|
|
4610
4668
|
}
|
|
4611
4669
|
)
|
|
4612
4670
|
] });
|
|
4613
|
-
const BaseSvgIcon$
|
|
4671
|
+
const BaseSvgIcon$Q = createSvgIcon(Icon$Q(), "SelectFeature");
|
|
4614
4672
|
function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
4615
4673
|
return /* @__PURE__ */ jsx(
|
|
4616
|
-
BaseSvgIcon$
|
|
4674
|
+
BaseSvgIcon$Q,
|
|
4617
4675
|
{
|
|
4618
4676
|
ref,
|
|
4619
4677
|
viewBox: "0 0 24 24",
|
|
@@ -4627,7 +4685,7 @@ function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
|
4627
4685
|
);
|
|
4628
4686
|
}
|
|
4629
4687
|
const SelectFeature$1 = forwardRef(SelectFeature);
|
|
4630
|
-
const Icon$
|
|
4688
|
+
const Icon$P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4631
4689
|
"path",
|
|
4632
4690
|
{
|
|
4633
4691
|
fill: "currentColor",
|
|
@@ -4636,10 +4694,10 @@ const Icon$O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4636
4694
|
clipRule: "evenodd"
|
|
4637
4695
|
}
|
|
4638
4696
|
) });
|
|
4639
|
-
const BaseSvgIcon$
|
|
4697
|
+
const BaseSvgIcon$P = createSvgIcon(Icon$P(), "SelectTool");
|
|
4640
4698
|
function SelectTool({ width, height, sx, ...props }, ref) {
|
|
4641
4699
|
return /* @__PURE__ */ jsx(
|
|
4642
|
-
BaseSvgIcon$
|
|
4700
|
+
BaseSvgIcon$P,
|
|
4643
4701
|
{
|
|
4644
4702
|
ref,
|
|
4645
4703
|
viewBox: "0 0 24 24",
|
|
@@ -4653,17 +4711,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
|
|
|
4653
4711
|
);
|
|
4654
4712
|
}
|
|
4655
4713
|
const SelectTool$1 = forwardRef(SelectTool);
|
|
4656
|
-
const Icon$
|
|
4714
|
+
const Icon$O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4657
4715
|
"path",
|
|
4658
4716
|
{
|
|
4659
4717
|
fill: "currentColor",
|
|
4660
4718
|
d: "M15 3v11h6V5a2 2 0 0 0-2-2zM17 23v-6h6l-2.29 2.3L23 21.59 21.59 23l-2.3-2.29zM13 21h-2v-2h2zM9 5H7V3h2zM5 17H3v-2h2zM5 19v2c-1.1 0-2-.9-2-2zM13 5h-2V3h2zM5 9H3V7h2zM9 21H7v-2h2zM5 13H3v-2h2zM5 5H3c0-1.1.9-2 2-2zM9 17h2v-2H9zM11 9H9V7h2zM9 13h2v-2H9z"
|
|
4661
4719
|
}
|
|
4662
4720
|
) });
|
|
4663
|
-
const BaseSvgIcon$
|
|
4721
|
+
const BaseSvgIcon$O = createSvgIcon(Icon$O(), "SelectVariable");
|
|
4664
4722
|
function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
4665
4723
|
return /* @__PURE__ */ jsx(
|
|
4666
|
-
BaseSvgIcon$
|
|
4724
|
+
BaseSvgIcon$O,
|
|
4667
4725
|
{
|
|
4668
4726
|
ref,
|
|
4669
4727
|
viewBox: "0 0 24 24",
|
|
@@ -4677,7 +4735,7 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
|
4677
4735
|
);
|
|
4678
4736
|
}
|
|
4679
4737
|
const SelectVariable$1 = forwardRef(SelectVariable);
|
|
4680
|
-
const Icon$
|
|
4738
|
+
const Icon$N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4681
4739
|
/* @__PURE__ */ jsx(
|
|
4682
4740
|
"path",
|
|
4683
4741
|
{
|
|
@@ -4693,10 +4751,10 @@ const Icon$M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4693
4751
|
}
|
|
4694
4752
|
)
|
|
4695
4753
|
] });
|
|
4696
|
-
const BaseSvgIcon$
|
|
4754
|
+
const BaseSvgIcon$N = createSvgIcon(Icon$N(), "ShowNodeResults");
|
|
4697
4755
|
function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
4698
4756
|
return /* @__PURE__ */ jsx(
|
|
4699
|
-
BaseSvgIcon$
|
|
4757
|
+
BaseSvgIcon$N,
|
|
4700
4758
|
{
|
|
4701
4759
|
ref,
|
|
4702
4760
|
viewBox: "0 0 24 24",
|
|
@@ -4710,7 +4768,7 @@ function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
|
4710
4768
|
);
|
|
4711
4769
|
}
|
|
4712
4770
|
const ShowNodeResults$1 = forwardRef(ShowNodeResults);
|
|
4713
|
-
const Icon$
|
|
4771
|
+
const Icon$M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4714
4772
|
/* @__PURE__ */ jsx(
|
|
4715
4773
|
"path",
|
|
4716
4774
|
{
|
|
@@ -4728,10 +4786,10 @@ const Icon$L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4728
4786
|
}
|
|
4729
4787
|
)
|
|
4730
4788
|
] });
|
|
4731
|
-
const BaseSvgIcon$
|
|
4789
|
+
const BaseSvgIcon$M = createSvgIcon(Icon$M(), "ShowRightsidebar");
|
|
4732
4790
|
function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
4733
4791
|
return /* @__PURE__ */ jsx(
|
|
4734
|
-
BaseSvgIcon$
|
|
4792
|
+
BaseSvgIcon$M,
|
|
4735
4793
|
{
|
|
4736
4794
|
ref,
|
|
4737
4795
|
viewBox: "0 0 24 24",
|
|
@@ -4745,7 +4803,7 @@ function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
4745
4803
|
);
|
|
4746
4804
|
}
|
|
4747
4805
|
const ShowRightsidebar$1 = forwardRef(ShowRightsidebar);
|
|
4748
|
-
const Icon$
|
|
4806
|
+
const Icon$L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4749
4807
|
/* @__PURE__ */ jsx(
|
|
4750
4808
|
"path",
|
|
4751
4809
|
{
|
|
@@ -4763,10 +4821,10 @@ const Icon$K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4763
4821
|
}
|
|
4764
4822
|
)
|
|
4765
4823
|
] });
|
|
4766
|
-
const BaseSvgIcon$
|
|
4824
|
+
const BaseSvgIcon$L = createSvgIcon(Icon$L(), "SingleLayer");
|
|
4767
4825
|
function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
4768
4826
|
return /* @__PURE__ */ jsx(
|
|
4769
|
-
BaseSvgIcon$
|
|
4827
|
+
BaseSvgIcon$L,
|
|
4770
4828
|
{
|
|
4771
4829
|
ref,
|
|
4772
4830
|
viewBox: "0 0 24 24",
|
|
@@ -4780,7 +4838,7 @@ function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
|
4780
4838
|
);
|
|
4781
4839
|
}
|
|
4782
4840
|
const SingleLayer$1 = forwardRef(SingleLayer);
|
|
4783
|
-
const Icon$
|
|
4841
|
+
const Icon$K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4784
4842
|
"path",
|
|
4785
4843
|
{
|
|
4786
4844
|
fill: "currentColor",
|
|
@@ -4789,10 +4847,10 @@ const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4789
4847
|
clipRule: "evenodd"
|
|
4790
4848
|
}
|
|
4791
4849
|
) });
|
|
4792
|
-
const BaseSvgIcon$
|
|
4850
|
+
const BaseSvgIcon$K = createSvgIcon(Icon$K(), "SiteSelection");
|
|
4793
4851
|
function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
4794
4852
|
return /* @__PURE__ */ jsx(
|
|
4795
|
-
BaseSvgIcon$
|
|
4853
|
+
BaseSvgIcon$K,
|
|
4796
4854
|
{
|
|
4797
4855
|
ref,
|
|
4798
4856
|
viewBox: "0 0 24 24",
|
|
@@ -4806,7 +4864,7 @@ function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
|
4806
4864
|
);
|
|
4807
4865
|
}
|
|
4808
4866
|
const SiteSelection$1 = forwardRef(SiteSelection);
|
|
4809
|
-
const Icon$
|
|
4867
|
+
const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4810
4868
|
"path",
|
|
4811
4869
|
{
|
|
4812
4870
|
fill: "currentColor",
|
|
@@ -4815,10 +4873,10 @@ const Icon$I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4815
4873
|
clipRule: "evenodd"
|
|
4816
4874
|
}
|
|
4817
4875
|
) });
|
|
4818
|
-
const BaseSvgIcon$
|
|
4876
|
+
const BaseSvgIcon$J = createSvgIcon(Icon$J(), "Snowflake");
|
|
4819
4877
|
function Snowflake({ width, height, sx, ...props }, ref) {
|
|
4820
4878
|
return /* @__PURE__ */ jsx(
|
|
4821
|
-
BaseSvgIcon$
|
|
4879
|
+
BaseSvgIcon$J,
|
|
4822
4880
|
{
|
|
4823
4881
|
ref,
|
|
4824
4882
|
viewBox: "0 0 24 24",
|
|
@@ -4832,17 +4890,17 @@ function Snowflake({ width, height, sx, ...props }, ref) {
|
|
|
4832
4890
|
);
|
|
4833
4891
|
}
|
|
4834
4892
|
const Snowflake$1 = forwardRef(Snowflake);
|
|
4835
|
-
const Icon$
|
|
4893
|
+
const Icon$I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4836
4894
|
"path",
|
|
4837
4895
|
{
|
|
4838
4896
|
fill: "currentColor",
|
|
4839
4897
|
d: "M15.245.445q-1.07-.3-2.177-.397l-.175 1.992c.612.054 1.223.166 1.813.331zM17.313 1.237q.996.494 1.886 1.161l-1.202 1.6a10 10 0 0 0-1.571-.968zM6.619 1.271l.899 1.787q-.827.417-1.565.977L4.742 2.443c.588-.445 1.219-.84 1.877-1.172M8.155 13.031A4 4 0 0 1 8 12.001a3.994 3.994 0 0 1 2.97-3.846l-.517-1.932A5.996 5.996 0 0 0 6 12c.005.523.08 1.044.223 1.547zM14 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0M14.828 14.828l1.415 1.414A5.96 5.96 0 0 1 12 18a5.96 5.96 0 0 1-4.243-1.758l1.415-1.414c1.51 1.512 4.146 1.512 5.656 0M17.776 13.548l-1.932-.519c.107-.394.156-.72.156-1.029a3.994 3.994 0 0 0-2.969-3.845l.517-1.932A5.996 5.996 0 0 1 18 12c0 .488-.071.98-.224 1.548M22.18 5.643a12 12 0 0 0-1.342-1.759l-1.473 1.354c.417.453.793.947 1.119 1.467zM3.112 3.94l1.48 1.343c-.412.455-.785.951-1.109 1.475l-1.701-1.05a12 12 0 0 1 1.33-1.769M21.824 10.122l1.965-.374a12 12 0 0 0-.613-2.126l-1.863.73c.224.57.396 1.166.511 1.77M10.857.054l.188 1.992a10 10 0 0 0-1.811.341L8.681.465c.708-.203 1.44-.34 2.176-.41M14.746 21.62l.548 1.922a12 12 0 0 0 2.063-.802l-.893-1.789c-.55.275-1.128.5-1.718.668M.797 7.69l1.867.72a10 10 0 0 0-.5 1.773l-1.967-.36c.133-.728.334-1.442.6-2.133M20.506 17.261l1.7 1.054c.389-.627.721-1.293.987-1.98l-1.864-.725a10 10 0 0 1-.823 1.651M10.907 23.951l.18-1.992a10 10 0 0 0 1.846-.003l.185 1.993a12.4 12.4 0 0 1-2.211.002M22 12c0 .62-.057 1.236-.168 1.838l1.967.364c.133-.72.201-1.462.201-2.202v-.046zM19.238 21.573l-1.207-1.595c.49-.37.948-.789 1.362-1.244l1.479 1.348a12 12 0 0 1-1.634 1.491M2 12.021l-2 .005c.002.74.071 1.481.207 2.202l1.965-.369c-.113-.602-.17-1.22-.172-1.838M8.73 23.55a12 12 0 0 1-2.066-.799l.89-1.79a10 10 0 0 0 1.72.663zM2.679 15.63l-1.863.727c.267.686.601 1.352.991 1.98l1.697-1.058a10 10 0 0 1-.825-1.649M4.782 21.587A12 12 0 0 1 3.145 20.1l1.475-1.35c.416.453.876.872 1.366 1.242z"
|
|
4840
4898
|
}
|
|
4841
4899
|
) });
|
|
4842
|
-
const BaseSvgIcon$
|
|
4900
|
+
const BaseSvgIcon$I = createSvgIcon(Icon$I(), "SpatialAnalysis");
|
|
4843
4901
|
function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
4844
4902
|
return /* @__PURE__ */ jsx(
|
|
4845
|
-
BaseSvgIcon$
|
|
4903
|
+
BaseSvgIcon$I,
|
|
4846
4904
|
{
|
|
4847
4905
|
ref,
|
|
4848
4906
|
viewBox: "0 0 24 24",
|
|
@@ -4856,7 +4914,7 @@ function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4856
4914
|
);
|
|
4857
4915
|
}
|
|
4858
4916
|
const SpatialAnalysis$1 = forwardRef(SpatialAnalysis);
|
|
4859
|
-
const Icon$
|
|
4917
|
+
const Icon$H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4860
4918
|
"path",
|
|
4861
4919
|
{
|
|
4862
4920
|
fill: "currentColor",
|
|
@@ -4865,10 +4923,10 @@ const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4865
4923
|
clipRule: "evenodd"
|
|
4866
4924
|
}
|
|
4867
4925
|
) });
|
|
4868
|
-
const BaseSvgIcon$
|
|
4926
|
+
const BaseSvgIcon$H = createSvgIcon(Icon$H(), "SpatialExtension");
|
|
4869
4927
|
function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
4870
4928
|
return /* @__PURE__ */ jsx(
|
|
4871
|
-
BaseSvgIcon$
|
|
4929
|
+
BaseSvgIcon$H,
|
|
4872
4930
|
{
|
|
4873
4931
|
ref,
|
|
4874
4932
|
viewBox: "0 0 24 24",
|
|
@@ -4882,7 +4940,7 @@ function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
4882
4940
|
);
|
|
4883
4941
|
}
|
|
4884
4942
|
const SpatialExtension$1 = forwardRef(SpatialExtension);
|
|
4885
|
-
const Icon$
|
|
4943
|
+
const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4886
4944
|
"path",
|
|
4887
4945
|
{
|
|
4888
4946
|
fill: "currentColor",
|
|
@@ -4891,10 +4949,10 @@ const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4891
4949
|
clipRule: "evenodd"
|
|
4892
4950
|
}
|
|
4893
4951
|
) });
|
|
4894
|
-
const BaseSvgIcon$
|
|
4952
|
+
const BaseSvgIcon$G = createSvgIcon(Icon$G(), "SpatialIndexes");
|
|
4895
4953
|
function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
4896
4954
|
return /* @__PURE__ */ jsx(
|
|
4897
|
-
BaseSvgIcon$
|
|
4955
|
+
BaseSvgIcon$G,
|
|
4898
4956
|
{
|
|
4899
4957
|
ref,
|
|
4900
4958
|
viewBox: "0 0 24 24",
|
|
@@ -4908,7 +4966,7 @@ function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
|
4908
4966
|
);
|
|
4909
4967
|
}
|
|
4910
4968
|
const SpatialIndexes$1 = forwardRef(SpatialIndexes);
|
|
4911
|
-
const Icon$
|
|
4969
|
+
const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4912
4970
|
"path",
|
|
4913
4971
|
{
|
|
4914
4972
|
fill: "currentColor",
|
|
@@ -4917,10 +4975,10 @@ const Icon$E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4917
4975
|
clipRule: "evenodd"
|
|
4918
4976
|
}
|
|
4919
4977
|
) });
|
|
4920
|
-
const BaseSvgIcon$
|
|
4978
|
+
const BaseSvgIcon$F = createSvgIcon(Icon$F(), "Sql");
|
|
4921
4979
|
function Sql({ width, height, sx, ...props }, ref) {
|
|
4922
4980
|
return /* @__PURE__ */ jsx(
|
|
4923
|
-
BaseSvgIcon$
|
|
4981
|
+
BaseSvgIcon$F,
|
|
4924
4982
|
{
|
|
4925
4983
|
ref,
|
|
4926
4984
|
viewBox: "0 0 24 24",
|
|
@@ -4934,7 +4992,7 @@ function Sql({ width, height, sx, ...props }, ref) {
|
|
|
4934
4992
|
);
|
|
4935
4993
|
}
|
|
4936
4994
|
const Sql$1 = forwardRef(Sql);
|
|
4937
|
-
const Icon$
|
|
4995
|
+
const Icon$E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4938
4996
|
"path",
|
|
4939
4997
|
{
|
|
4940
4998
|
fill: "currentColor",
|
|
@@ -4943,10 +5001,10 @@ const Icon$D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4943
5001
|
clipRule: "evenodd"
|
|
4944
5002
|
}
|
|
4945
5003
|
) });
|
|
4946
|
-
const BaseSvgIcon$
|
|
5004
|
+
const BaseSvgIcon$E = createSvgIcon(Icon$E(), "SqlError");
|
|
4947
5005
|
function SqlError({ width, height, sx, ...props }, ref) {
|
|
4948
5006
|
return /* @__PURE__ */ jsx(
|
|
4949
|
-
BaseSvgIcon$
|
|
5007
|
+
BaseSvgIcon$E,
|
|
4950
5008
|
{
|
|
4951
5009
|
ref,
|
|
4952
5010
|
viewBox: "0 0 24 24",
|
|
@@ -4960,7 +5018,7 @@ function SqlError({ width, height, sx, ...props }, ref) {
|
|
|
4960
5018
|
);
|
|
4961
5019
|
}
|
|
4962
5020
|
const SqlError$1 = forwardRef(SqlError);
|
|
4963
|
-
const Icon$
|
|
5021
|
+
const Icon$D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4964
5022
|
/* @__PURE__ */ jsx(
|
|
4965
5023
|
"path",
|
|
4966
5024
|
{
|
|
@@ -4980,10 +5038,10 @@ const Icon$C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4980
5038
|
}
|
|
4981
5039
|
)
|
|
4982
5040
|
] });
|
|
4983
|
-
const BaseSvgIcon$
|
|
5041
|
+
const BaseSvgIcon$D = createSvgIcon(Icon$D(), "Sso");
|
|
4984
5042
|
function Sso({ width, height, sx, ...props }, ref) {
|
|
4985
5043
|
return /* @__PURE__ */ jsx(
|
|
4986
|
-
BaseSvgIcon$
|
|
5044
|
+
BaseSvgIcon$D,
|
|
4987
5045
|
{
|
|
4988
5046
|
ref,
|
|
4989
5047
|
viewBox: "0 0 24 24",
|
|
@@ -4997,11 +5055,11 @@ function Sso({ width, height, sx, ...props }, ref) {
|
|
|
4997
5055
|
);
|
|
4998
5056
|
}
|
|
4999
5057
|
const Sso$1 = forwardRef(Sso);
|
|
5000
|
-
const Icon$
|
|
5001
|
-
const BaseSvgIcon$
|
|
5058
|
+
const Icon$C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13 11h-2v2h2zm3 2h5v-2h-5zm-8-2H3v2h5z" }) });
|
|
5059
|
+
const BaseSvgIcon$C = createSvgIcon(Icon$C(), "StrokeCustom");
|
|
5002
5060
|
function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
5003
5061
|
return /* @__PURE__ */ jsx(
|
|
5004
|
-
BaseSvgIcon$
|
|
5062
|
+
BaseSvgIcon$C,
|
|
5005
5063
|
{
|
|
5006
5064
|
ref,
|
|
5007
5065
|
viewBox: "0 0 24 24",
|
|
@@ -5015,11 +5073,11 @@ function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
|
5015
5073
|
);
|
|
5016
5074
|
}
|
|
5017
5075
|
const StrokeCustom$1 = forwardRef(StrokeCustom);
|
|
5018
|
-
const Icon$
|
|
5019
|
-
const BaseSvgIcon$
|
|
5076
|
+
const Icon$B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
|
|
5077
|
+
const BaseSvgIcon$B = createSvgIcon(Icon$B(), "StrokeDash");
|
|
5020
5078
|
function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
5021
5079
|
return /* @__PURE__ */ jsx(
|
|
5022
|
-
BaseSvgIcon$
|
|
5080
|
+
BaseSvgIcon$B,
|
|
5023
5081
|
{
|
|
5024
5082
|
ref,
|
|
5025
5083
|
viewBox: "0 0 24 24",
|
|
@@ -5033,11 +5091,11 @@ function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
|
5033
5091
|
);
|
|
5034
5092
|
}
|
|
5035
5093
|
const StrokeDash$1 = forwardRef(StrokeDash);
|
|
5036
|
-
const Icon$
|
|
5037
|
-
const BaseSvgIcon$
|
|
5094
|
+
const Icon$A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
|
|
5095
|
+
const BaseSvgIcon$A = createSvgIcon(Icon$A(), "StrokeSolid");
|
|
5038
5096
|
function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
5039
5097
|
return /* @__PURE__ */ jsx(
|
|
5040
|
-
BaseSvgIcon$
|
|
5098
|
+
BaseSvgIcon$A,
|
|
5041
5099
|
{
|
|
5042
5100
|
ref,
|
|
5043
5101
|
viewBox: "0 0 24 24",
|
|
@@ -5051,7 +5109,7 @@ function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
|
5051
5109
|
);
|
|
5052
5110
|
}
|
|
5053
5111
|
const StrokeSolid$1 = forwardRef(StrokeSolid);
|
|
5054
|
-
const Icon$
|
|
5112
|
+
const Icon$z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5055
5113
|
"path",
|
|
5056
5114
|
{
|
|
5057
5115
|
fill: "currentColor",
|
|
@@ -5060,10 +5118,10 @@ const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5060
5118
|
clipRule: "evenodd"
|
|
5061
5119
|
}
|
|
5062
5120
|
) });
|
|
5063
|
-
const BaseSvgIcon$
|
|
5121
|
+
const BaseSvgIcon$z = createSvgIcon(Icon$z(), "SupplyChain");
|
|
5064
5122
|
function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
5065
5123
|
return /* @__PURE__ */ jsx(
|
|
5066
|
-
BaseSvgIcon$
|
|
5124
|
+
BaseSvgIcon$z,
|
|
5067
5125
|
{
|
|
5068
5126
|
ref,
|
|
5069
5127
|
viewBox: "0 0 24 24",
|
|
@@ -5077,11 +5135,11 @@ function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
|
5077
5135
|
);
|
|
5078
5136
|
}
|
|
5079
5137
|
const SupplyChain$1 = forwardRef(SupplyChain);
|
|
5080
|
-
const Icon$
|
|
5081
|
-
const BaseSvgIcon$
|
|
5138
|
+
const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
|
|
5139
|
+
const BaseSvgIcon$y = createSvgIcon(Icon$y(), "SwatchCircle");
|
|
5082
5140
|
function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
5083
5141
|
return /* @__PURE__ */ jsx(
|
|
5084
|
-
BaseSvgIcon$
|
|
5142
|
+
BaseSvgIcon$y,
|
|
5085
5143
|
{
|
|
5086
5144
|
ref,
|
|
5087
5145
|
viewBox: "0 0 24 24",
|
|
@@ -5095,7 +5153,7 @@ function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
|
5095
5153
|
);
|
|
5096
5154
|
}
|
|
5097
5155
|
const SwatchCircle$1 = forwardRef(SwatchCircle);
|
|
5098
|
-
const Icon$
|
|
5156
|
+
const Icon$x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5099
5157
|
"path",
|
|
5100
5158
|
{
|
|
5101
5159
|
fill: "currentColor",
|
|
@@ -5104,10 +5162,10 @@ const Icon$w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5104
5162
|
clipRule: "evenodd"
|
|
5105
5163
|
}
|
|
5106
5164
|
) });
|
|
5107
|
-
const BaseSvgIcon$
|
|
5165
|
+
const BaseSvgIcon$x = createSvgIcon(Icon$x(), "SwatchCircleNone");
|
|
5108
5166
|
function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
5109
5167
|
return /* @__PURE__ */ jsx(
|
|
5110
|
-
BaseSvgIcon$
|
|
5168
|
+
BaseSvgIcon$x,
|
|
5111
5169
|
{
|
|
5112
5170
|
ref,
|
|
5113
5171
|
viewBox: "0 0 24 24",
|
|
@@ -5121,7 +5179,7 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
|
5121
5179
|
);
|
|
5122
5180
|
}
|
|
5123
5181
|
const SwatchCircleNone$1 = forwardRef(SwatchCircleNone);
|
|
5124
|
-
const Icon$
|
|
5182
|
+
const Icon$w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5125
5183
|
"path",
|
|
5126
5184
|
{
|
|
5127
5185
|
fill: "currentColor",
|
|
@@ -5130,10 +5188,10 @@ const Icon$v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5130
5188
|
clipRule: "evenodd"
|
|
5131
5189
|
}
|
|
5132
5190
|
) });
|
|
5133
|
-
const BaseSvgIcon$
|
|
5191
|
+
const BaseSvgIcon$w = createSvgIcon(Icon$w(), "TableColumn");
|
|
5134
5192
|
function TableColumn({ width, height, sx, ...props }, ref) {
|
|
5135
5193
|
return /* @__PURE__ */ jsx(
|
|
5136
|
-
BaseSvgIcon$
|
|
5194
|
+
BaseSvgIcon$w,
|
|
5137
5195
|
{
|
|
5138
5196
|
ref,
|
|
5139
5197
|
viewBox: "0 0 24 24",
|
|
@@ -5147,7 +5205,7 @@ function TableColumn({ width, height, sx, ...props }, ref) {
|
|
|
5147
5205
|
);
|
|
5148
5206
|
}
|
|
5149
5207
|
const TableColumn$1 = forwardRef(TableColumn);
|
|
5150
|
-
const Icon$
|
|
5208
|
+
const Icon$v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5151
5209
|
/* @__PURE__ */ jsx(
|
|
5152
5210
|
"path",
|
|
5153
5211
|
{
|
|
@@ -5165,10 +5223,10 @@ const Icon$u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5165
5223
|
}
|
|
5166
5224
|
)
|
|
5167
5225
|
] });
|
|
5168
|
-
const BaseSvgIcon$
|
|
5226
|
+
const BaseSvgIcon$v = createSvgIcon(Icon$v(), "TableColumnLimited");
|
|
5169
5227
|
function TableColumnLimited({ width, height, sx, ...props }, ref) {
|
|
5170
5228
|
return /* @__PURE__ */ jsx(
|
|
5171
|
-
BaseSvgIcon$
|
|
5229
|
+
BaseSvgIcon$v,
|
|
5172
5230
|
{
|
|
5173
5231
|
ref,
|
|
5174
5232
|
viewBox: "0 0 24 24",
|
|
@@ -5182,7 +5240,7 @@ function TableColumnLimited({ width, height, sx, ...props }, ref) {
|
|
|
5182
5240
|
);
|
|
5183
5241
|
}
|
|
5184
5242
|
const TableColumnLimited$1 = forwardRef(TableColumnLimited);
|
|
5185
|
-
const Icon$
|
|
5243
|
+
const Icon$u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5186
5244
|
/* @__PURE__ */ jsxs(
|
|
5187
5245
|
"g",
|
|
5188
5246
|
{
|
|
@@ -5198,10 +5256,10 @@ const Icon$t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5198
5256
|
),
|
|
5199
5257
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
5200
5258
|
] });
|
|
5201
|
-
const BaseSvgIcon$
|
|
5259
|
+
const BaseSvgIcon$u = createSvgIcon(Icon$u(), "TempTable");
|
|
5202
5260
|
function TempTable({ width, height, sx, ...props }, ref) {
|
|
5203
5261
|
return /* @__PURE__ */ jsx(
|
|
5204
|
-
BaseSvgIcon$
|
|
5262
|
+
BaseSvgIcon$u,
|
|
5205
5263
|
{
|
|
5206
5264
|
ref,
|
|
5207
5265
|
viewBox: "0 0 24 24",
|
|
@@ -5215,7 +5273,7 @@ function TempTable({ width, height, sx, ...props }, ref) {
|
|
|
5215
5273
|
);
|
|
5216
5274
|
}
|
|
5217
5275
|
const TempTable$1 = forwardRef(TempTable);
|
|
5218
|
-
const Icon$
|
|
5276
|
+
const Icon$t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5219
5277
|
"path",
|
|
5220
5278
|
{
|
|
5221
5279
|
fill: "currentColor",
|
|
@@ -5224,10 +5282,10 @@ const Icon$s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5224
5282
|
clipRule: "evenodd"
|
|
5225
5283
|
}
|
|
5226
5284
|
) });
|
|
5227
|
-
const BaseSvgIcon$
|
|
5285
|
+
const BaseSvgIcon$t = createSvgIcon(Icon$t(), "TerritoryPlanning");
|
|
5228
5286
|
function TerritoryPlanning({ width, height, sx, ...props }, ref) {
|
|
5229
5287
|
return /* @__PURE__ */ jsx(
|
|
5230
|
-
BaseSvgIcon$
|
|
5288
|
+
BaseSvgIcon$t,
|
|
5231
5289
|
{
|
|
5232
5290
|
ref,
|
|
5233
5291
|
viewBox: "0 0 24 24",
|
|
@@ -5241,7 +5299,7 @@ function TerritoryPlanning({ width, height, sx, ...props }, ref) {
|
|
|
5241
5299
|
);
|
|
5242
5300
|
}
|
|
5243
5301
|
const TerritoryPlanning$1 = forwardRef(TerritoryPlanning);
|
|
5244
|
-
const Icon$
|
|
5302
|
+
const Icon$s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5245
5303
|
"path",
|
|
5246
5304
|
{
|
|
5247
5305
|
fill: "currentColor",
|
|
@@ -5250,10 +5308,10 @@ const Icon$r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5250
5308
|
clipRule: "evenodd"
|
|
5251
5309
|
}
|
|
5252
5310
|
) });
|
|
5253
|
-
const BaseSvgIcon$
|
|
5311
|
+
const BaseSvgIcon$s = createSvgIcon(Icon$s(), "TextBox");
|
|
5254
5312
|
function TextBox({ width, height, sx, ...props }, ref) {
|
|
5255
5313
|
return /* @__PURE__ */ jsx(
|
|
5256
|
-
BaseSvgIcon$
|
|
5314
|
+
BaseSvgIcon$s,
|
|
5257
5315
|
{
|
|
5258
5316
|
ref,
|
|
5259
5317
|
viewBox: "0 0 24 24",
|
|
@@ -5267,7 +5325,7 @@ function TextBox({ width, height, sx, ...props }, ref) {
|
|
|
5267
5325
|
);
|
|
5268
5326
|
}
|
|
5269
5327
|
const TextBox$1 = forwardRef(TextBox);
|
|
5270
|
-
const Icon$
|
|
5328
|
+
const Icon$r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5271
5329
|
/* @__PURE__ */ jsx(
|
|
5272
5330
|
"path",
|
|
5273
5331
|
{
|
|
@@ -5288,10 +5346,10 @@ const Icon$q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5288
5346
|
),
|
|
5289
5347
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m11.394 21.809-9-6.858a1 1 0 0 1-.01-1.584" })
|
|
5290
5348
|
] });
|
|
5291
|
-
const BaseSvgIcon$
|
|
5349
|
+
const BaseSvgIcon$r = createSvgIcon(Icon$r(), "Tileset");
|
|
5292
5350
|
function Tileset({ width, height, sx, ...props }, ref) {
|
|
5293
5351
|
return /* @__PURE__ */ jsx(
|
|
5294
|
-
BaseSvgIcon$
|
|
5352
|
+
BaseSvgIcon$r,
|
|
5295
5353
|
{
|
|
5296
5354
|
ref,
|
|
5297
5355
|
viewBox: "0 0 24 24",
|
|
@@ -5305,7 +5363,7 @@ function Tileset({ width, height, sx, ...props }, ref) {
|
|
|
5305
5363
|
);
|
|
5306
5364
|
}
|
|
5307
5365
|
const Tileset$1 = forwardRef(Tileset);
|
|
5308
|
-
const Icon$
|
|
5366
|
+
const Icon$q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5309
5367
|
/* @__PURE__ */ jsx(
|
|
5310
5368
|
"path",
|
|
5311
5369
|
{
|
|
@@ -5332,10 +5390,10 @@ const Icon$p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5332
5390
|
}
|
|
5333
5391
|
)
|
|
5334
5392
|
] });
|
|
5335
|
-
const BaseSvgIcon$
|
|
5393
|
+
const BaseSvgIcon$q = createSvgIcon(Icon$q(), "TilesetsAggregated");
|
|
5336
5394
|
function TilesetsAggregated({ width, height, sx, ...props }, ref) {
|
|
5337
5395
|
return /* @__PURE__ */ jsx(
|
|
5338
|
-
BaseSvgIcon$
|
|
5396
|
+
BaseSvgIcon$q,
|
|
5339
5397
|
{
|
|
5340
5398
|
ref,
|
|
5341
5399
|
viewBox: "0 0 24 24",
|
|
@@ -5349,7 +5407,7 @@ function TilesetsAggregated({ width, height, sx, ...props }, ref) {
|
|
|
5349
5407
|
);
|
|
5350
5408
|
}
|
|
5351
5409
|
const TilesetsAggregated$1 = forwardRef(TilesetsAggregated);
|
|
5352
|
-
const Icon$
|
|
5410
|
+
const Icon$p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5353
5411
|
"path",
|
|
5354
5412
|
{
|
|
5355
5413
|
fill: "currentColor",
|
|
@@ -5358,10 +5416,10 @@ const Icon$o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5358
5416
|
clipRule: "evenodd"
|
|
5359
5417
|
}
|
|
5360
5418
|
) });
|
|
5361
|
-
const BaseSvgIcon$
|
|
5419
|
+
const BaseSvgIcon$p = createSvgIcon(Icon$p(), "TimeBuckets");
|
|
5362
5420
|
function TimeBuckets({ width, height, sx, ...props }, ref) {
|
|
5363
5421
|
return /* @__PURE__ */ jsx(
|
|
5364
|
-
BaseSvgIcon$
|
|
5422
|
+
BaseSvgIcon$p,
|
|
5365
5423
|
{
|
|
5366
5424
|
ref,
|
|
5367
5425
|
viewBox: "0 0 24 24",
|
|
@@ -5375,7 +5433,7 @@ function TimeBuckets({ width, height, sx, ...props }, ref) {
|
|
|
5375
5433
|
);
|
|
5376
5434
|
}
|
|
5377
5435
|
const TimeBuckets$1 = forwardRef(TimeBuckets);
|
|
5378
|
-
const Icon$
|
|
5436
|
+
const Icon$o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5379
5437
|
/* @__PURE__ */ jsx(
|
|
5380
5438
|
"path",
|
|
5381
5439
|
{
|
|
@@ -5393,10 +5451,10 @@ const Icon$n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5393
5451
|
}
|
|
5394
5452
|
)
|
|
5395
5453
|
] });
|
|
5396
|
-
const BaseSvgIcon$
|
|
5454
|
+
const BaseSvgIcon$o = createSvgIcon(Icon$o(), "TimeCar");
|
|
5397
5455
|
function TimeCar({ width, height, sx, ...props }, ref) {
|
|
5398
5456
|
return /* @__PURE__ */ jsx(
|
|
5399
|
-
BaseSvgIcon$
|
|
5457
|
+
BaseSvgIcon$o,
|
|
5400
5458
|
{
|
|
5401
5459
|
ref,
|
|
5402
5460
|
viewBox: "0 0 24 24",
|
|
@@ -5410,7 +5468,7 @@ function TimeCar({ width, height, sx, ...props }, ref) {
|
|
|
5410
5468
|
);
|
|
5411
5469
|
}
|
|
5412
5470
|
const TimeCar$1 = forwardRef(TimeCar);
|
|
5413
|
-
const Icon$
|
|
5471
|
+
const Icon$n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5414
5472
|
"path",
|
|
5415
5473
|
{
|
|
5416
5474
|
fill: "currentColor",
|
|
@@ -5419,10 +5477,10 @@ const Icon$m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5419
5477
|
clipRule: "evenodd"
|
|
5420
5478
|
}
|
|
5421
5479
|
) });
|
|
5422
|
-
const BaseSvgIcon$
|
|
5480
|
+
const BaseSvgIcon$n = createSvgIcon(Icon$n(), "TimeWindowIncremental");
|
|
5423
5481
|
function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
|
|
5424
5482
|
return /* @__PURE__ */ jsx(
|
|
5425
|
-
BaseSvgIcon$
|
|
5483
|
+
BaseSvgIcon$n,
|
|
5426
5484
|
{
|
|
5427
5485
|
ref,
|
|
5428
5486
|
viewBox: "0 0 24 24",
|
|
@@ -5436,7 +5494,7 @@ function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
|
|
|
5436
5494
|
);
|
|
5437
5495
|
}
|
|
5438
5496
|
const TimeWindowIncremental$1 = forwardRef(TimeWindowIncremental);
|
|
5439
|
-
const Icon$
|
|
5497
|
+
const Icon$m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5440
5498
|
"path",
|
|
5441
5499
|
{
|
|
5442
5500
|
fill: "currentColor",
|
|
@@ -5445,10 +5503,10 @@ const Icon$l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5445
5503
|
clipRule: "evenodd"
|
|
5446
5504
|
}
|
|
5447
5505
|
) });
|
|
5448
|
-
const BaseSvgIcon$
|
|
5506
|
+
const BaseSvgIcon$m = createSvgIcon(Icon$m(), "TimeWindowMoving");
|
|
5449
5507
|
function TimeWindowMoving({ width, height, sx, ...props }, ref) {
|
|
5450
5508
|
return /* @__PURE__ */ jsx(
|
|
5451
|
-
BaseSvgIcon$
|
|
5509
|
+
BaseSvgIcon$m,
|
|
5452
5510
|
{
|
|
5453
5511
|
ref,
|
|
5454
5512
|
viewBox: "0 0 24 24",
|
|
@@ -5462,7 +5520,7 @@ function TimeWindowMoving({ width, height, sx, ...props }, ref) {
|
|
|
5462
5520
|
);
|
|
5463
5521
|
}
|
|
5464
5522
|
const TimeWindowMoving$1 = forwardRef(TimeWindowMoving);
|
|
5465
|
-
const Icon$
|
|
5523
|
+
const Icon$l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5466
5524
|
"path",
|
|
5467
5525
|
{
|
|
5468
5526
|
fill: "currentColor",
|
|
@@ -5471,10 +5529,10 @@ const Icon$k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5471
5529
|
clipRule: "evenodd"
|
|
5472
5530
|
}
|
|
5473
5531
|
) });
|
|
5474
|
-
const BaseSvgIcon$
|
|
5532
|
+
const BaseSvgIcon$l = createSvgIcon(Icon$l(), "Tooltip");
|
|
5475
5533
|
function Tooltip({ width, height, sx, ...props }, ref) {
|
|
5476
5534
|
return /* @__PURE__ */ jsx(
|
|
5477
|
-
BaseSvgIcon$
|
|
5535
|
+
BaseSvgIcon$l,
|
|
5478
5536
|
{
|
|
5479
5537
|
ref,
|
|
5480
5538
|
viewBox: "0 0 24 24",
|
|
@@ -5488,17 +5546,17 @@ function Tooltip({ width, height, sx, ...props }, ref) {
|
|
|
5488
5546
|
);
|
|
5489
5547
|
}
|
|
5490
5548
|
const Tooltip$1 = forwardRef(Tooltip);
|
|
5491
|
-
const Icon$
|
|
5549
|
+
const Icon$k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5492
5550
|
"path",
|
|
5493
5551
|
{
|
|
5494
5552
|
fill: "currentColor",
|
|
5495
5553
|
d: "M12 13.694 7.41 18.21 6 16.823l6-5.904 6 5.904-1.41 1.387zM6 7.968h12V6H6z"
|
|
5496
5554
|
}
|
|
5497
5555
|
) });
|
|
5498
|
-
const BaseSvgIcon$
|
|
5556
|
+
const BaseSvgIcon$k = createSvgIcon(Icon$k(), "TopRow");
|
|
5499
5557
|
function TopRow({ width, height, sx, ...props }, ref) {
|
|
5500
5558
|
return /* @__PURE__ */ jsx(
|
|
5501
|
-
BaseSvgIcon$
|
|
5559
|
+
BaseSvgIcon$k,
|
|
5502
5560
|
{
|
|
5503
5561
|
ref,
|
|
5504
5562
|
viewBox: "0 0 24 24",
|
|
@@ -5512,7 +5570,7 @@ function TopRow({ width, height, sx, ...props }, ref) {
|
|
|
5512
5570
|
);
|
|
5513
5571
|
}
|
|
5514
5572
|
const TopRow$1 = forwardRef(TopRow);
|
|
5515
|
-
const Icon$
|
|
5573
|
+
const Icon$j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5516
5574
|
"path",
|
|
5517
5575
|
{
|
|
5518
5576
|
fill: "currentColor",
|
|
@@ -5521,10 +5579,10 @@ const Icon$i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5521
5579
|
clipRule: "evenodd"
|
|
5522
5580
|
}
|
|
5523
5581
|
) });
|
|
5524
|
-
const BaseSvgIcon$
|
|
5582
|
+
const BaseSvgIcon$j = createSvgIcon(Icon$j(), "TwinArea");
|
|
5525
5583
|
function TwinArea({ width, height, sx, ...props }, ref) {
|
|
5526
5584
|
return /* @__PURE__ */ jsx(
|
|
5527
|
-
BaseSvgIcon$
|
|
5585
|
+
BaseSvgIcon$j,
|
|
5528
5586
|
{
|
|
5529
5587
|
ref,
|
|
5530
5588
|
viewBox: "0 0 24 24",
|
|
@@ -5538,7 +5596,7 @@ function TwinArea({ width, height, sx, ...props }, ref) {
|
|
|
5538
5596
|
);
|
|
5539
5597
|
}
|
|
5540
5598
|
const TwinArea$1 = forwardRef(TwinArea);
|
|
5541
|
-
const Icon$
|
|
5599
|
+
const Icon$i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5542
5600
|
"path",
|
|
5543
5601
|
{
|
|
5544
5602
|
fill: "currentColor",
|
|
@@ -5547,10 +5605,10 @@ const Icon$h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5547
5605
|
clipRule: "evenodd"
|
|
5548
5606
|
}
|
|
5549
5607
|
) });
|
|
5550
|
-
const BaseSvgIcon$
|
|
5608
|
+
const BaseSvgIcon$i = createSvgIcon(Icon$i(), "Twitter");
|
|
5551
5609
|
function Twitter({ width, height, sx, ...props }, ref) {
|
|
5552
5610
|
return /* @__PURE__ */ jsx(
|
|
5553
|
-
BaseSvgIcon$
|
|
5611
|
+
BaseSvgIcon$i,
|
|
5554
5612
|
{
|
|
5555
5613
|
ref,
|
|
5556
5614
|
viewBox: "0 0 24 24",
|
|
@@ -5564,6 +5622,30 @@ function Twitter({ width, height, sx, ...props }, ref) {
|
|
|
5564
5622
|
);
|
|
5565
5623
|
}
|
|
5566
5624
|
const Twitter$1 = forwardRef(Twitter);
|
|
5625
|
+
const Icon$h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5626
|
+
"path",
|
|
5627
|
+
{
|
|
5628
|
+
fill: "currentColor",
|
|
5629
|
+
d: "M15 18H7v-2h8c2.21 0 4-1.79 4-4s-1.79-4-4-4H6.83l2.59 2.59L8 12 3 7l5-5 1.41 1.41L6.83 6H15c3.31 0 6 2.69 6 6s-2.69 6-6 6"
|
|
5630
|
+
}
|
|
5631
|
+
) });
|
|
5632
|
+
const BaseSvgIcon$h = createSvgIcon(Icon$h(), "UndoAlt");
|
|
5633
|
+
function UndoAlt({ width, height, sx, ...props }, ref) {
|
|
5634
|
+
return /* @__PURE__ */ jsx(
|
|
5635
|
+
BaseSvgIcon$h,
|
|
5636
|
+
{
|
|
5637
|
+
ref,
|
|
5638
|
+
viewBox: "0 0 24 24",
|
|
5639
|
+
sx: {
|
|
5640
|
+
width,
|
|
5641
|
+
height: height || width,
|
|
5642
|
+
...sx
|
|
5643
|
+
},
|
|
5644
|
+
...props
|
|
5645
|
+
}
|
|
5646
|
+
);
|
|
5647
|
+
}
|
|
5648
|
+
const UndoAlt$1 = forwardRef(UndoAlt);
|
|
5567
5649
|
const Icon$g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5568
5650
|
/* @__PURE__ */ jsx(
|
|
5569
5651
|
"path",
|
|
@@ -6177,6 +6259,7 @@ export {
|
|
|
6177
6259
|
Facebook$1 as Facebook,
|
|
6178
6260
|
Financial$1 as Financial,
|
|
6179
6261
|
FlipInverse$1 as FlipInverse,
|
|
6262
|
+
FoldersStackedOutlined$1 as FoldersStackedOutlined,
|
|
6180
6263
|
Framed$1 as Framed,
|
|
6181
6264
|
FraudDetection$1 as FraudDetection,
|
|
6182
6265
|
Functions$1 as Functions,
|
|
@@ -6244,6 +6327,7 @@ export {
|
|
|
6244
6327
|
QueryTable$1 as QueryTable,
|
|
6245
6328
|
Rain$1 as Rain,
|
|
6246
6329
|
Raster$1 as Raster,
|
|
6330
|
+
RedoAlt$1 as RedoAlt,
|
|
6247
6331
|
Redshift$1 as Redshift,
|
|
6248
6332
|
Report$1 as Report,
|
|
6249
6333
|
Reset$1 as Reset,
|
|
@@ -6277,7 +6361,7 @@ export {
|
|
|
6277
6361
|
SupplyChain$1 as SupplyChain,
|
|
6278
6362
|
SwatchCircle$1 as SwatchCircle,
|
|
6279
6363
|
SwatchCircleNone$1 as SwatchCircleNone,
|
|
6280
|
-
|
|
6364
|
+
S2 as SwatchSquare,
|
|
6281
6365
|
TableColumn$1 as TableColumn,
|
|
6282
6366
|
TableColumnLimited$1 as TableColumnLimited,
|
|
6283
6367
|
TempTable$1 as TempTable,
|
|
@@ -6293,6 +6377,7 @@ export {
|
|
|
6293
6377
|
TopRow$1 as TopRow,
|
|
6294
6378
|
TwinArea$1 as TwinArea,
|
|
6295
6379
|
Twitter$1 as Twitter,
|
|
6380
|
+
UndoAlt$1 as UndoAlt,
|
|
6296
6381
|
UpdateGen$1 as UpdateGen,
|
|
6297
6382
|
UploadFileUrl$1 as UploadFileUrl,
|
|
6298
6383
|
View2d$1 as View2d,
|