lucide-astro 0.359.0 → 0.362.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="14" height="6" x="5" y="14" rx="2" />
|
8
|
-
<rect width="10" height="6" x="7" y="4" rx="2" />
|
9
|
-
<path d="M22 7h-5" />
|
10
|
-
<path d="M7 7H1" />
|
11
7
|
<path d="M22 17h-3" />
|
8
|
+
<path d="M22 7h-5" />
|
12
9
|
<path d="M5 17H2" />
|
10
|
+
<path d="M7 7H2" />
|
11
|
+
<rect x="5" y="14" width="14" height="6" rx="2" />
|
12
|
+
<rect x="7" y="4" width="10" height="6" rx="2" />
|
13
13
|
</Layout>
|
package/dist/BugPlay.astro
CHANGED
@@ -4,13 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M12.765 21.522a.5.5 0 0 1-.765-.424v-8.196a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z" />
|
8
8
|
<path d="M14.12 3.88 16 2" />
|
9
|
-
<path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1" />
|
10
9
|
<path d="M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5" />
|
11
|
-
<path d="M6.53 9C4.6 8.8 3 7.1 3 5" />
|
12
|
-
<path d="M6 13H2" />
|
13
|
-
<path d="M3 21c0-2.1 1.7-3.9 3.8-4" />
|
14
10
|
<path d="M20.97 5c0 2.1-1.6 3.8-3.5 4" />
|
15
|
-
<path d="
|
11
|
+
<path d="M3 21c0-2.1 1.7-3.9 3.8-4" />
|
12
|
+
<path d="M6 13H2" />
|
13
|
+
<path d="M6.53 9C4.6 8.8 3 7.1 3 5" />
|
14
|
+
<path d="m8 2 1.88 1.88" />
|
15
|
+
<path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1" />
|
16
16
|
</Layout>
|
package/dist/Wallet.astro
CHANGED
@@ -4,7 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M3 5v14a2 2 0 0 0 2
|
9
|
-
<path d="M18 12a2 2 0 0 0 0 4h4v-4Z" />
|
7
|
+
<path d="M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1" />
|
8
|
+
<path d="M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4" />
|
10
9
|
</Layout>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.362.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.362.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|