@team-monolith/cds 0.8.0 → 0.8.2

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