@lucide/astro 1.3.0 → 1.5.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.3.0",
3
+ "version": "1.5.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -5,18 +5,18 @@ export {
5
5
  default as AlarmCheck
6
6
  } from '../icons/alarm-clock-check';
7
7
 
8
- // AlarmClockMinus aliases
9
- export {
10
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
11
- default as AlarmMinus
12
- } from '../icons/alarm-clock-minus';
13
-
14
8
  // AlarmClockPlus aliases
15
9
  export {
16
10
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
17
11
  default as AlarmPlus
18
12
  } from '../icons/alarm-clock-plus';
19
13
 
14
+ // AlarmClockMinus aliases
15
+ export {
16
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
17
+ default as AlarmMinus
18
+ } from '../icons/alarm-clock-minus';
19
+
20
20
  // ArrowDownAZ aliases
21
21
  export {
22
22
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
@@ -95,18 +95,18 @@ export {
95
95
  default as CurlyBraces
96
96
  } from '../icons/braces';
97
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
98
  // ChartArea aliases
105
99
  export {
106
100
  /** @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 */
107
101
  default as AreaChart
108
102
  } from '../icons/chart-area';
109
103
 
104
+ // Captions aliases
105
+ export {
106
+ /** @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 */
107
+ default as Subtitles
108
+ } from '../icons/captions';
109
+
110
110
  // ChartBarBig aliases
111
111
  export {
112
112
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
@@ -233,18 +233,18 @@ export {
233
233
  default as ArrowUpCircle
234
234
  } from '../icons/circle-arrow-up';
235
235
 
236
- // CircleCheck aliases
237
- export {
238
- /** @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 */
239
- default as CheckCircle2
240
- } from '../icons/circle-check';
241
-
242
236
  // CircleCheckBig aliases
243
237
  export {
244
238
  /** @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 */
245
239
  default as CheckCircle
246
240
  } from '../icons/circle-check-big';
247
241
 
242
+ // CircleCheck aliases
243
+ export {
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 */
245
+ default as CheckCircle2
246
+ } from '../icons/circle-check';
247
+
248
248
  // CircleChevronDown aliases
249
249
  export {
250
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
@@ -305,18 +305,18 @@ export {
305
305
  default as PauseCircle
306
306
  } from '../icons/circle-pause';
307
307
 
308
- // CirclePercent aliases
309
- export {
310
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
311
- default as PercentCircle
312
- } from '../icons/circle-percent';
313
-
314
308
  // CirclePlay aliases
315
309
  export {
316
310
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
317
311
  default as PlayCircle
318
312
  } from '../icons/circle-play';
319
313
 
314
+ // CirclePercent aliases
315
+ export {
316
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
317
+ default as PercentCircle
318
+ } from '../icons/circle-percent';
319
+
320
320
  // CirclePlus aliases
321
321
  export {
322
322
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
@@ -395,18 +395,18 @@ export {
395
395
  default as UploadCloud
396
396
  } from '../icons/cloud-upload';
397
397
 
398
- // CodeXml aliases
399
- export {
400
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
401
- default as Code2
402
- } from '../icons/code-xml';
403
-
404
398
  // Columns2 aliases
405
399
  export {
406
400
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
407
401
  default as Columns
408
402
  } from '../icons/columns-2';
409
403
 
404
+ // CodeXml aliases
405
+ export {
406
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
407
+ default as Code2
408
+ } from '../icons/code-xml';
409
+
410
410
  // Columns3Cog aliases
411
411
  export {
412
412
  /** @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 */
@@ -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 */
@@ -551,18 +551,18 @@ export {
551
551
  default as FileLock2
552
552
  } from '../icons/file-lock';
553
553
 
554
- // FilePenLine aliases
555
- export {
556
- /** @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 */
557
- default as FileSignature
558
- } from '../icons/file-pen-line';
559
-
560
554
  // FileMinusCorner aliases
561
555
  export {
562
556
  /** @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
557
  default as FileMinus2
564
558
  } from '../icons/file-minus-corner';
565
559
 
560
+ // FilePenLine aliases
561
+ export {
562
+ /** @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 */
563
+ default as FileSignature
564
+ } from '../icons/file-pen-line';
565
+
566
566
  // FilePen aliases
567
567
  export {
568
568
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
@@ -617,18 +617,18 @@ export {
617
617
  default as FileX2
618
618
  } from '../icons/file-x-corner';
619
619
 
620
- // FolderCog aliases
621
- export {
622
- /** @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 */
623
- default as FolderCog2
624
- } from '../icons/folder-cog';
625
-
626
620
  // FingerprintPattern aliases
627
621
  export {
628
622
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
629
623
  default as Fingerprint
630
624
  } from '../icons/fingerprint-pattern';
631
625
 
626
+ // FolderCog aliases
627
+ export {
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 */
629
+ default as FolderCog2
630
+ } from '../icons/folder-cog';
631
+
632
632
  // FolderPen aliases
633
633
  export {
634
634
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
@@ -641,18 +641,18 @@ export {
641
641
  default as FilterX
642
642
  } from '../icons/funnel-x';
643
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
-
650
644
  // GitCommitHorizontal aliases
651
645
  export {
652
646
  /** @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 */
653
647
  default as GitCommit
654
648
  } from '../icons/git-commit-horizontal';
655
649
 
650
+ // Funnel aliases
651
+ export {
652
+ /** @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 */
653
+ default as Filter
654
+ } from '../icons/funnel';
655
+
656
656
  // Grid2x2Check aliases
657
657
  export {
658
658
  /** @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 */
@@ -863,36 +863,36 @@ export {
863
863
  default as PanelRightInactive
864
864
  } from '../icons/panel-right-dashed';
865
865
 
866
- // PanelTopDashed aliases
867
- export {
868
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
869
- default as PanelTopInactive
870
- } from '../icons/panel-top-dashed';
871
-
872
866
  // PanelsTopLeft aliases
873
867
  export {
874
868
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
875
869
  default as Layout
876
870
  } from '../icons/panels-top-left';
877
871
 
872
+ // PanelTopDashed aliases
873
+ export {
874
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
875
+ default as PanelTopInactive
876
+ } from '../icons/panel-top-dashed';
877
+
878
878
  // PenLine aliases
879
879
  export {
880
880
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
881
881
  default as Edit3
882
882
  } from '../icons/pen-line';
883
883
 
884
- // Pen aliases
885
- export {
886
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
887
- default as Edit2
888
- } from '../icons/pen';
889
-
890
884
  // PlugZap aliases
891
885
  export {
892
886
  /** @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 */
893
887
  default as PlugZap2
894
888
  } from '../icons/plug-zap';
895
889
 
890
+ // Pen aliases
891
+ export {
892
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
893
+ default as Edit2
894
+ } from '../icons/pen';
895
+
896
896
  // RectangleEllipsis aliases
897
897
  export {
898
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 */
@@ -905,23 +905,17 @@ export {
905
905
  default as Rotate3D
906
906
  } from '../icons/rotate-3d';
907
907
 
908
- // Rows3 aliases
909
- export {
910
- /** @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 */
911
- default as PanelsTopBottom
912
- } from '../icons/rows-3';
913
-
914
908
  // Rows2 aliases
915
909
  export {
916
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 */
917
911
  default as Rows
918
912
  } from '../icons/rows-2';
919
913
 
920
- // SendHorizontal aliases
914
+ // Rows3 aliases
921
915
  export {
922
- /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
923
- default as SendHorizonal
924
- } from '../icons/send-horizontal';
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 */
917
+ default as PanelsTopBottom
918
+ } from '../icons/rows-3';
925
919
 
926
920
  // Scale3d aliases
927
921
  export {
@@ -929,6 +923,12 @@ export {
929
923
  default as Scale3D
930
924
  } from '../icons/scale-3d';
931
925
 
926
+ // SendHorizontal aliases
927
+ export {
928
+ /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
929
+ default as SendHorizonal
930
+ } from '../icons/send-horizontal';
931
+
932
932
  // ShieldQuestionMark aliases
933
933
  export {
934
934
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
@@ -1019,6 +1019,12 @@ export {
1019
1019
  default as ArrowUpLeftSquare
1020
1020
  } from '../icons/square-arrow-up-left';
1021
1021
 
1022
+ // SquareAsterisk aliases
1023
+ export {
1024
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
1025
+ default as AsteriskSquare
1026
+ } from '../icons/square-asterisk';
1027
+
1022
1028
  // SquareArrowUpRight aliases
1023
1029
  export {
1024
1030
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
@@ -1031,12 +1037,6 @@ export {
1031
1037
  default as ArrowUpSquare
1032
1038
  } from '../icons/square-arrow-up';
1033
1039
 
1034
- // SquareAsterisk aliases
1035
- export {
1036
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
1037
- default as AsteriskSquare
1038
- } from '../icons/square-asterisk';
1039
-
1040
1040
  // SquareBottomDashedScissors aliases
1041
1041
  export {
1042
1042
  /** @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 */
@@ -1055,6 +1055,12 @@ export {
1055
1055
  default as FlipVertical
1056
1056
  } from '../icons/square-centerline-dashed-vertical';
1057
1057
 
1058
+ // SquareCheck aliases
1059
+ export {
1060
+ /** @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 */
1061
+ default as CheckSquare2
1062
+ } from '../icons/square-check';
1063
+
1058
1064
  // SquareChartGantt aliases
1059
1065
  export {
1060
1066
  /** @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 */
@@ -1073,12 +1079,6 @@ export {
1073
1079
  default as CheckSquare
1074
1080
  } from '../icons/square-check-big';
1075
1081
 
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 */
@@ -1217,23 +1217,17 @@ export {
1217
1217
  default as PenSquare
1218
1218
  } from '../icons/square-pen';
1219
1219
 
1220
- // SquarePercent aliases
1221
- export {
1222
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
1223
- default as PercentSquare
1224
- } from '../icons/square-percent';
1225
-
1226
1220
  // SquarePi aliases
1227
1221
  export {
1228
1222
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
1229
1223
  default as PiSquare
1230
1224
  } from '../icons/square-pi';
1231
1225
 
1232
- // SquarePlay aliases
1226
+ // SquarePercent aliases
1233
1227
  export {
1234
- /** @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 */
1235
- default as PlaySquare
1236
- } from '../icons/square-play';
1228
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
1229
+ default as PercentSquare
1230
+ } from '../icons/square-percent';
1237
1231
 
1238
1232
  // SquarePilcrow aliases
1239
1233
  export {
@@ -1241,6 +1235,12 @@ export {
1241
1235
  default as PilcrowSquare
1242
1236
  } from '../icons/square-pilcrow';
1243
1237
 
1238
+ // SquarePlay aliases
1239
+ export {
1240
+ /** @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 */
1241
+ default as PlaySquare
1242
+ } from '../icons/square-play';
1243
+
1244
1244
  // SquarePlus aliases
1245
1245
  export {
1246
1246
  /** @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 */
@@ -1283,30 +1283,24 @@ export {
1283
1283
  default as SplitSquareVertical
1284
1284
  } from '../icons/square-split-vertical';
1285
1285
 
1286
- // SquareTerminal aliases
1287
- export {
1288
- /** @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 */
1289
- default as TerminalSquare
1290
- } from '../icons/square-terminal';
1291
-
1292
1286
  // SquareUserRound aliases
1293
1287
  export {
1294
1288
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
1295
1289
  default as UserSquare2
1296
1290
  } from '../icons/square-user-round';
1297
1291
 
1292
+ // SquareTerminal aliases
1293
+ export {
1294
+ /** @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 */
1295
+ default as TerminalSquare
1296
+ } from '../icons/square-terminal';
1297
+
1298
1298
  // SquareUser aliases
1299
1299
  export {
1300
1300
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
1301
1301
  default as UserSquare
1302
1302
  } from '../icons/square-user';
1303
1303
 
1304
- // SquareX aliases
1305
- export {
1306
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
1307
- default as XSquare
1308
- } from '../icons/square-x';
1309
-
1310
1304
  // TestTubeDiagonal aliases
1311
1305
  export {
1312
1306
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
@@ -1319,6 +1313,12 @@ export {
1319
1313
  default as AlignCenter
1320
1314
  } from '../icons/text-align-center';
1321
1315
 
1316
+ // SquareX aliases
1317
+ export {
1318
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
1319
+ default as XSquare
1320
+ } from '../icons/square-x';
1321
+
1322
1322
  // TextAlignEnd aliases
1323
1323
  export {
1324
1324
  /** @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 */
@@ -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 */