lucide-astro 0.272.0 → 0.273.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +6 -1
- package/dist/index.js +6 -1
- package/package.json +3 -3
- package/dist/ShieldClose.astro +0 -10
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
@@ -1013,10 +1013,15 @@ export { default as Share } from './Share.astro'
|
|
1013
1013
|
export { default as Sheet } from './Sheet.astro'
|
1014
1014
|
export { default as Shell } from './Shell.astro'
|
1015
1015
|
export { default as ShieldAlert } from './ShieldAlert.astro'
|
1016
|
+
export { default as ShieldBan } from './ShieldBan.astro'
|
1016
1017
|
export { default as ShieldCheck } from './ShieldCheck.astro'
|
1017
|
-
export { default as
|
1018
|
+
export { default as ShieldEllipsis } from './ShieldEllipsis.astro'
|
1019
|
+
export { default as ShieldHalf } from './ShieldHalf.astro'
|
1020
|
+
export { default as ShieldMinus } from './ShieldMinus.astro'
|
1018
1021
|
export { default as ShieldOff } from './ShieldOff.astro'
|
1022
|
+
export { default as ShieldPlus } from './ShieldPlus.astro'
|
1019
1023
|
export { default as ShieldQuestion } from './ShieldQuestion.astro'
|
1024
|
+
export { default as ShieldX } from './ShieldX.astro'
|
1020
1025
|
export { default as Shield } from './Shield.astro'
|
1021
1026
|
export { default as ShipWheel } from './ShipWheel.astro'
|
1022
1027
|
export { default as Ship } from './Ship.astro'
|
package/dist/index.js
CHANGED
@@ -1006,10 +1006,15 @@ export { default as Share } from './Share.astro'
|
|
1006
1006
|
export { default as Sheet } from './Sheet.astro'
|
1007
1007
|
export { default as Shell } from './Shell.astro'
|
1008
1008
|
export { default as ShieldAlert } from './ShieldAlert.astro'
|
1009
|
+
export { default as ShieldBan } from './ShieldBan.astro'
|
1009
1010
|
export { default as ShieldCheck } from './ShieldCheck.astro'
|
1010
|
-
export { default as
|
1011
|
+
export { default as ShieldEllipsis } from './ShieldEllipsis.astro'
|
1012
|
+
export { default as ShieldHalf } from './ShieldHalf.astro'
|
1013
|
+
export { default as ShieldMinus } from './ShieldMinus.astro'
|
1011
1014
|
export { default as ShieldOff } from './ShieldOff.astro'
|
1015
|
+
export { default as ShieldPlus } from './ShieldPlus.astro'
|
1012
1016
|
export { default as ShieldQuestion } from './ShieldQuestion.astro'
|
1017
|
+
export { default as ShieldX } from './ShieldX.astro'
|
1013
1018
|
export { default as Shield } from './Shield.astro'
|
1014
1019
|
export { default as ShipWheel } from './ShipWheel.astro'
|
1015
1020
|
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.273.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.273.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>
|