lucide-astro 0.469.0 → 0.471.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/Grid2X2Check.astro +9 -0
- package/dist/Grid2X2X.astro +10 -0
- package/dist/HouseWifi.astro +11 -0
- package/dist/Rat.astro +3 -3
- package/dist/TriangleDashed.astro +16 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +12 -4
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="grid-2x2-check" {...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 iconName="grid-2x2-x" {...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>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="house-wifi" {...Astro.props}>
|
7
|
+
<path d="M9.5 13.866a4 4 0 0 1 5 .01" />
|
8
|
+
<path d="M12 17h.01" />
|
9
|
+
<path d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />
|
10
|
+
<path d="M7 10.754a8 8 0 0 1 10 0" />
|
11
|
+
</Layout>
|
package/dist/Rat.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="rat" {...Astro.props}>
|
7
|
-
<path d="M17 5c0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8.3 1.5.8 2H11c-3.9 0-7 3.1-7 7c0 2.2 1.8 4 4 4" />
|
8
|
-
<path d="M16.8 3.9c.3-.3.6-.5 1-.7 1.5-.6 3.3.1 3.9 1.6.6 1.5-.1 3.3-1.6 3.9l1.6 2.8c.2.3.2.7.2 1-.2.8-.9 1.2-1.7 1.1 0 0-1.6-.3-2.7-.6H17c-1.7 0-3 1.3-3 3" />
|
9
|
-
<path d="M13.2 18a3 3 0 0 0-2.2-5" />
|
10
7
|
<path d="M13 22H4a2 2 0 0 1 0-4h12" />
|
8
|
+
<path d="M13.236 18a3 3 0 0 0-2.2-5" />
|
11
9
|
<path d="M16 9h.01" />
|
10
|
+
<path d="M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3" />
|
11
|
+
<path d="M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18" />
|
12
12
|
</Layout>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="triangle-dashed" {...Astro.props}>
|
7
|
+
<path d="M10.17 4.193a2 2 0 0 1 3.666.013" />
|
8
|
+
<path d="M14 21h2" />
|
9
|
+
<path d="m15.874 7.743 1 1.732" />
|
10
|
+
<path d="m18.849 12.952 1 1.732" />
|
11
|
+
<path d="M21.824 18.18a2 2 0 0 1-1.835 2.824" />
|
12
|
+
<path d="M4.024 21a2 2 0 0 1-1.839-2.839" />
|
13
|
+
<path d="m5.136 12.952-1 1.732" />
|
14
|
+
<path d="M8 21h2" />
|
15
|
+
<path d="m8.102 7.743-1 1.732" />
|
16
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -805,7 +805,9 @@ export { default as GraduationCap } from './GraduationCap.astro'
|
|
805
805
|
export { default as Grape } from './Grape.astro'
|
806
806
|
export { default as Grid } from './Grid.astro'
|
807
807
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
808
|
+
export { default as Grid2X2Check } from './Grid2X2Check.astro'
|
808
809
|
export { default as Grid2X2Plus } from './Grid2X2Plus.astro'
|
810
|
+
export { default as Grid2X2X } from './Grid2X2X.astro'
|
809
811
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
810
812
|
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
811
813
|
export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
|
@@ -863,6 +865,7 @@ export { default as Hourglass } from './Hourglass.astro'
|
|
863
865
|
export { default as House } from './House.astro'
|
864
866
|
export { default as HousePlug } from './HousePlug.astro'
|
865
867
|
export { default as HousePlus } from './HousePlus.astro'
|
868
|
+
export { default as HouseWifi } from './HouseWifi.astro'
|
866
869
|
export { default as IceCream } from './IceCream.astro'
|
867
870
|
export { default as IceCream2 } from './IceCream2.astro'
|
868
871
|
export { default as IceCreamBowl } from './IceCreamBowl.astro'
|
@@ -1622,6 +1625,7 @@ export { default as TrendingUp } from './TrendingUp.astro'
|
|
1622
1625
|
export { default as TrendingUpDown } from './TrendingUpDown.astro'
|
1623
1626
|
export { default as Triangle } from './Triangle.astro'
|
1624
1627
|
export { default as TriangleAlert } from './TriangleAlert.astro'
|
1628
|
+
export { default as TriangleDashed } from './TriangleDashed.astro'
|
1625
1629
|
export { default as TriangleRight } from './TriangleRight.astro'
|
1626
1630
|
export { default as Trophy } from './Trophy.astro'
|
1627
1631
|
export { default as Truck } from './Truck.astro'
|
package/dist/index.js
CHANGED
@@ -800,7 +800,9 @@ export { default as GraduationCap } from './GraduationCap.astro'
|
|
800
800
|
export { default as Grape } from './Grape.astro'
|
801
801
|
export { default as Grid } from './Grid.astro'
|
802
802
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
803
|
+
export { default as Grid2X2Check } from './Grid2X2Check.astro'
|
803
804
|
export { default as Grid2X2Plus } from './Grid2X2Plus.astro'
|
805
|
+
export { default as Grid2X2X } from './Grid2X2X.astro'
|
804
806
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
805
807
|
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
806
808
|
export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
|
@@ -858,6 +860,7 @@ export { default as Hourglass } from './Hourglass.astro'
|
|
858
860
|
export { default as House } from './House.astro'
|
859
861
|
export { default as HousePlug } from './HousePlug.astro'
|
860
862
|
export { default as HousePlus } from './HousePlus.astro'
|
863
|
+
export { default as HouseWifi } from './HouseWifi.astro'
|
861
864
|
export { default as IceCream } from './IceCream.astro'
|
862
865
|
export { default as IceCream2 } from './IceCream2.astro'
|
863
866
|
export { default as IceCreamBowl } from './IceCreamBowl.astro'
|
@@ -1617,6 +1620,7 @@ export { default as TrendingUp } from './TrendingUp.astro'
|
|
1617
1620
|
export { default as TrendingUpDown } from './TrendingUpDown.astro'
|
1618
1621
|
export { default as Triangle } from './Triangle.astro'
|
1619
1622
|
export { default as TriangleAlert } from './TriangleAlert.astro'
|
1623
|
+
export { default as TriangleDashed } from './TriangleDashed.astro'
|
1620
1624
|
export { default as TriangleRight } from './TriangleRight.astro'
|
1621
1625
|
export { default as Trophy } from './Trophy.astro'
|
1622
1626
|
export { default as Truck } from './Truck.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.471.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",
|
@@ -13,8 +13,16 @@
|
|
13
13
|
},
|
14
14
|
"type": "module",
|
15
15
|
"exports": {
|
16
|
-
"
|
17
|
-
|
16
|
+
".": {
|
17
|
+
"require": "./dist/index.js",
|
18
|
+
"import": "./dist/index.js",
|
19
|
+
"types": "./dist/index.d.ts"
|
20
|
+
},
|
21
|
+
"./*": {
|
22
|
+
"require": "./dist/*.astro",
|
23
|
+
"import": "./dist/*.astro",
|
24
|
+
"types": "./dist/index.d.ts"
|
25
|
+
}
|
18
26
|
},
|
19
27
|
"sideEffects": false,
|
20
28
|
"keywords": [
|
@@ -26,7 +34,7 @@
|
|
26
34
|
"author": "Aviortheking",
|
27
35
|
"license": "MIT",
|
28
36
|
"devDependencies": {
|
29
|
-
"lucide-static": "0.
|
37
|
+
"lucide-static": "0.471.0",
|
30
38
|
"semver": "^7.5.4"
|
31
39
|
},
|
32
40
|
"peerDependencies": {
|