lucide-astro 0.320.0 → 0.321.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Handshake.astro +12 -0
- package/dist/ShieldMinus.astro +1 -1
- package/dist/ShieldPlus.astro +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="m11 17 2 2a1 1 0 1 0 3-3" />
|
8
|
+
<path d="m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4" />
|
9
|
+
<path d="m21 3 1 11h-2" />
|
10
|
+
<path d="M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3" />
|
11
|
+
<path d="M3 4h8" />
|
12
|
+
</Layout>
|
package/dist/ShieldMinus.astro
CHANGED
package/dist/ShieldPlus.astro
CHANGED
package/dist/index.d.ts
CHANGED
@@ -719,6 +719,7 @@ export { default as HandHeart } from './HandHeart.astro'
|
|
719
719
|
export { default as HandHelping } from './HandHelping.astro'
|
720
720
|
export { default as HandMetal } from './HandMetal.astro'
|
721
721
|
export { default as HandPlatter } from './HandPlatter.astro'
|
722
|
+
export { default as Handshake } from './Handshake.astro'
|
722
723
|
export { default as HardDrive } from './HardDrive.astro'
|
723
724
|
export { default as HardDriveDownload } from './HardDriveDownload.astro'
|
724
725
|
export { default as HardDriveUpload } from './HardDriveUpload.astro'
|
package/dist/index.js
CHANGED
@@ -714,6 +714,7 @@ export { default as HandHeart } from './HandHeart.astro'
|
|
714
714
|
export { default as HandHelping } from './HandHelping.astro'
|
715
715
|
export { default as HandMetal } from './HandMetal.astro'
|
716
716
|
export { default as HandPlatter } from './HandPlatter.astro'
|
717
|
+
export { default as Handshake } from './Handshake.astro'
|
717
718
|
export { default as HardDrive } from './HardDrive.astro'
|
718
719
|
export { default as HardDriveDownload } from './HardDriveDownload.astro'
|
719
720
|
export { default as HardDriveUpload } from './HardDriveUpload.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.321.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.321.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|