@team-monolith/cds 0.5.2 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/index.d.ts +1 -7
  2. package/dist/index.js +1 -7
  3. package/dist/remixicons/Arrows/index.d.ts +433 -0
  4. package/dist/remixicons/Arrows/index.js +324 -0
  5. package/dist/remixicons/Buildings/index.d.ts +233 -0
  6. package/dist/remixicons/Buildings/index.js +174 -0
  7. package/dist/remixicons/Business/index.d.ts +769 -0
  8. package/dist/remixicons/Business/index.js +576 -0
  9. package/dist/remixicons/Communication/index.d.ts +257 -0
  10. package/dist/remixicons/Communication/index.js +192 -0
  11. package/dist/remixicons/Design/index.d.ts +657 -0
  12. package/dist/remixicons/Design/index.js +492 -0
  13. package/dist/remixicons/Development/index.d.ts +201 -0
  14. package/dist/remixicons/Development/index.js +150 -0
  15. package/dist/remixicons/Device/index.d.ts +665 -0
  16. package/dist/remixicons/Device/index.js +498 -0
  17. package/dist/remixicons/Document/index.d.ts +809 -0
  18. package/dist/remixicons/Document/index.js +606 -0
  19. package/dist/remixicons/Editor/index.d.ts +457 -0
  20. package/dist/remixicons/Editor/index.js +342 -0
  21. package/dist/remixicons/Finance/index.d.ts +561 -0
  22. package/dist/remixicons/Finance/index.js +420 -0
  23. package/dist/remixicons/Health & Medical/index.d.ts +249 -0
  24. package/dist/remixicons/Health & Medical/index.js +186 -0
  25. package/dist/remixicons/Logos/index.d.ts +897 -0
  26. package/dist/remixicons/Logos/index.js +672 -0
  27. package/dist/remixicons/Map/index.d.ts +697 -0
  28. package/dist/remixicons/Map/index.js +522 -0
  29. package/dist/remixicons/Media/index.d.ts +873 -0
  30. package/dist/remixicons/Media/index.js +654 -0
  31. package/dist/remixicons/Others/index.d.ts +417 -0
  32. package/dist/remixicons/Others/index.js +312 -0
  33. package/dist/remixicons/System/index.d.ts +1049 -0
  34. package/dist/remixicons/System/index.js +786 -0
  35. package/dist/remixicons/User & Faces/index.d.ts +449 -0
  36. package/dist/remixicons/User & Faces/index.js +336 -0
  37. package/dist/remixicons/Weather/index.d.ts +321 -0
  38. package/dist/remixicons/Weather/index.js +240 -0
  39. package/dist/remixicons/index.d.ts +18 -0
  40. package/dist/remixicons/index.js +18 -0
  41. package/package.json +7 -3
@@ -0,0 +1,897 @@
1
+ /// <reference types="react" />
2
+ export declare const AlipayFillSvg: string;
3
+ export declare const AlipayFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
+ title?: string | undefined;
5
+ }>;
6
+ export declare const AlipayLineSvg: string;
7
+ export declare const AlipayLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
8
+ title?: string | undefined;
9
+ }>;
10
+ export declare const AmazonFillSvg: string;
11
+ export declare const AmazonFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
12
+ title?: string | undefined;
13
+ }>;
14
+ export declare const AmazonLineSvg: string;
15
+ export declare const AmazonLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
16
+ title?: string | undefined;
17
+ }>;
18
+ export declare const AndroidFillSvg: string;
19
+ export declare const AndroidFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
20
+ title?: string | undefined;
21
+ }>;
22
+ export declare const AndroidLineSvg: string;
23
+ export declare const AndroidLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
24
+ title?: string | undefined;
25
+ }>;
26
+ export declare const AngularjsFillSvg: string;
27
+ export declare const AngularjsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
28
+ title?: string | undefined;
29
+ }>;
30
+ export declare const AngularjsLineSvg: string;
31
+ export declare const AngularjsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
32
+ title?: string | undefined;
33
+ }>;
34
+ export declare const AppStoreFillSvg: string;
35
+ export declare const AppStoreFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
+ title?: string | undefined;
37
+ }>;
38
+ export declare const AppStoreLineSvg: string;
39
+ export declare const AppStoreLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
40
+ title?: string | undefined;
41
+ }>;
42
+ export declare const AppleFillSvg: string;
43
+ export declare const AppleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
44
+ title?: string | undefined;
45
+ }>;
46
+ export declare const AppleLineSvg: string;
47
+ export declare const AppleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
48
+ title?: string | undefined;
49
+ }>;
50
+ export declare const BaiduFillSvg: string;
51
+ export declare const BaiduFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
52
+ title?: string | undefined;
53
+ }>;
54
+ export declare const BaiduLineSvg: string;
55
+ export declare const BaiduLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
56
+ title?: string | undefined;
57
+ }>;
58
+ export declare const BardFillSvg: string;
59
+ export declare const BardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
60
+ title?: string | undefined;
61
+ }>;
62
+ export declare const BardLineSvg: string;
63
+ export declare const BardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
64
+ title?: string | undefined;
65
+ }>;
66
+ export declare const BehanceFillSvg: string;
67
+ export declare const BehanceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
68
+ title?: string | undefined;
69
+ }>;
70
+ export declare const BehanceLineSvg: string;
71
+ export declare const BehanceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
72
+ title?: string | undefined;
73
+ }>;
74
+ export declare const BilibiliFillSvg: string;
75
+ export declare const BilibiliFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
76
+ title?: string | undefined;
77
+ }>;
78
+ export declare const BilibiliLineSvg: string;
79
+ export declare const BilibiliLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
80
+ title?: string | undefined;
81
+ }>;
82
+ export declare const BlenderFillSvg: string;
83
+ export declare const BlenderFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
84
+ title?: string | undefined;
85
+ }>;
86
+ export declare const BlenderLineSvg: string;
87
+ export declare const BlenderLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
88
+ title?: string | undefined;
89
+ }>;
90
+ export declare const BootstrapFillSvg: string;
91
+ export declare const BootstrapFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
92
+ title?: string | undefined;
93
+ }>;
94
+ export declare const BootstrapLineSvg: string;
95
+ export declare const BootstrapLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
96
+ title?: string | undefined;
97
+ }>;
98
+ export declare const CentosFillSvg: string;
99
+ export declare const CentosFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
100
+ title?: string | undefined;
101
+ }>;
102
+ export declare const CentosLineSvg: string;
103
+ export declare const CentosLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
104
+ title?: string | undefined;
105
+ }>;
106
+ export declare const ChromeFillSvg: string;
107
+ export declare const ChromeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
108
+ title?: string | undefined;
109
+ }>;
110
+ export declare const ChromeLineSvg: string;
111
+ export declare const ChromeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
112
+ title?: string | undefined;
113
+ }>;
114
+ export declare const CodepenFillSvg: string;
115
+ export declare const CodepenFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
116
+ title?: string | undefined;
117
+ }>;
118
+ export declare const CodepenLineSvg: string;
119
+ export declare const CodepenLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
120
+ title?: string | undefined;
121
+ }>;
122
+ export declare const CopilotFillSvg: string;
123
+ export declare const CopilotFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
124
+ title?: string | undefined;
125
+ }>;
126
+ export declare const CopilotLineSvg: string;
127
+ export declare const CopilotLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
128
+ title?: string | undefined;
129
+ }>;
130
+ export declare const CoreosFillSvg: string;
131
+ export declare const CoreosFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
132
+ title?: string | undefined;
133
+ }>;
134
+ export declare const CoreosLineSvg: string;
135
+ export declare const CoreosLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
136
+ title?: string | undefined;
137
+ }>;
138
+ export declare const DingdingFillSvg: string;
139
+ export declare const DingdingFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
140
+ title?: string | undefined;
141
+ }>;
142
+ export declare const DingdingLineSvg: string;
143
+ export declare const DingdingLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
144
+ title?: string | undefined;
145
+ }>;
146
+ export declare const DiscordFillSvg: string;
147
+ export declare const DiscordFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
148
+ title?: string | undefined;
149
+ }>;
150
+ export declare const DiscordLineSvg: string;
151
+ export declare const DiscordLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
152
+ title?: string | undefined;
153
+ }>;
154
+ export declare const DisqusFillSvg: string;
155
+ export declare const DisqusFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
156
+ title?: string | undefined;
157
+ }>;
158
+ export declare const DisqusLineSvg: string;
159
+ export declare const DisqusLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
160
+ title?: string | undefined;
161
+ }>;
162
+ export declare const DoubanFillSvg: string;
163
+ export declare const DoubanFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
164
+ title?: string | undefined;
165
+ }>;
166
+ export declare const DoubanLineSvg: string;
167
+ export declare const DoubanLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
168
+ title?: string | undefined;
169
+ }>;
170
+ export declare const DribbbleFillSvg: string;
171
+ export declare const DribbbleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
172
+ title?: string | undefined;
173
+ }>;
174
+ export declare const DribbbleLineSvg: string;
175
+ export declare const DribbbleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
176
+ title?: string | undefined;
177
+ }>;
178
+ export declare const DriveFillSvg: string;
179
+ export declare const DriveFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
180
+ title?: string | undefined;
181
+ }>;
182
+ export declare const DriveLineSvg: string;
183
+ export declare const DriveLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
184
+ title?: string | undefined;
185
+ }>;
186
+ export declare const DropboxFillSvg: string;
187
+ export declare const DropboxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
188
+ title?: string | undefined;
189
+ }>;
190
+ export declare const DropboxLineSvg: string;
191
+ export declare const DropboxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
192
+ title?: string | undefined;
193
+ }>;
194
+ export declare const EdgeFillSvg: string;
195
+ export declare const EdgeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
196
+ title?: string | undefined;
197
+ }>;
198
+ export declare const EdgeLineSvg: string;
199
+ export declare const EdgeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
200
+ title?: string | undefined;
201
+ }>;
202
+ export declare const EdgeNewFillSvg: string;
203
+ export declare const EdgeNewFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
204
+ title?: string | undefined;
205
+ }>;
206
+ export declare const EdgeNewLineSvg: string;
207
+ export declare const EdgeNewLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
208
+ title?: string | undefined;
209
+ }>;
210
+ export declare const EvernoteFillSvg: string;
211
+ export declare const EvernoteFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
212
+ title?: string | undefined;
213
+ }>;
214
+ export declare const EvernoteLineSvg: string;
215
+ export declare const EvernoteLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
216
+ title?: string | undefined;
217
+ }>;
218
+ export declare const FacebookBoxFillSvg: string;
219
+ export declare const FacebookBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
220
+ title?: string | undefined;
221
+ }>;
222
+ export declare const FacebookBoxLineSvg: string;
223
+ export declare const FacebookBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
224
+ title?: string | undefined;
225
+ }>;
226
+ export declare const FacebookCircleFillSvg: string;
227
+ export declare const FacebookCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
228
+ title?: string | undefined;
229
+ }>;
230
+ export declare const FacebookCircleLineSvg: string;
231
+ export declare const FacebookCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
232
+ title?: string | undefined;
233
+ }>;
234
+ export declare const FacebookFillSvg: string;
235
+ export declare const FacebookFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
236
+ title?: string | undefined;
237
+ }>;
238
+ export declare const FacebookLineSvg: string;
239
+ export declare const FacebookLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
240
+ title?: string | undefined;
241
+ }>;
242
+ export declare const FinderFillSvg: string;
243
+ export declare const FinderFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
244
+ title?: string | undefined;
245
+ }>;
246
+ export declare const FinderLineSvg: string;
247
+ export declare const FinderLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
248
+ title?: string | undefined;
249
+ }>;
250
+ export declare const FirefoxFillSvg: string;
251
+ export declare const FirefoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
252
+ title?: string | undefined;
253
+ }>;
254
+ export declare const FirefoxLineSvg: string;
255
+ export declare const FirefoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
256
+ title?: string | undefined;
257
+ }>;
258
+ export declare const FlickrFillSvg: string;
259
+ export declare const FlickrFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
260
+ title?: string | undefined;
261
+ }>;
262
+ export declare const FlickrLineSvg: string;
263
+ export declare const FlickrLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
264
+ title?: string | undefined;
265
+ }>;
266
+ export declare const FlutterFillSvg: string;
267
+ export declare const FlutterFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
268
+ title?: string | undefined;
269
+ }>;
270
+ export declare const FlutterLineSvg: string;
271
+ export declare const FlutterLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
272
+ title?: string | undefined;
273
+ }>;
274
+ export declare const GatsbyFillSvg: string;
275
+ export declare const GatsbyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
276
+ title?: string | undefined;
277
+ }>;
278
+ export declare const GatsbyLineSvg: string;
279
+ export declare const GatsbyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
280
+ title?: string | undefined;
281
+ }>;
282
+ export declare const GithubFillSvg: string;
283
+ export declare const GithubFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
284
+ title?: string | undefined;
285
+ }>;
286
+ export declare const GithubLineSvg: string;
287
+ export declare const GithubLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
288
+ title?: string | undefined;
289
+ }>;
290
+ export declare const GitlabFillSvg: string;
291
+ export declare const GitlabFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
292
+ title?: string | undefined;
293
+ }>;
294
+ export declare const GitlabLineSvg: string;
295
+ export declare const GitlabLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
296
+ title?: string | undefined;
297
+ }>;
298
+ export declare const GoogleFillSvg: string;
299
+ export declare const GoogleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
300
+ title?: string | undefined;
301
+ }>;
302
+ export declare const GoogleLineSvg: string;
303
+ export declare const GoogleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
304
+ title?: string | undefined;
305
+ }>;
306
+ export declare const GooglePlayFillSvg: string;
307
+ export declare const GooglePlayFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
308
+ title?: string | undefined;
309
+ }>;
310
+ export declare const GooglePlayLineSvg: string;
311
+ export declare const GooglePlayLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
312
+ title?: string | undefined;
313
+ }>;
314
+ export declare const HonorOfKingsFillSvg: string;
315
+ export declare const HonorOfKingsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
316
+ title?: string | undefined;
317
+ }>;
318
+ export declare const HonorOfKingsLineSvg: string;
319
+ export declare const HonorOfKingsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
320
+ title?: string | undefined;
321
+ }>;
322
+ export declare const IeFillSvg: string;
323
+ export declare const IeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
324
+ title?: string | undefined;
325
+ }>;
326
+ export declare const IeLineSvg: string;
327
+ export declare const IeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
328
+ title?: string | undefined;
329
+ }>;
330
+ export declare const InstagramFillSvg: string;
331
+ export declare const InstagramFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
332
+ title?: string | undefined;
333
+ }>;
334
+ export declare const InstagramLineSvg: string;
335
+ export declare const InstagramLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
336
+ title?: string | undefined;
337
+ }>;
338
+ export declare const InvisionFillSvg: string;
339
+ export declare const InvisionFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
340
+ title?: string | undefined;
341
+ }>;
342
+ export declare const InvisionLineSvg: string;
343
+ export declare const InvisionLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
344
+ title?: string | undefined;
345
+ }>;
346
+ export declare const KakaoTalkFillSvg: string;
347
+ export declare const KakaoTalkFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
348
+ title?: string | undefined;
349
+ }>;
350
+ export declare const KakaoTalkLineSvg: string;
351
+ export declare const KakaoTalkLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
352
+ title?: string | undefined;
353
+ }>;
354
+ export declare const KickFillSvg: string;
355
+ export declare const KickFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
356
+ title?: string | undefined;
357
+ }>;
358
+ export declare const KickLineSvg: string;
359
+ export declare const KickLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
360
+ title?: string | undefined;
361
+ }>;
362
+ export declare const LineFillSvg: string;
363
+ export declare const LineFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
364
+ title?: string | undefined;
365
+ }>;
366
+ export declare const LineLineSvg: string;
367
+ export declare const LineLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
368
+ title?: string | undefined;
369
+ }>;
370
+ export declare const LinkedinBoxFillSvg: string;
371
+ export declare const LinkedinBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
372
+ title?: string | undefined;
373
+ }>;
374
+ export declare const LinkedinBoxLineSvg: string;
375
+ export declare const LinkedinBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
376
+ title?: string | undefined;
377
+ }>;
378
+ export declare const LinkedinFillSvg: string;
379
+ export declare const LinkedinFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
380
+ title?: string | undefined;
381
+ }>;
382
+ export declare const LinkedinLineSvg: string;
383
+ export declare const LinkedinLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
384
+ title?: string | undefined;
385
+ }>;
386
+ export declare const MastercardFillSvg: string;
387
+ export declare const MastercardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
388
+ title?: string | undefined;
389
+ }>;
390
+ export declare const MastercardLineSvg: string;
391
+ export declare const MastercardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
392
+ title?: string | undefined;
393
+ }>;
394
+ export declare const MastodonFillSvg: string;
395
+ export declare const MastodonFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
396
+ title?: string | undefined;
397
+ }>;
398
+ export declare const MastodonLineSvg: string;
399
+ export declare const MastodonLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
400
+ title?: string | undefined;
401
+ }>;
402
+ export declare const MediumFillSvg: string;
403
+ export declare const MediumFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
404
+ title?: string | undefined;
405
+ }>;
406
+ export declare const MediumLineSvg: string;
407
+ export declare const MediumLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
408
+ title?: string | undefined;
409
+ }>;
410
+ export declare const MessengerFillSvg: string;
411
+ export declare const MessengerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
412
+ title?: string | undefined;
413
+ }>;
414
+ export declare const MessengerLineSvg: string;
415
+ export declare const MessengerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
416
+ title?: string | undefined;
417
+ }>;
418
+ export declare const MetaFillSvg: string;
419
+ export declare const MetaFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
420
+ title?: string | undefined;
421
+ }>;
422
+ export declare const MetaLineSvg: string;
423
+ export declare const MetaLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
424
+ title?: string | undefined;
425
+ }>;
426
+ export declare const MicrosoftFillSvg: string;
427
+ export declare const MicrosoftFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
428
+ title?: string | undefined;
429
+ }>;
430
+ export declare const MicrosoftLineSvg: string;
431
+ export declare const MicrosoftLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
432
+ title?: string | undefined;
433
+ }>;
434
+ export declare const MicrosoftLoopFillSvg: string;
435
+ export declare const MicrosoftLoopFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
436
+ title?: string | undefined;
437
+ }>;
438
+ export declare const MicrosoftLoopLineSvg: string;
439
+ export declare const MicrosoftLoopLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
440
+ title?: string | undefined;
441
+ }>;
442
+ export declare const MiniProgramFillSvg: string;
443
+ export declare const MiniProgramFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
444
+ title?: string | undefined;
445
+ }>;
446
+ export declare const MiniProgramLineSvg: string;
447
+ export declare const MiniProgramLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
448
+ title?: string | undefined;
449
+ }>;
450
+ export declare const NeteaseCloudMusicFillSvg: string;
451
+ export declare const NeteaseCloudMusicFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
452
+ title?: string | undefined;
453
+ }>;
454
+ export declare const NeteaseCloudMusicLineSvg: string;
455
+ export declare const NeteaseCloudMusicLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
456
+ title?: string | undefined;
457
+ }>;
458
+ export declare const NetflixFillSvg: string;
459
+ export declare const NetflixFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
460
+ title?: string | undefined;
461
+ }>;
462
+ export declare const NetflixLineSvg: string;
463
+ export declare const NetflixLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
464
+ title?: string | undefined;
465
+ }>;
466
+ export declare const NotionFillSvg: string;
467
+ export declare const NotionFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
468
+ title?: string | undefined;
469
+ }>;
470
+ export declare const NotionLineSvg: string;
471
+ export declare const NotionLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
472
+ title?: string | undefined;
473
+ }>;
474
+ export declare const NpmjsFillSvg: string;
475
+ export declare const NpmjsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
476
+ title?: string | undefined;
477
+ }>;
478
+ export declare const NpmjsLineSvg: string;
479
+ export declare const NpmjsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
480
+ title?: string | undefined;
481
+ }>;
482
+ export declare const OpenSourceFillSvg: string;
483
+ export declare const OpenSourceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
484
+ title?: string | undefined;
485
+ }>;
486
+ export declare const OpenSourceLineSvg: string;
487
+ export declare const OpenSourceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
488
+ title?: string | undefined;
489
+ }>;
490
+ export declare const OpenaiFillSvg: string;
491
+ export declare const OpenaiFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
492
+ title?: string | undefined;
493
+ }>;
494
+ export declare const OpenaiLineSvg: string;
495
+ export declare const OpenaiLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
496
+ title?: string | undefined;
497
+ }>;
498
+ export declare const OpenbaseFillSvg: string;
499
+ export declare const OpenbaseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
500
+ title?: string | undefined;
501
+ }>;
502
+ export declare const OpenbaseLineSvg: string;
503
+ export declare const OpenbaseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
504
+ title?: string | undefined;
505
+ }>;
506
+ export declare const OperaFillSvg: string;
507
+ export declare const OperaFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
508
+ title?: string | undefined;
509
+ }>;
510
+ export declare const OperaLineSvg: string;
511
+ export declare const OperaLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
512
+ title?: string | undefined;
513
+ }>;
514
+ export declare const PatreonFillSvg: string;
515
+ export declare const PatreonFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
516
+ title?: string | undefined;
517
+ }>;
518
+ export declare const PatreonLineSvg: string;
519
+ export declare const PatreonLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
520
+ title?: string | undefined;
521
+ }>;
522
+ export declare const PaypalFillSvg: string;
523
+ export declare const PaypalFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
524
+ title?: string | undefined;
525
+ }>;
526
+ export declare const PaypalLineSvg: string;
527
+ export declare const PaypalLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
528
+ title?: string | undefined;
529
+ }>;
530
+ export declare const PinterestFillSvg: string;
531
+ export declare const PinterestFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
532
+ title?: string | undefined;
533
+ }>;
534
+ export declare const PinterestLineSvg: string;
535
+ export declare const PinterestLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
536
+ title?: string | undefined;
537
+ }>;
538
+ export declare const PixelfedFillSvg: string;
539
+ export declare const PixelfedFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
540
+ title?: string | undefined;
541
+ }>;
542
+ export declare const PixelfedLineSvg: string;
543
+ export declare const PixelfedLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
544
+ title?: string | undefined;
545
+ }>;
546
+ export declare const PlaystationFillSvg: string;
547
+ export declare const PlaystationFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
548
+ title?: string | undefined;
549
+ }>;
550
+ export declare const PlaystationLineSvg: string;
551
+ export declare const PlaystationLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
552
+ title?: string | undefined;
553
+ }>;
554
+ export declare const ProductHuntFillSvg: string;
555
+ export declare const ProductHuntFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
556
+ title?: string | undefined;
557
+ }>;
558
+ export declare const ProductHuntLineSvg: string;
559
+ export declare const ProductHuntLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
560
+ title?: string | undefined;
561
+ }>;
562
+ export declare const QqFillSvg: string;
563
+ export declare const QqFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
564
+ title?: string | undefined;
565
+ }>;
566
+ export declare const QqLineSvg: string;
567
+ export declare const QqLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
568
+ title?: string | undefined;
569
+ }>;
570
+ export declare const ReactjsFillSvg: string;
571
+ export declare const ReactjsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
572
+ title?: string | undefined;
573
+ }>;
574
+ export declare const ReactjsLineSvg: string;
575
+ export declare const ReactjsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
576
+ title?: string | undefined;
577
+ }>;
578
+ export declare const RedditFillSvg: string;
579
+ export declare const RedditFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
580
+ title?: string | undefined;
581
+ }>;
582
+ export declare const RedditLineSvg: string;
583
+ export declare const RedditLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
584
+ title?: string | undefined;
585
+ }>;
586
+ export declare const RemixiconFillSvg: string;
587
+ export declare const RemixiconFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
588
+ title?: string | undefined;
589
+ }>;
590
+ export declare const RemixiconLineSvg: string;
591
+ export declare const RemixiconLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
592
+ title?: string | undefined;
593
+ }>;
594
+ export declare const SafariFillSvg: string;
595
+ export declare const SafariFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
596
+ title?: string | undefined;
597
+ }>;
598
+ export declare const SafariLineSvg: string;
599
+ export declare const SafariLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
600
+ title?: string | undefined;
601
+ }>;
602
+ export declare const SkypeFillSvg: string;
603
+ export declare const SkypeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
604
+ title?: string | undefined;
605
+ }>;
606
+ export declare const SkypeLineSvg: string;
607
+ export declare const SkypeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
608
+ title?: string | undefined;
609
+ }>;
610
+ export declare const SlackFillSvg: string;
611
+ export declare const SlackFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
612
+ title?: string | undefined;
613
+ }>;
614
+ export declare const SlackLineSvg: string;
615
+ export declare const SlackLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
616
+ title?: string | undefined;
617
+ }>;
618
+ export declare const SnapchatFillSvg: string;
619
+ export declare const SnapchatFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
620
+ title?: string | undefined;
621
+ }>;
622
+ export declare const SnapchatLineSvg: string;
623
+ export declare const SnapchatLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
624
+ title?: string | undefined;
625
+ }>;
626
+ export declare const SoundcloudFillSvg: string;
627
+ export declare const SoundcloudFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
628
+ title?: string | undefined;
629
+ }>;
630
+ export declare const SoundcloudLineSvg: string;
631
+ export declare const SoundcloudLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
632
+ title?: string | undefined;
633
+ }>;
634
+ export declare const SpectrumFillSvg: string;
635
+ export declare const SpectrumFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
636
+ title?: string | undefined;
637
+ }>;
638
+ export declare const SpectrumLineSvg: string;
639
+ export declare const SpectrumLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
640
+ title?: string | undefined;
641
+ }>;
642
+ export declare const SpotifyFillSvg: string;
643
+ export declare const SpotifyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
644
+ title?: string | undefined;
645
+ }>;
646
+ export declare const SpotifyLineSvg: string;
647
+ export declare const SpotifyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
648
+ title?: string | undefined;
649
+ }>;
650
+ export declare const StackOverflowFillSvg: string;
651
+ export declare const StackOverflowFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
652
+ title?: string | undefined;
653
+ }>;
654
+ export declare const StackOverflowLineSvg: string;
655
+ export declare const StackOverflowLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
656
+ title?: string | undefined;
657
+ }>;
658
+ export declare const StackshareFillSvg: string;
659
+ export declare const StackshareFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
660
+ title?: string | undefined;
661
+ }>;
662
+ export declare const StackshareLineSvg: string;
663
+ export declare const StackshareLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
664
+ title?: string | undefined;
665
+ }>;
666
+ export declare const SteamFillSvg: string;
667
+ export declare const SteamFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
668
+ title?: string | undefined;
669
+ }>;
670
+ export declare const SteamLineSvg: string;
671
+ export declare const SteamLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
672
+ title?: string | undefined;
673
+ }>;
674
+ export declare const SupabaseFillSvg: string;
675
+ export declare const SupabaseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
676
+ title?: string | undefined;
677
+ }>;
678
+ export declare const SupabaseLineSvg: string;
679
+ export declare const SupabaseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
680
+ title?: string | undefined;
681
+ }>;
682
+ export declare const SwitchFillSvg: string;
683
+ export declare const SwitchFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
684
+ title?: string | undefined;
685
+ }>;
686
+ export declare const SwitchLineSvg: string;
687
+ export declare const SwitchLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
688
+ title?: string | undefined;
689
+ }>;
690
+ export declare const TaobaoFillSvg: string;
691
+ export declare const TaobaoFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
692
+ title?: string | undefined;
693
+ }>;
694
+ export declare const TaobaoLineSvg: string;
695
+ export declare const TaobaoLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
696
+ title?: string | undefined;
697
+ }>;
698
+ export declare const TelegramFillSvg: string;
699
+ export declare const TelegramFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
700
+ title?: string | undefined;
701
+ }>;
702
+ export declare const TelegramLineSvg: string;
703
+ export declare const TelegramLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
704
+ title?: string | undefined;
705
+ }>;
706
+ export declare const TiktokFillSvg: string;
707
+ export declare const TiktokFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
708
+ title?: string | undefined;
709
+ }>;
710
+ export declare const TiktokLineSvg: string;
711
+ export declare const TiktokLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
712
+ title?: string | undefined;
713
+ }>;
714
+ export declare const TrelloFillSvg: string;
715
+ export declare const TrelloFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
716
+ title?: string | undefined;
717
+ }>;
718
+ export declare const TrelloLineSvg: string;
719
+ export declare const TrelloLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
720
+ title?: string | undefined;
721
+ }>;
722
+ export declare const TumblrFillSvg: string;
723
+ export declare const TumblrFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
724
+ title?: string | undefined;
725
+ }>;
726
+ export declare const TumblrLineSvg: string;
727
+ export declare const TumblrLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
728
+ title?: string | undefined;
729
+ }>;
730
+ export declare const TwitchFillSvg: string;
731
+ export declare const TwitchFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
732
+ title?: string | undefined;
733
+ }>;
734
+ export declare const TwitchLineSvg: string;
735
+ export declare const TwitchLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
736
+ title?: string | undefined;
737
+ }>;
738
+ export declare const TwitterFillSvg: string;
739
+ export declare const TwitterFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
740
+ title?: string | undefined;
741
+ }>;
742
+ export declare const TwitterLineSvg: string;
743
+ export declare const TwitterLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
744
+ title?: string | undefined;
745
+ }>;
746
+ export declare const UbuntuFillSvg: string;
747
+ export declare const UbuntuFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
748
+ title?: string | undefined;
749
+ }>;
750
+ export declare const UbuntuLineSvg: string;
751
+ export declare const UbuntuLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
752
+ title?: string | undefined;
753
+ }>;
754
+ export declare const UnsplashFillSvg: string;
755
+ export declare const UnsplashFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
756
+ title?: string | undefined;
757
+ }>;
758
+ export declare const UnsplashLineSvg: string;
759
+ export declare const UnsplashLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
760
+ title?: string | undefined;
761
+ }>;
762
+ export declare const VimeoFillSvg: string;
763
+ export declare const VimeoFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
764
+ title?: string | undefined;
765
+ }>;
766
+ export declare const VimeoLineSvg: string;
767
+ export declare const VimeoLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
768
+ title?: string | undefined;
769
+ }>;
770
+ export declare const VisaFillSvg: string;
771
+ export declare const VisaFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
772
+ title?: string | undefined;
773
+ }>;
774
+ export declare const VisaLineSvg: string;
775
+ export declare const VisaLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
776
+ title?: string | undefined;
777
+ }>;
778
+ export declare const VuejsFillSvg: string;
779
+ export declare const VuejsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
780
+ title?: string | undefined;
781
+ }>;
782
+ export declare const VuejsLineSvg: string;
783
+ export declare const VuejsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
784
+ title?: string | undefined;
785
+ }>;
786
+ export declare const Wechat2FillSvg: string;
787
+ export declare const Wechat2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
788
+ title?: string | undefined;
789
+ }>;
790
+ export declare const Wechat2LineSvg: string;
791
+ export declare const Wechat2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
792
+ title?: string | undefined;
793
+ }>;
794
+ export declare const WechatChannelsFillSvg: string;
795
+ export declare const WechatChannelsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
796
+ title?: string | undefined;
797
+ }>;
798
+ export declare const WechatChannelsLineSvg: string;
799
+ export declare const WechatChannelsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
800
+ title?: string | undefined;
801
+ }>;
802
+ export declare const WechatFillSvg: string;
803
+ export declare const WechatFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
804
+ title?: string | undefined;
805
+ }>;
806
+ export declare const WechatLineSvg: string;
807
+ export declare const WechatLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
808
+ title?: string | undefined;
809
+ }>;
810
+ export declare const WechatPayFillSvg: string;
811
+ export declare const WechatPayFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
812
+ title?: string | undefined;
813
+ }>;
814
+ export declare const WechatPayLineSvg: string;
815
+ export declare const WechatPayLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
816
+ title?: string | undefined;
817
+ }>;
818
+ export declare const WeiboFillSvg: string;
819
+ export declare const WeiboFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
820
+ title?: string | undefined;
821
+ }>;
822
+ export declare const WeiboLineSvg: string;
823
+ export declare const WeiboLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
824
+ title?: string | undefined;
825
+ }>;
826
+ export declare const WhatsappFillSvg: string;
827
+ export declare const WhatsappFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
828
+ title?: string | undefined;
829
+ }>;
830
+ export declare const WhatsappLineSvg: string;
831
+ export declare const WhatsappLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
832
+ title?: string | undefined;
833
+ }>;
834
+ export declare const WindowsFillSvg: string;
835
+ export declare const WindowsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
836
+ title?: string | undefined;
837
+ }>;
838
+ export declare const WindowsLineSvg: string;
839
+ export declare const WindowsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
840
+ title?: string | undefined;
841
+ }>;
842
+ export declare const WordpressFillSvg: string;
843
+ export declare const WordpressFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
844
+ title?: string | undefined;
845
+ }>;
846
+ export declare const WordpressLineSvg: string;
847
+ export declare const WordpressLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
848
+ title?: string | undefined;
849
+ }>;
850
+ export declare const XboxFillSvg: string;
851
+ export declare const XboxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
852
+ title?: string | undefined;
853
+ }>;
854
+ export declare const XboxLineSvg: string;
855
+ export declare const XboxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
856
+ title?: string | undefined;
857
+ }>;
858
+ export declare const XingFillSvg: string;
859
+ export declare const XingFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
860
+ title?: string | undefined;
861
+ }>;
862
+ export declare const XingLineSvg: string;
863
+ export declare const XingLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
864
+ title?: string | undefined;
865
+ }>;
866
+ export declare const YoutubeFillSvg: string;
867
+ export declare const YoutubeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
868
+ title?: string | undefined;
869
+ }>;
870
+ export declare const YoutubeLineSvg: string;
871
+ export declare const YoutubeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
872
+ title?: string | undefined;
873
+ }>;
874
+ export declare const YuqueFillSvg: string;
875
+ export declare const YuqueFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
876
+ title?: string | undefined;
877
+ }>;
878
+ export declare const YuqueLineSvg: string;
879
+ export declare const YuqueLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
880
+ title?: string | undefined;
881
+ }>;
882
+ export declare const ZcoolFillSvg: string;
883
+ export declare const ZcoolFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
884
+ title?: string | undefined;
885
+ }>;
886
+ export declare const ZcoolLineSvg: string;
887
+ export declare const ZcoolLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
888
+ title?: string | undefined;
889
+ }>;
890
+ export declare const ZhihuFillSvg: string;
891
+ export declare const ZhihuFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
892
+ title?: string | undefined;
893
+ }>;
894
+ export declare const ZhihuLineSvg: string;
895
+ export declare const ZhihuLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
896
+ title?: string | undefined;
897
+ }>;