lucide-astro 0.513.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.
- package/dist/BookAlert.astro +10 -0
- package/dist/HousePlus.astro +4 -4
- package/dist/Radiation.astro +3 -3
- package/dist/RectangleCircle.astro +9 -0
- package/dist/Settings2.astro +1 -1
- package/dist/Trophy.astro +5 -5
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="book-alert" {...Astro.props}>
|
7
|
+
<path d="M12 13h.01" />
|
8
|
+
<path d="M12 6v3" />
|
9
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
10
|
+
</Layout>
|
package/dist/HousePlus.astro
CHANGED
@@ -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="
|
8
|
-
<path d="
|
9
|
-
<path d="M15
|
10
|
-
<path d="M18
|
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>
|
package/dist/Radiation.astro
CHANGED
@@ -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="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
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>
|
package/dist/Settings2.astro
CHANGED
package/dist/Trophy.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="trophy" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978" />
|
8
|
+
<path d="M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978" />
|
9
|
+
<path d="M18 9h1.5a1 1 0 0 0 0-5H18" />
|
9
10
|
<path d="M4 22h16" />
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="M18 2H6v7a6 6 0 0 0 12 0V2Z" />
|
11
|
+
<path d="M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z" />
|
12
|
+
<path d="M6 9H4.5a1 1 0 0 1 0-5H6" />
|
13
13
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -231,6 +231,7 @@ export { default as Bomb } from './Bomb.astro'
|
|
231
231
|
export { default as Bone } from './Bone.astro'
|
232
232
|
export { default as Book } from './Book.astro'
|
233
233
|
export { default as BookA } from './BookA.astro'
|
234
|
+
export { default as BookAlert } from './BookAlert.astro'
|
234
235
|
export { default as BookAudio } from './BookAudio.astro'
|
235
236
|
export { default as BookCheck } from './BookCheck.astro'
|
236
237
|
export { default as BookCopy } from './BookCopy.astro'
|
@@ -1315,6 +1316,7 @@ export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
|
|
1315
1316
|
export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
|
1316
1317
|
export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
|
1317
1318
|
export { default as ReceiptText } from './ReceiptText.astro'
|
1319
|
+
export { default as RectangleCircle } from './RectangleCircle.astro'
|
1318
1320
|
export { default as RectangleEllipsis } from './RectangleEllipsis.astro'
|
1319
1321
|
export { default as RectangleGoggles } from './RectangleGoggles.astro'
|
1320
1322
|
export { default as RectangleHorizontal } from './RectangleHorizontal.astro'
|
package/dist/index.js
CHANGED
@@ -226,6 +226,7 @@ export { default as Bomb } from './Bomb.astro'
|
|
226
226
|
export { default as Bone } from './Bone.astro'
|
227
227
|
export { default as Book } from './Book.astro'
|
228
228
|
export { default as BookA } from './BookA.astro'
|
229
|
+
export { default as BookAlert } from './BookAlert.astro'
|
229
230
|
export { default as BookAudio } from './BookAudio.astro'
|
230
231
|
export { default as BookCheck } from './BookCheck.astro'
|
231
232
|
export { default as BookCopy } from './BookCopy.astro'
|
@@ -1310,6 +1311,7 @@ export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
|
|
1310
1311
|
export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
|
1311
1312
|
export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
|
1312
1313
|
export { default as ReceiptText } from './ReceiptText.astro'
|
1314
|
+
export { default as RectangleCircle } from './RectangleCircle.astro'
|
1313
1315
|
export { default as RectangleEllipsis } from './RectangleEllipsis.astro'
|
1314
1316
|
export { default as RectangleGoggles } from './RectangleGoggles.astro'
|
1315
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.
|
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.
|
37
|
+
"lucide-static": "0.515.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|