lucide-astro 0.545.0 → 0.547.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/Birdhouse.astro +13 -0
- package/dist/MonitorCloud.astro +11 -0
- package/dist/ReceiptText.astro +2 -2
- package/dist/Sword.astro +4 -4
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="birdhouse" {...Astro.props}>
|
|
7
|
+
<path d="M12 18v4" />
|
|
8
|
+
<path d="m17 18 1.956-11.468" />
|
|
9
|
+
<path d="m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8" />
|
|
10
|
+
<path d="M4 18h16" />
|
|
11
|
+
<path d="M7 18 5.044 6.532" />
|
|
12
|
+
<circle cx="12" cy="10" r="2" />
|
|
13
|
+
</Layout>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="monitor-cloud" {...Astro.props}>
|
|
7
|
+
<path d="M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z" />
|
|
8
|
+
<path d="M12 17v4" />
|
|
9
|
+
<path d="M8 21h8" />
|
|
10
|
+
<rect x="2" y="3" width="20" height="14" rx="2" />
|
|
11
|
+
</Layout>
|
package/dist/ReceiptText.astro
CHANGED
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="receipt-text" {...Astro.props}>
|
|
7
|
-
<path d="
|
|
7
|
+
<path d="M13 16H8" />
|
|
8
8
|
<path d="M14 8H8" />
|
|
9
9
|
<path d="M16 12H8" />
|
|
10
|
-
<path d="
|
|
10
|
+
<path d="M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z" />
|
|
11
11
|
</Layout>
|
package/dist/Sword.astro
CHANGED
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="sword" {...Astro.props}>
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<
|
|
7
|
+
<path d="m11 19-6-6" />
|
|
8
|
+
<path d="m5 21-2-2" />
|
|
9
|
+
<path d="m8 16-4 4" />
|
|
10
|
+
<path d="M9.5 17.5 21 6V3h-3L6.5 14.5" />
|
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
|
@@ -220,6 +220,7 @@ export { default as Binary } from './Binary.astro'
|
|
|
220
220
|
export { default as Binoculars } from './Binoculars.astro'
|
|
221
221
|
export { default as Biohazard } from './Biohazard.astro'
|
|
222
222
|
export { default as Bird } from './Bird.astro'
|
|
223
|
+
export { default as Birdhouse } from './Birdhouse.astro'
|
|
223
224
|
export { default as Bitcoin } from './Bitcoin.astro'
|
|
224
225
|
export { default as Blend } from './Blend.astro'
|
|
225
226
|
export { default as Blinds } from './Blinds.astro'
|
|
@@ -1127,6 +1128,7 @@ export { default as MinusCircle } from './MinusCircle.astro'
|
|
|
1127
1128
|
export { default as MinusSquare } from './MinusSquare.astro'
|
|
1128
1129
|
export { default as Monitor } from './Monitor.astro'
|
|
1129
1130
|
export { default as MonitorCheck } from './MonitorCheck.astro'
|
|
1131
|
+
export { default as MonitorCloud } from './MonitorCloud.astro'
|
|
1130
1132
|
export { default as MonitorCog } from './MonitorCog.astro'
|
|
1131
1133
|
export { default as MonitorDot } from './MonitorDot.astro'
|
|
1132
1134
|
export { default as MonitorDown } from './MonitorDown.astro'
|
package/dist/index.js
CHANGED
|
@@ -215,6 +215,7 @@ export { default as Binary } from './Binary.astro'
|
|
|
215
215
|
export { default as Binoculars } from './Binoculars.astro'
|
|
216
216
|
export { default as Biohazard } from './Biohazard.astro'
|
|
217
217
|
export { default as Bird } from './Bird.astro'
|
|
218
|
+
export { default as Birdhouse } from './Birdhouse.astro'
|
|
218
219
|
export { default as Bitcoin } from './Bitcoin.astro'
|
|
219
220
|
export { default as Blend } from './Blend.astro'
|
|
220
221
|
export { default as Blinds } from './Blinds.astro'
|
|
@@ -1122,6 +1123,7 @@ export { default as MinusCircle } from './MinusCircle.astro'
|
|
|
1122
1123
|
export { default as MinusSquare } from './MinusSquare.astro'
|
|
1123
1124
|
export { default as Monitor } from './Monitor.astro'
|
|
1124
1125
|
export { default as MonitorCheck } from './MonitorCheck.astro'
|
|
1126
|
+
export { default as MonitorCloud } from './MonitorCloud.astro'
|
|
1125
1127
|
export { default as MonitorCog } from './MonitorCog.astro'
|
|
1126
1128
|
export { default as MonitorDot } from './MonitorDot.astro'
|
|
1127
1129
|
export { default as MonitorDown } from './MonitorDown.astro'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lucide-astro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.547.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.547.0",
|
|
38
38
|
"semver": "^7.5.4"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|