lucide-astro 0.472.0 → 0.473.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,6 @@ export type { Props } from './index.d.ts'
6
6
  <Layout iconName="package" {...Astro.props}>
7
7
  <path d="M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z" />
8
8
  <path d="M12 22V12" />
9
- <path d="m3.3 7 7.703 4.734a2 2 0 0 0 1.994 0L20.7 7" />
9
+ <polyline points="3.29 7 12 12 20.71 7"/>
10
10
  <path d="m7.5 4.27 9 5.15" />
11
11
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.472.0",
3
+ "version": "0.473.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",
@@ -34,7 +34,7 @@
34
34
  "author": "Aviortheking",
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
- "lucide-static": "0.472.0",
37
+ "lucide-static": "0.473.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {