lucide-astro 0.487.0 → 0.488.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.
Files changed (2) hide show
  1. package/dist/Text.astro +3 -3
  2. package/package.json +2 -2
package/dist/Text.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="text" {...Astro.props}>
7
- <path d="M17 6.1H3" />
8
- <path d="M21 12.1H3" />
9
- <path d="M15.1 18H3" />
7
+ <path d="M15 18H3" />
8
+ <path d="M17 6H3" />
9
+ <path d="M21 12H3" />
10
10
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.487.0",
3
+ "version": "0.488.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.487.0",
37
+ "lucide-static": "0.488.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {