@mparticle/aquarium 1.54.2-fix-sqdui-3981-icontype.2 → 1.55.1-fix-icon-types.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/dist/aquarium.js +2744 -2718
- package/dist/aquarium.umd.cjs +40 -40
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +5 -2
- package/dist/src/components/data-display/Badge/Badge.d.ts +5 -2
- package/dist/src/components/data-display/Card/Card.d.ts +6 -3
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +5 -3
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +5 -2
- package/dist/src/components/data-display/Empty/Empty.d.ts +2 -1
- package/dist/src/components/data-display/Image/Image.d.ts +5 -2
- package/dist/src/components/data-display/List/List.d.ts +4 -2
- package/dist/src/components/data-display/Popover/Popover.d.ts +2 -1
- package/dist/src/components/data-display/Segmented/Segmented.d.ts +2 -1
- package/dist/src/components/data-display/Table/Table.d.ts +8 -5
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +5 -3
- package/dist/src/components/data-display/Tag/Tag.d.ts +3 -2
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +2 -1
- package/dist/src/components/data-display/Tour/Tour.d.ts +2 -1
- package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +2 -1
- package/dist/src/components/data-entry/Cascader/Cascader.d.ts +4 -2
- package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +5 -2
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +31 -22
- package/dist/src/components/data-entry/Form/Form.d.ts +16 -10
- package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +2 -1
- package/dist/src/components/data-entry/QueryItem/Action.d.ts +2 -1
- package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +2 -1
- package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +2 -1
- package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +2 -1
- package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +13 -8
- package/dist/src/components/data-entry/QueryItem/Text.d.ts +2 -1
- package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +2 -1
- package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +8 -4
- package/dist/src/components/data-entry/Radio/Radio.d.ts +6 -3
- package/dist/src/components/data-entry/Radio/RadioButton.d.ts +2 -1
- package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +2 -1
- package/dist/src/components/data-entry/Select/Select.d.ts +6 -3
- package/dist/src/components/data-entry/Switch/Switch.d.ts +2 -1
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +6 -3
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +5 -2
- package/dist/src/components/data-entry/Upload/Upload.d.ts +6 -3
- package/dist/src/components/feedback/Alert/Alert.d.ts +4 -2
- package/dist/src/components/feedback/Drawer/Drawer.d.ts +2 -1
- package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +2 -1
- package/dist/src/components/feedback/Message/Message.d.ts +14 -10
- package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +2 -1
- package/dist/src/components/feedback/Modal/Modal.d.ts +10 -7
- package/dist/src/components/feedback/Notification/Notification.d.ts +8 -4
- package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +2 -1
- package/dist/src/components/feedback/Progress/Progress.d.ts +2 -1
- package/dist/src/components/feedback/Result/Result.d.ts +6 -4
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +13 -6
- package/dist/src/components/feedback/Spin/Spin.d.ts +4 -2
- package/dist/src/components/general/Button/Button.d.ts +4 -2
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +7 -4
- package/dist/src/components/general/Icon/Icon.d.ts +1 -3
- package/dist/src/components/general/Typography/Typography.d.ts +6 -5
- package/dist/src/components/icons/index.d.ts +4 -2
- package/dist/src/components/index.d.ts +1 -1
- package/dist/src/components/layout/Center/Center.d.ts +2 -1
- package/dist/src/components/layout/Divider/Divider.d.ts +2 -1
- package/dist/src/components/layout/Flex/Flex.d.ts +2 -1
- package/dist/src/components/layout/Layout/Layout.d.ts +8 -6
- package/dist/src/components/layout/Space/Space.d.ts +5 -2
- package/dist/src/components/layout/Splitter/Splitter.d.ts +3 -2
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +5 -3
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +5 -3
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +5 -2
- package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +4 -3
- package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +2 -1
- package/dist/src/components/navigation/Menu/Menu.d.ts +10 -6
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +2 -1
- package/dist/src/components/navigation/Steps/Steps.d.ts +2 -1
- package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +2 -1
- package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +6 -2
- package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +2 -1
- package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +2 -1
- package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +2 -1
- package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +2 -1
- package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +2 -1
- package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +4 -2
- package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +5 -3
- package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +7 -4
- package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +10 -6
- package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +2 -1
- package/dist/src/constants/Icons.d.ts +2 -920
- package/dist/src/types/icons.d.ts +9 -5
- package/dist/src/utils/ExampleStory.d.ts +2 -1
- package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +2 -1
- package/package.json +2 -2
|
@@ -1,920 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Icons:
|
|
3
|
-
readonly abSplit: {
|
|
4
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
}>;
|
|
7
|
-
readonly default: "light";
|
|
8
|
-
};
|
|
9
|
-
readonly accept: {
|
|
10
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
11
|
-
title?: string | undefined;
|
|
12
|
-
}>;
|
|
13
|
-
readonly default: "light";
|
|
14
|
-
};
|
|
15
|
-
readonly account: {
|
|
16
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
17
|
-
title?: string | undefined;
|
|
18
|
-
}>;
|
|
19
|
-
readonly default: "light";
|
|
20
|
-
};
|
|
21
|
-
readonly active: {
|
|
22
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
23
|
-
title?: string | undefined;
|
|
24
|
-
}>;
|
|
25
|
-
readonly default: "light";
|
|
26
|
-
};
|
|
27
|
-
readonly agentCopilot: {
|
|
28
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
29
|
-
title?: string | undefined;
|
|
30
|
-
}>;
|
|
31
|
-
readonly default: "duo-tone";
|
|
32
|
-
};
|
|
33
|
-
readonly add: {
|
|
34
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
35
|
-
title?: string | undefined;
|
|
36
|
-
}>;
|
|
37
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
38
|
-
title?: string | undefined;
|
|
39
|
-
}>;
|
|
40
|
-
readonly default: "duo-tone";
|
|
41
|
-
};
|
|
42
|
-
readonly alicorn: {
|
|
43
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
|
-
title?: string | undefined;
|
|
45
|
-
}>;
|
|
46
|
-
readonly default: "light";
|
|
47
|
-
};
|
|
48
|
-
readonly analytics: {
|
|
49
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
50
|
-
title?: string | undefined;
|
|
51
|
-
}>;
|
|
52
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
53
|
-
title?: string | undefined;
|
|
54
|
-
}>;
|
|
55
|
-
readonly default: "duo-tone";
|
|
56
|
-
};
|
|
57
|
-
readonly annotation: {
|
|
58
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
59
|
-
title?: string | undefined;
|
|
60
|
-
}>;
|
|
61
|
-
readonly default: "light";
|
|
62
|
-
};
|
|
63
|
-
readonly array: {
|
|
64
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
65
|
-
title?: string | undefined;
|
|
66
|
-
}>;
|
|
67
|
-
readonly default: "duo-tone";
|
|
68
|
-
};
|
|
69
|
-
readonly calculatedAttribute: {
|
|
70
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
71
|
-
title?: string | undefined;
|
|
72
|
-
}>;
|
|
73
|
-
readonly default: "light";
|
|
74
|
-
};
|
|
75
|
-
readonly api: {
|
|
76
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
77
|
-
title?: string | undefined;
|
|
78
|
-
}>;
|
|
79
|
-
readonly default: "light";
|
|
80
|
-
};
|
|
81
|
-
readonly audiences: {
|
|
82
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
83
|
-
title?: string | undefined;
|
|
84
|
-
}>;
|
|
85
|
-
readonly default: "light";
|
|
86
|
-
};
|
|
87
|
-
readonly audienceGroup: {
|
|
88
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
89
|
-
title?: string | undefined;
|
|
90
|
-
}>;
|
|
91
|
-
readonly default: "light";
|
|
92
|
-
};
|
|
93
|
-
readonly C360: {
|
|
94
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
95
|
-
title?: string | undefined;
|
|
96
|
-
}>;
|
|
97
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
98
|
-
title?: string | undefined;
|
|
99
|
-
}>;
|
|
100
|
-
readonly default: "duo-tone";
|
|
101
|
-
};
|
|
102
|
-
readonly catalog: {
|
|
103
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
|
-
title?: string | undefined;
|
|
105
|
-
}>;
|
|
106
|
-
readonly default: "light";
|
|
107
|
-
};
|
|
108
|
-
readonly chartColumn: {
|
|
109
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
110
|
-
title?: string | undefined;
|
|
111
|
-
}>;
|
|
112
|
-
readonly default: "light";
|
|
113
|
-
readonly deprecated: "trends";
|
|
114
|
-
};
|
|
115
|
-
readonly chartLine: {
|
|
116
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
117
|
-
title?: string | undefined;
|
|
118
|
-
}>;
|
|
119
|
-
readonly default: "light";
|
|
120
|
-
readonly deprecated: "trends";
|
|
121
|
-
};
|
|
122
|
-
readonly check: {
|
|
123
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
-
title?: string | undefined;
|
|
125
|
-
}>;
|
|
126
|
-
readonly default: "light";
|
|
127
|
-
readonly deprecated: "selected";
|
|
128
|
-
};
|
|
129
|
-
readonly circleNodes: {
|
|
130
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
131
|
-
title?: string | undefined;
|
|
132
|
-
}>;
|
|
133
|
-
readonly default: "light";
|
|
134
|
-
readonly deprecated: "pipelines";
|
|
135
|
-
};
|
|
136
|
-
readonly close: {
|
|
137
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
138
|
-
title?: string | undefined;
|
|
139
|
-
}>;
|
|
140
|
-
readonly default: "light";
|
|
141
|
-
};
|
|
142
|
-
readonly cloud: {
|
|
143
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
|
-
title?: string | undefined;
|
|
145
|
-
}>;
|
|
146
|
-
readonly default: "light";
|
|
147
|
-
readonly deprecated: "api";
|
|
148
|
-
};
|
|
149
|
-
readonly cohort: {
|
|
150
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
151
|
-
title?: string | undefined;
|
|
152
|
-
}>;
|
|
153
|
-
readonly default: "light";
|
|
154
|
-
};
|
|
155
|
-
readonly connections: {
|
|
156
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
157
|
-
title?: string | undefined;
|
|
158
|
-
}>;
|
|
159
|
-
readonly default: "light";
|
|
160
|
-
};
|
|
161
|
-
readonly conversion: {
|
|
162
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
163
|
-
title?: string | undefined;
|
|
164
|
-
}>;
|
|
165
|
-
readonly default: "light";
|
|
166
|
-
};
|
|
167
|
-
readonly criteriaGroup: {
|
|
168
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
169
|
-
title?: string | undefined;
|
|
170
|
-
}>;
|
|
171
|
-
readonly default: "light";
|
|
172
|
-
};
|
|
173
|
-
readonly copy: {
|
|
174
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
175
|
-
title?: string | undefined;
|
|
176
|
-
}>;
|
|
177
|
-
readonly default: "light";
|
|
178
|
-
};
|
|
179
|
-
readonly dashboard: {
|
|
180
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
181
|
-
title?: string | undefined;
|
|
182
|
-
}>;
|
|
183
|
-
readonly default: "light";
|
|
184
|
-
};
|
|
185
|
-
readonly database: {
|
|
186
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
187
|
-
title?: string | undefined;
|
|
188
|
-
}>;
|
|
189
|
-
readonly default: "light";
|
|
190
|
-
};
|
|
191
|
-
readonly dataPlatform: {
|
|
192
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
193
|
-
title?: string | undefined;
|
|
194
|
-
}>;
|
|
195
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
-
title?: string | undefined;
|
|
197
|
-
}>;
|
|
198
|
-
readonly default: "duo-tone";
|
|
199
|
-
};
|
|
200
|
-
readonly date: {
|
|
201
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
202
|
-
title?: string | undefined;
|
|
203
|
-
}>;
|
|
204
|
-
readonly default: "light";
|
|
205
|
-
};
|
|
206
|
-
readonly delete: {
|
|
207
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
|
-
title?: string | undefined;
|
|
209
|
-
}>;
|
|
210
|
-
readonly default: "light";
|
|
211
|
-
};
|
|
212
|
-
readonly devices: {
|
|
213
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
214
|
-
title?: string | undefined;
|
|
215
|
-
}>;
|
|
216
|
-
readonly default: "light";
|
|
217
|
-
};
|
|
218
|
-
readonly directory: {
|
|
219
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
|
-
title?: string | undefined;
|
|
221
|
-
}>;
|
|
222
|
-
readonly default: "light";
|
|
223
|
-
};
|
|
224
|
-
readonly dragAndDrop: {
|
|
225
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
226
|
-
title?: string | undefined;
|
|
227
|
-
}>;
|
|
228
|
-
readonly default: "light";
|
|
229
|
-
};
|
|
230
|
-
readonly dropdownClose: {
|
|
231
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
|
-
title?: string | undefined;
|
|
233
|
-
}>;
|
|
234
|
-
readonly default: "light";
|
|
235
|
-
};
|
|
236
|
-
readonly dropdownOpen: {
|
|
237
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
238
|
-
title?: string | undefined;
|
|
239
|
-
}>;
|
|
240
|
-
readonly default: "light";
|
|
241
|
-
};
|
|
242
|
-
readonly dsr: {
|
|
243
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
|
-
title?: string | undefined;
|
|
245
|
-
}>;
|
|
246
|
-
readonly default: "light";
|
|
247
|
-
};
|
|
248
|
-
readonly edit: {
|
|
249
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
250
|
-
title?: string | undefined;
|
|
251
|
-
}>;
|
|
252
|
-
readonly default: "light";
|
|
253
|
-
};
|
|
254
|
-
readonly empty: {
|
|
255
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
|
-
title?: string | undefined;
|
|
257
|
-
}>;
|
|
258
|
-
readonly default: "light";
|
|
259
|
-
};
|
|
260
|
-
readonly enrichment: {
|
|
261
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
262
|
-
title?: string | undefined;
|
|
263
|
-
}>;
|
|
264
|
-
readonly default: "light";
|
|
265
|
-
};
|
|
266
|
-
readonly event: {
|
|
267
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
268
|
-
title?: string | undefined;
|
|
269
|
-
}>;
|
|
270
|
-
readonly default: "light";
|
|
271
|
-
};
|
|
272
|
-
readonly eventAttribute: {
|
|
273
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
274
|
-
title?: string | undefined;
|
|
275
|
-
}>;
|
|
276
|
-
readonly default: "light";
|
|
277
|
-
};
|
|
278
|
-
readonly favorite: {
|
|
279
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
280
|
-
title?: string | undefined;
|
|
281
|
-
}>;
|
|
282
|
-
readonly default: "light";
|
|
283
|
-
};
|
|
284
|
-
readonly filter: {
|
|
285
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
286
|
-
title?: string | undefined;
|
|
287
|
-
}>;
|
|
288
|
-
readonly default: "light";
|
|
289
|
-
};
|
|
290
|
-
readonly fitToScreen: {
|
|
291
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
292
|
-
title?: string | undefined;
|
|
293
|
-
}>;
|
|
294
|
-
readonly default: "light";
|
|
295
|
-
};
|
|
296
|
-
readonly flag: {
|
|
297
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
298
|
-
title?: string | undefined;
|
|
299
|
-
}>;
|
|
300
|
-
readonly default: "light";
|
|
301
|
-
};
|
|
302
|
-
readonly folderClosed: {
|
|
303
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
304
|
-
title?: string | undefined;
|
|
305
|
-
}>;
|
|
306
|
-
readonly default: "light";
|
|
307
|
-
readonly deprecated: "savedProjects";
|
|
308
|
-
};
|
|
309
|
-
readonly forwarding: {
|
|
310
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
311
|
-
title?: string | undefined;
|
|
312
|
-
}>;
|
|
313
|
-
readonly default: "light";
|
|
314
|
-
};
|
|
315
|
-
readonly fullScreen: {
|
|
316
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
317
|
-
title?: string | undefined;
|
|
318
|
-
}>;
|
|
319
|
-
readonly default: "light";
|
|
320
|
-
};
|
|
321
|
-
readonly funnel: {
|
|
322
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
323
|
-
title?: string | undefined;
|
|
324
|
-
}>;
|
|
325
|
-
readonly default: "light";
|
|
326
|
-
};
|
|
327
|
-
readonly gear: {
|
|
328
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
329
|
-
title?: string | undefined;
|
|
330
|
-
}>;
|
|
331
|
-
readonly default: "light";
|
|
332
|
-
readonly deprecated: "settings";
|
|
333
|
-
};
|
|
334
|
-
readonly generic: {
|
|
335
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
336
|
-
title?: string | undefined;
|
|
337
|
-
}>;
|
|
338
|
-
readonly default: "light";
|
|
339
|
-
};
|
|
340
|
-
readonly grid: {
|
|
341
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
342
|
-
title?: string | undefined;
|
|
343
|
-
}>;
|
|
344
|
-
readonly default: "light";
|
|
345
|
-
readonly deprecated: "myHub";
|
|
346
|
-
};
|
|
347
|
-
readonly group: {
|
|
348
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
349
|
-
title?: string | undefined;
|
|
350
|
-
}>;
|
|
351
|
-
readonly default: "light";
|
|
352
|
-
};
|
|
353
|
-
readonly heart: {
|
|
354
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
355
|
-
title?: string | undefined;
|
|
356
|
-
}>;
|
|
357
|
-
readonly default: "light";
|
|
358
|
-
readonly deprecated: "favorite";
|
|
359
|
-
};
|
|
360
|
-
readonly help: {
|
|
361
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
362
|
-
title?: string | undefined;
|
|
363
|
-
}>;
|
|
364
|
-
readonly default: "light";
|
|
365
|
-
};
|
|
366
|
-
readonly helpVideo: {
|
|
367
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
368
|
-
title?: string | undefined;
|
|
369
|
-
}>;
|
|
370
|
-
readonly default: "light";
|
|
371
|
-
};
|
|
372
|
-
readonly identity: {
|
|
373
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
374
|
-
title?: string | undefined;
|
|
375
|
-
}>;
|
|
376
|
-
readonly default: "light";
|
|
377
|
-
};
|
|
378
|
-
readonly info: {
|
|
379
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
380
|
-
title?: string | undefined;
|
|
381
|
-
}>;
|
|
382
|
-
readonly default: "light";
|
|
383
|
-
readonly deprecated: "help";
|
|
384
|
-
};
|
|
385
|
-
readonly insights: {
|
|
386
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
387
|
-
title?: string | undefined;
|
|
388
|
-
}>;
|
|
389
|
-
readonly default: "light";
|
|
390
|
-
};
|
|
391
|
-
readonly journeyAnalysis: {
|
|
392
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
393
|
-
title?: string | undefined;
|
|
394
|
-
}>;
|
|
395
|
-
readonly default: "light";
|
|
396
|
-
};
|
|
397
|
-
readonly journeys: {
|
|
398
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
399
|
-
title?: string | undefined;
|
|
400
|
-
}>;
|
|
401
|
-
readonly default: "light";
|
|
402
|
-
};
|
|
403
|
-
readonly jumpTo: {
|
|
404
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
405
|
-
title?: string | undefined;
|
|
406
|
-
}>;
|
|
407
|
-
readonly default: "light";
|
|
408
|
-
};
|
|
409
|
-
readonly lightBulb: {
|
|
410
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
411
|
-
title?: string | undefined;
|
|
412
|
-
}>;
|
|
413
|
-
readonly default: "light";
|
|
414
|
-
readonly deprecated: "insights";
|
|
415
|
-
};
|
|
416
|
-
readonly link: {
|
|
417
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
418
|
-
title?: string | undefined;
|
|
419
|
-
}>;
|
|
420
|
-
readonly default: "light";
|
|
421
|
-
};
|
|
422
|
-
readonly list: {
|
|
423
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
424
|
-
title?: string | undefined;
|
|
425
|
-
}>;
|
|
426
|
-
readonly default: "duo-tone";
|
|
427
|
-
};
|
|
428
|
-
readonly liveStream: {
|
|
429
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
430
|
-
title?: string | undefined;
|
|
431
|
-
}>;
|
|
432
|
-
readonly default: "light";
|
|
433
|
-
};
|
|
434
|
-
readonly lock: {
|
|
435
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
436
|
-
title?: string | undefined;
|
|
437
|
-
}>;
|
|
438
|
-
readonly default: "light";
|
|
439
|
-
};
|
|
440
|
-
readonly logout: {
|
|
441
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
442
|
-
title?: string | undefined;
|
|
443
|
-
}>;
|
|
444
|
-
readonly default: "light";
|
|
445
|
-
};
|
|
446
|
-
readonly messageQuestion: {
|
|
447
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
448
|
-
title?: string | undefined;
|
|
449
|
-
}>;
|
|
450
|
-
readonly default: "light";
|
|
451
|
-
readonly deprecated: "support";
|
|
452
|
-
};
|
|
453
|
-
readonly moreActions: {
|
|
454
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
455
|
-
title?: string | undefined;
|
|
456
|
-
}>;
|
|
457
|
-
readonly default: "light";
|
|
458
|
-
};
|
|
459
|
-
readonly mpLogo: {
|
|
460
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
461
|
-
title?: string | undefined;
|
|
462
|
-
}>;
|
|
463
|
-
readonly default: "light";
|
|
464
|
-
};
|
|
465
|
-
readonly myHub: {
|
|
466
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
467
|
-
title?: string | undefined;
|
|
468
|
-
}>;
|
|
469
|
-
readonly default: "light";
|
|
470
|
-
};
|
|
471
|
-
readonly next: {
|
|
472
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
473
|
-
title?: string | undefined;
|
|
474
|
-
}>;
|
|
475
|
-
readonly default: "light";
|
|
476
|
-
};
|
|
477
|
-
readonly notification: {
|
|
478
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
479
|
-
title?: string | undefined;
|
|
480
|
-
}>;
|
|
481
|
-
readonly default: "light";
|
|
482
|
-
};
|
|
483
|
-
readonly number: {
|
|
484
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
485
|
-
title?: string | undefined;
|
|
486
|
-
}>;
|
|
487
|
-
readonly default: "light";
|
|
488
|
-
};
|
|
489
|
-
readonly notificationSubscribed: {
|
|
490
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
491
|
-
title?: string | undefined;
|
|
492
|
-
}>;
|
|
493
|
-
readonly default: "light";
|
|
494
|
-
};
|
|
495
|
-
readonly notificationSubscribe: {
|
|
496
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
497
|
-
title?: string | undefined;
|
|
498
|
-
}>;
|
|
499
|
-
readonly default: "light";
|
|
500
|
-
};
|
|
501
|
-
readonly observability: {
|
|
502
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
503
|
-
title?: string | undefined;
|
|
504
|
-
}>;
|
|
505
|
-
readonly default: "light";
|
|
506
|
-
};
|
|
507
|
-
readonly openTab: {
|
|
508
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
509
|
-
title?: string | undefined;
|
|
510
|
-
}>;
|
|
511
|
-
readonly default: "light";
|
|
512
|
-
};
|
|
513
|
-
readonly organization: {
|
|
514
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
515
|
-
title?: string | undefined;
|
|
516
|
-
}>;
|
|
517
|
-
readonly default: "light";
|
|
518
|
-
};
|
|
519
|
-
readonly other: {
|
|
520
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
521
|
-
title?: string | undefined;
|
|
522
|
-
}>;
|
|
523
|
-
readonly default: "light";
|
|
524
|
-
};
|
|
525
|
-
readonly otherData: {
|
|
526
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
527
|
-
title?: string | undefined;
|
|
528
|
-
}>;
|
|
529
|
-
readonly default: "duo-tone";
|
|
530
|
-
};
|
|
531
|
-
readonly oversight: {
|
|
532
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
533
|
-
title?: string | undefined;
|
|
534
|
-
}>;
|
|
535
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
536
|
-
title?: string | undefined;
|
|
537
|
-
}>;
|
|
538
|
-
readonly default: "duo-tone";
|
|
539
|
-
};
|
|
540
|
-
readonly overview: {
|
|
541
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
542
|
-
title?: string | undefined;
|
|
543
|
-
}>;
|
|
544
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
545
|
-
title?: string | undefined;
|
|
546
|
-
}>;
|
|
547
|
-
readonly default: "duo-tone";
|
|
548
|
-
};
|
|
549
|
-
readonly paywall: {
|
|
550
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
551
|
-
title?: string | undefined;
|
|
552
|
-
}>;
|
|
553
|
-
readonly default: "light";
|
|
554
|
-
};
|
|
555
|
-
readonly pause: {
|
|
556
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
557
|
-
title?: string | undefined;
|
|
558
|
-
}>;
|
|
559
|
-
readonly default: "light";
|
|
560
|
-
};
|
|
561
|
-
readonly pipelines: {
|
|
562
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
563
|
-
title?: string | undefined;
|
|
564
|
-
}>;
|
|
565
|
-
readonly default: "light";
|
|
566
|
-
};
|
|
567
|
-
readonly placeholder: {
|
|
568
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
569
|
-
title?: string | undefined;
|
|
570
|
-
}>;
|
|
571
|
-
readonly default: "light";
|
|
572
|
-
};
|
|
573
|
-
readonly play: {
|
|
574
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
575
|
-
title?: string | undefined;
|
|
576
|
-
}>;
|
|
577
|
-
readonly default: "light";
|
|
578
|
-
};
|
|
579
|
-
readonly precision: {
|
|
580
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
581
|
-
title?: string | undefined;
|
|
582
|
-
}>;
|
|
583
|
-
readonly default: "light";
|
|
584
|
-
};
|
|
585
|
-
readonly predictions: {
|
|
586
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
587
|
-
title?: string | undefined;
|
|
588
|
-
}>;
|
|
589
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
590
|
-
title?: string | undefined;
|
|
591
|
-
}>;
|
|
592
|
-
readonly default: "light";
|
|
593
|
-
};
|
|
594
|
-
readonly premium: {
|
|
595
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
596
|
-
title?: string | undefined;
|
|
597
|
-
}>;
|
|
598
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
599
|
-
title?: string | undefined;
|
|
600
|
-
}>;
|
|
601
|
-
readonly default: "light";
|
|
602
|
-
};
|
|
603
|
-
readonly premiumDt: {
|
|
604
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
605
|
-
title?: string | undefined;
|
|
606
|
-
}>;
|
|
607
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
608
|
-
title?: string | undefined;
|
|
609
|
-
}>;
|
|
610
|
-
readonly default: "duo-tone";
|
|
611
|
-
readonly deprecated: "premium";
|
|
612
|
-
};
|
|
613
|
-
readonly previous: {
|
|
614
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
615
|
-
title?: string | undefined;
|
|
616
|
-
}>;
|
|
617
|
-
readonly default: "light";
|
|
618
|
-
};
|
|
619
|
-
readonly privacy: {
|
|
620
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
621
|
-
title?: string | undefined;
|
|
622
|
-
}>;
|
|
623
|
-
readonly default: "light";
|
|
624
|
-
};
|
|
625
|
-
readonly privileges: {
|
|
626
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
627
|
-
title?: string | undefined;
|
|
628
|
-
}>;
|
|
629
|
-
readonly default: "light";
|
|
630
|
-
};
|
|
631
|
-
readonly refreshFrequency: {
|
|
632
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
633
|
-
title?: string | undefined;
|
|
634
|
-
}>;
|
|
635
|
-
readonly default: "light";
|
|
636
|
-
};
|
|
637
|
-
readonly rateDown: {
|
|
638
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
639
|
-
title?: string | undefined;
|
|
640
|
-
}>;
|
|
641
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
642
|
-
title?: string | undefined;
|
|
643
|
-
}>;
|
|
644
|
-
readonly default: "light";
|
|
645
|
-
};
|
|
646
|
-
readonly rateStar: {
|
|
647
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
648
|
-
title?: string | undefined;
|
|
649
|
-
}>;
|
|
650
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
651
|
-
title?: string | undefined;
|
|
652
|
-
}>;
|
|
653
|
-
readonly default: "light";
|
|
654
|
-
};
|
|
655
|
-
readonly rateUp: {
|
|
656
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
657
|
-
title?: string | undefined;
|
|
658
|
-
}>;
|
|
659
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
660
|
-
title?: string | undefined;
|
|
661
|
-
}>;
|
|
662
|
-
readonly default: "light";
|
|
663
|
-
};
|
|
664
|
-
readonly run: {
|
|
665
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
666
|
-
title?: string | undefined;
|
|
667
|
-
}>;
|
|
668
|
-
readonly default: "light";
|
|
669
|
-
};
|
|
670
|
-
readonly reorder: {
|
|
671
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
672
|
-
title?: string | undefined;
|
|
673
|
-
}>;
|
|
674
|
-
readonly default: "light";
|
|
675
|
-
};
|
|
676
|
-
readonly remove: {
|
|
677
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
678
|
-
title?: string | undefined;
|
|
679
|
-
}>;
|
|
680
|
-
readonly default: "light";
|
|
681
|
-
};
|
|
682
|
-
readonly savedProjects: {
|
|
683
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
684
|
-
title?: string | undefined;
|
|
685
|
-
}>;
|
|
686
|
-
readonly default: "light";
|
|
687
|
-
};
|
|
688
|
-
readonly scheduledReport: {
|
|
689
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
690
|
-
title?: string | undefined;
|
|
691
|
-
}>;
|
|
692
|
-
readonly default: "light";
|
|
693
|
-
};
|
|
694
|
-
readonly search: {
|
|
695
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
696
|
-
title?: string | undefined;
|
|
697
|
-
}>;
|
|
698
|
-
readonly default: "light";
|
|
699
|
-
};
|
|
700
|
-
readonly segmentation: {
|
|
701
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
702
|
-
title?: string | undefined;
|
|
703
|
-
}>;
|
|
704
|
-
readonly default: "duo-tone";
|
|
705
|
-
};
|
|
706
|
-
readonly segmentationAnalysis: {
|
|
707
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
708
|
-
title?: string | undefined;
|
|
709
|
-
}>;
|
|
710
|
-
readonly default: "light";
|
|
711
|
-
};
|
|
712
|
-
readonly selected: {
|
|
713
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
714
|
-
title?: string | undefined;
|
|
715
|
-
}>;
|
|
716
|
-
readonly default: "light";
|
|
717
|
-
};
|
|
718
|
-
readonly settings: {
|
|
719
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
720
|
-
title?: string | undefined;
|
|
721
|
-
}>;
|
|
722
|
-
readonly default: "light";
|
|
723
|
-
};
|
|
724
|
-
readonly setup: {
|
|
725
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
726
|
-
title?: string | undefined;
|
|
727
|
-
}>;
|
|
728
|
-
readonly default: "light";
|
|
729
|
-
};
|
|
730
|
-
readonly shieldKeyhole: {
|
|
731
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
732
|
-
title?: string | undefined;
|
|
733
|
-
}>;
|
|
734
|
-
readonly default: "light";
|
|
735
|
-
readonly deprecated: "privacy";
|
|
736
|
-
};
|
|
737
|
-
readonly signout: {
|
|
738
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
739
|
-
title?: string | undefined;
|
|
740
|
-
}>;
|
|
741
|
-
readonly default: "light";
|
|
742
|
-
readonly deprecated: "logout";
|
|
743
|
-
};
|
|
744
|
-
readonly siteMap: {
|
|
745
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
746
|
-
title?: string | undefined;
|
|
747
|
-
}>;
|
|
748
|
-
readonly default: "duo-tone";
|
|
749
|
-
readonly deprecated: "dataPlatform";
|
|
750
|
-
};
|
|
751
|
-
readonly sparkles: {
|
|
752
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
753
|
-
title?: string | undefined;
|
|
754
|
-
}>;
|
|
755
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
756
|
-
title?: string | undefined;
|
|
757
|
-
}>;
|
|
758
|
-
readonly default: "duo-tone";
|
|
759
|
-
readonly deprecated: "predictions";
|
|
760
|
-
};
|
|
761
|
-
readonly split: {
|
|
762
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
763
|
-
title?: string | undefined;
|
|
764
|
-
}>;
|
|
765
|
-
readonly default: "light";
|
|
766
|
-
readonly deprecated: "journeys";
|
|
767
|
-
};
|
|
768
|
-
readonly string: {
|
|
769
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
770
|
-
title?: string | undefined;
|
|
771
|
-
}>;
|
|
772
|
-
readonly default: "duo-tone";
|
|
773
|
-
};
|
|
774
|
-
readonly support: {
|
|
775
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
776
|
-
title?: string | undefined;
|
|
777
|
-
}>;
|
|
778
|
-
readonly default: "light";
|
|
779
|
-
};
|
|
780
|
-
readonly systemAlerts: {
|
|
781
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
782
|
-
title?: string | undefined;
|
|
783
|
-
}>;
|
|
784
|
-
readonly default: "light";
|
|
785
|
-
};
|
|
786
|
-
readonly textWidget: {
|
|
787
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
788
|
-
title?: string | undefined;
|
|
789
|
-
}>;
|
|
790
|
-
readonly default: "light";
|
|
791
|
-
};
|
|
792
|
-
readonly timestamp: {
|
|
793
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
794
|
-
title?: string | undefined;
|
|
795
|
-
}>;
|
|
796
|
-
readonly default: "duo-tone";
|
|
797
|
-
};
|
|
798
|
-
readonly transformation: {
|
|
799
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
800
|
-
title?: string | undefined;
|
|
801
|
-
}>;
|
|
802
|
-
readonly default: "light";
|
|
803
|
-
};
|
|
804
|
-
readonly trends: {
|
|
805
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
806
|
-
title?: string | undefined;
|
|
807
|
-
}>;
|
|
808
|
-
readonly default: "light";
|
|
809
|
-
};
|
|
810
|
-
readonly unlock: {
|
|
811
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
812
|
-
title?: string | undefined;
|
|
813
|
-
}>;
|
|
814
|
-
readonly default: "light";
|
|
815
|
-
};
|
|
816
|
-
readonly upload: {
|
|
817
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
818
|
-
title?: string | undefined;
|
|
819
|
-
}>;
|
|
820
|
-
readonly default: "light";
|
|
821
|
-
};
|
|
822
|
-
readonly userAttribute: {
|
|
823
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
824
|
-
title?: string | undefined;
|
|
825
|
-
}>;
|
|
826
|
-
readonly default: "light";
|
|
827
|
-
};
|
|
828
|
-
readonly userProfiles: {
|
|
829
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
830
|
-
title?: string | undefined;
|
|
831
|
-
}>;
|
|
832
|
-
readonly default: "light";
|
|
833
|
-
};
|
|
834
|
-
readonly users: {
|
|
835
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
836
|
-
title?: string | undefined;
|
|
837
|
-
}>;
|
|
838
|
-
readonly default: "light";
|
|
839
|
-
};
|
|
840
|
-
readonly wrench: {
|
|
841
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
842
|
-
title?: string | undefined;
|
|
843
|
-
}>;
|
|
844
|
-
readonly default: "light";
|
|
845
|
-
readonly deprecated: "setup";
|
|
846
|
-
};
|
|
847
|
-
readonly zoomIn: {
|
|
848
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
849
|
-
title?: string | undefined;
|
|
850
|
-
}>;
|
|
851
|
-
readonly default: "light";
|
|
852
|
-
};
|
|
853
|
-
readonly zoomOut: {
|
|
854
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
855
|
-
title?: string | undefined;
|
|
856
|
-
}>;
|
|
857
|
-
readonly default: "light";
|
|
858
|
-
};
|
|
859
|
-
readonly bannerFreemium: {
|
|
860
|
-
readonly 'duo-tone': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
861
|
-
title?: string | undefined;
|
|
862
|
-
}>;
|
|
863
|
-
readonly default: "duo-tone";
|
|
864
|
-
};
|
|
865
|
-
readonly boolean: {
|
|
866
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
867
|
-
title?: string | undefined;
|
|
868
|
-
}>;
|
|
869
|
-
readonly default: "light";
|
|
870
|
-
};
|
|
871
|
-
readonly stateEmpty: {
|
|
872
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
873
|
-
title?: string | undefined;
|
|
874
|
-
}>;
|
|
875
|
-
readonly default: "light";
|
|
876
|
-
readonly deprecated: "stateError";
|
|
877
|
-
};
|
|
878
|
-
readonly stateError: {
|
|
879
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
880
|
-
title?: string | undefined;
|
|
881
|
-
}>;
|
|
882
|
-
readonly default: "light";
|
|
883
|
-
};
|
|
884
|
-
readonly stateNoResults: {
|
|
885
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
886
|
-
title?: string | undefined;
|
|
887
|
-
}>;
|
|
888
|
-
readonly default: "light";
|
|
889
|
-
};
|
|
890
|
-
readonly back: {
|
|
891
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
892
|
-
title?: string | undefined;
|
|
893
|
-
}>;
|
|
894
|
-
readonly default: "light";
|
|
895
|
-
};
|
|
896
|
-
readonly submitFeedback: {
|
|
897
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
898
|
-
title?: string | undefined;
|
|
899
|
-
}>;
|
|
900
|
-
readonly default: "light";
|
|
901
|
-
};
|
|
902
|
-
readonly boost: {
|
|
903
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
904
|
-
title?: string | undefined;
|
|
905
|
-
}>;
|
|
906
|
-
readonly default: "light";
|
|
907
|
-
};
|
|
908
|
-
readonly clone: {
|
|
909
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
910
|
-
title?: string | undefined;
|
|
911
|
-
}>;
|
|
912
|
-
readonly default: "light";
|
|
913
|
-
};
|
|
914
|
-
readonly refresh: {
|
|
915
|
-
readonly light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
916
|
-
title?: string | undefined;
|
|
917
|
-
}>;
|
|
918
|
-
readonly default: "light";
|
|
919
|
-
};
|
|
920
|
-
};
|
|
1
|
+
import { type IconOptions, type IconNames } from '../../../../../../../src/types/icons';
|
|
2
|
+
export declare const Icons: Record<IconNames, IconOptions>;
|