@heartpace/icons 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1,120 +1,340 @@
1
1
  import * as React from 'react';
2
2
 
3
- interface ArrowsIconArrowCloseMenuProps extends React.SVGProps<SVGSVGElement> {
3
+ interface ArrowChevronDownProps extends React.SVGProps<SVGSVGElement> {
4
4
  }
5
- declare const ArrowsIconArrowCloseMenu: (props: ArrowsIconArrowCloseMenuProps) => React.JSX.Element;
5
+ declare const ArrowChevronDown: (props: ArrowChevronDownProps) => React.JSX.Element;
6
6
 
7
- interface ArrowsIconArrowOpenMenuProps extends React.SVGProps<SVGSVGElement> {
7
+ interface ArrowChevronLeftProps extends React.SVGProps<SVGSVGElement> {
8
8
  }
9
- declare const ArrowsIconArrowOpenMenu: (props: ArrowsIconArrowOpenMenuProps) => React.JSX.Element;
9
+ declare const ArrowChevronLeft: (props: ArrowChevronLeftProps) => React.JSX.Element;
10
10
 
11
- interface ArrowsIconArrowSwap2Props extends React.SVGProps<SVGSVGElement> {
11
+ interface ArrowChevronRightProps extends React.SVGProps<SVGSVGElement> {
12
12
  }
13
- declare const ArrowsIconArrowSwap2: (props: ArrowsIconArrowSwap2Props) => React.JSX.Element;
13
+ declare const ArrowChevronRight: (props: ArrowChevronRightProps) => React.JSX.Element;
14
14
 
15
- interface ArrowsIconArrowSwapProps extends React.SVGProps<SVGSVGElement> {
15
+ interface ArrowChevronUpProps extends React.SVGProps<SVGSVGElement> {
16
16
  }
17
- declare const ArrowsIconArrowSwap: (props: ArrowsIconArrowSwapProps) => React.JSX.Element;
17
+ declare const ArrowChevronUp: (props: ArrowChevronUpProps) => React.JSX.Element;
18
18
 
19
- interface ArrowsIconsArrowChevronDownProps extends React.SVGProps<SVGSVGElement> {
19
+ interface ArrowCloseMenuProps extends React.SVGProps<SVGSVGElement> {
20
20
  }
21
- declare const ArrowsIconsArrowChevronDown: (props: ArrowsIconsArrowChevronDownProps) => React.JSX.Element;
21
+ declare const ArrowCloseMenu: (props: ArrowCloseMenuProps) => React.JSX.Element;
22
22
 
23
- interface ArrowsIconsArrowChevronLeftProps extends React.SVGProps<SVGSVGElement> {
23
+ interface ArrowOpenInNewTabProps extends React.SVGProps<SVGSVGElement> {
24
24
  }
25
- declare const ArrowsIconsArrowChevronLeft: (props: ArrowsIconsArrowChevronLeftProps) => React.JSX.Element;
25
+ declare const ArrowOpenInNewTab: (props: ArrowOpenInNewTabProps) => React.JSX.Element;
26
26
 
27
- interface ArrowsIconsArrowChevronRightProps extends React.SVGProps<SVGSVGElement> {
27
+ interface ArrowOpenMenuProps extends React.SVGProps<SVGSVGElement> {
28
28
  }
29
- declare const ArrowsIconsArrowChevronRight: (props: ArrowsIconsArrowChevronRightProps) => React.JSX.Element;
29
+ declare const ArrowOpenMenu: (props: ArrowOpenMenuProps) => React.JSX.Element;
30
30
 
31
- interface ArrowsIconsArrowChevronUpProps extends React.SVGProps<SVGSVGElement> {
31
+ interface ArrowRedoProps extends React.SVGProps<SVGSVGElement> {
32
32
  }
33
- declare const ArrowsIconsArrowChevronUp: (props: ArrowsIconsArrowChevronUpProps) => React.JSX.Element;
33
+ declare const ArrowRedo: (props: ArrowRedoProps) => React.JSX.Element;
34
34
 
35
- interface ArrowsIconsArrowOpenInNewTabProps extends React.SVGProps<SVGSVGElement> {
35
+ interface ArrowRefresh2Props extends React.SVGProps<SVGSVGElement> {
36
36
  }
37
- declare const ArrowsIconsArrowOpenInNewTab: (props: ArrowsIconsArrowOpenInNewTabProps) => React.JSX.Element;
37
+ declare const ArrowRefresh2: (props: ArrowRefresh2Props) => React.JSX.Element;
38
38
 
39
- interface ArrowsIconsArrowRedoProps extends React.SVGProps<SVGSVGElement> {
39
+ interface ArrowRefreshProps extends React.SVGProps<SVGSVGElement> {
40
40
  }
41
- declare const ArrowsIconsArrowRedo: (props: ArrowsIconsArrowRedoProps) => React.JSX.Element;
41
+ declare const ArrowRefresh: (props: ArrowRefreshProps) => React.JSX.Element;
42
42
 
43
- interface ArrowsIconsArrowRefresh2Props extends React.SVGProps<SVGSVGElement> {
43
+ interface ArrowRepeatProps extends React.SVGProps<SVGSVGElement> {
44
44
  }
45
- declare const ArrowsIconsArrowRefresh2: (props: ArrowsIconsArrowRefresh2Props) => React.JSX.Element;
45
+ declare const ArrowRepeat: (props: ArrowRepeatProps) => React.JSX.Element;
46
46
 
47
- interface ArrowsIconsArrowRefreshProps extends React.SVGProps<SVGSVGElement> {
47
+ interface ArrowRotateLeftProps extends React.SVGProps<SVGSVGElement> {
48
48
  }
49
- declare const ArrowsIconsArrowRefresh: (props: ArrowsIconsArrowRefreshProps) => React.JSX.Element;
49
+ declare const ArrowRotateLeft: (props: ArrowRotateLeftProps) => React.JSX.Element;
50
50
 
51
- interface ArrowsIconsArrowRepeatProps extends React.SVGProps<SVGSVGElement> {
51
+ interface ArrowRotateRightProps extends React.SVGProps<SVGSVGElement> {
52
52
  }
53
- declare const ArrowsIconsArrowRepeat: (props: ArrowsIconsArrowRepeatProps) => React.JSX.Element;
53
+ declare const ArrowRotateRight: (props: ArrowRotateRightProps) => React.JSX.Element;
54
54
 
55
- interface ArrowsIconsArrowRotateLeftProps extends React.SVGProps<SVGSVGElement> {
55
+ interface ArrowSwap2Props extends React.SVGProps<SVGSVGElement> {
56
56
  }
57
- declare const ArrowsIconsArrowRotateLeft: (props: ArrowsIconsArrowRotateLeftProps) => React.JSX.Element;
57
+ declare const ArrowSwap2: (props: ArrowSwap2Props) => React.JSX.Element;
58
58
 
59
- interface ArrowsIconsArrowRotateRightProps extends React.SVGProps<SVGSVGElement> {
59
+ interface ArrowSwapProps extends React.SVGProps<SVGSVGElement> {
60
60
  }
61
- declare const ArrowsIconsArrowRotateRight: (props: ArrowsIconsArrowRotateRightProps) => React.JSX.Element;
61
+ declare const ArrowSwap: (props: ArrowSwapProps) => React.JSX.Element;
62
62
 
63
- interface ArrowsIconsArrowTriangleLeftProps extends React.SVGProps<SVGSVGElement> {
63
+ interface ArrowTriangleLeftProps extends React.SVGProps<SVGSVGElement> {
64
64
  }
65
- declare const ArrowsIconsArrowTriangleLeft: (props: ArrowsIconsArrowTriangleLeftProps) => React.JSX.Element;
65
+ declare const ArrowTriangleLeft: (props: ArrowTriangleLeftProps) => React.JSX.Element;
66
66
 
67
- interface ArrowsIconsArrowTriangleRightProps extends React.SVGProps<SVGSVGElement> {
67
+ interface ArrowTriangleRightProps extends React.SVGProps<SVGSVGElement> {
68
68
  }
69
- declare const ArrowsIconsArrowTriangleRight: (props: ArrowsIconsArrowTriangleRightProps) => React.JSX.Element;
69
+ declare const ArrowTriangleRight: (props: ArrowTriangleRightProps) => React.JSX.Element;
70
70
 
71
- interface ArrowsIconsArrowTriangleUpProps extends React.SVGProps<SVGSVGElement> {
71
+ interface ArrowTriangleUpProps extends React.SVGProps<SVGSVGElement> {
72
72
  }
73
- declare const ArrowsIconsArrowTriangleUp: (props: ArrowsIconsArrowTriangleUpProps) => React.JSX.Element;
73
+ declare const ArrowTriangleUp: (props: ArrowTriangleUpProps) => React.JSX.Element;
74
74
 
75
- interface ArrowsIconsArrowTriangleDownProps extends React.SVGProps<SVGSVGElement> {
75
+ interface ArrowTriangleDownProps extends React.SVGProps<SVGSVGElement> {
76
76
  }
77
- declare const ArrowsIconsArrowTriangleDown: (props: ArrowsIconsArrowTriangleDownProps) => React.JSX.Element;
77
+ declare const ArrowTriangleDown: (props: ArrowTriangleDownProps) => React.JSX.Element;
78
78
 
79
- interface ArrowsIconsArrowUndoProps extends React.SVGProps<SVGSVGElement> {
79
+ interface ArrowUndoProps extends React.SVGProps<SVGSVGElement> {
80
80
  }
81
- declare const ArrowsIconsArrowUndo: (props: ArrowsIconsArrowUndoProps) => React.JSX.Element;
81
+ declare const ArrowUndo: (props: ArrowUndoProps) => React.JSX.Element;
82
82
 
83
- interface ArrowsIconsArrowArrow2Props extends React.SVGProps<SVGSVGElement> {
83
+ interface ArrowArrow2Props extends React.SVGProps<SVGSVGElement> {
84
84
  }
85
- declare const ArrowsIconsArrowArrow2: (props: ArrowsIconsArrowArrow2Props) => React.JSX.Element;
85
+ declare const ArrowArrow2: (props: ArrowArrow2Props) => React.JSX.Element;
86
86
 
87
- interface ArrowsIconsArrowArrow3Props extends React.SVGProps<SVGSVGElement> {
87
+ interface ArrowArrow3Props extends React.SVGProps<SVGSVGElement> {
88
88
  }
89
- declare const ArrowsIconsArrowArrow3: (props: ArrowsIconsArrowArrow3Props) => React.JSX.Element;
89
+ declare const ArrowArrow3: (props: ArrowArrow3Props) => React.JSX.Element;
90
90
 
91
- interface ArrowsIconsArrowArrowDownProps extends React.SVGProps<SVGSVGElement> {
91
+ interface ArrowArrowDownProps extends React.SVGProps<SVGSVGElement> {
92
92
  }
93
- declare const ArrowsIconsArrowArrowDown: (props: ArrowsIconsArrowArrowDownProps) => React.JSX.Element;
93
+ declare const ArrowArrowDown: (props: ArrowArrowDownProps) => React.JSX.Element;
94
94
 
95
- interface ArrowsIconsArrowArrowLeftProps extends React.SVGProps<SVGSVGElement> {
95
+ interface ArrowArrowLeftProps extends React.SVGProps<SVGSVGElement> {
96
96
  }
97
- declare const ArrowsIconsArrowArrowLeft: (props: ArrowsIconsArrowArrowLeftProps) => React.JSX.Element;
97
+ declare const ArrowArrowLeft: (props: ArrowArrowLeftProps) => React.JSX.Element;
98
98
 
99
- interface ArrowsIconsArrowArrowRightProps extends React.SVGProps<SVGSVGElement> {
99
+ interface ArrowArrowRightProps extends React.SVGProps<SVGSVGElement> {
100
100
  }
101
- declare const ArrowsIconsArrowArrowRight: (props: ArrowsIconsArrowArrowRightProps) => React.JSX.Element;
101
+ declare const ArrowArrowRight: (props: ArrowArrowRightProps) => React.JSX.Element;
102
102
 
103
- interface ArrowsIconsArrowArrowUpProps extends React.SVGProps<SVGSVGElement> {
103
+ interface ArrowArrowUpProps extends React.SVGProps<SVGSVGElement> {
104
104
  }
105
- declare const ArrowsIconsArrowArrowUp: (props: ArrowsIconsArrowArrowUpProps) => React.JSX.Element;
105
+ declare const ArrowArrowUp: (props: ArrowArrowUpProps) => React.JSX.Element;
106
106
 
107
- interface ArrowsIconsArrowDownProps extends React.SVGProps<SVGSVGElement> {
107
+ interface ArrowDownProps extends React.SVGProps<SVGSVGElement> {
108
108
  }
109
- declare const ArrowsIconsArrowDown: (props: ArrowsIconsArrowDownProps) => React.JSX.Element;
109
+ declare const ArrowDown: (props: ArrowDownProps) => React.JSX.Element;
110
110
 
111
- interface ArrowsIconsArrowResetTimerProps extends React.SVGProps<SVGSVGElement> {
111
+ interface ArrowResetTimerProps extends React.SVGProps<SVGSVGElement> {
112
112
  }
113
- declare const ArrowsIconsArrowResetTimer: (props: ArrowsIconsArrowResetTimerProps) => React.JSX.Element;
113
+ declare const ArrowResetTimer: (props: ArrowResetTimerProps) => React.JSX.Element;
114
114
 
115
- interface ArrowsIconsArrowUpProps extends React.SVGProps<SVGSVGElement> {
115
+ interface ArrowUpProps extends React.SVGProps<SVGSVGElement> {
116
116
  }
117
- declare const ArrowsIconsArrowUp: (props: ArrowsIconsArrowUpProps) => React.JSX.Element;
117
+ declare const ArrowUp: (props: ArrowUpProps) => React.JSX.Element;
118
+
119
+ interface BoldAiAssistantProps extends React.SVGProps<SVGSVGElement> {
120
+ }
121
+ declare const BoldAiAssistant: (props: BoldAiAssistantProps) => React.JSX.Element;
122
+
123
+ interface BoldAddProps extends React.SVGProps<SVGSVGElement> {
124
+ }
125
+ declare const BoldAdd: (props: BoldAddProps) => React.JSX.Element;
126
+
127
+ interface BoldAdviceProps extends React.SVGProps<SVGSVGElement> {
128
+ }
129
+ declare const BoldAdvice: (props: BoldAdviceProps) => React.JSX.Element;
130
+
131
+ interface BoldArchiveProps extends React.SVGProps<SVGSVGElement> {
132
+ }
133
+ declare const BoldArchive: (props: BoldArchiveProps) => React.JSX.Element;
134
+
135
+ interface BoldBoardProps extends React.SVGProps<SVGSVGElement> {
136
+ }
137
+ declare const BoldBoard: (props: BoldBoardProps) => React.JSX.Element;
138
+
139
+ interface BoldBonusProps extends React.SVGProps<SVGSVGElement> {
140
+ }
141
+ declare const BoldBonus: (props: BoldBonusProps) => React.JSX.Element;
142
+
143
+ interface BoldCalendarProps extends React.SVGProps<SVGSVGElement> {
144
+ }
145
+ declare const BoldCalendar: (props: BoldCalendarProps) => React.JSX.Element;
146
+
147
+ interface BoldChairProps extends React.SVGProps<SVGSVGElement> {
148
+ }
149
+ declare const BoldChair: (props: BoldChairProps) => React.JSX.Element;
150
+
151
+ interface BoldChartProps extends React.SVGProps<SVGSVGElement> {
152
+ }
153
+ declare const BoldChart: (props: BoldChartProps) => React.JSX.Element;
154
+
155
+ interface BoldColourProps extends React.SVGProps<SVGSVGElement> {
156
+ }
157
+ declare const BoldColour: (props: BoldColourProps) => React.JSX.Element;
158
+
159
+ interface BoldColumnProps extends React.SVGProps<SVGSVGElement> {
160
+ }
161
+ declare const BoldColumn: (props: BoldColumnProps) => React.JSX.Element;
162
+
163
+ interface BoldCommentProps extends React.SVGProps<SVGSVGElement> {
164
+ }
165
+ declare const BoldComment: (props: BoldCommentProps) => React.JSX.Element;
166
+
167
+ interface BoldCopyProps extends React.SVGProps<SVGSVGElement> {
168
+ }
169
+ declare const BoldCopy: (props: BoldCopyProps) => React.JSX.Element;
170
+
171
+ interface BoldDeleteProps extends React.SVGProps<SVGSVGElement> {
172
+ }
173
+ declare const BoldDelete: (props: BoldDeleteProps) => React.JSX.Element;
174
+
175
+ interface BoldDetailsProps extends React.SVGProps<SVGSVGElement> {
176
+ }
177
+ declare const BoldDetails: (props: BoldDetailsProps) => React.JSX.Element;
178
+
179
+ interface BoldDislikeProps extends React.SVGProps<SVGSVGElement> {
180
+ }
181
+ declare const BoldDislike: (props: BoldDislikeProps) => React.JSX.Element;
182
+
183
+ interface BoldDragDropProps extends React.SVGProps<SVGSVGElement> {
184
+ }
185
+ declare const BoldDragDrop: (props: BoldDragDropProps) => React.JSX.Element;
186
+
187
+ interface BoldEditProps extends React.SVGProps<SVGSVGElement> {
188
+ }
189
+ declare const BoldEdit: (props: BoldEditProps) => React.JSX.Element;
190
+
191
+ interface BoldEmailProps extends React.SVGProps<SVGSVGElement> {
192
+ }
193
+ declare const BoldEmail: (props: BoldEmailProps) => React.JSX.Element;
194
+
195
+ interface BoldExportProps extends React.SVGProps<SVGSVGElement> {
196
+ }
197
+ declare const BoldExport: (props: BoldExportProps) => React.JSX.Element;
198
+
199
+ interface BoldExport2Props extends React.SVGProps<SVGSVGElement> {
200
+ }
201
+ declare const BoldExport2: (props: BoldExport2Props) => React.JSX.Element;
202
+
203
+ interface BoldEyeProps extends React.SVGProps<SVGSVGElement> {
204
+ }
205
+ declare const BoldEye: (props: BoldEyeProps) => React.JSX.Element;
206
+
207
+ interface BoldFilterProps extends React.SVGProps<SVGSVGElement> {
208
+ }
209
+ declare const BoldFilter: (props: BoldFilterProps) => React.JSX.Element;
210
+
211
+ interface BoldFlagProps extends React.SVGProps<SVGSVGElement> {
212
+ }
213
+ declare const BoldFlag: (props: BoldFlagProps) => React.JSX.Element;
214
+
215
+ interface BoldGiftProps extends React.SVGProps<SVGSVGElement> {
216
+ }
217
+ declare const BoldGift: (props: BoldGiftProps) => React.JSX.Element;
218
+
219
+ interface BoldHierarchyHorizontalProps extends React.SVGProps<SVGSVGElement> {
220
+ }
221
+ declare const BoldHierarchyHorizontal: (props: BoldHierarchyHorizontalProps) => React.JSX.Element;
222
+
223
+ interface BoldHierarchyVerticalProps extends React.SVGProps<SVGSVGElement> {
224
+ }
225
+ declare const BoldHierarchyVertical: (props: BoldHierarchyVerticalProps) => React.JSX.Element;
226
+
227
+ interface BoldHierarchyProps extends React.SVGProps<SVGSVGElement> {
228
+ }
229
+ declare const BoldHierarchy: (props: BoldHierarchyProps) => React.JSX.Element;
230
+
231
+ interface BoldImageProps extends React.SVGProps<SVGSVGElement> {
232
+ }
233
+ declare const BoldImage: (props: BoldImageProps) => React.JSX.Element;
234
+
235
+ interface BoldInstruction2Props extends React.SVGProps<SVGSVGElement> {
236
+ }
237
+ declare const BoldInstruction2: (props: BoldInstruction2Props) => React.JSX.Element;
238
+
239
+ interface BoldInstructionProps extends React.SVGProps<SVGSVGElement> {
240
+ }
241
+ declare const BoldInstruction: (props: BoldInstructionProps) => React.JSX.Element;
242
+
243
+ interface BoldIntercomProps extends React.SVGProps<SVGSVGElement> {
244
+ }
245
+ declare const BoldIntercom: (props: BoldIntercomProps) => React.JSX.Element;
246
+
247
+ interface BoldLikeProps extends React.SVGProps<SVGSVGElement> {
248
+ }
249
+ declare const BoldLike: (props: BoldLikeProps) => React.JSX.Element;
250
+
251
+ interface BoldLinkProps extends React.SVGProps<SVGSVGElement> {
252
+ }
253
+ declare const BoldLink: (props: BoldLinkProps) => React.JSX.Element;
254
+
255
+ interface BoldLoaderProps extends React.SVGProps<SVGSVGElement> {
256
+ }
257
+ declare const BoldLoader: (props: BoldLoaderProps) => React.JSX.Element;
258
+
259
+ interface BoldLocationProps extends React.SVGProps<SVGSVGElement> {
260
+ }
261
+ declare const BoldLocation: (props: BoldLocationProps) => React.JSX.Element;
262
+
263
+ interface BoldLockProps extends React.SVGProps<SVGSVGElement> {
264
+ }
265
+ declare const BoldLock: (props: BoldLockProps) => React.JSX.Element;
266
+
267
+ interface BoldMapProps extends React.SVGProps<SVGSVGElement> {
268
+ }
269
+ declare const BoldMap: (props: BoldMapProps) => React.JSX.Element;
270
+
271
+ interface BoldOpenInSidebarProps extends React.SVGProps<SVGSVGElement> {
272
+ }
273
+ declare const BoldOpenInSidebar: (props: BoldOpenInSidebarProps) => React.JSX.Element;
274
+
275
+ interface BoldPlaceProps extends React.SVGProps<SVGSVGElement> {
276
+ }
277
+ declare const BoldPlace: (props: BoldPlaceProps) => React.JSX.Element;
278
+
279
+ interface BoldResendProps extends React.SVGProps<SVGSVGElement> {
280
+ }
281
+ declare const BoldResend: (props: BoldResendProps) => React.JSX.Element;
282
+
283
+ interface BoldRowProps extends React.SVGProps<SVGSVGElement> {
284
+ }
285
+ declare const BoldRow: (props: BoldRowProps) => React.JSX.Element;
286
+
287
+ interface BoldSendProps extends React.SVGProps<SVGSVGElement> {
288
+ }
289
+ declare const BoldSend: (props: BoldSendProps) => React.JSX.Element;
290
+
291
+ interface BoldSettingsProps extends React.SVGProps<SVGSVGElement> {
292
+ }
293
+ declare const BoldSettings: (props: BoldSettingsProps) => React.JSX.Element;
294
+
295
+ interface BoldTimeProps extends React.SVGProps<SVGSVGElement> {
296
+ }
297
+ declare const BoldTime: (props: BoldTimeProps) => React.JSX.Element;
298
+
299
+ interface BoldTreemapProps extends React.SVGProps<SVGSVGElement> {
300
+ }
301
+ declare const BoldTreemap: (props: BoldTreemapProps) => React.JSX.Element;
302
+
303
+ interface BoldUserProps extends React.SVGProps<SVGSVGElement> {
304
+ }
305
+ declare const BoldUser: (props: BoldUserProps) => React.JSX.Element;
306
+
307
+ interface BoldUsersProps extends React.SVGProps<SVGSVGElement> {
308
+ }
309
+ declare const BoldUsers: (props: BoldUsersProps) => React.JSX.Element;
310
+
311
+ interface BoldWalletProps extends React.SVGProps<SVGSVGElement> {
312
+ }
313
+ declare const BoldWallet: (props: BoldWalletProps) => React.JSX.Element;
314
+
315
+ interface BoldWorkProps extends React.SVGProps<SVGSVGElement> {
316
+ }
317
+ declare const BoldWork: (props: BoldWorkProps) => React.JSX.Element;
318
+
319
+ interface BoldDotProps extends React.SVGProps<SVGSVGElement> {
320
+ }
321
+ declare const BoldDot: (props: BoldDotProps) => React.JSX.Element;
322
+
323
+ interface BoldHelpProps extends React.SVGProps<SVGSVGElement> {
324
+ }
325
+ declare const BoldHelp: (props: BoldHelpProps) => React.JSX.Element;
326
+
327
+ interface BoldListProps extends React.SVGProps<SVGSVGElement> {
328
+ }
329
+ declare const BoldList: (props: BoldListProps) => React.JSX.Element;
330
+
331
+ interface BoldStarProps extends React.SVGProps<SVGSVGElement> {
332
+ }
333
+ declare const BoldStar: (props: BoldStarProps) => React.JSX.Element;
334
+
335
+ interface BoldTileProps extends React.SVGProps<SVGSVGElement> {
336
+ }
337
+ declare const BoldTile: (props: BoldTileProps) => React.JSX.Element;
118
338
 
119
339
  interface FlagsAustriaProps extends React.SVGProps<SVGSVGElement> {
120
340
  }
@@ -248,656 +468,696 @@ interface FlagsUsaProps extends React.SVGProps<SVGSVGElement> {
248
468
  }
249
469
  declare const FlagsUsa: (props: FlagsUsaProps) => React.JSX.Element;
250
470
 
251
- interface GeneralGeneralGlobalSettingsProps extends React.SVGProps<SVGSVGElement> {
471
+ interface Light2UserProps extends React.SVGProps<SVGSVGElement> {
472
+ }
473
+ declare const Light2User: (props: Light2UserProps) => React.JSX.Element;
474
+
475
+ interface Light3UserProps extends React.SVGProps<SVGSVGElement> {
476
+ }
477
+ declare const Light3User: (props: Light3UserProps) => React.JSX.Element;
478
+
479
+ interface LightActivityProps extends React.SVGProps<SVGSVGElement> {
480
+ }
481
+ declare const LightActivity: (props: LightActivityProps) => React.JSX.Element;
482
+
483
+ interface LightAlignmentProps extends React.SVGProps<SVGSVGElement> {
484
+ }
485
+ declare const LightAlignment: (props: LightAlignmentProps) => React.JSX.Element;
486
+
487
+ interface LightArchiveProps extends React.SVGProps<SVGSVGElement> {
488
+ }
489
+ declare const LightArchive: (props: LightArchiveProps) => React.JSX.Element;
490
+
491
+ interface LightAttachProps extends React.SVGProps<SVGSVGElement> {
492
+ }
493
+ declare const LightAttach: (props: LightAttachProps) => React.JSX.Element;
494
+
495
+ interface LightBarChart2Props extends React.SVGProps<SVGSVGElement> {
496
+ }
497
+ declare const LightBarChart2: (props: LightBarChart2Props) => React.JSX.Element;
498
+
499
+ interface LightBarChartProps extends React.SVGProps<SVGSVGElement> {
500
+ }
501
+ declare const LightBarChart: (props: LightBarChartProps) => React.JSX.Element;
502
+
503
+ interface LightBookmarkProps extends React.SVGProps<SVGSVGElement> {
504
+ }
505
+ declare const LightBookmark: (props: LightBookmarkProps) => React.JSX.Element;
506
+
507
+ interface LightBriefcaseProps extends React.SVGProps<SVGSVGElement> {
508
+ }
509
+ declare const LightBriefcase: (props: LightBriefcaseProps) => React.JSX.Element;
510
+
511
+ interface LightBuildingProps extends React.SVGProps<SVGSVGElement> {
252
512
  }
253
- declare const GeneralGeneralGlobalSettings: (props: GeneralGeneralGlobalSettingsProps) => React.JSX.Element;
513
+ declare const LightBuilding: (props: LightBuildingProps) => React.JSX.Element;
254
514
 
255
- interface GeneralIconGeneralArchiveProps extends React.SVGProps<SVGSVGElement> {
515
+ interface LightBuyProps extends React.SVGProps<SVGSVGElement> {
256
516
  }
257
- declare const GeneralIconGeneralArchive: (props: GeneralIconGeneralArchiveProps) => React.JSX.Element;
517
+ declare const LightBuy: (props: LightBuyProps) => React.JSX.Element;
258
518
 
259
- interface GeneralIconGeneralBarChart2Props extends React.SVGProps<SVGSVGElement> {
519
+ interface LightCalendarProps extends React.SVGProps<SVGSVGElement> {
260
520
  }
261
- declare const GeneralIconGeneralBarChart2: (props: GeneralIconGeneralBarChart2Props) => React.JSX.Element;
521
+ declare const LightCalendar: (props: LightCalendarProps) => React.JSX.Element;
262
522
 
263
- interface GeneralIconGeneralBarChartProps extends React.SVGProps<SVGSVGElement> {
523
+ interface LightCameraProps extends React.SVGProps<SVGSVGElement> {
264
524
  }
265
- declare const GeneralIconGeneralBarChart: (props: GeneralIconGeneralBarChartProps) => React.JSX.Element;
525
+ declare const LightCamera: (props: LightCameraProps) => React.JSX.Element;
266
526
 
267
- interface GeneralIconGeneralColumnsProps extends React.SVGProps<SVGSVGElement> {
527
+ interface LightCategoryProps extends React.SVGProps<SVGSVGElement> {
268
528
  }
269
- declare const GeneralIconGeneralColumns: (props: GeneralIconGeneralColumnsProps) => React.JSX.Element;
529
+ declare const LightCategory: (props: LightCategoryProps) => React.JSX.Element;
270
530
 
271
- interface GeneralIconGeneralCreateNewItemProps extends React.SVGProps<SVGSVGElement> {
531
+ interface LightChairProps extends React.SVGProps<SVGSVGElement> {
272
532
  }
273
- declare const GeneralIconGeneralCreateNewItem: (props: GeneralIconGeneralCreateNewItemProps) => React.JSX.Element;
533
+ declare const LightChair: (props: LightChairProps) => React.JSX.Element;
274
534
 
275
- interface GeneralIconGeneralDensityProps extends React.SVGProps<SVGSVGElement> {
535
+ interface LightChartProps extends React.SVGProps<SVGSVGElement> {
276
536
  }
277
- declare const GeneralIconGeneralDensity: (props: GeneralIconGeneralDensityProps) => React.JSX.Element;
537
+ declare const LightChart: (props: LightChartProps) => React.JSX.Element;
278
538
 
279
- interface GeneralIconGeneralRemoveArchiveProps extends React.SVGProps<SVGSVGElement> {
539
+ interface LightChatProps extends React.SVGProps<SVGSVGElement> {
280
540
  }
281
- declare const GeneralIconGeneralRemoveArchive: (props: GeneralIconGeneralRemoveArchiveProps) => React.JSX.Element;
541
+ declare const LightChat: (props: LightChatProps) => React.JSX.Element;
282
542
 
283
- interface GeneralIconGeneralSaveFavouriteProps extends React.SVGProps<SVGSVGElement> {
543
+ interface LightClockProps extends React.SVGProps<SVGSVGElement> {
284
544
  }
285
- declare const GeneralIconGeneralSaveFavourite: (props: GeneralIconGeneralSaveFavouriteProps) => React.JSX.Element;
545
+ declare const LightClock: (props: LightClockProps) => React.JSX.Element;
286
546
 
287
- interface GeneralIconGeneralSaveRemoveProps extends React.SVGProps<SVGSVGElement> {
547
+ interface LightCloseSquareProps extends React.SVGProps<SVGSVGElement> {
288
548
  }
289
- declare const GeneralIconGeneralSaveRemove: (props: GeneralIconGeneralSaveRemoveProps) => React.JSX.Element;
549
+ declare const LightCloseSquare: (props: LightCloseSquareProps) => React.JSX.Element;
290
550
 
291
- interface GeneralIconGeneralWebhookProps extends React.SVGProps<SVGSVGElement> {
551
+ interface LightColumnsProps extends React.SVGProps<SVGSVGElement> {
292
552
  }
293
- declare const GeneralIconGeneralWebhook: (props: GeneralIconGeneralWebhookProps) => React.JSX.Element;
553
+ declare const LightColumns: (props: LightColumnsProps) => React.JSX.Element;
294
554
 
295
- interface GeneralIconlyLight2UserProps extends React.SVGProps<SVGSVGElement> {
555
+ interface LightCompetenceProps extends React.SVGProps<SVGSVGElement> {
296
556
  }
297
- declare const GeneralIconlyLight2User: (props: GeneralIconlyLight2UserProps) => React.JSX.Element;
557
+ declare const LightCompetence: (props: LightCompetenceProps) => React.JSX.Element;
298
558
 
299
- interface GeneralIconlyLightActivityProps extends React.SVGProps<SVGSVGElement> {
559
+ interface LightCopyProps extends React.SVGProps<SVGSVGElement> {
300
560
  }
301
- declare const GeneralIconlyLightActivity: (props: GeneralIconlyLightActivityProps) => React.JSX.Element;
561
+ declare const LightCopy: (props: LightCopyProps) => React.JSX.Element;
302
562
 
303
- interface GeneralIconlyLightBookmarkProps extends React.SVGProps<SVGSVGElement> {
563
+ interface LightCreateNewItemProps extends React.SVGProps<SVGSVGElement> {
304
564
  }
305
- declare const GeneralIconlyLightBookmark: (props: GeneralIconlyLightBookmarkProps) => React.JSX.Element;
565
+ declare const LightCreateNewItem: (props: LightCreateNewItemProps) => React.JSX.Element;
306
566
 
307
- interface GeneralIconlyLightBuyProps extends React.SVGProps<SVGSVGElement> {
567
+ interface LightCustomFieldProps extends React.SVGProps<SVGSVGElement> {
308
568
  }
309
- declare const GeneralIconlyLightBuy: (props: GeneralIconlyLightBuyProps) => React.JSX.Element;
569
+ declare const LightCustomField: (props: LightCustomFieldProps) => React.JSX.Element;
310
570
 
311
- interface GeneralIconlyLightCalendarProps extends React.SVGProps<SVGSVGElement> {
571
+ interface LightDelete1Props extends React.SVGProps<SVGSVGElement> {
312
572
  }
313
- declare const GeneralIconlyLightCalendar: (props: GeneralIconlyLightCalendarProps) => React.JSX.Element;
573
+ declare const LightDelete1: (props: LightDelete1Props) => React.JSX.Element;
314
574
 
315
- interface GeneralIconlyLightCameraProps extends React.SVGProps<SVGSVGElement> {
575
+ interface LightDeleteProps extends React.SVGProps<SVGSVGElement> {
316
576
  }
317
- declare const GeneralIconlyLightCamera: (props: GeneralIconlyLightCameraProps) => React.JSX.Element;
577
+ declare const LightDelete: (props: LightDeleteProps) => React.JSX.Element;
318
578
 
319
- interface GeneralIconlyLightCategoryProps extends React.SVGProps<SVGSVGElement> {
579
+ interface LightDensityProps extends React.SVGProps<SVGSVGElement> {
320
580
  }
321
- declare const GeneralIconlyLightCategory: (props: GeneralIconlyLightCategoryProps) => React.JSX.Element;
581
+ declare const LightDensity: (props: LightDensityProps) => React.JSX.Element;
322
582
 
323
- interface GeneralIconlyLightChartProps extends React.SVGProps<SVGSVGElement> {
583
+ interface LightDiscountProps extends React.SVGProps<SVGSVGElement> {
324
584
  }
325
- declare const GeneralIconlyLightChart: (props: GeneralIconlyLightChartProps) => React.JSX.Element;
585
+ declare const LightDiscount: (props: LightDiscountProps) => React.JSX.Element;
326
586
 
327
- interface GeneralIconlyLightChatProps extends React.SVGProps<SVGSVGElement> {
587
+ interface LightDiscoveryProps extends React.SVGProps<SVGSVGElement> {
328
588
  }
329
- declare const GeneralIconlyLightChat: (props: GeneralIconlyLightChatProps) => React.JSX.Element;
589
+ declare const LightDiscovery: (props: LightDiscoveryProps) => React.JSX.Element;
330
590
 
331
- interface GeneralIconlyLightCloseSquareProps extends React.SVGProps<SVGSVGElement> {
591
+ interface LightDocumentProps extends React.SVGProps<SVGSVGElement> {
332
592
  }
333
- declare const GeneralIconlyLightCloseSquare: (props: GeneralIconlyLightCloseSquareProps) => React.JSX.Element;
593
+ declare const LightDocument: (props: LightDocumentProps) => React.JSX.Element;
334
594
 
335
- interface GeneralIconlyLightDeleteProps extends React.SVGProps<SVGSVGElement> {
595
+ interface LightDownloadProps extends React.SVGProps<SVGSVGElement> {
336
596
  }
337
- declare const GeneralIconlyLightDelete: (props: GeneralIconlyLightDeleteProps) => React.JSX.Element;
597
+ declare const LightDownload: (props: LightDownloadProps) => React.JSX.Element;
338
598
 
339
- interface GeneralIconlyLightDiscountProps extends React.SVGProps<SVGSVGElement> {
599
+ interface LightEditSquareProps extends React.SVGProps<SVGSVGElement> {
340
600
  }
341
- declare const GeneralIconlyLightDiscount: (props: GeneralIconlyLightDiscountProps) => React.JSX.Element;
601
+ declare const LightEditSquare: (props: LightEditSquareProps) => React.JSX.Element;
342
602
 
343
- interface GeneralIconlyLightDiscoveryProps extends React.SVGProps<SVGSVGElement> {
603
+ interface LightEditProps extends React.SVGProps<SVGSVGElement> {
344
604
  }
345
- declare const GeneralIconlyLightDiscovery: (props: GeneralIconlyLightDiscoveryProps) => React.JSX.Element;
605
+ declare const LightEdit: (props: LightEditProps) => React.JSX.Element;
346
606
 
347
- interface GeneralIconlyLightDocumentProps extends React.SVGProps<SVGSVGElement> {
607
+ interface LightEducationProps extends React.SVGProps<SVGSVGElement> {
348
608
  }
349
- declare const GeneralIconlyLightDocument: (props: GeneralIconlyLightDocumentProps) => React.JSX.Element;
609
+ declare const LightEducation: (props: LightEducationProps) => React.JSX.Element;
350
610
 
351
- interface GeneralIconlyLightDownloadProps extends React.SVGProps<SVGSVGElement> {
611
+ interface LightExport1Props extends React.SVGProps<SVGSVGElement> {
352
612
  }
353
- declare const GeneralIconlyLightDownload: (props: GeneralIconlyLightDownloadProps) => React.JSX.Element;
613
+ declare const LightExport1: (props: LightExport1Props) => React.JSX.Element;
354
614
 
355
- interface GeneralIconlyLightEditSquareProps extends React.SVGProps<SVGSVGElement> {
615
+ interface LightExportProps extends React.SVGProps<SVGSVGElement> {
356
616
  }
357
- declare const GeneralIconlyLightEditSquare: (props: GeneralIconlyLightEditSquareProps) => React.JSX.Element;
617
+ declare const LightExport: (props: LightExportProps) => React.JSX.Element;
358
618
 
359
- interface GeneralIconlyLightEditProps extends React.SVGProps<SVGSVGElement> {
619
+ interface LightFilesProps extends React.SVGProps<SVGSVGElement> {
360
620
  }
361
- declare const GeneralIconlyLightEdit: (props: GeneralIconlyLightEditProps) => React.JSX.Element;
621
+ declare const LightFiles: (props: LightFilesProps) => React.JSX.Element;
362
622
 
363
- interface GeneralIconlyLightFilter3Props extends React.SVGProps<SVGSVGElement> {
623
+ interface LightFilter3Props extends React.SVGProps<SVGSVGElement> {
364
624
  }
365
- declare const GeneralIconlyLightFilter3: (props: GeneralIconlyLightFilter3Props) => React.JSX.Element;
625
+ declare const LightFilter3: (props: LightFilter3Props) => React.JSX.Element;
366
626
 
367
- interface GeneralIconlyLightFilterProps extends React.SVGProps<SVGSVGElement> {
627
+ interface LightFilterProps extends React.SVGProps<SVGSVGElement> {
368
628
  }
369
- declare const GeneralIconlyLightFilter: (props: GeneralIconlyLightFilterProps) => React.JSX.Element;
629
+ declare const LightFilter: (props: LightFilterProps) => React.JSX.Element;
370
630
 
371
- interface GeneralIconlyLightFolderProps extends React.SVGProps<SVGSVGElement> {
631
+ interface LightFolder1Props extends React.SVGProps<SVGSVGElement> {
372
632
  }
373
- declare const GeneralIconlyLightFolder: (props: GeneralIconlyLightFolderProps) => React.JSX.Element;
633
+ declare const LightFolder1: (props: LightFolder1Props) => React.JSX.Element;
374
634
 
375
- interface GeneralIconlyLightGraphProps extends React.SVGProps<SVGSVGElement> {
635
+ interface LightFolderProps extends React.SVGProps<SVGSVGElement> {
376
636
  }
377
- declare const GeneralIconlyLightGraph: (props: GeneralIconlyLightGraphProps) => React.JSX.Element;
637
+ declare const LightFolder: (props: LightFolderProps) => React.JSX.Element;
378
638
 
379
- interface GeneralIconlyLightHeartProps extends React.SVGProps<SVGSVGElement> {
639
+ interface LightGalleryAddProps extends React.SVGProps<SVGSVGElement> {
380
640
  }
381
- declare const GeneralIconlyLightHeart: (props: GeneralIconlyLightHeartProps) => React.JSX.Element;
641
+ declare const LightGalleryAdd: (props: LightGalleryAddProps) => React.JSX.Element;
382
642
 
383
- interface GeneralIconlyLightHideProps extends React.SVGProps<SVGSVGElement> {
643
+ interface LightGalleryEditProps extends React.SVGProps<SVGSVGElement> {
384
644
  }
385
- declare const GeneralIconlyLightHide: (props: GeneralIconlyLightHideProps) => React.JSX.Element;
645
+ declare const LightGalleryEdit: (props: LightGalleryEditProps) => React.JSX.Element;
386
646
 
387
- interface GeneralIconlyLightHomeProps extends React.SVGProps<SVGSVGElement> {
647
+ interface LightGiftProps extends React.SVGProps<SVGSVGElement> {
388
648
  }
389
- declare const GeneralIconlyLightHome: (props: GeneralIconlyLightHomeProps) => React.JSX.Element;
649
+ declare const LightGift: (props: LightGiftProps) => React.JSX.Element;
390
650
 
391
- interface GeneralIconlyLightImageProps extends React.SVGProps<SVGSVGElement> {
651
+ interface LightGlobalSettingsProps extends React.SVGProps<SVGSVGElement> {
392
652
  }
393
- declare const GeneralIconlyLightImage: (props: GeneralIconlyLightImageProps) => React.JSX.Element;
653
+ declare const LightGlobalSettings: (props: LightGlobalSettingsProps) => React.JSX.Element;
394
654
 
395
- interface GeneralIconlyLightLocationProps extends React.SVGProps<SVGSVGElement> {
655
+ interface LightGraphProps extends React.SVGProps<SVGSVGElement> {
396
656
  }
397
- declare const GeneralIconlyLightLocation: (props: GeneralIconlyLightLocationProps) => React.JSX.Element;
657
+ declare const LightGraph: (props: LightGraphProps) => React.JSX.Element;
398
658
 
399
- interface GeneralIconlyLightLockProps extends React.SVGProps<SVGSVGElement> {
659
+ interface LightHrmProps extends React.SVGProps<SVGSVGElement> {
400
660
  }
401
- declare const GeneralIconlyLightLock: (props: GeneralIconlyLightLockProps) => React.JSX.Element;
661
+ declare const LightHrm: (props: LightHrmProps) => React.JSX.Element;
402
662
 
403
- interface GeneralIconlyLightLoginProps extends React.SVGProps<SVGSVGElement> {
663
+ interface LightHeartProps extends React.SVGProps<SVGSVGElement> {
404
664
  }
405
- declare const GeneralIconlyLightLogin: (props: GeneralIconlyLightLoginProps) => React.JSX.Element;
665
+ declare const LightHeart: (props: LightHeartProps) => React.JSX.Element;
406
666
 
407
- interface GeneralIconlyLightLogoutProps extends React.SVGProps<SVGSVGElement> {
667
+ interface LightHelpCenterProps extends React.SVGProps<SVGSVGElement> {
408
668
  }
409
- declare const GeneralIconlyLightLogout: (props: GeneralIconlyLightLogoutProps) => React.JSX.Element;
669
+ declare const LightHelpCenter: (props: LightHelpCenterProps) => React.JSX.Element;
410
670
 
411
- interface GeneralIconlyLightMessageProps extends React.SVGProps<SVGSVGElement> {
671
+ interface LightHideProps extends React.SVGProps<SVGSVGElement> {
412
672
  }
413
- declare const GeneralIconlyLightMessage: (props: GeneralIconlyLightMessageProps) => React.JSX.Element;
673
+ declare const LightHide: (props: LightHideProps) => React.JSX.Element;
414
674
 
415
- interface GeneralIconlyLightMoreCircleProps extends React.SVGProps<SVGSVGElement> {
675
+ interface LightHomeProps extends React.SVGProps<SVGSVGElement> {
416
676
  }
417
- declare const GeneralIconlyLightMoreCircle: (props: GeneralIconlyLightMoreCircleProps) => React.JSX.Element;
677
+ declare const LightHome: (props: LightHomeProps) => React.JSX.Element;
418
678
 
419
- interface GeneralIconlyLightMoreSquareProps extends React.SVGProps<SVGSVGElement> {
679
+ interface LightIceContactsProps extends React.SVGProps<SVGSVGElement> {
420
680
  }
421
- declare const GeneralIconlyLightMoreSquare: (props: GeneralIconlyLightMoreSquareProps) => React.JSX.Element;
681
+ declare const LightIceContacts: (props: LightIceContactsProps) => React.JSX.Element;
422
682
 
423
- interface GeneralIconlyLightNotificationProps extends React.SVGProps<SVGSVGElement> {
683
+ interface LightIdeaProps extends React.SVGProps<SVGSVGElement> {
424
684
  }
425
- declare const GeneralIconlyLightNotification: (props: GeneralIconlyLightNotificationProps) => React.JSX.Element;
685
+ declare const LightIdea: (props: LightIdeaProps) => React.JSX.Element;
426
686
 
427
- interface GeneralIconlyLightPaperDownloadProps extends React.SVGProps<SVGSVGElement> {
687
+ interface LightImageProps extends React.SVGProps<SVGSVGElement> {
428
688
  }
429
- declare const GeneralIconlyLightPaperDownload: (props: GeneralIconlyLightPaperDownloadProps) => React.JSX.Element;
689
+ declare const LightImage: (props: LightImageProps) => React.JSX.Element;
430
690
 
431
- interface GeneralIconlyLightPaperFailProps extends React.SVGProps<SVGSVGElement> {
691
+ interface LightImportProps extends React.SVGProps<SVGSVGElement> {
432
692
  }
433
- declare const GeneralIconlyLightPaperFail: (props: GeneralIconlyLightPaperFailProps) => React.JSX.Element;
693
+ declare const LightImport: (props: LightImportProps) => React.JSX.Element;
434
694
 
435
- interface GeneralIconlyLightPaperNegativeProps extends React.SVGProps<SVGSVGElement> {
695
+ interface LightInfoProps extends React.SVGProps<SVGSVGElement> {
436
696
  }
437
- declare const GeneralIconlyLightPaperNegative: (props: GeneralIconlyLightPaperNegativeProps) => React.JSX.Element;
697
+ declare const LightInfo: (props: LightInfoProps) => React.JSX.Element;
438
698
 
439
- interface GeneralIconlyLightPaperPlusProps extends React.SVGProps<SVGSVGElement> {
699
+ interface LightIntegrationsProps extends React.SVGProps<SVGSVGElement> {
440
700
  }
441
- declare const GeneralIconlyLightPaperPlus: (props: GeneralIconlyLightPaperPlusProps) => React.JSX.Element;
701
+ declare const LightIntegrations: (props: LightIntegrationsProps) => React.JSX.Element;
442
702
 
443
- interface GeneralIconlyLightPaperUploadProps extends React.SVGProps<SVGSVGElement> {
703
+ interface LightIntercomProps extends React.SVGProps<SVGSVGElement> {
444
704
  }
445
- declare const GeneralIconlyLightPaperUpload: (props: GeneralIconlyLightPaperUploadProps) => React.JSX.Element;
705
+ declare const LightIntercom: (props: LightIntercomProps) => React.JSX.Element;
446
706
 
447
- interface GeneralIconlyLightPaperProps extends React.SVGProps<SVGSVGElement> {
707
+ interface LightKeyProps extends React.SVGProps<SVGSVGElement> {
448
708
  }
449
- declare const GeneralIconlyLightPaper: (props: GeneralIconlyLightPaperProps) => React.JSX.Element;
709
+ declare const LightKey: (props: LightKeyProps) => React.JSX.Element;
450
710
 
451
- interface GeneralIconlyLightPasswordProps extends React.SVGProps<SVGSVGElement> {
711
+ interface LightLearningHubRegisterProps extends React.SVGProps<SVGSVGElement> {
452
712
  }
453
- declare const GeneralIconlyLightPassword: (props: GeneralIconlyLightPasswordProps) => React.JSX.Element;
713
+ declare const LightLearningHubRegister: (props: LightLearningHubRegisterProps) => React.JSX.Element;
454
714
 
455
- interface GeneralIconlyLightPlusProps extends React.SVGProps<SVGSVGElement> {
715
+ interface LightLink2Props extends React.SVGProps<SVGSVGElement> {
456
716
  }
457
- declare const GeneralIconlyLightPlus: (props: GeneralIconlyLightPlusProps) => React.JSX.Element;
717
+ declare const LightLink2: (props: LightLink2Props) => React.JSX.Element;
458
718
 
459
- interface GeneralIconlyLightProfileProps extends React.SVGProps<SVGSVGElement> {
719
+ interface LightLinkProps extends React.SVGProps<SVGSVGElement> {
460
720
  }
461
- declare const GeneralIconlyLightProfile: (props: GeneralIconlyLightProfileProps) => React.JSX.Element;
721
+ declare const LightLink: (props: LightLinkProps) => React.JSX.Element;
462
722
 
463
- interface GeneralIconlyLightScanProps extends React.SVGProps<SVGSVGElement> {
723
+ interface LightListProps extends React.SVGProps<SVGSVGElement> {
464
724
  }
465
- declare const GeneralIconlyLightScan: (props: GeneralIconlyLightScanProps) => React.JSX.Element;
725
+ declare const LightList: (props: LightListProps) => React.JSX.Element;
466
726
 
467
- interface GeneralIconlyLightSendProps extends React.SVGProps<SVGSVGElement> {
727
+ interface LightLocationProps extends React.SVGProps<SVGSVGElement> {
468
728
  }
469
- declare const GeneralIconlyLightSend: (props: GeneralIconlyLightSendProps) => React.JSX.Element;
729
+ declare const LightLocation: (props: LightLocationProps) => React.JSX.Element;
470
730
 
471
- interface GeneralIconlyLightSettingProps extends React.SVGProps<SVGSVGElement> {
731
+ interface LightLockProps extends React.SVGProps<SVGSVGElement> {
472
732
  }
473
- declare const GeneralIconlyLightSetting: (props: GeneralIconlyLightSettingProps) => React.JSX.Element;
733
+ declare const LightLock: (props: LightLockProps) => React.JSX.Element;
474
734
 
475
- interface GeneralIconlyLightShieldDoneProps extends React.SVGProps<SVGSVGElement> {
735
+ interface LightLoginProps extends React.SVGProps<SVGSVGElement> {
476
736
  }
477
- declare const GeneralIconlyLightShieldDone: (props: GeneralIconlyLightShieldDoneProps) => React.JSX.Element;
737
+ declare const LightLogin: (props: LightLoginProps) => React.JSX.Element;
478
738
 
479
- interface GeneralIconlyLightShieldFailProps extends React.SVGProps<SVGSVGElement> {
739
+ interface LightLogoutProps extends React.SVGProps<SVGSVGElement> {
480
740
  }
481
- declare const GeneralIconlyLightShieldFail: (props: GeneralIconlyLightShieldFailProps) => React.JSX.Element;
741
+ declare const LightLogout: (props: LightLogoutProps) => React.JSX.Element;
482
742
 
483
- interface GeneralIconlyLightShowProps extends React.SVGProps<SVGSVGElement> {
743
+ interface LightMagicpenProps extends React.SVGProps<SVGSVGElement> {
484
744
  }
485
- declare const GeneralIconlyLightShow: (props: GeneralIconlyLightShowProps) => React.JSX.Element;
745
+ declare const LightMagicpen: (props: LightMagicpenProps) => React.JSX.Element;
486
746
 
487
- interface GeneralIconlyLightStarProps extends React.SVGProps<SVGSVGElement> {
747
+ interface LightMessage1Props extends React.SVGProps<SVGSVGElement> {
488
748
  }
489
- declare const GeneralIconlyLightStar: (props: GeneralIconlyLightStarProps) => React.JSX.Element;
749
+ declare const LightMessage1: (props: LightMessage1Props) => React.JSX.Element;
490
750
 
491
- interface GeneralIconlyLightTimeCircleProps extends React.SVGProps<SVGSVGElement> {
751
+ interface LightMessageAddProps extends React.SVGProps<SVGSVGElement> {
492
752
  }
493
- declare const GeneralIconlyLightTimeCircle: (props: GeneralIconlyLightTimeCircleProps) => React.JSX.Element;
753
+ declare const LightMessageAdd: (props: LightMessageAddProps) => React.JSX.Element;
494
754
 
495
- interface GeneralIconlyLightUnlockProps extends React.SVGProps<SVGSVGElement> {
755
+ interface LightMessageProps extends React.SVGProps<SVGSVGElement> {
496
756
  }
497
- declare const GeneralIconlyLightUnlock: (props: GeneralIconlyLightUnlockProps) => React.JSX.Element;
757
+ declare const LightMessage: (props: LightMessageProps) => React.JSX.Element;
498
758
 
499
- interface GeneralIconlyLightUploadProps extends React.SVGProps<SVGSVGElement> {
759
+ interface LightMoreCircleProps extends React.SVGProps<SVGSVGElement> {
500
760
  }
501
- declare const GeneralIconlyLightUpload: (props: GeneralIconlyLightUploadProps) => React.JSX.Element;
761
+ declare const LightMoreCircle: (props: LightMoreCircleProps) => React.JSX.Element;
502
762
 
503
- interface GeneralIconlyLightWalletProps extends React.SVGProps<SVGSVGElement> {
763
+ interface LightMoreSquareProps extends React.SVGProps<SVGSVGElement> {
504
764
  }
505
- declare const GeneralIconlyLightWallet: (props: GeneralIconlyLightWalletProps) => React.JSX.Element;
765
+ declare const LightMoreSquare: (props: LightMoreSquareProps) => React.JSX.Element;
506
766
 
507
- interface GeneralIconlyLightWorkProps extends React.SVGProps<SVGSVGElement> {
767
+ interface LightNewChatProps extends React.SVGProps<SVGSVGElement> {
508
768
  }
509
- declare const GeneralIconlyLightWork: (props: GeneralIconlyLightWorkProps) => React.JSX.Element;
769
+ declare const LightNewChat: (props: LightNewChatProps) => React.JSX.Element;
510
770
 
511
- interface GeneralIconsArrowResetTimer2Props extends React.SVGProps<SVGSVGElement> {
771
+ interface LightNotificationProps extends React.SVGProps<SVGSVGElement> {
512
772
  }
513
- declare const GeneralIconsArrowResetTimer2: (props: GeneralIconsArrowResetTimer2Props) => React.JSX.Element;
773
+ declare const LightNotification: (props: LightNotificationProps) => React.JSX.Element;
514
774
 
515
- interface GeneralIconsGeneral3UserProps extends React.SVGProps<SVGSVGElement> {
775
+ interface LightOtherSettingsProps extends React.SVGProps<SVGSVGElement> {
516
776
  }
517
- declare const GeneralIconsGeneral3User: (props: GeneralIconsGeneral3UserProps) => React.JSX.Element;
777
+ declare const LightOtherSettings: (props: LightOtherSettingsProps) => React.JSX.Element;
518
778
 
519
- interface GeneralIconsGeneralIdeaProps extends React.SVGProps<SVGSVGElement> {
779
+ interface LightPoBoxProps extends React.SVGProps<SVGSVGElement> {
520
780
  }
521
- declare const GeneralIconsGeneralIdea: (props: GeneralIconsGeneralIdeaProps) => React.JSX.Element;
781
+ declare const LightPoBox: (props: LightPoBoxProps) => React.JSX.Element;
522
782
 
523
- interface GeneralIconsGeneralLink2Props extends React.SVGProps<SVGSVGElement> {
783
+ interface LightPaperDownloadProps extends React.SVGProps<SVGSVGElement> {
524
784
  }
525
- declare const GeneralIconsGeneralLink2: (props: GeneralIconsGeneralLink2Props) => React.JSX.Element;
785
+ declare const LightPaperDownload: (props: LightPaperDownloadProps) => React.JSX.Element;
526
786
 
527
- interface GeneralIconsGeneralSearchProps extends React.SVGProps<SVGSVGElement> {
787
+ interface LightPaperFailProps extends React.SVGProps<SVGSVGElement> {
528
788
  }
529
- declare const GeneralIconsGeneralSearch: (props: GeneralIconsGeneralSearchProps) => React.JSX.Element;
789
+ declare const LightPaperFail: (props: LightPaperFailProps) => React.JSX.Element;
530
790
 
531
- interface GeneralIconsGeneralShuffleProps extends React.SVGProps<SVGSVGElement> {
791
+ interface LightPaperNegativeProps extends React.SVGProps<SVGSVGElement> {
532
792
  }
533
- declare const GeneralIconsGeneralShuffle: (props: GeneralIconsGeneralShuffleProps) => React.JSX.Element;
793
+ declare const LightPaperNegative: (props: LightPaperNegativeProps) => React.JSX.Element;
534
794
 
535
- interface GeneralIconsGeneralAddUserProps extends React.SVGProps<SVGSVGElement> {
795
+ interface LightPaperPlusProps extends React.SVGProps<SVGSVGElement> {
536
796
  }
537
- declare const GeneralIconsGeneralAddUser: (props: GeneralIconsGeneralAddUserProps) => React.JSX.Element;
797
+ declare const LightPaperPlus: (props: LightPaperPlusProps) => React.JSX.Element;
538
798
 
539
- interface GeneralIconsGeneralAlighnmentProps extends React.SVGProps<SVGSVGElement> {
799
+ interface LightPaperUploadProps extends React.SVGProps<SVGSVGElement> {
540
800
  }
541
- declare const GeneralIconsGeneralAlighnment: (props: GeneralIconsGeneralAlighnmentProps) => React.JSX.Element;
801
+ declare const LightPaperUpload: (props: LightPaperUploadProps) => React.JSX.Element;
542
802
 
543
- interface GeneralIconsGeneralAttachProps extends React.SVGProps<SVGSVGElement> {
803
+ interface LightPaperProps extends React.SVGProps<SVGSVGElement> {
544
804
  }
545
- declare const GeneralIconsGeneralAttach: (props: GeneralIconsGeneralAttachProps) => React.JSX.Element;
805
+ declare const LightPaper: (props: LightPaperProps) => React.JSX.Element;
546
806
 
547
- interface GeneralIconsGeneralAutomationProps extends React.SVGProps<SVGSVGElement> {
807
+ interface LightPasswordProps extends React.SVGProps<SVGSVGElement> {
548
808
  }
549
- declare const GeneralIconsGeneralAutomation: (props: GeneralIconsGeneralAutomationProps) => React.JSX.Element;
809
+ declare const LightPassword: (props: LightPasswordProps) => React.JSX.Element;
550
810
 
551
- interface GeneralIconsGeneralBankProps extends React.SVGProps<SVGSVGElement> {
811
+ interface LightPercentageProps extends React.SVGProps<SVGSVGElement> {
552
812
  }
553
- declare const GeneralIconsGeneralBank: (props: GeneralIconsGeneralBankProps) => React.JSX.Element;
813
+ declare const LightPercentage: (props: LightPercentageProps) => React.JSX.Element;
554
814
 
555
- interface GeneralIconsGeneralBuildingProps extends React.SVGProps<SVGSVGElement> {
815
+ interface LightPieChartProps extends React.SVGProps<SVGSVGElement> {
556
816
  }
557
- declare const GeneralIconsGeneralBuilding: (props: GeneralIconsGeneralBuildingProps) => React.JSX.Element;
817
+ declare const LightPieChart: (props: LightPieChartProps) => React.JSX.Element;
558
818
 
559
- interface GeneralIconsGeneralCandidateAnonymousProps extends React.SVGProps<SVGSVGElement> {
819
+ interface LightPlusProps extends React.SVGProps<SVGSVGElement> {
560
820
  }
561
- declare const GeneralIconsGeneralCandidateAnonymous: (props: GeneralIconsGeneralCandidateAnonymousProps) => React.JSX.Element;
821
+ declare const LightPlus: (props: LightPlusProps) => React.JSX.Element;
562
822
 
563
- interface GeneralIconsGeneralDeadlineDateProps extends React.SVGProps<SVGSVGElement> {
823
+ interface LightProfileProps extends React.SVGProps<SVGSVGElement> {
564
824
  }
565
- declare const GeneralIconsGeneralDeadlineDate: (props: GeneralIconsGeneralDeadlineDateProps) => React.JSX.Element;
825
+ declare const LightProfile: (props: LightProfileProps) => React.JSX.Element;
566
826
 
567
- interface GeneralIconsGeneralFlag1Props extends React.SVGProps<SVGSVGElement> {
827
+ interface LightRemoveArchiveProps extends React.SVGProps<SVGSVGElement> {
568
828
  }
569
- declare const GeneralIconsGeneralFlag1: (props: GeneralIconsGeneralFlag1Props) => React.JSX.Element;
829
+ declare const LightRemoveArchive: (props: LightRemoveArchiveProps) => React.JSX.Element;
570
830
 
571
- interface GeneralIconsGeneralFlagProps extends React.SVGProps<SVGSVGElement> {
831
+ interface LightSaveFavouriteProps extends React.SVGProps<SVGSVGElement> {
572
832
  }
573
- declare const GeneralIconsGeneralFlag: (props: GeneralIconsGeneralFlagProps) => React.JSX.Element;
833
+ declare const LightSaveFavourite: (props: LightSaveFavouriteProps) => React.JSX.Element;
574
834
 
575
- interface GeneralIconsGeneralMessagesProps extends React.SVGProps<SVGSVGElement> {
835
+ interface LightSaveRemoveProps extends React.SVGProps<SVGSVGElement> {
576
836
  }
577
- declare const GeneralIconsGeneralMessages: (props: GeneralIconsGeneralMessagesProps) => React.JSX.Element;
837
+ declare const LightSaveRemove: (props: LightSaveRemoveProps) => React.JSX.Element;
578
838
 
579
- interface GeneralIconsGeneralPieChartProps extends React.SVGProps<SVGSVGElement> {
839
+ interface LightScanProps extends React.SVGProps<SVGSVGElement> {
580
840
  }
581
- declare const GeneralIconsGeneralPieChart: (props: GeneralIconsGeneralPieChartProps) => React.JSX.Element;
841
+ declare const LightScan: (props: LightScanProps) => React.JSX.Element;
582
842
 
583
- interface GeneralIconsGeneralPrinterProps extends React.SVGProps<SVGSVGElement> {
843
+ interface LightScheduleTalkProps extends React.SVGProps<SVGSVGElement> {
584
844
  }
585
- declare const GeneralIconsGeneralPrinter: (props: GeneralIconsGeneralPrinterProps) => React.JSX.Element;
845
+ declare const LightScheduleTalk: (props: LightScheduleTalkProps) => React.JSX.Element;
586
846
 
587
- interface GeneralIconsGeneralProfileProps extends React.SVGProps<SVGSVGElement> {
847
+ interface LightSearchProps extends React.SVGProps<SVGSVGElement> {
588
848
  }
589
- declare const GeneralIconsGeneralProfile: (props: GeneralIconsGeneralProfileProps) => React.JSX.Element;
849
+ declare const LightSearch: (props: LightSearchProps) => React.JSX.Element;
590
850
 
591
- interface GeneralIconsGeneralSetting2Props extends React.SVGProps<SVGSVGElement> {
851
+ interface LightSendProps extends React.SVGProps<SVGSVGElement> {
592
852
  }
593
- declare const GeneralIconsGeneralSetting2: (props: GeneralIconsGeneralSetting2Props) => React.JSX.Element;
853
+ declare const LightSend: (props: LightSendProps) => React.JSX.Element;
594
854
 
595
- interface GeneralIconsGeneralStrategyProps extends React.SVGProps<SVGSVGElement> {
855
+ interface LightSettingProps extends React.SVGProps<SVGSVGElement> {
596
856
  }
597
- declare const GeneralIconsGeneralStrategy: (props: GeneralIconsGeneralStrategyProps) => React.JSX.Element;
857
+ declare const LightSetting: (props: LightSettingProps) => React.JSX.Element;
598
858
 
599
- interface GeneralIconsGeneralTargetProps extends React.SVGProps<SVGSVGElement> {
859
+ interface LightShieldDoneProps extends React.SVGProps<SVGSVGElement> {
600
860
  }
601
- declare const GeneralIconsGeneralTarget: (props: GeneralIconsGeneralTargetProps) => React.JSX.Element;
861
+ declare const LightShieldDone: (props: LightShieldDoneProps) => React.JSX.Element;
602
862
 
603
- interface GeneralIconsGeneralTickProps extends React.SVGProps<SVGSVGElement> {
863
+ interface LightShieldFailProps extends React.SVGProps<SVGSVGElement> {
604
864
  }
605
- declare const GeneralIconsGeneralTick: (props: GeneralIconsGeneralTickProps) => React.JSX.Element;
865
+ declare const LightShieldFail: (props: LightShieldFailProps) => React.JSX.Element;
606
866
 
607
- interface GeneralIconsGeneralUser2Props extends React.SVGProps<SVGSVGElement> {
867
+ interface LightShowProps extends React.SVGProps<SVGSVGElement> {
608
868
  }
609
- declare const GeneralIconsGeneralUser2: (props: GeneralIconsGeneralUser2Props) => React.JSX.Element;
869
+ declare const LightShow: (props: LightShowProps) => React.JSX.Element;
610
870
 
611
- interface GeneralVuesaxLinearBriefcaseProps extends React.SVGProps<SVGSVGElement> {
871
+ interface LightShuffleProps extends React.SVGProps<SVGSVGElement> {
612
872
  }
613
- declare const GeneralVuesaxLinearBriefcase: (props: GeneralVuesaxLinearBriefcaseProps) => React.JSX.Element;
873
+ declare const LightShuffle: (props: LightShuffleProps) => React.JSX.Element;
614
874
 
615
- interface GeneralVuesaxLinearClock1Props extends React.SVGProps<SVGSVGElement> {
875
+ interface LightSignpostProps extends React.SVGProps<SVGSVGElement> {
616
876
  }
617
- declare const GeneralVuesaxLinearClock1: (props: GeneralVuesaxLinearClock1Props) => React.JSX.Element;
877
+ declare const LightSignpost: (props: LightSignpostProps) => React.JSX.Element;
618
878
 
619
- interface GeneralVuesaxLinearClockProps extends React.SVGProps<SVGSVGElement> {
879
+ interface LightSmsProps extends React.SVGProps<SVGSVGElement> {
620
880
  }
621
- declare const GeneralVuesaxLinearClock: (props: GeneralVuesaxLinearClockProps) => React.JSX.Element;
881
+ declare const LightSms: (props: LightSmsProps) => React.JSX.Element;
622
882
 
623
- interface GeneralVuesaxLinearCopyProps extends React.SVGProps<SVGSVGElement> {
883
+ interface LightStarProps extends React.SVGProps<SVGSVGElement> {
624
884
  }
625
- declare const GeneralVuesaxLinearCopy: (props: GeneralVuesaxLinearCopyProps) => React.JSX.Element;
885
+ declare const LightStar: (props: LightStarProps) => React.JSX.Element;
626
886
 
627
- interface GeneralVuesaxLinearCustomFieldProps extends React.SVGProps<SVGSVGElement> {
887
+ interface LightSuccessProps extends React.SVGProps<SVGSVGElement> {
628
888
  }
629
- declare const GeneralVuesaxLinearCustomField: (props: GeneralVuesaxLinearCustomFieldProps) => React.JSX.Element;
889
+ declare const LightSuccess: (props: LightSuccessProps) => React.JSX.Element;
630
890
 
631
- interface GeneralVuesaxLinearExport1Props extends React.SVGProps<SVGSVGElement> {
891
+ interface LightSunProps extends React.SVGProps<SVGSVGElement> {
632
892
  }
633
- declare const GeneralVuesaxLinearExport1: (props: GeneralVuesaxLinearExport1Props) => React.JSX.Element;
893
+ declare const LightSun: (props: LightSunProps) => React.JSX.Element;
634
894
 
635
- interface GeneralVuesaxLinearExportProps extends React.SVGProps<SVGSVGElement> {
895
+ interface LightTasksProps extends React.SVGProps<SVGSVGElement> {
636
896
  }
637
- declare const GeneralVuesaxLinearExport: (props: GeneralVuesaxLinearExportProps) => React.JSX.Element;
897
+ declare const LightTasks: (props: LightTasksProps) => React.JSX.Element;
638
898
 
639
- interface GeneralVuesaxLinearFolder2Props extends React.SVGProps<SVGSVGElement> {
899
+ interface LightTimeCircleProps extends React.SVGProps<SVGSVGElement> {
640
900
  }
641
- declare const GeneralVuesaxLinearFolder2: (props: GeneralVuesaxLinearFolder2Props) => React.JSX.Element;
901
+ declare const LightTimeCircle: (props: LightTimeCircleProps) => React.JSX.Element;
642
902
 
643
- interface GeneralVuesaxLinearGalleryAddProps extends React.SVGProps<SVGSVGElement> {
903
+ interface LightTimerPauseProps extends React.SVGProps<SVGSVGElement> {
644
904
  }
645
- declare const GeneralVuesaxLinearGalleryAdd: (props: GeneralVuesaxLinearGalleryAddProps) => React.JSX.Element;
905
+ declare const LightTimerPause: (props: LightTimerPauseProps) => React.JSX.Element;
646
906
 
647
- interface GeneralVuesaxLinearGalleryEditProps extends React.SVGProps<SVGSVGElement> {
907
+ interface LightTimerResetProps extends React.SVGProps<SVGSVGElement> {
648
908
  }
649
- declare const GeneralVuesaxLinearGalleryEdit: (props: GeneralVuesaxLinearGalleryEditProps) => React.JSX.Element;
909
+ declare const LightTimerReset: (props: LightTimerResetProps) => React.JSX.Element;
650
910
 
651
- interface GeneralVuesaxLinearGiftProps extends React.SVGProps<SVGSVGElement> {
911
+ interface LightUnlockProps extends React.SVGProps<SVGSVGElement> {
652
912
  }
653
- declare const GeneralVuesaxLinearGift: (props: GeneralVuesaxLinearGiftProps) => React.JSX.Element;
913
+ declare const LightUnlock: (props: LightUnlockProps) => React.JSX.Element;
654
914
 
655
- interface GeneralVuesaxLinearHelpCenterProps extends React.SVGProps<SVGSVGElement> {
915
+ interface LightUploadProps extends React.SVGProps<SVGSVGElement> {
656
916
  }
657
- declare const GeneralVuesaxLinearHelpCenter: (props: GeneralVuesaxLinearHelpCenterProps) => React.JSX.Element;
917
+ declare const LightUpload: (props: LightUploadProps) => React.JSX.Element;
658
918
 
659
- interface GeneralVuesaxLinearImageProps extends React.SVGProps<SVGSVGElement> {
919
+ interface LightUser2Props extends React.SVGProps<SVGSVGElement> {
660
920
  }
661
- declare const GeneralVuesaxLinearImage: (props: GeneralVuesaxLinearImageProps) => React.JSX.Element;
921
+ declare const LightUser2: (props: LightUser2Props) => React.JSX.Element;
662
922
 
663
- interface GeneralVuesaxLinearImportProps extends React.SVGProps<SVGSVGElement> {
923
+ interface LightUserProps extends React.SVGProps<SVGSVGElement> {
664
924
  }
665
- declare const GeneralVuesaxLinearImport: (props: GeneralVuesaxLinearImportProps) => React.JSX.Element;
925
+ declare const LightUser: (props: LightUserProps) => React.JSX.Element;
666
926
 
667
- interface GeneralVuesaxLinearKeyProps extends React.SVGProps<SVGSVGElement> {
927
+ interface LightVideoProps extends React.SVGProps<SVGSVGElement> {
668
928
  }
669
- declare const GeneralVuesaxLinearKey: (props: GeneralVuesaxLinearKeyProps) => React.JSX.Element;
929
+ declare const LightVideo: (props: LightVideoProps) => React.JSX.Element;
670
930
 
671
- interface GeneralVuesaxLinearMagicpenProps extends React.SVGProps<SVGSVGElement> {
931
+ interface LightWalletProps extends React.SVGProps<SVGSVGElement> {
672
932
  }
673
- declare const GeneralVuesaxLinearMagicpen: (props: GeneralVuesaxLinearMagicpenProps) => React.JSX.Element;
933
+ declare const LightWallet: (props: LightWalletProps) => React.JSX.Element;
674
934
 
675
- interface GeneralVuesaxLinearMessageAddProps extends React.SVGProps<SVGSVGElement> {
935
+ interface LightWarningProps extends React.SVGProps<SVGSVGElement> {
676
936
  }
677
- declare const GeneralVuesaxLinearMessageAdd: (props: GeneralVuesaxLinearMessageAddProps) => React.JSX.Element;
937
+ declare const LightWarning: (props: LightWarningProps) => React.JSX.Element;
678
938
 
679
- interface GeneralVuesaxLinearPercentageSquareProps extends React.SVGProps<SVGSVGElement> {
939
+ interface LightWebhooksProps extends React.SVGProps<SVGSVGElement> {
680
940
  }
681
- declare const GeneralVuesaxLinearPercentageSquare: (props: GeneralVuesaxLinearPercentageSquareProps) => React.JSX.Element;
941
+ declare const LightWebhooks: (props: LightWebhooksProps) => React.JSX.Element;
682
942
 
683
- interface GeneralVuesaxLinearSignpostProps extends React.SVGProps<SVGSVGElement> {
943
+ interface LightWebsiteProps extends React.SVGProps<SVGSVGElement> {
684
944
  }
685
- declare const GeneralVuesaxLinearSignpost: (props: GeneralVuesaxLinearSignpostProps) => React.JSX.Element;
945
+ declare const LightWebsite: (props: LightWebsiteProps) => React.JSX.Element;
686
946
 
687
- interface GeneralVuesaxLinearSmsProps extends React.SVGProps<SVGSVGElement> {
947
+ interface LightWorkProps extends React.SVGProps<SVGSVGElement> {
688
948
  }
689
- declare const GeneralVuesaxLinearSms: (props: GeneralVuesaxLinearSmsProps) => React.JSX.Element;
949
+ declare const LightWork: (props: LightWorkProps) => React.JSX.Element;
690
950
 
691
- interface GeneralVuesaxLinearSunProps extends React.SVGProps<SVGSVGElement> {
951
+ interface LightAddUserProps extends React.SVGProps<SVGSVGElement> {
692
952
  }
693
- declare const GeneralVuesaxLinearSun: (props: GeneralVuesaxLinearSunProps) => React.JSX.Element;
953
+ declare const LightAddUser: (props: LightAddUserProps) => React.JSX.Element;
694
954
 
695
- interface GeneralVuesaxLinearTaskSquareProps extends React.SVGProps<SVGSVGElement> {
955
+ interface LightAutomationProps extends React.SVGProps<SVGSVGElement> {
696
956
  }
697
- declare const GeneralVuesaxLinearTaskSquare: (props: GeneralVuesaxLinearTaskSquareProps) => React.JSX.Element;
957
+ declare const LightAutomation: (props: LightAutomationProps) => React.JSX.Element;
698
958
 
699
- interface GeneralVuesaxLinearTeacherProps extends React.SVGProps<SVGSVGElement> {
959
+ interface LightBankProps extends React.SVGProps<SVGSVGElement> {
700
960
  }
701
- declare const GeneralVuesaxLinearTeacher: (props: GeneralVuesaxLinearTeacherProps) => React.JSX.Element;
961
+ declare const LightBank: (props: LightBankProps) => React.JSX.Element;
702
962
 
703
- interface GeneralVuesaxLinearTimerPauseProps extends React.SVGProps<SVGSVGElement> {
963
+ interface LightCandidateAnonymousProps extends React.SVGProps<SVGSVGElement> {
704
964
  }
705
- declare const GeneralVuesaxLinearTimerPause: (props: GeneralVuesaxLinearTimerPauseProps) => React.JSX.Element;
965
+ declare const LightCandidateAnonymous: (props: LightCandidateAnonymousProps) => React.JSX.Element;
706
966
 
707
- interface IconsArrowResetTimer2Props extends React.SVGProps<SVGSVGElement> {
967
+ interface LightDeadlineDateProps extends React.SVGProps<SVGSVGElement> {
708
968
  }
709
- declare const IconsArrowResetTimer2: (props: IconsArrowResetTimer2Props) => React.JSX.Element;
969
+ declare const LightDeadlineDate: (props: LightDeadlineDateProps) => React.JSX.Element;
710
970
 
711
- interface IconsGeneral3UserProps extends React.SVGProps<SVGSVGElement> {
971
+ interface LightFlag1Props extends React.SVGProps<SVGSVGElement> {
712
972
  }
713
- declare const IconsGeneral3User: (props: IconsGeneral3UserProps) => React.JSX.Element;
973
+ declare const LightFlag1: (props: LightFlag1Props) => React.JSX.Element;
714
974
 
715
- interface IconsGeneralIdeaProps extends React.SVGProps<SVGSVGElement> {
975
+ interface LightFlagProps extends React.SVGProps<SVGSVGElement> {
716
976
  }
717
- declare const IconsGeneralIdea: (props: IconsGeneralIdeaProps) => React.JSX.Element;
977
+ declare const LightFlag: (props: LightFlagProps) => React.JSX.Element;
718
978
 
719
- interface IconsGeneralLink2Props extends React.SVGProps<SVGSVGElement> {
979
+ interface LightPrinterProps extends React.SVGProps<SVGSVGElement> {
720
980
  }
721
- declare const IconsGeneralLink2: (props: IconsGeneralLink2Props) => React.JSX.Element;
981
+ declare const LightPrinter: (props: LightPrinterProps) => React.JSX.Element;
722
982
 
723
- interface IconsGeneralSearchProps extends React.SVGProps<SVGSVGElement> {
983
+ interface LightSetting2Props extends React.SVGProps<SVGSVGElement> {
724
984
  }
725
- declare const IconsGeneralSearch: (props: IconsGeneralSearchProps) => React.JSX.Element;
985
+ declare const LightSetting2: (props: LightSetting2Props) => React.JSX.Element;
726
986
 
727
- interface IconsGeneralShuffleProps extends React.SVGProps<SVGSVGElement> {
987
+ interface LightStrategyProps extends React.SVGProps<SVGSVGElement> {
728
988
  }
729
- declare const IconsGeneralShuffle: (props: IconsGeneralShuffleProps) => React.JSX.Element;
989
+ declare const LightStrategy: (props: LightStrategyProps) => React.JSX.Element;
730
990
 
731
- interface IconsGeneralAddUserProps extends React.SVGProps<SVGSVGElement> {
991
+ interface LightTargetProps extends React.SVGProps<SVGSVGElement> {
732
992
  }
733
- declare const IconsGeneralAddUser: (props: IconsGeneralAddUserProps) => React.JSX.Element;
993
+ declare const LightTarget: (props: LightTargetProps) => React.JSX.Element;
734
994
 
735
- interface IconsGeneralAlighnmentProps extends React.SVGProps<SVGSVGElement> {
995
+ interface LightTickProps extends React.SVGProps<SVGSVGElement> {
736
996
  }
737
- declare const IconsGeneralAlighnment: (props: IconsGeneralAlighnmentProps) => React.JSX.Element;
997
+ declare const LightTick: (props: LightTickProps) => React.JSX.Element;
738
998
 
739
- interface IconsGeneralAttachProps extends React.SVGProps<SVGSVGElement> {
999
+ interface MenuAlingmentProps extends React.SVGProps<SVGSVGElement> {
740
1000
  }
741
- declare const IconsGeneralAttach: (props: IconsGeneralAttachProps) => React.JSX.Element;
1001
+ declare const MenuAlingment: (props: MenuAlingmentProps) => React.JSX.Element;
742
1002
 
743
- interface IconsGeneralAutomationProps extends React.SVGProps<SVGSVGElement> {
1003
+ interface MenuBurgerMenuProps extends React.SVGProps<SVGSVGElement> {
744
1004
  }
745
- declare const IconsGeneralAutomation: (props: IconsGeneralAutomationProps) => React.JSX.Element;
1005
+ declare const MenuBurgerMenu: (props: MenuBurgerMenuProps) => React.JSX.Element;
746
1006
 
747
- interface IconsGeneralBankProps extends React.SVGProps<SVGSVGElement> {
1007
+ interface MenuCompetenceProps extends React.SVGProps<SVGSVGElement> {
748
1008
  }
749
- declare const IconsGeneralBank: (props: IconsGeneralBankProps) => React.JSX.Element;
1009
+ declare const MenuCompetence: (props: MenuCompetenceProps) => React.JSX.Element;
750
1010
 
751
- interface IconsGeneralBuildingProps extends React.SVGProps<SVGSVGElement> {
1011
+ interface MenuDashboardProps extends React.SVGProps<SVGSVGElement> {
752
1012
  }
753
- declare const IconsGeneralBuilding: (props: IconsGeneralBuildingProps) => React.JSX.Element;
1013
+ declare const MenuDashboard: (props: MenuDashboardProps) => React.JSX.Element;
754
1014
 
755
- interface IconsGeneralCandidateAnonymousProps extends React.SVGProps<SVGSVGElement> {
1015
+ interface MenuDataSourceProps extends React.SVGProps<SVGSVGElement> {
756
1016
  }
757
- declare const IconsGeneralCandidateAnonymous: (props: IconsGeneralCandidateAnonymousProps) => React.JSX.Element;
1017
+ declare const MenuDataSource: (props: MenuDataSourceProps) => React.JSX.Element;
758
1018
 
759
- interface IconsGeneralDeadlineDateProps extends React.SVGProps<SVGSVGElement> {
1019
+ interface MenuDocumentsProps extends React.SVGProps<SVGSVGElement> {
760
1020
  }
761
- declare const IconsGeneralDeadlineDate: (props: IconsGeneralDeadlineDateProps) => React.JSX.Element;
1021
+ declare const MenuDocuments: (props: MenuDocumentsProps) => React.JSX.Element;
762
1022
 
763
- interface IconsGeneralFlag1Props extends React.SVGProps<SVGSVGElement> {
1023
+ interface MenuEqualPayProps extends React.SVGProps<SVGSVGElement> {
764
1024
  }
765
- declare const IconsGeneralFlag1: (props: IconsGeneralFlag1Props) => React.JSX.Element;
1025
+ declare const MenuEqualPay: (props: MenuEqualPayProps) => React.JSX.Element;
766
1026
 
767
- interface IconsGeneralFlagProps extends React.SVGProps<SVGSVGElement> {
1027
+ interface MenuEvaluationProps extends React.SVGProps<SVGSVGElement> {
768
1028
  }
769
- declare const IconsGeneralFlag: (props: IconsGeneralFlagProps) => React.JSX.Element;
1029
+ declare const MenuEvaluation: (props: MenuEvaluationProps) => React.JSX.Element;
770
1030
 
771
- interface IconsGeneralMessagesProps extends React.SVGProps<SVGSVGElement> {
1031
+ interface MenuIntegrationsProps extends React.SVGProps<SVGSVGElement> {
772
1032
  }
773
- declare const IconsGeneralMessages: (props: IconsGeneralMessagesProps) => React.JSX.Element;
1033
+ declare const MenuIntegrations: (props: MenuIntegrationsProps) => React.JSX.Element;
774
1034
 
775
- interface IconsGeneralPieChartProps extends React.SVGProps<SVGSVGElement> {
1035
+ interface MenuIntercomProps extends React.SVGProps<SVGSVGElement> {
776
1036
  }
777
- declare const IconsGeneralPieChart: (props: IconsGeneralPieChartProps) => React.JSX.Element;
1037
+ declare const MenuIntercom: (props: MenuIntercomProps) => React.JSX.Element;
778
1038
 
779
- interface IconsGeneralPrinterProps extends React.SVGProps<SVGSVGElement> {
1039
+ interface MenuOkrProps extends React.SVGProps<SVGSVGElement> {
780
1040
  }
781
- declare const IconsGeneralPrinter: (props: IconsGeneralPrinterProps) => React.JSX.Element;
1041
+ declare const MenuOkr: (props: MenuOkrProps) => React.JSX.Element;
782
1042
 
783
- interface IconsGeneralProfileProps extends React.SVGProps<SVGSVGElement> {
1043
+ interface MenuOldDocumentsProps extends React.SVGProps<SVGSVGElement> {
784
1044
  }
785
- declare const IconsGeneralProfile: (props: IconsGeneralProfileProps) => React.JSX.Element;
1045
+ declare const MenuOldDocuments: (props: MenuOldDocumentsProps) => React.JSX.Element;
786
1046
 
787
- interface IconsGeneralSetting2Props extends React.SVGProps<SVGSVGElement> {
1047
+ interface MenuOnboardingProps extends React.SVGProps<SVGSVGElement> {
788
1048
  }
789
- declare const IconsGeneralSetting2: (props: IconsGeneralSetting2Props) => React.JSX.Element;
1049
+ declare const MenuOnboarding: (props: MenuOnboardingProps) => React.JSX.Element;
790
1050
 
791
- interface IconsGeneralStrategyProps extends React.SVGProps<SVGSVGElement> {
1051
+ interface MenuOrganizationProps extends React.SVGProps<SVGSVGElement> {
792
1052
  }
793
- declare const IconsGeneralStrategy: (props: IconsGeneralStrategyProps) => React.JSX.Element;
1053
+ declare const MenuOrganization: (props: MenuOrganizationProps) => React.JSX.Element;
794
1054
 
795
- interface IconsGeneralTargetProps extends React.SVGProps<SVGSVGElement> {
1055
+ interface MenuPaceProps extends React.SVGProps<SVGSVGElement> {
796
1056
  }
797
- declare const IconsGeneralTarget: (props: IconsGeneralTargetProps) => React.JSX.Element;
1057
+ declare const MenuPace: (props: MenuPaceProps) => React.JSX.Element;
798
1058
 
799
- interface IconsGeneralTickProps extends React.SVGProps<SVGSVGElement> {
1059
+ interface MenuPeopleAnalyticsProps extends React.SVGProps<SVGSVGElement> {
800
1060
  }
801
- declare const IconsGeneralTick: (props: IconsGeneralTickProps) => React.JSX.Element;
1061
+ declare const MenuPeopleAnalytics: (props: MenuPeopleAnalyticsProps) => React.JSX.Element;
802
1062
 
803
- interface IconsGeneralUser2Props extends React.SVGProps<SVGSVGElement> {
1063
+ interface MenuProfileProps extends React.SVGProps<SVGSVGElement> {
804
1064
  }
805
- declare const IconsGeneralUser2: (props: IconsGeneralUser2Props) => React.JSX.Element;
1065
+ declare const MenuProfile: (props: MenuProfileProps) => React.JSX.Element;
806
1066
 
807
- interface VuesaxLinearBriefcaseProps extends React.SVGProps<SVGSVGElement> {
1067
+ interface MenuPulseProps extends React.SVGProps<SVGSVGElement> {
808
1068
  }
809
- declare const VuesaxLinearBriefcase: (props: VuesaxLinearBriefcaseProps) => React.JSX.Element;
1069
+ declare const MenuPulse: (props: MenuPulseProps) => React.JSX.Element;
810
1070
 
811
- interface VuesaxLinearClock1Props extends React.SVGProps<SVGSVGElement> {
1071
+ interface MenuRecruiterProps extends React.SVGProps<SVGSVGElement> {
812
1072
  }
813
- declare const VuesaxLinearClock1: (props: VuesaxLinearClock1Props) => React.JSX.Element;
1073
+ declare const MenuRecruiter: (props: MenuRecruiterProps) => React.JSX.Element;
814
1074
 
815
- interface VuesaxLinearClockProps extends React.SVGProps<SVGSVGElement> {
1075
+ interface MenuReportsProps extends React.SVGProps<SVGSVGElement> {
816
1076
  }
817
- declare const VuesaxLinearClock: (props: VuesaxLinearClockProps) => React.JSX.Element;
1077
+ declare const MenuReports: (props: MenuReportsProps) => React.JSX.Element;
818
1078
 
819
- interface VuesaxLinearCopyProps extends React.SVGProps<SVGSVGElement> {
1079
+ interface MenuSmsProps extends React.SVGProps<SVGSVGElement> {
820
1080
  }
821
- declare const VuesaxLinearCopy: (props: VuesaxLinearCopyProps) => React.JSX.Element;
1081
+ declare const MenuSms: (props: MenuSmsProps) => React.JSX.Element;
822
1082
 
823
- interface VuesaxLinearCustomFieldProps extends React.SVGProps<SVGSVGElement> {
1083
+ interface MenuSalaryReviewProps extends React.SVGProps<SVGSVGElement> {
824
1084
  }
825
- declare const VuesaxLinearCustomField: (props: VuesaxLinearCustomFieldProps) => React.JSX.Element;
1085
+ declare const MenuSalaryReview: (props: MenuSalaryReviewProps) => React.JSX.Element;
826
1086
 
827
- interface VuesaxLinearExport1Props extends React.SVGProps<SVGSVGElement> {
1087
+ interface MenuSurveyProps extends React.SVGProps<SVGSVGElement> {
828
1088
  }
829
- declare const VuesaxLinearExport1: (props: VuesaxLinearExport1Props) => React.JSX.Element;
1089
+ declare const MenuSurvey: (props: MenuSurveyProps) => React.JSX.Element;
830
1090
 
831
- interface VuesaxLinearExportProps extends React.SVGProps<SVGSVGElement> {
1091
+ interface MenuTalksProps extends React.SVGProps<SVGSVGElement> {
832
1092
  }
833
- declare const VuesaxLinearExport: (props: VuesaxLinearExportProps) => React.JSX.Element;
1093
+ declare const MenuTalks: (props: MenuTalksProps) => React.JSX.Element;
834
1094
 
835
- interface VuesaxLinearFolder2Props extends React.SVGProps<SVGSVGElement> {
1095
+ interface MenuWorkforceProps extends React.SVGProps<SVGSVGElement> {
836
1096
  }
837
- declare const VuesaxLinearFolder2: (props: VuesaxLinearFolder2Props) => React.JSX.Element;
1097
+ declare const MenuWorkforce: (props: MenuWorkforceProps) => React.JSX.Element;
838
1098
 
839
- interface VuesaxLinearGalleryAddProps extends React.SVGProps<SVGSVGElement> {
1099
+ interface MenuEsignProps extends React.SVGProps<SVGSVGElement> {
840
1100
  }
841
- declare const VuesaxLinearGalleryAdd: (props: VuesaxLinearGalleryAddProps) => React.JSX.Element;
1101
+ declare const MenuEsign: (props: MenuEsignProps) => React.JSX.Element;
842
1102
 
843
- interface VuesaxLinearGalleryEditProps extends React.SVGProps<SVGSVGElement> {
1103
+ interface SrTypeKpiProps extends React.SVGProps<SVGSVGElement> {
844
1104
  }
845
- declare const VuesaxLinearGalleryEdit: (props: VuesaxLinearGalleryEditProps) => React.JSX.Element;
1105
+ declare const SrTypeKpi: (props: SrTypeKpiProps) => React.JSX.Element;
846
1106
 
847
- interface VuesaxLinearGiftProps extends React.SVGProps<SVGSVGElement> {
1107
+ interface SrTypeBenefitProps extends React.SVGProps<SVGSVGElement> {
848
1108
  }
849
- declare const VuesaxLinearGift: (props: VuesaxLinearGiftProps) => React.JSX.Element;
1109
+ declare const SrTypeBenefit: (props: SrTypeBenefitProps) => React.JSX.Element;
850
1110
 
851
- interface VuesaxLinearHelpCenterProps extends React.SVGProps<SVGSVGElement> {
1111
+ interface SrTypeBonusProps extends React.SVGProps<SVGSVGElement> {
852
1112
  }
853
- declare const VuesaxLinearHelpCenter: (props: VuesaxLinearHelpCenterProps) => React.JSX.Element;
1113
+ declare const SrTypeBonus: (props: SrTypeBonusProps) => React.JSX.Element;
854
1114
 
855
- interface VuesaxLinearImageProps extends React.SVGProps<SVGSVGElement> {
1115
+ interface SrTypeCustomAtributesProps extends React.SVGProps<SVGSVGElement> {
856
1116
  }
857
- declare const VuesaxLinearImage: (props: VuesaxLinearImageProps) => React.JSX.Element;
1117
+ declare const SrTypeCustomAtributes: (props: SrTypeCustomAtributesProps) => React.JSX.Element;
858
1118
 
859
- interface VuesaxLinearImportProps extends React.SVGProps<SVGSVGElement> {
1119
+ interface SrTypeEmployment2Props extends React.SVGProps<SVGSVGElement> {
860
1120
  }
861
- declare const VuesaxLinearImport: (props: VuesaxLinearImportProps) => React.JSX.Element;
1121
+ declare const SrTypeEmployment2: (props: SrTypeEmployment2Props) => React.JSX.Element;
862
1122
 
863
- interface VuesaxLinearKeyProps extends React.SVGProps<SVGSVGElement> {
1123
+ interface SrTypeEmploymentProps extends React.SVGProps<SVGSVGElement> {
864
1124
  }
865
- declare const VuesaxLinearKey: (props: VuesaxLinearKeyProps) => React.JSX.Element;
1125
+ declare const SrTypeEmployment: (props: SrTypeEmploymentProps) => React.JSX.Element;
866
1126
 
867
- interface VuesaxLinearMagicpenProps extends React.SVGProps<SVGSVGElement> {
1127
+ interface SrTypeExclusionProps extends React.SVGProps<SVGSVGElement> {
868
1128
  }
869
- declare const VuesaxLinearMagicpen: (props: VuesaxLinearMagicpenProps) => React.JSX.Element;
1129
+ declare const SrTypeExclusion: (props: SrTypeExclusionProps) => React.JSX.Element;
870
1130
 
871
- interface VuesaxLinearMessageAddProps extends React.SVGProps<SVGSVGElement> {
1131
+ interface SrTypeIndexesProps extends React.SVGProps<SVGSVGElement> {
872
1132
  }
873
- declare const VuesaxLinearMessageAdd: (props: VuesaxLinearMessageAddProps) => React.JSX.Element;
1133
+ declare const SrTypeIndexes: (props: SrTypeIndexesProps) => React.JSX.Element;
874
1134
 
875
- interface VuesaxLinearPercentageSquareProps extends React.SVGProps<SVGSVGElement> {
1135
+ interface SrTypePersonalProps extends React.SVGProps<SVGSVGElement> {
876
1136
  }
877
- declare const VuesaxLinearPercentageSquare: (props: VuesaxLinearPercentageSquareProps) => React.JSX.Element;
1137
+ declare const SrTypePersonal: (props: SrTypePersonalProps) => React.JSX.Element;
878
1138
 
879
- interface VuesaxLinearSignpostProps extends React.SVGProps<SVGSVGElement> {
1139
+ interface SrTypeSalaryProps extends React.SVGProps<SVGSVGElement> {
880
1140
  }
881
- declare const VuesaxLinearSignpost: (props: VuesaxLinearSignpostProps) => React.JSX.Element;
1141
+ declare const SrTypeSalary: (props: SrTypeSalaryProps) => React.JSX.Element;
882
1142
 
883
- interface VuesaxLinearSmsProps extends React.SVGProps<SVGSVGElement> {
1143
+ interface StatusesCrossProps extends React.SVGProps<SVGSVGElement> {
884
1144
  }
885
- declare const VuesaxLinearSms: (props: VuesaxLinearSmsProps) => React.JSX.Element;
1145
+ declare const StatusesCross: (props: StatusesCrossProps) => React.JSX.Element;
886
1146
 
887
- interface VuesaxLinearSunProps extends React.SVGProps<SVGSVGElement> {
1147
+ interface StatusesErrorProps extends React.SVGProps<SVGSVGElement> {
888
1148
  }
889
- declare const VuesaxLinearSun: (props: VuesaxLinearSunProps) => React.JSX.Element;
1149
+ declare const StatusesError: (props: StatusesErrorProps) => React.JSX.Element;
890
1150
 
891
- interface VuesaxLinearTaskSquareProps extends React.SVGProps<SVGSVGElement> {
1151
+ interface StatusesInfoProps extends React.SVGProps<SVGSVGElement> {
892
1152
  }
893
- declare const VuesaxLinearTaskSquare: (props: VuesaxLinearTaskSquareProps) => React.JSX.Element;
1153
+ declare const StatusesInfo: (props: StatusesInfoProps) => React.JSX.Element;
894
1154
 
895
- interface VuesaxLinearTeacherProps extends React.SVGProps<SVGSVGElement> {
1155
+ interface StatusesSuccessProps extends React.SVGProps<SVGSVGElement> {
896
1156
  }
897
- declare const VuesaxLinearTeacher: (props: VuesaxLinearTeacherProps) => React.JSX.Element;
1157
+ declare const StatusesSuccess: (props: StatusesSuccessProps) => React.JSX.Element;
898
1158
 
899
- interface VuesaxLinearTimerPauseProps extends React.SVGProps<SVGSVGElement> {
1159
+ interface StatusesWarningProps extends React.SVGProps<SVGSVGElement> {
900
1160
  }
901
- declare const VuesaxLinearTimerPause: (props: VuesaxLinearTimerPauseProps) => React.JSX.Element;
1161
+ declare const StatusesWarning: (props: StatusesWarningProps) => React.JSX.Element;
902
1162
 
903
- export { ArrowsIconArrowCloseMenu, ArrowsIconArrowOpenMenu, ArrowsIconArrowSwap, ArrowsIconArrowSwap2, ArrowsIconsArrowArrow2, ArrowsIconsArrowArrow3, ArrowsIconsArrowArrowDown, ArrowsIconsArrowArrowLeft, ArrowsIconsArrowArrowRight, ArrowsIconsArrowArrowUp, ArrowsIconsArrowChevronDown, ArrowsIconsArrowChevronLeft, ArrowsIconsArrowChevronRight, ArrowsIconsArrowChevronUp, ArrowsIconsArrowDown, ArrowsIconsArrowOpenInNewTab, ArrowsIconsArrowRedo, ArrowsIconsArrowRefresh, ArrowsIconsArrowRefresh2, ArrowsIconsArrowRepeat, ArrowsIconsArrowResetTimer, ArrowsIconsArrowRotateLeft, ArrowsIconsArrowRotateRight, ArrowsIconsArrowTriangleDown, ArrowsIconsArrowTriangleLeft, ArrowsIconsArrowTriangleRight, ArrowsIconsArrowTriangleUp, ArrowsIconsArrowUndo, ArrowsIconsArrowUp, FlagsAustria, FlagsBelgium, FlagsBulgaria, FlagsCroatia, FlagsCyprus, FlagsCzechia, FlagsDenmark, FlagsEstonia, FlagsEu, FlagsFinland, FlagsFrance, FlagsGermany, FlagsGreece, FlagsHungary, FlagsIceland, FlagsIreland, FlagsItaly, FlagsLatvia, FlagsLithuania, FlagsLuxembourg, FlagsMalta, FlagsNetherlands, FlagsNorway, FlagsPoland, FlagsPortugal, FlagsRomaniaChad, FlagsSlovakia, FlagsSlovenia, FlagsSpain, FlagsSweden, FlagsSwitzerland, FlagsUk, FlagsUsa, GeneralGeneralGlobalSettings, GeneralIconGeneralArchive, GeneralIconGeneralBarChart, GeneralIconGeneralBarChart2, GeneralIconGeneralColumns, GeneralIconGeneralCreateNewItem, GeneralIconGeneralDensity, GeneralIconGeneralRemoveArchive, GeneralIconGeneralSaveFavourite, GeneralIconGeneralSaveRemove, GeneralIconGeneralWebhook, GeneralIconlyLight2User, GeneralIconlyLightActivity, GeneralIconlyLightBookmark, GeneralIconlyLightBuy, GeneralIconlyLightCalendar, GeneralIconlyLightCamera, GeneralIconlyLightCategory, GeneralIconlyLightChart, GeneralIconlyLightChat, GeneralIconlyLightCloseSquare, GeneralIconlyLightDelete, GeneralIconlyLightDiscount, GeneralIconlyLightDiscovery, GeneralIconlyLightDocument, GeneralIconlyLightDownload, GeneralIconlyLightEdit, GeneralIconlyLightEditSquare, GeneralIconlyLightFilter, GeneralIconlyLightFilter3, GeneralIconlyLightFolder, GeneralIconlyLightGraph, GeneralIconlyLightHeart, GeneralIconlyLightHide, GeneralIconlyLightHome, GeneralIconlyLightImage, GeneralIconlyLightLocation, GeneralIconlyLightLock, GeneralIconlyLightLogin, GeneralIconlyLightLogout, GeneralIconlyLightMessage, GeneralIconlyLightMoreCircle, GeneralIconlyLightMoreSquare, GeneralIconlyLightNotification, GeneralIconlyLightPaper, GeneralIconlyLightPaperDownload, GeneralIconlyLightPaperFail, GeneralIconlyLightPaperNegative, GeneralIconlyLightPaperPlus, GeneralIconlyLightPaperUpload, GeneralIconlyLightPassword, GeneralIconlyLightPlus, GeneralIconlyLightProfile, GeneralIconlyLightScan, GeneralIconlyLightSend, GeneralIconlyLightSetting, GeneralIconlyLightShieldDone, GeneralIconlyLightShieldFail, GeneralIconlyLightShow, GeneralIconlyLightStar, GeneralIconlyLightTimeCircle, GeneralIconlyLightUnlock, GeneralIconlyLightUpload, GeneralIconlyLightWallet, GeneralIconlyLightWork, GeneralIconsArrowResetTimer2, GeneralIconsGeneral3User, GeneralIconsGeneralAddUser, GeneralIconsGeneralAlighnment, GeneralIconsGeneralAttach, GeneralIconsGeneralAutomation, GeneralIconsGeneralBank, GeneralIconsGeneralBuilding, GeneralIconsGeneralCandidateAnonymous, GeneralIconsGeneralDeadlineDate, GeneralIconsGeneralFlag, GeneralIconsGeneralFlag1, GeneralIconsGeneralIdea, GeneralIconsGeneralLink2, GeneralIconsGeneralMessages, GeneralIconsGeneralPieChart, GeneralIconsGeneralPrinter, GeneralIconsGeneralProfile, GeneralIconsGeneralSearch, GeneralIconsGeneralSetting2, GeneralIconsGeneralShuffle, GeneralIconsGeneralStrategy, GeneralIconsGeneralTarget, GeneralIconsGeneralTick, GeneralIconsGeneralUser2, GeneralVuesaxLinearBriefcase, GeneralVuesaxLinearClock, GeneralVuesaxLinearClock1, GeneralVuesaxLinearCopy, GeneralVuesaxLinearCustomField, GeneralVuesaxLinearExport, GeneralVuesaxLinearExport1, GeneralVuesaxLinearFolder2, GeneralVuesaxLinearGalleryAdd, GeneralVuesaxLinearGalleryEdit, GeneralVuesaxLinearGift, GeneralVuesaxLinearHelpCenter, GeneralVuesaxLinearImage, GeneralVuesaxLinearImport, GeneralVuesaxLinearKey, GeneralVuesaxLinearMagicpen, GeneralVuesaxLinearMessageAdd, GeneralVuesaxLinearPercentageSquare, GeneralVuesaxLinearSignpost, GeneralVuesaxLinearSms, GeneralVuesaxLinearSun, GeneralVuesaxLinearTaskSquare, GeneralVuesaxLinearTeacher, GeneralVuesaxLinearTimerPause, IconsArrowResetTimer2, IconsGeneral3User, IconsGeneralAddUser, IconsGeneralAlighnment, IconsGeneralAttach, IconsGeneralAutomation, IconsGeneralBank, IconsGeneralBuilding, IconsGeneralCandidateAnonymous, IconsGeneralDeadlineDate, IconsGeneralFlag, IconsGeneralFlag1, IconsGeneralIdea, IconsGeneralLink2, IconsGeneralMessages, IconsGeneralPieChart, IconsGeneralPrinter, IconsGeneralProfile, IconsGeneralSearch, IconsGeneralSetting2, IconsGeneralShuffle, IconsGeneralStrategy, IconsGeneralTarget, IconsGeneralTick, IconsGeneralUser2, VuesaxLinearBriefcase, VuesaxLinearClock, VuesaxLinearClock1, VuesaxLinearCopy, VuesaxLinearCustomField, VuesaxLinearExport, VuesaxLinearExport1, VuesaxLinearFolder2, VuesaxLinearGalleryAdd, VuesaxLinearGalleryEdit, VuesaxLinearGift, VuesaxLinearHelpCenter, VuesaxLinearImage, VuesaxLinearImport, VuesaxLinearKey, VuesaxLinearMagicpen, VuesaxLinearMessageAdd, VuesaxLinearPercentageSquare, VuesaxLinearSignpost, VuesaxLinearSms, VuesaxLinearSun, VuesaxLinearTaskSquare, VuesaxLinearTeacher, VuesaxLinearTimerPause };
1163
+ export { ArrowArrow2, ArrowArrow3, ArrowArrowDown, ArrowArrowLeft, ArrowArrowRight, ArrowArrowUp, ArrowChevronDown, ArrowChevronLeft, ArrowChevronRight, ArrowChevronUp, ArrowCloseMenu, ArrowDown, ArrowOpenInNewTab, ArrowOpenMenu, ArrowRedo, ArrowRefresh, ArrowRefresh2, ArrowRepeat, ArrowResetTimer, ArrowRotateLeft, ArrowRotateRight, ArrowSwap, ArrowSwap2, ArrowTriangleDown, ArrowTriangleLeft, ArrowTriangleRight, ArrowTriangleUp, ArrowUndo, ArrowUp, BoldAdd, BoldAdvice, BoldAiAssistant, BoldArchive, BoldBoard, BoldBonus, BoldCalendar, BoldChair, BoldChart, BoldColour, BoldColumn, BoldComment, BoldCopy, BoldDelete, BoldDetails, BoldDislike, BoldDot, BoldDragDrop, BoldEdit, BoldEmail, BoldExport, BoldExport2, BoldEye, BoldFilter, BoldFlag, BoldGift, BoldHelp, BoldHierarchy, BoldHierarchyHorizontal, BoldHierarchyVertical, BoldImage, BoldInstruction, BoldInstruction2, BoldIntercom, BoldLike, BoldLink, BoldList, BoldLoader, BoldLocation, BoldLock, BoldMap, BoldOpenInSidebar, BoldPlace, BoldResend, BoldRow, BoldSend, BoldSettings, BoldStar, BoldTile, BoldTime, BoldTreemap, BoldUser, BoldUsers, BoldWallet, BoldWork, FlagsAustria, FlagsBelgium, FlagsBulgaria, FlagsCroatia, FlagsCyprus, FlagsCzechia, FlagsDenmark, FlagsEstonia, FlagsEu, FlagsFinland, FlagsFrance, FlagsGermany, FlagsGreece, FlagsHungary, FlagsIceland, FlagsIreland, FlagsItaly, FlagsLatvia, FlagsLithuania, FlagsLuxembourg, FlagsMalta, FlagsNetherlands, FlagsNorway, FlagsPoland, FlagsPortugal, FlagsRomaniaChad, FlagsSlovakia, FlagsSlovenia, FlagsSpain, FlagsSweden, FlagsSwitzerland, FlagsUk, FlagsUsa, Light2User, Light3User, LightActivity, LightAddUser, LightAlignment, LightArchive, LightAttach, LightAutomation, LightBank, LightBarChart, LightBarChart2, LightBookmark, LightBriefcase, LightBuilding, LightBuy, LightCalendar, LightCamera, LightCandidateAnonymous, LightCategory, LightChair, LightChart, LightChat, LightClock, LightCloseSquare, LightColumns, LightCompetence, LightCopy, LightCreateNewItem, LightCustomField, LightDeadlineDate, LightDelete, LightDelete1, LightDensity, LightDiscount, LightDiscovery, LightDocument, LightDownload, LightEdit, LightEditSquare, LightEducation, LightExport, LightExport1, LightFiles, LightFilter, LightFilter3, LightFlag, LightFlag1, LightFolder, LightFolder1, LightGalleryAdd, LightGalleryEdit, LightGift, LightGlobalSettings, LightGraph, LightHeart, LightHelpCenter, LightHide, LightHome, LightHrm, LightIceContacts, LightIdea, LightImage, LightImport, LightInfo, LightIntegrations, LightIntercom, LightKey, LightLearningHubRegister, LightLink, LightLink2, LightList, LightLocation, LightLock, LightLogin, LightLogout, LightMagicpen, LightMessage, LightMessage1, LightMessageAdd, LightMoreCircle, LightMoreSquare, LightNewChat, LightNotification, LightOtherSettings, LightPaper, LightPaperDownload, LightPaperFail, LightPaperNegative, LightPaperPlus, LightPaperUpload, LightPassword, LightPercentage, LightPieChart, LightPlus, LightPoBox, LightPrinter, LightProfile, LightRemoveArchive, LightSaveFavourite, LightSaveRemove, LightScan, LightScheduleTalk, LightSearch, LightSend, LightSetting, LightSetting2, LightShieldDone, LightShieldFail, LightShow, LightShuffle, LightSignpost, LightSms, LightStar, LightStrategy, LightSuccess, LightSun, LightTarget, LightTasks, LightTick, LightTimeCircle, LightTimerPause, LightTimerReset, LightUnlock, LightUpload, LightUser, LightUser2, LightVideo, LightWallet, LightWarning, LightWebhooks, LightWebsite, LightWork, MenuAlingment, MenuBurgerMenu, MenuCompetence, MenuDashboard, MenuDataSource, MenuDocuments, MenuEqualPay, MenuEsign, MenuEvaluation, MenuIntegrations, MenuIntercom, MenuOkr, MenuOldDocuments, MenuOnboarding, MenuOrganization, MenuPace, MenuPeopleAnalytics, MenuProfile, MenuPulse, MenuRecruiter, MenuReports, MenuSalaryReview, MenuSms, MenuSurvey, MenuTalks, MenuWorkforce, SrTypeBenefit, SrTypeBonus, SrTypeCustomAtributes, SrTypeEmployment, SrTypeEmployment2, SrTypeExclusion, SrTypeIndexes, SrTypeKpi, SrTypePersonal, SrTypeSalary, StatusesCross, StatusesError, StatusesInfo, StatusesSuccess, StatusesWarning };