lucide-astro 0.456.0 → 0.457.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Bath.astro +5 -5
- package/dist/Cross.astro +1 -1
- package/dist/HandPlatter.astro +4 -4
- package/dist/HardHat.astro +2 -2
- package/dist/Heading4.astro +3 -3
- package/dist/LaptopMinimalCheck.astro +10 -0
- package/dist/Puzzle.astro +1 -1
- package/dist/School.astro +2 -2
- package/dist/Vegan.astro +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Bath.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bath" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
7
|
+
<path d="M10 4 8 6" />
|
8
|
+
<path d="M17 19v2" />
|
9
|
+
<path d="M2 12h20" />
|
10
|
+
<path d="M7 19v2" />
|
11
|
+
<path d="M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5" />
|
12
12
|
</Layout>
|
package/dist/Cross.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="cross" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z" />
|
8
8
|
</Layout>
|
package/dist/HandPlatter.astro
CHANGED
@@ -5,9 +5,9 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout iconName="hand-platter" {...Astro.props}>
|
7
7
|
<path d="M12 3V2" />
|
8
|
-
<path d="
|
8
|
+
<path d="m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5" />
|
9
|
+
<path d="M2 14h12a2 2 0 0 1 0 4h-2" />
|
9
10
|
<path d="M4 10h16" />
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="M5 14v7H2" />
|
11
|
+
<path d="M5 10a7 7 0 0 1 14 0" />
|
12
|
+
<path d="M5 14v6a1 1 0 0 1-1 1H2" />
|
13
13
|
</Layout>
|
package/dist/HardHat.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="hard-hat" {...Astro.props}>
|
7
|
-
<path d="M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z" />
|
8
7
|
<path d="M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5" />
|
9
|
-
<path d="M4 15v-3a6 6 0 0 1 6-6" />
|
10
8
|
<path d="M14 6a6 6 0 0 1 6 6v3" />
|
9
|
+
<path d="M4 15v-3a6 6 0 0 1 6-6" />
|
10
|
+
<rect x="2" y="15" width="20" height="4" rx="1" />
|
11
11
|
</Layout>
|
package/dist/Heading4.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="heading-4" {...Astro.props}>
|
7
|
-
<path d="M4 12h8" />
|
8
|
-
<path d="M4 18V6" />
|
9
7
|
<path d="M12 18V6" />
|
10
|
-
<path d="M17
|
8
|
+
<path d="M17 10v3a1 1 0 0 0 1 1h3" />
|
11
9
|
<path d="M21 10v8" />
|
10
|
+
<path d="M4 12h8" />
|
11
|
+
<path d="M4 18V6" />
|
12
12
|
</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="laptop-minimal-check" {...Astro.props}>
|
7
|
+
<path d="M2 20h20" />
|
8
|
+
<path d="m9 10 2 2 4-4" />
|
9
|
+
<rect x="3" y="4" width="18" height="12" rx="2" />
|
10
|
+
</Layout>
|
package/dist/Puzzle.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="puzzle" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" />
|
8
8
|
</Layout>
|
package/dist/School.astro
CHANGED
@@ -5,9 +5,9 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout iconName="school" {...Astro.props}>
|
7
7
|
<path d="M14 22v-4a2 2 0 1 0-4 0v4" />
|
8
|
-
<path d="m18 10
|
8
|
+
<path d="m18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10" />
|
9
9
|
<path d="M18 5v17" />
|
10
|
-
<path d="m4 6
|
10
|
+
<path d="m4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6" />
|
11
11
|
<path d="M6 5v17" />
|
12
12
|
<circle cx="12" cy="9" r="2" />
|
13
13
|
</Layout>
|
package/dist/Vegan.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="vegan" {...Astro.props}>
|
7
|
+
<path d="M16 8q6 0 6-6-6 0-6 6" />
|
8
|
+
<path d="M17.41 3.59a10 10 0 1 0 3 3" />
|
7
9
|
<path d="M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14" />
|
8
|
-
<path d="M16 8c4 0 6-2 6-6-4 0-6 2-6 6" />
|
9
|
-
<path d="M17.41 3.6a10 10 0 1 0 3 3" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -909,6 +909,7 @@ export { default as Languages } from './Languages.astro'
|
|
909
909
|
export { default as Laptop } from './Laptop.astro'
|
910
910
|
export { default as Laptop2 } from './Laptop2.astro'
|
911
911
|
export { default as LaptopMinimal } from './LaptopMinimal.astro'
|
912
|
+
export { default as LaptopMinimalCheck } from './LaptopMinimalCheck.astro'
|
912
913
|
export { default as Lasso } from './Lasso.astro'
|
913
914
|
export { default as LassoSelect } from './LassoSelect.astro'
|
914
915
|
export { default as Laugh } from './Laugh.astro'
|
package/dist/index.js
CHANGED
@@ -904,6 +904,7 @@ export { default as Languages } from './Languages.astro'
|
|
904
904
|
export { default as Laptop } from './Laptop.astro'
|
905
905
|
export { default as Laptop2 } from './Laptop2.astro'
|
906
906
|
export { default as LaptopMinimal } from './LaptopMinimal.astro'
|
907
|
+
export { default as LaptopMinimalCheck } from './LaptopMinimalCheck.astro'
|
907
908
|
export { default as Lasso } from './Lasso.astro'
|
908
909
|
export { default as LassoSelect } from './LassoSelect.astro'
|
909
910
|
export { default as Laugh } from './Laugh.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.457.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.457.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|