@lucide/astro 0.549.0 → 0.550.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 +78 -78
- package/src/aliases/prefixed.ts +556 -554
- package/src/aliases/suffixed.ts +860 -858
- package/src/icons/helicopter.ts +18 -0
- package/src/icons/index.ts +116 -115
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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';
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
-
// AirVent aliases
|
|
10
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
9
|
// Activity aliases
|
|
12
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
+
// AirVent aliases
|
|
12
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
@@ -20,52 +20,52 @@ export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlignCenterHorizontal aliases
|
|
24
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
25
|
// AlignCenterVertical aliases
|
|
24
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignEndVertical aliases
|
|
28
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
25
29
|
// AlignEndHorizontal aliases
|
|
26
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
-
// AlignCenterHorizontal aliases
|
|
28
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
29
31
|
// AlignHorizontalDistributeCenter aliases
|
|
30
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
33
|
// AlignHorizontalDistributeEnd aliases
|
|
32
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
-
// AlignEndVertical aliases
|
|
34
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
|
-
// AlignHorizontalJustifyCenter aliases
|
|
36
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
+
// AlignHorizontalJustifyCenter aliases
|
|
38
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
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
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
48
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalJustifyEnd aliases
|
|
56
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalJustifyEnd aliases
|
|
60
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
62
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
-
// Ambulance aliases
|
|
66
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
65
|
// AlignVerticalSpaceBetween aliases
|
|
68
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
+
// Ambulance aliases
|
|
68
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
71
|
// Ampersands aliases
|
|
@@ -74,18 +74,18 @@ export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
-
// Angry aliases
|
|
78
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
79
77
|
// Antenna aliases
|
|
80
78
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
|
-
// Anvil aliases
|
|
84
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
81
|
// Aperture aliases
|
|
86
82
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
83
|
+
// Angry aliases
|
|
84
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
|
+
// Anvil aliases
|
|
88
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
@@ -102,10 +102,10 @@ export { default as ArmchairIcon } from '../icons/armchair';
|
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeftDash aliases
|
|
106
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
105
|
// ArrowBigLeft aliases
|
|
108
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
|
+
// ArrowBigLeftDash aliases
|
|
108
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
@@ -140,28 +140,28 @@ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
141
|
// ArrowRightFromLine aliases
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
-
// ArrowRightToLine aliases
|
|
144
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
143
|
// ArrowRightLeft aliases
|
|
146
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
+
// ArrowRightToLine aliases
|
|
146
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
152
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
-
// ArrowUpFromLine aliases
|
|
154
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
153
|
// ArrowUpLeft aliases
|
|
156
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
|
+
// ArrowUpFromLine aliases
|
|
156
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
+
// ArrowUpWideNarrow aliases
|
|
160
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
161
|
// ArrowUpToLine aliases
|
|
160
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
163
|
// ArrowUp aliases
|
|
162
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
|
-
// ArrowUpWideNarrow aliases
|
|
164
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
@@ -188,14 +188,14 @@ export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
|
188
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
|
-
// BadgeEuro aliases
|
|
192
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
191
|
// BadgeIndianRupee aliases
|
|
194
192
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
-
//
|
|
196
|
-
export { default as
|
|
193
|
+
// BadgeEuro aliases
|
|
194
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
195
|
// BadgeInfo aliases
|
|
198
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
|
+
// BadgeJapaneseYen aliases
|
|
198
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
201
|
// BadgePercent aliases
|
|
@@ -220,10 +220,10 @@ export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
|
220
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
221
|
// Banana aliases
|
|
222
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
-
// Bandage aliases
|
|
224
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
225
223
|
// BanknoteArrowDown aliases
|
|
226
224
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
227
227
|
// BanknoteArrowUp aliases
|
|
228
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
229
|
// BanknoteX aliases
|
|
@@ -236,36 +236,36 @@ export { default as BarcodeIcon } from '../icons/barcode';
|
|
|
236
236
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
237
|
// Baseline aliases
|
|
238
238
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
|
+
// BatteryCharging aliases
|
|
240
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
239
241
|
// Bath aliases
|
|
240
242
|
export { default as BathIcon } from '../icons/bath';
|
|
241
243
|
// BatteryFull aliases
|
|
242
244
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
243
|
-
// BatteryCharging aliases
|
|
244
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
-
// BatteryMedium aliases
|
|
246
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
247
245
|
// BatteryLow aliases
|
|
248
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
|
-
//
|
|
250
|
-
export { default as
|
|
247
|
+
// BatteryMedium aliases
|
|
248
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
249
|
// BatteryPlus aliases
|
|
252
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
+
// BatteryWarning aliases
|
|
252
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
253
|
// Battery aliases
|
|
254
254
|
export { default as BatteryIcon } from '../icons/battery';
|
|
255
|
-
// Bean aliases
|
|
256
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
257
255
|
// Beaker aliases
|
|
258
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
|
-
// BedDouble aliases
|
|
260
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
261
257
|
// BeanOff aliases
|
|
262
258
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
|
+
// Bean aliases
|
|
260
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
261
|
+
// BedDouble aliases
|
|
262
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
263
263
|
// BedSingle aliases
|
|
264
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
265
|
// Beef aliases
|
|
268
266
|
export { default as BeefIcon } from '../icons/beef';
|
|
267
|
+
// Bed aliases
|
|
268
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
269
|
// BeerOff aliases
|
|
270
270
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
271
|
// Beer aliases
|
|
@@ -276,10 +276,10 @@ export { default as BellDotIcon } from '../icons/bell-dot';
|
|
|
276
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
277
|
// BellMinus aliases
|
|
278
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
|
-
// BellOff aliases
|
|
280
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
279
|
// BellPlus aliases
|
|
282
280
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
281
|
+
// BellOff aliases
|
|
282
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
283
|
// BellRing aliases
|
|
284
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
285
|
// Bell aliases
|
|
@@ -292,12 +292,12 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
|
|
|
292
292
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
293
|
// Bike aliases
|
|
294
294
|
export { default as BikeIcon } from '../icons/bike';
|
|
295
|
+
// Binary aliases
|
|
296
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
295
297
|
// Binoculars aliases
|
|
296
298
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
297
299
|
// Biohazard aliases
|
|
298
300
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
299
|
-
// Binary aliases
|
|
300
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
301
301
|
// Bird aliases
|
|
302
302
|
export { default as BirdIcon } from '../icons/bird';
|
|
303
303
|
// Birdhouse aliases
|
|
@@ -306,34 +306,34 @@ export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
|
306
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
307
|
// Blend aliases
|
|
308
308
|
export { default as BlendIcon } from '../icons/blend';
|
|
309
|
-
// Blinds aliases
|
|
310
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
309
|
// Blocks aliases
|
|
312
310
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
311
|
+
// Blinds aliases
|
|
312
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
313
|
// BluetoothConnected aliases
|
|
314
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
315
|
// BluetoothOff aliases
|
|
316
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
-
// Bold aliases
|
|
318
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
319
317
|
// BluetoothSearching aliases
|
|
320
318
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
-
// Bolt aliases
|
|
322
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
323
319
|
// Bluetooth aliases
|
|
324
320
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
|
+
// Bold aliases
|
|
322
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
325
323
|
// Bomb aliases
|
|
326
324
|
export { default as BombIcon } from '../icons/bomb';
|
|
325
|
+
// Bolt aliases
|
|
326
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
327
327
|
// Bone aliases
|
|
328
328
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
329
|
// BookA aliases
|
|
330
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
331
|
// BookAlert aliases
|
|
332
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
-
// BookCheck aliases
|
|
334
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
333
|
// BookAudio aliases
|
|
336
334
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
|
+
// BookCheck aliases
|
|
336
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
337
|
// BookCopy aliases
|
|
338
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
339
|
// BookDown aliases
|
|
@@ -360,10 +360,10 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
360
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
361
|
// BookPlus aliases
|
|
362
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
-
// BookType aliases
|
|
364
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
365
363
|
// BookText aliases
|
|
366
364
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
|
+
// BookType aliases
|
|
366
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
367
367
|
// BookUp2 aliases
|
|
368
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
369
|
// BookUp aliases
|
|
@@ -394,14 +394,14 @@ export { default as BotOffIcon } from '../icons/bot-off';
|
|
|
394
394
|
export { default as BotIcon } from '../icons/bot';
|
|
395
395
|
// BottleWine aliases
|
|
396
396
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
397
|
-
// Box aliases
|
|
398
|
-
export { default as BoxIcon } from '../icons/box';
|
|
399
397
|
// BowArrow aliases
|
|
400
398
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
|
-
//
|
|
402
|
-
export { default as
|
|
399
|
+
// Box aliases
|
|
400
|
+
export { default as BoxIcon } from '../icons/box';
|
|
403
401
|
// Boxes aliases
|
|
404
402
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
|
+
// Brackets aliases
|
|
404
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
405
|
// BrainCircuit aliases
|
|
406
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
407
|
// BrainCog aliases
|
|
@@ -416,22 +416,22 @@ export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
|
416
416
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
417
|
// BriefcaseBusiness aliases
|
|
418
418
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
|
-
// BriefcaseMedical aliases
|
|
420
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
419
|
// BriefcaseConveyorBelt aliases
|
|
422
420
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
|
+
// BriefcaseMedical aliases
|
|
422
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
423
423
|
// BringToFront aliases
|
|
424
424
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
|
-
// Brush aliases
|
|
426
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
427
425
|
// Briefcase aliases
|
|
428
426
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
427
|
// BrushCleaning aliases
|
|
430
428
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
-
//
|
|
432
|
-
export { default as
|
|
429
|
+
// Brush aliases
|
|
430
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
433
431
|
// BugOff aliases
|
|
434
432
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
|
+
// Bubbles aliases
|
|
434
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
435
|
// BugPlay aliases
|
|
436
436
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
437
437
|
// Bug aliases
|
|
@@ -448,68 +448,68 @@ export { default as BusIcon } from '../icons/bus';
|
|
|
448
448
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
449
449
|
// Cable aliases
|
|
450
450
|
export { default as CableIcon } from '../icons/cable';
|
|
451
|
-
// Cake aliases
|
|
452
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
453
451
|
// CakeSlice aliases
|
|
454
452
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
|
+
// Cake aliases
|
|
454
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
455
455
|
// Calculator aliases
|
|
456
456
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
|
-
// Calendar1 aliases
|
|
458
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
459
|
-
// CalendarArrowDown aliases
|
|
460
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
457
|
// CalendarArrowUp aliases
|
|
462
458
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
463
|
-
//
|
|
464
|
-
export { default as
|
|
459
|
+
// CalendarArrowDown aliases
|
|
460
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
|
+
// Calendar1 aliases
|
|
462
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
465
463
|
// CalendarCheck2 aliases
|
|
466
464
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
|
+
// CalendarCheck aliases
|
|
466
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
467
|
// CalendarClock aliases
|
|
468
468
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
|
-
// CalendarDays aliases
|
|
470
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
471
469
|
// CalendarCog aliases
|
|
472
470
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
|
-
//
|
|
474
|
-
export { default as
|
|
471
|
+
// CalendarDays aliases
|
|
472
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
473
|
// CalendarFold aliases
|
|
476
474
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
|
-
//
|
|
478
|
-
export { default as
|
|
475
|
+
// CalendarHeart aliases
|
|
476
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
477
|
// CalendarMinus2 aliases
|
|
480
478
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
|
+
// CalendarMinus aliases
|
|
480
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
481
|
// CalendarOff aliases
|
|
482
482
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
|
-
// CalendarPlus aliases
|
|
484
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
483
|
// CalendarPlus2 aliases
|
|
486
484
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
|
+
// CalendarPlus aliases
|
|
486
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
487
487
|
// CalendarRange aliases
|
|
488
488
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
489
|
// CalendarSearch aliases
|
|
490
490
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
|
-
// CalendarX aliases
|
|
492
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
493
491
|
// CalendarSync aliases
|
|
494
492
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
493
|
// CalendarX2 aliases
|
|
496
494
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
495
|
+
// CalendarX aliases
|
|
496
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
497
497
|
// Calendar aliases
|
|
498
498
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
499
|
// CameraOff aliases
|
|
500
500
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
501
|
-
// CandyCane aliases
|
|
502
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
503
501
|
// Camera aliases
|
|
504
502
|
export { default as CameraIcon } from '../icons/camera';
|
|
503
|
+
// CandyCane aliases
|
|
504
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
505
505
|
// CandyOff aliases
|
|
506
506
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
507
|
-
// CaptionsOff aliases
|
|
508
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
509
507
|
// Candy aliases
|
|
510
508
|
export { default as CandyIcon } from '../icons/candy';
|
|
511
509
|
// Cannabis aliases
|
|
512
510
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
511
|
+
// CaptionsOff aliases
|
|
512
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
513
513
|
// CarFront aliases
|
|
514
514
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
515
|
// CarTaxiFront aliases
|
|
@@ -518,10 +518,10 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
518
518
|
export { default as CarIcon } from '../icons/car';
|
|
519
519
|
// Caravan aliases
|
|
520
520
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
|
-
// Carrot aliases
|
|
522
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
523
521
|
// CardSim aliases
|
|
524
522
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
523
|
+
// Carrot aliases
|
|
524
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
525
|
// CaseLower aliases
|
|
526
526
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
527
527
|
// CaseSensitive aliases
|
|
@@ -536,10 +536,10 @@ export { default as CastIcon } from '../icons/cast';
|
|
|
536
536
|
export { default as CastleIcon } from '../icons/castle';
|
|
537
537
|
// Cat aliases
|
|
538
538
|
export { default as CatIcon } from '../icons/cat';
|
|
539
|
-
// Cctv aliases
|
|
540
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
541
539
|
// ChartBarDecreasing aliases
|
|
542
540
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
541
|
+
// Cctv aliases
|
|
542
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
543
543
|
// ChartBarIncreasing aliases
|
|
544
544
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
545
545
|
// ChartBarStacked aliases
|
|
@@ -550,42 +550,42 @@ export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decr
|
|
|
550
550
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
551
551
|
// ChartGantt aliases
|
|
552
552
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
554
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
555
553
|
// ChartNetwork aliases
|
|
556
554
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
556
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
557
557
|
// ChartNoAxesCombined aliases
|
|
558
558
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
559
559
|
// ChartSpline aliases
|
|
560
560
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
561
|
-
// CheckCheck aliases
|
|
562
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
563
561
|
// CheckLine aliases
|
|
564
562
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
563
|
+
// CheckCheck aliases
|
|
564
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
565
|
// Check aliases
|
|
566
566
|
export { default as CheckIcon } from '../icons/check';
|
|
567
|
-
// ChefHat aliases
|
|
568
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
567
|
// Cherry aliases
|
|
570
568
|
export { default as CherryIcon } from '../icons/cherry';
|
|
571
|
-
// ChevronFirst aliases
|
|
572
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
573
569
|
// ChevronDown aliases
|
|
574
570
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
571
|
+
// ChefHat aliases
|
|
572
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
|
+
// ChevronFirst aliases
|
|
574
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
575
575
|
// ChevronLast aliases
|
|
576
576
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
577
577
|
// ChevronLeft aliases
|
|
578
578
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
579
|
+
// ChevronUp aliases
|
|
580
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
579
581
|
// ChevronRight aliases
|
|
580
582
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
583
|
+
// ChevronsDownUp aliases
|
|
584
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
581
585
|
// ChevronsDown aliases
|
|
582
586
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
583
|
-
// ChevronUp aliases
|
|
584
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
585
587
|
// ChevronsLeftRightEllipsis aliases
|
|
586
588
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
587
|
-
// ChevronsDownUp aliases
|
|
588
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
589
|
// ChevronsLeftRight aliases
|
|
590
590
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
591
591
|
// ChevronsLeft aliases
|
|
@@ -602,18 +602,18 @@ export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
|
602
602
|
export { default as ChurchIcon } from '../icons/church';
|
|
603
603
|
// CigaretteOff aliases
|
|
604
604
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
605
|
-
// Cigarette aliases
|
|
606
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
607
605
|
// CircleDashed aliases
|
|
608
606
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
|
+
// Cigarette aliases
|
|
608
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
609
609
|
// CircleDollarSign aliases
|
|
610
610
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
611
|
-
// CircleDot aliases
|
|
612
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
613
611
|
// CircleDotDashed aliases
|
|
614
612
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
615
613
|
// CircleEllipsis aliases
|
|
616
614
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
615
|
+
// CircleDot aliases
|
|
616
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
617
617
|
// CircleEqual aliases
|
|
618
618
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
619
619
|
// CircleFadingArrowUp aliases
|
|
@@ -622,42 +622,42 @@ export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow
|
|
|
622
622
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
623
623
|
// CircleOff aliases
|
|
624
624
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
625
|
-
// CircleSmall aliases
|
|
626
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
627
625
|
// CirclePoundSterling aliases
|
|
628
626
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
629
627
|
// CircleSlash aliases
|
|
630
628
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
631
|
-
//
|
|
632
|
-
export { default as
|
|
629
|
+
// CircleSmall aliases
|
|
630
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
633
631
|
// CircleStar aliases
|
|
634
632
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
633
|
+
// Circle aliases
|
|
634
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
637
635
|
// CircuitBoard aliases
|
|
638
636
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
637
|
+
// Citrus aliases
|
|
638
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
639
639
|
// ClipboardCheck aliases
|
|
640
640
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
641
|
+
// ClipboardClock aliases
|
|
642
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
641
643
|
// Clapperboard aliases
|
|
642
644
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
643
645
|
// ClipboardCopy aliases
|
|
644
646
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
645
|
-
// ClipboardClock aliases
|
|
646
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
647
647
|
// ClipboardList aliases
|
|
648
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
649
|
// ClipboardMinus aliases
|
|
650
650
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
651
651
|
// ClipboardPaste aliases
|
|
652
652
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
653
|
-
// ClipboardX aliases
|
|
654
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
655
653
|
// ClipboardPlus aliases
|
|
656
654
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
657
|
-
// Clipboard aliases
|
|
658
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
659
655
|
// ClipboardType aliases
|
|
660
656
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
657
|
+
// ClipboardX aliases
|
|
658
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
659
|
+
// Clipboard aliases
|
|
660
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
661
661
|
// Clock1 aliases
|
|
662
662
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
663
663
|
// Clock10 aliases
|
|
@@ -676,10 +676,10 @@ export { default as Clock4Icon } from '../icons/clock-4';
|
|
|
676
676
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
677
677
|
// Clock6 aliases
|
|
678
678
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
679
|
-
// Clock8 aliases
|
|
680
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
679
|
// Clock7 aliases
|
|
682
680
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
681
|
+
// Clock8 aliases
|
|
682
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
683
683
|
// Clock9 aliases
|
|
684
684
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
685
685
|
// ClockAlert aliases
|
|
@@ -688,24 +688,24 @@ export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
|
688
688
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
689
689
|
// ClockArrowUp aliases
|
|
690
690
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
691
|
-
// ClockPlus aliases
|
|
692
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
693
691
|
// ClockFading aliases
|
|
694
692
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
693
|
+
// ClockPlus aliases
|
|
694
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
695
695
|
// Clock aliases
|
|
696
696
|
export { default as ClockIcon } from '../icons/clock';
|
|
697
|
-
// CloudAlert aliases
|
|
698
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
699
697
|
// ClosedCaption aliases
|
|
700
698
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
699
|
+
// CloudAlert aliases
|
|
700
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
701
701
|
// CloudCheck aliases
|
|
702
702
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
703
703
|
// CloudCog aliases
|
|
704
704
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
705
|
-
// CloudFog aliases
|
|
706
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
707
705
|
// CloudDrizzle aliases
|
|
708
706
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
707
|
+
// CloudFog aliases
|
|
708
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
709
709
|
// CloudHail aliases
|
|
710
710
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
711
711
|
// CloudLightning aliases
|
|
@@ -716,14 +716,14 @@ export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
|
716
716
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
717
717
|
// CloudOff aliases
|
|
718
718
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
719
|
-
// CloudSunRain aliases
|
|
720
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
721
|
-
// CloudRain aliases
|
|
722
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
719
|
// CloudRainWind aliases
|
|
724
720
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
721
|
+
// CloudRain aliases
|
|
722
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
725
723
|
// CloudSnow aliases
|
|
726
724
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
725
|
+
// CloudSunRain aliases
|
|
726
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
727
727
|
// CloudSun aliases
|
|
728
728
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
729
729
|
// Cloud aliases
|
|
@@ -734,26 +734,26 @@ export { default as CloudyIcon } from '../icons/cloudy';
|
|
|
734
734
|
export { default as CloverIcon } from '../icons/clover';
|
|
735
735
|
// Club aliases
|
|
736
736
|
export { default as ClubIcon } from '../icons/club';
|
|
737
|
-
// Codepen aliases
|
|
738
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
739
737
|
// Code aliases
|
|
740
738
|
export { default as CodeIcon } from '../icons/code';
|
|
739
|
+
// Codepen aliases
|
|
740
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
741
741
|
// Codesandbox aliases
|
|
742
742
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
743
743
|
// Coffee aliases
|
|
744
744
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
745
|
-
// Coins aliases
|
|
746
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
747
745
|
// Cog aliases
|
|
748
746
|
export { default as CogIcon } from '../icons/cog';
|
|
747
|
+
// Coins aliases
|
|
748
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
749
749
|
// Columns4 aliases
|
|
750
750
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
751
751
|
// Combine aliases
|
|
752
752
|
export { default as CombineIcon } from '../icons/combine';
|
|
753
|
-
// Compass aliases
|
|
754
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
755
753
|
// Command aliases
|
|
756
754
|
export { default as CommandIcon } from '../icons/command';
|
|
755
|
+
// Compass aliases
|
|
756
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
757
757
|
// Component aliases
|
|
758
758
|
export { default as ComponentIcon } from '../icons/component';
|
|
759
759
|
// Computer aliases
|
|
@@ -762,60 +762,60 @@ export { default as ComputerIcon } from '../icons/computer';
|
|
|
762
762
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
763
763
|
// Cone aliases
|
|
764
764
|
export { default as ConeIcon } from '../icons/cone';
|
|
765
|
-
// Contact aliases
|
|
766
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
767
765
|
// Construction aliases
|
|
768
766
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
767
|
+
// Contact aliases
|
|
768
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
769
769
|
// Container aliases
|
|
770
770
|
export { default as ContainerIcon } from '../icons/container';
|
|
771
771
|
// Contrast aliases
|
|
772
772
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
773
|
-
// CookingPot aliases
|
|
774
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
775
773
|
// Cookie aliases
|
|
776
774
|
export { default as CookieIcon } from '../icons/cookie';
|
|
775
|
+
// CookingPot aliases
|
|
776
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
777
777
|
// CopyCheck aliases
|
|
778
778
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
779
|
-
// CopyPlus aliases
|
|
780
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
781
779
|
// CopyMinus aliases
|
|
782
780
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
781
|
+
// CopyPlus aliases
|
|
782
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
783
783
|
// CopySlash aliases
|
|
784
784
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
785
785
|
// CopyX aliases
|
|
786
786
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
787
787
|
// Copy aliases
|
|
788
788
|
export { default as CopyIcon } from '../icons/copy';
|
|
789
|
+
// Copyright aliases
|
|
790
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
789
791
|
// Copyleft aliases
|
|
790
792
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
791
793
|
// CornerDownLeft aliases
|
|
792
794
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
793
795
|
// CornerDownRight aliases
|
|
794
796
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
795
|
-
//
|
|
796
|
-
export { default as
|
|
797
|
+
// CornerRightDown aliases
|
|
798
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
797
799
|
// CornerLeftDown aliases
|
|
798
800
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
799
801
|
// CornerLeftUp aliases
|
|
800
802
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
801
|
-
// CornerRightDown aliases
|
|
802
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
803
|
-
// CornerUpRight aliases
|
|
804
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
805
803
|
// CornerRightUp aliases
|
|
806
804
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
807
805
|
// CornerUpLeft aliases
|
|
808
806
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
807
|
+
// CornerUpRight aliases
|
|
808
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
809
809
|
// Cpu aliases
|
|
810
810
|
export { default as CpuIcon } from '../icons/cpu';
|
|
811
811
|
// CreativeCommons aliases
|
|
812
812
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
813
813
|
// CreditCard aliases
|
|
814
814
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
815
|
-
// Crop aliases
|
|
816
|
-
export { default as CropIcon } from '../icons/crop';
|
|
817
815
|
// Croissant aliases
|
|
818
816
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
817
|
+
// Crop aliases
|
|
818
|
+
export { default as CropIcon } from '../icons/crop';
|
|
819
819
|
// Crosshair aliases
|
|
820
820
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
821
821
|
// Cross aliases
|
|
@@ -834,28 +834,28 @@ export { default as CylinderIcon } from '../icons/cylinder';
|
|
|
834
834
|
export { default as DamIcon } from '../icons/dam';
|
|
835
835
|
// DatabaseBackup aliases
|
|
836
836
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
837
|
-
// Database aliases
|
|
838
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
839
837
|
// DatabaseZap aliases
|
|
840
838
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
839
|
+
// Database aliases
|
|
840
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
841
841
|
// DecimalsArrowLeft aliases
|
|
842
842
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
843
843
|
// DecimalsArrowRight aliases
|
|
844
844
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
845
|
-
// Dessert aliases
|
|
846
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
847
|
-
// Diameter aliases
|
|
848
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
849
845
|
// Delete aliases
|
|
850
846
|
export { default as DeleteIcon } from '../icons/delete';
|
|
847
|
+
// Diameter aliases
|
|
848
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
849
|
+
// Dessert aliases
|
|
850
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
851
851
|
// DiamondMinus aliases
|
|
852
852
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
853
853
|
// DiamondPlus aliases
|
|
854
854
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
855
|
-
// Dice1 aliases
|
|
856
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
857
855
|
// Diamond aliases
|
|
858
856
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
857
|
+
// Dice1 aliases
|
|
858
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
859
859
|
// Dice2 aliases
|
|
860
860
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
861
861
|
// Dice3 aliases
|
|
@@ -866,12 +866,12 @@ export { default as Dice4Icon } from '../icons/dice-4';
|
|
|
866
866
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
867
867
|
// Dice6 aliases
|
|
868
868
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
869
|
+
// Dices aliases
|
|
870
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
869
871
|
// Diff aliases
|
|
870
872
|
export { default as DiffIcon } from '../icons/diff';
|
|
871
873
|
// Disc2 aliases
|
|
872
874
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
873
|
-
// Dices aliases
|
|
874
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
875
875
|
// Disc3 aliases
|
|
876
876
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
877
877
|
// DiscAlbum aliases
|
|
@@ -884,78 +884,78 @@ export { default as DivideIcon } from '../icons/divide';
|
|
|
884
884
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
885
885
|
// Dna aliases
|
|
886
886
|
export { default as DnaIcon } from '../icons/dna';
|
|
887
|
-
// Dog aliases
|
|
888
|
-
export { default as DogIcon } from '../icons/dog';
|
|
889
887
|
// Dock aliases
|
|
890
888
|
export { default as DockIcon } from '../icons/dock';
|
|
889
|
+
// Dog aliases
|
|
890
|
+
export { default as DogIcon } from '../icons/dog';
|
|
891
891
|
// DollarSign aliases
|
|
892
892
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
893
893
|
// Donut aliases
|
|
894
894
|
export { default as DonutIcon } from '../icons/donut';
|
|
895
895
|
// DoorClosedLocked aliases
|
|
896
896
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
897
|
+
// DoorClosed aliases
|
|
898
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
897
899
|
// DoorOpen aliases
|
|
898
900
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
899
|
-
// Download aliases
|
|
900
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
901
901
|
// Dot aliases
|
|
902
902
|
export { default as DotIcon } from '../icons/dot';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
903
|
+
// Download aliases
|
|
904
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
905
905
|
// DraftingCompass aliases
|
|
906
906
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
907
907
|
// Drama aliases
|
|
908
908
|
export { default as DramaIcon } from '../icons/drama';
|
|
909
909
|
// Dribbble aliases
|
|
910
910
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
911
|
-
// Drone aliases
|
|
912
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
913
911
|
// Drill aliases
|
|
914
912
|
export { default as DrillIcon } from '../icons/drill';
|
|
915
|
-
//
|
|
916
|
-
export { default as
|
|
913
|
+
// Drone aliases
|
|
914
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
917
915
|
// DropletOff aliases
|
|
918
916
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
917
|
+
// Droplet aliases
|
|
918
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
919
919
|
// Droplets aliases
|
|
920
920
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
921
|
-
// Drumstick aliases
|
|
922
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
923
921
|
// Drum aliases
|
|
924
922
|
export { default as DrumIcon } from '../icons/drum';
|
|
923
|
+
// Drumstick aliases
|
|
924
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
925
925
|
// Dumbbell aliases
|
|
926
926
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
927
927
|
// EarOff aliases
|
|
928
928
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
929
|
-
// EarthLock aliases
|
|
930
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
931
929
|
// Ear aliases
|
|
932
930
|
export { default as EarIcon } from '../icons/ear';
|
|
933
|
-
//
|
|
934
|
-
export { default as
|
|
931
|
+
// EarthLock aliases
|
|
932
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
935
933
|
// EggFried aliases
|
|
936
934
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
937
|
-
//
|
|
938
|
-
export { default as
|
|
935
|
+
// Eclipse aliases
|
|
936
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
939
937
|
// EggOff aliases
|
|
940
938
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
939
|
+
// Egg aliases
|
|
940
|
+
export { default as EggIcon } from '../icons/egg';
|
|
941
941
|
// EqualApproximately aliases
|
|
942
942
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
943
943
|
// EqualNot aliases
|
|
944
944
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
945
|
-
// Equal aliases
|
|
946
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
947
945
|
// Eraser aliases
|
|
948
946
|
export { default as EraserIcon } from '../icons/eraser';
|
|
947
|
+
// Equal aliases
|
|
948
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
949
949
|
// EthernetPort aliases
|
|
950
950
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
951
951
|
// Euro aliases
|
|
952
952
|
export { default as EuroIcon } from '../icons/euro';
|
|
953
953
|
// EvCharger aliases
|
|
954
954
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
955
|
-
// Expand aliases
|
|
956
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
957
955
|
// ExternalLink aliases
|
|
958
956
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
957
|
+
// Expand aliases
|
|
958
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
959
959
|
// EyeClosed aliases
|
|
960
960
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
961
961
|
// EyeOff aliases
|
|
@@ -968,10 +968,10 @@ export { default as FacebookIcon } from '../icons/facebook';
|
|
|
968
968
|
export { default as FactoryIcon } from '../icons/factory';
|
|
969
969
|
// Fan aliases
|
|
970
970
|
export { default as FanIcon } from '../icons/fan';
|
|
971
|
-
// Feather aliases
|
|
972
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
973
971
|
// FastForward aliases
|
|
974
972
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
973
|
+
// Feather aliases
|
|
974
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
975
975
|
// Fence aliases
|
|
976
976
|
export { default as FenceIcon } from '../icons/fence';
|
|
977
977
|
// FerrisWheel aliases
|
|
@@ -994,10 +994,10 @@ export { default as FileBoxIcon } from '../icons/file-box';
|
|
|
994
994
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
995
995
|
// FileCheck aliases
|
|
996
996
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
997
|
-
// FileCode2 aliases
|
|
998
|
-
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
999
997
|
// FileClock aliases
|
|
1000
998
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
999
|
+
// FileCode2 aliases
|
|
1000
|
+
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
1001
1001
|
// FileCode aliases
|
|
1002
1002
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1003
1003
|
// FileDiff aliases
|
|
@@ -1006,20 +1006,20 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1006
1006
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1007
1007
|
// FileDown aliases
|
|
1008
1008
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1009
|
-
// FileImage aliases
|
|
1010
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1011
1009
|
// FileHeart aliases
|
|
1012
1010
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1011
|
+
// FileImage aliases
|
|
1012
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1013
1013
|
// FileInput aliases
|
|
1014
1014
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1015
1015
|
// FileJson2 aliases
|
|
1016
1016
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1017
1017
|
// FileJson aliases
|
|
1018
1018
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1019
|
-
// FileKey aliases
|
|
1020
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1021
1019
|
// FileKey2 aliases
|
|
1022
1020
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1021
|
+
// FileKey aliases
|
|
1022
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1023
1023
|
// FileLock2 aliases
|
|
1024
1024
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
1025
|
// FileLock aliases
|
|
@@ -1046,10 +1046,10 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1046
1046
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
1047
|
// FileSpreadsheet aliases
|
|
1048
1048
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
|
-
// FileStack aliases
|
|
1050
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1049
|
// FileSymlink aliases
|
|
1052
1050
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1051
|
+
// FileStack aliases
|
|
1052
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
1055
|
// FileText aliases
|
|
@@ -1060,10 +1060,10 @@ export { default as FileType2Icon } from '../icons/file-type-2';
|
|
|
1060
1060
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1061
1061
|
// FileUp aliases
|
|
1062
1062
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1063
|
-
// FileVolume2 aliases
|
|
1064
|
-
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1065
1063
|
// FileUser aliases
|
|
1066
1064
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
|
+
// FileVolume2 aliases
|
|
1066
|
+
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1067
1067
|
// FileVolume aliases
|
|
1068
1068
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1069
1069
|
// FileWarning aliases
|
|
@@ -1088,10 +1088,10 @@ export { default as FishOffIcon } from '../icons/fish-off';
|
|
|
1088
1088
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1089
1089
|
// Fish aliases
|
|
1090
1090
|
export { default as FishIcon } from '../icons/fish';
|
|
1091
|
-
// FlagOff aliases
|
|
1092
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
1091
|
// FlagTriangleLeft aliases
|
|
1094
1092
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1093
|
+
// FlagOff aliases
|
|
1094
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1095
1095
|
// FlagTriangleRight aliases
|
|
1096
1096
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1097
1097
|
// Flag aliases
|
|
@@ -1100,14 +1100,14 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1100
1100
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1101
1101
|
// Flame aliases
|
|
1102
1102
|
export { default as FlameIcon } from '../icons/flame';
|
|
1103
|
-
// Flashlight aliases
|
|
1104
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1105
1103
|
// FlashlightOff aliases
|
|
1106
1104
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1107
|
-
//
|
|
1108
|
-
export { default as
|
|
1105
|
+
// Flashlight aliases
|
|
1106
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
1107
|
// FlaskConicalOff aliases
|
|
1110
1108
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1109
|
+
// FlaskConical aliases
|
|
1110
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1111
1111
|
// FlaskRound aliases
|
|
1112
1112
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1113
1113
|
// FlipHorizontal2 aliases
|
|
@@ -1124,10 +1124,10 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1124
1124
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1125
1125
|
// Focus aliases
|
|
1126
1126
|
export { default as FocusIcon } from '../icons/focus';
|
|
1127
|
-
// FoldHorizontal aliases
|
|
1128
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1129
1127
|
// FoldVertical aliases
|
|
1130
1128
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1129
|
+
// FoldHorizontal aliases
|
|
1130
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1131
1131
|
// FolderArchive aliases
|
|
1132
1132
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1133
1133
|
// FolderCheck aliases
|
|
@@ -1144,48 +1144,48 @@ export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
|
1144
1144
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1145
1145
|
// FolderGit2 aliases
|
|
1146
1146
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1147
|
-
// FolderHeart aliases
|
|
1148
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1149
1147
|
// FolderGit aliases
|
|
1150
1148
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1149
|
+
// FolderHeart aliases
|
|
1150
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1151
1151
|
// FolderInput aliases
|
|
1152
1152
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1153
|
-
// FolderKey aliases
|
|
1154
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1155
1153
|
// FolderKanban aliases
|
|
1156
1154
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1155
|
+
// FolderKey aliases
|
|
1156
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1157
1157
|
// FolderLock aliases
|
|
1158
1158
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1159
|
-
// FolderOpenDot aliases
|
|
1160
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
1159
|
// FolderMinus aliases
|
|
1162
1160
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1161
|
+
// FolderOpenDot aliases
|
|
1162
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1163
1163
|
// FolderOpen aliases
|
|
1164
1164
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1165
|
-
// FolderOutput aliases
|
|
1166
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1167
1165
|
// FolderPlus aliases
|
|
1168
1166
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1167
|
+
// FolderOutput aliases
|
|
1168
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1169
1169
|
// FolderRoot aliases
|
|
1170
1170
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1171
|
-
// FolderSearch aliases
|
|
1172
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
1171
|
// FolderSearch2 aliases
|
|
1174
1172
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1173
|
+
// FolderSearch aliases
|
|
1174
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1175
1175
|
// FolderSymlink aliases
|
|
1176
1176
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1177
1177
|
// FolderSync aliases
|
|
1178
1178
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1179
|
-
// FolderX aliases
|
|
1180
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1181
1179
|
// FolderTree aliases
|
|
1182
1180
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1183
1181
|
// FolderUp aliases
|
|
1184
1182
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1185
|
-
//
|
|
1186
|
-
export { default as
|
|
1183
|
+
// FolderX aliases
|
|
1184
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1187
1185
|
// Folder aliases
|
|
1188
1186
|
export { default as FolderIcon } from '../icons/folder';
|
|
1187
|
+
// Folders aliases
|
|
1188
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1189
1189
|
// Footprints aliases
|
|
1190
1190
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1191
1191
|
// Forklift aliases
|
|
@@ -1194,34 +1194,34 @@ export { default as ForkliftIcon } from '../icons/forklift';
|
|
|
1194
1194
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1195
1195
|
// Frame aliases
|
|
1196
1196
|
export { default as FrameIcon } from '../icons/frame';
|
|
1197
|
-
// Frown aliases
|
|
1198
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1199
1197
|
// Framer aliases
|
|
1200
1198
|
export { default as FramerIcon } from '../icons/framer';
|
|
1199
|
+
// Frown aliases
|
|
1200
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1201
1201
|
// Fuel aliases
|
|
1202
1202
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1203
|
-
// FunnelPlus aliases
|
|
1204
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1205
1203
|
// Fullscreen aliases
|
|
1206
1204
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1205
|
+
// FunnelPlus aliases
|
|
1206
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1207
1207
|
// GalleryHorizontalEnd aliases
|
|
1208
1208
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1209
1209
|
// GalleryHorizontal aliases
|
|
1210
1210
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1211
|
-
// GalleryThumbnails aliases
|
|
1212
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1213
1211
|
// GalleryVerticalEnd aliases
|
|
1214
1212
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1213
|
+
// GalleryThumbnails aliases
|
|
1214
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1215
1215
|
// GalleryVertical aliases
|
|
1216
1216
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1217
1217
|
// Gamepad2 aliases
|
|
1218
1218
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1219
1219
|
// GamepadDirectional aliases
|
|
1220
1220
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1221
|
-
// Gauge aliases
|
|
1222
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1223
1221
|
// Gamepad aliases
|
|
1224
1222
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1223
|
+
// Gauge aliases
|
|
1224
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1225
1225
|
// Gavel aliases
|
|
1226
1226
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1227
1227
|
// Gem aliases
|
|
@@ -1238,10 +1238,10 @@ export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
|
1238
1238
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1239
1239
|
// GitBranch aliases
|
|
1240
1240
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1241
|
-
// GitCommitVertical aliases
|
|
1242
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1243
1241
|
// GitCompareArrows aliases
|
|
1244
1242
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1243
|
+
// GitCommitVertical aliases
|
|
1244
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1245
1245
|
// GitCompare aliases
|
|
1246
1246
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1247
1247
|
// GitFork aliases
|
|
@@ -1274,20 +1274,20 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1274
1274
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1275
1275
|
// Globe aliases
|
|
1276
1276
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1277
|
-
// Gpu aliases
|
|
1278
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1279
1277
|
// Goal aliases
|
|
1280
1278
|
export { default as GoalIcon } from '../icons/goal';
|
|
1279
|
+
// Gpu aliases
|
|
1280
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1281
1281
|
// GraduationCap aliases
|
|
1282
1282
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
1283
|
// Grape aliases
|
|
1284
1284
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
1285
|
// Grid3x2 aliases
|
|
1286
1286
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
|
-
// GripHorizontal aliases
|
|
1288
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
1287
|
// GripVertical aliases
|
|
1290
1288
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1289
|
+
// GripHorizontal aliases
|
|
1290
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1291
1291
|
// Grip aliases
|
|
1292
1292
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
1293
|
// Group aliases
|
|
@@ -1298,18 +1298,18 @@ export { default as GuitarIcon } from '../icons/guitar';
|
|
|
1298
1298
|
export { default as HamIcon } from '../icons/ham';
|
|
1299
1299
|
// Hamburger aliases
|
|
1300
1300
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
|
-
// HandCoins aliases
|
|
1302
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
1301
|
// Hammer aliases
|
|
1304
1302
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
|
+
// HandCoins aliases
|
|
1304
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1305
1305
|
// HandFist aliases
|
|
1306
1306
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
1307
|
// HandHeart aliases
|
|
1308
1308
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1309
|
-
// HandPlatter aliases
|
|
1310
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
1309
|
// HandMetal aliases
|
|
1312
1310
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1311
|
+
// HandPlatter aliases
|
|
1312
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1313
1313
|
// Hand aliases
|
|
1314
1314
|
export { default as HandIcon } from '../icons/hand';
|
|
1315
1315
|
// Handbag aliases
|
|
@@ -1322,38 +1322,38 @@ export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
|
1322
1322
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1323
1323
|
// HardDrive aliases
|
|
1324
1324
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1325
|
-
// HardHat aliases
|
|
1326
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
1325
|
// Hash aliases
|
|
1328
1326
|
export { default as HashIcon } from '../icons/hash';
|
|
1327
|
+
// HardHat aliases
|
|
1328
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1329
1329
|
// HatGlasses aliases
|
|
1330
1330
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
|
-
// HdmiPort aliases
|
|
1332
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
1331
|
// Haze aliases
|
|
1334
1332
|
export { default as HazeIcon } from '../icons/haze';
|
|
1335
1333
|
// Heading1 aliases
|
|
1336
1334
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1335
|
+
// HdmiPort aliases
|
|
1336
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1337
1337
|
// Heading2 aliases
|
|
1338
1338
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1339
|
-
// Heading3 aliases
|
|
1340
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1341
1339
|
// Heading4 aliases
|
|
1342
1340
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1341
|
+
// Heading3 aliases
|
|
1342
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1343
1343
|
// Heading5 aliases
|
|
1344
1344
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1345
1345
|
// Heading6 aliases
|
|
1346
1346
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1347
|
+
// Heading aliases
|
|
1348
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
1349
|
// HeadphoneOff aliases
|
|
1348
1350
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1349
1351
|
// Headphones aliases
|
|
1350
1352
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1351
|
-
// Heading aliases
|
|
1352
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1353
|
-
// Headset aliases
|
|
1354
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1355
1353
|
// HeartCrack aliases
|
|
1356
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1355
|
+
// Headset aliases
|
|
1356
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1357
1357
|
// HeartHandshake aliases
|
|
1358
1358
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1359
1359
|
// HeartMinus aliases
|
|
@@ -1366,10 +1366,12 @@ export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
|
1366
1366
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1367
1367
|
// Heart aliases
|
|
1368
1368
|
export { default as HeartIcon } from '../icons/heart';
|
|
1369
|
-
// Hexagon aliases
|
|
1370
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1371
1369
|
// Heater aliases
|
|
1372
1370
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1371
|
+
// Helicopter aliases
|
|
1372
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1373
|
+
// Hexagon aliases
|
|
1374
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1373
1375
|
// Highlighter aliases
|
|
1374
1376
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1375
1377
|
// History aliases
|
|
@@ -1378,12 +1380,12 @@ export { default as HistoryIcon } from '../icons/history';
|
|
|
1378
1380
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1379
1381
|
// Hop aliases
|
|
1380
1382
|
export { default as HopIcon } from '../icons/hop';
|
|
1383
|
+
// Hospital aliases
|
|
1384
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
1385
|
// Hourglass aliases
|
|
1382
1386
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1383
1387
|
// Hotel aliases
|
|
1384
1388
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1385
|
-
// Hospital aliases
|
|
1386
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1387
1389
|
// HouseHeart aliases
|
|
1388
1390
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1389
1391
|
// HousePlug aliases
|
|
@@ -1396,16 +1398,16 @@ export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
|
1396
1398
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1397
1399
|
// IdCard aliases
|
|
1398
1400
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1399
|
-
// ImageMinus aliases
|
|
1400
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1401
1401
|
// ImageDown aliases
|
|
1402
1402
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1403
|
+
// ImageMinus aliases
|
|
1404
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1403
1405
|
// ImageOff aliases
|
|
1404
1406
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
|
-
// ImagePlus aliases
|
|
1406
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1407
1407
|
// ImagePlay aliases
|
|
1408
1408
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1409
|
+
// ImagePlus aliases
|
|
1410
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1409
1411
|
// ImageUp aliases
|
|
1410
1412
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1411
1413
|
// ImageUpscale aliases
|
|
@@ -1438,18 +1440,18 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1438
1440
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
1441
|
// Joystick aliases
|
|
1440
1442
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
|
-
// Kayak aliases
|
|
1442
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1443
1443
|
// Kanban aliases
|
|
1444
1444
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1445
1445
|
// KeyRound aliases
|
|
1446
1446
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1447
|
+
// Kayak aliases
|
|
1448
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1447
1449
|
// KeySquare aliases
|
|
1448
1450
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
|
-
// KeyboardMusic aliases
|
|
1450
|
-
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1451
1451
|
// Key aliases
|
|
1452
1452
|
export { default as KeyIcon } from '../icons/key';
|
|
1453
|
+
// KeyboardMusic aliases
|
|
1454
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1453
1455
|
// KeyboardOff aliases
|
|
1454
1456
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
1457
|
// Keyboard aliases
|
|
@@ -1458,10 +1460,10 @@ export { default as KeyboardIcon } from '../icons/keyboard';
|
|
|
1458
1460
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1459
1461
|
// LampDesk aliases
|
|
1460
1462
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1461
|
-
// LampFloor aliases
|
|
1462
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1463
1463
|
// LampWallDown aliases
|
|
1464
1464
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1465
|
+
// LampFloor aliases
|
|
1466
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1465
1467
|
// LampWallUp aliases
|
|
1466
1468
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1467
1469
|
// Lamp aliases
|
|
@@ -1470,14 +1472,14 @@ export { default as LampIcon } from '../icons/lamp';
|
|
|
1470
1472
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1471
1473
|
// Landmark aliases
|
|
1472
1474
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
|
-
// Languages aliases
|
|
1474
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1475
|
-
// LaptopMinimalCheck aliases
|
|
1476
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1477
1475
|
// Laptop aliases
|
|
1478
1476
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1479
1477
|
// LassoSelect aliases
|
|
1480
1478
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1479
|
+
// Languages aliases
|
|
1480
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1481
|
+
// LaptopMinimalCheck aliases
|
|
1482
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1483
|
// Lasso aliases
|
|
1482
1484
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
1485
|
// Laugh aliases
|
|
@@ -1496,48 +1498,48 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1496
1498
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1497
1499
|
// LayoutTemplate aliases
|
|
1498
1500
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1499
|
-
// Leaf aliases
|
|
1500
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1501
1501
|
// LeafyGreen aliases
|
|
1502
1502
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1503
|
+
// Leaf aliases
|
|
1504
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1503
1505
|
// Lectern aliases
|
|
1504
1506
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1505
|
-
// LibraryBig aliases
|
|
1506
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1507
1507
|
// Library aliases
|
|
1508
1508
|
export { default as LibraryIcon } from '../icons/library';
|
|
1509
1509
|
// LifeBuoy aliases
|
|
1510
1510
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1511
|
+
// LibraryBig aliases
|
|
1512
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1511
1513
|
// Ligature aliases
|
|
1512
1514
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1513
|
-
// Lightbulb aliases
|
|
1514
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1515
1515
|
// LightbulbOff aliases
|
|
1516
1516
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1517
|
+
// Lightbulb aliases
|
|
1518
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1517
1519
|
// LineSquiggle aliases
|
|
1518
1520
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1519
1521
|
// Link2Off aliases
|
|
1520
1522
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1521
|
-
// Link aliases
|
|
1522
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1523
1523
|
// Link2 aliases
|
|
1524
1524
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1525
|
+
// Link aliases
|
|
1526
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1525
1527
|
// Linkedin aliases
|
|
1526
1528
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1527
1529
|
// ListCheck aliases
|
|
1528
1530
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1529
|
-
// ListChecks aliases
|
|
1530
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1531
1531
|
// ListChevronsDownUp aliases
|
|
1532
1532
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1533
|
+
// ListChecks aliases
|
|
1534
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1533
1535
|
// ListChevronsUpDown aliases
|
|
1534
1536
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1535
1537
|
// ListCollapse aliases
|
|
1536
1538
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1537
|
-
// ListFilterPlus aliases
|
|
1538
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1539
1539
|
// ListEnd aliases
|
|
1540
1540
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1541
|
+
// ListFilterPlus aliases
|
|
1542
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1541
1543
|
// ListFilter aliases
|
|
1542
1544
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1543
1545
|
// ListMinus aliases
|
|
@@ -1548,6 +1550,8 @@ export { default as ListMusicIcon } from '../icons/list-music';
|
|
|
1548
1550
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1549
1551
|
// ListPlus aliases
|
|
1550
1552
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1553
|
+
// ListStart aliases
|
|
1554
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1551
1555
|
// ListRestart aliases
|
|
1552
1556
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1553
1557
|
// ListTodo aliases
|
|
@@ -1556,38 +1560,36 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1556
1560
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1557
1561
|
// ListVideo aliases
|
|
1558
1562
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1559
|
-
// ListStart aliases
|
|
1560
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1561
1563
|
// ListX aliases
|
|
1562
1564
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1563
|
-
// List aliases
|
|
1564
|
-
export { default as ListIcon } from '../icons/list';
|
|
1565
1565
|
// LoaderPinwheel aliases
|
|
1566
1566
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1567
1567
|
// Loader aliases
|
|
1568
1568
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1569
|
+
// List aliases
|
|
1570
|
+
export { default as ListIcon } from '../icons/list';
|
|
1569
1571
|
// LocateFixed aliases
|
|
1570
1572
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1573
|
+
// LocateOff aliases
|
|
1574
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1571
1575
|
// Locate aliases
|
|
1572
1576
|
export { default as LocateIcon } from '../icons/locate';
|
|
1573
1577
|
// LockKeyhole aliases
|
|
1574
1578
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1575
|
-
// LocateOff aliases
|
|
1576
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1577
1579
|
// Lock aliases
|
|
1578
1580
|
export { default as LockIcon } from '../icons/lock';
|
|
1579
1581
|
// LogIn aliases
|
|
1580
1582
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1583
|
+
// LogOut aliases
|
|
1584
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1581
1585
|
// Logs aliases
|
|
1582
1586
|
export { default as LogsIcon } from '../icons/logs';
|
|
1583
1587
|
// Lollipop aliases
|
|
1584
1588
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
|
-
// LogOut aliases
|
|
1586
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1587
|
-
// Magnet aliases
|
|
1588
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1589
1589
|
// Luggage aliases
|
|
1590
1590
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1591
|
+
// Magnet aliases
|
|
1592
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1591
1593
|
// MailCheck aliases
|
|
1592
1594
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1593
1595
|
// MailMinus aliases
|
|
@@ -1598,10 +1600,10 @@ export { default as MailOpenIcon } from '../icons/mail-open';
|
|
|
1598
1600
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1599
1601
|
// MailSearch aliases
|
|
1600
1602
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1601
|
-
// MailX aliases
|
|
1602
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1603
1603
|
// MailWarning aliases
|
|
1604
1604
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1605
|
+
// MailX aliases
|
|
1606
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1605
1607
|
// Mail aliases
|
|
1606
1608
|
export { default as MailIcon } from '../icons/mail';
|
|
1607
1609
|
// Mailbox aliases
|
|
@@ -1634,12 +1636,12 @@ export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
|
1634
1636
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1635
1637
|
// MapPinned aliases
|
|
1636
1638
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1637
|
-
// Map aliases
|
|
1638
|
-
export { default as MapIcon } from '../icons/map';
|
|
1639
1639
|
// MapPlus aliases
|
|
1640
1640
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1641
1641
|
// MarsStroke aliases
|
|
1642
1642
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1643
|
+
// Map aliases
|
|
1644
|
+
export { default as MapIcon } from '../icons/map';
|
|
1643
1645
|
// Mars aliases
|
|
1644
1646
|
export { default as MarsIcon } from '../icons/mars';
|
|
1645
1647
|
// Martini aliases
|
|
@@ -1650,10 +1652,10 @@ export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
|
1650
1652
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1651
1653
|
// Medal aliases
|
|
1652
1654
|
export { default as MedalIcon } from '../icons/medal';
|
|
1653
|
-
// Megaphone aliases
|
|
1654
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1655
1655
|
// MegaphoneOff aliases
|
|
1656
1656
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1657
|
+
// Megaphone aliases
|
|
1658
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1657
1659
|
// Meh aliases
|
|
1658
1660
|
export { default as MehIcon } from '../icons/meh';
|
|
1659
1661
|
// MemoryStick aliases
|
|
@@ -1668,18 +1670,18 @@ export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
|
1668
1670
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1669
1671
|
// MessageCircleHeart aliases
|
|
1670
1672
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1671
|
-
// MessageCircleMore aliases
|
|
1672
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1673
1673
|
// MessageCircleOff aliases
|
|
1674
1674
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1675
|
+
// MessageCircleMore aliases
|
|
1676
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1675
1677
|
// MessageCirclePlus aliases
|
|
1676
1678
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1677
|
-
// MessageCircleWarning aliases
|
|
1678
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1679
1679
|
// MessageCircleReply aliases
|
|
1680
1680
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1681
1681
|
// MessageCircleX aliases
|
|
1682
1682
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1683
|
+
// MessageCircleWarning aliases
|
|
1684
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1683
1685
|
// MessageCircle aliases
|
|
1684
1686
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1685
1687
|
// MessageSquareCode aliases
|
|
@@ -1690,10 +1692,10 @@ export { default as MessageSquareDashedIcon } from '../icons/message-square-dash
|
|
|
1690
1692
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1691
1693
|
// MessageSquareDot aliases
|
|
1692
1694
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1693
|
-
// MessageSquareHeart aliases
|
|
1694
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1695
1695
|
// MessageSquareLock aliases
|
|
1696
1696
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1697
|
+
// MessageSquareHeart aliases
|
|
1698
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1697
1699
|
// MessageSquareMore aliases
|
|
1698
1700
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1699
1701
|
// MessageSquareOff aliases
|
|
@@ -1728,38 +1730,38 @@ export { default as MicroscopeIcon } from '../icons/microscope';
|
|
|
1728
1730
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1729
1731
|
// Milestone aliases
|
|
1730
1732
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1731
|
-
// Milk aliases
|
|
1732
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1733
1733
|
// MilkOff aliases
|
|
1734
1734
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1735
|
+
// Milk aliases
|
|
1736
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1735
1737
|
// Minimize2 aliases
|
|
1736
1738
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1737
1739
|
// Minimize aliases
|
|
1738
1740
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1739
|
-
// MonitorCheck aliases
|
|
1740
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1741
1741
|
// Minus aliases
|
|
1742
1742
|
export { default as MinusIcon } from '../icons/minus';
|
|
1743
|
-
//
|
|
1744
|
-
export { default as
|
|
1743
|
+
// MonitorCheck aliases
|
|
1744
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1745
1745
|
// MonitorCloud aliases
|
|
1746
1746
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1747
1747
|
// MonitorDot aliases
|
|
1748
1748
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1749
|
-
//
|
|
1750
|
-
export { default as
|
|
1749
|
+
// MonitorCog aliases
|
|
1750
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1751
1751
|
// MonitorDown aliases
|
|
1752
1752
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1753
|
+
// MonitorOff aliases
|
|
1754
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1753
1755
|
// MonitorPause aliases
|
|
1754
1756
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1755
1757
|
// MonitorPlay aliases
|
|
1756
1758
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1757
1759
|
// MonitorSmartphone aliases
|
|
1758
1760
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1759
|
-
// MonitorStop aliases
|
|
1760
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1761
1761
|
// MonitorSpeaker aliases
|
|
1762
1762
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1763
|
+
// MonitorStop aliases
|
|
1764
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1763
1765
|
// MonitorUp aliases
|
|
1764
1766
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1765
1767
|
// MonitorX aliases
|
|
@@ -1788,26 +1790,26 @@ export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
|
1788
1790
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1789
1791
|
// Mouse aliases
|
|
1790
1792
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1793
|
+
// MoveDiagonal aliases
|
|
1794
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1791
1795
|
// MoveDiagonal2 aliases
|
|
1792
1796
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1793
1797
|
// MoveDownLeft aliases
|
|
1794
1798
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1795
|
-
// MoveDiagonal aliases
|
|
1796
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1797
1799
|
// MoveDownRight aliases
|
|
1798
1800
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1799
|
-
// MoveDown aliases
|
|
1800
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1801
1801
|
// MoveHorizontal aliases
|
|
1802
1802
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1803
|
-
//
|
|
1804
|
-
export { default as
|
|
1803
|
+
// MoveDown aliases
|
|
1804
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1805
1805
|
// MoveLeft aliases
|
|
1806
1806
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1807
|
-
//
|
|
1808
|
-
export { default as
|
|
1807
|
+
// MoveRight aliases
|
|
1808
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1809
1809
|
// MoveUpLeft aliases
|
|
1810
1810
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1811
|
+
// MoveUpRight aliases
|
|
1812
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1811
1813
|
// MoveUp aliases
|
|
1812
1814
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1813
1815
|
// MoveVertical aliases
|
|
@@ -1816,14 +1818,14 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1816
1818
|
export { default as MoveIcon } from '../icons/move';
|
|
1817
1819
|
// Music3 aliases
|
|
1818
1820
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1819
|
-
// Music4 aliases
|
|
1820
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1821
1821
|
// Music2 aliases
|
|
1822
1822
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1823
|
-
//
|
|
1824
|
-
export { default as
|
|
1823
|
+
// Music4 aliases
|
|
1824
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1825
1825
|
// Navigation2Off aliases
|
|
1826
1826
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1827
|
+
// Music aliases
|
|
1828
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1827
1829
|
// Navigation2 aliases
|
|
1828
1830
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1829
1831
|
// NavigationOff aliases
|
|
@@ -1842,10 +1844,10 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1842
1844
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1843
1845
|
// NotebookTabs aliases
|
|
1844
1846
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1845
|
-
// Notebook aliases
|
|
1846
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1847
1847
|
// NotebookText aliases
|
|
1848
1848
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1849
|
+
// Notebook aliases
|
|
1850
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1849
1851
|
// NotepadTextDashed aliases
|
|
1850
1852
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1851
1853
|
// NotepadText aliases
|
|
@@ -1864,14 +1866,14 @@ export { default as OmegaIcon } from '../icons/omega';
|
|
|
1864
1866
|
export { default as OptionIcon } from '../icons/option';
|
|
1865
1867
|
// Orbit aliases
|
|
1866
1868
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1867
|
-
// Origami aliases
|
|
1868
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1869
1869
|
// Package2 aliases
|
|
1870
1870
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1871
|
-
//
|
|
1872
|
-
export { default as
|
|
1871
|
+
// Origami aliases
|
|
1872
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1873
1873
|
// PackageCheck aliases
|
|
1874
1874
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1875
|
+
// PackageMinus aliases
|
|
1876
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1875
1877
|
// PackageOpen aliases
|
|
1876
1878
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1877
1879
|
// PackagePlus aliases
|
|
@@ -1882,28 +1884,28 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1882
1884
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1883
1885
|
// Package aliases
|
|
1884
1886
|
export { default as PackageIcon } from '../icons/package';
|
|
1885
|
-
// PaintRoller aliases
|
|
1886
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1887
1887
|
// PaintBucket aliases
|
|
1888
1888
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1889
|
+
// PaintRoller aliases
|
|
1890
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1889
1891
|
// Paintbrush aliases
|
|
1890
1892
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1893
|
+
// Panda aliases
|
|
1894
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1891
1895
|
// Palette aliases
|
|
1892
1896
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1893
1897
|
// PanelBottomClose aliases
|
|
1894
1898
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1895
|
-
// Panda aliases
|
|
1896
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1897
1899
|
// PanelBottomOpen aliases
|
|
1898
1900
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1899
1901
|
// PanelBottom aliases
|
|
1900
1902
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1901
|
-
// PanelRightClose aliases
|
|
1902
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1903
1903
|
// PanelLeftRightDashed aliases
|
|
1904
1904
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1905
1905
|
// PanelRightOpen aliases
|
|
1906
1906
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1907
|
+
// PanelRightClose aliases
|
|
1908
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1907
1909
|
// PanelRight aliases
|
|
1908
1910
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1909
1911
|
// PanelTopBottomDashed aliases
|
|
@@ -1920,26 +1922,26 @@ export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
|
1920
1922
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1921
1923
|
// Paperclip aliases
|
|
1922
1924
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1923
|
-
// Parentheses aliases
|
|
1924
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1925
1925
|
// ParkingMeter aliases
|
|
1926
1926
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1927
|
+
// Parentheses aliases
|
|
1928
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1927
1929
|
// PartyPopper aliases
|
|
1928
1930
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1929
1931
|
// Pause aliases
|
|
1930
1932
|
export { default as PauseIcon } from '../icons/pause';
|
|
1931
|
-
// PawPrint aliases
|
|
1932
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1933
1933
|
// PcCase aliases
|
|
1934
1934
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1935
|
+
// PawPrint aliases
|
|
1936
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1935
1937
|
// PenOff aliases
|
|
1936
1938
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1937
1939
|
// PenTool aliases
|
|
1938
1940
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1939
|
-
// PencilLine aliases
|
|
1940
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1941
1941
|
// PencilOff aliases
|
|
1942
1942
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1943
|
+
// PencilLine aliases
|
|
1944
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1943
1945
|
// PencilRuler aliases
|
|
1944
1946
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1945
1947
|
// Pencil aliases
|
|
@@ -1970,18 +1972,18 @@ export { default as PhoneIcon } from '../icons/phone';
|
|
|
1970
1972
|
export { default as PiIcon } from '../icons/pi';
|
|
1971
1973
|
// Piano aliases
|
|
1972
1974
|
export { default as PianoIcon } from '../icons/piano';
|
|
1975
|
+
// Pickaxe aliases
|
|
1976
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1973
1977
|
// PictureInPicture2 aliases
|
|
1974
1978
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1975
1979
|
// PictureInPicture aliases
|
|
1976
1980
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1981
|
+
// PiggyBank aliases
|
|
1982
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1979
1983
|
// PilcrowLeft aliases
|
|
1980
1984
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1981
1985
|
// PilcrowRight aliases
|
|
1982
1986
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1983
|
-
// PiggyBank aliases
|
|
1984
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1985
1987
|
// Pilcrow aliases
|
|
1986
1988
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1987
1989
|
// PillBottle aliases
|
|
@@ -2012,34 +2014,34 @@ export { default as PlugIcon } from '../icons/plug';
|
|
|
2012
2014
|
export { default as PlusIcon } from '../icons/plus';
|
|
2013
2015
|
// PocketKnife aliases
|
|
2014
2016
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2015
|
-
// Pocket aliases
|
|
2016
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
2017
2017
|
// Podcast aliases
|
|
2018
2018
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2019
|
+
// Pocket aliases
|
|
2020
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2019
2021
|
// PointerOff aliases
|
|
2020
2022
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2021
|
-
// Pointer aliases
|
|
2022
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2023
2023
|
// Popcorn aliases
|
|
2024
2024
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2025
|
+
// Pointer aliases
|
|
2026
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2025
2027
|
// Popsicle aliases
|
|
2026
2028
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2027
2029
|
// PoundSterling aliases
|
|
2028
2030
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2029
|
-
// Power aliases
|
|
2030
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2031
|
-
// Presentation aliases
|
|
2032
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2033
2031
|
// PowerOff aliases
|
|
2034
2032
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2033
|
+
// Presentation aliases
|
|
2034
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2035
|
+
// Power aliases
|
|
2036
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2035
2037
|
// PrinterCheck aliases
|
|
2036
2038
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2037
2039
|
// Printer aliases
|
|
2038
2040
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2039
|
-
// Proportions aliases
|
|
2040
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2041
2041
|
// Projector aliases
|
|
2042
2042
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2043
|
+
// Proportions aliases
|
|
2044
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2043
2045
|
// Puzzle aliases
|
|
2044
2046
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2045
2047
|
// Pyramid aliases
|
|
@@ -2050,12 +2052,12 @@ export { default as QrCodeIcon } from '../icons/qr-code';
|
|
|
2050
2052
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2051
2053
|
// Rabbit aliases
|
|
2052
2054
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2055
|
+
// Radical aliases
|
|
2056
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2053
2057
|
// Radar aliases
|
|
2054
2058
|
export { default as RadarIcon } from '../icons/radar';
|
|
2055
2059
|
// Radiation aliases
|
|
2056
2060
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2057
|
-
// Radical aliases
|
|
2058
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2059
2061
|
// RadioReceiver aliases
|
|
2060
2062
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2061
2063
|
// RadioTower aliases
|
|
@@ -2074,20 +2076,20 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2074
2076
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2075
2077
|
// ReceiptCent aliases
|
|
2076
2078
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2077
|
-
// ReceiptEuro aliases
|
|
2078
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2079
2079
|
// ReceiptIndianRupee aliases
|
|
2080
2080
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2081
|
+
// ReceiptEuro aliases
|
|
2082
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2083
|
+
// ReceiptJapaneseYen aliases
|
|
2084
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2081
2085
|
// ReceiptPoundSterling aliases
|
|
2082
2086
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2083
2087
|
// ReceiptRussianRuble aliases
|
|
2084
2088
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2085
|
-
// ReceiptJapaneseYen aliases
|
|
2086
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2087
|
-
// ReceiptText aliases
|
|
2088
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2089
2089
|
// ReceiptSwissFranc aliases
|
|
2090
2090
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2091
|
+
// ReceiptText aliases
|
|
2092
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2091
2093
|
// ReceiptTurkishLira aliases
|
|
2092
2094
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2093
2095
|
// Receipt aliases
|
|
@@ -2096,16 +2098,16 @@ export { default as ReceiptIcon } from '../icons/receipt';
|
|
|
2096
2098
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2097
2099
|
// RectangleGoggles aliases
|
|
2098
2100
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2099
|
-
// RectangleVertical aliases
|
|
2100
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2101
2101
|
// RectangleHorizontal aliases
|
|
2102
2102
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2103
|
+
// RectangleVertical aliases
|
|
2104
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2103
2105
|
// Recycle aliases
|
|
2104
2106
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2105
|
-
// RedoDot aliases
|
|
2106
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2107
2107
|
// Redo2 aliases
|
|
2108
2108
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2109
|
+
// RedoDot aliases
|
|
2110
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2109
2111
|
// Redo aliases
|
|
2110
2112
|
export { default as RedoIcon } from '../icons/redo';
|
|
2111
2113
|
// RefreshCcwDot aliases
|
|
@@ -2120,10 +2122,10 @@ export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
|
2120
2122
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2121
2123
|
// Regex aliases
|
|
2122
2124
|
export { default as RegexIcon } from '../icons/regex';
|
|
2123
|
-
// Repeat1 aliases
|
|
2124
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2125
2125
|
// RemoveFormatting aliases
|
|
2126
2126
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2127
|
+
// Repeat1 aliases
|
|
2128
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2127
2129
|
// Repeat2 aliases
|
|
2128
2130
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2129
2131
|
// Repeat aliases
|
|
@@ -2132,20 +2134,20 @@ export { default as RepeatIcon } from '../icons/repeat';
|
|
|
2132
2134
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2133
2135
|
// ReplyAll aliases
|
|
2134
2136
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2135
|
-
//
|
|
2136
|
-
export { default as
|
|
2137
|
+
// Rewind aliases
|
|
2138
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2137
2139
|
// Reply aliases
|
|
2138
2140
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2139
2141
|
// Ribbon aliases
|
|
2140
2142
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2141
|
-
//
|
|
2142
|
-
export { default as
|
|
2143
|
-
// RockingChair aliases
|
|
2144
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2143
|
+
// Replace aliases
|
|
2144
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2145
2145
|
// Rocket aliases
|
|
2146
2146
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2147
2147
|
// RollerCoaster aliases
|
|
2148
2148
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2149
|
+
// RockingChair aliases
|
|
2150
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2149
2151
|
// Rose aliases
|
|
2150
2152
|
export { default as RoseIcon } from '../icons/rose';
|
|
2151
2153
|
// RotateCcwKey aliases
|
|
@@ -2158,10 +2160,10 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2158
2160
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2159
2161
|
// RotateCw aliases
|
|
2160
2162
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2161
|
-
// Route aliases
|
|
2162
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2163
2163
|
// RouteOff aliases
|
|
2164
2164
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2165
|
+
// Route aliases
|
|
2166
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2165
2167
|
// Router aliases
|
|
2166
2168
|
export { default as RouterIcon } from '../icons/router';
|
|
2167
2169
|
// Rows4 aliases
|
|
@@ -2174,34 +2176,34 @@ export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line
|
|
|
2174
2176
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2175
2177
|
// Sailboat aliases
|
|
2176
2178
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2177
|
-
// RussianRuble aliases
|
|
2178
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2179
2179
|
// Salad aliases
|
|
2180
2180
|
export { default as SaladIcon } from '../icons/salad';
|
|
2181
|
+
// RussianRuble aliases
|
|
2182
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2181
2183
|
// Sandwich aliases
|
|
2182
2184
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2183
|
-
// Satellite aliases
|
|
2184
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2185
2185
|
// SatelliteDish aliases
|
|
2186
2186
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2187
|
+
// Satellite aliases
|
|
2188
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2187
2189
|
// SaudiRiyal aliases
|
|
2188
2190
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2191
|
+
// SaveAll aliases
|
|
2192
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2189
2193
|
// SaveOff aliases
|
|
2190
2194
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2191
2195
|
// Save aliases
|
|
2192
2196
|
export { default as SaveIcon } from '../icons/save';
|
|
2193
|
-
// SaveAll aliases
|
|
2194
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2195
|
-
// Scale aliases
|
|
2196
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2197
2197
|
// Scaling aliases
|
|
2198
2198
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2199
|
+
// Scale aliases
|
|
2200
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2199
2201
|
// ScanEye aliases
|
|
2200
2202
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2201
|
-
// ScanFace aliases
|
|
2202
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2203
2203
|
// ScanBarcode aliases
|
|
2204
2204
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2205
|
+
// ScanFace aliases
|
|
2206
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2205
2207
|
// ScanHeart aliases
|
|
2206
2208
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2207
2209
|
// ScanLine aliases
|
|
@@ -2214,20 +2216,20 @@ export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
|
2214
2216
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2215
2217
|
// Scan aliases
|
|
2216
2218
|
export { default as ScanIcon } from '../icons/scan';
|
|
2217
|
-
// Scissors aliases
|
|
2218
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2219
2219
|
// School aliases
|
|
2220
2220
|
export { default as SchoolIcon } from '../icons/school';
|
|
2221
2221
|
// ScissorsLineDashed aliases
|
|
2222
2222
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2223
|
-
//
|
|
2224
|
-
export { default as
|
|
2223
|
+
// Scissors aliases
|
|
2224
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2225
2225
|
// ScreenShare aliases
|
|
2226
2226
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2227
|
-
// ScrollText aliases
|
|
2228
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2229
2227
|
// Scroll aliases
|
|
2230
2228
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2229
|
+
// ScreenShareOff aliases
|
|
2230
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2231
|
+
// ScrollText aliases
|
|
2232
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2231
2233
|
// SearchCheck aliases
|
|
2232
2234
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2233
2235
|
// SearchCode aliases
|
|
@@ -2236,20 +2238,20 @@ export { default as SearchCodeIcon } from '../icons/search-code';
|
|
|
2236
2238
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2237
2239
|
// SearchX aliases
|
|
2238
2240
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2239
|
-
// Search aliases
|
|
2240
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2241
2241
|
// Section aliases
|
|
2242
2242
|
export { default as SectionIcon } from '../icons/section';
|
|
2243
2243
|
// SendToBack aliases
|
|
2244
2244
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2245
|
+
// Search aliases
|
|
2246
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2245
2247
|
// Send aliases
|
|
2246
2248
|
export { default as SendIcon } from '../icons/send';
|
|
2249
|
+
// SeparatorHorizontal aliases
|
|
2250
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2247
2251
|
// SeparatorVertical aliases
|
|
2248
2252
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2249
2253
|
// ServerCog aliases
|
|
2250
2254
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2251
|
-
// SeparatorHorizontal aliases
|
|
2252
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2253
2255
|
// ServerCrash aliases
|
|
2254
2256
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2255
2257
|
// ServerOff aliases
|
|
@@ -2262,18 +2264,18 @@ export { default as Settings2Icon } from '../icons/settings-2';
|
|
|
2262
2264
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2263
2265
|
// Shapes aliases
|
|
2264
2266
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2265
|
-
// Share aliases
|
|
2266
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2267
2267
|
// Share2 aliases
|
|
2268
2268
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2269
|
+
// Share aliases
|
|
2270
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2269
2271
|
// Sheet aliases
|
|
2270
2272
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2271
2273
|
// Shell aliases
|
|
2272
2274
|
export { default as ShellIcon } from '../icons/shell';
|
|
2273
|
-
// ShieldBan aliases
|
|
2274
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2275
2275
|
// ShieldAlert aliases
|
|
2276
2276
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2277
|
+
// ShieldBan aliases
|
|
2278
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2277
2279
|
// ShieldCheck aliases
|
|
2278
2280
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2279
2281
|
// ShieldEllipsis aliases
|
|
@@ -2284,40 +2286,40 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
|
2284
2286
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2285
2287
|
// ShieldOff aliases
|
|
2286
2288
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2287
|
-
// ShieldUser aliases
|
|
2288
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2289
|
-
// ShipWheel aliases
|
|
2290
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2291
2289
|
// ShieldPlus aliases
|
|
2292
2290
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2291
|
+
// ShieldUser aliases
|
|
2292
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2293
2293
|
// Shield aliases
|
|
2294
2294
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2295
|
-
// Shirt aliases
|
|
2296
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2297
2295
|
// Ship aliases
|
|
2298
2296
|
export { default as ShipIcon } from '../icons/ship';
|
|
2297
|
+
// ShipWheel aliases
|
|
2298
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2299
|
+
// Shirt aliases
|
|
2300
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2299
2301
|
// ShoppingBag aliases
|
|
2300
2302
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2301
2303
|
// ShoppingBasket aliases
|
|
2302
2304
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2305
|
+
// Shovel aliases
|
|
2306
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2307
|
+
// ShowerHead aliases
|
|
2308
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2303
2309
|
// ShoppingCart aliases
|
|
2304
2310
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2305
2311
|
// Shredder aliases
|
|
2306
2312
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2307
|
-
// ShowerHead aliases
|
|
2308
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2309
2313
|
// Shrimp aliases
|
|
2310
2314
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2311
|
-
// Shovel aliases
|
|
2312
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2313
2315
|
// Shrink aliases
|
|
2314
2316
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2315
|
-
// Sigma aliases
|
|
2316
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2317
2317
|
// Shrub aliases
|
|
2318
2318
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2319
2319
|
// Shuffle aliases
|
|
2320
2320
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2321
|
+
// Sigma aliases
|
|
2322
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2321
2323
|
// SignalHigh aliases
|
|
2322
2324
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2323
2325
|
// SignalLow aliases
|
|
@@ -2326,24 +2328,24 @@ export { default as SignalLowIcon } from '../icons/signal-low';
|
|
|
2326
2328
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2327
2329
|
// SignalZero aliases
|
|
2328
2330
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2329
|
-
// Signal aliases
|
|
2330
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2331
2331
|
// Signature aliases
|
|
2332
2332
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2333
|
+
// Signal aliases
|
|
2334
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2333
2335
|
// SignpostBig aliases
|
|
2334
2336
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2335
|
-
// Siren aliases
|
|
2336
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2337
2337
|
// Signpost aliases
|
|
2338
2338
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2339
|
+
// Siren aliases
|
|
2340
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2339
2341
|
// SkipBack aliases
|
|
2340
2342
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2341
|
-
// SkipForward aliases
|
|
2342
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2343
2343
|
// Skull aliases
|
|
2344
2344
|
export { default as SkullIcon } from '../icons/skull';
|
|
2345
2345
|
// Slack aliases
|
|
2346
2346
|
export { default as SlackIcon } from '../icons/slack';
|
|
2347
|
+
// SkipForward aliases
|
|
2348
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2347
2349
|
// Slash aliases
|
|
2348
2350
|
export { default as SlashIcon } from '../icons/slash';
|
|
2349
2351
|
// Slice aliases
|
|
@@ -2352,90 +2354,90 @@ export { default as SliceIcon } from '../icons/slice';
|
|
|
2352
2354
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2353
2355
|
// SmartphoneCharging aliases
|
|
2354
2356
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2355
|
-
// Smartphone aliases
|
|
2356
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2357
2357
|
// SmartphoneNfc aliases
|
|
2358
2358
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2359
2359
|
// SmilePlus aliases
|
|
2360
2360
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2361
|
+
// Smartphone aliases
|
|
2362
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2361
2363
|
// Smile aliases
|
|
2362
2364
|
export { default as SmileIcon } from '../icons/smile';
|
|
2363
2365
|
// Snail aliases
|
|
2364
2366
|
export { default as SnailIcon } from '../icons/snail';
|
|
2365
2367
|
// Snowflake aliases
|
|
2366
2368
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2367
|
-
// SoapDispenserDroplet aliases
|
|
2368
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2369
2369
|
// Sofa aliases
|
|
2370
2370
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2371
|
+
// SoapDispenserDroplet aliases
|
|
2372
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2371
2373
|
// Soup aliases
|
|
2372
2374
|
export { default as SoupIcon } from '../icons/soup';
|
|
2373
2375
|
// Space aliases
|
|
2374
2376
|
export { default as SpaceIcon } from '../icons/space';
|
|
2375
|
-
// Sparkle aliases
|
|
2376
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2377
2377
|
// Spade aliases
|
|
2378
2378
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2379
|
+
// Sparkle aliases
|
|
2380
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2379
2381
|
// Speaker aliases
|
|
2380
2382
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2381
|
-
// SpellCheck2 aliases
|
|
2382
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2383
2383
|
// Speech aliases
|
|
2384
2384
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2385
|
+
// SpellCheck2 aliases
|
|
2386
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2387
2387
|
// SpellCheck aliases
|
|
2388
2388
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2389
|
-
//
|
|
2390
|
-
export { default as
|
|
2389
|
+
// SplinePointer aliases
|
|
2390
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2391
2391
|
// Spline aliases
|
|
2392
2392
|
export { default as SplineIcon } from '../icons/spline';
|
|
2393
|
-
//
|
|
2394
|
-
export { default as
|
|
2393
|
+
// Split aliases
|
|
2394
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2395
2395
|
// Spotlight aliases
|
|
2396
2396
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2397
2397
|
// SprayCan aliases
|
|
2398
2398
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2399
|
+
// Spool aliases
|
|
2400
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2399
2401
|
// Sprout aliases
|
|
2400
2402
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2401
2403
|
// SquareDashedBottomCode aliases
|
|
2402
2404
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2405
|
+
// SquareDashedBottom aliases
|
|
2406
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2403
2407
|
// SquareDashedTopSolid aliases
|
|
2404
2408
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2405
2409
|
// SquarePause aliases
|
|
2406
2410
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2407
|
-
// SquareRoundCorner aliases
|
|
2408
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2409
|
-
// SquareDashedBottom aliases
|
|
2410
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2411
2411
|
// SquareRadical aliases
|
|
2412
2412
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2413
2413
|
// SquareSquare aliases
|
|
2414
2414
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2415
|
-
//
|
|
2416
|
-
export { default as
|
|
2417
|
-
// Square aliases
|
|
2418
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2415
|
+
// SquareRoundCorner aliases
|
|
2416
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2419
2417
|
// SquareStack aliases
|
|
2420
2418
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2421
2419
|
// SquareStar aliases
|
|
2422
2420
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2421
|
+
// SquareStop aliases
|
|
2422
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2423
2423
|
// SquaresExclude aliases
|
|
2424
2424
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2425
|
-
//
|
|
2426
|
-
export { default as
|
|
2425
|
+
// Square aliases
|
|
2426
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2427
2427
|
// SquaresIntersect aliases
|
|
2428
2428
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2429
|
+
// SquaresSubtract aliases
|
|
2430
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2429
2431
|
// SquaresUnite aliases
|
|
2430
2432
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2431
|
-
// SquircleDashed aliases
|
|
2432
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2433
2433
|
// Squircle aliases
|
|
2434
2434
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2435
|
+
// SquircleDashed aliases
|
|
2436
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2437
2437
|
// Squirrel aliases
|
|
2438
2438
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2439
|
+
// Stamp aliases
|
|
2440
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2439
2441
|
// StarHalf aliases
|
|
2440
2442
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2441
2443
|
// StarOff aliases
|
|
@@ -2446,92 +2448,92 @@ export { default as StarIcon } from '../icons/star';
|
|
|
2446
2448
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2447
2449
|
// StepForward aliases
|
|
2448
2450
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2451
|
+
// Stethoscope aliases
|
|
2452
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2449
2453
|
// Sticker aliases
|
|
2450
2454
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2451
2455
|
// StickyNote aliases
|
|
2452
2456
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2453
|
-
// Stethoscope aliases
|
|
2454
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2455
2457
|
// Store aliases
|
|
2456
2458
|
export { default as StoreIcon } from '../icons/store';
|
|
2457
2459
|
// StretchHorizontal aliases
|
|
2458
2460
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2461
|
+
// Strikethrough aliases
|
|
2462
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2459
2463
|
// StretchVertical aliases
|
|
2460
2464
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2461
2465
|
// Subscript aliases
|
|
2462
2466
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2463
2467
|
// SunMedium aliases
|
|
2464
2468
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2465
|
-
// Strikethrough aliases
|
|
2466
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2467
2469
|
// SunDim aliases
|
|
2468
2470
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2469
2471
|
// SunMoon aliases
|
|
2470
2472
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2471
|
-
// SunSnow aliases
|
|
2472
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2473
2473
|
// Sun aliases
|
|
2474
2474
|
export { default as SunIcon } from '../icons/sun';
|
|
2475
|
+
// SunSnow aliases
|
|
2476
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2475
2477
|
// Sunrise aliases
|
|
2476
2478
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2477
2479
|
// Sunset aliases
|
|
2478
2480
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2479
2481
|
// Superscript aliases
|
|
2480
2482
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2481
|
-
// SwitchCamera aliases
|
|
2482
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2483
2483
|
// SwatchBook aliases
|
|
2484
2484
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2485
2485
|
// SwissFranc aliases
|
|
2486
2486
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2487
|
-
//
|
|
2488
|
-
export { default as
|
|
2487
|
+
// SwitchCamera aliases
|
|
2488
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2489
2489
|
// Sword aliases
|
|
2490
2490
|
export { default as SwordIcon } from '../icons/sword';
|
|
2491
|
+
// Swords aliases
|
|
2492
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2491
2493
|
// Syringe aliases
|
|
2492
2494
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2493
2495
|
// TableCellsMerge aliases
|
|
2494
2496
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2495
2497
|
// Table2 aliases
|
|
2496
2498
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2497
|
-
// TableColumnsSplit aliases
|
|
2498
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2499
2499
|
// TableCellsSplit aliases
|
|
2500
2500
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2501
|
+
// TableColumnsSplit aliases
|
|
2502
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2501
2503
|
// TableOfContents aliases
|
|
2502
2504
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2503
2505
|
// TableProperties aliases
|
|
2504
2506
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2505
|
-
// TableRowsSplit aliases
|
|
2506
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2507
2507
|
// Table aliases
|
|
2508
2508
|
export { default as TableIcon } from '../icons/table';
|
|
2509
|
-
// Tablet aliases
|
|
2510
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2511
2509
|
// TabletSmartphone aliases
|
|
2512
2510
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2511
|
+
// TableRowsSplit aliases
|
|
2512
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2513
2513
|
// Tablets aliases
|
|
2514
2514
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2515
|
+
// Tablet aliases
|
|
2516
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2515
2517
|
// Tag aliases
|
|
2516
2518
|
export { default as TagIcon } from '../icons/tag';
|
|
2517
2519
|
// Tags aliases
|
|
2518
2520
|
export { default as TagsIcon } from '../icons/tags';
|
|
2519
|
-
// Tally1 aliases
|
|
2520
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2521
2521
|
// Tally2 aliases
|
|
2522
2522
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2523
2523
|
// Tally3 aliases
|
|
2524
2524
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2525
2525
|
// Tally4 aliases
|
|
2526
2526
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2527
|
+
// Tally1 aliases
|
|
2528
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2527
2529
|
// Tally5 aliases
|
|
2528
2530
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2529
2531
|
// Tangent aliases
|
|
2530
2532
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2531
|
-
// Target aliases
|
|
2532
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2533
2533
|
// Telescope aliases
|
|
2534
2534
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2535
|
+
// Target aliases
|
|
2536
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2535
2537
|
// TentTree aliases
|
|
2536
2538
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2537
2539
|
// Tent aliases
|
|
@@ -2542,128 +2544,128 @@ export { default as TerminalIcon } from '../icons/terminal';
|
|
|
2542
2544
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2543
2545
|
// TestTubes aliases
|
|
2544
2546
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2547
|
+
// TextQuote aliases
|
|
2548
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2545
2549
|
// TextCursorInput aliases
|
|
2546
2550
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2551
|
+
// TextSearch aliases
|
|
2552
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2547
2553
|
// TextCursor aliases
|
|
2548
2554
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2549
2555
|
// Theater aliases
|
|
2550
2556
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2551
|
-
// TextQuote aliases
|
|
2552
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2553
|
-
// TextSearch aliases
|
|
2554
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2555
2557
|
// ThermometerSnowflake aliases
|
|
2556
2558
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2557
|
-
// ThermometerSun aliases
|
|
2558
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2559
2559
|
// Thermometer aliases
|
|
2560
2560
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2561
|
+
// ThermometerSun aliases
|
|
2562
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2563
|
+
// ThumbsUp aliases
|
|
2564
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2561
2565
|
// ThumbsDown aliases
|
|
2562
2566
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2563
2567
|
// TicketCheck aliases
|
|
2564
2568
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2565
|
-
// ThumbsUp aliases
|
|
2566
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2567
2569
|
// TicketMinus aliases
|
|
2568
2570
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2569
2571
|
// TicketPercent aliases
|
|
2570
2572
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2571
2573
|
// TicketPlus aliases
|
|
2572
2574
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2573
|
-
// TicketSlash aliases
|
|
2574
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2575
2575
|
// TicketX aliases
|
|
2576
2576
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2577
|
+
// TicketSlash aliases
|
|
2578
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2577
2579
|
// Ticket aliases
|
|
2578
2580
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2579
|
-
// TicketsPlane aliases
|
|
2580
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2581
2581
|
// Tickets aliases
|
|
2582
2582
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2583
|
-
//
|
|
2584
|
-
export { default as
|
|
2583
|
+
// TicketsPlane aliases
|
|
2584
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2585
2585
|
// TimerOff aliases
|
|
2586
2586
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2587
|
+
// TimerReset aliases
|
|
2588
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2587
2589
|
// Timer aliases
|
|
2588
2590
|
export { default as TimerIcon } from '../icons/timer';
|
|
2589
|
-
// ToggleRight aliases
|
|
2590
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2591
2591
|
// ToggleLeft aliases
|
|
2592
2592
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2593
2593
|
// Toilet aliases
|
|
2594
2594
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2595
|
+
// ToggleRight aliases
|
|
2596
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2597
|
+
// ToolCase aliases
|
|
2598
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2595
2599
|
// Tornado aliases
|
|
2596
2600
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2597
2601
|
// Torus aliases
|
|
2598
2602
|
export { default as TorusIcon } from '../icons/torus';
|
|
2599
|
-
// ToolCase aliases
|
|
2600
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2601
2603
|
// TouchpadOff aliases
|
|
2602
2604
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2603
|
-
// TowerControl aliases
|
|
2604
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2605
2605
|
// Touchpad aliases
|
|
2606
2606
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2607
|
+
// TowerControl aliases
|
|
2608
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2607
2609
|
// ToyBrick aliases
|
|
2608
2610
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2609
|
-
// Tractor aliases
|
|
2610
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2611
2611
|
// TrafficCone aliases
|
|
2612
2612
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2613
|
-
//
|
|
2614
|
-
export { default as
|
|
2615
|
-
// Transgender aliases
|
|
2616
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2613
|
+
// Tractor aliases
|
|
2614
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2617
2615
|
// TrainFrontTunnel aliases
|
|
2618
2616
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2617
|
+
// TrainFront aliases
|
|
2618
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2619
2619
|
// TrainTrack aliases
|
|
2620
2620
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2621
|
-
//
|
|
2622
|
-
export { default as
|
|
2621
|
+
// Transgender aliases
|
|
2622
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2623
2623
|
// Trash aliases
|
|
2624
2624
|
export { default as TrashIcon } from '../icons/trash';
|
|
2625
2625
|
// TreeDeciduous aliases
|
|
2626
2626
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2627
|
+
// Trash2 aliases
|
|
2628
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2627
2629
|
// TreePine aliases
|
|
2628
2630
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2629
|
-
// Trello aliases
|
|
2630
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2631
2631
|
// Trees aliases
|
|
2632
2632
|
export { default as TreesIcon } from '../icons/trees';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2633
|
+
// Trello aliases
|
|
2634
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2635
2635
|
// TrendingDown aliases
|
|
2636
2636
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2637
|
+
// TrendingUpDown aliases
|
|
2638
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2639
2639
|
// TrendingUp aliases
|
|
2640
2640
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2641
2641
|
// TriangleRight aliases
|
|
2642
2642
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2643
|
-
//
|
|
2644
|
-
export { default as
|
|
2643
|
+
// TriangleDashed aliases
|
|
2644
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2645
2645
|
// Trophy aliases
|
|
2646
2646
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2647
|
+
// Triangle aliases
|
|
2648
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2647
2649
|
// TruckElectric aliases
|
|
2648
2650
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2649
2651
|
// Truck aliases
|
|
2650
2652
|
export { default as TruckIcon } from '../icons/truck';
|
|
2653
|
+
// Turtle aliases
|
|
2654
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2651
2655
|
// TurkishLira aliases
|
|
2652
2656
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2653
2657
|
// Turntable aliases
|
|
2654
2658
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2655
|
-
// Turtle aliases
|
|
2656
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2657
2659
|
// TvMinimalPlay aliases
|
|
2658
2660
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2659
|
-
// Twitch aliases
|
|
2660
|
-
export { default as TwitchIcon } from '../icons/twitch';
|
|
2661
2661
|
// Tv aliases
|
|
2662
2662
|
export { default as TvIcon } from '../icons/tv';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2663
|
+
// Twitch aliases
|
|
2664
|
+
export { default as TwitchIcon } from '../icons/twitch';
|
|
2665
2665
|
// Twitter aliases
|
|
2666
2666
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2667
|
+
// TypeOutline aliases
|
|
2668
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2667
2669
|
// UmbrellaOff aliases
|
|
2668
2670
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2669
2671
|
// Type aliases
|
|
@@ -2680,10 +2682,10 @@ export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
|
2680
2682
|
export { default as UndoIcon } from '../icons/undo';
|
|
2681
2683
|
// UnfoldHorizontal aliases
|
|
2682
2684
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2683
|
-
// Ungroup aliases
|
|
2684
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2685
2685
|
// UnfoldVertical aliases
|
|
2686
2686
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2687
|
+
// Ungroup aliases
|
|
2688
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2687
2689
|
// Unlink2 aliases
|
|
2688
2690
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2689
2691
|
// Unlink aliases
|
|
@@ -2694,10 +2696,10 @@ export { default as UnplugIcon } from '../icons/unplug';
|
|
|
2694
2696
|
export { default as UploadIcon } from '../icons/upload';
|
|
2695
2697
|
// Usb aliases
|
|
2696
2698
|
export { default as UsbIcon } from '../icons/usb';
|
|
2697
|
-
// UserCog aliases
|
|
2698
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2699
2699
|
// UserCheck aliases
|
|
2700
2700
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2701
|
+
// UserCog aliases
|
|
2702
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2701
2703
|
// UserLock aliases
|
|
2702
2704
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2703
2705
|
// UserMinus aliases
|
|
@@ -2718,32 +2720,32 @@ export { default as UserStarIcon } from '../icons/user-star';
|
|
|
2718
2720
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2719
2721
|
// User aliases
|
|
2720
2722
|
export { default as UserIcon } from '../icons/user';
|
|
2721
|
-
// UtilityPole aliases
|
|
2722
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2723
2723
|
// Users aliases
|
|
2724
2724
|
export { default as UsersIcon } from '../icons/users';
|
|
2725
|
+
// UtilityPole aliases
|
|
2726
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2725
2727
|
// Variable aliases
|
|
2726
2728
|
export { default as VariableIcon } from '../icons/variable';
|
|
2727
2729
|
// Vault aliases
|
|
2728
2730
|
export { default as VaultIcon } from '../icons/vault';
|
|
2729
|
-
// Vegan aliases
|
|
2730
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2731
2731
|
// VectorSquare aliases
|
|
2732
2732
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2733
|
+
// Vegan aliases
|
|
2734
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2733
2735
|
// VenetianMask aliases
|
|
2734
2736
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2735
2737
|
// VenusAndMars aliases
|
|
2736
2738
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2737
|
-
// VibrateOff aliases
|
|
2738
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2739
2739
|
// Venus aliases
|
|
2740
2740
|
export { default as VenusIcon } from '../icons/venus';
|
|
2741
|
+
// VibrateOff aliases
|
|
2742
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2741
2743
|
// VideoOff aliases
|
|
2742
2744
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2743
|
-
// Video aliases
|
|
2744
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2745
2745
|
// Vibrate aliases
|
|
2746
2746
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2747
|
+
// Video aliases
|
|
2748
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2747
2749
|
// Videotape aliases
|
|
2748
2750
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2749
2751
|
// View aliases
|
|
@@ -2758,22 +2760,22 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2758
2760
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2759
2761
|
// VolumeOff aliases
|
|
2760
2762
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2761
|
-
// Vote aliases
|
|
2762
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2763
2763
|
// VolumeX aliases
|
|
2764
2764
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2765
2765
|
// Volume aliases
|
|
2766
2766
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2767
|
+
// Vote aliases
|
|
2768
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2767
2769
|
// WalletCards aliases
|
|
2768
2770
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2769
2771
|
// Wallpaper aliases
|
|
2770
2772
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2771
|
-
// Wallet aliases
|
|
2772
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2773
|
-
// Warehouse aliases
|
|
2774
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2775
2773
|
// Wand aliases
|
|
2776
2774
|
export { default as WandIcon } from '../icons/wand';
|
|
2775
|
+
// Warehouse aliases
|
|
2776
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2777
|
+
// Wallet aliases
|
|
2778
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2777
2779
|
// WashingMachine aliases
|
|
2778
2780
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2779
2781
|
// Watch aliases
|
|
@@ -2782,12 +2784,12 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
2782
2784
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2783
2785
|
// Waves aliases
|
|
2784
2786
|
export { default as WavesIcon } from '../icons/waves';
|
|
2785
|
-
// Webcam aliases
|
|
2786
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2787
2787
|
// Waypoints aliases
|
|
2788
2788
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2789
2789
|
// WebhookOff aliases
|
|
2790
2790
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2791
|
+
// Webcam aliases
|
|
2792
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2791
2793
|
// Webhook aliases
|
|
2792
2794
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2793
2795
|
// Weight aliases
|
|
@@ -2820,10 +2822,10 @@ export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
|
2820
2822
|
export { default as WindIcon } from '../icons/wind';
|
|
2821
2823
|
// WineOff aliases
|
|
2822
2824
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2823
|
-
// Workflow aliases
|
|
2824
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2825
2825
|
// Wine aliases
|
|
2826
2826
|
export { default as WineIcon } from '../icons/wine';
|
|
2827
|
+
// Workflow aliases
|
|
2828
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2827
2829
|
// Worm aliases
|
|
2828
2830
|
export { default as WormIcon } from '../icons/worm';
|
|
2829
2831
|
// Wrench aliases
|
|
@@ -2834,12 +2836,12 @@ export { default as XIcon } from '../icons/x';
|
|
|
2834
2836
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2835
2837
|
// ZapOff aliases
|
|
2836
2838
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2837
|
-
// Zap aliases
|
|
2838
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2839
|
-
// ZoomOut aliases
|
|
2840
|
-
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2841
2839
|
// ZoomIn aliases
|
|
2842
2840
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2841
|
+
// ZoomOut aliases
|
|
2842
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2843
|
+
// Zap aliases
|
|
2844
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2843
2845
|
// ArrowDown01 aliases
|
|
2844
2846
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2845
2847
|
// ArrowDown10 aliases
|
|
@@ -2872,84 +2874,84 @@ export {
|
|
|
2872
2874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2873
2875
|
default as ArrowDownAzIcon
|
|
2874
2876
|
} from '../icons/arrow-down-a-z';
|
|
2875
|
-
// ArrowDownWideNarrow aliases
|
|
2876
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2877
|
-
export {
|
|
2878
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2879
|
-
default as SortDescIcon
|
|
2880
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2881
2877
|
// ArrowDownZA aliases
|
|
2882
2878
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2883
2879
|
export {
|
|
2884
2880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2885
2881
|
default as ArrowDownZaIcon
|
|
2886
2882
|
} from '../icons/arrow-down-z-a';
|
|
2883
|
+
// ArrowDownWideNarrow aliases
|
|
2884
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2885
|
+
export {
|
|
2886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2887
|
+
default as SortDescIcon
|
|
2888
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2887
2889
|
// ArrowUpAZ aliases
|
|
2888
2890
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2889
2891
|
export {
|
|
2890
2892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2891
2893
|
default as ArrowUpAzIcon
|
|
2892
2894
|
} from '../icons/arrow-up-a-z';
|
|
2893
|
-
// ArrowUpZA aliases
|
|
2894
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2895
|
-
export {
|
|
2896
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2897
|
-
default as ArrowUpZaIcon
|
|
2898
|
-
} from '../icons/arrow-up-z-a';
|
|
2899
2895
|
// ArrowUpNarrowWide aliases
|
|
2900
2896
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2901
2897
|
export {
|
|
2902
2898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2903
2899
|
default as SortAscIcon
|
|
2904
2900
|
} from '../icons/arrow-up-narrow-wide';
|
|
2905
|
-
//
|
|
2906
|
-
export { default as
|
|
2901
|
+
// ArrowUpZA aliases
|
|
2902
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2907
2903
|
export {
|
|
2908
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2909
|
-
default as
|
|
2910
|
-
} from '../icons/
|
|
2904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2905
|
+
default as ArrowUpZaIcon
|
|
2906
|
+
} from '../icons/arrow-up-z-a';
|
|
2911
2907
|
// BadgeCheck aliases
|
|
2912
2908
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2913
2909
|
export {
|
|
2914
2910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2915
2911
|
default as VerifiedIcon
|
|
2916
2912
|
} from '../icons/badge-check';
|
|
2917
|
-
//
|
|
2918
|
-
export { default as
|
|
2913
|
+
// Axis3d aliases
|
|
2914
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2919
2915
|
export {
|
|
2920
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2921
|
-
default as
|
|
2922
|
-
} from '../icons/
|
|
2916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2917
|
+
default as Axis3DIcon
|
|
2918
|
+
} from '../icons/axis-3d';
|
|
2923
2919
|
// BetweenHorizontalEnd aliases
|
|
2924
2920
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2925
2921
|
export {
|
|
2926
2922
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2927
2923
|
default as BetweenHorizonalEndIcon
|
|
2928
2924
|
} from '../icons/between-horizontal-end';
|
|
2929
|
-
//
|
|
2930
|
-
export { default as
|
|
2925
|
+
// BadgeQuestionMark aliases
|
|
2926
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2931
2927
|
export {
|
|
2932
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2933
|
-
default as
|
|
2934
|
-
} from '../icons/
|
|
2928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2929
|
+
default as BadgeHelpIcon
|
|
2930
|
+
} from '../icons/badge-question-mark';
|
|
2935
2931
|
// BetweenHorizontalStart aliases
|
|
2936
2932
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2937
2933
|
export {
|
|
2938
2934
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2939
2935
|
default as BetweenHorizonalStartIcon
|
|
2940
2936
|
} from '../icons/between-horizontal-start';
|
|
2941
|
-
// Captions aliases
|
|
2942
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2943
|
-
export {
|
|
2944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2945
|
-
default as SubtitlesIcon
|
|
2946
|
-
} from '../icons/captions';
|
|
2947
2937
|
// BookDashed aliases
|
|
2948
2938
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2949
2939
|
export {
|
|
2950
2940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2951
2941
|
default as BookTemplateIcon
|
|
2952
2942
|
} from '../icons/book-dashed';
|
|
2943
|
+
// Braces aliases
|
|
2944
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2945
|
+
export {
|
|
2946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2947
|
+
default as CurlyBracesIcon
|
|
2948
|
+
} from '../icons/braces';
|
|
2949
|
+
// Captions aliases
|
|
2950
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2951
|
+
export {
|
|
2952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2953
|
+
default as SubtitlesIcon
|
|
2954
|
+
} from '../icons/captions';
|
|
2953
2955
|
// ChartArea aliases
|
|
2954
2956
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2955
2957
|
export {
|
|
@@ -2974,18 +2976,18 @@ export {
|
|
|
2974
2976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2975
2977
|
default as CandlestickChartIcon
|
|
2976
2978
|
} from '../icons/chart-candlestick';
|
|
2977
|
-
// ChartColumnBig aliases
|
|
2978
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2979
|
-
export {
|
|
2980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2981
|
-
default as BarChartBigIcon
|
|
2982
|
-
} from '../icons/chart-column-big';
|
|
2983
2979
|
// ChartColumnIncreasing aliases
|
|
2984
2980
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2985
2981
|
export {
|
|
2986
2982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2987
2983
|
default as BarChart4Icon
|
|
2988
2984
|
} from '../icons/chart-column-increasing';
|
|
2985
|
+
// ChartColumnBig aliases
|
|
2986
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2987
|
+
export {
|
|
2988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2989
|
+
default as BarChartBigIcon
|
|
2990
|
+
} from '../icons/chart-column-big';
|
|
2989
2991
|
// ChartColumn aliases
|
|
2990
2992
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2991
2993
|
export {
|
|
@@ -3016,48 +3018,48 @@ export {
|
|
|
3016
3018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3017
3019
|
default as GanttChartIcon
|
|
3018
3020
|
} from '../icons/chart-no-axes-gantt';
|
|
3019
|
-
// ChartPie aliases
|
|
3020
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3021
|
-
export {
|
|
3022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3023
|
-
default as PieChartIcon
|
|
3024
|
-
} from '../icons/chart-pie';
|
|
3025
3021
|
// ChartScatter aliases
|
|
3026
3022
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3027
3023
|
export {
|
|
3028
3024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3029
3025
|
default as ScatterChartIcon
|
|
3030
3026
|
} from '../icons/chart-scatter';
|
|
3027
|
+
// ChartPie aliases
|
|
3028
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3029
|
+
export {
|
|
3030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3031
|
+
default as PieChartIcon
|
|
3032
|
+
} from '../icons/chart-pie';
|
|
3031
3033
|
// CircleAlert aliases
|
|
3032
3034
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3033
3035
|
export {
|
|
3034
3036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3035
3037
|
default as AlertCircleIcon
|
|
3036
3038
|
} from '../icons/circle-alert';
|
|
3037
|
-
// Chromium aliases
|
|
3038
|
-
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3039
|
-
export {
|
|
3040
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3041
|
-
default as ChromeIcon
|
|
3042
|
-
} from '../icons/chromium';
|
|
3043
3039
|
// CircleArrowDown aliases
|
|
3044
3040
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3045
3041
|
export {
|
|
3046
3042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3047
3043
|
default as ArrowDownCircleIcon
|
|
3048
3044
|
} from '../icons/circle-arrow-down';
|
|
3049
|
-
//
|
|
3050
|
-
export { default as
|
|
3045
|
+
// Chromium aliases
|
|
3046
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3051
3047
|
export {
|
|
3052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3053
|
-
default as
|
|
3054
|
-
} from '../icons/
|
|
3048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3049
|
+
default as ChromeIcon
|
|
3050
|
+
} from '../icons/chromium';
|
|
3055
3051
|
// CircleArrowLeft aliases
|
|
3056
3052
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3057
3053
|
export {
|
|
3058
3054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3059
3055
|
default as ArrowLeftCircleIcon
|
|
3060
3056
|
} from '../icons/circle-arrow-left';
|
|
3057
|
+
// CircleArrowOutDownLeft aliases
|
|
3058
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3059
|
+
export {
|
|
3060
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3061
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3062
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3061
3063
|
// CircleArrowOutDownRight aliases
|
|
3062
3064
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3063
3065
|
export {
|
|
@@ -3070,6 +3072,12 @@ export {
|
|
|
3070
3072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3071
3073
|
default as ArrowUpLeftFromCircleIcon
|
|
3072
3074
|
} from '../icons/circle-arrow-out-up-left';
|
|
3075
|
+
// CircleArrowOutUpRight aliases
|
|
3076
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3077
|
+
export {
|
|
3078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3079
|
+
default as ArrowUpRightFromCircleIcon
|
|
3080
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3073
3081
|
// CircleArrowRight aliases
|
|
3074
3082
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3075
3083
|
export {
|
|
@@ -3082,24 +3090,12 @@ export {
|
|
|
3082
3090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3083
3091
|
default as ArrowUpCircleIcon
|
|
3084
3092
|
} from '../icons/circle-arrow-up';
|
|
3085
|
-
// CircleArrowOutUpRight aliases
|
|
3086
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3087
|
-
export {
|
|
3088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3089
|
-
default as ArrowUpRightFromCircleIcon
|
|
3090
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3091
3093
|
// CircleCheckBig aliases
|
|
3092
3094
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3093
3095
|
export {
|
|
3094
3096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3095
3097
|
default as CheckCircleIcon
|
|
3096
3098
|
} from '../icons/circle-check-big';
|
|
3097
|
-
// CircleChevronDown aliases
|
|
3098
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3099
|
-
export {
|
|
3100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3101
|
-
default as ChevronDownCircleIcon
|
|
3102
|
-
} from '../icons/circle-chevron-down';
|
|
3103
3099
|
// CircleCheck aliases
|
|
3104
3100
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3105
3101
|
export {
|
|
@@ -3112,18 +3108,24 @@ export {
|
|
|
3112
3108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3113
3109
|
default as ChevronLeftCircleIcon
|
|
3114
3110
|
} from '../icons/circle-chevron-left';
|
|
3115
|
-
//
|
|
3116
|
-
export { default as
|
|
3111
|
+
// CircleChevronDown aliases
|
|
3112
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3117
3113
|
export {
|
|
3118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3119
|
-
default as
|
|
3120
|
-
} from '../icons/circle-chevron-
|
|
3114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3115
|
+
default as ChevronDownCircleIcon
|
|
3116
|
+
} from '../icons/circle-chevron-down';
|
|
3121
3117
|
// CircleChevronUp aliases
|
|
3122
3118
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3123
3119
|
export {
|
|
3124
3120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3125
3121
|
default as ChevronUpCircleIcon
|
|
3126
3122
|
} from '../icons/circle-chevron-up';
|
|
3123
|
+
// CircleChevronRight aliases
|
|
3124
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3125
|
+
export {
|
|
3126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3127
|
+
default as ChevronRightCircleIcon
|
|
3128
|
+
} from '../icons/circle-chevron-right';
|
|
3127
3129
|
// CircleDivide aliases
|
|
3128
3130
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3129
3131
|
export {
|
|
@@ -3136,12 +3138,6 @@ export {
|
|
|
3136
3138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3137
3139
|
default as GaugeCircleIcon
|
|
3138
3140
|
} from '../icons/circle-gauge';
|
|
3139
|
-
// CircleMinus aliases
|
|
3140
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3141
|
-
export {
|
|
3142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3143
|
-
default as MinusCircleIcon
|
|
3144
|
-
} from '../icons/circle-minus';
|
|
3145
3141
|
// CircleParkingOff aliases
|
|
3146
3142
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3147
3143
|
export {
|
|
@@ -3154,18 +3150,24 @@ export {
|
|
|
3154
3150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3155
3151
|
default as ParkingCircleIcon
|
|
3156
3152
|
} from '../icons/circle-parking';
|
|
3157
|
-
//
|
|
3158
|
-
export { default as
|
|
3153
|
+
// CircleMinus aliases
|
|
3154
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3159
3155
|
export {
|
|
3160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3161
|
-
default as
|
|
3162
|
-
} from '../icons/circle-
|
|
3156
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3157
|
+
default as MinusCircleIcon
|
|
3158
|
+
} from '../icons/circle-minus';
|
|
3163
3159
|
// CirclePercent aliases
|
|
3164
3160
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3165
3161
|
export {
|
|
3166
3162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3167
3163
|
default as PercentCircleIcon
|
|
3168
3164
|
} from '../icons/circle-percent';
|
|
3165
|
+
// CirclePause aliases
|
|
3166
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3167
|
+
export {
|
|
3168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3169
|
+
default as PauseCircleIcon
|
|
3170
|
+
} from '../icons/circle-pause';
|
|
3169
3171
|
// CirclePlay aliases
|
|
3170
3172
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3171
3173
|
export {
|
|
@@ -3178,6 +3180,12 @@ export {
|
|
|
3178
3180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3179
3181
|
default as PlusCircleIcon
|
|
3180
3182
|
} from '../icons/circle-plus';
|
|
3183
|
+
// CirclePower aliases
|
|
3184
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3185
|
+
export {
|
|
3186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3187
|
+
default as PowerCircleIcon
|
|
3188
|
+
} from '../icons/circle-power';
|
|
3181
3189
|
// CircleQuestionMark aliases
|
|
3182
3190
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3183
3191
|
export {
|
|
@@ -3188,12 +3196,6 @@ export {
|
|
|
3188
3196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3189
3197
|
default as CircleHelpIcon
|
|
3190
3198
|
} from '../icons/circle-question-mark';
|
|
3191
|
-
// CirclePower aliases
|
|
3192
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3193
|
-
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3195
|
-
default as PowerCircleIcon
|
|
3196
|
-
} from '../icons/circle-power';
|
|
3197
3199
|
// CircleSlash2 aliases
|
|
3198
3200
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3199
3201
|
export {
|
|
@@ -3218,12 +3220,6 @@ export {
|
|
|
3218
3220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3219
3221
|
default as UserCircleIcon
|
|
3220
3222
|
} from '../icons/circle-user';
|
|
3221
|
-
// CircleX aliases
|
|
3222
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3223
|
-
export {
|
|
3224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3225
|
-
default as XCircleIcon
|
|
3226
|
-
} from '../icons/circle-x';
|
|
3227
3223
|
// ClipboardPenLine aliases
|
|
3228
3224
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3229
3225
|
export {
|
|
@@ -3236,6 +3232,12 @@ export {
|
|
|
3236
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3237
3233
|
default as ClipboardEditIcon
|
|
3238
3234
|
} from '../icons/clipboard-pen';
|
|
3235
|
+
// CircleX aliases
|
|
3236
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3237
|
+
export {
|
|
3238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3239
|
+
default as XCircleIcon
|
|
3240
|
+
} from '../icons/circle-x';
|
|
3239
3241
|
// CloudDownload aliases
|
|
3240
3242
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3241
3243
|
export {
|
|
@@ -3248,6 +3250,16 @@ export {
|
|
|
3248
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3249
3251
|
default as UploadCloudIcon
|
|
3250
3252
|
} from '../icons/cloud-upload';
|
|
3253
|
+
// Columns3Cog aliases
|
|
3254
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3257
|
+
default as ColumnsSettingsIcon
|
|
3258
|
+
} from '../icons/columns-3-cog';
|
|
3259
|
+
export {
|
|
3260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3261
|
+
default as TableConfigIcon
|
|
3262
|
+
} from '../icons/columns-3-cog';
|
|
3251
3263
|
// CodeXml aliases
|
|
3252
3264
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3253
3265
|
export {
|
|
@@ -3260,28 +3272,18 @@ export {
|
|
|
3260
3272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3261
3273
|
default as ColumnsIcon
|
|
3262
3274
|
} from '../icons/columns-2';
|
|
3263
|
-
// Columns3 aliases
|
|
3264
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3267
|
-
default as PanelsLeftRightIcon
|
|
3268
|
-
} from '../icons/columns-3';
|
|
3269
|
-
// Columns3Cog aliases
|
|
3270
|
-
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3271
|
-
export {
|
|
3272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3273
|
-
default as ColumnsSettingsIcon
|
|
3274
|
-
} from '../icons/columns-3-cog';
|
|
3275
|
-
export {
|
|
3276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3277
|
-
default as TableConfigIcon
|
|
3278
|
-
} from '../icons/columns-3-cog';
|
|
3279
3275
|
// ContactRound aliases
|
|
3280
3276
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3281
3277
|
export {
|
|
3282
3278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3283
3279
|
default as Contact2Icon
|
|
3284
3280
|
} from '../icons/contact-round';
|
|
3281
|
+
// Columns3 aliases
|
|
3282
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3283
|
+
export {
|
|
3284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3285
|
+
default as PanelsLeftRightIcon
|
|
3286
|
+
} from '../icons/columns-3';
|
|
3285
3287
|
// DiamondPercent aliases
|
|
3286
3288
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3287
3289
|
export {
|
|
@@ -3294,18 +3296,18 @@ export {
|
|
|
3294
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3295
3297
|
default as Globe2Icon
|
|
3296
3298
|
} from '../icons/earth';
|
|
3297
|
-
// EllipsisVertical aliases
|
|
3298
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3299
|
-
export {
|
|
3300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3301
|
-
default as MoreVerticalIcon
|
|
3302
|
-
} from '../icons/ellipsis-vertical';
|
|
3303
3299
|
// Ellipsis aliases
|
|
3304
3300
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3305
3301
|
export {
|
|
3306
3302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3307
3303
|
default as MoreHorizontalIcon
|
|
3308
3304
|
} from '../icons/ellipsis';
|
|
3305
|
+
// EllipsisVertical aliases
|
|
3306
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3307
|
+
export {
|
|
3308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3309
|
+
default as MoreVerticalIcon
|
|
3310
|
+
} from '../icons/ellipsis-vertical';
|
|
3309
3311
|
// FileAxis3d aliases
|
|
3310
3312
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3311
3313
|
export {
|
|
@@ -3348,6 +3350,12 @@ export {
|
|
|
3348
3350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3349
3351
|
default as FileSignatureIcon
|
|
3350
3352
|
} from '../icons/file-pen-line';
|
|
3353
|
+
// FilePen aliases
|
|
3354
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3355
|
+
export {
|
|
3356
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3357
|
+
default as FileEditIcon
|
|
3358
|
+
} from '../icons/file-pen';
|
|
3351
3359
|
// FilePlay aliases
|
|
3352
3360
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3353
3361
|
export {
|
|
@@ -3360,12 +3368,6 @@ export {
|
|
|
3360
3368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3361
3369
|
default as FileVideo2Icon
|
|
3362
3370
|
} from '../icons/file-video-camera';
|
|
3363
|
-
// FilePen aliases
|
|
3364
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3365
|
-
export {
|
|
3366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3367
|
-
default as FileEditIcon
|
|
3368
|
-
} from '../icons/file-pen';
|
|
3369
3371
|
// FileQuestionMark aliases
|
|
3370
3372
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3371
3373
|
export {
|
|
@@ -3384,42 +3386,48 @@ export {
|
|
|
3384
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3385
3387
|
default as FolderEditIcon
|
|
3386
3388
|
} from '../icons/folder-pen';
|
|
3389
|
+
// Funnel aliases
|
|
3390
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3391
|
+
export {
|
|
3392
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3393
|
+
default as FilterIcon
|
|
3394
|
+
} from '../icons/funnel';
|
|
3387
3395
|
// FunnelX aliases
|
|
3388
3396
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3389
3397
|
export {
|
|
3390
3398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3391
3399
|
default as FilterXIcon
|
|
3392
3400
|
} from '../icons/funnel-x';
|
|
3401
|
+
// GitCommitHorizontal aliases
|
|
3402
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3403
|
+
export {
|
|
3404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3405
|
+
default as GitCommitIcon
|
|
3406
|
+
} from '../icons/git-commit-horizontal';
|
|
3393
3407
|
// Grid2x2Check aliases
|
|
3394
3408
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3395
3409
|
export {
|
|
3396
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3397
3411
|
default as Grid2X2CheckIcon
|
|
3398
3412
|
} from '../icons/grid-2x2-check';
|
|
3399
|
-
//
|
|
3400
|
-
export { default as
|
|
3401
|
-
export {
|
|
3402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3403
|
-
default as FilterIcon
|
|
3404
|
-
} from '../icons/funnel';
|
|
3405
|
-
// GitCommitHorizontal aliases
|
|
3406
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3413
|
+
// Grid2x2Plus aliases
|
|
3414
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3407
3415
|
export {
|
|
3408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3409
|
-
default as
|
|
3410
|
-
} from '../icons/
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3417
|
+
default as Grid2X2PlusIcon
|
|
3418
|
+
} from '../icons/grid-2x2-plus';
|
|
3411
3419
|
// Grid2x2X aliases
|
|
3412
3420
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3413
3421
|
export {
|
|
3414
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3415
3423
|
default as Grid2X2XIcon
|
|
3416
3424
|
} from '../icons/grid-2x2-x';
|
|
3417
|
-
//
|
|
3418
|
-
export { default as
|
|
3425
|
+
// Grid2x2 aliases
|
|
3426
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3419
3427
|
export {
|
|
3420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3421
|
-
default as
|
|
3422
|
-
} from '../icons/grid-2x2
|
|
3428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3429
|
+
default as Grid2X2Icon
|
|
3430
|
+
} from '../icons/grid-2x2';
|
|
3423
3431
|
// Grid3x3 aliases
|
|
3424
3432
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3425
3433
|
export {
|
|
@@ -3430,30 +3438,24 @@ export {
|
|
|
3430
3438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3431
3439
|
default as Grid3X3Icon
|
|
3432
3440
|
} from '../icons/grid-3x3';
|
|
3433
|
-
// Grid2x2 aliases
|
|
3434
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3435
|
-
export {
|
|
3436
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3437
|
-
default as Grid2X2Icon
|
|
3438
|
-
} from '../icons/grid-2x2';
|
|
3439
3441
|
// HandGrab aliases
|
|
3440
3442
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3441
3443
|
export {
|
|
3442
3444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3443
3445
|
default as GrabIcon
|
|
3444
3446
|
} from '../icons/hand-grab';
|
|
3445
|
-
// HandHelping aliases
|
|
3446
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3447
|
-
export {
|
|
3448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3449
|
-
default as HelpingHandIcon
|
|
3450
|
-
} from '../icons/hand-helping';
|
|
3451
3447
|
// House aliases
|
|
3452
3448
|
export { default as HouseIcon } from '../icons/house';
|
|
3453
3449
|
export {
|
|
3454
3450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3455
3451
|
default as HomeIcon
|
|
3456
3452
|
} from '../icons/house';
|
|
3453
|
+
// HandHelping aliases
|
|
3454
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3455
|
+
export {
|
|
3456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3457
|
+
default as HelpingHandIcon
|
|
3458
|
+
} from '../icons/hand-helping';
|
|
3457
3459
|
// IceCreamBowl aliases
|
|
3458
3460
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3459
3461
|
export {
|
|
@@ -3478,6 +3480,16 @@ export {
|
|
|
3478
3480
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3479
3481
|
default as Layers3Icon
|
|
3480
3482
|
} from '../icons/layers';
|
|
3483
|
+
// ListIndentDecrease aliases
|
|
3484
|
+
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3487
|
+
default as OutdentIcon
|
|
3488
|
+
} from '../icons/list-indent-decrease';
|
|
3489
|
+
export {
|
|
3490
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3491
|
+
default as IndentDecreaseIcon
|
|
3492
|
+
} from '../icons/list-indent-decrease';
|
|
3481
3493
|
// ListIndentIncrease aliases
|
|
3482
3494
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3483
3495
|
export {
|
|
@@ -3494,22 +3506,6 @@ export {
|
|
|
3494
3506
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3495
3507
|
default as Loader2Icon
|
|
3496
3508
|
} from '../icons/loader-circle';
|
|
3497
|
-
// ListIndentDecrease aliases
|
|
3498
|
-
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3499
|
-
export {
|
|
3500
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3501
|
-
default as OutdentIcon
|
|
3502
|
-
} from '../icons/list-indent-decrease';
|
|
3503
|
-
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3505
|
-
default as IndentDecreaseIcon
|
|
3506
|
-
} from '../icons/list-indent-decrease';
|
|
3507
|
-
// MailQuestionMark aliases
|
|
3508
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3511
|
-
default as MailQuestionIcon
|
|
3512
|
-
} from '../icons/mail-question-mark';
|
|
3513
3509
|
// LockKeyholeOpen aliases
|
|
3514
3510
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3515
3511
|
export {
|
|
@@ -3522,6 +3518,12 @@ export {
|
|
|
3522
3518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3523
3519
|
default as UnlockIcon
|
|
3524
3520
|
} from '../icons/lock-open';
|
|
3521
|
+
// MailQuestionMark aliases
|
|
3522
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3523
|
+
export {
|
|
3524
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3525
|
+
default as MailQuestionIcon
|
|
3526
|
+
} from '../icons/mail-question-mark';
|
|
3525
3527
|
// MapPinPen aliases
|
|
3526
3528
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3527
3529
|
export {
|
|
@@ -3534,18 +3536,18 @@ export {
|
|
|
3534
3536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3535
3537
|
default as MessageCircleQuestionIcon
|
|
3536
3538
|
} from '../icons/message-circle-question-mark';
|
|
3537
|
-
// MicVocal aliases
|
|
3538
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3539
|
-
export {
|
|
3540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3541
|
-
default as Mic2Icon
|
|
3542
|
-
} from '../icons/mic-vocal';
|
|
3543
3539
|
// Move3d aliases
|
|
3544
3540
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3545
3541
|
export {
|
|
3546
3542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3547
3543
|
default as Move3DIcon
|
|
3548
3544
|
} from '../icons/move-3d';
|
|
3545
|
+
// MicVocal aliases
|
|
3546
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3547
|
+
export {
|
|
3548
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3549
|
+
default as Mic2Icon
|
|
3550
|
+
} from '../icons/mic-vocal';
|
|
3549
3551
|
// OctagonAlert aliases
|
|
3550
3552
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3551
3553
|
export {
|
|
@@ -3564,18 +3566,18 @@ export {
|
|
|
3564
3566
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3565
3567
|
default as XOctagonIcon
|
|
3566
3568
|
} from '../icons/octagon-x';
|
|
3567
|
-
// PaintbrushVertical aliases
|
|
3568
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3569
|
-
export {
|
|
3570
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3571
|
-
default as Paintbrush2Icon
|
|
3572
|
-
} from '../icons/paintbrush-vertical';
|
|
3573
3569
|
// PanelBottomDashed aliases
|
|
3574
3570
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3575
3571
|
export {
|
|
3576
3572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3577
3573
|
default as PanelBottomInactiveIcon
|
|
3578
3574
|
} from '../icons/panel-bottom-dashed';
|
|
3575
|
+
// PaintbrushVertical aliases
|
|
3576
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3577
|
+
export {
|
|
3578
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3579
|
+
default as Paintbrush2Icon
|
|
3580
|
+
} from '../icons/paintbrush-vertical';
|
|
3579
3581
|
// PanelLeftClose aliases
|
|
3580
3582
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3581
3583
|
export {
|
|
@@ -3600,72 +3602,72 @@ export {
|
|
|
3600
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3601
3603
|
default as SidebarIcon
|
|
3602
3604
|
} from '../icons/panel-left';
|
|
3603
|
-
// PanelTopDashed aliases
|
|
3604
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3605
|
-
export {
|
|
3606
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3607
|
-
default as PanelTopInactiveIcon
|
|
3608
|
-
} from '../icons/panel-top-dashed';
|
|
3609
|
-
// PanelsTopLeft aliases
|
|
3610
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3611
|
-
export {
|
|
3612
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3613
|
-
default as LayoutIcon
|
|
3614
|
-
} from '../icons/panels-top-left';
|
|
3615
3605
|
// PanelRightDashed aliases
|
|
3616
3606
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3617
3607
|
export {
|
|
3618
3608
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3619
3609
|
default as PanelRightInactiveIcon
|
|
3620
3610
|
} from '../icons/panel-right-dashed';
|
|
3611
|
+
// PanelTopDashed aliases
|
|
3612
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3613
|
+
export {
|
|
3614
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3615
|
+
default as PanelTopInactiveIcon
|
|
3616
|
+
} from '../icons/panel-top-dashed';
|
|
3621
3617
|
// PenLine aliases
|
|
3622
3618
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3623
3619
|
export {
|
|
3624
3620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3625
|
-
default as Edit3Icon
|
|
3626
|
-
} from '../icons/pen-line';
|
|
3627
|
-
//
|
|
3628
|
-
export { default as
|
|
3629
|
-
export {
|
|
3630
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3631
|
-
default as FormInputIcon
|
|
3632
|
-
} from '../icons/rectangle-ellipsis';
|
|
3633
|
-
// PlugZap aliases
|
|
3634
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3621
|
+
default as Edit3Icon
|
|
3622
|
+
} from '../icons/pen-line';
|
|
3623
|
+
// PanelsTopLeft aliases
|
|
3624
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3635
3625
|
export {
|
|
3636
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3637
|
-
default as
|
|
3638
|
-
} from '../icons/
|
|
3626
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3627
|
+
default as LayoutIcon
|
|
3628
|
+
} from '../icons/panels-top-left';
|
|
3639
3629
|
// Pen aliases
|
|
3640
3630
|
export { default as PenIcon } from '../icons/pen';
|
|
3641
3631
|
export {
|
|
3642
3632
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3643
3633
|
default as Edit2Icon
|
|
3644
3634
|
} from '../icons/pen';
|
|
3645
|
-
//
|
|
3646
|
-
export { default as
|
|
3635
|
+
// PlugZap aliases
|
|
3636
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3647
3637
|
export {
|
|
3648
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3649
|
-
default as
|
|
3650
|
-
} from '../icons/
|
|
3638
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3639
|
+
default as PlugZap2Icon
|
|
3640
|
+
} from '../icons/plug-zap';
|
|
3641
|
+
// RectangleEllipsis aliases
|
|
3642
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3643
|
+
export {
|
|
3644
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3645
|
+
default as FormInputIcon
|
|
3646
|
+
} from '../icons/rectangle-ellipsis';
|
|
3651
3647
|
// Rotate3d aliases
|
|
3652
3648
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3653
3649
|
export {
|
|
3654
3650
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3655
3651
|
default as Rotate3DIcon
|
|
3656
3652
|
} from '../icons/rotate-3d';
|
|
3657
|
-
//
|
|
3658
|
-
export { default as
|
|
3653
|
+
// Rows2 aliases
|
|
3654
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3659
3655
|
export {
|
|
3660
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3661
|
-
default as
|
|
3662
|
-
} from '../icons/
|
|
3656
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3657
|
+
default as RowsIcon
|
|
3658
|
+
} from '../icons/rows-2';
|
|
3663
3659
|
// Rows3 aliases
|
|
3664
3660
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3665
3661
|
export {
|
|
3666
3662
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3667
3663
|
default as PanelsTopBottomIcon
|
|
3668
3664
|
} from '../icons/rows-3';
|
|
3665
|
+
// Scale3d aliases
|
|
3666
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3667
|
+
export {
|
|
3668
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3669
|
+
default as Scale3DIcon
|
|
3670
|
+
} from '../icons/scale-3d';
|
|
3669
3671
|
// SendHorizontal aliases
|
|
3670
3672
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3671
3673
|
export {
|
|
@@ -3684,6 +3686,12 @@ export {
|
|
|
3684
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3685
3687
|
default as ShieldCloseIcon
|
|
3686
3688
|
} from '../icons/shield-x';
|
|
3689
|
+
// SlidersVertical aliases
|
|
3690
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3693
|
+
default as SlidersIcon
|
|
3694
|
+
} from '../icons/sliders-vertical';
|
|
3687
3695
|
// Sparkles aliases
|
|
3688
3696
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3689
3697
|
export {
|
|
@@ -3696,36 +3704,30 @@ export {
|
|
|
3696
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3697
3705
|
default as ActivitySquareIcon
|
|
3698
3706
|
} from '../icons/square-activity';
|
|
3699
|
-
//
|
|
3700
|
-
export { default as
|
|
3707
|
+
// SquareArrowDownLeft aliases
|
|
3708
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3701
3709
|
export {
|
|
3702
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3703
|
-
default as
|
|
3704
|
-
} from '../icons/
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as ArrowDownLeftSquareIcon
|
|
3712
|
+
} from '../icons/square-arrow-down-left';
|
|
3705
3713
|
// SquareArrowDownRight aliases
|
|
3706
3714
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3707
3715
|
export {
|
|
3708
3716
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3709
3717
|
default as ArrowDownRightSquareIcon
|
|
3710
3718
|
} from '../icons/square-arrow-down-right';
|
|
3711
|
-
//
|
|
3712
|
-
export { default as
|
|
3719
|
+
// SquareArrowLeft aliases
|
|
3720
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3713
3721
|
export {
|
|
3714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3715
|
-
default as
|
|
3716
|
-
} from '../icons/square-arrow-
|
|
3722
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3723
|
+
default as ArrowLeftSquareIcon
|
|
3724
|
+
} from '../icons/square-arrow-left';
|
|
3717
3725
|
// SquareArrowDown aliases
|
|
3718
3726
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3719
3727
|
export {
|
|
3720
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3721
3729
|
default as ArrowDownSquareIcon
|
|
3722
3730
|
} from '../icons/square-arrow-down';
|
|
3723
|
-
// SquareArrowLeft aliases
|
|
3724
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3725
|
-
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3727
|
-
default as ArrowLeftSquareIcon
|
|
3728
|
-
} from '../icons/square-arrow-left';
|
|
3729
3731
|
// SquareArrowOutDownLeft aliases
|
|
3730
3732
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3731
3733
|
export {
|
|
@@ -3738,6 +3740,12 @@ export {
|
|
|
3738
3740
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3739
3741
|
default as ArrowDownRightFromSquareIcon
|
|
3740
3742
|
} from '../icons/square-arrow-out-down-right';
|
|
3743
|
+
// SquareArrowOutUpLeft aliases
|
|
3744
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3745
|
+
export {
|
|
3746
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3747
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3748
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3741
3749
|
// SquareArrowOutUpRight aliases
|
|
3742
3750
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3743
3751
|
export {
|
|
@@ -3750,12 +3758,12 @@ export {
|
|
|
3750
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3751
3759
|
default as ArrowRightSquareIcon
|
|
3752
3760
|
} from '../icons/square-arrow-right';
|
|
3753
|
-
//
|
|
3754
|
-
export { default as
|
|
3761
|
+
// SquareArrowUpLeft aliases
|
|
3762
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3755
3763
|
export {
|
|
3756
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3757
|
-
default as
|
|
3758
|
-
} from '../icons/square-arrow-
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3765
|
+
default as ArrowUpLeftSquareIcon
|
|
3766
|
+
} from '../icons/square-arrow-up-left';
|
|
3759
3767
|
// SquareArrowUpRight aliases
|
|
3760
3768
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3761
3769
|
export {
|
|
@@ -3774,18 +3782,6 @@ export {
|
|
|
3774
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3775
3783
|
default as AsteriskSquareIcon
|
|
3776
3784
|
} from '../icons/square-asterisk';
|
|
3777
|
-
// SquareArrowUpLeft aliases
|
|
3778
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3779
|
-
export {
|
|
3780
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3781
|
-
default as ArrowUpLeftSquareIcon
|
|
3782
|
-
} from '../icons/square-arrow-up-left';
|
|
3783
|
-
// SquareCheckBig aliases
|
|
3784
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3785
|
-
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3787
|
-
default as CheckSquareIcon
|
|
3788
|
-
} from '../icons/square-check-big';
|
|
3789
3785
|
// SquareBottomDashedScissors aliases
|
|
3790
3786
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3791
3787
|
export {
|
|
@@ -3802,12 +3798,12 @@ export {
|
|
|
3802
3798
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3803
3799
|
default as SquareGanttChartIcon
|
|
3804
3800
|
} from '../icons/square-chart-gantt';
|
|
3805
|
-
//
|
|
3806
|
-
export { default as
|
|
3801
|
+
// SquareCheckBig aliases
|
|
3802
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3807
3803
|
export {
|
|
3808
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3809
|
-
default as
|
|
3810
|
-
} from '../icons/square-check';
|
|
3804
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3805
|
+
default as CheckSquareIcon
|
|
3806
|
+
} from '../icons/square-check-big';
|
|
3811
3807
|
// SquareChevronDown aliases
|
|
3812
3808
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3813
3809
|
export {
|
|
@@ -3820,42 +3816,48 @@ export {
|
|
|
3820
3816
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3821
3817
|
default as ChevronLeftSquareIcon
|
|
3822
3818
|
} from '../icons/square-chevron-left';
|
|
3819
|
+
// SquareCheck aliases
|
|
3820
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3821
|
+
export {
|
|
3822
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3823
|
+
default as CheckSquare2Icon
|
|
3824
|
+
} from '../icons/square-check';
|
|
3823
3825
|
// SquareChevronRight aliases
|
|
3824
3826
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3825
3827
|
export {
|
|
3826
3828
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3827
3829
|
default as ChevronRightSquareIcon
|
|
3828
3830
|
} from '../icons/square-chevron-right';
|
|
3829
|
-
// SquareChevronUp aliases
|
|
3830
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3831
|
-
export {
|
|
3832
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3833
|
-
default as ChevronUpSquareIcon
|
|
3834
|
-
} from '../icons/square-chevron-up';
|
|
3835
3831
|
// SquareCode aliases
|
|
3836
3832
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3837
3833
|
export {
|
|
3838
3834
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3839
3835
|
default as CodeSquareIcon
|
|
3840
3836
|
} from '../icons/square-code';
|
|
3841
|
-
// SquareDashedMousePointer aliases
|
|
3842
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3843
|
-
export {
|
|
3844
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3845
|
-
default as MousePointerSquareDashedIcon
|
|
3846
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
3847
3837
|
// SquareDashedKanban aliases
|
|
3848
3838
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3849
3839
|
export {
|
|
3850
3840
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3851
3841
|
default as KanbanSquareDashedIcon
|
|
3852
3842
|
} from '../icons/square-dashed-kanban';
|
|
3843
|
+
// SquareChevronUp aliases
|
|
3844
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3845
|
+
export {
|
|
3846
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3847
|
+
default as ChevronUpSquareIcon
|
|
3848
|
+
} from '../icons/square-chevron-up';
|
|
3853
3849
|
// SquareDashed aliases
|
|
3854
3850
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3855
3851
|
export {
|
|
3856
3852
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3857
3853
|
default as BoxSelectIcon
|
|
3858
3854
|
} from '../icons/square-dashed';
|
|
3855
|
+
// SquareDashedMousePointer aliases
|
|
3856
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3857
|
+
export {
|
|
3858
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3859
|
+
default as MousePointerSquareDashedIcon
|
|
3860
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3859
3861
|
// SquareDivide aliases
|
|
3860
3862
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3861
3863
|
export {
|
|
@@ -3874,42 +3876,42 @@ export {
|
|
|
3874
3876
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3875
3877
|
default as EqualSquareIcon
|
|
3876
3878
|
} from '../icons/square-equal';
|
|
3877
|
-
//
|
|
3878
|
-
export { default as
|
|
3879
|
+
// SquareKanban aliases
|
|
3880
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3879
3881
|
export {
|
|
3880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3881
|
-
default as
|
|
3882
|
-
} from '../icons/square-
|
|
3882
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3883
|
+
default as KanbanSquareIcon
|
|
3884
|
+
} from '../icons/square-kanban';
|
|
3883
3885
|
// SquareLibrary aliases
|
|
3884
3886
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3885
3887
|
export {
|
|
3886
3888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
3887
3889
|
default as LibrarySquareIcon
|
|
3888
3890
|
} from '../icons/square-library';
|
|
3889
|
-
//
|
|
3890
|
-
export { default as
|
|
3891
|
+
// SquareFunction aliases
|
|
3892
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3891
3893
|
export {
|
|
3892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3893
|
-
default as
|
|
3894
|
-
} from '../icons/square-
|
|
3894
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3895
|
+
default as FunctionSquareIcon
|
|
3896
|
+
} from '../icons/square-function';
|
|
3895
3897
|
// SquareMenu aliases
|
|
3896
3898
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3897
3899
|
export {
|
|
3898
3900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
3899
3901
|
default as MenuSquareIcon
|
|
3900
3902
|
} from '../icons/square-menu';
|
|
3901
|
-
// SquareMinus aliases
|
|
3902
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3903
|
-
export {
|
|
3904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
3905
|
-
default as MinusSquareIcon
|
|
3906
|
-
} from '../icons/square-minus';
|
|
3907
3903
|
// SquareM aliases
|
|
3908
3904
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3909
3905
|
export {
|
|
3910
3906
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3911
3907
|
default as MSquareIcon
|
|
3912
3908
|
} from '../icons/square-m';
|
|
3909
|
+
// SquareMinus aliases
|
|
3910
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3911
|
+
export {
|
|
3912
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
3913
|
+
default as MinusSquareIcon
|
|
3914
|
+
} from '../icons/square-minus';
|
|
3913
3915
|
// SquareMousePointer aliases
|
|
3914
3916
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3915
3917
|
export {
|
|
@@ -3942,6 +3944,12 @@ export {
|
|
|
3942
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3943
3945
|
default as PenSquareIcon
|
|
3944
3946
|
} from '../icons/square-pen';
|
|
3947
|
+
// SquarePercent aliases
|
|
3948
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3949
|
+
export {
|
|
3950
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3951
|
+
default as PercentSquareIcon
|
|
3952
|
+
} from '../icons/square-percent';
|
|
3945
3953
|
// SquarePi aliases
|
|
3946
3954
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3947
3955
|
export {
|
|
@@ -3960,12 +3968,6 @@ export {
|
|
|
3960
3968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
3961
3969
|
default as PlaySquareIcon
|
|
3962
3970
|
} from '../icons/square-play';
|
|
3963
|
-
// SquarePercent aliases
|
|
3964
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3965
|
-
export {
|
|
3966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3967
|
-
default as PercentSquareIcon
|
|
3968
|
-
} from '../icons/square-percent';
|
|
3969
3971
|
// SquarePlus aliases
|
|
3970
3972
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3971
3973
|
export {
|
|
@@ -3990,18 +3992,18 @@ export {
|
|
|
3990
3992
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
3991
3993
|
default as SigmaSquareIcon
|
|
3992
3994
|
} from '../icons/square-sigma';
|
|
3993
|
-
// SquareSplitHorizontal aliases
|
|
3994
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3995
|
-
export {
|
|
3996
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3997
|
-
default as SplitSquareHorizontalIcon
|
|
3998
|
-
} from '../icons/square-split-horizontal';
|
|
3999
3995
|
// SquareSlash aliases
|
|
4000
3996
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4001
3997
|
export {
|
|
4002
3998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4003
3999
|
default as SlashSquareIcon
|
|
4004
4000
|
} from '../icons/square-slash';
|
|
4001
|
+
// SquareSplitHorizontal aliases
|
|
4002
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4003
|
+
export {
|
|
4004
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4005
|
+
default as SplitSquareHorizontalIcon
|
|
4006
|
+
} from '../icons/square-split-horizontal';
|
|
4005
4007
|
// SquareSplitVertical aliases
|
|
4006
4008
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4007
4009
|
export {
|
|
@@ -4020,6 +4022,12 @@ export {
|
|
|
4020
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4021
4023
|
default as UserSquare2Icon
|
|
4022
4024
|
} from '../icons/square-user-round';
|
|
4025
|
+
// SquareUser aliases
|
|
4026
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4027
|
+
export {
|
|
4028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4029
|
+
default as UserSquareIcon
|
|
4030
|
+
} from '../icons/square-user';
|
|
4023
4031
|
// SquareX aliases
|
|
4024
4032
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4025
4033
|
export {
|
|
@@ -4032,12 +4040,6 @@ export {
|
|
|
4032
4040
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4033
4041
|
default as TestTube2Icon
|
|
4034
4042
|
} from '../icons/test-tube-diagonal';
|
|
4035
|
-
// SquareUser aliases
|
|
4036
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4037
|
-
export {
|
|
4038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4039
|
-
default as UserSquareIcon
|
|
4040
|
-
} from '../icons/square-user';
|
|
4041
4043
|
// TextAlignCenter aliases
|
|
4042
4044
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4043
4045
|
export {
|
|
@@ -4072,12 +4074,6 @@ export {
|
|
|
4072
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4073
4075
|
default as LetterTextIcon
|
|
4074
4076
|
} from '../icons/text-initial';
|
|
4075
|
-
// TextSelect aliases
|
|
4076
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4077
|
-
export {
|
|
4078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4079
|
-
default as TextSelectionIcon
|
|
4080
|
-
} from '../icons/text-select';
|
|
4081
4077
|
// TextWrap aliases
|
|
4082
4078
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4083
4079
|
export {
|
|
@@ -4090,18 +4086,18 @@ export {
|
|
|
4090
4086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4091
4087
|
default as TrainIcon
|
|
4092
4088
|
} from '../icons/tram-front';
|
|
4089
|
+
// TextSelect aliases
|
|
4090
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4091
|
+
export {
|
|
4092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4093
|
+
default as TextSelectionIcon
|
|
4094
|
+
} from '../icons/text-select';
|
|
4093
4095
|
// TreePalm aliases
|
|
4094
4096
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4095
4097
|
export {
|
|
4096
4098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4097
4099
|
default as PalmtreeIcon
|
|
4098
4100
|
} from '../icons/tree-palm';
|
|
4099
|
-
// TvMinimal aliases
|
|
4100
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4101
|
-
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4103
|
-
default as Tv2Icon
|
|
4104
|
-
} from '../icons/tv-minimal';
|
|
4105
4101
|
// TriangleAlert aliases
|
|
4106
4102
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4107
4103
|
export {
|
|
@@ -4114,6 +4110,12 @@ export {
|
|
|
4114
4110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4115
4111
|
default as School2Icon
|
|
4116
4112
|
} from '../icons/university';
|
|
4113
|
+
// TvMinimal aliases
|
|
4114
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4115
|
+
export {
|
|
4116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4117
|
+
default as Tv2Icon
|
|
4118
|
+
} from '../icons/tv-minimal';
|
|
4117
4119
|
// UserRoundCheck aliases
|
|
4118
4120
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4119
4121
|
export {
|
|
@@ -4138,6 +4140,12 @@ export {
|
|
|
4138
4140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4139
4141
|
default as UserPlus2Icon
|
|
4140
4142
|
} from '../icons/user-round-plus';
|
|
4143
|
+
// UserRoundX aliases
|
|
4144
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4145
|
+
export {
|
|
4146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4147
|
+
default as UserX2Icon
|
|
4148
|
+
} from '../icons/user-round-x';
|
|
4141
4149
|
// UserRound aliases
|
|
4142
4150
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4143
4151
|
export {
|
|
@@ -4150,24 +4158,18 @@ export {
|
|
|
4150
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4151
4159
|
default as Users2Icon
|
|
4152
4160
|
} from '../icons/users-round';
|
|
4153
|
-
//
|
|
4154
|
-
export { default as
|
|
4161
|
+
// Utensils aliases
|
|
4162
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4155
4163
|
export {
|
|
4156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4157
|
-
default as
|
|
4158
|
-
} from '../icons/
|
|
4164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4165
|
+
default as ForkKnifeIcon
|
|
4166
|
+
} from '../icons/utensils';
|
|
4159
4167
|
// UtensilsCrossed aliases
|
|
4160
4168
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4161
4169
|
export {
|
|
4162
4170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4163
4171
|
default as ForkKnifeCrossedIcon
|
|
4164
4172
|
} from '../icons/utensils-crossed';
|
|
4165
|
-
// Utensils aliases
|
|
4166
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4167
|
-
export {
|
|
4168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4169
|
-
default as ForkKnifeIcon
|
|
4170
|
-
} from '../icons/utensils';
|
|
4171
4173
|
// WalletMinimal aliases
|
|
4172
4174
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4173
4175
|
export {
|