@lucide/astro 0.567.0 → 0.568.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": "0.567.0",
3
+ "version": "0.568.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -83,18 +83,18 @@ export {
83
83
  default as BetweenHorizonalStart
84
84
  } from '../icons/between-horizontal-start';
85
85
 
86
- // Braces aliases
87
- export {
88
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
89
- default as CurlyBraces
90
- } from '../icons/braces';
91
-
92
86
  // BookDashed aliases
93
87
  export {
94
88
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
95
89
  default as BookTemplate
96
90
  } from '../icons/book-dashed';
97
91
 
92
+ // Braces aliases
93
+ export {
94
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
95
+ default as CurlyBraces
96
+ } from '../icons/braces';
97
+
98
98
  // Captions aliases
99
99
  export {
100
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,18 +107,18 @@ export {
107
107
  default as AreaChart
108
108
  } from '../icons/chart-area';
109
109
 
110
- // ChartBarBig aliases
111
- export {
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
- default as BarChartHorizontalBig
114
- } from '../icons/chart-bar-big';
115
-
116
110
  // ChartBar aliases
117
111
  export {
118
112
  /** @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
113
  default as BarChartHorizontal
120
114
  } from '../icons/chart-bar';
121
115
 
116
+ // ChartBarBig aliases
117
+ export {
118
+ /** @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
+ default as BarChartHorizontalBig
120
+ } from '../icons/chart-bar-big';
121
+
122
122
  // ChartCandlestick aliases
123
123
  export {
124
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 */
@@ -227,54 +227,54 @@ export {
227
227
  default as ArrowUpRightFromCircle
228
228
  } from '../icons/circle-arrow-out-up-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
  // CircleArrowRight aliases
237
231
  export {
238
232
  /** @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 */
239
233
  default as ArrowRightCircle
240
234
  } from '../icons/circle-arrow-right';
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
  // CircleCheckBig aliases
243
243
  export {
244
244
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
245
245
  default as CheckCircle
246
246
  } from '../icons/circle-check-big';
247
247
 
248
- // CircleChevronDown aliases
249
- export {
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
- default as ChevronDownCircle
252
- } from '../icons/circle-chevron-down';
253
-
254
248
  // CircleCheck aliases
255
249
  export {
256
250
  /** @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
251
  default as CheckCircle2
258
252
  } from '../icons/circle-check';
259
253
 
254
+ // CircleChevronDown aliases
255
+ export {
256
+ /** @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 */
257
+ default as ChevronDownCircle
258
+ } from '../icons/circle-chevron-down';
259
+
260
260
  // CircleChevronLeft aliases
261
261
  export {
262
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
263
  default as ChevronLeftCircle
264
264
  } from '../icons/circle-chevron-left';
265
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
266
  // CircleChevronRight aliases
273
267
  export {
274
268
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
275
269
  default as ChevronRightCircle
276
270
  } from '../icons/circle-chevron-right';
277
271
 
272
+ // CircleChevronUp aliases
273
+ export {
274
+ /** @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 */
275
+ default as ChevronUpCircle
276
+ } from '../icons/circle-chevron-up';
277
+
278
278
  // CircleDivide aliases
279
279
  export {
280
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 */
@@ -293,18 +293,18 @@ export {
293
293
  default as MinusCircle
294
294
  } from '../icons/circle-minus';
295
295
 
296
- // CircleParking aliases
297
- export {
298
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
299
- default as ParkingCircle
300
- } from '../icons/circle-parking';
301
-
302
296
  // CircleParkingOff aliases
303
297
  export {
304
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 */
305
299
  default as ParkingCircleOff
306
300
  } from '../icons/circle-parking-off';
307
301
 
302
+ // CircleParking aliases
303
+ export {
304
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
305
+ default as ParkingCircle
306
+ } from '../icons/circle-parking';
307
+
308
308
  // CirclePause aliases
309
309
  export {
310
310
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
@@ -317,18 +317,18 @@ export {
317
317
  default as PercentCircle
318
318
  } from '../icons/circle-percent';
319
319
 
320
- // CirclePlus aliases
321
- export {
322
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
323
- default as PlusCircle
324
- } from '../icons/circle-plus';
325
-
326
320
  // CirclePlay aliases
327
321
  export {
328
322
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
329
323
  default as PlayCircle
330
324
  } from '../icons/circle-play';
331
325
 
326
+ // CirclePlus aliases
327
+ export {
328
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
329
+ default as PlusCircle
330
+ } from '../icons/circle-plus';
331
+
332
332
  // CirclePower aliases
333
333
  export {
334
334
  /** @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 */
@@ -365,18 +365,18 @@ export {
365
365
  default as UserCircle2
366
366
  } from '../icons/circle-user-round';
367
367
 
368
- // CircleX aliases
369
- export {
370
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
371
- default as XCircle
372
- } from '../icons/circle-x';
373
-
374
368
  // CircleUser aliases
375
369
  export {
376
370
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
377
371
  default as UserCircle
378
372
  } from '../icons/circle-user';
379
373
 
374
+ // CircleX aliases
375
+ export {
376
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
377
+ default as XCircle
378
+ } from '../icons/circle-x';
379
+
380
380
  // ClipboardPenLine aliases
381
381
  export {
382
382
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
@@ -461,18 +461,18 @@ export {
461
461
  default as MoreHorizontal
462
462
  } from '../icons/ellipsis';
463
463
 
464
- // FileAxis3d aliases
465
- export {
466
- /** @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
- default as FileAxis3D
468
- } from '../icons/file-axis-3d';
469
-
470
464
  // FileBadge aliases
471
465
  export {
472
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 */
473
467
  default as FileBadge2
474
468
  } from '../icons/file-badge';
475
469
 
470
+ // FileAxis3d aliases
471
+ export {
472
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
473
+ default as FileAxis3D
474
+ } from '../icons/file-axis-3d';
475
+
476
476
  // FileBracesCorner aliases
477
477
  export {
478
478
  /** @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 */
@@ -575,18 +575,18 @@ export {
575
575
  default as FileEdit
576
576
  } from '../icons/file-pen';
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
  // FilePlay aliases
585
579
  export {
586
580
  /** @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
581
  default as FileVideo
588
582
  } from '../icons/file-play';
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
  // FileQuestionMark aliases
591
591
  export {
592
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 */
@@ -653,18 +653,18 @@ export {
653
653
  default as Filter
654
654
  } from '../icons/funnel';
655
655
 
656
- // Grid2x2Check aliases
657
- export {
658
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
659
- default as Grid2X2Check
660
- } from '../icons/grid-2x2-check';
661
-
662
656
  // GitCommitHorizontal aliases
663
657
  export {
664
658
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
665
659
  default as GitCommit
666
660
  } from '../icons/git-commit-horizontal';
667
661
 
662
+ // Grid2x2Check aliases
663
+ export {
664
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
665
+ default as Grid2X2Check
666
+ } from '../icons/grid-2x2-check';
667
+
668
668
  // Grid2x2Plus aliases
669
669
  export {
670
670
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
@@ -695,18 +695,18 @@ export {
695
695
  default as Grid3X3
696
696
  } from '../icons/grid-3x3';
697
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
698
  // HandGrab aliases
705
699
  export {
706
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 */
707
701
  default as Grab
708
702
  } from '../icons/hand-grab';
709
703
 
704
+ // HandHelping aliases
705
+ export {
706
+ /** @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 */
707
+ default as HelpingHand
708
+ } from '../icons/hand-helping';
709
+
710
710
  // House aliases
711
711
  export {
712
712
  /** @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 */
@@ -749,12 +749,6 @@ export {
749
749
  default as IndentDecrease
750
750
  } from '../icons/list-indent-decrease';
751
751
 
752
- // LoaderCircle aliases
753
- export {
754
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
755
- default as Loader2
756
- } from '../icons/loader-circle';
757
-
758
752
  // ListIndentIncrease aliases
759
753
  export {
760
754
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
@@ -767,6 +761,12 @@ export {
767
761
  default as IndentIncrease
768
762
  } from '../icons/list-indent-increase';
769
763
 
764
+ // LoaderCircle aliases
765
+ export {
766
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
767
+ default as Loader2
768
+ } from '../icons/loader-circle';
769
+
770
770
  // LockKeyholeOpen aliases
771
771
  export {
772
772
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
@@ -791,6 +791,12 @@ export {
791
791
  default as LocationEdit
792
792
  } from '../icons/map-pin-pen';
793
793
 
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
+
794
800
  // MessageCircleQuestionMark aliases
795
801
  export {
796
802
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
@@ -803,12 +809,6 @@ export {
803
809
  default as Move3D
804
810
  } from '../icons/move-3d';
805
811
 
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
-
812
812
  // OctagonAlert aliases
813
813
  export {
814
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 */
@@ -935,18 +935,18 @@ export {
935
935
  default as SendHorizonal
936
936
  } from '../icons/send-horizontal';
937
937
 
938
- // ShieldX aliases
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';
943
-
944
938
  // ShieldQuestionMark aliases
945
939
  export {
946
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 */
947
941
  default as ShieldQuestion
948
942
  } from '../icons/shield-question-mark';
949
943
 
944
+ // ShieldX aliases
945
+ export {
946
+ /** @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 */
947
+ default as ShieldClose
948
+ } from '../icons/shield-x';
949
+
950
950
  // SlidersVertical aliases
951
951
  export {
952
952
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
@@ -971,18 +971,18 @@ export {
971
971
  default as ArrowDownLeftSquare
972
972
  } from '../icons/square-arrow-down-left';
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
  // SquareArrowDownRight aliases
981
975
  export {
982
976
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
983
977
  default as ArrowDownRightSquare
984
978
  } from '../icons/square-arrow-down-right';
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
  // SquareArrowLeft aliases
987
987
  export {
988
988
  /** @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 */
@@ -995,18 +995,18 @@ export {
995
995
  default as ArrowDownLeftFromSquare
996
996
  } from '../icons/square-arrow-out-down-left';
997
997
 
998
- // SquareArrowOutDownRight aliases
999
- export {
1000
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
1001
- default as ArrowDownRightFromSquare
1002
- } from '../icons/square-arrow-out-down-right';
1003
-
1004
998
  // SquareArrowOutUpLeft aliases
1005
999
  export {
1006
1000
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
1007
1001
  default as ArrowUpLeftFromSquare
1008
1002
  } from '../icons/square-arrow-out-up-left';
1009
1003
 
1004
+ // SquareArrowOutDownRight aliases
1005
+ export {
1006
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
1007
+ default as ArrowDownRightFromSquare
1008
+ } from '../icons/square-arrow-out-down-right';
1009
+
1010
1010
  // SquareArrowOutUpRight aliases
1011
1011
  export {
1012
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 */
@@ -1097,18 +1097,18 @@ export {
1097
1097
  default as ChevronUpSquare
1098
1098
  } from '../icons/square-chevron-up';
1099
1099
 
1100
- // SquareDashedKanban aliases
1101
- export {
1102
- /** @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 */
1103
- default as KanbanSquareDashed
1104
- } from '../icons/square-dashed-kanban';
1105
-
1106
1100
  // SquareCode aliases
1107
1101
  export {
1108
1102
  /** @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
1103
  default as CodeSquare
1110
1104
  } from '../icons/square-code';
1111
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
1112
  // SquareDashedMousePointer aliases
1113
1113
  export {
1114
1114
  /** @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,18 +1121,18 @@ export {
1121
1121
  default as BoxSelect
1122
1122
  } from '../icons/square-dashed';
1123
1123
 
1124
- // SquareDot aliases
1125
- export {
1126
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
1127
- default as DotSquare
1128
- } from '../icons/square-dot';
1129
-
1130
1124
  // SquareDivide aliases
1131
1125
  export {
1132
1126
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
1133
1127
  default as DivideSquare
1134
1128
  } from '../icons/square-divide';
1135
1129
 
1130
+ // SquareDot aliases
1131
+ export {
1132
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
1133
+ default as DotSquare
1134
+ } from '../icons/square-dot';
1135
+
1136
1136
  // SquareEqual aliases
1137
1137
  export {
1138
1138
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
@@ -1187,12 +1187,6 @@ export {
1187
1187
  default as ParkingSquareOff
1188
1188
  } from '../icons/square-parking-off';
1189
1189
 
1190
- // SquareParking aliases
1191
- export {
1192
- /** @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 */
1193
- default as ParkingSquare
1194
- } from '../icons/square-parking';
1195
-
1196
1190
  // SquarePen aliases
1197
1191
  export {
1198
1192
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
@@ -1211,6 +1205,12 @@ export {
1211
1205
  default as PenSquare
1212
1206
  } from '../icons/square-pen';
1213
1207
 
1208
+ // SquareParking aliases
1209
+ export {
1210
+ /** @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 */
1211
+ default as ParkingSquare
1212
+ } from '../icons/square-parking';
1213
+
1214
1214
  // SquarePercent aliases
1215
1215
  export {
1216
1216
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */