@lucide/astro 1.42.0 → 1.44.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 +94 -82
- package/src/aliases/prefixed.ts +508 -490
- package/src/aliases/suffixed.ts +755 -737
- package/src/icons/carton-off.ts +20 -0
- package/src/icons/{flip-vertical-2.ts → carton.ts} +5 -5
- package/src/icons/credit-card-check.ts +2 -2
- package/src/icons/credit-card-minus.ts +2 -2
- package/src/icons/credit-card-plus.ts +2 -2
- package/src/icons/credit-card-x.ts +2 -2
- package/src/icons/credit-card.ts +2 -2
- package/src/icons/door-open.ts +2 -2
- package/src/icons/id-card-lanyard.ts +2 -2
- package/src/icons/id-card.ts +2 -2
- package/src/icons/index.ts +151 -146
- package/src/icons/satellite-dish.ts +2 -2
- package/src/icons/tic-tac-toe.ts +20 -0
- package/src/icons/toothbrush-sparkles.ts +20 -0
- package/src/icons/{flip-horizontal-2.ts → toothbrush.ts} +5 -5
- package/src/icons/triangles-centerline-dashed-horizontal.ts +20 -0
- package/src/icons/triangles-centerline-dashed-vertical.ts +20 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
-
//
|
|
10
|
-
export { default as
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
11
9
|
// Ad aliases
|
|
12
10
|
export { default as AdIcon } from '../icons/ad';
|
|
11
|
+
// Activity aliases
|
|
12
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
13
13
|
// AirVent aliases
|
|
14
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// Airplay aliases
|
|
@@ -20,14 +20,14 @@ export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
|
20
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
|
-
// AlignCenterHorizontal aliases
|
|
24
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
23
|
// Album aliases
|
|
26
24
|
export { default as AlbumIcon } from '../icons/album';
|
|
27
|
-
//
|
|
28
|
-
export { default as
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
29
27
|
// AlignCenterVertical aliases
|
|
30
28
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -104,26 +104,26 @@ export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
-
// ArrowBigRightDash aliases
|
|
108
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
107
|
// ArrowBigLeft aliases
|
|
110
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
+
// ArrowBigRightDash aliases
|
|
110
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownLeft aliases
|
|
118
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
117
|
// ArrowDownFromLine aliases
|
|
120
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
+
// ArrowDownLeft aliases
|
|
120
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
@@ -142,20 +142,20 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
//
|
|
150
|
-
export { default as
|
|
151
|
-
// ArrowUpFromDot aliases
|
|
152
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
153
149
|
// ArrowUpDown aliases
|
|
154
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
155
|
-
//
|
|
156
|
-
export { default as
|
|
151
|
+
// ArrowUpFromDot aliases
|
|
152
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
+
// ArrowUpFromLine aliases
|
|
154
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
155
|
// ArrowUpLeft aliases
|
|
158
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
+
// ArrowUpRight aliases
|
|
158
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
161
|
// ArrowUpWideNarrow aliases
|
|
@@ -172,14 +172,14 @@ export { default as AstroidIcon } from '../icons/astroid';
|
|
|
172
172
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
173
|
// Atom aliases
|
|
174
174
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
|
-
// AudioLinesX aliases
|
|
176
|
-
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
177
|
-
// AudioLines aliases
|
|
178
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
175
|
// AudioLinesOff aliases
|
|
180
176
|
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
177
|
+
// AudioLinesX aliases
|
|
178
|
+
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
181
179
|
// AudioWaveform aliases
|
|
182
180
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
|
+
// AudioLines aliases
|
|
182
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
183
|
// Award aliases
|
|
184
184
|
export { default as AwardIcon } from '../icons/award';
|
|
185
185
|
// Axe aliases
|
|
@@ -188,12 +188,12 @@ export { default as AxeIcon } from '../icons/axe';
|
|
|
188
188
|
export { default as BabyIcon } from '../icons/baby';
|
|
189
189
|
// Backpack aliases
|
|
190
190
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
+
// BadgeAlert aliases
|
|
192
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
193
|
// BadgeCent aliases
|
|
192
194
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
195
|
// BadgeDollarSign aliases
|
|
194
196
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeAlert aliases
|
|
196
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
197
197
|
// BadgeEuro aliases
|
|
198
198
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
199
|
// BadgeIndianRupee aliases
|
|
@@ -230,16 +230,16 @@ export { default as BanIcon } from '../icons/ban';
|
|
|
230
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
231
|
// Bandage aliases
|
|
232
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
// BanknoteArrowUp aliases
|
|
234
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
233
|
// BanknoteArrowDown aliases
|
|
236
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
237
|
-
//
|
|
238
|
-
export { default as
|
|
235
|
+
// BanknoteArrowUp aliases
|
|
236
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
239
237
|
// BanknoteX aliases
|
|
240
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
241
239
|
// Banknote aliases
|
|
242
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
+
// BanknoteCheck aliases
|
|
242
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
243
243
|
// Barcode aliases
|
|
244
244
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
245
|
// Barrel aliases
|
|
@@ -254,10 +254,10 @@ export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
|
254
254
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
255
255
|
// BatteryLow aliases
|
|
256
256
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
|
-
// BatteryMedium aliases
|
|
258
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
259
257
|
// BatteryPlus aliases
|
|
260
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
+
// BatteryMedium aliases
|
|
260
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
261
261
|
// BatteryWarning aliases
|
|
262
262
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
263
263
|
// Battery aliases
|
|
@@ -268,18 +268,18 @@ export { default as BeakerIcon } from '../icons/beaker';
|
|
|
268
268
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
269
|
// Bean aliases
|
|
270
270
|
export { default as BeanIcon } from '../icons/bean';
|
|
271
|
+
// Bed aliases
|
|
272
|
+
export { default as BedIcon } from '../icons/bed';
|
|
271
273
|
// BedDouble aliases
|
|
272
274
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
275
|
// BedSingle aliases
|
|
274
276
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
275
|
-
// Bed aliases
|
|
276
|
-
export { default as BedIcon } from '../icons/bed';
|
|
277
277
|
// BeefOff aliases
|
|
278
278
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
279
|
-
// Beef aliases
|
|
280
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
281
279
|
// BeerOff aliases
|
|
282
280
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
|
+
// Beef aliases
|
|
282
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
283
283
|
// Beer aliases
|
|
284
284
|
export { default as BeerIcon } from '../icons/beer';
|
|
285
285
|
// BellCheck aliases
|
|
@@ -300,20 +300,20 @@ export { default as BellRingIcon } from '../icons/bell-ring';
|
|
|
300
300
|
export { default as BellIcon } from '../icons/bell';
|
|
301
301
|
// BetweenVerticalEnd aliases
|
|
302
302
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
303
|
-
// BetweenVerticalStart aliases
|
|
304
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
305
303
|
// BicepsFlexed aliases
|
|
306
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
|
+
// BetweenVerticalStart aliases
|
|
306
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
307
307
|
// Bike aliases
|
|
308
308
|
export { default as BikeIcon } from '../icons/bike';
|
|
309
|
-
// Binary aliases
|
|
310
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
311
309
|
// Binoculars aliases
|
|
312
310
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
313
|
-
//
|
|
314
|
-
export { default as
|
|
311
|
+
// Binary aliases
|
|
312
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
315
313
|
// Biohazard aliases
|
|
316
314
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
315
|
+
// Bird aliases
|
|
316
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
317
317
|
// Birdhouse aliases
|
|
318
318
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
319
319
|
// Bitcoin aliases
|
|
@@ -336,16 +336,16 @@ export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching'
|
|
|
336
336
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
337
|
// Bold aliases
|
|
338
338
|
export { default as BoldIcon } from '../icons/bold';
|
|
339
|
-
// Bolt aliases
|
|
340
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
341
339
|
// Bomb aliases
|
|
342
340
|
export { default as BombIcon } from '../icons/bomb';
|
|
341
|
+
// Bolt aliases
|
|
342
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
343
343
|
// BoneFracture aliases
|
|
344
344
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
345
|
-
// BookA aliases
|
|
346
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
347
345
|
// Bone aliases
|
|
348
346
|
export { default as BoneIcon } from '../icons/bone';
|
|
347
|
+
// BookA aliases
|
|
348
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
349
349
|
// BookAlert aliases
|
|
350
350
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
351
|
// BookAudio aliases
|
|
@@ -354,12 +354,12 @@ export { default as BookAudioIcon } from '../icons/book-audio';
|
|
|
354
354
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
355
355
|
// BookDown aliases
|
|
356
356
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
|
-
// BookHeadphones aliases
|
|
358
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
357
|
// BookCopy aliases
|
|
360
358
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
361
359
|
// BookHeart aliases
|
|
362
360
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
|
+
// BookHeadphones aliases
|
|
362
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
363
363
|
// BookImage aliases
|
|
364
364
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
365
365
|
// BookKey aliases
|
|
@@ -378,10 +378,10 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
378
378
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
379
379
|
// BookPlus aliases
|
|
380
380
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
381
|
-
// BookText aliases
|
|
382
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
381
|
// BookSearch aliases
|
|
384
382
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
383
|
+
// BookText aliases
|
|
384
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
385
385
|
// BookType aliases
|
|
386
386
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
387
387
|
// BookUp2 aliases
|
|
@@ -406,12 +406,12 @@ export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
|
406
406
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
407
407
|
// Bookmark aliases
|
|
408
408
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
409
|
+
// BoomBox aliases
|
|
410
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
411
|
// BotMessageSquare aliases
|
|
410
412
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
413
|
// BotOff aliases
|
|
412
414
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
413
|
-
// BoomBox aliases
|
|
414
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
415
415
|
// Bot aliases
|
|
416
416
|
export { default as BotIcon } from '../icons/bot';
|
|
417
417
|
// BottleWine aliases
|
|
@@ -420,12 +420,12 @@ export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
|
420
420
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
421
421
|
// Box aliases
|
|
422
422
|
export { default as BoxIcon } from '../icons/box';
|
|
423
|
+
// Boxes aliases
|
|
424
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
425
|
// Brackets aliases
|
|
424
426
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
427
|
// BrainCircuit aliases
|
|
426
428
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
-
// Boxes aliases
|
|
428
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
429
429
|
// BrainCog aliases
|
|
430
430
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
431
431
|
// Brain aliases
|
|
@@ -434,20 +434,20 @@ export { default as BrainIcon } from '../icons/brain';
|
|
|
434
434
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
435
435
|
// BrickWallShield aliases
|
|
436
436
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
437
|
-
// BrickWall aliases
|
|
438
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
439
437
|
// Bridge aliases
|
|
440
438
|
export { default as BridgeIcon } from '../icons/bridge';
|
|
441
439
|
// BriefcaseBusiness aliases
|
|
442
440
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
443
441
|
// BriefcaseConveyorBelt aliases
|
|
444
442
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
443
|
+
// BrickWall aliases
|
|
444
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
445
|
+
// Briefcase aliases
|
|
446
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
447
|
// BriefcaseMedical aliases
|
|
446
448
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
447
449
|
// BringToFront aliases
|
|
448
450
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
449
|
-
// Briefcase aliases
|
|
450
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
451
451
|
// Broccoli aliases
|
|
452
452
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
453
453
|
// BroomSparkles aliases
|
|
@@ -458,10 +458,10 @@ export { default as BroomIcon } from '../icons/broom';
|
|
|
458
458
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
459
459
|
// Brush aliases
|
|
460
460
|
export { default as BrushIcon } from '../icons/brush';
|
|
461
|
-
// BugOff aliases
|
|
462
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
463
461
|
// Bubbles aliases
|
|
464
462
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
463
|
+
// BugOff aliases
|
|
464
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
465
465
|
// BugPlay aliases
|
|
466
466
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
467
467
|
// Bug aliases
|
|
@@ -470,18 +470,18 @@ export { default as BugIcon } from '../icons/bug';
|
|
|
470
470
|
export { default as Building2Icon } from '../icons/building-2';
|
|
471
471
|
// Building aliases
|
|
472
472
|
export { default as BuildingIcon } from '../icons/building';
|
|
473
|
+
// CableCar aliases
|
|
474
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
475
|
// BusFront aliases
|
|
474
476
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
475
477
|
// Bus aliases
|
|
476
478
|
export { default as BusIcon } from '../icons/bus';
|
|
477
|
-
// CableCar aliases
|
|
478
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
479
479
|
// Cable aliases
|
|
480
480
|
export { default as CableIcon } from '../icons/cable';
|
|
481
|
-
// Cake aliases
|
|
482
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
483
481
|
// CakeSlice aliases
|
|
484
482
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
483
|
+
// Cake aliases
|
|
484
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
485
485
|
// Calculator aliases
|
|
486
486
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
487
487
|
// Calendar1 aliases
|
|
@@ -500,24 +500,24 @@ export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
|
500
500
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
501
501
|
// CalendarDays aliases
|
|
502
502
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
503
|
-
// CalendarHeart aliases
|
|
504
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
505
503
|
// CalendarFold aliases
|
|
506
504
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
505
|
+
// CalendarHeart aliases
|
|
506
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
507
507
|
// CalendarMinus2 aliases
|
|
508
508
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
509
|
-
// CalendarMinus aliases
|
|
510
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
511
509
|
// CalendarOff aliases
|
|
512
510
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
511
|
+
// CalendarMinus aliases
|
|
512
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
513
513
|
// CalendarPlus2 aliases
|
|
514
514
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
515
515
|
// CalendarPlus aliases
|
|
516
516
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
517
|
-
// CalendarRange aliases
|
|
518
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
519
517
|
// CalendarSearch aliases
|
|
520
518
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
519
|
+
// CalendarRange aliases
|
|
520
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
521
521
|
// CalendarSync aliases
|
|
522
522
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
523
523
|
// CalendarX2 aliases
|
|
@@ -526,22 +526,22 @@ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
|
526
526
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
527
527
|
// Calendar aliases
|
|
528
528
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
529
|
-
// Calendars aliases
|
|
530
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
531
529
|
// CameraOff aliases
|
|
532
530
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
533
531
|
// Camera aliases
|
|
534
532
|
export { default as CameraIcon } from '../icons/camera';
|
|
533
|
+
// Calendars aliases
|
|
534
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
535
535
|
// CanSoda aliases
|
|
536
536
|
export { default as CanSodaIcon } from '../icons/can-soda';
|
|
537
|
-
// CandyCane aliases
|
|
538
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
539
|
-
// Candy aliases
|
|
540
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
541
537
|
// Can aliases
|
|
542
538
|
export { default as CanIcon } from '../icons/can';
|
|
539
|
+
// CandyCane aliases
|
|
540
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
543
541
|
// CandyOff aliases
|
|
544
542
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
543
|
+
// Candy aliases
|
|
544
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
545
545
|
// CannabisOff aliases
|
|
546
546
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
547
547
|
// Cannabis aliases
|
|
@@ -552,72 +552,76 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
552
552
|
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
553
553
|
// CarFront aliases
|
|
554
554
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
555
|
-
// Car aliases
|
|
556
|
-
export { default as CarIcon } from '../icons/car';
|
|
557
555
|
// CarTaxiFront aliases
|
|
558
556
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
557
|
+
// Car aliases
|
|
558
|
+
export { default as CarIcon } from '../icons/car';
|
|
559
559
|
// Caravan aliases
|
|
560
560
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
561
561
|
// CardSim aliases
|
|
562
562
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
563
563
|
// Carrot aliases
|
|
564
564
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
565
|
+
// CartonOff aliases
|
|
566
|
+
export { default as CartonOffIcon } from '../icons/carton-off';
|
|
567
|
+
// Carton aliases
|
|
568
|
+
export { default as CartonIcon } from '../icons/carton';
|
|
565
569
|
// CaseLower aliases
|
|
566
570
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
567
571
|
// CaseSensitive aliases
|
|
568
572
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
569
|
-
// CassetteTape aliases
|
|
570
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
571
573
|
// CaseUpper aliases
|
|
572
574
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
575
|
+
// CassetteTape aliases
|
|
576
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
573
577
|
// Cast aliases
|
|
574
578
|
export { default as CastIcon } from '../icons/cast';
|
|
575
|
-
// Cat aliases
|
|
576
|
-
export { default as CatIcon } from '../icons/cat';
|
|
577
579
|
// Castle aliases
|
|
578
580
|
export { default as CastleIcon } from '../icons/castle';
|
|
581
|
+
// Cat aliases
|
|
582
|
+
export { default as CatIcon } from '../icons/cat';
|
|
579
583
|
// CctvOff aliases
|
|
580
584
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
581
585
|
// Cctv aliases
|
|
582
586
|
export { default as CctvIcon } from '../icons/cctv';
|
|
583
|
-
// ChartBarIncreasing aliases
|
|
584
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
585
587
|
// ChartBarDecreasing aliases
|
|
586
588
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
589
|
+
// ChartBarIncreasing aliases
|
|
590
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
587
591
|
// ChartBarStacked aliases
|
|
588
592
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
589
|
-
// ChartColumnDecreasing aliases
|
|
590
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
591
593
|
// ChartColumnStacked aliases
|
|
592
594
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
595
|
+
// ChartColumnDecreasing aliases
|
|
596
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
593
597
|
// ChartGantt aliases
|
|
594
598
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
595
599
|
// ChartNetwork aliases
|
|
596
600
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
597
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
598
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
599
601
|
// ChartNoAxesCombined aliases
|
|
600
602
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
603
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
604
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
601
605
|
// ChartSpline aliases
|
|
602
606
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
603
607
|
// CheckCheck aliases
|
|
604
608
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
605
609
|
// CheckLine aliases
|
|
606
610
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
607
|
-
// Check aliases
|
|
608
|
-
export { default as CheckIcon } from '../icons/check';
|
|
609
611
|
// ChefHat aliases
|
|
610
612
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
613
|
+
// Check aliases
|
|
614
|
+
export { default as CheckIcon } from '../icons/check';
|
|
611
615
|
// Cherry aliases
|
|
612
616
|
export { default as CherryIcon } from '../icons/cherry';
|
|
613
617
|
// ChessBishop aliases
|
|
614
618
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
615
|
-
// ChessKnight aliases
|
|
616
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
617
|
-
// ChessKing aliases
|
|
618
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
619
619
|
// ChessPawn aliases
|
|
620
620
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
621
|
+
// ChessKing aliases
|
|
622
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
623
|
+
// ChessKnight aliases
|
|
624
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
621
625
|
// ChessQueen aliases
|
|
622
626
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
623
627
|
// ChessRook aliases
|
|
@@ -650,32 +654,32 @@ export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
|
650
654
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
651
655
|
// ChevronsUpDown aliases
|
|
652
656
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
653
|
-
// Church aliases
|
|
654
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
655
657
|
// ChevronsUp aliases
|
|
656
658
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
659
|
+
// Church aliases
|
|
660
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
657
661
|
// CigaretteOff aliases
|
|
658
662
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
659
663
|
// Cigarette aliases
|
|
660
664
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
661
|
-
// CircleDashedCheck aliases
|
|
662
|
-
export { default as CircleDashedCheckIcon } from '../icons/circle-dashed-check';
|
|
663
665
|
// CircleDashed aliases
|
|
664
666
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
667
|
+
// CircleDashedCheck aliases
|
|
668
|
+
export { default as CircleDashedCheckIcon } from '../icons/circle-dashed-check';
|
|
665
669
|
// CircleDollarSign aliases
|
|
666
670
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
667
671
|
// CircleDotDashed aliases
|
|
668
672
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
669
673
|
// CircleDot aliases
|
|
670
674
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
671
|
-
// CircleEllipsis aliases
|
|
672
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
673
675
|
// CircleEqual aliases
|
|
674
676
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
675
|
-
//
|
|
676
|
-
export { default as
|
|
677
|
+
// CircleEllipsis aliases
|
|
678
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
677
679
|
// CircleFadingArrowUp aliases
|
|
678
680
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
681
|
+
// CircleEuro aliases
|
|
682
|
+
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
679
683
|
// CircleFadingPlus aliases
|
|
680
684
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
681
685
|
// CircleOff aliases
|
|
@@ -692,10 +696,10 @@ export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
|
692
696
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
693
697
|
// Circle aliases
|
|
694
698
|
export { default as CircleIcon } from '../icons/circle';
|
|
695
|
-
// CircuitBoard aliases
|
|
696
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
697
699
|
// Citrus aliases
|
|
698
700
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
701
|
+
// CircuitBoard aliases
|
|
702
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
699
703
|
// Clapperboard aliases
|
|
700
704
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
701
705
|
// ClipboardCheck aliases
|
|
@@ -704,10 +708,10 @@ export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
|
704
708
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
705
709
|
// ClipboardCopy aliases
|
|
706
710
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
707
|
-
// ClipboardList aliases
|
|
708
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
709
711
|
// ClipboardMinus aliases
|
|
710
712
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
713
|
+
// ClipboardList aliases
|
|
714
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
711
715
|
// ClipboardPaste aliases
|
|
712
716
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
713
717
|
// ClipboardPlus aliases
|
|
@@ -730,18 +734,18 @@ export { default as Clock12Icon } from '../icons/clock-12';
|
|
|
730
734
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
731
735
|
// Clock3 aliases
|
|
732
736
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
733
|
-
// Clock4 aliases
|
|
734
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
735
737
|
// Clock5 aliases
|
|
736
738
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
739
|
+
// Clock4 aliases
|
|
740
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
737
741
|
// Clock6 aliases
|
|
738
742
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
743
|
+
// Clock7 aliases
|
|
744
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
739
745
|
// Clock8 aliases
|
|
740
746
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
741
747
|
// Clock9 aliases
|
|
742
748
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
743
|
-
// Clock7 aliases
|
|
744
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
745
749
|
// ClockAlert aliases
|
|
746
750
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
747
751
|
// ClockArrowDown aliases
|
|
@@ -756,30 +760,30 @@ export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
|
756
760
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
757
761
|
// ClockFading aliases
|
|
758
762
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
763
|
+
// Clock aliases
|
|
764
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
759
765
|
// ClockPlus aliases
|
|
760
766
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
761
767
|
// ClosedCaption aliases
|
|
762
768
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
763
|
-
// Clock aliases
|
|
764
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
765
769
|
// CloudAlert aliases
|
|
766
770
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
767
|
-
// CloudBackup aliases
|
|
768
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
769
771
|
// CloudCheck aliases
|
|
770
772
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
773
|
+
// CloudBackup aliases
|
|
774
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
771
775
|
// CloudCog aliases
|
|
772
776
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
773
|
-
// CloudFog aliases
|
|
774
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
775
777
|
// CloudDrizzle aliases
|
|
776
778
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
779
|
+
// CloudFog aliases
|
|
780
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
777
781
|
// CloudHail aliases
|
|
778
782
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
779
|
-
// CloudLightning aliases
|
|
780
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
781
783
|
// CloudMoonRain aliases
|
|
782
784
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
785
|
+
// CloudLightning aliases
|
|
786
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
783
787
|
// CloudMoon aliases
|
|
784
788
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
785
789
|
// CloudOff aliases
|
|
@@ -794,10 +798,10 @@ export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
|
794
798
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
795
799
|
// CloudSun aliases
|
|
796
800
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
797
|
-
// CloudSync aliases
|
|
798
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
799
801
|
// Cloud aliases
|
|
800
802
|
export { default as CloudIcon } from '../icons/cloud';
|
|
803
|
+
// CloudSync aliases
|
|
804
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
801
805
|
// Cloudy aliases
|
|
802
806
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
803
807
|
// Clover aliases
|
|
@@ -824,54 +828,54 @@ export { default as CompassIcon } from '../icons/compass';
|
|
|
824
828
|
export { default as ComponentIcon } from '../icons/component';
|
|
825
829
|
// Computer aliases
|
|
826
830
|
export { default as ComputerIcon } from '../icons/computer';
|
|
827
|
-
// ConciergeBell aliases
|
|
828
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
829
831
|
// Cone aliases
|
|
830
832
|
export { default as ConeIcon } from '../icons/cone';
|
|
831
|
-
//
|
|
832
|
-
export { default as
|
|
833
|
+
// ConciergeBell aliases
|
|
834
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
833
835
|
// Construction aliases
|
|
834
836
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
837
|
+
// Contact aliases
|
|
838
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
835
839
|
// Container aliases
|
|
836
840
|
export { default as ContainerIcon } from '../icons/container';
|
|
837
|
-
// Cookie aliases
|
|
838
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
839
841
|
// Contrast aliases
|
|
840
842
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
841
843
|
// CookingPot aliases
|
|
842
844
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
845
|
+
// Cookie aliases
|
|
846
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
843
847
|
// CopyCheck aliases
|
|
844
848
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
845
849
|
// CopyMinus aliases
|
|
846
850
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
847
|
-
// CopyPlus aliases
|
|
848
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
849
851
|
// CopySlash aliases
|
|
850
852
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
851
853
|
// CopyX aliases
|
|
852
854
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
855
|
+
// CopyPlus aliases
|
|
856
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
853
857
|
// Copy aliases
|
|
854
858
|
export { default as CopyIcon } from '../icons/copy';
|
|
855
859
|
// Copyleft aliases
|
|
856
860
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
861
|
+
// Copyright aliases
|
|
862
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
857
863
|
// CornerDownLeft aliases
|
|
858
864
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
859
865
|
// CornerDownRight aliases
|
|
860
866
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
861
|
-
// Copyright aliases
|
|
862
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
863
|
-
// CornerLeftUp aliases
|
|
864
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
865
867
|
// CornerLeftDown aliases
|
|
866
868
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
869
|
+
// CornerLeftUp aliases
|
|
870
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
867
871
|
// CornerRightDown aliases
|
|
868
872
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
869
|
-
// CornerUpLeft aliases
|
|
870
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
871
873
|
// CornerRightUp aliases
|
|
872
874
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
873
875
|
// CornerUpRight aliases
|
|
874
876
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
877
|
+
// CornerUpLeft aliases
|
|
878
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
875
879
|
// Cpu aliases
|
|
876
880
|
export { default as CpuIcon } from '../icons/cpu';
|
|
877
881
|
// CreativeCommons aliases
|
|
@@ -880,10 +884,10 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
880
884
|
export { default as CreditCardCheckIcon } from '../icons/credit-card-check';
|
|
881
885
|
// CreditCardMinus aliases
|
|
882
886
|
export { default as CreditCardMinusIcon } from '../icons/credit-card-minus';
|
|
883
|
-
// CreditCardPlus aliases
|
|
884
|
-
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
885
887
|
// CreditCardReader aliases
|
|
886
888
|
export { default as CreditCardReaderIcon } from '../icons/credit-card-reader';
|
|
889
|
+
// CreditCardPlus aliases
|
|
890
|
+
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
887
891
|
// CreditCardX aliases
|
|
888
892
|
export { default as CreditCardXIcon } from '../icons/credit-card-x';
|
|
889
893
|
// CreditCard aliases
|
|
@@ -896,26 +900,26 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
896
900
|
export { default as CrossIcon } from '../icons/cross';
|
|
897
901
|
// Crosshair aliases
|
|
898
902
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
899
|
-
// Crown aliases
|
|
900
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
901
903
|
// Cuboid aliases
|
|
902
904
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
903
905
|
// CupSoda aliases
|
|
904
906
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
907
|
+
// Crown aliases
|
|
908
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
905
909
|
// Cylinder aliases
|
|
906
910
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
907
|
-
// Dam aliases
|
|
908
|
-
export { default as DamIcon } from '../icons/dam';
|
|
909
911
|
// Currency aliases
|
|
910
912
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
911
|
-
//
|
|
912
|
-
export { default as
|
|
913
|
+
// Dam aliases
|
|
914
|
+
export { default as DamIcon } from '../icons/dam';
|
|
913
915
|
// DatabaseArrowDown aliases
|
|
914
916
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
915
|
-
// DatabaseCheck aliases
|
|
916
|
-
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
917
917
|
// DatabaseBackup aliases
|
|
918
918
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
919
|
+
// DatabaseArrowUp aliases
|
|
920
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
921
|
+
// DatabaseCheck aliases
|
|
922
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
919
923
|
// DatabaseMinus aliases
|
|
920
924
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
921
925
|
// DatabasePlus aliases
|
|
@@ -924,10 +928,10 @@ export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
|
924
928
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
925
929
|
// DatabaseX aliases
|
|
926
930
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
927
|
-
// Database aliases
|
|
928
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
929
931
|
// DatabaseZap aliases
|
|
930
932
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
933
|
+
// Database aliases
|
|
934
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
931
935
|
// DecimalsArrowLeft aliases
|
|
932
936
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
933
937
|
// DecimalsArrowRight aliases
|
|
@@ -942,24 +946,24 @@ export { default as DiameterIcon } from '../icons/diameter';
|
|
|
942
946
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
943
947
|
// DiamondPlus aliases
|
|
944
948
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
945
|
-
// Dice2 aliases
|
|
946
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
947
949
|
// Diamond aliases
|
|
948
950
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
949
951
|
// Dice1 aliases
|
|
950
952
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
953
|
+
// Dice2 aliases
|
|
954
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
951
955
|
// Dice3 aliases
|
|
952
956
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
953
957
|
// Dice4 aliases
|
|
954
958
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
955
|
-
// Dice5 aliases
|
|
956
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
957
959
|
// Dice6 aliases
|
|
958
960
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
959
|
-
//
|
|
960
|
-
export { default as
|
|
961
|
+
// Dice5 aliases
|
|
962
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
961
963
|
// Dices aliases
|
|
962
964
|
export { default as DicesIcon } from '../icons/dices';
|
|
965
|
+
// Diff aliases
|
|
966
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
963
967
|
// Disc2 aliases
|
|
964
968
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
965
969
|
// Disc3 aliases
|
|
@@ -970,14 +974,14 @@ export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
|
970
974
|
export { default as DiscIcon } from '../icons/disc';
|
|
971
975
|
// Divide aliases
|
|
972
976
|
export { default as DivideIcon } from '../icons/divide';
|
|
973
|
-
// Dna aliases
|
|
974
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
975
977
|
// DnaOff aliases
|
|
976
978
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
977
|
-
// Dog aliases
|
|
978
|
-
export { default as DogIcon } from '../icons/dog';
|
|
979
979
|
// Dock aliases
|
|
980
980
|
export { default as DockIcon } from '../icons/dock';
|
|
981
|
+
// Dna aliases
|
|
982
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
983
|
+
// Dog aliases
|
|
984
|
+
export { default as DogIcon } from '../icons/dog';
|
|
981
985
|
// Dome aliases
|
|
982
986
|
export { default as DomeIcon } from '../icons/dome';
|
|
983
987
|
// DollarSign aliases
|
|
@@ -1002,14 +1006,14 @@ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
|
1002
1006
|
export { default as DramaIcon } from '../icons/drama';
|
|
1003
1007
|
// Drill aliases
|
|
1004
1008
|
export { default as DrillIcon } from '../icons/drill';
|
|
1005
|
-
// DropletOff aliases
|
|
1006
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
1007
1009
|
// Drone aliases
|
|
1008
1010
|
export { default as DroneIcon } from '../icons/drone';
|
|
1009
|
-
//
|
|
1010
|
-
export { default as
|
|
1011
|
+
// DropletOff aliases
|
|
1012
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
1011
1013
|
// Droplets aliases
|
|
1012
1014
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
1015
|
+
// Droplet aliases
|
|
1016
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
1013
1017
|
// Drum aliases
|
|
1014
1018
|
export { default as DrumIcon } from '../icons/drum';
|
|
1015
1019
|
// Drumstick aliases
|
|
@@ -1024,10 +1028,10 @@ export { default as EarIcon } from '../icons/ear';
|
|
|
1024
1028
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1025
1029
|
// Eclipse aliases
|
|
1026
1030
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
1027
|
-
// EggOff aliases
|
|
1028
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1029
1031
|
// EggFried aliases
|
|
1030
1032
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1033
|
+
// EggOff aliases
|
|
1034
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1031
1035
|
// Egg aliases
|
|
1032
1036
|
export { default as EggIcon } from '../icons/egg';
|
|
1033
1037
|
// Eject aliases
|
|
@@ -1054,10 +1058,10 @@ export { default as EuroIcon } from '../icons/euro';
|
|
|
1054
1058
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1055
1059
|
// Expand aliases
|
|
1056
1060
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1057
|
-
// EyeClosed aliases
|
|
1058
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1059
1061
|
// ExternalLink aliases
|
|
1060
1062
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1063
|
+
// EyeClosed aliases
|
|
1064
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1061
1065
|
// EyeDashed aliases
|
|
1062
1066
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1063
1067
|
// EyeOff aliases
|
|
@@ -1066,18 +1070,18 @@ export { default as EyeOffIcon } from '../icons/eye-off';
|
|
|
1066
1070
|
export { default as EyeIcon } from '../icons/eye';
|
|
1067
1071
|
// Factory aliases
|
|
1068
1072
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1069
|
-
// Fan aliases
|
|
1070
|
-
export { default as FanIcon } from '../icons/fan';
|
|
1071
1073
|
// FastForward aliases
|
|
1072
1074
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1073
|
-
// Feather aliases
|
|
1074
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1075
1075
|
// Fence aliases
|
|
1076
1076
|
export { default as FenceIcon } from '../icons/fence';
|
|
1077
|
-
//
|
|
1078
|
-
export { default as
|
|
1077
|
+
// Fan aliases
|
|
1078
|
+
export { default as FanIcon } from '../icons/fan';
|
|
1079
|
+
// Feather aliases
|
|
1080
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1079
1081
|
// FileArchive aliases
|
|
1080
1082
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1083
|
+
// FerrisWheel aliases
|
|
1084
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1081
1085
|
// FileBox aliases
|
|
1082
1086
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1083
1087
|
// FileCheck aliases
|
|
@@ -1094,18 +1098,18 @@ export { default as FileDigitIcon } from '../icons/file-digit';
|
|
|
1094
1098
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1095
1099
|
// FileHeart aliases
|
|
1096
1100
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1097
|
-
// FileInput aliases
|
|
1098
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1099
1101
|
// FileImage aliases
|
|
1100
1102
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1101
|
-
//
|
|
1102
|
-
export { default as
|
|
1103
|
+
// FileInput aliases
|
|
1104
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1103
1105
|
// FileMusic aliases
|
|
1104
1106
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1105
|
-
//
|
|
1106
|
-
export { default as
|
|
1107
|
+
// FileMinus aliases
|
|
1108
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1107
1109
|
// FileOutput aliases
|
|
1108
1110
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1111
|
+
// FilePlus aliases
|
|
1112
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1109
1113
|
// FileScan aliases
|
|
1110
1114
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1111
1115
|
// FileSearch aliases
|
|
@@ -1116,18 +1120,18 @@ export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
|
1116
1120
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1117
1121
|
// FileStack aliases
|
|
1118
1122
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1119
|
-
// FileTerminal aliases
|
|
1120
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1121
1123
|
// FileSymlink aliases
|
|
1122
1124
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1125
|
+
// FileTerminal aliases
|
|
1126
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1123
1127
|
// FileText aliases
|
|
1124
1128
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1125
1129
|
// FileType aliases
|
|
1126
1130
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1127
|
-
// FileUser aliases
|
|
1128
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1129
1131
|
// FileUp aliases
|
|
1130
1132
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1133
|
+
// FileUser aliases
|
|
1134
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1131
1135
|
// FileVolume aliases
|
|
1132
1136
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1133
1137
|
// FileX aliases
|
|
@@ -1168,20 +1172,16 @@ export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
|
1168
1172
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1169
1173
|
// FlaskConicalOff aliases
|
|
1170
1174
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1171
|
-
// FlaskRound aliases
|
|
1172
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1173
1175
|
// FlaskConical aliases
|
|
1174
1176
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1175
|
-
//
|
|
1176
|
-
export { default as
|
|
1177
|
+
// FlaskRound aliases
|
|
1178
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1177
1179
|
// Flower2 aliases
|
|
1178
1180
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1179
|
-
// FlipVertical2 aliases
|
|
1180
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1181
|
-
// Flower aliases
|
|
1182
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1183
1181
|
// Focus aliases
|
|
1184
1182
|
export { default as FocusIcon } from '../icons/focus';
|
|
1183
|
+
// Flower aliases
|
|
1184
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1185
1185
|
// FoldHorizontal aliases
|
|
1186
1186
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1187
1187
|
// FoldVertical aliases
|
|
@@ -1250,10 +1250,10 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1250
1250
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1251
1251
|
// Forklift aliases
|
|
1252
1252
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1253
|
-
// Forward aliases
|
|
1254
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1255
1253
|
// Form aliases
|
|
1256
1254
|
export { default as FormIcon } from '../icons/form';
|
|
1255
|
+
// Forward aliases
|
|
1256
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1257
1257
|
// Frame aliases
|
|
1258
1258
|
export { default as FrameIcon } from '../icons/frame';
|
|
1259
1259
|
// Fuel aliases
|
|
@@ -1262,18 +1262,18 @@ export { default as FuelIcon } from '../icons/fuel';
|
|
|
1262
1262
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1263
1263
|
// FunnelPlus aliases
|
|
1264
1264
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1265
|
-
// Galaxy aliases
|
|
1266
|
-
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1267
1265
|
// GalleryHorizontalEnd aliases
|
|
1268
1266
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1269
|
-
//
|
|
1270
|
-
export { default as
|
|
1271
|
-
// GalleryVerticalEnd aliases
|
|
1272
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1267
|
+
// Galaxy aliases
|
|
1268
|
+
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1273
1269
|
// GalleryHorizontal aliases
|
|
1274
1270
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1271
|
+
// GalleryThumbnails aliases
|
|
1272
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1275
1273
|
// GalleryVertical aliases
|
|
1276
1274
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1275
|
+
// GalleryVerticalEnd aliases
|
|
1276
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1277
1277
|
// Gamepad2 aliases
|
|
1278
1278
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1279
1279
|
// GamepadDirectional aliases
|
|
@@ -1288,10 +1288,10 @@ export { default as GapVerticalIcon } from '../icons/gap-vertical';
|
|
|
1288
1288
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1289
1289
|
// Gavel aliases
|
|
1290
1290
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1291
|
-
// GeorgianLari aliases
|
|
1292
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1293
1291
|
// Gem aliases
|
|
1294
1292
|
export { default as GemIcon } from '../icons/gem';
|
|
1293
|
+
// GeorgianLari aliases
|
|
1294
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1295
1295
|
// GermOff aliases
|
|
1296
1296
|
export { default as GermOffIcon } from '../icons/germ-off';
|
|
1297
1297
|
// Germ aliases
|
|
@@ -1302,16 +1302,16 @@ export { default as GhostIcon } from '../icons/ghost';
|
|
|
1302
1302
|
export { default as GiftIcon } from '../icons/gift';
|
|
1303
1303
|
// GitBranchMinus aliases
|
|
1304
1304
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1305
|
-
// GitBranchPlus aliases
|
|
1306
|
-
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1307
1305
|
// GitBranch aliases
|
|
1308
1306
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1307
|
+
// GitBranchPlus aliases
|
|
1308
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1309
1309
|
// GitCommitVertical aliases
|
|
1310
1310
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1311
|
-
// GitCompare aliases
|
|
1312
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1313
1311
|
// GitCompareArrows aliases
|
|
1314
1312
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1313
|
+
// GitCompare aliases
|
|
1314
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1315
1315
|
// GitFork aliases
|
|
1316
1316
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1317
1317
|
// GitGraph aliases
|
|
@@ -1340,22 +1340,22 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1340
1340
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1341
1341
|
// GlobeLock aliases
|
|
1342
1342
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1343
|
-
// GlobeOff aliases
|
|
1344
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1345
1343
|
// GlobeX aliases
|
|
1346
1344
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1347
|
-
//
|
|
1348
|
-
export { default as
|
|
1345
|
+
// GlobeOff aliases
|
|
1346
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1349
1347
|
// Globe aliases
|
|
1350
1348
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1351
1349
|
// Goal aliases
|
|
1352
1350
|
export { default as GoalIcon } from '../icons/goal';
|
|
1351
|
+
// Gpu aliases
|
|
1352
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1353
1353
|
// GraduationCap aliases
|
|
1354
1354
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1355
|
-
// Grape aliases
|
|
1356
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1357
1355
|
// Grid3x2 aliases
|
|
1358
1356
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1357
|
+
// Grape aliases
|
|
1358
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1359
1359
|
// GripHorizontal aliases
|
|
1360
1360
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1361
1361
|
// GripVertical aliases
|
|
@@ -1364,38 +1364,38 @@ export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
|
1364
1364
|
export { default as GripIcon } from '../icons/grip';
|
|
1365
1365
|
// Group aliases
|
|
1366
1366
|
export { default as GroupIcon } from '../icons/group';
|
|
1367
|
-
// Guitar aliases
|
|
1368
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1369
|
-
// Ham aliases
|
|
1370
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1371
1367
|
// Hamburger aliases
|
|
1372
1368
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1369
|
+
// Guitar aliases
|
|
1370
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1373
1371
|
// Hammer aliases
|
|
1374
1372
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1375
|
-
//
|
|
1376
|
-
export { default as
|
|
1373
|
+
// Ham aliases
|
|
1374
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1377
1375
|
// HandCoins aliases
|
|
1378
1376
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1377
|
+
// HandFist aliases
|
|
1378
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1379
|
+
// HandHeart aliases
|
|
1380
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1379
1381
|
// HandMetal aliases
|
|
1380
1382
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1383
|
+
// Hand aliases
|
|
1384
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1381
1385
|
// HandPlatter aliases
|
|
1382
1386
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1383
|
-
// HandHeart aliases
|
|
1384
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1385
1387
|
// Handbag aliases
|
|
1386
1388
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1387
|
-
// Hand aliases
|
|
1388
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1389
1389
|
// Handshake aliases
|
|
1390
1390
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1391
1391
|
// HardDriveDownload aliases
|
|
1392
1392
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1393
|
-
// HardDriveUpload aliases
|
|
1394
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1395
1393
|
// HardDrive aliases
|
|
1396
1394
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1397
1395
|
// HardHat aliases
|
|
1398
1396
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1397
|
+
// HardDriveUpload aliases
|
|
1398
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1399
1399
|
// Hash aliases
|
|
1400
1400
|
export { default as HashIcon } from '../icons/hash';
|
|
1401
1401
|
// HatGlasses aliases
|
|
@@ -1420,12 +1420,12 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1420
1420
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1421
1421
|
// Heading aliases
|
|
1422
1422
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1423
|
-
// Headset aliases
|
|
1424
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1425
1423
|
// HeadphoneOff aliases
|
|
1426
1424
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1427
1425
|
// Headphones aliases
|
|
1428
1426
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1427
|
+
// Headset aliases
|
|
1428
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1429
1429
|
// HeartCrack aliases
|
|
1430
1430
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1431
1431
|
// HeartHandshake aliases
|
|
@@ -1436,20 +1436,20 @@ export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
|
1436
1436
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1437
1437
|
// HeartPlus aliases
|
|
1438
1438
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1439
|
-
// HeartX aliases
|
|
1440
|
-
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1441
1439
|
// HeartPulse aliases
|
|
1442
1440
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1441
|
+
// HeartX aliases
|
|
1442
|
+
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1443
1443
|
// Heart aliases
|
|
1444
1444
|
export { default as HeartIcon } from '../icons/heart';
|
|
1445
1445
|
// Heater aliases
|
|
1446
1446
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1447
1447
|
// Helicopter aliases
|
|
1448
1448
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1449
|
-
// Hexagon aliases
|
|
1450
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1451
1449
|
// Highlighter aliases
|
|
1452
1450
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1451
|
+
// Hexagon aliases
|
|
1452
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1453
1453
|
// HopOff aliases
|
|
1454
1454
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1455
1455
|
// Hop aliases
|
|
@@ -1458,20 +1458,20 @@ export { default as HopIcon } from '../icons/hop';
|
|
|
1458
1458
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1459
1459
|
// Hotel aliases
|
|
1460
1460
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1461
|
-
// HouseHeart aliases
|
|
1462
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1463
1461
|
// Hourglass aliases
|
|
1464
1462
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1463
|
+
// HouseHeart aliases
|
|
1464
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1465
1465
|
// HousePlug aliases
|
|
1466
1466
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1467
1467
|
// HouseWifi aliases
|
|
1468
1468
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1469
|
+
// IdCard aliases
|
|
1470
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1469
1471
|
// HousePlus aliases
|
|
1470
1472
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1471
1473
|
// IdCardLanyard aliases
|
|
1472
1474
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1473
|
-
// IdCard aliases
|
|
1474
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1475
1475
|
// ImageDown aliases
|
|
1476
1476
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1477
1477
|
// ImageMinus aliases
|
|
@@ -1490,12 +1490,12 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1490
1490
|
export { default as ImageIcon } from '../icons/image';
|
|
1491
1491
|
// Images aliases
|
|
1492
1492
|
export { default as ImagesIcon } from '../icons/images';
|
|
1493
|
+
// Import aliases
|
|
1494
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1493
1495
|
// Inbox aliases
|
|
1494
1496
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1495
1497
|
// IndianRupee aliases
|
|
1496
1498
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1497
|
-
// Import aliases
|
|
1498
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1499
1499
|
// Infinity aliases
|
|
1500
1500
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1501
1501
|
// Info aliases
|
|
@@ -1506,24 +1506,24 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1506
1506
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1507
1507
|
// IterationCcw aliases
|
|
1508
1508
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1509
|
+
// JapaneseYen aliases
|
|
1510
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1509
1511
|
// IterationCw aliases
|
|
1510
1512
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1511
1513
|
// Joystick aliases
|
|
1512
1514
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1513
|
-
// JapaneseYen aliases
|
|
1514
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1515
|
-
// Kayak aliases
|
|
1516
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1517
1515
|
// Kanban aliases
|
|
1518
1516
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1517
|
+
// Kayak aliases
|
|
1518
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1519
1519
|
// KeyRound aliases
|
|
1520
1520
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1521
|
+
// Key aliases
|
|
1522
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1521
1523
|
// KeySquare aliases
|
|
1522
1524
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1523
1525
|
// KeyboardMusic aliases
|
|
1524
1526
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1525
|
-
// Key aliases
|
|
1526
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1527
1527
|
// KeyboardOff aliases
|
|
1528
1528
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1529
1529
|
// Keyboard aliases
|
|
@@ -1550,18 +1550,18 @@ export { default as LanguagesIcon } from '../icons/languages';
|
|
|
1550
1550
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1551
1551
|
// Laptop aliases
|
|
1552
1552
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1553
|
+
// LassoSelect aliases
|
|
1554
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1553
1555
|
// Lasso aliases
|
|
1554
1556
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1555
1557
|
// LayerArrowDown aliases
|
|
1556
1558
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1557
|
-
//
|
|
1558
|
-
export { default as
|
|
1559
|
+
// LayerArrowUp aliases
|
|
1560
|
+
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1559
1561
|
// Layers2 aliases
|
|
1560
1562
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1561
1563
|
// LayersArrowDown aliases
|
|
1562
1564
|
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1563
|
-
// LayerArrowUp aliases
|
|
1564
|
-
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1565
1565
|
// LayersArrowUp aliases
|
|
1566
1566
|
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1567
1567
|
// LayersMinus aliases
|
|
@@ -1572,10 +1572,10 @@ export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
|
1572
1572
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1573
1573
|
// LayoutFreeform aliases
|
|
1574
1574
|
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1575
|
-
// LayoutGrid aliases
|
|
1576
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1577
1575
|
// LayoutList aliases
|
|
1578
1576
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1577
|
+
// LayoutGrid aliases
|
|
1578
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1579
1579
|
// LayoutPanelLeft aliases
|
|
1580
1580
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1581
1581
|
// LayoutPanelTop aliases
|
|
@@ -1600,10 +1600,10 @@ export { default as LibraryIcon } from '../icons/library';
|
|
|
1600
1600
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1601
1601
|
// Ligature aliases
|
|
1602
1602
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1603
|
-
// LightbulbOff aliases
|
|
1604
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1605
1603
|
// Lightbulb aliases
|
|
1606
1604
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1605
|
+
// LightbulbOff aliases
|
|
1606
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1607
1607
|
// Lighthouse aliases
|
|
1608
1608
|
export { default as LighthouseIcon } from '../icons/lighthouse';
|
|
1609
1609
|
// LineDotRightHorizontal aliases
|
|
@@ -1618,12 +1618,12 @@ export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
|
1618
1618
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1619
1619
|
// Link aliases
|
|
1620
1620
|
export { default as LinkIcon } from '../icons/link';
|
|
1621
|
+
// ListChecks aliases
|
|
1622
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1621
1623
|
// ListCheck aliases
|
|
1622
1624
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1623
1625
|
// ListChevronsDownUp aliases
|
|
1624
1626
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1625
|
-
// ListChecks aliases
|
|
1626
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1627
1627
|
// ListChevronsUpDown aliases
|
|
1628
1628
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1629
1629
|
// ListClock aliases
|
|
@@ -1642,14 +1642,14 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1642
1642
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1643
1643
|
// ListOrdered aliases
|
|
1644
1644
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1645
|
-
// ListRestart aliases
|
|
1646
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1647
1645
|
// ListPlus aliases
|
|
1648
1646
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1649
|
-
//
|
|
1650
|
-
export { default as
|
|
1647
|
+
// ListRestart aliases
|
|
1648
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1651
1649
|
// ListSortDescending aliases
|
|
1652
1650
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1651
|
+
// ListSortAscending aliases
|
|
1652
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1653
1653
|
// ListStart aliases
|
|
1654
1654
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1655
1655
|
// ListTodo aliases
|
|
@@ -1664,34 +1664,34 @@ export { default as ListXIcon } from '../icons/list-x';
|
|
|
1664
1664
|
export { default as ListIcon } from '../icons/list';
|
|
1665
1665
|
// LoaderPinwheel aliases
|
|
1666
1666
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1667
|
-
// Loader aliases
|
|
1668
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1669
1667
|
// LocateFixed aliases
|
|
1670
1668
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1669
|
+
// Loader aliases
|
|
1670
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1671
1671
|
// LocateOff aliases
|
|
1672
1672
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1673
1673
|
// Locate aliases
|
|
1674
1674
|
export { default as LocateIcon } from '../icons/locate';
|
|
1675
1675
|
// LockKeyhole aliases
|
|
1676
1676
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1677
|
-
// Lock aliases
|
|
1678
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1679
1677
|
// LogIn aliases
|
|
1680
1678
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1679
|
+
// Lock aliases
|
|
1680
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1681
1681
|
// LogOut aliases
|
|
1682
1682
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1683
1683
|
// Logs aliases
|
|
1684
1684
|
export { default as LogsIcon } from '../icons/logs';
|
|
1685
1685
|
// Lollipop aliases
|
|
1686
1686
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1687
|
+
// Magnet aliases
|
|
1688
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1687
1689
|
// Luggage aliases
|
|
1688
1690
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1691
|
+
// MailBadge aliases
|
|
1692
|
+
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1689
1693
|
// MailCheck aliases
|
|
1690
1694
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1691
|
-
// Magnet aliases
|
|
1692
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1693
|
-
// MailBadge aliases
|
|
1694
|
-
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1695
1695
|
// MailClock aliases
|
|
1696
1696
|
export { default as MailClockIcon } from '../icons/mail-clock';
|
|
1697
1697
|
// MailMinus aliases
|
|
@@ -1700,16 +1700,16 @@ export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
|
1700
1700
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1701
1701
|
// MailPen aliases
|
|
1702
1702
|
export { default as MailPenIcon } from '../icons/mail-pen';
|
|
1703
|
+
// MailPlus aliases
|
|
1704
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1703
1705
|
// MailSearch aliases
|
|
1704
1706
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1705
1707
|
// MailWarning aliases
|
|
1706
1708
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1707
|
-
// MailPlus aliases
|
|
1708
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1709
|
-
// MailX aliases
|
|
1710
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1711
1709
|
// Mail aliases
|
|
1712
1710
|
export { default as MailIcon } from '../icons/mail';
|
|
1711
|
+
// MailX aliases
|
|
1712
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1713
1713
|
// Mailbox aliases
|
|
1714
1714
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1715
1715
|
// Mails aliases
|
|
@@ -1720,16 +1720,16 @@ export { default as MapMinusIcon } from '../icons/map-minus';
|
|
|
1720
1720
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1721
1721
|
// MapPinCheck aliases
|
|
1722
1722
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1723
|
-
// MapPinMinusInside aliases
|
|
1724
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1725
1723
|
// MapPinHouse aliases
|
|
1726
1724
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1725
|
+
// MapPinMinusInside aliases
|
|
1726
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1727
1727
|
// MapPinMinus aliases
|
|
1728
1728
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1729
|
-
// MapPinPlusInside aliases
|
|
1730
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1731
1729
|
// MapPinOff aliases
|
|
1732
1730
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1731
|
+
// MapPinPlusInside aliases
|
|
1732
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1733
1733
|
// MapPinPlus aliases
|
|
1734
1734
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1735
1735
|
// MapPinSearch aliases
|
|
@@ -1752,12 +1752,12 @@ export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
|
1752
1752
|
export { default as MarsIcon } from '../icons/mars';
|
|
1753
1753
|
// Martini aliases
|
|
1754
1754
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1755
|
-
// Maximize aliases
|
|
1756
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1757
1755
|
// Maximize2 aliases
|
|
1758
1756
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1759
1757
|
// Medal aliases
|
|
1760
1758
|
export { default as MedalIcon } from '../icons/medal';
|
|
1759
|
+
// Maximize aliases
|
|
1760
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1761
1761
|
// MegaphoneOff aliases
|
|
1762
1762
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1763
1763
|
// Megaphone aliases
|
|
@@ -1766,14 +1766,14 @@ export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
|
1766
1766
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1767
1767
|
// Menu aliases
|
|
1768
1768
|
export { default as MenuIcon } from '../icons/menu';
|
|
1769
|
-
// Merge aliases
|
|
1770
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1771
1769
|
// MessageCircleCheck aliases
|
|
1772
1770
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1771
|
+
// Merge aliases
|
|
1772
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1775
1773
|
// MessageCircleDashedCheck aliases
|
|
1776
1774
|
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1775
|
+
// MessageCircleCode aliases
|
|
1776
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1777
1777
|
// MessageCircleDashed aliases
|
|
1778
1778
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1779
1779
|
// MessageCircleHeart aliases
|
|
@@ -1800,10 +1800,10 @@ export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
|
1800
1800
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1801
1801
|
// MessageSquareDiff aliases
|
|
1802
1802
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1803
|
-
// MessageSquareDot aliases
|
|
1804
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1805
1803
|
// MessageSquareHeart aliases
|
|
1806
1804
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1805
|
+
// MessageSquareDot aliases
|
|
1806
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1807
1807
|
// MessageSquareLock aliases
|
|
1808
1808
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1809
1809
|
// MessageSquareMore aliases
|
|
@@ -1816,18 +1816,18 @@ export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
|
1816
1816
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1817
1817
|
// MessageSquareReply aliases
|
|
1818
1818
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1819
|
+
// MessageSquareText aliases
|
|
1820
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1819
1821
|
// MessageSquareShare aliases
|
|
1820
1822
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1821
1823
|
// MessageSquareWarning aliases
|
|
1822
1824
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1823
|
-
// MessageSquareText aliases
|
|
1824
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1825
1825
|
// MessageSquareX aliases
|
|
1826
1826
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1827
|
-
// MessageSquare aliases
|
|
1828
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1829
1827
|
// MessagesSquare aliases
|
|
1830
1828
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1829
|
+
// MessageSquare aliases
|
|
1830
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1831
1831
|
// Metronome aliases
|
|
1832
1832
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1833
1833
|
// MicAudioLines aliases
|
|
@@ -1846,14 +1846,14 @@ export { default as MicrowaveIcon } from '../icons/microwave';
|
|
|
1846
1846
|
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1847
1847
|
// Milestone aliases
|
|
1848
1848
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1849
|
-
// MilkOff aliases
|
|
1850
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1851
1849
|
// Milk aliases
|
|
1852
1850
|
export { default as MilkIcon } from '../icons/milk';
|
|
1853
|
-
//
|
|
1854
|
-
export { default as
|
|
1851
|
+
// MilkOff aliases
|
|
1852
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1855
1853
|
// Minimize aliases
|
|
1856
1854
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1855
|
+
// Minimize2 aliases
|
|
1856
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1857
1857
|
// Minus aliases
|
|
1858
1858
|
export { default as MinusIcon } from '../icons/minus';
|
|
1859
1859
|
// MirrorRectangular aliases
|
|
@@ -1864,20 +1864,20 @@ export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
|
1864
1864
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1865
1865
|
// MonitorCloud aliases
|
|
1866
1866
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1867
|
-
// MonitorCog aliases
|
|
1868
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1869
1867
|
// MonitorDot aliases
|
|
1870
1868
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1871
1869
|
// MonitorDown aliases
|
|
1872
1870
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1871
|
+
// MonitorCog aliases
|
|
1872
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1873
1873
|
// MonitorOff aliases
|
|
1874
1874
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1875
1875
|
// MonitorPause aliases
|
|
1876
1876
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1877
|
-
// MonitorSmartphone aliases
|
|
1878
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1879
1877
|
// MonitorPlay aliases
|
|
1880
1878
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1879
|
+
// MonitorSmartphone aliases
|
|
1880
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1881
1881
|
// MonitorSpeaker aliases
|
|
1882
1882
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1883
1883
|
// MonitorStop aliases
|
|
@@ -1886,20 +1886,20 @@ export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
|
1886
1886
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1887
1887
|
// MonitorX aliases
|
|
1888
1888
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1889
|
-
// MoonStar aliases
|
|
1890
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1891
1889
|
// Monitor aliases
|
|
1892
1890
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1893
1891
|
// Moon aliases
|
|
1894
1892
|
export { default as MoonIcon } from '../icons/moon';
|
|
1893
|
+
// MoonStar aliases
|
|
1894
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1895
1895
|
// MopSparkles aliases
|
|
1896
1896
|
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1897
1897
|
// Mop aliases
|
|
1898
1898
|
export { default as MopIcon } from '../icons/mop';
|
|
1899
|
-
// Motorbike aliases
|
|
1900
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1901
1899
|
// Mosque aliases
|
|
1902
1900
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1901
|
+
// Motorbike aliases
|
|
1902
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1903
1903
|
// MountainSnow aliases
|
|
1904
1904
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1905
1905
|
// Mountain aliases
|
|
@@ -1910,10 +1910,10 @@ export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
|
1910
1910
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1911
1911
|
// MousePointer2Off aliases
|
|
1912
1912
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1913
|
-
// MousePointer2 aliases
|
|
1914
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1915
1913
|
// MousePointerBan aliases
|
|
1916
1914
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1915
|
+
// MousePointer2 aliases
|
|
1916
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1917
1917
|
// MousePointerClick aliases
|
|
1918
1918
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1919
1919
|
// MousePointer aliases
|
|
@@ -1924,52 +1924,52 @@ export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
|
1924
1924
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1925
1925
|
// MoveDiagonal2 aliases
|
|
1926
1926
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1927
|
+
// MoveDiagonal aliases
|
|
1928
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1927
1929
|
// MoveDownLeft aliases
|
|
1928
1930
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1929
1931
|
// MoveDownRight aliases
|
|
1930
1932
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1931
|
-
// MoveDiagonal aliases
|
|
1932
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1933
|
-
// MoveDown aliases
|
|
1934
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1935
1933
|
// MoveHorizontal aliases
|
|
1936
1934
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1935
|
+
// MoveDown aliases
|
|
1936
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1937
1937
|
// MoveLeft aliases
|
|
1938
1938
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1939
|
-
// MoveUpLeft aliases
|
|
1940
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1941
1939
|
// MoveRight aliases
|
|
1942
1940
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1941
|
+
// MoveUpLeft aliases
|
|
1942
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1943
|
+
// MoveUpRight aliases
|
|
1944
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1943
1945
|
// MoveUp aliases
|
|
1944
1946
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1945
1947
|
// MoveVertical aliases
|
|
1946
1948
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1947
|
-
// Music2 aliases
|
|
1948
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1949
|
-
// MoveUpRight aliases
|
|
1950
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1951
1949
|
// Move aliases
|
|
1952
1950
|
export { default as MoveIcon } from '../icons/move';
|
|
1951
|
+
// Music2 aliases
|
|
1952
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1953
1953
|
// Music3 aliases
|
|
1954
1954
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1955
|
+
// Music4 aliases
|
|
1956
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1955
1957
|
// Music aliases
|
|
1956
1958
|
export { default as MusicIcon } from '../icons/music';
|
|
1957
1959
|
// Navigation2Off aliases
|
|
1958
1960
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1959
1961
|
// Navigation2 aliases
|
|
1960
1962
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1961
|
-
// Music4 aliases
|
|
1962
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1963
1963
|
// NavigationOff aliases
|
|
1964
1964
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1965
1965
|
// Navigation aliases
|
|
1966
1966
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1967
|
+
// Newspaper aliases
|
|
1968
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1967
1969
|
// Network aliases
|
|
1968
1970
|
export { default as NetworkIcon } from '../icons/network';
|
|
1969
1971
|
// Nfc aliases
|
|
1970
1972
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1971
|
-
// Newspaper aliases
|
|
1972
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1973
1973
|
// NonBinary aliases
|
|
1974
1974
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1975
1975
|
// NotebookPen aliases
|
|
@@ -1978,10 +1978,10 @@ export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
|
1978
1978
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1979
1979
|
// NotebookText aliases
|
|
1980
1980
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1981
|
-
// NotepadTextDashed aliases
|
|
1982
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1983
1981
|
// Notebook aliases
|
|
1984
1982
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1983
|
+
// NotepadTextDashed aliases
|
|
1984
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1985
1985
|
// NotepadText aliases
|
|
1986
1986
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1987
1987
|
// NutOff aliases
|
|
@@ -1994,22 +1994,22 @@ export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
|
1994
1994
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1995
1995
|
// Omega aliases
|
|
1996
1996
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1997
|
-
// Option aliases
|
|
1998
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1999
1997
|
// Orbit aliases
|
|
2000
1998
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1999
|
+
// Option aliases
|
|
2000
|
+
export { default as OptionIcon } from '../icons/option';
|
|
2001
2001
|
// Origami aliases
|
|
2002
2002
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
2003
|
-
// Package2 aliases
|
|
2004
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
2005
2003
|
// PackageCheck aliases
|
|
2006
2004
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
2005
|
+
// Package2 aliases
|
|
2006
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
2007
2007
|
// PackageMinus aliases
|
|
2008
2008
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
2009
|
-
// PackageOpen aliases
|
|
2010
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
2011
2009
|
// PackagePlus aliases
|
|
2012
2010
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
2011
|
+
// PackageOpen aliases
|
|
2012
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
2013
2013
|
// PackageSearch aliases
|
|
2014
2014
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
2015
2015
|
// PackageX aliases
|
|
@@ -2020,14 +2020,14 @@ export { default as PackageIcon } from '../icons/package';
|
|
|
2020
2020
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
2021
2021
|
// PaintRoller aliases
|
|
2022
2022
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
2023
|
-
// Palette aliases
|
|
2024
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
2025
2023
|
// Paintbrush aliases
|
|
2026
2024
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2025
|
+
// Palette aliases
|
|
2026
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
2029
2027
|
// PanelBottomClose aliases
|
|
2030
2028
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
2029
|
+
// Panda aliases
|
|
2030
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
2031
2031
|
// PanelBottomOpen aliases
|
|
2032
2032
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
2033
2033
|
// PanelBottom aliases
|
|
@@ -2036,10 +2036,10 @@ export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
|
2036
2036
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
2037
2037
|
// PanelRightClose aliases
|
|
2038
2038
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
2039
|
-
// PanelRight aliases
|
|
2040
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2041
2039
|
// PanelRightOpen aliases
|
|
2042
2040
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
2041
|
+
// PanelRight aliases
|
|
2042
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2043
2043
|
// PanelTopBottomDashed aliases
|
|
2044
2044
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2045
2045
|
// PanelTopClose aliases
|
|
@@ -2056,10 +2056,10 @@ export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
|
2056
2056
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
2057
2057
|
// Paperclip aliases
|
|
2058
2058
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2059
|
-
// Parasol aliases
|
|
2060
|
-
export { default as ParasolIcon } from '../icons/parasol';
|
|
2061
2059
|
// Parentheses aliases
|
|
2062
2060
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2061
|
+
// Parasol aliases
|
|
2062
|
+
export { default as ParasolIcon } from '../icons/parasol';
|
|
2063
2063
|
// ParkingMeter aliases
|
|
2064
2064
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2065
2065
|
// PartyPopper aliases
|
|
@@ -2072,10 +2072,10 @@ export { default as PawPrintIcon } from '../icons/paw-print';
|
|
|
2072
2072
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2073
2073
|
// PenOff aliases
|
|
2074
2074
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2075
|
-
// PencilLine aliases
|
|
2076
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2077
2075
|
// PenTool aliases
|
|
2078
2076
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2077
|
+
// PencilLine aliases
|
|
2078
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2079
2079
|
// PencilOff aliases
|
|
2080
2080
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2081
2081
|
// PencilRuler aliases
|
|
@@ -2098,12 +2098,12 @@ export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
|
2098
2098
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2099
2099
|
// PhoneForwarded aliases
|
|
2100
2100
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2101
|
-
// PhoneIncoming aliases
|
|
2102
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2103
|
-
// PhoneOff aliases
|
|
2104
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2105
2101
|
// PhoneMissed aliases
|
|
2106
2102
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2103
|
+
// PhoneOff aliases
|
|
2104
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2105
|
+
// PhoneIncoming aliases
|
|
2106
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2107
2107
|
// PhoneOutgoing aliases
|
|
2108
2108
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2109
2109
|
// Phone aliases
|
|
@@ -2126,28 +2126,28 @@ export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
|
2126
2126
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2127
2127
|
// Pilcrow aliases
|
|
2128
2128
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2129
|
-
// Pill aliases
|
|
2130
|
-
export { default as PillIcon } from '../icons/pill';
|
|
2131
2129
|
// PillBottle aliases
|
|
2132
2130
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2133
|
-
//
|
|
2134
|
-
export { default as
|
|
2131
|
+
// Pill aliases
|
|
2132
|
+
export { default as PillIcon } from '../icons/pill';
|
|
2135
2133
|
// Pin aliases
|
|
2136
2134
|
export { default as PinIcon } from '../icons/pin';
|
|
2135
|
+
// PinOff aliases
|
|
2136
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2137
|
+
// Pizza aliases
|
|
2138
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2137
2139
|
// Pipette aliases
|
|
2138
2140
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2139
2141
|
// PlaneLanding aliases
|
|
2140
2142
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2141
|
-
// Pizza aliases
|
|
2142
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2143
|
-
// PlaneTakeoff aliases
|
|
2144
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2145
2143
|
// Plane aliases
|
|
2146
2144
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2147
|
-
//
|
|
2148
|
-
export { default as
|
|
2145
|
+
// PlaneTakeoff aliases
|
|
2146
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2149
2147
|
// Play aliases
|
|
2150
2148
|
export { default as PlayIcon } from '../icons/play';
|
|
2149
|
+
// PlayOff aliases
|
|
2150
|
+
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2151
2151
|
// PlayingCard aliases
|
|
2152
2152
|
export { default as PlayingCardIcon } from '../icons/playing-card';
|
|
2153
2153
|
// PlayingCardsFan aliases
|
|
@@ -2156,14 +2156,14 @@ export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
|
2156
2156
|
export { default as PlayingCardsIcon } from '../icons/playing-cards';
|
|
2157
2157
|
// Plug2 aliases
|
|
2158
2158
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2159
|
-
// Plug aliases
|
|
2160
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2161
2159
|
// Plus aliases
|
|
2162
2160
|
export { default as PlusIcon } from '../icons/plus';
|
|
2163
|
-
//
|
|
2164
|
-
export { default as
|
|
2161
|
+
// Plug aliases
|
|
2162
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2165
2163
|
// Podium aliases
|
|
2166
2164
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2165
|
+
// PocketKnife aliases
|
|
2166
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2167
2167
|
// PointerOff aliases
|
|
2168
2168
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2169
2169
|
// Pointer aliases
|
|
@@ -2200,14 +2200,14 @@ export { default as QrCodeIcon } from '../icons/qr-code';
|
|
|
2200
2200
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2201
2201
|
// Rabbit aliases
|
|
2202
2202
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2203
|
-
// Radar aliases
|
|
2204
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2205
2203
|
// Radiation aliases
|
|
2206
2204
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2207
|
-
//
|
|
2208
|
-
export { default as
|
|
2205
|
+
// Radar aliases
|
|
2206
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2209
2207
|
// RadioOff aliases
|
|
2210
2208
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2209
|
+
// Radical aliases
|
|
2210
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2211
2211
|
// RadioReceiver aliases
|
|
2212
2212
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2213
2213
|
// RadioTower aliases
|
|
@@ -2218,10 +2218,10 @@ export { default as RadioIcon } from '../icons/radio';
|
|
|
2218
2218
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2219
2219
|
// Rainbow aliases
|
|
2220
2220
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2221
|
-
// Rat aliases
|
|
2222
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2223
2221
|
// Ratio aliases
|
|
2224
2222
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2223
|
+
// Rat aliases
|
|
2224
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2225
2225
|
// ReceiptCent aliases
|
|
2226
2226
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2227
2227
|
// ReceiptEuro aliases
|
|
@@ -2232,32 +2232,32 @@ export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee
|
|
|
2232
2232
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2233
2233
|
// ReceiptPoundSterling aliases
|
|
2234
2234
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2235
|
-
// ReceiptRussianRuble aliases
|
|
2236
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2237
2235
|
// ReceiptSwissFranc aliases
|
|
2238
2236
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2239
|
-
// ReceiptTurkishLira aliases
|
|
2240
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2241
2237
|
// ReceiptText aliases
|
|
2242
2238
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2239
|
+
// ReceiptRussianRuble aliases
|
|
2240
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2241
|
+
// ReceiptTurkishLira aliases
|
|
2242
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2243
2243
|
// Receipt aliases
|
|
2244
2244
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2245
|
-
// RectangleCircle aliases
|
|
2246
|
-
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2247
2245
|
// RectangleGoggles aliases
|
|
2248
2246
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2249
2247
|
// RectangleHorizontal aliases
|
|
2250
2248
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2249
|
+
// RectangleCircle aliases
|
|
2250
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2251
2251
|
// RectangleVertical aliases
|
|
2252
2252
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2253
2253
|
// Recycle aliases
|
|
2254
2254
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2255
|
-
// Redo2 aliases
|
|
2256
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2257
2255
|
// RedoDot aliases
|
|
2258
2256
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2259
2257
|
// Redo aliases
|
|
2260
2258
|
export { default as RedoIcon } from '../icons/redo';
|
|
2259
|
+
// Redo2 aliases
|
|
2260
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2261
2261
|
// RefreshCcwDot aliases
|
|
2262
2262
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2263
2263
|
// RefreshCcw aliases
|
|
@@ -2288,10 +2288,10 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2288
2288
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2289
2289
|
// Reply aliases
|
|
2290
2290
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2291
|
-
// Ribbon aliases
|
|
2292
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2293
2291
|
// Rewind aliases
|
|
2294
2292
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2293
|
+
// Ribbon aliases
|
|
2294
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2295
2295
|
// Road aliases
|
|
2296
2296
|
export { default as RoadIcon } from '../icons/road';
|
|
2297
2297
|
// RobotArm aliases
|
|
@@ -2306,10 +2306,10 @@ export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
|
2306
2306
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2307
2307
|
// Rose aliases
|
|
2308
2308
|
export { default as RoseIcon } from '../icons/rose';
|
|
2309
|
-
// RotateCcwKey aliases
|
|
2310
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2311
2309
|
// RotateCcwSquare aliases
|
|
2312
2310
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2311
|
+
// RotateCcwKey aliases
|
|
2312
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2313
2313
|
// RotateCcw aliases
|
|
2314
2314
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2315
2315
|
// RotateCwFadingClock aliases
|
|
@@ -2326,10 +2326,10 @@ export { default as RouteIcon } from '../icons/route';
|
|
|
2326
2326
|
export { default as RouterIcon } from '../icons/router';
|
|
2327
2327
|
// Rows4 aliases
|
|
2328
2328
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2329
|
-
// Rss aliases
|
|
2330
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2331
2329
|
// RulerDimensionLine aliases
|
|
2332
2330
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2331
|
+
// Rss aliases
|
|
2332
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2333
2333
|
// Ruler aliases
|
|
2334
2334
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2335
2335
|
// RussianRuble aliases
|
|
@@ -2346,18 +2346,18 @@ export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
|
2346
2346
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2347
2347
|
// SaudiRiyal aliases
|
|
2348
2348
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2349
|
-
// SaveAll aliases
|
|
2350
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2351
2349
|
// SaveCheck aliases
|
|
2352
2350
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2353
|
-
//
|
|
2354
|
-
export { default as
|
|
2351
|
+
// SaveAll aliases
|
|
2352
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2355
2353
|
// SavePen aliases
|
|
2356
2354
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2357
|
-
//
|
|
2358
|
-
export { default as
|
|
2355
|
+
// SaveOff aliases
|
|
2356
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2359
2357
|
// SavePlus aliases
|
|
2360
2358
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2359
|
+
// Save aliases
|
|
2360
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2361
2361
|
// Scaling aliases
|
|
2362
2362
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2363
2363
|
// Scale aliases
|
|
@@ -2372,20 +2372,20 @@ export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
|
2372
2372
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2373
2373
|
// ScanHeart aliases
|
|
2374
2374
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2375
|
-
// ScanQrCode aliases
|
|
2376
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2377
2375
|
// ScanLine aliases
|
|
2378
2376
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2379
|
-
//
|
|
2380
|
-
export { default as
|
|
2377
|
+
// ScanQrCode aliases
|
|
2378
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2381
2379
|
// ScanSquare aliases
|
|
2382
2380
|
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2381
|
+
// ScanSearch aliases
|
|
2382
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2383
2383
|
// ScanText aliases
|
|
2384
2384
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2385
|
-
// Scan aliases
|
|
2386
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2387
2385
|
// School aliases
|
|
2388
2386
|
export { default as SchoolIcon } from '../icons/school';
|
|
2387
|
+
// Scan aliases
|
|
2388
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2389
2389
|
// ScissorsLineDashed aliases
|
|
2390
2390
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2391
2391
|
// Scissors aliases
|
|
@@ -2396,36 +2396,36 @@ export { default as ScooterIcon } from '../icons/scooter';
|
|
|
2396
2396
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2397
2397
|
// ScreenShare aliases
|
|
2398
2398
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2399
|
-
// ScrollText aliases
|
|
2400
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2401
2399
|
// Scroll aliases
|
|
2402
2400
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2403
|
-
//
|
|
2404
|
-
export { default as
|
|
2401
|
+
// ScrollText aliases
|
|
2402
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2405
2403
|
// SearchCheck aliases
|
|
2406
2404
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2407
|
-
//
|
|
2408
|
-
export { default as
|
|
2405
|
+
// SearchAlert aliases
|
|
2406
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2409
2407
|
// SearchCode aliases
|
|
2410
2408
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2411
2409
|
// SearchSlash aliases
|
|
2412
2410
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2411
|
+
// SearchX aliases
|
|
2412
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2413
2413
|
// Search aliases
|
|
2414
2414
|
export { default as SearchIcon } from '../icons/search';
|
|
2415
|
+
// Section aliases
|
|
2416
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2415
2417
|
// SendToBack aliases
|
|
2416
2418
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2417
2419
|
// Send aliases
|
|
2418
2420
|
export { default as SendIcon } from '../icons/send';
|
|
2419
2421
|
// SeparatorHorizontal aliases
|
|
2420
2422
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2421
|
-
// Section aliases
|
|
2422
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2423
2423
|
// SeparatorVertical aliases
|
|
2424
2424
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2425
|
-
// ServerCrash aliases
|
|
2426
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2427
2425
|
// ServerCog aliases
|
|
2428
2426
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2427
|
+
// ServerCrash aliases
|
|
2428
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2429
2429
|
// ServerOff aliases
|
|
2430
2430
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2431
2431
|
// ServerPlus aliases
|
|
@@ -2448,10 +2448,10 @@ export { default as SheetIcon } from '../icons/sheet';
|
|
|
2448
2448
|
export { default as ShellIcon } from '../icons/shell';
|
|
2449
2449
|
// ShelvingUnit aliases
|
|
2450
2450
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2451
|
-
// ShieldBan aliases
|
|
2452
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2453
2451
|
// ShieldAlert aliases
|
|
2454
2452
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2453
|
+
// ShieldBan aliases
|
|
2454
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2455
2455
|
// ShieldCheck aliases
|
|
2456
2456
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2457
2457
|
// ShieldCogCorner aliases
|
|
@@ -2472,10 +2472,10 @@ export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
|
2472
2472
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2473
2473
|
// ShieldPlus aliases
|
|
2474
2474
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2475
|
-
// Shield aliases
|
|
2476
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2477
2475
|
// ShieldUser aliases
|
|
2478
2476
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2477
|
+
// Shield aliases
|
|
2478
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2479
2479
|
// ShipCargo aliases
|
|
2480
2480
|
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2481
2481
|
// ShipWheel aliases
|
|
@@ -2498,16 +2498,16 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2498
2498
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2499
2499
|
// ShowerHead aliases
|
|
2500
2500
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2501
|
-
// Shredder aliases
|
|
2502
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2503
2501
|
// ShrimpOff aliases
|
|
2504
2502
|
export { default as ShrimpOffIcon } from '../icons/shrimp-off';
|
|
2503
|
+
// Shredder aliases
|
|
2504
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2505
2505
|
// Shrimp aliases
|
|
2506
2506
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2507
|
-
// Shrink aliases
|
|
2508
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2509
2507
|
// Shrub aliases
|
|
2510
2508
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2509
|
+
// Shrink aliases
|
|
2510
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2511
2511
|
// Shuffle aliases
|
|
2512
2512
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2513
2513
|
// Sigma aliases
|
|
@@ -2528,10 +2528,10 @@ export { default as SignatureIcon } from '../icons/signature';
|
|
|
2528
2528
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2529
2529
|
// Signpost aliases
|
|
2530
2530
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2531
|
-
// SkipBack aliases
|
|
2532
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2533
2531
|
// Siren aliases
|
|
2534
2532
|
export { default as SirenIcon } from '../icons/siren';
|
|
2533
|
+
// SkipBack aliases
|
|
2534
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2535
2535
|
// SkipForward aliases
|
|
2536
2536
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2537
2537
|
// Skull aliases
|
|
@@ -2544,16 +2544,16 @@ export { default as SliceIcon } from '../icons/slice';
|
|
|
2544
2544
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2545
2545
|
// SmartphoneCharging aliases
|
|
2546
2546
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2547
|
-
// SmartphoneNfc aliases
|
|
2548
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2549
2547
|
// Smartphone aliases
|
|
2550
2548
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2549
|
+
// SmartphoneNfc aliases
|
|
2550
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2551
2551
|
// Snail aliases
|
|
2552
2552
|
export { default as SnailIcon } from '../icons/snail';
|
|
2553
|
-
// SoapDispenserDroplet aliases
|
|
2554
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2555
2553
|
// Snowflake aliases
|
|
2556
2554
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2555
|
+
// SoapDispenserDroplet aliases
|
|
2556
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2557
2557
|
// Sofa aliases
|
|
2558
2558
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2559
2559
|
// SolarPanel aliases
|
|
@@ -2566,10 +2566,10 @@ export { default as SpaceIcon } from '../icons/space';
|
|
|
2566
2566
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2567
2567
|
// Sparkle aliases
|
|
2568
2568
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2569
|
-
// Speaker aliases
|
|
2570
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2571
2569
|
// Speech aliases
|
|
2572
2570
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2571
|
+
// Speaker aliases
|
|
2572
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2573
2573
|
// SpellCheck2 aliases
|
|
2574
2574
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2575
2575
|
// SpellCheck aliases
|
|
@@ -2580,64 +2580,64 @@ export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
|
2580
2580
|
export { default as SplineIcon } from '../icons/spline';
|
|
2581
2581
|
// Split aliases
|
|
2582
2582
|
export { default as SplitIcon } from '../icons/split';
|
|
2583
|
-
// Spool aliases
|
|
2584
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2585
2583
|
// SportShoe aliases
|
|
2586
2584
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2585
|
+
// Spool aliases
|
|
2586
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2587
2587
|
// Spotlight aliases
|
|
2588
2588
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2589
2589
|
// SprayCan aliases
|
|
2590
2590
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2591
|
-
// Sprout aliases
|
|
2592
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2593
2591
|
// SquareArrowRightEnter aliases
|
|
2594
2592
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2593
|
+
// Sprout aliases
|
|
2594
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2595
2595
|
// SquareArrowRightExit aliases
|
|
2596
2596
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2597
|
-
// SquareDashedBottom aliases
|
|
2598
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2599
2597
|
// SquareDashedBottomCode aliases
|
|
2600
2598
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2599
|
+
// SquareDashedBottom aliases
|
|
2600
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2601
2601
|
// SquareDashedTopSolid aliases
|
|
2602
2602
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2603
|
-
// SquareExclamationPoint aliases
|
|
2604
|
-
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2605
2603
|
// SquareDimensions aliases
|
|
2606
2604
|
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2607
2605
|
// SquareOff aliases
|
|
2608
2606
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2607
|
+
// SquareExclamationPoint aliases
|
|
2608
|
+
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2609
2609
|
// SquarePause aliases
|
|
2610
2610
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2611
|
-
// SquareRadical aliases
|
|
2612
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2613
|
-
// SquareRoundCorner aliases
|
|
2614
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2615
2611
|
// SquareSquare aliases
|
|
2616
2612
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2613
|
+
// SquareRadical aliases
|
|
2614
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2617
2615
|
// SquareStack aliases
|
|
2618
2616
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2619
|
-
//
|
|
2620
|
-
export { default as
|
|
2617
|
+
// SquareRoundCorner aliases
|
|
2618
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2621
2619
|
// SquareStar aliases
|
|
2622
2620
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2621
|
+
// SquareStop aliases
|
|
2622
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2623
2623
|
// SquareText aliases
|
|
2624
2624
|
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2625
|
+
// Square aliases
|
|
2626
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2625
2627
|
// SquaresExclude aliases
|
|
2626
2628
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2627
2629
|
// SquaresIntersect aliases
|
|
2628
2630
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2629
|
-
// Square aliases
|
|
2630
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2631
2631
|
// SquaresSubtract aliases
|
|
2632
2632
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2633
2633
|
// SquaresUnite aliases
|
|
2634
2634
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2635
|
+
// Squirrel aliases
|
|
2636
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2635
2637
|
// SquircleDashed aliases
|
|
2636
2638
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2637
2639
|
// Squircle aliases
|
|
2638
2640
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2639
|
-
// Squirrel aliases
|
|
2640
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2641
2641
|
// Stamp aliases
|
|
2642
2642
|
export { default as StampIcon } from '../icons/stamp';
|
|
2643
2643
|
// StarCheck aliases
|
|
@@ -2662,10 +2662,10 @@ export { default as StepForwardIcon } from '../icons/step-forward';
|
|
|
2662
2662
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2663
2663
|
// Sticker aliases
|
|
2664
2664
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2665
|
-
// StickyNoteCheck aliases
|
|
2666
|
-
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2667
2665
|
// StickyNoteMinus aliases
|
|
2668
2666
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2667
|
+
// StickyNoteCheck aliases
|
|
2668
|
+
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2669
2669
|
// StickyNoteOff aliases
|
|
2670
2670
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2671
2671
|
// StickyNotePlus aliases
|
|
@@ -2674,12 +2674,12 @@ export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
|
2674
2674
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2675
2675
|
// StickyNote aliases
|
|
2676
2676
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2677
|
-
// StickyNotes aliases
|
|
2678
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2679
2677
|
// Stone aliases
|
|
2680
2678
|
export { default as StoneIcon } from '../icons/stone';
|
|
2681
2679
|
// Store aliases
|
|
2682
2680
|
export { default as StoreIcon } from '../icons/store';
|
|
2681
|
+
// StickyNotes aliases
|
|
2682
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2683
2683
|
// StretchHorizontal aliases
|
|
2684
2684
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2685
2685
|
// StretchVertical aliases
|
|
@@ -2704,16 +2704,16 @@ export { default as SunIcon } from '../icons/sun';
|
|
|
2704
2704
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2705
2705
|
// Sunset aliases
|
|
2706
2706
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2707
|
-
// Superscript aliases
|
|
2708
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2709
2707
|
// SwatchBook aliases
|
|
2710
2708
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2709
|
+
// Superscript aliases
|
|
2710
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2711
|
+
// Sword aliases
|
|
2712
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2711
2713
|
// SwissFranc aliases
|
|
2712
2714
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2713
2715
|
// SwitchCamera aliases
|
|
2714
2716
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2715
|
-
// Sword aliases
|
|
2716
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2717
2717
|
// Swords aliases
|
|
2718
2718
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2719
2719
|
// Syringe aliases
|
|
@@ -2724,38 +2724,38 @@ export { default as Table2Icon } from '../icons/table-2';
|
|
|
2724
2724
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2725
2725
|
// TableCellsSplit aliases
|
|
2726
2726
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2727
|
-
// TableOfContents aliases
|
|
2728
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2729
2727
|
// TableColumnsSplit aliases
|
|
2730
2728
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2731
2729
|
// TableProperties aliases
|
|
2732
2730
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2733
2731
|
// TableRowsSplit aliases
|
|
2734
2732
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2735
|
-
//
|
|
2736
|
-
export { default as
|
|
2733
|
+
// TableOfContents aliases
|
|
2734
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2737
2735
|
// TabletSmartphone aliases
|
|
2738
2736
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2737
|
+
// Table aliases
|
|
2738
|
+
export { default as TableIcon } from '../icons/table';
|
|
2739
2739
|
// Tablet aliases
|
|
2740
2740
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2741
|
-
// Tablets aliases
|
|
2742
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2743
2741
|
// TagPlus aliases
|
|
2744
2742
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2743
|
+
// Tablets aliases
|
|
2744
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2745
2745
|
// TagX aliases
|
|
2746
2746
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2747
2747
|
// Tag aliases
|
|
2748
2748
|
export { default as TagIcon } from '../icons/tag';
|
|
2749
|
-
// Tags aliases
|
|
2750
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2751
2749
|
// Tally1 aliases
|
|
2752
2750
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2751
|
+
// Tags aliases
|
|
2752
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2753
2753
|
// Tally2 aliases
|
|
2754
2754
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2755
|
-
// Tally4 aliases
|
|
2756
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2757
2755
|
// Tally3 aliases
|
|
2758
2756
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2757
|
+
// Tally4 aliases
|
|
2758
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2759
2759
|
// Tally5 aliases
|
|
2760
2760
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2761
2761
|
// Tangent aliases
|
|
@@ -2772,46 +2772,48 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2772
2772
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2773
2773
|
// TestTube aliases
|
|
2774
2774
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2775
|
+
// TextCursor aliases
|
|
2776
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2775
2777
|
// TestTubes aliases
|
|
2776
2778
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2777
2779
|
// TextCursorInput aliases
|
|
2778
2780
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2779
|
-
// TextCursor aliases
|
|
2780
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2781
2781
|
// TextQuote aliases
|
|
2782
2782
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2783
2783
|
// TextSearch aliases
|
|
2784
2784
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2785
2785
|
// Theater aliases
|
|
2786
2786
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2787
|
-
// ThermometerSun aliases
|
|
2788
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2789
2787
|
// ThermometerSnowflake aliases
|
|
2790
2788
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2789
|
+
// ThermometerSun aliases
|
|
2790
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2791
2791
|
// Thermometer aliases
|
|
2792
2792
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2793
2793
|
// ThumbsDown aliases
|
|
2794
2794
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2795
2795
|
// ThumbsUp aliases
|
|
2796
2796
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2797
|
+
// TicTacToe aliases
|
|
2798
|
+
export { default as TicTacToeIcon } from '../icons/tic-tac-toe';
|
|
2797
2799
|
// TicketCheck aliases
|
|
2798
2800
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2799
2801
|
// TicketMinus aliases
|
|
2800
2802
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2801
2803
|
// TicketPercent aliases
|
|
2802
2804
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2803
|
-
// TicketPlus aliases
|
|
2804
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2805
2805
|
// TicketSlash aliases
|
|
2806
2806
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2807
|
+
// TicketPlus aliases
|
|
2808
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2807
2809
|
// TicketX aliases
|
|
2808
2810
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2809
2811
|
// Ticket aliases
|
|
2810
2812
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2811
|
-
// Tickets aliases
|
|
2812
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2813
2813
|
// TicketsPlane aliases
|
|
2814
2814
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2815
|
+
// Tickets aliases
|
|
2816
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2815
2817
|
// Timeline aliases
|
|
2816
2818
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2817
2819
|
// TimerOff aliases
|
|
@@ -2820,16 +2822,20 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2820
2822
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2821
2823
|
// Timer aliases
|
|
2822
2824
|
export { default as TimerIcon } from '../icons/timer';
|
|
2823
|
-
// ToggleRight aliases
|
|
2824
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2825
2825
|
// ToggleLeft aliases
|
|
2826
2826
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2827
|
+
// ToggleRight aliases
|
|
2828
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2827
2829
|
// Toilet aliases
|
|
2828
2830
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2829
|
-
// Toolbox aliases
|
|
2830
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2831
2831
|
// ToolCase aliases
|
|
2832
2832
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2833
|
+
// Toolbox aliases
|
|
2834
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2835
|
+
// ToothbrushSparkles aliases
|
|
2836
|
+
export { default as ToothbrushSparklesIcon } from '../icons/toothbrush-sparkles';
|
|
2837
|
+
// Toothbrush aliases
|
|
2838
|
+
export { default as ToothbrushIcon } from '../icons/toothbrush';
|
|
2833
2839
|
// Tornado aliases
|
|
2834
2840
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2835
2841
|
// Torus aliases
|
|
@@ -2856,10 +2862,10 @@ export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
|
2856
2862
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2857
2863
|
// TrainTrack aliases
|
|
2858
2864
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2859
|
-
// Transgender aliases
|
|
2860
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2861
2865
|
// TrashOff aliases
|
|
2862
2866
|
export { default as TrashOffIcon } from '../icons/trash-off';
|
|
2867
|
+
// Transgender aliases
|
|
2868
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2863
2869
|
// TreeDeciduous aliases
|
|
2864
2870
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2865
2871
|
// TreePine aliases
|
|
@@ -2886,20 +2892,20 @@ export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
|
2886
2892
|
export { default as TruckIcon } from '../icons/truck';
|
|
2887
2893
|
// TurkishLira aliases
|
|
2888
2894
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2889
|
-
// Turtle aliases
|
|
2890
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2891
2895
|
// Turntable aliases
|
|
2892
2896
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2897
|
+
// Turtle aliases
|
|
2898
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2893
2899
|
// TvMinimalPlay aliases
|
|
2894
2900
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2895
2901
|
// Tv aliases
|
|
2896
2902
|
export { default as TvIcon } from '../icons/tv';
|
|
2897
2903
|
// TypeOutline aliases
|
|
2898
2904
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2899
|
-
// UmbrellaOff aliases
|
|
2900
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2901
2905
|
// Type aliases
|
|
2902
2906
|
export { default as TypeIcon } from '../icons/type';
|
|
2907
|
+
// UmbrellaOff aliases
|
|
2908
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2903
2909
|
// Umbrella aliases
|
|
2904
2910
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2905
2911
|
// Underline aliases
|
|
@@ -2912,12 +2918,12 @@ export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
|
2912
2918
|
export { default as UndoIcon } from '../icons/undo';
|
|
2913
2919
|
// UnfoldHorizontal aliases
|
|
2914
2920
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2921
|
+
// UnfoldVertical aliases
|
|
2922
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2915
2923
|
// Ungroup aliases
|
|
2916
2924
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2917
2925
|
// Unlink2 aliases
|
|
2918
2926
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2919
|
-
// UnfoldVertical aliases
|
|
2920
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2921
2927
|
// Unlink aliases
|
|
2922
2928
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2923
2929
|
// Unplug aliases
|
|
@@ -2952,10 +2958,10 @@ export { default as UserRoundGroupIcon } from '../icons/user-round-group';
|
|
|
2952
2958
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2953
2959
|
// UserRoundPen aliases
|
|
2954
2960
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2955
|
-
// UserRoundSearch aliases
|
|
2956
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2957
2961
|
// UserSearch aliases
|
|
2958
2962
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2963
|
+
// UserRoundSearch aliases
|
|
2964
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2959
2965
|
// UserShield aliases
|
|
2960
2966
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2961
2967
|
// UserStar aliases
|
|
@@ -2966,10 +2972,10 @@ export { default as UserXIcon } from '../icons/user-x';
|
|
|
2966
2972
|
export { default as UserIcon } from '../icons/user';
|
|
2967
2973
|
// Users aliases
|
|
2968
2974
|
export { default as UsersIcon } from '../icons/users';
|
|
2969
|
-
// UtilityPole aliases
|
|
2970
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2971
2975
|
// Van aliases
|
|
2972
2976
|
export { default as VanIcon } from '../icons/van';
|
|
2977
|
+
// UtilityPole aliases
|
|
2978
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2973
2979
|
// Variable aliases
|
|
2974
2980
|
export { default as VariableIcon } from '../icons/variable';
|
|
2975
2981
|
// Vault aliases
|
|
@@ -2988,10 +2994,10 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2988
2994
|
export { default as VenusIcon } from '../icons/venus';
|
|
2989
2995
|
// VibrateOff aliases
|
|
2990
2996
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2991
|
-
// VideoOff aliases
|
|
2992
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2993
2997
|
// Vibrate aliases
|
|
2994
2998
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2999
|
+
// VideoOff aliases
|
|
3000
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2995
3001
|
// Video aliases
|
|
2996
3002
|
export { default as VideoIcon } from '../icons/video';
|
|
2997
3003
|
// Videotape aliases
|
|
@@ -3032,40 +3038,40 @@ export { default as WarehouseIcon } from '../icons/warehouse';
|
|
|
3032
3038
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
3033
3039
|
// Watch aliases
|
|
3034
3040
|
export { default as WatchIcon } from '../icons/watch';
|
|
3035
|
-
// WavesArrowDown aliases
|
|
3036
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
3037
3041
|
// WavesArrowUp aliases
|
|
3038
3042
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
3043
|
+
// WavesArrowDown aliases
|
|
3044
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
3039
3045
|
// WavesLadder aliases
|
|
3040
3046
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
3041
3047
|
// WavesVertical aliases
|
|
3042
3048
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
3043
3049
|
// Waypoints aliases
|
|
3044
3050
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
3045
|
-
// Webcam aliases
|
|
3046
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
3047
3051
|
// WebcamOff aliases
|
|
3048
3052
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
3053
|
+
// Webcam aliases
|
|
3054
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
3049
3055
|
// WebhookOff aliases
|
|
3050
3056
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
3057
|
+
// Webhook aliases
|
|
3058
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
3051
3059
|
// WeightTilde aliases
|
|
3052
3060
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3053
|
-
// Weight aliases
|
|
3054
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
3055
3061
|
// WheatOff aliases
|
|
3056
3062
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3063
|
+
// Weight aliases
|
|
3064
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
3057
3065
|
// Wheat aliases
|
|
3058
3066
|
export { default as WheatIcon } from '../icons/wheat';
|
|
3059
|
-
// Webhook aliases
|
|
3060
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
3061
3067
|
// Whistle aliases
|
|
3062
3068
|
export { default as WhistleIcon } from '../icons/whistle';
|
|
3063
3069
|
// WholeWord aliases
|
|
3064
3070
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
3065
|
-
// WifiHigh aliases
|
|
3066
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
3067
3071
|
// WifiCog aliases
|
|
3068
3072
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
3073
|
+
// WifiHigh aliases
|
|
3074
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
3069
3075
|
// WifiLow aliases
|
|
3070
3076
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
3071
3077
|
// WifiOff aliases
|
|
@@ -3088,12 +3094,12 @@ export { default as WineOffIcon } from '../icons/wine-off';
|
|
|
3088
3094
|
export { default as WineIcon } from '../icons/wine';
|
|
3089
3095
|
// Workflow aliases
|
|
3090
3096
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3091
|
-
// Wrench aliases
|
|
3092
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
3093
3097
|
// Worm aliases
|
|
3094
3098
|
export { default as WormIcon } from '../icons/worm';
|
|
3095
3099
|
// WrenchOff aliases
|
|
3096
3100
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3101
|
+
// Wrench aliases
|
|
3102
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
3097
3103
|
// XLineTop aliases
|
|
3098
3104
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3099
3105
|
// X aliases
|
|
@@ -3102,14 +3108,14 @@ export { default as XIcon } from '../icons/x';
|
|
|
3102
3108
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3103
3109
|
// Zap aliases
|
|
3104
3110
|
export { default as ZapIcon } from '../icons/zap';
|
|
3111
|
+
// ZodiacAquarius aliases
|
|
3112
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3105
3113
|
// ZodiacAries aliases
|
|
3106
3114
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3107
3115
|
// ZodiacCancer aliases
|
|
3108
3116
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3109
3117
|
// ZodiacCapricorn aliases
|
|
3110
3118
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3111
|
-
// ZodiacAquarius aliases
|
|
3112
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3113
3119
|
// ZodiacGemini aliases
|
|
3114
3120
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3115
3121
|
// ZodiacLeo aliases
|
|
@@ -3124,10 +3130,10 @@ export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
|
3124
3130
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3125
3131
|
// ZodiacScorpio aliases
|
|
3126
3132
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3127
|
-
// ZodiacVirgo aliases
|
|
3128
|
-
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3129
3133
|
// ZodiacTaurus aliases
|
|
3130
3134
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3135
|
+
// ZodiacVirgo aliases
|
|
3136
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3131
3137
|
// ZoomIn aliases
|
|
3132
3138
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3133
3139
|
// ZoomOut aliases
|
|
@@ -3146,18 +3152,18 @@ export {
|
|
|
3146
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
3147
3153
|
default as AlarmCheckIcon
|
|
3148
3154
|
} from '../icons/alarm-clock-check';
|
|
3149
|
-
// AlarmClockMinus aliases
|
|
3150
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3151
|
-
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3153
|
-
default as AlarmMinusIcon
|
|
3154
|
-
} from '../icons/alarm-clock-minus';
|
|
3155
3155
|
// AlarmClockPlus aliases
|
|
3156
3156
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3157
3157
|
export {
|
|
3158
3158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3159
3159
|
default as AlarmPlusIcon
|
|
3160
3160
|
} from '../icons/alarm-clock-plus';
|
|
3161
|
+
// AlarmClockMinus aliases
|
|
3162
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3163
|
+
export {
|
|
3164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3165
|
+
default as AlarmMinusIcon
|
|
3166
|
+
} from '../icons/alarm-clock-minus';
|
|
3161
3167
|
// ArrowDownAZ aliases
|
|
3162
3168
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3163
3169
|
export {
|
|
@@ -3236,36 +3242,36 @@ export {
|
|
|
3236
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3237
3243
|
default as CurlyBracesIcon
|
|
3238
3244
|
} from '../icons/braces';
|
|
3239
|
-
// Captions aliases
|
|
3240
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
3241
|
-
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3243
|
-
default as SubtitlesIcon
|
|
3244
|
-
} from '../icons/captions';
|
|
3245
3245
|
// ChartArea aliases
|
|
3246
3246
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3247
3247
|
export {
|
|
3248
3248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3249
3249
|
default as AreaChartIcon
|
|
3250
3250
|
} from '../icons/chart-area';
|
|
3251
|
+
// Captions aliases
|
|
3252
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3253
|
+
export {
|
|
3254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3255
|
+
default as SubtitlesIcon
|
|
3256
|
+
} from '../icons/captions';
|
|
3251
3257
|
// ChartBarBig aliases
|
|
3252
3258
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3253
3259
|
export {
|
|
3254
3260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3255
3261
|
default as BarChartHorizontalBigIcon
|
|
3256
3262
|
} from '../icons/chart-bar-big';
|
|
3257
|
-
// ChartBar aliases
|
|
3258
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3259
|
-
export {
|
|
3260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3261
|
-
default as BarChartHorizontalIcon
|
|
3262
|
-
} from '../icons/chart-bar';
|
|
3263
3263
|
// ChartCandlestick aliases
|
|
3264
3264
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3265
3265
|
export {
|
|
3266
3266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3267
3267
|
default as CandlestickChartIcon
|
|
3268
3268
|
} from '../icons/chart-candlestick';
|
|
3269
|
+
// ChartBar aliases
|
|
3270
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3271
|
+
export {
|
|
3272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3273
|
+
default as BarChartHorizontalIcon
|
|
3274
|
+
} from '../icons/chart-bar';
|
|
3269
3275
|
// ChartColumnBig aliases
|
|
3270
3276
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3271
3277
|
export {
|
|
@@ -3278,18 +3284,18 @@ export {
|
|
|
3278
3284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3279
3285
|
default as BarChart4Icon
|
|
3280
3286
|
} from '../icons/chart-column-increasing';
|
|
3281
|
-
// ChartColumn aliases
|
|
3282
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3283
|
-
export {
|
|
3284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3285
|
-
default as BarChart3Icon
|
|
3286
|
-
} from '../icons/chart-column';
|
|
3287
3287
|
// ChartLine aliases
|
|
3288
3288
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3289
3289
|
export {
|
|
3290
3290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3291
3291
|
default as LineChartIcon
|
|
3292
3292
|
} from '../icons/chart-line';
|
|
3293
|
+
// ChartColumn aliases
|
|
3294
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3295
|
+
export {
|
|
3296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3297
|
+
default as BarChart3Icon
|
|
3298
|
+
} from '../icons/chart-column';
|
|
3293
3299
|
// ChartNoAxesColumnIncreasing aliases
|
|
3294
3300
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3295
3301
|
export {
|
|
@@ -3308,18 +3314,18 @@ export {
|
|
|
3308
3314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3309
3315
|
default as GanttChartIcon
|
|
3310
3316
|
} from '../icons/chart-no-axes-gantt';
|
|
3311
|
-
// ChartPie aliases
|
|
3312
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3313
|
-
export {
|
|
3314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3315
|
-
default as PieChartIcon
|
|
3316
|
-
} from '../icons/chart-pie';
|
|
3317
3317
|
// ChartScatter aliases
|
|
3318
3318
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3319
3319
|
export {
|
|
3320
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3321
3321
|
default as ScatterChartIcon
|
|
3322
3322
|
} from '../icons/chart-scatter';
|
|
3323
|
+
// ChartPie aliases
|
|
3324
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3325
|
+
export {
|
|
3326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3327
|
+
default as PieChartIcon
|
|
3328
|
+
} from '../icons/chart-pie';
|
|
3323
3329
|
// CircleAlert aliases
|
|
3324
3330
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3325
3331
|
export {
|
|
@@ -3332,20 +3338,20 @@ export {
|
|
|
3332
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3333
3339
|
default as ArrowDownCircleIcon
|
|
3334
3340
|
} from '../icons/circle-arrow-down';
|
|
3335
|
-
// CircleArrowOutDownLeft aliases
|
|
3336
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3337
|
-
export {
|
|
3338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3339
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3340
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3341
3341
|
// CircleArrowLeft aliases
|
|
3342
3342
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3343
3343
|
export {
|
|
3344
3344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3345
3345
|
default as ArrowLeftCircleIcon
|
|
3346
3346
|
} from '../icons/circle-arrow-left';
|
|
3347
|
-
//
|
|
3348
|
-
export { default as
|
|
3347
|
+
// CircleArrowOutDownLeft aliases
|
|
3348
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3349
|
+
export {
|
|
3350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3351
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3352
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3353
|
+
// CircleArrowOutDownRight aliases
|
|
3354
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3349
3355
|
export {
|
|
3350
3356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3351
3357
|
default as ArrowDownRightFromCircleIcon
|
|
@@ -3380,24 +3386,30 @@ export {
|
|
|
3380
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3381
3387
|
default as CheckCircleIcon
|
|
3382
3388
|
} from '../icons/circle-check-big';
|
|
3383
|
-
// CircleCheck aliases
|
|
3384
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3385
|
-
export {
|
|
3386
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3387
|
-
default as CheckCircle2Icon
|
|
3388
|
-
} from '../icons/circle-check';
|
|
3389
3389
|
// CircleChevronDown aliases
|
|
3390
3390
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3391
3391
|
export {
|
|
3392
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3393
3393
|
default as ChevronDownCircleIcon
|
|
3394
3394
|
} from '../icons/circle-chevron-down';
|
|
3395
|
+
// CircleCheck aliases
|
|
3396
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3399
|
+
default as CheckCircle2Icon
|
|
3400
|
+
} from '../icons/circle-check';
|
|
3395
3401
|
// CircleChevronLeft aliases
|
|
3396
3402
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3397
3403
|
export {
|
|
3398
3404
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3399
3405
|
default as ChevronLeftCircleIcon
|
|
3400
3406
|
} from '../icons/circle-chevron-left';
|
|
3407
|
+
// CircleChevronUp aliases
|
|
3408
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3409
|
+
export {
|
|
3410
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3411
|
+
default as ChevronUpCircleIcon
|
|
3412
|
+
} from '../icons/circle-chevron-up';
|
|
3401
3413
|
// CircleChevronRight aliases
|
|
3402
3414
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3403
3415
|
export {
|
|
@@ -3410,12 +3422,6 @@ export {
|
|
|
3410
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3411
3423
|
default as DivideCircleIcon
|
|
3412
3424
|
} from '../icons/circle-divide';
|
|
3413
|
-
// CircleChevronUp aliases
|
|
3414
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3415
|
-
export {
|
|
3416
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3417
|
-
default as ChevronUpCircleIcon
|
|
3418
|
-
} from '../icons/circle-chevron-up';
|
|
3419
3425
|
// CircleGauge aliases
|
|
3420
3426
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3421
3427
|
export {
|
|
@@ -3440,6 +3446,12 @@ export {
|
|
|
3440
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3441
3447
|
default as ParkingCircleIcon
|
|
3442
3448
|
} from '../icons/circle-parking';
|
|
3449
|
+
// CirclePause aliases
|
|
3450
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3453
|
+
default as PauseCircleIcon
|
|
3454
|
+
} from '../icons/circle-pause';
|
|
3443
3455
|
// CirclePercent aliases
|
|
3444
3456
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3445
3457
|
export {
|
|
@@ -3452,12 +3464,6 @@ export {
|
|
|
3452
3464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3453
3465
|
default as PlayCircleIcon
|
|
3454
3466
|
} from '../icons/circle-play';
|
|
3455
|
-
// CirclePause aliases
|
|
3456
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3457
|
-
export {
|
|
3458
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3459
|
-
default as PauseCircleIcon
|
|
3460
|
-
} from '../icons/circle-pause';
|
|
3461
3467
|
// CirclePlus aliases
|
|
3462
3468
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3463
3469
|
export {
|
|
@@ -3480,30 +3486,30 @@ export {
|
|
|
3480
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3481
3487
|
default as CircleHelpIcon
|
|
3482
3488
|
} from '../icons/circle-question-mark';
|
|
3483
|
-
// CircleStop aliases
|
|
3484
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3485
|
-
export {
|
|
3486
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3487
|
-
default as StopCircleIcon
|
|
3488
|
-
} from '../icons/circle-stop';
|
|
3489
3489
|
// CircleSlash2 aliases
|
|
3490
3490
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3491
3491
|
export {
|
|
3492
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3493
3493
|
default as CircleSlashedIcon
|
|
3494
3494
|
} from '../icons/circle-slash-2';
|
|
3495
|
-
//
|
|
3496
|
-
export { default as
|
|
3495
|
+
// CircleStop aliases
|
|
3496
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3497
3497
|
export {
|
|
3498
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3499
|
-
default as
|
|
3500
|
-
} from '../icons/circle-
|
|
3498
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3499
|
+
default as StopCircleIcon
|
|
3500
|
+
} from '../icons/circle-stop';
|
|
3501
3501
|
// CircleUserRound aliases
|
|
3502
3502
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3503
3503
|
export {
|
|
3504
3504
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3505
3505
|
default as UserCircle2Icon
|
|
3506
3506
|
} from '../icons/circle-user-round';
|
|
3507
|
+
// CircleUser aliases
|
|
3508
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3509
|
+
export {
|
|
3510
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3511
|
+
default as UserCircleIcon
|
|
3512
|
+
} from '../icons/circle-user';
|
|
3507
3513
|
// CircleX aliases
|
|
3508
3514
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3509
3515
|
export {
|
|
@@ -3616,6 +3622,12 @@ export {
|
|
|
3616
3622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3617
3623
|
default as MehIcon
|
|
3618
3624
|
} from '../icons/face-neutral';
|
|
3625
|
+
// FaceSlightlyFrowning aliases
|
|
3626
|
+
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3627
|
+
export {
|
|
3628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3629
|
+
default as FrownIcon
|
|
3630
|
+
} from '../icons/face-slightly-frowning';
|
|
3619
3631
|
// FaceSlightlySmilingPlus aliases
|
|
3620
3632
|
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3621
3633
|
export {
|
|
@@ -3634,12 +3646,6 @@ export {
|
|
|
3634
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3635
3647
|
default as FileAxis3DIcon
|
|
3636
3648
|
} from '../icons/file-axis-3d';
|
|
3637
|
-
// FaceSlightlyFrowning aliases
|
|
3638
|
-
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3639
|
-
export {
|
|
3640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3641
|
-
default as FrownIcon
|
|
3642
|
-
} from '../icons/face-slightly-frowning';
|
|
3643
3649
|
// FileBadge aliases
|
|
3644
3650
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3645
3651
|
export {
|
|
@@ -3700,12 +3706,6 @@ export {
|
|
|
3700
3706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3701
3707
|
default as FileCog2Icon
|
|
3702
3708
|
} from '../icons/file-cog';
|
|
3703
|
-
// FileExclamationPoint aliases
|
|
3704
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3705
|
-
export {
|
|
3706
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3707
|
-
default as FileWarningIcon
|
|
3708
|
-
} from '../icons/file-exclamation-point';
|
|
3709
3709
|
// FileHeadphone aliases
|
|
3710
3710
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3711
3711
|
export {
|
|
@@ -3722,6 +3722,12 @@ export {
|
|
|
3722
3722
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3723
3723
|
default as FileKey2Icon
|
|
3724
3724
|
} from '../icons/file-key';
|
|
3725
|
+
// FileExclamationPoint aliases
|
|
3726
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3727
|
+
export {
|
|
3728
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3729
|
+
default as FileWarningIcon
|
|
3730
|
+
} from '../icons/file-exclamation-point';
|
|
3725
3731
|
// FileLock aliases
|
|
3726
3732
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3727
3733
|
export {
|
|
@@ -3746,18 +3752,18 @@ export {
|
|
|
3746
3752
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3747
3753
|
default as FileEditIcon
|
|
3748
3754
|
} from '../icons/file-pen';
|
|
3749
|
-
// FilePlusCorner aliases
|
|
3750
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3751
|
-
export {
|
|
3752
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3753
|
-
default as FilePlus2Icon
|
|
3754
|
-
} from '../icons/file-plus-corner';
|
|
3755
3755
|
// FilePlay aliases
|
|
3756
3756
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3757
3757
|
export {
|
|
3758
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3759
3759
|
default as FileVideoIcon
|
|
3760
3760
|
} from '../icons/file-play';
|
|
3761
|
+
// FilePlusCorner aliases
|
|
3762
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3763
|
+
export {
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3765
|
+
default as FilePlus2Icon
|
|
3766
|
+
} from '../icons/file-plus-corner';
|
|
3761
3767
|
// FileQuestionMark aliases
|
|
3762
3768
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3763
3769
|
export {
|
|
@@ -3842,12 +3848,6 @@ export {
|
|
|
3842
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3843
3849
|
default as Grid2X2PlusIcon
|
|
3844
3850
|
} from '../icons/grid-2x2-plus';
|
|
3845
|
-
// Grid2x2 aliases
|
|
3846
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3847
|
-
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3849
|
-
default as Grid2X2Icon
|
|
3850
|
-
} from '../icons/grid-2x2';
|
|
3851
3851
|
// Grid2x2X aliases
|
|
3852
3852
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3853
3853
|
export {
|
|
@@ -3870,6 +3870,12 @@ export {
|
|
|
3870
3870
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3871
3871
|
default as GrabIcon
|
|
3872
3872
|
} from '../icons/hand-grab';
|
|
3873
|
+
// Grid2x2 aliases
|
|
3874
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3875
|
+
export {
|
|
3876
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3877
|
+
default as Grid2X2Icon
|
|
3878
|
+
} from '../icons/grid-2x2';
|
|
3873
3879
|
// HandHelping aliases
|
|
3874
3880
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3875
3881
|
export {
|
|
@@ -3888,18 +3894,18 @@ export {
|
|
|
3888
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3889
3895
|
default as IceCream2Icon
|
|
3890
3896
|
} from '../icons/ice-cream-bowl';
|
|
3891
|
-
// IceCreamCone aliases
|
|
3892
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3893
|
-
export {
|
|
3894
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3895
|
-
default as IceCreamIcon
|
|
3896
|
-
} from '../icons/ice-cream-cone';
|
|
3897
3897
|
// LaptopMinimal aliases
|
|
3898
3898
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3899
3899
|
export {
|
|
3900
3900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3901
3901
|
default as Laptop2Icon
|
|
3902
3902
|
} from '../icons/laptop-minimal';
|
|
3903
|
+
// IceCreamCone aliases
|
|
3904
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3905
|
+
export {
|
|
3906
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3907
|
+
default as IceCreamIcon
|
|
3908
|
+
} from '../icons/ice-cream-cone';
|
|
3903
3909
|
// Layers aliases
|
|
3904
3910
|
export { default as LayersIcon } from '../icons/layers';
|
|
3905
3911
|
export {
|
|
@@ -3926,18 +3932,18 @@ export {
|
|
|
3926
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3927
3933
|
default as IndentIncreaseIcon
|
|
3928
3934
|
} from '../icons/list-indent-increase';
|
|
3929
|
-
// LockKeyholeOpen aliases
|
|
3930
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3931
|
-
export {
|
|
3932
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3933
|
-
default as UnlockKeyholeIcon
|
|
3934
|
-
} from '../icons/lock-keyhole-open';
|
|
3935
3935
|
// LoaderCircle aliases
|
|
3936
3936
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3937
3937
|
export {
|
|
3938
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3939
3939
|
default as Loader2Icon
|
|
3940
3940
|
} from '../icons/loader-circle';
|
|
3941
|
+
// LockKeyholeOpen aliases
|
|
3942
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3945
|
+
default as UnlockKeyholeIcon
|
|
3946
|
+
} from '../icons/lock-keyhole-open';
|
|
3941
3947
|
// LockOpen aliases
|
|
3942
3948
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3943
3949
|
export {
|
|
@@ -3968,30 +3974,30 @@ export {
|
|
|
3968
3974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3969
3975
|
default as PodcastIcon
|
|
3970
3976
|
} from '../icons/mic-signal';
|
|
3971
|
-
// MicVocal aliases
|
|
3972
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3973
|
-
export {
|
|
3974
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3975
|
-
default as Mic2Icon
|
|
3976
|
-
} from '../icons/mic-vocal';
|
|
3977
3977
|
// Move3d aliases
|
|
3978
3978
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3979
3979
|
export {
|
|
3980
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3981
3981
|
default as Move3DIcon
|
|
3982
3982
|
} from '../icons/move-3d';
|
|
3983
|
-
//
|
|
3984
|
-
export { default as
|
|
3983
|
+
// MicVocal aliases
|
|
3984
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3985
3985
|
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3987
|
-
default as
|
|
3988
|
-
} from '../icons/
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3987
|
+
default as Mic2Icon
|
|
3988
|
+
} from '../icons/mic-vocal';
|
|
3989
3989
|
// OctagonPause aliases
|
|
3990
3990
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3991
3991
|
export {
|
|
3992
3992
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3993
3993
|
default as PauseOctagonIcon
|
|
3994
3994
|
} from '../icons/octagon-pause';
|
|
3995
|
+
// OctagonAlert aliases
|
|
3996
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3997
|
+
export {
|
|
3998
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3999
|
+
default as AlertOctagonIcon
|
|
4000
|
+
} from '../icons/octagon-alert';
|
|
3995
4001
|
// OctagonX aliases
|
|
3996
4002
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3997
4003
|
export {
|
|
@@ -4004,30 +4010,24 @@ export {
|
|
|
4004
4010
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
4005
4011
|
default as Paintbrush2Icon
|
|
4006
4012
|
} from '../icons/paintbrush-vertical';
|
|
4007
|
-
// PanelBottomDashed aliases
|
|
4008
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
4009
|
-
export {
|
|
4010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
4011
|
-
default as PanelBottomInactiveIcon
|
|
4012
|
-
} from '../icons/panel-bottom-dashed';
|
|
4013
4013
|
// PanelLeftClose aliases
|
|
4014
4014
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
4015
4015
|
export {
|
|
4016
4016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
4017
4017
|
default as SidebarCloseIcon
|
|
4018
4018
|
} from '../icons/panel-left-close';
|
|
4019
|
+
// PanelBottomDashed aliases
|
|
4020
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
4021
|
+
export {
|
|
4022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
4023
|
+
default as PanelBottomInactiveIcon
|
|
4024
|
+
} from '../icons/panel-bottom-dashed';
|
|
4019
4025
|
// PanelLeftDashed aliases
|
|
4020
4026
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
4021
4027
|
export {
|
|
4022
4028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
4023
4029
|
default as PanelLeftInactiveIcon
|
|
4024
4030
|
} from '../icons/panel-left-dashed';
|
|
4025
|
-
// PanelLeftOpen aliases
|
|
4026
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4027
|
-
export {
|
|
4028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4029
|
-
default as SidebarOpenIcon
|
|
4030
|
-
} from '../icons/panel-left-open';
|
|
4031
4031
|
// PanelLeft aliases
|
|
4032
4032
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
4033
4033
|
export {
|
|
@@ -4046,24 +4046,36 @@ export {
|
|
|
4046
4046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
4047
4047
|
default as PanelTopInactiveIcon
|
|
4048
4048
|
} from '../icons/panel-top-dashed';
|
|
4049
|
+
// PanelLeftOpen aliases
|
|
4050
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4051
|
+
export {
|
|
4052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4053
|
+
default as SidebarOpenIcon
|
|
4054
|
+
} from '../icons/panel-left-open';
|
|
4049
4055
|
// PanelsTopLeft aliases
|
|
4050
4056
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
4051
4057
|
export {
|
|
4052
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
4053
4059
|
default as LayoutIcon
|
|
4054
4060
|
} from '../icons/panels-top-left';
|
|
4061
|
+
// Pen aliases
|
|
4062
|
+
export { default as PenIcon } from '../icons/pen';
|
|
4063
|
+
export {
|
|
4064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4065
|
+
default as Edit2Icon
|
|
4066
|
+
} from '../icons/pen';
|
|
4055
4067
|
// PenLine aliases
|
|
4056
4068
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
4057
4069
|
export {
|
|
4058
4070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
4059
4071
|
default as Edit3Icon
|
|
4060
4072
|
} from '../icons/pen-line';
|
|
4061
|
-
//
|
|
4062
|
-
export { default as
|
|
4073
|
+
// Rotate3d aliases
|
|
4074
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
4063
4075
|
export {
|
|
4064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4065
|
-
default as
|
|
4066
|
-
} from '../icons/
|
|
4076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4077
|
+
default as Rotate3DIcon
|
|
4078
|
+
} from '../icons/rotate-3d';
|
|
4067
4079
|
// PlugZap aliases
|
|
4068
4080
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
4069
4081
|
export {
|
|
@@ -4076,24 +4088,18 @@ export {
|
|
|
4076
4088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
4077
4089
|
default as FormInputIcon
|
|
4078
4090
|
} from '../icons/rectangle-ellipsis';
|
|
4079
|
-
//
|
|
4080
|
-
export { default as
|
|
4091
|
+
// RotateCcwClock aliases
|
|
4092
|
+
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4081
4093
|
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4083
|
-
default as
|
|
4084
|
-
} from '../icons/rotate-
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4095
|
+
default as HistoryIcon
|
|
4096
|
+
} from '../icons/rotate-ccw-clock';
|
|
4085
4097
|
// Rows2 aliases
|
|
4086
4098
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4087
4099
|
export {
|
|
4088
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4089
4101
|
default as RowsIcon
|
|
4090
4102
|
} from '../icons/rows-2';
|
|
4091
|
-
// RotateCcwClock aliases
|
|
4092
|
-
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4093
|
-
export {
|
|
4094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4095
|
-
default as HistoryIcon
|
|
4096
|
-
} from '../icons/rotate-ccw-clock';
|
|
4097
4103
|
// Rows3 aliases
|
|
4098
4104
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4099
4105
|
export {
|
|
@@ -4106,18 +4112,24 @@ export {
|
|
|
4106
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
4107
4113
|
default as Scale3DIcon
|
|
4108
4114
|
} from '../icons/scale-3d';
|
|
4109
|
-
// ShieldQuestionMark aliases
|
|
4110
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4111
|
-
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4113
|
-
default as ShieldQuestionIcon
|
|
4114
|
-
} from '../icons/shield-question-mark';
|
|
4115
4115
|
// SendHorizontal aliases
|
|
4116
4116
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
4117
4117
|
export {
|
|
4118
4118
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
4119
4119
|
default as SendHorizonalIcon
|
|
4120
4120
|
} from '../icons/send-horizontal';
|
|
4121
|
+
// ShieldX aliases
|
|
4122
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4123
|
+
export {
|
|
4124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4125
|
+
default as ShieldCloseIcon
|
|
4126
|
+
} from '../icons/shield-x';
|
|
4127
|
+
// ShieldQuestionMark aliases
|
|
4128
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4129
|
+
export {
|
|
4130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4131
|
+
default as ShieldQuestionIcon
|
|
4132
|
+
} from '../icons/shield-question-mark';
|
|
4121
4133
|
// SlidersVertical aliases
|
|
4122
4134
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
4123
4135
|
export {
|
|
@@ -4130,12 +4142,6 @@ export {
|
|
|
4130
4142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4131
4143
|
default as StarsIcon
|
|
4132
4144
|
} from '../icons/sparkles';
|
|
4133
|
-
// ShieldX aliases
|
|
4134
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4135
|
-
export {
|
|
4136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4137
|
-
default as ShieldCloseIcon
|
|
4138
|
-
} from '../icons/shield-x';
|
|
4139
4145
|
// SquareActivity aliases
|
|
4140
4146
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4141
4147
|
export {
|
|
@@ -4160,30 +4166,30 @@ export {
|
|
|
4160
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4161
4167
|
default as ArrowDownSquareIcon
|
|
4162
4168
|
} from '../icons/square-arrow-down';
|
|
4163
|
-
// SquareArrowOutDownLeft aliases
|
|
4164
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4165
|
-
export {
|
|
4166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4167
|
-
default as ArrowDownLeftFromSquareIcon
|
|
4168
|
-
} from '../icons/square-arrow-out-down-left';
|
|
4169
4169
|
// SquareArrowLeft aliases
|
|
4170
4170
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4171
4171
|
export {
|
|
4172
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4173
4173
|
default as ArrowLeftSquareIcon
|
|
4174
4174
|
} from '../icons/square-arrow-left';
|
|
4175
|
-
//
|
|
4176
|
-
export { default as
|
|
4175
|
+
// SquareArrowOutDownLeft aliases
|
|
4176
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4177
4177
|
export {
|
|
4178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4179
|
-
default as
|
|
4180
|
-
} from '../icons/square-arrow-out-down-
|
|
4178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4179
|
+
default as ArrowDownLeftFromSquareIcon
|
|
4180
|
+
} from '../icons/square-arrow-out-down-left';
|
|
4181
4181
|
// SquareArrowOutUpLeft aliases
|
|
4182
4182
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4183
4183
|
export {
|
|
4184
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4185
4185
|
default as ArrowUpLeftFromSquareIcon
|
|
4186
4186
|
} from '../icons/square-arrow-out-up-left';
|
|
4187
|
+
// SquareArrowOutDownRight aliases
|
|
4188
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4189
|
+
export {
|
|
4190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4191
|
+
default as ArrowDownRightFromSquareIcon
|
|
4192
|
+
} from '../icons/square-arrow-out-down-right';
|
|
4187
4193
|
// SquareArrowOutUpRight aliases
|
|
4188
4194
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4189
4195
|
export {
|
|
@@ -4196,12 +4202,6 @@ export {
|
|
|
4196
4202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4197
4203
|
default as ArrowRightSquareIcon
|
|
4198
4204
|
} from '../icons/square-arrow-right';
|
|
4199
|
-
// SquareArrowUpLeft aliases
|
|
4200
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4201
|
-
export {
|
|
4202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4203
|
-
default as ArrowUpLeftSquareIcon
|
|
4204
|
-
} from '../icons/square-arrow-up-left';
|
|
4205
4205
|
// SquareArrowUpRight aliases
|
|
4206
4206
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4207
4207
|
export {
|
|
@@ -4214,6 +4214,12 @@ export {
|
|
|
4214
4214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4215
4215
|
default as ArrowUpSquareIcon
|
|
4216
4216
|
} from '../icons/square-arrow-up';
|
|
4217
|
+
// SquareArrowUpLeft aliases
|
|
4218
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4219
|
+
export {
|
|
4220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4221
|
+
default as ArrowUpLeftSquareIcon
|
|
4222
|
+
} from '../icons/square-arrow-up-left';
|
|
4217
4223
|
// SquareAsterisk aliases
|
|
4218
4224
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4219
4225
|
export {
|
|
@@ -4238,16 +4244,6 @@ export {
|
|
|
4238
4244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4239
4245
|
default as FlipVerticalIcon
|
|
4240
4246
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4241
|
-
// SquareChartGantt aliases
|
|
4242
|
-
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4243
|
-
export {
|
|
4244
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4245
|
-
default as GanttChartSquareIcon
|
|
4246
|
-
} from '../icons/square-chart-gantt';
|
|
4247
|
-
export {
|
|
4248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4249
|
-
default as SquareGanttChartIcon
|
|
4250
|
-
} from '../icons/square-chart-gantt';
|
|
4251
4247
|
// SquareCheckBig aliases
|
|
4252
4248
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4253
4249
|
export {
|
|
@@ -4260,6 +4256,16 @@ export {
|
|
|
4260
4256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4261
4257
|
default as CheckSquare2Icon
|
|
4262
4258
|
} from '../icons/square-check';
|
|
4259
|
+
// SquareChartGantt aliases
|
|
4260
|
+
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4261
|
+
export {
|
|
4262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4263
|
+
default as GanttChartSquareIcon
|
|
4264
|
+
} from '../icons/square-chart-gantt';
|
|
4265
|
+
export {
|
|
4266
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4267
|
+
default as SquareGanttChartIcon
|
|
4268
|
+
} from '../icons/square-chart-gantt';
|
|
4263
4269
|
// SquareChevronDown aliases
|
|
4264
4270
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4265
4271
|
export {
|
|
@@ -4306,18 +4312,18 @@ export {
|
|
|
4306
4312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4307
4313
|
default as TextSelectIcon
|
|
4308
4314
|
} from '../icons/square-dashed-text';
|
|
4309
|
-
// SquareDashed aliases
|
|
4310
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4311
|
-
export {
|
|
4312
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4313
|
-
default as BoxSelectIcon
|
|
4314
|
-
} from '../icons/square-dashed';
|
|
4315
4315
|
// SquareDashedKanban aliases
|
|
4316
4316
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4317
4317
|
export {
|
|
4318
4318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4319
4319
|
default as KanbanSquareDashedIcon
|
|
4320
4320
|
} from '../icons/square-dashed-kanban';
|
|
4321
|
+
// SquareDashed aliases
|
|
4322
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4323
|
+
export {
|
|
4324
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4325
|
+
default as BoxSelectIcon
|
|
4326
|
+
} from '../icons/square-dashed';
|
|
4321
4327
|
// SquareDivide aliases
|
|
4322
4328
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4323
4329
|
export {
|
|
@@ -4360,30 +4366,30 @@ export {
|
|
|
4360
4366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4361
4367
|
default as MSquareIcon
|
|
4362
4368
|
} from '../icons/square-m';
|
|
4363
|
-
// SquareMenu aliases
|
|
4364
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4365
|
-
export {
|
|
4366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4367
|
-
default as MenuSquareIcon
|
|
4368
|
-
} from '../icons/square-menu';
|
|
4369
4369
|
// SquareMinus aliases
|
|
4370
4370
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4371
4371
|
export {
|
|
4372
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4373
4373
|
default as MinusSquareIcon
|
|
4374
4374
|
} from '../icons/square-minus';
|
|
4375
|
+
// SquareMenu aliases
|
|
4376
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4377
|
+
export {
|
|
4378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4379
|
+
default as MenuSquareIcon
|
|
4380
|
+
} from '../icons/square-menu';
|
|
4375
4381
|
// SquareMousePointer aliases
|
|
4376
4382
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4377
4383
|
export {
|
|
4378
4384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4379
4385
|
default as InspectIcon
|
|
4380
4386
|
} from '../icons/square-mouse-pointer';
|
|
4381
|
-
//
|
|
4382
|
-
export { default as
|
|
4387
|
+
// SquareParkingOff aliases
|
|
4388
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4383
4389
|
export {
|
|
4384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4385
|
-
default as
|
|
4386
|
-
} from '../icons/square-parking';
|
|
4390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4391
|
+
default as ParkingSquareOffIcon
|
|
4392
|
+
} from '../icons/square-parking-off';
|
|
4387
4393
|
// SquarePen aliases
|
|
4388
4394
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4389
4395
|
export {
|
|
@@ -4398,12 +4404,12 @@ export {
|
|
|
4398
4404
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4399
4405
|
default as PenSquareIcon
|
|
4400
4406
|
} from '../icons/square-pen';
|
|
4401
|
-
//
|
|
4402
|
-
export { default as
|
|
4407
|
+
// SquareParking aliases
|
|
4408
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4403
4409
|
export {
|
|
4404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4405
|
-
default as
|
|
4406
|
-
} from '../icons/square-parking
|
|
4410
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4411
|
+
default as ParkingSquareIcon
|
|
4412
|
+
} from '../icons/square-parking';
|
|
4407
4413
|
// SquarePercent aliases
|
|
4408
4414
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4409
4415
|
export {
|
|
@@ -4434,42 +4440,42 @@ export {
|
|
|
4434
4440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4435
4441
|
default as PlusSquareIcon
|
|
4436
4442
|
} from '../icons/square-plus';
|
|
4437
|
-
// SquareScissors aliases
|
|
4438
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4439
|
-
export {
|
|
4440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4441
|
-
default as ScissorsSquareIcon
|
|
4442
|
-
} from '../icons/square-scissors';
|
|
4443
|
-
// SquareSlash aliases
|
|
4444
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4445
|
-
export {
|
|
4446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4447
|
-
default as SlashSquareIcon
|
|
4448
|
-
} from '../icons/square-slash';
|
|
4449
4443
|
// SquarePower aliases
|
|
4450
4444
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4451
4445
|
export {
|
|
4452
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4453
4447
|
default as PowerSquareIcon
|
|
4454
4448
|
} from '../icons/square-power';
|
|
4449
|
+
// SquareScissors aliases
|
|
4450
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4451
|
+
export {
|
|
4452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4453
|
+
default as ScissorsSquareIcon
|
|
4454
|
+
} from '../icons/square-scissors';
|
|
4455
4455
|
// SquareSigma aliases
|
|
4456
4456
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4457
4457
|
export {
|
|
4458
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4459
4459
|
default as SigmaSquareIcon
|
|
4460
4460
|
} from '../icons/square-sigma';
|
|
4461
|
-
//
|
|
4462
|
-
export { default as
|
|
4461
|
+
// SquareSlash aliases
|
|
4462
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4463
4463
|
export {
|
|
4464
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4465
|
-
default as
|
|
4466
|
-
} from '../icons/square-
|
|
4464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4465
|
+
default as SlashSquareIcon
|
|
4466
|
+
} from '../icons/square-slash';
|
|
4467
4467
|
// SquareSplitVertical aliases
|
|
4468
4468
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4469
4469
|
export {
|
|
4470
4470
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4471
4471
|
default as SplitSquareVerticalIcon
|
|
4472
4472
|
} from '../icons/square-split-vertical';
|
|
4473
|
+
// SquareSplitHorizontal aliases
|
|
4474
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4475
|
+
export {
|
|
4476
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4477
|
+
default as SplitSquareHorizontalIcon
|
|
4478
|
+
} from '../icons/square-split-horizontal';
|
|
4473
4479
|
// SquareTerminal aliases
|
|
4474
4480
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4475
4481
|
export {
|
|
@@ -4482,6 +4488,12 @@ export {
|
|
|
4482
4488
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4483
4489
|
default as UserSquare2Icon
|
|
4484
4490
|
} from '../icons/square-user-round';
|
|
4491
|
+
// SquareUser aliases
|
|
4492
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4493
|
+
export {
|
|
4494
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4495
|
+
default as UserSquareIcon
|
|
4496
|
+
} from '../icons/square-user';
|
|
4485
4497
|
// SquareX aliases
|
|
4486
4498
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4487
4499
|
export {
|
|
@@ -4500,18 +4512,18 @@ export {
|
|
|
4500
4512
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4501
4513
|
default as AlignCenterIcon
|
|
4502
4514
|
} from '../icons/text-align-center';
|
|
4503
|
-
// SquareUser aliases
|
|
4504
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4505
|
-
export {
|
|
4506
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4507
|
-
default as UserSquareIcon
|
|
4508
|
-
} from '../icons/square-user';
|
|
4509
4515
|
// TextAlignEnd aliases
|
|
4510
4516
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4511
4517
|
export {
|
|
4512
4518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4513
4519
|
default as AlignRightIcon
|
|
4514
4520
|
} from '../icons/text-align-end';
|
|
4521
|
+
// TextAlignJustify aliases
|
|
4522
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4523
|
+
export {
|
|
4524
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4525
|
+
default as AlignJustifyIcon
|
|
4526
|
+
} from '../icons/text-align-justify';
|
|
4515
4527
|
// TextAlignStart aliases
|
|
4516
4528
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4517
4529
|
export {
|
|
@@ -4522,24 +4534,18 @@ export {
|
|
|
4522
4534
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4523
4535
|
default as AlignLeftIcon
|
|
4524
4536
|
} from '../icons/text-align-start';
|
|
4525
|
-
//
|
|
4526
|
-
export { default as
|
|
4537
|
+
// TextWrap aliases
|
|
4538
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4527
4539
|
export {
|
|
4528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4529
|
-
default as
|
|
4530
|
-
} from '../icons/text-
|
|
4540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4541
|
+
default as WrapTextIcon
|
|
4542
|
+
} from '../icons/text-wrap';
|
|
4531
4543
|
// TextInitial aliases
|
|
4532
4544
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4533
4545
|
export {
|
|
4534
4546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4535
4547
|
default as LetterTextIcon
|
|
4536
4548
|
} from '../icons/text-initial';
|
|
4537
|
-
// TextWrap aliases
|
|
4538
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4539
|
-
export {
|
|
4540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4541
|
-
default as WrapTextIcon
|
|
4542
|
-
} from '../icons/text-wrap';
|
|
4543
4549
|
// TramFront aliases
|
|
4544
4550
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4545
4551
|
export {
|
|
@@ -4564,24 +4570,36 @@ export {
|
|
|
4564
4570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4565
4571
|
default as AlertTriangleIcon
|
|
4566
4572
|
} from '../icons/triangle-alert';
|
|
4573
|
+
// TrianglesCenterlineDashedHorizontal aliases
|
|
4574
|
+
export { default as TrianglesCenterlineDashedHorizontalIcon } from '../icons/triangles-centerline-dashed-horizontal';
|
|
4575
|
+
export {
|
|
4576
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedHorizontal} instead. */
|
|
4577
|
+
default as FlipHorizontal2Icon
|
|
4578
|
+
} from '../icons/triangles-centerline-dashed-horizontal';
|
|
4579
|
+
// TrianglesCenterlineDashedVertical aliases
|
|
4580
|
+
export { default as TrianglesCenterlineDashedVerticalIcon } from '../icons/triangles-centerline-dashed-vertical';
|
|
4581
|
+
export {
|
|
4582
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedVertical} instead. */
|
|
4583
|
+
default as FlipVertical2Icon
|
|
4584
|
+
} from '../icons/triangles-centerline-dashed-vertical';
|
|
4567
4585
|
// TvMinimal aliases
|
|
4568
4586
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4569
4587
|
export {
|
|
4570
4588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4571
4589
|
default as Tv2Icon
|
|
4572
4590
|
} from '../icons/tv-minimal';
|
|
4573
|
-
// UserRoundCheck aliases
|
|
4574
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4575
|
-
export {
|
|
4576
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4577
|
-
default as UserCheck2Icon
|
|
4578
|
-
} from '../icons/user-round-check';
|
|
4579
4591
|
// University aliases
|
|
4580
4592
|
export { default as UniversityIcon } from '../icons/university';
|
|
4581
4593
|
export {
|
|
4582
4594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4583
4595
|
default as School2Icon
|
|
4584
4596
|
} from '../icons/university';
|
|
4597
|
+
// UserRoundCheck aliases
|
|
4598
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4599
|
+
export {
|
|
4600
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4601
|
+
default as UserCheck2Icon
|
|
4602
|
+
} from '../icons/user-round-check';
|
|
4585
4603
|
// UserRoundCog aliases
|
|
4586
4604
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4587
4605
|
export {
|
|
@@ -4606,12 +4624,6 @@ export {
|
|
|
4606
4624
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4607
4625
|
default as UserX2Icon
|
|
4608
4626
|
} from '../icons/user-round-x';
|
|
4609
|
-
// UserRound aliases
|
|
4610
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4611
|
-
export {
|
|
4612
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4613
|
-
default as User2Icon
|
|
4614
|
-
} from '../icons/user-round';
|
|
4615
4627
|
// UsersRound aliases
|
|
4616
4628
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4617
4629
|
export {
|
|
@@ -4624,24 +4636,30 @@ export {
|
|
|
4624
4636
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4625
4637
|
default as ForkKnifeCrossedIcon
|
|
4626
4638
|
} from '../icons/utensils-crossed';
|
|
4639
|
+
// UserRound aliases
|
|
4640
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4641
|
+
export {
|
|
4642
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4643
|
+
default as User2Icon
|
|
4644
|
+
} from '../icons/user-round';
|
|
4627
4645
|
// Utensils aliases
|
|
4628
4646
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4629
4647
|
export {
|
|
4630
4648
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4631
4649
|
default as ForkKnifeIcon
|
|
4632
4650
|
} from '../icons/utensils';
|
|
4633
|
-
// WandSparkles aliases
|
|
4634
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4635
|
-
export {
|
|
4636
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4637
|
-
default as Wand2Icon
|
|
4638
|
-
} from '../icons/wand-sparkles';
|
|
4639
4651
|
// WalletMinimal aliases
|
|
4640
4652
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4641
4653
|
export {
|
|
4642
4654
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4643
4655
|
default as Wallet2Icon
|
|
4644
4656
|
} from '../icons/wallet-minimal';
|
|
4657
|
+
// WandSparkles aliases
|
|
4658
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4659
|
+
export {
|
|
4660
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4661
|
+
default as Wand2Icon
|
|
4662
|
+
} from '../icons/wand-sparkles';
|
|
4645
4663
|
// WavesHorizontal aliases
|
|
4646
4664
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4647
4665
|
export {
|