@lucide/astro 1.21.0 → 1.22.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.21.0",
3
+ "version": "1.22.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -52,7 +52,7 @@
52
52
  "@lucide/build-icons": "1.1.0"
53
53
  },
54
54
  "peerDependencies": {
55
- "astro": "^4 || ^5 || ^6"
55
+ "astro": "^4 || ^5 || ^6 || ^7"
56
56
  },
57
57
  "scripts": {
58
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
- // BadgeCheck aliases
57
- export {
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 */
59
- default as Verified
60
- } from '../icons/badge-check';
61
-
62
56
  // Axis3d aliases
63
57
  export {
64
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 */
65
59
  default as Axis3D
66
60
  } from '../icons/axis-3d';
67
61
 
62
+ // BadgeCheck aliases
63
+ export {
64
+ /** @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
+ default as Verified
66
+ } from '../icons/badge-check';
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 */
@@ -95,24 +95,30 @@ export {
95
95
  default as CurlyBraces
96
96
  } from '../icons/braces';
97
97
 
98
- // ChartArea aliases
99
- export {
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 */
101
- default as AreaChart
102
- } from '../icons/chart-area';
103
-
104
98
  // Captions aliases
105
99
  export {
106
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 */
107
101
  default as Subtitles
108
102
  } from '../icons/captions';
109
103
 
104
+ // ChartArea aliases
105
+ export {
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 */
107
+ default as AreaChart
108
+ } from '../icons/chart-area';
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 */
113
113
  default as BarChartHorizontalBig
114
114
  } from '../icons/chart-bar-big';
115
115
 
116
+ // ChartBar aliases
117
+ export {
118
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
119
+ default as BarChartHorizontal
120
+ } from '../icons/chart-bar';
121
+
116
122
  // ChartCandlestick aliases
117
123
  export {
118
124
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
@@ -125,48 +131,42 @@ export {
125
131
  default as BarChartBig
126
132
  } from '../icons/chart-column-big';
127
133
 
128
- // ChartBar aliases
129
- export {
130
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
131
- default as BarChartHorizontal
132
- } from '../icons/chart-bar';
133
-
134
134
  // ChartColumnIncreasing aliases
135
135
  export {
136
136
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
137
137
  default as BarChart4
138
138
  } from '../icons/chart-column-increasing';
139
139
 
140
- // ChartLine aliases
141
- export {
142
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
143
- default as LineChart
144
- } from '../icons/chart-line';
145
-
146
140
  // ChartColumn aliases
147
141
  export {
148
142
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
149
143
  default as BarChart3
150
144
  } from '../icons/chart-column';
151
145
 
146
+ // ChartLine aliases
147
+ export {
148
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
149
+ default as LineChart
150
+ } from '../icons/chart-line';
151
+
152
152
  // ChartNoAxesColumnIncreasing aliases
153
153
  export {
154
154
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
155
155
  default as BarChart
156
156
  } from '../icons/chart-no-axes-column-increasing';
157
157
 
158
- // ChartNoAxesColumn aliases
159
- export {
160
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
161
- default as BarChart2
162
- } from '../icons/chart-no-axes-column';
163
-
164
158
  // ChartNoAxesGantt aliases
165
159
  export {
166
160
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
167
161
  default as GanttChart
168
162
  } from '../icons/chart-no-axes-gantt';
169
163
 
164
+ // ChartNoAxesColumn aliases
165
+ export {
166
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
167
+ default as BarChart2
168
+ } from '../icons/chart-no-axes-column';
169
+
170
170
  // ChartPie aliases
171
171
  export {
172
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 */
@@ -227,18 +227,18 @@ export {
227
227
  default as ArrowRightCircle
228
228
  } from '../icons/circle-arrow-right';
229
229
 
230
- // CircleCheckBig aliases
231
- export {
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 */
233
- default as CheckCircle
234
- } from '../icons/circle-check-big';
235
-
236
230
  // CircleArrowUp aliases
237
231
  export {
238
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 */
239
233
  default as ArrowUpCircle
240
234
  } from '../icons/circle-arrow-up';
241
235
 
236
+ // CircleCheckBig aliases
237
+ export {
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 */
239
+ default as CheckCircle
240
+ } from '../icons/circle-check-big';
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,12 +251,6 @@ export {
251
251
  default as ChevronDownCircle
252
252
  } from '../icons/circle-chevron-down';
253
253
 
254
- // CircleChevronUp aliases
255
- export {
256
- /** @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 */
257
- default as ChevronUpCircle
258
- } from '../icons/circle-chevron-up';
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 */
@@ -269,6 +263,12 @@ export {
269
263
  default as ChevronRightCircle
270
264
  } from '../icons/circle-chevron-right';
271
265
 
266
+ // CircleChevronUp aliases
267
+ export {
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 */
269
+ default as ChevronUpCircle
270
+ } from '../icons/circle-chevron-up';
271
+
272
272
  // CircleDivide aliases
273
273
  export {
274
274
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
@@ -323,6 +323,12 @@ export {
323
323
  default as PlusCircle
324
324
  } from '../icons/circle-plus';
325
325
 
326
+ // CirclePower aliases
327
+ export {
328
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
329
+ default as PowerCircle
330
+ } from '../icons/circle-power';
331
+
326
332
  // CircleQuestionMark aliases
327
333
  export {
328
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 */
@@ -335,12 +341,6 @@ export {
335
341
  default as CircleHelp
336
342
  } from '../icons/circle-question-mark';
337
343
 
338
- // CirclePower aliases
339
- export {
340
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
341
- default as PowerCircle
342
- } from '../icons/circle-power';
343
-
344
344
  // CircleSlash2 aliases
345
345
  export {
346
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 */
@@ -407,12 +407,6 @@ export {
407
407
  default as Columns
408
408
  } from '../icons/columns-2';
409
409
 
410
- // Columns3 aliases
411
- export {
412
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
413
- default as PanelsLeftRight
414
- } from '../icons/columns-3';
415
-
416
410
  // Columns3Cog aliases
417
411
  export {
418
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 */
@@ -425,6 +419,12 @@ export {
425
419
  default as TableConfig
426
420
  } from '../icons/columns-3-cog';
427
421
 
422
+ // Columns3 aliases
423
+ export {
424
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
425
+ default as PanelsLeftRight
426
+ } from '../icons/columns-3';
427
+
428
428
  // ContactRound aliases
429
429
  export {
430
430
  /** @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 */
@@ -449,18 +449,18 @@ export {
449
449
  default as MoreVertical
450
450
  } from '../icons/ellipsis-vertical';
451
451
 
452
- // FileAxis3d aliases
453
- export {
454
- /** @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 */
455
- default as FileAxis3D
456
- } from '../icons/file-axis-3d';
457
-
458
452
  // Ellipsis aliases
459
453
  export {
460
454
  /** @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
455
  default as MoreHorizontal
462
456
  } from '../icons/ellipsis';
463
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
+
464
464
  // FileBadge aliases
465
465
  export {
466
466
  /** @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 */
@@ -545,18 +545,18 @@ export {
545
545
  default as FileKey2
546
546
  } from '../icons/file-key';
547
547
 
548
- // FileMinusCorner aliases
549
- export {
550
- /** @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 */
551
- default as FileMinus2
552
- } from '../icons/file-minus-corner';
553
-
554
548
  // FileLock aliases
555
549
  export {
556
550
  /** @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
551
  default as FileLock2
558
552
  } from '../icons/file-lock';
559
553
 
554
+ // FileMinusCorner aliases
555
+ export {
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 */
557
+ default as FileMinus2
558
+ } from '../icons/file-minus-corner';
559
+
560
560
  // FilePenLine aliases
561
561
  export {
562
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 */
@@ -575,18 +575,18 @@ export {
575
575
  default as FileVideo
576
576
  } from '../icons/file-play';
577
577
 
578
- // FileQuestionMark aliases
579
- export {
580
- /** @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 */
581
- default as FileQuestion
582
- } from '../icons/file-question-mark';
583
-
584
578
  // FilePlusCorner aliases
585
579
  export {
586
580
  /** @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
581
  default as FilePlus2
588
582
  } from '../icons/file-plus-corner';
589
583
 
584
+ // FileQuestionMark aliases
585
+ export {
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 */
587
+ default as FileQuestion
588
+ } from '../icons/file-question-mark';
589
+
590
590
  // FileSearchCorner aliases
591
591
  export {
592
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 */
@@ -623,18 +623,18 @@ export {
623
623
  default as Fingerprint
624
624
  } from '../icons/fingerprint-pattern';
625
625
 
626
- // FolderPen aliases
627
- export {
628
- /** @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 */
629
- default as FolderEdit
630
- } from '../icons/folder-pen';
631
-
632
626
  // FolderCog aliases
633
627
  export {
634
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 */
635
629
  default as FolderCog2
636
630
  } from '../icons/folder-cog';
637
631
 
632
+ // FolderPen aliases
633
+ export {
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 */
635
+ default as FolderEdit
636
+ } from '../icons/folder-pen';
637
+
638
638
  // FunnelX aliases
639
639
  export {
640
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 */
@@ -689,18 +689,18 @@ export {
689
689
  default as Grid3X3
690
690
  } from '../icons/grid-3x3';
691
691
 
692
- // HandHelping aliases
693
- export {
694
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
695
- default as HelpingHand
696
- } from '../icons/hand-helping';
697
-
698
692
  // HandGrab aliases
699
693
  export {
700
694
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
701
695
  default as Grab
702
696
  } from '../icons/hand-grab';
703
697
 
698
+ // HandHelping aliases
699
+ export {
700
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
701
+ default as HelpingHand
702
+ } from '../icons/hand-helping';
703
+
704
704
  // House aliases
705
705
  export {
706
706
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
@@ -821,18 +821,18 @@ export {
821
821
  default as XOctagon
822
822
  } from '../icons/octagon-x';
823
823
 
824
- // PanelBottomDashed aliases
825
- export {
826
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
827
- default as PanelBottomInactive
828
- } from '../icons/panel-bottom-dashed';
829
-
830
824
  // PaintbrushVertical aliases
831
825
  export {
832
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 */
833
827
  default as Paintbrush2
834
828
  } from '../icons/paintbrush-vertical';
835
829
 
830
+ // PanelBottomDashed aliases
831
+ export {
832
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
833
+ default as PanelBottomInactive
834
+ } from '../icons/panel-bottom-dashed';
835
+
836
836
  // PanelLeftClose aliases
837
837
  export {
838
838
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
@@ -863,18 +863,18 @@ export {
863
863
  default as PanelRightInactive
864
864
  } from '../icons/panel-right-dashed';
865
865
 
866
- // PanelsTopLeft aliases
867
- export {
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 */
869
- default as Layout
870
- } from '../icons/panels-top-left';
871
-
872
866
  // PanelTopDashed aliases
873
867
  export {
874
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 */
875
869
  default as PanelTopInactive
876
870
  } from '../icons/panel-top-dashed';
877
871
 
872
+ // PanelsTopLeft aliases
873
+ export {
874
+ /** @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
+ default as Layout
876
+ } from '../icons/panels-top-left';
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 */
@@ -887,18 +887,18 @@ export {
887
887
  default as Edit2
888
888
  } from '../icons/pen';
889
889
 
890
- // RectangleEllipsis aliases
891
- export {
892
- /** @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 */
893
- default as FormInput
894
- } from '../icons/rectangle-ellipsis';
895
-
896
890
  // PlugZap aliases
897
891
  export {
898
892
  /** @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
893
  default as PlugZap2
900
894
  } from '../icons/plug-zap';
901
895
 
896
+ // RectangleEllipsis aliases
897
+ export {
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 */
899
+ default as FormInput
900
+ } from '../icons/rectangle-ellipsis';
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 */
@@ -971,18 +971,18 @@ export {
971
971
  default as ArrowDownRightSquare
972
972
  } from '../icons/square-arrow-down-right';
973
973
 
974
- // SquareArrowLeft aliases
975
- export {
976
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
977
- default as ArrowLeftSquare
978
- } from '../icons/square-arrow-left';
979
-
980
974
  // SquareArrowDown aliases
981
975
  export {
982
976
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
983
977
  default as ArrowDownSquare
984
978
  } from '../icons/square-arrow-down';
985
979
 
980
+ // SquareArrowLeft aliases
981
+ export {
982
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
983
+ default as ArrowLeftSquare
984
+ } from '../icons/square-arrow-left';
985
+
986
986
  // SquareArrowOutDownLeft aliases
987
987
  export {
988
988
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
@@ -1001,36 +1001,36 @@ export {
1001
1001
  default as ArrowUpLeftFromSquare
1002
1002
  } from '../icons/square-arrow-out-up-left';
1003
1003
 
1004
- // SquareArrowRight aliases
1005
- export {
1006
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
1007
- default as ArrowRightSquare
1008
- } from '../icons/square-arrow-right';
1009
-
1010
1004
  // SquareArrowOutUpRight aliases
1011
1005
  export {
1012
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 */
1013
1007
  default as ArrowUpRightFromSquare
1014
1008
  } from '../icons/square-arrow-out-up-right';
1015
1009
 
1010
+ // SquareArrowRight aliases
1011
+ export {
1012
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
1013
+ default as ArrowRightSquare
1014
+ } from '../icons/square-arrow-right';
1015
+
1016
1016
  // SquareArrowUpLeft aliases
1017
1017
  export {
1018
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
1019
  default as ArrowUpLeftSquare
1020
1020
  } from '../icons/square-arrow-up-left';
1021
1021
 
1022
- // SquareArrowUpRight aliases
1023
- export {
1024
- /** @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 */
1025
- default as ArrowUpRightSquare
1026
- } from '../icons/square-arrow-up-right';
1027
-
1028
1022
  // SquareArrowUp aliases
1029
1023
  export {
1030
1024
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
1031
1025
  default as ArrowUpSquare
1032
1026
  } from '../icons/square-arrow-up';
1033
1027
 
1028
+ // SquareArrowUpRight aliases
1029
+ export {
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
+ default as ArrowUpRightSquare
1032
+ } from '../icons/square-arrow-up-right';
1033
+
1034
1034
  // SquareAsterisk aliases
1035
1035
  export {
1036
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 */
@@ -1043,18 +1043,18 @@ export {
1043
1043
  default as ScissorsSquareDashedBottom
1044
1044
  } from '../icons/square-bottom-dashed-scissors';
1045
1045
 
1046
- // SquareCenterlineDashedVertical aliases
1047
- export {
1048
- /** @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 */
1049
- default as FlipVertical
1050
- } from '../icons/square-centerline-dashed-vertical';
1051
-
1052
1046
  // SquareCenterlineDashedHorizontal aliases
1053
1047
  export {
1054
1048
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
1055
1049
  default as FlipHorizontal
1056
1050
  } from '../icons/square-centerline-dashed-horizontal';
1057
1051
 
1052
+ // SquareCenterlineDashedVertical aliases
1053
+ export {
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
+ default as FlipVertical
1056
+ } from '../icons/square-centerline-dashed-vertical';
1057
+
1058
1058
  // SquareChartGantt aliases
1059
1059
  export {
1060
1060
  /** @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 */
@@ -1103,18 +1103,18 @@ export {
1103
1103
  default as ChevronUpSquare
1104
1104
  } from '../icons/square-chevron-up';
1105
1105
 
1106
- // SquareDashedKanban aliases
1107
- export {
1108
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
1109
- default as KanbanSquareDashed
1110
- } from '../icons/square-dashed-kanban';
1111
-
1112
1106
  // SquareCode aliases
1113
1107
  export {
1114
1108
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
1115
1109
  default as CodeSquare
1116
1110
  } from '../icons/square-code';
1117
1111
 
1112
+ // SquareDashedKanban aliases
1113
+ export {
1114
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
1115
+ default as KanbanSquareDashed
1116
+ } from '../icons/square-dashed-kanban';
1117
+
1118
1118
  // SquareDashedMousePointer aliases
1119
1119
  export {
1120
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 */
@@ -1277,18 +1277,18 @@ export {
1277
1277
  default as SigmaSquare
1278
1278
  } from '../icons/square-sigma';
1279
1279
 
1280
- // SquareSplitHorizontal aliases
1281
- export {
1282
- /** @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
- default as SplitSquareHorizontal
1284
- } from '../icons/square-split-horizontal';
1285
-
1286
1280
  // SquareSlash aliases
1287
1281
  export {
1288
1282
  /** @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 */
1289
1283
  default as SlashSquare
1290
1284
  } from '../icons/square-slash';
1291
1285
 
1286
+ // SquareSplitHorizontal aliases
1287
+ export {
1288
+ /** @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 */
1289
+ default as SplitSquareHorizontal
1290
+ } from '../icons/square-split-horizontal';
1291
+
1292
1292
  // SquareSplitVertical aliases
1293
1293
  export {
1294
1294
  /** @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 */
@@ -1331,18 +1331,18 @@ export {
1331
1331
  default as AlignCenter
1332
1332
  } from '../icons/text-align-center';
1333
1333
 
1334
- // TextAlignJustify aliases
1335
- export {
1336
- /** @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 */
1337
- default as AlignJustify
1338
- } from '../icons/text-align-justify';
1339
-
1340
1334
  // TextAlignEnd aliases
1341
1335
  export {
1342
1336
  /** @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 */
1343
1337
  default as AlignRight
1344
1338
  } from '../icons/text-align-end';
1345
1339
 
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
  // TextAlignStart aliases
1347
1347
  export {
1348
1348
  /** @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 */