lucide-astro 0.331.0 → 0.335.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Anvil.astro +3 -3
- package/dist/Hammer.astro +3 -3
- package/dist/Hop.astro +8 -8
- package/dist/HopOff.astro +9 -8
- package/dist/Pickaxe.astro +11 -0
- package/dist/Siren.astro +2 -2
- package/dist/Tractor.astro +6 -6
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Anvil.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M7
|
8
|
-
<path d="M7
|
7
|
+
<path d="M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4" />
|
8
|
+
<path d="M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z" />
|
9
9
|
<path d="M9 12v5" />
|
10
10
|
<path d="M15 12v5" />
|
11
|
-
<path d="M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3
|
11
|
+
<path d="M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1" />
|
12
12
|
</Layout>
|
package/dist/Hammer.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="m15 12-8.
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9" />
|
8
|
+
<path d="m18 15 4-4" />
|
9
|
+
<path d="m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5" />
|
10
10
|
</Layout>
|
package/dist/Hop.astro
CHANGED
@@ -4,12 +4,12 @@ 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="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<path d="M4.
|
14
|
-
<path d="
|
7
|
+
<path d="M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18" />
|
8
|
+
<path d="M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88" />
|
9
|
+
<path d="M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36" />
|
10
|
+
<path d="M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87" />
|
11
|
+
<path d="M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08" />
|
12
|
+
<path d="M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57" />
|
13
|
+
<path d="M4.93 4.93 3 3a.7.7 0 0 1 0-1" />
|
14
|
+
<path d="M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15" />
|
15
15
|
</Layout>
|
package/dist/HopOff.astro
CHANGED
@@ -4,12 +4,13 @@ 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="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<path d="
|
14
|
-
<
|
7
|
+
<path d="M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27" />
|
8
|
+
<path d="M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28" />
|
9
|
+
<path d="M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26" />
|
10
|
+
<path d="M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25" />
|
11
|
+
<path d="M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75" />
|
12
|
+
<path d="M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24" />
|
13
|
+
<path d="M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28" />
|
14
|
+
<path d="M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05" />
|
15
|
+
<path d="m2 2 20 20" />
|
15
16
|
</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="M14.531 12.469 6.619 20.38a1 1 0 1 1-3-3l7.912-7.912" />
|
8
|
+
<path d="M15.686 4.314A12.5 12.5 0 0 0 5.461 2.958 1 1 0 0 0 5.58 4.71a22 22 0 0 1 6.318 3.393" />
|
9
|
+
<path d="M17.7 3.7a1 1 0 0 0-1.4 0l-4.6 4.6a1 1 0 0 0 0 1.4l2.6 2.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4z" />
|
10
|
+
<path d="M19.686 8.314a12.501 12.501 0 0 1 1.356 10.225 1 1 0 0 1-1.751-.119 22 22 0 0 0-3.393-6.319" />
|
11
|
+
</Layout>
|
package/dist/Siren.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="M7
|
8
|
-
<path d="M5
|
7
|
+
<path d="M7 18v-6a5 5 0 1 1 10 0v6" />
|
8
|
+
<path d="M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z" />
|
9
9
|
<path d="M21 12h1" />
|
10
10
|
<path d="M18.5 4.5 18 5" />
|
11
11
|
<path d="M2 12h1" />
|
package/dist/Tractor.astro
CHANGED
@@ -4,13 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M3 4h9l1 7" />
|
8
|
-
<path d="M4 11V4" />
|
9
|
-
<path d="M8 10V4" />
|
10
|
-
<path d="M18 5c-.6 0-1 .4-1 1v5.6" />
|
11
7
|
<path d="m10 11 11 .9c.6 0 .9.5.8 1.1l-.8 5h-1" />
|
12
|
-
<circle cx="7" cy="15" r=".5" />
|
13
|
-
<circle cx="7" cy="15" r="5" />
|
14
8
|
<path d="M16 18h-5" />
|
9
|
+
<path d="M18 5a1 1 0 0 0-1 1v5.573" />
|
10
|
+
<path d="M3 4h9l1 7.246" />
|
11
|
+
<path d="M4 11V4" />
|
12
|
+
<path d="M7 15h.01" />
|
13
|
+
<path d="M8 10.1V4" />
|
15
14
|
<circle cx="18" cy="18" r="2" />
|
15
|
+
<circle cx="7" cy="15" r="5" />
|
16
16
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1054,6 +1054,7 @@ export { default as PhoneOutgoing } from './PhoneOutgoing.astro'
|
|
1054
1054
|
export { default as Pi } from './Pi.astro'
|
1055
1055
|
export { default as PiSquare } from './PiSquare.astro'
|
1056
1056
|
export { default as Piano } from './Piano.astro'
|
1057
|
+
export { default as Pickaxe } from './Pickaxe.astro'
|
1057
1058
|
export { default as PictureInPicture } from './PictureInPicture.astro'
|
1058
1059
|
export { default as PictureInPicture2 } from './PictureInPicture2.astro'
|
1059
1060
|
export { default as PieChart } from './PieChart.astro'
|
package/dist/index.js
CHANGED
@@ -1049,6 +1049,7 @@ export { default as PhoneOutgoing } from './PhoneOutgoing.astro'
|
|
1049
1049
|
export { default as Pi } from './Pi.astro'
|
1050
1050
|
export { default as PiSquare } from './PiSquare.astro'
|
1051
1051
|
export { default as Piano } from './Piano.astro'
|
1052
|
+
export { default as Pickaxe } from './Pickaxe.astro'
|
1052
1053
|
export { default as PictureInPicture } from './PictureInPicture.astro'
|
1053
1054
|
export { default as PictureInPicture2 } from './PictureInPicture2.astro'
|
1054
1055
|
export { default as PieChart } from './PieChart.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.335.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.335.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|