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