@lucide/astro 0.531.0 → 0.533.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 +44 -44
- package/src/aliases/prefixed.ts +452 -448
- package/src/aliases/suffixed.ts +678 -674
- package/src/icons/a-large-small.ts +2 -2
- package/src/icons/case-lower.ts +2 -2
- package/src/icons/case-sensitive.ts +2 -2
- package/src/icons/case-upper.ts +2 -2
- package/src/icons/closed-caption.ts +18 -0
- package/src/icons/flag-triangle-left.ts +2 -2
- package/src/icons/flag-triangle-right.ts +2 -2
- package/src/icons/folder-symlink.ts +2 -2
- package/src/icons/gavel.ts +2 -2
- package/src/icons/hammer.ts +2 -2
- package/src/icons/handbag.ts +18 -0
- package/src/icons/heart-crack.ts +2 -2
- package/src/icons/heart-handshake.ts +2 -2
- package/src/icons/heart-minus.ts +2 -2
- package/src/icons/heart-off.ts +2 -2
- package/src/icons/heart-plus.ts +2 -2
- package/src/icons/heart-pulse.ts +2 -2
- package/src/icons/heart.ts +2 -2
- package/src/icons/index.ts +143 -141
- package/src/icons/pickaxe.ts +2 -2
- package/src/icons/sailboat.ts +2 -2
- package/src/icons/wrench.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -35,24 +35,24 @@ export { default as Verified } from '../icons/badge-check';
|
|
|
35
35
|
// BadgeQuestionMark aliases
|
|
36
36
|
export { default as BadgeHelp } from '../icons/badge-question-mark';
|
|
37
37
|
|
|
38
|
-
// BetweenHorizontalStart aliases
|
|
39
|
-
export {
|
|
40
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
41
|
-
default as BetweenHorizonalStart
|
|
42
|
-
} from '../icons/between-horizontal-start';
|
|
43
|
-
|
|
44
38
|
// BetweenHorizontalEnd aliases
|
|
45
39
|
export {
|
|
46
40
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
47
41
|
default as BetweenHorizonalEnd
|
|
48
42
|
} from '../icons/between-horizontal-end';
|
|
49
43
|
|
|
50
|
-
//
|
|
51
|
-
export {
|
|
44
|
+
// BetweenHorizontalStart aliases
|
|
45
|
+
export {
|
|
46
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
47
|
+
default as BetweenHorizonalStart
|
|
48
|
+
} from '../icons/between-horizontal-start';
|
|
52
49
|
|
|
53
50
|
// Braces aliases
|
|
54
51
|
export { default as CurlyBraces } from '../icons/braces';
|
|
55
52
|
|
|
53
|
+
// BookDashed aliases
|
|
54
|
+
export { default as BookTemplate } from '../icons/book-dashed';
|
|
55
|
+
|
|
56
56
|
// Captions aliases
|
|
57
57
|
export { default as Subtitles } from '../icons/captions';
|
|
58
58
|
|
|
@@ -62,18 +62,18 @@ export {
|
|
|
62
62
|
default as AreaChart
|
|
63
63
|
} from '../icons/chart-area';
|
|
64
64
|
|
|
65
|
-
// ChartBar aliases
|
|
66
|
-
export {
|
|
67
|
-
/** @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 */
|
|
68
|
-
default as BarChartHorizontal
|
|
69
|
-
} from '../icons/chart-bar';
|
|
70
|
-
|
|
71
65
|
// ChartBarBig aliases
|
|
72
66
|
export {
|
|
73
67
|
/** @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 */
|
|
74
68
|
default as BarChartHorizontalBig
|
|
75
69
|
} from '../icons/chart-bar-big';
|
|
76
70
|
|
|
71
|
+
// ChartBar aliases
|
|
72
|
+
export {
|
|
73
|
+
/** @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 */
|
|
74
|
+
default as BarChartHorizontal
|
|
75
|
+
} from '../icons/chart-bar';
|
|
76
|
+
|
|
77
77
|
// ChartCandlestick aliases
|
|
78
78
|
export {
|
|
79
79
|
/** @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 */
|
|
@@ -152,12 +152,12 @@ export { default as ArrowDownRightFromCircle } from '../icons/circle-arrow-out-d
|
|
|
152
152
|
// CircleArrowOutUpLeft aliases
|
|
153
153
|
export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
|
|
154
154
|
|
|
155
|
-
// CircleArrowRight aliases
|
|
156
|
-
export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
|
|
157
|
-
|
|
158
155
|
// CircleArrowOutUpRight aliases
|
|
159
156
|
export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
|
|
160
157
|
|
|
158
|
+
// CircleArrowRight aliases
|
|
159
|
+
export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
|
|
160
|
+
|
|
161
161
|
// CircleArrowUp aliases
|
|
162
162
|
export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
|
|
163
163
|
|
|
@@ -215,12 +215,12 @@ export { default as HelpCircle } from '../icons/circle-question-mark';
|
|
|
215
215
|
// CircleQuestionMark aliases
|
|
216
216
|
export { default as CircleHelp } from '../icons/circle-question-mark';
|
|
217
217
|
|
|
218
|
-
// CircleSlash2 aliases
|
|
219
|
-
export { default as CircleSlashed } from '../icons/circle-slash-2';
|
|
220
|
-
|
|
221
218
|
// CircleStop aliases
|
|
222
219
|
export { default as StopCircle } from '../icons/circle-stop';
|
|
223
220
|
|
|
221
|
+
// CircleSlash2 aliases
|
|
222
|
+
export { default as CircleSlashed } from '../icons/circle-slash-2';
|
|
223
|
+
|
|
224
224
|
// CircleUserRound aliases
|
|
225
225
|
export {
|
|
226
226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
@@ -299,18 +299,18 @@ export {
|
|
|
299
299
|
default as FileBarChart2
|
|
300
300
|
} from '../icons/file-chart-column';
|
|
301
301
|
|
|
302
|
-
// FileChartPie aliases
|
|
303
|
-
export {
|
|
304
|
-
/** @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 */
|
|
305
|
-
default as FilePieChart
|
|
306
|
-
} from '../icons/file-chart-pie';
|
|
307
|
-
|
|
308
302
|
// FileChartLine aliases
|
|
309
303
|
export {
|
|
310
304
|
/** @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 */
|
|
311
305
|
default as FileLineChart
|
|
312
306
|
} from '../icons/file-chart-line';
|
|
313
307
|
|
|
308
|
+
// FileChartPie aliases
|
|
309
|
+
export {
|
|
310
|
+
/** @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 */
|
|
311
|
+
default as FilePieChart
|
|
312
|
+
} from '../icons/file-chart-pie';
|
|
313
|
+
|
|
314
314
|
// FileCog aliases
|
|
315
315
|
export {
|
|
316
316
|
/** @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 */
|
|
@@ -353,12 +353,12 @@ export {
|
|
|
353
353
|
default as Filter
|
|
354
354
|
} from '../icons/funnel';
|
|
355
355
|
|
|
356
|
-
// Grid2x2Check aliases
|
|
357
|
-
export { default as Grid2X2Check } from '../icons/grid-2x2-check';
|
|
358
|
-
|
|
359
356
|
// GitCommitHorizontal aliases
|
|
360
357
|
export { default as GitCommit } from '../icons/git-commit-horizontal';
|
|
361
358
|
|
|
359
|
+
// Grid2x2Check aliases
|
|
360
|
+
export { default as Grid2X2Check } from '../icons/grid-2x2-check';
|
|
361
|
+
|
|
362
362
|
// Grid2x2Plus aliases
|
|
363
363
|
export { default as Grid2X2Plus } from '../icons/grid-2x2-plus';
|
|
364
364
|
|
|
@@ -413,15 +413,15 @@ export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
|
|
|
413
413
|
// LockOpen aliases
|
|
414
414
|
export { default as Unlock } from '../icons/lock-open';
|
|
415
415
|
|
|
416
|
-
// MailQuestionMark aliases
|
|
417
|
-
export { default as MailQuestion } from '../icons/mail-question-mark';
|
|
418
|
-
|
|
419
416
|
// MapPinPen aliases
|
|
420
417
|
export {
|
|
421
418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
422
419
|
default as LocationEdit
|
|
423
420
|
} from '../icons/map-pin-pen';
|
|
424
421
|
|
|
422
|
+
// MailQuestionMark aliases
|
|
423
|
+
export { default as MailQuestion } from '../icons/mail-question-mark';
|
|
424
|
+
|
|
425
425
|
// MessageCircleQuestionMark aliases
|
|
426
426
|
export { default as MessageCircleQuestion } from '../icons/message-circle-question-mark';
|
|
427
427
|
|
|
@@ -434,12 +434,12 @@ export {
|
|
|
434
434
|
// Move3d aliases
|
|
435
435
|
export { default as Move3D } from '../icons/move-3d';
|
|
436
436
|
|
|
437
|
-
// OctagonPause aliases
|
|
438
|
-
export { default as PauseOctagon } from '../icons/octagon-pause';
|
|
439
|
-
|
|
440
437
|
// OctagonAlert aliases
|
|
441
438
|
export { default as AlertOctagon } from '../icons/octagon-alert';
|
|
442
439
|
|
|
440
|
+
// OctagonPause aliases
|
|
441
|
+
export { default as PauseOctagon } from '../icons/octagon-pause';
|
|
442
|
+
|
|
443
443
|
// OctagonX aliases
|
|
444
444
|
export { default as XOctagon } from '../icons/octagon-x';
|
|
445
445
|
|
|
@@ -476,9 +476,6 @@ export {
|
|
|
476
476
|
default as Edit3
|
|
477
477
|
} from '../icons/pen-line';
|
|
478
478
|
|
|
479
|
-
// PlugZap aliases
|
|
480
|
-
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
481
|
-
|
|
482
479
|
// Pen aliases
|
|
483
480
|
export {
|
|
484
481
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
@@ -488,6 +485,9 @@ export {
|
|
|
488
485
|
// RectangleEllipsis aliases
|
|
489
486
|
export { default as FormInput } from '../icons/rectangle-ellipsis';
|
|
490
487
|
|
|
488
|
+
// PlugZap aliases
|
|
489
|
+
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
490
|
+
|
|
491
491
|
// Rotate3d aliases
|
|
492
492
|
export { default as Rotate3D } from '../icons/rotate-3d';
|
|
493
493
|
|
|
@@ -551,12 +551,12 @@ export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
|
551
551
|
// SquareArrowUpLeft aliases
|
|
552
552
|
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
553
553
|
|
|
554
|
-
// SquareArrowUp aliases
|
|
555
|
-
export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
556
|
-
|
|
557
554
|
// SquareArrowUpRight aliases
|
|
558
555
|
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
559
556
|
|
|
557
|
+
// SquareArrowUp aliases
|
|
558
|
+
export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
559
|
+
|
|
560
560
|
// SquareAsterisk aliases
|
|
561
561
|
export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
562
562
|
|
|
@@ -704,15 +704,15 @@ export { default as Train } from '../icons/tram-front';
|
|
|
704
704
|
// TreePalm aliases
|
|
705
705
|
export { default as Palmtree } from '../icons/tree-palm';
|
|
706
706
|
|
|
707
|
+
// TriangleAlert aliases
|
|
708
|
+
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
709
|
+
|
|
707
710
|
// TvMinimal aliases
|
|
708
711
|
export {
|
|
709
712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
710
713
|
default as Tv2
|
|
711
714
|
} from '../icons/tv-minimal';
|
|
712
715
|
|
|
713
|
-
// TriangleAlert aliases
|
|
714
|
-
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
715
|
-
|
|
716
716
|
// University aliases
|
|
717
717
|
export {
|
|
718
718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|