lucide-astro 0.276.0 → 0.277.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Speech.astro +10 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20" />
|
8
|
+
<path d="M19.8 17.8a7.5 7.5 0 0 0 .003-10.603" />
|
9
|
+
<path d="M17 15a3.5 3.5 0 0 0-.025-4.975" />
|
10
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1067,6 +1067,7 @@ export { default as Spade } from './Spade.astro'
|
|
1067
1067
|
export { default as Sparkle } from './Sparkle.astro'
|
1068
1068
|
export { default as Sparkles } from './Sparkles.astro'
|
1069
1069
|
export { default as Speaker } from './Speaker.astro'
|
1070
|
+
export { default as Speech } from './Speech.astro'
|
1070
1071
|
export { default as SpellCheck2 } from './SpellCheck2.astro'
|
1071
1072
|
export { default as SpellCheck } from './SpellCheck.astro'
|
1072
1073
|
export { default as Spline } from './Spline.astro'
|
package/dist/index.js
CHANGED
@@ -1060,6 +1060,7 @@ export { default as Spade } from './Spade.astro'
|
|
1060
1060
|
export { default as Sparkle } from './Sparkle.astro'
|
1061
1061
|
export { default as Sparkles } from './Sparkles.astro'
|
1062
1062
|
export { default as Speaker } from './Speaker.astro'
|
1063
|
+
export { default as Speech } from './Speech.astro'
|
1063
1064
|
export { default as SpellCheck2 } from './SpellCheck2.astro'
|
1064
1065
|
export { default as SpellCheck } from './SpellCheck.astro'
|
1065
1066
|
export { default as Spline } from './Spline.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.277.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.277.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"astro": "^2.7.1 || ^3.0.0"
|