sixseconds-modules 1.2.1 → 1.2.3

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.
Files changed (44) hide show
  1. package/dist/api/index.d.ts +4 -0
  2. package/dist/api/transforms/user.d.ts +14 -0
  3. package/dist/api/types/base.d.ts +18 -0
  4. package/dist/api/user.d.ts +8 -0
  5. package/dist/assets/images/index.d.ts +4 -0
  6. package/dist/assets/svg/index.d.ts +741 -0
  7. package/dist/components/dialogs/dangerDialog.d.ts +11 -0
  8. package/dist/components/dialogs/index.d.ts +1 -0
  9. package/dist/components/elements/backArrow.d.ts +7 -0
  10. package/dist/components/elements/index.d.ts +2 -0
  11. package/dist/components/elements/logo.d.ts +6 -0
  12. package/dist/components/elements/warning.d.ts +6 -0
  13. package/dist/components/header/appMenus.d.ts +9 -0
  14. package/dist/components/header/dropDownMenu.d.ts +9 -0
  15. package/dist/components/header/index.d.ts +23 -0
  16. package/dist/components/header/language.d.ts +12 -0
  17. package/dist/components/header/notification.d.ts +9 -0
  18. package/dist/components/header/subheaderStyled.d.ts +2 -0
  19. package/dist/components/header/type.d.ts +20 -0
  20. package/dist/components/header/userProfile.d.ts +10 -0
  21. package/dist/components/index.d.ts +2 -0
  22. package/dist/constants/apis.d.ts +4 -0
  23. package/dist/constants/common.d.ts +77 -0
  24. package/dist/constants/dates.d.ts +3 -0
  25. package/dist/constants/env.d.ts +9 -0
  26. package/dist/constants/index.d.ts +6 -0
  27. package/dist/constants/routes.d.ts +19 -0
  28. package/dist/constants/validation.d.ts +4 -0
  29. package/dist/index.cjs.js +5673 -0
  30. package/dist/index.cjs.js.map +1 -0
  31. package/dist/index.d.ts +3 -0
  32. package/dist/index.es.js +5657 -0
  33. package/dist/index.es.js.map +1 -0
  34. package/dist/main.d.ts +0 -0
  35. package/dist/types/custom.d.ts +24 -0
  36. package/dist/types/htmlElements.d.ts +6 -0
  37. package/dist/types/index.d.ts +4 -0
  38. package/dist/types/reactTypes.d.ts +4 -0
  39. package/dist/utils/common.d.ts +13 -0
  40. package/dist/utils/date.d.ts +3 -0
  41. package/dist/utils/index.d.ts +2 -0
  42. package/dist/vite-env.d.ts +2 -0
  43. package/dist/vite.svg +1 -0
  44. package/package.json +1 -1
@@ -0,0 +1,741 @@
1
+ declare const SVG: {
2
+ NewTwitterIcons: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
3
+ title?: string;
4
+ titleId?: string;
5
+ desc?: string;
6
+ descId?: string;
7
+ }>;
8
+ UserEdit: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
9
+ title?: string;
10
+ titleId?: string;
11
+ desc?: string;
12
+ descId?: string;
13
+ }>;
14
+ Logout: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
15
+ title?: string;
16
+ titleId?: string;
17
+ desc?: string;
18
+ descId?: string;
19
+ }>;
20
+ CheckedPerson: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
21
+ title?: string;
22
+ titleId?: string;
23
+ desc?: string;
24
+ descId?: string;
25
+ }>;
26
+ Bell2: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
27
+ title?: string;
28
+ titleId?: string;
29
+ desc?: string;
30
+ descId?: string;
31
+ }>;
32
+ Assessment: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
33
+ title?: string;
34
+ titleId?: string;
35
+ desc?: string;
36
+ descId?: string;
37
+ }>;
38
+ ArrowRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
39
+ title?: string;
40
+ titleId?: string;
41
+ desc?: string;
42
+ descId?: string;
43
+ }>;
44
+ Arrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
45
+ title?: string;
46
+ titleId?: string;
47
+ desc?: string;
48
+ descId?: string;
49
+ }>;
50
+ ArrowLeft: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
51
+ title?: string;
52
+ titleId?: string;
53
+ desc?: string;
54
+ descId?: string;
55
+ }>;
56
+ ArrowSquareOut: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
57
+ title?: string;
58
+ titleId?: string;
59
+ desc?: string;
60
+ descId?: string;
61
+ }>;
62
+ Alert: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
63
+ title?: string;
64
+ titleId?: string;
65
+ desc?: string;
66
+ descId?: string;
67
+ }>;
68
+ Credits: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
69
+ title?: string;
70
+ titleId?: string;
71
+ desc?: string;
72
+ descId?: string;
73
+ }>;
74
+ BackArrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
75
+ title?: string;
76
+ titleId?: string;
77
+ desc?: string;
78
+ descId?: string;
79
+ }>;
80
+ Bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
81
+ title?: string;
82
+ titleId?: string;
83
+ desc?: string;
84
+ descId?: string;
85
+ }>;
86
+ Brain: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
87
+ title?: string;
88
+ titleId?: string;
89
+ desc?: string;
90
+ descId?: string;
91
+ }>;
92
+ Book: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
93
+ title?: string;
94
+ titleId?: string;
95
+ desc?: string;
96
+ descId?: string;
97
+ }>;
98
+ Chart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
+ title?: string;
100
+ titleId?: string;
101
+ desc?: string;
102
+ descId?: string;
103
+ }>;
104
+ CaretDown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
105
+ title?: string;
106
+ titleId?: string;
107
+ desc?: string;
108
+ descId?: string;
109
+ }>;
110
+ Circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
111
+ title?: string;
112
+ titleId?: string;
113
+ desc?: string;
114
+ descId?: string;
115
+ }>;
116
+ ChartBar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
117
+ title?: string;
118
+ titleId?: string;
119
+ desc?: string;
120
+ descId?: string;
121
+ }>;
122
+ Coins: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
123
+ title?: string;
124
+ titleId?: string;
125
+ desc?: string;
126
+ descId?: string;
127
+ }>;
128
+ China: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
129
+ title?: string;
130
+ titleId?: string;
131
+ desc?: string;
132
+ descId?: string;
133
+ }>;
134
+ CheckCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
135
+ title?: string;
136
+ titleId?: string;
137
+ desc?: string;
138
+ descId?: string;
139
+ }>;
140
+ CloudArrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
141
+ title?: string;
142
+ titleId?: string;
143
+ desc?: string;
144
+ descId?: string;
145
+ }>;
146
+ Config: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
147
+ title?: string;
148
+ titleId?: string;
149
+ desc?: string;
150
+ descId?: string;
151
+ }>;
152
+ Document: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
153
+ title?: string;
154
+ titleId?: string;
155
+ desc?: string;
156
+ descId?: string;
157
+ }>;
158
+ Dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
159
+ title?: string;
160
+ titleId?: string;
161
+ desc?: string;
162
+ descId?: string;
163
+ }>;
164
+ Delete: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
165
+ title?: string;
166
+ titleId?: string;
167
+ desc?: string;
168
+ descId?: string;
169
+ }>;
170
+ Dawn: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
171
+ title?: string;
172
+ titleId?: string;
173
+ desc?: string;
174
+ descId?: string;
175
+ }>;
176
+ Download: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
177
+ title?: string;
178
+ titleId?: string;
179
+ desc?: string;
180
+ descId?: string;
181
+ }>;
182
+ Dairy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
183
+ title?: string;
184
+ titleId?: string;
185
+ desc?: string;
186
+ descId?: string;
187
+ }>;
188
+ Eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
189
+ title?: string;
190
+ titleId?: string;
191
+ desc?: string;
192
+ descId?: string;
193
+ }>;
194
+ Email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
195
+ title?: string;
196
+ titleId?: string;
197
+ desc?: string;
198
+ descId?: string;
199
+ }>;
200
+ Earth: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
201
+ title?: string;
202
+ titleId?: string;
203
+ desc?: string;
204
+ descId?: string;
205
+ }>;
206
+ Envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
207
+ title?: string;
208
+ titleId?: string;
209
+ desc?: string;
210
+ descId?: string;
211
+ }>;
212
+ Edit: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
213
+ title?: string;
214
+ titleId?: string;
215
+ desc?: string;
216
+ descId?: string;
217
+ }>;
218
+ File: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
219
+ title?: string;
220
+ titleId?: string;
221
+ desc?: string;
222
+ descId?: string;
223
+ }>;
224
+ Facebook: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
225
+ title?: string;
226
+ titleId?: string;
227
+ desc?: string;
228
+ descId?: string;
229
+ }>;
230
+ Flag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
231
+ title?: string;
232
+ titleId?: string;
233
+ desc?: string;
234
+ descId?: string;
235
+ }>;
236
+ Flag1: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
237
+ title?: string;
238
+ titleId?: string;
239
+ desc?: string;
240
+ descId?: string;
241
+ }>;
242
+ Flag2: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
243
+ title?: string;
244
+ titleId?: string;
245
+ desc?: string;
246
+ descId?: string;
247
+ }>;
248
+ Flag3: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
249
+ title?: string;
250
+ titleId?: string;
251
+ desc?: string;
252
+ descId?: string;
253
+ }>;
254
+ France: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
255
+ title?: string;
256
+ titleId?: string;
257
+ desc?: string;
258
+ descId?: string;
259
+ }>;
260
+ FilePlus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
261
+ title?: string;
262
+ titleId?: string;
263
+ desc?: string;
264
+ descId?: string;
265
+ }>;
266
+ Folder: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
267
+ title?: string;
268
+ titleId?: string;
269
+ desc?: string;
270
+ descId?: string;
271
+ }>;
272
+ FileFolder: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
273
+ title?: string;
274
+ titleId?: string;
275
+ desc?: string;
276
+ descId?: string;
277
+ }>;
278
+ HeaderUsa: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
279
+ title?: string;
280
+ titleId?: string;
281
+ desc?: string;
282
+ descId?: string;
283
+ }>;
284
+ Globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
285
+ title?: string;
286
+ titleId?: string;
287
+ desc?: string;
288
+ descId?: string;
289
+ }>;
290
+ GreyCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
291
+ title?: string;
292
+ titleId?: string;
293
+ desc?: string;
294
+ descId?: string;
295
+ }>;
296
+ GreenCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
297
+ title?: string;
298
+ titleId?: string;
299
+ desc?: string;
300
+ descId?: string;
301
+ }>;
302
+ GreenCircles: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
303
+ title?: string;
304
+ titleId?: string;
305
+ desc?: string;
306
+ descId?: string;
307
+ }>;
308
+ GreenFlag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
309
+ title?: string;
310
+ titleId?: string;
311
+ desc?: string;
312
+ descId?: string;
313
+ }>;
314
+ Instagram: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
315
+ title?: string;
316
+ titleId?: string;
317
+ desc?: string;
318
+ descId?: string;
319
+ }>;
320
+ Info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
321
+ title?: string;
322
+ titleId?: string;
323
+ desc?: string;
324
+ descId?: string;
325
+ }>;
326
+ India: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
327
+ title?: string;
328
+ titleId?: string;
329
+ desc?: string;
330
+ descId?: string;
331
+ }>;
332
+ In: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
333
+ title?: string;
334
+ titleId?: string;
335
+ desc?: string;
336
+ descId?: string;
337
+ }>;
338
+ Inbox: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
339
+ title?: string;
340
+ titleId?: string;
341
+ desc?: string;
342
+ descId?: string;
343
+ }>;
344
+ Logo: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
345
+ title?: string;
346
+ titleId?: string;
347
+ desc?: string;
348
+ descId?: string;
349
+ }>;
350
+ Linkedin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
351
+ title?: string;
352
+ titleId?: string;
353
+ desc?: string;
354
+ descId?: string;
355
+ }>;
356
+ Link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
357
+ title?: string;
358
+ titleId?: string;
359
+ desc?: string;
360
+ descId?: string;
361
+ }>;
362
+ LeftArrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
363
+ title?: string;
364
+ titleId?: string;
365
+ desc?: string;
366
+ descId?: string;
367
+ }>;
368
+ Lifebuoy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
369
+ title?: string;
370
+ titleId?: string;
371
+ desc?: string;
372
+ descId?: string;
373
+ }>;
374
+ Linking: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
375
+ title?: string;
376
+ titleId?: string;
377
+ desc?: string;
378
+ descId?: string;
379
+ }>;
380
+ Massage: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
381
+ title?: string;
382
+ titleId?: string;
383
+ desc?: string;
384
+ descId?: string;
385
+ }>;
386
+ Msg: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
387
+ title?: string;
388
+ titleId?: string;
389
+ desc?: string;
390
+ descId?: string;
391
+ }>;
392
+ Notes: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
393
+ title?: string;
394
+ titleId?: string;
395
+ desc?: string;
396
+ descId?: string;
397
+ }>;
398
+ Pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
399
+ title?: string;
400
+ titleId?: string;
401
+ desc?: string;
402
+ descId?: string;
403
+ }>;
404
+ Print: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
405
+ title?: string;
406
+ titleId?: string;
407
+ desc?: string;
408
+ descId?: string;
409
+ }>;
410
+ Printer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
411
+ title?: string;
412
+ titleId?: string;
413
+ desc?: string;
414
+ descId?: string;
415
+ }>;
416
+ Profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
417
+ title?: string;
418
+ titleId?: string;
419
+ desc?: string;
420
+ descId?: string;
421
+ }>;
422
+ Plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
423
+ title?: string;
424
+ titleId?: string;
425
+ desc?: string;
426
+ descId?: string;
427
+ }>;
428
+ Pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
429
+ title?: string;
430
+ titleId?: string;
431
+ desc?: string;
432
+ descId?: string;
433
+ }>;
434
+ Pdf: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
435
+ title?: string;
436
+ titleId?: string;
437
+ desc?: string;
438
+ descId?: string;
439
+ }>;
440
+ Question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
441
+ title?: string;
442
+ titleId?: string;
443
+ desc?: string;
444
+ descId?: string;
445
+ }>;
446
+ Questions: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
447
+ title?: string;
448
+ titleId?: string;
449
+ desc?: string;
450
+ descId?: string;
451
+ }>;
452
+ RedCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
453
+ title?: string;
454
+ titleId?: string;
455
+ desc?: string;
456
+ descId?: string;
457
+ }>;
458
+ Report: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
459
+ title?: string;
460
+ titleId?: string;
461
+ desc?: string;
462
+ descId?: string;
463
+ }>;
464
+ ReportDocument: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
465
+ title?: string;
466
+ titleId?: string;
467
+ desc?: string;
468
+ descId?: string;
469
+ }>;
470
+ Send: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
471
+ title?: string;
472
+ titleId?: string;
473
+ desc?: string;
474
+ descId?: string;
475
+ }>;
476
+ Search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
477
+ title?: string;
478
+ titleId?: string;
479
+ desc?: string;
480
+ descId?: string;
481
+ }>;
482
+ Spain: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
483
+ title?: string;
484
+ titleId?: string;
485
+ desc?: string;
486
+ descId?: string;
487
+ }>;
488
+ Star: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
489
+ title?: string;
490
+ titleId?: string;
491
+ desc?: string;
492
+ descId?: string;
493
+ }>;
494
+ Stock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
495
+ title?: string;
496
+ titleId?: string;
497
+ desc?: string;
498
+ descId?: string;
499
+ }>;
500
+ Scanner: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
501
+ title?: string;
502
+ titleId?: string;
503
+ desc?: string;
504
+ descId?: string;
505
+ }>;
506
+ Sample: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
507
+ title?: string;
508
+ titleId?: string;
509
+ desc?: string;
510
+ descId?: string;
511
+ }>;
512
+ Success: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
513
+ title?: string;
514
+ titleId?: string;
515
+ desc?: string;
516
+ descId?: string;
517
+ }>;
518
+ Structure: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
519
+ title?: string;
520
+ titleId?: string;
521
+ desc?: string;
522
+ descId?: string;
523
+ }>;
524
+ Step: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
525
+ title?: string;
526
+ titleId?: string;
527
+ desc?: string;
528
+ descId?: string;
529
+ }>;
530
+ Step2: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
531
+ title?: string;
532
+ titleId?: string;
533
+ desc?: string;
534
+ descId?: string;
535
+ }>;
536
+ Step3: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
537
+ title?: string;
538
+ titleId?: string;
539
+ desc?: string;
540
+ descId?: string;
541
+ }>;
542
+ Step4: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
543
+ title?: string;
544
+ titleId?: string;
545
+ desc?: string;
546
+ descId?: string;
547
+ }>;
548
+ Step5: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
549
+ title?: string;
550
+ titleId?: string;
551
+ desc?: string;
552
+ descId?: string;
553
+ }>;
554
+ Twitter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
555
+ title?: string;
556
+ titleId?: string;
557
+ desc?: string;
558
+ descId?: string;
559
+ }>;
560
+ Target: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
561
+ title?: string;
562
+ titleId?: string;
563
+ desc?: string;
564
+ descId?: string;
565
+ }>;
566
+ USA: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
567
+ title?: string;
568
+ titleId?: string;
569
+ desc?: string;
570
+ descId?: string;
571
+ }>;
572
+ Users: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
573
+ title?: string;
574
+ titleId?: string;
575
+ desc?: string;
576
+ descId?: string;
577
+ }>;
578
+ User: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
579
+ title?: string;
580
+ titleId?: string;
581
+ desc?: string;
582
+ descId?: string;
583
+ }>;
584
+ Upload: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
585
+ title?: string;
586
+ titleId?: string;
587
+ desc?: string;
588
+ descId?: string;
589
+ }>;
590
+ UploadSimple: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
591
+ title?: string;
592
+ titleId?: string;
593
+ desc?: string;
594
+ descId?: string;
595
+ }>;
596
+ Watch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
597
+ title?: string;
598
+ titleId?: string;
599
+ desc?: string;
600
+ descId?: string;
601
+ }>;
602
+ Warning: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
603
+ title?: string;
604
+ titleId?: string;
605
+ desc?: string;
606
+ descId?: string;
607
+ }>;
608
+ XCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
609
+ title?: string;
610
+ titleId?: string;
611
+ desc?: string;
612
+ descId?: string;
613
+ }>;
614
+ X: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
615
+ title?: string;
616
+ titleId?: string;
617
+ desc?: string;
618
+ descId?: string;
619
+ }>;
620
+ Youtube: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
621
+ title?: string;
622
+ titleId?: string;
623
+ desc?: string;
624
+ descId?: string;
625
+ }>;
626
+ Drag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
627
+ title?: string;
628
+ titleId?: string;
629
+ desc?: string;
630
+ descId?: string;
631
+ }>;
632
+ Language: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
633
+ title?: string;
634
+ titleId?: string;
635
+ desc?: string;
636
+ descId?: string;
637
+ }>;
638
+ Checked: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
639
+ title?: string;
640
+ titleId?: string;
641
+ desc?: string;
642
+ descId?: string;
643
+ }>;
644
+ CheckedIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
645
+ title?: string;
646
+ titleId?: string;
647
+ desc?: string;
648
+ descId?: string;
649
+ }>;
650
+ Bigcross: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
651
+ title?: string;
652
+ titleId?: string;
653
+ desc?: string;
654
+ descId?: string;
655
+ }>;
656
+ OpenSidebarIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
657
+ title?: string;
658
+ titleId?: string;
659
+ desc?: string;
660
+ descId?: string;
661
+ }>;
662
+ CloseSidebarIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
663
+ title?: string;
664
+ titleId?: string;
665
+ desc?: string;
666
+ descId?: string;
667
+ }>;
668
+ DownloadFileIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
669
+ title?: string;
670
+ titleId?: string;
671
+ desc?: string;
672
+ descId?: string;
673
+ }>;
674
+ CertIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
675
+ title?: string;
676
+ titleId?: string;
677
+ desc?: string;
678
+ descId?: string;
679
+ }>;
680
+ CardIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
681
+ title?: string;
682
+ titleId?: string;
683
+ desc?: string;
684
+ descId?: string;
685
+ }>;
686
+ EventIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
687
+ title?: string;
688
+ titleId?: string;
689
+ desc?: string;
690
+ descId?: string;
691
+ }>;
692
+ ToolsIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
693
+ title?: string;
694
+ titleId?: string;
695
+ desc?: string;
696
+ descId?: string;
697
+ }>;
698
+ ManagementIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
699
+ title?: string;
700
+ titleId?: string;
701
+ desc?: string;
702
+ descId?: string;
703
+ }>;
704
+ KeyIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
705
+ title?: string;
706
+ titleId?: string;
707
+ desc?: string;
708
+ descId?: string;
709
+ }>;
710
+ GridIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
711
+ title?: string;
712
+ titleId?: string;
713
+ desc?: string;
714
+ descId?: string;
715
+ }>;
716
+ DashboardIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
717
+ title?: string;
718
+ titleId?: string;
719
+ desc?: string;
720
+ descId?: string;
721
+ }>;
722
+ HomeIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
723
+ title?: string;
724
+ titleId?: string;
725
+ desc?: string;
726
+ descId?: string;
727
+ }>;
728
+ SearchIcon: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
729
+ title?: string;
730
+ titleId?: string;
731
+ desc?: string;
732
+ descId?: string;
733
+ }>;
734
+ RightArrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
735
+ title?: string;
736
+ titleId?: string;
737
+ desc?: string;
738
+ descId?: string;
739
+ }>;
740
+ };
741
+ export default SVG;