@lucide/astro 1.25.0 → 1.26.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 +1 -1
- package/src/aliases/aliases.ts +122 -122
- package/src/aliases/prefixed.ts +697 -695
- package/src/aliases/suffixed.ts +987 -985
- package/src/icons/book-open-check.ts +2 -2
- package/src/icons/book-open-text.ts +2 -2
- package/src/icons/book-open.ts +2 -2
- package/src/icons/columns-3-cog.ts +2 -2
- package/src/icons/index.ts +206 -205
- package/src/icons/shield-keyhole.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
@@ -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
|
-
// AlignCenterVertical aliases
|
|
26
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignCenterHorizontal aliases
|
|
28
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
29
|
-
//
|
|
30
|
-
export { default as
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignEndHorizontal aliases
|
|
32
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalDistributeEnd aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
|
-
//
|
|
40
|
-
export { default as
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
+
// AlignHorizontalJustifyEnd aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
//
|
|
46
|
-
export { default as
|
|
47
|
-
// AlignStartHorizontal aliases
|
|
48
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
// AlignStartVertical aliases
|
|
50
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
45
|
+
// AlignHorizontalJustifyCenter aliases
|
|
46
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
51
47
|
// AlignHorizontalSpaceBetween aliases
|
|
52
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
53
|
-
//
|
|
54
|
-
export { default as
|
|
55
|
-
//
|
|
56
|
-
export { default as
|
|
49
|
+
// AlignStartVertical aliases
|
|
50
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
+
// AlignStartHorizontal aliases
|
|
52
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
53
|
// AlignVerticalDistributeEnd aliases
|
|
58
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
+
// AlignVerticalDistributeCenter aliases
|
|
58
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
|
+
// AlignVerticalJustifyCenter aliases
|
|
60
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
61
|
// AlignVerticalJustifyEnd aliases
|
|
60
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
63
|
// AlignVerticalJustifyStart aliases
|
|
62
64
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
|
-
// AlignVerticalJustifyCenter aliases
|
|
64
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
65
|
-
// Ambulance aliases
|
|
66
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
65
|
// AlignVerticalSpaceAround aliases
|
|
68
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
|
+
// Ambulance aliases
|
|
68
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
69
|
// AlignVerticalSpaceBetween aliases
|
|
70
70
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
71
71
|
// Ampersand aliases
|
|
@@ -74,42 +74,42 @@ export { default as AmpersandIcon } from '../icons/ampersand';
|
|
|
74
74
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
75
|
// Amphora aliases
|
|
76
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
|
+
// Antenna aliases
|
|
78
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
77
79
|
// Anchor aliases
|
|
78
80
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
81
|
// Angry aliases
|
|
80
82
|
export { default as AngryIcon } from '../icons/angry';
|
|
81
|
-
// Annoyed aliases
|
|
82
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
|
-
// Antenna aliases
|
|
84
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
83
|
// Anvil aliases
|
|
86
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
+
// Annoyed aliases
|
|
86
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
87
87
|
// Aperture aliases
|
|
88
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
+
// Apple aliases
|
|
92
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
91
93
|
// AppWindow aliases
|
|
92
94
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
95
|
// ArchiveRestore aliases
|
|
94
96
|
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
|
-
//
|
|
104
|
-
export { default as
|
|
103
|
+
// ArrowBigDown aliases
|
|
104
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigDownDash aliases
|
|
106
106
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
107
|
+
// ArrowBigLeftDash aliases
|
|
108
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
109
|
// ArrowBigLeft aliases
|
|
108
110
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
111
|
// ArrowBigRightDash aliases
|
|
110
112
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigRight aliases
|
|
114
114
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
115
|
// ArrowBigUpDash aliases
|
|
@@ -132,10 +132,10 @@ export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
|
132
132
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
133
|
// ArrowDown aliases
|
|
134
134
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
|
-
// ArrowLeftFromLine aliases
|
|
136
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
135
|
// ArrowLeftRight aliases
|
|
138
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
|
+
// ArrowLeftFromLine aliases
|
|
138
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
139
139
|
// ArrowLeftToLine aliases
|
|
140
140
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
141
|
// ArrowLeft aliases
|
|
@@ -164,10 +164,10 @@ export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
|
164
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowUp aliases
|
|
166
166
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
|
-
// Asterisk aliases
|
|
168
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
167
|
// ArrowsUpFromLine aliases
|
|
170
168
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
|
+
// Asterisk aliases
|
|
170
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
171
|
// Astroid aliases
|
|
172
172
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
173
|
// AtSign aliases
|
|
@@ -178,10 +178,10 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
179
|
// AudioWaveform aliases
|
|
180
180
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
|
-
// Axe aliases
|
|
182
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
183
181
|
// Award aliases
|
|
184
182
|
export { default as AwardIcon } from '../icons/award';
|
|
183
|
+
// Axe aliases
|
|
184
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
187
|
// Backpack aliases
|
|
@@ -200,10 +200,10 @@ export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
|
200
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
|
-
// BadgePercent aliases
|
|
204
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
203
|
// BadgeMinus aliases
|
|
206
204
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
|
+
// BadgePercent aliases
|
|
206
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
207
|
// BadgePlus aliases
|
|
208
208
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
@@ -212,84 +212,84 @@ export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling
|
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
213
|
// BadgeSwissFranc aliases
|
|
214
214
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
|
-
// BadgeX aliases
|
|
216
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
215
|
// BadgeTurkishLira aliases
|
|
218
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
219
217
|
// Badge aliases
|
|
220
218
|
export { default as BadgeIcon } from '../icons/badge';
|
|
219
|
+
// BadgeX aliases
|
|
220
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
221
|
// BaggageClaim aliases
|
|
222
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
-
// Balloon aliases
|
|
224
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
223
|
// Ban aliases
|
|
226
224
|
export { default as BanIcon } from '../icons/ban';
|
|
225
|
+
// Balloon aliases
|
|
226
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
227
|
// Bandage aliases
|
|
228
228
|
export { default as BandageIcon } from '../icons/bandage';
|
|
229
229
|
// Banana aliases
|
|
230
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
231
|
// BanknoteArrowDown aliases
|
|
232
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
-
// BanknoteCheck aliases
|
|
234
|
-
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
235
233
|
// BanknoteArrowUp aliases
|
|
236
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
|
+
// BanknoteCheck aliases
|
|
236
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
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
|
-
// Barrel aliases
|
|
242
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
243
|
+
// Barrel aliases
|
|
244
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
247
245
|
// Baseline aliases
|
|
248
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
249
|
-
// BatteryFull aliases
|
|
250
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
247
|
// Bath aliases
|
|
252
248
|
export { default as BathIcon } from '../icons/bath';
|
|
253
|
-
//
|
|
254
|
-
export { default as
|
|
249
|
+
// BatteryCharging aliases
|
|
250
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
|
+
// BatteryFull aliases
|
|
252
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
255
253
|
// BatteryMedium aliases
|
|
256
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
+
// BatteryLow aliases
|
|
256
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// Battery aliases
|
|
260
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
261
259
|
// BatteryWarning aliases
|
|
262
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
|
+
// Bean aliases
|
|
266
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
265
267
|
// BeanOff aliases
|
|
266
268
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
269
|
// BedDouble aliases
|
|
268
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
|
-
// Bean aliases
|
|
270
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
271
271
|
// BedSingle aliases
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
+
// Beef aliases
|
|
274
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
273
275
|
// Bed aliases
|
|
274
276
|
export { default as BedIcon } from '../icons/bed';
|
|
275
277
|
// BeefOff aliases
|
|
276
278
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
|
-
// Beef aliases
|
|
278
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
-
// BeerOff aliases
|
|
280
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
279
|
// Beer aliases
|
|
282
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
281
|
+
// BeerOff aliases
|
|
282
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
285
283
|
// BellDot aliases
|
|
286
284
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
285
|
+
// BellCheck aliases
|
|
286
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
287
|
+
// BellElectric aliases
|
|
288
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
287
289
|
// BellMinus aliases
|
|
288
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
291
|
// BellOff aliases
|
|
290
292
|
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
|
|
@@ -306,16 +306,16 @@ export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
|
306
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
307
|
// Binary aliases
|
|
308
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
309
|
-
// Binoculars aliases
|
|
310
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
309
|
// Biohazard aliases
|
|
312
310
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
311
|
+
// Bird aliases
|
|
312
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
313
|
+
// Binoculars aliases
|
|
314
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
313
315
|
// Birdhouse aliases
|
|
314
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
317
|
// Bitcoin aliases
|
|
316
318
|
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
321
|
// Blender aliases
|
|
@@ -324,36 +324,36 @@ export { default as BlenderIcon } from '../icons/blender';
|
|
|
324
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
325
|
// Blocks aliases
|
|
326
326
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
327
|
-
// BluetoothOff aliases
|
|
328
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
329
327
|
// BluetoothConnected aliases
|
|
330
328
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
329
|
+
// BluetoothOff aliases
|
|
330
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
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';
|
|
335
333
|
// Bluetooth aliases
|
|
336
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
335
|
+
// Bold aliases
|
|
336
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
337
|
+
// Bomb aliases
|
|
338
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
339
339
|
// Bolt aliases
|
|
340
340
|
export { default as BoltIcon } from '../icons/bolt';
|
|
341
341
|
// BoneFracture aliases
|
|
342
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
|
-
//
|
|
344
|
-
export { default as
|
|
343
|
+
// Bone aliases
|
|
344
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
345
345
|
// BookA aliases
|
|
346
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
347
|
-
//
|
|
348
|
-
export { default as
|
|
349
|
-
// BookAudio aliases
|
|
350
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
347
|
+
// BookAlert aliases
|
|
348
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
349
|
// BookCheck aliases
|
|
352
350
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
353
|
-
//
|
|
354
|
-
export { default as
|
|
351
|
+
// BookAudio aliases
|
|
352
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
355
353
|
// BookDown aliases
|
|
356
354
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
355
|
+
// BookCopy aliases
|
|
356
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
357
357
|
// BookHeadphones aliases
|
|
358
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
359
|
// BookHeart aliases
|
|
@@ -364,12 +364,12 @@ export { default as BookImageIcon } from '../icons/book-image';
|
|
|
364
364
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
365
|
// BookLock aliases
|
|
366
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
367
|
-
// BookMarked aliases
|
|
368
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
369
367
|
// BookMinus aliases
|
|
370
368
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
371
369
|
// BookOpenCheck aliases
|
|
372
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
|
+
// BookMarked aliases
|
|
372
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
373
373
|
// BookOpenText aliases
|
|
374
374
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
375
|
// BookOpen aliases
|
|
@@ -386,12 +386,12 @@ export { default as BookTypeIcon } from '../icons/book-type';
|
|
|
386
386
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
387
387
|
// BookUser aliases
|
|
388
388
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
389
|
-
// BookUp aliases
|
|
390
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
391
389
|
// BookX aliases
|
|
392
390
|
export { default as BookXIcon } from '../icons/book-x';
|
|
393
391
|
// Book aliases
|
|
394
392
|
export { default as BookIcon } from '../icons/book';
|
|
393
|
+
// BookUp aliases
|
|
394
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
395
395
|
// BookmarkCheck aliases
|
|
396
396
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
397
397
|
// BookmarkMinus aliases
|
|
@@ -402,82 +402,82 @@ export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
|
402
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
403
|
// BookmarkX aliases
|
|
404
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
|
-
// BoomBox aliases
|
|
406
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
407
405
|
// Bookmark aliases
|
|
408
406
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
409
407
|
// BotMessageSquare aliases
|
|
410
408
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
|
-
// Bot aliases
|
|
412
|
-
export { default as BotIcon } from '../icons/bot';
|
|
413
409
|
// BotOff aliases
|
|
414
410
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
415
|
-
//
|
|
416
|
-
export { default as
|
|
411
|
+
// BoomBox aliases
|
|
412
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
413
|
+
// Bot aliases
|
|
414
|
+
export { default as BotIcon } from '../icons/bot';
|
|
417
415
|
// BowArrow aliases
|
|
418
416
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
|
-
//
|
|
420
|
-
export { default as
|
|
417
|
+
// BottleWine aliases
|
|
418
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
421
419
|
// Boxes aliases
|
|
422
420
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
|
+
// Box aliases
|
|
422
|
+
export { default as BoxIcon } from '../icons/box';
|
|
423
423
|
// Brackets aliases
|
|
424
424
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
425
|
// BrainCircuit aliases
|
|
426
426
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
-
// Brain aliases
|
|
428
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
429
427
|
// BrainCog aliases
|
|
430
428
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
|
+
// Brain aliases
|
|
430
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
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';
|
|
433
435
|
// BrickWall aliases
|
|
434
436
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
435
437
|
// BriefcaseBusiness aliases
|
|
436
438
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
437
439
|
// BriefcaseConveyorBelt aliases
|
|
438
440
|
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
|
|
444
444
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
|
-
// BringToFront aliases
|
|
446
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
445
|
// Broccoli aliases
|
|
448
446
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
447
|
+
// BringToFront aliases
|
|
448
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
449
449
|
// BrushCleaning aliases
|
|
450
450
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
451
|
+
// Brush aliases
|
|
452
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
451
453
|
// Bubbles aliases
|
|
452
454
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
453
455
|
// BugOff aliases
|
|
454
456
|
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';
|
|
459
461
|
// Building2 aliases
|
|
460
462
|
export { default as Building2Icon } from '../icons/building-2';
|
|
461
463
|
// Building aliases
|
|
462
464
|
export { default as BuildingIcon } from '../icons/building';
|
|
463
|
-
// Bug aliases
|
|
464
|
-
export { default as BugIcon } from '../icons/bug';
|
|
465
465
|
// BusFront aliases
|
|
466
466
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as BusIcon } from '../icons/bus';
|
|
469
|
-
// CakeSlice aliases
|
|
470
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
471
|
-
// CableCar aliases
|
|
472
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
469
|
// Cable aliases
|
|
474
470
|
export { default as CableIcon } from '../icons/cable';
|
|
471
|
+
// CableCar aliases
|
|
472
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
475
473
|
// Cake aliases
|
|
476
474
|
export { default as CakeIcon } from '../icons/cake';
|
|
477
|
-
// Calculator aliases
|
|
478
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
479
475
|
// Calendar1 aliases
|
|
480
476
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
477
|
+
// CakeSlice aliases
|
|
478
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
479
|
+
// Calculator aliases
|
|
480
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
481
481
|
// CalendarArrowDown aliases
|
|
482
482
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
483
483
|
// CalendarCheck2 aliases
|
|
@@ -494,54 +494,52 @@ export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
|
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
|
-
// CalendarMinus2 aliases
|
|
498
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
499
497
|
// CalendarHeart aliases
|
|
500
498
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
499
|
+
// CalendarMinus2 aliases
|
|
500
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
501
501
|
// CalendarMinus aliases
|
|
502
502
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
503
503
|
// CalendarPlus2 aliases
|
|
504
504
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
505
|
-
// CalendarPlus aliases
|
|
506
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
507
505
|
// CalendarOff aliases
|
|
508
506
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
509
507
|
// CalendarSearch aliases
|
|
510
508
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
511
|
-
//
|
|
512
|
-
export { default as
|
|
509
|
+
// CalendarPlus aliases
|
|
510
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
513
511
|
// CalendarSync aliases
|
|
514
512
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
513
|
+
// CalendarRange aliases
|
|
514
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
515
515
|
// CalendarX2 aliases
|
|
516
516
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
517
|
// CalendarX aliases
|
|
518
518
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
519
|
// Calendar aliases
|
|
520
520
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
521
|
-
// CameraOff aliases
|
|
522
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
523
521
|
// Calendars aliases
|
|
524
522
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
525
523
|
// Camera aliases
|
|
526
524
|
export { default as CameraIcon } from '../icons/camera';
|
|
527
525
|
// CandyCane aliases
|
|
528
526
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
527
|
+
// CameraOff aliases
|
|
528
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
529
529
|
// CandyOff aliases
|
|
530
530
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
531
|
-
// CannabisOff aliases
|
|
532
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
533
531
|
// Candy aliases
|
|
534
532
|
export { default as CandyIcon } from '../icons/candy';
|
|
535
|
-
// CaptionsOff aliases
|
|
536
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
537
533
|
// Cannabis aliases
|
|
538
534
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
535
|
+
// CaptionsOff aliases
|
|
536
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
537
|
+
// CannabisOff aliases
|
|
538
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
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
|
-
// Caravan aliases
|
|
544
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
543
|
// Car aliases
|
|
546
544
|
export { default as CarIcon } from '../icons/car';
|
|
547
545
|
// CardSim aliases
|
|
@@ -550,16 +548,18 @@ export { default as CardSimIcon } from '../icons/card-sim';
|
|
|
550
548
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
551
549
|
// CaseLower aliases
|
|
552
550
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
551
|
+
// Caravan aliases
|
|
552
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
553
553
|
// CaseSensitive aliases
|
|
554
554
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
555
|
-
// CassetteTape aliases
|
|
556
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
557
555
|
// CaseUpper aliases
|
|
558
556
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
559
557
|
// Cast aliases
|
|
560
558
|
export { default as CastIcon } from '../icons/cast';
|
|
561
559
|
// Castle aliases
|
|
562
560
|
export { default as CastleIcon } from '../icons/castle';
|
|
561
|
+
// CassetteTape aliases
|
|
562
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
563
563
|
// Cat aliases
|
|
564
564
|
export { default as CatIcon } from '../icons/cat';
|
|
565
565
|
// CctvOff aliases
|
|
@@ -568,58 +568,58 @@ export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
|
568
568
|
export { default as CctvIcon } from '../icons/cctv';
|
|
569
569
|
// ChartBarDecreasing aliases
|
|
570
570
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
571
|
+
// ChartBarStacked aliases
|
|
572
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
571
573
|
// ChartBarIncreasing aliases
|
|
572
574
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
575
|
// ChartColumnDecreasing aliases
|
|
574
576
|
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
579
|
// ChartGantt aliases
|
|
580
580
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
581
581
|
// ChartNetwork aliases
|
|
582
582
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
583
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
584
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
585
583
|
// ChartNoAxesCombined aliases
|
|
586
584
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
587
|
-
//
|
|
588
|
-
export { default as
|
|
585
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
586
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
589
587
|
// CheckCheck aliases
|
|
590
588
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
591
|
-
//
|
|
592
|
-
export { default as
|
|
593
|
-
// Check aliases
|
|
594
|
-
export { default as CheckIcon } from '../icons/check';
|
|
589
|
+
// ChartSpline aliases
|
|
590
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
595
591
|
// ChefHat aliases
|
|
596
592
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
593
|
+
// CheckLine aliases
|
|
594
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
597
595
|
// Cherry aliases
|
|
598
596
|
export { default as CherryIcon } from '../icons/cherry';
|
|
597
|
+
// Check aliases
|
|
598
|
+
export { default as CheckIcon } from '../icons/check';
|
|
599
599
|
// ChessBishop aliases
|
|
600
600
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
601
|
// ChessKing aliases
|
|
602
602
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
603
|
-
// ChessKnight aliases
|
|
604
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
605
603
|
// ChessPawn aliases
|
|
606
604
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
607
|
-
// ChessQueen aliases
|
|
608
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
609
605
|
// ChessRook aliases
|
|
610
606
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
607
|
+
// ChessKnight aliases
|
|
608
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
609
|
+
// ChessQueen aliases
|
|
610
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
611
611
|
// ChevronDown aliases
|
|
612
612
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
613
613
|
// ChevronFirst aliases
|
|
614
614
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
615
|
-
// ChevronLast aliases
|
|
616
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
617
615
|
// ChevronRight aliases
|
|
618
616
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
619
|
-
// ChevronUp aliases
|
|
620
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
621
617
|
// ChevronLeft aliases
|
|
622
618
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
619
|
+
// ChevronLast aliases
|
|
620
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
621
|
+
// ChevronUp aliases
|
|
622
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
623
623
|
// ChevronsDown aliases
|
|
624
624
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
625
625
|
// ChevronsDownUp aliases
|
|
@@ -640,80 +640,80 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
640
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';
|
|
645
643
|
// CigaretteOff aliases
|
|
646
644
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
647
645
|
// Cigarette aliases
|
|
648
646
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
649
|
-
//
|
|
650
|
-
export { default as
|
|
647
|
+
// CircleDashed aliases
|
|
648
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
651
649
|
// CircleDollarSign aliases
|
|
652
650
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
651
|
+
// CircleDotDashed aliases
|
|
652
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
653
653
|
// CircleDot aliases
|
|
654
654
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
655
|
-
// CircleEllipsis aliases
|
|
656
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
657
655
|
// CircleEqual aliases
|
|
658
656
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
657
|
+
// CircleEllipsis aliases
|
|
658
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
659
659
|
// CircleEuro aliases
|
|
660
660
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
661
|
-
// CircleFadingArrowUp aliases
|
|
662
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
663
661
|
// CircleFadingPlus aliases
|
|
664
662
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
665
|
-
//
|
|
666
|
-
export { default as
|
|
667
|
-
// CirclePoundSterling aliases
|
|
668
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
663
|
+
// CircleFadingArrowUp aliases
|
|
664
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
669
665
|
// CirclePile aliases
|
|
670
666
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
667
|
+
// CircleOff aliases
|
|
668
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
671
669
|
// CircleSlash aliases
|
|
672
670
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
673
|
-
// CircleSmall aliases
|
|
674
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
675
671
|
// CircleStar aliases
|
|
676
672
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
677
|
-
//
|
|
678
|
-
export { default as
|
|
673
|
+
// CirclePoundSterling aliases
|
|
674
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
675
|
+
// CircleSmall aliases
|
|
676
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
679
677
|
// Circle aliases
|
|
680
678
|
export { default as CircleIcon } from '../icons/circle';
|
|
681
|
-
//
|
|
682
|
-
export { default as
|
|
683
|
-
// ClipboardCheck aliases
|
|
684
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
679
|
+
// CircuitBoard aliases
|
|
680
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
685
681
|
// Clapperboard aliases
|
|
686
682
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
683
|
+
// ClipboardCheck aliases
|
|
684
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
685
|
+
// Citrus aliases
|
|
686
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
687
|
+
// ClipboardClock aliases
|
|
688
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
687
689
|
// ClipboardCopy aliases
|
|
688
690
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
689
691
|
// ClipboardList aliases
|
|
690
692
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
691
|
-
// ClipboardClock aliases
|
|
692
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
693
|
-
// ClipboardPlus aliases
|
|
694
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
695
693
|
// ClipboardMinus aliases
|
|
696
694
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
697
|
-
//
|
|
698
|
-
export { default as
|
|
695
|
+
// ClipboardPlus aliases
|
|
696
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
699
697
|
// ClipboardPaste aliases
|
|
700
698
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
701
699
|
// ClipboardType aliases
|
|
702
700
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
701
|
+
// ClipboardX aliases
|
|
702
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
703
703
|
// Clipboard aliases
|
|
704
704
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
705
|
-
// Clock10 aliases
|
|
706
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
707
|
-
// Clock11 aliases
|
|
708
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
709
705
|
// Clock1 aliases
|
|
710
706
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
707
|
+
// Clock11 aliases
|
|
708
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
709
|
+
// Clock10 aliases
|
|
710
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
711
|
+
// Clock2 aliases
|
|
712
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
711
713
|
// Clock12 aliases
|
|
712
714
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
713
715
|
// Clock3 aliases
|
|
714
716
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
715
|
-
// Clock2 aliases
|
|
716
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
717
717
|
// Clock4 aliases
|
|
718
718
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
719
719
|
// Clock5 aliases
|
|
@@ -726,26 +726,26 @@ export { default as Clock7Icon } from '../icons/clock-7';
|
|
|
726
726
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
727
727
|
// Clock9 aliases
|
|
728
728
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
729
|
+
// ClockAlert aliases
|
|
730
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
729
731
|
// ClockArrowDown aliases
|
|
730
732
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
731
733
|
// ClockArrowLeft aliases
|
|
732
734
|
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
|
-
// ClockCheck aliases
|
|
738
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
739
737
|
// ClockArrowRight aliases
|
|
740
738
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
739
|
+
// ClockCheck aliases
|
|
740
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
741
741
|
// ClockFading aliases
|
|
742
742
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
743
|
+
// Clock aliases
|
|
744
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
743
745
|
// ClockPlus aliases
|
|
744
746
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
745
747
|
// ClosedCaption aliases
|
|
746
748
|
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
|
|
@@ -760,62 +760,62 @@ export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
|
760
760
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
761
761
|
// CloudHail aliases
|
|
762
762
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
763
|
-
// CloudMoonRain aliases
|
|
764
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
765
763
|
// CloudLightning aliases
|
|
766
764
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
765
|
+
// CloudMoonRain aliases
|
|
766
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
767
767
|
// CloudMoon aliases
|
|
768
768
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
769
|
-
// CloudRainWind aliases
|
|
770
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
771
769
|
// CloudOff aliases
|
|
772
770
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
773
|
-
// CloudRain aliases
|
|
774
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
775
771
|
// CloudSnow aliases
|
|
776
772
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
777
|
-
//
|
|
778
|
-
export { default as
|
|
779
|
-
//
|
|
780
|
-
export { default as
|
|
773
|
+
// CloudRainWind aliases
|
|
774
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
775
|
+
// CloudRain aliases
|
|
776
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
781
777
|
// CloudSunRain aliases
|
|
782
778
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
779
|
+
// CloudSun aliases
|
|
780
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
783
781
|
// Cloud aliases
|
|
784
782
|
export { default as CloudIcon } from '../icons/cloud';
|
|
785
|
-
// Clover aliases
|
|
786
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
787
783
|
// Cloudy aliases
|
|
788
784
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
785
|
+
// CloudSync aliases
|
|
786
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
787
|
+
// Clover aliases
|
|
788
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
789
789
|
// Club aliases
|
|
790
790
|
export { default as ClubIcon } from '../icons/club';
|
|
791
791
|
// Code aliases
|
|
792
792
|
export { default as CodeIcon } from '../icons/code';
|
|
793
|
-
// Cog aliases
|
|
794
|
-
export { default as CogIcon } from '../icons/cog';
|
|
795
793
|
// Coffee aliases
|
|
796
794
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
797
|
-
//
|
|
798
|
-
export { default as
|
|
795
|
+
// Cog aliases
|
|
796
|
+
export { default as CogIcon } from '../icons/cog';
|
|
799
797
|
// Columns4 aliases
|
|
800
798
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
801
|
-
//
|
|
802
|
-
export { default as
|
|
799
|
+
// Coins aliases
|
|
800
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
803
801
|
// Command aliases
|
|
804
802
|
export { default as CommandIcon } from '../icons/command';
|
|
803
|
+
// Combine aliases
|
|
804
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
805
805
|
// Compass aliases
|
|
806
806
|
export { default as CompassIcon } from '../icons/compass';
|
|
807
807
|
// Component aliases
|
|
808
808
|
export { default as ComponentIcon } from '../icons/component';
|
|
809
809
|
// ConciergeBell aliases
|
|
810
810
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
811
|
-
// Cone aliases
|
|
812
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
813
811
|
// Computer aliases
|
|
814
812
|
export { default as ComputerIcon } from '../icons/computer';
|
|
815
|
-
//
|
|
816
|
-
export { default as
|
|
813
|
+
// Cone aliases
|
|
814
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
817
815
|
// Contact aliases
|
|
818
816
|
export { default as ContactIcon } from '../icons/contact';
|
|
817
|
+
// Construction aliases
|
|
818
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
819
819
|
// Container aliases
|
|
820
820
|
export { default as ContainerIcon } from '../icons/container';
|
|
821
821
|
// Contrast aliases
|
|
@@ -828,42 +828,42 @@ export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
|
828
828
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
829
829
|
// CopyMinus aliases
|
|
830
830
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
831
|
+
// CopySlash aliases
|
|
832
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
831
833
|
// CopyPlus aliases
|
|
832
834
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
835
|
+
// Copy aliases
|
|
836
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
833
837
|
// CopyX aliases
|
|
834
838
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
835
|
-
// CopySlash aliases
|
|
836
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
837
839
|
// Copyleft aliases
|
|
838
840
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
839
|
-
// Copy aliases
|
|
840
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
841
841
|
// CornerDownLeft aliases
|
|
842
842
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
843
843
|
// Copyright aliases
|
|
844
844
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
845
|
-
// CornerLeftDown aliases
|
|
846
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
847
845
|
// CornerDownRight aliases
|
|
848
846
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
847
|
+
// CornerLeftDown aliases
|
|
848
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
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
|
+
// CornerUpLeft aliases
|
|
854
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
853
855
|
// CornerRightUp aliases
|
|
854
856
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
855
857
|
// CornerUpRight aliases
|
|
856
858
|
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
861
|
// CreativeCommons aliases
|
|
862
862
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
863
|
-
// CreditCard aliases
|
|
864
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
865
863
|
// Croissant aliases
|
|
866
864
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
865
|
+
// CreditCard aliases
|
|
866
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
867
867
|
// Crop aliases
|
|
868
868
|
export { default as CropIcon } from '../icons/crop';
|
|
869
869
|
// Cross aliases
|
|
@@ -878,16 +878,16 @@ export { default as CuboidIcon } from '../icons/cuboid';
|
|
|
878
878
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
879
879
|
// Currency aliases
|
|
880
880
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
881
|
+
// Cylinder aliases
|
|
882
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
881
883
|
// Dam aliases
|
|
882
884
|
export { default as DamIcon } from '../icons/dam';
|
|
883
885
|
// DatabaseArrowDown aliases
|
|
884
886
|
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
887
|
// DatabaseBackup aliases
|
|
890
888
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
889
|
+
// DatabaseArrowUp aliases
|
|
890
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
891
891
|
// DatabaseCheck aliases
|
|
892
892
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
893
893
|
// DatabaseMinus aliases
|
|
@@ -904,46 +904,46 @@ export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
|
904
904
|
export { default as DatabaseIcon } from '../icons/database';
|
|
905
905
|
// DecimalsArrowLeft aliases
|
|
906
906
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
907
|
-
// DecimalsArrowRight aliases
|
|
908
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
909
907
|
// Delete aliases
|
|
910
908
|
export { default as DeleteIcon } from '../icons/delete';
|
|
909
|
+
// DecimalsArrowRight aliases
|
|
910
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
911
911
|
// Dessert aliases
|
|
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';
|
|
917
915
|
// DiamondMinus aliases
|
|
918
916
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
919
917
|
// DiamondPlus aliases
|
|
920
918
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
921
|
-
//
|
|
922
|
-
export { default as
|
|
919
|
+
// Diamond aliases
|
|
920
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
923
921
|
// Dice1 aliases
|
|
924
922
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
925
|
-
//
|
|
926
|
-
export { default as
|
|
923
|
+
// Dice2 aliases
|
|
924
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
927
925
|
// Dice4 aliases
|
|
928
926
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
927
|
+
// Dice3 aliases
|
|
928
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
929
929
|
// Dice5 aliases
|
|
930
930
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
931
|
+
// Diff aliases
|
|
932
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
931
933
|
// Dice6 aliases
|
|
932
934
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
933
935
|
// Dices aliases
|
|
934
936
|
export { default as DicesIcon } from '../icons/dices';
|
|
935
|
-
// Diff aliases
|
|
936
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
937
937
|
// Disc2 aliases
|
|
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
941
|
// DiscAlbum aliases
|
|
942
942
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
943
|
-
// Disc aliases
|
|
944
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
945
943
|
// Divide aliases
|
|
946
944
|
export { default as DivideIcon } from '../icons/divide';
|
|
945
|
+
// Disc aliases
|
|
946
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
947
947
|
// DnaOff aliases
|
|
948
948
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
949
949
|
// Dna aliases
|
|
@@ -958,14 +958,14 @@ export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
|
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
|
-
//
|
|
962
|
-
export { default as
|
|
961
|
+
// Dot aliases
|
|
962
|
+
export { default as DotIcon } from '../icons/dot';
|
|
963
963
|
// DoorClosed aliases
|
|
964
964
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
965
|
+
// DoorOpen aliases
|
|
966
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
965
967
|
// Download aliases
|
|
966
968
|
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,34 +976,34 @@ 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
|
-
// Droplets aliases
|
|
980
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
981
979
|
// Droplet aliases
|
|
982
980
|
export { default as DropletIcon } from '../icons/droplet';
|
|
981
|
+
// Droplets aliases
|
|
982
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
983
983
|
// Drum aliases
|
|
984
984
|
export { default as DrumIcon } from '../icons/drum';
|
|
985
985
|
// Drumstick aliases
|
|
986
986
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
987
987
|
// Dumbbell aliases
|
|
988
988
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
989
|
-
// Ear aliases
|
|
990
|
-
export { default as EarIcon } from '../icons/ear';
|
|
991
989
|
// EarOff aliases
|
|
992
990
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
991
|
+
// Ear aliases
|
|
992
|
+
export { default as EarIcon } from '../icons/ear';
|
|
993
|
+
// Eclipse aliases
|
|
994
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
993
995
|
// EarthLock aliases
|
|
994
996
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
995
997
|
// EggFried aliases
|
|
996
998
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
997
|
-
// Eclipse aliases
|
|
998
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
999
|
-
// EggOff aliases
|
|
1000
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1001
999
|
// Egg aliases
|
|
1002
1000
|
export { default as EggIcon } from '../icons/egg';
|
|
1003
|
-
// EqualApproximately aliases
|
|
1004
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1005
1001
|
// Ellipse aliases
|
|
1006
1002
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1003
|
+
// EggOff aliases
|
|
1004
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1005
|
+
// EqualApproximately aliases
|
|
1006
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1007
1007
|
// EqualNot aliases
|
|
1008
1008
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1009
1009
|
// Equal aliases
|
|
@@ -1018,10 +1018,10 @@ export { default as EuroIcon } from '../icons/euro';
|
|
|
1018
1018
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1019
1019
|
// Expand aliases
|
|
1020
1020
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1021
|
-
// ExternalLink aliases
|
|
1022
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1023
1021
|
// EyeClosed aliases
|
|
1024
1022
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1023
|
+
// ExternalLink aliases
|
|
1024
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1025
1025
|
// EyeDashed aliases
|
|
1026
1026
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1027
1027
|
// EyeOff aliases
|
|
@@ -1032,16 +1032,16 @@ 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
|
-
// Feather aliases
|
|
1036
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1037
1035
|
// FastForward aliases
|
|
1038
1036
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1039
|
-
//
|
|
1040
|
-
export { default as
|
|
1037
|
+
// Feather aliases
|
|
1038
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1041
1039
|
// FerrisWheel aliases
|
|
1042
1040
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1043
1041
|
// FileArchive aliases
|
|
1044
1042
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1043
|
+
// Fence aliases
|
|
1044
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1045
1045
|
// FileBox aliases
|
|
1046
1046
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1047
1047
|
// FileCheck aliases
|
|
@@ -1060,44 +1060,44 @@ 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
|
-
//
|
|
1064
|
-
export { default as
|
|
1063
|
+
// FileInput aliases
|
|
1064
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1065
1065
|
// FileMusic aliases
|
|
1066
1066
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1067
|
+
// FileMinus aliases
|
|
1068
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1067
1069
|
// FileOutput aliases
|
|
1068
1070
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1069
1071
|
// FilePlus aliases
|
|
1070
1072
|
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
1075
|
// FileSearch aliases
|
|
1076
1076
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1077
1077
|
// FileSliders aliases
|
|
1078
1078
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1079
|
-
// FileStack aliases
|
|
1080
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1081
1079
|
// FileSpreadsheet aliases
|
|
1082
1080
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1083
|
-
//
|
|
1084
|
-
export { default as
|
|
1085
|
-
// FileTerminal aliases
|
|
1086
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1081
|
+
// FileStack aliases
|
|
1082
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1087
1083
|
// FileSymlink aliases
|
|
1088
1084
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1085
|
+
// FileTerminal aliases
|
|
1086
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1089
1087
|
// FileType aliases
|
|
1090
1088
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1091
1089
|
// FileUp aliases
|
|
1092
1090
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1091
|
+
// FileText aliases
|
|
1092
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1093
1093
|
// FileVolume aliases
|
|
1094
1094
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1095
1095
|
// FileUser aliases
|
|
1096
1096
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1097
|
-
// FileX aliases
|
|
1098
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1099
1097
|
// File aliases
|
|
1100
1098
|
export { default as FileIcon } from '../icons/file';
|
|
1099
|
+
// FileX aliases
|
|
1100
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1101
1101
|
// Files aliases
|
|
1102
1102
|
export { default as FilesIcon } from '../icons/files';
|
|
1103
1103
|
// Film aliases
|
|
@@ -1114,36 +1114,36 @@ export { default as FishIcon } from '../icons/fish';
|
|
|
1114
1114
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1115
1115
|
// FishingRod aliases
|
|
1116
1116
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1117
|
-
// FlagOff aliases
|
|
1118
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1119
1117
|
// FlagTriangleLeft aliases
|
|
1120
1118
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1119
|
+
// FlagOff aliases
|
|
1120
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1121
1121
|
// FlagTriangleRight aliases
|
|
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';
|
|
1125
1127
|
// Flame aliases
|
|
1126
1128
|
export { default as FlameIcon } from '../icons/flame';
|
|
1127
1129
|
// FlashlightOff aliases
|
|
1128
1130
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1129
|
-
// FlameKindling aliases
|
|
1130
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1131
|
-
// FlaskConicalOff aliases
|
|
1132
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1133
1131
|
// Flashlight aliases
|
|
1134
1132
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1133
|
+
// FlaskConicalOff aliases
|
|
1134
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1135
1135
|
// FlaskConical aliases
|
|
1136
1136
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1137
1137
|
// FlaskRound aliases
|
|
1138
1138
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1139
1139
|
// FlipVertical2 aliases
|
|
1140
1140
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1141
|
+
// Flower aliases
|
|
1142
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1141
1143
|
// FlipHorizontal2 aliases
|
|
1142
1144
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1143
1145
|
// Flower2 aliases
|
|
1144
1146
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1145
|
-
// Flower aliases
|
|
1146
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1147
1147
|
// Focus aliases
|
|
1148
1148
|
export { default as FocusIcon } from '../icons/focus';
|
|
1149
1149
|
// FoldHorizontal aliases
|
|
@@ -1152,20 +1152,20 @@ export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
|
1152
1152
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1153
1153
|
// FolderArchive aliases
|
|
1154
1154
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1155
|
-
// FolderCheck aliases
|
|
1156
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1157
|
-
// FolderClock aliases
|
|
1158
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1159
1155
|
// FolderBookmark aliases
|
|
1160
1156
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1161
|
-
//
|
|
1162
|
-
export { default as
|
|
1157
|
+
// FolderClock aliases
|
|
1158
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1159
|
+
// FolderCheck aliases
|
|
1160
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1163
1161
|
// FolderClosed aliases
|
|
1164
1162
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1165
|
-
//
|
|
1166
|
-
export { default as
|
|
1163
|
+
// FolderCode aliases
|
|
1164
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1167
1165
|
// FolderDot aliases
|
|
1168
1166
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1167
|
+
// FolderDown aliases
|
|
1168
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1169
1169
|
// FolderGit2 aliases
|
|
1170
1170
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1171
1171
|
// FolderGit aliases
|
|
@@ -1176,84 +1176,84 @@ export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
|
1176
1176
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1177
1177
|
// FolderKanban aliases
|
|
1178
1178
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1179
|
-
// FolderLock aliases
|
|
1180
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1181
1179
|
// FolderKey aliases
|
|
1182
1180
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1183
|
-
//
|
|
1184
|
-
export { default as
|
|
1181
|
+
// FolderLock aliases
|
|
1182
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1185
1183
|
// FolderMinus aliases
|
|
1186
1184
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1185
|
+
// FolderOpenDot aliases
|
|
1186
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
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
|
-
// FolderRoot aliases
|
|
1192
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1193
1191
|
// FolderPlus aliases
|
|
1194
1192
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1193
|
+
// FolderRoot aliases
|
|
1194
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
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
|
-
// FolderSymlink aliases
|
|
1200
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1201
1199
|
// FolderSync aliases
|
|
1202
1200
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1203
|
-
//
|
|
1204
|
-
export { default as
|
|
1201
|
+
// FolderSymlink aliases
|
|
1202
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1205
1203
|
// FolderUp aliases
|
|
1206
1204
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1207
1205
|
// FolderX aliases
|
|
1208
1206
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1209
|
-
//
|
|
1210
|
-
export { default as
|
|
1211
|
-
// Footprints aliases
|
|
1212
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1207
|
+
// FolderTree aliases
|
|
1208
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1213
1209
|
// Folders aliases
|
|
1214
1210
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1211
|
+
// Footprints aliases
|
|
1212
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1213
|
+
// Folder aliases
|
|
1214
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1215
|
+
// Form aliases
|
|
1216
|
+
export { default as FormIcon } from '../icons/form';
|
|
1215
1217
|
// Forklift aliases
|
|
1216
1218
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1217
|
-
// Forward aliases
|
|
1218
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1219
1219
|
// Frame aliases
|
|
1220
1220
|
export { default as FrameIcon } from '../icons/frame';
|
|
1221
|
-
// Form aliases
|
|
1222
|
-
export { default as FormIcon } from '../icons/form';
|
|
1223
1221
|
// Frown aliases
|
|
1224
1222
|
export { default as FrownIcon } from '../icons/frown';
|
|
1225
|
-
//
|
|
1226
|
-
export { default as
|
|
1223
|
+
// Forward aliases
|
|
1224
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1227
1225
|
// Fullscreen aliases
|
|
1228
1226
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1229
|
-
//
|
|
1230
|
-
export { default as
|
|
1227
|
+
// Fuel aliases
|
|
1228
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1231
1229
|
// FunnelPlus aliases
|
|
1232
1230
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1233
|
-
// GalleryHorizontal aliases
|
|
1234
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1235
1231
|
// GalleryThumbnails aliases
|
|
1236
1232
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1237
|
-
//
|
|
1238
|
-
export { default as
|
|
1233
|
+
// GalleryHorizontalEnd aliases
|
|
1234
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1235
|
+
// GalleryHorizontal aliases
|
|
1236
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1239
1237
|
// GalleryVertical aliases
|
|
1240
1238
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1239
|
+
// GalleryVerticalEnd aliases
|
|
1240
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1241
1241
|
// Gamepad2 aliases
|
|
1242
1242
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1243
|
-
// Gamepad aliases
|
|
1244
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1245
1243
|
// GamepadDirectional aliases
|
|
1246
1244
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1245
|
+
// Gamepad aliases
|
|
1246
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
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
|
-
// GeorgianLari aliases
|
|
1252
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1253
1251
|
// Ghost aliases
|
|
1254
1252
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1255
1253
|
// Gem aliases
|
|
1256
1254
|
export { default as GemIcon } from '../icons/gem';
|
|
1255
|
+
// GeorgianLari aliases
|
|
1256
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1257
1257
|
// Gift aliases
|
|
1258
1258
|
export { default as GiftIcon } from '../icons/gift';
|
|
1259
1259
|
// GitBranchMinus aliases
|
|
@@ -1276,20 +1276,20 @@ 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';
|
|
1279
1281
|
// GitPullRequestClosed aliases
|
|
1280
1282
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1281
1283
|
// GitPullRequestCreateArrow aliases
|
|
1282
1284
|
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
|
-
// GitPullRequest aliases
|
|
1290
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1291
1289
|
// GlassWater aliases
|
|
1292
1290
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1291
|
+
// GitPullRequest aliases
|
|
1292
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1293
1293
|
// Glasses aliases
|
|
1294
1294
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1295
1295
|
// GlobeCheck aliases
|
|
@@ -1322,46 +1322,46 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1322
1322
|
export { default as GroupIcon } from '../icons/group';
|
|
1323
1323
|
// Guitar aliases
|
|
1324
1324
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1325
|
-
// Ham aliases
|
|
1326
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1327
1325
|
// Hamburger aliases
|
|
1328
1326
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1329
|
-
//
|
|
1330
|
-
export { default as
|
|
1327
|
+
// Ham aliases
|
|
1328
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1331
1329
|
// HandCoins aliases
|
|
1332
1330
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1333
|
-
//
|
|
1334
|
-
export { default as
|
|
1331
|
+
// Hammer aliases
|
|
1332
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1335
1333
|
// HandHeart aliases
|
|
1336
1334
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1337
1335
|
// HandMetal aliases
|
|
1338
1336
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1337
|
+
// HandFist aliases
|
|
1338
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
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';
|
|
1343
1341
|
// Hand aliases
|
|
1344
1342
|
export { default as HandIcon } from '../icons/hand';
|
|
1343
|
+
// Handbag aliases
|
|
1344
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1345
1345
|
// Handshake aliases
|
|
1346
1346
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1347
1347
|
// HardDriveDownload aliases
|
|
1348
1348
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1349
|
-
// HardDrive aliases
|
|
1350
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1351
|
-
// HardDriveUpload aliases
|
|
1352
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1353
1349
|
// HardHat aliases
|
|
1354
1350
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1355
|
-
// HatGlasses aliases
|
|
1356
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1357
1351
|
// Hash aliases
|
|
1358
1352
|
export { default as HashIcon } from '../icons/hash';
|
|
1353
|
+
// HardDriveUpload aliases
|
|
1354
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1355
|
+
// HardDrive aliases
|
|
1356
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1357
|
+
// HatGlasses aliases
|
|
1358
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1359
1359
|
// Haze aliases
|
|
1360
1360
|
export { default as HazeIcon } from '../icons/haze';
|
|
1361
|
-
// Hd aliases
|
|
1362
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1363
1361
|
// HdmiPort aliases
|
|
1364
1362
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1363
|
+
// Hd aliases
|
|
1364
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1365
1365
|
// Heading1 aliases
|
|
1366
1366
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1367
1367
|
// Heading2 aliases
|
|
@@ -1380,12 +1380,12 @@ export { default as HeadingIcon } from '../icons/heading';
|
|
|
1380
1380
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1381
1381
|
// Headphones aliases
|
|
1382
1382
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1383
|
-
// Headset aliases
|
|
1384
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1385
1383
|
// HeartCrack aliases
|
|
1386
1384
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1387
1385
|
// HeartHandshake aliases
|
|
1388
1386
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1387
|
+
// Headset aliases
|
|
1388
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1389
1389
|
// HeartMinus aliases
|
|
1390
1390
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1391
1391
|
// HeartOff aliases
|
|
@@ -1394,22 +1394,22 @@ export { default as HeartOffIcon } from '../icons/heart-off';
|
|
|
1394
1394
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1395
1395
|
// HeartPulse aliases
|
|
1396
1396
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1397
|
+
// Heart aliases
|
|
1398
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1397
1399
|
// HeartX aliases
|
|
1398
1400
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1399
1401
|
// Heater aliases
|
|
1400
1402
|
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
|
-
// Highlighter aliases
|
|
1408
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1409
|
-
// HopOff aliases
|
|
1410
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1411
1407
|
// History aliases
|
|
1412
1408
|
export { default as HistoryIcon } from '../icons/history';
|
|
1409
|
+
// HopOff aliases
|
|
1410
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1411
|
+
// Highlighter aliases
|
|
1412
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1413
1413
|
// Hop aliases
|
|
1414
1414
|
export { default as HopIcon } from '../icons/hop';
|
|
1415
1415
|
// Hospital aliases
|
|
@@ -1418,16 +1418,16 @@ 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';
|
|
1423
1421
|
// HouseHeart aliases
|
|
1424
1422
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1425
|
-
//
|
|
1426
|
-
export { default as
|
|
1423
|
+
// HousePlug aliases
|
|
1424
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1427
1425
|
// HouseWifi aliases
|
|
1428
1426
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1429
1427
|
// IdCardLanyard aliases
|
|
1430
1428
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1429
|
+
// HousePlus aliases
|
|
1430
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1431
1431
|
// IdCard aliases
|
|
1432
1432
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1433
1433
|
// ImageDown aliases
|
|
@@ -1444,10 +1444,10 @@ export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
|
1444
1444
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1445
1445
|
// ImageUpscale aliases
|
|
1446
1446
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1447
|
-
// Images aliases
|
|
1448
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1449
1447
|
// Image aliases
|
|
1450
1448
|
export { default as ImageIcon } from '../icons/image';
|
|
1449
|
+
// Images aliases
|
|
1450
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1451
1451
|
// Import aliases
|
|
1452
1452
|
export { default as ImportIcon } from '../icons/import';
|
|
1453
1453
|
// Inbox aliases
|
|
@@ -1470,10 +1470,10 @@ export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
|
1470
1470
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1471
1471
|
// Joystick aliases
|
|
1472
1472
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1473
|
-
// Kayak aliases
|
|
1474
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1475
1473
|
// Kanban aliases
|
|
1476
1474
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1475
|
+
// Kayak aliases
|
|
1476
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1477
1477
|
// KeyRound aliases
|
|
1478
1478
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1479
1479
|
// KeySquare aliases
|
|
@@ -1482,10 +1482,10 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
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';
|
|
1487
1485
|
// KeyboardOff aliases
|
|
1488
1486
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1487
|
+
// Keyboard aliases
|
|
1488
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1489
1489
|
// LampCeiling aliases
|
|
1490
1490
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1491
1491
|
// LampDesk aliases
|
|
@@ -1494,14 +1494,16 @@ export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
|
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
|
-
// Lamp aliases
|
|
1498
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1499
1497
|
// LampWallUp aliases
|
|
1500
1498
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1501
|
-
//
|
|
1502
|
-
export { default as
|
|
1499
|
+
// Lamp aliases
|
|
1500
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1503
1501
|
// LandPlot aliases
|
|
1504
1502
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1503
|
+
// Landmark aliases
|
|
1504
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1505
|
+
// LaptopMinimalCheck aliases
|
|
1506
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1505
1507
|
// Languages aliases
|
|
1506
1508
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1507
1509
|
// Laptop aliases
|
|
@@ -1510,30 +1512,28 @@ export { default as LaptopIcon } from '../icons/laptop';
|
|
|
1510
1512
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1511
1513
|
// Lasso aliases
|
|
1512
1514
|
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
|
-
// LayersMinus aliases
|
|
1518
|
-
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1519
1517
|
// Layers2 aliases
|
|
1520
1518
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1519
|
+
// LayersMinus aliases
|
|
1520
|
+
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1521
1521
|
// LayersPlus aliases
|
|
1522
1522
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1523
|
-
// LayoutGrid aliases
|
|
1524
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1525
1523
|
// LayoutDashboard aliases
|
|
1526
1524
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1525
|
+
// LayoutGrid aliases
|
|
1526
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1527
1527
|
// LayoutList aliases
|
|
1528
1528
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1529
|
-
// LayoutPanelTop aliases
|
|
1530
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1531
|
-
// LayoutTemplate aliases
|
|
1532
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1533
1529
|
// LayoutPanelLeft aliases
|
|
1534
1530
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1531
|
+
// LayoutPanelTop aliases
|
|
1532
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1535
1533
|
// Leaf aliases
|
|
1536
1534
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1535
|
+
// LayoutTemplate aliases
|
|
1536
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1537
1537
|
// LeafyGreen aliases
|
|
1538
1538
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1539
1539
|
// Lectern 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
|
-
// LightbulbOff aliases
|
|
1552
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1553
1551
|
// Ligature aliases
|
|
1554
1552
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1553
|
+
// LightbulbOff aliases
|
|
1554
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
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
1559
|
// LineSquiggle aliases
|
|
1560
1560
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1561
|
-
// Link2Off aliases
|
|
1562
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1563
1561
|
// LineStyle aliases
|
|
1564
1562
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1563
|
+
// Link2Off aliases
|
|
1564
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1565
1565
|
// Link2 aliases
|
|
1566
1566
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1567
1567
|
// Link aliases
|
|
@@ -1592,32 +1592,32 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1592
1592
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1593
1593
|
// ListRestart aliases
|
|
1594
1594
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1595
|
-
// ListSortAscending aliases
|
|
1596
|
-
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1597
1595
|
// ListSortDescending aliases
|
|
1598
1596
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1597
|
+
// ListSortAscending aliases
|
|
1598
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1599
1599
|
// ListStart aliases
|
|
1600
1600
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1601
1601
|
// ListTodo aliases
|
|
1602
1602
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1603
|
-
// ListTree aliases
|
|
1604
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1605
1603
|
// ListVideo aliases
|
|
1606
1604
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1607
|
-
//
|
|
1608
|
-
export { default as
|
|
1605
|
+
// ListTree aliases
|
|
1606
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1609
1607
|
// ListX aliases
|
|
1610
1608
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1609
|
+
// List aliases
|
|
1610
|
+
export { default as ListIcon } from '../icons/list';
|
|
1611
1611
|
// LoaderPinwheel aliases
|
|
1612
1612
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1613
1613
|
// Loader aliases
|
|
1614
1614
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1615
|
-
// LocateFixed aliases
|
|
1616
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1617
1615
|
// LocateOff aliases
|
|
1618
1616
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1619
1617
|
// Locate aliases
|
|
1620
1618
|
export { default as LocateIcon } from '../icons/locate';
|
|
1619
|
+
// LocateFixed aliases
|
|
1620
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1621
1621
|
// LockKeyhole aliases
|
|
1622
1622
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1623
1623
|
// Lock aliases
|
|
@@ -1632,24 +1632,24 @@ 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
|
-
// MailCheck aliases
|
|
1636
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1637
1635
|
// Magnet aliases
|
|
1638
1636
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1637
|
+
// MailCheck aliases
|
|
1638
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
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
|
+
// MailWarning aliases
|
|
1644
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1643
1645
|
// MailPlus aliases
|
|
1644
1646
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1645
1647
|
// MailSearch aliases
|
|
1646
1648
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1647
|
-
// MailX aliases
|
|
1648
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1649
|
-
// MailWarning aliases
|
|
1650
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1651
1649
|
// Mail aliases
|
|
1652
1650
|
export { default as MailIcon } from '../icons/mail';
|
|
1651
|
+
// MailX aliases
|
|
1652
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1653
1653
|
// Mailbox aliases
|
|
1654
1654
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1655
1655
|
// Mails 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
|
-
// MapPinXInside aliases
|
|
1676
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1677
1675
|
// MapPinSearch aliases
|
|
1678
1676
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1679
|
-
//
|
|
1680
|
-
export { default as
|
|
1677
|
+
// MapPinXInside aliases
|
|
1678
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1681
1679
|
// MapPinX aliases
|
|
1682
1680
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1681
|
+
// MapPin aliases
|
|
1682
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1683
1683
|
// MapPinned aliases
|
|
1684
1684
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1685
1685
|
// MapPlus aliases
|
|
@@ -1688,36 +1688,36 @@ 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';
|
|
1693
1691
|
// Martini aliases
|
|
1694
1692
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1693
|
+
// Mars aliases
|
|
1694
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1695
1695
|
// Maximize2 aliases
|
|
1696
1696
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1697
1697
|
// Maximize aliases
|
|
1698
1698
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1699
|
-
// Medal aliases
|
|
1700
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1701
|
-
// Megaphone aliases
|
|
1702
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1703
1699
|
// MegaphoneOff aliases
|
|
1704
1700
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1705
|
-
// Menu aliases
|
|
1706
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1707
1701
|
// Meh aliases
|
|
1708
1702
|
export { default as MehIcon } from '../icons/meh';
|
|
1703
|
+
// Megaphone aliases
|
|
1704
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1705
|
+
// Medal aliases
|
|
1706
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1709
1707
|
// MemoryStick aliases
|
|
1710
1708
|
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
1715
|
// MessageCircleCode aliases
|
|
1716
1716
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1717
|
-
// MessageCircleDashed aliases
|
|
1718
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1719
1717
|
// MessageCircleHeart aliases
|
|
1720
1718
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1719
|
+
// MessageCircleDashed aliases
|
|
1720
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1721
1721
|
// MessageCircleMore aliases
|
|
1722
1722
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1723
1723
|
// MessageCircleOff aliases
|
|
@@ -1730,24 +1730,24 @@ 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';
|
|
1735
1733
|
// MessageCircle aliases
|
|
1736
1734
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1737
1735
|
// MessageSquareCheck aliases
|
|
1738
1736
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1737
|
+
// MessageSquareCode aliases
|
|
1738
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1739
|
+
// MessageSquareDot aliases
|
|
1740
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1739
1741
|
// MessageSquareDashed aliases
|
|
1740
1742
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1741
1743
|
// MessageSquareDiff aliases
|
|
1742
1744
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1743
|
-
// MessageSquareDot aliases
|
|
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
|
-
// MessageSquareMore aliases
|
|
1748
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1749
1747
|
// MessageSquareLock aliases
|
|
1750
1748
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1749
|
+
// MessageSquareMore aliases
|
|
1750
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1751
1751
|
// MessageSquareOff aliases
|
|
1752
1752
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1753
1753
|
// MessageSquarePlus aliases
|
|
@@ -1762,28 +1762,28 @@ export { default as MessageSquareShareIcon } from '../icons/message-square-share
|
|
|
1762
1762
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1763
1763
|
// MessageSquareWarning aliases
|
|
1764
1764
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1765
|
-
//
|
|
1766
|
-
export { default as
|
|
1765
|
+
// MessagesSquare aliases
|
|
1766
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1767
1767
|
// MessageSquare aliases
|
|
1768
1768
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1769
|
+
// MessageSquareX aliases
|
|
1770
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1769
1771
|
// Metronome aliases
|
|
1770
1772
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1771
|
-
// MessagesSquare aliases
|
|
1772
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1773
|
-
// Mic aliases
|
|
1774
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1775
1773
|
// MicOff aliases
|
|
1776
1774
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1777
|
-
//
|
|
1778
|
-
export { default as
|
|
1775
|
+
// Mic aliases
|
|
1776
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1779
1777
|
// Microchip aliases
|
|
1780
1778
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1779
|
+
// Microscope aliases
|
|
1780
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1781
1781
|
// Microwave aliases
|
|
1782
1782
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1783
|
-
// Milestone aliases
|
|
1784
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1785
1783
|
// MilkOff aliases
|
|
1786
1784
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1785
|
+
// Milestone aliases
|
|
1786
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1787
1787
|
// Milk aliases
|
|
1788
1788
|
export { default as MilkIcon } from '../icons/milk';
|
|
1789
1789
|
// Minimize2 aliases
|
|
@@ -1810,10 +1810,10 @@ export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
|
1810
1810
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1811
1811
|
// MonitorPause aliases
|
|
1812
1812
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1813
|
-
// MonitorPlay aliases
|
|
1814
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1815
1813
|
// MonitorSmartphone aliases
|
|
1816
1814
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1815
|
+
// MonitorPlay aliases
|
|
1816
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1817
1817
|
// MonitorSpeaker aliases
|
|
1818
1818
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1819
1819
|
// MonitorStop aliases
|
|
@@ -1822,12 +1822,12 @@ export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
|
1822
1822
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1823
1823
|
// MonitorX aliases
|
|
1824
1824
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1825
|
-
// MoonStar aliases
|
|
1826
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1827
1825
|
// Monitor aliases
|
|
1828
1826
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1829
1827
|
// Moon aliases
|
|
1830
1828
|
export { default as MoonIcon } from '../icons/moon';
|
|
1829
|
+
// MoonStar aliases
|
|
1830
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1831
1831
|
// Motorbike aliases
|
|
1832
1832
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1833
1833
|
// MountainSnow aliases
|
|
@@ -1846,16 +1846,16 @@ 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
|
-
// MouseRight aliases
|
|
1850
|
-
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1851
|
-
// Mouse aliases
|
|
1852
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1853
1849
|
// MousePointer aliases
|
|
1854
1850
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1855
|
-
//
|
|
1856
|
-
export { default as
|
|
1851
|
+
// MouseRight aliases
|
|
1852
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1857
1853
|
// MoveDiagonal aliases
|
|
1858
1854
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1855
|
+
// MoveDiagonal2 aliases
|
|
1856
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1857
|
+
// Mouse aliases
|
|
1858
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1859
1859
|
// MoveDownLeft aliases
|
|
1860
1860
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1861
1861
|
// MoveDownRight aliases
|
|
@@ -1868,100 +1868,100 @@ export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
|
1868
1868
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1869
1869
|
// MoveRight aliases
|
|
1870
1870
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1871
|
-
// MoveUpRight aliases
|
|
1872
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1873
1871
|
// MoveUpLeft aliases
|
|
1874
1872
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1873
|
+
// MoveUpRight aliases
|
|
1874
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
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';
|
|
1877
1879
|
// Move aliases
|
|
1878
1880
|
export { default as MoveIcon } from '../icons/move';
|
|
1879
1881
|
// Music2 aliases
|
|
1880
1882
|
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
|
-
// Music aliases
|
|
1886
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1887
1885
|
// Music4 aliases
|
|
1888
1886
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1887
|
+
// Music aliases
|
|
1888
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1889
|
+
// Navigation2Off aliases
|
|
1890
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1889
1891
|
// Navigation2 aliases
|
|
1890
1892
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1891
1893
|
// NavigationOff aliases
|
|
1892
1894
|
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';
|
|
1903
1901
|
// Nfc aliases
|
|
1904
1902
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1903
|
+
// NonBinary aliases
|
|
1904
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1905
1905
|
// NotebookPen aliases
|
|
1906
1906
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1907
|
-
// NotebookText aliases
|
|
1908
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1909
1907
|
// NotebookTabs aliases
|
|
1910
1908
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1909
|
+
// NotebookText aliases
|
|
1910
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1911
1911
|
// Notebook aliases
|
|
1912
1912
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1913
|
-
// NotepadText aliases
|
|
1914
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1915
1913
|
// NotepadTextDashed aliases
|
|
1916
1914
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1917
1915
|
// NutOff aliases
|
|
1918
1916
|
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
1923
|
// Octagon aliases
|
|
1924
1924
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1925
|
-
// Omega aliases
|
|
1926
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1927
1925
|
// Option aliases
|
|
1928
1926
|
export { default as OptionIcon } from '../icons/option';
|
|
1929
1927
|
// Orbit aliases
|
|
1930
1928
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1931
1929
|
// Origami aliases
|
|
1932
1930
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1933
|
-
// PackageCheck aliases
|
|
1934
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1935
1931
|
// Package2 aliases
|
|
1936
1932
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1933
|
+
// Omega aliases
|
|
1934
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1935
|
+
// PackageCheck aliases
|
|
1936
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1937
1937
|
// PackageMinus aliases
|
|
1938
1938
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1939
1939
|
// PackageOpen aliases
|
|
1940
1940
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1941
|
-
// PackagePlus aliases
|
|
1942
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1943
1941
|
// PackageSearch aliases
|
|
1944
1942
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1943
|
+
// PackagePlus aliases
|
|
1944
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1945
1945
|
// PackageX aliases
|
|
1946
1946
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1947
|
-
// PaintBucket aliases
|
|
1948
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1949
1947
|
// Package aliases
|
|
1950
1948
|
export { default as PackageIcon } from '../icons/package';
|
|
1949
|
+
// PaintBucket aliases
|
|
1950
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
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';
|
|
1955
1953
|
// Paintbrush aliases
|
|
1956
1954
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1955
|
+
// Panda aliases
|
|
1956
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1957
1957
|
// Palette aliases
|
|
1958
1958
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1959
|
+
// PanelBottomOpen aliases
|
|
1960
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1959
1961
|
// PanelBottomClose aliases
|
|
1960
1962
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1961
1963
|
// PanelBottom aliases
|
|
1962
1964
|
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,12 +1974,12 @@ 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';
|
|
1979
|
-
// PanelTop aliases
|
|
1980
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1981
1977
|
// PanelTopOpen aliases
|
|
1982
1978
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1979
|
+
// PanelTop aliases
|
|
1980
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
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
1985
|
// PaperBag aliases
|
|
@@ -1998,22 +1998,22 @@ export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
|
1998
1998
|
export { default as PauseIcon } from '../icons/pause';
|
|
1999
1999
|
// PawPrint aliases
|
|
2000
2000
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2001
|
-
// PenOff aliases
|
|
2002
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2003
2001
|
// PcCase aliases
|
|
2004
2002
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2003
|
+
// PenOff aliases
|
|
2004
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2005
2005
|
// PenTool aliases
|
|
2006
2006
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2007
2007
|
// PencilLine aliases
|
|
2008
2008
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2009
|
-
// PencilOff aliases
|
|
2010
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2011
2009
|
// PencilRuler aliases
|
|
2012
2010
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2013
|
-
//
|
|
2014
|
-
export { default as
|
|
2011
|
+
// PencilOff aliases
|
|
2012
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2015
2013
|
// Pencil aliases
|
|
2016
2014
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2015
|
+
// PencilSparkles aliases
|
|
2016
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2017
2017
|
// Pentagon aliases
|
|
2018
2018
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2019
2019
|
// Percent aliases
|
|
@@ -2044,30 +2044,30 @@ 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
|
-
// PictureInPicture2 aliases
|
|
2048
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2049
2047
|
// PictureInPicture aliases
|
|
2050
2048
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2049
|
+
// PictureInPicture2 aliases
|
|
2050
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2051
2051
|
// PiggyBank aliases
|
|
2052
2052
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2053
|
-
// PilcrowRight aliases
|
|
2054
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2055
2053
|
// PilcrowLeft aliases
|
|
2056
2054
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2057
|
-
//
|
|
2058
|
-
export { default as
|
|
2055
|
+
// PilcrowRight aliases
|
|
2056
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2059
2057
|
// Pilcrow aliases
|
|
2060
2058
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2059
|
+
// PillBottle aliases
|
|
2060
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2061
2061
|
// Pill aliases
|
|
2062
2062
|
export { default as PillIcon } from '../icons/pill';
|
|
2063
|
-
// Pin aliases
|
|
2064
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2065
2063
|
// PinOff aliases
|
|
2066
2064
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2067
|
-
//
|
|
2068
|
-
export { default as
|
|
2065
|
+
// Pin aliases
|
|
2066
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2069
2067
|
// Pizza aliases
|
|
2070
2068
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2069
|
+
// Pipette aliases
|
|
2070
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2071
2071
|
// PlaneLanding aliases
|
|
2072
2072
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2073
2073
|
// PlaneTakeoff aliases
|
|
@@ -2076,26 +2076,26 @@ export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
|
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';
|
|
2081
2079
|
// Plug2 aliases
|
|
2082
2080
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2081
|
+
// Play aliases
|
|
2082
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2083
2083
|
// Plug aliases
|
|
2084
2084
|
export { default as PlugIcon } from '../icons/plug';
|
|
2085
|
-
// Podium aliases
|
|
2086
|
-
export { default as PodiumIcon } from '../icons/podium';
|
|
2087
2085
|
// PocketKnife aliases
|
|
2088
2086
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2089
2087
|
// Plus aliases
|
|
2090
2088
|
export { default as PlusIcon } from '../icons/plus';
|
|
2091
2089
|
// Podcast aliases
|
|
2092
2090
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2091
|
+
// Podium aliases
|
|
2092
|
+
export { default as PodiumIcon } from '../icons/podium';
|
|
2093
|
+
// Pointer aliases
|
|
2094
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2093
2095
|
// PointerOff aliases
|
|
2094
2096
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2095
2097
|
// Popcorn aliases
|
|
2096
2098
|
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
|
|
@@ -2116,24 +2116,24 @@ export { default as PrinterIcon } from '../icons/printer';
|
|
|
2116
2116
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2117
2117
|
// Proportions aliases
|
|
2118
2118
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2119
|
-
// Puzzle aliases
|
|
2120
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2121
2119
|
// Pyramid aliases
|
|
2122
2120
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2123
2121
|
// QrCode aliases
|
|
2124
2122
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2125
|
-
//
|
|
2126
|
-
export { default as
|
|
2123
|
+
// Puzzle aliases
|
|
2124
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2127
2125
|
// Rabbit aliases
|
|
2128
2126
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2127
|
+
// Quote aliases
|
|
2128
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2129
2129
|
// Radar aliases
|
|
2130
2130
|
export { default as RadarIcon } from '../icons/radar';
|
|
2131
|
+
// Radical aliases
|
|
2132
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2131
2133
|
// Radiation aliases
|
|
2132
2134
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2133
2135
|
// RadioOff aliases
|
|
2134
2136
|
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
|
|
@@ -2148,26 +2148,26 @@ export { default as RainbowIcon } from '../icons/rainbow';
|
|
|
2148
2148
|
export { default as RatIcon } from '../icons/rat';
|
|
2149
2149
|
// Ratio aliases
|
|
2150
2150
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2151
|
-
// ReceiptCent aliases
|
|
2152
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2153
2151
|
// ReceiptEuro aliases
|
|
2154
2152
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2153
|
+
// ReceiptCent aliases
|
|
2154
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2155
2155
|
// ReceiptIndianRupee aliases
|
|
2156
2156
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2157
2157
|
// ReceiptJapaneseYen aliases
|
|
2158
2158
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2159
2159
|
// ReceiptPoundSterling aliases
|
|
2160
2160
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2161
|
-
// ReceiptRussianRuble aliases
|
|
2162
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2163
2161
|
// ReceiptSwissFranc aliases
|
|
2164
2162
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2163
|
+
// ReceiptRussianRuble aliases
|
|
2164
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2165
2165
|
// ReceiptText aliases
|
|
2166
2166
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2167
|
-
// ReceiptTurkishLira aliases
|
|
2168
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2169
2167
|
// Receipt aliases
|
|
2170
2168
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2169
|
+
// ReceiptTurkishLira aliases
|
|
2170
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2171
2171
|
// RectangleCircle aliases
|
|
2172
2172
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2173
2173
|
// RectangleGoggles 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
|
-
// Redo2 aliases
|
|
2180
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2181
|
-
// RedoDot aliases
|
|
2182
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2183
2179
|
// Recycle aliases
|
|
2184
2180
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2185
|
-
//
|
|
2186
|
-
export { default as
|
|
2181
|
+
// Redo2 aliases
|
|
2182
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2187
2183
|
// Redo aliases
|
|
2188
2184
|
export { default as RedoIcon } from '../icons/redo';
|
|
2189
|
-
//
|
|
2190
|
-
export { default as
|
|
2185
|
+
// RefreshCcwDot aliases
|
|
2186
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2191
2187
|
// RefreshCcw aliases
|
|
2192
2188
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2189
|
+
// RedoDot aliases
|
|
2190
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2191
|
+
// RefreshCwOff aliases
|
|
2192
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2193
2193
|
// RefreshCw aliases
|
|
2194
2194
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2195
2195
|
// Refrigerator aliases
|
|
2196
2196
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2197
2197
|
// Regex aliases
|
|
2198
2198
|
export { default as RegexIcon } from '../icons/regex';
|
|
2199
|
-
// Repeat1 aliases
|
|
2200
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2201
2199
|
// RemoveFormatting aliases
|
|
2202
2200
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2201
|
+
// Repeat1 aliases
|
|
2202
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2203
2203
|
// Repeat2 aliases
|
|
2204
2204
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2205
|
-
// Repeat aliases
|
|
2206
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2207
2205
|
// RepeatOff aliases
|
|
2208
2206
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2207
|
+
// Repeat aliases
|
|
2208
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2209
2209
|
// ReplaceAll aliases
|
|
2210
2210
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2211
2211
|
// Replace aliases
|
|
@@ -2224,12 +2224,12 @@ export { default as RoadIcon } from '../icons/road';
|
|
|
2224
2224
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2225
2225
|
// RockingChair aliases
|
|
2226
2226
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2227
|
-
// RollerCoaster aliases
|
|
2228
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2229
2227
|
// Rose aliases
|
|
2230
2228
|
export { default as RoseIcon } from '../icons/rose';
|
|
2231
2229
|
// RotateCcwKey aliases
|
|
2232
2230
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2231
|
+
// RollerCoaster aliases
|
|
2232
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2233
2233
|
// RotateCcwSquare aliases
|
|
2234
2234
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2235
2235
|
// RotateCcw aliases
|
|
@@ -2242,10 +2242,10 @@ 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
|
-
// Rows4 aliases
|
|
2246
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2247
2245
|
// Router aliases
|
|
2248
2246
|
export { default as RouterIcon } from '../icons/router';
|
|
2247
|
+
// Rows4 aliases
|
|
2248
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2249
2249
|
// Rss aliases
|
|
2250
2250
|
export { default as RssIcon } from '../icons/rss';
|
|
2251
2251
|
// RulerDimensionLine aliases
|
|
@@ -2256,10 +2256,10 @@ export { default as RulerIcon } from '../icons/ruler';
|
|
|
2256
2256
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2257
2257
|
// Sailboat aliases
|
|
2258
2258
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2259
|
-
// Sandwich aliases
|
|
2260
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2261
2259
|
// Salad aliases
|
|
2262
2260
|
export { default as SaladIcon } from '../icons/salad';
|
|
2261
|
+
// Sandwich aliases
|
|
2262
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2263
2263
|
// SatelliteDish aliases
|
|
2264
2264
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2265
2265
|
// Satellite aliases
|
|
@@ -2268,18 +2268,18 @@ export { default as SatelliteIcon } from '../icons/satellite';
|
|
|
2268
2268
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2269
2269
|
// SaveCheck aliases
|
|
2270
2270
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2271
|
-
// SaveAll aliases
|
|
2272
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2273
2271
|
// SaveOff aliases
|
|
2274
2272
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2273
|
+
// SaveAll aliases
|
|
2274
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2275
2275
|
// SavePen aliases
|
|
2276
2276
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2277
|
-
// SavePlus aliases
|
|
2278
|
-
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2279
2277
|
// Save aliases
|
|
2280
2278
|
export { default as SaveIcon } from '../icons/save';
|
|
2281
2279
|
// Scale aliases
|
|
2282
2280
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2281
|
+
// SavePlus aliases
|
|
2282
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2283
2283
|
// Scaling aliases
|
|
2284
2284
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2285
2285
|
// ScanBarcode aliases
|
|
@@ -2290,36 +2290,36 @@ export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
|
2290
2290
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2291
2291
|
// ScanFace aliases
|
|
2292
2292
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2293
|
-
// ScanHeart aliases
|
|
2294
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2295
2293
|
// ScanLine aliases
|
|
2296
2294
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2297
2295
|
// ScanQrCode aliases
|
|
2298
2296
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2297
|
+
// ScanHeart aliases
|
|
2298
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2299
2299
|
// ScanSearch aliases
|
|
2300
2300
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2301
|
+
// School aliases
|
|
2302
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2301
2303
|
// ScanText aliases
|
|
2302
2304
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2303
2305
|
// Scan aliases
|
|
2304
2306
|
export { default as ScanIcon } from '../icons/scan';
|
|
2305
|
-
// School aliases
|
|
2306
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2307
2307
|
// ScissorsLineDashed aliases
|
|
2308
2308
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2309
2309
|
// Scissors aliases
|
|
2310
2310
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2311
|
-
// ScreenShareOff aliases
|
|
2312
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2313
2311
|
// Scooter aliases
|
|
2314
2312
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2313
|
+
// ScreenShareOff aliases
|
|
2314
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2315
2315
|
// ScreenShare aliases
|
|
2316
2316
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2317
2317
|
// ScrollText aliases
|
|
2318
2318
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2319
|
-
// Scroll aliases
|
|
2320
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2321
2319
|
// SearchAlert aliases
|
|
2322
2320
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2321
|
+
// Scroll aliases
|
|
2322
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2323
2323
|
// SearchCheck aliases
|
|
2324
2324
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2325
2325
|
// SearchCode aliases
|
|
@@ -2332,12 +2332,12 @@ export { default as SearchXIcon } from '../icons/search-x';
|
|
|
2332
2332
|
export { default as SearchIcon } from '../icons/search';
|
|
2333
2333
|
// Section aliases
|
|
2334
2334
|
export { default as SectionIcon } from '../icons/section';
|
|
2335
|
-
// SeparatorHorizontal aliases
|
|
2336
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2337
|
-
// Send aliases
|
|
2338
|
-
export { default as SendIcon } from '../icons/send';
|
|
2339
2335
|
// SendToBack aliases
|
|
2340
2336
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2337
|
+
// Send aliases
|
|
2338
|
+
export { default as SendIcon } from '../icons/send';
|
|
2339
|
+
// SeparatorHorizontal aliases
|
|
2340
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2341
2341
|
// SeparatorVertical aliases
|
|
2342
2342
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2343
2343
|
// ServerCog aliases
|
|
@@ -2354,48 +2354,50 @@ export { default as Settings2Icon } from '../icons/settings-2';
|
|
|
2354
2354
|
export { default as ServerIcon } from '../icons/server';
|
|
2355
2355
|
// Settings aliases
|
|
2356
2356
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2357
|
-
// Shapes aliases
|
|
2358
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2359
2357
|
// Share2 aliases
|
|
2360
2358
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2359
|
+
// Shapes aliases
|
|
2360
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2361
2361
|
// Share aliases
|
|
2362
2362
|
export { default as ShareIcon } from '../icons/share';
|
|
2363
2363
|
// Sheet aliases
|
|
2364
2364
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2365
2365
|
// Shell aliases
|
|
2366
2366
|
export { default as ShellIcon } from '../icons/shell';
|
|
2367
|
-
// ShelvingUnit aliases
|
|
2368
|
-
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2369
2367
|
// ShieldAlert aliases
|
|
2370
2368
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2369
|
+
// ShelvingUnit aliases
|
|
2370
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2371
2371
|
// ShieldBan aliases
|
|
2372
2372
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2373
2373
|
// ShieldCheck aliases
|
|
2374
2374
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2375
2375
|
// ShieldCogCorner aliases
|
|
2376
2376
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2377
|
-
// ShieldCog aliases
|
|
2378
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2379
2377
|
// ShieldEllipsis aliases
|
|
2380
2378
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2379
|
+
// ShieldCog aliases
|
|
2380
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2381
2381
|
// ShieldHalf aliases
|
|
2382
2382
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2383
|
-
//
|
|
2384
|
-
export { default as
|
|
2383
|
+
// ShieldKeyhole aliases
|
|
2384
|
+
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2385
2385
|
// ShieldOff aliases
|
|
2386
2386
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2387
|
-
//
|
|
2388
|
-
export { default as
|
|
2387
|
+
// ShieldMinus aliases
|
|
2388
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2389
2389
|
// ShieldPlus aliases
|
|
2390
2390
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2391
|
+
// ShieldUser aliases
|
|
2392
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2393
2393
|
// ShipWheel aliases
|
|
2394
2394
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2395
|
-
// Shirt aliases
|
|
2396
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2397
2395
|
// Ship aliases
|
|
2398
2396
|
export { default as ShipIcon } from '../icons/ship';
|
|
2397
|
+
// Shield aliases
|
|
2398
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2399
|
+
// Shirt aliases
|
|
2400
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2399
2401
|
// ShoppingBag aliases
|
|
2400
2402
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2401
2403
|
// ShoppingBasket aliases
|
|
@@ -2406,20 +2408,20 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2406
2408
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2407
2409
|
// ShowerHead aliases
|
|
2408
2410
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2409
|
-
// Shredder aliases
|
|
2410
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2411
2411
|
// Shrimp aliases
|
|
2412
2412
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2413
|
+
// Shredder aliases
|
|
2414
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2413
2415
|
// Shrink aliases
|
|
2414
2416
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2415
2417
|
// Shrub aliases
|
|
2416
2418
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2417
2419
|
// Shuffle aliases
|
|
2418
2420
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2419
|
-
// Sigma aliases
|
|
2420
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2421
2421
|
// SignalHigh aliases
|
|
2422
2422
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2423
|
+
// Sigma aliases
|
|
2424
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2423
2425
|
// SignalLow aliases
|
|
2424
2426
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2425
2427
|
// SignalMedium aliases
|
|
@@ -2434,46 +2436,46 @@ export { default as SignatureIcon } from '../icons/signature';
|
|
|
2434
2436
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2435
2437
|
// Signpost aliases
|
|
2436
2438
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2437
|
-
// Siren aliases
|
|
2438
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2439
2439
|
// SkipBack aliases
|
|
2440
2440
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2441
|
+
// Siren aliases
|
|
2442
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2441
2443
|
// SkipForward aliases
|
|
2442
2444
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2443
2445
|
// Skull aliases
|
|
2444
2446
|
export { default as SkullIcon } from '../icons/skull';
|
|
2445
|
-
// Slash aliases
|
|
2446
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2447
2447
|
// Slice aliases
|
|
2448
2448
|
export { default as SliceIcon } from '../icons/slice';
|
|
2449
|
+
// Slash aliases
|
|
2450
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2449
2451
|
// SlidersHorizontal aliases
|
|
2450
2452
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2451
2453
|
// SmartphoneCharging aliases
|
|
2452
2454
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2455
|
+
// Smartphone aliases
|
|
2456
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2453
2457
|
// SmartphoneNfc aliases
|
|
2454
2458
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2455
|
-
// Smile aliases
|
|
2456
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2457
2459
|
// SmilePlus aliases
|
|
2458
2460
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2461
|
+
// Smile aliases
|
|
2462
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2459
2463
|
// Snail aliases
|
|
2460
2464
|
export { default as SnailIcon } from '../icons/snail';
|
|
2461
|
-
// Smartphone aliases
|
|
2462
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2463
2465
|
// Snowflake aliases
|
|
2464
2466
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2465
|
-
// SoapDispenserDroplet aliases
|
|
2466
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2467
2467
|
// Sofa aliases
|
|
2468
2468
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2469
|
+
// SoapDispenserDroplet aliases
|
|
2470
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2469
2471
|
// SolarPanel aliases
|
|
2470
2472
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2471
2473
|
// Soup aliases
|
|
2472
2474
|
export { default as SoupIcon } from '../icons/soup';
|
|
2473
|
-
// Spade aliases
|
|
2474
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2475
2475
|
// Space aliases
|
|
2476
2476
|
export { default as SpaceIcon } from '../icons/space';
|
|
2477
|
+
// Spade aliases
|
|
2478
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2477
2479
|
// Sparkle aliases
|
|
2478
2480
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2479
2481
|
// Speaker aliases
|
|
@@ -2482,14 +2484,14 @@ export { default as SpeakerIcon } from '../icons/speaker';
|
|
|
2482
2484
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2483
2485
|
// SpellCheck2 aliases
|
|
2484
2486
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2485
|
-
// SpellCheck aliases
|
|
2486
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2487
2487
|
// SplinePointer aliases
|
|
2488
2488
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2489
|
-
//
|
|
2490
|
-
export { default as
|
|
2489
|
+
// SpellCheck aliases
|
|
2490
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2491
2491
|
// Split aliases
|
|
2492
2492
|
export { default as SplitIcon } from '../icons/split';
|
|
2493
|
+
// Spline aliases
|
|
2494
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2493
2495
|
// Spool aliases
|
|
2494
2496
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2495
2497
|
// SportShoe aliases
|
|
@@ -2498,20 +2500,20 @@ export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
|
2498
2500
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2499
2501
|
// SprayCan aliases
|
|
2500
2502
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2501
|
-
// Sprout aliases
|
|
2502
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2503
2503
|
// SquareArrowRightEnter aliases
|
|
2504
2504
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2505
|
+
// Sprout aliases
|
|
2506
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2505
2507
|
// SquareArrowRightExit aliases
|
|
2506
2508
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2507
2509
|
// SquareDashedBottom aliases
|
|
2508
2510
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2509
2511
|
// SquareDashedBottomCode aliases
|
|
2510
2512
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2511
|
-
// SquarePause aliases
|
|
2512
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2513
2513
|
// SquareDashedTopSolid aliases
|
|
2514
2514
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2515
|
+
// SquarePause aliases
|
|
2516
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2515
2517
|
// SquareRadical aliases
|
|
2516
2518
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2517
2519
|
// SquareRoundCorner aliases
|
|
@@ -2528,12 +2530,12 @@ export { default as SquareStopIcon } from '../icons/square-stop';
|
|
|
2528
2530
|
export { default as SquareIcon } from '../icons/square';
|
|
2529
2531
|
// SquaresExclude aliases
|
|
2530
2532
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2533
|
+
// SquaresIntersect aliases
|
|
2534
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2531
2535
|
// SquaresSubtract aliases
|
|
2532
2536
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2533
2537
|
// SquaresUnite aliases
|
|
2534
2538
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2535
|
-
// SquaresIntersect aliases
|
|
2536
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2537
2539
|
// SquircleDashed aliases
|
|
2538
2540
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2539
2541
|
// Squircle aliases
|
|
@@ -2542,38 +2544,38 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2542
2544
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2543
2545
|
// Stamp aliases
|
|
2544
2546
|
export { default as StampIcon } from '../icons/stamp';
|
|
2545
|
-
// StarHalf aliases
|
|
2546
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2547
|
-
// StarMinus aliases
|
|
2548
|
-
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2549
2547
|
// StarCheck aliases
|
|
2550
2548
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2549
|
+
// StarMinus aliases
|
|
2550
|
+
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2551
2551
|
// StarOff aliases
|
|
2552
2552
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2553
|
+
// StarHalf aliases
|
|
2554
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2553
2555
|
// StarPlus aliases
|
|
2554
2556
|
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2555
2557
|
// StarX aliases
|
|
2556
2558
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2557
2559
|
// Star aliases
|
|
2558
2560
|
export { default as StarIcon } from '../icons/star';
|
|
2559
|
-
// StepBack aliases
|
|
2560
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2561
2561
|
// StepForward aliases
|
|
2562
2562
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2563
|
+
// StepBack aliases
|
|
2564
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2563
2565
|
// Stethoscope aliases
|
|
2564
2566
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2565
2567
|
// Sticker aliases
|
|
2566
2568
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2567
2569
|
// StickyNoteCheck aliases
|
|
2568
2570
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2569
|
-
// StickyNoteMinus aliases
|
|
2570
|
-
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2571
2571
|
// StickyNoteOff aliases
|
|
2572
2572
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2573
|
-
//
|
|
2574
|
-
export { default as
|
|
2573
|
+
// StickyNoteMinus aliases
|
|
2574
|
+
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2575
2575
|
// StickyNotePlus aliases
|
|
2576
2576
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2577
|
+
// StickyNoteX aliases
|
|
2578
|
+
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2577
2579
|
// StickyNote aliases
|
|
2578
2580
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2579
2581
|
// StickyNotes aliases
|
|
@@ -2586,42 +2588,42 @@ export { default as StoreIcon } from '../icons/store';
|
|
|
2586
2588
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2587
2589
|
// StretchVertical aliases
|
|
2588
2590
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2589
|
-
// Strikethrough aliases
|
|
2590
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2591
|
-
// Subscript aliases
|
|
2592
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2593
2591
|
// Summary aliases
|
|
2594
2592
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2593
|
+
// Subscript aliases
|
|
2594
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2595
|
+
// Strikethrough aliases
|
|
2596
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2595
2597
|
// SunDim aliases
|
|
2596
2598
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2597
2599
|
// SunMedium aliases
|
|
2598
2600
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2599
2601
|
// SunMoon aliases
|
|
2600
2602
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2601
|
-
// Sun aliases
|
|
2602
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2603
2603
|
// SunSnow aliases
|
|
2604
2604
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2605
|
+
// Sun aliases
|
|
2606
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2605
2607
|
// Sunrise aliases
|
|
2606
2608
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2607
2609
|
// Sunset aliases
|
|
2608
2610
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2609
2611
|
// Superscript aliases
|
|
2610
2612
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2611
|
-
// SwatchBook aliases
|
|
2612
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2613
2613
|
// SwissFranc aliases
|
|
2614
2614
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2615
|
+
// SwatchBook aliases
|
|
2616
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2615
2617
|
// SwitchCamera aliases
|
|
2616
2618
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2617
2619
|
// Sword aliases
|
|
2618
2620
|
export { default as SwordIcon } from '../icons/sword';
|
|
2619
2621
|
// Swords aliases
|
|
2620
2622
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2621
|
-
// Syringe aliases
|
|
2622
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2623
2623
|
// Table2 aliases
|
|
2624
2624
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2625
|
+
// Syringe aliases
|
|
2626
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2625
2627
|
// TableCellsMerge aliases
|
|
2626
2628
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2627
2629
|
// TableCellsSplit aliases
|
|
@@ -2630,14 +2632,14 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2630
2632
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2631
2633
|
// TableOfContents aliases
|
|
2632
2634
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2633
|
-
// TableRowsSplit aliases
|
|
2634
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2635
2635
|
// TableProperties aliases
|
|
2636
2636
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2637
|
+
// TableRowsSplit aliases
|
|
2638
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2639
2639
|
// TabletSmartphone aliases
|
|
2640
2640
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2641
|
+
// Table aliases
|
|
2642
|
+
export { default as TableIcon } from '../icons/table';
|
|
2641
2643
|
// Tablet aliases
|
|
2642
2644
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2643
2645
|
// Tablets aliases
|
|
@@ -2648,10 +2650,10 @@ export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
|
2648
2650
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2649
2651
|
// Tag aliases
|
|
2650
2652
|
export { default as TagIcon } from '../icons/tag';
|
|
2651
|
-
// Tags aliases
|
|
2652
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2653
2653
|
// Tally1 aliases
|
|
2654
2654
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2655
|
+
// Tags aliases
|
|
2656
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2655
2657
|
// Tally2 aliases
|
|
2656
2658
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2657
2659
|
// Tally3 aliases
|
|
@@ -2660,20 +2662,20 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2660
2662
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2661
2663
|
// Tally5 aliases
|
|
2662
2664
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2665
|
+
// Tangent aliases
|
|
2666
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2663
2667
|
// Target aliases
|
|
2664
2668
|
export { default as TargetIcon } from '../icons/target';
|
|
2669
|
+
// Tent aliases
|
|
2670
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2665
2671
|
// Telescope aliases
|
|
2666
2672
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2667
|
-
// Tangent aliases
|
|
2668
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2669
2673
|
// TentTree aliases
|
|
2670
2674
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2671
|
-
// Tent aliases
|
|
2672
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2673
|
-
// Terminal aliases
|
|
2674
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2675
2675
|
// TestTube aliases
|
|
2676
2676
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2677
|
+
// Terminal aliases
|
|
2678
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2677
2679
|
// TestTubes aliases
|
|
2678
2680
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2679
2681
|
// TextCursorInput aliases
|
|
@@ -2684,16 +2686,16 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2684
2686
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2685
2687
|
// TextSearch aliases
|
|
2686
2688
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2687
|
-
// Theater aliases
|
|
2688
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2689
2689
|
// ThermometerSnowflake aliases
|
|
2690
2690
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2691
|
+
// Thermometer aliases
|
|
2692
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2693
|
+
// Theater aliases
|
|
2694
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2691
2695
|
// ThermometerSun aliases
|
|
2692
2696
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2693
2697
|
// ThumbsDown aliases
|
|
2694
2698
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2695
|
-
// Thermometer aliases
|
|
2696
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2697
2699
|
// ThumbsUp aliases
|
|
2698
2700
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2699
2701
|
// TicketCheck aliases
|
|
@@ -2702,30 +2704,30 @@ export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
|
2702
2704
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2703
2705
|
// TicketPercent aliases
|
|
2704
2706
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2705
|
-
// TicketSlash aliases
|
|
2706
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2707
2707
|
// TicketPlus aliases
|
|
2708
2708
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2709
|
+
// TicketSlash aliases
|
|
2710
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2709
2711
|
// TicketX aliases
|
|
2710
2712
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2711
|
-
// Ticket aliases
|
|
2712
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2713
2713
|
// TicketsPlane aliases
|
|
2714
2714
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2715
2715
|
// Tickets aliases
|
|
2716
2716
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2717
|
+
// Ticket aliases
|
|
2718
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2717
2719
|
// Timeline aliases
|
|
2718
2720
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2719
|
-
// TimerOff aliases
|
|
2720
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2721
2721
|
// TimerReset aliases
|
|
2722
2722
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2723
|
+
// ToggleLeft aliases
|
|
2724
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2725
|
+
// TimerOff aliases
|
|
2726
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2723
2727
|
// Timer aliases
|
|
2724
2728
|
export { default as TimerIcon } from '../icons/timer';
|
|
2725
2729
|
// ToggleRight aliases
|
|
2726
2730
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2727
|
-
// ToggleLeft aliases
|
|
2728
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2729
2731
|
// Toilet aliases
|
|
2730
2732
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2731
2733
|
// ToolCase aliases
|
|
@@ -2744,18 +2746,18 @@ export { default as TouchpadIcon } from '../icons/touchpad';
|
|
|
2744
2746
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2745
2747
|
// TowerControl aliases
|
|
2746
2748
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2747
|
-
// ToyBrick aliases
|
|
2748
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2749
2749
|
// Tractor aliases
|
|
2750
2750
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2751
|
-
//
|
|
2752
|
-
export { default as
|
|
2751
|
+
// ToyBrick aliases
|
|
2752
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2753
2753
|
// TrainFrontTunnel aliases
|
|
2754
2754
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2755
|
-
//
|
|
2756
|
-
export { default as
|
|
2755
|
+
// TrafficCone aliases
|
|
2756
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2757
2757
|
// TrainFront aliases
|
|
2758
2758
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2759
|
+
// TrainTrack aliases
|
|
2760
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2759
2761
|
// Transgender aliases
|
|
2760
2762
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2761
2763
|
// Trash2 aliases
|
|
@@ -2764,10 +2766,10 @@ export { default as Trash2Icon } from '../icons/trash-2';
|
|
|
2764
2766
|
export { default as TrashIcon } from '../icons/trash';
|
|
2765
2767
|
// TreeDeciduous aliases
|
|
2766
2768
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2767
|
-
// Trees aliases
|
|
2768
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2769
2769
|
// TreePine aliases
|
|
2770
2770
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2771
|
+
// Trees aliases
|
|
2772
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2771
2773
|
// TrendingDown aliases
|
|
2772
2774
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2773
2775
|
// TrendingUpDown aliases
|
|
@@ -2776,22 +2778,22 @@ export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
|
2776
2778
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2777
2779
|
// TriangleDashed aliases
|
|
2778
2780
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2779
|
-
// Triangle aliases
|
|
2780
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2781
2781
|
// TriangleRight aliases
|
|
2782
2782
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2783
2783
|
// Trophy aliases
|
|
2784
2784
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2785
|
+
// Triangle aliases
|
|
2786
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2785
2787
|
// TruckElectric aliases
|
|
2786
2788
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2787
2789
|
// Truck aliases
|
|
2788
2790
|
export { default as TruckIcon } from '../icons/truck';
|
|
2789
|
-
// TurkishLira aliases
|
|
2790
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2791
|
-
// Turtle aliases
|
|
2792
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2793
2791
|
// Turntable aliases
|
|
2794
2792
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2793
|
+
// Turtle aliases
|
|
2794
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2795
|
+
// TurkishLira aliases
|
|
2796
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2795
2797
|
// TvMinimalPlay aliases
|
|
2796
2798
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2797
2799
|
// Tv aliases
|
|
@@ -2816,48 +2818,48 @@ export { default as UndoIcon } from '../icons/undo';
|
|
|
2816
2818
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2817
2819
|
// UnfoldVertical aliases
|
|
2818
2820
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2819
|
-
// Unlink2 aliases
|
|
2820
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2821
|
-
// Unlink aliases
|
|
2822
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2823
2821
|
// Ungroup aliases
|
|
2824
2822
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2823
|
+
// Unlink2 aliases
|
|
2824
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2825
2825
|
// Unplug aliases
|
|
2826
2826
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2827
2827
|
// Upload aliases
|
|
2828
2828
|
export { default as UploadIcon } from '../icons/upload';
|
|
2829
|
+
// Unlink aliases
|
|
2830
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2831
|
+
// Usb aliases
|
|
2832
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2829
2833
|
// UserCheck aliases
|
|
2830
2834
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2831
2835
|
// UserCog aliases
|
|
2832
2836
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2833
|
-
// Usb aliases
|
|
2834
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2835
2837
|
// UserKey aliases
|
|
2836
2838
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2837
2839
|
// UserLock aliases
|
|
2838
2840
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2839
|
-
// UserPen aliases
|
|
2840
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2841
2841
|
// UserMinus aliases
|
|
2842
2842
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2843
|
+
// UserPen aliases
|
|
2844
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2843
2845
|
// UserPlus aliases
|
|
2844
2846
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2845
2847
|
// UserRoundArrowLeft aliases
|
|
2846
2848
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2847
|
-
// UserRoundPen aliases
|
|
2848
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2849
2849
|
// UserRoundKey aliases
|
|
2850
2850
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2851
|
+
// UserRoundPen aliases
|
|
2852
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2851
2853
|
// UserRoundSearch aliases
|
|
2852
2854
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2853
2855
|
// UserSearch aliases
|
|
2854
2856
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2855
2857
|
// UserStar aliases
|
|
2856
2858
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2857
|
-
// User aliases
|
|
2858
|
-
export { default as UserIcon } from '../icons/user';
|
|
2859
2859
|
// UserX aliases
|
|
2860
2860
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2861
|
+
// User aliases
|
|
2862
|
+
export { default as UserIcon } from '../icons/user';
|
|
2861
2863
|
// Users aliases
|
|
2862
2864
|
export { default as UsersIcon } from '../icons/users';
|
|
2863
2865
|
// UtilityPole aliases
|
|
@@ -2868,14 +2870,14 @@ export { default as VanIcon } from '../icons/van';
|
|
|
2868
2870
|
export { default as VariableIcon } from '../icons/variable';
|
|
2869
2871
|
// Vault aliases
|
|
2870
2872
|
export { default as VaultIcon } from '../icons/vault';
|
|
2871
|
-
// Vegan aliases
|
|
2872
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2873
2873
|
// VectorSquare aliases
|
|
2874
2874
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2875
|
-
//
|
|
2876
|
-
export { default as
|
|
2875
|
+
// Vegan aliases
|
|
2876
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2877
2877
|
// VenetianMask aliases
|
|
2878
2878
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2879
|
+
// VenusAndMars aliases
|
|
2880
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2879
2881
|
// Venus aliases
|
|
2880
2882
|
export { default as VenusIcon } from '../icons/venus';
|
|
2881
2883
|
// VibrateOff aliases
|
|
@@ -2884,10 +2886,10 @@ export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
|
2884
2886
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2885
2887
|
// VideoOff aliases
|
|
2886
2888
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2887
|
-
// Videotape aliases
|
|
2888
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2889
2889
|
// Video aliases
|
|
2890
2890
|
export { default as VideoIcon } from '../icons/video';
|
|
2891
|
+
// Videotape aliases
|
|
2892
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2891
2893
|
// View aliases
|
|
2892
2894
|
export { default as ViewIcon } from '../icons/view';
|
|
2893
2895
|
// Voicemail aliases
|
|
@@ -2910,12 +2912,12 @@ export { default as VoteIcon } from '../icons/vote';
|
|
|
2910
2912
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2911
2913
|
// Wallet aliases
|
|
2912
2914
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2915
|
+
// Wand aliases
|
|
2916
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2913
2917
|
// Wallpaper aliases
|
|
2914
2918
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2915
2919
|
// Warehouse aliases
|
|
2916
2920
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2917
|
-
// Wand aliases
|
|
2918
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2919
2921
|
// WashingMachine aliases
|
|
2920
2922
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2921
2923
|
// Watch aliases
|
|
@@ -2932,10 +2934,10 @@ export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
|
2932
2934
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2933
2935
|
// WebcamOff aliases
|
|
2934
2936
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2935
|
-
// Webcam aliases
|
|
2936
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2937
2937
|
// WebhookOff aliases
|
|
2938
2938
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2939
|
+
// Webcam aliases
|
|
2940
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2939
2941
|
// Webhook aliases
|
|
2940
2942
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2941
2943
|
// WeightTilde aliases
|
|
@@ -2952,16 +2954,16 @@ export { default as WholeWordIcon } from '../icons/whole-word';
|
|
|
2952
2954
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2953
2955
|
// WifiHigh aliases
|
|
2954
2956
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2955
|
-
// WifiLow aliases
|
|
2956
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2957
2957
|
// WifiOff aliases
|
|
2958
2958
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2959
2959
|
// WifiPen aliases
|
|
2960
2960
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2961
|
-
//
|
|
2962
|
-
export { default as
|
|
2961
|
+
// WifiLow aliases
|
|
2962
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2963
2963
|
// WifiSync aliases
|
|
2964
2964
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2965
|
+
// WifiZero aliases
|
|
2966
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2965
2967
|
// Wifi aliases
|
|
2966
2968
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2967
2969
|
// WindArrowDown aliases
|
|
@@ -2970,22 +2972,22 @@ export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
|
2970
2972
|
export { default as WindIcon } from '../icons/wind';
|
|
2971
2973
|
// WineOff aliases
|
|
2972
2974
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2975
|
+
// Workflow aliases
|
|
2976
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2973
2977
|
// Wine aliases
|
|
2974
2978
|
export { default as WineIcon } from '../icons/wine';
|
|
2975
2979
|
// Worm aliases
|
|
2976
2980
|
export { default as WormIcon } from '../icons/worm';
|
|
2977
|
-
// Workflow aliases
|
|
2978
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2979
|
-
// WrenchOff aliases
|
|
2980
|
-
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2981
2981
|
// Wrench aliases
|
|
2982
2982
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2983
|
-
//
|
|
2984
|
-
export { default as
|
|
2983
|
+
// WrenchOff aliases
|
|
2984
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2985
2985
|
// XLineTop aliases
|
|
2986
2986
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2987
2987
|
// X aliases
|
|
2988
2988
|
export { default as XIcon } from '../icons/x';
|
|
2989
|
+
// ZapOff aliases
|
|
2990
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2989
2991
|
// Zap aliases
|
|
2990
2992
|
export { default as ZapIcon } from '../icons/zap';
|
|
2991
2993
|
// ZodiacAquarius aliases
|
|
@@ -2994,20 +2996,20 @@ export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
|
2994
2996
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2995
2997
|
// ZodiacCancer aliases
|
|
2996
2998
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2997
|
-
// ZodiacGemini aliases
|
|
2998
|
-
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2999
2999
|
// ZodiacCapricorn aliases
|
|
3000
3000
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3001
|
-
// ZodiacLibra aliases
|
|
3002
|
-
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3003
3001
|
// ZodiacLeo aliases
|
|
3004
3002
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3003
|
+
// ZodiacGemini aliases
|
|
3004
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3005
|
+
// ZodiacLibra aliases
|
|
3006
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3005
3007
|
// ZodiacOphiuchus aliases
|
|
3006
3008
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3007
|
-
// ZodiacSagittarius aliases
|
|
3008
|
-
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3009
3009
|
// ZodiacPisces aliases
|
|
3010
3010
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3011
|
+
// ZodiacSagittarius aliases
|
|
3012
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3011
3013
|
// ZodiacScorpio aliases
|
|
3012
3014
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3013
3015
|
// ZodiacTaurus aliases
|
|
@@ -3022,10 +3024,10 @@ export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
|
3022
3024
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3023
3025
|
// ArrowDown10 aliases
|
|
3024
3026
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
3025
|
-
// ArrowUp10 aliases
|
|
3026
|
-
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3027
3027
|
// ArrowUp01 aliases
|
|
3028
3028
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3029
|
+
// ArrowUp10 aliases
|
|
3030
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3029
3031
|
// AlarmClockCheck aliases
|
|
3030
3032
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3031
3033
|
export {
|
|
@@ -3062,24 +3064,24 @@ export {
|
|
|
3062
3064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3063
3065
|
default as ArrowDownZaIcon
|
|
3064
3066
|
} from '../icons/arrow-down-z-a';
|
|
3065
|
-
//
|
|
3066
|
-
export { default as
|
|
3067
|
+
// ArrowUpAZ aliases
|
|
3068
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3067
3069
|
export {
|
|
3068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3069
|
-
default as
|
|
3070
|
-
} from '../icons/arrow-up-
|
|
3070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3071
|
+
default as ArrowUpAzIcon
|
|
3072
|
+
} from '../icons/arrow-up-a-z';
|
|
3071
3073
|
// ArrowUpZA aliases
|
|
3072
3074
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3073
3075
|
export {
|
|
3074
3076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3075
3077
|
default as ArrowUpZaIcon
|
|
3076
3078
|
} from '../icons/arrow-up-z-a';
|
|
3077
|
-
//
|
|
3078
|
-
export { default as
|
|
3079
|
+
// ArrowUpNarrowWide aliases
|
|
3080
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3079
3081
|
export {
|
|
3080
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3081
|
-
default as
|
|
3082
|
-
} from '../icons/arrow-up-
|
|
3082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3083
|
+
default as SortAscIcon
|
|
3084
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3083
3085
|
// Axis3d aliases
|
|
3084
3086
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3085
3087
|
export {
|
|
@@ -3116,18 +3118,18 @@ export {
|
|
|
3116
3118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3117
3119
|
default as BookTemplateIcon
|
|
3118
3120
|
} from '../icons/book-dashed';
|
|
3119
|
-
// Captions aliases
|
|
3120
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
3121
|
-
export {
|
|
3122
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3123
|
-
default as SubtitlesIcon
|
|
3124
|
-
} from '../icons/captions';
|
|
3125
3121
|
// Braces aliases
|
|
3126
3122
|
export { default as BracesIcon } from '../icons/braces';
|
|
3127
3123
|
export {
|
|
3128
3124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3129
3125
|
default as CurlyBracesIcon
|
|
3130
3126
|
} from '../icons/braces';
|
|
3127
|
+
// Captions aliases
|
|
3128
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3129
|
+
export {
|
|
3130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3131
|
+
default as SubtitlesIcon
|
|
3132
|
+
} from '../icons/captions';
|
|
3131
3133
|
// ChartArea aliases
|
|
3132
3134
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3133
3135
|
export {
|
|
@@ -3146,72 +3148,72 @@ export {
|
|
|
3146
3148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3147
3149
|
default as BarChartHorizontalIcon
|
|
3148
3150
|
} from '../icons/chart-bar';
|
|
3151
|
+
// ChartCandlestick aliases
|
|
3152
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3153
|
+
export {
|
|
3154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3155
|
+
default as CandlestickChartIcon
|
|
3156
|
+
} from '../icons/chart-candlestick';
|
|
3149
3157
|
// ChartColumnBig aliases
|
|
3150
3158
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3151
3159
|
export {
|
|
3152
3160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3153
3161
|
default as BarChartBigIcon
|
|
3154
3162
|
} 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';
|
|
3161
3163
|
// ChartColumn aliases
|
|
3162
3164
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3163
3165
|
export {
|
|
3164
3166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3165
3167
|
default as BarChart3Icon
|
|
3166
3168
|
} from '../icons/chart-column';
|
|
3167
|
-
//
|
|
3168
|
-
export { default as
|
|
3169
|
+
// ChartColumnIncreasing aliases
|
|
3170
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3169
3171
|
export {
|
|
3170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3171
|
-
default as
|
|
3172
|
-
} from '../icons/chart-
|
|
3172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3173
|
+
default as BarChart4Icon
|
|
3174
|
+
} from '../icons/chart-column-increasing';
|
|
3173
3175
|
// ChartLine aliases
|
|
3174
3176
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3175
3177
|
export {
|
|
3176
3178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3177
3179
|
default as LineChartIcon
|
|
3178
3180
|
} from '../icons/chart-line';
|
|
3179
|
-
//
|
|
3180
|
-
export { default as
|
|
3181
|
+
// ChartNoAxesGantt aliases
|
|
3182
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3181
3183
|
export {
|
|
3182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3183
|
-
default as
|
|
3184
|
-
} from '../icons/chart-no-axes-
|
|
3184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3185
|
+
default as GanttChartIcon
|
|
3186
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3185
3187
|
// ChartNoAxesColumn aliases
|
|
3186
3188
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3187
3189
|
export {
|
|
3188
3190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3189
3191
|
default as BarChart2Icon
|
|
3190
3192
|
} from '../icons/chart-no-axes-column';
|
|
3191
|
-
//
|
|
3192
|
-
export { default as
|
|
3193
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3194
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3193
3195
|
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3195
|
-
default as
|
|
3196
|
-
} from '../icons/chart-no-axes-
|
|
3196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3197
|
+
default as BarChartIcon
|
|
3198
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3197
3199
|
// ChartPie aliases
|
|
3198
3200
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3199
3201
|
export {
|
|
3200
3202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3201
3203
|
default as PieChartIcon
|
|
3202
3204
|
} 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';
|
|
3209
3205
|
// CircleAlert aliases
|
|
3210
3206
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3211
3207
|
export {
|
|
3212
3208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3213
3209
|
default as AlertCircleIcon
|
|
3214
3210
|
} from '../icons/circle-alert';
|
|
3211
|
+
// ChartScatter aliases
|
|
3212
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3213
|
+
export {
|
|
3214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3215
|
+
default as ScatterChartIcon
|
|
3216
|
+
} from '../icons/chart-scatter';
|
|
3215
3217
|
// CircleArrowDown aliases
|
|
3216
3218
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3217
3219
|
export {
|
|
@@ -3224,12 +3226,6 @@ export {
|
|
|
3224
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3225
3227
|
default as ArrowLeftCircleIcon
|
|
3226
3228
|
} from '../icons/circle-arrow-left';
|
|
3227
|
-
// CircleArrowOutDownLeft aliases
|
|
3228
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3229
|
-
export {
|
|
3230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3231
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3232
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3233
3229
|
// CircleArrowOutDownRight aliases
|
|
3234
3230
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3235
3231
|
export {
|
|
@@ -3242,12 +3238,12 @@ export {
|
|
|
3242
3238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3243
3239
|
default as ArrowUpLeftFromCircleIcon
|
|
3244
3240
|
} from '../icons/circle-arrow-out-up-left';
|
|
3245
|
-
//
|
|
3246
|
-
export { default as
|
|
3241
|
+
// CircleArrowOutDownLeft aliases
|
|
3242
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3247
3243
|
export {
|
|
3248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3249
|
-
default as
|
|
3250
|
-
} from '../icons/circle-arrow-
|
|
3244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3245
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3246
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3251
3247
|
// CircleArrowOutUpRight aliases
|
|
3252
3248
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3253
3249
|
export {
|
|
@@ -3266,6 +3262,18 @@ export {
|
|
|
3266
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3267
3263
|
default as CheckCircleIcon
|
|
3268
3264
|
} from '../icons/circle-check-big';
|
|
3265
|
+
// CircleArrowRight aliases
|
|
3266
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3267
|
+
export {
|
|
3268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3269
|
+
default as ArrowRightCircleIcon
|
|
3270
|
+
} from '../icons/circle-arrow-right';
|
|
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';
|
|
3269
3277
|
// CircleChevronDown aliases
|
|
3270
3278
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3271
3279
|
export {
|
|
@@ -3278,30 +3286,24 @@ export {
|
|
|
3278
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3279
3287
|
default as ChevronLeftCircleIcon
|
|
3280
3288
|
} from '../icons/circle-chevron-left';
|
|
3281
|
-
// CircleCheck aliases
|
|
3282
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3283
|
-
export {
|
|
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';
|
|
3287
3289
|
// CircleChevronRight aliases
|
|
3288
3290
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3289
3291
|
export {
|
|
3290
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3291
3293
|
default as ChevronRightCircleIcon
|
|
3292
3294
|
} from '../icons/circle-chevron-right';
|
|
3293
|
-
// CircleDivide aliases
|
|
3294
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3295
|
-
export {
|
|
3296
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3297
|
-
default as DivideCircleIcon
|
|
3298
|
-
} from '../icons/circle-divide';
|
|
3299
3295
|
// CircleChevronUp aliases
|
|
3300
3296
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3301
3297
|
export {
|
|
3302
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3303
3299
|
default as ChevronUpCircleIcon
|
|
3304
3300
|
} from '../icons/circle-chevron-up';
|
|
3301
|
+
// CircleDivide aliases
|
|
3302
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3303
|
+
export {
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3305
|
+
default as DivideCircleIcon
|
|
3306
|
+
} from '../icons/circle-divide';
|
|
3305
3307
|
// CircleGauge aliases
|
|
3306
3308
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3307
3309
|
export {
|
|
@@ -3310,22 +3312,22 @@ export {
|
|
|
3310
3312
|
} from '../icons/circle-gauge';
|
|
3311
3313
|
// CircleParkingOff aliases
|
|
3312
3314
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3313
|
-
export {
|
|
3314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3315
|
-
default as ParkingCircleOffIcon
|
|
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';
|
|
3315
|
+
export {
|
|
3316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3317
|
+
default as ParkingCircleOffIcon
|
|
3318
|
+
} from '../icons/circle-parking-off';
|
|
3323
3319
|
// CircleParking aliases
|
|
3324
3320
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3325
3321
|
export {
|
|
3326
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3327
3323
|
default as ParkingCircleIcon
|
|
3328
3324
|
} from '../icons/circle-parking';
|
|
3325
|
+
// CircleMinus aliases
|
|
3326
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3327
|
+
export {
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3329
|
+
default as MinusCircleIcon
|
|
3330
|
+
} from '../icons/circle-minus';
|
|
3329
3331
|
// CirclePause aliases
|
|
3330
3332
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3331
3333
|
export {
|
|
@@ -3338,24 +3340,18 @@ export {
|
|
|
3338
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3339
3341
|
default as PercentCircleIcon
|
|
3340
3342
|
} from '../icons/circle-percent';
|
|
3341
|
-
// CirclePlus aliases
|
|
3342
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3343
|
-
export {
|
|
3344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3345
|
-
default as PlusCircleIcon
|
|
3346
|
-
} from '../icons/circle-plus';
|
|
3347
3343
|
// CirclePlay aliases
|
|
3348
3344
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3349
3345
|
export {
|
|
3350
3346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3351
3347
|
default as PlayCircleIcon
|
|
3352
3348
|
} from '../icons/circle-play';
|
|
3353
|
-
//
|
|
3354
|
-
export { default as
|
|
3349
|
+
// CirclePlus aliases
|
|
3350
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3355
3351
|
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3357
|
-
default as
|
|
3358
|
-
} from '../icons/circle-
|
|
3352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3353
|
+
default as PlusCircleIcon
|
|
3354
|
+
} from '../icons/circle-plus';
|
|
3359
3355
|
// CircleQuestionMark aliases
|
|
3360
3356
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3361
3357
|
export {
|
|
@@ -3372,18 +3368,24 @@ export {
|
|
|
3372
3368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3373
3369
|
default as CircleSlashedIcon
|
|
3374
3370
|
} from '../icons/circle-slash-2';
|
|
3375
|
-
//
|
|
3376
|
-
export { default as
|
|
3371
|
+
// CirclePower aliases
|
|
3372
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3377
3373
|
export {
|
|
3378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3379
|
-
default as
|
|
3380
|
-
} from '../icons/circle-
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3375
|
+
default as PowerCircleIcon
|
|
3376
|
+
} from '../icons/circle-power';
|
|
3381
3377
|
// CircleUserRound aliases
|
|
3382
3378
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3383
3379
|
export {
|
|
3384
3380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3385
3381
|
default as UserCircle2Icon
|
|
3386
3382
|
} from '../icons/circle-user-round';
|
|
3383
|
+
// CircleStop aliases
|
|
3384
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3385
|
+
export {
|
|
3386
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3387
|
+
default as StopCircleIcon
|
|
3388
|
+
} from '../icons/circle-stop';
|
|
3387
3389
|
// CircleUser aliases
|
|
3388
3390
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3389
3391
|
export {
|
|
@@ -3442,12 +3444,6 @@ export {
|
|
|
3442
3444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3443
3445
|
default as TableConfigIcon
|
|
3444
3446
|
} 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';
|
|
3451
3447
|
// Columns3 aliases
|
|
3452
3448
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3453
3449
|
export {
|
|
@@ -3460,12 +3456,24 @@ export {
|
|
|
3460
3456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3461
3457
|
default as Contact2Icon
|
|
3462
3458
|
} from '../icons/contact-round';
|
|
3459
|
+
// DiamondPercent aliases
|
|
3460
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3461
|
+
export {
|
|
3462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3463
|
+
default as PercentDiamondIcon
|
|
3464
|
+
} from '../icons/diamond-percent';
|
|
3463
3465
|
// Earth aliases
|
|
3464
3466
|
export { default as EarthIcon } from '../icons/earth';
|
|
3465
3467
|
export {
|
|
3466
3468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3467
3469
|
default as Globe2Icon
|
|
3468
3470
|
} from '../icons/earth';
|
|
3471
|
+
// Ellipsis aliases
|
|
3472
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3473
|
+
export {
|
|
3474
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3475
|
+
default as MoreHorizontalIcon
|
|
3476
|
+
} from '../icons/ellipsis';
|
|
3469
3477
|
// EllipsisVertical aliases
|
|
3470
3478
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3471
3479
|
export {
|
|
@@ -3478,12 +3486,6 @@ export {
|
|
|
3478
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3479
3487
|
default as FileAxis3DIcon
|
|
3480
3488
|
} from '../icons/file-axis-3d';
|
|
3481
|
-
// Ellipsis aliases
|
|
3482
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3483
|
-
export {
|
|
3484
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3485
|
-
default as MoreHorizontalIcon
|
|
3486
|
-
} from '../icons/ellipsis';
|
|
3487
3489
|
// FileBadge aliases
|
|
3488
3490
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3489
3491
|
export {
|
|
@@ -3538,18 +3540,18 @@ export {
|
|
|
3538
3540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3539
3541
|
default as FileCode2Icon
|
|
3540
3542
|
} from '../icons/file-code-corner';
|
|
3541
|
-
// FileCog aliases
|
|
3542
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3543
|
-
export {
|
|
3544
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3545
|
-
default as FileCog2Icon
|
|
3546
|
-
} from '../icons/file-cog';
|
|
3547
3543
|
// FileExclamationPoint aliases
|
|
3548
3544
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3549
3545
|
export {
|
|
3550
3546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3551
3547
|
default as FileWarningIcon
|
|
3552
3548
|
} from '../icons/file-exclamation-point';
|
|
3549
|
+
// FileCog aliases
|
|
3550
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3551
|
+
export {
|
|
3552
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3553
|
+
default as FileCog2Icon
|
|
3554
|
+
} from '../icons/file-cog';
|
|
3553
3555
|
// FileHeadphone aliases
|
|
3554
3556
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3555
3557
|
export {
|
|
@@ -3608,30 +3610,30 @@ export {
|
|
|
3608
3610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3609
3611
|
default as FileQuestionIcon
|
|
3610
3612
|
} from '../icons/file-question-mark';
|
|
3611
|
-
// FileSignal aliases
|
|
3612
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3613
|
-
export {
|
|
3614
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3615
|
-
default as FileVolume2Icon
|
|
3616
|
-
} from '../icons/file-signal';
|
|
3617
3613
|
// FileSearchCorner aliases
|
|
3618
3614
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3619
3615
|
export {
|
|
3620
3616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3621
3617
|
default as FileSearch2Icon
|
|
3622
3618
|
} from '../icons/file-search-corner';
|
|
3623
|
-
//
|
|
3624
|
-
export { default as
|
|
3619
|
+
// FileSignal aliases
|
|
3620
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3625
3621
|
export {
|
|
3626
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3627
|
-
default as
|
|
3628
|
-
} from '../icons/file-
|
|
3622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3623
|
+
default as FileVolume2Icon
|
|
3624
|
+
} from '../icons/file-signal';
|
|
3629
3625
|
// FileVideoCamera aliases
|
|
3630
3626
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3631
3627
|
export {
|
|
3632
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3633
3629
|
default as FileVideo2Icon
|
|
3634
3630
|
} from '../icons/file-video-camera';
|
|
3631
|
+
// FileTypeCorner aliases
|
|
3632
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3635
|
+
default as FileType2Icon
|
|
3636
|
+
} from '../icons/file-type-corner';
|
|
3635
3637
|
// FileXCorner aliases
|
|
3636
3638
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3637
3639
|
export {
|
|
@@ -3656,30 +3658,30 @@ export {
|
|
|
3656
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3657
3659
|
default as FolderEditIcon
|
|
3658
3660
|
} from '../icons/folder-pen';
|
|
3659
|
-
// FunnelX aliases
|
|
3660
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3661
|
-
export {
|
|
3662
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3663
|
-
default as FilterXIcon
|
|
3664
|
-
} from '../icons/funnel-x';
|
|
3665
3661
|
// Funnel aliases
|
|
3666
3662
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3667
3663
|
export {
|
|
3668
3664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3669
3665
|
default as FilterIcon
|
|
3670
3666
|
} from '../icons/funnel';
|
|
3671
|
-
//
|
|
3672
|
-
export { default as
|
|
3667
|
+
// FunnelX aliases
|
|
3668
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3673
3669
|
export {
|
|
3674
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3675
|
-
default as
|
|
3676
|
-
} from '../icons/
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3671
|
+
default as FilterXIcon
|
|
3672
|
+
} from '../icons/funnel-x';
|
|
3677
3673
|
// GitCommitHorizontal aliases
|
|
3678
3674
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3679
3675
|
export {
|
|
3680
3676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3681
3677
|
default as GitCommitIcon
|
|
3682
3678
|
} from '../icons/git-commit-horizontal';
|
|
3679
|
+
// Grid2x2Check aliases
|
|
3680
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3681
|
+
export {
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3683
|
+
default as Grid2X2CheckIcon
|
|
3684
|
+
} from '../icons/grid-2x2-check';
|
|
3683
3685
|
// Grid2x2Plus aliases
|
|
3684
3686
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3685
3687
|
export {
|
|
@@ -3692,6 +3694,12 @@ export {
|
|
|
3692
3694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3693
3695
|
default as Grid2X2XIcon
|
|
3694
3696
|
} from '../icons/grid-2x2-x';
|
|
3697
|
+
// Grid2x2 aliases
|
|
3698
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3699
|
+
export {
|
|
3700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3701
|
+
default as Grid2X2Icon
|
|
3702
|
+
} from '../icons/grid-2x2';
|
|
3695
3703
|
// Grid3x3 aliases
|
|
3696
3704
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3697
3705
|
export {
|
|
@@ -3702,42 +3710,36 @@ export {
|
|
|
3702
3710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3703
3711
|
default as Grid3X3Icon
|
|
3704
3712
|
} from '../icons/grid-3x3';
|
|
3705
|
-
//
|
|
3706
|
-
export { default as
|
|
3713
|
+
// HandGrab aliases
|
|
3714
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3707
3715
|
export {
|
|
3708
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3709
|
-
default as
|
|
3710
|
-
} from '../icons/
|
|
3716
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3717
|
+
default as GrabIcon
|
|
3718
|
+
} from '../icons/hand-grab';
|
|
3711
3719
|
// HandHelping aliases
|
|
3712
3720
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3713
3721
|
export {
|
|
3714
3722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3715
3723
|
default as HelpingHandIcon
|
|
3716
3724
|
} 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';
|
|
3723
3725
|
// House aliases
|
|
3724
3726
|
export { default as HouseIcon } from '../icons/house';
|
|
3725
3727
|
export {
|
|
3726
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3727
3729
|
default as HomeIcon
|
|
3728
3730
|
} from '../icons/house';
|
|
3729
|
-
// IceCreamBowl aliases
|
|
3730
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3731
|
-
export {
|
|
3732
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3733
|
-
default as IceCream2Icon
|
|
3734
|
-
} from '../icons/ice-cream-bowl';
|
|
3735
3731
|
// IceCreamCone aliases
|
|
3736
3732
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3737
3733
|
export {
|
|
3738
3734
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3739
3735
|
default as IceCreamIcon
|
|
3740
3736
|
} from '../icons/ice-cream-cone';
|
|
3737
|
+
// IceCreamBowl aliases
|
|
3738
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3739
|
+
export {
|
|
3740
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3741
|
+
default as IceCream2Icon
|
|
3742
|
+
} from '../icons/ice-cream-bowl';
|
|
3741
3743
|
// LaptopMinimal aliases
|
|
3742
3744
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3743
3745
|
export {
|
|
@@ -3760,12 +3762,6 @@ export {
|
|
|
3760
3762
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3761
3763
|
default as IndentDecreaseIcon
|
|
3762
3764
|
} 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';
|
|
3769
3765
|
// ListIndentIncrease aliases
|
|
3770
3766
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3771
3767
|
export {
|
|
@@ -3776,24 +3772,24 @@ export {
|
|
|
3776
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3777
3773
|
default as IndentIncreaseIcon
|
|
3778
3774
|
} from '../icons/list-indent-increase';
|
|
3779
|
-
// LockKeyholeOpen aliases
|
|
3780
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3781
|
-
export {
|
|
3782
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3783
|
-
default as UnlockKeyholeIcon
|
|
3784
|
-
} from '../icons/lock-keyhole-open';
|
|
3785
3775
|
// LockOpen aliases
|
|
3786
3776
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3787
3777
|
export {
|
|
3788
3778
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3789
3779
|
default as UnlockIcon
|
|
3790
3780
|
} from '../icons/lock-open';
|
|
3791
|
-
//
|
|
3792
|
-
export { default as
|
|
3781
|
+
// LockKeyholeOpen aliases
|
|
3782
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3793
3783
|
export {
|
|
3794
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3795
|
-
default as
|
|
3796
|
-
} from '../icons/
|
|
3784
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3785
|
+
default as UnlockKeyholeIcon
|
|
3786
|
+
} from '../icons/lock-keyhole-open';
|
|
3787
|
+
// LoaderCircle aliases
|
|
3788
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3789
|
+
export {
|
|
3790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3791
|
+
default as Loader2Icon
|
|
3792
|
+
} from '../icons/loader-circle';
|
|
3797
3793
|
// MailQuestionMark aliases
|
|
3798
3794
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3799
3795
|
export {
|
|
@@ -3806,12 +3802,12 @@ export {
|
|
|
3806
3802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3807
3803
|
default as LocationEditIcon
|
|
3808
3804
|
} from '../icons/map-pin-pen';
|
|
3809
|
-
//
|
|
3810
|
-
export { default as
|
|
3805
|
+
// MessageCircleQuestionMark aliases
|
|
3806
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3811
3807
|
export {
|
|
3812
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3813
|
-
default as
|
|
3814
|
-
} from '../icons/
|
|
3808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3809
|
+
default as MessageCircleQuestionIcon
|
|
3810
|
+
} from '../icons/message-circle-question-mark';
|
|
3815
3811
|
// Move3d aliases
|
|
3816
3812
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3817
3813
|
export {
|
|
@@ -3824,42 +3820,48 @@ export {
|
|
|
3824
3820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3825
3821
|
default as AlertOctagonIcon
|
|
3826
3822
|
} from '../icons/octagon-alert';
|
|
3823
|
+
// MicVocal aliases
|
|
3824
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3825
|
+
export {
|
|
3826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3827
|
+
default as Mic2Icon
|
|
3828
|
+
} from '../icons/mic-vocal';
|
|
3827
3829
|
// OctagonPause aliases
|
|
3828
3830
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3829
3831
|
export {
|
|
3830
3832
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3831
3833
|
default as PauseOctagonIcon
|
|
3832
3834
|
} from '../icons/octagon-pause';
|
|
3833
|
-
//
|
|
3834
|
-
export { default as
|
|
3835
|
+
// PaintbrushVertical aliases
|
|
3836
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3835
3837
|
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3837
|
-
default as
|
|
3838
|
-
} from '../icons/
|
|
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';
|
|
3839
3841
|
// OctagonX aliases
|
|
3840
3842
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3841
3843
|
export {
|
|
3842
3844
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3843
3845
|
default as XOctagonIcon
|
|
3844
3846
|
} from '../icons/octagon-x';
|
|
3845
|
-
//
|
|
3846
|
-
export { default as
|
|
3847
|
-
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3849
|
-
default as SidebarCloseIcon
|
|
3850
|
-
} from '../icons/panel-left-close';
|
|
3851
|
-
// PaintbrushVertical aliases
|
|
3852
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3847
|
+
// PanelBottomDashed aliases
|
|
3848
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3853
3849
|
export {
|
|
3854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3855
|
-
default as
|
|
3856
|
-
} from '../icons/
|
|
3850
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3851
|
+
default as PanelBottomInactiveIcon
|
|
3852
|
+
} from '../icons/panel-bottom-dashed';
|
|
3857
3853
|
// PanelLeftDashed aliases
|
|
3858
3854
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3859
3855
|
export {
|
|
3860
3856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3861
3857
|
default as PanelLeftInactiveIcon
|
|
3862
3858
|
} from '../icons/panel-left-dashed';
|
|
3859
|
+
// PanelLeftClose aliases
|
|
3860
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3861
|
+
export {
|
|
3862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3863
|
+
default as SidebarCloseIcon
|
|
3864
|
+
} from '../icons/panel-left-close';
|
|
3863
3865
|
// PanelLeftOpen aliases
|
|
3864
3866
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3865
3867
|
export {
|
|
@@ -3878,18 +3880,18 @@ export {
|
|
|
3878
3880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3879
3881
|
default as PanelRightInactiveIcon
|
|
3880
3882
|
} from '../icons/panel-right-dashed';
|
|
3881
|
-
// PanelsTopLeft aliases
|
|
3882
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3883
|
-
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3885
|
-
default as LayoutIcon
|
|
3886
|
-
} from '../icons/panels-top-left';
|
|
3887
3883
|
// PanelTopDashed aliases
|
|
3888
3884
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3889
3885
|
export {
|
|
3890
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3891
3887
|
default as PanelTopInactiveIcon
|
|
3892
3888
|
} from '../icons/panel-top-dashed';
|
|
3889
|
+
// PanelsTopLeft aliases
|
|
3890
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3891
|
+
export {
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3893
|
+
default as LayoutIcon
|
|
3894
|
+
} from '../icons/panels-top-left';
|
|
3893
3895
|
// PenLine aliases
|
|
3894
3896
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3895
3897
|
export {
|
|
@@ -3902,30 +3904,30 @@ export {
|
|
|
3902
3904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3903
3905
|
default as PlugZap2Icon
|
|
3904
3906
|
} from '../icons/plug-zap';
|
|
3907
|
+
// RectangleEllipsis aliases
|
|
3908
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3911
|
+
default as FormInputIcon
|
|
3912
|
+
} from '../icons/rectangle-ellipsis';
|
|
3913
|
+
// Rows2 aliases
|
|
3914
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3915
|
+
export {
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
3917
|
+
default as RowsIcon
|
|
3918
|
+
} from '../icons/rows-2';
|
|
3905
3919
|
// Pen aliases
|
|
3906
3920
|
export { default as PenIcon } from '../icons/pen';
|
|
3907
3921
|
export {
|
|
3908
3922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
3909
3923
|
default as Edit2Icon
|
|
3910
3924
|
} from '../icons/pen';
|
|
3911
|
-
// RectangleEllipsis aliases
|
|
3912
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3913
|
-
export {
|
|
3914
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3915
|
-
default as FormInputIcon
|
|
3916
|
-
} from '../icons/rectangle-ellipsis';
|
|
3917
3925
|
// Rotate3d aliases
|
|
3918
3926
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3919
3927
|
export {
|
|
3920
3928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3921
3929
|
default as Rotate3DIcon
|
|
3922
3930
|
} from '../icons/rotate-3d';
|
|
3923
|
-
// Rows2 aliases
|
|
3924
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3925
|
-
export {
|
|
3926
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
3927
|
-
default as RowsIcon
|
|
3928
|
-
} from '../icons/rows-2';
|
|
3929
3931
|
// Rows3 aliases
|
|
3930
3932
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3931
3933
|
export {
|
|
@@ -3938,6 +3940,12 @@ export {
|
|
|
3938
3940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
3939
3941
|
default as Scale3DIcon
|
|
3940
3942
|
} from '../icons/scale-3d';
|
|
3943
|
+
// ShieldX aliases
|
|
3944
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3945
|
+
export {
|
|
3946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3947
|
+
default as ShieldCloseIcon
|
|
3948
|
+
} from '../icons/shield-x';
|
|
3941
3949
|
// ShieldQuestionMark aliases
|
|
3942
3950
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3943
3951
|
export {
|
|
@@ -3950,18 +3958,6 @@ export {
|
|
|
3950
3958
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3951
3959
|
default as SendHorizonalIcon
|
|
3952
3960
|
} from '../icons/send-horizontal';
|
|
3953
|
-
// ShieldX aliases
|
|
3954
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3955
|
-
export {
|
|
3956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3957
|
-
default as ShieldCloseIcon
|
|
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';
|
|
3965
3961
|
// SlidersVertical aliases
|
|
3966
3962
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3967
3963
|
export {
|
|
@@ -3974,36 +3970,48 @@ export {
|
|
|
3974
3970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
3975
3971
|
default as ActivitySquareIcon
|
|
3976
3972
|
} from '../icons/square-activity';
|
|
3973
|
+
// Sparkles aliases
|
|
3974
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3975
|
+
export {
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
3977
|
+
default as StarsIcon
|
|
3978
|
+
} from '../icons/sparkles';
|
|
3977
3979
|
// SquareArrowDownLeft aliases
|
|
3978
3980
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3979
3981
|
export {
|
|
3980
3982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
3981
3983
|
default as ArrowDownLeftSquareIcon
|
|
3982
3984
|
} from '../icons/square-arrow-down-left';
|
|
3985
|
+
// SquareArrowDown aliases
|
|
3986
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3987
|
+
export {
|
|
3988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
3989
|
+
default as ArrowDownSquareIcon
|
|
3990
|
+
} from '../icons/square-arrow-down';
|
|
3983
3991
|
// SquareArrowDownRight aliases
|
|
3984
3992
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3985
3993
|
export {
|
|
3986
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
3987
3995
|
default as ArrowDownRightSquareIcon
|
|
3988
3996
|
} from '../icons/square-arrow-down-right';
|
|
3989
|
-
//
|
|
3990
|
-
export { default as
|
|
3997
|
+
// SquareArrowLeft aliases
|
|
3998
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3991
3999
|
export {
|
|
3992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3993
|
-
default as
|
|
3994
|
-
} from '../icons/square-arrow-
|
|
4000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4001
|
+
default as ArrowLeftSquareIcon
|
|
4002
|
+
} from '../icons/square-arrow-left';
|
|
3995
4003
|
// SquareArrowOutDownLeft aliases
|
|
3996
4004
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3997
4005
|
export {
|
|
3998
4006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
3999
4007
|
default as ArrowDownLeftFromSquareIcon
|
|
4000
4008
|
} from '../icons/square-arrow-out-down-left';
|
|
4001
|
-
//
|
|
4002
|
-
export { default as
|
|
4009
|
+
// SquareArrowOutUpRight aliases
|
|
4010
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4003
4011
|
export {
|
|
4004
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4005
|
-
default as
|
|
4006
|
-
} from '../icons/square-arrow-
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4013
|
+
default as ArrowUpRightFromSquareIcon
|
|
4014
|
+
} from '../icons/square-arrow-out-up-right';
|
|
4007
4015
|
// SquareArrowOutDownRight aliases
|
|
4008
4016
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4009
4017
|
export {
|
|
@@ -4016,12 +4024,6 @@ export {
|
|
|
4016
4024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4017
4025
|
default as ArrowUpLeftFromSquareIcon
|
|
4018
4026
|
} from '../icons/square-arrow-out-up-left';
|
|
4019
|
-
// SquareArrowOutUpRight aliases
|
|
4020
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4021
|
-
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4023
|
-
default as ArrowUpRightFromSquareIcon
|
|
4024
|
-
} from '../icons/square-arrow-out-up-right';
|
|
4025
4027
|
// SquareArrowRight aliases
|
|
4026
4028
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4027
4029
|
export {
|
|
@@ -4046,30 +4048,24 @@ export {
|
|
|
4046
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4047
4049
|
default as ArrowUpSquareIcon
|
|
4048
4050
|
} from '../icons/square-arrow-up';
|
|
4049
|
-
// SquareAsterisk aliases
|
|
4050
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4051
|
-
export {
|
|
4052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4053
|
-
default as AsteriskSquareIcon
|
|
4054
|
-
} from '../icons/square-asterisk';
|
|
4055
4051
|
// SquareBottomDashedScissors aliases
|
|
4056
4052
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4057
4053
|
export {
|
|
4058
4054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4059
4055
|
default as ScissorsSquareDashedBottomIcon
|
|
4060
4056
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4057
|
+
// SquareAsterisk aliases
|
|
4058
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4059
|
+
export {
|
|
4060
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4061
|
+
default as AsteriskSquareIcon
|
|
4062
|
+
} from '../icons/square-asterisk';
|
|
4061
4063
|
// SquareCenterlineDashedHorizontal aliases
|
|
4062
4064
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4063
4065
|
export {
|
|
4064
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4065
4067
|
default as FlipHorizontalIcon
|
|
4066
4068
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4067
|
-
// SquareCenterlineDashedVertical aliases
|
|
4068
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4069
|
-
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4071
|
-
default as FlipVerticalIcon
|
|
4072
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
4073
4069
|
// SquareChartGantt aliases
|
|
4074
4070
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4075
4071
|
export {
|
|
@@ -4080,6 +4076,12 @@ export {
|
|
|
4080
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4081
4077
|
default as SquareGanttChartIcon
|
|
4082
4078
|
} from '../icons/square-chart-gantt';
|
|
4079
|
+
// SquareCenterlineDashedVertical aliases
|
|
4080
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4083
|
+
default as FlipVerticalIcon
|
|
4084
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4083
4085
|
// SquareCheckBig aliases
|
|
4084
4086
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4085
4087
|
export {
|
|
@@ -4092,30 +4094,30 @@ export {
|
|
|
4092
4094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4093
4095
|
default as CheckSquare2Icon
|
|
4094
4096
|
} from '../icons/square-check';
|
|
4095
|
-
// SquareChevronLeft aliases
|
|
4096
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4097
|
-
export {
|
|
4098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4099
|
-
default as ChevronLeftSquareIcon
|
|
4100
|
-
} from '../icons/square-chevron-left';
|
|
4101
4097
|
// SquareChevronDown aliases
|
|
4102
4098
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4103
4099
|
export {
|
|
4104
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4105
4101
|
default as ChevronDownSquareIcon
|
|
4106
4102
|
} from '../icons/square-chevron-down';
|
|
4107
|
-
// SquareChevronUp aliases
|
|
4108
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4109
|
-
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4111
|
-
default as ChevronUpSquareIcon
|
|
4112
|
-
} from '../icons/square-chevron-up';
|
|
4113
4103
|
// SquareChevronRight aliases
|
|
4114
4104
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4115
4105
|
export {
|
|
4116
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4117
4107
|
default as ChevronRightSquareIcon
|
|
4118
4108
|
} from '../icons/square-chevron-right';
|
|
4109
|
+
// SquareChevronLeft aliases
|
|
4110
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4113
|
+
default as ChevronLeftSquareIcon
|
|
4114
|
+
} from '../icons/square-chevron-left';
|
|
4115
|
+
// SquareChevronUp aliases
|
|
4116
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4117
|
+
export {
|
|
4118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4119
|
+
default as ChevronUpSquareIcon
|
|
4120
|
+
} from '../icons/square-chevron-up';
|
|
4119
4121
|
// SquareCode aliases
|
|
4120
4122
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4121
4123
|
export {
|
|
@@ -4138,12 +4140,6 @@ export {
|
|
|
4138
4140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4139
4141
|
default as TextSelectIcon
|
|
4140
4142
|
} from '../icons/square-dashed-text';
|
|
4141
|
-
// SquareDivide aliases
|
|
4142
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4143
|
-
export {
|
|
4144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4145
|
-
default as DivideSquareIcon
|
|
4146
|
-
} from '../icons/square-divide';
|
|
4147
4143
|
// SquareDashedMousePointer aliases
|
|
4148
4144
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4149
4145
|
export {
|
|
@@ -4156,12 +4152,24 @@ export {
|
|
|
4156
4152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4157
4153
|
default as BoxSelectIcon
|
|
4158
4154
|
} from '../icons/square-dashed';
|
|
4155
|
+
// SquareDivide aliases
|
|
4156
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4157
|
+
export {
|
|
4158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4159
|
+
default as DivideSquareIcon
|
|
4160
|
+
} from '../icons/square-divide';
|
|
4159
4161
|
// SquareDot aliases
|
|
4160
4162
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4161
4163
|
export {
|
|
4162
4164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4163
4165
|
default as DotSquareIcon
|
|
4164
4166
|
} from '../icons/square-dot';
|
|
4167
|
+
// SquareEqual aliases
|
|
4168
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4171
|
+
default as EqualSquareIcon
|
|
4172
|
+
} from '../icons/square-equal';
|
|
4165
4173
|
// SquareFunction aliases
|
|
4166
4174
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4167
4175
|
export {
|
|
@@ -4174,12 +4182,6 @@ export {
|
|
|
4174
4182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4175
4183
|
default as KanbanSquareIcon
|
|
4176
4184
|
} 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';
|
|
4183
4185
|
// SquareLibrary aliases
|
|
4184
4186
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4185
4187
|
export {
|
|
@@ -4210,18 +4212,18 @@ export {
|
|
|
4210
4212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4211
4213
|
default as InspectIcon
|
|
4212
4214
|
} from '../icons/square-mouse-pointer';
|
|
4213
|
-
// SquareParkingOff aliases
|
|
4214
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4215
|
-
export {
|
|
4216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4217
|
-
default as ParkingSquareOffIcon
|
|
4218
|
-
} from '../icons/square-parking-off';
|
|
4219
4215
|
// SquareParking aliases
|
|
4220
4216
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4221
4217
|
export {
|
|
4222
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4223
4219
|
default as ParkingSquareIcon
|
|
4224
4220
|
} from '../icons/square-parking';
|
|
4221
|
+
// SquareParkingOff aliases
|
|
4222
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4223
|
+
export {
|
|
4224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4225
|
+
default as ParkingSquareOffIcon
|
|
4226
|
+
} from '../icons/square-parking-off';
|
|
4225
4227
|
// SquarePen aliases
|
|
4226
4228
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4227
4229
|
export {
|
|
@@ -4254,6 +4256,12 @@ export {
|
|
|
4254
4256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4255
4257
|
default as PilcrowSquareIcon
|
|
4256
4258
|
} from '../icons/square-pilcrow';
|
|
4259
|
+
// SquarePlus aliases
|
|
4260
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4261
|
+
export {
|
|
4262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4263
|
+
default as PlusSquareIcon
|
|
4264
|
+
} from '../icons/square-plus';
|
|
4257
4265
|
// SquarePlay aliases
|
|
4258
4266
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4259
4267
|
export {
|
|
@@ -4266,30 +4274,30 @@ export {
|
|
|
4266
4274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4267
4275
|
default as PowerSquareIcon
|
|
4268
4276
|
} 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';
|
|
4275
4277
|
// SquareScissors aliases
|
|
4276
4278
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4277
4279
|
export {
|
|
4278
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4279
4281
|
default as ScissorsSquareIcon
|
|
4280
4282
|
} from '../icons/square-scissors';
|
|
4283
|
+
// SquareSlash aliases
|
|
4284
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4287
|
+
default as SlashSquareIcon
|
|
4288
|
+
} from '../icons/square-slash';
|
|
4281
4289
|
// SquareSigma aliases
|
|
4282
4290
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4283
4291
|
export {
|
|
4284
4292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4285
4293
|
default as SigmaSquareIcon
|
|
4286
4294
|
} from '../icons/square-sigma';
|
|
4287
|
-
//
|
|
4288
|
-
export { default as
|
|
4295
|
+
// SquareTerminal aliases
|
|
4296
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4289
4297
|
export {
|
|
4290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4291
|
-
default as
|
|
4292
|
-
} from '../icons/square-
|
|
4298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4299
|
+
default as TerminalSquareIcon
|
|
4300
|
+
} from '../icons/square-terminal';
|
|
4293
4301
|
// SquareSplitVertical aliases
|
|
4294
4302
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4295
4303
|
export {
|
|
@@ -4302,24 +4310,18 @@ export {
|
|
|
4302
4310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4303
4311
|
default as SplitSquareHorizontalIcon
|
|
4304
4312
|
} from '../icons/square-split-horizontal';
|
|
4305
|
-
//
|
|
4306
|
-
export { default as
|
|
4313
|
+
// SquareUser aliases
|
|
4314
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4307
4315
|
export {
|
|
4308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4309
|
-
default as
|
|
4310
|
-
} from '../icons/square-
|
|
4316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4317
|
+
default as UserSquareIcon
|
|
4318
|
+
} from '../icons/square-user';
|
|
4311
4319
|
// SquareUserRound aliases
|
|
4312
4320
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4313
4321
|
export {
|
|
4314
4322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4315
4323
|
default as UserSquare2Icon
|
|
4316
4324
|
} from '../icons/square-user-round';
|
|
4317
|
-
// SquareUser aliases
|
|
4318
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4319
|
-
export {
|
|
4320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4321
|
-
default as UserSquareIcon
|
|
4322
|
-
} from '../icons/square-user';
|
|
4323
4325
|
// SquareX aliases
|
|
4324
4326
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4325
4327
|
export {
|
|
@@ -4332,12 +4334,6 @@ export {
|
|
|
4332
4334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4333
4335
|
default as TestTube2Icon
|
|
4334
4336
|
} from '../icons/test-tube-diagonal';
|
|
4335
|
-
// TextAlignJustify aliases
|
|
4336
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4337
|
-
export {
|
|
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';
|
|
4341
4337
|
// TextAlignCenter aliases
|
|
4342
4338
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4343
4339
|
export {
|
|
@@ -4350,6 +4346,24 @@ export {
|
|
|
4350
4346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4351
4347
|
default as AlignRightIcon
|
|
4352
4348
|
} from '../icons/text-align-end';
|
|
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
|
+
// TextInitial aliases
|
|
4356
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4357
|
+
export {
|
|
4358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4359
|
+
default as LetterTextIcon
|
|
4360
|
+
} from '../icons/text-initial';
|
|
4361
|
+
// TramFront aliases
|
|
4362
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4363
|
+
export {
|
|
4364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4365
|
+
default as TrainIcon
|
|
4366
|
+
} from '../icons/tram-front';
|
|
4353
4367
|
// TextAlignStart aliases
|
|
4354
4368
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4355
4369
|
export {
|
|
@@ -4366,24 +4380,12 @@ export {
|
|
|
4366
4380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4367
4381
|
default as WrapTextIcon
|
|
4368
4382
|
} from '../icons/text-wrap';
|
|
4369
|
-
// TramFront aliases
|
|
4370
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4371
|
-
export {
|
|
4372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4373
|
-
default as TrainIcon
|
|
4374
|
-
} from '../icons/tram-front';
|
|
4375
4383
|
// TreePalm aliases
|
|
4376
4384
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4377
4385
|
export {
|
|
4378
4386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4379
4387
|
default as PalmtreeIcon
|
|
4380
4388
|
} 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';
|
|
4387
4389
|
// TriangleAlert aliases
|
|
4388
4390
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4389
4391
|
export {
|
|
@@ -4426,6 +4428,12 @@ export {
|
|
|
4426
4428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4427
4429
|
default as UserPlus2Icon
|
|
4428
4430
|
} from '../icons/user-round-plus';
|
|
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';
|
|
4429
4437
|
// UserRound aliases
|
|
4430
4438
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4431
4439
|
export {
|
|
@@ -4438,24 +4446,12 @@ export {
|
|
|
4438
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4439
4447
|
default as Users2Icon
|
|
4440
4448
|
} from '../icons/users-round';
|
|
4441
|
-
// UserRoundX aliases
|
|
4442
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4443
|
-
export {
|
|
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';
|
|
4447
4449
|
// UtensilsCrossed aliases
|
|
4448
4450
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4449
4451
|
export {
|
|
4450
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4451
4453
|
default as ForkKnifeCrossedIcon
|
|
4452
4454
|
} from '../icons/utensils-crossed';
|
|
4453
|
-
// WalletMinimal aliases
|
|
4454
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4455
|
-
export {
|
|
4456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4457
|
-
default as Wallet2Icon
|
|
4458
|
-
} from '../icons/wallet-minimal';
|
|
4459
4455
|
// Utensils aliases
|
|
4460
4456
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4461
4457
|
export {
|
|
@@ -4468,6 +4464,12 @@ export {
|
|
|
4468
4464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4469
4465
|
default as Wand2Icon
|
|
4470
4466
|
} from '../icons/wand-sparkles';
|
|
4467
|
+
// WalletMinimal aliases
|
|
4468
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4469
|
+
export {
|
|
4470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4471
|
+
default as Wallet2Icon
|
|
4472
|
+
} from '../icons/wallet-minimal';
|
|
4471
4473
|
// WavesHorizontal aliases
|
|
4472
4474
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4473
4475
|
export {
|