lucide-astro 0.468.0 → 0.469.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,10 +4,16 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="snowflake" {...Astro.props}>
7
- <line x1="2" x2="22" y1="12" y2="12" />
8
- <line x1="12" x2="12" y1="2" y2="22" />
9
- <path d="m20 16-4-4 4-4" />
10
- <path d="m4 8 4 4-4 4" />
11
- <path d="m16 4-4 4-4-4" />
12
- <path d="m8 20 4-4 4 4" />
7
+ <path d="m10 20-1.25-2.5L6 18" />
8
+ <path d="M10 4 8.75 6.5 6 6" />
9
+ <path d="m14 20 1.25-2.5L18 18" />
10
+ <path d="m14 4 1.25 2.5L18 6" />
11
+ <path d="m17 21-3-6h-4" />
12
+ <path d="m17 3-3 6 1.5 3" />
13
+ <path d="M2 12h6.5L10 9" />
14
+ <path d="m20 10-1.5 2 1.5 2" />
15
+ <path d="M22 12h-6.5L14 15" />
16
+ <path d="m4 10 1.5 2L4 14" />
17
+ <path d="m7 21 3-6-1.5-3" />
18
+ <path d="m7 3 3 6h4" />
13
19
  </Layout>
@@ -4,15 +4,15 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="sun-snow" {...Astro.props}>
7
- <path d="M10 9a3 3 0 1 0 0 6" />
8
- <path d="M2 12h1" />
9
- <path d="M14 21V3" />
10
- <path d="M10 4V3" />
11
7
  <path d="M10 21v-1" />
8
+ <path d="M10 4V3" />
9
+ <path d="M10 9a3 3 0 0 0 0 6" />
10
+ <path d="m14 20 1.25-2.5L18 18" />
11
+ <path d="m14 4 1.25 2.5L18 6" />
12
+ <path d="m17 21-3-6 1.5-3H22" />
13
+ <path d="m17 3-3 6 1.5 3" />
14
+ <path d="M2 12h1" />
15
+ <path d="m20 10-1.5 2 1.5 2" />
12
16
  <path d="m3.64 18.36.7-.7" />
13
17
  <path d="m4.34 6.34-.7-.7" />
14
- <path d="M14 12h8" />
15
- <path d="m17 4-3 3" />
16
- <path d="m14 17 3 3" />
17
- <path d="m21 15-3-3 3-3" />
18
18
  </Layout>
@@ -4,10 +4,12 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="thermometer-snowflake" {...Astro.props}>
7
- <path d="M2 12h10" />
8
- <path d="M9 4v16" />
9
- <path d="m3 9 3 3-3 3" />
10
- <path d="M12 6 9 9 6 6" />
11
- <path d="m6 18 3-3 1.5 1.5" />
12
- <path d="M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" />
7
+ <path d="m10 20-1.25-2.5L6 18" />
8
+ <path d="M10 4 8.75 6.5 6 6" />
9
+ <path d="M10.585 15H10" />
10
+ <path d="M2 12h6.5L10 9" />
11
+ <path d="M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" />
12
+ <path d="m4 10 1.5 2L4 14" />
13
+ <path d="m7 21 3-6-1.5-3" />
14
+ <path d="m7 3 3 6h2" />
13
15
  </Layout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.468.0",
3
+ "version": "0.469.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.468.0",
29
+ "lucide-static": "0.469.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {