@antscorp/antsomi-ui 2.0.67 → 2.0.69
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/es/components/icons/CircleInfoIcon.d.ts +3 -0
- package/es/components/icons/CircleInfoIcon.js +7 -0
- package/es/components/icons/LazyIcon/LazyIcon.d.ts +11 -10
- package/es/components/icons/LazyIcon/LazyIcon.js +11 -10
- package/es/components/icons/index.d.ts +11 -10
- package/es/components/icons/index.js +11 -10
- package/es/components/molecules/MatchAnySelect/styled.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { useIcon } from './hooks/useIcon';
|
|
4
|
+
export const CircleInfoIcon = forwardRef((props, ref) => {
|
|
5
|
+
const { width, height } = useIcon(props);
|
|
6
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, ref: ref, width: width, height: height, children: [_jsx("g", { clipPath: "url(#clip0_1_5)", children: _jsx("path", { d: "M12 21.0002C10.22 21.0002 8.47991 20.4725 6.99987 19.4835C5.51983 18.4946 4.36628 17.0888 3.68509 15.4443C3.0039 13.7998 2.82567 11.9902 3.17294 10.2443C3.5202 8.49851 4.37737 6.89502 5.63604 5.63635C6.89472 4.37767 8.49836 3.52017 10.2442 3.1729C11.99 2.82564 13.7996 3.00399 15.4442 3.68518C17.0887 4.36637 18.4943 5.51986 19.4833 6.99991C20.4722 8.47995 21 10.2202 21 12.0003C20.9973 14.3863 20.0481 16.6738 18.361 18.361C16.6737 20.0482 14.3861 20.9975 12 21.0002ZM9.291 9.7013C9.15006 9.70129 9.01486 9.75744 8.91507 9.85699C8.81529 9.95653 8.75905 10.0915 8.75872 10.2324V11.1772C8.75905 11.3182 8.81529 11.4531 8.91507 11.5526C9.01486 11.6522 9.15006 11.7083 9.291 11.7083H10.6281V18.3541H13.1996V9.7013H9.291ZM11.7043 5.58739C11.3839 5.58713 11.0706 5.68143 10.804 5.85922C10.5375 6.03702 10.3297 6.29028 10.2068 6.5862C10.084 6.88212 10.0516 7.20731 10.1139 7.52161C10.1761 7.8359 10.3302 8.1248 10.5566 8.35155C10.783 8.57829 11.0715 8.73326 11.3857 8.79602C11.6999 8.85877 12.0256 8.82675 12.3218 8.70436C12.6179 8.58198 12.8711 8.37423 13.0493 8.10796C13.2275 7.8417 13.3228 7.52874 13.323 7.20834C13.3237 6.77823 13.1536 6.36547 12.85 6.06074C12.5465 5.756 12.1344 5.58401 11.7043 5.58299V5.58739Z", style: { fill: 'currentcolor' } }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_1_5", children: _jsx("rect", { width: "18", height: "18", fill: "white", transform: "translate(3 3)" }) }) })] }));
|
|
7
|
+
});
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export declare const LazyIcon: {
|
|
3
3
|
AccountCircleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
4
4
|
AccountCircleOutlineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
Accounts30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
5
6
|
AccountSharing30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
6
7
|
AccountSharingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
7
8
|
AccountTreeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
8
|
-
Accounts30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
9
9
|
AddChartIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
10
10
|
AddFolderIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
11
11
|
AddIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -54,7 +54,6 @@ export declare const LazyIcon: {
|
|
|
54
54
|
ChatConversationCommentAddCommentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
55
55
|
ChatMentionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
56
56
|
ChatUnreadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
57
|
-
CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
58
57
|
CheckboxChecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
59
58
|
CheckboxCheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
60
59
|
CheckboxIndeterminate5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -62,7 +61,9 @@ export declare const LazyIcon: {
|
|
|
62
61
|
CheckboxUnchecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
63
62
|
CheckboxUncheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
64
63
|
ChecklistRtlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
64
|
+
CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
65
65
|
CircleAddElementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
66
|
+
CircleInfoIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
66
67
|
CircleNotificationsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
67
68
|
CloseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
68
69
|
CodeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -96,15 +97,15 @@ export declare const LazyIcon: {
|
|
|
96
97
|
DataDestinationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
97
98
|
DataEncryption30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
98
99
|
DataEncryptionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
100
|
+
Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
99
101
|
DataIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
100
102
|
DataRefreshIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
101
103
|
DataSchema30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
102
104
|
DataSource30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
103
|
-
DataView30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
104
|
-
DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
105
|
-
Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
106
105
|
DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
107
106
|
DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
107
|
+
DataView30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
108
|
+
DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
108
109
|
DecreaseDecimalIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
109
110
|
DeleteRemoveTrashIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
110
111
|
DeliveryLogIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -181,13 +182,13 @@ export declare const LazyIcon: {
|
|
|
181
182
|
ForwardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
182
183
|
FreeDrawIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
183
184
|
FullReviewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
184
|
-
GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
185
185
|
GalleryTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
186
186
|
GeneralSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
187
187
|
GeneralSettings30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
188
188
|
GenerateAutoWizardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
189
189
|
Geofence30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
190
190
|
GetInsightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
191
|
+
GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
191
192
|
GridViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
192
193
|
GroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
193
194
|
GroupLayerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -250,8 +251,8 @@ export declare const LazyIcon: {
|
|
|
250
251
|
MuteIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
251
252
|
NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
252
253
|
NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
253
|
-
NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
254
254
|
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
255
|
+
NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
255
256
|
OpenNewTabIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
256
257
|
OpenUrlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
257
258
|
OrchestrationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -303,7 +304,6 @@ export declare const LazyIcon: {
|
|
|
303
304
|
ResumeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
304
305
|
RightExpandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
305
306
|
Role30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
306
|
-
SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
307
307
|
SaveAsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
308
308
|
SaveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
309
309
|
ScheduleEmailDeliveryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -327,6 +327,7 @@ export declare const LazyIcon: {
|
|
|
327
327
|
SlideGroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
328
328
|
Sort1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
329
329
|
SortIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
330
|
+
SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
330
331
|
SqlWorkspaceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
331
332
|
StatisticIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
332
333
|
StickerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -358,8 +359,8 @@ export declare const LazyIcon: {
|
|
|
358
359
|
UnblockIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
359
360
|
UndoIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
360
361
|
Unknown30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
361
|
-
UnsubscribersIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
362
362
|
UnsubscribeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
363
|
+
UnsubscribersIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
363
364
|
UploadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
364
365
|
UploadMenuIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
365
366
|
UserActivityIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -376,9 +377,9 @@ export declare const LazyIcon: {
|
|
|
376
377
|
VisitorInformationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
377
378
|
WarningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
378
379
|
WebAssetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
380
|
+
WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
379
381
|
WebIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
380
382
|
WebPersonalizationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
381
|
-
WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
382
383
|
WidgetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
383
384
|
WritingAIAssitantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
384
385
|
};
|
|
@@ -2,10 +2,10 @@ import { lazy } from 'react';
|
|
|
2
2
|
export const LazyIcon = {
|
|
3
3
|
AccountCircleIcon: lazy(() => import('../AccountCircleIcon').then(m => ({ default: m.AccountCircleIcon }))),
|
|
4
4
|
AccountCircleOutlineIcon: lazy(() => import('../AccountCircleOutlineIcon').then(m => ({ default: m.AccountCircleOutlineIcon }))),
|
|
5
|
+
Accounts30Icon: lazy(() => import('../Accounts30Icon').then(m => ({ default: m.Accounts30Icon }))),
|
|
5
6
|
AccountSharing30Icon: lazy(() => import('../AccountSharing30Icon').then(m => ({ default: m.AccountSharing30Icon }))),
|
|
6
7
|
AccountSharingIcon: lazy(() => import('../AccountSharingIcon').then(m => ({ default: m.AccountSharingIcon }))),
|
|
7
8
|
AccountTreeIcon: lazy(() => import('../AccountTreeIcon').then(m => ({ default: m.AccountTreeIcon }))),
|
|
8
|
-
Accounts30Icon: lazy(() => import('../Accounts30Icon').then(m => ({ default: m.Accounts30Icon }))),
|
|
9
9
|
AddChartIcon: lazy(() => import('../AddChartIcon').then(m => ({ default: m.AddChartIcon }))),
|
|
10
10
|
AddFolderIcon: lazy(() => import('../AddFolderIcon').then(m => ({ default: m.AddFolderIcon }))),
|
|
11
11
|
AddIcon: lazy(() => import('../AddIcon').then(m => ({ default: m.AddIcon }))),
|
|
@@ -56,7 +56,6 @@ export const LazyIcon = {
|
|
|
56
56
|
}))),
|
|
57
57
|
ChatMentionIcon: lazy(() => import('../ChatMentionIcon').then(m => ({ default: m.ChatMentionIcon }))),
|
|
58
58
|
ChatUnreadIcon: lazy(() => import('../ChatUnreadIcon').then(m => ({ default: m.ChatUnreadIcon }))),
|
|
59
|
-
CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
|
|
60
59
|
CheckboxChecked5RadiusIcon: lazy(() => import('../CheckboxChecked5RadiusIcon').then(m => ({ default: m.CheckboxChecked5RadiusIcon }))),
|
|
61
60
|
CheckboxCheckedIcon: lazy(() => import('../CheckboxCheckedIcon').then(m => ({ default: m.CheckboxCheckedIcon }))),
|
|
62
61
|
CheckboxIndeterminate5RadiusIcon: lazy(() => import('../CheckboxIndeterminate5RadiusIcon').then(m => ({
|
|
@@ -68,7 +67,9 @@ export const LazyIcon = {
|
|
|
68
67
|
}))),
|
|
69
68
|
CheckboxUncheckedIcon: lazy(() => import('../CheckboxUncheckedIcon').then(m => ({ default: m.CheckboxUncheckedIcon }))),
|
|
70
69
|
ChecklistRtlIcon: lazy(() => import('../ChecklistRtlIcon').then(m => ({ default: m.ChecklistRtlIcon }))),
|
|
70
|
+
CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
|
|
71
71
|
CircleAddElementIcon: lazy(() => import('../CircleAddElementIcon').then(m => ({ default: m.CircleAddElementIcon }))),
|
|
72
|
+
CircleInfoIcon: lazy(() => import('../CircleInfoIcon').then(m => ({ default: m.CircleInfoIcon }))),
|
|
72
73
|
CircleNotificationsIcon: lazy(() => import('../CircleNotificationsIcon').then(m => ({ default: m.CircleNotificationsIcon }))),
|
|
73
74
|
CloseIcon: lazy(() => import('../CloseIcon').then(m => ({ default: m.CloseIcon }))),
|
|
74
75
|
CodeIcon: lazy(() => import('../CodeIcon').then(m => ({ default: m.CodeIcon }))),
|
|
@@ -102,15 +103,15 @@ export const LazyIcon = {
|
|
|
102
103
|
DataDestinationIcon: lazy(() => import('../DataDestinationIcon').then(m => ({ default: m.DataDestinationIcon }))),
|
|
103
104
|
DataEncryption30Icon: lazy(() => import('../DataEncryption30Icon').then(m => ({ default: m.DataEncryption30Icon }))),
|
|
104
105
|
DataEncryptionIcon: lazy(() => import('../DataEncryptionIcon').then(m => ({ default: m.DataEncryptionIcon }))),
|
|
106
|
+
Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
|
|
105
107
|
DataIcon: lazy(() => import('../DataIcon').then(m => ({ default: m.DataIcon }))),
|
|
106
108
|
DataRefreshIcon: lazy(() => import('../DataRefreshIcon').then(m => ({ default: m.DataRefreshIcon }))),
|
|
107
109
|
DataSchema30Icon: lazy(() => import('../DataSchema30Icon').then(m => ({ default: m.DataSchema30Icon }))),
|
|
108
110
|
DataSource30Icon: lazy(() => import('../DataSource30Icon').then(m => ({ default: m.DataSource30Icon }))),
|
|
109
|
-
DataView30Icon: lazy(() => import('../DataView30Icon').then(m => ({ default: m.DataView30Icon }))),
|
|
110
|
-
DataViewIcon: lazy(() => import('../DataViewIcon').then(m => ({ default: m.DataViewIcon }))),
|
|
111
|
-
Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
|
|
112
111
|
DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
|
|
113
112
|
DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
|
|
113
|
+
DataView30Icon: lazy(() => import('../DataView30Icon').then(m => ({ default: m.DataView30Icon }))),
|
|
114
|
+
DataViewIcon: lazy(() => import('../DataViewIcon').then(m => ({ default: m.DataViewIcon }))),
|
|
114
115
|
DecreaseDecimalIcon: lazy(() => import('../DecreaseDecimalIcon').then(m => ({ default: m.DecreaseDecimalIcon }))),
|
|
115
116
|
DeleteRemoveTrashIcon: lazy(() => import('../DeleteRemoveTrashIcon').then(m => ({ default: m.DeleteRemoveTrashIcon }))),
|
|
116
117
|
DeliveryLogIcon: lazy(() => import('../DeliveryLogIcon').then(m => ({ default: m.DeliveryLogIcon }))),
|
|
@@ -187,13 +188,13 @@ export const LazyIcon = {
|
|
|
187
188
|
ForwardIcon: lazy(() => import('../ForwardIcon').then(m => ({ default: m.ForwardIcon }))),
|
|
188
189
|
FreeDrawIcon: lazy(() => import('../FreeDrawIcon').then(m => ({ default: m.FreeDrawIcon }))),
|
|
189
190
|
FullReviewIcon: lazy(() => import('../FullReviewIcon').then(m => ({ default: m.FullReviewIcon }))),
|
|
190
|
-
GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
|
|
191
191
|
GalleryTemplateIcon: lazy(() => import('../GalleryTemplateIcon').then(m => ({ default: m.GalleryTemplateIcon }))),
|
|
192
192
|
GeneralSettingIcon: lazy(() => import('../GeneralSettingIcon').then(m => ({ default: m.GeneralSettingIcon }))),
|
|
193
193
|
GeneralSettings30Icon: lazy(() => import('../GeneralSettings30Icon').then(m => ({ default: m.GeneralSettings30Icon }))),
|
|
194
194
|
GenerateAutoWizardIcon: lazy(() => import('../GenerateAutoWizardIcon').then(m => ({ default: m.GenerateAutoWizardIcon }))),
|
|
195
195
|
Geofence30Icon: lazy(() => import('../Geofence30Icon').then(m => ({ default: m.Geofence30Icon }))),
|
|
196
196
|
GetInsightIcon: lazy(() => import('../GetInsightIcon').then(m => ({ default: m.GetInsightIcon }))),
|
|
197
|
+
GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
|
|
197
198
|
GridViewIcon: lazy(() => import('../GridViewIcon').then(m => ({ default: m.GridViewIcon }))),
|
|
198
199
|
GroupIcon: lazy(() => import('../GroupIcon').then(m => ({ default: m.GroupIcon }))),
|
|
199
200
|
GroupLayerIcon: lazy(() => import('../GroupLayerIcon').then(m => ({ default: m.GroupLayerIcon }))),
|
|
@@ -254,8 +255,8 @@ export const LazyIcon = {
|
|
|
254
255
|
MuteIcon: lazy(() => import('../MuteIcon').then(m => ({ default: m.MuteIcon }))),
|
|
255
256
|
NodeViewIcon: lazy(() => import('../NodeViewIcon').then(m => ({ default: m.NodeViewIcon }))),
|
|
256
257
|
NotificationIcon: lazy(() => import('../NotificationIcon').then(m => ({ default: m.NotificationIcon }))),
|
|
257
|
-
NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
|
|
258
258
|
NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
|
|
259
|
+
NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
|
|
259
260
|
OpenNewTabIcon: lazy(() => import('../OpenNewTabIcon').then(m => ({ default: m.OpenNewTabIcon }))),
|
|
260
261
|
OpenUrlIcon: lazy(() => import('../OpenUrlIcon').then(m => ({ default: m.OpenUrlIcon }))),
|
|
261
262
|
OrchestrationIcon: lazy(() => import('../OrchestrationIcon').then(m => ({ default: m.OrchestrationIcon }))),
|
|
@@ -309,7 +310,6 @@ export const LazyIcon = {
|
|
|
309
310
|
ResumeIcon: lazy(() => import('../ResumeIcon').then(m => ({ default: m.ResumeIcon }))),
|
|
310
311
|
RightExpandIcon: lazy(() => import('../RightExpandIcon').then(m => ({ default: m.RightExpandIcon }))),
|
|
311
312
|
Role30Icon: lazy(() => import('../Role30Icon').then(m => ({ default: m.Role30Icon }))),
|
|
312
|
-
SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
|
|
313
313
|
SaveAsIcon: lazy(() => import('../SaveAsIcon').then(m => ({ default: m.SaveAsIcon }))),
|
|
314
314
|
SaveIcon: lazy(() => import('../SaveIcon').then(m => ({ default: m.SaveIcon }))),
|
|
315
315
|
ScheduleEmailDeliveryIcon: lazy(() => import('../ScheduleEmailDeliveryIcon').then(m => ({ default: m.ScheduleEmailDeliveryIcon }))),
|
|
@@ -333,6 +333,7 @@ export const LazyIcon = {
|
|
|
333
333
|
SlideGroupIcon: lazy(() => import('../SlideGroupIcon').then(m => ({ default: m.SlideGroupIcon }))),
|
|
334
334
|
Sort1Icon: lazy(() => import('../Sort1Icon').then(m => ({ default: m.Sort1Icon }))),
|
|
335
335
|
SortIcon: lazy(() => import('../SortIcon').then(m => ({ default: m.SortIcon }))),
|
|
336
|
+
SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
|
|
336
337
|
SqlWorkspaceIcon: lazy(() => import('../SqlWorkspaceIcon').then(m => ({ default: m.SqlWorkspaceIcon }))),
|
|
337
338
|
StatisticIcon: lazy(() => import('../StatisticIcon').then(m => ({ default: m.StatisticIcon }))),
|
|
338
339
|
StickerIcon: lazy(() => import('../StickerIcon').then(m => ({ default: m.StickerIcon }))),
|
|
@@ -364,8 +365,8 @@ export const LazyIcon = {
|
|
|
364
365
|
UnblockIcon: lazy(() => import('../UnblockIcon').then(m => ({ default: m.UnblockIcon }))),
|
|
365
366
|
UndoIcon: lazy(() => import('../UndoIcon').then(m => ({ default: m.UndoIcon }))),
|
|
366
367
|
Unknown30Icon: lazy(() => import('../Unknown30Icon').then(m => ({ default: m.Unknown30Icon }))),
|
|
367
|
-
UnsubscribersIcon: lazy(() => import('../UnsubscribersIcon').then(m => ({ default: m.UnsubscribersIcon }))),
|
|
368
368
|
UnsubscribeIcon: lazy(() => import('../UnsubscribeIcon').then(m => ({ default: m.UnsubscribeIcon }))),
|
|
369
|
+
UnsubscribersIcon: lazy(() => import('../UnsubscribersIcon').then(m => ({ default: m.UnsubscribersIcon }))),
|
|
369
370
|
UploadIcon: lazy(() => import('../UploadIcon').then(m => ({ default: m.UploadIcon }))),
|
|
370
371
|
UploadMenuIcon: lazy(() => import('../UploadMenuIcon').then(m => ({ default: m.UploadMenuIcon }))),
|
|
371
372
|
UserActivityIcon: lazy(() => import('../UserActivityIcon').then(m => ({ default: m.UserActivityIcon }))),
|
|
@@ -382,9 +383,9 @@ export const LazyIcon = {
|
|
|
382
383
|
VisitorInformationIcon: lazy(() => import('../VisitorInformationIcon').then(m => ({ default: m.VisitorInformationIcon }))),
|
|
383
384
|
WarningIcon: lazy(() => import('../WarningIcon').then(m => ({ default: m.WarningIcon }))),
|
|
384
385
|
WebAssetIcon: lazy(() => import('../WebAssetIcon').then(m => ({ default: m.WebAssetIcon }))),
|
|
386
|
+
WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
|
|
385
387
|
WebIcon: lazy(() => import('../WebIcon').then(m => ({ default: m.WebIcon }))),
|
|
386
388
|
WebPersonalizationIcon: lazy(() => import('../WebPersonalizationIcon').then(m => ({ default: m.WebPersonalizationIcon }))),
|
|
387
|
-
WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
|
|
388
389
|
WidgetIcon: lazy(() => import('../WidgetIcon').then(m => ({ default: m.WidgetIcon }))),
|
|
389
390
|
WritingAIAssitantIcon: lazy(() => import('../WritingAIAssitantIcon').then(m => ({ default: m.WritingAIAssitantIcon }))),
|
|
390
391
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { AccountCircleIcon } from './AccountCircleIcon';
|
|
2
2
|
export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
|
|
3
|
+
export { Accounts30Icon } from './Accounts30Icon';
|
|
3
4
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
4
5
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
5
6
|
export { AccountTreeIcon } from './AccountTreeIcon';
|
|
6
|
-
export { Accounts30Icon } from './Accounts30Icon';
|
|
7
7
|
export { AddChartIcon } from './AddChartIcon';
|
|
8
8
|
export { AddFolderIcon } from './AddFolderIcon';
|
|
9
9
|
export { AddIcon } from './AddIcon';
|
|
@@ -52,7 +52,6 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
52
52
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
53
53
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
54
54
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
55
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
56
55
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
57
56
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
58
57
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -60,7 +59,9 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
60
59
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
61
60
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
62
61
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
62
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
63
63
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
64
|
+
export { CircleInfoIcon } from './CircleInfoIcon';
|
|
64
65
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
65
66
|
export { CloseIcon } from './CloseIcon';
|
|
66
67
|
export { CodeIcon } from './CodeIcon';
|
|
@@ -94,15 +95,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
94
95
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
95
96
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
96
97
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
98
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
97
99
|
export { DataIcon } from './DataIcon';
|
|
98
100
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
99
101
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
100
102
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
101
|
-
export { DataView30Icon } from './DataView30Icon';
|
|
102
|
-
export { DataViewIcon } from './DataViewIcon';
|
|
103
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
104
103
|
export { DatasourceIcon } from './DatasourceIcon';
|
|
105
104
|
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
105
|
+
export { DataView30Icon } from './DataView30Icon';
|
|
106
|
+
export { DataViewIcon } from './DataViewIcon';
|
|
106
107
|
export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
|
|
107
108
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
108
109
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
@@ -179,13 +180,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
179
180
|
export { ForwardIcon } from './ForwardIcon';
|
|
180
181
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
181
182
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
182
|
-
export { GPTIcon } from './GPTIcon';
|
|
183
183
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
184
184
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
185
185
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
186
186
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
187
187
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
188
188
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
189
|
+
export { GPTIcon } from './GPTIcon';
|
|
189
190
|
export { GridViewIcon } from './GridViewIcon';
|
|
190
191
|
export { GroupIcon } from './GroupIcon';
|
|
191
192
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -246,8 +247,8 @@ export { MoveToIcon } from './MoveToIcon';
|
|
|
246
247
|
export { MuteIcon } from './MuteIcon';
|
|
247
248
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
248
249
|
export { NotificationIcon } from './NotificationIcon';
|
|
249
|
-
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
250
250
|
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
251
|
+
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
251
252
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
252
253
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
253
254
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -299,7 +300,6 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
299
300
|
export { ResumeIcon } from './ResumeIcon';
|
|
300
301
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
301
302
|
export { Role30Icon } from './Role30Icon';
|
|
302
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
303
303
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
304
304
|
export { SaveIcon } from './SaveIcon';
|
|
305
305
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -323,6 +323,7 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
323
323
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
324
324
|
export { Sort1Icon } from './Sort1Icon';
|
|
325
325
|
export { SortIcon } from './SortIcon';
|
|
326
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
326
327
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
327
328
|
export { StatisticIcon } from './StatisticIcon';
|
|
328
329
|
export { StickerIcon } from './StickerIcon';
|
|
@@ -354,8 +355,8 @@ export { TipsIdeaLight30Icon } from './TipsIdeaLight30Icon';
|
|
|
354
355
|
export { UnblockIcon } from './UnblockIcon';
|
|
355
356
|
export { UndoIcon } from './UndoIcon';
|
|
356
357
|
export { Unknown30Icon } from './Unknown30Icon';
|
|
357
|
-
export { UnsubscribersIcon } from './UnsubscribersIcon';
|
|
358
358
|
export { UnsubscribeIcon } from './UnsubscribeIcon';
|
|
359
|
+
export { UnsubscribersIcon } from './UnsubscribersIcon';
|
|
359
360
|
export { UploadIcon } from './UploadIcon';
|
|
360
361
|
export { UploadMenuIcon } from './UploadMenuIcon';
|
|
361
362
|
export { UserActivityIcon } from './UserActivityIcon';
|
|
@@ -372,8 +373,8 @@ export { VisitorIcon } from './VisitorIcon';
|
|
|
372
373
|
export { VisitorInformationIcon } from './VisitorInformationIcon';
|
|
373
374
|
export { WarningIcon } from './WarningIcon';
|
|
374
375
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
376
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
375
377
|
export { WebIcon } from './WebIcon';
|
|
376
378
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
377
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
378
379
|
export { WidgetIcon } from './WidgetIcon';
|
|
379
380
|
export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { AccountCircleIcon } from './AccountCircleIcon';
|
|
2
2
|
export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
|
|
3
|
+
export { Accounts30Icon } from './Accounts30Icon';
|
|
3
4
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
4
5
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
5
6
|
export { AccountTreeIcon } from './AccountTreeIcon';
|
|
6
|
-
export { Accounts30Icon } from './Accounts30Icon';
|
|
7
7
|
export { AddChartIcon } from './AddChartIcon';
|
|
8
8
|
export { AddFolderIcon } from './AddFolderIcon';
|
|
9
9
|
export { AddIcon } from './AddIcon';
|
|
@@ -52,7 +52,6 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
52
52
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
53
53
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
54
54
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
55
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
56
55
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
57
56
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
58
57
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -60,7 +59,9 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
60
59
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
61
60
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
62
61
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
62
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
63
63
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
64
|
+
export { CircleInfoIcon } from './CircleInfoIcon';
|
|
64
65
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
65
66
|
export { CloseIcon } from './CloseIcon';
|
|
66
67
|
export { CodeIcon } from './CodeIcon';
|
|
@@ -94,15 +95,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
94
95
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
95
96
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
96
97
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
98
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
97
99
|
export { DataIcon } from './DataIcon';
|
|
98
100
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
99
101
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
100
102
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
101
|
-
export { DataView30Icon } from './DataView30Icon';
|
|
102
|
-
export { DataViewIcon } from './DataViewIcon';
|
|
103
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
104
103
|
export { DatasourceIcon } from './DatasourceIcon';
|
|
105
104
|
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
105
|
+
export { DataView30Icon } from './DataView30Icon';
|
|
106
|
+
export { DataViewIcon } from './DataViewIcon';
|
|
106
107
|
export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
|
|
107
108
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
108
109
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
@@ -179,13 +180,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
179
180
|
export { ForwardIcon } from './ForwardIcon';
|
|
180
181
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
181
182
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
182
|
-
export { GPTIcon } from './GPTIcon';
|
|
183
183
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
184
184
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
185
185
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
186
186
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
187
187
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
188
188
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
189
|
+
export { GPTIcon } from './GPTIcon';
|
|
189
190
|
export { GridViewIcon } from './GridViewIcon';
|
|
190
191
|
export { GroupIcon } from './GroupIcon';
|
|
191
192
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -246,8 +247,8 @@ export { MoveToIcon } from './MoveToIcon';
|
|
|
246
247
|
export { MuteIcon } from './MuteIcon';
|
|
247
248
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
248
249
|
export { NotificationIcon } from './NotificationIcon';
|
|
249
|
-
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
250
250
|
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
251
|
+
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
251
252
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
252
253
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
253
254
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -299,7 +300,6 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
299
300
|
export { ResumeIcon } from './ResumeIcon';
|
|
300
301
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
301
302
|
export { Role30Icon } from './Role30Icon';
|
|
302
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
303
303
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
304
304
|
export { SaveIcon } from './SaveIcon';
|
|
305
305
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -323,6 +323,7 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
323
323
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
324
324
|
export { Sort1Icon } from './Sort1Icon';
|
|
325
325
|
export { SortIcon } from './SortIcon';
|
|
326
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
326
327
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
327
328
|
export { StatisticIcon } from './StatisticIcon';
|
|
328
329
|
export { StickerIcon } from './StickerIcon';
|
|
@@ -354,8 +355,8 @@ export { TipsIdeaLight30Icon } from './TipsIdeaLight30Icon';
|
|
|
354
355
|
export { UnblockIcon } from './UnblockIcon';
|
|
355
356
|
export { UndoIcon } from './UndoIcon';
|
|
356
357
|
export { Unknown30Icon } from './Unknown30Icon';
|
|
357
|
-
export { UnsubscribersIcon } from './UnsubscribersIcon';
|
|
358
358
|
export { UnsubscribeIcon } from './UnsubscribeIcon';
|
|
359
|
+
export { UnsubscribersIcon } from './UnsubscribersIcon';
|
|
359
360
|
export { UploadIcon } from './UploadIcon';
|
|
360
361
|
export { UploadMenuIcon } from './UploadMenuIcon';
|
|
361
362
|
export { UserActivityIcon } from './UserActivityIcon';
|
|
@@ -372,8 +373,8 @@ export { VisitorIcon } from './VisitorIcon';
|
|
|
372
373
|
export { VisitorInformationIcon } from './VisitorInformationIcon';
|
|
373
374
|
export { WarningIcon } from './WarningIcon';
|
|
374
375
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
376
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
375
377
|
export { WebIcon } from './WebIcon';
|
|
376
378
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
377
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
378
379
|
export { WidgetIcon } from './WidgetIcon';
|
|
379
380
|
export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
|
|
@@ -208,6 +208,8 @@ export const MatchesAnyWrapper = styled(props => _jsx(Flex, { ...props })) `
|
|
|
208
208
|
|
|
209
209
|
&.load-more-node {
|
|
210
210
|
overflow: hidden;
|
|
211
|
+
pointer-events: none;
|
|
212
|
+
background-color: #fff !important;
|
|
211
213
|
height: 5px !important;
|
|
212
214
|
padding: 0px !important;
|
|
213
215
|
}
|