lucide-astro 0.270.0 → 0.271.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,9 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M14 11c5.333 0 5.333-8 0-8" />
8
- <path d="M6 11h8" />
7
+ <path d="M6 11h8a4 4 0 0 0 0-8H9v18" />
9
8
  <path d="M6 15h8" />
10
- <path d="M9 21V3" />
11
- <path d="M9 3h5" />
12
9
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.270.0",
3
+ "version": "0.271.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.270.0"
29
+ "lucide-static": "0.271.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1"