lucide-astro 0.358.0 → 0.359.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Cpu.astro +2 -2
- package/package.json +2 -2
package/dist/Cpu.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect
|
8
|
-
<rect
|
7
|
+
<rect width="16" height="16" x="4" y="4" rx="2" />
|
8
|
+
<rect width="6" height="6" x="9" y="9" rx="1" />
|
9
9
|
<path d="M15 2v2" />
|
10
10
|
<path d="M15 20v2" />
|
11
11
|
<path d="M2 15h2" />
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.359.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.359.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|