lucide-astro 0.315.0 → 0.316.0

Sign up to get free protection for your applications and to get access to all the features.
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>
package/dist/index.d.ts CHANGED
@@ -710,7 +710,11 @@ export { default as Group } from './Group.astro'
710
710
  export { default as Guitar } from './Guitar.astro'
711
711
  export { default as Hammer } from './Hammer.astro'
712
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'
713
716
  export { default as HandMetal } from './HandMetal.astro'
717
+ export { default as HandPlatter } from './HandPlatter.astro'
714
718
  export { default as HardDrive } from './HardDrive.astro'
715
719
  export { default as HardDriveDownload } from './HardDriveDownload.astro'
716
720
  export { default as HardDriveUpload } from './HardDriveUpload.astro'
package/dist/index.js CHANGED
@@ -705,7 +705,11 @@ export { default as Group } from './Group.astro'
705
705
  export { default as Guitar } from './Guitar.astro'
706
706
  export { default as Hammer } from './Hammer.astro'
707
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'
708
711
  export { default as HandMetal } from './HandMetal.astro'
712
+ export { default as HandPlatter } from './HandPlatter.astro'
709
713
  export { default as HardDrive } from './HardDrive.astro'
710
714
  export { default as HardDriveDownload } from './HardDriveDownload.astro'
711
715
  export { default as HardDriveUpload } from './HardDriveUpload.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.315.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.315.0",
29
+ "lucide-static": "0.316.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {