@team-monolith/cds 0.5.2 → 0.6.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/dist/index.d.ts +1 -7
- package/dist/index.js +1 -7
- package/dist/remixicons/Arrows/index.d.ts +433 -0
- package/dist/remixicons/Arrows/index.js +324 -0
- package/dist/remixicons/Buildings/index.d.ts +233 -0
- package/dist/remixicons/Buildings/index.js +174 -0
- package/dist/remixicons/Business/index.d.ts +769 -0
- package/dist/remixicons/Business/index.js +576 -0
- package/dist/remixicons/Communication/index.d.ts +257 -0
- package/dist/remixicons/Communication/index.js +192 -0
- package/dist/remixicons/Design/index.d.ts +657 -0
- package/dist/remixicons/Design/index.js +492 -0
- package/dist/remixicons/Development/index.d.ts +201 -0
- package/dist/remixicons/Development/index.js +150 -0
- package/dist/remixicons/Device/index.d.ts +665 -0
- package/dist/remixicons/Device/index.js +498 -0
- package/dist/remixicons/Document/index.d.ts +809 -0
- package/dist/remixicons/Document/index.js +606 -0
- package/dist/remixicons/Editor/index.d.ts +457 -0
- package/dist/remixicons/Editor/index.js +342 -0
- package/dist/remixicons/Finance/index.d.ts +561 -0
- package/dist/remixicons/Finance/index.js +420 -0
- package/dist/remixicons/Health & Medical/index.d.ts +249 -0
- package/dist/remixicons/Health & Medical/index.js +186 -0
- package/dist/remixicons/Logos/index.d.ts +897 -0
- package/dist/remixicons/Logos/index.js +672 -0
- package/dist/remixicons/Map/index.d.ts +697 -0
- package/dist/remixicons/Map/index.js +522 -0
- package/dist/remixicons/Media/index.d.ts +873 -0
- package/dist/remixicons/Media/index.js +654 -0
- package/dist/remixicons/Others/index.d.ts +417 -0
- package/dist/remixicons/Others/index.js +312 -0
- package/dist/remixicons/System/index.d.ts +1049 -0
- package/dist/remixicons/System/index.js +786 -0
- package/dist/remixicons/User & Faces/index.d.ts +449 -0
- package/dist/remixicons/User & Faces/index.js +336 -0
- package/dist/remixicons/Weather/index.d.ts +321 -0
- package/dist/remixicons/Weather/index.js +240 -0
- package/dist/remixicons/index.d.ts +18 -0
- package/dist/remixicons/index.js +18 -0
- package/package.json +7 -3
|
@@ -0,0 +1,417 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const BasketballFillSvg: string;
|
|
3
|
+
export declare const BasketballFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
|
+
title?: string | undefined;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const BasketballLineSvg: string;
|
|
7
|
+
export declare const BasketballLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
|
+
title?: string | undefined;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const BellFillSvg: string;
|
|
11
|
+
export declare const BellFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
|
+
title?: string | undefined;
|
|
13
|
+
}>;
|
|
14
|
+
export declare const BellLineSvg: string;
|
|
15
|
+
export declare const BellLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
|
+
title?: string | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export declare const BilliardsFillSvg: string;
|
|
19
|
+
export declare const BilliardsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
|
+
title?: string | undefined;
|
|
21
|
+
}>;
|
|
22
|
+
export declare const BilliardsLineSvg: string;
|
|
23
|
+
export declare const BilliardsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
|
+
title?: string | undefined;
|
|
25
|
+
}>;
|
|
26
|
+
export declare const Box1FillSvg: string;
|
|
27
|
+
export declare const Box1FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
|
+
title?: string | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
export declare const Box1LineSvg: string;
|
|
31
|
+
export declare const Box1LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
|
+
title?: string | undefined;
|
|
33
|
+
}>;
|
|
34
|
+
export declare const Box2FillSvg: string;
|
|
35
|
+
export declare const Box2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
|
+
title?: string | undefined;
|
|
37
|
+
}>;
|
|
38
|
+
export declare const Box2LineSvg: string;
|
|
39
|
+
export declare const Box2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
|
+
title?: string | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
export declare const Box3FillSvg: string;
|
|
43
|
+
export declare const Box3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
|
+
title?: string | undefined;
|
|
45
|
+
}>;
|
|
46
|
+
export declare const Box3LineSvg: string;
|
|
47
|
+
export declare const Box3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
|
+
title?: string | undefined;
|
|
49
|
+
}>;
|
|
50
|
+
export declare const BoxingFillSvg: string;
|
|
51
|
+
export declare const BoxingFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
|
+
title?: string | undefined;
|
|
53
|
+
}>;
|
|
54
|
+
export declare const BoxingLineSvg: string;
|
|
55
|
+
export declare const BoxingLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
|
+
title?: string | undefined;
|
|
57
|
+
}>;
|
|
58
|
+
export declare const CactusFillSvg: string;
|
|
59
|
+
export declare const CactusFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
|
+
title?: string | undefined;
|
|
61
|
+
}>;
|
|
62
|
+
export declare const CactusLineSvg: string;
|
|
63
|
+
export declare const CactusLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
|
+
title?: string | undefined;
|
|
65
|
+
}>;
|
|
66
|
+
export declare const Cake2FillSvg: string;
|
|
67
|
+
export declare const Cake2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
|
+
title?: string | undefined;
|
|
69
|
+
}>;
|
|
70
|
+
export declare const Cake2LineSvg: string;
|
|
71
|
+
export declare const Cake2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
|
+
title?: string | undefined;
|
|
73
|
+
}>;
|
|
74
|
+
export declare const Cake3FillSvg: string;
|
|
75
|
+
export declare const Cake3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
|
+
title?: string | undefined;
|
|
77
|
+
}>;
|
|
78
|
+
export declare const Cake3LineSvg: string;
|
|
79
|
+
export declare const Cake3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
|
+
title?: string | undefined;
|
|
81
|
+
}>;
|
|
82
|
+
export declare const CakeFillSvg: string;
|
|
83
|
+
export declare const CakeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
|
+
title?: string | undefined;
|
|
85
|
+
}>;
|
|
86
|
+
export declare const CakeLineSvg: string;
|
|
87
|
+
export declare const CakeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
|
+
title?: string | undefined;
|
|
89
|
+
}>;
|
|
90
|
+
export declare const CandleFillSvg: string;
|
|
91
|
+
export declare const CandleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
|
+
title?: string | undefined;
|
|
93
|
+
}>;
|
|
94
|
+
export declare const CandleLineSvg: string;
|
|
95
|
+
export declare const CandleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
|
+
title?: string | undefined;
|
|
97
|
+
}>;
|
|
98
|
+
export declare const CharacterRecognitionFillSvg: string;
|
|
99
|
+
export declare const CharacterRecognitionFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
|
+
title?: string | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
export declare const CharacterRecognitionLineSvg: string;
|
|
103
|
+
export declare const CharacterRecognitionLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
|
+
title?: string | undefined;
|
|
105
|
+
}>;
|
|
106
|
+
export declare const CrossFillSvg: string;
|
|
107
|
+
export declare const CrossFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
|
+
title?: string | undefined;
|
|
109
|
+
}>;
|
|
110
|
+
export declare const CrossLineSvg: string;
|
|
111
|
+
export declare const CrossLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
+
title?: string | undefined;
|
|
113
|
+
}>;
|
|
114
|
+
export declare const DoorClosedFillSvg: string;
|
|
115
|
+
export declare const DoorClosedFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
|
+
title?: string | undefined;
|
|
117
|
+
}>;
|
|
118
|
+
export declare const DoorClosedLineSvg: string;
|
|
119
|
+
export declare const DoorClosedLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
|
+
title?: string | undefined;
|
|
121
|
+
}>;
|
|
122
|
+
export declare const DoorFillSvg: string;
|
|
123
|
+
export declare const DoorFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
+
title?: string | undefined;
|
|
125
|
+
}>;
|
|
126
|
+
export declare const DoorLineSvg: string;
|
|
127
|
+
export declare const DoorLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
|
+
title?: string | undefined;
|
|
129
|
+
}>;
|
|
130
|
+
export declare const DoorLockBoxFillSvg: string;
|
|
131
|
+
export declare const DoorLockBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
|
+
title?: string | undefined;
|
|
133
|
+
}>;
|
|
134
|
+
export declare const DoorLockBoxLineSvg: string;
|
|
135
|
+
export declare const DoorLockBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
+
title?: string | undefined;
|
|
137
|
+
}>;
|
|
138
|
+
export declare const DoorLockFillSvg: string;
|
|
139
|
+
export declare const DoorLockFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
|
+
title?: string | undefined;
|
|
141
|
+
}>;
|
|
142
|
+
export declare const DoorLockLineSvg: string;
|
|
143
|
+
export declare const DoorLockLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
|
+
title?: string | undefined;
|
|
145
|
+
}>;
|
|
146
|
+
export declare const DoorOpenFillSvg: string;
|
|
147
|
+
export declare const DoorOpenFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
+
title?: string | undefined;
|
|
149
|
+
}>;
|
|
150
|
+
export declare const DoorOpenLineSvg: string;
|
|
151
|
+
export declare const DoorOpenLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
|
+
title?: string | undefined;
|
|
153
|
+
}>;
|
|
154
|
+
export declare const FootballFillSvg: string;
|
|
155
|
+
export declare const FootballFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
|
+
title?: string | undefined;
|
|
157
|
+
}>;
|
|
158
|
+
export declare const FootballLineSvg: string;
|
|
159
|
+
export declare const FootballLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
+
title?: string | undefined;
|
|
161
|
+
}>;
|
|
162
|
+
export declare const FridgeFillSvg: string;
|
|
163
|
+
export declare const FridgeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
|
+
title?: string | undefined;
|
|
165
|
+
}>;
|
|
166
|
+
export declare const FridgeLineSvg: string;
|
|
167
|
+
export declare const FridgeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
|
+
title?: string | undefined;
|
|
169
|
+
}>;
|
|
170
|
+
export declare const GameFillSvg: string;
|
|
171
|
+
export declare const GameFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
|
+
title?: string | undefined;
|
|
173
|
+
}>;
|
|
174
|
+
export declare const GameLineSvg: string;
|
|
175
|
+
export declare const GameLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
|
+
title?: string | undefined;
|
|
177
|
+
}>;
|
|
178
|
+
export declare const GraduationCapFillSvg: string;
|
|
179
|
+
export declare const GraduationCapFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
|
+
title?: string | undefined;
|
|
181
|
+
}>;
|
|
182
|
+
export declare const GraduationCapLineSvg: string;
|
|
183
|
+
export declare const GraduationCapLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
|
+
title?: string | undefined;
|
|
185
|
+
}>;
|
|
186
|
+
export declare const HandbagFillSvg: string;
|
|
187
|
+
export declare const HandbagFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
|
+
title?: string | undefined;
|
|
189
|
+
}>;
|
|
190
|
+
export declare const HandbagLineSvg: string;
|
|
191
|
+
export declare const HandbagLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
|
+
title?: string | undefined;
|
|
193
|
+
}>;
|
|
194
|
+
export declare const InfinityFillSvg: string;
|
|
195
|
+
export declare const InfinityFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
+
title?: string | undefined;
|
|
197
|
+
}>;
|
|
198
|
+
export declare const InfinityLineSvg: string;
|
|
199
|
+
export declare const InfinityLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
|
+
title?: string | undefined;
|
|
201
|
+
}>;
|
|
202
|
+
export declare const Key2FillSvg: string;
|
|
203
|
+
export declare const Key2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
204
|
+
title?: string | undefined;
|
|
205
|
+
}>;
|
|
206
|
+
export declare const Key2LineSvg: string;
|
|
207
|
+
export declare const Key2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
|
+
title?: string | undefined;
|
|
209
|
+
}>;
|
|
210
|
+
export declare const KeyFillSvg: string;
|
|
211
|
+
export declare const KeyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
212
|
+
title?: string | undefined;
|
|
213
|
+
}>;
|
|
214
|
+
export declare const KeyLineSvg: string;
|
|
215
|
+
export declare const KeyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
216
|
+
title?: string | undefined;
|
|
217
|
+
}>;
|
|
218
|
+
export declare const KnifeBloodFillSvg: string;
|
|
219
|
+
export declare const KnifeBloodFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
|
+
title?: string | undefined;
|
|
221
|
+
}>;
|
|
222
|
+
export declare const KnifeBloodLineSvg: string;
|
|
223
|
+
export declare const KnifeBloodLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
224
|
+
title?: string | undefined;
|
|
225
|
+
}>;
|
|
226
|
+
export declare const KnifeFillSvg: string;
|
|
227
|
+
export declare const KnifeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
228
|
+
title?: string | undefined;
|
|
229
|
+
}>;
|
|
230
|
+
export declare const KnifeLineSvg: string;
|
|
231
|
+
export declare const KnifeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
|
+
title?: string | undefined;
|
|
233
|
+
}>;
|
|
234
|
+
export declare const LeafFillSvg: string;
|
|
235
|
+
export declare const LeafFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
236
|
+
title?: string | undefined;
|
|
237
|
+
}>;
|
|
238
|
+
export declare const LeafLineSvg: string;
|
|
239
|
+
export declare const LeafLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
240
|
+
title?: string | undefined;
|
|
241
|
+
}>;
|
|
242
|
+
export declare const LightbulbFillSvg: string;
|
|
243
|
+
export declare const LightbulbFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
|
+
title?: string | undefined;
|
|
245
|
+
}>;
|
|
246
|
+
export declare const LightbulbFlashFillSvg: string;
|
|
247
|
+
export declare const LightbulbFlashFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
248
|
+
title?: string | undefined;
|
|
249
|
+
}>;
|
|
250
|
+
export declare const LightbulbFlashLineSvg: string;
|
|
251
|
+
export declare const LightbulbFlashLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
252
|
+
title?: string | undefined;
|
|
253
|
+
}>;
|
|
254
|
+
export declare const LightbulbLineSvg: string;
|
|
255
|
+
export declare const LightbulbLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
|
+
title?: string | undefined;
|
|
257
|
+
}>;
|
|
258
|
+
export declare const Outlet2FillSvg: string;
|
|
259
|
+
export declare const Outlet2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
260
|
+
title?: string | undefined;
|
|
261
|
+
}>;
|
|
262
|
+
export declare const Outlet2LineSvg: string;
|
|
263
|
+
export declare const Outlet2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
264
|
+
title?: string | undefined;
|
|
265
|
+
}>;
|
|
266
|
+
export declare const OutletFillSvg: string;
|
|
267
|
+
export declare const OutletFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
268
|
+
title?: string | undefined;
|
|
269
|
+
}>;
|
|
270
|
+
export declare const OutletLineSvg: string;
|
|
271
|
+
export declare const OutletLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
272
|
+
title?: string | undefined;
|
|
273
|
+
}>;
|
|
274
|
+
export declare const PingPongFillSvg: string;
|
|
275
|
+
export declare const PingPongFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
276
|
+
title?: string | undefined;
|
|
277
|
+
}>;
|
|
278
|
+
export declare const PingPongLineSvg: string;
|
|
279
|
+
export declare const PingPongLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
280
|
+
title?: string | undefined;
|
|
281
|
+
}>;
|
|
282
|
+
export declare const PlantFillSvg: string;
|
|
283
|
+
export declare const PlantFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
284
|
+
title?: string | undefined;
|
|
285
|
+
}>;
|
|
286
|
+
export declare const PlantLineSvg: string;
|
|
287
|
+
export declare const PlantLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
288
|
+
title?: string | undefined;
|
|
289
|
+
}>;
|
|
290
|
+
export declare const Plug2FillSvg: string;
|
|
291
|
+
export declare const Plug2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
292
|
+
title?: string | undefined;
|
|
293
|
+
}>;
|
|
294
|
+
export declare const Plug2LineSvg: string;
|
|
295
|
+
export declare const Plug2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
296
|
+
title?: string | undefined;
|
|
297
|
+
}>;
|
|
298
|
+
export declare const PlugFillSvg: string;
|
|
299
|
+
export declare const PlugFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
300
|
+
title?: string | undefined;
|
|
301
|
+
}>;
|
|
302
|
+
export declare const PlugLineSvg: string;
|
|
303
|
+
export declare const PlugLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
304
|
+
title?: string | undefined;
|
|
305
|
+
}>;
|
|
306
|
+
export declare const RecycleFillSvg: string;
|
|
307
|
+
export declare const RecycleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
308
|
+
title?: string | undefined;
|
|
309
|
+
}>;
|
|
310
|
+
export declare const RecycleLineSvg: string;
|
|
311
|
+
export declare const RecycleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
312
|
+
title?: string | undefined;
|
|
313
|
+
}>;
|
|
314
|
+
export declare const ReservedFillSvg: string;
|
|
315
|
+
export declare const ReservedFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
316
|
+
title?: string | undefined;
|
|
317
|
+
}>;
|
|
318
|
+
export declare const ReservedLineSvg: string;
|
|
319
|
+
export declare const ReservedLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
320
|
+
title?: string | undefined;
|
|
321
|
+
}>;
|
|
322
|
+
export declare const Scales2FillSvg: string;
|
|
323
|
+
export declare const Scales2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
324
|
+
title?: string | undefined;
|
|
325
|
+
}>;
|
|
326
|
+
export declare const Scales2LineSvg: string;
|
|
327
|
+
export declare const Scales2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
328
|
+
title?: string | undefined;
|
|
329
|
+
}>;
|
|
330
|
+
export declare const Scales3FillSvg: string;
|
|
331
|
+
export declare const Scales3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
332
|
+
title?: string | undefined;
|
|
333
|
+
}>;
|
|
334
|
+
export declare const Scales3LineSvg: string;
|
|
335
|
+
export declare const Scales3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
336
|
+
title?: string | undefined;
|
|
337
|
+
}>;
|
|
338
|
+
export declare const ScalesFillSvg: string;
|
|
339
|
+
export declare const ScalesFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
340
|
+
title?: string | undefined;
|
|
341
|
+
}>;
|
|
342
|
+
export declare const ScalesLineSvg: string;
|
|
343
|
+
export declare const ScalesLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
344
|
+
title?: string | undefined;
|
|
345
|
+
}>;
|
|
346
|
+
export declare const SeedlingFillSvg: string;
|
|
347
|
+
export declare const SeedlingFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
348
|
+
title?: string | undefined;
|
|
349
|
+
}>;
|
|
350
|
+
export declare const SeedlingLineSvg: string;
|
|
351
|
+
export declare const SeedlingLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
352
|
+
title?: string | undefined;
|
|
353
|
+
}>;
|
|
354
|
+
export declare const ShirtFillSvg: string;
|
|
355
|
+
export declare const ShirtFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
356
|
+
title?: string | undefined;
|
|
357
|
+
}>;
|
|
358
|
+
export declare const ShirtLineSvg: string;
|
|
359
|
+
export declare const ShirtLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
360
|
+
title?: string | undefined;
|
|
361
|
+
}>;
|
|
362
|
+
export declare const SwordFillSvg: string;
|
|
363
|
+
export declare const SwordFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
364
|
+
title?: string | undefined;
|
|
365
|
+
}>;
|
|
366
|
+
export declare const SwordLineSvg: string;
|
|
367
|
+
export declare const SwordLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
368
|
+
title?: string | undefined;
|
|
369
|
+
}>;
|
|
370
|
+
export declare const TShirt2FillSvg: string;
|
|
371
|
+
export declare const TShirt2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
372
|
+
title?: string | undefined;
|
|
373
|
+
}>;
|
|
374
|
+
export declare const TShirt2LineSvg: string;
|
|
375
|
+
export declare const TShirt2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
376
|
+
title?: string | undefined;
|
|
377
|
+
}>;
|
|
378
|
+
export declare const TShirtAirFillSvg: string;
|
|
379
|
+
export declare const TShirtAirFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
380
|
+
title?: string | undefined;
|
|
381
|
+
}>;
|
|
382
|
+
export declare const TShirtAirLineSvg: string;
|
|
383
|
+
export declare const TShirtAirLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
384
|
+
title?: string | undefined;
|
|
385
|
+
}>;
|
|
386
|
+
export declare const TShirtFillSvg: string;
|
|
387
|
+
export declare const TShirtFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
388
|
+
title?: string | undefined;
|
|
389
|
+
}>;
|
|
390
|
+
export declare const TShirtLineSvg: string;
|
|
391
|
+
export declare const TShirtLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
392
|
+
title?: string | undefined;
|
|
393
|
+
}>;
|
|
394
|
+
export declare const UmbrellaFillSvg: string;
|
|
395
|
+
export declare const UmbrellaFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
396
|
+
title?: string | undefined;
|
|
397
|
+
}>;
|
|
398
|
+
export declare const UmbrellaLineSvg: string;
|
|
399
|
+
export declare const UmbrellaLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
400
|
+
title?: string | undefined;
|
|
401
|
+
}>;
|
|
402
|
+
export declare const VoiceRecognitionFillSvg: string;
|
|
403
|
+
export declare const VoiceRecognitionFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
404
|
+
title?: string | undefined;
|
|
405
|
+
}>;
|
|
406
|
+
export declare const VoiceRecognitionLineSvg: string;
|
|
407
|
+
export declare const VoiceRecognitionLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
408
|
+
title?: string | undefined;
|
|
409
|
+
}>;
|
|
410
|
+
export declare const WheelchairFillSvg: string;
|
|
411
|
+
export declare const WheelchairFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
412
|
+
title?: string | undefined;
|
|
413
|
+
}>;
|
|
414
|
+
export declare const WheelchairLineSvg: string;
|
|
415
|
+
export declare const WheelchairLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
416
|
+
title?: string | undefined;
|
|
417
|
+
}>;
|