lucide-astro 0.387.0 → 0.390.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,20 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="m15.2 16.9-.9-.4" />
8
+ <path d="m15.2 19.1-.9.4" />
9
+ <path d="M16 2v4" />
10
+ <path d="m16.9 15.2-.4-.9" />
11
+ <path d="m16.9 20.8-.4.9" />
12
+ <path d="m19.5 14.3-.4.9" />
13
+ <path d="m19.5 21.7-.4-.9" />
14
+ <path d="M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" />
15
+ <path d="m21.7 16.5-.9.4" />
16
+ <path d="m21.7 19.5-.9-.4" />
17
+ <path d="M3 10h18" />
18
+ <path d="M8 2v4" />
19
+ <circle cx="18" cy="18" r="3" />
20
+ </Layout>
package/dist/Dna.astro CHANGED
@@ -4,15 +4,15 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M2 15c6.667-6 13.333 0 20-6" />
8
- <path d="M9 22c1.798-1.998 2.518-3.995 2.807-5.993" />
7
+ <path d="m10 16 1.5 1.5" />
8
+ <path d="m14 8-1.5-1.5" />
9
9
  <path d="M15 2c-1.798 1.998-2.518 3.995-2.807 5.993" />
10
- <path d="m17 6-2.5-2.5" />
11
- <path d="m14 8-1-1" />
12
- <path d="m7 18 2.5 2.5" />
13
- <path d="m3.5 14.5.5.5" />
14
- <path d="m20 9 .5.5" />
15
- <path d="m6.5 12.5 1 1" />
16
10
  <path d="m16.5 10.5 1 1" />
17
- <path d="m10 16 1.5 1.5" />
11
+ <path d="m17 6-2.891-2.891" />
12
+ <path d="M2 15c6.667-6 13.333 0 20-6" />
13
+ <path d="m20 9 .891.891" />
14
+ <path d="M3.109 14.109 4 15" />
15
+ <path d="m6.5 12.5 1 1" />
16
+ <path d="m7 18 2.891 2.891" />
17
+ <path d="M9 22c1.798-1.998 2.518-3.995 2.807-5.993" />
18
18
  </Layout>
package/dist/DnaOff.astro CHANGED
@@ -4,15 +4,14 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M15 2c-1.35 1.5-2.092 3-2.5 4.5M9 22c1.35-1.5 2.092-3 2.5-4.5" />
8
- <path d="M2 15c3.333-3 6.667-3 10-3m10-3c-1.5 1.35-3 2.092-4.5 2.5" />
9
- <path d="m17 6-2.5-2.5" />
10
- <path d="m14 8-1.5-1.5" />
11
- <path d="m7 18 2.5 2.5" />
12
- <path d="m3.5 14.5.5.5" />
13
- <path d="m20 9 .5.5" />
7
+ <path d="M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8" />
8
+ <path d="m17 6-2.891-2.891" />
9
+ <path d="M2 15c3.333-3 6.667-3 10-3" />
10
+ <path d="m2 2 20 20" />
11
+ <path d="m20 9 .891.891" />
12
+ <path d="M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1" />
13
+ <path d="M3.109 14.109 4 15" />
14
14
  <path d="m6.5 12.5 1 1" />
15
- <path d="m16.5 10.5 1 1" />
16
- <path d="m10 16 1.5 1.5" />
17
- <line x1="2" x2="22" y1="2" y2="22" />
15
+ <path d="m7 18 2.891 2.891" />
16
+ <path d="M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16" />
18
17
  </Layout>
@@ -0,0 +1,9 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M7 21h10" />
8
+ <rect width="20" height="14" x="2" y="3" rx="2" />
9
+ </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="M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z" />
8
+ <path d="M7 21h10" />
9
+ <rect width="20" height="14" x="2" y="3" rx="2" />
10
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -286,6 +286,7 @@ export { default as Calendar } from './Calendar.astro'
286
286
  export { default as CalendarCheck } from './CalendarCheck.astro'
287
287
  export { default as CalendarCheck2 } from './CalendarCheck2.astro'
288
288
  export { default as CalendarClock } from './CalendarClock.astro'
289
+ export { default as CalendarCog } from './CalendarCog.astro'
289
290
  export { default as CalendarDays } from './CalendarDays.astro'
290
291
  export { default as CalendarFold } from './CalendarFold.astro'
291
292
  export { default as CalendarHeart } from './CalendarHeart.astro'
@@ -1534,6 +1535,8 @@ export { default as Truck } from './Truck.astro'
1534
1535
  export { default as Turtle } from './Turtle.astro'
1535
1536
  export { default as Tv } from './Tv.astro'
1536
1537
  export { default as Tv2 } from './Tv2.astro'
1538
+ export { default as TvMinimal } from './TvMinimal.astro'
1539
+ export { default as TvMinimalPlay } from './TvMinimalPlay.astro'
1537
1540
  export { default as Twitch } from './Twitch.astro'
1538
1541
  export { default as Twitter } from './Twitter.astro'
1539
1542
  export { default as Type } from './Type.astro'
package/dist/index.js CHANGED
@@ -281,6 +281,7 @@ export { default as Calendar } from './Calendar.astro'
281
281
  export { default as CalendarCheck } from './CalendarCheck.astro'
282
282
  export { default as CalendarCheck2 } from './CalendarCheck2.astro'
283
283
  export { default as CalendarClock } from './CalendarClock.astro'
284
+ export { default as CalendarCog } from './CalendarCog.astro'
284
285
  export { default as CalendarDays } from './CalendarDays.astro'
285
286
  export { default as CalendarFold } from './CalendarFold.astro'
286
287
  export { default as CalendarHeart } from './CalendarHeart.astro'
@@ -1529,6 +1530,8 @@ export { default as Truck } from './Truck.astro'
1529
1530
  export { default as Turtle } from './Turtle.astro'
1530
1531
  export { default as Tv } from './Tv.astro'
1531
1532
  export { default as Tv2 } from './Tv2.astro'
1533
+ export { default as TvMinimal } from './TvMinimal.astro'
1534
+ export { default as TvMinimalPlay } from './TvMinimalPlay.astro'
1532
1535
  export { default as Twitch } from './Twitch.astro'
1533
1536
  export { default as Twitter } from './Twitter.astro'
1534
1537
  export { default as Type } from './Type.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.387.0",
3
+ "version": "0.390.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.387.0",
29
+ "lucide-static": "0.390.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {