@synerise/ds-icon 1.8.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -47
- package/dist/DynamicIcon/DynamicIcon.d.ts +1171 -0
- package/dist/DynamicIcon/DynamicIcon.js +19 -0
- package/dist/Icon.types.d.ts +3 -1
- package/dist/icons/L/index.d.ts +105 -33
- package/dist/icons/L/index.js +175 -33
- package/dist/icons/XL/index.d.ts +155 -50
- package/dist/icons/XL/index.js +258 -50
- package/dist/icons/additional/index.d.ts +145 -43
- package/dist/icons/additional/index.js +245 -43
- package/dist/icons/colorIcons/index.d.ts +22 -6
- package/dist/icons/colorIcons/index.js +36 -6
- package/dist/icons/index.d.ts +1293 -416
- package/dist/icons/index.js +2169 -417
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +4 -4
package/dist/icons/XL/index.d.ts
CHANGED
|
@@ -1,103 +1,208 @@
|
|
|
1
|
+
export declare const xlargeIconMapping: {
|
|
2
|
+
FileUpXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
3
|
+
FileUrlXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
4
|
+
AddXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
5
|
+
AbTestXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
6
|
+
AdvancedBuilderXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
7
|
+
AfterEventXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
8
|
+
AnalyticsInsightsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
9
|
+
ApiXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
10
|
+
BasicBuilderXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
11
|
+
BasketCheckXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
12
|
+
AttributeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
13
|
+
BeforeEventXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
14
|
+
BillingXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
15
|
+
BrowserCloseXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
16
|
+
BrowserCodeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
17
|
+
BrowserLandingXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
18
|
+
CardVisaXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
19
|
+
BrowserScrollXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
20
|
+
BulbEditXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
21
|
+
CalculatorXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
22
|
+
CalendarXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
|
+
CalendarIntervalXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
24
|
+
CalendarScheduleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
25
|
+
CardAeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
26
|
+
CartAddXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
27
|
+
CheckOutXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
28
|
+
CheckInXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
29
|
+
CheckXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
30
|
+
CloneNodesFlowXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
31
|
+
ClassificationXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
32
|
+
CloneNodesXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
33
|
+
CouponXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
34
|
+
CompareXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
35
|
+
DiscountXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
36
|
+
CupXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
37
|
+
FileDownXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
38
|
+
ErrorXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
39
|
+
EventXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
40
|
+
FirstRunXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
41
|
+
FileZipXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
42
|
+
FileXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
43
|
+
FolderAddXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
44
|
+
FolderCheckXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
45
|
+
FolderCartXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
46
|
+
FolderUserXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
47
|
+
FolderStarXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
48
|
+
FunctionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
49
|
+
FolderTagXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
50
|
+
FormXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
51
|
+
FolderXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
52
|
+
GemsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
53
|
+
FormulaXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
54
|
+
InboxNoResultsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
55
|
+
InfoXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
56
|
+
InsertObjectXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
57
|
+
IntegrationsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
58
|
+
IntegrationXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
59
|
+
LaptopAiXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
60
|
+
InteractionsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
61
|
+
LaptopTargetXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
62
|
+
LoyalityBoostXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
63
|
+
LaunchXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
64
|
+
MessageXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
65
|
+
MarketingAutomationXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
66
|
+
MetaXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
67
|
+
MobilePromotionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
68
|
+
MobileUpdateXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
69
|
+
MobileBannerXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
70
|
+
MobileStepsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
71
|
+
MultivalueXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
72
|
+
NetworkFileXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
73
|
+
PauseXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
74
|
+
ProductsBundleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
75
|
+
NoPermissionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
76
|
+
NotificationsEditXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
77
|
+
PlayXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
78
|
+
PushXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
79
|
+
ProductsFeedXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
80
|
+
RecentInteractionsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
81
|
+
ProductsLastSeenXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
82
|
+
ProductsSimilarXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
83
|
+
SearchHybridXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
84
|
+
SearchNoResultsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
85
|
+
ReggressionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
86
|
+
SearchKeywordsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
87
|
+
SearchSemanticXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
88
|
+
ShowXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
89
|
+
SectionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
90
|
+
SilentPushXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
91
|
+
StopXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
92
|
+
SmsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
93
|
+
TargetXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
94
|
+
ToolsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
95
|
+
UserCircleUpXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
96
|
+
UserCircleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
97
|
+
VisualEditorStarXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
98
|
+
UserIdXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
99
|
+
VisualEditorXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
100
|
+
VoucherXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
101
|
+
WarningXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
102
|
+
WthStarsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
103
|
+
WebhookXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
104
|
+
WeblayerXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
105
|
+
};
|
|
1
106
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
107
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
2
108
|
export { default as WarningXl } from './WarningXl';
|
|
3
|
-
export { default as VoucherXl } from './VoucherXl';
|
|
4
109
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
5
|
-
export { default as
|
|
110
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
111
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
6
112
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
7
113
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
8
|
-
export { default as UserIdXl } from './UserIdXl';
|
|
9
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
10
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
11
114
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
115
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
12
116
|
export { default as SmsXl } from './SmsXl';
|
|
13
|
-
export { default as
|
|
117
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
14
118
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
119
|
+
export { default as TargetXl } from './TargetXl';
|
|
15
120
|
export { default as StopXl } from './StopXl';
|
|
16
121
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
17
|
-
export { default as ShowXl } from './ShowXl';
|
|
18
122
|
export { default as SectionXl } from './SectionXl';
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
123
|
+
export { default as ShowXl } from './ShowXl';
|
|
21
124
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
22
|
-
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
23
|
-
export { default as PushXl } from './PushXl';
|
|
24
|
-
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
25
125
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
126
|
+
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
127
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
26
128
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
|
-
export { default as
|
|
28
|
-
export { default as
|
|
129
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
130
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
29
131
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
30
|
-
export { default as
|
|
31
|
-
export { default as
|
|
132
|
+
export { default as PlayXl } from './PlayXl';
|
|
133
|
+
export { default as PushXl } from './PushXl';
|
|
134
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
32
135
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
33
136
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
137
|
+
export { default as PauseXl } from './PauseXl';
|
|
138
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
139
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
34
140
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
35
141
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
142
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
37
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
38
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
39
143
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
40
|
-
export { default as MessageXl } from './MessageXl';
|
|
41
144
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
42
|
-
export { default as
|
|
43
|
-
export { default as
|
|
145
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
146
|
+
export { default as MessageXl } from './MessageXl';
|
|
44
147
|
export { default as MetaXl } from './MetaXl';
|
|
148
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
149
|
+
export { default as InteractionsXl } from './InteractionsXl';
|
|
150
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
151
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
45
152
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
46
153
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
47
154
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
48
|
-
export { default as InteractionsXl } from './InteractionsXl';
|
|
49
155
|
export { default as InfoXl } from './InfoXl';
|
|
50
156
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
51
|
-
export { default as
|
|
52
|
-
export { default as FunctionXl } from './FunctionXl';
|
|
53
|
-
export { default as GemsXl } from './GemsXl';
|
|
157
|
+
export { default as FolderXl } from './FolderXl';
|
|
54
158
|
export { default as FormulaXl } from './FormulaXl';
|
|
55
|
-
export { default as
|
|
56
|
-
export { default as FolderStarXl } from './FolderStarXl';
|
|
159
|
+
export { default as GemsXl } from './GemsXl';
|
|
57
160
|
export { default as FolderTagXl } from './FolderTagXl';
|
|
58
|
-
export { default as
|
|
59
|
-
export { default as FolderXl } from './FolderXl';
|
|
60
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
161
|
+
export { default as FunctionXl } from './FunctionXl';
|
|
61
162
|
export { default as FormXl } from './FormXl';
|
|
163
|
+
export { default as FolderStarXl } from './FolderStarXl';
|
|
164
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
62
165
|
export { default as FolderCartXl } from './FolderCartXl';
|
|
63
|
-
export { default as FileUpXl } from './FileUpXl';
|
|
64
166
|
export { default as FolderAddXl } from './FolderAddXl';
|
|
167
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
168
|
+
export { default as FileXl } from './FileXl';
|
|
169
|
+
export { default as EventXl } from './EventXl';
|
|
170
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
65
171
|
export { default as FileZipXl } from './FileZipXl';
|
|
66
|
-
export { default as FileUrlXl } from './FileUrlXl';
|
|
67
172
|
export { default as FileDownXl } from './FileDownXl';
|
|
68
|
-
export { default as EventXl } from './EventXl';
|
|
69
|
-
export { default as FileXl } from './FileXl';
|
|
70
173
|
export { default as CupXl } from './CupXl';
|
|
71
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
72
174
|
export { default as ErrorXl } from './ErrorXl';
|
|
73
|
-
export { default as
|
|
74
|
-
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
175
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
75
176
|
export { default as CompareXl } from './CompareXl';
|
|
76
|
-
export { default as
|
|
177
|
+
export { default as CouponXl } from './CouponXl';
|
|
178
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
77
179
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
78
|
-
export { default as
|
|
79
|
-
export { default as CardVisaXl } from './CardVisaXl';
|
|
180
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
80
181
|
export { default as CheckXl } from './CheckXl';
|
|
182
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
81
183
|
export { default as CheckInXl } from './CheckInXl';
|
|
82
|
-
export { default as
|
|
184
|
+
export { default as CartAddXl } from './CartAddXl';
|
|
83
185
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
84
186
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
85
|
-
export { default as
|
|
86
|
-
export { default as CouponXl } from './CouponXl';
|
|
187
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
87
188
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
189
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
88
190
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
89
|
-
export { default as
|
|
90
|
-
export { default as BulbEditXl } from './BulbEditXl';
|
|
191
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
91
192
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
193
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
194
|
+
export { default as BulbEditXl } from './BulbEditXl';
|
|
195
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
92
196
|
export { default as BillingXl } from './BillingXl';
|
|
197
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
93
198
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
94
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
95
199
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
96
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
97
200
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
98
|
-
export { default as ApiXl } from './ApiXl';
|
|
99
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
100
201
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
202
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
101
203
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
102
|
-
export { default as AddXl } from './AddXl';
|
|
103
204
|
export { default as AbTestXl } from './AbTestXl';
|
|
205
|
+
export { default as ApiXl } from './ApiXl';
|
|
206
|
+
export { default as AddXl } from './AddXl';
|
|
207
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
208
|
+
export { default as FileUpXl } from './FileUpXl';
|
package/dist/icons/XL/index.js
CHANGED
|
@@ -1,103 +1,311 @@
|
|
|
1
|
+
export var xlargeIconMapping = {
|
|
2
|
+
FileUpXl: FileUpXl,
|
|
3
|
+
FileUrlXl: FileUrlXl,
|
|
4
|
+
AddXl: AddXl,
|
|
5
|
+
AbTestXl: AbTestXl,
|
|
6
|
+
AdvancedBuilderXl: AdvancedBuilderXl,
|
|
7
|
+
AfterEventXl: AfterEventXl,
|
|
8
|
+
AnalyticsInsightsXl: AnalyticsInsightsXl,
|
|
9
|
+
ApiXl: ApiXl,
|
|
10
|
+
BasicBuilderXl: BasicBuilderXl,
|
|
11
|
+
BasketCheckXl: BasketCheckXl,
|
|
12
|
+
AttributeXl: AttributeXl,
|
|
13
|
+
BeforeEventXl: BeforeEventXl,
|
|
14
|
+
BillingXl: BillingXl,
|
|
15
|
+
BrowserCloseXl: BrowserCloseXl,
|
|
16
|
+
BrowserCodeXl: BrowserCodeXl,
|
|
17
|
+
BrowserLandingXl: BrowserLandingXl,
|
|
18
|
+
CardVisaXl: CardVisaXl,
|
|
19
|
+
BrowserScrollXl: BrowserScrollXl,
|
|
20
|
+
BulbEditXl: BulbEditXl,
|
|
21
|
+
CalculatorXl: CalculatorXl,
|
|
22
|
+
CalendarXl: CalendarXl,
|
|
23
|
+
CalendarIntervalXl: CalendarIntervalXl,
|
|
24
|
+
CalendarScheduleXl: CalendarScheduleXl,
|
|
25
|
+
CardAeXl: CardAeXl,
|
|
26
|
+
CartAddXl: CartAddXl,
|
|
27
|
+
CheckOutXl: CheckOutXl,
|
|
28
|
+
CheckInXl: CheckInXl,
|
|
29
|
+
CheckXl: CheckXl,
|
|
30
|
+
CloneNodesFlowXl: CloneNodesFlowXl,
|
|
31
|
+
ClassificationXl: ClassificationXl,
|
|
32
|
+
CloneNodesXl: CloneNodesXl,
|
|
33
|
+
CouponXl: CouponXl,
|
|
34
|
+
CompareXl: CompareXl,
|
|
35
|
+
DiscountXl: DiscountXl,
|
|
36
|
+
CupXl: CupXl,
|
|
37
|
+
FileDownXl: FileDownXl,
|
|
38
|
+
ErrorXl: ErrorXl,
|
|
39
|
+
EventXl: EventXl,
|
|
40
|
+
FirstRunXl: FirstRunXl,
|
|
41
|
+
FileZipXl: FileZipXl,
|
|
42
|
+
FileXl: FileXl,
|
|
43
|
+
FolderAddXl: FolderAddXl,
|
|
44
|
+
FolderCheckXl: FolderCheckXl,
|
|
45
|
+
FolderCartXl: FolderCartXl,
|
|
46
|
+
FolderUserXl: FolderUserXl,
|
|
47
|
+
FolderStarXl: FolderStarXl,
|
|
48
|
+
FunctionXl: FunctionXl,
|
|
49
|
+
FolderTagXl: FolderTagXl,
|
|
50
|
+
FormXl: FormXl,
|
|
51
|
+
FolderXl: FolderXl,
|
|
52
|
+
GemsXl: GemsXl,
|
|
53
|
+
FormulaXl: FormulaXl,
|
|
54
|
+
InboxNoResultsXl: InboxNoResultsXl,
|
|
55
|
+
InfoXl: InfoXl,
|
|
56
|
+
InsertObjectXl: InsertObjectXl,
|
|
57
|
+
IntegrationsXl: IntegrationsXl,
|
|
58
|
+
IntegrationXl: IntegrationXl,
|
|
59
|
+
LaptopAiXl: LaptopAiXl,
|
|
60
|
+
InteractionsXl: InteractionsXl,
|
|
61
|
+
LaptopTargetXl: LaptopTargetXl,
|
|
62
|
+
LoyalityBoostXl: LoyalityBoostXl,
|
|
63
|
+
LaunchXl: LaunchXl,
|
|
64
|
+
MessageXl: MessageXl,
|
|
65
|
+
MarketingAutomationXl: MarketingAutomationXl,
|
|
66
|
+
MetaXl: MetaXl,
|
|
67
|
+
MobilePromotionXl: MobilePromotionXl,
|
|
68
|
+
MobileUpdateXl: MobileUpdateXl,
|
|
69
|
+
MobileBannerXl: MobileBannerXl,
|
|
70
|
+
MobileStepsXl: MobileStepsXl,
|
|
71
|
+
MultivalueXl: MultivalueXl,
|
|
72
|
+
NetworkFileXl: NetworkFileXl,
|
|
73
|
+
PauseXl: PauseXl,
|
|
74
|
+
ProductsBundleXl: ProductsBundleXl,
|
|
75
|
+
NoPermissionXl: NoPermissionXl,
|
|
76
|
+
NotificationsEditXl: NotificationsEditXl,
|
|
77
|
+
PlayXl: PlayXl,
|
|
78
|
+
PushXl: PushXl,
|
|
79
|
+
ProductsFeedXl: ProductsFeedXl,
|
|
80
|
+
RecentInteractionsXl: RecentInteractionsXl,
|
|
81
|
+
ProductsLastSeenXl: ProductsLastSeenXl,
|
|
82
|
+
ProductsSimilarXl: ProductsSimilarXl,
|
|
83
|
+
SearchHybridXl: SearchHybridXl,
|
|
84
|
+
SearchNoResultsXl: SearchNoResultsXl,
|
|
85
|
+
ReggressionXl: ReggressionXl,
|
|
86
|
+
SearchKeywordsXl: SearchKeywordsXl,
|
|
87
|
+
SearchSemanticXl: SearchSemanticXl,
|
|
88
|
+
ShowXl: ShowXl,
|
|
89
|
+
SectionXl: SectionXl,
|
|
90
|
+
SilentPushXl: SilentPushXl,
|
|
91
|
+
StopXl: StopXl,
|
|
92
|
+
SmsXl: SmsXl,
|
|
93
|
+
TargetXl: TargetXl,
|
|
94
|
+
ToolsXl: ToolsXl,
|
|
95
|
+
UserCircleUpXl: UserCircleUpXl,
|
|
96
|
+
UserCircleXl: UserCircleXl,
|
|
97
|
+
VisualEditorStarXl: VisualEditorStarXl,
|
|
98
|
+
UserIdXl: UserIdXl,
|
|
99
|
+
VisualEditorXl: VisualEditorXl,
|
|
100
|
+
VoucherXl: VoucherXl,
|
|
101
|
+
WarningXl: WarningXl,
|
|
102
|
+
WthStarsXl: WthStarsXl,
|
|
103
|
+
WebhookXl: WebhookXl,
|
|
104
|
+
WeblayerXl: WeblayerXl
|
|
105
|
+
};
|
|
106
|
+
import { default as WeblayerXl } from './WeblayerXl';
|
|
1
107
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
108
|
+
import { default as WebhookXl } from './WebhookXl';
|
|
109
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
110
|
+
import { default as WarningXl } from './WarningXl';
|
|
2
111
|
export { default as WarningXl } from './WarningXl';
|
|
3
|
-
|
|
112
|
+
import { default as WthStarsXl } from './WthStarsXl';
|
|
4
113
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
5
|
-
|
|
114
|
+
import { default as UserIdXl } from './UserIdXl';
|
|
115
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
116
|
+
import { default as VoucherXl } from './VoucherXl';
|
|
117
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
118
|
+
import { default as VisualEditorXl } from './VisualEditorXl';
|
|
6
119
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
120
|
+
import { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
7
121
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
8
|
-
|
|
9
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
10
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
122
|
+
import { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
11
123
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
124
|
+
import { default as UserCircleXl } from './UserCircleXl';
|
|
125
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
126
|
+
import { default as SmsXl } from './SmsXl';
|
|
12
127
|
export { default as SmsXl } from './SmsXl';
|
|
13
|
-
|
|
128
|
+
import { default as ToolsXl } from './ToolsXl';
|
|
129
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
130
|
+
import { default as SilentPushXl } from './SilentPushXl';
|
|
14
131
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
132
|
+
import { default as TargetXl } from './TargetXl';
|
|
133
|
+
export { default as TargetXl } from './TargetXl';
|
|
134
|
+
import { default as StopXl } from './StopXl';
|
|
15
135
|
export { default as StopXl } from './StopXl';
|
|
136
|
+
import { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
16
137
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
17
|
-
|
|
138
|
+
import { default as SectionXl } from './SectionXl';
|
|
18
139
|
export { default as SectionXl } from './SectionXl';
|
|
19
|
-
|
|
20
|
-
export { default as
|
|
140
|
+
import { default as ShowXl } from './ShowXl';
|
|
141
|
+
export { default as ShowXl } from './ShowXl';
|
|
142
|
+
import { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
21
143
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
22
|
-
|
|
23
|
-
export { default as PushXl } from './PushXl';
|
|
24
|
-
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
144
|
+
import { default as ReggressionXl } from './ReggressionXl';
|
|
25
145
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
146
|
+
import { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
147
|
+
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
148
|
+
import { default as SearchHybridXl } from './SearchHybridXl';
|
|
149
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
150
|
+
import { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
26
151
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
|
-
|
|
28
|
-
export { default as
|
|
152
|
+
import { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
153
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
154
|
+
import { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
155
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
156
|
+
import { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
29
157
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
30
|
-
|
|
31
|
-
export { default as
|
|
158
|
+
import { default as PlayXl } from './PlayXl';
|
|
159
|
+
export { default as PlayXl } from './PlayXl';
|
|
160
|
+
import { default as PushXl } from './PushXl';
|
|
161
|
+
export { default as PushXl } from './PushXl';
|
|
162
|
+
import { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
163
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
164
|
+
import { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
32
165
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
166
|
+
import { default as NoPermissionXl } from './NoPermissionXl';
|
|
33
167
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
168
|
+
import { default as PauseXl } from './PauseXl';
|
|
169
|
+
export { default as PauseXl } from './PauseXl';
|
|
170
|
+
import { default as MultivalueXl } from './MultivalueXl';
|
|
171
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
172
|
+
import { default as NetworkFileXl } from './NetworkFileXl';
|
|
173
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
174
|
+
import { default as MobileStepsXl } from './MobileStepsXl';
|
|
34
175
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
176
|
+
import { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
35
177
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
178
|
+
import { default as MobileBannerXl } from './MobileBannerXl';
|
|
36
179
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
37
|
-
|
|
38
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
180
|
+
import { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
39
181
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
40
|
-
|
|
182
|
+
import { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
41
183
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
42
|
-
|
|
43
|
-
export { default as
|
|
184
|
+
import { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
185
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
186
|
+
import { default as MessageXl } from './MessageXl';
|
|
187
|
+
export { default as MessageXl } from './MessageXl';
|
|
188
|
+
import { default as MetaXl } from './MetaXl';
|
|
44
189
|
export { default as MetaXl } from './MetaXl';
|
|
190
|
+
import { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
191
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
192
|
+
import { default as InteractionsXl } from './InteractionsXl';
|
|
193
|
+
export { default as InteractionsXl } from './InteractionsXl';
|
|
194
|
+
import { default as LaunchXl } from './LaunchXl';
|
|
195
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
196
|
+
import { default as IntegrationXl } from './IntegrationXl';
|
|
197
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
198
|
+
import { default as LaptopAiXl } from './LaptopAiXl';
|
|
45
199
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
200
|
+
import { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
201
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
202
|
+
import { default as InsertObjectXl } from './InsertObjectXl';
|
|
47
203
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
48
|
-
|
|
204
|
+
import { default as InfoXl } from './InfoXl';
|
|
49
205
|
export { default as InfoXl } from './InfoXl';
|
|
206
|
+
import { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
50
207
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
51
|
-
|
|
52
|
-
export { default as
|
|
53
|
-
|
|
208
|
+
import { default as FolderXl } from './FolderXl';
|
|
209
|
+
export { default as FolderXl } from './FolderXl';
|
|
210
|
+
import { default as FormulaXl } from './FormulaXl';
|
|
54
211
|
export { default as FormulaXl } from './FormulaXl';
|
|
55
|
-
|
|
56
|
-
export { default as
|
|
212
|
+
import { default as GemsXl } from './GemsXl';
|
|
213
|
+
export { default as GemsXl } from './GemsXl';
|
|
214
|
+
import { default as FolderTagXl } from './FolderTagXl';
|
|
57
215
|
export { default as FolderTagXl } from './FolderTagXl';
|
|
58
|
-
|
|
59
|
-
export { default as
|
|
60
|
-
|
|
216
|
+
import { default as FunctionXl } from './FunctionXl';
|
|
217
|
+
export { default as FunctionXl } from './FunctionXl';
|
|
218
|
+
import { default as FormXl } from './FormXl';
|
|
61
219
|
export { default as FormXl } from './FormXl';
|
|
220
|
+
import { default as FolderStarXl } from './FolderStarXl';
|
|
221
|
+
export { default as FolderStarXl } from './FolderStarXl';
|
|
222
|
+
import { default as FolderUserXl } from './FolderUserXl';
|
|
223
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
224
|
+
import { default as FolderCartXl } from './FolderCartXl';
|
|
62
225
|
export { default as FolderCartXl } from './FolderCartXl';
|
|
63
|
-
|
|
226
|
+
import { default as FolderAddXl } from './FolderAddXl';
|
|
64
227
|
export { default as FolderAddXl } from './FolderAddXl';
|
|
228
|
+
import { default as FolderCheckXl } from './FolderCheckXl';
|
|
229
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
230
|
+
import { default as FileXl } from './FileXl';
|
|
231
|
+
export { default as FileXl } from './FileXl';
|
|
232
|
+
import { default as EventXl } from './EventXl';
|
|
233
|
+
export { default as EventXl } from './EventXl';
|
|
234
|
+
import { default as FirstRunXl } from './FirstRunXl';
|
|
235
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
236
|
+
import { default as FileZipXl } from './FileZipXl';
|
|
65
237
|
export { default as FileZipXl } from './FileZipXl';
|
|
66
|
-
|
|
238
|
+
import { default as FileDownXl } from './FileDownXl';
|
|
67
239
|
export { default as FileDownXl } from './FileDownXl';
|
|
68
|
-
|
|
69
|
-
export { default as FileXl } from './FileXl';
|
|
240
|
+
import { default as CupXl } from './CupXl';
|
|
70
241
|
export { default as CupXl } from './CupXl';
|
|
71
|
-
|
|
242
|
+
import { default as ErrorXl } from './ErrorXl';
|
|
72
243
|
export { default as ErrorXl } from './ErrorXl';
|
|
73
|
-
|
|
74
|
-
export { default as
|
|
244
|
+
import { default as DiscountXl } from './DiscountXl';
|
|
245
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
246
|
+
import { default as CompareXl } from './CompareXl';
|
|
75
247
|
export { default as CompareXl } from './CompareXl';
|
|
76
|
-
|
|
248
|
+
import { default as CouponXl } from './CouponXl';
|
|
249
|
+
export { default as CouponXl } from './CouponXl';
|
|
250
|
+
import { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
251
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
252
|
+
import { default as ClassificationXl } from './ClassificationXl';
|
|
77
253
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
78
|
-
|
|
79
|
-
export { default as
|
|
254
|
+
import { default as CloneNodesXl } from './CloneNodesXl';
|
|
255
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
256
|
+
import { default as CheckXl } from './CheckXl';
|
|
80
257
|
export { default as CheckXl } from './CheckXl';
|
|
258
|
+
import { default as CheckOutXl } from './CheckOutXl';
|
|
259
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
260
|
+
import { default as CheckInXl } from './CheckInXl';
|
|
81
261
|
export { default as CheckInXl } from './CheckInXl';
|
|
82
|
-
|
|
262
|
+
import { default as CartAddXl } from './CartAddXl';
|
|
263
|
+
export { default as CartAddXl } from './CartAddXl';
|
|
264
|
+
import { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
83
265
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
266
|
+
import { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
84
267
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
85
|
-
|
|
86
|
-
export { default as
|
|
268
|
+
import { default as CalendarXl } from './CalendarXl';
|
|
269
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
270
|
+
import { default as CalculatorXl } from './CalculatorXl';
|
|
87
271
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
272
|
+
import { default as CardAeXl } from './CardAeXl';
|
|
273
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
274
|
+
import { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
88
275
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
89
|
-
|
|
90
|
-
export { default as
|
|
276
|
+
import { default as CardVisaXl } from './CardVisaXl';
|
|
277
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
278
|
+
import { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
91
279
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
280
|
+
import { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
281
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
282
|
+
import { default as BulbEditXl } from './BulbEditXl';
|
|
283
|
+
export { default as BulbEditXl } from './BulbEditXl';
|
|
284
|
+
import { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
285
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
286
|
+
import { default as BillingXl } from './BillingXl';
|
|
92
287
|
export { default as BillingXl } from './BillingXl';
|
|
288
|
+
import { default as AttributeXl } from './AttributeXl';
|
|
289
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
290
|
+
import { default as BasketCheckXl } from './BasketCheckXl';
|
|
93
291
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
94
|
-
|
|
292
|
+
import { default as BeforeEventXl } from './BeforeEventXl';
|
|
95
293
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
96
|
-
|
|
294
|
+
import { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
97
295
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
98
|
-
|
|
99
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
296
|
+
import { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
100
297
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
298
|
+
import { default as AfterEventXl } from './AfterEventXl';
|
|
299
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
300
|
+
import { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
101
301
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
302
|
+
import { default as AbTestXl } from './AbTestXl';
|
|
303
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
304
|
+
import { default as ApiXl } from './ApiXl';
|
|
305
|
+
export { default as ApiXl } from './ApiXl';
|
|
306
|
+
import { default as AddXl } from './AddXl';
|
|
102
307
|
export { default as AddXl } from './AddXl';
|
|
103
|
-
|
|
308
|
+
import { default as FileUrlXl } from './FileUrlXl';
|
|
309
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
310
|
+
import { default as FileUpXl } from './FileUpXl';
|
|
311
|
+
export { default as FileUpXl } from './FileUpXl';
|