lucide-astro 0.533.0 → 0.534.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="book-copy" {...Astro.props}>
7
- <path d="M2 16V4a2 2 0 0 1 2-2h11" />
8
- <path d="M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12" />
9
- <path d="M5 14H4a2 2 0 1 0 0 4h1" />
7
+ <path d="M5 7a2 2 0 0 0-2 2v11" />
8
+ <path d="M5.803 18H5a2 2 0 0 0 0 4h9.5a.5.5 0 0 0 .5-.5V21" />
9
+ <path d="M9 15V4a2 2 0 0 1 2-2h9.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H11a2 2 0 0 1 0-4h10" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="cloud-moon" {...Astro.props}>
7
- <path d="M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197" />
8
- <path d="M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z" />
7
+ <path d="M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z" />
8
+ <path d="M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" />
9
9
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="cloud-moon-rain" {...Astro.props}>
7
- <path d="M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197" />
8
7
  <path d="M11 20v2" />
8
+ <path d="M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" />
9
9
  <path d="M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24" />
10
10
  <path d="M7 19v2" />
11
11
  </Layout>
@@ -4,8 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="file-stack" {...Astro.props}>
7
- <path d="M21 7h-3a2 2 0 0 1-2-2V2" />
8
- <path d="M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z" />
9
- <path d="M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15" />
10
- <path d="M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11" />
7
+ <path d="M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1" />
8
+ <path d="M16 16a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1" />
9
+ <path d="M21 6a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z" />
11
10
  </Layout>
package/dist/Files.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="files" {...Astro.props}>
7
- <path d="M20 7h-3a2 2 0 0 1-2-2V2" />
8
- <path d="M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z" />
9
- <path d="M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8" />
7
+ <path d="M15 2a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 21 8v7a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z" />
8
+ <path d="M15 2v4a2 2 0 0 0 2 2h4" />
9
+ <path d="M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="folders" {...Astro.props}>
7
- <path d="M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z" />
8
- <path d="M2 8v11a2 2 0 0 0 2 2h14" />
7
+ <path d="M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z" />
8
+ <path d="M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1" />
9
9
  </Layout>
package/dist/Gavel.astro CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="gavel" {...Astro.props}>
7
- <path d="m14.499 12.501-8.88 8.879a1 1 0 0 1-3.001-3L11.5 9.5" />
7
+ <path d="m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381" />
8
8
  <path d="m16 16 6-6" />
9
- <path d="m21 11-8-8" />
9
+ <path d="m21.5 10.5-8-8" />
10
10
  <path d="m8 8 6-6" />
11
- <path d="m9 7 8 8" />
11
+ <path d="m8.5 7.5 8 8" />
12
12
  </Layout>
package/dist/Images.astro CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="images" {...Astro.props}>
7
- <path d="M18 22H4a2 2 0 0 1-2-2V6" />
8
- <path d="m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18" />
9
- <circle cx="12" cy="8" r="2" />
10
- <rect width="16" height="16" x="6" y="2" rx="2" />
7
+ <path d="m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16" />
8
+ <path d="M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2" />
9
+ <circle cx="13" cy="7" r="1" fill="currentColor" />
10
+ <rect x="8" y="2" width="14" height="14" rx="2" />
11
11
  </Layout>
package/dist/Mails.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="mails" {...Astro.props}>
7
- <rect width="16" height="13" x="6" y="4" rx="2" />
8
- <path d="m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7" />
9
- <path d="M2 8v11c0 1.1.9 2 2 2h14" />
7
+ <path d="M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732" />
8
+ <path d="m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5" />
9
+ <rect x="7" y="3" width="15" height="12" rx="2" />
10
10
  </Layout>
package/dist/Moon.astro CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="moon" {...Astro.props}>
7
- <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z" />
7
+ <path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" />
8
8
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="moon-star" {...Astro.props}>
7
- <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9" />
7
+ <path d="M18 5h4" />
8
8
  <path d="M20 3v4" />
9
- <path d="M22 5h-4" />
9
+ <path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="settings" {...Astro.props}>
7
- <path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" />
7
+ <path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915" />
8
8
  <circle cx="12" cy="12" r="3" />
9
9
  </Layout>
@@ -5,8 +5,8 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout iconName="sun-moon" {...Astro.props}>
7
7
  <path d="M12 2v2" />
8
- <path d="M13 8.129A4 4 0 0 1 15.873 11" />
8
+ <path d="M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715" />
9
+ <path d="M16 12a4 4 0 0 0-4-4" />
9
10
  <path d="m19 5-1.256 1.256" />
10
11
  <path d="M20 12h2" />
11
- <path d="M9 8a5 5 0 1 0 7 7 7 7 0 1 1-7-7" />
12
12
  </Layout>
package/dist/Tags.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="tags" {...Astro.props}>
7
- <path d="m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" />
8
- <path d="M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z" />
9
- <circle cx="6.5" cy="9.5" r=".5" fill="currentColor" />
7
+ <path d="M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z" />
8
+ <path d="M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193" />
9
+ <circle cx="10.5" cy="6.5" r=".5" fill="currentColor" />
10
10
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.533.0",
3
+ "version": "0.534.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",
@@ -34,7 +34,7 @@
34
34
  "author": "Aviortheking",
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
- "lucide-static": "0.533.0",
37
+ "lucide-static": "0.534.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {