lucide-astro 0.314.0 → 0.315.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>
@@ -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'
@@ -1464,6 +1467,7 @@ export { default as Waves } from './Waves.astro'
1464
1467
  export { default as Waypoints } from './Waypoints.astro'
1465
1468
  export { default as Webcam } from './Webcam.astro'
1466
1469
  export { default as Webhook } from './Webhook.astro'
1470
+ export { default as WebhookOff } from './WebhookOff.astro'
1467
1471
  export { default as Weight } from './Weight.astro'
1468
1472
  export { default as Wheat } from './Wheat.astro'
1469
1473
  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'
@@ -1459,6 +1462,7 @@ export { default as Waves } from './Waves.astro'
1459
1462
  export { default as Waypoints } from './Waypoints.astro'
1460
1463
  export { default as Webcam } from './Webcam.astro'
1461
1464
  export { default as Webhook } from './Webhook.astro'
1465
+ export { default as WebhookOff } from './WebhookOff.astro'
1462
1466
  export { default as Weight } from './Weight.astro'
1463
1467
  export { default as Wheat } from './Wheat.astro'
1464
1468
  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.315.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.315.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {