@lucide/astro 1.22.0 → 1.23.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 +70 -70
- package/src/aliases/prefixed.ts +407 -405
- package/src/aliases/suffixed.ts +737 -735
- package/src/icons/index.ts +118 -117
- package/src/icons/paper-bag.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
3
|
// AArrowUp aliases
|
|
6
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
@@ -32,24 +32,24 @@ export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal
|
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalDistributeEnd aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalJustifyEnd aliases
|
|
46
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
// AlignStartHorizontal aliases
|
|
50
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
49
|
// AlignStartVertical aliases
|
|
52
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
+
// AlignStartHorizontal aliases
|
|
52
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
53
53
|
// AlignVerticalDistributeCenter aliases
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
@@ -58,10 +58,10 @@ export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertic
|
|
|
58
58
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
59
|
// AlignVerticalJustifyCenter aliases
|
|
60
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
|
-
// AlignVerticalJustifyStart aliases
|
|
62
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
61
|
// AlignVerticalJustifyEnd aliases
|
|
64
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
|
+
// AlignVerticalJustifyStart aliases
|
|
64
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
65
|
// AlignVerticalSpaceAround aliases
|
|
66
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
67
|
// AlignVerticalSpaceBetween aliases
|
|
@@ -70,12 +70,12 @@ export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertica
|
|
|
70
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
71
|
// Ampersand aliases
|
|
72
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
-
// Amphora aliases
|
|
74
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Anchor aliases
|
|
76
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
73
|
// Ampersands aliases
|
|
78
74
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
|
+
// Anchor aliases
|
|
76
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Amphora aliases
|
|
78
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
79
79
|
// Angry aliases
|
|
80
80
|
export { default as AngryIcon } from '../icons/angry';
|
|
81
81
|
// Annoyed aliases
|
|
@@ -88,10 +88,10 @@ export { default as AnvilIcon } from '../icons/anvil';
|
|
|
88
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
// AppWindow aliases
|
|
92
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
91
|
// Apple aliases
|
|
94
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
+
// AppWindow aliases
|
|
94
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
95
95
|
// ArchiveRestore aliases
|
|
96
96
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
97
|
// ArchiveX aliases
|
|
@@ -120,24 +120,24 @@ export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
|
120
120
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownLeft aliases
|
|
122
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
|
-
// ArrowDownNarrowWide aliases
|
|
124
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
123
|
// ArrowDownRight aliases
|
|
126
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
+
// ArrowDownNarrowWide aliases
|
|
126
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
127
127
|
// ArrowDownToDot aliases
|
|
128
128
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
129
|
// ArrowDownToLine aliases
|
|
130
130
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
131
|
// ArrowDownUp aliases
|
|
132
132
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
|
-
// ArrowDown aliases
|
|
134
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
133
|
// ArrowLeftFromLine aliases
|
|
136
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
|
-
//
|
|
138
|
-
export { default as
|
|
135
|
+
// ArrowDown aliases
|
|
136
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
139
137
|
// ArrowLeftRight aliases
|
|
140
138
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
139
|
+
// ArrowLeftToLine aliases
|
|
140
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
141
|
// ArrowLeft aliases
|
|
142
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
143
|
// ArrowRightFromLine aliases
|
|
@@ -154,18 +154,18 @@ export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
|
154
154
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
155
|
// ArrowUpFromLine aliases
|
|
156
156
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
|
-
// ArrowUpLeft aliases
|
|
158
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
157
|
// ArrowUpRight aliases
|
|
160
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
+
// ArrowUpLeft aliases
|
|
160
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
161
161
|
// ArrowUpToLine aliases
|
|
162
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUpWideNarrow aliases
|
|
164
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
|
-
// ArrowUp aliases
|
|
166
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
165
|
// ArrowsUpFromLine aliases
|
|
168
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
+
// ArrowUp aliases
|
|
168
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
169
169
|
// Asterisk aliases
|
|
170
170
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
171
|
// Astroid aliases
|
|
@@ -176,10 +176,10 @@ export { default as AtSignIcon } from '../icons/at-sign';
|
|
|
176
176
|
export { default as AtomIcon } from '../icons/atom';
|
|
177
177
|
// AudioLines aliases
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
179
|
// Award aliases
|
|
182
180
|
export { default as AwardIcon } from '../icons/award';
|
|
181
|
+
// AudioWaveform aliases
|
|
182
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
183
|
// Axe aliases
|
|
184
184
|
export { default as AxeIcon } from '../icons/axe';
|
|
185
185
|
// Baby aliases
|
|
@@ -190,10 +190,10 @@ export { default as BackpackIcon } from '../icons/backpack';
|
|
|
190
190
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
|
-
// BadgeDollarSign aliases
|
|
194
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
193
|
// BadgeEuro aliases
|
|
196
194
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
|
+
// BadgeDollarSign aliases
|
|
196
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
197
|
// BadgeIndianRupee aliases
|
|
198
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
199
|
// BadgeInfo aliases
|
|
@@ -204,38 +204,38 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
204
204
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
205
|
// BadgePercent aliases
|
|
206
206
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
|
-
// BadgePoundSterling aliases
|
|
208
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
207
|
// BadgePlus aliases
|
|
210
208
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
|
+
// BadgePoundSterling aliases
|
|
210
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
211
|
// BadgeRussianRuble aliases
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
213
|
// BadgeSwissFranc aliases
|
|
214
214
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
|
-
// BadgeX aliases
|
|
216
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
215
|
// BadgeTurkishLira aliases
|
|
218
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
|
+
// BadgeX aliases
|
|
218
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
|
+
// BaggageClaim aliases
|
|
220
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
221
|
// Badge aliases
|
|
220
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
223
|
// Balloon aliases
|
|
222
224
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
|
-
// BaggageClaim aliases
|
|
224
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
|
-
// Ban aliases
|
|
226
|
-
export { default as BanIcon } from '../icons/ban';
|
|
227
225
|
// Banana aliases
|
|
228
226
|
export { default as BananaIcon } from '../icons/banana';
|
|
227
|
+
// Ban aliases
|
|
228
|
+
export { default as BanIcon } from '../icons/ban';
|
|
229
229
|
// Bandage aliases
|
|
230
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
231
|
// BanknoteArrowDown aliases
|
|
232
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
-
// BanknoteCheck aliases
|
|
234
|
-
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
235
233
|
// BanknoteArrowUp aliases
|
|
236
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
235
|
// BanknoteX aliases
|
|
238
236
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
|
+
// BanknoteCheck aliases
|
|
238
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
@@ -244,40 +244,40 @@ export { default as BarcodeIcon } from '../icons/barcode';
|
|
|
244
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
245
|
// Baseline aliases
|
|
246
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// BatteryCharging aliases
|
|
248
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
247
|
// Bath aliases
|
|
250
248
|
export { default as BathIcon } from '../icons/bath';
|
|
251
|
-
//
|
|
252
|
-
export { default as
|
|
249
|
+
// BatteryCharging aliases
|
|
250
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
251
|
// BatteryLow aliases
|
|
254
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
253
|
// BatteryMedium aliases
|
|
256
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
255
|
// BatteryPlus aliases
|
|
258
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
|
+
// BatteryFull aliases
|
|
258
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
259
259
|
// BatteryWarning aliases
|
|
260
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
261
|
// Battery aliases
|
|
262
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
-
// Beaker aliases
|
|
264
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
263
|
// BeanOff aliases
|
|
266
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
+
// Beaker aliases
|
|
266
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
267
|
// Bean aliases
|
|
268
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
|
-
// BedSingle aliases
|
|
272
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
271
|
// Bed aliases
|
|
274
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
|
+
// BedSingle aliases
|
|
274
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
275
|
+
// BeefOff aliases
|
|
276
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
275
277
|
// Beef aliases
|
|
276
278
|
export { default as BeefIcon } from '../icons/beef';
|
|
277
279
|
// BeerOff aliases
|
|
278
280
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
|
-
// BeefOff aliases
|
|
280
|
-
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
281
281
|
// Beer aliases
|
|
282
282
|
export { default as BeerIcon } from '../icons/beer';
|
|
283
283
|
// BellCheck aliases
|
|
@@ -290,34 +290,34 @@ export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
|
290
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
291
|
// BellOff aliases
|
|
292
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
|
+
// BellPlus aliases
|
|
294
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
293
295
|
// BellRing aliases
|
|
294
296
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
297
|
// Bell aliases
|
|
296
298
|
export { default as BellIcon } from '../icons/bell';
|
|
297
|
-
// BellPlus aliases
|
|
298
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
299
299
|
// BetweenVerticalEnd aliases
|
|
300
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
303
|
// BicepsFlexed aliases
|
|
304
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
|
-
// Bike aliases
|
|
306
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
307
305
|
// Binary aliases
|
|
308
306
|
export { default as BinaryIcon } from '../icons/binary';
|
|
307
|
+
// Bike aliases
|
|
308
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
309
309
|
// Binoculars aliases
|
|
310
310
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
|
-
// Biohazard aliases
|
|
312
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
311
|
// Bird aliases
|
|
314
312
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
313
|
// Birdhouse aliases
|
|
316
314
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
317
|
-
//
|
|
318
|
-
export { default as
|
|
315
|
+
// Biohazard aliases
|
|
316
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
319
317
|
// Bitcoin aliases
|
|
320
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
|
+
// Blend aliases
|
|
320
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
321
321
|
// Blender aliases
|
|
322
322
|
export { default as BlenderIcon } from '../icons/blender';
|
|
323
323
|
// Blinds aliases
|
|
@@ -328,22 +328,22 @@ export { default as BlocksIcon } from '../icons/blocks';
|
|
|
328
328
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
329
329
|
// BluetoothOff aliases
|
|
330
330
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
331
|
-
// BluetoothSearching aliases
|
|
332
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
331
|
// Bluetooth aliases
|
|
334
332
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
333
|
+
// BluetoothSearching aliases
|
|
334
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
335
|
// Bold aliases
|
|
336
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
337
337
|
// Bolt aliases
|
|
338
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
339
|
// Bomb aliases
|
|
340
340
|
export { default as BombIcon } from '../icons/bomb';
|
|
341
|
-
// BoneFracture aliases
|
|
342
|
-
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
341
|
// Bone aliases
|
|
344
342
|
export { default as BoneIcon } from '../icons/bone';
|
|
345
343
|
// BookA aliases
|
|
346
344
|
export { default as BookAIcon } from '../icons/book-a';
|
|
345
|
+
// BoneFracture aliases
|
|
346
|
+
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
347
347
|
// BookAlert aliases
|
|
348
348
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
349
|
// BookAudio aliases
|
|
@@ -354,16 +354,16 @@ export { default as BookCheckIcon } from '../icons/book-check';
|
|
|
354
354
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
355
355
|
// BookDown aliases
|
|
356
356
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
|
-
// BookHeart aliases
|
|
358
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
359
357
|
// BookHeadphones aliases
|
|
360
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
|
+
// BookHeart aliases
|
|
360
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
361
|
// BookImage aliases
|
|
362
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
|
-
// BookKey aliases
|
|
364
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
363
|
// BookLock aliases
|
|
366
364
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
365
|
+
// BookKey aliases
|
|
366
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
367
|
// BookMarked aliases
|
|
368
368
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
369
369
|
// BookMinus aliases
|
|
@@ -380,34 +380,34 @@ export { default as BookPlusIcon } from '../icons/book-plus';
|
|
|
380
380
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
381
381
|
// BookText aliases
|
|
382
382
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
|
-
// BookType aliases
|
|
384
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
385
383
|
// BookUp2 aliases
|
|
386
384
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
385
|
+
// BookType aliases
|
|
386
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
387
387
|
// BookUp aliases
|
|
388
388
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
389
389
|
// BookUser aliases
|
|
390
390
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
|
-
// BookX aliases
|
|
392
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
393
391
|
// Book aliases
|
|
394
392
|
export { default as BookIcon } from '../icons/book';
|
|
395
|
-
//
|
|
396
|
-
export { default as
|
|
393
|
+
// BookX aliases
|
|
394
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
397
395
|
// BookmarkMinus aliases
|
|
398
396
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
397
|
+
// BookmarkCheck aliases
|
|
398
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
399
399
|
// BookmarkOff aliases
|
|
400
400
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
401
401
|
// BookmarkPlus aliases
|
|
402
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
|
-
// BookmarkX aliases
|
|
404
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
403
|
// Bookmark aliases
|
|
406
404
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
|
-
//
|
|
408
|
-
export { default as
|
|
405
|
+
// BookmarkX aliases
|
|
406
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
409
407
|
// BoomBox aliases
|
|
410
408
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
|
+
// BotMessageSquare aliases
|
|
410
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
411
|
// BotOff aliases
|
|
412
412
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
413
413
|
// Bot aliases
|
|
@@ -418,14 +418,14 @@ export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
|
418
418
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
419
|
// Box aliases
|
|
420
420
|
export { default as BoxIcon } from '../icons/box';
|
|
421
|
-
// Brackets aliases
|
|
422
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
423
|
-
// BrainCog aliases
|
|
424
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
425
421
|
// Boxes aliases
|
|
426
422
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
|
+
// Brackets aliases
|
|
424
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
427
425
|
// BrainCircuit aliases
|
|
428
426
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
+
// BrainCog aliases
|
|
428
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
429
|
// Brain aliases
|
|
430
430
|
export { default as BrainIcon } from '../icons/brain';
|
|
431
431
|
// BrickWallFire aliases
|
|
@@ -440,12 +440,12 @@ export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
|
440
440
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
441
441
|
// BriefcaseMedical aliases
|
|
442
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
|
-
// Briefcase aliases
|
|
444
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
|
-
// BringToFront aliases
|
|
446
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
443
|
// Broccoli aliases
|
|
448
444
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
445
|
+
// BringToFront aliases
|
|
446
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
|
+
// Briefcase aliases
|
|
448
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
449
449
|
// BrushCleaning aliases
|
|
450
450
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
451
451
|
// Brush aliases
|
|
@@ -456,10 +456,10 @@ export { default as BubblesIcon } from '../icons/bubbles';
|
|
|
456
456
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
457
457
|
// BugPlay aliases
|
|
458
458
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
459
|
-
// Bug aliases
|
|
460
|
-
export { default as BugIcon } from '../icons/bug';
|
|
461
459
|
// Building2 aliases
|
|
462
460
|
export { default as Building2Icon } from '../icons/building-2';
|
|
461
|
+
// Bug aliases
|
|
462
|
+
export { default as BugIcon } from '../icons/bug';
|
|
463
463
|
// Building aliases
|
|
464
464
|
export { default as BuildingIcon } from '../icons/building';
|
|
465
465
|
// BusFront aliases
|
|
@@ -472,16 +472,16 @@ export { default as BusIcon } from '../icons/bus';
|
|
|
472
472
|
export { default as CableIcon } from '../icons/cable';
|
|
473
473
|
// CakeSlice aliases
|
|
474
474
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
475
|
-
// Calculator aliases
|
|
476
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
477
475
|
// Cake aliases
|
|
478
476
|
export { default as CakeIcon } from '../icons/cake';
|
|
477
|
+
// Calculator aliases
|
|
478
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
479
479
|
// Calendar1 aliases
|
|
480
480
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
481
|
-
// CalendarArrowUp aliases
|
|
482
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
483
481
|
// CalendarArrowDown aliases
|
|
484
482
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
483
|
+
// CalendarArrowUp aliases
|
|
484
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
485
485
|
// CalendarCheck2 aliases
|
|
486
486
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
487
487
|
// CalendarCheck aliases
|
|
@@ -490,12 +490,12 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
490
490
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
491
491
|
// CalendarCog aliases
|
|
492
492
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
493
|
-
// CalendarFold aliases
|
|
494
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
495
493
|
// CalendarDays aliases
|
|
496
494
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
497
495
|
// CalendarHeart aliases
|
|
498
496
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
497
|
+
// CalendarFold aliases
|
|
498
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
499
499
|
// CalendarMinus2 aliases
|
|
500
500
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
501
501
|
// CalendarMinus aliases
|
|
@@ -512,104 +512,104 @@ export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
|
512
512
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
513
513
|
// CalendarSync aliases
|
|
514
514
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
515
|
+
// Calendar aliases
|
|
516
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
515
517
|
// CalendarX2 aliases
|
|
516
518
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
|
-
// CalendarX aliases
|
|
518
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
519
|
// Calendars aliases
|
|
520
520
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
521
|
-
//
|
|
522
|
-
export { default as
|
|
523
|
-
// CameraOff aliases
|
|
524
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
521
|
+
// CalendarX aliases
|
|
522
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
525
523
|
// Camera aliases
|
|
526
524
|
export { default as CameraIcon } from '../icons/camera';
|
|
525
|
+
// CameraOff aliases
|
|
526
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
527
527
|
// CandyCane aliases
|
|
528
528
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
529
|
-
// Candy aliases
|
|
530
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
531
529
|
// CandyOff aliases
|
|
532
530
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
531
|
+
// Candy aliases
|
|
532
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
533
533
|
// CannabisOff aliases
|
|
534
534
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
535
535
|
// Cannabis aliases
|
|
536
536
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
537
|
-
// CaptionsOff aliases
|
|
538
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
539
537
|
// CarFront aliases
|
|
540
538
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
539
|
+
// CaptionsOff aliases
|
|
540
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
541
541
|
// CarTaxiFront aliases
|
|
542
542
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
543
543
|
// Car aliases
|
|
544
544
|
export { default as CarIcon } from '../icons/car';
|
|
545
|
-
// Caravan aliases
|
|
546
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
547
545
|
// CardSim aliases
|
|
548
546
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
547
|
+
// Caravan aliases
|
|
548
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
549
549
|
// Carrot aliases
|
|
550
550
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
551
551
|
// CaseLower aliases
|
|
552
552
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
553
553
|
// CaseSensitive aliases
|
|
554
554
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
555
|
-
// CaseUpper aliases
|
|
556
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
557
555
|
// CassetteTape aliases
|
|
558
556
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
559
557
|
// Cast aliases
|
|
560
558
|
export { default as CastIcon } from '../icons/cast';
|
|
559
|
+
// CaseUpper aliases
|
|
560
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
561
561
|
// Castle aliases
|
|
562
562
|
export { default as CastleIcon } from '../icons/castle';
|
|
563
|
-
// Cat aliases
|
|
564
|
-
export { default as CatIcon } from '../icons/cat';
|
|
565
563
|
// CctvOff aliases
|
|
566
564
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
565
|
+
// Cat aliases
|
|
566
|
+
export { default as CatIcon } from '../icons/cat';
|
|
567
567
|
// Cctv aliases
|
|
568
568
|
export { default as CctvIcon } from '../icons/cctv';
|
|
569
569
|
// ChartBarDecreasing aliases
|
|
570
570
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
571
571
|
// ChartBarIncreasing aliases
|
|
572
572
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
|
-
// ChartBarStacked aliases
|
|
574
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
575
573
|
// ChartColumnDecreasing aliases
|
|
576
574
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
577
575
|
// ChartColumnStacked aliases
|
|
578
576
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
577
|
+
// ChartBarStacked aliases
|
|
578
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
579
579
|
// ChartGantt aliases
|
|
580
580
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
581
581
|
// ChartNetwork aliases
|
|
582
582
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
583
|
-
// ChartNoAxesCombined aliases
|
|
584
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
585
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
586
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
587
583
|
// ChartSpline aliases
|
|
588
584
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
585
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
586
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
587
|
+
// ChartNoAxesCombined aliases
|
|
588
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
589
589
|
// CheckCheck aliases
|
|
590
590
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
591
|
-
// CheckLine aliases
|
|
592
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
593
591
|
// Check aliases
|
|
594
592
|
export { default as CheckIcon } from '../icons/check';
|
|
595
593
|
// ChefHat aliases
|
|
596
594
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
595
|
+
// CheckLine aliases
|
|
596
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
597
597
|
// Cherry aliases
|
|
598
598
|
export { default as CherryIcon } from '../icons/cherry';
|
|
599
599
|
// ChessBishop aliases
|
|
600
600
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
601
|
// ChessKing aliases
|
|
602
602
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
603
|
-
// ChessKnight aliases
|
|
604
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
605
603
|
// ChessPawn aliases
|
|
606
604
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
607
|
-
//
|
|
608
|
-
export { default as
|
|
605
|
+
// ChessKnight aliases
|
|
606
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
609
607
|
// ChessQueen aliases
|
|
610
608
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
611
609
|
// ChevronDown aliases
|
|
612
610
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
611
|
+
// ChessRook aliases
|
|
612
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
613
613
|
// ChevronFirst aliases
|
|
614
614
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
615
615
|
// ChevronLast aliases
|
|
@@ -642,22 +642,22 @@ export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
|
642
642
|
export { default as ChurchIcon } from '../icons/church';
|
|
643
643
|
// CigaretteOff aliases
|
|
644
644
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
645
|
+
// CircleDollarSign aliases
|
|
646
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
645
647
|
// Cigarette aliases
|
|
646
648
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
647
649
|
// CircleDashed aliases
|
|
648
650
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
649
|
-
// CircleDollarSign aliases
|
|
650
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
651
|
-
// CircleDotDashed aliases
|
|
652
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
653
651
|
// CircleDot aliases
|
|
654
652
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
655
|
-
// CircleFadingArrowUp aliases
|
|
656
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
657
|
-
// CircleEqual aliases
|
|
658
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
659
653
|
// CircleEllipsis aliases
|
|
660
654
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
655
|
+
// CircleDotDashed aliases
|
|
656
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
657
|
+
// CircleEqual aliases
|
|
658
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
659
|
+
// CircleFadingArrowUp aliases
|
|
660
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
661
661
|
// CircleFadingPlus aliases
|
|
662
662
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
663
663
|
// CircleOff aliases
|
|
@@ -674,48 +674,48 @@ export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
|
674
674
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
675
675
|
// Circle aliases
|
|
676
676
|
export { default as CircleIcon } from '../icons/circle';
|
|
677
|
-
// Citrus aliases
|
|
678
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
679
677
|
// CircuitBoard aliases
|
|
680
678
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
681
679
|
// Clapperboard aliases
|
|
682
680
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
681
|
+
// Citrus aliases
|
|
682
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
683
683
|
// ClipboardCheck aliases
|
|
684
684
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
685
685
|
// ClipboardClock aliases
|
|
686
686
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
687
687
|
// ClipboardCopy aliases
|
|
688
688
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
689
|
-
// ClipboardMinus aliases
|
|
690
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
691
689
|
// ClipboardList aliases
|
|
692
690
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
691
|
+
// ClipboardMinus aliases
|
|
692
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
693
693
|
// ClipboardPaste aliases
|
|
694
694
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
695
695
|
// ClipboardPlus aliases
|
|
696
696
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
697
|
-
// ClipboardType aliases
|
|
698
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
699
697
|
// ClipboardX aliases
|
|
700
698
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
699
|
+
// ClipboardType aliases
|
|
700
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
701
701
|
// Clipboard aliases
|
|
702
702
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
703
|
-
// Clock10 aliases
|
|
704
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
705
703
|
// Clock1 aliases
|
|
706
704
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
707
705
|
// Clock11 aliases
|
|
708
706
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
707
|
+
// Clock10 aliases
|
|
708
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
709
709
|
// Clock12 aliases
|
|
710
710
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
711
711
|
// Clock2 aliases
|
|
712
712
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
713
|
-
// Clock3 aliases
|
|
714
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
715
713
|
// Clock4 aliases
|
|
716
714
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
717
715
|
// Clock5 aliases
|
|
718
716
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
717
|
+
// Clock3 aliases
|
|
718
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
719
719
|
// Clock6 aliases
|
|
720
720
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
721
721
|
// Clock7 aliases
|
|
@@ -732,12 +732,12 @@ export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
|
732
732
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
733
733
|
// ClockArrowRight aliases
|
|
734
734
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
735
|
-
// ClockArrowUp aliases
|
|
736
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
737
735
|
// ClockCheck aliases
|
|
738
736
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
739
737
|
// ClockFading aliases
|
|
740
738
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
739
|
+
// ClockArrowUp aliases
|
|
740
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
741
741
|
// ClockPlus aliases
|
|
742
742
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
743
743
|
// Clock aliases
|
|
@@ -746,32 +746,32 @@ export { default as ClockIcon } from '../icons/clock';
|
|
|
746
746
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
747
747
|
// CloudAlert aliases
|
|
748
748
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
749
|
-
// CloudCheck aliases
|
|
750
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
751
749
|
// CloudBackup aliases
|
|
752
750
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
751
|
+
// CloudCheck aliases
|
|
752
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
753
753
|
// CloudCog aliases
|
|
754
754
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
755
755
|
// CloudDrizzle aliases
|
|
756
756
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
757
757
|
// CloudFog aliases
|
|
758
758
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
759
|
-
// CloudHail aliases
|
|
760
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
761
759
|
// CloudLightning aliases
|
|
762
760
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
761
|
+
// CloudHail aliases
|
|
762
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
763
763
|
// CloudMoonRain aliases
|
|
764
764
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
765
|
-
// CloudOff aliases
|
|
766
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
767
765
|
// CloudMoon aliases
|
|
768
766
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
767
|
+
// CloudOff aliases
|
|
768
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
769
|
+
// CloudRain aliases
|
|
770
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
769
771
|
// CloudRainWind aliases
|
|
770
772
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
771
773
|
// CloudSnow aliases
|
|
772
774
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
773
|
-
// CloudRain aliases
|
|
774
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
775
775
|
// CloudSunRain aliases
|
|
776
776
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
777
777
|
// CloudSun aliases
|
|
@@ -792,44 +792,44 @@ export { default as CodeIcon } from '../icons/code';
|
|
|
792
792
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
793
793
|
// Cog aliases
|
|
794
794
|
export { default as CogIcon } from '../icons/cog';
|
|
795
|
+
// Coins aliases
|
|
796
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
795
797
|
// Columns4 aliases
|
|
796
798
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
797
|
-
// Combine aliases
|
|
798
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
799
799
|
// Command aliases
|
|
800
800
|
export { default as CommandIcon } from '../icons/command';
|
|
801
|
-
//
|
|
802
|
-
export { default as
|
|
801
|
+
// Combine aliases
|
|
802
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
803
803
|
// Compass aliases
|
|
804
804
|
export { default as CompassIcon } from '../icons/compass';
|
|
805
805
|
// Component aliases
|
|
806
806
|
export { default as ComponentIcon } from '../icons/component';
|
|
807
807
|
// Computer aliases
|
|
808
808
|
export { default as ComputerIcon } from '../icons/computer';
|
|
809
|
-
// ConciergeBell aliases
|
|
810
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
811
809
|
// Cone aliases
|
|
812
810
|
export { default as ConeIcon } from '../icons/cone';
|
|
811
|
+
// ConciergeBell aliases
|
|
812
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
813
813
|
// Construction aliases
|
|
814
814
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
815
815
|
// Contact aliases
|
|
816
816
|
export { default as ContactIcon } from '../icons/contact';
|
|
817
|
+
// Cookie aliases
|
|
818
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
817
819
|
// Container aliases
|
|
818
820
|
export { default as ContainerIcon } from '../icons/container';
|
|
819
821
|
// Contrast aliases
|
|
820
822
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
821
|
-
// Cookie aliases
|
|
822
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
823
823
|
// CookingPot aliases
|
|
824
824
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
825
825
|
// CopyCheck aliases
|
|
826
826
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
827
|
+
// CopyPlus aliases
|
|
828
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
827
829
|
// CopyMinus aliases
|
|
828
830
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
829
831
|
// CopySlash aliases
|
|
830
832
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
831
|
-
// CopyPlus aliases
|
|
832
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
833
833
|
// CopyX aliases
|
|
834
834
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
835
835
|
// Copy aliases
|
|
@@ -838,30 +838,30 @@ export { default as CopyIcon } from '../icons/copy';
|
|
|
838
838
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
839
839
|
// Copyright aliases
|
|
840
840
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
841
|
+
// CornerDownRight aliases
|
|
842
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
841
843
|
// CornerDownLeft aliases
|
|
842
844
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
843
845
|
// CornerLeftDown aliases
|
|
844
846
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
845
847
|
// CornerLeftUp aliases
|
|
846
848
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
847
|
-
// CornerDownRight aliases
|
|
848
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
849
849
|
// CornerRightDown aliases
|
|
850
850
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
851
851
|
// CornerRightUp aliases
|
|
852
852
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
853
|
-
// CornerUpLeft aliases
|
|
854
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
855
853
|
// CornerUpRight aliases
|
|
856
854
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
855
|
+
// CornerUpLeft aliases
|
|
856
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
857
857
|
// Cpu aliases
|
|
858
858
|
export { default as CpuIcon } from '../icons/cpu';
|
|
859
859
|
// CreativeCommons aliases
|
|
860
860
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
861
|
-
// CreditCard aliases
|
|
862
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
863
861
|
// Croissant aliases
|
|
864
862
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
863
|
+
// CreditCard aliases
|
|
864
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
865
865
|
// Crop aliases
|
|
866
866
|
export { default as CropIcon } from '../icons/crop';
|
|
867
867
|
// Cross aliases
|
|
@@ -870,16 +870,16 @@ export { default as CrossIcon } from '../icons/cross';
|
|
|
870
870
|
export { default as CrownIcon } from '../icons/crown';
|
|
871
871
|
// Crosshair aliases
|
|
872
872
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
873
|
-
// CupSoda aliases
|
|
874
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
875
873
|
// Cuboid aliases
|
|
876
874
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
875
|
+
// CupSoda aliases
|
|
876
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
877
877
|
// Currency aliases
|
|
878
878
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
879
|
-
// Dam aliases
|
|
880
|
-
export { default as DamIcon } from '../icons/dam';
|
|
881
879
|
// Cylinder aliases
|
|
882
880
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
881
|
+
// Dam aliases
|
|
882
|
+
export { default as DamIcon } from '../icons/dam';
|
|
883
883
|
// DatabaseArrowDown aliases
|
|
884
884
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
885
885
|
// DatabaseArrowUp aliases
|
|
@@ -888,12 +888,12 @@ export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
|
888
888
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
889
889
|
// DatabaseCheck aliases
|
|
890
890
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
891
|
+
// DatabaseMinus aliases
|
|
892
|
+
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
891
893
|
// DatabasePlus aliases
|
|
892
894
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
893
895
|
// DatabaseSearch aliases
|
|
894
896
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
895
|
-
// DatabaseMinus aliases
|
|
896
|
-
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
897
897
|
// DatabaseX aliases
|
|
898
898
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
899
899
|
// DatabaseZap aliases
|
|
@@ -908,16 +908,16 @@ export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right
|
|
|
908
908
|
export { default as DeleteIcon } from '../icons/delete';
|
|
909
909
|
// Dessert aliases
|
|
910
910
|
export { default as DessertIcon } from '../icons/dessert';
|
|
911
|
-
// Diameter aliases
|
|
912
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
913
911
|
// DiamondMinus aliases
|
|
914
912
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
913
|
+
// Diameter aliases
|
|
914
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
915
915
|
// DiamondPlus aliases
|
|
916
916
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
917
|
-
// Diamond aliases
|
|
918
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
919
917
|
// Dice1 aliases
|
|
920
918
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
919
|
+
// Diamond aliases
|
|
920
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
921
921
|
// Dice2 aliases
|
|
922
922
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
923
923
|
// Dice3 aliases
|
|
@@ -956,34 +956,34 @@ export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
|
956
956
|
export { default as DonutIcon } from '../icons/donut';
|
|
957
957
|
// DoorClosedLocked aliases
|
|
958
958
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
959
|
-
// DoorOpen aliases
|
|
960
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
961
959
|
// DoorClosed aliases
|
|
962
960
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
961
|
+
// DoorOpen aliases
|
|
962
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
963
963
|
// Dot aliases
|
|
964
964
|
export { default as DotIcon } from '../icons/dot';
|
|
965
|
-
// Download aliases
|
|
966
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
967
965
|
// DraftingCompass aliases
|
|
968
966
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
967
|
+
// Download aliases
|
|
968
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
969
969
|
// Drama aliases
|
|
970
970
|
export { default as DramaIcon } from '../icons/drama';
|
|
971
971
|
// Drill aliases
|
|
972
972
|
export { default as DrillIcon } from '../icons/drill';
|
|
973
973
|
// Drone aliases
|
|
974
974
|
export { default as DroneIcon } from '../icons/drone';
|
|
975
|
-
// Droplet aliases
|
|
976
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
977
975
|
// DropletOff aliases
|
|
978
976
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
977
|
+
// Droplet aliases
|
|
978
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
979
979
|
// Droplets aliases
|
|
980
980
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
981
|
-
// Drum aliases
|
|
982
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
983
981
|
// Drumstick aliases
|
|
984
982
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
985
983
|
// Dumbbell aliases
|
|
986
984
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
985
|
+
// Drum aliases
|
|
986
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
987
987
|
// EarOff aliases
|
|
988
988
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
989
989
|
// Ear aliases
|
|
@@ -992,22 +992,22 @@ export { default as EarIcon } from '../icons/ear';
|
|
|
992
992
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
993
993
|
// Eclipse aliases
|
|
994
994
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
995
|
-
// EggOff aliases
|
|
996
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
997
995
|
// EggFried aliases
|
|
998
996
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
997
|
+
// EggOff aliases
|
|
998
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
999
999
|
// Egg aliases
|
|
1000
1000
|
export { default as EggIcon } from '../icons/egg';
|
|
1001
|
-
// EqualApproximately aliases
|
|
1002
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1003
1001
|
// Ellipse aliases
|
|
1004
1002
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1003
|
+
// EqualApproximately aliases
|
|
1004
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1005
1005
|
// EqualNot aliases
|
|
1006
1006
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1007
|
-
// Equal aliases
|
|
1008
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
1009
1007
|
// Eraser aliases
|
|
1010
1008
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1009
|
+
// Equal aliases
|
|
1010
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
1011
1011
|
// EthernetPort aliases
|
|
1012
1012
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1013
1013
|
// Euro aliases
|
|
@@ -1020,14 +1020,14 @@ export { default as ExpandIcon } from '../icons/expand';
|
|
|
1020
1020
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1021
1021
|
// EyeClosed aliases
|
|
1022
1022
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1023
|
-
// EyeDashed aliases
|
|
1024
|
-
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1025
1023
|
// EyeOff aliases
|
|
1026
1024
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1027
|
-
//
|
|
1028
|
-
export { default as
|
|
1025
|
+
// EyeDashed aliases
|
|
1026
|
+
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1029
1027
|
// Factory aliases
|
|
1030
1028
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1029
|
+
// Eye aliases
|
|
1030
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1031
1031
|
// Fan aliases
|
|
1032
1032
|
export { default as FanIcon } from '../icons/fan';
|
|
1033
1033
|
// FastForward aliases
|
|
@@ -1036,10 +1036,10 @@ export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
|
1036
1036
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1037
1037
|
// Fence aliases
|
|
1038
1038
|
export { default as FenceIcon } from '../icons/fence';
|
|
1039
|
-
// FerrisWheel aliases
|
|
1040
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1041
1039
|
// FileArchive aliases
|
|
1042
1040
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1041
|
+
// FerrisWheel aliases
|
|
1042
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1043
1043
|
// FileBox aliases
|
|
1044
1044
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1045
1045
|
// FileCheck aliases
|
|
@@ -1066,30 +1066,30 @@ export { default as FileMinusIcon } from '../icons/file-minus';
|
|
|
1066
1066
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1067
1067
|
// FileOutput aliases
|
|
1068
1068
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1069
|
-
// FilePlus aliases
|
|
1070
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1071
1069
|
// FileScan aliases
|
|
1072
1070
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1073
1071
|
// FileSearch aliases
|
|
1074
1072
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1073
|
+
// FilePlus aliases
|
|
1074
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1075
1075
|
// FileSliders aliases
|
|
1076
1076
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1077
|
-
// FileSpreadsheet aliases
|
|
1078
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1079
1077
|
// FileStack aliases
|
|
1080
1078
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1079
|
+
// FileSpreadsheet aliases
|
|
1080
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1083
1081
|
// FileSymlink aliases
|
|
1084
1082
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1085
|
-
//
|
|
1086
|
-
export { default as
|
|
1083
|
+
// FileTerminal aliases
|
|
1084
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1087
1085
|
// FileType aliases
|
|
1088
1086
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1087
|
+
// FileText aliases
|
|
1088
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1091
1089
|
// FileUp aliases
|
|
1092
1090
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1091
|
+
// FileUser aliases
|
|
1092
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1093
1093
|
// FileVolume aliases
|
|
1094
1094
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1095
1095
|
// FileX aliases
|
|
@@ -1098,10 +1098,10 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1098
1098
|
export { default as FileIcon } from '../icons/file';
|
|
1099
1099
|
// Files aliases
|
|
1100
1100
|
export { default as FilesIcon } from '../icons/files';
|
|
1101
|
-
// FireExtinguisher aliases
|
|
1102
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1103
1101
|
// Film aliases
|
|
1104
1102
|
export { default as FilmIcon } from '../icons/film';
|
|
1103
|
+
// FireExtinguisher aliases
|
|
1104
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1105
1105
|
// FishOff aliases
|
|
1106
1106
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1107
1107
|
// FishSymbol aliases
|
|
@@ -1118,18 +1118,18 @@ export { default as FlagOffIcon } from '../icons/flag-off';
|
|
|
1118
1118
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1119
1119
|
// FlagTriangleRight aliases
|
|
1120
1120
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1121
|
-
// Flag aliases
|
|
1122
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1123
1121
|
// FlameKindling aliases
|
|
1124
1122
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1123
|
+
// Flag aliases
|
|
1124
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1125
1125
|
// Flame aliases
|
|
1126
1126
|
export { default as FlameIcon } from '../icons/flame';
|
|
1127
1127
|
// FlashlightOff aliases
|
|
1128
1128
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1129
|
-
// FlaskConicalOff aliases
|
|
1130
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1131
1129
|
// Flashlight aliases
|
|
1132
1130
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1131
|
+
// FlaskConicalOff aliases
|
|
1132
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1133
1133
|
// FlaskConical aliases
|
|
1134
1134
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1135
1135
|
// FlaskRound aliases
|
|
@@ -1140,26 +1140,26 @@ export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
|
1140
1140
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1141
1141
|
// Flower2 aliases
|
|
1142
1142
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1143
|
+
// Flower aliases
|
|
1144
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1143
1145
|
// Focus aliases
|
|
1144
1146
|
export { default as FocusIcon } from '../icons/focus';
|
|
1145
1147
|
// FoldHorizontal aliases
|
|
1146
1148
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1147
|
-
// Flower aliases
|
|
1148
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1149
1149
|
// FoldVertical aliases
|
|
1150
1150
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1151
1151
|
// FolderArchive aliases
|
|
1152
1152
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1153
|
+
// FolderCheck aliases
|
|
1154
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1153
1155
|
// FolderBookmark aliases
|
|
1154
1156
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1155
1157
|
// FolderClock aliases
|
|
1156
1158
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1157
|
-
// FolderCheck aliases
|
|
1158
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1159
|
-
// FolderCode aliases
|
|
1160
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1161
1159
|
// FolderClosed aliases
|
|
1162
1160
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1161
|
+
// FolderCode aliases
|
|
1162
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1163
1163
|
// FolderDot aliases
|
|
1164
1164
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1165
1165
|
// FolderDown aliases
|
|
@@ -1180,16 +1180,16 @@ export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
|
1180
1180
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1181
1181
|
// FolderMinus aliases
|
|
1182
1182
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1183
|
-
// FolderOpenDot aliases
|
|
1184
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1185
1183
|
// FolderOpen aliases
|
|
1186
1184
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1185
|
+
// FolderOpenDot aliases
|
|
1186
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1187
1187
|
// FolderOutput aliases
|
|
1188
1188
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1189
|
-
// FolderPlus aliases
|
|
1190
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1191
1189
|
// FolderRoot aliases
|
|
1192
1190
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1191
|
+
// FolderPlus aliases
|
|
1192
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1193
1193
|
// FolderSearch2 aliases
|
|
1194
1194
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1195
1195
|
// FolderSearch aliases
|
|
@@ -1218,10 +1218,10 @@ export { default as FormIcon } from '../icons/form';
|
|
|
1218
1218
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1219
1219
|
// Frown aliases
|
|
1220
1220
|
export { default as FrownIcon } from '../icons/frown';
|
|
1221
|
-
// Frame aliases
|
|
1222
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1223
1221
|
// Fuel aliases
|
|
1224
1222
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1223
|
+
// Frame aliases
|
|
1224
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1225
1225
|
// Fullscreen aliases
|
|
1226
1226
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1227
1227
|
// FunnelPlus aliases
|
|
@@ -1240,14 +1240,14 @@ export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
|
1240
1240
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1241
1241
|
// GamepadDirectional aliases
|
|
1242
1242
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1243
|
-
// Gauge aliases
|
|
1244
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1245
1243
|
// Gamepad aliases
|
|
1246
1244
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1247
|
-
//
|
|
1248
|
-
export { default as
|
|
1245
|
+
// Gauge aliases
|
|
1246
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1249
1247
|
// Gavel aliases
|
|
1250
1248
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1249
|
+
// Gem aliases
|
|
1250
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1251
1251
|
// GeorgianLari aliases
|
|
1252
1252
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1253
1253
|
// Ghost aliases
|
|
@@ -1280,26 +1280,26 @@ export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-ar
|
|
|
1280
1280
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1281
1281
|
// GitPullRequestCreateArrow aliases
|
|
1282
1282
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1283
|
-
// GitPullRequestCreate aliases
|
|
1284
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1285
1283
|
// GitPullRequestDraft aliases
|
|
1286
1284
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1287
|
-
//
|
|
1288
|
-
export { default as
|
|
1285
|
+
// GitPullRequestCreate aliases
|
|
1286
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1289
1287
|
// GlassWater aliases
|
|
1290
1288
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1291
|
-
//
|
|
1292
|
-
export { default as
|
|
1289
|
+
// GitPullRequest aliases
|
|
1290
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1293
1291
|
// GlobeCheck aliases
|
|
1294
1292
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1293
|
+
// Glasses aliases
|
|
1294
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1295
|
+
// GlobeLock aliases
|
|
1296
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1297
|
+
// GlobeOff aliases
|
|
1298
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1295
1299
|
// GlobeX aliases
|
|
1296
1300
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1297
1301
|
// Globe aliases
|
|
1298
1302
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1299
|
-
// GlobeOff aliases
|
|
1300
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1301
|
-
// GlobeLock aliases
|
|
1302
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1303
1303
|
// Goal aliases
|
|
1304
1304
|
export { default as GoalIcon } from '../icons/goal';
|
|
1305
1305
|
// Gpu aliases
|
|
@@ -1316,10 +1316,10 @@ export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
|
1316
1316
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1317
1317
|
// Grip aliases
|
|
1318
1318
|
export { default as GripIcon } from '../icons/grip';
|
|
1319
|
-
// Group aliases
|
|
1320
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1321
1319
|
// Guitar aliases
|
|
1322
1320
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1321
|
+
// Group aliases
|
|
1322
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1323
1323
|
// Ham aliases
|
|
1324
1324
|
export { default as HamIcon } from '../icons/ham';
|
|
1325
1325
|
// Hamburger aliases
|
|
@@ -1338,28 +1338,28 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1338
1338
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1339
1339
|
// Hand aliases
|
|
1340
1340
|
export { default as HandIcon } from '../icons/hand';
|
|
1341
|
-
// Handshake aliases
|
|
1342
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1343
1341
|
// Handbag aliases
|
|
1344
1342
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1343
|
+
// Handshake aliases
|
|
1344
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1345
1345
|
// HardDriveDownload aliases
|
|
1346
1346
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1347
1347
|
// HardDriveUpload aliases
|
|
1348
1348
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1349
1349
|
// HardDrive aliases
|
|
1350
1350
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1351
|
-
// Hash aliases
|
|
1352
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1353
1351
|
// HardHat aliases
|
|
1354
1352
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1353
|
+
// Hash aliases
|
|
1354
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1355
1355
|
// HatGlasses aliases
|
|
1356
1356
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1357
1357
|
// Haze aliases
|
|
1358
1358
|
export { default as HazeIcon } from '../icons/haze';
|
|
1359
|
-
// HdmiPort aliases
|
|
1360
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1361
1359
|
// Hd aliases
|
|
1362
1360
|
export { default as HdIcon } from '../icons/hd';
|
|
1361
|
+
// HdmiPort aliases
|
|
1362
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1363
1363
|
// Heading1 aliases
|
|
1364
1364
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1365
1365
|
// Heading2 aliases
|
|
@@ -1386,40 +1386,40 @@ export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
|
1386
1386
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1387
1387
|
// HeartMinus aliases
|
|
1388
1388
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1389
|
+
// HeartOff aliases
|
|
1390
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1389
1391
|
// HeartPlus aliases
|
|
1390
1392
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1391
1393
|
// HeartPulse aliases
|
|
1392
1394
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1393
|
-
// HeartOff aliases
|
|
1394
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1395
1395
|
// HeartX aliases
|
|
1396
1396
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1397
1397
|
// Heart aliases
|
|
1398
1398
|
export { default as HeartIcon } from '../icons/heart';
|
|
1399
|
-
// Helicopter aliases
|
|
1400
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1401
1399
|
// Heater aliases
|
|
1402
1400
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1403
|
-
//
|
|
1404
|
-
export { default as
|
|
1401
|
+
// Helicopter aliases
|
|
1402
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1405
1403
|
// Hexagon aliases
|
|
1406
1404
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1405
|
+
// Highlighter aliases
|
|
1406
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1407
1407
|
// History aliases
|
|
1408
1408
|
export { default as HistoryIcon } from '../icons/history';
|
|
1409
1409
|
// HopOff aliases
|
|
1410
1410
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1411
1411
|
// Hop aliases
|
|
1412
1412
|
export { default as HopIcon } from '../icons/hop';
|
|
1413
|
+
// Hotel aliases
|
|
1414
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1413
1415
|
// Hospital aliases
|
|
1414
1416
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1415
1417
|
// Hourglass aliases
|
|
1416
1418
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1417
|
-
// Hotel aliases
|
|
1418
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1419
|
-
// HouseHeart aliases
|
|
1420
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1421
1419
|
// HousePlug aliases
|
|
1422
1420
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1421
|
+
// HouseHeart aliases
|
|
1422
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1423
1423
|
// HousePlus aliases
|
|
1424
1424
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1425
1425
|
// HouseWifi aliases
|
|
@@ -1434,12 +1434,12 @@ export { default as ImageDownIcon } from '../icons/image-down';
|
|
|
1434
1434
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1435
1435
|
// ImageOff aliases
|
|
1436
1436
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1437
|
-
// ImagePlay aliases
|
|
1438
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1439
1437
|
// ImagePlus aliases
|
|
1440
1438
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1441
1439
|
// ImageUp aliases
|
|
1442
1440
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1441
|
+
// ImagePlay aliases
|
|
1442
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1443
1443
|
// ImageUpscale aliases
|
|
1444
1444
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1445
1445
|
// Image aliases
|
|
@@ -1460,10 +1460,10 @@ export { default as InfoIcon } from '../icons/info';
|
|
|
1460
1460
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1461
1461
|
// Italic aliases
|
|
1462
1462
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1463
|
-
// IterationCw aliases
|
|
1464
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1465
1463
|
// IterationCcw aliases
|
|
1466
1464
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1465
|
+
// IterationCw aliases
|
|
1466
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1467
1467
|
// JapaneseYen aliases
|
|
1468
1468
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1469
1469
|
// Joystick aliases
|
|
@@ -1472,12 +1472,12 @@ export { default as JoystickIcon } from '../icons/joystick';
|
|
|
1472
1472
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1473
1473
|
// Kayak aliases
|
|
1474
1474
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1475
|
-
// KeyRound aliases
|
|
1476
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1477
|
-
// KeySquare aliases
|
|
1478
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1479
1475
|
// Key aliases
|
|
1480
1476
|
export { default as KeyIcon } from '../icons/key';
|
|
1477
|
+
// KeySquare aliases
|
|
1478
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1479
|
+
// KeyRound aliases
|
|
1480
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1481
1481
|
// KeyboardMusic aliases
|
|
1482
1482
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1483
1483
|
// KeyboardOff aliases
|
|
@@ -1488,26 +1488,26 @@ export { default as KeyboardIcon } from '../icons/keyboard';
|
|
|
1488
1488
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1489
1489
|
// LampDesk aliases
|
|
1490
1490
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1491
|
-
// LampFloor aliases
|
|
1492
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1493
1491
|
// LampWallDown aliases
|
|
1494
1492
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1493
|
+
// LampFloor aliases
|
|
1494
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1495
1495
|
// LampWallUp aliases
|
|
1496
1496
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1497
|
-
// Lamp aliases
|
|
1498
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1499
1497
|
// LandPlot aliases
|
|
1500
1498
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1501
1499
|
// Landmark aliases
|
|
1502
1500
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1501
|
+
// Lamp aliases
|
|
1502
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1503
1503
|
// Languages aliases
|
|
1504
1504
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1505
1505
|
// LaptopMinimalCheck aliases
|
|
1506
1506
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1507
|
-
// Laptop aliases
|
|
1508
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1509
1507
|
// LassoSelect aliases
|
|
1510
1508
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1509
|
+
// Laptop aliases
|
|
1510
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1511
1511
|
// Lasso aliases
|
|
1512
1512
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1513
1513
|
// Laugh aliases
|
|
@@ -1560,28 +1560,28 @@ export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
|
1560
1560
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1561
1561
|
// Link2Off aliases
|
|
1562
1562
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1563
|
-
// Link aliases
|
|
1564
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1565
1563
|
// Link2 aliases
|
|
1566
1564
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1565
|
+
// Link aliases
|
|
1566
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1567
1567
|
// ListCheck aliases
|
|
1568
1568
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1569
|
-
// ListChevronsDownUp aliases
|
|
1570
|
-
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1571
1569
|
// ListChecks aliases
|
|
1572
1570
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1573
|
-
//
|
|
1574
|
-
export { default as
|
|
1571
|
+
// ListChevronsDownUp aliases
|
|
1572
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1575
1573
|
// ListCollapse aliases
|
|
1576
1574
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1577
|
-
//
|
|
1578
|
-
export { default as
|
|
1579
|
-
// ListFilter aliases
|
|
1580
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1575
|
+
// ListChevronsUpDown aliases
|
|
1576
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1581
1577
|
// ListEnd aliases
|
|
1582
1578
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1579
|
+
// ListFilterPlus aliases
|
|
1580
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1583
1581
|
// ListMinus aliases
|
|
1584
1582
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1583
|
+
// ListFilter aliases
|
|
1584
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1585
1585
|
// ListMusic aliases
|
|
1586
1586
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1587
1587
|
// ListOrdered aliases
|
|
@@ -1614,16 +1614,16 @@ export { default as LoaderIcon } from '../icons/loader';
|
|
|
1614
1614
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1615
1615
|
// LocateOff aliases
|
|
1616
1616
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1617
|
-
// Locate aliases
|
|
1618
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1619
1617
|
// LockKeyhole aliases
|
|
1620
1618
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1621
|
-
//
|
|
1622
|
-
export { default as
|
|
1619
|
+
// Locate aliases
|
|
1620
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1623
1621
|
// LogIn aliases
|
|
1624
1622
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1625
1623
|
// LogOut aliases
|
|
1626
1624
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1625
|
+
// Lock aliases
|
|
1626
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1627
1627
|
// Logs aliases
|
|
1628
1628
|
export { default as LogsIcon } from '../icons/logs';
|
|
1629
1629
|
// Lollipop aliases
|
|
@@ -1636,36 +1636,36 @@ export { default as MagnetIcon } from '../icons/magnet';
|
|
|
1636
1636
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1637
1637
|
// MailMinus aliases
|
|
1638
1638
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1639
|
+
// MailOpen aliases
|
|
1640
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1639
1641
|
// MailPlus aliases
|
|
1640
1642
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1641
1643
|
// MailSearch aliases
|
|
1642
1644
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1643
1645
|
// MailWarning aliases
|
|
1644
1646
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1645
|
-
// MailOpen aliases
|
|
1646
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1647
1647
|
// MailX aliases
|
|
1648
1648
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1649
1649
|
// Mail aliases
|
|
1650
1650
|
export { default as MailIcon } from '../icons/mail';
|
|
1651
|
-
// Mails aliases
|
|
1652
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1653
1651
|
// Mailbox aliases
|
|
1654
1652
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1653
|
+
// Mails aliases
|
|
1654
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1655
1655
|
// MapMinus aliases
|
|
1656
1656
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1657
1657
|
// MapPinCheckInside aliases
|
|
1658
1658
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1659
|
-
// MapPinHouse aliases
|
|
1660
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1661
1659
|
// MapPinCheck aliases
|
|
1662
1660
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1661
|
+
// MapPinHouse aliases
|
|
1662
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1663
1663
|
// MapPinMinusInside aliases
|
|
1664
1664
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1665
|
-
// MapPinOff aliases
|
|
1666
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1667
1665
|
// MapPinMinus aliases
|
|
1668
1666
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1667
|
+
// MapPinOff aliases
|
|
1668
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1669
1669
|
// MapPinPlusInside aliases
|
|
1670
1670
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1671
1671
|
// MapPinPlus aliases
|
|
@@ -1676,34 +1676,34 @@ export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
|
1676
1676
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1677
1677
|
// MapPinX aliases
|
|
1678
1678
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1679
|
-
// MapPinned aliases
|
|
1680
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1681
1679
|
// MapPin aliases
|
|
1682
1680
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1683
1681
|
// MapPlus aliases
|
|
1684
1682
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1683
|
+
// MapPinned aliases
|
|
1684
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1685
1685
|
// Map aliases
|
|
1686
1686
|
export { default as MapIcon } from '../icons/map';
|
|
1687
1687
|
// MarsStroke aliases
|
|
1688
1688
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1689
|
-
// Mars aliases
|
|
1690
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1691
1689
|
// Martini aliases
|
|
1692
1690
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1691
|
+
// Mars aliases
|
|
1692
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1693
1693
|
// Maximize2 aliases
|
|
1694
1694
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1695
1695
|
// Maximize aliases
|
|
1696
1696
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1697
1697
|
// Medal aliases
|
|
1698
1698
|
export { default as MedalIcon } from '../icons/medal';
|
|
1699
|
-
// Megaphone aliases
|
|
1700
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1701
1699
|
// MegaphoneOff aliases
|
|
1702
1700
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1703
|
-
//
|
|
1704
|
-
export { default as
|
|
1701
|
+
// Megaphone aliases
|
|
1702
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1705
1703
|
// Meh aliases
|
|
1706
1704
|
export { default as MehIcon } from '../icons/meh';
|
|
1705
|
+
// MemoryStick aliases
|
|
1706
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1707
1707
|
// Menu aliases
|
|
1708
1708
|
export { default as MenuIcon } from '../icons/menu';
|
|
1709
1709
|
// Merge aliases
|
|
@@ -1712,10 +1712,10 @@ export { default as MergeIcon } from '../icons/merge';
|
|
|
1712
1712
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1713
1713
|
// MessageCircleCode aliases
|
|
1714
1714
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1715
|
-
// MessageCircleHeart aliases
|
|
1716
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1717
1715
|
// MessageCircleDashed aliases
|
|
1718
1716
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1717
|
+
// MessageCircleHeart aliases
|
|
1718
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1719
1719
|
// MessageCircleMore aliases
|
|
1720
1720
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1721
1721
|
// MessageCircleOff aliases
|
|
@@ -1728,10 +1728,10 @@ export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply
|
|
|
1728
1728
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1729
1729
|
// MessageCircleX aliases
|
|
1730
1730
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1731
|
-
// MessageSquareCheck aliases
|
|
1732
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1733
1731
|
// MessageCircle aliases
|
|
1734
1732
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1733
|
+
// MessageSquareCheck aliases
|
|
1734
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1735
1735
|
// MessageSquareCode aliases
|
|
1736
1736
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1737
1737
|
// MessageSquareDashed aliases
|
|
@@ -1754,10 +1754,10 @@ export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
|
1754
1754
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1755
1755
|
// MessageSquareReply aliases
|
|
1756
1756
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1757
|
-
// MessageSquareShare aliases
|
|
1758
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1759
1757
|
// MessageSquareText aliases
|
|
1760
1758
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1759
|
+
// MessageSquareShare aliases
|
|
1760
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1761
1761
|
// MessageSquareWarning aliases
|
|
1762
1762
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1763
1763
|
// MessageSquareX aliases
|
|
@@ -1818,48 +1818,48 @@ export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
|
1818
1818
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1819
1819
|
// MonitorUp aliases
|
|
1820
1820
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1821
|
+
// Monitor aliases
|
|
1822
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1821
1823
|
// MonitorX aliases
|
|
1822
1824
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1823
1825
|
// MoonStar aliases
|
|
1824
1826
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1825
|
-
// Monitor aliases
|
|
1826
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1827
1827
|
// Moon aliases
|
|
1828
1828
|
export { default as MoonIcon } from '../icons/moon';
|
|
1829
1829
|
// Motorbike aliases
|
|
1830
1830
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1831
1831
|
// MountainSnow aliases
|
|
1832
1832
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1833
|
+
// MouseOff aliases
|
|
1834
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1833
1835
|
// Mountain aliases
|
|
1834
1836
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1835
1837
|
// MouseLeft aliases
|
|
1836
1838
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1837
1839
|
// MousePointer2Off aliases
|
|
1838
1840
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1839
|
-
// MouseOff aliases
|
|
1840
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1841
1841
|
// MousePointer2 aliases
|
|
1842
1842
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1843
|
-
// MousePointerBan aliases
|
|
1844
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1845
1843
|
// MousePointerClick aliases
|
|
1846
1844
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1845
|
+
// MousePointerBan aliases
|
|
1846
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1847
1847
|
// MousePointer aliases
|
|
1848
1848
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1849
|
-
// Mouse aliases
|
|
1850
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1851
1849
|
// MouseRight aliases
|
|
1852
1850
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1853
1851
|
// MoveDiagonal2 aliases
|
|
1854
1852
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1853
|
+
// Mouse aliases
|
|
1854
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1855
1855
|
// MoveDiagonal aliases
|
|
1856
1856
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1857
1857
|
// MoveDownLeft aliases
|
|
1858
1858
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1859
|
-
// MoveDown aliases
|
|
1860
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1861
1859
|
// MoveDownRight aliases
|
|
1862
1860
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1861
|
+
// MoveDown aliases
|
|
1862
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1863
1863
|
// MoveLeft aliases
|
|
1864
1864
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1865
1865
|
// MoveHorizontal aliases
|
|
@@ -1880,40 +1880,40 @@ export { default as MoveIcon } from '../icons/move';
|
|
|
1880
1880
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1881
1881
|
// Music3 aliases
|
|
1882
1882
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1883
|
-
// Music aliases
|
|
1884
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1885
|
-
// Navigation2Off aliases
|
|
1886
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1887
1883
|
// Music4 aliases
|
|
1888
1884
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1885
|
+
// Navigation2Off aliases
|
|
1886
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1887
|
+
// Navigation2 aliases
|
|
1888
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1889
|
+
// Music aliases
|
|
1890
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1889
1891
|
// NavigationOff aliases
|
|
1890
1892
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1891
1893
|
// Navigation aliases
|
|
1892
1894
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1895
|
+
// Network aliases
|
|
1896
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1893
1897
|
// Newspaper aliases
|
|
1894
1898
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1895
|
-
// Navigation2 aliases
|
|
1896
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1897
1899
|
// Nfc aliases
|
|
1898
1900
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1899
|
-
// Network aliases
|
|
1900
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1901
1901
|
// NonBinary aliases
|
|
1902
1902
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1903
1903
|
// NotebookPen aliases
|
|
1904
1904
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1905
1905
|
// NotebookTabs aliases
|
|
1906
1906
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1907
|
-
// Notebook aliases
|
|
1908
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1909
1907
|
// NotebookText aliases
|
|
1910
1908
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1911
|
-
//
|
|
1912
|
-
export { default as
|
|
1913
|
-
// NutOff aliases
|
|
1914
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1909
|
+
// Notebook aliases
|
|
1910
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1915
1911
|
// NotepadTextDashed aliases
|
|
1916
1912
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1913
|
+
// NutOff aliases
|
|
1914
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1915
|
+
// NotepadText aliases
|
|
1916
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1917
1917
|
// Nut aliases
|
|
1918
1918
|
export { default as NutIcon } from '../icons/nut';
|
|
1919
1919
|
// OctagonMinus aliases
|
|
@@ -1922,10 +1922,10 @@ export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
|
1922
1922
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1923
1923
|
// Omega aliases
|
|
1924
1924
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1925
|
-
// Option aliases
|
|
1926
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1927
1925
|
// Orbit aliases
|
|
1928
1926
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1927
|
+
// Option aliases
|
|
1928
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1929
1929
|
// Origami aliases
|
|
1930
1930
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1931
1931
|
// Package2 aliases
|
|
@@ -1934,62 +1934,64 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1934
1934
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1935
1935
|
// PackageMinus aliases
|
|
1936
1936
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1937
|
-
// PackageOpen aliases
|
|
1938
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1939
1937
|
// PackagePlus aliases
|
|
1940
1938
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1939
|
+
// PackageOpen aliases
|
|
1940
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1941
1941
|
// PackageSearch aliases
|
|
1942
1942
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1943
1943
|
// PackageX aliases
|
|
1944
1944
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1945
1945
|
// Package aliases
|
|
1946
1946
|
export { default as PackageIcon } from '../icons/package';
|
|
1947
|
+
// PaintBucket aliases
|
|
1948
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1947
1949
|
// PaintRoller aliases
|
|
1948
1950
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1949
1951
|
// Paintbrush aliases
|
|
1950
1952
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1951
|
-
// PaintBucket aliases
|
|
1952
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1953
1953
|
// Palette aliases
|
|
1954
1954
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1955
1955
|
// Panda aliases
|
|
1956
1956
|
export { default as PandaIcon } from '../icons/panda';
|
|
1957
1957
|
// PanelBottomClose aliases
|
|
1958
1958
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1959
|
-
// PanelBottomOpen aliases
|
|
1960
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1961
1959
|
// PanelBottom aliases
|
|
1962
1960
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1963
|
-
//
|
|
1964
|
-
export { default as
|
|
1961
|
+
// PanelBottomOpen aliases
|
|
1962
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1965
1963
|
// PanelRightClose aliases
|
|
1966
1964
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1965
|
+
// PanelLeftRightDashed aliases
|
|
1966
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1967
1967
|
// PanelRightOpen aliases
|
|
1968
1968
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1969
1969
|
// PanelRight aliases
|
|
1970
1970
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1971
1971
|
// PanelTopBottomDashed aliases
|
|
1972
1972
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1973
|
-
// PanelTopClose aliases
|
|
1974
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1975
1973
|
// PanelTopOpen aliases
|
|
1976
1974
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1977
1975
|
// PanelTop aliases
|
|
1978
1976
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1977
|
+
// PanelTopClose aliases
|
|
1978
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1979
1979
|
// PanelsLeftBottom aliases
|
|
1980
1980
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1981
|
-
// Paperclip aliases
|
|
1982
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1983
1981
|
// PanelsRightBottom aliases
|
|
1984
1982
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1983
|
+
// PaperBag aliases
|
|
1984
|
+
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
1985
|
+
// Paperclip aliases
|
|
1986
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1985
1987
|
// Parasol aliases
|
|
1986
1988
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1987
1989
|
// Parentheses aliases
|
|
1988
1990
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1989
|
-
// ParkingMeter aliases
|
|
1990
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1991
1991
|
// PartyPopper aliases
|
|
1992
1992
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1993
|
+
// ParkingMeter aliases
|
|
1994
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1993
1995
|
// Pause aliases
|
|
1994
1996
|
export { default as PauseIcon } from '../icons/pause';
|
|
1995
1997
|
// PawPrint aliases
|
|
@@ -1998,42 +2000,42 @@ export { default as PawPrintIcon } from '../icons/paw-print';
|
|
|
1998
2000
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1999
2001
|
// PenOff aliases
|
|
2000
2002
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2001
|
-
// PenTool aliases
|
|
2002
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2003
2003
|
// PencilLine aliases
|
|
2004
2004
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2005
|
+
// PenTool aliases
|
|
2006
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2005
2007
|
// PencilOff aliases
|
|
2006
2008
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2007
|
-
// PencilSparkles aliases
|
|
2008
|
-
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2009
2009
|
// PencilRuler aliases
|
|
2010
2010
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2011
|
-
//
|
|
2012
|
-
export { default as
|
|
2011
|
+
// PencilSparkles aliases
|
|
2012
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2013
2013
|
// Pencil aliases
|
|
2014
2014
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2015
|
-
//
|
|
2016
|
-
export { default as
|
|
2015
|
+
// Pentagon aliases
|
|
2016
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2017
2017
|
// PersonStanding aliases
|
|
2018
2018
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2019
|
+
// Percent aliases
|
|
2020
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
2019
2021
|
// Phi aliases
|
|
2020
2022
|
export { default as PhiIcon } from '../icons/phi';
|
|
2023
|
+
// PhilippinePeso aliases
|
|
2024
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2021
2025
|
// PhoneCall aliases
|
|
2022
2026
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2023
2027
|
// PhoneIncoming aliases
|
|
2024
2028
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2025
|
-
// PhilippinePeso aliases
|
|
2026
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2027
2029
|
// PhoneForwarded aliases
|
|
2028
2030
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2029
2031
|
// PhoneMissed aliases
|
|
2030
2032
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2031
2033
|
// PhoneOff aliases
|
|
2032
2034
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2033
|
-
// PhoneOutgoing aliases
|
|
2034
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2035
2035
|
// Phone aliases
|
|
2036
2036
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2037
|
+
// PhoneOutgoing aliases
|
|
2038
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2037
2039
|
// Pi aliases
|
|
2038
2040
|
export { default as PiIcon } from '../icons/pi';
|
|
2039
2041
|
// Piano aliases
|
|
@@ -2050,12 +2052,12 @@ export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
|
2050
2052
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2051
2053
|
// PilcrowRight aliases
|
|
2052
2054
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2055
|
+
// PillBottle aliases
|
|
2056
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2053
2057
|
// Pilcrow aliases
|
|
2054
2058
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2055
2059
|
// Pill aliases
|
|
2056
2060
|
export { default as PillIcon } from '../icons/pill';
|
|
2057
|
-
// PillBottle aliases
|
|
2058
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2059
2061
|
// PinOff aliases
|
|
2060
2062
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2061
2063
|
// Pipette aliases
|
|
@@ -2070,12 +2072,12 @@ export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
|
2070
2072
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2071
2073
|
// Plane aliases
|
|
2072
2074
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2073
|
-
// PlayOff aliases
|
|
2074
|
-
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2075
2075
|
// Play aliases
|
|
2076
2076
|
export { default as PlayIcon } from '../icons/play';
|
|
2077
2077
|
// Plug2 aliases
|
|
2078
2078
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2079
|
+
// PlayOff aliases
|
|
2080
|
+
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2079
2081
|
// Plus aliases
|
|
2080
2082
|
export { default as PlusIcon } from '../icons/plus';
|
|
2081
2083
|
// Plug aliases
|
|
@@ -2086,20 +2088,20 @@ export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
|
2086
2088
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2087
2089
|
// Podium aliases
|
|
2088
2090
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2089
|
-
// PointerOff aliases
|
|
2090
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2091
2091
|
// Pointer aliases
|
|
2092
2092
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2093
|
+
// PointerOff aliases
|
|
2094
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2093
2095
|
// Popcorn aliases
|
|
2094
2096
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2095
2097
|
// Popsicle aliases
|
|
2096
2098
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2099
|
+
// PoundSterling aliases
|
|
2100
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2097
2101
|
// PowerOff aliases
|
|
2098
2102
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2099
2103
|
// Power aliases
|
|
2100
2104
|
export { default as PowerIcon } from '../icons/power';
|
|
2101
|
-
// PoundSterling aliases
|
|
2102
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2103
2105
|
// Presentation aliases
|
|
2104
2106
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2105
2107
|
// PrinterCheck aliases
|
|
@@ -2108,10 +2110,10 @@ export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
|
2108
2110
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2109
2111
|
// Printer aliases
|
|
2110
2112
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2111
|
-
// Proportions aliases
|
|
2112
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2113
2113
|
// Projector aliases
|
|
2114
2114
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2115
|
+
// Proportions aliases
|
|
2116
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2115
2117
|
// Puzzle aliases
|
|
2116
2118
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2117
2119
|
// Pyramid aliases
|
|
@@ -2128,10 +2130,10 @@ export { default as RadarIcon } from '../icons/radar';
|
|
|
2128
2130
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2129
2131
|
// Radical aliases
|
|
2130
2132
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2131
|
-
// RadioOff aliases
|
|
2132
|
-
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2133
2133
|
// RadioReceiver aliases
|
|
2134
2134
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2135
|
+
// RadioOff aliases
|
|
2136
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2135
2137
|
// Radio aliases
|
|
2136
2138
|
export { default as RadioIcon } from '../icons/radio';
|
|
2137
2139
|
// RadioTower aliases
|
|
@@ -2158,16 +2160,16 @@ export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-ster
|
|
|
2158
2160
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2159
2161
|
// ReceiptSwissFranc aliases
|
|
2160
2162
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2161
|
-
// ReceiptText aliases
|
|
2162
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2163
2163
|
// ReceiptTurkishLira aliases
|
|
2164
2164
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2165
|
-
//
|
|
2166
|
-
export { default as
|
|
2165
|
+
// ReceiptText aliases
|
|
2166
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2167
2167
|
// RectangleCircle aliases
|
|
2168
2168
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2169
2169
|
// RectangleGoggles aliases
|
|
2170
2170
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2171
|
+
// Receipt aliases
|
|
2172
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2171
2173
|
// RectangleHorizontal aliases
|
|
2172
2174
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2173
2175
|
// RectangleVertical aliases
|
|
@@ -2186,14 +2188,14 @@ export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
|
2186
2188
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2187
2189
|
// RefreshCwOff aliases
|
|
2188
2190
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2191
|
+
// Refrigerator aliases
|
|
2192
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2189
2193
|
// RefreshCw aliases
|
|
2190
2194
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2191
2195
|
// Regex aliases
|
|
2192
2196
|
export { default as RegexIcon } from '../icons/regex';
|
|
2193
2197
|
// RemoveFormatting aliases
|
|
2194
2198
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2195
|
-
// Refrigerator aliases
|
|
2196
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2197
2199
|
// Repeat1 aliases
|
|
2198
2200
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2199
2201
|
// Repeat2 aliases
|
|
@@ -2214,18 +2216,18 @@ export { default as ReplyIcon } from '../icons/reply';
|
|
|
2214
2216
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2215
2217
|
// Ribbon aliases
|
|
2216
2218
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2217
|
-
// Road aliases
|
|
2218
|
-
export { default as RoadIcon } from '../icons/road';
|
|
2219
2219
|
// Rocket aliases
|
|
2220
2220
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2221
|
-
// RollerCoaster aliases
|
|
2222
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2223
2221
|
// RockingChair aliases
|
|
2224
2222
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2225
|
-
//
|
|
2226
|
-
export { default as
|
|
2223
|
+
// Road aliases
|
|
2224
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2225
|
+
// RollerCoaster aliases
|
|
2226
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2227
2227
|
// Rose aliases
|
|
2228
2228
|
export { default as RoseIcon } from '../icons/rose';
|
|
2229
|
+
// RotateCcwKey aliases
|
|
2230
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2229
2231
|
// RotateCcwSquare aliases
|
|
2230
2232
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2231
2233
|
// RotateCcw aliases
|
|
@@ -2234,16 +2236,16 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2234
2236
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2235
2237
|
// RotateCw aliases
|
|
2236
2238
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2239
|
+
// RouteOff aliases
|
|
2240
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2237
2241
|
// Route aliases
|
|
2238
2242
|
export { default as RouteIcon } from '../icons/route';
|
|
2239
2243
|
// Router aliases
|
|
2240
2244
|
export { default as RouterIcon } from '../icons/router';
|
|
2241
|
-
// RouteOff aliases
|
|
2242
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2243
|
-
// Rows4 aliases
|
|
2244
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2245
2245
|
// Rss aliases
|
|
2246
2246
|
export { default as RssIcon } from '../icons/rss';
|
|
2247
|
+
// Rows4 aliases
|
|
2248
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2247
2249
|
// RulerDimensionLine aliases
|
|
2248
2250
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2249
2251
|
// Ruler aliases
|
|
@@ -2272,10 +2274,10 @@ export { default as SaveOffIcon } from '../icons/save-off';
|
|
|
2272
2274
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2273
2275
|
// SavePlus aliases
|
|
2274
2276
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2275
|
-
// Scale aliases
|
|
2276
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2277
2277
|
// Save aliases
|
|
2278
2278
|
export { default as SaveIcon } from '../icons/save';
|
|
2279
|
+
// Scale aliases
|
|
2280
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2279
2281
|
// Scaling aliases
|
|
2280
2282
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2281
2283
|
// ScanBarcode aliases
|
|
@@ -2284,16 +2286,16 @@ export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
|
2284
2286
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2285
2287
|
// ScanFace aliases
|
|
2286
2288
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2287
|
-
// ScanLine aliases
|
|
2288
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2289
2289
|
// ScanHeart aliases
|
|
2290
2290
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2291
|
+
// ScanLine aliases
|
|
2292
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2291
2293
|
// ScanQrCode aliases
|
|
2292
2294
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2293
|
-
// ScanSearch aliases
|
|
2294
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2295
2295
|
// ScanText aliases
|
|
2296
2296
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2297
|
+
// ScanSearch aliases
|
|
2298
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2297
2299
|
// Scan aliases
|
|
2298
2300
|
export { default as ScanIcon } from '../icons/scan';
|
|
2299
2301
|
// School aliases
|
|
@@ -2322,14 +2324,14 @@ export { default as SearchCodeIcon } from '../icons/search-code';
|
|
|
2322
2324
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2323
2325
|
// SearchX aliases
|
|
2324
2326
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2325
|
-
// Search aliases
|
|
2326
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2327
2327
|
// Section aliases
|
|
2328
2328
|
export { default as SectionIcon } from '../icons/section';
|
|
2329
|
-
//
|
|
2330
|
-
export { default as
|
|
2329
|
+
// Search aliases
|
|
2330
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2331
2331
|
// SendToBack aliases
|
|
2332
2332
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2333
|
+
// Send aliases
|
|
2334
|
+
export { default as SendIcon } from '../icons/send';
|
|
2333
2335
|
// SeparatorHorizontal aliases
|
|
2334
2336
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2335
2337
|
// SeparatorVertical aliases
|
|
@@ -2352,10 +2354,10 @@ export { default as ShapesIcon } from '../icons/shapes';
|
|
|
2352
2354
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2353
2355
|
// Share aliases
|
|
2354
2356
|
export { default as ShareIcon } from '../icons/share';
|
|
2355
|
-
// Shell aliases
|
|
2356
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2357
2357
|
// Sheet aliases
|
|
2358
2358
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2359
|
+
// Shell aliases
|
|
2360
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2359
2361
|
// ShelvingUnit aliases
|
|
2360
2362
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2361
2363
|
// ShieldAlert aliases
|
|
@@ -2366,10 +2368,10 @@ export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
|
2366
2368
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2367
2369
|
// ShieldCogCorner aliases
|
|
2368
2370
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2369
|
-
// ShieldCog aliases
|
|
2370
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2371
2371
|
// ShieldEllipsis aliases
|
|
2372
2372
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2373
|
+
// ShieldCog aliases
|
|
2374
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2373
2375
|
// ShieldHalf aliases
|
|
2374
2376
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2375
2377
|
// ShieldMinus aliases
|
|
@@ -2388,14 +2390,14 @@ export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
|
2388
2390
|
export { default as ShipIcon } from '../icons/ship';
|
|
2389
2391
|
// Shirt aliases
|
|
2390
2392
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2391
|
-
// ShoppingBag aliases
|
|
2392
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2393
2393
|
// ShoppingBasket aliases
|
|
2394
2394
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2395
2395
|
// ShoppingCart aliases
|
|
2396
2396
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2397
2397
|
// Shovel aliases
|
|
2398
2398
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2399
|
+
// ShoppingBag aliases
|
|
2400
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2399
2401
|
// ShowerHead aliases
|
|
2400
2402
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2401
2403
|
// Shredder aliases
|
|
@@ -2414,22 +2416,22 @@ export { default as SigmaIcon } from '../icons/sigma';
|
|
|
2414
2416
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2415
2417
|
// SignalLow aliases
|
|
2416
2418
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2417
|
-
// SignalMedium aliases
|
|
2418
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2419
2419
|
// SignalZero aliases
|
|
2420
2420
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2421
|
+
// SignalMedium aliases
|
|
2422
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2423
|
+
// Signal aliases
|
|
2424
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2421
2425
|
// Signature aliases
|
|
2422
2426
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2423
2427
|
// SignpostBig aliases
|
|
2424
2428
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2425
|
-
//
|
|
2426
|
-
export { default as
|
|
2429
|
+
// Signpost aliases
|
|
2430
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2427
2431
|
// Siren aliases
|
|
2428
2432
|
export { default as SirenIcon } from '../icons/siren';
|
|
2429
2433
|
// SkipBack aliases
|
|
2430
2434
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2431
|
-
// Signpost aliases
|
|
2432
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2433
2435
|
// SkipForward aliases
|
|
2434
2436
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2435
2437
|
// Skull aliases
|
|
@@ -2448,10 +2450,10 @@ export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
|
2448
2450
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2449
2451
|
// SmilePlus aliases
|
|
2450
2452
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2451
|
-
// Snail aliases
|
|
2452
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2453
2453
|
// Smile aliases
|
|
2454
2454
|
export { default as SmileIcon } from '../icons/smile';
|
|
2455
|
+
// Snail aliases
|
|
2456
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2455
2457
|
// Snowflake aliases
|
|
2456
2458
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2457
2459
|
// SoapDispenserDroplet aliases
|
|
@@ -2464,12 +2466,12 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2464
2466
|
export { default as SoupIcon } from '../icons/soup';
|
|
2465
2467
|
// Space aliases
|
|
2466
2468
|
export { default as SpaceIcon } from '../icons/space';
|
|
2469
|
+
// Sparkle aliases
|
|
2470
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2467
2471
|
// Spade aliases
|
|
2468
2472
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2469
2473
|
// Speaker aliases
|
|
2470
2474
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2471
|
-
// Sparkle aliases
|
|
2472
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2473
2475
|
// Speech aliases
|
|
2474
2476
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2475
2477
|
// SpellCheck2 aliases
|
|
@@ -2482,10 +2484,10 @@ export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
|
2482
2484
|
export { default as SplineIcon } from '../icons/spline';
|
|
2483
2485
|
// Split aliases
|
|
2484
2486
|
export { default as SplitIcon } from '../icons/split';
|
|
2485
|
-
// SportShoe aliases
|
|
2486
|
-
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2487
2487
|
// Spool aliases
|
|
2488
2488
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2489
|
+
// SportShoe aliases
|
|
2490
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2489
2491
|
// Spotlight aliases
|
|
2490
2492
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2491
2493
|
// SprayCan aliases
|
|
@@ -2504,32 +2506,32 @@ export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom
|
|
|
2504
2506
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2505
2507
|
// SquarePause aliases
|
|
2506
2508
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2509
|
+
// SquareRadical aliases
|
|
2510
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2507
2511
|
// SquareRoundCorner aliases
|
|
2508
2512
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2509
2513
|
// SquareSquare aliases
|
|
2510
2514
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2511
|
-
// SquareRadical aliases
|
|
2512
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2513
|
-
// SquareStar aliases
|
|
2514
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2515
2515
|
// SquareStack aliases
|
|
2516
2516
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2517
|
-
//
|
|
2518
|
-
export { default as
|
|
2517
|
+
// SquareStar aliases
|
|
2518
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2519
2519
|
// Square aliases
|
|
2520
2520
|
export { default as SquareIcon } from '../icons/square';
|
|
2521
|
+
// SquareStop aliases
|
|
2522
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2523
|
+
// SquaresIntersect aliases
|
|
2524
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2521
2525
|
// SquaresExclude aliases
|
|
2522
2526
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2523
2527
|
// SquaresSubtract aliases
|
|
2524
2528
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2525
|
-
//
|
|
2526
|
-
export { default as
|
|
2529
|
+
// SquircleDashed aliases
|
|
2530
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2527
2531
|
// SquaresUnite aliases
|
|
2528
2532
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2529
2533
|
// Squircle aliases
|
|
2530
2534
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2531
|
-
// SquircleDashed aliases
|
|
2532
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2533
2535
|
// Squirrel aliases
|
|
2534
2536
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2535
2537
|
// Stamp aliases
|
|
@@ -2548,26 +2550,26 @@ export { default as StarPlusIcon } from '../icons/star-plus';
|
|
|
2548
2550
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2549
2551
|
// Star aliases
|
|
2550
2552
|
export { default as StarIcon } from '../icons/star';
|
|
2551
|
-
// StepForward aliases
|
|
2552
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2553
2553
|
// StepBack aliases
|
|
2554
2554
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2555
|
+
// StepForward aliases
|
|
2556
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2555
2557
|
// Stethoscope aliases
|
|
2556
2558
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2557
2559
|
// Sticker aliases
|
|
2558
2560
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2561
|
+
// StickyNoteCheck aliases
|
|
2562
|
+
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2559
2563
|
// StickyNoteMinus aliases
|
|
2560
2564
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2561
2565
|
// StickyNoteOff aliases
|
|
2562
2566
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2563
|
-
// StickyNoteCheck aliases
|
|
2564
|
-
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2565
2567
|
// StickyNotePlus aliases
|
|
2566
2568
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2567
|
-
// StickyNote aliases
|
|
2568
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2569
2569
|
// StickyNoteX aliases
|
|
2570
2570
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2571
|
+
// StickyNote aliases
|
|
2572
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2571
2573
|
// StickyNotes aliases
|
|
2572
2574
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2573
2575
|
// Stone aliases
|
|
@@ -2592,16 +2594,16 @@ export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
|
2592
2594
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2593
2595
|
// SunSnow aliases
|
|
2594
2596
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2595
|
-
// Sunrise aliases
|
|
2596
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2597
2597
|
// Sun aliases
|
|
2598
2598
|
export { default as SunIcon } from '../icons/sun';
|
|
2599
2599
|
// Sunset aliases
|
|
2600
2600
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2601
|
+
// Sunrise aliases
|
|
2602
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2603
2603
|
// Superscript aliases
|
|
2604
2604
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2605
|
+
// SwatchBook aliases
|
|
2606
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2605
2607
|
// SwissFranc aliases
|
|
2606
2608
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2607
2609
|
// SwitchCamera aliases
|
|
@@ -2618,14 +2620,14 @@ export { default as Table2Icon } from '../icons/table-2';
|
|
|
2618
2620
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2619
2621
|
// TableCellsSplit aliases
|
|
2620
2622
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2621
|
-
// TableColumnsSplit aliases
|
|
2622
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2623
2623
|
// TableOfContents aliases
|
|
2624
2624
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2625
|
-
// TableRowsSplit aliases
|
|
2626
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2627
2625
|
// TableProperties aliases
|
|
2628
2626
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2627
|
+
// TableColumnsSplit aliases
|
|
2628
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2629
|
+
// TableRowsSplit aliases
|
|
2630
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2629
2631
|
// Table aliases
|
|
2630
2632
|
export { default as TableIcon } from '../icons/table';
|
|
2631
2633
|
// TabletSmartphone aliases
|
|
@@ -2644,10 +2646,10 @@ export { default as TagIcon } from '../icons/tag';
|
|
|
2644
2646
|
export { default as TagsIcon } from '../icons/tags';
|
|
2645
2647
|
// Tally1 aliases
|
|
2646
2648
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2647
|
-
// Tally2 aliases
|
|
2648
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2649
2649
|
// Tally3 aliases
|
|
2650
2650
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2651
|
+
// Tally2 aliases
|
|
2652
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2651
2653
|
// Tally4 aliases
|
|
2652
2654
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2653
2655
|
// Tally5 aliases
|
|
@@ -2664,14 +2666,14 @@ export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
|
2664
2666
|
export { default as TentIcon } from '../icons/tent';
|
|
2665
2667
|
// Terminal aliases
|
|
2666
2668
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2667
|
-
// TestTubes aliases
|
|
2668
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2669
2669
|
// TestTube aliases
|
|
2670
2670
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2671
|
-
//
|
|
2672
|
-
export { default as
|
|
2671
|
+
// TestTubes aliases
|
|
2672
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2673
2673
|
// TextCursor aliases
|
|
2674
2674
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2675
|
+
// TextCursorInput aliases
|
|
2676
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2675
2677
|
// TextQuote aliases
|
|
2676
2678
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2677
2679
|
// TextSearch aliases
|
|
@@ -2722,18 +2724,18 @@ export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
|
2722
2724
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2723
2725
|
// ToolCase aliases
|
|
2724
2726
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2727
|
+
// Toolbox aliases
|
|
2728
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2725
2729
|
// Tornado aliases
|
|
2726
2730
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2727
2731
|
// Torus aliases
|
|
2728
2732
|
export { default as TorusIcon } from '../icons/torus';
|
|
2729
|
-
// Toolbox aliases
|
|
2730
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2731
2733
|
// TouchpadOff aliases
|
|
2732
2734
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2733
|
-
// TowelRack aliases
|
|
2734
|
-
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2735
2735
|
// Touchpad aliases
|
|
2736
2736
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2737
|
+
// TowelRack aliases
|
|
2738
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2737
2739
|
// TowerControl aliases
|
|
2738
2740
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2739
2741
|
// ToyBrick aliases
|
|
@@ -2746,14 +2748,16 @@ export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
|
2746
2748
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2747
2749
|
// TrainFront aliases
|
|
2748
2750
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2749
|
-
// TrainTrack aliases
|
|
2750
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2751
2751
|
// Transgender aliases
|
|
2752
2752
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2753
|
-
//
|
|
2754
|
-
export { default as
|
|
2753
|
+
// TrainTrack aliases
|
|
2754
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2755
2755
|
// Trash2 aliases
|
|
2756
2756
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2757
|
+
// Trees aliases
|
|
2758
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2759
|
+
// Trash aliases
|
|
2760
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2757
2761
|
// TreeDeciduous aliases
|
|
2758
2762
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2759
2763
|
// TreePine aliases
|
|
@@ -2762,26 +2766,24 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2762
2766
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2763
2767
|
// TrendingUpDown aliases
|
|
2764
2768
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2765
|
-
// Trees aliases
|
|
2766
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2767
2769
|
// TrendingUp aliases
|
|
2768
2770
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2769
|
-
// TriangleDashed aliases
|
|
2770
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2771
2771
|
// TriangleRight aliases
|
|
2772
2772
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2773
|
-
//
|
|
2774
|
-
export { default as
|
|
2773
|
+
// TriangleDashed aliases
|
|
2774
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2775
2775
|
// Trophy aliases
|
|
2776
2776
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2777
|
+
// Triangle aliases
|
|
2778
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2777
2779
|
// TruckElectric aliases
|
|
2778
2780
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2779
2781
|
// Truck aliases
|
|
2780
2782
|
export { default as TruckIcon } from '../icons/truck';
|
|
2781
|
-
// Turntable aliases
|
|
2782
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2783
2783
|
// TurkishLira aliases
|
|
2784
2784
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2785
|
+
// Turntable aliases
|
|
2786
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2785
2787
|
// Turtle aliases
|
|
2786
2788
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2787
2789
|
// Tv aliases
|
|
@@ -2814,18 +2816,18 @@ export { default as UngroupIcon } from '../icons/ungroup';
|
|
|
2814
2816
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2815
2817
|
// Unlink aliases
|
|
2816
2818
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2817
|
-
// Upload aliases
|
|
2818
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2819
2819
|
// Unplug aliases
|
|
2820
2820
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2821
|
+
// Upload aliases
|
|
2822
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2821
2823
|
// Usb aliases
|
|
2822
2824
|
export { default as UsbIcon } from '../icons/usb';
|
|
2825
|
+
// UserCog aliases
|
|
2826
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2823
2827
|
// UserCheck aliases
|
|
2824
2828
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2825
2829
|
// UserKey aliases
|
|
2826
2830
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2827
|
-
// UserCog aliases
|
|
2828
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2829
2831
|
// UserLock aliases
|
|
2830
2832
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2831
2833
|
// UserMinus aliases
|
|
@@ -2846,10 +2848,10 @@ export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
|
2846
2848
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2847
2849
|
// UserStar aliases
|
|
2848
2850
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2849
|
-
// User aliases
|
|
2850
|
-
export { default as UserIcon } from '../icons/user';
|
|
2851
2851
|
// UserX aliases
|
|
2852
2852
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2853
|
+
// User aliases
|
|
2854
|
+
export { default as UserIcon } from '../icons/user';
|
|
2853
2855
|
// Users aliases
|
|
2854
2856
|
export { default as UsersIcon } from '../icons/users';
|
|
2855
2857
|
// UtilityPole aliases
|
|
@@ -2862,12 +2864,12 @@ export { default as VariableIcon } from '../icons/variable';
|
|
|
2862
2864
|
export { default as VaultIcon } from '../icons/vault';
|
|
2863
2865
|
// VectorSquare aliases
|
|
2864
2866
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2867
|
+
// VenusAndMars aliases
|
|
2868
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2865
2869
|
// Vegan aliases
|
|
2866
2870
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2867
2871
|
// VenetianMask aliases
|
|
2868
2872
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2869
|
-
// VenusAndMars aliases
|
|
2870
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2871
2873
|
// Venus aliases
|
|
2872
2874
|
export { default as VenusIcon } from '../icons/venus';
|
|
2873
2875
|
// VibrateOff aliases
|
|
@@ -2880,36 +2882,36 @@ export { default as VideoOffIcon } from '../icons/video-off';
|
|
|
2880
2882
|
export { default as VideoIcon } from '../icons/video';
|
|
2881
2883
|
// Videotape aliases
|
|
2882
2884
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2883
|
-
// Voicemail aliases
|
|
2884
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2885
|
-
// Volleyball aliases
|
|
2886
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2887
2885
|
// View aliases
|
|
2888
2886
|
export { default as ViewIcon } from '../icons/view';
|
|
2887
|
+
// Volleyball aliases
|
|
2888
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2889
2889
|
// Volume1 aliases
|
|
2890
2890
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2891
|
-
//
|
|
2892
|
-
export { default as
|
|
2891
|
+
// Voicemail aliases
|
|
2892
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2893
2893
|
// Volume2 aliases
|
|
2894
2894
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2895
|
+
// VolumeOff aliases
|
|
2896
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2895
2897
|
// VolumeX aliases
|
|
2896
2898
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2897
2899
|
// Volume aliases
|
|
2898
2900
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2899
|
-
// Vote aliases
|
|
2900
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2901
2901
|
// WalletCards aliases
|
|
2902
2902
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2903
|
+
// Vote aliases
|
|
2904
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2903
2905
|
// Wallet aliases
|
|
2904
2906
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2905
2907
|
// Wallpaper aliases
|
|
2906
2908
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2907
2909
|
// Wand aliases
|
|
2908
2910
|
export { default as WandIcon } from '../icons/wand';
|
|
2909
|
-
// WashingMachine aliases
|
|
2910
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2911
2911
|
// Warehouse aliases
|
|
2912
2912
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2913
|
+
// WashingMachine aliases
|
|
2914
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2913
2915
|
// Watch aliases
|
|
2914
2916
|
export { default as WatchIcon } from '../icons/watch';
|
|
2915
2917
|
// WavesArrowDown aliases
|
|
@@ -2920,10 +2922,10 @@ export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
|
2920
2922
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2921
2923
|
// WavesVertical aliases
|
|
2922
2924
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2923
|
-
// Waypoints aliases
|
|
2924
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2925
2925
|
// WebcamOff aliases
|
|
2926
2926
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2927
|
+
// Waypoints aliases
|
|
2928
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2927
2929
|
// Webcam aliases
|
|
2928
2930
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2929
2931
|
// WebhookOff aliases
|
|
@@ -2938,22 +2940,22 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2938
2940
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2939
2941
|
// Wheat aliases
|
|
2940
2942
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2941
|
-
// WifiHigh aliases
|
|
2942
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2943
2943
|
// WholeWord aliases
|
|
2944
2944
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2945
2945
|
// WifiCog aliases
|
|
2946
2946
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2947
|
+
// WifiHigh aliases
|
|
2948
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2947
2949
|
// WifiLow aliases
|
|
2948
2950
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2949
|
-
// WifiPen aliases
|
|
2950
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2951
2951
|
// WifiOff aliases
|
|
2952
2952
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2953
|
-
//
|
|
2954
|
-
export { default as
|
|
2953
|
+
// WifiPen aliases
|
|
2954
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2955
2955
|
// WifiSync aliases
|
|
2956
2956
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2957
|
+
// WifiZero aliases
|
|
2958
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2957
2959
|
// Wifi aliases
|
|
2958
2960
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2959
2961
|
// WindArrowDown aliases
|
|
@@ -3024,24 +3026,18 @@ export {
|
|
|
3024
3026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
3025
3027
|
default as AlarmCheckIcon
|
|
3026
3028
|
} from '../icons/alarm-clock-check';
|
|
3027
|
-
// AlarmClockMinus aliases
|
|
3028
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3029
|
-
export {
|
|
3030
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
3031
|
-
default as AlarmMinusIcon
|
|
3032
|
-
} from '../icons/alarm-clock-minus';
|
|
3033
3029
|
// AlarmClockPlus aliases
|
|
3034
3030
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3035
3031
|
export {
|
|
3036
3032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3037
3033
|
default as AlarmPlusIcon
|
|
3038
3034
|
} from '../icons/alarm-clock-plus';
|
|
3039
|
-
//
|
|
3040
|
-
export { default as
|
|
3035
|
+
// AlarmClockMinus aliases
|
|
3036
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3041
3037
|
export {
|
|
3042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3043
|
-
default as
|
|
3044
|
-
} from '../icons/
|
|
3038
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
3039
|
+
default as AlarmMinusIcon
|
|
3040
|
+
} from '../icons/alarm-clock-minus';
|
|
3045
3041
|
// ArrowDownWideNarrow aliases
|
|
3046
3042
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3047
3043
|
export {
|
|
@@ -3054,6 +3050,12 @@ export {
|
|
|
3054
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
3055
3051
|
default as ArrowDownZaIcon
|
|
3056
3052
|
} from '../icons/arrow-down-z-a';
|
|
3053
|
+
// ArrowDownAZ aliases
|
|
3054
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as ArrowDownAzIcon
|
|
3058
|
+
} from '../icons/arrow-down-a-z';
|
|
3057
3059
|
// ArrowUpAZ aliases
|
|
3058
3060
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3059
3061
|
export {
|
|
@@ -3066,18 +3068,18 @@ export {
|
|
|
3066
3068
|
/** @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 */
|
|
3067
3069
|
default as SortAscIcon
|
|
3068
3070
|
} from '../icons/arrow-up-narrow-wide';
|
|
3069
|
-
// ArrowUpZA aliases
|
|
3070
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3071
|
-
export {
|
|
3072
|
-
/** @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 */
|
|
3073
|
-
default as ArrowUpZaIcon
|
|
3074
|
-
} from '../icons/arrow-up-z-a';
|
|
3075
3071
|
// Axis3d aliases
|
|
3076
3072
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3077
3073
|
export {
|
|
3078
3074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
3079
3075
|
default as Axis3DIcon
|
|
3080
3076
|
} from '../icons/axis-3d';
|
|
3077
|
+
// ArrowUpZA aliases
|
|
3078
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3079
|
+
export {
|
|
3080
|
+
/** @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 */
|
|
3081
|
+
default as ArrowUpZaIcon
|
|
3082
|
+
} from '../icons/arrow-up-z-a';
|
|
3081
3083
|
// BadgeCheck aliases
|
|
3082
3084
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3083
3085
|
export {
|
|
@@ -3108,18 +3110,18 @@ export {
|
|
|
3108
3110
|
/** @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 */
|
|
3109
3111
|
default as BookTemplateIcon
|
|
3110
3112
|
} from '../icons/book-dashed';
|
|
3111
|
-
// Braces aliases
|
|
3112
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
3113
|
-
export {
|
|
3114
|
-
/** @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 */
|
|
3115
|
-
default as CurlyBracesIcon
|
|
3116
|
-
} from '../icons/braces';
|
|
3117
3113
|
// Captions aliases
|
|
3118
3114
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3119
3115
|
export {
|
|
3120
3116
|
/** @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 */
|
|
3121
3117
|
default as SubtitlesIcon
|
|
3122
3118
|
} from '../icons/captions';
|
|
3119
|
+
// Braces aliases
|
|
3120
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3121
|
+
export {
|
|
3122
|
+
/** @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 */
|
|
3123
|
+
default as CurlyBracesIcon
|
|
3124
|
+
} from '../icons/braces';
|
|
3123
3125
|
// ChartArea aliases
|
|
3124
3126
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3125
3127
|
export {
|
|
@@ -3138,18 +3140,18 @@ export {
|
|
|
3138
3140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3139
3141
|
default as BarChartHorizontalIcon
|
|
3140
3142
|
} from '../icons/chart-bar';
|
|
3141
|
-
// ChartColumnBig aliases
|
|
3142
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3143
|
-
export {
|
|
3144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3145
|
-
default as BarChartBigIcon
|
|
3146
|
-
} from '../icons/chart-column-big';
|
|
3147
3143
|
// ChartCandlestick aliases
|
|
3148
3144
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3149
3145
|
export {
|
|
3150
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3151
3147
|
default as CandlestickChartIcon
|
|
3152
3148
|
} from '../icons/chart-candlestick';
|
|
3149
|
+
// ChartColumnBig aliases
|
|
3150
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3151
|
+
export {
|
|
3152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3153
|
+
default as BarChartBigIcon
|
|
3154
|
+
} from '../icons/chart-column-big';
|
|
3153
3155
|
// ChartColumnIncreasing aliases
|
|
3154
3156
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3155
3157
|
export {
|
|
@@ -3168,6 +3170,12 @@ export {
|
|
|
3168
3170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3169
3171
|
default as LineChartIcon
|
|
3170
3172
|
} from '../icons/chart-line';
|
|
3173
|
+
// ChartNoAxesColumn aliases
|
|
3174
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3175
|
+
export {
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as BarChart2Icon
|
|
3178
|
+
} from '../icons/chart-no-axes-column';
|
|
3171
3179
|
// ChartNoAxesColumnIncreasing aliases
|
|
3172
3180
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3173
3181
|
export {
|
|
@@ -3180,12 +3188,6 @@ export {
|
|
|
3180
3188
|
/** @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 */
|
|
3181
3189
|
default as GanttChartIcon
|
|
3182
3190
|
} from '../icons/chart-no-axes-gantt';
|
|
3183
|
-
// ChartNoAxesColumn aliases
|
|
3184
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3185
|
-
export {
|
|
3186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3187
|
-
default as BarChart2Icon
|
|
3188
|
-
} from '../icons/chart-no-axes-column';
|
|
3189
3191
|
// ChartPie aliases
|
|
3190
3192
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3191
3193
|
export {
|
|
@@ -3198,42 +3200,42 @@ export {
|
|
|
3198
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3199
3201
|
default as ScatterChartIcon
|
|
3200
3202
|
} from '../icons/chart-scatter';
|
|
3201
|
-
// CircleAlert aliases
|
|
3202
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3203
|
-
export {
|
|
3204
|
-
/** @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 */
|
|
3205
|
-
default as AlertCircleIcon
|
|
3206
|
-
} from '../icons/circle-alert';
|
|
3207
3203
|
// CircleArrowDown aliases
|
|
3208
3204
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3209
3205
|
export {
|
|
3210
3206
|
/** @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 */
|
|
3211
3207
|
default as ArrowDownCircleIcon
|
|
3212
3208
|
} from '../icons/circle-arrow-down';
|
|
3213
|
-
// CircleArrowOutDownLeft aliases
|
|
3214
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3215
|
-
export {
|
|
3216
|
-
/** @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 */
|
|
3217
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3218
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3219
3209
|
// CircleArrowLeft aliases
|
|
3220
3210
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3221
3211
|
export {
|
|
3222
3212
|
/** @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 */
|
|
3223
3213
|
default as ArrowLeftCircleIcon
|
|
3224
3214
|
} from '../icons/circle-arrow-left';
|
|
3225
|
-
//
|
|
3226
|
-
export { default as
|
|
3215
|
+
// CircleAlert aliases
|
|
3216
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3227
3217
|
export {
|
|
3228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3229
|
-
default as
|
|
3230
|
-
} from '../icons/circle-
|
|
3218
|
+
/** @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 */
|
|
3219
|
+
default as AlertCircleIcon
|
|
3220
|
+
} from '../icons/circle-alert';
|
|
3221
|
+
// CircleArrowOutDownLeft aliases
|
|
3222
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3223
|
+
export {
|
|
3224
|
+
/** @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 */
|
|
3225
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3226
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3231
3227
|
// CircleArrowOutUpLeft aliases
|
|
3232
3228
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3233
3229
|
export {
|
|
3234
3230
|
/** @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 */
|
|
3235
3231
|
default as ArrowUpLeftFromCircleIcon
|
|
3236
3232
|
} from '../icons/circle-arrow-out-up-left';
|
|
3233
|
+
// CircleArrowOutDownRight aliases
|
|
3234
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3235
|
+
export {
|
|
3236
|
+
/** @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 */
|
|
3237
|
+
default as ArrowDownRightFromCircleIcon
|
|
3238
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3237
3239
|
// CircleArrowOutUpRight aliases
|
|
3238
3240
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3239
3241
|
export {
|
|
@@ -3288,18 +3290,18 @@ export {
|
|
|
3288
3290
|
/** @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 */
|
|
3289
3291
|
default as ChevronUpCircleIcon
|
|
3290
3292
|
} from '../icons/circle-chevron-up';
|
|
3291
|
-
// CircleDivide aliases
|
|
3292
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3293
|
-
export {
|
|
3294
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3295
|
-
default as DivideCircleIcon
|
|
3296
|
-
} from '../icons/circle-divide';
|
|
3297
3293
|
// CircleGauge aliases
|
|
3298
3294
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3299
3295
|
export {
|
|
3300
3296
|
/** @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 */
|
|
3301
3297
|
default as GaugeCircleIcon
|
|
3302
3298
|
} from '../icons/circle-gauge';
|
|
3299
|
+
// CircleDivide aliases
|
|
3300
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3301
|
+
export {
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3303
|
+
default as DivideCircleIcon
|
|
3304
|
+
} from '../icons/circle-divide';
|
|
3303
3305
|
// CircleMinus aliases
|
|
3304
3306
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3305
3307
|
export {
|
|
@@ -3318,18 +3320,18 @@ export {
|
|
|
3318
3320
|
/** @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 */
|
|
3319
3321
|
default as ParkingCircleIcon
|
|
3320
3322
|
} from '../icons/circle-parking';
|
|
3321
|
-
// CirclePause aliases
|
|
3322
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3323
|
-
export {
|
|
3324
|
-
/** @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 */
|
|
3325
|
-
default as PauseCircleIcon
|
|
3326
|
-
} from '../icons/circle-pause';
|
|
3327
3323
|
// CirclePercent aliases
|
|
3328
3324
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3329
3325
|
export {
|
|
3330
3326
|
/** @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 */
|
|
3331
3327
|
default as PercentCircleIcon
|
|
3332
3328
|
} from '../icons/circle-percent';
|
|
3329
|
+
// CirclePause aliases
|
|
3330
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3331
|
+
export {
|
|
3332
|
+
/** @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 */
|
|
3333
|
+
default as PauseCircleIcon
|
|
3334
|
+
} from '../icons/circle-pause';
|
|
3333
3335
|
// CirclePlay aliases
|
|
3334
3336
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3335
3337
|
export {
|
|
@@ -3358,18 +3360,18 @@ export {
|
|
|
3358
3360
|
/** @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 */
|
|
3359
3361
|
default as CircleHelpIcon
|
|
3360
3362
|
} from '../icons/circle-question-mark';
|
|
3361
|
-
// CircleSlash2 aliases
|
|
3362
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3363
|
-
export {
|
|
3364
|
-
/** @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 */
|
|
3365
|
-
default as CircleSlashedIcon
|
|
3366
|
-
} from '../icons/circle-slash-2';
|
|
3367
3363
|
// CircleStop aliases
|
|
3368
3364
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3369
3365
|
export {
|
|
3370
3366
|
/** @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 */
|
|
3371
3367
|
default as StopCircleIcon
|
|
3372
3368
|
} from '../icons/circle-stop';
|
|
3369
|
+
// CircleSlash2 aliases
|
|
3370
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3373
|
+
default as CircleSlashedIcon
|
|
3374
|
+
} from '../icons/circle-slash-2';
|
|
3373
3375
|
// CircleUserRound aliases
|
|
3374
3376
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3375
3377
|
export {
|
|
@@ -3388,36 +3390,36 @@ export {
|
|
|
3388
3390
|
/** @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 */
|
|
3389
3391
|
default as XCircleIcon
|
|
3390
3392
|
} from '../icons/circle-x';
|
|
3391
|
-
// ClipboardPenLine aliases
|
|
3392
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3393
|
-
export {
|
|
3394
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3395
|
-
default as ClipboardSignatureIcon
|
|
3396
|
-
} from '../icons/clipboard-pen-line';
|
|
3397
3393
|
// ClipboardPen aliases
|
|
3398
3394
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3399
3395
|
export {
|
|
3400
3396
|
/** @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 */
|
|
3401
3397
|
default as ClipboardEditIcon
|
|
3402
3398
|
} from '../icons/clipboard-pen';
|
|
3399
|
+
// ClipboardPenLine aliases
|
|
3400
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3401
|
+
export {
|
|
3402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3403
|
+
default as ClipboardSignatureIcon
|
|
3404
|
+
} from '../icons/clipboard-pen-line';
|
|
3403
3405
|
// CloudDownload aliases
|
|
3404
3406
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3405
3407
|
export {
|
|
3406
3408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3407
3409
|
default as DownloadCloudIcon
|
|
3408
3410
|
} from '../icons/cloud-download';
|
|
3409
|
-
// CodeXml aliases
|
|
3410
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3411
|
-
export {
|
|
3412
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3413
|
-
default as Code2Icon
|
|
3414
|
-
} from '../icons/code-xml';
|
|
3415
3411
|
// CloudUpload aliases
|
|
3416
3412
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3417
3413
|
export {
|
|
3418
3414
|
/** @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 */
|
|
3419
3415
|
default as UploadCloudIcon
|
|
3420
3416
|
} from '../icons/cloud-upload';
|
|
3417
|
+
// CodeXml aliases
|
|
3418
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3419
|
+
export {
|
|
3420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3421
|
+
default as Code2Icon
|
|
3422
|
+
} from '../icons/code-xml';
|
|
3421
3423
|
// Columns2 aliases
|
|
3422
3424
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3423
3425
|
export {
|
|
@@ -3430,12 +3432,12 @@ export {
|
|
|
3430
3432
|
/** @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 */
|
|
3431
3433
|
default as PanelsLeftRightIcon
|
|
3432
3434
|
} from '../icons/columns-3';
|
|
3433
|
-
//
|
|
3434
|
-
export { default as
|
|
3435
|
+
// DiamondPercent aliases
|
|
3436
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3435
3437
|
export {
|
|
3436
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3437
|
-
default as
|
|
3438
|
-
} from '../icons/
|
|
3438
|
+
/** @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 */
|
|
3439
|
+
default as PercentDiamondIcon
|
|
3440
|
+
} from '../icons/diamond-percent';
|
|
3439
3441
|
// Columns3Cog aliases
|
|
3440
3442
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3441
3443
|
export {
|
|
@@ -3446,24 +3448,24 @@ export {
|
|
|
3446
3448
|
/** @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 */
|
|
3447
3449
|
default as TableConfigIcon
|
|
3448
3450
|
} from '../icons/columns-3-cog';
|
|
3449
|
-
//
|
|
3450
|
-
export { default as
|
|
3451
|
+
// Earth aliases
|
|
3452
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3451
3453
|
export {
|
|
3452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3453
|
-
default as
|
|
3454
|
-
} from '../icons/
|
|
3454
|
+
/** @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 */
|
|
3455
|
+
default as Globe2Icon
|
|
3456
|
+
} from '../icons/earth';
|
|
3455
3457
|
// EllipsisVertical aliases
|
|
3456
3458
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3457
3459
|
export {
|
|
3458
3460
|
/** @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 */
|
|
3459
3461
|
default as MoreVerticalIcon
|
|
3460
3462
|
} from '../icons/ellipsis-vertical';
|
|
3461
|
-
//
|
|
3462
|
-
export { default as
|
|
3463
|
+
// ContactRound aliases
|
|
3464
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3463
3465
|
export {
|
|
3464
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3465
|
-
default as
|
|
3466
|
-
} from '../icons/
|
|
3466
|
+
/** @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 */
|
|
3467
|
+
default as Contact2Icon
|
|
3468
|
+
} from '../icons/contact-round';
|
|
3467
3469
|
// Ellipsis aliases
|
|
3468
3470
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3469
3471
|
export {
|
|
@@ -3482,12 +3484,6 @@ export {
|
|
|
3482
3484
|
/** @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 */
|
|
3483
3485
|
default as FileBadge2Icon
|
|
3484
3486
|
} from '../icons/file-badge';
|
|
3485
|
-
// FileBracesCorner aliases
|
|
3486
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3487
|
-
export {
|
|
3488
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3489
|
-
default as FileJson2Icon
|
|
3490
|
-
} from '../icons/file-braces-corner';
|
|
3491
3487
|
// FileBraces aliases
|
|
3492
3488
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3493
3489
|
export {
|
|
@@ -3500,6 +3496,12 @@ export {
|
|
|
3500
3496
|
/** @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 */
|
|
3501
3497
|
default as FileBarChartIcon
|
|
3502
3498
|
} from '../icons/file-chart-column-increasing';
|
|
3499
|
+
// FileBracesCorner aliases
|
|
3500
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3501
|
+
export {
|
|
3502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3503
|
+
default as FileJson2Icon
|
|
3504
|
+
} from '../icons/file-braces-corner';
|
|
3503
3505
|
// FileChartColumn aliases
|
|
3504
3506
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3505
3507
|
export {
|
|
@@ -3512,18 +3514,18 @@ export {
|
|
|
3512
3514
|
/** @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 */
|
|
3513
3515
|
default as FileLineChartIcon
|
|
3514
3516
|
} from '../icons/file-chart-line';
|
|
3515
|
-
// FileCheckCorner aliases
|
|
3516
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3517
|
-
export {
|
|
3518
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3519
|
-
default as FileCheck2Icon
|
|
3520
|
-
} from '../icons/file-check-corner';
|
|
3521
3517
|
// FileChartPie aliases
|
|
3522
3518
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3523
3519
|
export {
|
|
3524
3520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3525
3521
|
default as FilePieChartIcon
|
|
3526
3522
|
} from '../icons/file-chart-pie';
|
|
3523
|
+
// FileCheckCorner aliases
|
|
3524
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3525
|
+
export {
|
|
3526
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3527
|
+
default as FileCheck2Icon
|
|
3528
|
+
} from '../icons/file-check-corner';
|
|
3527
3529
|
// FileCodeCorner aliases
|
|
3528
3530
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3529
3531
|
export {
|
|
@@ -3542,6 +3544,12 @@ export {
|
|
|
3542
3544
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3543
3545
|
default as FileWarningIcon
|
|
3544
3546
|
} from '../icons/file-exclamation-point';
|
|
3547
|
+
// FileKey aliases
|
|
3548
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3549
|
+
export {
|
|
3550
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3551
|
+
default as FileKey2Icon
|
|
3552
|
+
} from '../icons/file-key';
|
|
3545
3553
|
// FileHeadphone aliases
|
|
3546
3554
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3547
3555
|
export {
|
|
@@ -3552,12 +3560,6 @@ export {
|
|
|
3552
3560
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3553
3561
|
default as FileAudio2Icon
|
|
3554
3562
|
} from '../icons/file-headphone';
|
|
3555
|
-
// FileKey aliases
|
|
3556
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3557
|
-
export {
|
|
3558
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3559
|
-
default as FileKey2Icon
|
|
3560
|
-
} from '../icons/file-key';
|
|
3561
3563
|
// FileLock aliases
|
|
3562
3564
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3563
3565
|
export {
|
|
@@ -3612,30 +3614,30 @@ export {
|
|
|
3612
3614
|
/** @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 */
|
|
3613
3615
|
default as FileVolume2Icon
|
|
3614
3616
|
} from '../icons/file-signal';
|
|
3615
|
-
// FileTypeCorner aliases
|
|
3616
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3617
|
-
export {
|
|
3618
|
-
/** @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 */
|
|
3619
|
-
default as FileType2Icon
|
|
3620
|
-
} from '../icons/file-type-corner';
|
|
3621
3617
|
// FileVideoCamera aliases
|
|
3622
3618
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3623
3619
|
export {
|
|
3624
3620
|
/** @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 */
|
|
3625
3621
|
default as FileVideo2Icon
|
|
3626
3622
|
} from '../icons/file-video-camera';
|
|
3627
|
-
//
|
|
3628
|
-
export { default as
|
|
3623
|
+
// FileTypeCorner aliases
|
|
3624
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3629
3625
|
export {
|
|
3630
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3631
|
-
default as
|
|
3632
|
-
} from '../icons/file-
|
|
3626
|
+
/** @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 */
|
|
3627
|
+
default as FileType2Icon
|
|
3628
|
+
} from '../icons/file-type-corner';
|
|
3633
3629
|
// FingerprintPattern aliases
|
|
3634
3630
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3635
3631
|
export {
|
|
3636
3632
|
/** @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 */
|
|
3637
3633
|
default as FingerprintIcon
|
|
3638
3634
|
} from '../icons/fingerprint-pattern';
|
|
3635
|
+
// FileXCorner aliases
|
|
3636
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3637
|
+
export {
|
|
3638
|
+
/** @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 */
|
|
3639
|
+
default as FileX2Icon
|
|
3640
|
+
} from '../icons/file-x-corner';
|
|
3639
3641
|
// FolderCog aliases
|
|
3640
3642
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3641
3643
|
export {
|
|
@@ -3730,12 +3732,12 @@ export {
|
|
|
3730
3732
|
/** @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 */
|
|
3731
3733
|
default as IceCreamIcon
|
|
3732
3734
|
} from '../icons/ice-cream-cone';
|
|
3733
|
-
//
|
|
3734
|
-
export { default as
|
|
3735
|
+
// LaptopMinimal aliases
|
|
3736
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3735
3737
|
export {
|
|
3736
|
-
/** @deprecated The icon was
|
|
3737
|
-
default as
|
|
3738
|
-
} from '../icons/
|
|
3738
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3739
|
+
default as Laptop2Icon
|
|
3740
|
+
} from '../icons/laptop-minimal';
|
|
3739
3741
|
// ListIndentDecrease aliases
|
|
3740
3742
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3741
3743
|
export {
|
|
@@ -3746,12 +3748,12 @@ export {
|
|
|
3746
3748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3747
3749
|
default as IndentDecreaseIcon
|
|
3748
3750
|
} from '../icons/list-indent-decrease';
|
|
3749
|
-
//
|
|
3750
|
-
export { default as
|
|
3751
|
+
// Layers aliases
|
|
3752
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3751
3753
|
export {
|
|
3752
|
-
/** @deprecated The
|
|
3753
|
-
default as
|
|
3754
|
-
} from '../icons/
|
|
3754
|
+
/** @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 */
|
|
3755
|
+
default as Layers3Icon
|
|
3756
|
+
} from '../icons/layers';
|
|
3755
3757
|
// ListIndentIncrease aliases
|
|
3756
3758
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3757
3759
|
export {
|
|
@@ -3768,18 +3770,18 @@ export {
|
|
|
3768
3770
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3769
3771
|
default as Loader2Icon
|
|
3770
3772
|
} from '../icons/loader-circle';
|
|
3771
|
-
// LockKeyholeOpen aliases
|
|
3772
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3773
|
-
export {
|
|
3774
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3775
|
-
default as UnlockKeyholeIcon
|
|
3776
|
-
} from '../icons/lock-keyhole-open';
|
|
3777
3773
|
// LockOpen aliases
|
|
3778
3774
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3779
3775
|
export {
|
|
3780
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3781
3777
|
default as UnlockIcon
|
|
3782
3778
|
} from '../icons/lock-open';
|
|
3779
|
+
// LockKeyholeOpen aliases
|
|
3780
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3781
|
+
export {
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3783
|
+
default as UnlockKeyholeIcon
|
|
3784
|
+
} from '../icons/lock-keyhole-open';
|
|
3783
3785
|
// MailQuestionMark aliases
|
|
3784
3786
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3785
3787
|
export {
|
|
@@ -3804,6 +3806,12 @@ export {
|
|
|
3804
3806
|
/** @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 */
|
|
3805
3807
|
default as Mic2Icon
|
|
3806
3808
|
} from '../icons/mic-vocal';
|
|
3809
|
+
// OctagonPause aliases
|
|
3810
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3811
|
+
export {
|
|
3812
|
+
/** @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 */
|
|
3813
|
+
default as PauseOctagonIcon
|
|
3814
|
+
} from '../icons/octagon-pause';
|
|
3807
3815
|
// Move3d aliases
|
|
3808
3816
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3809
3817
|
export {
|
|
@@ -3816,12 +3824,6 @@ export {
|
|
|
3816
3824
|
/** @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 */
|
|
3817
3825
|
default as AlertOctagonIcon
|
|
3818
3826
|
} from '../icons/octagon-alert';
|
|
3819
|
-
// OctagonPause aliases
|
|
3820
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3821
|
-
export {
|
|
3822
|
-
/** @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 */
|
|
3823
|
-
default as PauseOctagonIcon
|
|
3824
|
-
} from '../icons/octagon-pause';
|
|
3825
3827
|
// OctagonX aliases
|
|
3826
3828
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3827
3829
|
export {
|
|
@@ -3864,30 +3866,36 @@ export {
|
|
|
3864
3866
|
/** @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 */
|
|
3865
3867
|
default as SidebarIcon
|
|
3866
3868
|
} from '../icons/panel-left';
|
|
3867
|
-
//
|
|
3868
|
-
export { default as
|
|
3869
|
+
// PanelsTopLeft aliases
|
|
3870
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3869
3871
|
export {
|
|
3870
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3871
|
-
default as
|
|
3872
|
-
} from '../icons/
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3873
|
+
default as LayoutIcon
|
|
3874
|
+
} from '../icons/panels-top-left';
|
|
3873
3875
|
// PanelTopDashed aliases
|
|
3874
3876
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3875
3877
|
export {
|
|
3876
3878
|
/** @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 */
|
|
3877
3879
|
default as PanelTopInactiveIcon
|
|
3878
3880
|
} from '../icons/panel-top-dashed';
|
|
3879
|
-
//
|
|
3880
|
-
export { default as
|
|
3881
|
+
// PanelRightDashed aliases
|
|
3882
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3881
3883
|
export {
|
|
3882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3883
|
-
default as
|
|
3884
|
-
} from '../icons/
|
|
3884
|
+
/** @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 */
|
|
3885
|
+
default as PanelRightInactiveIcon
|
|
3886
|
+
} from '../icons/panel-right-dashed';
|
|
3885
3887
|
// PenLine aliases
|
|
3886
3888
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3887
3889
|
export {
|
|
3888
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3889
3891
|
default as Edit3Icon
|
|
3890
3892
|
} from '../icons/pen-line';
|
|
3893
|
+
// PlugZap aliases
|
|
3894
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3895
|
+
export {
|
|
3896
|
+
/** @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 */
|
|
3897
|
+
default as PlugZap2Icon
|
|
3898
|
+
} from '../icons/plug-zap';
|
|
3891
3899
|
// Pen aliases
|
|
3892
3900
|
export { default as PenIcon } from '../icons/pen';
|
|
3893
3901
|
export {
|
|
@@ -3900,12 +3908,6 @@ export {
|
|
|
3900
3908
|
/** @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 */
|
|
3901
3909
|
default as FormInputIcon
|
|
3902
3910
|
} from '../icons/rectangle-ellipsis';
|
|
3903
|
-
// PlugZap aliases
|
|
3904
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3905
|
-
export {
|
|
3906
|
-
/** @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 */
|
|
3907
|
-
default as PlugZap2Icon
|
|
3908
|
-
} from '../icons/plug-zap';
|
|
3909
3911
|
// Rotate3d aliases
|
|
3910
3912
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3911
3913
|
export {
|
|
@@ -3924,6 +3926,12 @@ export {
|
|
|
3924
3926
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3925
3927
|
default as PanelsTopBottomIcon
|
|
3926
3928
|
} from '../icons/rows-3';
|
|
3929
|
+
// SendHorizontal aliases
|
|
3930
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3931
|
+
export {
|
|
3932
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3933
|
+
default as SendHorizonalIcon
|
|
3934
|
+
} from '../icons/send-horizontal';
|
|
3927
3935
|
// Scale3d aliases
|
|
3928
3936
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3929
3937
|
export {
|
|
@@ -3936,18 +3944,6 @@ export {
|
|
|
3936
3944
|
/** @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 */
|
|
3937
3945
|
default as ShieldQuestionIcon
|
|
3938
3946
|
} from '../icons/shield-question-mark';
|
|
3939
|
-
// SendHorizontal aliases
|
|
3940
|
-
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3941
|
-
export {
|
|
3942
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3943
|
-
default as SendHorizonalIcon
|
|
3944
|
-
} from '../icons/send-horizontal';
|
|
3945
|
-
// ShieldX aliases
|
|
3946
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @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 */
|
|
3949
|
-
default as ShieldCloseIcon
|
|
3950
|
-
} from '../icons/shield-x';
|
|
3951
3947
|
// SlidersVertical aliases
|
|
3952
3948
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3953
3949
|
export {
|
|
@@ -3966,6 +3962,12 @@ export {
|
|
|
3966
3962
|
/** @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 */
|
|
3967
3963
|
default as ActivitySquareIcon
|
|
3968
3964
|
} from '../icons/square-activity';
|
|
3965
|
+
// ShieldX aliases
|
|
3966
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3967
|
+
export {
|
|
3968
|
+
/** @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 */
|
|
3969
|
+
default as ShieldCloseIcon
|
|
3970
|
+
} from '../icons/shield-x';
|
|
3969
3971
|
// SquareArrowDownLeft aliases
|
|
3970
3972
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3971
3973
|
export {
|
|
@@ -3996,12 +3998,6 @@ export {
|
|
|
3996
3998
|
/** @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 */
|
|
3997
3999
|
default as ArrowDownLeftFromSquareIcon
|
|
3998
4000
|
} from '../icons/square-arrow-out-down-left';
|
|
3999
|
-
// SquareArrowOutUpRight aliases
|
|
4000
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4001
|
-
export {
|
|
4002
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
4003
|
-
default as ArrowUpRightFromSquareIcon
|
|
4004
|
-
} from '../icons/square-arrow-out-up-right';
|
|
4005
4001
|
// SquareArrowOutDownRight aliases
|
|
4006
4002
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4007
4003
|
export {
|
|
@@ -4014,48 +4010,54 @@ export {
|
|
|
4014
4010
|
/** @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 */
|
|
4015
4011
|
default as ArrowUpLeftFromSquareIcon
|
|
4016
4012
|
} from '../icons/square-arrow-out-up-left';
|
|
4017
|
-
//
|
|
4018
|
-
export { default as
|
|
4013
|
+
// SquareArrowOutUpRight aliases
|
|
4014
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4019
4015
|
export {
|
|
4020
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4021
|
-
default as
|
|
4022
|
-
} from '../icons/square-arrow-up-
|
|
4016
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
4017
|
+
default as ArrowUpRightFromSquareIcon
|
|
4018
|
+
} from '../icons/square-arrow-out-up-right';
|
|
4023
4019
|
// SquareArrowRight aliases
|
|
4024
4020
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4025
4021
|
export {
|
|
4026
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
4027
4023
|
default as ArrowRightSquareIcon
|
|
4028
4024
|
} from '../icons/square-arrow-right';
|
|
4029
|
-
//
|
|
4030
|
-
export { default as
|
|
4025
|
+
// SquareArrowUpLeft aliases
|
|
4026
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4031
4027
|
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-arrow-up';
|
|
4028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
4029
|
+
default as ArrowUpLeftSquareIcon
|
|
4030
|
+
} from '../icons/square-arrow-up-left';
|
|
4035
4031
|
// SquareArrowUpRight aliases
|
|
4036
4032
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4037
4033
|
export {
|
|
4038
4034
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
4039
4035
|
default as ArrowUpRightSquareIcon
|
|
4040
4036
|
} from '../icons/square-arrow-up-right';
|
|
4037
|
+
// SquareArrowUp aliases
|
|
4038
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4039
|
+
export {
|
|
4040
|
+
/** @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 */
|
|
4041
|
+
default as ArrowUpSquareIcon
|
|
4042
|
+
} from '../icons/square-arrow-up';
|
|
4041
4043
|
// SquareAsterisk aliases
|
|
4042
4044
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4043
4045
|
export {
|
|
4044
4046
|
/** @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 */
|
|
4045
4047
|
default as AsteriskSquareIcon
|
|
4046
4048
|
} from '../icons/square-asterisk';
|
|
4047
|
-
// SquareBottomDashedScissors aliases
|
|
4048
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4049
|
-
export {
|
|
4050
|
-
/** @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 */
|
|
4051
|
-
default as ScissorsSquareDashedBottomIcon
|
|
4052
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
4053
4049
|
// SquareCenterlineDashedHorizontal aliases
|
|
4054
4050
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4055
4051
|
export {
|
|
4056
4052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
4057
4053
|
default as FlipHorizontalIcon
|
|
4058
4054
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4055
|
+
// SquareBottomDashedScissors aliases
|
|
4056
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4057
|
+
export {
|
|
4058
|
+
/** @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 */
|
|
4059
|
+
default as ScissorsSquareDashedBottomIcon
|
|
4060
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
4059
4061
|
// SquareChartGantt aliases
|
|
4060
4062
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4061
4063
|
export {
|
|
@@ -4072,18 +4074,18 @@ export {
|
|
|
4072
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
4073
4075
|
default as FlipVerticalIcon
|
|
4074
4076
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4075
|
-
// SquareCheckBig aliases
|
|
4076
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4077
|
-
export {
|
|
4078
|
-
/** @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 */
|
|
4079
|
-
default as CheckSquareIcon
|
|
4080
|
-
} from '../icons/square-check-big';
|
|
4081
4077
|
// SquareCheck aliases
|
|
4082
4078
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4083
4079
|
export {
|
|
4084
4080
|
/** @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 */
|
|
4085
4081
|
default as CheckSquare2Icon
|
|
4086
4082
|
} from '../icons/square-check';
|
|
4083
|
+
// SquareCheckBig aliases
|
|
4084
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4085
|
+
export {
|
|
4086
|
+
/** @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 */
|
|
4087
|
+
default as CheckSquareIcon
|
|
4088
|
+
} from '../icons/square-check-big';
|
|
4087
4089
|
// SquareChevronDown aliases
|
|
4088
4090
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4089
4091
|
export {
|
|
@@ -4114,6 +4116,12 @@ export {
|
|
|
4114
4116
|
/** @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 */
|
|
4115
4117
|
default as CodeSquareIcon
|
|
4116
4118
|
} from '../icons/square-code';
|
|
4119
|
+
// SquareDashedMousePointer aliases
|
|
4120
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4121
|
+
export {
|
|
4122
|
+
/** @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 */
|
|
4123
|
+
default as MousePointerSquareDashedIcon
|
|
4124
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4117
4125
|
// SquareDashedKanban aliases
|
|
4118
4126
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4119
4127
|
export {
|
|
@@ -4130,12 +4138,6 @@ export {
|
|
|
4130
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4131
4139
|
default as TextSelectIcon
|
|
4132
4140
|
} from '../icons/square-dashed-text';
|
|
4133
|
-
// SquareDashedMousePointer aliases
|
|
4134
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4135
|
-
export {
|
|
4136
|
-
/** @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 */
|
|
4137
|
-
default as MousePointerSquareDashedIcon
|
|
4138
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
4139
4141
|
// SquareDashed aliases
|
|
4140
4142
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4141
4143
|
export {
|
|
@@ -4264,48 +4266,48 @@ export {
|
|
|
4264
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4265
4267
|
default as PowerSquareIcon
|
|
4266
4268
|
} from '../icons/square-power';
|
|
4267
|
-
// SquareScissors aliases
|
|
4268
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4269
|
-
export {
|
|
4270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4271
|
-
default as ScissorsSquareIcon
|
|
4272
|
-
} from '../icons/square-scissors';
|
|
4273
4269
|
// SquareSigma aliases
|
|
4274
4270
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4275
4271
|
export {
|
|
4276
4272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4277
4273
|
default as SigmaSquareIcon
|
|
4278
4274
|
} from '../icons/square-sigma';
|
|
4279
|
-
//
|
|
4280
|
-
export { default as
|
|
4275
|
+
// SquareScissors aliases
|
|
4276
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4281
4277
|
export {
|
|
4282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4283
|
-
default as
|
|
4284
|
-
} from '../icons/square-
|
|
4278
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4279
|
+
default as ScissorsSquareIcon
|
|
4280
|
+
} from '../icons/square-scissors';
|
|
4285
4281
|
// SquareSlash aliases
|
|
4286
4282
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4287
4283
|
export {
|
|
4288
4284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4289
4285
|
default as SlashSquareIcon
|
|
4290
4286
|
} from '../icons/square-slash';
|
|
4287
|
+
// SquareSplitHorizontal aliases
|
|
4288
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4289
|
+
export {
|
|
4290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4291
|
+
default as SplitSquareHorizontalIcon
|
|
4292
|
+
} from '../icons/square-split-horizontal';
|
|
4291
4293
|
// SquareSplitVertical aliases
|
|
4292
4294
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4293
4295
|
export {
|
|
4294
4296
|
/** @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 */
|
|
4295
4297
|
default as SplitSquareVerticalIcon
|
|
4296
4298
|
} from '../icons/square-split-vertical';
|
|
4297
|
-
// SquareUserRound aliases
|
|
4298
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4299
|
-
export {
|
|
4300
|
-
/** @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 */
|
|
4301
|
-
default as UserSquare2Icon
|
|
4302
|
-
} from '../icons/square-user-round';
|
|
4303
4299
|
// SquareTerminal aliases
|
|
4304
4300
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4305
4301
|
export {
|
|
4306
4302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4307
4303
|
default as TerminalSquareIcon
|
|
4308
4304
|
} from '../icons/square-terminal';
|
|
4305
|
+
// SquareUserRound aliases
|
|
4306
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4307
|
+
export {
|
|
4308
|
+
/** @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 */
|
|
4309
|
+
default as UserSquare2Icon
|
|
4310
|
+
} from '../icons/square-user-round';
|
|
4309
4311
|
// SquareUser aliases
|
|
4310
4312
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4311
4313
|
export {
|
|
@@ -4376,30 +4378,30 @@ export {
|
|
|
4376
4378
|
/** @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 */
|
|
4377
4379
|
default as PalmtreeIcon
|
|
4378
4380
|
} from '../icons/tree-palm';
|
|
4379
|
-
// TvMinimal aliases
|
|
4380
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4381
|
-
export {
|
|
4382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4383
|
-
default as Tv2Icon
|
|
4384
|
-
} from '../icons/tv-minimal';
|
|
4385
|
-
// University aliases
|
|
4386
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4387
|
-
export {
|
|
4388
|
-
/** @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 */
|
|
4389
|
-
default as School2Icon
|
|
4390
|
-
} from '../icons/university';
|
|
4391
4381
|
// TriangleAlert aliases
|
|
4392
4382
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4393
4383
|
export {
|
|
4394
4384
|
/** @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 */
|
|
4395
4385
|
default as AlertTriangleIcon
|
|
4396
4386
|
} from '../icons/triangle-alert';
|
|
4387
|
+
// TvMinimal aliases
|
|
4388
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4389
|
+
export {
|
|
4390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4391
|
+
default as Tv2Icon
|
|
4392
|
+
} from '../icons/tv-minimal';
|
|
4397
4393
|
// UserRoundCheck aliases
|
|
4398
4394
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4399
4395
|
export {
|
|
4400
4396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4401
4397
|
default as UserCheck2Icon
|
|
4402
4398
|
} from '../icons/user-round-check';
|
|
4399
|
+
// University aliases
|
|
4400
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4401
|
+
export {
|
|
4402
|
+
/** @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 */
|
|
4403
|
+
default as School2Icon
|
|
4404
|
+
} from '../icons/university';
|
|
4403
4405
|
// UserRoundCog aliases
|
|
4404
4406
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4405
4407
|
export {
|
|
@@ -4412,18 +4414,18 @@ export {
|
|
|
4412
4414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4413
4415
|
default as UserMinus2Icon
|
|
4414
4416
|
} from '../icons/user-round-minus';
|
|
4415
|
-
// UserRoundPlus aliases
|
|
4416
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4417
|
-
export {
|
|
4418
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4419
|
-
default as UserPlus2Icon
|
|
4420
|
-
} from '../icons/user-round-plus';
|
|
4421
4417
|
// UserRoundX aliases
|
|
4422
4418
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4423
4419
|
export {
|
|
4424
4420
|
/** @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 */
|
|
4425
4421
|
default as UserX2Icon
|
|
4426
4422
|
} from '../icons/user-round-x';
|
|
4423
|
+
// UserRoundPlus aliases
|
|
4424
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4425
|
+
export {
|
|
4426
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4427
|
+
default as UserPlus2Icon
|
|
4428
|
+
} from '../icons/user-round-plus';
|
|
4427
4429
|
// UserRound aliases
|
|
4428
4430
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4429
4431
|
export {
|
|
@@ -4436,18 +4438,18 @@ export {
|
|
|
4436
4438
|
/** @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 */
|
|
4437
4439
|
default as Users2Icon
|
|
4438
4440
|
} from '../icons/users-round';
|
|
4439
|
-
// Utensils aliases
|
|
4440
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4441
|
-
export {
|
|
4442
|
-
/** @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 */
|
|
4443
|
-
default as ForkKnifeIcon
|
|
4444
|
-
} from '../icons/utensils';
|
|
4445
4441
|
// UtensilsCrossed aliases
|
|
4446
4442
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4447
4443
|
export {
|
|
4448
4444
|
/** @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 */
|
|
4449
4445
|
default as ForkKnifeCrossedIcon
|
|
4450
4446
|
} from '../icons/utensils-crossed';
|
|
4447
|
+
// Utensils aliases
|
|
4448
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4449
|
+
export {
|
|
4450
|
+
/** @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 */
|
|
4451
|
+
default as ForkKnifeIcon
|
|
4452
|
+
} from '../icons/utensils';
|
|
4451
4453
|
// WalletMinimal aliases
|
|
4452
4454
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4453
4455
|
export {
|