lucide-astro 0.514.0 → 0.515.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,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="house-plus" {...Astro.props}>
7
- <path d="M13.22 2.416a2 2 0 0 0-2.511.057l-7 5.999A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.354" />
8
- <path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" />
9
- <path d="M15 6h6" />
10
- <path d="M18 3v6" />
7
+ <path d="M12.662 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v2.475" />
8
+ <path d="M14.959 12.717A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8" />
9
+ <path d="M15 18h6" />
10
+ <path d="M18 15v6" />
11
11
  </Layout>
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout iconName="radiation" {...Astro.props}>
7
7
  <path d="M12 12h.01" />
8
- <path d="M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z" />
9
- <path d="M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z" />
10
- <path d="M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z" />
8
+ <path d="M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z" />
9
+ <path d="M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z" />
10
+ <path d="M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z" />
11
11
  </Layout>
@@ -0,0 +1,9 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="rectangle-circle" {...Astro.props}>
7
+ <path d="M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z" />
8
+ <circle cx="14" cy="12" r="8" />
9
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -1316,6 +1316,7 @@ export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
1316
1316
  export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
1317
1317
  export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
1318
1318
  export { default as ReceiptText } from './ReceiptText.astro'
1319
+ export { default as RectangleCircle } from './RectangleCircle.astro'
1319
1320
  export { default as RectangleEllipsis } from './RectangleEllipsis.astro'
1320
1321
  export { default as RectangleGoggles } from './RectangleGoggles.astro'
1321
1322
  export { default as RectangleHorizontal } from './RectangleHorizontal.astro'
package/dist/index.js CHANGED
@@ -1311,6 +1311,7 @@ export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
1311
1311
  export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
1312
1312
  export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
1313
1313
  export { default as ReceiptText } from './ReceiptText.astro'
1314
+ export { default as RectangleCircle } from './RectangleCircle.astro'
1314
1315
  export { default as RectangleEllipsis } from './RectangleEllipsis.astro'
1315
1316
  export { default as RectangleGoggles } from './RectangleGoggles.astro'
1316
1317
  export { default as RectangleHorizontal } from './RectangleHorizontal.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.514.0",
3
+ "version": "0.515.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.514.0",
37
+ "lucide-static": "0.515.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {