@lucide/astro 1.24.0 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -10
- package/src/aliases/aliases.ts +100 -100
- package/src/aliases/prefixed.ts +625 -621
- package/src/aliases/suffixed.ts +914 -910
- package/src/icons/{circle-euro-sign.ts → circle-euro.ts} +4 -4
- package/src/icons/ethernet-port.ts +2 -2
- package/src/icons/file-box.ts +2 -2
- package/src/icons/hdmi-port.ts +2 -2
- package/src/icons/index.ts +209 -207
- package/src/icons/scan-box.ts +18 -0
- package/src/icons/server-plus.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -22,50 +22,50 @@ export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
24
24
|
export { default as AlbumIcon } from '../icons/album';
|
|
25
|
-
// AlignCenterHorizontal aliases
|
|
26
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
25
|
// AlignCenterVertical aliases
|
|
28
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
|
-
//
|
|
30
|
-
export { default as
|
|
27
|
+
// AlignCenterHorizontal aliases
|
|
28
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
31
29
|
// AlignEndHorizontal aliases
|
|
32
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
+
// AlignEndVertical aliases
|
|
32
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
-
// AlignHorizontalDistributeEnd aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
+
// AlignHorizontalDistributeEnd aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
-
//
|
|
48
|
-
export { default as
|
|
45
|
+
// AlignHorizontalJustifyEnd aliases
|
|
46
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
49
47
|
// AlignStartHorizontal aliases
|
|
50
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
49
|
// AlignStartVertical aliases
|
|
52
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
+
// AlignHorizontalSpaceBetween aliases
|
|
52
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
53
53
|
// AlignVerticalDistributeCenter aliases
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
|
-
// AlignVerticalDistributeEnd aliases
|
|
56
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
|
-
//
|
|
60
|
-
export { default as
|
|
57
|
+
// AlignVerticalDistributeEnd aliases
|
|
58
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
62
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
61
|
// AlignVerticalJustifyStart aliases
|
|
64
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
|
-
//
|
|
66
|
-
export { default as
|
|
63
|
+
// AlignVerticalJustifyCenter aliases
|
|
64
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
65
|
// Ambulance aliases
|
|
68
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
|
+
// AlignVerticalSpaceAround aliases
|
|
68
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
69
69
|
// AlignVerticalSpaceBetween aliases
|
|
70
70
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
71
71
|
// Ampersand aliases
|
|
@@ -90,34 +90,34 @@ export { default as ApertureIcon } from '../icons/aperture';
|
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
91
|
// AppWindow aliases
|
|
92
92
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
|
-
// Apple aliases
|
|
94
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
95
93
|
// ArchiveRestore aliases
|
|
96
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
+
// Apple aliases
|
|
96
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
97
97
|
// ArchiveX aliases
|
|
98
98
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// Archive aliases
|
|
102
102
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
103
|
-
// ArrowBigDownDash aliases
|
|
104
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
|
-
// ArrowBigDown aliases
|
|
106
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
103
|
// ArrowBigLeftDash aliases
|
|
108
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
+
// ArrowBigDownDash aliases
|
|
106
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
107
|
// ArrowBigLeft aliases
|
|
110
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
109
|
// ArrowBigRightDash aliases
|
|
112
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
|
-
//
|
|
114
|
-
export { default as
|
|
111
|
+
// ArrowBigDown aliases
|
|
112
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
113
|
// ArrowBigRight aliases
|
|
116
114
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
|
-
//
|
|
118
|
-
export { default as
|
|
115
|
+
// ArrowBigUpDash aliases
|
|
116
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
119
117
|
// ArrowBigUp aliases
|
|
120
118
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
|
+
// ArrowDownFromLine aliases
|
|
120
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownLeft aliases
|
|
122
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
123
|
// ArrowDownNarrowWide aliases
|
|
@@ -148,10 +148,10 @@ export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
|
148
148
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
149
|
// ArrowRight aliases
|
|
150
150
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
|
-
// ArrowUpDown aliases
|
|
152
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
151
|
// ArrowUpFromDot aliases
|
|
154
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
+
// ArrowUpDown aliases
|
|
154
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
155
155
|
// ArrowUpFromLine aliases
|
|
156
156
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
157
|
// ArrowUpLeft aliases
|
|
@@ -162,22 +162,22 @@ export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
|
162
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUpWideNarrow aliases
|
|
164
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
|
-
// ArrowsUpFromLine aliases
|
|
166
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
165
|
// ArrowUp aliases
|
|
168
166
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
169
|
-
// Astroid aliases
|
|
170
|
-
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
167
|
// Asterisk aliases
|
|
172
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
+
// ArrowsUpFromLine aliases
|
|
170
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
171
|
+
// Astroid aliases
|
|
172
|
+
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
173
|
// AtSign aliases
|
|
174
174
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
175
|
// Atom aliases
|
|
176
176
|
export { default as AtomIcon } from '../icons/atom';
|
|
177
|
-
// AudioWaveform aliases
|
|
178
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
179
177
|
// AudioLines aliases
|
|
180
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
181
|
// Axe aliases
|
|
182
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
183
|
// Award aliases
|
|
@@ -194,84 +194,84 @@ export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
|
194
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
195
|
// BadgeEuro aliases
|
|
196
196
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
|
-
// BadgeInfo aliases
|
|
198
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
197
|
// BadgeIndianRupee aliases
|
|
200
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
+
// BadgeInfo aliases
|
|
200
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
201
|
// BadgeJapaneseYen aliases
|
|
202
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
-
// BadgeMinus aliases
|
|
204
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
203
|
// BadgePercent aliases
|
|
206
204
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
|
+
// BadgeMinus aliases
|
|
206
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
207
|
// BadgePlus aliases
|
|
208
208
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
210
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
-
// BadgeSwissFranc aliases
|
|
212
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
|
-
// BadgeTurkishLira aliases
|
|
214
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
211
|
// BadgeRussianRuble aliases
|
|
216
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
+
// BadgeSwissFranc aliases
|
|
214
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
215
|
// BadgeX aliases
|
|
218
216
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
|
+
// BadgeTurkishLira aliases
|
|
218
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
219
219
|
// Badge aliases
|
|
220
220
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
221
|
// BaggageClaim aliases
|
|
222
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
-
// Ban aliases
|
|
224
|
-
export { default as BanIcon } from '../icons/ban';
|
|
225
223
|
// Balloon aliases
|
|
226
224
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
|
+
// Ban aliases
|
|
226
|
+
export { default as BanIcon } from '../icons/ban';
|
|
227
227
|
// Bandage aliases
|
|
228
228
|
export { default as BandageIcon } from '../icons/bandage';
|
|
229
|
-
// BanknoteArrowDown aliases
|
|
230
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
229
|
// Banana aliases
|
|
232
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
231
|
+
// BanknoteArrowDown aliases
|
|
232
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
233
|
// BanknoteCheck aliases
|
|
236
234
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
235
|
+
// BanknoteArrowUp aliases
|
|
236
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barrel aliases
|
|
242
242
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
|
-
// Baseline aliases
|
|
244
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
243
|
// Barcode aliases
|
|
246
244
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
247
|
-
// Bath aliases
|
|
248
|
-
export { default as BathIcon } from '../icons/bath';
|
|
249
245
|
// BatteryCharging aliases
|
|
250
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
+
// Baseline aliases
|
|
248
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
|
+
// Bath aliases
|
|
252
|
+
export { default as BathIcon } from '../icons/bath';
|
|
251
253
|
// BatteryLow aliases
|
|
252
254
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
255
|
// BatteryMedium aliases
|
|
254
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
-
// BatteryFull aliases
|
|
256
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
259
|
// Battery aliases
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
|
-
// BeanOff aliases
|
|
262
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
261
|
// BatteryWarning aliases
|
|
264
262
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
265
263
|
// Beaker aliases
|
|
266
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
|
-
//
|
|
268
|
-
export { default as
|
|
265
|
+
// BeanOff aliases
|
|
266
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
267
|
// BedDouble aliases
|
|
270
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
269
|
+
// Bean aliases
|
|
270
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
273
271
|
// BedSingle aliases
|
|
274
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
275
275
|
// BeefOff aliases
|
|
276
276
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
277
|
// Beef aliases
|
|
@@ -286,10 +286,10 @@ export { default as BellCheckIcon } from '../icons/bell-check';
|
|
|
286
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
287
|
// BellMinus aliases
|
|
288
288
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
|
-
// BellElectric aliases
|
|
290
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
291
289
|
// BellOff aliases
|
|
292
290
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
|
+
// BellElectric aliases
|
|
292
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
293
293
|
// BellPlus aliases
|
|
294
294
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
295
|
// BellRing aliases
|
|
@@ -304,50 +304,50 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
|
|
|
304
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
|
-
// Binoculars aliases
|
|
308
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
307
|
// Binary aliases
|
|
310
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
309
|
+
// Binoculars aliases
|
|
310
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
311
|
// Biohazard aliases
|
|
312
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
|
-
// Bird aliases
|
|
314
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
315
|
-
// Bitcoin aliases
|
|
316
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
317
313
|
// Birdhouse aliases
|
|
318
314
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
|
+
// Bitcoin aliases
|
|
316
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
317
|
+
// Bird aliases
|
|
318
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
319
319
|
// Blend aliases
|
|
320
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
321
|
-
// Blinds aliases
|
|
322
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
323
321
|
// Blender aliases
|
|
324
322
|
export { default as BlenderIcon } from '../icons/blender';
|
|
323
|
+
// Blinds aliases
|
|
324
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
325
|
// Blocks aliases
|
|
326
326
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
327
|
-
// BluetoothConnected aliases
|
|
328
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
329
327
|
// BluetoothOff aliases
|
|
330
328
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
329
|
+
// BluetoothConnected aliases
|
|
330
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
331
|
// BluetoothSearching aliases
|
|
332
332
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
|
+
// Bold aliases
|
|
334
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
333
335
|
// Bluetooth aliases
|
|
334
336
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
|
+
// Bone aliases
|
|
338
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
335
339
|
// Bolt aliases
|
|
336
340
|
export { default as BoltIcon } from '../icons/bolt';
|
|
337
|
-
// Bold aliases
|
|
338
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
339
|
-
// Bomb aliases
|
|
340
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
341
341
|
// BoneFracture aliases
|
|
342
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
|
-
//
|
|
344
|
-
export { default as
|
|
343
|
+
// BookAlert aliases
|
|
344
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
345
345
|
// BookA aliases
|
|
346
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
347
|
+
// Bomb aliases
|
|
348
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
347
349
|
// BookAudio aliases
|
|
348
350
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
349
|
-
// BookAlert aliases
|
|
350
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
351
|
// BookCheck aliases
|
|
352
352
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
353
353
|
// BookCopy aliases
|
|
@@ -358,10 +358,10 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
358
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
359
|
// BookHeart aliases
|
|
360
360
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
|
-
// BookKey aliases
|
|
362
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
363
361
|
// BookImage aliases
|
|
364
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
|
+
// BookKey aliases
|
|
364
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
365
|
// BookLock aliases
|
|
366
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
367
367
|
// BookMarked aliases
|
|
@@ -384,34 +384,34 @@ export { default as BookTextIcon } from '../icons/book-text';
|
|
|
384
384
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
385
385
|
// BookUp2 aliases
|
|
386
386
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
387
|
-
// BookUp aliases
|
|
388
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
389
387
|
// BookUser aliases
|
|
390
388
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
389
|
+
// BookUp aliases
|
|
390
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
391
391
|
// BookX aliases
|
|
392
392
|
export { default as BookXIcon } from '../icons/book-x';
|
|
393
393
|
// Book aliases
|
|
394
394
|
export { default as BookIcon } from '../icons/book';
|
|
395
395
|
// BookmarkCheck aliases
|
|
396
396
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
397
|
-
// BookmarkOff aliases
|
|
398
|
-
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
397
|
// BookmarkMinus aliases
|
|
400
398
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
401
|
-
//
|
|
402
|
-
export { default as
|
|
403
|
-
// Bookmark aliases
|
|
404
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
399
|
+
// BookmarkOff aliases
|
|
400
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
405
401
|
// BookmarkPlus aliases
|
|
406
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
|
+
// BookmarkX aliases
|
|
404
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
407
405
|
// BoomBox aliases
|
|
408
406
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
407
|
+
// Bookmark aliases
|
|
408
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
409
409
|
// BotMessageSquare aliases
|
|
410
410
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
|
-
// BotOff aliases
|
|
412
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
413
411
|
// Bot aliases
|
|
414
412
|
export { default as BotIcon } from '../icons/bot';
|
|
413
|
+
// BotOff aliases
|
|
414
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
415
415
|
// BottleWine aliases
|
|
416
416
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
417
417
|
// BowArrow aliases
|
|
@@ -424,20 +424,20 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
424
424
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
425
|
// BrainCircuit aliases
|
|
426
426
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
-
// BrainCog aliases
|
|
428
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
427
|
// Brain aliases
|
|
430
428
|
export { default as BrainIcon } from '../icons/brain';
|
|
429
|
+
// BrainCog aliases
|
|
430
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
431
431
|
// BrickWallFire aliases
|
|
432
432
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
433
|
-
// BrickWallShield aliases
|
|
434
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
435
433
|
// BrickWall aliases
|
|
436
434
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
437
435
|
// BriefcaseBusiness aliases
|
|
438
436
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
437
|
// BriefcaseConveyorBelt aliases
|
|
440
438
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
439
|
+
// BrickWallShield aliases
|
|
440
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
441
441
|
// BriefcaseMedical aliases
|
|
442
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
443
|
// Briefcase aliases
|
|
@@ -446,32 +446,32 @@ export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
|
446
446
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
447
|
// Broccoli aliases
|
|
448
448
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
|
-
// Bubbles aliases
|
|
450
|
-
export { default as BubblesIcon } from '../icons/bubbles';
|
|
451
449
|
// BrushCleaning aliases
|
|
452
450
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
453
|
-
//
|
|
454
|
-
export { default as
|
|
451
|
+
// Bubbles aliases
|
|
452
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
455
453
|
// BugOff aliases
|
|
456
454
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
455
|
+
// Brush aliases
|
|
456
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
457
457
|
// BugPlay aliases
|
|
458
458
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
459
|
-
// Bug aliases
|
|
460
|
-
export { default as BugIcon } from '../icons/bug';
|
|
461
459
|
// Building2 aliases
|
|
462
460
|
export { default as Building2Icon } from '../icons/building-2';
|
|
463
|
-
// BusFront aliases
|
|
464
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
465
461
|
// Building aliases
|
|
466
462
|
export { default as BuildingIcon } from '../icons/building';
|
|
463
|
+
// Bug aliases
|
|
464
|
+
export { default as BugIcon } from '../icons/bug';
|
|
465
|
+
// BusFront aliases
|
|
466
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as BusIcon } from '../icons/bus';
|
|
469
|
-
// Cable aliases
|
|
470
|
-
export { default as CableIcon } from '../icons/cable';
|
|
471
|
-
// CableCar aliases
|
|
472
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
469
|
// CakeSlice aliases
|
|
474
470
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
471
|
+
// CableCar aliases
|
|
472
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
|
+
// Cable aliases
|
|
474
|
+
export { default as CableIcon } from '../icons/cable';
|
|
475
475
|
// Cake aliases
|
|
476
476
|
export { default as CakeIcon } from '../icons/cake';
|
|
477
477
|
// Calculator aliases
|
|
@@ -480,36 +480,36 @@ export { default as CalculatorIcon } from '../icons/calculator';
|
|
|
480
480
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
481
481
|
// CalendarArrowDown aliases
|
|
482
482
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
483
|
-
// CalendarArrowUp aliases
|
|
484
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
485
483
|
// CalendarCheck2 aliases
|
|
486
484
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
485
|
+
// CalendarArrowUp aliases
|
|
486
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
487
487
|
// CalendarCheck aliases
|
|
488
488
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
489
|
-
// CalendarCog aliases
|
|
490
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
491
489
|
// CalendarClock aliases
|
|
492
490
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
491
|
+
// CalendarCog aliases
|
|
492
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
493
493
|
// CalendarDays aliases
|
|
494
494
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
495
495
|
// CalendarFold aliases
|
|
496
496
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
497
|
-
// CalendarHeart aliases
|
|
498
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
499
497
|
// CalendarMinus2 aliases
|
|
500
498
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
499
|
+
// CalendarHeart aliases
|
|
500
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
501
501
|
// CalendarMinus aliases
|
|
502
502
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
503
|
-
// CalendarOff aliases
|
|
504
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
505
503
|
// CalendarPlus2 aliases
|
|
506
504
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
507
|
-
// CalendarRange aliases
|
|
508
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
509
505
|
// CalendarPlus aliases
|
|
510
506
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
507
|
+
// CalendarOff aliases
|
|
508
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
511
509
|
// CalendarSearch aliases
|
|
512
510
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
511
|
+
// CalendarRange aliases
|
|
512
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
513
513
|
// CalendarSync aliases
|
|
514
514
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
515
515
|
// CalendarX2 aliases
|
|
@@ -518,68 +518,68 @@ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
|
518
518
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
519
|
// Calendar aliases
|
|
520
520
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
521
|
-
// Calendars aliases
|
|
522
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
523
521
|
// CameraOff aliases
|
|
524
522
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
523
|
+
// Calendars aliases
|
|
524
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
525
525
|
// Camera aliases
|
|
526
526
|
export { default as CameraIcon } from '../icons/camera';
|
|
527
527
|
// CandyCane aliases
|
|
528
528
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
529
529
|
// CandyOff aliases
|
|
530
530
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
531
|
-
// Candy aliases
|
|
532
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
533
531
|
// CannabisOff aliases
|
|
534
532
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
535
|
-
//
|
|
536
|
-
export { default as
|
|
533
|
+
// Candy aliases
|
|
534
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
537
535
|
// CaptionsOff aliases
|
|
538
536
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
537
|
+
// Cannabis aliases
|
|
538
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
539
539
|
// CarFront aliases
|
|
540
540
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
541
541
|
// CarTaxiFront aliases
|
|
542
542
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
543
|
-
// Car aliases
|
|
544
|
-
export { default as CarIcon } from '../icons/car';
|
|
545
543
|
// Caravan aliases
|
|
546
544
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
|
+
// Car aliases
|
|
546
|
+
export { default as CarIcon } from '../icons/car';
|
|
547
547
|
// CardSim aliases
|
|
548
548
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
549
|
-
// CaseSensitive aliases
|
|
550
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
551
549
|
// Carrot aliases
|
|
552
550
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
553
551
|
// CaseLower aliases
|
|
554
552
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
555
|
-
//
|
|
556
|
-
export { default as
|
|
553
|
+
// CaseSensitive aliases
|
|
554
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
557
555
|
// CassetteTape aliases
|
|
558
556
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
557
|
+
// CaseUpper aliases
|
|
558
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
559
559
|
// Cast aliases
|
|
560
560
|
export { default as CastIcon } from '../icons/cast';
|
|
561
561
|
// Castle aliases
|
|
562
562
|
export { default as CastleIcon } from '../icons/castle';
|
|
563
563
|
// Cat aliases
|
|
564
564
|
export { default as CatIcon } from '../icons/cat';
|
|
565
|
-
// Cctv aliases
|
|
566
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
567
565
|
// CctvOff aliases
|
|
568
566
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
567
|
+
// Cctv aliases
|
|
568
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
569
569
|
// ChartBarDecreasing aliases
|
|
570
570
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
571
571
|
// ChartBarIncreasing aliases
|
|
572
572
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
|
-
// ChartBarStacked aliases
|
|
574
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
575
573
|
// ChartColumnDecreasing aliases
|
|
576
574
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
575
|
+
// ChartBarStacked aliases
|
|
576
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
577
577
|
// ChartColumnStacked aliases
|
|
578
578
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
579
|
-
// ChartNetwork aliases
|
|
580
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
581
579
|
// ChartGantt aliases
|
|
582
580
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
581
|
+
// ChartNetwork aliases
|
|
582
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
583
583
|
// ChartNoAxesColumnDecreasing aliases
|
|
584
584
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
585
585
|
// ChartNoAxesCombined aliases
|
|
@@ -594,36 +594,36 @@ export { default as CheckLineIcon } from '../icons/check-line';
|
|
|
594
594
|
export { default as CheckIcon } from '../icons/check';
|
|
595
595
|
// ChefHat aliases
|
|
596
596
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
597
|
-
// ChessKing aliases
|
|
598
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
599
|
-
// ChessBishop aliases
|
|
600
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
597
|
// Cherry aliases
|
|
602
598
|
export { default as CherryIcon } from '../icons/cherry';
|
|
599
|
+
// ChessBishop aliases
|
|
600
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
|
+
// ChessKing aliases
|
|
602
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
603
603
|
// ChessKnight aliases
|
|
604
604
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
605
|
-
// ChessQueen aliases
|
|
606
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
607
605
|
// ChessPawn aliases
|
|
608
606
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
607
|
+
// ChessQueen aliases
|
|
608
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
609
609
|
// ChessRook aliases
|
|
610
610
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
611
611
|
// ChevronDown aliases
|
|
612
612
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
613
|
-
// ChevronLast aliases
|
|
614
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
615
613
|
// ChevronFirst aliases
|
|
616
614
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
617
|
-
//
|
|
618
|
-
export { default as
|
|
619
|
-
// ChevronUp aliases
|
|
620
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
615
|
+
// ChevronLast aliases
|
|
616
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
621
617
|
// ChevronRight aliases
|
|
622
618
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
623
|
-
//
|
|
624
|
-
export { default as
|
|
619
|
+
// ChevronUp aliases
|
|
620
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
621
|
+
// ChevronLeft aliases
|
|
622
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
625
623
|
// ChevronsDown aliases
|
|
626
624
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
625
|
+
// ChevronsDownUp aliases
|
|
626
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
627
627
|
// ChevronsLeftRightEllipsis aliases
|
|
628
628
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
629
629
|
// ChevronsLeftRight aliases
|
|
@@ -632,92 +632,92 @@ export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
|
632
632
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
633
633
|
// ChevronsRightLeft aliases
|
|
634
634
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
635
|
-
// ChevronsUp aliases
|
|
636
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
637
635
|
// ChevronsRight aliases
|
|
638
636
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
639
637
|
// ChevronsUpDown aliases
|
|
640
638
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
639
|
+
// ChevronsUp aliases
|
|
640
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
641
641
|
// Church aliases
|
|
642
642
|
export { default as ChurchIcon } from '../icons/church';
|
|
643
|
+
// CircleDashed aliases
|
|
644
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
643
645
|
// CigaretteOff aliases
|
|
644
646
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
645
647
|
// Cigarette aliases
|
|
646
648
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
647
|
-
// CircleDashed aliases
|
|
648
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
649
|
-
// CircleDollarSign aliases
|
|
650
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
651
649
|
// CircleDotDashed aliases
|
|
652
650
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
651
|
+
// CircleDollarSign aliases
|
|
652
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
653
|
+
// CircleDot aliases
|
|
654
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
653
655
|
// CircleEllipsis aliases
|
|
654
656
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
655
657
|
// CircleEqual aliases
|
|
656
658
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
659
|
+
// CircleEuro aliases
|
|
660
|
+
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
657
661
|
// CircleFadingArrowUp aliases
|
|
658
662
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
659
|
-
//
|
|
660
|
-
export { default as
|
|
661
|
-
// CircleEuroSign aliases
|
|
662
|
-
export { default as CircleEuroSignIcon } from '../icons/circle-euro-sign';
|
|
663
|
+
// CircleFadingPlus aliases
|
|
664
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
663
665
|
// CircleOff aliases
|
|
664
666
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
667
|
+
// CirclePoundSterling aliases
|
|
668
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
665
669
|
// CirclePile aliases
|
|
666
670
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
667
|
-
// CircleFadingPlus aliases
|
|
668
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
669
671
|
// CircleSlash aliases
|
|
670
672
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
671
|
-
// CirclePoundSterling aliases
|
|
672
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
673
673
|
// CircleSmall aliases
|
|
674
674
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
675
|
+
// CircleStar aliases
|
|
676
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
675
677
|
// CircuitBoard aliases
|
|
676
678
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
677
679
|
// Circle aliases
|
|
678
680
|
export { default as CircleIcon } from '../icons/circle';
|
|
679
|
-
// CircleStar aliases
|
|
680
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
681
681
|
// Citrus aliases
|
|
682
682
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
683
|
-
// Clapperboard aliases
|
|
684
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
685
683
|
// ClipboardCheck aliases
|
|
686
684
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
687
|
-
//
|
|
688
|
-
export { default as
|
|
685
|
+
// Clapperboard aliases
|
|
686
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
689
687
|
// ClipboardCopy aliases
|
|
690
688
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
691
|
-
// ClipboardPaste aliases
|
|
692
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
693
|
-
// ClipboardMinus aliases
|
|
694
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
695
689
|
// ClipboardList aliases
|
|
696
690
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
697
|
-
//
|
|
698
|
-
export { default as
|
|
691
|
+
// ClipboardClock aliases
|
|
692
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
699
693
|
// ClipboardPlus aliases
|
|
700
694
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
695
|
+
// ClipboardMinus aliases
|
|
696
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
701
697
|
// ClipboardX aliases
|
|
702
698
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
699
|
+
// ClipboardPaste aliases
|
|
700
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
701
|
+
// ClipboardType aliases
|
|
702
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
703
703
|
// Clipboard aliases
|
|
704
704
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
705
|
-
// Clock1 aliases
|
|
706
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
707
705
|
// Clock10 aliases
|
|
708
706
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
709
707
|
// Clock11 aliases
|
|
710
708
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
709
|
+
// Clock1 aliases
|
|
710
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
711
711
|
// Clock12 aliases
|
|
712
712
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
713
|
-
//
|
|
714
|
-
export { default as
|
|
713
|
+
// Clock3 aliases
|
|
714
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
715
715
|
// Clock2 aliases
|
|
716
716
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
717
|
+
// Clock4 aliases
|
|
718
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
717
719
|
// Clock5 aliases
|
|
718
720
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
719
|
-
// Clock3 aliases
|
|
720
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
721
721
|
// Clock6 aliases
|
|
722
722
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
723
723
|
// Clock7 aliases
|
|
@@ -728,24 +728,24 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
728
728
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
729
729
|
// ClockArrowDown aliases
|
|
730
730
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
731
|
-
// ClockAlert aliases
|
|
732
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
733
731
|
// ClockArrowLeft aliases
|
|
734
732
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
733
|
+
// ClockAlert aliases
|
|
734
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
735
735
|
// ClockArrowUp aliases
|
|
736
736
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
737
|
-
// ClockArrowRight aliases
|
|
738
|
-
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
739
737
|
// ClockCheck aliases
|
|
740
738
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
739
|
+
// ClockArrowRight aliases
|
|
740
|
+
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
741
741
|
// ClockFading aliases
|
|
742
742
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
743
743
|
// ClockPlus aliases
|
|
744
744
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
745
|
-
// Clock aliases
|
|
746
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
747
745
|
// ClosedCaption aliases
|
|
748
746
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
747
|
+
// Clock aliases
|
|
748
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
749
749
|
// CloudAlert aliases
|
|
750
750
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
751
751
|
// CloudBackup aliases
|
|
@@ -758,28 +758,28 @@ export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
|
758
758
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
759
759
|
// CloudFog aliases
|
|
760
760
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
761
|
-
//
|
|
762
|
-
export { default as
|
|
761
|
+
// CloudHail aliases
|
|
762
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
763
763
|
// CloudMoonRain aliases
|
|
764
764
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
765
|
+
// CloudLightning aliases
|
|
766
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
765
767
|
// CloudMoon aliases
|
|
766
768
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
767
|
-
// CloudHail aliases
|
|
768
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
769
|
-
// CloudOff aliases
|
|
770
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
771
769
|
// CloudRainWind aliases
|
|
772
770
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
771
|
+
// CloudOff aliases
|
|
772
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
773
773
|
// CloudRain aliases
|
|
774
774
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
775
775
|
// CloudSnow aliases
|
|
776
776
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
777
|
-
// CloudSunRain aliases
|
|
778
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
779
|
-
// CloudSun aliases
|
|
780
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
781
777
|
// CloudSync aliases
|
|
782
778
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
779
|
+
// CloudSun aliases
|
|
780
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
781
|
+
// CloudSunRain aliases
|
|
782
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
783
783
|
// Cloud aliases
|
|
784
784
|
export { default as CloudIcon } from '../icons/cloud';
|
|
785
785
|
// Clover aliases
|
|
@@ -790,10 +790,10 @@ export { default as CloudyIcon } from '../icons/cloudy';
|
|
|
790
790
|
export { default as ClubIcon } from '../icons/club';
|
|
791
791
|
// Code aliases
|
|
792
792
|
export { default as CodeIcon } from '../icons/code';
|
|
793
|
-
// Coffee aliases
|
|
794
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
795
793
|
// Cog aliases
|
|
796
794
|
export { default as CogIcon } from '../icons/cog';
|
|
795
|
+
// Coffee aliases
|
|
796
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
797
797
|
// Coins aliases
|
|
798
798
|
export { default as CoinsIcon } from '../icons/coins';
|
|
799
799
|
// Columns4 aliases
|
|
@@ -802,16 +802,16 @@ export { default as Columns4Icon } from '../icons/columns-4';
|
|
|
802
802
|
export { default as CombineIcon } from '../icons/combine';
|
|
803
803
|
// Command aliases
|
|
804
804
|
export { default as CommandIcon } from '../icons/command';
|
|
805
|
-
// Component aliases
|
|
806
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
807
805
|
// Compass aliases
|
|
808
806
|
export { default as CompassIcon } from '../icons/compass';
|
|
809
|
-
//
|
|
810
|
-
export { default as
|
|
807
|
+
// Component aliases
|
|
808
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
811
809
|
// ConciergeBell aliases
|
|
812
810
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
813
811
|
// Cone aliases
|
|
814
812
|
export { default as ConeIcon } from '../icons/cone';
|
|
813
|
+
// Computer aliases
|
|
814
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
815
815
|
// Construction aliases
|
|
816
816
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
817
817
|
// Contact aliases
|
|
@@ -824,46 +824,46 @@ export { default as ContrastIcon } from '../icons/contrast';
|
|
|
824
824
|
export { default as CookieIcon } from '../icons/cookie';
|
|
825
825
|
// CookingPot aliases
|
|
826
826
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
827
|
-
// CopyMinus aliases
|
|
828
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
829
827
|
// CopyCheck aliases
|
|
830
828
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
829
|
+
// CopyMinus aliases
|
|
830
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
831
831
|
// CopyPlus aliases
|
|
832
832
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
833
|
-
// CopySlash aliases
|
|
834
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
835
833
|
// CopyX aliases
|
|
836
834
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
835
|
+
// CopySlash aliases
|
|
836
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
837
|
+
// Copyleft aliases
|
|
838
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
837
839
|
// Copy aliases
|
|
838
840
|
export { default as CopyIcon } from '../icons/copy';
|
|
839
|
-
// Copyright aliases
|
|
840
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
841
841
|
// CornerDownLeft aliases
|
|
842
842
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
843
|
-
//
|
|
844
|
-
export { default as
|
|
845
|
-
// CornerDownRight aliases
|
|
846
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
843
|
+
// Copyright aliases
|
|
844
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
847
845
|
// CornerLeftDown aliases
|
|
848
846
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
847
|
+
// CornerDownRight aliases
|
|
848
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
849
849
|
// CornerLeftUp aliases
|
|
850
850
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
851
851
|
// CornerRightDown aliases
|
|
852
852
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
853
853
|
// CornerRightUp aliases
|
|
854
854
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
855
|
-
// CornerUpLeft aliases
|
|
856
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
857
855
|
// CornerUpRight aliases
|
|
858
856
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
857
|
+
// CornerUpLeft aliases
|
|
858
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
859
859
|
// Cpu aliases
|
|
860
860
|
export { default as CpuIcon } from '../icons/cpu';
|
|
861
|
-
// Croissant aliases
|
|
862
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
863
861
|
// CreativeCommons aliases
|
|
864
862
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
865
863
|
// CreditCard aliases
|
|
866
864
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
865
|
+
// Croissant aliases
|
|
866
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
867
867
|
// Crop aliases
|
|
868
868
|
export { default as CropIcon } from '../icons/crop';
|
|
869
869
|
// Cross aliases
|
|
@@ -874,30 +874,30 @@ export { default as CrosshairIcon } from '../icons/crosshair';
|
|
|
874
874
|
export { default as CrownIcon } from '../icons/crown';
|
|
875
875
|
// Cuboid aliases
|
|
876
876
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
877
|
-
// Currency aliases
|
|
878
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
879
877
|
// CupSoda aliases
|
|
880
878
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
881
|
-
//
|
|
882
|
-
export { default as
|
|
879
|
+
// Currency aliases
|
|
880
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
883
881
|
// Dam aliases
|
|
884
882
|
export { default as DamIcon } from '../icons/dam';
|
|
885
|
-
// DatabaseArrowUp aliases
|
|
886
|
-
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
887
883
|
// DatabaseArrowDown aliases
|
|
888
884
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
885
|
+
// DatabaseArrowUp aliases
|
|
886
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
887
|
+
// Cylinder aliases
|
|
888
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
889
889
|
// DatabaseBackup aliases
|
|
890
890
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
891
891
|
// DatabaseCheck aliases
|
|
892
892
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
893
893
|
// DatabaseMinus aliases
|
|
894
894
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
895
|
+
// DatabasePlus aliases
|
|
896
|
+
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
895
897
|
// DatabaseSearch aliases
|
|
896
898
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
897
899
|
// DatabaseX aliases
|
|
898
900
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
899
|
-
// DatabasePlus aliases
|
|
900
|
-
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
901
901
|
// DatabaseZap aliases
|
|
902
902
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
903
903
|
// Database aliases
|
|
@@ -912,22 +912,22 @@ export { default as DeleteIcon } from '../icons/delete';
|
|
|
912
912
|
export { default as DessertIcon } from '../icons/dessert';
|
|
913
913
|
// Diameter aliases
|
|
914
914
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
915
|
+
// Diamond aliases
|
|
916
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
915
917
|
// DiamondMinus aliases
|
|
916
918
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
917
919
|
// DiamondPlus aliases
|
|
918
920
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
919
|
-
//
|
|
920
|
-
export { default as
|
|
921
|
+
// Dice2 aliases
|
|
922
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
921
923
|
// Dice1 aliases
|
|
922
924
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
925
|
+
// Dice3 aliases
|
|
926
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
923
927
|
// Dice4 aliases
|
|
924
928
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
925
|
-
// Dice2 aliases
|
|
926
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
927
929
|
// Dice5 aliases
|
|
928
930
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
929
|
-
// Dice3 aliases
|
|
930
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
931
931
|
// Dice6 aliases
|
|
932
932
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
933
933
|
// Dices aliases
|
|
@@ -938,34 +938,34 @@ export { default as DiffIcon } from '../icons/diff';
|
|
|
938
938
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
939
939
|
// Disc3 aliases
|
|
940
940
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
941
|
+
// DiscAlbum aliases
|
|
942
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
941
943
|
// Disc aliases
|
|
942
944
|
export { default as DiscIcon } from '../icons/disc';
|
|
943
945
|
// Divide aliases
|
|
944
946
|
export { default as DivideIcon } from '../icons/divide';
|
|
945
|
-
// DiscAlbum aliases
|
|
946
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
947
947
|
// DnaOff aliases
|
|
948
948
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
949
949
|
// Dna aliases
|
|
950
950
|
export { default as DnaIcon } from '../icons/dna';
|
|
951
951
|
// Dock aliases
|
|
952
952
|
export { default as DockIcon } from '../icons/dock';
|
|
953
|
-
// DollarSign aliases
|
|
954
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
955
953
|
// Dog aliases
|
|
956
954
|
export { default as DogIcon } from '../icons/dog';
|
|
955
|
+
// DollarSign aliases
|
|
956
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
957
957
|
// Donut aliases
|
|
958
958
|
export { default as DonutIcon } from '../icons/donut';
|
|
959
959
|
// DoorClosedLocked aliases
|
|
960
960
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
961
|
-
// DoorClosed aliases
|
|
962
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
963
961
|
// DoorOpen aliases
|
|
964
962
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
965
|
-
//
|
|
966
|
-
export { default as
|
|
963
|
+
// DoorClosed aliases
|
|
964
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
967
965
|
// Download aliases
|
|
968
966
|
export { default as DownloadIcon } from '../icons/download';
|
|
967
|
+
// Dot aliases
|
|
968
|
+
export { default as DotIcon } from '../icons/dot';
|
|
969
969
|
// DraftingCompass aliases
|
|
970
970
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
971
971
|
// Drama aliases
|
|
@@ -976,40 +976,40 @@ export { default as DrillIcon } from '../icons/drill';
|
|
|
976
976
|
export { default as DroneIcon } from '../icons/drone';
|
|
977
977
|
// DropletOff aliases
|
|
978
978
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
979
|
-
// Droplet aliases
|
|
980
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
981
979
|
// Droplets aliases
|
|
982
980
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
981
|
+
// Droplet aliases
|
|
982
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
983
983
|
// Drum aliases
|
|
984
984
|
export { default as DrumIcon } from '../icons/drum';
|
|
985
|
-
// Dumbbell aliases
|
|
986
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
987
985
|
// Drumstick aliases
|
|
988
986
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
989
|
-
//
|
|
990
|
-
export { default as
|
|
987
|
+
// Dumbbell aliases
|
|
988
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
991
989
|
// Ear aliases
|
|
992
990
|
export { default as EarIcon } from '../icons/ear';
|
|
991
|
+
// EarOff aliases
|
|
992
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
993
993
|
// EarthLock aliases
|
|
994
994
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
995
|
-
// Eclipse aliases
|
|
996
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
997
995
|
// EggFried aliases
|
|
998
996
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
997
|
+
// Eclipse aliases
|
|
998
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
999
999
|
// EggOff aliases
|
|
1000
1000
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1001
1001
|
// Egg aliases
|
|
1002
1002
|
export { default as EggIcon } from '../icons/egg';
|
|
1003
|
-
// Ellipse aliases
|
|
1004
|
-
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1005
1003
|
// EqualApproximately aliases
|
|
1006
1004
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1005
|
+
// Ellipse aliases
|
|
1006
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1007
1007
|
// EqualNot aliases
|
|
1008
1008
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1009
|
-
// Eraser aliases
|
|
1010
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
1011
1009
|
// Equal aliases
|
|
1012
1010
|
export { default as EqualIcon } from '../icons/equal';
|
|
1011
|
+
// Eraser aliases
|
|
1012
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
1013
1013
|
// EthernetPort aliases
|
|
1014
1014
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1015
1015
|
// Euro aliases
|
|
@@ -1020,10 +1020,10 @@ export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
|
1020
1020
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1021
1021
|
// ExternalLink aliases
|
|
1022
1022
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1023
|
-
// EyeDashed aliases
|
|
1024
|
-
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1025
1023
|
// EyeClosed aliases
|
|
1026
1024
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1025
|
+
// EyeDashed aliases
|
|
1026
|
+
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1027
1027
|
// EyeOff aliases
|
|
1028
1028
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1029
1029
|
// Eye aliases
|
|
@@ -1032,10 +1032,10 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
1032
1032
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1033
1033
|
// Fan aliases
|
|
1034
1034
|
export { default as FanIcon } from '../icons/fan';
|
|
1035
|
-
// FastForward aliases
|
|
1036
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1037
1035
|
// Feather aliases
|
|
1038
1036
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1037
|
+
// FastForward aliases
|
|
1038
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1039
1039
|
// Fence aliases
|
|
1040
1040
|
export { default as FenceIcon } from '../icons/fence';
|
|
1041
1041
|
// FerrisWheel aliases
|
|
@@ -1060,8 +1060,6 @@ export { default as FileDownIcon } from '../icons/file-down';
|
|
|
1060
1060
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1061
1061
|
// FileImage aliases
|
|
1062
1062
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1063
|
-
// FileInput aliases
|
|
1064
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1065
1063
|
// FileMinus aliases
|
|
1066
1064
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1067
1065
|
// FileMusic aliases
|
|
@@ -1070,22 +1068,24 @@ export { default as FileMusicIcon } from '../icons/file-music';
|
|
|
1070
1068
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1071
1069
|
// FilePlus aliases
|
|
1072
1070
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1071
|
+
// FileInput aliases
|
|
1072
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1073
1073
|
// FileScan aliases
|
|
1074
1074
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1075
|
-
// FileSliders aliases
|
|
1076
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1077
1075
|
// FileSearch aliases
|
|
1078
1076
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1079
|
-
//
|
|
1080
|
-
export { default as
|
|
1077
|
+
// FileSliders aliases
|
|
1078
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1081
1079
|
// FileStack aliases
|
|
1082
1080
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1083
|
-
//
|
|
1084
|
-
export { default as
|
|
1085
|
-
// FileTerminal aliases
|
|
1086
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1081
|
+
// FileSpreadsheet aliases
|
|
1082
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1087
1083
|
// FileText aliases
|
|
1088
1084
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1085
|
+
// FileTerminal aliases
|
|
1086
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1087
|
+
// FileSymlink aliases
|
|
1088
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1089
1089
|
// FileType aliases
|
|
1090
1090
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1091
1091
|
// FileUp aliases
|
|
@@ -1098,12 +1098,12 @@ export { default as FileUserIcon } from '../icons/file-user';
|
|
|
1098
1098
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1099
1099
|
// File aliases
|
|
1100
1100
|
export { default as FileIcon } from '../icons/file';
|
|
1101
|
-
// FireExtinguisher aliases
|
|
1102
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1103
1101
|
// Files aliases
|
|
1104
1102
|
export { default as FilesIcon } from '../icons/files';
|
|
1105
1103
|
// Film aliases
|
|
1106
1104
|
export { default as FilmIcon } from '../icons/film';
|
|
1105
|
+
// FireExtinguisher aliases
|
|
1106
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1107
1107
|
// FishOff aliases
|
|
1108
1108
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1109
1109
|
// FishSymbol aliases
|
|
@@ -1122,24 +1122,24 @@ export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
|
1122
1122
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1123
1123
|
// Flag aliases
|
|
1124
1124
|
export { default as FlagIcon } from '../icons/flag';
|
|
1125
|
-
// FlameKindling aliases
|
|
1126
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1127
1125
|
// Flame aliases
|
|
1128
1126
|
export { default as FlameIcon } from '../icons/flame';
|
|
1129
1127
|
// FlashlightOff aliases
|
|
1130
1128
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1131
|
-
//
|
|
1132
|
-
export { default as
|
|
1129
|
+
// FlameKindling aliases
|
|
1130
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1133
1131
|
// FlaskConicalOff aliases
|
|
1134
1132
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1133
|
+
// Flashlight aliases
|
|
1134
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1135
1135
|
// FlaskConical aliases
|
|
1136
1136
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1137
|
-
// FlipHorizontal2 aliases
|
|
1138
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1139
1137
|
// FlaskRound aliases
|
|
1140
1138
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1141
1139
|
// FlipVertical2 aliases
|
|
1142
1140
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1141
|
+
// FlipHorizontal2 aliases
|
|
1142
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1143
1143
|
// Flower2 aliases
|
|
1144
1144
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1145
1145
|
// Flower aliases
|
|
@@ -1148,58 +1148,58 @@ export { default as FlowerIcon } from '../icons/flower';
|
|
|
1148
1148
|
export { default as FocusIcon } from '../icons/focus';
|
|
1149
1149
|
// FoldHorizontal aliases
|
|
1150
1150
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1151
|
-
// FolderArchive aliases
|
|
1152
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1153
1151
|
// FoldVertical aliases
|
|
1154
1152
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1155
|
-
//
|
|
1156
|
-
export { default as
|
|
1157
|
-
// FolderClock aliases
|
|
1158
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1153
|
+
// FolderArchive aliases
|
|
1154
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1159
1155
|
// FolderCheck aliases
|
|
1160
1156
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1157
|
+
// FolderClock aliases
|
|
1158
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1159
|
+
// FolderBookmark aliases
|
|
1160
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1161
1161
|
// FolderCode aliases
|
|
1162
1162
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1163
|
-
// FolderDot aliases
|
|
1164
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1165
1163
|
// FolderClosed aliases
|
|
1166
1164
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1167
1165
|
// FolderDown aliases
|
|
1168
1166
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1167
|
+
// FolderDot aliases
|
|
1168
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1169
1169
|
// FolderGit2 aliases
|
|
1170
1170
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1171
1171
|
// FolderGit aliases
|
|
1172
1172
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1173
|
-
// FolderKanban aliases
|
|
1174
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1175
|
-
// FolderInput aliases
|
|
1176
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1177
1173
|
// FolderHeart aliases
|
|
1178
1174
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1179
|
-
//
|
|
1180
|
-
export { default as
|
|
1175
|
+
// FolderInput aliases
|
|
1176
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1177
|
+
// FolderKanban aliases
|
|
1178
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1181
1179
|
// FolderLock aliases
|
|
1182
1180
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1183
|
-
//
|
|
1184
|
-
export { default as
|
|
1181
|
+
// FolderKey aliases
|
|
1182
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1185
1183
|
// FolderOpenDot aliases
|
|
1186
1184
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1185
|
+
// FolderMinus aliases
|
|
1186
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1187
1187
|
// FolderOpen aliases
|
|
1188
1188
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1189
1189
|
// FolderOutput aliases
|
|
1190
1190
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1191
|
-
// FolderPlus aliases
|
|
1192
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1193
1191
|
// FolderRoot aliases
|
|
1194
1192
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1193
|
+
// FolderPlus aliases
|
|
1194
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1195
1195
|
// FolderSearch2 aliases
|
|
1196
1196
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1197
1197
|
// FolderSearch aliases
|
|
1198
1198
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1199
|
-
// FolderSync aliases
|
|
1200
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1201
1199
|
// FolderSymlink aliases
|
|
1202
1200
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1201
|
+
// FolderSync aliases
|
|
1202
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1203
1203
|
// FolderTree aliases
|
|
1204
1204
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1205
1205
|
// FolderUp aliases
|
|
@@ -1208,28 +1208,28 @@ export { default as FolderUpIcon } from '../icons/folder-up';
|
|
|
1208
1208
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1209
1209
|
// Folder aliases
|
|
1210
1210
|
export { default as FolderIcon } from '../icons/folder';
|
|
1211
|
-
// Folders aliases
|
|
1212
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1213
1211
|
// Footprints aliases
|
|
1214
1212
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1213
|
+
// Folders aliases
|
|
1214
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1215
1215
|
// Forklift aliases
|
|
1216
1216
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1217
|
-
// Form aliases
|
|
1218
|
-
export { default as FormIcon } from '../icons/form';
|
|
1219
1217
|
// Forward aliases
|
|
1220
1218
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1221
1219
|
// Frame aliases
|
|
1222
1220
|
export { default as FrameIcon } from '../icons/frame';
|
|
1221
|
+
// Form aliases
|
|
1222
|
+
export { default as FormIcon } from '../icons/form';
|
|
1223
1223
|
// Frown aliases
|
|
1224
1224
|
export { default as FrownIcon } from '../icons/frown';
|
|
1225
|
-
// Fullscreen aliases
|
|
1226
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1227
1225
|
// Fuel aliases
|
|
1228
1226
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1229
|
-
//
|
|
1230
|
-
export { default as
|
|
1227
|
+
// Fullscreen aliases
|
|
1228
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1231
1229
|
// GalleryHorizontalEnd aliases
|
|
1232
1230
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1231
|
+
// FunnelPlus aliases
|
|
1232
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1233
1233
|
// GalleryHorizontal aliases
|
|
1234
1234
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1235
1235
|
// GalleryThumbnails aliases
|
|
@@ -1238,26 +1238,26 @@ export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
|
1238
1238
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1239
1239
|
// GalleryVertical aliases
|
|
1240
1240
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1241
|
-
// GamepadDirectional aliases
|
|
1242
|
-
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1243
1241
|
// Gamepad2 aliases
|
|
1244
1242
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1245
1243
|
// Gamepad aliases
|
|
1246
1244
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1245
|
+
// GamepadDirectional aliases
|
|
1246
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1247
1247
|
// Gauge aliases
|
|
1248
1248
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1249
1249
|
// Gavel aliases
|
|
1250
1250
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1251
|
-
// Gem aliases
|
|
1252
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1253
1251
|
// GeorgianLari aliases
|
|
1254
1252
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1255
1253
|
// Ghost aliases
|
|
1256
1254
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1257
|
-
//
|
|
1258
|
-
export { default as
|
|
1255
|
+
// Gem aliases
|
|
1256
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1259
1257
|
// Gift aliases
|
|
1260
1258
|
export { default as GiftIcon } from '../icons/gift';
|
|
1259
|
+
// GitBranchMinus aliases
|
|
1260
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1261
1261
|
// GitBranchPlus aliases
|
|
1262
1262
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1263
1263
|
// GitBranch aliases
|
|
@@ -1276,36 +1276,36 @@ export { default as GitGraphIcon } from '../icons/git-graph';
|
|
|
1276
1276
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1277
1277
|
// GitMerge aliases
|
|
1278
1278
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1279
|
-
// GitPullRequestArrow aliases
|
|
1280
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1281
1279
|
// GitPullRequestClosed aliases
|
|
1282
1280
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1283
1281
|
// GitPullRequestCreateArrow aliases
|
|
1284
1282
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1283
|
+
// GitPullRequestArrow aliases
|
|
1284
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1285
1285
|
// GitPullRequestCreate aliases
|
|
1286
1286
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1287
1287
|
// GitPullRequestDraft aliases
|
|
1288
1288
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1289
1289
|
// GitPullRequest aliases
|
|
1290
1290
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1291
|
+
// GlassWater aliases
|
|
1292
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1291
1293
|
// Glasses aliases
|
|
1292
1294
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1295
|
+
// GlobeCheck aliases
|
|
1296
|
+
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1293
1297
|
// GlobeLock aliases
|
|
1294
1298
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1295
1299
|
// GlobeOff aliases
|
|
1296
1300
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1297
|
-
// GlassWater aliases
|
|
1298
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1299
|
-
// GlobeCheck aliases
|
|
1300
|
-
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1301
1301
|
// GlobeX aliases
|
|
1302
1302
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1303
1303
|
// Globe aliases
|
|
1304
1304
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1305
|
-
// Gpu aliases
|
|
1306
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1307
1305
|
// Goal aliases
|
|
1308
1306
|
export { default as GoalIcon } from '../icons/goal';
|
|
1307
|
+
// Gpu aliases
|
|
1308
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1309
1309
|
// GraduationCap aliases
|
|
1310
1310
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1311
1311
|
// Grape aliases
|
|
@@ -1314,16 +1314,16 @@ export { default as GrapeIcon } from '../icons/grape';
|
|
|
1314
1314
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1315
1315
|
// GripHorizontal aliases
|
|
1316
1316
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1317
|
+
// GripVertical aliases
|
|
1318
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1317
1319
|
// Grip aliases
|
|
1318
1320
|
export { default as GripIcon } from '../icons/grip';
|
|
1319
1321
|
// Group aliases
|
|
1320
1322
|
export { default as GroupIcon } from '../icons/group';
|
|
1321
|
-
// GripVertical aliases
|
|
1322
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1323
|
-
// Ham aliases
|
|
1324
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1325
1323
|
// Guitar aliases
|
|
1326
1324
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1325
|
+
// Ham aliases
|
|
1326
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1327
1327
|
// Hamburger aliases
|
|
1328
1328
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1329
1329
|
// Hammer aliases
|
|
@@ -1338,24 +1338,24 @@ export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
|
1338
1338
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1339
1339
|
// HandPlatter aliases
|
|
1340
1340
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1341
|
+
// Handbag aliases
|
|
1342
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1341
1343
|
// Hand aliases
|
|
1342
1344
|
export { default as HandIcon } from '../icons/hand';
|
|
1343
1345
|
// Handshake aliases
|
|
1344
1346
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1345
|
-
// Handbag aliases
|
|
1346
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1347
1347
|
// HardDriveDownload aliases
|
|
1348
1348
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1349
|
-
// HardDriveUpload aliases
|
|
1350
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1351
1349
|
// HardDrive aliases
|
|
1352
1350
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1351
|
+
// HardDriveUpload aliases
|
|
1352
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1353
1353
|
// HardHat aliases
|
|
1354
1354
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1355
|
-
// Hash aliases
|
|
1356
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1357
1355
|
// HatGlasses aliases
|
|
1358
1356
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1357
|
+
// Hash aliases
|
|
1358
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1359
1359
|
// Haze aliases
|
|
1360
1360
|
export { default as HazeIcon } from '../icons/haze';
|
|
1361
1361
|
// Hd aliases
|
|
@@ -1396,20 +1396,20 @@ export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
|
1396
1396
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1397
1397
|
// HeartX aliases
|
|
1398
1398
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1399
|
-
// Heart aliases
|
|
1400
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1401
1399
|
// Heater aliases
|
|
1402
1400
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1401
|
+
// Heart aliases
|
|
1402
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1403
1403
|
// Helicopter aliases
|
|
1404
1404
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1405
1405
|
// Hexagon aliases
|
|
1406
1406
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1407
1407
|
// Highlighter aliases
|
|
1408
1408
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1409
|
-
// History aliases
|
|
1410
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1411
1409
|
// HopOff aliases
|
|
1412
1410
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1411
|
+
// History aliases
|
|
1412
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1413
1413
|
// Hop aliases
|
|
1414
1414
|
export { default as HopIcon } from '../icons/hop';
|
|
1415
1415
|
// Hospital aliases
|
|
@@ -1418,12 +1418,12 @@ export { default as HospitalIcon } from '../icons/hospital';
|
|
|
1418
1418
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1419
1419
|
// Hourglass aliases
|
|
1420
1420
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1421
|
+
// HousePlug aliases
|
|
1422
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1421
1423
|
// HouseHeart aliases
|
|
1422
1424
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1423
1425
|
// HousePlus aliases
|
|
1424
1426
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1425
|
-
// HousePlug aliases
|
|
1426
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1427
1427
|
// HouseWifi aliases
|
|
1428
1428
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1429
1429
|
// IdCardLanyard aliases
|
|
@@ -1434,28 +1434,28 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1434
1434
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1435
1435
|
// ImageMinus aliases
|
|
1436
1436
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1437
|
-
// ImagePlay aliases
|
|
1438
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1439
1437
|
// ImageOff aliases
|
|
1440
1438
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1439
|
+
// ImagePlay aliases
|
|
1440
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1441
1441
|
// ImagePlus aliases
|
|
1442
1442
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1443
1443
|
// ImageUp aliases
|
|
1444
1444
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1445
|
+
// ImageUpscale aliases
|
|
1446
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1445
1447
|
// Images aliases
|
|
1446
1448
|
export { default as ImagesIcon } from '../icons/images';
|
|
1447
1449
|
// Image aliases
|
|
1448
1450
|
export { default as ImageIcon } from '../icons/image';
|
|
1449
|
-
// ImageUpscale aliases
|
|
1450
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1451
1451
|
// Import aliases
|
|
1452
1452
|
export { default as ImportIcon } from '../icons/import';
|
|
1453
1453
|
// Inbox aliases
|
|
1454
1454
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1455
|
-
// Infinity aliases
|
|
1456
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1457
1455
|
// IndianRupee aliases
|
|
1458
1456
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1457
|
+
// Infinity aliases
|
|
1458
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1459
1459
|
// Info aliases
|
|
1460
1460
|
export { default as InfoIcon } from '../icons/info';
|
|
1461
1461
|
// InspectionPanel aliases
|
|
@@ -1464,80 +1464,80 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1464
1464
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1465
1465
|
// IterationCcw aliases
|
|
1466
1466
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1467
|
-
// IterationCw aliases
|
|
1468
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1469
1467
|
// JapaneseYen aliases
|
|
1470
1468
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1469
|
+
// IterationCw aliases
|
|
1470
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1471
1471
|
// Joystick aliases
|
|
1472
1472
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1473
|
-
// Kanban aliases
|
|
1474
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1475
1473
|
// Kayak aliases
|
|
1476
1474
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1477
|
-
//
|
|
1478
|
-
export { default as
|
|
1475
|
+
// Kanban aliases
|
|
1476
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1479
1477
|
// KeyRound aliases
|
|
1480
1478
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1479
|
+
// KeySquare aliases
|
|
1480
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1481
1481
|
// Key aliases
|
|
1482
1482
|
export { default as KeyIcon } from '../icons/key';
|
|
1483
1483
|
// KeyboardMusic aliases
|
|
1484
1484
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1485
|
+
// Keyboard aliases
|
|
1486
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1485
1487
|
// KeyboardOff aliases
|
|
1486
1488
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1487
1489
|
// LampCeiling aliases
|
|
1488
1490
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1489
|
-
// Keyboard aliases
|
|
1490
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1491
1491
|
// LampDesk aliases
|
|
1492
1492
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1493
1493
|
// LampFloor aliases
|
|
1494
1494
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1495
1495
|
// LampWallDown aliases
|
|
1496
1496
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1497
|
-
// LampWallUp aliases
|
|
1498
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1499
1497
|
// Lamp aliases
|
|
1500
1498
|
export { default as LampIcon } from '../icons/lamp';
|
|
1501
|
-
//
|
|
1502
|
-
export { default as
|
|
1499
|
+
// LampWallUp aliases
|
|
1500
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1503
1501
|
// Landmark aliases
|
|
1504
1502
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1503
|
+
// LandPlot aliases
|
|
1504
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1505
1505
|
// Languages aliases
|
|
1506
1506
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1507
|
-
// LaptopMinimalCheck aliases
|
|
1508
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1509
1507
|
// Laptop aliases
|
|
1510
1508
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1511
1509
|
// LassoSelect aliases
|
|
1512
1510
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1513
1511
|
// Lasso aliases
|
|
1514
1512
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1513
|
+
// LaptopMinimalCheck aliases
|
|
1514
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1515
1515
|
// Laugh aliases
|
|
1516
1516
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1517
|
-
// Layers2 aliases
|
|
1518
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1519
1517
|
// LayersMinus aliases
|
|
1520
1518
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1519
|
+
// Layers2 aliases
|
|
1520
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1521
1521
|
// LayersPlus aliases
|
|
1522
1522
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1523
|
-
// LayoutDashboard aliases
|
|
1524
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1525
1523
|
// LayoutGrid aliases
|
|
1526
1524
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1525
|
+
// LayoutDashboard aliases
|
|
1526
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1527
1527
|
// LayoutList aliases
|
|
1528
1528
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1529
|
-
// LayoutPanelLeft aliases
|
|
1530
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1531
|
-
// LayoutTemplate aliases
|
|
1532
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1533
1529
|
// LayoutPanelTop aliases
|
|
1534
1530
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1531
|
+
// LayoutTemplate aliases
|
|
1532
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1533
|
+
// LayoutPanelLeft aliases
|
|
1534
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1535
1535
|
// Leaf aliases
|
|
1536
1536
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1537
|
-
// Lectern aliases
|
|
1538
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1539
1537
|
// LeafyGreen aliases
|
|
1540
1538
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1539
|
+
// Lectern aliases
|
|
1540
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1541
1541
|
// LensConcave aliases
|
|
1542
1542
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1543
1543
|
// LensConvex aliases
|
|
@@ -1548,20 +1548,20 @@ export { default as LibraryBigIcon } from '../icons/library-big';
|
|
|
1548
1548
|
export { default as LibraryIcon } from '../icons/library';
|
|
1549
1549
|
// LifeBuoy aliases
|
|
1550
1550
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1551
|
-
// Ligature aliases
|
|
1552
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1553
1551
|
// LightbulbOff aliases
|
|
1554
1552
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1553
|
+
// Ligature aliases
|
|
1554
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1555
1555
|
// Lightbulb aliases
|
|
1556
1556
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1557
1557
|
// LineDotRightHorizontal aliases
|
|
1558
1558
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1559
|
-
// LineStyle aliases
|
|
1560
|
-
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1561
1559
|
// LineSquiggle aliases
|
|
1562
1560
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1563
1561
|
// Link2Off aliases
|
|
1564
1562
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1563
|
+
// LineStyle aliases
|
|
1564
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1565
1565
|
// Link2 aliases
|
|
1566
1566
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1567
1567
|
// Link aliases
|
|
@@ -1604,10 +1604,10 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1604
1604
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1605
1605
|
// ListVideo aliases
|
|
1606
1606
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1607
|
-
// ListX aliases
|
|
1608
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1609
1607
|
// List aliases
|
|
1610
1608
|
export { default as ListIcon } from '../icons/list';
|
|
1609
|
+
// ListX aliases
|
|
1610
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1611
1611
|
// LoaderPinwheel aliases
|
|
1612
1612
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1613
1613
|
// Loader aliases
|
|
@@ -1632,28 +1632,28 @@ export { default as LogsIcon } from '../icons/logs';
|
|
|
1632
1632
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1633
1633
|
// Luggage aliases
|
|
1634
1634
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1635
|
-
// Magnet aliases
|
|
1636
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1637
1635
|
// MailCheck aliases
|
|
1638
1636
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1637
|
+
// Magnet aliases
|
|
1638
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1639
1639
|
// MailMinus aliases
|
|
1640
1640
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1641
1641
|
// MailOpen aliases
|
|
1642
1642
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1643
1643
|
// MailPlus aliases
|
|
1644
1644
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1645
|
-
// MailX aliases
|
|
1646
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1647
1645
|
// MailSearch aliases
|
|
1648
1646
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1647
|
+
// MailX aliases
|
|
1648
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1649
1649
|
// MailWarning aliases
|
|
1650
1650
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1651
|
+
// Mail aliases
|
|
1652
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1651
1653
|
// Mailbox aliases
|
|
1652
1654
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1653
1655
|
// Mails aliases
|
|
1654
1656
|
export { default as MailsIcon } from '../icons/mails';
|
|
1655
|
-
// Mail aliases
|
|
1656
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1657
1657
|
// MapMinus aliases
|
|
1658
1658
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1659
1659
|
// MapPinCheckInside aliases
|
|
@@ -1672,14 +1672,14 @@ export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
|
1672
1672
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1673
1673
|
// MapPinPlus aliases
|
|
1674
1674
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1675
|
-
// MapPinSearch aliases
|
|
1676
|
-
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1677
1675
|
// MapPinXInside aliases
|
|
1678
1676
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1679
|
-
//
|
|
1680
|
-
export { default as
|
|
1677
|
+
// MapPinSearch aliases
|
|
1678
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1681
1679
|
// MapPin aliases
|
|
1682
1680
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1681
|
+
// MapPinX aliases
|
|
1682
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1683
1683
|
// MapPinned aliases
|
|
1684
1684
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1685
1685
|
// MapPlus aliases
|
|
@@ -1688,12 +1688,12 @@ export { default as MapPlusIcon } from '../icons/map-plus';
|
|
|
1688
1688
|
export { default as MapIcon } from '../icons/map';
|
|
1689
1689
|
// MarsStroke aliases
|
|
1690
1690
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1691
|
+
// Mars aliases
|
|
1692
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1691
1693
|
// Martini aliases
|
|
1692
1694
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1693
1695
|
// Maximize2 aliases
|
|
1694
1696
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1695
|
-
// Mars aliases
|
|
1696
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1697
1697
|
// Maximize aliases
|
|
1698
1698
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1699
1699
|
// Medal aliases
|
|
@@ -1702,24 +1702,24 @@ export { default as MedalIcon } from '../icons/medal';
|
|
|
1702
1702
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1703
1703
|
// MegaphoneOff aliases
|
|
1704
1704
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1705
|
+
// Menu aliases
|
|
1706
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1705
1707
|
// Meh aliases
|
|
1706
1708
|
export { default as MehIcon } from '../icons/meh';
|
|
1707
1709
|
// MemoryStick aliases
|
|
1708
1710
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1709
|
-
// Menu aliases
|
|
1710
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1711
1711
|
// Merge aliases
|
|
1712
1712
|
export { default as MergeIcon } from '../icons/merge';
|
|
1713
1713
|
// MessageCircleCheck aliases
|
|
1714
1714
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1715
|
-
// MessageCircleDashed aliases
|
|
1716
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1717
1715
|
// MessageCircleCode aliases
|
|
1718
1716
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1719
|
-
//
|
|
1720
|
-
export { default as
|
|
1717
|
+
// MessageCircleDashed aliases
|
|
1718
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1721
1719
|
// MessageCircleHeart aliases
|
|
1722
1720
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1721
|
+
// MessageCircleMore aliases
|
|
1722
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1723
1723
|
// MessageCircleOff aliases
|
|
1724
1724
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1725
1725
|
// MessageCirclePlus aliases
|
|
@@ -1730,12 +1730,12 @@ export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply
|
|
|
1730
1730
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1731
1731
|
// MessageCircleX aliases
|
|
1732
1732
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1733
|
+
// MessageSquareCode aliases
|
|
1734
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1733
1735
|
// MessageCircle aliases
|
|
1734
1736
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1735
1737
|
// MessageSquareCheck aliases
|
|
1736
1738
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1737
|
-
// MessageSquareCode aliases
|
|
1738
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1739
1739
|
// MessageSquareDashed aliases
|
|
1740
1740
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1741
1741
|
// MessageSquareDiff aliases
|
|
@@ -1744,10 +1744,10 @@ export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
|
1744
1744
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1745
1745
|
// MessageSquareHeart aliases
|
|
1746
1746
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1747
|
-
// MessageSquareLock aliases
|
|
1748
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1749
1747
|
// MessageSquareMore aliases
|
|
1750
1748
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1749
|
+
// MessageSquareLock aliases
|
|
1750
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1751
1751
|
// MessageSquareOff aliases
|
|
1752
1752
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1753
1753
|
// MessageSquarePlus aliases
|
|
@@ -1764,36 +1764,36 @@ export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
|
1764
1764
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1765
1765
|
// MessageSquareX aliases
|
|
1766
1766
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1767
|
-
// MessagesSquare aliases
|
|
1768
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1769
1767
|
// MessageSquare aliases
|
|
1770
1768
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1771
1769
|
// Metronome aliases
|
|
1772
1770
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1771
|
+
// MessagesSquare aliases
|
|
1772
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1775
1773
|
// Mic aliases
|
|
1776
1774
|
export { default as MicIcon } from '../icons/mic';
|
|
1777
|
-
//
|
|
1778
|
-
export { default as
|
|
1775
|
+
// MicOff aliases
|
|
1776
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1779
1777
|
// Microscope aliases
|
|
1780
1778
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1779
|
+
// Microchip aliases
|
|
1780
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1781
1781
|
// Microwave aliases
|
|
1782
1782
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1783
1783
|
// Milestone aliases
|
|
1784
1784
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1785
|
+
// MilkOff aliases
|
|
1786
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1785
1787
|
// Milk aliases
|
|
1786
1788
|
export { default as MilkIcon } from '../icons/milk';
|
|
1787
1789
|
// Minimize2 aliases
|
|
1788
1790
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1789
|
-
// MilkOff aliases
|
|
1790
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1791
1791
|
// Minimize aliases
|
|
1792
1792
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1793
|
-
// MirrorRectangular aliases
|
|
1794
|
-
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1795
1793
|
// Minus aliases
|
|
1796
1794
|
export { default as MinusIcon } from '../icons/minus';
|
|
1795
|
+
// MirrorRectangular aliases
|
|
1796
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1797
1797
|
// MirrorRound aliases
|
|
1798
1798
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1799
1799
|
// MonitorCheck aliases
|
|
@@ -1820,20 +1820,20 @@ export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
|
1820
1820
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1821
1821
|
// MonitorUp aliases
|
|
1822
1822
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1823
|
-
// Monitor aliases
|
|
1824
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1825
1823
|
// MonitorX aliases
|
|
1826
1824
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1827
1825
|
// MoonStar aliases
|
|
1828
1826
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1827
|
+
// Monitor aliases
|
|
1828
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1829
1829
|
// Moon aliases
|
|
1830
1830
|
export { default as MoonIcon } from '../icons/moon';
|
|
1831
1831
|
// Motorbike aliases
|
|
1832
1832
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1833
|
-
// Mountain aliases
|
|
1834
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1835
1833
|
// MountainSnow aliases
|
|
1836
1834
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1835
|
+
// Mountain aliases
|
|
1836
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1837
1837
|
// MouseOff aliases
|
|
1838
1838
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1839
1839
|
// MouseLeft aliases
|
|
@@ -1846,94 +1846,94 @@ export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
|
1846
1846
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1847
1847
|
// MousePointerClick aliases
|
|
1848
1848
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1849
|
-
// MousePointer aliases
|
|
1850
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1851
|
-
// Mouse aliases
|
|
1852
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1853
1849
|
// MouseRight aliases
|
|
1854
1850
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1851
|
+
// Mouse aliases
|
|
1852
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1853
|
+
// MousePointer aliases
|
|
1854
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1855
1855
|
// MoveDiagonal2 aliases
|
|
1856
1856
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1857
1857
|
// MoveDiagonal aliases
|
|
1858
1858
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1859
|
-
// MoveDownRight aliases
|
|
1860
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1861
1859
|
// MoveDownLeft aliases
|
|
1862
1860
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1861
|
+
// MoveDownRight aliases
|
|
1862
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1863
1863
|
// MoveDown aliases
|
|
1864
1864
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1865
1865
|
// MoveHorizontal aliases
|
|
1866
1866
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1867
1867
|
// MoveLeft aliases
|
|
1868
1868
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1869
|
-
// MoveUpLeft aliases
|
|
1870
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1871
1869
|
// MoveRight aliases
|
|
1872
1870
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1873
1871
|
// MoveUpRight aliases
|
|
1874
1872
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1873
|
+
// MoveUpLeft aliases
|
|
1874
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1875
1875
|
// MoveUp aliases
|
|
1876
1876
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1877
|
-
// MoveVertical aliases
|
|
1878
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1879
1877
|
// Move aliases
|
|
1880
1878
|
export { default as MoveIcon } from '../icons/move';
|
|
1881
1879
|
// Music2 aliases
|
|
1882
1880
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1881
|
+
// MoveVertical aliases
|
|
1882
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1883
1883
|
// Music3 aliases
|
|
1884
1884
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1885
|
-
// Music4 aliases
|
|
1886
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1887
1885
|
// Music aliases
|
|
1888
1886
|
export { default as MusicIcon } from '../icons/music';
|
|
1889
|
-
//
|
|
1890
|
-
export { default as
|
|
1887
|
+
// Music4 aliases
|
|
1888
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1891
1889
|
// Navigation2 aliases
|
|
1892
1890
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1893
1891
|
// NavigationOff aliases
|
|
1894
1892
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1893
|
+
// Navigation2Off aliases
|
|
1894
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1895
1895
|
// Navigation aliases
|
|
1896
1896
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1897
1897
|
// Network aliases
|
|
1898
1898
|
export { default as NetworkIcon } from '../icons/network';
|
|
1899
1899
|
// Newspaper aliases
|
|
1900
1900
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1901
|
+
// NonBinary aliases
|
|
1902
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1901
1903
|
// Nfc aliases
|
|
1902
1904
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1903
1905
|
// NotebookPen aliases
|
|
1904
1906
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1905
|
-
//
|
|
1906
|
-
export { default as
|
|
1907
|
+
// NotebookText aliases
|
|
1908
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1907
1909
|
// NotebookTabs aliases
|
|
1908
1910
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1909
1911
|
// Notebook aliases
|
|
1910
1912
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1911
|
-
//
|
|
1912
|
-
export { default as
|
|
1913
|
+
// NotepadText aliases
|
|
1914
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1913
1915
|
// NotepadTextDashed aliases
|
|
1914
1916
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1915
1917
|
// NutOff aliases
|
|
1916
1918
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1917
|
-
// NotepadText aliases
|
|
1918
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1919
1919
|
// Nut aliases
|
|
1920
1920
|
export { default as NutIcon } from '../icons/nut';
|
|
1921
1921
|
// OctagonMinus aliases
|
|
1922
1922
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1923
|
-
// Omega aliases
|
|
1924
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1925
1923
|
// Octagon aliases
|
|
1926
1924
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1925
|
+
// Omega aliases
|
|
1926
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1927
1927
|
// Option aliases
|
|
1928
1928
|
export { default as OptionIcon } from '../icons/option';
|
|
1929
1929
|
// Orbit aliases
|
|
1930
1930
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1931
1931
|
// Origami aliases
|
|
1932
1932
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1933
|
-
// Package2 aliases
|
|
1934
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1935
1933
|
// PackageCheck aliases
|
|
1936
1934
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1935
|
+
// Package2 aliases
|
|
1936
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1937
1937
|
// PackageMinus aliases
|
|
1938
1938
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1939
1939
|
// PackageOpen aliases
|
|
@@ -1944,24 +1944,24 @@ export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
|
1944
1944
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1945
1945
|
// PackageX aliases
|
|
1946
1946
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1947
|
-
// Package aliases
|
|
1948
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1949
1947
|
// PaintBucket aliases
|
|
1950
1948
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1949
|
+
// Package aliases
|
|
1950
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1951
1951
|
// PaintRoller aliases
|
|
1952
1952
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1953
|
+
// Panda aliases
|
|
1954
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1953
1955
|
// Paintbrush aliases
|
|
1954
1956
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1955
1957
|
// Palette aliases
|
|
1956
1958
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1957
|
-
// Panda aliases
|
|
1958
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1959
1959
|
// PanelBottomClose aliases
|
|
1960
1960
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1961
|
-
// PanelBottomOpen aliases
|
|
1962
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1963
1961
|
// PanelBottom aliases
|
|
1964
1962
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1963
|
+
// PanelBottomOpen aliases
|
|
1964
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1965
1965
|
// PanelLeftRightDashed aliases
|
|
1966
1966
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1967
1967
|
// PanelRightClose aliases
|
|
@@ -1974,34 +1974,34 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1974
1974
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1975
1975
|
// PanelTopClose aliases
|
|
1976
1976
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1977
|
+
// PanelsLeftBottom aliases
|
|
1978
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1977
1979
|
// PanelTop aliases
|
|
1978
1980
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1979
1981
|
// PanelTopOpen aliases
|
|
1980
1982
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1981
|
-
// PanelsLeftBottom aliases
|
|
1982
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1983
1983
|
// PanelsRightBottom aliases
|
|
1984
1984
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1985
|
-
// Paperclip aliases
|
|
1986
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1987
1985
|
// PaperBag aliases
|
|
1988
1986
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
1987
|
+
// Paperclip aliases
|
|
1988
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1989
1989
|
// Parasol aliases
|
|
1990
1990
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1991
|
-
// ParkingMeter aliases
|
|
1992
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1993
1991
|
// Parentheses aliases
|
|
1994
1992
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1993
|
+
// ParkingMeter aliases
|
|
1994
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1995
1995
|
// PartyPopper aliases
|
|
1996
1996
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1997
1997
|
// Pause aliases
|
|
1998
1998
|
export { default as PauseIcon } from '../icons/pause';
|
|
1999
1999
|
// PawPrint aliases
|
|
2000
2000
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2001
|
-
// PcCase aliases
|
|
2002
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2003
2001
|
// PenOff aliases
|
|
2004
2002
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2003
|
+
// PcCase aliases
|
|
2004
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2005
2005
|
// PenTool aliases
|
|
2006
2006
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2007
2007
|
// PencilLine aliases
|
|
@@ -2024,12 +2024,12 @@ export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
|
2024
2024
|
export { default as PhiIcon } from '../icons/phi';
|
|
2025
2025
|
// PhilippinePeso aliases
|
|
2026
2026
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2027
|
+
// PhoneCall aliases
|
|
2028
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2027
2029
|
// PhoneForwarded aliases
|
|
2028
2030
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2029
2031
|
// PhoneIncoming aliases
|
|
2030
2032
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2031
|
-
// PhoneCall aliases
|
|
2032
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2033
2033
|
// PhoneMissed aliases
|
|
2034
2034
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2035
2035
|
// PhoneOff aliases
|
|
@@ -2044,58 +2044,58 @@ export { default as PiIcon } from '../icons/pi';
|
|
|
2044
2044
|
export { default as PianoIcon } from '../icons/piano';
|
|
2045
2045
|
// Pickaxe aliases
|
|
2046
2046
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2047
|
-
// PictureInPicture aliases
|
|
2048
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2049
2047
|
// PictureInPicture2 aliases
|
|
2050
2048
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2049
|
+
// PictureInPicture aliases
|
|
2050
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2051
2051
|
// PiggyBank aliases
|
|
2052
2052
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2053
|
-
// PilcrowLeft aliases
|
|
2054
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2055
2053
|
// PilcrowRight aliases
|
|
2056
2054
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2057
|
-
//
|
|
2058
|
-
export { default as
|
|
2055
|
+
// PilcrowLeft aliases
|
|
2056
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2059
2057
|
// PillBottle aliases
|
|
2060
2058
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2059
|
+
// Pilcrow aliases
|
|
2060
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2061
2061
|
// Pill aliases
|
|
2062
2062
|
export { default as PillIcon } from '../icons/pill';
|
|
2063
|
-
// PinOff aliases
|
|
2064
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2065
2063
|
// Pin aliases
|
|
2066
2064
|
export { default as PinIcon } from '../icons/pin';
|
|
2065
|
+
// PinOff aliases
|
|
2066
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2067
2067
|
// Pipette aliases
|
|
2068
2068
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2069
|
-
// PlaneLanding aliases
|
|
2070
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2071
2069
|
// Pizza aliases
|
|
2072
2070
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2071
|
+
// PlaneLanding aliases
|
|
2072
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2073
2073
|
// PlaneTakeoff aliases
|
|
2074
2074
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2075
2075
|
// Plane aliases
|
|
2076
2076
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2077
2077
|
// PlayOff aliases
|
|
2078
2078
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2079
|
+
// Play aliases
|
|
2080
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2079
2081
|
// Plug2 aliases
|
|
2080
2082
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2081
2083
|
// Plug aliases
|
|
2082
2084
|
export { default as PlugIcon } from '../icons/plug';
|
|
2083
|
-
//
|
|
2084
|
-
export { default as
|
|
2085
|
-
// Plus aliases
|
|
2086
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2085
|
+
// Podium aliases
|
|
2086
|
+
export { default as PodiumIcon } from '../icons/podium';
|
|
2087
2087
|
// PocketKnife aliases
|
|
2088
2088
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2089
|
+
// Plus aliases
|
|
2090
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2089
2091
|
// Podcast aliases
|
|
2090
2092
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2091
2093
|
// PointerOff aliases
|
|
2092
2094
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2093
|
-
// Podium aliases
|
|
2094
|
-
export { default as PodiumIcon } from '../icons/podium';
|
|
2095
|
-
// Pointer aliases
|
|
2096
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2097
2095
|
// Popcorn aliases
|
|
2098
2096
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2097
|
+
// Pointer aliases
|
|
2098
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2099
2099
|
// Popsicle aliases
|
|
2100
2100
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2101
2101
|
// PoundSterling aliases
|
|
@@ -2122,26 +2122,26 @@ export { default as PuzzleIcon } from '../icons/puzzle';
|
|
|
2122
2122
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2123
2123
|
// QrCode aliases
|
|
2124
2124
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2125
|
-
// Rabbit aliases
|
|
2126
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2127
2125
|
// Quote aliases
|
|
2128
2126
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2127
|
+
// Rabbit aliases
|
|
2128
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2129
2129
|
// Radar aliases
|
|
2130
2130
|
export { default as RadarIcon } from '../icons/radar';
|
|
2131
|
-
// Radical aliases
|
|
2132
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2133
|
-
// RadioOff aliases
|
|
2134
|
-
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2135
2131
|
// Radiation aliases
|
|
2136
2132
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2133
|
+
// RadioOff aliases
|
|
2134
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2135
|
+
// Radical aliases
|
|
2136
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2137
2137
|
// RadioReceiver aliases
|
|
2138
2138
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2139
2139
|
// RadioTower aliases
|
|
2140
2140
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2141
|
-
// Radio aliases
|
|
2142
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2143
2141
|
// Radius aliases
|
|
2144
2142
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2143
|
+
// Radio aliases
|
|
2144
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2145
2145
|
// Rainbow aliases
|
|
2146
2146
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2147
2147
|
// Rat aliases
|
|
@@ -2176,36 +2176,36 @@ export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
|
2176
2176
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2177
2177
|
// RectangleVertical aliases
|
|
2178
2178
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2179
|
-
// Recycle aliases
|
|
2180
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2181
2179
|
// Redo2 aliases
|
|
2182
2180
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2183
2181
|
// RedoDot aliases
|
|
2184
2182
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2185
|
-
//
|
|
2186
|
-
export { default as
|
|
2183
|
+
// Recycle aliases
|
|
2184
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2187
2185
|
// RefreshCcwDot aliases
|
|
2188
2186
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2187
|
+
// Redo aliases
|
|
2188
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2189
|
+
// RefreshCwOff aliases
|
|
2190
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2189
2191
|
// RefreshCcw aliases
|
|
2190
2192
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2191
2193
|
// RefreshCw aliases
|
|
2192
2194
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2193
2195
|
// Refrigerator aliases
|
|
2194
2196
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2195
|
-
// RefreshCwOff aliases
|
|
2196
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2197
2197
|
// Regex aliases
|
|
2198
2198
|
export { default as RegexIcon } from '../icons/regex';
|
|
2199
|
-
// RemoveFormatting aliases
|
|
2200
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2201
2199
|
// Repeat1 aliases
|
|
2202
2200
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2201
|
+
// RemoveFormatting aliases
|
|
2202
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2203
2203
|
// Repeat2 aliases
|
|
2204
2204
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2205
|
-
// RepeatOff aliases
|
|
2206
|
-
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2207
2205
|
// Repeat aliases
|
|
2208
2206
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2207
|
+
// RepeatOff aliases
|
|
2208
|
+
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2209
2209
|
// ReplaceAll aliases
|
|
2210
2210
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2211
2211
|
// Replace aliases
|
|
@@ -2214,26 +2214,26 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2214
2214
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2215
2215
|
// Reply aliases
|
|
2216
2216
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2217
|
-
// Ribbon aliases
|
|
2218
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2219
2217
|
// Rewind aliases
|
|
2220
2218
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2219
|
+
// Ribbon aliases
|
|
2220
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2221
2221
|
// Road aliases
|
|
2222
2222
|
export { default as RoadIcon } from '../icons/road';
|
|
2223
2223
|
// Rocket aliases
|
|
2224
2224
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2225
|
-
// RollerCoaster aliases
|
|
2226
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2227
2225
|
// RockingChair aliases
|
|
2228
2226
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2227
|
+
// RollerCoaster aliases
|
|
2228
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2229
2229
|
// Rose aliases
|
|
2230
2230
|
export { default as RoseIcon } from '../icons/rose';
|
|
2231
2231
|
// RotateCcwKey aliases
|
|
2232
2232
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2233
|
-
// RotateCcw aliases
|
|
2234
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2235
2233
|
// RotateCcwSquare aliases
|
|
2236
2234
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2235
|
+
// RotateCcw aliases
|
|
2236
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2237
2237
|
// RotateCwSquare aliases
|
|
2238
2238
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2239
2239
|
// RotateCw aliases
|
|
@@ -2242,34 +2242,34 @@ export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
|
2242
2242
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2243
2243
|
// Route aliases
|
|
2244
2244
|
export { default as RouteIcon } from '../icons/route';
|
|
2245
|
-
// Router aliases
|
|
2246
|
-
export { default as RouterIcon } from '../icons/router';
|
|
2247
2245
|
// Rows4 aliases
|
|
2248
2246
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2247
|
+
// Router aliases
|
|
2248
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2249
2249
|
// Rss aliases
|
|
2250
2250
|
export { default as RssIcon } from '../icons/rss';
|
|
2251
2251
|
// RulerDimensionLine aliases
|
|
2252
2252
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2253
2253
|
// Ruler aliases
|
|
2254
2254
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2255
|
-
// Sailboat aliases
|
|
2256
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2257
|
-
// Salad aliases
|
|
2258
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2259
2255
|
// RussianRuble aliases
|
|
2260
2256
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2257
|
+
// Sailboat aliases
|
|
2258
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2261
2259
|
// Sandwich aliases
|
|
2262
2260
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2261
|
+
// Salad aliases
|
|
2262
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2263
2263
|
// SatelliteDish aliases
|
|
2264
2264
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2265
2265
|
// Satellite aliases
|
|
2266
2266
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2267
2267
|
// SaudiRiyal aliases
|
|
2268
2268
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2269
|
-
// SaveAll aliases
|
|
2270
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2271
2269
|
// SaveCheck aliases
|
|
2272
2270
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2271
|
+
// SaveAll aliases
|
|
2272
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2273
2273
|
// SaveOff aliases
|
|
2274
2274
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2275
2275
|
// SavePen aliases
|
|
@@ -2284,6 +2284,8 @@ export { default as ScaleIcon } from '../icons/scale';
|
|
|
2284
2284
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2285
2285
|
// ScanBarcode aliases
|
|
2286
2286
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2287
|
+
// ScanBox aliases
|
|
2288
|
+
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2287
2289
|
// ScanEye aliases
|
|
2288
2290
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2289
2291
|
// ScanFace aliases
|
|
@@ -2306,10 +2308,10 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2306
2308
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2307
2309
|
// Scissors aliases
|
|
2308
2310
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2309
|
-
// Scooter aliases
|
|
2310
|
-
export { default as ScooterIcon } from '../icons/scooter';
|
|
2311
2311
|
// ScreenShareOff aliases
|
|
2312
2312
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2313
|
+
// Scooter aliases
|
|
2314
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2313
2315
|
// ScreenShare aliases
|
|
2314
2316
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2315
2317
|
// ScrollText aliases
|
|
@@ -2330,24 +2332,26 @@ export { default as SearchXIcon } from '../icons/search-x';
|
|
|
2330
2332
|
export { default as SearchIcon } from '../icons/search';
|
|
2331
2333
|
// Section aliases
|
|
2332
2334
|
export { default as SectionIcon } from '../icons/section';
|
|
2333
|
-
// SendToBack aliases
|
|
2334
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2335
|
-
// Send aliases
|
|
2336
|
-
export { default as SendIcon } from '../icons/send';
|
|
2337
2335
|
// SeparatorHorizontal aliases
|
|
2338
2336
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2339
|
-
//
|
|
2340
|
-
export { default as
|
|
2337
|
+
// Send aliases
|
|
2338
|
+
export { default as SendIcon } from '../icons/send';
|
|
2339
|
+
// SendToBack aliases
|
|
2340
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2341
2341
|
// SeparatorVertical aliases
|
|
2342
2342
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2343
|
+
// ServerCog aliases
|
|
2344
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2343
2345
|
// ServerCrash aliases
|
|
2344
2346
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2345
2347
|
// ServerOff aliases
|
|
2346
2348
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2349
|
+
// ServerPlus aliases
|
|
2350
|
+
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2349
2351
|
// Settings2 aliases
|
|
2350
2352
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2353
|
+
// Server aliases
|
|
2354
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2351
2355
|
// Settings aliases
|
|
2352
2356
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2353
2357
|
// Shapes aliases
|
|
@@ -2380,28 +2384,28 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
|
2380
2384
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2381
2385
|
// ShieldOff aliases
|
|
2382
2386
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2383
|
-
// ShieldPlus aliases
|
|
2384
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2385
2387
|
// ShieldUser aliases
|
|
2386
2388
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2389
|
+
// ShieldPlus aliases
|
|
2390
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2387
2391
|
// Shield aliases
|
|
2388
2392
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2389
2393
|
// ShipWheel aliases
|
|
2390
2394
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2391
|
-
// Ship aliases
|
|
2392
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2393
2395
|
// Shirt aliases
|
|
2394
2396
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2397
|
+
// Ship aliases
|
|
2398
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2395
2399
|
// ShoppingBag aliases
|
|
2396
2400
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2397
2401
|
// ShoppingBasket aliases
|
|
2398
2402
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2399
2403
|
// ShoppingCart aliases
|
|
2400
2404
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2401
|
-
// ShowerHead aliases
|
|
2402
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2403
2405
|
// Shovel aliases
|
|
2404
2406
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2407
|
+
// ShowerHead aliases
|
|
2408
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2405
2409
|
// Shredder aliases
|
|
2406
2410
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2407
2411
|
// Shrimp aliases
|
|
@@ -2414,10 +2418,10 @@ export { default as ShrubIcon } from '../icons/shrub';
|
|
|
2414
2418
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2415
2419
|
// Sigma aliases
|
|
2416
2420
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2417
|
-
// SignalLow aliases
|
|
2418
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2419
2421
|
// SignalHigh aliases
|
|
2420
2422
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2423
|
+
// SignalLow aliases
|
|
2424
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2421
2425
|
// SignalMedium aliases
|
|
2422
2426
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2423
2427
|
// SignalZero aliases
|
|
@@ -2448,16 +2452,16 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2448
2452
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2449
2453
|
// SmartphoneNfc aliases
|
|
2450
2454
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2451
|
-
//
|
|
2452
|
-
export { default as
|
|
2455
|
+
// Smile aliases
|
|
2456
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2453
2457
|
// SmilePlus aliases
|
|
2454
2458
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2455
2459
|
// Snail aliases
|
|
2456
2460
|
export { default as SnailIcon } from '../icons/snail';
|
|
2461
|
+
// Smartphone aliases
|
|
2462
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2457
2463
|
// Snowflake aliases
|
|
2458
2464
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2459
|
-
// Smile aliases
|
|
2460
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2461
2465
|
// SoapDispenserDroplet aliases
|
|
2462
2466
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2463
2467
|
// Sofa aliases
|
|
@@ -2466,10 +2470,10 @@ export { default as SofaIcon } from '../icons/sofa';
|
|
|
2466
2470
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2467
2471
|
// Soup aliases
|
|
2468
2472
|
export { default as SoupIcon } from '../icons/soup';
|
|
2469
|
-
// Space aliases
|
|
2470
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2471
2473
|
// Spade aliases
|
|
2472
2474
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2475
|
+
// Space aliases
|
|
2476
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2473
2477
|
// Sparkle aliases
|
|
2474
2478
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2475
2479
|
// Speaker aliases
|
|
@@ -2482,32 +2486,32 @@ export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
|
2482
2486
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2483
2487
|
// SplinePointer aliases
|
|
2484
2488
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2489
|
+
// Spline aliases
|
|
2490
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2485
2491
|
// Split aliases
|
|
2486
2492
|
export { default as SplitIcon } from '../icons/split';
|
|
2487
2493
|
// Spool aliases
|
|
2488
2494
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2489
2495
|
// SportShoe aliases
|
|
2490
2496
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2491
|
-
// Spline aliases
|
|
2492
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2493
2497
|
// Spotlight aliases
|
|
2494
2498
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2495
2499
|
// SprayCan aliases
|
|
2496
2500
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2497
2501
|
// Sprout aliases
|
|
2498
2502
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2499
|
-
// SquareArrowRightExit aliases
|
|
2500
|
-
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2501
2503
|
// SquareArrowRightEnter aliases
|
|
2502
2504
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2503
|
-
//
|
|
2504
|
-
export { default as
|
|
2505
|
+
// SquareArrowRightExit aliases
|
|
2506
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2505
2507
|
// SquareDashedBottom aliases
|
|
2506
2508
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2507
|
-
//
|
|
2508
|
-
export { default as
|
|
2509
|
+
// SquareDashedBottomCode aliases
|
|
2510
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2509
2511
|
// SquarePause aliases
|
|
2510
2512
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2513
|
+
// SquareDashedTopSolid aliases
|
|
2514
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2511
2515
|
// SquareRadical aliases
|
|
2512
2516
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2513
2517
|
// SquareRoundCorner aliases
|
|
@@ -2526,10 +2530,10 @@ export { default as SquareIcon } from '../icons/square';
|
|
|
2526
2530
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2527
2531
|
// SquaresSubtract aliases
|
|
2528
2532
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2529
|
-
// SquaresIntersect aliases
|
|
2530
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2531
2533
|
// SquaresUnite aliases
|
|
2532
2534
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2535
|
+
// SquaresIntersect aliases
|
|
2536
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2533
2537
|
// SquircleDashed aliases
|
|
2534
2538
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2535
2539
|
// Squircle aliases
|
|
@@ -2538,12 +2542,12 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2538
2542
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2539
2543
|
// Stamp aliases
|
|
2540
2544
|
export { default as StampIcon } from '../icons/stamp';
|
|
2541
|
-
// StarCheck aliases
|
|
2542
|
-
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2543
2545
|
// StarHalf aliases
|
|
2544
2546
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2545
2547
|
// StarMinus aliases
|
|
2546
2548
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2549
|
+
// StarCheck aliases
|
|
2550
|
+
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2547
2551
|
// StarOff aliases
|
|
2548
2552
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2549
2553
|
// StarPlus aliases
|
|
@@ -2552,10 +2556,10 @@ export { default as StarPlusIcon } from '../icons/star-plus';
|
|
|
2552
2556
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2553
2557
|
// Star aliases
|
|
2554
2558
|
export { default as StarIcon } from '../icons/star';
|
|
2555
|
-
// StepForward aliases
|
|
2556
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2557
2559
|
// StepBack aliases
|
|
2558
2560
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2561
|
+
// StepForward aliases
|
|
2562
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2559
2563
|
// Stethoscope aliases
|
|
2560
2564
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2561
2565
|
// Sticker aliases
|
|
@@ -2566,10 +2570,10 @@ export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
|
2566
2570
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2567
2571
|
// StickyNoteOff aliases
|
|
2568
2572
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2569
|
-
// StickyNotePlus aliases
|
|
2570
|
-
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2571
2573
|
// StickyNoteX aliases
|
|
2572
2574
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2575
|
+
// StickyNotePlus aliases
|
|
2576
|
+
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2573
2577
|
// StickyNote aliases
|
|
2574
2578
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2575
2579
|
// StickyNotes aliases
|
|
@@ -2586,22 +2590,22 @@ export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
|
2586
2590
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2587
2591
|
// Subscript aliases
|
|
2588
2592
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2589
|
-
// SunDim aliases
|
|
2590
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2591
2593
|
// Summary aliases
|
|
2592
2594
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2595
|
+
// SunDim aliases
|
|
2596
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2593
2597
|
// SunMedium aliases
|
|
2594
2598
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2595
2599
|
// SunMoon aliases
|
|
2596
2600
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2597
|
-
// SunSnow aliases
|
|
2598
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2599
|
-
// Sunset aliases
|
|
2600
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2601
2601
|
// Sun aliases
|
|
2602
2602
|
export { default as SunIcon } from '../icons/sun';
|
|
2603
|
+
// SunSnow aliases
|
|
2604
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2603
2605
|
// Sunrise aliases
|
|
2604
2606
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2607
|
+
// Sunset aliases
|
|
2608
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2605
2609
|
// Superscript aliases
|
|
2606
2610
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2607
2611
|
// SwatchBook aliases
|
|
@@ -2626,16 +2630,16 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2626
2630
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2627
2631
|
// TableOfContents aliases
|
|
2628
2632
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2633
|
+
// TableRowsSplit aliases
|
|
2634
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2629
2635
|
// TableProperties aliases
|
|
2630
2636
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2631
2637
|
// Table aliases
|
|
2632
2638
|
export { default as TableIcon } from '../icons/table';
|
|
2633
|
-
// TableRowsSplit aliases
|
|
2634
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2635
|
-
// Tablet aliases
|
|
2636
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2637
2639
|
// TabletSmartphone aliases
|
|
2638
2640
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2641
|
+
// Tablet aliases
|
|
2642
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2639
2643
|
// Tablets aliases
|
|
2640
2644
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2641
2645
|
// TagPlus aliases
|
|
@@ -2656,28 +2660,28 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2656
2660
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2657
2661
|
// Tally5 aliases
|
|
2658
2662
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2659
|
-
//
|
|
2660
|
-
export { default as
|
|
2663
|
+
// Target aliases
|
|
2664
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2661
2665
|
// Telescope aliases
|
|
2662
2666
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2667
|
+
// Tangent aliases
|
|
2668
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2663
2669
|
// TentTree aliases
|
|
2664
2670
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2665
|
-
// Target aliases
|
|
2666
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2667
2671
|
// Tent aliases
|
|
2668
2672
|
export { default as TentIcon } from '../icons/tent';
|
|
2669
|
-
// TestTube aliases
|
|
2670
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2671
2673
|
// Terminal aliases
|
|
2672
2674
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2675
|
+
// TestTube aliases
|
|
2676
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2673
2677
|
// TestTubes aliases
|
|
2674
2678
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2679
|
+
// TextCursorInput aliases
|
|
2680
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2675
2681
|
// TextCursor aliases
|
|
2676
2682
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2677
2683
|
// TextQuote aliases
|
|
2678
2684
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2679
|
-
// TextCursorInput aliases
|
|
2680
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2681
2685
|
// TextSearch aliases
|
|
2682
2686
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2683
2687
|
// Theater aliases
|
|
@@ -2686,10 +2690,10 @@ export { default as TheaterIcon } from '../icons/theater';
|
|
|
2686
2690
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2687
2691
|
// ThermometerSun aliases
|
|
2688
2692
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2689
|
-
// Thermometer aliases
|
|
2690
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2691
2693
|
// ThumbsDown aliases
|
|
2692
2694
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2695
|
+
// Thermometer aliases
|
|
2696
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2693
2697
|
// ThumbsUp aliases
|
|
2694
2698
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2695
2699
|
// TicketCheck aliases
|
|
@@ -2698,10 +2702,10 @@ export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
|
2698
2702
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2699
2703
|
// TicketPercent aliases
|
|
2700
2704
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2701
|
-
// TicketPlus aliases
|
|
2702
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2703
2705
|
// TicketSlash aliases
|
|
2704
2706
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2707
|
+
// TicketPlus aliases
|
|
2708
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2705
2709
|
// TicketX aliases
|
|
2706
2710
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2707
2711
|
// Ticket aliases
|
|
@@ -2710,28 +2714,28 @@ export { default as TicketIcon } from '../icons/ticket';
|
|
|
2710
2714
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2711
2715
|
// Tickets aliases
|
|
2712
2716
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2713
|
-
// TimerOff aliases
|
|
2714
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2715
2717
|
// Timeline aliases
|
|
2716
2718
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2719
|
+
// TimerOff aliases
|
|
2720
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2717
2721
|
// TimerReset aliases
|
|
2718
2722
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2719
|
-
// ToggleRight aliases
|
|
2720
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2721
2723
|
// Timer aliases
|
|
2722
2724
|
export { default as TimerIcon } from '../icons/timer';
|
|
2725
|
+
// ToggleRight aliases
|
|
2726
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2723
2727
|
// ToggleLeft aliases
|
|
2724
2728
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2725
2729
|
// Toilet aliases
|
|
2726
2730
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2727
|
-
// Toolbox aliases
|
|
2728
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2729
2731
|
// ToolCase aliases
|
|
2730
2732
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2731
|
-
//
|
|
2732
|
-
export { default as
|
|
2733
|
+
// Toolbox aliases
|
|
2734
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2733
2735
|
// Tornado aliases
|
|
2734
2736
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2737
|
+
// Torus aliases
|
|
2738
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2735
2739
|
// TouchpadOff aliases
|
|
2736
2740
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2737
2741
|
// Touchpad aliases
|
|
@@ -2750,20 +2754,20 @@ export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
|
2750
2754
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2751
2755
|
// TrainTrack aliases
|
|
2752
2756
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2753
|
-
// Transgender aliases
|
|
2754
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2755
2757
|
// TrainFront aliases
|
|
2756
2758
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2759
|
+
// Transgender aliases
|
|
2760
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2757
2761
|
// Trash2 aliases
|
|
2758
2762
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2759
2763
|
// Trash aliases
|
|
2760
2764
|
export { default as TrashIcon } from '../icons/trash';
|
|
2761
2765
|
// TreeDeciduous aliases
|
|
2762
2766
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2763
|
-
// TreePine aliases
|
|
2764
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2765
2767
|
// Trees aliases
|
|
2766
2768
|
export { default as TreesIcon } from '../icons/trees';
|
|
2769
|
+
// TreePine aliases
|
|
2770
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2767
2771
|
// TrendingDown aliases
|
|
2768
2772
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2769
2773
|
// TrendingUpDown aliases
|
|
@@ -2772,22 +2776,22 @@ export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
|
2772
2776
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2773
2777
|
// TriangleDashed aliases
|
|
2774
2778
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2775
|
-
// TriangleRight aliases
|
|
2776
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2777
2779
|
// Triangle aliases
|
|
2778
2780
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2781
|
+
// TriangleRight aliases
|
|
2782
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2779
2783
|
// Trophy aliases
|
|
2780
2784
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2781
2785
|
// TruckElectric aliases
|
|
2782
2786
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2783
2787
|
// Truck aliases
|
|
2784
2788
|
export { default as TruckIcon } from '../icons/truck';
|
|
2785
|
-
// Turntable aliases
|
|
2786
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2787
2789
|
// TurkishLira aliases
|
|
2788
2790
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2789
2791
|
// Turtle aliases
|
|
2790
2792
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2793
|
+
// Turntable aliases
|
|
2794
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2791
2795
|
// TvMinimalPlay aliases
|
|
2792
2796
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2793
2797
|
// Tv aliases
|
|
@@ -2810,24 +2814,24 @@ export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
|
2810
2814
|
export { default as UndoIcon } from '../icons/undo';
|
|
2811
2815
|
// UnfoldHorizontal aliases
|
|
2812
2816
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2813
|
-
// Ungroup aliases
|
|
2814
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2815
|
-
// Unlink2 aliases
|
|
2816
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2817
2817
|
// UnfoldVertical aliases
|
|
2818
2818
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2819
|
+
// Unlink2 aliases
|
|
2820
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2819
2821
|
// Unlink aliases
|
|
2820
2822
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2823
|
+
// Ungroup aliases
|
|
2824
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2821
2825
|
// Unplug aliases
|
|
2822
2826
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2823
2827
|
// Upload aliases
|
|
2824
2828
|
export { default as UploadIcon } from '../icons/upload';
|
|
2825
|
-
// Usb aliases
|
|
2826
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2827
2829
|
// UserCheck aliases
|
|
2828
2830
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2829
2831
|
// UserCog aliases
|
|
2830
2832
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2833
|
+
// Usb aliases
|
|
2834
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2831
2835
|
// UserKey aliases
|
|
2832
2836
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2833
2837
|
// UserLock aliases
|
|
@@ -2840,20 +2844,20 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2840
2844
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2841
2845
|
// UserRoundArrowLeft aliases
|
|
2842
2846
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2847
|
+
// UserRoundPen aliases
|
|
2848
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2843
2849
|
// UserRoundKey aliases
|
|
2844
2850
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2845
|
-
// UserSearch aliases
|
|
2846
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2847
2851
|
// UserRoundSearch aliases
|
|
2848
2852
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2849
|
-
//
|
|
2850
|
-
export { default as
|
|
2853
|
+
// UserSearch aliases
|
|
2854
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2851
2855
|
// UserStar aliases
|
|
2852
2856
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2853
|
-
// UserX aliases
|
|
2854
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2855
2857
|
// User aliases
|
|
2856
2858
|
export { default as UserIcon } from '../icons/user';
|
|
2859
|
+
// UserX aliases
|
|
2860
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2857
2861
|
// Users aliases
|
|
2858
2862
|
export { default as UsersIcon } from '../icons/users';
|
|
2859
2863
|
// UtilityPole aliases
|
|
@@ -2864,14 +2868,14 @@ export { default as VanIcon } from '../icons/van';
|
|
|
2864
2868
|
export { default as VariableIcon } from '../icons/variable';
|
|
2865
2869
|
// Vault aliases
|
|
2866
2870
|
export { default as VaultIcon } from '../icons/vault';
|
|
2867
|
-
// VectorSquare aliases
|
|
2868
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2869
2871
|
// Vegan aliases
|
|
2870
2872
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2871
|
-
//
|
|
2872
|
-
export { default as
|
|
2873
|
+
// VectorSquare aliases
|
|
2874
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2873
2875
|
// VenusAndMars aliases
|
|
2874
2876
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2877
|
+
// VenetianMask aliases
|
|
2878
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2875
2879
|
// Venus aliases
|
|
2876
2880
|
export { default as VenusIcon } from '../icons/venus';
|
|
2877
2881
|
// VibrateOff aliases
|
|
@@ -2880,12 +2884,12 @@ export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
|
2880
2884
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2881
2885
|
// VideoOff aliases
|
|
2882
2886
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2887
|
+
// Videotape aliases
|
|
2888
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2883
2889
|
// Video aliases
|
|
2884
2890
|
export { default as VideoIcon } from '../icons/video';
|
|
2885
2891
|
// View aliases
|
|
2886
2892
|
export { default as ViewIcon } from '../icons/view';
|
|
2887
|
-
// Videotape aliases
|
|
2888
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2889
2893
|
// Voicemail aliases
|
|
2890
2894
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2891
2895
|
// Volleyball aliases
|
|
@@ -2896,10 +2900,10 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2896
2900
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2897
2901
|
// VolumeOff aliases
|
|
2898
2902
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2899
|
-
// Volume aliases
|
|
2900
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2901
2903
|
// VolumeX aliases
|
|
2902
2904
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2905
|
+
// Volume aliases
|
|
2906
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2903
2907
|
// Vote aliases
|
|
2904
2908
|
export { default as VoteIcon } from '../icons/vote';
|
|
2905
2909
|
// WalletCards aliases
|
|
@@ -2908,10 +2912,10 @@ export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
|
2908
2912
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2909
2913
|
// Wallpaper aliases
|
|
2910
2914
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2911
|
-
// Wand aliases
|
|
2912
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2913
2915
|
// Warehouse aliases
|
|
2914
2916
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2917
|
+
// Wand aliases
|
|
2918
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2915
2919
|
// WashingMachine aliases
|
|
2916
2920
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2917
2921
|
// Watch aliases
|
|
@@ -2938,28 +2942,28 @@ export { default as WebhookIcon } from '../icons/webhook';
|
|
|
2938
2942
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2939
2943
|
// Weight aliases
|
|
2940
2944
|
export { default as WeightIcon } from '../icons/weight';
|
|
2945
|
+
// WheatOff aliases
|
|
2946
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2941
2947
|
// Wheat aliases
|
|
2942
2948
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2943
2949
|
// WholeWord aliases
|
|
2944
2950
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2945
|
-
// WheatOff aliases
|
|
2946
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2947
|
-
// WifiHigh aliases
|
|
2948
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2949
2951
|
// WifiCog aliases
|
|
2950
2952
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2953
|
+
// WifiHigh aliases
|
|
2954
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2951
2955
|
// WifiLow aliases
|
|
2952
2956
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2953
2957
|
// WifiOff aliases
|
|
2954
2958
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2955
2959
|
// WifiPen aliases
|
|
2956
2960
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2961
|
+
// WifiZero aliases
|
|
2962
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2957
2963
|
// WifiSync aliases
|
|
2958
2964
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2959
2965
|
// Wifi aliases
|
|
2960
2966
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2961
|
-
// WifiZero aliases
|
|
2962
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2963
2967
|
// WindArrowDown aliases
|
|
2964
2968
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2965
2969
|
// Wind aliases
|
|
@@ -2968,20 +2972,20 @@ export { default as WindIcon } from '../icons/wind';
|
|
|
2968
2972
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2969
2973
|
// Wine aliases
|
|
2970
2974
|
export { default as WineIcon } from '../icons/wine';
|
|
2971
|
-
// Workflow aliases
|
|
2972
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2973
2975
|
// Worm aliases
|
|
2974
2976
|
export { default as WormIcon } from '../icons/worm';
|
|
2977
|
+
// Workflow aliases
|
|
2978
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2975
2979
|
// WrenchOff aliases
|
|
2976
2980
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2977
2981
|
// Wrench aliases
|
|
2978
2982
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2983
|
+
// ZapOff aliases
|
|
2984
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2979
2985
|
// XLineTop aliases
|
|
2980
2986
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2981
2987
|
// X aliases
|
|
2982
2988
|
export { default as XIcon } from '../icons/x';
|
|
2983
|
-
// ZapOff aliases
|
|
2984
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2985
2989
|
// Zap aliases
|
|
2986
2990
|
export { default as ZapIcon } from '../icons/zap';
|
|
2987
2991
|
// ZodiacAquarius aliases
|
|
@@ -2994,16 +2998,16 @@ export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
|
2994
2998
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2995
2999
|
// ZodiacCapricorn aliases
|
|
2996
3000
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2997
|
-
// ZodiacLeo aliases
|
|
2998
|
-
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2999
3001
|
// ZodiacLibra aliases
|
|
3000
3002
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3003
|
+
// ZodiacLeo aliases
|
|
3004
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3001
3005
|
// ZodiacOphiuchus aliases
|
|
3002
3006
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3003
|
-
// ZodiacPisces aliases
|
|
3004
|
-
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3005
3007
|
// ZodiacSagittarius aliases
|
|
3006
3008
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3009
|
+
// ZodiacPisces aliases
|
|
3010
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3007
3011
|
// ZodiacScorpio aliases
|
|
3008
3012
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3009
3013
|
// ZodiacTaurus aliases
|
|
@@ -3018,10 +3022,10 @@ export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
|
3018
3022
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3019
3023
|
// ArrowDown10 aliases
|
|
3020
3024
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
3021
|
-
// ArrowUp01 aliases
|
|
3022
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3023
3025
|
// ArrowUp10 aliases
|
|
3024
3026
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3027
|
+
// ArrowUp01 aliases
|
|
3028
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3025
3029
|
// AlarmClockCheck aliases
|
|
3026
3030
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3027
3031
|
export {
|
|
@@ -3058,24 +3062,24 @@ export {
|
|
|
3058
3062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3059
3063
|
default as ArrowDownZaIcon
|
|
3060
3064
|
} from '../icons/arrow-down-z-a';
|
|
3061
|
-
//
|
|
3062
|
-
export { default as
|
|
3065
|
+
// ArrowUpNarrowWide aliases
|
|
3066
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3063
3067
|
export {
|
|
3064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3065
|
-
default as
|
|
3066
|
-
} from '../icons/arrow-up-
|
|
3068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3069
|
+
default as SortAscIcon
|
|
3070
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3067
3071
|
// ArrowUpZA aliases
|
|
3068
3072
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3069
3073
|
export {
|
|
3070
3074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3071
3075
|
default as ArrowUpZaIcon
|
|
3072
3076
|
} from '../icons/arrow-up-z-a';
|
|
3073
|
-
//
|
|
3074
|
-
export { default as
|
|
3077
|
+
// ArrowUpAZ aliases
|
|
3078
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3075
3079
|
export {
|
|
3076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3077
|
-
default as
|
|
3078
|
-
} from '../icons/arrow-up-
|
|
3080
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3081
|
+
default as ArrowUpAzIcon
|
|
3082
|
+
} from '../icons/arrow-up-a-z';
|
|
3079
3083
|
// Axis3d aliases
|
|
3080
3084
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3081
3085
|
export {
|
|
@@ -3106,12 +3110,6 @@ export {
|
|
|
3106
3110
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3107
3111
|
default as BetweenHorizonalStartIcon
|
|
3108
3112
|
} from '../icons/between-horizontal-start';
|
|
3109
|
-
// Braces aliases
|
|
3110
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
3111
|
-
export {
|
|
3112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3113
|
-
default as CurlyBracesIcon
|
|
3114
|
-
} from '../icons/braces';
|
|
3115
3113
|
// BookDashed aliases
|
|
3116
3114
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3117
3115
|
export {
|
|
@@ -3124,6 +3122,12 @@ export {
|
|
|
3124
3122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3125
3123
|
default as SubtitlesIcon
|
|
3126
3124
|
} from '../icons/captions';
|
|
3125
|
+
// Braces aliases
|
|
3126
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3129
|
+
default as CurlyBracesIcon
|
|
3130
|
+
} from '../icons/braces';
|
|
3127
3131
|
// ChartArea aliases
|
|
3128
3132
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3129
3133
|
export {
|
|
@@ -3142,66 +3146,66 @@ export {
|
|
|
3142
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3143
3147
|
default as BarChartHorizontalIcon
|
|
3144
3148
|
} from '../icons/chart-bar';
|
|
3145
|
-
// ChartCandlestick aliases
|
|
3146
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3147
|
-
export {
|
|
3148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3149
|
-
default as CandlestickChartIcon
|
|
3150
|
-
} from '../icons/chart-candlestick';
|
|
3151
3149
|
// ChartColumnBig aliases
|
|
3152
3150
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3153
3151
|
export {
|
|
3154
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3155
3153
|
default as BarChartBigIcon
|
|
3156
3154
|
} from '../icons/chart-column-big';
|
|
3155
|
+
// ChartColumnIncreasing aliases
|
|
3156
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3159
|
+
default as BarChart4Icon
|
|
3160
|
+
} from '../icons/chart-column-increasing';
|
|
3157
3161
|
// ChartColumn aliases
|
|
3158
3162
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3159
3163
|
export {
|
|
3160
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3161
3165
|
default as BarChart3Icon
|
|
3162
3166
|
} from '../icons/chart-column';
|
|
3163
|
-
//
|
|
3164
|
-
export { default as
|
|
3167
|
+
// ChartCandlestick aliases
|
|
3168
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3165
3169
|
export {
|
|
3166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3167
|
-
default as
|
|
3168
|
-
} from '../icons/chart-
|
|
3170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3171
|
+
default as CandlestickChartIcon
|
|
3172
|
+
} from '../icons/chart-candlestick';
|
|
3169
3173
|
// ChartLine aliases
|
|
3170
3174
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3171
3175
|
export {
|
|
3172
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3173
3177
|
default as LineChartIcon
|
|
3174
3178
|
} from '../icons/chart-line';
|
|
3175
|
-
// ChartNoAxesColumn aliases
|
|
3176
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3177
|
-
export {
|
|
3178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3179
|
-
default as BarChart2Icon
|
|
3180
|
-
} from '../icons/chart-no-axes-column';
|
|
3181
3179
|
// ChartNoAxesColumnIncreasing aliases
|
|
3182
3180
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3183
3181
|
export {
|
|
3184
3182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3185
3183
|
default as BarChartIcon
|
|
3186
3184
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3185
|
+
// ChartNoAxesColumn aliases
|
|
3186
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3187
|
+
export {
|
|
3188
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3189
|
+
default as BarChart2Icon
|
|
3190
|
+
} from '../icons/chart-no-axes-column';
|
|
3187
3191
|
// ChartNoAxesGantt aliases
|
|
3188
3192
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3189
3193
|
export {
|
|
3190
3194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3191
3195
|
default as GanttChartIcon
|
|
3192
3196
|
} from '../icons/chart-no-axes-gantt';
|
|
3193
|
-
// ChartScatter aliases
|
|
3194
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3197
|
-
default as ScatterChartIcon
|
|
3198
|
-
} from '../icons/chart-scatter';
|
|
3199
3197
|
// ChartPie aliases
|
|
3200
3198
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3201
3199
|
export {
|
|
3202
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3203
3201
|
default as PieChartIcon
|
|
3204
3202
|
} from '../icons/chart-pie';
|
|
3203
|
+
// ChartScatter aliases
|
|
3204
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3205
|
+
export {
|
|
3206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3207
|
+
default as ScatterChartIcon
|
|
3208
|
+
} from '../icons/chart-scatter';
|
|
3205
3209
|
// CircleAlert aliases
|
|
3206
3210
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3207
3211
|
export {
|
|
@@ -3238,54 +3242,48 @@ export {
|
|
|
3238
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3239
3243
|
default as ArrowUpLeftFromCircleIcon
|
|
3240
3244
|
} from '../icons/circle-arrow-out-up-left';
|
|
3241
|
-
// CircleArrowOutUpRight aliases
|
|
3242
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3243
|
-
export {
|
|
3244
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3245
|
-
default as ArrowUpRightFromCircleIcon
|
|
3246
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3247
3245
|
// CircleArrowRight aliases
|
|
3248
3246
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3249
3247
|
export {
|
|
3250
3248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3251
3249
|
default as ArrowRightCircleIcon
|
|
3252
3250
|
} from '../icons/circle-arrow-right';
|
|
3253
|
-
//
|
|
3254
|
-
export { default as
|
|
3251
|
+
// CircleArrowOutUpRight aliases
|
|
3252
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3255
3253
|
export {
|
|
3256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3257
|
-
default as
|
|
3258
|
-
} from '../icons/circle-
|
|
3254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3255
|
+
default as ArrowUpRightFromCircleIcon
|
|
3256
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3259
3257
|
// CircleArrowUp aliases
|
|
3260
3258
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3261
3259
|
export {
|
|
3262
3260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3263
3261
|
default as ArrowUpCircleIcon
|
|
3264
3262
|
} from '../icons/circle-arrow-up';
|
|
3263
|
+
// CircleCheckBig aliases
|
|
3264
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3265
|
+
export {
|
|
3266
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3267
|
+
default as CheckCircleIcon
|
|
3268
|
+
} from '../icons/circle-check-big';
|
|
3265
3269
|
// CircleChevronDown aliases
|
|
3266
3270
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3267
3271
|
export {
|
|
3268
3272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3269
3273
|
default as ChevronDownCircleIcon
|
|
3270
3274
|
} from '../icons/circle-chevron-down';
|
|
3271
|
-
// CircleCheck aliases
|
|
3272
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3273
|
-
export {
|
|
3274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3275
|
-
default as CheckCircle2Icon
|
|
3276
|
-
} from '../icons/circle-check';
|
|
3277
3275
|
// CircleChevronLeft aliases
|
|
3278
3276
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3279
3277
|
export {
|
|
3280
3278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3281
3279
|
default as ChevronLeftCircleIcon
|
|
3282
3280
|
} from '../icons/circle-chevron-left';
|
|
3283
|
-
//
|
|
3284
|
-
export { default as
|
|
3281
|
+
// CircleCheck aliases
|
|
3282
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3285
3283
|
export {
|
|
3286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3287
|
-
default as
|
|
3288
|
-
} from '../icons/circle-
|
|
3284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3285
|
+
default as CheckCircle2Icon
|
|
3286
|
+
} from '../icons/circle-check';
|
|
3289
3287
|
// CircleChevronRight aliases
|
|
3290
3288
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3291
3289
|
export {
|
|
@@ -3298,24 +3296,30 @@ export {
|
|
|
3298
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3299
3297
|
default as DivideCircleIcon
|
|
3300
3298
|
} from '../icons/circle-divide';
|
|
3299
|
+
// CircleChevronUp aliases
|
|
3300
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3301
|
+
export {
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3303
|
+
default as ChevronUpCircleIcon
|
|
3304
|
+
} from '../icons/circle-chevron-up';
|
|
3301
3305
|
// CircleGauge aliases
|
|
3302
3306
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3303
3307
|
export {
|
|
3304
3308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3305
3309
|
default as GaugeCircleIcon
|
|
3306
3310
|
} from '../icons/circle-gauge';
|
|
3307
|
-
// CircleMinus aliases
|
|
3308
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3309
|
-
export {
|
|
3310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3311
|
-
default as MinusCircleIcon
|
|
3312
|
-
} from '../icons/circle-minus';
|
|
3313
3311
|
// CircleParkingOff aliases
|
|
3314
3312
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3315
3313
|
export {
|
|
3316
3314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3317
3315
|
default as ParkingCircleOffIcon
|
|
3318
3316
|
} from '../icons/circle-parking-off';
|
|
3317
|
+
// CircleMinus aliases
|
|
3318
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3319
|
+
export {
|
|
3320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3321
|
+
default as MinusCircleIcon
|
|
3322
|
+
} from '../icons/circle-minus';
|
|
3319
3323
|
// CircleParking aliases
|
|
3320
3324
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3321
3325
|
export {
|
|
@@ -3334,30 +3338,24 @@ export {
|
|
|
3334
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3335
3339
|
default as PercentCircleIcon
|
|
3336
3340
|
} from '../icons/circle-percent';
|
|
3337
|
-
// CirclePlay aliases
|
|
3338
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3339
|
-
export {
|
|
3340
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3341
|
-
default as PlayCircleIcon
|
|
3342
|
-
} from '../icons/circle-play';
|
|
3343
3341
|
// CirclePlus aliases
|
|
3344
3342
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3345
3343
|
export {
|
|
3346
3344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3347
3345
|
default as PlusCircleIcon
|
|
3348
3346
|
} from '../icons/circle-plus';
|
|
3347
|
+
// CirclePlay aliases
|
|
3348
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3349
|
+
export {
|
|
3350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3351
|
+
default as PlayCircleIcon
|
|
3352
|
+
} from '../icons/circle-play';
|
|
3349
3353
|
// CirclePower aliases
|
|
3350
3354
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3351
3355
|
export {
|
|
3352
3356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3353
3357
|
default as PowerCircleIcon
|
|
3354
3358
|
} from '../icons/circle-power';
|
|
3355
|
-
// CircleSlash2 aliases
|
|
3356
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3357
|
-
export {
|
|
3358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3359
|
-
default as CircleSlashedIcon
|
|
3360
|
-
} from '../icons/circle-slash-2';
|
|
3361
3359
|
// CircleQuestionMark aliases
|
|
3362
3360
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3363
3361
|
export {
|
|
@@ -3368,6 +3366,12 @@ export {
|
|
|
3368
3366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3369
3367
|
default as CircleHelpIcon
|
|
3370
3368
|
} from '../icons/circle-question-mark';
|
|
3369
|
+
// CircleSlash2 aliases
|
|
3370
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3373
|
+
default as CircleSlashedIcon
|
|
3374
|
+
} from '../icons/circle-slash-2';
|
|
3371
3375
|
// CircleStop aliases
|
|
3372
3376
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3373
3377
|
export {
|
|
@@ -3404,18 +3408,18 @@ export {
|
|
|
3404
3408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3405
3409
|
default as ClipboardEditIcon
|
|
3406
3410
|
} from '../icons/clipboard-pen';
|
|
3407
|
-
// CloudUpload aliases
|
|
3408
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3411
|
-
default as UploadCloudIcon
|
|
3412
|
-
} from '../icons/cloud-upload';
|
|
3413
3411
|
// CloudDownload aliases
|
|
3414
3412
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3415
3413
|
export {
|
|
3416
3414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3417
3415
|
default as DownloadCloudIcon
|
|
3418
3416
|
} from '../icons/cloud-download';
|
|
3417
|
+
// CloudUpload aliases
|
|
3418
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3419
|
+
export {
|
|
3420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3421
|
+
default as UploadCloudIcon
|
|
3422
|
+
} from '../icons/cloud-upload';
|
|
3419
3423
|
// CodeXml aliases
|
|
3420
3424
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3421
3425
|
export {
|
|
@@ -3438,6 +3442,12 @@ export {
|
|
|
3438
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3439
3443
|
default as TableConfigIcon
|
|
3440
3444
|
} from '../icons/columns-3-cog';
|
|
3445
|
+
// DiamondPercent aliases
|
|
3446
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3447
|
+
export {
|
|
3448
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3449
|
+
default as PercentDiamondIcon
|
|
3450
|
+
} from '../icons/diamond-percent';
|
|
3441
3451
|
// Columns3 aliases
|
|
3442
3452
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3443
3453
|
export {
|
|
@@ -3450,12 +3460,6 @@ export {
|
|
|
3450
3460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3451
3461
|
default as Contact2Icon
|
|
3452
3462
|
} from '../icons/contact-round';
|
|
3453
|
-
// DiamondPercent aliases
|
|
3454
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3455
|
-
export {
|
|
3456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3457
|
-
default as PercentDiamondIcon
|
|
3458
|
-
} from '../icons/diamond-percent';
|
|
3459
3463
|
// Earth aliases
|
|
3460
3464
|
export { default as EarthIcon } from '../icons/earth';
|
|
3461
3465
|
export {
|
|
@@ -3468,54 +3472,54 @@ export {
|
|
|
3468
3472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3469
3473
|
default as MoreVerticalIcon
|
|
3470
3474
|
} from '../icons/ellipsis-vertical';
|
|
3471
|
-
//
|
|
3472
|
-
export { default as
|
|
3475
|
+
// FileAxis3d aliases
|
|
3476
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3473
3477
|
export {
|
|
3474
|
-
/** @deprecated The icon was
|
|
3475
|
-
default as
|
|
3476
|
-
} from '../icons/file-
|
|
3478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3479
|
+
default as FileAxis3DIcon
|
|
3480
|
+
} from '../icons/file-axis-3d';
|
|
3477
3481
|
// Ellipsis aliases
|
|
3478
3482
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3479
3483
|
export {
|
|
3480
3484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3481
3485
|
default as MoreHorizontalIcon
|
|
3482
3486
|
} from '../icons/ellipsis';
|
|
3483
|
-
//
|
|
3484
|
-
export { default as
|
|
3485
|
-
export {
|
|
3486
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3487
|
-
default as FileAxis3DIcon
|
|
3488
|
-
} from '../icons/file-axis-3d';
|
|
3489
|
-
// FileBraces aliases
|
|
3490
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3487
|
+
// FileBadge aliases
|
|
3488
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3491
3489
|
export {
|
|
3492
|
-
/** @deprecated The
|
|
3493
|
-
default as
|
|
3494
|
-
} from '../icons/file-
|
|
3490
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3491
|
+
default as FileBadge2Icon
|
|
3492
|
+
} from '../icons/file-badge';
|
|
3495
3493
|
// FileBracesCorner aliases
|
|
3496
3494
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3497
3495
|
export {
|
|
3498
3496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3499
3497
|
default as FileJson2Icon
|
|
3500
3498
|
} from '../icons/file-braces-corner';
|
|
3499
|
+
// FileBraces aliases
|
|
3500
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3501
|
+
export {
|
|
3502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3503
|
+
default as FileJsonIcon
|
|
3504
|
+
} from '../icons/file-braces';
|
|
3501
3505
|
// FileChartColumnIncreasing aliases
|
|
3502
3506
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3503
3507
|
export {
|
|
3504
3508
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3505
3509
|
default as FileBarChartIcon
|
|
3506
3510
|
} from '../icons/file-chart-column-increasing';
|
|
3507
|
-
// FileChartLine aliases
|
|
3508
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3511
|
-
default as FileLineChartIcon
|
|
3512
|
-
} from '../icons/file-chart-line';
|
|
3513
3511
|
// FileChartColumn aliases
|
|
3514
3512
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3515
3513
|
export {
|
|
3516
3514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3517
3515
|
default as FileBarChart2Icon
|
|
3518
3516
|
} from '../icons/file-chart-column';
|
|
3517
|
+
// FileChartLine aliases
|
|
3518
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3519
|
+
export {
|
|
3520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3521
|
+
default as FileLineChartIcon
|
|
3522
|
+
} from '../icons/file-chart-line';
|
|
3519
3523
|
// FileChartPie aliases
|
|
3520
3524
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3521
3525
|
export {
|
|
@@ -3562,18 +3566,18 @@ export {
|
|
|
3562
3566
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3563
3567
|
default as FileKey2Icon
|
|
3564
3568
|
} from '../icons/file-key';
|
|
3565
|
-
// FileMinusCorner aliases
|
|
3566
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3567
|
-
export {
|
|
3568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3569
|
-
default as FileMinus2Icon
|
|
3570
|
-
} from '../icons/file-minus-corner';
|
|
3571
3569
|
// FileLock aliases
|
|
3572
3570
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3573
3571
|
export {
|
|
3574
3572
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3575
3573
|
default as FileLock2Icon
|
|
3576
3574
|
} from '../icons/file-lock';
|
|
3575
|
+
// FileMinusCorner aliases
|
|
3576
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3577
|
+
export {
|
|
3578
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3579
|
+
default as FileMinus2Icon
|
|
3580
|
+
} from '../icons/file-minus-corner';
|
|
3577
3581
|
// FilePenLine aliases
|
|
3578
3582
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3579
3583
|
export {
|
|
@@ -3604,18 +3608,18 @@ export {
|
|
|
3604
3608
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3605
3609
|
default as FileQuestionIcon
|
|
3606
3610
|
} from '../icons/file-question-mark';
|
|
3607
|
-
// FileSearchCorner aliases
|
|
3608
|
-
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3611
|
-
default as FileSearch2Icon
|
|
3612
|
-
} from '../icons/file-search-corner';
|
|
3613
3611
|
// FileSignal aliases
|
|
3614
3612
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3615
3613
|
export {
|
|
3616
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3617
3615
|
default as FileVolume2Icon
|
|
3618
3616
|
} from '../icons/file-signal';
|
|
3617
|
+
// FileSearchCorner aliases
|
|
3618
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3619
|
+
export {
|
|
3620
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3621
|
+
default as FileSearch2Icon
|
|
3622
|
+
} from '../icons/file-search-corner';
|
|
3619
3623
|
// FileTypeCorner aliases
|
|
3620
3624
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3621
3625
|
export {
|
|
@@ -3664,18 +3668,18 @@ export {
|
|
|
3664
3668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3665
3669
|
default as FilterIcon
|
|
3666
3670
|
} from '../icons/funnel';
|
|
3667
|
-
// GitCommitHorizontal aliases
|
|
3668
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3669
|
-
export {
|
|
3670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3671
|
-
default as GitCommitIcon
|
|
3672
|
-
} from '../icons/git-commit-horizontal';
|
|
3673
3671
|
// Grid2x2Check aliases
|
|
3674
3672
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3675
3673
|
export {
|
|
3676
3674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3677
3675
|
default as Grid2X2CheckIcon
|
|
3678
3676
|
} from '../icons/grid-2x2-check';
|
|
3677
|
+
// GitCommitHorizontal aliases
|
|
3678
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3679
|
+
export {
|
|
3680
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3681
|
+
default as GitCommitIcon
|
|
3682
|
+
} from '../icons/git-commit-horizontal';
|
|
3679
3683
|
// Grid2x2Plus aliases
|
|
3680
3684
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3681
3685
|
export {
|
|
@@ -3688,18 +3692,6 @@ export {
|
|
|
3688
3692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3689
3693
|
default as Grid2X2XIcon
|
|
3690
3694
|
} from '../icons/grid-2x2-x';
|
|
3691
|
-
// Grid2x2 aliases
|
|
3692
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3693
|
-
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3695
|
-
default as Grid2X2Icon
|
|
3696
|
-
} from '../icons/grid-2x2';
|
|
3697
|
-
// HandGrab aliases
|
|
3698
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3699
|
-
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3701
|
-
default as GrabIcon
|
|
3702
|
-
} from '../icons/hand-grab';
|
|
3703
3695
|
// Grid3x3 aliases
|
|
3704
3696
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3705
3697
|
export {
|
|
@@ -3710,12 +3702,24 @@ export {
|
|
|
3710
3702
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3711
3703
|
default as Grid3X3Icon
|
|
3712
3704
|
} from '../icons/grid-3x3';
|
|
3705
|
+
// Grid2x2 aliases
|
|
3706
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3707
|
+
export {
|
|
3708
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3709
|
+
default as Grid2X2Icon
|
|
3710
|
+
} from '../icons/grid-2x2';
|
|
3713
3711
|
// HandHelping aliases
|
|
3714
3712
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3715
3713
|
export {
|
|
3716
3714
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3717
3715
|
default as HelpingHandIcon
|
|
3718
3716
|
} from '../icons/hand-helping';
|
|
3717
|
+
// HandGrab aliases
|
|
3718
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3719
|
+
export {
|
|
3720
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3721
|
+
default as GrabIcon
|
|
3722
|
+
} from '../icons/hand-grab';
|
|
3719
3723
|
// House aliases
|
|
3720
3724
|
export { default as HouseIcon } from '../icons/house';
|
|
3721
3725
|
export {
|
|
@@ -3728,18 +3732,24 @@ export {
|
|
|
3728
3732
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3729
3733
|
default as IceCream2Icon
|
|
3730
3734
|
} from '../icons/ice-cream-bowl';
|
|
3735
|
+
// IceCreamCone aliases
|
|
3736
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3737
|
+
export {
|
|
3738
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3739
|
+
default as IceCreamIcon
|
|
3740
|
+
} from '../icons/ice-cream-cone';
|
|
3731
3741
|
// LaptopMinimal aliases
|
|
3732
3742
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3733
3743
|
export {
|
|
3734
3744
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3735
3745
|
default as Laptop2Icon
|
|
3736
3746
|
} from '../icons/laptop-minimal';
|
|
3737
|
-
//
|
|
3738
|
-
export { default as
|
|
3747
|
+
// Layers aliases
|
|
3748
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3739
3749
|
export {
|
|
3740
|
-
/** @deprecated The
|
|
3741
|
-
default as
|
|
3742
|
-
} from '../icons/
|
|
3750
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3751
|
+
default as Layers3Icon
|
|
3752
|
+
} from '../icons/layers';
|
|
3743
3753
|
// ListIndentDecrease aliases
|
|
3744
3754
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3745
3755
|
export {
|
|
@@ -3750,6 +3760,12 @@ export {
|
|
|
3750
3760
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3751
3761
|
default as IndentDecreaseIcon
|
|
3752
3762
|
} from '../icons/list-indent-decrease';
|
|
3763
|
+
// LoaderCircle aliases
|
|
3764
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3765
|
+
export {
|
|
3766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3767
|
+
default as Loader2Icon
|
|
3768
|
+
} from '../icons/loader-circle';
|
|
3753
3769
|
// ListIndentIncrease aliases
|
|
3754
3770
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3755
3771
|
export {
|
|
@@ -3760,12 +3776,6 @@ export {
|
|
|
3760
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3761
3777
|
default as IndentIncreaseIcon
|
|
3762
3778
|
} from '../icons/list-indent-increase';
|
|
3763
|
-
// Layers aliases
|
|
3764
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3765
|
-
export {
|
|
3766
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3767
|
-
default as Layers3Icon
|
|
3768
|
-
} from '../icons/layers';
|
|
3769
3779
|
// LockKeyholeOpen aliases
|
|
3770
3780
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3771
3781
|
export {
|
|
@@ -3778,12 +3788,12 @@ export {
|
|
|
3778
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3779
3789
|
default as UnlockIcon
|
|
3780
3790
|
} from '../icons/lock-open';
|
|
3781
|
-
//
|
|
3782
|
-
export { default as
|
|
3791
|
+
// MessageCircleQuestionMark aliases
|
|
3792
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3783
3793
|
export {
|
|
3784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3785
|
-
default as
|
|
3786
|
-
} from '../icons/
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3795
|
+
default as MessageCircleQuestionIcon
|
|
3796
|
+
} from '../icons/message-circle-question-mark';
|
|
3787
3797
|
// MailQuestionMark aliases
|
|
3788
3798
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3789
3799
|
export {
|
|
@@ -3796,12 +3806,6 @@ export {
|
|
|
3796
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3797
3807
|
default as LocationEditIcon
|
|
3798
3808
|
} from '../icons/map-pin-pen';
|
|
3799
|
-
// MessageCircleQuestionMark aliases
|
|
3800
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3801
|
-
export {
|
|
3802
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3803
|
-
default as MessageCircleQuestionIcon
|
|
3804
|
-
} from '../icons/message-circle-question-mark';
|
|
3805
3809
|
// MicVocal aliases
|
|
3806
3810
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3807
3811
|
export {
|
|
@@ -3820,78 +3824,84 @@ export {
|
|
|
3820
3824
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3821
3825
|
default as AlertOctagonIcon
|
|
3822
3826
|
} from '../icons/octagon-alert';
|
|
3823
|
-
// OctagonX aliases
|
|
3824
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3825
|
-
export {
|
|
3826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3827
|
-
default as XOctagonIcon
|
|
3828
|
-
} from '../icons/octagon-x';
|
|
3829
3827
|
// OctagonPause aliases
|
|
3830
3828
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3831
3829
|
export {
|
|
3832
3830
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3833
|
-
default as PauseOctagonIcon
|
|
3834
|
-
} from '../icons/octagon-pause';
|
|
3835
|
-
// PaintbrushVertical aliases
|
|
3836
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3837
|
-
export {
|
|
3838
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3839
|
-
default as Paintbrush2Icon
|
|
3840
|
-
} from '../icons/paintbrush-vertical';
|
|
3831
|
+
default as PauseOctagonIcon
|
|
3832
|
+
} from '../icons/octagon-pause';
|
|
3841
3833
|
// PanelBottomDashed aliases
|
|
3842
3834
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3843
3835
|
export {
|
|
3844
3836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3845
3837
|
default as PanelBottomInactiveIcon
|
|
3846
3838
|
} from '../icons/panel-bottom-dashed';
|
|
3839
|
+
// OctagonX aliases
|
|
3840
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3841
|
+
export {
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3843
|
+
default as XOctagonIcon
|
|
3844
|
+
} from '../icons/octagon-x';
|
|
3847
3845
|
// PanelLeftClose aliases
|
|
3848
3846
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3849
3847
|
export {
|
|
3850
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3851
3849
|
default as SidebarCloseIcon
|
|
3852
3850
|
} from '../icons/panel-left-close';
|
|
3851
|
+
// PaintbrushVertical aliases
|
|
3852
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3855
|
+
default as Paintbrush2Icon
|
|
3856
|
+
} from '../icons/paintbrush-vertical';
|
|
3853
3857
|
// PanelLeftDashed aliases
|
|
3854
3858
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3855
3859
|
export {
|
|
3856
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3857
3861
|
default as PanelLeftInactiveIcon
|
|
3858
3862
|
} from '../icons/panel-left-dashed';
|
|
3859
|
-
// PanelLeft aliases
|
|
3860
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3861
|
-
export {
|
|
3862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3863
|
-
default as SidebarIcon
|
|
3864
|
-
} from '../icons/panel-left';
|
|
3865
3863
|
// PanelLeftOpen aliases
|
|
3866
3864
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3867
3865
|
export {
|
|
3868
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3869
3867
|
default as SidebarOpenIcon
|
|
3870
3868
|
} from '../icons/panel-left-open';
|
|
3869
|
+
// PanelLeft aliases
|
|
3870
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3871
|
+
export {
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3873
|
+
default as SidebarIcon
|
|
3874
|
+
} from '../icons/panel-left';
|
|
3871
3875
|
// PanelRightDashed aliases
|
|
3872
3876
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3873
3877
|
export {
|
|
3874
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3875
3879
|
default as PanelRightInactiveIcon
|
|
3876
3880
|
} from '../icons/panel-right-dashed';
|
|
3877
|
-
// PanelTopDashed aliases
|
|
3878
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3879
|
-
export {
|
|
3880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3881
|
-
default as PanelTopInactiveIcon
|
|
3882
|
-
} from '../icons/panel-top-dashed';
|
|
3883
3881
|
// PanelsTopLeft aliases
|
|
3884
3882
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3885
3883
|
export {
|
|
3886
3884
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3887
3885
|
default as LayoutIcon
|
|
3888
3886
|
} from '../icons/panels-top-left';
|
|
3887
|
+
// PanelTopDashed aliases
|
|
3888
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3891
|
+
default as PanelTopInactiveIcon
|
|
3892
|
+
} from '../icons/panel-top-dashed';
|
|
3889
3893
|
// PenLine aliases
|
|
3890
3894
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3891
3895
|
export {
|
|
3892
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3893
3897
|
default as Edit3Icon
|
|
3894
3898
|
} from '../icons/pen-line';
|
|
3899
|
+
// PlugZap aliases
|
|
3900
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3903
|
+
default as PlugZap2Icon
|
|
3904
|
+
} from '../icons/plug-zap';
|
|
3895
3905
|
// Pen aliases
|
|
3896
3906
|
export { default as PenIcon } from '../icons/pen';
|
|
3897
3907
|
export {
|
|
@@ -3904,12 +3914,6 @@ export {
|
|
|
3904
3914
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3905
3915
|
default as FormInputIcon
|
|
3906
3916
|
} from '../icons/rectangle-ellipsis';
|
|
3907
|
-
// PlugZap aliases
|
|
3908
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3909
|
-
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3911
|
-
default as PlugZap2Icon
|
|
3912
|
-
} from '../icons/plug-zap';
|
|
3913
3917
|
// Rotate3d aliases
|
|
3914
3918
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3915
3919
|
export {
|
|
@@ -3934,24 +3938,30 @@ export {
|
|
|
3934
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
3935
3939
|
default as Scale3DIcon
|
|
3936
3940
|
} from '../icons/scale-3d';
|
|
3937
|
-
// SendHorizontal aliases
|
|
3938
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3939
|
-
export {
|
|
3940
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3941
|
-
default as SendHorizonalIcon
|
|
3942
|
-
} from '../icons/send-horizontal';
|
|
3943
3941
|
// ShieldQuestionMark aliases
|
|
3944
3942
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3945
3943
|
export {
|
|
3946
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
3947
3945
|
default as ShieldQuestionIcon
|
|
3948
3946
|
} from '../icons/shield-question-mark';
|
|
3947
|
+
// SendHorizontal aliases
|
|
3948
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3949
|
+
export {
|
|
3950
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3951
|
+
default as SendHorizonalIcon
|
|
3952
|
+
} from '../icons/send-horizontal';
|
|
3949
3953
|
// ShieldX aliases
|
|
3950
3954
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3951
3955
|
export {
|
|
3952
3956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3953
3957
|
default as ShieldCloseIcon
|
|
3954
3958
|
} from '../icons/shield-x';
|
|
3959
|
+
// Sparkles aliases
|
|
3960
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3961
|
+
export {
|
|
3962
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
3963
|
+
default as StarsIcon
|
|
3964
|
+
} from '../icons/sparkles';
|
|
3955
3965
|
// SlidersVertical aliases
|
|
3956
3966
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3957
3967
|
export {
|
|
@@ -3964,12 +3974,6 @@ export {
|
|
|
3964
3974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
3965
3975
|
default as ActivitySquareIcon
|
|
3966
3976
|
} from '../icons/square-activity';
|
|
3967
|
-
// Sparkles aliases
|
|
3968
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3969
|
-
export {
|
|
3970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
3971
|
-
default as StarsIcon
|
|
3972
|
-
} from '../icons/sparkles';
|
|
3973
3977
|
// SquareArrowDownLeft aliases
|
|
3974
3978
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3975
3979
|
export {
|
|
@@ -4018,18 +4022,18 @@ export {
|
|
|
4018
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4019
4023
|
default as ArrowUpRightFromSquareIcon
|
|
4020
4024
|
} from '../icons/square-arrow-out-up-right';
|
|
4021
|
-
// SquareArrowUpLeft aliases
|
|
4022
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4023
|
-
export {
|
|
4024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4025
|
-
default as ArrowUpLeftSquareIcon
|
|
4026
|
-
} from '../icons/square-arrow-up-left';
|
|
4027
4025
|
// SquareArrowRight aliases
|
|
4028
4026
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4029
4027
|
export {
|
|
4030
4028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4031
4029
|
default as ArrowRightSquareIcon
|
|
4032
4030
|
} from '../icons/square-arrow-right';
|
|
4031
|
+
// SquareArrowUpLeft aliases
|
|
4032
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4033
|
+
export {
|
|
4034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4035
|
+
default as ArrowUpLeftSquareIcon
|
|
4036
|
+
} from '../icons/square-arrow-up-left';
|
|
4033
4037
|
// SquareArrowUpRight aliases
|
|
4034
4038
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4035
4039
|
export {
|
|
@@ -4088,48 +4092,42 @@ export {
|
|
|
4088
4092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4089
4093
|
default as CheckSquare2Icon
|
|
4090
4094
|
} from '../icons/square-check';
|
|
4091
|
-
// SquareChevronDown aliases
|
|
4092
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4093
|
-
export {
|
|
4094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4095
|
-
default as ChevronDownSquareIcon
|
|
4096
|
-
} from '../icons/square-chevron-down';
|
|
4097
4095
|
// SquareChevronLeft aliases
|
|
4098
4096
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4099
4097
|
export {
|
|
4100
4098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4101
4099
|
default as ChevronLeftSquareIcon
|
|
4102
4100
|
} from '../icons/square-chevron-left';
|
|
4103
|
-
//
|
|
4104
|
-
export { default as
|
|
4101
|
+
// SquareChevronDown aliases
|
|
4102
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4105
4103
|
export {
|
|
4106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4107
|
-
default as
|
|
4108
|
-
} from '../icons/square-chevron-
|
|
4104
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4105
|
+
default as ChevronDownSquareIcon
|
|
4106
|
+
} from '../icons/square-chevron-down';
|
|
4109
4107
|
// SquareChevronUp aliases
|
|
4110
4108
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4111
4109
|
export {
|
|
4112
4110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4113
4111
|
default as ChevronUpSquareIcon
|
|
4114
4112
|
} from '../icons/square-chevron-up';
|
|
4115
|
-
//
|
|
4116
|
-
export { default as
|
|
4113
|
+
// SquareChevronRight aliases
|
|
4114
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4117
4115
|
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4119
|
-
default as
|
|
4120
|
-
} from '../icons/square-
|
|
4116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4117
|
+
default as ChevronRightSquareIcon
|
|
4118
|
+
} from '../icons/square-chevron-right';
|
|
4121
4119
|
// SquareCode aliases
|
|
4122
4120
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4123
4121
|
export {
|
|
4124
4122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4125
4123
|
default as CodeSquareIcon
|
|
4126
4124
|
} from '../icons/square-code';
|
|
4127
|
-
//
|
|
4128
|
-
export { default as
|
|
4125
|
+
// SquareDashedKanban aliases
|
|
4126
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4129
4127
|
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4131
|
-
default as
|
|
4132
|
-
} from '../icons/square-dashed-
|
|
4128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4129
|
+
default as KanbanSquareDashedIcon
|
|
4130
|
+
} from '../icons/square-dashed-kanban';
|
|
4133
4131
|
// SquareDashedText aliases
|
|
4134
4132
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4135
4133
|
export {
|
|
@@ -4146,6 +4144,12 @@ export {
|
|
|
4146
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4147
4145
|
default as DivideSquareIcon
|
|
4148
4146
|
} from '../icons/square-divide';
|
|
4147
|
+
// SquareDashedMousePointer aliases
|
|
4148
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4149
|
+
export {
|
|
4150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4151
|
+
default as MousePointerSquareDashedIcon
|
|
4152
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4149
4153
|
// SquareDashed aliases
|
|
4150
4154
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4151
4155
|
export {
|
|
@@ -4158,12 +4162,6 @@ export {
|
|
|
4158
4162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4159
4163
|
default as DotSquareIcon
|
|
4160
4164
|
} from '../icons/square-dot';
|
|
4161
|
-
// SquareEqual aliases
|
|
4162
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4163
|
-
export {
|
|
4164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4165
|
-
default as EqualSquareIcon
|
|
4166
|
-
} from '../icons/square-equal';
|
|
4167
4165
|
// SquareFunction aliases
|
|
4168
4166
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4169
4167
|
export {
|
|
@@ -4176,6 +4174,12 @@ export {
|
|
|
4176
4174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4177
4175
|
default as KanbanSquareIcon
|
|
4178
4176
|
} from '../icons/square-kanban';
|
|
4177
|
+
// SquareEqual aliases
|
|
4178
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4179
|
+
export {
|
|
4180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4181
|
+
default as EqualSquareIcon
|
|
4182
|
+
} from '../icons/square-equal';
|
|
4179
4183
|
// SquareLibrary aliases
|
|
4180
4184
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4181
4185
|
export {
|
|
@@ -4194,18 +4198,18 @@ export {
|
|
|
4194
4198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4195
4199
|
default as MinusSquareIcon
|
|
4196
4200
|
} from '../icons/square-minus';
|
|
4197
|
-
// SquareMousePointer aliases
|
|
4198
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4199
|
-
export {
|
|
4200
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4201
|
-
default as InspectIcon
|
|
4202
|
-
} from '../icons/square-mouse-pointer';
|
|
4203
4201
|
// SquareMenu aliases
|
|
4204
4202
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4205
4203
|
export {
|
|
4206
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4207
4205
|
default as MenuSquareIcon
|
|
4208
4206
|
} from '../icons/square-menu';
|
|
4207
|
+
// SquareMousePointer aliases
|
|
4208
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4211
|
+
default as InspectIcon
|
|
4212
|
+
} from '../icons/square-mouse-pointer';
|
|
4209
4213
|
// SquareParkingOff aliases
|
|
4210
4214
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4211
4215
|
export {
|
|
@@ -4218,12 +4222,6 @@ export {
|
|
|
4218
4222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4219
4223
|
default as ParkingSquareIcon
|
|
4220
4224
|
} from '../icons/square-parking';
|
|
4221
|
-
// SquarePercent aliases
|
|
4222
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4223
|
-
export {
|
|
4224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4225
|
-
default as PercentSquareIcon
|
|
4226
|
-
} from '../icons/square-percent';
|
|
4227
4225
|
// SquarePen aliases
|
|
4228
4226
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4229
4227
|
export {
|
|
@@ -4238,6 +4236,12 @@ export {
|
|
|
4238
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4239
4237
|
default as PenSquareIcon
|
|
4240
4238
|
} from '../icons/square-pen';
|
|
4239
|
+
// SquarePercent aliases
|
|
4240
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4241
|
+
export {
|
|
4242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4243
|
+
default as PercentSquareIcon
|
|
4244
|
+
} from '../icons/square-percent';
|
|
4241
4245
|
// SquarePi aliases
|
|
4242
4246
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4243
4247
|
export {
|
|
@@ -4250,12 +4254,6 @@ export {
|
|
|
4250
4254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4251
4255
|
default as PilcrowSquareIcon
|
|
4252
4256
|
} from '../icons/square-pilcrow';
|
|
4253
|
-
// SquarePlus aliases
|
|
4254
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4255
|
-
export {
|
|
4256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4257
|
-
default as PlusSquareIcon
|
|
4258
|
-
} from '../icons/square-plus';
|
|
4259
4257
|
// SquarePlay aliases
|
|
4260
4258
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4261
4259
|
export {
|
|
@@ -4268,6 +4266,12 @@ export {
|
|
|
4268
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4269
4267
|
default as PowerSquareIcon
|
|
4270
4268
|
} from '../icons/square-power';
|
|
4269
|
+
// SquarePlus aliases
|
|
4270
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4273
|
+
default as PlusSquareIcon
|
|
4274
|
+
} from '../icons/square-plus';
|
|
4271
4275
|
// SquareScissors aliases
|
|
4272
4276
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4273
4277
|
export {
|
|
@@ -4316,18 +4320,24 @@ export {
|
|
|
4316
4320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4317
4321
|
default as UserSquareIcon
|
|
4318
4322
|
} from '../icons/square-user';
|
|
4323
|
+
// SquareX aliases
|
|
4324
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4325
|
+
export {
|
|
4326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4327
|
+
default as XSquareIcon
|
|
4328
|
+
} from '../icons/square-x';
|
|
4319
4329
|
// TestTubeDiagonal aliases
|
|
4320
4330
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4321
4331
|
export {
|
|
4322
4332
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4323
4333
|
default as TestTube2Icon
|
|
4324
4334
|
} from '../icons/test-tube-diagonal';
|
|
4325
|
-
//
|
|
4326
|
-
export { default as
|
|
4335
|
+
// TextAlignJustify aliases
|
|
4336
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4327
4337
|
export {
|
|
4328
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4329
|
-
default as
|
|
4330
|
-
} from '../icons/
|
|
4338
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4339
|
+
default as AlignJustifyIcon
|
|
4340
|
+
} from '../icons/text-align-justify';
|
|
4331
4341
|
// TextAlignCenter aliases
|
|
4332
4342
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4333
4343
|
export {
|
|
@@ -4340,18 +4350,6 @@ export {
|
|
|
4340
4350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4341
4351
|
default as AlignRightIcon
|
|
4342
4352
|
} from '../icons/text-align-end';
|
|
4343
|
-
// TextInitial aliases
|
|
4344
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4345
|
-
export {
|
|
4346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4347
|
-
default as LetterTextIcon
|
|
4348
|
-
} from '../icons/text-initial';
|
|
4349
|
-
// TextAlignJustify aliases
|
|
4350
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4351
|
-
export {
|
|
4352
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4353
|
-
default as AlignJustifyIcon
|
|
4354
|
-
} from '../icons/text-align-justify';
|
|
4355
4353
|
// TextAlignStart aliases
|
|
4356
4354
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4357
4355
|
export {
|
|
@@ -4380,6 +4378,12 @@ export {
|
|
|
4380
4378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4381
4379
|
default as PalmtreeIcon
|
|
4382
4380
|
} from '../icons/tree-palm';
|
|
4381
|
+
// TextInitial aliases
|
|
4382
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4383
|
+
export {
|
|
4384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4385
|
+
default as LetterTextIcon
|
|
4386
|
+
} from '../icons/text-initial';
|
|
4383
4387
|
// TriangleAlert aliases
|
|
4384
4388
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4385
4389
|
export {
|
|
@@ -4398,18 +4402,18 @@ export {
|
|
|
4398
4402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4399
4403
|
default as School2Icon
|
|
4400
4404
|
} from '../icons/university';
|
|
4401
|
-
// UserRoundCog aliases
|
|
4402
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4403
|
-
export {
|
|
4404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4405
|
-
default as UserCog2Icon
|
|
4406
|
-
} from '../icons/user-round-cog';
|
|
4407
4405
|
// UserRoundCheck aliases
|
|
4408
4406
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4409
4407
|
export {
|
|
4410
4408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4411
4409
|
default as UserCheck2Icon
|
|
4412
4410
|
} from '../icons/user-round-check';
|
|
4411
|
+
// UserRoundCog aliases
|
|
4412
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4413
|
+
export {
|
|
4414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4415
|
+
default as UserCog2Icon
|
|
4416
|
+
} from '../icons/user-round-cog';
|
|
4413
4417
|
// UserRoundMinus aliases
|
|
4414
4418
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4415
4419
|
export {
|
|
@@ -4428,42 +4432,42 @@ export {
|
|
|
4428
4432
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4429
4433
|
default as User2Icon
|
|
4430
4434
|
} from '../icons/user-round';
|
|
4431
|
-
// UserRoundX aliases
|
|
4432
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4433
|
-
export {
|
|
4434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4435
|
-
default as UserX2Icon
|
|
4436
|
-
} from '../icons/user-round-x';
|
|
4437
4435
|
// UsersRound aliases
|
|
4438
4436
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4439
4437
|
export {
|
|
4440
4438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4441
4439
|
default as Users2Icon
|
|
4442
4440
|
} from '../icons/users-round';
|
|
4443
|
-
//
|
|
4444
|
-
export { default as
|
|
4441
|
+
// UserRoundX aliases
|
|
4442
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4445
4443
|
export {
|
|
4446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4447
|
-
default as
|
|
4448
|
-
} from '../icons/
|
|
4444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4445
|
+
default as UserX2Icon
|
|
4446
|
+
} from '../icons/user-round-x';
|
|
4449
4447
|
// UtensilsCrossed aliases
|
|
4450
4448
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4451
4449
|
export {
|
|
4452
4450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4453
4451
|
default as ForkKnifeCrossedIcon
|
|
4454
4452
|
} from '../icons/utensils-crossed';
|
|
4455
|
-
// WandSparkles aliases
|
|
4456
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4457
|
-
export {
|
|
4458
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4459
|
-
default as Wand2Icon
|
|
4460
|
-
} from '../icons/wand-sparkles';
|
|
4461
4453
|
// WalletMinimal aliases
|
|
4462
4454
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4463
4455
|
export {
|
|
4464
4456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4465
4457
|
default as Wallet2Icon
|
|
4466
4458
|
} from '../icons/wallet-minimal';
|
|
4459
|
+
// Utensils aliases
|
|
4460
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4461
|
+
export {
|
|
4462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4463
|
+
default as ForkKnifeIcon
|
|
4464
|
+
} from '../icons/utensils';
|
|
4465
|
+
// WandSparkles aliases
|
|
4466
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4467
|
+
export {
|
|
4468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4469
|
+
default as Wand2Icon
|
|
4470
|
+
} from '../icons/wand-sparkles';
|
|
4467
4471
|
// WavesHorizontal aliases
|
|
4468
4472
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4469
4473
|
export {
|