lucide-astro 0.273.0 → 0.275.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Clapperboard.astro +4 -4
- package/dist/Film.astro +8 -8
- package/dist/PercentCircle.astro +11 -0
- package/dist/PercentDiamond.astro +11 -0
- package/dist/PercentSquare.astro +11 -0
- package/dist/Slash.astro +8 -0
- package/dist/SunMoon.astro +5 -6
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +2 -2
package/dist/Clapperboard.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z" />
|
8
|
+
<path d="m6.2 5.3 3.1 3.9" />
|
9
|
+
<path d="m12.4 3.4 3.1 4" />
|
10
|
+
<path d="M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z" />
|
11
11
|
</Layout>
|
package/dist/Film.astro
CHANGED
@@ -4,12 +4,12 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<
|
13
|
-
<
|
14
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M7 3v18" />
|
9
|
+
<path d="M3 7.5h4" />
|
10
|
+
<path d="M3 12h18" />
|
11
|
+
<path d="M3 16.5h4" />
|
12
|
+
<path d="M17 3v18" />
|
13
|
+
<path d="M17 7.5h4" />
|
14
|
+
<path d="M17 16.5h4" />
|
15
15
|
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z" />
|
8
|
+
<path d="M9.2 9.2h.01" />
|
9
|
+
<path d="m14.5 9.5-5 5" />
|
10
|
+
<path d="M14.7 14.8h.01" />
|
11
|
+
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="m15 9-6 6" />
|
9
|
+
<path d="M9 9h.01" />
|
10
|
+
<path d="M15 15h.01" />
|
11
|
+
</Layout>
|
package/dist/Slash.astro
ADDED
package/dist/SunMoon.astro
CHANGED
@@ -4,14 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="M12 8a2 2 0 1 0 4 4" />
|
7
|
+
<path d="M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4" />
|
9
8
|
<path d="M12 2v2" />
|
10
9
|
<path d="M12 20v2" />
|
11
|
-
<path d="m4.
|
12
|
-
<path d="m17.
|
10
|
+
<path d="m4.9 4.9 1.4 1.4" />
|
11
|
+
<path d="m17.7 17.7 1.4 1.4" />
|
13
12
|
<path d="M2 12h2" />
|
14
13
|
<path d="M20 12h2" />
|
15
|
-
<path d="m6.
|
16
|
-
<path d="m19.
|
14
|
+
<path d="m6.3 17.7-1.4 1.4" />
|
15
|
+
<path d="m19.1 4.9-1.4 1.4" />
|
17
16
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -874,6 +874,9 @@ export { default as Pen } from './Pen.astro'
|
|
874
874
|
export { default as PencilLine } from './PencilLine.astro'
|
875
875
|
export { default as PencilRuler } from './PencilRuler.astro'
|
876
876
|
export { default as Pencil } from './Pencil.astro'
|
877
|
+
export { default as PercentCircle } from './PercentCircle.astro'
|
878
|
+
export { default as PercentDiamond } from './PercentDiamond.astro'
|
879
|
+
export { default as PercentSquare } from './PercentSquare.astro'
|
877
880
|
export { default as Percent } from './Percent.astro'
|
878
881
|
export { default as PersonStanding } from './PersonStanding.astro'
|
879
882
|
export { default as PhoneCall } from './PhoneCall.astro'
|
@@ -1046,6 +1049,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1046
1049
|
export { default as SkipForward } from './SkipForward.astro'
|
1047
1050
|
export { default as Skull } from './Skull.astro'
|
1048
1051
|
export { default as Slack } from './Slack.astro'
|
1052
|
+
export { default as Slash } from './Slash.astro'
|
1049
1053
|
export { default as Slice } from './Slice.astro'
|
1050
1054
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
1051
1055
|
export { default as Sliders } from './Sliders.astro'
|
package/dist/index.js
CHANGED
@@ -867,6 +867,9 @@ export { default as Pen } from './Pen.astro'
|
|
867
867
|
export { default as PencilLine } from './PencilLine.astro'
|
868
868
|
export { default as PencilRuler } from './PencilRuler.astro'
|
869
869
|
export { default as Pencil } from './Pencil.astro'
|
870
|
+
export { default as PercentCircle } from './PercentCircle.astro'
|
871
|
+
export { default as PercentDiamond } from './PercentDiamond.astro'
|
872
|
+
export { default as PercentSquare } from './PercentSquare.astro'
|
870
873
|
export { default as Percent } from './Percent.astro'
|
871
874
|
export { default as PersonStanding } from './PersonStanding.astro'
|
872
875
|
export { default as PhoneCall } from './PhoneCall.astro'
|
@@ -1039,6 +1042,7 @@ export { default as SkipBack } from './SkipBack.astro'
|
|
1039
1042
|
export { default as SkipForward } from './SkipForward.astro'
|
1040
1043
|
export { default as Skull } from './Skull.astro'
|
1041
1044
|
export { default as Slack } from './Slack.astro'
|
1045
|
+
export { default as Slash } from './Slash.astro'
|
1042
1046
|
export { default as Slice } from './Slice.astro'
|
1043
1047
|
export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
|
1044
1048
|
export { default as Sliders } from './Sliders.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.275.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",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"author": "Aviortheking",
|
27
27
|
"license": "MIT",
|
28
28
|
"devDependencies": {
|
29
|
-
"lucide-static": "0.
|
29
|
+
"lucide-static": "0.275.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"astro": "^2.7.1 || ^3.0.0"
|