lucide-astro 0.349.0 → 0.350.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
8
7
  <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
- <path d="M4 11.5a6.02 6.02 0 1 0 8.5 8.5" />
10
- <path d="M14 16c0-3.3-2.7-6-6-6v6Z" />
8
+ <path d="M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5" />
9
+ <path d="M4.017 11.512a6 6 0 1 0 8.466 8.475" />
10
+ <path d="M8 16v-6a6 6 0 0 1 6 6z" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
8
- <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
- <path d="m7 10-3 2H2v4h2l3 2Z" />
10
7
  <path d="M11 11a5 5 0 0 1 0 6" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
+ <path d="M4.268 21A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
10
+ <path d="m7 10-3 2H2v4h2l3 2z" />
11
11
  </Layout>
package/dist/Play.astro CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <polygon points="5 3 19 12 5 21 5 3" />
7
+ <polygon points="6 3 20 12 6 21 6 3" />
8
8
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.349.0",
3
+ "version": "0.350.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.349.0",
29
+ "lucide-static": "0.350.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {