@lucide/astro 0.520.0 → 0.521.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 +63 -63
- package/src/aliases/prefixed.ts +446 -444
- package/src/aliases/suffixed.ts +820 -818
- package/src/icons/circle-arrow-left.ts +2 -2
- package/src/icons/circle-arrow-right.ts +2 -2
- package/src/icons/index.ts +104 -103
- package/src/icons/squircle-dashed.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -50,6 +50,9 @@ export {
|
|
|
50
50
|
// BookDashed aliases
|
|
51
51
|
export { default as BookTemplate } from '../icons/book-dashed';
|
|
52
52
|
|
|
53
|
+
// Captions aliases
|
|
54
|
+
export { default as Subtitles } from '../icons/captions';
|
|
55
|
+
|
|
53
56
|
// Braces aliases
|
|
54
57
|
export { default as CurlyBraces } from '../icons/braces';
|
|
55
58
|
|
|
@@ -59,9 +62,6 @@ export {
|
|
|
59
62
|
default as AreaChart
|
|
60
63
|
} from '../icons/chart-area';
|
|
61
64
|
|
|
62
|
-
// Captions aliases
|
|
63
|
-
export { default as Subtitles } from '../icons/captions';
|
|
64
|
-
|
|
65
65
|
// ChartBarBig aliases
|
|
66
66
|
export {
|
|
67
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 */
|
|
@@ -116,18 +116,18 @@ export {
|
|
|
116
116
|
default as BarChart2
|
|
117
117
|
} from '../icons/chart-no-axes-column';
|
|
118
118
|
|
|
119
|
-
// ChartPie aliases
|
|
120
|
-
export {
|
|
121
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
122
|
-
default as PieChart
|
|
123
|
-
} from '../icons/chart-pie';
|
|
124
|
-
|
|
125
119
|
// ChartNoAxesGantt aliases
|
|
126
120
|
export {
|
|
127
121
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
128
122
|
default as GanttChart
|
|
129
123
|
} from '../icons/chart-no-axes-gantt';
|
|
130
124
|
|
|
125
|
+
// ChartPie aliases
|
|
126
|
+
export {
|
|
127
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
128
|
+
default as PieChart
|
|
129
|
+
} from '../icons/chart-pie';
|
|
130
|
+
|
|
131
131
|
// ChartScatter aliases
|
|
132
132
|
export {
|
|
133
133
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
@@ -170,12 +170,12 @@ export { default as CheckCircle2 } from '../icons/circle-check';
|
|
|
170
170
|
// CircleChevronDown aliases
|
|
171
171
|
export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
|
|
172
172
|
|
|
173
|
-
// CircleChevronRight aliases
|
|
174
|
-
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
175
|
-
|
|
176
173
|
// CircleChevronLeft aliases
|
|
177
174
|
export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
|
|
178
175
|
|
|
176
|
+
// CircleChevronRight aliases
|
|
177
|
+
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
178
|
+
|
|
179
179
|
// CircleChevronUp aliases
|
|
180
180
|
export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
|
|
181
181
|
|
|
@@ -188,12 +188,12 @@ export { default as GaugeCircle } from '../icons/circle-gauge';
|
|
|
188
188
|
// CircleMinus aliases
|
|
189
189
|
export { default as MinusCircle } from '../icons/circle-minus';
|
|
190
190
|
|
|
191
|
-
// CircleParking aliases
|
|
192
|
-
export { default as ParkingCircle } from '../icons/circle-parking';
|
|
193
|
-
|
|
194
191
|
// CircleParkingOff aliases
|
|
195
192
|
export { default as ParkingCircleOff } from '../icons/circle-parking-off';
|
|
196
193
|
|
|
194
|
+
// CircleParking aliases
|
|
195
|
+
export { default as ParkingCircle } from '../icons/circle-parking';
|
|
196
|
+
|
|
197
197
|
// CirclePause aliases
|
|
198
198
|
export { default as PauseCircle } from '../icons/circle-pause';
|
|
199
199
|
|
|
@@ -206,15 +206,15 @@ export { default as PlayCircle } from '../icons/circle-play';
|
|
|
206
206
|
// CirclePlus aliases
|
|
207
207
|
export { default as PlusCircle } from '../icons/circle-plus';
|
|
208
208
|
|
|
209
|
+
// CirclePower aliases
|
|
210
|
+
export { default as PowerCircle } from '../icons/circle-power';
|
|
211
|
+
|
|
209
212
|
// CircleQuestionMark aliases
|
|
210
213
|
export { default as HelpCircle } from '../icons/circle-question-mark';
|
|
211
214
|
|
|
212
215
|
// CircleQuestionMark aliases
|
|
213
216
|
export { default as CircleHelp } from '../icons/circle-question-mark';
|
|
214
217
|
|
|
215
|
-
// CirclePower aliases
|
|
216
|
-
export { default as PowerCircle } from '../icons/circle-power';
|
|
217
|
-
|
|
218
218
|
// CircleSlash2 aliases
|
|
219
219
|
export { default as CircleSlashed } from '../icons/circle-slash-2';
|
|
220
220
|
|
|
@@ -227,12 +227,12 @@ export {
|
|
|
227
227
|
default as UserCircle2
|
|
228
228
|
} from '../icons/circle-user-round';
|
|
229
229
|
|
|
230
|
-
// CircleUser aliases
|
|
231
|
-
export { default as UserCircle } from '../icons/circle-user';
|
|
232
|
-
|
|
233
230
|
// CircleX aliases
|
|
234
231
|
export { default as XCircle } from '../icons/circle-x';
|
|
235
232
|
|
|
233
|
+
// CircleUser aliases
|
|
234
|
+
export { default as UserCircle } from '../icons/circle-user';
|
|
235
|
+
|
|
236
236
|
// ClipboardPenLine aliases
|
|
237
237
|
export { default as ClipboardSignature } from '../icons/clipboard-pen-line';
|
|
238
238
|
|
|
@@ -284,15 +284,15 @@ export { default as MoreVertical } from '../icons/ellipsis-vertical';
|
|
|
284
284
|
// Ellipsis aliases
|
|
285
285
|
export { default as MoreHorizontal } from '../icons/ellipsis';
|
|
286
286
|
|
|
287
|
+
// FileAxis3d aliases
|
|
288
|
+
export { default as FileAxis3D } from '../icons/file-axis-3d';
|
|
289
|
+
|
|
287
290
|
// FileChartColumnIncreasing aliases
|
|
288
291
|
export {
|
|
289
292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
290
293
|
default as FileBarChart
|
|
291
294
|
} from '../icons/file-chart-column-increasing';
|
|
292
295
|
|
|
293
|
-
// FileAxis3d aliases
|
|
294
|
-
export { default as FileAxis3D } from '../icons/file-axis-3d';
|
|
295
|
-
|
|
296
296
|
// FileChartColumn aliases
|
|
297
297
|
export {
|
|
298
298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
@@ -347,12 +347,12 @@ export {
|
|
|
347
347
|
default as Filter
|
|
348
348
|
} from '../icons/funnel';
|
|
349
349
|
|
|
350
|
-
// Grid2x2Check aliases
|
|
351
|
-
export { default as Grid2X2Check } from '../icons/grid-2x2-check';
|
|
352
|
-
|
|
353
350
|
// GitCommitHorizontal aliases
|
|
354
351
|
export { default as GitCommit } from '../icons/git-commit-horizontal';
|
|
355
352
|
|
|
353
|
+
// Grid2x2Check aliases
|
|
354
|
+
export { default as Grid2X2Check } from '../icons/grid-2x2-check';
|
|
355
|
+
|
|
356
356
|
// Grid2x2Plus aliases
|
|
357
357
|
export { default as Grid2X2Plus } from '../icons/grid-2x2-plus';
|
|
358
358
|
|
|
@@ -383,12 +383,12 @@ export {
|
|
|
383
383
|
// IceCreamCone aliases
|
|
384
384
|
export { default as IceCream } from '../icons/ice-cream-cone';
|
|
385
385
|
|
|
386
|
-
// IndentIncrease aliases
|
|
387
|
-
export { default as Indent } from '../icons/indent-increase';
|
|
388
|
-
|
|
389
386
|
// IndentDecrease aliases
|
|
390
387
|
export { default as Outdent } from '../icons/indent-decrease';
|
|
391
388
|
|
|
389
|
+
// IndentIncrease aliases
|
|
390
|
+
export { default as Indent } from '../icons/indent-increase';
|
|
391
|
+
|
|
392
392
|
// LaptopMinimal aliases
|
|
393
393
|
export {
|
|
394
394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
@@ -401,12 +401,12 @@ export { default as Layers3 } from '../icons/layers';
|
|
|
401
401
|
// LoaderCircle aliases
|
|
402
402
|
export { default as Loader2 } from '../icons/loader-circle';
|
|
403
403
|
|
|
404
|
-
// LockOpen aliases
|
|
405
|
-
export { default as Unlock } from '../icons/lock-open';
|
|
406
|
-
|
|
407
404
|
// LockKeyholeOpen aliases
|
|
408
405
|
export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
|
|
409
406
|
|
|
407
|
+
// LockOpen aliases
|
|
408
|
+
export { default as Unlock } from '../icons/lock-open';
|
|
409
|
+
|
|
410
410
|
// MailQuestionMark aliases
|
|
411
411
|
export { default as MailQuestion } from '../icons/mail-question-mark';
|
|
412
412
|
|
|
@@ -452,12 +452,12 @@ export { default as Sidebar } from '../icons/panel-left';
|
|
|
452
452
|
// PanelRightDashed aliases
|
|
453
453
|
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
454
454
|
|
|
455
|
-
// PanelsTopLeft aliases
|
|
456
|
-
export { default as Layout } from '../icons/panels-top-left';
|
|
457
|
-
|
|
458
455
|
// PanelTopDashed aliases
|
|
459
456
|
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
460
457
|
|
|
458
|
+
// PanelsTopLeft aliases
|
|
459
|
+
export { default as Layout } from '../icons/panels-top-left';
|
|
460
|
+
|
|
461
461
|
// PenLine aliases
|
|
462
462
|
export {
|
|
463
463
|
/** @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 */
|
|
@@ -473,12 +473,12 @@ export {
|
|
|
473
473
|
// PlugZap aliases
|
|
474
474
|
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
475
475
|
|
|
476
|
-
// Rotate3d aliases
|
|
477
|
-
export { default as Rotate3D } from '../icons/rotate-3d';
|
|
478
|
-
|
|
479
476
|
// RectangleEllipsis aliases
|
|
480
477
|
export { default as FormInput } from '../icons/rectangle-ellipsis';
|
|
481
478
|
|
|
479
|
+
// Rotate3d aliases
|
|
480
|
+
export { default as Rotate3D } from '../icons/rotate-3d';
|
|
481
|
+
|
|
482
482
|
// Rows2 aliases
|
|
483
483
|
export { default as Rows } from '../icons/rows-2';
|
|
484
484
|
|
|
@@ -521,12 +521,12 @@ export { default as ArrowDownSquare } from '../icons/square-arrow-down';
|
|
|
521
521
|
// SquareArrowLeft aliases
|
|
522
522
|
export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
|
|
523
523
|
|
|
524
|
-
// SquareArrowOutDownRight aliases
|
|
525
|
-
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
526
|
-
|
|
527
524
|
// SquareArrowOutDownLeft aliases
|
|
528
525
|
export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
|
|
529
526
|
|
|
527
|
+
// SquareArrowOutDownRight aliases
|
|
528
|
+
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
529
|
+
|
|
530
530
|
// SquareArrowOutUpLeft aliases
|
|
531
531
|
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
532
532
|
|
|
@@ -548,15 +548,15 @@ export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
|
548
548
|
// SquareAsterisk aliases
|
|
549
549
|
export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
550
550
|
|
|
551
|
-
// SquareBottomDashedScissors aliases
|
|
552
|
-
export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
|
|
553
|
-
|
|
554
551
|
// SquareChartGantt aliases
|
|
555
552
|
export { default as GanttChartSquare } from '../icons/square-chart-gantt';
|
|
556
553
|
|
|
557
554
|
// SquareChartGantt aliases
|
|
558
555
|
export { default as SquareGanttChart } from '../icons/square-chart-gantt';
|
|
559
556
|
|
|
557
|
+
// SquareBottomDashedScissors aliases
|
|
558
|
+
export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
|
|
559
|
+
|
|
560
560
|
// SquareCheckBig aliases
|
|
561
561
|
export { default as CheckSquare } from '../icons/square-check-big';
|
|
562
562
|
|
|
@@ -599,12 +599,12 @@ export { default as EqualSquare } from '../icons/square-equal';
|
|
|
599
599
|
// SquareFunction aliases
|
|
600
600
|
export { default as FunctionSquare } from '../icons/square-function';
|
|
601
601
|
|
|
602
|
-
// SquareKanban aliases
|
|
603
|
-
export { default as KanbanSquare } from '../icons/square-kanban';
|
|
604
|
-
|
|
605
602
|
// SquareLibrary aliases
|
|
606
603
|
export { default as LibrarySquare } from '../icons/square-library';
|
|
607
604
|
|
|
605
|
+
// SquareKanban aliases
|
|
606
|
+
export { default as KanbanSquare } from '../icons/square-kanban';
|
|
607
|
+
|
|
608
608
|
// SquareM aliases
|
|
609
609
|
export { default as MSquare } from '../icons/square-m';
|
|
610
610
|
|
|
@@ -632,12 +632,12 @@ export { default as Edit } from '../icons/square-pen';
|
|
|
632
632
|
// SquarePen aliases
|
|
633
633
|
export { default as PenSquare } from '../icons/square-pen';
|
|
634
634
|
|
|
635
|
-
// SquarePi aliases
|
|
636
|
-
export { default as PiSquare } from '../icons/square-pi';
|
|
637
|
-
|
|
638
635
|
// SquarePercent aliases
|
|
639
636
|
export { default as PercentSquare } from '../icons/square-percent';
|
|
640
637
|
|
|
638
|
+
// SquarePi aliases
|
|
639
|
+
export { default as PiSquare } from '../icons/square-pi';
|
|
640
|
+
|
|
641
641
|
// SquarePilcrow aliases
|
|
642
642
|
export { default as PilcrowSquare } from '../icons/square-pilcrow';
|
|
643
643
|
|
|
@@ -656,15 +656,15 @@ export { default as ScissorsSquare } from '../icons/square-scissors';
|
|
|
656
656
|
// SquareSigma aliases
|
|
657
657
|
export { default as SigmaSquare } from '../icons/square-sigma';
|
|
658
658
|
|
|
659
|
+
// SquareSlash aliases
|
|
660
|
+
export { default as SlashSquare } from '../icons/square-slash';
|
|
661
|
+
|
|
659
662
|
// SquareSplitHorizontal aliases
|
|
660
663
|
export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
|
|
661
664
|
|
|
662
665
|
// SquareSplitVertical aliases
|
|
663
666
|
export { default as SplitSquareVertical } from '../icons/square-split-vertical';
|
|
664
667
|
|
|
665
|
-
// SquareSlash aliases
|
|
666
|
-
export { default as SlashSquare } from '../icons/square-slash';
|
|
667
|
-
|
|
668
668
|
// SquareTerminal aliases
|
|
669
669
|
export { default as TerminalSquare } from '../icons/square-terminal';
|
|
670
670
|
|
|
@@ -692,15 +692,15 @@ export { default as Train } from '../icons/tram-front';
|
|
|
692
692
|
// TreePalm aliases
|
|
693
693
|
export { default as Palmtree } from '../icons/tree-palm';
|
|
694
694
|
|
|
695
|
-
// TriangleAlert aliases
|
|
696
|
-
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
697
|
-
|
|
698
695
|
// TvMinimal aliases
|
|
699
696
|
export {
|
|
700
697
|
/** @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 */
|
|
701
698
|
default as Tv2
|
|
702
699
|
} from '../icons/tv-minimal';
|
|
703
700
|
|
|
701
|
+
// TriangleAlert aliases
|
|
702
|
+
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
703
|
+
|
|
704
704
|
// University aliases
|
|
705
705
|
export {
|
|
706
706
|
/** @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 */
|
|
@@ -713,18 +713,18 @@ export {
|
|
|
713
713
|
default as UserCheck2
|
|
714
714
|
} from '../icons/user-round-check';
|
|
715
715
|
|
|
716
|
-
// UserRoundMinus aliases
|
|
717
|
-
export {
|
|
718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
719
|
-
default as UserMinus2
|
|
720
|
-
} from '../icons/user-round-minus';
|
|
721
|
-
|
|
722
716
|
// UserRoundCog aliases
|
|
723
717
|
export {
|
|
724
718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
725
719
|
default as UserCog2
|
|
726
720
|
} from '../icons/user-round-cog';
|
|
727
721
|
|
|
722
|
+
// UserRoundMinus aliases
|
|
723
|
+
export {
|
|
724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
725
|
+
default as UserMinus2
|
|
726
|
+
} from '../icons/user-round-minus';
|
|
727
|
+
|
|
728
728
|
// UserRoundPlus aliases
|
|
729
729
|
export {
|
|
730
730
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|