@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
|
@@ -1,81 +1,159 @@
|
|
|
1
1
|
declare const IconsMap: {
|
|
2
2
|
readonly apple: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
3
|
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
desc?: string;
|
|
6
|
+
descId?: string;
|
|
4
7
|
}>;
|
|
5
8
|
readonly discord: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
6
9
|
title?: string;
|
|
10
|
+
titleId?: string;
|
|
11
|
+
desc?: string;
|
|
12
|
+
descId?: string;
|
|
7
13
|
}>;
|
|
8
14
|
readonly dribbble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
15
|
title?: string;
|
|
16
|
+
titleId?: string;
|
|
17
|
+
desc?: string;
|
|
18
|
+
descId?: string;
|
|
10
19
|
}>;
|
|
11
20
|
readonly facebook: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
12
21
|
title?: string;
|
|
22
|
+
titleId?: string;
|
|
23
|
+
desc?: string;
|
|
24
|
+
descId?: string;
|
|
13
25
|
}>;
|
|
14
26
|
readonly figma: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
15
27
|
title?: string;
|
|
28
|
+
titleId?: string;
|
|
29
|
+
desc?: string;
|
|
30
|
+
descId?: string;
|
|
16
31
|
}>;
|
|
17
32
|
readonly github: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
18
33
|
title?: string;
|
|
34
|
+
titleId?: string;
|
|
35
|
+
desc?: string;
|
|
36
|
+
descId?: string;
|
|
19
37
|
}>;
|
|
20
38
|
readonly google: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
21
39
|
title?: string;
|
|
40
|
+
titleId?: string;
|
|
41
|
+
desc?: string;
|
|
42
|
+
descId?: string;
|
|
22
43
|
}>;
|
|
23
44
|
readonly handwave: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
24
45
|
title?: string;
|
|
46
|
+
titleId?: string;
|
|
47
|
+
desc?: string;
|
|
48
|
+
descId?: string;
|
|
25
49
|
}>;
|
|
26
50
|
readonly instagram: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
27
51
|
title?: string;
|
|
52
|
+
titleId?: string;
|
|
53
|
+
desc?: string;
|
|
54
|
+
descId?: string;
|
|
28
55
|
}>;
|
|
29
56
|
readonly linkedin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
30
57
|
title?: string;
|
|
58
|
+
titleId?: string;
|
|
59
|
+
desc?: string;
|
|
60
|
+
descId?: string;
|
|
31
61
|
}>;
|
|
32
62
|
readonly medium: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
33
63
|
title?: string;
|
|
64
|
+
titleId?: string;
|
|
65
|
+
desc?: string;
|
|
66
|
+
descId?: string;
|
|
34
67
|
}>;
|
|
35
68
|
readonly messenger: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
36
69
|
title?: string;
|
|
70
|
+
titleId?: string;
|
|
71
|
+
desc?: string;
|
|
72
|
+
descId?: string;
|
|
37
73
|
}>;
|
|
38
74
|
readonly pinterest: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
39
75
|
title?: string;
|
|
76
|
+
titleId?: string;
|
|
77
|
+
desc?: string;
|
|
78
|
+
descId?: string;
|
|
40
79
|
}>;
|
|
41
80
|
readonly reddit: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
42
81
|
title?: string;
|
|
82
|
+
titleId?: string;
|
|
83
|
+
desc?: string;
|
|
84
|
+
descId?: string;
|
|
43
85
|
}>;
|
|
44
86
|
readonly signal: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
45
87
|
title?: string;
|
|
88
|
+
titleId?: string;
|
|
89
|
+
desc?: string;
|
|
90
|
+
descId?: string;
|
|
46
91
|
}>;
|
|
47
92
|
readonly snapchat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
48
93
|
title?: string;
|
|
94
|
+
titleId?: string;
|
|
95
|
+
desc?: string;
|
|
96
|
+
descId?: string;
|
|
49
97
|
}>;
|
|
50
98
|
readonly spotify: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
51
99
|
title?: string;
|
|
100
|
+
titleId?: string;
|
|
101
|
+
desc?: string;
|
|
102
|
+
descId?: string;
|
|
52
103
|
}>;
|
|
53
104
|
readonly telegram: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
54
105
|
title?: string;
|
|
106
|
+
titleId?: string;
|
|
107
|
+
desc?: string;
|
|
108
|
+
descId?: string;
|
|
55
109
|
}>;
|
|
56
110
|
readonly threads: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
57
111
|
title?: string;
|
|
112
|
+
titleId?: string;
|
|
113
|
+
desc?: string;
|
|
114
|
+
descId?: string;
|
|
58
115
|
}>;
|
|
59
116
|
readonly tiktok: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
60
117
|
title?: string;
|
|
118
|
+
titleId?: string;
|
|
119
|
+
desc?: string;
|
|
120
|
+
descId?: string;
|
|
61
121
|
}>;
|
|
62
122
|
readonly tumblr: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
63
123
|
title?: string;
|
|
124
|
+
titleId?: string;
|
|
125
|
+
desc?: string;
|
|
126
|
+
descId?: string;
|
|
64
127
|
}>;
|
|
65
128
|
readonly twitch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
66
129
|
title?: string;
|
|
130
|
+
titleId?: string;
|
|
131
|
+
desc?: string;
|
|
132
|
+
descId?: string;
|
|
67
133
|
}>;
|
|
68
134
|
readonly vk: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
69
135
|
title?: string;
|
|
136
|
+
titleId?: string;
|
|
137
|
+
desc?: string;
|
|
138
|
+
descId?: string;
|
|
70
139
|
}>;
|
|
71
140
|
readonly whatsapp: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
72
141
|
title?: string;
|
|
142
|
+
titleId?: string;
|
|
143
|
+
desc?: string;
|
|
144
|
+
descId?: string;
|
|
73
145
|
}>;
|
|
74
146
|
readonly x: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
75
147
|
title?: string;
|
|
148
|
+
titleId?: string;
|
|
149
|
+
desc?: string;
|
|
150
|
+
descId?: string;
|
|
76
151
|
}>;
|
|
77
152
|
readonly youtube: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
78
153
|
title?: string;
|
|
154
|
+
titleId?: string;
|
|
155
|
+
desc?: string;
|
|
156
|
+
descId?: string;
|
|
79
157
|
}>;
|
|
80
158
|
};
|
|
81
159
|
export default IconsMap;
|
|
@@ -1,87 +1,171 @@
|
|
|
1
1
|
declare const IconsMap: {
|
|
2
2
|
readonly apple: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
3
|
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
desc?: string;
|
|
6
|
+
descId?: string;
|
|
4
7
|
}>;
|
|
5
8
|
readonly discord: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
6
9
|
title?: string;
|
|
10
|
+
titleId?: string;
|
|
11
|
+
desc?: string;
|
|
12
|
+
descId?: string;
|
|
7
13
|
}>;
|
|
8
14
|
readonly dribbble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
15
|
title?: string;
|
|
16
|
+
titleId?: string;
|
|
17
|
+
desc?: string;
|
|
18
|
+
descId?: string;
|
|
10
19
|
}>;
|
|
11
20
|
readonly facebook: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
12
21
|
title?: string;
|
|
22
|
+
titleId?: string;
|
|
23
|
+
desc?: string;
|
|
24
|
+
descId?: string;
|
|
13
25
|
}>;
|
|
14
26
|
readonly figma: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
15
27
|
title?: string;
|
|
28
|
+
titleId?: string;
|
|
29
|
+
desc?: string;
|
|
30
|
+
descId?: string;
|
|
16
31
|
}>;
|
|
17
32
|
readonly github: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
18
33
|
title?: string;
|
|
34
|
+
titleId?: string;
|
|
35
|
+
desc?: string;
|
|
36
|
+
descId?: string;
|
|
19
37
|
}>;
|
|
20
38
|
readonly google: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
21
39
|
title?: string;
|
|
40
|
+
titleId?: string;
|
|
41
|
+
desc?: string;
|
|
42
|
+
descId?: string;
|
|
22
43
|
}>;
|
|
23
44
|
readonly handwave: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
24
45
|
title?: string;
|
|
46
|
+
titleId?: string;
|
|
47
|
+
desc?: string;
|
|
48
|
+
descId?: string;
|
|
25
49
|
}>;
|
|
26
50
|
readonly instagram: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
27
51
|
title?: string;
|
|
52
|
+
titleId?: string;
|
|
53
|
+
desc?: string;
|
|
54
|
+
descId?: string;
|
|
28
55
|
}>;
|
|
29
56
|
readonly instagram2: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
30
57
|
title?: string;
|
|
58
|
+
titleId?: string;
|
|
59
|
+
desc?: string;
|
|
60
|
+
descId?: string;
|
|
31
61
|
}>;
|
|
32
62
|
readonly linkedin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
33
63
|
title?: string;
|
|
64
|
+
titleId?: string;
|
|
65
|
+
desc?: string;
|
|
66
|
+
descId?: string;
|
|
34
67
|
}>;
|
|
35
68
|
readonly medium: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
36
69
|
title?: string;
|
|
70
|
+
titleId?: string;
|
|
71
|
+
desc?: string;
|
|
72
|
+
descId?: string;
|
|
37
73
|
}>;
|
|
38
74
|
readonly messenger: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
39
75
|
title?: string;
|
|
76
|
+
titleId?: string;
|
|
77
|
+
desc?: string;
|
|
78
|
+
descId?: string;
|
|
40
79
|
}>;
|
|
41
80
|
readonly pinterest: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
42
81
|
title?: string;
|
|
82
|
+
titleId?: string;
|
|
83
|
+
desc?: string;
|
|
84
|
+
descId?: string;
|
|
43
85
|
}>;
|
|
44
86
|
readonly reddit: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
45
87
|
title?: string;
|
|
88
|
+
titleId?: string;
|
|
89
|
+
desc?: string;
|
|
90
|
+
descId?: string;
|
|
46
91
|
}>;
|
|
47
92
|
readonly signal: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
48
93
|
title?: string;
|
|
94
|
+
titleId?: string;
|
|
95
|
+
desc?: string;
|
|
96
|
+
descId?: string;
|
|
49
97
|
}>;
|
|
50
98
|
readonly snapchat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
51
99
|
title?: string;
|
|
100
|
+
titleId?: string;
|
|
101
|
+
desc?: string;
|
|
102
|
+
descId?: string;
|
|
52
103
|
}>;
|
|
53
104
|
readonly spotify: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
54
105
|
title?: string;
|
|
106
|
+
titleId?: string;
|
|
107
|
+
desc?: string;
|
|
108
|
+
descId?: string;
|
|
55
109
|
}>;
|
|
56
110
|
readonly telegram: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
57
111
|
title?: string;
|
|
112
|
+
titleId?: string;
|
|
113
|
+
desc?: string;
|
|
114
|
+
descId?: string;
|
|
58
115
|
}>;
|
|
59
116
|
readonly threads: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
60
117
|
title?: string;
|
|
118
|
+
titleId?: string;
|
|
119
|
+
desc?: string;
|
|
120
|
+
descId?: string;
|
|
61
121
|
}>;
|
|
62
122
|
readonly tiktok: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
63
123
|
title?: string;
|
|
124
|
+
titleId?: string;
|
|
125
|
+
desc?: string;
|
|
126
|
+
descId?: string;
|
|
64
127
|
}>;
|
|
65
128
|
readonly tumblr: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
66
129
|
title?: string;
|
|
130
|
+
titleId?: string;
|
|
131
|
+
desc?: string;
|
|
132
|
+
descId?: string;
|
|
67
133
|
}>;
|
|
68
134
|
readonly twitch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
69
135
|
title?: string;
|
|
136
|
+
titleId?: string;
|
|
137
|
+
desc?: string;
|
|
138
|
+
descId?: string;
|
|
70
139
|
}>;
|
|
71
140
|
readonly vk: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
72
141
|
title?: string;
|
|
142
|
+
titleId?: string;
|
|
143
|
+
desc?: string;
|
|
144
|
+
descId?: string;
|
|
73
145
|
}>;
|
|
74
146
|
readonly whatsapp: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
75
147
|
title?: string;
|
|
148
|
+
titleId?: string;
|
|
149
|
+
desc?: string;
|
|
150
|
+
descId?: string;
|
|
76
151
|
}>;
|
|
77
152
|
readonly whatsapp2: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
78
153
|
title?: string;
|
|
154
|
+
titleId?: string;
|
|
155
|
+
desc?: string;
|
|
156
|
+
descId?: string;
|
|
79
157
|
}>;
|
|
80
158
|
readonly x: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
81
159
|
title?: string;
|
|
160
|
+
titleId?: string;
|
|
161
|
+
desc?: string;
|
|
162
|
+
descId?: string;
|
|
82
163
|
}>;
|
|
83
164
|
readonly youtube: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
84
165
|
title?: string;
|
|
166
|
+
titleId?: string;
|
|
167
|
+
desc?: string;
|
|
168
|
+
descId?: string;
|
|
85
169
|
}>;
|
|
86
170
|
};
|
|
87
171
|
export default IconsMap;
|
|
@@ -2,167 +2,329 @@ declare const iconsMap: {
|
|
|
2
2
|
dark48: {
|
|
3
3
|
readonly apple: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
4
4
|
title?: string;
|
|
5
|
+
titleId?: string;
|
|
6
|
+
desc?: string;
|
|
7
|
+
descId?: string;
|
|
5
8
|
}>;
|
|
6
9
|
readonly discord: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
7
10
|
title?: string;
|
|
11
|
+
titleId?: string;
|
|
12
|
+
desc?: string;
|
|
13
|
+
descId?: string;
|
|
8
14
|
}>;
|
|
9
15
|
readonly dribbble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
10
16
|
title?: string;
|
|
17
|
+
titleId?: string;
|
|
18
|
+
desc?: string;
|
|
19
|
+
descId?: string;
|
|
11
20
|
}>;
|
|
12
21
|
readonly facebook: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
13
22
|
title?: string;
|
|
23
|
+
titleId?: string;
|
|
24
|
+
desc?: string;
|
|
25
|
+
descId?: string;
|
|
14
26
|
}>;
|
|
15
27
|
readonly figma: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
16
28
|
title?: string;
|
|
29
|
+
titleId?: string;
|
|
30
|
+
desc?: string;
|
|
31
|
+
descId?: string;
|
|
17
32
|
}>;
|
|
18
33
|
readonly github: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
19
34
|
title?: string;
|
|
35
|
+
titleId?: string;
|
|
36
|
+
desc?: string;
|
|
37
|
+
descId?: string;
|
|
20
38
|
}>;
|
|
21
39
|
readonly google: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
22
40
|
title?: string;
|
|
41
|
+
titleId?: string;
|
|
42
|
+
desc?: string;
|
|
43
|
+
descId?: string;
|
|
23
44
|
}>;
|
|
24
45
|
readonly handwave: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
25
46
|
title?: string;
|
|
47
|
+
titleId?: string;
|
|
48
|
+
desc?: string;
|
|
49
|
+
descId?: string;
|
|
26
50
|
}>;
|
|
27
51
|
readonly instagram: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
28
52
|
title?: string;
|
|
53
|
+
titleId?: string;
|
|
54
|
+
desc?: string;
|
|
55
|
+
descId?: string;
|
|
29
56
|
}>;
|
|
30
57
|
readonly linkedin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
31
58
|
title?: string;
|
|
59
|
+
titleId?: string;
|
|
60
|
+
desc?: string;
|
|
61
|
+
descId?: string;
|
|
32
62
|
}>;
|
|
33
63
|
readonly medium: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
34
64
|
title?: string;
|
|
65
|
+
titleId?: string;
|
|
66
|
+
desc?: string;
|
|
67
|
+
descId?: string;
|
|
35
68
|
}>;
|
|
36
69
|
readonly messenger: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
37
70
|
title?: string;
|
|
71
|
+
titleId?: string;
|
|
72
|
+
desc?: string;
|
|
73
|
+
descId?: string;
|
|
38
74
|
}>;
|
|
39
75
|
readonly pinterest: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
40
76
|
title?: string;
|
|
77
|
+
titleId?: string;
|
|
78
|
+
desc?: string;
|
|
79
|
+
descId?: string;
|
|
41
80
|
}>;
|
|
42
81
|
readonly reddit: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
43
82
|
title?: string;
|
|
83
|
+
titleId?: string;
|
|
84
|
+
desc?: string;
|
|
85
|
+
descId?: string;
|
|
44
86
|
}>;
|
|
45
87
|
readonly signal: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
46
88
|
title?: string;
|
|
89
|
+
titleId?: string;
|
|
90
|
+
desc?: string;
|
|
91
|
+
descId?: string;
|
|
47
92
|
}>;
|
|
48
93
|
readonly snapchat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
49
94
|
title?: string;
|
|
95
|
+
titleId?: string;
|
|
96
|
+
desc?: string;
|
|
97
|
+
descId?: string;
|
|
50
98
|
}>;
|
|
51
99
|
readonly spotify: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
52
100
|
title?: string;
|
|
101
|
+
titleId?: string;
|
|
102
|
+
desc?: string;
|
|
103
|
+
descId?: string;
|
|
53
104
|
}>;
|
|
54
105
|
readonly telegram: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
55
106
|
title?: string;
|
|
107
|
+
titleId?: string;
|
|
108
|
+
desc?: string;
|
|
109
|
+
descId?: string;
|
|
56
110
|
}>;
|
|
57
111
|
readonly threads: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
58
112
|
title?: string;
|
|
113
|
+
titleId?: string;
|
|
114
|
+
desc?: string;
|
|
115
|
+
descId?: string;
|
|
59
116
|
}>;
|
|
60
117
|
readonly tiktok: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
61
118
|
title?: string;
|
|
119
|
+
titleId?: string;
|
|
120
|
+
desc?: string;
|
|
121
|
+
descId?: string;
|
|
62
122
|
}>;
|
|
63
123
|
readonly tumblr: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
64
124
|
title?: string;
|
|
125
|
+
titleId?: string;
|
|
126
|
+
desc?: string;
|
|
127
|
+
descId?: string;
|
|
65
128
|
}>;
|
|
66
129
|
readonly twitch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
67
130
|
title?: string;
|
|
131
|
+
titleId?: string;
|
|
132
|
+
desc?: string;
|
|
133
|
+
descId?: string;
|
|
68
134
|
}>;
|
|
69
135
|
readonly vk: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
70
136
|
title?: string;
|
|
137
|
+
titleId?: string;
|
|
138
|
+
desc?: string;
|
|
139
|
+
descId?: string;
|
|
71
140
|
}>;
|
|
72
141
|
readonly whatsapp: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
73
142
|
title?: string;
|
|
143
|
+
titleId?: string;
|
|
144
|
+
desc?: string;
|
|
145
|
+
descId?: string;
|
|
74
146
|
}>;
|
|
75
147
|
readonly x: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
76
148
|
title?: string;
|
|
149
|
+
titleId?: string;
|
|
150
|
+
desc?: string;
|
|
151
|
+
descId?: string;
|
|
77
152
|
}>;
|
|
78
153
|
readonly youtube: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
79
154
|
title?: string;
|
|
155
|
+
titleId?: string;
|
|
156
|
+
desc?: string;
|
|
157
|
+
descId?: string;
|
|
80
158
|
}>;
|
|
81
159
|
};
|
|
82
160
|
light48: {
|
|
83
161
|
readonly apple: 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 discord: 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 dribbble: 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 facebook: 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 figma: 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 github: 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 google: 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 handwave: 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 instagram: 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 instagram2: 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 linkedin: 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 medium: 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 messenger: 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 pinterest: 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 reddit: 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 signal: 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 snapchat: 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 spotify: 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 telegram: 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 threads: 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 tiktok: 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 tumblr: 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 twitch: 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 vk: 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 whatsapp: 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 whatsapp2: 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 x: 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 youtube: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
165
324
|
title?: string;
|
|
325
|
+
titleId?: string;
|
|
326
|
+
desc?: string;
|
|
327
|
+
descId?: string;
|
|
166
328
|
}>;
|
|
167
329
|
};
|
|
168
330
|
};
|