@goodhood-web/ui 2.1.0-development.3 → 2.1.0-development.31

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 (59) hide show
  1. package/index.d.ts +8 -4
  2. package/index.js +124 -124
  3. package/index.mjs +19299 -19093
  4. package/lib/Atoms/Badges/Badge/Badge.types.d.ts +2 -3
  5. package/lib/Atoms/Badges/BadgeIcon/BadgeIcon.types.d.ts +2 -1
  6. package/lib/Atoms/Badges/BadgeLabel/BadgeLabel.types.d.ts +1 -1
  7. package/lib/Atoms/Badges/Tooltip/Tooltip.d.ts +1 -1
  8. package/lib/Atoms/Badges/Tooltip/Tooltip.types.d.ts +2 -0
  9. package/lib/Atoms/Buttons/Button/Button.d.ts +2 -2
  10. package/lib/Atoms/Buttons/Button/Button.types.d.ts +1 -1
  11. package/lib/Atoms/Buttons/IconButton/IconButton.d.ts +1 -1
  12. package/lib/Atoms/Buttons/IconButton/IconButton.types.d.ts +1 -1
  13. package/lib/Atoms/Buttons/OverlayButton/OverlayButton.d.ts +1 -1
  14. package/lib/Atoms/Buttons/OverlayButton/OverlayButton.types.d.ts +1 -0
  15. package/lib/Atoms/Content/BodyText/BodyText.d.ts +1 -1
  16. package/lib/Atoms/Content/BodyText/BodyText.types.d.ts +1 -0
  17. package/lib/Atoms/Content/UserAvatarCluster/UserAvatarCluster.d.ts +3 -0
  18. package/lib/Atoms/Content/UserAvatarCluster/UserAvatarCluster.types.d.ts +42 -0
  19. package/lib/Atoms/Content/UserAvatarCluster/utils.d.ts +41 -0
  20. package/lib/Atoms/Dropdowns/DropdownCard/DropdownCard.d.ts +3 -0
  21. package/lib/Atoms/Dropdowns/DropdownCard/DropdownCard.types.d.ts +9 -0
  22. package/lib/Atoms/Dropdowns/DropdownItem/DropdownItem.d.ts +3 -0
  23. package/lib/Atoms/Dropdowns/{DropdownOption/DropdownOption.types.d.ts → DropdownItem/DropdownItem.types.d.ts} +1 -1
  24. package/lib/Base/Icon/Icon.types.d.ts +10 -6
  25. package/lib/Base/Icon/icons/coloured/32x32/index.d.ts +39 -0
  26. package/lib/Base/Icon/icons/coloured/index.d.ts +43 -0
  27. package/lib/Base/Icon/icons/filled/16x16/index.d.ts +9 -0
  28. package/lib/Base/Icon/icons/filled/24x24/index.d.ts +15 -0
  29. package/lib/Base/Icon/icons/filled/32x32/index.d.ts +21 -0
  30. package/lib/Base/Icon/icons/filled/index.d.ts +45 -0
  31. package/lib/Base/Icon/icons/index.d.ts +1081 -492
  32. package/lib/Base/Icon/icons/{16x16 → outline/16x16}/index.d.ts +18 -3
  33. package/lib/Base/Icon/icons/{24x24 → outline/24x24}/index.d.ts +159 -12
  34. package/lib/Base/Icon/icons/{32x32 → outline/32x32}/index.d.ts +360 -21
  35. package/lib/Base/Icon/icons/outline/index.d.ts +999 -0
  36. package/lib/Base/SocialIcon/SocialIcon.d.ts +4 -0
  37. package/lib/Base/SocialIcon/SocialIcon.types.d.ts +22 -0
  38. package/lib/Base/SocialIcon/icons/48x48/dark/index.d.ts +159 -0
  39. package/lib/Base/SocialIcon/icons/48x48/light/index.d.ts +171 -0
  40. package/lib/Base/SocialIcon/icons/index.d.ts +331 -0
  41. package/lib/Base/Typography/Typography.types.d.ts +2 -1
  42. package/lib/Molecules/ListItemCluster/ListItemCluster.d.ts +3 -0
  43. package/lib/Molecules/ListItemCluster/ListItemCluster.types.d.ts +4 -0
  44. package/lib/Molecules/ListItems/ListItem.d.ts +3 -0
  45. package/lib/Molecules/ListItems/ListItem.types.d.ts +9 -0
  46. package/lib/Molecules/ListItems/Neighbour/Neighbour.d.ts +3 -0
  47. package/lib/Molecules/ListItems/Neighbour/Neighbour.types.d.ts +22 -0
  48. package/lib/Molecules/Markdown/Markdown.d.ts +1 -1
  49. package/lib/Molecules/Markdown/Markdown.types.d.ts +2 -0
  50. package/lib/Molecules/Notices/EmptyState/EmptyState.d.ts +1 -1
  51. package/lib/Molecules/Notices/EmptyState/EmptyState.types.d.ts +1 -0
  52. package/package.json +1 -1
  53. package/style.css +1 -1
  54. package/styles/_media.scss +6 -0
  55. package/lib/Atoms/Dropdowns/DropdownOption/DropdownOption.d.ts +0 -3
  56. package/lib/Atoms/Dropdowns/DropdownOptionsCluster/DropdownOptionsCluster.d.ts +0 -3
  57. package/lib/Atoms/Dropdowns/DropdownOptionsCluster/DropdownOptionsCluster.types.d.ts +0 -4
  58. package/lib/Organisms/Cards/MarketplaceItemCardless/MarketplaceItemCardless.d.ts +0 -2
  59. package/lib/Organisms/Cards/MarketplaceItemCardless/MarketplaceItemCardless.types.d.ts +0 -12
@@ -1,498 +1,1087 @@
1
1
  declare const iconsMap: {
2
- '16': {
3
- chevron_down: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
4
- title?: string;
5
- }>;
6
- chevron_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
7
- title?: string;
8
- }>;
9
- chevron_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
10
- title?: string;
11
- }>;
12
- chevron_up: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
13
- title?: string;
14
- }>;
15
- heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
16
- title?: string;
17
- }>;
18
- heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
19
- title?: string;
20
- }>;
21
- privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
22
- title?: string;
23
- }>;
2
+ coloured: {
3
+ '16': undefined;
4
+ '24': undefined;
5
+ '32': {
6
+ readonly bubble_heart_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
7
+ title?: string;
8
+ titleId?: string;
9
+ desc?: string;
10
+ descId?: string;
11
+ }>;
12
+ readonly event_calendar_plus_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
13
+ title?: string;
14
+ titleId?: string;
15
+ desc?: string;
16
+ descId?: string;
17
+ }>;
18
+ readonly gift_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
19
+ title?: string;
20
+ titleId?: string;
21
+ desc?: string;
22
+ descId?: string;
23
+ }>;
24
+ readonly group_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
25
+ title?: string;
26
+ titleId?: string;
27
+ desc?: string;
28
+ descId?: string;
29
+ }>;
30
+ readonly heart_handshake_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
31
+ title?: string;
32
+ titleId?: string;
33
+ desc?: string;
34
+ descId?: string;
35
+ }>;
36
+ readonly supporter_new_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
37
+ title?: string;
38
+ titleId?: string;
39
+ desc?: string;
40
+ descId?: string;
41
+ }>;
42
+ };
24
43
  };
25
- '24': {
26
- readonly arrow_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
27
- title?: string;
28
- }>;
29
- readonly arrow_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
30
- title?: string;
31
- }>;
32
- readonly bookmark_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
33
- title?: string;
34
- }>;
35
- readonly bookmark_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
36
- title?: string;
37
- }>;
38
- readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
39
- title?: string;
40
- }>;
41
- readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
42
- title?: string;
43
- }>;
44
- readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
45
- title?: string;
46
- }>;
47
- readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
48
- title?: string;
49
- }>;
50
- readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
51
- title?: string;
52
- }>;
53
- readonly chevron_down: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
54
- title?: string;
55
- }>;
56
- readonly chevron_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
57
- title?: string;
58
- }>;
59
- readonly chevron_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
60
- title?: string;
61
- }>;
62
- readonly chevron_up: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
63
- title?: string;
64
- }>;
65
- readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
66
- title?: string;
67
- }>;
68
- readonly copy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
69
- title?: string;
70
- }>;
71
- readonly cross: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
72
- title?: string;
73
- }>;
74
- readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
75
- title?: string;
76
- }>;
77
- readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
78
- title?: string;
79
- }>;
80
- readonly event_calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
81
- title?: string;
82
- }>;
83
- readonly external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
84
- title?: string;
85
- }>;
86
- readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
87
- title?: string;
88
- }>;
89
- readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
90
- title?: string;
91
- }>;
92
- readonly filter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
93
- title?: string;
94
- }>;
95
- readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
96
- title?: string;
97
- }>;
98
- readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
- title?: string;
100
- }>;
101
- readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
102
- title?: string;
103
- }>;
104
- readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
105
- title?: string;
106
- }>;
107
- readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
108
- title?: string;
109
- }>;
110
- readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
111
- title?: string;
112
- }>;
113
- readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
114
- title?: string;
115
- }>;
116
- readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
117
- title?: string;
118
- }>;
119
- readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
120
- title?: string;
121
- }>;
122
- readonly mute: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
123
- title?: string;
124
- }>;
125
- readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
126
- title?: string;
127
- }>;
128
- readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
129
- title?: string;
130
- }>;
131
- readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
132
- title?: string;
133
- }>;
134
- readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
135
- title?: string;
136
- }>;
137
- readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
138
- title?: string;
139
- }>;
140
- readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
141
- title?: string;
142
- }>;
143
- readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
144
- title?: string;
145
- }>;
146
- readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
147
- title?: string;
148
- }>;
149
- readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
150
- title?: string;
151
- }>;
152
- readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
153
- title?: string;
154
- }>;
155
- readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
156
- title?: string;
157
- }>;
158
- readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
159
- title?: string;
160
- }>;
161
- readonly share_arrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
162
- title?: string;
163
- }>;
164
- readonly share_arrow_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
165
- title?: string;
166
- }>;
167
- readonly sort: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
168
- title?: string;
169
- }>;
170
- readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
171
- title?: string;
172
- }>;
173
- readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
174
- title?: string;
175
- }>;
176
- readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
177
- title?: string;
178
- }>;
44
+ filled: {
45
+ '16': {
46
+ heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
47
+ title?: string;
48
+ titleId?: string;
49
+ desc?: string;
50
+ descId?: string;
51
+ }>;
52
+ };
53
+ '24': {
54
+ readonly bookmark_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
55
+ title?: string;
56
+ titleId?: string;
57
+ desc?: string;
58
+ descId?: string;
59
+ }>;
60
+ readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
61
+ title?: string;
62
+ titleId?: string;
63
+ desc?: string;
64
+ descId?: string;
65
+ }>;
66
+ };
67
+ '32': {
68
+ readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
69
+ title?: string;
70
+ titleId?: string;
71
+ desc?: string;
72
+ descId?: string;
73
+ }>;
74
+ readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
75
+ title?: string;
76
+ titleId?: string;
77
+ desc?: string;
78
+ descId?: string;
79
+ }>;
80
+ readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
81
+ title?: string;
82
+ titleId?: string;
83
+ desc?: string;
84
+ descId?: string;
85
+ }>;
86
+ };
179
87
  };
180
- '32': {
181
- readonly address_book: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
182
- title?: string;
183
- }>;
184
- readonly baby_toy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
185
- title?: string;
186
- }>;
187
- readonly bicycle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
188
- title?: string;
189
- }>;
190
- readonly bookmark_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
191
- title?: string;
192
- }>;
193
- readonly books: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
194
- title?: string;
195
- }>;
196
- readonly bubble_heart_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
197
- title?: string;
198
- }>;
199
- readonly bubble_heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
200
- title?: string;
201
- }>;
202
- readonly buildings: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
203
- title?: string;
204
- }>;
205
- readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
206
- title?: string;
207
- }>;
208
- readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
209
- title?: string;
210
- }>;
211
- readonly business_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
212
- title?: string;
213
- }>;
214
- readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
215
- title?: string;
216
- }>;
217
- readonly camera_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
218
- title?: string;
219
- }>;
220
- readonly car: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
221
- title?: string;
222
- }>;
223
- readonly carrot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
224
- title?: string;
225
- }>;
226
- readonly chat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
227
- title?: string;
228
- }>;
229
- readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
230
- title?: string;
231
- }>;
232
- readonly christmas_tree: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
233
- title?: string;
234
- }>;
235
- readonly clipboard: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
236
- title?: string;
237
- }>;
238
- readonly clothing: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
239
- title?: string;
240
- }>;
241
- readonly cocktail: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
242
- title?: string;
243
- }>;
244
- readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
245
- title?: string;
246
- }>;
247
- readonly compass: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
248
- title?: string;
249
- }>;
250
- readonly computer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
251
- title?: string;
252
- }>;
253
- readonly confetti: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
254
- title?: string;
255
- }>;
256
- readonly copy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
257
- title?: string;
258
- }>;
259
- readonly couch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
260
- title?: string;
261
- }>;
262
- readonly credit_card: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
263
- title?: string;
264
- }>;
265
- readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
266
- title?: string;
267
- }>;
268
- readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
269
- title?: string;
270
- }>;
271
- readonly drill_tool: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
272
- title?: string;
273
- }>;
274
- readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
275
- title?: string;
276
- }>;
277
- readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
278
- title?: string;
279
- }>;
280
- readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
281
- title?: string;
282
- }>;
283
- readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
284
- title?: string;
285
- }>;
286
- readonly event_calendar_date: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
287
- title?: string;
288
- }>;
289
- readonly event_calendar_grid: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
290
- title?: string;
291
- }>;
292
- readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
293
- title?: string;
294
- }>;
295
- readonly event_calendar_plus_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
296
- title?: string;
297
- }>;
298
- readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
299
- title?: string;
300
- }>;
301
- readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
302
- title?: string;
303
- }>;
304
- readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
305
- title?: string;
306
- }>;
307
- readonly gift: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
308
- title?: string;
309
- }>;
310
- readonly gift_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
311
- title?: string;
312
- }>;
313
- readonly gift_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
314
- title?: string;
315
- }>;
316
- readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
317
- title?: string;
318
- }>;
319
- readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
320
- title?: string;
321
- }>;
322
- readonly group_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
323
- title?: string;
324
- }>;
325
- readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
326
- title?: string;
327
- }>;
328
- readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
329
- title?: string;
330
- }>;
331
- readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
332
- title?: string;
333
- }>;
334
- readonly heart_handshake_coloured: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
335
- title?: string;
336
- }>;
337
- readonly heart_handshake_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
338
- title?: string;
339
- }>;
340
- readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
341
- title?: string;
342
- }>;
343
- readonly house: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
344
- title?: string;
345
- }>;
346
- readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
347
- title?: string;
348
- }>;
349
- readonly info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
350
- title?: string;
351
- }>;
352
- readonly info_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
353
- title?: string;
354
- }>;
355
- readonly invite_neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
356
- title?: string;
357
- }>;
358
- readonly key: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
359
- title?: string;
360
- }>;
361
- readonly kitchen_pot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
362
- title?: string;
363
- }>;
364
- readonly list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
365
- title?: string;
366
- }>;
367
- readonly log_in: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
368
- title?: string;
369
- }>;
370
- readonly log_out: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
371
- title?: string;
372
- }>;
373
- readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
374
- title?: string;
375
- }>;
376
- readonly map: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
377
- title?: string;
378
- }>;
379
- readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
380
- title?: string;
381
- }>;
382
- readonly miscellaneous_other: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
383
- title?: string;
384
- }>;
385
- readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
386
- title?: string;
387
- }>;
388
- readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
389
- title?: string;
390
- }>;
391
- readonly more_dots_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
392
- title?: string;
393
- }>;
394
- readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
395
- title?: string;
396
- }>;
397
- readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
398
- title?: string;
399
- }>;
400
- readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
401
- title?: string;
402
- }>;
403
- readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
404
- title?: string;
405
- }>;
406
- readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
407
- title?: string;
408
- }>;
409
- readonly paper_empty: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
410
- title?: string;
411
- }>;
412
- readonly paper_form: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
413
- title?: string;
414
- }>;
415
- readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
416
- title?: string;
417
- }>;
418
- readonly paw: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
419
- title?: string;
420
- }>;
421
- readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
422
- title?: string;
423
- }>;
424
- readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
425
- title?: string;
426
- }>;
427
- readonly pins: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
428
- title?: string;
429
- }>;
430
- readonly plant: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
431
- title?: string;
432
- }>;
433
- readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
434
- title?: string;
435
- }>;
436
- readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
437
- title?: string;
438
- }>;
439
- readonly post: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
440
- title?: string;
441
- }>;
442
- readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
443
- title?: string;
444
- }>;
445
- readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
446
- title?: string;
447
- }>;
448
- readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
449
- title?: string;
450
- }>;
451
- readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
452
- title?: string;
453
- }>;
454
- readonly settings_cog: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
455
- title?: string;
456
- }>;
457
- readonly shopping_bag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
458
- title?: string;
459
- }>;
460
- readonly shopping_cart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
461
- title?: string;
462
- }>;
463
- readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
464
- title?: string;
465
- }>;
466
- readonly star: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
467
- title?: string;
468
- }>;
469
- readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
470
- title?: string;
471
- }>;
472
- readonly supporter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
473
- title?: string;
474
- }>;
475
- readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
476
- title?: string;
477
- }>;
478
- readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
479
- title?: string;
480
- }>;
481
- readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
482
- title?: string;
483
- }>;
484
- readonly truck: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
485
- title?: string;
486
- }>;
487
- readonly user: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
488
- title?: string;
489
- }>;
490
- readonly user_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
491
- title?: string;
492
- }>;
493
- readonly wellness: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
494
- title?: string;
495
- }>;
88
+ outline: {
89
+ '16': {
90
+ chevron_down: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
91
+ title?: string;
92
+ titleId?: string;
93
+ desc?: string;
94
+ descId?: string;
95
+ }>;
96
+ chevron_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
97
+ title?: string;
98
+ titleId?: string;
99
+ desc?: string;
100
+ descId?: string;
101
+ }>;
102
+ chevron_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
103
+ title?: string;
104
+ titleId?: string;
105
+ desc?: string;
106
+ descId?: string;
107
+ }>;
108
+ chevron_up: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
109
+ title?: string;
110
+ titleId?: string;
111
+ desc?: string;
112
+ descId?: string;
113
+ }>;
114
+ heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
115
+ title?: string;
116
+ titleId?: string;
117
+ desc?: string;
118
+ descId?: string;
119
+ }>;
120
+ privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
121
+ title?: string;
122
+ titleId?: string;
123
+ desc?: string;
124
+ descId?: string;
125
+ }>;
126
+ };
127
+ '24': {
128
+ readonly arrow_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
129
+ title?: string;
130
+ titleId?: string;
131
+ desc?: string;
132
+ descId?: string;
133
+ }>;
134
+ readonly arrow_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
135
+ title?: string;
136
+ titleId?: string;
137
+ desc?: string;
138
+ descId?: string;
139
+ }>;
140
+ readonly bookmark_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
141
+ title?: string;
142
+ titleId?: string;
143
+ desc?: string;
144
+ descId?: string;
145
+ }>;
146
+ readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
147
+ title?: string;
148
+ titleId?: string;
149
+ desc?: string;
150
+ descId?: string;
151
+ }>;
152
+ readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
153
+ title?: string;
154
+ titleId?: string;
155
+ desc?: string;
156
+ descId?: string;
157
+ }>;
158
+ readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
159
+ title?: string;
160
+ titleId?: string;
161
+ desc?: string;
162
+ descId?: string;
163
+ }>;
164
+ readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
165
+ title?: string;
166
+ titleId?: string;
167
+ desc?: string;
168
+ descId?: string;
169
+ }>;
170
+ readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
171
+ title?: string;
172
+ titleId?: string;
173
+ desc?: string;
174
+ descId?: string;
175
+ }>;
176
+ readonly chevron_down: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
177
+ title?: string;
178
+ titleId?: string;
179
+ desc?: string;
180
+ descId?: string;
181
+ }>;
182
+ readonly chevron_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
183
+ title?: string;
184
+ titleId?: string;
185
+ desc?: string;
186
+ descId?: string;
187
+ }>;
188
+ readonly chevron_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
189
+ title?: string;
190
+ titleId?: string;
191
+ desc?: string;
192
+ descId?: string;
193
+ }>;
194
+ readonly chevron_up: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
195
+ title?: string;
196
+ titleId?: string;
197
+ desc?: string;
198
+ descId?: string;
199
+ }>;
200
+ readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
201
+ title?: string;
202
+ titleId?: string;
203
+ desc?: string;
204
+ descId?: string;
205
+ }>;
206
+ readonly copy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
207
+ title?: string;
208
+ titleId?: string;
209
+ desc?: string;
210
+ descId?: string;
211
+ }>;
212
+ readonly cross: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
213
+ title?: string;
214
+ titleId?: string;
215
+ desc?: string;
216
+ descId?: string;
217
+ }>;
218
+ readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
219
+ title?: string;
220
+ titleId?: string;
221
+ desc?: string;
222
+ descId?: string;
223
+ }>;
224
+ readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
225
+ title?: string;
226
+ titleId?: string;
227
+ desc?: string;
228
+ descId?: string;
229
+ }>;
230
+ readonly event_calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
231
+ title?: string;
232
+ titleId?: string;
233
+ desc?: string;
234
+ descId?: string;
235
+ }>;
236
+ readonly external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
237
+ title?: string;
238
+ titleId?: string;
239
+ desc?: string;
240
+ descId?: string;
241
+ }>;
242
+ readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
243
+ title?: string;
244
+ titleId?: string;
245
+ desc?: string;
246
+ descId?: string;
247
+ }>;
248
+ readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
249
+ title?: string;
250
+ titleId?: string;
251
+ desc?: string;
252
+ descId?: string;
253
+ }>;
254
+ readonly filter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
255
+ title?: string;
256
+ titleId?: string;
257
+ desc?: string;
258
+ descId?: string;
259
+ }>;
260
+ readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
261
+ title?: string;
262
+ titleId?: string;
263
+ desc?: string;
264
+ descId?: string;
265
+ }>;
266
+ readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
267
+ title?: string;
268
+ titleId?: string;
269
+ desc?: string;
270
+ descId?: string;
271
+ }>;
272
+ readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
273
+ title?: string;
274
+ titleId?: string;
275
+ desc?: string;
276
+ descId?: string;
277
+ }>;
278
+ readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
279
+ title?: string;
280
+ titleId?: string;
281
+ desc?: string;
282
+ descId?: string;
283
+ }>;
284
+ readonly info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
285
+ title?: string;
286
+ titleId?: string;
287
+ desc?: string;
288
+ descId?: string;
289
+ }>;
290
+ readonly info_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
291
+ title?: string;
292
+ titleId?: string;
293
+ desc?: string;
294
+ descId?: string;
295
+ }>;
296
+ readonly info_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
297
+ title?: string;
298
+ titleId?: string;
299
+ desc?: string;
300
+ descId?: string;
301
+ }>;
302
+ readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
303
+ title?: string;
304
+ titleId?: string;
305
+ desc?: string;
306
+ descId?: string;
307
+ }>;
308
+ readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
309
+ title?: string;
310
+ titleId?: string;
311
+ desc?: string;
312
+ descId?: string;
313
+ }>;
314
+ readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
315
+ title?: string;
316
+ titleId?: string;
317
+ desc?: string;
318
+ descId?: string;
319
+ }>;
320
+ readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
321
+ title?: string;
322
+ titleId?: string;
323
+ desc?: string;
324
+ descId?: string;
325
+ }>;
326
+ readonly mute: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
327
+ title?: string;
328
+ titleId?: string;
329
+ desc?: string;
330
+ descId?: string;
331
+ }>;
332
+ readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
333
+ title?: string;
334
+ titleId?: string;
335
+ desc?: string;
336
+ descId?: string;
337
+ }>;
338
+ readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
339
+ title?: string;
340
+ titleId?: string;
341
+ desc?: string;
342
+ descId?: string;
343
+ }>;
344
+ readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
345
+ title?: string;
346
+ titleId?: string;
347
+ desc?: string;
348
+ descId?: string;
349
+ }>;
350
+ readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
351
+ title?: string;
352
+ titleId?: string;
353
+ desc?: string;
354
+ descId?: string;
355
+ }>;
356
+ readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
357
+ title?: string;
358
+ titleId?: string;
359
+ desc?: string;
360
+ descId?: string;
361
+ }>;
362
+ readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
363
+ title?: string;
364
+ titleId?: string;
365
+ desc?: string;
366
+ descId?: string;
367
+ }>;
368
+ readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
369
+ title?: string;
370
+ titleId?: string;
371
+ desc?: string;
372
+ descId?: string;
373
+ }>;
374
+ readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
375
+ title?: string;
376
+ titleId?: string;
377
+ desc?: string;
378
+ descId?: string;
379
+ }>;
380
+ readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
381
+ title?: string;
382
+ titleId?: string;
383
+ desc?: string;
384
+ descId?: string;
385
+ }>;
386
+ readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
387
+ title?: string;
388
+ titleId?: string;
389
+ desc?: string;
390
+ descId?: string;
391
+ }>;
392
+ readonly share_arrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
393
+ title?: string;
394
+ titleId?: string;
395
+ desc?: string;
396
+ descId?: string;
397
+ }>;
398
+ readonly share_arrow_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
399
+ title?: string;
400
+ titleId?: string;
401
+ desc?: string;
402
+ descId?: string;
403
+ }>;
404
+ readonly sort: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
405
+ title?: string;
406
+ titleId?: string;
407
+ desc?: string;
408
+ descId?: string;
409
+ }>;
410
+ readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
411
+ title?: string;
412
+ titleId?: string;
413
+ desc?: string;
414
+ descId?: string;
415
+ }>;
416
+ readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
417
+ title?: string;
418
+ titleId?: string;
419
+ desc?: string;
420
+ descId?: string;
421
+ }>;
422
+ readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
423
+ title?: string;
424
+ titleId?: string;
425
+ desc?: string;
426
+ descId?: string;
427
+ }>;
428
+ };
429
+ '32': {
430
+ readonly address_book: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
431
+ title?: string;
432
+ titleId?: string;
433
+ desc?: string;
434
+ descId?: string;
435
+ }>;
436
+ readonly baby_toy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
437
+ title?: string;
438
+ titleId?: string;
439
+ desc?: string;
440
+ descId?: string;
441
+ }>;
442
+ readonly bicycle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
443
+ title?: string;
444
+ titleId?: string;
445
+ desc?: string;
446
+ descId?: string;
447
+ }>;
448
+ readonly bookmark_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
449
+ title?: string;
450
+ titleId?: string;
451
+ desc?: string;
452
+ descId?: string;
453
+ }>;
454
+ readonly books: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
455
+ title?: string;
456
+ titleId?: string;
457
+ desc?: string;
458
+ descId?: string;
459
+ }>;
460
+ readonly bubble_heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
461
+ title?: string;
462
+ titleId?: string;
463
+ desc?: string;
464
+ descId?: string;
465
+ }>;
466
+ readonly buildings: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
467
+ title?: string;
468
+ titleId?: string;
469
+ desc?: string;
470
+ descId?: string;
471
+ }>;
472
+ readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
473
+ title?: string;
474
+ titleId?: string;
475
+ desc?: string;
476
+ descId?: string;
477
+ }>;
478
+ readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
479
+ title?: string;
480
+ titleId?: string;
481
+ desc?: string;
482
+ descId?: string;
483
+ }>;
484
+ readonly business_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
485
+ title?: string;
486
+ titleId?: string;
487
+ desc?: string;
488
+ descId?: string;
489
+ }>;
490
+ readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
491
+ title?: string;
492
+ titleId?: string;
493
+ desc?: string;
494
+ descId?: string;
495
+ }>;
496
+ readonly camera_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
497
+ title?: string;
498
+ titleId?: string;
499
+ desc?: string;
500
+ descId?: string;
501
+ }>;
502
+ readonly car: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
503
+ title?: string;
504
+ titleId?: string;
505
+ desc?: string;
506
+ descId?: string;
507
+ }>;
508
+ readonly carrot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
509
+ title?: string;
510
+ titleId?: string;
511
+ desc?: string;
512
+ descId?: string;
513
+ }>;
514
+ readonly chat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
515
+ title?: string;
516
+ titleId?: string;
517
+ desc?: string;
518
+ descId?: string;
519
+ }>;
520
+ readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
521
+ title?: string;
522
+ titleId?: string;
523
+ desc?: string;
524
+ descId?: string;
525
+ }>;
526
+ readonly christmas_tree: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
527
+ title?: string;
528
+ titleId?: string;
529
+ desc?: string;
530
+ descId?: string;
531
+ }>;
532
+ readonly clipboard: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
533
+ title?: string;
534
+ titleId?: string;
535
+ desc?: string;
536
+ descId?: string;
537
+ }>;
538
+ readonly clothing: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
539
+ title?: string;
540
+ titleId?: string;
541
+ desc?: string;
542
+ descId?: string;
543
+ }>;
544
+ readonly cocktail: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
545
+ title?: string;
546
+ titleId?: string;
547
+ desc?: string;
548
+ descId?: string;
549
+ }>;
550
+ readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
551
+ title?: string;
552
+ titleId?: string;
553
+ desc?: string;
554
+ descId?: string;
555
+ }>;
556
+ readonly compass: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
557
+ title?: string;
558
+ titleId?: string;
559
+ desc?: string;
560
+ descId?: string;
561
+ }>;
562
+ readonly computer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
563
+ title?: string;
564
+ titleId?: string;
565
+ desc?: string;
566
+ descId?: string;
567
+ }>;
568
+ readonly confetti: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
569
+ title?: string;
570
+ titleId?: string;
571
+ desc?: string;
572
+ descId?: string;
573
+ }>;
574
+ readonly copy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
575
+ title?: string;
576
+ titleId?: string;
577
+ desc?: string;
578
+ descId?: string;
579
+ }>;
580
+ readonly couch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
581
+ title?: string;
582
+ titleId?: string;
583
+ desc?: string;
584
+ descId?: string;
585
+ }>;
586
+ readonly credit_card: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
587
+ title?: string;
588
+ titleId?: string;
589
+ desc?: string;
590
+ descId?: string;
591
+ }>;
592
+ readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
593
+ title?: string;
594
+ titleId?: string;
595
+ desc?: string;
596
+ descId?: string;
597
+ }>;
598
+ readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
599
+ title?: string;
600
+ titleId?: string;
601
+ desc?: string;
602
+ descId?: string;
603
+ }>;
604
+ readonly drill_tool: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
605
+ title?: string;
606
+ titleId?: string;
607
+ desc?: string;
608
+ descId?: string;
609
+ }>;
610
+ readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
611
+ title?: string;
612
+ titleId?: string;
613
+ desc?: string;
614
+ descId?: string;
615
+ }>;
616
+ readonly envelop_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
617
+ title?: string;
618
+ titleId?: string;
619
+ desc?: string;
620
+ descId?: string;
621
+ }>;
622
+ readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
623
+ title?: string;
624
+ titleId?: string;
625
+ desc?: string;
626
+ descId?: string;
627
+ }>;
628
+ readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
629
+ title?: string;
630
+ titleId?: string;
631
+ desc?: string;
632
+ descId?: string;
633
+ }>;
634
+ readonly event_calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
635
+ title?: string;
636
+ titleId?: string;
637
+ desc?: string;
638
+ descId?: string;
639
+ }>;
640
+ readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
641
+ title?: string;
642
+ titleId?: string;
643
+ desc?: string;
644
+ descId?: string;
645
+ }>;
646
+ readonly event_calendar_date: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
647
+ title?: string;
648
+ titleId?: string;
649
+ desc?: string;
650
+ descId?: string;
651
+ }>;
652
+ readonly event_calendar_grid: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
653
+ title?: string;
654
+ titleId?: string;
655
+ desc?: string;
656
+ descId?: string;
657
+ }>;
658
+ readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
659
+ title?: string;
660
+ titleId?: string;
661
+ desc?: string;
662
+ descId?: string;
663
+ }>;
664
+ readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
665
+ title?: string;
666
+ titleId?: string;
667
+ desc?: string;
668
+ descId?: string;
669
+ }>;
670
+ readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
671
+ title?: string;
672
+ titleId?: string;
673
+ desc?: string;
674
+ descId?: string;
675
+ }>;
676
+ readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
677
+ title?: string;
678
+ titleId?: string;
679
+ desc?: string;
680
+ descId?: string;
681
+ }>;
682
+ readonly gift_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
683
+ title?: string;
684
+ titleId?: string;
685
+ desc?: string;
686
+ descId?: string;
687
+ }>;
688
+ readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
689
+ title?: string;
690
+ titleId?: string;
691
+ desc?: string;
692
+ descId?: string;
693
+ }>;
694
+ readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
695
+ title?: string;
696
+ titleId?: string;
697
+ desc?: string;
698
+ descId?: string;
699
+ }>;
700
+ readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
701
+ title?: string;
702
+ titleId?: string;
703
+ desc?: string;
704
+ descId?: string;
705
+ }>;
706
+ readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
707
+ title?: string;
708
+ titleId?: string;
709
+ desc?: string;
710
+ descId?: string;
711
+ }>;
712
+ readonly heart_handshake_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
713
+ title?: string;
714
+ titleId?: string;
715
+ desc?: string;
716
+ descId?: string;
717
+ }>;
718
+ readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
719
+ title?: string;
720
+ titleId?: string;
721
+ desc?: string;
722
+ descId?: string;
723
+ }>;
724
+ readonly house: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
725
+ title?: string;
726
+ titleId?: string;
727
+ desc?: string;
728
+ descId?: string;
729
+ }>;
730
+ readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
731
+ title?: string;
732
+ titleId?: string;
733
+ desc?: string;
734
+ descId?: string;
735
+ }>;
736
+ readonly info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
737
+ title?: string;
738
+ titleId?: string;
739
+ desc?: string;
740
+ descId?: string;
741
+ }>;
742
+ readonly info_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
743
+ title?: string;
744
+ titleId?: string;
745
+ desc?: string;
746
+ descId?: string;
747
+ }>;
748
+ readonly info_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
749
+ title?: string;
750
+ titleId?: string;
751
+ desc?: string;
752
+ descId?: string;
753
+ }>;
754
+ readonly invite_neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
755
+ title?: string;
756
+ titleId?: string;
757
+ desc?: string;
758
+ descId?: string;
759
+ }>;
760
+ readonly key: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
761
+ title?: string;
762
+ titleId?: string;
763
+ desc?: string;
764
+ descId?: string;
765
+ }>;
766
+ readonly kitchen_pot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
767
+ title?: string;
768
+ titleId?: string;
769
+ desc?: string;
770
+ descId?: string;
771
+ }>;
772
+ readonly link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
773
+ title?: string;
774
+ titleId?: string;
775
+ desc?: string;
776
+ descId?: string;
777
+ }>;
778
+ readonly list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
779
+ title?: string;
780
+ titleId?: string;
781
+ desc?: string;
782
+ descId?: string;
783
+ }>;
784
+ readonly log_in: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
785
+ title?: string;
786
+ titleId?: string;
787
+ desc?: string;
788
+ descId?: string;
789
+ }>;
790
+ readonly log_out: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
791
+ title?: string;
792
+ titleId?: string;
793
+ desc?: string;
794
+ descId?: string;
795
+ }>;
796
+ readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
797
+ title?: string;
798
+ titleId?: string;
799
+ desc?: string;
800
+ descId?: string;
801
+ }>;
802
+ readonly map: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
803
+ title?: string;
804
+ titleId?: string;
805
+ desc?: string;
806
+ descId?: string;
807
+ }>;
808
+ readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
809
+ title?: string;
810
+ titleId?: string;
811
+ desc?: string;
812
+ descId?: string;
813
+ }>;
814
+ readonly miscellaneous_other: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
815
+ title?: string;
816
+ titleId?: string;
817
+ desc?: string;
818
+ descId?: string;
819
+ }>;
820
+ readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
821
+ title?: string;
822
+ titleId?: string;
823
+ desc?: string;
824
+ descId?: string;
825
+ }>;
826
+ readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
827
+ title?: string;
828
+ titleId?: string;
829
+ desc?: string;
830
+ descId?: string;
831
+ }>;
832
+ readonly more_dots_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
833
+ title?: string;
834
+ titleId?: string;
835
+ desc?: string;
836
+ descId?: string;
837
+ }>;
838
+ readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
839
+ title?: string;
840
+ titleId?: string;
841
+ desc?: string;
842
+ descId?: string;
843
+ }>;
844
+ readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
845
+ title?: string;
846
+ titleId?: string;
847
+ desc?: string;
848
+ descId?: string;
849
+ }>;
850
+ readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
851
+ title?: string;
852
+ titleId?: string;
853
+ desc?: string;
854
+ descId?: string;
855
+ }>;
856
+ readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
857
+ title?: string;
858
+ titleId?: string;
859
+ desc?: string;
860
+ descId?: string;
861
+ }>;
862
+ readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
863
+ title?: string;
864
+ titleId?: string;
865
+ desc?: string;
866
+ descId?: string;
867
+ }>;
868
+ readonly paper_empty: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
869
+ title?: string;
870
+ titleId?: string;
871
+ desc?: string;
872
+ descId?: string;
873
+ }>;
874
+ readonly paper_form: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
875
+ title?: string;
876
+ titleId?: string;
877
+ desc?: string;
878
+ descId?: string;
879
+ }>;
880
+ readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
881
+ title?: string;
882
+ titleId?: string;
883
+ desc?: string;
884
+ descId?: string;
885
+ }>;
886
+ readonly paw: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
887
+ title?: string;
888
+ titleId?: string;
889
+ desc?: string;
890
+ descId?: string;
891
+ }>;
892
+ readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
893
+ title?: string;
894
+ titleId?: string;
895
+ desc?: string;
896
+ descId?: string;
897
+ }>;
898
+ readonly pencil_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
899
+ title?: string;
900
+ titleId?: string;
901
+ desc?: string;
902
+ descId?: string;
903
+ }>;
904
+ readonly phone: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
905
+ title?: string;
906
+ titleId?: string;
907
+ desc?: string;
908
+ descId?: string;
909
+ }>;
910
+ readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
911
+ title?: string;
912
+ titleId?: string;
913
+ desc?: string;
914
+ descId?: string;
915
+ }>;
916
+ readonly pins: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
917
+ title?: string;
918
+ titleId?: string;
919
+ desc?: string;
920
+ descId?: string;
921
+ }>;
922
+ readonly plant: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
923
+ title?: string;
924
+ titleId?: string;
925
+ desc?: string;
926
+ descId?: string;
927
+ }>;
928
+ readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
929
+ title?: string;
930
+ titleId?: string;
931
+ desc?: string;
932
+ descId?: string;
933
+ }>;
934
+ readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
935
+ title?: string;
936
+ titleId?: string;
937
+ desc?: string;
938
+ descId?: string;
939
+ }>;
940
+ readonly poll: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
941
+ title?: string;
942
+ titleId?: string;
943
+ desc?: string;
944
+ descId?: string;
945
+ }>;
946
+ readonly post: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
947
+ title?: string;
948
+ titleId?: string;
949
+ desc?: string;
950
+ descId?: string;
951
+ }>;
952
+ readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
953
+ title?: string;
954
+ titleId?: string;
955
+ desc?: string;
956
+ descId?: string;
957
+ }>;
958
+ readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
959
+ title?: string;
960
+ titleId?: string;
961
+ desc?: string;
962
+ descId?: string;
963
+ }>;
964
+ readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
965
+ title?: string;
966
+ titleId?: string;
967
+ desc?: string;
968
+ descId?: string;
969
+ }>;
970
+ readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
971
+ title?: string;
972
+ titleId?: string;
973
+ desc?: string;
974
+ descId?: string;
975
+ }>;
976
+ readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
977
+ title?: string;
978
+ titleId?: string;
979
+ desc?: string;
980
+ descId?: string;
981
+ }>;
982
+ readonly settings_cog: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
983
+ title?: string;
984
+ titleId?: string;
985
+ desc?: string;
986
+ descId?: string;
987
+ }>;
988
+ readonly shopping_bag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
989
+ title?: string;
990
+ titleId?: string;
991
+ desc?: string;
992
+ descId?: string;
993
+ }>;
994
+ readonly shopping_cart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
995
+ title?: string;
996
+ titleId?: string;
997
+ desc?: string;
998
+ descId?: string;
999
+ }>;
1000
+ readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1001
+ title?: string;
1002
+ titleId?: string;
1003
+ desc?: string;
1004
+ descId?: string;
1005
+ }>;
1006
+ readonly star: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1007
+ title?: string;
1008
+ titleId?: string;
1009
+ desc?: string;
1010
+ descId?: string;
1011
+ }>;
1012
+ readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1013
+ title?: string;
1014
+ titleId?: string;
1015
+ desc?: string;
1016
+ descId?: string;
1017
+ }>;
1018
+ readonly supporter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1019
+ title?: string;
1020
+ titleId?: string;
1021
+ desc?: string;
1022
+ descId?: string;
1023
+ }>;
1024
+ readonly supporter_new: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1025
+ title?: string;
1026
+ titleId?: string;
1027
+ desc?: string;
1028
+ descId?: string;
1029
+ }>;
1030
+ readonly supporter_new_colored: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1031
+ title?: string;
1032
+ titleId?: string;
1033
+ desc?: string;
1034
+ descId?: string;
1035
+ }>;
1036
+ readonly supporter_white: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1037
+ title?: string;
1038
+ titleId?: string;
1039
+ desc?: string;
1040
+ descId?: string;
1041
+ }>;
1042
+ readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1043
+ title?: string;
1044
+ titleId?: string;
1045
+ desc?: string;
1046
+ descId?: string;
1047
+ }>;
1048
+ readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1049
+ title?: string;
1050
+ titleId?: string;
1051
+ desc?: string;
1052
+ descId?: string;
1053
+ }>;
1054
+ readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1055
+ title?: string;
1056
+ titleId?: string;
1057
+ desc?: string;
1058
+ descId?: string;
1059
+ }>;
1060
+ readonly truck: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1061
+ title?: string;
1062
+ titleId?: string;
1063
+ desc?: string;
1064
+ descId?: string;
1065
+ }>;
1066
+ readonly user: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1067
+ title?: string;
1068
+ titleId?: string;
1069
+ desc?: string;
1070
+ descId?: string;
1071
+ }>;
1072
+ readonly user_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1073
+ title?: string;
1074
+ titleId?: string;
1075
+ desc?: string;
1076
+ descId?: string;
1077
+ }>;
1078
+ readonly wellness: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1079
+ title?: string;
1080
+ titleId?: string;
1081
+ desc?: string;
1082
+ descId?: string;
1083
+ }>;
1084
+ };
496
1085
  };
497
1086
  };
498
1087
  export default iconsMap;