@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,657 +1,657 @@
1
1
  /// <reference types="react" />
2
- export { default as anticlockwise2FillSvg } from "remixicon/icons/Design/anticlockwise-2-fill.svg";
2
+ export declare const anticlockwise2FillSvg: string;
3
3
  export declare const Anticlockwise2FillIcon: (props: {
4
4
  className?: string;
5
5
  }) => JSX.Element;
6
- export { default as anticlockwise2LineSvg } from "remixicon/icons/Design/anticlockwise-2-line.svg";
6
+ export declare const anticlockwise2LineSvg: string;
7
7
  export declare const Anticlockwise2LineIcon: (props: {
8
8
  className?: string;
9
9
  }) => JSX.Element;
10
- export { default as anticlockwiseFillSvg } from "remixicon/icons/Design/anticlockwise-fill.svg";
10
+ export declare const anticlockwiseFillSvg: string;
11
11
  export declare const AnticlockwiseFillIcon: (props: {
12
12
  className?: string;
13
13
  }) => JSX.Element;
14
- export { default as anticlockwiseLineSvg } from "remixicon/icons/Design/anticlockwise-line.svg";
14
+ export declare const anticlockwiseLineSvg: string;
15
15
  export declare const AnticlockwiseLineIcon: (props: {
16
16
  className?: string;
17
17
  }) => JSX.Element;
18
- export { default as artboard2FillSvg } from "remixicon/icons/Design/artboard-2-fill.svg";
18
+ export declare const artboard2FillSvg: string;
19
19
  export declare const Artboard2FillIcon: (props: {
20
20
  className?: string;
21
21
  }) => JSX.Element;
22
- export { default as artboard2LineSvg } from "remixicon/icons/Design/artboard-2-line.svg";
22
+ export declare const artboard2LineSvg: string;
23
23
  export declare const Artboard2LineIcon: (props: {
24
24
  className?: string;
25
25
  }) => JSX.Element;
26
- export { default as artboardFillSvg } from "remixicon/icons/Design/artboard-fill.svg";
26
+ export declare const artboardFillSvg: string;
27
27
  export declare const ArtboardFillIcon: (props: {
28
28
  className?: string;
29
29
  }) => JSX.Element;
30
- export { default as artboardLineSvg } from "remixicon/icons/Design/artboard-line.svg";
30
+ export declare const artboardLineSvg: string;
31
31
  export declare const ArtboardLineIcon: (props: {
32
32
  className?: string;
33
33
  }) => JSX.Element;
34
- export { default as ballPenFillSvg } from "remixicon/icons/Design/ball-pen-fill.svg";
34
+ export declare const ballPenFillSvg: string;
35
35
  export declare const BallPenFillIcon: (props: {
36
36
  className?: string;
37
37
  }) => JSX.Element;
38
- export { default as ballPenLineSvg } from "remixicon/icons/Design/ball-pen-line.svg";
38
+ export declare const ballPenLineSvg: string;
39
39
  export declare const BallPenLineIcon: (props: {
40
40
  className?: string;
41
41
  }) => JSX.Element;
42
- export { default as blurOffFillSvg } from "remixicon/icons/Design/blur-off-fill.svg";
42
+ export declare const blurOffFillSvg: string;
43
43
  export declare const BlurOffFillIcon: (props: {
44
44
  className?: string;
45
45
  }) => JSX.Element;
46
- export { default as blurOffLineSvg } from "remixicon/icons/Design/blur-off-line.svg";
46
+ export declare const blurOffLineSvg: string;
47
47
  export declare const BlurOffLineIcon: (props: {
48
48
  className?: string;
49
49
  }) => JSX.Element;
50
- export { default as brush2FillSvg } from "remixicon/icons/Design/brush-2-fill.svg";
50
+ export declare const brush2FillSvg: string;
51
51
  export declare const Brush2FillIcon: (props: {
52
52
  className?: string;
53
53
  }) => JSX.Element;
54
- export { default as brush2LineSvg } from "remixicon/icons/Design/brush-2-line.svg";
54
+ export declare const brush2LineSvg: string;
55
55
  export declare const Brush2LineIcon: (props: {
56
56
  className?: string;
57
57
  }) => JSX.Element;
58
- export { default as brush3FillSvg } from "remixicon/icons/Design/brush-3-fill.svg";
58
+ export declare const brush3FillSvg: string;
59
59
  export declare const Brush3FillIcon: (props: {
60
60
  className?: string;
61
61
  }) => JSX.Element;
62
- export { default as brush3LineSvg } from "remixicon/icons/Design/brush-3-line.svg";
62
+ export declare const brush3LineSvg: string;
63
63
  export declare const Brush3LineIcon: (props: {
64
64
  className?: string;
65
65
  }) => JSX.Element;
66
- export { default as brush4FillSvg } from "remixicon/icons/Design/brush-4-fill.svg";
66
+ export declare const brush4FillSvg: string;
67
67
  export declare const Brush4FillIcon: (props: {
68
68
  className?: string;
69
69
  }) => JSX.Element;
70
- export { default as brush4LineSvg } from "remixicon/icons/Design/brush-4-line.svg";
70
+ export declare const brush4LineSvg: string;
71
71
  export declare const Brush4LineIcon: (props: {
72
72
  className?: string;
73
73
  }) => JSX.Element;
74
- export { default as brushFillSvg } from "remixicon/icons/Design/brush-fill.svg";
74
+ export declare const brushFillSvg: string;
75
75
  export declare const BrushFillIcon: (props: {
76
76
  className?: string;
77
77
  }) => JSX.Element;
78
- export { default as brushLineSvg } from "remixicon/icons/Design/brush-line.svg";
78
+ export declare const brushLineSvg: string;
79
79
  export declare const BrushLineIcon: (props: {
80
80
  className?: string;
81
81
  }) => JSX.Element;
82
- export { default as clockwise2FillSvg } from "remixicon/icons/Design/clockwise-2-fill.svg";
82
+ export declare const clockwise2FillSvg: string;
83
83
  export declare const Clockwise2FillIcon: (props: {
84
84
  className?: string;
85
85
  }) => JSX.Element;
86
- export { default as clockwise2LineSvg } from "remixicon/icons/Design/clockwise-2-line.svg";
86
+ export declare const clockwise2LineSvg: string;
87
87
  export declare const Clockwise2LineIcon: (props: {
88
88
  className?: string;
89
89
  }) => JSX.Element;
90
- export { default as clockwiseFillSvg } from "remixicon/icons/Design/clockwise-fill.svg";
90
+ export declare const clockwiseFillSvg: string;
91
91
  export declare const ClockwiseFillIcon: (props: {
92
92
  className?: string;
93
93
  }) => JSX.Element;
94
- export { default as clockwiseLineSvg } from "remixicon/icons/Design/clockwise-line.svg";
94
+ export declare const clockwiseLineSvg: string;
95
95
  export declare const ClockwiseLineIcon: (props: {
96
96
  className?: string;
97
97
  }) => JSX.Element;
98
- export { default as collageFillSvg } from "remixicon/icons/Design/collage-fill.svg";
98
+ export declare const collageFillSvg: string;
99
99
  export declare const CollageFillIcon: (props: {
100
100
  className?: string;
101
101
  }) => JSX.Element;
102
- export { default as collageLineSvg } from "remixicon/icons/Design/collage-line.svg";
102
+ export declare const collageLineSvg: string;
103
103
  export declare const CollageLineIcon: (props: {
104
104
  className?: string;
105
105
  }) => JSX.Element;
106
- export { default as compasses2FillSvg } from "remixicon/icons/Design/compasses-2-fill.svg";
106
+ export declare const compasses2FillSvg: string;
107
107
  export declare const Compasses2FillIcon: (props: {
108
108
  className?: string;
109
109
  }) => JSX.Element;
110
- export { default as compasses2LineSvg } from "remixicon/icons/Design/compasses-2-line.svg";
110
+ export declare const compasses2LineSvg: string;
111
111
  export declare const Compasses2LineIcon: (props: {
112
112
  className?: string;
113
113
  }) => JSX.Element;
114
- export { default as compassesFillSvg } from "remixicon/icons/Design/compasses-fill.svg";
114
+ export declare const compassesFillSvg: string;
115
115
  export declare const CompassesFillIcon: (props: {
116
116
  className?: string;
117
117
  }) => JSX.Element;
118
- export { default as compassesLineSvg } from "remixicon/icons/Design/compasses-line.svg";
118
+ export declare const compassesLineSvg: string;
119
119
  export declare const CompassesLineIcon: (props: {
120
120
  className?: string;
121
121
  }) => JSX.Element;
122
- export { default as contrast2FillSvg } from "remixicon/icons/Design/contrast-2-fill.svg";
122
+ export declare const contrast2FillSvg: string;
123
123
  export declare const Contrast2FillIcon: (props: {
124
124
  className?: string;
125
125
  }) => JSX.Element;
126
- export { default as contrast2LineSvg } from "remixicon/icons/Design/contrast-2-line.svg";
126
+ export declare const contrast2LineSvg: string;
127
127
  export declare const Contrast2LineIcon: (props: {
128
128
  className?: string;
129
129
  }) => JSX.Element;
130
- export { default as contrastDrop2FillSvg } from "remixicon/icons/Design/contrast-drop-2-fill.svg";
130
+ export declare const contrastDrop2FillSvg: string;
131
131
  export declare const ContrastDrop2FillIcon: (props: {
132
132
  className?: string;
133
133
  }) => JSX.Element;
134
- export { default as contrastDrop2LineSvg } from "remixicon/icons/Design/contrast-drop-2-line.svg";
134
+ export declare const contrastDrop2LineSvg: string;
135
135
  export declare const ContrastDrop2LineIcon: (props: {
136
136
  className?: string;
137
137
  }) => JSX.Element;
138
- export { default as contrastDropFillSvg } from "remixicon/icons/Design/contrast-drop-fill.svg";
138
+ export declare const contrastDropFillSvg: string;
139
139
  export declare const ContrastDropFillIcon: (props: {
140
140
  className?: string;
141
141
  }) => JSX.Element;
142
- export { default as contrastDropLineSvg } from "remixicon/icons/Design/contrast-drop-line.svg";
142
+ export declare const contrastDropLineSvg: string;
143
143
  export declare const ContrastDropLineIcon: (props: {
144
144
  className?: string;
145
145
  }) => JSX.Element;
146
- export { default as contrastFillSvg } from "remixicon/icons/Design/contrast-fill.svg";
146
+ export declare const contrastFillSvg: string;
147
147
  export declare const ContrastFillIcon: (props: {
148
148
  className?: string;
149
149
  }) => JSX.Element;
150
- export { default as contrastLineSvg } from "remixicon/icons/Design/contrast-line.svg";
150
+ export declare const contrastLineSvg: string;
151
151
  export declare const ContrastLineIcon: (props: {
152
152
  className?: string;
153
153
  }) => JSX.Element;
154
- export { default as crop2FillSvg } from "remixicon/icons/Design/crop-2-fill.svg";
154
+ export declare const crop2FillSvg: string;
155
155
  export declare const Crop2FillIcon: (props: {
156
156
  className?: string;
157
157
  }) => JSX.Element;
158
- export { default as crop2LineSvg } from "remixicon/icons/Design/crop-2-line.svg";
158
+ export declare const crop2LineSvg: string;
159
159
  export declare const Crop2LineIcon: (props: {
160
160
  className?: string;
161
161
  }) => JSX.Element;
162
- export { default as cropFillSvg } from "remixicon/icons/Design/crop-fill.svg";
162
+ export declare const cropFillSvg: string;
163
163
  export declare const CropFillIcon: (props: {
164
164
  className?: string;
165
165
  }) => JSX.Element;
166
- export { default as cropLineSvg } from "remixicon/icons/Design/crop-line.svg";
166
+ export declare const cropLineSvg: string;
167
167
  export declare const CropLineIcon: (props: {
168
168
  className?: string;
169
169
  }) => JSX.Element;
170
- export { default as crosshair2FillSvg } from "remixicon/icons/Design/crosshair-2-fill.svg";
170
+ export declare const crosshair2FillSvg: string;
171
171
  export declare const Crosshair2FillIcon: (props: {
172
172
  className?: string;
173
173
  }) => JSX.Element;
174
- export { default as crosshair2LineSvg } from "remixicon/icons/Design/crosshair-2-line.svg";
174
+ export declare const crosshair2LineSvg: string;
175
175
  export declare const Crosshair2LineIcon: (props: {
176
176
  className?: string;
177
177
  }) => JSX.Element;
178
- export { default as crosshairFillSvg } from "remixicon/icons/Design/crosshair-fill.svg";
178
+ export declare const crosshairFillSvg: string;
179
179
  export declare const CrosshairFillIcon: (props: {
180
180
  className?: string;
181
181
  }) => JSX.Element;
182
- export { default as crosshairLineSvg } from "remixicon/icons/Design/crosshair-line.svg";
182
+ export declare const crosshairLineSvg: string;
183
183
  export declare const CrosshairLineIcon: (props: {
184
184
  className?: string;
185
185
  }) => JSX.Element;
186
- export { default as dragDropFillSvg } from "remixicon/icons/Design/drag-drop-fill.svg";
186
+ export declare const dragDropFillSvg: string;
187
187
  export declare const DragDropFillIcon: (props: {
188
188
  className?: string;
189
189
  }) => JSX.Element;
190
- export { default as dragDropLineSvg } from "remixicon/icons/Design/drag-drop-line.svg";
190
+ export declare const dragDropLineSvg: string;
191
191
  export declare const DragDropLineIcon: (props: {
192
192
  className?: string;
193
193
  }) => JSX.Element;
194
- export { default as dropFillSvg } from "remixicon/icons/Design/drop-fill.svg";
194
+ export declare const dropFillSvg: string;
195
195
  export declare const DropFillIcon: (props: {
196
196
  className?: string;
197
197
  }) => JSX.Element;
198
- export { default as dropLineSvg } from "remixicon/icons/Design/drop-line.svg";
198
+ export declare const dropLineSvg: string;
199
199
  export declare const DropLineIcon: (props: {
200
200
  className?: string;
201
201
  }) => JSX.Element;
202
- export { default as edit2FillSvg } from "remixicon/icons/Design/edit-2-fill.svg";
202
+ export declare const edit2FillSvg: string;
203
203
  export declare const Edit2FillIcon: (props: {
204
204
  className?: string;
205
205
  }) => JSX.Element;
206
- export { default as edit2LineSvg } from "remixicon/icons/Design/edit-2-line.svg";
206
+ export declare const edit2LineSvg: string;
207
207
  export declare const Edit2LineIcon: (props: {
208
208
  className?: string;
209
209
  }) => JSX.Element;
210
- export { default as editBoxFillSvg } from "remixicon/icons/Design/edit-box-fill.svg";
210
+ export declare const editBoxFillSvg: string;
211
211
  export declare const EditBoxFillIcon: (props: {
212
212
  className?: string;
213
213
  }) => JSX.Element;
214
- export { default as editBoxLineSvg } from "remixicon/icons/Design/edit-box-line.svg";
214
+ export declare const editBoxLineSvg: string;
215
215
  export declare const EditBoxLineIcon: (props: {
216
216
  className?: string;
217
217
  }) => JSX.Element;
218
- export { default as editCircleFillSvg } from "remixicon/icons/Design/edit-circle-fill.svg";
218
+ export declare const editCircleFillSvg: string;
219
219
  export declare const EditCircleFillIcon: (props: {
220
220
  className?: string;
221
221
  }) => JSX.Element;
222
- export { default as editCircleLineSvg } from "remixicon/icons/Design/edit-circle-line.svg";
222
+ export declare const editCircleLineSvg: string;
223
223
  export declare const EditCircleLineIcon: (props: {
224
224
  className?: string;
225
225
  }) => JSX.Element;
226
- export { default as editFillSvg } from "remixicon/icons/Design/edit-fill.svg";
226
+ export declare const editFillSvg: string;
227
227
  export declare const EditFillIcon: (props: {
228
228
  className?: string;
229
229
  }) => JSX.Element;
230
- export { default as editLineSvg } from "remixicon/icons/Design/edit-line.svg";
230
+ export declare const editLineSvg: string;
231
231
  export declare const EditLineIcon: (props: {
232
232
  className?: string;
233
233
  }) => JSX.Element;
234
- export { default as eraserFillSvg } from "remixicon/icons/Design/eraser-fill.svg";
234
+ export declare const eraserFillSvg: string;
235
235
  export declare const EraserFillIcon: (props: {
236
236
  className?: string;
237
237
  }) => JSX.Element;
238
- export { default as eraserLineSvg } from "remixicon/icons/Design/eraser-line.svg";
238
+ export declare const eraserLineSvg: string;
239
239
  export declare const EraserLineIcon: (props: {
240
240
  className?: string;
241
241
  }) => JSX.Element;
242
- export { default as focus2FillSvg } from "remixicon/icons/Design/focus-2-fill.svg";
242
+ export declare const focus2FillSvg: string;
243
243
  export declare const Focus2FillIcon: (props: {
244
244
  className?: string;
245
245
  }) => JSX.Element;
246
- export { default as focus2LineSvg } from "remixicon/icons/Design/focus-2-line.svg";
246
+ export declare const focus2LineSvg: string;
247
247
  export declare const Focus2LineIcon: (props: {
248
248
  className?: string;
249
249
  }) => JSX.Element;
250
- export { default as focus3FillSvg } from "remixicon/icons/Design/focus-3-fill.svg";
250
+ export declare const focus3FillSvg: string;
251
251
  export declare const Focus3FillIcon: (props: {
252
252
  className?: string;
253
253
  }) => JSX.Element;
254
- export { default as focus3LineSvg } from "remixicon/icons/Design/focus-3-line.svg";
254
+ export declare const focus3LineSvg: string;
255
255
  export declare const Focus3LineIcon: (props: {
256
256
  className?: string;
257
257
  }) => JSX.Element;
258
- export { default as focusFillSvg } from "remixicon/icons/Design/focus-fill.svg";
258
+ export declare const focusFillSvg: string;
259
259
  export declare const FocusFillIcon: (props: {
260
260
  className?: string;
261
261
  }) => JSX.Element;
262
- export { default as focusLineSvg } from "remixicon/icons/Design/focus-line.svg";
262
+ export declare const focusLineSvg: string;
263
263
  export declare const FocusLineIcon: (props: {
264
264
  className?: string;
265
265
  }) => JSX.Element;
266
- export { default as gridFillSvg } from "remixicon/icons/Design/grid-fill.svg";
266
+ export declare const gridFillSvg: string;
267
267
  export declare const GridFillIcon: (props: {
268
268
  className?: string;
269
269
  }) => JSX.Element;
270
- export { default as gridLineSvg } from "remixicon/icons/Design/grid-line.svg";
270
+ export declare const gridLineSvg: string;
271
271
  export declare const GridLineIcon: (props: {
272
272
  className?: string;
273
273
  }) => JSX.Element;
274
- export { default as hammerFillSvg } from "remixicon/icons/Design/hammer-fill.svg";
274
+ export declare const hammerFillSvg: string;
275
275
  export declare const HammerFillIcon: (props: {
276
276
  className?: string;
277
277
  }) => JSX.Element;
278
- export { default as hammerLineSvg } from "remixicon/icons/Design/hammer-line.svg";
278
+ export declare const hammerLineSvg: string;
279
279
  export declare const HammerLineIcon: (props: {
280
280
  className?: string;
281
281
  }) => JSX.Element;
282
- export { default as inkBottleFillSvg } from "remixicon/icons/Design/ink-bottle-fill.svg";
282
+ export declare const inkBottleFillSvg: string;
283
283
  export declare const InkBottleFillIcon: (props: {
284
284
  className?: string;
285
285
  }) => JSX.Element;
286
- export { default as inkBottleLineSvg } from "remixicon/icons/Design/ink-bottle-line.svg";
286
+ export declare const inkBottleLineSvg: string;
287
287
  export declare const InkBottleLineIcon: (props: {
288
288
  className?: string;
289
289
  }) => JSX.Element;
290
- export { default as inputMethodFillSvg } from "remixicon/icons/Design/input-method-fill.svg";
290
+ export declare const inputMethodFillSvg: string;
291
291
  export declare const InputMethodFillIcon: (props: {
292
292
  className?: string;
293
293
  }) => JSX.Element;
294
- export { default as inputMethodLineSvg } from "remixicon/icons/Design/input-method-line.svg";
294
+ export declare const inputMethodLineSvg: string;
295
295
  export declare const InputMethodLineIcon: (props: {
296
296
  className?: string;
297
297
  }) => JSX.Element;
298
- export { default as layout2FillSvg } from "remixicon/icons/Design/layout-2-fill.svg";
298
+ export declare const layout2FillSvg: string;
299
299
  export declare const Layout2FillIcon: (props: {
300
300
  className?: string;
301
301
  }) => JSX.Element;
302
- export { default as layout2LineSvg } from "remixicon/icons/Design/layout-2-line.svg";
302
+ export declare const layout2LineSvg: string;
303
303
  export declare const Layout2LineIcon: (props: {
304
304
  className?: string;
305
305
  }) => JSX.Element;
306
- export { default as layout3FillSvg } from "remixicon/icons/Design/layout-3-fill.svg";
306
+ export declare const layout3FillSvg: string;
307
307
  export declare const Layout3FillIcon: (props: {
308
308
  className?: string;
309
309
  }) => JSX.Element;
310
- export { default as layout3LineSvg } from "remixicon/icons/Design/layout-3-line.svg";
310
+ export declare const layout3LineSvg: string;
311
311
  export declare const Layout3LineIcon: (props: {
312
312
  className?: string;
313
313
  }) => JSX.Element;
314
- export { default as layout4FillSvg } from "remixicon/icons/Design/layout-4-fill.svg";
314
+ export declare const layout4FillSvg: string;
315
315
  export declare const Layout4FillIcon: (props: {
316
316
  className?: string;
317
317
  }) => JSX.Element;
318
- export { default as layout4LineSvg } from "remixicon/icons/Design/layout-4-line.svg";
318
+ export declare const layout4LineSvg: string;
319
319
  export declare const Layout4LineIcon: (props: {
320
320
  className?: string;
321
321
  }) => JSX.Element;
322
- export { default as layout5FillSvg } from "remixicon/icons/Design/layout-5-fill.svg";
322
+ export declare const layout5FillSvg: string;
323
323
  export declare const Layout5FillIcon: (props: {
324
324
  className?: string;
325
325
  }) => JSX.Element;
326
- export { default as layout5LineSvg } from "remixicon/icons/Design/layout-5-line.svg";
326
+ export declare const layout5LineSvg: string;
327
327
  export declare const Layout5LineIcon: (props: {
328
328
  className?: string;
329
329
  }) => JSX.Element;
330
- export { default as layout6FillSvg } from "remixicon/icons/Design/layout-6-fill.svg";
330
+ export declare const layout6FillSvg: string;
331
331
  export declare const Layout6FillIcon: (props: {
332
332
  className?: string;
333
333
  }) => JSX.Element;
334
- export { default as layout6LineSvg } from "remixicon/icons/Design/layout-6-line.svg";
334
+ export declare const layout6LineSvg: string;
335
335
  export declare const Layout6LineIcon: (props: {
336
336
  className?: string;
337
337
  }) => JSX.Element;
338
- export { default as layoutBottom2FillSvg } from "remixicon/icons/Design/layout-bottom-2-fill.svg";
338
+ export declare const layoutBottom2FillSvg: string;
339
339
  export declare const LayoutBottom2FillIcon: (props: {
340
340
  className?: string;
341
341
  }) => JSX.Element;
342
- export { default as layoutBottom2LineSvg } from "remixicon/icons/Design/layout-bottom-2-line.svg";
342
+ export declare const layoutBottom2LineSvg: string;
343
343
  export declare const LayoutBottom2LineIcon: (props: {
344
344
  className?: string;
345
345
  }) => JSX.Element;
346
- export { default as layoutBottomFillSvg } from "remixicon/icons/Design/layout-bottom-fill.svg";
346
+ export declare const layoutBottomFillSvg: string;
347
347
  export declare const LayoutBottomFillIcon: (props: {
348
348
  className?: string;
349
349
  }) => JSX.Element;
350
- export { default as layoutBottomLineSvg } from "remixicon/icons/Design/layout-bottom-line.svg";
350
+ export declare const layoutBottomLineSvg: string;
351
351
  export declare const LayoutBottomLineIcon: (props: {
352
352
  className?: string;
353
353
  }) => JSX.Element;
354
- export { default as layoutColumnFillSvg } from "remixicon/icons/Design/layout-column-fill.svg";
354
+ export declare const layoutColumnFillSvg: string;
355
355
  export declare const LayoutColumnFillIcon: (props: {
356
356
  className?: string;
357
357
  }) => JSX.Element;
358
- export { default as layoutColumnLineSvg } from "remixicon/icons/Design/layout-column-line.svg";
358
+ export declare const layoutColumnLineSvg: string;
359
359
  export declare const LayoutColumnLineIcon: (props: {
360
360
  className?: string;
361
361
  }) => JSX.Element;
362
- export { default as layoutFillSvg } from "remixicon/icons/Design/layout-fill.svg";
362
+ export declare const layoutFillSvg: string;
363
363
  export declare const LayoutFillIcon: (props: {
364
364
  className?: string;
365
365
  }) => JSX.Element;
366
- export { default as layoutGridFillSvg } from "remixicon/icons/Design/layout-grid-fill.svg";
366
+ export declare const layoutGridFillSvg: string;
367
367
  export declare const LayoutGridFillIcon: (props: {
368
368
  className?: string;
369
369
  }) => JSX.Element;
370
- export { default as layoutGridLineSvg } from "remixicon/icons/Design/layout-grid-line.svg";
370
+ export declare const layoutGridLineSvg: string;
371
371
  export declare const LayoutGridLineIcon: (props: {
372
372
  className?: string;
373
373
  }) => JSX.Element;
374
- export { default as layoutLeft2FillSvg } from "remixicon/icons/Design/layout-left-2-fill.svg";
374
+ export declare const layoutLeft2FillSvg: string;
375
375
  export declare const LayoutLeft2FillIcon: (props: {
376
376
  className?: string;
377
377
  }) => JSX.Element;
378
- export { default as layoutLeft2LineSvg } from "remixicon/icons/Design/layout-left-2-line.svg";
378
+ export declare const layoutLeft2LineSvg: string;
379
379
  export declare const LayoutLeft2LineIcon: (props: {
380
380
  className?: string;
381
381
  }) => JSX.Element;
382
- export { default as layoutLeftFillSvg } from "remixicon/icons/Design/layout-left-fill.svg";
382
+ export declare const layoutLeftFillSvg: string;
383
383
  export declare const LayoutLeftFillIcon: (props: {
384
384
  className?: string;
385
385
  }) => JSX.Element;
386
- export { default as layoutLeftLineSvg } from "remixicon/icons/Design/layout-left-line.svg";
386
+ export declare const layoutLeftLineSvg: string;
387
387
  export declare const LayoutLeftLineIcon: (props: {
388
388
  className?: string;
389
389
  }) => JSX.Element;
390
- export { default as layoutLineSvg } from "remixicon/icons/Design/layout-line.svg";
390
+ export declare const layoutLineSvg: string;
391
391
  export declare const LayoutLineIcon: (props: {
392
392
  className?: string;
393
393
  }) => JSX.Element;
394
- export { default as layoutMasonryFillSvg } from "remixicon/icons/Design/layout-masonry-fill.svg";
394
+ export declare const layoutMasonryFillSvg: string;
395
395
  export declare const LayoutMasonryFillIcon: (props: {
396
396
  className?: string;
397
397
  }) => JSX.Element;
398
- export { default as layoutMasonryLineSvg } from "remixicon/icons/Design/layout-masonry-line.svg";
398
+ export declare const layoutMasonryLineSvg: string;
399
399
  export declare const LayoutMasonryLineIcon: (props: {
400
400
  className?: string;
401
401
  }) => JSX.Element;
402
- export { default as layoutRight2FillSvg } from "remixicon/icons/Design/layout-right-2-fill.svg";
402
+ export declare const layoutRight2FillSvg: string;
403
403
  export declare const LayoutRight2FillIcon: (props: {
404
404
  className?: string;
405
405
  }) => JSX.Element;
406
- export { default as layoutRight2LineSvg } from "remixicon/icons/Design/layout-right-2-line.svg";
406
+ export declare const layoutRight2LineSvg: string;
407
407
  export declare const LayoutRight2LineIcon: (props: {
408
408
  className?: string;
409
409
  }) => JSX.Element;
410
- export { default as layoutRightFillSvg } from "remixicon/icons/Design/layout-right-fill.svg";
410
+ export declare const layoutRightFillSvg: string;
411
411
  export declare const LayoutRightFillIcon: (props: {
412
412
  className?: string;
413
413
  }) => JSX.Element;
414
- export { default as layoutRightLineSvg } from "remixicon/icons/Design/layout-right-line.svg";
414
+ export declare const layoutRightLineSvg: string;
415
415
  export declare const LayoutRightLineIcon: (props: {
416
416
  className?: string;
417
417
  }) => JSX.Element;
418
- export { default as layoutRowFillSvg } from "remixicon/icons/Design/layout-row-fill.svg";
418
+ export declare const layoutRowFillSvg: string;
419
419
  export declare const LayoutRowFillIcon: (props: {
420
420
  className?: string;
421
421
  }) => JSX.Element;
422
- export { default as layoutRowLineSvg } from "remixicon/icons/Design/layout-row-line.svg";
422
+ export declare const layoutRowLineSvg: string;
423
423
  export declare const LayoutRowLineIcon: (props: {
424
424
  className?: string;
425
425
  }) => JSX.Element;
426
- export { default as layoutTop2FillSvg } from "remixicon/icons/Design/layout-top-2-fill.svg";
426
+ export declare const layoutTop2FillSvg: string;
427
427
  export declare const LayoutTop2FillIcon: (props: {
428
428
  className?: string;
429
429
  }) => JSX.Element;
430
- export { default as layoutTop2LineSvg } from "remixicon/icons/Design/layout-top-2-line.svg";
430
+ export declare const layoutTop2LineSvg: string;
431
431
  export declare const LayoutTop2LineIcon: (props: {
432
432
  className?: string;
433
433
  }) => JSX.Element;
434
- export { default as layoutTopFillSvg } from "remixicon/icons/Design/layout-top-fill.svg";
434
+ export declare const layoutTopFillSvg: string;
435
435
  export declare const LayoutTopFillIcon: (props: {
436
436
  className?: string;
437
437
  }) => JSX.Element;
438
- export { default as layoutTopLineSvg } from "remixicon/icons/Design/layout-top-line.svg";
438
+ export declare const layoutTopLineSvg: string;
439
439
  export declare const LayoutTopLineIcon: (props: {
440
440
  className?: string;
441
441
  }) => JSX.Element;
442
- export { default as magicFillSvg } from "remixicon/icons/Design/magic-fill.svg";
442
+ export declare const magicFillSvg: string;
443
443
  export declare const MagicFillIcon: (props: {
444
444
  className?: string;
445
445
  }) => JSX.Element;
446
- export { default as magicLineSvg } from "remixicon/icons/Design/magic-line.svg";
446
+ export declare const magicLineSvg: string;
447
447
  export declare const MagicLineIcon: (props: {
448
448
  className?: string;
449
449
  }) => JSX.Element;
450
- export { default as markPenFillSvg } from "remixicon/icons/Design/mark-pen-fill.svg";
450
+ export declare const markPenFillSvg: string;
451
451
  export declare const MarkPenFillIcon: (props: {
452
452
  className?: string;
453
453
  }) => JSX.Element;
454
- export { default as markPenLineSvg } from "remixicon/icons/Design/mark-pen-line.svg";
454
+ export declare const markPenLineSvg: string;
455
455
  export declare const MarkPenLineIcon: (props: {
456
456
  className?: string;
457
457
  }) => JSX.Element;
458
- export { default as markupFillSvg } from "remixicon/icons/Design/markup-fill.svg";
458
+ export declare const markupFillSvg: string;
459
459
  export declare const MarkupFillIcon: (props: {
460
460
  className?: string;
461
461
  }) => JSX.Element;
462
- export { default as markupLineSvg } from "remixicon/icons/Design/markup-line.svg";
462
+ export declare const markupLineSvg: string;
463
463
  export declare const MarkupLineIcon: (props: {
464
464
  className?: string;
465
465
  }) => JSX.Element;
466
- export { default as paintBrushFillSvg } from "remixicon/icons/Design/paint-brush-fill.svg";
466
+ export declare const paintBrushFillSvg: string;
467
467
  export declare const PaintBrushFillIcon: (props: {
468
468
  className?: string;
469
469
  }) => JSX.Element;
470
- export { default as paintBrushLineSvg } from "remixicon/icons/Design/paint-brush-line.svg";
470
+ export declare const paintBrushLineSvg: string;
471
471
  export declare const PaintBrushLineIcon: (props: {
472
472
  className?: string;
473
473
  }) => JSX.Element;
474
- export { default as paintFillSvg } from "remixicon/icons/Design/paint-fill.svg";
474
+ export declare const paintFillSvg: string;
475
475
  export declare const PaintFillIcon: (props: {
476
476
  className?: string;
477
477
  }) => JSX.Element;
478
- export { default as paintLineSvg } from "remixicon/icons/Design/paint-line.svg";
478
+ export declare const paintLineSvg: string;
479
479
  export declare const PaintLineIcon: (props: {
480
480
  className?: string;
481
481
  }) => JSX.Element;
482
- export { default as paletteFillSvg } from "remixicon/icons/Design/palette-fill.svg";
482
+ export declare const paletteFillSvg: string;
483
483
  export declare const PaletteFillIcon: (props: {
484
484
  className?: string;
485
485
  }) => JSX.Element;
486
- export { default as paletteLineSvg } from "remixicon/icons/Design/palette-line.svg";
486
+ export declare const paletteLineSvg: string;
487
487
  export declare const PaletteLineIcon: (props: {
488
488
  className?: string;
489
489
  }) => JSX.Element;
490
- export { default as pantoneFillSvg } from "remixicon/icons/Design/pantone-fill.svg";
490
+ export declare const pantoneFillSvg: string;
491
491
  export declare const PantoneFillIcon: (props: {
492
492
  className?: string;
493
493
  }) => JSX.Element;
494
- export { default as pantoneLineSvg } from "remixicon/icons/Design/pantone-line.svg";
494
+ export declare const pantoneLineSvg: string;
495
495
  export declare const PantoneLineIcon: (props: {
496
496
  className?: string;
497
497
  }) => JSX.Element;
498
- export { default as penNibFillSvg } from "remixicon/icons/Design/pen-nib-fill.svg";
498
+ export declare const penNibFillSvg: string;
499
499
  export declare const PenNibFillIcon: (props: {
500
500
  className?: string;
501
501
  }) => JSX.Element;
502
- export { default as penNibLineSvg } from "remixicon/icons/Design/pen-nib-line.svg";
502
+ export declare const penNibLineSvg: string;
503
503
  export declare const PenNibLineIcon: (props: {
504
504
  className?: string;
505
505
  }) => JSX.Element;
506
- export { default as pencilFillSvg } from "remixicon/icons/Design/pencil-fill.svg";
506
+ export declare const pencilFillSvg: string;
507
507
  export declare const PencilFillIcon: (props: {
508
508
  className?: string;
509
509
  }) => JSX.Element;
510
- export { default as pencilLineSvg } from "remixicon/icons/Design/pencil-line.svg";
510
+ export declare const pencilLineSvg: string;
511
511
  export declare const PencilLineIcon: (props: {
512
512
  className?: string;
513
513
  }) => JSX.Element;
514
- export { default as pencilRuler2FillSvg } from "remixicon/icons/Design/pencil-ruler-2-fill.svg";
514
+ export declare const pencilRuler2FillSvg: string;
515
515
  export declare const PencilRuler2FillIcon: (props: {
516
516
  className?: string;
517
517
  }) => JSX.Element;
518
- export { default as pencilRuler2LineSvg } from "remixicon/icons/Design/pencil-ruler-2-line.svg";
518
+ export declare const pencilRuler2LineSvg: string;
519
519
  export declare const PencilRuler2LineIcon: (props: {
520
520
  className?: string;
521
521
  }) => JSX.Element;
522
- export { default as pencilRulerFillSvg } from "remixicon/icons/Design/pencil-ruler-fill.svg";
522
+ export declare const pencilRulerFillSvg: string;
523
523
  export declare const PencilRulerFillIcon: (props: {
524
524
  className?: string;
525
525
  }) => JSX.Element;
526
- export { default as pencilRulerLineSvg } from "remixicon/icons/Design/pencil-ruler-line.svg";
526
+ export declare const pencilRulerLineSvg: string;
527
527
  export declare const PencilRulerLineIcon: (props: {
528
528
  className?: string;
529
529
  }) => JSX.Element;
530
- export { default as quillPenFillSvg } from "remixicon/icons/Design/quill-pen-fill.svg";
530
+ export declare const quillPenFillSvg: string;
531
531
  export declare const QuillPenFillIcon: (props: {
532
532
  className?: string;
533
533
  }) => JSX.Element;
534
- export { default as quillPenLineSvg } from "remixicon/icons/Design/quill-pen-line.svg";
534
+ export declare const quillPenLineSvg: string;
535
535
  export declare const QuillPenLineIcon: (props: {
536
536
  className?: string;
537
537
  }) => JSX.Element;
538
- export { default as ruler2FillSvg } from "remixicon/icons/Design/ruler-2-fill.svg";
538
+ export declare const ruler2FillSvg: string;
539
539
  export declare const Ruler2FillIcon: (props: {
540
540
  className?: string;
541
541
  }) => JSX.Element;
542
- export { default as ruler2LineSvg } from "remixicon/icons/Design/ruler-2-line.svg";
542
+ export declare const ruler2LineSvg: string;
543
543
  export declare const Ruler2LineIcon: (props: {
544
544
  className?: string;
545
545
  }) => JSX.Element;
546
- export { default as rulerFillSvg } from "remixicon/icons/Design/ruler-fill.svg";
546
+ export declare const rulerFillSvg: string;
547
547
  export declare const RulerFillIcon: (props: {
548
548
  className?: string;
549
549
  }) => JSX.Element;
550
- export { default as rulerLineSvg } from "remixicon/icons/Design/ruler-line.svg";
550
+ export declare const rulerLineSvg: string;
551
551
  export declare const RulerLineIcon: (props: {
552
552
  className?: string;
553
553
  }) => JSX.Element;
554
- export { default as scissors2FillSvg } from "remixicon/icons/Design/scissors-2-fill.svg";
554
+ export declare const scissors2FillSvg: string;
555
555
  export declare const Scissors2FillIcon: (props: {
556
556
  className?: string;
557
557
  }) => JSX.Element;
558
- export { default as scissors2LineSvg } from "remixicon/icons/Design/scissors-2-line.svg";
558
+ export declare const scissors2LineSvg: string;
559
559
  export declare const Scissors2LineIcon: (props: {
560
560
  className?: string;
561
561
  }) => JSX.Element;
562
- export { default as scissorsCutFillSvg } from "remixicon/icons/Design/scissors-cut-fill.svg";
562
+ export declare const scissorsCutFillSvg: string;
563
563
  export declare const ScissorsCutFillIcon: (props: {
564
564
  className?: string;
565
565
  }) => JSX.Element;
566
- export { default as scissorsCutLineSvg } from "remixicon/icons/Design/scissors-cut-line.svg";
566
+ export declare const scissorsCutLineSvg: string;
567
567
  export declare const ScissorsCutLineIcon: (props: {
568
568
  className?: string;
569
569
  }) => JSX.Element;
570
- export { default as scissorsFillSvg } from "remixicon/icons/Design/scissors-fill.svg";
570
+ export declare const scissorsFillSvg: string;
571
571
  export declare const ScissorsFillIcon: (props: {
572
572
  className?: string;
573
573
  }) => JSX.Element;
574
- export { default as scissorsLineSvg } from "remixicon/icons/Design/scissors-line.svg";
574
+ export declare const scissorsLineSvg: string;
575
575
  export declare const ScissorsLineIcon: (props: {
576
576
  className?: string;
577
577
  }) => JSX.Element;
578
- export { default as screenshot2FillSvg } from "remixicon/icons/Design/screenshot-2-fill.svg";
578
+ export declare const screenshot2FillSvg: string;
579
579
  export declare const Screenshot2FillIcon: (props: {
580
580
  className?: string;
581
581
  }) => JSX.Element;
582
- export { default as screenshot2LineSvg } from "remixicon/icons/Design/screenshot-2-line.svg";
582
+ export declare const screenshot2LineSvg: string;
583
583
  export declare const Screenshot2LineIcon: (props: {
584
584
  className?: string;
585
585
  }) => JSX.Element;
586
- export { default as screenshotFillSvg } from "remixicon/icons/Design/screenshot-fill.svg";
586
+ export declare const screenshotFillSvg: string;
587
587
  export declare const ScreenshotFillIcon: (props: {
588
588
  className?: string;
589
589
  }) => JSX.Element;
590
- export { default as screenshotLineSvg } from "remixicon/icons/Design/screenshot-line.svg";
590
+ export declare const screenshotLineSvg: string;
591
591
  export declare const ScreenshotLineIcon: (props: {
592
592
  className?: string;
593
593
  }) => JSX.Element;
594
- export { default as shape2FillSvg } from "remixicon/icons/Design/shape-2-fill.svg";
594
+ export declare const shape2FillSvg: string;
595
595
  export declare const Shape2FillIcon: (props: {
596
596
  className?: string;
597
597
  }) => JSX.Element;
598
- export { default as shape2LineSvg } from "remixicon/icons/Design/shape-2-line.svg";
598
+ export declare const shape2LineSvg: string;
599
599
  export declare const Shape2LineIcon: (props: {
600
600
  className?: string;
601
601
  }) => JSX.Element;
602
- export { default as shapeFillSvg } from "remixicon/icons/Design/shape-fill.svg";
602
+ export declare const shapeFillSvg: string;
603
603
  export declare const ShapeFillIcon: (props: {
604
604
  className?: string;
605
605
  }) => JSX.Element;
606
- export { default as shapeLineSvg } from "remixicon/icons/Design/shape-line.svg";
606
+ export declare const shapeLineSvg: string;
607
607
  export declare const ShapeLineIcon: (props: {
608
608
  className?: string;
609
609
  }) => JSX.Element;
610
- export { default as sipFillSvg } from "remixicon/icons/Design/sip-fill.svg";
610
+ export declare const sipFillSvg: string;
611
611
  export declare const SipFillIcon: (props: {
612
612
  className?: string;
613
613
  }) => JSX.Element;
614
- export { default as sipLineSvg } from "remixicon/icons/Design/sip-line.svg";
614
+ export declare const sipLineSvg: string;
615
615
  export declare const SipLineIcon: (props: {
616
616
  className?: string;
617
617
  }) => JSX.Element;
618
- export { default as sliceFillSvg } from "remixicon/icons/Design/slice-fill.svg";
618
+ export declare const sliceFillSvg: string;
619
619
  export declare const SliceFillIcon: (props: {
620
620
  className?: string;
621
621
  }) => JSX.Element;
622
- export { default as sliceLineSvg } from "remixicon/icons/Design/slice-line.svg";
622
+ export declare const sliceLineSvg: string;
623
623
  export declare const SliceLineIcon: (props: {
624
624
  className?: string;
625
625
  }) => JSX.Element;
626
- export { default as tBoxFillSvg } from "remixicon/icons/Design/t-box-fill.svg";
626
+ export declare const tBoxFillSvg: string;
627
627
  export declare const TBoxFillIcon: (props: {
628
628
  className?: string;
629
629
  }) => JSX.Element;
630
- export { default as tBoxLineSvg } from "remixicon/icons/Design/t-box-line.svg";
630
+ export declare const tBoxLineSvg: string;
631
631
  export declare const TBoxLineIcon: (props: {
632
632
  className?: string;
633
633
  }) => JSX.Element;
634
- export { default as tableAltFillSvg } from "remixicon/icons/Design/table-alt-fill.svg";
634
+ export declare const tableAltFillSvg: string;
635
635
  export declare const TableAltFillIcon: (props: {
636
636
  className?: string;
637
637
  }) => JSX.Element;
638
- export { default as tableAltLineSvg } from "remixicon/icons/Design/table-alt-line.svg";
638
+ export declare const tableAltLineSvg: string;
639
639
  export declare const TableAltLineIcon: (props: {
640
640
  className?: string;
641
641
  }) => JSX.Element;
642
- export { default as tableFillSvg } from "remixicon/icons/Design/table-fill.svg";
642
+ export declare const tableFillSvg: string;
643
643
  export declare const TableFillIcon: (props: {
644
644
  className?: string;
645
645
  }) => JSX.Element;
646
- export { default as tableLineSvg } from "remixicon/icons/Design/table-line.svg";
646
+ export declare const tableLineSvg: string;
647
647
  export declare const TableLineIcon: (props: {
648
648
  className?: string;
649
649
  }) => JSX.Element;
650
- export { default as toolsFillSvg } from "remixicon/icons/Design/tools-fill.svg";
650
+ export declare const toolsFillSvg: string;
651
651
  export declare const ToolsFillIcon: (props: {
652
652
  className?: string;
653
653
  }) => JSX.Element;
654
- export { default as toolsLineSvg } from "remixicon/icons/Design/tools-line.svg";
654
+ export declare const toolsLineSvg: string;
655
655
  export declare const ToolsLineIcon: (props: {
656
656
  className?: string;
657
657
  }) => JSX.Element;