lucide-astro 0.353.0 → 0.356.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Crown.astro CHANGED
@@ -4,5 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="m2 4 3 12h14l3-12-6 7-4-7-4 7-6-7zm3 16h14" />
7
+ <path d="M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z" />
8
+ <path d="M5 21h14" />
8
9
  </Layout>
@@ -0,0 +1,13 @@
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 6v4" />
8
+ <path d="M14 14h-4" />
9
+ <path d="M14 18h-4" />
10
+ <path d="M14 8h-4" />
11
+ <path d="M18 12h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2" />
12
+ <path d="M18 22V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v18" />
13
+ </Layout>
package/dist/Hotel.astro CHANGED
@@ -4,13 +4,14 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z" />
8
- <path d="m9 16 .348-.24c1.465-1.013 3.84-1.013 5.304 0L15 16" />
9
- <path d="M8 7h.01" />
10
- <path d="M16 7h.01" />
11
- <path d="M12 7h.01" />
7
+ <path d="M10 22v-6.57" />
12
8
  <path d="M12 11h.01" />
9
+ <path d="M12 7h.01" />
10
+ <path d="M14 15.43V22" />
11
+ <path d="M15 16a5 5 0 0 0-6 0" />
13
12
  <path d="M16 11h.01" />
13
+ <path d="M16 7h.01" />
14
14
  <path d="M8 11h.01" />
15
- <path d="M10 22v-6.5m4 0V22" />
15
+ <path d="M8 7h.01" />
16
+ <rect x="4" y="2" width="16" height="20" rx="2" />
16
17
  </Layout>
package/dist/index.d.ts CHANGED
@@ -796,6 +796,7 @@ export { default as History } from './History.astro'
796
796
  export { default as Home } from './Home.astro'
797
797
  export { default as Hop } from './Hop.astro'
798
798
  export { default as HopOff } from './HopOff.astro'
799
+ export { default as Hospital } from './Hospital.astro'
799
800
  export { default as Hotel } from './Hotel.astro'
800
801
  export { default as Hourglass } from './Hourglass.astro'
801
802
  export { default as IceCream } from './IceCream.astro'
package/dist/index.js CHANGED
@@ -791,6 +791,7 @@ export { default as History } from './History.astro'
791
791
  export { default as Home } from './Home.astro'
792
792
  export { default as Hop } from './Hop.astro'
793
793
  export { default as HopOff } from './HopOff.astro'
794
+ export { default as Hospital } from './Hospital.astro'
794
795
  export { default as Hotel } from './Hotel.astro'
795
796
  export { default as Hourglass } from './Hourglass.astro'
796
797
  export { default as IceCream } from './IceCream.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.353.0",
3
+ "version": "0.356.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.353.0",
29
+ "lucide-static": "0.356.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {