lucide-astro 0.365.0 → 0.366.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Coffee.astro CHANGED
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M17 8h1a4 4 0 1 1 0 8h-1" />
8
- <path d="M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4Z" />
9
- <line x1="6" x2="6" y1="2" y2="4" />
10
- <line x1="10" x2="10" y1="2" y2="4" />
11
- <line x1="14" x2="14" y1="2" y2="4" />
7
+ <path d="M10 2v2" />
8
+ <path d="M14 2v2" />
9
+ <path d="M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1" />
10
+ <path d="M6 2v2" />
12
11
  </Layout>
@@ -0,0 +1,17 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M 20 4 A2 2 0 0 1 22 6" />
8
+ <path d="M 22 6 L 22 16.41" />
9
+ <path d="M 7 16 L 16 16" />
10
+ <path d="M 9.69 4 L 20 4" />
11
+ <path d="M14 8h.01" />
12
+ <path d="M18 8h.01" />
13
+ <path d="m2 2 20 20" />
14
+ <path d="M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" />
15
+ <path d="M6 8h.01" />
16
+ <path d="M8 12h.01" />
17
+ </Layout>
package/dist/Video.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="m22 8-6 4 6 4V8Z" />
8
- <rect width="14" height="12" x="2" y="6" rx="2" ry="2" />
7
+ <path d="m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" />
8
+ <rect x="2" y="6" width="14" height="12" rx="2" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M10.66 6H14a2 2 0 0 1 2 2v2.34l1 1L22 8v8" />
8
- <path d="M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2l10 10Z" />
9
- <line x1="2" x2="22" y1="2" y2="22" />
7
+ <path d="M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196" />
8
+ <path d="M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" />
9
+ <path d="m2 2 20 20" />
10
10
  </Layout>
package/dist/index.d.ts CHANGED
@@ -835,6 +835,7 @@ export { default as KeyRound } from './KeyRound.astro'
835
835
  export { default as KeySquare } from './KeySquare.astro'
836
836
  export { default as Keyboard } from './Keyboard.astro'
837
837
  export { default as KeyboardMusic } from './KeyboardMusic.astro'
838
+ export { default as KeyboardOff } from './KeyboardOff.astro'
838
839
  export { default as Lamp } from './Lamp.astro'
839
840
  export { default as LampCeiling } from './LampCeiling.astro'
840
841
  export { default as LampDesk } from './LampDesk.astro'
package/dist/index.js CHANGED
@@ -830,6 +830,7 @@ export { default as KeyRound } from './KeyRound.astro'
830
830
  export { default as KeySquare } from './KeySquare.astro'
831
831
  export { default as Keyboard } from './Keyboard.astro'
832
832
  export { default as KeyboardMusic } from './KeyboardMusic.astro'
833
+ export { default as KeyboardOff } from './KeyboardOff.astro'
833
834
  export { default as Lamp } from './Lamp.astro'
834
835
  export { default as LampCeiling } from './LampCeiling.astro'
835
836
  export { default as LampDesk } from './LampDesk.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.365.0",
3
+ "version": "0.366.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.365.0",
29
+ "lucide-static": "0.366.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {