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 +1 -1
- package/dist/Copyleft.astro +1 -1
- package/dist/Copyright.astro +1 -1
- package/package.json +2 -2
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="
|
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>
|
package/dist/Copyleft.astro
CHANGED
package/dist/Copyright.astro
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "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.
|
29
|
+
"lucide-static": "0.287.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"astro": "^2.7.1 || ^3.0.0"
|