@lucide/astro 0.553.0 → 0.555.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 +64 -58
- package/src/aliases/prefixed.ts +495 -483
- package/src/aliases/suffixed.ts +830 -818
- package/src/icons/ampersand.ts +2 -2
- package/src/icons/anchor.ts +2 -2
- package/src/icons/calendars.ts +18 -0
- package/src/icons/{fingerprint.ts → fingerprint-pattern.ts} +4 -4
- package/src/icons/folder-git-2.ts +2 -2
- package/src/icons/form.ts +18 -0
- package/src/icons/index.ts +153 -149
- package/src/icons/scale.ts +2 -2
- package/src/icons/waves-arrow-down.ts +18 -0
- package/src/icons/waves-arrow-up.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -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,18 +119,18 @@ export {
|
|
|
119
119
|
default as BarChartHorizontal
|
|
120
120
|
} from '../icons/chart-bar';
|
|
121
121
|
|
|
122
|
-
// ChartColumnBig aliases
|
|
123
|
-
export {
|
|
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 */
|
|
125
|
-
default as BarChartBig
|
|
126
|
-
} from '../icons/chart-column-big';
|
|
127
|
-
|
|
128
122
|
// ChartCandlestick aliases
|
|
129
123
|
export {
|
|
130
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 */
|
|
131
125
|
default as CandlestickChart
|
|
132
126
|
} from '../icons/chart-candlestick';
|
|
133
127
|
|
|
128
|
+
// ChartColumnBig aliases
|
|
129
|
+
export {
|
|
130
|
+
/** @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 */
|
|
131
|
+
default as BarChartBig
|
|
132
|
+
} from '../icons/chart-column-big';
|
|
133
|
+
|
|
134
134
|
// ChartColumnIncreasing aliases
|
|
135
135
|
export {
|
|
136
136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -251,18 +251,18 @@ export {
|
|
|
251
251
|
default as CheckCircle2
|
|
252
252
|
} from '../icons/circle-check';
|
|
253
253
|
|
|
254
|
-
// CircleChevronLeft aliases
|
|
255
|
-
export {
|
|
256
|
-
/** @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 */
|
|
257
|
-
default as ChevronLeftCircle
|
|
258
|
-
} from '../icons/circle-chevron-left';
|
|
259
|
-
|
|
260
254
|
// CircleChevronDown aliases
|
|
261
255
|
export {
|
|
262
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 */
|
|
263
257
|
default as ChevronDownCircle
|
|
264
258
|
} from '../icons/circle-chevron-down';
|
|
265
259
|
|
|
260
|
+
// CircleChevronLeft aliases
|
|
261
|
+
export {
|
|
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
|
+
default as ChevronLeftCircle
|
|
264
|
+
} from '../icons/circle-chevron-left';
|
|
265
|
+
|
|
266
266
|
// CircleChevronRight aliases
|
|
267
267
|
export {
|
|
268
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 */
|
|
@@ -533,12 +533,6 @@ export {
|
|
|
533
533
|
default as FileWarning
|
|
534
534
|
} from '../icons/file-exclamation-point';
|
|
535
535
|
|
|
536
|
-
// FileKey aliases
|
|
537
|
-
export {
|
|
538
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
539
|
-
default as FileKey2
|
|
540
|
-
} from '../icons/file-key';
|
|
541
|
-
|
|
542
536
|
// FileHeadphone aliases
|
|
543
537
|
export {
|
|
544
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,6 +545,12 @@ export {
|
|
|
551
545
|
default as FileAudio2
|
|
552
546
|
} from '../icons/file-headphone';
|
|
553
547
|
|
|
548
|
+
// FileKey aliases
|
|
549
|
+
export {
|
|
550
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
551
|
+
default as FileKey2
|
|
552
|
+
} from '../icons/file-key';
|
|
553
|
+
|
|
554
554
|
// FileLock aliases
|
|
555
555
|
export {
|
|
556
556
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
@@ -623,6 +623,12 @@ export {
|
|
|
623
623
|
default as FileX2
|
|
624
624
|
} from '../icons/file-x-corner';
|
|
625
625
|
|
|
626
|
+
// FingerprintPattern aliases
|
|
627
|
+
export {
|
|
628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
629
|
+
default as Fingerprint
|
|
630
|
+
} from '../icons/fingerprint-pattern';
|
|
631
|
+
|
|
626
632
|
// FolderCog aliases
|
|
627
633
|
export {
|
|
628
634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
@@ -755,18 +761,18 @@ 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. This alias will be removed in v1.0 */
|
|
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. This alias will be removed in v1.0 */
|
|
767
767
|
default as UnlockKeyhole
|
|
768
768
|
} from '../icons/lock-keyhole-open';
|
|
769
769
|
|
|
770
|
+
// LoaderCircle aliases
|
|
771
|
+
export {
|
|
772
|
+
/** @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 */
|
|
773
|
+
default as Loader2
|
|
774
|
+
} from '../icons/loader-circle';
|
|
775
|
+
|
|
770
776
|
// LockOpen aliases
|
|
771
777
|
export {
|
|
772
778
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
@@ -863,18 +869,18 @@ export {
|
|
|
863
869
|
default as PanelRightInactive
|
|
864
870
|
} from '../icons/panel-right-dashed';
|
|
865
871
|
|
|
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. This alias will be removed in v1.0 */
|
|
869
|
-
default as PanelTopInactive
|
|
870
|
-
} from '../icons/panel-top-dashed';
|
|
871
|
-
|
|
872
872
|
// PanelsTopLeft aliases
|
|
873
873
|
export {
|
|
874
874
|
/** @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 */
|
|
875
875
|
default as Layout
|
|
876
876
|
} from '../icons/panels-top-left';
|
|
877
877
|
|
|
878
|
+
// PanelTopDashed aliases
|
|
879
|
+
export {
|
|
880
|
+
/** @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 */
|
|
881
|
+
default as PanelTopInactive
|
|
882
|
+
} from '../icons/panel-top-dashed';
|
|
883
|
+
|
|
878
884
|
// PenLine aliases
|
|
879
885
|
export {
|
|
880
886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
@@ -1061,18 +1067,18 @@ export {
|
|
|
1061
1067
|
default as CheckSquare
|
|
1062
1068
|
} from '../icons/square-check-big';
|
|
1063
1069
|
|
|
1064
|
-
// SquareCheck aliases
|
|
1065
|
-
export {
|
|
1066
|
-
/** @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 */
|
|
1067
|
-
default as CheckSquare2
|
|
1068
|
-
} from '../icons/square-check';
|
|
1069
|
-
|
|
1070
1070
|
// SquareChevronDown aliases
|
|
1071
1071
|
export {
|
|
1072
1072
|
/** @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 */
|
|
1073
1073
|
default as ChevronDownSquare
|
|
1074
1074
|
} from '../icons/square-chevron-down';
|
|
1075
1075
|
|
|
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
|
+
|
|
1076
1082
|
// SquareChevronLeft aliases
|
|
1077
1083
|
export {
|
|
1078
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 */
|
|
@@ -1139,18 +1145,18 @@ export {
|
|
|
1139
1145
|
default as FunctionSquare
|
|
1140
1146
|
} from '../icons/square-function';
|
|
1141
1147
|
|
|
1142
|
-
// SquareKanban aliases
|
|
1143
|
-
export {
|
|
1144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
1145
|
-
default as KanbanSquare
|
|
1146
|
-
} from '../icons/square-kanban';
|
|
1147
|
-
|
|
1148
1148
|
// SquareLibrary aliases
|
|
1149
1149
|
export {
|
|
1150
1150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
1151
1151
|
default as LibrarySquare
|
|
1152
1152
|
} from '../icons/square-library';
|
|
1153
1153
|
|
|
1154
|
+
// SquareKanban aliases
|
|
1155
|
+
export {
|
|
1156
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
1157
|
+
default as KanbanSquare
|
|
1158
|
+
} from '../icons/square-kanban';
|
|
1159
|
+
|
|
1154
1160
|
// SquareM aliases
|
|
1155
1161
|
export {
|
|
1156
1162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
@@ -1271,23 +1277,17 @@ export {
|
|
|
1271
1277
|
default as SplitSquareVertical
|
|
1272
1278
|
} from '../icons/square-split-vertical';
|
|
1273
1279
|
|
|
1274
|
-
// SquareUserRound aliases
|
|
1275
|
-
export {
|
|
1276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
1277
|
-
default as UserSquare2
|
|
1278
|
-
} from '../icons/square-user-round';
|
|
1279
|
-
|
|
1280
1280
|
// SquareTerminal aliases
|
|
1281
1281
|
export {
|
|
1282
1282
|
/** @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 */
|
|
1283
1283
|
default as TerminalSquare
|
|
1284
1284
|
} from '../icons/square-terminal';
|
|
1285
1285
|
|
|
1286
|
-
//
|
|
1286
|
+
// SquareUserRound aliases
|
|
1287
1287
|
export {
|
|
1288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1289
|
-
default as
|
|
1290
|
-
} from '../icons/square-
|
|
1288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
1289
|
+
default as UserSquare2
|
|
1290
|
+
} from '../icons/square-user-round';
|
|
1291
1291
|
|
|
1292
1292
|
// SquareUser aliases
|
|
1293
1293
|
export {
|
|
@@ -1295,6 +1295,12 @@ export {
|
|
|
1295
1295
|
default as UserSquare
|
|
1296
1296
|
} from '../icons/square-user';
|
|
1297
1297
|
|
|
1298
|
+
// SquareX aliases
|
|
1299
|
+
export {
|
|
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 */
|
|
1301
|
+
default as XSquare
|
|
1302
|
+
} from '../icons/square-x';
|
|
1303
|
+
|
|
1298
1304
|
// TestTubeDiagonal aliases
|
|
1299
1305
|
export {
|
|
1300
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 */
|