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="M3 6V5c0-1.1.9-2 2-2h2" />
8
- <path d="M11 3h3" />
9
- <path d="M18 3h1c1.1 0 2 .9 2 2" />
10
- <path d="M21 9v2" />
11
- <path d="M21 15c0 1.1-.9 2-2 2h-1" />
12
- <path d="M14 17h-3" />
13
- <path d="m7 17-4 4v-5" />
14
- <path d="M3 12v-2" />
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>
@@ -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="M4.8 2.3A.3.3 0 1 0 5 2H4a2 2 0 0 0-2 2v5a6 6 0 0 0 6 6a6 6 0 0 0 6-6V4a2 2 0 0 0-2-2h-1a.2.2 0 1 0 .3.3" />
8
- <path d="M8 15v1a6 6 0 0 0 6 6a6 6 0 0 0 6-6v-4" />
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.428.2",
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.428.0",
29
+ "lucide-static": "0.429.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {