lucide-astro 0.374.0 → 0.377.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AlarmSmoke.astro +3 -3
- package/dist/Award.astro +1 -1
- package/dist/Grid2x2Check.astro +9 -0
- package/dist/Grid2x2X.astro +10 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/AlarmSmoke.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="M4 8a2 2 0 0 1-2-2V3h20v3a2 2 0 0 1-2 2Z" />
|
8
|
-
<path d="m19 8-.8 3c-.1.6-.6 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L5 8" />
|
9
|
-
<path d="M16 21c0-2.5 2-2.5 2-5" />
|
10
7
|
<path d="M11 21c0-2.5 2-2.5 2-5" />
|
8
|
+
<path d="M16 21c0-2.5 2-2.5 2-5" />
|
9
|
+
<path d="m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8" />
|
10
|
+
<path d="M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z" />
|
11
11
|
<path d="M6 21c0-2.5 2-2.5 2-5" />
|
12
12
|
</Layout>
|
package/dist/Award.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526" />
|
7
8
|
<circle cx="12" cy="8" r="6" />
|
8
|
-
<path d="M15.477 12.89 17 22l-5-3-5 3 1.523-9.11" />
|
9
9
|
</Layout>
|
@@ -0,0 +1,9 @@
|
|
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 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3" />
|
8
|
+
<path d="m16 19 2 2 4-4" />
|
9
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
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 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3" />
|
8
|
+
<path d="m16 16 5 5" />
|
9
|
+
<path d="m16 21 5-5" />
|
10
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -754,6 +754,8 @@ export { default as Grape } from './Grape.astro'
|
|
754
754
|
export { default as Grid } from './Grid.astro'
|
755
755
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
756
756
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
757
|
+
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
758
|
+
export { default as Grid2x2X } from './Grid2x2X.astro'
|
757
759
|
export { default as Grid3X3 } from './Grid3X3.astro'
|
758
760
|
export { default as Grid3x3 } from './Grid3x3.astro'
|
759
761
|
export { default as Grip } from './Grip.astro'
|
package/dist/index.js
CHANGED
@@ -749,6 +749,8 @@ export { default as Grape } from './Grape.astro'
|
|
749
749
|
export { default as Grid } from './Grid.astro'
|
750
750
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
751
751
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
752
|
+
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
753
|
+
export { default as Grid2x2X } from './Grid2x2X.astro'
|
752
754
|
export { default as Grid3X3 } from './Grid3X3.astro'
|
753
755
|
export { default as Grid3x3 } from './Grid3x3.astro'
|
754
756
|
export { default as Grip } from './Grip.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.377.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.377.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|