lucide-astro 0.428.2 → 0.429.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,12 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-dashed" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="M21
|
12
|
-
<path d="
|
13
|
-
<path d="
|
14
|
-
<path d="
|
7
|
+
<path d="M10 17H7l-4 4v-7" />
|
8
|
+
<path d="M14 17h1" />
|
9
|
+
<path d="M14 3h1" />
|
10
|
+
<path d="M19 3a2 2 0 0 1 2 2" />
|
11
|
+
<path d="M21 14v1a2 2 0 0 1-2 2" />
|
12
|
+
<path d="M21 9v1" />
|
13
|
+
<path d="M3 9v1" />
|
14
|
+
<path d="M5 3a2 2 0 0 0-2 2" />
|
15
|
+
<path d="M9 3h1" />
|
15
16
|
</Layout>
|
package/dist/Stethoscope.astro
CHANGED
@@ -4,7 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="stethoscope" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M11 2v2" />
|
8
|
+
<path d="M5 2v2" />
|
9
|
+
<path d="M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1" />
|
10
|
+
<path d="M8 15a6 6 0 0 0 12 0v-3" />
|
9
11
|
<circle cx="20" cy="10" r="2" />
|
10
12
|
</Layout>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.429.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.429.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|