@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,665 +1,166 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const airplayFillSvg: string;
|
|
3
|
-
export declare const AirplayFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
|
-
title?: string | undefined;
|
|
5
|
-
}>;
|
|
6
2
|
export declare const airplayLineSvg: string;
|
|
7
|
-
export declare const AirplayLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
|
-
title?: string | undefined;
|
|
9
|
-
}>;
|
|
10
3
|
export declare const barcodeBoxFillSvg: string;
|
|
11
|
-
export declare const BarcodeBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
|
-
title?: string | undefined;
|
|
13
|
-
}>;
|
|
14
4
|
export declare const barcodeBoxLineSvg: string;
|
|
15
|
-
export declare const BarcodeBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
|
-
title?: string | undefined;
|
|
17
|
-
}>;
|
|
18
5
|
export declare const barcodeFillSvg: string;
|
|
19
|
-
export declare const BarcodeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
|
-
title?: string | undefined;
|
|
21
|
-
}>;
|
|
22
6
|
export declare const barcodeLineSvg: string;
|
|
23
|
-
export declare const BarcodeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
|
-
title?: string | undefined;
|
|
25
|
-
}>;
|
|
26
7
|
export declare const baseStationFillSvg: string;
|
|
27
|
-
export declare const BaseStationFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
|
-
title?: string | undefined;
|
|
29
|
-
}>;
|
|
30
8
|
export declare const baseStationLineSvg: string;
|
|
31
|
-
export declare const BaseStationLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
|
-
title?: string | undefined;
|
|
33
|
-
}>;
|
|
34
9
|
export declare const battery2ChargeFillSvg: string;
|
|
35
|
-
export declare const Battery2ChargeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
|
-
title?: string | undefined;
|
|
37
|
-
}>;
|
|
38
10
|
export declare const battery2ChargeLineSvg: string;
|
|
39
|
-
export declare const Battery2ChargeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
|
-
title?: string | undefined;
|
|
41
|
-
}>;
|
|
42
11
|
export declare const battery2FillSvg: string;
|
|
43
|
-
export declare const Battery2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
|
-
title?: string | undefined;
|
|
45
|
-
}>;
|
|
46
12
|
export declare const battery2LineSvg: string;
|
|
47
|
-
export declare const Battery2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
|
-
title?: string | undefined;
|
|
49
|
-
}>;
|
|
50
13
|
export declare const batteryChargeFillSvg: string;
|
|
51
|
-
export declare const BatteryChargeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
|
-
title?: string | undefined;
|
|
53
|
-
}>;
|
|
54
14
|
export declare const batteryChargeLineSvg: string;
|
|
55
|
-
export declare const BatteryChargeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
|
-
title?: string | undefined;
|
|
57
|
-
}>;
|
|
58
15
|
export declare const batteryFillSvg: string;
|
|
59
|
-
export declare const BatteryFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
|
-
title?: string | undefined;
|
|
61
|
-
}>;
|
|
62
16
|
export declare const batteryLineSvg: string;
|
|
63
|
-
export declare const BatteryLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
|
-
title?: string | undefined;
|
|
65
|
-
}>;
|
|
66
17
|
export declare const batteryLowFillSvg: string;
|
|
67
|
-
export declare const BatteryLowFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
|
-
title?: string | undefined;
|
|
69
|
-
}>;
|
|
70
18
|
export declare const batteryLowLineSvg: string;
|
|
71
|
-
export declare const BatteryLowLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
|
-
title?: string | undefined;
|
|
73
|
-
}>;
|
|
74
19
|
export declare const batterySaverFillSvg: string;
|
|
75
|
-
export declare const BatterySaverFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
|
-
title?: string | undefined;
|
|
77
|
-
}>;
|
|
78
20
|
export declare const batterySaverLineSvg: string;
|
|
79
|
-
export declare const BatterySaverLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
|
-
title?: string | undefined;
|
|
81
|
-
}>;
|
|
82
21
|
export declare const batteryShareFillSvg: string;
|
|
83
|
-
export declare const BatteryShareFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
|
-
title?: string | undefined;
|
|
85
|
-
}>;
|
|
86
22
|
export declare const batteryShareLineSvg: string;
|
|
87
|
-
export declare const BatteryShareLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
|
-
title?: string | undefined;
|
|
89
|
-
}>;
|
|
90
23
|
export declare const bluetoothConnectFillSvg: string;
|
|
91
|
-
export declare const BluetoothConnectFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
|
-
title?: string | undefined;
|
|
93
|
-
}>;
|
|
94
24
|
export declare const bluetoothConnectLineSvg: string;
|
|
95
|
-
export declare const BluetoothConnectLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
|
-
title?: string | undefined;
|
|
97
|
-
}>;
|
|
98
25
|
export declare const bluetoothFillSvg: string;
|
|
99
|
-
export declare const BluetoothFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
|
-
title?: string | undefined;
|
|
101
|
-
}>;
|
|
102
26
|
export declare const bluetoothLineSvg: string;
|
|
103
|
-
export declare const BluetoothLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
|
-
title?: string | undefined;
|
|
105
|
-
}>;
|
|
106
27
|
export declare const castFillSvg: string;
|
|
107
|
-
export declare const CastFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
|
-
title?: string | undefined;
|
|
109
|
-
}>;
|
|
110
28
|
export declare const castLineSvg: string;
|
|
111
|
-
export declare const CastLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
-
title?: string | undefined;
|
|
113
|
-
}>;
|
|
114
29
|
export declare const cellphoneFillSvg: string;
|
|
115
|
-
export declare const CellphoneFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
|
-
title?: string | undefined;
|
|
117
|
-
}>;
|
|
118
30
|
export declare const cellphoneLineSvg: string;
|
|
119
|
-
export declare const CellphoneLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
|
-
title?: string | undefined;
|
|
121
|
-
}>;
|
|
122
31
|
export declare const computerFillSvg: string;
|
|
123
|
-
export declare const ComputerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
-
title?: string | undefined;
|
|
125
|
-
}>;
|
|
126
32
|
export declare const computerLineSvg: string;
|
|
127
|
-
export declare const ComputerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
|
-
title?: string | undefined;
|
|
129
|
-
}>;
|
|
130
33
|
export declare const cpuFillSvg: string;
|
|
131
|
-
export declare const CpuFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
|
-
title?: string | undefined;
|
|
133
|
-
}>;
|
|
134
34
|
export declare const cpuLineSvg: string;
|
|
135
|
-
export declare const CpuLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
-
title?: string | undefined;
|
|
137
|
-
}>;
|
|
138
35
|
export declare const dashboard2FillSvg: string;
|
|
139
|
-
export declare const Dashboard2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
|
-
title?: string | undefined;
|
|
141
|
-
}>;
|
|
142
36
|
export declare const dashboard2LineSvg: string;
|
|
143
|
-
export declare const Dashboard2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
|
-
title?: string | undefined;
|
|
145
|
-
}>;
|
|
146
37
|
export declare const dashboard3FillSvg: string;
|
|
147
|
-
export declare const Dashboard3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
-
title?: string | undefined;
|
|
149
|
-
}>;
|
|
150
38
|
export declare const dashboard3LineSvg: string;
|
|
151
|
-
export declare const Dashboard3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
|
-
title?: string | undefined;
|
|
153
|
-
}>;
|
|
154
39
|
export declare const database2FillSvg: string;
|
|
155
|
-
export declare const Database2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
|
-
title?: string | undefined;
|
|
157
|
-
}>;
|
|
158
40
|
export declare const database2LineSvg: string;
|
|
159
|
-
export declare const Database2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
-
title?: string | undefined;
|
|
161
|
-
}>;
|
|
162
41
|
export declare const databaseFillSvg: string;
|
|
163
|
-
export declare const DatabaseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
|
-
title?: string | undefined;
|
|
165
|
-
}>;
|
|
166
42
|
export declare const databaseLineSvg: string;
|
|
167
|
-
export declare const DatabaseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
|
-
title?: string | undefined;
|
|
169
|
-
}>;
|
|
170
43
|
export declare const deviceFillSvg: string;
|
|
171
|
-
export declare const DeviceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
|
-
title?: string | undefined;
|
|
173
|
-
}>;
|
|
174
44
|
export declare const deviceLineSvg: string;
|
|
175
|
-
export declare const DeviceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
|
-
title?: string | undefined;
|
|
177
|
-
}>;
|
|
178
45
|
export declare const deviceRecoverFillSvg: string;
|
|
179
|
-
export declare const DeviceRecoverFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
|
-
title?: string | undefined;
|
|
181
|
-
}>;
|
|
182
46
|
export declare const deviceRecoverLineSvg: string;
|
|
183
|
-
export declare const DeviceRecoverLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
|
-
title?: string | undefined;
|
|
185
|
-
}>;
|
|
186
47
|
export declare const dualSim1FillSvg: string;
|
|
187
|
-
export declare const DualSim1FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
|
-
title?: string | undefined;
|
|
189
|
-
}>;
|
|
190
48
|
export declare const dualSim1LineSvg: string;
|
|
191
|
-
export declare const DualSim1LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
|
-
title?: string | undefined;
|
|
193
|
-
}>;
|
|
194
49
|
export declare const dualSim2FillSvg: string;
|
|
195
|
-
export declare const DualSim2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
-
title?: string | undefined;
|
|
197
|
-
}>;
|
|
198
50
|
export declare const dualSim2LineSvg: string;
|
|
199
|
-
export declare const DualSim2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
|
-
title?: string | undefined;
|
|
201
|
-
}>;
|
|
202
51
|
export declare const fingerprint2FillSvg: string;
|
|
203
|
-
export declare const Fingerprint2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
204
|
-
title?: string | undefined;
|
|
205
|
-
}>;
|
|
206
52
|
export declare const fingerprint2LineSvg: string;
|
|
207
|
-
export declare const Fingerprint2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
|
-
title?: string | undefined;
|
|
209
|
-
}>;
|
|
210
53
|
export declare const fingerprintFillSvg: string;
|
|
211
|
-
export declare const FingerprintFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
212
|
-
title?: string | undefined;
|
|
213
|
-
}>;
|
|
214
54
|
export declare const fingerprintLineSvg: string;
|
|
215
|
-
export declare const FingerprintLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
216
|
-
title?: string | undefined;
|
|
217
|
-
}>;
|
|
218
55
|
export declare const gamepadFillSvg: string;
|
|
219
|
-
export declare const GamepadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
|
-
title?: string | undefined;
|
|
221
|
-
}>;
|
|
222
56
|
export declare const gamepadLineSvg: string;
|
|
223
|
-
export declare const GamepadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
224
|
-
title?: string | undefined;
|
|
225
|
-
}>;
|
|
226
57
|
export declare const gpsFillSvg: string;
|
|
227
|
-
export declare const GpsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
228
|
-
title?: string | undefined;
|
|
229
|
-
}>;
|
|
230
58
|
export declare const gpsLineSvg: string;
|
|
231
|
-
export declare const GpsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
|
-
title?: string | undefined;
|
|
233
|
-
}>;
|
|
234
59
|
export declare const gradienterFillSvg: string;
|
|
235
|
-
export declare const GradienterFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
236
|
-
title?: string | undefined;
|
|
237
|
-
}>;
|
|
238
60
|
export declare const gradienterLineSvg: string;
|
|
239
|
-
export declare const GradienterLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
240
|
-
title?: string | undefined;
|
|
241
|
-
}>;
|
|
242
61
|
export declare const hardDrive2FillSvg: string;
|
|
243
|
-
export declare const HardDrive2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
|
-
title?: string | undefined;
|
|
245
|
-
}>;
|
|
246
62
|
export declare const hardDrive2LineSvg: string;
|
|
247
|
-
export declare const HardDrive2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
248
|
-
title?: string | undefined;
|
|
249
|
-
}>;
|
|
250
63
|
export declare const hardDrive3FillSvg: string;
|
|
251
|
-
export declare const HardDrive3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
252
|
-
title?: string | undefined;
|
|
253
|
-
}>;
|
|
254
64
|
export declare const hardDrive3LineSvg: string;
|
|
255
|
-
export declare const HardDrive3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
|
-
title?: string | undefined;
|
|
257
|
-
}>;
|
|
258
65
|
export declare const hardDriveFillSvg: string;
|
|
259
|
-
export declare const HardDriveFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
260
|
-
title?: string | undefined;
|
|
261
|
-
}>;
|
|
262
66
|
export declare const hardDriveLineSvg: string;
|
|
263
|
-
export declare const HardDriveLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
264
|
-
title?: string | undefined;
|
|
265
|
-
}>;
|
|
266
67
|
export declare const hotspotFillSvg: string;
|
|
267
|
-
export declare const HotspotFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
268
|
-
title?: string | undefined;
|
|
269
|
-
}>;
|
|
270
68
|
export declare const hotspotLineSvg: string;
|
|
271
|
-
export declare const HotspotLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
272
|
-
title?: string | undefined;
|
|
273
|
-
}>;
|
|
274
69
|
export declare const installFillSvg: string;
|
|
275
|
-
export declare const InstallFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
276
|
-
title?: string | undefined;
|
|
277
|
-
}>;
|
|
278
70
|
export declare const installLineSvg: string;
|
|
279
|
-
export declare const InstallLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
280
|
-
title?: string | undefined;
|
|
281
|
-
}>;
|
|
282
71
|
export declare const instanceFillSvg: string;
|
|
283
|
-
export declare const InstanceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
284
|
-
title?: string | undefined;
|
|
285
|
-
}>;
|
|
286
72
|
export declare const instanceLineSvg: string;
|
|
287
|
-
export declare const InstanceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
288
|
-
title?: string | undefined;
|
|
289
|
-
}>;
|
|
290
73
|
export declare const keyboardBoxFillSvg: string;
|
|
291
|
-
export declare const KeyboardBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
292
|
-
title?: string | undefined;
|
|
293
|
-
}>;
|
|
294
74
|
export declare const keyboardBoxLineSvg: string;
|
|
295
|
-
export declare const KeyboardBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
296
|
-
title?: string | undefined;
|
|
297
|
-
}>;
|
|
298
75
|
export declare const keyboardFillSvg: string;
|
|
299
|
-
export declare const KeyboardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
300
|
-
title?: string | undefined;
|
|
301
|
-
}>;
|
|
302
76
|
export declare const keyboardLineSvg: string;
|
|
303
|
-
export declare const KeyboardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
304
|
-
title?: string | undefined;
|
|
305
|
-
}>;
|
|
306
77
|
export declare const macFillSvg: string;
|
|
307
|
-
export declare const MacFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
308
|
-
title?: string | undefined;
|
|
309
|
-
}>;
|
|
310
78
|
export declare const macLineSvg: string;
|
|
311
|
-
export declare const MacLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
312
|
-
title?: string | undefined;
|
|
313
|
-
}>;
|
|
314
79
|
export declare const macbookFillSvg: string;
|
|
315
|
-
export declare const MacbookFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
316
|
-
title?: string | undefined;
|
|
317
|
-
}>;
|
|
318
80
|
export declare const macbookLineSvg: string;
|
|
319
|
-
export declare const MacbookLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
320
|
-
title?: string | undefined;
|
|
321
|
-
}>;
|
|
322
81
|
export declare const mouseFillSvg: string;
|
|
323
|
-
export declare const MouseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
324
|
-
title?: string | undefined;
|
|
325
|
-
}>;
|
|
326
82
|
export declare const mouseLineSvg: string;
|
|
327
|
-
export declare const MouseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
328
|
-
title?: string | undefined;
|
|
329
|
-
}>;
|
|
330
83
|
export declare const phoneFillSvg: string;
|
|
331
|
-
export declare const PhoneFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
332
|
-
title?: string | undefined;
|
|
333
|
-
}>;
|
|
334
84
|
export declare const phoneFindFillSvg: string;
|
|
335
|
-
export declare const PhoneFindFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
336
|
-
title?: string | undefined;
|
|
337
|
-
}>;
|
|
338
85
|
export declare const phoneFindLineSvg: string;
|
|
339
|
-
export declare const PhoneFindLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
340
|
-
title?: string | undefined;
|
|
341
|
-
}>;
|
|
342
86
|
export declare const phoneLineSvg: string;
|
|
343
|
-
export declare const PhoneLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
344
|
-
title?: string | undefined;
|
|
345
|
-
}>;
|
|
346
87
|
export declare const phoneLockFillSvg: string;
|
|
347
|
-
export declare const PhoneLockFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
348
|
-
title?: string | undefined;
|
|
349
|
-
}>;
|
|
350
88
|
export declare const phoneLockLineSvg: string;
|
|
351
|
-
export declare const PhoneLockLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
352
|
-
title?: string | undefined;
|
|
353
|
-
}>;
|
|
354
89
|
export declare const qrCodeFillSvg: string;
|
|
355
|
-
export declare const QrCodeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
356
|
-
title?: string | undefined;
|
|
357
|
-
}>;
|
|
358
90
|
export declare const qrCodeLineSvg: string;
|
|
359
|
-
export declare const QrCodeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
360
|
-
title?: string | undefined;
|
|
361
|
-
}>;
|
|
362
91
|
export declare const qrScan2FillSvg: string;
|
|
363
|
-
export declare const QrScan2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
364
|
-
title?: string | undefined;
|
|
365
|
-
}>;
|
|
366
92
|
export declare const qrScan2LineSvg: string;
|
|
367
|
-
export declare const QrScan2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
368
|
-
title?: string | undefined;
|
|
369
|
-
}>;
|
|
370
93
|
export declare const qrScanFillSvg: string;
|
|
371
|
-
export declare const QrScanFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
372
|
-
title?: string | undefined;
|
|
373
|
-
}>;
|
|
374
94
|
export declare const qrScanLineSvg: string;
|
|
375
|
-
export declare const QrScanLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
376
|
-
title?: string | undefined;
|
|
377
|
-
}>;
|
|
378
95
|
export declare const radarFillSvg: string;
|
|
379
|
-
export declare const RadarFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
380
|
-
title?: string | undefined;
|
|
381
|
-
}>;
|
|
382
96
|
export declare const radarLineSvg: string;
|
|
383
|
-
export declare const RadarLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
384
|
-
title?: string | undefined;
|
|
385
|
-
}>;
|
|
386
97
|
export declare const remoteControl2FillSvg: string;
|
|
387
|
-
export declare const RemoteControl2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
388
|
-
title?: string | undefined;
|
|
389
|
-
}>;
|
|
390
98
|
export declare const remoteControl2LineSvg: string;
|
|
391
|
-
export declare const RemoteControl2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
392
|
-
title?: string | undefined;
|
|
393
|
-
}>;
|
|
394
99
|
export declare const remoteControlFillSvg: string;
|
|
395
|
-
export declare const RemoteControlFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
396
|
-
title?: string | undefined;
|
|
397
|
-
}>;
|
|
398
100
|
export declare const remoteControlLineSvg: string;
|
|
399
|
-
export declare const RemoteControlLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
400
|
-
title?: string | undefined;
|
|
401
|
-
}>;
|
|
402
101
|
export declare const restartFillSvg: string;
|
|
403
|
-
export declare const RestartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
404
|
-
title?: string | undefined;
|
|
405
|
-
}>;
|
|
406
102
|
export declare const restartLineSvg: string;
|
|
407
|
-
export declare const RestartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
408
|
-
title?: string | undefined;
|
|
409
|
-
}>;
|
|
410
103
|
export declare const rfidFillSvg: string;
|
|
411
|
-
export declare const RfidFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
412
|
-
title?: string | undefined;
|
|
413
|
-
}>;
|
|
414
104
|
export declare const rfidLineSvg: string;
|
|
415
|
-
export declare const RfidLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
416
|
-
title?: string | undefined;
|
|
417
|
-
}>;
|
|
418
105
|
export declare const rotateLockFillSvg: string;
|
|
419
|
-
export declare const RotateLockFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
420
|
-
title?: string | undefined;
|
|
421
|
-
}>;
|
|
422
106
|
export declare const rotateLockLineSvg: string;
|
|
423
|
-
export declare const RotateLockLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
424
|
-
title?: string | undefined;
|
|
425
|
-
}>;
|
|
426
107
|
export declare const routerFillSvg: string;
|
|
427
|
-
export declare const RouterFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
428
|
-
title?: string | undefined;
|
|
429
|
-
}>;
|
|
430
108
|
export declare const routerLineSvg: string;
|
|
431
|
-
export declare const RouterLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
432
|
-
title?: string | undefined;
|
|
433
|
-
}>;
|
|
434
109
|
export declare const rssFillSvg: string;
|
|
435
|
-
export declare const RssFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
436
|
-
title?: string | undefined;
|
|
437
|
-
}>;
|
|
438
110
|
export declare const rssLineSvg: string;
|
|
439
|
-
export declare const RssLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
440
|
-
title?: string | undefined;
|
|
441
|
-
}>;
|
|
442
111
|
export declare const save2FillSvg: string;
|
|
443
|
-
export declare const Save2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
444
|
-
title?: string | undefined;
|
|
445
|
-
}>;
|
|
446
112
|
export declare const save2LineSvg: string;
|
|
447
|
-
export declare const Save2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
448
|
-
title?: string | undefined;
|
|
449
|
-
}>;
|
|
450
113
|
export declare const save3FillSvg: string;
|
|
451
|
-
export declare const Save3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
452
|
-
title?: string | undefined;
|
|
453
|
-
}>;
|
|
454
114
|
export declare const save3LineSvg: string;
|
|
455
|
-
export declare const Save3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
456
|
-
title?: string | undefined;
|
|
457
|
-
}>;
|
|
458
115
|
export declare const saveFillSvg: string;
|
|
459
|
-
export declare const SaveFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
460
|
-
title?: string | undefined;
|
|
461
|
-
}>;
|
|
462
116
|
export declare const saveLineSvg: string;
|
|
463
|
-
export declare const SaveLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
464
|
-
title?: string | undefined;
|
|
465
|
-
}>;
|
|
466
117
|
export declare const scan2FillSvg: string;
|
|
467
|
-
export declare const Scan2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
468
|
-
title?: string | undefined;
|
|
469
|
-
}>;
|
|
470
118
|
export declare const scan2LineSvg: string;
|
|
471
|
-
export declare const Scan2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
472
|
-
title?: string | undefined;
|
|
473
|
-
}>;
|
|
474
119
|
export declare const scanFillSvg: string;
|
|
475
|
-
export declare const ScanFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
476
|
-
title?: string | undefined;
|
|
477
|
-
}>;
|
|
478
120
|
export declare const scanLineSvg: string;
|
|
479
|
-
export declare const ScanLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
480
|
-
title?: string | undefined;
|
|
481
|
-
}>;
|
|
482
121
|
export declare const sdCardFillSvg: string;
|
|
483
|
-
export declare const SdCardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
484
|
-
title?: string | undefined;
|
|
485
|
-
}>;
|
|
486
122
|
export declare const sdCardLineSvg: string;
|
|
487
|
-
export declare const SdCardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
488
|
-
title?: string | undefined;
|
|
489
|
-
}>;
|
|
490
123
|
export declare const sdCardMiniFillSvg: string;
|
|
491
|
-
export declare const SdCardMiniFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
492
|
-
title?: string | undefined;
|
|
493
|
-
}>;
|
|
494
124
|
export declare const sdCardMiniLineSvg: string;
|
|
495
|
-
export declare const SdCardMiniLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
496
|
-
title?: string | undefined;
|
|
497
|
-
}>;
|
|
498
125
|
export declare const sensorFillSvg: string;
|
|
499
|
-
export declare const SensorFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
500
|
-
title?: string | undefined;
|
|
501
|
-
}>;
|
|
502
126
|
export declare const sensorLineSvg: string;
|
|
503
|
-
export declare const SensorLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
504
|
-
title?: string | undefined;
|
|
505
|
-
}>;
|
|
506
127
|
export declare const serverFillSvg: string;
|
|
507
|
-
export declare const ServerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
508
|
-
title?: string | undefined;
|
|
509
|
-
}>;
|
|
510
128
|
export declare const serverLineSvg: string;
|
|
511
|
-
export declare const ServerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
512
|
-
title?: string | undefined;
|
|
513
|
-
}>;
|
|
514
129
|
export declare const shutDownFillSvg: string;
|
|
515
|
-
export declare const ShutDownFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
516
|
-
title?: string | undefined;
|
|
517
|
-
}>;
|
|
518
130
|
export declare const shutDownLineSvg: string;
|
|
519
|
-
export declare const ShutDownLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
520
|
-
title?: string | undefined;
|
|
521
|
-
}>;
|
|
522
131
|
export declare const signalWifi1FillSvg: string;
|
|
523
|
-
export declare const SignalWifi1FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
524
|
-
title?: string | undefined;
|
|
525
|
-
}>;
|
|
526
132
|
export declare const signalWifi1LineSvg: string;
|
|
527
|
-
export declare const SignalWifi1LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
528
|
-
title?: string | undefined;
|
|
529
|
-
}>;
|
|
530
133
|
export declare const signalWifi2FillSvg: string;
|
|
531
|
-
export declare const SignalWifi2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
532
|
-
title?: string | undefined;
|
|
533
|
-
}>;
|
|
534
134
|
export declare const signalWifi2LineSvg: string;
|
|
535
|
-
export declare const SignalWifi2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
536
|
-
title?: string | undefined;
|
|
537
|
-
}>;
|
|
538
135
|
export declare const signalWifi3FillSvg: string;
|
|
539
|
-
export declare const SignalWifi3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
540
|
-
title?: string | undefined;
|
|
541
|
-
}>;
|
|
542
136
|
export declare const signalWifi3LineSvg: string;
|
|
543
|
-
export declare const SignalWifi3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
544
|
-
title?: string | undefined;
|
|
545
|
-
}>;
|
|
546
137
|
export declare const signalWifiErrorFillSvg: string;
|
|
547
|
-
export declare const SignalWifiErrorFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
548
|
-
title?: string | undefined;
|
|
549
|
-
}>;
|
|
550
138
|
export declare const signalWifiErrorLineSvg: string;
|
|
551
|
-
export declare const SignalWifiErrorLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
552
|
-
title?: string | undefined;
|
|
553
|
-
}>;
|
|
554
139
|
export declare const signalWifiFillSvg: string;
|
|
555
|
-
export declare const SignalWifiFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
556
|
-
title?: string | undefined;
|
|
557
|
-
}>;
|
|
558
140
|
export declare const signalWifiLineSvg: string;
|
|
559
|
-
export declare const SignalWifiLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
560
|
-
title?: string | undefined;
|
|
561
|
-
}>;
|
|
562
141
|
export declare const signalWifiOffFillSvg: string;
|
|
563
|
-
export declare const SignalWifiOffFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
564
|
-
title?: string | undefined;
|
|
565
|
-
}>;
|
|
566
142
|
export declare const signalWifiOffLineSvg: string;
|
|
567
|
-
export declare const SignalWifiOffLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
568
|
-
title?: string | undefined;
|
|
569
|
-
}>;
|
|
570
143
|
export declare const simCard2FillSvg: string;
|
|
571
|
-
export declare const SimCard2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
572
|
-
title?: string | undefined;
|
|
573
|
-
}>;
|
|
574
144
|
export declare const simCard2LineSvg: string;
|
|
575
|
-
export declare const SimCard2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
576
|
-
title?: string | undefined;
|
|
577
|
-
}>;
|
|
578
145
|
export declare const simCardFillSvg: string;
|
|
579
|
-
export declare const SimCardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
580
|
-
title?: string | undefined;
|
|
581
|
-
}>;
|
|
582
146
|
export declare const simCardLineSvg: string;
|
|
583
|
-
export declare const SimCardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
584
|
-
title?: string | undefined;
|
|
585
|
-
}>;
|
|
586
147
|
export declare const smartphoneFillSvg: string;
|
|
587
|
-
export declare const SmartphoneFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
588
|
-
title?: string | undefined;
|
|
589
|
-
}>;
|
|
590
148
|
export declare const smartphoneLineSvg: string;
|
|
591
|
-
export declare const SmartphoneLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
592
|
-
title?: string | undefined;
|
|
593
|
-
}>;
|
|
594
149
|
export declare const tabletFillSvg: string;
|
|
595
|
-
export declare const TabletFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
596
|
-
title?: string | undefined;
|
|
597
|
-
}>;
|
|
598
150
|
export declare const tabletLineSvg: string;
|
|
599
|
-
export declare const TabletLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
600
|
-
title?: string | undefined;
|
|
601
|
-
}>;
|
|
602
151
|
export declare const tv2FillSvg: string;
|
|
603
|
-
export declare const Tv2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
604
|
-
title?: string | undefined;
|
|
605
|
-
}>;
|
|
606
152
|
export declare const tv2LineSvg: string;
|
|
607
|
-
export declare const Tv2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
608
|
-
title?: string | undefined;
|
|
609
|
-
}>;
|
|
610
153
|
export declare const tvFillSvg: string;
|
|
611
|
-
export declare const TvFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
612
|
-
title?: string | undefined;
|
|
613
|
-
}>;
|
|
614
154
|
export declare const tvLineSvg: string;
|
|
615
|
-
export declare const TvLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
616
|
-
title?: string | undefined;
|
|
617
|
-
}>;
|
|
618
155
|
export declare const uDiskFillSvg: string;
|
|
619
|
-
export declare const UDiskFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
620
|
-
title?: string | undefined;
|
|
621
|
-
}>;
|
|
622
156
|
export declare const uDiskLineSvg: string;
|
|
623
|
-
export declare const UDiskLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
624
|
-
title?: string | undefined;
|
|
625
|
-
}>;
|
|
626
157
|
export declare const uninstallFillSvg: string;
|
|
627
|
-
export declare const UninstallFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
628
|
-
title?: string | undefined;
|
|
629
|
-
}>;
|
|
630
158
|
export declare const uninstallLineSvg: string;
|
|
631
|
-
export declare const UninstallLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
632
|
-
title?: string | undefined;
|
|
633
|
-
}>;
|
|
634
159
|
export declare const usbFillSvg: string;
|
|
635
|
-
export declare const UsbFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
636
|
-
title?: string | undefined;
|
|
637
|
-
}>;
|
|
638
160
|
export declare const usbLineSvg: string;
|
|
639
|
-
export declare const UsbLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
640
|
-
title?: string | undefined;
|
|
641
|
-
}>;
|
|
642
161
|
export declare const wifiFillSvg: string;
|
|
643
|
-
export declare const WifiFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
644
|
-
title?: string | undefined;
|
|
645
|
-
}>;
|
|
646
162
|
export declare const wifiLineSvg: string;
|
|
647
|
-
export declare const WifiLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
648
|
-
title?: string | undefined;
|
|
649
|
-
}>;
|
|
650
163
|
export declare const wifiOffFillSvg: string;
|
|
651
|
-
export declare const WifiOffFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
652
|
-
title?: string | undefined;
|
|
653
|
-
}>;
|
|
654
164
|
export declare const wifiOffLineSvg: string;
|
|
655
|
-
export declare const WifiOffLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
656
|
-
title?: string | undefined;
|
|
657
|
-
}>;
|
|
658
165
|
export declare const wirelessChargingFillSvg: string;
|
|
659
|
-
export declare const WirelessChargingFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
660
|
-
title?: string | undefined;
|
|
661
|
-
}>;
|
|
662
166
|
export declare const wirelessChargingLineSvg: string;
|
|
663
|
-
export declare const WirelessChargingLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
664
|
-
title?: string | undefined;
|
|
665
|
-
}>;
|