@goodhood-web/ui 1.8.0-development.9 → 1.8.0
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.d.ts +8 -4
- package/index.js +169 -65
- package/index.mjs +15989 -6093
- package/lib/ActionBar/ActionBar.d.ts +4 -0
- package/lib/ActionBar/ActionBar.types.d.ts +8 -0
- package/lib/ActionBar/ActionBarCta/ActionBarCta.d.ts +4 -0
- package/lib/ActionBar/ActionBarCta/ActionBarCta.types.d.ts +8 -0
- package/lib/ActionBar/ActionBarList/ActionBarList.d.ts +4 -0
- package/lib/ActionBar/ActionBarList/ActionBarList.types.d.ts +5 -0
- package/lib/ActionBar/ActionBarList/ActionItem/ActionItem.d.ts +4 -0
- package/lib/ActionBar/ActionBarList/ActionItem/ActionItem.types.d.ts +10 -0
- package/lib/BodyText/BodyText.d.ts +4 -0
- package/lib/BodyText/BodyText.types.d.ts +5 -0
- package/lib/BodyText/util.d.ts +1 -0
- package/lib/ButtonSecondary/ButtonSecondary.d.ts +4 -0
- package/lib/ButtonSecondary/ButtonSecondary.types.d.ts +12 -0
- package/lib/ButtonTertiary/ButtonTertiary.d.ts +4 -0
- package/lib/ButtonTertiary/ButtonTertiary.types.d.ts +12 -0
- package/lib/FeedTile/FeedTile.d.ts +4 -0
- package/lib/FeedTile/FeedTile.types.d.ts +10 -0
- package/lib/Icon/icons/24x24/index.d.ts +50 -48
- package/lib/Icon/icons/32x32/index.d.ts +108 -97
- package/lib/Icon/icons/index.d.ts +158 -144
- package/lib/MenuItem/MenuItem.d.ts +1 -1
- package/lib/MenuItem/MenuItem.types.d.ts +3 -1
- package/lib/MenuTile/MenuTile.d.ts +4 -0
- package/lib/{Tile/Tile.type.d.ts → MenuTile/MenuTile.type.d.ts} +1 -1
- package/lib/NotificationListItem/NotificationListItem.d.ts +1 -1
- package/lib/NotificationListItem/NotificationListItem.types.d.ts +1 -1
- package/lib/TextButton/TextButton.d.ts +1 -1
- package/lib/TextButton/TextButton.types.d.ts +2 -1
- package/lib/ToggleInput/ToggleInput.d.ts +1 -1
- package/lib/ToggleInput/ToggleInput.types.d.ts +1 -0
- package/lib/Typography/Typography.types.d.ts +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/lib/Accordion/Accordion.d.ts +0 -4
- package/lib/Accordion/Accordion.types.d.ts +0 -8
- package/lib/Accordion/AccordionItem.d.ts +0 -4
- package/lib/Accordion/AccordionItem.types.d.ts +0 -12
- package/lib/Tile/Tile.d.ts +0 -4
|
@@ -1,292 +1,303 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare const IconsMap: {
|
|
3
2
|
readonly address_book: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
4
|
-
title?: string
|
|
3
|
+
title?: string;
|
|
5
4
|
}>;
|
|
6
5
|
readonly baby_toy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
7
|
-
title?: string
|
|
6
|
+
title?: string;
|
|
8
7
|
}>;
|
|
9
8
|
readonly bicycle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
10
|
-
title?: string
|
|
9
|
+
title?: string;
|
|
11
10
|
}>;
|
|
12
11
|
readonly bookmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
13
|
-
title?: string
|
|
12
|
+
title?: string;
|
|
14
13
|
}>;
|
|
15
14
|
readonly books: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
16
|
-
title?: string
|
|
15
|
+
title?: string;
|
|
17
16
|
}>;
|
|
18
17
|
readonly bubble_heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
19
|
-
title?: string
|
|
18
|
+
title?: string;
|
|
20
19
|
}>;
|
|
21
20
|
readonly bubble_heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
22
|
-
title?: string
|
|
21
|
+
title?: string;
|
|
23
22
|
}>;
|
|
24
23
|
readonly buildings: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
25
|
-
title?: string
|
|
24
|
+
title?: string;
|
|
26
25
|
}>;
|
|
27
26
|
readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
28
|
-
title?: string
|
|
27
|
+
title?: string;
|
|
29
28
|
}>;
|
|
30
29
|
readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
31
|
-
title?: string
|
|
30
|
+
title?: string;
|
|
32
31
|
}>;
|
|
33
32
|
readonly business_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
34
|
-
title?: string
|
|
33
|
+
title?: string;
|
|
35
34
|
}>;
|
|
36
35
|
readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
37
|
-
title?: string
|
|
36
|
+
title?: string;
|
|
38
37
|
}>;
|
|
39
38
|
readonly camera_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
40
|
-
title?: string
|
|
39
|
+
title?: string;
|
|
41
40
|
}>;
|
|
42
41
|
readonly car: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
43
|
-
title?: string
|
|
42
|
+
title?: string;
|
|
44
43
|
}>;
|
|
45
44
|
readonly carrot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
46
|
-
title?: string
|
|
45
|
+
title?: string;
|
|
47
46
|
}>;
|
|
48
47
|
readonly chat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
49
|
-
title?: string
|
|
48
|
+
title?: string;
|
|
50
49
|
}>;
|
|
51
50
|
readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
52
|
-
title?: string
|
|
51
|
+
title?: string;
|
|
53
52
|
}>;
|
|
54
53
|
readonly christmas_tree: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
55
|
-
title?: string
|
|
54
|
+
title?: string;
|
|
56
55
|
}>;
|
|
57
56
|
readonly clipboard: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
58
|
-
title?: string
|
|
57
|
+
title?: string;
|
|
59
58
|
}>;
|
|
60
59
|
readonly clothing: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
61
|
-
title?: string
|
|
60
|
+
title?: string;
|
|
62
61
|
}>;
|
|
63
62
|
readonly cocktail: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
64
|
-
title?: string
|
|
63
|
+
title?: string;
|
|
65
64
|
}>;
|
|
66
65
|
readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
67
|
-
title?: string
|
|
66
|
+
title?: string;
|
|
68
67
|
}>;
|
|
69
68
|
readonly compass: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
70
|
-
title?: string
|
|
69
|
+
title?: string;
|
|
71
70
|
}>;
|
|
72
71
|
readonly computer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
73
|
-
title?: string
|
|
72
|
+
title?: string;
|
|
74
73
|
}>;
|
|
75
74
|
readonly confetti: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
76
|
-
title?: string
|
|
75
|
+
title?: string;
|
|
77
76
|
}>;
|
|
78
77
|
readonly couch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
79
|
-
title?: string
|
|
78
|
+
title?: string;
|
|
80
79
|
}>;
|
|
81
80
|
readonly credit_card: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
82
|
-
title?: string
|
|
81
|
+
title?: string;
|
|
83
82
|
}>;
|
|
84
83
|
readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
85
|
-
title?: string
|
|
84
|
+
title?: string;
|
|
86
85
|
}>;
|
|
87
86
|
readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
88
|
-
title?: string
|
|
87
|
+
title?: string;
|
|
89
88
|
}>;
|
|
90
89
|
readonly drill_tool: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
91
|
-
title?: string
|
|
90
|
+
title?: string;
|
|
92
91
|
}>;
|
|
93
92
|
readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
94
|
-
title?: string
|
|
93
|
+
title?: string;
|
|
95
94
|
}>;
|
|
96
95
|
readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
97
|
-
title?: string
|
|
96
|
+
title?: string;
|
|
98
97
|
}>;
|
|
99
98
|
readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
100
|
-
title?: string
|
|
99
|
+
title?: string;
|
|
101
100
|
}>;
|
|
102
101
|
readonly event_calendar_date: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
103
|
-
title?: string
|
|
102
|
+
title?: string;
|
|
104
103
|
}>;
|
|
105
104
|
readonly event_calendar_grid: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
106
|
-
title?: string
|
|
105
|
+
title?: string;
|
|
107
106
|
}>;
|
|
108
107
|
readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
109
|
-
title?: string
|
|
108
|
+
title?: string;
|
|
109
|
+
}>;
|
|
110
|
+
readonly event_calendar_plus_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
111
|
+
title?: string;
|
|
110
112
|
}>;
|
|
111
113
|
readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
112
|
-
title?: string
|
|
114
|
+
title?: string;
|
|
113
115
|
}>;
|
|
114
116
|
readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
115
|
-
title?: string
|
|
117
|
+
title?: string;
|
|
116
118
|
}>;
|
|
117
119
|
readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
118
|
-
title?: string
|
|
120
|
+
title?: string;
|
|
119
121
|
}>;
|
|
120
122
|
readonly gift: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
121
|
-
title?: string
|
|
123
|
+
title?: string;
|
|
124
|
+
}>;
|
|
125
|
+
readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
126
|
+
title?: string;
|
|
122
127
|
}>;
|
|
123
128
|
readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
124
|
-
title?: string
|
|
129
|
+
title?: string;
|
|
125
130
|
}>;
|
|
126
131
|
readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
127
|
-
title?: string
|
|
132
|
+
title?: string;
|
|
133
|
+
}>;
|
|
134
|
+
readonly group_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
|
+
title?: string;
|
|
128
136
|
}>;
|
|
129
137
|
readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
130
|
-
title?: string
|
|
138
|
+
title?: string;
|
|
131
139
|
}>;
|
|
132
140
|
readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
133
|
-
title?: string
|
|
141
|
+
title?: string;
|
|
134
142
|
}>;
|
|
135
143
|
readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
136
|
-
title?: string
|
|
144
|
+
title?: string;
|
|
145
|
+
}>;
|
|
146
|
+
readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
|
+
title?: string;
|
|
137
148
|
}>;
|
|
138
149
|
readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
139
|
-
title?: string
|
|
150
|
+
title?: string;
|
|
140
151
|
}>;
|
|
141
152
|
readonly house: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
142
|
-
title?: string
|
|
153
|
+
title?: string;
|
|
143
154
|
}>;
|
|
144
155
|
readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
145
|
-
title?: string
|
|
156
|
+
title?: string;
|
|
146
157
|
}>;
|
|
147
158
|
readonly info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
148
|
-
title?: string
|
|
159
|
+
title?: string;
|
|
149
160
|
}>;
|
|
150
161
|
readonly info_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
151
|
-
title?: string
|
|
162
|
+
title?: string;
|
|
152
163
|
}>;
|
|
153
164
|
readonly invite_neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
154
|
-
title?: string
|
|
165
|
+
title?: string;
|
|
155
166
|
}>;
|
|
156
167
|
readonly key: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
157
|
-
title?: string
|
|
168
|
+
title?: string;
|
|
158
169
|
}>;
|
|
159
170
|
readonly kitchen_pot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
160
|
-
title?: string
|
|
171
|
+
title?: string;
|
|
161
172
|
}>;
|
|
162
173
|
readonly list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
163
|
-
title?: string
|
|
174
|
+
title?: string;
|
|
164
175
|
}>;
|
|
165
176
|
readonly log_in: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
166
|
-
title?: string
|
|
177
|
+
title?: string;
|
|
167
178
|
}>;
|
|
168
179
|
readonly log_out: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
169
|
-
title?: string
|
|
180
|
+
title?: string;
|
|
170
181
|
}>;
|
|
171
182
|
readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
172
|
-
title?: string
|
|
183
|
+
title?: string;
|
|
173
184
|
}>;
|
|
174
185
|
readonly map: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
175
|
-
title?: string
|
|
186
|
+
title?: string;
|
|
176
187
|
}>;
|
|
177
188
|
readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
178
|
-
title?: string
|
|
189
|
+
title?: string;
|
|
179
190
|
}>;
|
|
180
191
|
readonly miscellaneous_other: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
181
|
-
title?: string
|
|
192
|
+
title?: string;
|
|
182
193
|
}>;
|
|
183
194
|
readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
184
|
-
title?: string
|
|
195
|
+
title?: string;
|
|
185
196
|
}>;
|
|
186
197
|
readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
187
|
-
title?: string
|
|
198
|
+
title?: string;
|
|
188
199
|
}>;
|
|
189
200
|
readonly more_dots_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
190
|
-
title?: string
|
|
201
|
+
title?: string;
|
|
191
202
|
}>;
|
|
192
203
|
readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
193
|
-
title?: string
|
|
204
|
+
title?: string;
|
|
194
205
|
}>;
|
|
195
206
|
readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
196
|
-
title?: string
|
|
207
|
+
title?: string;
|
|
197
208
|
}>;
|
|
198
209
|
readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
199
|
-
title?: string
|
|
210
|
+
title?: string;
|
|
200
211
|
}>;
|
|
201
212
|
readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
202
|
-
title?: string
|
|
213
|
+
title?: string;
|
|
203
214
|
}>;
|
|
204
215
|
readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
205
|
-
title?: string
|
|
216
|
+
title?: string;
|
|
206
217
|
}>;
|
|
207
218
|
readonly paper_form_empty: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
208
|
-
title?: string
|
|
219
|
+
title?: string;
|
|
209
220
|
}>;
|
|
210
221
|
readonly paper_form_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
211
|
-
title?: string
|
|
222
|
+
title?: string;
|
|
212
223
|
}>;
|
|
213
224
|
readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
214
|
-
title?: string
|
|
225
|
+
title?: string;
|
|
215
226
|
}>;
|
|
216
227
|
readonly paw: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
217
|
-
title?: string
|
|
228
|
+
title?: string;
|
|
218
229
|
}>;
|
|
219
230
|
readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
220
|
-
title?: string
|
|
231
|
+
title?: string;
|
|
221
232
|
}>;
|
|
222
233
|
readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
223
|
-
title?: string
|
|
234
|
+
title?: string;
|
|
224
235
|
}>;
|
|
225
236
|
readonly pins: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
226
|
-
title?: string
|
|
237
|
+
title?: string;
|
|
227
238
|
}>;
|
|
228
239
|
readonly plant: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
229
|
-
title?: string
|
|
240
|
+
title?: string;
|
|
230
241
|
}>;
|
|
231
242
|
readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
232
|
-
title?: string
|
|
243
|
+
title?: string;
|
|
233
244
|
}>;
|
|
234
245
|
readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
235
|
-
title?: string
|
|
246
|
+
title?: string;
|
|
236
247
|
}>;
|
|
237
248
|
readonly post: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
238
|
-
title?: string
|
|
249
|
+
title?: string;
|
|
239
250
|
}>;
|
|
240
251
|
readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
241
|
-
title?: string
|
|
252
|
+
title?: string;
|
|
242
253
|
}>;
|
|
243
254
|
readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
244
|
-
title?: string
|
|
255
|
+
title?: string;
|
|
245
256
|
}>;
|
|
246
257
|
readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
247
|
-
title?: string
|
|
258
|
+
title?: string;
|
|
248
259
|
}>;
|
|
249
260
|
readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
250
|
-
title?: string
|
|
261
|
+
title?: string;
|
|
251
262
|
}>;
|
|
252
263
|
readonly settings_cog: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
253
|
-
title?: string
|
|
264
|
+
title?: string;
|
|
254
265
|
}>;
|
|
255
266
|
readonly shopping_bag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
256
|
-
title?: string
|
|
267
|
+
title?: string;
|
|
257
268
|
}>;
|
|
258
269
|
readonly shopping_cart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
259
|
-
title?: string
|
|
270
|
+
title?: string;
|
|
260
271
|
}>;
|
|
261
272
|
readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
262
|
-
title?: string
|
|
273
|
+
title?: string;
|
|
263
274
|
}>;
|
|
264
275
|
readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
265
|
-
title?: string
|
|
276
|
+
title?: string;
|
|
266
277
|
}>;
|
|
267
278
|
readonly supporter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
268
|
-
title?: string
|
|
279
|
+
title?: string;
|
|
269
280
|
}>;
|
|
270
281
|
readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
271
|
-
title?: string
|
|
282
|
+
title?: string;
|
|
272
283
|
}>;
|
|
273
284
|
readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
274
|
-
title?: string
|
|
285
|
+
title?: string;
|
|
275
286
|
}>;
|
|
276
287
|
readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
277
|
-
title?: string
|
|
288
|
+
title?: string;
|
|
278
289
|
}>;
|
|
279
290
|
readonly truck: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
280
|
-
title?: string
|
|
291
|
+
title?: string;
|
|
281
292
|
}>;
|
|
282
293
|
readonly user: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
283
|
-
title?: string
|
|
294
|
+
title?: string;
|
|
284
295
|
}>;
|
|
285
296
|
readonly user_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
286
|
-
title?: string
|
|
297
|
+
title?: string;
|
|
287
298
|
}>;
|
|
288
299
|
readonly wellness: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
289
|
-
title?: string
|
|
300
|
+
title?: string;
|
|
290
301
|
}>;
|
|
291
302
|
};
|
|
292
303
|
export default IconsMap;
|