@lucide/astro 0.551.0 → 0.552.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.
Files changed (74) hide show
  1. package/package.json +1 -1
  2. package/src/aliases/aliases.ts +186 -90
  3. package/src/aliases/prefixed.ts +767 -709
  4. package/src/aliases/suffixed.ts +1101 -1043
  5. package/src/icons/calendar-fold.ts +2 -2
  6. package/src/icons/file-archive.ts +2 -2
  7. package/src/icons/file-axis-3d.ts +2 -2
  8. package/src/icons/file-badge.ts +2 -2
  9. package/src/icons/file-box.ts +2 -2
  10. package/src/icons/file-braces-corner.ts +18 -0
  11. package/src/icons/file-braces.ts +18 -0
  12. package/src/icons/file-chart-column-increasing.ts +2 -2
  13. package/src/icons/file-chart-column.ts +2 -2
  14. package/src/icons/file-chart-line.ts +2 -2
  15. package/src/icons/file-chart-pie.ts +2 -2
  16. package/src/icons/{file-search-2.ts → file-check-corner.ts} +4 -4
  17. package/src/icons/file-check.ts +2 -2
  18. package/src/icons/file-clock.ts +2 -2
  19. package/src/icons/{file-audio-2.ts → file-code-corner.ts} +4 -4
  20. package/src/icons/file-code.ts +2 -2
  21. package/src/icons/file-cog.ts +2 -2
  22. package/src/icons/file-diff.ts +2 -2
  23. package/src/icons/file-digit.ts +2 -2
  24. package/src/icons/file-down.ts +2 -2
  25. package/src/icons/{file-key-2.ts → file-exclamation-point.ts} +4 -4
  26. package/src/icons/file-headphone.ts +18 -0
  27. package/src/icons/file-heart.ts +2 -2
  28. package/src/icons/file-image.ts +2 -2
  29. package/src/icons/file-input.ts +2 -2
  30. package/src/icons/file-key.ts +2 -2
  31. package/src/icons/file-lock.ts +2 -2
  32. package/src/icons/{file-minus-2.ts → file-minus-corner.ts} +4 -4
  33. package/src/icons/file-minus.ts +2 -2
  34. package/src/icons/file-music.ts +2 -2
  35. package/src/icons/file-output.ts +2 -2
  36. package/src/icons/file-pen-line.ts +2 -2
  37. package/src/icons/file-pen.ts +2 -2
  38. package/src/icons/file-play.ts +2 -2
  39. package/src/icons/{file-code-2.ts → file-plus-corner.ts} +4 -4
  40. package/src/icons/file-plus.ts +2 -2
  41. package/src/icons/file-question-mark.ts +2 -2
  42. package/src/icons/file-scan.ts +2 -2
  43. package/src/icons/{file-type-2.ts → file-search-corner.ts} +4 -4
  44. package/src/icons/file-search.ts +2 -2
  45. package/src/icons/file-signal.ts +18 -0
  46. package/src/icons/file-sliders.ts +2 -2
  47. package/src/icons/file-spreadsheet.ts +2 -2
  48. package/src/icons/file-symlink.ts +2 -2
  49. package/src/icons/file-terminal.ts +2 -2
  50. package/src/icons/file-text.ts +2 -2
  51. package/src/icons/file-type-corner.ts +18 -0
  52. package/src/icons/file-type.ts +2 -2
  53. package/src/icons/file-up.ts +2 -2
  54. package/src/icons/file-user.ts +2 -2
  55. package/src/icons/file-video-camera.ts +2 -2
  56. package/src/icons/file-volume.ts +2 -2
  57. package/src/icons/{file-audio.ts → file-x-corner.ts} +4 -4
  58. package/src/icons/file-x.ts +2 -2
  59. package/src/icons/file.ts +2 -2
  60. package/src/icons/files.ts +2 -2
  61. package/src/icons/index.ts +186 -189
  62. package/src/icons/shredder.ts +2 -2
  63. package/src/icons/solar-panel.ts +18 -0
  64. package/src/icons/sticker.ts +2 -2
  65. package/src/icons/sticky-note.ts +2 -2
  66. package/src/icons/file-badge-2.ts +0 -18
  67. package/src/icons/file-check-2.ts +0 -18
  68. package/src/icons/file-json-2.ts +0 -18
  69. package/src/icons/file-json.ts +0 -18
  70. package/src/icons/file-lock-2.ts +0 -18
  71. package/src/icons/file-plus-2.ts +0 -18
  72. package/src/icons/file-volume-2.ts +0 -18
  73. package/src/icons/file-warning.ts +0 -18
  74. package/src/icons/file-x-2.ts +0 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "0.551.0",
3
+ "version": "0.552.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -167,18 +167,18 @@ export {
167
167
  default as GanttChart
168
168
  } from '../icons/chart-no-axes-gantt';
169
169
 
170
- // ChartPie aliases
171
- export {
172
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
173
- default as PieChart
174
- } from '../icons/chart-pie';
175
-
176
170
  // ChartScatter aliases
177
171
  export {
178
172
  /** @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 */
179
173
  default as ScatterChart
180
174
  } from '../icons/chart-scatter';
181
175
 
176
+ // ChartPie aliases
177
+ export {
178
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
179
+ default as PieChart
180
+ } from '../icons/chart-pie';
181
+
182
182
  // Chromium aliases
183
183
  export {
184
184
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
@@ -227,18 +227,18 @@ export {
227
227
  default as ArrowUpRightFromCircle
228
228
  } from '../icons/circle-arrow-out-up-right';
229
229
 
230
- // CircleArrowUp aliases
231
- export {
232
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
233
- default as ArrowUpCircle
234
- } from '../icons/circle-arrow-up';
235
-
236
230
  // CircleArrowRight aliases
237
231
  export {
238
232
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
239
233
  default as ArrowRightCircle
240
234
  } from '../icons/circle-arrow-right';
241
235
 
236
+ // CircleArrowUp aliases
237
+ export {
238
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
239
+ default as ArrowUpCircle
240
+ } from '../icons/circle-arrow-up';
241
+
242
242
  // CircleCheckBig aliases
243
243
  export {
244
244
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
@@ -287,18 +287,18 @@ export {
287
287
  default as GaugeCircle
288
288
  } from '../icons/circle-gauge';
289
289
 
290
- // CircleMinus aliases
291
- export {
292
- /** @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 */
293
- default as MinusCircle
294
- } from '../icons/circle-minus';
295
-
296
290
  // CircleParkingOff aliases
297
291
  export {
298
292
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
299
293
  default as ParkingCircleOff
300
294
  } from '../icons/circle-parking-off';
301
295
 
296
+ // CircleMinus aliases
297
+ export {
298
+ /** @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 */
299
+ default as MinusCircle
300
+ } from '../icons/circle-minus';
301
+
302
302
  // CircleParking aliases
303
303
  export {
304
304
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
@@ -347,23 +347,23 @@ export {
347
347
  default as CircleHelp
348
348
  } from '../icons/circle-question-mark';
349
349
 
350
- // CircleStop aliases
351
- export {
352
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
353
- default as StopCircle
354
- } from '../icons/circle-stop';
355
-
356
350
  // CircleSlash2 aliases
357
351
  export {
358
352
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
359
353
  default as CircleSlashed
360
354
  } from '../icons/circle-slash-2';
361
355
 
362
- // CircleUserRound aliases
356
+ // CircleStop aliases
363
357
  export {
364
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
365
- default as UserCircle2
366
- } from '../icons/circle-user-round';
358
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
359
+ default as StopCircle
360
+ } from '../icons/circle-stop';
361
+
362
+ // CircleUser aliases
363
+ export {
364
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
365
+ default as UserCircle
366
+ } from '../icons/circle-user';
367
367
 
368
368
  // CircleX aliases
369
369
  export {
@@ -371,11 +371,11 @@ export {
371
371
  default as XCircle
372
372
  } from '../icons/circle-x';
373
373
 
374
- // CircleUser aliases
374
+ // CircleUserRound aliases
375
375
  export {
376
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
377
- default as UserCircle
378
- } from '../icons/circle-user';
376
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
377
+ default as UserCircle2
378
+ } from '../icons/circle-user-round';
379
379
 
380
380
  // ClipboardPenLine aliases
381
381
  export {
@@ -419,12 +419,6 @@ export {
419
419
  default as PanelsLeftRight
420
420
  } from '../icons/columns-3';
421
421
 
422
- // ContactRound aliases
423
- export {
424
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
425
- default as Contact2
426
- } from '../icons/contact-round';
427
-
428
422
  // Columns3Cog aliases
429
423
  export {
430
424
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
@@ -437,6 +431,12 @@ export {
437
431
  default as TableConfig
438
432
  } from '../icons/columns-3-cog';
439
433
 
434
+ // ContactRound aliases
435
+ export {
436
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
437
+ default as Contact2
438
+ } from '../icons/contact-round';
439
+
440
440
  // DiamondPercent aliases
441
441
  export {
442
442
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
@@ -455,17 +455,35 @@ export {
455
455
  default as MoreVertical
456
456
  } from '../icons/ellipsis-vertical';
457
457
 
458
+ // FileAxis3d aliases
459
+ export {
460
+ /** @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 */
461
+ default as FileAxis3D
462
+ } from '../icons/file-axis-3d';
463
+
458
464
  // Ellipsis aliases
459
465
  export {
460
466
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
461
467
  default as MoreHorizontal
462
468
  } from '../icons/ellipsis';
463
469
 
464
- // FileAxis3d aliases
470
+ // FileBadge aliases
465
471
  export {
466
- /** @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 */
467
- default as FileAxis3D
468
- } from '../icons/file-axis-3d';
472
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
473
+ default as FileBadge2
474
+ } from '../icons/file-badge';
475
+
476
+ // FileBracesCorner aliases
477
+ export {
478
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
479
+ default as FileJson2
480
+ } from '../icons/file-braces-corner';
481
+
482
+ // FileBraces aliases
483
+ export {
484
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
485
+ default as FileJson
486
+ } from '../icons/file-braces';
469
487
 
470
488
  // FileChartColumnIncreasing aliases
471
489
  export {
@@ -491,12 +509,60 @@ export {
491
509
  default as FilePieChart
492
510
  } from '../icons/file-chart-pie';
493
511
 
512
+ // FileCheckCorner aliases
513
+ export {
514
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
515
+ default as FileCheck2
516
+ } from '../icons/file-check-corner';
517
+
518
+ // FileCodeCorner aliases
519
+ export {
520
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
521
+ default as FileCode2
522
+ } from '../icons/file-code-corner';
523
+
494
524
  // FileCog aliases
495
525
  export {
496
526
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
497
527
  default as FileCog2
498
528
  } from '../icons/file-cog';
499
529
 
530
+ // FileExclamationPoint aliases
531
+ export {
532
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
533
+ default as FileWarning
534
+ } from '../icons/file-exclamation-point';
535
+
536
+ // FileHeadphone aliases
537
+ export {
538
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
539
+ default as FileAudio
540
+ } from '../icons/file-headphone';
541
+
542
+ // FileHeadphone aliases
543
+ export {
544
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
545
+ default as FileAudio2
546
+ } from '../icons/file-headphone';
547
+
548
+ // FileKey aliases
549
+ export {
550
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
551
+ default as FileKey2
552
+ } from '../icons/file-key';
553
+
554
+ // FileLock aliases
555
+ export {
556
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
557
+ default as FileLock2
558
+ } from '../icons/file-lock';
559
+
560
+ // FileMinusCorner aliases
561
+ export {
562
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
563
+ default as FileMinus2
564
+ } from '../icons/file-minus-corner';
565
+
500
566
  // FilePenLine aliases
501
567
  export {
502
568
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
@@ -515,18 +581,48 @@ export {
515
581
  default as FileVideo
516
582
  } from '../icons/file-play';
517
583
 
584
+ // FilePlusCorner aliases
585
+ export {
586
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
587
+ default as FilePlus2
588
+ } from '../icons/file-plus-corner';
589
+
518
590
  // FileQuestionMark aliases
519
591
  export {
520
592
  /** @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 */
521
593
  default as FileQuestion
522
594
  } from '../icons/file-question-mark';
523
595
 
596
+ // FileSearchCorner aliases
597
+ export {
598
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
599
+ default as FileSearch2
600
+ } from '../icons/file-search-corner';
601
+
602
+ // FileSignal aliases
603
+ export {
604
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
605
+ default as FileVolume2
606
+ } from '../icons/file-signal';
607
+
608
+ // FileTypeCorner aliases
609
+ export {
610
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
611
+ default as FileType2
612
+ } from '../icons/file-type-corner';
613
+
524
614
  // FileVideoCamera aliases
525
615
  export {
526
616
  /** @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 */
527
617
  default as FileVideo2
528
618
  } from '../icons/file-video-camera';
529
619
 
620
+ // FileXCorner aliases
621
+ export {
622
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
623
+ default as FileX2
624
+ } from '../icons/file-x-corner';
625
+
530
626
  // FolderCog aliases
531
627
  export {
532
628
  /** @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 */
@@ -539,18 +635,18 @@ export {
539
635
  default as FolderEdit
540
636
  } from '../icons/folder-pen';
541
637
 
542
- // Funnel aliases
543
- export {
544
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
545
- default as Filter
546
- } from '../icons/funnel';
547
-
548
638
  // FunnelX aliases
549
639
  export {
550
640
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
551
641
  default as FilterX
552
642
  } from '../icons/funnel-x';
553
643
 
644
+ // Funnel aliases
645
+ export {
646
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
647
+ default as Filter
648
+ } from '../icons/funnel';
649
+
554
650
  // GitCommitHorizontal aliases
555
651
  export {
556
652
  /** @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 */
@@ -611,18 +707,18 @@ export {
611
707
  default as Home
612
708
  } from '../icons/house';
613
709
 
614
- // IceCreamCone aliases
615
- export {
616
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
617
- default as IceCream
618
- } from '../icons/ice-cream-cone';
619
-
620
710
  // IceCreamBowl aliases
621
711
  export {
622
712
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
623
713
  default as IceCream2
624
714
  } from '../icons/ice-cream-bowl';
625
715
 
716
+ // IceCreamCone aliases
717
+ export {
718
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
719
+ default as IceCream
720
+ } from '../icons/ice-cream-cone';
721
+
626
722
  // LaptopMinimal aliases
627
723
  export {
628
724
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
@@ -797,18 +893,18 @@ export {
797
893
  default as PlugZap2
798
894
  } from '../icons/plug-zap';
799
895
 
800
- // Rotate3d aliases
801
- export {
802
- /** @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 */
803
- default as Rotate3D
804
- } from '../icons/rotate-3d';
805
-
806
896
  // RectangleEllipsis aliases
807
897
  export {
808
898
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
809
899
  default as FormInput
810
900
  } from '../icons/rectangle-ellipsis';
811
901
 
902
+ // Rotate3d aliases
903
+ export {
904
+ /** @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 */
905
+ default as Rotate3D
906
+ } from '../icons/rotate-3d';
907
+
812
908
  // Rows2 aliases
813
909
  export {
814
910
  /** @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 */
@@ -893,18 +989,18 @@ export {
893
989
  default as ArrowDownLeftFromSquare
894
990
  } from '../icons/square-arrow-out-down-left';
895
991
 
896
- // SquareArrowOutUpLeft aliases
897
- export {
898
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
899
- default as ArrowUpLeftFromSquare
900
- } from '../icons/square-arrow-out-up-left';
901
-
902
992
  // SquareArrowOutDownRight aliases
903
993
  export {
904
994
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
905
995
  default as ArrowDownRightFromSquare
906
996
  } from '../icons/square-arrow-out-down-right';
907
997
 
998
+ // SquareArrowOutUpLeft aliases
999
+ export {
1000
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
1001
+ default as ArrowUpLeftFromSquare
1002
+ } from '../icons/square-arrow-out-up-left';
1003
+
908
1004
  // SquareArrowOutUpRight aliases
909
1005
  export {
910
1006
  /** @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 */
@@ -971,18 +1067,18 @@ export {
971
1067
  default as CheckSquare2
972
1068
  } from '../icons/square-check';
973
1069
 
974
- // SquareChevronDown aliases
975
- export {
976
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
977
- default as ChevronDownSquare
978
- } from '../icons/square-chevron-down';
979
-
980
1070
  // SquareChevronLeft aliases
981
1071
  export {
982
1072
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
983
1073
  default as ChevronLeftSquare
984
1074
  } from '../icons/square-chevron-left';
985
1075
 
1076
+ // SquareChevronDown aliases
1077
+ export {
1078
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
1079
+ default as ChevronDownSquare
1080
+ } from '../icons/square-chevron-down';
1081
+
986
1082
  // SquareChevronRight aliases
987
1083
  export {
988
1084
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
@@ -1151,6 +1247,12 @@ export {
1151
1247
  default as ScissorsSquare
1152
1248
  } from '../icons/square-scissors';
1153
1249
 
1250
+ // SquareSigma aliases
1251
+ export {
1252
+ /** @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 */
1253
+ default as SigmaSquare
1254
+ } from '../icons/square-sigma';
1255
+
1154
1256
  // SquareSlash aliases
1155
1257
  export {
1156
1258
  /** @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 */
@@ -1163,12 +1265,6 @@ export {
1163
1265
  default as SplitSquareHorizontal
1164
1266
  } from '../icons/square-split-horizontal';
1165
1267
 
1166
- // SquareSigma aliases
1167
- export {
1168
- /** @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 */
1169
- default as SigmaSquare
1170
- } from '../icons/square-sigma';
1171
-
1172
1268
  // SquareSplitVertical aliases
1173
1269
  export {
1174
1270
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
@@ -1205,18 +1301,18 @@ export {
1205
1301
  default as TestTube2
1206
1302
  } from '../icons/test-tube-diagonal';
1207
1303
 
1208
- // TextAlignEnd aliases
1209
- export {
1210
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
1211
- default as AlignRight
1212
- } from '../icons/text-align-end';
1213
-
1214
1304
  // TextAlignCenter aliases
1215
1305
  export {
1216
1306
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
1217
1307
  default as AlignCenter
1218
1308
  } from '../icons/text-align-center';
1219
1309
 
1310
+ // TextAlignEnd aliases
1311
+ export {
1312
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
1313
+ default as AlignRight
1314
+ } from '../icons/text-align-end';
1315
+
1220
1316
  // TextAlignJustify aliases
1221
1317
  export {
1222
1318
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
@@ -1277,18 +1373,18 @@ export {
1277
1373
  default as Tv2
1278
1374
  } from '../icons/tv-minimal';
1279
1375
 
1280
- // University aliases
1281
- export {
1282
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
1283
- default as School2
1284
- } from '../icons/university';
1285
-
1286
1376
  // UserRoundCheck aliases
1287
1377
  export {
1288
1378
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
1289
1379
  default as UserCheck2
1290
1380
  } from '../icons/user-round-check';
1291
1381
 
1382
+ // University aliases
1383
+ export {
1384
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
1385
+ default as School2
1386
+ } from '../icons/university';
1387
+
1292
1388
  // UserRoundCog aliases
1293
1389
  export {
1294
1390
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */