lucide-astro 0.343.0 → 0.344.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Keyboard.astro +8 -8
- package/package.json +2 -2
package/dist/Keyboard.astro
CHANGED
@@ -4,13 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="M18 8h.
|
12
|
-
<path d="
|
13
|
-
<path d="M12 12h.001" />
|
14
|
-
<path d="M16 12h.001" />
|
7
|
+
<path d="M10 8h.01" />
|
8
|
+
<path d="M12 12h.01" />
|
9
|
+
<path d="M14 8h.01" />
|
10
|
+
<path d="M16 12h.01" />
|
11
|
+
<path d="M18 8h.01" />
|
12
|
+
<path d="M6 8h.01" />
|
15
13
|
<path d="M7 16h10" />
|
14
|
+
<path d="M8 12h.01" />
|
15
|
+
<rect x="2" y="4" width="20" height="16" rx="2" />
|
16
16
|
</Layout>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.344.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.344.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|