@team-monolith/cds 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/icons/Arrows.d.ts +108 -108
  2. package/dist/icons/Arrows.js +216 -108
  3. package/dist/icons/Buildings.d.ts +58 -58
  4. package/dist/icons/Buildings.js +116 -58
  5. package/dist/icons/Business.d.ts +192 -192
  6. package/dist/icons/Business.js +384 -192
  7. package/dist/icons/Communication.d.ts +64 -64
  8. package/dist/icons/Communication.js +128 -64
  9. package/dist/icons/Design.d.ts +164 -164
  10. package/dist/icons/Design.js +328 -164
  11. package/dist/icons/Development.d.ts +50 -50
  12. package/dist/icons/Development.js +100 -50
  13. package/dist/icons/Device.d.ts +166 -166
  14. package/dist/icons/Device.js +332 -166
  15. package/dist/icons/Document.d.ts +202 -202
  16. package/dist/icons/Document.js +404 -202
  17. package/dist/icons/Editor.d.ts +114 -114
  18. package/dist/icons/Editor.js +228 -114
  19. package/dist/icons/Finance.d.ts +140 -140
  20. package/dist/icons/Finance.js +280 -140
  21. package/dist/icons/Health & Medical.d.ts +62 -62
  22. package/dist/icons/Health & Medical.js +124 -62
  23. package/dist/icons/Logos.d.ts +224 -224
  24. package/dist/icons/Logos.js +448 -224
  25. package/dist/icons/Map.d.ts +174 -174
  26. package/dist/icons/Map.js +348 -174
  27. package/dist/icons/Media.d.ts +218 -218
  28. package/dist/icons/Media.js +436 -218
  29. package/dist/icons/Others.d.ts +104 -104
  30. package/dist/icons/Others.js +208 -104
  31. package/dist/icons/System.d.ts +262 -262
  32. package/dist/icons/System.js +524 -262
  33. package/dist/icons/User & Faces.d.ts +112 -112
  34. package/dist/icons/User & Faces.js +224 -112
  35. package/dist/icons/Weather.d.ts +80 -80
  36. package/dist/icons/Weather.js +160 -80
  37. package/package.json +1 -1
@@ -1,897 +1,897 @@
1
1
  /// <reference types="react" />
2
- export { default as alipayFillSvg } from "remixicon/icons/Logos/alipay-fill.svg";
2
+ export declare const alipayFillSvg: string;
3
3
  export declare const AlipayFillIcon: (props: {
4
4
  className?: string;
5
5
  }) => JSX.Element;
6
- export { default as alipayLineSvg } from "remixicon/icons/Logos/alipay-line.svg";
6
+ export declare const alipayLineSvg: string;
7
7
  export declare const AlipayLineIcon: (props: {
8
8
  className?: string;
9
9
  }) => JSX.Element;
10
- export { default as amazonFillSvg } from "remixicon/icons/Logos/amazon-fill.svg";
10
+ export declare const amazonFillSvg: string;
11
11
  export declare const AmazonFillIcon: (props: {
12
12
  className?: string;
13
13
  }) => JSX.Element;
14
- export { default as amazonLineSvg } from "remixicon/icons/Logos/amazon-line.svg";
14
+ export declare const amazonLineSvg: string;
15
15
  export declare const AmazonLineIcon: (props: {
16
16
  className?: string;
17
17
  }) => JSX.Element;
18
- export { default as androidFillSvg } from "remixicon/icons/Logos/android-fill.svg";
18
+ export declare const androidFillSvg: string;
19
19
  export declare const AndroidFillIcon: (props: {
20
20
  className?: string;
21
21
  }) => JSX.Element;
22
- export { default as androidLineSvg } from "remixicon/icons/Logos/android-line.svg";
22
+ export declare const androidLineSvg: string;
23
23
  export declare const AndroidLineIcon: (props: {
24
24
  className?: string;
25
25
  }) => JSX.Element;
26
- export { default as angularjsFillSvg } from "remixicon/icons/Logos/angularjs-fill.svg";
26
+ export declare const angularjsFillSvg: string;
27
27
  export declare const AngularjsFillIcon: (props: {
28
28
  className?: string;
29
29
  }) => JSX.Element;
30
- export { default as angularjsLineSvg } from "remixicon/icons/Logos/angularjs-line.svg";
30
+ export declare const angularjsLineSvg: string;
31
31
  export declare const AngularjsLineIcon: (props: {
32
32
  className?: string;
33
33
  }) => JSX.Element;
34
- export { default as appStoreFillSvg } from "remixicon/icons/Logos/app-store-fill.svg";
34
+ export declare const appStoreFillSvg: string;
35
35
  export declare const AppStoreFillIcon: (props: {
36
36
  className?: string;
37
37
  }) => JSX.Element;
38
- export { default as appStoreLineSvg } from "remixicon/icons/Logos/app-store-line.svg";
38
+ export declare const appStoreLineSvg: string;
39
39
  export declare const AppStoreLineIcon: (props: {
40
40
  className?: string;
41
41
  }) => JSX.Element;
42
- export { default as appleFillSvg } from "remixicon/icons/Logos/apple-fill.svg";
42
+ export declare const appleFillSvg: string;
43
43
  export declare const AppleFillIcon: (props: {
44
44
  className?: string;
45
45
  }) => JSX.Element;
46
- export { default as appleLineSvg } from "remixicon/icons/Logos/apple-line.svg";
46
+ export declare const appleLineSvg: string;
47
47
  export declare const AppleLineIcon: (props: {
48
48
  className?: string;
49
49
  }) => JSX.Element;
50
- export { default as baiduFillSvg } from "remixicon/icons/Logos/baidu-fill.svg";
50
+ export declare const baiduFillSvg: string;
51
51
  export declare const BaiduFillIcon: (props: {
52
52
  className?: string;
53
53
  }) => JSX.Element;
54
- export { default as baiduLineSvg } from "remixicon/icons/Logos/baidu-line.svg";
54
+ export declare const baiduLineSvg: string;
55
55
  export declare const BaiduLineIcon: (props: {
56
56
  className?: string;
57
57
  }) => JSX.Element;
58
- export { default as bardFillSvg } from "remixicon/icons/Logos/bard-fill.svg";
58
+ export declare const bardFillSvg: string;
59
59
  export declare const BardFillIcon: (props: {
60
60
  className?: string;
61
61
  }) => JSX.Element;
62
- export { default as bardLineSvg } from "remixicon/icons/Logos/bard-line.svg";
62
+ export declare const bardLineSvg: string;
63
63
  export declare const BardLineIcon: (props: {
64
64
  className?: string;
65
65
  }) => JSX.Element;
66
- export { default as behanceFillSvg } from "remixicon/icons/Logos/behance-fill.svg";
66
+ export declare const behanceFillSvg: string;
67
67
  export declare const BehanceFillIcon: (props: {
68
68
  className?: string;
69
69
  }) => JSX.Element;
70
- export { default as behanceLineSvg } from "remixicon/icons/Logos/behance-line.svg";
70
+ export declare const behanceLineSvg: string;
71
71
  export declare const BehanceLineIcon: (props: {
72
72
  className?: string;
73
73
  }) => JSX.Element;
74
- export { default as bilibiliFillSvg } from "remixicon/icons/Logos/bilibili-fill.svg";
74
+ export declare const bilibiliFillSvg: string;
75
75
  export declare const BilibiliFillIcon: (props: {
76
76
  className?: string;
77
77
  }) => JSX.Element;
78
- export { default as bilibiliLineSvg } from "remixicon/icons/Logos/bilibili-line.svg";
78
+ export declare const bilibiliLineSvg: string;
79
79
  export declare const BilibiliLineIcon: (props: {
80
80
  className?: string;
81
81
  }) => JSX.Element;
82
- export { default as blenderFillSvg } from "remixicon/icons/Logos/blender-fill.svg";
82
+ export declare const blenderFillSvg: string;
83
83
  export declare const BlenderFillIcon: (props: {
84
84
  className?: string;
85
85
  }) => JSX.Element;
86
- export { default as blenderLineSvg } from "remixicon/icons/Logos/blender-line.svg";
86
+ export declare const blenderLineSvg: string;
87
87
  export declare const BlenderLineIcon: (props: {
88
88
  className?: string;
89
89
  }) => JSX.Element;
90
- export { default as bootstrapFillSvg } from "remixicon/icons/Logos/bootstrap-fill.svg";
90
+ export declare const bootstrapFillSvg: string;
91
91
  export declare const BootstrapFillIcon: (props: {
92
92
  className?: string;
93
93
  }) => JSX.Element;
94
- export { default as bootstrapLineSvg } from "remixicon/icons/Logos/bootstrap-line.svg";
94
+ export declare const bootstrapLineSvg: string;
95
95
  export declare const BootstrapLineIcon: (props: {
96
96
  className?: string;
97
97
  }) => JSX.Element;
98
- export { default as centosFillSvg } from "remixicon/icons/Logos/centos-fill.svg";
98
+ export declare const centosFillSvg: string;
99
99
  export declare const CentosFillIcon: (props: {
100
100
  className?: string;
101
101
  }) => JSX.Element;
102
- export { default as centosLineSvg } from "remixicon/icons/Logos/centos-line.svg";
102
+ export declare const centosLineSvg: string;
103
103
  export declare const CentosLineIcon: (props: {
104
104
  className?: string;
105
105
  }) => JSX.Element;
106
- export { default as chromeFillSvg } from "remixicon/icons/Logos/chrome-fill.svg";
106
+ export declare const chromeFillSvg: string;
107
107
  export declare const ChromeFillIcon: (props: {
108
108
  className?: string;
109
109
  }) => JSX.Element;
110
- export { default as chromeLineSvg } from "remixicon/icons/Logos/chrome-line.svg";
110
+ export declare const chromeLineSvg: string;
111
111
  export declare const ChromeLineIcon: (props: {
112
112
  className?: string;
113
113
  }) => JSX.Element;
114
- export { default as codepenFillSvg } from "remixicon/icons/Logos/codepen-fill.svg";
114
+ export declare const codepenFillSvg: string;
115
115
  export declare const CodepenFillIcon: (props: {
116
116
  className?: string;
117
117
  }) => JSX.Element;
118
- export { default as codepenLineSvg } from "remixicon/icons/Logos/codepen-line.svg";
118
+ export declare const codepenLineSvg: string;
119
119
  export declare const CodepenLineIcon: (props: {
120
120
  className?: string;
121
121
  }) => JSX.Element;
122
- export { default as copilotFillSvg } from "remixicon/icons/Logos/copilot-fill.svg";
122
+ export declare const copilotFillSvg: string;
123
123
  export declare const CopilotFillIcon: (props: {
124
124
  className?: string;
125
125
  }) => JSX.Element;
126
- export { default as copilotLineSvg } from "remixicon/icons/Logos/copilot-line.svg";
126
+ export declare const copilotLineSvg: string;
127
127
  export declare const CopilotLineIcon: (props: {
128
128
  className?: string;
129
129
  }) => JSX.Element;
130
- export { default as coreosFillSvg } from "remixicon/icons/Logos/coreos-fill.svg";
130
+ export declare const coreosFillSvg: string;
131
131
  export declare const CoreosFillIcon: (props: {
132
132
  className?: string;
133
133
  }) => JSX.Element;
134
- export { default as coreosLineSvg } from "remixicon/icons/Logos/coreos-line.svg";
134
+ export declare const coreosLineSvg: string;
135
135
  export declare const CoreosLineIcon: (props: {
136
136
  className?: string;
137
137
  }) => JSX.Element;
138
- export { default as dingdingFillSvg } from "remixicon/icons/Logos/dingding-fill.svg";
138
+ export declare const dingdingFillSvg: string;
139
139
  export declare const DingdingFillIcon: (props: {
140
140
  className?: string;
141
141
  }) => JSX.Element;
142
- export { default as dingdingLineSvg } from "remixicon/icons/Logos/dingding-line.svg";
142
+ export declare const dingdingLineSvg: string;
143
143
  export declare const DingdingLineIcon: (props: {
144
144
  className?: string;
145
145
  }) => JSX.Element;
146
- export { default as discordFillSvg } from "remixicon/icons/Logos/discord-fill.svg";
146
+ export declare const discordFillSvg: string;
147
147
  export declare const DiscordFillIcon: (props: {
148
148
  className?: string;
149
149
  }) => JSX.Element;
150
- export { default as discordLineSvg } from "remixicon/icons/Logos/discord-line.svg";
150
+ export declare const discordLineSvg: string;
151
151
  export declare const DiscordLineIcon: (props: {
152
152
  className?: string;
153
153
  }) => JSX.Element;
154
- export { default as disqusFillSvg } from "remixicon/icons/Logos/disqus-fill.svg";
154
+ export declare const disqusFillSvg: string;
155
155
  export declare const DisqusFillIcon: (props: {
156
156
  className?: string;
157
157
  }) => JSX.Element;
158
- export { default as disqusLineSvg } from "remixicon/icons/Logos/disqus-line.svg";
158
+ export declare const disqusLineSvg: string;
159
159
  export declare const DisqusLineIcon: (props: {
160
160
  className?: string;
161
161
  }) => JSX.Element;
162
- export { default as doubanFillSvg } from "remixicon/icons/Logos/douban-fill.svg";
162
+ export declare const doubanFillSvg: string;
163
163
  export declare const DoubanFillIcon: (props: {
164
164
  className?: string;
165
165
  }) => JSX.Element;
166
- export { default as doubanLineSvg } from "remixicon/icons/Logos/douban-line.svg";
166
+ export declare const doubanLineSvg: string;
167
167
  export declare const DoubanLineIcon: (props: {
168
168
  className?: string;
169
169
  }) => JSX.Element;
170
- export { default as dribbbleFillSvg } from "remixicon/icons/Logos/dribbble-fill.svg";
170
+ export declare const dribbbleFillSvg: string;
171
171
  export declare const DribbbleFillIcon: (props: {
172
172
  className?: string;
173
173
  }) => JSX.Element;
174
- export { default as dribbbleLineSvg } from "remixicon/icons/Logos/dribbble-line.svg";
174
+ export declare const dribbbleLineSvg: string;
175
175
  export declare const DribbbleLineIcon: (props: {
176
176
  className?: string;
177
177
  }) => JSX.Element;
178
- export { default as driveFillSvg } from "remixicon/icons/Logos/drive-fill.svg";
178
+ export declare const driveFillSvg: string;
179
179
  export declare const DriveFillIcon: (props: {
180
180
  className?: string;
181
181
  }) => JSX.Element;
182
- export { default as driveLineSvg } from "remixicon/icons/Logos/drive-line.svg";
182
+ export declare const driveLineSvg: string;
183
183
  export declare const DriveLineIcon: (props: {
184
184
  className?: string;
185
185
  }) => JSX.Element;
186
- export { default as dropboxFillSvg } from "remixicon/icons/Logos/dropbox-fill.svg";
186
+ export declare const dropboxFillSvg: string;
187
187
  export declare const DropboxFillIcon: (props: {
188
188
  className?: string;
189
189
  }) => JSX.Element;
190
- export { default as dropboxLineSvg } from "remixicon/icons/Logos/dropbox-line.svg";
190
+ export declare const dropboxLineSvg: string;
191
191
  export declare const DropboxLineIcon: (props: {
192
192
  className?: string;
193
193
  }) => JSX.Element;
194
- export { default as edgeFillSvg } from "remixicon/icons/Logos/edge-fill.svg";
194
+ export declare const edgeFillSvg: string;
195
195
  export declare const EdgeFillIcon: (props: {
196
196
  className?: string;
197
197
  }) => JSX.Element;
198
- export { default as edgeLineSvg } from "remixicon/icons/Logos/edge-line.svg";
198
+ export declare const edgeLineSvg: string;
199
199
  export declare const EdgeLineIcon: (props: {
200
200
  className?: string;
201
201
  }) => JSX.Element;
202
- export { default as edgeNewFillSvg } from "remixicon/icons/Logos/edge-new-fill.svg";
202
+ export declare const edgeNewFillSvg: string;
203
203
  export declare const EdgeNewFillIcon: (props: {
204
204
  className?: string;
205
205
  }) => JSX.Element;
206
- export { default as edgeNewLineSvg } from "remixicon/icons/Logos/edge-new-line.svg";
206
+ export declare const edgeNewLineSvg: string;
207
207
  export declare const EdgeNewLineIcon: (props: {
208
208
  className?: string;
209
209
  }) => JSX.Element;
210
- export { default as evernoteFillSvg } from "remixicon/icons/Logos/evernote-fill.svg";
210
+ export declare const evernoteFillSvg: string;
211
211
  export declare const EvernoteFillIcon: (props: {
212
212
  className?: string;
213
213
  }) => JSX.Element;
214
- export { default as evernoteLineSvg } from "remixicon/icons/Logos/evernote-line.svg";
214
+ export declare const evernoteLineSvg: string;
215
215
  export declare const EvernoteLineIcon: (props: {
216
216
  className?: string;
217
217
  }) => JSX.Element;
218
- export { default as facebookBoxFillSvg } from "remixicon/icons/Logos/facebook-box-fill.svg";
218
+ export declare const facebookBoxFillSvg: string;
219
219
  export declare const FacebookBoxFillIcon: (props: {
220
220
  className?: string;
221
221
  }) => JSX.Element;
222
- export { default as facebookBoxLineSvg } from "remixicon/icons/Logos/facebook-box-line.svg";
222
+ export declare const facebookBoxLineSvg: string;
223
223
  export declare const FacebookBoxLineIcon: (props: {
224
224
  className?: string;
225
225
  }) => JSX.Element;
226
- export { default as facebookCircleFillSvg } from "remixicon/icons/Logos/facebook-circle-fill.svg";
226
+ export declare const facebookCircleFillSvg: string;
227
227
  export declare const FacebookCircleFillIcon: (props: {
228
228
  className?: string;
229
229
  }) => JSX.Element;
230
- export { default as facebookCircleLineSvg } from "remixicon/icons/Logos/facebook-circle-line.svg";
230
+ export declare const facebookCircleLineSvg: string;
231
231
  export declare const FacebookCircleLineIcon: (props: {
232
232
  className?: string;
233
233
  }) => JSX.Element;
234
- export { default as facebookFillSvg } from "remixicon/icons/Logos/facebook-fill.svg";
234
+ export declare const facebookFillSvg: string;
235
235
  export declare const FacebookFillIcon: (props: {
236
236
  className?: string;
237
237
  }) => JSX.Element;
238
- export { default as facebookLineSvg } from "remixicon/icons/Logos/facebook-line.svg";
238
+ export declare const facebookLineSvg: string;
239
239
  export declare const FacebookLineIcon: (props: {
240
240
  className?: string;
241
241
  }) => JSX.Element;
242
- export { default as finderFillSvg } from "remixicon/icons/Logos/finder-fill.svg";
242
+ export declare const finderFillSvg: string;
243
243
  export declare const FinderFillIcon: (props: {
244
244
  className?: string;
245
245
  }) => JSX.Element;
246
- export { default as finderLineSvg } from "remixicon/icons/Logos/finder-line.svg";
246
+ export declare const finderLineSvg: string;
247
247
  export declare const FinderLineIcon: (props: {
248
248
  className?: string;
249
249
  }) => JSX.Element;
250
- export { default as firefoxFillSvg } from "remixicon/icons/Logos/firefox-fill.svg";
250
+ export declare const firefoxFillSvg: string;
251
251
  export declare const FirefoxFillIcon: (props: {
252
252
  className?: string;
253
253
  }) => JSX.Element;
254
- export { default as firefoxLineSvg } from "remixicon/icons/Logos/firefox-line.svg";
254
+ export declare const firefoxLineSvg: string;
255
255
  export declare const FirefoxLineIcon: (props: {
256
256
  className?: string;
257
257
  }) => JSX.Element;
258
- export { default as flickrFillSvg } from "remixicon/icons/Logos/flickr-fill.svg";
258
+ export declare const flickrFillSvg: string;
259
259
  export declare const FlickrFillIcon: (props: {
260
260
  className?: string;
261
261
  }) => JSX.Element;
262
- export { default as flickrLineSvg } from "remixicon/icons/Logos/flickr-line.svg";
262
+ export declare const flickrLineSvg: string;
263
263
  export declare const FlickrLineIcon: (props: {
264
264
  className?: string;
265
265
  }) => JSX.Element;
266
- export { default as flutterFillSvg } from "remixicon/icons/Logos/flutter-fill.svg";
266
+ export declare const flutterFillSvg: string;
267
267
  export declare const FlutterFillIcon: (props: {
268
268
  className?: string;
269
269
  }) => JSX.Element;
270
- export { default as flutterLineSvg } from "remixicon/icons/Logos/flutter-line.svg";
270
+ export declare const flutterLineSvg: string;
271
271
  export declare const FlutterLineIcon: (props: {
272
272
  className?: string;
273
273
  }) => JSX.Element;
274
- export { default as gatsbyFillSvg } from "remixicon/icons/Logos/gatsby-fill.svg";
274
+ export declare const gatsbyFillSvg: string;
275
275
  export declare const GatsbyFillIcon: (props: {
276
276
  className?: string;
277
277
  }) => JSX.Element;
278
- export { default as gatsbyLineSvg } from "remixicon/icons/Logos/gatsby-line.svg";
278
+ export declare const gatsbyLineSvg: string;
279
279
  export declare const GatsbyLineIcon: (props: {
280
280
  className?: string;
281
281
  }) => JSX.Element;
282
- export { default as githubFillSvg } from "remixicon/icons/Logos/github-fill.svg";
282
+ export declare const githubFillSvg: string;
283
283
  export declare const GithubFillIcon: (props: {
284
284
  className?: string;
285
285
  }) => JSX.Element;
286
- export { default as githubLineSvg } from "remixicon/icons/Logos/github-line.svg";
286
+ export declare const githubLineSvg: string;
287
287
  export declare const GithubLineIcon: (props: {
288
288
  className?: string;
289
289
  }) => JSX.Element;
290
- export { default as gitlabFillSvg } from "remixicon/icons/Logos/gitlab-fill.svg";
290
+ export declare const gitlabFillSvg: string;
291
291
  export declare const GitlabFillIcon: (props: {
292
292
  className?: string;
293
293
  }) => JSX.Element;
294
- export { default as gitlabLineSvg } from "remixicon/icons/Logos/gitlab-line.svg";
294
+ export declare const gitlabLineSvg: string;
295
295
  export declare const GitlabLineIcon: (props: {
296
296
  className?: string;
297
297
  }) => JSX.Element;
298
- export { default as googleFillSvg } from "remixicon/icons/Logos/google-fill.svg";
298
+ export declare const googleFillSvg: string;
299
299
  export declare const GoogleFillIcon: (props: {
300
300
  className?: string;
301
301
  }) => JSX.Element;
302
- export { default as googleLineSvg } from "remixicon/icons/Logos/google-line.svg";
302
+ export declare const googleLineSvg: string;
303
303
  export declare const GoogleLineIcon: (props: {
304
304
  className?: string;
305
305
  }) => JSX.Element;
306
- export { default as googlePlayFillSvg } from "remixicon/icons/Logos/google-play-fill.svg";
306
+ export declare const googlePlayFillSvg: string;
307
307
  export declare const GooglePlayFillIcon: (props: {
308
308
  className?: string;
309
309
  }) => JSX.Element;
310
- export { default as googlePlayLineSvg } from "remixicon/icons/Logos/google-play-line.svg";
310
+ export declare const googlePlayLineSvg: string;
311
311
  export declare const GooglePlayLineIcon: (props: {
312
312
  className?: string;
313
313
  }) => JSX.Element;
314
- export { default as honorOfKingsFillSvg } from "remixicon/icons/Logos/honor-of-kings-fill.svg";
314
+ export declare const honorOfKingsFillSvg: string;
315
315
  export declare const HonorOfKingsFillIcon: (props: {
316
316
  className?: string;
317
317
  }) => JSX.Element;
318
- export { default as honorOfKingsLineSvg } from "remixicon/icons/Logos/honor-of-kings-line.svg";
318
+ export declare const honorOfKingsLineSvg: string;
319
319
  export declare const HonorOfKingsLineIcon: (props: {
320
320
  className?: string;
321
321
  }) => JSX.Element;
322
- export { default as ieFillSvg } from "remixicon/icons/Logos/ie-fill.svg";
322
+ export declare const ieFillSvg: string;
323
323
  export declare const IeFillIcon: (props: {
324
324
  className?: string;
325
325
  }) => JSX.Element;
326
- export { default as ieLineSvg } from "remixicon/icons/Logos/ie-line.svg";
326
+ export declare const ieLineSvg: string;
327
327
  export declare const IeLineIcon: (props: {
328
328
  className?: string;
329
329
  }) => JSX.Element;
330
- export { default as instagramFillSvg } from "remixicon/icons/Logos/instagram-fill.svg";
330
+ export declare const instagramFillSvg: string;
331
331
  export declare const InstagramFillIcon: (props: {
332
332
  className?: string;
333
333
  }) => JSX.Element;
334
- export { default as instagramLineSvg } from "remixicon/icons/Logos/instagram-line.svg";
334
+ export declare const instagramLineSvg: string;
335
335
  export declare const InstagramLineIcon: (props: {
336
336
  className?: string;
337
337
  }) => JSX.Element;
338
- export { default as invisionFillSvg } from "remixicon/icons/Logos/invision-fill.svg";
338
+ export declare const invisionFillSvg: string;
339
339
  export declare const InvisionFillIcon: (props: {
340
340
  className?: string;
341
341
  }) => JSX.Element;
342
- export { default as invisionLineSvg } from "remixicon/icons/Logos/invision-line.svg";
342
+ export declare const invisionLineSvg: string;
343
343
  export declare const InvisionLineIcon: (props: {
344
344
  className?: string;
345
345
  }) => JSX.Element;
346
- export { default as kakaoTalkFillSvg } from "remixicon/icons/Logos/kakao-talk-fill.svg";
346
+ export declare const kakaoTalkFillSvg: string;
347
347
  export declare const KakaoTalkFillIcon: (props: {
348
348
  className?: string;
349
349
  }) => JSX.Element;
350
- export { default as kakaoTalkLineSvg } from "remixicon/icons/Logos/kakao-talk-line.svg";
350
+ export declare const kakaoTalkLineSvg: string;
351
351
  export declare const KakaoTalkLineIcon: (props: {
352
352
  className?: string;
353
353
  }) => JSX.Element;
354
- export { default as kickFillSvg } from "remixicon/icons/Logos/kick-fill.svg";
354
+ export declare const kickFillSvg: string;
355
355
  export declare const KickFillIcon: (props: {
356
356
  className?: string;
357
357
  }) => JSX.Element;
358
- export { default as kickLineSvg } from "remixicon/icons/Logos/kick-line.svg";
358
+ export declare const kickLineSvg: string;
359
359
  export declare const KickLineIcon: (props: {
360
360
  className?: string;
361
361
  }) => JSX.Element;
362
- export { default as lineFillSvg } from "remixicon/icons/Logos/line-fill.svg";
362
+ export declare const lineFillSvg: string;
363
363
  export declare const LineFillIcon: (props: {
364
364
  className?: string;
365
365
  }) => JSX.Element;
366
- export { default as lineLineSvg } from "remixicon/icons/Logos/line-line.svg";
366
+ export declare const lineLineSvg: string;
367
367
  export declare const LineLineIcon: (props: {
368
368
  className?: string;
369
369
  }) => JSX.Element;
370
- export { default as linkedinBoxFillSvg } from "remixicon/icons/Logos/linkedin-box-fill.svg";
370
+ export declare const linkedinBoxFillSvg: string;
371
371
  export declare const LinkedinBoxFillIcon: (props: {
372
372
  className?: string;
373
373
  }) => JSX.Element;
374
- export { default as linkedinBoxLineSvg } from "remixicon/icons/Logos/linkedin-box-line.svg";
374
+ export declare const linkedinBoxLineSvg: string;
375
375
  export declare const LinkedinBoxLineIcon: (props: {
376
376
  className?: string;
377
377
  }) => JSX.Element;
378
- export { default as linkedinFillSvg } from "remixicon/icons/Logos/linkedin-fill.svg";
378
+ export declare const linkedinFillSvg: string;
379
379
  export declare const LinkedinFillIcon: (props: {
380
380
  className?: string;
381
381
  }) => JSX.Element;
382
- export { default as linkedinLineSvg } from "remixicon/icons/Logos/linkedin-line.svg";
382
+ export declare const linkedinLineSvg: string;
383
383
  export declare const LinkedinLineIcon: (props: {
384
384
  className?: string;
385
385
  }) => JSX.Element;
386
- export { default as mastercardFillSvg } from "remixicon/icons/Logos/mastercard-fill.svg";
386
+ export declare const mastercardFillSvg: string;
387
387
  export declare const MastercardFillIcon: (props: {
388
388
  className?: string;
389
389
  }) => JSX.Element;
390
- export { default as mastercardLineSvg } from "remixicon/icons/Logos/mastercard-line.svg";
390
+ export declare const mastercardLineSvg: string;
391
391
  export declare const MastercardLineIcon: (props: {
392
392
  className?: string;
393
393
  }) => JSX.Element;
394
- export { default as mastodonFillSvg } from "remixicon/icons/Logos/mastodon-fill.svg";
394
+ export declare const mastodonFillSvg: string;
395
395
  export declare const MastodonFillIcon: (props: {
396
396
  className?: string;
397
397
  }) => JSX.Element;
398
- export { default as mastodonLineSvg } from "remixicon/icons/Logos/mastodon-line.svg";
398
+ export declare const mastodonLineSvg: string;
399
399
  export declare const MastodonLineIcon: (props: {
400
400
  className?: string;
401
401
  }) => JSX.Element;
402
- export { default as mediumFillSvg } from "remixicon/icons/Logos/medium-fill.svg";
402
+ export declare const mediumFillSvg: string;
403
403
  export declare const MediumFillIcon: (props: {
404
404
  className?: string;
405
405
  }) => JSX.Element;
406
- export { default as mediumLineSvg } from "remixicon/icons/Logos/medium-line.svg";
406
+ export declare const mediumLineSvg: string;
407
407
  export declare const MediumLineIcon: (props: {
408
408
  className?: string;
409
409
  }) => JSX.Element;
410
- export { default as messengerFillSvg } from "remixicon/icons/Logos/messenger-fill.svg";
410
+ export declare const messengerFillSvg: string;
411
411
  export declare const MessengerFillIcon: (props: {
412
412
  className?: string;
413
413
  }) => JSX.Element;
414
- export { default as messengerLineSvg } from "remixicon/icons/Logos/messenger-line.svg";
414
+ export declare const messengerLineSvg: string;
415
415
  export declare const MessengerLineIcon: (props: {
416
416
  className?: string;
417
417
  }) => JSX.Element;
418
- export { default as metaFillSvg } from "remixicon/icons/Logos/meta-fill.svg";
418
+ export declare const metaFillSvg: string;
419
419
  export declare const MetaFillIcon: (props: {
420
420
  className?: string;
421
421
  }) => JSX.Element;
422
- export { default as metaLineSvg } from "remixicon/icons/Logos/meta-line.svg";
422
+ export declare const metaLineSvg: string;
423
423
  export declare const MetaLineIcon: (props: {
424
424
  className?: string;
425
425
  }) => JSX.Element;
426
- export { default as microsoftFillSvg } from "remixicon/icons/Logos/microsoft-fill.svg";
426
+ export declare const microsoftFillSvg: string;
427
427
  export declare const MicrosoftFillIcon: (props: {
428
428
  className?: string;
429
429
  }) => JSX.Element;
430
- export { default as microsoftLineSvg } from "remixicon/icons/Logos/microsoft-line.svg";
430
+ export declare const microsoftLineSvg: string;
431
431
  export declare const MicrosoftLineIcon: (props: {
432
432
  className?: string;
433
433
  }) => JSX.Element;
434
- export { default as microsoftLoopFillSvg } from "remixicon/icons/Logos/microsoft-loop-fill.svg";
434
+ export declare const microsoftLoopFillSvg: string;
435
435
  export declare const MicrosoftLoopFillIcon: (props: {
436
436
  className?: string;
437
437
  }) => JSX.Element;
438
- export { default as microsoftLoopLineSvg } from "remixicon/icons/Logos/microsoft-loop-line.svg";
438
+ export declare const microsoftLoopLineSvg: string;
439
439
  export declare const MicrosoftLoopLineIcon: (props: {
440
440
  className?: string;
441
441
  }) => JSX.Element;
442
- export { default as miniProgramFillSvg } from "remixicon/icons/Logos/mini-program-fill.svg";
442
+ export declare const miniProgramFillSvg: string;
443
443
  export declare const MiniProgramFillIcon: (props: {
444
444
  className?: string;
445
445
  }) => JSX.Element;
446
- export { default as miniProgramLineSvg } from "remixicon/icons/Logos/mini-program-line.svg";
446
+ export declare const miniProgramLineSvg: string;
447
447
  export declare const MiniProgramLineIcon: (props: {
448
448
  className?: string;
449
449
  }) => JSX.Element;
450
- export { default as neteaseCloudMusicFillSvg } from "remixicon/icons/Logos/netease-cloud-music-fill.svg";
450
+ export declare const neteaseCloudMusicFillSvg: string;
451
451
  export declare const NeteaseCloudMusicFillIcon: (props: {
452
452
  className?: string;
453
453
  }) => JSX.Element;
454
- export { default as neteaseCloudMusicLineSvg } from "remixicon/icons/Logos/netease-cloud-music-line.svg";
454
+ export declare const neteaseCloudMusicLineSvg: string;
455
455
  export declare const NeteaseCloudMusicLineIcon: (props: {
456
456
  className?: string;
457
457
  }) => JSX.Element;
458
- export { default as netflixFillSvg } from "remixicon/icons/Logos/netflix-fill.svg";
458
+ export declare const netflixFillSvg: string;
459
459
  export declare const NetflixFillIcon: (props: {
460
460
  className?: string;
461
461
  }) => JSX.Element;
462
- export { default as netflixLineSvg } from "remixicon/icons/Logos/netflix-line.svg";
462
+ export declare const netflixLineSvg: string;
463
463
  export declare const NetflixLineIcon: (props: {
464
464
  className?: string;
465
465
  }) => JSX.Element;
466
- export { default as notionFillSvg } from "remixicon/icons/Logos/notion-fill.svg";
466
+ export declare const notionFillSvg: string;
467
467
  export declare const NotionFillIcon: (props: {
468
468
  className?: string;
469
469
  }) => JSX.Element;
470
- export { default as notionLineSvg } from "remixicon/icons/Logos/notion-line.svg";
470
+ export declare const notionLineSvg: string;
471
471
  export declare const NotionLineIcon: (props: {
472
472
  className?: string;
473
473
  }) => JSX.Element;
474
- export { default as npmjsFillSvg } from "remixicon/icons/Logos/npmjs-fill.svg";
474
+ export declare const npmjsFillSvg: string;
475
475
  export declare const NpmjsFillIcon: (props: {
476
476
  className?: string;
477
477
  }) => JSX.Element;
478
- export { default as npmjsLineSvg } from "remixicon/icons/Logos/npmjs-line.svg";
478
+ export declare const npmjsLineSvg: string;
479
479
  export declare const NpmjsLineIcon: (props: {
480
480
  className?: string;
481
481
  }) => JSX.Element;
482
- export { default as openSourceFillSvg } from "remixicon/icons/Logos/open-source-fill.svg";
482
+ export declare const openSourceFillSvg: string;
483
483
  export declare const OpenSourceFillIcon: (props: {
484
484
  className?: string;
485
485
  }) => JSX.Element;
486
- export { default as openSourceLineSvg } from "remixicon/icons/Logos/open-source-line.svg";
486
+ export declare const openSourceLineSvg: string;
487
487
  export declare const OpenSourceLineIcon: (props: {
488
488
  className?: string;
489
489
  }) => JSX.Element;
490
- export { default as openaiFillSvg } from "remixicon/icons/Logos/openai-fill.svg";
490
+ export declare const openaiFillSvg: string;
491
491
  export declare const OpenaiFillIcon: (props: {
492
492
  className?: string;
493
493
  }) => JSX.Element;
494
- export { default as openaiLineSvg } from "remixicon/icons/Logos/openai-line.svg";
494
+ export declare const openaiLineSvg: string;
495
495
  export declare const OpenaiLineIcon: (props: {
496
496
  className?: string;
497
497
  }) => JSX.Element;
498
- export { default as openbaseFillSvg } from "remixicon/icons/Logos/openbase-fill.svg";
498
+ export declare const openbaseFillSvg: string;
499
499
  export declare const OpenbaseFillIcon: (props: {
500
500
  className?: string;
501
501
  }) => JSX.Element;
502
- export { default as openbaseLineSvg } from "remixicon/icons/Logos/openbase-line.svg";
502
+ export declare const openbaseLineSvg: string;
503
503
  export declare const OpenbaseLineIcon: (props: {
504
504
  className?: string;
505
505
  }) => JSX.Element;
506
- export { default as operaFillSvg } from "remixicon/icons/Logos/opera-fill.svg";
506
+ export declare const operaFillSvg: string;
507
507
  export declare const OperaFillIcon: (props: {
508
508
  className?: string;
509
509
  }) => JSX.Element;
510
- export { default as operaLineSvg } from "remixicon/icons/Logos/opera-line.svg";
510
+ export declare const operaLineSvg: string;
511
511
  export declare const OperaLineIcon: (props: {
512
512
  className?: string;
513
513
  }) => JSX.Element;
514
- export { default as patreonFillSvg } from "remixicon/icons/Logos/patreon-fill.svg";
514
+ export declare const patreonFillSvg: string;
515
515
  export declare const PatreonFillIcon: (props: {
516
516
  className?: string;
517
517
  }) => JSX.Element;
518
- export { default as patreonLineSvg } from "remixicon/icons/Logos/patreon-line.svg";
518
+ export declare const patreonLineSvg: string;
519
519
  export declare const PatreonLineIcon: (props: {
520
520
  className?: string;
521
521
  }) => JSX.Element;
522
- export { default as paypalFillSvg } from "remixicon/icons/Logos/paypal-fill.svg";
522
+ export declare const paypalFillSvg: string;
523
523
  export declare const PaypalFillIcon: (props: {
524
524
  className?: string;
525
525
  }) => JSX.Element;
526
- export { default as paypalLineSvg } from "remixicon/icons/Logos/paypal-line.svg";
526
+ export declare const paypalLineSvg: string;
527
527
  export declare const PaypalLineIcon: (props: {
528
528
  className?: string;
529
529
  }) => JSX.Element;
530
- export { default as pinterestFillSvg } from "remixicon/icons/Logos/pinterest-fill.svg";
530
+ export declare const pinterestFillSvg: string;
531
531
  export declare const PinterestFillIcon: (props: {
532
532
  className?: string;
533
533
  }) => JSX.Element;
534
- export { default as pinterestLineSvg } from "remixicon/icons/Logos/pinterest-line.svg";
534
+ export declare const pinterestLineSvg: string;
535
535
  export declare const PinterestLineIcon: (props: {
536
536
  className?: string;
537
537
  }) => JSX.Element;
538
- export { default as pixelfedFillSvg } from "remixicon/icons/Logos/pixelfed-fill.svg";
538
+ export declare const pixelfedFillSvg: string;
539
539
  export declare const PixelfedFillIcon: (props: {
540
540
  className?: string;
541
541
  }) => JSX.Element;
542
- export { default as pixelfedLineSvg } from "remixicon/icons/Logos/pixelfed-line.svg";
542
+ export declare const pixelfedLineSvg: string;
543
543
  export declare const PixelfedLineIcon: (props: {
544
544
  className?: string;
545
545
  }) => JSX.Element;
546
- export { default as playstationFillSvg } from "remixicon/icons/Logos/playstation-fill.svg";
546
+ export declare const playstationFillSvg: string;
547
547
  export declare const PlaystationFillIcon: (props: {
548
548
  className?: string;
549
549
  }) => JSX.Element;
550
- export { default as playstationLineSvg } from "remixicon/icons/Logos/playstation-line.svg";
550
+ export declare const playstationLineSvg: string;
551
551
  export declare const PlaystationLineIcon: (props: {
552
552
  className?: string;
553
553
  }) => JSX.Element;
554
- export { default as productHuntFillSvg } from "remixicon/icons/Logos/product-hunt-fill.svg";
554
+ export declare const productHuntFillSvg: string;
555
555
  export declare const ProductHuntFillIcon: (props: {
556
556
  className?: string;
557
557
  }) => JSX.Element;
558
- export { default as productHuntLineSvg } from "remixicon/icons/Logos/product-hunt-line.svg";
558
+ export declare const productHuntLineSvg: string;
559
559
  export declare const ProductHuntLineIcon: (props: {
560
560
  className?: string;
561
561
  }) => JSX.Element;
562
- export { default as qqFillSvg } from "remixicon/icons/Logos/qq-fill.svg";
562
+ export declare const qqFillSvg: string;
563
563
  export declare const QqFillIcon: (props: {
564
564
  className?: string;
565
565
  }) => JSX.Element;
566
- export { default as qqLineSvg } from "remixicon/icons/Logos/qq-line.svg";
566
+ export declare const qqLineSvg: string;
567
567
  export declare const QqLineIcon: (props: {
568
568
  className?: string;
569
569
  }) => JSX.Element;
570
- export { default as reactjsFillSvg } from "remixicon/icons/Logos/reactjs-fill.svg";
570
+ export declare const reactjsFillSvg: string;
571
571
  export declare const ReactjsFillIcon: (props: {
572
572
  className?: string;
573
573
  }) => JSX.Element;
574
- export { default as reactjsLineSvg } from "remixicon/icons/Logos/reactjs-line.svg";
574
+ export declare const reactjsLineSvg: string;
575
575
  export declare const ReactjsLineIcon: (props: {
576
576
  className?: string;
577
577
  }) => JSX.Element;
578
- export { default as redditFillSvg } from "remixicon/icons/Logos/reddit-fill.svg";
578
+ export declare const redditFillSvg: string;
579
579
  export declare const RedditFillIcon: (props: {
580
580
  className?: string;
581
581
  }) => JSX.Element;
582
- export { default as redditLineSvg } from "remixicon/icons/Logos/reddit-line.svg";
582
+ export declare const redditLineSvg: string;
583
583
  export declare const RedditLineIcon: (props: {
584
584
  className?: string;
585
585
  }) => JSX.Element;
586
- export { default as remixiconFillSvg } from "remixicon/icons/Logos/remixicon-fill.svg";
586
+ export declare const remixiconFillSvg: string;
587
587
  export declare const RemixiconFillIcon: (props: {
588
588
  className?: string;
589
589
  }) => JSX.Element;
590
- export { default as remixiconLineSvg } from "remixicon/icons/Logos/remixicon-line.svg";
590
+ export declare const remixiconLineSvg: string;
591
591
  export declare const RemixiconLineIcon: (props: {
592
592
  className?: string;
593
593
  }) => JSX.Element;
594
- export { default as safariFillSvg } from "remixicon/icons/Logos/safari-fill.svg";
594
+ export declare const safariFillSvg: string;
595
595
  export declare const SafariFillIcon: (props: {
596
596
  className?: string;
597
597
  }) => JSX.Element;
598
- export { default as safariLineSvg } from "remixicon/icons/Logos/safari-line.svg";
598
+ export declare const safariLineSvg: string;
599
599
  export declare const SafariLineIcon: (props: {
600
600
  className?: string;
601
601
  }) => JSX.Element;
602
- export { default as skypeFillSvg } from "remixicon/icons/Logos/skype-fill.svg";
602
+ export declare const skypeFillSvg: string;
603
603
  export declare const SkypeFillIcon: (props: {
604
604
  className?: string;
605
605
  }) => JSX.Element;
606
- export { default as skypeLineSvg } from "remixicon/icons/Logos/skype-line.svg";
606
+ export declare const skypeLineSvg: string;
607
607
  export declare const SkypeLineIcon: (props: {
608
608
  className?: string;
609
609
  }) => JSX.Element;
610
- export { default as slackFillSvg } from "remixicon/icons/Logos/slack-fill.svg";
610
+ export declare const slackFillSvg: string;
611
611
  export declare const SlackFillIcon: (props: {
612
612
  className?: string;
613
613
  }) => JSX.Element;
614
- export { default as slackLineSvg } from "remixicon/icons/Logos/slack-line.svg";
614
+ export declare const slackLineSvg: string;
615
615
  export declare const SlackLineIcon: (props: {
616
616
  className?: string;
617
617
  }) => JSX.Element;
618
- export { default as snapchatFillSvg } from "remixicon/icons/Logos/snapchat-fill.svg";
618
+ export declare const snapchatFillSvg: string;
619
619
  export declare const SnapchatFillIcon: (props: {
620
620
  className?: string;
621
621
  }) => JSX.Element;
622
- export { default as snapchatLineSvg } from "remixicon/icons/Logos/snapchat-line.svg";
622
+ export declare const snapchatLineSvg: string;
623
623
  export declare const SnapchatLineIcon: (props: {
624
624
  className?: string;
625
625
  }) => JSX.Element;
626
- export { default as soundcloudFillSvg } from "remixicon/icons/Logos/soundcloud-fill.svg";
626
+ export declare const soundcloudFillSvg: string;
627
627
  export declare const SoundcloudFillIcon: (props: {
628
628
  className?: string;
629
629
  }) => JSX.Element;
630
- export { default as soundcloudLineSvg } from "remixicon/icons/Logos/soundcloud-line.svg";
630
+ export declare const soundcloudLineSvg: string;
631
631
  export declare const SoundcloudLineIcon: (props: {
632
632
  className?: string;
633
633
  }) => JSX.Element;
634
- export { default as spectrumFillSvg } from "remixicon/icons/Logos/spectrum-fill.svg";
634
+ export declare const spectrumFillSvg: string;
635
635
  export declare const SpectrumFillIcon: (props: {
636
636
  className?: string;
637
637
  }) => JSX.Element;
638
- export { default as spectrumLineSvg } from "remixicon/icons/Logos/spectrum-line.svg";
638
+ export declare const spectrumLineSvg: string;
639
639
  export declare const SpectrumLineIcon: (props: {
640
640
  className?: string;
641
641
  }) => JSX.Element;
642
- export { default as spotifyFillSvg } from "remixicon/icons/Logos/spotify-fill.svg";
642
+ export declare const spotifyFillSvg: string;
643
643
  export declare const SpotifyFillIcon: (props: {
644
644
  className?: string;
645
645
  }) => JSX.Element;
646
- export { default as spotifyLineSvg } from "remixicon/icons/Logos/spotify-line.svg";
646
+ export declare const spotifyLineSvg: string;
647
647
  export declare const SpotifyLineIcon: (props: {
648
648
  className?: string;
649
649
  }) => JSX.Element;
650
- export { default as stackOverflowFillSvg } from "remixicon/icons/Logos/stack-overflow-fill.svg";
650
+ export declare const stackOverflowFillSvg: string;
651
651
  export declare const StackOverflowFillIcon: (props: {
652
652
  className?: string;
653
653
  }) => JSX.Element;
654
- export { default as stackOverflowLineSvg } from "remixicon/icons/Logos/stack-overflow-line.svg";
654
+ export declare const stackOverflowLineSvg: string;
655
655
  export declare const StackOverflowLineIcon: (props: {
656
656
  className?: string;
657
657
  }) => JSX.Element;
658
- export { default as stackshareFillSvg } from "remixicon/icons/Logos/stackshare-fill.svg";
658
+ export declare const stackshareFillSvg: string;
659
659
  export declare const StackshareFillIcon: (props: {
660
660
  className?: string;
661
661
  }) => JSX.Element;
662
- export { default as stackshareLineSvg } from "remixicon/icons/Logos/stackshare-line.svg";
662
+ export declare const stackshareLineSvg: string;
663
663
  export declare const StackshareLineIcon: (props: {
664
664
  className?: string;
665
665
  }) => JSX.Element;
666
- export { default as steamFillSvg } from "remixicon/icons/Logos/steam-fill.svg";
666
+ export declare const steamFillSvg: string;
667
667
  export declare const SteamFillIcon: (props: {
668
668
  className?: string;
669
669
  }) => JSX.Element;
670
- export { default as steamLineSvg } from "remixicon/icons/Logos/steam-line.svg";
670
+ export declare const steamLineSvg: string;
671
671
  export declare const SteamLineIcon: (props: {
672
672
  className?: string;
673
673
  }) => JSX.Element;
674
- export { default as supabaseFillSvg } from "remixicon/icons/Logos/supabase-fill.svg";
674
+ export declare const supabaseFillSvg: string;
675
675
  export declare const SupabaseFillIcon: (props: {
676
676
  className?: string;
677
677
  }) => JSX.Element;
678
- export { default as supabaseLineSvg } from "remixicon/icons/Logos/supabase-line.svg";
678
+ export declare const supabaseLineSvg: string;
679
679
  export declare const SupabaseLineIcon: (props: {
680
680
  className?: string;
681
681
  }) => JSX.Element;
682
- export { default as switchFillSvg } from "remixicon/icons/Logos/switch-fill.svg";
682
+ export declare const switchFillSvg: string;
683
683
  export declare const SwitchFillIcon: (props: {
684
684
  className?: string;
685
685
  }) => JSX.Element;
686
- export { default as switchLineSvg } from "remixicon/icons/Logos/switch-line.svg";
686
+ export declare const switchLineSvg: string;
687
687
  export declare const SwitchLineIcon: (props: {
688
688
  className?: string;
689
689
  }) => JSX.Element;
690
- export { default as taobaoFillSvg } from "remixicon/icons/Logos/taobao-fill.svg";
690
+ export declare const taobaoFillSvg: string;
691
691
  export declare const TaobaoFillIcon: (props: {
692
692
  className?: string;
693
693
  }) => JSX.Element;
694
- export { default as taobaoLineSvg } from "remixicon/icons/Logos/taobao-line.svg";
694
+ export declare const taobaoLineSvg: string;
695
695
  export declare const TaobaoLineIcon: (props: {
696
696
  className?: string;
697
697
  }) => JSX.Element;
698
- export { default as telegramFillSvg } from "remixicon/icons/Logos/telegram-fill.svg";
698
+ export declare const telegramFillSvg: string;
699
699
  export declare const TelegramFillIcon: (props: {
700
700
  className?: string;
701
701
  }) => JSX.Element;
702
- export { default as telegramLineSvg } from "remixicon/icons/Logos/telegram-line.svg";
702
+ export declare const telegramLineSvg: string;
703
703
  export declare const TelegramLineIcon: (props: {
704
704
  className?: string;
705
705
  }) => JSX.Element;
706
- export { default as tiktokFillSvg } from "remixicon/icons/Logos/tiktok-fill.svg";
706
+ export declare const tiktokFillSvg: string;
707
707
  export declare const TiktokFillIcon: (props: {
708
708
  className?: string;
709
709
  }) => JSX.Element;
710
- export { default as tiktokLineSvg } from "remixicon/icons/Logos/tiktok-line.svg";
710
+ export declare const tiktokLineSvg: string;
711
711
  export declare const TiktokLineIcon: (props: {
712
712
  className?: string;
713
713
  }) => JSX.Element;
714
- export { default as trelloFillSvg } from "remixicon/icons/Logos/trello-fill.svg";
714
+ export declare const trelloFillSvg: string;
715
715
  export declare const TrelloFillIcon: (props: {
716
716
  className?: string;
717
717
  }) => JSX.Element;
718
- export { default as trelloLineSvg } from "remixicon/icons/Logos/trello-line.svg";
718
+ export declare const trelloLineSvg: string;
719
719
  export declare const TrelloLineIcon: (props: {
720
720
  className?: string;
721
721
  }) => JSX.Element;
722
- export { default as tumblrFillSvg } from "remixicon/icons/Logos/tumblr-fill.svg";
722
+ export declare const tumblrFillSvg: string;
723
723
  export declare const TumblrFillIcon: (props: {
724
724
  className?: string;
725
725
  }) => JSX.Element;
726
- export { default as tumblrLineSvg } from "remixicon/icons/Logos/tumblr-line.svg";
726
+ export declare const tumblrLineSvg: string;
727
727
  export declare const TumblrLineIcon: (props: {
728
728
  className?: string;
729
729
  }) => JSX.Element;
730
- export { default as twitchFillSvg } from "remixicon/icons/Logos/twitch-fill.svg";
730
+ export declare const twitchFillSvg: string;
731
731
  export declare const TwitchFillIcon: (props: {
732
732
  className?: string;
733
733
  }) => JSX.Element;
734
- export { default as twitchLineSvg } from "remixicon/icons/Logos/twitch-line.svg";
734
+ export declare const twitchLineSvg: string;
735
735
  export declare const TwitchLineIcon: (props: {
736
736
  className?: string;
737
737
  }) => JSX.Element;
738
- export { default as twitterFillSvg } from "remixicon/icons/Logos/twitter-fill.svg";
738
+ export declare const twitterFillSvg: string;
739
739
  export declare const TwitterFillIcon: (props: {
740
740
  className?: string;
741
741
  }) => JSX.Element;
742
- export { default as twitterLineSvg } from "remixicon/icons/Logos/twitter-line.svg";
742
+ export declare const twitterLineSvg: string;
743
743
  export declare const TwitterLineIcon: (props: {
744
744
  className?: string;
745
745
  }) => JSX.Element;
746
- export { default as ubuntuFillSvg } from "remixicon/icons/Logos/ubuntu-fill.svg";
746
+ export declare const ubuntuFillSvg: string;
747
747
  export declare const UbuntuFillIcon: (props: {
748
748
  className?: string;
749
749
  }) => JSX.Element;
750
- export { default as ubuntuLineSvg } from "remixicon/icons/Logos/ubuntu-line.svg";
750
+ export declare const ubuntuLineSvg: string;
751
751
  export declare const UbuntuLineIcon: (props: {
752
752
  className?: string;
753
753
  }) => JSX.Element;
754
- export { default as unsplashFillSvg } from "remixicon/icons/Logos/unsplash-fill.svg";
754
+ export declare const unsplashFillSvg: string;
755
755
  export declare const UnsplashFillIcon: (props: {
756
756
  className?: string;
757
757
  }) => JSX.Element;
758
- export { default as unsplashLineSvg } from "remixicon/icons/Logos/unsplash-line.svg";
758
+ export declare const unsplashLineSvg: string;
759
759
  export declare const UnsplashLineIcon: (props: {
760
760
  className?: string;
761
761
  }) => JSX.Element;
762
- export { default as vimeoFillSvg } from "remixicon/icons/Logos/vimeo-fill.svg";
762
+ export declare const vimeoFillSvg: string;
763
763
  export declare const VimeoFillIcon: (props: {
764
764
  className?: string;
765
765
  }) => JSX.Element;
766
- export { default as vimeoLineSvg } from "remixicon/icons/Logos/vimeo-line.svg";
766
+ export declare const vimeoLineSvg: string;
767
767
  export declare const VimeoLineIcon: (props: {
768
768
  className?: string;
769
769
  }) => JSX.Element;
770
- export { default as visaFillSvg } from "remixicon/icons/Logos/visa-fill.svg";
770
+ export declare const visaFillSvg: string;
771
771
  export declare const VisaFillIcon: (props: {
772
772
  className?: string;
773
773
  }) => JSX.Element;
774
- export { default as visaLineSvg } from "remixicon/icons/Logos/visa-line.svg";
774
+ export declare const visaLineSvg: string;
775
775
  export declare const VisaLineIcon: (props: {
776
776
  className?: string;
777
777
  }) => JSX.Element;
778
- export { default as vuejsFillSvg } from "remixicon/icons/Logos/vuejs-fill.svg";
778
+ export declare const vuejsFillSvg: string;
779
779
  export declare const VuejsFillIcon: (props: {
780
780
  className?: string;
781
781
  }) => JSX.Element;
782
- export { default as vuejsLineSvg } from "remixicon/icons/Logos/vuejs-line.svg";
782
+ export declare const vuejsLineSvg: string;
783
783
  export declare const VuejsLineIcon: (props: {
784
784
  className?: string;
785
785
  }) => JSX.Element;
786
- export { default as wechat2FillSvg } from "remixicon/icons/Logos/wechat-2-fill.svg";
786
+ export declare const wechat2FillSvg: string;
787
787
  export declare const Wechat2FillIcon: (props: {
788
788
  className?: string;
789
789
  }) => JSX.Element;
790
- export { default as wechat2LineSvg } from "remixicon/icons/Logos/wechat-2-line.svg";
790
+ export declare const wechat2LineSvg: string;
791
791
  export declare const Wechat2LineIcon: (props: {
792
792
  className?: string;
793
793
  }) => JSX.Element;
794
- export { default as wechatChannelsFillSvg } from "remixicon/icons/Logos/wechat-channels-fill.svg";
794
+ export declare const wechatChannelsFillSvg: string;
795
795
  export declare const WechatChannelsFillIcon: (props: {
796
796
  className?: string;
797
797
  }) => JSX.Element;
798
- export { default as wechatChannelsLineSvg } from "remixicon/icons/Logos/wechat-channels-line.svg";
798
+ export declare const wechatChannelsLineSvg: string;
799
799
  export declare const WechatChannelsLineIcon: (props: {
800
800
  className?: string;
801
801
  }) => JSX.Element;
802
- export { default as wechatFillSvg } from "remixicon/icons/Logos/wechat-fill.svg";
802
+ export declare const wechatFillSvg: string;
803
803
  export declare const WechatFillIcon: (props: {
804
804
  className?: string;
805
805
  }) => JSX.Element;
806
- export { default as wechatLineSvg } from "remixicon/icons/Logos/wechat-line.svg";
806
+ export declare const wechatLineSvg: string;
807
807
  export declare const WechatLineIcon: (props: {
808
808
  className?: string;
809
809
  }) => JSX.Element;
810
- export { default as wechatPayFillSvg } from "remixicon/icons/Logos/wechat-pay-fill.svg";
810
+ export declare const wechatPayFillSvg: string;
811
811
  export declare const WechatPayFillIcon: (props: {
812
812
  className?: string;
813
813
  }) => JSX.Element;
814
- export { default as wechatPayLineSvg } from "remixicon/icons/Logos/wechat-pay-line.svg";
814
+ export declare const wechatPayLineSvg: string;
815
815
  export declare const WechatPayLineIcon: (props: {
816
816
  className?: string;
817
817
  }) => JSX.Element;
818
- export { default as weiboFillSvg } from "remixicon/icons/Logos/weibo-fill.svg";
818
+ export declare const weiboFillSvg: string;
819
819
  export declare const WeiboFillIcon: (props: {
820
820
  className?: string;
821
821
  }) => JSX.Element;
822
- export { default as weiboLineSvg } from "remixicon/icons/Logos/weibo-line.svg";
822
+ export declare const weiboLineSvg: string;
823
823
  export declare const WeiboLineIcon: (props: {
824
824
  className?: string;
825
825
  }) => JSX.Element;
826
- export { default as whatsappFillSvg } from "remixicon/icons/Logos/whatsapp-fill.svg";
826
+ export declare const whatsappFillSvg: string;
827
827
  export declare const WhatsappFillIcon: (props: {
828
828
  className?: string;
829
829
  }) => JSX.Element;
830
- export { default as whatsappLineSvg } from "remixicon/icons/Logos/whatsapp-line.svg";
830
+ export declare const whatsappLineSvg: string;
831
831
  export declare const WhatsappLineIcon: (props: {
832
832
  className?: string;
833
833
  }) => JSX.Element;
834
- export { default as windowsFillSvg } from "remixicon/icons/Logos/windows-fill.svg";
834
+ export declare const windowsFillSvg: string;
835
835
  export declare const WindowsFillIcon: (props: {
836
836
  className?: string;
837
837
  }) => JSX.Element;
838
- export { default as windowsLineSvg } from "remixicon/icons/Logos/windows-line.svg";
838
+ export declare const windowsLineSvg: string;
839
839
  export declare const WindowsLineIcon: (props: {
840
840
  className?: string;
841
841
  }) => JSX.Element;
842
- export { default as wordpressFillSvg } from "remixicon/icons/Logos/wordpress-fill.svg";
842
+ export declare const wordpressFillSvg: string;
843
843
  export declare const WordpressFillIcon: (props: {
844
844
  className?: string;
845
845
  }) => JSX.Element;
846
- export { default as wordpressLineSvg } from "remixicon/icons/Logos/wordpress-line.svg";
846
+ export declare const wordpressLineSvg: string;
847
847
  export declare const WordpressLineIcon: (props: {
848
848
  className?: string;
849
849
  }) => JSX.Element;
850
- export { default as xboxFillSvg } from "remixicon/icons/Logos/xbox-fill.svg";
850
+ export declare const xboxFillSvg: string;
851
851
  export declare const XboxFillIcon: (props: {
852
852
  className?: string;
853
853
  }) => JSX.Element;
854
- export { default as xboxLineSvg } from "remixicon/icons/Logos/xbox-line.svg";
854
+ export declare const xboxLineSvg: string;
855
855
  export declare const XboxLineIcon: (props: {
856
856
  className?: string;
857
857
  }) => JSX.Element;
858
- export { default as xingFillSvg } from "remixicon/icons/Logos/xing-fill.svg";
858
+ export declare const xingFillSvg: string;
859
859
  export declare const XingFillIcon: (props: {
860
860
  className?: string;
861
861
  }) => JSX.Element;
862
- export { default as xingLineSvg } from "remixicon/icons/Logos/xing-line.svg";
862
+ export declare const xingLineSvg: string;
863
863
  export declare const XingLineIcon: (props: {
864
864
  className?: string;
865
865
  }) => JSX.Element;
866
- export { default as youtubeFillSvg } from "remixicon/icons/Logos/youtube-fill.svg";
866
+ export declare const youtubeFillSvg: string;
867
867
  export declare const YoutubeFillIcon: (props: {
868
868
  className?: string;
869
869
  }) => JSX.Element;
870
- export { default as youtubeLineSvg } from "remixicon/icons/Logos/youtube-line.svg";
870
+ export declare const youtubeLineSvg: string;
871
871
  export declare const YoutubeLineIcon: (props: {
872
872
  className?: string;
873
873
  }) => JSX.Element;
874
- export { default as yuqueFillSvg } from "remixicon/icons/Logos/yuque-fill.svg";
874
+ export declare const yuqueFillSvg: string;
875
875
  export declare const YuqueFillIcon: (props: {
876
876
  className?: string;
877
877
  }) => JSX.Element;
878
- export { default as yuqueLineSvg } from "remixicon/icons/Logos/yuque-line.svg";
878
+ export declare const yuqueLineSvg: string;
879
879
  export declare const YuqueLineIcon: (props: {
880
880
  className?: string;
881
881
  }) => JSX.Element;
882
- export { default as zcoolFillSvg } from "remixicon/icons/Logos/zcool-fill.svg";
882
+ export declare const zcoolFillSvg: string;
883
883
  export declare const ZcoolFillIcon: (props: {
884
884
  className?: string;
885
885
  }) => JSX.Element;
886
- export { default as zcoolLineSvg } from "remixicon/icons/Logos/zcool-line.svg";
886
+ export declare const zcoolLineSvg: string;
887
887
  export declare const ZcoolLineIcon: (props: {
888
888
  className?: string;
889
889
  }) => JSX.Element;
890
- export { default as zhihuFillSvg } from "remixicon/icons/Logos/zhihu-fill.svg";
890
+ export declare const zhihuFillSvg: string;
891
891
  export declare const ZhihuFillIcon: (props: {
892
892
  className?: string;
893
893
  }) => JSX.Element;
894
- export { default as zhihuLineSvg } from "remixicon/icons/Logos/zhihu-line.svg";
894
+ export declare const zhihuLineSvg: string;
895
895
  export declare const ZhihuLineIcon: (props: {
896
896
  className?: string;
897
897
  }) => JSX.Element;