lucide-astro 0.366.0 → 0.367.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Cable.astro CHANGED
@@ -4,11 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 9a2 2 0 0 1-2-2V5h6v2a2 2 0 0 1-2 2Z" />
8
- <path d="M3 5V3" />
9
- <path d="M7 5V3" />
10
- <path d="M19 15V6.5a3.5 3.5 0 0 0-7 0v11a3.5 3.5 0 0 1-7 0V9" />
11
- <path d="M17 21v-2" />
12
- <path d="M21 21v-2" />
13
- <path d="M22 19h-6v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z" />
7
+ <path d="M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1" />
8
+ <path d="M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9" />
9
+ <path d="M21 21v-2h-4" />
10
+ <path d="M3 5h4V3" />
11
+ <path d="M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3" />
14
12
  </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="m11 16-5 5" />
8
+ <path d="M11 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.5" />
9
+ <path d="M15.765 22a.5.5 0 0 1-.765-.424V13.38a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z" />
10
+ <circle cx="9" cy="9" r="2" />
11
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -808,6 +808,7 @@ export { default as Image } from './Image.astro'
808
808
  export { default as ImageDown } from './ImageDown.astro'
809
809
  export { default as ImageMinus } from './ImageMinus.astro'
810
810
  export { default as ImageOff } from './ImageOff.astro'
811
+ export { default as ImagePlay } from './ImagePlay.astro'
811
812
  export { default as ImagePlus } from './ImagePlus.astro'
812
813
  export { default as ImageUp } from './ImageUp.astro'
813
814
  export { default as Images } from './Images.astro'
package/dist/index.js CHANGED
@@ -803,6 +803,7 @@ export { default as Image } from './Image.astro'
803
803
  export { default as ImageDown } from './ImageDown.astro'
804
804
  export { default as ImageMinus } from './ImageMinus.astro'
805
805
  export { default as ImageOff } from './ImageOff.astro'
806
+ export { default as ImagePlay } from './ImagePlay.astro'
806
807
  export { default as ImagePlus } from './ImagePlus.astro'
807
808
  export { default as ImageUp } from './ImageUp.astro'
808
809
  export { default as Images } from './Images.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.366.0",
3
+ "version": "0.367.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.366.0",
29
+ "lucide-static": "0.367.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {