@lucide/astro 0.544.0 → 0.545.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 +12 -12
- package/src/aliases/prefixed.ts +196 -194
- package/src/aliases/suffixed.ts +306 -304
- package/src/icons/building-2.ts +2 -2
- package/src/icons/combine.ts +2 -2
- package/src/icons/flame.ts +2 -2
- package/src/icons/index.ts +136 -135
- package/src/icons/motorbike.ts +18 -0
- package/src/icons/replace-all.ts +2 -2
- package/src/icons/replace.ts +2 -2
- package/src/icons/square-m.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
-
// AArrowUp aliases
|
|
8
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Airplay aliases
|
|
@@ -28,10 +28,10 @@ export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertic
|
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeEnd aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
37
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -80,10 +80,10 @@ export { default as AngryIcon } from '../icons/angry';
|
|
|
80
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
|
-
// Anvil aliases
|
|
84
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
83
|
// Aperture aliases
|
|
86
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
|
+
// Anvil aliases
|
|
86
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
87
|
// AppWindowMac aliases
|
|
88
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// AppWindow aliases
|
|
@@ -96,10 +96,10 @@ export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
-
// ArrowBigDownDash aliases
|
|
100
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
99
|
// Armchair aliases
|
|
102
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
+
// ArrowBigDownDash aliases
|
|
102
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
@@ -116,12 +116,12 @@ export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
-
// ArrowDownRight aliases
|
|
120
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
121
119
|
// ArrowDownLeft aliases
|
|
122
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
121
|
// ArrowDownNarrowWide aliases
|
|
124
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
125
|
// ArrowDownToDot aliases
|
|
126
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
@@ -148,10 +148,10 @@ export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpFromLine aliases
|
|
152
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
151
|
// ArrowUpFromDot aliases
|
|
154
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
+
// ArrowUpFromLine aliases
|
|
154
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
@@ -174,16 +174,16 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
-
// Award aliases
|
|
178
|
-
export { default as AwardIcon } from '../icons/award';
|
|
179
177
|
// Axe aliases
|
|
180
178
|
export { default as AxeIcon } from '../icons/axe';
|
|
179
|
+
// Award aliases
|
|
180
|
+
export { default as AwardIcon } from '../icons/award';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
|
+
// Backpack aliases
|
|
186
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
187
|
// BadgeCent aliases
|
|
188
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
@@ -212,18 +212,18 @@ export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
|
212
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
|
-
// Badge aliases
|
|
216
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
+
// Badge aliases
|
|
218
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
219
219
|
// Ban aliases
|
|
220
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
221
|
// Banana aliases
|
|
222
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
-
// Bandage aliases
|
|
224
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
225
223
|
// BanknoteArrowDown aliases
|
|
226
224
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
227
227
|
// BanknoteArrowUp aliases
|
|
228
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
229
|
// BanknoteX aliases
|
|
@@ -244,24 +244,24 @@ export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
|
244
244
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
245
|
// BatteryMedium aliases
|
|
246
246
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
247
|
-
// BatteryLow aliases
|
|
248
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
247
|
// BatteryPlus aliases
|
|
250
248
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
249
|
// BatteryWarning aliases
|
|
252
250
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
|
-
// Beaker aliases
|
|
254
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
255
251
|
// Battery aliases
|
|
256
252
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
-
//
|
|
258
|
-
export { default as
|
|
253
|
+
// Beaker aliases
|
|
254
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
255
|
// BeanOff aliases
|
|
260
256
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
257
|
+
// Bean aliases
|
|
258
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
261
259
|
// BedDouble aliases
|
|
262
260
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
263
261
|
// BedSingle aliases
|
|
264
262
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
263
|
+
// BatteryLow aliases
|
|
264
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
265
265
|
// Bed aliases
|
|
266
266
|
export { default as BedIcon } from '../icons/bed';
|
|
267
267
|
// Beef aliases
|
|
@@ -340,10 +340,10 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
340
340
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
341
341
|
// BookHeart aliases
|
|
342
342
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
343
|
-
// BookImage aliases
|
|
344
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
343
|
// BookKey aliases
|
|
346
344
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
345
|
+
// BookImage aliases
|
|
346
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
347
|
// BookLock aliases
|
|
348
348
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
349
349
|
// BookMarked aliases
|
|
@@ -352,18 +352,18 @@ export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
|
352
352
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
353
353
|
// BookOpenCheck aliases
|
|
354
354
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
355
|
-
// BookOpenText aliases
|
|
356
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
357
355
|
// BookOpen aliases
|
|
358
356
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
357
|
+
// BookOpenText aliases
|
|
358
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
359
|
// BookPlus aliases
|
|
360
360
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
361
|
-
// BookType aliases
|
|
362
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
363
361
|
// BookText aliases
|
|
364
362
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
363
|
// BookUp2 aliases
|
|
366
364
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
365
|
+
// BookType aliases
|
|
366
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
367
367
|
// BookUp aliases
|
|
368
368
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
369
369
|
// BookUser aliases
|
|
@@ -408,10 +408,10 @@ export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
|
408
408
|
export { default as BrainIcon } from '../icons/brain';
|
|
409
409
|
// BrickWallFire aliases
|
|
410
410
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
411
|
-
// BrickWallShield aliases
|
|
412
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
413
411
|
// BrickWall aliases
|
|
414
412
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
413
|
+
// BrickWallShield aliases
|
|
414
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
415
415
|
// BriefcaseBusiness aliases
|
|
416
416
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
417
417
|
// BriefcaseConveyorBelt aliases
|
|
@@ -420,10 +420,10 @@ export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyo
|
|
|
420
420
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
421
|
// Briefcase aliases
|
|
422
422
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
423
|
-
// BringToFront aliases
|
|
424
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
423
|
// BrushCleaning aliases
|
|
426
424
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
425
|
+
// BringToFront aliases
|
|
426
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
427
|
// Brush aliases
|
|
428
428
|
export { default as BrushIcon } from '../icons/brush';
|
|
429
429
|
// Bubbles aliases
|
|
@@ -434,10 +434,10 @@ export { default as BugOffIcon } from '../icons/bug-off';
|
|
|
434
434
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
435
435
|
// Bug aliases
|
|
436
436
|
export { default as BugIcon } from '../icons/bug';
|
|
437
|
-
// Building aliases
|
|
438
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
439
437
|
// Building2 aliases
|
|
440
438
|
export { default as Building2Icon } from '../icons/building-2';
|
|
439
|
+
// Building aliases
|
|
440
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
441
441
|
// BusFront aliases
|
|
442
442
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
443
443
|
// Bus aliases
|
|
@@ -462,20 +462,20 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
462
462
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
463
463
|
// CalendarCheck aliases
|
|
464
464
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
|
-
// CalendarClock aliases
|
|
466
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
467
465
|
// CalendarCog aliases
|
|
468
466
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
467
|
+
// CalendarClock aliases
|
|
468
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
469
|
// CalendarDays aliases
|
|
470
470
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
471
471
|
// CalendarFold aliases
|
|
472
472
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
473
473
|
// CalendarHeart aliases
|
|
474
474
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
475
|
-
// CalendarMinus2 aliases
|
|
476
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
477
475
|
// CalendarMinus aliases
|
|
478
476
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
477
|
+
// CalendarMinus2 aliases
|
|
478
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
479
|
// CalendarOff aliases
|
|
480
480
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
481
481
|
// CalendarPlus2 aliases
|
|
@@ -516,10 +516,10 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
516
516
|
export { default as CarIcon } from '../icons/car';
|
|
517
517
|
// Caravan aliases
|
|
518
518
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
519
|
-
// Carrot aliases
|
|
520
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
521
519
|
// CardSim aliases
|
|
522
520
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
521
|
+
// Carrot aliases
|
|
522
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
523
523
|
// CaseLower aliases
|
|
524
524
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
525
525
|
// CaseSensitive aliases
|
|
@@ -584,10 +584,10 @@ export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
|
584
584
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
585
585
|
// ChevronsLeftRightEllipsis aliases
|
|
586
586
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
587
|
-
// ChevronsLeft aliases
|
|
588
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
589
587
|
// ChevronsLeftRight aliases
|
|
590
588
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
589
|
+
// ChevronsLeft aliases
|
|
590
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
591
591
|
// ChevronsRightLeft aliases
|
|
592
592
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
593
593
|
// ChevronsRight aliases
|
|
@@ -616,10 +616,10 @@ export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
|
616
616
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
617
617
|
// CircleFadingArrowUp aliases
|
|
618
618
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
619
|
-
// CircleOff aliases
|
|
620
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
621
619
|
// CircleFadingPlus aliases
|
|
622
620
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
621
|
+
// CircleOff aliases
|
|
622
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
623
623
|
// CirclePoundSterling aliases
|
|
624
624
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
625
625
|
// CircleSlash aliases
|
|
@@ -660,10 +660,10 @@ export { default as ClipboardIcon } from '../icons/clipboard';
|
|
|
660
660
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
661
|
// Clock10 aliases
|
|
662
662
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
663
|
-
// Clock12 aliases
|
|
664
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
665
663
|
// Clock11 aliases
|
|
666
664
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
665
|
+
// Clock12 aliases
|
|
666
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
667
667
|
// Clock2 aliases
|
|
668
668
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
669
669
|
// Clock3 aliases
|
|
@@ -684,10 +684,10 @@ export { default as Clock9Icon } from '../icons/clock-9';
|
|
|
684
684
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
685
685
|
// ClockArrowDown aliases
|
|
686
686
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
687
|
-
// ClockArrowUp aliases
|
|
688
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
689
687
|
// ClockFading aliases
|
|
690
688
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
689
|
+
// ClockArrowUp aliases
|
|
690
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
691
691
|
// ClockPlus aliases
|
|
692
692
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
693
693
|
// Clock aliases
|
|
@@ -712,12 +712,12 @@ export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
|
712
712
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
713
713
|
// CloudMoon aliases
|
|
714
714
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
715
|
+
// CloudRainWind aliases
|
|
716
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
715
717
|
// CloudOff aliases
|
|
716
718
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
717
719
|
// CloudRain aliases
|
|
718
720
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
719
|
-
// CloudRainWind aliases
|
|
720
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
721
721
|
// CloudSnow aliases
|
|
722
722
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
723
723
|
// CloudSunRain aliases
|
|
@@ -726,10 +726,10 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
726
726
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
727
727
|
// Cloud aliases
|
|
728
728
|
export { default as CloudIcon } from '../icons/cloud';
|
|
729
|
-
// Clover aliases
|
|
730
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
731
729
|
// Cloudy aliases
|
|
732
730
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
731
|
+
// Clover aliases
|
|
732
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
733
733
|
// Club aliases
|
|
734
734
|
export { default as ClubIcon } from '../icons/club';
|
|
735
735
|
// Code aliases
|
|
@@ -780,10 +780,10 @@ export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
|
780
780
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
781
781
|
// CopySlash aliases
|
|
782
782
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
783
|
-
// Copy aliases
|
|
784
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
785
783
|
// CopyX aliases
|
|
786
784
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
785
|
+
// Copy aliases
|
|
786
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
787
787
|
// Copyleft aliases
|
|
788
788
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
789
789
|
// Copyright aliases
|
|
@@ -838,16 +838,16 @@ export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
|
838
838
|
export { default as DatabaseIcon } from '../icons/database';
|
|
839
839
|
// DecimalsArrowLeft aliases
|
|
840
840
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
841
|
-
// Delete aliases
|
|
842
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
843
841
|
// DecimalsArrowRight aliases
|
|
844
842
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
843
|
+
// Delete aliases
|
|
844
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
845
845
|
// Dessert aliases
|
|
846
846
|
export { default as DessertIcon } from '../icons/dessert';
|
|
847
|
-
// Diameter aliases
|
|
848
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
849
847
|
// DiamondMinus aliases
|
|
850
848
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
849
|
+
// Diameter aliases
|
|
850
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
851
851
|
// DiamondPlus aliases
|
|
852
852
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
853
853
|
// Diamond aliases
|
|
@@ -862,10 +862,10 @@ export { default as Dice3Icon } from '../icons/dice-3';
|
|
|
862
862
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
863
863
|
// Dice5 aliases
|
|
864
864
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
865
|
-
// Dices aliases
|
|
866
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
867
865
|
// Dice6 aliases
|
|
868
866
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
867
|
+
// Dices aliases
|
|
868
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
869
869
|
// Diff aliases
|
|
870
870
|
export { default as DiffIcon } from '../icons/diff';
|
|
871
871
|
// Disc2 aliases
|
|
@@ -890,16 +890,16 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
890
890
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
891
891
|
// Donut aliases
|
|
892
892
|
export { default as DonutIcon } from '../icons/donut';
|
|
893
|
-
// DoorClosedLocked aliases
|
|
894
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
895
893
|
// DoorClosed aliases
|
|
896
894
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
895
|
+
// DoorClosedLocked aliases
|
|
896
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
897
897
|
// DoorOpen aliases
|
|
898
898
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
899
|
-
// Dot aliases
|
|
900
|
-
export { default as DotIcon } from '../icons/dot';
|
|
901
899
|
// Download aliases
|
|
902
900
|
export { default as DownloadIcon } from '../icons/download';
|
|
901
|
+
// Dot aliases
|
|
902
|
+
export { default as DotIcon } from '../icons/dot';
|
|
903
903
|
// DraftingCompass aliases
|
|
904
904
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
905
905
|
// Drama aliases
|
|
@@ -954,10 +954,10 @@ export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
|
954
954
|
export { default as ExpandIcon } from '../icons/expand';
|
|
955
955
|
// ExternalLink aliases
|
|
956
956
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
957
|
-
// EyeOff aliases
|
|
958
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
959
957
|
// EyeClosed aliases
|
|
960
958
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
959
|
+
// EyeOff aliases
|
|
960
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
961
961
|
// Eye aliases
|
|
962
962
|
export { default as EyeIcon } from '../icons/eye';
|
|
963
963
|
// Facebook aliases
|
|
@@ -1030,10 +1030,10 @@ export { default as FileMinusIcon } from '../icons/file-minus';
|
|
|
1030
1030
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1031
1031
|
// FileOutput aliases
|
|
1032
1032
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1033
|
-
// FilePlus aliases
|
|
1034
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1035
1033
|
// FilePlus2 aliases
|
|
1036
1034
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1035
|
+
// FilePlus aliases
|
|
1036
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1037
1037
|
// FileScan aliases
|
|
1038
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
1039
|
// FileSearch2 aliases
|
|
@@ -1062,28 +1062,28 @@ export { default as FileUpIcon } from '../icons/file-up';
|
|
|
1062
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1063
|
// FileVolume2 aliases
|
|
1064
1064
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1065
|
-
// FileVolume aliases
|
|
1066
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1067
1065
|
// FileWarning aliases
|
|
1068
1066
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1067
|
+
// FileVolume aliases
|
|
1068
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1069
1069
|
// FileX2 aliases
|
|
1070
1070
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1071
1071
|
// FileX aliases
|
|
1072
1072
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1073
1073
|
// File aliases
|
|
1074
1074
|
export { default as FileIcon } from '../icons/file';
|
|
1075
|
-
// Files aliases
|
|
1076
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1077
1075
|
// Film aliases
|
|
1078
1076
|
export { default as FilmIcon } from '../icons/film';
|
|
1077
|
+
// Files aliases
|
|
1078
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1079
1079
|
// Fingerprint aliases
|
|
1080
1080
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1081
1081
|
// FireExtinguisher aliases
|
|
1082
1082
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1083
|
-
// FishOff aliases
|
|
1084
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1085
1083
|
// FishSymbol aliases
|
|
1086
1084
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1085
|
+
// FishOff aliases
|
|
1086
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1087
1087
|
// Fish aliases
|
|
1088
1088
|
export { default as FishIcon } from '../icons/fish';
|
|
1089
1089
|
// FlagOff aliases
|
|
@@ -1126,10 +1126,10 @@ export { default as FocusIcon } from '../icons/focus';
|
|
|
1126
1126
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1127
1127
|
// FoldVertical aliases
|
|
1128
1128
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1129
|
-
// FolderCheck aliases
|
|
1130
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1131
1129
|
// FolderArchive aliases
|
|
1132
1130
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
|
+
// FolderCheck aliases
|
|
1132
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1133
1133
|
// FolderClock aliases
|
|
1134
1134
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1135
1135
|
// FolderClosed aliases
|
|
@@ -1152,10 +1152,10 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1152
1152
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1153
1153
|
// FolderKey aliases
|
|
1154
1154
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1155
|
-
// FolderLock aliases
|
|
1156
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
1155
|
// FolderMinus aliases
|
|
1158
1156
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1157
|
+
// FolderLock aliases
|
|
1158
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1159
1159
|
// FolderOpenDot aliases
|
|
1160
1160
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
1161
|
// FolderOpen aliases
|
|
@@ -1174,10 +1174,10 @@ export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
|
1174
1174
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1175
1175
|
// FolderSync aliases
|
|
1176
1176
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1177
|
-
// FolderTree aliases
|
|
1178
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1179
1177
|
// FolderUp aliases
|
|
1180
1178
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1179
|
+
// FolderTree aliases
|
|
1180
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1181
1181
|
// FolderX aliases
|
|
1182
1182
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1183
1183
|
// Folder aliases
|
|
@@ -1206,10 +1206,10 @@ export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
|
1206
1206
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1207
1207
|
// GalleryHorizontal aliases
|
|
1208
1208
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1209
|
-
// GalleryVerticalEnd aliases
|
|
1210
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1211
1209
|
// GalleryThumbnails aliases
|
|
1212
1210
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1211
|
+
// GalleryVerticalEnd aliases
|
|
1212
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1213
1213
|
// GalleryVertical aliases
|
|
1214
1214
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1215
1215
|
// Gamepad2 aliases
|
|
@@ -1218,10 +1218,10 @@ export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
|
1218
1218
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1219
1219
|
// Gauge aliases
|
|
1220
1220
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1221
|
-
// Gem aliases
|
|
1222
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1223
1221
|
// Gavel aliases
|
|
1224
1222
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1223
|
+
// Gem aliases
|
|
1224
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1225
1225
|
// GeorgianLari aliases
|
|
1226
1226
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
1227
|
// Ghost aliases
|
|
@@ -1250,10 +1250,10 @@ export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-ar
|
|
|
1250
1250
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1251
1251
|
// GitPullRequestCreateArrow aliases
|
|
1252
1252
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
|
-
// GitPullRequestCreate aliases
|
|
1254
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
1253
|
// GitPullRequestDraft aliases
|
|
1256
1254
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1255
|
+
// GitPullRequestCreate aliases
|
|
1256
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1257
|
// GitPullRequest aliases
|
|
1258
1258
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1259
1259
|
// Github aliases
|
|
@@ -1278,10 +1278,10 @@ export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
|
1278
1278
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1279
1279
|
// Grid3x2 aliases
|
|
1280
1280
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1281
|
-
// GripVertical aliases
|
|
1282
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1283
1281
|
// GripHorizontal aliases
|
|
1284
1282
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1283
|
+
// GripVertical aliases
|
|
1284
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1285
1285
|
// Grip aliases
|
|
1286
1286
|
export { default as GripIcon } from '../icons/grip';
|
|
1287
1287
|
// Group aliases
|
|
@@ -1296,10 +1296,10 @@ export { default as HamburgerIcon } from '../icons/hamburger';
|
|
|
1296
1296
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1297
1297
|
// HandCoins aliases
|
|
1298
1298
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1299
|
-
// HandHeart aliases
|
|
1300
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1301
1299
|
// HandFist aliases
|
|
1302
1300
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1301
|
+
// HandHeart aliases
|
|
1302
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1303
1303
|
// HandMetal aliases
|
|
1304
1304
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1305
1305
|
// HandPlatter aliases
|
|
@@ -1312,10 +1312,10 @@ export { default as HandbagIcon } from '../icons/handbag';
|
|
|
1312
1312
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1313
1313
|
// HardDriveDownload aliases
|
|
1314
1314
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1315
|
-
// HardDriveUpload aliases
|
|
1316
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1317
1315
|
// HardDrive aliases
|
|
1318
1316
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1317
|
+
// HardDriveUpload aliases
|
|
1318
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
1319
|
// HardHat aliases
|
|
1320
1320
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1321
1321
|
// Hash aliases
|
|
@@ -1354,18 +1354,18 @@ export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
|
1354
1354
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1355
1355
|
// HeartOff aliases
|
|
1356
1356
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1357
|
-
// HeartPulse aliases
|
|
1358
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1359
1357
|
// HeartPlus aliases
|
|
1360
1358
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1359
|
+
// HeartPulse aliases
|
|
1360
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1361
1361
|
// Heart aliases
|
|
1362
1362
|
export { default as HeartIcon } from '../icons/heart';
|
|
1363
1363
|
// Heater aliases
|
|
1364
1364
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1365
|
-
// Hexagon aliases
|
|
1366
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1367
1365
|
// Highlighter aliases
|
|
1368
1366
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1367
|
+
// Hexagon aliases
|
|
1368
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1369
1369
|
// History aliases
|
|
1370
1370
|
export { default as HistoryIcon } from '../icons/history';
|
|
1371
1371
|
// HopOff aliases
|
|
@@ -1392,24 +1392,24 @@ export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
|
1392
1392
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1393
1393
|
// ImageDown aliases
|
|
1394
1394
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1395
|
-
// ImageMinus aliases
|
|
1396
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1397
1395
|
// ImageOff aliases
|
|
1398
1396
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
|
+
// ImageMinus aliases
|
|
1398
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1399
1399
|
// ImagePlay aliases
|
|
1400
1400
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
1401
|
// ImagePlus aliases
|
|
1402
1402
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1403
|
-
// ImageUp aliases
|
|
1404
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1405
1403
|
// ImageUpscale aliases
|
|
1406
1404
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
|
+
// ImageUp aliases
|
|
1406
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1407
1407
|
// Image aliases
|
|
1408
1408
|
export { default as ImageIcon } from '../icons/image';
|
|
1409
|
-
// Images aliases
|
|
1410
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1411
1409
|
// Import aliases
|
|
1412
1410
|
export { default as ImportIcon } from '../icons/import';
|
|
1411
|
+
// Images aliases
|
|
1412
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1413
1413
|
// Inbox aliases
|
|
1414
1414
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1415
1415
|
// IndianRupee aliases
|
|
@@ -1424,10 +1424,10 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1424
1424
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1425
1425
|
// Italic aliases
|
|
1426
1426
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1427
|
-
// IterationCw aliases
|
|
1428
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1429
1427
|
// IterationCcw aliases
|
|
1430
1428
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1429
|
+
// IterationCw aliases
|
|
1430
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1431
1431
|
// JapaneseYen aliases
|
|
1432
1432
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1433
1433
|
// Joystick aliases
|
|
@@ -1440,10 +1440,10 @@ export { default as KayakIcon } from '../icons/kayak';
|
|
|
1440
1440
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1441
1441
|
// KeySquare aliases
|
|
1442
1442
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1443
|
-
// Key aliases
|
|
1444
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1445
1443
|
// KeyboardMusic aliases
|
|
1446
1444
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1445
|
+
// Key aliases
|
|
1446
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1447
1447
|
// KeyboardOff aliases
|
|
1448
1448
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1449
1449
|
// Keyboard aliases
|
|
@@ -1462,10 +1462,10 @@ export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
|
1462
1462
|
export { default as LampIcon } from '../icons/lamp';
|
|
1463
1463
|
// LandPlot aliases
|
|
1464
1464
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1465
|
-
// Languages aliases
|
|
1466
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1467
1465
|
// Landmark aliases
|
|
1468
1466
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1467
|
+
// Languages aliases
|
|
1468
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1469
1469
|
// LaptopMinimalCheck aliases
|
|
1470
1470
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1471
1471
|
// Laptop aliases
|
|
@@ -1524,16 +1524,16 @@ export { default as ListCheckIcon } from '../icons/list-check';
|
|
|
1524
1524
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1525
1525
|
// ListChevronsDownUp aliases
|
|
1526
1526
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1527
|
-
// ListChevronsUpDown aliases
|
|
1528
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1529
1527
|
// ListCollapse aliases
|
|
1530
1528
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1529
|
+
// ListChevronsUpDown aliases
|
|
1530
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
1531
|
// ListEnd aliases
|
|
1532
1532
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1533
|
-
// ListFilter aliases
|
|
1534
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1535
1533
|
// ListFilterPlus aliases
|
|
1536
1534
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1535
|
+
// ListFilter aliases
|
|
1536
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1537
1537
|
// ListMinus aliases
|
|
1538
1538
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1539
1539
|
// ListMusic aliases
|
|
@@ -1558,14 +1558,14 @@ export { default as ListXIcon } from '../icons/list-x';
|
|
|
1558
1558
|
export { default as ListIcon } from '../icons/list';
|
|
1559
1559
|
// LoaderPinwheel aliases
|
|
1560
1560
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1561
|
-
// LocateFixed aliases
|
|
1562
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1563
1561
|
// Loader aliases
|
|
1564
1562
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1565
|
-
//
|
|
1566
|
-
export { default as
|
|
1563
|
+
// LocateFixed aliases
|
|
1564
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1567
1565
|
// LocateOff aliases
|
|
1568
1566
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1567
|
+
// Locate aliases
|
|
1568
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1569
1569
|
// LockKeyhole aliases
|
|
1570
1570
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1571
1571
|
// Lock aliases
|
|
@@ -1608,10 +1608,10 @@ export { default as MapMinusIcon } from '../icons/map-minus';
|
|
|
1608
1608
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1609
1609
|
// MapPinCheck aliases
|
|
1610
1610
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1611
|
-
// MapPinHouse aliases
|
|
1612
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1613
1611
|
// MapPinMinusInside aliases
|
|
1614
1612
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1613
|
+
// MapPinHouse aliases
|
|
1614
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1615
1615
|
// MapPinMinus aliases
|
|
1616
1616
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1617
1617
|
// MapPinOff aliases
|
|
@@ -1660,16 +1660,16 @@ export { default as MergeIcon } from '../icons/merge';
|
|
|
1660
1660
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1661
1661
|
// MessageCircleDashed aliases
|
|
1662
1662
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1663
|
-
// MessageCircleMore aliases
|
|
1664
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1665
1663
|
// MessageCircleHeart aliases
|
|
1666
1664
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1665
|
+
// MessageCircleMore aliases
|
|
1666
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1667
1667
|
// MessageCircleOff aliases
|
|
1668
1668
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1669
|
-
// MessageCirclePlus aliases
|
|
1670
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1671
1669
|
// MessageCircleReply aliases
|
|
1672
1670
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1671
|
+
// MessageCirclePlus aliases
|
|
1672
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1673
1673
|
// MessageCircleWarning aliases
|
|
1674
1674
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1675
1675
|
// MessageCircleX aliases
|
|
@@ -1692,10 +1692,10 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1692
1692
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1693
1693
|
// MessageSquareOff aliases
|
|
1694
1694
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1695
|
-
// MessageSquarePlus aliases
|
|
1696
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1697
1695
|
// MessageSquareQuote aliases
|
|
1698
1696
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1697
|
+
// MessageSquarePlus aliases
|
|
1698
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1699
1699
|
// MessageSquareReply aliases
|
|
1700
1700
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1701
1701
|
// MessageSquareShare aliases
|
|
@@ -1750,10 +1750,10 @@ export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
|
1750
1750
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1751
1751
|
// MonitorSpeaker aliases
|
|
1752
1752
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1753
|
-
// MonitorUp aliases
|
|
1754
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1755
1753
|
// MonitorStop aliases
|
|
1756
1754
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1755
|
+
// MonitorUp aliases
|
|
1756
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1757
1757
|
// MonitorX aliases
|
|
1758
1758
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1759
1759
|
// Monitor aliases
|
|
@@ -1762,6 +1762,8 @@ export { default as MonitorIcon } from '../icons/monitor';
|
|
|
1762
1762
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1763
1763
|
// Moon aliases
|
|
1764
1764
|
export { default as MoonIcon } from '../icons/moon';
|
|
1765
|
+
// Motorbike aliases
|
|
1766
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1765
1767
|
// MountainSnow aliases
|
|
1766
1768
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1767
1769
|
// Mountain aliases
|
|
@@ -1792,10 +1794,10 @@ export { default as MoveDownIcon } from '../icons/move-down';
|
|
|
1792
1794
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1793
1795
|
// MoveLeft aliases
|
|
1794
1796
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1795
|
-
// MoveRight aliases
|
|
1796
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1797
1797
|
// MoveUpLeft aliases
|
|
1798
1798
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1799
|
+
// MoveRight aliases
|
|
1800
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1799
1801
|
// MoveUpRight aliases
|
|
1800
1802
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1801
1803
|
// MoveUp aliases
|
|
@@ -1884,10 +1886,10 @@ export { default as PaletteIcon } from '../icons/palette';
|
|
|
1884
1886
|
export { default as PandaIcon } from '../icons/panda';
|
|
1885
1887
|
// PanelBottomClose aliases
|
|
1886
1888
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1887
|
-
// PanelBottomOpen aliases
|
|
1888
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1889
1889
|
// PanelBottom aliases
|
|
1890
1890
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1891
|
+
// PanelBottomOpen aliases
|
|
1892
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1891
1893
|
// PanelLeftRightDashed aliases
|
|
1892
1894
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1893
1895
|
// PanelRightClose aliases
|
|
@@ -1904,10 +1906,10 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1904
1906
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1905
1907
|
// PanelTop aliases
|
|
1906
1908
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1907
|
-
// PanelsLeftBottom aliases
|
|
1908
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1909
1909
|
// PanelsRightBottom aliases
|
|
1910
1910
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1911
|
+
// PanelsLeftBottom aliases
|
|
1912
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1911
1913
|
// Paperclip aliases
|
|
1912
1914
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1913
1915
|
// Parentheses aliases
|
|
@@ -1924,18 +1926,18 @@ export { default as PawPrintIcon } from '../icons/paw-print';
|
|
|
1924
1926
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1925
1927
|
// PenOff aliases
|
|
1926
1928
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1929
|
+
// PencilLine aliases
|
|
1930
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1927
1931
|
// PenTool aliases
|
|
1928
1932
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1929
1933
|
// PencilOff aliases
|
|
1930
1934
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1931
|
-
// PencilLine aliases
|
|
1932
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1933
1935
|
// PencilRuler aliases
|
|
1934
1936
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1935
|
-
// Pentagon aliases
|
|
1936
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1937
1937
|
// Pencil aliases
|
|
1938
1938
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1939
|
+
// Pentagon aliases
|
|
1940
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1939
1941
|
// Percent aliases
|
|
1940
1942
|
export { default as PercentIcon } from '../icons/percent';
|
|
1941
1943
|
// PersonStanding aliases
|
|
@@ -1954,30 +1956,30 @@ export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
|
1954
1956
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1955
1957
|
// PhoneOutgoing aliases
|
|
1956
1958
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1957
|
-
// Pi aliases
|
|
1958
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1959
1959
|
// Phone aliases
|
|
1960
1960
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1961
|
+
// Pi aliases
|
|
1962
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1961
1963
|
// Piano aliases
|
|
1962
1964
|
export { default as PianoIcon } from '../icons/piano';
|
|
1963
1965
|
// Pickaxe aliases
|
|
1964
1966
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1965
1967
|
// PictureInPicture2 aliases
|
|
1966
1968
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1967
|
-
// PiggyBank aliases
|
|
1968
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1969
1969
|
// PictureInPicture aliases
|
|
1970
1970
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1971
|
+
// PiggyBank aliases
|
|
1972
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1971
1973
|
// PilcrowLeft aliases
|
|
1972
1974
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1973
1975
|
// PilcrowRight aliases
|
|
1974
1976
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1975
1977
|
// Pilcrow aliases
|
|
1976
1978
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1977
|
-
// Pill aliases
|
|
1978
|
-
export { default as PillIcon } from '../icons/pill';
|
|
1979
1979
|
// PillBottle aliases
|
|
1980
1980
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1981
|
+
// Pill aliases
|
|
1982
|
+
export { default as PillIcon } from '../icons/pill';
|
|
1981
1983
|
// PinOff aliases
|
|
1982
1984
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1983
1985
|
// Pin aliases
|
|
@@ -1998,12 +2000,12 @@ export { default as PlayIcon } from '../icons/play';
|
|
|
1998
2000
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1999
2001
|
// Plug aliases
|
|
2000
2002
|
export { default as PlugIcon } from '../icons/plug';
|
|
2003
|
+
// PocketKnife aliases
|
|
2004
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2001
2005
|
// Plus aliases
|
|
2002
2006
|
export { default as PlusIcon } from '../icons/plus';
|
|
2003
2007
|
// Pocket aliases
|
|
2004
2008
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2005
|
-
// PocketKnife aliases
|
|
2006
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2007
2009
|
// Podcast aliases
|
|
2008
2010
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2009
2011
|
// PointerOff aliases
|
|
@@ -2022,10 +2024,10 @@ export { default as PowerOffIcon } from '../icons/power-off';
|
|
|
2022
2024
|
export { default as PowerIcon } from '../icons/power';
|
|
2023
2025
|
// Presentation aliases
|
|
2024
2026
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2025
|
-
// PrinterCheck aliases
|
|
2026
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2027
2027
|
// Printer aliases
|
|
2028
2028
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2029
|
+
// PrinterCheck aliases
|
|
2030
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2029
2031
|
// Projector aliases
|
|
2030
2032
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2031
2033
|
// Proportions aliases
|
|
@@ -2050,10 +2052,10 @@ export { default as RadicalIcon } from '../icons/radical';
|
|
|
2050
2052
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2051
2053
|
// RadioTower aliases
|
|
2052
2054
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2053
|
-
// Radio aliases
|
|
2054
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2055
2055
|
// Radius aliases
|
|
2056
2056
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2057
|
+
// Radio aliases
|
|
2058
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2057
2059
|
// RailSymbol aliases
|
|
2058
2060
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2059
2061
|
// Rainbow aliases
|
|
@@ -2074,10 +2076,10 @@ export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen
|
|
|
2074
2076
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2075
2077
|
// ReceiptRussianRuble aliases
|
|
2076
2078
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2077
|
-
// ReceiptSwissFranc aliases
|
|
2078
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2079
2079
|
// ReceiptText aliases
|
|
2080
2080
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2081
|
+
// ReceiptSwissFranc aliases
|
|
2082
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2081
2083
|
// ReceiptTurkishLira aliases
|
|
2082
2084
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2083
2085
|
// Receipt aliases
|
|
@@ -2086,10 +2088,10 @@ export { default as ReceiptIcon } from '../icons/receipt';
|
|
|
2086
2088
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2087
2089
|
// RectangleGoggles aliases
|
|
2088
2090
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2089
|
-
// RectangleVertical aliases
|
|
2090
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2091
2091
|
// RectangleHorizontal aliases
|
|
2092
2092
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2093
|
+
// RectangleVertical aliases
|
|
2094
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2093
2095
|
// Recycle aliases
|
|
2094
2096
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2095
2097
|
// Redo2 aliases
|
|
@@ -2126,10 +2128,10 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2126
2128
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2127
2129
|
// Reply aliases
|
|
2128
2130
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2129
|
-
// Rewind aliases
|
|
2130
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2131
2131
|
// Ribbon aliases
|
|
2132
2132
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2133
|
+
// Rewind aliases
|
|
2134
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2133
2135
|
// Rocket aliases
|
|
2134
2136
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2135
2137
|
// RockingChair aliases
|
|
@@ -2154,10 +2156,10 @@ export { default as RouteOffIcon } from '../icons/route-off';
|
|
|
2154
2156
|
export { default as RouteIcon } from '../icons/route';
|
|
2155
2157
|
// Router aliases
|
|
2156
2158
|
export { default as RouterIcon } from '../icons/router';
|
|
2157
|
-
// Rows4 aliases
|
|
2158
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2159
2159
|
// Rss aliases
|
|
2160
2160
|
export { default as RssIcon } from '../icons/rss';
|
|
2161
|
+
// Rows4 aliases
|
|
2162
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2161
2163
|
// RulerDimensionLine aliases
|
|
2162
2164
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2163
2165
|
// Ruler aliases
|
|
@@ -2168,10 +2170,10 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2168
2170
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2169
2171
|
// Salad aliases
|
|
2170
2172
|
export { default as SaladIcon } from '../icons/salad';
|
|
2171
|
-
// Sandwich aliases
|
|
2172
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2173
2173
|
// SatelliteDish aliases
|
|
2174
2174
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2175
|
+
// Sandwich aliases
|
|
2176
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2175
2177
|
// Satellite aliases
|
|
2176
2178
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2177
2179
|
// SaudiRiyal aliases
|
|
@@ -2182,12 +2184,12 @@ export { default as SaveAllIcon } from '../icons/save-all';
|
|
|
2182
2184
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2183
2185
|
// Save aliases
|
|
2184
2186
|
export { default as SaveIcon } from '../icons/save';
|
|
2185
|
-
// Scale aliases
|
|
2186
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2187
2187
|
// Scaling aliases
|
|
2188
2188
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2189
2189
|
// ScanBarcode aliases
|
|
2190
2190
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2191
|
+
// Scale aliases
|
|
2192
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2191
2193
|
// ScanEye aliases
|
|
2192
2194
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2193
2195
|
// ScanFace aliases
|
|
@@ -2210,10 +2212,10 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2210
2212
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2211
2213
|
// Scissors aliases
|
|
2212
2214
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2213
|
-
// ScreenShare aliases
|
|
2214
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2215
2215
|
// ScreenShareOff aliases
|
|
2216
2216
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2217
|
+
// ScreenShare aliases
|
|
2218
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2217
2219
|
// ScrollText aliases
|
|
2218
2220
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2219
2221
|
// Scroll aliases
|
|
@@ -2260,10 +2262,10 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2260
2262
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2261
2263
|
// Shell aliases
|
|
2262
2264
|
export { default as ShellIcon } from '../icons/shell';
|
|
2263
|
-
// ShieldAlert aliases
|
|
2264
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2265
2265
|
// ShieldBan aliases
|
|
2266
2266
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2267
|
+
// ShieldAlert aliases
|
|
2268
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2267
2269
|
// ShieldCheck aliases
|
|
2268
2270
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2269
2271
|
// ShieldEllipsis aliases
|
|
@@ -2296,18 +2298,18 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2296
2298
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2297
2299
|
// ShowerHead aliases
|
|
2298
2300
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2299
|
-
// Shredder aliases
|
|
2300
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2301
2301
|
// Shrimp aliases
|
|
2302
2302
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2303
|
-
//
|
|
2304
|
-
export { default as
|
|
2303
|
+
// Shredder aliases
|
|
2304
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2305
2305
|
// Shrink aliases
|
|
2306
2306
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2307
|
-
//
|
|
2308
|
-
export { default as
|
|
2307
|
+
// Shrub aliases
|
|
2308
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2309
2309
|
// Shuffle aliases
|
|
2310
2310
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2311
|
+
// Sigma aliases
|
|
2312
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2311
2313
|
// SignalHigh aliases
|
|
2312
2314
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2313
2315
|
// SignalLow aliases
|
|
@@ -2350,10 +2352,10 @@ export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
|
2350
2352
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2351
2353
|
// Smile aliases
|
|
2352
2354
|
export { default as SmileIcon } from '../icons/smile';
|
|
2353
|
-
// Snail aliases
|
|
2354
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2355
2355
|
// Snowflake aliases
|
|
2356
2356
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2357
|
+
// Snail aliases
|
|
2358
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2357
2359
|
// SoapDispenserDroplet aliases
|
|
2358
2360
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2359
2361
|
// Sofa aliases
|
|
@@ -2394,10 +2396,10 @@ export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bo
|
|
|
2394
2396
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2395
2397
|
// SquareDashedTopSolid aliases
|
|
2396
2398
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2397
|
-
// SquarePause aliases
|
|
2398
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2399
2399
|
// SquareRadical aliases
|
|
2400
2400
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2401
|
+
// SquarePause aliases
|
|
2402
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2401
2403
|
// SquareRoundCorner aliases
|
|
2402
2404
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2403
2405
|
// SquareSquare aliases
|
|
@@ -2434,10 +2436,10 @@ export { default as StarOffIcon } from '../icons/star-off';
|
|
|
2434
2436
|
export { default as StarIcon } from '../icons/star';
|
|
2435
2437
|
// StepBack aliases
|
|
2436
2438
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2437
|
-
// Stethoscope aliases
|
|
2438
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2439
2439
|
// StepForward aliases
|
|
2440
2440
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2441
|
+
// Stethoscope aliases
|
|
2442
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2441
2443
|
// Sticker aliases
|
|
2442
2444
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2443
2445
|
// StickyNote aliases
|
|
@@ -2484,14 +2486,14 @@ export { default as SyringeIcon } from '../icons/syringe';
|
|
|
2484
2486
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2485
2487
|
// TableCellsMerge aliases
|
|
2486
2488
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2487
|
-
// TableColumnsSplit aliases
|
|
2488
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2489
2489
|
// TableCellsSplit aliases
|
|
2490
2490
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2491
|
+
// TableColumnsSplit aliases
|
|
2492
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2493
2493
|
// TableProperties aliases
|
|
2494
2494
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2495
|
+
// TableOfContents aliases
|
|
2496
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2495
2497
|
// TableRowsSplit aliases
|
|
2496
2498
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2497
2499
|
// Table aliases
|
|
@@ -2546,10 +2548,10 @@ export { default as TheaterIcon } from '../icons/theater';
|
|
|
2546
2548
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2547
2549
|
// ThermometerSun aliases
|
|
2548
2550
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2549
|
-
// Thermometer aliases
|
|
2550
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2551
2551
|
// ThumbsDown aliases
|
|
2552
2552
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2553
|
+
// Thermometer aliases
|
|
2554
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2553
2555
|
// ThumbsUp aliases
|
|
2554
2556
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2555
2557
|
// TicketCheck aliases
|
|
@@ -2592,12 +2594,12 @@ export { default as TorusIcon } from '../icons/torus';
|
|
|
2592
2594
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2593
2595
|
// Touchpad aliases
|
|
2594
2596
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2597
|
+
// ToyBrick aliases
|
|
2598
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2595
2599
|
// TowerControl aliases
|
|
2596
2600
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2597
2601
|
// Tractor aliases
|
|
2598
2602
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2599
|
-
// ToyBrick aliases
|
|
2600
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2601
2603
|
// TrafficCone aliases
|
|
2602
2604
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2603
2605
|
// TrainFrontTunnel aliases
|
|
@@ -2658,10 +2660,10 @@ export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
|
2658
2660
|
export { default as TypeIcon } from '../icons/type';
|
|
2659
2661
|
// UmbrellaOff aliases
|
|
2660
2662
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2661
|
-
// Umbrella aliases
|
|
2662
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2663
2663
|
// Underline aliases
|
|
2664
2664
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2665
|
+
// Umbrella aliases
|
|
2666
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2665
2667
|
// Undo2 aliases
|
|
2666
2668
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2667
2669
|
// UndoDot aliases
|
|
@@ -2724,10 +2726,10 @@ export { default as VeganIcon } from '../icons/vegan';
|
|
|
2724
2726
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2725
2727
|
// VenusAndMars aliases
|
|
2726
2728
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2727
|
-
// VibrateOff aliases
|
|
2728
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2729
2729
|
// Venus aliases
|
|
2730
2730
|
export { default as VenusIcon } from '../icons/venus';
|
|
2731
|
+
// VibrateOff aliases
|
|
2732
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2731
2733
|
// Vibrate aliases
|
|
2732
2734
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2733
2735
|
// VideoOff aliases
|
|
@@ -2754,10 +2756,10 @@ export { default as VolumeXIcon } from '../icons/volume-x';
|
|
|
2754
2756
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2755
2757
|
// Vote aliases
|
|
2756
2758
|
export { default as VoteIcon } from '../icons/vote';
|
|
2757
|
-
// Wallet aliases
|
|
2758
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2759
2759
|
// WalletCards aliases
|
|
2760
2760
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2761
|
+
// Wallet aliases
|
|
2762
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2761
2763
|
// Wallpaper aliases
|
|
2762
2764
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2763
2765
|
// Wand aliases
|
|
@@ -2786,10 +2788,10 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2786
2788
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2787
2789
|
// Wheat aliases
|
|
2788
2790
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2789
|
-
// WholeWord aliases
|
|
2790
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2791
2791
|
// WifiCog aliases
|
|
2792
2792
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2793
|
+
// WholeWord aliases
|
|
2794
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2793
2795
|
// WifiHigh aliases
|
|
2794
2796
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2795
2797
|
// WifiLow aliases
|
|
@@ -2804,10 +2806,10 @@ export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
|
2804
2806
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2805
2807
|
// Wifi aliases
|
|
2806
2808
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2807
|
-
// WindArrowDown aliases
|
|
2808
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2809
2809
|
// Wind aliases
|
|
2810
2810
|
export { default as WindIcon } from '../icons/wind';
|
|
2811
|
+
// WindArrowDown aliases
|
|
2812
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2811
2813
|
// WineOff aliases
|
|
2812
2814
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2813
2815
|
// Wine aliases
|
|
@@ -2970,18 +2972,18 @@ export {
|
|
|
2970
2972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2971
2973
|
default as BarChartBigIcon
|
|
2972
2974
|
} from '../icons/chart-column-big';
|
|
2973
|
-
// ChartColumn aliases
|
|
2974
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2975
|
-
export {
|
|
2976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2977
|
-
default as BarChart3Icon
|
|
2978
|
-
} from '../icons/chart-column';
|
|
2979
2975
|
// ChartColumnIncreasing aliases
|
|
2980
2976
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2981
2977
|
export {
|
|
2982
2978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2983
2979
|
default as BarChart4Icon
|
|
2984
2980
|
} from '../icons/chart-column-increasing';
|
|
2981
|
+
// ChartColumn aliases
|
|
2982
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2983
|
+
export {
|
|
2984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as BarChart3Icon
|
|
2986
|
+
} from '../icons/chart-column';
|
|
2985
2987
|
// ChartLine aliases
|
|
2986
2988
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2987
2989
|
export {
|
|
@@ -3000,6 +3002,12 @@ export {
|
|
|
3000
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3001
3003
|
default as BarChart2Icon
|
|
3002
3004
|
} from '../icons/chart-no-axes-column';
|
|
3005
|
+
// ChartNoAxesGantt aliases
|
|
3006
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3007
|
+
export {
|
|
3008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3009
|
+
default as GanttChartIcon
|
|
3010
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3003
3011
|
// ChartPie aliases
|
|
3004
3012
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3005
3013
|
export {
|
|
@@ -3012,12 +3020,6 @@ export {
|
|
|
3012
3020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3013
3021
|
default as ScatterChartIcon
|
|
3014
3022
|
} from '../icons/chart-scatter';
|
|
3015
|
-
// ChartNoAxesGantt aliases
|
|
3016
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3017
|
-
export {
|
|
3018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3019
|
-
default as GanttChartIcon
|
|
3020
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3021
3023
|
// Chromium aliases
|
|
3022
3024
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3023
3025
|
export {
|
|
@@ -3042,6 +3044,12 @@ export {
|
|
|
3042
3044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3043
3045
|
default as ArrowLeftCircleIcon
|
|
3044
3046
|
} from '../icons/circle-arrow-left';
|
|
3047
|
+
// CircleArrowOutDownLeft aliases
|
|
3048
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3049
|
+
export {
|
|
3050
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3051
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3052
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3045
3053
|
// CircleArrowOutDownRight aliases
|
|
3046
3054
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3047
3055
|
export {
|
|
@@ -3054,12 +3062,6 @@ export {
|
|
|
3054
3062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3055
3063
|
default as ArrowUpLeftFromCircleIcon
|
|
3056
3064
|
} from '../icons/circle-arrow-out-up-left';
|
|
3057
|
-
// CircleArrowOutDownLeft aliases
|
|
3058
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3059
|
-
export {
|
|
3060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3061
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3062
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3063
3065
|
// CircleArrowOutUpRight aliases
|
|
3064
3066
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3065
3067
|
export {
|
|
@@ -3108,6 +3110,12 @@ export {
|
|
|
3108
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3109
3111
|
default as ChevronRightCircleIcon
|
|
3110
3112
|
} from '../icons/circle-chevron-right';
|
|
3113
|
+
// CircleChevronUp aliases
|
|
3114
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3117
|
+
default as ChevronUpCircleIcon
|
|
3118
|
+
} from '../icons/circle-chevron-up';
|
|
3111
3119
|
// CircleDivide aliases
|
|
3112
3120
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3113
3121
|
export {
|
|
@@ -3126,12 +3134,6 @@ export {
|
|
|
3126
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3127
3135
|
default as MinusCircleIcon
|
|
3128
3136
|
} from '../icons/circle-minus';
|
|
3129
|
-
// CircleChevronUp aliases
|
|
3130
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3131
|
-
export {
|
|
3132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3133
|
-
default as ChevronUpCircleIcon
|
|
3134
|
-
} from '../icons/circle-chevron-up';
|
|
3135
3137
|
// CircleParkingOff aliases
|
|
3136
3138
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3137
3139
|
export {
|
|
@@ -3220,18 +3222,18 @@ export {
|
|
|
3220
3222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3221
3223
|
default as ClipboardSignatureIcon
|
|
3222
3224
|
} from '../icons/clipboard-pen-line';
|
|
3223
|
-
// ClipboardPen aliases
|
|
3224
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3225
|
-
export {
|
|
3226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3227
|
-
default as ClipboardEditIcon
|
|
3228
|
-
} from '../icons/clipboard-pen';
|
|
3229
3225
|
// CloudDownload aliases
|
|
3230
3226
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3231
3227
|
export {
|
|
3232
3228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3233
3229
|
default as DownloadCloudIcon
|
|
3234
3230
|
} from '../icons/cloud-download';
|
|
3231
|
+
// ClipboardPen aliases
|
|
3232
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3233
|
+
export {
|
|
3234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3235
|
+
default as ClipboardEditIcon
|
|
3236
|
+
} from '../icons/clipboard-pen';
|
|
3235
3237
|
// CloudUpload aliases
|
|
3236
3238
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3237
3239
|
export {
|
|
@@ -3302,6 +3304,12 @@ export {
|
|
|
3302
3304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3303
3305
|
default as FileAxis3DIcon
|
|
3304
3306
|
} from '../icons/file-axis-3d';
|
|
3307
|
+
// FileChartColumnIncreasing aliases
|
|
3308
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3309
|
+
export {
|
|
3310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3311
|
+
default as FileBarChartIcon
|
|
3312
|
+
} from '../icons/file-chart-column-increasing';
|
|
3305
3313
|
// FileChartColumn aliases
|
|
3306
3314
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3307
3315
|
export {
|
|
@@ -3314,12 +3322,12 @@ export {
|
|
|
3314
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3315
3323
|
default as FileLineChartIcon
|
|
3316
3324
|
} from '../icons/file-chart-line';
|
|
3317
|
-
//
|
|
3318
|
-
export { default as
|
|
3325
|
+
// FileChartPie aliases
|
|
3326
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3319
3327
|
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3321
|
-
default as
|
|
3322
|
-
} from '../icons/file-chart-
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3329
|
+
default as FilePieChartIcon
|
|
3330
|
+
} from '../icons/file-chart-pie';
|
|
3323
3331
|
// FileCog aliases
|
|
3324
3332
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3325
3333
|
export {
|
|
@@ -3350,24 +3358,18 @@ export {
|
|
|
3350
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3351
3359
|
default as FileQuestionIcon
|
|
3352
3360
|
} from '../icons/file-question-mark';
|
|
3353
|
-
//
|
|
3354
|
-
export { default as
|
|
3361
|
+
// FileVideoCamera aliases
|
|
3362
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3355
3363
|
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3357
|
-
default as
|
|
3358
|
-
} from '../icons/file-
|
|
3364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3365
|
+
default as FileVideo2Icon
|
|
3366
|
+
} from '../icons/file-video-camera';
|
|
3359
3367
|
// FolderCog aliases
|
|
3360
3368
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3361
3369
|
export {
|
|
3362
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3363
3371
|
default as FolderCog2Icon
|
|
3364
3372
|
} from '../icons/folder-cog';
|
|
3365
|
-
// FileVideoCamera aliases
|
|
3366
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3369
|
-
default as FileVideo2Icon
|
|
3370
|
-
} from '../icons/file-video-camera';
|
|
3371
3373
|
// FolderPen aliases
|
|
3372
3374
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3373
3375
|
export {
|
|
@@ -3392,18 +3394,18 @@ export {
|
|
|
3392
3394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3393
3395
|
default as GitCommitIcon
|
|
3394
3396
|
} from '../icons/git-commit-horizontal';
|
|
3395
|
-
// Grid2x2Check aliases
|
|
3396
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3397
|
-
export {
|
|
3398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3399
|
-
default as Grid2X2CheckIcon
|
|
3400
|
-
} from '../icons/grid-2x2-check';
|
|
3401
3397
|
// Grid2x2Plus aliases
|
|
3402
3398
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3403
3399
|
export {
|
|
3404
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3405
3401
|
default as Grid2X2PlusIcon
|
|
3406
3402
|
} from '../icons/grid-2x2-plus';
|
|
3403
|
+
// Grid2x2Check aliases
|
|
3404
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3405
|
+
export {
|
|
3406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3407
|
+
default as Grid2X2CheckIcon
|
|
3408
|
+
} from '../icons/grid-2x2-check';
|
|
3407
3409
|
// Grid2x2X aliases
|
|
3408
3410
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3409
3411
|
export {
|
|
@@ -3524,18 +3526,18 @@ export {
|
|
|
3524
3526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3525
3527
|
default as MessageCircleQuestionIcon
|
|
3526
3528
|
} from '../icons/message-circle-question-mark';
|
|
3527
|
-
// MicVocal aliases
|
|
3528
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3529
|
-
export {
|
|
3530
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3531
|
-
default as Mic2Icon
|
|
3532
|
-
} from '../icons/mic-vocal';
|
|
3533
3529
|
// Move3d aliases
|
|
3534
3530
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3535
3531
|
export {
|
|
3536
3532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3537
3533
|
default as Move3DIcon
|
|
3538
3534
|
} from '../icons/move-3d';
|
|
3535
|
+
// MicVocal aliases
|
|
3536
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3537
|
+
export {
|
|
3538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3539
|
+
default as Mic2Icon
|
|
3540
|
+
} from '../icons/mic-vocal';
|
|
3539
3541
|
// OctagonAlert aliases
|
|
3540
3542
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3541
3543
|
export {
|
|
@@ -3548,18 +3550,18 @@ export {
|
|
|
3548
3550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3549
3551
|
default as PauseOctagonIcon
|
|
3550
3552
|
} from '../icons/octagon-pause';
|
|
3551
|
-
// OctagonX aliases
|
|
3552
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3553
|
-
export {
|
|
3554
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3555
|
-
default as XOctagonIcon
|
|
3556
|
-
} from '../icons/octagon-x';
|
|
3557
3553
|
// PaintbrushVertical aliases
|
|
3558
3554
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3559
3555
|
export {
|
|
3560
3556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3561
3557
|
default as Paintbrush2Icon
|
|
3562
3558
|
} from '../icons/paintbrush-vertical';
|
|
3559
|
+
// OctagonX aliases
|
|
3560
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3561
|
+
export {
|
|
3562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3563
|
+
default as XOctagonIcon
|
|
3564
|
+
} from '../icons/octagon-x';
|
|
3563
3565
|
// PanelBottomDashed aliases
|
|
3564
3566
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3565
3567
|
export {
|
|
@@ -3626,12 +3628,6 @@ export {
|
|
|
3626
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3627
3629
|
default as PlugZap2Icon
|
|
3628
3630
|
} from '../icons/plug-zap';
|
|
3629
|
-
// Rotate3d aliases
|
|
3630
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3631
|
-
export {
|
|
3632
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3633
|
-
default as Rotate3DIcon
|
|
3634
|
-
} from '../icons/rotate-3d';
|
|
3635
3631
|
// RectangleEllipsis aliases
|
|
3636
3632
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3637
3633
|
export {
|
|
@@ -3644,24 +3640,30 @@ export {
|
|
|
3644
3640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3645
3641
|
default as RowsIcon
|
|
3646
3642
|
} from '../icons/rows-2';
|
|
3643
|
+
// Rotate3d aliases
|
|
3644
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3645
|
+
export {
|
|
3646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3647
|
+
default as Rotate3DIcon
|
|
3648
|
+
} from '../icons/rotate-3d';
|
|
3647
3649
|
// Rows3 aliases
|
|
3648
3650
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3649
3651
|
export {
|
|
3650
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3651
3653
|
default as PanelsTopBottomIcon
|
|
3652
3654
|
} from '../icons/rows-3';
|
|
3653
|
-
// Scale3d aliases
|
|
3654
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3655
|
-
export {
|
|
3656
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3657
|
-
default as Scale3DIcon
|
|
3658
|
-
} from '../icons/scale-3d';
|
|
3659
3655
|
// SendHorizontal aliases
|
|
3660
3656
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3661
3657
|
export {
|
|
3662
3658
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3663
3659
|
default as SendHorizonalIcon
|
|
3664
3660
|
} from '../icons/send-horizontal';
|
|
3661
|
+
// Scale3d aliases
|
|
3662
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3663
|
+
export {
|
|
3664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3665
|
+
default as Scale3DIcon
|
|
3666
|
+
} from '../icons/scale-3d';
|
|
3665
3667
|
// ShieldQuestionMark aliases
|
|
3666
3668
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3667
3669
|
export {
|
|
@@ -3740,18 +3742,18 @@ export {
|
|
|
3740
3742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3741
3743
|
default as ArrowUpRightFromSquareIcon
|
|
3742
3744
|
} from '../icons/square-arrow-out-up-right';
|
|
3743
|
-
// SquareArrowUpLeft aliases
|
|
3744
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3745
|
-
export {
|
|
3746
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3747
|
-
default as ArrowUpLeftSquareIcon
|
|
3748
|
-
} from '../icons/square-arrow-up-left';
|
|
3749
3745
|
// SquareArrowRight aliases
|
|
3750
3746
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3751
3747
|
export {
|
|
3752
3748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3753
3749
|
default as ArrowRightSquareIcon
|
|
3754
3750
|
} from '../icons/square-arrow-right';
|
|
3751
|
+
// SquareArrowUpLeft aliases
|
|
3752
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3753
|
+
export {
|
|
3754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3755
|
+
default as ArrowUpLeftSquareIcon
|
|
3756
|
+
} from '../icons/square-arrow-up-left';
|
|
3755
3757
|
// SquareArrowUpRight aliases
|
|
3756
3758
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3757
3759
|
export {
|
|
@@ -3764,6 +3766,12 @@ export {
|
|
|
3764
3766
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3765
3767
|
default as ArrowUpSquareIcon
|
|
3766
3768
|
} from '../icons/square-arrow-up';
|
|
3769
|
+
// SquareBottomDashedScissors aliases
|
|
3770
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3771
|
+
export {
|
|
3772
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3773
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3774
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3767
3775
|
// SquareAsterisk aliases
|
|
3768
3776
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3769
3777
|
export {
|
|
@@ -3780,12 +3788,6 @@ export {
|
|
|
3780
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3781
3789
|
default as SquareGanttChartIcon
|
|
3782
3790
|
} from '../icons/square-chart-gantt';
|
|
3783
|
-
// SquareBottomDashedScissors aliases
|
|
3784
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3785
|
-
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3787
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3788
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3789
3791
|
// SquareCheckBig aliases
|
|
3790
3792
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3791
3793
|
export {
|
|
@@ -3864,18 +3866,18 @@ export {
|
|
|
3864
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3865
3867
|
default as EqualSquareIcon
|
|
3866
3868
|
} from '../icons/square-equal';
|
|
3867
|
-
// SquareFunction aliases
|
|
3868
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3869
|
-
export {
|
|
3870
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3871
|
-
default as FunctionSquareIcon
|
|
3872
|
-
} from '../icons/square-function';
|
|
3873
3869
|
// SquareKanban aliases
|
|
3874
3870
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3875
3871
|
export {
|
|
3876
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3877
3873
|
default as KanbanSquareIcon
|
|
3878
3874
|
} from '../icons/square-kanban';
|
|
3875
|
+
// SquareFunction aliases
|
|
3876
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3877
|
+
export {
|
|
3878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3879
|
+
default as FunctionSquareIcon
|
|
3880
|
+
} from '../icons/square-function';
|
|
3879
3881
|
// SquareLibrary aliases
|
|
3880
3882
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3881
3883
|
export {
|
|
@@ -3980,6 +3982,12 @@ export {
|
|
|
3980
3982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
3981
3983
|
default as SigmaSquareIcon
|
|
3982
3984
|
} from '../icons/square-sigma';
|
|
3985
|
+
// SquareSlash aliases
|
|
3986
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3987
|
+
export {
|
|
3988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
3989
|
+
default as SlashSquareIcon
|
|
3990
|
+
} from '../icons/square-slash';
|
|
3983
3991
|
// SquareSplitHorizontal aliases
|
|
3984
3992
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3985
3993
|
export {
|
|
@@ -3998,12 +4006,6 @@ export {
|
|
|
3998
4006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
3999
4007
|
default as TerminalSquareIcon
|
|
4000
4008
|
} from '../icons/square-terminal';
|
|
4001
|
-
// SquareSlash aliases
|
|
4002
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4003
|
-
export {
|
|
4004
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4005
|
-
default as SlashSquareIcon
|
|
4006
|
-
} from '../icons/square-slash';
|
|
4007
4009
|
// SquareUserRound aliases
|
|
4008
4010
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4009
4011
|
export {
|
|
@@ -4158,16 +4160,16 @@ export {
|
|
|
4158
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4159
4161
|
default as ForkKnifeIcon
|
|
4160
4162
|
} from '../icons/utensils';
|
|
4161
|
-
// WalletMinimal aliases
|
|
4162
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4163
|
-
export {
|
|
4164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4165
|
-
default as Wallet2Icon
|
|
4166
|
-
} from '../icons/wallet-minimal';
|
|
4167
4163
|
// WandSparkles aliases
|
|
4168
4164
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4169
4165
|
export {
|
|
4170
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4171
4167
|
default as Wand2Icon
|
|
4172
4168
|
} from '../icons/wand-sparkles';
|
|
4169
|
+
// WalletMinimal aliases
|
|
4170
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4173
|
+
default as Wallet2Icon
|
|
4174
|
+
} from '../icons/wallet-minimal';
|
|
4173
4175
|
|