@goodhood-web/ui 1.6.0-development.1 → 1.6.0-development.2

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.mjs CHANGED
@@ -663,9 +663,9 @@ function re() {
663
663
  (t = arguments[n]) && (e = Br(t)) && (r && (r += " "), r += e);
664
664
  return r;
665
665
  }
666
- const ls = "_heading_krhn0_106", cs = "_title_krhn0_120", us = "_icon_krhn0_132", ds = "_iconExpanded_krhn0_138", fs = "_panel_krhn0_147", ze = {
666
+ const ls = "_heading_1523r_106", cs = "_title_1523r_120", us = "_icon_1523r_133", ds = "_iconExpanded_1523r_139", fs = "_panel_1523r_148", ze = {
667
667
  heading: ls,
668
- "accordionItem--large": "_accordionItem--large_krhn0_117",
668
+ "accordionItem--large": "_accordionItem--large_1523r_117",
669
669
  title: cs,
670
670
  icon: us,
671
671
  iconExpanded: ds,
@@ -4002,7 +4002,7 @@ const ni = "_baseBtn_r7qal_106", cn = {
4002
4002
  children: r
4003
4003
  }
4004
4004
  );
4005
- }, oi = "_baseBtn_1r8jz_106", Je = {
4005
+ }, oi = "_baseBtn_1a367_106", Je = {
4006
4006
  baseBtn: oi
4007
4007
  };
4008
4008
  function qt(t) {
@@ -4370,12 +4370,12 @@ const mi = "_primaryButton_1efri_106", et = {
4370
4370
  height: r
4371
4371
  }
4372
4372
  ) : null;
4373
- }, $u = "_iconButton_s613b_106", un = {
4373
+ }, $u = "_iconButton_18ves_106", un = {
4374
4374
  iconButton: $u,
4375
- "iconButton--circular": "_iconButton--circular_s613b_126",
4376
- "iconButton--circular-small": "_iconButton--circular-small_s613b_139",
4377
- "iconButton--circular-medium": "_iconButton--circular-medium_s613b_143",
4378
- "iconButton--circular-large": "_iconButton--circular-large_s613b_147"
4375
+ "iconButton--circular": "_iconButton--circular_18ves_127",
4376
+ "iconButton--circular-small": "_iconButton--circular-small_18ves_140",
4377
+ "iconButton--circular-medium": "_iconButton--circular-medium_18ves_144",
4378
+ "iconButton--circular-large": "_iconButton--circular-large_18ves_148"
4379
4379
  }, Pu = (t) => t === "small" ? "24" : "32", Rr = ({
4380
4380
  className: t,
4381
4381
  icon: e,
@@ -1,132 +1,132 @@
1
1
  /// <reference types="react" />
2
2
  declare const IconsMap: {
3
- readonly arrow_left: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
3
+ readonly arrow_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
4
4
  title?: string | undefined;
5
5
  }>;
6
- readonly arrow_right: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
6
+ readonly arrow_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
7
7
  title?: string | undefined;
8
8
  }>;
9
- readonly bookmark: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
9
+ readonly bookmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
10
10
  title?: string | undefined;
11
11
  }>;
12
- readonly bookmarked: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
12
+ readonly bookmarked: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
13
13
  title?: string | undefined;
14
14
  }>;
15
- readonly burger_menu: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
15
+ readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
16
16
  title?: string | undefined;
17
17
  }>;
18
- readonly camera: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
18
+ readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
19
19
  title?: string | undefined;
20
20
  }>;
21
- readonly checkmark: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
21
+ readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
22
22
  title?: string | undefined;
23
23
  }>;
24
- readonly checkmark_circle: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
24
+ readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
25
25
  title?: string | undefined;
26
26
  }>;
27
- readonly chevron_down: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
27
+ readonly chevron_down: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
28
28
  title?: string | undefined;
29
29
  }>;
30
- readonly chevron_left: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
30
+ readonly chevron_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
31
31
  title?: string | undefined;
32
32
  }>;
33
- readonly chevron_right: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
33
+ readonly chevron_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
34
34
  title?: string | undefined;
35
35
  }>;
36
- readonly chevron_up: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
+ readonly chevron_up: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
37
37
  title?: string | undefined;
38
38
  }>;
39
- readonly comment_bubble: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
39
+ readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
40
40
  title?: string | undefined;
41
41
  }>;
42
- readonly cross: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
42
+ readonly cross: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
43
43
  title?: string | undefined;
44
44
  }>;
45
- readonly cross_circle: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
45
+ readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
46
46
  title?: string | undefined;
47
47
  }>;
48
- readonly envelope: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
48
+ readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
49
49
  title?: string | undefined;
50
50
  }>;
51
- readonly event_calendar: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
51
+ readonly event_calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
52
52
  title?: string | undefined;
53
53
  }>;
54
- readonly external_link: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
54
+ readonly external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
55
55
  title?: string | undefined;
56
56
  }>;
57
- readonly eye: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
57
+ readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
58
58
  title?: string | undefined;
59
59
  }>;
60
- readonly eye_crossed: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
60
+ readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
61
61
  title?: string | undefined;
62
62
  }>;
63
- readonly filter: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
63
+ readonly filter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
64
64
  title?: string | undefined;
65
65
  }>;
66
- readonly globe: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
66
+ readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
67
67
  title?: string | undefined;
68
68
  }>;
69
- readonly heart: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
69
+ readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
70
70
  title?: string | undefined;
71
71
  }>;
72
- readonly image: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
72
+ readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
73
73
  title?: string | undefined;
74
74
  }>;
75
- readonly loudspeaker: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
75
+ readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
76
76
  title?: string | undefined;
77
77
  }>;
78
- readonly marketplace: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
78
+ readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
79
79
  title?: string | undefined;
80
80
  }>;
81
- readonly more_dots: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
81
+ readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
82
82
  title?: string | undefined;
83
83
  }>;
84
- readonly more_dots_alt: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
84
+ readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
85
85
  title?: string | undefined;
86
86
  }>;
87
- readonly mute: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
87
+ readonly mute: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
88
88
  title?: string | undefined;
89
89
  }>;
90
- readonly notification_bell: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
90
+ readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
91
91
  title?: string | undefined;
92
92
  }>;
93
- readonly paperclip: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
93
+ readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
94
94
  title?: string | undefined;
95
95
  }>;
96
- readonly pencil: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
96
+ readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
97
97
  title?: string | undefined;
98
98
  }>;
99
- readonly pin: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
99
+ readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
100
100
  title?: string | undefined;
101
101
  }>;
102
- readonly plus: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
102
+ readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
103
103
  title?: string | undefined;
104
104
  }>;
105
- readonly plus_circle: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
105
+ readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
106
106
  title?: string | undefined;
107
107
  }>;
108
- readonly privacy_lock: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
108
+ readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
109
109
  title?: string | undefined;
110
110
  }>;
111
- readonly privacy_lock_closed: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
111
+ readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
112
112
  title?: string | undefined;
113
113
  }>;
114
- readonly search: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
114
+ readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
115
115
  title?: string | undefined;
116
116
  }>;
117
- readonly share_arrow: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
117
+ readonly share_arrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
118
118
  title?: string | undefined;
119
119
  }>;
120
- readonly share_arrow_outline: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
120
+ readonly share_arrow_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
121
121
  title?: string | undefined;
122
122
  }>;
123
- readonly sort: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
123
+ readonly sort: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
124
124
  title?: string | undefined;
125
125
  }>;
126
- readonly thanks: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
126
+ readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
127
127
  title?: string | undefined;
128
128
  }>;
129
- readonly trash_can: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
129
+ readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
130
130
  title?: string | undefined;
131
131
  }>;
132
132
  };
@@ -1,273 +1,273 @@
1
1
  /// <reference types="react" />
2
2
  declare const IconsMap: {
3
- readonly address_book: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
3
+ readonly address_book: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
4
4
  title?: string | undefined;
5
5
  }>;
6
- readonly baby_toy: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
6
+ readonly baby_toy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
7
7
  title?: string | undefined;
8
8
  }>;
9
- readonly bicycle: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
9
+ readonly bicycle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
10
10
  title?: string | undefined;
11
11
  }>;
12
- readonly bookmark: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
12
+ readonly bookmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
13
13
  title?: string | undefined;
14
14
  }>;
15
- readonly books: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
15
+ readonly books: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
16
16
  title?: string | undefined;
17
17
  }>;
18
- readonly bubble_heart_filled: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
18
+ readonly bubble_heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
19
19
  title?: string | undefined;
20
20
  }>;
21
- readonly bubble_heart_outline: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
21
+ readonly bubble_heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
22
22
  title?: string | undefined;
23
23
  }>;
24
- readonly buildings: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
24
+ readonly buildings: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
25
25
  title?: string | undefined;
26
26
  }>;
27
- readonly burger_menu: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
27
+ readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
28
28
  title?: string | undefined;
29
29
  }>;
30
- readonly business: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
30
+ readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
31
31
  title?: string | undefined;
32
32
  }>;
33
- readonly business_profile: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
33
+ readonly business_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
34
34
  title?: string | undefined;
35
35
  }>;
36
- readonly camera: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
+ readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
37
37
  title?: string | undefined;
38
38
  }>;
39
- readonly camera_crossed: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
39
+ readonly camera_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
40
40
  title?: string | undefined;
41
41
  }>;
42
- readonly car: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
42
+ readonly car: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
43
43
  title?: string | undefined;
44
44
  }>;
45
- readonly carrot: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
45
+ readonly carrot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
46
46
  title?: string | undefined;
47
47
  }>;
48
- readonly chat: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
48
+ readonly chat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
49
49
  title?: string | undefined;
50
50
  }>;
51
- readonly checkmark_circle: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
51
+ readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
52
52
  title?: string | undefined;
53
53
  }>;
54
- readonly christmas_tree: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
54
+ readonly christmas_tree: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
55
55
  title?: string | undefined;
56
56
  }>;
57
- readonly clipboard: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
57
+ readonly clipboard: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
58
58
  title?: string | undefined;
59
59
  }>;
60
- readonly clothing: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
60
+ readonly clothing: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
61
61
  title?: string | undefined;
62
62
  }>;
63
- readonly cocktail: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
63
+ readonly cocktail: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
64
64
  title?: string | undefined;
65
65
  }>;
66
- readonly comment_bubble: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
66
+ readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
67
67
  title?: string | undefined;
68
68
  }>;
69
- readonly compass: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
69
+ readonly compass: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
70
70
  title?: string | undefined;
71
71
  }>;
72
- readonly computer: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
72
+ readonly computer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
73
73
  title?: string | undefined;
74
74
  }>;
75
- readonly couch: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
75
+ readonly couch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
76
76
  title?: string | undefined;
77
77
  }>;
78
- readonly credit_card: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
78
+ readonly credit_card: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
79
79
  title?: string | undefined;
80
80
  }>;
81
- readonly cross_circle: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
81
+ readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
82
82
  title?: string | undefined;
83
83
  }>;
84
- readonly cutlery: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
84
+ readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
85
85
  title?: string | undefined;
86
86
  }>;
87
- readonly drill_tool: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
87
+ readonly drill_tool: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
88
88
  title?: string | undefined;
89
89
  }>;
90
- readonly email: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
90
+ readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
91
91
  title?: string | undefined;
92
92
  }>;
93
- readonly envelope: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
93
+ readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
94
94
  title?: string | undefined;
95
95
  }>;
96
- readonly event_calendar_check: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
96
+ readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
97
97
  title?: string | undefined;
98
98
  }>;
99
- readonly event_calendar_date: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
99
+ readonly event_calendar_date: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
100
100
  title?: string | undefined;
101
101
  }>;
102
- readonly event_calendar_grid: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
102
+ readonly event_calendar_grid: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
103
103
  title?: string | undefined;
104
104
  }>;
105
- readonly event_calendar_plus: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
105
+ readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
106
106
  title?: string | undefined;
107
107
  }>;
108
- readonly exchange: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
108
+ readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
109
109
  title?: string | undefined;
110
110
  }>;
111
- readonly eye: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
111
+ readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
112
112
  title?: string | undefined;
113
113
  }>;
114
- readonly eye_crossed: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
114
+ readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
115
115
  title?: string | undefined;
116
116
  }>;
117
- readonly gift: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
117
+ readonly gift: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
118
118
  title?: string | undefined;
119
119
  }>;
120
- readonly group: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
120
+ readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
121
121
  title?: string | undefined;
122
122
  }>;
123
- readonly healthcare: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
123
+ readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
124
124
  title?: string | undefined;
125
125
  }>;
126
- readonly heart: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
126
+ readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
127
127
  title?: string | undefined;
128
128
  }>;
129
- readonly house: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
129
+ readonly house: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
130
130
  title?: string | undefined;
131
131
  }>;
132
- readonly image: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
132
+ readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
133
133
  title?: string | undefined;
134
134
  }>;
135
- readonly info: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
135
+ readonly info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
136
136
  title?: string | undefined;
137
137
  }>;
138
- readonly invite_neighbour: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
138
+ readonly invite_neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
139
139
  title?: string | undefined;
140
140
  }>;
141
- readonly key: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
141
+ readonly key: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
142
142
  title?: string | undefined;
143
143
  }>;
144
- readonly kitchen_pot: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
144
+ readonly kitchen_pot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
145
145
  title?: string | undefined;
146
146
  }>;
147
- readonly list: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
147
+ readonly list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
148
148
  title?: string | undefined;
149
149
  }>;
150
- readonly log_in: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
150
+ readonly log_in: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
151
151
  title?: string | undefined;
152
152
  }>;
153
- readonly log_out: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
153
+ readonly log_out: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
154
154
  title?: string | undefined;
155
155
  }>;
156
- readonly loudspeaker: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
156
+ readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
157
157
  title?: string | undefined;
158
158
  }>;
159
- readonly map: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
159
+ readonly map: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
160
160
  title?: string | undefined;
161
161
  }>;
162
- readonly marketplace: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
162
+ readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
163
163
  title?: string | undefined;
164
164
  }>;
165
- readonly miscellaneous_other: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
165
+ readonly miscellaneous_other: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
166
166
  title?: string | undefined;
167
167
  }>;
168
- readonly more_dots: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
168
+ readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
169
169
  title?: string | undefined;
170
170
  }>;
171
- readonly more_dots_alt: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
171
+ readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
172
172
  title?: string | undefined;
173
173
  }>;
174
- readonly music: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
174
+ readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
175
175
  title?: string | undefined;
176
176
  }>;
177
- readonly nebenan_de: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
177
+ readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
178
178
  title?: string | undefined;
179
179
  }>;
180
- readonly neighbour: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
180
+ readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
181
181
  title?: string | undefined;
182
182
  }>;
183
- readonly notification_bell: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
183
+ readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
184
184
  title?: string | undefined;
185
185
  }>;
186
- readonly organisation: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
186
+ readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
187
187
  title?: string | undefined;
188
188
  }>;
189
- readonly paper_form_empty: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
189
+ readonly paper_form_empty: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
190
190
  title?: string | undefined;
191
191
  }>;
192
- readonly paper_form_filled: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
192
+ readonly paper_form_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
193
193
  title?: string | undefined;
194
194
  }>;
195
- readonly paperclip: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
195
+ readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
196
196
  title?: string | undefined;
197
197
  }>;
198
- readonly paw: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
198
+ readonly paw: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
199
199
  title?: string | undefined;
200
200
  }>;
201
- readonly pencil: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
201
+ readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
202
202
  title?: string | undefined;
203
203
  }>;
204
- readonly pin: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
204
+ readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
205
205
  title?: string | undefined;
206
206
  }>;
207
- readonly pins: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
207
+ readonly pins: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
208
208
  title?: string | undefined;
209
209
  }>;
210
- readonly plant: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
210
+ readonly plant: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
211
211
  title?: string | undefined;
212
212
  }>;
213
- readonly plus: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
213
+ readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
214
214
  title?: string | undefined;
215
215
  }>;
216
- readonly plus_circle: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
216
+ readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
217
217
  title?: string | undefined;
218
218
  }>;
219
- readonly post: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
219
+ readonly post: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
220
220
  title?: string | undefined;
221
221
  }>;
222
- readonly privacy_lock: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
222
+ readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
223
223
  title?: string | undefined;
224
224
  }>;
225
- readonly privacy_lock_closed: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
225
+ readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
226
226
  title?: string | undefined;
227
227
  }>;
228
- readonly qr_code: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
228
+ readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
229
229
  title?: string | undefined;
230
230
  }>;
231
- readonly search: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
231
+ readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
232
232
  title?: string | undefined;
233
233
  }>;
234
- readonly settings_cog: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
234
+ readonly settings_cog: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
235
235
  title?: string | undefined;
236
236
  }>;
237
- readonly shopping_bag: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
237
+ readonly shopping_bag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
238
238
  title?: string | undefined;
239
239
  }>;
240
- readonly shopping_cart: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
240
+ readonly shopping_cart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
241
241
  title?: string | undefined;
242
242
  }>;
243
- readonly special_place: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
243
+ readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
244
244
  title?: string | undefined;
245
245
  }>;
246
- readonly suitcase: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
246
+ readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
247
247
  title?: string | undefined;
248
248
  }>;
249
- readonly supporter: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
249
+ readonly supporter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
250
250
  title?: string | undefined;
251
251
  }>;
252
- readonly tennis_ball: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
252
+ readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
253
253
  title?: string | undefined;
254
254
  }>;
255
- readonly thanks: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
255
+ readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
256
256
  title?: string | undefined;
257
257
  }>;
258
- readonly trash_can: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
258
+ readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
259
259
  title?: string | undefined;
260
260
  }>;
261
- readonly truck: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
261
+ readonly truck: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
262
262
  title?: string | undefined;
263
263
  }>;
264
- readonly user: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
264
+ readonly user: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
265
265
  title?: string | undefined;
266
266
  }>;
267
- readonly user_profile: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
267
+ readonly user_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
268
268
  title?: string | undefined;
269
269
  }>;
270
- readonly wellness: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
270
+ readonly wellness: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
271
271
  title?: string | undefined;
272
272
  }>;
273
273
  };