lucide-astro 0.436.0 → 0.437.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Send.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="send" {...Astro.props}>
7
- <path d="m22 2-7 20-4-9-9-4Z" />
8
- <path d="M22 2 11 13" />
7
+ <path d="M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z" />
8
+ <path d="m21.854 2.147-10.94 10.939" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="send-horizontal" {...Astro.props}>
7
- <path d="m3 3 3 9-3 9 19-9Z" />
7
+ <path d="M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z" />
8
8
  <path d="M6 12h16" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="send-horizontal" {...Astro.props}>
7
- <path d="m3 3 3 9-3 9 19-9Z" />
7
+ <path d="M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z" />
8
8
  <path d="M6 12h16" />
9
9
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.436.0",
3
+ "version": "0.437.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.436.0",
29
+ "lucide-static": "0.437.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {