lucide-astro 0.272.0 → 0.274.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/PercentCircle.astro +11 -0
- package/dist/PercentDiamond.astro +11 -0
- package/dist/PercentSquare.astro +11 -0
- package/dist/Shield.astro +1 -1
- package/dist/ShieldAlert.astro +1 -1
- package/dist/ShieldBan.astro +9 -0
- package/dist/ShieldCheck.astro +1 -1
- package/dist/ShieldEllipsis.astro +11 -0
- package/dist/ShieldHalf.astro +9 -0
- package/dist/ShieldMinus.astro +9 -0
- package/dist/ShieldOff.astro +3 -3
- package/dist/ShieldPlus.astro +10 -0
- package/dist/ShieldQuestion.astro +1 -1
- package/dist/ShieldX.astro +10 -0
- package/dist/index.d.ts +9 -1
- package/dist/index.js +9 -1
- package/package.json +3 -3
- package/dist/ShieldClose.astro +0 -10
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z" />
|
8
|
+
<path d="M9.2 9.2h.01" />
|
9
|
+
<path d="m14.5 9.5-5 5" />
|
10
|
+
<path d="M14.7 14.8h.01" />
|
11
|
+
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="m15 9-6 6" />
|
9
|
+
<path d="M9 9h.01" />
|
10
|
+
<path d="M15 15h.01" />
|
11
|
+
</Layout>
|
package/dist/Shield.astro
CHANGED
package/dist/ShieldAlert.astro
CHANGED
package/dist/ShieldCheck.astro
CHANGED
@@ -0,0 +1,11 @@
|
|
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 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10" />
|
8
|
+
<path d="M8 11h.01" />
|
9
|
+
<path d="M12 11h.01" />
|
10
|
+
<path d="M16 11h.01" />
|
11
|
+
</Layout>
|
package/dist/ShieldOff.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="M19.
|
8
|
-
<path d="
|
9
|
-
<
|
7
|
+
<path d="M19.7 14a6.9 6.9 0 0 0 .3-2V5l-8-3-3.2 1.2" />
|
8
|
+
<path d="m2 2 20 20" />
|
9
|
+
<path d="M4.7 4.7 4 5v7c0 6 8 10 8 10a20.3 20.3 0 0 0 5.62-4.38" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -874,6 +874,9 @@ export { default as Pen } from './Pen.astro'
|
|
874
874
|
export { default as PencilLine } from './PencilLine.astro'
|
875
875
|
export { default as PencilRuler } from './PencilRuler.astro'
|
876
876
|
export { default as Pencil } from './Pencil.astro'
|
877
|
+
export { default as PercentCircle } from './PercentCircle.astro'
|
878
|
+
export { default as PercentDiamond } from './PercentDiamond.astro'
|
879
|
+
export { default as PercentSquare } from './PercentSquare.astro'
|
877
880
|
export { default as Percent } from './Percent.astro'
|
878
881
|
export { default as PersonStanding } from './PersonStanding.astro'
|
879
882
|
export { default as PhoneCall } from './PhoneCall.astro'
|
@@ -1013,10 +1016,15 @@ export { default as Share } from './Share.astro'
|
|
1013
1016
|
export { default as Sheet } from './Sheet.astro'
|
1014
1017
|
export { default as Shell } from './Shell.astro'
|
1015
1018
|
export { default as ShieldAlert } from './ShieldAlert.astro'
|
1019
|
+
export { default as ShieldBan } from './ShieldBan.astro'
|
1016
1020
|
export { default as ShieldCheck } from './ShieldCheck.astro'
|
1017
|
-
export { default as
|
1021
|
+
export { default as ShieldEllipsis } from './ShieldEllipsis.astro'
|
1022
|
+
export { default as ShieldHalf } from './ShieldHalf.astro'
|
1023
|
+
export { default as ShieldMinus } from './ShieldMinus.astro'
|
1018
1024
|
export { default as ShieldOff } from './ShieldOff.astro'
|
1025
|
+
export { default as ShieldPlus } from './ShieldPlus.astro'
|
1019
1026
|
export { default as ShieldQuestion } from './ShieldQuestion.astro'
|
1027
|
+
export { default as ShieldX } from './ShieldX.astro'
|
1020
1028
|
export { default as Shield } from './Shield.astro'
|
1021
1029
|
export { default as ShipWheel } from './ShipWheel.astro'
|
1022
1030
|
export { default as Ship } from './Ship.astro'
|
package/dist/index.js
CHANGED
@@ -867,6 +867,9 @@ export { default as Pen } from './Pen.astro'
|
|
867
867
|
export { default as PencilLine } from './PencilLine.astro'
|
868
868
|
export { default as PencilRuler } from './PencilRuler.astro'
|
869
869
|
export { default as Pencil } from './Pencil.astro'
|
870
|
+
export { default as PercentCircle } from './PercentCircle.astro'
|
871
|
+
export { default as PercentDiamond } from './PercentDiamond.astro'
|
872
|
+
export { default as PercentSquare } from './PercentSquare.astro'
|
870
873
|
export { default as Percent } from './Percent.astro'
|
871
874
|
export { default as PersonStanding } from './PersonStanding.astro'
|
872
875
|
export { default as PhoneCall } from './PhoneCall.astro'
|
@@ -1006,10 +1009,15 @@ export { default as Share } from './Share.astro'
|
|
1006
1009
|
export { default as Sheet } from './Sheet.astro'
|
1007
1010
|
export { default as Shell } from './Shell.astro'
|
1008
1011
|
export { default as ShieldAlert } from './ShieldAlert.astro'
|
1012
|
+
export { default as ShieldBan } from './ShieldBan.astro'
|
1009
1013
|
export { default as ShieldCheck } from './ShieldCheck.astro'
|
1010
|
-
export { default as
|
1014
|
+
export { default as ShieldEllipsis } from './ShieldEllipsis.astro'
|
1015
|
+
export { default as ShieldHalf } from './ShieldHalf.astro'
|
1016
|
+
export { default as ShieldMinus } from './ShieldMinus.astro'
|
1011
1017
|
export { default as ShieldOff } from './ShieldOff.astro'
|
1018
|
+
export { default as ShieldPlus } from './ShieldPlus.astro'
|
1012
1019
|
export { default as ShieldQuestion } from './ShieldQuestion.astro'
|
1020
|
+
export { default as ShieldX } from './ShieldX.astro'
|
1013
1021
|
export { default as Shield } from './Shield.astro'
|
1014
1022
|
export { default as ShipWheel } from './ShipWheel.astro'
|
1015
1023
|
export { default as Ship } from './Ship.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.274.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,10 +26,10 @@
|
|
26
26
|
"author": "Aviortheking",
|
27
27
|
"license": "MIT",
|
28
28
|
"devDependencies": {
|
29
|
-
"lucide-static": "0.
|
29
|
+
"lucide-static": "0.274.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
|
-
"astro": "^2.7.1"
|
32
|
+
"astro": "^2.7.1 || ^3.0.0"
|
33
33
|
},
|
34
34
|
"files": [
|
35
35
|
"dist"
|
package/dist/ShieldClose.astro
DELETED
@@ -1,10 +0,0 @@
|
|
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 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
|
8
|
-
<line x1="9.5" x2="14.5" y1="9" y2="14" />
|
9
|
-
<line x1="14.5" x2="9.5" y1="9" y2="14" />
|
10
|
-
</Layout>
|