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