@carto/meridian-ds 2.6.1 → 2.7.0-alpha-loader.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/{Alert-DHd9hCGz.js → Alert-BZPM5zpX.js} +5 -41
- package/dist/{Alert-DOeOwxOe.cjs → Alert-C4W0H_uN.cjs} +4 -40
- package/dist/{MenuItem-CYJN2OVU.cjs → MenuItem-CgF4QdGi.cjs} +12 -3
- package/dist/{MenuItem-MUmADf3e.js → MenuItem-DRUK149i.js} +12 -3
- package/dist/{SwatchSquare-CaaLsjAC.js → Search-C7wkXu3f.js} +4 -23
- package/dist/{SwatchSquare-B8PIY3Rd.cjs → Search-CMWbM9nD.cjs} +3 -22
- package/dist/SwatchSquare-B6KYVoqV.js +24 -0
- package/dist/SwatchSquare-DuXPIL7t.cjs +23 -0
- package/dist/components/index.cjs +678 -235
- package/dist/components/index.js +678 -235
- package/dist/{css-utils-CCi3p7os.cjs → css-utils-CH7es90t.cjs} +45 -11
- package/dist/{css-utils-WejOmkiI.js → css-utils-CjUBRJVK.js} +47 -13
- package/dist/custom-icons/index.cjs +774 -611
- package/dist/custom-icons/index.js +774 -611
- package/dist/theme/index.cjs +75 -7
- package/dist/theme/index.js +77 -9
- package/dist/types/components/Alert/Alert.d.ts.map +1 -1
- package/dist/types/components/AppBar/AppBar.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/AutocompleteList/AutocompleteList.d.ts +1 -0
- package/dist/types/components/Autocomplete/AutocompleteList/AutocompleteList.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.d.ts +1 -1
- package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.stories.d.ts +1 -1
- package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.stories.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/CreatableAutocomplete/useCreatableAutocomplete.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.d.ts +1 -1
- package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.stories.d.ts +1 -1
- package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.stories.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/MultipleAutocomplete/useMultipleAutocomplete.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/types.d.ts +13 -1
- package/dist/types/components/Autocomplete/types.d.ts.map +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +0 -2
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts +7 -1
- package/dist/types/components/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts.map +1 -1
- package/dist/types/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogConfirmation.d.ts +5 -1
- package/dist/types/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogConfirmation.d.ts.map +1 -1
- package/dist/types/components/CodeArea/CodeAreaFooter/CodeAreaFooter.d.ts +3 -1
- package/dist/types/components/CodeArea/CodeAreaFooter/CodeAreaFooter.d.ts.map +1 -1
- package/dist/types/components/CodeArea/CodeAreaHeader/CodeAreaHeader.d.ts +5 -1
- package/dist/types/components/CodeArea/CodeAreaHeader/CodeAreaHeader.d.ts.map +1 -1
- package/dist/types/components/CopiableComponent/CopiableComponent.d.ts.map +1 -1
- package/dist/types/components/CopiableComponent/CopiableComponent.stories.d.ts +3 -0
- package/dist/types/components/CopiableComponent/CopiableComponent.stories.d.ts.map +1 -1
- package/dist/types/components/CopiableComponent/types.d.ts +8 -1
- package/dist/types/components/CopiableComponent/types.d.ts.map +1 -1
- package/dist/types/components/CopiableInputText/CopiableInputText.d.ts +9 -3
- package/dist/types/components/CopiableInputText/CopiableInputText.d.ts.map +1 -1
- package/dist/types/components/CopiableInputText/CopiableInputText.stories.d.ts +28 -3
- package/dist/types/components/CopiableInputText/CopiableInputText.stories.d.ts.map +1 -1
- package/dist/types/components/CopiableInputText/types.d.ts +4 -1
- package/dist/types/components/CopiableInputText/types.d.ts.map +1 -1
- package/dist/types/components/DatePickers/DatePicker/DatePicker.d.ts +1 -1
- package/dist/types/components/DatePickers/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/types/components/DatePickers/DatePicker/DatePicker.stories.d.ts +3 -0
- package/dist/types/components/DatePickers/DatePicker/DatePicker.stories.d.ts.map +1 -1
- package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.d.ts +1 -1
- package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.d.ts.map +1 -1
- package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.stories.d.ts +3 -0
- package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.stories.d.ts.map +1 -1
- package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.d.ts +1 -1
- package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.d.ts.map +1 -1
- package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.stories.d.ts +3 -0
- package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.stories.d.ts.map +1 -1
- package/dist/types/components/DatePickers/TimePicker/TimePicker.d.ts +1 -1
- package/dist/types/components/DatePickers/TimePicker/TimePicker.d.ts.map +1 -1
- package/dist/types/components/DatePickers/TimePicker/TimePicker.stories.d.ts +3 -0
- package/dist/types/components/DatePickers/TimePicker/TimePicker.stories.d.ts.map +1 -1
- package/dist/types/components/DatePickers/types.d.ts +7 -0
- package/dist/types/components/DatePickers/types.d.ts.map +1 -1
- package/dist/types/components/Dialog/Dialog/Dialog.stories.d.ts +48 -0
- package/dist/types/components/Dialog/Dialog/Dialog.stories.d.ts.map +1 -1
- package/dist/types/components/Dialog/DialogContent/DialogContent.d.ts.map +1 -1
- package/dist/types/components/Dialog/DialogContent/DialogContent.test.d.ts +2 -0
- package/dist/types/components/Dialog/DialogContent/DialogContent.test.d.ts.map +1 -0
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts +1 -1
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -1
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts +14 -0
- package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts.map +1 -1
- package/dist/types/components/Dialog/types.d.ts +6 -0
- package/dist/types/components/Dialog/types.d.ts.map +1 -1
- package/dist/types/components/FilterDropdown/FilterDropdown.d.ts +1 -1
- package/dist/types/components/FilterDropdown/FilterDropdown.d.ts.map +1 -1
- package/dist/types/components/FilterDropdown/FilterDropdown.stories.d.ts +48 -0
- package/dist/types/components/FilterDropdown/FilterDropdown.stories.d.ts.map +1 -1
- package/dist/types/components/FilterDropdown/types.d.ts +8 -0
- package/dist/types/components/FilterDropdown/types.d.ts.map +1 -1
- package/dist/types/components/Loader/Loader.d.ts +10 -0
- package/dist/types/components/Loader/Loader.d.ts.map +1 -0
- package/dist/types/components/Loader/Loader.stories.d.ts +54 -0
- package/dist/types/components/Loader/Loader.stories.d.ts.map +1 -0
- package/dist/types/components/Loader/Loader.test.d.ts +2 -0
- package/dist/types/components/Loader/Loader.test.d.ts.map +1 -0
- package/dist/types/components/Loader/index.d.ts +3 -0
- package/dist/types/components/Loader/index.d.ts.map +1 -0
- package/dist/types/components/Menu/Menu/Menu.stories.d.ts +16 -7
- package/dist/types/components/Menu/Menu/Menu.stories.d.ts.map +1 -1
- package/dist/types/components/Menu/MenuItem/MenuItem.d.ts.map +1 -1
- package/dist/types/components/Menu/MenuItemFilter/MenuItemFilter.d.ts.map +1 -1
- package/dist/types/components/Menu/types.d.ts +1 -0
- package/dist/types/components/Menu/types.d.ts.map +1 -1
- package/dist/types/components/PasswordField/PasswordField.d.ts +10 -1
- package/dist/types/components/PasswordField/PasswordField.d.ts.map +1 -1
- package/dist/types/components/PasswordField/PasswordField.stories.d.ts +10 -1
- package/dist/types/components/PasswordField/PasswordField.stories.d.ts.map +1 -1
- package/dist/types/components/SearchField/SearchField.d.ts +4 -0
- package/dist/types/components/SearchField/SearchField.d.ts.map +1 -0
- package/dist/types/components/SearchField/SearchField.stories.d.ts +111 -0
- package/dist/types/components/SearchField/SearchField.stories.d.ts.map +1 -0
- package/dist/types/components/SearchField/SearchField.styled.d.ts +23 -0
- package/dist/types/components/SearchField/SearchField.styled.d.ts.map +1 -0
- package/dist/types/components/SearchField/SearchField.test.d.ts +2 -0
- package/dist/types/components/SearchField/SearchField.test.d.ts.map +1 -0
- package/dist/types/components/SearchField/components/SearchFieldEndAdornment.d.ts +19 -0
- package/dist/types/components/SearchField/components/SearchFieldEndAdornment.d.ts.map +1 -0
- package/dist/types/components/SearchField/components/SearchFieldStartAdornment.d.ts +14 -0
- package/dist/types/components/SearchField/components/SearchFieldStartAdornment.d.ts.map +1 -0
- package/dist/types/components/SearchField/index.d.ts +3 -0
- package/dist/types/components/SearchField/index.d.ts.map +1 -0
- package/dist/types/components/SearchField/types.d.ts +72 -0
- package/dist/types/components/SearchField/types.d.ts.map +1 -0
- package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.d.ts.map +1 -1
- package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.stories.d.ts +22 -2
- package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.stories.d.ts.map +1 -1
- package/dist/types/components/SelectField/types.d.ts +4 -0
- package/dist/types/components/SelectField/types.d.ts.map +1 -1
- package/dist/types/components/Snackbar/Snackbar.d.ts +2 -1
- package/dist/types/components/Snackbar/Snackbar.d.ts.map +1 -1
- package/dist/types/components/Snackbar/Snackbar.stories.d.ts +15 -0
- package/dist/types/components/Snackbar/Snackbar.stories.d.ts.map +1 -1
- package/dist/types/components/TablePaginationActions/TablePaginationActions.d.ts +3 -0
- package/dist/types/components/TablePaginationActions/TablePaginationActions.d.ts.map +1 -1
- package/dist/types/components/UploadField/useFileUpload.d.ts +4 -1
- package/dist/types/components/UploadField/useFileUpload.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/custom-icons/ApiAccessToken.d.ts +4 -0
- package/dist/types/custom-icons/ApiAccessToken.d.ts.map +1 -0
- package/dist/types/custom-icons/ApiBaseUrl.d.ts +4 -0
- package/dist/types/custom-icons/ApiBaseUrl.d.ts.map +1 -0
- package/dist/types/custom-icons/AppCredentials.d.ts +4 -0
- package/dist/types/custom-icons/AppCredentials.d.ts.map +1 -0
- package/dist/types/custom-icons/M2mOauthClient.d.ts +4 -0
- package/dist/types/custom-icons/M2mOauthClient.d.ts.map +1 -0
- package/dist/types/custom-icons/SpaOauthClient.d.ts +4 -0
- package/dist/types/custom-icons/SpaOauthClient.d.ts.map +1 -0
- package/dist/types/custom-icons/WorkflowApiEndpoint.d.ts +4 -0
- package/dist/types/custom-icons/WorkflowApiEndpoint.d.ts.map +1 -0
- package/dist/types/custom-icons/index.d.ts +6 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/dist/types/localization/en.d.ts +6 -0
- package/dist/types/localization/en.d.ts.map +1 -1
- package/dist/types/localization/es.d.ts +6 -0
- package/dist/types/localization/es.d.ts.map +1 -1
- package/dist/types/localization/id.d.ts +6 -0
- package/dist/types/localization/id.d.ts.map +1 -1
- package/dist/types/localization/index.d.ts +18 -0
- package/dist/types/localization/index.d.ts.map +1 -1
- package/dist/types/theme/carto-theme.d.ts.map +1 -1
- package/dist/types/theme/components/data-display.d.ts.map +1 -1
- package/dist/types/theme/components/feedback.d.ts.map +1 -1
- package/dist/types/theme/components/layout.d.ts +3 -0
- package/dist/types/theme/components/layout.d.ts.map +1 -0
- package/dist/types/theme/components/navigation.d.ts.map +1 -1
- package/dist/types/theme/types.d.ts +11 -0
- package/dist/types/theme/types.d.ts.map +1 -1
- package/dist/types/utils/useTranslationWithFallback.d.ts +39 -0
- package/dist/types/utils/useTranslationWithFallback.d.ts.map +1 -0
- package/dist/types/utils/useTranslationWithFallback.test.d.ts +2 -0
- package/dist/types/utils/useTranslationWithFallback.test.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +5 -5
- package/dist/widgets/index.cjs +8 -7
- package/dist/widgets/index.js +4 -3
- package/package.json +1 -1
- package/dist/types/utils/useTranslationFallback.d.ts +0 -20
- package/dist/types/utils/useTranslationFallback.d.ts.map +0 -1
- package/dist/types/utils/useTranslationFallback.test.d.ts +0 -2
- package/dist/types/utils/useTranslationFallback.test.d.ts.map +0 -1
|
@@ -3,8 +3,9 @@ import { forwardRef } from "react";
|
|
|
3
3
|
import { createSvgIcon } from "@mui/material";
|
|
4
4
|
import { A } from "../ArrowDown-d6bxUL0F.js";
|
|
5
5
|
import { A as A2, C, O } from "../OpenDiagonallyRight-CGdCEXlF.js";
|
|
6
|
-
import { S
|
|
7
|
-
|
|
6
|
+
import { S } from "../Search-C7wkXu3f.js";
|
|
7
|
+
import { S as S2 } from "../SwatchSquare-B6KYVoqV.js";
|
|
8
|
+
const Icon$3h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
8
9
|
"path",
|
|
9
10
|
{
|
|
10
11
|
fill: "currentColor",
|
|
@@ -13,10 +14,10 @@ const Icon$3b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
13
14
|
clipRule: "evenodd"
|
|
14
15
|
}
|
|
15
16
|
) });
|
|
16
|
-
const BaseSvgIcon$
|
|
17
|
+
const BaseSvgIcon$3h = createSvgIcon(Icon$3h(), "AccessIn");
|
|
17
18
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
18
19
|
return /* @__PURE__ */ jsx(
|
|
19
|
-
BaseSvgIcon$
|
|
20
|
+
BaseSvgIcon$3h,
|
|
20
21
|
{
|
|
21
22
|
ref,
|
|
22
23
|
viewBox: "0 0 24 24",
|
|
@@ -30,17 +31,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
30
31
|
);
|
|
31
32
|
}
|
|
32
33
|
const AccessIn$1 = forwardRef(AccessIn);
|
|
33
|
-
const Icon$
|
|
34
|
+
const Icon$3g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
34
35
|
"path",
|
|
35
36
|
{
|
|
36
37
|
fill: "currentColor",
|
|
37
38
|
d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
|
|
38
39
|
}
|
|
39
40
|
) });
|
|
40
|
-
const BaseSvgIcon$
|
|
41
|
+
const BaseSvgIcon$3g = createSvgIcon(Icon$3g(), "AddApp");
|
|
41
42
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
42
43
|
return /* @__PURE__ */ jsx(
|
|
43
|
-
BaseSvgIcon$
|
|
44
|
+
BaseSvgIcon$3g,
|
|
44
45
|
{
|
|
45
46
|
ref,
|
|
46
47
|
viewBox: "0 0 24 24",
|
|
@@ -54,7 +55,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
54
55
|
);
|
|
55
56
|
}
|
|
56
57
|
const AddApp$1 = forwardRef(AddApp);
|
|
57
|
-
const Icon$
|
|
58
|
+
const Icon$3f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
58
59
|
"path",
|
|
59
60
|
{
|
|
60
61
|
fill: "currentColor",
|
|
@@ -63,10 +64,10 @@ const Icon$39 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
63
64
|
clipRule: "evenodd"
|
|
64
65
|
}
|
|
65
66
|
) });
|
|
66
|
-
const BaseSvgIcon$
|
|
67
|
+
const BaseSvgIcon$3f = createSvgIcon(Icon$3f(), "AddSection");
|
|
67
68
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
68
69
|
return /* @__PURE__ */ jsx(
|
|
69
|
-
BaseSvgIcon$
|
|
70
|
+
BaseSvgIcon$3f,
|
|
70
71
|
{
|
|
71
72
|
ref,
|
|
72
73
|
viewBox: "0 0 24 24",
|
|
@@ -80,17 +81,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
80
81
|
);
|
|
81
82
|
}
|
|
82
83
|
const AddSection$1 = forwardRef(AddSection);
|
|
83
|
-
const Icon$
|
|
84
|
+
const Icon$3e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
84
85
|
"path",
|
|
85
86
|
{
|
|
86
87
|
fill: "currentColor",
|
|
87
88
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
88
89
|
}
|
|
89
90
|
) });
|
|
90
|
-
const BaseSvgIcon$
|
|
91
|
+
const BaseSvgIcon$3e = createSvgIcon(Icon$3e(), "AdvancedSettings");
|
|
91
92
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
92
93
|
return /* @__PURE__ */ jsx(
|
|
93
|
-
BaseSvgIcon$
|
|
94
|
+
BaseSvgIcon$3e,
|
|
94
95
|
{
|
|
95
96
|
ref,
|
|
96
97
|
viewBox: "0 0 24 24",
|
|
@@ -104,7 +105,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
104
105
|
);
|
|
105
106
|
}
|
|
106
107
|
const AdvancedSettings$1 = forwardRef(AdvancedSettings);
|
|
107
|
-
const Icon$
|
|
108
|
+
const Icon$3d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
108
109
|
/* @__PURE__ */ jsx(
|
|
109
110
|
"path",
|
|
110
111
|
{
|
|
@@ -136,10 +137,10 @@ const Icon$37 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
136
137
|
}
|
|
137
138
|
)
|
|
138
139
|
] });
|
|
139
|
-
const BaseSvgIcon$
|
|
140
|
+
const BaseSvgIcon$3d = createSvgIcon(Icon$3d(), "AiAgent");
|
|
140
141
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
141
142
|
return /* @__PURE__ */ jsx(
|
|
142
|
-
BaseSvgIcon$
|
|
143
|
+
BaseSvgIcon$3d,
|
|
143
144
|
{
|
|
144
145
|
ref,
|
|
145
146
|
viewBox: "0 0 24 24",
|
|
@@ -153,7 +154,7 @@ function AiAgent({ width, height, sx, ...props }, ref) {
|
|
|
153
154
|
);
|
|
154
155
|
}
|
|
155
156
|
const AiAgent$1 = forwardRef(AiAgent);
|
|
156
|
-
const Icon$
|
|
157
|
+
const Icon$3c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
157
158
|
/* @__PURE__ */ jsx(
|
|
158
159
|
"path",
|
|
159
160
|
{
|
|
@@ -171,10 +172,10 @@ const Icon$36 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
171
172
|
}
|
|
172
173
|
)
|
|
173
174
|
] });
|
|
174
|
-
const BaseSvgIcon$
|
|
175
|
+
const BaseSvgIcon$3c = createSvgIcon(Icon$3c(), "AiGeneratedObject");
|
|
175
176
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
176
177
|
return /* @__PURE__ */ jsx(
|
|
177
|
-
BaseSvgIcon$
|
|
178
|
+
BaseSvgIcon$3c,
|
|
178
179
|
{
|
|
179
180
|
ref,
|
|
180
181
|
viewBox: "0 0 24 24",
|
|
@@ -188,7 +189,7 @@ function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
|
188
189
|
);
|
|
189
190
|
}
|
|
190
191
|
const AiGeneratedObject$1 = forwardRef(AiGeneratedObject);
|
|
191
|
-
const Icon$
|
|
192
|
+
const Icon$3b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
192
193
|
/* @__PURE__ */ jsx(
|
|
193
194
|
"path",
|
|
194
195
|
{
|
|
@@ -229,10 +230,10 @@ const Icon$35 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
229
230
|
}
|
|
230
231
|
)
|
|
231
232
|
] });
|
|
232
|
-
const BaseSvgIcon$
|
|
233
|
+
const BaseSvgIcon$3b = createSvgIcon(Icon$3b(), "AiTool");
|
|
233
234
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
234
235
|
return /* @__PURE__ */ jsx(
|
|
235
|
-
BaseSvgIcon$
|
|
236
|
+
BaseSvgIcon$3b,
|
|
236
237
|
{
|
|
237
238
|
ref,
|
|
238
239
|
viewBox: "0 0 24 24",
|
|
@@ -246,7 +247,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
246
247
|
);
|
|
247
248
|
}
|
|
248
249
|
const AiTool$1 = forwardRef(AiTool);
|
|
249
|
-
const Icon$
|
|
250
|
+
const Icon$3a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
250
251
|
/* @__PURE__ */ jsx(
|
|
251
252
|
"path",
|
|
252
253
|
{
|
|
@@ -266,10 +267,10 @@ const Icon$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
266
267
|
}
|
|
267
268
|
)
|
|
268
269
|
] });
|
|
269
|
-
const BaseSvgIcon$
|
|
270
|
+
const BaseSvgIcon$3a = createSvgIcon(Icon$3a(), "Annotation");
|
|
270
271
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
271
272
|
return /* @__PURE__ */ jsx(
|
|
272
|
-
BaseSvgIcon$
|
|
273
|
+
BaseSvgIcon$3a,
|
|
273
274
|
{
|
|
274
275
|
ref,
|
|
275
276
|
viewBox: "0 0 24 24",
|
|
@@ -283,7 +284,59 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
283
284
|
);
|
|
284
285
|
}
|
|
285
286
|
const Annotation$1 = forwardRef(Annotation);
|
|
286
|
-
const Icon$
|
|
287
|
+
const Icon$39 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
288
|
+
"path",
|
|
289
|
+
{
|
|
290
|
+
fill: "currentColor",
|
|
291
|
+
fillRule: "evenodd",
|
|
292
|
+
d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h6v-1.2h-6zM9.545 15a2.82 2.82 0 0 1-2.086-.875Q6.6 13.25 6.6 12q0-1.25.86-2.125A2.82 2.82 0 0 1 9.544 9q.81 0 1.486.412.675.413 1.067 1.088H17.4v3h-.982V15h-2.945v-1.5h-1.375q-.393.675-1.068 1.088-.674.412-1.485.412m0-1q.81 0 1.301-.506.491-.507.59-.994h3.018V14h.982v-1.5h.982v-1h-4.982q-.099-.487-.59-.994-.49-.506-1.3-.506t-1.387.588A1.94 1.94 0 0 0 7.582 12q0 .825.577 1.412.576.588 1.386.588m0-1q.406 0 .694-.294a.97.97 0 0 0 .288-.706.97.97 0 0 0-.288-.706.94.94 0 0 0-.694-.294.94.94 0 0 0-.693.294.97.97 0 0 0-.288.706q0 .412.288.706a.94.94 0 0 0 .693.294m4.834 8.5-.851.876-2.128-2.188L13.528 18l.85.875-1.276 1.313zm1.143 0 1.276-1.312-1.276-1.313.85-.875 2.128 2.188-2.127 2.188z",
|
|
293
|
+
clipRule: "evenodd"
|
|
294
|
+
}
|
|
295
|
+
) });
|
|
296
|
+
const BaseSvgIcon$39 = createSvgIcon(Icon$39(), "ApiAccessToken");
|
|
297
|
+
function ApiAccessToken({ width, height, sx, ...props }, ref) {
|
|
298
|
+
return /* @__PURE__ */ jsx(
|
|
299
|
+
BaseSvgIcon$39,
|
|
300
|
+
{
|
|
301
|
+
ref,
|
|
302
|
+
viewBox: "0 0 24 24",
|
|
303
|
+
sx: {
|
|
304
|
+
width,
|
|
305
|
+
height: height || width,
|
|
306
|
+
...sx
|
|
307
|
+
},
|
|
308
|
+
...props
|
|
309
|
+
}
|
|
310
|
+
);
|
|
311
|
+
}
|
|
312
|
+
const ApiAccessToken$1 = forwardRef(ApiAccessToken);
|
|
313
|
+
const Icon$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
314
|
+
"path",
|
|
315
|
+
{
|
|
316
|
+
fill: "currentColor",
|
|
317
|
+
fillRule: "evenodd",
|
|
318
|
+
d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h6v-1.2h-6zm2.657 5.4c-.473 0-.857.403-.857.9V15h1.286v-1.8H9V15h1.286v-4.5c0-.497-.384-.9-.857-.9zM9 11.85H7.286v-.9H9zm5.571-2.25h-3.428V15h1.286v-1.8h2.142c.472 0 .858-.405.858-.9v-1.8c0-.495-.386-.9-.858-.9m-2.142 1.35h1.714v.9h-1.714zM18 9.6h-1.714V15H18zm-3.621 11.9-.851.876-2.128-2.188L13.528 18l.85.875-1.276 1.313zm1.143 0 1.276-1.312-1.276-1.313.85-.875 2.128 2.188-2.127 2.188z",
|
|
319
|
+
clipRule: "evenodd"
|
|
320
|
+
}
|
|
321
|
+
) });
|
|
322
|
+
const BaseSvgIcon$38 = createSvgIcon(Icon$38(), "ApiBaseUrl");
|
|
323
|
+
function ApiBaseUrl({ width, height, sx, ...props }, ref) {
|
|
324
|
+
return /* @__PURE__ */ jsx(
|
|
325
|
+
BaseSvgIcon$38,
|
|
326
|
+
{
|
|
327
|
+
ref,
|
|
328
|
+
viewBox: "0 0 24 24",
|
|
329
|
+
sx: {
|
|
330
|
+
width,
|
|
331
|
+
height: height || width,
|
|
332
|
+
...sx
|
|
333
|
+
},
|
|
334
|
+
...props
|
|
335
|
+
}
|
|
336
|
+
);
|
|
337
|
+
}
|
|
338
|
+
const ApiBaseUrl$1 = forwardRef(ApiBaseUrl);
|
|
339
|
+
const Icon$37 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
287
340
|
/* @__PURE__ */ jsx(
|
|
288
341
|
"path",
|
|
289
342
|
{
|
|
@@ -308,10 +361,10 @@ const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
308
361
|
}
|
|
309
362
|
)
|
|
310
363
|
] });
|
|
311
|
-
const BaseSvgIcon$
|
|
364
|
+
const BaseSvgIcon$37 = createSvgIcon(Icon$37(), "ApiCall");
|
|
312
365
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
313
366
|
return /* @__PURE__ */ jsx(
|
|
314
|
-
BaseSvgIcon$
|
|
367
|
+
BaseSvgIcon$37,
|
|
315
368
|
{
|
|
316
369
|
ref,
|
|
317
370
|
viewBox: "0 0 24 24",
|
|
@@ -325,7 +378,33 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
325
378
|
);
|
|
326
379
|
}
|
|
327
380
|
const ApiCall$1 = forwardRef(ApiCall);
|
|
328
|
-
const Icon$
|
|
381
|
+
const Icon$36 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
382
|
+
"path",
|
|
383
|
+
{
|
|
384
|
+
fill: "currentColor",
|
|
385
|
+
fillRule: "evenodd",
|
|
386
|
+
d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h6v-1.2h-6zm9.328 18.176.85-.875-1.276-1.313 1.277-1.313-.851-.875-2.128 2.188zm3.27-2.188L15.522 21.5l.85.875 2.128-2.188L16.374 18l-.851.875zM14.25 9.825h.45c.495 0 .9.405.9.9v4.5c0 .495-.405.9-.9.9H9.3a.903.903 0 0 1-.9-.9v-4.5c0-.495.405-.9.9-.9h.45v-.9a2.25 2.25 0 0 1 4.5 0zM12 7.575c-.747 0-1.35.603-1.35 1.35v.9h2.7v-.9c0-.747-.603-1.35-1.35-1.35m-2.7 3.15v4.5h5.4v-4.5zm3.6 2.25c0 .495-.405.9-.9.9a.903.903 0 0 1-.9-.9c0-.495.405-.9.9-.9s.9.405.9.9",
|
|
387
|
+
clipRule: "evenodd"
|
|
388
|
+
}
|
|
389
|
+
) });
|
|
390
|
+
const BaseSvgIcon$36 = createSvgIcon(Icon$36(), "AppCredentials");
|
|
391
|
+
function AppCredentials({ width, height, sx, ...props }, ref) {
|
|
392
|
+
return /* @__PURE__ */ jsx(
|
|
393
|
+
BaseSvgIcon$36,
|
|
394
|
+
{
|
|
395
|
+
ref,
|
|
396
|
+
viewBox: "0 0 24 24",
|
|
397
|
+
sx: {
|
|
398
|
+
width,
|
|
399
|
+
height: height || width,
|
|
400
|
+
...sx
|
|
401
|
+
},
|
|
402
|
+
...props
|
|
403
|
+
}
|
|
404
|
+
);
|
|
405
|
+
}
|
|
406
|
+
const AppCredentials$1 = forwardRef(AppCredentials);
|
|
407
|
+
const Icon$35 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
329
408
|
"path",
|
|
330
409
|
{
|
|
331
410
|
fill: "currentColor",
|
|
@@ -334,10 +413,10 @@ const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
334
413
|
clipRule: "evenodd"
|
|
335
414
|
}
|
|
336
415
|
) });
|
|
337
|
-
const BaseSvgIcon$
|
|
416
|
+
const BaseSvgIcon$35 = createSvgIcon(Icon$35(), "ArrowLeft");
|
|
338
417
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
339
418
|
return /* @__PURE__ */ jsx(
|
|
340
|
-
BaseSvgIcon$
|
|
419
|
+
BaseSvgIcon$35,
|
|
341
420
|
{
|
|
342
421
|
ref,
|
|
343
422
|
viewBox: "0 0 24 24",
|
|
@@ -351,7 +430,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
351
430
|
);
|
|
352
431
|
}
|
|
353
432
|
const ArrowLeft$1 = forwardRef(ArrowLeft);
|
|
354
|
-
const Icon$
|
|
433
|
+
const Icon$34 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
355
434
|
"path",
|
|
356
435
|
{
|
|
357
436
|
fill: "currentColor",
|
|
@@ -360,10 +439,10 @@ const Icon$31 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
360
439
|
clipRule: "evenodd"
|
|
361
440
|
}
|
|
362
441
|
) });
|
|
363
|
-
const BaseSvgIcon$
|
|
442
|
+
const BaseSvgIcon$34 = createSvgIcon(Icon$34(), "ArrowRight");
|
|
364
443
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
365
444
|
return /* @__PURE__ */ jsx(
|
|
366
|
-
BaseSvgIcon$
|
|
445
|
+
BaseSvgIcon$34,
|
|
367
446
|
{
|
|
368
447
|
ref,
|
|
369
448
|
viewBox: "0 0 24 24",
|
|
@@ -377,7 +456,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
377
456
|
);
|
|
378
457
|
}
|
|
379
458
|
const ArrowRight$1 = forwardRef(ArrowRight);
|
|
380
|
-
const Icon$
|
|
459
|
+
const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
381
460
|
/* @__PURE__ */ jsx(
|
|
382
461
|
"path",
|
|
383
462
|
{
|
|
@@ -402,10 +481,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
402
481
|
}
|
|
403
482
|
)
|
|
404
483
|
] });
|
|
405
|
-
const BaseSvgIcon$
|
|
484
|
+
const BaseSvgIcon$33 = createSvgIcon(Icon$33(), "AsynchronousWait");
|
|
406
485
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
407
486
|
return /* @__PURE__ */ jsx(
|
|
408
|
-
BaseSvgIcon$
|
|
487
|
+
BaseSvgIcon$33,
|
|
409
488
|
{
|
|
410
489
|
ref,
|
|
411
490
|
viewBox: "0 0 24 24",
|
|
@@ -419,7 +498,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
419
498
|
);
|
|
420
499
|
}
|
|
421
500
|
const AsynchronousWait$1 = forwardRef(AsynchronousWait);
|
|
422
|
-
const Icon$
|
|
501
|
+
const Icon$32 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
423
502
|
/* @__PURE__ */ jsx(
|
|
424
503
|
"path",
|
|
425
504
|
{
|
|
@@ -439,10 +518,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
439
518
|
}
|
|
440
519
|
)
|
|
441
520
|
] });
|
|
442
|
-
const BaseSvgIcon$
|
|
521
|
+
const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "Autostyle");
|
|
443
522
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
444
523
|
return /* @__PURE__ */ jsx(
|
|
445
|
-
BaseSvgIcon$
|
|
524
|
+
BaseSvgIcon$32,
|
|
446
525
|
{
|
|
447
526
|
ref,
|
|
448
527
|
viewBox: "0 0 24 24",
|
|
@@ -456,7 +535,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
456
535
|
);
|
|
457
536
|
}
|
|
458
537
|
const Autostyle$1 = forwardRef(Autostyle);
|
|
459
|
-
const Icon$
|
|
538
|
+
const Icon$31 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
460
539
|
/* @__PURE__ */ jsx(
|
|
461
540
|
"path",
|
|
462
541
|
{
|
|
@@ -474,10 +553,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
474
553
|
}
|
|
475
554
|
)
|
|
476
555
|
] });
|
|
477
|
-
const BaseSvgIcon$
|
|
556
|
+
const BaseSvgIcon$31 = createSvgIcon(Icon$31(), "Avg");
|
|
478
557
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
479
558
|
return /* @__PURE__ */ jsx(
|
|
480
|
-
BaseSvgIcon$
|
|
559
|
+
BaseSvgIcon$31,
|
|
481
560
|
{
|
|
482
561
|
ref,
|
|
483
562
|
viewBox: "0 0 24 24",
|
|
@@ -491,7 +570,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
491
570
|
);
|
|
492
571
|
}
|
|
493
572
|
const Avg$1 = forwardRef(Avg);
|
|
494
|
-
const Icon$
|
|
573
|
+
const Icon$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
495
574
|
"path",
|
|
496
575
|
{
|
|
497
576
|
fill: "currentColor",
|
|
@@ -500,10 +579,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
500
579
|
clipRule: "evenodd"
|
|
501
580
|
}
|
|
502
581
|
) });
|
|
503
|
-
const BaseSvgIcon$
|
|
582
|
+
const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "Behavioral");
|
|
504
583
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
505
584
|
return /* @__PURE__ */ jsx(
|
|
506
|
-
BaseSvgIcon$
|
|
585
|
+
BaseSvgIcon$30,
|
|
507
586
|
{
|
|
508
587
|
ref,
|
|
509
588
|
viewBox: "0 0 24 24",
|
|
@@ -517,7 +596,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
517
596
|
);
|
|
518
597
|
}
|
|
519
598
|
const Behavioral$1 = forwardRef(Behavioral);
|
|
520
|
-
const Icon$
|
|
599
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
521
600
|
/* @__PURE__ */ jsx(
|
|
522
601
|
"path",
|
|
523
602
|
{
|
|
@@ -535,10 +614,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
535
614
|
}
|
|
536
615
|
)
|
|
537
616
|
] });
|
|
538
|
-
const BaseSvgIcon$
|
|
617
|
+
const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "Bigquery");
|
|
539
618
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
540
619
|
return /* @__PURE__ */ jsx(
|
|
541
|
-
BaseSvgIcon$
|
|
620
|
+
BaseSvgIcon$2$,
|
|
542
621
|
{
|
|
543
622
|
ref,
|
|
544
623
|
viewBox: "0 0 24 24",
|
|
@@ -552,7 +631,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
552
631
|
);
|
|
553
632
|
}
|
|
554
633
|
const Bigquery$1 = forwardRef(Bigquery);
|
|
555
|
-
const Icon$
|
|
634
|
+
const Icon$2_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
556
635
|
"path",
|
|
557
636
|
{
|
|
558
637
|
fill: "currentColor",
|
|
@@ -561,10 +640,10 @@ const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
561
640
|
clipRule: "evenodd"
|
|
562
641
|
}
|
|
563
642
|
) });
|
|
564
|
-
const BaseSvgIcon$
|
|
643
|
+
const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "Blending");
|
|
565
644
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
566
645
|
return /* @__PURE__ */ jsx(
|
|
567
|
-
BaseSvgIcon$
|
|
646
|
+
BaseSvgIcon$2_,
|
|
568
647
|
{
|
|
569
648
|
ref,
|
|
570
649
|
viewBox: "0 0 24 24",
|
|
@@ -578,7 +657,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
578
657
|
);
|
|
579
658
|
}
|
|
580
659
|
const Blending$1 = forwardRef(Blending);
|
|
581
|
-
const Icon$
|
|
660
|
+
const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
582
661
|
"path",
|
|
583
662
|
{
|
|
584
663
|
fill: "currentColor",
|
|
@@ -587,10 +666,10 @@ const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
587
666
|
clipRule: "evenodd"
|
|
588
667
|
}
|
|
589
668
|
) });
|
|
590
|
-
const BaseSvgIcon$
|
|
669
|
+
const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "BlockLabel");
|
|
591
670
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
592
671
|
return /* @__PURE__ */ jsx(
|
|
593
|
-
BaseSvgIcon$
|
|
672
|
+
BaseSvgIcon$2Z,
|
|
594
673
|
{
|
|
595
674
|
ref,
|
|
596
675
|
viewBox: "0 0 24 24",
|
|
@@ -604,7 +683,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
604
683
|
);
|
|
605
684
|
}
|
|
606
685
|
const BlockLabel$1 = forwardRef(BlockLabel);
|
|
607
|
-
const Icon$
|
|
686
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
608
687
|
/* @__PURE__ */ jsx(
|
|
609
688
|
"path",
|
|
610
689
|
{
|
|
@@ -622,10 +701,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
622
701
|
}
|
|
623
702
|
)
|
|
624
703
|
] });
|
|
625
|
-
const BaseSvgIcon$
|
|
704
|
+
const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "BlockLabelOff");
|
|
626
705
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
627
706
|
return /* @__PURE__ */ jsx(
|
|
628
|
-
BaseSvgIcon$
|
|
707
|
+
BaseSvgIcon$2Y,
|
|
629
708
|
{
|
|
630
709
|
ref,
|
|
631
710
|
viewBox: "0 0 24 24",
|
|
@@ -639,17 +718,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
639
718
|
);
|
|
640
719
|
}
|
|
641
720
|
const BlockLabelOff$1 = forwardRef(BlockLabelOff);
|
|
642
|
-
const Icon$
|
|
721
|
+
const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
643
722
|
"path",
|
|
644
723
|
{
|
|
645
724
|
fill: "currentColor",
|
|
646
725
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
647
726
|
}
|
|
648
727
|
) });
|
|
649
|
-
const BaseSvgIcon$
|
|
728
|
+
const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "BottomRow");
|
|
650
729
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
651
730
|
return /* @__PURE__ */ jsx(
|
|
652
|
-
BaseSvgIcon$
|
|
731
|
+
BaseSvgIcon$2X,
|
|
653
732
|
{
|
|
654
733
|
ref,
|
|
655
734
|
viewBox: "0 0 24 24",
|
|
@@ -663,7 +742,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
663
742
|
);
|
|
664
743
|
}
|
|
665
744
|
const BottomRow$1 = forwardRef(BottomRow);
|
|
666
|
-
const Icon$
|
|
745
|
+
const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
667
746
|
"path",
|
|
668
747
|
{
|
|
669
748
|
fill: "currentColor",
|
|
@@ -672,10 +751,10 @@ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
672
751
|
clipRule: "evenodd"
|
|
673
752
|
}
|
|
674
753
|
) });
|
|
675
|
-
const BaseSvgIcon$
|
|
754
|
+
const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "BulletPointAlt");
|
|
676
755
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
677
756
|
return /* @__PURE__ */ jsx(
|
|
678
|
-
BaseSvgIcon$
|
|
757
|
+
BaseSvgIcon$2W,
|
|
679
758
|
{
|
|
680
759
|
ref,
|
|
681
760
|
viewBox: "0 0 24 24",
|
|
@@ -689,7 +768,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
|
689
768
|
);
|
|
690
769
|
}
|
|
691
770
|
const BulletPointAlt$1 = forwardRef(BulletPointAlt);
|
|
692
|
-
const Icon$
|
|
771
|
+
const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
693
772
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
|
|
694
773
|
/* @__PURE__ */ jsx(
|
|
695
774
|
"path",
|
|
@@ -701,10 +780,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
701
780
|
}
|
|
702
781
|
)
|
|
703
782
|
] });
|
|
704
|
-
const BaseSvgIcon$
|
|
783
|
+
const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "BulletPointCheckedAlt");
|
|
705
784
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
706
785
|
return /* @__PURE__ */ jsx(
|
|
707
|
-
BaseSvgIcon$
|
|
786
|
+
BaseSvgIcon$2V,
|
|
708
787
|
{
|
|
709
788
|
ref,
|
|
710
789
|
viewBox: "0 0 24 24",
|
|
@@ -718,7 +797,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
|
718
797
|
);
|
|
719
798
|
}
|
|
720
799
|
const BulletPointCheckedAlt$1 = forwardRef(BulletPointCheckedAlt);
|
|
721
|
-
const Icon$
|
|
800
|
+
const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
722
801
|
/* @__PURE__ */ jsx(
|
|
723
802
|
"path",
|
|
724
803
|
{
|
|
@@ -736,10 +815,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
736
815
|
}
|
|
737
816
|
)
|
|
738
817
|
] });
|
|
739
|
-
const BaseSvgIcon$
|
|
818
|
+
const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "Carto");
|
|
740
819
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
741
820
|
return /* @__PURE__ */ jsx(
|
|
742
|
-
BaseSvgIcon$
|
|
821
|
+
BaseSvgIcon$2U,
|
|
743
822
|
{
|
|
744
823
|
ref,
|
|
745
824
|
viewBox: "0 0 24 24",
|
|
@@ -753,7 +832,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
753
832
|
);
|
|
754
833
|
}
|
|
755
834
|
const Carto$1 = forwardRef(Carto);
|
|
756
|
-
const Icon$
|
|
835
|
+
const Icon$2T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
757
836
|
/* @__PURE__ */ jsx(
|
|
758
837
|
"path",
|
|
759
838
|
{
|
|
@@ -769,10 +848,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
769
848
|
}
|
|
770
849
|
)
|
|
771
850
|
] });
|
|
772
|
-
const BaseSvgIcon$
|
|
851
|
+
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "CartoAi");
|
|
773
852
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
774
853
|
return /* @__PURE__ */ jsx(
|
|
775
|
-
BaseSvgIcon$
|
|
854
|
+
BaseSvgIcon$2T,
|
|
776
855
|
{
|
|
777
856
|
ref,
|
|
778
857
|
viewBox: "0 0 24 24",
|
|
@@ -786,7 +865,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
786
865
|
);
|
|
787
866
|
}
|
|
788
867
|
const CartoAi$1 = forwardRef(CartoAi);
|
|
789
|
-
const Icon$
|
|
868
|
+
const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
790
869
|
/* @__PURE__ */ jsx(
|
|
791
870
|
"path",
|
|
792
871
|
{
|
|
@@ -804,10 +883,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
804
883
|
}
|
|
805
884
|
)
|
|
806
885
|
] });
|
|
807
|
-
const BaseSvgIcon$
|
|
886
|
+
const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "CartoSymbol");
|
|
808
887
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
809
888
|
return /* @__PURE__ */ jsx(
|
|
810
|
-
BaseSvgIcon$
|
|
889
|
+
BaseSvgIcon$2S,
|
|
811
890
|
{
|
|
812
891
|
ref,
|
|
813
892
|
viewBox: "0 0 24 24",
|
|
@@ -821,7 +900,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
821
900
|
);
|
|
822
901
|
}
|
|
823
902
|
const CartoSymbol$1 = forwardRef(CartoSymbol);
|
|
824
|
-
const Icon$
|
|
903
|
+
const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
825
904
|
/* @__PURE__ */ jsxs(
|
|
826
905
|
"g",
|
|
827
906
|
{
|
|
@@ -837,10 +916,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
837
916
|
),
|
|
838
917
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
839
918
|
] });
|
|
840
|
-
const BaseSvgIcon$
|
|
919
|
+
const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "CatalogView");
|
|
841
920
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
842
921
|
return /* @__PURE__ */ jsx(
|
|
843
|
-
BaseSvgIcon$
|
|
922
|
+
BaseSvgIcon$2R,
|
|
844
923
|
{
|
|
845
924
|
ref,
|
|
846
925
|
viewBox: "0 0 24 24",
|
|
@@ -854,7 +933,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
854
933
|
);
|
|
855
934
|
}
|
|
856
935
|
const CatalogView$1 = forwardRef(CatalogView);
|
|
857
|
-
const Icon$
|
|
936
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
858
937
|
/* @__PURE__ */ jsx(
|
|
859
938
|
"path",
|
|
860
939
|
{
|
|
@@ -874,10 +953,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
874
953
|
}
|
|
875
954
|
)
|
|
876
955
|
] });
|
|
877
|
-
const BaseSvgIcon$
|
|
956
|
+
const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "CatastropheModeling");
|
|
878
957
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
879
958
|
return /* @__PURE__ */ jsx(
|
|
880
|
-
BaseSvgIcon$
|
|
959
|
+
BaseSvgIcon$2Q,
|
|
881
960
|
{
|
|
882
961
|
ref,
|
|
883
962
|
viewBox: "0 0 24 24",
|
|
@@ -891,7 +970,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
891
970
|
);
|
|
892
971
|
}
|
|
893
972
|
const CatastropheModeling$1 = forwardRef(CatastropheModeling);
|
|
894
|
-
const Icon$
|
|
973
|
+
const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
895
974
|
"path",
|
|
896
975
|
{
|
|
897
976
|
fill: "currentColor",
|
|
@@ -900,10 +979,10 @@ const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
900
979
|
clipRule: "evenodd"
|
|
901
980
|
}
|
|
902
981
|
) });
|
|
903
|
-
const BaseSvgIcon$
|
|
982
|
+
const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "Center");
|
|
904
983
|
function Center({ width, height, sx, ...props }, ref) {
|
|
905
984
|
return /* @__PURE__ */ jsx(
|
|
906
|
-
BaseSvgIcon$
|
|
985
|
+
BaseSvgIcon$2P,
|
|
907
986
|
{
|
|
908
987
|
ref,
|
|
909
988
|
viewBox: "0 0 24 24",
|
|
@@ -917,7 +996,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
917
996
|
);
|
|
918
997
|
}
|
|
919
998
|
const Center$1 = forwardRef(Center);
|
|
920
|
-
const Icon$
|
|
999
|
+
const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
921
1000
|
"path",
|
|
922
1001
|
{
|
|
923
1002
|
fill: "currentColor",
|
|
@@ -926,10 +1005,10 @@ const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
926
1005
|
clipRule: "evenodd"
|
|
927
1006
|
}
|
|
928
1007
|
) });
|
|
929
|
-
const BaseSvgIcon$
|
|
1008
|
+
const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "CenterLayer");
|
|
930
1009
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
931
1010
|
return /* @__PURE__ */ jsx(
|
|
932
|
-
BaseSvgIcon$
|
|
1011
|
+
BaseSvgIcon$2O,
|
|
933
1012
|
{
|
|
934
1013
|
ref,
|
|
935
1014
|
viewBox: "0 0 24 24",
|
|
@@ -943,7 +1022,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
943
1022
|
);
|
|
944
1023
|
}
|
|
945
1024
|
const CenterLayer$1 = forwardRef(CenterLayer);
|
|
946
|
-
const Icon$
|
|
1025
|
+
const Icon$2N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
947
1026
|
"path",
|
|
948
1027
|
{
|
|
949
1028
|
fill: "currentColor",
|
|
@@ -952,10 +1031,10 @@ const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
952
1031
|
clipRule: "evenodd"
|
|
953
1032
|
}
|
|
954
1033
|
) });
|
|
955
|
-
const BaseSvgIcon$
|
|
1034
|
+
const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "CloseDiagonallyLeft");
|
|
956
1035
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
957
1036
|
return /* @__PURE__ */ jsx(
|
|
958
|
-
BaseSvgIcon$
|
|
1037
|
+
BaseSvgIcon$2N,
|
|
959
1038
|
{
|
|
960
1039
|
ref,
|
|
961
1040
|
viewBox: "0 0 24 24",
|
|
@@ -969,7 +1048,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
969
1048
|
);
|
|
970
1049
|
}
|
|
971
1050
|
const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
|
|
972
|
-
const Icon$
|
|
1051
|
+
const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
973
1052
|
"path",
|
|
974
1053
|
{
|
|
975
1054
|
fill: "currentColor",
|
|
@@ -978,10 +1057,10 @@ const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
978
1057
|
clipRule: "evenodd"
|
|
979
1058
|
}
|
|
980
1059
|
) });
|
|
981
|
-
const BaseSvgIcon$
|
|
1060
|
+
const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "CloseVertically");
|
|
982
1061
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
983
1062
|
return /* @__PURE__ */ jsx(
|
|
984
|
-
BaseSvgIcon$
|
|
1063
|
+
BaseSvgIcon$2M,
|
|
985
1064
|
{
|
|
986
1065
|
ref,
|
|
987
1066
|
viewBox: "0 0 24 24",
|
|
@@ -995,7 +1074,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
995
1074
|
);
|
|
996
1075
|
}
|
|
997
1076
|
const CloseVertically$1 = forwardRef(CloseVertically);
|
|
998
|
-
const Icon$
|
|
1077
|
+
const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
999
1078
|
/* @__PURE__ */ jsx(
|
|
1000
1079
|
"path",
|
|
1001
1080
|
{
|
|
@@ -1011,10 +1090,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1011
1090
|
}
|
|
1012
1091
|
)
|
|
1013
1092
|
] });
|
|
1014
|
-
const BaseSvgIcon$
|
|
1093
|
+
const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "CodeBlock");
|
|
1015
1094
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1016
1095
|
return /* @__PURE__ */ jsx(
|
|
1017
|
-
BaseSvgIcon$
|
|
1096
|
+
BaseSvgIcon$2L,
|
|
1018
1097
|
{
|
|
1019
1098
|
ref,
|
|
1020
1099
|
viewBox: "0 0 24 24",
|
|
@@ -1028,17 +1107,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
1028
1107
|
);
|
|
1029
1108
|
}
|
|
1030
1109
|
const CodeBlock$1 = forwardRef(CodeBlock);
|
|
1031
|
-
const Icon$
|
|
1110
|
+
const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1032
1111
|
"path",
|
|
1033
1112
|
{
|
|
1034
1113
|
fill: "currentColor",
|
|
1035
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"
|
|
1036
1115
|
}
|
|
1037
1116
|
) });
|
|
1038
|
-
const BaseSvgIcon$
|
|
1117
|
+
const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "Comments");
|
|
1039
1118
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1040
1119
|
return /* @__PURE__ */ jsx(
|
|
1041
|
-
BaseSvgIcon$
|
|
1120
|
+
BaseSvgIcon$2K,
|
|
1042
1121
|
{
|
|
1043
1122
|
ref,
|
|
1044
1123
|
viewBox: "0 0 24 24",
|
|
@@ -1052,7 +1131,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
1052
1131
|
);
|
|
1053
1132
|
}
|
|
1054
1133
|
const Comments$1 = forwardRef(Comments);
|
|
1055
|
-
const Icon$
|
|
1134
|
+
const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1056
1135
|
"path",
|
|
1057
1136
|
{
|
|
1058
1137
|
fill: "currentColor",
|
|
@@ -1061,10 +1140,10 @@ const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1061
1140
|
clipRule: "evenodd"
|
|
1062
1141
|
}
|
|
1063
1142
|
) });
|
|
1064
|
-
const BaseSvgIcon$
|
|
1143
|
+
const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "Console");
|
|
1065
1144
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1066
1145
|
return /* @__PURE__ */ jsx(
|
|
1067
|
-
BaseSvgIcon$
|
|
1146
|
+
BaseSvgIcon$2J,
|
|
1068
1147
|
{
|
|
1069
1148
|
ref,
|
|
1070
1149
|
viewBox: "0 0 24 24",
|
|
@@ -1078,7 +1157,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
1078
1157
|
);
|
|
1079
1158
|
}
|
|
1080
1159
|
const Console$1 = forwardRef(Console);
|
|
1081
|
-
const Icon$
|
|
1160
|
+
const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1082
1161
|
"path",
|
|
1083
1162
|
{
|
|
1084
1163
|
fill: "currentColor",
|
|
@@ -1087,10 +1166,10 @@ const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1087
1166
|
clipRule: "evenodd"
|
|
1088
1167
|
}
|
|
1089
1168
|
) });
|
|
1090
|
-
const BaseSvgIcon$
|
|
1169
|
+
const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "Covid19");
|
|
1091
1170
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1092
1171
|
return /* @__PURE__ */ jsx(
|
|
1093
|
-
BaseSvgIcon$
|
|
1172
|
+
BaseSvgIcon$2I,
|
|
1094
1173
|
{
|
|
1095
1174
|
ref,
|
|
1096
1175
|
viewBox: "0 0 24 24",
|
|
@@ -1104,7 +1183,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1104
1183
|
);
|
|
1105
1184
|
}
|
|
1106
1185
|
const Covid19$1 = forwardRef(Covid19);
|
|
1107
|
-
const Icon$
|
|
1186
|
+
const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1108
1187
|
"path",
|
|
1109
1188
|
{
|
|
1110
1189
|
fill: "currentColor",
|
|
@@ -1113,10 +1192,10 @@ const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1113
1192
|
clipRule: "evenodd"
|
|
1114
1193
|
}
|
|
1115
1194
|
) });
|
|
1116
|
-
const BaseSvgIcon$
|
|
1195
|
+
const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "CreateMap");
|
|
1117
1196
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1118
1197
|
return /* @__PURE__ */ jsx(
|
|
1119
|
-
BaseSvgIcon$
|
|
1198
|
+
BaseSvgIcon$2H,
|
|
1120
1199
|
{
|
|
1121
1200
|
ref,
|
|
1122
1201
|
viewBox: "0 0 24 24",
|
|
@@ -1130,17 +1209,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1130
1209
|
);
|
|
1131
1210
|
}
|
|
1132
1211
|
const CreateMap$1 = forwardRef(CreateMap);
|
|
1133
|
-
const Icon$
|
|
1212
|
+
const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1134
1213
|
"path",
|
|
1135
1214
|
{
|
|
1136
1215
|
fill: "currentColor",
|
|
1137
1216
|
d: "M21 19.004h3v2h-3v3h-2v-3h-3v-2h3v-3h2zM13.118 23.951a12.4 12.4 0 0 1-2.21.002l.179-1.992a10 10 0 0 0 1.846-.003zM7.554 20.962a10 10 0 0 0 1.72.664l-.544 1.925a12 12 0 0 1-2.066-.798zM4.62 18.75c.416.454.876.873 1.366 1.243L4.782 21.59A12 12 0 0 1 3.145 20.1zM2.679 15.632q.337.862.825 1.65l-1.697 1.056a12 12 0 0 1-.99-1.979zM16.243 16.244A5.96 5.96 0 0 1 12 18.002a5.96 5.96 0 0 1-4.243-1.758l1.415-1.414c1.51 1.512 4.146 1.512 5.656 0zM2 12.023c.002.618.059 1.236.172 1.838l-1.965.37A12 12 0 0 1 0 12.028zM24 12.002c0 .74-.068 1.482-.201 2.202l-1.967-.364A10 10 0 0 0 22 12.002l2-.046zM12 10.002a2 2 0 1 1 0 4 2 2 0 0 1 0-4M13.548 6.225A6 6 0 0 1 18 12.002c0 .488-.07.98-.224 1.548l-1.932-.519A4 4 0 0 0 16 12.002a3.994 3.994 0 0 0-2.969-3.845zM10.97 8.157A3.994 3.994 0 0 0 8 12.002c0 .308.05.635.155 1.031l-1.932.516A5.9 5.9 0 0 1 6 12.002a6 6 0 0 1 4.453-5.777zM2.664 8.412a10 10 0 0 0-.5 1.773l-1.967-.36c.133-.728.334-1.442.6-2.133zM23.176 7.624c.269.688.474 1.4.613 2.126l-1.965.374a10 10 0 0 0-.51-1.77zM4.592 5.285c-.412.455-.785.951-1.109 1.475l-1.7-1.051q.583-.945 1.33-1.768zM20.838 3.886q.752.818 1.342 1.76l-1.696 1.061a10 10 0 0 0-1.119-1.467zM7.518 3.06q-.827.416-1.565.977l-1.21-1.592C5.33 2 5.96 1.605 6.618 1.273zM17.314 1.24c.662.328 1.294.717 1.885 1.16L17.997 4a10 10 0 0 0-1.571-.967zM11.045 2.048a10 10 0 0 0-1.81.34L8.68.468c.708-.203 1.44-.341 2.176-.411zM13.068.05c.737.064 1.466.198 2.177.397l-.539 1.926a10 10 0 0 0-1.813-.331z"
|
|
1138
1217
|
}
|
|
1139
1218
|
) });
|
|
1140
|
-
const BaseSvgIcon$
|
|
1219
|
+
const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "CreateSpatialAnalysis");
|
|
1141
1220
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1142
1221
|
return /* @__PURE__ */ jsx(
|
|
1143
|
-
BaseSvgIcon$
|
|
1222
|
+
BaseSvgIcon$2G,
|
|
1144
1223
|
{
|
|
1145
1224
|
ref,
|
|
1146
1225
|
viewBox: "0 0 24 24",
|
|
@@ -1154,7 +1233,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1154
1233
|
);
|
|
1155
1234
|
}
|
|
1156
1235
|
const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
|
|
1157
|
-
const Icon$
|
|
1236
|
+
const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1158
1237
|
/* @__PURE__ */ jsx(
|
|
1159
1238
|
"path",
|
|
1160
1239
|
{
|
|
@@ -1172,10 +1251,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1172
1251
|
}
|
|
1173
1252
|
)
|
|
1174
1253
|
] });
|
|
1175
|
-
const BaseSvgIcon$
|
|
1254
|
+
const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "CreateTileset");
|
|
1176
1255
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1177
1256
|
return /* @__PURE__ */ jsx(
|
|
1178
|
-
BaseSvgIcon$
|
|
1257
|
+
BaseSvgIcon$2F,
|
|
1179
1258
|
{
|
|
1180
1259
|
ref,
|
|
1181
1260
|
viewBox: "0 0 24 24",
|
|
@@ -1189,7 +1268,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1189
1268
|
);
|
|
1190
1269
|
}
|
|
1191
1270
|
const CreateTileset$1 = forwardRef(CreateTileset);
|
|
1192
|
-
const Icon$
|
|
1271
|
+
const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1193
1272
|
"path",
|
|
1194
1273
|
{
|
|
1195
1274
|
fill: "currentColor",
|
|
@@ -1198,10 +1277,10 @@ const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1198
1277
|
clipRule: "evenodd"
|
|
1199
1278
|
}
|
|
1200
1279
|
) });
|
|
1201
|
-
const BaseSvgIcon$
|
|
1280
|
+
const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CreateWorkflow");
|
|
1202
1281
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1203
1282
|
return /* @__PURE__ */ jsx(
|
|
1204
|
-
BaseSvgIcon$
|
|
1283
|
+
BaseSvgIcon$2E,
|
|
1205
1284
|
{
|
|
1206
1285
|
ref,
|
|
1207
1286
|
viewBox: "0 0 24 24",
|
|
@@ -1215,7 +1294,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1215
1294
|
);
|
|
1216
1295
|
}
|
|
1217
1296
|
const CreateWorkflow$1 = forwardRef(CreateWorkflow);
|
|
1218
|
-
const Icon$
|
|
1297
|
+
const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1219
1298
|
"path",
|
|
1220
1299
|
{
|
|
1221
1300
|
fill: "currentColor",
|
|
@@ -1224,10 +1303,10 @@ const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1224
1303
|
clipRule: "evenodd"
|
|
1225
1304
|
}
|
|
1226
1305
|
) });
|
|
1227
|
-
const BaseSvgIcon$
|
|
1306
|
+
const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "Data");
|
|
1228
1307
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1229
1308
|
return /* @__PURE__ */ jsx(
|
|
1230
|
-
BaseSvgIcon$
|
|
1309
|
+
BaseSvgIcon$2D,
|
|
1231
1310
|
{
|
|
1232
1311
|
ref,
|
|
1233
1312
|
viewBox: "0 0 24 24",
|
|
@@ -1241,7 +1320,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1241
1320
|
);
|
|
1242
1321
|
}
|
|
1243
1322
|
const Data$1 = forwardRef(Data);
|
|
1244
|
-
const Icon$
|
|
1323
|
+
const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1245
1324
|
/* @__PURE__ */ jsx(
|
|
1246
1325
|
"path",
|
|
1247
1326
|
{
|
|
@@ -1261,10 +1340,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1261
1340
|
}
|
|
1262
1341
|
)
|
|
1263
1342
|
] });
|
|
1264
|
-
const BaseSvgIcon$
|
|
1343
|
+
const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "DataAccess");
|
|
1265
1344
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1266
1345
|
return /* @__PURE__ */ jsx(
|
|
1267
|
-
BaseSvgIcon$
|
|
1346
|
+
BaseSvgIcon$2C,
|
|
1268
1347
|
{
|
|
1269
1348
|
ref,
|
|
1270
1349
|
viewBox: "0 0 24 24",
|
|
@@ -1278,7 +1357,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1278
1357
|
);
|
|
1279
1358
|
}
|
|
1280
1359
|
const DataAccess$1 = forwardRef(DataAccess);
|
|
1281
|
-
const Icon$
|
|
1360
|
+
const Icon$2B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1282
1361
|
/* @__PURE__ */ jsx(
|
|
1283
1362
|
"path",
|
|
1284
1363
|
{
|
|
@@ -1298,10 +1377,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1298
1377
|
}
|
|
1299
1378
|
)
|
|
1300
1379
|
] });
|
|
1301
|
-
const BaseSvgIcon$
|
|
1380
|
+
const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "DataExplorer");
|
|
1302
1381
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1303
1382
|
return /* @__PURE__ */ jsx(
|
|
1304
|
-
BaseSvgIcon$
|
|
1383
|
+
BaseSvgIcon$2B,
|
|
1305
1384
|
{
|
|
1306
1385
|
ref,
|
|
1307
1386
|
viewBox: "0 0 24 24",
|
|
@@ -1315,7 +1394,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1315
1394
|
);
|
|
1316
1395
|
}
|
|
1317
1396
|
const DataExplorer$1 = forwardRef(DataExplorer);
|
|
1318
|
-
const Icon$
|
|
1397
|
+
const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1319
1398
|
/* @__PURE__ */ jsx(
|
|
1320
1399
|
"path",
|
|
1321
1400
|
{
|
|
@@ -1335,10 +1414,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1335
1414
|
}
|
|
1336
1415
|
)
|
|
1337
1416
|
] });
|
|
1338
|
-
const BaseSvgIcon$
|
|
1417
|
+
const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "DataFilter");
|
|
1339
1418
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1340
1419
|
return /* @__PURE__ */ jsx(
|
|
1341
|
-
BaseSvgIcon$
|
|
1420
|
+
BaseSvgIcon$2A,
|
|
1342
1421
|
{
|
|
1343
1422
|
ref,
|
|
1344
1423
|
viewBox: "0 0 24 24",
|
|
@@ -1352,7 +1431,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1352
1431
|
);
|
|
1353
1432
|
}
|
|
1354
1433
|
const DataFilter$1 = forwardRef(DataFilter);
|
|
1355
|
-
const Icon$
|
|
1434
|
+
const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1356
1435
|
/* @__PURE__ */ jsx(
|
|
1357
1436
|
"path",
|
|
1358
1437
|
{
|
|
@@ -1370,10 +1449,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1370
1449
|
}
|
|
1371
1450
|
)
|
|
1372
1451
|
] });
|
|
1373
|
-
const BaseSvgIcon$
|
|
1452
|
+
const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "DataMonetization");
|
|
1374
1453
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1375
1454
|
return /* @__PURE__ */ jsx(
|
|
1376
|
-
BaseSvgIcon$
|
|
1455
|
+
BaseSvgIcon$2z,
|
|
1377
1456
|
{
|
|
1378
1457
|
ref,
|
|
1379
1458
|
viewBox: "0 0 24 24",
|
|
@@ -1387,7 +1466,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1387
1466
|
);
|
|
1388
1467
|
}
|
|
1389
1468
|
const DataMonetization$1 = forwardRef(DataMonetization);
|
|
1390
|
-
const Icon$
|
|
1469
|
+
const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1391
1470
|
"path",
|
|
1392
1471
|
{
|
|
1393
1472
|
fill: "currentColor",
|
|
@@ -1396,10 +1475,10 @@ const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1396
1475
|
clipRule: "evenodd"
|
|
1397
1476
|
}
|
|
1398
1477
|
) });
|
|
1399
|
-
const BaseSvgIcon$
|
|
1478
|
+
const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "DataObservatory");
|
|
1400
1479
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1401
1480
|
return /* @__PURE__ */ jsx(
|
|
1402
|
-
BaseSvgIcon$
|
|
1481
|
+
BaseSvgIcon$2y,
|
|
1403
1482
|
{
|
|
1404
1483
|
ref,
|
|
1405
1484
|
viewBox: "0 0 24 24",
|
|
@@ -1413,7 +1492,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1413
1492
|
);
|
|
1414
1493
|
}
|
|
1415
1494
|
const DataObservatory$1 = forwardRef(DataObservatory);
|
|
1416
|
-
const Icon$
|
|
1495
|
+
const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1417
1496
|
/* @__PURE__ */ jsx(
|
|
1418
1497
|
"path",
|
|
1419
1498
|
{
|
|
@@ -1431,10 +1510,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1431
1510
|
}
|
|
1432
1511
|
)
|
|
1433
1512
|
] });
|
|
1434
|
-
const BaseSvgIcon$
|
|
1513
|
+
const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "DataOk");
|
|
1435
1514
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1436
1515
|
return /* @__PURE__ */ jsx(
|
|
1437
|
-
BaseSvgIcon$
|
|
1516
|
+
BaseSvgIcon$2x,
|
|
1438
1517
|
{
|
|
1439
1518
|
ref,
|
|
1440
1519
|
viewBox: "0 0 24 24",
|
|
@@ -1448,7 +1527,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1448
1527
|
);
|
|
1449
1528
|
}
|
|
1450
1529
|
const DataOk$1 = forwardRef(DataOk);
|
|
1451
|
-
const Icon$
|
|
1530
|
+
const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1452
1531
|
/* @__PURE__ */ jsx(
|
|
1453
1532
|
"path",
|
|
1454
1533
|
{
|
|
@@ -1468,10 +1547,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1468
1547
|
}
|
|
1469
1548
|
)
|
|
1470
1549
|
] });
|
|
1471
|
-
const BaseSvgIcon$
|
|
1550
|
+
const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "DataPending");
|
|
1472
1551
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1473
1552
|
return /* @__PURE__ */ jsx(
|
|
1474
|
-
BaseSvgIcon$
|
|
1553
|
+
BaseSvgIcon$2w,
|
|
1475
1554
|
{
|
|
1476
1555
|
ref,
|
|
1477
1556
|
viewBox: "0 0 24 24",
|
|
@@ -1485,7 +1564,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1485
1564
|
);
|
|
1486
1565
|
}
|
|
1487
1566
|
const DataPending$1 = forwardRef(DataPending);
|
|
1488
|
-
const Icon$
|
|
1567
|
+
const Icon$2v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1489
1568
|
/* @__PURE__ */ jsx(
|
|
1490
1569
|
"path",
|
|
1491
1570
|
{
|
|
@@ -1503,10 +1582,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1503
1582
|
}
|
|
1504
1583
|
)
|
|
1505
1584
|
] });
|
|
1506
|
-
const BaseSvgIcon$
|
|
1585
|
+
const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "DataPremium");
|
|
1507
1586
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1508
1587
|
return /* @__PURE__ */ jsx(
|
|
1509
|
-
BaseSvgIcon$
|
|
1588
|
+
BaseSvgIcon$2v,
|
|
1510
1589
|
{
|
|
1511
1590
|
ref,
|
|
1512
1591
|
viewBox: "0 0 24 24",
|
|
@@ -1520,7 +1599,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1520
1599
|
);
|
|
1521
1600
|
}
|
|
1522
1601
|
const DataPremium$1 = forwardRef(DataPremium);
|
|
1523
|
-
const Icon$
|
|
1602
|
+
const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1524
1603
|
/* @__PURE__ */ jsx(
|
|
1525
1604
|
"path",
|
|
1526
1605
|
{
|
|
@@ -1540,10 +1619,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1540
1619
|
}
|
|
1541
1620
|
)
|
|
1542
1621
|
] });
|
|
1543
|
-
const BaseSvgIcon$
|
|
1622
|
+
const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "DataPublic");
|
|
1544
1623
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1545
1624
|
return /* @__PURE__ */ jsx(
|
|
1546
|
-
BaseSvgIcon$
|
|
1625
|
+
BaseSvgIcon$2u,
|
|
1547
1626
|
{
|
|
1548
1627
|
ref,
|
|
1549
1628
|
viewBox: "0 0 24 24",
|
|
@@ -1557,7 +1636,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1557
1636
|
);
|
|
1558
1637
|
}
|
|
1559
1638
|
const DataPublic$1 = forwardRef(DataPublic);
|
|
1560
|
-
const Icon$
|
|
1639
|
+
const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1561
1640
|
/* @__PURE__ */ jsx(
|
|
1562
1641
|
"path",
|
|
1563
1642
|
{
|
|
@@ -1577,10 +1656,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1577
1656
|
}
|
|
1578
1657
|
)
|
|
1579
1658
|
] });
|
|
1580
|
-
const BaseSvgIcon$
|
|
1659
|
+
const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "DataSample");
|
|
1581
1660
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1582
1661
|
return /* @__PURE__ */ jsx(
|
|
1583
|
-
BaseSvgIcon$
|
|
1662
|
+
BaseSvgIcon$2t,
|
|
1584
1663
|
{
|
|
1585
1664
|
ref,
|
|
1586
1665
|
viewBox: "0 0 24 24",
|
|
@@ -1594,7 +1673,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1594
1673
|
);
|
|
1595
1674
|
}
|
|
1596
1675
|
const DataSample$1 = forwardRef(DataSample);
|
|
1597
|
-
const Icon$
|
|
1676
|
+
const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1598
1677
|
"path",
|
|
1599
1678
|
{
|
|
1600
1679
|
fill: "currentColor",
|
|
@@ -1603,10 +1682,10 @@ const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1603
1682
|
clipRule: "evenodd"
|
|
1604
1683
|
}
|
|
1605
1684
|
) });
|
|
1606
|
-
const BaseSvgIcon$
|
|
1685
|
+
const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "DataUnavailable");
|
|
1607
1686
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1608
1687
|
return /* @__PURE__ */ jsx(
|
|
1609
|
-
BaseSvgIcon$
|
|
1688
|
+
BaseSvgIcon$2s,
|
|
1610
1689
|
{
|
|
1611
1690
|
ref,
|
|
1612
1691
|
viewBox: "0 0 24 24",
|
|
@@ -1620,7 +1699,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1620
1699
|
);
|
|
1621
1700
|
}
|
|
1622
1701
|
const DataUnavailable$1 = forwardRef(DataUnavailable);
|
|
1623
|
-
const Icon$
|
|
1702
|
+
const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1624
1703
|
"path",
|
|
1625
1704
|
{
|
|
1626
1705
|
fill: "currentColor",
|
|
@@ -1629,10 +1708,10 @@ const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1629
1708
|
clipRule: "evenodd"
|
|
1630
1709
|
}
|
|
1631
1710
|
) });
|
|
1632
|
-
const BaseSvgIcon$
|
|
1711
|
+
const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "Databricks");
|
|
1633
1712
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1634
1713
|
return /* @__PURE__ */ jsx(
|
|
1635
|
-
BaseSvgIcon$
|
|
1714
|
+
BaseSvgIcon$2r,
|
|
1636
1715
|
{
|
|
1637
1716
|
ref,
|
|
1638
1717
|
viewBox: "0 0 24 24",
|
|
@@ -1646,7 +1725,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1646
1725
|
);
|
|
1647
1726
|
}
|
|
1648
1727
|
const Databricks$1 = forwardRef(Databricks);
|
|
1649
|
-
const Icon$
|
|
1728
|
+
const Icon$2q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1650
1729
|
"path",
|
|
1651
1730
|
{
|
|
1652
1731
|
fill: "currentColor",
|
|
@@ -1655,10 +1734,10 @@ const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1655
1734
|
clipRule: "evenodd"
|
|
1656
1735
|
}
|
|
1657
1736
|
) });
|
|
1658
|
-
const BaseSvgIcon$
|
|
1737
|
+
const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "Demographics");
|
|
1659
1738
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1660
1739
|
return /* @__PURE__ */ jsx(
|
|
1661
|
-
BaseSvgIcon$
|
|
1740
|
+
BaseSvgIcon$2q,
|
|
1662
1741
|
{
|
|
1663
1742
|
ref,
|
|
1664
1743
|
viewBox: "0 0 24 24",
|
|
@@ -1672,7 +1751,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1672
1751
|
);
|
|
1673
1752
|
}
|
|
1674
1753
|
const Demographics$1 = forwardRef(Demographics);
|
|
1675
|
-
const Icon$
|
|
1754
|
+
const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1676
1755
|
"path",
|
|
1677
1756
|
{
|
|
1678
1757
|
fill: "currentColor",
|
|
@@ -1681,10 +1760,10 @@ const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1681
1760
|
clipRule: "evenodd"
|
|
1682
1761
|
}
|
|
1683
1762
|
) });
|
|
1684
|
-
const BaseSvgIcon$
|
|
1763
|
+
const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "Derived");
|
|
1685
1764
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1686
1765
|
return /* @__PURE__ */ jsx(
|
|
1687
|
-
BaseSvgIcon$
|
|
1766
|
+
BaseSvgIcon$2p,
|
|
1688
1767
|
{
|
|
1689
1768
|
ref,
|
|
1690
1769
|
viewBox: "0 0 24 24",
|
|
@@ -1698,7 +1777,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1698
1777
|
);
|
|
1699
1778
|
}
|
|
1700
1779
|
const Derived$1 = forwardRef(Derived);
|
|
1701
|
-
const Icon$
|
|
1780
|
+
const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1702
1781
|
"path",
|
|
1703
1782
|
{
|
|
1704
1783
|
fill: "currentColor",
|
|
@@ -1707,10 +1786,10 @@ const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1707
1786
|
clipRule: "evenodd"
|
|
1708
1787
|
}
|
|
1709
1788
|
) });
|
|
1710
|
-
const BaseSvgIcon$
|
|
1789
|
+
const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "Distance");
|
|
1711
1790
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1712
1791
|
return /* @__PURE__ */ jsx(
|
|
1713
|
-
BaseSvgIcon$
|
|
1792
|
+
BaseSvgIcon$2o,
|
|
1714
1793
|
{
|
|
1715
1794
|
ref,
|
|
1716
1795
|
viewBox: "0 0 24 24",
|
|
@@ -1724,11 +1803,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1724
1803
|
);
|
|
1725
1804
|
}
|
|
1726
1805
|
const Distance$1 = forwardRef(Distance);
|
|
1727
|
-
const Icon$
|
|
1728
|
-
const BaseSvgIcon$
|
|
1806
|
+
const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1807
|
+
const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "Dot");
|
|
1729
1808
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1730
1809
|
return /* @__PURE__ */ jsx(
|
|
1731
|
-
BaseSvgIcon$
|
|
1810
|
+
BaseSvgIcon$2n,
|
|
1732
1811
|
{
|
|
1733
1812
|
ref,
|
|
1734
1813
|
viewBox: "0 0 24 24",
|
|
@@ -1742,7 +1821,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1742
1821
|
);
|
|
1743
1822
|
}
|
|
1744
1823
|
const Dot$1 = forwardRef(Dot);
|
|
1745
|
-
const Icon$
|
|
1824
|
+
const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1746
1825
|
"path",
|
|
1747
1826
|
{
|
|
1748
1827
|
fill: "currentColor",
|
|
@@ -1751,10 +1830,10 @@ const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1751
1830
|
clipRule: "evenodd"
|
|
1752
1831
|
}
|
|
1753
1832
|
) });
|
|
1754
|
-
const BaseSvgIcon$
|
|
1833
|
+
const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DrawCircle");
|
|
1755
1834
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1756
1835
|
return /* @__PURE__ */ jsx(
|
|
1757
|
-
BaseSvgIcon$
|
|
1836
|
+
BaseSvgIcon$2m,
|
|
1758
1837
|
{
|
|
1759
1838
|
ref,
|
|
1760
1839
|
viewBox: "0 0 24 24",
|
|
@@ -1768,7 +1847,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1768
1847
|
);
|
|
1769
1848
|
}
|
|
1770
1849
|
const DrawCircle$1 = forwardRef(DrawCircle);
|
|
1771
|
-
const Icon$
|
|
1850
|
+
const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1772
1851
|
"path",
|
|
1773
1852
|
{
|
|
1774
1853
|
fill: "currentColor",
|
|
@@ -1777,10 +1856,10 @@ const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1777
1856
|
clipRule: "evenodd"
|
|
1778
1857
|
}
|
|
1779
1858
|
) });
|
|
1780
|
-
const BaseSvgIcon$
|
|
1859
|
+
const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DrawLasso");
|
|
1781
1860
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1782
1861
|
return /* @__PURE__ */ jsx(
|
|
1783
|
-
BaseSvgIcon$
|
|
1862
|
+
BaseSvgIcon$2l,
|
|
1784
1863
|
{
|
|
1785
1864
|
ref,
|
|
1786
1865
|
viewBox: "0 0 24 24",
|
|
@@ -1794,17 +1873,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1794
1873
|
);
|
|
1795
1874
|
}
|
|
1796
1875
|
const DrawLasso$1 = forwardRef(DrawLasso);
|
|
1797
|
-
const Icon$
|
|
1876
|
+
const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1798
1877
|
"path",
|
|
1799
1878
|
{
|
|
1800
1879
|
fill: "currentColor",
|
|
1801
1880
|
d: "M14 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4M8 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0M20 20a2 2 0 1 0-4 0 2 2 0 0 0 4 0M11.292 5.293a3 3 0 0 0 1.415 1.415l-4 3.999a3 3 0 0 0-1.414-1.415zM15.091 19.263 7.8 14.4c.54-.405.94-.99 1.11-1.664L16.2 17.6c-.54.405-.94.99-1.11 1.664"
|
|
1802
1881
|
}
|
|
1803
1882
|
) });
|
|
1804
|
-
const BaseSvgIcon$
|
|
1883
|
+
const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "DrawLine");
|
|
1805
1884
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1806
1885
|
return /* @__PURE__ */ jsx(
|
|
1807
|
-
BaseSvgIcon$
|
|
1886
|
+
BaseSvgIcon$2k,
|
|
1808
1887
|
{
|
|
1809
1888
|
ref,
|
|
1810
1889
|
viewBox: "0 0 24 24",
|
|
@@ -1818,7 +1897,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1818
1897
|
);
|
|
1819
1898
|
}
|
|
1820
1899
|
const DrawLine$1 = forwardRef(DrawLine);
|
|
1821
|
-
const Icon$
|
|
1900
|
+
const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1822
1901
|
"path",
|
|
1823
1902
|
{
|
|
1824
1903
|
fill: "currentColor",
|
|
@@ -1827,10 +1906,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1827
1906
|
clipRule: "evenodd"
|
|
1828
1907
|
}
|
|
1829
1908
|
) });
|
|
1830
|
-
const BaseSvgIcon$
|
|
1909
|
+
const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DrawPolygon");
|
|
1831
1910
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1832
1911
|
return /* @__PURE__ */ jsx(
|
|
1833
|
-
BaseSvgIcon$
|
|
1912
|
+
BaseSvgIcon$2j,
|
|
1834
1913
|
{
|
|
1835
1914
|
ref,
|
|
1836
1915
|
viewBox: "0 0 24 24",
|
|
@@ -1844,7 +1923,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1844
1923
|
);
|
|
1845
1924
|
}
|
|
1846
1925
|
const DrawPolygon$1 = forwardRef(DrawPolygon);
|
|
1847
|
-
const Icon$
|
|
1926
|
+
const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1848
1927
|
"path",
|
|
1849
1928
|
{
|
|
1850
1929
|
fill: "currentColor",
|
|
@@ -1853,10 +1932,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1853
1932
|
clipRule: "evenodd"
|
|
1854
1933
|
}
|
|
1855
1934
|
) });
|
|
1856
|
-
const BaseSvgIcon$
|
|
1935
|
+
const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DrawSquare");
|
|
1857
1936
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1858
1937
|
return /* @__PURE__ */ jsx(
|
|
1859
|
-
BaseSvgIcon$
|
|
1938
|
+
BaseSvgIcon$2i,
|
|
1860
1939
|
{
|
|
1861
1940
|
ref,
|
|
1862
1941
|
viewBox: "0 0 24 24",
|
|
@@ -1870,7 +1949,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1870
1949
|
);
|
|
1871
1950
|
}
|
|
1872
1951
|
const DrawSquare$1 = forwardRef(DrawSquare);
|
|
1873
|
-
const Icon$
|
|
1952
|
+
const Icon$2h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1874
1953
|
/* @__PURE__ */ jsx(
|
|
1875
1954
|
"path",
|
|
1876
1955
|
{
|
|
@@ -1888,10 +1967,10 @@ const Icon$2e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1888
1967
|
}
|
|
1889
1968
|
)
|
|
1890
1969
|
] });
|
|
1891
|
-
const BaseSvgIcon$
|
|
1970
|
+
const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DropAPin");
|
|
1892
1971
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1893
1972
|
return /* @__PURE__ */ jsx(
|
|
1894
|
-
BaseSvgIcon$
|
|
1973
|
+
BaseSvgIcon$2h,
|
|
1895
1974
|
{
|
|
1896
1975
|
ref,
|
|
1897
1976
|
viewBox: "0 0 24 24",
|
|
@@ -1905,7 +1984,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1905
1984
|
);
|
|
1906
1985
|
}
|
|
1907
1986
|
const DropAPin$1 = forwardRef(DropAPin);
|
|
1908
|
-
const Icon$
|
|
1987
|
+
const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1909
1988
|
"path",
|
|
1910
1989
|
{
|
|
1911
1990
|
fill: "currentColor",
|
|
@@ -1914,10 +1993,10 @@ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1914
1993
|
clipRule: "evenodd"
|
|
1915
1994
|
}
|
|
1916
1995
|
) });
|
|
1917
|
-
const BaseSvgIcon$
|
|
1996
|
+
const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "DualMap");
|
|
1918
1997
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1919
1998
|
return /* @__PURE__ */ jsx(
|
|
1920
|
-
BaseSvgIcon$
|
|
1999
|
+
BaseSvgIcon$2g,
|
|
1921
2000
|
{
|
|
1922
2001
|
ref,
|
|
1923
2002
|
viewBox: "0 0 24 24",
|
|
@@ -1931,7 +2010,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
1931
2010
|
);
|
|
1932
2011
|
}
|
|
1933
2012
|
const DualMap$1 = forwardRef(DualMap);
|
|
1934
|
-
const Icon$
|
|
2013
|
+
const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1935
2014
|
"path",
|
|
1936
2015
|
{
|
|
1937
2016
|
fill: "currentColor",
|
|
@@ -1940,10 +2019,10 @@ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1940
2019
|
clipRule: "evenodd"
|
|
1941
2020
|
}
|
|
1942
2021
|
) });
|
|
1943
|
-
const BaseSvgIcon$
|
|
2022
|
+
const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "Environmental");
|
|
1944
2023
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
1945
2024
|
return /* @__PURE__ */ jsx(
|
|
1946
|
-
BaseSvgIcon$
|
|
2025
|
+
BaseSvgIcon$2f,
|
|
1947
2026
|
{
|
|
1948
2027
|
ref,
|
|
1949
2028
|
viewBox: "0 0 24 24",
|
|
@@ -1957,7 +2036,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
1957
2036
|
);
|
|
1958
2037
|
}
|
|
1959
2038
|
const Environmental$1 = forwardRef(Environmental);
|
|
1960
|
-
const Icon$
|
|
2039
|
+
const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1961
2040
|
"path",
|
|
1962
2041
|
{
|
|
1963
2042
|
fill: "currentColor",
|
|
@@ -1966,10 +2045,10 @@ const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1966
2045
|
clipRule: "evenodd"
|
|
1967
2046
|
}
|
|
1968
2047
|
) });
|
|
1969
|
-
const BaseSvgIcon$
|
|
2048
|
+
const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "EnvironmentalManagement");
|
|
1970
2049
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
1971
2050
|
return /* @__PURE__ */ jsx(
|
|
1972
|
-
BaseSvgIcon$
|
|
2051
|
+
BaseSvgIcon$2e,
|
|
1973
2052
|
{
|
|
1974
2053
|
ref,
|
|
1975
2054
|
viewBox: "0 0 24 24",
|
|
@@ -1983,11 +2062,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
1983
2062
|
);
|
|
1984
2063
|
}
|
|
1985
2064
|
const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
|
|
1986
|
-
const Icon$
|
|
1987
|
-
const BaseSvgIcon$
|
|
2065
|
+
const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
2066
|
+
const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "Equal");
|
|
1988
2067
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
1989
2068
|
return /* @__PURE__ */ jsx(
|
|
1990
|
-
BaseSvgIcon$
|
|
2069
|
+
BaseSvgIcon$2d,
|
|
1991
2070
|
{
|
|
1992
2071
|
ref,
|
|
1993
2072
|
viewBox: "0 0 24 24",
|
|
@@ -2001,7 +2080,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2001
2080
|
);
|
|
2002
2081
|
}
|
|
2003
2082
|
const Equal$1 = forwardRef(Equal);
|
|
2004
|
-
const Icon$
|
|
2083
|
+
const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2005
2084
|
"path",
|
|
2006
2085
|
{
|
|
2007
2086
|
fill: "currentColor",
|
|
@@ -2010,10 +2089,10 @@ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2010
2089
|
clipRule: "evenodd"
|
|
2011
2090
|
}
|
|
2012
2091
|
) });
|
|
2013
|
-
const BaseSvgIcon$
|
|
2092
|
+
const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "ExitToAppLeft");
|
|
2014
2093
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2015
2094
|
return /* @__PURE__ */ jsx(
|
|
2016
|
-
BaseSvgIcon$
|
|
2095
|
+
BaseSvgIcon$2c,
|
|
2017
2096
|
{
|
|
2018
2097
|
ref,
|
|
2019
2098
|
viewBox: "0 0 24 24",
|
|
@@ -2027,7 +2106,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2027
2106
|
);
|
|
2028
2107
|
}
|
|
2029
2108
|
const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
|
|
2030
|
-
const Icon$
|
|
2109
|
+
const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2031
2110
|
"path",
|
|
2032
2111
|
{
|
|
2033
2112
|
fill: "currentColor",
|
|
@@ -2036,10 +2115,10 @@ const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2036
2115
|
clipRule: "evenodd"
|
|
2037
2116
|
}
|
|
2038
2117
|
) });
|
|
2039
|
-
const BaseSvgIcon$
|
|
2118
|
+
const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "Fabric");
|
|
2040
2119
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2041
2120
|
return /* @__PURE__ */ jsx(
|
|
2042
|
-
BaseSvgIcon$
|
|
2121
|
+
BaseSvgIcon$2b,
|
|
2043
2122
|
{
|
|
2044
2123
|
ref,
|
|
2045
2124
|
viewBox: "0 0 24 24",
|
|
@@ -2053,7 +2132,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2053
2132
|
);
|
|
2054
2133
|
}
|
|
2055
2134
|
const Fabric$1 = forwardRef(Fabric);
|
|
2056
|
-
const Icon$
|
|
2135
|
+
const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2057
2136
|
"path",
|
|
2058
2137
|
{
|
|
2059
2138
|
fill: "currentColor",
|
|
@@ -2062,10 +2141,10 @@ const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2062
2141
|
clipRule: "evenodd"
|
|
2063
2142
|
}
|
|
2064
2143
|
) });
|
|
2065
|
-
const BaseSvgIcon$
|
|
2144
|
+
const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "Facebook");
|
|
2066
2145
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2067
2146
|
return /* @__PURE__ */ jsx(
|
|
2068
|
-
BaseSvgIcon$
|
|
2147
|
+
BaseSvgIcon$2a,
|
|
2069
2148
|
{
|
|
2070
2149
|
ref,
|
|
2071
2150
|
viewBox: "0 0 24 24",
|
|
@@ -2079,7 +2158,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2079
2158
|
);
|
|
2080
2159
|
}
|
|
2081
2160
|
const Facebook$1 = forwardRef(Facebook);
|
|
2082
|
-
const Icon$
|
|
2161
|
+
const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2083
2162
|
"path",
|
|
2084
2163
|
{
|
|
2085
2164
|
fill: "currentColor",
|
|
@@ -2088,10 +2167,10 @@ const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2088
2167
|
clipRule: "evenodd"
|
|
2089
2168
|
}
|
|
2090
2169
|
) });
|
|
2091
|
-
const BaseSvgIcon$
|
|
2170
|
+
const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "Financial");
|
|
2092
2171
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2093
2172
|
return /* @__PURE__ */ jsx(
|
|
2094
|
-
BaseSvgIcon$
|
|
2173
|
+
BaseSvgIcon$29,
|
|
2095
2174
|
{
|
|
2096
2175
|
ref,
|
|
2097
2176
|
viewBox: "0 0 24 24",
|
|
@@ -2105,17 +2184,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2105
2184
|
);
|
|
2106
2185
|
}
|
|
2107
2186
|
const Financial$1 = forwardRef(Financial);
|
|
2108
|
-
const Icon$
|
|
2187
|
+
const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2109
2188
|
"path",
|
|
2110
2189
|
{
|
|
2111
2190
|
fill: "currentColor",
|
|
2112
2191
|
d: "M13 23h-2V1h2zM7 21h2v-2H7zM3 9h2V7H3zM21 19V5c0-1.1-.9-2-2-2h-4v2h4v14h-4v2h4c1.1 0 2-.9 2-2M5 5V3c-1.1 0-2 .9-2 2zM3 17h2v-2H3zM7 5h2V3H7zM3 13h2v-2H3zM3 19c0 1.1.9 2 2 2v-2z"
|
|
2113
2192
|
}
|
|
2114
2193
|
) });
|
|
2115
|
-
const BaseSvgIcon$
|
|
2194
|
+
const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "FlipInverse");
|
|
2116
2195
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2117
2196
|
return /* @__PURE__ */ jsx(
|
|
2118
|
-
BaseSvgIcon$
|
|
2197
|
+
BaseSvgIcon$28,
|
|
2119
2198
|
{
|
|
2120
2199
|
ref,
|
|
2121
2200
|
viewBox: "0 0 24 24",
|
|
@@ -2129,7 +2208,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2129
2208
|
);
|
|
2130
2209
|
}
|
|
2131
2210
|
const FlipInverse$1 = forwardRef(FlipInverse);
|
|
2132
|
-
const Icon$
|
|
2211
|
+
const Icon$27 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2133
2212
|
/* @__PURE__ */ jsx(
|
|
2134
2213
|
"path",
|
|
2135
2214
|
{
|
|
@@ -2147,10 +2226,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2147
2226
|
}
|
|
2148
2227
|
)
|
|
2149
2228
|
] });
|
|
2150
|
-
const BaseSvgIcon$
|
|
2229
|
+
const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "FoldersStackedOutlined");
|
|
2151
2230
|
function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
|
|
2152
2231
|
return /* @__PURE__ */ jsx(
|
|
2153
|
-
BaseSvgIcon$
|
|
2232
|
+
BaseSvgIcon$27,
|
|
2154
2233
|
{
|
|
2155
2234
|
ref,
|
|
2156
2235
|
viewBox: "0 0 24 24",
|
|
@@ -2164,7 +2243,7 @@ function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
|
|
|
2164
2243
|
);
|
|
2165
2244
|
}
|
|
2166
2245
|
const FoldersStackedOutlined$1 = forwardRef(FoldersStackedOutlined);
|
|
2167
|
-
const Icon$
|
|
2246
|
+
const Icon$26 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2168
2247
|
/* @__PURE__ */ jsx(
|
|
2169
2248
|
"path",
|
|
2170
2249
|
{
|
|
@@ -2184,10 +2263,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2184
2263
|
}
|
|
2185
2264
|
)
|
|
2186
2265
|
] });
|
|
2187
|
-
const BaseSvgIcon$
|
|
2266
|
+
const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "Framed");
|
|
2188
2267
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
2189
2268
|
return /* @__PURE__ */ jsx(
|
|
2190
|
-
BaseSvgIcon$
|
|
2269
|
+
BaseSvgIcon$26,
|
|
2191
2270
|
{
|
|
2192
2271
|
ref,
|
|
2193
2272
|
viewBox: "0 0 24 24",
|
|
@@ -2201,7 +2280,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
2201
2280
|
);
|
|
2202
2281
|
}
|
|
2203
2282
|
const Framed$1 = forwardRef(Framed);
|
|
2204
|
-
const Icon$
|
|
2283
|
+
const Icon$25 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2205
2284
|
/* @__PURE__ */ jsx(
|
|
2206
2285
|
"path",
|
|
2207
2286
|
{
|
|
@@ -2228,10 +2307,10 @@ const Icon$22 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2228
2307
|
}
|
|
2229
2308
|
)
|
|
2230
2309
|
] });
|
|
2231
|
-
const BaseSvgIcon$
|
|
2310
|
+
const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "FraudDetection");
|
|
2232
2311
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2233
2312
|
return /* @__PURE__ */ jsx(
|
|
2234
|
-
BaseSvgIcon$
|
|
2313
|
+
BaseSvgIcon$25,
|
|
2235
2314
|
{
|
|
2236
2315
|
ref,
|
|
2237
2316
|
viewBox: "0 0 24 24",
|
|
@@ -2245,7 +2324,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2245
2324
|
);
|
|
2246
2325
|
}
|
|
2247
2326
|
const FraudDetection$1 = forwardRef(FraudDetection);
|
|
2248
|
-
const Icon$
|
|
2327
|
+
const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2249
2328
|
"path",
|
|
2250
2329
|
{
|
|
2251
2330
|
fill: "currentColor",
|
|
@@ -2254,10 +2333,10 @@ const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2254
2333
|
clipRule: "evenodd"
|
|
2255
2334
|
}
|
|
2256
2335
|
) });
|
|
2257
|
-
const BaseSvgIcon$
|
|
2336
|
+
const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "Functions");
|
|
2258
2337
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2259
2338
|
return /* @__PURE__ */ jsx(
|
|
2260
|
-
BaseSvgIcon$
|
|
2339
|
+
BaseSvgIcon$24,
|
|
2261
2340
|
{
|
|
2262
2341
|
ref,
|
|
2263
2342
|
viewBox: "0 0 24 24",
|
|
@@ -2271,7 +2350,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2271
2350
|
);
|
|
2272
2351
|
}
|
|
2273
2352
|
const Functions$1 = forwardRef(Functions);
|
|
2274
|
-
const Icon$
|
|
2353
|
+
const Icon$23 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2275
2354
|
/* @__PURE__ */ jsx(
|
|
2276
2355
|
"path",
|
|
2277
2356
|
{
|
|
@@ -2294,10 +2373,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2294
2373
|
}
|
|
2295
2374
|
)
|
|
2296
2375
|
] });
|
|
2297
|
-
const BaseSvgIcon$
|
|
2376
|
+
const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "GeneratingDescription");
|
|
2298
2377
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2299
2378
|
return /* @__PURE__ */ jsx(
|
|
2300
|
-
BaseSvgIcon$
|
|
2379
|
+
BaseSvgIcon$23,
|
|
2301
2380
|
{
|
|
2302
2381
|
ref,
|
|
2303
2382
|
viewBox: "0 0 24 24",
|
|
@@ -2311,7 +2390,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2311
2390
|
);
|
|
2312
2391
|
}
|
|
2313
2392
|
const GeneratingDescription$1 = forwardRef(GeneratingDescription);
|
|
2314
|
-
const Icon$
|
|
2393
|
+
const Icon$22 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2315
2394
|
/* @__PURE__ */ jsx(
|
|
2316
2395
|
"path",
|
|
2317
2396
|
{
|
|
@@ -2331,10 +2410,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2331
2410
|
}
|
|
2332
2411
|
)
|
|
2333
2412
|
] });
|
|
2334
|
-
const BaseSvgIcon$
|
|
2413
|
+
const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "GeocodeTable");
|
|
2335
2414
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2336
2415
|
return /* @__PURE__ */ jsx(
|
|
2337
|
-
BaseSvgIcon$
|
|
2416
|
+
BaseSvgIcon$22,
|
|
2338
2417
|
{
|
|
2339
2418
|
ref,
|
|
2340
2419
|
viewBox: "0 0 24 24",
|
|
@@ -2348,7 +2427,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2348
2427
|
);
|
|
2349
2428
|
}
|
|
2350
2429
|
const GeocodeTable$1 = forwardRef(GeocodeTable);
|
|
2351
|
-
const Icon$
|
|
2430
|
+
const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2352
2431
|
"path",
|
|
2353
2432
|
{
|
|
2354
2433
|
fill: "currentColor",
|
|
@@ -2357,10 +2436,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2357
2436
|
clipRule: "evenodd"
|
|
2358
2437
|
}
|
|
2359
2438
|
) });
|
|
2360
|
-
const BaseSvgIcon$
|
|
2439
|
+
const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "Geography");
|
|
2361
2440
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2362
2441
|
return /* @__PURE__ */ jsx(
|
|
2363
|
-
BaseSvgIcon$
|
|
2442
|
+
BaseSvgIcon$21,
|
|
2364
2443
|
{
|
|
2365
2444
|
ref,
|
|
2366
2445
|
viewBox: "0 0 24 24",
|
|
@@ -2374,7 +2453,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2374
2453
|
);
|
|
2375
2454
|
}
|
|
2376
2455
|
const Geography$1 = forwardRef(Geography);
|
|
2377
|
-
const Icon$
|
|
2456
|
+
const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2378
2457
|
"path",
|
|
2379
2458
|
{
|
|
2380
2459
|
fill: "currentColor",
|
|
@@ -2383,10 +2462,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2383
2462
|
clipRule: "evenodd"
|
|
2384
2463
|
}
|
|
2385
2464
|
) });
|
|
2386
|
-
const BaseSvgIcon$
|
|
2465
|
+
const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "Geomarketing");
|
|
2387
2466
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2388
2467
|
return /* @__PURE__ */ jsx(
|
|
2389
|
-
BaseSvgIcon$
|
|
2468
|
+
BaseSvgIcon$20,
|
|
2390
2469
|
{
|
|
2391
2470
|
ref,
|
|
2392
2471
|
viewBox: "0 0 24 24",
|
|
@@ -2400,7 +2479,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2400
2479
|
);
|
|
2401
2480
|
}
|
|
2402
2481
|
const Geomarketing$1 = forwardRef(Geomarketing);
|
|
2403
|
-
const Icon$
|
|
2482
|
+
const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2404
2483
|
"path",
|
|
2405
2484
|
{
|
|
2406
2485
|
fill: "currentColor",
|
|
@@ -2409,10 +2488,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2409
2488
|
clipRule: "evenodd"
|
|
2410
2489
|
}
|
|
2411
2490
|
) });
|
|
2412
|
-
const BaseSvgIcon$
|
|
2491
|
+
const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "Geometry");
|
|
2413
2492
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2414
2493
|
return /* @__PURE__ */ jsx(
|
|
2415
|
-
BaseSvgIcon$
|
|
2494
|
+
BaseSvgIcon$1$,
|
|
2416
2495
|
{
|
|
2417
2496
|
ref,
|
|
2418
2497
|
viewBox: "0 0 24 24",
|
|
@@ -2426,7 +2505,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2426
2505
|
);
|
|
2427
2506
|
}
|
|
2428
2507
|
const Geometry$1 = forwardRef(Geometry);
|
|
2429
|
-
const Icon$
|
|
2508
|
+
const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2430
2509
|
"path",
|
|
2431
2510
|
{
|
|
2432
2511
|
fill: "currentColor",
|
|
@@ -2435,10 +2514,10 @@ const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2435
2514
|
clipRule: "evenodd"
|
|
2436
2515
|
}
|
|
2437
2516
|
) });
|
|
2438
|
-
const BaseSvgIcon$
|
|
2517
|
+
const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Github");
|
|
2439
2518
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2440
2519
|
return /* @__PURE__ */ jsx(
|
|
2441
|
-
BaseSvgIcon$
|
|
2520
|
+
BaseSvgIcon$1_,
|
|
2442
2521
|
{
|
|
2443
2522
|
ref,
|
|
2444
2523
|
viewBox: "0 0 24 24",
|
|
@@ -2452,7 +2531,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2452
2531
|
);
|
|
2453
2532
|
}
|
|
2454
2533
|
const Github$1 = forwardRef(Github);
|
|
2455
|
-
const Icon$
|
|
2534
|
+
const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2456
2535
|
"path",
|
|
2457
2536
|
{
|
|
2458
2537
|
fill: "currentColor",
|
|
@@ -2461,10 +2540,10 @@ const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2461
2540
|
clipRule: "evenodd"
|
|
2462
2541
|
}
|
|
2463
2542
|
) });
|
|
2464
|
-
const BaseSvgIcon$
|
|
2543
|
+
const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "Google");
|
|
2465
2544
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2466
2545
|
return /* @__PURE__ */ jsx(
|
|
2467
|
-
BaseSvgIcon$
|
|
2546
|
+
BaseSvgIcon$1Z,
|
|
2468
2547
|
{
|
|
2469
2548
|
ref,
|
|
2470
2549
|
viewBox: "0 0 24 24",
|
|
@@ -2478,7 +2557,7 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2478
2557
|
);
|
|
2479
2558
|
}
|
|
2480
2559
|
const Google$1 = forwardRef(Google);
|
|
2481
|
-
const Icon$
|
|
2560
|
+
const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2482
2561
|
"path",
|
|
2483
2562
|
{
|
|
2484
2563
|
fill: "currentColor",
|
|
@@ -2487,10 +2566,10 @@ const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2487
2566
|
clipRule: "evenodd"
|
|
2488
2567
|
}
|
|
2489
2568
|
) });
|
|
2490
|
-
const BaseSvgIcon$
|
|
2569
|
+
const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "H3");
|
|
2491
2570
|
function H3({ width, height, sx, ...props }, ref) {
|
|
2492
2571
|
return /* @__PURE__ */ jsx(
|
|
2493
|
-
BaseSvgIcon$
|
|
2572
|
+
BaseSvgIcon$1Y,
|
|
2494
2573
|
{
|
|
2495
2574
|
ref,
|
|
2496
2575
|
viewBox: "0 0 24 24",
|
|
@@ -2504,7 +2583,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2504
2583
|
);
|
|
2505
2584
|
}
|
|
2506
2585
|
const H3$1 = forwardRef(H3);
|
|
2507
|
-
const Icon$
|
|
2586
|
+
const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2508
2587
|
"path",
|
|
2509
2588
|
{
|
|
2510
2589
|
fill: "currentColor",
|
|
@@ -2513,10 +2592,10 @@ const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2513
2592
|
clipRule: "evenodd"
|
|
2514
2593
|
}
|
|
2515
2594
|
) });
|
|
2516
|
-
const BaseSvgIcon$
|
|
2595
|
+
const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "HealthAnalytics");
|
|
2517
2596
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2518
2597
|
return /* @__PURE__ */ jsx(
|
|
2519
|
-
BaseSvgIcon$
|
|
2598
|
+
BaseSvgIcon$1X,
|
|
2520
2599
|
{
|
|
2521
2600
|
ref,
|
|
2522
2601
|
viewBox: "0 0 24 24",
|
|
@@ -2530,7 +2609,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2530
2609
|
);
|
|
2531
2610
|
}
|
|
2532
2611
|
const HealthAnalytics$1 = forwardRef(HealthAnalytics);
|
|
2533
|
-
const Icon$
|
|
2612
|
+
const Icon$1W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2534
2613
|
/* @__PURE__ */ jsx(
|
|
2535
2614
|
"path",
|
|
2536
2615
|
{
|
|
@@ -2548,10 +2627,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2548
2627
|
}
|
|
2549
2628
|
)
|
|
2550
2629
|
] });
|
|
2551
|
-
const BaseSvgIcon$
|
|
2630
|
+
const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "HideComments");
|
|
2552
2631
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2553
2632
|
return /* @__PURE__ */ jsx(
|
|
2554
|
-
BaseSvgIcon$
|
|
2633
|
+
BaseSvgIcon$1W,
|
|
2555
2634
|
{
|
|
2556
2635
|
ref,
|
|
2557
2636
|
viewBox: "0 0 24 24",
|
|
@@ -2565,7 +2644,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2565
2644
|
);
|
|
2566
2645
|
}
|
|
2567
2646
|
const HideComments$1 = forwardRef(HideComments);
|
|
2568
|
-
const Icon$
|
|
2647
|
+
const Icon$1V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2569
2648
|
/* @__PURE__ */ jsx(
|
|
2570
2649
|
"path",
|
|
2571
2650
|
{
|
|
@@ -2583,10 +2662,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2583
2662
|
}
|
|
2584
2663
|
)
|
|
2585
2664
|
] });
|
|
2586
|
-
const BaseSvgIcon$
|
|
2665
|
+
const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "HideLeftsidebar");
|
|
2587
2666
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2588
2667
|
return /* @__PURE__ */ jsx(
|
|
2589
|
-
BaseSvgIcon$
|
|
2668
|
+
BaseSvgIcon$1V,
|
|
2590
2669
|
{
|
|
2591
2670
|
ref,
|
|
2592
2671
|
viewBox: "0 0 24 24",
|
|
@@ -2600,7 +2679,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2600
2679
|
);
|
|
2601
2680
|
}
|
|
2602
2681
|
const HideLeftsidebar$1 = forwardRef(HideLeftsidebar);
|
|
2603
|
-
const Icon$
|
|
2682
|
+
const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2604
2683
|
/* @__PURE__ */ jsx(
|
|
2605
2684
|
"path",
|
|
2606
2685
|
{
|
|
@@ -2618,10 +2697,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2618
2697
|
}
|
|
2619
2698
|
)
|
|
2620
2699
|
] });
|
|
2621
|
-
const BaseSvgIcon$
|
|
2700
|
+
const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "HideRightsidebar");
|
|
2622
2701
|
function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
2623
2702
|
return /* @__PURE__ */ jsx(
|
|
2624
|
-
BaseSvgIcon$
|
|
2703
|
+
BaseSvgIcon$1U,
|
|
2625
2704
|
{
|
|
2626
2705
|
ref,
|
|
2627
2706
|
viewBox: "0 0 24 24",
|
|
@@ -2635,7 +2714,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2635
2714
|
);
|
|
2636
2715
|
}
|
|
2637
2716
|
const HideRightsidebar$1 = forwardRef(HideRightsidebar);
|
|
2638
|
-
const Icon$
|
|
2717
|
+
const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2639
2718
|
"path",
|
|
2640
2719
|
{
|
|
2641
2720
|
fill: "currentColor",
|
|
@@ -2644,10 +2723,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2644
2723
|
clipRule: "evenodd"
|
|
2645
2724
|
}
|
|
2646
2725
|
) });
|
|
2647
|
-
const BaseSvgIcon$
|
|
2726
|
+
const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "Home");
|
|
2648
2727
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2649
2728
|
return /* @__PURE__ */ jsx(
|
|
2650
|
-
BaseSvgIcon$
|
|
2729
|
+
BaseSvgIcon$1T,
|
|
2651
2730
|
{
|
|
2652
2731
|
ref,
|
|
2653
2732
|
viewBox: "0 0 24 24",
|
|
@@ -2661,7 +2740,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2661
2740
|
);
|
|
2662
2741
|
}
|
|
2663
2742
|
const Home$1 = forwardRef(Home);
|
|
2664
|
-
const Icon$
|
|
2743
|
+
const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2665
2744
|
"path",
|
|
2666
2745
|
{
|
|
2667
2746
|
fill: "currentColor",
|
|
@@ -2670,10 +2749,10 @@ const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2670
2749
|
clipRule: "evenodd"
|
|
2671
2750
|
}
|
|
2672
2751
|
) });
|
|
2673
|
-
const BaseSvgIcon$
|
|
2752
|
+
const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "Housing");
|
|
2674
2753
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2675
2754
|
return /* @__PURE__ */ jsx(
|
|
2676
|
-
BaseSvgIcon$
|
|
2755
|
+
BaseSvgIcon$1S,
|
|
2677
2756
|
{
|
|
2678
2757
|
ref,
|
|
2679
2758
|
viewBox: "0 0 24 24",
|
|
@@ -2687,7 +2766,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2687
2766
|
);
|
|
2688
2767
|
}
|
|
2689
2768
|
const Housing$1 = forwardRef(Housing);
|
|
2690
|
-
const Icon$
|
|
2769
|
+
const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2691
2770
|
"path",
|
|
2692
2771
|
{
|
|
2693
2772
|
fill: "currentColor",
|
|
@@ -2696,10 +2775,10 @@ const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2696
2775
|
clipRule: "evenodd"
|
|
2697
2776
|
}
|
|
2698
2777
|
) });
|
|
2699
|
-
const BaseSvgIcon$
|
|
2778
|
+
const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "HumanMobility");
|
|
2700
2779
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2701
2780
|
return /* @__PURE__ */ jsx(
|
|
2702
|
-
BaseSvgIcon$
|
|
2781
|
+
BaseSvgIcon$1R,
|
|
2703
2782
|
{
|
|
2704
2783
|
ref,
|
|
2705
2784
|
viewBox: "0 0 24 24",
|
|
@@ -2713,7 +2792,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2713
2792
|
);
|
|
2714
2793
|
}
|
|
2715
2794
|
const HumanMobility$1 = forwardRef(HumanMobility);
|
|
2716
|
-
const Icon$
|
|
2795
|
+
const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2717
2796
|
"path",
|
|
2718
2797
|
{
|
|
2719
2798
|
fill: "currentColor",
|
|
@@ -2722,10 +2801,10 @@ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2722
2801
|
clipRule: "evenodd"
|
|
2723
2802
|
}
|
|
2724
2803
|
) });
|
|
2725
|
-
const BaseSvgIcon$
|
|
2804
|
+
const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "Id");
|
|
2726
2805
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2727
2806
|
return /* @__PURE__ */ jsx(
|
|
2728
|
-
BaseSvgIcon$
|
|
2807
|
+
BaseSvgIcon$1Q,
|
|
2729
2808
|
{
|
|
2730
2809
|
ref,
|
|
2731
2810
|
viewBox: "0 0 24 24",
|
|
@@ -2739,7 +2818,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2739
2818
|
);
|
|
2740
2819
|
}
|
|
2741
2820
|
const Id$1 = forwardRef(Id);
|
|
2742
|
-
const Icon$
|
|
2821
|
+
const Icon$1P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2743
2822
|
/* @__PURE__ */ jsx(
|
|
2744
2823
|
"path",
|
|
2745
2824
|
{
|
|
@@ -2757,10 +2836,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2757
2836
|
),
|
|
2758
2837
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2759
2838
|
] });
|
|
2760
|
-
const BaseSvgIcon$
|
|
2839
|
+
const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "Image");
|
|
2761
2840
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2762
2841
|
return /* @__PURE__ */ jsx(
|
|
2763
|
-
BaseSvgIcon$
|
|
2842
|
+
BaseSvgIcon$1P,
|
|
2764
2843
|
{
|
|
2765
2844
|
ref,
|
|
2766
2845
|
viewBox: "0 0 24 24",
|
|
@@ -2774,7 +2853,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2774
2853
|
);
|
|
2775
2854
|
}
|
|
2776
2855
|
const Image$1 = forwardRef(Image);
|
|
2777
|
-
const Icon$
|
|
2856
|
+
const Icon$1O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2778
2857
|
/* @__PURE__ */ jsx(
|
|
2779
2858
|
"path",
|
|
2780
2859
|
{
|
|
@@ -2799,10 +2878,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2799
2878
|
}
|
|
2800
2879
|
)
|
|
2801
2880
|
] });
|
|
2802
|
-
const BaseSvgIcon$
|
|
2881
|
+
const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "Infrastructure");
|
|
2803
2882
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2804
2883
|
return /* @__PURE__ */ jsx(
|
|
2805
|
-
BaseSvgIcon$
|
|
2884
|
+
BaseSvgIcon$1O,
|
|
2806
2885
|
{
|
|
2807
2886
|
ref,
|
|
2808
2887
|
viewBox: "0 0 24 24",
|
|
@@ -2816,7 +2895,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2816
2895
|
);
|
|
2817
2896
|
}
|
|
2818
2897
|
const Infrastructure$1 = forwardRef(Infrastructure);
|
|
2819
|
-
const Icon$
|
|
2898
|
+
const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2820
2899
|
"path",
|
|
2821
2900
|
{
|
|
2822
2901
|
fill: "currentColor",
|
|
@@ -2825,10 +2904,10 @@ const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2825
2904
|
clipRule: "evenodd"
|
|
2826
2905
|
}
|
|
2827
2906
|
) });
|
|
2828
|
-
const BaseSvgIcon$
|
|
2907
|
+
const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "IotAnalytics");
|
|
2829
2908
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2830
2909
|
return /* @__PURE__ */ jsx(
|
|
2831
|
-
BaseSvgIcon$
|
|
2910
|
+
BaseSvgIcon$1N,
|
|
2832
2911
|
{
|
|
2833
2912
|
ref,
|
|
2834
2913
|
viewBox: "0 0 24 24",
|
|
@@ -2842,7 +2921,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2842
2921
|
);
|
|
2843
2922
|
}
|
|
2844
2923
|
const IotAnalytics$1 = forwardRef(IotAnalytics);
|
|
2845
|
-
const Icon$
|
|
2924
|
+
const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2846
2925
|
/* @__PURE__ */ jsx(
|
|
2847
2926
|
"path",
|
|
2848
2927
|
{
|
|
@@ -2860,10 +2939,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2860
2939
|
}
|
|
2861
2940
|
)
|
|
2862
2941
|
] });
|
|
2863
|
-
const BaseSvgIcon$
|
|
2942
|
+
const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "LabelDeprecated");
|
|
2864
2943
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
2865
2944
|
return /* @__PURE__ */ jsx(
|
|
2866
|
-
BaseSvgIcon$
|
|
2945
|
+
BaseSvgIcon$1M,
|
|
2867
2946
|
{
|
|
2868
2947
|
ref,
|
|
2869
2948
|
viewBox: "0 0 24 24",
|
|
@@ -2877,7 +2956,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
2877
2956
|
);
|
|
2878
2957
|
}
|
|
2879
2958
|
const LabelDeprecated$1 = forwardRef(LabelDeprecated);
|
|
2880
|
-
const Icon$
|
|
2959
|
+
const Icon$1L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2881
2960
|
"path",
|
|
2882
2961
|
{
|
|
2883
2962
|
fill: "currentColor",
|
|
@@ -2886,10 +2965,10 @@ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2886
2965
|
clipRule: "evenodd"
|
|
2887
2966
|
}
|
|
2888
2967
|
) });
|
|
2889
|
-
const BaseSvgIcon$
|
|
2968
|
+
const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "Layers");
|
|
2890
2969
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
2891
2970
|
return /* @__PURE__ */ jsx(
|
|
2892
|
-
BaseSvgIcon$
|
|
2971
|
+
BaseSvgIcon$1L,
|
|
2893
2972
|
{
|
|
2894
2973
|
ref,
|
|
2895
2974
|
viewBox: "0 0 24 24",
|
|
@@ -2903,7 +2982,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
2903
2982
|
);
|
|
2904
2983
|
}
|
|
2905
2984
|
const Layers$1 = forwardRef(Layers);
|
|
2906
|
-
const Icon$
|
|
2985
|
+
const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2907
2986
|
"path",
|
|
2908
2987
|
{
|
|
2909
2988
|
fill: "currentColor",
|
|
@@ -2912,10 +2991,10 @@ const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2912
2991
|
clipRule: "evenodd"
|
|
2913
2992
|
}
|
|
2914
2993
|
) });
|
|
2915
|
-
const BaseSvgIcon$
|
|
2994
|
+
const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "Linkedin");
|
|
2916
2995
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
2917
2996
|
return /* @__PURE__ */ jsx(
|
|
2918
|
-
BaseSvgIcon$
|
|
2997
|
+
BaseSvgIcon$1K,
|
|
2919
2998
|
{
|
|
2920
2999
|
ref,
|
|
2921
3000
|
viewBox: "0 0 24 24",
|
|
@@ -2929,7 +3008,33 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
2929
3008
|
);
|
|
2930
3009
|
}
|
|
2931
3010
|
const Linkedin$1 = forwardRef(Linkedin);
|
|
2932
|
-
const Icon$
|
|
3011
|
+
const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3012
|
+
"path",
|
|
3013
|
+
{
|
|
3014
|
+
fill: "currentColor",
|
|
3015
|
+
fillRule: "evenodd",
|
|
3016
|
+
d: "M17.451 2.656a11 11 0 0 0-.711 0l-.2.009-.226.014a10 10 0 0 0-.578.06l-.026.004-.233.036-.157.027-.186.036-.201.045c-1.112.262-1.91.718-2.083 1.247V7.68h3.091a6.3 6.3 0 0 1-1.53-.367c-.296-.118-.516-.249-.643-.369l-.046-.044H13.7V5.37c.776.413 2.01.68 3.4.68s2.625-.267 3.4-.68V6.9h-.022l-.092.085a2.3 2.3 0 0 1-.596.328c-.542.216-1.259.364-2.05.416.376.111.675.4.799.771.788-.113 1.468-.317 1.961-.58v1.53-.01q-.001-.01-.015.004l-.099.09a2.3 2.3 0 0 1-.596.329 6 6 0 0 1-1.19.317v.861c1.607-.242 2.75-.863 2.75-1.591V4.134l-.02-.055c-.262-.65-1.466-1.178-3.027-1.36l-.12-.013-.343-.03-.188-.012zM17.1 3.5l.159.001.21.006c.487.02.945.075 1.351.153.361.071.689.165.97.277.295.118.515.248.642.369l.046.043-.092.086a2.3 2.3 0 0 1-.596.328c-.685.274-1.65.437-2.69.437s-2.005-.163-2.69-.437c-.295-.118-.515-.249-.642-.369l-.046-.044.092-.085a2.3 2.3 0 0 1 .597-.328q.316-.126.702-.22a9 9 0 0 1 1.694-.212zm-.293.005h-.021l.073-.002zM5.4 12.288a9 9 0 0 0-.464.052l-.026.003-.233.036-.157.027-.185.036-.202.045c-1.112.262-1.91.718-2.083 1.247v5.316l.002.055C2.125 20.018 4 20.75 6.3 20.75c2.347 0 4.25-.761 4.25-1.7V16.2H9.7v.3h-.022l-.092.084a2.3 2.3 0 0 1-.596.329c-.685.274-1.65.437-2.69.437s-2.005-.163-2.69-.437c-.295-.118-.515-.249-.642-.37l-.046-.043H2.9v-1.53c.638.34 1.586.58 2.676.655A1.2 1.2 0 0 1 5.4 15v-.242c-.688-.065-1.308-.203-1.79-.395-.295-.118-.515-.249-.642-.37l-.046-.043.092-.085c.131-.109.334-.223.597-.328q.316-.127.702-.22a9 9 0 0 1 1.087-.174zM2.9 17.52c.776.413 2.01.68 3.4.68s2.625-.267 3.4-.68v1.53-.01q-.002-.01-.015.004l-.099.09a2.3 2.3 0 0 1-.596.329c-.685.274-1.65.437-2.69.437s-2.005-.163-2.69-.437c-.295-.118-.515-.249-.642-.37l-.053-.05c-.013-.01-.015-.008-.015.007zm4.56-3.395A2.82 2.82 0 0 0 9.544 15q.81 0 1.486-.412.675-.413 1.067-1.088h1.375V15h2.945v-1.5h.982v-3h-5.302a3.06 3.06 0 0 0-1.068-1.088A2.8 2.8 0 0 0 9.546 9q-1.227 0-2.086.875Q6.6 10.75 6.6 12q0 1.25.86 2.125m3.386-.631q-.49.506-1.3.506t-1.387-.588A1.94 1.94 0 0 1 7.582 12q0-.825.577-1.412A1.87 1.87 0 0 1 9.545 10q.81 0 1.301.506.491.507.59.994h4.982v1h-.982V14h-.982v-1.5h-3.019q-.097.487-.589.994m-.607-.788a.94.94 0 0 1-.694.294.94.94 0 0 1-.693-.294.97.97 0 0 1-.288-.706q0-.412.288-.706A.94.94 0 0 1 9.545 11q.406 0 .694.294a.97.97 0 0 1 .288.706q0 .412-.288.706",
|
|
3017
|
+
clipRule: "evenodd"
|
|
3018
|
+
}
|
|
3019
|
+
) });
|
|
3020
|
+
const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "M2mOauthClient");
|
|
3021
|
+
function M2mOauthClient({ width, height, sx, ...props }, ref) {
|
|
3022
|
+
return /* @__PURE__ */ jsx(
|
|
3023
|
+
BaseSvgIcon$1J,
|
|
3024
|
+
{
|
|
3025
|
+
ref,
|
|
3026
|
+
viewBox: "0 0 24 24",
|
|
3027
|
+
sx: {
|
|
3028
|
+
width,
|
|
3029
|
+
height: height || width,
|
|
3030
|
+
...sx
|
|
3031
|
+
},
|
|
3032
|
+
...props
|
|
3033
|
+
}
|
|
3034
|
+
);
|
|
3035
|
+
}
|
|
3036
|
+
const M2mOauthClient$1 = forwardRef(M2mOauthClient);
|
|
3037
|
+
const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2933
3038
|
"path",
|
|
2934
3039
|
{
|
|
2935
3040
|
fill: "currentColor",
|
|
@@ -2938,10 +3043,10 @@ const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2938
3043
|
clipRule: "evenodd"
|
|
2939
3044
|
}
|
|
2940
3045
|
) });
|
|
2941
|
-
const BaseSvgIcon$
|
|
3046
|
+
const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "MapCoordinates");
|
|
2942
3047
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
2943
3048
|
return /* @__PURE__ */ jsx(
|
|
2944
|
-
BaseSvgIcon$
|
|
3049
|
+
BaseSvgIcon$1I,
|
|
2945
3050
|
{
|
|
2946
3051
|
ref,
|
|
2947
3052
|
viewBox: "0 0 24 24",
|
|
@@ -2955,7 +3060,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
2955
3060
|
);
|
|
2956
3061
|
}
|
|
2957
3062
|
const MapCoordinates$1 = forwardRef(MapCoordinates);
|
|
2958
|
-
const Icon$
|
|
3063
|
+
const Icon$1H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2959
3064
|
/* @__PURE__ */ jsx(
|
|
2960
3065
|
"path",
|
|
2961
3066
|
{
|
|
@@ -2982,10 +3087,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2982
3087
|
}
|
|
2983
3088
|
)
|
|
2984
3089
|
] });
|
|
2985
|
-
const BaseSvgIcon$
|
|
3090
|
+
const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "MapCopy");
|
|
2986
3091
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
2987
3092
|
return /* @__PURE__ */ jsx(
|
|
2988
|
-
BaseSvgIcon$
|
|
3093
|
+
BaseSvgIcon$1H,
|
|
2989
3094
|
{
|
|
2990
3095
|
ref,
|
|
2991
3096
|
viewBox: "0 0 24 24",
|
|
@@ -2999,7 +3104,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
2999
3104
|
);
|
|
3000
3105
|
}
|
|
3001
3106
|
const MapCopy$1 = forwardRef(MapCopy);
|
|
3002
|
-
const Icon$
|
|
3107
|
+
const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3003
3108
|
"path",
|
|
3004
3109
|
{
|
|
3005
3110
|
fill: "currentColor",
|
|
@@ -3008,10 +3113,10 @@ const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3008
3113
|
clipRule: "evenodd"
|
|
3009
3114
|
}
|
|
3010
3115
|
) });
|
|
3011
|
-
const BaseSvgIcon$
|
|
3116
|
+
const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "MapOthers");
|
|
3012
3117
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
3013
3118
|
return /* @__PURE__ */ jsx(
|
|
3014
|
-
BaseSvgIcon$
|
|
3119
|
+
BaseSvgIcon$1G,
|
|
3015
3120
|
{
|
|
3016
3121
|
ref,
|
|
3017
3122
|
viewBox: "0 0 24 24",
|
|
@@ -3025,7 +3130,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
3025
3130
|
);
|
|
3026
3131
|
}
|
|
3027
3132
|
const MapOthers$1 = forwardRef(MapOthers);
|
|
3028
|
-
const Icon$
|
|
3133
|
+
const Icon$1F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3029
3134
|
"path",
|
|
3030
3135
|
{
|
|
3031
3136
|
fill: "currentColor",
|
|
@@ -3034,10 +3139,10 @@ const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3034
3139
|
clipRule: "evenodd"
|
|
3035
3140
|
}
|
|
3036
3141
|
) });
|
|
3037
|
-
const BaseSvgIcon$
|
|
3142
|
+
const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "MapPin");
|
|
3038
3143
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
3039
3144
|
return /* @__PURE__ */ jsx(
|
|
3040
|
-
BaseSvgIcon$
|
|
3145
|
+
BaseSvgIcon$1F,
|
|
3041
3146
|
{
|
|
3042
3147
|
ref,
|
|
3043
3148
|
viewBox: "0 0 24 24",
|
|
@@ -3051,7 +3156,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
3051
3156
|
);
|
|
3052
3157
|
}
|
|
3053
3158
|
const MapPin$1 = forwardRef(MapPin);
|
|
3054
|
-
const Icon$
|
|
3159
|
+
const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3055
3160
|
/* @__PURE__ */ jsx(
|
|
3056
3161
|
"path",
|
|
3057
3162
|
{
|
|
@@ -3074,10 +3179,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3074
3179
|
}
|
|
3075
3180
|
)
|
|
3076
3181
|
] });
|
|
3077
|
-
const BaseSvgIcon$
|
|
3182
|
+
const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "MarkCommentRead");
|
|
3078
3183
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
3079
3184
|
return /* @__PURE__ */ jsx(
|
|
3080
|
-
BaseSvgIcon$
|
|
3185
|
+
BaseSvgIcon$1E,
|
|
3081
3186
|
{
|
|
3082
3187
|
ref,
|
|
3083
3188
|
viewBox: "0 0 24 24",
|
|
@@ -3091,7 +3196,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
3091
3196
|
);
|
|
3092
3197
|
}
|
|
3093
3198
|
const MarkCommentRead$1 = forwardRef(MarkCommentRead);
|
|
3094
|
-
const Icon$
|
|
3199
|
+
const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3095
3200
|
"path",
|
|
3096
3201
|
{
|
|
3097
3202
|
fill: "currentColor",
|
|
@@ -3100,10 +3205,10 @@ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3100
3205
|
clipRule: "evenodd"
|
|
3101
3206
|
}
|
|
3102
3207
|
) });
|
|
3103
|
-
const BaseSvgIcon$
|
|
3208
|
+
const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "MarketAnalysis");
|
|
3104
3209
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
3105
3210
|
return /* @__PURE__ */ jsx(
|
|
3106
|
-
BaseSvgIcon$
|
|
3211
|
+
BaseSvgIcon$1D,
|
|
3107
3212
|
{
|
|
3108
3213
|
ref,
|
|
3109
3214
|
viewBox: "0 0 24 24",
|
|
@@ -3117,7 +3222,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
3117
3222
|
);
|
|
3118
3223
|
}
|
|
3119
3224
|
const MarketAnalysis$1 = forwardRef(MarketAnalysis);
|
|
3120
|
-
const Icon$
|
|
3225
|
+
const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3121
3226
|
/* @__PURE__ */ jsx(
|
|
3122
3227
|
"path",
|
|
3123
3228
|
{
|
|
@@ -3142,10 +3247,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3142
3247
|
}
|
|
3143
3248
|
)
|
|
3144
3249
|
] });
|
|
3145
|
-
const BaseSvgIcon$
|
|
3250
|
+
const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "Max");
|
|
3146
3251
|
function Max({ width, height, sx, ...props }, ref) {
|
|
3147
3252
|
return /* @__PURE__ */ jsx(
|
|
3148
|
-
BaseSvgIcon$
|
|
3253
|
+
BaseSvgIcon$1C,
|
|
3149
3254
|
{
|
|
3150
3255
|
ref,
|
|
3151
3256
|
viewBox: "0 0 24 24",
|
|
@@ -3159,7 +3264,7 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
3159
3264
|
);
|
|
3160
3265
|
}
|
|
3161
3266
|
const Max$1 = forwardRef(Max);
|
|
3162
|
-
const Icon$
|
|
3267
|
+
const Icon$1B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3163
3268
|
/* @__PURE__ */ jsx(
|
|
3164
3269
|
"path",
|
|
3165
3270
|
{
|
|
@@ -3200,10 +3305,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3200
3305
|
}
|
|
3201
3306
|
)
|
|
3202
3307
|
] });
|
|
3203
|
-
const BaseSvgIcon$
|
|
3308
|
+
const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "McpTool");
|
|
3204
3309
|
function McpTool({ width, height, sx, ...props }, ref) {
|
|
3205
3310
|
return /* @__PURE__ */ jsx(
|
|
3206
|
-
BaseSvgIcon$
|
|
3311
|
+
BaseSvgIcon$1B,
|
|
3207
3312
|
{
|
|
3208
3313
|
ref,
|
|
3209
3314
|
viewBox: "0 0 24 24",
|
|
@@ -3217,17 +3322,17 @@ function McpTool({ width, height, sx, ...props }, ref) {
|
|
|
3217
3322
|
);
|
|
3218
3323
|
}
|
|
3219
3324
|
const McpTool$1 = forwardRef(McpTool);
|
|
3220
|
-
const Icon$
|
|
3325
|
+
const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3221
3326
|
"path",
|
|
3222
3327
|
{
|
|
3223
3328
|
fill: "currentColor",
|
|
3224
3329
|
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"
|
|
3225
3330
|
}
|
|
3226
3331
|
) });
|
|
3227
|
-
const BaseSvgIcon$
|
|
3332
|
+
const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "MeasureTool");
|
|
3228
3333
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
3229
3334
|
return /* @__PURE__ */ jsx(
|
|
3230
|
-
BaseSvgIcon$
|
|
3335
|
+
BaseSvgIcon$1A,
|
|
3231
3336
|
{
|
|
3232
3337
|
ref,
|
|
3233
3338
|
viewBox: "0 0 24 24",
|
|
@@ -3241,17 +3346,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
3241
3346
|
);
|
|
3242
3347
|
}
|
|
3243
3348
|
const MeasureTool$1 = forwardRef(MeasureTool);
|
|
3244
|
-
const Icon$
|
|
3349
|
+
const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3245
3350
|
"path",
|
|
3246
3351
|
{
|
|
3247
3352
|
fill: "currentColor",
|
|
3248
3353
|
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"
|
|
3249
3354
|
}
|
|
3250
3355
|
) });
|
|
3251
|
-
const BaseSvgIcon$
|
|
3356
|
+
const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "Min");
|
|
3252
3357
|
function Min({ width, height, sx, ...props }, ref) {
|
|
3253
3358
|
return /* @__PURE__ */ jsx(
|
|
3254
|
-
BaseSvgIcon$
|
|
3359
|
+
BaseSvgIcon$1z,
|
|
3255
3360
|
{
|
|
3256
3361
|
ref,
|
|
3257
3362
|
viewBox: "0 0 24 24",
|
|
@@ -3265,7 +3370,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
3265
3370
|
);
|
|
3266
3371
|
}
|
|
3267
3372
|
const Min$1 = forwardRef(Min);
|
|
3268
|
-
const Icon$
|
|
3373
|
+
const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3269
3374
|
/* @__PURE__ */ jsx(
|
|
3270
3375
|
"path",
|
|
3271
3376
|
{
|
|
@@ -3284,10 +3389,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3284
3389
|
}
|
|
3285
3390
|
)
|
|
3286
3391
|
] });
|
|
3287
|
-
const BaseSvgIcon$
|
|
3392
|
+
const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MobilityPlanning");
|
|
3288
3393
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
3289
3394
|
return /* @__PURE__ */ jsx(
|
|
3290
|
-
BaseSvgIcon$
|
|
3395
|
+
BaseSvgIcon$1y,
|
|
3291
3396
|
{
|
|
3292
3397
|
ref,
|
|
3293
3398
|
viewBox: "0 0 24 24",
|
|
@@ -3301,7 +3406,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
3301
3406
|
);
|
|
3302
3407
|
}
|
|
3303
3408
|
const MobilityPlanning$1 = forwardRef(MobilityPlanning);
|
|
3304
|
-
const Icon$
|
|
3409
|
+
const Icon$1x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3305
3410
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
3306
3411
|
"path",
|
|
3307
3412
|
{
|
|
@@ -3313,10 +3418,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3313
3418
|
) }),
|
|
3314
3419
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3315
3420
|
] });
|
|
3316
|
-
const BaseSvgIcon$
|
|
3421
|
+
const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "NetworkDeployment");
|
|
3317
3422
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3318
3423
|
return /* @__PURE__ */ jsx(
|
|
3319
|
-
BaseSvgIcon$
|
|
3424
|
+
BaseSvgIcon$1x,
|
|
3320
3425
|
{
|
|
3321
3426
|
ref,
|
|
3322
3427
|
viewBox: "0 0 24 24",
|
|
@@ -3330,7 +3435,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3330
3435
|
);
|
|
3331
3436
|
}
|
|
3332
3437
|
const NetworkDeployment$1 = forwardRef(NetworkDeployment);
|
|
3333
|
-
const Icon$
|
|
3438
|
+
const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3334
3439
|
/* @__PURE__ */ jsx(
|
|
3335
3440
|
"path",
|
|
3336
3441
|
{
|
|
@@ -3346,10 +3451,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3346
3451
|
}
|
|
3347
3452
|
)
|
|
3348
3453
|
] });
|
|
3349
|
-
const BaseSvgIcon$
|
|
3454
|
+
const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "NightsThermostat");
|
|
3350
3455
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3351
3456
|
return /* @__PURE__ */ jsx(
|
|
3352
|
-
BaseSvgIcon$
|
|
3457
|
+
BaseSvgIcon$1w,
|
|
3353
3458
|
{
|
|
3354
3459
|
ref,
|
|
3355
3460
|
viewBox: "0 0 24 24",
|
|
@@ -3363,7 +3468,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3363
3468
|
);
|
|
3364
3469
|
}
|
|
3365
3470
|
const NightsThermostat$1 = forwardRef(NightsThermostat);
|
|
3366
|
-
const Icon$
|
|
3471
|
+
const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3367
3472
|
/* @__PURE__ */ jsx(
|
|
3368
3473
|
"path",
|
|
3369
3474
|
{
|
|
@@ -3373,10 +3478,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3373
3478
|
),
|
|
3374
3479
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3375
3480
|
] });
|
|
3376
|
-
const BaseSvgIcon$
|
|
3481
|
+
const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "NoApp");
|
|
3377
3482
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3378
3483
|
return /* @__PURE__ */ jsx(
|
|
3379
|
-
BaseSvgIcon$
|
|
3484
|
+
BaseSvgIcon$1v,
|
|
3380
3485
|
{
|
|
3381
3486
|
ref,
|
|
3382
3487
|
viewBox: "0 0 24 24",
|
|
@@ -3390,7 +3495,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3390
3495
|
);
|
|
3391
3496
|
}
|
|
3392
3497
|
const NoApp$1 = forwardRef(NoApp);
|
|
3393
|
-
const Icon$
|
|
3498
|
+
const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3394
3499
|
/* @__PURE__ */ jsx(
|
|
3395
3500
|
"path",
|
|
3396
3501
|
{
|
|
@@ -3408,10 +3513,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3408
3513
|
}
|
|
3409
3514
|
)
|
|
3410
3515
|
] });
|
|
3411
|
-
const BaseSvgIcon$
|
|
3516
|
+
const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "NoLayer");
|
|
3412
3517
|
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3413
3518
|
return /* @__PURE__ */ jsx(
|
|
3414
|
-
BaseSvgIcon$
|
|
3519
|
+
BaseSvgIcon$1u,
|
|
3415
3520
|
{
|
|
3416
3521
|
ref,
|
|
3417
3522
|
viewBox: "0 0 24 24",
|
|
@@ -3425,7 +3530,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
|
|
|
3425
3530
|
);
|
|
3426
3531
|
}
|
|
3427
3532
|
const NoLayer$1 = forwardRef(NoLayer);
|
|
3428
|
-
const Icon$
|
|
3533
|
+
const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3429
3534
|
/* @__PURE__ */ jsx(
|
|
3430
3535
|
"path",
|
|
3431
3536
|
{
|
|
@@ -3443,10 +3548,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3443
3548
|
}
|
|
3444
3549
|
)
|
|
3445
3550
|
] });
|
|
3446
|
-
const BaseSvgIcon$
|
|
3551
|
+
const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "NoMap");
|
|
3447
3552
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3448
3553
|
return /* @__PURE__ */ jsx(
|
|
3449
|
-
BaseSvgIcon$
|
|
3554
|
+
BaseSvgIcon$1t,
|
|
3450
3555
|
{
|
|
3451
3556
|
ref,
|
|
3452
3557
|
viewBox: "0 0 24 24",
|
|
@@ -3460,7 +3565,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3460
3565
|
);
|
|
3461
3566
|
}
|
|
3462
3567
|
const NoMap$1 = forwardRef(NoMap);
|
|
3463
|
-
const Icon$
|
|
3568
|
+
const Icon$1s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3464
3569
|
"path",
|
|
3465
3570
|
{
|
|
3466
3571
|
fill: "currentColor",
|
|
@@ -3469,10 +3574,10 @@ const Icon$1q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3469
3574
|
clipRule: "evenodd"
|
|
3470
3575
|
}
|
|
3471
3576
|
) });
|
|
3472
|
-
const BaseSvgIcon$
|
|
3577
|
+
const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "NoSpatialExtension");
|
|
3473
3578
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3474
3579
|
return /* @__PURE__ */ jsx(
|
|
3475
|
-
BaseSvgIcon$
|
|
3580
|
+
BaseSvgIcon$1s,
|
|
3476
3581
|
{
|
|
3477
3582
|
ref,
|
|
3478
3583
|
viewBox: "0 0 24 24",
|
|
@@ -3486,7 +3591,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3486
3591
|
);
|
|
3487
3592
|
}
|
|
3488
3593
|
const NoSpatialExtension$1 = forwardRef(NoSpatialExtension);
|
|
3489
|
-
const Icon$
|
|
3594
|
+
const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3490
3595
|
/* @__PURE__ */ jsx(
|
|
3491
3596
|
"path",
|
|
3492
3597
|
{
|
|
@@ -3504,10 +3609,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3504
3609
|
}
|
|
3505
3610
|
)
|
|
3506
3611
|
] });
|
|
3507
|
-
const BaseSvgIcon$
|
|
3612
|
+
const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "NoTileset");
|
|
3508
3613
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3509
3614
|
return /* @__PURE__ */ jsx(
|
|
3510
|
-
BaseSvgIcon$
|
|
3615
|
+
BaseSvgIcon$1r,
|
|
3511
3616
|
{
|
|
3512
3617
|
ref,
|
|
3513
3618
|
viewBox: "0 0 24 24",
|
|
@@ -3521,17 +3626,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3521
3626
|
);
|
|
3522
3627
|
}
|
|
3523
3628
|
const NoTileset$1 = forwardRef(NoTileset);
|
|
3524
|
-
const Icon$
|
|
3629
|
+
const Icon$1q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3525
3630
|
"path",
|
|
3526
3631
|
{
|
|
3527
3632
|
fill: "currentColor",
|
|
3528
3633
|
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"
|
|
3529
3634
|
}
|
|
3530
3635
|
) });
|
|
3531
|
-
const BaseSvgIcon$
|
|
3636
|
+
const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "NotEqual");
|
|
3532
3637
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3533
3638
|
return /* @__PURE__ */ jsx(
|
|
3534
|
-
BaseSvgIcon$
|
|
3639
|
+
BaseSvgIcon$1q,
|
|
3535
3640
|
{
|
|
3536
3641
|
ref,
|
|
3537
3642
|
viewBox: "0 0 24 24",
|
|
@@ -3545,7 +3650,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3545
3650
|
);
|
|
3546
3651
|
}
|
|
3547
3652
|
const NotEqual$1 = forwardRef(NotEqual);
|
|
3548
|
-
const Icon$
|
|
3653
|
+
const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3549
3654
|
/* @__PURE__ */ jsx(
|
|
3550
3655
|
"path",
|
|
3551
3656
|
{
|
|
@@ -3565,10 +3670,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3565
3670
|
}
|
|
3566
3671
|
)
|
|
3567
3672
|
] });
|
|
3568
|
-
const BaseSvgIcon$
|
|
3673
|
+
const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "Number");
|
|
3569
3674
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3570
3675
|
return /* @__PURE__ */ jsx(
|
|
3571
|
-
BaseSvgIcon$
|
|
3676
|
+
BaseSvgIcon$1p,
|
|
3572
3677
|
{
|
|
3573
3678
|
ref,
|
|
3574
3679
|
viewBox: "0 0 24 24",
|
|
@@ -3582,7 +3687,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3582
3687
|
);
|
|
3583
3688
|
}
|
|
3584
3689
|
const Number$1 = forwardRef(Number);
|
|
3585
|
-
const Icon$
|
|
3690
|
+
const Icon$1o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3586
3691
|
"path",
|
|
3587
3692
|
{
|
|
3588
3693
|
fill: "currentColor",
|
|
@@ -3591,10 +3696,10 @@ const Icon$1m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3591
3696
|
clipRule: "evenodd"
|
|
3592
3697
|
}
|
|
3593
3698
|
) });
|
|
3594
|
-
const BaseSvgIcon$
|
|
3699
|
+
const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "Onboarding");
|
|
3595
3700
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3596
3701
|
return /* @__PURE__ */ jsx(
|
|
3597
|
-
BaseSvgIcon$
|
|
3702
|
+
BaseSvgIcon$1o,
|
|
3598
3703
|
{
|
|
3599
3704
|
ref,
|
|
3600
3705
|
viewBox: "0 0 24 24",
|
|
@@ -3608,7 +3713,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3608
3713
|
);
|
|
3609
3714
|
}
|
|
3610
3715
|
const Onboarding$1 = forwardRef(Onboarding);
|
|
3611
|
-
const Icon$
|
|
3716
|
+
const Icon$1n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3612
3717
|
"path",
|
|
3613
3718
|
{
|
|
3614
3719
|
fill: "currentColor",
|
|
@@ -3617,10 +3722,10 @@ const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3617
3722
|
clipRule: "evenodd"
|
|
3618
3723
|
}
|
|
3619
3724
|
) });
|
|
3620
|
-
const BaseSvgIcon$
|
|
3725
|
+
const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "OohAnalytics");
|
|
3621
3726
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3622
3727
|
return /* @__PURE__ */ jsx(
|
|
3623
|
-
BaseSvgIcon$
|
|
3728
|
+
BaseSvgIcon$1n,
|
|
3624
3729
|
{
|
|
3625
3730
|
ref,
|
|
3626
3731
|
viewBox: "0 0 24 24",
|
|
@@ -3634,7 +3739,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3634
3739
|
);
|
|
3635
3740
|
}
|
|
3636
3741
|
const OohAnalytics$1 = forwardRef(OohAnalytics);
|
|
3637
|
-
const Icon$
|
|
3742
|
+
const Icon$1m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3638
3743
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3639
3744
|
/* @__PURE__ */ jsx(
|
|
3640
3745
|
"path",
|
|
@@ -3655,10 +3760,10 @@ const Icon$1k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3655
3760
|
}
|
|
3656
3761
|
)
|
|
3657
3762
|
] });
|
|
3658
|
-
const BaseSvgIcon$
|
|
3763
|
+
const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "Opacity");
|
|
3659
3764
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3660
3765
|
return /* @__PURE__ */ jsx(
|
|
3661
|
-
BaseSvgIcon$
|
|
3766
|
+
BaseSvgIcon$1m,
|
|
3662
3767
|
{
|
|
3663
3768
|
ref,
|
|
3664
3769
|
viewBox: "0 0 24 24",
|
|
@@ -3672,7 +3777,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3672
3777
|
);
|
|
3673
3778
|
}
|
|
3674
3779
|
const Opacity$1 = forwardRef(Opacity);
|
|
3675
|
-
const Icon$
|
|
3780
|
+
const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3676
3781
|
"path",
|
|
3677
3782
|
{
|
|
3678
3783
|
fill: "currentColor",
|
|
@@ -3681,10 +3786,10 @@ const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3681
3786
|
clipRule: "evenodd"
|
|
3682
3787
|
}
|
|
3683
3788
|
) });
|
|
3684
|
-
const BaseSvgIcon$
|
|
3789
|
+
const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "OpenDiagonallyLeft");
|
|
3685
3790
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3686
3791
|
return /* @__PURE__ */ jsx(
|
|
3687
|
-
BaseSvgIcon$
|
|
3792
|
+
BaseSvgIcon$1l,
|
|
3688
3793
|
{
|
|
3689
3794
|
ref,
|
|
3690
3795
|
viewBox: "0 0 24 24",
|
|
@@ -3698,17 +3803,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
3698
3803
|
);
|
|
3699
3804
|
}
|
|
3700
3805
|
const OpenDiagonallyLeft$1 = forwardRef(OpenDiagonallyLeft);
|
|
3701
|
-
const Icon$
|
|
3806
|
+
const Icon$1k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3702
3807
|
"path",
|
|
3703
3808
|
{
|
|
3704
3809
|
fill: "currentColor",
|
|
3705
3810
|
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"
|
|
3706
3811
|
}
|
|
3707
3812
|
) });
|
|
3708
|
-
const BaseSvgIcon$
|
|
3813
|
+
const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "OpenNewWindow");
|
|
3709
3814
|
function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
3710
3815
|
return /* @__PURE__ */ jsx(
|
|
3711
|
-
BaseSvgIcon$
|
|
3816
|
+
BaseSvgIcon$1k,
|
|
3712
3817
|
{
|
|
3713
3818
|
ref,
|
|
3714
3819
|
viewBox: "0 0 24 24",
|
|
@@ -3722,7 +3827,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
|
3722
3827
|
);
|
|
3723
3828
|
}
|
|
3724
3829
|
const OpenNewWindow$1 = forwardRef(OpenNewWindow);
|
|
3725
|
-
const Icon$
|
|
3830
|
+
const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3726
3831
|
"path",
|
|
3727
3832
|
{
|
|
3728
3833
|
fill: "currentColor",
|
|
@@ -3731,10 +3836,10 @@ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3731
3836
|
clipRule: "evenodd"
|
|
3732
3837
|
}
|
|
3733
3838
|
) });
|
|
3734
|
-
const BaseSvgIcon$
|
|
3839
|
+
const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "OpenVertically");
|
|
3735
3840
|
function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
3736
3841
|
return /* @__PURE__ */ jsx(
|
|
3737
|
-
BaseSvgIcon$
|
|
3842
|
+
BaseSvgIcon$1j,
|
|
3738
3843
|
{
|
|
3739
3844
|
ref,
|
|
3740
3845
|
viewBox: "0 0 24 24",
|
|
@@ -3748,7 +3853,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
|
3748
3853
|
);
|
|
3749
3854
|
}
|
|
3750
3855
|
const OpenVertically$1 = forwardRef(OpenVertically);
|
|
3751
|
-
const Icon$
|
|
3856
|
+
const Icon$1i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3752
3857
|
/* @__PURE__ */ jsx(
|
|
3753
3858
|
"path",
|
|
3754
3859
|
{
|
|
@@ -3773,10 +3878,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3773
3878
|
}
|
|
3774
3879
|
)
|
|
3775
3880
|
] });
|
|
3776
|
-
const BaseSvgIcon$
|
|
3881
|
+
const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "ParameterSettings");
|
|
3777
3882
|
function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
3778
3883
|
return /* @__PURE__ */ jsx(
|
|
3779
|
-
BaseSvgIcon$
|
|
3884
|
+
BaseSvgIcon$1i,
|
|
3780
3885
|
{
|
|
3781
3886
|
ref,
|
|
3782
3887
|
viewBox: "0 0 24 24",
|
|
@@ -3790,7 +3895,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
|
3790
3895
|
);
|
|
3791
3896
|
}
|
|
3792
3897
|
const ParameterSettings$1 = forwardRef(ParameterSettings);
|
|
3793
|
-
const Icon$
|
|
3898
|
+
const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3794
3899
|
"path",
|
|
3795
3900
|
{
|
|
3796
3901
|
fill: "currentColor",
|
|
@@ -3799,10 +3904,10 @@ const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3799
3904
|
clipRule: "evenodd"
|
|
3800
3905
|
}
|
|
3801
3906
|
) });
|
|
3802
|
-
const BaseSvgIcon$
|
|
3907
|
+
const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "PawnChess");
|
|
3803
3908
|
function PawnChess({ width, height, sx, ...props }, ref) {
|
|
3804
3909
|
return /* @__PURE__ */ jsx(
|
|
3805
|
-
BaseSvgIcon$
|
|
3910
|
+
BaseSvgIcon$1h,
|
|
3806
3911
|
{
|
|
3807
3912
|
ref,
|
|
3808
3913
|
viewBox: "0 0 24 24",
|
|
@@ -3816,7 +3921,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
|
|
|
3816
3921
|
);
|
|
3817
3922
|
}
|
|
3818
3923
|
const PawnChess$1 = forwardRef(PawnChess);
|
|
3819
|
-
const Icon$
|
|
3924
|
+
const Icon$1g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3820
3925
|
"path",
|
|
3821
3926
|
{
|
|
3822
3927
|
fill: "currentColor",
|
|
@@ -3825,10 +3930,10 @@ const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3825
3930
|
clipRule: "evenodd"
|
|
3826
3931
|
}
|
|
3827
3932
|
) });
|
|
3828
|
-
const BaseSvgIcon$
|
|
3933
|
+
const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "PlaceSelect");
|
|
3829
3934
|
function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
3830
3935
|
return /* @__PURE__ */ jsx(
|
|
3831
|
-
BaseSvgIcon$
|
|
3936
|
+
BaseSvgIcon$1g,
|
|
3832
3937
|
{
|
|
3833
3938
|
ref,
|
|
3834
3939
|
viewBox: "0 0 24 24",
|
|
@@ -3842,7 +3947,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
|
3842
3947
|
);
|
|
3843
3948
|
}
|
|
3844
3949
|
const PlaceSelect$1 = forwardRef(PlaceSelect);
|
|
3845
|
-
const Icon$
|
|
3950
|
+
const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3846
3951
|
"path",
|
|
3847
3952
|
{
|
|
3848
3953
|
fill: "currentColor",
|
|
@@ -3851,10 +3956,10 @@ const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3851
3956
|
clipRule: "evenodd"
|
|
3852
3957
|
}
|
|
3853
3958
|
) });
|
|
3854
|
-
const BaseSvgIcon$
|
|
3959
|
+
const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "PointsOfInterest");
|
|
3855
3960
|
function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
3856
3961
|
return /* @__PURE__ */ jsx(
|
|
3857
|
-
BaseSvgIcon$
|
|
3962
|
+
BaseSvgIcon$1f,
|
|
3858
3963
|
{
|
|
3859
3964
|
ref,
|
|
3860
3965
|
viewBox: "0 0 24 24",
|
|
@@ -3868,7 +3973,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
|
3868
3973
|
);
|
|
3869
3974
|
}
|
|
3870
3975
|
const PointsOfInterest$1 = forwardRef(PointsOfInterest);
|
|
3871
|
-
const Icon$
|
|
3976
|
+
const Icon$1e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3872
3977
|
/* @__PURE__ */ jsx(
|
|
3873
3978
|
"path",
|
|
3874
3979
|
{
|
|
@@ -3925,10 +4030,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3925
4030
|
}
|
|
3926
4031
|
)
|
|
3927
4032
|
] });
|
|
3928
|
-
const BaseSvgIcon$
|
|
4033
|
+
const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "Postgre");
|
|
3929
4034
|
function Postgre({ width, height, sx, ...props }, ref) {
|
|
3930
4035
|
return /* @__PURE__ */ jsx(
|
|
3931
|
-
BaseSvgIcon$
|
|
4036
|
+
BaseSvgIcon$1e,
|
|
3932
4037
|
{
|
|
3933
4038
|
ref,
|
|
3934
4039
|
viewBox: "0 0 24 24",
|
|
@@ -3942,7 +4047,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
|
|
|
3942
4047
|
);
|
|
3943
4048
|
}
|
|
3944
4049
|
const Postgre$1 = forwardRef(Postgre);
|
|
3945
|
-
const Icon$
|
|
4050
|
+
const Icon$1d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3946
4051
|
/* @__PURE__ */ jsx(
|
|
3947
4052
|
"path",
|
|
3948
4053
|
{
|
|
@@ -3960,10 +4065,10 @@ const Icon$1b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3960
4065
|
}
|
|
3961
4066
|
)
|
|
3962
4067
|
] });
|
|
3963
|
-
const BaseSvgIcon$
|
|
4068
|
+
const BaseSvgIcon$1d = createSvgIcon(Icon$1d(), "PostgreOutlined");
|
|
3964
4069
|
function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
3965
4070
|
return /* @__PURE__ */ jsx(
|
|
3966
|
-
BaseSvgIcon$
|
|
4071
|
+
BaseSvgIcon$1d,
|
|
3967
4072
|
{
|
|
3968
4073
|
ref,
|
|
3969
4074
|
viewBox: "0 0 24 24",
|
|
@@ -3977,7 +4082,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
|
3977
4082
|
);
|
|
3978
4083
|
}
|
|
3979
4084
|
const PostgreOutlined$1 = forwardRef(PostgreOutlined);
|
|
3980
|
-
const Icon$
|
|
4085
|
+
const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3981
4086
|
/* @__PURE__ */ jsx(
|
|
3982
4087
|
"path",
|
|
3983
4088
|
{
|
|
@@ -4011,10 +4116,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4011
4116
|
}
|
|
4012
4117
|
)
|
|
4013
4118
|
] });
|
|
4014
|
-
const BaseSvgIcon$
|
|
4119
|
+
const BaseSvgIcon$1c = createSvgIcon(Icon$1c(), "Preferences");
|
|
4015
4120
|
function Preferences({ width, height, sx, ...props }, ref) {
|
|
4016
4121
|
return /* @__PURE__ */ jsx(
|
|
4017
|
-
BaseSvgIcon$
|
|
4122
|
+
BaseSvgIcon$1c,
|
|
4018
4123
|
{
|
|
4019
4124
|
ref,
|
|
4020
4125
|
viewBox: "0 0 24 24",
|
|
@@ -4028,7 +4133,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
|
|
|
4028
4133
|
);
|
|
4029
4134
|
}
|
|
4030
4135
|
const Preferences$1 = forwardRef(Preferences);
|
|
4031
|
-
const Icon$
|
|
4136
|
+
const Icon$1b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4032
4137
|
"path",
|
|
4033
4138
|
{
|
|
4034
4139
|
fill: "currentColor",
|
|
@@ -4037,10 +4142,10 @@ const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4037
4142
|
clipRule: "evenodd"
|
|
4038
4143
|
}
|
|
4039
4144
|
) });
|
|
4040
|
-
const BaseSvgIcon$
|
|
4145
|
+
const BaseSvgIcon$1b = createSvgIcon(Icon$1b(), "ProcessData");
|
|
4041
4146
|
function ProcessData({ width, height, sx, ...props }, ref) {
|
|
4042
4147
|
return /* @__PURE__ */ jsx(
|
|
4043
|
-
BaseSvgIcon$
|
|
4148
|
+
BaseSvgIcon$1b,
|
|
4044
4149
|
{
|
|
4045
4150
|
ref,
|
|
4046
4151
|
viewBox: "0 0 24 24",
|
|
@@ -4054,7 +4159,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
|
|
|
4054
4159
|
);
|
|
4055
4160
|
}
|
|
4056
4161
|
const ProcessData$1 = forwardRef(ProcessData);
|
|
4057
|
-
const Icon$
|
|
4162
|
+
const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4058
4163
|
/* @__PURE__ */ jsx(
|
|
4059
4164
|
"path",
|
|
4060
4165
|
{
|
|
@@ -4072,10 +4177,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4072
4177
|
}
|
|
4073
4178
|
)
|
|
4074
4179
|
] });
|
|
4075
|
-
const BaseSvgIcon$
|
|
4180
|
+
const BaseSvgIcon$1a = createSvgIcon(Icon$1a(), "PublicWithPassword");
|
|
4076
4181
|
function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
4077
4182
|
return /* @__PURE__ */ jsx(
|
|
4078
|
-
BaseSvgIcon$
|
|
4183
|
+
BaseSvgIcon$1a,
|
|
4079
4184
|
{
|
|
4080
4185
|
ref,
|
|
4081
4186
|
viewBox: "0 0 24 24",
|
|
@@ -4089,17 +4194,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
|
4089
4194
|
);
|
|
4090
4195
|
}
|
|
4091
4196
|
const PublicWithPassword$1 = forwardRef(PublicWithPassword);
|
|
4092
|
-
const Icon$
|
|
4197
|
+
const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4093
4198
|
"path",
|
|
4094
4199
|
{
|
|
4095
4200
|
fill: "currentColor",
|
|
4096
4201
|
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"
|
|
4097
4202
|
}
|
|
4098
4203
|
) });
|
|
4099
|
-
const BaseSvgIcon$
|
|
4204
|
+
const BaseSvgIcon$19 = createSvgIcon(Icon$19(), "Publish");
|
|
4100
4205
|
function Publish({ width, height, sx, ...props }, ref) {
|
|
4101
4206
|
return /* @__PURE__ */ jsx(
|
|
4102
|
-
BaseSvgIcon$
|
|
4207
|
+
BaseSvgIcon$19,
|
|
4103
4208
|
{
|
|
4104
4209
|
ref,
|
|
4105
4210
|
viewBox: "0 0 24 24",
|
|
@@ -4113,7 +4218,7 @@ function Publish({ width, height, sx, ...props }, ref) {
|
|
|
4113
4218
|
);
|
|
4114
4219
|
}
|
|
4115
4220
|
const Publish$1 = forwardRef(Publish);
|
|
4116
|
-
const Icon$
|
|
4221
|
+
const Icon$18 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4117
4222
|
"path",
|
|
4118
4223
|
{
|
|
4119
4224
|
fill: "currentColor",
|
|
@@ -4122,10 +4227,10 @@ const Icon$16 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4122
4227
|
clipRule: "evenodd"
|
|
4123
4228
|
}
|
|
4124
4229
|
) });
|
|
4125
|
-
const BaseSvgIcon$
|
|
4230
|
+
const BaseSvgIcon$18 = createSvgIcon(Icon$18(), "Quadbin");
|
|
4126
4231
|
function Quadbin({ width, height, sx, ...props }, ref) {
|
|
4127
4232
|
return /* @__PURE__ */ jsx(
|
|
4128
|
-
BaseSvgIcon$
|
|
4233
|
+
BaseSvgIcon$18,
|
|
4129
4234
|
{
|
|
4130
4235
|
ref,
|
|
4131
4236
|
viewBox: "0 0 24 24",
|
|
@@ -4139,7 +4244,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
|
|
|
4139
4244
|
);
|
|
4140
4245
|
}
|
|
4141
4246
|
const Quadbin$1 = forwardRef(Quadbin);
|
|
4142
|
-
const Icon$
|
|
4247
|
+
const Icon$17 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4143
4248
|
/* @__PURE__ */ jsx(
|
|
4144
4249
|
"path",
|
|
4145
4250
|
{
|
|
@@ -4157,10 +4262,10 @@ const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4157
4262
|
}
|
|
4158
4263
|
)
|
|
4159
4264
|
] });
|
|
4160
|
-
const BaseSvgIcon$
|
|
4265
|
+
const BaseSvgIcon$17 = createSvgIcon(Icon$17(), "Quadkey");
|
|
4161
4266
|
function Quadkey({ width, height, sx, ...props }, ref) {
|
|
4162
4267
|
return /* @__PURE__ */ jsx(
|
|
4163
|
-
BaseSvgIcon$
|
|
4268
|
+
BaseSvgIcon$17,
|
|
4164
4269
|
{
|
|
4165
4270
|
ref,
|
|
4166
4271
|
viewBox: "0 0 24 24",
|
|
@@ -4174,7 +4279,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
|
|
|
4174
4279
|
);
|
|
4175
4280
|
}
|
|
4176
4281
|
const Quadkey$1 = forwardRef(Quadkey);
|
|
4177
|
-
const Icon$
|
|
4282
|
+
const Icon$16 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4178
4283
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4179
4284
|
"path",
|
|
4180
4285
|
{
|
|
@@ -4186,10 +4291,10 @@ const Icon$14 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4186
4291
|
) }),
|
|
4187
4292
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4188
4293
|
] });
|
|
4189
|
-
const BaseSvgIcon$
|
|
4294
|
+
const BaseSvgIcon$16 = createSvgIcon(Icon$16(), "QueryTable");
|
|
4190
4295
|
function QueryTable({ width, height, sx, ...props }, ref) {
|
|
4191
4296
|
return /* @__PURE__ */ jsx(
|
|
4192
|
-
BaseSvgIcon$
|
|
4297
|
+
BaseSvgIcon$16,
|
|
4193
4298
|
{
|
|
4194
4299
|
ref,
|
|
4195
4300
|
viewBox: "0 0 24 24",
|
|
@@ -4203,7 +4308,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
|
|
|
4203
4308
|
);
|
|
4204
4309
|
}
|
|
4205
4310
|
const QueryTable$1 = forwardRef(QueryTable);
|
|
4206
|
-
const Icon$
|
|
4311
|
+
const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4207
4312
|
/* @__PURE__ */ jsx(
|
|
4208
4313
|
"path",
|
|
4209
4314
|
{
|
|
@@ -4221,10 +4326,10 @@ const Icon$13 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4221
4326
|
}
|
|
4222
4327
|
)
|
|
4223
4328
|
] });
|
|
4224
|
-
const BaseSvgIcon$
|
|
4329
|
+
const BaseSvgIcon$15 = createSvgIcon(Icon$15(), "Rain");
|
|
4225
4330
|
function Rain({ width, height, sx, ...props }, ref) {
|
|
4226
4331
|
return /* @__PURE__ */ jsx(
|
|
4227
|
-
BaseSvgIcon$
|
|
4332
|
+
BaseSvgIcon$15,
|
|
4228
4333
|
{
|
|
4229
4334
|
ref,
|
|
4230
4335
|
viewBox: "0 0 24 24",
|
|
@@ -4238,17 +4343,17 @@ function Rain({ width, height, sx, ...props }, ref) {
|
|
|
4238
4343
|
);
|
|
4239
4344
|
}
|
|
4240
4345
|
const Rain$1 = forwardRef(Rain);
|
|
4241
|
-
const Icon$
|
|
4346
|
+
const Icon$14 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4242
4347
|
"path",
|
|
4243
4348
|
{
|
|
4244
4349
|
fill: "currentColor",
|
|
4245
4350
|
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"
|
|
4246
4351
|
}
|
|
4247
4352
|
) });
|
|
4248
|
-
const BaseSvgIcon$
|
|
4353
|
+
const BaseSvgIcon$14 = createSvgIcon(Icon$14(), "Raster");
|
|
4249
4354
|
function Raster({ width, height, sx, ...props }, ref) {
|
|
4250
4355
|
return /* @__PURE__ */ jsx(
|
|
4251
|
-
BaseSvgIcon$
|
|
4356
|
+
BaseSvgIcon$14,
|
|
4252
4357
|
{
|
|
4253
4358
|
ref,
|
|
4254
4359
|
viewBox: "0 0 24 24",
|
|
@@ -4262,17 +4367,17 @@ function Raster({ width, height, sx, ...props }, ref) {
|
|
|
4262
4367
|
);
|
|
4263
4368
|
}
|
|
4264
4369
|
const Raster$1 = forwardRef(Raster);
|
|
4265
|
-
const Icon$
|
|
4370
|
+
const Icon$13 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4266
4371
|
"path",
|
|
4267
4372
|
{
|
|
4268
4373
|
fill: "currentColor",
|
|
4269
4374
|
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"
|
|
4270
4375
|
}
|
|
4271
4376
|
) });
|
|
4272
|
-
const BaseSvgIcon$
|
|
4377
|
+
const BaseSvgIcon$13 = createSvgIcon(Icon$13(), "RedoAlt");
|
|
4273
4378
|
function RedoAlt({ width, height, sx, ...props }, ref) {
|
|
4274
4379
|
return /* @__PURE__ */ jsx(
|
|
4275
|
-
BaseSvgIcon$
|
|
4380
|
+
BaseSvgIcon$13,
|
|
4276
4381
|
{
|
|
4277
4382
|
ref,
|
|
4278
4383
|
viewBox: "0 0 24 24",
|
|
@@ -4286,7 +4391,7 @@ function RedoAlt({ width, height, sx, ...props }, ref) {
|
|
|
4286
4391
|
);
|
|
4287
4392
|
}
|
|
4288
4393
|
const RedoAlt$1 = forwardRef(RedoAlt);
|
|
4289
|
-
const Icon$
|
|
4394
|
+
const Icon$12 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4290
4395
|
"path",
|
|
4291
4396
|
{
|
|
4292
4397
|
fill: "currentColor",
|
|
@@ -4295,10 +4400,10 @@ const Icon$10 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4295
4400
|
clipRule: "evenodd"
|
|
4296
4401
|
}
|
|
4297
4402
|
) });
|
|
4298
|
-
const BaseSvgIcon$
|
|
4403
|
+
const BaseSvgIcon$12 = createSvgIcon(Icon$12(), "Redshift");
|
|
4299
4404
|
function Redshift({ width, height, sx, ...props }, ref) {
|
|
4300
4405
|
return /* @__PURE__ */ jsx(
|
|
4301
|
-
BaseSvgIcon$
|
|
4406
|
+
BaseSvgIcon$12,
|
|
4302
4407
|
{
|
|
4303
4408
|
ref,
|
|
4304
4409
|
viewBox: "0 0 24 24",
|
|
@@ -4312,7 +4417,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
|
|
|
4312
4417
|
);
|
|
4313
4418
|
}
|
|
4314
4419
|
const Redshift$1 = forwardRef(Redshift);
|
|
4315
|
-
const Icon
|
|
4420
|
+
const Icon$11 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4316
4421
|
"path",
|
|
4317
4422
|
{
|
|
4318
4423
|
fill: "currentColor",
|
|
@@ -4321,10 +4426,10 @@ const Icon$$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4321
4426
|
clipRule: "evenodd"
|
|
4322
4427
|
}
|
|
4323
4428
|
) });
|
|
4324
|
-
const BaseSvgIcon
|
|
4429
|
+
const BaseSvgIcon$11 = createSvgIcon(Icon$11(), "Report");
|
|
4325
4430
|
function Report({ width, height, sx, ...props }, ref) {
|
|
4326
4431
|
return /* @__PURE__ */ jsx(
|
|
4327
|
-
BaseSvgIcon
|
|
4432
|
+
BaseSvgIcon$11,
|
|
4328
4433
|
{
|
|
4329
4434
|
ref,
|
|
4330
4435
|
viewBox: "0 0 24 24",
|
|
@@ -4338,7 +4443,7 @@ function Report({ width, height, sx, ...props }, ref) {
|
|
|
4338
4443
|
);
|
|
4339
4444
|
}
|
|
4340
4445
|
const Report$1 = forwardRef(Report);
|
|
4341
|
-
const Icon$
|
|
4446
|
+
const Icon$10 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4342
4447
|
"path",
|
|
4343
4448
|
{
|
|
4344
4449
|
fill: "currentColor",
|
|
@@ -4347,10 +4452,10 @@ const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4347
4452
|
clipRule: "evenodd"
|
|
4348
4453
|
}
|
|
4349
4454
|
) });
|
|
4350
|
-
const BaseSvgIcon$
|
|
4455
|
+
const BaseSvgIcon$10 = createSvgIcon(Icon$10(), "Reset");
|
|
4351
4456
|
function Reset({ width, height, sx, ...props }, ref) {
|
|
4352
4457
|
return /* @__PURE__ */ jsx(
|
|
4353
|
-
BaseSvgIcon$
|
|
4458
|
+
BaseSvgIcon$10,
|
|
4354
4459
|
{
|
|
4355
4460
|
ref,
|
|
4356
4461
|
viewBox: "0 0 24 24",
|
|
@@ -4364,7 +4469,7 @@ function Reset({ width, height, sx, ...props }, ref) {
|
|
|
4364
4469
|
);
|
|
4365
4470
|
}
|
|
4366
4471
|
const Reset$1 = forwardRef(Reset);
|
|
4367
|
-
const Icon
|
|
4472
|
+
const Icon$$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4368
4473
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4369
4474
|
"path",
|
|
4370
4475
|
{
|
|
@@ -4376,10 +4481,10 @@ const Icon$Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4376
4481
|
) }),
|
|
4377
4482
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4378
4483
|
] });
|
|
4379
|
-
const BaseSvgIcon
|
|
4484
|
+
const BaseSvgIcon$$ = createSvgIcon(Icon$$(), "RiskAnalysis");
|
|
4380
4485
|
function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
4381
4486
|
return /* @__PURE__ */ jsx(
|
|
4382
|
-
BaseSvgIcon
|
|
4487
|
+
BaseSvgIcon$$,
|
|
4383
4488
|
{
|
|
4384
4489
|
ref,
|
|
4385
4490
|
viewBox: "0 0 24 24",
|
|
@@ -4393,7 +4498,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4393
4498
|
);
|
|
4394
4499
|
}
|
|
4395
4500
|
const RiskAnalysis$1 = forwardRef(RiskAnalysis);
|
|
4396
|
-
const Icon$
|
|
4501
|
+
const Icon$_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4397
4502
|
/* @__PURE__ */ jsx(
|
|
4398
4503
|
"path",
|
|
4399
4504
|
{
|
|
@@ -4412,10 +4517,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4412
4517
|
}
|
|
4413
4518
|
)
|
|
4414
4519
|
] });
|
|
4415
|
-
const BaseSvgIcon$
|
|
4520
|
+
const BaseSvgIcon$_ = createSvgIcon(Icon$_(), "RoadTraffic");
|
|
4416
4521
|
function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
4417
4522
|
return /* @__PURE__ */ jsx(
|
|
4418
|
-
BaseSvgIcon$
|
|
4523
|
+
BaseSvgIcon$_,
|
|
4419
4524
|
{
|
|
4420
4525
|
ref,
|
|
4421
4526
|
viewBox: "0 0 24 24",
|
|
@@ -4429,7 +4534,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
|
4429
4534
|
);
|
|
4430
4535
|
}
|
|
4431
4536
|
const RoadTraffic$1 = forwardRef(RoadTraffic);
|
|
4432
|
-
const Icon$
|
|
4537
|
+
const Icon$Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4433
4538
|
/* @__PURE__ */ jsx(
|
|
4434
4539
|
"path",
|
|
4435
4540
|
{
|
|
@@ -4448,10 +4553,10 @@ const Icon$X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4448
4553
|
}
|
|
4449
4554
|
)
|
|
4450
4555
|
] });
|
|
4451
|
-
const BaseSvgIcon$
|
|
4556
|
+
const BaseSvgIcon$Z = createSvgIcon(Icon$Z(), "RunSettings");
|
|
4452
4557
|
function RunSettings({ width, height, sx, ...props }, ref) {
|
|
4453
4558
|
return /* @__PURE__ */ jsx(
|
|
4454
|
-
BaseSvgIcon$
|
|
4559
|
+
BaseSvgIcon$Z,
|
|
4455
4560
|
{
|
|
4456
4561
|
ref,
|
|
4457
4562
|
viewBox: "0 0 24 24",
|
|
@@ -4465,7 +4570,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
|
|
|
4465
4570
|
);
|
|
4466
4571
|
}
|
|
4467
4572
|
const RunSettings$1 = forwardRef(RunSettings);
|
|
4468
|
-
const Icon$
|
|
4573
|
+
const Icon$Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4469
4574
|
"path",
|
|
4470
4575
|
{
|
|
4471
4576
|
fill: "currentColor",
|
|
@@ -4474,10 +4579,10 @@ const Icon$W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4474
4579
|
clipRule: "evenodd"
|
|
4475
4580
|
}
|
|
4476
4581
|
) });
|
|
4477
|
-
const BaseSvgIcon$
|
|
4582
|
+
const BaseSvgIcon$Y = createSvgIcon(Icon$Y(), "RunStep");
|
|
4478
4583
|
function RunStep({ width, height, sx, ...props }, ref) {
|
|
4479
4584
|
return /* @__PURE__ */ jsx(
|
|
4480
|
-
BaseSvgIcon$
|
|
4585
|
+
BaseSvgIcon$Y,
|
|
4481
4586
|
{
|
|
4482
4587
|
ref,
|
|
4483
4588
|
viewBox: "0 0 24 24",
|
|
@@ -4491,7 +4596,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
|
|
|
4491
4596
|
);
|
|
4492
4597
|
}
|
|
4493
4598
|
const RunStep$1 = forwardRef(RunStep);
|
|
4494
|
-
const Icon$
|
|
4599
|
+
const Icon$X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4495
4600
|
"path",
|
|
4496
4601
|
{
|
|
4497
4602
|
fill: "currentColor",
|
|
@@ -4500,10 +4605,10 @@ const Icon$V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4500
4605
|
clipRule: "evenodd"
|
|
4501
4606
|
}
|
|
4502
4607
|
) });
|
|
4503
|
-
const BaseSvgIcon$
|
|
4608
|
+
const BaseSvgIcon$X = createSvgIcon(Icon$X(), "Salesforce");
|
|
4504
4609
|
function Salesforce({ width, height, sx, ...props }, ref) {
|
|
4505
4610
|
return /* @__PURE__ */ jsx(
|
|
4506
|
-
BaseSvgIcon$
|
|
4611
|
+
BaseSvgIcon$X,
|
|
4507
4612
|
{
|
|
4508
4613
|
ref,
|
|
4509
4614
|
viewBox: "0 0 24 24",
|
|
@@ -4517,7 +4622,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
|
|
|
4517
4622
|
);
|
|
4518
4623
|
}
|
|
4519
4624
|
const Salesforce$1 = forwardRef(Salesforce);
|
|
4520
|
-
const Icon$
|
|
4625
|
+
const Icon$W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4521
4626
|
"path",
|
|
4522
4627
|
{
|
|
4523
4628
|
fill: "currentColor",
|
|
@@ -4526,10 +4631,10 @@ const Icon$U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4526
4631
|
clipRule: "evenodd"
|
|
4527
4632
|
}
|
|
4528
4633
|
) });
|
|
4529
|
-
const BaseSvgIcon$
|
|
4634
|
+
const BaseSvgIcon$W = createSvgIcon(Icon$W(), "Sample");
|
|
4530
4635
|
function Sample({ width, height, sx, ...props }, ref) {
|
|
4531
4636
|
return /* @__PURE__ */ jsx(
|
|
4532
|
-
BaseSvgIcon$
|
|
4637
|
+
BaseSvgIcon$W,
|
|
4533
4638
|
{
|
|
4534
4639
|
ref,
|
|
4535
4640
|
viewBox: "0 0 24 24",
|
|
@@ -4543,7 +4648,7 @@ function Sample({ width, height, sx, ...props }, ref) {
|
|
|
4543
4648
|
);
|
|
4544
4649
|
}
|
|
4545
4650
|
const Sample$1 = forwardRef(Sample);
|
|
4546
|
-
const Icon$
|
|
4651
|
+
const Icon$V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4547
4652
|
/* @__PURE__ */ jsx(
|
|
4548
4653
|
"path",
|
|
4549
4654
|
{
|
|
@@ -4559,10 +4664,10 @@ const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4559
4664
|
}
|
|
4560
4665
|
)
|
|
4561
4666
|
] });
|
|
4562
|
-
const BaseSvgIcon$
|
|
4667
|
+
const BaseSvgIcon$V = createSvgIcon(Icon$V(), "SaveOk");
|
|
4563
4668
|
function SaveOk({ width, height, sx, ...props }, ref) {
|
|
4564
4669
|
return /* @__PURE__ */ jsx(
|
|
4565
|
-
BaseSvgIcon$
|
|
4670
|
+
BaseSvgIcon$V,
|
|
4566
4671
|
{
|
|
4567
4672
|
ref,
|
|
4568
4673
|
viewBox: "0 0 24 24",
|
|
@@ -4576,7 +4681,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
|
|
|
4576
4681
|
);
|
|
4577
4682
|
}
|
|
4578
4683
|
const SaveOk$1 = forwardRef(SaveOk);
|
|
4579
|
-
const Icon$
|
|
4684
|
+
const Icon$U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4580
4685
|
/* @__PURE__ */ jsx(
|
|
4581
4686
|
"path",
|
|
4582
4687
|
{
|
|
@@ -4601,10 +4706,10 @@ const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4601
4706
|
}
|
|
4602
4707
|
)
|
|
4603
4708
|
] });
|
|
4604
|
-
const BaseSvgIcon$
|
|
4709
|
+
const BaseSvgIcon$U = createSvgIcon(Icon$U(), "ScheduleRun");
|
|
4605
4710
|
function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
4606
4711
|
return /* @__PURE__ */ jsx(
|
|
4607
|
-
BaseSvgIcon$
|
|
4712
|
+
BaseSvgIcon$U,
|
|
4608
4713
|
{
|
|
4609
4714
|
ref,
|
|
4610
4715
|
viewBox: "0 0 24 24",
|
|
@@ -4618,7 +4723,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
|
4618
4723
|
);
|
|
4619
4724
|
}
|
|
4620
4725
|
const ScheduleRun$1 = forwardRef(ScheduleRun);
|
|
4621
|
-
const Icon$
|
|
4726
|
+
const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4622
4727
|
/* @__PURE__ */ jsx(
|
|
4623
4728
|
"path",
|
|
4624
4729
|
{
|
|
@@ -4634,10 +4739,10 @@ const Icon$R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4634
4739
|
}
|
|
4635
4740
|
)
|
|
4636
4741
|
] });
|
|
4637
|
-
const BaseSvgIcon$
|
|
4742
|
+
const BaseSvgIcon$T = createSvgIcon(Icon$T(), "SelectDestination");
|
|
4638
4743
|
function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
4639
4744
|
return /* @__PURE__ */ jsx(
|
|
4640
|
-
BaseSvgIcon$
|
|
4745
|
+
BaseSvgIcon$T,
|
|
4641
4746
|
{
|
|
4642
4747
|
ref,
|
|
4643
4748
|
viewBox: "0 0 24 24",
|
|
@@ -4651,7 +4756,7 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
|
4651
4756
|
);
|
|
4652
4757
|
}
|
|
4653
4758
|
const SelectDestination$1 = forwardRef(SelectDestination);
|
|
4654
|
-
const Icon$
|
|
4759
|
+
const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4655
4760
|
/* @__PURE__ */ jsx(
|
|
4656
4761
|
"path",
|
|
4657
4762
|
{
|
|
@@ -4667,10 +4772,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4667
4772
|
}
|
|
4668
4773
|
)
|
|
4669
4774
|
] });
|
|
4670
|
-
const BaseSvgIcon$
|
|
4775
|
+
const BaseSvgIcon$S = createSvgIcon(Icon$S(), "SelectFeature");
|
|
4671
4776
|
function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
4672
4777
|
return /* @__PURE__ */ jsx(
|
|
4673
|
-
BaseSvgIcon$
|
|
4778
|
+
BaseSvgIcon$S,
|
|
4674
4779
|
{
|
|
4675
4780
|
ref,
|
|
4676
4781
|
viewBox: "0 0 24 24",
|
|
@@ -4684,7 +4789,7 @@ function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
|
4684
4789
|
);
|
|
4685
4790
|
}
|
|
4686
4791
|
const SelectFeature$1 = forwardRef(SelectFeature);
|
|
4687
|
-
const Icon$
|
|
4792
|
+
const Icon$R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4688
4793
|
"path",
|
|
4689
4794
|
{
|
|
4690
4795
|
fill: "currentColor",
|
|
@@ -4693,10 +4798,10 @@ const Icon$P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4693
4798
|
clipRule: "evenodd"
|
|
4694
4799
|
}
|
|
4695
4800
|
) });
|
|
4696
|
-
const BaseSvgIcon$
|
|
4801
|
+
const BaseSvgIcon$R = createSvgIcon(Icon$R(), "SelectTool");
|
|
4697
4802
|
function SelectTool({ width, height, sx, ...props }, ref) {
|
|
4698
4803
|
return /* @__PURE__ */ jsx(
|
|
4699
|
-
BaseSvgIcon$
|
|
4804
|
+
BaseSvgIcon$R,
|
|
4700
4805
|
{
|
|
4701
4806
|
ref,
|
|
4702
4807
|
viewBox: "0 0 24 24",
|
|
@@ -4710,17 +4815,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
|
|
|
4710
4815
|
);
|
|
4711
4816
|
}
|
|
4712
4817
|
const SelectTool$1 = forwardRef(SelectTool);
|
|
4713
|
-
const Icon$
|
|
4818
|
+
const Icon$Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4714
4819
|
"path",
|
|
4715
4820
|
{
|
|
4716
4821
|
fill: "currentColor",
|
|
4717
4822
|
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"
|
|
4718
4823
|
}
|
|
4719
4824
|
) });
|
|
4720
|
-
const BaseSvgIcon$
|
|
4825
|
+
const BaseSvgIcon$Q = createSvgIcon(Icon$Q(), "SelectVariable");
|
|
4721
4826
|
function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
4722
4827
|
return /* @__PURE__ */ jsx(
|
|
4723
|
-
BaseSvgIcon$
|
|
4828
|
+
BaseSvgIcon$Q,
|
|
4724
4829
|
{
|
|
4725
4830
|
ref,
|
|
4726
4831
|
viewBox: "0 0 24 24",
|
|
@@ -4734,7 +4839,7 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
|
4734
4839
|
);
|
|
4735
4840
|
}
|
|
4736
4841
|
const SelectVariable$1 = forwardRef(SelectVariable);
|
|
4737
|
-
const Icon$
|
|
4842
|
+
const Icon$P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4738
4843
|
/* @__PURE__ */ jsx(
|
|
4739
4844
|
"path",
|
|
4740
4845
|
{
|
|
@@ -4750,10 +4855,10 @@ const Icon$N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4750
4855
|
}
|
|
4751
4856
|
)
|
|
4752
4857
|
] });
|
|
4753
|
-
const BaseSvgIcon$
|
|
4858
|
+
const BaseSvgIcon$P = createSvgIcon(Icon$P(), "ShowNodeResults");
|
|
4754
4859
|
function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
4755
4860
|
return /* @__PURE__ */ jsx(
|
|
4756
|
-
BaseSvgIcon$
|
|
4861
|
+
BaseSvgIcon$P,
|
|
4757
4862
|
{
|
|
4758
4863
|
ref,
|
|
4759
4864
|
viewBox: "0 0 24 24",
|
|
@@ -4767,7 +4872,7 @@ function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
|
4767
4872
|
);
|
|
4768
4873
|
}
|
|
4769
4874
|
const ShowNodeResults$1 = forwardRef(ShowNodeResults);
|
|
4770
|
-
const Icon$
|
|
4875
|
+
const Icon$O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4771
4876
|
/* @__PURE__ */ jsx(
|
|
4772
4877
|
"path",
|
|
4773
4878
|
{
|
|
@@ -4785,10 +4890,10 @@ const Icon$M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4785
4890
|
}
|
|
4786
4891
|
)
|
|
4787
4892
|
] });
|
|
4788
|
-
const BaseSvgIcon$
|
|
4893
|
+
const BaseSvgIcon$O = createSvgIcon(Icon$O(), "ShowRightsidebar");
|
|
4789
4894
|
function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
4790
4895
|
return /* @__PURE__ */ jsx(
|
|
4791
|
-
BaseSvgIcon$
|
|
4896
|
+
BaseSvgIcon$O,
|
|
4792
4897
|
{
|
|
4793
4898
|
ref,
|
|
4794
4899
|
viewBox: "0 0 24 24",
|
|
@@ -4802,7 +4907,7 @@ function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
4802
4907
|
);
|
|
4803
4908
|
}
|
|
4804
4909
|
const ShowRightsidebar$1 = forwardRef(ShowRightsidebar);
|
|
4805
|
-
const Icon$
|
|
4910
|
+
const Icon$N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4806
4911
|
/* @__PURE__ */ jsx(
|
|
4807
4912
|
"path",
|
|
4808
4913
|
{
|
|
@@ -4820,10 +4925,10 @@ const Icon$L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4820
4925
|
}
|
|
4821
4926
|
)
|
|
4822
4927
|
] });
|
|
4823
|
-
const BaseSvgIcon$
|
|
4928
|
+
const BaseSvgIcon$N = createSvgIcon(Icon$N(), "SingleLayer");
|
|
4824
4929
|
function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
4825
4930
|
return /* @__PURE__ */ jsx(
|
|
4826
|
-
BaseSvgIcon$
|
|
4931
|
+
BaseSvgIcon$N,
|
|
4827
4932
|
{
|
|
4828
4933
|
ref,
|
|
4829
4934
|
viewBox: "0 0 24 24",
|
|
@@ -4837,7 +4942,7 @@ function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
|
4837
4942
|
);
|
|
4838
4943
|
}
|
|
4839
4944
|
const SingleLayer$1 = forwardRef(SingleLayer);
|
|
4840
|
-
const Icon$
|
|
4945
|
+
const Icon$M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4841
4946
|
"path",
|
|
4842
4947
|
{
|
|
4843
4948
|
fill: "currentColor",
|
|
@@ -4846,10 +4951,10 @@ const Icon$K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4846
4951
|
clipRule: "evenodd"
|
|
4847
4952
|
}
|
|
4848
4953
|
) });
|
|
4849
|
-
const BaseSvgIcon$
|
|
4954
|
+
const BaseSvgIcon$M = createSvgIcon(Icon$M(), "SiteSelection");
|
|
4850
4955
|
function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
4851
4956
|
return /* @__PURE__ */ jsx(
|
|
4852
|
-
BaseSvgIcon$
|
|
4957
|
+
BaseSvgIcon$M,
|
|
4853
4958
|
{
|
|
4854
4959
|
ref,
|
|
4855
4960
|
viewBox: "0 0 24 24",
|
|
@@ -4863,7 +4968,7 @@ function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
|
4863
4968
|
);
|
|
4864
4969
|
}
|
|
4865
4970
|
const SiteSelection$1 = forwardRef(SiteSelection);
|
|
4866
|
-
const Icon$
|
|
4971
|
+
const Icon$L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4867
4972
|
"path",
|
|
4868
4973
|
{
|
|
4869
4974
|
fill: "currentColor",
|
|
@@ -4872,10 +4977,10 @@ const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4872
4977
|
clipRule: "evenodd"
|
|
4873
4978
|
}
|
|
4874
4979
|
) });
|
|
4875
|
-
const BaseSvgIcon$
|
|
4980
|
+
const BaseSvgIcon$L = createSvgIcon(Icon$L(), "Snowflake");
|
|
4876
4981
|
function Snowflake({ width, height, sx, ...props }, ref) {
|
|
4877
4982
|
return /* @__PURE__ */ jsx(
|
|
4878
|
-
BaseSvgIcon$
|
|
4983
|
+
BaseSvgIcon$L,
|
|
4879
4984
|
{
|
|
4880
4985
|
ref,
|
|
4881
4986
|
viewBox: "0 0 24 24",
|
|
@@ -4889,17 +4994,43 @@ function Snowflake({ width, height, sx, ...props }, ref) {
|
|
|
4889
4994
|
);
|
|
4890
4995
|
}
|
|
4891
4996
|
const Snowflake$1 = forwardRef(Snowflake);
|
|
4892
|
-
const Icon$
|
|
4997
|
+
const Icon$K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4998
|
+
"path",
|
|
4999
|
+
{
|
|
5000
|
+
fill: "currentColor",
|
|
5001
|
+
fillRule: "evenodd",
|
|
5002
|
+
d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h4.2v-1.2H4.2zm7.855 18.6a2.4 2.4 0 0 1-1.74-.7 2.29 2.29 0 0 1-.715-1.7q0-1 .716-1.7a2.4 2.4 0 0 1 1.739-.7q.675 0 1.237.33t.89.87H18.6v2.4h-.818v1.2h-2.455v-1.2h-1.145a2.5 2.5 0 0 1-.89.87q-.562.33-1.237.33m0-.8q.674 0 1.084-.405.409-.405.49-.795h2.516V22h.819v-1.2h.818V20H13.63q-.083-.39-.491-.795-.41-.405-1.084-.405t-1.156.47q-.48.47-.48 1.13t.48 1.13q.48.47 1.156.47m0-.8a.8.8 0 0 0 .577-.235.76.76 0 0 0 .24-.565q0-.33-.24-.565a.8.8 0 0 0-.577-.235.8.8 0 0 0-.578.235.76.76 0 0 0-.24.565q0 .33.24.565t.578.235M12 10.2a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4m0 1.2a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8m4.858 4.78a2.57 2.57 0 0 0-.85-2.462l-.306-.263a3.27 3.27 0 0 0-1.485-.722l-.25-.05a4.3 4.3 0 0 0-.833-.083h-2.16q-.42 0-.832.082l-.25.05c-.55.11-1.06.36-1.486.723l-.306.263a2.58 2.58 0 0 0-.85 2.461q.006.02.025.021h9.558a.03.03 0 0 0 .025-.02M15.532 15a1.4 1.4 0 0 0-.304-.37l-.307-.264a2.07 2.07 0 0 0-.939-.457l-.25-.05a3 3 0 0 0-.598-.059h-2.16q-.3 0-.597.06l-.25.05c-.348.069-.671.226-.94.457l-.306.262a1.4 1.4 0 0 0-.305.371z",
|
|
5003
|
+
clipRule: "evenodd"
|
|
5004
|
+
}
|
|
5005
|
+
) });
|
|
5006
|
+
const BaseSvgIcon$K = createSvgIcon(Icon$K(), "SpaOauthClient");
|
|
5007
|
+
function SpaOauthClient({ width, height, sx, ...props }, ref) {
|
|
5008
|
+
return /* @__PURE__ */ jsx(
|
|
5009
|
+
BaseSvgIcon$K,
|
|
5010
|
+
{
|
|
5011
|
+
ref,
|
|
5012
|
+
viewBox: "0 0 24 24",
|
|
5013
|
+
sx: {
|
|
5014
|
+
width,
|
|
5015
|
+
height: height || width,
|
|
5016
|
+
...sx
|
|
5017
|
+
},
|
|
5018
|
+
...props
|
|
5019
|
+
}
|
|
5020
|
+
);
|
|
5021
|
+
}
|
|
5022
|
+
const SpaOauthClient$1 = forwardRef(SpaOauthClient);
|
|
5023
|
+
const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4893
5024
|
"path",
|
|
4894
5025
|
{
|
|
4895
5026
|
fill: "currentColor",
|
|
4896
5027
|
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"
|
|
4897
5028
|
}
|
|
4898
5029
|
) });
|
|
4899
|
-
const BaseSvgIcon$
|
|
5030
|
+
const BaseSvgIcon$J = createSvgIcon(Icon$J(), "SpatialAnalysis");
|
|
4900
5031
|
function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
4901
5032
|
return /* @__PURE__ */ jsx(
|
|
4902
|
-
BaseSvgIcon$
|
|
5033
|
+
BaseSvgIcon$J,
|
|
4903
5034
|
{
|
|
4904
5035
|
ref,
|
|
4905
5036
|
viewBox: "0 0 24 24",
|
|
@@ -4913,7 +5044,7 @@ function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4913
5044
|
);
|
|
4914
5045
|
}
|
|
4915
5046
|
const SpatialAnalysis$1 = forwardRef(SpatialAnalysis);
|
|
4916
|
-
const Icon$
|
|
5047
|
+
const Icon$I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4917
5048
|
"path",
|
|
4918
5049
|
{
|
|
4919
5050
|
fill: "currentColor",
|
|
@@ -4922,10 +5053,10 @@ const Icon$H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4922
5053
|
clipRule: "evenodd"
|
|
4923
5054
|
}
|
|
4924
5055
|
) });
|
|
4925
|
-
const BaseSvgIcon$
|
|
5056
|
+
const BaseSvgIcon$I = createSvgIcon(Icon$I(), "SpatialExtension");
|
|
4926
5057
|
function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
4927
5058
|
return /* @__PURE__ */ jsx(
|
|
4928
|
-
BaseSvgIcon$
|
|
5059
|
+
BaseSvgIcon$I,
|
|
4929
5060
|
{
|
|
4930
5061
|
ref,
|
|
4931
5062
|
viewBox: "0 0 24 24",
|
|
@@ -4939,7 +5070,7 @@ function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
4939
5070
|
);
|
|
4940
5071
|
}
|
|
4941
5072
|
const SpatialExtension$1 = forwardRef(SpatialExtension);
|
|
4942
|
-
const Icon$
|
|
5073
|
+
const Icon$H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4943
5074
|
"path",
|
|
4944
5075
|
{
|
|
4945
5076
|
fill: "currentColor",
|
|
@@ -4948,10 +5079,10 @@ const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4948
5079
|
clipRule: "evenodd"
|
|
4949
5080
|
}
|
|
4950
5081
|
) });
|
|
4951
|
-
const BaseSvgIcon$
|
|
5082
|
+
const BaseSvgIcon$H = createSvgIcon(Icon$H(), "SpatialIndexes");
|
|
4952
5083
|
function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
4953
5084
|
return /* @__PURE__ */ jsx(
|
|
4954
|
-
BaseSvgIcon$
|
|
5085
|
+
BaseSvgIcon$H,
|
|
4955
5086
|
{
|
|
4956
5087
|
ref,
|
|
4957
5088
|
viewBox: "0 0 24 24",
|
|
@@ -4965,7 +5096,7 @@ function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
|
4965
5096
|
);
|
|
4966
5097
|
}
|
|
4967
5098
|
const SpatialIndexes$1 = forwardRef(SpatialIndexes);
|
|
4968
|
-
const Icon$
|
|
5099
|
+
const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4969
5100
|
"path",
|
|
4970
5101
|
{
|
|
4971
5102
|
fill: "currentColor",
|
|
@@ -4974,10 +5105,10 @@ const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4974
5105
|
clipRule: "evenodd"
|
|
4975
5106
|
}
|
|
4976
5107
|
) });
|
|
4977
|
-
const BaseSvgIcon$
|
|
5108
|
+
const BaseSvgIcon$G = createSvgIcon(Icon$G(), "Sql");
|
|
4978
5109
|
function Sql({ width, height, sx, ...props }, ref) {
|
|
4979
5110
|
return /* @__PURE__ */ jsx(
|
|
4980
|
-
BaseSvgIcon$
|
|
5111
|
+
BaseSvgIcon$G,
|
|
4981
5112
|
{
|
|
4982
5113
|
ref,
|
|
4983
5114
|
viewBox: "0 0 24 24",
|
|
@@ -4991,7 +5122,7 @@ function Sql({ width, height, sx, ...props }, ref) {
|
|
|
4991
5122
|
);
|
|
4992
5123
|
}
|
|
4993
5124
|
const Sql$1 = forwardRef(Sql);
|
|
4994
|
-
const Icon$
|
|
5125
|
+
const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4995
5126
|
"path",
|
|
4996
5127
|
{
|
|
4997
5128
|
fill: "currentColor",
|
|
@@ -5000,10 +5131,10 @@ const Icon$E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5000
5131
|
clipRule: "evenodd"
|
|
5001
5132
|
}
|
|
5002
5133
|
) });
|
|
5003
|
-
const BaseSvgIcon$
|
|
5134
|
+
const BaseSvgIcon$F = createSvgIcon(Icon$F(), "SqlError");
|
|
5004
5135
|
function SqlError({ width, height, sx, ...props }, ref) {
|
|
5005
5136
|
return /* @__PURE__ */ jsx(
|
|
5006
|
-
BaseSvgIcon$
|
|
5137
|
+
BaseSvgIcon$F,
|
|
5007
5138
|
{
|
|
5008
5139
|
ref,
|
|
5009
5140
|
viewBox: "0 0 24 24",
|
|
@@ -5017,7 +5148,7 @@ function SqlError({ width, height, sx, ...props }, ref) {
|
|
|
5017
5148
|
);
|
|
5018
5149
|
}
|
|
5019
5150
|
const SqlError$1 = forwardRef(SqlError);
|
|
5020
|
-
const Icon$
|
|
5151
|
+
const Icon$E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5021
5152
|
/* @__PURE__ */ jsx(
|
|
5022
5153
|
"path",
|
|
5023
5154
|
{
|
|
@@ -5037,10 +5168,10 @@ const Icon$D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5037
5168
|
}
|
|
5038
5169
|
)
|
|
5039
5170
|
] });
|
|
5040
|
-
const BaseSvgIcon$
|
|
5171
|
+
const BaseSvgIcon$E = createSvgIcon(Icon$E(), "Sso");
|
|
5041
5172
|
function Sso({ width, height, sx, ...props }, ref) {
|
|
5042
5173
|
return /* @__PURE__ */ jsx(
|
|
5043
|
-
BaseSvgIcon$
|
|
5174
|
+
BaseSvgIcon$E,
|
|
5044
5175
|
{
|
|
5045
5176
|
ref,
|
|
5046
5177
|
viewBox: "0 0 24 24",
|
|
@@ -5054,11 +5185,11 @@ function Sso({ width, height, sx, ...props }, ref) {
|
|
|
5054
5185
|
);
|
|
5055
5186
|
}
|
|
5056
5187
|
const Sso$1 = forwardRef(Sso);
|
|
5057
|
-
const Icon$
|
|
5058
|
-
const BaseSvgIcon$
|
|
5188
|
+
const Icon$D = () => /* @__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" }) });
|
|
5189
|
+
const BaseSvgIcon$D = createSvgIcon(Icon$D(), "StrokeCustom");
|
|
5059
5190
|
function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
5060
5191
|
return /* @__PURE__ */ jsx(
|
|
5061
|
-
BaseSvgIcon$
|
|
5192
|
+
BaseSvgIcon$D,
|
|
5062
5193
|
{
|
|
5063
5194
|
ref,
|
|
5064
5195
|
viewBox: "0 0 24 24",
|
|
@@ -5072,11 +5203,11 @@ function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
|
5072
5203
|
);
|
|
5073
5204
|
}
|
|
5074
5205
|
const StrokeCustom$1 = forwardRef(StrokeCustom);
|
|
5075
|
-
const Icon$
|
|
5076
|
-
const BaseSvgIcon$
|
|
5206
|
+
const Icon$C = () => /* @__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" }) });
|
|
5207
|
+
const BaseSvgIcon$C = createSvgIcon(Icon$C(), "StrokeDash");
|
|
5077
5208
|
function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
5078
5209
|
return /* @__PURE__ */ jsx(
|
|
5079
|
-
BaseSvgIcon$
|
|
5210
|
+
BaseSvgIcon$C,
|
|
5080
5211
|
{
|
|
5081
5212
|
ref,
|
|
5082
5213
|
viewBox: "0 0 24 24",
|
|
@@ -5090,11 +5221,11 @@ function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
|
5090
5221
|
);
|
|
5091
5222
|
}
|
|
5092
5223
|
const StrokeDash$1 = forwardRef(StrokeDash);
|
|
5093
|
-
const Icon$
|
|
5094
|
-
const BaseSvgIcon$
|
|
5224
|
+
const Icon$B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
|
|
5225
|
+
const BaseSvgIcon$B = createSvgIcon(Icon$B(), "StrokeSolid");
|
|
5095
5226
|
function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
5096
5227
|
return /* @__PURE__ */ jsx(
|
|
5097
|
-
BaseSvgIcon$
|
|
5228
|
+
BaseSvgIcon$B,
|
|
5098
5229
|
{
|
|
5099
5230
|
ref,
|
|
5100
5231
|
viewBox: "0 0 24 24",
|
|
@@ -5108,7 +5239,7 @@ function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
|
5108
5239
|
);
|
|
5109
5240
|
}
|
|
5110
5241
|
const StrokeSolid$1 = forwardRef(StrokeSolid);
|
|
5111
|
-
const Icon$
|
|
5242
|
+
const Icon$A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5112
5243
|
"path",
|
|
5113
5244
|
{
|
|
5114
5245
|
fill: "currentColor",
|
|
@@ -5117,10 +5248,10 @@ const Icon$z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5117
5248
|
clipRule: "evenodd"
|
|
5118
5249
|
}
|
|
5119
5250
|
) });
|
|
5120
|
-
const BaseSvgIcon$
|
|
5251
|
+
const BaseSvgIcon$A = createSvgIcon(Icon$A(), "SupplyChain");
|
|
5121
5252
|
function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
5122
5253
|
return /* @__PURE__ */ jsx(
|
|
5123
|
-
BaseSvgIcon$
|
|
5254
|
+
BaseSvgIcon$A,
|
|
5124
5255
|
{
|
|
5125
5256
|
ref,
|
|
5126
5257
|
viewBox: "0 0 24 24",
|
|
@@ -5134,11 +5265,11 @@ function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
|
5134
5265
|
);
|
|
5135
5266
|
}
|
|
5136
5267
|
const SupplyChain$1 = forwardRef(SupplyChain);
|
|
5137
|
-
const Icon$
|
|
5138
|
-
const BaseSvgIcon$
|
|
5268
|
+
const Icon$z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
|
|
5269
|
+
const BaseSvgIcon$z = createSvgIcon(Icon$z(), "SwatchCircle");
|
|
5139
5270
|
function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
5140
5271
|
return /* @__PURE__ */ jsx(
|
|
5141
|
-
BaseSvgIcon$
|
|
5272
|
+
BaseSvgIcon$z,
|
|
5142
5273
|
{
|
|
5143
5274
|
ref,
|
|
5144
5275
|
viewBox: "0 0 24 24",
|
|
@@ -5152,7 +5283,7 @@ function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
|
5152
5283
|
);
|
|
5153
5284
|
}
|
|
5154
5285
|
const SwatchCircle$1 = forwardRef(SwatchCircle);
|
|
5155
|
-
const Icon$
|
|
5286
|
+
const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5156
5287
|
"path",
|
|
5157
5288
|
{
|
|
5158
5289
|
fill: "currentColor",
|
|
@@ -5161,10 +5292,10 @@ const Icon$x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5161
5292
|
clipRule: "evenodd"
|
|
5162
5293
|
}
|
|
5163
5294
|
) });
|
|
5164
|
-
const BaseSvgIcon$
|
|
5295
|
+
const BaseSvgIcon$y = createSvgIcon(Icon$y(), "SwatchCircleNone");
|
|
5165
5296
|
function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
5166
5297
|
return /* @__PURE__ */ jsx(
|
|
5167
|
-
BaseSvgIcon$
|
|
5298
|
+
BaseSvgIcon$y,
|
|
5168
5299
|
{
|
|
5169
5300
|
ref,
|
|
5170
5301
|
viewBox: "0 0 24 24",
|
|
@@ -5178,7 +5309,7 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
|
5178
5309
|
);
|
|
5179
5310
|
}
|
|
5180
5311
|
const SwatchCircleNone$1 = forwardRef(SwatchCircleNone);
|
|
5181
|
-
const Icon$
|
|
5312
|
+
const Icon$x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5182
5313
|
"path",
|
|
5183
5314
|
{
|
|
5184
5315
|
fill: "currentColor",
|
|
@@ -5187,10 +5318,10 @@ const Icon$w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5187
5318
|
clipRule: "evenodd"
|
|
5188
5319
|
}
|
|
5189
5320
|
) });
|
|
5190
|
-
const BaseSvgIcon$
|
|
5321
|
+
const BaseSvgIcon$x = createSvgIcon(Icon$x(), "TableColumn");
|
|
5191
5322
|
function TableColumn({ width, height, sx, ...props }, ref) {
|
|
5192
5323
|
return /* @__PURE__ */ jsx(
|
|
5193
|
-
BaseSvgIcon$
|
|
5324
|
+
BaseSvgIcon$x,
|
|
5194
5325
|
{
|
|
5195
5326
|
ref,
|
|
5196
5327
|
viewBox: "0 0 24 24",
|
|
@@ -5204,7 +5335,7 @@ function TableColumn({ width, height, sx, ...props }, ref) {
|
|
|
5204
5335
|
);
|
|
5205
5336
|
}
|
|
5206
5337
|
const TableColumn$1 = forwardRef(TableColumn);
|
|
5207
|
-
const Icon$
|
|
5338
|
+
const Icon$w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5208
5339
|
/* @__PURE__ */ jsx(
|
|
5209
5340
|
"path",
|
|
5210
5341
|
{
|
|
@@ -5222,10 +5353,10 @@ const Icon$v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5222
5353
|
}
|
|
5223
5354
|
)
|
|
5224
5355
|
] });
|
|
5225
|
-
const BaseSvgIcon$
|
|
5356
|
+
const BaseSvgIcon$w = createSvgIcon(Icon$w(), "TableColumnLimited");
|
|
5226
5357
|
function TableColumnLimited({ width, height, sx, ...props }, ref) {
|
|
5227
5358
|
return /* @__PURE__ */ jsx(
|
|
5228
|
-
BaseSvgIcon$
|
|
5359
|
+
BaseSvgIcon$w,
|
|
5229
5360
|
{
|
|
5230
5361
|
ref,
|
|
5231
5362
|
viewBox: "0 0 24 24",
|
|
@@ -5239,7 +5370,7 @@ function TableColumnLimited({ width, height, sx, ...props }, ref) {
|
|
|
5239
5370
|
);
|
|
5240
5371
|
}
|
|
5241
5372
|
const TableColumnLimited$1 = forwardRef(TableColumnLimited);
|
|
5242
|
-
const Icon$
|
|
5373
|
+
const Icon$v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5243
5374
|
/* @__PURE__ */ jsxs(
|
|
5244
5375
|
"g",
|
|
5245
5376
|
{
|
|
@@ -5255,10 +5386,10 @@ const Icon$u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5255
5386
|
),
|
|
5256
5387
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
5257
5388
|
] });
|
|
5258
|
-
const BaseSvgIcon$
|
|
5389
|
+
const BaseSvgIcon$v = createSvgIcon(Icon$v(), "TempTable");
|
|
5259
5390
|
function TempTable({ width, height, sx, ...props }, ref) {
|
|
5260
5391
|
return /* @__PURE__ */ jsx(
|
|
5261
|
-
BaseSvgIcon$
|
|
5392
|
+
BaseSvgIcon$v,
|
|
5262
5393
|
{
|
|
5263
5394
|
ref,
|
|
5264
5395
|
viewBox: "0 0 24 24",
|
|
@@ -5272,7 +5403,7 @@ function TempTable({ width, height, sx, ...props }, ref) {
|
|
|
5272
5403
|
);
|
|
5273
5404
|
}
|
|
5274
5405
|
const TempTable$1 = forwardRef(TempTable);
|
|
5275
|
-
const Icon$
|
|
5406
|
+
const Icon$u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5276
5407
|
"path",
|
|
5277
5408
|
{
|
|
5278
5409
|
fill: "currentColor",
|
|
@@ -5281,10 +5412,10 @@ const Icon$t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5281
5412
|
clipRule: "evenodd"
|
|
5282
5413
|
}
|
|
5283
5414
|
) });
|
|
5284
|
-
const BaseSvgIcon$
|
|
5415
|
+
const BaseSvgIcon$u = createSvgIcon(Icon$u(), "TerritoryPlanning");
|
|
5285
5416
|
function TerritoryPlanning({ width, height, sx, ...props }, ref) {
|
|
5286
5417
|
return /* @__PURE__ */ jsx(
|
|
5287
|
-
BaseSvgIcon$
|
|
5418
|
+
BaseSvgIcon$u,
|
|
5288
5419
|
{
|
|
5289
5420
|
ref,
|
|
5290
5421
|
viewBox: "0 0 24 24",
|
|
@@ -5298,7 +5429,7 @@ function TerritoryPlanning({ width, height, sx, ...props }, ref) {
|
|
|
5298
5429
|
);
|
|
5299
5430
|
}
|
|
5300
5431
|
const TerritoryPlanning$1 = forwardRef(TerritoryPlanning);
|
|
5301
|
-
const Icon$
|
|
5432
|
+
const Icon$t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5302
5433
|
"path",
|
|
5303
5434
|
{
|
|
5304
5435
|
fill: "currentColor",
|
|
@@ -5307,10 +5438,10 @@ const Icon$s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5307
5438
|
clipRule: "evenodd"
|
|
5308
5439
|
}
|
|
5309
5440
|
) });
|
|
5310
|
-
const BaseSvgIcon$
|
|
5441
|
+
const BaseSvgIcon$t = createSvgIcon(Icon$t(), "TextBox");
|
|
5311
5442
|
function TextBox({ width, height, sx, ...props }, ref) {
|
|
5312
5443
|
return /* @__PURE__ */ jsx(
|
|
5313
|
-
BaseSvgIcon$
|
|
5444
|
+
BaseSvgIcon$t,
|
|
5314
5445
|
{
|
|
5315
5446
|
ref,
|
|
5316
5447
|
viewBox: "0 0 24 24",
|
|
@@ -5324,7 +5455,7 @@ function TextBox({ width, height, sx, ...props }, ref) {
|
|
|
5324
5455
|
);
|
|
5325
5456
|
}
|
|
5326
5457
|
const TextBox$1 = forwardRef(TextBox);
|
|
5327
|
-
const Icon$
|
|
5458
|
+
const Icon$s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5328
5459
|
/* @__PURE__ */ jsx(
|
|
5329
5460
|
"path",
|
|
5330
5461
|
{
|
|
@@ -5345,10 +5476,10 @@ const Icon$r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5345
5476
|
),
|
|
5346
5477
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m11.394 21.809-9-6.858a1 1 0 0 1-.01-1.584" })
|
|
5347
5478
|
] });
|
|
5348
|
-
const BaseSvgIcon$
|
|
5479
|
+
const BaseSvgIcon$s = createSvgIcon(Icon$s(), "Tileset");
|
|
5349
5480
|
function Tileset({ width, height, sx, ...props }, ref) {
|
|
5350
5481
|
return /* @__PURE__ */ jsx(
|
|
5351
|
-
BaseSvgIcon$
|
|
5482
|
+
BaseSvgIcon$s,
|
|
5352
5483
|
{
|
|
5353
5484
|
ref,
|
|
5354
5485
|
viewBox: "0 0 24 24",
|
|
@@ -5362,7 +5493,7 @@ function Tileset({ width, height, sx, ...props }, ref) {
|
|
|
5362
5493
|
);
|
|
5363
5494
|
}
|
|
5364
5495
|
const Tileset$1 = forwardRef(Tileset);
|
|
5365
|
-
const Icon$
|
|
5496
|
+
const Icon$r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5366
5497
|
/* @__PURE__ */ jsx(
|
|
5367
5498
|
"path",
|
|
5368
5499
|
{
|
|
@@ -5389,10 +5520,10 @@ const Icon$q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5389
5520
|
}
|
|
5390
5521
|
)
|
|
5391
5522
|
] });
|
|
5392
|
-
const BaseSvgIcon$
|
|
5523
|
+
const BaseSvgIcon$r = createSvgIcon(Icon$r(), "TilesetsAggregated");
|
|
5393
5524
|
function TilesetsAggregated({ width, height, sx, ...props }, ref) {
|
|
5394
5525
|
return /* @__PURE__ */ jsx(
|
|
5395
|
-
BaseSvgIcon$
|
|
5526
|
+
BaseSvgIcon$r,
|
|
5396
5527
|
{
|
|
5397
5528
|
ref,
|
|
5398
5529
|
viewBox: "0 0 24 24",
|
|
@@ -5406,7 +5537,7 @@ function TilesetsAggregated({ width, height, sx, ...props }, ref) {
|
|
|
5406
5537
|
);
|
|
5407
5538
|
}
|
|
5408
5539
|
const TilesetsAggregated$1 = forwardRef(TilesetsAggregated);
|
|
5409
|
-
const Icon$
|
|
5540
|
+
const Icon$q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5410
5541
|
"path",
|
|
5411
5542
|
{
|
|
5412
5543
|
fill: "currentColor",
|
|
@@ -5415,10 +5546,10 @@ const Icon$p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5415
5546
|
clipRule: "evenodd"
|
|
5416
5547
|
}
|
|
5417
5548
|
) });
|
|
5418
|
-
const BaseSvgIcon$
|
|
5549
|
+
const BaseSvgIcon$q = createSvgIcon(Icon$q(), "TimeBuckets");
|
|
5419
5550
|
function TimeBuckets({ width, height, sx, ...props }, ref) {
|
|
5420
5551
|
return /* @__PURE__ */ jsx(
|
|
5421
|
-
BaseSvgIcon$
|
|
5552
|
+
BaseSvgIcon$q,
|
|
5422
5553
|
{
|
|
5423
5554
|
ref,
|
|
5424
5555
|
viewBox: "0 0 24 24",
|
|
@@ -5432,7 +5563,7 @@ function TimeBuckets({ width, height, sx, ...props }, ref) {
|
|
|
5432
5563
|
);
|
|
5433
5564
|
}
|
|
5434
5565
|
const TimeBuckets$1 = forwardRef(TimeBuckets);
|
|
5435
|
-
const Icon$
|
|
5566
|
+
const Icon$p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5436
5567
|
/* @__PURE__ */ jsx(
|
|
5437
5568
|
"path",
|
|
5438
5569
|
{
|
|
@@ -5450,10 +5581,10 @@ const Icon$o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5450
5581
|
}
|
|
5451
5582
|
)
|
|
5452
5583
|
] });
|
|
5453
|
-
const BaseSvgIcon$
|
|
5584
|
+
const BaseSvgIcon$p = createSvgIcon(Icon$p(), "TimeCar");
|
|
5454
5585
|
function TimeCar({ width, height, sx, ...props }, ref) {
|
|
5455
5586
|
return /* @__PURE__ */ jsx(
|
|
5456
|
-
BaseSvgIcon$
|
|
5587
|
+
BaseSvgIcon$p,
|
|
5457
5588
|
{
|
|
5458
5589
|
ref,
|
|
5459
5590
|
viewBox: "0 0 24 24",
|
|
@@ -5467,7 +5598,7 @@ function TimeCar({ width, height, sx, ...props }, ref) {
|
|
|
5467
5598
|
);
|
|
5468
5599
|
}
|
|
5469
5600
|
const TimeCar$1 = forwardRef(TimeCar);
|
|
5470
|
-
const Icon$
|
|
5601
|
+
const Icon$o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5471
5602
|
"path",
|
|
5472
5603
|
{
|
|
5473
5604
|
fill: "currentColor",
|
|
@@ -5476,10 +5607,10 @@ const Icon$n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5476
5607
|
clipRule: "evenodd"
|
|
5477
5608
|
}
|
|
5478
5609
|
) });
|
|
5479
|
-
const BaseSvgIcon$
|
|
5610
|
+
const BaseSvgIcon$o = createSvgIcon(Icon$o(), "TimeWindowIncremental");
|
|
5480
5611
|
function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
|
|
5481
5612
|
return /* @__PURE__ */ jsx(
|
|
5482
|
-
BaseSvgIcon$
|
|
5613
|
+
BaseSvgIcon$o,
|
|
5483
5614
|
{
|
|
5484
5615
|
ref,
|
|
5485
5616
|
viewBox: "0 0 24 24",
|
|
@@ -5493,7 +5624,7 @@ function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
|
|
|
5493
5624
|
);
|
|
5494
5625
|
}
|
|
5495
5626
|
const TimeWindowIncremental$1 = forwardRef(TimeWindowIncremental);
|
|
5496
|
-
const Icon$
|
|
5627
|
+
const Icon$n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5497
5628
|
"path",
|
|
5498
5629
|
{
|
|
5499
5630
|
fill: "currentColor",
|
|
@@ -5502,10 +5633,10 @@ const Icon$m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5502
5633
|
clipRule: "evenodd"
|
|
5503
5634
|
}
|
|
5504
5635
|
) });
|
|
5505
|
-
const BaseSvgIcon$
|
|
5636
|
+
const BaseSvgIcon$n = createSvgIcon(Icon$n(), "TimeWindowMoving");
|
|
5506
5637
|
function TimeWindowMoving({ width, height, sx, ...props }, ref) {
|
|
5507
5638
|
return /* @__PURE__ */ jsx(
|
|
5508
|
-
BaseSvgIcon$
|
|
5639
|
+
BaseSvgIcon$n,
|
|
5509
5640
|
{
|
|
5510
5641
|
ref,
|
|
5511
5642
|
viewBox: "0 0 24 24",
|
|
@@ -5519,7 +5650,7 @@ function TimeWindowMoving({ width, height, sx, ...props }, ref) {
|
|
|
5519
5650
|
);
|
|
5520
5651
|
}
|
|
5521
5652
|
const TimeWindowMoving$1 = forwardRef(TimeWindowMoving);
|
|
5522
|
-
const Icon$
|
|
5653
|
+
const Icon$m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5523
5654
|
"path",
|
|
5524
5655
|
{
|
|
5525
5656
|
fill: "currentColor",
|
|
@@ -5528,10 +5659,10 @@ const Icon$l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5528
5659
|
clipRule: "evenodd"
|
|
5529
5660
|
}
|
|
5530
5661
|
) });
|
|
5531
|
-
const BaseSvgIcon$
|
|
5662
|
+
const BaseSvgIcon$m = createSvgIcon(Icon$m(), "Tooltip");
|
|
5532
5663
|
function Tooltip({ width, height, sx, ...props }, ref) {
|
|
5533
5664
|
return /* @__PURE__ */ jsx(
|
|
5534
|
-
BaseSvgIcon$
|
|
5665
|
+
BaseSvgIcon$m,
|
|
5535
5666
|
{
|
|
5536
5667
|
ref,
|
|
5537
5668
|
viewBox: "0 0 24 24",
|
|
@@ -5545,17 +5676,17 @@ function Tooltip({ width, height, sx, ...props }, ref) {
|
|
|
5545
5676
|
);
|
|
5546
5677
|
}
|
|
5547
5678
|
const Tooltip$1 = forwardRef(Tooltip);
|
|
5548
|
-
const Icon$
|
|
5679
|
+
const Icon$l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5549
5680
|
"path",
|
|
5550
5681
|
{
|
|
5551
5682
|
fill: "currentColor",
|
|
5552
5683
|
d: "M12 13.694 7.41 18.21 6 16.823l6-5.904 6 5.904-1.41 1.387zM6 7.968h12V6H6z"
|
|
5553
5684
|
}
|
|
5554
5685
|
) });
|
|
5555
|
-
const BaseSvgIcon$
|
|
5686
|
+
const BaseSvgIcon$l = createSvgIcon(Icon$l(), "TopRow");
|
|
5556
5687
|
function TopRow({ width, height, sx, ...props }, ref) {
|
|
5557
5688
|
return /* @__PURE__ */ jsx(
|
|
5558
|
-
BaseSvgIcon$
|
|
5689
|
+
BaseSvgIcon$l,
|
|
5559
5690
|
{
|
|
5560
5691
|
ref,
|
|
5561
5692
|
viewBox: "0 0 24 24",
|
|
@@ -5569,7 +5700,7 @@ function TopRow({ width, height, sx, ...props }, ref) {
|
|
|
5569
5700
|
);
|
|
5570
5701
|
}
|
|
5571
5702
|
const TopRow$1 = forwardRef(TopRow);
|
|
5572
|
-
const Icon$
|
|
5703
|
+
const Icon$k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5573
5704
|
"path",
|
|
5574
5705
|
{
|
|
5575
5706
|
fill: "currentColor",
|
|
@@ -5578,10 +5709,10 @@ const Icon$j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5578
5709
|
clipRule: "evenodd"
|
|
5579
5710
|
}
|
|
5580
5711
|
) });
|
|
5581
|
-
const BaseSvgIcon$
|
|
5712
|
+
const BaseSvgIcon$k = createSvgIcon(Icon$k(), "TwinArea");
|
|
5582
5713
|
function TwinArea({ width, height, sx, ...props }, ref) {
|
|
5583
5714
|
return /* @__PURE__ */ jsx(
|
|
5584
|
-
BaseSvgIcon$
|
|
5715
|
+
BaseSvgIcon$k,
|
|
5585
5716
|
{
|
|
5586
5717
|
ref,
|
|
5587
5718
|
viewBox: "0 0 24 24",
|
|
@@ -5595,7 +5726,7 @@ function TwinArea({ width, height, sx, ...props }, ref) {
|
|
|
5595
5726
|
);
|
|
5596
5727
|
}
|
|
5597
5728
|
const TwinArea$1 = forwardRef(TwinArea);
|
|
5598
|
-
const Icon$
|
|
5729
|
+
const Icon$j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5599
5730
|
"path",
|
|
5600
5731
|
{
|
|
5601
5732
|
fill: "currentColor",
|
|
@@ -5604,10 +5735,10 @@ const Icon$i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5604
5735
|
clipRule: "evenodd"
|
|
5605
5736
|
}
|
|
5606
5737
|
) });
|
|
5607
|
-
const BaseSvgIcon$
|
|
5738
|
+
const BaseSvgIcon$j = createSvgIcon(Icon$j(), "Twitter");
|
|
5608
5739
|
function Twitter({ width, height, sx, ...props }, ref) {
|
|
5609
5740
|
return /* @__PURE__ */ jsx(
|
|
5610
|
-
BaseSvgIcon$
|
|
5741
|
+
BaseSvgIcon$j,
|
|
5611
5742
|
{
|
|
5612
5743
|
ref,
|
|
5613
5744
|
viewBox: "0 0 24 24",
|
|
@@ -5621,17 +5752,17 @@ function Twitter({ width, height, sx, ...props }, ref) {
|
|
|
5621
5752
|
);
|
|
5622
5753
|
}
|
|
5623
5754
|
const Twitter$1 = forwardRef(Twitter);
|
|
5624
|
-
const Icon$
|
|
5755
|
+
const Icon$i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5625
5756
|
"path",
|
|
5626
5757
|
{
|
|
5627
5758
|
fill: "currentColor",
|
|
5628
5759
|
d: "M15 18H7v-2h8c2.21 0 4-1.79 4-4s-1.79-4-4-4H6.83l2.59 2.59L8 12 3 7l5-5 1.41 1.41L6.83 6H15c3.31 0 6 2.69 6 6s-2.69 6-6 6"
|
|
5629
5760
|
}
|
|
5630
5761
|
) });
|
|
5631
|
-
const BaseSvgIcon$
|
|
5762
|
+
const BaseSvgIcon$i = createSvgIcon(Icon$i(), "UndoAlt");
|
|
5632
5763
|
function UndoAlt({ width, height, sx, ...props }, ref) {
|
|
5633
5764
|
return /* @__PURE__ */ jsx(
|
|
5634
|
-
BaseSvgIcon$
|
|
5765
|
+
BaseSvgIcon$i,
|
|
5635
5766
|
{
|
|
5636
5767
|
ref,
|
|
5637
5768
|
viewBox: "0 0 24 24",
|
|
@@ -5645,7 +5776,7 @@ function UndoAlt({ width, height, sx, ...props }, ref) {
|
|
|
5645
5776
|
);
|
|
5646
5777
|
}
|
|
5647
5778
|
const UndoAlt$1 = forwardRef(UndoAlt);
|
|
5648
|
-
const Icon$
|
|
5779
|
+
const Icon$h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5649
5780
|
/* @__PURE__ */ jsx(
|
|
5650
5781
|
"path",
|
|
5651
5782
|
{
|
|
@@ -5661,10 +5792,10 @@ const Icon$g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5661
5792
|
}
|
|
5662
5793
|
)
|
|
5663
5794
|
] });
|
|
5664
|
-
const BaseSvgIcon$
|
|
5795
|
+
const BaseSvgIcon$h = createSvgIcon(Icon$h(), "UpdateGen");
|
|
5665
5796
|
function UpdateGen({ width, height, sx, ...props }, ref) {
|
|
5666
5797
|
return /* @__PURE__ */ jsx(
|
|
5667
|
-
BaseSvgIcon$
|
|
5798
|
+
BaseSvgIcon$h,
|
|
5668
5799
|
{
|
|
5669
5800
|
ref,
|
|
5670
5801
|
viewBox: "0 0 24 24",
|
|
@@ -5678,7 +5809,7 @@ function UpdateGen({ width, height, sx, ...props }, ref) {
|
|
|
5678
5809
|
);
|
|
5679
5810
|
}
|
|
5680
5811
|
const UpdateGen$1 = forwardRef(UpdateGen);
|
|
5681
|
-
const Icon$
|
|
5812
|
+
const Icon$g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5682
5813
|
/* @__PURE__ */ jsx(
|
|
5683
5814
|
"path",
|
|
5684
5815
|
{
|
|
@@ -5695,10 +5826,10 @@ const Icon$f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5695
5826
|
),
|
|
5696
5827
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M14 18h4v2h-4z" })
|
|
5697
5828
|
] });
|
|
5698
|
-
const BaseSvgIcon$
|
|
5829
|
+
const BaseSvgIcon$g = createSvgIcon(Icon$g(), "UploadFileUrl");
|
|
5699
5830
|
function UploadFileUrl({ width, height, sx, ...props }, ref) {
|
|
5700
5831
|
return /* @__PURE__ */ jsx(
|
|
5701
|
-
BaseSvgIcon$
|
|
5832
|
+
BaseSvgIcon$g,
|
|
5702
5833
|
{
|
|
5703
5834
|
ref,
|
|
5704
5835
|
viewBox: "0 0 24 24",
|
|
@@ -5712,7 +5843,7 @@ function UploadFileUrl({ width, height, sx, ...props }, ref) {
|
|
|
5712
5843
|
);
|
|
5713
5844
|
}
|
|
5714
5845
|
const UploadFileUrl$1 = forwardRef(UploadFileUrl);
|
|
5715
|
-
const Icon$
|
|
5846
|
+
const Icon$f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5716
5847
|
"path",
|
|
5717
5848
|
{
|
|
5718
5849
|
fill: "currentColor",
|
|
@@ -5721,10 +5852,10 @@ const Icon$e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5721
5852
|
clipRule: "evenodd"
|
|
5722
5853
|
}
|
|
5723
5854
|
) });
|
|
5724
|
-
const BaseSvgIcon$
|
|
5855
|
+
const BaseSvgIcon$f = createSvgIcon(Icon$f(), "View2d");
|
|
5725
5856
|
function View2d({ width, height, sx, ...props }, ref) {
|
|
5726
5857
|
return /* @__PURE__ */ jsx(
|
|
5727
|
-
BaseSvgIcon$
|
|
5858
|
+
BaseSvgIcon$f,
|
|
5728
5859
|
{
|
|
5729
5860
|
ref,
|
|
5730
5861
|
viewBox: "0 0 24 24",
|
|
@@ -5738,7 +5869,7 @@ function View2d({ width, height, sx, ...props }, ref) {
|
|
|
5738
5869
|
);
|
|
5739
5870
|
}
|
|
5740
5871
|
const View2d$1 = forwardRef(View2d);
|
|
5741
|
-
const Icon$
|
|
5872
|
+
const Icon$e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5742
5873
|
"path",
|
|
5743
5874
|
{
|
|
5744
5875
|
fill: "currentColor",
|
|
@@ -5747,10 +5878,10 @@ const Icon$d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5747
5878
|
clipRule: "evenodd"
|
|
5748
5879
|
}
|
|
5749
5880
|
) });
|
|
5750
|
-
const BaseSvgIcon$
|
|
5881
|
+
const BaseSvgIcon$e = createSvgIcon(Icon$e(), "View3d");
|
|
5751
5882
|
function View3d({ width, height, sx, ...props }, ref) {
|
|
5752
5883
|
return /* @__PURE__ */ jsx(
|
|
5753
|
-
BaseSvgIcon$
|
|
5884
|
+
BaseSvgIcon$e,
|
|
5754
5885
|
{
|
|
5755
5886
|
ref,
|
|
5756
5887
|
viewBox: "0 0 24 24",
|
|
@@ -5764,7 +5895,7 @@ function View3d({ width, height, sx, ...props }, ref) {
|
|
|
5764
5895
|
);
|
|
5765
5896
|
}
|
|
5766
5897
|
const View3d$1 = forwardRef(View3d);
|
|
5767
|
-
const Icon$
|
|
5898
|
+
const Icon$d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5768
5899
|
/* @__PURE__ */ jsx(
|
|
5769
5900
|
"path",
|
|
5770
5901
|
{
|
|
@@ -5782,10 +5913,10 @@ const Icon$c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5782
5913
|
}
|
|
5783
5914
|
)
|
|
5784
5915
|
] });
|
|
5785
|
-
const BaseSvgIcon$
|
|
5916
|
+
const BaseSvgIcon$d = createSvgIcon(Icon$d(), "ViewLeftsidebar");
|
|
5786
5917
|
function ViewLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
5787
5918
|
return /* @__PURE__ */ jsx(
|
|
5788
|
-
BaseSvgIcon$
|
|
5919
|
+
BaseSvgIcon$d,
|
|
5789
5920
|
{
|
|
5790
5921
|
ref,
|
|
5791
5922
|
viewBox: "0 0 24 24",
|
|
@@ -5799,7 +5930,7 @@ function ViewLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
5799
5930
|
);
|
|
5800
5931
|
}
|
|
5801
5932
|
const ViewLeftsidebar$1 = forwardRef(ViewLeftsidebar);
|
|
5802
|
-
const Icon$
|
|
5933
|
+
const Icon$c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5803
5934
|
/* @__PURE__ */ jsx(
|
|
5804
5935
|
"path",
|
|
5805
5936
|
{
|
|
@@ -5809,10 +5940,10 @@ const Icon$b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5809
5940
|
),
|
|
5810
5941
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m12.75 5-4.5 8.5h3.14V19l4.36-8.5h-3z" })
|
|
5811
5942
|
] });
|
|
5812
|
-
const BaseSvgIcon$
|
|
5943
|
+
const BaseSvgIcon$c = createSvgIcon(Icon$c(), "WfComponent");
|
|
5813
5944
|
function WfComponent({ width, height, sx, ...props }, ref) {
|
|
5814
5945
|
return /* @__PURE__ */ jsx(
|
|
5815
|
-
BaseSvgIcon$
|
|
5946
|
+
BaseSvgIcon$c,
|
|
5816
5947
|
{
|
|
5817
5948
|
ref,
|
|
5818
5949
|
viewBox: "0 0 24 24",
|
|
@@ -5826,7 +5957,7 @@ function WfComponent({ width, height, sx, ...props }, ref) {
|
|
|
5826
5957
|
);
|
|
5827
5958
|
}
|
|
5828
5959
|
const WfComponent$1 = forwardRef(WfComponent);
|
|
5829
|
-
const Icon$
|
|
5960
|
+
const Icon$b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5830
5961
|
/* @__PURE__ */ jsx(
|
|
5831
5962
|
"path",
|
|
5832
5963
|
{
|
|
@@ -5842,10 +5973,10 @@ const Icon$a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5842
5973
|
}
|
|
5843
5974
|
)
|
|
5844
5975
|
] });
|
|
5845
|
-
const BaseSvgIcon$
|
|
5976
|
+
const BaseSvgIcon$b = createSvgIcon(Icon$b(), "WfComponentInvalid");
|
|
5846
5977
|
function WfComponentInvalid({ width, height, sx, ...props }, ref) {
|
|
5847
5978
|
return /* @__PURE__ */ jsx(
|
|
5848
|
-
BaseSvgIcon$
|
|
5979
|
+
BaseSvgIcon$b,
|
|
5849
5980
|
{
|
|
5850
5981
|
ref,
|
|
5851
5982
|
viewBox: "0 0 24 24",
|
|
@@ -5859,7 +5990,7 @@ function WfComponentInvalid({ width, height, sx, ...props }, ref) {
|
|
|
5859
5990
|
);
|
|
5860
5991
|
}
|
|
5861
5992
|
const WfComponentInvalid$1 = forwardRef(WfComponentInvalid);
|
|
5862
|
-
const Icon$
|
|
5993
|
+
const Icon$a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5863
5994
|
/* @__PURE__ */ jsx(
|
|
5864
5995
|
"path",
|
|
5865
5996
|
{
|
|
@@ -5879,10 +6010,10 @@ const Icon$9 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5879
6010
|
}
|
|
5880
6011
|
)
|
|
5881
6012
|
] });
|
|
5882
|
-
const BaseSvgIcon$
|
|
6013
|
+
const BaseSvgIcon$a = createSvgIcon(Icon$a(), "WfExtensionPackageDefault");
|
|
5883
6014
|
function WfExtensionPackageDefault({ width, height, sx, ...props }, ref) {
|
|
5884
6015
|
return /* @__PURE__ */ jsx(
|
|
5885
|
-
BaseSvgIcon$
|
|
6016
|
+
BaseSvgIcon$a,
|
|
5886
6017
|
{
|
|
5887
6018
|
ref,
|
|
5888
6019
|
viewBox: "0 0 24 24",
|
|
@@ -5896,7 +6027,7 @@ function WfExtensionPackageDefault({ width, height, sx, ...props }, ref) {
|
|
|
5896
6027
|
);
|
|
5897
6028
|
}
|
|
5898
6029
|
const WfExtensionPackageDefault$1 = forwardRef(WfExtensionPackageDefault);
|
|
5899
|
-
const Icon$
|
|
6030
|
+
const Icon$9 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5900
6031
|
/* @__PURE__ */ jsx(
|
|
5901
6032
|
"path",
|
|
5902
6033
|
{
|
|
@@ -5912,10 +6043,10 @@ const Icon$8 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5912
6043
|
}
|
|
5913
6044
|
)
|
|
5914
6045
|
] });
|
|
5915
|
-
const BaseSvgIcon$
|
|
6046
|
+
const BaseSvgIcon$9 = createSvgIcon(Icon$9(), "WfInput");
|
|
5916
6047
|
function WfInput({ width, height, sx, ...props }, ref) {
|
|
5917
6048
|
return /* @__PURE__ */ jsx(
|
|
5918
|
-
BaseSvgIcon$
|
|
6049
|
+
BaseSvgIcon$9,
|
|
5919
6050
|
{
|
|
5920
6051
|
ref,
|
|
5921
6052
|
viewBox: "0 0 24 24",
|
|
@@ -5929,7 +6060,7 @@ function WfInput({ width, height, sx, ...props }, ref) {
|
|
|
5929
6060
|
);
|
|
5930
6061
|
}
|
|
5931
6062
|
const WfInput$1 = forwardRef(WfInput);
|
|
5932
|
-
const Icon$
|
|
6063
|
+
const Icon$8 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5933
6064
|
/* @__PURE__ */ jsx(
|
|
5934
6065
|
"path",
|
|
5935
6066
|
{
|
|
@@ -5939,10 +6070,10 @@ const Icon$7 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5939
6070
|
),
|
|
5940
6071
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4" })
|
|
5941
6072
|
] });
|
|
5942
|
-
const BaseSvgIcon$
|
|
6073
|
+
const BaseSvgIcon$8 = createSvgIcon(Icon$8(), "WfInputAlt");
|
|
5943
6074
|
function WfInputAlt({ width, height, sx, ...props }, ref) {
|
|
5944
6075
|
return /* @__PURE__ */ jsx(
|
|
5945
|
-
BaseSvgIcon$
|
|
6076
|
+
BaseSvgIcon$8,
|
|
5946
6077
|
{
|
|
5947
6078
|
ref,
|
|
5948
6079
|
viewBox: "0 0 24 24",
|
|
@@ -5956,7 +6087,7 @@ function WfInputAlt({ width, height, sx, ...props }, ref) {
|
|
|
5956
6087
|
);
|
|
5957
6088
|
}
|
|
5958
6089
|
const WfInputAlt$1 = forwardRef(WfInputAlt);
|
|
5959
|
-
const Icon$
|
|
6090
|
+
const Icon$7 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5960
6091
|
/* @__PURE__ */ jsx(
|
|
5961
6092
|
"path",
|
|
5962
6093
|
{
|
|
@@ -5974,10 +6105,10 @@ const Icon$6 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5974
6105
|
}
|
|
5975
6106
|
)
|
|
5976
6107
|
] });
|
|
5977
|
-
const BaseSvgIcon$
|
|
6108
|
+
const BaseSvgIcon$7 = createSvgIcon(Icon$7(), "WfModule");
|
|
5978
6109
|
function WfModule({ width, height, sx, ...props }, ref) {
|
|
5979
6110
|
return /* @__PURE__ */ jsx(
|
|
5980
|
-
BaseSvgIcon$
|
|
6111
|
+
BaseSvgIcon$7,
|
|
5981
6112
|
{
|
|
5982
6113
|
ref,
|
|
5983
6114
|
viewBox: "0 0 24 24",
|
|
@@ -5991,7 +6122,7 @@ function WfModule({ width, height, sx, ...props }, ref) {
|
|
|
5991
6122
|
);
|
|
5992
6123
|
}
|
|
5993
6124
|
const WfModule$1 = forwardRef(WfModule);
|
|
5994
|
-
const Icon$
|
|
6125
|
+
const Icon$6 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5995
6126
|
/* @__PURE__ */ jsx(
|
|
5996
6127
|
"path",
|
|
5997
6128
|
{
|
|
@@ -6007,10 +6138,10 @@ const Icon$5 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
6007
6138
|
}
|
|
6008
6139
|
)
|
|
6009
6140
|
] });
|
|
6010
|
-
const BaseSvgIcon$
|
|
6141
|
+
const BaseSvgIcon$6 = createSvgIcon(Icon$6(), "WfOutput");
|
|
6011
6142
|
function WfOutput({ width, height, sx, ...props }, ref) {
|
|
6012
6143
|
return /* @__PURE__ */ jsx(
|
|
6013
|
-
BaseSvgIcon$
|
|
6144
|
+
BaseSvgIcon$6,
|
|
6014
6145
|
{
|
|
6015
6146
|
ref,
|
|
6016
6147
|
viewBox: "0 0 24 24",
|
|
@@ -6024,7 +6155,7 @@ function WfOutput({ width, height, sx, ...props }, ref) {
|
|
|
6024
6155
|
);
|
|
6025
6156
|
}
|
|
6026
6157
|
const WfOutput$1 = forwardRef(WfOutput);
|
|
6027
|
-
const Icon$
|
|
6158
|
+
const Icon$5 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
6028
6159
|
/* @__PURE__ */ jsx(
|
|
6029
6160
|
"path",
|
|
6030
6161
|
{
|
|
@@ -6040,10 +6171,10 @@ const Icon$4 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
6040
6171
|
}
|
|
6041
6172
|
)
|
|
6042
6173
|
] });
|
|
6043
|
-
const BaseSvgIcon$
|
|
6174
|
+
const BaseSvgIcon$5 = createSvgIcon(Icon$5(), "WfOutputAlt");
|
|
6044
6175
|
function WfOutputAlt({ width, height, sx, ...props }, ref) {
|
|
6045
6176
|
return /* @__PURE__ */ jsx(
|
|
6046
|
-
BaseSvgIcon$
|
|
6177
|
+
BaseSvgIcon$5,
|
|
6047
6178
|
{
|
|
6048
6179
|
ref,
|
|
6049
6180
|
viewBox: "0 0 24 24",
|
|
@@ -6057,7 +6188,7 @@ function WfOutputAlt({ width, height, sx, ...props }, ref) {
|
|
|
6057
6188
|
);
|
|
6058
6189
|
}
|
|
6059
6190
|
const WfOutputAlt$1 = forwardRef(WfOutputAlt);
|
|
6060
|
-
const Icon$
|
|
6191
|
+
const Icon$4 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
6061
6192
|
/* @__PURE__ */ jsx(
|
|
6062
6193
|
"path",
|
|
6063
6194
|
{
|
|
@@ -6077,10 +6208,10 @@ const Icon$3 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
6077
6208
|
}
|
|
6078
6209
|
)
|
|
6079
6210
|
] });
|
|
6080
|
-
const BaseSvgIcon$
|
|
6211
|
+
const BaseSvgIcon$4 = createSvgIcon(Icon$4(), "WhiteSpace");
|
|
6081
6212
|
function WhiteSpace({ width, height, sx, ...props }, ref) {
|
|
6082
6213
|
return /* @__PURE__ */ jsx(
|
|
6083
|
-
BaseSvgIcon$
|
|
6214
|
+
BaseSvgIcon$4,
|
|
6084
6215
|
{
|
|
6085
6216
|
ref,
|
|
6086
6217
|
viewBox: "0 0 24 24",
|
|
@@ -6094,7 +6225,7 @@ function WhiteSpace({ width, height, sx, ...props }, ref) {
|
|
|
6094
6225
|
);
|
|
6095
6226
|
}
|
|
6096
6227
|
const WhiteSpace$1 = forwardRef(WhiteSpace);
|
|
6097
|
-
const Icon$
|
|
6228
|
+
const Icon$3 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
6098
6229
|
"path",
|
|
6099
6230
|
{
|
|
6100
6231
|
fill: "currentColor",
|
|
@@ -6103,10 +6234,10 @@ const Icon$2 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
6103
6234
|
clipRule: "evenodd"
|
|
6104
6235
|
}
|
|
6105
6236
|
) });
|
|
6106
|
-
const BaseSvgIcon$
|
|
6237
|
+
const BaseSvgIcon$3 = createSvgIcon(Icon$3(), "WidgetOptions");
|
|
6107
6238
|
function WidgetOptions({ width, height, sx, ...props }, ref) {
|
|
6108
6239
|
return /* @__PURE__ */ jsx(
|
|
6109
|
-
BaseSvgIcon$
|
|
6240
|
+
BaseSvgIcon$3,
|
|
6110
6241
|
{
|
|
6111
6242
|
ref,
|
|
6112
6243
|
viewBox: "0 0 24 24",
|
|
@@ -6120,7 +6251,7 @@ function WidgetOptions({ width, height, sx, ...props }, ref) {
|
|
|
6120
6251
|
);
|
|
6121
6252
|
}
|
|
6122
6253
|
const WidgetOptions$1 = forwardRef(WidgetOptions);
|
|
6123
|
-
const Icon$
|
|
6254
|
+
const Icon$2 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
6124
6255
|
"path",
|
|
6125
6256
|
{
|
|
6126
6257
|
fill: "currentColor",
|
|
@@ -6129,10 +6260,10 @@ const Icon$1 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
6129
6260
|
clipRule: "evenodd"
|
|
6130
6261
|
}
|
|
6131
6262
|
) });
|
|
6132
|
-
const BaseSvgIcon$
|
|
6263
|
+
const BaseSvgIcon$2 = createSvgIcon(Icon$2(), "Workflow");
|
|
6133
6264
|
function Workflow({ width, height, sx, ...props }, ref) {
|
|
6134
6265
|
return /* @__PURE__ */ jsx(
|
|
6135
|
-
BaseSvgIcon$
|
|
6266
|
+
BaseSvgIcon$2,
|
|
6136
6267
|
{
|
|
6137
6268
|
ref,
|
|
6138
6269
|
viewBox: "0 0 24 24",
|
|
@@ -6146,6 +6277,32 @@ function Workflow({ width, height, sx, ...props }, ref) {
|
|
|
6146
6277
|
);
|
|
6147
6278
|
}
|
|
6148
6279
|
const Workflow$1 = forwardRef(Workflow);
|
|
6280
|
+
const Icon$1 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
6281
|
+
"path",
|
|
6282
|
+
{
|
|
6283
|
+
fill: "currentColor",
|
|
6284
|
+
fillRule: "evenodd",
|
|
6285
|
+
d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h6v-1.2h-6zm9.328 18.176.85-.875-1.276-1.313 1.277-1.313-.851-.875-2.128 2.188zm3.27-2.188L15.522 21.5l.85.875 2.128-2.188L16.374 18l-.851.875zM10.525 8.75a.95.95 0 0 0-.95-.95H8.15a.95.95 0 0 0-.95.95v1.9c0 .525.425.95.95.95h1.425a.95.95 0 0 0 .95-.95v-.594l.097.003c.692.034.972.292.972.835l.002.097c.021.477.2.841.518 1.084-.318.243-.497.607-.518 1.084l-.004.17c-.024.493-.31.73-.97.762l-.097.003V13.5a.95.95 0 0 0-.95-.95H8.15a.95.95 0 0 0-.95.95v1.9c0 .525.425.95.95.95h1.425a.95.95 0 0 0 .95-.95v-.594l.118-.003c1.025-.051 1.621-.553 1.661-1.45l.004-.169c.024-.493.309-.726.974-.75l.093-.003v.594c0 .525.425.95.95.95h1.425a.95.95 0 0 0 .95-.95v-1.9a.95.95 0 0 0-.95-.95h-1.425a.95.95 0 0 0-.95.95v.594l-.093-.002c-.697-.027-.976-.28-.976-.823l-.002-.098c-.041-.928-.68-1.433-1.773-1.452h-.006zM8.15 13.5h1.425v1.9H8.15zm6.175-2.375h1.425v1.9h-1.425zM8.15 8.75h1.425v1.9H8.15z",
|
|
6286
|
+
clipRule: "evenodd"
|
|
6287
|
+
}
|
|
6288
|
+
) });
|
|
6289
|
+
const BaseSvgIcon$1 = createSvgIcon(Icon$1(), "WorkflowApiEndpoint");
|
|
6290
|
+
function WorkflowApiEndpoint({ width, height, sx, ...props }, ref) {
|
|
6291
|
+
return /* @__PURE__ */ jsx(
|
|
6292
|
+
BaseSvgIcon$1,
|
|
6293
|
+
{
|
|
6294
|
+
ref,
|
|
6295
|
+
viewBox: "0 0 24 24",
|
|
6296
|
+
sx: {
|
|
6297
|
+
width,
|
|
6298
|
+
height: height || width,
|
|
6299
|
+
...sx
|
|
6300
|
+
},
|
|
6301
|
+
...props
|
|
6302
|
+
}
|
|
6303
|
+
);
|
|
6304
|
+
}
|
|
6305
|
+
const WorkflowApiEndpoint$1 = forwardRef(WorkflowApiEndpoint);
|
|
6149
6306
|
const Icon = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
6150
6307
|
/* @__PURE__ */ jsx(
|
|
6151
6308
|
"path",
|
|
@@ -6192,7 +6349,10 @@ export {
|
|
|
6192
6349
|
AiGeneratedObject$1 as AiGeneratedObject,
|
|
6193
6350
|
AiTool$1 as AiTool,
|
|
6194
6351
|
Annotation$1 as Annotation,
|
|
6352
|
+
ApiAccessToken$1 as ApiAccessToken,
|
|
6353
|
+
ApiBaseUrl$1 as ApiBaseUrl,
|
|
6195
6354
|
ApiCall$1 as ApiCall,
|
|
6355
|
+
AppCredentials$1 as AppCredentials,
|
|
6196
6356
|
A as ArrowDown,
|
|
6197
6357
|
ArrowLeft$1 as ArrowLeft,
|
|
6198
6358
|
ArrowRight$1 as ArrowRight,
|
|
@@ -6284,6 +6444,7 @@ export {
|
|
|
6284
6444
|
LabelDeprecated$1 as LabelDeprecated,
|
|
6285
6445
|
Layers$1 as Layers,
|
|
6286
6446
|
Linkedin$1 as Linkedin,
|
|
6447
|
+
M2mOauthClient$1 as M2mOauthClient,
|
|
6287
6448
|
MapCoordinates$1 as MapCoordinates,
|
|
6288
6449
|
MapCopy$1 as MapCopy,
|
|
6289
6450
|
MapOthers$1 as MapOthers,
|
|
@@ -6348,6 +6509,7 @@ export {
|
|
|
6348
6509
|
SingleLayer$1 as SingleLayer,
|
|
6349
6510
|
SiteSelection$1 as SiteSelection,
|
|
6350
6511
|
Snowflake$1 as Snowflake,
|
|
6512
|
+
SpaOauthClient$1 as SpaOauthClient,
|
|
6351
6513
|
SpatialAnalysis$1 as SpatialAnalysis,
|
|
6352
6514
|
SpatialExtension$1 as SpatialExtension,
|
|
6353
6515
|
SpatialIndexes$1 as SpatialIndexes,
|
|
@@ -6360,7 +6522,7 @@ export {
|
|
|
6360
6522
|
SupplyChain$1 as SupplyChain,
|
|
6361
6523
|
SwatchCircle$1 as SwatchCircle,
|
|
6362
6524
|
SwatchCircleNone$1 as SwatchCircleNone,
|
|
6363
|
-
|
|
6525
|
+
S2 as SwatchSquare,
|
|
6364
6526
|
TableColumn$1 as TableColumn,
|
|
6365
6527
|
TableColumnLimited$1 as TableColumnLimited,
|
|
6366
6528
|
TempTable$1 as TempTable,
|
|
@@ -6393,5 +6555,6 @@ export {
|
|
|
6393
6555
|
WhiteSpace$1 as WhiteSpace,
|
|
6394
6556
|
WidgetOptions$1 as WidgetOptions,
|
|
6395
6557
|
Workflow$1 as Workflow,
|
|
6558
|
+
WorkflowApiEndpoint$1 as WorkflowApiEndpoint,
|
|
6396
6559
|
WorkflowTemp$1 as WorkflowTemp
|
|
6397
6560
|
};
|