lucide-astro 0.286.0 → 0.287.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Bomb.astro CHANGED
@@ -5,6 +5,6 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="11" cy="13" r="9" />
8
- <path d="m19.5 9.5 1.8-1.8a2.4 2.4 0 0 0 0-3.4l-1.6-1.6a2.4 2.4 0 0 0-3.4 0l-1.8 1.8" />
8
+ <path d="M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95" />
9
9
  <path d="m22 2-1.5 1.5" />
10
10
  </Layout>
@@ -5,5 +5,5 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="12" cy="12" r="10" />
8
- <path d="M9 9.4a4 4 0 1 1 0 5.25" />
8
+ <path d="M9.17 14.83a4 4 0 1 0 0-5.66" />
9
9
  </Layout>
@@ -5,5 +5,5 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="12" cy="12" r="10" />
8
- <path d="M15 9.4a4 4 0 1 0 0 5.246" />
8
+ <path d="M14.83 14.83a4 4 0 1 1 0-5.66" />
9
9
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.286.0",
3
+ "version": "0.287.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.286.0"
29
+ "lucide-static": "0.287.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"