@lucide/astro 0.519.0 → 0.520.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 +57 -57
- package/src/aliases/prefixed.ts +418 -416
- package/src/aliases/suffixed.ts +872 -870
- package/src/icons/georgian-lari.ts +18 -0
- package/src/icons/index.ts +91 -90
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -53,15 +53,15 @@ export { default as BookTemplate } from '../icons/book-dashed';
|
|
|
53
53
|
// Braces aliases
|
|
54
54
|
export { default as CurlyBraces } from '../icons/braces';
|
|
55
55
|
|
|
56
|
-
// Captions aliases
|
|
57
|
-
export { default as Subtitles } from '../icons/captions';
|
|
58
|
-
|
|
59
56
|
// ChartArea aliases
|
|
60
57
|
export {
|
|
61
58
|
/** @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 */
|
|
62
59
|
default as AreaChart
|
|
63
60
|
} from '../icons/chart-area';
|
|
64
61
|
|
|
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
|
-
// ChartNoAxesGantt aliases
|
|
120
|
-
export {
|
|
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 */
|
|
122
|
-
default as GanttChart
|
|
123
|
-
} from '../icons/chart-no-axes-gantt';
|
|
124
|
-
|
|
125
119
|
// ChartPie aliases
|
|
126
120
|
export {
|
|
127
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 */
|
|
128
122
|
default as PieChart
|
|
129
123
|
} from '../icons/chart-pie';
|
|
130
124
|
|
|
125
|
+
// ChartNoAxesGantt aliases
|
|
126
|
+
export {
|
|
127
|
+
/** @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
|
+
default as GanttChart
|
|
129
|
+
} from '../icons/chart-no-axes-gantt';
|
|
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
|
-
// CircleChevronLeft aliases
|
|
174
|
-
export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
|
|
175
|
-
|
|
176
173
|
// CircleChevronRight aliases
|
|
177
174
|
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
178
175
|
|
|
176
|
+
// CircleChevronLeft aliases
|
|
177
|
+
export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
|
|
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
|
-
// CircleParkingOff aliases
|
|
192
|
-
export { default as ParkingCircleOff } from '../icons/circle-parking-off';
|
|
193
|
-
|
|
194
191
|
// CircleParking aliases
|
|
195
192
|
export { default as ParkingCircle } from '../icons/circle-parking';
|
|
196
193
|
|
|
194
|
+
// CircleParkingOff aliases
|
|
195
|
+
export { default as ParkingCircleOff } from '../icons/circle-parking-off';
|
|
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
|
-
|
|
212
209
|
// CircleQuestionMark aliases
|
|
213
210
|
export { default as HelpCircle } from '../icons/circle-question-mark';
|
|
214
211
|
|
|
215
212
|
// CircleQuestionMark aliases
|
|
216
213
|
export { default as CircleHelp } from '../icons/circle-question-mark';
|
|
217
214
|
|
|
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
|
|
|
@@ -347,12 +347,12 @@ export {
|
|
|
347
347
|
default as Filter
|
|
348
348
|
} from '../icons/funnel';
|
|
349
349
|
|
|
350
|
-
// GitCommitHorizontal aliases
|
|
351
|
-
export { default as GitCommit } from '../icons/git-commit-horizontal';
|
|
352
|
-
|
|
353
350
|
// Grid2x2Check aliases
|
|
354
351
|
export { default as Grid2X2Check } from '../icons/grid-2x2-check';
|
|
355
352
|
|
|
353
|
+
// GitCommitHorizontal aliases
|
|
354
|
+
export { default as GitCommit } from '../icons/git-commit-horizontal';
|
|
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
|
-
// IndentDecrease aliases
|
|
387
|
-
export { default as Outdent } from '../icons/indent-decrease';
|
|
388
|
-
|
|
389
386
|
// IndentIncrease aliases
|
|
390
387
|
export { default as Indent } from '../icons/indent-increase';
|
|
391
388
|
|
|
389
|
+
// IndentDecrease aliases
|
|
390
|
+
export { default as Outdent } from '../icons/indent-decrease';
|
|
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
|
-
// LockKeyholeOpen aliases
|
|
405
|
-
export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
|
|
406
|
-
|
|
407
404
|
// LockOpen aliases
|
|
408
405
|
export { default as Unlock } from '../icons/lock-open';
|
|
409
406
|
|
|
407
|
+
// LockKeyholeOpen aliases
|
|
408
|
+
export { default as UnlockKeyhole } from '../icons/lock-keyhole-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
|
-
// PanelTopDashed aliases
|
|
456
|
-
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
457
|
-
|
|
458
455
|
// PanelsTopLeft aliases
|
|
459
456
|
export { default as Layout } from '../icons/panels-top-left';
|
|
460
457
|
|
|
458
|
+
// PanelTopDashed aliases
|
|
459
|
+
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
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
|
-
// RectangleEllipsis aliases
|
|
477
|
-
export { default as FormInput } from '../icons/rectangle-ellipsis';
|
|
478
|
-
|
|
479
476
|
// Rotate3d aliases
|
|
480
477
|
export { default as Rotate3D } from '../icons/rotate-3d';
|
|
481
478
|
|
|
479
|
+
// RectangleEllipsis aliases
|
|
480
|
+
export { default as FormInput } from '../icons/rectangle-ellipsis';
|
|
481
|
+
|
|
482
482
|
// Rows2 aliases
|
|
483
483
|
export { default as Rows } from '../icons/rows-2';
|
|
484
484
|
|
|
@@ -506,27 +506,27 @@ export { default as Sliders } from '../icons/sliders-vertical';
|
|
|
506
506
|
// Sparkles aliases
|
|
507
507
|
export { default as Stars } from '../icons/sparkles';
|
|
508
508
|
|
|
509
|
+
// SquareActivity aliases
|
|
510
|
+
export { default as ActivitySquare } from '../icons/square-activity';
|
|
511
|
+
|
|
509
512
|
// SquareArrowDownLeft aliases
|
|
510
513
|
export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
|
|
511
514
|
|
|
512
515
|
// SquareArrowDownRight aliases
|
|
513
516
|
export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
|
|
514
517
|
|
|
515
|
-
// SquareActivity aliases
|
|
516
|
-
export { default as ActivitySquare } from '../icons/square-activity';
|
|
517
|
-
|
|
518
518
|
// SquareArrowDown aliases
|
|
519
519
|
export { default as ArrowDownSquare } from '../icons/square-arrow-down';
|
|
520
520
|
|
|
521
521
|
// SquareArrowLeft aliases
|
|
522
522
|
export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
|
|
523
523
|
|
|
524
|
-
// SquareArrowOutDownLeft aliases
|
|
525
|
-
export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
|
|
526
|
-
|
|
527
524
|
// SquareArrowOutDownRight aliases
|
|
528
525
|
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
529
526
|
|
|
527
|
+
// SquareArrowOutDownLeft aliases
|
|
528
|
+
export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
|
|
529
|
+
|
|
530
530
|
// SquareArrowOutUpLeft aliases
|
|
531
531
|
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
532
532
|
|
|
@@ -536,12 +536,12 @@ export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-
|
|
|
536
536
|
// SquareArrowRight aliases
|
|
537
537
|
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
538
538
|
|
|
539
|
-
// SquareArrowUpRight aliases
|
|
540
|
-
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
541
|
-
|
|
542
539
|
// SquareArrowUpLeft aliases
|
|
543
540
|
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
544
541
|
|
|
542
|
+
// SquareArrowUpRight aliases
|
|
543
|
+
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
544
|
+
|
|
545
545
|
// SquareArrowUp aliases
|
|
546
546
|
export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
547
547
|
|
|
@@ -551,15 +551,15 @@ export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
|
551
551
|
// SquareBottomDashedScissors aliases
|
|
552
552
|
export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
|
|
553
553
|
|
|
554
|
-
// SquareCheckBig aliases
|
|
555
|
-
export { default as CheckSquare } from '../icons/square-check-big';
|
|
556
|
-
|
|
557
554
|
// SquareChartGantt aliases
|
|
558
555
|
export { default as GanttChartSquare } from '../icons/square-chart-gantt';
|
|
559
556
|
|
|
560
557
|
// SquareChartGantt aliases
|
|
561
558
|
export { default as SquareGanttChart } from '../icons/square-chart-gantt';
|
|
562
559
|
|
|
560
|
+
// SquareCheckBig aliases
|
|
561
|
+
export { default as CheckSquare } from '../icons/square-check-big';
|
|
562
|
+
|
|
563
563
|
// SquareCheck aliases
|
|
564
564
|
export { default as CheckSquare2 } from '../icons/square-check';
|
|
565
565
|
|
|
@@ -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
|
-
// SquarePercent aliases
|
|
636
|
-
export { default as PercentSquare } from '../icons/square-percent';
|
|
637
|
-
|
|
638
635
|
// SquarePi aliases
|
|
639
636
|
export { default as PiSquare } from '../icons/square-pi';
|
|
640
637
|
|
|
638
|
+
// SquarePercent aliases
|
|
639
|
+
export { default as PercentSquare } from '../icons/square-percent';
|
|
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
|
-
|
|
662
659
|
// SquareSplitHorizontal aliases
|
|
663
660
|
export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
|
|
664
661
|
|
|
665
662
|
// SquareSplitVertical aliases
|
|
666
663
|
export { default as SplitSquareVertical } from '../icons/square-split-vertical';
|
|
667
664
|
|
|
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
|
|
|
@@ -713,18 +713,18 @@ export {
|
|
|
713
713
|
default as UserCheck2
|
|
714
714
|
} from '../icons/user-round-check';
|
|
715
715
|
|
|
716
|
-
// UserRoundCog aliases
|
|
717
|
-
export {
|
|
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 */
|
|
719
|
-
default as UserCog2
|
|
720
|
-
} from '../icons/user-round-cog';
|
|
721
|
-
|
|
722
716
|
// UserRoundMinus aliases
|
|
723
717
|
export {
|
|
724
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 */
|
|
725
719
|
default as UserMinus2
|
|
726
720
|
} from '../icons/user-round-minus';
|
|
727
721
|
|
|
722
|
+
// UserRoundCog aliases
|
|
723
|
+
export {
|
|
724
|
+
/** @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
|
+
default as UserCog2
|
|
726
|
+
} from '../icons/user-round-cog';
|
|
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 */
|