@lucide/astro 0.540.0 → 0.541.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 +66 -60
- package/src/aliases/prefixed.ts +489 -481
- package/src/aliases/suffixed.ts +880 -872
- package/src/icons/building.ts +2 -2
- package/src/icons/{chrome.ts → chromium.ts} +5 -5
- package/src/icons/cog.ts +2 -2
- package/src/icons/index.ts +140 -138
- package/src/icons/panel-left-right-dashed.ts +18 -0
- package/src/icons/panel-top-bottom-dashed.ts +18 -0
- package/src/icons/wallpaper.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -47,18 +47,18 @@ export {
|
|
|
47
47
|
default as SortAsc
|
|
48
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
49
49
|
|
|
50
|
-
// ArrowUpZA aliases
|
|
51
|
-
export {
|
|
52
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
53
|
-
default as ArrowUpZa
|
|
54
|
-
} from '../icons/arrow-up-z-a';
|
|
55
|
-
|
|
56
50
|
// Axis3d aliases
|
|
57
51
|
export {
|
|
58
52
|
/** @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
53
|
default as Axis3D
|
|
60
54
|
} from '../icons/axis-3d';
|
|
61
55
|
|
|
56
|
+
// ArrowUpZA aliases
|
|
57
|
+
export {
|
|
58
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
59
|
+
default as ArrowUpZa
|
|
60
|
+
} from '../icons/arrow-up-z-a';
|
|
61
|
+
|
|
62
62
|
// BadgeCheck aliases
|
|
63
63
|
export {
|
|
64
64
|
/** @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 */
|
|
@@ -71,18 +71,18 @@ export {
|
|
|
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 */
|
|
@@ -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 */
|
|
@@ -137,18 +137,18 @@ export {
|
|
|
137
137
|
default as BarChart4
|
|
138
138
|
} from '../icons/chart-column-increasing';
|
|
139
139
|
|
|
140
|
-
// ChartLine aliases
|
|
141
|
-
export {
|
|
142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
143
|
-
default as LineChart
|
|
144
|
-
} from '../icons/chart-line';
|
|
145
|
-
|
|
146
140
|
// ChartColumn aliases
|
|
147
141
|
export {
|
|
148
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 */
|
|
149
143
|
default as BarChart3
|
|
150
144
|
} from '../icons/chart-column';
|
|
151
145
|
|
|
146
|
+
// ChartLine aliases
|
|
147
|
+
export {
|
|
148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
149
|
+
default as LineChart
|
|
150
|
+
} from '../icons/chart-line';
|
|
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 */
|
|
@@ -425,18 +431,18 @@ export {
|
|
|
425
431
|
default as PanelsLeftRight
|
|
426
432
|
} from '../icons/columns-3';
|
|
427
433
|
|
|
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. This alias will be removed in v1.0 */
|
|
431
|
-
default as Contact2
|
|
432
|
-
} from '../icons/contact-round';
|
|
433
|
-
|
|
434
434
|
// DiamondPercent aliases
|
|
435
435
|
export {
|
|
436
436
|
/** @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 */
|
|
437
437
|
default as PercentDiamond
|
|
438
438
|
} from '../icons/diamond-percent';
|
|
439
439
|
|
|
440
|
+
// ContactRound aliases
|
|
441
|
+
export {
|
|
442
|
+
/** @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 */
|
|
443
|
+
default as Contact2
|
|
444
|
+
} from '../icons/contact-round';
|
|
445
|
+
|
|
440
446
|
// Earth aliases
|
|
441
447
|
export {
|
|
442
448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
@@ -557,18 +563,18 @@ export {
|
|
|
557
563
|
default as Grid2X2Check
|
|
558
564
|
} from '../icons/grid-2x2-check';
|
|
559
565
|
|
|
560
|
-
// Grid2x2Plus aliases
|
|
561
|
-
export {
|
|
562
|
-
/** @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 */
|
|
563
|
-
default as Grid2X2Plus
|
|
564
|
-
} from '../icons/grid-2x2-plus';
|
|
565
|
-
|
|
566
566
|
// Grid2x2X aliases
|
|
567
567
|
export {
|
|
568
568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
569
569
|
default as Grid2X2X
|
|
570
570
|
} from '../icons/grid-2x2-x';
|
|
571
571
|
|
|
572
|
+
// Grid2x2Plus aliases
|
|
573
|
+
export {
|
|
574
|
+
/** @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 */
|
|
575
|
+
default as Grid2X2Plus
|
|
576
|
+
} from '../icons/grid-2x2-plus';
|
|
577
|
+
|
|
572
578
|
// Grid2x2 aliases
|
|
573
579
|
export {
|
|
574
580
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
@@ -635,18 +641,18 @@ export {
|
|
|
635
641
|
default as Laptop2
|
|
636
642
|
} from '../icons/laptop-minimal';
|
|
637
643
|
|
|
638
|
-
// LoaderCircle aliases
|
|
639
|
-
export {
|
|
640
|
-
/** @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 */
|
|
641
|
-
default as Loader2
|
|
642
|
-
} from '../icons/loader-circle';
|
|
643
|
-
|
|
644
644
|
// Layers aliases
|
|
645
645
|
export {
|
|
646
646
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
647
647
|
default as Layers3
|
|
648
648
|
} from '../icons/layers';
|
|
649
649
|
|
|
650
|
+
// LoaderCircle aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @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 */
|
|
653
|
+
default as Loader2
|
|
654
|
+
} from '../icons/loader-circle';
|
|
655
|
+
|
|
650
656
|
// LockKeyholeOpen aliases
|
|
651
657
|
export {
|
|
652
658
|
/** @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 */
|
|
@@ -821,6 +827,12 @@ export {
|
|
|
821
827
|
default as ShieldQuestion
|
|
822
828
|
} from '../icons/shield-question-mark';
|
|
823
829
|
|
|
830
|
+
// SlidersVertical aliases
|
|
831
|
+
export {
|
|
832
|
+
/** @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 */
|
|
833
|
+
default as Sliders
|
|
834
|
+
} from '../icons/sliders-vertical';
|
|
835
|
+
|
|
824
836
|
// ShieldX aliases
|
|
825
837
|
export {
|
|
826
838
|
/** @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 */
|
|
@@ -833,12 +845,6 @@ export {
|
|
|
833
845
|
default as Stars
|
|
834
846
|
} from '../icons/sparkles';
|
|
835
847
|
|
|
836
|
-
// SlidersVertical aliases
|
|
837
|
-
export {
|
|
838
|
-
/** @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 */
|
|
839
|
-
default as Sliders
|
|
840
|
-
} from '../icons/sliders-vertical';
|
|
841
|
-
|
|
842
848
|
// SquareActivity aliases
|
|
843
849
|
export {
|
|
844
850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
@@ -1121,18 +1127,18 @@ export {
|
|
|
1121
1127
|
default as PlusSquare
|
|
1122
1128
|
} from '../icons/square-plus';
|
|
1123
1129
|
|
|
1124
|
-
// SquareScissors aliases
|
|
1125
|
-
export {
|
|
1126
|
-
/** @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 */
|
|
1127
|
-
default as ScissorsSquare
|
|
1128
|
-
} from '../icons/square-scissors';
|
|
1129
|
-
|
|
1130
1130
|
// SquarePower aliases
|
|
1131
1131
|
export {
|
|
1132
1132
|
/** @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 */
|
|
1133
1133
|
default as PowerSquare
|
|
1134
1134
|
} from '../icons/square-power';
|
|
1135
1135
|
|
|
1136
|
+
// SquareScissors aliases
|
|
1137
|
+
export {
|
|
1138
|
+
/** @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 */
|
|
1139
|
+
default as ScissorsSquare
|
|
1140
|
+
} from '../icons/square-scissors';
|
|
1141
|
+
|
|
1136
1142
|
// SquareSigma aliases
|
|
1137
1143
|
export {
|
|
1138
1144
|
/** @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 */
|
|
@@ -1175,18 +1181,18 @@ export {
|
|
|
1175
1181
|
default as UserSquare
|
|
1176
1182
|
} from '../icons/square-user';
|
|
1177
1183
|
|
|
1178
|
-
// TestTubeDiagonal aliases
|
|
1179
|
-
export {
|
|
1180
|
-
/** @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 */
|
|
1181
|
-
default as TestTube2
|
|
1182
|
-
} from '../icons/test-tube-diagonal';
|
|
1183
|
-
|
|
1184
1184
|
// SquareX aliases
|
|
1185
1185
|
export {
|
|
1186
1186
|
/** @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 */
|
|
1187
1187
|
default as XSquare
|
|
1188
1188
|
} from '../icons/square-x';
|
|
1189
1189
|
|
|
1190
|
+
// TestTubeDiagonal aliases
|
|
1191
|
+
export {
|
|
1192
|
+
/** @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 */
|
|
1193
|
+
default as TestTube2
|
|
1194
|
+
} from '../icons/test-tube-diagonal';
|
|
1195
|
+
|
|
1190
1196
|
// TextSelect aliases
|
|
1191
1197
|
export {
|
|
1192
1198
|
/** @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 */
|