@lucide/astro 1.4.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.4.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 */
@@ -215,18 +215,18 @@ export {
215
215
  default as ArrowUpLeftFromCircle
216
216
  } from '../icons/circle-arrow-out-up-left';
217
217
 
218
- // CircleArrowRight aliases
219
- export {
220
- /** @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 */
221
- default as ArrowRightCircle
222
- } from '../icons/circle-arrow-right';
223
-
224
218
  // CircleArrowOutUpRight aliases
225
219
  export {
226
220
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
227
221
  default as ArrowUpRightFromCircle
228
222
  } from '../icons/circle-arrow-out-up-right';
229
223
 
224
+ // CircleArrowRight aliases
225
+ export {
226
+ /** @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 */
227
+ default as ArrowRightCircle
228
+ } from '../icons/circle-arrow-right';
229
+
230
230
  // CircleArrowUp aliases
231
231
  export {
232
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 */
@@ -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 */
@@ -329,12 +329,6 @@ export {
329
329
  default as PowerCircle
330
330
  } from '../icons/circle-power';
331
331
 
332
- // CircleSlash2 aliases
333
- export {
334
- /** @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 */
335
- default as CircleSlashed
336
- } from '../icons/circle-slash-2';
337
-
338
332
  // CircleQuestionMark aliases
339
333
  export {
340
334
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
@@ -347,6 +341,12 @@ export {
347
341
  default as CircleHelp
348
342
  } from '../icons/circle-question-mark';
349
343
 
344
+ // CircleSlash2 aliases
345
+ export {
346
+ /** @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 */
347
+ default as CircleSlashed
348
+ } from '../icons/circle-slash-2';
349
+
350
350
  // CircleStop aliases
351
351
  export {
352
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 */
@@ -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 */
@@ -473,18 +473,18 @@ export {
473
473
  default as FileJson2
474
474
  } from '../icons/file-braces-corner';
475
475
 
476
- // FileChartColumnIncreasing aliases
477
- export {
478
- /** @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 */
479
- default as FileBarChart
480
- } from '../icons/file-chart-column-increasing';
481
-
482
476
  // FileBraces aliases
483
477
  export {
484
478
  /** @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
479
  default as FileJson
486
480
  } from '../icons/file-braces';
487
481
 
482
+ // FileChartColumnIncreasing aliases
483
+ export {
484
+ /** @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 */
485
+ default as FileBarChart
486
+ } from '../icons/file-chart-column-increasing';
487
+
488
488
  // FileChartColumn aliases
489
489
  export {
490
490
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
@@ -581,18 +581,18 @@ export {
581
581
  default as FilePlus2
582
582
  } from '../icons/file-plus-corner';
583
583
 
584
- // FileSearchCorner aliases
585
- export {
586
- /** @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 */
587
- default as FileSearch2
588
- } from '../icons/file-search-corner';
589
-
590
584
  // FileQuestionMark aliases
591
585
  export {
592
586
  /** @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 */
593
587
  default as FileQuestion
594
588
  } from '../icons/file-question-mark';
595
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
+
596
596
  // FileSignal aliases
597
597
  export {
598
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 */
@@ -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 */
@@ -725,12 +725,6 @@ export {
725
725
  default as Laptop2
726
726
  } from '../icons/laptop-minimal';
727
727
 
728
- // Layers aliases
729
- export {
730
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
731
- default as Layers3
732
- } from '../icons/layers';
733
-
734
728
  // ListIndentDecrease aliases
735
729
  export {
736
730
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
@@ -743,6 +737,12 @@ export {
743
737
  default as IndentDecrease
744
738
  } from '../icons/list-indent-decrease';
745
739
 
740
+ // Layers aliases
741
+ export {
742
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
743
+ default as Layers3
744
+ } from '../icons/layers';
745
+
746
746
  // ListIndentIncrease aliases
747
747
  export {
748
748
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
@@ -803,18 +803,18 @@ export {
803
803
  default as Move3D
804
804
  } from '../icons/move-3d';
805
805
 
806
- // OctagonPause aliases
807
- export {
808
- /** @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 */
809
- default as PauseOctagon
810
- } from '../icons/octagon-pause';
811
-
812
806
  // OctagonAlert aliases
813
807
  export {
814
808
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
815
809
  default as AlertOctagon
816
810
  } from '../icons/octagon-alert';
817
811
 
812
+ // OctagonPause aliases
813
+ export {
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 */
815
+ default as PauseOctagon
816
+ } from '../icons/octagon-pause';
817
+
818
818
  // OctagonX aliases
819
819
  export {
820
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 */
@@ -863,24 +863,30 @@ 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
+ // PlugZap aliases
885
+ export {
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 */
887
+ default as PlugZap2
888
+ } from '../icons/plug-zap';
889
+
884
890
  // Pen aliases
885
891
  export {
886
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,12 +899,6 @@ export {
893
899
  default as FormInput
894
900
  } from '../icons/rectangle-ellipsis';
895
901
 
896
- // PlugZap aliases
897
- export {
898
- /** @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 */
899
- default as PlugZap2
900
- } from '../icons/plug-zap';
901
-
902
902
  // Rotate3d aliases
903
903
  export {
904
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 */
@@ -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,11 +1037,11 @@ export {
1031
1037
  default as ArrowUpSquare
1032
1038
  } from '../icons/square-arrow-up';
1033
1039
 
1034
- // SquareAsterisk aliases
1040
+ // SquareBottomDashedScissors aliases
1035
1041
  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';
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 */
1043
+ default as ScissorsSquareDashedBottom
1044
+ } from '../icons/square-bottom-dashed-scissors';
1039
1045
 
1040
1046
  // SquareCenterlineDashedHorizontal aliases
1041
1047
  export {
@@ -1043,18 +1049,18 @@ export {
1043
1049
  default as FlipHorizontal
1044
1050
  } from '../icons/square-centerline-dashed-horizontal';
1045
1051
 
1046
- // SquareBottomDashedScissors aliases
1047
- export {
1048
- /** @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 */
1049
- default as ScissorsSquareDashedBottom
1050
- } from '../icons/square-bottom-dashed-scissors';
1051
-
1052
1052
  // SquareCenterlineDashedVertical aliases
1053
1053
  export {
1054
1054
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
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 */
@@ -1115,18 +1115,18 @@ export {
1115
1115
  default as KanbanSquareDashed
1116
1116
  } from '../icons/square-dashed-kanban';
1117
1117
 
1118
- // SquareDashed aliases
1119
- export {
1120
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
1121
- default as BoxSelect
1122
- } from '../icons/square-dashed';
1123
-
1124
1118
  // SquareDashedMousePointer aliases
1125
1119
  export {
1126
1120
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
1127
1121
  default as MousePointerSquareDashed
1128
1122
  } from '../icons/square-dashed-mouse-pointer';
1129
1123
 
1124
+ // SquareDashed aliases
1125
+ export {
1126
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
1127
+ default as BoxSelect
1128
+ } from '../icons/square-dashed';
1129
+
1130
1130
  // SquareDivide aliases
1131
1131
  export {
1132
1132
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
@@ -1217,18 +1217,18 @@ 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
 
1226
+ // SquarePercent aliases
1227
+ export {
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';
1231
+
1232
1232
  // SquarePilcrow aliases
1233
1233
  export {
1234
1234
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
@@ -1253,41 +1253,35 @@ export {
1253
1253
  default as PowerSquare
1254
1254
  } from '../icons/square-power';
1255
1255
 
1256
- // SquareSigma aliases
1257
- export {
1258
- /** @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 */
1259
- default as SigmaSquare
1260
- } from '../icons/square-sigma';
1261
-
1262
1256
  // SquareScissors aliases
1263
1257
  export {
1264
1258
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
1265
1259
  default as ScissorsSquare
1266
1260
  } from '../icons/square-scissors';
1267
1261
 
1262
+ // SquareSigma aliases
1263
+ export {
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 */
1265
+ default as SigmaSquare
1266
+ } from '../icons/square-sigma';
1267
+
1268
1268
  // SquareSlash aliases
1269
1269
  export {
1270
1270
  /** @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 */
1271
1271
  default as SlashSquare
1272
1272
  } from '../icons/square-slash';
1273
1273
 
1274
- // SquareSplitVertical aliases
1275
- export {
1276
- /** @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 */
1277
- default as SplitSquareVertical
1278
- } from '../icons/square-split-vertical';
1279
-
1280
1274
  // SquareSplitHorizontal aliases
1281
1275
  export {
1282
1276
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
1283
1277
  default as SplitSquareHorizontal
1284
1278
  } from '../icons/square-split-horizontal';
1285
1279
 
1286
- // SquareTerminal aliases
1280
+ // SquareSplitVertical aliases
1287
1281
  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';
1282
+ /** @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 */
1283
+ default as SplitSquareVertical
1284
+ } from '../icons/square-split-vertical';
1291
1285
 
1292
1286
  // SquareUserRound aliases
1293
1287
  export {
@@ -1295,18 +1289,18 @@ export {
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,12 +1313,24 @@ 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 */
1325
1325
  default as AlignRight
1326
1326
  } from '../icons/text-align-end';
1327
1327
 
1328
+ // TextAlignJustify aliases
1329
+ export {
1330
+ /** @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 */
1331
+ default as AlignJustify
1332
+ } from '../icons/text-align-justify';
1333
+
1328
1334
  // TextAlignStart aliases
1329
1335
  export {
1330
1336
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
@@ -1337,30 +1343,24 @@ export {
1337
1343
  default as AlignLeft
1338
1344
  } from '../icons/text-align-start';
1339
1345
 
1340
- // TextAlignJustify aliases
1341
- export {
1342
- /** @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 */
1343
- default as AlignJustify
1344
- } from '../icons/text-align-justify';
1345
-
1346
1346
  // TextInitial aliases
1347
1347
  export {
1348
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 */
1349
1349
  default as LetterText
1350
1350
  } from '../icons/text-initial';
1351
1351
 
1352
- // TextWrap aliases
1353
- export {
1354
- /** @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 */
1355
- default as WrapText
1356
- } from '../icons/text-wrap';
1357
-
1358
1352
  // TextSelect aliases
1359
1353
  export {
1360
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 */
1361
1355
  default as TextSelection
1362
1356
  } from '../icons/text-select';
1363
1357
 
1358
+ // TextWrap aliases
1359
+ export {
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 */
1361
+ default as WrapText
1362
+ } from '../icons/text-wrap';
1363
+
1364
1364
  // TramFront aliases
1365
1365
  export {
1366
1366
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
@@ -1409,23 +1409,17 @@ 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
 
1424
- // UsersRound aliases
1418
+ // UserRoundPlus aliases
1425
1419
  export {
1426
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
1427
- default as Users2
1428
- } from '../icons/users-round';
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';
1429
1423
 
1430
1424
  // UserRound aliases
1431
1425
  export {
@@ -1433,6 +1427,12 @@ export {
1433
1427
  default as User2
1434
1428
  } from '../icons/user-round';
1435
1429
 
1430
+ // UsersRound aliases
1431
+ export {
1432
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
1433
+ default as Users2
1434
+ } from '../icons/users-round';
1435
+
1436
1436
  // UtensilsCrossed aliases
1437
1437
  export {
1438
1438
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */