@lucide/astro 1.24.0 → 1.25.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 +10 -10
- package/src/aliases/aliases.ts +100 -100
- package/src/aliases/prefixed.ts +625 -621
- package/src/aliases/suffixed.ts +914 -910
- package/src/icons/{circle-euro-sign.ts → circle-euro.ts} +4 -4
- package/src/icons/ethernet-port.ts +2 -2
- package/src/icons/file-box.ts +2 -2
- package/src/icons/hdmi-port.ts +2 -2
- package/src/icons/index.ts +209 -207
- package/src/icons/scan-box.ts +18 -0
- package/src/icons/server-plus.ts +18 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucide/astro",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.0",
|
|
4
4
|
"author": "Moustapha Kebe",
|
|
5
5
|
"description": "A Lucide icon library package for Astro applications.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@astrojs/ts-plugin": "^1.10.
|
|
43
|
-
"@testing-library/dom": "^10.4.
|
|
44
|
-
"@testing-library/jest-dom": "^6.
|
|
45
|
-
"astro": "^6.
|
|
42
|
+
"@astrojs/ts-plugin": "^1.10.10",
|
|
43
|
+
"@testing-library/dom": "^10.4.1",
|
|
44
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
45
|
+
"astro": "^6.4.8",
|
|
46
46
|
"jest-serializer-html": "^7.1.0",
|
|
47
|
-
"linkedom": "^0.18.
|
|
48
|
-
"prettier": "^3.
|
|
49
|
-
"typescript": "^5.
|
|
50
|
-
"vite": "^7.3.
|
|
51
|
-
"vitest": "
|
|
47
|
+
"linkedom": "^0.18.13",
|
|
48
|
+
"prettier": "^3.9.5",
|
|
49
|
+
"typescript": "^5.9.3",
|
|
50
|
+
"vite": "^7.3.6",
|
|
51
|
+
"vitest": "4.1.10",
|
|
52
52
|
"@lucide/build-icons": "1.1.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
package/src/aliases/aliases.ts
CHANGED
|
@@ -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. */
|
|
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. */
|
|
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. */
|
|
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. */
|
|
@@ -131,18 +131,18 @@ export {
|
|
|
131
131
|
default as BarChartBig
|
|
132
132
|
} from '../icons/chart-column-big';
|
|
133
133
|
|
|
134
|
-
// ChartColumnIncreasing aliases
|
|
135
|
-
export {
|
|
136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
137
|
-
default as BarChart4
|
|
138
|
-
} from '../icons/chart-column-increasing';
|
|
139
|
-
|
|
140
134
|
// ChartColumn aliases
|
|
141
135
|
export {
|
|
142
136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
143
137
|
default as BarChart3
|
|
144
138
|
} from '../icons/chart-column';
|
|
145
139
|
|
|
140
|
+
// ChartColumnIncreasing aliases
|
|
141
|
+
export {
|
|
142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
143
|
+
default as BarChart4
|
|
144
|
+
} from '../icons/chart-column-increasing';
|
|
145
|
+
|
|
146
146
|
// ChartLine aliases
|
|
147
147
|
export {
|
|
148
148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
@@ -239,18 +239,18 @@ export {
|
|
|
239
239
|
default as CheckCircle
|
|
240
240
|
} from '../icons/circle-check-big';
|
|
241
241
|
|
|
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. */
|
|
245
|
-
default as CheckCircle2
|
|
246
|
-
} from '../icons/circle-check';
|
|
247
|
-
|
|
248
242
|
// CircleChevronDown aliases
|
|
249
243
|
export {
|
|
250
244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
251
245
|
default as ChevronDownCircle
|
|
252
246
|
} from '../icons/circle-chevron-down';
|
|
253
247
|
|
|
248
|
+
// CircleCheck aliases
|
|
249
|
+
export {
|
|
250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
251
|
+
default as CheckCircle2
|
|
252
|
+
} from '../icons/circle-check';
|
|
253
|
+
|
|
254
254
|
// CircleChevronLeft aliases
|
|
255
255
|
export {
|
|
256
256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
@@ -281,18 +281,18 @@ export {
|
|
|
281
281
|
default as GaugeCircle
|
|
282
282
|
} from '../icons/circle-gauge';
|
|
283
283
|
|
|
284
|
-
// CircleMinus aliases
|
|
285
|
-
export {
|
|
286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
287
|
-
default as MinusCircle
|
|
288
|
-
} from '../icons/circle-minus';
|
|
289
|
-
|
|
290
284
|
// CircleParkingOff aliases
|
|
291
285
|
export {
|
|
292
286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
293
287
|
default as ParkingCircleOff
|
|
294
288
|
} from '../icons/circle-parking-off';
|
|
295
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. */
|
|
293
|
+
default as MinusCircle
|
|
294
|
+
} from '../icons/circle-minus';
|
|
295
|
+
|
|
296
296
|
// CircleParking aliases
|
|
297
297
|
export {
|
|
298
298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
@@ -425,18 +425,18 @@ export {
|
|
|
425
425
|
default as PanelsLeftRight
|
|
426
426
|
} from '../icons/columns-3';
|
|
427
427
|
|
|
428
|
-
// ContactRound aliases
|
|
429
|
-
export {
|
|
430
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
431
|
-
default as Contact2
|
|
432
|
-
} from '../icons/contact-round';
|
|
433
|
-
|
|
434
428
|
// DiamondPercent aliases
|
|
435
429
|
export {
|
|
436
430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
437
431
|
default as PercentDiamond
|
|
438
432
|
} from '../icons/diamond-percent';
|
|
439
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. */
|
|
437
|
+
default as Contact2
|
|
438
|
+
} from '../icons/contact-round';
|
|
439
|
+
|
|
440
440
|
// Earth aliases
|
|
441
441
|
export {
|
|
442
442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
@@ -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. */
|
|
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. */
|
|
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. */
|
|
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. */
|
|
@@ -743,6 +743,12 @@ export {
|
|
|
743
743
|
default as IndentDecrease
|
|
744
744
|
} from '../icons/list-indent-decrease';
|
|
745
745
|
|
|
746
|
+
// LoaderCircle aliases
|
|
747
|
+
export {
|
|
748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
749
|
+
default as Loader2
|
|
750
|
+
} from '../icons/loader-circle';
|
|
751
|
+
|
|
746
752
|
// ListIndentIncrease aliases
|
|
747
753
|
export {
|
|
748
754
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
@@ -755,12 +761,6 @@ export {
|
|
|
755
761
|
default as IndentIncrease
|
|
756
762
|
} from '../icons/list-indent-increase';
|
|
757
763
|
|
|
758
|
-
// LoaderCircle aliases
|
|
759
|
-
export {
|
|
760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
761
|
-
default as Loader2
|
|
762
|
-
} from '../icons/loader-circle';
|
|
763
|
-
|
|
764
764
|
// LockKeyholeOpen aliases
|
|
765
765
|
export {
|
|
766
766
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
@@ -779,18 +779,18 @@ export {
|
|
|
779
779
|
default as MailQuestion
|
|
780
780
|
} from '../icons/mail-question-mark';
|
|
781
781
|
|
|
782
|
-
// MapPinPen aliases
|
|
783
|
-
export {
|
|
784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
785
|
-
default as LocationEdit
|
|
786
|
-
} from '../icons/map-pin-pen';
|
|
787
|
-
|
|
788
782
|
// MessageCircleQuestionMark aliases
|
|
789
783
|
export {
|
|
790
784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
791
785
|
default as MessageCircleQuestion
|
|
792
786
|
} from '../icons/message-circle-question-mark';
|
|
793
787
|
|
|
788
|
+
// MapPinPen aliases
|
|
789
|
+
export {
|
|
790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
791
|
+
default as LocationEdit
|
|
792
|
+
} from '../icons/map-pin-pen';
|
|
793
|
+
|
|
794
794
|
// MicVocal aliases
|
|
795
795
|
export {
|
|
796
796
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
@@ -821,12 +821,6 @@ export {
|
|
|
821
821
|
default as XOctagon
|
|
822
822
|
} from '../icons/octagon-x';
|
|
823
823
|
|
|
824
|
-
// PaintbrushVertical aliases
|
|
825
|
-
export {
|
|
826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
827
|
-
default as Paintbrush2
|
|
828
|
-
} from '../icons/paintbrush-vertical';
|
|
829
|
-
|
|
830
824
|
// PanelBottomDashed aliases
|
|
831
825
|
export {
|
|
832
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
@@ -839,6 +833,12 @@ export {
|
|
|
839
833
|
default as SidebarClose
|
|
840
834
|
} from '../icons/panel-left-close';
|
|
841
835
|
|
|
836
|
+
// PaintbrushVertical aliases
|
|
837
|
+
export {
|
|
838
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
839
|
+
default as Paintbrush2
|
|
840
|
+
} from '../icons/paintbrush-vertical';
|
|
841
|
+
|
|
842
842
|
// PanelLeftDashed aliases
|
|
843
843
|
export {
|
|
844
844
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
@@ -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. */
|
|
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. */
|
|
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. */
|
|
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. */
|
|
@@ -941,18 +941,18 @@ export {
|
|
|
941
941
|
default as ShieldClose
|
|
942
942
|
} from '../icons/shield-x';
|
|
943
943
|
|
|
944
|
-
// SlidersVertical aliases
|
|
945
|
-
export {
|
|
946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
947
|
-
default as Sliders
|
|
948
|
-
} from '../icons/sliders-vertical';
|
|
949
|
-
|
|
950
944
|
// Sparkles aliases
|
|
951
945
|
export {
|
|
952
946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
953
947
|
default as Stars
|
|
954
948
|
} from '../icons/sparkles';
|
|
955
949
|
|
|
950
|
+
// SlidersVertical aliases
|
|
951
|
+
export {
|
|
952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
953
|
+
default as Sliders
|
|
954
|
+
} from '../icons/sliders-vertical';
|
|
955
|
+
|
|
956
956
|
// SquareActivity aliases
|
|
957
957
|
export {
|
|
958
958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
@@ -1079,23 +1079,17 @@ export {
|
|
|
1079
1079
|
default as CheckSquare2
|
|
1080
1080
|
} from '../icons/square-check';
|
|
1081
1081
|
|
|
1082
|
-
// SquareChevronDown aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
1085
|
-
default as ChevronDownSquare
|
|
1086
|
-
} from '../icons/square-chevron-down';
|
|
1087
|
-
|
|
1088
1082
|
// SquareChevronLeft aliases
|
|
1089
1083
|
export {
|
|
1090
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
1091
1085
|
default as ChevronLeftSquare
|
|
1092
1086
|
} from '../icons/square-chevron-left';
|
|
1093
1087
|
|
|
1094
|
-
//
|
|
1088
|
+
// SquareChevronDown aliases
|
|
1095
1089
|
export {
|
|
1096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1097
|
-
default as
|
|
1098
|
-
} from '../icons/square-chevron-
|
|
1090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
1091
|
+
default as ChevronDownSquare
|
|
1092
|
+
} from '../icons/square-chevron-down';
|
|
1099
1093
|
|
|
1100
1094
|
// SquareChevronUp aliases
|
|
1101
1095
|
export {
|
|
@@ -1103,6 +1097,12 @@ export {
|
|
|
1103
1097
|
default as ChevronUpSquare
|
|
1104
1098
|
} from '../icons/square-chevron-up';
|
|
1105
1099
|
|
|
1100
|
+
// SquareChevronRight aliases
|
|
1101
|
+
export {
|
|
1102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
1103
|
+
default as ChevronRightSquare
|
|
1104
|
+
} from '../icons/square-chevron-right';
|
|
1105
|
+
|
|
1106
1106
|
// SquareCode aliases
|
|
1107
1107
|
export {
|
|
1108
1108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
@@ -1133,36 +1133,36 @@ export {
|
|
|
1133
1133
|
default as TextSelect
|
|
1134
1134
|
} from '../icons/square-dashed-text';
|
|
1135
1135
|
|
|
1136
|
-
// SquareDashed aliases
|
|
1137
|
-
export {
|
|
1138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1139
|
-
default as BoxSelect
|
|
1140
|
-
} from '../icons/square-dashed';
|
|
1141
|
-
|
|
1142
1136
|
// SquareDivide aliases
|
|
1143
1137
|
export {
|
|
1144
1138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
1145
1139
|
default as DivideSquare
|
|
1146
1140
|
} from '../icons/square-divide';
|
|
1147
1141
|
|
|
1142
|
+
// SquareDashed aliases
|
|
1143
|
+
export {
|
|
1144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1145
|
+
default as BoxSelect
|
|
1146
|
+
} from '../icons/square-dashed';
|
|
1147
|
+
|
|
1148
1148
|
// SquareDot aliases
|
|
1149
1149
|
export {
|
|
1150
1150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
1151
1151
|
default as DotSquare
|
|
1152
1152
|
} from '../icons/square-dot';
|
|
1153
1153
|
|
|
1154
|
-
// SquareEqual aliases
|
|
1155
|
-
export {
|
|
1156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
1157
|
-
default as EqualSquare
|
|
1158
|
-
} from '../icons/square-equal';
|
|
1159
|
-
|
|
1160
1154
|
// SquareFunction aliases
|
|
1161
1155
|
export {
|
|
1162
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
1163
1157
|
default as FunctionSquare
|
|
1164
1158
|
} from '../icons/square-function';
|
|
1165
1159
|
|
|
1160
|
+
// SquareEqual aliases
|
|
1161
|
+
export {
|
|
1162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
1163
|
+
default as EqualSquare
|
|
1164
|
+
} from '../icons/square-equal';
|
|
1165
|
+
|
|
1166
1166
|
// SquareKanban aliases
|
|
1167
1167
|
export {
|
|
1168
1168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
@@ -1283,18 +1283,18 @@ export {
|
|
|
1283
1283
|
default as SlashSquare
|
|
1284
1284
|
} from '../icons/square-slash';
|
|
1285
1285
|
|
|
1286
|
-
// SquareSplitVertical aliases
|
|
1287
|
-
export {
|
|
1288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
1289
|
-
default as SplitSquareVertical
|
|
1290
|
-
} from '../icons/square-split-vertical';
|
|
1291
|
-
|
|
1292
1286
|
// SquareSplitHorizontal aliases
|
|
1293
1287
|
export {
|
|
1294
1288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
1295
1289
|
default as SplitSquareHorizontal
|
|
1296
1290
|
} from '../icons/square-split-horizontal';
|
|
1297
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. */
|
|
1295
|
+
default as SplitSquareVertical
|
|
1296
|
+
} from '../icons/square-split-vertical';
|
|
1297
|
+
|
|
1298
1298
|
// SquareTerminal aliases
|
|
1299
1299
|
export {
|
|
1300
1300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
@@ -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. */
|
|
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. */
|
|
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. */
|
|
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. */
|