lucide-astro 0.362.0 → 0.363.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/FileQuestion.astro +2 -2
- package/dist/Map.astro +3 -3
- package/dist/MonitorStop.astro +2 -2
- package/dist/Pause.astro +2 -2
- package/package.json +2 -2
package/dist/FileQuestion.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
|
8
|
-
<path d="M10 10.3c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2" />
|
9
7
|
<path d="M12 17h.01" />
|
8
|
+
<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" />
|
9
|
+
<path d="M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" />
|
10
10
|
</Layout>
|
package/dist/Map.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z" />
|
8
|
+
<path d="M15 5.764v15" />
|
9
|
+
<path d="M9 3.236v15" />
|
10
10
|
</Layout>
|
package/dist/MonitorStop.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect x="9" y="7" width="6" height="6" />
|
8
|
-
<rect width="20" height="14" x="2" y="3" rx="2" />
|
9
7
|
<path d="M12 17v4" />
|
10
8
|
<path d="M8 21h8" />
|
9
|
+
<rect x="2" y="3" width="20" height="14" rx="2" />
|
10
|
+
<rect x="9" y="7" width="6" height="6" rx="1" />
|
11
11
|
</Layout>
|
package/dist/Pause.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect
|
8
|
-
<rect
|
7
|
+
<rect x="14" y="4" width="4" height="16" rx="1" />
|
8
|
+
<rect x="6" y="4" width="4" height="16" rx="1" />
|
9
9
|
</Layout>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.363.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.363.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|