@antscorp/antsomi-ui 1.3.5-beta.891 → 1.3.5-beta.892

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.
@@ -0,0 +1,7 @@
1
+ import { type AppProps as AntdAppProps } from 'antd';
2
+ type AppProps = AntdAppProps;
3
+ declare const App: {
4
+ (props: AppProps): import("react/jsx-runtime").JSX.Element;
5
+ useApp: () => import("antd/es/app/context").useAppProps;
6
+ };
7
+ export { App, type AppProps };
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { App as AntdApp } from 'antd';
3
+ const App = (props) => (_jsx(AntdApp, { notification: { placement: 'bottomLeft', maxCount: 3 }, ...props }));
4
+ App.useApp = AntdApp.useApp;
5
+ export { App };
@@ -0,0 +1 @@
1
+ export * from './App';
@@ -0,0 +1 @@
1
+ export * from './App';
@@ -33,6 +33,7 @@ export { ContentEditable } from './ContentEditable';
33
33
  export { Image } from './Image';
34
34
  export { IconField } from './IconField';
35
35
  export { Suspense } from './Suspense';
36
+ export { App } from './App';
36
37
  export * from './Flex';
37
38
  export * from './PreviewTabs';
38
39
  export * from './MobileFrame';
@@ -51,3 +52,4 @@ export type { SliderProps } from './Slider';
51
52
  export type { PaginationProps } from './Pagination';
52
53
  export type { InputDynamicProps } from './InputDynamic';
53
54
  export type { ImageProps } from './Image';
55
+ export type { AppProps } from './App';
@@ -33,6 +33,7 @@ export { ContentEditable } from './ContentEditable';
33
33
  export { Image } from './Image';
34
34
  export { IconField } from './IconField';
35
35
  export { Suspense } from './Suspense';
36
+ export { App } from './App';
36
37
  export * from './Flex';
37
38
  export * from './PreviewTabs';
38
39
  export * from './MobileFrame';
@@ -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,6 +61,7 @@ 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
66
  CircleNotificationsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
67
67
  CloseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -96,15 +96,15 @@ export declare const LazyIcon: {
96
96
  DataDestinationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
97
97
  DataEncryption30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
98
98
  DataEncryptionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
99
+ Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
99
100
  DataIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
100
101
  DataRefreshIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
101
102
  DataSchema30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
102
103
  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
104
  DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
107
105
  DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
106
+ DataView30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
107
+ DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
108
108
  DecreaseDecimalIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
109
109
  DeleteRemoveTrashIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
110
110
  DeliveryLogIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -119,7 +119,6 @@ export declare const LazyIcon: {
119
119
  DisplayMonitorScreenIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
120
120
  DomainManagementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
121
121
  DoubeThreeDotIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
122
- DoubleTreeDotIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
123
122
  DownloadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
124
123
  DraftDocumentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
125
124
  DuplicateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -181,13 +180,13 @@ export declare const LazyIcon: {
181
180
  ForwardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
182
181
  FreeDrawIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
183
182
  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
183
  GalleryTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
186
184
  GeneralSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
187
185
  GeneralSettings30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
188
186
  GenerateAutoWizardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
189
187
  Geofence30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
190
188
  GetInsightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
189
+ GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
191
190
  GridViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
192
191
  GroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
193
192
  GroupLayerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -251,8 +250,8 @@ export declare const LazyIcon: {
251
250
  NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
252
251
  NoteNewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
253
252
  NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
254
- NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
255
253
  NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
254
+ NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
256
255
  OpenNewTabIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
257
256
  OpenUrlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
258
257
  OrchestrationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -303,7 +302,6 @@ export declare const LazyIcon: {
303
302
  ResumeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
304
303
  RightExpandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
305
304
  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
305
  SaveAsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
308
306
  SaveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
309
307
  ScheduleEmailDeliveryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -327,6 +325,7 @@ export declare const LazyIcon: {
327
325
  SlideGroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
328
326
  Sort1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
329
327
  SortIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
328
+ SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
330
329
  SqlWorkspaceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
331
330
  StatisticIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
332
331
  StickerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -374,9 +373,9 @@ export declare const LazyIcon: {
374
373
  VisitorInformationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
375
374
  WarningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
376
375
  WebAssetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
376
+ WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
377
377
  WebIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
378
378
  WebPersonalizationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
379
- WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
380
379
  WidgetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
381
380
  WritingAIAssitantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
382
381
  };
@@ -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,6 +67,7 @@ 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
72
  CircleNotificationsIcon: lazy(() => import('../CircleNotificationsIcon').then(m => ({ default: m.CircleNotificationsIcon }))),
73
73
  CloseIcon: lazy(() => import('../CloseIcon').then(m => ({ default: m.CloseIcon }))),
@@ -102,15 +102,15 @@ export const LazyIcon = {
102
102
  DataDestinationIcon: lazy(() => import('../DataDestinationIcon').then(m => ({ default: m.DataDestinationIcon }))),
103
103
  DataEncryption30Icon: lazy(() => import('../DataEncryption30Icon').then(m => ({ default: m.DataEncryption30Icon }))),
104
104
  DataEncryptionIcon: lazy(() => import('../DataEncryptionIcon').then(m => ({ default: m.DataEncryptionIcon }))),
105
+ Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
105
106
  DataIcon: lazy(() => import('../DataIcon').then(m => ({ default: m.DataIcon }))),
106
107
  DataRefreshIcon: lazy(() => import('../DataRefreshIcon').then(m => ({ default: m.DataRefreshIcon }))),
107
108
  DataSchema30Icon: lazy(() => import('../DataSchema30Icon').then(m => ({ default: m.DataSchema30Icon }))),
108
109
  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
110
  DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
113
111
  DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
112
+ DataView30Icon: lazy(() => import('../DataView30Icon').then(m => ({ default: m.DataView30Icon }))),
113
+ DataViewIcon: lazy(() => import('../DataViewIcon').then(m => ({ default: m.DataViewIcon }))),
114
114
  DecreaseDecimalIcon: lazy(() => import('../DecreaseDecimalIcon').then(m => ({ default: m.DecreaseDecimalIcon }))),
115
115
  DeleteRemoveTrashIcon: lazy(() => import('../DeleteRemoveTrashIcon').then(m => ({ default: m.DeleteRemoveTrashIcon }))),
116
116
  DeliveryLogIcon: lazy(() => import('../DeliveryLogIcon').then(m => ({ default: m.DeliveryLogIcon }))),
@@ -125,7 +125,6 @@ export const LazyIcon = {
125
125
  DisplayMonitorScreenIcon: lazy(() => import('../DisplayMonitorScreenIcon').then(m => ({ default: m.DisplayMonitorScreenIcon }))),
126
126
  DomainManagementIcon: lazy(() => import('../DomainManagementIcon').then(m => ({ default: m.DomainManagementIcon }))),
127
127
  DoubeThreeDotIcon: lazy(() => import('../DoubeThreeDotIcon').then(m => ({ default: m.DoubeThreeDotIcon }))),
128
- DoubleTreeDotIcon: lazy(() => import('../DoubleTreeDotIcon').then(m => ({ default: m.DoubleTreeDotIcon }))),
129
128
  DownloadIcon: lazy(() => import('../DownloadIcon').then(m => ({ default: m.DownloadIcon }))),
130
129
  DraftDocumentIcon: lazy(() => import('../DraftDocumentIcon').then(m => ({ default: m.DraftDocumentIcon }))),
131
130
  DuplicateIcon: lazy(() => import('../DuplicateIcon').then(m => ({ default: m.DuplicateIcon }))),
@@ -187,13 +186,13 @@ export const LazyIcon = {
187
186
  ForwardIcon: lazy(() => import('../ForwardIcon').then(m => ({ default: m.ForwardIcon }))),
188
187
  FreeDrawIcon: lazy(() => import('../FreeDrawIcon').then(m => ({ default: m.FreeDrawIcon }))),
189
188
  FullReviewIcon: lazy(() => import('../FullReviewIcon').then(m => ({ default: m.FullReviewIcon }))),
190
- GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
191
189
  GalleryTemplateIcon: lazy(() => import('../GalleryTemplateIcon').then(m => ({ default: m.GalleryTemplateIcon }))),
192
190
  GeneralSettingIcon: lazy(() => import('../GeneralSettingIcon').then(m => ({ default: m.GeneralSettingIcon }))),
193
191
  GeneralSettings30Icon: lazy(() => import('../GeneralSettings30Icon').then(m => ({ default: m.GeneralSettings30Icon }))),
194
192
  GenerateAutoWizardIcon: lazy(() => import('../GenerateAutoWizardIcon').then(m => ({ default: m.GenerateAutoWizardIcon }))),
195
193
  Geofence30Icon: lazy(() => import('../Geofence30Icon').then(m => ({ default: m.Geofence30Icon }))),
196
194
  GetInsightIcon: lazy(() => import('../GetInsightIcon').then(m => ({ default: m.GetInsightIcon }))),
195
+ GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
197
196
  GridViewIcon: lazy(() => import('../GridViewIcon').then(m => ({ default: m.GridViewIcon }))),
198
197
  GroupIcon: lazy(() => import('../GroupIcon').then(m => ({ default: m.GroupIcon }))),
199
198
  GroupLayerIcon: lazy(() => import('../GroupLayerIcon').then(m => ({ default: m.GroupLayerIcon }))),
@@ -255,8 +254,8 @@ export const LazyIcon = {
255
254
  NodeViewIcon: lazy(() => import('../NodeViewIcon').then(m => ({ default: m.NodeViewIcon }))),
256
255
  NoteNewIcon: lazy(() => import('../NoteNewIcon').then(m => ({ default: m.NoteNewIcon }))),
257
256
  NotificationIcon: lazy(() => import('../NotificationIcon').then(m => ({ default: m.NotificationIcon }))),
258
- NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
259
257
  NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
258
+ NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
260
259
  OpenNewTabIcon: lazy(() => import('../OpenNewTabIcon').then(m => ({ default: m.OpenNewTabIcon }))),
261
260
  OpenUrlIcon: lazy(() => import('../OpenUrlIcon').then(m => ({ default: m.OpenUrlIcon }))),
262
261
  OrchestrationIcon: lazy(() => import('../OrchestrationIcon').then(m => ({ default: m.OrchestrationIcon }))),
@@ -309,7 +308,6 @@ export const LazyIcon = {
309
308
  ResumeIcon: lazy(() => import('../ResumeIcon').then(m => ({ default: m.ResumeIcon }))),
310
309
  RightExpandIcon: lazy(() => import('../RightExpandIcon').then(m => ({ default: m.RightExpandIcon }))),
311
310
  Role30Icon: lazy(() => import('../Role30Icon').then(m => ({ default: m.Role30Icon }))),
312
- SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
313
311
  SaveAsIcon: lazy(() => import('../SaveAsIcon').then(m => ({ default: m.SaveAsIcon }))),
314
312
  SaveIcon: lazy(() => import('../SaveIcon').then(m => ({ default: m.SaveIcon }))),
315
313
  ScheduleEmailDeliveryIcon: lazy(() => import('../ScheduleEmailDeliveryIcon').then(m => ({ default: m.ScheduleEmailDeliveryIcon }))),
@@ -333,6 +331,7 @@ export const LazyIcon = {
333
331
  SlideGroupIcon: lazy(() => import('../SlideGroupIcon').then(m => ({ default: m.SlideGroupIcon }))),
334
332
  Sort1Icon: lazy(() => import('../Sort1Icon').then(m => ({ default: m.Sort1Icon }))),
335
333
  SortIcon: lazy(() => import('../SortIcon').then(m => ({ default: m.SortIcon }))),
334
+ SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
336
335
  SqlWorkspaceIcon: lazy(() => import('../SqlWorkspaceIcon').then(m => ({ default: m.SqlWorkspaceIcon }))),
337
336
  StatisticIcon: lazy(() => import('../StatisticIcon').then(m => ({ default: m.StatisticIcon }))),
338
337
  StickerIcon: lazy(() => import('../StickerIcon').then(m => ({ default: m.StickerIcon }))),
@@ -380,9 +379,9 @@ export const LazyIcon = {
380
379
  VisitorInformationIcon: lazy(() => import('../VisitorInformationIcon').then(m => ({ default: m.VisitorInformationIcon }))),
381
380
  WarningIcon: lazy(() => import('../WarningIcon').then(m => ({ default: m.WarningIcon }))),
382
381
  WebAssetIcon: lazy(() => import('../WebAssetIcon').then(m => ({ default: m.WebAssetIcon }))),
382
+ WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
383
383
  WebIcon: lazy(() => import('../WebIcon').then(m => ({ default: m.WebIcon }))),
384
384
  WebPersonalizationIcon: lazy(() => import('../WebPersonalizationIcon').then(m => ({ default: m.WebPersonalizationIcon }))),
385
- WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
386
385
  WidgetIcon: lazy(() => import('../WidgetIcon').then(m => ({ default: m.WidgetIcon }))),
387
386
  WritingAIAssitantIcon: lazy(() => import('../WritingAIAssitantIcon').then(m => ({ default: m.WritingAIAssitantIcon }))),
388
387
  };
@@ -3,5 +3,5 @@ import { forwardRef } from 'react';
3
3
  import { useIcon } from './hooks/useIcon';
4
4
  export const SettingFillIcon = forwardRef((props, ref) => {
5
5
  const { width, height } = useIcon(props);
6
- return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M9.72266 14.2773C10.3529 14.9076 11.112 15.2227 12 15.2227C12.888 15.2227 13.6471 14.9076 14.2773 14.2773C14.9076 13.6471 15.2227 12.888 15.2227 12C15.2227 11.112 14.9076 10.3529 14.2773 9.72266C13.6471 9.09245 12.888 8.77734 12 8.77734C11.112 8.77734 10.3529 9.09245 9.72266 9.72266C9.09245 10.3529 8.77734 11.112 8.77734 12C8.77734 12.888 9.09245 13.6471 9.72266 14.2773ZM18.832 12.9023L20.7656 14.4062C20.9661 14.5495 20.9948 14.75 20.8516 15.0078L19.0039 18.1875C18.8893 18.388 18.7031 18.4453 18.4453 18.3594L16.168 17.457C15.5664 17.8867 15.0508 18.1875 14.6211 18.3594L14.2773 20.7656C14.2201 21.0234 14.0768 21.1523 13.8477 21.1523H10.1523C9.92318 21.1523 9.77995 21.0234 9.72266 20.7656L9.37891 18.3594C8.83464 18.1302 8.31901 17.8294 7.83203 17.457L5.55469 18.3594C5.29688 18.4453 5.11068 18.388 4.99609 18.1875L3.14844 15.0078C3.00521 14.75 3.03385 14.5495 3.23438 14.4062L5.16797 12.9023C5.13932 12.7018 5.125 12.401 5.125 12C5.125 11.599 5.13932 11.2982 5.16797 11.0977L3.23438 9.59375C3.03385 9.45052 3.00521 9.25 3.14844 8.99219L4.99609 5.8125C5.11068 5.61198 5.29688 5.55469 5.55469 5.64062L7.83203 6.54297C8.43359 6.11328 8.94922 5.8125 9.37891 5.64062L9.72266 3.23438C9.77995 2.97656 9.92318 2.84766 10.1523 2.84766H13.8477C14.0768 2.84766 14.2201 2.97656 14.2773 3.23438L14.6211 5.64062C15.1654 5.86979 15.681 6.17057 16.168 6.54297L18.4453 5.64062C18.7031 5.55469 18.8893 5.61198 19.0039 5.8125L20.8516 8.99219C20.9948 9.25 20.9661 9.45052 20.7656 9.59375L18.832 11.0977C18.8607 11.2982 18.875 11.599 18.875 12C18.875 12.401 18.8607 12.7018 18.832 12.9023Z", fill: "currentColor" }) }));
6
+ return (_jsx("svg", { viewBox: "0 0 14 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M5.34375 9.05627C5.80208 9.51461 6.35417 9.74377 7 9.74377C7.64583 9.74377 8.19792 9.51461 8.65625 9.05627C9.11458 8.59794 9.34375 8.04586 9.34375 7.40002C9.34375 6.75419 9.11458 6.20211 8.65625 5.74377C8.19792 5.28544 7.64583 5.05627 7 5.05627C6.35417 5.05627 5.80208 5.28544 5.34375 5.74377C4.88542 6.20211 4.65625 6.75419 4.65625 7.40002C4.65625 8.04586 4.88542 8.59794 5.34375 9.05627ZM11.9688 8.05627L13.375 9.15002C13.5208 9.25419 13.5417 9.40002 13.4375 9.58752L12.0938 11.9C12.0104 12.0459 11.875 12.0875 11.6875 12.025L10.0312 11.3688C9.59375 11.6813 9.21875 11.9 8.90625 12.025L8.65625 13.775C8.61458 13.9625 8.51042 14.0563 8.34375 14.0563H5.65625C5.48958 14.0563 5.38542 13.9625 5.34375 13.775L5.09375 12.025C4.69792 11.8584 4.32292 11.6396 3.96875 11.3688L2.3125 12.025C2.125 12.0875 1.98958 12.0459 1.90625 11.9L0.5625 9.58752C0.458333 9.40002 0.479167 9.25419 0.625 9.15002L2.03125 8.05627C2.01042 7.91044 2 7.69169 2 7.40002C2 7.10836 2.01042 6.88961 2.03125 6.74377L0.625 5.65002C0.479167 5.54586 0.458333 5.40002 0.5625 5.21252L1.90625 2.90002C1.98958 2.75419 2.125 2.71252 2.3125 2.77502L3.96875 3.43127C4.40625 3.11877 4.78125 2.90002 5.09375 2.77502L5.34375 1.02502C5.38542 0.837524 5.48958 0.743774 5.65625 0.743774H8.34375C8.51042 0.743774 8.61458 0.837524 8.65625 1.02502L8.90625 2.77502C9.30208 2.94169 9.67708 3.16044 10.0312 3.43127L11.6875 2.77502C11.875 2.71252 12.0104 2.75419 12.0938 2.90002L13.4375 5.21252C13.5417 5.40002 13.5208 5.54586 13.375 5.65002L11.9688 6.74377C11.9896 6.88961 12 7.10836 12 7.40002C12 7.69169 11.9896 7.91044 11.9688 8.05627Z", fill: "currentColor" }) }));
7
7
  });
@@ -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,6 +59,7 @@ 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
64
  export { CircleNotificationsIcon } from './CircleNotificationsIcon';
65
65
  export { CloseIcon } from './CloseIcon';
@@ -94,15 +94,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
94
94
  export { DataDestinationIcon } from './DataDestinationIcon';
95
95
  export { DataEncryption30Icon } from './DataEncryption30Icon';
96
96
  export { DataEncryptionIcon } from './DataEncryptionIcon';
97
+ export { Dataflows30Icon } from './Dataflows30Icon';
97
98
  export { DataIcon } from './DataIcon';
98
99
  export { DataRefreshIcon } from './DataRefreshIcon';
99
100
  export { DataSchema30Icon } from './DataSchema30Icon';
100
101
  export { DataSource30Icon } from './DataSource30Icon';
101
- export { DataView30Icon } from './DataView30Icon';
102
- export { DataViewIcon } from './DataViewIcon';
103
- export { Dataflows30Icon } from './Dataflows30Icon';
104
102
  export { DatasourceIcon } from './DatasourceIcon';
105
103
  export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
104
+ export { DataView30Icon } from './DataView30Icon';
105
+ export { DataViewIcon } from './DataViewIcon';
106
106
  export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
107
107
  export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
108
108
  export { DeliveryLogIcon } from './DeliveryLogIcon';
@@ -117,7 +117,6 @@ export { DirectoriesIcon } from './DirectoriesIcon';
117
117
  export { DisplayMonitorScreenIcon } from './DisplayMonitorScreenIcon';
118
118
  export { DomainManagementIcon } from './DomainManagementIcon';
119
119
  export { DoubeThreeDotIcon } from './DoubeThreeDotIcon';
120
- export { DoubleTreeDotIcon } from './DoubleTreeDotIcon';
121
120
  export { DownloadIcon } from './DownloadIcon';
122
121
  export { DraftDocumentIcon } from './DraftDocumentIcon';
123
122
  export { DuplicateIcon } from './DuplicateIcon';
@@ -179,13 +178,13 @@ export { Form30Icon } from './Form30Icon';
179
178
  export { ForwardIcon } from './ForwardIcon';
180
179
  export { FreeDrawIcon } from './FreeDrawIcon';
181
180
  export { FullReviewIcon } from './FullReviewIcon';
182
- export { GPTIcon } from './GPTIcon';
183
181
  export { GalleryTemplateIcon } from './GalleryTemplateIcon';
184
182
  export { GeneralSettingIcon } from './GeneralSettingIcon';
185
183
  export { GeneralSettings30Icon } from './GeneralSettings30Icon';
186
184
  export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
187
185
  export { Geofence30Icon } from './Geofence30Icon';
188
186
  export { GetInsightIcon } from './GetInsightIcon';
187
+ export { GPTIcon } from './GPTIcon';
189
188
  export { GridViewIcon } from './GridViewIcon';
190
189
  export { GroupIcon } from './GroupIcon';
191
190
  export { GroupLayerIcon } from './GroupLayerIcon';
@@ -247,8 +246,8 @@ export { MuteIcon } from './MuteIcon';
247
246
  export { NodeViewIcon } from './NodeViewIcon';
248
247
  export { NoteNewIcon } from './NoteNewIcon';
249
248
  export { NotificationIcon } from './NotificationIcon';
250
- export { NotificationSettingIcon } from './NotificationSettingIcon';
251
249
  export { NotificationsActiveIcon } from './NotificationsActiveIcon';
250
+ export { NotificationSettingIcon } from './NotificationSettingIcon';
252
251
  export { OpenNewTabIcon } from './OpenNewTabIcon';
253
252
  export { OpenUrlIcon } from './OpenUrlIcon';
254
253
  export { OrchestrationIcon } from './OrchestrationIcon';
@@ -299,7 +298,6 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
299
298
  export { ResumeIcon } from './ResumeIcon';
300
299
  export { RightExpandIcon } from './RightExpandIcon';
301
300
  export { Role30Icon } from './Role30Icon';
302
- export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
303
301
  export { SaveAsIcon } from './SaveAsIcon';
304
302
  export { SaveIcon } from './SaveIcon';
305
303
  export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
@@ -323,6 +321,7 @@ export { SignatureIcon } from './SignatureIcon';
323
321
  export { SlideGroupIcon } from './SlideGroupIcon';
324
322
  export { Sort1Icon } from './Sort1Icon';
325
323
  export { SortIcon } from './SortIcon';
324
+ export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
326
325
  export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
327
326
  export { StatisticIcon } from './StatisticIcon';
328
327
  export { StickerIcon } from './StickerIcon';
@@ -370,8 +369,8 @@ export { VisitorIcon } from './VisitorIcon';
370
369
  export { VisitorInformationIcon } from './VisitorInformationIcon';
371
370
  export { WarningIcon } from './WarningIcon';
372
371
  export { WebAssetIcon } from './WebAssetIcon';
372
+ export { WebhookIcon } from './WebhookIcon';
373
373
  export { WebIcon } from './WebIcon';
374
374
  export { WebPersonalizationIcon } from './WebPersonalizationIcon';
375
- export { WebhookIcon } from './WebhookIcon';
376
375
  export { WidgetIcon } from './WidgetIcon';
377
376
  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,6 +59,7 @@ 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
64
  export { CircleNotificationsIcon } from './CircleNotificationsIcon';
65
65
  export { CloseIcon } from './CloseIcon';
@@ -94,15 +94,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
94
94
  export { DataDestinationIcon } from './DataDestinationIcon';
95
95
  export { DataEncryption30Icon } from './DataEncryption30Icon';
96
96
  export { DataEncryptionIcon } from './DataEncryptionIcon';
97
+ export { Dataflows30Icon } from './Dataflows30Icon';
97
98
  export { DataIcon } from './DataIcon';
98
99
  export { DataRefreshIcon } from './DataRefreshIcon';
99
100
  export { DataSchema30Icon } from './DataSchema30Icon';
100
101
  export { DataSource30Icon } from './DataSource30Icon';
101
- export { DataView30Icon } from './DataView30Icon';
102
- export { DataViewIcon } from './DataViewIcon';
103
- export { Dataflows30Icon } from './Dataflows30Icon';
104
102
  export { DatasourceIcon } from './DatasourceIcon';
105
103
  export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
104
+ export { DataView30Icon } from './DataView30Icon';
105
+ export { DataViewIcon } from './DataViewIcon';
106
106
  export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
107
107
  export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
108
108
  export { DeliveryLogIcon } from './DeliveryLogIcon';
@@ -117,7 +117,6 @@ export { DirectoriesIcon } from './DirectoriesIcon';
117
117
  export { DisplayMonitorScreenIcon } from './DisplayMonitorScreenIcon';
118
118
  export { DomainManagementIcon } from './DomainManagementIcon';
119
119
  export { DoubeThreeDotIcon } from './DoubeThreeDotIcon';
120
- export { DoubleTreeDotIcon } from './DoubleTreeDotIcon';
121
120
  export { DownloadIcon } from './DownloadIcon';
122
121
  export { DraftDocumentIcon } from './DraftDocumentIcon';
123
122
  export { DuplicateIcon } from './DuplicateIcon';
@@ -179,13 +178,13 @@ export { Form30Icon } from './Form30Icon';
179
178
  export { ForwardIcon } from './ForwardIcon';
180
179
  export { FreeDrawIcon } from './FreeDrawIcon';
181
180
  export { FullReviewIcon } from './FullReviewIcon';
182
- export { GPTIcon } from './GPTIcon';
183
181
  export { GalleryTemplateIcon } from './GalleryTemplateIcon';
184
182
  export { GeneralSettingIcon } from './GeneralSettingIcon';
185
183
  export { GeneralSettings30Icon } from './GeneralSettings30Icon';
186
184
  export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
187
185
  export { Geofence30Icon } from './Geofence30Icon';
188
186
  export { GetInsightIcon } from './GetInsightIcon';
187
+ export { GPTIcon } from './GPTIcon';
189
188
  export { GridViewIcon } from './GridViewIcon';
190
189
  export { GroupIcon } from './GroupIcon';
191
190
  export { GroupLayerIcon } from './GroupLayerIcon';
@@ -247,8 +246,8 @@ export { MuteIcon } from './MuteIcon';
247
246
  export { NodeViewIcon } from './NodeViewIcon';
248
247
  export { NoteNewIcon } from './NoteNewIcon';
249
248
  export { NotificationIcon } from './NotificationIcon';
250
- export { NotificationSettingIcon } from './NotificationSettingIcon';
251
249
  export { NotificationsActiveIcon } from './NotificationsActiveIcon';
250
+ export { NotificationSettingIcon } from './NotificationSettingIcon';
252
251
  export { OpenNewTabIcon } from './OpenNewTabIcon';
253
252
  export { OpenUrlIcon } from './OpenUrlIcon';
254
253
  export { OrchestrationIcon } from './OrchestrationIcon';
@@ -299,7 +298,6 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
299
298
  export { ResumeIcon } from './ResumeIcon';
300
299
  export { RightExpandIcon } from './RightExpandIcon';
301
300
  export { Role30Icon } from './Role30Icon';
302
- export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
303
301
  export { SaveAsIcon } from './SaveAsIcon';
304
302
  export { SaveIcon } from './SaveIcon';
305
303
  export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
@@ -323,6 +321,7 @@ export { SignatureIcon } from './SignatureIcon';
323
321
  export { SlideGroupIcon } from './SlideGroupIcon';
324
322
  export { Sort1Icon } from './Sort1Icon';
325
323
  export { SortIcon } from './SortIcon';
324
+ export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
326
325
  export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
327
326
  export { StatisticIcon } from './StatisticIcon';
328
327
  export { StickerIcon } from './StickerIcon';
@@ -370,8 +369,8 @@ export { VisitorIcon } from './VisitorIcon';
370
369
  export { VisitorInformationIcon } from './VisitorInformationIcon';
371
370
  export { WarningIcon } from './WarningIcon';
372
371
  export { WebAssetIcon } from './WebAssetIcon';
372
+ export { WebhookIcon } from './WebhookIcon';
373
373
  export { WebIcon } from './WebIcon';
374
374
  export { WebPersonalizationIcon } from './WebPersonalizationIcon';
375
- export { WebhookIcon } from './WebhookIcon';
376
375
  export { WidgetIcon } from './WidgetIcon';
377
376
  export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
@@ -753,8 +753,6 @@
753
753
  "_NOTI_FAIL_CREATE_SEGMENT": "Fail to create the segment, please try again.",
754
754
  "_NOTI_FAIL_UPDATE_JOURNEY": "Fail to update the journey, please try again.",
755
755
  "_NOTI_FAIL_UPDATE_SEGMENT": "Fail to update the segment, please try again.",
756
- "_NOTI_FAIL_FIELD_REMOVE_BY_3RD_ERR": "This custom field has been removed",
757
- "FIELD_REMOVE_BY_3RD_LABEL": "Unknown",
758
756
  "_NOTI_FIELD_INVALID": "The field colored with red is invalid",
759
757
  "_NOTI_FIELD_IS_REQUIRED": "Field is required",
760
758
  "_NOTI_FIELD_REQUIRED": "This field is required",
@@ -857,7 +855,6 @@
857
855
  "_OPERATOR_SENSI_NOT_START_WITH": "not start with (case sensitive)",
858
856
  "_OPERATOR_SENSI_START_WITH": "starts with (case sensitive)",
859
857
  "_OPERATOR_START_WITH": "starts with",
860
- "_OPERATOR_MATCH_ANY_EX_VALUE_LIMIT": "Maximum of 100 values, each under 200 characters",
861
858
  "_OPTION_ALLOW_UPDATE_NULL": "Allow update the null value",
862
859
  "_OPTION_AUDIENCE_ADVANCE": "Advance",
863
860
  "_OPTION_FALSE": "False",
@@ -866,8 +863,6 @@
866
863
  "_PERSONALIZE_CUSTOMER": "Customer Attribute",
867
864
  "_PERSONALIZE_EVENT": "Event Attribute",
868
865
  "_PERSONALIZE_VISITOR": "Visitor Attribute",
869
- "_PERSONALIZE_PROMO_CODE": "Promotion Code",
870
- "_PERSONALIZE_CUSTOM": "Custom",
871
866
  "_PW_1_LOWERCASE": "One lower case character",
872
867
  "_PW_1_NUMBER": "One number",
873
868
  "_PW_1_UPPERCASE": "One uppercase character",
@@ -1740,7 +1735,6 @@
1740
1735
  "_CODE_DESTINATION_FREQUENCY_CAPPING": "Violate destination frequency capping",
1741
1736
  "_CODE_DELIVERED": "Delivered",
1742
1737
  "_CODE_BOUNCED_N_ERROR": "Bounce & error",
1743
- "_CODE_SHORTENER_ERROR": "Shortlink service error",
1744
1738
  "_OPT_SPECIFIC_DATE": "At a specific date",
1745
1739
  "_TITL_CUSTOMER_SEGMENTS": "Customer segments",
1746
1740
  "_TITL_TAG_ACTION_HISTORY_DETAIL": "Action History Detail",
@@ -2176,7 +2170,6 @@
2176
2170
  "_WARN_CONFIRM_ACTIVE_VENDOR_ACCOUNT_CONT": "Are you sure you want to active this account to create the shortlink?",
2177
2171
  "_WARN_REMOVE_VENDOR_ACCOUNT": "Remove vendor",
2178
2172
  "_WARN_REMOVE_VENDOR_ACCOUNT_CONT": "Are you sure you want to delete",
2179
- "_TABLE_HELP_TEXT_VENDOR": "A new and improved version is available! The old one is now read-only.",
2180
2173
  "_EVENT_CODE_SENT_EMAIL": "{{customer_name}} has received: {{promotion_code}} via email from Journey {{journey_name}}",
2181
2174
  "_EVENT_CODE_SENT_WEB_PUSH": "{{customer_name}} has received: {{promotion_code}} via web push notification from Journey {{journey_name}}",
2182
2175
  "_EVENT_CODE_SENT_APP_PUSH": "{{customer_name}} has received: {{promotion_code}} via app push notification from Journey {{journey_name}}",
@@ -2730,17 +2723,5 @@
2730
2723
  "_SHORTLINK_STATUS_TOOLTIP_1": "This shortener is available for use in other features",
2731
2724
  "_SHORTLINK_STATUS_TOOLTIP_2": "This shortener is not available for use in other features",
2732
2725
  "_SHORTLINK_STATUS_TOOLTIP_3": "This shortener is no longer available. Previously created shortlinks will not work",
2733
- "_MENU_TAB_TITLE_LINK_SHRT": "Link Shorteners",
2734
- "_USER_GUIDE_IP_ADDRESS_DENIED": "IP Address Denied",
2735
- "_USER_GUIDE_IP_RESTRICTION_FOOTER_DATA_TABLE": "Only accounts assigned specific IPs have access restrictions, so everyone else is free to connect.",
2736
- "_ACT_CREATE_NEW": "Create new",
2737
- "_USER_GUIDE_IP_RESTRICTION_CONFIRM_REMOVE": "Are you sure you want to delete this IP address? This action cannot be undone.",
2738
- "_TITLE_IP_RESTRICTION_POPUP_REMOVE": "Remove IP address",
2739
- "_ACT_OK": "OK",
2740
- "_USER_GUIDE_IP_RESTRICTION_NOTI_FAILED": "Update failed",
2741
- "_USER_GUIDE_IP_RESTRICTION_NOTI_SUCCESS": "Update successfully",
2742
- "_USER_GUIDE_IP_RESTRICTION_CREATE_MODULE_SUCCESS": "Create {{module_name}} successfully",
2743
- "_USER_GUIDE_IP_RESTRICTION_UPDATE_MODULE_SUCCESS": "Update {{module_name}} successfully",
2744
- "_USER_GUIDE_IP_RESTRICTION_STATUS_INACTIVE": "Inactive",
2745
- "_TITLE_IP_RESTRICTION": "IP Restriction"
2726
+ "_USER_GUIDE_IP_ADDRESS_DENIED": "IP Address Denied"
2746
2727
  }