@lucide/astro 1.0.1 → 1.1.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -46,12 +46,13 @@
46
46
  "linkedom": "^0.18.5",
47
47
  "prettier": "^3.4.2",
48
48
  "typescript": "^5.8.3",
49
- "vite": "^6.3.6",
50
- "astro": "^5.16.0",
49
+ "vite": "^7.3.1",
50
+ "vitest": "^4.1.1",
51
+ "astro": "^6.0.8",
51
52
  "@lucide/build-icons": "1.1.0"
52
53
  },
53
54
  "peerDependencies": {
54
- "astro": "^4 || ^5"
55
+ "astro": "^4 || ^5 || ^6"
55
56
  },
56
57
  "scripts": {
57
58
  "build": "pnpm clean && pnpm copy:license && pnpm copy:utils && pnpm build:icons",
@@ -53,18 +53,18 @@ export {
53
53
  default as ArrowUpZa
54
54
  } from '../icons/arrow-up-z-a';
55
55
 
56
- // Axis3d aliases
57
- export {
58
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
59
- default as Axis3D
60
- } from '../icons/axis-3d';
61
-
62
56
  // BadgeCheck aliases
63
57
  export {
64
58
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
65
59
  default as Verified
66
60
  } from '../icons/badge-check';
67
61
 
62
+ // Axis3d aliases
63
+ export {
64
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
65
+ default as Axis3D
66
+ } from '../icons/axis-3d';
67
+
68
68
  // BadgeQuestionMark aliases
69
69
  export {
70
70
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
@@ -89,18 +89,18 @@ export {
89
89
  default as BookTemplate
90
90
  } from '../icons/book-dashed';
91
91
 
92
- // Captions aliases
93
- export {
94
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
95
- default as Subtitles
96
- } from '../icons/captions';
97
-
98
92
  // Braces aliases
99
93
  export {
100
94
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
101
95
  default as CurlyBraces
102
96
  } from '../icons/braces';
103
97
 
98
+ // Captions aliases
99
+ export {
100
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
101
+ default as Subtitles
102
+ } from '../icons/captions';
103
+
104
104
  // ChartArea aliases
105
105
  export {
106
106
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
@@ -227,18 +227,18 @@ export {
227
227
  default as ArrowRightCircle
228
228
  } from '../icons/circle-arrow-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
  // CircleCheckBig aliases
237
231
  export {
238
232
  /** @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 */
239
233
  default as CheckCircle
240
234
  } from '../icons/circle-check-big';
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
  // CircleCheck aliases
243
243
  export {
244
244
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
@@ -251,18 +251,18 @@ export {
251
251
  default as ChevronDownCircle
252
252
  } from '../icons/circle-chevron-down';
253
253
 
254
- // CircleChevronRight aliases
255
- export {
256
- /** @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 */
257
- default as ChevronRightCircle
258
- } from '../icons/circle-chevron-right';
259
-
260
254
  // CircleChevronLeft aliases
261
255
  export {
262
256
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
263
257
  default as ChevronLeftCircle
264
258
  } from '../icons/circle-chevron-left';
265
259
 
260
+ // CircleChevronRight aliases
261
+ export {
262
+ /** @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 */
263
+ default as ChevronRightCircle
264
+ } from '../icons/circle-chevron-right';
265
+
266
266
  // CircleChevronUp aliases
267
267
  export {
268
268
  /** @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 */
@@ -443,18 +443,18 @@ export {
443
443
  default as Globe2
444
444
  } from '../icons/earth';
445
445
 
446
- // EllipsisVertical aliases
447
- export {
448
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
449
- default as MoreVertical
450
- } from '../icons/ellipsis-vertical';
451
-
452
446
  // Ellipsis aliases
453
447
  export {
454
448
  /** @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 */
455
449
  default as MoreHorizontal
456
450
  } from '../icons/ellipsis';
457
451
 
452
+ // EllipsisVertical aliases
453
+ export {
454
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
455
+ default as MoreVertical
456
+ } from '../icons/ellipsis-vertical';
457
+
458
458
  // FileAxis3d aliases
459
459
  export {
460
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 */
@@ -521,12 +521,6 @@ export {
521
521
  default as FileCog2
522
522
  } from '../icons/file-cog';
523
523
 
524
- // FileExclamationPoint aliases
525
- export {
526
- /** @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 */
527
- default as FileWarning
528
- } from '../icons/file-exclamation-point';
529
-
530
524
  // FileHeadphone aliases
531
525
  export {
532
526
  /** @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,6 +533,12 @@ export {
539
533
  default as FileAudio2
540
534
  } from '../icons/file-headphone';
541
535
 
536
+ // FileExclamationPoint aliases
537
+ export {
538
+ /** @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 */
539
+ default as FileWarning
540
+ } from '../icons/file-exclamation-point';
541
+
542
542
  // FileKey aliases
543
543
  export {
544
544
  /** @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 */
@@ -587,6 +587,12 @@ export {
587
587
  default as FileQuestion
588
588
  } from '../icons/file-question-mark';
589
589
 
590
+ // FileSearchCorner aliases
591
+ export {
592
+ /** @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 */
593
+ default as FileSearch2
594
+ } from '../icons/file-search-corner';
595
+
590
596
  // FileSignal aliases
591
597
  export {
592
598
  /** @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 */
@@ -599,12 +605,6 @@ export {
599
605
  default as FileType2
600
606
  } from '../icons/file-type-corner';
601
607
 
602
- // FileSearchCorner aliases
603
- export {
604
- /** @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 */
605
- default as FileSearch2
606
- } from '../icons/file-search-corner';
607
-
608
608
  // FileVideoCamera aliases
609
609
  export {
610
610
  /** @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 */
@@ -755,18 +755,18 @@ export {
755
755
  default as IndentIncrease
756
756
  } from '../icons/list-indent-increase';
757
757
 
758
- // LoaderCircle aliases
759
- export {
760
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
761
- default as Loader2
762
- } from '../icons/loader-circle';
763
-
764
758
  // LockKeyholeOpen aliases
765
759
  export {
766
760
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
767
761
  default as UnlockKeyhole
768
762
  } from '../icons/lock-keyhole-open';
769
763
 
764
+ // LoaderCircle aliases
765
+ export {
766
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
767
+ default as Loader2
768
+ } from '../icons/loader-circle';
769
+
770
770
  // LockOpen aliases
771
771
  export {
772
772
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
@@ -779,18 +779,18 @@ export {
779
779
  default as MailQuestion
780
780
  } from '../icons/mail-question-mark';
781
781
 
782
- // MessageCircleQuestionMark aliases
783
- export {
784
- /** @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 */
785
- default as MessageCircleQuestion
786
- } from '../icons/message-circle-question-mark';
787
-
788
782
  // MapPinPen aliases
789
783
  export {
790
784
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
791
785
  default as LocationEdit
792
786
  } from '../icons/map-pin-pen';
793
787
 
788
+ // MessageCircleQuestionMark aliases
789
+ export {
790
+ /** @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 */
791
+ default as MessageCircleQuestion
792
+ } from '../icons/message-circle-question-mark';
793
+
794
794
  // MicVocal aliases
795
795
  export {
796
796
  /** @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 */
@@ -809,18 +809,18 @@ export {
809
809
  default as AlertOctagon
810
810
  } from '../icons/octagon-alert';
811
811
 
812
- // OctagonX aliases
813
- export {
814
- /** @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 */
815
- default as XOctagon
816
- } from '../icons/octagon-x';
817
-
818
812
  // OctagonPause aliases
819
813
  export {
820
814
  /** @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 */
821
815
  default as PauseOctagon
822
816
  } from '../icons/octagon-pause';
823
817
 
818
+ // OctagonX aliases
819
+ export {
820
+ /** @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 */
821
+ default as XOctagon
822
+ } from '../icons/octagon-x';
823
+
824
824
  // PaintbrushVertical aliases
825
825
  export {
826
826
  /** @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 */
@@ -899,18 +899,18 @@ export {
899
899
  default as FormInput
900
900
  } from '../icons/rectangle-ellipsis';
901
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
-
908
902
  // Rows2 aliases
909
903
  export {
910
904
  /** @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 */
911
905
  default as Rows
912
906
  } from '../icons/rows-2';
913
907
 
908
+ // Rotate3d aliases
909
+ export {
910
+ /** @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 */
911
+ default as Rotate3D
912
+ } from '../icons/rotate-3d';
913
+
914
914
  // Rows3 aliases
915
915
  export {
916
916
  /** @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 */
@@ -935,18 +935,18 @@ export {
935
935
  default as ShieldQuestion
936
936
  } from '../icons/shield-question-mark';
937
937
 
938
- // ShieldX aliases
939
- export {
940
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
941
- default as ShieldClose
942
- } from '../icons/shield-x';
943
-
944
938
  // SlidersVertical aliases
945
939
  export {
946
940
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
947
941
  default as Sliders
948
942
  } from '../icons/sliders-vertical';
949
943
 
944
+ // ShieldX aliases
945
+ export {
946
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
947
+ default as ShieldClose
948
+ } from '../icons/shield-x';
949
+
950
950
  // Sparkles aliases
951
951
  export {
952
952
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
@@ -1001,11 +1001,11 @@ export {
1001
1001
  default as ArrowUpLeftFromSquare
1002
1002
  } from '../icons/square-arrow-out-up-left';
1003
1003
 
1004
- // SquareArrowUpLeft aliases
1004
+ // SquareArrowOutUpRight aliases
1005
1005
  export {
1006
- /** @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 */
1007
- default as ArrowUpLeftSquare
1008
- } from '../icons/square-arrow-up-left';
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 */
1007
+ default as ArrowUpRightFromSquare
1008
+ } from '../icons/square-arrow-out-up-right';
1009
1009
 
1010
1010
  // SquareArrowRight aliases
1011
1011
  export {
@@ -1013,11 +1013,11 @@ export {
1013
1013
  default as ArrowRightSquare
1014
1014
  } from '../icons/square-arrow-right';
1015
1015
 
1016
- // SquareArrowOutUpRight aliases
1016
+ // SquareArrowUpLeft aliases
1017
1017
  export {
1018
- /** @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 */
1019
- default as ArrowUpRightFromSquare
1020
- } from '../icons/square-arrow-out-up-right';
1018
+ /** @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 */
1019
+ default as ArrowUpLeftSquare
1020
+ } from '../icons/square-arrow-up-left';
1021
1021
 
1022
1022
  // SquareArrowUpRight aliases
1023
1023
  export {
@@ -1067,18 +1067,18 @@ export {
1067
1067
  default as SquareGanttChart
1068
1068
  } from '../icons/square-chart-gantt';
1069
1069
 
1070
- // SquareCheck aliases
1071
- export {
1072
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
1073
- default as CheckSquare2
1074
- } from '../icons/square-check';
1075
-
1076
1070
  // SquareCheckBig aliases
1077
1071
  export {
1078
1072
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
1079
1073
  default as CheckSquare
1080
1074
  } from '../icons/square-check-big';
1081
1075
 
1076
+ // SquareCheck aliases
1077
+ export {
1078
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
1079
+ default as CheckSquare2
1080
+ } from '../icons/square-check';
1081
+
1082
1082
  // SquareChevronDown aliases
1083
1083
  export {
1084
1084
  /** @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 */
@@ -1163,18 +1163,18 @@ export {
1163
1163
  default as LibrarySquare
1164
1164
  } from '../icons/square-library';
1165
1165
 
1166
- // SquareM aliases
1167
- export {
1168
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
1169
- default as MSquare
1170
- } from '../icons/square-m';
1171
-
1172
1166
  // SquareMenu aliases
1173
1167
  export {
1174
1168
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
1175
1169
  default as MenuSquare
1176
1170
  } from '../icons/square-menu';
1177
1171
 
1172
+ // SquareM aliases
1173
+ export {
1174
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
1175
+ default as MSquare
1176
+ } from '../icons/square-m';
1177
+
1178
1178
  // SquareMinus aliases
1179
1179
  export {
1180
1180
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
@@ -1235,6 +1235,12 @@ export {
1235
1235
  default as PilcrowSquare
1236
1236
  } from '../icons/square-pilcrow';
1237
1237
 
1238
+ // SquarePlus aliases
1239
+ export {
1240
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
1241
+ default as PlusSquare
1242
+ } from '../icons/square-plus';
1243
+
1238
1244
  // SquarePlay aliases
1239
1245
  export {
1240
1246
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
@@ -1253,12 +1259,6 @@ export {
1253
1259
  default as ScissorsSquare
1254
1260
  } from '../icons/square-scissors';
1255
1261
 
1256
- // SquarePlus aliases
1257
- export {
1258
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
1259
- default as PlusSquare
1260
- } from '../icons/square-plus';
1261
-
1262
1262
  // SquareSigma aliases
1263
1263
  export {
1264
1264
  /** @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 */
@@ -1343,18 +1343,18 @@ export {
1343
1343
  default as AlignLeft
1344
1344
  } from '../icons/text-align-start';
1345
1345
 
1346
- // TextSelect aliases
1347
- export {
1348
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
1349
- default as TextSelection
1350
- } from '../icons/text-select';
1351
-
1352
1346
  // TextInitial aliases
1353
1347
  export {
1354
1348
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
1355
1349
  default as LetterText
1356
1350
  } from '../icons/text-initial';
1357
1351
 
1352
+ // TextSelect aliases
1353
+ export {
1354
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
1355
+ default as TextSelection
1356
+ } from '../icons/text-select';
1357
+
1358
1358
  // TextWrap aliases
1359
1359
  export {
1360
1360
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
@@ -1373,18 +1373,18 @@ export {
1373
1373
  default as Palmtree
1374
1374
  } from '../icons/tree-palm';
1375
1375
 
1376
- // TriangleAlert aliases
1377
- export {
1378
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
1379
- default as AlertTriangle
1380
- } from '../icons/triangle-alert';
1381
-
1382
1376
  // TvMinimal aliases
1383
1377
  export {
1384
1378
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
1385
1379
  default as Tv2
1386
1380
  } from '../icons/tv-minimal';
1387
1381
 
1382
+ // TriangleAlert aliases
1383
+ export {
1384
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
1385
+ default as AlertTriangle
1386
+ } from '../icons/triangle-alert';
1387
+
1388
1388
  // University aliases
1389
1389
  export {
1390
1390
  /** @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 */
@@ -1409,18 +1409,18 @@ export {
1409
1409
  default as UserMinus2
1410
1410
  } from '../icons/user-round-minus';
1411
1411
 
1412
- // UserRoundPlus aliases
1413
- export {
1414
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
1415
- default as UserPlus2
1416
- } from '../icons/user-round-plus';
1417
-
1418
1412
  // UserRoundX aliases
1419
1413
  export {
1420
1414
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
1421
1415
  default as UserX2
1422
1416
  } from '../icons/user-round-x';
1423
1417
 
1418
+ // UserRoundPlus aliases
1419
+ export {
1420
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
1421
+ default as UserPlus2
1422
+ } from '../icons/user-round-plus';
1423
+
1424
1424
  // UserRound aliases
1425
1425
  export {
1426
1426
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */