@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,417 +1,417 @@
1
1
  /// <reference types="react" />
2
- export { default as basketballFillSvg } from "remixicon/icons/Others/basketball-fill.svg";
2
+ export declare const basketballFillSvg: string;
3
3
  export declare const BasketballFillIcon: (props: {
4
4
  className?: string;
5
5
  }) => JSX.Element;
6
- export { default as basketballLineSvg } from "remixicon/icons/Others/basketball-line.svg";
6
+ export declare const basketballLineSvg: string;
7
7
  export declare const BasketballLineIcon: (props: {
8
8
  className?: string;
9
9
  }) => JSX.Element;
10
- export { default as bellFillSvg } from "remixicon/icons/Others/bell-fill.svg";
10
+ export declare const bellFillSvg: string;
11
11
  export declare const BellFillIcon: (props: {
12
12
  className?: string;
13
13
  }) => JSX.Element;
14
- export { default as bellLineSvg } from "remixicon/icons/Others/bell-line.svg";
14
+ export declare const bellLineSvg: string;
15
15
  export declare const BellLineIcon: (props: {
16
16
  className?: string;
17
17
  }) => JSX.Element;
18
- export { default as billiardsFillSvg } from "remixicon/icons/Others/billiards-fill.svg";
18
+ export declare const billiardsFillSvg: string;
19
19
  export declare const BilliardsFillIcon: (props: {
20
20
  className?: string;
21
21
  }) => JSX.Element;
22
- export { default as billiardsLineSvg } from "remixicon/icons/Others/billiards-line.svg";
22
+ export declare const billiardsLineSvg: string;
23
23
  export declare const BilliardsLineIcon: (props: {
24
24
  className?: string;
25
25
  }) => JSX.Element;
26
- export { default as box1FillSvg } from "remixicon/icons/Others/box-1-fill.svg";
26
+ export declare const box1FillSvg: string;
27
27
  export declare const Box1FillIcon: (props: {
28
28
  className?: string;
29
29
  }) => JSX.Element;
30
- export { default as box1LineSvg } from "remixicon/icons/Others/box-1-line.svg";
30
+ export declare const box1LineSvg: string;
31
31
  export declare const Box1LineIcon: (props: {
32
32
  className?: string;
33
33
  }) => JSX.Element;
34
- export { default as box2FillSvg } from "remixicon/icons/Others/box-2-fill.svg";
34
+ export declare const box2FillSvg: string;
35
35
  export declare const Box2FillIcon: (props: {
36
36
  className?: string;
37
37
  }) => JSX.Element;
38
- export { default as box2LineSvg } from "remixicon/icons/Others/box-2-line.svg";
38
+ export declare const box2LineSvg: string;
39
39
  export declare const Box2LineIcon: (props: {
40
40
  className?: string;
41
41
  }) => JSX.Element;
42
- export { default as box3FillSvg } from "remixicon/icons/Others/box-3-fill.svg";
42
+ export declare const box3FillSvg: string;
43
43
  export declare const Box3FillIcon: (props: {
44
44
  className?: string;
45
45
  }) => JSX.Element;
46
- export { default as box3LineSvg } from "remixicon/icons/Others/box-3-line.svg";
46
+ export declare const box3LineSvg: string;
47
47
  export declare const Box3LineIcon: (props: {
48
48
  className?: string;
49
49
  }) => JSX.Element;
50
- export { default as boxingFillSvg } from "remixicon/icons/Others/boxing-fill.svg";
50
+ export declare const boxingFillSvg: string;
51
51
  export declare const BoxingFillIcon: (props: {
52
52
  className?: string;
53
53
  }) => JSX.Element;
54
- export { default as boxingLineSvg } from "remixicon/icons/Others/boxing-line.svg";
54
+ export declare const boxingLineSvg: string;
55
55
  export declare const BoxingLineIcon: (props: {
56
56
  className?: string;
57
57
  }) => JSX.Element;
58
- export { default as cactusFillSvg } from "remixicon/icons/Others/cactus-fill.svg";
58
+ export declare const cactusFillSvg: string;
59
59
  export declare const CactusFillIcon: (props: {
60
60
  className?: string;
61
61
  }) => JSX.Element;
62
- export { default as cactusLineSvg } from "remixicon/icons/Others/cactus-line.svg";
62
+ export declare const cactusLineSvg: string;
63
63
  export declare const CactusLineIcon: (props: {
64
64
  className?: string;
65
65
  }) => JSX.Element;
66
- export { default as cake2FillSvg } from "remixicon/icons/Others/cake-2-fill.svg";
66
+ export declare const cake2FillSvg: string;
67
67
  export declare const Cake2FillIcon: (props: {
68
68
  className?: string;
69
69
  }) => JSX.Element;
70
- export { default as cake2LineSvg } from "remixicon/icons/Others/cake-2-line.svg";
70
+ export declare const cake2LineSvg: string;
71
71
  export declare const Cake2LineIcon: (props: {
72
72
  className?: string;
73
73
  }) => JSX.Element;
74
- export { default as cake3FillSvg } from "remixicon/icons/Others/cake-3-fill.svg";
74
+ export declare const cake3FillSvg: string;
75
75
  export declare const Cake3FillIcon: (props: {
76
76
  className?: string;
77
77
  }) => JSX.Element;
78
- export { default as cake3LineSvg } from "remixicon/icons/Others/cake-3-line.svg";
78
+ export declare const cake3LineSvg: string;
79
79
  export declare const Cake3LineIcon: (props: {
80
80
  className?: string;
81
81
  }) => JSX.Element;
82
- export { default as cakeFillSvg } from "remixicon/icons/Others/cake-fill.svg";
82
+ export declare const cakeFillSvg: string;
83
83
  export declare const CakeFillIcon: (props: {
84
84
  className?: string;
85
85
  }) => JSX.Element;
86
- export { default as cakeLineSvg } from "remixicon/icons/Others/cake-line.svg";
86
+ export declare const cakeLineSvg: string;
87
87
  export declare const CakeLineIcon: (props: {
88
88
  className?: string;
89
89
  }) => JSX.Element;
90
- export { default as candleFillSvg } from "remixicon/icons/Others/candle-fill.svg";
90
+ export declare const candleFillSvg: string;
91
91
  export declare const CandleFillIcon: (props: {
92
92
  className?: string;
93
93
  }) => JSX.Element;
94
- export { default as candleLineSvg } from "remixicon/icons/Others/candle-line.svg";
94
+ export declare const candleLineSvg: string;
95
95
  export declare const CandleLineIcon: (props: {
96
96
  className?: string;
97
97
  }) => JSX.Element;
98
- export { default as characterRecognitionFillSvg } from "remixicon/icons/Others/character-recognition-fill.svg";
98
+ export declare const characterRecognitionFillSvg: string;
99
99
  export declare const CharacterRecognitionFillIcon: (props: {
100
100
  className?: string;
101
101
  }) => JSX.Element;
102
- export { default as characterRecognitionLineSvg } from "remixicon/icons/Others/character-recognition-line.svg";
102
+ export declare const characterRecognitionLineSvg: string;
103
103
  export declare const CharacterRecognitionLineIcon: (props: {
104
104
  className?: string;
105
105
  }) => JSX.Element;
106
- export { default as crossFillSvg } from "remixicon/icons/Others/cross-fill.svg";
106
+ export declare const crossFillSvg: string;
107
107
  export declare const CrossFillIcon: (props: {
108
108
  className?: string;
109
109
  }) => JSX.Element;
110
- export { default as crossLineSvg } from "remixicon/icons/Others/cross-line.svg";
110
+ export declare const crossLineSvg: string;
111
111
  export declare const CrossLineIcon: (props: {
112
112
  className?: string;
113
113
  }) => JSX.Element;
114
- export { default as doorClosedFillSvg } from "remixicon/icons/Others/door-closed-fill.svg";
114
+ export declare const doorClosedFillSvg: string;
115
115
  export declare const DoorClosedFillIcon: (props: {
116
116
  className?: string;
117
117
  }) => JSX.Element;
118
- export { default as doorClosedLineSvg } from "remixicon/icons/Others/door-closed-line.svg";
118
+ export declare const doorClosedLineSvg: string;
119
119
  export declare const DoorClosedLineIcon: (props: {
120
120
  className?: string;
121
121
  }) => JSX.Element;
122
- export { default as doorFillSvg } from "remixicon/icons/Others/door-fill.svg";
122
+ export declare const doorFillSvg: string;
123
123
  export declare const DoorFillIcon: (props: {
124
124
  className?: string;
125
125
  }) => JSX.Element;
126
- export { default as doorLineSvg } from "remixicon/icons/Others/door-line.svg";
126
+ export declare const doorLineSvg: string;
127
127
  export declare const DoorLineIcon: (props: {
128
128
  className?: string;
129
129
  }) => JSX.Element;
130
- export { default as doorLockBoxFillSvg } from "remixicon/icons/Others/door-lock-box-fill.svg";
130
+ export declare const doorLockBoxFillSvg: string;
131
131
  export declare const DoorLockBoxFillIcon: (props: {
132
132
  className?: string;
133
133
  }) => JSX.Element;
134
- export { default as doorLockBoxLineSvg } from "remixicon/icons/Others/door-lock-box-line.svg";
134
+ export declare const doorLockBoxLineSvg: string;
135
135
  export declare const DoorLockBoxLineIcon: (props: {
136
136
  className?: string;
137
137
  }) => JSX.Element;
138
- export { default as doorLockFillSvg } from "remixicon/icons/Others/door-lock-fill.svg";
138
+ export declare const doorLockFillSvg: string;
139
139
  export declare const DoorLockFillIcon: (props: {
140
140
  className?: string;
141
141
  }) => JSX.Element;
142
- export { default as doorLockLineSvg } from "remixicon/icons/Others/door-lock-line.svg";
142
+ export declare const doorLockLineSvg: string;
143
143
  export declare const DoorLockLineIcon: (props: {
144
144
  className?: string;
145
145
  }) => JSX.Element;
146
- export { default as doorOpenFillSvg } from "remixicon/icons/Others/door-open-fill.svg";
146
+ export declare const doorOpenFillSvg: string;
147
147
  export declare const DoorOpenFillIcon: (props: {
148
148
  className?: string;
149
149
  }) => JSX.Element;
150
- export { default as doorOpenLineSvg } from "remixicon/icons/Others/door-open-line.svg";
150
+ export declare const doorOpenLineSvg: string;
151
151
  export declare const DoorOpenLineIcon: (props: {
152
152
  className?: string;
153
153
  }) => JSX.Element;
154
- export { default as footballFillSvg } from "remixicon/icons/Others/football-fill.svg";
154
+ export declare const footballFillSvg: string;
155
155
  export declare const FootballFillIcon: (props: {
156
156
  className?: string;
157
157
  }) => JSX.Element;
158
- export { default as footballLineSvg } from "remixicon/icons/Others/football-line.svg";
158
+ export declare const footballLineSvg: string;
159
159
  export declare const FootballLineIcon: (props: {
160
160
  className?: string;
161
161
  }) => JSX.Element;
162
- export { default as fridgeFillSvg } from "remixicon/icons/Others/fridge-fill.svg";
162
+ export declare const fridgeFillSvg: string;
163
163
  export declare const FridgeFillIcon: (props: {
164
164
  className?: string;
165
165
  }) => JSX.Element;
166
- export { default as fridgeLineSvg } from "remixicon/icons/Others/fridge-line.svg";
166
+ export declare const fridgeLineSvg: string;
167
167
  export declare const FridgeLineIcon: (props: {
168
168
  className?: string;
169
169
  }) => JSX.Element;
170
- export { default as gameFillSvg } from "remixicon/icons/Others/game-fill.svg";
170
+ export declare const gameFillSvg: string;
171
171
  export declare const GameFillIcon: (props: {
172
172
  className?: string;
173
173
  }) => JSX.Element;
174
- export { default as gameLineSvg } from "remixicon/icons/Others/game-line.svg";
174
+ export declare const gameLineSvg: string;
175
175
  export declare const GameLineIcon: (props: {
176
176
  className?: string;
177
177
  }) => JSX.Element;
178
- export { default as graduationCapFillSvg } from "remixicon/icons/Others/graduation-cap-fill.svg";
178
+ export declare const graduationCapFillSvg: string;
179
179
  export declare const GraduationCapFillIcon: (props: {
180
180
  className?: string;
181
181
  }) => JSX.Element;
182
- export { default as graduationCapLineSvg } from "remixicon/icons/Others/graduation-cap-line.svg";
182
+ export declare const graduationCapLineSvg: string;
183
183
  export declare const GraduationCapLineIcon: (props: {
184
184
  className?: string;
185
185
  }) => JSX.Element;
186
- export { default as handbagFillSvg } from "remixicon/icons/Others/handbag-fill.svg";
186
+ export declare const handbagFillSvg: string;
187
187
  export declare const HandbagFillIcon: (props: {
188
188
  className?: string;
189
189
  }) => JSX.Element;
190
- export { default as handbagLineSvg } from "remixicon/icons/Others/handbag-line.svg";
190
+ export declare const handbagLineSvg: string;
191
191
  export declare const HandbagLineIcon: (props: {
192
192
  className?: string;
193
193
  }) => JSX.Element;
194
- export { default as infinityFillSvg } from "remixicon/icons/Others/infinity-fill.svg";
194
+ export declare const infinityFillSvg: string;
195
195
  export declare const InfinityFillIcon: (props: {
196
196
  className?: string;
197
197
  }) => JSX.Element;
198
- export { default as infinityLineSvg } from "remixicon/icons/Others/infinity-line.svg";
198
+ export declare const infinityLineSvg: string;
199
199
  export declare const InfinityLineIcon: (props: {
200
200
  className?: string;
201
201
  }) => JSX.Element;
202
- export { default as key2FillSvg } from "remixicon/icons/Others/key-2-fill.svg";
202
+ export declare const key2FillSvg: string;
203
203
  export declare const Key2FillIcon: (props: {
204
204
  className?: string;
205
205
  }) => JSX.Element;
206
- export { default as key2LineSvg } from "remixicon/icons/Others/key-2-line.svg";
206
+ export declare const key2LineSvg: string;
207
207
  export declare const Key2LineIcon: (props: {
208
208
  className?: string;
209
209
  }) => JSX.Element;
210
- export { default as keyFillSvg } from "remixicon/icons/Others/key-fill.svg";
210
+ export declare const keyFillSvg: string;
211
211
  export declare const KeyFillIcon: (props: {
212
212
  className?: string;
213
213
  }) => JSX.Element;
214
- export { default as keyLineSvg } from "remixicon/icons/Others/key-line.svg";
214
+ export declare const keyLineSvg: string;
215
215
  export declare const KeyLineIcon: (props: {
216
216
  className?: string;
217
217
  }) => JSX.Element;
218
- export { default as knifeBloodFillSvg } from "remixicon/icons/Others/knife-blood-fill.svg";
218
+ export declare const knifeBloodFillSvg: string;
219
219
  export declare const KnifeBloodFillIcon: (props: {
220
220
  className?: string;
221
221
  }) => JSX.Element;
222
- export { default as knifeBloodLineSvg } from "remixicon/icons/Others/knife-blood-line.svg";
222
+ export declare const knifeBloodLineSvg: string;
223
223
  export declare const KnifeBloodLineIcon: (props: {
224
224
  className?: string;
225
225
  }) => JSX.Element;
226
- export { default as knifeFillSvg } from "remixicon/icons/Others/knife-fill.svg";
226
+ export declare const knifeFillSvg: string;
227
227
  export declare const KnifeFillIcon: (props: {
228
228
  className?: string;
229
229
  }) => JSX.Element;
230
- export { default as knifeLineSvg } from "remixicon/icons/Others/knife-line.svg";
230
+ export declare const knifeLineSvg: string;
231
231
  export declare const KnifeLineIcon: (props: {
232
232
  className?: string;
233
233
  }) => JSX.Element;
234
- export { default as leafFillSvg } from "remixicon/icons/Others/leaf-fill.svg";
234
+ export declare const leafFillSvg: string;
235
235
  export declare const LeafFillIcon: (props: {
236
236
  className?: string;
237
237
  }) => JSX.Element;
238
- export { default as leafLineSvg } from "remixicon/icons/Others/leaf-line.svg";
238
+ export declare const leafLineSvg: string;
239
239
  export declare const LeafLineIcon: (props: {
240
240
  className?: string;
241
241
  }) => JSX.Element;
242
- export { default as lightbulbFillSvg } from "remixicon/icons/Others/lightbulb-fill.svg";
242
+ export declare const lightbulbFillSvg: string;
243
243
  export declare const LightbulbFillIcon: (props: {
244
244
  className?: string;
245
245
  }) => JSX.Element;
246
- export { default as lightbulbFlashFillSvg } from "remixicon/icons/Others/lightbulb-flash-fill.svg";
246
+ export declare const lightbulbFlashFillSvg: string;
247
247
  export declare const LightbulbFlashFillIcon: (props: {
248
248
  className?: string;
249
249
  }) => JSX.Element;
250
- export { default as lightbulbFlashLineSvg } from "remixicon/icons/Others/lightbulb-flash-line.svg";
250
+ export declare const lightbulbFlashLineSvg: string;
251
251
  export declare const LightbulbFlashLineIcon: (props: {
252
252
  className?: string;
253
253
  }) => JSX.Element;
254
- export { default as lightbulbLineSvg } from "remixicon/icons/Others/lightbulb-line.svg";
254
+ export declare const lightbulbLineSvg: string;
255
255
  export declare const LightbulbLineIcon: (props: {
256
256
  className?: string;
257
257
  }) => JSX.Element;
258
- export { default as outlet2FillSvg } from "remixicon/icons/Others/outlet-2-fill.svg";
258
+ export declare const outlet2FillSvg: string;
259
259
  export declare const Outlet2FillIcon: (props: {
260
260
  className?: string;
261
261
  }) => JSX.Element;
262
- export { default as outlet2LineSvg } from "remixicon/icons/Others/outlet-2-line.svg";
262
+ export declare const outlet2LineSvg: string;
263
263
  export declare const Outlet2LineIcon: (props: {
264
264
  className?: string;
265
265
  }) => JSX.Element;
266
- export { default as outletFillSvg } from "remixicon/icons/Others/outlet-fill.svg";
266
+ export declare const outletFillSvg: string;
267
267
  export declare const OutletFillIcon: (props: {
268
268
  className?: string;
269
269
  }) => JSX.Element;
270
- export { default as outletLineSvg } from "remixicon/icons/Others/outlet-line.svg";
270
+ export declare const outletLineSvg: string;
271
271
  export declare const OutletLineIcon: (props: {
272
272
  className?: string;
273
273
  }) => JSX.Element;
274
- export { default as pingPongFillSvg } from "remixicon/icons/Others/ping-pong-fill.svg";
274
+ export declare const pingPongFillSvg: string;
275
275
  export declare const PingPongFillIcon: (props: {
276
276
  className?: string;
277
277
  }) => JSX.Element;
278
- export { default as pingPongLineSvg } from "remixicon/icons/Others/ping-pong-line.svg";
278
+ export declare const pingPongLineSvg: string;
279
279
  export declare const PingPongLineIcon: (props: {
280
280
  className?: string;
281
281
  }) => JSX.Element;
282
- export { default as plantFillSvg } from "remixicon/icons/Others/plant-fill.svg";
282
+ export declare const plantFillSvg: string;
283
283
  export declare const PlantFillIcon: (props: {
284
284
  className?: string;
285
285
  }) => JSX.Element;
286
- export { default as plantLineSvg } from "remixicon/icons/Others/plant-line.svg";
286
+ export declare const plantLineSvg: string;
287
287
  export declare const PlantLineIcon: (props: {
288
288
  className?: string;
289
289
  }) => JSX.Element;
290
- export { default as plug2FillSvg } from "remixicon/icons/Others/plug-2-fill.svg";
290
+ export declare const plug2FillSvg: string;
291
291
  export declare const Plug2FillIcon: (props: {
292
292
  className?: string;
293
293
  }) => JSX.Element;
294
- export { default as plug2LineSvg } from "remixicon/icons/Others/plug-2-line.svg";
294
+ export declare const plug2LineSvg: string;
295
295
  export declare const Plug2LineIcon: (props: {
296
296
  className?: string;
297
297
  }) => JSX.Element;
298
- export { default as plugFillSvg } from "remixicon/icons/Others/plug-fill.svg";
298
+ export declare const plugFillSvg: string;
299
299
  export declare const PlugFillIcon: (props: {
300
300
  className?: string;
301
301
  }) => JSX.Element;
302
- export { default as plugLineSvg } from "remixicon/icons/Others/plug-line.svg";
302
+ export declare const plugLineSvg: string;
303
303
  export declare const PlugLineIcon: (props: {
304
304
  className?: string;
305
305
  }) => JSX.Element;
306
- export { default as recycleFillSvg } from "remixicon/icons/Others/recycle-fill.svg";
306
+ export declare const recycleFillSvg: string;
307
307
  export declare const RecycleFillIcon: (props: {
308
308
  className?: string;
309
309
  }) => JSX.Element;
310
- export { default as recycleLineSvg } from "remixicon/icons/Others/recycle-line.svg";
310
+ export declare const recycleLineSvg: string;
311
311
  export declare const RecycleLineIcon: (props: {
312
312
  className?: string;
313
313
  }) => JSX.Element;
314
- export { default as reservedFillSvg } from "remixicon/icons/Others/reserved-fill.svg";
314
+ export declare const reservedFillSvg: string;
315
315
  export declare const ReservedFillIcon: (props: {
316
316
  className?: string;
317
317
  }) => JSX.Element;
318
- export { default as reservedLineSvg } from "remixicon/icons/Others/reserved-line.svg";
318
+ export declare const reservedLineSvg: string;
319
319
  export declare const ReservedLineIcon: (props: {
320
320
  className?: string;
321
321
  }) => JSX.Element;
322
- export { default as scales2FillSvg } from "remixicon/icons/Others/scales-2-fill.svg";
322
+ export declare const scales2FillSvg: string;
323
323
  export declare const Scales2FillIcon: (props: {
324
324
  className?: string;
325
325
  }) => JSX.Element;
326
- export { default as scales2LineSvg } from "remixicon/icons/Others/scales-2-line.svg";
326
+ export declare const scales2LineSvg: string;
327
327
  export declare const Scales2LineIcon: (props: {
328
328
  className?: string;
329
329
  }) => JSX.Element;
330
- export { default as scales3FillSvg } from "remixicon/icons/Others/scales-3-fill.svg";
330
+ export declare const scales3FillSvg: string;
331
331
  export declare const Scales3FillIcon: (props: {
332
332
  className?: string;
333
333
  }) => JSX.Element;
334
- export { default as scales3LineSvg } from "remixicon/icons/Others/scales-3-line.svg";
334
+ export declare const scales3LineSvg: string;
335
335
  export declare const Scales3LineIcon: (props: {
336
336
  className?: string;
337
337
  }) => JSX.Element;
338
- export { default as scalesFillSvg } from "remixicon/icons/Others/scales-fill.svg";
338
+ export declare const scalesFillSvg: string;
339
339
  export declare const ScalesFillIcon: (props: {
340
340
  className?: string;
341
341
  }) => JSX.Element;
342
- export { default as scalesLineSvg } from "remixicon/icons/Others/scales-line.svg";
342
+ export declare const scalesLineSvg: string;
343
343
  export declare const ScalesLineIcon: (props: {
344
344
  className?: string;
345
345
  }) => JSX.Element;
346
- export { default as seedlingFillSvg } from "remixicon/icons/Others/seedling-fill.svg";
346
+ export declare const seedlingFillSvg: string;
347
347
  export declare const SeedlingFillIcon: (props: {
348
348
  className?: string;
349
349
  }) => JSX.Element;
350
- export { default as seedlingLineSvg } from "remixicon/icons/Others/seedling-line.svg";
350
+ export declare const seedlingLineSvg: string;
351
351
  export declare const SeedlingLineIcon: (props: {
352
352
  className?: string;
353
353
  }) => JSX.Element;
354
- export { default as shirtFillSvg } from "remixicon/icons/Others/shirt-fill.svg";
354
+ export declare const shirtFillSvg: string;
355
355
  export declare const ShirtFillIcon: (props: {
356
356
  className?: string;
357
357
  }) => JSX.Element;
358
- export { default as shirtLineSvg } from "remixicon/icons/Others/shirt-line.svg";
358
+ export declare const shirtLineSvg: string;
359
359
  export declare const ShirtLineIcon: (props: {
360
360
  className?: string;
361
361
  }) => JSX.Element;
362
- export { default as swordFillSvg } from "remixicon/icons/Others/sword-fill.svg";
362
+ export declare const swordFillSvg: string;
363
363
  export declare const SwordFillIcon: (props: {
364
364
  className?: string;
365
365
  }) => JSX.Element;
366
- export { default as swordLineSvg } from "remixicon/icons/Others/sword-line.svg";
366
+ export declare const swordLineSvg: string;
367
367
  export declare const SwordLineIcon: (props: {
368
368
  className?: string;
369
369
  }) => JSX.Element;
370
- export { default as tShirt2FillSvg } from "remixicon/icons/Others/t-shirt-2-fill.svg";
370
+ export declare const tShirt2FillSvg: string;
371
371
  export declare const TShirt2FillIcon: (props: {
372
372
  className?: string;
373
373
  }) => JSX.Element;
374
- export { default as tShirt2LineSvg } from "remixicon/icons/Others/t-shirt-2-line.svg";
374
+ export declare const tShirt2LineSvg: string;
375
375
  export declare const TShirt2LineIcon: (props: {
376
376
  className?: string;
377
377
  }) => JSX.Element;
378
- export { default as tShirtAirFillSvg } from "remixicon/icons/Others/t-shirt-air-fill.svg";
378
+ export declare const tShirtAirFillSvg: string;
379
379
  export declare const TShirtAirFillIcon: (props: {
380
380
  className?: string;
381
381
  }) => JSX.Element;
382
- export { default as tShirtAirLineSvg } from "remixicon/icons/Others/t-shirt-air-line.svg";
382
+ export declare const tShirtAirLineSvg: string;
383
383
  export declare const TShirtAirLineIcon: (props: {
384
384
  className?: string;
385
385
  }) => JSX.Element;
386
- export { default as tShirtFillSvg } from "remixicon/icons/Others/t-shirt-fill.svg";
386
+ export declare const tShirtFillSvg: string;
387
387
  export declare const TShirtFillIcon: (props: {
388
388
  className?: string;
389
389
  }) => JSX.Element;
390
- export { default as tShirtLineSvg } from "remixicon/icons/Others/t-shirt-line.svg";
390
+ export declare const tShirtLineSvg: string;
391
391
  export declare const TShirtLineIcon: (props: {
392
392
  className?: string;
393
393
  }) => JSX.Element;
394
- export { default as umbrellaFillSvg } from "remixicon/icons/Others/umbrella-fill.svg";
394
+ export declare const umbrellaFillSvg: string;
395
395
  export declare const UmbrellaFillIcon: (props: {
396
396
  className?: string;
397
397
  }) => JSX.Element;
398
- export { default as umbrellaLineSvg } from "remixicon/icons/Others/umbrella-line.svg";
398
+ export declare const umbrellaLineSvg: string;
399
399
  export declare const UmbrellaLineIcon: (props: {
400
400
  className?: string;
401
401
  }) => JSX.Element;
402
- export { default as voiceRecognitionFillSvg } from "remixicon/icons/Others/voice-recognition-fill.svg";
402
+ export declare const voiceRecognitionFillSvg: string;
403
403
  export declare const VoiceRecognitionFillIcon: (props: {
404
404
  className?: string;
405
405
  }) => JSX.Element;
406
- export { default as voiceRecognitionLineSvg } from "remixicon/icons/Others/voice-recognition-line.svg";
406
+ export declare const voiceRecognitionLineSvg: string;
407
407
  export declare const VoiceRecognitionLineIcon: (props: {
408
408
  className?: string;
409
409
  }) => JSX.Element;
410
- export { default as wheelchairFillSvg } from "remixicon/icons/Others/wheelchair-fill.svg";
410
+ export declare const wheelchairFillSvg: string;
411
411
  export declare const WheelchairFillIcon: (props: {
412
412
  className?: string;
413
413
  }) => JSX.Element;
414
- export { default as wheelchairLineSvg } from "remixicon/icons/Others/wheelchair-line.svg";
414
+ export declare const wheelchairLineSvg: string;
415
415
  export declare const WheelchairLineIcon: (props: {
416
416
  className?: string;
417
417
  }) => JSX.Element;