lucide-astro 0.416.0 → 0.417.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <path d="M13 17V9" />
8
- <path d="M18 17v-3" />
8
+ <path d="M18 17V5" />
9
9
  <path d="M3 3v16a2 2 0 0 0 2 2h16" />
10
- <path d="M8 17V5" />
10
+ <path d="M8 17v-3" />
11
11
  </Layout>
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <path d="M13 17V9" />
8
- <path d="M18 17v-3" />
8
+ <path d="M18 17V5" />
9
9
  <path d="M3 3v16a2 2 0 0 0 2 2h16" />
10
- <path d="M8 17V5" />
10
+ <path d="M8 17v-3" />
11
11
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.416.0",
3
+ "version": "0.417.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.416.0",
29
+ "lucide-static": "0.417.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {