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