lucide-astro 0.320.0 → 0.322.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M21 3 9 15" />
8
- <path d="M12 3H3v18h18v-9" />
9
- <path d="M16 3h5v5" />
7
+ <path d="M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" />
10
8
  <path d="M14 15H9v-5" />
9
+ <path d="M16 3h5v5" />
10
+ <path d="M21 3 9 15" />
11
11
  </Layout>
@@ -5,5 +5,5 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10" />
8
- <path d="M8 11h8" />
8
+ <path d="M9 11h6" />
9
9
  </Layout>
@@ -5,6 +5,6 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10" />
8
- <path d="M8 11h8" />
9
- <path d="M12 15V7" />
8
+ <path d="M9 11h6" />
9
+ <path d="M12 8v6" />
10
10
  </Layout>
package/dist/Tag.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z" />
8
- <path d="M7 7h.01" />
7
+ <path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" />
8
+ <circle cx="7.5" cy="7.5" r=".5" fill="currentColor" />
9
9
  </Layout>
package/dist/Tags.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="M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z" />
8
- <path d="M6 9.01V9" />
9
7
  <path d="m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" />
8
+ <path d="M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z" />
9
+ <circle cx="6.5" cy="9.5" r=".5" fill="currentColor" />
10
10
  </Layout>
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.320.0",
3
+ "version": "0.322.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.320.0",
29
+ "lucide-static": "0.322.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {