lucide-astro 0.314.0 → 0.316.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="4" rx="2" ry="2" />
8
- <line x1="16" x2="16" y1="2" y2="6" />
9
- <line x1="8" x2="8" y1="2" y2="6" />
10
- <line x1="3" x2="21" y1="10" y2="10" />
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
9
+ <rect width="18" height="18" x="3" y="4" rx="2" />
10
+ <path d="M3 10h18" />
11
11
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="4" rx="2" ry="2" />
8
- <line x1="16" x2="16" y1="2" y2="6" />
9
- <line x1="8" x2="8" y1="2" y2="6" />
10
- <line x1="3" x2="21" y1="10" y2="10" />
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
9
+ <rect width="18" height="18" x="3" y="4" rx="2" />
10
+ <path d="M3 10h18" />
11
11
  <path d="m9 16 2 2 4-4" />
12
12
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
7
9
  <path d="M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" />
8
- <line x1="16" x2="16" y1="2" y2="6" />
9
- <line x1="8" x2="8" y1="2" y2="6" />
10
- <line x1="3" x2="21" y1="10" y2="10" />
10
+ <path d="M3 10h18" />
11
11
  <path d="m16 20 2 2 4-4" />
12
12
  </Layout>
@@ -8,6 +8,6 @@ export type { Props } from './index.d.ts'
8
8
  <path d="M16 2v4" />
9
9
  <path d="M8 2v4" />
10
10
  <path d="M3 10h5" />
11
- <path d="M17.5 17.5 16 16.25V14" />
12
- <path d="M22 16a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z" />
11
+ <path d="M17.5 17.5 16 16.3V14" />
12
+ <circle cx="16" cy="16" r="6" />
13
13
  </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="4" rx="2" ry="2" />
8
- <line x1="16" x2="16" y1="2" y2="6" />
9
- <line x1="8" x2="8" y1="2" y2="6" />
10
- <line x1="3" x2="21" y1="10" y2="10" />
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
9
+ <rect width="18" height="18" x="3" y="4" rx="2" />
10
+ <path d="M3 10h18" />
11
11
  <path d="M8 14h.01" />
12
12
  <path d="M12 14h.01" />
13
13
  <path d="M16 14h.01" />
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
9
+ <path d="M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z" />
10
+ <path d="M3 10h18" />
11
+ <path d="M15 22v-4a2 2 0 0 1 2-2h4" />
12
+ </Layout>
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M21 10V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h7" />
8
- <path d="M16 2v4" />
7
+ <path d="M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7" />
9
8
  <path d="M8 2v4" />
10
- <path d="M3 10h18" />
9
+ <path d="M16 2v4" />
11
10
  <path d="M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z" />
12
11
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
7
9
  <path d="M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" />
8
- <line x1="16" x2="16" y1="2" y2="6" />
9
- <line x1="8" x2="8" y1="2" y2="6" />
10
- <line x1="3" x2="21" y1="10" y2="10" />
11
- <line x1="16" x2="22" y1="19" y2="19" />
10
+ <path d="M3 10h18" />
11
+ <path d="M16 19h6" />
12
12
  </Layout>
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
9
+ <rect width="18" height="18" x="3" y="4" rx="2" />
10
+ <path d="M3 10h18" />
11
+ <path d="M10 16h4" />
12
+ </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4.18 4.18A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18" />
7
+ <path d="M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18" />
8
8
  <path d="M21 15.5V6a2 2 0 0 0-2-2H9.5" />
9
9
  <path d="M16 2v4" />
10
10
  <path d="M3 10h7" />
11
11
  <path d="M21 10h-5.5" />
12
- <line x1="2" x2="22" y1="2" y2="22" />
12
+ <path d="m2 2 20 20" />
13
13
  </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
7
9
  <path d="M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" />
8
- <line x1="16" x2="16" y1="2" y2="6" />
9
- <line x1="8" x2="8" y1="2" y2="6" />
10
- <line x1="3" x2="21" y1="10" y2="10" />
11
- <line x1="19" x2="19" y1="16" y2="22" />
12
- <line x1="16" x2="22" y1="19" y2="19" />
10
+ <path d="M3 10h18" />
11
+ <path d="M16 19h6" />
12
+ <path d="M19 16v6" />
13
13
  </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="M8 2v4" />
8
+ <path d="M16 2v4" />
9
+ <rect width="18" height="18" x="3" y="4" rx="2" />
10
+ <path d="M3 10h18" />
11
+ <path d="M10 16h4" />
12
+ <path d="M12 14v4" />
13
+ </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="4" rx="2" ry="2" />
8
- <line x1="16" x2="16" y1="2" y2="6" />
9
- <line x1="8" x2="8" y1="2" y2="6" />
10
- <line x1="3" x2="21" y1="10" y2="10" />
7
+ <rect width="18" height="18" x="3" y="4" rx="2" />
8
+ <path d="M16 2v4" />
9
+ <path d="M3 10h18" />
10
+ <path d="M8 2v4" />
11
11
  <path d="M17 14h-6" />
12
12
  <path d="M13 18H7" />
13
13
  <path d="M7 14h.01" />
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M21 12V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h7.5" />
7
+ <path d="M21 12V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.5" />
8
8
  <path d="M16 2v4" />
9
9
  <path d="M8 2v4" />
10
10
  <path d="M3 10h18" />
11
- <path d="M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z" />
11
+ <circle cx="18" cy="18" r="3" />
12
12
  <path d="m22 22-1.5-1.5" />
13
13
  </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="4" rx="2" ry="2" />
8
- <line x1="16" x2="16" y1="2" y2="6" />
9
- <line x1="8" x2="8" y1="2" y2="6" />
10
- <line x1="3" x2="21" y1="10" y2="10" />
11
- <line x1="10" x2="14" y1="14" y2="18" />
12
- <line x1="14" x2="10" y1="14" y2="18" />
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
9
+ <rect width="18" height="18" x="3" y="4" rx="2" />
10
+ <path d="M3 10h18" />
11
+ <path d="m14 14-4 4" />
12
+ <path d="m10 14 4 4" />
13
13
  </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
+ <path d="M8 2v4" />
8
+ <path d="M16 2v4" />
7
9
  <path d="M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" />
8
- <line x1="16" x2="16" y1="2" y2="6" />
9
- <line x1="8" x2="8" y1="2" y2="6" />
10
- <line x1="3" x2="21" y1="10" y2="10" />
11
- <line x1="17" x2="22" y1="17" y2="22" />
12
- <line x1="17" x2="22" y1="22" y2="17" />
10
+ <path d="M3 10h18" />
11
+ <path d="m17 22 5-5" />
12
+ <path d="m17 17 5 5" />
13
13
  </Layout>
package/dist/Guitar.astro CHANGED
@@ -6,7 +6,7 @@ export type { Props } from './index.d.ts'
6
6
  <Layout {...Astro.props}>
7
7
  <path d="m20 7 1.7-1.7a1 1 0 0 0 0-1.4l-1.6-1.6a1 1 0 0 0-1.4 0L17 4v3Z" />
8
8
  <path d="m17 7-5.1 5.1" />
9
- <circle cx="11.5" cy="12.5" r=".5" />
9
+ <circle cx="11.5" cy="12.5" r=".5" fill="currentColor" />
10
10
  <path d="M6 12a2 2 0 0 0 1.8-1.2l.4-.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4" />
11
11
  <path d="m6 16 2 2" />
12
12
  </Layout>
@@ -0,0 +1,12 @@
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 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17" />
8
+ <path d="m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9" />
9
+ <path d="m2 16 6 6" />
10
+ <circle cx="16" cy="9" r="2.9" />
11
+ <circle cx="6" cy="5" r="3" />
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 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16" />
8
+ <path d="m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9" />
9
+ <path d="m2 15 6 6" />
10
+ <path d="M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z" />
11
+ </Layout>
@@ -0,0 +1,10 @@
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 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14" />
8
+ <path d="m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9" />
9
+ <path d="m2 13 6 6" />
10
+ </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 3V2" />
8
+ <path d="M5 10a7.1 7.1 0 0 1 14 0" />
9
+ <path d="M4 10h16" />
10
+ <path d="M2 14h12a2 2 0 1 1 0 4h-2" />
11
+ <path d="m15.4 17.4 3.2-2.8a2 2 0 0 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2L5 18" />
12
+ <path d="M5 14v7H2" />
13
+ </Layout>
@@ -4,6 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="m3 15 5.12-5.12A3 3 0 0 1 10.24 9H13a2 2 0 1 1 0 4h-2.5m4-.68 4.17-4.89a1.88 1.88 0 0 1 2.92 2.36l-4.2 5.94A3 3 0 0 1 14.96 17H9.83a2 2 0 0 0-1.42.59L7 19" />
8
- <path d="m2 14 6 6" />
7
+ <path d="M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14" />
8
+ <path d="m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9" />
9
+ <path d="m2 13 6 6" />
9
10
  </Layout>
@@ -5,5 +5,5 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <path d="M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z" />
8
- <circle cx="16.5" cy="7.5" r=".5" />
8
+ <circle cx="16.5" cy="7.5" r=".5" fill="currentColor" />
9
9
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <circle cx="13.5" cy="6.5" r=".5" />
8
- <circle cx="17.5" cy="10.5" r=".5" />
9
- <circle cx="8.5" cy="7.5" r=".5" />
10
- <circle cx="6.5" cy="12.5" r=".5" />
7
+ <circle cx="13.5" cy="6.5" r=".5" fill="currentColor" />
8
+ <circle cx="17.5" cy="10.5" r=".5" fill="currentColor" />
9
+ <circle cx="8.5" cy="7.5" r=".5" fill="currentColor" />
10
+ <circle cx="6.5" cy="12.5" r=".5" fill="currentColor" />
11
11
  <path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z" />
12
12
  </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <circle cx="7.5" cy="7.5" r=".5" />
8
- <circle cx="18.5" cy="5.5" r=".5" />
9
- <circle cx="11.5" cy="11.5" r=".5" />
10
- <circle cx="7.5" cy="16.5" r=".5" />
11
- <circle cx="17.5" cy="14.5" r=".5" />
7
+ <circle cx="7.5" cy="7.5" r=".5" fill="currentColor" />
8
+ <circle cx="18.5" cy="5.5" r=".5" fill="currentColor" />
9
+ <circle cx="11.5" cy="11.5" r=".5" fill="currentColor" />
10
+ <circle cx="7.5" cy="16.5" r=".5" fill="currentColor" />
11
+ <circle cx="17.5" cy="14.5" r=".5" fill="currentColor" />
12
12
  <path d="M3 3v18h18" />
13
13
  </Layout>
package/dist/Vault.astro CHANGED
@@ -5,13 +5,13 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <rect width="18" height="18" x="3" y="3" rx="2" />
8
- <circle cx="7.5" cy="7.5" r=".5" />
8
+ <circle cx="7.5" cy="7.5" r=".5" fill="currentColor" />
9
9
  <path d="m7.9 7.9 2.7 2.7" />
10
- <circle cx="16.5" cy="7.5" r=".5" />
10
+ <circle cx="16.5" cy="7.5" r=".5" fill="currentColor" />
11
11
  <path d="m13.4 10.6 2.7-2.7" />
12
- <circle cx="7.5" cy="16.5" r=".5" />
12
+ <circle cx="7.5" cy="16.5" r=".5" fill="currentColor" />
13
13
  <path d="m7.9 16.1 2.7-2.7" />
14
- <circle cx="16.5" cy="16.5" r=".5" />
14
+ <circle cx="16.5" cy="16.5" r=".5" fill="currentColor" />
15
15
  <path d="m13.4 13.4 2.7 2.7" />
16
16
  <circle cx="12" cy="12" r="2" />
17
17
  </Layout>
@@ -0,0 +1,14 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15" />
8
+ <path d="M9 3.4a4 4 0 0 1 6.52.66" />
9
+ <path d="m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05" />
10
+ <path d="M20.3 20.3a4 4 0 0 1-2.3.7" />
11
+ <path d="M18.6 13a4 4 0 0 1 3.357 3.414" />
12
+ <path d="m12 6 .6 1" />
13
+ <path d="m2 2 20 20" />
14
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -279,10 +279,13 @@ export { default as CalendarCheck } from './CalendarCheck.astro'
279
279
  export { default as CalendarCheck2 } from './CalendarCheck2.astro'
280
280
  export { default as CalendarClock } from './CalendarClock.astro'
281
281
  export { default as CalendarDays } from './CalendarDays.astro'
282
+ export { default as CalendarFold } from './CalendarFold.astro'
282
283
  export { default as CalendarHeart } from './CalendarHeart.astro'
283
284
  export { default as CalendarMinus } from './CalendarMinus.astro'
285
+ export { default as CalendarMinus2 } from './CalendarMinus2.astro'
284
286
  export { default as CalendarOff } from './CalendarOff.astro'
285
287
  export { default as CalendarPlus } from './CalendarPlus.astro'
288
+ export { default as CalendarPlus2 } from './CalendarPlus2.astro'
286
289
  export { default as CalendarRange } from './CalendarRange.astro'
287
290
  export { default as CalendarSearch } from './CalendarSearch.astro'
288
291
  export { default as CalendarX } from './CalendarX.astro'
@@ -707,7 +710,11 @@ export { default as Group } from './Group.astro'
707
710
  export { default as Guitar } from './Guitar.astro'
708
711
  export { default as Hammer } from './Hammer.astro'
709
712
  export { default as Hand } from './Hand.astro'
713
+ export { default as HandCoins } from './HandCoins.astro'
714
+ export { default as HandHeart } from './HandHeart.astro'
715
+ export { default as HandHelping } from './HandHelping.astro'
710
716
  export { default as HandMetal } from './HandMetal.astro'
717
+ export { default as HandPlatter } from './HandPlatter.astro'
711
718
  export { default as HardDrive } from './HardDrive.astro'
712
719
  export { default as HardDriveDownload } from './HardDriveDownload.astro'
713
720
  export { default as HardDriveUpload } from './HardDriveUpload.astro'
@@ -1464,6 +1471,7 @@ export { default as Waves } from './Waves.astro'
1464
1471
  export { default as Waypoints } from './Waypoints.astro'
1465
1472
  export { default as Webcam } from './Webcam.astro'
1466
1473
  export { default as Webhook } from './Webhook.astro'
1474
+ export { default as WebhookOff } from './WebhookOff.astro'
1467
1475
  export { default as Weight } from './Weight.astro'
1468
1476
  export { default as Wheat } from './Wheat.astro'
1469
1477
  export { default as WheatOff } from './WheatOff.astro'
package/dist/index.js CHANGED
@@ -274,10 +274,13 @@ export { default as CalendarCheck } from './CalendarCheck.astro'
274
274
  export { default as CalendarCheck2 } from './CalendarCheck2.astro'
275
275
  export { default as CalendarClock } from './CalendarClock.astro'
276
276
  export { default as CalendarDays } from './CalendarDays.astro'
277
+ export { default as CalendarFold } from './CalendarFold.astro'
277
278
  export { default as CalendarHeart } from './CalendarHeart.astro'
278
279
  export { default as CalendarMinus } from './CalendarMinus.astro'
280
+ export { default as CalendarMinus2 } from './CalendarMinus2.astro'
279
281
  export { default as CalendarOff } from './CalendarOff.astro'
280
282
  export { default as CalendarPlus } from './CalendarPlus.astro'
283
+ export { default as CalendarPlus2 } from './CalendarPlus2.astro'
281
284
  export { default as CalendarRange } from './CalendarRange.astro'
282
285
  export { default as CalendarSearch } from './CalendarSearch.astro'
283
286
  export { default as CalendarX } from './CalendarX.astro'
@@ -702,7 +705,11 @@ export { default as Group } from './Group.astro'
702
705
  export { default as Guitar } from './Guitar.astro'
703
706
  export { default as Hammer } from './Hammer.astro'
704
707
  export { default as Hand } from './Hand.astro'
708
+ export { default as HandCoins } from './HandCoins.astro'
709
+ export { default as HandHeart } from './HandHeart.astro'
710
+ export { default as HandHelping } from './HandHelping.astro'
705
711
  export { default as HandMetal } from './HandMetal.astro'
712
+ export { default as HandPlatter } from './HandPlatter.astro'
706
713
  export { default as HardDrive } from './HardDrive.astro'
707
714
  export { default as HardDriveDownload } from './HardDriveDownload.astro'
708
715
  export { default as HardDriveUpload } from './HardDriveUpload.astro'
@@ -1459,6 +1466,7 @@ export { default as Waves } from './Waves.astro'
1459
1466
  export { default as Waypoints } from './Waypoints.astro'
1460
1467
  export { default as Webcam } from './Webcam.astro'
1461
1468
  export { default as Webhook } from './Webhook.astro'
1469
+ export { default as WebhookOff } from './WebhookOff.astro'
1462
1470
  export { default as Weight } from './Weight.astro'
1463
1471
  export { default as Wheat } from './Wheat.astro'
1464
1472
  export { default as WheatOff } from './WheatOff.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.314.0",
3
+ "version": "0.316.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.314.0",
29
+ "lucide-static": "0.316.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {