@lucide/astro 1.0.0-rc.0 → 1.0.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  ISC License
2
2
 
3
- Copyright (c) 2026 Lucide Icons and Contributors
3
+ Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
@@ -16,13 +16,9 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16
16
 
17
17
  ---
18
18
 
19
- The following Lucide icons are derived from the Feather project:
19
+ The MIT License (MIT) (for portions derived from Feather)
20
20
 
21
- airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
22
-
23
- The MIT License (MIT) (for the icons listed above)
24
-
25
- Copyright (c) 2013-present Cole Bemis
21
+ Copyright (c) 2013-2026 Cole Bemis
26
22
 
27
23
  Permission is hereby granted, free of charge, to any person obtaining a copy
28
24
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -21,14 +21,14 @@ Lucide icon library for Astro sites and applications.
21
21
  ·
22
22
  <a href="https://lucide.dev/icons/">Icons</a>
23
23
  ·
24
- <a href="https://lucide.dev/guide/astro">Documentation</a>
24
+ <a href="https://lucide.dev/guide/packages/lucide-astro">Documentation</a>
25
25
  ·
26
26
  <a href="https://lucide.dev/license">License</a>
27
27
  </p>
28
28
 
29
29
  # Lucide Astro
30
30
 
31
- Implementation of the Lucide icon library for Astro applications.
31
+ Implementation of the lucide icon library for Astro applications.
32
32
 
33
33
  ## Installation
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.0.0-rc.0",
3
+ "version": "1.0.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -47,6 +47,7 @@
47
47
  "prettier": "^3.4.2",
48
48
  "typescript": "^5.8.3",
49
49
  "vite": "^6.3.6",
50
+ "vitest": "^4.0.12",
50
51
  "astro": "^5.16.0",
51
52
  "@lucide/build-icons": "1.1.0"
52
53
  },
@@ -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 */
@@ -119,12 +119,6 @@ export {
119
119
  default as BarChartHorizontal
120
120
  } from '../icons/chart-bar';
121
121
 
122
- // ChartCandlestick aliases
123
- export {
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
- default as CandlestickChart
126
- } from '../icons/chart-candlestick';
127
-
128
122
  // ChartColumnBig aliases
129
123
  export {
130
124
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
@@ -137,11 +131,11 @@ export {
137
131
  default as BarChart4
138
132
  } from '../icons/chart-column-increasing';
139
133
 
140
- // ChartColumn aliases
134
+ // ChartCandlestick aliases
141
135
  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';
136
+ /** @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 */
137
+ default as CandlestickChart
138
+ } from '../icons/chart-candlestick';
145
139
 
146
140
  // ChartLine aliases
147
141
  export {
@@ -149,6 +143,12 @@ export {
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 */
@@ -179,6 +179,12 @@ export {
179
179
  default as ScatterChart
180
180
  } from '../icons/chart-scatter';
181
181
 
182
+ // Chromium aliases
183
+ export {
184
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
185
+ default as Chrome
186
+ } from '../icons/chromium';
187
+
182
188
  // CircleAlert aliases
183
189
  export {
184
190
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
@@ -239,18 +245,18 @@ export {
239
245
  default as CheckCircle
240
246
  } from '../icons/circle-check-big';
241
247
 
242
- // CircleCheck aliases
243
- export {
244
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
245
- default as CheckCircle2
246
- } from '../icons/circle-check';
247
-
248
248
  // CircleChevronDown aliases
249
249
  export {
250
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
251
251
  default as ChevronDownCircle
252
252
  } from '../icons/circle-chevron-down';
253
253
 
254
+ // CircleCheck aliases
255
+ export {
256
+ /** @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 */
257
+ default as CheckCircle2
258
+ } from '../icons/circle-check';
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 */
@@ -275,18 +281,18 @@ export {
275
281
  default as DivideCircle
276
282
  } from '../icons/circle-divide';
277
283
 
278
- // CircleMinus aliases
279
- export {
280
- /** @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 */
281
- default as MinusCircle
282
- } from '../icons/circle-minus';
283
-
284
284
  // CircleGauge aliases
285
285
  export {
286
286
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
287
287
  default as GaugeCircle
288
288
  } from '../icons/circle-gauge';
289
289
 
290
+ // CircleMinus aliases
291
+ export {
292
+ /** @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 */
293
+ default as MinusCircle
294
+ } from '../icons/circle-minus';
295
+
290
296
  // CircleParkingOff aliases
291
297
  export {
292
298
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
@@ -419,18 +425,18 @@ export {
419
425
  default as TableConfig
420
426
  } from '../icons/columns-3-cog';
421
427
 
422
- // ContactRound aliases
423
- export {
424
- /** @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 */
425
- default as Contact2
426
- } from '../icons/contact-round';
427
-
428
428
  // Columns3 aliases
429
429
  export {
430
430
  /** @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 */
431
431
  default as PanelsLeftRight
432
432
  } from '../icons/columns-3';
433
433
 
434
+ // ContactRound aliases
435
+ export {
436
+ /** @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 */
437
+ default as Contact2
438
+ } from '../icons/contact-round';
439
+
434
440
  // DiamondPercent aliases
435
441
  export {
436
442
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
@@ -449,12 +455,6 @@ export {
449
455
  default as MoreVertical
450
456
  } from '../icons/ellipsis-vertical';
451
457
 
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
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 */
@@ -467,11 +467,11 @@ export {
467
467
  default as FileBadge2
468
468
  } from '../icons/file-badge';
469
469
 
470
- // FileBracesCorner aliases
470
+ // Ellipsis aliases
471
471
  export {
472
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
473
- default as FileJson2
474
- } from '../icons/file-braces-corner';
472
+ /** @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 */
473
+ default as MoreHorizontal
474
+ } from '../icons/ellipsis';
475
475
 
476
476
  // FileBraces aliases
477
477
  export {
@@ -479,6 +479,12 @@ export {
479
479
  default as FileJson
480
480
  } from '../icons/file-braces';
481
481
 
482
+ // FileBracesCorner aliases
483
+ export {
484
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
485
+ default as FileJson2
486
+ } from '../icons/file-braces-corner';
487
+
482
488
  // FileChartColumnIncreasing aliases
483
489
  export {
484
490
  /** @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 */
@@ -515,18 +521,18 @@ export {
515
521
  default as FileCode2
516
522
  } from '../icons/file-code-corner';
517
523
 
518
- // FileExclamationPoint aliases
519
- export {
520
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
521
- default as FileWarning
522
- } from '../icons/file-exclamation-point';
523
-
524
524
  // FileCog aliases
525
525
  export {
526
526
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
527
527
  default as FileCog2
528
528
  } from '../icons/file-cog';
529
529
 
530
+ // FileExclamationPoint aliases
531
+ export {
532
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
533
+ default as FileWarning
534
+ } from '../icons/file-exclamation-point';
535
+
530
536
  // FileHeadphone aliases
531
537
  export {
532
538
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
@@ -551,36 +557,36 @@ export {
551
557
  default as FileLock2
552
558
  } from '../icons/file-lock';
553
559
 
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 */
563
563
  default as FileSignature
564
564
  } from '../icons/file-pen-line';
565
565
 
566
+ // FileMinusCorner aliases
567
+ export {
568
+ /** @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 */
569
+ default as FileMinus2
570
+ } from '../icons/file-minus-corner';
571
+
566
572
  // FilePen aliases
567
573
  export {
568
574
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
569
575
  default as FileEdit
570
576
  } from '../icons/file-pen';
571
577
 
572
- // FilePlay aliases
573
- export {
574
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
575
- default as FileVideo
576
- } from '../icons/file-play';
577
-
578
578
  // FilePlusCorner aliases
579
579
  export {
580
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
581
  default as FilePlus2
582
582
  } from '../icons/file-plus-corner';
583
583
 
584
+ // FilePlay aliases
585
+ export {
586
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
587
+ default as FileVideo
588
+ } from '../icons/file-play';
589
+
584
590
  // FileQuestionMark aliases
585
591
  export {
586
592
  /** @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 */
@@ -791,30 +797,24 @@ export {
791
797
  default as MessageCircleQuestion
792
798
  } from '../icons/message-circle-question-mark';
793
799
 
794
- // MicVocal aliases
795
- export {
796
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
797
- default as Mic2
798
- } from '../icons/mic-vocal';
799
-
800
800
  // Move3d aliases
801
801
  export {
802
802
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
803
803
  default as Move3D
804
804
  } from '../icons/move-3d';
805
805
 
806
+ // MicVocal aliases
807
+ export {
808
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
809
+ default as Mic2
810
+ } from '../icons/mic-vocal';
811
+
806
812
  // OctagonAlert aliases
807
813
  export {
808
814
  /** @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 */
809
815
  default as AlertOctagon
810
816
  } from '../icons/octagon-alert';
811
817
 
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 */
@@ -827,6 +827,12 @@ export {
827
827
  default as Paintbrush2
828
828
  } from '../icons/paintbrush-vertical';
829
829
 
830
+ // OctagonPause aliases
831
+ export {
832
+ /** @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 */
833
+ default as PauseOctagon
834
+ } from '../icons/octagon-pause';
835
+
830
836
  // PanelBottomDashed aliases
831
837
  export {
832
838
  /** @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 */
@@ -857,18 +863,18 @@ export {
857
863
  default as Sidebar
858
864
  } from '../icons/panel-left';
859
865
 
860
- // PanelRightDashed aliases
861
- export {
862
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
863
- default as PanelRightInactive
864
- } from '../icons/panel-right-dashed';
865
-
866
866
  // PanelTopDashed aliases
867
867
  export {
868
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
869
  default as PanelTopInactive
870
870
  } from '../icons/panel-top-dashed';
871
871
 
872
+ // PanelRightDashed aliases
873
+ export {
874
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
875
+ default as PanelRightInactive
876
+ } from '../icons/panel-right-dashed';
877
+
872
878
  // PanelsTopLeft aliases
873
879
  export {
874
880
  /** @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 */
@@ -923,23 +929,17 @@ export {
923
929
  default as Scale3D
924
930
  } from '../icons/scale-3d';
925
931
 
926
- // ShieldQuestionMark aliases
927
- export {
928
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
929
- default as ShieldQuestion
930
- } from '../icons/shield-question-mark';
931
-
932
932
  // SendHorizontal aliases
933
933
  export {
934
934
  /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
935
935
  default as SendHorizonal
936
936
  } from '../icons/send-horizontal';
937
937
 
938
- // ShieldX aliases
938
+ // ShieldQuestionMark aliases
939
939
  export {
940
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
941
- default as ShieldClose
942
- } from '../icons/shield-x';
940
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
941
+ default as ShieldQuestion
942
+ } from '../icons/shield-question-mark';
943
943
 
944
944
  // SlidersVertical aliases
945
945
  export {
@@ -947,6 +947,12 @@ export {
947
947
  default as Sliders
948
948
  } from '../icons/sliders-vertical';
949
949
 
950
+ // ShieldX aliases
951
+ export {
952
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
953
+ default as ShieldClose
954
+ } from '../icons/shield-x';
955
+
950
956
  // Sparkles aliases
951
957
  export {
952
958
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
@@ -971,18 +977,18 @@ export {
971
977
  default as ArrowDownRightSquare
972
978
  } from '../icons/square-arrow-down-right';
973
979
 
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
980
  // SquareArrowLeft aliases
981
981
  export {
982
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
983
  default as ArrowLeftSquare
984
984
  } from '../icons/square-arrow-left';
985
985
 
986
+ // SquareArrowDown aliases
987
+ export {
988
+ /** @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 */
989
+ default as ArrowDownSquare
990
+ } from '../icons/square-arrow-down';
991
+
986
992
  // SquareArrowOutDownLeft aliases
987
993
  export {
988
994
  /** @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 */
@@ -1061,6 +1067,12 @@ export {
1061
1067
  default as CheckSquare
1062
1068
  } from '../icons/square-check-big';
1063
1069
 
1070
+ // SquareCheck aliases
1071
+ export {
1072
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
1073
+ default as CheckSquare2
1074
+ } from '../icons/square-check';
1075
+
1064
1076
  // SquareChartGantt aliases
1065
1077
  export {
1066
1078
  /** @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 +1085,6 @@ export {
1073
1085
  default as SquareGanttChart
1074
1086
  } from '../icons/square-chart-gantt';
1075
1087
 
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
1088
  // SquareChevronDown aliases
1083
1089
  export {
1084
1090
  /** @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 */
@@ -1109,18 +1115,18 @@ export {
1109
1115
  default as CodeSquare
1110
1116
  } from '../icons/square-code';
1111
1117
 
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 */
1121
1121
  default as MousePointerSquareDashed
1122
1122
  } from '../icons/square-dashed-mouse-pointer';
1123
1123
 
1124
+ // SquareDashedKanban aliases
1125
+ export {
1126
+ /** @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 */
1127
+ default as KanbanSquareDashed
1128
+ } from '../icons/square-dashed-kanban';
1129
+
1124
1130
  // SquareDashed aliases
1125
1131
  export {
1126
1132
  /** @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 */
@@ -1175,6 +1181,12 @@ export {
1175
1181
  default as MenuSquare
1176
1182
  } from '../icons/square-menu';
1177
1183
 
1184
+ // SquareMinus aliases
1185
+ export {
1186
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
1187
+ default as MinusSquare
1188
+ } from '../icons/square-minus';
1189
+
1178
1190
  // SquareMousePointer aliases
1179
1191
  export {
1180
1192
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
@@ -1187,12 +1199,6 @@ export {
1187
1199
  default as ParkingSquareOff
1188
1200
  } from '../icons/square-parking-off';
1189
1201
 
1190
- // SquareMinus aliases
1191
- export {
1192
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
1193
- default as MinusSquare
1194
- } from '../icons/square-minus';
1195
-
1196
1202
  // SquareParking aliases
1197
1203
  export {
1198
1204
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
@@ -1253,18 +1259,18 @@ export {
1253
1259
  default as PowerSquare
1254
1260
  } from '../icons/square-power';
1255
1261
 
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
1262
  // SquareScissors aliases
1263
1263
  export {
1264
1264
  /** @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
1265
  default as ScissorsSquare
1266
1266
  } from '../icons/square-scissors';
1267
1267
 
1268
+ // SquareSigma aliases
1269
+ export {
1270
+ /** @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 */
1271
+ default as SigmaSquare
1272
+ } from '../icons/square-sigma';
1273
+
1268
1274
  // SquareSlash aliases
1269
1275
  export {
1270
1276
  /** @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 */
@@ -1277,18 +1283,18 @@ export {
1277
1283
  default as SplitSquareHorizontal
1278
1284
  } from '../icons/square-split-horizontal';
1279
1285
 
1280
- // SquareSplitVertical aliases
1281
- export {
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';
1285
-
1286
1286
  // SquareTerminal aliases
1287
1287
  export {
1288
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
1289
  default as TerminalSquare
1290
1290
  } from '../icons/square-terminal';
1291
1291
 
1292
+ // SquareSplitVertical aliases
1293
+ export {
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 */
1295
+ default as SplitSquareVertical
1296
+ } from '../icons/square-split-vertical';
1297
+
1292
1298
  // SquareUser aliases
1293
1299
  export {
1294
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 */
@@ -1307,30 +1313,30 @@ export {
1307
1313
  default as XSquare
1308
1314
  } from '../icons/square-x';
1309
1315
 
1310
- // TextAlignEnd aliases
1311
- export {
1312
- /** @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 */
1313
- default as AlignRight
1314
- } from '../icons/text-align-end';
1315
-
1316
1316
  // TestTubeDiagonal aliases
1317
1317
  export {
1318
1318
  /** @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
1319
  default as TestTube2
1320
1320
  } from '../icons/test-tube-diagonal';
1321
1321
 
1322
- // TextAlignJustify aliases
1323
- export {
1324
- /** @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 */
1325
- default as AlignJustify
1326
- } from '../icons/text-align-justify';
1327
-
1328
1322
  // TextAlignCenter aliases
1329
1323
  export {
1330
1324
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
1331
1325
  default as AlignCenter
1332
1326
  } from '../icons/text-align-center';
1333
1327
 
1328
+ // TextAlignEnd aliases
1329
+ export {
1330
+ /** @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 */
1331
+ default as AlignRight
1332
+ } from '../icons/text-align-end';
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
+
1334
1340
  // TextAlignStart aliases
1335
1341
  export {
1336
1342
  /** @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 */
@@ -1421,12 +1427,6 @@ export {
1421
1427
  default as UserX2
1422
1428
  } from '../icons/user-round-x';
1423
1429
 
1424
- // UsersRound aliases
1425
- 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';
1429
-
1430
1430
  // UserRound aliases
1431
1431
  export {
1432
1432
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
@@ -1439,6 +1439,12 @@ export {
1439
1439
  default as ForkKnifeCrossed
1440
1440
  } from '../icons/utensils-crossed';
1441
1441
 
1442
+ // UsersRound aliases
1443
+ export {
1444
+ /** @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 */
1445
+ default as Users2
1446
+ } from '../icons/users-round';
1447
+
1442
1448
  // Utensils aliases
1443
1449
  export {
1444
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 */