@lucide/astro 0.525.0 → 0.526.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 +67 -67
- package/src/aliases/prefixed.ts +517 -509
- package/src/aliases/suffixed.ts +833 -825
- package/src/icons/badge-turkish-lira.ts +18 -0
- package/src/icons/ban.ts +2 -2
- package/src/icons/brain.ts +2 -2
- package/src/icons/cable.ts +2 -2
- package/src/icons/circle-parking-off.ts +2 -2
- package/src/icons/index.ts +138 -134
- package/src/icons/magnet.ts +2 -2
- package/src/icons/pen-line.ts +2 -2
- package/src/icons/pencil-line.ts +2 -2
- package/src/icons/podcast.ts +2 -2
- package/src/icons/receipt-turkish-lira.ts +18 -0
- package/src/icons/trash-2.ts +2 -2
- package/src/icons/trash.ts +2 -2
- package/src/icons/turkish-lira.ts +18 -0
- package/src/icons/wifi-sync.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -11,18 +11,18 @@ export { default as AlarmPlus } from '../icons/alarm-clock-plus';
|
|
|
11
11
|
// ArrowDownAZ aliases
|
|
12
12
|
export { default as ArrowDownAz } from '../icons/arrow-down-a-z';
|
|
13
13
|
|
|
14
|
-
// ArrowDownZA aliases
|
|
15
|
-
export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
|
|
16
|
-
|
|
17
14
|
// ArrowDownWideNarrow aliases
|
|
18
15
|
export { default as SortDesc } from '../icons/arrow-down-wide-narrow';
|
|
19
16
|
|
|
20
|
-
//
|
|
21
|
-
export { default as
|
|
17
|
+
// ArrowDownZA aliases
|
|
18
|
+
export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
|
|
22
19
|
|
|
23
20
|
// ArrowUpNarrowWide aliases
|
|
24
21
|
export { default as SortAsc } from '../icons/arrow-up-narrow-wide';
|
|
25
22
|
|
|
23
|
+
// ArrowUpAZ aliases
|
|
24
|
+
export { default as ArrowUpAz } from '../icons/arrow-up-a-z';
|
|
25
|
+
|
|
26
26
|
// ArrowUpZA aliases
|
|
27
27
|
export { default as ArrowUpZa } from '../icons/arrow-up-z-a';
|
|
28
28
|
|
|
@@ -41,15 +41,15 @@ export {
|
|
|
41
41
|
default as BetweenHorizonalEnd
|
|
42
42
|
} from '../icons/between-horizontal-end';
|
|
43
43
|
|
|
44
|
+
// BookDashed aliases
|
|
45
|
+
export { default as BookTemplate } from '../icons/book-dashed';
|
|
46
|
+
|
|
44
47
|
// BetweenHorizontalStart aliases
|
|
45
48
|
export {
|
|
46
49
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
47
50
|
default as BetweenHorizonalStart
|
|
48
51
|
} from '../icons/between-horizontal-start';
|
|
49
52
|
|
|
50
|
-
// BookDashed aliases
|
|
51
|
-
export { default as BookTemplate } from '../icons/book-dashed';
|
|
52
|
-
|
|
53
53
|
// Braces aliases
|
|
54
54
|
export { default as CurlyBraces } from '../icons/braces';
|
|
55
55
|
|
|
@@ -98,18 +98,18 @@ export {
|
|
|
98
98
|
default as BarChart3
|
|
99
99
|
} from '../icons/chart-column';
|
|
100
100
|
|
|
101
|
-
// ChartLine aliases
|
|
102
|
-
export {
|
|
103
|
-
/** @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 */
|
|
104
|
-
default as LineChart
|
|
105
|
-
} from '../icons/chart-line';
|
|
106
|
-
|
|
107
101
|
// ChartNoAxesColumnIncreasing aliases
|
|
108
102
|
export {
|
|
109
103
|
/** @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 */
|
|
110
104
|
default as BarChart
|
|
111
105
|
} from '../icons/chart-no-axes-column-increasing';
|
|
112
106
|
|
|
107
|
+
// ChartLine aliases
|
|
108
|
+
export {
|
|
109
|
+
/** @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 */
|
|
110
|
+
default as LineChart
|
|
111
|
+
} from '../icons/chart-line';
|
|
112
|
+
|
|
113
113
|
// ChartNoAxesColumn aliases
|
|
114
114
|
export {
|
|
115
115
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
@@ -173,12 +173,12 @@ export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
|
|
|
173
173
|
// CircleChevronLeft aliases
|
|
174
174
|
export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
|
|
175
175
|
|
|
176
|
-
// CircleChevronRight aliases
|
|
177
|
-
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
178
|
-
|
|
179
176
|
// CircleChevronUp aliases
|
|
180
177
|
export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
|
|
181
178
|
|
|
179
|
+
// CircleChevronRight aliases
|
|
180
|
+
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
181
|
+
|
|
182
182
|
// CircleDivide aliases
|
|
183
183
|
export { default as DivideCircle } from '../icons/circle-divide';
|
|
184
184
|
|
|
@@ -209,15 +209,15 @@ export { default as PlusCircle } from '../icons/circle-plus';
|
|
|
209
209
|
// CirclePower aliases
|
|
210
210
|
export { default as PowerCircle } from '../icons/circle-power';
|
|
211
211
|
|
|
212
|
+
// CircleSlash2 aliases
|
|
213
|
+
export { default as CircleSlashed } from '../icons/circle-slash-2';
|
|
214
|
+
|
|
212
215
|
// CircleQuestionMark aliases
|
|
213
216
|
export { default as HelpCircle } from '../icons/circle-question-mark';
|
|
214
217
|
|
|
215
218
|
// CircleQuestionMark aliases
|
|
216
219
|
export { default as CircleHelp } from '../icons/circle-question-mark';
|
|
217
220
|
|
|
218
|
-
// CircleSlash2 aliases
|
|
219
|
-
export { default as CircleSlashed } from '../icons/circle-slash-2';
|
|
220
|
-
|
|
221
221
|
// CircleStop aliases
|
|
222
222
|
export { default as StopCircle } from '../icons/circle-stop';
|
|
223
223
|
|
|
@@ -233,12 +233,12 @@ export { default as UserCircle } from '../icons/circle-user';
|
|
|
233
233
|
// CircleX aliases
|
|
234
234
|
export { default as XCircle } from '../icons/circle-x';
|
|
235
235
|
|
|
236
|
-
// ClipboardPenLine aliases
|
|
237
|
-
export { default as ClipboardSignature } from '../icons/clipboard-pen-line';
|
|
238
|
-
|
|
239
236
|
// ClipboardPen aliases
|
|
240
237
|
export { default as ClipboardEdit } from '../icons/clipboard-pen';
|
|
241
238
|
|
|
239
|
+
// ClipboardPenLine aliases
|
|
240
|
+
export { default as ClipboardSignature } from '../icons/clipboard-pen-line';
|
|
241
|
+
|
|
242
242
|
// CloudDownload aliases
|
|
243
243
|
export { default as DownloadCloud } from '../icons/cloud-download';
|
|
244
244
|
|
|
@@ -332,15 +332,15 @@ export {
|
|
|
332
332
|
default as FolderCog2
|
|
333
333
|
} from '../icons/folder-cog';
|
|
334
334
|
|
|
335
|
-
// FolderPen aliases
|
|
336
|
-
export { default as FolderEdit } from '../icons/folder-pen';
|
|
337
|
-
|
|
338
335
|
// FunnelX aliases
|
|
339
336
|
export {
|
|
340
337
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
341
338
|
default as FilterX
|
|
342
339
|
} from '../icons/funnel-x';
|
|
343
340
|
|
|
341
|
+
// FolderPen aliases
|
|
342
|
+
export { default as FolderEdit } from '../icons/folder-pen';
|
|
343
|
+
|
|
344
344
|
// Funnel aliases
|
|
345
345
|
export {
|
|
346
346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
@@ -398,15 +398,15 @@ export {
|
|
|
398
398
|
// Layers aliases
|
|
399
399
|
export { default as Layers3 } from '../icons/layers';
|
|
400
400
|
|
|
401
|
+
// LockKeyholeOpen aliases
|
|
402
|
+
export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
|
|
403
|
+
|
|
401
404
|
// LoaderCircle aliases
|
|
402
405
|
export { default as Loader2 } from '../icons/loader-circle';
|
|
403
406
|
|
|
404
407
|
// LockOpen aliases
|
|
405
408
|
export { default as Unlock } from '../icons/lock-open';
|
|
406
409
|
|
|
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
|
|
|
@@ -437,15 +437,15 @@ export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
|
|
|
437
437
|
// PanelBottomDashed aliases
|
|
438
438
|
export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
|
|
439
439
|
|
|
440
|
-
// PanelLeftClose aliases
|
|
441
|
-
export { default as SidebarClose } from '../icons/panel-left-close';
|
|
442
|
-
|
|
443
440
|
// PanelLeftDashed aliases
|
|
444
441
|
export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
|
|
445
442
|
|
|
446
443
|
// PanelLeftOpen aliases
|
|
447
444
|
export { default as SidebarOpen } from '../icons/panel-left-open';
|
|
448
445
|
|
|
446
|
+
// PanelLeftClose aliases
|
|
447
|
+
export { default as SidebarClose } from '../icons/panel-left-close';
|
|
448
|
+
|
|
449
449
|
// PanelLeft aliases
|
|
450
450
|
export { default as Sidebar } from '../icons/panel-left';
|
|
451
451
|
|
|
@@ -476,18 +476,18 @@ export { default as PlugZap2 } from '../icons/plug-zap';
|
|
|
476
476
|
// RectangleEllipsis aliases
|
|
477
477
|
export { default as FormInput } from '../icons/rectangle-ellipsis';
|
|
478
478
|
|
|
479
|
-
// Rows2 aliases
|
|
480
|
-
export { default as Rows } from '../icons/rows-2';
|
|
481
|
-
|
|
482
479
|
// Rotate3d aliases
|
|
483
480
|
export { default as Rotate3D } from '../icons/rotate-3d';
|
|
484
481
|
|
|
485
|
-
//
|
|
486
|
-
export { default as
|
|
482
|
+
// Rows2 aliases
|
|
483
|
+
export { default as Rows } from '../icons/rows-2';
|
|
487
484
|
|
|
488
485
|
// Scale3d aliases
|
|
489
486
|
export { default as Scale3D } from '../icons/scale-3d';
|
|
490
487
|
|
|
488
|
+
// Rows3 aliases
|
|
489
|
+
export { default as PanelsTopBottom } from '../icons/rows-3';
|
|
490
|
+
|
|
491
491
|
// SendHorizontal aliases
|
|
492
492
|
export {
|
|
493
493
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
@@ -500,12 +500,12 @@ export { default as ShieldQuestion } from '../icons/shield-question-mark';
|
|
|
500
500
|
// ShieldX aliases
|
|
501
501
|
export { default as ShieldClose } from '../icons/shield-x';
|
|
502
502
|
|
|
503
|
-
// SlidersVertical aliases
|
|
504
|
-
export { default as Sliders } from '../icons/sliders-vertical';
|
|
505
|
-
|
|
506
503
|
// Sparkles aliases
|
|
507
504
|
export { default as Stars } from '../icons/sparkles';
|
|
508
505
|
|
|
506
|
+
// SlidersVertical aliases
|
|
507
|
+
export { default as Sliders } from '../icons/sliders-vertical';
|
|
508
|
+
|
|
509
509
|
// SquareActivity aliases
|
|
510
510
|
export { default as ActivitySquare } from '../icons/square-activity';
|
|
511
511
|
|
|
@@ -524,12 +524,12 @@ export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
|
|
|
524
524
|
// SquareArrowOutDownLeft aliases
|
|
525
525
|
export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
|
|
526
526
|
|
|
527
|
-
// SquareArrowOutUpLeft aliases
|
|
528
|
-
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
529
|
-
|
|
530
527
|
// SquareArrowOutDownRight aliases
|
|
531
528
|
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
532
529
|
|
|
530
|
+
// SquareArrowOutUpLeft aliases
|
|
531
|
+
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
532
|
+
|
|
533
533
|
// SquareArrowOutUpRight aliases
|
|
534
534
|
export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
|
|
535
535
|
|
|
@@ -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
|
+
|
|
551
554
|
// SquareChartGantt aliases
|
|
552
555
|
export { default as GanttChartSquare } from '../icons/square-chart-gantt';
|
|
553
556
|
|
|
554
557
|
// SquareChartGantt aliases
|
|
555
558
|
export { default as SquareGanttChart } from '../icons/square-chart-gantt';
|
|
556
559
|
|
|
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
|
|
|
@@ -596,33 +596,33 @@ export { default as DotSquare } from '../icons/square-dot';
|
|
|
596
596
|
// SquareEqual aliases
|
|
597
597
|
export { default as EqualSquare } from '../icons/square-equal';
|
|
598
598
|
|
|
599
|
-
// SquareKanban aliases
|
|
600
|
-
export { default as KanbanSquare } from '../icons/square-kanban';
|
|
601
|
-
|
|
602
599
|
// SquareFunction aliases
|
|
603
600
|
export { default as FunctionSquare } from '../icons/square-function';
|
|
604
601
|
|
|
602
|
+
// SquareKanban aliases
|
|
603
|
+
export { default as KanbanSquare } from '../icons/square-kanban';
|
|
604
|
+
|
|
605
605
|
// SquareLibrary aliases
|
|
606
606
|
export { default as LibrarySquare } from '../icons/square-library';
|
|
607
607
|
|
|
608
|
-
// SquareM aliases
|
|
609
|
-
export { default as MSquare } from '../icons/square-m';
|
|
610
|
-
|
|
611
608
|
// SquareMenu aliases
|
|
612
609
|
export { default as MenuSquare } from '../icons/square-menu';
|
|
613
610
|
|
|
611
|
+
// SquareM aliases
|
|
612
|
+
export { default as MSquare } from '../icons/square-m';
|
|
613
|
+
|
|
614
614
|
// SquareMinus aliases
|
|
615
615
|
export { default as MinusSquare } from '../icons/square-minus';
|
|
616
616
|
|
|
617
617
|
// SquareMousePointer aliases
|
|
618
618
|
export { default as Inspect } from '../icons/square-mouse-pointer';
|
|
619
619
|
|
|
620
|
-
// SquareParkingOff aliases
|
|
621
|
-
export { default as ParkingSquareOff } from '../icons/square-parking-off';
|
|
622
|
-
|
|
623
620
|
// SquareParking aliases
|
|
624
621
|
export { default as ParkingSquare } from '../icons/square-parking';
|
|
625
622
|
|
|
623
|
+
// SquareParkingOff aliases
|
|
624
|
+
export { default as ParkingSquareOff } from '../icons/square-parking-off';
|
|
625
|
+
|
|
626
626
|
// SquarePen aliases
|
|
627
627
|
export { default as PenBox } from '../icons/square-pen';
|
|
628
628
|
|
|
@@ -635,12 +635,12 @@ export { default as PenSquare } from '../icons/square-pen';
|
|
|
635
635
|
// SquarePercent aliases
|
|
636
636
|
export { default as PercentSquare } from '../icons/square-percent';
|
|
637
637
|
|
|
638
|
-
// SquarePilcrow aliases
|
|
639
|
-
export { default as PilcrowSquare } from '../icons/square-pilcrow';
|
|
640
|
-
|
|
641
638
|
// SquarePi aliases
|
|
642
639
|
export { default as PiSquare } from '../icons/square-pi';
|
|
643
640
|
|
|
641
|
+
// SquarePilcrow aliases
|
|
642
|
+
export { default as PilcrowSquare } from '../icons/square-pilcrow';
|
|
643
|
+
|
|
644
644
|
// SquarePlay aliases
|
|
645
645
|
export { default as PlaySquare } from '../icons/square-play';
|
|
646
646
|
|
|
@@ -662,12 +662,12 @@ export { default as SlashSquare } from '../icons/square-slash';
|
|
|
662
662
|
// SquareSplitHorizontal aliases
|
|
663
663
|
export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
|
|
664
664
|
|
|
665
|
-
// SquareSplitVertical aliases
|
|
666
|
-
export { default as SplitSquareVertical } from '../icons/square-split-vertical';
|
|
667
|
-
|
|
668
665
|
// SquareTerminal aliases
|
|
669
666
|
export { default as TerminalSquare } from '../icons/square-terminal';
|
|
670
667
|
|
|
668
|
+
// SquareSplitVertical aliases
|
|
669
|
+
export { default as SplitSquareVertical } from '../icons/square-split-vertical';
|
|
670
|
+
|
|
671
671
|
// SquareUserRound aliases
|
|
672
672
|
export {
|
|
673
673
|
/** @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 */
|
|
@@ -731,18 +731,18 @@ export {
|
|
|
731
731
|
default as UserPlus2
|
|
732
732
|
} from '../icons/user-round-plus';
|
|
733
733
|
|
|
734
|
-
// UserRound aliases
|
|
735
|
-
export {
|
|
736
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
737
|
-
default as User2
|
|
738
|
-
} from '../icons/user-round';
|
|
739
|
-
|
|
740
734
|
// UserRoundX aliases
|
|
741
735
|
export {
|
|
742
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
743
737
|
default as UserX2
|
|
744
738
|
} from '../icons/user-round-x';
|
|
745
739
|
|
|
740
|
+
// UserRound aliases
|
|
741
|
+
export {
|
|
742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
743
|
+
default as User2
|
|
744
|
+
} from '../icons/user-round';
|
|
745
|
+
|
|
746
746
|
// UsersRound aliases
|
|
747
747
|
export {
|
|
748
748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|