lucide-astro 0.547.0 → 0.552.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/dist/CalendarFold.astro +2 -2
- package/dist/ClockCheck.astro +10 -0
- package/dist/File.astro +2 -2
- package/dist/FileArchive.astro +6 -6
- package/dist/FileAudio.astro +4 -4
- package/dist/FileAudio2.astro +4 -6
- package/dist/FileAxis3D.astro +2 -2
- package/dist/FileAxis3d.astro +2 -2
- package/dist/FileBadge.astro +4 -4
- package/dist/FileBadge2.astro +5 -4
- package/dist/FileBarChart.astro +2 -2
- package/dist/FileBarChart2.astro +2 -2
- package/dist/FileBox.astro +4 -4
- package/dist/FileBraces.astro +11 -0
- package/dist/FileBracesCorner.astro +11 -0
- package/dist/FileChartColumn.astro +2 -2
- package/dist/FileChartColumnIncreasing.astro +2 -2
- package/dist/FileChartLine.astro +2 -2
- package/dist/FileChartPie.astro +2 -2
- package/dist/FileCheck.astro +2 -2
- package/dist/FileCheck2.astro +4 -4
- package/dist/FileCheckCorner.astro +10 -0
- package/dist/FileClock.astro +2 -2
- package/dist/FileCode.astro +2 -2
- package/dist/FileCode2.astro +5 -5
- package/dist/FileCodeCorner.astro +11 -0
- package/dist/FileCog.astro +11 -11
- package/dist/FileCog2.astro +11 -11
- package/dist/FileDiff.astro +1 -1
- package/dist/FileDigit.astro +5 -5
- package/dist/FileDown.astro +2 -2
- package/dist/FileEdit.astro +3 -3
- package/dist/FileExclamationPoint.astro +10 -0
- package/dist/FileHeadphone.astro +10 -0
- package/dist/FileHeart.astro +3 -3
- package/dist/FileImage.astro +2 -2
- package/dist/FileInput.astro +2 -2
- package/dist/FileJson.astro +3 -3
- package/dist/FileJson2.astro +5 -5
- package/dist/FileKey.astro +5 -4
- package/dist/FileKey2.astro +6 -6
- package/dist/FileLineChart.astro +2 -2
- package/dist/FileLock.astro +4 -3
- package/dist/FileLock2.astro +5 -5
- package/dist/FileMinus.astro +2 -2
- package/dist/FileMinus2.astro +4 -4
- package/dist/FileMinusCorner.astro +10 -0
- package/dist/FileMusic.astro +4 -4
- package/dist/FileOutput.astro +2 -3
- package/dist/FilePen.astro +3 -3
- package/dist/FilePenLine.astro +1 -1
- package/dist/FilePieChart.astro +2 -2
- package/dist/FilePlay.astro +2 -2
- package/dist/FilePlus.astro +2 -2
- package/dist/FilePlus2.astro +5 -5
- package/dist/FilePlusCorner.astro +11 -0
- package/dist/FileQuestion.astro +1 -1
- package/dist/FileQuestionMark.astro +1 -1
- package/dist/FileScan.astro +3 -3
- package/dist/FileSearch.astro +4 -4
- package/dist/FileSearch2.astro +5 -5
- package/dist/FileSearchCorner.astro +11 -0
- package/dist/FileSignal.astro +12 -0
- package/dist/FileSignature.astro +1 -1
- package/dist/FileSliders.astro +2 -2
- package/dist/FileSpreadsheet.astro +2 -2
- package/dist/FileSymlink.astro +2 -2
- package/dist/FileTerminal.astro +2 -2
- package/dist/FileText.astro +2 -2
- package/dist/FileType.astro +4 -4
- package/dist/FileType2.astro +6 -6
- package/dist/FileTypeCorner.astro +12 -0
- package/dist/FileUp.astro +2 -2
- package/dist/FileUser.astro +4 -4
- package/dist/FileVideo.astro +2 -2
- package/dist/FileVideo2.astro +4 -4
- package/dist/FileVideoCamera.astro +4 -4
- package/dist/FileVolume.astro +4 -4
- package/dist/FileVolume2.astro +3 -3
- package/dist/FileWarning.astro +2 -2
- package/dist/FileX.astro +2 -2
- package/dist/FileX2.astro +5 -5
- package/dist/FileXCorner.astro +11 -0
- package/dist/Files.astro +2 -2
- package/dist/GamepadDirectional.astro +15 -0
- package/dist/GitBranchMinus.astro +11 -0
- package/dist/Helicopter.astro +15 -0
- package/dist/Shredder.astro +2 -2
- package/dist/SolarPanel.astro +14 -0
- package/dist/Sticker.astro +2 -2
- package/dist/StickyNote.astro +2 -2
- package/dist/index.d.ts +17 -0
- package/dist/index.js +17 -0
- package/package.json +2 -2
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="helicopter" {...Astro.props}>
|
|
7
|
+
<path d="M11 17v4" />
|
|
8
|
+
<path d="M14 3v8a2 2 0 0 0 2 2h5.865" />
|
|
9
|
+
<path d="M17 17v4" />
|
|
10
|
+
<path d="M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z" />
|
|
11
|
+
<path d="M2 10v5" />
|
|
12
|
+
<path d="M6 3h16" />
|
|
13
|
+
<path d="M7 21h14" />
|
|
14
|
+
<path d="M8 13H2" />
|
|
15
|
+
</Layout>
|
package/dist/Shredder.astro
CHANGED
|
@@ -4,11 +4,11 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="shredder" {...Astro.props}>
|
|
7
|
+
<path d="M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5" />
|
|
8
|
+
<path d="M14 2v5a1 1 0 0 0 1 1h5" />
|
|
7
9
|
<path d="M10 22v-5" />
|
|
8
10
|
<path d="M14 19v-2" />
|
|
9
|
-
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
|
10
11
|
<path d="M18 20v-3" />
|
|
11
12
|
<path d="M2 13h20" />
|
|
12
|
-
<path d="M20 13V7l-5-5H6a2 2 0 0 0-2 2v9" />
|
|
13
13
|
<path d="M6 20v-3" />
|
|
14
14
|
</Layout>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="solar-panel" {...Astro.props}>
|
|
7
|
+
<path d="M11 2h2" />
|
|
8
|
+
<path d="m14.28 14-4.56 8" />
|
|
9
|
+
<path d="m21 22-1.558-4H4.558" />
|
|
10
|
+
<path d="M3 10v2" />
|
|
11
|
+
<path d="M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z" />
|
|
12
|
+
<path d="M7 2a4 4 0 0 1-4 4" />
|
|
13
|
+
<path d="m8.66 7.66 1.41 1.41" />
|
|
14
|
+
</Layout>
|
package/dist/Sticker.astro
CHANGED
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="sticker" {...Astro.props}>
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
7
|
+
<path d="M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z" />
|
|
8
|
+
<path d="M15 3v5a1 1 0 0 0 1 1h5" />
|
|
9
9
|
<path d="M8 13h.01" />
|
|
10
10
|
<path d="M16 13h.01" />
|
|
11
11
|
<path d="M10 16s.8 1 2 1c1.3 0 2-1 2-1" />
|
package/dist/StickyNote.astro
CHANGED
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="sticky-note" {...Astro.props}>
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="M15
|
|
7
|
+
<path d="M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z" />
|
|
8
|
+
<path d="M15 3v5a1 1 0 0 0 1 1h5" />
|
|
9
9
|
</Layout>
|
package/dist/index.d.ts
CHANGED
|
@@ -485,6 +485,7 @@ export { default as Clock9 } from './Clock9.astro'
|
|
|
485
485
|
export { default as ClockAlert } from './ClockAlert.astro'
|
|
486
486
|
export { default as ClockArrowDown } from './ClockArrowDown.astro'
|
|
487
487
|
export { default as ClockArrowUp } from './ClockArrowUp.astro'
|
|
488
|
+
export { default as ClockCheck } from './ClockCheck.astro'
|
|
488
489
|
export { default as ClockFading } from './ClockFading.astro'
|
|
489
490
|
export { default as ClockPlus } from './ClockPlus.astro'
|
|
490
491
|
export { default as ClosedCaption } from './ClosedCaption.astro'
|
|
@@ -665,21 +666,27 @@ export { default as FileBadge2 } from './FileBadge2.astro'
|
|
|
665
666
|
export { default as FileBarChart } from './FileBarChart.astro'
|
|
666
667
|
export { default as FileBarChart2 } from './FileBarChart2.astro'
|
|
667
668
|
export { default as FileBox } from './FileBox.astro'
|
|
669
|
+
export { default as FileBraces } from './FileBraces.astro'
|
|
670
|
+
export { default as FileBracesCorner } from './FileBracesCorner.astro'
|
|
668
671
|
export { default as FileChartColumn } from './FileChartColumn.astro'
|
|
669
672
|
export { default as FileChartColumnIncreasing } from './FileChartColumnIncreasing.astro'
|
|
670
673
|
export { default as FileChartLine } from './FileChartLine.astro'
|
|
671
674
|
export { default as FileChartPie } from './FileChartPie.astro'
|
|
672
675
|
export { default as FileCheck } from './FileCheck.astro'
|
|
673
676
|
export { default as FileCheck2 } from './FileCheck2.astro'
|
|
677
|
+
export { default as FileCheckCorner } from './FileCheckCorner.astro'
|
|
674
678
|
export { default as FileClock } from './FileClock.astro'
|
|
675
679
|
export { default as FileCode } from './FileCode.astro'
|
|
676
680
|
export { default as FileCode2 } from './FileCode2.astro'
|
|
681
|
+
export { default as FileCodeCorner } from './FileCodeCorner.astro'
|
|
677
682
|
export { default as FileCog } from './FileCog.astro'
|
|
678
683
|
export { default as FileCog2 } from './FileCog2.astro'
|
|
679
684
|
export { default as FileDiff } from './FileDiff.astro'
|
|
680
685
|
export { default as FileDigit } from './FileDigit.astro'
|
|
681
686
|
export { default as FileDown } from './FileDown.astro'
|
|
682
687
|
export { default as FileEdit } from './FileEdit.astro'
|
|
688
|
+
export { default as FileExclamationPoint } from './FileExclamationPoint.astro'
|
|
689
|
+
export { default as FileHeadphone } from './FileHeadphone.astro'
|
|
683
690
|
export { default as FileHeart } from './FileHeart.astro'
|
|
684
691
|
export { default as FileImage } from './FileImage.astro'
|
|
685
692
|
export { default as FileInput } from './FileInput.astro'
|
|
@@ -692,6 +699,7 @@ export { default as FileLock } from './FileLock.astro'
|
|
|
692
699
|
export { default as FileLock2 } from './FileLock2.astro'
|
|
693
700
|
export { default as FileMinus } from './FileMinus.astro'
|
|
694
701
|
export { default as FileMinus2 } from './FileMinus2.astro'
|
|
702
|
+
export { default as FileMinusCorner } from './FileMinusCorner.astro'
|
|
695
703
|
export { default as FileMusic } from './FileMusic.astro'
|
|
696
704
|
export { default as FileOutput } from './FileOutput.astro'
|
|
697
705
|
export { default as FilePen } from './FilePen.astro'
|
|
@@ -700,11 +708,14 @@ export { default as FilePieChart } from './FilePieChart.astro'
|
|
|
700
708
|
export { default as FilePlay } from './FilePlay.astro'
|
|
701
709
|
export { default as FilePlus } from './FilePlus.astro'
|
|
702
710
|
export { default as FilePlus2 } from './FilePlus2.astro'
|
|
711
|
+
export { default as FilePlusCorner } from './FilePlusCorner.astro'
|
|
703
712
|
export { default as FileQuestion } from './FileQuestion.astro'
|
|
704
713
|
export { default as FileQuestionMark } from './FileQuestionMark.astro'
|
|
705
714
|
export { default as FileScan } from './FileScan.astro'
|
|
706
715
|
export { default as FileSearch } from './FileSearch.astro'
|
|
707
716
|
export { default as FileSearch2 } from './FileSearch2.astro'
|
|
717
|
+
export { default as FileSearchCorner } from './FileSearchCorner.astro'
|
|
718
|
+
export { default as FileSignal } from './FileSignal.astro'
|
|
708
719
|
export { default as FileSignature } from './FileSignature.astro'
|
|
709
720
|
export { default as FileSliders } from './FileSliders.astro'
|
|
710
721
|
export { default as FileSpreadsheet } from './FileSpreadsheet.astro'
|
|
@@ -714,6 +725,7 @@ export { default as FileTerminal } from './FileTerminal.astro'
|
|
|
714
725
|
export { default as FileText } from './FileText.astro'
|
|
715
726
|
export { default as FileType } from './FileType.astro'
|
|
716
727
|
export { default as FileType2 } from './FileType2.astro'
|
|
728
|
+
export { default as FileTypeCorner } from './FileTypeCorner.astro'
|
|
717
729
|
export { default as FileUp } from './FileUp.astro'
|
|
718
730
|
export { default as FileUser } from './FileUser.astro'
|
|
719
731
|
export { default as FileVideo } from './FileVideo.astro'
|
|
@@ -724,6 +736,7 @@ export { default as FileVolume2 } from './FileVolume2.astro'
|
|
|
724
736
|
export { default as FileWarning } from './FileWarning.astro'
|
|
725
737
|
export { default as FileX } from './FileX.astro'
|
|
726
738
|
export { default as FileX2 } from './FileX2.astro'
|
|
739
|
+
export { default as FileXCorner } from './FileXCorner.astro'
|
|
727
740
|
export { default as Files } from './Files.astro'
|
|
728
741
|
export { default as Film } from './Film.astro'
|
|
729
742
|
export { default as Filter } from './Filter.astro'
|
|
@@ -808,6 +821,7 @@ export { default as GalleryVertical } from './GalleryVertical.astro'
|
|
|
808
821
|
export { default as GalleryVerticalEnd } from './GalleryVerticalEnd.astro'
|
|
809
822
|
export { default as Gamepad } from './Gamepad.astro'
|
|
810
823
|
export { default as Gamepad2 } from './Gamepad2.astro'
|
|
824
|
+
export { default as GamepadDirectional } from './GamepadDirectional.astro'
|
|
811
825
|
export { default as GanttChart } from './GanttChart.astro'
|
|
812
826
|
export { default as GanttChartSquare } from './GanttChartSquare.astro'
|
|
813
827
|
export { default as Gauge } from './Gauge.astro'
|
|
@@ -818,6 +832,7 @@ export { default as GeorgianLari } from './GeorgianLari.astro'
|
|
|
818
832
|
export { default as Ghost } from './Ghost.astro'
|
|
819
833
|
export { default as Gift } from './Gift.astro'
|
|
820
834
|
export { default as GitBranch } from './GitBranch.astro'
|
|
835
|
+
export { default as GitBranchMinus } from './GitBranchMinus.astro'
|
|
821
836
|
export { default as GitBranchPlus } from './GitBranchPlus.astro'
|
|
822
837
|
export { default as GitCommit } from './GitCommit.astro'
|
|
823
838
|
export { default as GitCommitHorizontal } from './GitCommitHorizontal.astro'
|
|
@@ -901,6 +916,7 @@ export { default as HeartOff } from './HeartOff.astro'
|
|
|
901
916
|
export { default as HeartPlus } from './HeartPlus.astro'
|
|
902
917
|
export { default as HeartPulse } from './HeartPulse.astro'
|
|
903
918
|
export { default as Heater } from './Heater.astro'
|
|
919
|
+
export { default as Helicopter } from './Helicopter.astro'
|
|
904
920
|
export { default as HelpCircle } from './HelpCircle.astro'
|
|
905
921
|
export { default as HelpingHand } from './HelpingHand.astro'
|
|
906
922
|
export { default as Hexagon } from './Hexagon.astro'
|
|
@@ -1516,6 +1532,7 @@ export { default as Snail } from './Snail.astro'
|
|
|
1516
1532
|
export { default as Snowflake } from './Snowflake.astro'
|
|
1517
1533
|
export { default as SoapDispenserDroplet } from './SoapDispenserDroplet.astro'
|
|
1518
1534
|
export { default as Sofa } from './Sofa.astro'
|
|
1535
|
+
export { default as SolarPanel } from './SolarPanel.astro'
|
|
1519
1536
|
export { default as SortAsc } from './SortAsc.astro'
|
|
1520
1537
|
export { default as SortDesc } from './SortDesc.astro'
|
|
1521
1538
|
export { default as Soup } from './Soup.astro'
|
package/dist/index.js
CHANGED
|
@@ -480,6 +480,7 @@ export { default as Clock9 } from './Clock9.astro'
|
|
|
480
480
|
export { default as ClockAlert } from './ClockAlert.astro'
|
|
481
481
|
export { default as ClockArrowDown } from './ClockArrowDown.astro'
|
|
482
482
|
export { default as ClockArrowUp } from './ClockArrowUp.astro'
|
|
483
|
+
export { default as ClockCheck } from './ClockCheck.astro'
|
|
483
484
|
export { default as ClockFading } from './ClockFading.astro'
|
|
484
485
|
export { default as ClockPlus } from './ClockPlus.astro'
|
|
485
486
|
export { default as ClosedCaption } from './ClosedCaption.astro'
|
|
@@ -660,21 +661,27 @@ export { default as FileBadge2 } from './FileBadge2.astro'
|
|
|
660
661
|
export { default as FileBarChart } from './FileBarChart.astro'
|
|
661
662
|
export { default as FileBarChart2 } from './FileBarChart2.astro'
|
|
662
663
|
export { default as FileBox } from './FileBox.astro'
|
|
664
|
+
export { default as FileBraces } from './FileBraces.astro'
|
|
665
|
+
export { default as FileBracesCorner } from './FileBracesCorner.astro'
|
|
663
666
|
export { default as FileChartColumn } from './FileChartColumn.astro'
|
|
664
667
|
export { default as FileChartColumnIncreasing } from './FileChartColumnIncreasing.astro'
|
|
665
668
|
export { default as FileChartLine } from './FileChartLine.astro'
|
|
666
669
|
export { default as FileChartPie } from './FileChartPie.astro'
|
|
667
670
|
export { default as FileCheck } from './FileCheck.astro'
|
|
668
671
|
export { default as FileCheck2 } from './FileCheck2.astro'
|
|
672
|
+
export { default as FileCheckCorner } from './FileCheckCorner.astro'
|
|
669
673
|
export { default as FileClock } from './FileClock.astro'
|
|
670
674
|
export { default as FileCode } from './FileCode.astro'
|
|
671
675
|
export { default as FileCode2 } from './FileCode2.astro'
|
|
676
|
+
export { default as FileCodeCorner } from './FileCodeCorner.astro'
|
|
672
677
|
export { default as FileCog } from './FileCog.astro'
|
|
673
678
|
export { default as FileCog2 } from './FileCog2.astro'
|
|
674
679
|
export { default as FileDiff } from './FileDiff.astro'
|
|
675
680
|
export { default as FileDigit } from './FileDigit.astro'
|
|
676
681
|
export { default as FileDown } from './FileDown.astro'
|
|
677
682
|
export { default as FileEdit } from './FileEdit.astro'
|
|
683
|
+
export { default as FileExclamationPoint } from './FileExclamationPoint.astro'
|
|
684
|
+
export { default as FileHeadphone } from './FileHeadphone.astro'
|
|
678
685
|
export { default as FileHeart } from './FileHeart.astro'
|
|
679
686
|
export { default as FileImage } from './FileImage.astro'
|
|
680
687
|
export { default as FileInput } from './FileInput.astro'
|
|
@@ -687,6 +694,7 @@ export { default as FileLock } from './FileLock.astro'
|
|
|
687
694
|
export { default as FileLock2 } from './FileLock2.astro'
|
|
688
695
|
export { default as FileMinus } from './FileMinus.astro'
|
|
689
696
|
export { default as FileMinus2 } from './FileMinus2.astro'
|
|
697
|
+
export { default as FileMinusCorner } from './FileMinusCorner.astro'
|
|
690
698
|
export { default as FileMusic } from './FileMusic.astro'
|
|
691
699
|
export { default as FileOutput } from './FileOutput.astro'
|
|
692
700
|
export { default as FilePen } from './FilePen.astro'
|
|
@@ -695,11 +703,14 @@ export { default as FilePieChart } from './FilePieChart.astro'
|
|
|
695
703
|
export { default as FilePlay } from './FilePlay.astro'
|
|
696
704
|
export { default as FilePlus } from './FilePlus.astro'
|
|
697
705
|
export { default as FilePlus2 } from './FilePlus2.astro'
|
|
706
|
+
export { default as FilePlusCorner } from './FilePlusCorner.astro'
|
|
698
707
|
export { default as FileQuestion } from './FileQuestion.astro'
|
|
699
708
|
export { default as FileQuestionMark } from './FileQuestionMark.astro'
|
|
700
709
|
export { default as FileScan } from './FileScan.astro'
|
|
701
710
|
export { default as FileSearch } from './FileSearch.astro'
|
|
702
711
|
export { default as FileSearch2 } from './FileSearch2.astro'
|
|
712
|
+
export { default as FileSearchCorner } from './FileSearchCorner.astro'
|
|
713
|
+
export { default as FileSignal } from './FileSignal.astro'
|
|
703
714
|
export { default as FileSignature } from './FileSignature.astro'
|
|
704
715
|
export { default as FileSliders } from './FileSliders.astro'
|
|
705
716
|
export { default as FileSpreadsheet } from './FileSpreadsheet.astro'
|
|
@@ -709,6 +720,7 @@ export { default as FileTerminal } from './FileTerminal.astro'
|
|
|
709
720
|
export { default as FileText } from './FileText.astro'
|
|
710
721
|
export { default as FileType } from './FileType.astro'
|
|
711
722
|
export { default as FileType2 } from './FileType2.astro'
|
|
723
|
+
export { default as FileTypeCorner } from './FileTypeCorner.astro'
|
|
712
724
|
export { default as FileUp } from './FileUp.astro'
|
|
713
725
|
export { default as FileUser } from './FileUser.astro'
|
|
714
726
|
export { default as FileVideo } from './FileVideo.astro'
|
|
@@ -719,6 +731,7 @@ export { default as FileVolume2 } from './FileVolume2.astro'
|
|
|
719
731
|
export { default as FileWarning } from './FileWarning.astro'
|
|
720
732
|
export { default as FileX } from './FileX.astro'
|
|
721
733
|
export { default as FileX2 } from './FileX2.astro'
|
|
734
|
+
export { default as FileXCorner } from './FileXCorner.astro'
|
|
722
735
|
export { default as Files } from './Files.astro'
|
|
723
736
|
export { default as Film } from './Film.astro'
|
|
724
737
|
export { default as Filter } from './Filter.astro'
|
|
@@ -803,6 +816,7 @@ export { default as GalleryVertical } from './GalleryVertical.astro'
|
|
|
803
816
|
export { default as GalleryVerticalEnd } from './GalleryVerticalEnd.astro'
|
|
804
817
|
export { default as Gamepad } from './Gamepad.astro'
|
|
805
818
|
export { default as Gamepad2 } from './Gamepad2.astro'
|
|
819
|
+
export { default as GamepadDirectional } from './GamepadDirectional.astro'
|
|
806
820
|
export { default as GanttChart } from './GanttChart.astro'
|
|
807
821
|
export { default as GanttChartSquare } from './GanttChartSquare.astro'
|
|
808
822
|
export { default as Gauge } from './Gauge.astro'
|
|
@@ -813,6 +827,7 @@ export { default as GeorgianLari } from './GeorgianLari.astro'
|
|
|
813
827
|
export { default as Ghost } from './Ghost.astro'
|
|
814
828
|
export { default as Gift } from './Gift.astro'
|
|
815
829
|
export { default as GitBranch } from './GitBranch.astro'
|
|
830
|
+
export { default as GitBranchMinus } from './GitBranchMinus.astro'
|
|
816
831
|
export { default as GitBranchPlus } from './GitBranchPlus.astro'
|
|
817
832
|
export { default as GitCommit } from './GitCommit.astro'
|
|
818
833
|
export { default as GitCommitHorizontal } from './GitCommitHorizontal.astro'
|
|
@@ -896,6 +911,7 @@ export { default as HeartOff } from './HeartOff.astro'
|
|
|
896
911
|
export { default as HeartPlus } from './HeartPlus.astro'
|
|
897
912
|
export { default as HeartPulse } from './HeartPulse.astro'
|
|
898
913
|
export { default as Heater } from './Heater.astro'
|
|
914
|
+
export { default as Helicopter } from './Helicopter.astro'
|
|
899
915
|
export { default as HelpCircle } from './HelpCircle.astro'
|
|
900
916
|
export { default as HelpingHand } from './HelpingHand.astro'
|
|
901
917
|
export { default as Hexagon } from './Hexagon.astro'
|
|
@@ -1511,6 +1527,7 @@ export { default as Snail } from './Snail.astro'
|
|
|
1511
1527
|
export { default as Snowflake } from './Snowflake.astro'
|
|
1512
1528
|
export { default as SoapDispenserDroplet } from './SoapDispenserDroplet.astro'
|
|
1513
1529
|
export { default as Sofa } from './Sofa.astro'
|
|
1530
|
+
export { default as SolarPanel } from './SolarPanel.astro'
|
|
1514
1531
|
export { default as SortAsc } from './SortAsc.astro'
|
|
1515
1532
|
export { default as SortDesc } from './SortDesc.astro'
|
|
1516
1533
|
export { default as Soup } from './Soup.astro'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lucide-astro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.552.0",
|
|
4
4
|
"description": "Get your Lucide icons right into your Astro project",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"author": "Aviortheking",
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"lucide-static": "0.
|
|
37
|
+
"lucide-static": "0.552.0",
|
|
38
38
|
"semver": "^7.5.4"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|