lucide-astro 0.367.0 → 0.368.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,11 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="m6.5 6.5 11 11" />
8
- <path d="m21 21-1-1" />
9
- <path d="m3 3 1 1" />
10
- <path d="m18 22 4-4" />
11
- <path d="m2 6 4-4" />
12
- <path d="m3 10 7-7" />
13
- <path d="m14 21 7-7" />
7
+ <path d="M14.4 14.4 9.6 9.6" />
8
+ <path d="M18.657 21.485a2 2 0 1 1-2.829-2.828l-1.767 1.768a2 2 0 1 1-2.829-2.829l6.364-6.364a2 2 0 1 1 2.829 2.829l-1.768 1.767a2 2 0 1 1 2.828 2.829z" />
9
+ <path d="m21.5 21.5-1.4-1.4" />
10
+ <path d="M3.9 3.9 2.5 2.5" />
11
+ <path d="M6.404 12.768a2 2 0 1 1-2.829-2.829l1.768-1.767a2 2 0 1 1-2.828-2.829l2.828-2.828a2 2 0 1 1 2.829 2.828l1.767-1.768a2 2 0 1 1 2.829 2.829z" />
14
12
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.367.0",
3
+ "version": "0.368.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.367.0",
29
+ "lucide-static": "0.368.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {