lucide-astro 0.407.0 → 0.408.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Church.astro +4 -4
- package/dist/Delete.astro +3 -3
- package/dist/MonitorCog.astro +19 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Church.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="m18 7 4 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9l4-2" />
|
8
|
-
<path d="M14 22v-4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v4" />
|
9
|
-
<path d="M18 22V5l-6-3-6 3v17" />
|
10
|
-
<path d="M12 7v5" />
|
11
7
|
<path d="M10 9h4" />
|
8
|
+
<path d="M12 7v5" />
|
9
|
+
<path d="M14 22v-4a2 2 0 0 0-4 0v4" />
|
10
|
+
<path d="M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22" />
|
11
|
+
<path d="m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7" />
|
12
12
|
</Layout>
|
package/dist/Delete.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z" />
|
8
|
+
<path d="m12 9 6 6" />
|
9
|
+
<path d="m18 9-6 6" />
|
10
10
|
</Layout>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M12 17v4" />
|
8
|
+
<path d="m15.2 4.9-.9-.4" />
|
9
|
+
<path d="m15.2 7.1-.9.4" />
|
10
|
+
<path d="m16.9 3.2-.4-.9" />
|
11
|
+
<path d="m16.9 8.8-.4.9" />
|
12
|
+
<path d="m19.5 2.3-.4.9" />
|
13
|
+
<path d="m19.5 9.7-.4-.9" />
|
14
|
+
<path d="m21.7 4.5-.9.4" />
|
15
|
+
<path d="m21.7 7.5-.9-.4" />
|
16
|
+
<path d="M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7" />
|
17
|
+
<path d="M8 21h8" />
|
18
|
+
<circle cx="18" cy="6" r="3" />
|
19
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -995,6 +995,7 @@ export { default as MinusCircle } from './MinusCircle.astro'
|
|
995
995
|
export { default as MinusSquare } from './MinusSquare.astro'
|
996
996
|
export { default as Monitor } from './Monitor.astro'
|
997
997
|
export { default as MonitorCheck } from './MonitorCheck.astro'
|
998
|
+
export { default as MonitorCog } from './MonitorCog.astro'
|
998
999
|
export { default as MonitorDot } from './MonitorDot.astro'
|
999
1000
|
export { default as MonitorDown } from './MonitorDown.astro'
|
1000
1001
|
export { default as MonitorOff } from './MonitorOff.astro'
|
package/dist/index.js
CHANGED
@@ -990,6 +990,7 @@ export { default as MinusCircle } from './MinusCircle.astro'
|
|
990
990
|
export { default as MinusSquare } from './MinusSquare.astro'
|
991
991
|
export { default as Monitor } from './Monitor.astro'
|
992
992
|
export { default as MonitorCheck } from './MonitorCheck.astro'
|
993
|
+
export { default as MonitorCog } from './MonitorCog.astro'
|
993
994
|
export { default as MonitorDot } from './MonitorDot.astro'
|
994
995
|
export { default as MonitorDown } from './MonitorDown.astro'
|
995
996
|
export { default as MonitorOff } from './MonitorOff.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.408.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.
|
29
|
+
"lucide-static": "0.408.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|