@team-monolith/cds 0.6.2 → 0.6.4
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 +6 -1
- package/dist/index.js +6 -1
- package/dist/remixicons/Arrows/index.d.ts +0 -325
- package/dist/remixicons/Arrows/index.js +108 -216
- package/dist/remixicons/Buildings/index.d.ts +0 -175
- package/dist/remixicons/Buildings/index.js +58 -116
- package/dist/remixicons/Business/index.d.ts +0 -577
- package/dist/remixicons/Business/index.js +192 -384
- package/dist/remixicons/Communication/index.d.ts +0 -193
- package/dist/remixicons/Communication/index.js +64 -128
- package/dist/remixicons/Design/index.d.ts +0 -493
- package/dist/remixicons/Design/index.js +164 -328
- package/dist/remixicons/Development/index.d.ts +0 -151
- package/dist/remixicons/Development/index.js +50 -100
- package/dist/remixicons/Device/index.d.ts +0 -499
- package/dist/remixicons/Device/index.js +166 -332
- package/dist/remixicons/Document/index.d.ts +0 -607
- package/dist/remixicons/Document/index.js +202 -404
- package/dist/remixicons/Editor/index.d.ts +0 -343
- package/dist/remixicons/Editor/index.js +114 -228
- package/dist/remixicons/Finance/index.d.ts +0 -421
- package/dist/remixicons/Finance/index.js +140 -280
- package/dist/remixicons/Health & Medical/index.d.ts +0 -187
- package/dist/remixicons/Health & Medical/index.js +62 -124
- package/dist/remixicons/Logos/index.d.ts +0 -673
- package/dist/remixicons/Logos/index.js +224 -448
- package/dist/remixicons/Map/index.d.ts +0 -523
- package/dist/remixicons/Map/index.js +174 -348
- package/dist/remixicons/Media/index.d.ts +0 -655
- package/dist/remixicons/Media/index.js +218 -436
- package/dist/remixicons/Others/index.d.ts +0 -313
- package/dist/remixicons/Others/index.js +104 -208
- package/dist/remixicons/System/index.d.ts +0 -787
- package/dist/remixicons/System/index.js +262 -524
- package/dist/remixicons/User & Faces/index.d.ts +0 -337
- package/dist/remixicons/User & Faces/index.js +112 -224
- package/dist/remixicons/Weather/index.d.ts +0 -241
- package/dist/remixicons/Weather/index.js +80 -160
- package/package.json +2 -2
|
@@ -1,1049 +1,262 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const addBoxFillSvg: string;
|
|
3
|
-
export declare const AddBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
|
-
title?: string | undefined;
|
|
5
|
-
}>;
|
|
6
2
|
export declare const addBoxLineSvg: string;
|
|
7
|
-
export declare const AddBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
|
-
title?: string | undefined;
|
|
9
|
-
}>;
|
|
10
3
|
export declare const addCircleFillSvg: string;
|
|
11
|
-
export declare const AddCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
|
-
title?: string | undefined;
|
|
13
|
-
}>;
|
|
14
4
|
export declare const addCircleLineSvg: string;
|
|
15
|
-
export declare const AddCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
|
-
title?: string | undefined;
|
|
17
|
-
}>;
|
|
18
5
|
export declare const addFillSvg: string;
|
|
19
|
-
export declare const AddFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
|
-
title?: string | undefined;
|
|
21
|
-
}>;
|
|
22
6
|
export declare const addLineSvg: string;
|
|
23
|
-
export declare const AddLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
|
-
title?: string | undefined;
|
|
25
|
-
}>;
|
|
26
7
|
export declare const alarmFillSvg: string;
|
|
27
|
-
export declare const AlarmFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
|
-
title?: string | undefined;
|
|
29
|
-
}>;
|
|
30
8
|
export declare const alarmLineSvg: string;
|
|
31
|
-
export declare const AlarmLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
|
-
title?: string | undefined;
|
|
33
|
-
}>;
|
|
34
9
|
export declare const alarmWarningFillSvg: string;
|
|
35
|
-
export declare const AlarmWarningFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
|
-
title?: string | undefined;
|
|
37
|
-
}>;
|
|
38
10
|
export declare const alarmWarningLineSvg: string;
|
|
39
|
-
export declare const AlarmWarningLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
|
-
title?: string | undefined;
|
|
41
|
-
}>;
|
|
42
11
|
export declare const alertFillSvg: string;
|
|
43
|
-
export declare const AlertFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
|
-
title?: string | undefined;
|
|
45
|
-
}>;
|
|
46
12
|
export declare const alertLineSvg: string;
|
|
47
|
-
export declare const AlertLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
|
-
title?: string | undefined;
|
|
49
|
-
}>;
|
|
50
13
|
export declare const apps2FillSvg: string;
|
|
51
|
-
export declare const Apps2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
|
-
title?: string | undefined;
|
|
53
|
-
}>;
|
|
54
14
|
export declare const apps2LineSvg: string;
|
|
55
|
-
export declare const Apps2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
|
-
title?: string | undefined;
|
|
57
|
-
}>;
|
|
58
15
|
export declare const appsFillSvg: string;
|
|
59
|
-
export declare const AppsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
|
-
title?: string | undefined;
|
|
61
|
-
}>;
|
|
62
16
|
export declare const appsLineSvg: string;
|
|
63
|
-
export declare const AppsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
|
-
title?: string | undefined;
|
|
65
|
-
}>;
|
|
66
17
|
export declare const checkDoubleFillSvg: string;
|
|
67
|
-
export declare const CheckDoubleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
|
-
title?: string | undefined;
|
|
69
|
-
}>;
|
|
70
18
|
export declare const checkDoubleLineSvg: string;
|
|
71
|
-
export declare const CheckDoubleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
|
-
title?: string | undefined;
|
|
73
|
-
}>;
|
|
74
19
|
export declare const checkFillSvg: string;
|
|
75
|
-
export declare const CheckFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
|
-
title?: string | undefined;
|
|
77
|
-
}>;
|
|
78
20
|
export declare const checkLineSvg: string;
|
|
79
|
-
export declare const CheckLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
|
-
title?: string | undefined;
|
|
81
|
-
}>;
|
|
82
21
|
export declare const checkboxBlankCircleFillSvg: string;
|
|
83
|
-
export declare const CheckboxBlankCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
|
-
title?: string | undefined;
|
|
85
|
-
}>;
|
|
86
22
|
export declare const checkboxBlankCircleLineSvg: string;
|
|
87
|
-
export declare const CheckboxBlankCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
|
-
title?: string | undefined;
|
|
89
|
-
}>;
|
|
90
23
|
export declare const checkboxBlankFillSvg: string;
|
|
91
|
-
export declare const CheckboxBlankFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
|
-
title?: string | undefined;
|
|
93
|
-
}>;
|
|
94
24
|
export declare const checkboxBlankLineSvg: string;
|
|
95
|
-
export declare const CheckboxBlankLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
|
-
title?: string | undefined;
|
|
97
|
-
}>;
|
|
98
25
|
export declare const checkboxCircleFillSvg: string;
|
|
99
|
-
export declare const CheckboxCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
|
-
title?: string | undefined;
|
|
101
|
-
}>;
|
|
102
26
|
export declare const checkboxCircleLineSvg: string;
|
|
103
|
-
export declare const CheckboxCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
|
-
title?: string | undefined;
|
|
105
|
-
}>;
|
|
106
27
|
export declare const checkboxFillSvg: string;
|
|
107
|
-
export declare const CheckboxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
|
-
title?: string | undefined;
|
|
109
|
-
}>;
|
|
110
28
|
export declare const checkboxIndeterminateFillSvg: string;
|
|
111
|
-
export declare const CheckboxIndeterminateFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
-
title?: string | undefined;
|
|
113
|
-
}>;
|
|
114
29
|
export declare const checkboxIndeterminateLineSvg: string;
|
|
115
|
-
export declare const CheckboxIndeterminateLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
|
-
title?: string | undefined;
|
|
117
|
-
}>;
|
|
118
30
|
export declare const checkboxLineSvg: string;
|
|
119
|
-
export declare const CheckboxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
|
-
title?: string | undefined;
|
|
121
|
-
}>;
|
|
122
31
|
export declare const checkboxMultipleBlankFillSvg: string;
|
|
123
|
-
export declare const CheckboxMultipleBlankFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
-
title?: string | undefined;
|
|
125
|
-
}>;
|
|
126
32
|
export declare const checkboxMultipleBlankLineSvg: string;
|
|
127
|
-
export declare const CheckboxMultipleBlankLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
|
-
title?: string | undefined;
|
|
129
|
-
}>;
|
|
130
33
|
export declare const checkboxMultipleFillSvg: string;
|
|
131
|
-
export declare const CheckboxMultipleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
|
-
title?: string | undefined;
|
|
133
|
-
}>;
|
|
134
34
|
export declare const checkboxMultipleLineSvg: string;
|
|
135
|
-
export declare const CheckboxMultipleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
-
title?: string | undefined;
|
|
137
|
-
}>;
|
|
138
35
|
export declare const closeCircleFillSvg: string;
|
|
139
|
-
export declare const CloseCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
|
-
title?: string | undefined;
|
|
141
|
-
}>;
|
|
142
36
|
export declare const closeCircleLineSvg: string;
|
|
143
|
-
export declare const CloseCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
|
-
title?: string | undefined;
|
|
145
|
-
}>;
|
|
146
37
|
export declare const closeFillSvg: string;
|
|
147
|
-
export declare const CloseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
-
title?: string | undefined;
|
|
149
|
-
}>;
|
|
150
38
|
export declare const closeLineSvg: string;
|
|
151
|
-
export declare const CloseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
|
-
title?: string | undefined;
|
|
153
|
-
}>;
|
|
154
39
|
export declare const dashboardFillSvg: string;
|
|
155
|
-
export declare const DashboardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
|
-
title?: string | undefined;
|
|
157
|
-
}>;
|
|
158
40
|
export declare const dashboardLineSvg: string;
|
|
159
|
-
export declare const DashboardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
-
title?: string | undefined;
|
|
161
|
-
}>;
|
|
162
41
|
export declare const deleteBack2FillSvg: string;
|
|
163
|
-
export declare const DeleteBack2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
|
-
title?: string | undefined;
|
|
165
|
-
}>;
|
|
166
42
|
export declare const deleteBack2LineSvg: string;
|
|
167
|
-
export declare const DeleteBack2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
|
-
title?: string | undefined;
|
|
169
|
-
}>;
|
|
170
43
|
export declare const deleteBackFillSvg: string;
|
|
171
|
-
export declare const DeleteBackFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
|
-
title?: string | undefined;
|
|
173
|
-
}>;
|
|
174
44
|
export declare const deleteBackLineSvg: string;
|
|
175
|
-
export declare const DeleteBackLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
|
-
title?: string | undefined;
|
|
177
|
-
}>;
|
|
178
45
|
export declare const deleteBin2FillSvg: string;
|
|
179
|
-
export declare const DeleteBin2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
|
-
title?: string | undefined;
|
|
181
|
-
}>;
|
|
182
46
|
export declare const deleteBin2LineSvg: string;
|
|
183
|
-
export declare const DeleteBin2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
|
-
title?: string | undefined;
|
|
185
|
-
}>;
|
|
186
47
|
export declare const deleteBin3FillSvg: string;
|
|
187
|
-
export declare const DeleteBin3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
|
-
title?: string | undefined;
|
|
189
|
-
}>;
|
|
190
48
|
export declare const deleteBin3LineSvg: string;
|
|
191
|
-
export declare const DeleteBin3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
|
-
title?: string | undefined;
|
|
193
|
-
}>;
|
|
194
49
|
export declare const deleteBin4FillSvg: string;
|
|
195
|
-
export declare const DeleteBin4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
-
title?: string | undefined;
|
|
197
|
-
}>;
|
|
198
50
|
export declare const deleteBin4LineSvg: string;
|
|
199
|
-
export declare const DeleteBin4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
|
-
title?: string | undefined;
|
|
201
|
-
}>;
|
|
202
51
|
export declare const deleteBin5FillSvg: string;
|
|
203
|
-
export declare const DeleteBin5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
204
|
-
title?: string | undefined;
|
|
205
|
-
}>;
|
|
206
52
|
export declare const deleteBin5LineSvg: string;
|
|
207
|
-
export declare const DeleteBin5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
|
-
title?: string | undefined;
|
|
209
|
-
}>;
|
|
210
53
|
export declare const deleteBin6FillSvg: string;
|
|
211
|
-
export declare const DeleteBin6FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
212
|
-
title?: string | undefined;
|
|
213
|
-
}>;
|
|
214
54
|
export declare const deleteBin6LineSvg: string;
|
|
215
|
-
export declare const DeleteBin6LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
216
|
-
title?: string | undefined;
|
|
217
|
-
}>;
|
|
218
55
|
export declare const deleteBin7FillSvg: string;
|
|
219
|
-
export declare const DeleteBin7FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
|
-
title?: string | undefined;
|
|
221
|
-
}>;
|
|
222
56
|
export declare const deleteBin7LineSvg: string;
|
|
223
|
-
export declare const DeleteBin7LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
224
|
-
title?: string | undefined;
|
|
225
|
-
}>;
|
|
226
57
|
export declare const deleteBinFillSvg: string;
|
|
227
|
-
export declare const DeleteBinFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
228
|
-
title?: string | undefined;
|
|
229
|
-
}>;
|
|
230
58
|
export declare const deleteBinLineSvg: string;
|
|
231
|
-
export declare const DeleteBinLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
|
-
title?: string | undefined;
|
|
233
|
-
}>;
|
|
234
59
|
export declare const divideFillSvg: string;
|
|
235
|
-
export declare const DivideFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
236
|
-
title?: string | undefined;
|
|
237
|
-
}>;
|
|
238
60
|
export declare const divideLineSvg: string;
|
|
239
|
-
export declare const DivideLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
240
|
-
title?: string | undefined;
|
|
241
|
-
}>;
|
|
242
61
|
export declare const download2FillSvg: string;
|
|
243
|
-
export declare const Download2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
|
-
title?: string | undefined;
|
|
245
|
-
}>;
|
|
246
62
|
export declare const download2LineSvg: string;
|
|
247
|
-
export declare const Download2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
248
|
-
title?: string | undefined;
|
|
249
|
-
}>;
|
|
250
63
|
export declare const downloadCloud2FillSvg: string;
|
|
251
|
-
export declare const DownloadCloud2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
252
|
-
title?: string | undefined;
|
|
253
|
-
}>;
|
|
254
64
|
export declare const downloadCloud2LineSvg: string;
|
|
255
|
-
export declare const DownloadCloud2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
|
-
title?: string | undefined;
|
|
257
|
-
}>;
|
|
258
65
|
export declare const downloadCloudFillSvg: string;
|
|
259
|
-
export declare const DownloadCloudFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
260
|
-
title?: string | undefined;
|
|
261
|
-
}>;
|
|
262
66
|
export declare const downloadCloudLineSvg: string;
|
|
263
|
-
export declare const DownloadCloudLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
264
|
-
title?: string | undefined;
|
|
265
|
-
}>;
|
|
266
67
|
export declare const downloadFillSvg: string;
|
|
267
|
-
export declare const DownloadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
268
|
-
title?: string | undefined;
|
|
269
|
-
}>;
|
|
270
68
|
export declare const downloadLineSvg: string;
|
|
271
|
-
export declare const DownloadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
272
|
-
title?: string | undefined;
|
|
273
|
-
}>;
|
|
274
69
|
export declare const equalFillSvg: string;
|
|
275
|
-
export declare const EqualFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
276
|
-
title?: string | undefined;
|
|
277
|
-
}>;
|
|
278
70
|
export declare const equalLineSvg: string;
|
|
279
|
-
export declare const EqualLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
280
|
-
title?: string | undefined;
|
|
281
|
-
}>;
|
|
282
71
|
export declare const errorWarningFillSvg: string;
|
|
283
|
-
export declare const ErrorWarningFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
284
|
-
title?: string | undefined;
|
|
285
|
-
}>;
|
|
286
72
|
export declare const errorWarningLineSvg: string;
|
|
287
|
-
export declare const ErrorWarningLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
288
|
-
title?: string | undefined;
|
|
289
|
-
}>;
|
|
290
73
|
export declare const externalLinkFillSvg: string;
|
|
291
|
-
export declare const ExternalLinkFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
292
|
-
title?: string | undefined;
|
|
293
|
-
}>;
|
|
294
74
|
export declare const externalLinkLineSvg: string;
|
|
295
|
-
export declare const ExternalLinkLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
296
|
-
title?: string | undefined;
|
|
297
|
-
}>;
|
|
298
75
|
export declare const eye2FillSvg: string;
|
|
299
|
-
export declare const Eye2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
300
|
-
title?: string | undefined;
|
|
301
|
-
}>;
|
|
302
76
|
export declare const eye2LineSvg: string;
|
|
303
|
-
export declare const Eye2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
304
|
-
title?: string | undefined;
|
|
305
|
-
}>;
|
|
306
77
|
export declare const eyeCloseFillSvg: string;
|
|
307
|
-
export declare const EyeCloseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
308
|
-
title?: string | undefined;
|
|
309
|
-
}>;
|
|
310
78
|
export declare const eyeCloseLineSvg: string;
|
|
311
|
-
export declare const EyeCloseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
312
|
-
title?: string | undefined;
|
|
313
|
-
}>;
|
|
314
79
|
export declare const eyeFillSvg: string;
|
|
315
|
-
export declare const EyeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
316
|
-
title?: string | undefined;
|
|
317
|
-
}>;
|
|
318
80
|
export declare const eyeLineSvg: string;
|
|
319
|
-
export declare const EyeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
320
|
-
title?: string | undefined;
|
|
321
|
-
}>;
|
|
322
81
|
export declare const eyeOffFillSvg: string;
|
|
323
|
-
export declare const EyeOffFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
324
|
-
title?: string | undefined;
|
|
325
|
-
}>;
|
|
326
82
|
export declare const eyeOffLineSvg: string;
|
|
327
|
-
export declare const EyeOffLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
328
|
-
title?: string | undefined;
|
|
329
|
-
}>;
|
|
330
83
|
export declare const filter2FillSvg: string;
|
|
331
|
-
export declare const Filter2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
332
|
-
title?: string | undefined;
|
|
333
|
-
}>;
|
|
334
84
|
export declare const filter2LineSvg: string;
|
|
335
|
-
export declare const Filter2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
336
|
-
title?: string | undefined;
|
|
337
|
-
}>;
|
|
338
85
|
export declare const filter3FillSvg: string;
|
|
339
|
-
export declare const Filter3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
340
|
-
title?: string | undefined;
|
|
341
|
-
}>;
|
|
342
86
|
export declare const filter3LineSvg: string;
|
|
343
|
-
export declare const Filter3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
344
|
-
title?: string | undefined;
|
|
345
|
-
}>;
|
|
346
87
|
export declare const filterFillSvg: string;
|
|
347
|
-
export declare const FilterFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
348
|
-
title?: string | undefined;
|
|
349
|
-
}>;
|
|
350
88
|
export declare const filterLineSvg: string;
|
|
351
|
-
export declare const FilterLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
352
|
-
title?: string | undefined;
|
|
353
|
-
}>;
|
|
354
89
|
export declare const filterOffFillSvg: string;
|
|
355
|
-
export declare const FilterOffFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
356
|
-
title?: string | undefined;
|
|
357
|
-
}>;
|
|
358
90
|
export declare const filterOffLineSvg: string;
|
|
359
|
-
export declare const FilterOffLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
360
|
-
title?: string | undefined;
|
|
361
|
-
}>;
|
|
362
91
|
export declare const findReplaceFillSvg: string;
|
|
363
|
-
export declare const FindReplaceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
364
|
-
title?: string | undefined;
|
|
365
|
-
}>;
|
|
366
92
|
export declare const findReplaceLineSvg: string;
|
|
367
|
-
export declare const FindReplaceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
368
|
-
title?: string | undefined;
|
|
369
|
-
}>;
|
|
370
93
|
export declare const forbid2FillSvg: string;
|
|
371
|
-
export declare const Forbid2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
372
|
-
title?: string | undefined;
|
|
373
|
-
}>;
|
|
374
94
|
export declare const forbid2LineSvg: string;
|
|
375
|
-
export declare const Forbid2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
376
|
-
title?: string | undefined;
|
|
377
|
-
}>;
|
|
378
95
|
export declare const forbidFillSvg: string;
|
|
379
|
-
export declare const ForbidFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
380
|
-
title?: string | undefined;
|
|
381
|
-
}>;
|
|
382
96
|
export declare const forbidLineSvg: string;
|
|
383
|
-
export declare const ForbidLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
384
|
-
title?: string | undefined;
|
|
385
|
-
}>;
|
|
386
97
|
export declare const functionFillSvg: string;
|
|
387
|
-
export declare const FunctionFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
388
|
-
title?: string | undefined;
|
|
389
|
-
}>;
|
|
390
98
|
export declare const functionLineSvg: string;
|
|
391
|
-
export declare const FunctionLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
392
|
-
title?: string | undefined;
|
|
393
|
-
}>;
|
|
394
99
|
export declare const historyFillSvg: string;
|
|
395
|
-
export declare const HistoryFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
396
|
-
title?: string | undefined;
|
|
397
|
-
}>;
|
|
398
100
|
export declare const historyLineSvg: string;
|
|
399
|
-
export declare const HistoryLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
400
|
-
title?: string | undefined;
|
|
401
|
-
}>;
|
|
402
101
|
export declare const hourglass2FillSvg: string;
|
|
403
|
-
export declare const Hourglass2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
404
|
-
title?: string | undefined;
|
|
405
|
-
}>;
|
|
406
102
|
export declare const hourglass2LineSvg: string;
|
|
407
|
-
export declare const Hourglass2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
408
|
-
title?: string | undefined;
|
|
409
|
-
}>;
|
|
410
103
|
export declare const hourglassFillSvg: string;
|
|
411
|
-
export declare const HourglassFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
412
|
-
title?: string | undefined;
|
|
413
|
-
}>;
|
|
414
104
|
export declare const hourglassLineSvg: string;
|
|
415
|
-
export declare const HourglassLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
416
|
-
title?: string | undefined;
|
|
417
|
-
}>;
|
|
418
105
|
export declare const indeterminateCircleFillSvg: string;
|
|
419
|
-
export declare const IndeterminateCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
420
|
-
title?: string | undefined;
|
|
421
|
-
}>;
|
|
422
106
|
export declare const indeterminateCircleLineSvg: string;
|
|
423
|
-
export declare const IndeterminateCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
424
|
-
title?: string | undefined;
|
|
425
|
-
}>;
|
|
426
107
|
export declare const informationFillSvg: string;
|
|
427
|
-
export declare const InformationFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
428
|
-
title?: string | undefined;
|
|
429
|
-
}>;
|
|
430
108
|
export declare const informationLineSvg: string;
|
|
431
|
-
export declare const InformationLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
432
|
-
title?: string | undefined;
|
|
433
|
-
}>;
|
|
434
109
|
export declare const listSettingsFillSvg: string;
|
|
435
|
-
export declare const ListSettingsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
436
|
-
title?: string | undefined;
|
|
437
|
-
}>;
|
|
438
110
|
export declare const listSettingsLineSvg: string;
|
|
439
|
-
export declare const ListSettingsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
440
|
-
title?: string | undefined;
|
|
441
|
-
}>;
|
|
442
111
|
export declare const loader2FillSvg: string;
|
|
443
|
-
export declare const Loader2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
444
|
-
title?: string | undefined;
|
|
445
|
-
}>;
|
|
446
112
|
export declare const loader2LineSvg: string;
|
|
447
|
-
export declare const Loader2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
448
|
-
title?: string | undefined;
|
|
449
|
-
}>;
|
|
450
113
|
export declare const loader3FillSvg: string;
|
|
451
|
-
export declare const Loader3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
452
|
-
title?: string | undefined;
|
|
453
|
-
}>;
|
|
454
114
|
export declare const loader3LineSvg: string;
|
|
455
|
-
export declare const Loader3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
456
|
-
title?: string | undefined;
|
|
457
|
-
}>;
|
|
458
115
|
export declare const loader4FillSvg: string;
|
|
459
|
-
export declare const Loader4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
460
|
-
title?: string | undefined;
|
|
461
|
-
}>;
|
|
462
116
|
export declare const loader4LineSvg: string;
|
|
463
|
-
export declare const Loader4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
464
|
-
title?: string | undefined;
|
|
465
|
-
}>;
|
|
466
117
|
export declare const loader5FillSvg: string;
|
|
467
|
-
export declare const Loader5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
468
|
-
title?: string | undefined;
|
|
469
|
-
}>;
|
|
470
118
|
export declare const loader5LineSvg: string;
|
|
471
|
-
export declare const Loader5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
472
|
-
title?: string | undefined;
|
|
473
|
-
}>;
|
|
474
119
|
export declare const loaderFillSvg: string;
|
|
475
|
-
export declare const LoaderFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
476
|
-
title?: string | undefined;
|
|
477
|
-
}>;
|
|
478
120
|
export declare const loaderLineSvg: string;
|
|
479
|
-
export declare const LoaderLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
480
|
-
title?: string | undefined;
|
|
481
|
-
}>;
|
|
482
121
|
export declare const lock2FillSvg: string;
|
|
483
|
-
export declare const Lock2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
484
|
-
title?: string | undefined;
|
|
485
|
-
}>;
|
|
486
122
|
export declare const lock2LineSvg: string;
|
|
487
|
-
export declare const Lock2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
488
|
-
title?: string | undefined;
|
|
489
|
-
}>;
|
|
490
123
|
export declare const lockFillSvg: string;
|
|
491
|
-
export declare const LockFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
492
|
-
title?: string | undefined;
|
|
493
|
-
}>;
|
|
494
124
|
export declare const lockLineSvg: string;
|
|
495
|
-
export declare const LockLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
496
|
-
title?: string | undefined;
|
|
497
|
-
}>;
|
|
498
125
|
export declare const lockPasswordFillSvg: string;
|
|
499
|
-
export declare const LockPasswordFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
500
|
-
title?: string | undefined;
|
|
501
|
-
}>;
|
|
502
126
|
export declare const lockPasswordLineSvg: string;
|
|
503
|
-
export declare const LockPasswordLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
504
|
-
title?: string | undefined;
|
|
505
|
-
}>;
|
|
506
127
|
export declare const lockUnlockFillSvg: string;
|
|
507
|
-
export declare const LockUnlockFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
508
|
-
title?: string | undefined;
|
|
509
|
-
}>;
|
|
510
128
|
export declare const lockUnlockLineSvg: string;
|
|
511
|
-
export declare const LockUnlockLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
512
|
-
title?: string | undefined;
|
|
513
|
-
}>;
|
|
514
129
|
export declare const loginBoxFillSvg: string;
|
|
515
|
-
export declare const LoginBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
516
|
-
title?: string | undefined;
|
|
517
|
-
}>;
|
|
518
130
|
export declare const loginBoxLineSvg: string;
|
|
519
|
-
export declare const LoginBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
520
|
-
title?: string | undefined;
|
|
521
|
-
}>;
|
|
522
131
|
export declare const loginCircleFillSvg: string;
|
|
523
|
-
export declare const LoginCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
524
|
-
title?: string | undefined;
|
|
525
|
-
}>;
|
|
526
132
|
export declare const loginCircleLineSvg: string;
|
|
527
|
-
export declare const LoginCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
528
|
-
title?: string | undefined;
|
|
529
|
-
}>;
|
|
530
133
|
export declare const logoutBoxFillSvg: string;
|
|
531
|
-
export declare const LogoutBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
532
|
-
title?: string | undefined;
|
|
533
|
-
}>;
|
|
534
134
|
export declare const logoutBoxLineSvg: string;
|
|
535
|
-
export declare const LogoutBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
536
|
-
title?: string | undefined;
|
|
537
|
-
}>;
|
|
538
135
|
export declare const logoutBoxRFillSvg: string;
|
|
539
|
-
export declare const LogoutBoxRFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
540
|
-
title?: string | undefined;
|
|
541
|
-
}>;
|
|
542
136
|
export declare const logoutBoxRLineSvg: string;
|
|
543
|
-
export declare const LogoutBoxRLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
544
|
-
title?: string | undefined;
|
|
545
|
-
}>;
|
|
546
137
|
export declare const logoutCircleFillSvg: string;
|
|
547
|
-
export declare const LogoutCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
548
|
-
title?: string | undefined;
|
|
549
|
-
}>;
|
|
550
138
|
export declare const logoutCircleLineSvg: string;
|
|
551
|
-
export declare const LogoutCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
552
|
-
title?: string | undefined;
|
|
553
|
-
}>;
|
|
554
139
|
export declare const logoutCircleRFillSvg: string;
|
|
555
|
-
export declare const LogoutCircleRFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
556
|
-
title?: string | undefined;
|
|
557
|
-
}>;
|
|
558
140
|
export declare const logoutCircleRLineSvg: string;
|
|
559
|
-
export declare const LogoutCircleRLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
560
|
-
title?: string | undefined;
|
|
561
|
-
}>;
|
|
562
141
|
export declare const loopLeftFillSvg: string;
|
|
563
|
-
export declare const LoopLeftFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
564
|
-
title?: string | undefined;
|
|
565
|
-
}>;
|
|
566
142
|
export declare const loopLeftLineSvg: string;
|
|
567
|
-
export declare const LoopLeftLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
568
|
-
title?: string | undefined;
|
|
569
|
-
}>;
|
|
570
143
|
export declare const loopRightFillSvg: string;
|
|
571
|
-
export declare const LoopRightFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
572
|
-
title?: string | undefined;
|
|
573
|
-
}>;
|
|
574
144
|
export declare const loopRightLineSvg: string;
|
|
575
|
-
export declare const LoopRightLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
576
|
-
title?: string | undefined;
|
|
577
|
-
}>;
|
|
578
145
|
export declare const menu2FillSvg: string;
|
|
579
|
-
export declare const Menu2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
580
|
-
title?: string | undefined;
|
|
581
|
-
}>;
|
|
582
146
|
export declare const menu2LineSvg: string;
|
|
583
|
-
export declare const Menu2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
584
|
-
title?: string | undefined;
|
|
585
|
-
}>;
|
|
586
147
|
export declare const menu3FillSvg: string;
|
|
587
|
-
export declare const Menu3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
588
|
-
title?: string | undefined;
|
|
589
|
-
}>;
|
|
590
148
|
export declare const menu3LineSvg: string;
|
|
591
|
-
export declare const Menu3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
592
|
-
title?: string | undefined;
|
|
593
|
-
}>;
|
|
594
149
|
export declare const menu4FillSvg: string;
|
|
595
|
-
export declare const Menu4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
596
|
-
title?: string | undefined;
|
|
597
|
-
}>;
|
|
598
150
|
export declare const menu4LineSvg: string;
|
|
599
|
-
export declare const Menu4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
600
|
-
title?: string | undefined;
|
|
601
|
-
}>;
|
|
602
151
|
export declare const menu5FillSvg: string;
|
|
603
|
-
export declare const Menu5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
604
|
-
title?: string | undefined;
|
|
605
|
-
}>;
|
|
606
152
|
export declare const menu5LineSvg: string;
|
|
607
|
-
export declare const Menu5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
608
|
-
title?: string | undefined;
|
|
609
|
-
}>;
|
|
610
153
|
export declare const menuAddFillSvg: string;
|
|
611
|
-
export declare const MenuAddFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
612
|
-
title?: string | undefined;
|
|
613
|
-
}>;
|
|
614
154
|
export declare const menuAddLineSvg: string;
|
|
615
|
-
export declare const MenuAddLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
616
|
-
title?: string | undefined;
|
|
617
|
-
}>;
|
|
618
155
|
export declare const menuFillSvg: string;
|
|
619
|
-
export declare const MenuFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
620
|
-
title?: string | undefined;
|
|
621
|
-
}>;
|
|
622
156
|
export declare const menuFoldFillSvg: string;
|
|
623
|
-
export declare const MenuFoldFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
624
|
-
title?: string | undefined;
|
|
625
|
-
}>;
|
|
626
157
|
export declare const menuFoldLineSvg: string;
|
|
627
|
-
export declare const MenuFoldLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
628
|
-
title?: string | undefined;
|
|
629
|
-
}>;
|
|
630
158
|
export declare const menuLineSvg: string;
|
|
631
|
-
export declare const MenuLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
632
|
-
title?: string | undefined;
|
|
633
|
-
}>;
|
|
634
159
|
export declare const menuUnfoldFillSvg: string;
|
|
635
|
-
export declare const MenuUnfoldFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
636
|
-
title?: string | undefined;
|
|
637
|
-
}>;
|
|
638
160
|
export declare const menuUnfoldLineSvg: string;
|
|
639
|
-
export declare const MenuUnfoldLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
640
|
-
title?: string | undefined;
|
|
641
|
-
}>;
|
|
642
161
|
export declare const more2FillSvg: string;
|
|
643
|
-
export declare const More2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
644
|
-
title?: string | undefined;
|
|
645
|
-
}>;
|
|
646
162
|
export declare const more2LineSvg: string;
|
|
647
|
-
export declare const More2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
648
|
-
title?: string | undefined;
|
|
649
|
-
}>;
|
|
650
163
|
export declare const moreFillSvg: string;
|
|
651
|
-
export declare const MoreFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
652
|
-
title?: string | undefined;
|
|
653
|
-
}>;
|
|
654
164
|
export declare const moreLineSvg: string;
|
|
655
|
-
export declare const MoreLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
656
|
-
title?: string | undefined;
|
|
657
|
-
}>;
|
|
658
165
|
export declare const notificationBadgeFillSvg: string;
|
|
659
|
-
export declare const NotificationBadgeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
660
|
-
title?: string | undefined;
|
|
661
|
-
}>;
|
|
662
166
|
export declare const notificationBadgeLineSvg: string;
|
|
663
|
-
export declare const NotificationBadgeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
664
|
-
title?: string | undefined;
|
|
665
|
-
}>;
|
|
666
167
|
export declare const prohibitedFillSvg: string;
|
|
667
|
-
export declare const ProhibitedFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
668
|
-
title?: string | undefined;
|
|
669
|
-
}>;
|
|
670
168
|
export declare const prohibitedLineSvg: string;
|
|
671
|
-
export declare const ProhibitedLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
672
|
-
title?: string | undefined;
|
|
673
|
-
}>;
|
|
674
169
|
export declare const questionFillSvg: string;
|
|
675
|
-
export declare const QuestionFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
676
|
-
title?: string | undefined;
|
|
677
|
-
}>;
|
|
678
170
|
export declare const questionLineSvg: string;
|
|
679
|
-
export declare const QuestionLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
680
|
-
title?: string | undefined;
|
|
681
|
-
}>;
|
|
682
171
|
export declare const radioButtonFillSvg: string;
|
|
683
|
-
export declare const RadioButtonFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
684
|
-
title?: string | undefined;
|
|
685
|
-
}>;
|
|
686
172
|
export declare const radioButtonLineSvg: string;
|
|
687
|
-
export declare const RadioButtonLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
688
|
-
title?: string | undefined;
|
|
689
|
-
}>;
|
|
690
173
|
export declare const refreshFillSvg: string;
|
|
691
|
-
export declare const RefreshFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
692
|
-
title?: string | undefined;
|
|
693
|
-
}>;
|
|
694
174
|
export declare const refreshLineSvg: string;
|
|
695
|
-
export declare const RefreshLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
696
|
-
title?: string | undefined;
|
|
697
|
-
}>;
|
|
698
175
|
export declare const search2FillSvg: string;
|
|
699
|
-
export declare const Search2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
700
|
-
title?: string | undefined;
|
|
701
|
-
}>;
|
|
702
176
|
export declare const search2LineSvg: string;
|
|
703
|
-
export declare const Search2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
704
|
-
title?: string | undefined;
|
|
705
|
-
}>;
|
|
706
177
|
export declare const searchEyeFillSvg: string;
|
|
707
|
-
export declare const SearchEyeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
708
|
-
title?: string | undefined;
|
|
709
|
-
}>;
|
|
710
178
|
export declare const searchEyeLineSvg: string;
|
|
711
|
-
export declare const SearchEyeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
712
|
-
title?: string | undefined;
|
|
713
|
-
}>;
|
|
714
179
|
export declare const searchFillSvg: string;
|
|
715
|
-
export declare const SearchFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
716
|
-
title?: string | undefined;
|
|
717
|
-
}>;
|
|
718
180
|
export declare const searchLineSvg: string;
|
|
719
|
-
export declare const SearchLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
720
|
-
title?: string | undefined;
|
|
721
|
-
}>;
|
|
722
181
|
export declare const settings2FillSvg: string;
|
|
723
|
-
export declare const Settings2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
724
|
-
title?: string | undefined;
|
|
725
|
-
}>;
|
|
726
182
|
export declare const settings2LineSvg: string;
|
|
727
|
-
export declare const Settings2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
728
|
-
title?: string | undefined;
|
|
729
|
-
}>;
|
|
730
183
|
export declare const settings3FillSvg: string;
|
|
731
|
-
export declare const Settings3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
732
|
-
title?: string | undefined;
|
|
733
|
-
}>;
|
|
734
184
|
export declare const settings3LineSvg: string;
|
|
735
|
-
export declare const Settings3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
736
|
-
title?: string | undefined;
|
|
737
|
-
}>;
|
|
738
185
|
export declare const settings4FillSvg: string;
|
|
739
|
-
export declare const Settings4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
740
|
-
title?: string | undefined;
|
|
741
|
-
}>;
|
|
742
186
|
export declare const settings4LineSvg: string;
|
|
743
|
-
export declare const Settings4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
744
|
-
title?: string | undefined;
|
|
745
|
-
}>;
|
|
746
187
|
export declare const settings5FillSvg: string;
|
|
747
|
-
export declare const Settings5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
748
|
-
title?: string | undefined;
|
|
749
|
-
}>;
|
|
750
188
|
export declare const settings5LineSvg: string;
|
|
751
|
-
export declare const Settings5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
752
|
-
title?: string | undefined;
|
|
753
|
-
}>;
|
|
754
189
|
export declare const settings6FillSvg: string;
|
|
755
|
-
export declare const Settings6FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
756
|
-
title?: string | undefined;
|
|
757
|
-
}>;
|
|
758
190
|
export declare const settings6LineSvg: string;
|
|
759
|
-
export declare const Settings6LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
760
|
-
title?: string | undefined;
|
|
761
|
-
}>;
|
|
762
191
|
export declare const settingsFillSvg: string;
|
|
763
|
-
export declare const SettingsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
764
|
-
title?: string | undefined;
|
|
765
|
-
}>;
|
|
766
192
|
export declare const settingsLineSvg: string;
|
|
767
|
-
export declare const SettingsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
768
|
-
title?: string | undefined;
|
|
769
|
-
}>;
|
|
770
193
|
export declare const shareBoxFillSvg: string;
|
|
771
|
-
export declare const ShareBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
772
|
-
title?: string | undefined;
|
|
773
|
-
}>;
|
|
774
194
|
export declare const shareBoxLineSvg: string;
|
|
775
|
-
export declare const ShareBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
776
|
-
title?: string | undefined;
|
|
777
|
-
}>;
|
|
778
195
|
export declare const shareCircleFillSvg: string;
|
|
779
|
-
export declare const ShareCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
780
|
-
title?: string | undefined;
|
|
781
|
-
}>;
|
|
782
196
|
export declare const shareCircleLineSvg: string;
|
|
783
|
-
export declare const ShareCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
784
|
-
title?: string | undefined;
|
|
785
|
-
}>;
|
|
786
197
|
export declare const shareFillSvg: string;
|
|
787
|
-
export declare const ShareFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
788
|
-
title?: string | undefined;
|
|
789
|
-
}>;
|
|
790
198
|
export declare const shareForward2FillSvg: string;
|
|
791
|
-
export declare const ShareForward2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
792
|
-
title?: string | undefined;
|
|
793
|
-
}>;
|
|
794
199
|
export declare const shareForward2LineSvg: string;
|
|
795
|
-
export declare const ShareForward2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
796
|
-
title?: string | undefined;
|
|
797
|
-
}>;
|
|
798
200
|
export declare const shareForwardBoxFillSvg: string;
|
|
799
|
-
export declare const ShareForwardBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
800
|
-
title?: string | undefined;
|
|
801
|
-
}>;
|
|
802
201
|
export declare const shareForwardBoxLineSvg: string;
|
|
803
|
-
export declare const ShareForwardBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
804
|
-
title?: string | undefined;
|
|
805
|
-
}>;
|
|
806
202
|
export declare const shareForwardFillSvg: string;
|
|
807
|
-
export declare const ShareForwardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
808
|
-
title?: string | undefined;
|
|
809
|
-
}>;
|
|
810
203
|
export declare const shareForwardLineSvg: string;
|
|
811
|
-
export declare const ShareForwardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
812
|
-
title?: string | undefined;
|
|
813
|
-
}>;
|
|
814
204
|
export declare const shareLineSvg: string;
|
|
815
|
-
export declare const ShareLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
816
|
-
title?: string | undefined;
|
|
817
|
-
}>;
|
|
818
205
|
export declare const shieldCheckFillSvg: string;
|
|
819
|
-
export declare const ShieldCheckFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
820
|
-
title?: string | undefined;
|
|
821
|
-
}>;
|
|
822
206
|
export declare const shieldCheckLineSvg: string;
|
|
823
|
-
export declare const ShieldCheckLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
824
|
-
title?: string | undefined;
|
|
825
|
-
}>;
|
|
826
207
|
export declare const shieldCrossFillSvg: string;
|
|
827
|
-
export declare const ShieldCrossFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
828
|
-
title?: string | undefined;
|
|
829
|
-
}>;
|
|
830
208
|
export declare const shieldCrossLineSvg: string;
|
|
831
|
-
export declare const ShieldCrossLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
832
|
-
title?: string | undefined;
|
|
833
|
-
}>;
|
|
834
209
|
export declare const shieldFillSvg: string;
|
|
835
|
-
export declare const ShieldFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
836
|
-
title?: string | undefined;
|
|
837
|
-
}>;
|
|
838
210
|
export declare const shieldFlashFillSvg: string;
|
|
839
|
-
export declare const ShieldFlashFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
840
|
-
title?: string | undefined;
|
|
841
|
-
}>;
|
|
842
211
|
export declare const shieldFlashLineSvg: string;
|
|
843
|
-
export declare const ShieldFlashLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
844
|
-
title?: string | undefined;
|
|
845
|
-
}>;
|
|
846
212
|
export declare const shieldKeyholeFillSvg: string;
|
|
847
|
-
export declare const ShieldKeyholeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
848
|
-
title?: string | undefined;
|
|
849
|
-
}>;
|
|
850
213
|
export declare const shieldKeyholeLineSvg: string;
|
|
851
|
-
export declare const ShieldKeyholeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
852
|
-
title?: string | undefined;
|
|
853
|
-
}>;
|
|
854
214
|
export declare const shieldLineSvg: string;
|
|
855
|
-
export declare const ShieldLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
856
|
-
title?: string | undefined;
|
|
857
|
-
}>;
|
|
858
215
|
export declare const shieldStarFillSvg: string;
|
|
859
|
-
export declare const ShieldStarFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
860
|
-
title?: string | undefined;
|
|
861
|
-
}>;
|
|
862
216
|
export declare const shieldStarLineSvg: string;
|
|
863
|
-
export declare const ShieldStarLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
864
|
-
title?: string | undefined;
|
|
865
|
-
}>;
|
|
866
217
|
export declare const shieldUserFillSvg: string;
|
|
867
|
-
export declare const ShieldUserFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
868
|
-
title?: string | undefined;
|
|
869
|
-
}>;
|
|
870
218
|
export declare const shieldUserLineSvg: string;
|
|
871
|
-
export declare const ShieldUserLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
872
|
-
title?: string | undefined;
|
|
873
|
-
}>;
|
|
874
219
|
export declare const sideBarFillSvg: string;
|
|
875
|
-
export declare const SideBarFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
876
|
-
title?: string | undefined;
|
|
877
|
-
}>;
|
|
878
220
|
export declare const sideBarLineSvg: string;
|
|
879
|
-
export declare const SideBarLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
880
|
-
title?: string | undefined;
|
|
881
|
-
}>;
|
|
882
221
|
export declare const spam2FillSvg: string;
|
|
883
|
-
export declare const Spam2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
884
|
-
title?: string | undefined;
|
|
885
|
-
}>;
|
|
886
222
|
export declare const spam2LineSvg: string;
|
|
887
|
-
export declare const Spam2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
888
|
-
title?: string | undefined;
|
|
889
|
-
}>;
|
|
890
223
|
export declare const spam3FillSvg: string;
|
|
891
|
-
export declare const Spam3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
892
|
-
title?: string | undefined;
|
|
893
|
-
}>;
|
|
894
224
|
export declare const spam3LineSvg: string;
|
|
895
|
-
export declare const Spam3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
896
|
-
title?: string | undefined;
|
|
897
|
-
}>;
|
|
898
225
|
export declare const spamFillSvg: string;
|
|
899
|
-
export declare const SpamFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
900
|
-
title?: string | undefined;
|
|
901
|
-
}>;
|
|
902
226
|
export declare const spamLineSvg: string;
|
|
903
|
-
export declare const SpamLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
904
|
-
title?: string | undefined;
|
|
905
|
-
}>;
|
|
906
227
|
export declare const starFillSvg: string;
|
|
907
|
-
export declare const StarFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
908
|
-
title?: string | undefined;
|
|
909
|
-
}>;
|
|
910
228
|
export declare const starHalfFillSvg: string;
|
|
911
|
-
export declare const StarHalfFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
912
|
-
title?: string | undefined;
|
|
913
|
-
}>;
|
|
914
229
|
export declare const starHalfLineSvg: string;
|
|
915
|
-
export declare const StarHalfLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
916
|
-
title?: string | undefined;
|
|
917
|
-
}>;
|
|
918
230
|
export declare const starHalfSFillSvg: string;
|
|
919
|
-
export declare const StarHalfSFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
920
|
-
title?: string | undefined;
|
|
921
|
-
}>;
|
|
922
231
|
export declare const starHalfSLineSvg: string;
|
|
923
|
-
export declare const StarHalfSLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
924
|
-
title?: string | undefined;
|
|
925
|
-
}>;
|
|
926
232
|
export declare const starLineSvg: string;
|
|
927
|
-
export declare const StarLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
928
|
-
title?: string | undefined;
|
|
929
|
-
}>;
|
|
930
233
|
export declare const starSFillSvg: string;
|
|
931
|
-
export declare const StarSFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
932
|
-
title?: string | undefined;
|
|
933
|
-
}>;
|
|
934
234
|
export declare const starSLineSvg: string;
|
|
935
|
-
export declare const StarSLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
936
|
-
title?: string | undefined;
|
|
937
|
-
}>;
|
|
938
235
|
export declare const subtractFillSvg: string;
|
|
939
|
-
export declare const SubtractFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
940
|
-
title?: string | undefined;
|
|
941
|
-
}>;
|
|
942
236
|
export declare const subtractLineSvg: string;
|
|
943
|
-
export declare const SubtractLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
944
|
-
title?: string | undefined;
|
|
945
|
-
}>;
|
|
946
237
|
export declare const thumbDownFillSvg: string;
|
|
947
|
-
export declare const ThumbDownFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
948
|
-
title?: string | undefined;
|
|
949
|
-
}>;
|
|
950
238
|
export declare const thumbDownLineSvg: string;
|
|
951
|
-
export declare const ThumbDownLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
952
|
-
title?: string | undefined;
|
|
953
|
-
}>;
|
|
954
239
|
export declare const thumbUpFillSvg: string;
|
|
955
|
-
export declare const ThumbUpFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
956
|
-
title?: string | undefined;
|
|
957
|
-
}>;
|
|
958
240
|
export declare const thumbUpLineSvg: string;
|
|
959
|
-
export declare const ThumbUpLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
960
|
-
title?: string | undefined;
|
|
961
|
-
}>;
|
|
962
241
|
export declare const timeFillSvg: string;
|
|
963
|
-
export declare const TimeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
964
|
-
title?: string | undefined;
|
|
965
|
-
}>;
|
|
966
242
|
export declare const timeLineSvg: string;
|
|
967
|
-
export declare const TimeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
968
|
-
title?: string | undefined;
|
|
969
|
-
}>;
|
|
970
243
|
export declare const timer2FillSvg: string;
|
|
971
|
-
export declare const Timer2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
972
|
-
title?: string | undefined;
|
|
973
|
-
}>;
|
|
974
244
|
export declare const timer2LineSvg: string;
|
|
975
|
-
export declare const Timer2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
976
|
-
title?: string | undefined;
|
|
977
|
-
}>;
|
|
978
245
|
export declare const timerFillSvg: string;
|
|
979
|
-
export declare const TimerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
980
|
-
title?: string | undefined;
|
|
981
|
-
}>;
|
|
982
246
|
export declare const timerFlashFillSvg: string;
|
|
983
|
-
export declare const TimerFlashFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
984
|
-
title?: string | undefined;
|
|
985
|
-
}>;
|
|
986
247
|
export declare const timerFlashLineSvg: string;
|
|
987
|
-
export declare const TimerFlashLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
988
|
-
title?: string | undefined;
|
|
989
|
-
}>;
|
|
990
248
|
export declare const timerLineSvg: string;
|
|
991
|
-
export declare const TimerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
992
|
-
title?: string | undefined;
|
|
993
|
-
}>;
|
|
994
249
|
export declare const toggleFillSvg: string;
|
|
995
|
-
export declare const ToggleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
996
|
-
title?: string | undefined;
|
|
997
|
-
}>;
|
|
998
250
|
export declare const toggleLineSvg: string;
|
|
999
|
-
export declare const ToggleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1000
|
-
title?: string | undefined;
|
|
1001
|
-
}>;
|
|
1002
251
|
export declare const upload2FillSvg: string;
|
|
1003
|
-
export declare const Upload2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1004
|
-
title?: string | undefined;
|
|
1005
|
-
}>;
|
|
1006
252
|
export declare const upload2LineSvg: string;
|
|
1007
|
-
export declare const Upload2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1008
|
-
title?: string | undefined;
|
|
1009
|
-
}>;
|
|
1010
253
|
export declare const uploadCloud2FillSvg: string;
|
|
1011
|
-
export declare const UploadCloud2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1012
|
-
title?: string | undefined;
|
|
1013
|
-
}>;
|
|
1014
254
|
export declare const uploadCloud2LineSvg: string;
|
|
1015
|
-
export declare const UploadCloud2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1016
|
-
title?: string | undefined;
|
|
1017
|
-
}>;
|
|
1018
255
|
export declare const uploadCloudFillSvg: string;
|
|
1019
|
-
export declare const UploadCloudFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1020
|
-
title?: string | undefined;
|
|
1021
|
-
}>;
|
|
1022
256
|
export declare const uploadCloudLineSvg: string;
|
|
1023
|
-
export declare const UploadCloudLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1024
|
-
title?: string | undefined;
|
|
1025
|
-
}>;
|
|
1026
257
|
export declare const uploadFillSvg: string;
|
|
1027
|
-
export declare const UploadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1028
|
-
title?: string | undefined;
|
|
1029
|
-
}>;
|
|
1030
258
|
export declare const uploadLineSvg: string;
|
|
1031
|
-
export declare const UploadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1032
|
-
title?: string | undefined;
|
|
1033
|
-
}>;
|
|
1034
259
|
export declare const zoomInFillSvg: string;
|
|
1035
|
-
export declare const ZoomInFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1036
|
-
title?: string | undefined;
|
|
1037
|
-
}>;
|
|
1038
260
|
export declare const zoomInLineSvg: string;
|
|
1039
|
-
export declare const ZoomInLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1040
|
-
title?: string | undefined;
|
|
1041
|
-
}>;
|
|
1042
261
|
export declare const zoomOutFillSvg: string;
|
|
1043
|
-
export declare const ZoomOutFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1044
|
-
title?: string | undefined;
|
|
1045
|
-
}>;
|
|
1046
262
|
export declare const zoomOutLineSvg: string;
|
|
1047
|
-
export declare const ZoomOutLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
1048
|
-
title?: string | undefined;
|
|
1049
|
-
}>;
|