lucide-astro 0.285.0 → 0.287.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Bomb.astro CHANGED
@@ -5,6 +5,6 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="11" cy="13" r="9" />
8
- <path d="m19.5 9.5 1.8-1.8a2.4 2.4 0 0 0 0-3.4l-1.6-1.6a2.4 2.4 0 0 0-3.4 0l-1.8 1.8" />
8
+ <path d="M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95" />
9
9
  <path d="m22 2-1.5 1.5" />
10
10
  </Layout>
@@ -5,5 +5,5 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="12" cy="12" r="10" />
8
- <path d="M9 9.4a4 4 0 1 1 0 5.25" />
8
+ <path d="M9.17 14.83a4 4 0 1 0 0-5.66" />
9
9
  </Layout>
@@ -5,5 +5,5 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="12" cy="12" r="10" />
8
- <path d="M15 9.4a4 4 0 1 0 0 5.246" />
8
+ <path d="M14.83 14.83a4 4 0 1 1 0-5.66" />
9
9
  </Layout>
@@ -0,0 +1,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M12 2v1" />
8
+ <path d="M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575" />
9
+ <path d="M17.5 12H22A10 10 0 0 0 9.004 3.455" />
10
+ <path d="m2 2 20 20" />
11
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -1211,6 +1211,7 @@ export { default as Tv } from './Tv.astro'
1211
1211
  export { default as Twitch } from './Twitch.astro'
1212
1212
  export { default as Twitter } from './Twitter.astro'
1213
1213
  export { default as Type } from './Type.astro'
1214
+ export { default as UmbrellaOff } from './UmbrellaOff.astro'
1214
1215
  export { default as Umbrella } from './Umbrella.astro'
1215
1216
  export { default as Underline } from './Underline.astro'
1216
1217
  export { default as Undo2 } from './Undo2.astro'
package/dist/index.js CHANGED
@@ -1206,6 +1206,7 @@ export { default as Tv } from './Tv.astro'
1206
1206
  export { default as Twitch } from './Twitch.astro'
1207
1207
  export { default as Twitter } from './Twitter.astro'
1208
1208
  export { default as Type } from './Type.astro'
1209
+ export { default as UmbrellaOff } from './UmbrellaOff.astro'
1209
1210
  export { default as Umbrella } from './Umbrella.astro'
1210
1211
  export { default as Underline } from './Underline.astro'
1211
1212
  export { default as Undo2 } from './Undo2.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.285.0",
3
+ "version": "0.287.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.285.0"
29
+ "lucide-static": "0.287.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"