@team-monolith/cds 0.8.1 → 0.8.3

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 (39) 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/Custom.d.ts +3 -3
  10. package/dist/icons/Custom.js +6 -3
  11. package/dist/icons/Design.d.ts +164 -164
  12. package/dist/icons/Design.js +328 -164
  13. package/dist/icons/Development.d.ts +50 -50
  14. package/dist/icons/Development.js +100 -50
  15. package/dist/icons/Device.d.ts +166 -166
  16. package/dist/icons/Device.js +332 -166
  17. package/dist/icons/Document.d.ts +202 -202
  18. package/dist/icons/Document.js +404 -202
  19. package/dist/icons/Editor.d.ts +114 -114
  20. package/dist/icons/Editor.js +228 -114
  21. package/dist/icons/Finance.d.ts +140 -140
  22. package/dist/icons/Finance.js +280 -140
  23. package/dist/icons/Health & Medical.d.ts +62 -62
  24. package/dist/icons/Health & Medical.js +124 -62
  25. package/dist/icons/Logos.d.ts +224 -224
  26. package/dist/icons/Logos.js +448 -224
  27. package/dist/icons/Map.d.ts +174 -174
  28. package/dist/icons/Map.js +348 -174
  29. package/dist/icons/Media.d.ts +218 -218
  30. package/dist/icons/Media.js +436 -218
  31. package/dist/icons/Others.d.ts +104 -104
  32. package/dist/icons/Others.js +208 -104
  33. package/dist/icons/System.d.ts +262 -262
  34. package/dist/icons/System.js +524 -262
  35. package/dist/icons/User & Faces.d.ts +112 -112
  36. package/dist/icons/User & Faces.js +224 -112
  37. package/dist/icons/Weather.d.ts +80 -80
  38. package/dist/icons/Weather.js +160 -80
  39. package/package.json +1 -1
@@ -1,1049 +1,1049 @@
1
1
  /// <reference types="react" />
2
- export { default as addBoxFillSvg } from "remixicon/icons/System/add-box-fill.svg";
2
+ export declare const addBoxFillSvg: string;
3
3
  export declare const AddBoxFillIcon: (props: {
4
4
  className?: string;
5
5
  }) => JSX.Element;
6
- export { default as addBoxLineSvg } from "remixicon/icons/System/add-box-line.svg";
6
+ export declare const addBoxLineSvg: string;
7
7
  export declare const AddBoxLineIcon: (props: {
8
8
  className?: string;
9
9
  }) => JSX.Element;
10
- export { default as addCircleFillSvg } from "remixicon/icons/System/add-circle-fill.svg";
10
+ export declare const addCircleFillSvg: string;
11
11
  export declare const AddCircleFillIcon: (props: {
12
12
  className?: string;
13
13
  }) => JSX.Element;
14
- export { default as addCircleLineSvg } from "remixicon/icons/System/add-circle-line.svg";
14
+ export declare const addCircleLineSvg: string;
15
15
  export declare const AddCircleLineIcon: (props: {
16
16
  className?: string;
17
17
  }) => JSX.Element;
18
- export { default as addFillSvg } from "remixicon/icons/System/add-fill.svg";
18
+ export declare const addFillSvg: string;
19
19
  export declare const AddFillIcon: (props: {
20
20
  className?: string;
21
21
  }) => JSX.Element;
22
- export { default as addLineSvg } from "remixicon/icons/System/add-line.svg";
22
+ export declare const addLineSvg: string;
23
23
  export declare const AddLineIcon: (props: {
24
24
  className?: string;
25
25
  }) => JSX.Element;
26
- export { default as alarmFillSvg } from "remixicon/icons/System/alarm-fill.svg";
26
+ export declare const alarmFillSvg: string;
27
27
  export declare const AlarmFillIcon: (props: {
28
28
  className?: string;
29
29
  }) => JSX.Element;
30
- export { default as alarmLineSvg } from "remixicon/icons/System/alarm-line.svg";
30
+ export declare const alarmLineSvg: string;
31
31
  export declare const AlarmLineIcon: (props: {
32
32
  className?: string;
33
33
  }) => JSX.Element;
34
- export { default as alarmWarningFillSvg } from "remixicon/icons/System/alarm-warning-fill.svg";
34
+ export declare const alarmWarningFillSvg: string;
35
35
  export declare const AlarmWarningFillIcon: (props: {
36
36
  className?: string;
37
37
  }) => JSX.Element;
38
- export { default as alarmWarningLineSvg } from "remixicon/icons/System/alarm-warning-line.svg";
38
+ export declare const alarmWarningLineSvg: string;
39
39
  export declare const AlarmWarningLineIcon: (props: {
40
40
  className?: string;
41
41
  }) => JSX.Element;
42
- export { default as alertFillSvg } from "remixicon/icons/System/alert-fill.svg";
42
+ export declare const alertFillSvg: string;
43
43
  export declare const AlertFillIcon: (props: {
44
44
  className?: string;
45
45
  }) => JSX.Element;
46
- export { default as alertLineSvg } from "remixicon/icons/System/alert-line.svg";
46
+ export declare const alertLineSvg: string;
47
47
  export declare const AlertLineIcon: (props: {
48
48
  className?: string;
49
49
  }) => JSX.Element;
50
- export { default as apps2FillSvg } from "remixicon/icons/System/apps-2-fill.svg";
50
+ export declare const apps2FillSvg: string;
51
51
  export declare const Apps2FillIcon: (props: {
52
52
  className?: string;
53
53
  }) => JSX.Element;
54
- export { default as apps2LineSvg } from "remixicon/icons/System/apps-2-line.svg";
54
+ export declare const apps2LineSvg: string;
55
55
  export declare const Apps2LineIcon: (props: {
56
56
  className?: string;
57
57
  }) => JSX.Element;
58
- export { default as appsFillSvg } from "remixicon/icons/System/apps-fill.svg";
58
+ export declare const appsFillSvg: string;
59
59
  export declare const AppsFillIcon: (props: {
60
60
  className?: string;
61
61
  }) => JSX.Element;
62
- export { default as appsLineSvg } from "remixicon/icons/System/apps-line.svg";
62
+ export declare const appsLineSvg: string;
63
63
  export declare const AppsLineIcon: (props: {
64
64
  className?: string;
65
65
  }) => JSX.Element;
66
- export { default as checkDoubleFillSvg } from "remixicon/icons/System/check-double-fill.svg";
66
+ export declare const checkDoubleFillSvg: string;
67
67
  export declare const CheckDoubleFillIcon: (props: {
68
68
  className?: string;
69
69
  }) => JSX.Element;
70
- export { default as checkDoubleLineSvg } from "remixicon/icons/System/check-double-line.svg";
70
+ export declare const checkDoubleLineSvg: string;
71
71
  export declare const CheckDoubleLineIcon: (props: {
72
72
  className?: string;
73
73
  }) => JSX.Element;
74
- export { default as checkFillSvg } from "remixicon/icons/System/check-fill.svg";
74
+ export declare const checkFillSvg: string;
75
75
  export declare const CheckFillIcon: (props: {
76
76
  className?: string;
77
77
  }) => JSX.Element;
78
- export { default as checkLineSvg } from "remixicon/icons/System/check-line.svg";
78
+ export declare const checkLineSvg: string;
79
79
  export declare const CheckLineIcon: (props: {
80
80
  className?: string;
81
81
  }) => JSX.Element;
82
- export { default as checkboxBlankCircleFillSvg } from "remixicon/icons/System/checkbox-blank-circle-fill.svg";
82
+ export declare const checkboxBlankCircleFillSvg: string;
83
83
  export declare const CheckboxBlankCircleFillIcon: (props: {
84
84
  className?: string;
85
85
  }) => JSX.Element;
86
- export { default as checkboxBlankCircleLineSvg } from "remixicon/icons/System/checkbox-blank-circle-line.svg";
86
+ export declare const checkboxBlankCircleLineSvg: string;
87
87
  export declare const CheckboxBlankCircleLineIcon: (props: {
88
88
  className?: string;
89
89
  }) => JSX.Element;
90
- export { default as checkboxBlankFillSvg } from "remixicon/icons/System/checkbox-blank-fill.svg";
90
+ export declare const checkboxBlankFillSvg: string;
91
91
  export declare const CheckboxBlankFillIcon: (props: {
92
92
  className?: string;
93
93
  }) => JSX.Element;
94
- export { default as checkboxBlankLineSvg } from "remixicon/icons/System/checkbox-blank-line.svg";
94
+ export declare const checkboxBlankLineSvg: string;
95
95
  export declare const CheckboxBlankLineIcon: (props: {
96
96
  className?: string;
97
97
  }) => JSX.Element;
98
- export { default as checkboxCircleFillSvg } from "remixicon/icons/System/checkbox-circle-fill.svg";
98
+ export declare const checkboxCircleFillSvg: string;
99
99
  export declare const CheckboxCircleFillIcon: (props: {
100
100
  className?: string;
101
101
  }) => JSX.Element;
102
- export { default as checkboxCircleLineSvg } from "remixicon/icons/System/checkbox-circle-line.svg";
102
+ export declare const checkboxCircleLineSvg: string;
103
103
  export declare const CheckboxCircleLineIcon: (props: {
104
104
  className?: string;
105
105
  }) => JSX.Element;
106
- export { default as checkboxFillSvg } from "remixicon/icons/System/checkbox-fill.svg";
106
+ export declare const checkboxFillSvg: string;
107
107
  export declare const CheckboxFillIcon: (props: {
108
108
  className?: string;
109
109
  }) => JSX.Element;
110
- export { default as checkboxIndeterminateFillSvg } from "remixicon/icons/System/checkbox-indeterminate-fill.svg";
110
+ export declare const checkboxIndeterminateFillSvg: string;
111
111
  export declare const CheckboxIndeterminateFillIcon: (props: {
112
112
  className?: string;
113
113
  }) => JSX.Element;
114
- export { default as checkboxIndeterminateLineSvg } from "remixicon/icons/System/checkbox-indeterminate-line.svg";
114
+ export declare const checkboxIndeterminateLineSvg: string;
115
115
  export declare const CheckboxIndeterminateLineIcon: (props: {
116
116
  className?: string;
117
117
  }) => JSX.Element;
118
- export { default as checkboxLineSvg } from "remixicon/icons/System/checkbox-line.svg";
118
+ export declare const checkboxLineSvg: string;
119
119
  export declare const CheckboxLineIcon: (props: {
120
120
  className?: string;
121
121
  }) => JSX.Element;
122
- export { default as checkboxMultipleBlankFillSvg } from "remixicon/icons/System/checkbox-multiple-blank-fill.svg";
122
+ export declare const checkboxMultipleBlankFillSvg: string;
123
123
  export declare const CheckboxMultipleBlankFillIcon: (props: {
124
124
  className?: string;
125
125
  }) => JSX.Element;
126
- export { default as checkboxMultipleBlankLineSvg } from "remixicon/icons/System/checkbox-multiple-blank-line.svg";
126
+ export declare const checkboxMultipleBlankLineSvg: string;
127
127
  export declare const CheckboxMultipleBlankLineIcon: (props: {
128
128
  className?: string;
129
129
  }) => JSX.Element;
130
- export { default as checkboxMultipleFillSvg } from "remixicon/icons/System/checkbox-multiple-fill.svg";
130
+ export declare const checkboxMultipleFillSvg: string;
131
131
  export declare const CheckboxMultipleFillIcon: (props: {
132
132
  className?: string;
133
133
  }) => JSX.Element;
134
- export { default as checkboxMultipleLineSvg } from "remixicon/icons/System/checkbox-multiple-line.svg";
134
+ export declare const checkboxMultipleLineSvg: string;
135
135
  export declare const CheckboxMultipleLineIcon: (props: {
136
136
  className?: string;
137
137
  }) => JSX.Element;
138
- export { default as closeCircleFillSvg } from "remixicon/icons/System/close-circle-fill.svg";
138
+ export declare const closeCircleFillSvg: string;
139
139
  export declare const CloseCircleFillIcon: (props: {
140
140
  className?: string;
141
141
  }) => JSX.Element;
142
- export { default as closeCircleLineSvg } from "remixicon/icons/System/close-circle-line.svg";
142
+ export declare const closeCircleLineSvg: string;
143
143
  export declare const CloseCircleLineIcon: (props: {
144
144
  className?: string;
145
145
  }) => JSX.Element;
146
- export { default as closeFillSvg } from "remixicon/icons/System/close-fill.svg";
146
+ export declare const closeFillSvg: string;
147
147
  export declare const CloseFillIcon: (props: {
148
148
  className?: string;
149
149
  }) => JSX.Element;
150
- export { default as closeLineSvg } from "remixicon/icons/System/close-line.svg";
150
+ export declare const closeLineSvg: string;
151
151
  export declare const CloseLineIcon: (props: {
152
152
  className?: string;
153
153
  }) => JSX.Element;
154
- export { default as dashboardFillSvg } from "remixicon/icons/System/dashboard-fill.svg";
154
+ export declare const dashboardFillSvg: string;
155
155
  export declare const DashboardFillIcon: (props: {
156
156
  className?: string;
157
157
  }) => JSX.Element;
158
- export { default as dashboardLineSvg } from "remixicon/icons/System/dashboard-line.svg";
158
+ export declare const dashboardLineSvg: string;
159
159
  export declare const DashboardLineIcon: (props: {
160
160
  className?: string;
161
161
  }) => JSX.Element;
162
- export { default as deleteBack2FillSvg } from "remixicon/icons/System/delete-back-2-fill.svg";
162
+ export declare const deleteBack2FillSvg: string;
163
163
  export declare const DeleteBack2FillIcon: (props: {
164
164
  className?: string;
165
165
  }) => JSX.Element;
166
- export { default as deleteBack2LineSvg } from "remixicon/icons/System/delete-back-2-line.svg";
166
+ export declare const deleteBack2LineSvg: string;
167
167
  export declare const DeleteBack2LineIcon: (props: {
168
168
  className?: string;
169
169
  }) => JSX.Element;
170
- export { default as deleteBackFillSvg } from "remixicon/icons/System/delete-back-fill.svg";
170
+ export declare const deleteBackFillSvg: string;
171
171
  export declare const DeleteBackFillIcon: (props: {
172
172
  className?: string;
173
173
  }) => JSX.Element;
174
- export { default as deleteBackLineSvg } from "remixicon/icons/System/delete-back-line.svg";
174
+ export declare const deleteBackLineSvg: string;
175
175
  export declare const DeleteBackLineIcon: (props: {
176
176
  className?: string;
177
177
  }) => JSX.Element;
178
- export { default as deleteBin2FillSvg } from "remixicon/icons/System/delete-bin-2-fill.svg";
178
+ export declare const deleteBin2FillSvg: string;
179
179
  export declare const DeleteBin2FillIcon: (props: {
180
180
  className?: string;
181
181
  }) => JSX.Element;
182
- export { default as deleteBin2LineSvg } from "remixicon/icons/System/delete-bin-2-line.svg";
182
+ export declare const deleteBin2LineSvg: string;
183
183
  export declare const DeleteBin2LineIcon: (props: {
184
184
  className?: string;
185
185
  }) => JSX.Element;
186
- export { default as deleteBin3FillSvg } from "remixicon/icons/System/delete-bin-3-fill.svg";
186
+ export declare const deleteBin3FillSvg: string;
187
187
  export declare const DeleteBin3FillIcon: (props: {
188
188
  className?: string;
189
189
  }) => JSX.Element;
190
- export { default as deleteBin3LineSvg } from "remixicon/icons/System/delete-bin-3-line.svg";
190
+ export declare const deleteBin3LineSvg: string;
191
191
  export declare const DeleteBin3LineIcon: (props: {
192
192
  className?: string;
193
193
  }) => JSX.Element;
194
- export { default as deleteBin4FillSvg } from "remixicon/icons/System/delete-bin-4-fill.svg";
194
+ export declare const deleteBin4FillSvg: string;
195
195
  export declare const DeleteBin4FillIcon: (props: {
196
196
  className?: string;
197
197
  }) => JSX.Element;
198
- export { default as deleteBin4LineSvg } from "remixicon/icons/System/delete-bin-4-line.svg";
198
+ export declare const deleteBin4LineSvg: string;
199
199
  export declare const DeleteBin4LineIcon: (props: {
200
200
  className?: string;
201
201
  }) => JSX.Element;
202
- export { default as deleteBin5FillSvg } from "remixicon/icons/System/delete-bin-5-fill.svg";
202
+ export declare const deleteBin5FillSvg: string;
203
203
  export declare const DeleteBin5FillIcon: (props: {
204
204
  className?: string;
205
205
  }) => JSX.Element;
206
- export { default as deleteBin5LineSvg } from "remixicon/icons/System/delete-bin-5-line.svg";
206
+ export declare const deleteBin5LineSvg: string;
207
207
  export declare const DeleteBin5LineIcon: (props: {
208
208
  className?: string;
209
209
  }) => JSX.Element;
210
- export { default as deleteBin6FillSvg } from "remixicon/icons/System/delete-bin-6-fill.svg";
210
+ export declare const deleteBin6FillSvg: string;
211
211
  export declare const DeleteBin6FillIcon: (props: {
212
212
  className?: string;
213
213
  }) => JSX.Element;
214
- export { default as deleteBin6LineSvg } from "remixicon/icons/System/delete-bin-6-line.svg";
214
+ export declare const deleteBin6LineSvg: string;
215
215
  export declare const DeleteBin6LineIcon: (props: {
216
216
  className?: string;
217
217
  }) => JSX.Element;
218
- export { default as deleteBin7FillSvg } from "remixicon/icons/System/delete-bin-7-fill.svg";
218
+ export declare const deleteBin7FillSvg: string;
219
219
  export declare const DeleteBin7FillIcon: (props: {
220
220
  className?: string;
221
221
  }) => JSX.Element;
222
- export { default as deleteBin7LineSvg } from "remixicon/icons/System/delete-bin-7-line.svg";
222
+ export declare const deleteBin7LineSvg: string;
223
223
  export declare const DeleteBin7LineIcon: (props: {
224
224
  className?: string;
225
225
  }) => JSX.Element;
226
- export { default as deleteBinFillSvg } from "remixicon/icons/System/delete-bin-fill.svg";
226
+ export declare const deleteBinFillSvg: string;
227
227
  export declare const DeleteBinFillIcon: (props: {
228
228
  className?: string;
229
229
  }) => JSX.Element;
230
- export { default as deleteBinLineSvg } from "remixicon/icons/System/delete-bin-line.svg";
230
+ export declare const deleteBinLineSvg: string;
231
231
  export declare const DeleteBinLineIcon: (props: {
232
232
  className?: string;
233
233
  }) => JSX.Element;
234
- export { default as divideFillSvg } from "remixicon/icons/System/divide-fill.svg";
234
+ export declare const divideFillSvg: string;
235
235
  export declare const DivideFillIcon: (props: {
236
236
  className?: string;
237
237
  }) => JSX.Element;
238
- export { default as divideLineSvg } from "remixicon/icons/System/divide-line.svg";
238
+ export declare const divideLineSvg: string;
239
239
  export declare const DivideLineIcon: (props: {
240
240
  className?: string;
241
241
  }) => JSX.Element;
242
- export { default as download2FillSvg } from "remixicon/icons/System/download-2-fill.svg";
242
+ export declare const download2FillSvg: string;
243
243
  export declare const Download2FillIcon: (props: {
244
244
  className?: string;
245
245
  }) => JSX.Element;
246
- export { default as download2LineSvg } from "remixicon/icons/System/download-2-line.svg";
246
+ export declare const download2LineSvg: string;
247
247
  export declare const Download2LineIcon: (props: {
248
248
  className?: string;
249
249
  }) => JSX.Element;
250
- export { default as downloadCloud2FillSvg } from "remixicon/icons/System/download-cloud-2-fill.svg";
250
+ export declare const downloadCloud2FillSvg: string;
251
251
  export declare const DownloadCloud2FillIcon: (props: {
252
252
  className?: string;
253
253
  }) => JSX.Element;
254
- export { default as downloadCloud2LineSvg } from "remixicon/icons/System/download-cloud-2-line.svg";
254
+ export declare const downloadCloud2LineSvg: string;
255
255
  export declare const DownloadCloud2LineIcon: (props: {
256
256
  className?: string;
257
257
  }) => JSX.Element;
258
- export { default as downloadCloudFillSvg } from "remixicon/icons/System/download-cloud-fill.svg";
258
+ export declare const downloadCloudFillSvg: string;
259
259
  export declare const DownloadCloudFillIcon: (props: {
260
260
  className?: string;
261
261
  }) => JSX.Element;
262
- export { default as downloadCloudLineSvg } from "remixicon/icons/System/download-cloud-line.svg";
262
+ export declare const downloadCloudLineSvg: string;
263
263
  export declare const DownloadCloudLineIcon: (props: {
264
264
  className?: string;
265
265
  }) => JSX.Element;
266
- export { default as downloadFillSvg } from "remixicon/icons/System/download-fill.svg";
266
+ export declare const downloadFillSvg: string;
267
267
  export declare const DownloadFillIcon: (props: {
268
268
  className?: string;
269
269
  }) => JSX.Element;
270
- export { default as downloadLineSvg } from "remixicon/icons/System/download-line.svg";
270
+ export declare const downloadLineSvg: string;
271
271
  export declare const DownloadLineIcon: (props: {
272
272
  className?: string;
273
273
  }) => JSX.Element;
274
- export { default as equalFillSvg } from "remixicon/icons/System/equal-fill.svg";
274
+ export declare const equalFillSvg: string;
275
275
  export declare const EqualFillIcon: (props: {
276
276
  className?: string;
277
277
  }) => JSX.Element;
278
- export { default as equalLineSvg } from "remixicon/icons/System/equal-line.svg";
278
+ export declare const equalLineSvg: string;
279
279
  export declare const EqualLineIcon: (props: {
280
280
  className?: string;
281
281
  }) => JSX.Element;
282
- export { default as errorWarningFillSvg } from "remixicon/icons/System/error-warning-fill.svg";
282
+ export declare const errorWarningFillSvg: string;
283
283
  export declare const ErrorWarningFillIcon: (props: {
284
284
  className?: string;
285
285
  }) => JSX.Element;
286
- export { default as errorWarningLineSvg } from "remixicon/icons/System/error-warning-line.svg";
286
+ export declare const errorWarningLineSvg: string;
287
287
  export declare const ErrorWarningLineIcon: (props: {
288
288
  className?: string;
289
289
  }) => JSX.Element;
290
- export { default as externalLinkFillSvg } from "remixicon/icons/System/external-link-fill.svg";
290
+ export declare const externalLinkFillSvg: string;
291
291
  export declare const ExternalLinkFillIcon: (props: {
292
292
  className?: string;
293
293
  }) => JSX.Element;
294
- export { default as externalLinkLineSvg } from "remixicon/icons/System/external-link-line.svg";
294
+ export declare const externalLinkLineSvg: string;
295
295
  export declare const ExternalLinkLineIcon: (props: {
296
296
  className?: string;
297
297
  }) => JSX.Element;
298
- export { default as eye2FillSvg } from "remixicon/icons/System/eye-2-fill.svg";
298
+ export declare const eye2FillSvg: string;
299
299
  export declare const Eye2FillIcon: (props: {
300
300
  className?: string;
301
301
  }) => JSX.Element;
302
- export { default as eye2LineSvg } from "remixicon/icons/System/eye-2-line.svg";
302
+ export declare const eye2LineSvg: string;
303
303
  export declare const Eye2LineIcon: (props: {
304
304
  className?: string;
305
305
  }) => JSX.Element;
306
- export { default as eyeCloseFillSvg } from "remixicon/icons/System/eye-close-fill.svg";
306
+ export declare const eyeCloseFillSvg: string;
307
307
  export declare const EyeCloseFillIcon: (props: {
308
308
  className?: string;
309
309
  }) => JSX.Element;
310
- export { default as eyeCloseLineSvg } from "remixicon/icons/System/eye-close-line.svg";
310
+ export declare const eyeCloseLineSvg: string;
311
311
  export declare const EyeCloseLineIcon: (props: {
312
312
  className?: string;
313
313
  }) => JSX.Element;
314
- export { default as eyeFillSvg } from "remixicon/icons/System/eye-fill.svg";
314
+ export declare const eyeFillSvg: string;
315
315
  export declare const EyeFillIcon: (props: {
316
316
  className?: string;
317
317
  }) => JSX.Element;
318
- export { default as eyeLineSvg } from "remixicon/icons/System/eye-line.svg";
318
+ export declare const eyeLineSvg: string;
319
319
  export declare const EyeLineIcon: (props: {
320
320
  className?: string;
321
321
  }) => JSX.Element;
322
- export { default as eyeOffFillSvg } from "remixicon/icons/System/eye-off-fill.svg";
322
+ export declare const eyeOffFillSvg: string;
323
323
  export declare const EyeOffFillIcon: (props: {
324
324
  className?: string;
325
325
  }) => JSX.Element;
326
- export { default as eyeOffLineSvg } from "remixicon/icons/System/eye-off-line.svg";
326
+ export declare const eyeOffLineSvg: string;
327
327
  export declare const EyeOffLineIcon: (props: {
328
328
  className?: string;
329
329
  }) => JSX.Element;
330
- export { default as filter2FillSvg } from "remixicon/icons/System/filter-2-fill.svg";
330
+ export declare const filter2FillSvg: string;
331
331
  export declare const Filter2FillIcon: (props: {
332
332
  className?: string;
333
333
  }) => JSX.Element;
334
- export { default as filter2LineSvg } from "remixicon/icons/System/filter-2-line.svg";
334
+ export declare const filter2LineSvg: string;
335
335
  export declare const Filter2LineIcon: (props: {
336
336
  className?: string;
337
337
  }) => JSX.Element;
338
- export { default as filter3FillSvg } from "remixicon/icons/System/filter-3-fill.svg";
338
+ export declare const filter3FillSvg: string;
339
339
  export declare const Filter3FillIcon: (props: {
340
340
  className?: string;
341
341
  }) => JSX.Element;
342
- export { default as filter3LineSvg } from "remixicon/icons/System/filter-3-line.svg";
342
+ export declare const filter3LineSvg: string;
343
343
  export declare const Filter3LineIcon: (props: {
344
344
  className?: string;
345
345
  }) => JSX.Element;
346
- export { default as filterFillSvg } from "remixicon/icons/System/filter-fill.svg";
346
+ export declare const filterFillSvg: string;
347
347
  export declare const FilterFillIcon: (props: {
348
348
  className?: string;
349
349
  }) => JSX.Element;
350
- export { default as filterLineSvg } from "remixicon/icons/System/filter-line.svg";
350
+ export declare const filterLineSvg: string;
351
351
  export declare const FilterLineIcon: (props: {
352
352
  className?: string;
353
353
  }) => JSX.Element;
354
- export { default as filterOffFillSvg } from "remixicon/icons/System/filter-off-fill.svg";
354
+ export declare const filterOffFillSvg: string;
355
355
  export declare const FilterOffFillIcon: (props: {
356
356
  className?: string;
357
357
  }) => JSX.Element;
358
- export { default as filterOffLineSvg } from "remixicon/icons/System/filter-off-line.svg";
358
+ export declare const filterOffLineSvg: string;
359
359
  export declare const FilterOffLineIcon: (props: {
360
360
  className?: string;
361
361
  }) => JSX.Element;
362
- export { default as findReplaceFillSvg } from "remixicon/icons/System/find-replace-fill.svg";
362
+ export declare const findReplaceFillSvg: string;
363
363
  export declare const FindReplaceFillIcon: (props: {
364
364
  className?: string;
365
365
  }) => JSX.Element;
366
- export { default as findReplaceLineSvg } from "remixicon/icons/System/find-replace-line.svg";
366
+ export declare const findReplaceLineSvg: string;
367
367
  export declare const FindReplaceLineIcon: (props: {
368
368
  className?: string;
369
369
  }) => JSX.Element;
370
- export { default as forbid2FillSvg } from "remixicon/icons/System/forbid-2-fill.svg";
370
+ export declare const forbid2FillSvg: string;
371
371
  export declare const Forbid2FillIcon: (props: {
372
372
  className?: string;
373
373
  }) => JSX.Element;
374
- export { default as forbid2LineSvg } from "remixicon/icons/System/forbid-2-line.svg";
374
+ export declare const forbid2LineSvg: string;
375
375
  export declare const Forbid2LineIcon: (props: {
376
376
  className?: string;
377
377
  }) => JSX.Element;
378
- export { default as forbidFillSvg } from "remixicon/icons/System/forbid-fill.svg";
378
+ export declare const forbidFillSvg: string;
379
379
  export declare const ForbidFillIcon: (props: {
380
380
  className?: string;
381
381
  }) => JSX.Element;
382
- export { default as forbidLineSvg } from "remixicon/icons/System/forbid-line.svg";
382
+ export declare const forbidLineSvg: string;
383
383
  export declare const ForbidLineIcon: (props: {
384
384
  className?: string;
385
385
  }) => JSX.Element;
386
- export { default as functionFillSvg } from "remixicon/icons/System/function-fill.svg";
386
+ export declare const functionFillSvg: string;
387
387
  export declare const FunctionFillIcon: (props: {
388
388
  className?: string;
389
389
  }) => JSX.Element;
390
- export { default as functionLineSvg } from "remixicon/icons/System/function-line.svg";
390
+ export declare const functionLineSvg: string;
391
391
  export declare const FunctionLineIcon: (props: {
392
392
  className?: string;
393
393
  }) => JSX.Element;
394
- export { default as historyFillSvg } from "remixicon/icons/System/history-fill.svg";
394
+ export declare const historyFillSvg: string;
395
395
  export declare const HistoryFillIcon: (props: {
396
396
  className?: string;
397
397
  }) => JSX.Element;
398
- export { default as historyLineSvg } from "remixicon/icons/System/history-line.svg";
398
+ export declare const historyLineSvg: string;
399
399
  export declare const HistoryLineIcon: (props: {
400
400
  className?: string;
401
401
  }) => JSX.Element;
402
- export { default as hourglass2FillSvg } from "remixicon/icons/System/hourglass-2-fill.svg";
402
+ export declare const hourglass2FillSvg: string;
403
403
  export declare const Hourglass2FillIcon: (props: {
404
404
  className?: string;
405
405
  }) => JSX.Element;
406
- export { default as hourglass2LineSvg } from "remixicon/icons/System/hourglass-2-line.svg";
406
+ export declare const hourglass2LineSvg: string;
407
407
  export declare const Hourglass2LineIcon: (props: {
408
408
  className?: string;
409
409
  }) => JSX.Element;
410
- export { default as hourglassFillSvg } from "remixicon/icons/System/hourglass-fill.svg";
410
+ export declare const hourglassFillSvg: string;
411
411
  export declare const HourglassFillIcon: (props: {
412
412
  className?: string;
413
413
  }) => JSX.Element;
414
- export { default as hourglassLineSvg } from "remixicon/icons/System/hourglass-line.svg";
414
+ export declare const hourglassLineSvg: string;
415
415
  export declare const HourglassLineIcon: (props: {
416
416
  className?: string;
417
417
  }) => JSX.Element;
418
- export { default as indeterminateCircleFillSvg } from "remixicon/icons/System/indeterminate-circle-fill.svg";
418
+ export declare const indeterminateCircleFillSvg: string;
419
419
  export declare const IndeterminateCircleFillIcon: (props: {
420
420
  className?: string;
421
421
  }) => JSX.Element;
422
- export { default as indeterminateCircleLineSvg } from "remixicon/icons/System/indeterminate-circle-line.svg";
422
+ export declare const indeterminateCircleLineSvg: string;
423
423
  export declare const IndeterminateCircleLineIcon: (props: {
424
424
  className?: string;
425
425
  }) => JSX.Element;
426
- export { default as informationFillSvg } from "remixicon/icons/System/information-fill.svg";
426
+ export declare const informationFillSvg: string;
427
427
  export declare const InformationFillIcon: (props: {
428
428
  className?: string;
429
429
  }) => JSX.Element;
430
- export { default as informationLineSvg } from "remixicon/icons/System/information-line.svg";
430
+ export declare const informationLineSvg: string;
431
431
  export declare const InformationLineIcon: (props: {
432
432
  className?: string;
433
433
  }) => JSX.Element;
434
- export { default as listSettingsFillSvg } from "remixicon/icons/System/list-settings-fill.svg";
434
+ export declare const listSettingsFillSvg: string;
435
435
  export declare const ListSettingsFillIcon: (props: {
436
436
  className?: string;
437
437
  }) => JSX.Element;
438
- export { default as listSettingsLineSvg } from "remixicon/icons/System/list-settings-line.svg";
438
+ export declare const listSettingsLineSvg: string;
439
439
  export declare const ListSettingsLineIcon: (props: {
440
440
  className?: string;
441
441
  }) => JSX.Element;
442
- export { default as loader2FillSvg } from "remixicon/icons/System/loader-2-fill.svg";
442
+ export declare const loader2FillSvg: string;
443
443
  export declare const Loader2FillIcon: (props: {
444
444
  className?: string;
445
445
  }) => JSX.Element;
446
- export { default as loader2LineSvg } from "remixicon/icons/System/loader-2-line.svg";
446
+ export declare const loader2LineSvg: string;
447
447
  export declare const Loader2LineIcon: (props: {
448
448
  className?: string;
449
449
  }) => JSX.Element;
450
- export { default as loader3FillSvg } from "remixicon/icons/System/loader-3-fill.svg";
450
+ export declare const loader3FillSvg: string;
451
451
  export declare const Loader3FillIcon: (props: {
452
452
  className?: string;
453
453
  }) => JSX.Element;
454
- export { default as loader3LineSvg } from "remixicon/icons/System/loader-3-line.svg";
454
+ export declare const loader3LineSvg: string;
455
455
  export declare const Loader3LineIcon: (props: {
456
456
  className?: string;
457
457
  }) => JSX.Element;
458
- export { default as loader4FillSvg } from "remixicon/icons/System/loader-4-fill.svg";
458
+ export declare const loader4FillSvg: string;
459
459
  export declare const Loader4FillIcon: (props: {
460
460
  className?: string;
461
461
  }) => JSX.Element;
462
- export { default as loader4LineSvg } from "remixicon/icons/System/loader-4-line.svg";
462
+ export declare const loader4LineSvg: string;
463
463
  export declare const Loader4LineIcon: (props: {
464
464
  className?: string;
465
465
  }) => JSX.Element;
466
- export { default as loader5FillSvg } from "remixicon/icons/System/loader-5-fill.svg";
466
+ export declare const loader5FillSvg: string;
467
467
  export declare const Loader5FillIcon: (props: {
468
468
  className?: string;
469
469
  }) => JSX.Element;
470
- export { default as loader5LineSvg } from "remixicon/icons/System/loader-5-line.svg";
470
+ export declare const loader5LineSvg: string;
471
471
  export declare const Loader5LineIcon: (props: {
472
472
  className?: string;
473
473
  }) => JSX.Element;
474
- export { default as loaderFillSvg } from "remixicon/icons/System/loader-fill.svg";
474
+ export declare const loaderFillSvg: string;
475
475
  export declare const LoaderFillIcon: (props: {
476
476
  className?: string;
477
477
  }) => JSX.Element;
478
- export { default as loaderLineSvg } from "remixicon/icons/System/loader-line.svg";
478
+ export declare const loaderLineSvg: string;
479
479
  export declare const LoaderLineIcon: (props: {
480
480
  className?: string;
481
481
  }) => JSX.Element;
482
- export { default as lock2FillSvg } from "remixicon/icons/System/lock-2-fill.svg";
482
+ export declare const lock2FillSvg: string;
483
483
  export declare const Lock2FillIcon: (props: {
484
484
  className?: string;
485
485
  }) => JSX.Element;
486
- export { default as lock2LineSvg } from "remixicon/icons/System/lock-2-line.svg";
486
+ export declare const lock2LineSvg: string;
487
487
  export declare const Lock2LineIcon: (props: {
488
488
  className?: string;
489
489
  }) => JSX.Element;
490
- export { default as lockFillSvg } from "remixicon/icons/System/lock-fill.svg";
490
+ export declare const lockFillSvg: string;
491
491
  export declare const LockFillIcon: (props: {
492
492
  className?: string;
493
493
  }) => JSX.Element;
494
- export { default as lockLineSvg } from "remixicon/icons/System/lock-line.svg";
494
+ export declare const lockLineSvg: string;
495
495
  export declare const LockLineIcon: (props: {
496
496
  className?: string;
497
497
  }) => JSX.Element;
498
- export { default as lockPasswordFillSvg } from "remixicon/icons/System/lock-password-fill.svg";
498
+ export declare const lockPasswordFillSvg: string;
499
499
  export declare const LockPasswordFillIcon: (props: {
500
500
  className?: string;
501
501
  }) => JSX.Element;
502
- export { default as lockPasswordLineSvg } from "remixicon/icons/System/lock-password-line.svg";
502
+ export declare const lockPasswordLineSvg: string;
503
503
  export declare const LockPasswordLineIcon: (props: {
504
504
  className?: string;
505
505
  }) => JSX.Element;
506
- export { default as lockUnlockFillSvg } from "remixicon/icons/System/lock-unlock-fill.svg";
506
+ export declare const lockUnlockFillSvg: string;
507
507
  export declare const LockUnlockFillIcon: (props: {
508
508
  className?: string;
509
509
  }) => JSX.Element;
510
- export { default as lockUnlockLineSvg } from "remixicon/icons/System/lock-unlock-line.svg";
510
+ export declare const lockUnlockLineSvg: string;
511
511
  export declare const LockUnlockLineIcon: (props: {
512
512
  className?: string;
513
513
  }) => JSX.Element;
514
- export { default as loginBoxFillSvg } from "remixicon/icons/System/login-box-fill.svg";
514
+ export declare const loginBoxFillSvg: string;
515
515
  export declare const LoginBoxFillIcon: (props: {
516
516
  className?: string;
517
517
  }) => JSX.Element;
518
- export { default as loginBoxLineSvg } from "remixicon/icons/System/login-box-line.svg";
518
+ export declare const loginBoxLineSvg: string;
519
519
  export declare const LoginBoxLineIcon: (props: {
520
520
  className?: string;
521
521
  }) => JSX.Element;
522
- export { default as loginCircleFillSvg } from "remixicon/icons/System/login-circle-fill.svg";
522
+ export declare const loginCircleFillSvg: string;
523
523
  export declare const LoginCircleFillIcon: (props: {
524
524
  className?: string;
525
525
  }) => JSX.Element;
526
- export { default as loginCircleLineSvg } from "remixicon/icons/System/login-circle-line.svg";
526
+ export declare const loginCircleLineSvg: string;
527
527
  export declare const LoginCircleLineIcon: (props: {
528
528
  className?: string;
529
529
  }) => JSX.Element;
530
- export { default as logoutBoxFillSvg } from "remixicon/icons/System/logout-box-fill.svg";
530
+ export declare const logoutBoxFillSvg: string;
531
531
  export declare const LogoutBoxFillIcon: (props: {
532
532
  className?: string;
533
533
  }) => JSX.Element;
534
- export { default as logoutBoxLineSvg } from "remixicon/icons/System/logout-box-line.svg";
534
+ export declare const logoutBoxLineSvg: string;
535
535
  export declare const LogoutBoxLineIcon: (props: {
536
536
  className?: string;
537
537
  }) => JSX.Element;
538
- export { default as logoutBoxRFillSvg } from "remixicon/icons/System/logout-box-r-fill.svg";
538
+ export declare const logoutBoxRFillSvg: string;
539
539
  export declare const LogoutBoxRFillIcon: (props: {
540
540
  className?: string;
541
541
  }) => JSX.Element;
542
- export { default as logoutBoxRLineSvg } from "remixicon/icons/System/logout-box-r-line.svg";
542
+ export declare const logoutBoxRLineSvg: string;
543
543
  export declare const LogoutBoxRLineIcon: (props: {
544
544
  className?: string;
545
545
  }) => JSX.Element;
546
- export { default as logoutCircleFillSvg } from "remixicon/icons/System/logout-circle-fill.svg";
546
+ export declare const logoutCircleFillSvg: string;
547
547
  export declare const LogoutCircleFillIcon: (props: {
548
548
  className?: string;
549
549
  }) => JSX.Element;
550
- export { default as logoutCircleLineSvg } from "remixicon/icons/System/logout-circle-line.svg";
550
+ export declare const logoutCircleLineSvg: string;
551
551
  export declare const LogoutCircleLineIcon: (props: {
552
552
  className?: string;
553
553
  }) => JSX.Element;
554
- export { default as logoutCircleRFillSvg } from "remixicon/icons/System/logout-circle-r-fill.svg";
554
+ export declare const logoutCircleRFillSvg: string;
555
555
  export declare const LogoutCircleRFillIcon: (props: {
556
556
  className?: string;
557
557
  }) => JSX.Element;
558
- export { default as logoutCircleRLineSvg } from "remixicon/icons/System/logout-circle-r-line.svg";
558
+ export declare const logoutCircleRLineSvg: string;
559
559
  export declare const LogoutCircleRLineIcon: (props: {
560
560
  className?: string;
561
561
  }) => JSX.Element;
562
- export { default as loopLeftFillSvg } from "remixicon/icons/System/loop-left-fill.svg";
562
+ export declare const loopLeftFillSvg: string;
563
563
  export declare const LoopLeftFillIcon: (props: {
564
564
  className?: string;
565
565
  }) => JSX.Element;
566
- export { default as loopLeftLineSvg } from "remixicon/icons/System/loop-left-line.svg";
566
+ export declare const loopLeftLineSvg: string;
567
567
  export declare const LoopLeftLineIcon: (props: {
568
568
  className?: string;
569
569
  }) => JSX.Element;
570
- export { default as loopRightFillSvg } from "remixicon/icons/System/loop-right-fill.svg";
570
+ export declare const loopRightFillSvg: string;
571
571
  export declare const LoopRightFillIcon: (props: {
572
572
  className?: string;
573
573
  }) => JSX.Element;
574
- export { default as loopRightLineSvg } from "remixicon/icons/System/loop-right-line.svg";
574
+ export declare const loopRightLineSvg: string;
575
575
  export declare const LoopRightLineIcon: (props: {
576
576
  className?: string;
577
577
  }) => JSX.Element;
578
- export { default as menu2FillSvg } from "remixicon/icons/System/menu-2-fill.svg";
578
+ export declare const menu2FillSvg: string;
579
579
  export declare const Menu2FillIcon: (props: {
580
580
  className?: string;
581
581
  }) => JSX.Element;
582
- export { default as menu2LineSvg } from "remixicon/icons/System/menu-2-line.svg";
582
+ export declare const menu2LineSvg: string;
583
583
  export declare const Menu2LineIcon: (props: {
584
584
  className?: string;
585
585
  }) => JSX.Element;
586
- export { default as menu3FillSvg } from "remixicon/icons/System/menu-3-fill.svg";
586
+ export declare const menu3FillSvg: string;
587
587
  export declare const Menu3FillIcon: (props: {
588
588
  className?: string;
589
589
  }) => JSX.Element;
590
- export { default as menu3LineSvg } from "remixicon/icons/System/menu-3-line.svg";
590
+ export declare const menu3LineSvg: string;
591
591
  export declare const Menu3LineIcon: (props: {
592
592
  className?: string;
593
593
  }) => JSX.Element;
594
- export { default as menu4FillSvg } from "remixicon/icons/System/menu-4-fill.svg";
594
+ export declare const menu4FillSvg: string;
595
595
  export declare const Menu4FillIcon: (props: {
596
596
  className?: string;
597
597
  }) => JSX.Element;
598
- export { default as menu4LineSvg } from "remixicon/icons/System/menu-4-line.svg";
598
+ export declare const menu4LineSvg: string;
599
599
  export declare const Menu4LineIcon: (props: {
600
600
  className?: string;
601
601
  }) => JSX.Element;
602
- export { default as menu5FillSvg } from "remixicon/icons/System/menu-5-fill.svg";
602
+ export declare const menu5FillSvg: string;
603
603
  export declare const Menu5FillIcon: (props: {
604
604
  className?: string;
605
605
  }) => JSX.Element;
606
- export { default as menu5LineSvg } from "remixicon/icons/System/menu-5-line.svg";
606
+ export declare const menu5LineSvg: string;
607
607
  export declare const Menu5LineIcon: (props: {
608
608
  className?: string;
609
609
  }) => JSX.Element;
610
- export { default as menuAddFillSvg } from "remixicon/icons/System/menu-add-fill.svg";
610
+ export declare const menuAddFillSvg: string;
611
611
  export declare const MenuAddFillIcon: (props: {
612
612
  className?: string;
613
613
  }) => JSX.Element;
614
- export { default as menuAddLineSvg } from "remixicon/icons/System/menu-add-line.svg";
614
+ export declare const menuAddLineSvg: string;
615
615
  export declare const MenuAddLineIcon: (props: {
616
616
  className?: string;
617
617
  }) => JSX.Element;
618
- export { default as menuFillSvg } from "remixicon/icons/System/menu-fill.svg";
618
+ export declare const menuFillSvg: string;
619
619
  export declare const MenuFillIcon: (props: {
620
620
  className?: string;
621
621
  }) => JSX.Element;
622
- export { default as menuFoldFillSvg } from "remixicon/icons/System/menu-fold-fill.svg";
622
+ export declare const menuFoldFillSvg: string;
623
623
  export declare const MenuFoldFillIcon: (props: {
624
624
  className?: string;
625
625
  }) => JSX.Element;
626
- export { default as menuFoldLineSvg } from "remixicon/icons/System/menu-fold-line.svg";
626
+ export declare const menuFoldLineSvg: string;
627
627
  export declare const MenuFoldLineIcon: (props: {
628
628
  className?: string;
629
629
  }) => JSX.Element;
630
- export { default as menuLineSvg } from "remixicon/icons/System/menu-line.svg";
630
+ export declare const menuLineSvg: string;
631
631
  export declare const MenuLineIcon: (props: {
632
632
  className?: string;
633
633
  }) => JSX.Element;
634
- export { default as menuUnfoldFillSvg } from "remixicon/icons/System/menu-unfold-fill.svg";
634
+ export declare const menuUnfoldFillSvg: string;
635
635
  export declare const MenuUnfoldFillIcon: (props: {
636
636
  className?: string;
637
637
  }) => JSX.Element;
638
- export { default as menuUnfoldLineSvg } from "remixicon/icons/System/menu-unfold-line.svg";
638
+ export declare const menuUnfoldLineSvg: string;
639
639
  export declare const MenuUnfoldLineIcon: (props: {
640
640
  className?: string;
641
641
  }) => JSX.Element;
642
- export { default as more2FillSvg } from "remixicon/icons/System/more-2-fill.svg";
642
+ export declare const more2FillSvg: string;
643
643
  export declare const More2FillIcon: (props: {
644
644
  className?: string;
645
645
  }) => JSX.Element;
646
- export { default as more2LineSvg } from "remixicon/icons/System/more-2-line.svg";
646
+ export declare const more2LineSvg: string;
647
647
  export declare const More2LineIcon: (props: {
648
648
  className?: string;
649
649
  }) => JSX.Element;
650
- export { default as moreFillSvg } from "remixicon/icons/System/more-fill.svg";
650
+ export declare const moreFillSvg: string;
651
651
  export declare const MoreFillIcon: (props: {
652
652
  className?: string;
653
653
  }) => JSX.Element;
654
- export { default as moreLineSvg } from "remixicon/icons/System/more-line.svg";
654
+ export declare const moreLineSvg: string;
655
655
  export declare const MoreLineIcon: (props: {
656
656
  className?: string;
657
657
  }) => JSX.Element;
658
- export { default as notificationBadgeFillSvg } from "remixicon/icons/System/notification-badge-fill.svg";
658
+ export declare const notificationBadgeFillSvg: string;
659
659
  export declare const NotificationBadgeFillIcon: (props: {
660
660
  className?: string;
661
661
  }) => JSX.Element;
662
- export { default as notificationBadgeLineSvg } from "remixicon/icons/System/notification-badge-line.svg";
662
+ export declare const notificationBadgeLineSvg: string;
663
663
  export declare const NotificationBadgeLineIcon: (props: {
664
664
  className?: string;
665
665
  }) => JSX.Element;
666
- export { default as prohibitedFillSvg } from "remixicon/icons/System/prohibited-fill.svg";
666
+ export declare const prohibitedFillSvg: string;
667
667
  export declare const ProhibitedFillIcon: (props: {
668
668
  className?: string;
669
669
  }) => JSX.Element;
670
- export { default as prohibitedLineSvg } from "remixicon/icons/System/prohibited-line.svg";
670
+ export declare const prohibitedLineSvg: string;
671
671
  export declare const ProhibitedLineIcon: (props: {
672
672
  className?: string;
673
673
  }) => JSX.Element;
674
- export { default as questionFillSvg } from "remixicon/icons/System/question-fill.svg";
674
+ export declare const questionFillSvg: string;
675
675
  export declare const QuestionFillIcon: (props: {
676
676
  className?: string;
677
677
  }) => JSX.Element;
678
- export { default as questionLineSvg } from "remixicon/icons/System/question-line.svg";
678
+ export declare const questionLineSvg: string;
679
679
  export declare const QuestionLineIcon: (props: {
680
680
  className?: string;
681
681
  }) => JSX.Element;
682
- export { default as radioButtonFillSvg } from "remixicon/icons/System/radio-button-fill.svg";
682
+ export declare const radioButtonFillSvg: string;
683
683
  export declare const RadioButtonFillIcon: (props: {
684
684
  className?: string;
685
685
  }) => JSX.Element;
686
- export { default as radioButtonLineSvg } from "remixicon/icons/System/radio-button-line.svg";
686
+ export declare const radioButtonLineSvg: string;
687
687
  export declare const RadioButtonLineIcon: (props: {
688
688
  className?: string;
689
689
  }) => JSX.Element;
690
- export { default as refreshFillSvg } from "remixicon/icons/System/refresh-fill.svg";
690
+ export declare const refreshFillSvg: string;
691
691
  export declare const RefreshFillIcon: (props: {
692
692
  className?: string;
693
693
  }) => JSX.Element;
694
- export { default as refreshLineSvg } from "remixicon/icons/System/refresh-line.svg";
694
+ export declare const refreshLineSvg: string;
695
695
  export declare const RefreshLineIcon: (props: {
696
696
  className?: string;
697
697
  }) => JSX.Element;
698
- export { default as search2FillSvg } from "remixicon/icons/System/search-2-fill.svg";
698
+ export declare const search2FillSvg: string;
699
699
  export declare const Search2FillIcon: (props: {
700
700
  className?: string;
701
701
  }) => JSX.Element;
702
- export { default as search2LineSvg } from "remixicon/icons/System/search-2-line.svg";
702
+ export declare const search2LineSvg: string;
703
703
  export declare const Search2LineIcon: (props: {
704
704
  className?: string;
705
705
  }) => JSX.Element;
706
- export { default as searchEyeFillSvg } from "remixicon/icons/System/search-eye-fill.svg";
706
+ export declare const searchEyeFillSvg: string;
707
707
  export declare const SearchEyeFillIcon: (props: {
708
708
  className?: string;
709
709
  }) => JSX.Element;
710
- export { default as searchEyeLineSvg } from "remixicon/icons/System/search-eye-line.svg";
710
+ export declare const searchEyeLineSvg: string;
711
711
  export declare const SearchEyeLineIcon: (props: {
712
712
  className?: string;
713
713
  }) => JSX.Element;
714
- export { default as searchFillSvg } from "remixicon/icons/System/search-fill.svg";
714
+ export declare const searchFillSvg: string;
715
715
  export declare const SearchFillIcon: (props: {
716
716
  className?: string;
717
717
  }) => JSX.Element;
718
- export { default as searchLineSvg } from "remixicon/icons/System/search-line.svg";
718
+ export declare const searchLineSvg: string;
719
719
  export declare const SearchLineIcon: (props: {
720
720
  className?: string;
721
721
  }) => JSX.Element;
722
- export { default as settings2FillSvg } from "remixicon/icons/System/settings-2-fill.svg";
722
+ export declare const settings2FillSvg: string;
723
723
  export declare const Settings2FillIcon: (props: {
724
724
  className?: string;
725
725
  }) => JSX.Element;
726
- export { default as settings2LineSvg } from "remixicon/icons/System/settings-2-line.svg";
726
+ export declare const settings2LineSvg: string;
727
727
  export declare const Settings2LineIcon: (props: {
728
728
  className?: string;
729
729
  }) => JSX.Element;
730
- export { default as settings3FillSvg } from "remixicon/icons/System/settings-3-fill.svg";
730
+ export declare const settings3FillSvg: string;
731
731
  export declare const Settings3FillIcon: (props: {
732
732
  className?: string;
733
733
  }) => JSX.Element;
734
- export { default as settings3LineSvg } from "remixicon/icons/System/settings-3-line.svg";
734
+ export declare const settings3LineSvg: string;
735
735
  export declare const Settings3LineIcon: (props: {
736
736
  className?: string;
737
737
  }) => JSX.Element;
738
- export { default as settings4FillSvg } from "remixicon/icons/System/settings-4-fill.svg";
738
+ export declare const settings4FillSvg: string;
739
739
  export declare const Settings4FillIcon: (props: {
740
740
  className?: string;
741
741
  }) => JSX.Element;
742
- export { default as settings4LineSvg } from "remixicon/icons/System/settings-4-line.svg";
742
+ export declare const settings4LineSvg: string;
743
743
  export declare const Settings4LineIcon: (props: {
744
744
  className?: string;
745
745
  }) => JSX.Element;
746
- export { default as settings5FillSvg } from "remixicon/icons/System/settings-5-fill.svg";
746
+ export declare const settings5FillSvg: string;
747
747
  export declare const Settings5FillIcon: (props: {
748
748
  className?: string;
749
749
  }) => JSX.Element;
750
- export { default as settings5LineSvg } from "remixicon/icons/System/settings-5-line.svg";
750
+ export declare const settings5LineSvg: string;
751
751
  export declare const Settings5LineIcon: (props: {
752
752
  className?: string;
753
753
  }) => JSX.Element;
754
- export { default as settings6FillSvg } from "remixicon/icons/System/settings-6-fill.svg";
754
+ export declare const settings6FillSvg: string;
755
755
  export declare const Settings6FillIcon: (props: {
756
756
  className?: string;
757
757
  }) => JSX.Element;
758
- export { default as settings6LineSvg } from "remixicon/icons/System/settings-6-line.svg";
758
+ export declare const settings6LineSvg: string;
759
759
  export declare const Settings6LineIcon: (props: {
760
760
  className?: string;
761
761
  }) => JSX.Element;
762
- export { default as settingsFillSvg } from "remixicon/icons/System/settings-fill.svg";
762
+ export declare const settingsFillSvg: string;
763
763
  export declare const SettingsFillIcon: (props: {
764
764
  className?: string;
765
765
  }) => JSX.Element;
766
- export { default as settingsLineSvg } from "remixicon/icons/System/settings-line.svg";
766
+ export declare const settingsLineSvg: string;
767
767
  export declare const SettingsLineIcon: (props: {
768
768
  className?: string;
769
769
  }) => JSX.Element;
770
- export { default as shareBoxFillSvg } from "remixicon/icons/System/share-box-fill.svg";
770
+ export declare const shareBoxFillSvg: string;
771
771
  export declare const ShareBoxFillIcon: (props: {
772
772
  className?: string;
773
773
  }) => JSX.Element;
774
- export { default as shareBoxLineSvg } from "remixicon/icons/System/share-box-line.svg";
774
+ export declare const shareBoxLineSvg: string;
775
775
  export declare const ShareBoxLineIcon: (props: {
776
776
  className?: string;
777
777
  }) => JSX.Element;
778
- export { default as shareCircleFillSvg } from "remixicon/icons/System/share-circle-fill.svg";
778
+ export declare const shareCircleFillSvg: string;
779
779
  export declare const ShareCircleFillIcon: (props: {
780
780
  className?: string;
781
781
  }) => JSX.Element;
782
- export { default as shareCircleLineSvg } from "remixicon/icons/System/share-circle-line.svg";
782
+ export declare const shareCircleLineSvg: string;
783
783
  export declare const ShareCircleLineIcon: (props: {
784
784
  className?: string;
785
785
  }) => JSX.Element;
786
- export { default as shareFillSvg } from "remixicon/icons/System/share-fill.svg";
786
+ export declare const shareFillSvg: string;
787
787
  export declare const ShareFillIcon: (props: {
788
788
  className?: string;
789
789
  }) => JSX.Element;
790
- export { default as shareForward2FillSvg } from "remixicon/icons/System/share-forward-2-fill.svg";
790
+ export declare const shareForward2FillSvg: string;
791
791
  export declare const ShareForward2FillIcon: (props: {
792
792
  className?: string;
793
793
  }) => JSX.Element;
794
- export { default as shareForward2LineSvg } from "remixicon/icons/System/share-forward-2-line.svg";
794
+ export declare const shareForward2LineSvg: string;
795
795
  export declare const ShareForward2LineIcon: (props: {
796
796
  className?: string;
797
797
  }) => JSX.Element;
798
- export { default as shareForwardBoxFillSvg } from "remixicon/icons/System/share-forward-box-fill.svg";
798
+ export declare const shareForwardBoxFillSvg: string;
799
799
  export declare const ShareForwardBoxFillIcon: (props: {
800
800
  className?: string;
801
801
  }) => JSX.Element;
802
- export { default as shareForwardBoxLineSvg } from "remixicon/icons/System/share-forward-box-line.svg";
802
+ export declare const shareForwardBoxLineSvg: string;
803
803
  export declare const ShareForwardBoxLineIcon: (props: {
804
804
  className?: string;
805
805
  }) => JSX.Element;
806
- export { default as shareForwardFillSvg } from "remixicon/icons/System/share-forward-fill.svg";
806
+ export declare const shareForwardFillSvg: string;
807
807
  export declare const ShareForwardFillIcon: (props: {
808
808
  className?: string;
809
809
  }) => JSX.Element;
810
- export { default as shareForwardLineSvg } from "remixicon/icons/System/share-forward-line.svg";
810
+ export declare const shareForwardLineSvg: string;
811
811
  export declare const ShareForwardLineIcon: (props: {
812
812
  className?: string;
813
813
  }) => JSX.Element;
814
- export { default as shareLineSvg } from "remixicon/icons/System/share-line.svg";
814
+ export declare const shareLineSvg: string;
815
815
  export declare const ShareLineIcon: (props: {
816
816
  className?: string;
817
817
  }) => JSX.Element;
818
- export { default as shieldCheckFillSvg } from "remixicon/icons/System/shield-check-fill.svg";
818
+ export declare const shieldCheckFillSvg: string;
819
819
  export declare const ShieldCheckFillIcon: (props: {
820
820
  className?: string;
821
821
  }) => JSX.Element;
822
- export { default as shieldCheckLineSvg } from "remixicon/icons/System/shield-check-line.svg";
822
+ export declare const shieldCheckLineSvg: string;
823
823
  export declare const ShieldCheckLineIcon: (props: {
824
824
  className?: string;
825
825
  }) => JSX.Element;
826
- export { default as shieldCrossFillSvg } from "remixicon/icons/System/shield-cross-fill.svg";
826
+ export declare const shieldCrossFillSvg: string;
827
827
  export declare const ShieldCrossFillIcon: (props: {
828
828
  className?: string;
829
829
  }) => JSX.Element;
830
- export { default as shieldCrossLineSvg } from "remixicon/icons/System/shield-cross-line.svg";
830
+ export declare const shieldCrossLineSvg: string;
831
831
  export declare const ShieldCrossLineIcon: (props: {
832
832
  className?: string;
833
833
  }) => JSX.Element;
834
- export { default as shieldFillSvg } from "remixicon/icons/System/shield-fill.svg";
834
+ export declare const shieldFillSvg: string;
835
835
  export declare const ShieldFillIcon: (props: {
836
836
  className?: string;
837
837
  }) => JSX.Element;
838
- export { default as shieldFlashFillSvg } from "remixicon/icons/System/shield-flash-fill.svg";
838
+ export declare const shieldFlashFillSvg: string;
839
839
  export declare const ShieldFlashFillIcon: (props: {
840
840
  className?: string;
841
841
  }) => JSX.Element;
842
- export { default as shieldFlashLineSvg } from "remixicon/icons/System/shield-flash-line.svg";
842
+ export declare const shieldFlashLineSvg: string;
843
843
  export declare const ShieldFlashLineIcon: (props: {
844
844
  className?: string;
845
845
  }) => JSX.Element;
846
- export { default as shieldKeyholeFillSvg } from "remixicon/icons/System/shield-keyhole-fill.svg";
846
+ export declare const shieldKeyholeFillSvg: string;
847
847
  export declare const ShieldKeyholeFillIcon: (props: {
848
848
  className?: string;
849
849
  }) => JSX.Element;
850
- export { default as shieldKeyholeLineSvg } from "remixicon/icons/System/shield-keyhole-line.svg";
850
+ export declare const shieldKeyholeLineSvg: string;
851
851
  export declare const ShieldKeyholeLineIcon: (props: {
852
852
  className?: string;
853
853
  }) => JSX.Element;
854
- export { default as shieldLineSvg } from "remixicon/icons/System/shield-line.svg";
854
+ export declare const shieldLineSvg: string;
855
855
  export declare const ShieldLineIcon: (props: {
856
856
  className?: string;
857
857
  }) => JSX.Element;
858
- export { default as shieldStarFillSvg } from "remixicon/icons/System/shield-star-fill.svg";
858
+ export declare const shieldStarFillSvg: string;
859
859
  export declare const ShieldStarFillIcon: (props: {
860
860
  className?: string;
861
861
  }) => JSX.Element;
862
- export { default as shieldStarLineSvg } from "remixicon/icons/System/shield-star-line.svg";
862
+ export declare const shieldStarLineSvg: string;
863
863
  export declare const ShieldStarLineIcon: (props: {
864
864
  className?: string;
865
865
  }) => JSX.Element;
866
- export { default as shieldUserFillSvg } from "remixicon/icons/System/shield-user-fill.svg";
866
+ export declare const shieldUserFillSvg: string;
867
867
  export declare const ShieldUserFillIcon: (props: {
868
868
  className?: string;
869
869
  }) => JSX.Element;
870
- export { default as shieldUserLineSvg } from "remixicon/icons/System/shield-user-line.svg";
870
+ export declare const shieldUserLineSvg: string;
871
871
  export declare const ShieldUserLineIcon: (props: {
872
872
  className?: string;
873
873
  }) => JSX.Element;
874
- export { default as sideBarFillSvg } from "remixicon/icons/System/side-bar-fill.svg";
874
+ export declare const sideBarFillSvg: string;
875
875
  export declare const SideBarFillIcon: (props: {
876
876
  className?: string;
877
877
  }) => JSX.Element;
878
- export { default as sideBarLineSvg } from "remixicon/icons/System/side-bar-line.svg";
878
+ export declare const sideBarLineSvg: string;
879
879
  export declare const SideBarLineIcon: (props: {
880
880
  className?: string;
881
881
  }) => JSX.Element;
882
- export { default as spam2FillSvg } from "remixicon/icons/System/spam-2-fill.svg";
882
+ export declare const spam2FillSvg: string;
883
883
  export declare const Spam2FillIcon: (props: {
884
884
  className?: string;
885
885
  }) => JSX.Element;
886
- export { default as spam2LineSvg } from "remixicon/icons/System/spam-2-line.svg";
886
+ export declare const spam2LineSvg: string;
887
887
  export declare const Spam2LineIcon: (props: {
888
888
  className?: string;
889
889
  }) => JSX.Element;
890
- export { default as spam3FillSvg } from "remixicon/icons/System/spam-3-fill.svg";
890
+ export declare const spam3FillSvg: string;
891
891
  export declare const Spam3FillIcon: (props: {
892
892
  className?: string;
893
893
  }) => JSX.Element;
894
- export { default as spam3LineSvg } from "remixicon/icons/System/spam-3-line.svg";
894
+ export declare const spam3LineSvg: string;
895
895
  export declare const Spam3LineIcon: (props: {
896
896
  className?: string;
897
897
  }) => JSX.Element;
898
- export { default as spamFillSvg } from "remixicon/icons/System/spam-fill.svg";
898
+ export declare const spamFillSvg: string;
899
899
  export declare const SpamFillIcon: (props: {
900
900
  className?: string;
901
901
  }) => JSX.Element;
902
- export { default as spamLineSvg } from "remixicon/icons/System/spam-line.svg";
902
+ export declare const spamLineSvg: string;
903
903
  export declare const SpamLineIcon: (props: {
904
904
  className?: string;
905
905
  }) => JSX.Element;
906
- export { default as starFillSvg } from "remixicon/icons/System/star-fill.svg";
906
+ export declare const starFillSvg: string;
907
907
  export declare const StarFillIcon: (props: {
908
908
  className?: string;
909
909
  }) => JSX.Element;
910
- export { default as starHalfFillSvg } from "remixicon/icons/System/star-half-fill.svg";
910
+ export declare const starHalfFillSvg: string;
911
911
  export declare const StarHalfFillIcon: (props: {
912
912
  className?: string;
913
913
  }) => JSX.Element;
914
- export { default as starHalfLineSvg } from "remixicon/icons/System/star-half-line.svg";
914
+ export declare const starHalfLineSvg: string;
915
915
  export declare const StarHalfLineIcon: (props: {
916
916
  className?: string;
917
917
  }) => JSX.Element;
918
- export { default as starHalfSFillSvg } from "remixicon/icons/System/star-half-s-fill.svg";
918
+ export declare const starHalfSFillSvg: string;
919
919
  export declare const StarHalfSFillIcon: (props: {
920
920
  className?: string;
921
921
  }) => JSX.Element;
922
- export { default as starHalfSLineSvg } from "remixicon/icons/System/star-half-s-line.svg";
922
+ export declare const starHalfSLineSvg: string;
923
923
  export declare const StarHalfSLineIcon: (props: {
924
924
  className?: string;
925
925
  }) => JSX.Element;
926
- export { default as starLineSvg } from "remixicon/icons/System/star-line.svg";
926
+ export declare const starLineSvg: string;
927
927
  export declare const StarLineIcon: (props: {
928
928
  className?: string;
929
929
  }) => JSX.Element;
930
- export { default as starSFillSvg } from "remixicon/icons/System/star-s-fill.svg";
930
+ export declare const starSFillSvg: string;
931
931
  export declare const StarSFillIcon: (props: {
932
932
  className?: string;
933
933
  }) => JSX.Element;
934
- export { default as starSLineSvg } from "remixicon/icons/System/star-s-line.svg";
934
+ export declare const starSLineSvg: string;
935
935
  export declare const StarSLineIcon: (props: {
936
936
  className?: string;
937
937
  }) => JSX.Element;
938
- export { default as subtractFillSvg } from "remixicon/icons/System/subtract-fill.svg";
938
+ export declare const subtractFillSvg: string;
939
939
  export declare const SubtractFillIcon: (props: {
940
940
  className?: string;
941
941
  }) => JSX.Element;
942
- export { default as subtractLineSvg } from "remixicon/icons/System/subtract-line.svg";
942
+ export declare const subtractLineSvg: string;
943
943
  export declare const SubtractLineIcon: (props: {
944
944
  className?: string;
945
945
  }) => JSX.Element;
946
- export { default as thumbDownFillSvg } from "remixicon/icons/System/thumb-down-fill.svg";
946
+ export declare const thumbDownFillSvg: string;
947
947
  export declare const ThumbDownFillIcon: (props: {
948
948
  className?: string;
949
949
  }) => JSX.Element;
950
- export { default as thumbDownLineSvg } from "remixicon/icons/System/thumb-down-line.svg";
950
+ export declare const thumbDownLineSvg: string;
951
951
  export declare const ThumbDownLineIcon: (props: {
952
952
  className?: string;
953
953
  }) => JSX.Element;
954
- export { default as thumbUpFillSvg } from "remixicon/icons/System/thumb-up-fill.svg";
954
+ export declare const thumbUpFillSvg: string;
955
955
  export declare const ThumbUpFillIcon: (props: {
956
956
  className?: string;
957
957
  }) => JSX.Element;
958
- export { default as thumbUpLineSvg } from "remixicon/icons/System/thumb-up-line.svg";
958
+ export declare const thumbUpLineSvg: string;
959
959
  export declare const ThumbUpLineIcon: (props: {
960
960
  className?: string;
961
961
  }) => JSX.Element;
962
- export { default as timeFillSvg } from "remixicon/icons/System/time-fill.svg";
962
+ export declare const timeFillSvg: string;
963
963
  export declare const TimeFillIcon: (props: {
964
964
  className?: string;
965
965
  }) => JSX.Element;
966
- export { default as timeLineSvg } from "remixicon/icons/System/time-line.svg";
966
+ export declare const timeLineSvg: string;
967
967
  export declare const TimeLineIcon: (props: {
968
968
  className?: string;
969
969
  }) => JSX.Element;
970
- export { default as timer2FillSvg } from "remixicon/icons/System/timer-2-fill.svg";
970
+ export declare const timer2FillSvg: string;
971
971
  export declare const Timer2FillIcon: (props: {
972
972
  className?: string;
973
973
  }) => JSX.Element;
974
- export { default as timer2LineSvg } from "remixicon/icons/System/timer-2-line.svg";
974
+ export declare const timer2LineSvg: string;
975
975
  export declare const Timer2LineIcon: (props: {
976
976
  className?: string;
977
977
  }) => JSX.Element;
978
- export { default as timerFillSvg } from "remixicon/icons/System/timer-fill.svg";
978
+ export declare const timerFillSvg: string;
979
979
  export declare const TimerFillIcon: (props: {
980
980
  className?: string;
981
981
  }) => JSX.Element;
982
- export { default as timerFlashFillSvg } from "remixicon/icons/System/timer-flash-fill.svg";
982
+ export declare const timerFlashFillSvg: string;
983
983
  export declare const TimerFlashFillIcon: (props: {
984
984
  className?: string;
985
985
  }) => JSX.Element;
986
- export { default as timerFlashLineSvg } from "remixicon/icons/System/timer-flash-line.svg";
986
+ export declare const timerFlashLineSvg: string;
987
987
  export declare const TimerFlashLineIcon: (props: {
988
988
  className?: string;
989
989
  }) => JSX.Element;
990
- export { default as timerLineSvg } from "remixicon/icons/System/timer-line.svg";
990
+ export declare const timerLineSvg: string;
991
991
  export declare const TimerLineIcon: (props: {
992
992
  className?: string;
993
993
  }) => JSX.Element;
994
- export { default as toggleFillSvg } from "remixicon/icons/System/toggle-fill.svg";
994
+ export declare const toggleFillSvg: string;
995
995
  export declare const ToggleFillIcon: (props: {
996
996
  className?: string;
997
997
  }) => JSX.Element;
998
- export { default as toggleLineSvg } from "remixicon/icons/System/toggle-line.svg";
998
+ export declare const toggleLineSvg: string;
999
999
  export declare const ToggleLineIcon: (props: {
1000
1000
  className?: string;
1001
1001
  }) => JSX.Element;
1002
- export { default as upload2FillSvg } from "remixicon/icons/System/upload-2-fill.svg";
1002
+ export declare const upload2FillSvg: string;
1003
1003
  export declare const Upload2FillIcon: (props: {
1004
1004
  className?: string;
1005
1005
  }) => JSX.Element;
1006
- export { default as upload2LineSvg } from "remixicon/icons/System/upload-2-line.svg";
1006
+ export declare const upload2LineSvg: string;
1007
1007
  export declare const Upload2LineIcon: (props: {
1008
1008
  className?: string;
1009
1009
  }) => JSX.Element;
1010
- export { default as uploadCloud2FillSvg } from "remixicon/icons/System/upload-cloud-2-fill.svg";
1010
+ export declare const uploadCloud2FillSvg: string;
1011
1011
  export declare const UploadCloud2FillIcon: (props: {
1012
1012
  className?: string;
1013
1013
  }) => JSX.Element;
1014
- export { default as uploadCloud2LineSvg } from "remixicon/icons/System/upload-cloud-2-line.svg";
1014
+ export declare const uploadCloud2LineSvg: string;
1015
1015
  export declare const UploadCloud2LineIcon: (props: {
1016
1016
  className?: string;
1017
1017
  }) => JSX.Element;
1018
- export { default as uploadCloudFillSvg } from "remixicon/icons/System/upload-cloud-fill.svg";
1018
+ export declare const uploadCloudFillSvg: string;
1019
1019
  export declare const UploadCloudFillIcon: (props: {
1020
1020
  className?: string;
1021
1021
  }) => JSX.Element;
1022
- export { default as uploadCloudLineSvg } from "remixicon/icons/System/upload-cloud-line.svg";
1022
+ export declare const uploadCloudLineSvg: string;
1023
1023
  export declare const UploadCloudLineIcon: (props: {
1024
1024
  className?: string;
1025
1025
  }) => JSX.Element;
1026
- export { default as uploadFillSvg } from "remixicon/icons/System/upload-fill.svg";
1026
+ export declare const uploadFillSvg: string;
1027
1027
  export declare const UploadFillIcon: (props: {
1028
1028
  className?: string;
1029
1029
  }) => JSX.Element;
1030
- export { default as uploadLineSvg } from "remixicon/icons/System/upload-line.svg";
1030
+ export declare const uploadLineSvg: string;
1031
1031
  export declare const UploadLineIcon: (props: {
1032
1032
  className?: string;
1033
1033
  }) => JSX.Element;
1034
- export { default as zoomInFillSvg } from "remixicon/icons/System/zoom-in-fill.svg";
1034
+ export declare const zoomInFillSvg: string;
1035
1035
  export declare const ZoomInFillIcon: (props: {
1036
1036
  className?: string;
1037
1037
  }) => JSX.Element;
1038
- export { default as zoomInLineSvg } from "remixicon/icons/System/zoom-in-line.svg";
1038
+ export declare const zoomInLineSvg: string;
1039
1039
  export declare const ZoomInLineIcon: (props: {
1040
1040
  className?: string;
1041
1041
  }) => JSX.Element;
1042
- export { default as zoomOutFillSvg } from "remixicon/icons/System/zoom-out-fill.svg";
1042
+ export declare const zoomOutFillSvg: string;
1043
1043
  export declare const ZoomOutFillIcon: (props: {
1044
1044
  className?: string;
1045
1045
  }) => JSX.Element;
1046
- export { default as zoomOutLineSvg } from "remixicon/icons/System/zoom-out-line.svg";
1046
+ export declare const zoomOutLineSvg: string;
1047
1047
  export declare const ZoomOutLineIcon: (props: {
1048
1048
  className?: string;
1049
1049
  }) => JSX.Element;