@lucide/astro 0.561.0 → 0.562.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 +1 -1
- package/src/aliases/aliases.ts +104 -104
- package/src/aliases/prefixed.ts +568 -566
- package/src/aliases/suffixed.ts +858 -856
- package/src/icons/index.ts +118 -117
- package/src/icons/paint-bucket.ts +2 -2
- package/src/icons/toolbox.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -53,36 +53,36 @@ 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 */
|
|
71
71
|
default as BadgeHelp
|
|
72
72
|
} from '../icons/badge-question-mark';
|
|
73
73
|
|
|
74
|
-
// BetweenHorizontalEnd aliases
|
|
75
|
-
export {
|
|
76
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
77
|
-
default as BetweenHorizonalEnd
|
|
78
|
-
} from '../icons/between-horizontal-end';
|
|
79
|
-
|
|
80
74
|
// BetweenHorizontalStart aliases
|
|
81
75
|
export {
|
|
82
76
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
83
77
|
default as BetweenHorizonalStart
|
|
84
78
|
} from '../icons/between-horizontal-start';
|
|
85
79
|
|
|
80
|
+
// BetweenHorizontalEnd aliases
|
|
81
|
+
export {
|
|
82
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
83
|
+
default as BetweenHorizonalEnd
|
|
84
|
+
} from '../icons/between-horizontal-end';
|
|
85
|
+
|
|
86
86
|
// BookDashed aliases
|
|
87
87
|
export {
|
|
88
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 */
|
|
@@ -179,18 +179,18 @@ export {
|
|
|
179
179
|
default as ScatterChart
|
|
180
180
|
} from '../icons/chart-scatter';
|
|
181
181
|
|
|
182
|
-
// CircleAlert aliases
|
|
183
|
-
export {
|
|
184
|
-
/** @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 */
|
|
185
|
-
default as AlertCircle
|
|
186
|
-
} from '../icons/circle-alert';
|
|
187
|
-
|
|
188
182
|
// Chromium aliases
|
|
189
183
|
export {
|
|
190
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 */
|
|
191
185
|
default as Chrome
|
|
192
186
|
} from '../icons/chromium';
|
|
193
187
|
|
|
188
|
+
// CircleAlert aliases
|
|
189
|
+
export {
|
|
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 */
|
|
191
|
+
default as AlertCircle
|
|
192
|
+
} from '../icons/circle-alert';
|
|
193
|
+
|
|
194
194
|
// CircleArrowDown aliases
|
|
195
195
|
export {
|
|
196
196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
@@ -287,18 +287,18 @@ export {
|
|
|
287
287
|
default as GaugeCircle
|
|
288
288
|
} from '../icons/circle-gauge';
|
|
289
289
|
|
|
290
|
-
// CircleParkingOff aliases
|
|
291
|
-
export {
|
|
292
|
-
/** @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 */
|
|
293
|
-
default as ParkingCircleOff
|
|
294
|
-
} from '../icons/circle-parking-off';
|
|
295
|
-
|
|
296
290
|
// CircleMinus aliases
|
|
297
291
|
export {
|
|
298
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 */
|
|
299
293
|
default as MinusCircle
|
|
300
294
|
} from '../icons/circle-minus';
|
|
301
295
|
|
|
296
|
+
// CircleParkingOff aliases
|
|
297
|
+
export {
|
|
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 */
|
|
299
|
+
default as ParkingCircleOff
|
|
300
|
+
} from '../icons/circle-parking-off';
|
|
301
|
+
|
|
302
302
|
// CircleParking aliases
|
|
303
303
|
export {
|
|
304
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 */
|
|
@@ -401,18 +401,18 @@ export {
|
|
|
401
401
|
default as UploadCloud
|
|
402
402
|
} from '../icons/cloud-upload';
|
|
403
403
|
|
|
404
|
-
// Columns2 aliases
|
|
405
|
-
export {
|
|
406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
407
|
-
default as Columns
|
|
408
|
-
} from '../icons/columns-2';
|
|
409
|
-
|
|
410
404
|
// CodeXml aliases
|
|
411
405
|
export {
|
|
412
406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
413
407
|
default as Code2
|
|
414
408
|
} from '../icons/code-xml';
|
|
415
409
|
|
|
410
|
+
// Columns2 aliases
|
|
411
|
+
export {
|
|
412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
413
|
+
default as Columns
|
|
414
|
+
} from '../icons/columns-2';
|
|
415
|
+
|
|
416
416
|
// Columns3Cog aliases
|
|
417
417
|
export {
|
|
418
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 */
|
|
@@ -497,23 +497,17 @@ export {
|
|
|
497
497
|
default as FileBarChart2
|
|
498
498
|
} from '../icons/file-chart-column';
|
|
499
499
|
|
|
500
|
-
// FileChartLine aliases
|
|
501
|
-
export {
|
|
502
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
503
|
-
default as FileLineChart
|
|
504
|
-
} from '../icons/file-chart-line';
|
|
505
|
-
|
|
506
500
|
// FileChartPie aliases
|
|
507
501
|
export {
|
|
508
502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
509
503
|
default as FilePieChart
|
|
510
504
|
} from '../icons/file-chart-pie';
|
|
511
505
|
|
|
512
|
-
//
|
|
506
|
+
// FileChartLine aliases
|
|
513
507
|
export {
|
|
514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
515
|
-
default as
|
|
516
|
-
} from '../icons/file-
|
|
508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
509
|
+
default as FileLineChart
|
|
510
|
+
} from '../icons/file-chart-line';
|
|
517
511
|
|
|
518
512
|
// FileCodeCorner aliases
|
|
519
513
|
export {
|
|
@@ -521,6 +515,12 @@ export {
|
|
|
521
515
|
default as FileCode2
|
|
522
516
|
} from '../icons/file-code-corner';
|
|
523
517
|
|
|
518
|
+
// FileCheckCorner aliases
|
|
519
|
+
export {
|
|
520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
521
|
+
default as FileCheck2
|
|
522
|
+
} from '../icons/file-check-corner';
|
|
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 */
|
|
@@ -641,18 +641,18 @@ export {
|
|
|
641
641
|
default as FolderEdit
|
|
642
642
|
} from '../icons/folder-pen';
|
|
643
643
|
|
|
644
|
-
// Funnel aliases
|
|
645
|
-
export {
|
|
646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
647
|
-
default as Filter
|
|
648
|
-
} from '../icons/funnel';
|
|
649
|
-
|
|
650
644
|
// FunnelX aliases
|
|
651
645
|
export {
|
|
652
646
|
/** @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 */
|
|
653
647
|
default as FilterX
|
|
654
648
|
} from '../icons/funnel-x';
|
|
655
649
|
|
|
650
|
+
// Funnel aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
653
|
+
default as Filter
|
|
654
|
+
} from '../icons/funnel';
|
|
655
|
+
|
|
656
656
|
// GitCommitHorizontal aliases
|
|
657
657
|
export {
|
|
658
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 */
|
|
@@ -707,18 +707,18 @@ export {
|
|
|
707
707
|
default as HelpingHand
|
|
708
708
|
} from '../icons/hand-helping';
|
|
709
709
|
|
|
710
|
-
// House aliases
|
|
711
|
-
export {
|
|
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 */
|
|
713
|
-
default as Home
|
|
714
|
-
} from '../icons/house';
|
|
715
|
-
|
|
716
710
|
// IceCreamBowl aliases
|
|
717
711
|
export {
|
|
718
712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
719
713
|
default as IceCream2
|
|
720
714
|
} from '../icons/ice-cream-bowl';
|
|
721
715
|
|
|
716
|
+
// House aliases
|
|
717
|
+
export {
|
|
718
|
+
/** @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 */
|
|
719
|
+
default as Home
|
|
720
|
+
} from '../icons/house';
|
|
721
|
+
|
|
722
722
|
// IceCreamCone aliases
|
|
723
723
|
export {
|
|
724
724
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} 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
|
-
// SquareArrowOutUpLeft aliases
|
|
999
|
-
export {
|
|
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 */
|
|
1001
|
-
default as ArrowUpLeftFromSquare
|
|
1002
|
-
} from '../icons/square-arrow-out-up-left';
|
|
1003
|
-
|
|
1004
998
|
// SquareArrowOutDownRight aliases
|
|
1005
999
|
export {
|
|
1006
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 */
|
|
1007
1001
|
default as ArrowDownRightFromSquare
|
|
1008
1002
|
} from '../icons/square-arrow-out-down-right';
|
|
1009
1003
|
|
|
1004
|
+
// SquareArrowOutUpLeft aliases
|
|
1005
|
+
export {
|
|
1006
|
+
/** @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
|
+
default as ArrowUpLeftFromSquare
|
|
1008
|
+
} from '../icons/square-arrow-out-up-left';
|
|
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 */
|
|
@@ -1037,18 +1037,18 @@ export {
|
|
|
1037
1037
|
default as ArrowUpSquare
|
|
1038
1038
|
} from '../icons/square-arrow-up';
|
|
1039
1039
|
|
|
1040
|
-
// SquareBottomDashedScissors aliases
|
|
1041
|
-
export {
|
|
1042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
1043
|
-
default as ScissorsSquareDashedBottom
|
|
1044
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
1045
|
-
|
|
1046
1040
|
// SquareAsterisk aliases
|
|
1047
1041
|
export {
|
|
1048
1042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
1049
1043
|
default as AsteriskSquare
|
|
1050
1044
|
} from '../icons/square-asterisk';
|
|
1051
1045
|
|
|
1046
|
+
// SquareBottomDashedScissors aliases
|
|
1047
|
+
export {
|
|
1048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
1049
|
+
default as ScissorsSquareDashedBottom
|
|
1050
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
1051
|
+
|
|
1052
1052
|
// SquareChartGantt aliases
|
|
1053
1053
|
export {
|
|
1054
1054
|
/** @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 */
|
|
@@ -1079,23 +1079,17 @@ export {
|
|
|
1079
1079
|
default as ChevronDownSquare
|
|
1080
1080
|
} from '../icons/square-chevron-down';
|
|
1081
1081
|
|
|
1082
|
-
// SquareChevronRight aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @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 */
|
|
1085
|
-
default as ChevronRightSquare
|
|
1086
|
-
} from '../icons/square-chevron-right';
|
|
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. This alias will be removed in v1.0 */
|
|
1091
1085
|
default as ChevronLeftSquare
|
|
1092
1086
|
} from '../icons/square-chevron-left';
|
|
1093
1087
|
|
|
1094
|
-
//
|
|
1088
|
+
// SquareChevronRight 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-
|
|
1090
|
+
/** @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 */
|
|
1091
|
+
default as ChevronRightSquare
|
|
1092
|
+
} from '../icons/square-chevron-right';
|
|
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
|
+
// SquareCode aliases
|
|
1101
|
+
export {
|
|
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 */
|
|
1103
|
+
default as CodeSquare
|
|
1104
|
+
} from '../icons/square-code';
|
|
1105
|
+
|
|
1106
1106
|
// SquareDashedKanban aliases
|
|
1107
1107
|
export {
|
|
1108
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 */
|
|
@@ -1127,18 +1127,18 @@ export {
|
|
|
1127
1127
|
default as DivideSquare
|
|
1128
1128
|
} from '../icons/square-divide';
|
|
1129
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
1130
|
// SquareEqual aliases
|
|
1137
1131
|
export {
|
|
1138
1132
|
/** @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 */
|
|
1139
1133
|
default as EqualSquare
|
|
1140
1134
|
} from '../icons/square-equal';
|
|
1141
1135
|
|
|
1136
|
+
// SquareDot aliases
|
|
1137
|
+
export {
|
|
1138
|
+
/** @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 */
|
|
1139
|
+
default as DotSquare
|
|
1140
|
+
} from '../icons/square-dot';
|
|
1141
|
+
|
|
1142
1142
|
// SquareFunction aliases
|
|
1143
1143
|
export {
|
|
1144
1144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
@@ -1193,6 +1193,12 @@ export {
|
|
|
1193
1193
|
default as ParkingSquare
|
|
1194
1194
|
} from '../icons/square-parking';
|
|
1195
1195
|
|
|
1196
|
+
// SquarePercent aliases
|
|
1197
|
+
export {
|
|
1198
|
+
/** @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 */
|
|
1199
|
+
default as PercentSquare
|
|
1200
|
+
} from '../icons/square-percent';
|
|
1201
|
+
|
|
1196
1202
|
// SquarePen aliases
|
|
1197
1203
|
export {
|
|
1198
1204
|
/** @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,12 +1217,6 @@ export {
|
|
|
1211
1217
|
default as PenSquare
|
|
1212
1218
|
} from '../icons/square-pen';
|
|
1213
1219
|
|
|
1214
|
-
// SquarePercent aliases
|
|
1215
|
-
export {
|
|
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 */
|
|
1217
|
-
default as PercentSquare
|
|
1218
|
-
} from '../icons/square-percent';
|
|
1219
|
-
|
|
1220
1220
|
// SquarePi aliases
|
|
1221
1221
|
export {
|
|
1222
1222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
@@ -1235,18 +1235,18 @@ export {
|
|
|
1235
1235
|
default as PlaySquare
|
|
1236
1236
|
} from '../icons/square-play';
|
|
1237
1237
|
|
|
1238
|
-
// SquarePower aliases
|
|
1239
|
-
export {
|
|
1240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
1241
|
-
default as PowerSquare
|
|
1242
|
-
} from '../icons/square-power';
|
|
1243
|
-
|
|
1244
1238
|
// SquarePlus aliases
|
|
1245
1239
|
export {
|
|
1246
1240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1247
1241
|
default as PlusSquare
|
|
1248
1242
|
} from '../icons/square-plus';
|
|
1249
1243
|
|
|
1244
|
+
// SquarePower aliases
|
|
1245
|
+
export {
|
|
1246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
1247
|
+
default as PowerSquare
|
|
1248
|
+
} from '../icons/square-power';
|
|
1249
|
+
|
|
1250
1250
|
// SquareScissors aliases
|
|
1251
1251
|
export {
|
|
1252
1252
|
/** @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 */
|
|
@@ -1295,18 +1295,18 @@ export {
|
|
|
1295
1295
|
default as UserSquare
|
|
1296
1296
|
} from '../icons/square-user';
|
|
1297
1297
|
|
|
1298
|
-
// TestTubeDiagonal aliases
|
|
1299
|
-
export {
|
|
1300
|
-
/** @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 */
|
|
1301
|
-
default as TestTube2
|
|
1302
|
-
} from '../icons/test-tube-diagonal';
|
|
1303
|
-
|
|
1304
1298
|
// SquareX aliases
|
|
1305
1299
|
export {
|
|
1306
1300
|
/** @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 */
|
|
1307
1301
|
default as XSquare
|
|
1308
1302
|
} from '../icons/square-x';
|
|
1309
1303
|
|
|
1304
|
+
// TestTubeDiagonal aliases
|
|
1305
|
+
export {
|
|
1306
|
+
/** @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 */
|
|
1307
|
+
default as TestTube2
|
|
1308
|
+
} from '../icons/test-tube-diagonal';
|
|
1309
|
+
|
|
1310
1310
|
// TextAlignCenter aliases
|
|
1311
1311
|
export {
|
|
1312
1312
|
/** @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 */
|
|
@@ -1325,12 +1325,6 @@ export {
|
|
|
1325
1325
|
default as AlignJustify
|
|
1326
1326
|
} from '../icons/text-align-justify';
|
|
1327
1327
|
|
|
1328
|
-
// TextInitial aliases
|
|
1329
|
-
export {
|
|
1330
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1331
|
-
default as LetterText
|
|
1332
|
-
} from '../icons/text-initial';
|
|
1333
|
-
|
|
1334
1328
|
// TextAlignStart aliases
|
|
1335
1329
|
export {
|
|
1336
1330
|
/** @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 */
|
|
@@ -1343,6 +1337,12 @@ export {
|
|
|
1343
1337
|
default as AlignLeft
|
|
1344
1338
|
} from '../icons/text-align-start';
|
|
1345
1339
|
|
|
1340
|
+
// TextInitial aliases
|
|
1341
|
+
export {
|
|
1342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1343
|
+
default as LetterText
|
|
1344
|
+
} from '../icons/text-initial';
|
|
1345
|
+
|
|
1346
1346
|
// TextSelect aliases
|
|
1347
1347
|
export {
|
|
1348
1348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|