lucide-astro 0.349.0 → 0.350.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/FilePieChart.astro +3 -3
- package/dist/FileVolume.astro +3 -3
- package/dist/Play.astro +1 -1
- package/package.json +2 -2
package/dist/FilePieChart.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
|
8
7
|
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
-
<path d="
|
10
|
-
<path d="
|
8
|
+
<path d="M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5" />
|
9
|
+
<path d="M4.017 11.512a6 6 0 1 0 8.466 8.475" />
|
10
|
+
<path d="M8 16v-6a6 6 0 0 1 6 6z" />
|
11
11
|
</Layout>
|
package/dist/FileVolume.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
|
8
|
-
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
-
<path d="m7 10-3 2H2v4h2l3 2Z" />
|
10
7
|
<path d="M11 11a5 5 0 0 1 0 6" />
|
8
|
+
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
+
<path d="M4.268 21A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
|
10
|
+
<path d="m7 10-3 2H2v4h2l3 2z" />
|
11
11
|
</Layout>
|
package/dist/Play.astro
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.350.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.350.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|