@carto/meridian-ds 2.7.0 → 2.8.0-alpha-empty-state.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -1
- package/dist/{Alert-BfDnWlbD.js → Alert-BZPM5zpX.js} +1 -1
- package/dist/{Alert-CPvYAHO_.cjs → Alert-C4W0H_uN.cjs} +1 -1
- package/dist/{MenuItem-ZSYcQBtg.cjs → MenuItem-CgF4QdGi.cjs} +1 -1
- package/dist/{MenuItem-D90EfuGS.js → MenuItem-DRUK149i.js} +1 -1
- package/dist/components/index.cjs +261 -93
- package/dist/components/index.js +270 -102
- package/dist/{css-utils-DjvM17Vb.cjs → css-utils-CH7es90t.cjs} +15 -0
- package/dist/{css-utils-BHYA7By_.js → css-utils-CjUBRJVK.js} +15 -0
- package/dist/custom-icons/index.cjs +296 -226
- package/dist/custom-icons/index.js +296 -226
- package/dist/theme/index.cjs +80 -3
- package/dist/theme/index.js +81 -4
- package/dist/types/components/CircularProgress/CircularProgress.d.ts +19 -0
- package/dist/types/components/CircularProgress/CircularProgress.d.ts.map +1 -0
- package/dist/types/components/CircularProgress/CircularProgress.stories.d.ts +72 -0
- package/dist/types/components/CircularProgress/CircularProgress.stories.d.ts.map +1 -0
- package/dist/types/components/CircularProgress/CircularProgress.test.d.ts +2 -0
- package/dist/types/components/CircularProgress/CircularProgress.test.d.ts.map +1 -0
- package/dist/types/components/CircularProgress/index.d.ts +3 -0
- package/dist/types/components/CircularProgress/index.d.ts.map +1 -0
- package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.d.ts +1 -1
- package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.d.ts.map +1 -1
- package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.stories.d.ts +13 -0
- package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.stories.d.ts.map +1 -1
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts +1 -1
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -1
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts +31 -0
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts.map +1 -1
- package/dist/types/components/Dialog/types.d.ts +7 -1
- package/dist/types/components/Dialog/types.d.ts.map +1 -1
- package/dist/types/components/EmptyState/EmptyState.d.ts +4 -0
- package/dist/types/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/types/components/EmptyState/EmptyState.stories.d.ts +158 -0
- package/dist/types/components/EmptyState/EmptyState.stories.d.ts.map +1 -0
- package/dist/types/components/EmptyState/EmptyState.styled.d.ts +40 -0
- package/dist/types/components/EmptyState/EmptyState.styled.d.ts.map +1 -0
- package/dist/types/components/EmptyState/EmptyState.test.d.ts +2 -0
- package/dist/types/components/EmptyState/EmptyState.test.d.ts.map +1 -0
- package/dist/types/components/EmptyState/index.d.ts +3 -0
- package/dist/types/components/EmptyState/index.d.ts.map +1 -0
- package/dist/types/components/EmptyState/types.d.ts +71 -0
- package/dist/types/components/EmptyState/types.d.ts.map +1 -0
- package/dist/types/components/Loader/Loader.d.ts +4 -0
- package/dist/types/components/Loader/Loader.d.ts.map +1 -0
- package/dist/types/components/Loader/Loader.stories.d.ts +130 -0
- package/dist/types/components/Loader/Loader.stories.d.ts.map +1 -0
- package/dist/types/components/Loader/Loader.test.d.ts +2 -0
- package/dist/types/components/Loader/Loader.test.d.ts.map +1 -0
- package/dist/types/components/Loader/index.d.ts +3 -0
- package/dist/types/components/Loader/index.d.ts.map +1 -0
- package/dist/types/components/Loader/types.d.ts +40 -0
- package/dist/types/components/Loader/types.d.ts.map +1 -0
- package/dist/types/components/SearchField/SearchField.styled.d.ts.map +1 -1
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -4
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +6 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/custom-icons/CreateFolder.d.ts +4 -0
- package/dist/types/custom-icons/CreateFolder.d.ts.map +1 -0
- package/dist/types/custom-icons/FolderEmpty.d.ts +4 -0
- package/dist/types/custom-icons/FolderEmpty.d.ts.map +1 -0
- package/dist/types/custom-icons/SelectFeature.d.ts.map +1 -1
- package/dist/types/custom-icons/index.d.ts +2 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/dist/types/localization/en.d.ts +5 -0
- package/dist/types/localization/en.d.ts.map +1 -1
- package/dist/types/localization/es.d.ts +5 -0
- package/dist/types/localization/es.d.ts.map +1 -1
- package/dist/types/localization/id.d.ts +5 -0
- package/dist/types/localization/id.d.ts.map +1 -1
- package/dist/types/localization/index.d.ts +15 -0
- package/dist/types/localization/index.d.ts.map +1 -1
- package/dist/types/theme/components/buttons.d.ts.map +1 -1
- package/dist/types/theme/components/forms.d.ts.map +1 -1
- package/dist/types/theme/components/stories/{Progress.stories.d.ts → LinearProgress.stories.d.ts} +12 -22
- package/dist/types/theme/components/stories/LinearProgress.stories.d.ts.map +1 -0
- package/dist/types/theme/types.d.ts +11 -0
- package/dist/types/theme/types.d.ts.map +1 -1
- package/dist/widgets/index.cjs +2 -2
- package/dist/widgets/index.js +2 -2
- package/package.json +2 -2
- package/dist/types/theme/components/stories/Progress.stories.d.ts.map +0 -1
|
@@ -5,7 +5,7 @@ import { A } from "../ArrowDown-d6bxUL0F.js";
|
|
|
5
5
|
import { A as A2, C, O } from "../OpenDiagonallyRight-CGdCEXlF.js";
|
|
6
6
|
import { S } from "../Search-C7wkXu3f.js";
|
|
7
7
|
import { S as S2 } from "../SwatchSquare-B6KYVoqV.js";
|
|
8
|
-
const Icon$
|
|
8
|
+
const Icon$3j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
9
9
|
"path",
|
|
10
10
|
{
|
|
11
11
|
fill: "currentColor",
|
|
@@ -14,10 +14,10 @@ const Icon$3h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
14
14
|
clipRule: "evenodd"
|
|
15
15
|
}
|
|
16
16
|
) });
|
|
17
|
-
const BaseSvgIcon$
|
|
17
|
+
const BaseSvgIcon$3j = createSvgIcon(Icon$3j(), "AccessIn");
|
|
18
18
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
19
19
|
return /* @__PURE__ */ jsx(
|
|
20
|
-
BaseSvgIcon$
|
|
20
|
+
BaseSvgIcon$3j,
|
|
21
21
|
{
|
|
22
22
|
ref,
|
|
23
23
|
viewBox: "0 0 24 24",
|
|
@@ -31,17 +31,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
31
31
|
);
|
|
32
32
|
}
|
|
33
33
|
const AccessIn$1 = forwardRef(AccessIn);
|
|
34
|
-
const Icon$
|
|
34
|
+
const Icon$3i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
35
35
|
"path",
|
|
36
36
|
{
|
|
37
37
|
fill: "currentColor",
|
|
38
38
|
d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
|
|
39
39
|
}
|
|
40
40
|
) });
|
|
41
|
-
const BaseSvgIcon$
|
|
41
|
+
const BaseSvgIcon$3i = createSvgIcon(Icon$3i(), "AddApp");
|
|
42
42
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
43
43
|
return /* @__PURE__ */ jsx(
|
|
44
|
-
BaseSvgIcon$
|
|
44
|
+
BaseSvgIcon$3i,
|
|
45
45
|
{
|
|
46
46
|
ref,
|
|
47
47
|
viewBox: "0 0 24 24",
|
|
@@ -55,7 +55,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
55
55
|
);
|
|
56
56
|
}
|
|
57
57
|
const AddApp$1 = forwardRef(AddApp);
|
|
58
|
-
const Icon$
|
|
58
|
+
const Icon$3h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
59
59
|
"path",
|
|
60
60
|
{
|
|
61
61
|
fill: "currentColor",
|
|
@@ -64,10 +64,10 @@ const Icon$3f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
64
64
|
clipRule: "evenodd"
|
|
65
65
|
}
|
|
66
66
|
) });
|
|
67
|
-
const BaseSvgIcon$
|
|
67
|
+
const BaseSvgIcon$3h = createSvgIcon(Icon$3h(), "AddSection");
|
|
68
68
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
69
69
|
return /* @__PURE__ */ jsx(
|
|
70
|
-
BaseSvgIcon$
|
|
70
|
+
BaseSvgIcon$3h,
|
|
71
71
|
{
|
|
72
72
|
ref,
|
|
73
73
|
viewBox: "0 0 24 24",
|
|
@@ -81,17 +81,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
81
81
|
);
|
|
82
82
|
}
|
|
83
83
|
const AddSection$1 = forwardRef(AddSection);
|
|
84
|
-
const Icon$
|
|
84
|
+
const Icon$3g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
85
85
|
"path",
|
|
86
86
|
{
|
|
87
87
|
fill: "currentColor",
|
|
88
88
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
89
89
|
}
|
|
90
90
|
) });
|
|
91
|
-
const BaseSvgIcon$
|
|
91
|
+
const BaseSvgIcon$3g = createSvgIcon(Icon$3g(), "AdvancedSettings");
|
|
92
92
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
93
93
|
return /* @__PURE__ */ jsx(
|
|
94
|
-
BaseSvgIcon$
|
|
94
|
+
BaseSvgIcon$3g,
|
|
95
95
|
{
|
|
96
96
|
ref,
|
|
97
97
|
viewBox: "0 0 24 24",
|
|
@@ -105,7 +105,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
105
105
|
);
|
|
106
106
|
}
|
|
107
107
|
const AdvancedSettings$1 = forwardRef(AdvancedSettings);
|
|
108
|
-
const Icon$
|
|
108
|
+
const Icon$3f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
109
109
|
/* @__PURE__ */ jsx(
|
|
110
110
|
"path",
|
|
111
111
|
{
|
|
@@ -137,10 +137,10 @@ const Icon$3d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
137
137
|
}
|
|
138
138
|
)
|
|
139
139
|
] });
|
|
140
|
-
const BaseSvgIcon$
|
|
140
|
+
const BaseSvgIcon$3f = createSvgIcon(Icon$3f(), "AiAgent");
|
|
141
141
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
142
142
|
return /* @__PURE__ */ jsx(
|
|
143
|
-
BaseSvgIcon$
|
|
143
|
+
BaseSvgIcon$3f,
|
|
144
144
|
{
|
|
145
145
|
ref,
|
|
146
146
|
viewBox: "0 0 24 24",
|
|
@@ -154,7 +154,7 @@ function AiAgent({ width, height, sx, ...props }, ref) {
|
|
|
154
154
|
);
|
|
155
155
|
}
|
|
156
156
|
const AiAgent$1 = forwardRef(AiAgent);
|
|
157
|
-
const Icon$
|
|
157
|
+
const Icon$3e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
158
158
|
/* @__PURE__ */ jsx(
|
|
159
159
|
"path",
|
|
160
160
|
{
|
|
@@ -172,10 +172,10 @@ const Icon$3c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
172
172
|
}
|
|
173
173
|
)
|
|
174
174
|
] });
|
|
175
|
-
const BaseSvgIcon$
|
|
175
|
+
const BaseSvgIcon$3e = createSvgIcon(Icon$3e(), "AiGeneratedObject");
|
|
176
176
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
177
177
|
return /* @__PURE__ */ jsx(
|
|
178
|
-
BaseSvgIcon$
|
|
178
|
+
BaseSvgIcon$3e,
|
|
179
179
|
{
|
|
180
180
|
ref,
|
|
181
181
|
viewBox: "0 0 24 24",
|
|
@@ -189,7 +189,7 @@ function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
|
189
189
|
);
|
|
190
190
|
}
|
|
191
191
|
const AiGeneratedObject$1 = forwardRef(AiGeneratedObject);
|
|
192
|
-
const Icon$
|
|
192
|
+
const Icon$3d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
193
193
|
/* @__PURE__ */ jsx(
|
|
194
194
|
"path",
|
|
195
195
|
{
|
|
@@ -230,10 +230,10 @@ const Icon$3b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
230
230
|
}
|
|
231
231
|
)
|
|
232
232
|
] });
|
|
233
|
-
const BaseSvgIcon$
|
|
233
|
+
const BaseSvgIcon$3d = createSvgIcon(Icon$3d(), "AiTool");
|
|
234
234
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
235
235
|
return /* @__PURE__ */ jsx(
|
|
236
|
-
BaseSvgIcon$
|
|
236
|
+
BaseSvgIcon$3d,
|
|
237
237
|
{
|
|
238
238
|
ref,
|
|
239
239
|
viewBox: "0 0 24 24",
|
|
@@ -247,7 +247,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
247
247
|
);
|
|
248
248
|
}
|
|
249
249
|
const AiTool$1 = forwardRef(AiTool);
|
|
250
|
-
const Icon$
|
|
250
|
+
const Icon$3c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
251
251
|
/* @__PURE__ */ jsx(
|
|
252
252
|
"path",
|
|
253
253
|
{
|
|
@@ -267,10 +267,10 @@ const Icon$3a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
267
267
|
}
|
|
268
268
|
)
|
|
269
269
|
] });
|
|
270
|
-
const BaseSvgIcon$
|
|
270
|
+
const BaseSvgIcon$3c = createSvgIcon(Icon$3c(), "Annotation");
|
|
271
271
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
272
272
|
return /* @__PURE__ */ jsx(
|
|
273
|
-
BaseSvgIcon$
|
|
273
|
+
BaseSvgIcon$3c,
|
|
274
274
|
{
|
|
275
275
|
ref,
|
|
276
276
|
viewBox: "0 0 24 24",
|
|
@@ -284,7 +284,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
284
284
|
);
|
|
285
285
|
}
|
|
286
286
|
const Annotation$1 = forwardRef(Annotation);
|
|
287
|
-
const Icon$
|
|
287
|
+
const Icon$3b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
288
288
|
"path",
|
|
289
289
|
{
|
|
290
290
|
fill: "currentColor",
|
|
@@ -293,10 +293,10 @@ const Icon$39 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
293
293
|
clipRule: "evenodd"
|
|
294
294
|
}
|
|
295
295
|
) });
|
|
296
|
-
const BaseSvgIcon$
|
|
296
|
+
const BaseSvgIcon$3b = createSvgIcon(Icon$3b(), "ApiAccessToken");
|
|
297
297
|
function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
298
298
|
return /* @__PURE__ */ jsx(
|
|
299
|
-
BaseSvgIcon$
|
|
299
|
+
BaseSvgIcon$3b,
|
|
300
300
|
{
|
|
301
301
|
ref,
|
|
302
302
|
viewBox: "0 0 24 24",
|
|
@@ -310,7 +310,7 @@ function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
|
310
310
|
);
|
|
311
311
|
}
|
|
312
312
|
const ApiAccessToken$1 = forwardRef(ApiAccessToken);
|
|
313
|
-
const Icon$
|
|
313
|
+
const Icon$3a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
314
314
|
"path",
|
|
315
315
|
{
|
|
316
316
|
fill: "currentColor",
|
|
@@ -319,10 +319,10 @@ const Icon$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
319
319
|
clipRule: "evenodd"
|
|
320
320
|
}
|
|
321
321
|
) });
|
|
322
|
-
const BaseSvgIcon$
|
|
322
|
+
const BaseSvgIcon$3a = createSvgIcon(Icon$3a(), "ApiBaseUrl");
|
|
323
323
|
function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
324
324
|
return /* @__PURE__ */ jsx(
|
|
325
|
-
BaseSvgIcon$
|
|
325
|
+
BaseSvgIcon$3a,
|
|
326
326
|
{
|
|
327
327
|
ref,
|
|
328
328
|
viewBox: "0 0 24 24",
|
|
@@ -336,7 +336,7 @@ function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
|
336
336
|
);
|
|
337
337
|
}
|
|
338
338
|
const ApiBaseUrl$1 = forwardRef(ApiBaseUrl);
|
|
339
|
-
const Icon$
|
|
339
|
+
const Icon$39 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
340
340
|
/* @__PURE__ */ jsx(
|
|
341
341
|
"path",
|
|
342
342
|
{
|
|
@@ -361,10 +361,10 @@ const Icon$37 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
361
361
|
}
|
|
362
362
|
)
|
|
363
363
|
] });
|
|
364
|
-
const BaseSvgIcon$
|
|
364
|
+
const BaseSvgIcon$39 = createSvgIcon(Icon$39(), "ApiCall");
|
|
365
365
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
366
366
|
return /* @__PURE__ */ jsx(
|
|
367
|
-
BaseSvgIcon$
|
|
367
|
+
BaseSvgIcon$39,
|
|
368
368
|
{
|
|
369
369
|
ref,
|
|
370
370
|
viewBox: "0 0 24 24",
|
|
@@ -378,7 +378,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
378
378
|
);
|
|
379
379
|
}
|
|
380
380
|
const ApiCall$1 = forwardRef(ApiCall);
|
|
381
|
-
const Icon$
|
|
381
|
+
const Icon$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
382
382
|
"path",
|
|
383
383
|
{
|
|
384
384
|
fill: "currentColor",
|
|
@@ -387,10 +387,10 @@ const Icon$36 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
387
387
|
clipRule: "evenodd"
|
|
388
388
|
}
|
|
389
389
|
) });
|
|
390
|
-
const BaseSvgIcon$
|
|
390
|
+
const BaseSvgIcon$38 = createSvgIcon(Icon$38(), "AppCredentials");
|
|
391
391
|
function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
392
392
|
return /* @__PURE__ */ jsx(
|
|
393
|
-
BaseSvgIcon$
|
|
393
|
+
BaseSvgIcon$38,
|
|
394
394
|
{
|
|
395
395
|
ref,
|
|
396
396
|
viewBox: "0 0 24 24",
|
|
@@ -404,7 +404,7 @@ function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
|
404
404
|
);
|
|
405
405
|
}
|
|
406
406
|
const AppCredentials$1 = forwardRef(AppCredentials);
|
|
407
|
-
const Icon$
|
|
407
|
+
const Icon$37 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
408
408
|
"path",
|
|
409
409
|
{
|
|
410
410
|
fill: "currentColor",
|
|
@@ -413,10 +413,10 @@ const Icon$35 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
413
413
|
clipRule: "evenodd"
|
|
414
414
|
}
|
|
415
415
|
) });
|
|
416
|
-
const BaseSvgIcon$
|
|
416
|
+
const BaseSvgIcon$37 = createSvgIcon(Icon$37(), "ArrowLeft");
|
|
417
417
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
418
418
|
return /* @__PURE__ */ jsx(
|
|
419
|
-
BaseSvgIcon$
|
|
419
|
+
BaseSvgIcon$37,
|
|
420
420
|
{
|
|
421
421
|
ref,
|
|
422
422
|
viewBox: "0 0 24 24",
|
|
@@ -430,7 +430,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
430
430
|
);
|
|
431
431
|
}
|
|
432
432
|
const ArrowLeft$1 = forwardRef(ArrowLeft);
|
|
433
|
-
const Icon$
|
|
433
|
+
const Icon$36 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
434
434
|
"path",
|
|
435
435
|
{
|
|
436
436
|
fill: "currentColor",
|
|
@@ -439,10 +439,10 @@ const Icon$34 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
439
439
|
clipRule: "evenodd"
|
|
440
440
|
}
|
|
441
441
|
) });
|
|
442
|
-
const BaseSvgIcon$
|
|
442
|
+
const BaseSvgIcon$36 = createSvgIcon(Icon$36(), "ArrowRight");
|
|
443
443
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
444
444
|
return /* @__PURE__ */ jsx(
|
|
445
|
-
BaseSvgIcon$
|
|
445
|
+
BaseSvgIcon$36,
|
|
446
446
|
{
|
|
447
447
|
ref,
|
|
448
448
|
viewBox: "0 0 24 24",
|
|
@@ -456,7 +456,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
456
456
|
);
|
|
457
457
|
}
|
|
458
458
|
const ArrowRight$1 = forwardRef(ArrowRight);
|
|
459
|
-
const Icon$
|
|
459
|
+
const Icon$35 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
460
460
|
/* @__PURE__ */ jsx(
|
|
461
461
|
"path",
|
|
462
462
|
{
|
|
@@ -481,10 +481,10 @@ const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
481
481
|
}
|
|
482
482
|
)
|
|
483
483
|
] });
|
|
484
|
-
const BaseSvgIcon$
|
|
484
|
+
const BaseSvgIcon$35 = createSvgIcon(Icon$35(), "AsynchronousWait");
|
|
485
485
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
486
486
|
return /* @__PURE__ */ jsx(
|
|
487
|
-
BaseSvgIcon$
|
|
487
|
+
BaseSvgIcon$35,
|
|
488
488
|
{
|
|
489
489
|
ref,
|
|
490
490
|
viewBox: "0 0 24 24",
|
|
@@ -498,7 +498,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
498
498
|
);
|
|
499
499
|
}
|
|
500
500
|
const AsynchronousWait$1 = forwardRef(AsynchronousWait);
|
|
501
|
-
const Icon$
|
|
501
|
+
const Icon$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
502
502
|
/* @__PURE__ */ jsx(
|
|
503
503
|
"path",
|
|
504
504
|
{
|
|
@@ -518,10 +518,10 @@ const Icon$32 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
518
518
|
}
|
|
519
519
|
)
|
|
520
520
|
] });
|
|
521
|
-
const BaseSvgIcon$
|
|
521
|
+
const BaseSvgIcon$34 = createSvgIcon(Icon$34(), "Autostyle");
|
|
522
522
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
523
523
|
return /* @__PURE__ */ jsx(
|
|
524
|
-
BaseSvgIcon$
|
|
524
|
+
BaseSvgIcon$34,
|
|
525
525
|
{
|
|
526
526
|
ref,
|
|
527
527
|
viewBox: "0 0 24 24",
|
|
@@ -535,7 +535,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
535
535
|
);
|
|
536
536
|
}
|
|
537
537
|
const Autostyle$1 = forwardRef(Autostyle);
|
|
538
|
-
const Icon$
|
|
538
|
+
const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
539
539
|
/* @__PURE__ */ jsx(
|
|
540
540
|
"path",
|
|
541
541
|
{
|
|
@@ -553,10 +553,10 @@ const Icon$31 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
553
553
|
}
|
|
554
554
|
)
|
|
555
555
|
] });
|
|
556
|
-
const BaseSvgIcon$
|
|
556
|
+
const BaseSvgIcon$33 = createSvgIcon(Icon$33(), "Avg");
|
|
557
557
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
558
558
|
return /* @__PURE__ */ jsx(
|
|
559
|
-
BaseSvgIcon$
|
|
559
|
+
BaseSvgIcon$33,
|
|
560
560
|
{
|
|
561
561
|
ref,
|
|
562
562
|
viewBox: "0 0 24 24",
|
|
@@ -570,7 +570,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
570
570
|
);
|
|
571
571
|
}
|
|
572
572
|
const Avg$1 = forwardRef(Avg);
|
|
573
|
-
const Icon$
|
|
573
|
+
const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
574
574
|
"path",
|
|
575
575
|
{
|
|
576
576
|
fill: "currentColor",
|
|
@@ -579,10 +579,10 @@ const Icon$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
579
579
|
clipRule: "evenodd"
|
|
580
580
|
}
|
|
581
581
|
) });
|
|
582
|
-
const BaseSvgIcon$
|
|
582
|
+
const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "Behavioral");
|
|
583
583
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
584
584
|
return /* @__PURE__ */ jsx(
|
|
585
|
-
BaseSvgIcon$
|
|
585
|
+
BaseSvgIcon$32,
|
|
586
586
|
{
|
|
587
587
|
ref,
|
|
588
588
|
viewBox: "0 0 24 24",
|
|
@@ -596,7 +596,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
596
596
|
);
|
|
597
597
|
}
|
|
598
598
|
const Behavioral$1 = forwardRef(Behavioral);
|
|
599
|
-
const Icon$
|
|
599
|
+
const Icon$31 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
600
600
|
/* @__PURE__ */ jsx(
|
|
601
601
|
"path",
|
|
602
602
|
{
|
|
@@ -614,10 +614,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
614
614
|
}
|
|
615
615
|
)
|
|
616
616
|
] });
|
|
617
|
-
const BaseSvgIcon$
|
|
617
|
+
const BaseSvgIcon$31 = createSvgIcon(Icon$31(), "Bigquery");
|
|
618
618
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
619
619
|
return /* @__PURE__ */ jsx(
|
|
620
|
-
BaseSvgIcon$
|
|
620
|
+
BaseSvgIcon$31,
|
|
621
621
|
{
|
|
622
622
|
ref,
|
|
623
623
|
viewBox: "0 0 24 24",
|
|
@@ -631,7 +631,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
631
631
|
);
|
|
632
632
|
}
|
|
633
633
|
const Bigquery$1 = forwardRef(Bigquery);
|
|
634
|
-
const Icon$
|
|
634
|
+
const Icon$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
635
635
|
"path",
|
|
636
636
|
{
|
|
637
637
|
fill: "currentColor",
|
|
@@ -640,10 +640,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
640
640
|
clipRule: "evenodd"
|
|
641
641
|
}
|
|
642
642
|
) });
|
|
643
|
-
const BaseSvgIcon$
|
|
643
|
+
const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "Blending");
|
|
644
644
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
645
645
|
return /* @__PURE__ */ jsx(
|
|
646
|
-
BaseSvgIcon$
|
|
646
|
+
BaseSvgIcon$30,
|
|
647
647
|
{
|
|
648
648
|
ref,
|
|
649
649
|
viewBox: "0 0 24 24",
|
|
@@ -657,7 +657,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
657
657
|
);
|
|
658
658
|
}
|
|
659
659
|
const Blending$1 = forwardRef(Blending);
|
|
660
|
-
const Icon$
|
|
660
|
+
const Icon$2$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
661
661
|
"path",
|
|
662
662
|
{
|
|
663
663
|
fill: "currentColor",
|
|
@@ -666,10 +666,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
666
666
|
clipRule: "evenodd"
|
|
667
667
|
}
|
|
668
668
|
) });
|
|
669
|
-
const BaseSvgIcon$
|
|
669
|
+
const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "BlockLabel");
|
|
670
670
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
671
671
|
return /* @__PURE__ */ jsx(
|
|
672
|
-
BaseSvgIcon$
|
|
672
|
+
BaseSvgIcon$2$,
|
|
673
673
|
{
|
|
674
674
|
ref,
|
|
675
675
|
viewBox: "0 0 24 24",
|
|
@@ -683,7 +683,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
683
683
|
);
|
|
684
684
|
}
|
|
685
685
|
const BlockLabel$1 = forwardRef(BlockLabel);
|
|
686
|
-
const Icon$
|
|
686
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
687
687
|
/* @__PURE__ */ jsx(
|
|
688
688
|
"path",
|
|
689
689
|
{
|
|
@@ -701,10 +701,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
701
701
|
}
|
|
702
702
|
)
|
|
703
703
|
] });
|
|
704
|
-
const BaseSvgIcon$
|
|
704
|
+
const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "BlockLabelOff");
|
|
705
705
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
706
706
|
return /* @__PURE__ */ jsx(
|
|
707
|
-
BaseSvgIcon$
|
|
707
|
+
BaseSvgIcon$2_,
|
|
708
708
|
{
|
|
709
709
|
ref,
|
|
710
710
|
viewBox: "0 0 24 24",
|
|
@@ -718,17 +718,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
718
718
|
);
|
|
719
719
|
}
|
|
720
720
|
const BlockLabelOff$1 = forwardRef(BlockLabelOff);
|
|
721
|
-
const Icon$
|
|
721
|
+
const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
722
722
|
"path",
|
|
723
723
|
{
|
|
724
724
|
fill: "currentColor",
|
|
725
725
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
726
726
|
}
|
|
727
727
|
) });
|
|
728
|
-
const BaseSvgIcon$
|
|
728
|
+
const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "BottomRow");
|
|
729
729
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
730
730
|
return /* @__PURE__ */ jsx(
|
|
731
|
-
BaseSvgIcon$
|
|
731
|
+
BaseSvgIcon$2Z,
|
|
732
732
|
{
|
|
733
733
|
ref,
|
|
734
734
|
viewBox: "0 0 24 24",
|
|
@@ -742,7 +742,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
742
742
|
);
|
|
743
743
|
}
|
|
744
744
|
const BottomRow$1 = forwardRef(BottomRow);
|
|
745
|
-
const Icon$
|
|
745
|
+
const Icon$2Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
746
746
|
"path",
|
|
747
747
|
{
|
|
748
748
|
fill: "currentColor",
|
|
@@ -751,10 +751,10 @@ const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
751
751
|
clipRule: "evenodd"
|
|
752
752
|
}
|
|
753
753
|
) });
|
|
754
|
-
const BaseSvgIcon$
|
|
754
|
+
const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "BulletPointAlt");
|
|
755
755
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
756
756
|
return /* @__PURE__ */ jsx(
|
|
757
|
-
BaseSvgIcon$
|
|
757
|
+
BaseSvgIcon$2Y,
|
|
758
758
|
{
|
|
759
759
|
ref,
|
|
760
760
|
viewBox: "0 0 24 24",
|
|
@@ -768,7 +768,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
|
768
768
|
);
|
|
769
769
|
}
|
|
770
770
|
const BulletPointAlt$1 = forwardRef(BulletPointAlt);
|
|
771
|
-
const Icon$
|
|
771
|
+
const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
772
772
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
|
|
773
773
|
/* @__PURE__ */ jsx(
|
|
774
774
|
"path",
|
|
@@ -780,10 +780,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
780
780
|
}
|
|
781
781
|
)
|
|
782
782
|
] });
|
|
783
|
-
const BaseSvgIcon$
|
|
783
|
+
const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "BulletPointCheckedAlt");
|
|
784
784
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
785
785
|
return /* @__PURE__ */ jsx(
|
|
786
|
-
BaseSvgIcon$
|
|
786
|
+
BaseSvgIcon$2X,
|
|
787
787
|
{
|
|
788
788
|
ref,
|
|
789
789
|
viewBox: "0 0 24 24",
|
|
@@ -797,7 +797,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
|
797
797
|
);
|
|
798
798
|
}
|
|
799
799
|
const BulletPointCheckedAlt$1 = forwardRef(BulletPointCheckedAlt);
|
|
800
|
-
const Icon$
|
|
800
|
+
const Icon$2W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
801
801
|
/* @__PURE__ */ jsx(
|
|
802
802
|
"path",
|
|
803
803
|
{
|
|
@@ -815,10 +815,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
815
815
|
}
|
|
816
816
|
)
|
|
817
817
|
] });
|
|
818
|
-
const BaseSvgIcon$
|
|
818
|
+
const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "Carto");
|
|
819
819
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
820
820
|
return /* @__PURE__ */ jsx(
|
|
821
|
-
BaseSvgIcon$
|
|
821
|
+
BaseSvgIcon$2W,
|
|
822
822
|
{
|
|
823
823
|
ref,
|
|
824
824
|
viewBox: "0 0 24 24",
|
|
@@ -832,7 +832,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
832
832
|
);
|
|
833
833
|
}
|
|
834
834
|
const Carto$1 = forwardRef(Carto);
|
|
835
|
-
const Icon$
|
|
835
|
+
const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
836
836
|
/* @__PURE__ */ jsx(
|
|
837
837
|
"path",
|
|
838
838
|
{
|
|
@@ -848,10 +848,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
848
848
|
}
|
|
849
849
|
)
|
|
850
850
|
] });
|
|
851
|
-
const BaseSvgIcon$
|
|
851
|
+
const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "CartoAi");
|
|
852
852
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
853
853
|
return /* @__PURE__ */ jsx(
|
|
854
|
-
BaseSvgIcon$
|
|
854
|
+
BaseSvgIcon$2V,
|
|
855
855
|
{
|
|
856
856
|
ref,
|
|
857
857
|
viewBox: "0 0 24 24",
|
|
@@ -865,7 +865,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
865
865
|
);
|
|
866
866
|
}
|
|
867
867
|
const CartoAi$1 = forwardRef(CartoAi);
|
|
868
|
-
const Icon$
|
|
868
|
+
const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
869
869
|
/* @__PURE__ */ jsx(
|
|
870
870
|
"path",
|
|
871
871
|
{
|
|
@@ -883,10 +883,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
883
883
|
}
|
|
884
884
|
)
|
|
885
885
|
] });
|
|
886
|
-
const BaseSvgIcon$
|
|
886
|
+
const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "CartoSymbol");
|
|
887
887
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
888
888
|
return /* @__PURE__ */ jsx(
|
|
889
|
-
BaseSvgIcon$
|
|
889
|
+
BaseSvgIcon$2U,
|
|
890
890
|
{
|
|
891
891
|
ref,
|
|
892
892
|
viewBox: "0 0 24 24",
|
|
@@ -900,7 +900,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
900
900
|
);
|
|
901
901
|
}
|
|
902
902
|
const CartoSymbol$1 = forwardRef(CartoSymbol);
|
|
903
|
-
const Icon$
|
|
903
|
+
const Icon$2T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
904
904
|
/* @__PURE__ */ jsxs(
|
|
905
905
|
"g",
|
|
906
906
|
{
|
|
@@ -916,10 +916,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
916
916
|
),
|
|
917
917
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
918
918
|
] });
|
|
919
|
-
const BaseSvgIcon$
|
|
919
|
+
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "CatalogView");
|
|
920
920
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
921
921
|
return /* @__PURE__ */ jsx(
|
|
922
|
-
BaseSvgIcon$
|
|
922
|
+
BaseSvgIcon$2T,
|
|
923
923
|
{
|
|
924
924
|
ref,
|
|
925
925
|
viewBox: "0 0 24 24",
|
|
@@ -933,7 +933,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
933
933
|
);
|
|
934
934
|
}
|
|
935
935
|
const CatalogView$1 = forwardRef(CatalogView);
|
|
936
|
-
const Icon$
|
|
936
|
+
const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
937
937
|
/* @__PURE__ */ jsx(
|
|
938
938
|
"path",
|
|
939
939
|
{
|
|
@@ -953,10 +953,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
953
953
|
}
|
|
954
954
|
)
|
|
955
955
|
] });
|
|
956
|
-
const BaseSvgIcon$
|
|
956
|
+
const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "CatastropheModeling");
|
|
957
957
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
958
958
|
return /* @__PURE__ */ jsx(
|
|
959
|
-
BaseSvgIcon$
|
|
959
|
+
BaseSvgIcon$2S,
|
|
960
960
|
{
|
|
961
961
|
ref,
|
|
962
962
|
viewBox: "0 0 24 24",
|
|
@@ -970,7 +970,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
970
970
|
);
|
|
971
971
|
}
|
|
972
972
|
const CatastropheModeling$1 = forwardRef(CatastropheModeling);
|
|
973
|
-
const Icon$
|
|
973
|
+
const Icon$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
974
974
|
"path",
|
|
975
975
|
{
|
|
976
976
|
fill: "currentColor",
|
|
@@ -979,10 +979,10 @@ const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
979
979
|
clipRule: "evenodd"
|
|
980
980
|
}
|
|
981
981
|
) });
|
|
982
|
-
const BaseSvgIcon$
|
|
982
|
+
const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "Center");
|
|
983
983
|
function Center({ width, height, sx, ...props }, ref) {
|
|
984
984
|
return /* @__PURE__ */ jsx(
|
|
985
|
-
BaseSvgIcon$
|
|
985
|
+
BaseSvgIcon$2R,
|
|
986
986
|
{
|
|
987
987
|
ref,
|
|
988
988
|
viewBox: "0 0 24 24",
|
|
@@ -996,7 +996,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
996
996
|
);
|
|
997
997
|
}
|
|
998
998
|
const Center$1 = forwardRef(Center);
|
|
999
|
-
const Icon$
|
|
999
|
+
const Icon$2Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1000
1000
|
"path",
|
|
1001
1001
|
{
|
|
1002
1002
|
fill: "currentColor",
|
|
@@ -1005,10 +1005,10 @@ const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1005
1005
|
clipRule: "evenodd"
|
|
1006
1006
|
}
|
|
1007
1007
|
) });
|
|
1008
|
-
const BaseSvgIcon$
|
|
1008
|
+
const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "CenterLayer");
|
|
1009
1009
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
1010
1010
|
return /* @__PURE__ */ jsx(
|
|
1011
|
-
BaseSvgIcon$
|
|
1011
|
+
BaseSvgIcon$2Q,
|
|
1012
1012
|
{
|
|
1013
1013
|
ref,
|
|
1014
1014
|
viewBox: "0 0 24 24",
|
|
@@ -1022,7 +1022,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
1022
1022
|
);
|
|
1023
1023
|
}
|
|
1024
1024
|
const CenterLayer$1 = forwardRef(CenterLayer);
|
|
1025
|
-
const Icon$
|
|
1025
|
+
const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1026
1026
|
"path",
|
|
1027
1027
|
{
|
|
1028
1028
|
fill: "currentColor",
|
|
@@ -1031,10 +1031,10 @@ const Icon$2N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1031
1031
|
clipRule: "evenodd"
|
|
1032
1032
|
}
|
|
1033
1033
|
) });
|
|
1034
|
-
const BaseSvgIcon$
|
|
1034
|
+
const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "CloseDiagonallyLeft");
|
|
1035
1035
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
1036
1036
|
return /* @__PURE__ */ jsx(
|
|
1037
|
-
BaseSvgIcon$
|
|
1037
|
+
BaseSvgIcon$2P,
|
|
1038
1038
|
{
|
|
1039
1039
|
ref,
|
|
1040
1040
|
viewBox: "0 0 24 24",
|
|
@@ -1048,7 +1048,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
1048
1048
|
);
|
|
1049
1049
|
}
|
|
1050
1050
|
const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
|
|
1051
|
-
const Icon$
|
|
1051
|
+
const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1052
1052
|
"path",
|
|
1053
1053
|
{
|
|
1054
1054
|
fill: "currentColor",
|
|
@@ -1057,10 +1057,10 @@ const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1057
1057
|
clipRule: "evenodd"
|
|
1058
1058
|
}
|
|
1059
1059
|
) });
|
|
1060
|
-
const BaseSvgIcon$
|
|
1060
|
+
const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "CloseVertically");
|
|
1061
1061
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
1062
1062
|
return /* @__PURE__ */ jsx(
|
|
1063
|
-
BaseSvgIcon$
|
|
1063
|
+
BaseSvgIcon$2O,
|
|
1064
1064
|
{
|
|
1065
1065
|
ref,
|
|
1066
1066
|
viewBox: "0 0 24 24",
|
|
@@ -1074,7 +1074,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
1074
1074
|
);
|
|
1075
1075
|
}
|
|
1076
1076
|
const CloseVertically$1 = forwardRef(CloseVertically);
|
|
1077
|
-
const Icon$
|
|
1077
|
+
const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1078
1078
|
/* @__PURE__ */ jsx(
|
|
1079
1079
|
"path",
|
|
1080
1080
|
{
|
|
@@ -1090,10 +1090,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1090
1090
|
}
|
|
1091
1091
|
)
|
|
1092
1092
|
] });
|
|
1093
|
-
const BaseSvgIcon$
|
|
1093
|
+
const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "CodeBlock");
|
|
1094
1094
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1095
1095
|
return /* @__PURE__ */ jsx(
|
|
1096
|
-
BaseSvgIcon$
|
|
1096
|
+
BaseSvgIcon$2N,
|
|
1097
1097
|
{
|
|
1098
1098
|
ref,
|
|
1099
1099
|
viewBox: "0 0 24 24",
|
|
@@ -1107,17 +1107,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
1107
1107
|
);
|
|
1108
1108
|
}
|
|
1109
1109
|
const CodeBlock$1 = forwardRef(CodeBlock);
|
|
1110
|
-
const Icon$
|
|
1110
|
+
const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1111
1111
|
"path",
|
|
1112
1112
|
{
|
|
1113
1113
|
fill: "currentColor",
|
|
1114
1114
|
d: "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78-.27-.13-.56-.19-.86-.19-.19 0-.38.03-.56.08l-3.2.94.94-3.2c.14-.47.1-.98-.11-1.42A7.9 7.9 0 0 1 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97 5.52 0 10-4.48 10-10S17.52 2 12 2"
|
|
1115
1115
|
}
|
|
1116
1116
|
) });
|
|
1117
|
-
const BaseSvgIcon$
|
|
1117
|
+
const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "Comments");
|
|
1118
1118
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1119
1119
|
return /* @__PURE__ */ jsx(
|
|
1120
|
-
BaseSvgIcon$
|
|
1120
|
+
BaseSvgIcon$2M,
|
|
1121
1121
|
{
|
|
1122
1122
|
ref,
|
|
1123
1123
|
viewBox: "0 0 24 24",
|
|
@@ -1131,7 +1131,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
1131
1131
|
);
|
|
1132
1132
|
}
|
|
1133
1133
|
const Comments$1 = forwardRef(Comments);
|
|
1134
|
-
const Icon$
|
|
1134
|
+
const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1135
1135
|
"path",
|
|
1136
1136
|
{
|
|
1137
1137
|
fill: "currentColor",
|
|
@@ -1140,10 +1140,10 @@ const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1140
1140
|
clipRule: "evenodd"
|
|
1141
1141
|
}
|
|
1142
1142
|
) });
|
|
1143
|
-
const BaseSvgIcon$
|
|
1143
|
+
const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "Console");
|
|
1144
1144
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1145
1145
|
return /* @__PURE__ */ jsx(
|
|
1146
|
-
BaseSvgIcon$
|
|
1146
|
+
BaseSvgIcon$2L,
|
|
1147
1147
|
{
|
|
1148
1148
|
ref,
|
|
1149
1149
|
viewBox: "0 0 24 24",
|
|
@@ -1157,7 +1157,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
1157
1157
|
);
|
|
1158
1158
|
}
|
|
1159
1159
|
const Console$1 = forwardRef(Console);
|
|
1160
|
-
const Icon$
|
|
1160
|
+
const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1161
1161
|
"path",
|
|
1162
1162
|
{
|
|
1163
1163
|
fill: "currentColor",
|
|
@@ -1166,10 +1166,10 @@ const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1166
1166
|
clipRule: "evenodd"
|
|
1167
1167
|
}
|
|
1168
1168
|
) });
|
|
1169
|
-
const BaseSvgIcon$
|
|
1169
|
+
const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "Covid19");
|
|
1170
1170
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1171
1171
|
return /* @__PURE__ */ jsx(
|
|
1172
|
-
BaseSvgIcon$
|
|
1172
|
+
BaseSvgIcon$2K,
|
|
1173
1173
|
{
|
|
1174
1174
|
ref,
|
|
1175
1175
|
viewBox: "0 0 24 24",
|
|
@@ -1183,7 +1183,32 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1183
1183
|
);
|
|
1184
1184
|
}
|
|
1185
1185
|
const Covid19$1 = forwardRef(Covid19);
|
|
1186
|
-
const Icon$
|
|
1186
|
+
const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1187
|
+
"path",
|
|
1188
|
+
{
|
|
1189
|
+
fill: "currentColor",
|
|
1190
|
+
stroke: "currentColor",
|
|
1191
|
+
d: "M19.833 15.833v3h3v1h-3v3h-1v-3h-3v-1h3v-3zM4 4.5h5.793l2 2H20c.824 0 1.5.676 1.5 1.5v4.167h-1V7.5h-9.123l-2-2H3.5v13h8.667v1H4c-.824 0-1.5-.676-1.5-1.5l.01-12c0-.827.67-1.5 1.49-1.5Z"
|
|
1192
|
+
}
|
|
1193
|
+
) });
|
|
1194
|
+
const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "CreateFolder");
|
|
1195
|
+
function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
1196
|
+
return /* @__PURE__ */ jsx(
|
|
1197
|
+
BaseSvgIcon$2J,
|
|
1198
|
+
{
|
|
1199
|
+
ref,
|
|
1200
|
+
viewBox: "0 0 24 24",
|
|
1201
|
+
sx: {
|
|
1202
|
+
width,
|
|
1203
|
+
height: height || width,
|
|
1204
|
+
...sx
|
|
1205
|
+
},
|
|
1206
|
+
...props
|
|
1207
|
+
}
|
|
1208
|
+
);
|
|
1209
|
+
}
|
|
1210
|
+
const CreateFolder$1 = forwardRef(CreateFolder);
|
|
1211
|
+
const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1187
1212
|
"path",
|
|
1188
1213
|
{
|
|
1189
1214
|
fill: "currentColor",
|
|
@@ -1192,10 +1217,10 @@ const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1192
1217
|
clipRule: "evenodd"
|
|
1193
1218
|
}
|
|
1194
1219
|
) });
|
|
1195
|
-
const BaseSvgIcon$
|
|
1220
|
+
const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "CreateMap");
|
|
1196
1221
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1197
1222
|
return /* @__PURE__ */ jsx(
|
|
1198
|
-
BaseSvgIcon$
|
|
1223
|
+
BaseSvgIcon$2I,
|
|
1199
1224
|
{
|
|
1200
1225
|
ref,
|
|
1201
1226
|
viewBox: "0 0 24 24",
|
|
@@ -1209,17 +1234,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1209
1234
|
);
|
|
1210
1235
|
}
|
|
1211
1236
|
const CreateMap$1 = forwardRef(CreateMap);
|
|
1212
|
-
const Icon$
|
|
1237
|
+
const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1213
1238
|
"path",
|
|
1214
1239
|
{
|
|
1215
1240
|
fill: "currentColor",
|
|
1216
1241
|
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"
|
|
1217
1242
|
}
|
|
1218
1243
|
) });
|
|
1219
|
-
const BaseSvgIcon$
|
|
1244
|
+
const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "CreateSpatialAnalysis");
|
|
1220
1245
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1221
1246
|
return /* @__PURE__ */ jsx(
|
|
1222
|
-
BaseSvgIcon$
|
|
1247
|
+
BaseSvgIcon$2H,
|
|
1223
1248
|
{
|
|
1224
1249
|
ref,
|
|
1225
1250
|
viewBox: "0 0 24 24",
|
|
@@ -1233,7 +1258,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1233
1258
|
);
|
|
1234
1259
|
}
|
|
1235
1260
|
const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
|
|
1236
|
-
const Icon$
|
|
1261
|
+
const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1237
1262
|
/* @__PURE__ */ jsx(
|
|
1238
1263
|
"path",
|
|
1239
1264
|
{
|
|
@@ -1251,10 +1276,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1251
1276
|
}
|
|
1252
1277
|
)
|
|
1253
1278
|
] });
|
|
1254
|
-
const BaseSvgIcon$
|
|
1279
|
+
const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "CreateTileset");
|
|
1255
1280
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1256
1281
|
return /* @__PURE__ */ jsx(
|
|
1257
|
-
BaseSvgIcon$
|
|
1282
|
+
BaseSvgIcon$2G,
|
|
1258
1283
|
{
|
|
1259
1284
|
ref,
|
|
1260
1285
|
viewBox: "0 0 24 24",
|
|
@@ -1268,7 +1293,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1268
1293
|
);
|
|
1269
1294
|
}
|
|
1270
1295
|
const CreateTileset$1 = forwardRef(CreateTileset);
|
|
1271
|
-
const Icon$
|
|
1296
|
+
const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1272
1297
|
"path",
|
|
1273
1298
|
{
|
|
1274
1299
|
fill: "currentColor",
|
|
@@ -1277,10 +1302,10 @@ const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1277
1302
|
clipRule: "evenodd"
|
|
1278
1303
|
}
|
|
1279
1304
|
) });
|
|
1280
|
-
const BaseSvgIcon$
|
|
1305
|
+
const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "CreateWorkflow");
|
|
1281
1306
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1282
1307
|
return /* @__PURE__ */ jsx(
|
|
1283
|
-
BaseSvgIcon$
|
|
1308
|
+
BaseSvgIcon$2F,
|
|
1284
1309
|
{
|
|
1285
1310
|
ref,
|
|
1286
1311
|
viewBox: "0 0 24 24",
|
|
@@ -1294,7 +1319,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1294
1319
|
);
|
|
1295
1320
|
}
|
|
1296
1321
|
const CreateWorkflow$1 = forwardRef(CreateWorkflow);
|
|
1297
|
-
const Icon$
|
|
1322
|
+
const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1298
1323
|
"path",
|
|
1299
1324
|
{
|
|
1300
1325
|
fill: "currentColor",
|
|
@@ -1303,10 +1328,10 @@ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1303
1328
|
clipRule: "evenodd"
|
|
1304
1329
|
}
|
|
1305
1330
|
) });
|
|
1306
|
-
const BaseSvgIcon$
|
|
1331
|
+
const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "Data");
|
|
1307
1332
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1308
1333
|
return /* @__PURE__ */ jsx(
|
|
1309
|
-
BaseSvgIcon$
|
|
1334
|
+
BaseSvgIcon$2E,
|
|
1310
1335
|
{
|
|
1311
1336
|
ref,
|
|
1312
1337
|
viewBox: "0 0 24 24",
|
|
@@ -1320,7 +1345,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1320
1345
|
);
|
|
1321
1346
|
}
|
|
1322
1347
|
const Data$1 = forwardRef(Data);
|
|
1323
|
-
const Icon$
|
|
1348
|
+
const Icon$2D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1324
1349
|
/* @__PURE__ */ jsx(
|
|
1325
1350
|
"path",
|
|
1326
1351
|
{
|
|
@@ -1340,10 +1365,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1340
1365
|
}
|
|
1341
1366
|
)
|
|
1342
1367
|
] });
|
|
1343
|
-
const BaseSvgIcon$
|
|
1368
|
+
const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "DataAccess");
|
|
1344
1369
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1345
1370
|
return /* @__PURE__ */ jsx(
|
|
1346
|
-
BaseSvgIcon$
|
|
1371
|
+
BaseSvgIcon$2D,
|
|
1347
1372
|
{
|
|
1348
1373
|
ref,
|
|
1349
1374
|
viewBox: "0 0 24 24",
|
|
@@ -1357,7 +1382,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1357
1382
|
);
|
|
1358
1383
|
}
|
|
1359
1384
|
const DataAccess$1 = forwardRef(DataAccess);
|
|
1360
|
-
const Icon$
|
|
1385
|
+
const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1361
1386
|
/* @__PURE__ */ jsx(
|
|
1362
1387
|
"path",
|
|
1363
1388
|
{
|
|
@@ -1377,10 +1402,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1377
1402
|
}
|
|
1378
1403
|
)
|
|
1379
1404
|
] });
|
|
1380
|
-
const BaseSvgIcon$
|
|
1405
|
+
const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "DataExplorer");
|
|
1381
1406
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1382
1407
|
return /* @__PURE__ */ jsx(
|
|
1383
|
-
BaseSvgIcon$
|
|
1408
|
+
BaseSvgIcon$2C,
|
|
1384
1409
|
{
|
|
1385
1410
|
ref,
|
|
1386
1411
|
viewBox: "0 0 24 24",
|
|
@@ -1394,7 +1419,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1394
1419
|
);
|
|
1395
1420
|
}
|
|
1396
1421
|
const DataExplorer$1 = forwardRef(DataExplorer);
|
|
1397
|
-
const Icon$
|
|
1422
|
+
const Icon$2B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1398
1423
|
/* @__PURE__ */ jsx(
|
|
1399
1424
|
"path",
|
|
1400
1425
|
{
|
|
@@ -1414,10 +1439,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1414
1439
|
}
|
|
1415
1440
|
)
|
|
1416
1441
|
] });
|
|
1417
|
-
const BaseSvgIcon$
|
|
1442
|
+
const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "DataFilter");
|
|
1418
1443
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1419
1444
|
return /* @__PURE__ */ jsx(
|
|
1420
|
-
BaseSvgIcon$
|
|
1445
|
+
BaseSvgIcon$2B,
|
|
1421
1446
|
{
|
|
1422
1447
|
ref,
|
|
1423
1448
|
viewBox: "0 0 24 24",
|
|
@@ -1431,7 +1456,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1431
1456
|
);
|
|
1432
1457
|
}
|
|
1433
1458
|
const DataFilter$1 = forwardRef(DataFilter);
|
|
1434
|
-
const Icon$
|
|
1459
|
+
const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1435
1460
|
/* @__PURE__ */ jsx(
|
|
1436
1461
|
"path",
|
|
1437
1462
|
{
|
|
@@ -1449,10 +1474,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1449
1474
|
}
|
|
1450
1475
|
)
|
|
1451
1476
|
] });
|
|
1452
|
-
const BaseSvgIcon$
|
|
1477
|
+
const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "DataMonetization");
|
|
1453
1478
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1454
1479
|
return /* @__PURE__ */ jsx(
|
|
1455
|
-
BaseSvgIcon$
|
|
1480
|
+
BaseSvgIcon$2A,
|
|
1456
1481
|
{
|
|
1457
1482
|
ref,
|
|
1458
1483
|
viewBox: "0 0 24 24",
|
|
@@ -1466,7 +1491,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1466
1491
|
);
|
|
1467
1492
|
}
|
|
1468
1493
|
const DataMonetization$1 = forwardRef(DataMonetization);
|
|
1469
|
-
const Icon$
|
|
1494
|
+
const Icon$2z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1470
1495
|
"path",
|
|
1471
1496
|
{
|
|
1472
1497
|
fill: "currentColor",
|
|
@@ -1475,10 +1500,10 @@ const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1475
1500
|
clipRule: "evenodd"
|
|
1476
1501
|
}
|
|
1477
1502
|
) });
|
|
1478
|
-
const BaseSvgIcon$
|
|
1503
|
+
const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "DataObservatory");
|
|
1479
1504
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1480
1505
|
return /* @__PURE__ */ jsx(
|
|
1481
|
-
BaseSvgIcon$
|
|
1506
|
+
BaseSvgIcon$2z,
|
|
1482
1507
|
{
|
|
1483
1508
|
ref,
|
|
1484
1509
|
viewBox: "0 0 24 24",
|
|
@@ -1492,7 +1517,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1492
1517
|
);
|
|
1493
1518
|
}
|
|
1494
1519
|
const DataObservatory$1 = forwardRef(DataObservatory);
|
|
1495
|
-
const Icon$
|
|
1520
|
+
const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1496
1521
|
/* @__PURE__ */ jsx(
|
|
1497
1522
|
"path",
|
|
1498
1523
|
{
|
|
@@ -1510,10 +1535,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1510
1535
|
}
|
|
1511
1536
|
)
|
|
1512
1537
|
] });
|
|
1513
|
-
const BaseSvgIcon$
|
|
1538
|
+
const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "DataOk");
|
|
1514
1539
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1515
1540
|
return /* @__PURE__ */ jsx(
|
|
1516
|
-
BaseSvgIcon$
|
|
1541
|
+
BaseSvgIcon$2y,
|
|
1517
1542
|
{
|
|
1518
1543
|
ref,
|
|
1519
1544
|
viewBox: "0 0 24 24",
|
|
@@ -1527,7 +1552,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1527
1552
|
);
|
|
1528
1553
|
}
|
|
1529
1554
|
const DataOk$1 = forwardRef(DataOk);
|
|
1530
|
-
const Icon$
|
|
1555
|
+
const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1531
1556
|
/* @__PURE__ */ jsx(
|
|
1532
1557
|
"path",
|
|
1533
1558
|
{
|
|
@@ -1547,10 +1572,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1547
1572
|
}
|
|
1548
1573
|
)
|
|
1549
1574
|
] });
|
|
1550
|
-
const BaseSvgIcon$
|
|
1575
|
+
const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "DataPending");
|
|
1551
1576
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1552
1577
|
return /* @__PURE__ */ jsx(
|
|
1553
|
-
BaseSvgIcon$
|
|
1578
|
+
BaseSvgIcon$2x,
|
|
1554
1579
|
{
|
|
1555
1580
|
ref,
|
|
1556
1581
|
viewBox: "0 0 24 24",
|
|
@@ -1564,7 +1589,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1564
1589
|
);
|
|
1565
1590
|
}
|
|
1566
1591
|
const DataPending$1 = forwardRef(DataPending);
|
|
1567
|
-
const Icon$
|
|
1592
|
+
const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1568
1593
|
/* @__PURE__ */ jsx(
|
|
1569
1594
|
"path",
|
|
1570
1595
|
{
|
|
@@ -1582,10 +1607,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1582
1607
|
}
|
|
1583
1608
|
)
|
|
1584
1609
|
] });
|
|
1585
|
-
const BaseSvgIcon$
|
|
1610
|
+
const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "DataPremium");
|
|
1586
1611
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1587
1612
|
return /* @__PURE__ */ jsx(
|
|
1588
|
-
BaseSvgIcon$
|
|
1613
|
+
BaseSvgIcon$2w,
|
|
1589
1614
|
{
|
|
1590
1615
|
ref,
|
|
1591
1616
|
viewBox: "0 0 24 24",
|
|
@@ -1599,7 +1624,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1599
1624
|
);
|
|
1600
1625
|
}
|
|
1601
1626
|
const DataPremium$1 = forwardRef(DataPremium);
|
|
1602
|
-
const Icon$
|
|
1627
|
+
const Icon$2v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1603
1628
|
/* @__PURE__ */ jsx(
|
|
1604
1629
|
"path",
|
|
1605
1630
|
{
|
|
@@ -1619,10 +1644,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1619
1644
|
}
|
|
1620
1645
|
)
|
|
1621
1646
|
] });
|
|
1622
|
-
const BaseSvgIcon$
|
|
1647
|
+
const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "DataPublic");
|
|
1623
1648
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1624
1649
|
return /* @__PURE__ */ jsx(
|
|
1625
|
-
BaseSvgIcon$
|
|
1650
|
+
BaseSvgIcon$2v,
|
|
1626
1651
|
{
|
|
1627
1652
|
ref,
|
|
1628
1653
|
viewBox: "0 0 24 24",
|
|
@@ -1636,7 +1661,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1636
1661
|
);
|
|
1637
1662
|
}
|
|
1638
1663
|
const DataPublic$1 = forwardRef(DataPublic);
|
|
1639
|
-
const Icon$
|
|
1664
|
+
const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1640
1665
|
/* @__PURE__ */ jsx(
|
|
1641
1666
|
"path",
|
|
1642
1667
|
{
|
|
@@ -1656,10 +1681,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1656
1681
|
}
|
|
1657
1682
|
)
|
|
1658
1683
|
] });
|
|
1659
|
-
const BaseSvgIcon$
|
|
1684
|
+
const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "DataSample");
|
|
1660
1685
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1661
1686
|
return /* @__PURE__ */ jsx(
|
|
1662
|
-
BaseSvgIcon$
|
|
1687
|
+
BaseSvgIcon$2u,
|
|
1663
1688
|
{
|
|
1664
1689
|
ref,
|
|
1665
1690
|
viewBox: "0 0 24 24",
|
|
@@ -1673,7 +1698,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1673
1698
|
);
|
|
1674
1699
|
}
|
|
1675
1700
|
const DataSample$1 = forwardRef(DataSample);
|
|
1676
|
-
const Icon$
|
|
1701
|
+
const Icon$2t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1677
1702
|
"path",
|
|
1678
1703
|
{
|
|
1679
1704
|
fill: "currentColor",
|
|
@@ -1682,10 +1707,10 @@ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1682
1707
|
clipRule: "evenodd"
|
|
1683
1708
|
}
|
|
1684
1709
|
) });
|
|
1685
|
-
const BaseSvgIcon$
|
|
1710
|
+
const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "DataUnavailable");
|
|
1686
1711
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1687
1712
|
return /* @__PURE__ */ jsx(
|
|
1688
|
-
BaseSvgIcon$
|
|
1713
|
+
BaseSvgIcon$2t,
|
|
1689
1714
|
{
|
|
1690
1715
|
ref,
|
|
1691
1716
|
viewBox: "0 0 24 24",
|
|
@@ -1699,7 +1724,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1699
1724
|
);
|
|
1700
1725
|
}
|
|
1701
1726
|
const DataUnavailable$1 = forwardRef(DataUnavailable);
|
|
1702
|
-
const Icon$
|
|
1727
|
+
const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1703
1728
|
"path",
|
|
1704
1729
|
{
|
|
1705
1730
|
fill: "currentColor",
|
|
@@ -1708,10 +1733,10 @@ const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1708
1733
|
clipRule: "evenodd"
|
|
1709
1734
|
}
|
|
1710
1735
|
) });
|
|
1711
|
-
const BaseSvgIcon$
|
|
1736
|
+
const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "Databricks");
|
|
1712
1737
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1713
1738
|
return /* @__PURE__ */ jsx(
|
|
1714
|
-
BaseSvgIcon$
|
|
1739
|
+
BaseSvgIcon$2s,
|
|
1715
1740
|
{
|
|
1716
1741
|
ref,
|
|
1717
1742
|
viewBox: "0 0 24 24",
|
|
@@ -1725,7 +1750,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1725
1750
|
);
|
|
1726
1751
|
}
|
|
1727
1752
|
const Databricks$1 = forwardRef(Databricks);
|
|
1728
|
-
const Icon$
|
|
1753
|
+
const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1729
1754
|
"path",
|
|
1730
1755
|
{
|
|
1731
1756
|
fill: "currentColor",
|
|
@@ -1734,10 +1759,10 @@ const Icon$2q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1734
1759
|
clipRule: "evenodd"
|
|
1735
1760
|
}
|
|
1736
1761
|
) });
|
|
1737
|
-
const BaseSvgIcon$
|
|
1762
|
+
const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "Demographics");
|
|
1738
1763
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1739
1764
|
return /* @__PURE__ */ jsx(
|
|
1740
|
-
BaseSvgIcon$
|
|
1765
|
+
BaseSvgIcon$2r,
|
|
1741
1766
|
{
|
|
1742
1767
|
ref,
|
|
1743
1768
|
viewBox: "0 0 24 24",
|
|
@@ -1751,7 +1776,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1751
1776
|
);
|
|
1752
1777
|
}
|
|
1753
1778
|
const Demographics$1 = forwardRef(Demographics);
|
|
1754
|
-
const Icon$
|
|
1779
|
+
const Icon$2q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1755
1780
|
"path",
|
|
1756
1781
|
{
|
|
1757
1782
|
fill: "currentColor",
|
|
@@ -1760,10 +1785,10 @@ const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1760
1785
|
clipRule: "evenodd"
|
|
1761
1786
|
}
|
|
1762
1787
|
) });
|
|
1763
|
-
const BaseSvgIcon$
|
|
1788
|
+
const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "Derived");
|
|
1764
1789
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1765
1790
|
return /* @__PURE__ */ jsx(
|
|
1766
|
-
BaseSvgIcon$
|
|
1791
|
+
BaseSvgIcon$2q,
|
|
1767
1792
|
{
|
|
1768
1793
|
ref,
|
|
1769
1794
|
viewBox: "0 0 24 24",
|
|
@@ -1777,7 +1802,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1777
1802
|
);
|
|
1778
1803
|
}
|
|
1779
1804
|
const Derived$1 = forwardRef(Derived);
|
|
1780
|
-
const Icon$
|
|
1805
|
+
const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1781
1806
|
"path",
|
|
1782
1807
|
{
|
|
1783
1808
|
fill: "currentColor",
|
|
@@ -1786,10 +1811,10 @@ const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1786
1811
|
clipRule: "evenodd"
|
|
1787
1812
|
}
|
|
1788
1813
|
) });
|
|
1789
|
-
const BaseSvgIcon$
|
|
1814
|
+
const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "Distance");
|
|
1790
1815
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1791
1816
|
return /* @__PURE__ */ jsx(
|
|
1792
|
-
BaseSvgIcon$
|
|
1817
|
+
BaseSvgIcon$2p,
|
|
1793
1818
|
{
|
|
1794
1819
|
ref,
|
|
1795
1820
|
viewBox: "0 0 24 24",
|
|
@@ -1803,11 +1828,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1803
1828
|
);
|
|
1804
1829
|
}
|
|
1805
1830
|
const Distance$1 = forwardRef(Distance);
|
|
1806
|
-
const Icon$
|
|
1807
|
-
const BaseSvgIcon$
|
|
1831
|
+
const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1832
|
+
const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "Dot");
|
|
1808
1833
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1809
1834
|
return /* @__PURE__ */ jsx(
|
|
1810
|
-
BaseSvgIcon$
|
|
1835
|
+
BaseSvgIcon$2o,
|
|
1811
1836
|
{
|
|
1812
1837
|
ref,
|
|
1813
1838
|
viewBox: "0 0 24 24",
|
|
@@ -1821,7 +1846,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1821
1846
|
);
|
|
1822
1847
|
}
|
|
1823
1848
|
const Dot$1 = forwardRef(Dot);
|
|
1824
|
-
const Icon$
|
|
1849
|
+
const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1825
1850
|
"path",
|
|
1826
1851
|
{
|
|
1827
1852
|
fill: "currentColor",
|
|
@@ -1830,10 +1855,10 @@ const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1830
1855
|
clipRule: "evenodd"
|
|
1831
1856
|
}
|
|
1832
1857
|
) });
|
|
1833
|
-
const BaseSvgIcon$
|
|
1858
|
+
const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "DrawCircle");
|
|
1834
1859
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1835
1860
|
return /* @__PURE__ */ jsx(
|
|
1836
|
-
BaseSvgIcon$
|
|
1861
|
+
BaseSvgIcon$2n,
|
|
1837
1862
|
{
|
|
1838
1863
|
ref,
|
|
1839
1864
|
viewBox: "0 0 24 24",
|
|
@@ -1847,7 +1872,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1847
1872
|
);
|
|
1848
1873
|
}
|
|
1849
1874
|
const DrawCircle$1 = forwardRef(DrawCircle);
|
|
1850
|
-
const Icon$
|
|
1875
|
+
const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1851
1876
|
"path",
|
|
1852
1877
|
{
|
|
1853
1878
|
fill: "currentColor",
|
|
@@ -1856,10 +1881,10 @@ const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1856
1881
|
clipRule: "evenodd"
|
|
1857
1882
|
}
|
|
1858
1883
|
) });
|
|
1859
|
-
const BaseSvgIcon$
|
|
1884
|
+
const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DrawLasso");
|
|
1860
1885
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1861
1886
|
return /* @__PURE__ */ jsx(
|
|
1862
|
-
BaseSvgIcon$
|
|
1887
|
+
BaseSvgIcon$2m,
|
|
1863
1888
|
{
|
|
1864
1889
|
ref,
|
|
1865
1890
|
viewBox: "0 0 24 24",
|
|
@@ -1873,17 +1898,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1873
1898
|
);
|
|
1874
1899
|
}
|
|
1875
1900
|
const DrawLasso$1 = forwardRef(DrawLasso);
|
|
1876
|
-
const Icon$
|
|
1901
|
+
const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1877
1902
|
"path",
|
|
1878
1903
|
{
|
|
1879
1904
|
fill: "currentColor",
|
|
1880
1905
|
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"
|
|
1881
1906
|
}
|
|
1882
1907
|
) });
|
|
1883
|
-
const BaseSvgIcon$
|
|
1908
|
+
const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DrawLine");
|
|
1884
1909
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1885
1910
|
return /* @__PURE__ */ jsx(
|
|
1886
|
-
BaseSvgIcon$
|
|
1911
|
+
BaseSvgIcon$2l,
|
|
1887
1912
|
{
|
|
1888
1913
|
ref,
|
|
1889
1914
|
viewBox: "0 0 24 24",
|
|
@@ -1897,7 +1922,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1897
1922
|
);
|
|
1898
1923
|
}
|
|
1899
1924
|
const DrawLine$1 = forwardRef(DrawLine);
|
|
1900
|
-
const Icon$
|
|
1925
|
+
const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1901
1926
|
"path",
|
|
1902
1927
|
{
|
|
1903
1928
|
fill: "currentColor",
|
|
@@ -1906,10 +1931,10 @@ const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1906
1931
|
clipRule: "evenodd"
|
|
1907
1932
|
}
|
|
1908
1933
|
) });
|
|
1909
|
-
const BaseSvgIcon$
|
|
1934
|
+
const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "DrawPolygon");
|
|
1910
1935
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1911
1936
|
return /* @__PURE__ */ jsx(
|
|
1912
|
-
BaseSvgIcon$
|
|
1937
|
+
BaseSvgIcon$2k,
|
|
1913
1938
|
{
|
|
1914
1939
|
ref,
|
|
1915
1940
|
viewBox: "0 0 24 24",
|
|
@@ -1923,7 +1948,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1923
1948
|
);
|
|
1924
1949
|
}
|
|
1925
1950
|
const DrawPolygon$1 = forwardRef(DrawPolygon);
|
|
1926
|
-
const Icon$
|
|
1951
|
+
const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1927
1952
|
"path",
|
|
1928
1953
|
{
|
|
1929
1954
|
fill: "currentColor",
|
|
@@ -1932,10 +1957,10 @@ const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1932
1957
|
clipRule: "evenodd"
|
|
1933
1958
|
}
|
|
1934
1959
|
) });
|
|
1935
|
-
const BaseSvgIcon$
|
|
1960
|
+
const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DrawSquare");
|
|
1936
1961
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1937
1962
|
return /* @__PURE__ */ jsx(
|
|
1938
|
-
BaseSvgIcon$
|
|
1963
|
+
BaseSvgIcon$2j,
|
|
1939
1964
|
{
|
|
1940
1965
|
ref,
|
|
1941
1966
|
viewBox: "0 0 24 24",
|
|
@@ -1949,7 +1974,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1949
1974
|
);
|
|
1950
1975
|
}
|
|
1951
1976
|
const DrawSquare$1 = forwardRef(DrawSquare);
|
|
1952
|
-
const Icon$
|
|
1977
|
+
const Icon$2i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1953
1978
|
/* @__PURE__ */ jsx(
|
|
1954
1979
|
"path",
|
|
1955
1980
|
{
|
|
@@ -1967,10 +1992,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1967
1992
|
}
|
|
1968
1993
|
)
|
|
1969
1994
|
] });
|
|
1970
|
-
const BaseSvgIcon$
|
|
1995
|
+
const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DropAPin");
|
|
1971
1996
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1972
1997
|
return /* @__PURE__ */ jsx(
|
|
1973
|
-
BaseSvgIcon$
|
|
1998
|
+
BaseSvgIcon$2i,
|
|
1974
1999
|
{
|
|
1975
2000
|
ref,
|
|
1976
2001
|
viewBox: "0 0 24 24",
|
|
@@ -1984,7 +2009,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1984
2009
|
);
|
|
1985
2010
|
}
|
|
1986
2011
|
const DropAPin$1 = forwardRef(DropAPin);
|
|
1987
|
-
const Icon$
|
|
2012
|
+
const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1988
2013
|
"path",
|
|
1989
2014
|
{
|
|
1990
2015
|
fill: "currentColor",
|
|
@@ -1993,10 +2018,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1993
2018
|
clipRule: "evenodd"
|
|
1994
2019
|
}
|
|
1995
2020
|
) });
|
|
1996
|
-
const BaseSvgIcon$
|
|
2021
|
+
const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DualMap");
|
|
1997
2022
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1998
2023
|
return /* @__PURE__ */ jsx(
|
|
1999
|
-
BaseSvgIcon$
|
|
2024
|
+
BaseSvgIcon$2h,
|
|
2000
2025
|
{
|
|
2001
2026
|
ref,
|
|
2002
2027
|
viewBox: "0 0 24 24",
|
|
@@ -2010,7 +2035,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
2010
2035
|
);
|
|
2011
2036
|
}
|
|
2012
2037
|
const DualMap$1 = forwardRef(DualMap);
|
|
2013
|
-
const Icon$
|
|
2038
|
+
const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2014
2039
|
"path",
|
|
2015
2040
|
{
|
|
2016
2041
|
fill: "currentColor",
|
|
@@ -2019,10 +2044,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2019
2044
|
clipRule: "evenodd"
|
|
2020
2045
|
}
|
|
2021
2046
|
) });
|
|
2022
|
-
const BaseSvgIcon$
|
|
2047
|
+
const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "Environmental");
|
|
2023
2048
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
2024
2049
|
return /* @__PURE__ */ jsx(
|
|
2025
|
-
BaseSvgIcon$
|
|
2050
|
+
BaseSvgIcon$2g,
|
|
2026
2051
|
{
|
|
2027
2052
|
ref,
|
|
2028
2053
|
viewBox: "0 0 24 24",
|
|
@@ -2036,7 +2061,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
2036
2061
|
);
|
|
2037
2062
|
}
|
|
2038
2063
|
const Environmental$1 = forwardRef(Environmental);
|
|
2039
|
-
const Icon$
|
|
2064
|
+
const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2040
2065
|
"path",
|
|
2041
2066
|
{
|
|
2042
2067
|
fill: "currentColor",
|
|
@@ -2045,10 +2070,10 @@ const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2045
2070
|
clipRule: "evenodd"
|
|
2046
2071
|
}
|
|
2047
2072
|
) });
|
|
2048
|
-
const BaseSvgIcon$
|
|
2073
|
+
const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "EnvironmentalManagement");
|
|
2049
2074
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
2050
2075
|
return /* @__PURE__ */ jsx(
|
|
2051
|
-
BaseSvgIcon$
|
|
2076
|
+
BaseSvgIcon$2f,
|
|
2052
2077
|
{
|
|
2053
2078
|
ref,
|
|
2054
2079
|
viewBox: "0 0 24 24",
|
|
@@ -2062,11 +2087,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
2062
2087
|
);
|
|
2063
2088
|
}
|
|
2064
2089
|
const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
|
|
2065
|
-
const Icon$
|
|
2066
|
-
const BaseSvgIcon$
|
|
2090
|
+
const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
2091
|
+
const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "Equal");
|
|
2067
2092
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
2068
2093
|
return /* @__PURE__ */ jsx(
|
|
2069
|
-
BaseSvgIcon$
|
|
2094
|
+
BaseSvgIcon$2e,
|
|
2070
2095
|
{
|
|
2071
2096
|
ref,
|
|
2072
2097
|
viewBox: "0 0 24 24",
|
|
@@ -2080,7 +2105,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2080
2105
|
);
|
|
2081
2106
|
}
|
|
2082
2107
|
const Equal$1 = forwardRef(Equal);
|
|
2083
|
-
const Icon$
|
|
2108
|
+
const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2084
2109
|
"path",
|
|
2085
2110
|
{
|
|
2086
2111
|
fill: "currentColor",
|
|
@@ -2089,10 +2114,10 @@ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2089
2114
|
clipRule: "evenodd"
|
|
2090
2115
|
}
|
|
2091
2116
|
) });
|
|
2092
|
-
const BaseSvgIcon$
|
|
2117
|
+
const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "ExitToAppLeft");
|
|
2093
2118
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2094
2119
|
return /* @__PURE__ */ jsx(
|
|
2095
|
-
BaseSvgIcon$
|
|
2120
|
+
BaseSvgIcon$2d,
|
|
2096
2121
|
{
|
|
2097
2122
|
ref,
|
|
2098
2123
|
viewBox: "0 0 24 24",
|
|
@@ -2106,7 +2131,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2106
2131
|
);
|
|
2107
2132
|
}
|
|
2108
2133
|
const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
|
|
2109
|
-
const Icon$
|
|
2134
|
+
const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2110
2135
|
"path",
|
|
2111
2136
|
{
|
|
2112
2137
|
fill: "currentColor",
|
|
@@ -2115,10 +2140,10 @@ const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2115
2140
|
clipRule: "evenodd"
|
|
2116
2141
|
}
|
|
2117
2142
|
) });
|
|
2118
|
-
const BaseSvgIcon$
|
|
2143
|
+
const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "Fabric");
|
|
2119
2144
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2120
2145
|
return /* @__PURE__ */ jsx(
|
|
2121
|
-
BaseSvgIcon$
|
|
2146
|
+
BaseSvgIcon$2c,
|
|
2122
2147
|
{
|
|
2123
2148
|
ref,
|
|
2124
2149
|
viewBox: "0 0 24 24",
|
|
@@ -2132,7 +2157,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2132
2157
|
);
|
|
2133
2158
|
}
|
|
2134
2159
|
const Fabric$1 = forwardRef(Fabric);
|
|
2135
|
-
const Icon$
|
|
2160
|
+
const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2136
2161
|
"path",
|
|
2137
2162
|
{
|
|
2138
2163
|
fill: "currentColor",
|
|
@@ -2141,10 +2166,10 @@ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2141
2166
|
clipRule: "evenodd"
|
|
2142
2167
|
}
|
|
2143
2168
|
) });
|
|
2144
|
-
const BaseSvgIcon$
|
|
2169
|
+
const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "Facebook");
|
|
2145
2170
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2146
2171
|
return /* @__PURE__ */ jsx(
|
|
2147
|
-
BaseSvgIcon$
|
|
2172
|
+
BaseSvgIcon$2b,
|
|
2148
2173
|
{
|
|
2149
2174
|
ref,
|
|
2150
2175
|
viewBox: "0 0 24 24",
|
|
@@ -2158,7 +2183,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2158
2183
|
);
|
|
2159
2184
|
}
|
|
2160
2185
|
const Facebook$1 = forwardRef(Facebook);
|
|
2161
|
-
const Icon$
|
|
2186
|
+
const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2162
2187
|
"path",
|
|
2163
2188
|
{
|
|
2164
2189
|
fill: "currentColor",
|
|
@@ -2167,10 +2192,10 @@ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2167
2192
|
clipRule: "evenodd"
|
|
2168
2193
|
}
|
|
2169
2194
|
) });
|
|
2170
|
-
const BaseSvgIcon$
|
|
2195
|
+
const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "Financial");
|
|
2171
2196
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2172
2197
|
return /* @__PURE__ */ jsx(
|
|
2173
|
-
BaseSvgIcon$
|
|
2198
|
+
BaseSvgIcon$2a,
|
|
2174
2199
|
{
|
|
2175
2200
|
ref,
|
|
2176
2201
|
viewBox: "0 0 24 24",
|
|
@@ -2184,17 +2209,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2184
2209
|
);
|
|
2185
2210
|
}
|
|
2186
2211
|
const Financial$1 = forwardRef(Financial);
|
|
2187
|
-
const Icon$
|
|
2212
|
+
const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2188
2213
|
"path",
|
|
2189
2214
|
{
|
|
2190
2215
|
fill: "currentColor",
|
|
2191
2216
|
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"
|
|
2192
2217
|
}
|
|
2193
2218
|
) });
|
|
2194
|
-
const BaseSvgIcon$
|
|
2219
|
+
const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "FlipInverse");
|
|
2195
2220
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2196
2221
|
return /* @__PURE__ */ jsx(
|
|
2197
|
-
BaseSvgIcon$
|
|
2222
|
+
BaseSvgIcon$29,
|
|
2198
2223
|
{
|
|
2199
2224
|
ref,
|
|
2200
2225
|
viewBox: "0 0 24 24",
|
|
@@ -2208,6 +2233,47 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2208
2233
|
);
|
|
2209
2234
|
}
|
|
2210
2235
|
const FlipInverse$1 = forwardRef(FlipInverse);
|
|
2236
|
+
const Icon$28 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2237
|
+
/* @__PURE__ */ jsx(
|
|
2238
|
+
"mask",
|
|
2239
|
+
{
|
|
2240
|
+
id: "a",
|
|
2241
|
+
width: 24,
|
|
2242
|
+
height: 24,
|
|
2243
|
+
x: 0,
|
|
2244
|
+
y: 0,
|
|
2245
|
+
maskUnits: "userSpaceOnUse",
|
|
2246
|
+
style: {
|
|
2247
|
+
maskType: "alpha"
|
|
2248
|
+
},
|
|
2249
|
+
children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" })
|
|
2250
|
+
}
|
|
2251
|
+
),
|
|
2252
|
+
/* @__PURE__ */ jsx("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
2253
|
+
"path",
|
|
2254
|
+
{
|
|
2255
|
+
fill: "currentColor",
|
|
2256
|
+
d: "M4 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 18V6q0-.824.587-1.412A1.93 1.93 0 0 1 4 4h6l2 2h8q.824 0 1.413.588Q22 7.175 22 8H11.175l-2-2H4v12l2.4-8h17.1l-2.575 8.575a1.95 1.95 0 0 1-.738 1.038A2 2 0 0 1 19 20zm2.1-2H19l1.8-6H7.9z"
|
|
2257
|
+
}
|
|
2258
|
+
) })
|
|
2259
|
+
] });
|
|
2260
|
+
const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "FolderEmpty");
|
|
2261
|
+
function FolderEmpty({ width, height, sx, ...props }, ref) {
|
|
2262
|
+
return /* @__PURE__ */ jsx(
|
|
2263
|
+
BaseSvgIcon$28,
|
|
2264
|
+
{
|
|
2265
|
+
ref,
|
|
2266
|
+
viewBox: "0 0 24 24",
|
|
2267
|
+
sx: {
|
|
2268
|
+
width,
|
|
2269
|
+
height: height || width,
|
|
2270
|
+
...sx
|
|
2271
|
+
},
|
|
2272
|
+
...props
|
|
2273
|
+
}
|
|
2274
|
+
);
|
|
2275
|
+
}
|
|
2276
|
+
const FolderEmpty$1 = forwardRef(FolderEmpty);
|
|
2211
2277
|
const Icon$27 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2212
2278
|
/* @__PURE__ */ jsx(
|
|
2213
2279
|
"path",
|
|
@@ -2649,7 +2715,7 @@ const Icon$1V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2649
2715
|
"path",
|
|
2650
2716
|
{
|
|
2651
2717
|
fill: "currentColor",
|
|
2652
|
-
d: "
|
|
2718
|
+
d: "m11 12 4.59 4.58L17 15.17 13.83 12 17 8.83l-1.41-1.42z"
|
|
2653
2719
|
}
|
|
2654
2720
|
),
|
|
2655
2721
|
/* @__PURE__ */ jsx(
|
|
@@ -2657,7 +2723,7 @@ const Icon$1V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2657
2723
|
{
|
|
2658
2724
|
fill: "currentColor",
|
|
2659
2725
|
fillRule: "evenodd",
|
|
2660
|
-
d: "
|
|
2726
|
+
d: "M6 3a4 4 0 0 0-4 4v10a4 4 0 0 0 3.794 3.995L6 21h12l.206-.005a4 4 0 0 0 3.79-3.789L22 17V7a4 4 0 0 0-4-4zm12 2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9V5zM7.5 19H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1.5z",
|
|
2661
2727
|
clipRule: "evenodd"
|
|
2662
2728
|
}
|
|
2663
2729
|
)
|
|
@@ -4761,14 +4827,16 @@ const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4761
4827
|
"path",
|
|
4762
4828
|
{
|
|
4763
4829
|
fill: "currentColor",
|
|
4764
|
-
|
|
4830
|
+
fillRule: "evenodd",
|
|
4831
|
+
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",
|
|
4832
|
+
clipRule: "evenodd"
|
|
4765
4833
|
}
|
|
4766
4834
|
),
|
|
4767
4835
|
/* @__PURE__ */ jsx(
|
|
4768
4836
|
"path",
|
|
4769
4837
|
{
|
|
4770
4838
|
fill: "currentColor",
|
|
4771
|
-
d: "
|
|
4839
|
+
d: "m10.566 17.405-2.052 4.93-1.385-.576 2.05-4.928zM7.163 14.809l-4.941 2.037-.572-1.387 4.939-2.036zM22.361 8.545l-4.948 2.039-.574-1.386 4.951-2.04zM7.17 9.175l-.574 1.385-4.931-2.053.576-1.385zM16.193 1.942l.693.29-2.058 4.94-1.387-.575 2.06-4.943zM10.58 6.588l-1.387.574-2.039-4.947 1.387-.571z"
|
|
4772
4840
|
}
|
|
4773
4841
|
)
|
|
4774
4842
|
] });
|
|
@@ -6382,6 +6450,7 @@ export {
|
|
|
6382
6450
|
Comments$1 as Comments,
|
|
6383
6451
|
Console$1 as Console,
|
|
6384
6452
|
Covid19$1 as Covid19,
|
|
6453
|
+
CreateFolder$1 as CreateFolder,
|
|
6385
6454
|
CreateMap$1 as CreateMap,
|
|
6386
6455
|
CreateSpatialAnalysis$1 as CreateSpatialAnalysis,
|
|
6387
6456
|
CreateTileset$1 as CreateTileset,
|
|
@@ -6418,6 +6487,7 @@ export {
|
|
|
6418
6487
|
Facebook$1 as Facebook,
|
|
6419
6488
|
Financial$1 as Financial,
|
|
6420
6489
|
FlipInverse$1 as FlipInverse,
|
|
6490
|
+
FolderEmpty$1 as FolderEmpty,
|
|
6421
6491
|
FoldersStackedOutlined$1 as FoldersStackedOutlined,
|
|
6422
6492
|
Framed$1 as Framed,
|
|
6423
6493
|
FraudDetection$1 as FraudDetection,
|