@carto/meridian-ds 2.8.0 → 2.9.1-alpha-lists.2
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 +13 -2
- package/dist/{Alert-C4W0H_uN.cjs → Alert-BDpjbOOk.cjs} +1 -1
- package/dist/{Alert-BZPM5zpX.js → Alert-BWe4a9zW.js} +1 -1
- package/dist/{MenuItem-CgF4QdGi.cjs → MenuItem-DrvPgr-r.cjs} +15 -1
- package/dist/{MenuItem-DRUK149i.js → MenuItem-zaH11xyj.js} +16 -2
- package/dist/components/index.cjs +223 -21
- package/dist/components/index.js +226 -24
- package/dist/{css-utils-CjUBRJVK.js → css-utils-BzztxQJk.js} +8 -4
- package/dist/{css-utils-CH7es90t.cjs → css-utils-Do3X_yIr.cjs} +4 -0
- package/dist/custom-icons/index.cjs +666 -538
- package/dist/custom-icons/index.js +666 -538
- package/dist/theme/index.cjs +267 -47
- package/dist/theme/index.js +253 -33
- package/dist/types/components/Avatar/Avatar.stories.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 +188 -0
- package/dist/types/components/EmptyState/EmptyState.stories.d.ts.map +1 -0
- package/dist/types/components/EmptyState/EmptyState.styled.d.ts +38 -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 +82 -0
- package/dist/types/components/EmptyState/types.d.ts.map +1 -0
- package/dist/types/components/List/List.d.ts +18 -0
- package/dist/types/components/List/List.d.ts.map +1 -0
- package/dist/types/components/List/List.stories.d.ts +80 -0
- package/dist/types/components/List/List.stories.d.ts.map +1 -0
- package/dist/types/components/List/List.test.d.ts +2 -0
- package/dist/types/components/List/List.test.d.ts.map +1 -0
- package/dist/types/components/List/ListSubheader/ListSubheader.d.ts +14 -0
- package/dist/types/components/List/ListSubheader/ListSubheader.d.ts.map +1 -0
- package/dist/types/components/List/ListSubheader/ListSubheader.test.d.ts +2 -0
- package/dist/types/components/List/ListSubheader/ListSubheader.test.d.ts.map +1 -0
- package/dist/types/components/List/index.d.ts +5 -0
- package/dist/types/components/List/index.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItem.d.ts +33 -0
- package/dist/types/components/ListItem/ListItem.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItem.stories.d.ts +235 -0
- package/dist/types/components/ListItem/ListItem.stories.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItem.test.d.ts +2 -0
- package/dist/types/components/ListItem/ListItem.test.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItemRightContent/ListItemRightContent.d.ts +14 -0
- package/dist/types/components/ListItem/ListItemRightContent/ListItemRightContent.d.ts.map +1 -0
- package/dist/types/components/ListItem/ListItemRightContent/ListItemRightContent.test.d.ts +2 -0
- package/dist/types/components/ListItem/ListItemRightContent/ListItemRightContent.test.d.ts.map +1 -0
- package/dist/types/components/ListItem/index.d.ts +5 -0
- package/dist/types/components/ListItem/index.d.ts.map +1 -0
- package/dist/types/components/Loader/Loader.stories.d.ts +3 -3
- package/dist/types/components/Loader/Loader.stories.d.ts.map +1 -1
- package/dist/types/components/Menu/Menu/Menu.stories.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/GroupOff.d.ts +4 -0
- package/dist/types/custom-icons/GroupOff.d.ts.map +1 -0
- package/dist/types/custom-icons/RunReuse.d.ts +4 -0
- package/dist/types/custom-icons/RunReuse.d.ts.map +1 -0
- package/dist/types/custom-icons/SearchMap.d.ts +4 -0
- package/dist/types/custom-icons/SearchMap.d.ts.map +1 -0
- package/dist/types/custom-icons/SwitchAccessShortcut.d.ts +4 -0
- package/dist/types/custom-icons/SwitchAccessShortcut.d.ts.map +1 -0
- package/dist/types/custom-icons/__docs__/CustomIcons.stories.d.ts +8 -0
- package/dist/types/custom-icons/__docs__/CustomIcons.stories.d.ts.map +1 -1
- package/dist/types/custom-icons/index.d.ts +4 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/dist/types/theme/components/data-display.d.ts.map +1 -1
- package/dist/types/theme/components/navigation.d.ts.map +1 -1
- package/dist/types/theme/types.d.ts +86 -0
- package/dist/types/theme/types.d.ts.map +1 -1
- package/dist/types/utils/theme-constants.d.ts +2 -0
- package/dist/types/utils/theme-constants.d.ts.map +1 -1
- package/dist/types/utils/theme-utils.d.ts +16 -0
- package/dist/types/utils/theme-utils.d.ts.map +1 -1
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts +0 -1
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts.map +1 -1
- package/dist/widgets/index.cjs +2 -2
- package/dist/widgets/index.js +2 -2
- package/package.json +1 -1
- package/dist/types/theme/components/stories/List.stories.d.ts +0 -62
- package/dist/types/theme/components/stories/List.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$3n = () => /* @__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$3j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
14
14
|
clipRule: "evenodd"
|
|
15
15
|
}
|
|
16
16
|
) });
|
|
17
|
-
const BaseSvgIcon$
|
|
17
|
+
const BaseSvgIcon$3n = createSvgIcon(Icon$3n(), "AccessIn");
|
|
18
18
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
19
19
|
return /* @__PURE__ */ jsx(
|
|
20
|
-
BaseSvgIcon$
|
|
20
|
+
BaseSvgIcon$3n,
|
|
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$3m = () => /* @__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$3m = createSvgIcon(Icon$3m(), "AddApp");
|
|
42
42
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
43
43
|
return /* @__PURE__ */ jsx(
|
|
44
|
-
BaseSvgIcon$
|
|
44
|
+
BaseSvgIcon$3m,
|
|
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$3l = () => /* @__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$3h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
64
64
|
clipRule: "evenodd"
|
|
65
65
|
}
|
|
66
66
|
) });
|
|
67
|
-
const BaseSvgIcon$
|
|
67
|
+
const BaseSvgIcon$3l = createSvgIcon(Icon$3l(), "AddSection");
|
|
68
68
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
69
69
|
return /* @__PURE__ */ jsx(
|
|
70
|
-
BaseSvgIcon$
|
|
70
|
+
BaseSvgIcon$3l,
|
|
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$3k = () => /* @__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$3k = createSvgIcon(Icon$3k(), "AdvancedSettings");
|
|
92
92
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
93
93
|
return /* @__PURE__ */ jsx(
|
|
94
|
-
BaseSvgIcon$
|
|
94
|
+
BaseSvgIcon$3k,
|
|
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$3j = () => /* @__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$3f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
137
137
|
}
|
|
138
138
|
)
|
|
139
139
|
] });
|
|
140
|
-
const BaseSvgIcon$
|
|
140
|
+
const BaseSvgIcon$3j = createSvgIcon(Icon$3j(), "AiAgent");
|
|
141
141
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
142
142
|
return /* @__PURE__ */ jsx(
|
|
143
|
-
BaseSvgIcon$
|
|
143
|
+
BaseSvgIcon$3j,
|
|
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$3i = () => /* @__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$3e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
172
172
|
}
|
|
173
173
|
)
|
|
174
174
|
] });
|
|
175
|
-
const BaseSvgIcon$
|
|
175
|
+
const BaseSvgIcon$3i = createSvgIcon(Icon$3i(), "AiGeneratedObject");
|
|
176
176
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
177
177
|
return /* @__PURE__ */ jsx(
|
|
178
|
-
BaseSvgIcon$
|
|
178
|
+
BaseSvgIcon$3i,
|
|
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$3h = () => /* @__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$3d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
230
230
|
}
|
|
231
231
|
)
|
|
232
232
|
] });
|
|
233
|
-
const BaseSvgIcon$
|
|
233
|
+
const BaseSvgIcon$3h = createSvgIcon(Icon$3h(), "AiTool");
|
|
234
234
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
235
235
|
return /* @__PURE__ */ jsx(
|
|
236
|
-
BaseSvgIcon$
|
|
236
|
+
BaseSvgIcon$3h,
|
|
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$3g = () => /* @__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$3c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
267
267
|
}
|
|
268
268
|
)
|
|
269
269
|
] });
|
|
270
|
-
const BaseSvgIcon$
|
|
270
|
+
const BaseSvgIcon$3g = createSvgIcon(Icon$3g(), "Annotation");
|
|
271
271
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
272
272
|
return /* @__PURE__ */ jsx(
|
|
273
|
-
BaseSvgIcon$
|
|
273
|
+
BaseSvgIcon$3g,
|
|
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$3f = () => /* @__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$3b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
293
293
|
clipRule: "evenodd"
|
|
294
294
|
}
|
|
295
295
|
) });
|
|
296
|
-
const BaseSvgIcon$
|
|
296
|
+
const BaseSvgIcon$3f = createSvgIcon(Icon$3f(), "ApiAccessToken");
|
|
297
297
|
function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
298
298
|
return /* @__PURE__ */ jsx(
|
|
299
|
-
BaseSvgIcon$
|
|
299
|
+
BaseSvgIcon$3f,
|
|
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$3e = () => /* @__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$3a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
319
319
|
clipRule: "evenodd"
|
|
320
320
|
}
|
|
321
321
|
) });
|
|
322
|
-
const BaseSvgIcon$
|
|
322
|
+
const BaseSvgIcon$3e = createSvgIcon(Icon$3e(), "ApiBaseUrl");
|
|
323
323
|
function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
324
324
|
return /* @__PURE__ */ jsx(
|
|
325
|
-
BaseSvgIcon$
|
|
325
|
+
BaseSvgIcon$3e,
|
|
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$3d = () => /* @__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$39 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
361
361
|
}
|
|
362
362
|
)
|
|
363
363
|
] });
|
|
364
|
-
const BaseSvgIcon$
|
|
364
|
+
const BaseSvgIcon$3d = createSvgIcon(Icon$3d(), "ApiCall");
|
|
365
365
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
366
366
|
return /* @__PURE__ */ jsx(
|
|
367
|
-
BaseSvgIcon$
|
|
367
|
+
BaseSvgIcon$3d,
|
|
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$3c = () => /* @__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$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
387
387
|
clipRule: "evenodd"
|
|
388
388
|
}
|
|
389
389
|
) });
|
|
390
|
-
const BaseSvgIcon$
|
|
390
|
+
const BaseSvgIcon$3c = createSvgIcon(Icon$3c(), "AppCredentials");
|
|
391
391
|
function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
392
392
|
return /* @__PURE__ */ jsx(
|
|
393
|
-
BaseSvgIcon$
|
|
393
|
+
BaseSvgIcon$3c,
|
|
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$3b = () => /* @__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$37 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
413
413
|
clipRule: "evenodd"
|
|
414
414
|
}
|
|
415
415
|
) });
|
|
416
|
-
const BaseSvgIcon$
|
|
416
|
+
const BaseSvgIcon$3b = createSvgIcon(Icon$3b(), "ArrowLeft");
|
|
417
417
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
418
418
|
return /* @__PURE__ */ jsx(
|
|
419
|
-
BaseSvgIcon$
|
|
419
|
+
BaseSvgIcon$3b,
|
|
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$3a = () => /* @__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$36 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
439
439
|
clipRule: "evenodd"
|
|
440
440
|
}
|
|
441
441
|
) });
|
|
442
|
-
const BaseSvgIcon$
|
|
442
|
+
const BaseSvgIcon$3a = createSvgIcon(Icon$3a(), "ArrowRight");
|
|
443
443
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
444
444
|
return /* @__PURE__ */ jsx(
|
|
445
|
-
BaseSvgIcon$
|
|
445
|
+
BaseSvgIcon$3a,
|
|
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$39 = () => /* @__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$35 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
481
481
|
}
|
|
482
482
|
)
|
|
483
483
|
] });
|
|
484
|
-
const BaseSvgIcon$
|
|
484
|
+
const BaseSvgIcon$39 = createSvgIcon(Icon$39(), "AsynchronousWait");
|
|
485
485
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
486
486
|
return /* @__PURE__ */ jsx(
|
|
487
|
-
BaseSvgIcon$
|
|
487
|
+
BaseSvgIcon$39,
|
|
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$38 = () => /* @__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$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
518
518
|
}
|
|
519
519
|
)
|
|
520
520
|
] });
|
|
521
|
-
const BaseSvgIcon$
|
|
521
|
+
const BaseSvgIcon$38 = createSvgIcon(Icon$38(), "Autostyle");
|
|
522
522
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
523
523
|
return /* @__PURE__ */ jsx(
|
|
524
|
-
BaseSvgIcon$
|
|
524
|
+
BaseSvgIcon$38,
|
|
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$37 = () => /* @__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$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
553
553
|
}
|
|
554
554
|
)
|
|
555
555
|
] });
|
|
556
|
-
const BaseSvgIcon$
|
|
556
|
+
const BaseSvgIcon$37 = createSvgIcon(Icon$37(), "Avg");
|
|
557
557
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
558
558
|
return /* @__PURE__ */ jsx(
|
|
559
|
-
BaseSvgIcon$
|
|
559
|
+
BaseSvgIcon$37,
|
|
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$36 = () => /* @__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$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
579
579
|
clipRule: "evenodd"
|
|
580
580
|
}
|
|
581
581
|
) });
|
|
582
|
-
const BaseSvgIcon$
|
|
582
|
+
const BaseSvgIcon$36 = createSvgIcon(Icon$36(), "Behavioral");
|
|
583
583
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
584
584
|
return /* @__PURE__ */ jsx(
|
|
585
|
-
BaseSvgIcon$
|
|
585
|
+
BaseSvgIcon$36,
|
|
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$35 = () => /* @__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$31 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
614
614
|
}
|
|
615
615
|
)
|
|
616
616
|
] });
|
|
617
|
-
const BaseSvgIcon$
|
|
617
|
+
const BaseSvgIcon$35 = createSvgIcon(Icon$35(), "Bigquery");
|
|
618
618
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
619
619
|
return /* @__PURE__ */ jsx(
|
|
620
|
-
BaseSvgIcon$
|
|
620
|
+
BaseSvgIcon$35,
|
|
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$34 = () => /* @__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$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
640
640
|
clipRule: "evenodd"
|
|
641
641
|
}
|
|
642
642
|
) });
|
|
643
|
-
const BaseSvgIcon$
|
|
643
|
+
const BaseSvgIcon$34 = createSvgIcon(Icon$34(), "Blending");
|
|
644
644
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
645
645
|
return /* @__PURE__ */ jsx(
|
|
646
|
-
BaseSvgIcon$
|
|
646
|
+
BaseSvgIcon$34,
|
|
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$33 = () => /* @__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$2$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
666
666
|
clipRule: "evenodd"
|
|
667
667
|
}
|
|
668
668
|
) });
|
|
669
|
-
const BaseSvgIcon$
|
|
669
|
+
const BaseSvgIcon$33 = createSvgIcon(Icon$33(), "BlockLabel");
|
|
670
670
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
671
671
|
return /* @__PURE__ */ jsx(
|
|
672
|
-
BaseSvgIcon$
|
|
672
|
+
BaseSvgIcon$33,
|
|
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$32 = () => /* @__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$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
701
701
|
}
|
|
702
702
|
)
|
|
703
703
|
] });
|
|
704
|
-
const BaseSvgIcon$
|
|
704
|
+
const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "BlockLabelOff");
|
|
705
705
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
706
706
|
return /* @__PURE__ */ jsx(
|
|
707
|
-
BaseSvgIcon$
|
|
707
|
+
BaseSvgIcon$32,
|
|
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$31 = () => /* @__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$31 = createSvgIcon(Icon$31(), "BottomRow");
|
|
729
729
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
730
730
|
return /* @__PURE__ */ jsx(
|
|
731
|
-
BaseSvgIcon$
|
|
731
|
+
BaseSvgIcon$31,
|
|
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$30 = () => /* @__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$2Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
751
751
|
clipRule: "evenodd"
|
|
752
752
|
}
|
|
753
753
|
) });
|
|
754
|
-
const BaseSvgIcon$
|
|
754
|
+
const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "BulletPointAlt");
|
|
755
755
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
756
756
|
return /* @__PURE__ */ jsx(
|
|
757
|
-
BaseSvgIcon$
|
|
757
|
+
BaseSvgIcon$30,
|
|
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$2$ = () => /* @__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$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
780
780
|
}
|
|
781
781
|
)
|
|
782
782
|
] });
|
|
783
|
-
const BaseSvgIcon$
|
|
783
|
+
const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "BulletPointCheckedAlt");
|
|
784
784
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
785
785
|
return /* @__PURE__ */ jsx(
|
|
786
|
-
BaseSvgIcon$
|
|
786
|
+
BaseSvgIcon$2$,
|
|
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$2_ = () => /* @__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$2W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
815
815
|
}
|
|
816
816
|
)
|
|
817
817
|
] });
|
|
818
|
-
const BaseSvgIcon$
|
|
818
|
+
const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "Carto");
|
|
819
819
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
820
820
|
return /* @__PURE__ */ jsx(
|
|
821
|
-
BaseSvgIcon$
|
|
821
|
+
BaseSvgIcon$2_,
|
|
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$2Z = () => /* @__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$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
848
848
|
}
|
|
849
849
|
)
|
|
850
850
|
] });
|
|
851
|
-
const BaseSvgIcon$
|
|
851
|
+
const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "CartoAi");
|
|
852
852
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
853
853
|
return /* @__PURE__ */ jsx(
|
|
854
|
-
BaseSvgIcon$
|
|
854
|
+
BaseSvgIcon$2Z,
|
|
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$2Y = () => /* @__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$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
883
883
|
}
|
|
884
884
|
)
|
|
885
885
|
] });
|
|
886
|
-
const BaseSvgIcon$
|
|
886
|
+
const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "CartoSymbol");
|
|
887
887
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
888
888
|
return /* @__PURE__ */ jsx(
|
|
889
|
-
BaseSvgIcon$
|
|
889
|
+
BaseSvgIcon$2Y,
|
|
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$2X = () => /* @__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$2T = () => /* @__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$2X = createSvgIcon(Icon$2X(), "CatalogView");
|
|
920
920
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
921
921
|
return /* @__PURE__ */ jsx(
|
|
922
|
-
BaseSvgIcon$
|
|
922
|
+
BaseSvgIcon$2X,
|
|
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$2W = () => /* @__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$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
953
953
|
}
|
|
954
954
|
)
|
|
955
955
|
] });
|
|
956
|
-
const BaseSvgIcon$
|
|
956
|
+
const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "CatastropheModeling");
|
|
957
957
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
958
958
|
return /* @__PURE__ */ jsx(
|
|
959
|
-
BaseSvgIcon$
|
|
959
|
+
BaseSvgIcon$2W,
|
|
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$2V = () => /* @__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$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
979
979
|
clipRule: "evenodd"
|
|
980
980
|
}
|
|
981
981
|
) });
|
|
982
|
-
const BaseSvgIcon$
|
|
982
|
+
const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "Center");
|
|
983
983
|
function Center({ width, height, sx, ...props }, ref) {
|
|
984
984
|
return /* @__PURE__ */ jsx(
|
|
985
|
-
BaseSvgIcon$
|
|
985
|
+
BaseSvgIcon$2V,
|
|
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$2U = () => /* @__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$2Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1005
1005
|
clipRule: "evenodd"
|
|
1006
1006
|
}
|
|
1007
1007
|
) });
|
|
1008
|
-
const BaseSvgIcon$
|
|
1008
|
+
const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "CenterLayer");
|
|
1009
1009
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
1010
1010
|
return /* @__PURE__ */ jsx(
|
|
1011
|
-
BaseSvgIcon$
|
|
1011
|
+
BaseSvgIcon$2U,
|
|
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$2T = () => /* @__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$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1031
1031
|
clipRule: "evenodd"
|
|
1032
1032
|
}
|
|
1033
1033
|
) });
|
|
1034
|
-
const BaseSvgIcon$
|
|
1034
|
+
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "CloseDiagonallyLeft");
|
|
1035
1035
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
1036
1036
|
return /* @__PURE__ */ jsx(
|
|
1037
|
-
BaseSvgIcon$
|
|
1037
|
+
BaseSvgIcon$2T,
|
|
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$2S = () => /* @__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$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1057
1057
|
clipRule: "evenodd"
|
|
1058
1058
|
}
|
|
1059
1059
|
) });
|
|
1060
|
-
const BaseSvgIcon$
|
|
1060
|
+
const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "CloseVertically");
|
|
1061
1061
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
1062
1062
|
return /* @__PURE__ */ jsx(
|
|
1063
|
-
BaseSvgIcon$
|
|
1063
|
+
BaseSvgIcon$2S,
|
|
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$2R = () => /* @__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$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1090
1090
|
}
|
|
1091
1091
|
)
|
|
1092
1092
|
] });
|
|
1093
|
-
const BaseSvgIcon$
|
|
1093
|
+
const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "CodeBlock");
|
|
1094
1094
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1095
1095
|
return /* @__PURE__ */ jsx(
|
|
1096
|
-
BaseSvgIcon$
|
|
1096
|
+
BaseSvgIcon$2R,
|
|
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$2Q = () => /* @__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$2Q = createSvgIcon(Icon$2Q(), "Comments");
|
|
1118
1118
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1119
1119
|
return /* @__PURE__ */ jsx(
|
|
1120
|
-
BaseSvgIcon$
|
|
1120
|
+
BaseSvgIcon$2Q,
|
|
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$2P = () => /* @__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$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1140
1140
|
clipRule: "evenodd"
|
|
1141
1141
|
}
|
|
1142
1142
|
) });
|
|
1143
|
-
const BaseSvgIcon$
|
|
1143
|
+
const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "Console");
|
|
1144
1144
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1145
1145
|
return /* @__PURE__ */ jsx(
|
|
1146
|
-
BaseSvgIcon$
|
|
1146
|
+
BaseSvgIcon$2P,
|
|
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$2O = () => /* @__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$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1166
1166
|
clipRule: "evenodd"
|
|
1167
1167
|
}
|
|
1168
1168
|
) });
|
|
1169
|
-
const BaseSvgIcon$
|
|
1169
|
+
const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "Covid19");
|
|
1170
1170
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1171
1171
|
return /* @__PURE__ */ jsx(
|
|
1172
|
-
BaseSvgIcon$
|
|
1172
|
+
BaseSvgIcon$2O,
|
|
1173
1173
|
{
|
|
1174
1174
|
ref,
|
|
1175
1175
|
viewBox: "0 0 24 24",
|
|
@@ -1183,7 +1183,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1183
1183
|
);
|
|
1184
1184
|
}
|
|
1185
1185
|
const Covid19$1 = forwardRef(Covid19);
|
|
1186
|
-
const Icon$
|
|
1186
|
+
const Icon$2N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1187
1187
|
"path",
|
|
1188
1188
|
{
|
|
1189
1189
|
fill: "currentColor",
|
|
@@ -1191,10 +1191,10 @@ const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1191
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
1192
|
}
|
|
1193
1193
|
) });
|
|
1194
|
-
const BaseSvgIcon$
|
|
1194
|
+
const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "CreateFolder");
|
|
1195
1195
|
function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
1196
1196
|
return /* @__PURE__ */ jsx(
|
|
1197
|
-
BaseSvgIcon$
|
|
1197
|
+
BaseSvgIcon$2N,
|
|
1198
1198
|
{
|
|
1199
1199
|
ref,
|
|
1200
1200
|
viewBox: "0 0 24 24",
|
|
@@ -1208,7 +1208,7 @@ function CreateFolder({ width, height, sx, ...props }, ref) {
|
|
|
1208
1208
|
);
|
|
1209
1209
|
}
|
|
1210
1210
|
const CreateFolder$1 = forwardRef(CreateFolder);
|
|
1211
|
-
const Icon$
|
|
1211
|
+
const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1212
1212
|
"path",
|
|
1213
1213
|
{
|
|
1214
1214
|
fill: "currentColor",
|
|
@@ -1217,10 +1217,10 @@ const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1217
1217
|
clipRule: "evenodd"
|
|
1218
1218
|
}
|
|
1219
1219
|
) });
|
|
1220
|
-
const BaseSvgIcon$
|
|
1220
|
+
const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "CreateMap");
|
|
1221
1221
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1222
1222
|
return /* @__PURE__ */ jsx(
|
|
1223
|
-
BaseSvgIcon$
|
|
1223
|
+
BaseSvgIcon$2M,
|
|
1224
1224
|
{
|
|
1225
1225
|
ref,
|
|
1226
1226
|
viewBox: "0 0 24 24",
|
|
@@ -1234,17 +1234,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1234
1234
|
);
|
|
1235
1235
|
}
|
|
1236
1236
|
const CreateMap$1 = forwardRef(CreateMap);
|
|
1237
|
-
const Icon$
|
|
1237
|
+
const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1238
1238
|
"path",
|
|
1239
1239
|
{
|
|
1240
1240
|
fill: "currentColor",
|
|
1241
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"
|
|
1242
1242
|
}
|
|
1243
1243
|
) });
|
|
1244
|
-
const BaseSvgIcon$
|
|
1244
|
+
const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "CreateSpatialAnalysis");
|
|
1245
1245
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1246
1246
|
return /* @__PURE__ */ jsx(
|
|
1247
|
-
BaseSvgIcon$
|
|
1247
|
+
BaseSvgIcon$2L,
|
|
1248
1248
|
{
|
|
1249
1249
|
ref,
|
|
1250
1250
|
viewBox: "0 0 24 24",
|
|
@@ -1258,7 +1258,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1258
1258
|
);
|
|
1259
1259
|
}
|
|
1260
1260
|
const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
|
|
1261
|
-
const Icon$
|
|
1261
|
+
const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1262
1262
|
/* @__PURE__ */ jsx(
|
|
1263
1263
|
"path",
|
|
1264
1264
|
{
|
|
@@ -1276,10 +1276,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1276
1276
|
}
|
|
1277
1277
|
)
|
|
1278
1278
|
] });
|
|
1279
|
-
const BaseSvgIcon$
|
|
1279
|
+
const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "CreateTileset");
|
|
1280
1280
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1281
1281
|
return /* @__PURE__ */ jsx(
|
|
1282
|
-
BaseSvgIcon$
|
|
1282
|
+
BaseSvgIcon$2K,
|
|
1283
1283
|
{
|
|
1284
1284
|
ref,
|
|
1285
1285
|
viewBox: "0 0 24 24",
|
|
@@ -1293,7 +1293,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1293
1293
|
);
|
|
1294
1294
|
}
|
|
1295
1295
|
const CreateTileset$1 = forwardRef(CreateTileset);
|
|
1296
|
-
const Icon$
|
|
1296
|
+
const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1297
1297
|
"path",
|
|
1298
1298
|
{
|
|
1299
1299
|
fill: "currentColor",
|
|
@@ -1302,10 +1302,10 @@ const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1302
1302
|
clipRule: "evenodd"
|
|
1303
1303
|
}
|
|
1304
1304
|
) });
|
|
1305
|
-
const BaseSvgIcon$
|
|
1305
|
+
const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "CreateWorkflow");
|
|
1306
1306
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1307
1307
|
return /* @__PURE__ */ jsx(
|
|
1308
|
-
BaseSvgIcon$
|
|
1308
|
+
BaseSvgIcon$2J,
|
|
1309
1309
|
{
|
|
1310
1310
|
ref,
|
|
1311
1311
|
viewBox: "0 0 24 24",
|
|
@@ -1319,7 +1319,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1319
1319
|
);
|
|
1320
1320
|
}
|
|
1321
1321
|
const CreateWorkflow$1 = forwardRef(CreateWorkflow);
|
|
1322
|
-
const Icon$
|
|
1322
|
+
const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1323
1323
|
"path",
|
|
1324
1324
|
{
|
|
1325
1325
|
fill: "currentColor",
|
|
@@ -1328,10 +1328,10 @@ const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1328
1328
|
clipRule: "evenodd"
|
|
1329
1329
|
}
|
|
1330
1330
|
) });
|
|
1331
|
-
const BaseSvgIcon$
|
|
1331
|
+
const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "Data");
|
|
1332
1332
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1333
1333
|
return /* @__PURE__ */ jsx(
|
|
1334
|
-
BaseSvgIcon$
|
|
1334
|
+
BaseSvgIcon$2I,
|
|
1335
1335
|
{
|
|
1336
1336
|
ref,
|
|
1337
1337
|
viewBox: "0 0 24 24",
|
|
@@ -1345,7 +1345,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1345
1345
|
);
|
|
1346
1346
|
}
|
|
1347
1347
|
const Data$1 = forwardRef(Data);
|
|
1348
|
-
const Icon$
|
|
1348
|
+
const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1349
1349
|
/* @__PURE__ */ jsx(
|
|
1350
1350
|
"path",
|
|
1351
1351
|
{
|
|
@@ -1365,10 +1365,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1365
1365
|
}
|
|
1366
1366
|
)
|
|
1367
1367
|
] });
|
|
1368
|
-
const BaseSvgIcon$
|
|
1368
|
+
const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "DataAccess");
|
|
1369
1369
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1370
1370
|
return /* @__PURE__ */ jsx(
|
|
1371
|
-
BaseSvgIcon$
|
|
1371
|
+
BaseSvgIcon$2H,
|
|
1372
1372
|
{
|
|
1373
1373
|
ref,
|
|
1374
1374
|
viewBox: "0 0 24 24",
|
|
@@ -1382,7 +1382,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1382
1382
|
);
|
|
1383
1383
|
}
|
|
1384
1384
|
const DataAccess$1 = forwardRef(DataAccess);
|
|
1385
|
-
const Icon$
|
|
1385
|
+
const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1386
1386
|
/* @__PURE__ */ jsx(
|
|
1387
1387
|
"path",
|
|
1388
1388
|
{
|
|
@@ -1402,10 +1402,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1402
1402
|
}
|
|
1403
1403
|
)
|
|
1404
1404
|
] });
|
|
1405
|
-
const BaseSvgIcon$
|
|
1405
|
+
const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "DataExplorer");
|
|
1406
1406
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1407
1407
|
return /* @__PURE__ */ jsx(
|
|
1408
|
-
BaseSvgIcon$
|
|
1408
|
+
BaseSvgIcon$2G,
|
|
1409
1409
|
{
|
|
1410
1410
|
ref,
|
|
1411
1411
|
viewBox: "0 0 24 24",
|
|
@@ -1419,7 +1419,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1419
1419
|
);
|
|
1420
1420
|
}
|
|
1421
1421
|
const DataExplorer$1 = forwardRef(DataExplorer);
|
|
1422
|
-
const Icon$
|
|
1422
|
+
const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1423
1423
|
/* @__PURE__ */ jsx(
|
|
1424
1424
|
"path",
|
|
1425
1425
|
{
|
|
@@ -1439,10 +1439,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1439
1439
|
}
|
|
1440
1440
|
)
|
|
1441
1441
|
] });
|
|
1442
|
-
const BaseSvgIcon$
|
|
1442
|
+
const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "DataFilter");
|
|
1443
1443
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1444
1444
|
return /* @__PURE__ */ jsx(
|
|
1445
|
-
BaseSvgIcon$
|
|
1445
|
+
BaseSvgIcon$2F,
|
|
1446
1446
|
{
|
|
1447
1447
|
ref,
|
|
1448
1448
|
viewBox: "0 0 24 24",
|
|
@@ -1456,7 +1456,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1456
1456
|
);
|
|
1457
1457
|
}
|
|
1458
1458
|
const DataFilter$1 = forwardRef(DataFilter);
|
|
1459
|
-
const Icon$
|
|
1459
|
+
const Icon$2E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1460
1460
|
/* @__PURE__ */ jsx(
|
|
1461
1461
|
"path",
|
|
1462
1462
|
{
|
|
@@ -1474,10 +1474,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1474
1474
|
}
|
|
1475
1475
|
)
|
|
1476
1476
|
] });
|
|
1477
|
-
const BaseSvgIcon$
|
|
1477
|
+
const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "DataMonetization");
|
|
1478
1478
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1479
1479
|
return /* @__PURE__ */ jsx(
|
|
1480
|
-
BaseSvgIcon$
|
|
1480
|
+
BaseSvgIcon$2E,
|
|
1481
1481
|
{
|
|
1482
1482
|
ref,
|
|
1483
1483
|
viewBox: "0 0 24 24",
|
|
@@ -1491,7 +1491,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1491
1491
|
);
|
|
1492
1492
|
}
|
|
1493
1493
|
const DataMonetization$1 = forwardRef(DataMonetization);
|
|
1494
|
-
const Icon$
|
|
1494
|
+
const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1495
1495
|
"path",
|
|
1496
1496
|
{
|
|
1497
1497
|
fill: "currentColor",
|
|
@@ -1500,10 +1500,10 @@ const Icon$2z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1500
1500
|
clipRule: "evenodd"
|
|
1501
1501
|
}
|
|
1502
1502
|
) });
|
|
1503
|
-
const BaseSvgIcon$
|
|
1503
|
+
const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "DataObservatory");
|
|
1504
1504
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1505
1505
|
return /* @__PURE__ */ jsx(
|
|
1506
|
-
BaseSvgIcon$
|
|
1506
|
+
BaseSvgIcon$2D,
|
|
1507
1507
|
{
|
|
1508
1508
|
ref,
|
|
1509
1509
|
viewBox: "0 0 24 24",
|
|
@@ -1517,7 +1517,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1517
1517
|
);
|
|
1518
1518
|
}
|
|
1519
1519
|
const DataObservatory$1 = forwardRef(DataObservatory);
|
|
1520
|
-
const Icon$
|
|
1520
|
+
const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1521
1521
|
/* @__PURE__ */ jsx(
|
|
1522
1522
|
"path",
|
|
1523
1523
|
{
|
|
@@ -1535,10 +1535,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1535
1535
|
}
|
|
1536
1536
|
)
|
|
1537
1537
|
] });
|
|
1538
|
-
const BaseSvgIcon$
|
|
1538
|
+
const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "DataOk");
|
|
1539
1539
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1540
1540
|
return /* @__PURE__ */ jsx(
|
|
1541
|
-
BaseSvgIcon$
|
|
1541
|
+
BaseSvgIcon$2C,
|
|
1542
1542
|
{
|
|
1543
1543
|
ref,
|
|
1544
1544
|
viewBox: "0 0 24 24",
|
|
@@ -1552,7 +1552,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1552
1552
|
);
|
|
1553
1553
|
}
|
|
1554
1554
|
const DataOk$1 = forwardRef(DataOk);
|
|
1555
|
-
const Icon$
|
|
1555
|
+
const Icon$2B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1556
1556
|
/* @__PURE__ */ jsx(
|
|
1557
1557
|
"path",
|
|
1558
1558
|
{
|
|
@@ -1572,10 +1572,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1572
1572
|
}
|
|
1573
1573
|
)
|
|
1574
1574
|
] });
|
|
1575
|
-
const BaseSvgIcon$
|
|
1575
|
+
const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "DataPending");
|
|
1576
1576
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1577
1577
|
return /* @__PURE__ */ jsx(
|
|
1578
|
-
BaseSvgIcon$
|
|
1578
|
+
BaseSvgIcon$2B,
|
|
1579
1579
|
{
|
|
1580
1580
|
ref,
|
|
1581
1581
|
viewBox: "0 0 24 24",
|
|
@@ -1589,7 +1589,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1589
1589
|
);
|
|
1590
1590
|
}
|
|
1591
1591
|
const DataPending$1 = forwardRef(DataPending);
|
|
1592
|
-
const Icon$
|
|
1592
|
+
const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1593
1593
|
/* @__PURE__ */ jsx(
|
|
1594
1594
|
"path",
|
|
1595
1595
|
{
|
|
@@ -1607,10 +1607,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1607
1607
|
}
|
|
1608
1608
|
)
|
|
1609
1609
|
] });
|
|
1610
|
-
const BaseSvgIcon$
|
|
1610
|
+
const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "DataPremium");
|
|
1611
1611
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1612
1612
|
return /* @__PURE__ */ jsx(
|
|
1613
|
-
BaseSvgIcon$
|
|
1613
|
+
BaseSvgIcon$2A,
|
|
1614
1614
|
{
|
|
1615
1615
|
ref,
|
|
1616
1616
|
viewBox: "0 0 24 24",
|
|
@@ -1624,7 +1624,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1624
1624
|
);
|
|
1625
1625
|
}
|
|
1626
1626
|
const DataPremium$1 = forwardRef(DataPremium);
|
|
1627
|
-
const Icon$
|
|
1627
|
+
const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1628
1628
|
/* @__PURE__ */ jsx(
|
|
1629
1629
|
"path",
|
|
1630
1630
|
{
|
|
@@ -1644,10 +1644,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1644
1644
|
}
|
|
1645
1645
|
)
|
|
1646
1646
|
] });
|
|
1647
|
-
const BaseSvgIcon$
|
|
1647
|
+
const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "DataPublic");
|
|
1648
1648
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1649
1649
|
return /* @__PURE__ */ jsx(
|
|
1650
|
-
BaseSvgIcon$
|
|
1650
|
+
BaseSvgIcon$2z,
|
|
1651
1651
|
{
|
|
1652
1652
|
ref,
|
|
1653
1653
|
viewBox: "0 0 24 24",
|
|
@@ -1661,7 +1661,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1661
1661
|
);
|
|
1662
1662
|
}
|
|
1663
1663
|
const DataPublic$1 = forwardRef(DataPublic);
|
|
1664
|
-
const Icon$
|
|
1664
|
+
const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1665
1665
|
/* @__PURE__ */ jsx(
|
|
1666
1666
|
"path",
|
|
1667
1667
|
{
|
|
@@ -1681,10 +1681,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1681
1681
|
}
|
|
1682
1682
|
)
|
|
1683
1683
|
] });
|
|
1684
|
-
const BaseSvgIcon$
|
|
1684
|
+
const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "DataSample");
|
|
1685
1685
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1686
1686
|
return /* @__PURE__ */ jsx(
|
|
1687
|
-
BaseSvgIcon$
|
|
1687
|
+
BaseSvgIcon$2y,
|
|
1688
1688
|
{
|
|
1689
1689
|
ref,
|
|
1690
1690
|
viewBox: "0 0 24 24",
|
|
@@ -1698,7 +1698,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1698
1698
|
);
|
|
1699
1699
|
}
|
|
1700
1700
|
const DataSample$1 = forwardRef(DataSample);
|
|
1701
|
-
const Icon$
|
|
1701
|
+
const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1702
1702
|
"path",
|
|
1703
1703
|
{
|
|
1704
1704
|
fill: "currentColor",
|
|
@@ -1707,10 +1707,10 @@ const Icon$2t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1707
1707
|
clipRule: "evenodd"
|
|
1708
1708
|
}
|
|
1709
1709
|
) });
|
|
1710
|
-
const BaseSvgIcon$
|
|
1710
|
+
const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "DataUnavailable");
|
|
1711
1711
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1712
1712
|
return /* @__PURE__ */ jsx(
|
|
1713
|
-
BaseSvgIcon$
|
|
1713
|
+
BaseSvgIcon$2x,
|
|
1714
1714
|
{
|
|
1715
1715
|
ref,
|
|
1716
1716
|
viewBox: "0 0 24 24",
|
|
@@ -1724,7 +1724,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1724
1724
|
);
|
|
1725
1725
|
}
|
|
1726
1726
|
const DataUnavailable$1 = forwardRef(DataUnavailable);
|
|
1727
|
-
const Icon$
|
|
1727
|
+
const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1728
1728
|
"path",
|
|
1729
1729
|
{
|
|
1730
1730
|
fill: "currentColor",
|
|
@@ -1733,10 +1733,10 @@ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1733
1733
|
clipRule: "evenodd"
|
|
1734
1734
|
}
|
|
1735
1735
|
) });
|
|
1736
|
-
const BaseSvgIcon$
|
|
1736
|
+
const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "Databricks");
|
|
1737
1737
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1738
1738
|
return /* @__PURE__ */ jsx(
|
|
1739
|
-
BaseSvgIcon$
|
|
1739
|
+
BaseSvgIcon$2w,
|
|
1740
1740
|
{
|
|
1741
1741
|
ref,
|
|
1742
1742
|
viewBox: "0 0 24 24",
|
|
@@ -1750,7 +1750,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1750
1750
|
);
|
|
1751
1751
|
}
|
|
1752
1752
|
const Databricks$1 = forwardRef(Databricks);
|
|
1753
|
-
const Icon$
|
|
1753
|
+
const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1754
1754
|
"path",
|
|
1755
1755
|
{
|
|
1756
1756
|
fill: "currentColor",
|
|
@@ -1759,10 +1759,10 @@ const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1759
1759
|
clipRule: "evenodd"
|
|
1760
1760
|
}
|
|
1761
1761
|
) });
|
|
1762
|
-
const BaseSvgIcon$
|
|
1762
|
+
const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "Demographics");
|
|
1763
1763
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1764
1764
|
return /* @__PURE__ */ jsx(
|
|
1765
|
-
BaseSvgIcon$
|
|
1765
|
+
BaseSvgIcon$2v,
|
|
1766
1766
|
{
|
|
1767
1767
|
ref,
|
|
1768
1768
|
viewBox: "0 0 24 24",
|
|
@@ -1776,7 +1776,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1776
1776
|
);
|
|
1777
1777
|
}
|
|
1778
1778
|
const Demographics$1 = forwardRef(Demographics);
|
|
1779
|
-
const Icon$
|
|
1779
|
+
const Icon$2u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1780
1780
|
"path",
|
|
1781
1781
|
{
|
|
1782
1782
|
fill: "currentColor",
|
|
@@ -1785,10 +1785,10 @@ const Icon$2q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1785
1785
|
clipRule: "evenodd"
|
|
1786
1786
|
}
|
|
1787
1787
|
) });
|
|
1788
|
-
const BaseSvgIcon$
|
|
1788
|
+
const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "Derived");
|
|
1789
1789
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1790
1790
|
return /* @__PURE__ */ jsx(
|
|
1791
|
-
BaseSvgIcon$
|
|
1791
|
+
BaseSvgIcon$2u,
|
|
1792
1792
|
{
|
|
1793
1793
|
ref,
|
|
1794
1794
|
viewBox: "0 0 24 24",
|
|
@@ -1802,7 +1802,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1802
1802
|
);
|
|
1803
1803
|
}
|
|
1804
1804
|
const Derived$1 = forwardRef(Derived);
|
|
1805
|
-
const Icon$
|
|
1805
|
+
const Icon$2t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1806
1806
|
"path",
|
|
1807
1807
|
{
|
|
1808
1808
|
fill: "currentColor",
|
|
@@ -1811,10 +1811,10 @@ const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1811
1811
|
clipRule: "evenodd"
|
|
1812
1812
|
}
|
|
1813
1813
|
) });
|
|
1814
|
-
const BaseSvgIcon$
|
|
1814
|
+
const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "Distance");
|
|
1815
1815
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1816
1816
|
return /* @__PURE__ */ jsx(
|
|
1817
|
-
BaseSvgIcon$
|
|
1817
|
+
BaseSvgIcon$2t,
|
|
1818
1818
|
{
|
|
1819
1819
|
ref,
|
|
1820
1820
|
viewBox: "0 0 24 24",
|
|
@@ -1828,11 +1828,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1828
1828
|
);
|
|
1829
1829
|
}
|
|
1830
1830
|
const Distance$1 = forwardRef(Distance);
|
|
1831
|
-
const Icon$
|
|
1832
|
-
const BaseSvgIcon$
|
|
1831
|
+
const Icon$2s = () => /* @__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$2s = createSvgIcon(Icon$2s(), "Dot");
|
|
1833
1833
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1834
1834
|
return /* @__PURE__ */ jsx(
|
|
1835
|
-
BaseSvgIcon$
|
|
1835
|
+
BaseSvgIcon$2s,
|
|
1836
1836
|
{
|
|
1837
1837
|
ref,
|
|
1838
1838
|
viewBox: "0 0 24 24",
|
|
@@ -1846,7 +1846,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1846
1846
|
);
|
|
1847
1847
|
}
|
|
1848
1848
|
const Dot$1 = forwardRef(Dot);
|
|
1849
|
-
const Icon$
|
|
1849
|
+
const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1850
1850
|
"path",
|
|
1851
1851
|
{
|
|
1852
1852
|
fill: "currentColor",
|
|
@@ -1855,10 +1855,10 @@ const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1855
1855
|
clipRule: "evenodd"
|
|
1856
1856
|
}
|
|
1857
1857
|
) });
|
|
1858
|
-
const BaseSvgIcon$
|
|
1858
|
+
const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "DrawCircle");
|
|
1859
1859
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1860
1860
|
return /* @__PURE__ */ jsx(
|
|
1861
|
-
BaseSvgIcon$
|
|
1861
|
+
BaseSvgIcon$2r,
|
|
1862
1862
|
{
|
|
1863
1863
|
ref,
|
|
1864
1864
|
viewBox: "0 0 24 24",
|
|
@@ -1872,7 +1872,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1872
1872
|
);
|
|
1873
1873
|
}
|
|
1874
1874
|
const DrawCircle$1 = forwardRef(DrawCircle);
|
|
1875
|
-
const Icon$
|
|
1875
|
+
const Icon$2q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1876
1876
|
"path",
|
|
1877
1877
|
{
|
|
1878
1878
|
fill: "currentColor",
|
|
@@ -1881,10 +1881,10 @@ const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1881
1881
|
clipRule: "evenodd"
|
|
1882
1882
|
}
|
|
1883
1883
|
) });
|
|
1884
|
-
const BaseSvgIcon$
|
|
1884
|
+
const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DrawLasso");
|
|
1885
1885
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1886
1886
|
return /* @__PURE__ */ jsx(
|
|
1887
|
-
BaseSvgIcon$
|
|
1887
|
+
BaseSvgIcon$2q,
|
|
1888
1888
|
{
|
|
1889
1889
|
ref,
|
|
1890
1890
|
viewBox: "0 0 24 24",
|
|
@@ -1898,17 +1898,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1898
1898
|
);
|
|
1899
1899
|
}
|
|
1900
1900
|
const DrawLasso$1 = forwardRef(DrawLasso);
|
|
1901
|
-
const Icon$
|
|
1901
|
+
const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1902
1902
|
"path",
|
|
1903
1903
|
{
|
|
1904
1904
|
fill: "currentColor",
|
|
1905
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"
|
|
1906
1906
|
}
|
|
1907
1907
|
) });
|
|
1908
|
-
const BaseSvgIcon$
|
|
1908
|
+
const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DrawLine");
|
|
1909
1909
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1910
1910
|
return /* @__PURE__ */ jsx(
|
|
1911
|
-
BaseSvgIcon$
|
|
1911
|
+
BaseSvgIcon$2p,
|
|
1912
1912
|
{
|
|
1913
1913
|
ref,
|
|
1914
1914
|
viewBox: "0 0 24 24",
|
|
@@ -1922,7 +1922,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1922
1922
|
);
|
|
1923
1923
|
}
|
|
1924
1924
|
const DrawLine$1 = forwardRef(DrawLine);
|
|
1925
|
-
const Icon$
|
|
1925
|
+
const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1926
1926
|
"path",
|
|
1927
1927
|
{
|
|
1928
1928
|
fill: "currentColor",
|
|
@@ -1931,10 +1931,10 @@ const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1931
1931
|
clipRule: "evenodd"
|
|
1932
1932
|
}
|
|
1933
1933
|
) });
|
|
1934
|
-
const BaseSvgIcon$
|
|
1934
|
+
const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "DrawPolygon");
|
|
1935
1935
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1936
1936
|
return /* @__PURE__ */ jsx(
|
|
1937
|
-
BaseSvgIcon$
|
|
1937
|
+
BaseSvgIcon$2o,
|
|
1938
1938
|
{
|
|
1939
1939
|
ref,
|
|
1940
1940
|
viewBox: "0 0 24 24",
|
|
@@ -1948,7 +1948,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1948
1948
|
);
|
|
1949
1949
|
}
|
|
1950
1950
|
const DrawPolygon$1 = forwardRef(DrawPolygon);
|
|
1951
|
-
const Icon$
|
|
1951
|
+
const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1952
1952
|
"path",
|
|
1953
1953
|
{
|
|
1954
1954
|
fill: "currentColor",
|
|
@@ -1957,10 +1957,10 @@ const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1957
1957
|
clipRule: "evenodd"
|
|
1958
1958
|
}
|
|
1959
1959
|
) });
|
|
1960
|
-
const BaseSvgIcon$
|
|
1960
|
+
const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "DrawSquare");
|
|
1961
1961
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1962
1962
|
return /* @__PURE__ */ jsx(
|
|
1963
|
-
BaseSvgIcon$
|
|
1963
|
+
BaseSvgIcon$2n,
|
|
1964
1964
|
{
|
|
1965
1965
|
ref,
|
|
1966
1966
|
viewBox: "0 0 24 24",
|
|
@@ -1974,7 +1974,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1974
1974
|
);
|
|
1975
1975
|
}
|
|
1976
1976
|
const DrawSquare$1 = forwardRef(DrawSquare);
|
|
1977
|
-
const Icon$
|
|
1977
|
+
const Icon$2m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1978
1978
|
/* @__PURE__ */ jsx(
|
|
1979
1979
|
"path",
|
|
1980
1980
|
{
|
|
@@ -1992,10 +1992,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1992
1992
|
}
|
|
1993
1993
|
)
|
|
1994
1994
|
] });
|
|
1995
|
-
const BaseSvgIcon$
|
|
1995
|
+
const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DropAPin");
|
|
1996
1996
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1997
1997
|
return /* @__PURE__ */ jsx(
|
|
1998
|
-
BaseSvgIcon$
|
|
1998
|
+
BaseSvgIcon$2m,
|
|
1999
1999
|
{
|
|
2000
2000
|
ref,
|
|
2001
2001
|
viewBox: "0 0 24 24",
|
|
@@ -2009,7 +2009,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
2009
2009
|
);
|
|
2010
2010
|
}
|
|
2011
2011
|
const DropAPin$1 = forwardRef(DropAPin);
|
|
2012
|
-
const Icon$
|
|
2012
|
+
const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2013
2013
|
"path",
|
|
2014
2014
|
{
|
|
2015
2015
|
fill: "currentColor",
|
|
@@ -2018,10 +2018,10 @@ const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2018
2018
|
clipRule: "evenodd"
|
|
2019
2019
|
}
|
|
2020
2020
|
) });
|
|
2021
|
-
const BaseSvgIcon$
|
|
2021
|
+
const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DualMap");
|
|
2022
2022
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
2023
2023
|
return /* @__PURE__ */ jsx(
|
|
2024
|
-
BaseSvgIcon$
|
|
2024
|
+
BaseSvgIcon$2l,
|
|
2025
2025
|
{
|
|
2026
2026
|
ref,
|
|
2027
2027
|
viewBox: "0 0 24 24",
|
|
@@ -2035,7 +2035,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
2035
2035
|
);
|
|
2036
2036
|
}
|
|
2037
2037
|
const DualMap$1 = forwardRef(DualMap);
|
|
2038
|
-
const Icon$
|
|
2038
|
+
const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2039
2039
|
"path",
|
|
2040
2040
|
{
|
|
2041
2041
|
fill: "currentColor",
|
|
@@ -2044,10 +2044,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2044
2044
|
clipRule: "evenodd"
|
|
2045
2045
|
}
|
|
2046
2046
|
) });
|
|
2047
|
-
const BaseSvgIcon$
|
|
2047
|
+
const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "Environmental");
|
|
2048
2048
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
2049
2049
|
return /* @__PURE__ */ jsx(
|
|
2050
|
-
BaseSvgIcon$
|
|
2050
|
+
BaseSvgIcon$2k,
|
|
2051
2051
|
{
|
|
2052
2052
|
ref,
|
|
2053
2053
|
viewBox: "0 0 24 24",
|
|
@@ -2061,7 +2061,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
2061
2061
|
);
|
|
2062
2062
|
}
|
|
2063
2063
|
const Environmental$1 = forwardRef(Environmental);
|
|
2064
|
-
const Icon$
|
|
2064
|
+
const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2065
2065
|
"path",
|
|
2066
2066
|
{
|
|
2067
2067
|
fill: "currentColor",
|
|
@@ -2070,10 +2070,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2070
2070
|
clipRule: "evenodd"
|
|
2071
2071
|
}
|
|
2072
2072
|
) });
|
|
2073
|
-
const BaseSvgIcon$
|
|
2073
|
+
const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "EnvironmentalManagement");
|
|
2074
2074
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
2075
2075
|
return /* @__PURE__ */ jsx(
|
|
2076
|
-
BaseSvgIcon$
|
|
2076
|
+
BaseSvgIcon$2j,
|
|
2077
2077
|
{
|
|
2078
2078
|
ref,
|
|
2079
2079
|
viewBox: "0 0 24 24",
|
|
@@ -2087,11 +2087,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
2087
2087
|
);
|
|
2088
2088
|
}
|
|
2089
2089
|
const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
|
|
2090
|
-
const Icon$
|
|
2091
|
-
const BaseSvgIcon$
|
|
2090
|
+
const Icon$2i = () => /* @__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$2i = createSvgIcon(Icon$2i(), "Equal");
|
|
2092
2092
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
2093
2093
|
return /* @__PURE__ */ jsx(
|
|
2094
|
-
BaseSvgIcon$
|
|
2094
|
+
BaseSvgIcon$2i,
|
|
2095
2095
|
{
|
|
2096
2096
|
ref,
|
|
2097
2097
|
viewBox: "0 0 24 24",
|
|
@@ -2105,7 +2105,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2105
2105
|
);
|
|
2106
2106
|
}
|
|
2107
2107
|
const Equal$1 = forwardRef(Equal);
|
|
2108
|
-
const Icon$
|
|
2108
|
+
const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2109
2109
|
"path",
|
|
2110
2110
|
{
|
|
2111
2111
|
fill: "currentColor",
|
|
@@ -2114,10 +2114,10 @@ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2114
2114
|
clipRule: "evenodd"
|
|
2115
2115
|
}
|
|
2116
2116
|
) });
|
|
2117
|
-
const BaseSvgIcon$
|
|
2117
|
+
const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "ExitToAppLeft");
|
|
2118
2118
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2119
2119
|
return /* @__PURE__ */ jsx(
|
|
2120
|
-
BaseSvgIcon$
|
|
2120
|
+
BaseSvgIcon$2h,
|
|
2121
2121
|
{
|
|
2122
2122
|
ref,
|
|
2123
2123
|
viewBox: "0 0 24 24",
|
|
@@ -2131,7 +2131,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2131
2131
|
);
|
|
2132
2132
|
}
|
|
2133
2133
|
const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
|
|
2134
|
-
const Icon$
|
|
2134
|
+
const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2135
2135
|
"path",
|
|
2136
2136
|
{
|
|
2137
2137
|
fill: "currentColor",
|
|
@@ -2140,10 +2140,10 @@ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2140
2140
|
clipRule: "evenodd"
|
|
2141
2141
|
}
|
|
2142
2142
|
) });
|
|
2143
|
-
const BaseSvgIcon$
|
|
2143
|
+
const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "Fabric");
|
|
2144
2144
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2145
2145
|
return /* @__PURE__ */ jsx(
|
|
2146
|
-
BaseSvgIcon$
|
|
2146
|
+
BaseSvgIcon$2g,
|
|
2147
2147
|
{
|
|
2148
2148
|
ref,
|
|
2149
2149
|
viewBox: "0 0 24 24",
|
|
@@ -2157,7 +2157,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2157
2157
|
);
|
|
2158
2158
|
}
|
|
2159
2159
|
const Fabric$1 = forwardRef(Fabric);
|
|
2160
|
-
const Icon$
|
|
2160
|
+
const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2161
2161
|
"path",
|
|
2162
2162
|
{
|
|
2163
2163
|
fill: "currentColor",
|
|
@@ -2166,10 +2166,10 @@ const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2166
2166
|
clipRule: "evenodd"
|
|
2167
2167
|
}
|
|
2168
2168
|
) });
|
|
2169
|
-
const BaseSvgIcon$
|
|
2169
|
+
const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "Facebook");
|
|
2170
2170
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2171
2171
|
return /* @__PURE__ */ jsx(
|
|
2172
|
-
BaseSvgIcon$
|
|
2172
|
+
BaseSvgIcon$2f,
|
|
2173
2173
|
{
|
|
2174
2174
|
ref,
|
|
2175
2175
|
viewBox: "0 0 24 24",
|
|
@@ -2183,7 +2183,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2183
2183
|
);
|
|
2184
2184
|
}
|
|
2185
2185
|
const Facebook$1 = forwardRef(Facebook);
|
|
2186
|
-
const Icon$
|
|
2186
|
+
const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2187
2187
|
"path",
|
|
2188
2188
|
{
|
|
2189
2189
|
fill: "currentColor",
|
|
@@ -2192,10 +2192,10 @@ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2192
2192
|
clipRule: "evenodd"
|
|
2193
2193
|
}
|
|
2194
2194
|
) });
|
|
2195
|
-
const BaseSvgIcon$
|
|
2195
|
+
const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "Financial");
|
|
2196
2196
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2197
2197
|
return /* @__PURE__ */ jsx(
|
|
2198
|
-
BaseSvgIcon$
|
|
2198
|
+
BaseSvgIcon$2e,
|
|
2199
2199
|
{
|
|
2200
2200
|
ref,
|
|
2201
2201
|
viewBox: "0 0 24 24",
|
|
@@ -2209,17 +2209,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2209
2209
|
);
|
|
2210
2210
|
}
|
|
2211
2211
|
const Financial$1 = forwardRef(Financial);
|
|
2212
|
-
const Icon$
|
|
2212
|
+
const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2213
2213
|
"path",
|
|
2214
2214
|
{
|
|
2215
2215
|
fill: "currentColor",
|
|
2216
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"
|
|
2217
2217
|
}
|
|
2218
2218
|
) });
|
|
2219
|
-
const BaseSvgIcon$
|
|
2219
|
+
const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "FlipInverse");
|
|
2220
2220
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2221
2221
|
return /* @__PURE__ */ jsx(
|
|
2222
|
-
BaseSvgIcon$
|
|
2222
|
+
BaseSvgIcon$2d,
|
|
2223
2223
|
{
|
|
2224
2224
|
ref,
|
|
2225
2225
|
viewBox: "0 0 24 24",
|
|
@@ -2233,7 +2233,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2233
2233
|
);
|
|
2234
2234
|
}
|
|
2235
2235
|
const FlipInverse$1 = forwardRef(FlipInverse);
|
|
2236
|
-
const Icon$
|
|
2236
|
+
const Icon$2c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2237
2237
|
/* @__PURE__ */ jsx(
|
|
2238
2238
|
"mask",
|
|
2239
2239
|
{
|
|
@@ -2257,10 +2257,10 @@ const Icon$28 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2257
2257
|
}
|
|
2258
2258
|
) })
|
|
2259
2259
|
] });
|
|
2260
|
-
const BaseSvgIcon$
|
|
2260
|
+
const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "FolderEmpty");
|
|
2261
2261
|
function FolderEmpty({ width, height, sx, ...props }, ref) {
|
|
2262
2262
|
return /* @__PURE__ */ jsx(
|
|
2263
|
-
BaseSvgIcon$
|
|
2263
|
+
BaseSvgIcon$2c,
|
|
2264
2264
|
{
|
|
2265
2265
|
ref,
|
|
2266
2266
|
viewBox: "0 0 24 24",
|
|
@@ -2274,7 +2274,7 @@ function FolderEmpty({ width, height, sx, ...props }, ref) {
|
|
|
2274
2274
|
);
|
|
2275
2275
|
}
|
|
2276
2276
|
const FolderEmpty$1 = forwardRef(FolderEmpty);
|
|
2277
|
-
const Icon$
|
|
2277
|
+
const Icon$2b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2278
2278
|
/* @__PURE__ */ jsx(
|
|
2279
2279
|
"path",
|
|
2280
2280
|
{
|
|
@@ -2292,10 +2292,10 @@ const Icon$27 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2292
2292
|
}
|
|
2293
2293
|
)
|
|
2294
2294
|
] });
|
|
2295
|
-
const BaseSvgIcon$
|
|
2295
|
+
const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "FoldersStackedOutlined");
|
|
2296
2296
|
function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
|
|
2297
2297
|
return /* @__PURE__ */ jsx(
|
|
2298
|
-
BaseSvgIcon$
|
|
2298
|
+
BaseSvgIcon$2b,
|
|
2299
2299
|
{
|
|
2300
2300
|
ref,
|
|
2301
2301
|
viewBox: "0 0 24 24",
|
|
@@ -2309,7 +2309,7 @@ function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
|
|
|
2309
2309
|
);
|
|
2310
2310
|
}
|
|
2311
2311
|
const FoldersStackedOutlined$1 = forwardRef(FoldersStackedOutlined);
|
|
2312
|
-
const Icon$
|
|
2312
|
+
const Icon$2a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2313
2313
|
/* @__PURE__ */ jsx(
|
|
2314
2314
|
"path",
|
|
2315
2315
|
{
|
|
@@ -2329,10 +2329,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2329
2329
|
}
|
|
2330
2330
|
)
|
|
2331
2331
|
] });
|
|
2332
|
-
const BaseSvgIcon$
|
|
2332
|
+
const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "Framed");
|
|
2333
2333
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
2334
2334
|
return /* @__PURE__ */ jsx(
|
|
2335
|
-
BaseSvgIcon$
|
|
2335
|
+
BaseSvgIcon$2a,
|
|
2336
2336
|
{
|
|
2337
2337
|
ref,
|
|
2338
2338
|
viewBox: "0 0 24 24",
|
|
@@ -2346,7 +2346,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
2346
2346
|
);
|
|
2347
2347
|
}
|
|
2348
2348
|
const Framed$1 = forwardRef(Framed);
|
|
2349
|
-
const Icon$
|
|
2349
|
+
const Icon$29 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2350
2350
|
/* @__PURE__ */ jsx(
|
|
2351
2351
|
"path",
|
|
2352
2352
|
{
|
|
@@ -2373,10 +2373,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2373
2373
|
}
|
|
2374
2374
|
)
|
|
2375
2375
|
] });
|
|
2376
|
-
const BaseSvgIcon$
|
|
2376
|
+
const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "FraudDetection");
|
|
2377
2377
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2378
2378
|
return /* @__PURE__ */ jsx(
|
|
2379
|
-
BaseSvgIcon$
|
|
2379
|
+
BaseSvgIcon$29,
|
|
2380
2380
|
{
|
|
2381
2381
|
ref,
|
|
2382
2382
|
viewBox: "0 0 24 24",
|
|
@@ -2390,7 +2390,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2390
2390
|
);
|
|
2391
2391
|
}
|
|
2392
2392
|
const FraudDetection$1 = forwardRef(FraudDetection);
|
|
2393
|
-
const Icon$
|
|
2393
|
+
const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2394
2394
|
"path",
|
|
2395
2395
|
{
|
|
2396
2396
|
fill: "currentColor",
|
|
@@ -2399,10 +2399,10 @@ const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2399
2399
|
clipRule: "evenodd"
|
|
2400
2400
|
}
|
|
2401
2401
|
) });
|
|
2402
|
-
const BaseSvgIcon$
|
|
2402
|
+
const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "Functions");
|
|
2403
2403
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2404
2404
|
return /* @__PURE__ */ jsx(
|
|
2405
|
-
BaseSvgIcon$
|
|
2405
|
+
BaseSvgIcon$28,
|
|
2406
2406
|
{
|
|
2407
2407
|
ref,
|
|
2408
2408
|
viewBox: "0 0 24 24",
|
|
@@ -2416,7 +2416,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2416
2416
|
);
|
|
2417
2417
|
}
|
|
2418
2418
|
const Functions$1 = forwardRef(Functions);
|
|
2419
|
-
const Icon$
|
|
2419
|
+
const Icon$27 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2420
2420
|
/* @__PURE__ */ jsx(
|
|
2421
2421
|
"path",
|
|
2422
2422
|
{
|
|
@@ -2439,10 +2439,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2439
2439
|
}
|
|
2440
2440
|
)
|
|
2441
2441
|
] });
|
|
2442
|
-
const BaseSvgIcon$
|
|
2442
|
+
const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "GeneratingDescription");
|
|
2443
2443
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2444
2444
|
return /* @__PURE__ */ jsx(
|
|
2445
|
-
BaseSvgIcon$
|
|
2445
|
+
BaseSvgIcon$27,
|
|
2446
2446
|
{
|
|
2447
2447
|
ref,
|
|
2448
2448
|
viewBox: "0 0 24 24",
|
|
@@ -2456,7 +2456,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2456
2456
|
);
|
|
2457
2457
|
}
|
|
2458
2458
|
const GeneratingDescription$1 = forwardRef(GeneratingDescription);
|
|
2459
|
-
const Icon$
|
|
2459
|
+
const Icon$26 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2460
2460
|
/* @__PURE__ */ jsx(
|
|
2461
2461
|
"path",
|
|
2462
2462
|
{
|
|
@@ -2476,10 +2476,10 @@ const Icon$22 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2476
2476
|
}
|
|
2477
2477
|
)
|
|
2478
2478
|
] });
|
|
2479
|
-
const BaseSvgIcon$
|
|
2479
|
+
const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "GeocodeTable");
|
|
2480
2480
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2481
2481
|
return /* @__PURE__ */ jsx(
|
|
2482
|
-
BaseSvgIcon$
|
|
2482
|
+
BaseSvgIcon$26,
|
|
2483
2483
|
{
|
|
2484
2484
|
ref,
|
|
2485
2485
|
viewBox: "0 0 24 24",
|
|
@@ -2493,7 +2493,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2493
2493
|
);
|
|
2494
2494
|
}
|
|
2495
2495
|
const GeocodeTable$1 = forwardRef(GeocodeTable);
|
|
2496
|
-
const Icon$
|
|
2496
|
+
const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2497
2497
|
"path",
|
|
2498
2498
|
{
|
|
2499
2499
|
fill: "currentColor",
|
|
@@ -2502,10 +2502,10 @@ const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2502
2502
|
clipRule: "evenodd"
|
|
2503
2503
|
}
|
|
2504
2504
|
) });
|
|
2505
|
-
const BaseSvgIcon$
|
|
2505
|
+
const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "Geography");
|
|
2506
2506
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2507
2507
|
return /* @__PURE__ */ jsx(
|
|
2508
|
-
BaseSvgIcon$
|
|
2508
|
+
BaseSvgIcon$25,
|
|
2509
2509
|
{
|
|
2510
2510
|
ref,
|
|
2511
2511
|
viewBox: "0 0 24 24",
|
|
@@ -2519,7 +2519,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2519
2519
|
);
|
|
2520
2520
|
}
|
|
2521
2521
|
const Geography$1 = forwardRef(Geography);
|
|
2522
|
-
const Icon$
|
|
2522
|
+
const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2523
2523
|
"path",
|
|
2524
2524
|
{
|
|
2525
2525
|
fill: "currentColor",
|
|
@@ -2528,10 +2528,10 @@ const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2528
2528
|
clipRule: "evenodd"
|
|
2529
2529
|
}
|
|
2530
2530
|
) });
|
|
2531
|
-
const BaseSvgIcon$
|
|
2531
|
+
const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "Geomarketing");
|
|
2532
2532
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2533
2533
|
return /* @__PURE__ */ jsx(
|
|
2534
|
-
BaseSvgIcon$
|
|
2534
|
+
BaseSvgIcon$24,
|
|
2535
2535
|
{
|
|
2536
2536
|
ref,
|
|
2537
2537
|
viewBox: "0 0 24 24",
|
|
@@ -2545,7 +2545,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2545
2545
|
);
|
|
2546
2546
|
}
|
|
2547
2547
|
const Geomarketing$1 = forwardRef(Geomarketing);
|
|
2548
|
-
const Icon$
|
|
2548
|
+
const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2549
2549
|
"path",
|
|
2550
2550
|
{
|
|
2551
2551
|
fill: "currentColor",
|
|
@@ -2554,10 +2554,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2554
2554
|
clipRule: "evenodd"
|
|
2555
2555
|
}
|
|
2556
2556
|
) });
|
|
2557
|
-
const BaseSvgIcon$
|
|
2557
|
+
const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "Geometry");
|
|
2558
2558
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2559
2559
|
return /* @__PURE__ */ jsx(
|
|
2560
|
-
BaseSvgIcon$
|
|
2560
|
+
BaseSvgIcon$23,
|
|
2561
2561
|
{
|
|
2562
2562
|
ref,
|
|
2563
2563
|
viewBox: "0 0 24 24",
|
|
@@ -2571,7 +2571,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2571
2571
|
);
|
|
2572
2572
|
}
|
|
2573
2573
|
const Geometry$1 = forwardRef(Geometry);
|
|
2574
|
-
const Icon$
|
|
2574
|
+
const Icon$22 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2575
2575
|
"path",
|
|
2576
2576
|
{
|
|
2577
2577
|
fill: "currentColor",
|
|
@@ -2580,10 +2580,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2580
2580
|
clipRule: "evenodd"
|
|
2581
2581
|
}
|
|
2582
2582
|
) });
|
|
2583
|
-
const BaseSvgIcon$
|
|
2583
|
+
const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "Github");
|
|
2584
2584
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2585
2585
|
return /* @__PURE__ */ jsx(
|
|
2586
|
-
BaseSvgIcon$
|
|
2586
|
+
BaseSvgIcon$22,
|
|
2587
2587
|
{
|
|
2588
2588
|
ref,
|
|
2589
2589
|
viewBox: "0 0 24 24",
|
|
@@ -2597,7 +2597,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2597
2597
|
);
|
|
2598
2598
|
}
|
|
2599
2599
|
const Github$1 = forwardRef(Github);
|
|
2600
|
-
const Icon$
|
|
2600
|
+
const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2601
2601
|
"path",
|
|
2602
2602
|
{
|
|
2603
2603
|
fill: "currentColor",
|
|
@@ -2606,10 +2606,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2606
2606
|
clipRule: "evenodd"
|
|
2607
2607
|
}
|
|
2608
2608
|
) });
|
|
2609
|
-
const BaseSvgIcon$
|
|
2609
|
+
const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "Google");
|
|
2610
2610
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2611
2611
|
return /* @__PURE__ */ jsx(
|
|
2612
|
-
BaseSvgIcon$
|
|
2612
|
+
BaseSvgIcon$21,
|
|
2613
2613
|
{
|
|
2614
2614
|
ref,
|
|
2615
2615
|
viewBox: "0 0 24 24",
|
|
@@ -2623,19 +2623,43 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2623
2623
|
);
|
|
2624
2624
|
}
|
|
2625
2625
|
const Google$1 = forwardRef(Google);
|
|
2626
|
-
const Icon$
|
|
2626
|
+
const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2627
2627
|
"path",
|
|
2628
2628
|
{
|
|
2629
2629
|
fill: "currentColor",
|
|
2630
|
-
|
|
2631
|
-
d: "M17.522 2.004c.645 0 1.245.324 1.608.86l.086.139 3.522 8.002c.32.566.347 1.253.08 1.84l-.08.158-3.522 8.002c-.323.57-.898.939-1.534.992l-.16.007H6.478a1.94 1.94 0 0 1-1.608-.86l-.086-.14-3.522-8.001a2.04 2.04 0 0 1-.08-1.84l.08-.158 3.522-8.002c.323-.571.898-.94 1.534-.993l.16-.006zM17.5 4.002h-11L3 12.004l3.5 8.002h11l3.5-8.002zM16 8a2 2 0 0 1 1.994 1.85L18 10v.5c0 .83-.67 1.5-1.5 1.5.781 0 1.42.594 1.493 1.355L18 13.5v.5a2 2 0 0 1-1.851 1.995L16 16h-3v-2h3v-1h-2v-2h2v-1h-3V8zM8 8v3h1V8h2v8H9v-3H8v3H6V8z",
|
|
2632
|
-
clipRule: "evenodd"
|
|
2630
|
+
d: "M15 8c0-1.42-.5-2.73-1.33-3.76.42-.14.86-.24 1.33-.24 2.21 0 4 1.79 4 4s-1.79 4-4 4h-.18l-.77-.77c.6-.94.95-2.05.95-3.23m7.83 12H23v-3c0-2.18-3.58-3.47-6.34-3.87 1.1.75 1.95 1.71 2.23 2.94zM9 6c-.06 0-.11 0-.16.01l-1.6-1.6a3.996 3.996 0 0 1 5.35 5.35l-1.6-1.6c.01-.05.01-.1.01-.16 0-1.1-.9-2-2-2m.17 6H9c-2.21 0-4-1.79-4-4v-.17L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41L17 19.83V20H1v-3c0-2.66 5.33-4 8-4 .37 0 .8.03 1.25.08zM9 15c-2.7 0-5.8 1.29-6 2.01V18h12v-.17l-2.11-2.11C11.76 15.31 10.33 15 9 15"
|
|
2633
2631
|
}
|
|
2634
2632
|
) });
|
|
2635
|
-
const BaseSvgIcon$
|
|
2636
|
-
function
|
|
2633
|
+
const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "GroupOff");
|
|
2634
|
+
function GroupOff({ width, height, sx, ...props }, ref) {
|
|
2637
2635
|
return /* @__PURE__ */ jsx(
|
|
2638
|
-
BaseSvgIcon$
|
|
2636
|
+
BaseSvgIcon$20,
|
|
2637
|
+
{
|
|
2638
|
+
ref,
|
|
2639
|
+
viewBox: "0 0 24 24",
|
|
2640
|
+
sx: {
|
|
2641
|
+
width,
|
|
2642
|
+
height: height || width,
|
|
2643
|
+
...sx
|
|
2644
|
+
},
|
|
2645
|
+
...props
|
|
2646
|
+
}
|
|
2647
|
+
);
|
|
2648
|
+
}
|
|
2649
|
+
const GroupOff$1 = forwardRef(GroupOff);
|
|
2650
|
+
const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2651
|
+
"path",
|
|
2652
|
+
{
|
|
2653
|
+
fill: "currentColor",
|
|
2654
|
+
fillRule: "evenodd",
|
|
2655
|
+
d: "M17.522 2.004c.645 0 1.245.324 1.608.86l.086.139 3.522 8.002c.32.566.347 1.253.08 1.84l-.08.158-3.522 8.002c-.323.57-.898.939-1.534.992l-.16.007H6.478a1.94 1.94 0 0 1-1.608-.86l-.086-.14-3.522-8.001a2.04 2.04 0 0 1-.08-1.84l.08-.158 3.522-8.002c.323-.571.898-.94 1.534-.993l.16-.006zM17.5 4.002h-11L3 12.004l3.5 8.002h11l3.5-8.002zM16 8a2 2 0 0 1 1.994 1.85L18 10v.5c0 .83-.67 1.5-1.5 1.5.781 0 1.42.594 1.493 1.355L18 13.5v.5a2 2 0 0 1-1.851 1.995L16 16h-3v-2h3v-1h-2v-2h2v-1h-3V8zM8 8v3h1V8h2v8H9v-3H8v3H6V8z",
|
|
2656
|
+
clipRule: "evenodd"
|
|
2657
|
+
}
|
|
2658
|
+
) });
|
|
2659
|
+
const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "H3");
|
|
2660
|
+
function H3({ width, height, sx, ...props }, ref) {
|
|
2661
|
+
return /* @__PURE__ */ jsx(
|
|
2662
|
+
BaseSvgIcon$1$,
|
|
2639
2663
|
{
|
|
2640
2664
|
ref,
|
|
2641
2665
|
viewBox: "0 0 24 24",
|
|
@@ -2649,7 +2673,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2649
2673
|
);
|
|
2650
2674
|
}
|
|
2651
2675
|
const H3$1 = forwardRef(H3);
|
|
2652
|
-
const Icon$
|
|
2676
|
+
const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2653
2677
|
"path",
|
|
2654
2678
|
{
|
|
2655
2679
|
fill: "currentColor",
|
|
@@ -2658,10 +2682,10 @@ const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2658
2682
|
clipRule: "evenodd"
|
|
2659
2683
|
}
|
|
2660
2684
|
) });
|
|
2661
|
-
const BaseSvgIcon$
|
|
2685
|
+
const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "HealthAnalytics");
|
|
2662
2686
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2663
2687
|
return /* @__PURE__ */ jsx(
|
|
2664
|
-
BaseSvgIcon$
|
|
2688
|
+
BaseSvgIcon$1_,
|
|
2665
2689
|
{
|
|
2666
2690
|
ref,
|
|
2667
2691
|
viewBox: "0 0 24 24",
|
|
@@ -2675,7 +2699,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2675
2699
|
);
|
|
2676
2700
|
}
|
|
2677
2701
|
const HealthAnalytics$1 = forwardRef(HealthAnalytics);
|
|
2678
|
-
const Icon$
|
|
2702
|
+
const Icon$1Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2679
2703
|
/* @__PURE__ */ jsx(
|
|
2680
2704
|
"path",
|
|
2681
2705
|
{
|
|
@@ -2693,10 +2717,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2693
2717
|
}
|
|
2694
2718
|
)
|
|
2695
2719
|
] });
|
|
2696
|
-
const BaseSvgIcon$
|
|
2720
|
+
const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "HideComments");
|
|
2697
2721
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2698
2722
|
return /* @__PURE__ */ jsx(
|
|
2699
|
-
BaseSvgIcon$
|
|
2723
|
+
BaseSvgIcon$1Z,
|
|
2700
2724
|
{
|
|
2701
2725
|
ref,
|
|
2702
2726
|
viewBox: "0 0 24 24",
|
|
@@ -2710,7 +2734,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2710
2734
|
);
|
|
2711
2735
|
}
|
|
2712
2736
|
const HideComments$1 = forwardRef(HideComments);
|
|
2713
|
-
const Icon$
|
|
2737
|
+
const Icon$1Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2714
2738
|
/* @__PURE__ */ jsx(
|
|
2715
2739
|
"path",
|
|
2716
2740
|
{
|
|
@@ -2728,10 +2752,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2728
2752
|
}
|
|
2729
2753
|
)
|
|
2730
2754
|
] });
|
|
2731
|
-
const BaseSvgIcon$
|
|
2755
|
+
const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "HideLeftsidebar");
|
|
2732
2756
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2733
2757
|
return /* @__PURE__ */ jsx(
|
|
2734
|
-
BaseSvgIcon$
|
|
2758
|
+
BaseSvgIcon$1Y,
|
|
2735
2759
|
{
|
|
2736
2760
|
ref,
|
|
2737
2761
|
viewBox: "0 0 24 24",
|
|
@@ -2745,7 +2769,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2745
2769
|
);
|
|
2746
2770
|
}
|
|
2747
2771
|
const HideLeftsidebar$1 = forwardRef(HideLeftsidebar);
|
|
2748
|
-
const Icon$
|
|
2772
|
+
const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2749
2773
|
/* @__PURE__ */ jsx(
|
|
2750
2774
|
"path",
|
|
2751
2775
|
{
|
|
@@ -2763,10 +2787,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2763
2787
|
}
|
|
2764
2788
|
)
|
|
2765
2789
|
] });
|
|
2766
|
-
const BaseSvgIcon$
|
|
2790
|
+
const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "HideRightsidebar");
|
|
2767
2791
|
function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
2768
2792
|
return /* @__PURE__ */ jsx(
|
|
2769
|
-
BaseSvgIcon$
|
|
2793
|
+
BaseSvgIcon$1X,
|
|
2770
2794
|
{
|
|
2771
2795
|
ref,
|
|
2772
2796
|
viewBox: "0 0 24 24",
|
|
@@ -2780,7 +2804,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2780
2804
|
);
|
|
2781
2805
|
}
|
|
2782
2806
|
const HideRightsidebar$1 = forwardRef(HideRightsidebar);
|
|
2783
|
-
const Icon$
|
|
2807
|
+
const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2784
2808
|
"path",
|
|
2785
2809
|
{
|
|
2786
2810
|
fill: "currentColor",
|
|
@@ -2789,10 +2813,10 @@ const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2789
2813
|
clipRule: "evenodd"
|
|
2790
2814
|
}
|
|
2791
2815
|
) });
|
|
2792
|
-
const BaseSvgIcon$
|
|
2816
|
+
const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "Home");
|
|
2793
2817
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2794
2818
|
return /* @__PURE__ */ jsx(
|
|
2795
|
-
BaseSvgIcon$
|
|
2819
|
+
BaseSvgIcon$1W,
|
|
2796
2820
|
{
|
|
2797
2821
|
ref,
|
|
2798
2822
|
viewBox: "0 0 24 24",
|
|
@@ -2806,7 +2830,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2806
2830
|
);
|
|
2807
2831
|
}
|
|
2808
2832
|
const Home$1 = forwardRef(Home);
|
|
2809
|
-
const Icon$
|
|
2833
|
+
const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2810
2834
|
"path",
|
|
2811
2835
|
{
|
|
2812
2836
|
fill: "currentColor",
|
|
@@ -2815,10 +2839,10 @@ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2815
2839
|
clipRule: "evenodd"
|
|
2816
2840
|
}
|
|
2817
2841
|
) });
|
|
2818
|
-
const BaseSvgIcon$
|
|
2842
|
+
const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "Housing");
|
|
2819
2843
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2820
2844
|
return /* @__PURE__ */ jsx(
|
|
2821
|
-
BaseSvgIcon$
|
|
2845
|
+
BaseSvgIcon$1V,
|
|
2822
2846
|
{
|
|
2823
2847
|
ref,
|
|
2824
2848
|
viewBox: "0 0 24 24",
|
|
@@ -2832,7 +2856,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2832
2856
|
);
|
|
2833
2857
|
}
|
|
2834
2858
|
const Housing$1 = forwardRef(Housing);
|
|
2835
|
-
const Icon$
|
|
2859
|
+
const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2836
2860
|
"path",
|
|
2837
2861
|
{
|
|
2838
2862
|
fill: "currentColor",
|
|
@@ -2841,10 +2865,10 @@ const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2841
2865
|
clipRule: "evenodd"
|
|
2842
2866
|
}
|
|
2843
2867
|
) });
|
|
2844
|
-
const BaseSvgIcon$
|
|
2868
|
+
const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "HumanMobility");
|
|
2845
2869
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2846
2870
|
return /* @__PURE__ */ jsx(
|
|
2847
|
-
BaseSvgIcon$
|
|
2871
|
+
BaseSvgIcon$1U,
|
|
2848
2872
|
{
|
|
2849
2873
|
ref,
|
|
2850
2874
|
viewBox: "0 0 24 24",
|
|
@@ -2858,7 +2882,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2858
2882
|
);
|
|
2859
2883
|
}
|
|
2860
2884
|
const HumanMobility$1 = forwardRef(HumanMobility);
|
|
2861
|
-
const Icon$
|
|
2885
|
+
const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2862
2886
|
"path",
|
|
2863
2887
|
{
|
|
2864
2888
|
fill: "currentColor",
|
|
@@ -2867,10 +2891,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2867
2891
|
clipRule: "evenodd"
|
|
2868
2892
|
}
|
|
2869
2893
|
) });
|
|
2870
|
-
const BaseSvgIcon$
|
|
2894
|
+
const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "Id");
|
|
2871
2895
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2872
2896
|
return /* @__PURE__ */ jsx(
|
|
2873
|
-
BaseSvgIcon$
|
|
2897
|
+
BaseSvgIcon$1T,
|
|
2874
2898
|
{
|
|
2875
2899
|
ref,
|
|
2876
2900
|
viewBox: "0 0 24 24",
|
|
@@ -2884,7 +2908,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2884
2908
|
);
|
|
2885
2909
|
}
|
|
2886
2910
|
const Id$1 = forwardRef(Id);
|
|
2887
|
-
const Icon$
|
|
2911
|
+
const Icon$1S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2888
2912
|
/* @__PURE__ */ jsx(
|
|
2889
2913
|
"path",
|
|
2890
2914
|
{
|
|
@@ -2902,10 +2926,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2902
2926
|
),
|
|
2903
2927
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2904
2928
|
] });
|
|
2905
|
-
const BaseSvgIcon$
|
|
2929
|
+
const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "Image");
|
|
2906
2930
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2907
2931
|
return /* @__PURE__ */ jsx(
|
|
2908
|
-
BaseSvgIcon$
|
|
2932
|
+
BaseSvgIcon$1S,
|
|
2909
2933
|
{
|
|
2910
2934
|
ref,
|
|
2911
2935
|
viewBox: "0 0 24 24",
|
|
@@ -2919,7 +2943,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2919
2943
|
);
|
|
2920
2944
|
}
|
|
2921
2945
|
const Image$1 = forwardRef(Image);
|
|
2922
|
-
const Icon$
|
|
2946
|
+
const Icon$1R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2923
2947
|
/* @__PURE__ */ jsx(
|
|
2924
2948
|
"path",
|
|
2925
2949
|
{
|
|
@@ -2944,10 +2968,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2944
2968
|
}
|
|
2945
2969
|
)
|
|
2946
2970
|
] });
|
|
2947
|
-
const BaseSvgIcon$
|
|
2971
|
+
const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "Infrastructure");
|
|
2948
2972
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2949
2973
|
return /* @__PURE__ */ jsx(
|
|
2950
|
-
BaseSvgIcon$
|
|
2974
|
+
BaseSvgIcon$1R,
|
|
2951
2975
|
{
|
|
2952
2976
|
ref,
|
|
2953
2977
|
viewBox: "0 0 24 24",
|
|
@@ -2961,7 +2985,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2961
2985
|
);
|
|
2962
2986
|
}
|
|
2963
2987
|
const Infrastructure$1 = forwardRef(Infrastructure);
|
|
2964
|
-
const Icon$
|
|
2988
|
+
const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2965
2989
|
"path",
|
|
2966
2990
|
{
|
|
2967
2991
|
fill: "currentColor",
|
|
@@ -2970,10 +2994,10 @@ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2970
2994
|
clipRule: "evenodd"
|
|
2971
2995
|
}
|
|
2972
2996
|
) });
|
|
2973
|
-
const BaseSvgIcon$
|
|
2997
|
+
const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "IotAnalytics");
|
|
2974
2998
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2975
2999
|
return /* @__PURE__ */ jsx(
|
|
2976
|
-
BaseSvgIcon$
|
|
3000
|
+
BaseSvgIcon$1Q,
|
|
2977
3001
|
{
|
|
2978
3002
|
ref,
|
|
2979
3003
|
viewBox: "0 0 24 24",
|
|
@@ -2987,7 +3011,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2987
3011
|
);
|
|
2988
3012
|
}
|
|
2989
3013
|
const IotAnalytics$1 = forwardRef(IotAnalytics);
|
|
2990
|
-
const Icon$
|
|
3014
|
+
const Icon$1P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2991
3015
|
/* @__PURE__ */ jsx(
|
|
2992
3016
|
"path",
|
|
2993
3017
|
{
|
|
@@ -3005,10 +3029,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3005
3029
|
}
|
|
3006
3030
|
)
|
|
3007
3031
|
] });
|
|
3008
|
-
const BaseSvgIcon$
|
|
3032
|
+
const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "LabelDeprecated");
|
|
3009
3033
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
3010
3034
|
return /* @__PURE__ */ jsx(
|
|
3011
|
-
BaseSvgIcon$
|
|
3035
|
+
BaseSvgIcon$1P,
|
|
3012
3036
|
{
|
|
3013
3037
|
ref,
|
|
3014
3038
|
viewBox: "0 0 24 24",
|
|
@@ -3022,7 +3046,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
3022
3046
|
);
|
|
3023
3047
|
}
|
|
3024
3048
|
const LabelDeprecated$1 = forwardRef(LabelDeprecated);
|
|
3025
|
-
const Icon$
|
|
3049
|
+
const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3026
3050
|
"path",
|
|
3027
3051
|
{
|
|
3028
3052
|
fill: "currentColor",
|
|
@@ -3031,10 +3055,10 @@ const Icon$1L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3031
3055
|
clipRule: "evenodd"
|
|
3032
3056
|
}
|
|
3033
3057
|
) });
|
|
3034
|
-
const BaseSvgIcon$
|
|
3058
|
+
const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "Layers");
|
|
3035
3059
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
3036
3060
|
return /* @__PURE__ */ jsx(
|
|
3037
|
-
BaseSvgIcon$
|
|
3061
|
+
BaseSvgIcon$1O,
|
|
3038
3062
|
{
|
|
3039
3063
|
ref,
|
|
3040
3064
|
viewBox: "0 0 24 24",
|
|
@@ -3048,7 +3072,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
3048
3072
|
);
|
|
3049
3073
|
}
|
|
3050
3074
|
const Layers$1 = forwardRef(Layers);
|
|
3051
|
-
const Icon$
|
|
3075
|
+
const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3052
3076
|
"path",
|
|
3053
3077
|
{
|
|
3054
3078
|
fill: "currentColor",
|
|
@@ -3057,10 +3081,10 @@ const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3057
3081
|
clipRule: "evenodd"
|
|
3058
3082
|
}
|
|
3059
3083
|
) });
|
|
3060
|
-
const BaseSvgIcon$
|
|
3084
|
+
const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "Linkedin");
|
|
3061
3085
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
3062
3086
|
return /* @__PURE__ */ jsx(
|
|
3063
|
-
BaseSvgIcon$
|
|
3087
|
+
BaseSvgIcon$1N,
|
|
3064
3088
|
{
|
|
3065
3089
|
ref,
|
|
3066
3090
|
viewBox: "0 0 24 24",
|
|
@@ -3074,7 +3098,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
3074
3098
|
);
|
|
3075
3099
|
}
|
|
3076
3100
|
const Linkedin$1 = forwardRef(Linkedin);
|
|
3077
|
-
const Icon$
|
|
3101
|
+
const Icon$1M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3078
3102
|
"path",
|
|
3079
3103
|
{
|
|
3080
3104
|
fill: "currentColor",
|
|
@@ -3083,10 +3107,10 @@ const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3083
3107
|
clipRule: "evenodd"
|
|
3084
3108
|
}
|
|
3085
3109
|
) });
|
|
3086
|
-
const BaseSvgIcon$
|
|
3110
|
+
const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "M2mOauthClient");
|
|
3087
3111
|
function M2mOauthClient({ width, height, sx, ...props }, ref) {
|
|
3088
3112
|
return /* @__PURE__ */ jsx(
|
|
3089
|
-
BaseSvgIcon$
|
|
3113
|
+
BaseSvgIcon$1M,
|
|
3090
3114
|
{
|
|
3091
3115
|
ref,
|
|
3092
3116
|
viewBox: "0 0 24 24",
|
|
@@ -3100,7 +3124,7 @@ function M2mOauthClient({ width, height, sx, ...props }, ref) {
|
|
|
3100
3124
|
);
|
|
3101
3125
|
}
|
|
3102
3126
|
const M2mOauthClient$1 = forwardRef(M2mOauthClient);
|
|
3103
|
-
const Icon$
|
|
3127
|
+
const Icon$1L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3104
3128
|
"path",
|
|
3105
3129
|
{
|
|
3106
3130
|
fill: "currentColor",
|
|
@@ -3109,10 +3133,10 @@ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3109
3133
|
clipRule: "evenodd"
|
|
3110
3134
|
}
|
|
3111
3135
|
) });
|
|
3112
|
-
const BaseSvgIcon$
|
|
3136
|
+
const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "MapCoordinates");
|
|
3113
3137
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
3114
3138
|
return /* @__PURE__ */ jsx(
|
|
3115
|
-
BaseSvgIcon$
|
|
3139
|
+
BaseSvgIcon$1L,
|
|
3116
3140
|
{
|
|
3117
3141
|
ref,
|
|
3118
3142
|
viewBox: "0 0 24 24",
|
|
@@ -3126,7 +3150,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
3126
3150
|
);
|
|
3127
3151
|
}
|
|
3128
3152
|
const MapCoordinates$1 = forwardRef(MapCoordinates);
|
|
3129
|
-
const Icon$
|
|
3153
|
+
const Icon$1K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3130
3154
|
/* @__PURE__ */ jsx(
|
|
3131
3155
|
"path",
|
|
3132
3156
|
{
|
|
@@ -3153,10 +3177,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3153
3177
|
}
|
|
3154
3178
|
)
|
|
3155
3179
|
] });
|
|
3156
|
-
const BaseSvgIcon$
|
|
3180
|
+
const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "MapCopy");
|
|
3157
3181
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
3158
3182
|
return /* @__PURE__ */ jsx(
|
|
3159
|
-
BaseSvgIcon$
|
|
3183
|
+
BaseSvgIcon$1K,
|
|
3160
3184
|
{
|
|
3161
3185
|
ref,
|
|
3162
3186
|
viewBox: "0 0 24 24",
|
|
@@ -3170,7 +3194,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
3170
3194
|
);
|
|
3171
3195
|
}
|
|
3172
3196
|
const MapCopy$1 = forwardRef(MapCopy);
|
|
3173
|
-
const Icon$
|
|
3197
|
+
const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3174
3198
|
"path",
|
|
3175
3199
|
{
|
|
3176
3200
|
fill: "currentColor",
|
|
@@ -3179,10 +3203,10 @@ const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3179
3203
|
clipRule: "evenodd"
|
|
3180
3204
|
}
|
|
3181
3205
|
) });
|
|
3182
|
-
const BaseSvgIcon$
|
|
3206
|
+
const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "MapOthers");
|
|
3183
3207
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
3184
3208
|
return /* @__PURE__ */ jsx(
|
|
3185
|
-
BaseSvgIcon$
|
|
3209
|
+
BaseSvgIcon$1J,
|
|
3186
3210
|
{
|
|
3187
3211
|
ref,
|
|
3188
3212
|
viewBox: "0 0 24 24",
|
|
@@ -3196,7 +3220,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
3196
3220
|
);
|
|
3197
3221
|
}
|
|
3198
3222
|
const MapOthers$1 = forwardRef(MapOthers);
|
|
3199
|
-
const Icon$
|
|
3223
|
+
const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3200
3224
|
"path",
|
|
3201
3225
|
{
|
|
3202
3226
|
fill: "currentColor",
|
|
@@ -3205,10 +3229,10 @@ const Icon$1F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3205
3229
|
clipRule: "evenodd"
|
|
3206
3230
|
}
|
|
3207
3231
|
) });
|
|
3208
|
-
const BaseSvgIcon$
|
|
3232
|
+
const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "MapPin");
|
|
3209
3233
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
3210
3234
|
return /* @__PURE__ */ jsx(
|
|
3211
|
-
BaseSvgIcon$
|
|
3235
|
+
BaseSvgIcon$1I,
|
|
3212
3236
|
{
|
|
3213
3237
|
ref,
|
|
3214
3238
|
viewBox: "0 0 24 24",
|
|
@@ -3222,7 +3246,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
3222
3246
|
);
|
|
3223
3247
|
}
|
|
3224
3248
|
const MapPin$1 = forwardRef(MapPin);
|
|
3225
|
-
const Icon$
|
|
3249
|
+
const Icon$1H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3226
3250
|
/* @__PURE__ */ jsx(
|
|
3227
3251
|
"path",
|
|
3228
3252
|
{
|
|
@@ -3245,10 +3269,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3245
3269
|
}
|
|
3246
3270
|
)
|
|
3247
3271
|
] });
|
|
3248
|
-
const BaseSvgIcon$
|
|
3272
|
+
const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "MarkCommentRead");
|
|
3249
3273
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
3250
3274
|
return /* @__PURE__ */ jsx(
|
|
3251
|
-
BaseSvgIcon$
|
|
3275
|
+
BaseSvgIcon$1H,
|
|
3252
3276
|
{
|
|
3253
3277
|
ref,
|
|
3254
3278
|
viewBox: "0 0 24 24",
|
|
@@ -3262,7 +3286,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
3262
3286
|
);
|
|
3263
3287
|
}
|
|
3264
3288
|
const MarkCommentRead$1 = forwardRef(MarkCommentRead);
|
|
3265
|
-
const Icon$
|
|
3289
|
+
const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3266
3290
|
"path",
|
|
3267
3291
|
{
|
|
3268
3292
|
fill: "currentColor",
|
|
@@ -3271,10 +3295,10 @@ const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3271
3295
|
clipRule: "evenodd"
|
|
3272
3296
|
}
|
|
3273
3297
|
) });
|
|
3274
|
-
const BaseSvgIcon$
|
|
3298
|
+
const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "MarketAnalysis");
|
|
3275
3299
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
3276
3300
|
return /* @__PURE__ */ jsx(
|
|
3277
|
-
BaseSvgIcon$
|
|
3301
|
+
BaseSvgIcon$1G,
|
|
3278
3302
|
{
|
|
3279
3303
|
ref,
|
|
3280
3304
|
viewBox: "0 0 24 24",
|
|
@@ -3288,7 +3312,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
3288
3312
|
);
|
|
3289
3313
|
}
|
|
3290
3314
|
const MarketAnalysis$1 = forwardRef(MarketAnalysis);
|
|
3291
|
-
const Icon$
|
|
3315
|
+
const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3292
3316
|
/* @__PURE__ */ jsx(
|
|
3293
3317
|
"path",
|
|
3294
3318
|
{
|
|
@@ -3313,10 +3337,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3313
3337
|
}
|
|
3314
3338
|
)
|
|
3315
3339
|
] });
|
|
3316
|
-
const BaseSvgIcon$
|
|
3340
|
+
const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "Max");
|
|
3317
3341
|
function Max({ width, height, sx, ...props }, ref) {
|
|
3318
3342
|
return /* @__PURE__ */ jsx(
|
|
3319
|
-
BaseSvgIcon$
|
|
3343
|
+
BaseSvgIcon$1F,
|
|
3320
3344
|
{
|
|
3321
3345
|
ref,
|
|
3322
3346
|
viewBox: "0 0 24 24",
|
|
@@ -3330,7 +3354,7 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
3330
3354
|
);
|
|
3331
3355
|
}
|
|
3332
3356
|
const Max$1 = forwardRef(Max);
|
|
3333
|
-
const Icon$
|
|
3357
|
+
const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3334
3358
|
/* @__PURE__ */ jsx(
|
|
3335
3359
|
"path",
|
|
3336
3360
|
{
|
|
@@ -3371,10 +3395,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3371
3395
|
}
|
|
3372
3396
|
)
|
|
3373
3397
|
] });
|
|
3374
|
-
const BaseSvgIcon$
|
|
3398
|
+
const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "McpTool");
|
|
3375
3399
|
function McpTool({ width, height, sx, ...props }, ref) {
|
|
3376
3400
|
return /* @__PURE__ */ jsx(
|
|
3377
|
-
BaseSvgIcon$
|
|
3401
|
+
BaseSvgIcon$1E,
|
|
3378
3402
|
{
|
|
3379
3403
|
ref,
|
|
3380
3404
|
viewBox: "0 0 24 24",
|
|
@@ -3388,17 +3412,17 @@ function McpTool({ width, height, sx, ...props }, ref) {
|
|
|
3388
3412
|
);
|
|
3389
3413
|
}
|
|
3390
3414
|
const McpTool$1 = forwardRef(McpTool);
|
|
3391
|
-
const Icon$
|
|
3415
|
+
const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3392
3416
|
"path",
|
|
3393
3417
|
{
|
|
3394
3418
|
fill: "currentColor",
|
|
3395
3419
|
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"
|
|
3396
3420
|
}
|
|
3397
3421
|
) });
|
|
3398
|
-
const BaseSvgIcon$
|
|
3422
|
+
const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "MeasureTool");
|
|
3399
3423
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
3400
3424
|
return /* @__PURE__ */ jsx(
|
|
3401
|
-
BaseSvgIcon$
|
|
3425
|
+
BaseSvgIcon$1D,
|
|
3402
3426
|
{
|
|
3403
3427
|
ref,
|
|
3404
3428
|
viewBox: "0 0 24 24",
|
|
@@ -3412,17 +3436,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
3412
3436
|
);
|
|
3413
3437
|
}
|
|
3414
3438
|
const MeasureTool$1 = forwardRef(MeasureTool);
|
|
3415
|
-
const Icon$
|
|
3439
|
+
const Icon$1C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3416
3440
|
"path",
|
|
3417
3441
|
{
|
|
3418
3442
|
fill: "currentColor",
|
|
3419
3443
|
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"
|
|
3420
3444
|
}
|
|
3421
3445
|
) });
|
|
3422
|
-
const BaseSvgIcon$
|
|
3446
|
+
const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "Min");
|
|
3423
3447
|
function Min({ width, height, sx, ...props }, ref) {
|
|
3424
3448
|
return /* @__PURE__ */ jsx(
|
|
3425
|
-
BaseSvgIcon$
|
|
3449
|
+
BaseSvgIcon$1C,
|
|
3426
3450
|
{
|
|
3427
3451
|
ref,
|
|
3428
3452
|
viewBox: "0 0 24 24",
|
|
@@ -3436,7 +3460,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
3436
3460
|
);
|
|
3437
3461
|
}
|
|
3438
3462
|
const Min$1 = forwardRef(Min);
|
|
3439
|
-
const Icon$
|
|
3463
|
+
const Icon$1B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3440
3464
|
/* @__PURE__ */ jsx(
|
|
3441
3465
|
"path",
|
|
3442
3466
|
{
|
|
@@ -3455,10 +3479,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3455
3479
|
}
|
|
3456
3480
|
)
|
|
3457
3481
|
] });
|
|
3458
|
-
const BaseSvgIcon$
|
|
3482
|
+
const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "MobilityPlanning");
|
|
3459
3483
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
3460
3484
|
return /* @__PURE__ */ jsx(
|
|
3461
|
-
BaseSvgIcon$
|
|
3485
|
+
BaseSvgIcon$1B,
|
|
3462
3486
|
{
|
|
3463
3487
|
ref,
|
|
3464
3488
|
viewBox: "0 0 24 24",
|
|
@@ -3472,7 +3496,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
3472
3496
|
);
|
|
3473
3497
|
}
|
|
3474
3498
|
const MobilityPlanning$1 = forwardRef(MobilityPlanning);
|
|
3475
|
-
const Icon$
|
|
3499
|
+
const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3476
3500
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
3477
3501
|
"path",
|
|
3478
3502
|
{
|
|
@@ -3484,10 +3508,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3484
3508
|
) }),
|
|
3485
3509
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3486
3510
|
] });
|
|
3487
|
-
const BaseSvgIcon$
|
|
3511
|
+
const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "NetworkDeployment");
|
|
3488
3512
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3489
3513
|
return /* @__PURE__ */ jsx(
|
|
3490
|
-
BaseSvgIcon$
|
|
3514
|
+
BaseSvgIcon$1A,
|
|
3491
3515
|
{
|
|
3492
3516
|
ref,
|
|
3493
3517
|
viewBox: "0 0 24 24",
|
|
@@ -3501,7 +3525,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3501
3525
|
);
|
|
3502
3526
|
}
|
|
3503
3527
|
const NetworkDeployment$1 = forwardRef(NetworkDeployment);
|
|
3504
|
-
const Icon$
|
|
3528
|
+
const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3505
3529
|
/* @__PURE__ */ jsx(
|
|
3506
3530
|
"path",
|
|
3507
3531
|
{
|
|
@@ -3517,10 +3541,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3517
3541
|
}
|
|
3518
3542
|
)
|
|
3519
3543
|
] });
|
|
3520
|
-
const BaseSvgIcon$
|
|
3544
|
+
const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "NightsThermostat");
|
|
3521
3545
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3522
3546
|
return /* @__PURE__ */ jsx(
|
|
3523
|
-
BaseSvgIcon$
|
|
3547
|
+
BaseSvgIcon$1z,
|
|
3524
3548
|
{
|
|
3525
3549
|
ref,
|
|
3526
3550
|
viewBox: "0 0 24 24",
|
|
@@ -3534,7 +3558,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3534
3558
|
);
|
|
3535
3559
|
}
|
|
3536
3560
|
const NightsThermostat$1 = forwardRef(NightsThermostat);
|
|
3537
|
-
const Icon$
|
|
3561
|
+
const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3538
3562
|
/* @__PURE__ */ jsx(
|
|
3539
3563
|
"path",
|
|
3540
3564
|
{
|
|
@@ -3544,10 +3568,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3544
3568
|
),
|
|
3545
3569
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3546
3570
|
] });
|
|
3547
|
-
const BaseSvgIcon$
|
|
3571
|
+
const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "NoApp");
|
|
3548
3572
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3549
3573
|
return /* @__PURE__ */ jsx(
|
|
3550
|
-
BaseSvgIcon$
|
|
3574
|
+
BaseSvgIcon$1y,
|
|
3551
3575
|
{
|
|
3552
3576
|
ref,
|
|
3553
3577
|
viewBox: "0 0 24 24",
|
|
@@ -3561,7 +3585,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3561
3585
|
);
|
|
3562
3586
|
}
|
|
3563
3587
|
const NoApp$1 = forwardRef(NoApp);
|
|
3564
|
-
const Icon$
|
|
3588
|
+
const Icon$1x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3565
3589
|
/* @__PURE__ */ jsx(
|
|
3566
3590
|
"path",
|
|
3567
3591
|
{
|
|
@@ -3579,10 +3603,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3579
3603
|
}
|
|
3580
3604
|
)
|
|
3581
3605
|
] });
|
|
3582
|
-
const BaseSvgIcon$
|
|
3606
|
+
const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "NoLayer");
|
|
3583
3607
|
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3584
3608
|
return /* @__PURE__ */ jsx(
|
|
3585
|
-
BaseSvgIcon$
|
|
3609
|
+
BaseSvgIcon$1x,
|
|
3586
3610
|
{
|
|
3587
3611
|
ref,
|
|
3588
3612
|
viewBox: "0 0 24 24",
|
|
@@ -3596,7 +3620,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
|
|
|
3596
3620
|
);
|
|
3597
3621
|
}
|
|
3598
3622
|
const NoLayer$1 = forwardRef(NoLayer);
|
|
3599
|
-
const Icon$
|
|
3623
|
+
const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3600
3624
|
/* @__PURE__ */ jsx(
|
|
3601
3625
|
"path",
|
|
3602
3626
|
{
|
|
@@ -3614,10 +3638,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3614
3638
|
}
|
|
3615
3639
|
)
|
|
3616
3640
|
] });
|
|
3617
|
-
const BaseSvgIcon$
|
|
3641
|
+
const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "NoMap");
|
|
3618
3642
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3619
3643
|
return /* @__PURE__ */ jsx(
|
|
3620
|
-
BaseSvgIcon$
|
|
3644
|
+
BaseSvgIcon$1w,
|
|
3621
3645
|
{
|
|
3622
3646
|
ref,
|
|
3623
3647
|
viewBox: "0 0 24 24",
|
|
@@ -3631,7 +3655,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3631
3655
|
);
|
|
3632
3656
|
}
|
|
3633
3657
|
const NoMap$1 = forwardRef(NoMap);
|
|
3634
|
-
const Icon$
|
|
3658
|
+
const Icon$1v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3635
3659
|
"path",
|
|
3636
3660
|
{
|
|
3637
3661
|
fill: "currentColor",
|
|
@@ -3640,10 +3664,10 @@ const Icon$1s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3640
3664
|
clipRule: "evenodd"
|
|
3641
3665
|
}
|
|
3642
3666
|
) });
|
|
3643
|
-
const BaseSvgIcon$
|
|
3667
|
+
const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "NoSpatialExtension");
|
|
3644
3668
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3645
3669
|
return /* @__PURE__ */ jsx(
|
|
3646
|
-
BaseSvgIcon$
|
|
3670
|
+
BaseSvgIcon$1v,
|
|
3647
3671
|
{
|
|
3648
3672
|
ref,
|
|
3649
3673
|
viewBox: "0 0 24 24",
|
|
@@ -3657,7 +3681,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3657
3681
|
);
|
|
3658
3682
|
}
|
|
3659
3683
|
const NoSpatialExtension$1 = forwardRef(NoSpatialExtension);
|
|
3660
|
-
const Icon$
|
|
3684
|
+
const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3661
3685
|
/* @__PURE__ */ jsx(
|
|
3662
3686
|
"path",
|
|
3663
3687
|
{
|
|
@@ -3675,10 +3699,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3675
3699
|
}
|
|
3676
3700
|
)
|
|
3677
3701
|
] });
|
|
3678
|
-
const BaseSvgIcon$
|
|
3702
|
+
const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "NoTileset");
|
|
3679
3703
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3680
3704
|
return /* @__PURE__ */ jsx(
|
|
3681
|
-
BaseSvgIcon$
|
|
3705
|
+
BaseSvgIcon$1u,
|
|
3682
3706
|
{
|
|
3683
3707
|
ref,
|
|
3684
3708
|
viewBox: "0 0 24 24",
|
|
@@ -3692,17 +3716,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3692
3716
|
);
|
|
3693
3717
|
}
|
|
3694
3718
|
const NoTileset$1 = forwardRef(NoTileset);
|
|
3695
|
-
const Icon$
|
|
3719
|
+
const Icon$1t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3696
3720
|
"path",
|
|
3697
3721
|
{
|
|
3698
3722
|
fill: "currentColor",
|
|
3699
3723
|
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"
|
|
3700
3724
|
}
|
|
3701
3725
|
) });
|
|
3702
|
-
const BaseSvgIcon$
|
|
3726
|
+
const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "NotEqual");
|
|
3703
3727
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3704
3728
|
return /* @__PURE__ */ jsx(
|
|
3705
|
-
BaseSvgIcon$
|
|
3729
|
+
BaseSvgIcon$1t,
|
|
3706
3730
|
{
|
|
3707
3731
|
ref,
|
|
3708
3732
|
viewBox: "0 0 24 24",
|
|
@@ -3716,7 +3740,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3716
3740
|
);
|
|
3717
3741
|
}
|
|
3718
3742
|
const NotEqual$1 = forwardRef(NotEqual);
|
|
3719
|
-
const Icon$
|
|
3743
|
+
const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3720
3744
|
/* @__PURE__ */ jsx(
|
|
3721
3745
|
"path",
|
|
3722
3746
|
{
|
|
@@ -3736,10 +3760,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3736
3760
|
}
|
|
3737
3761
|
)
|
|
3738
3762
|
] });
|
|
3739
|
-
const BaseSvgIcon$
|
|
3763
|
+
const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "Number");
|
|
3740
3764
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3741
3765
|
return /* @__PURE__ */ jsx(
|
|
3742
|
-
BaseSvgIcon$
|
|
3766
|
+
BaseSvgIcon$1s,
|
|
3743
3767
|
{
|
|
3744
3768
|
ref,
|
|
3745
3769
|
viewBox: "0 0 24 24",
|
|
@@ -3753,7 +3777,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3753
3777
|
);
|
|
3754
3778
|
}
|
|
3755
3779
|
const Number$1 = forwardRef(Number);
|
|
3756
|
-
const Icon$
|
|
3780
|
+
const Icon$1r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3757
3781
|
"path",
|
|
3758
3782
|
{
|
|
3759
3783
|
fill: "currentColor",
|
|
@@ -3762,10 +3786,10 @@ const Icon$1o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3762
3786
|
clipRule: "evenodd"
|
|
3763
3787
|
}
|
|
3764
3788
|
) });
|
|
3765
|
-
const BaseSvgIcon$
|
|
3789
|
+
const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "Onboarding");
|
|
3766
3790
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3767
3791
|
return /* @__PURE__ */ jsx(
|
|
3768
|
-
BaseSvgIcon$
|
|
3792
|
+
BaseSvgIcon$1r,
|
|
3769
3793
|
{
|
|
3770
3794
|
ref,
|
|
3771
3795
|
viewBox: "0 0 24 24",
|
|
@@ -3779,7 +3803,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3779
3803
|
);
|
|
3780
3804
|
}
|
|
3781
3805
|
const Onboarding$1 = forwardRef(Onboarding);
|
|
3782
|
-
const Icon$
|
|
3806
|
+
const Icon$1q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3783
3807
|
"path",
|
|
3784
3808
|
{
|
|
3785
3809
|
fill: "currentColor",
|
|
@@ -3788,10 +3812,10 @@ const Icon$1n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3788
3812
|
clipRule: "evenodd"
|
|
3789
3813
|
}
|
|
3790
3814
|
) });
|
|
3791
|
-
const BaseSvgIcon$
|
|
3815
|
+
const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "OohAnalytics");
|
|
3792
3816
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3793
3817
|
return /* @__PURE__ */ jsx(
|
|
3794
|
-
BaseSvgIcon$
|
|
3818
|
+
BaseSvgIcon$1q,
|
|
3795
3819
|
{
|
|
3796
3820
|
ref,
|
|
3797
3821
|
viewBox: "0 0 24 24",
|
|
@@ -3805,7 +3829,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3805
3829
|
);
|
|
3806
3830
|
}
|
|
3807
3831
|
const OohAnalytics$1 = forwardRef(OohAnalytics);
|
|
3808
|
-
const Icon$
|
|
3832
|
+
const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3809
3833
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3810
3834
|
/* @__PURE__ */ jsx(
|
|
3811
3835
|
"path",
|
|
@@ -3826,10 +3850,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3826
3850
|
}
|
|
3827
3851
|
)
|
|
3828
3852
|
] });
|
|
3829
|
-
const BaseSvgIcon$
|
|
3853
|
+
const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "Opacity");
|
|
3830
3854
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3831
3855
|
return /* @__PURE__ */ jsx(
|
|
3832
|
-
BaseSvgIcon$
|
|
3856
|
+
BaseSvgIcon$1p,
|
|
3833
3857
|
{
|
|
3834
3858
|
ref,
|
|
3835
3859
|
viewBox: "0 0 24 24",
|
|
@@ -3843,7 +3867,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3843
3867
|
);
|
|
3844
3868
|
}
|
|
3845
3869
|
const Opacity$1 = forwardRef(Opacity);
|
|
3846
|
-
const Icon$
|
|
3870
|
+
const Icon$1o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3847
3871
|
"path",
|
|
3848
3872
|
{
|
|
3849
3873
|
fill: "currentColor",
|
|
@@ -3852,10 +3876,10 @@ const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3852
3876
|
clipRule: "evenodd"
|
|
3853
3877
|
}
|
|
3854
3878
|
) });
|
|
3855
|
-
const BaseSvgIcon$
|
|
3879
|
+
const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "OpenDiagonallyLeft");
|
|
3856
3880
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3857
3881
|
return /* @__PURE__ */ jsx(
|
|
3858
|
-
BaseSvgIcon$
|
|
3882
|
+
BaseSvgIcon$1o,
|
|
3859
3883
|
{
|
|
3860
3884
|
ref,
|
|
3861
3885
|
viewBox: "0 0 24 24",
|
|
@@ -3869,17 +3893,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
3869
3893
|
);
|
|
3870
3894
|
}
|
|
3871
3895
|
const OpenDiagonallyLeft$1 = forwardRef(OpenDiagonallyLeft);
|
|
3872
|
-
const Icon$
|
|
3896
|
+
const Icon$1n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3873
3897
|
"path",
|
|
3874
3898
|
{
|
|
3875
3899
|
fill: "currentColor",
|
|
3876
3900
|
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"
|
|
3877
3901
|
}
|
|
3878
3902
|
) });
|
|
3879
|
-
const BaseSvgIcon$
|
|
3903
|
+
const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "OpenNewWindow");
|
|
3880
3904
|
function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
3881
3905
|
return /* @__PURE__ */ jsx(
|
|
3882
|
-
BaseSvgIcon$
|
|
3906
|
+
BaseSvgIcon$1n,
|
|
3883
3907
|
{
|
|
3884
3908
|
ref,
|
|
3885
3909
|
viewBox: "0 0 24 24",
|
|
@@ -3893,7 +3917,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
|
3893
3917
|
);
|
|
3894
3918
|
}
|
|
3895
3919
|
const OpenNewWindow$1 = forwardRef(OpenNewWindow);
|
|
3896
|
-
const Icon$
|
|
3920
|
+
const Icon$1m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3897
3921
|
"path",
|
|
3898
3922
|
{
|
|
3899
3923
|
fill: "currentColor",
|
|
@@ -3902,10 +3926,10 @@ const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3902
3926
|
clipRule: "evenodd"
|
|
3903
3927
|
}
|
|
3904
3928
|
) });
|
|
3905
|
-
const BaseSvgIcon$
|
|
3929
|
+
const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "OpenVertically");
|
|
3906
3930
|
function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
3907
3931
|
return /* @__PURE__ */ jsx(
|
|
3908
|
-
BaseSvgIcon$
|
|
3932
|
+
BaseSvgIcon$1m,
|
|
3909
3933
|
{
|
|
3910
3934
|
ref,
|
|
3911
3935
|
viewBox: "0 0 24 24",
|
|
@@ -3919,7 +3943,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
|
3919
3943
|
);
|
|
3920
3944
|
}
|
|
3921
3945
|
const OpenVertically$1 = forwardRef(OpenVertically);
|
|
3922
|
-
const Icon$
|
|
3946
|
+
const Icon$1l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3923
3947
|
/* @__PURE__ */ jsx(
|
|
3924
3948
|
"path",
|
|
3925
3949
|
{
|
|
@@ -3944,10 +3968,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3944
3968
|
}
|
|
3945
3969
|
)
|
|
3946
3970
|
] });
|
|
3947
|
-
const BaseSvgIcon$
|
|
3971
|
+
const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "ParameterSettings");
|
|
3948
3972
|
function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
3949
3973
|
return /* @__PURE__ */ jsx(
|
|
3950
|
-
BaseSvgIcon$
|
|
3974
|
+
BaseSvgIcon$1l,
|
|
3951
3975
|
{
|
|
3952
3976
|
ref,
|
|
3953
3977
|
viewBox: "0 0 24 24",
|
|
@@ -3961,7 +3985,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
|
3961
3985
|
);
|
|
3962
3986
|
}
|
|
3963
3987
|
const ParameterSettings$1 = forwardRef(ParameterSettings);
|
|
3964
|
-
const Icon$
|
|
3988
|
+
const Icon$1k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3965
3989
|
"path",
|
|
3966
3990
|
{
|
|
3967
3991
|
fill: "currentColor",
|
|
@@ -3970,10 +3994,10 @@ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3970
3994
|
clipRule: "evenodd"
|
|
3971
3995
|
}
|
|
3972
3996
|
) });
|
|
3973
|
-
const BaseSvgIcon$
|
|
3997
|
+
const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "PawnChess");
|
|
3974
3998
|
function PawnChess({ width, height, sx, ...props }, ref) {
|
|
3975
3999
|
return /* @__PURE__ */ jsx(
|
|
3976
|
-
BaseSvgIcon$
|
|
4000
|
+
BaseSvgIcon$1k,
|
|
3977
4001
|
{
|
|
3978
4002
|
ref,
|
|
3979
4003
|
viewBox: "0 0 24 24",
|
|
@@ -3987,7 +4011,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
|
|
|
3987
4011
|
);
|
|
3988
4012
|
}
|
|
3989
4013
|
const PawnChess$1 = forwardRef(PawnChess);
|
|
3990
|
-
const Icon$
|
|
4014
|
+
const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3991
4015
|
"path",
|
|
3992
4016
|
{
|
|
3993
4017
|
fill: "currentColor",
|
|
@@ -3996,10 +4020,10 @@ const Icon$1g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3996
4020
|
clipRule: "evenodd"
|
|
3997
4021
|
}
|
|
3998
4022
|
) });
|
|
3999
|
-
const BaseSvgIcon$
|
|
4023
|
+
const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "PlaceSelect");
|
|
4000
4024
|
function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
4001
4025
|
return /* @__PURE__ */ jsx(
|
|
4002
|
-
BaseSvgIcon$
|
|
4026
|
+
BaseSvgIcon$1j,
|
|
4003
4027
|
{
|
|
4004
4028
|
ref,
|
|
4005
4029
|
viewBox: "0 0 24 24",
|
|
@@ -4013,7 +4037,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
|
4013
4037
|
);
|
|
4014
4038
|
}
|
|
4015
4039
|
const PlaceSelect$1 = forwardRef(PlaceSelect);
|
|
4016
|
-
const Icon$
|
|
4040
|
+
const Icon$1i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4017
4041
|
"path",
|
|
4018
4042
|
{
|
|
4019
4043
|
fill: "currentColor",
|
|
@@ -4022,10 +4046,10 @@ const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4022
4046
|
clipRule: "evenodd"
|
|
4023
4047
|
}
|
|
4024
4048
|
) });
|
|
4025
|
-
const BaseSvgIcon$
|
|
4049
|
+
const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "PointsOfInterest");
|
|
4026
4050
|
function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
4027
4051
|
return /* @__PURE__ */ jsx(
|
|
4028
|
-
BaseSvgIcon$
|
|
4052
|
+
BaseSvgIcon$1i,
|
|
4029
4053
|
{
|
|
4030
4054
|
ref,
|
|
4031
4055
|
viewBox: "0 0 24 24",
|
|
@@ -4039,7 +4063,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
|
4039
4063
|
);
|
|
4040
4064
|
}
|
|
4041
4065
|
const PointsOfInterest$1 = forwardRef(PointsOfInterest);
|
|
4042
|
-
const Icon$
|
|
4066
|
+
const Icon$1h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4043
4067
|
/* @__PURE__ */ jsx(
|
|
4044
4068
|
"path",
|
|
4045
4069
|
{
|
|
@@ -4096,10 +4120,10 @@ const Icon$1e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4096
4120
|
}
|
|
4097
4121
|
)
|
|
4098
4122
|
] });
|
|
4099
|
-
const BaseSvgIcon$
|
|
4123
|
+
const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "Postgre");
|
|
4100
4124
|
function Postgre({ width, height, sx, ...props }, ref) {
|
|
4101
4125
|
return /* @__PURE__ */ jsx(
|
|
4102
|
-
BaseSvgIcon$
|
|
4126
|
+
BaseSvgIcon$1h,
|
|
4103
4127
|
{
|
|
4104
4128
|
ref,
|
|
4105
4129
|
viewBox: "0 0 24 24",
|
|
@@ -4113,7 +4137,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
|
|
|
4113
4137
|
);
|
|
4114
4138
|
}
|
|
4115
4139
|
const Postgre$1 = forwardRef(Postgre);
|
|
4116
|
-
const Icon$
|
|
4140
|
+
const Icon$1g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4117
4141
|
/* @__PURE__ */ jsx(
|
|
4118
4142
|
"path",
|
|
4119
4143
|
{
|
|
@@ -4131,10 +4155,10 @@ const Icon$1d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4131
4155
|
}
|
|
4132
4156
|
)
|
|
4133
4157
|
] });
|
|
4134
|
-
const BaseSvgIcon$
|
|
4158
|
+
const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "PostgreOutlined");
|
|
4135
4159
|
function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
4136
4160
|
return /* @__PURE__ */ jsx(
|
|
4137
|
-
BaseSvgIcon$
|
|
4161
|
+
BaseSvgIcon$1g,
|
|
4138
4162
|
{
|
|
4139
4163
|
ref,
|
|
4140
4164
|
viewBox: "0 0 24 24",
|
|
@@ -4148,7 +4172,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
|
4148
4172
|
);
|
|
4149
4173
|
}
|
|
4150
4174
|
const PostgreOutlined$1 = forwardRef(PostgreOutlined);
|
|
4151
|
-
const Icon$
|
|
4175
|
+
const Icon$1f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4152
4176
|
/* @__PURE__ */ jsx(
|
|
4153
4177
|
"path",
|
|
4154
4178
|
{
|
|
@@ -4182,10 +4206,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4182
4206
|
}
|
|
4183
4207
|
)
|
|
4184
4208
|
] });
|
|
4185
|
-
const BaseSvgIcon$
|
|
4209
|
+
const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "Preferences");
|
|
4186
4210
|
function Preferences({ width, height, sx, ...props }, ref) {
|
|
4187
4211
|
return /* @__PURE__ */ jsx(
|
|
4188
|
-
BaseSvgIcon$
|
|
4212
|
+
BaseSvgIcon$1f,
|
|
4189
4213
|
{
|
|
4190
4214
|
ref,
|
|
4191
4215
|
viewBox: "0 0 24 24",
|
|
@@ -4199,7 +4223,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
|
|
|
4199
4223
|
);
|
|
4200
4224
|
}
|
|
4201
4225
|
const Preferences$1 = forwardRef(Preferences);
|
|
4202
|
-
const Icon$
|
|
4226
|
+
const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4203
4227
|
"path",
|
|
4204
4228
|
{
|
|
4205
4229
|
fill: "currentColor",
|
|
@@ -4208,10 +4232,10 @@ const Icon$1b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4208
4232
|
clipRule: "evenodd"
|
|
4209
4233
|
}
|
|
4210
4234
|
) });
|
|
4211
|
-
const BaseSvgIcon$
|
|
4235
|
+
const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "ProcessData");
|
|
4212
4236
|
function ProcessData({ width, height, sx, ...props }, ref) {
|
|
4213
4237
|
return /* @__PURE__ */ jsx(
|
|
4214
|
-
BaseSvgIcon$
|
|
4238
|
+
BaseSvgIcon$1e,
|
|
4215
4239
|
{
|
|
4216
4240
|
ref,
|
|
4217
4241
|
viewBox: "0 0 24 24",
|
|
@@ -4225,7 +4249,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
|
|
|
4225
4249
|
);
|
|
4226
4250
|
}
|
|
4227
4251
|
const ProcessData$1 = forwardRef(ProcessData);
|
|
4228
|
-
const Icon$
|
|
4252
|
+
const Icon$1d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4229
4253
|
/* @__PURE__ */ jsx(
|
|
4230
4254
|
"path",
|
|
4231
4255
|
{
|
|
@@ -4243,10 +4267,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4243
4267
|
}
|
|
4244
4268
|
)
|
|
4245
4269
|
] });
|
|
4246
|
-
const BaseSvgIcon$
|
|
4270
|
+
const BaseSvgIcon$1d = createSvgIcon(Icon$1d(), "PublicWithPassword");
|
|
4247
4271
|
function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
4248
4272
|
return /* @__PURE__ */ jsx(
|
|
4249
|
-
BaseSvgIcon$
|
|
4273
|
+
BaseSvgIcon$1d,
|
|
4250
4274
|
{
|
|
4251
4275
|
ref,
|
|
4252
4276
|
viewBox: "0 0 24 24",
|
|
@@ -4260,17 +4284,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
|
4260
4284
|
);
|
|
4261
4285
|
}
|
|
4262
4286
|
const PublicWithPassword$1 = forwardRef(PublicWithPassword);
|
|
4263
|
-
const Icon$
|
|
4287
|
+
const Icon$1c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4264
4288
|
"path",
|
|
4265
4289
|
{
|
|
4266
4290
|
fill: "currentColor",
|
|
4267
4291
|
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"
|
|
4268
4292
|
}
|
|
4269
4293
|
) });
|
|
4270
|
-
const BaseSvgIcon$
|
|
4294
|
+
const BaseSvgIcon$1c = createSvgIcon(Icon$1c(), "Publish");
|
|
4271
4295
|
function Publish({ width, height, sx, ...props }, ref) {
|
|
4272
4296
|
return /* @__PURE__ */ jsx(
|
|
4273
|
-
BaseSvgIcon$
|
|
4297
|
+
BaseSvgIcon$1c,
|
|
4274
4298
|
{
|
|
4275
4299
|
ref,
|
|
4276
4300
|
viewBox: "0 0 24 24",
|
|
@@ -4284,7 +4308,7 @@ function Publish({ width, height, sx, ...props }, ref) {
|
|
|
4284
4308
|
);
|
|
4285
4309
|
}
|
|
4286
4310
|
const Publish$1 = forwardRef(Publish);
|
|
4287
|
-
const Icon$
|
|
4311
|
+
const Icon$1b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4288
4312
|
"path",
|
|
4289
4313
|
{
|
|
4290
4314
|
fill: "currentColor",
|
|
@@ -4293,10 +4317,10 @@ const Icon$18 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4293
4317
|
clipRule: "evenodd"
|
|
4294
4318
|
}
|
|
4295
4319
|
) });
|
|
4296
|
-
const BaseSvgIcon$
|
|
4320
|
+
const BaseSvgIcon$1b = createSvgIcon(Icon$1b(), "Quadbin");
|
|
4297
4321
|
function Quadbin({ width, height, sx, ...props }, ref) {
|
|
4298
4322
|
return /* @__PURE__ */ jsx(
|
|
4299
|
-
BaseSvgIcon$
|
|
4323
|
+
BaseSvgIcon$1b,
|
|
4300
4324
|
{
|
|
4301
4325
|
ref,
|
|
4302
4326
|
viewBox: "0 0 24 24",
|
|
@@ -4310,7 +4334,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
|
|
|
4310
4334
|
);
|
|
4311
4335
|
}
|
|
4312
4336
|
const Quadbin$1 = forwardRef(Quadbin);
|
|
4313
|
-
const Icon$
|
|
4337
|
+
const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4314
4338
|
/* @__PURE__ */ jsx(
|
|
4315
4339
|
"path",
|
|
4316
4340
|
{
|
|
@@ -4328,10 +4352,10 @@ const Icon$17 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4328
4352
|
}
|
|
4329
4353
|
)
|
|
4330
4354
|
] });
|
|
4331
|
-
const BaseSvgIcon$
|
|
4355
|
+
const BaseSvgIcon$1a = createSvgIcon(Icon$1a(), "Quadkey");
|
|
4332
4356
|
function Quadkey({ width, height, sx, ...props }, ref) {
|
|
4333
4357
|
return /* @__PURE__ */ jsx(
|
|
4334
|
-
BaseSvgIcon$
|
|
4358
|
+
BaseSvgIcon$1a,
|
|
4335
4359
|
{
|
|
4336
4360
|
ref,
|
|
4337
4361
|
viewBox: "0 0 24 24",
|
|
@@ -4345,7 +4369,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
|
|
|
4345
4369
|
);
|
|
4346
4370
|
}
|
|
4347
4371
|
const Quadkey$1 = forwardRef(Quadkey);
|
|
4348
|
-
const Icon$
|
|
4372
|
+
const Icon$19 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4349
4373
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4350
4374
|
"path",
|
|
4351
4375
|
{
|
|
@@ -4357,10 +4381,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4357
4381
|
) }),
|
|
4358
4382
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4359
4383
|
] });
|
|
4360
|
-
const BaseSvgIcon$
|
|
4384
|
+
const BaseSvgIcon$19 = createSvgIcon(Icon$19(), "QueryTable");
|
|
4361
4385
|
function QueryTable({ width, height, sx, ...props }, ref) {
|
|
4362
4386
|
return /* @__PURE__ */ jsx(
|
|
4363
|
-
BaseSvgIcon$
|
|
4387
|
+
BaseSvgIcon$19,
|
|
4364
4388
|
{
|
|
4365
4389
|
ref,
|
|
4366
4390
|
viewBox: "0 0 24 24",
|
|
@@ -4374,7 +4398,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
|
|
|
4374
4398
|
);
|
|
4375
4399
|
}
|
|
4376
4400
|
const QueryTable$1 = forwardRef(QueryTable);
|
|
4377
|
-
const Icon$
|
|
4401
|
+
const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4378
4402
|
/* @__PURE__ */ jsx(
|
|
4379
4403
|
"path",
|
|
4380
4404
|
{
|
|
@@ -4392,10 +4416,10 @@ const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4392
4416
|
}
|
|
4393
4417
|
)
|
|
4394
4418
|
] });
|
|
4395
|
-
const BaseSvgIcon$
|
|
4419
|
+
const BaseSvgIcon$18 = createSvgIcon(Icon$18(), "Rain");
|
|
4396
4420
|
function Rain({ width, height, sx, ...props }, ref) {
|
|
4397
4421
|
return /* @__PURE__ */ jsx(
|
|
4398
|
-
BaseSvgIcon$
|
|
4422
|
+
BaseSvgIcon$18,
|
|
4399
4423
|
{
|
|
4400
4424
|
ref,
|
|
4401
4425
|
viewBox: "0 0 24 24",
|
|
@@ -4409,17 +4433,17 @@ function Rain({ width, height, sx, ...props }, ref) {
|
|
|
4409
4433
|
);
|
|
4410
4434
|
}
|
|
4411
4435
|
const Rain$1 = forwardRef(Rain);
|
|
4412
|
-
const Icon$
|
|
4436
|
+
const Icon$17 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4413
4437
|
"path",
|
|
4414
4438
|
{
|
|
4415
4439
|
fill: "currentColor",
|
|
4416
4440
|
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"
|
|
4417
4441
|
}
|
|
4418
4442
|
) });
|
|
4419
|
-
const BaseSvgIcon$
|
|
4443
|
+
const BaseSvgIcon$17 = createSvgIcon(Icon$17(), "Raster");
|
|
4420
4444
|
function Raster({ width, height, sx, ...props }, ref) {
|
|
4421
4445
|
return /* @__PURE__ */ jsx(
|
|
4422
|
-
BaseSvgIcon$
|
|
4446
|
+
BaseSvgIcon$17,
|
|
4423
4447
|
{
|
|
4424
4448
|
ref,
|
|
4425
4449
|
viewBox: "0 0 24 24",
|
|
@@ -4433,17 +4457,17 @@ function Raster({ width, height, sx, ...props }, ref) {
|
|
|
4433
4457
|
);
|
|
4434
4458
|
}
|
|
4435
4459
|
const Raster$1 = forwardRef(Raster);
|
|
4436
|
-
const Icon$
|
|
4460
|
+
const Icon$16 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4437
4461
|
"path",
|
|
4438
4462
|
{
|
|
4439
4463
|
fill: "currentColor",
|
|
4440
4464
|
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"
|
|
4441
4465
|
}
|
|
4442
4466
|
) });
|
|
4443
|
-
const BaseSvgIcon$
|
|
4467
|
+
const BaseSvgIcon$16 = createSvgIcon(Icon$16(), "RedoAlt");
|
|
4444
4468
|
function RedoAlt({ width, height, sx, ...props }, ref) {
|
|
4445
4469
|
return /* @__PURE__ */ jsx(
|
|
4446
|
-
BaseSvgIcon$
|
|
4470
|
+
BaseSvgIcon$16,
|
|
4447
4471
|
{
|
|
4448
4472
|
ref,
|
|
4449
4473
|
viewBox: "0 0 24 24",
|
|
@@ -4457,7 +4481,7 @@ function RedoAlt({ width, height, sx, ...props }, ref) {
|
|
|
4457
4481
|
);
|
|
4458
4482
|
}
|
|
4459
4483
|
const RedoAlt$1 = forwardRef(RedoAlt);
|
|
4460
|
-
const Icon$
|
|
4484
|
+
const Icon$15 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4461
4485
|
"path",
|
|
4462
4486
|
{
|
|
4463
4487
|
fill: "currentColor",
|
|
@@ -4466,10 +4490,10 @@ const Icon$12 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4466
4490
|
clipRule: "evenodd"
|
|
4467
4491
|
}
|
|
4468
4492
|
) });
|
|
4469
|
-
const BaseSvgIcon$
|
|
4493
|
+
const BaseSvgIcon$15 = createSvgIcon(Icon$15(), "Redshift");
|
|
4470
4494
|
function Redshift({ width, height, sx, ...props }, ref) {
|
|
4471
4495
|
return /* @__PURE__ */ jsx(
|
|
4472
|
-
BaseSvgIcon$
|
|
4496
|
+
BaseSvgIcon$15,
|
|
4473
4497
|
{
|
|
4474
4498
|
ref,
|
|
4475
4499
|
viewBox: "0 0 24 24",
|
|
@@ -4483,7 +4507,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
|
|
|
4483
4507
|
);
|
|
4484
4508
|
}
|
|
4485
4509
|
const Redshift$1 = forwardRef(Redshift);
|
|
4486
|
-
const Icon$
|
|
4510
|
+
const Icon$14 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4487
4511
|
"path",
|
|
4488
4512
|
{
|
|
4489
4513
|
fill: "currentColor",
|
|
@@ -4492,10 +4516,10 @@ const Icon$11 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4492
4516
|
clipRule: "evenodd"
|
|
4493
4517
|
}
|
|
4494
4518
|
) });
|
|
4495
|
-
const BaseSvgIcon$
|
|
4519
|
+
const BaseSvgIcon$14 = createSvgIcon(Icon$14(), "Report");
|
|
4496
4520
|
function Report({ width, height, sx, ...props }, ref) {
|
|
4497
4521
|
return /* @__PURE__ */ jsx(
|
|
4498
|
-
BaseSvgIcon$
|
|
4522
|
+
BaseSvgIcon$14,
|
|
4499
4523
|
{
|
|
4500
4524
|
ref,
|
|
4501
4525
|
viewBox: "0 0 24 24",
|
|
@@ -4509,7 +4533,7 @@ function Report({ width, height, sx, ...props }, ref) {
|
|
|
4509
4533
|
);
|
|
4510
4534
|
}
|
|
4511
4535
|
const Report$1 = forwardRef(Report);
|
|
4512
|
-
const Icon$
|
|
4536
|
+
const Icon$13 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4513
4537
|
"path",
|
|
4514
4538
|
{
|
|
4515
4539
|
fill: "currentColor",
|
|
@@ -4518,10 +4542,10 @@ const Icon$10 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4518
4542
|
clipRule: "evenodd"
|
|
4519
4543
|
}
|
|
4520
4544
|
) });
|
|
4521
|
-
const BaseSvgIcon$
|
|
4545
|
+
const BaseSvgIcon$13 = createSvgIcon(Icon$13(), "Reset");
|
|
4522
4546
|
function Reset({ width, height, sx, ...props }, ref) {
|
|
4523
4547
|
return /* @__PURE__ */ jsx(
|
|
4524
|
-
BaseSvgIcon$
|
|
4548
|
+
BaseSvgIcon$13,
|
|
4525
4549
|
{
|
|
4526
4550
|
ref,
|
|
4527
4551
|
viewBox: "0 0 24 24",
|
|
@@ -4535,7 +4559,7 @@ function Reset({ width, height, sx, ...props }, ref) {
|
|
|
4535
4559
|
);
|
|
4536
4560
|
}
|
|
4537
4561
|
const Reset$1 = forwardRef(Reset);
|
|
4538
|
-
const Icon
|
|
4562
|
+
const Icon$12 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4539
4563
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4540
4564
|
"path",
|
|
4541
4565
|
{
|
|
@@ -4547,10 +4571,10 @@ const Icon$$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4547
4571
|
) }),
|
|
4548
4572
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4549
4573
|
] });
|
|
4550
|
-
const BaseSvgIcon
|
|
4574
|
+
const BaseSvgIcon$12 = createSvgIcon(Icon$12(), "RiskAnalysis");
|
|
4551
4575
|
function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
4552
4576
|
return /* @__PURE__ */ jsx(
|
|
4553
|
-
BaseSvgIcon
|
|
4577
|
+
BaseSvgIcon$12,
|
|
4554
4578
|
{
|
|
4555
4579
|
ref,
|
|
4556
4580
|
viewBox: "0 0 24 24",
|
|
@@ -4564,7 +4588,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4564
4588
|
);
|
|
4565
4589
|
}
|
|
4566
4590
|
const RiskAnalysis$1 = forwardRef(RiskAnalysis);
|
|
4567
|
-
const Icon$
|
|
4591
|
+
const Icon$11 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4568
4592
|
/* @__PURE__ */ jsx(
|
|
4569
4593
|
"path",
|
|
4570
4594
|
{
|
|
@@ -4583,10 +4607,10 @@ const Icon$_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4583
4607
|
}
|
|
4584
4608
|
)
|
|
4585
4609
|
] });
|
|
4586
|
-
const BaseSvgIcon$
|
|
4610
|
+
const BaseSvgIcon$11 = createSvgIcon(Icon$11(), "RoadTraffic");
|
|
4587
4611
|
function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
4588
4612
|
return /* @__PURE__ */ jsx(
|
|
4589
|
-
BaseSvgIcon$
|
|
4613
|
+
BaseSvgIcon$11,
|
|
4590
4614
|
{
|
|
4591
4615
|
ref,
|
|
4592
4616
|
viewBox: "0 0 24 24",
|
|
@@ -4600,7 +4624,40 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
|
4600
4624
|
);
|
|
4601
4625
|
}
|
|
4602
4626
|
const RoadTraffic$1 = forwardRef(RoadTraffic);
|
|
4603
|
-
const Icon$
|
|
4627
|
+
const Icon$10 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4628
|
+
/* @__PURE__ */ jsx(
|
|
4629
|
+
"path",
|
|
4630
|
+
{
|
|
4631
|
+
fill: "currentColor",
|
|
4632
|
+
d: "M7.556 16.66H5.787a7.776 7.776 0 0 0 13.254-1.37l2.173.582c-1.516 3.592-5.068 6.115-9.213 6.115a9.97 9.97 0 0 1-7.779-3.721v1.729H2v-5.557h5.556z"
|
|
4633
|
+
}
|
|
4634
|
+
),
|
|
4635
|
+
/* @__PURE__ */ jsx(
|
|
4636
|
+
"path",
|
|
4637
|
+
{
|
|
4638
|
+
fill: "currentColor",
|
|
4639
|
+
d: "m16.124 11.977-6.379 3.19v-6.38zM5.373 7.913a7.74 7.74 0 0 0-1.148 3.964H2.002a9.95 9.95 0 0 1 1.766-5.569zM20.739 7.12A9.95 9.95 0 0 1 22 11.877h-2.224a7.7 7.7 0 0 0-.69-3.103zM13.508 2.098a9.98 9.98 0 0 1 5.918 3.191l-1.574 1.575a7.77 7.77 0 0 0-4.344-2.51zM11.286 4.24A7.75 7.75 0 0 0 6.802 6.2L5.228 4.626a9.96 9.96 0 0 1 6.058-2.613z"
|
|
4640
|
+
}
|
|
4641
|
+
)
|
|
4642
|
+
] });
|
|
4643
|
+
const BaseSvgIcon$10 = createSvgIcon(Icon$10(), "RunReuse");
|
|
4644
|
+
function RunReuse({ width, height, sx, ...props }, ref) {
|
|
4645
|
+
return /* @__PURE__ */ jsx(
|
|
4646
|
+
BaseSvgIcon$10,
|
|
4647
|
+
{
|
|
4648
|
+
ref,
|
|
4649
|
+
viewBox: "0 0 24 24",
|
|
4650
|
+
sx: {
|
|
4651
|
+
width,
|
|
4652
|
+
height: height || width,
|
|
4653
|
+
...sx
|
|
4654
|
+
},
|
|
4655
|
+
...props
|
|
4656
|
+
}
|
|
4657
|
+
);
|
|
4658
|
+
}
|
|
4659
|
+
const RunReuse$1 = forwardRef(RunReuse);
|
|
4660
|
+
const Icon$$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4604
4661
|
/* @__PURE__ */ jsx(
|
|
4605
4662
|
"path",
|
|
4606
4663
|
{
|
|
@@ -4619,10 +4676,10 @@ const Icon$Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4619
4676
|
}
|
|
4620
4677
|
)
|
|
4621
4678
|
] });
|
|
4622
|
-
const BaseSvgIcon
|
|
4679
|
+
const BaseSvgIcon$$ = createSvgIcon(Icon$$(), "RunSettings");
|
|
4623
4680
|
function RunSettings({ width, height, sx, ...props }, ref) {
|
|
4624
4681
|
return /* @__PURE__ */ jsx(
|
|
4625
|
-
BaseSvgIcon
|
|
4682
|
+
BaseSvgIcon$$,
|
|
4626
4683
|
{
|
|
4627
4684
|
ref,
|
|
4628
4685
|
viewBox: "0 0 24 24",
|
|
@@ -4636,7 +4693,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
|
|
|
4636
4693
|
);
|
|
4637
4694
|
}
|
|
4638
4695
|
const RunSettings$1 = forwardRef(RunSettings);
|
|
4639
|
-
const Icon$
|
|
4696
|
+
const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4640
4697
|
"path",
|
|
4641
4698
|
{
|
|
4642
4699
|
fill: "currentColor",
|
|
@@ -4645,10 +4702,10 @@ const Icon$Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4645
4702
|
clipRule: "evenodd"
|
|
4646
4703
|
}
|
|
4647
4704
|
) });
|
|
4648
|
-
const BaseSvgIcon$
|
|
4705
|
+
const BaseSvgIcon$_ = createSvgIcon(Icon$_(), "RunStep");
|
|
4649
4706
|
function RunStep({ width, height, sx, ...props }, ref) {
|
|
4650
4707
|
return /* @__PURE__ */ jsx(
|
|
4651
|
-
BaseSvgIcon$
|
|
4708
|
+
BaseSvgIcon$_,
|
|
4652
4709
|
{
|
|
4653
4710
|
ref,
|
|
4654
4711
|
viewBox: "0 0 24 24",
|
|
@@ -4662,7 +4719,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
|
|
|
4662
4719
|
);
|
|
4663
4720
|
}
|
|
4664
4721
|
const RunStep$1 = forwardRef(RunStep);
|
|
4665
|
-
const Icon$
|
|
4722
|
+
const Icon$Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4666
4723
|
"path",
|
|
4667
4724
|
{
|
|
4668
4725
|
fill: "currentColor",
|
|
@@ -4671,10 +4728,10 @@ const Icon$X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4671
4728
|
clipRule: "evenodd"
|
|
4672
4729
|
}
|
|
4673
4730
|
) });
|
|
4674
|
-
const BaseSvgIcon$
|
|
4731
|
+
const BaseSvgIcon$Z = createSvgIcon(Icon$Z(), "Salesforce");
|
|
4675
4732
|
function Salesforce({ width, height, sx, ...props }, ref) {
|
|
4676
4733
|
return /* @__PURE__ */ jsx(
|
|
4677
|
-
BaseSvgIcon$
|
|
4734
|
+
BaseSvgIcon$Z,
|
|
4678
4735
|
{
|
|
4679
4736
|
ref,
|
|
4680
4737
|
viewBox: "0 0 24 24",
|
|
@@ -4688,7 +4745,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
|
|
|
4688
4745
|
);
|
|
4689
4746
|
}
|
|
4690
4747
|
const Salesforce$1 = forwardRef(Salesforce);
|
|
4691
|
-
const Icon$
|
|
4748
|
+
const Icon$Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4692
4749
|
"path",
|
|
4693
4750
|
{
|
|
4694
4751
|
fill: "currentColor",
|
|
@@ -4697,10 +4754,10 @@ const Icon$W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4697
4754
|
clipRule: "evenodd"
|
|
4698
4755
|
}
|
|
4699
4756
|
) });
|
|
4700
|
-
const BaseSvgIcon$
|
|
4757
|
+
const BaseSvgIcon$Y = createSvgIcon(Icon$Y(), "Sample");
|
|
4701
4758
|
function Sample({ width, height, sx, ...props }, ref) {
|
|
4702
4759
|
return /* @__PURE__ */ jsx(
|
|
4703
|
-
BaseSvgIcon$
|
|
4760
|
+
BaseSvgIcon$Y,
|
|
4704
4761
|
{
|
|
4705
4762
|
ref,
|
|
4706
4763
|
viewBox: "0 0 24 24",
|
|
@@ -4714,7 +4771,7 @@ function Sample({ width, height, sx, ...props }, ref) {
|
|
|
4714
4771
|
);
|
|
4715
4772
|
}
|
|
4716
4773
|
const Sample$1 = forwardRef(Sample);
|
|
4717
|
-
const Icon$
|
|
4774
|
+
const Icon$X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4718
4775
|
/* @__PURE__ */ jsx(
|
|
4719
4776
|
"path",
|
|
4720
4777
|
{
|
|
@@ -4730,10 +4787,10 @@ const Icon$V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4730
4787
|
}
|
|
4731
4788
|
)
|
|
4732
4789
|
] });
|
|
4733
|
-
const BaseSvgIcon$
|
|
4790
|
+
const BaseSvgIcon$X = createSvgIcon(Icon$X(), "SaveOk");
|
|
4734
4791
|
function SaveOk({ width, height, sx, ...props }, ref) {
|
|
4735
4792
|
return /* @__PURE__ */ jsx(
|
|
4736
|
-
BaseSvgIcon$
|
|
4793
|
+
BaseSvgIcon$X,
|
|
4737
4794
|
{
|
|
4738
4795
|
ref,
|
|
4739
4796
|
viewBox: "0 0 24 24",
|
|
@@ -4747,7 +4804,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
|
|
|
4747
4804
|
);
|
|
4748
4805
|
}
|
|
4749
4806
|
const SaveOk$1 = forwardRef(SaveOk);
|
|
4750
|
-
const Icon$
|
|
4807
|
+
const Icon$W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4751
4808
|
/* @__PURE__ */ jsx(
|
|
4752
4809
|
"path",
|
|
4753
4810
|
{
|
|
@@ -4772,10 +4829,10 @@ const Icon$U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4772
4829
|
}
|
|
4773
4830
|
)
|
|
4774
4831
|
] });
|
|
4775
|
-
const BaseSvgIcon$
|
|
4832
|
+
const BaseSvgIcon$W = createSvgIcon(Icon$W(), "ScheduleRun");
|
|
4776
4833
|
function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
4777
4834
|
return /* @__PURE__ */ jsx(
|
|
4778
|
-
BaseSvgIcon$
|
|
4835
|
+
BaseSvgIcon$W,
|
|
4779
4836
|
{
|
|
4780
4837
|
ref,
|
|
4781
4838
|
viewBox: "0 0 24 24",
|
|
@@ -4789,7 +4846,33 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
|
4789
4846
|
);
|
|
4790
4847
|
}
|
|
4791
4848
|
const ScheduleRun$1 = forwardRef(ScheduleRun);
|
|
4792
|
-
const Icon$
|
|
4849
|
+
const Icon$V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4850
|
+
"path",
|
|
4851
|
+
{
|
|
4852
|
+
fill: "currentColor",
|
|
4853
|
+
fillRule: "evenodd",
|
|
4854
|
+
d: "M17 12a5.005 5.005 0 0 1 5 5c0 .98-.29 1.938-.833 2.753L23.91 22.5l-1.41 1.41-2.748-2.743A4.97 4.97 0 0 1 17 22a5.005 5.005 0 0 1-5-5 5.005 5.005 0 0 1 5-5m3.5-9c.25 0 .45.174.492.408L21 3.5l.001 7.756a7 7 0 0 0-2-.966V5.7l-3 1.16L16 10.07c-.694.1-1.368.303-2 .604V6.87l-4-1.4v13.78l-1-.35-5.34 2.07-.16.03a.495.495 0 0 1-.492-.408L3 20.5V5.38c0-.197.11-.358.274-.444L3.36 4.9 9 3l6 2.1 5.34-2.07zM17 14a3.004 3.004 0 0 0-3 3c0 1.655 1.346 3 3 3s3-1.345 3-3c0-1.654-1.346-3-3-3M8 5.45 5 6.46v11.85l3-1.16z",
|
|
4855
|
+
clipRule: "evenodd"
|
|
4856
|
+
}
|
|
4857
|
+
) });
|
|
4858
|
+
const BaseSvgIcon$V = createSvgIcon(Icon$V(), "SearchMap");
|
|
4859
|
+
function SearchMap({ width, height, sx, ...props }, ref) {
|
|
4860
|
+
return /* @__PURE__ */ jsx(
|
|
4861
|
+
BaseSvgIcon$V,
|
|
4862
|
+
{
|
|
4863
|
+
ref,
|
|
4864
|
+
viewBox: "0 0 24 24",
|
|
4865
|
+
sx: {
|
|
4866
|
+
width,
|
|
4867
|
+
height: height || width,
|
|
4868
|
+
...sx
|
|
4869
|
+
},
|
|
4870
|
+
...props
|
|
4871
|
+
}
|
|
4872
|
+
);
|
|
4873
|
+
}
|
|
4874
|
+
const SearchMap$1 = forwardRef(SearchMap);
|
|
4875
|
+
const Icon$U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4793
4876
|
/* @__PURE__ */ jsx(
|
|
4794
4877
|
"path",
|
|
4795
4878
|
{
|
|
@@ -4805,10 +4888,10 @@ const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4805
4888
|
}
|
|
4806
4889
|
)
|
|
4807
4890
|
] });
|
|
4808
|
-
const BaseSvgIcon$
|
|
4891
|
+
const BaseSvgIcon$U = createSvgIcon(Icon$U(), "SelectDestination");
|
|
4809
4892
|
function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
4810
4893
|
return /* @__PURE__ */ jsx(
|
|
4811
|
-
BaseSvgIcon$
|
|
4894
|
+
BaseSvgIcon$U,
|
|
4812
4895
|
{
|
|
4813
4896
|
ref,
|
|
4814
4897
|
viewBox: "0 0 24 24",
|
|
@@ -4822,7 +4905,7 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
|
4822
4905
|
);
|
|
4823
4906
|
}
|
|
4824
4907
|
const SelectDestination$1 = forwardRef(SelectDestination);
|
|
4825
|
-
const Icon$
|
|
4908
|
+
const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4826
4909
|
/* @__PURE__ */ jsx(
|
|
4827
4910
|
"path",
|
|
4828
4911
|
{
|
|
@@ -4840,10 +4923,10 @@ const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4840
4923
|
}
|
|
4841
4924
|
)
|
|
4842
4925
|
] });
|
|
4843
|
-
const BaseSvgIcon$
|
|
4926
|
+
const BaseSvgIcon$T = createSvgIcon(Icon$T(), "SelectFeature");
|
|
4844
4927
|
function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
4845
4928
|
return /* @__PURE__ */ jsx(
|
|
4846
|
-
BaseSvgIcon$
|
|
4929
|
+
BaseSvgIcon$T,
|
|
4847
4930
|
{
|
|
4848
4931
|
ref,
|
|
4849
4932
|
viewBox: "0 0 24 24",
|
|
@@ -4857,7 +4940,7 @@ function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
|
4857
4940
|
);
|
|
4858
4941
|
}
|
|
4859
4942
|
const SelectFeature$1 = forwardRef(SelectFeature);
|
|
4860
|
-
const Icon$
|
|
4943
|
+
const Icon$S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4861
4944
|
"path",
|
|
4862
4945
|
{
|
|
4863
4946
|
fill: "currentColor",
|
|
@@ -4866,10 +4949,10 @@ const Icon$R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4866
4949
|
clipRule: "evenodd"
|
|
4867
4950
|
}
|
|
4868
4951
|
) });
|
|
4869
|
-
const BaseSvgIcon$
|
|
4952
|
+
const BaseSvgIcon$S = createSvgIcon(Icon$S(), "SelectTool");
|
|
4870
4953
|
function SelectTool({ width, height, sx, ...props }, ref) {
|
|
4871
4954
|
return /* @__PURE__ */ jsx(
|
|
4872
|
-
BaseSvgIcon$
|
|
4955
|
+
BaseSvgIcon$S,
|
|
4873
4956
|
{
|
|
4874
4957
|
ref,
|
|
4875
4958
|
viewBox: "0 0 24 24",
|
|
@@ -4883,17 +4966,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
|
|
|
4883
4966
|
);
|
|
4884
4967
|
}
|
|
4885
4968
|
const SelectTool$1 = forwardRef(SelectTool);
|
|
4886
|
-
const Icon$
|
|
4969
|
+
const Icon$R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4887
4970
|
"path",
|
|
4888
4971
|
{
|
|
4889
4972
|
fill: "currentColor",
|
|
4890
4973
|
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"
|
|
4891
4974
|
}
|
|
4892
4975
|
) });
|
|
4893
|
-
const BaseSvgIcon$
|
|
4976
|
+
const BaseSvgIcon$R = createSvgIcon(Icon$R(), "SelectVariable");
|
|
4894
4977
|
function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
4895
4978
|
return /* @__PURE__ */ jsx(
|
|
4896
|
-
BaseSvgIcon$
|
|
4979
|
+
BaseSvgIcon$R,
|
|
4897
4980
|
{
|
|
4898
4981
|
ref,
|
|
4899
4982
|
viewBox: "0 0 24 24",
|
|
@@ -4907,7 +4990,7 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
|
4907
4990
|
);
|
|
4908
4991
|
}
|
|
4909
4992
|
const SelectVariable$1 = forwardRef(SelectVariable);
|
|
4910
|
-
const Icon$
|
|
4993
|
+
const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4911
4994
|
/* @__PURE__ */ jsx(
|
|
4912
4995
|
"path",
|
|
4913
4996
|
{
|
|
@@ -4923,10 +5006,10 @@ const Icon$P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4923
5006
|
}
|
|
4924
5007
|
)
|
|
4925
5008
|
] });
|
|
4926
|
-
const BaseSvgIcon$
|
|
5009
|
+
const BaseSvgIcon$Q = createSvgIcon(Icon$Q(), "ShowNodeResults");
|
|
4927
5010
|
function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
4928
5011
|
return /* @__PURE__ */ jsx(
|
|
4929
|
-
BaseSvgIcon$
|
|
5012
|
+
BaseSvgIcon$Q,
|
|
4930
5013
|
{
|
|
4931
5014
|
ref,
|
|
4932
5015
|
viewBox: "0 0 24 24",
|
|
@@ -4940,7 +5023,7 @@ function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
|
4940
5023
|
);
|
|
4941
5024
|
}
|
|
4942
5025
|
const ShowNodeResults$1 = forwardRef(ShowNodeResults);
|
|
4943
|
-
const Icon$
|
|
5026
|
+
const Icon$P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4944
5027
|
/* @__PURE__ */ jsx(
|
|
4945
5028
|
"path",
|
|
4946
5029
|
{
|
|
@@ -4958,10 +5041,10 @@ const Icon$O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4958
5041
|
}
|
|
4959
5042
|
)
|
|
4960
5043
|
] });
|
|
4961
|
-
const BaseSvgIcon$
|
|
5044
|
+
const BaseSvgIcon$P = createSvgIcon(Icon$P(), "ShowRightsidebar");
|
|
4962
5045
|
function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
4963
5046
|
return /* @__PURE__ */ jsx(
|
|
4964
|
-
BaseSvgIcon$
|
|
5047
|
+
BaseSvgIcon$P,
|
|
4965
5048
|
{
|
|
4966
5049
|
ref,
|
|
4967
5050
|
viewBox: "0 0 24 24",
|
|
@@ -4975,7 +5058,7 @@ function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
4975
5058
|
);
|
|
4976
5059
|
}
|
|
4977
5060
|
const ShowRightsidebar$1 = forwardRef(ShowRightsidebar);
|
|
4978
|
-
const Icon$
|
|
5061
|
+
const Icon$O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4979
5062
|
/* @__PURE__ */ jsx(
|
|
4980
5063
|
"path",
|
|
4981
5064
|
{
|
|
@@ -4993,10 +5076,10 @@ const Icon$N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4993
5076
|
}
|
|
4994
5077
|
)
|
|
4995
5078
|
] });
|
|
4996
|
-
const BaseSvgIcon$
|
|
5079
|
+
const BaseSvgIcon$O = createSvgIcon(Icon$O(), "SingleLayer");
|
|
4997
5080
|
function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
4998
5081
|
return /* @__PURE__ */ jsx(
|
|
4999
|
-
BaseSvgIcon$
|
|
5082
|
+
BaseSvgIcon$O,
|
|
5000
5083
|
{
|
|
5001
5084
|
ref,
|
|
5002
5085
|
viewBox: "0 0 24 24",
|
|
@@ -5010,7 +5093,7 @@ function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
|
5010
5093
|
);
|
|
5011
5094
|
}
|
|
5012
5095
|
const SingleLayer$1 = forwardRef(SingleLayer);
|
|
5013
|
-
const Icon$
|
|
5096
|
+
const Icon$N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5014
5097
|
"path",
|
|
5015
5098
|
{
|
|
5016
5099
|
fill: "currentColor",
|
|
@@ -5019,10 +5102,10 @@ const Icon$M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5019
5102
|
clipRule: "evenodd"
|
|
5020
5103
|
}
|
|
5021
5104
|
) });
|
|
5022
|
-
const BaseSvgIcon$
|
|
5105
|
+
const BaseSvgIcon$N = createSvgIcon(Icon$N(), "SiteSelection");
|
|
5023
5106
|
function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
5024
5107
|
return /* @__PURE__ */ jsx(
|
|
5025
|
-
BaseSvgIcon$
|
|
5108
|
+
BaseSvgIcon$N,
|
|
5026
5109
|
{
|
|
5027
5110
|
ref,
|
|
5028
5111
|
viewBox: "0 0 24 24",
|
|
@@ -5036,7 +5119,7 @@ function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
|
5036
5119
|
);
|
|
5037
5120
|
}
|
|
5038
5121
|
const SiteSelection$1 = forwardRef(SiteSelection);
|
|
5039
|
-
const Icon$
|
|
5122
|
+
const Icon$M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5040
5123
|
"path",
|
|
5041
5124
|
{
|
|
5042
5125
|
fill: "currentColor",
|
|
@@ -5045,10 +5128,10 @@ const Icon$L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5045
5128
|
clipRule: "evenodd"
|
|
5046
5129
|
}
|
|
5047
5130
|
) });
|
|
5048
|
-
const BaseSvgIcon$
|
|
5131
|
+
const BaseSvgIcon$M = createSvgIcon(Icon$M(), "Snowflake");
|
|
5049
5132
|
function Snowflake({ width, height, sx, ...props }, ref) {
|
|
5050
5133
|
return /* @__PURE__ */ jsx(
|
|
5051
|
-
BaseSvgIcon$
|
|
5134
|
+
BaseSvgIcon$M,
|
|
5052
5135
|
{
|
|
5053
5136
|
ref,
|
|
5054
5137
|
viewBox: "0 0 24 24",
|
|
@@ -5062,7 +5145,7 @@ function Snowflake({ width, height, sx, ...props }, ref) {
|
|
|
5062
5145
|
);
|
|
5063
5146
|
}
|
|
5064
5147
|
const Snowflake$1 = forwardRef(Snowflake);
|
|
5065
|
-
const Icon$
|
|
5148
|
+
const Icon$L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5066
5149
|
"path",
|
|
5067
5150
|
{
|
|
5068
5151
|
fill: "currentColor",
|
|
@@ -5071,10 +5154,10 @@ const Icon$K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5071
5154
|
clipRule: "evenodd"
|
|
5072
5155
|
}
|
|
5073
5156
|
) });
|
|
5074
|
-
const BaseSvgIcon$
|
|
5157
|
+
const BaseSvgIcon$L = createSvgIcon(Icon$L(), "SpaOauthClient");
|
|
5075
5158
|
function SpaOauthClient({ width, height, sx, ...props }, ref) {
|
|
5076
5159
|
return /* @__PURE__ */ jsx(
|
|
5077
|
-
BaseSvgIcon$
|
|
5160
|
+
BaseSvgIcon$L,
|
|
5078
5161
|
{
|
|
5079
5162
|
ref,
|
|
5080
5163
|
viewBox: "0 0 24 24",
|
|
@@ -5088,17 +5171,17 @@ function SpaOauthClient({ width, height, sx, ...props }, ref) {
|
|
|
5088
5171
|
);
|
|
5089
5172
|
}
|
|
5090
5173
|
const SpaOauthClient$1 = forwardRef(SpaOauthClient);
|
|
5091
|
-
const Icon$
|
|
5174
|
+
const Icon$K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5092
5175
|
"path",
|
|
5093
5176
|
{
|
|
5094
5177
|
fill: "currentColor",
|
|
5095
5178
|
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"
|
|
5096
5179
|
}
|
|
5097
5180
|
) });
|
|
5098
|
-
const BaseSvgIcon$
|
|
5181
|
+
const BaseSvgIcon$K = createSvgIcon(Icon$K(), "SpatialAnalysis");
|
|
5099
5182
|
function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
5100
5183
|
return /* @__PURE__ */ jsx(
|
|
5101
|
-
BaseSvgIcon$
|
|
5184
|
+
BaseSvgIcon$K,
|
|
5102
5185
|
{
|
|
5103
5186
|
ref,
|
|
5104
5187
|
viewBox: "0 0 24 24",
|
|
@@ -5112,7 +5195,7 @@ function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
5112
5195
|
);
|
|
5113
5196
|
}
|
|
5114
5197
|
const SpatialAnalysis$1 = forwardRef(SpatialAnalysis);
|
|
5115
|
-
const Icon$
|
|
5198
|
+
const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5116
5199
|
"path",
|
|
5117
5200
|
{
|
|
5118
5201
|
fill: "currentColor",
|
|
@@ -5121,10 +5204,10 @@ const Icon$I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5121
5204
|
clipRule: "evenodd"
|
|
5122
5205
|
}
|
|
5123
5206
|
) });
|
|
5124
|
-
const BaseSvgIcon$
|
|
5207
|
+
const BaseSvgIcon$J = createSvgIcon(Icon$J(), "SpatialExtension");
|
|
5125
5208
|
function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
5126
5209
|
return /* @__PURE__ */ jsx(
|
|
5127
|
-
BaseSvgIcon$
|
|
5210
|
+
BaseSvgIcon$J,
|
|
5128
5211
|
{
|
|
5129
5212
|
ref,
|
|
5130
5213
|
viewBox: "0 0 24 24",
|
|
@@ -5138,7 +5221,7 @@ function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
5138
5221
|
);
|
|
5139
5222
|
}
|
|
5140
5223
|
const SpatialExtension$1 = forwardRef(SpatialExtension);
|
|
5141
|
-
const Icon$
|
|
5224
|
+
const Icon$I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5142
5225
|
"path",
|
|
5143
5226
|
{
|
|
5144
5227
|
fill: "currentColor",
|
|
@@ -5147,10 +5230,10 @@ const Icon$H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5147
5230
|
clipRule: "evenodd"
|
|
5148
5231
|
}
|
|
5149
5232
|
) });
|
|
5150
|
-
const BaseSvgIcon$
|
|
5233
|
+
const BaseSvgIcon$I = createSvgIcon(Icon$I(), "SpatialIndexes");
|
|
5151
5234
|
function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
5152
5235
|
return /* @__PURE__ */ jsx(
|
|
5153
|
-
BaseSvgIcon$
|
|
5236
|
+
BaseSvgIcon$I,
|
|
5154
5237
|
{
|
|
5155
5238
|
ref,
|
|
5156
5239
|
viewBox: "0 0 24 24",
|
|
@@ -5164,7 +5247,7 @@ function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
|
5164
5247
|
);
|
|
5165
5248
|
}
|
|
5166
5249
|
const SpatialIndexes$1 = forwardRef(SpatialIndexes);
|
|
5167
|
-
const Icon$
|
|
5250
|
+
const Icon$H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5168
5251
|
"path",
|
|
5169
5252
|
{
|
|
5170
5253
|
fill: "currentColor",
|
|
@@ -5173,10 +5256,10 @@ const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5173
5256
|
clipRule: "evenodd"
|
|
5174
5257
|
}
|
|
5175
5258
|
) });
|
|
5176
|
-
const BaseSvgIcon$
|
|
5259
|
+
const BaseSvgIcon$H = createSvgIcon(Icon$H(), "Sql");
|
|
5177
5260
|
function Sql({ width, height, sx, ...props }, ref) {
|
|
5178
5261
|
return /* @__PURE__ */ jsx(
|
|
5179
|
-
BaseSvgIcon$
|
|
5262
|
+
BaseSvgIcon$H,
|
|
5180
5263
|
{
|
|
5181
5264
|
ref,
|
|
5182
5265
|
viewBox: "0 0 24 24",
|
|
@@ -5190,7 +5273,7 @@ function Sql({ width, height, sx, ...props }, ref) {
|
|
|
5190
5273
|
);
|
|
5191
5274
|
}
|
|
5192
5275
|
const Sql$1 = forwardRef(Sql);
|
|
5193
|
-
const Icon$
|
|
5276
|
+
const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5194
5277
|
"path",
|
|
5195
5278
|
{
|
|
5196
5279
|
fill: "currentColor",
|
|
@@ -5199,10 +5282,10 @@ const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5199
5282
|
clipRule: "evenodd"
|
|
5200
5283
|
}
|
|
5201
5284
|
) });
|
|
5202
|
-
const BaseSvgIcon$
|
|
5285
|
+
const BaseSvgIcon$G = createSvgIcon(Icon$G(), "SqlError");
|
|
5203
5286
|
function SqlError({ width, height, sx, ...props }, ref) {
|
|
5204
5287
|
return /* @__PURE__ */ jsx(
|
|
5205
|
-
BaseSvgIcon$
|
|
5288
|
+
BaseSvgIcon$G,
|
|
5206
5289
|
{
|
|
5207
5290
|
ref,
|
|
5208
5291
|
viewBox: "0 0 24 24",
|
|
@@ -5216,7 +5299,7 @@ function SqlError({ width, height, sx, ...props }, ref) {
|
|
|
5216
5299
|
);
|
|
5217
5300
|
}
|
|
5218
5301
|
const SqlError$1 = forwardRef(SqlError);
|
|
5219
|
-
const Icon$
|
|
5302
|
+
const Icon$F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5220
5303
|
/* @__PURE__ */ jsx(
|
|
5221
5304
|
"path",
|
|
5222
5305
|
{
|
|
@@ -5236,10 +5319,10 @@ const Icon$E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5236
5319
|
}
|
|
5237
5320
|
)
|
|
5238
5321
|
] });
|
|
5239
|
-
const BaseSvgIcon$
|
|
5322
|
+
const BaseSvgIcon$F = createSvgIcon(Icon$F(), "Sso");
|
|
5240
5323
|
function Sso({ width, height, sx, ...props }, ref) {
|
|
5241
5324
|
return /* @__PURE__ */ jsx(
|
|
5242
|
-
BaseSvgIcon$
|
|
5325
|
+
BaseSvgIcon$F,
|
|
5243
5326
|
{
|
|
5244
5327
|
ref,
|
|
5245
5328
|
viewBox: "0 0 24 24",
|
|
@@ -5253,11 +5336,11 @@ function Sso({ width, height, sx, ...props }, ref) {
|
|
|
5253
5336
|
);
|
|
5254
5337
|
}
|
|
5255
5338
|
const Sso$1 = forwardRef(Sso);
|
|
5256
|
-
const Icon$
|
|
5257
|
-
const BaseSvgIcon$
|
|
5339
|
+
const Icon$E = () => /* @__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" }) });
|
|
5340
|
+
const BaseSvgIcon$E = createSvgIcon(Icon$E(), "StrokeCustom");
|
|
5258
5341
|
function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
5259
5342
|
return /* @__PURE__ */ jsx(
|
|
5260
|
-
BaseSvgIcon$
|
|
5343
|
+
BaseSvgIcon$E,
|
|
5261
5344
|
{
|
|
5262
5345
|
ref,
|
|
5263
5346
|
viewBox: "0 0 24 24",
|
|
@@ -5271,11 +5354,11 @@ function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
|
5271
5354
|
);
|
|
5272
5355
|
}
|
|
5273
5356
|
const StrokeCustom$1 = forwardRef(StrokeCustom);
|
|
5274
|
-
const Icon$
|
|
5275
|
-
const BaseSvgIcon$
|
|
5357
|
+
const Icon$D = () => /* @__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" }) });
|
|
5358
|
+
const BaseSvgIcon$D = createSvgIcon(Icon$D(), "StrokeDash");
|
|
5276
5359
|
function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
5277
5360
|
return /* @__PURE__ */ jsx(
|
|
5278
|
-
BaseSvgIcon$
|
|
5361
|
+
BaseSvgIcon$D,
|
|
5279
5362
|
{
|
|
5280
5363
|
ref,
|
|
5281
5364
|
viewBox: "0 0 24 24",
|
|
@@ -5289,11 +5372,11 @@ function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
|
5289
5372
|
);
|
|
5290
5373
|
}
|
|
5291
5374
|
const StrokeDash$1 = forwardRef(StrokeDash);
|
|
5292
|
-
const Icon$
|
|
5293
|
-
const BaseSvgIcon$
|
|
5375
|
+
const Icon$C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
|
|
5376
|
+
const BaseSvgIcon$C = createSvgIcon(Icon$C(), "StrokeSolid");
|
|
5294
5377
|
function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
5295
5378
|
return /* @__PURE__ */ jsx(
|
|
5296
|
-
BaseSvgIcon$
|
|
5379
|
+
BaseSvgIcon$C,
|
|
5297
5380
|
{
|
|
5298
5381
|
ref,
|
|
5299
5382
|
viewBox: "0 0 24 24",
|
|
@@ -5307,7 +5390,7 @@ function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
|
5307
5390
|
);
|
|
5308
5391
|
}
|
|
5309
5392
|
const StrokeSolid$1 = forwardRef(StrokeSolid);
|
|
5310
|
-
const Icon$
|
|
5393
|
+
const Icon$B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5311
5394
|
"path",
|
|
5312
5395
|
{
|
|
5313
5396
|
fill: "currentColor",
|
|
@@ -5316,10 +5399,10 @@ const Icon$A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5316
5399
|
clipRule: "evenodd"
|
|
5317
5400
|
}
|
|
5318
5401
|
) });
|
|
5319
|
-
const BaseSvgIcon$
|
|
5402
|
+
const BaseSvgIcon$B = createSvgIcon(Icon$B(), "SupplyChain");
|
|
5320
5403
|
function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
5321
5404
|
return /* @__PURE__ */ jsx(
|
|
5322
|
-
BaseSvgIcon$
|
|
5405
|
+
BaseSvgIcon$B,
|
|
5323
5406
|
{
|
|
5324
5407
|
ref,
|
|
5325
5408
|
viewBox: "0 0 24 24",
|
|
@@ -5333,11 +5416,11 @@ function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
|
5333
5416
|
);
|
|
5334
5417
|
}
|
|
5335
5418
|
const SupplyChain$1 = forwardRef(SupplyChain);
|
|
5336
|
-
const Icon$
|
|
5337
|
-
const BaseSvgIcon$
|
|
5419
|
+
const Icon$A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
|
|
5420
|
+
const BaseSvgIcon$A = createSvgIcon(Icon$A(), "SwatchCircle");
|
|
5338
5421
|
function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
5339
5422
|
return /* @__PURE__ */ jsx(
|
|
5340
|
-
BaseSvgIcon$
|
|
5423
|
+
BaseSvgIcon$A,
|
|
5341
5424
|
{
|
|
5342
5425
|
ref,
|
|
5343
5426
|
viewBox: "0 0 24 24",
|
|
@@ -5351,7 +5434,7 @@ function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
|
5351
5434
|
);
|
|
5352
5435
|
}
|
|
5353
5436
|
const SwatchCircle$1 = forwardRef(SwatchCircle);
|
|
5354
|
-
const Icon$
|
|
5437
|
+
const Icon$z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5355
5438
|
"path",
|
|
5356
5439
|
{
|
|
5357
5440
|
fill: "currentColor",
|
|
@@ -5360,10 +5443,10 @@ const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5360
5443
|
clipRule: "evenodd"
|
|
5361
5444
|
}
|
|
5362
5445
|
) });
|
|
5363
|
-
const BaseSvgIcon$
|
|
5446
|
+
const BaseSvgIcon$z = createSvgIcon(Icon$z(), "SwatchCircleNone");
|
|
5364
5447
|
function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
5365
5448
|
return /* @__PURE__ */ jsx(
|
|
5366
|
-
BaseSvgIcon$
|
|
5449
|
+
BaseSvgIcon$z,
|
|
5367
5450
|
{
|
|
5368
5451
|
ref,
|
|
5369
5452
|
viewBox: "0 0 24 24",
|
|
@@ -5377,6 +5460,47 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
|
5377
5460
|
);
|
|
5378
5461
|
}
|
|
5379
5462
|
const SwatchCircleNone$1 = forwardRef(SwatchCircleNone);
|
|
5463
|
+
const Icon$y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5464
|
+
/* @__PURE__ */ jsx(
|
|
5465
|
+
"mask",
|
|
5466
|
+
{
|
|
5467
|
+
id: "a",
|
|
5468
|
+
width: 24,
|
|
5469
|
+
height: 24,
|
|
5470
|
+
x: 0,
|
|
5471
|
+
y: 0,
|
|
5472
|
+
maskUnits: "userSpaceOnUse",
|
|
5473
|
+
style: {
|
|
5474
|
+
maskType: "alpha"
|
|
5475
|
+
},
|
|
5476
|
+
children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" })
|
|
5477
|
+
}
|
|
5478
|
+
),
|
|
5479
|
+
/* @__PURE__ */ jsx("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
5480
|
+
"path",
|
|
5481
|
+
{
|
|
5482
|
+
fill: "currentColor",
|
|
5483
|
+
d: "M15 22q-3.175-1.2-5.087-3.95Q8 15.3 8 11.9q0-2.275.9-4.312A10.95 10.95 0 0 1 11.45 4H8V2h7v7h-2V5.3a9 9 0 0 0-2.213 2.988A8.55 8.55 0 0 0 10 11.9q0 2.55 1.35 4.687A8.64 8.64 0 0 0 15 19.825z"
|
|
5484
|
+
}
|
|
5485
|
+
) })
|
|
5486
|
+
] });
|
|
5487
|
+
const BaseSvgIcon$y = createSvgIcon(Icon$y(), "SwitchAccessShortcut");
|
|
5488
|
+
function SwitchAccessShortcut({ width, height, sx, ...props }, ref) {
|
|
5489
|
+
return /* @__PURE__ */ jsx(
|
|
5490
|
+
BaseSvgIcon$y,
|
|
5491
|
+
{
|
|
5492
|
+
ref,
|
|
5493
|
+
viewBox: "0 0 24 24",
|
|
5494
|
+
sx: {
|
|
5495
|
+
width,
|
|
5496
|
+
height: height || width,
|
|
5497
|
+
...sx
|
|
5498
|
+
},
|
|
5499
|
+
...props
|
|
5500
|
+
}
|
|
5501
|
+
);
|
|
5502
|
+
}
|
|
5503
|
+
const SwitchAccessShortcut$1 = forwardRef(SwitchAccessShortcut);
|
|
5380
5504
|
const Icon$x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5381
5505
|
"path",
|
|
5382
5506
|
{
|
|
@@ -6499,6 +6623,7 @@ export {
|
|
|
6499
6623
|
Geometry$1 as Geometry,
|
|
6500
6624
|
Github$1 as Github,
|
|
6501
6625
|
Google$1 as Google,
|
|
6626
|
+
GroupOff$1 as GroupOff,
|
|
6502
6627
|
H3$1 as H3,
|
|
6503
6628
|
HealthAnalytics$1 as HealthAnalytics,
|
|
6504
6629
|
HideComments$1 as HideComments,
|
|
@@ -6563,6 +6688,7 @@ export {
|
|
|
6563
6688
|
Reset$1 as Reset,
|
|
6564
6689
|
RiskAnalysis$1 as RiskAnalysis,
|
|
6565
6690
|
RoadTraffic$1 as RoadTraffic,
|
|
6691
|
+
RunReuse$1 as RunReuse,
|
|
6566
6692
|
RunSettings$1 as RunSettings,
|
|
6567
6693
|
RunStep$1 as RunStep,
|
|
6568
6694
|
Salesforce$1 as Salesforce,
|
|
@@ -6570,6 +6696,7 @@ export {
|
|
|
6570
6696
|
SaveOk$1 as SaveOk,
|
|
6571
6697
|
ScheduleRun$1 as ScheduleRun,
|
|
6572
6698
|
S as Search,
|
|
6699
|
+
SearchMap$1 as SearchMap,
|
|
6573
6700
|
SelectDestination$1 as SelectDestination,
|
|
6574
6701
|
SelectFeature$1 as SelectFeature,
|
|
6575
6702
|
SelectTool$1 as SelectTool,
|
|
@@ -6593,6 +6720,7 @@ export {
|
|
|
6593
6720
|
SwatchCircle$1 as SwatchCircle,
|
|
6594
6721
|
SwatchCircleNone$1 as SwatchCircleNone,
|
|
6595
6722
|
S2 as SwatchSquare,
|
|
6723
|
+
SwitchAccessShortcut$1 as SwitchAccessShortcut,
|
|
6596
6724
|
TableColumn$1 as TableColumn,
|
|
6597
6725
|
TableColumnLimited$1 as TableColumnLimited,
|
|
6598
6726
|
TempTable$1 as TempTable,
|