@goodhood-web/ui 2.1.0-development.27 → 2.1.0-development.29

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.
@@ -1,327 +1,651 @@
1
1
  declare const IconsMap: {
2
2
  readonly address_book: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
3
3
  title?: string;
4
+ titleId?: string;
5
+ desc?: string;
6
+ descId?: string;
4
7
  }>;
5
8
  readonly baby_toy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
6
9
  title?: string;
10
+ titleId?: string;
11
+ desc?: string;
12
+ descId?: string;
7
13
  }>;
8
14
  readonly bicycle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
9
15
  title?: string;
16
+ titleId?: string;
17
+ desc?: string;
18
+ descId?: string;
10
19
  }>;
11
20
  readonly bookmark_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
12
21
  title?: string;
22
+ titleId?: string;
23
+ desc?: string;
24
+ descId?: string;
13
25
  }>;
14
26
  readonly books: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
15
27
  title?: string;
28
+ titleId?: string;
29
+ desc?: string;
30
+ descId?: string;
16
31
  }>;
17
32
  readonly bubble_heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
18
33
  title?: string;
34
+ titleId?: string;
35
+ desc?: string;
36
+ descId?: string;
19
37
  }>;
20
38
  readonly buildings: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
21
39
  title?: string;
40
+ titleId?: string;
41
+ desc?: string;
42
+ descId?: string;
22
43
  }>;
23
44
  readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
24
45
  title?: string;
46
+ titleId?: string;
47
+ desc?: string;
48
+ descId?: string;
25
49
  }>;
26
50
  readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
27
51
  title?: string;
52
+ titleId?: string;
53
+ desc?: string;
54
+ descId?: string;
28
55
  }>;
29
56
  readonly business_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
30
57
  title?: string;
58
+ titleId?: string;
59
+ desc?: string;
60
+ descId?: string;
31
61
  }>;
32
62
  readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
33
63
  title?: string;
64
+ titleId?: string;
65
+ desc?: string;
66
+ descId?: string;
34
67
  }>;
35
68
  readonly camera_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
36
69
  title?: string;
70
+ titleId?: string;
71
+ desc?: string;
72
+ descId?: string;
37
73
  }>;
38
74
  readonly car: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
39
75
  title?: string;
76
+ titleId?: string;
77
+ desc?: string;
78
+ descId?: string;
40
79
  }>;
41
80
  readonly carrot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
42
81
  title?: string;
82
+ titleId?: string;
83
+ desc?: string;
84
+ descId?: string;
43
85
  }>;
44
86
  readonly chat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
45
87
  title?: string;
88
+ titleId?: string;
89
+ desc?: string;
90
+ descId?: string;
46
91
  }>;
47
92
  readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
48
93
  title?: string;
94
+ titleId?: string;
95
+ desc?: string;
96
+ descId?: string;
49
97
  }>;
50
98
  readonly christmas_tree: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
51
99
  title?: string;
100
+ titleId?: string;
101
+ desc?: string;
102
+ descId?: string;
52
103
  }>;
53
104
  readonly clipboard: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
54
105
  title?: string;
106
+ titleId?: string;
107
+ desc?: string;
108
+ descId?: string;
55
109
  }>;
56
110
  readonly clothing: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
57
111
  title?: string;
112
+ titleId?: string;
113
+ desc?: string;
114
+ descId?: string;
58
115
  }>;
59
116
  readonly cocktail: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
60
117
  title?: string;
118
+ titleId?: string;
119
+ desc?: string;
120
+ descId?: string;
61
121
  }>;
62
122
  readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
63
123
  title?: string;
124
+ titleId?: string;
125
+ desc?: string;
126
+ descId?: string;
64
127
  }>;
65
128
  readonly compass: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
66
129
  title?: string;
130
+ titleId?: string;
131
+ desc?: string;
132
+ descId?: string;
67
133
  }>;
68
134
  readonly computer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
69
135
  title?: string;
136
+ titleId?: string;
137
+ desc?: string;
138
+ descId?: string;
70
139
  }>;
71
140
  readonly confetti: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
72
141
  title?: string;
142
+ titleId?: string;
143
+ desc?: string;
144
+ descId?: string;
73
145
  }>;
74
146
  readonly copy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
75
147
  title?: string;
148
+ titleId?: string;
149
+ desc?: string;
150
+ descId?: string;
76
151
  }>;
77
152
  readonly couch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
78
153
  title?: string;
154
+ titleId?: string;
155
+ desc?: string;
156
+ descId?: string;
79
157
  }>;
80
158
  readonly credit_card: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
81
159
  title?: string;
160
+ titleId?: string;
161
+ desc?: string;
162
+ descId?: string;
82
163
  }>;
83
164
  readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
84
165
  title?: string;
166
+ titleId?: string;
167
+ desc?: string;
168
+ descId?: string;
85
169
  }>;
86
170
  readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
87
171
  title?: string;
172
+ titleId?: string;
173
+ desc?: string;
174
+ descId?: string;
88
175
  }>;
89
176
  readonly drill_tool: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
90
177
  title?: string;
178
+ titleId?: string;
179
+ desc?: string;
180
+ descId?: string;
91
181
  }>;
92
182
  readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
93
183
  title?: string;
184
+ titleId?: string;
185
+ desc?: string;
186
+ descId?: string;
94
187
  }>;
95
188
  readonly envelop_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
96
189
  title?: string;
190
+ titleId?: string;
191
+ desc?: string;
192
+ descId?: string;
97
193
  }>;
98
194
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
195
  title?: string;
196
+ titleId?: string;
197
+ desc?: string;
198
+ descId?: string;
100
199
  }>;
101
200
  readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
102
201
  title?: string;
202
+ titleId?: string;
203
+ desc?: string;
204
+ descId?: string;
103
205
  }>;
104
206
  readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
105
207
  title?: string;
208
+ titleId?: string;
209
+ desc?: string;
210
+ descId?: string;
106
211
  }>;
107
212
  readonly event_calendar_date: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
108
213
  title?: string;
214
+ titleId?: string;
215
+ desc?: string;
216
+ descId?: string;
109
217
  }>;
110
218
  readonly event_calendar_grid: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
111
219
  title?: string;
220
+ titleId?: string;
221
+ desc?: string;
222
+ descId?: string;
112
223
  }>;
113
224
  readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
114
225
  title?: string;
226
+ titleId?: string;
227
+ desc?: string;
228
+ descId?: string;
115
229
  }>;
116
230
  readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
117
231
  title?: string;
232
+ titleId?: string;
233
+ desc?: string;
234
+ descId?: string;
118
235
  }>;
119
236
  readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
120
237
  title?: string;
238
+ titleId?: string;
239
+ desc?: string;
240
+ descId?: string;
121
241
  }>;
122
242
  readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
123
243
  title?: string;
244
+ titleId?: string;
245
+ desc?: string;
246
+ descId?: string;
124
247
  }>;
125
248
  readonly gift_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
126
249
  title?: string;
250
+ titleId?: string;
251
+ desc?: string;
252
+ descId?: string;
127
253
  }>;
128
254
  readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
129
255
  title?: string;
256
+ titleId?: string;
257
+ desc?: string;
258
+ descId?: string;
130
259
  }>;
131
260
  readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
132
261
  title?: string;
262
+ titleId?: string;
263
+ desc?: string;
264
+ descId?: string;
133
265
  }>;
134
266
  readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
135
267
  title?: string;
268
+ titleId?: string;
269
+ desc?: string;
270
+ descId?: string;
136
271
  }>;
137
272
  readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
138
273
  title?: string;
274
+ titleId?: string;
275
+ desc?: string;
276
+ descId?: string;
139
277
  }>;
140
278
  readonly heart_handshake_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
141
279
  title?: string;
280
+ titleId?: string;
281
+ desc?: string;
282
+ descId?: string;
142
283
  }>;
143
284
  readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
144
285
  title?: string;
286
+ titleId?: string;
287
+ desc?: string;
288
+ descId?: string;
145
289
  }>;
146
290
  readonly house: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
147
291
  title?: string;
292
+ titleId?: string;
293
+ desc?: string;
294
+ descId?: string;
148
295
  }>;
149
296
  readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
150
297
  title?: string;
298
+ titleId?: string;
299
+ desc?: string;
300
+ descId?: string;
151
301
  }>;
152
302
  readonly info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
153
303
  title?: string;
304
+ titleId?: string;
305
+ desc?: string;
306
+ descId?: string;
154
307
  }>;
155
308
  readonly info_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
156
309
  title?: string;
310
+ titleId?: string;
311
+ desc?: string;
312
+ descId?: string;
157
313
  }>;
158
314
  readonly info_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
159
315
  title?: string;
316
+ titleId?: string;
317
+ desc?: string;
318
+ descId?: string;
160
319
  }>;
161
320
  readonly invite_neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
162
321
  title?: string;
322
+ titleId?: string;
323
+ desc?: string;
324
+ descId?: string;
163
325
  }>;
164
326
  readonly key: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
165
327
  title?: string;
328
+ titleId?: string;
329
+ desc?: string;
330
+ descId?: string;
166
331
  }>;
167
332
  readonly kitchen_pot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
168
333
  title?: string;
334
+ titleId?: string;
335
+ desc?: string;
336
+ descId?: string;
169
337
  }>;
170
338
  readonly link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
171
339
  title?: string;
340
+ titleId?: string;
341
+ desc?: string;
342
+ descId?: string;
172
343
  }>;
173
344
  readonly list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
174
345
  title?: string;
346
+ titleId?: string;
347
+ desc?: string;
348
+ descId?: string;
175
349
  }>;
176
350
  readonly log_in: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
177
351
  title?: string;
352
+ titleId?: string;
353
+ desc?: string;
354
+ descId?: string;
178
355
  }>;
179
356
  readonly log_out: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
180
357
  title?: string;
358
+ titleId?: string;
359
+ desc?: string;
360
+ descId?: string;
181
361
  }>;
182
362
  readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
183
363
  title?: string;
364
+ titleId?: string;
365
+ desc?: string;
366
+ descId?: string;
184
367
  }>;
185
368
  readonly map: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
186
369
  title?: string;
370
+ titleId?: string;
371
+ desc?: string;
372
+ descId?: string;
187
373
  }>;
188
374
  readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
189
375
  title?: string;
376
+ titleId?: string;
377
+ desc?: string;
378
+ descId?: string;
190
379
  }>;
191
380
  readonly miscellaneous_other: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
192
381
  title?: string;
382
+ titleId?: string;
383
+ desc?: string;
384
+ descId?: string;
193
385
  }>;
194
386
  readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
195
387
  title?: string;
388
+ titleId?: string;
389
+ desc?: string;
390
+ descId?: string;
196
391
  }>;
197
392
  readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
198
393
  title?: string;
394
+ titleId?: string;
395
+ desc?: string;
396
+ descId?: string;
199
397
  }>;
200
398
  readonly more_dots_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
201
399
  title?: string;
400
+ titleId?: string;
401
+ desc?: string;
402
+ descId?: string;
202
403
  }>;
203
404
  readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
204
405
  title?: string;
406
+ titleId?: string;
407
+ desc?: string;
408
+ descId?: string;
205
409
  }>;
206
410
  readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
207
411
  title?: string;
412
+ titleId?: string;
413
+ desc?: string;
414
+ descId?: string;
208
415
  }>;
209
416
  readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
210
417
  title?: string;
418
+ titleId?: string;
419
+ desc?: string;
420
+ descId?: string;
211
421
  }>;
212
422
  readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
213
423
  title?: string;
424
+ titleId?: string;
425
+ desc?: string;
426
+ descId?: string;
214
427
  }>;
215
428
  readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
216
429
  title?: string;
430
+ titleId?: string;
431
+ desc?: string;
432
+ descId?: string;
217
433
  }>;
218
434
  readonly paper_empty: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
219
435
  title?: string;
436
+ titleId?: string;
437
+ desc?: string;
438
+ descId?: string;
220
439
  }>;
221
440
  readonly paper_form: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
222
441
  title?: string;
442
+ titleId?: string;
443
+ desc?: string;
444
+ descId?: string;
223
445
  }>;
224
446
  readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
225
447
  title?: string;
448
+ titleId?: string;
449
+ desc?: string;
450
+ descId?: string;
226
451
  }>;
227
452
  readonly paw: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
228
453
  title?: string;
454
+ titleId?: string;
455
+ desc?: string;
456
+ descId?: string;
229
457
  }>;
230
458
  readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
231
459
  title?: string;
460
+ titleId?: string;
461
+ desc?: string;
462
+ descId?: string;
232
463
  }>;
233
464
  readonly pencil_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
234
465
  title?: string;
466
+ titleId?: string;
467
+ desc?: string;
468
+ descId?: string;
235
469
  }>;
236
470
  readonly phone: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
237
471
  title?: string;
472
+ titleId?: string;
473
+ desc?: string;
474
+ descId?: string;
238
475
  }>;
239
476
  readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
240
477
  title?: string;
478
+ titleId?: string;
479
+ desc?: string;
480
+ descId?: string;
241
481
  }>;
242
482
  readonly pins: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
243
483
  title?: string;
484
+ titleId?: string;
485
+ desc?: string;
486
+ descId?: string;
244
487
  }>;
245
488
  readonly plant: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
246
489
  title?: string;
490
+ titleId?: string;
491
+ desc?: string;
492
+ descId?: string;
247
493
  }>;
248
494
  readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
249
495
  title?: string;
496
+ titleId?: string;
497
+ desc?: string;
498
+ descId?: string;
250
499
  }>;
251
500
  readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
252
501
  title?: string;
502
+ titleId?: string;
503
+ desc?: string;
504
+ descId?: string;
253
505
  }>;
254
506
  readonly poll: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
255
507
  title?: string;
508
+ titleId?: string;
509
+ desc?: string;
510
+ descId?: string;
256
511
  }>;
257
512
  readonly post: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
258
513
  title?: string;
514
+ titleId?: string;
515
+ desc?: string;
516
+ descId?: string;
259
517
  }>;
260
518
  readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
261
519
  title?: string;
520
+ titleId?: string;
521
+ desc?: string;
522
+ descId?: string;
262
523
  }>;
263
524
  readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
264
525
  title?: string;
526
+ titleId?: string;
527
+ desc?: string;
528
+ descId?: string;
265
529
  }>;
266
530
  readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
267
531
  title?: string;
532
+ titleId?: string;
533
+ desc?: string;
534
+ descId?: string;
268
535
  }>;
269
536
  readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
270
537
  title?: string;
538
+ titleId?: string;
539
+ desc?: string;
540
+ descId?: string;
271
541
  }>;
272
542
  readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
273
543
  title?: string;
544
+ titleId?: string;
545
+ desc?: string;
546
+ descId?: string;
274
547
  }>;
275
548
  readonly settings_cog: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
276
549
  title?: string;
550
+ titleId?: string;
551
+ desc?: string;
552
+ descId?: string;
277
553
  }>;
278
554
  readonly shopping_bag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
279
555
  title?: string;
556
+ titleId?: string;
557
+ desc?: string;
558
+ descId?: string;
280
559
  }>;
281
560
  readonly shopping_cart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
282
561
  title?: string;
562
+ titleId?: string;
563
+ desc?: string;
564
+ descId?: string;
283
565
  }>;
284
566
  readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
285
567
  title?: string;
568
+ titleId?: string;
569
+ desc?: string;
570
+ descId?: string;
286
571
  }>;
287
572
  readonly star: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
288
573
  title?: string;
574
+ titleId?: string;
575
+ desc?: string;
576
+ descId?: string;
289
577
  }>;
290
578
  readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
291
579
  title?: string;
580
+ titleId?: string;
581
+ desc?: string;
582
+ descId?: string;
292
583
  }>;
293
584
  readonly supporter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
294
585
  title?: string;
586
+ titleId?: string;
587
+ desc?: string;
588
+ descId?: string;
295
589
  }>;
296
590
  readonly supporter_new: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
297
591
  title?: string;
592
+ titleId?: string;
593
+ desc?: string;
594
+ descId?: string;
298
595
  }>;
299
596
  readonly supporter_new_colored: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
300
597
  title?: string;
598
+ titleId?: string;
599
+ desc?: string;
600
+ descId?: string;
301
601
  }>;
302
602
  readonly supporter_white: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
303
603
  title?: string;
604
+ titleId?: string;
605
+ desc?: string;
606
+ descId?: string;
304
607
  }>;
305
608
  readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
306
609
  title?: string;
610
+ titleId?: string;
611
+ desc?: string;
612
+ descId?: string;
307
613
  }>;
308
614
  readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
309
615
  title?: string;
616
+ titleId?: string;
617
+ desc?: string;
618
+ descId?: string;
310
619
  }>;
311
620
  readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
312
621
  title?: string;
622
+ titleId?: string;
623
+ desc?: string;
624
+ descId?: string;
313
625
  }>;
314
626
  readonly truck: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
315
627
  title?: string;
628
+ titleId?: string;
629
+ desc?: string;
630
+ descId?: string;
316
631
  }>;
317
632
  readonly user: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
318
633
  title?: string;
634
+ titleId?: string;
635
+ desc?: string;
636
+ descId?: string;
319
637
  }>;
320
638
  readonly user_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
321
639
  title?: string;
640
+ titleId?: string;
641
+ desc?: string;
642
+ descId?: string;
322
643
  }>;
323
644
  readonly wellness: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
324
645
  title?: string;
646
+ titleId?: string;
647
+ desc?: string;
648
+ descId?: string;
325
649
  }>;
326
650
  };
327
651
  export default IconsMap;