lucide-astro 0.455.0 → 0.456.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/GlassWater.astro +1 -1
- package/dist/Grid2X2Plus.astro +10 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/GlassWater.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="glass-water" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z" />
|
8
8
|
<path d="M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0" />
|
9
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 iconName="grid-2x2-plus" {...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 19h6" />
|
9
|
+
<path d="M19 22v-6" />
|
10
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -801,6 +801,7 @@ export { default as GraduationCap } from './GraduationCap.astro'
|
|
801
801
|
export { default as Grape } from './Grape.astro'
|
802
802
|
export { default as Grid } from './Grid.astro'
|
803
803
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
804
|
+
export { default as Grid2X2Plus } from './Grid2X2Plus.astro'
|
804
805
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
805
806
|
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
806
807
|
export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
|
package/dist/index.js
CHANGED
@@ -796,6 +796,7 @@ export { default as GraduationCap } from './GraduationCap.astro'
|
|
796
796
|
export { default as Grape } from './Grape.astro'
|
797
797
|
export { default as Grid } from './Grid.astro'
|
798
798
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
799
|
+
export { default as Grid2X2Plus } from './Grid2X2Plus.astro'
|
799
800
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
800
801
|
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
801
802
|
export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.456.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.456.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|