@team-monolith/cds 0.6.2 → 0.6.4
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/dist/index.d.ts +6 -1
- package/dist/index.js +6 -1
- package/dist/remixicons/Arrows/index.d.ts +0 -325
- package/dist/remixicons/Arrows/index.js +108 -216
- package/dist/remixicons/Buildings/index.d.ts +0 -175
- package/dist/remixicons/Buildings/index.js +58 -116
- package/dist/remixicons/Business/index.d.ts +0 -577
- package/dist/remixicons/Business/index.js +192 -384
- package/dist/remixicons/Communication/index.d.ts +0 -193
- package/dist/remixicons/Communication/index.js +64 -128
- package/dist/remixicons/Design/index.d.ts +0 -493
- package/dist/remixicons/Design/index.js +164 -328
- package/dist/remixicons/Development/index.d.ts +0 -151
- package/dist/remixicons/Development/index.js +50 -100
- package/dist/remixicons/Device/index.d.ts +0 -499
- package/dist/remixicons/Device/index.js +166 -332
- package/dist/remixicons/Document/index.d.ts +0 -607
- package/dist/remixicons/Document/index.js +202 -404
- package/dist/remixicons/Editor/index.d.ts +0 -343
- package/dist/remixicons/Editor/index.js +114 -228
- package/dist/remixicons/Finance/index.d.ts +0 -421
- package/dist/remixicons/Finance/index.js +140 -280
- package/dist/remixicons/Health & Medical/index.d.ts +0 -187
- package/dist/remixicons/Health & Medical/index.js +62 -124
- package/dist/remixicons/Logos/index.d.ts +0 -673
- package/dist/remixicons/Logos/index.js +224 -448
- package/dist/remixicons/Map/index.d.ts +0 -523
- package/dist/remixicons/Map/index.js +174 -348
- package/dist/remixicons/Media/index.d.ts +0 -655
- package/dist/remixicons/Media/index.js +218 -436
- package/dist/remixicons/Others/index.d.ts +0 -313
- package/dist/remixicons/Others/index.js +104 -208
- package/dist/remixicons/System/index.d.ts +0 -787
- package/dist/remixicons/System/index.js +262 -524
- package/dist/remixicons/User & Faces/index.d.ts +0 -337
- package/dist/remixicons/User & Faces/index.js +112 -224
- package/dist/remixicons/Weather/index.d.ts +0 -241
- package/dist/remixicons/Weather/index.js +80 -160
- package/package.json +2 -2
|
@@ -1,449 +1,112 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const accountBoxFillSvg: string;
|
|
3
|
-
export declare const AccountBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
|
-
title?: string | undefined;
|
|
5
|
-
}>;
|
|
6
2
|
export declare const accountBoxLineSvg: string;
|
|
7
|
-
export declare const AccountBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
|
-
title?: string | undefined;
|
|
9
|
-
}>;
|
|
10
3
|
export declare const accountCircleFillSvg: string;
|
|
11
|
-
export declare const AccountCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
|
-
title?: string | undefined;
|
|
13
|
-
}>;
|
|
14
4
|
export declare const accountCircleLineSvg: string;
|
|
15
|
-
export declare const AccountCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
|
-
title?: string | undefined;
|
|
17
|
-
}>;
|
|
18
5
|
export declare const accountPinBoxFillSvg: string;
|
|
19
|
-
export declare const AccountPinBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
|
-
title?: string | undefined;
|
|
21
|
-
}>;
|
|
22
6
|
export declare const accountPinBoxLineSvg: string;
|
|
23
|
-
export declare const AccountPinBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
|
-
title?: string | undefined;
|
|
25
|
-
}>;
|
|
26
7
|
export declare const accountPinCircleFillSvg: string;
|
|
27
|
-
export declare const AccountPinCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
|
-
title?: string | undefined;
|
|
29
|
-
}>;
|
|
30
8
|
export declare const accountPinCircleLineSvg: string;
|
|
31
|
-
export declare const AccountPinCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
|
-
title?: string | undefined;
|
|
33
|
-
}>;
|
|
34
9
|
export declare const adminFillSvg: string;
|
|
35
|
-
export declare const AdminFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
|
-
title?: string | undefined;
|
|
37
|
-
}>;
|
|
38
10
|
export declare const adminLineSvg: string;
|
|
39
|
-
export declare const AdminLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
|
-
title?: string | undefined;
|
|
41
|
-
}>;
|
|
42
11
|
export declare const aliensFillSvg: string;
|
|
43
|
-
export declare const AliensFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
|
-
title?: string | undefined;
|
|
45
|
-
}>;
|
|
46
12
|
export declare const aliensLineSvg: string;
|
|
47
|
-
export declare const AliensLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
|
-
title?: string | undefined;
|
|
49
|
-
}>;
|
|
50
13
|
export declare const bearSmileFillSvg: string;
|
|
51
|
-
export declare const BearSmileFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
|
-
title?: string | undefined;
|
|
53
|
-
}>;
|
|
54
14
|
export declare const bearSmileLineSvg: string;
|
|
55
|
-
export declare const BearSmileLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
|
-
title?: string | undefined;
|
|
57
|
-
}>;
|
|
58
15
|
export declare const bodyScanFillSvg: string;
|
|
59
|
-
export declare const BodyScanFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
|
-
title?: string | undefined;
|
|
61
|
-
}>;
|
|
62
16
|
export declare const bodyScanLineSvg: string;
|
|
63
|
-
export declare const BodyScanLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
|
-
title?: string | undefined;
|
|
65
|
-
}>;
|
|
66
17
|
export declare const contactsFillSvg: string;
|
|
67
|
-
export declare const ContactsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
|
-
title?: string | undefined;
|
|
69
|
-
}>;
|
|
70
18
|
export declare const contactsLineSvg: string;
|
|
71
|
-
export declare const ContactsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
|
-
title?: string | undefined;
|
|
73
|
-
}>;
|
|
74
19
|
export declare const criminalFillSvg: string;
|
|
75
|
-
export declare const CriminalFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
|
-
title?: string | undefined;
|
|
77
|
-
}>;
|
|
78
20
|
export declare const criminalLineSvg: string;
|
|
79
|
-
export declare const CriminalLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
|
-
title?: string | undefined;
|
|
81
|
-
}>;
|
|
82
21
|
export declare const emotion2FillSvg: string;
|
|
83
|
-
export declare const Emotion2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
|
-
title?: string | undefined;
|
|
85
|
-
}>;
|
|
86
22
|
export declare const emotion2LineSvg: string;
|
|
87
|
-
export declare const Emotion2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
|
-
title?: string | undefined;
|
|
89
|
-
}>;
|
|
90
23
|
export declare const emotionFillSvg: string;
|
|
91
|
-
export declare const EmotionFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
|
-
title?: string | undefined;
|
|
93
|
-
}>;
|
|
94
24
|
export declare const emotionHappyFillSvg: string;
|
|
95
|
-
export declare const EmotionHappyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
|
-
title?: string | undefined;
|
|
97
|
-
}>;
|
|
98
25
|
export declare const emotionHappyLineSvg: string;
|
|
99
|
-
export declare const EmotionHappyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
|
-
title?: string | undefined;
|
|
101
|
-
}>;
|
|
102
26
|
export declare const emotionLaughFillSvg: string;
|
|
103
|
-
export declare const EmotionLaughFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
|
-
title?: string | undefined;
|
|
105
|
-
}>;
|
|
106
27
|
export declare const emotionLaughLineSvg: string;
|
|
107
|
-
export declare const EmotionLaughLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
|
-
title?: string | undefined;
|
|
109
|
-
}>;
|
|
110
28
|
export declare const emotionLineSvg: string;
|
|
111
|
-
export declare const EmotionLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
-
title?: string | undefined;
|
|
113
|
-
}>;
|
|
114
29
|
export declare const emotionNormalFillSvg: string;
|
|
115
|
-
export declare const EmotionNormalFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
|
-
title?: string | undefined;
|
|
117
|
-
}>;
|
|
118
30
|
export declare const emotionNormalLineSvg: string;
|
|
119
|
-
export declare const EmotionNormalLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
|
-
title?: string | undefined;
|
|
121
|
-
}>;
|
|
122
31
|
export declare const emotionSadFillSvg: string;
|
|
123
|
-
export declare const EmotionSadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
-
title?: string | undefined;
|
|
125
|
-
}>;
|
|
126
32
|
export declare const emotionSadLineSvg: string;
|
|
127
|
-
export declare const EmotionSadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
|
-
title?: string | undefined;
|
|
129
|
-
}>;
|
|
130
33
|
export declare const emotionUnhappyFillSvg: string;
|
|
131
|
-
export declare const EmotionUnhappyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
|
-
title?: string | undefined;
|
|
133
|
-
}>;
|
|
134
34
|
export declare const emotionUnhappyLineSvg: string;
|
|
135
|
-
export declare const EmotionUnhappyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
-
title?: string | undefined;
|
|
137
|
-
}>;
|
|
138
35
|
export declare const genderlessFillSvg: string;
|
|
139
|
-
export declare const GenderlessFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
|
-
title?: string | undefined;
|
|
141
|
-
}>;
|
|
142
36
|
export declare const genderlessLineSvg: string;
|
|
143
|
-
export declare const GenderlessLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
|
-
title?: string | undefined;
|
|
145
|
-
}>;
|
|
146
37
|
export declare const ghost2FillSvg: string;
|
|
147
|
-
export declare const Ghost2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
-
title?: string | undefined;
|
|
149
|
-
}>;
|
|
150
38
|
export declare const ghost2LineSvg: string;
|
|
151
|
-
export declare const Ghost2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
|
-
title?: string | undefined;
|
|
153
|
-
}>;
|
|
154
39
|
export declare const ghostFillSvg: string;
|
|
155
|
-
export declare const GhostFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
|
-
title?: string | undefined;
|
|
157
|
-
}>;
|
|
158
40
|
export declare const ghostLineSvg: string;
|
|
159
|
-
export declare const GhostLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
-
title?: string | undefined;
|
|
161
|
-
}>;
|
|
162
41
|
export declare const ghostSmileFillSvg: string;
|
|
163
|
-
export declare const GhostSmileFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
|
-
title?: string | undefined;
|
|
165
|
-
}>;
|
|
166
42
|
export declare const ghostSmileLineSvg: string;
|
|
167
|
-
export declare const GhostSmileLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
|
-
title?: string | undefined;
|
|
169
|
-
}>;
|
|
170
43
|
export declare const group2FillSvg: string;
|
|
171
|
-
export declare const Group2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
|
-
title?: string | undefined;
|
|
173
|
-
}>;
|
|
174
44
|
export declare const group2LineSvg: string;
|
|
175
|
-
export declare const Group2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
|
-
title?: string | undefined;
|
|
177
|
-
}>;
|
|
178
45
|
export declare const groupFillSvg: string;
|
|
179
|
-
export declare const GroupFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
|
-
title?: string | undefined;
|
|
181
|
-
}>;
|
|
182
46
|
export declare const groupLineSvg: string;
|
|
183
|
-
export declare const GroupLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
|
-
title?: string | undefined;
|
|
185
|
-
}>;
|
|
186
47
|
export declare const menFillSvg: string;
|
|
187
|
-
export declare const MenFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
|
-
title?: string | undefined;
|
|
189
|
-
}>;
|
|
190
48
|
export declare const menLineSvg: string;
|
|
191
|
-
export declare const MenLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
|
-
title?: string | undefined;
|
|
193
|
-
}>;
|
|
194
49
|
export declare const mickeyFillSvg: string;
|
|
195
|
-
export declare const MickeyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
-
title?: string | undefined;
|
|
197
|
-
}>;
|
|
198
50
|
export declare const mickeyLineSvg: string;
|
|
199
|
-
export declare const MickeyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
|
-
title?: string | undefined;
|
|
201
|
-
}>;
|
|
202
51
|
export declare const openArmFillSvg: string;
|
|
203
|
-
export declare const OpenArmFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
204
|
-
title?: string | undefined;
|
|
205
|
-
}>;
|
|
206
52
|
export declare const openArmLineSvg: string;
|
|
207
|
-
export declare const OpenArmLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
|
-
title?: string | undefined;
|
|
209
|
-
}>;
|
|
210
53
|
export declare const parentFillSvg: string;
|
|
211
|
-
export declare const ParentFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
212
|
-
title?: string | undefined;
|
|
213
|
-
}>;
|
|
214
54
|
export declare const parentLineSvg: string;
|
|
215
|
-
export declare const ParentLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
216
|
-
title?: string | undefined;
|
|
217
|
-
}>;
|
|
218
55
|
export declare const robotFillSvg: string;
|
|
219
|
-
export declare const RobotFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
|
-
title?: string | undefined;
|
|
221
|
-
}>;
|
|
222
56
|
export declare const robotLineSvg: string;
|
|
223
|
-
export declare const RobotLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
224
|
-
title?: string | undefined;
|
|
225
|
-
}>;
|
|
226
57
|
export declare const skull2FillSvg: string;
|
|
227
|
-
export declare const Skull2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
228
|
-
title?: string | undefined;
|
|
229
|
-
}>;
|
|
230
58
|
export declare const skull2LineSvg: string;
|
|
231
|
-
export declare const Skull2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
|
-
title?: string | undefined;
|
|
233
|
-
}>;
|
|
234
59
|
export declare const skullFillSvg: string;
|
|
235
|
-
export declare const SkullFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
236
|
-
title?: string | undefined;
|
|
237
|
-
}>;
|
|
238
60
|
export declare const skullLineSvg: string;
|
|
239
|
-
export declare const SkullLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
240
|
-
title?: string | undefined;
|
|
241
|
-
}>;
|
|
242
61
|
export declare const spyFillSvg: string;
|
|
243
|
-
export declare const SpyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
|
-
title?: string | undefined;
|
|
245
|
-
}>;
|
|
246
62
|
export declare const spyLineSvg: string;
|
|
247
|
-
export declare const SpyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
248
|
-
title?: string | undefined;
|
|
249
|
-
}>;
|
|
250
63
|
export declare const starSmileFillSvg: string;
|
|
251
|
-
export declare const StarSmileFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
252
|
-
title?: string | undefined;
|
|
253
|
-
}>;
|
|
254
64
|
export declare const starSmileLineSvg: string;
|
|
255
|
-
export declare const StarSmileLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
|
-
title?: string | undefined;
|
|
257
|
-
}>;
|
|
258
65
|
export declare const teamFillSvg: string;
|
|
259
|
-
export declare const TeamFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
260
|
-
title?: string | undefined;
|
|
261
|
-
}>;
|
|
262
66
|
export declare const teamLineSvg: string;
|
|
263
|
-
export declare const TeamLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
264
|
-
title?: string | undefined;
|
|
265
|
-
}>;
|
|
266
67
|
export declare const travestiFillSvg: string;
|
|
267
|
-
export declare const TravestiFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
268
|
-
title?: string | undefined;
|
|
269
|
-
}>;
|
|
270
68
|
export declare const travestiLineSvg: string;
|
|
271
|
-
export declare const TravestiLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
272
|
-
title?: string | undefined;
|
|
273
|
-
}>;
|
|
274
69
|
export declare const user2FillSvg: string;
|
|
275
|
-
export declare const User2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
276
|
-
title?: string | undefined;
|
|
277
|
-
}>;
|
|
278
70
|
export declare const user2LineSvg: string;
|
|
279
|
-
export declare const User2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
280
|
-
title?: string | undefined;
|
|
281
|
-
}>;
|
|
282
71
|
export declare const user3FillSvg: string;
|
|
283
|
-
export declare const User3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
284
|
-
title?: string | undefined;
|
|
285
|
-
}>;
|
|
286
72
|
export declare const user3LineSvg: string;
|
|
287
|
-
export declare const User3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
288
|
-
title?: string | undefined;
|
|
289
|
-
}>;
|
|
290
73
|
export declare const user4FillSvg: string;
|
|
291
|
-
export declare const User4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
292
|
-
title?: string | undefined;
|
|
293
|
-
}>;
|
|
294
74
|
export declare const user4LineSvg: string;
|
|
295
|
-
export declare const User4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
296
|
-
title?: string | undefined;
|
|
297
|
-
}>;
|
|
298
75
|
export declare const user5FillSvg: string;
|
|
299
|
-
export declare const User5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
300
|
-
title?: string | undefined;
|
|
301
|
-
}>;
|
|
302
76
|
export declare const user5LineSvg: string;
|
|
303
|
-
export declare const User5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
304
|
-
title?: string | undefined;
|
|
305
|
-
}>;
|
|
306
77
|
export declare const user6FillSvg: string;
|
|
307
|
-
export declare const User6FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
308
|
-
title?: string | undefined;
|
|
309
|
-
}>;
|
|
310
78
|
export declare const user6LineSvg: string;
|
|
311
|
-
export declare const User6LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
312
|
-
title?: string | undefined;
|
|
313
|
-
}>;
|
|
314
79
|
export declare const userAddFillSvg: string;
|
|
315
|
-
export declare const UserAddFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
316
|
-
title?: string | undefined;
|
|
317
|
-
}>;
|
|
318
80
|
export declare const userAddLineSvg: string;
|
|
319
|
-
export declare const UserAddLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
320
|
-
title?: string | undefined;
|
|
321
|
-
}>;
|
|
322
81
|
export declare const userFillSvg: string;
|
|
323
|
-
export declare const UserFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
324
|
-
title?: string | undefined;
|
|
325
|
-
}>;
|
|
326
82
|
export declare const userFollowFillSvg: string;
|
|
327
|
-
export declare const UserFollowFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
328
|
-
title?: string | undefined;
|
|
329
|
-
}>;
|
|
330
83
|
export declare const userFollowLineSvg: string;
|
|
331
|
-
export declare const UserFollowLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
332
|
-
title?: string | undefined;
|
|
333
|
-
}>;
|
|
334
84
|
export declare const userForbidFillSvg: string;
|
|
335
|
-
export declare const UserForbidFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
336
|
-
title?: string | undefined;
|
|
337
|
-
}>;
|
|
338
85
|
export declare const userForbidLineSvg: string;
|
|
339
|
-
export declare const UserForbidLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
340
|
-
title?: string | undefined;
|
|
341
|
-
}>;
|
|
342
86
|
export declare const userHeartFillSvg: string;
|
|
343
|
-
export declare const UserHeartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
344
|
-
title?: string | undefined;
|
|
345
|
-
}>;
|
|
346
87
|
export declare const userHeartLineSvg: string;
|
|
347
|
-
export declare const UserHeartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
348
|
-
title?: string | undefined;
|
|
349
|
-
}>;
|
|
350
88
|
export declare const userLineSvg: string;
|
|
351
|
-
export declare const UserLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
352
|
-
title?: string | undefined;
|
|
353
|
-
}>;
|
|
354
89
|
export declare const userLocationFillSvg: string;
|
|
355
|
-
export declare const UserLocationFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
356
|
-
title?: string | undefined;
|
|
357
|
-
}>;
|
|
358
90
|
export declare const userLocationLineSvg: string;
|
|
359
|
-
export declare const UserLocationLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
360
|
-
title?: string | undefined;
|
|
361
|
-
}>;
|
|
362
91
|
export declare const userReceived2FillSvg: string;
|
|
363
|
-
export declare const UserReceived2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
364
|
-
title?: string | undefined;
|
|
365
|
-
}>;
|
|
366
92
|
export declare const userReceived2LineSvg: string;
|
|
367
|
-
export declare const UserReceived2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
368
|
-
title?: string | undefined;
|
|
369
|
-
}>;
|
|
370
93
|
export declare const userReceivedFillSvg: string;
|
|
371
|
-
export declare const UserReceivedFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
372
|
-
title?: string | undefined;
|
|
373
|
-
}>;
|
|
374
94
|
export declare const userReceivedLineSvg: string;
|
|
375
|
-
export declare const UserReceivedLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
376
|
-
title?: string | undefined;
|
|
377
|
-
}>;
|
|
378
95
|
export declare const userSearchFillSvg: string;
|
|
379
|
-
export declare const UserSearchFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
380
|
-
title?: string | undefined;
|
|
381
|
-
}>;
|
|
382
96
|
export declare const userSearchLineSvg: string;
|
|
383
|
-
export declare const UserSearchLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
384
|
-
title?: string | undefined;
|
|
385
|
-
}>;
|
|
386
97
|
export declare const userSettingsFillSvg: string;
|
|
387
|
-
export declare const UserSettingsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
388
|
-
title?: string | undefined;
|
|
389
|
-
}>;
|
|
390
98
|
export declare const userSettingsLineSvg: string;
|
|
391
|
-
export declare const UserSettingsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
392
|
-
title?: string | undefined;
|
|
393
|
-
}>;
|
|
394
99
|
export declare const userShared2FillSvg: string;
|
|
395
|
-
export declare const UserShared2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
396
|
-
title?: string | undefined;
|
|
397
|
-
}>;
|
|
398
100
|
export declare const userShared2LineSvg: string;
|
|
399
|
-
export declare const UserShared2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
400
|
-
title?: string | undefined;
|
|
401
|
-
}>;
|
|
402
101
|
export declare const userSharedFillSvg: string;
|
|
403
|
-
export declare const UserSharedFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
404
|
-
title?: string | undefined;
|
|
405
|
-
}>;
|
|
406
102
|
export declare const userSharedLineSvg: string;
|
|
407
|
-
export declare const UserSharedLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
408
|
-
title?: string | undefined;
|
|
409
|
-
}>;
|
|
410
103
|
export declare const userSmileFillSvg: string;
|
|
411
|
-
export declare const UserSmileFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
412
|
-
title?: string | undefined;
|
|
413
|
-
}>;
|
|
414
104
|
export declare const userSmileLineSvg: string;
|
|
415
|
-
export declare const UserSmileLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
416
|
-
title?: string | undefined;
|
|
417
|
-
}>;
|
|
418
105
|
export declare const userStarFillSvg: string;
|
|
419
|
-
export declare const UserStarFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
420
|
-
title?: string | undefined;
|
|
421
|
-
}>;
|
|
422
106
|
export declare const userStarLineSvg: string;
|
|
423
|
-
export declare const UserStarLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
424
|
-
title?: string | undefined;
|
|
425
|
-
}>;
|
|
426
107
|
export declare const userUnfollowFillSvg: string;
|
|
427
|
-
export declare const UserUnfollowFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
428
|
-
title?: string | undefined;
|
|
429
|
-
}>;
|
|
430
108
|
export declare const userUnfollowLineSvg: string;
|
|
431
|
-
export declare const UserUnfollowLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
432
|
-
title?: string | undefined;
|
|
433
|
-
}>;
|
|
434
109
|
export declare const userVoiceFillSvg: string;
|
|
435
|
-
export declare const UserVoiceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
436
|
-
title?: string | undefined;
|
|
437
|
-
}>;
|
|
438
110
|
export declare const userVoiceLineSvg: string;
|
|
439
|
-
export declare const UserVoiceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
440
|
-
title?: string | undefined;
|
|
441
|
-
}>;
|
|
442
111
|
export declare const womenFillSvg: string;
|
|
443
|
-
export declare const WomenFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
444
|
-
title?: string | undefined;
|
|
445
|
-
}>;
|
|
446
112
|
export declare const womenLineSvg: string;
|
|
447
|
-
export declare const WomenLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
448
|
-
title?: string | undefined;
|
|
449
|
-
}>;
|