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