@heartpace/icons 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,903 @@
1
+ import * as React from 'react';
2
+
3
+ interface ArrowsIconArrowCloseMenuProps extends React.SVGProps<SVGSVGElement> {
4
+ }
5
+ declare const ArrowsIconArrowCloseMenu: (props: ArrowsIconArrowCloseMenuProps) => React.JSX.Element;
6
+
7
+ interface ArrowsIconArrowOpenMenuProps extends React.SVGProps<SVGSVGElement> {
8
+ }
9
+ declare const ArrowsIconArrowOpenMenu: (props: ArrowsIconArrowOpenMenuProps) => React.JSX.Element;
10
+
11
+ interface ArrowsIconArrowSwap2Props extends React.SVGProps<SVGSVGElement> {
12
+ }
13
+ declare const ArrowsIconArrowSwap2: (props: ArrowsIconArrowSwap2Props) => React.JSX.Element;
14
+
15
+ interface ArrowsIconArrowSwapProps extends React.SVGProps<SVGSVGElement> {
16
+ }
17
+ declare const ArrowsIconArrowSwap: (props: ArrowsIconArrowSwapProps) => React.JSX.Element;
18
+
19
+ interface ArrowsIconsArrowChevronDownProps extends React.SVGProps<SVGSVGElement> {
20
+ }
21
+ declare const ArrowsIconsArrowChevronDown: (props: ArrowsIconsArrowChevronDownProps) => React.JSX.Element;
22
+
23
+ interface ArrowsIconsArrowChevronLeftProps extends React.SVGProps<SVGSVGElement> {
24
+ }
25
+ declare const ArrowsIconsArrowChevronLeft: (props: ArrowsIconsArrowChevronLeftProps) => React.JSX.Element;
26
+
27
+ interface ArrowsIconsArrowChevronRightProps extends React.SVGProps<SVGSVGElement> {
28
+ }
29
+ declare const ArrowsIconsArrowChevronRight: (props: ArrowsIconsArrowChevronRightProps) => React.JSX.Element;
30
+
31
+ interface ArrowsIconsArrowChevronUpProps extends React.SVGProps<SVGSVGElement> {
32
+ }
33
+ declare const ArrowsIconsArrowChevronUp: (props: ArrowsIconsArrowChevronUpProps) => React.JSX.Element;
34
+
35
+ interface ArrowsIconsArrowOpenInNewTabProps extends React.SVGProps<SVGSVGElement> {
36
+ }
37
+ declare const ArrowsIconsArrowOpenInNewTab: (props: ArrowsIconsArrowOpenInNewTabProps) => React.JSX.Element;
38
+
39
+ interface ArrowsIconsArrowRedoProps extends React.SVGProps<SVGSVGElement> {
40
+ }
41
+ declare const ArrowsIconsArrowRedo: (props: ArrowsIconsArrowRedoProps) => React.JSX.Element;
42
+
43
+ interface ArrowsIconsArrowRefresh2Props extends React.SVGProps<SVGSVGElement> {
44
+ }
45
+ declare const ArrowsIconsArrowRefresh2: (props: ArrowsIconsArrowRefresh2Props) => React.JSX.Element;
46
+
47
+ interface ArrowsIconsArrowRefreshProps extends React.SVGProps<SVGSVGElement> {
48
+ }
49
+ declare const ArrowsIconsArrowRefresh: (props: ArrowsIconsArrowRefreshProps) => React.JSX.Element;
50
+
51
+ interface ArrowsIconsArrowRepeatProps extends React.SVGProps<SVGSVGElement> {
52
+ }
53
+ declare const ArrowsIconsArrowRepeat: (props: ArrowsIconsArrowRepeatProps) => React.JSX.Element;
54
+
55
+ interface ArrowsIconsArrowRotateLeftProps extends React.SVGProps<SVGSVGElement> {
56
+ }
57
+ declare const ArrowsIconsArrowRotateLeft: (props: ArrowsIconsArrowRotateLeftProps) => React.JSX.Element;
58
+
59
+ interface ArrowsIconsArrowRotateRightProps extends React.SVGProps<SVGSVGElement> {
60
+ }
61
+ declare const ArrowsIconsArrowRotateRight: (props: ArrowsIconsArrowRotateRightProps) => React.JSX.Element;
62
+
63
+ interface ArrowsIconsArrowTriangleLeftProps extends React.SVGProps<SVGSVGElement> {
64
+ }
65
+ declare const ArrowsIconsArrowTriangleLeft: (props: ArrowsIconsArrowTriangleLeftProps) => React.JSX.Element;
66
+
67
+ interface ArrowsIconsArrowTriangleRightProps extends React.SVGProps<SVGSVGElement> {
68
+ }
69
+ declare const ArrowsIconsArrowTriangleRight: (props: ArrowsIconsArrowTriangleRightProps) => React.JSX.Element;
70
+
71
+ interface ArrowsIconsArrowTriangleUpProps extends React.SVGProps<SVGSVGElement> {
72
+ }
73
+ declare const ArrowsIconsArrowTriangleUp: (props: ArrowsIconsArrowTriangleUpProps) => React.JSX.Element;
74
+
75
+ interface ArrowsIconsArrowTriangleDownProps extends React.SVGProps<SVGSVGElement> {
76
+ }
77
+ declare const ArrowsIconsArrowTriangleDown: (props: ArrowsIconsArrowTriangleDownProps) => React.JSX.Element;
78
+
79
+ interface ArrowsIconsArrowUndoProps extends React.SVGProps<SVGSVGElement> {
80
+ }
81
+ declare const ArrowsIconsArrowUndo: (props: ArrowsIconsArrowUndoProps) => React.JSX.Element;
82
+
83
+ interface ArrowsIconsArrowArrow2Props extends React.SVGProps<SVGSVGElement> {
84
+ }
85
+ declare const ArrowsIconsArrowArrow2: (props: ArrowsIconsArrowArrow2Props) => React.JSX.Element;
86
+
87
+ interface ArrowsIconsArrowArrow3Props extends React.SVGProps<SVGSVGElement> {
88
+ }
89
+ declare const ArrowsIconsArrowArrow3: (props: ArrowsIconsArrowArrow3Props) => React.JSX.Element;
90
+
91
+ interface ArrowsIconsArrowArrowDownProps extends React.SVGProps<SVGSVGElement> {
92
+ }
93
+ declare const ArrowsIconsArrowArrowDown: (props: ArrowsIconsArrowArrowDownProps) => React.JSX.Element;
94
+
95
+ interface ArrowsIconsArrowArrowLeftProps extends React.SVGProps<SVGSVGElement> {
96
+ }
97
+ declare const ArrowsIconsArrowArrowLeft: (props: ArrowsIconsArrowArrowLeftProps) => React.JSX.Element;
98
+
99
+ interface ArrowsIconsArrowArrowRightProps extends React.SVGProps<SVGSVGElement> {
100
+ }
101
+ declare const ArrowsIconsArrowArrowRight: (props: ArrowsIconsArrowArrowRightProps) => React.JSX.Element;
102
+
103
+ interface ArrowsIconsArrowArrowUpProps extends React.SVGProps<SVGSVGElement> {
104
+ }
105
+ declare const ArrowsIconsArrowArrowUp: (props: ArrowsIconsArrowArrowUpProps) => React.JSX.Element;
106
+
107
+ interface ArrowsIconsArrowDownProps extends React.SVGProps<SVGSVGElement> {
108
+ }
109
+ declare const ArrowsIconsArrowDown: (props: ArrowsIconsArrowDownProps) => React.JSX.Element;
110
+
111
+ interface ArrowsIconsArrowResetTimerProps extends React.SVGProps<SVGSVGElement> {
112
+ }
113
+ declare const ArrowsIconsArrowResetTimer: (props: ArrowsIconsArrowResetTimerProps) => React.JSX.Element;
114
+
115
+ interface ArrowsIconsArrowUpProps extends React.SVGProps<SVGSVGElement> {
116
+ }
117
+ declare const ArrowsIconsArrowUp: (props: ArrowsIconsArrowUpProps) => React.JSX.Element;
118
+
119
+ interface FlagsAustriaProps extends React.SVGProps<SVGSVGElement> {
120
+ }
121
+ declare const FlagsAustria: (props: FlagsAustriaProps) => React.JSX.Element;
122
+
123
+ interface FlagsBelgiumProps extends React.SVGProps<SVGSVGElement> {
124
+ }
125
+ declare const FlagsBelgium: (props: FlagsBelgiumProps) => React.JSX.Element;
126
+
127
+ interface FlagsBulgariaProps extends React.SVGProps<SVGSVGElement> {
128
+ }
129
+ declare const FlagsBulgaria: (props: FlagsBulgariaProps) => React.JSX.Element;
130
+
131
+ interface FlagsCroatiaProps extends React.SVGProps<SVGSVGElement> {
132
+ }
133
+ declare const FlagsCroatia: (props: FlagsCroatiaProps) => React.JSX.Element;
134
+
135
+ interface FlagsCyprusProps extends React.SVGProps<SVGSVGElement> {
136
+ }
137
+ declare const FlagsCyprus: (props: FlagsCyprusProps) => React.JSX.Element;
138
+
139
+ interface FlagsCzechiaProps extends React.SVGProps<SVGSVGElement> {
140
+ }
141
+ declare const FlagsCzechia: (props: FlagsCzechiaProps) => React.JSX.Element;
142
+
143
+ interface FlagsDenmarkProps extends React.SVGProps<SVGSVGElement> {
144
+ }
145
+ declare const FlagsDenmark: (props: FlagsDenmarkProps) => React.JSX.Element;
146
+
147
+ interface FlagsEuProps extends React.SVGProps<SVGSVGElement> {
148
+ }
149
+ declare const FlagsEu: (props: FlagsEuProps) => React.JSX.Element;
150
+
151
+ interface FlagsEstoniaProps extends React.SVGProps<SVGSVGElement> {
152
+ }
153
+ declare const FlagsEstonia: (props: FlagsEstoniaProps) => React.JSX.Element;
154
+
155
+ interface FlagsFinlandProps extends React.SVGProps<SVGSVGElement> {
156
+ }
157
+ declare const FlagsFinland: (props: FlagsFinlandProps) => React.JSX.Element;
158
+
159
+ interface FlagsFranceProps extends React.SVGProps<SVGSVGElement> {
160
+ }
161
+ declare const FlagsFrance: (props: FlagsFranceProps) => React.JSX.Element;
162
+
163
+ interface FlagsGermanyProps extends React.SVGProps<SVGSVGElement> {
164
+ }
165
+ declare const FlagsGermany: (props: FlagsGermanyProps) => React.JSX.Element;
166
+
167
+ interface FlagsGreeceProps extends React.SVGProps<SVGSVGElement> {
168
+ }
169
+ declare const FlagsGreece: (props: FlagsGreeceProps) => React.JSX.Element;
170
+
171
+ interface FlagsHungaryProps extends React.SVGProps<SVGSVGElement> {
172
+ }
173
+ declare const FlagsHungary: (props: FlagsHungaryProps) => React.JSX.Element;
174
+
175
+ interface FlagsIcelandProps extends React.SVGProps<SVGSVGElement> {
176
+ }
177
+ declare const FlagsIceland: (props: FlagsIcelandProps) => React.JSX.Element;
178
+
179
+ interface FlagsIrelandProps extends React.SVGProps<SVGSVGElement> {
180
+ }
181
+ declare const FlagsIreland: (props: FlagsIrelandProps) => React.JSX.Element;
182
+
183
+ interface FlagsItalyProps extends React.SVGProps<SVGSVGElement> {
184
+ }
185
+ declare const FlagsItaly: (props: FlagsItalyProps) => React.JSX.Element;
186
+
187
+ interface FlagsLatviaProps extends React.SVGProps<SVGSVGElement> {
188
+ }
189
+ declare const FlagsLatvia: (props: FlagsLatviaProps) => React.JSX.Element;
190
+
191
+ interface FlagsLithuaniaProps extends React.SVGProps<SVGSVGElement> {
192
+ }
193
+ declare const FlagsLithuania: (props: FlagsLithuaniaProps) => React.JSX.Element;
194
+
195
+ interface FlagsLuxembourgProps extends React.SVGProps<SVGSVGElement> {
196
+ }
197
+ declare const FlagsLuxembourg: (props: FlagsLuxembourgProps) => React.JSX.Element;
198
+
199
+ interface FlagsMaltaProps extends React.SVGProps<SVGSVGElement> {
200
+ }
201
+ declare const FlagsMalta: (props: FlagsMaltaProps) => React.JSX.Element;
202
+
203
+ interface FlagsNetherlandsProps extends React.SVGProps<SVGSVGElement> {
204
+ }
205
+ declare const FlagsNetherlands: (props: FlagsNetherlandsProps) => React.JSX.Element;
206
+
207
+ interface FlagsNorwayProps extends React.SVGProps<SVGSVGElement> {
208
+ }
209
+ declare const FlagsNorway: (props: FlagsNorwayProps) => React.JSX.Element;
210
+
211
+ interface FlagsPolandProps extends React.SVGProps<SVGSVGElement> {
212
+ }
213
+ declare const FlagsPoland: (props: FlagsPolandProps) => React.JSX.Element;
214
+
215
+ interface FlagsPortugalProps extends React.SVGProps<SVGSVGElement> {
216
+ }
217
+ declare const FlagsPortugal: (props: FlagsPortugalProps) => React.JSX.Element;
218
+
219
+ interface FlagsRomaniaChadProps extends React.SVGProps<SVGSVGElement> {
220
+ }
221
+ declare const FlagsRomaniaChad: (props: FlagsRomaniaChadProps) => React.JSX.Element;
222
+
223
+ interface FlagsSlovakiaProps extends React.SVGProps<SVGSVGElement> {
224
+ }
225
+ declare const FlagsSlovakia: (props: FlagsSlovakiaProps) => React.JSX.Element;
226
+
227
+ interface FlagsSloveniaProps extends React.SVGProps<SVGSVGElement> {
228
+ }
229
+ declare const FlagsSlovenia: (props: FlagsSloveniaProps) => React.JSX.Element;
230
+
231
+ interface FlagsSpainProps extends React.SVGProps<SVGSVGElement> {
232
+ }
233
+ declare const FlagsSpain: (props: FlagsSpainProps) => React.JSX.Element;
234
+
235
+ interface FlagsSwedenProps extends React.SVGProps<SVGSVGElement> {
236
+ }
237
+ declare const FlagsSweden: (props: FlagsSwedenProps) => React.JSX.Element;
238
+
239
+ interface FlagsSwitzerlandProps extends React.SVGProps<SVGSVGElement> {
240
+ }
241
+ declare const FlagsSwitzerland: (props: FlagsSwitzerlandProps) => React.JSX.Element;
242
+
243
+ interface FlagsUkProps extends React.SVGProps<SVGSVGElement> {
244
+ }
245
+ declare const FlagsUk: (props: FlagsUkProps) => React.JSX.Element;
246
+
247
+ interface FlagsUsaProps extends React.SVGProps<SVGSVGElement> {
248
+ }
249
+ declare const FlagsUsa: (props: FlagsUsaProps) => React.JSX.Element;
250
+
251
+ interface GeneralGeneralGlobalSettingsProps extends React.SVGProps<SVGSVGElement> {
252
+ }
253
+ declare const GeneralGeneralGlobalSettings: (props: GeneralGeneralGlobalSettingsProps) => React.JSX.Element;
254
+
255
+ interface GeneralIconGeneralArchiveProps extends React.SVGProps<SVGSVGElement> {
256
+ }
257
+ declare const GeneralIconGeneralArchive: (props: GeneralIconGeneralArchiveProps) => React.JSX.Element;
258
+
259
+ interface GeneralIconGeneralBarChart2Props extends React.SVGProps<SVGSVGElement> {
260
+ }
261
+ declare const GeneralIconGeneralBarChart2: (props: GeneralIconGeneralBarChart2Props) => React.JSX.Element;
262
+
263
+ interface GeneralIconGeneralBarChartProps extends React.SVGProps<SVGSVGElement> {
264
+ }
265
+ declare const GeneralIconGeneralBarChart: (props: GeneralIconGeneralBarChartProps) => React.JSX.Element;
266
+
267
+ interface GeneralIconGeneralColumnsProps extends React.SVGProps<SVGSVGElement> {
268
+ }
269
+ declare const GeneralIconGeneralColumns: (props: GeneralIconGeneralColumnsProps) => React.JSX.Element;
270
+
271
+ interface GeneralIconGeneralCreateNewItemProps extends React.SVGProps<SVGSVGElement> {
272
+ }
273
+ declare const GeneralIconGeneralCreateNewItem: (props: GeneralIconGeneralCreateNewItemProps) => React.JSX.Element;
274
+
275
+ interface GeneralIconGeneralDensityProps extends React.SVGProps<SVGSVGElement> {
276
+ }
277
+ declare const GeneralIconGeneralDensity: (props: GeneralIconGeneralDensityProps) => React.JSX.Element;
278
+
279
+ interface GeneralIconGeneralRemoveArchiveProps extends React.SVGProps<SVGSVGElement> {
280
+ }
281
+ declare const GeneralIconGeneralRemoveArchive: (props: GeneralIconGeneralRemoveArchiveProps) => React.JSX.Element;
282
+
283
+ interface GeneralIconGeneralSaveFavouriteProps extends React.SVGProps<SVGSVGElement> {
284
+ }
285
+ declare const GeneralIconGeneralSaveFavourite: (props: GeneralIconGeneralSaveFavouriteProps) => React.JSX.Element;
286
+
287
+ interface GeneralIconGeneralSaveRemoveProps extends React.SVGProps<SVGSVGElement> {
288
+ }
289
+ declare const GeneralIconGeneralSaveRemove: (props: GeneralIconGeneralSaveRemoveProps) => React.JSX.Element;
290
+
291
+ interface GeneralIconGeneralWebhookProps extends React.SVGProps<SVGSVGElement> {
292
+ }
293
+ declare const GeneralIconGeneralWebhook: (props: GeneralIconGeneralWebhookProps) => React.JSX.Element;
294
+
295
+ interface GeneralIconlyLight2UserProps extends React.SVGProps<SVGSVGElement> {
296
+ }
297
+ declare const GeneralIconlyLight2User: (props: GeneralIconlyLight2UserProps) => React.JSX.Element;
298
+
299
+ interface GeneralIconlyLightActivityProps extends React.SVGProps<SVGSVGElement> {
300
+ }
301
+ declare const GeneralIconlyLightActivity: (props: GeneralIconlyLightActivityProps) => React.JSX.Element;
302
+
303
+ interface GeneralIconlyLightBookmarkProps extends React.SVGProps<SVGSVGElement> {
304
+ }
305
+ declare const GeneralIconlyLightBookmark: (props: GeneralIconlyLightBookmarkProps) => React.JSX.Element;
306
+
307
+ interface GeneralIconlyLightBuyProps extends React.SVGProps<SVGSVGElement> {
308
+ }
309
+ declare const GeneralIconlyLightBuy: (props: GeneralIconlyLightBuyProps) => React.JSX.Element;
310
+
311
+ interface GeneralIconlyLightCalendarProps extends React.SVGProps<SVGSVGElement> {
312
+ }
313
+ declare const GeneralIconlyLightCalendar: (props: GeneralIconlyLightCalendarProps) => React.JSX.Element;
314
+
315
+ interface GeneralIconlyLightCameraProps extends React.SVGProps<SVGSVGElement> {
316
+ }
317
+ declare const GeneralIconlyLightCamera: (props: GeneralIconlyLightCameraProps) => React.JSX.Element;
318
+
319
+ interface GeneralIconlyLightCategoryProps extends React.SVGProps<SVGSVGElement> {
320
+ }
321
+ declare const GeneralIconlyLightCategory: (props: GeneralIconlyLightCategoryProps) => React.JSX.Element;
322
+
323
+ interface GeneralIconlyLightChartProps extends React.SVGProps<SVGSVGElement> {
324
+ }
325
+ declare const GeneralIconlyLightChart: (props: GeneralIconlyLightChartProps) => React.JSX.Element;
326
+
327
+ interface GeneralIconlyLightChatProps extends React.SVGProps<SVGSVGElement> {
328
+ }
329
+ declare const GeneralIconlyLightChat: (props: GeneralIconlyLightChatProps) => React.JSX.Element;
330
+
331
+ interface GeneralIconlyLightCloseSquareProps extends React.SVGProps<SVGSVGElement> {
332
+ }
333
+ declare const GeneralIconlyLightCloseSquare: (props: GeneralIconlyLightCloseSquareProps) => React.JSX.Element;
334
+
335
+ interface GeneralIconlyLightDeleteProps extends React.SVGProps<SVGSVGElement> {
336
+ }
337
+ declare const GeneralIconlyLightDelete: (props: GeneralIconlyLightDeleteProps) => React.JSX.Element;
338
+
339
+ interface GeneralIconlyLightDiscountProps extends React.SVGProps<SVGSVGElement> {
340
+ }
341
+ declare const GeneralIconlyLightDiscount: (props: GeneralIconlyLightDiscountProps) => React.JSX.Element;
342
+
343
+ interface GeneralIconlyLightDiscoveryProps extends React.SVGProps<SVGSVGElement> {
344
+ }
345
+ declare const GeneralIconlyLightDiscovery: (props: GeneralIconlyLightDiscoveryProps) => React.JSX.Element;
346
+
347
+ interface GeneralIconlyLightDocumentProps extends React.SVGProps<SVGSVGElement> {
348
+ }
349
+ declare const GeneralIconlyLightDocument: (props: GeneralIconlyLightDocumentProps) => React.JSX.Element;
350
+
351
+ interface GeneralIconlyLightDownloadProps extends React.SVGProps<SVGSVGElement> {
352
+ }
353
+ declare const GeneralIconlyLightDownload: (props: GeneralIconlyLightDownloadProps) => React.JSX.Element;
354
+
355
+ interface GeneralIconlyLightEditSquareProps extends React.SVGProps<SVGSVGElement> {
356
+ }
357
+ declare const GeneralIconlyLightEditSquare: (props: GeneralIconlyLightEditSquareProps) => React.JSX.Element;
358
+
359
+ interface GeneralIconlyLightEditProps extends React.SVGProps<SVGSVGElement> {
360
+ }
361
+ declare const GeneralIconlyLightEdit: (props: GeneralIconlyLightEditProps) => React.JSX.Element;
362
+
363
+ interface GeneralIconlyLightFilter3Props extends React.SVGProps<SVGSVGElement> {
364
+ }
365
+ declare const GeneralIconlyLightFilter3: (props: GeneralIconlyLightFilter3Props) => React.JSX.Element;
366
+
367
+ interface GeneralIconlyLightFilterProps extends React.SVGProps<SVGSVGElement> {
368
+ }
369
+ declare const GeneralIconlyLightFilter: (props: GeneralIconlyLightFilterProps) => React.JSX.Element;
370
+
371
+ interface GeneralIconlyLightFolderProps extends React.SVGProps<SVGSVGElement> {
372
+ }
373
+ declare const GeneralIconlyLightFolder: (props: GeneralIconlyLightFolderProps) => React.JSX.Element;
374
+
375
+ interface GeneralIconlyLightGraphProps extends React.SVGProps<SVGSVGElement> {
376
+ }
377
+ declare const GeneralIconlyLightGraph: (props: GeneralIconlyLightGraphProps) => React.JSX.Element;
378
+
379
+ interface GeneralIconlyLightHeartProps extends React.SVGProps<SVGSVGElement> {
380
+ }
381
+ declare const GeneralIconlyLightHeart: (props: GeneralIconlyLightHeartProps) => React.JSX.Element;
382
+
383
+ interface GeneralIconlyLightHideProps extends React.SVGProps<SVGSVGElement> {
384
+ }
385
+ declare const GeneralIconlyLightHide: (props: GeneralIconlyLightHideProps) => React.JSX.Element;
386
+
387
+ interface GeneralIconlyLightHomeProps extends React.SVGProps<SVGSVGElement> {
388
+ }
389
+ declare const GeneralIconlyLightHome: (props: GeneralIconlyLightHomeProps) => React.JSX.Element;
390
+
391
+ interface GeneralIconlyLightImageProps extends React.SVGProps<SVGSVGElement> {
392
+ }
393
+ declare const GeneralIconlyLightImage: (props: GeneralIconlyLightImageProps) => React.JSX.Element;
394
+
395
+ interface GeneralIconlyLightLocationProps extends React.SVGProps<SVGSVGElement> {
396
+ }
397
+ declare const GeneralIconlyLightLocation: (props: GeneralIconlyLightLocationProps) => React.JSX.Element;
398
+
399
+ interface GeneralIconlyLightLockProps extends React.SVGProps<SVGSVGElement> {
400
+ }
401
+ declare const GeneralIconlyLightLock: (props: GeneralIconlyLightLockProps) => React.JSX.Element;
402
+
403
+ interface GeneralIconlyLightLoginProps extends React.SVGProps<SVGSVGElement> {
404
+ }
405
+ declare const GeneralIconlyLightLogin: (props: GeneralIconlyLightLoginProps) => React.JSX.Element;
406
+
407
+ interface GeneralIconlyLightLogoutProps extends React.SVGProps<SVGSVGElement> {
408
+ }
409
+ declare const GeneralIconlyLightLogout: (props: GeneralIconlyLightLogoutProps) => React.JSX.Element;
410
+
411
+ interface GeneralIconlyLightMessageProps extends React.SVGProps<SVGSVGElement> {
412
+ }
413
+ declare const GeneralIconlyLightMessage: (props: GeneralIconlyLightMessageProps) => React.JSX.Element;
414
+
415
+ interface GeneralIconlyLightMoreCircleProps extends React.SVGProps<SVGSVGElement> {
416
+ }
417
+ declare const GeneralIconlyLightMoreCircle: (props: GeneralIconlyLightMoreCircleProps) => React.JSX.Element;
418
+
419
+ interface GeneralIconlyLightMoreSquareProps extends React.SVGProps<SVGSVGElement> {
420
+ }
421
+ declare const GeneralIconlyLightMoreSquare: (props: GeneralIconlyLightMoreSquareProps) => React.JSX.Element;
422
+
423
+ interface GeneralIconlyLightNotificationProps extends React.SVGProps<SVGSVGElement> {
424
+ }
425
+ declare const GeneralIconlyLightNotification: (props: GeneralIconlyLightNotificationProps) => React.JSX.Element;
426
+
427
+ interface GeneralIconlyLightPaperDownloadProps extends React.SVGProps<SVGSVGElement> {
428
+ }
429
+ declare const GeneralIconlyLightPaperDownload: (props: GeneralIconlyLightPaperDownloadProps) => React.JSX.Element;
430
+
431
+ interface GeneralIconlyLightPaperFailProps extends React.SVGProps<SVGSVGElement> {
432
+ }
433
+ declare const GeneralIconlyLightPaperFail: (props: GeneralIconlyLightPaperFailProps) => React.JSX.Element;
434
+
435
+ interface GeneralIconlyLightPaperNegativeProps extends React.SVGProps<SVGSVGElement> {
436
+ }
437
+ declare const GeneralIconlyLightPaperNegative: (props: GeneralIconlyLightPaperNegativeProps) => React.JSX.Element;
438
+
439
+ interface GeneralIconlyLightPaperPlusProps extends React.SVGProps<SVGSVGElement> {
440
+ }
441
+ declare const GeneralIconlyLightPaperPlus: (props: GeneralIconlyLightPaperPlusProps) => React.JSX.Element;
442
+
443
+ interface GeneralIconlyLightPaperUploadProps extends React.SVGProps<SVGSVGElement> {
444
+ }
445
+ declare const GeneralIconlyLightPaperUpload: (props: GeneralIconlyLightPaperUploadProps) => React.JSX.Element;
446
+
447
+ interface GeneralIconlyLightPaperProps extends React.SVGProps<SVGSVGElement> {
448
+ }
449
+ declare const GeneralIconlyLightPaper: (props: GeneralIconlyLightPaperProps) => React.JSX.Element;
450
+
451
+ interface GeneralIconlyLightPasswordProps extends React.SVGProps<SVGSVGElement> {
452
+ }
453
+ declare const GeneralIconlyLightPassword: (props: GeneralIconlyLightPasswordProps) => React.JSX.Element;
454
+
455
+ interface GeneralIconlyLightPlusProps extends React.SVGProps<SVGSVGElement> {
456
+ }
457
+ declare const GeneralIconlyLightPlus: (props: GeneralIconlyLightPlusProps) => React.JSX.Element;
458
+
459
+ interface GeneralIconlyLightProfileProps extends React.SVGProps<SVGSVGElement> {
460
+ }
461
+ declare const GeneralIconlyLightProfile: (props: GeneralIconlyLightProfileProps) => React.JSX.Element;
462
+
463
+ interface GeneralIconlyLightScanProps extends React.SVGProps<SVGSVGElement> {
464
+ }
465
+ declare const GeneralIconlyLightScan: (props: GeneralIconlyLightScanProps) => React.JSX.Element;
466
+
467
+ interface GeneralIconlyLightSendProps extends React.SVGProps<SVGSVGElement> {
468
+ }
469
+ declare const GeneralIconlyLightSend: (props: GeneralIconlyLightSendProps) => React.JSX.Element;
470
+
471
+ interface GeneralIconlyLightSettingProps extends React.SVGProps<SVGSVGElement> {
472
+ }
473
+ declare const GeneralIconlyLightSetting: (props: GeneralIconlyLightSettingProps) => React.JSX.Element;
474
+
475
+ interface GeneralIconlyLightShieldDoneProps extends React.SVGProps<SVGSVGElement> {
476
+ }
477
+ declare const GeneralIconlyLightShieldDone: (props: GeneralIconlyLightShieldDoneProps) => React.JSX.Element;
478
+
479
+ interface GeneralIconlyLightShieldFailProps extends React.SVGProps<SVGSVGElement> {
480
+ }
481
+ declare const GeneralIconlyLightShieldFail: (props: GeneralIconlyLightShieldFailProps) => React.JSX.Element;
482
+
483
+ interface GeneralIconlyLightShowProps extends React.SVGProps<SVGSVGElement> {
484
+ }
485
+ declare const GeneralIconlyLightShow: (props: GeneralIconlyLightShowProps) => React.JSX.Element;
486
+
487
+ interface GeneralIconlyLightStarProps extends React.SVGProps<SVGSVGElement> {
488
+ }
489
+ declare const GeneralIconlyLightStar: (props: GeneralIconlyLightStarProps) => React.JSX.Element;
490
+
491
+ interface GeneralIconlyLightTimeCircleProps extends React.SVGProps<SVGSVGElement> {
492
+ }
493
+ declare const GeneralIconlyLightTimeCircle: (props: GeneralIconlyLightTimeCircleProps) => React.JSX.Element;
494
+
495
+ interface GeneralIconlyLightUnlockProps extends React.SVGProps<SVGSVGElement> {
496
+ }
497
+ declare const GeneralIconlyLightUnlock: (props: GeneralIconlyLightUnlockProps) => React.JSX.Element;
498
+
499
+ interface GeneralIconlyLightUploadProps extends React.SVGProps<SVGSVGElement> {
500
+ }
501
+ declare const GeneralIconlyLightUpload: (props: GeneralIconlyLightUploadProps) => React.JSX.Element;
502
+
503
+ interface GeneralIconlyLightWalletProps extends React.SVGProps<SVGSVGElement> {
504
+ }
505
+ declare const GeneralIconlyLightWallet: (props: GeneralIconlyLightWalletProps) => React.JSX.Element;
506
+
507
+ interface GeneralIconlyLightWorkProps extends React.SVGProps<SVGSVGElement> {
508
+ }
509
+ declare const GeneralIconlyLightWork: (props: GeneralIconlyLightWorkProps) => React.JSX.Element;
510
+
511
+ interface GeneralIconsArrowResetTimer2Props extends React.SVGProps<SVGSVGElement> {
512
+ }
513
+ declare const GeneralIconsArrowResetTimer2: (props: GeneralIconsArrowResetTimer2Props) => React.JSX.Element;
514
+
515
+ interface GeneralIconsGeneral3UserProps extends React.SVGProps<SVGSVGElement> {
516
+ }
517
+ declare const GeneralIconsGeneral3User: (props: GeneralIconsGeneral3UserProps) => React.JSX.Element;
518
+
519
+ interface GeneralIconsGeneralIdeaProps extends React.SVGProps<SVGSVGElement> {
520
+ }
521
+ declare const GeneralIconsGeneralIdea: (props: GeneralIconsGeneralIdeaProps) => React.JSX.Element;
522
+
523
+ interface GeneralIconsGeneralLink2Props extends React.SVGProps<SVGSVGElement> {
524
+ }
525
+ declare const GeneralIconsGeneralLink2: (props: GeneralIconsGeneralLink2Props) => React.JSX.Element;
526
+
527
+ interface GeneralIconsGeneralSearchProps extends React.SVGProps<SVGSVGElement> {
528
+ }
529
+ declare const GeneralIconsGeneralSearch: (props: GeneralIconsGeneralSearchProps) => React.JSX.Element;
530
+
531
+ interface GeneralIconsGeneralShuffleProps extends React.SVGProps<SVGSVGElement> {
532
+ }
533
+ declare const GeneralIconsGeneralShuffle: (props: GeneralIconsGeneralShuffleProps) => React.JSX.Element;
534
+
535
+ interface GeneralIconsGeneralAddUserProps extends React.SVGProps<SVGSVGElement> {
536
+ }
537
+ declare const GeneralIconsGeneralAddUser: (props: GeneralIconsGeneralAddUserProps) => React.JSX.Element;
538
+
539
+ interface GeneralIconsGeneralAlighnmentProps extends React.SVGProps<SVGSVGElement> {
540
+ }
541
+ declare const GeneralIconsGeneralAlighnment: (props: GeneralIconsGeneralAlighnmentProps) => React.JSX.Element;
542
+
543
+ interface GeneralIconsGeneralAttachProps extends React.SVGProps<SVGSVGElement> {
544
+ }
545
+ declare const GeneralIconsGeneralAttach: (props: GeneralIconsGeneralAttachProps) => React.JSX.Element;
546
+
547
+ interface GeneralIconsGeneralAutomationProps extends React.SVGProps<SVGSVGElement> {
548
+ }
549
+ declare const GeneralIconsGeneralAutomation: (props: GeneralIconsGeneralAutomationProps) => React.JSX.Element;
550
+
551
+ interface GeneralIconsGeneralBankProps extends React.SVGProps<SVGSVGElement> {
552
+ }
553
+ declare const GeneralIconsGeneralBank: (props: GeneralIconsGeneralBankProps) => React.JSX.Element;
554
+
555
+ interface GeneralIconsGeneralBuildingProps extends React.SVGProps<SVGSVGElement> {
556
+ }
557
+ declare const GeneralIconsGeneralBuilding: (props: GeneralIconsGeneralBuildingProps) => React.JSX.Element;
558
+
559
+ interface GeneralIconsGeneralCandidateAnonymousProps extends React.SVGProps<SVGSVGElement> {
560
+ }
561
+ declare const GeneralIconsGeneralCandidateAnonymous: (props: GeneralIconsGeneralCandidateAnonymousProps) => React.JSX.Element;
562
+
563
+ interface GeneralIconsGeneralDeadlineDateProps extends React.SVGProps<SVGSVGElement> {
564
+ }
565
+ declare const GeneralIconsGeneralDeadlineDate: (props: GeneralIconsGeneralDeadlineDateProps) => React.JSX.Element;
566
+
567
+ interface GeneralIconsGeneralFlag1Props extends React.SVGProps<SVGSVGElement> {
568
+ }
569
+ declare const GeneralIconsGeneralFlag1: (props: GeneralIconsGeneralFlag1Props) => React.JSX.Element;
570
+
571
+ interface GeneralIconsGeneralFlagProps extends React.SVGProps<SVGSVGElement> {
572
+ }
573
+ declare const GeneralIconsGeneralFlag: (props: GeneralIconsGeneralFlagProps) => React.JSX.Element;
574
+
575
+ interface GeneralIconsGeneralMessagesProps extends React.SVGProps<SVGSVGElement> {
576
+ }
577
+ declare const GeneralIconsGeneralMessages: (props: GeneralIconsGeneralMessagesProps) => React.JSX.Element;
578
+
579
+ interface GeneralIconsGeneralPieChartProps extends React.SVGProps<SVGSVGElement> {
580
+ }
581
+ declare const GeneralIconsGeneralPieChart: (props: GeneralIconsGeneralPieChartProps) => React.JSX.Element;
582
+
583
+ interface GeneralIconsGeneralPrinterProps extends React.SVGProps<SVGSVGElement> {
584
+ }
585
+ declare const GeneralIconsGeneralPrinter: (props: GeneralIconsGeneralPrinterProps) => React.JSX.Element;
586
+
587
+ interface GeneralIconsGeneralProfileProps extends React.SVGProps<SVGSVGElement> {
588
+ }
589
+ declare const GeneralIconsGeneralProfile: (props: GeneralIconsGeneralProfileProps) => React.JSX.Element;
590
+
591
+ interface GeneralIconsGeneralSetting2Props extends React.SVGProps<SVGSVGElement> {
592
+ }
593
+ declare const GeneralIconsGeneralSetting2: (props: GeneralIconsGeneralSetting2Props) => React.JSX.Element;
594
+
595
+ interface GeneralIconsGeneralStrategyProps extends React.SVGProps<SVGSVGElement> {
596
+ }
597
+ declare const GeneralIconsGeneralStrategy: (props: GeneralIconsGeneralStrategyProps) => React.JSX.Element;
598
+
599
+ interface GeneralIconsGeneralTargetProps extends React.SVGProps<SVGSVGElement> {
600
+ }
601
+ declare const GeneralIconsGeneralTarget: (props: GeneralIconsGeneralTargetProps) => React.JSX.Element;
602
+
603
+ interface GeneralIconsGeneralTickProps extends React.SVGProps<SVGSVGElement> {
604
+ }
605
+ declare const GeneralIconsGeneralTick: (props: GeneralIconsGeneralTickProps) => React.JSX.Element;
606
+
607
+ interface GeneralIconsGeneralUser2Props extends React.SVGProps<SVGSVGElement> {
608
+ }
609
+ declare const GeneralIconsGeneralUser2: (props: GeneralIconsGeneralUser2Props) => React.JSX.Element;
610
+
611
+ interface GeneralVuesaxLinearBriefcaseProps extends React.SVGProps<SVGSVGElement> {
612
+ }
613
+ declare const GeneralVuesaxLinearBriefcase: (props: GeneralVuesaxLinearBriefcaseProps) => React.JSX.Element;
614
+
615
+ interface GeneralVuesaxLinearClock1Props extends React.SVGProps<SVGSVGElement> {
616
+ }
617
+ declare const GeneralVuesaxLinearClock1: (props: GeneralVuesaxLinearClock1Props) => React.JSX.Element;
618
+
619
+ interface GeneralVuesaxLinearClockProps extends React.SVGProps<SVGSVGElement> {
620
+ }
621
+ declare const GeneralVuesaxLinearClock: (props: GeneralVuesaxLinearClockProps) => React.JSX.Element;
622
+
623
+ interface GeneralVuesaxLinearCopyProps extends React.SVGProps<SVGSVGElement> {
624
+ }
625
+ declare const GeneralVuesaxLinearCopy: (props: GeneralVuesaxLinearCopyProps) => React.JSX.Element;
626
+
627
+ interface GeneralVuesaxLinearCustomFieldProps extends React.SVGProps<SVGSVGElement> {
628
+ }
629
+ declare const GeneralVuesaxLinearCustomField: (props: GeneralVuesaxLinearCustomFieldProps) => React.JSX.Element;
630
+
631
+ interface GeneralVuesaxLinearExport1Props extends React.SVGProps<SVGSVGElement> {
632
+ }
633
+ declare const GeneralVuesaxLinearExport1: (props: GeneralVuesaxLinearExport1Props) => React.JSX.Element;
634
+
635
+ interface GeneralVuesaxLinearExportProps extends React.SVGProps<SVGSVGElement> {
636
+ }
637
+ declare const GeneralVuesaxLinearExport: (props: GeneralVuesaxLinearExportProps) => React.JSX.Element;
638
+
639
+ interface GeneralVuesaxLinearFolder2Props extends React.SVGProps<SVGSVGElement> {
640
+ }
641
+ declare const GeneralVuesaxLinearFolder2: (props: GeneralVuesaxLinearFolder2Props) => React.JSX.Element;
642
+
643
+ interface GeneralVuesaxLinearGalleryAddProps extends React.SVGProps<SVGSVGElement> {
644
+ }
645
+ declare const GeneralVuesaxLinearGalleryAdd: (props: GeneralVuesaxLinearGalleryAddProps) => React.JSX.Element;
646
+
647
+ interface GeneralVuesaxLinearGalleryEditProps extends React.SVGProps<SVGSVGElement> {
648
+ }
649
+ declare const GeneralVuesaxLinearGalleryEdit: (props: GeneralVuesaxLinearGalleryEditProps) => React.JSX.Element;
650
+
651
+ interface GeneralVuesaxLinearGiftProps extends React.SVGProps<SVGSVGElement> {
652
+ }
653
+ declare const GeneralVuesaxLinearGift: (props: GeneralVuesaxLinearGiftProps) => React.JSX.Element;
654
+
655
+ interface GeneralVuesaxLinearHelpCenterProps extends React.SVGProps<SVGSVGElement> {
656
+ }
657
+ declare const GeneralVuesaxLinearHelpCenter: (props: GeneralVuesaxLinearHelpCenterProps) => React.JSX.Element;
658
+
659
+ interface GeneralVuesaxLinearImageProps extends React.SVGProps<SVGSVGElement> {
660
+ }
661
+ declare const GeneralVuesaxLinearImage: (props: GeneralVuesaxLinearImageProps) => React.JSX.Element;
662
+
663
+ interface GeneralVuesaxLinearImportProps extends React.SVGProps<SVGSVGElement> {
664
+ }
665
+ declare const GeneralVuesaxLinearImport: (props: GeneralVuesaxLinearImportProps) => React.JSX.Element;
666
+
667
+ interface GeneralVuesaxLinearKeyProps extends React.SVGProps<SVGSVGElement> {
668
+ }
669
+ declare const GeneralVuesaxLinearKey: (props: GeneralVuesaxLinearKeyProps) => React.JSX.Element;
670
+
671
+ interface GeneralVuesaxLinearMagicpenProps extends React.SVGProps<SVGSVGElement> {
672
+ }
673
+ declare const GeneralVuesaxLinearMagicpen: (props: GeneralVuesaxLinearMagicpenProps) => React.JSX.Element;
674
+
675
+ interface GeneralVuesaxLinearMessageAddProps extends React.SVGProps<SVGSVGElement> {
676
+ }
677
+ declare const GeneralVuesaxLinearMessageAdd: (props: GeneralVuesaxLinearMessageAddProps) => React.JSX.Element;
678
+
679
+ interface GeneralVuesaxLinearPercentageSquareProps extends React.SVGProps<SVGSVGElement> {
680
+ }
681
+ declare const GeneralVuesaxLinearPercentageSquare: (props: GeneralVuesaxLinearPercentageSquareProps) => React.JSX.Element;
682
+
683
+ interface GeneralVuesaxLinearSignpostProps extends React.SVGProps<SVGSVGElement> {
684
+ }
685
+ declare const GeneralVuesaxLinearSignpost: (props: GeneralVuesaxLinearSignpostProps) => React.JSX.Element;
686
+
687
+ interface GeneralVuesaxLinearSmsProps extends React.SVGProps<SVGSVGElement> {
688
+ }
689
+ declare const GeneralVuesaxLinearSms: (props: GeneralVuesaxLinearSmsProps) => React.JSX.Element;
690
+
691
+ interface GeneralVuesaxLinearSunProps extends React.SVGProps<SVGSVGElement> {
692
+ }
693
+ declare const GeneralVuesaxLinearSun: (props: GeneralVuesaxLinearSunProps) => React.JSX.Element;
694
+
695
+ interface GeneralVuesaxLinearTaskSquareProps extends React.SVGProps<SVGSVGElement> {
696
+ }
697
+ declare const GeneralVuesaxLinearTaskSquare: (props: GeneralVuesaxLinearTaskSquareProps) => React.JSX.Element;
698
+
699
+ interface GeneralVuesaxLinearTeacherProps extends React.SVGProps<SVGSVGElement> {
700
+ }
701
+ declare const GeneralVuesaxLinearTeacher: (props: GeneralVuesaxLinearTeacherProps) => React.JSX.Element;
702
+
703
+ interface GeneralVuesaxLinearTimerPauseProps extends React.SVGProps<SVGSVGElement> {
704
+ }
705
+ declare const GeneralVuesaxLinearTimerPause: (props: GeneralVuesaxLinearTimerPauseProps) => React.JSX.Element;
706
+
707
+ interface IconsArrowResetTimer2Props extends React.SVGProps<SVGSVGElement> {
708
+ }
709
+ declare const IconsArrowResetTimer2: (props: IconsArrowResetTimer2Props) => React.JSX.Element;
710
+
711
+ interface IconsGeneral3UserProps extends React.SVGProps<SVGSVGElement> {
712
+ }
713
+ declare const IconsGeneral3User: (props: IconsGeneral3UserProps) => React.JSX.Element;
714
+
715
+ interface IconsGeneralIdeaProps extends React.SVGProps<SVGSVGElement> {
716
+ }
717
+ declare const IconsGeneralIdea: (props: IconsGeneralIdeaProps) => React.JSX.Element;
718
+
719
+ interface IconsGeneralLink2Props extends React.SVGProps<SVGSVGElement> {
720
+ }
721
+ declare const IconsGeneralLink2: (props: IconsGeneralLink2Props) => React.JSX.Element;
722
+
723
+ interface IconsGeneralSearchProps extends React.SVGProps<SVGSVGElement> {
724
+ }
725
+ declare const IconsGeneralSearch: (props: IconsGeneralSearchProps) => React.JSX.Element;
726
+
727
+ interface IconsGeneralShuffleProps extends React.SVGProps<SVGSVGElement> {
728
+ }
729
+ declare const IconsGeneralShuffle: (props: IconsGeneralShuffleProps) => React.JSX.Element;
730
+
731
+ interface IconsGeneralAddUserProps extends React.SVGProps<SVGSVGElement> {
732
+ }
733
+ declare const IconsGeneralAddUser: (props: IconsGeneralAddUserProps) => React.JSX.Element;
734
+
735
+ interface IconsGeneralAlighnmentProps extends React.SVGProps<SVGSVGElement> {
736
+ }
737
+ declare const IconsGeneralAlighnment: (props: IconsGeneralAlighnmentProps) => React.JSX.Element;
738
+
739
+ interface IconsGeneralAttachProps extends React.SVGProps<SVGSVGElement> {
740
+ }
741
+ declare const IconsGeneralAttach: (props: IconsGeneralAttachProps) => React.JSX.Element;
742
+
743
+ interface IconsGeneralAutomationProps extends React.SVGProps<SVGSVGElement> {
744
+ }
745
+ declare const IconsGeneralAutomation: (props: IconsGeneralAutomationProps) => React.JSX.Element;
746
+
747
+ interface IconsGeneralBankProps extends React.SVGProps<SVGSVGElement> {
748
+ }
749
+ declare const IconsGeneralBank: (props: IconsGeneralBankProps) => React.JSX.Element;
750
+
751
+ interface IconsGeneralBuildingProps extends React.SVGProps<SVGSVGElement> {
752
+ }
753
+ declare const IconsGeneralBuilding: (props: IconsGeneralBuildingProps) => React.JSX.Element;
754
+
755
+ interface IconsGeneralCandidateAnonymousProps extends React.SVGProps<SVGSVGElement> {
756
+ }
757
+ declare const IconsGeneralCandidateAnonymous: (props: IconsGeneralCandidateAnonymousProps) => React.JSX.Element;
758
+
759
+ interface IconsGeneralDeadlineDateProps extends React.SVGProps<SVGSVGElement> {
760
+ }
761
+ declare const IconsGeneralDeadlineDate: (props: IconsGeneralDeadlineDateProps) => React.JSX.Element;
762
+
763
+ interface IconsGeneralFlag1Props extends React.SVGProps<SVGSVGElement> {
764
+ }
765
+ declare const IconsGeneralFlag1: (props: IconsGeneralFlag1Props) => React.JSX.Element;
766
+
767
+ interface IconsGeneralFlagProps extends React.SVGProps<SVGSVGElement> {
768
+ }
769
+ declare const IconsGeneralFlag: (props: IconsGeneralFlagProps) => React.JSX.Element;
770
+
771
+ interface IconsGeneralMessagesProps extends React.SVGProps<SVGSVGElement> {
772
+ }
773
+ declare const IconsGeneralMessages: (props: IconsGeneralMessagesProps) => React.JSX.Element;
774
+
775
+ interface IconsGeneralPieChartProps extends React.SVGProps<SVGSVGElement> {
776
+ }
777
+ declare const IconsGeneralPieChart: (props: IconsGeneralPieChartProps) => React.JSX.Element;
778
+
779
+ interface IconsGeneralPrinterProps extends React.SVGProps<SVGSVGElement> {
780
+ }
781
+ declare const IconsGeneralPrinter: (props: IconsGeneralPrinterProps) => React.JSX.Element;
782
+
783
+ interface IconsGeneralProfileProps extends React.SVGProps<SVGSVGElement> {
784
+ }
785
+ declare const IconsGeneralProfile: (props: IconsGeneralProfileProps) => React.JSX.Element;
786
+
787
+ interface IconsGeneralSetting2Props extends React.SVGProps<SVGSVGElement> {
788
+ }
789
+ declare const IconsGeneralSetting2: (props: IconsGeneralSetting2Props) => React.JSX.Element;
790
+
791
+ interface IconsGeneralStrategyProps extends React.SVGProps<SVGSVGElement> {
792
+ }
793
+ declare const IconsGeneralStrategy: (props: IconsGeneralStrategyProps) => React.JSX.Element;
794
+
795
+ interface IconsGeneralTargetProps extends React.SVGProps<SVGSVGElement> {
796
+ }
797
+ declare const IconsGeneralTarget: (props: IconsGeneralTargetProps) => React.JSX.Element;
798
+
799
+ interface IconsGeneralTickProps extends React.SVGProps<SVGSVGElement> {
800
+ }
801
+ declare const IconsGeneralTick: (props: IconsGeneralTickProps) => React.JSX.Element;
802
+
803
+ interface IconsGeneralUser2Props extends React.SVGProps<SVGSVGElement> {
804
+ }
805
+ declare const IconsGeneralUser2: (props: IconsGeneralUser2Props) => React.JSX.Element;
806
+
807
+ interface VuesaxLinearBriefcaseProps extends React.SVGProps<SVGSVGElement> {
808
+ }
809
+ declare const VuesaxLinearBriefcase: (props: VuesaxLinearBriefcaseProps) => React.JSX.Element;
810
+
811
+ interface VuesaxLinearClock1Props extends React.SVGProps<SVGSVGElement> {
812
+ }
813
+ declare const VuesaxLinearClock1: (props: VuesaxLinearClock1Props) => React.JSX.Element;
814
+
815
+ interface VuesaxLinearClockProps extends React.SVGProps<SVGSVGElement> {
816
+ }
817
+ declare const VuesaxLinearClock: (props: VuesaxLinearClockProps) => React.JSX.Element;
818
+
819
+ interface VuesaxLinearCopyProps extends React.SVGProps<SVGSVGElement> {
820
+ }
821
+ declare const VuesaxLinearCopy: (props: VuesaxLinearCopyProps) => React.JSX.Element;
822
+
823
+ interface VuesaxLinearCustomFieldProps extends React.SVGProps<SVGSVGElement> {
824
+ }
825
+ declare const VuesaxLinearCustomField: (props: VuesaxLinearCustomFieldProps) => React.JSX.Element;
826
+
827
+ interface VuesaxLinearExport1Props extends React.SVGProps<SVGSVGElement> {
828
+ }
829
+ declare const VuesaxLinearExport1: (props: VuesaxLinearExport1Props) => React.JSX.Element;
830
+
831
+ interface VuesaxLinearExportProps extends React.SVGProps<SVGSVGElement> {
832
+ }
833
+ declare const VuesaxLinearExport: (props: VuesaxLinearExportProps) => React.JSX.Element;
834
+
835
+ interface VuesaxLinearFolder2Props extends React.SVGProps<SVGSVGElement> {
836
+ }
837
+ declare const VuesaxLinearFolder2: (props: VuesaxLinearFolder2Props) => React.JSX.Element;
838
+
839
+ interface VuesaxLinearGalleryAddProps extends React.SVGProps<SVGSVGElement> {
840
+ }
841
+ declare const VuesaxLinearGalleryAdd: (props: VuesaxLinearGalleryAddProps) => React.JSX.Element;
842
+
843
+ interface VuesaxLinearGalleryEditProps extends React.SVGProps<SVGSVGElement> {
844
+ }
845
+ declare const VuesaxLinearGalleryEdit: (props: VuesaxLinearGalleryEditProps) => React.JSX.Element;
846
+
847
+ interface VuesaxLinearGiftProps extends React.SVGProps<SVGSVGElement> {
848
+ }
849
+ declare const VuesaxLinearGift: (props: VuesaxLinearGiftProps) => React.JSX.Element;
850
+
851
+ interface VuesaxLinearHelpCenterProps extends React.SVGProps<SVGSVGElement> {
852
+ }
853
+ declare const VuesaxLinearHelpCenter: (props: VuesaxLinearHelpCenterProps) => React.JSX.Element;
854
+
855
+ interface VuesaxLinearImageProps extends React.SVGProps<SVGSVGElement> {
856
+ }
857
+ declare const VuesaxLinearImage: (props: VuesaxLinearImageProps) => React.JSX.Element;
858
+
859
+ interface VuesaxLinearImportProps extends React.SVGProps<SVGSVGElement> {
860
+ }
861
+ declare const VuesaxLinearImport: (props: VuesaxLinearImportProps) => React.JSX.Element;
862
+
863
+ interface VuesaxLinearKeyProps extends React.SVGProps<SVGSVGElement> {
864
+ }
865
+ declare const VuesaxLinearKey: (props: VuesaxLinearKeyProps) => React.JSX.Element;
866
+
867
+ interface VuesaxLinearMagicpenProps extends React.SVGProps<SVGSVGElement> {
868
+ }
869
+ declare const VuesaxLinearMagicpen: (props: VuesaxLinearMagicpenProps) => React.JSX.Element;
870
+
871
+ interface VuesaxLinearMessageAddProps extends React.SVGProps<SVGSVGElement> {
872
+ }
873
+ declare const VuesaxLinearMessageAdd: (props: VuesaxLinearMessageAddProps) => React.JSX.Element;
874
+
875
+ interface VuesaxLinearPercentageSquareProps extends React.SVGProps<SVGSVGElement> {
876
+ }
877
+ declare const VuesaxLinearPercentageSquare: (props: VuesaxLinearPercentageSquareProps) => React.JSX.Element;
878
+
879
+ interface VuesaxLinearSignpostProps extends React.SVGProps<SVGSVGElement> {
880
+ }
881
+ declare const VuesaxLinearSignpost: (props: VuesaxLinearSignpostProps) => React.JSX.Element;
882
+
883
+ interface VuesaxLinearSmsProps extends React.SVGProps<SVGSVGElement> {
884
+ }
885
+ declare const VuesaxLinearSms: (props: VuesaxLinearSmsProps) => React.JSX.Element;
886
+
887
+ interface VuesaxLinearSunProps extends React.SVGProps<SVGSVGElement> {
888
+ }
889
+ declare const VuesaxLinearSun: (props: VuesaxLinearSunProps) => React.JSX.Element;
890
+
891
+ interface VuesaxLinearTaskSquareProps extends React.SVGProps<SVGSVGElement> {
892
+ }
893
+ declare const VuesaxLinearTaskSquare: (props: VuesaxLinearTaskSquareProps) => React.JSX.Element;
894
+
895
+ interface VuesaxLinearTeacherProps extends React.SVGProps<SVGSVGElement> {
896
+ }
897
+ declare const VuesaxLinearTeacher: (props: VuesaxLinearTeacherProps) => React.JSX.Element;
898
+
899
+ interface VuesaxLinearTimerPauseProps extends React.SVGProps<SVGSVGElement> {
900
+ }
901
+ declare const VuesaxLinearTimerPause: (props: VuesaxLinearTimerPauseProps) => React.JSX.Element;
902
+
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 };