@lucide/astro 0.571.0 → 0.573.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 +104 -104
- package/src/aliases/prefixed.ts +659 -655
- package/src/aliases/suffixed.ts +931 -927
- package/src/icons/coins.ts +2 -2
- package/src/icons/index.ts +125 -123
- package/src/icons/message-circle-check.ts +18 -0
- package/src/icons/rocking-chair.ts +2 -2
- package/src/icons/x-line-top.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -32,20 +32,20 @@ export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
|
32
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
-
//
|
|
40
|
-
export { default as
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
41
39
|
// AlignHorizontalJustifyStart aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
|
+
// AlignHorizontalJustifyEnd aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignHorizontalSpaceBetween aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
45
|
// AlignStartHorizontal aliases
|
|
48
46
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -54,34 +54,34 @@ export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-ver
|
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
55
|
// AlignVerticalDistributeStart aliases
|
|
56
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
-
// AlignVerticalJustifyCenter aliases
|
|
58
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
57
|
// AlignVerticalJustifyEnd aliases
|
|
60
58
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
-
//
|
|
62
|
-
export { default as
|
|
59
|
+
// AlignVerticalJustifyCenter aliases
|
|
60
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
63
61
|
// AlignVerticalSpaceAround aliases
|
|
64
62
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
-
//
|
|
66
|
-
export { default as
|
|
63
|
+
// AlignVerticalJustifyStart aliases
|
|
64
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
67
65
|
// AlignVerticalSpaceBetween aliases
|
|
68
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
|
-
//
|
|
70
|
-
export { default as
|
|
67
|
+
// Ambulance aliases
|
|
68
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
69
|
// Ampersand aliases
|
|
72
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
+
// Ampersands aliases
|
|
72
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Annoyed aliases
|
|
80
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
79
|
// Antenna aliases
|
|
82
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
+
// Annoyed aliases
|
|
84
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
@@ -90,56 +90,56 @@ export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// Archive aliases
|
|
94
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
93
|
// ArchiveRestore aliases
|
|
96
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
95
|
// ArchiveX aliases
|
|
98
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
+
// Archive aliases
|
|
98
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigLeftDash aliases
|
|
104
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
103
|
// ArrowBigDown aliases
|
|
106
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
105
|
// ArrowBigLeft aliases
|
|
108
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
107
|
// ArrowBigRightDash aliases
|
|
110
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
|
+
// ArrowBigLeftDash aliases
|
|
110
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
-
// ArrowBigUp aliases
|
|
116
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
115
|
// ArrowDownFromLine aliases
|
|
118
116
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
|
+
// ArrowBigUp aliases
|
|
118
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToLine aliases
|
|
126
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
125
|
// ArrowDownToDot aliases
|
|
128
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
|
-
//
|
|
130
|
-
export { default as
|
|
127
|
+
// ArrowDownToLine aliases
|
|
128
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
129
|
// ArrowDownUp aliases
|
|
132
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
|
-
//
|
|
134
|
-
export { default as
|
|
131
|
+
// ArrowDown aliases
|
|
132
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
133
|
// ArrowLeftRight aliases
|
|
136
134
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
+
// ArrowLeftFromLine aliases
|
|
136
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
|
+
// ArrowLeftToLine aliases
|
|
138
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
139
|
// ArrowLeft aliases
|
|
138
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
141
|
// ArrowRightFromLine aliases
|
|
140
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
-
// ArrowLeftToLine aliases
|
|
142
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
145
|
// ArrowRight aliases
|
|
@@ -150,22 +150,22 @@ export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
|
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
|
-
// ArrowUpLeft aliases
|
|
154
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
153
|
// ArrowUpFromLine aliases
|
|
156
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
|
-
// ArrowUpToLine aliases
|
|
158
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
159
155
|
// ArrowUpRight aliases
|
|
160
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
|
+
// ArrowUpLeft aliases
|
|
158
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
|
+
// ArrowUpToLine aliases
|
|
160
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
161
|
// ArrowUpWideNarrow aliases
|
|
162
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// ArrowsUpFromLine aliases
|
|
166
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
165
|
// Asterisk aliases
|
|
168
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
169
|
// AtSign aliases
|
|
170
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
171
|
// Atom aliases
|
|
@@ -184,12 +184,12 @@ export { default as BabyIcon } from '../icons/baby';
|
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
185
|
// BadgeAlert aliases
|
|
186
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
+
// BadgeDollarSign aliases
|
|
188
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
187
189
|
// BadgeCent aliases
|
|
188
190
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
191
|
// BadgeEuro aliases
|
|
190
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
|
-
// BadgeDollarSign aliases
|
|
192
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
@@ -200,34 +200,34 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
201
|
// BadgePercent aliases
|
|
202
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
-
// BadgePoundSterling aliases
|
|
204
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
|
-
// BadgePlus aliases
|
|
206
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
203
|
// BadgeRussianRuble aliases
|
|
208
204
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
205
|
+
// BadgePlus aliases
|
|
206
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
|
+
// BadgePoundSterling aliases
|
|
208
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
211
|
// BadgeTurkishLira aliases
|
|
212
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
|
+
// BadgeX aliases
|
|
214
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
215
|
// Badge aliases
|
|
214
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
217
|
// BaggageClaim aliases
|
|
216
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
-
//
|
|
218
|
-
export { default as
|
|
219
|
+
// Balloon aliases
|
|
220
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
219
221
|
// Ban aliases
|
|
220
222
|
export { default as BanIcon } from '../icons/ban';
|
|
221
223
|
// Banana aliases
|
|
222
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
-
// Balloon aliases
|
|
224
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
225
|
// Bandage aliases
|
|
226
226
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
-
// BanknoteArrowDown aliases
|
|
228
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
227
|
// BanknoteArrowUp aliases
|
|
230
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
+
// BanknoteArrowDown aliases
|
|
230
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
231
|
// BanknoteX aliases
|
|
232
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
233
|
// Banknote aliases
|
|
@@ -242,12 +242,12 @@ export { default as BaselineIcon } from '../icons/baseline';
|
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
+
// BatteryFull aliases
|
|
246
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
247
|
// BatteryLow aliases
|
|
246
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
249
|
// BatteryMedium aliases
|
|
248
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
-
// BatteryFull aliases
|
|
250
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
251
|
// BatteryPlus aliases
|
|
252
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
253
|
// BatteryWarning aliases
|
|
@@ -260,22 +260,22 @@ export { default as BeakerIcon } from '../icons/beaker';
|
|
|
260
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
261
|
// Bean aliases
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
|
-
// BedSingle aliases
|
|
264
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
263
|
// BedDouble aliases
|
|
266
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
265
|
// Bed aliases
|
|
268
266
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
-
//
|
|
270
|
-
export { default as
|
|
267
|
+
// BedSingle aliases
|
|
268
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
269
|
// Beef aliases
|
|
272
270
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
|
+
// BeerOff aliases
|
|
272
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BellDot aliases
|
|
276
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
275
|
// BellElectric aliases
|
|
278
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
+
// BellDot aliases
|
|
278
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
279
|
// BellMinus aliases
|
|
280
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
281
|
// BellOff aliases
|
|
@@ -286,10 +286,10 @@ export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
|
286
286
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
287
|
// Bell aliases
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
|
-
// BetweenVerticalEnd aliases
|
|
290
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
289
|
// BetweenVerticalStart aliases
|
|
292
290
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
|
+
// BetweenVerticalEnd aliases
|
|
292
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
293
|
// BicepsFlexed aliases
|
|
294
294
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
295
|
// Bike aliases
|
|
@@ -300,44 +300,44 @@ export { default as BinaryIcon } from '../icons/binary';
|
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
+
// Birdhouse aliases
|
|
304
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
303
305
|
// Bird aliases
|
|
304
306
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
307
|
// Bitcoin aliases
|
|
306
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
-
// Birdhouse aliases
|
|
308
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
309
|
-
// Blinds aliases
|
|
310
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
309
|
// Blend aliases
|
|
312
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
+
// Blinds aliases
|
|
312
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
313
|
// Blocks aliases
|
|
314
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
315
|
// BluetoothConnected aliases
|
|
316
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
317
|
// BluetoothOff aliases
|
|
318
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
-
// BluetoothSearching aliases
|
|
320
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
319
|
// Bluetooth aliases
|
|
322
320
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
|
+
// BluetoothSearching aliases
|
|
322
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bold aliases
|
|
324
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
|
-
// Bolt aliases
|
|
326
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
327
325
|
// Bomb aliases
|
|
328
326
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
327
|
// Bone aliases
|
|
330
328
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
|
+
// Bolt aliases
|
|
330
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
331
331
|
// BookA aliases
|
|
332
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
333
|
// BookAlert aliases
|
|
334
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
-
// BookCheck aliases
|
|
336
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
-
// BookCopy aliases
|
|
338
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
335
|
// BookAudio aliases
|
|
340
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
|
+
// BookCopy aliases
|
|
338
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
@@ -352,10 +352,10 @@ export { default as BookKeyIcon } from '../icons/book-key';
|
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
-
// BookOpenCheck aliases
|
|
356
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
355
|
// BookMinus aliases
|
|
358
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
+
// BookOpenCheck aliases
|
|
358
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
@@ -372,54 +372,54 @@ export { default as BookTextIcon } from '../icons/book-text';
|
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
373
|
// BookUp aliases
|
|
374
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
|
-
// BookUser aliases
|
|
376
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
375
|
// BookX aliases
|
|
378
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
+
// Book aliases
|
|
378
|
+
export { default as BookIcon } from '../icons/book';
|
|
379
|
+
// BookUser aliases
|
|
380
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
381
|
// BookmarkCheck aliases
|
|
380
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
383
|
// BookmarkMinus aliases
|
|
382
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
|
-
// Book aliases
|
|
384
|
-
export { default as BookIcon } from '../icons/book';
|
|
385
385
|
// BookmarkPlus aliases
|
|
386
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
388
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
389
|
// Bookmark aliases
|
|
390
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
-
// BotMessageSquare aliases
|
|
392
|
-
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
391
|
// BoomBox aliases
|
|
394
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
|
+
// BotMessageSquare aliases
|
|
394
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// BotOff aliases
|
|
396
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
397
|
// Bot aliases
|
|
398
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
-
// BowArrow aliases
|
|
402
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
401
|
// Box aliases
|
|
404
402
|
export { default as BoxIcon } from '../icons/box';
|
|
405
403
|
// Boxes aliases
|
|
406
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
+
// BowArrow aliases
|
|
406
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
411
|
// BrainCog aliases
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
-
// Brain aliases
|
|
414
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
415
413
|
// BrickWallFire aliases
|
|
416
414
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
415
|
+
// Brain aliases
|
|
416
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
417
417
|
// BrickWallShield aliases
|
|
418
418
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
|
-
// BrickWall aliases
|
|
420
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
419
|
// BriefcaseBusiness aliases
|
|
422
420
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
|
+
// BrickWall aliases
|
|
422
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
423
423
|
// BriefcaseConveyorBelt aliases
|
|
424
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
@@ -438,14 +438,14 @@ export { default as BubblesIcon } from '../icons/bubbles';
|
|
|
438
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
// Building2 aliases
|
|
442
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
443
|
-
// Building aliases
|
|
444
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
445
441
|
// Bug aliases
|
|
446
442
|
export { default as BugIcon } from '../icons/bug';
|
|
447
443
|
// BusFront aliases
|
|
448
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
|
+
// Building2 aliases
|
|
446
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
447
|
+
// Building aliases
|
|
448
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
@@ -456,30 +456,30 @@ export { default as CableIcon } from '../icons/cable';
|
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
|
-
// Calendar1 aliases
|
|
460
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
461
459
|
// Calculator aliases
|
|
462
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
463
|
-
//
|
|
464
|
-
export { default as
|
|
461
|
+
// Calendar1 aliases
|
|
462
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
465
463
|
// CalendarArrowUp aliases
|
|
466
464
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
465
|
+
// CalendarArrowDown aliases
|
|
466
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
|
-
// CalendarCheck aliases
|
|
470
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
469
|
// CalendarClock aliases
|
|
472
470
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
471
|
// CalendarCog aliases
|
|
474
472
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
473
|
// CalendarDays aliases
|
|
476
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
+
// CalendarCheck aliases
|
|
476
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
-
// CalendarHeart aliases
|
|
480
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
479
|
// CalendarMinus2 aliases
|
|
482
480
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
481
|
+
// CalendarHeart aliases
|
|
482
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
485
|
// CalendarOff aliases
|
|
@@ -488,30 +488,30 @@ export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
|
488
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
|
-
// CalendarRange aliases
|
|
492
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
491
|
// CalendarSearch aliases
|
|
494
492
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
493
|
// CalendarSync aliases
|
|
496
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
495
|
// CalendarX2 aliases
|
|
498
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
+
// CalendarRange aliases
|
|
498
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
|
-
// Calendars aliases
|
|
502
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
503
501
|
// Calendar aliases
|
|
504
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
|
+
// Calendars aliases
|
|
504
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
507
|
// Camera aliases
|
|
508
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
509
509
|
// CandyCane aliases
|
|
510
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
|
-
// Candy aliases
|
|
512
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
513
511
|
// CandyOff aliases
|
|
514
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
|
+
// Candy aliases
|
|
514
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
515
515
|
// CannabisOff aliases
|
|
516
516
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
517
517
|
// Cannabis aliases
|
|
@@ -522,54 +522,54 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
522
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
523
|
// CarTaxiFront aliases
|
|
524
524
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
525
|
-
// Caravan aliases
|
|
526
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
527
525
|
// Car aliases
|
|
528
526
|
export { default as CarIcon } from '../icons/car';
|
|
527
|
+
// Caravan aliases
|
|
528
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
529
|
// Carrot aliases
|
|
530
530
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
531
|
// CardSim aliases
|
|
532
532
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
533
|
-
// CaseLower aliases
|
|
534
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
533
|
// CaseSensitive aliases
|
|
536
534
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
535
|
+
// CaseLower aliases
|
|
536
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
537
|
+
// Cast aliases
|
|
538
|
+
export { default as CastIcon } from '../icons/cast';
|
|
537
539
|
// CassetteTape aliases
|
|
538
540
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
541
|
// CaseUpper aliases
|
|
540
542
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
|
-
// Cast aliases
|
|
542
|
-
export { default as CastIcon } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
|
+
// Cctv aliases
|
|
546
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
545
547
|
// Cat aliases
|
|
546
548
|
export { default as CatIcon } from '../icons/cat';
|
|
547
549
|
// ChartBarDecreasing aliases
|
|
548
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
549
|
-
// Cctv aliases
|
|
550
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
551
|
-
// ChartColumnDecreasing aliases
|
|
552
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
553
551
|
// ChartBarIncreasing aliases
|
|
554
552
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
553
|
// ChartBarStacked aliases
|
|
556
554
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
|
-
//
|
|
558
|
-
export { default as
|
|
555
|
+
// ChartColumnDecreasing aliases
|
|
556
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
559
557
|
// ChartColumnStacked aliases
|
|
560
558
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
559
|
// ChartGantt aliases
|
|
562
560
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
561
|
+
// ChartNetwork aliases
|
|
562
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
565
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
566
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
|
+
// ChartNoAxesCombined aliases
|
|
566
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
567
|
// ChartSpline aliases
|
|
568
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
|
-
// CheckLine aliases
|
|
570
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
571
569
|
// CheckCheck aliases
|
|
572
570
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
571
|
+
// CheckLine aliases
|
|
572
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
573
573
|
// Check aliases
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
@@ -578,12 +578,12 @@ export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
|
578
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
579
579
|
// ChessBishop aliases
|
|
580
580
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
581
|
+
// ChessKnight aliases
|
|
582
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
581
583
|
// ChessKing aliases
|
|
582
584
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
585
|
// ChessPawn aliases
|
|
584
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
585
|
-
// ChessKnight aliases
|
|
586
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
587
587
|
// ChessQueen aliases
|
|
588
588
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
589
589
|
// ChessRook aliases
|
|
@@ -594,10 +594,10 @@ export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
|
594
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
595
|
// ChevronLast aliases
|
|
596
596
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
|
-
// ChevronRight aliases
|
|
598
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
599
597
|
// ChevronLeft aliases
|
|
600
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
+
// ChevronRight aliases
|
|
600
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
601
|
// ChevronUp aliases
|
|
602
602
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
603
603
|
// ChevronsDownUp aliases
|
|
@@ -606,52 +606,52 @@ export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
|
606
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
607
|
// ChevronsLeftRightEllipsis aliases
|
|
608
608
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
609
|
-
// ChevronsLeft aliases
|
|
610
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
611
609
|
// ChevronsLeftRight aliases
|
|
612
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
|
+
// ChevronsLeft aliases
|
|
612
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
|
-
// ChevronsRight aliases
|
|
616
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
617
615
|
// ChevronsUpDown aliases
|
|
618
616
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
|
+
// ChevronsRight aliases
|
|
618
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
619
|
// ChevronsUp aliases
|
|
620
620
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
621
|
// Church aliases
|
|
622
622
|
export { default as ChurchIcon } from '../icons/church';
|
|
623
|
-
// Cigarette aliases
|
|
624
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
625
|
-
// CircleDashed aliases
|
|
626
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
623
|
// CigaretteOff aliases
|
|
628
624
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
|
+
// CircleDashed aliases
|
|
626
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
629
627
|
// CircleDollarSign aliases
|
|
630
628
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
|
+
// Cigarette aliases
|
|
630
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
631
631
|
// CircleDotDashed aliases
|
|
632
632
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
633
633
|
// CircleDot aliases
|
|
634
634
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
635
|
+
// CircleEqual aliases
|
|
636
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
637
|
+
// CircleFadingPlus aliases
|
|
638
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
635
639
|
// CircleEllipsis aliases
|
|
636
640
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
641
|
// CircleFadingArrowUp aliases
|
|
638
642
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
|
-
// CircleFadingPlus aliases
|
|
640
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
641
|
-
// CircleEqual aliases
|
|
642
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
643
643
|
// CirclePile aliases
|
|
644
644
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
645
|
// CircleOff aliases
|
|
646
646
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
647
|
+
// CirclePoundSterling aliases
|
|
648
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
647
649
|
// CircleSlash aliases
|
|
648
650
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
649
651
|
// CircleSmall aliases
|
|
650
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
653
|
// CircleStar aliases
|
|
652
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
653
|
-
// CirclePoundSterling aliases
|
|
654
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
655
655
|
// CircuitBoard aliases
|
|
656
656
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
657
657
|
// Circle aliases
|
|
@@ -664,56 +664,56 @@ export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
|
664
664
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
665
665
|
// ClipboardClock aliases
|
|
666
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
-
// ClipboardCopy aliases
|
|
668
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
667
|
// ClipboardList aliases
|
|
670
668
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
|
-
//
|
|
672
|
-
export { default as
|
|
669
|
+
// ClipboardCopy aliases
|
|
670
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
671
|
// ClipboardPaste aliases
|
|
674
672
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
673
|
+
// ClipboardMinus aliases
|
|
674
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
|
+
// ClipboardType aliases
|
|
676
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
675
677
|
// ClipboardPlus aliases
|
|
676
678
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
679
|
// ClipboardX aliases
|
|
678
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
679
681
|
// Clipboard aliases
|
|
680
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
681
|
-
// ClipboardType aliases
|
|
682
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
683
683
|
// Clock1 aliases
|
|
684
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
685
|
// Clock10 aliases
|
|
686
686
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
687
|
// Clock11 aliases
|
|
688
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
|
-
// Clock3 aliases
|
|
690
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
691
689
|
// Clock2 aliases
|
|
692
690
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
691
|
// Clock12 aliases
|
|
694
692
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
693
|
+
// Clock3 aliases
|
|
694
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
695
|
// Clock4 aliases
|
|
696
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
697
|
// Clock5 aliases
|
|
698
698
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
699
|
+
// Clock7 aliases
|
|
700
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
699
701
|
// Clock8 aliases
|
|
700
702
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
701
703
|
// Clock6 aliases
|
|
702
704
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
|
-
// Clock7 aliases
|
|
704
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
705
|
// Clock9 aliases
|
|
706
706
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
707
|
// ClockAlert aliases
|
|
708
708
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
709
|
-
// ClockArrowDown aliases
|
|
710
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
711
709
|
// ClockArrowUp aliases
|
|
712
710
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
713
711
|
// ClockCheck aliases
|
|
714
712
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
713
|
// ClockFading aliases
|
|
716
714
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
715
|
+
// ClockArrowDown aliases
|
|
716
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
717
717
|
// ClockPlus aliases
|
|
718
718
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
719
|
// Clock aliases
|
|
@@ -730,18 +730,18 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
731
|
// CloudDrizzle aliases
|
|
732
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
+
// CloudHail aliases
|
|
734
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
733
735
|
// CloudFog aliases
|
|
734
736
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
737
|
// CloudLightning aliases
|
|
736
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
737
|
-
//
|
|
738
|
-
export { default as
|
|
739
|
+
// CloudOff aliases
|
|
740
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
739
741
|
// CloudMoonRain aliases
|
|
740
742
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
743
|
// CloudMoon aliases
|
|
742
744
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
|
-
// CloudOff aliases
|
|
744
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
747
|
// CloudRain aliases
|
|
@@ -752,92 +752,92 @@ export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
|
752
752
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
753
753
|
// CloudSun aliases
|
|
754
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
|
-
// CloudSync aliases
|
|
756
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
757
755
|
// Cloud aliases
|
|
758
756
|
export { default as CloudIcon } from '../icons/cloud';
|
|
759
757
|
// Cloudy aliases
|
|
760
758
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
|
-
//
|
|
762
|
-
export { default as
|
|
759
|
+
// CloudSync aliases
|
|
760
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
763
761
|
// Clover aliases
|
|
764
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
|
+
// Club aliases
|
|
764
|
+
export { default as ClubIcon } from '../icons/club';
|
|
765
765
|
// Codepen aliases
|
|
766
766
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
767
767
|
// Code aliases
|
|
768
768
|
export { default as CodeIcon } from '../icons/code';
|
|
769
|
-
// Coffee aliases
|
|
770
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
769
|
// Codesandbox aliases
|
|
772
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
|
+
// Coffee aliases
|
|
772
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
773
|
// Cog aliases
|
|
774
774
|
export { default as CogIcon } from '../icons/cog';
|
|
775
775
|
// Coins aliases
|
|
776
776
|
export { default as CoinsIcon } from '../icons/coins';
|
|
777
777
|
// Columns4 aliases
|
|
778
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
|
-
// Combine aliases
|
|
780
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
781
779
|
// Command aliases
|
|
782
780
|
export { default as CommandIcon } from '../icons/command';
|
|
781
|
+
// Combine aliases
|
|
782
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
783
783
|
// Compass aliases
|
|
784
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
|
-
// Computer aliases
|
|
786
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
787
785
|
// Component aliases
|
|
788
786
|
export { default as ComponentIcon } from '../icons/component';
|
|
789
787
|
// ConciergeBell aliases
|
|
790
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
789
|
// Cone aliases
|
|
792
790
|
export { default as ConeIcon } from '../icons/cone';
|
|
791
|
+
// Computer aliases
|
|
792
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
795
|
// Contact aliases
|
|
796
796
|
export { default as ContactIcon } from '../icons/contact';
|
|
797
797
|
// Container aliases
|
|
798
798
|
export { default as ContainerIcon } from '../icons/container';
|
|
799
|
-
// Contrast aliases
|
|
800
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
799
|
// Cookie aliases
|
|
802
800
|
export { default as CookieIcon } from '../icons/cookie';
|
|
801
|
+
// Contrast aliases
|
|
802
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
803
803
|
// CookingPot aliases
|
|
804
804
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
|
+
// CopyCheck aliases
|
|
806
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
807
|
// CopyMinus aliases
|
|
806
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
807
809
|
// CopyPlus aliases
|
|
808
810
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
809
|
-
// CopyCheck aliases
|
|
810
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
811
811
|
// CopyX aliases
|
|
812
812
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
813
|
// Copy aliases
|
|
814
814
|
export { default as CopyIcon } from '../icons/copy';
|
|
815
815
|
// CopySlash aliases
|
|
816
816
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
817
|
-
// Copyright aliases
|
|
818
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
819
817
|
// Copyleft aliases
|
|
820
818
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
|
+
// Copyright aliases
|
|
820
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
821
821
|
// CornerDownLeft aliases
|
|
822
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
|
+
// CornerDownRight aliases
|
|
824
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
825
|
// CornerLeftDown aliases
|
|
824
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
825
827
|
// CornerLeftUp aliases
|
|
826
828
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
827
829
|
// CornerRightDown aliases
|
|
828
830
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
829
|
-
// CornerDownRight aliases
|
|
830
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
831
|
-
// CornerUpLeft aliases
|
|
832
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
833
831
|
// CornerRightUp aliases
|
|
834
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
835
|
-
//
|
|
836
|
-
export { default as
|
|
833
|
+
// CornerUpLeft aliases
|
|
834
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
837
835
|
// CornerUpRight aliases
|
|
838
836
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
839
837
|
// CreativeCommons aliases
|
|
840
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
|
+
// Cpu aliases
|
|
840
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
841
841
|
// CreditCard aliases
|
|
842
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
843
|
// Croissant aliases
|
|
@@ -848,20 +848,20 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
848
848
|
export { default as CrossIcon } from '../icons/cross';
|
|
849
849
|
// Crosshair aliases
|
|
850
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
|
-
// Crown aliases
|
|
852
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
853
851
|
// Cuboid aliases
|
|
854
852
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
853
|
// CupSoda aliases
|
|
856
854
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
|
-
//
|
|
858
|
-
export { default as
|
|
855
|
+
// Crown aliases
|
|
856
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
859
857
|
// Cylinder aliases
|
|
860
858
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
|
-
//
|
|
862
|
-
export { default as
|
|
859
|
+
// Currency aliases
|
|
860
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
863
861
|
// Dam aliases
|
|
864
862
|
export { default as DamIcon } from '../icons/dam';
|
|
863
|
+
// DatabaseBackup aliases
|
|
864
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
865
|
// DatabaseZap aliases
|
|
866
866
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
867
|
// DatabaseSearch aliases
|
|
@@ -870,30 +870,30 @@ export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
|
870
870
|
export { default as DatabaseIcon } from '../icons/database';
|
|
871
871
|
// DecimalsArrowLeft aliases
|
|
872
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
|
-
// Delete aliases
|
|
874
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
875
873
|
// DecimalsArrowRight aliases
|
|
876
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
|
+
// Delete aliases
|
|
876
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
877
877
|
// Dessert aliases
|
|
878
878
|
export { default as DessertIcon } from '../icons/dessert';
|
|
879
|
-
// DiamondMinus aliases
|
|
880
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
881
879
|
// Diameter aliases
|
|
882
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
|
+
// DiamondMinus aliases
|
|
882
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
883
|
// DiamondPlus aliases
|
|
884
884
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
885
|
// Diamond aliases
|
|
886
886
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
|
-
// Dice2 aliases
|
|
890
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
|
-
// Dice4 aliases
|
|
892
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
889
|
// Dice3 aliases
|
|
894
890
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
|
+
// Dice2 aliases
|
|
892
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
895
893
|
// Dice5 aliases
|
|
896
894
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
895
|
+
// Dice4 aliases
|
|
896
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
897
897
|
// Dice6 aliases
|
|
898
898
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
899
|
// Dices aliases
|
|
@@ -906,80 +906,80 @@ export { default as Disc2Icon } from '../icons/disc-2';
|
|
|
906
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
907
|
// Disc aliases
|
|
908
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
|
-
// DiscAlbum aliases
|
|
910
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
909
|
// Divide aliases
|
|
912
910
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
|
-
//
|
|
914
|
-
export { default as
|
|
911
|
+
// DiscAlbum aliases
|
|
912
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
915
913
|
// Dna aliases
|
|
916
914
|
export { default as DnaIcon } from '../icons/dna';
|
|
917
|
-
//
|
|
918
|
-
export { default as
|
|
915
|
+
// DnaOff aliases
|
|
916
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
919
917
|
// Dog aliases
|
|
920
918
|
export { default as DogIcon } from '../icons/dog';
|
|
919
|
+
// Dock aliases
|
|
920
|
+
export { default as DockIcon } from '../icons/dock';
|
|
921
921
|
// DollarSign aliases
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
924
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
925
|
// DoorClosedLocked aliases
|
|
926
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
929
|
// DoorOpen aliases
|
|
928
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
929
931
|
// Dot aliases
|
|
930
932
|
export { default as DotIcon } from '../icons/dot';
|
|
931
|
-
// DoorClosed aliases
|
|
932
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
933
933
|
// Download aliases
|
|
934
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
|
-
// Dribbble aliases
|
|
938
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
937
|
// Drama aliases
|
|
940
938
|
export { default as DramaIcon } from '../icons/drama';
|
|
941
|
-
// Drone aliases
|
|
942
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
943
|
-
// DropletOff aliases
|
|
944
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
939
|
// Drill aliases
|
|
946
940
|
export { default as DrillIcon } from '../icons/drill';
|
|
941
|
+
// Drone aliases
|
|
942
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
943
|
+
// Dribbble aliases
|
|
944
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
947
945
|
// Droplet aliases
|
|
948
946
|
export { default as DropletIcon } from '../icons/droplet';
|
|
947
|
+
// DropletOff aliases
|
|
948
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
949
949
|
// Droplets aliases
|
|
950
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
951
|
// Drum aliases
|
|
952
952
|
export { default as DrumIcon } from '../icons/drum';
|
|
953
|
-
// Drumstick aliases
|
|
954
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
953
|
// Dumbbell aliases
|
|
956
954
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
|
+
// Drumstick aliases
|
|
956
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
957
957
|
// EarOff aliases
|
|
958
958
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
959
|
-
// EarthLock aliases
|
|
960
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
959
|
// Ear aliases
|
|
962
960
|
export { default as EarIcon } from '../icons/ear';
|
|
963
|
-
//
|
|
964
|
-
export { default as
|
|
961
|
+
// EarthLock aliases
|
|
962
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
965
963
|
// EggFried aliases
|
|
966
964
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
967
|
-
// EggOff aliases
|
|
968
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
969
|
-
// EqualNot aliases
|
|
970
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
971
965
|
// Egg aliases
|
|
972
966
|
export { default as EggIcon } from '../icons/egg';
|
|
967
|
+
// Eclipse aliases
|
|
968
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
969
|
+
// EggOff aliases
|
|
970
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
973
971
|
// EqualApproximately aliases
|
|
974
972
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
|
+
// EqualNot aliases
|
|
974
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
975
|
// Equal aliases
|
|
976
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
977
977
|
// Eraser aliases
|
|
978
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
|
-
// Euro aliases
|
|
980
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
981
979
|
// EthernetPort aliases
|
|
982
980
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
981
|
+
// Euro aliases
|
|
982
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
983
983
|
// EvCharger aliases
|
|
984
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
985
|
// Expand aliases
|
|
@@ -988,12 +988,12 @@ export { default as ExpandIcon } from '../icons/expand';
|
|
|
988
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
989
|
// EyeClosed aliases
|
|
990
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
|
-
// Eye aliases
|
|
992
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
-
// Facebook aliases
|
|
994
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
995
991
|
// EyeOff aliases
|
|
996
992
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
993
|
+
// Facebook aliases
|
|
994
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
995
|
+
// Eye aliases
|
|
996
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
997
997
|
// Factory aliases
|
|
998
998
|
export { default as FactoryIcon } from '../icons/factory';
|
|
999
999
|
// Fan aliases
|
|
@@ -1012,52 +1012,52 @@ export { default as FigmaIcon } from '../icons/figma';
|
|
|
1012
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1013
|
// FileBox aliases
|
|
1014
1014
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
|
-
// FileCheck aliases
|
|
1016
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
|
-
// FileClock aliases
|
|
1018
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
1015
|
// FileCode aliases
|
|
1020
1016
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1017
|
+
// FileClock aliases
|
|
1018
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
|
+
// FileCheck aliases
|
|
1020
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1021
1021
|
// FileDiff aliases
|
|
1022
1022
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1023
1023
|
// FileDigit aliases
|
|
1024
1024
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1025
1025
|
// FileDown aliases
|
|
1026
1026
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1027
|
-
// FileImage aliases
|
|
1028
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1029
1027
|
// FileHeart aliases
|
|
1030
1028
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1029
|
+
// FileImage aliases
|
|
1030
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1031
1031
|
// FileInput aliases
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
1033
|
// FileMinus aliases
|
|
1034
1034
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
|
-
// FileMusic aliases
|
|
1036
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
1035
|
// FileOutput aliases
|
|
1038
1036
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1037
|
+
// FileMusic aliases
|
|
1038
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1039
1039
|
// FilePlus aliases
|
|
1040
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
1041
|
// FileScan aliases
|
|
1042
1042
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
|
-
// FileSliders aliases
|
|
1044
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
1043
|
// FileSearch aliases
|
|
1046
1044
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1047
|
-
//
|
|
1048
|
-
export { default as
|
|
1045
|
+
// FileSliders aliases
|
|
1046
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
1047
|
// FileStack aliases
|
|
1050
1048
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
|
+
// FileSpreadsheet aliases
|
|
1050
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
+
// FileText aliases
|
|
1056
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
1057
|
// FileType aliases
|
|
1056
1058
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
1059
|
// FileUp aliases
|
|
1058
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
|
-
// FileText aliases
|
|
1060
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1061
1061
|
// FileUser aliases
|
|
1062
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1063
|
// FileVolume aliases
|
|
@@ -1078,16 +1078,16 @@ export { default as FishOffIcon } from '../icons/fish-off';
|
|
|
1078
1078
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
|
+
// FishingHook aliases
|
|
1082
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
|
+
// FlagTriangleRight aliases
|
|
1084
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1081
1085
|
// FlagOff aliases
|
|
1082
1086
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1083
1087
|
// FlagTriangleLeft aliases
|
|
1084
1088
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1085
|
-
// FishingHook aliases
|
|
1086
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1087
1089
|
// Flag aliases
|
|
1088
1090
|
export { default as FlagIcon } from '../icons/flag';
|
|
1089
|
-
// FlagTriangleRight aliases
|
|
1090
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1091
1091
|
// FlameKindling aliases
|
|
1092
1092
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1093
1093
|
// Flame aliases
|
|
@@ -1102,12 +1102,12 @@ export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
|
1102
1102
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1103
1103
|
// FlaskRound aliases
|
|
1104
1104
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1105
|
+
// FlipHorizontal aliases
|
|
1106
|
+
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1105
1107
|
// FlipHorizontal2 aliases
|
|
1106
1108
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
1109
|
// FlipVertical2 aliases
|
|
1108
1110
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1109
|
-
// FlipHorizontal aliases
|
|
1110
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1111
1111
|
// Flower2 aliases
|
|
1112
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
1113
|
// FlipVertical aliases
|
|
@@ -1124,86 +1124,86 @@ export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
|
1124
1124
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
1125
|
// FolderCheck aliases
|
|
1126
1126
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
|
+
// FolderClosed aliases
|
|
1128
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1127
1129
|
// FolderClock aliases
|
|
1128
1130
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1129
1131
|
// FolderCode aliases
|
|
1130
1132
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
|
-
// FolderClosed aliases
|
|
1132
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1133
|
-
// FolderDot aliases
|
|
1134
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1135
1133
|
// FolderDown aliases
|
|
1136
1134
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1137
|
-
// FolderGit2 aliases
|
|
1138
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1139
1135
|
// FolderGit aliases
|
|
1140
1136
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
|
+
// FolderDot aliases
|
|
1138
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1139
|
+
// FolderGit2 aliases
|
|
1140
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1141
1141
|
// FolderHeart aliases
|
|
1142
1142
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1143
|
-
// FolderInput aliases
|
|
1144
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1145
1143
|
// FolderKanban aliases
|
|
1146
1144
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1147
1145
|
// FolderKey aliases
|
|
1148
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1147
|
+
// FolderInput aliases
|
|
1148
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1149
1149
|
// FolderMinus aliases
|
|
1150
1150
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
|
-
// FolderOpenDot aliases
|
|
1152
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1153
1151
|
// FolderLock aliases
|
|
1154
1152
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1155
|
-
//
|
|
1156
|
-
export { default as
|
|
1153
|
+
// FolderOpenDot aliases
|
|
1154
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1157
1155
|
// FolderOpen aliases
|
|
1158
1156
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1159
|
-
//
|
|
1160
|
-
export { default as
|
|
1157
|
+
// FolderOutput aliases
|
|
1158
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1161
1159
|
// FolderPlus aliases
|
|
1162
1160
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1163
1161
|
// FolderSearch2 aliases
|
|
1164
1162
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1163
|
+
// FolderRoot aliases
|
|
1164
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1165
1165
|
// FolderSearch aliases
|
|
1166
1166
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1167
1167
|
// FolderSymlink aliases
|
|
1168
1168
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1169
1169
|
// FolderSync aliases
|
|
1170
1170
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1171
|
-
// FolderTree aliases
|
|
1172
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1173
1171
|
// FolderUp aliases
|
|
1174
1172
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
|
+
// FolderTree aliases
|
|
1174
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1175
1175
|
// FolderX aliases
|
|
1176
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
1177
|
// Folder aliases
|
|
1178
1178
|
export { default as FolderIcon } from '../icons/folder';
|
|
1179
1179
|
// Folders aliases
|
|
1180
1180
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
|
+
// Forklift aliases
|
|
1182
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1181
1183
|
// Footprints aliases
|
|
1182
1184
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1183
1185
|
// Form aliases
|
|
1184
1186
|
export { default as FormIcon } from '../icons/form';
|
|
1185
|
-
// Forklift aliases
|
|
1186
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1187
|
-
// Frame aliases
|
|
1188
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1189
1187
|
// Forward aliases
|
|
1190
1188
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1189
|
+
// Frame aliases
|
|
1190
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1191
1191
|
// Framer aliases
|
|
1192
1192
|
export { default as FramerIcon } from '../icons/framer';
|
|
1193
|
-
// Fuel aliases
|
|
1194
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1195
1193
|
// Frown aliases
|
|
1196
1194
|
export { default as FrownIcon } from '../icons/frown';
|
|
1195
|
+
// Fuel aliases
|
|
1196
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1197
1197
|
// Fullscreen aliases
|
|
1198
1198
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
1199
|
// FunnelPlus aliases
|
|
1200
1200
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
1201
|
// GalleryHorizontalEnd aliases
|
|
1202
1202
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1203
|
-
// GalleryThumbnails aliases
|
|
1204
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
1203
|
// GalleryHorizontal aliases
|
|
1206
1204
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1205
|
+
// GalleryThumbnails aliases
|
|
1206
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1207
1207
|
// GalleryVerticalEnd aliases
|
|
1208
1208
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
1209
|
// GalleryVertical aliases
|
|
@@ -1222,10 +1222,10 @@ export { default as GavelIcon } from '../icons/gavel';
|
|
|
1222
1222
|
export { default as GemIcon } from '../icons/gem';
|
|
1223
1223
|
// GeorgianLari aliases
|
|
1224
1224
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
|
-
// Ghost aliases
|
|
1226
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
1225
|
// Gift aliases
|
|
1228
1226
|
export { default as GiftIcon } from '../icons/gift';
|
|
1227
|
+
// Ghost aliases
|
|
1228
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1229
1229
|
// GitBranchMinus aliases
|
|
1230
1230
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1231
1231
|
// GitBranchPlus aliases
|
|
@@ -1236,10 +1236,10 @@ export { default as GitBranchIcon } from '../icons/git-branch';
|
|
|
1236
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
1237
|
// GitCompareArrows aliases
|
|
1238
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
|
-
// GitCompare aliases
|
|
1240
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
1239
|
// GitFork aliases
|
|
1242
1240
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1241
|
+
// GitCompare aliases
|
|
1242
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
1243
|
// GitGraph aliases
|
|
1244
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
1245
|
// GitMergeConflict aliases
|
|
@@ -1256,14 +1256,14 @@ export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-requ
|
|
|
1256
1256
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1257
|
// GitPullRequestDraft aliases
|
|
1258
1258
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1259
|
-
// GitPullRequest aliases
|
|
1260
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1259
|
// Github aliases
|
|
1262
1260
|
export { default as GithubIcon } from '../icons/github';
|
|
1263
|
-
// Gitlab aliases
|
|
1264
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1265
1261
|
// GlassWater aliases
|
|
1266
1262
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1263
|
+
// GitPullRequest aliases
|
|
1264
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1265
|
+
// Gitlab aliases
|
|
1266
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1267
1267
|
// Glasses aliases
|
|
1268
1268
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
1269
|
// GlobeLock aliases
|
|
@@ -1274,16 +1274,16 @@ export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
|
1274
1274
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1275
1275
|
// Globe aliases
|
|
1276
1276
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1277
|
-
// Goal aliases
|
|
1278
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1277
|
// Gpu aliases
|
|
1280
1278
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1279
|
+
// Goal aliases
|
|
1280
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1281
1281
|
// GraduationCap aliases
|
|
1282
1282
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
|
-
// Grid3x2 aliases
|
|
1284
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
1283
|
// Grape aliases
|
|
1286
1284
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
|
+
// Grid3x2 aliases
|
|
1286
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
1287
|
// GripHorizontal aliases
|
|
1288
1288
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
1289
|
// GripVertical aliases
|
|
@@ -1292,16 +1292,16 @@ export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
|
1292
1292
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
1293
|
// Group aliases
|
|
1294
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
|
-
// Ham aliases
|
|
1296
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1297
1295
|
// Guitar aliases
|
|
1298
1296
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
|
+
// Ham aliases
|
|
1298
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1299
1299
|
// Hamburger aliases
|
|
1300
1300
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
|
-
// Hammer aliases
|
|
1302
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
1301
|
// HandCoins aliases
|
|
1304
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
|
+
// Hammer aliases
|
|
1304
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1305
1305
|
// HandFist aliases
|
|
1306
1306
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
1307
|
// HandHeart aliases
|
|
@@ -1312,12 +1312,12 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1312
1312
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1313
1313
|
// Hand aliases
|
|
1314
1314
|
export { default as HandIcon } from '../icons/hand';
|
|
1315
|
-
// Handbag aliases
|
|
1316
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1317
1315
|
// Handshake aliases
|
|
1318
1316
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1319
1317
|
// HardDriveDownload aliases
|
|
1320
1318
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
|
+
// Handbag aliases
|
|
1320
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1321
1321
|
// HardDriveUpload aliases
|
|
1322
1322
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1323
1323
|
// HardDrive aliases
|
|
@@ -1346,24 +1346,24 @@ export { default as Heading4Icon } from '../icons/heading-4';
|
|
|
1346
1346
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
1347
|
// Heading6 aliases
|
|
1348
1348
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
|
-
// Heading aliases
|
|
1350
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1351
1349
|
// HeadphoneOff aliases
|
|
1352
1350
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1351
|
+
// Heading aliases
|
|
1352
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1353
1353
|
// Headphones aliases
|
|
1354
1354
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
|
-
// HeartCrack aliases
|
|
1356
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1357
1355
|
// Headset aliases
|
|
1358
1356
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1359
|
-
//
|
|
1360
|
-
export { default as
|
|
1357
|
+
// HeartCrack aliases
|
|
1358
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1361
1359
|
// HeartHandshake aliases
|
|
1362
1360
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1363
|
-
//
|
|
1364
|
-
export { default as
|
|
1361
|
+
// HeartMinus aliases
|
|
1362
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1365
1363
|
// HeartOff aliases
|
|
1366
1364
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1365
|
+
// HeartPlus aliases
|
|
1366
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
1367
|
// HeartPulse aliases
|
|
1368
1368
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1369
1369
|
// Heart aliases
|
|
@@ -1380,22 +1380,22 @@ export { default as HighlighterIcon } from '../icons/highlighter';
|
|
|
1380
1380
|
export { default as HistoryIcon } from '../icons/history';
|
|
1381
1381
|
// HopOff aliases
|
|
1382
1382
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1383
|
-
// Hop aliases
|
|
1384
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1385
1383
|
// Hospital aliases
|
|
1386
1384
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1387
1385
|
// Hotel aliases
|
|
1388
1386
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
|
-
// HouseHeart aliases
|
|
1390
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1391
1387
|
// Hourglass aliases
|
|
1392
1388
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1389
|
+
// Hop aliases
|
|
1390
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1391
|
+
// HouseHeart aliases
|
|
1392
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1393
1393
|
// HousePlug aliases
|
|
1394
1394
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
|
-
// HouseWifi aliases
|
|
1396
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1397
1395
|
// HousePlus aliases
|
|
1398
1396
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1397
|
+
// HouseWifi aliases
|
|
1398
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1399
1399
|
// IdCardLanyard aliases
|
|
1400
1400
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1401
1401
|
// IdCard aliases
|
|
@@ -1404,28 +1404,28 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1404
1404
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1405
1405
|
// ImageDown aliases
|
|
1406
1406
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1407
|
-
// ImageOff aliases
|
|
1408
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1409
1407
|
// ImagePlay aliases
|
|
1410
1408
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1409
|
+
// ImageOff aliases
|
|
1410
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1411
1411
|
// ImagePlus aliases
|
|
1412
1412
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1413
|
-
// ImageUpscale aliases
|
|
1414
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1415
1413
|
// ImageUp aliases
|
|
1416
1414
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1417
|
-
//
|
|
1418
|
-
export { default as
|
|
1415
|
+
// ImageUpscale aliases
|
|
1416
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1419
1417
|
// Images aliases
|
|
1420
1418
|
export { default as ImagesIcon } from '../icons/images';
|
|
1421
|
-
//
|
|
1422
|
-
export { default as
|
|
1419
|
+
// Image aliases
|
|
1420
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1423
1421
|
// Import aliases
|
|
1424
1422
|
export { default as ImportIcon } from '../icons/import';
|
|
1425
1423
|
// Inbox aliases
|
|
1426
1424
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1427
1425
|
// Infinity aliases
|
|
1428
1426
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1427
|
+
// IndianRupee aliases
|
|
1428
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1429
1429
|
// Info aliases
|
|
1430
1430
|
export { default as InfoIcon } from '../icons/info';
|
|
1431
1431
|
// InspectionPanel aliases
|
|
@@ -1434,10 +1434,10 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1434
1434
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1435
1435
|
// Italic aliases
|
|
1436
1436
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1437
|
-
// IterationCcw aliases
|
|
1438
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1439
1437
|
// IterationCw aliases
|
|
1440
1438
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1439
|
+
// IterationCcw aliases
|
|
1440
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1441
1441
|
// JapaneseYen aliases
|
|
1442
1442
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1443
1443
|
// Joystick aliases
|
|
@@ -1454,24 +1454,24 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1454
1454
|
export { default as KeyIcon } from '../icons/key';
|
|
1455
1455
|
// KeyboardMusic aliases
|
|
1456
1456
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
|
-
// KeyboardOff aliases
|
|
1458
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1459
1457
|
// Keyboard aliases
|
|
1460
1458
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1459
|
+
// KeyboardOff aliases
|
|
1460
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1461
1461
|
// LampCeiling aliases
|
|
1462
1462
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
1463
|
// LampDesk aliases
|
|
1464
1464
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1465
|
-
// LampWallDown aliases
|
|
1466
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
1465
|
// LampFloor aliases
|
|
1468
1466
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1467
|
+
// LampWallDown aliases
|
|
1468
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1469
1469
|
// LampWallUp aliases
|
|
1470
1470
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
|
-
// Lamp aliases
|
|
1472
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1473
1471
|
// LandPlot aliases
|
|
1474
1472
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
|
+
// Lamp aliases
|
|
1474
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1475
1475
|
// Landmark aliases
|
|
1476
1476
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1477
1477
|
// Languages aliases
|
|
@@ -1480,16 +1480,16 @@ export { default as LanguagesIcon } from '../icons/languages';
|
|
|
1480
1480
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1481
|
// Laptop aliases
|
|
1482
1482
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1483
|
+
// LassoSelect aliases
|
|
1484
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1483
1485
|
// Lasso aliases
|
|
1484
1486
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1487
|
+
// Layers2 aliases
|
|
1488
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1485
1489
|
// Laugh aliases
|
|
1486
1490
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1487
|
-
// LassoSelect aliases
|
|
1488
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1489
1491
|
// LayersPlus aliases
|
|
1490
1492
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1491
|
-
// Layers2 aliases
|
|
1492
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1493
1493
|
// LayoutDashboard aliases
|
|
1494
1494
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1495
1495
|
// LayoutGrid aliases
|
|
@@ -1506,14 +1506,14 @@ export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
|
1506
1506
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1507
1507
|
// LeafyGreen aliases
|
|
1508
1508
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1509
|
-
// LensConcave aliases
|
|
1510
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1511
1509
|
// Lectern aliases
|
|
1512
1510
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1513
|
-
//
|
|
1514
|
-
export { default as
|
|
1511
|
+
// LensConcave aliases
|
|
1512
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1515
1513
|
// LensConvex aliases
|
|
1516
1514
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1515
|
+
// LibraryBig aliases
|
|
1516
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1517
1517
|
// Library aliases
|
|
1518
1518
|
export { default as LibraryIcon } from '../icons/library';
|
|
1519
1519
|
// LifeBuoy aliases
|
|
@@ -1526,10 +1526,10 @@ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
|
1526
1526
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1527
1527
|
// LineDotRightHorizontal aliases
|
|
1528
1528
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1529
|
-
// Link2Off aliases
|
|
1530
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1531
1529
|
// LineSquiggle aliases
|
|
1532
1530
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1531
|
+
// Link2Off aliases
|
|
1532
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1533
1533
|
// Link2 aliases
|
|
1534
1534
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1535
1535
|
// Link aliases
|
|
@@ -1552,32 +1552,32 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1552
1552
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1553
1553
|
// ListFilter aliases
|
|
1554
1554
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1555
|
-
// ListMinus aliases
|
|
1556
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1557
1555
|
// ListMusic aliases
|
|
1558
1556
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1557
|
+
// ListMinus aliases
|
|
1558
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1559
1559
|
// ListPlus aliases
|
|
1560
1560
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1561
|
-
// ListRestart aliases
|
|
1562
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1563
1561
|
// ListOrdered aliases
|
|
1564
1562
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1563
|
+
// ListRestart aliases
|
|
1564
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1565
1565
|
// ListStart aliases
|
|
1566
1566
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1567
|
-
//
|
|
1568
|
-
export { default as
|
|
1567
|
+
// ListTree aliases
|
|
1568
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1569
1569
|
// ListVideo aliases
|
|
1570
1570
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
|
+
// ListTodo aliases
|
|
1572
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1571
1573
|
// ListX aliases
|
|
1572
1574
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1573
|
-
// ListTree aliases
|
|
1574
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1575
|
-
// List aliases
|
|
1576
|
-
export { default as ListIcon } from '../icons/list';
|
|
1577
|
-
// Loader aliases
|
|
1578
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1579
1575
|
// LoaderPinwheel aliases
|
|
1580
1576
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1577
|
+
// Loader aliases
|
|
1578
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1579
|
+
// List aliases
|
|
1580
|
+
export { default as ListIcon } from '../icons/list';
|
|
1581
1581
|
// LocateFixed aliases
|
|
1582
1582
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1583
1583
|
// LocateOff aliases
|
|
@@ -1586,10 +1586,10 @@ export { default as LocateOffIcon } from '../icons/locate-off';
|
|
|
1586
1586
|
export { default as LocateIcon } from '../icons/locate';
|
|
1587
1587
|
// LockKeyhole aliases
|
|
1588
1588
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1589
|
-
// Lock aliases
|
|
1590
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1591
1589
|
// LogIn aliases
|
|
1592
1590
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1591
|
+
// Lock aliases
|
|
1592
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1593
1593
|
// LogOut aliases
|
|
1594
1594
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1595
1595
|
// Logs aliases
|
|
@@ -1602,10 +1602,10 @@ export { default as LuggageIcon } from '../icons/luggage';
|
|
|
1602
1602
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1603
1603
|
// MailCheck aliases
|
|
1604
1604
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1605
|
-
// MailOpen aliases
|
|
1606
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1607
1605
|
// MailMinus aliases
|
|
1608
1606
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1607
|
+
// MailOpen aliases
|
|
1608
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1609
1609
|
// MailPlus aliases
|
|
1610
1610
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1611
1611
|
// MailSearch aliases
|
|
@@ -1614,18 +1614,18 @@ export { default as MailSearchIcon } from '../icons/mail-search';
|
|
|
1614
1614
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1615
1615
|
// MailX aliases
|
|
1616
1616
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1617
|
-
// Mail aliases
|
|
1618
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1619
1617
|
// Mailbox aliases
|
|
1620
1618
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1619
|
+
// Mail aliases
|
|
1620
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1621
1621
|
// Mails aliases
|
|
1622
1622
|
export { default as MailsIcon } from '../icons/mails';
|
|
1623
|
-
// MapPinCheckInside aliases
|
|
1624
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1625
1623
|
// MapMinus aliases
|
|
1626
1624
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1627
1625
|
// MapPinCheck aliases
|
|
1628
1626
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1627
|
+
// MapPinCheckInside aliases
|
|
1628
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1629
1629
|
// MapPinHouse aliases
|
|
1630
1630
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1631
1631
|
// MapPinMinusInside aliases
|
|
@@ -1642,20 +1642,20 @@ export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
|
1642
1642
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1643
1643
|
// MapPinX aliases
|
|
1644
1644
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1645
|
-
// MapPin aliases
|
|
1646
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1647
|
-
// MapPlus aliases
|
|
1648
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1649
1645
|
// MapPinned aliases
|
|
1650
1646
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1647
|
+
// MapPin aliases
|
|
1648
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1651
1649
|
// Map aliases
|
|
1652
1650
|
export { default as MapIcon } from '../icons/map';
|
|
1651
|
+
// MapPlus aliases
|
|
1652
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1653
1653
|
// MarsStroke aliases
|
|
1654
1654
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1655
|
-
// Martini aliases
|
|
1656
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1657
1655
|
// Mars aliases
|
|
1658
1656
|
export { default as MarsIcon } from '../icons/mars';
|
|
1657
|
+
// Martini aliases
|
|
1658
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1659
1659
|
// Maximize2 aliases
|
|
1660
1660
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1661
1661
|
// Maximize aliases
|
|
@@ -1668,70 +1668,72 @@ export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
|
1668
1668
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
1669
|
// Meh aliases
|
|
1670
1670
|
export { default as MehIcon } from '../icons/meh';
|
|
1671
|
-
// Menu aliases
|
|
1672
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1673
1671
|
// MemoryStick aliases
|
|
1674
1672
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1673
|
+
// Menu aliases
|
|
1674
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1675
1675
|
// Merge aliases
|
|
1676
1676
|
export { default as MergeIcon } from '../icons/merge';
|
|
1677
|
+
// MessageCircleCheck aliases
|
|
1678
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1677
1679
|
// MessageCircleCode aliases
|
|
1678
1680
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1679
1681
|
// MessageCircleDashed aliases
|
|
1680
1682
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1681
1683
|
// MessageCircleHeart aliases
|
|
1682
1684
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1685
|
+
// MessageCircleMore aliases
|
|
1686
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1683
1687
|
// MessageCircleOff aliases
|
|
1684
1688
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1685
1689
|
// MessageCirclePlus aliases
|
|
1686
1690
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1687
|
-
// MessageCircleMore aliases
|
|
1688
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1689
1691
|
// MessageCircleReply aliases
|
|
1690
1692
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1693
|
+
// MessageCircleWarning aliases
|
|
1694
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1691
1695
|
// MessageCircleX aliases
|
|
1692
1696
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1693
1697
|
// MessageCircle aliases
|
|
1694
1698
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1695
1699
|
// MessageSquareCode aliases
|
|
1696
1700
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1697
|
-
// MessageCircleWarning aliases
|
|
1698
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1699
|
-
// MessageSquareDashed aliases
|
|
1700
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1701
1701
|
// MessageSquareDiff aliases
|
|
1702
1702
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1703
|
+
// MessageSquareDashed aliases
|
|
1704
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1705
|
+
// MessageSquareHeart aliases
|
|
1706
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1703
1707
|
// MessageSquareDot aliases
|
|
1704
1708
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1709
|
+
// MessageSquareMore aliases
|
|
1710
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1705
1711
|
// MessageSquareLock aliases
|
|
1706
1712
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1707
|
-
// MessageSquareHeart aliases
|
|
1708
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1709
1713
|
// MessageSquareOff aliases
|
|
1710
1714
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1711
|
-
// MessageSquareMore aliases
|
|
1712
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1713
1715
|
// MessageSquarePlus aliases
|
|
1714
1716
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1715
1717
|
// MessageSquareQuote aliases
|
|
1716
1718
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1717
1719
|
// MessageSquareReply aliases
|
|
1718
1720
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1721
|
+
// MessageSquareText aliases
|
|
1722
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1719
1723
|
// MessageSquareShare aliases
|
|
1720
1724
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1721
1725
|
// MessageSquareWarning aliases
|
|
1722
1726
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1723
|
-
// MessageSquareText aliases
|
|
1724
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1725
1727
|
// MessageSquareX aliases
|
|
1726
1728
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1727
|
-
// MessageSquare aliases
|
|
1728
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1729
1729
|
// MessagesSquare aliases
|
|
1730
1730
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1731
|
-
//
|
|
1732
|
-
export { default as
|
|
1731
|
+
// MessageSquare aliases
|
|
1732
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1733
1733
|
// Mic aliases
|
|
1734
1734
|
export { default as MicIcon } from '../icons/mic';
|
|
1735
|
+
// MicOff aliases
|
|
1736
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1735
1737
|
// Microchip aliases
|
|
1736
1738
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1737
1739
|
// Microscope aliases
|
|
@@ -1750,10 +1752,10 @@ export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
|
1750
1752
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1751
1753
|
// Minus aliases
|
|
1752
1754
|
export { default as MinusIcon } from '../icons/minus';
|
|
1753
|
-
// MirrorRectangular aliases
|
|
1754
|
-
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1755
1755
|
// MirrorRound aliases
|
|
1756
1756
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1757
|
+
// MirrorRectangular aliases
|
|
1758
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1757
1759
|
// MonitorCheck aliases
|
|
1758
1760
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1759
1761
|
// MonitorCloud aliases
|
|
@@ -1766,28 +1768,28 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1766
1768
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1767
1769
|
// MonitorOff aliases
|
|
1768
1770
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1769
|
-
// MonitorPause aliases
|
|
1770
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1771
1771
|
// MonitorPlay aliases
|
|
1772
1772
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1773
|
+
// MonitorPause aliases
|
|
1774
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1773
1775
|
// MonitorSmartphone aliases
|
|
1774
1776
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1775
|
-
// MonitorSpeaker aliases
|
|
1776
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1777
|
-
// MonitorX aliases
|
|
1778
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1779
1777
|
// MonitorStop aliases
|
|
1780
1778
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1779
|
+
// MonitorSpeaker aliases
|
|
1780
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1781
1781
|
// MonitorUp aliases
|
|
1782
1782
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1783
1783
|
// Monitor aliases
|
|
1784
1784
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1785
|
+
// MonitorX aliases
|
|
1786
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1785
1787
|
// MoonStar aliases
|
|
1786
1788
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1787
|
-
// Moon aliases
|
|
1788
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1789
1789
|
// Motorbike aliases
|
|
1790
1790
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1791
|
+
// Moon aliases
|
|
1792
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1791
1793
|
// MountainSnow aliases
|
|
1792
1794
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1793
1795
|
// Mountain aliases
|
|
@@ -1796,22 +1798,22 @@ export { default as MountainIcon } from '../icons/mountain';
|
|
|
1796
1798
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1797
1799
|
// MousePointer2Off aliases
|
|
1798
1800
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1799
|
-
// MousePointer2 aliases
|
|
1800
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1801
|
-
// MousePointerBan aliases
|
|
1802
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1803
1801
|
// MousePointerClick aliases
|
|
1804
1802
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1805
|
-
//
|
|
1806
|
-
export { default as
|
|
1803
|
+
// MousePointerBan aliases
|
|
1804
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1805
|
+
// MousePointer2 aliases
|
|
1806
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1807
1807
|
// Mouse aliases
|
|
1808
1808
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1809
|
+
// MousePointer aliases
|
|
1810
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1809
1811
|
// MoveDiagonal2 aliases
|
|
1810
1812
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1811
|
-
// MoveDiagonal aliases
|
|
1812
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1813
1813
|
// MoveDownLeft aliases
|
|
1814
1814
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1815
|
+
// MoveDiagonal aliases
|
|
1816
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1815
1817
|
// MoveDown aliases
|
|
1816
1818
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1817
1819
|
// MoveDownRight aliases
|
|
@@ -1830,12 +1832,12 @@ export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
|
1830
1832
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1831
1833
|
// MoveVertical aliases
|
|
1832
1834
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1833
|
-
// Move aliases
|
|
1834
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1835
|
-
// Music3 aliases
|
|
1836
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1837
1835
|
// Music2 aliases
|
|
1838
1836
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1837
|
+
// Music3 aliases
|
|
1838
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1839
|
+
// Move aliases
|
|
1840
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1839
1841
|
// Music4 aliases
|
|
1840
1842
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1841
1843
|
// Music aliases
|
|
@@ -1846,24 +1848,24 @@ export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
|
1846
1848
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1847
1849
|
// NavigationOff aliases
|
|
1848
1850
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1849
|
-
// Network aliases
|
|
1850
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1851
1851
|
// Navigation aliases
|
|
1852
1852
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1853
|
-
//
|
|
1854
|
-
export { default as
|
|
1855
|
-
// NonBinary aliases
|
|
1856
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1853
|
+
// Network aliases
|
|
1854
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1857
1855
|
// Nfc aliases
|
|
1858
1856
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1857
|
+
// Newspaper aliases
|
|
1858
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1859
1859
|
// NotebookPen aliases
|
|
1860
1860
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1861
|
+
// NonBinary aliases
|
|
1862
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1861
1863
|
// NotebookTabs aliases
|
|
1862
1864
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1863
|
-
// NotebookText aliases
|
|
1864
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1865
1865
|
// Notebook aliases
|
|
1866
1866
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1867
|
+
// NotebookText aliases
|
|
1868
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1867
1869
|
// NotepadTextDashed aliases
|
|
1868
1870
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1869
1871
|
// NotepadText aliases
|
|
@@ -1872,86 +1874,86 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1872
1874
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1873
1875
|
// Nut aliases
|
|
1874
1876
|
export { default as NutIcon } from '../icons/nut';
|
|
1875
|
-
// OctagonMinus aliases
|
|
1876
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1877
1877
|
// Octagon aliases
|
|
1878
1878
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1879
|
+
// OctagonMinus aliases
|
|
1880
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1879
1881
|
// Omega aliases
|
|
1880
1882
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1881
|
-
// Option aliases
|
|
1882
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1883
1883
|
// Orbit aliases
|
|
1884
1884
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1885
|
+
// Option aliases
|
|
1886
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1885
1887
|
// Origami aliases
|
|
1886
1888
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1887
1889
|
// Package2 aliases
|
|
1888
1890
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1889
|
-
// PackageCheck aliases
|
|
1890
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1891
1891
|
// PackageMinus aliases
|
|
1892
1892
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1893
|
+
// PackageCheck aliases
|
|
1894
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1893
1895
|
// PackageOpen aliases
|
|
1894
1896
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1895
1897
|
// PackagePlus aliases
|
|
1896
1898
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1899
|
+
// Package aliases
|
|
1900
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1897
1901
|
// PackageSearch aliases
|
|
1898
1902
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1899
|
-
// PackageX aliases
|
|
1900
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1901
1903
|
// PaintBucket aliases
|
|
1902
1904
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1903
|
-
//
|
|
1904
|
-
export { default as
|
|
1905
|
+
// PackageX aliases
|
|
1906
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1905
1907
|
// PaintRoller aliases
|
|
1906
1908
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1907
1909
|
// Paintbrush aliases
|
|
1908
1910
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1909
1911
|
// Palette aliases
|
|
1910
1912
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1911
|
-
// PanelBottomClose aliases
|
|
1912
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1913
1913
|
// Panda aliases
|
|
1914
1914
|
export { default as PandaIcon } from '../icons/panda';
|
|
1915
|
+
// PanelBottomClose aliases
|
|
1916
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1917
|
+
// PanelBottom aliases
|
|
1918
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1915
1919
|
// PanelBottomOpen aliases
|
|
1916
1920
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1917
1921
|
// PanelLeftRightDashed aliases
|
|
1918
1922
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1919
|
-
// PanelBottom aliases
|
|
1920
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1921
|
-
// PanelRightClose aliases
|
|
1922
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1923
1923
|
// PanelRightOpen aliases
|
|
1924
1924
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1925
|
+
// PanelRightClose aliases
|
|
1926
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1925
1927
|
// PanelRight aliases
|
|
1926
1928
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1927
1929
|
// PanelTopBottomDashed aliases
|
|
1928
1930
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1929
|
-
// PanelTopOpen aliases
|
|
1930
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1931
1931
|
// PanelTopClose aliases
|
|
1932
1932
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1933
|
-
//
|
|
1934
|
-
export { default as
|
|
1933
|
+
// PanelTopOpen aliases
|
|
1934
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1935
1935
|
// PanelsLeftBottom aliases
|
|
1936
1936
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1937
|
-
//
|
|
1938
|
-
export { default as
|
|
1937
|
+
// PanelTop aliases
|
|
1938
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1939
1939
|
// Paperclip aliases
|
|
1940
1940
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1941
|
-
// ParkingMeter aliases
|
|
1942
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1943
1941
|
// Parentheses aliases
|
|
1944
1942
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1943
|
+
// PanelsRightBottom aliases
|
|
1944
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1945
|
+
// ParkingMeter aliases
|
|
1946
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1945
1947
|
// PartyPopper aliases
|
|
1946
1948
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1947
1949
|
// Pause aliases
|
|
1948
1950
|
export { default as PauseIcon } from '../icons/pause';
|
|
1951
|
+
// PenOff aliases
|
|
1952
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1949
1953
|
// PawPrint aliases
|
|
1950
1954
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1951
1955
|
// PcCase aliases
|
|
1952
1956
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1953
|
-
// PenOff aliases
|
|
1954
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1955
1957
|
// PenTool aliases
|
|
1956
1958
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1957
1959
|
// PencilLine aliases
|
|
@@ -1972,24 +1974,24 @@ export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
|
1972
1974
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1973
1975
|
// PhoneCall aliases
|
|
1974
1976
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1975
|
-
// PhoneForwarded aliases
|
|
1976
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1977
1977
|
// PhoneIncoming aliases
|
|
1978
1978
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1979
1979
|
// PhoneMissed aliases
|
|
1980
1980
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1981
|
-
//
|
|
1982
|
-
export { default as
|
|
1981
|
+
// PhoneForwarded aliases
|
|
1982
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1983
1983
|
// PhoneOff aliases
|
|
1984
1984
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1985
|
-
//
|
|
1986
|
-
export { default as
|
|
1985
|
+
// PhoneOutgoing aliases
|
|
1986
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1987
1987
|
// Pi aliases
|
|
1988
1988
|
export { default as PiIcon } from '../icons/pi';
|
|
1989
|
-
//
|
|
1990
|
-
export { default as
|
|
1989
|
+
// Phone aliases
|
|
1990
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
1991
1991
|
// Piano aliases
|
|
1992
1992
|
export { default as PianoIcon } from '../icons/piano';
|
|
1993
|
+
// Pickaxe aliases
|
|
1994
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1993
1995
|
// PictureInPicture aliases
|
|
1994
1996
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1995
1997
|
// PictureInPicture2 aliases
|
|
@@ -1998,16 +2000,16 @@ export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2'
|
|
|
1998
2000
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1999
2001
|
// PilcrowLeft aliases
|
|
2000
2002
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2001
|
-
// Pilcrow aliases
|
|
2002
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2003
2003
|
// PilcrowRight aliases
|
|
2004
2004
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2005
|
+
// Pilcrow aliases
|
|
2006
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2007
|
+
// PinOff aliases
|
|
2008
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2005
2009
|
// PillBottle aliases
|
|
2006
2010
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2007
2011
|
// Pill aliases
|
|
2008
2012
|
export { default as PillIcon } from '../icons/pill';
|
|
2009
|
-
// PinOff aliases
|
|
2010
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2011
2013
|
// Pin aliases
|
|
2012
2014
|
export { default as PinIcon } from '../icons/pin';
|
|
2013
2015
|
// Pipette aliases
|
|
@@ -2026,18 +2028,18 @@ export { default as PlayIcon } from '../icons/play';
|
|
|
2026
2028
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2027
2029
|
// Plug aliases
|
|
2028
2030
|
export { default as PlugIcon } from '../icons/plug';
|
|
2029
|
-
// PocketKnife aliases
|
|
2030
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
2031
|
// Plus aliases
|
|
2032
2032
|
export { default as PlusIcon } from '../icons/plus';
|
|
2033
|
-
//
|
|
2034
|
-
export { default as
|
|
2033
|
+
// PocketKnife aliases
|
|
2034
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2035
2035
|
// Pocket aliases
|
|
2036
2036
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2037
|
-
// PointerOff aliases
|
|
2038
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2039
2037
|
// Pointer aliases
|
|
2040
2038
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2039
|
+
// PointerOff aliases
|
|
2040
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2041
|
+
// Podcast aliases
|
|
2042
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2041
2043
|
// Popcorn aliases
|
|
2042
2044
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2043
2045
|
// Popsicle aliases
|
|
@@ -2050,130 +2052,130 @@ export { default as PowerOffIcon } from '../icons/power-off';
|
|
|
2050
2052
|
export { default as PowerIcon } from '../icons/power';
|
|
2051
2053
|
// PrinterCheck aliases
|
|
2052
2054
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2055
|
+
// Printer aliases
|
|
2056
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2053
2057
|
// Presentation aliases
|
|
2054
2058
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2055
|
-
// PrinterX aliases
|
|
2056
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2057
2059
|
// Projector aliases
|
|
2058
2060
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2059
|
-
//
|
|
2060
|
-
export { default as
|
|
2061
|
+
// PrinterX aliases
|
|
2062
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2061
2063
|
// Proportions aliases
|
|
2062
2064
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2063
|
-
// Puzzle aliases
|
|
2064
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2065
2065
|
// Pyramid aliases
|
|
2066
2066
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2067
2067
|
// QrCode aliases
|
|
2068
2068
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2069
|
+
// Puzzle aliases
|
|
2070
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2069
2071
|
// Quote aliases
|
|
2070
2072
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2071
2073
|
// Rabbit aliases
|
|
2072
2074
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2073
2075
|
// Radar aliases
|
|
2074
2076
|
export { default as RadarIcon } from '../icons/radar';
|
|
2075
|
-
// Radical aliases
|
|
2076
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2077
2077
|
// Radiation aliases
|
|
2078
2078
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2079
|
+
// Radical aliases
|
|
2080
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2079
2081
|
// RadioReceiver aliases
|
|
2080
2082
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2081
2083
|
// RadioTower aliases
|
|
2082
2084
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2083
2085
|
// Radio aliases
|
|
2084
2086
|
export { default as RadioIcon } from '../icons/radio';
|
|
2085
|
-
// Radius aliases
|
|
2086
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2087
|
-
// Rainbow aliases
|
|
2088
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2089
2087
|
// RailSymbol aliases
|
|
2090
2088
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2091
|
-
//
|
|
2092
|
-
export { default as
|
|
2089
|
+
// Radius aliases
|
|
2090
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2093
2091
|
// Ratio aliases
|
|
2094
2092
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2093
|
+
// Rat aliases
|
|
2094
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2095
|
+
// Rainbow aliases
|
|
2096
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2095
2097
|
// ReceiptCent aliases
|
|
2096
2098
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2097
2099
|
// ReceiptEuro aliases
|
|
2098
2100
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2099
2101
|
// ReceiptIndianRupee aliases
|
|
2100
2102
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2103
|
+
// ReceiptJapaneseYen aliases
|
|
2104
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2101
2105
|
// ReceiptPoundSterling aliases
|
|
2102
2106
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2103
2107
|
// ReceiptRussianRuble aliases
|
|
2104
2108
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2105
|
-
// ReceiptJapaneseYen aliases
|
|
2106
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2107
|
-
// ReceiptTurkishLira aliases
|
|
2108
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2109
2109
|
// ReceiptSwissFranc aliases
|
|
2110
2110
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2111
|
+
// ReceiptText aliases
|
|
2112
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2113
|
+
// ReceiptTurkishLira aliases
|
|
2114
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2111
2115
|
// Receipt aliases
|
|
2112
2116
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2113
2117
|
// RectangleCircle aliases
|
|
2114
2118
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2119
|
+
// RectangleHorizontal aliases
|
|
2120
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2117
2121
|
// RectangleGoggles aliases
|
|
2118
2122
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2119
2123
|
// RectangleVertical aliases
|
|
2120
2124
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2121
|
-
// RectangleHorizontal aliases
|
|
2122
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2123
|
-
// Recycle aliases
|
|
2124
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2125
2125
|
// Redo2 aliases
|
|
2126
2126
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2127
|
+
// Recycle aliases
|
|
2128
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2127
2129
|
// RedoDot aliases
|
|
2128
2130
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2129
2131
|
// Redo aliases
|
|
2130
2132
|
export { default as RedoIcon } from '../icons/redo';
|
|
2133
|
+
// RefreshCcwDot aliases
|
|
2134
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2131
2135
|
// RefreshCcw aliases
|
|
2132
2136
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2133
2137
|
// RefreshCwOff aliases
|
|
2134
2138
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2135
|
-
// RefreshCcwDot aliases
|
|
2136
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2137
2139
|
// RefreshCw aliases
|
|
2138
2140
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2139
2141
|
// Refrigerator aliases
|
|
2140
2142
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2141
2143
|
// Regex aliases
|
|
2142
2144
|
export { default as RegexIcon } from '../icons/regex';
|
|
2145
|
+
// Repeat1 aliases
|
|
2146
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2143
2147
|
// RemoveFormatting aliases
|
|
2144
2148
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2145
2149
|
// Repeat2 aliases
|
|
2146
2150
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2147
|
-
// Repeat1 aliases
|
|
2148
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2149
|
-
// Repeat aliases
|
|
2150
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2151
2151
|
// ReplaceAll aliases
|
|
2152
2152
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2153
|
-
//
|
|
2154
|
-
export { default as
|
|
2153
|
+
// Repeat aliases
|
|
2154
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2155
2155
|
// ReplyAll aliases
|
|
2156
2156
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2157
2157
|
// Reply aliases
|
|
2158
2158
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2159
|
+
// Replace aliases
|
|
2160
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2159
2161
|
// Rewind aliases
|
|
2160
2162
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2161
2163
|
// Ribbon aliases
|
|
2162
2164
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2163
|
-
// RockingChair aliases
|
|
2164
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2165
2165
|
// Rocket aliases
|
|
2166
2166
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2167
|
+
// RockingChair aliases
|
|
2168
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2167
2169
|
// RollerCoaster aliases
|
|
2168
2170
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2169
2171
|
// Rose aliases
|
|
2170
2172
|
export { default as RoseIcon } from '../icons/rose';
|
|
2171
2173
|
// RotateCcwKey aliases
|
|
2172
2174
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2173
|
-
// RotateCcw aliases
|
|
2174
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2175
2175
|
// RotateCcwSquare aliases
|
|
2176
2176
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2177
|
+
// RotateCcw aliases
|
|
2178
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2177
2179
|
// RotateCwSquare aliases
|
|
2178
2180
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2179
2181
|
// RotateCw aliases
|
|
@@ -2198,10 +2200,10 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2198
2200
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2199
2201
|
// Salad aliases
|
|
2200
2202
|
export { default as SaladIcon } from '../icons/salad';
|
|
2201
|
-
// SatelliteDish aliases
|
|
2202
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2203
2203
|
// Sandwich aliases
|
|
2204
2204
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2205
|
+
// SatelliteDish aliases
|
|
2206
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2205
2207
|
// Satellite aliases
|
|
2206
2208
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2207
2209
|
// SaudiRiyal aliases
|
|
@@ -2210,30 +2212,30 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2210
2212
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2211
2213
|
// SaveOff aliases
|
|
2212
2214
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2213
|
-
// Save aliases
|
|
2214
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2215
|
-
// Scaling aliases
|
|
2216
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2217
2215
|
// Scale aliases
|
|
2218
2216
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2219
|
-
//
|
|
2220
|
-
export { default as
|
|
2217
|
+
// Scaling aliases
|
|
2218
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2219
|
+
// Save aliases
|
|
2220
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2221
2221
|
// ScanBarcode aliases
|
|
2222
2222
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2223
2223
|
// ScanFace aliases
|
|
2224
2224
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2225
2225
|
// ScanHeart aliases
|
|
2226
2226
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2227
|
-
//
|
|
2228
|
-
export { default as
|
|
2227
|
+
// ScanEye aliases
|
|
2228
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2229
2229
|
// ScanQrCode aliases
|
|
2230
2230
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2231
|
+
// ScanLine aliases
|
|
2232
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2231
2233
|
// ScanSearch aliases
|
|
2232
2234
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2233
|
-
// ScanText aliases
|
|
2234
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2235
2235
|
// Scan aliases
|
|
2236
2236
|
export { default as ScanIcon } from '../icons/scan';
|
|
2237
|
+
// ScanText aliases
|
|
2238
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2237
2239
|
// School aliases
|
|
2238
2240
|
export { default as SchoolIcon } from '../icons/school';
|
|
2239
2241
|
// ScissorsLineDashed aliases
|
|
@@ -2252,32 +2254,32 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2252
2254
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2253
2255
|
// SearchAlert aliases
|
|
2254
2256
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2255
|
-
// SearchCheck aliases
|
|
2256
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2257
2257
|
// SearchCode aliases
|
|
2258
2258
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2259
|
+
// SearchCheck aliases
|
|
2260
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2259
2261
|
// SearchSlash aliases
|
|
2260
2262
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2263
|
+
// Search aliases
|
|
2264
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2261
2265
|
// SearchX aliases
|
|
2262
2266
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2263
2267
|
// Section aliases
|
|
2264
2268
|
export { default as SectionIcon } from '../icons/section';
|
|
2265
|
-
// Search aliases
|
|
2266
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2267
|
-
// SendToBack aliases
|
|
2268
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2269
2269
|
// Send aliases
|
|
2270
2270
|
export { default as SendIcon } from '../icons/send';
|
|
2271
|
+
// SendToBack aliases
|
|
2272
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2271
2273
|
// SeparatorHorizontal aliases
|
|
2272
2274
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2273
2275
|
// SeparatorVertical aliases
|
|
2274
2276
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2277
|
+
// ServerCrash aliases
|
|
2278
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2275
2279
|
// ServerCog aliases
|
|
2276
2280
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2277
2281
|
// ServerOff aliases
|
|
2278
2282
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2279
|
-
// ServerCrash aliases
|
|
2280
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2281
2283
|
// Server aliases
|
|
2282
2284
|
export { default as ServerIcon } from '../icons/server';
|
|
2283
2285
|
// Settings2 aliases
|
|
@@ -2296,22 +2298,22 @@ export { default as SheetIcon } from '../icons/sheet';
|
|
|
2296
2298
|
export { default as ShellIcon } from '../icons/shell';
|
|
2297
2299
|
// ShelvingUnit aliases
|
|
2298
2300
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2299
|
-
// ShieldBan aliases
|
|
2300
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2301
2301
|
// ShieldAlert aliases
|
|
2302
2302
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2303
|
-
//
|
|
2304
|
-
export { default as
|
|
2305
|
-
// ShieldEllipsis aliases
|
|
2306
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2303
|
+
// ShieldBan aliases
|
|
2304
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2307
2305
|
// ShieldHalf aliases
|
|
2308
2306
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2307
|
+
// ShieldEllipsis aliases
|
|
2308
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2309
|
+
// ShieldCheck aliases
|
|
2310
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2311
|
+
// ShieldMinus aliases
|
|
2312
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2309
2313
|
// ShieldOff aliases
|
|
2310
2314
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2311
2315
|
// ShieldPlus aliases
|
|
2312
2316
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2313
|
-
// ShieldMinus aliases
|
|
2314
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2315
2317
|
// ShieldUser aliases
|
|
2316
2318
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2317
2319
|
// Shield aliases
|
|
@@ -2324,56 +2326,56 @@ export { default as ShipIcon } from '../icons/ship';
|
|
|
2324
2326
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2325
2327
|
// ShoppingBag aliases
|
|
2326
2328
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2327
|
-
// ShoppingBasket aliases
|
|
2328
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2329
|
-
// Shovel aliases
|
|
2330
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2331
2329
|
// ShoppingCart aliases
|
|
2332
2330
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2331
|
+
// ShoppingBasket aliases
|
|
2332
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2333
2333
|
// ShowerHead aliases
|
|
2334
2334
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2335
|
+
// Shovel aliases
|
|
2336
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2335
2337
|
// Shredder aliases
|
|
2336
2338
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2337
|
-
// Shrink aliases
|
|
2338
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2339
2339
|
// Shrimp aliases
|
|
2340
2340
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2341
|
+
// Shrink aliases
|
|
2342
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2341
2343
|
// Shrub aliases
|
|
2342
2344
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2343
2345
|
// Shuffle aliases
|
|
2344
2346
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2345
|
-
// Sigma aliases
|
|
2346
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2347
2347
|
// SignalHigh aliases
|
|
2348
2348
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2349
|
+
// Sigma aliases
|
|
2350
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2349
2351
|
// SignalLow aliases
|
|
2350
2352
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2351
2353
|
// SignalMedium aliases
|
|
2352
2354
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2353
2355
|
// SignalZero aliases
|
|
2354
2356
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2355
|
-
// Signal aliases
|
|
2356
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2357
2357
|
// Signature aliases
|
|
2358
2358
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2359
|
-
//
|
|
2360
|
-
export { default as
|
|
2359
|
+
// Signal aliases
|
|
2360
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2361
2361
|
// Signpost aliases
|
|
2362
2362
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2363
2363
|
// Siren aliases
|
|
2364
2364
|
export { default as SirenIcon } from '../icons/siren';
|
|
2365
|
-
// SkipBack aliases
|
|
2366
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2367
2365
|
// SkipForward aliases
|
|
2368
2366
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2367
|
+
// SignpostBig aliases
|
|
2368
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2369
2369
|
// Skull aliases
|
|
2370
2370
|
export { default as SkullIcon } from '../icons/skull';
|
|
2371
|
+
// Slice aliases
|
|
2372
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2373
|
+
// SkipBack aliases
|
|
2374
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2371
2375
|
// Slack aliases
|
|
2372
2376
|
export { default as SlackIcon } from '../icons/slack';
|
|
2373
2377
|
// Slash aliases
|
|
2374
2378
|
export { default as SlashIcon } from '../icons/slash';
|
|
2375
|
-
// Slice aliases
|
|
2376
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2377
2379
|
// SlidersHorizontal aliases
|
|
2378
2380
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2379
2381
|
// SmartphoneCharging aliases
|
|
@@ -2382,22 +2384,22 @@ export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging'
|
|
|
2382
2384
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2383
2385
|
// Smartphone aliases
|
|
2384
2386
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2385
|
-
// SmilePlus aliases
|
|
2386
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2387
2387
|
// Smile aliases
|
|
2388
2388
|
export { default as SmileIcon } from '../icons/smile';
|
|
2389
|
+
// SmilePlus aliases
|
|
2390
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2389
2391
|
// Snail aliases
|
|
2390
2392
|
export { default as SnailIcon } from '../icons/snail';
|
|
2391
2393
|
// Snowflake aliases
|
|
2392
2394
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2393
2395
|
// SoapDispenserDroplet aliases
|
|
2394
2396
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2395
|
-
// Sofa aliases
|
|
2396
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2397
2397
|
// SolarPanel aliases
|
|
2398
2398
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2399
2399
|
// Soup aliases
|
|
2400
2400
|
export { default as SoupIcon } from '../icons/soup';
|
|
2401
|
+
// Sofa aliases
|
|
2402
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2401
2403
|
// Space aliases
|
|
2402
2404
|
export { default as SpaceIcon } from '../icons/space';
|
|
2403
2405
|
// Spade aliases
|
|
@@ -2406,14 +2408,14 @@ export { default as SpadeIcon } from '../icons/spade';
|
|
|
2406
2408
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2407
2409
|
// Speaker aliases
|
|
2408
2410
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2409
|
-
// Speech aliases
|
|
2410
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2411
2411
|
// SpellCheck2 aliases
|
|
2412
2412
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2413
|
-
//
|
|
2414
|
-
export { default as
|
|
2413
|
+
// Speech aliases
|
|
2414
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2415
2415
|
// SpellCheck aliases
|
|
2416
2416
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2417
|
+
// SplinePointer aliases
|
|
2418
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2417
2419
|
// Spline aliases
|
|
2418
2420
|
export { default as SplineIcon } from '../icons/spline';
|
|
2419
2421
|
// Split aliases
|
|
@@ -2424,28 +2426,28 @@ export { default as SpoolIcon } from '../icons/spool';
|
|
|
2424
2426
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2425
2427
|
// Sprout aliases
|
|
2426
2428
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2427
|
-
// SprayCan aliases
|
|
2428
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2429
|
-
// SquareDashedBottom aliases
|
|
2430
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2431
2429
|
// SquareDashedBottomCode aliases
|
|
2432
2430
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2431
|
+
// SprayCan aliases
|
|
2432
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2433
2433
|
// SquareDashedTopSolid aliases
|
|
2434
2434
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2435
|
+
// SquareDashedBottom aliases
|
|
2436
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2437
2437
|
// SquareRadical aliases
|
|
2438
2438
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2439
|
-
// SquareRoundCorner aliases
|
|
2440
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2441
2439
|
// SquareSquare aliases
|
|
2442
2440
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2441
|
+
// SquarePause aliases
|
|
2442
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2443
|
+
// SquareRoundCorner aliases
|
|
2444
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2443
2445
|
// SquareStack aliases
|
|
2444
2446
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2445
|
-
// SquareStar aliases
|
|
2446
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2447
2447
|
// SquareStop aliases
|
|
2448
2448
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2449
|
+
// SquareStar aliases
|
|
2450
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2449
2451
|
// Square aliases
|
|
2450
2452
|
export { default as SquareIcon } from '../icons/square';
|
|
2451
2453
|
// SquaresExclude aliases
|
|
@@ -2468,10 +2470,10 @@ export { default as StampIcon } from '../icons/stamp';
|
|
|
2468
2470
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2469
2471
|
// StarOff aliases
|
|
2470
2472
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2471
|
-
// Star aliases
|
|
2472
|
-
export { default as StarIcon } from '../icons/star';
|
|
2473
2473
|
// StepForward aliases
|
|
2474
2474
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2475
|
+
// Star aliases
|
|
2476
|
+
export { default as StarIcon } from '../icons/star';
|
|
2475
2477
|
// StepBack aliases
|
|
2476
2478
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2477
2479
|
// Stethoscope aliases
|
|
@@ -2496,10 +2498,10 @@ export { default as SubscriptIcon } from '../icons/subscript';
|
|
|
2496
2498
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2497
2499
|
// SunMedium aliases
|
|
2498
2500
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2499
|
-
// SunMoon aliases
|
|
2500
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2501
2501
|
// SunSnow aliases
|
|
2502
2502
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2503
|
+
// SunMoon aliases
|
|
2504
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2503
2505
|
// Sunrise aliases
|
|
2504
2506
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2505
2507
|
// Sun aliases
|
|
@@ -2510,22 +2512,22 @@ export { default as SunsetIcon } from '../icons/sunset';
|
|
|
2510
2512
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2511
2513
|
// SwatchBook aliases
|
|
2512
2514
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2515
|
+
// SwitchCamera aliases
|
|
2516
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2513
2517
|
// SwissFranc aliases
|
|
2514
2518
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2519
|
+
// Syringe aliases
|
|
2520
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2515
2521
|
// Sword aliases
|
|
2516
2522
|
export { default as SwordIcon } from '../icons/sword';
|
|
2517
|
-
// SwitchCamera aliases
|
|
2518
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2519
2523
|
// Swords aliases
|
|
2520
2524
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2521
|
-
// Syringe aliases
|
|
2522
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2523
2525
|
// Table2 aliases
|
|
2524
2526
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2525
|
-
// TableCellsMerge aliases
|
|
2526
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2527
2527
|
// TableCellsSplit aliases
|
|
2528
2528
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2529
|
+
// TableCellsMerge aliases
|
|
2530
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2529
2531
|
// TableColumnsSplit aliases
|
|
2530
2532
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2531
2533
|
// TableOfContents aliases
|
|
@@ -2534,30 +2536,30 @@ export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
|
2534
2536
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2535
2537
|
// TableRowsSplit aliases
|
|
2536
2538
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2537
|
-
// TabletSmartphone aliases
|
|
2538
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2539
2539
|
// Table aliases
|
|
2540
2540
|
export { default as TableIcon } from '../icons/table';
|
|
2541
|
+
// TabletSmartphone aliases
|
|
2542
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2541
2543
|
// Tablet aliases
|
|
2542
2544
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2543
2545
|
// Tablets aliases
|
|
2544
2546
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2547
|
+
// Tally1 aliases
|
|
2548
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2545
2549
|
// Tag aliases
|
|
2546
2550
|
export { default as TagIcon } from '../icons/tag';
|
|
2547
2551
|
// Tags aliases
|
|
2548
2552
|
export { default as TagsIcon } from '../icons/tags';
|
|
2549
|
-
// Tally1 aliases
|
|
2550
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2551
2553
|
// Tally2 aliases
|
|
2552
2554
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2553
|
-
// Tally4 aliases
|
|
2554
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2555
2555
|
// Tally3 aliases
|
|
2556
2556
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2557
|
-
//
|
|
2558
|
-
export { default as
|
|
2557
|
+
// Tally4 aliases
|
|
2558
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2559
2559
|
// Tangent aliases
|
|
2560
2560
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2561
|
+
// Tally5 aliases
|
|
2562
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2561
2563
|
// Target aliases
|
|
2562
2564
|
export { default as TargetIcon } from '../icons/target';
|
|
2563
2565
|
// Telescope aliases
|
|
@@ -2572,10 +2574,10 @@ export { default as TerminalIcon } from '../icons/terminal';
|
|
|
2572
2574
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2573
2575
|
// TestTubes aliases
|
|
2574
2576
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2575
|
-
// TextCursorInput aliases
|
|
2576
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2577
2577
|
// TextCursor aliases
|
|
2578
2578
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2579
|
+
// TextCursorInput aliases
|
|
2580
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2579
2581
|
// TextSearch aliases
|
|
2580
2582
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2581
2583
|
// TextQuote aliases
|
|
@@ -2586,16 +2588,16 @@ export { default as TheaterIcon } from '../icons/theater';
|
|
|
2586
2588
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2587
2589
|
// ThermometerSun aliases
|
|
2588
2590
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2589
|
-
// ThumbsDown aliases
|
|
2590
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2591
2591
|
// Thermometer aliases
|
|
2592
2592
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2593
|
+
// ThumbsDown aliases
|
|
2594
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2595
|
+
// ThumbsUp aliases
|
|
2596
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2593
2597
|
// TicketCheck aliases
|
|
2594
2598
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2595
2599
|
// TicketMinus aliases
|
|
2596
2600
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2597
|
-
// ThumbsUp aliases
|
|
2598
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2599
2601
|
// TicketPercent aliases
|
|
2600
2602
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2601
2603
|
// TicketPlus aliases
|
|
@@ -2610,38 +2612,38 @@ export { default as TicketIcon } from '../icons/ticket';
|
|
|
2610
2612
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2611
2613
|
// Tickets aliases
|
|
2612
2614
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2613
|
-
// TimerOff aliases
|
|
2614
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2615
2615
|
// TimerReset aliases
|
|
2616
2616
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2617
2617
|
// Timer aliases
|
|
2618
2618
|
export { default as TimerIcon } from '../icons/timer';
|
|
2619
|
+
// TimerOff aliases
|
|
2620
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2619
2621
|
// ToggleLeft aliases
|
|
2620
2622
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2621
|
-
// Toilet aliases
|
|
2622
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2623
2623
|
// ToggleRight aliases
|
|
2624
2624
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2625
2625
|
// ToolCase aliases
|
|
2626
2626
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2627
|
+
// Toilet aliases
|
|
2628
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2627
2629
|
// Toolbox aliases
|
|
2628
2630
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2629
|
-
// Torus aliases
|
|
2630
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2631
|
-
// TouchpadOff aliases
|
|
2632
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2633
2631
|
// Tornado aliases
|
|
2634
2632
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2633
|
+
// TouchpadOff aliases
|
|
2634
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2635
|
+
// Torus aliases
|
|
2636
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2635
2637
|
// Touchpad aliases
|
|
2636
2638
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2637
2639
|
// TowelRack aliases
|
|
2638
2640
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2639
2641
|
// TowerControl aliases
|
|
2640
2642
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2641
|
-
// ToyBrick aliases
|
|
2642
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2643
2643
|
// Tractor aliases
|
|
2644
2644
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2645
|
+
// ToyBrick aliases
|
|
2646
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2645
2647
|
// TrafficCone aliases
|
|
2646
2648
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2647
2649
|
// TrainFrontTunnel aliases
|
|
@@ -2650,18 +2652,18 @@ export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
|
2650
2652
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2651
2653
|
// TrainTrack aliases
|
|
2652
2654
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2655
|
+
// Trash2 aliases
|
|
2656
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2653
2657
|
// Transgender aliases
|
|
2654
2658
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2655
2659
|
// Trash aliases
|
|
2656
2660
|
export { default as TrashIcon } from '../icons/trash';
|
|
2657
|
-
// Trash2 aliases
|
|
2658
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2659
2661
|
// TreeDeciduous aliases
|
|
2660
2662
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2661
|
-
// TreePine aliases
|
|
2662
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2663
2663
|
// Trees aliases
|
|
2664
2664
|
export { default as TreesIcon } from '../icons/trees';
|
|
2665
|
+
// TreePine aliases
|
|
2666
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2665
2667
|
// Trello aliases
|
|
2666
2668
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2667
2669
|
// TrendingDown aliases
|
|
@@ -2698,10 +2700,10 @@ export { default as TwitchIcon } from '../icons/twitch';
|
|
|
2698
2700
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2699
2701
|
// TypeOutline aliases
|
|
2700
2702
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2701
|
-
// Type aliases
|
|
2702
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2703
2703
|
// UmbrellaOff aliases
|
|
2704
2704
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2705
|
+
// Type aliases
|
|
2706
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2705
2707
|
// Umbrella aliases
|
|
2706
2708
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2707
2709
|
// Underline aliases
|
|
@@ -2710,30 +2712,30 @@ export { default as UnderlineIcon } from '../icons/underline';
|
|
|
2710
2712
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2711
2713
|
// UndoDot aliases
|
|
2712
2714
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2713
|
-
// Undo aliases
|
|
2714
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2715
2715
|
// UnfoldHorizontal aliases
|
|
2716
2716
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2717
|
+
// Undo aliases
|
|
2718
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2717
2719
|
// UnfoldVertical aliases
|
|
2718
2720
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2719
|
-
// Ungroup aliases
|
|
2720
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2721
|
-
// Unplug aliases
|
|
2722
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2723
2721
|
// Unlink2 aliases
|
|
2724
2722
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2723
|
+
// Ungroup aliases
|
|
2724
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2725
2725
|
// Unlink aliases
|
|
2726
2726
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2727
|
+
// Unplug aliases
|
|
2728
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2727
2729
|
// Upload aliases
|
|
2728
2730
|
export { default as UploadIcon } from '../icons/upload';
|
|
2729
2731
|
// Usb aliases
|
|
2730
2732
|
export { default as UsbIcon } from '../icons/usb';
|
|
2731
2733
|
// UserCheck aliases
|
|
2732
2734
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2733
|
-
// UserKey aliases
|
|
2734
|
-
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2735
2735
|
// UserCog aliases
|
|
2736
2736
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2737
|
+
// UserKey aliases
|
|
2738
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2737
2739
|
// UserLock aliases
|
|
2738
2740
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2739
2741
|
// UserMinus aliases
|
|
@@ -2742,20 +2744,20 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2742
2744
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2743
2745
|
// UserPlus aliases
|
|
2744
2746
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2745
|
-
// UserRoundKey aliases
|
|
2746
|
-
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2747
2747
|
// UserRoundPen aliases
|
|
2748
2748
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2749
|
+
// UserRoundKey aliases
|
|
2750
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2749
2751
|
// UserRoundSearch aliases
|
|
2750
2752
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2751
2753
|
// UserSearch aliases
|
|
2752
2754
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2753
2755
|
// UserStar aliases
|
|
2754
2756
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2755
|
-
// User aliases
|
|
2756
|
-
export { default as UserIcon } from '../icons/user';
|
|
2757
2757
|
// UserX aliases
|
|
2758
2758
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2759
|
+
// User aliases
|
|
2760
|
+
export { default as UserIcon } from '../icons/user';
|
|
2759
2761
|
// Users aliases
|
|
2760
2762
|
export { default as UsersIcon } from '../icons/users';
|
|
2761
2763
|
// UtilityPole aliases
|
|
@@ -2778,70 +2780,70 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2778
2780
|
export { default as VenusIcon } from '../icons/venus';
|
|
2779
2781
|
// VibrateOff aliases
|
|
2780
2782
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2781
|
-
// Vibrate aliases
|
|
2782
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2783
2783
|
// VideoOff aliases
|
|
2784
2784
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2785
|
-
//
|
|
2786
|
-
export { default as
|
|
2785
|
+
// Vibrate aliases
|
|
2786
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2787
2787
|
// Video aliases
|
|
2788
2788
|
export { default as VideoIcon } from '../icons/video';
|
|
2789
2789
|
// View aliases
|
|
2790
2790
|
export { default as ViewIcon } from '../icons/view';
|
|
2791
|
+
// Videotape aliases
|
|
2792
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2791
2793
|
// Voicemail aliases
|
|
2792
2794
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2793
2795
|
// Volleyball aliases
|
|
2794
2796
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2795
2797
|
// Volume1 aliases
|
|
2796
2798
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2797
|
-
// VolumeOff aliases
|
|
2798
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2799
2799
|
// Volume2 aliases
|
|
2800
2800
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2801
|
+
// VolumeOff aliases
|
|
2802
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2801
2803
|
// VolumeX aliases
|
|
2802
2804
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2803
2805
|
// Volume aliases
|
|
2804
2806
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2805
2807
|
// Vote aliases
|
|
2806
2808
|
export { default as VoteIcon } from '../icons/vote';
|
|
2807
|
-
// Wallet aliases
|
|
2808
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2809
2809
|
// WalletCards aliases
|
|
2810
2810
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2811
|
+
// Wallet aliases
|
|
2812
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2811
2813
|
// Wallpaper aliases
|
|
2812
2814
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2813
2815
|
// Wand aliases
|
|
2814
2816
|
export { default as WandIcon } from '../icons/wand';
|
|
2815
|
-
// Warehouse aliases
|
|
2816
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2817
2817
|
// WashingMachine aliases
|
|
2818
2818
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2819
2819
|
// Watch aliases
|
|
2820
2820
|
export { default as WatchIcon } from '../icons/watch';
|
|
2821
|
+
// Warehouse aliases
|
|
2822
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2821
2823
|
// WavesArrowDown aliases
|
|
2822
2824
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2823
2825
|
// WavesArrowUp aliases
|
|
2824
2826
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2825
2827
|
// WavesLadder aliases
|
|
2826
2828
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2827
|
-
// Waypoints aliases
|
|
2828
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2829
2829
|
// Waves aliases
|
|
2830
2830
|
export { default as WavesIcon } from '../icons/waves';
|
|
2831
|
+
// Waypoints aliases
|
|
2832
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2831
2833
|
// Webcam aliases
|
|
2832
2834
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2833
2835
|
// WebhookOff aliases
|
|
2834
2836
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2835
|
-
// Webhook aliases
|
|
2836
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2837
2837
|
// WeightTilde aliases
|
|
2838
2838
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2839
|
+
// Webhook aliases
|
|
2840
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2839
2841
|
// Weight aliases
|
|
2840
2842
|
export { default as WeightIcon } from '../icons/weight';
|
|
2841
|
-
// Wheat aliases
|
|
2842
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2843
2843
|
// WheatOff aliases
|
|
2844
2844
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2845
|
+
// Wheat aliases
|
|
2846
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2845
2847
|
// WholeWord aliases
|
|
2846
2848
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2847
2849
|
// WifiCog aliases
|
|
@@ -2852,40 +2854,42 @@ export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
|
2852
2854
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2853
2855
|
// WifiOff aliases
|
|
2854
2856
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2855
|
-
// WifiPen aliases
|
|
2856
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2857
2857
|
// WifiSync aliases
|
|
2858
2858
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2859
|
+
// WifiPen aliases
|
|
2860
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2859
2861
|
// WifiZero aliases
|
|
2860
2862
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2861
|
-
// WindArrowDown aliases
|
|
2862
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2863
2863
|
// Wifi aliases
|
|
2864
2864
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2865
|
+
// WindArrowDown aliases
|
|
2866
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2865
2867
|
// Wind aliases
|
|
2866
2868
|
export { default as WindIcon } from '../icons/wind';
|
|
2867
2869
|
// WineOff aliases
|
|
2868
2870
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2869
2871
|
// Wine aliases
|
|
2870
2872
|
export { default as WineIcon } from '../icons/wine';
|
|
2873
|
+
// Workflow aliases
|
|
2874
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2871
2875
|
// Worm aliases
|
|
2872
2876
|
export { default as WormIcon } from '../icons/worm';
|
|
2873
2877
|
// Wrench aliases
|
|
2874
2878
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2875
|
-
//
|
|
2876
|
-
export { default as
|
|
2879
|
+
// XLineTop aliases
|
|
2880
|
+
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2877
2881
|
// X aliases
|
|
2878
2882
|
export { default as XIcon } from '../icons/x';
|
|
2879
|
-
// Youtube aliases
|
|
2880
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2881
2883
|
// ZapOff aliases
|
|
2882
2884
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2885
|
+
// Youtube aliases
|
|
2886
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2883
2887
|
// Zap aliases
|
|
2884
2888
|
export { default as ZapIcon } from '../icons/zap';
|
|
2885
|
-
// ZoomOut aliases
|
|
2886
|
-
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2887
2889
|
// ZoomIn aliases
|
|
2888
2890
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2891
|
+
// ZoomOut aliases
|
|
2892
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2889
2893
|
// ArrowDown01 aliases
|
|
2890
2894
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2891
2895
|
// ArrowDown10 aliases
|
|
@@ -2936,18 +2940,18 @@ export {
|
|
|
2936
2940
|
/** @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 */
|
|
2937
2941
|
default as ArrowUpAzIcon
|
|
2938
2942
|
} from '../icons/arrow-up-a-z';
|
|
2939
|
-
// ArrowUpZA aliases
|
|
2940
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2941
|
-
export {
|
|
2942
|
-
/** @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 */
|
|
2943
|
-
default as ArrowUpZaIcon
|
|
2944
|
-
} from '../icons/arrow-up-z-a';
|
|
2945
2943
|
// ArrowUpNarrowWide aliases
|
|
2946
2944
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2947
2945
|
export {
|
|
2948
2946
|
/** @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 */
|
|
2949
2947
|
default as SortAscIcon
|
|
2950
2948
|
} from '../icons/arrow-up-narrow-wide';
|
|
2949
|
+
// ArrowUpZA aliases
|
|
2950
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2951
|
+
export {
|
|
2952
|
+
/** @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 */
|
|
2953
|
+
default as ArrowUpZaIcon
|
|
2954
|
+
} from '../icons/arrow-up-z-a';
|
|
2951
2955
|
// Axis3d aliases
|
|
2952
2956
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2953
2957
|
export {
|
|
@@ -2984,18 +2988,18 @@ export {
|
|
|
2984
2988
|
/** @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 */
|
|
2985
2989
|
default as BookTemplateIcon
|
|
2986
2990
|
} from '../icons/book-dashed';
|
|
2987
|
-
// Captions aliases
|
|
2988
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2989
|
-
export {
|
|
2990
|
-
/** @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 */
|
|
2991
|
-
default as SubtitlesIcon
|
|
2992
|
-
} from '../icons/captions';
|
|
2993
2991
|
// Braces aliases
|
|
2994
2992
|
export { default as BracesIcon } from '../icons/braces';
|
|
2995
2993
|
export {
|
|
2996
2994
|
/** @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 */
|
|
2997
2995
|
default as CurlyBracesIcon
|
|
2998
2996
|
} from '../icons/braces';
|
|
2997
|
+
// Captions aliases
|
|
2998
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2999
|
+
export {
|
|
3000
|
+
/** @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 */
|
|
3001
|
+
default as SubtitlesIcon
|
|
3002
|
+
} from '../icons/captions';
|
|
2999
3003
|
// ChartArea aliases
|
|
3000
3004
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3001
3005
|
export {
|
|
@@ -3050,12 +3054,6 @@ export {
|
|
|
3050
3054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3051
3055
|
default as BarChartIcon
|
|
3052
3056
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3053
|
-
// ChartNoAxesGantt aliases
|
|
3054
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3055
|
-
export {
|
|
3056
|
-
/** @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 */
|
|
3057
|
-
default as GanttChartIcon
|
|
3058
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3059
3057
|
// ChartNoAxesColumn aliases
|
|
3060
3058
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3061
3059
|
export {
|
|
@@ -3068,6 +3066,12 @@ export {
|
|
|
3068
3066
|
/** @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 */
|
|
3069
3067
|
default as PieChartIcon
|
|
3070
3068
|
} from '../icons/chart-pie';
|
|
3069
|
+
// ChartNoAxesGantt aliases
|
|
3070
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3071
|
+
export {
|
|
3072
|
+
/** @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 */
|
|
3073
|
+
default as GanttChartIcon
|
|
3074
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3071
3075
|
// ChartScatter aliases
|
|
3072
3076
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3073
3077
|
export {
|
|
@@ -3080,78 +3084,72 @@ export {
|
|
|
3080
3084
|
/** @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 */
|
|
3081
3085
|
default as ChromeIcon
|
|
3082
3086
|
} from '../icons/chromium';
|
|
3083
|
-
// CircleAlert aliases
|
|
3084
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3085
|
-
export {
|
|
3086
|
-
/** @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 */
|
|
3087
|
-
default as AlertCircleIcon
|
|
3088
|
-
} from '../icons/circle-alert';
|
|
3089
3087
|
// CircleArrowDown aliases
|
|
3090
3088
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3091
3089
|
export {
|
|
3092
3090
|
/** @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 */
|
|
3093
3091
|
default as ArrowDownCircleIcon
|
|
3094
3092
|
} from '../icons/circle-arrow-down';
|
|
3093
|
+
// CircleAlert aliases
|
|
3094
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3095
|
+
export {
|
|
3096
|
+
/** @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 */
|
|
3097
|
+
default as AlertCircleIcon
|
|
3098
|
+
} from '../icons/circle-alert';
|
|
3095
3099
|
// CircleArrowLeft aliases
|
|
3096
3100
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3097
3101
|
export {
|
|
3098
3102
|
/** @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 */
|
|
3099
3103
|
default as ArrowLeftCircleIcon
|
|
3100
3104
|
} from '../icons/circle-arrow-left';
|
|
3101
|
-
// CircleArrowOutDownLeft aliases
|
|
3102
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3103
|
-
export {
|
|
3104
|
-
/** @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 */
|
|
3105
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3106
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3107
3105
|
// CircleArrowOutDownRight aliases
|
|
3108
3106
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3109
3107
|
export {
|
|
3110
3108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3111
3109
|
default as ArrowDownRightFromCircleIcon
|
|
3112
3110
|
} from '../icons/circle-arrow-out-down-right';
|
|
3113
|
-
//
|
|
3114
|
-
export { default as
|
|
3111
|
+
// CircleArrowOutDownLeft aliases
|
|
3112
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3115
3113
|
export {
|
|
3116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3117
|
-
default as
|
|
3118
|
-
} from '../icons/circle-arrow-out-
|
|
3114
|
+
/** @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 */
|
|
3115
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3116
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3119
3117
|
// CircleArrowOutUpRight aliases
|
|
3120
3118
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3121
3119
|
export {
|
|
3122
3120
|
/** @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 */
|
|
3123
3121
|
default as ArrowUpRightFromCircleIcon
|
|
3124
3122
|
} from '../icons/circle-arrow-out-up-right';
|
|
3123
|
+
// CircleArrowOutUpLeft aliases
|
|
3124
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3125
|
+
export {
|
|
3126
|
+
/** @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 */
|
|
3127
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3128
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3125
3129
|
// CircleArrowRight aliases
|
|
3126
3130
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3127
3131
|
export {
|
|
3128
3132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3129
3133
|
default as ArrowRightCircleIcon
|
|
3130
3134
|
} from '../icons/circle-arrow-right';
|
|
3131
|
-
// CircleCheckBig aliases
|
|
3132
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3133
|
-
export {
|
|
3134
|
-
/** @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 */
|
|
3135
|
-
default as CheckCircleIcon
|
|
3136
|
-
} from '../icons/circle-check-big';
|
|
3137
3135
|
// CircleArrowUp aliases
|
|
3138
3136
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3139
3137
|
export {
|
|
3140
3138
|
/** @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 */
|
|
3141
3139
|
default as ArrowUpCircleIcon
|
|
3142
3140
|
} from '../icons/circle-arrow-up';
|
|
3141
|
+
// CircleCheckBig aliases
|
|
3142
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3143
|
+
export {
|
|
3144
|
+
/** @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 */
|
|
3145
|
+
default as CheckCircleIcon
|
|
3146
|
+
} from '../icons/circle-check-big';
|
|
3143
3147
|
// CircleCheck aliases
|
|
3144
3148
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3145
3149
|
export {
|
|
3146
3150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3147
3151
|
default as CheckCircle2Icon
|
|
3148
3152
|
} from '../icons/circle-check';
|
|
3149
|
-
// CircleChevronLeft aliases
|
|
3150
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3151
|
-
export {
|
|
3152
|
-
/** @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 */
|
|
3153
|
-
default as ChevronLeftCircleIcon
|
|
3154
|
-
} from '../icons/circle-chevron-left';
|
|
3155
3153
|
// CircleChevronDown aliases
|
|
3156
3154
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3157
3155
|
export {
|
|
@@ -3164,18 +3162,18 @@ export {
|
|
|
3164
3162
|
/** @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 */
|
|
3165
3163
|
default as ChevronRightCircleIcon
|
|
3166
3164
|
} from '../icons/circle-chevron-right';
|
|
3165
|
+
// CircleChevronLeft aliases
|
|
3166
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3167
|
+
export {
|
|
3168
|
+
/** @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 */
|
|
3169
|
+
default as ChevronLeftCircleIcon
|
|
3170
|
+
} from '../icons/circle-chevron-left';
|
|
3167
3171
|
// CircleChevronUp aliases
|
|
3168
3172
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3169
3173
|
export {
|
|
3170
3174
|
/** @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 */
|
|
3171
3175
|
default as ChevronUpCircleIcon
|
|
3172
3176
|
} from '../icons/circle-chevron-up';
|
|
3173
|
-
// CircleGauge aliases
|
|
3174
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3175
|
-
export {
|
|
3176
|
-
/** @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 */
|
|
3177
|
-
default as GaugeCircleIcon
|
|
3178
|
-
} from '../icons/circle-gauge';
|
|
3179
3177
|
// CircleDivide aliases
|
|
3180
3178
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3181
3179
|
export {
|
|
@@ -3188,36 +3186,42 @@ export {
|
|
|
3188
3186
|
/** @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 */
|
|
3189
3187
|
default as MinusCircleIcon
|
|
3190
3188
|
} from '../icons/circle-minus';
|
|
3189
|
+
// CircleGauge aliases
|
|
3190
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3191
|
+
export {
|
|
3192
|
+
/** @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 */
|
|
3193
|
+
default as GaugeCircleIcon
|
|
3194
|
+
} from '../icons/circle-gauge';
|
|
3191
3195
|
// CircleParkingOff aliases
|
|
3192
3196
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3193
3197
|
export {
|
|
3194
3198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3195
3199
|
default as ParkingCircleOffIcon
|
|
3196
3200
|
} from '../icons/circle-parking-off';
|
|
3197
|
-
// CirclePause aliases
|
|
3198
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @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 */
|
|
3201
|
-
default as PauseCircleIcon
|
|
3202
|
-
} from '../icons/circle-pause';
|
|
3203
3201
|
// CircleParking aliases
|
|
3204
3202
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3205
3203
|
export {
|
|
3206
3204
|
/** @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 */
|
|
3207
3205
|
default as ParkingCircleIcon
|
|
3208
3206
|
} from '../icons/circle-parking';
|
|
3209
|
-
//
|
|
3210
|
-
export { default as
|
|
3207
|
+
// CirclePause aliases
|
|
3208
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3211
3209
|
export {
|
|
3212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3213
|
-
default as
|
|
3214
|
-
} from '../icons/circle-
|
|
3210
|
+
/** @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 */
|
|
3211
|
+
default as PauseCircleIcon
|
|
3212
|
+
} from '../icons/circle-pause';
|
|
3215
3213
|
// CirclePercent aliases
|
|
3216
3214
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3217
3215
|
export {
|
|
3218
3216
|
/** @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 */
|
|
3219
3217
|
default as PercentCircleIcon
|
|
3220
3218
|
} from '../icons/circle-percent';
|
|
3219
|
+
// CirclePlay aliases
|
|
3220
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3221
|
+
export {
|
|
3222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3223
|
+
default as PlayCircleIcon
|
|
3224
|
+
} from '../icons/circle-play';
|
|
3221
3225
|
// CirclePlus aliases
|
|
3222
3226
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3223
3227
|
export {
|
|
@@ -3240,36 +3244,36 @@ export {
|
|
|
3240
3244
|
/** @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 */
|
|
3241
3245
|
default as CircleHelpIcon
|
|
3242
3246
|
} from '../icons/circle-question-mark';
|
|
3243
|
-
// CircleStop aliases
|
|
3244
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3245
|
-
export {
|
|
3246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3247
|
-
default as StopCircleIcon
|
|
3248
|
-
} from '../icons/circle-stop';
|
|
3249
3247
|
// CircleSlash2 aliases
|
|
3250
3248
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3251
3249
|
export {
|
|
3252
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3253
3251
|
default as CircleSlashedIcon
|
|
3254
3252
|
} from '../icons/circle-slash-2';
|
|
3253
|
+
// CircleStop aliases
|
|
3254
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3257
|
+
default as StopCircleIcon
|
|
3258
|
+
} from '../icons/circle-stop';
|
|
3255
3259
|
// CircleUserRound aliases
|
|
3256
3260
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3257
3261
|
export {
|
|
3258
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3259
3263
|
default as UserCircle2Icon
|
|
3260
3264
|
} from '../icons/circle-user-round';
|
|
3261
|
-
// CircleUser aliases
|
|
3262
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3263
|
-
export {
|
|
3264
|
-
/** @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 */
|
|
3265
|
-
default as UserCircleIcon
|
|
3266
|
-
} from '../icons/circle-user';
|
|
3267
3265
|
// CircleX aliases
|
|
3268
3266
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3269
3267
|
export {
|
|
3270
3268
|
/** @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 */
|
|
3271
3269
|
default as XCircleIcon
|
|
3272
3270
|
} from '../icons/circle-x';
|
|
3271
|
+
// CircleUser aliases
|
|
3272
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3273
|
+
export {
|
|
3274
|
+
/** @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 */
|
|
3275
|
+
default as UserCircleIcon
|
|
3276
|
+
} from '../icons/circle-user';
|
|
3273
3277
|
// ClipboardPenLine aliases
|
|
3274
3278
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3275
3279
|
export {
|
|
@@ -3282,6 +3286,12 @@ export {
|
|
|
3282
3286
|
/** @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 */
|
|
3283
3287
|
default as ClipboardEditIcon
|
|
3284
3288
|
} from '../icons/clipboard-pen';
|
|
3289
|
+
// CloudUpload aliases
|
|
3290
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @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 */
|
|
3293
|
+
default as UploadCloudIcon
|
|
3294
|
+
} from '../icons/cloud-upload';
|
|
3285
3295
|
// CloudDownload aliases
|
|
3286
3296
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3287
3297
|
export {
|
|
@@ -3300,12 +3310,6 @@ export {
|
|
|
3300
3310
|
/** @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 */
|
|
3301
3311
|
default as ColumnsIcon
|
|
3302
3312
|
} from '../icons/columns-2';
|
|
3303
|
-
// CloudUpload aliases
|
|
3304
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3305
|
-
export {
|
|
3306
|
-
/** @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 */
|
|
3307
|
-
default as UploadCloudIcon
|
|
3308
|
-
} from '../icons/cloud-upload';
|
|
3309
3313
|
// Columns3Cog aliases
|
|
3310
3314
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3311
3315
|
export {
|
|
@@ -3316,54 +3320,54 @@ export {
|
|
|
3316
3320
|
/** @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 */
|
|
3317
3321
|
default as TableConfigIcon
|
|
3318
3322
|
} from '../icons/columns-3-cog';
|
|
3319
|
-
// Columns3 aliases
|
|
3320
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3321
|
-
export {
|
|
3322
|
-
/** @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 */
|
|
3323
|
-
default as PanelsLeftRightIcon
|
|
3324
|
-
} from '../icons/columns-3';
|
|
3325
3323
|
// ContactRound aliases
|
|
3326
3324
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3327
3325
|
export {
|
|
3328
3326
|
/** @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 */
|
|
3329
3327
|
default as Contact2Icon
|
|
3330
3328
|
} from '../icons/contact-round';
|
|
3331
|
-
//
|
|
3332
|
-
export { default as
|
|
3329
|
+
// Columns3 aliases
|
|
3330
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3333
3331
|
export {
|
|
3334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3335
|
-
default as
|
|
3336
|
-
} from '../icons/
|
|
3332
|
+
/** @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 */
|
|
3333
|
+
default as PanelsLeftRightIcon
|
|
3334
|
+
} from '../icons/columns-3';
|
|
3337
3335
|
// Earth aliases
|
|
3338
3336
|
export { default as EarthIcon } from '../icons/earth';
|
|
3339
3337
|
export {
|
|
3340
3338
|
/** @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 */
|
|
3341
3339
|
default as Globe2Icon
|
|
3342
3340
|
} from '../icons/earth';
|
|
3343
|
-
//
|
|
3344
|
-
export { default as
|
|
3341
|
+
// DiamondPercent aliases
|
|
3342
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3345
3343
|
export {
|
|
3346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3347
|
-
default as
|
|
3348
|
-
} from '../icons/
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3345
|
+
default as PercentDiamondIcon
|
|
3346
|
+
} from '../icons/diamond-percent';
|
|
3349
3347
|
// Ellipsis aliases
|
|
3350
3348
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3351
3349
|
export {
|
|
3352
3350
|
/** @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 */
|
|
3353
3351
|
default as MoreHorizontalIcon
|
|
3354
3352
|
} from '../icons/ellipsis';
|
|
3355
|
-
//
|
|
3356
|
-
export { default as
|
|
3353
|
+
// EllipsisVertical aliases
|
|
3354
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3357
3355
|
export {
|
|
3358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3359
|
-
default as
|
|
3360
|
-
} from '../icons/
|
|
3356
|
+
/** @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 */
|
|
3357
|
+
default as MoreVerticalIcon
|
|
3358
|
+
} from '../icons/ellipsis-vertical';
|
|
3361
3359
|
// FileBadge aliases
|
|
3362
3360
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3363
3361
|
export {
|
|
3364
3362
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3365
3363
|
default as FileBadge2Icon
|
|
3366
3364
|
} from '../icons/file-badge';
|
|
3365
|
+
// FileAxis3d aliases
|
|
3366
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3367
|
+
export {
|
|
3368
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3369
|
+
default as FileAxis3DIcon
|
|
3370
|
+
} from '../icons/file-axis-3d';
|
|
3367
3371
|
// FileBraces aliases
|
|
3368
3372
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3369
3373
|
export {
|
|
@@ -3382,18 +3386,18 @@ export {
|
|
|
3382
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3383
3387
|
default as FileBarChartIcon
|
|
3384
3388
|
} from '../icons/file-chart-column-increasing';
|
|
3385
|
-
// FileChartLine aliases
|
|
3386
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3387
|
-
export {
|
|
3388
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3389
|
-
default as FileLineChartIcon
|
|
3390
|
-
} from '../icons/file-chart-line';
|
|
3391
3389
|
// FileChartColumn aliases
|
|
3392
3390
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3393
3391
|
export {
|
|
3394
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3395
3393
|
default as FileBarChart2Icon
|
|
3396
3394
|
} from '../icons/file-chart-column';
|
|
3395
|
+
// FileChartLine aliases
|
|
3396
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as FileLineChartIcon
|
|
3400
|
+
} from '../icons/file-chart-line';
|
|
3397
3401
|
// FileChartPie aliases
|
|
3398
3402
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3399
3403
|
export {
|
|
@@ -3482,48 +3486,42 @@ export {
|
|
|
3482
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3483
3487
|
default as FileQuestionIcon
|
|
3484
3488
|
} from '../icons/file-question-mark';
|
|
3485
|
-
// FileSearchCorner aliases
|
|
3486
|
-
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3487
|
-
export {
|
|
3488
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3489
|
-
default as FileSearch2Icon
|
|
3490
|
-
} from '../icons/file-search-corner';
|
|
3491
3489
|
// FileSignal aliases
|
|
3492
3490
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3493
3491
|
export {
|
|
3494
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3495
3493
|
default as FileVolume2Icon
|
|
3496
3494
|
} from '../icons/file-signal';
|
|
3495
|
+
// FileSearchCorner aliases
|
|
3496
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3497
|
+
export {
|
|
3498
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3499
|
+
default as FileSearch2Icon
|
|
3500
|
+
} from '../icons/file-search-corner';
|
|
3497
3501
|
// FileTypeCorner aliases
|
|
3498
3502
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3499
3503
|
export {
|
|
3500
3504
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3501
3505
|
default as FileType2Icon
|
|
3502
3506
|
} from '../icons/file-type-corner';
|
|
3503
|
-
//
|
|
3504
|
-
export { default as
|
|
3507
|
+
// FileXCorner aliases
|
|
3508
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3505
3509
|
export {
|
|
3506
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3507
|
-
default as
|
|
3508
|
-
} from '../icons/file-
|
|
3510
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3511
|
+
default as FileX2Icon
|
|
3512
|
+
} from '../icons/file-x-corner';
|
|
3509
3513
|
// FingerprintPattern aliases
|
|
3510
3514
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3511
3515
|
export {
|
|
3512
3516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3513
3517
|
default as FingerprintIcon
|
|
3514
3518
|
} from '../icons/fingerprint-pattern';
|
|
3515
|
-
//
|
|
3516
|
-
export { default as
|
|
3517
|
-
export {
|
|
3518
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3519
|
-
default as FileX2Icon
|
|
3520
|
-
} from '../icons/file-x-corner';
|
|
3521
|
-
// FolderPen aliases
|
|
3522
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3519
|
+
// FileVideoCamera aliases
|
|
3520
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3523
3521
|
export {
|
|
3524
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3525
|
-
default as
|
|
3526
|
-
} from '../icons/
|
|
3522
|
+
/** @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 */
|
|
3523
|
+
default as FileVideo2Icon
|
|
3524
|
+
} from '../icons/file-video-camera';
|
|
3527
3525
|
// FolderCog aliases
|
|
3528
3526
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3529
3527
|
export {
|
|
@@ -3536,18 +3534,24 @@ export {
|
|
|
3536
3534
|
/** @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 */
|
|
3537
3535
|
default as FilterXIcon
|
|
3538
3536
|
} from '../icons/funnel-x';
|
|
3539
|
-
//
|
|
3540
|
-
export { default as
|
|
3537
|
+
// FolderPen aliases
|
|
3538
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3541
3539
|
export {
|
|
3542
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3543
|
-
default as
|
|
3544
|
-
} from '../icons/
|
|
3540
|
+
/** @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 */
|
|
3541
|
+
default as FolderEditIcon
|
|
3542
|
+
} from '../icons/folder-pen';
|
|
3545
3543
|
// GitCommitHorizontal aliases
|
|
3546
3544
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3547
3545
|
export {
|
|
3548
3546
|
/** @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 */
|
|
3549
3547
|
default as GitCommitIcon
|
|
3550
3548
|
} from '../icons/git-commit-horizontal';
|
|
3549
|
+
// Funnel aliases
|
|
3550
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3551
|
+
export {
|
|
3552
|
+
/** @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 */
|
|
3553
|
+
default as FilterIcon
|
|
3554
|
+
} from '../icons/funnel';
|
|
3551
3555
|
// Grid2x2Check aliases
|
|
3552
3556
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3553
3557
|
export {
|
|
@@ -3560,12 +3564,24 @@ export {
|
|
|
3560
3564
|
/** @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 */
|
|
3561
3565
|
default as Grid2X2PlusIcon
|
|
3562
3566
|
} from '../icons/grid-2x2-plus';
|
|
3567
|
+
// Grid2x2 aliases
|
|
3568
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3569
|
+
export {
|
|
3570
|
+
/** @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 */
|
|
3571
|
+
default as Grid2X2Icon
|
|
3572
|
+
} from '../icons/grid-2x2';
|
|
3563
3573
|
// Grid2x2X aliases
|
|
3564
3574
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3565
3575
|
export {
|
|
3566
3576
|
/** @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 */
|
|
3567
3577
|
default as Grid2X2XIcon
|
|
3568
3578
|
} from '../icons/grid-2x2-x';
|
|
3579
|
+
// HandGrab aliases
|
|
3580
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3581
|
+
export {
|
|
3582
|
+
/** @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 */
|
|
3583
|
+
default as GrabIcon
|
|
3584
|
+
} from '../icons/hand-grab';
|
|
3569
3585
|
// Grid3x3 aliases
|
|
3570
3586
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3571
3587
|
export {
|
|
@@ -3576,30 +3592,18 @@ export {
|
|
|
3576
3592
|
/** @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 */
|
|
3577
3593
|
default as Grid3X3Icon
|
|
3578
3594
|
} from '../icons/grid-3x3';
|
|
3579
|
-
//
|
|
3580
|
-
export { default as
|
|
3581
|
-
export {
|
|
3582
|
-
/** @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 */
|
|
3583
|
-
default as Grid2X2Icon
|
|
3584
|
-
} from '../icons/grid-2x2';
|
|
3585
|
-
// HandGrab aliases
|
|
3586
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3595
|
+
// HandHelping aliases
|
|
3596
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3587
3597
|
export {
|
|
3588
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3589
|
-
default as
|
|
3590
|
-
} from '../icons/hand-
|
|
3598
|
+
/** @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 */
|
|
3599
|
+
default as HelpingHandIcon
|
|
3600
|
+
} from '../icons/hand-helping';
|
|
3591
3601
|
// House aliases
|
|
3592
3602
|
export { default as HouseIcon } from '../icons/house';
|
|
3593
3603
|
export {
|
|
3594
3604
|
/** @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 */
|
|
3595
3605
|
default as HomeIcon
|
|
3596
3606
|
} from '../icons/house';
|
|
3597
|
-
// HandHelping aliases
|
|
3598
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3599
|
-
export {
|
|
3600
|
-
/** @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 */
|
|
3601
|
-
default as HelpingHandIcon
|
|
3602
|
-
} from '../icons/hand-helping';
|
|
3603
3607
|
// IceCreamBowl aliases
|
|
3604
3608
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3605
3609
|
export {
|
|
@@ -3612,12 +3616,6 @@ export {
|
|
|
3612
3616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3613
3617
|
default as IceCreamIcon
|
|
3614
3618
|
} from '../icons/ice-cream-cone';
|
|
3615
|
-
// Layers aliases
|
|
3616
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3617
|
-
export {
|
|
3618
|
-
/** @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 */
|
|
3619
|
-
default as Layers3Icon
|
|
3620
|
-
} from '../icons/layers';
|
|
3621
3619
|
// LaptopMinimal aliases
|
|
3622
3620
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3623
3621
|
export {
|
|
@@ -3644,6 +3642,12 @@ export {
|
|
|
3644
3642
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3645
3643
|
default as IndentIncreaseIcon
|
|
3646
3644
|
} from '../icons/list-indent-increase';
|
|
3645
|
+
// Layers aliases
|
|
3646
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3647
|
+
export {
|
|
3648
|
+
/** @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 */
|
|
3649
|
+
default as Layers3Icon
|
|
3650
|
+
} from '../icons/layers';
|
|
3647
3651
|
// LoaderCircle aliases
|
|
3648
3652
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3649
3653
|
export {
|
|
@@ -3680,48 +3684,42 @@ export {
|
|
|
3680
3684
|
/** @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 */
|
|
3681
3685
|
default as MessageCircleQuestionIcon
|
|
3682
3686
|
} from '../icons/message-circle-question-mark';
|
|
3683
|
-
// Move3d aliases
|
|
3684
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3685
|
-
export {
|
|
3686
|
-
/** @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 */
|
|
3687
|
-
default as Move3DIcon
|
|
3688
|
-
} from '../icons/move-3d';
|
|
3689
3687
|
// MicVocal aliases
|
|
3690
3688
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3691
3689
|
export {
|
|
3692
3690
|
/** @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 */
|
|
3693
3691
|
default as Mic2Icon
|
|
3694
3692
|
} from '../icons/mic-vocal';
|
|
3695
|
-
//
|
|
3696
|
-
export { default as
|
|
3693
|
+
// Move3d aliases
|
|
3694
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3697
3695
|
export {
|
|
3698
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3699
|
-
default as
|
|
3700
|
-
} from '../icons/
|
|
3696
|
+
/** @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 */
|
|
3697
|
+
default as Move3DIcon
|
|
3698
|
+
} from '../icons/move-3d';
|
|
3701
3699
|
// OctagonPause aliases
|
|
3702
3700
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3703
3701
|
export {
|
|
3704
3702
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3705
3703
|
default as PauseOctagonIcon
|
|
3706
3704
|
} from '../icons/octagon-pause';
|
|
3707
|
-
//
|
|
3708
|
-
export { default as
|
|
3709
|
-
export {
|
|
3710
|
-
/** @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 */
|
|
3711
|
-
default as XOctagonIcon
|
|
3712
|
-
} from '../icons/octagon-x';
|
|
3713
|
-
// PaintbrushVertical aliases
|
|
3714
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3705
|
+
// OctagonAlert aliases
|
|
3706
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3715
3707
|
export {
|
|
3716
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3717
|
-
default as
|
|
3718
|
-
} from '../icons/
|
|
3708
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3709
|
+
default as AlertOctagonIcon
|
|
3710
|
+
} from '../icons/octagon-alert';
|
|
3719
3711
|
// PanelBottomDashed aliases
|
|
3720
3712
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3721
3713
|
export {
|
|
3722
3714
|
/** @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 */
|
|
3723
3715
|
default as PanelBottomInactiveIcon
|
|
3724
3716
|
} from '../icons/panel-bottom-dashed';
|
|
3717
|
+
// PaintbrushVertical aliases
|
|
3718
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3719
|
+
export {
|
|
3720
|
+
/** @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 */
|
|
3721
|
+
default as Paintbrush2Icon
|
|
3722
|
+
} from '../icons/paintbrush-vertical';
|
|
3725
3723
|
// PanelLeftClose aliases
|
|
3726
3724
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3727
3725
|
export {
|
|
@@ -3734,6 +3732,12 @@ export {
|
|
|
3734
3732
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3735
3733
|
default as PanelLeftInactiveIcon
|
|
3736
3734
|
} from '../icons/panel-left-dashed';
|
|
3735
|
+
// OctagonX aliases
|
|
3736
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3737
|
+
export {
|
|
3738
|
+
/** @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 */
|
|
3739
|
+
default as XOctagonIcon
|
|
3740
|
+
} from '../icons/octagon-x';
|
|
3737
3741
|
// PanelLeftOpen aliases
|
|
3738
3742
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3739
3743
|
export {
|
|
@@ -3744,20 +3748,20 @@ export {
|
|
|
3744
3748
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3745
3749
|
export {
|
|
3746
3750
|
/** @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 */
|
|
3747
|
-
default as SidebarIcon
|
|
3748
|
-
} from '../icons/panel-left';
|
|
3749
|
-
// PanelRightDashed aliases
|
|
3750
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3751
|
-
export {
|
|
3752
|
-
/** @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 */
|
|
3753
|
-
default as PanelRightInactiveIcon
|
|
3754
|
-
} from '../icons/panel-right-dashed';
|
|
3751
|
+
default as SidebarIcon
|
|
3752
|
+
} from '../icons/panel-left';
|
|
3755
3753
|
// PanelTopDashed aliases
|
|
3756
3754
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3757
3755
|
export {
|
|
3758
3756
|
/** @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 */
|
|
3759
3757
|
default as PanelTopInactiveIcon
|
|
3760
3758
|
} from '../icons/panel-top-dashed';
|
|
3759
|
+
// PanelRightDashed aliases
|
|
3760
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3761
|
+
export {
|
|
3762
|
+
/** @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 */
|
|
3763
|
+
default as PanelRightInactiveIcon
|
|
3764
|
+
} from '../icons/panel-right-dashed';
|
|
3761
3765
|
// PanelsTopLeft aliases
|
|
3762
3766
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3763
3767
|
export {
|
|
@@ -3782,12 +3786,6 @@ export {
|
|
|
3782
3786
|
/** @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 */
|
|
3783
3787
|
default as PlugZap2Icon
|
|
3784
3788
|
} from '../icons/plug-zap';
|
|
3785
|
-
// RectangleEllipsis aliases
|
|
3786
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3787
|
-
export {
|
|
3788
|
-
/** @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 */
|
|
3789
|
-
default as FormInputIcon
|
|
3790
|
-
} from '../icons/rectangle-ellipsis';
|
|
3791
3789
|
// Rotate3d aliases
|
|
3792
3790
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3793
3791
|
export {
|
|
@@ -3800,6 +3798,12 @@ export {
|
|
|
3800
3798
|
/** @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 */
|
|
3801
3799
|
default as RowsIcon
|
|
3802
3800
|
} from '../icons/rows-2';
|
|
3801
|
+
// RectangleEllipsis aliases
|
|
3802
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3803
|
+
export {
|
|
3804
|
+
/** @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 */
|
|
3805
|
+
default as FormInputIcon
|
|
3806
|
+
} from '../icons/rectangle-ellipsis';
|
|
3803
3807
|
// Rows3 aliases
|
|
3804
3808
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3805
3809
|
export {
|
|
@@ -3812,30 +3816,30 @@ export {
|
|
|
3812
3816
|
/** @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 */
|
|
3813
3817
|
default as Scale3DIcon
|
|
3814
3818
|
} from '../icons/scale-3d';
|
|
3815
|
-
// SendHorizontal aliases
|
|
3816
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3819
|
-
default as SendHorizonalIcon
|
|
3820
|
-
} from '../icons/send-horizontal';
|
|
3821
3819
|
// ShieldQuestionMark aliases
|
|
3822
3820
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3823
3821
|
export {
|
|
3824
3822
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3825
3823
|
default as ShieldQuestionIcon
|
|
3826
3824
|
} from '../icons/shield-question-mark';
|
|
3827
|
-
//
|
|
3828
|
-
export { default as
|
|
3825
|
+
// SendHorizontal aliases
|
|
3826
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3829
3827
|
export {
|
|
3830
|
-
/** @deprecated
|
|
3831
|
-
default as
|
|
3832
|
-
} from '../icons/
|
|
3828
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3829
|
+
default as SendHorizonalIcon
|
|
3830
|
+
} from '../icons/send-horizontal';
|
|
3833
3831
|
// ShieldX aliases
|
|
3834
3832
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3835
3833
|
export {
|
|
3836
3834
|
/** @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 */
|
|
3837
3835
|
default as ShieldCloseIcon
|
|
3838
3836
|
} from '../icons/shield-x';
|
|
3837
|
+
// SlidersVertical aliases
|
|
3838
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3839
|
+
export {
|
|
3840
|
+
/** @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 */
|
|
3841
|
+
default as SlidersIcon
|
|
3842
|
+
} from '../icons/sliders-vertical';
|
|
3839
3843
|
// Sparkles aliases
|
|
3840
3844
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3841
3845
|
export {
|
|
@@ -3848,48 +3852,48 @@ export {
|
|
|
3848
3852
|
/** @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 */
|
|
3849
3853
|
default as ActivitySquareIcon
|
|
3850
3854
|
} from '../icons/square-activity';
|
|
3851
|
-
// SquareArrowDownLeft aliases
|
|
3852
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3853
|
-
export {
|
|
3854
|
-
/** @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 */
|
|
3855
|
-
default as ArrowDownLeftSquareIcon
|
|
3856
|
-
} from '../icons/square-arrow-down-left';
|
|
3857
3855
|
// SquareArrowDownRight aliases
|
|
3858
3856
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3859
3857
|
export {
|
|
3860
3858
|
/** @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 */
|
|
3861
3859
|
default as ArrowDownRightSquareIcon
|
|
3862
3860
|
} from '../icons/square-arrow-down-right';
|
|
3863
|
-
//
|
|
3864
|
-
export { default as
|
|
3861
|
+
// SquareArrowDownLeft aliases
|
|
3862
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3865
3863
|
export {
|
|
3866
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3867
|
-
default as
|
|
3868
|
-
} from '../icons/square-arrow-left';
|
|
3864
|
+
/** @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 */
|
|
3865
|
+
default as ArrowDownLeftSquareIcon
|
|
3866
|
+
} from '../icons/square-arrow-down-left';
|
|
3869
3867
|
// SquareArrowDown aliases
|
|
3870
3868
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3871
3869
|
export {
|
|
3872
3870
|
/** @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 */
|
|
3873
3871
|
default as ArrowDownSquareIcon
|
|
3874
3872
|
} from '../icons/square-arrow-down';
|
|
3873
|
+
// SquareArrowLeft aliases
|
|
3874
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3875
|
+
export {
|
|
3876
|
+
/** @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 */
|
|
3877
|
+
default as ArrowLeftSquareIcon
|
|
3878
|
+
} from '../icons/square-arrow-left';
|
|
3875
3879
|
// SquareArrowOutDownLeft aliases
|
|
3876
3880
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3877
3881
|
export {
|
|
3878
3882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3879
3883
|
default as ArrowDownLeftFromSquareIcon
|
|
3880
3884
|
} from '../icons/square-arrow-out-down-left';
|
|
3881
|
-
// SquareArrowOutDownRight aliases
|
|
3882
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3883
|
-
export {
|
|
3884
|
-
/** @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 */
|
|
3885
|
-
default as ArrowDownRightFromSquareIcon
|
|
3886
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3887
3885
|
// SquareArrowOutUpLeft aliases
|
|
3888
3886
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3889
3887
|
export {
|
|
3890
3888
|
/** @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 */
|
|
3891
3889
|
default as ArrowUpLeftFromSquareIcon
|
|
3892
3890
|
} from '../icons/square-arrow-out-up-left';
|
|
3891
|
+
// SquareArrowOutDownRight aliases
|
|
3892
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3893
|
+
export {
|
|
3894
|
+
/** @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 */
|
|
3895
|
+
default as ArrowDownRightFromSquareIcon
|
|
3896
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3893
3897
|
// SquareArrowOutUpRight aliases
|
|
3894
3898
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3895
3899
|
export {
|
|
@@ -3920,18 +3924,18 @@ export {
|
|
|
3920
3924
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3921
3925
|
default as ArrowUpSquareIcon
|
|
3922
3926
|
} from '../icons/square-arrow-up';
|
|
3923
|
-
// SquareBottomDashedScissors aliases
|
|
3924
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3925
|
-
export {
|
|
3926
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3927
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3928
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3929
3927
|
// SquareAsterisk aliases
|
|
3930
3928
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3931
3929
|
export {
|
|
3932
3930
|
/** @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 */
|
|
3933
3931
|
default as AsteriskSquareIcon
|
|
3934
3932
|
} from '../icons/square-asterisk';
|
|
3933
|
+
// SquareBottomDashedScissors aliases
|
|
3934
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3935
|
+
export {
|
|
3936
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3937
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3938
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3935
3939
|
// SquareChartGantt aliases
|
|
3936
3940
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3937
3941
|
export {
|
|
@@ -3942,18 +3946,18 @@ export {
|
|
|
3942
3946
|
/** @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 */
|
|
3943
3947
|
default as SquareGanttChartIcon
|
|
3944
3948
|
} from '../icons/square-chart-gantt';
|
|
3945
|
-
// SquareCheckBig aliases
|
|
3946
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @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 */
|
|
3949
|
-
default as CheckSquareIcon
|
|
3950
|
-
} from '../icons/square-check-big';
|
|
3951
3949
|
// SquareCheck aliases
|
|
3952
3950
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3953
3951
|
export {
|
|
3954
3952
|
/** @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 */
|
|
3955
3953
|
default as CheckSquare2Icon
|
|
3956
3954
|
} from '../icons/square-check';
|
|
3955
|
+
// SquareCheckBig aliases
|
|
3956
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3957
|
+
export {
|
|
3958
|
+
/** @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 */
|
|
3959
|
+
default as CheckSquareIcon
|
|
3960
|
+
} from '../icons/square-check-big';
|
|
3957
3961
|
// SquareChevronDown aliases
|
|
3958
3962
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3959
3963
|
export {
|
|
@@ -3966,42 +3970,36 @@ export {
|
|
|
3966
3970
|
/** @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 */
|
|
3967
3971
|
default as ChevronLeftSquareIcon
|
|
3968
3972
|
} from '../icons/square-chevron-left';
|
|
3969
|
-
// SquareChevronRight aliases
|
|
3970
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3971
|
-
export {
|
|
3972
|
-
/** @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 */
|
|
3973
|
-
default as ChevronRightSquareIcon
|
|
3974
|
-
} from '../icons/square-chevron-right';
|
|
3975
3973
|
// SquareChevronUp aliases
|
|
3976
3974
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3977
3975
|
export {
|
|
3978
3976
|
/** @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 */
|
|
3979
3977
|
default as ChevronUpSquareIcon
|
|
3980
3978
|
} from '../icons/square-chevron-up';
|
|
3979
|
+
// SquareChevronRight aliases
|
|
3980
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3981
|
+
export {
|
|
3982
|
+
/** @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 */
|
|
3983
|
+
default as ChevronRightSquareIcon
|
|
3984
|
+
} from '../icons/square-chevron-right';
|
|
3981
3985
|
// SquareCode aliases
|
|
3982
3986
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3983
3987
|
export {
|
|
3984
3988
|
/** @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 */
|
|
3985
3989
|
default as CodeSquareIcon
|
|
3986
3990
|
} from '../icons/square-code';
|
|
3987
|
-
// SquareDashedKanban aliases
|
|
3988
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3989
|
-
export {
|
|
3990
|
-
/** @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 */
|
|
3991
|
-
default as KanbanSquareDashedIcon
|
|
3992
|
-
} from '../icons/square-dashed-kanban';
|
|
3993
3991
|
// SquareDashedMousePointer aliases
|
|
3994
3992
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3995
3993
|
export {
|
|
3996
3994
|
/** @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 */
|
|
3997
3995
|
default as MousePointerSquareDashedIcon
|
|
3998
3996
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3999
|
-
//
|
|
4000
|
-
export { default as
|
|
3997
|
+
// SquareDashedKanban aliases
|
|
3998
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4001
3999
|
export {
|
|
4002
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4003
|
-
default as
|
|
4004
|
-
} from '../icons/square-
|
|
4000
|
+
/** @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 */
|
|
4001
|
+
default as KanbanSquareDashedIcon
|
|
4002
|
+
} from '../icons/square-dashed-kanban';
|
|
4005
4003
|
// SquareDashed aliases
|
|
4006
4004
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4007
4005
|
export {
|
|
@@ -4014,6 +4012,18 @@ export {
|
|
|
4014
4012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4015
4013
|
default as DivideSquareIcon
|
|
4016
4014
|
} from '../icons/square-divide';
|
|
4015
|
+
// SquareDot aliases
|
|
4016
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4017
|
+
export {
|
|
4018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4019
|
+
default as DotSquareIcon
|
|
4020
|
+
} from '../icons/square-dot';
|
|
4021
|
+
// SquareFunction aliases
|
|
4022
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4023
|
+
export {
|
|
4024
|
+
/** @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 */
|
|
4025
|
+
default as FunctionSquareIcon
|
|
4026
|
+
} from '../icons/square-function';
|
|
4017
4027
|
// SquareEqual aliases
|
|
4018
4028
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4019
4029
|
export {
|
|
@@ -4026,48 +4036,42 @@ export {
|
|
|
4026
4036
|
/** @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 */
|
|
4027
4037
|
default as KanbanSquareIcon
|
|
4028
4038
|
} from '../icons/square-kanban';
|
|
4029
|
-
//
|
|
4030
|
-
export { default as
|
|
4039
|
+
// SquareLibrary aliases
|
|
4040
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4031
4041
|
export {
|
|
4032
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4033
|
-
default as
|
|
4034
|
-
} from '../icons/square-
|
|
4042
|
+
/** @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 */
|
|
4043
|
+
default as LibrarySquareIcon
|
|
4044
|
+
} from '../icons/square-library';
|
|
4035
4045
|
// SquareM aliases
|
|
4036
4046
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4037
4047
|
export {
|
|
4038
4048
|
/** @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 */
|
|
4039
4049
|
default as MSquareIcon
|
|
4040
4050
|
} from '../icons/square-m';
|
|
4041
|
-
//
|
|
4042
|
-
export { default as
|
|
4051
|
+
// SquareMenu aliases
|
|
4052
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4043
4053
|
export {
|
|
4044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4045
|
-
default as
|
|
4046
|
-
} from '../icons/square-
|
|
4054
|
+
/** @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 */
|
|
4055
|
+
default as MenuSquareIcon
|
|
4056
|
+
} from '../icons/square-menu';
|
|
4047
4057
|
// SquareMinus aliases
|
|
4048
4058
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4049
4059
|
export {
|
|
4050
4060
|
/** @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 */
|
|
4051
4061
|
default as MinusSquareIcon
|
|
4052
4062
|
} from '../icons/square-minus';
|
|
4053
|
-
//
|
|
4054
|
-
export { default as
|
|
4063
|
+
// SquareParkingOff aliases
|
|
4064
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4055
4065
|
export {
|
|
4056
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4057
|
-
default as
|
|
4058
|
-
} from '../icons/square-
|
|
4066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4067
|
+
default as ParkingSquareOffIcon
|
|
4068
|
+
} from '../icons/square-parking-off';
|
|
4059
4069
|
// SquareMousePointer aliases
|
|
4060
4070
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4061
4071
|
export {
|
|
4062
4072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4063
4073
|
default as InspectIcon
|
|
4064
4074
|
} from '../icons/square-mouse-pointer';
|
|
4065
|
-
// SquareParkingOff aliases
|
|
4066
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4067
|
-
export {
|
|
4068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4069
|
-
default as ParkingSquareOffIcon
|
|
4070
|
-
} from '../icons/square-parking-off';
|
|
4071
4075
|
// SquareParking aliases
|
|
4072
4076
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4073
4077
|
export {
|
|
@@ -4088,30 +4092,30 @@ export {
|
|
|
4088
4092
|
/** @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 */
|
|
4089
4093
|
default as PenSquareIcon
|
|
4090
4094
|
} from '../icons/square-pen';
|
|
4091
|
-
// SquarePercent aliases
|
|
4092
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4093
|
-
export {
|
|
4094
|
-
/** @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 */
|
|
4095
|
-
default as PercentSquareIcon
|
|
4096
|
-
} from '../icons/square-percent';
|
|
4097
4095
|
// SquarePi aliases
|
|
4098
4096
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4099
4097
|
export {
|
|
4100
4098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4101
4099
|
default as PiSquareIcon
|
|
4102
4100
|
} from '../icons/square-pi';
|
|
4103
|
-
//
|
|
4104
|
-
export { default as
|
|
4101
|
+
// SquarePercent aliases
|
|
4102
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4105
4103
|
export {
|
|
4106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4107
|
-
default as
|
|
4108
|
-
} from '../icons/square-
|
|
4104
|
+
/** @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 */
|
|
4105
|
+
default as PercentSquareIcon
|
|
4106
|
+
} from '../icons/square-percent';
|
|
4109
4107
|
// SquarePilcrow aliases
|
|
4110
4108
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4111
4109
|
export {
|
|
4112
4110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4113
4111
|
default as PilcrowSquareIcon
|
|
4114
4112
|
} from '../icons/square-pilcrow';
|
|
4113
|
+
// SquarePlay aliases
|
|
4114
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4115
|
+
export {
|
|
4116
|
+
/** @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 */
|
|
4117
|
+
default as PlaySquareIcon
|
|
4118
|
+
} from '../icons/square-play';
|
|
4115
4119
|
// SquarePlus aliases
|
|
4116
4120
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4117
4121
|
export {
|
|
@@ -4154,12 +4158,6 @@ export {
|
|
|
4154
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4155
4159
|
default as SplitSquareVerticalIcon
|
|
4156
4160
|
} from '../icons/square-split-vertical';
|
|
4157
|
-
// SquareUser aliases
|
|
4158
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4159
|
-
export {
|
|
4160
|
-
/** @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 */
|
|
4161
|
-
default as UserSquareIcon
|
|
4162
|
-
} from '../icons/square-user';
|
|
4163
4161
|
// SquareTerminal aliases
|
|
4164
4162
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4165
4163
|
export {
|
|
@@ -4172,6 +4170,12 @@ export {
|
|
|
4172
4170
|
/** @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 */
|
|
4173
4171
|
default as UserSquare2Icon
|
|
4174
4172
|
} from '../icons/square-user-round';
|
|
4173
|
+
// SquareUser aliases
|
|
4174
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4175
|
+
export {
|
|
4176
|
+
/** @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 */
|
|
4177
|
+
default as UserSquareIcon
|
|
4178
|
+
} from '../icons/square-user';
|
|
4175
4179
|
// SquareX aliases
|
|
4176
4180
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4177
4181
|
export {
|
|
@@ -4230,24 +4234,18 @@ export {
|
|
|
4230
4234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4231
4235
|
default as WrapTextIcon
|
|
4232
4236
|
} from '../icons/text-wrap';
|
|
4233
|
-
// TramFront aliases
|
|
4234
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4235
|
-
export {
|
|
4236
|
-
/** @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 */
|
|
4237
|
-
default as TrainIcon
|
|
4238
|
-
} from '../icons/tram-front';
|
|
4239
4237
|
// TreePalm aliases
|
|
4240
4238
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4241
4239
|
export {
|
|
4242
4240
|
/** @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 */
|
|
4243
4241
|
default as PalmtreeIcon
|
|
4244
4242
|
} from '../icons/tree-palm';
|
|
4245
|
-
//
|
|
4246
|
-
export { default as
|
|
4243
|
+
// TramFront aliases
|
|
4244
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4247
4245
|
export {
|
|
4248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4249
|
-
default as
|
|
4250
|
-
} from '../icons/
|
|
4246
|
+
/** @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 */
|
|
4247
|
+
default as TrainIcon
|
|
4248
|
+
} from '../icons/tram-front';
|
|
4251
4249
|
// TvMinimal aliases
|
|
4252
4250
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4253
4251
|
export {
|
|
@@ -4260,6 +4258,12 @@ export {
|
|
|
4260
4258
|
/** @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 */
|
|
4261
4259
|
default as School2Icon
|
|
4262
4260
|
} from '../icons/university';
|
|
4261
|
+
// TriangleAlert aliases
|
|
4262
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4263
|
+
export {
|
|
4264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4265
|
+
default as AlertTriangleIcon
|
|
4266
|
+
} from '../icons/triangle-alert';
|
|
4263
4267
|
// UserRoundCheck aliases
|
|
4264
4268
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4265
4269
|
export {
|
|
@@ -4290,30 +4294,24 @@ export {
|
|
|
4290
4294
|
/** @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 */
|
|
4291
4295
|
default as UserX2Icon
|
|
4292
4296
|
} from '../icons/user-round-x';
|
|
4293
|
-
// UserRound aliases
|
|
4294
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4295
|
-
export {
|
|
4296
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4297
|
-
default as User2Icon
|
|
4298
|
-
} from '../icons/user-round';
|
|
4299
4297
|
// UsersRound aliases
|
|
4300
4298
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4301
4299
|
export {
|
|
4302
4300
|
/** @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 */
|
|
4303
4301
|
default as Users2Icon
|
|
4304
4302
|
} from '../icons/users-round';
|
|
4303
|
+
// UserRound aliases
|
|
4304
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4305
|
+
export {
|
|
4306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4307
|
+
default as User2Icon
|
|
4308
|
+
} from '../icons/user-round';
|
|
4305
4309
|
// UtensilsCrossed aliases
|
|
4306
4310
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4307
4311
|
export {
|
|
4308
4312
|
/** @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 */
|
|
4309
4313
|
default as ForkKnifeCrossedIcon
|
|
4310
4314
|
} from '../icons/utensils-crossed';
|
|
4311
|
-
// Utensils aliases
|
|
4312
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4313
|
-
export {
|
|
4314
|
-
/** @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 */
|
|
4315
|
-
default as ForkKnifeIcon
|
|
4316
|
-
} from '../icons/utensils';
|
|
4317
4315
|
// WalletMinimal aliases
|
|
4318
4316
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4319
4317
|
export {
|
|
@@ -4326,4 +4324,10 @@ export {
|
|
|
4326
4324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4327
4325
|
default as Wand2Icon
|
|
4328
4326
|
} from '../icons/wand-sparkles';
|
|
4327
|
+
// Utensils aliases
|
|
4328
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4329
|
+
export {
|
|
4330
|
+
/** @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 */
|
|
4331
|
+
default as ForkKnifeIcon
|
|
4332
|
+
} from '../icons/utensils';
|
|
4329
4333
|
|