@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,561 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const I24HoursFillSvg: string;
|
|
3
|
+
export declare const I24HoursFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
|
+
title?: string | undefined;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const I24HoursLineSvg: string;
|
|
7
|
+
export declare const I24HoursLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
|
+
title?: string | undefined;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const AuctionFillSvg: string;
|
|
11
|
+
export declare const AuctionFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
|
+
title?: string | undefined;
|
|
13
|
+
}>;
|
|
14
|
+
export declare const AuctionLineSvg: string;
|
|
15
|
+
export declare const AuctionLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
|
+
title?: string | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export declare const BankCard2FillSvg: string;
|
|
19
|
+
export declare const BankCard2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
|
+
title?: string | undefined;
|
|
21
|
+
}>;
|
|
22
|
+
export declare const BankCard2LineSvg: string;
|
|
23
|
+
export declare const BankCard2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
|
+
title?: string | undefined;
|
|
25
|
+
}>;
|
|
26
|
+
export declare const BankCardFillSvg: string;
|
|
27
|
+
export declare const BankCardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
|
+
title?: string | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
export declare const BankCardLineSvg: string;
|
|
31
|
+
export declare const BankCardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
|
+
title?: string | undefined;
|
|
33
|
+
}>;
|
|
34
|
+
export declare const BitCoinFillSvg: string;
|
|
35
|
+
export declare const BitCoinFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
|
+
title?: string | undefined;
|
|
37
|
+
}>;
|
|
38
|
+
export declare const BitCoinLineSvg: string;
|
|
39
|
+
export declare const BitCoinLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
|
+
title?: string | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
export declare const CashFillSvg: string;
|
|
43
|
+
export declare const CashFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
|
+
title?: string | undefined;
|
|
45
|
+
}>;
|
|
46
|
+
export declare const CashLineSvg: string;
|
|
47
|
+
export declare const CashLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
|
+
title?: string | undefined;
|
|
49
|
+
}>;
|
|
50
|
+
export declare const CoinFillSvg: string;
|
|
51
|
+
export declare const CoinFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
|
+
title?: string | undefined;
|
|
53
|
+
}>;
|
|
54
|
+
export declare const CoinLineSvg: string;
|
|
55
|
+
export declare const CoinLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
|
+
title?: string | undefined;
|
|
57
|
+
}>;
|
|
58
|
+
export declare const CoinsFillSvg: string;
|
|
59
|
+
export declare const CoinsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
|
+
title?: string | undefined;
|
|
61
|
+
}>;
|
|
62
|
+
export declare const CoinsLineSvg: string;
|
|
63
|
+
export declare const CoinsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
|
+
title?: string | undefined;
|
|
65
|
+
}>;
|
|
66
|
+
export declare const CopperCoinFillSvg: string;
|
|
67
|
+
export declare const CopperCoinFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
|
+
title?: string | undefined;
|
|
69
|
+
}>;
|
|
70
|
+
export declare const CopperCoinLineSvg: string;
|
|
71
|
+
export declare const CopperCoinLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
|
+
title?: string | undefined;
|
|
73
|
+
}>;
|
|
74
|
+
export declare const CopperDiamondFillSvg: string;
|
|
75
|
+
export declare const CopperDiamondFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
|
+
title?: string | undefined;
|
|
77
|
+
}>;
|
|
78
|
+
export declare const CopperDiamondLineSvg: string;
|
|
79
|
+
export declare const CopperDiamondLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
|
+
title?: string | undefined;
|
|
81
|
+
}>;
|
|
82
|
+
export declare const Coupon2FillSvg: string;
|
|
83
|
+
export declare const Coupon2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
|
+
title?: string | undefined;
|
|
85
|
+
}>;
|
|
86
|
+
export declare const Coupon2LineSvg: string;
|
|
87
|
+
export declare const Coupon2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
|
+
title?: string | undefined;
|
|
89
|
+
}>;
|
|
90
|
+
export declare const Coupon3FillSvg: string;
|
|
91
|
+
export declare const Coupon3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
|
+
title?: string | undefined;
|
|
93
|
+
}>;
|
|
94
|
+
export declare const Coupon3LineSvg: string;
|
|
95
|
+
export declare const Coupon3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
|
+
title?: string | undefined;
|
|
97
|
+
}>;
|
|
98
|
+
export declare const Coupon4FillSvg: string;
|
|
99
|
+
export declare const Coupon4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
|
+
title?: string | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
export declare const Coupon4LineSvg: string;
|
|
103
|
+
export declare const Coupon4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
|
+
title?: string | undefined;
|
|
105
|
+
}>;
|
|
106
|
+
export declare const Coupon5FillSvg: string;
|
|
107
|
+
export declare const Coupon5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
|
+
title?: string | undefined;
|
|
109
|
+
}>;
|
|
110
|
+
export declare const Coupon5LineSvg: string;
|
|
111
|
+
export declare const Coupon5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
+
title?: string | undefined;
|
|
113
|
+
}>;
|
|
114
|
+
export declare const CouponFillSvg: string;
|
|
115
|
+
export declare const CouponFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
|
+
title?: string | undefined;
|
|
117
|
+
}>;
|
|
118
|
+
export declare const CouponLineSvg: string;
|
|
119
|
+
export declare const CouponLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
|
+
title?: string | undefined;
|
|
121
|
+
}>;
|
|
122
|
+
export declare const CurrencyFillSvg: string;
|
|
123
|
+
export declare const CurrencyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
+
title?: string | undefined;
|
|
125
|
+
}>;
|
|
126
|
+
export declare const CurrencyLineSvg: string;
|
|
127
|
+
export declare const CurrencyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
|
+
title?: string | undefined;
|
|
129
|
+
}>;
|
|
130
|
+
export declare const ExchangeBoxFillSvg: string;
|
|
131
|
+
export declare const ExchangeBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
|
+
title?: string | undefined;
|
|
133
|
+
}>;
|
|
134
|
+
export declare const ExchangeBoxLineSvg: string;
|
|
135
|
+
export declare const ExchangeBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
+
title?: string | undefined;
|
|
137
|
+
}>;
|
|
138
|
+
export declare const ExchangeCnyFillSvg: string;
|
|
139
|
+
export declare const ExchangeCnyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
|
+
title?: string | undefined;
|
|
141
|
+
}>;
|
|
142
|
+
export declare const ExchangeCnyLineSvg: string;
|
|
143
|
+
export declare const ExchangeCnyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
|
+
title?: string | undefined;
|
|
145
|
+
}>;
|
|
146
|
+
export declare const ExchangeDollarFillSvg: string;
|
|
147
|
+
export declare const ExchangeDollarFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
+
title?: string | undefined;
|
|
149
|
+
}>;
|
|
150
|
+
export declare const ExchangeDollarLineSvg: string;
|
|
151
|
+
export declare const ExchangeDollarLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
|
+
title?: string | undefined;
|
|
153
|
+
}>;
|
|
154
|
+
export declare const ExchangeFillSvg: string;
|
|
155
|
+
export declare const ExchangeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
|
+
title?: string | undefined;
|
|
157
|
+
}>;
|
|
158
|
+
export declare const ExchangeFundsFillSvg: string;
|
|
159
|
+
export declare const ExchangeFundsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
+
title?: string | undefined;
|
|
161
|
+
}>;
|
|
162
|
+
export declare const ExchangeFundsLineSvg: string;
|
|
163
|
+
export declare const ExchangeFundsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
|
+
title?: string | undefined;
|
|
165
|
+
}>;
|
|
166
|
+
export declare const ExchangeLineSvg: string;
|
|
167
|
+
export declare const ExchangeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
|
+
title?: string | undefined;
|
|
169
|
+
}>;
|
|
170
|
+
export declare const FundsBoxFillSvg: string;
|
|
171
|
+
export declare const FundsBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
|
+
title?: string | undefined;
|
|
173
|
+
}>;
|
|
174
|
+
export declare const FundsBoxLineSvg: string;
|
|
175
|
+
export declare const FundsBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
|
+
title?: string | undefined;
|
|
177
|
+
}>;
|
|
178
|
+
export declare const FundsFillSvg: string;
|
|
179
|
+
export declare const FundsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
|
+
title?: string | undefined;
|
|
181
|
+
}>;
|
|
182
|
+
export declare const FundsLineSvg: string;
|
|
183
|
+
export declare const FundsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
|
+
title?: string | undefined;
|
|
185
|
+
}>;
|
|
186
|
+
export declare const Gift2FillSvg: string;
|
|
187
|
+
export declare const Gift2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
|
+
title?: string | undefined;
|
|
189
|
+
}>;
|
|
190
|
+
export declare const Gift2LineSvg: string;
|
|
191
|
+
export declare const Gift2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
|
+
title?: string | undefined;
|
|
193
|
+
}>;
|
|
194
|
+
export declare const GiftFillSvg: string;
|
|
195
|
+
export declare const GiftFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
+
title?: string | undefined;
|
|
197
|
+
}>;
|
|
198
|
+
export declare const GiftLineSvg: string;
|
|
199
|
+
export declare const GiftLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
|
+
title?: string | undefined;
|
|
201
|
+
}>;
|
|
202
|
+
export declare const HandCoinFillSvg: string;
|
|
203
|
+
export declare const HandCoinFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
204
|
+
title?: string | undefined;
|
|
205
|
+
}>;
|
|
206
|
+
export declare const HandCoinLineSvg: string;
|
|
207
|
+
export declare const HandCoinLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
|
+
title?: string | undefined;
|
|
209
|
+
}>;
|
|
210
|
+
export declare const HandHeartFillSvg: string;
|
|
211
|
+
export declare const HandHeartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
212
|
+
title?: string | undefined;
|
|
213
|
+
}>;
|
|
214
|
+
export declare const HandHeartLineSvg: string;
|
|
215
|
+
export declare const HandHeartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
216
|
+
title?: string | undefined;
|
|
217
|
+
}>;
|
|
218
|
+
export declare const IncreaseDecreaseFillSvg: string;
|
|
219
|
+
export declare const IncreaseDecreaseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
|
+
title?: string | undefined;
|
|
221
|
+
}>;
|
|
222
|
+
export declare const IncreaseDecreaseLineSvg: string;
|
|
223
|
+
export declare const IncreaseDecreaseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
224
|
+
title?: string | undefined;
|
|
225
|
+
}>;
|
|
226
|
+
export declare const MoneyCnyBoxFillSvg: string;
|
|
227
|
+
export declare const MoneyCnyBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
228
|
+
title?: string | undefined;
|
|
229
|
+
}>;
|
|
230
|
+
export declare const MoneyCnyBoxLineSvg: string;
|
|
231
|
+
export declare const MoneyCnyBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
|
+
title?: string | undefined;
|
|
233
|
+
}>;
|
|
234
|
+
export declare const MoneyCnyCircleFillSvg: string;
|
|
235
|
+
export declare const MoneyCnyCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
236
|
+
title?: string | undefined;
|
|
237
|
+
}>;
|
|
238
|
+
export declare const MoneyCnyCircleLineSvg: string;
|
|
239
|
+
export declare const MoneyCnyCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
240
|
+
title?: string | undefined;
|
|
241
|
+
}>;
|
|
242
|
+
export declare const MoneyDollarBoxFillSvg: string;
|
|
243
|
+
export declare const MoneyDollarBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
|
+
title?: string | undefined;
|
|
245
|
+
}>;
|
|
246
|
+
export declare const MoneyDollarBoxLineSvg: string;
|
|
247
|
+
export declare const MoneyDollarBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
248
|
+
title?: string | undefined;
|
|
249
|
+
}>;
|
|
250
|
+
export declare const MoneyDollarCircleFillSvg: string;
|
|
251
|
+
export declare const MoneyDollarCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
252
|
+
title?: string | undefined;
|
|
253
|
+
}>;
|
|
254
|
+
export declare const MoneyDollarCircleLineSvg: string;
|
|
255
|
+
export declare const MoneyDollarCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
|
+
title?: string | undefined;
|
|
257
|
+
}>;
|
|
258
|
+
export declare const MoneyEuroBoxFillSvg: string;
|
|
259
|
+
export declare const MoneyEuroBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
260
|
+
title?: string | undefined;
|
|
261
|
+
}>;
|
|
262
|
+
export declare const MoneyEuroBoxLineSvg: string;
|
|
263
|
+
export declare const MoneyEuroBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
264
|
+
title?: string | undefined;
|
|
265
|
+
}>;
|
|
266
|
+
export declare const MoneyEuroCircleFillSvg: string;
|
|
267
|
+
export declare const MoneyEuroCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
268
|
+
title?: string | undefined;
|
|
269
|
+
}>;
|
|
270
|
+
export declare const MoneyEuroCircleLineSvg: string;
|
|
271
|
+
export declare const MoneyEuroCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
272
|
+
title?: string | undefined;
|
|
273
|
+
}>;
|
|
274
|
+
export declare const MoneyPoundBoxFillSvg: string;
|
|
275
|
+
export declare const MoneyPoundBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
276
|
+
title?: string | undefined;
|
|
277
|
+
}>;
|
|
278
|
+
export declare const MoneyPoundBoxLineSvg: string;
|
|
279
|
+
export declare const MoneyPoundBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
280
|
+
title?: string | undefined;
|
|
281
|
+
}>;
|
|
282
|
+
export declare const MoneyPoundCircleFillSvg: string;
|
|
283
|
+
export declare const MoneyPoundCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
284
|
+
title?: string | undefined;
|
|
285
|
+
}>;
|
|
286
|
+
export declare const MoneyPoundCircleLineSvg: string;
|
|
287
|
+
export declare const MoneyPoundCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
288
|
+
title?: string | undefined;
|
|
289
|
+
}>;
|
|
290
|
+
export declare const NftFillSvg: string;
|
|
291
|
+
export declare const NftFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
292
|
+
title?: string | undefined;
|
|
293
|
+
}>;
|
|
294
|
+
export declare const NftLineSvg: string;
|
|
295
|
+
export declare const NftLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
296
|
+
title?: string | undefined;
|
|
297
|
+
}>;
|
|
298
|
+
export declare const P2PFillSvg: string;
|
|
299
|
+
export declare const P2PFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
300
|
+
title?: string | undefined;
|
|
301
|
+
}>;
|
|
302
|
+
export declare const P2PLineSvg: string;
|
|
303
|
+
export declare const P2PLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
304
|
+
title?: string | undefined;
|
|
305
|
+
}>;
|
|
306
|
+
export declare const PercentFillSvg: string;
|
|
307
|
+
export declare const PercentFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
308
|
+
title?: string | undefined;
|
|
309
|
+
}>;
|
|
310
|
+
export declare const PercentLineSvg: string;
|
|
311
|
+
export declare const PercentLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
312
|
+
title?: string | undefined;
|
|
313
|
+
}>;
|
|
314
|
+
export declare const PriceTag2FillSvg: string;
|
|
315
|
+
export declare const PriceTag2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
316
|
+
title?: string | undefined;
|
|
317
|
+
}>;
|
|
318
|
+
export declare const PriceTag2LineSvg: string;
|
|
319
|
+
export declare const PriceTag2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
320
|
+
title?: string | undefined;
|
|
321
|
+
}>;
|
|
322
|
+
export declare const PriceTag3FillSvg: string;
|
|
323
|
+
export declare const PriceTag3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
324
|
+
title?: string | undefined;
|
|
325
|
+
}>;
|
|
326
|
+
export declare const PriceTag3LineSvg: string;
|
|
327
|
+
export declare const PriceTag3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
328
|
+
title?: string | undefined;
|
|
329
|
+
}>;
|
|
330
|
+
export declare const PriceTagFillSvg: string;
|
|
331
|
+
export declare const PriceTagFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
332
|
+
title?: string | undefined;
|
|
333
|
+
}>;
|
|
334
|
+
export declare const PriceTagLineSvg: string;
|
|
335
|
+
export declare const PriceTagLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
336
|
+
title?: string | undefined;
|
|
337
|
+
}>;
|
|
338
|
+
export declare const RedPacketFillSvg: string;
|
|
339
|
+
export declare const RedPacketFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
340
|
+
title?: string | undefined;
|
|
341
|
+
}>;
|
|
342
|
+
export declare const RedPacketLineSvg: string;
|
|
343
|
+
export declare const RedPacketLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
344
|
+
title?: string | undefined;
|
|
345
|
+
}>;
|
|
346
|
+
export declare const Refund2FillSvg: string;
|
|
347
|
+
export declare const Refund2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
348
|
+
title?: string | undefined;
|
|
349
|
+
}>;
|
|
350
|
+
export declare const Refund2LineSvg: string;
|
|
351
|
+
export declare const Refund2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
352
|
+
title?: string | undefined;
|
|
353
|
+
}>;
|
|
354
|
+
export declare const RefundFillSvg: string;
|
|
355
|
+
export declare const RefundFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
356
|
+
title?: string | undefined;
|
|
357
|
+
}>;
|
|
358
|
+
export declare const RefundLineSvg: string;
|
|
359
|
+
export declare const RefundLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
360
|
+
title?: string | undefined;
|
|
361
|
+
}>;
|
|
362
|
+
export declare const Safe2FillSvg: string;
|
|
363
|
+
export declare const Safe2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
364
|
+
title?: string | undefined;
|
|
365
|
+
}>;
|
|
366
|
+
export declare const Safe2LineSvg: string;
|
|
367
|
+
export declare const Safe2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
368
|
+
title?: string | undefined;
|
|
369
|
+
}>;
|
|
370
|
+
export declare const SafeFillSvg: string;
|
|
371
|
+
export declare const SafeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
372
|
+
title?: string | undefined;
|
|
373
|
+
}>;
|
|
374
|
+
export declare const SafeLineSvg: string;
|
|
375
|
+
export declare const SafeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
376
|
+
title?: string | undefined;
|
|
377
|
+
}>;
|
|
378
|
+
export declare const SecurePaymentFillSvg: string;
|
|
379
|
+
export declare const SecurePaymentFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
380
|
+
title?: string | undefined;
|
|
381
|
+
}>;
|
|
382
|
+
export declare const SecurePaymentLineSvg: string;
|
|
383
|
+
export declare const SecurePaymentLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
384
|
+
title?: string | undefined;
|
|
385
|
+
}>;
|
|
386
|
+
export declare const ShoppingBag2FillSvg: string;
|
|
387
|
+
export declare const ShoppingBag2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
388
|
+
title?: string | undefined;
|
|
389
|
+
}>;
|
|
390
|
+
export declare const ShoppingBag2LineSvg: string;
|
|
391
|
+
export declare const ShoppingBag2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
392
|
+
title?: string | undefined;
|
|
393
|
+
}>;
|
|
394
|
+
export declare const ShoppingBag3FillSvg: string;
|
|
395
|
+
export declare const ShoppingBag3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
396
|
+
title?: string | undefined;
|
|
397
|
+
}>;
|
|
398
|
+
export declare const ShoppingBag3LineSvg: string;
|
|
399
|
+
export declare const ShoppingBag3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
400
|
+
title?: string | undefined;
|
|
401
|
+
}>;
|
|
402
|
+
export declare const ShoppingBagFillSvg: string;
|
|
403
|
+
export declare const ShoppingBagFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
404
|
+
title?: string | undefined;
|
|
405
|
+
}>;
|
|
406
|
+
export declare const ShoppingBagLineSvg: string;
|
|
407
|
+
export declare const ShoppingBagLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
408
|
+
title?: string | undefined;
|
|
409
|
+
}>;
|
|
410
|
+
export declare const ShoppingBasket2FillSvg: string;
|
|
411
|
+
export declare const ShoppingBasket2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
412
|
+
title?: string | undefined;
|
|
413
|
+
}>;
|
|
414
|
+
export declare const ShoppingBasket2LineSvg: string;
|
|
415
|
+
export declare const ShoppingBasket2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
416
|
+
title?: string | undefined;
|
|
417
|
+
}>;
|
|
418
|
+
export declare const ShoppingBasketFillSvg: string;
|
|
419
|
+
export declare const ShoppingBasketFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
420
|
+
title?: string | undefined;
|
|
421
|
+
}>;
|
|
422
|
+
export declare const ShoppingBasketLineSvg: string;
|
|
423
|
+
export declare const ShoppingBasketLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
424
|
+
title?: string | undefined;
|
|
425
|
+
}>;
|
|
426
|
+
export declare const ShoppingCart2FillSvg: string;
|
|
427
|
+
export declare const ShoppingCart2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
428
|
+
title?: string | undefined;
|
|
429
|
+
}>;
|
|
430
|
+
export declare const ShoppingCart2LineSvg: string;
|
|
431
|
+
export declare const ShoppingCart2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
432
|
+
title?: string | undefined;
|
|
433
|
+
}>;
|
|
434
|
+
export declare const ShoppingCartFillSvg: string;
|
|
435
|
+
export declare const ShoppingCartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
436
|
+
title?: string | undefined;
|
|
437
|
+
}>;
|
|
438
|
+
export declare const ShoppingCartLineSvg: string;
|
|
439
|
+
export declare const ShoppingCartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
440
|
+
title?: string | undefined;
|
|
441
|
+
}>;
|
|
442
|
+
export declare const StockFillSvg: string;
|
|
443
|
+
export declare const StockFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
444
|
+
title?: string | undefined;
|
|
445
|
+
}>;
|
|
446
|
+
export declare const StockLineSvg: string;
|
|
447
|
+
export declare const StockLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
448
|
+
title?: string | undefined;
|
|
449
|
+
}>;
|
|
450
|
+
export declare const SwapBoxFillSvg: string;
|
|
451
|
+
export declare const SwapBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
452
|
+
title?: string | undefined;
|
|
453
|
+
}>;
|
|
454
|
+
export declare const SwapBoxLineSvg: string;
|
|
455
|
+
export declare const SwapBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
456
|
+
title?: string | undefined;
|
|
457
|
+
}>;
|
|
458
|
+
export declare const SwapFillSvg: string;
|
|
459
|
+
export declare const SwapFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
460
|
+
title?: string | undefined;
|
|
461
|
+
}>;
|
|
462
|
+
export declare const SwapLineSvg: string;
|
|
463
|
+
export declare const SwapLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
464
|
+
title?: string | undefined;
|
|
465
|
+
}>;
|
|
466
|
+
export declare const Ticket2FillSvg: string;
|
|
467
|
+
export declare const Ticket2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
468
|
+
title?: string | undefined;
|
|
469
|
+
}>;
|
|
470
|
+
export declare const Ticket2LineSvg: string;
|
|
471
|
+
export declare const Ticket2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
472
|
+
title?: string | undefined;
|
|
473
|
+
}>;
|
|
474
|
+
export declare const TicketFillSvg: string;
|
|
475
|
+
export declare const TicketFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
476
|
+
title?: string | undefined;
|
|
477
|
+
}>;
|
|
478
|
+
export declare const TicketLineSvg: string;
|
|
479
|
+
export declare const TicketLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
480
|
+
title?: string | undefined;
|
|
481
|
+
}>;
|
|
482
|
+
export declare const TokenSwapFillSvg: string;
|
|
483
|
+
export declare const TokenSwapFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
484
|
+
title?: string | undefined;
|
|
485
|
+
}>;
|
|
486
|
+
export declare const TokenSwapLineSvg: string;
|
|
487
|
+
export declare const TokenSwapLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
488
|
+
title?: string | undefined;
|
|
489
|
+
}>;
|
|
490
|
+
export declare const TrophyFillSvg: string;
|
|
491
|
+
export declare const TrophyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
492
|
+
title?: string | undefined;
|
|
493
|
+
}>;
|
|
494
|
+
export declare const TrophyLineSvg: string;
|
|
495
|
+
export declare const TrophyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
496
|
+
title?: string | undefined;
|
|
497
|
+
}>;
|
|
498
|
+
export declare const VipCrown2FillSvg: string;
|
|
499
|
+
export declare const VipCrown2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
500
|
+
title?: string | undefined;
|
|
501
|
+
}>;
|
|
502
|
+
export declare const VipCrown2LineSvg: string;
|
|
503
|
+
export declare const VipCrown2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
504
|
+
title?: string | undefined;
|
|
505
|
+
}>;
|
|
506
|
+
export declare const VipCrownFillSvg: string;
|
|
507
|
+
export declare const VipCrownFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
508
|
+
title?: string | undefined;
|
|
509
|
+
}>;
|
|
510
|
+
export declare const VipCrownLineSvg: string;
|
|
511
|
+
export declare const VipCrownLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
512
|
+
title?: string | undefined;
|
|
513
|
+
}>;
|
|
514
|
+
export declare const VipDiamondFillSvg: string;
|
|
515
|
+
export declare const VipDiamondFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
516
|
+
title?: string | undefined;
|
|
517
|
+
}>;
|
|
518
|
+
export declare const VipDiamondLineSvg: string;
|
|
519
|
+
export declare const VipDiamondLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
520
|
+
title?: string | undefined;
|
|
521
|
+
}>;
|
|
522
|
+
export declare const VipFillSvg: string;
|
|
523
|
+
export declare const VipFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
524
|
+
title?: string | undefined;
|
|
525
|
+
}>;
|
|
526
|
+
export declare const VipLineSvg: string;
|
|
527
|
+
export declare const VipLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
528
|
+
title?: string | undefined;
|
|
529
|
+
}>;
|
|
530
|
+
export declare const Wallet2FillSvg: string;
|
|
531
|
+
export declare const Wallet2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
532
|
+
title?: string | undefined;
|
|
533
|
+
}>;
|
|
534
|
+
export declare const Wallet2LineSvg: string;
|
|
535
|
+
export declare const Wallet2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
536
|
+
title?: string | undefined;
|
|
537
|
+
}>;
|
|
538
|
+
export declare const Wallet3FillSvg: string;
|
|
539
|
+
export declare const Wallet3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
540
|
+
title?: string | undefined;
|
|
541
|
+
}>;
|
|
542
|
+
export declare const Wallet3LineSvg: string;
|
|
543
|
+
export declare const Wallet3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
544
|
+
title?: string | undefined;
|
|
545
|
+
}>;
|
|
546
|
+
export declare const WalletFillSvg: string;
|
|
547
|
+
export declare const WalletFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
548
|
+
title?: string | undefined;
|
|
549
|
+
}>;
|
|
550
|
+
export declare const WalletLineSvg: string;
|
|
551
|
+
export declare const WalletLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
552
|
+
title?: string | undefined;
|
|
553
|
+
}>;
|
|
554
|
+
export declare const WaterFlashFillSvg: string;
|
|
555
|
+
export declare const WaterFlashFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
556
|
+
title?: string | undefined;
|
|
557
|
+
}>;
|
|
558
|
+
export declare const WaterFlashLineSvg: string;
|
|
559
|
+
export declare const WaterFlashLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
560
|
+
title?: string | undefined;
|
|
561
|
+
}>;
|