@antscorp/antsomi-ui 1.3.5-beta.665 → 1.3.5-beta.667
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/LazyIcon/LazyIcon.d.ts +10 -9
- package/es/components/icons/LazyIcon/LazyIcon.js +10 -9
- package/es/components/icons/PhoneIphoneIcon.d.ts +3 -0
- package/es/components/icons/PhoneIphoneIcon.js +8 -0
- package/es/components/icons/index.d.ts +10 -9
- package/es/components/icons/index.js +10 -9
- package/es/components/organism/Login/Login.js +3 -3
- package/package.json +1 -1
|
@@ -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>>>;
|
|
6
5
|
AccountSharing30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
7
6
|
AccountSharingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
8
7
|
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>>>;
|
|
@@ -52,6 +52,7 @@ export declare const LazyIcon: {
|
|
|
52
52
|
ChatConversationCommentAddCommentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
53
53
|
ChatMentionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
54
54
|
ChatUnreadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
55
|
+
CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
55
56
|
CheckboxChecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
56
57
|
CheckboxCheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
57
58
|
CheckboxIndeterminate5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -59,7 +60,6 @@ export declare const LazyIcon: {
|
|
|
59
60
|
CheckboxUnchecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
60
61
|
CheckboxUncheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
61
62
|
ChecklistRtlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
62
|
-
CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
63
63
|
CircleAddElementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
64
64
|
CircleNotificationsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
65
65
|
CloseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -93,15 +93,15 @@ export declare const LazyIcon: {
|
|
|
93
93
|
DataDestinationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
94
94
|
DataEncryption30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
95
95
|
DataEncryptionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
96
|
-
Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
97
96
|
DataIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
98
97
|
DataRefreshIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
99
98
|
DataSchema30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
100
99
|
DataSource30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
101
|
-
DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
102
|
-
DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
103
100
|
DataView30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
104
101
|
DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
102
|
+
Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
103
|
+
DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
104
|
+
DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
105
105
|
DeleteRemoveTrashIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
106
106
|
DeliveryLogIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
107
107
|
DesktopLaptopIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -162,13 +162,13 @@ export declare const LazyIcon: {
|
|
|
162
162
|
ForwardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
163
163
|
FreeDrawIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
164
164
|
FullReviewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
165
|
+
GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
165
166
|
GalleryTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
166
167
|
GeneralSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
167
168
|
GeneralSettings30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
168
169
|
GenerateAutoWizardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
169
170
|
Geofence30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
170
171
|
GetInsightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
171
|
-
GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
172
172
|
GridViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
173
173
|
GroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
174
174
|
GroupLayerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -226,8 +226,8 @@ export declare const LazyIcon: {
|
|
|
226
226
|
MuteIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
227
227
|
NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
228
228
|
NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
229
|
-
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
230
229
|
NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
230
|
+
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
231
231
|
OpenNewTabIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
232
232
|
OpenUrlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
233
233
|
OrchestrationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -238,6 +238,7 @@ export declare const LazyIcon: {
|
|
|
238
238
|
PersonAddDisabledIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
239
239
|
PersonUserAccountIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
240
240
|
PhoneCallbackIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
241
|
+
PhoneIphoneIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
241
242
|
PivotTableChartIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
242
243
|
PlaneIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
243
244
|
Plannings30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -277,6 +278,7 @@ export declare const LazyIcon: {
|
|
|
277
278
|
ResumeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
278
279
|
RightExpandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
279
280
|
Role30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
281
|
+
SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
280
282
|
SaveAsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
281
283
|
SaveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
282
284
|
ScheduleEmailDeliveryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -299,7 +301,6 @@ export declare const LazyIcon: {
|
|
|
299
301
|
SlideGroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
300
302
|
Sort1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
301
303
|
SortIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
302
|
-
SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
303
304
|
SqlWorkspaceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
304
305
|
StatisticIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
305
306
|
StickerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -344,9 +345,9 @@ export declare const LazyIcon: {
|
|
|
344
345
|
VisitorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
345
346
|
WarningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
346
347
|
WebAssetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
347
|
-
WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
348
348
|
WebIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
349
349
|
WebPersonalizationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
350
|
+
WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
350
351
|
WidgetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
351
352
|
WritingAIAssitantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
352
353
|
};
|
|
@@ -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 }))),
|
|
6
5
|
AccountSharing30Icon: lazy(() => import('../AccountSharing30Icon').then(m => ({ default: m.AccountSharing30Icon }))),
|
|
7
6
|
AccountSharingIcon: lazy(() => import('../AccountSharingIcon').then(m => ({ default: m.AccountSharingIcon }))),
|
|
8
7
|
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 }))),
|
|
@@ -54,6 +54,7 @@ export const LazyIcon = {
|
|
|
54
54
|
}))),
|
|
55
55
|
ChatMentionIcon: lazy(() => import('../ChatMentionIcon').then(m => ({ default: m.ChatMentionIcon }))),
|
|
56
56
|
ChatUnreadIcon: lazy(() => import('../ChatUnreadIcon').then(m => ({ default: m.ChatUnreadIcon }))),
|
|
57
|
+
CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
|
|
57
58
|
CheckboxChecked5RadiusIcon: lazy(() => import('../CheckboxChecked5RadiusIcon').then(m => ({ default: m.CheckboxChecked5RadiusIcon }))),
|
|
58
59
|
CheckboxCheckedIcon: lazy(() => import('../CheckboxCheckedIcon').then(m => ({ default: m.CheckboxCheckedIcon }))),
|
|
59
60
|
CheckboxIndeterminate5RadiusIcon: lazy(() => import('../CheckboxIndeterminate5RadiusIcon').then(m => ({
|
|
@@ -65,7 +66,6 @@ export const LazyIcon = {
|
|
|
65
66
|
}))),
|
|
66
67
|
CheckboxUncheckedIcon: lazy(() => import('../CheckboxUncheckedIcon').then(m => ({ default: m.CheckboxUncheckedIcon }))),
|
|
67
68
|
ChecklistRtlIcon: lazy(() => import('../ChecklistRtlIcon').then(m => ({ default: m.ChecklistRtlIcon }))),
|
|
68
|
-
CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
|
|
69
69
|
CircleAddElementIcon: lazy(() => import('../CircleAddElementIcon').then(m => ({ default: m.CircleAddElementIcon }))),
|
|
70
70
|
CircleNotificationsIcon: lazy(() => import('../CircleNotificationsIcon').then(m => ({ default: m.CircleNotificationsIcon }))),
|
|
71
71
|
CloseIcon: lazy(() => import('../CloseIcon').then(m => ({ default: m.CloseIcon }))),
|
|
@@ -99,15 +99,15 @@ export const LazyIcon = {
|
|
|
99
99
|
DataDestinationIcon: lazy(() => import('../DataDestinationIcon').then(m => ({ default: m.DataDestinationIcon }))),
|
|
100
100
|
DataEncryption30Icon: lazy(() => import('../DataEncryption30Icon').then(m => ({ default: m.DataEncryption30Icon }))),
|
|
101
101
|
DataEncryptionIcon: lazy(() => import('../DataEncryptionIcon').then(m => ({ default: m.DataEncryptionIcon }))),
|
|
102
|
-
Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
|
|
103
102
|
DataIcon: lazy(() => import('../DataIcon').then(m => ({ default: m.DataIcon }))),
|
|
104
103
|
DataRefreshIcon: lazy(() => import('../DataRefreshIcon').then(m => ({ default: m.DataRefreshIcon }))),
|
|
105
104
|
DataSchema30Icon: lazy(() => import('../DataSchema30Icon').then(m => ({ default: m.DataSchema30Icon }))),
|
|
106
105
|
DataSource30Icon: lazy(() => import('../DataSource30Icon').then(m => ({ default: m.DataSource30Icon }))),
|
|
107
|
-
DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
|
|
108
|
-
DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
|
|
109
106
|
DataView30Icon: lazy(() => import('../DataView30Icon').then(m => ({ default: m.DataView30Icon }))),
|
|
110
107
|
DataViewIcon: lazy(() => import('../DataViewIcon').then(m => ({ default: m.DataViewIcon }))),
|
|
108
|
+
Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
|
|
109
|
+
DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
|
|
110
|
+
DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
|
|
111
111
|
DeleteRemoveTrashIcon: lazy(() => import('../DeleteRemoveTrashIcon').then(m => ({ default: m.DeleteRemoveTrashIcon }))),
|
|
112
112
|
DeliveryLogIcon: lazy(() => import('../DeliveryLogIcon').then(m => ({ default: m.DeliveryLogIcon }))),
|
|
113
113
|
DesktopLaptopIcon: lazy(() => import('../DesktopLaptopIcon').then(m => ({ default: m.DesktopLaptopIcon }))),
|
|
@@ -168,13 +168,13 @@ export const LazyIcon = {
|
|
|
168
168
|
ForwardIcon: lazy(() => import('../ForwardIcon').then(m => ({ default: m.ForwardIcon }))),
|
|
169
169
|
FreeDrawIcon: lazy(() => import('../FreeDrawIcon').then(m => ({ default: m.FreeDrawIcon }))),
|
|
170
170
|
FullReviewIcon: lazy(() => import('../FullReviewIcon').then(m => ({ default: m.FullReviewIcon }))),
|
|
171
|
+
GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
|
|
171
172
|
GalleryTemplateIcon: lazy(() => import('../GalleryTemplateIcon').then(m => ({ default: m.GalleryTemplateIcon }))),
|
|
172
173
|
GeneralSettingIcon: lazy(() => import('../GeneralSettingIcon').then(m => ({ default: m.GeneralSettingIcon }))),
|
|
173
174
|
GeneralSettings30Icon: lazy(() => import('../GeneralSettings30Icon').then(m => ({ default: m.GeneralSettings30Icon }))),
|
|
174
175
|
GenerateAutoWizardIcon: lazy(() => import('../GenerateAutoWizardIcon').then(m => ({ default: m.GenerateAutoWizardIcon }))),
|
|
175
176
|
Geofence30Icon: lazy(() => import('../Geofence30Icon').then(m => ({ default: m.Geofence30Icon }))),
|
|
176
177
|
GetInsightIcon: lazy(() => import('../GetInsightIcon').then(m => ({ default: m.GetInsightIcon }))),
|
|
177
|
-
GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
|
|
178
178
|
GridViewIcon: lazy(() => import('../GridViewIcon').then(m => ({ default: m.GridViewIcon }))),
|
|
179
179
|
GroupIcon: lazy(() => import('../GroupIcon').then(m => ({ default: m.GroupIcon }))),
|
|
180
180
|
GroupLayerIcon: lazy(() => import('../GroupLayerIcon').then(m => ({ default: m.GroupLayerIcon }))),
|
|
@@ -230,8 +230,8 @@ export const LazyIcon = {
|
|
|
230
230
|
MuteIcon: lazy(() => import('../MuteIcon').then(m => ({ default: m.MuteIcon }))),
|
|
231
231
|
NodeViewIcon: lazy(() => import('../NodeViewIcon').then(m => ({ default: m.NodeViewIcon }))),
|
|
232
232
|
NotificationIcon: lazy(() => import('../NotificationIcon').then(m => ({ default: m.NotificationIcon }))),
|
|
233
|
-
NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
|
|
234
233
|
NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
|
|
234
|
+
NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
|
|
235
235
|
OpenNewTabIcon: lazy(() => import('../OpenNewTabIcon').then(m => ({ default: m.OpenNewTabIcon }))),
|
|
236
236
|
OpenUrlIcon: lazy(() => import('../OpenUrlIcon').then(m => ({ default: m.OpenUrlIcon }))),
|
|
237
237
|
OrchestrationIcon: lazy(() => import('../OrchestrationIcon').then(m => ({ default: m.OrchestrationIcon }))),
|
|
@@ -242,6 +242,7 @@ export const LazyIcon = {
|
|
|
242
242
|
PersonAddDisabledIcon: lazy(() => import('../PersonAddDisabledIcon').then(m => ({ default: m.PersonAddDisabledIcon }))),
|
|
243
243
|
PersonUserAccountIcon: lazy(() => import('../PersonUserAccountIcon').then(m => ({ default: m.PersonUserAccountIcon }))),
|
|
244
244
|
PhoneCallbackIcon: lazy(() => import('../PhoneCallbackIcon').then(m => ({ default: m.PhoneCallbackIcon }))),
|
|
245
|
+
PhoneIphoneIcon: lazy(() => import('../PhoneIphoneIcon').then(m => ({ default: m.PhoneIphoneIcon }))),
|
|
245
246
|
PivotTableChartIcon: lazy(() => import('../PivotTableChartIcon').then(m => ({ default: m.PivotTableChartIcon }))),
|
|
246
247
|
PlaneIcon: lazy(() => import('../PlaneIcon').then(m => ({ default: m.PlaneIcon }))),
|
|
247
248
|
Plannings30Icon: lazy(() => import('../Plannings30Icon').then(m => ({ default: m.Plannings30Icon }))),
|
|
@@ -283,6 +284,7 @@ export const LazyIcon = {
|
|
|
283
284
|
ResumeIcon: lazy(() => import('../ResumeIcon').then(m => ({ default: m.ResumeIcon }))),
|
|
284
285
|
RightExpandIcon: lazy(() => import('../RightExpandIcon').then(m => ({ default: m.RightExpandIcon }))),
|
|
285
286
|
Role30Icon: lazy(() => import('../Role30Icon').then(m => ({ default: m.Role30Icon }))),
|
|
287
|
+
SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
|
|
286
288
|
SaveAsIcon: lazy(() => import('../SaveAsIcon').then(m => ({ default: m.SaveAsIcon }))),
|
|
287
289
|
SaveIcon: lazy(() => import('../SaveIcon').then(m => ({ default: m.SaveIcon }))),
|
|
288
290
|
ScheduleEmailDeliveryIcon: lazy(() => import('../ScheduleEmailDeliveryIcon').then(m => ({ default: m.ScheduleEmailDeliveryIcon }))),
|
|
@@ -305,7 +307,6 @@ export const LazyIcon = {
|
|
|
305
307
|
SlideGroupIcon: lazy(() => import('../SlideGroupIcon').then(m => ({ default: m.SlideGroupIcon }))),
|
|
306
308
|
Sort1Icon: lazy(() => import('../Sort1Icon').then(m => ({ default: m.Sort1Icon }))),
|
|
307
309
|
SortIcon: lazy(() => import('../SortIcon').then(m => ({ default: m.SortIcon }))),
|
|
308
|
-
SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
|
|
309
310
|
SqlWorkspaceIcon: lazy(() => import('../SqlWorkspaceIcon').then(m => ({ default: m.SqlWorkspaceIcon }))),
|
|
310
311
|
StatisticIcon: lazy(() => import('../StatisticIcon').then(m => ({ default: m.StatisticIcon }))),
|
|
311
312
|
StickerIcon: lazy(() => import('../StickerIcon').then(m => ({ default: m.StickerIcon }))),
|
|
@@ -350,9 +351,9 @@ export const LazyIcon = {
|
|
|
350
351
|
VisitorIcon: lazy(() => import('../VisitorIcon').then(m => ({ default: m.VisitorIcon }))),
|
|
351
352
|
WarningIcon: lazy(() => import('../WarningIcon').then(m => ({ default: m.WarningIcon }))),
|
|
352
353
|
WebAssetIcon: lazy(() => import('../WebAssetIcon').then(m => ({ default: m.WebAssetIcon }))),
|
|
353
|
-
WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
|
|
354
354
|
WebIcon: lazy(() => import('../WebIcon').then(m => ({ default: m.WebIcon }))),
|
|
355
355
|
WebPersonalizationIcon: lazy(() => import('../WebPersonalizationIcon').then(m => ({ default: m.WebPersonalizationIcon }))),
|
|
356
|
+
WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
|
|
356
357
|
WidgetIcon: lazy(() => import('../WidgetIcon').then(m => ({ default: m.WidgetIcon }))),
|
|
357
358
|
WritingAIAssitantIcon: lazy(() => import('../WritingAIAssitantIcon').then(m => ({ default: m.WritingAIAssitantIcon }))),
|
|
358
359
|
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import { useIcon } from './hooks/useIcon';
|
|
3
|
+
export const PhoneIphoneIcon = forwardRef((props, ref) => {
|
|
4
|
+
const { width, height } = useIcon(props);
|
|
5
|
+
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor" }, props, { ref: ref, width: width, height: height }),
|
|
6
|
+
React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }),
|
|
7
|
+
React.createElement("path", { d: "M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z" })));
|
|
8
|
+
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { AccountCircleIcon } from './AccountCircleIcon';
|
|
2
2
|
export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
|
|
3
|
-
export { Accounts30Icon } from './Accounts30Icon';
|
|
4
3
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
5
4
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
6
5
|
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';
|
|
@@ -50,6 +50,7 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
50
50
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
51
51
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
52
52
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
53
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
53
54
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
54
55
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
55
56
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -57,7 +58,6 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
57
58
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
58
59
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
59
60
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
60
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
61
61
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
62
62
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
63
63
|
export { CloseIcon } from './CloseIcon';
|
|
@@ -91,15 +91,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
91
91
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
92
92
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
93
93
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
94
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
95
94
|
export { DataIcon } from './DataIcon';
|
|
96
95
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
97
96
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
98
97
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
99
|
-
export { DatasourceIcon } from './DatasourceIcon';
|
|
100
|
-
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
101
98
|
export { DataView30Icon } from './DataView30Icon';
|
|
102
99
|
export { DataViewIcon } from './DataViewIcon';
|
|
100
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
101
|
+
export { DatasourceIcon } from './DatasourceIcon';
|
|
102
|
+
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
103
103
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
104
104
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
105
105
|
export { DesktopLaptopIcon } from './DesktopLaptopIcon';
|
|
@@ -160,13 +160,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
160
160
|
export { ForwardIcon } from './ForwardIcon';
|
|
161
161
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
162
162
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
163
|
+
export { GPTIcon } from './GPTIcon';
|
|
163
164
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
164
165
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
165
166
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
166
167
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
167
168
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
168
169
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
169
|
-
export { GPTIcon } from './GPTIcon';
|
|
170
170
|
export { GridViewIcon } from './GridViewIcon';
|
|
171
171
|
export { GroupIcon } from './GroupIcon';
|
|
172
172
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -222,8 +222,8 @@ export { MoveToIcon } from './MoveToIcon';
|
|
|
222
222
|
export { MuteIcon } from './MuteIcon';
|
|
223
223
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
224
224
|
export { NotificationIcon } from './NotificationIcon';
|
|
225
|
-
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
226
225
|
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
226
|
+
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
227
227
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
228
228
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
229
229
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -234,6 +234,7 @@ export { PenDrawingIcon } from './PenDrawingIcon';
|
|
|
234
234
|
export { PersonAddDisabledIcon } from './PersonAddDisabledIcon';
|
|
235
235
|
export { PersonUserAccountIcon } from './PersonUserAccountIcon';
|
|
236
236
|
export { PhoneCallbackIcon } from './PhoneCallbackIcon';
|
|
237
|
+
export { PhoneIphoneIcon } from './PhoneIphoneIcon';
|
|
237
238
|
export { PivotTableChartIcon } from './PivotTableChartIcon';
|
|
238
239
|
export { PlaneIcon } from './PlaneIcon';
|
|
239
240
|
export { Plannings30Icon } from './Plannings30Icon';
|
|
@@ -273,6 +274,7 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
273
274
|
export { ResumeIcon } from './ResumeIcon';
|
|
274
275
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
275
276
|
export { Role30Icon } from './Role30Icon';
|
|
277
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
276
278
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
277
279
|
export { SaveIcon } from './SaveIcon';
|
|
278
280
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -295,7 +297,6 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
295
297
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
296
298
|
export { Sort1Icon } from './Sort1Icon';
|
|
297
299
|
export { SortIcon } from './SortIcon';
|
|
298
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
299
300
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
300
301
|
export { StatisticIcon } from './StatisticIcon';
|
|
301
302
|
export { StickerIcon } from './StickerIcon';
|
|
@@ -340,8 +341,8 @@ export { Visitor30Icon } from './Visitor30Icon';
|
|
|
340
341
|
export { VisitorIcon } from './VisitorIcon';
|
|
341
342
|
export { WarningIcon } from './WarningIcon';
|
|
342
343
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
343
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
344
344
|
export { WebIcon } from './WebIcon';
|
|
345
345
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
346
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
346
347
|
export { WidgetIcon } from './WidgetIcon';
|
|
347
348
|
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';
|
|
4
3
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
5
4
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
6
5
|
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';
|
|
@@ -50,6 +50,7 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
50
50
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
51
51
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
52
52
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
53
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
53
54
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
54
55
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
55
56
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -57,7 +58,6 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
57
58
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
58
59
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
59
60
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
60
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
61
61
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
62
62
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
63
63
|
export { CloseIcon } from './CloseIcon';
|
|
@@ -91,15 +91,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
91
91
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
92
92
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
93
93
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
94
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
95
94
|
export { DataIcon } from './DataIcon';
|
|
96
95
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
97
96
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
98
97
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
99
|
-
export { DatasourceIcon } from './DatasourceIcon';
|
|
100
|
-
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
101
98
|
export { DataView30Icon } from './DataView30Icon';
|
|
102
99
|
export { DataViewIcon } from './DataViewIcon';
|
|
100
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
101
|
+
export { DatasourceIcon } from './DatasourceIcon';
|
|
102
|
+
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
103
103
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
104
104
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
105
105
|
export { DesktopLaptopIcon } from './DesktopLaptopIcon';
|
|
@@ -160,13 +160,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
160
160
|
export { ForwardIcon } from './ForwardIcon';
|
|
161
161
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
162
162
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
163
|
+
export { GPTIcon } from './GPTIcon';
|
|
163
164
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
164
165
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
165
166
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
166
167
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
167
168
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
168
169
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
169
|
-
export { GPTIcon } from './GPTIcon';
|
|
170
170
|
export { GridViewIcon } from './GridViewIcon';
|
|
171
171
|
export { GroupIcon } from './GroupIcon';
|
|
172
172
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -222,8 +222,8 @@ export { MoveToIcon } from './MoveToIcon';
|
|
|
222
222
|
export { MuteIcon } from './MuteIcon';
|
|
223
223
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
224
224
|
export { NotificationIcon } from './NotificationIcon';
|
|
225
|
-
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
226
225
|
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
226
|
+
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
227
227
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
228
228
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
229
229
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -234,6 +234,7 @@ export { PenDrawingIcon } from './PenDrawingIcon';
|
|
|
234
234
|
export { PersonAddDisabledIcon } from './PersonAddDisabledIcon';
|
|
235
235
|
export { PersonUserAccountIcon } from './PersonUserAccountIcon';
|
|
236
236
|
export { PhoneCallbackIcon } from './PhoneCallbackIcon';
|
|
237
|
+
export { PhoneIphoneIcon } from './PhoneIphoneIcon';
|
|
237
238
|
export { PivotTableChartIcon } from './PivotTableChartIcon';
|
|
238
239
|
export { PlaneIcon } from './PlaneIcon';
|
|
239
240
|
export { Plannings30Icon } from './Plannings30Icon';
|
|
@@ -273,6 +274,7 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
273
274
|
export { ResumeIcon } from './ResumeIcon';
|
|
274
275
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
275
276
|
export { Role30Icon } from './Role30Icon';
|
|
277
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
276
278
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
277
279
|
export { SaveIcon } from './SaveIcon';
|
|
278
280
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -295,7 +297,6 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
295
297
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
296
298
|
export { Sort1Icon } from './Sort1Icon';
|
|
297
299
|
export { SortIcon } from './SortIcon';
|
|
298
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
299
300
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
300
301
|
export { StatisticIcon } from './StatisticIcon';
|
|
301
302
|
export { StickerIcon } from './StickerIcon';
|
|
@@ -340,8 +341,8 @@ export { Visitor30Icon } from './Visitor30Icon';
|
|
|
340
341
|
export { VisitorIcon } from './VisitorIcon';
|
|
341
342
|
export { WarningIcon } from './WarningIcon';
|
|
342
343
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
343
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
344
344
|
export { WebIcon } from './WebIcon';
|
|
345
345
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
346
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
346
347
|
export { WidgetIcon } from './WidgetIcon';
|
|
347
348
|
export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
|
|
@@ -19,7 +19,6 @@ import { CookiesProvider, useCookies } from 'react-cookie';
|
|
|
19
19
|
import { get } from 'lodash';
|
|
20
20
|
import axios from 'axios';
|
|
21
21
|
import { isMobile } from 'react-device-detect';
|
|
22
|
-
import { useSearchParams } from 'react-router-dom';
|
|
23
22
|
// Components
|
|
24
23
|
import { LoginSelectPortal, LoginStep2, SignIn, VerifyAccount, SetupGGAuthenticator, ForgotPassword, } from './components';
|
|
25
24
|
// Hooks
|
|
@@ -46,12 +45,13 @@ export const Login = props => {
|
|
|
46
45
|
const listAccountsRef = useRef(null);
|
|
47
46
|
const authenInfoRef = useRef(null);
|
|
48
47
|
const loginRef = useRef(null);
|
|
49
|
-
const
|
|
48
|
+
const searchParams = new URLSearchParams(window.location.search);
|
|
50
49
|
useEffect(() => {
|
|
51
50
|
if (searchParams.get('ui') === 'forgot') {
|
|
52
51
|
setStep(STEPS.STEP_FORGOT);
|
|
53
52
|
searchParams.delete('ui');
|
|
54
|
-
|
|
53
|
+
const newSearch = searchParams.toString();
|
|
54
|
+
history.pushState({}, '', `?${newSearch}`);
|
|
55
55
|
}
|
|
56
56
|
}, [searchParams]);
|
|
57
57
|
const getObjectPropSafely = (fn, defaultValue) => {
|