@lucide/astro 1.19.0 → 1.21.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.19.0",
3
+ "version": "1.21.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -48,7 +48,7 @@
48
48
  "prettier": "^3.4.2",
49
49
  "typescript": "^5.8.3",
50
50
  "vite": "^7.3.2",
51
- "vitest": "^4.1.1",
51
+ "vitest": "^4.1.0",
52
52
  "@lucide/build-icons": "1.1.0"
53
53
  },
54
54
  "peerDependencies": {
@@ -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 */
@@ -95,6 +95,12 @@ 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
+
98
104
  // Captions aliases
99
105
  export {
100
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,18 +113,6 @@ export {
107
113
  default as BarChartHorizontalBig
108
114
  } from '../icons/chart-bar-big';
109
115
 
110
- // ChartArea aliases
111
- export {
112
- /** @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 */
113
- default as AreaChart
114
- } from '../icons/chart-area';
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
-
122
116
  // ChartCandlestick aliases
123
117
  export {
124
118
  /** @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 */
@@ -131,24 +125,30 @@ export {
131
125
  default as BarChartBig
132
126
  } from '../icons/chart-column-big';
133
127
 
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
- // ChartColumn aliases
141
- export {
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 */
143
- default as BarChart3
144
- } from '../icons/chart-column';
145
-
146
140
  // ChartLine aliases
147
141
  export {
148
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 */
149
143
  default as LineChart
150
144
  } from '../icons/chart-line';
151
145
 
146
+ // ChartColumn aliases
147
+ export {
148
+ /** @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
+ default as BarChart3
150
+ } from '../icons/chart-column';
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 */
@@ -209,36 +209,36 @@ export {
209
209
  default as ArrowDownRightFromCircle
210
210
  } from '../icons/circle-arrow-out-down-right';
211
211
 
212
- // CircleArrowOutUpRight aliases
213
- export {
214
- /** @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 */
215
- default as ArrowUpRightFromCircle
216
- } from '../icons/circle-arrow-out-up-right';
217
-
218
212
  // CircleArrowOutUpLeft aliases
219
213
  export {
220
214
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
221
215
  default as ArrowUpLeftFromCircle
222
216
  } from '../icons/circle-arrow-out-up-left';
223
217
 
218
+ // CircleArrowOutUpRight aliases
219
+ export {
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 */
221
+ default as ArrowUpRightFromCircle
222
+ } from '../icons/circle-arrow-out-up-right';
223
+
224
224
  // CircleArrowRight aliases
225
225
  export {
226
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
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,6 +251,12 @@ 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
+
254
260
  // CircleChevronLeft aliases
255
261
  export {
256
262
  /** @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,11 +269,11 @@ export {
263
269
  default as ChevronRightCircle
264
270
  } from '../icons/circle-chevron-right';
265
271
 
266
- // CircleChevronUp aliases
272
+ // CircleDivide aliases
267
273
  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';
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 */
275
+ default as DivideCircle
276
+ } from '../icons/circle-divide';
271
277
 
272
278
  // CircleGauge aliases
273
279
  export {
@@ -275,12 +281,6 @@ export {
275
281
  default as GaugeCircle
276
282
  } from '../icons/circle-gauge';
277
283
 
278
- // CircleDivide aliases
279
- export {
280
- /** @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 */
281
- default as DivideCircle
282
- } from '../icons/circle-divide';
283
-
284
284
  // CircleMinus aliases
285
285
  export {
286
286
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
@@ -323,12 +323,6 @@ 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
-
332
326
  // CircleQuestionMark aliases
333
327
  export {
334
328
  /** @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 */
@@ -341,6 +335,12 @@ export {
341
335
  default as CircleHelp
342
336
  } from '../icons/circle-question-mark';
343
337
 
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,6 +407,12 @@ 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
+
410
416
  // Columns3Cog aliases
411
417
  export {
412
418
  /** @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 */
@@ -419,12 +425,6 @@ export {
419
425
  default as TableConfig
420
426
  } from '../icons/columns-3-cog';
421
427
 
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
- // Ellipsis aliases
453
- export {
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 */
455
- default as MoreHorizontal
456
- } from '../icons/ellipsis';
457
-
458
452
  // FileAxis3d aliases
459
453
  export {
460
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 */
461
455
  default as FileAxis3D
462
456
  } from '../icons/file-axis-3d';
463
457
 
458
+ // Ellipsis aliases
459
+ export {
460
+ /** @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
+ default as MoreHorizontal
462
+ } from '../icons/ellipsis';
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
- // FileLock aliases
549
- export {
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 */
551
- default as FileLock2
552
- } from '../icons/file-lock';
553
-
554
548
  // FileMinusCorner aliases
555
549
  export {
556
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 */
557
551
  default as FileMinus2
558
552
  } from '../icons/file-minus-corner';
559
553
 
554
+ // FileLock aliases
555
+ export {
556
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
557
+ default as FileLock2
558
+ } from '../icons/file-lock';
559
+
560
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
- // FilePlusCorner aliases
579
- export {
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 */
581
- default as FilePlus2
582
- } from '../icons/file-plus-corner';
583
-
584
578
  // FileQuestionMark aliases
585
579
  export {
586
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 */
587
581
  default as FileQuestion
588
582
  } from '../icons/file-question-mark';
589
583
 
584
+ // FilePlusCorner aliases
585
+ export {
586
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
587
+ default as FilePlus2
588
+ } from '../icons/file-plus-corner';
589
+
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
- // 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
626
  // FolderPen aliases
633
627
  export {
634
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 */
635
629
  default as FolderEdit
636
630
  } from '../icons/folder-pen';
637
631
 
632
+ // FolderCog aliases
633
+ export {
634
+ /** @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
+ default as FolderCog2
636
+ } from '../icons/folder-cog';
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
- // HandGrab aliases
693
- export {
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 */
695
- default as Grab
696
- } from '../icons/hand-grab';
697
-
698
692
  // HandHelping aliases
699
693
  export {
700
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 */
701
695
  default as HelpingHand
702
696
  } from '../icons/hand-helping';
703
697
 
698
+ // HandGrab aliases
699
+ export {
700
+ /** @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
+ default as Grab
702
+ } from '../icons/hand-grab';
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 */
@@ -809,23 +809,17 @@ 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
 
824
- // PaintbrushVertical aliases
818
+ // OctagonX aliases
825
819
  export {
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 */
827
- default as Paintbrush2
828
- } from '../icons/paintbrush-vertical';
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';
829
823
 
830
824
  // PanelBottomDashed aliases
831
825
  export {
@@ -833,6 +827,12 @@ export {
833
827
  default as PanelBottomInactive
834
828
  } from '../icons/panel-bottom-dashed';
835
829
 
830
+ // PaintbrushVertical aliases
831
+ export {
832
+ /** @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
+ default as Paintbrush2
834
+ } from '../icons/paintbrush-vertical';
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
- // 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 */
@@ -887,18 +887,18 @@ export {
887
887
  default as Edit2
888
888
  } from '../icons/pen';
889
889
 
890
- // PlugZap aliases
891
- export {
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 */
893
- default as PlugZap2
894
- } from '../icons/plug-zap';
895
-
896
890
  // RectangleEllipsis aliases
897
891
  export {
898
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 */
899
893
  default as FormInput
900
894
  } from '../icons/rectangle-ellipsis';
901
895
 
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 */
@@ -971,18 +971,18 @@ export {
971
971
  default as ArrowDownRightSquare
972
972
  } from '../icons/square-arrow-down-right';
973
973
 
974
- // SquareArrowDown aliases
975
- export {
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 */
977
- default as ArrowDownSquare
978
- } from '../icons/square-arrow-down';
979
-
980
974
  // SquareArrowLeft aliases
981
975
  export {
982
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 */
983
977
  default as ArrowLeftSquare
984
978
  } from '../icons/square-arrow-left';
985
979
 
980
+ // SquareArrowDown aliases
981
+ export {
982
+ /** @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
+ default as ArrowDownSquare
984
+ } from '../icons/square-arrow-down';
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,18 +1001,18 @@ export {
1001
1001
  default as ArrowUpLeftFromSquare
1002
1002
  } from '../icons/square-arrow-out-up-left';
1003
1003
 
1004
- // SquareArrowOutUpRight aliases
1005
- export {
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
-
1010
1004
  // SquareArrowRight aliases
1011
1005
  export {
1012
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 */
1013
1007
  default as ArrowRightSquare
1014
1008
  } from '../icons/square-arrow-right';
1015
1009
 
1010
+ // SquareArrowOutUpRight aliases
1011
+ export {
1012
+ /** @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
+ default as ArrowUpRightFromSquare
1014
+ } from '../icons/square-arrow-out-up-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 */
@@ -1043,18 +1043,18 @@ export {
1043
1043
  default as ScissorsSquareDashedBottom
1044
1044
  } from '../icons/square-bottom-dashed-scissors';
1045
1045
 
1046
- // SquareCenterlineDashedHorizontal aliases
1047
- export {
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 */
1049
- default as FlipHorizontal
1050
- } from '../icons/square-centerline-dashed-horizontal';
1051
-
1052
1046
  // SquareCenterlineDashedVertical aliases
1053
1047
  export {
1054
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 */
1055
1049
  default as FlipVertical
1056
1050
  } from '../icons/square-centerline-dashed-vertical';
1057
1051
 
1052
+ // SquareCenterlineDashedHorizontal aliases
1053
+ export {
1054
+ /** @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
+ default as FlipHorizontal
1056
+ } from '../icons/square-centerline-dashed-horizontal';
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 */
@@ -1091,23 +1091,17 @@ export {
1091
1091
  default as ChevronLeftSquare
1092
1092
  } from '../icons/square-chevron-left';
1093
1093
 
1094
- // SquareChevronUp aliases
1095
- export {
1096
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
1097
- default as ChevronUpSquare
1098
- } from '../icons/square-chevron-up';
1099
-
1100
1094
  // SquareChevronRight aliases
1101
1095
  export {
1102
1096
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
1103
1097
  default as ChevronRightSquare
1104
1098
  } from '../icons/square-chevron-right';
1105
1099
 
1106
- // SquareCode aliases
1100
+ // SquareChevronUp aliases
1107
1101
  export {
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 */
1109
- default as CodeSquare
1110
- } from '../icons/square-code';
1102
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
1103
+ default as ChevronUpSquare
1104
+ } from '../icons/square-chevron-up';
1111
1105
 
1112
1106
  // SquareDashedKanban aliases
1113
1107
  export {
@@ -1115,6 +1109,12 @@ export {
1115
1109
  default as KanbanSquareDashed
1116
1110
  } from '../icons/square-dashed-kanban';
1117
1111
 
1112
+ // SquareCode aliases
1113
+ export {
1114
+ /** @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
+ default as CodeSquare
1116
+ } from '../icons/square-code';
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
- // SquareSlash aliases
1281
- export {
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 */
1283
- default as SlashSquare
1284
- } from '../icons/square-slash';
1285
-
1286
1280
  // SquareSplitHorizontal aliases
1287
1281
  export {
1288
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 */
1289
1283
  default as SplitSquareHorizontal
1290
1284
  } from '../icons/square-split-horizontal';
1291
1285
 
1286
+ // SquareSlash aliases
1287
+ export {
1288
+ /** @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
+ default as SlashSquare
1290
+ } from '../icons/square-slash';
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 */
@@ -1301,18 +1301,18 @@ export {
1301
1301
  default as TerminalSquare
1302
1302
  } from '../icons/square-terminal';
1303
1303
 
1304
- // SquareUser aliases
1305
- export {
1306
- /** @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 */
1307
- default as UserSquare
1308
- } from '../icons/square-user';
1309
-
1310
1304
  // SquareUserRound aliases
1311
1305
  export {
1312
1306
  /** @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 */
1313
1307
  default as UserSquare2
1314
1308
  } from '../icons/square-user-round';
1315
1309
 
1310
+ // SquareUser aliases
1311
+ export {
1312
+ /** @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 */
1313
+ default as UserSquare
1314
+ } from '../icons/square-user';
1315
+
1316
1316
  // SquareX aliases
1317
1317
  export {
1318
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 */
@@ -1331,18 +1331,18 @@ export {
1331
1331
  default as AlignCenter
1332
1332
  } from '../icons/text-align-center';
1333
1333
 
1334
- // TextAlignEnd aliases
1335
- export {
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 */
1337
- default as AlignRight
1338
- } from '../icons/text-align-end';
1339
-
1340
1334
  // TextAlignJustify aliases
1341
1335
  export {
1342
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 */
1343
1337
  default as AlignJustify
1344
1338
  } from '../icons/text-align-justify';
1345
1339
 
1340
+ // TextAlignEnd aliases
1341
+ export {
1342
+ /** @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
+ default as AlignRight
1344
+ } from '../icons/text-align-end';
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 */
@@ -1445,18 +1445,18 @@ export {
1445
1445
  default as ForkKnifeCrossed
1446
1446
  } from '../icons/utensils-crossed';
1447
1447
 
1448
- // WalletMinimal aliases
1449
- export {
1450
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
1451
- default as Wallet2
1452
- } from '../icons/wallet-minimal';
1453
-
1454
1448
  // Utensils aliases
1455
1449
  export {
1456
1450
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
1457
1451
  default as ForkKnife
1458
1452
  } from '../icons/utensils';
1459
1453
 
1454
+ // WalletMinimal aliases
1455
+ export {
1456
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
1457
+ default as Wallet2
1458
+ } from '../icons/wallet-minimal';
1459
+
1460
1460
  // WandSparkles aliases
1461
1461
  export {
1462
1462
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */