lucide-astro 0.352.0 → 0.353.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Ham.astro +11 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Ham.astro
ADDED
@@ -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="M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856" />
|
8
|
+
<path d="M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288" />
|
9
|
+
<path d="M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025" />
|
10
|
+
<path d="m8.5 16.5-1-1" />
|
11
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -757,6 +757,7 @@ export { default as GripHorizontal } from './GripHorizontal.astro'
|
|
757
757
|
export { default as GripVertical } from './GripVertical.astro'
|
758
758
|
export { default as Group } from './Group.astro'
|
759
759
|
export { default as Guitar } from './Guitar.astro'
|
760
|
+
export { default as Ham } from './Ham.astro'
|
760
761
|
export { default as Hammer } from './Hammer.astro'
|
761
762
|
export { default as Hand } from './Hand.astro'
|
762
763
|
export { default as HandCoins } from './HandCoins.astro'
|
package/dist/index.js
CHANGED
@@ -752,6 +752,7 @@ export { default as GripHorizontal } from './GripHorizontal.astro'
|
|
752
752
|
export { default as GripVertical } from './GripVertical.astro'
|
753
753
|
export { default as Group } from './Group.astro'
|
754
754
|
export { default as Guitar } from './Guitar.astro'
|
755
|
+
export { default as Ham } from './Ham.astro'
|
755
756
|
export { default as Hammer } from './Hammer.astro'
|
756
757
|
export { default as Hand } from './Hand.astro'
|
757
758
|
export { default as HandCoins } from './HandCoins.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.353.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.353.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|