lucide-astro 0.411.0 → 0.412.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/LetterText.astro +12 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M15 12h6" />
|
8
|
+
<path d="M15 6h6" />
|
9
|
+
<path d="m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13" />
|
10
|
+
<path d="M3 18h18" />
|
11
|
+
<path d="M4 11h6" />
|
12
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -880,6 +880,7 @@ export { default as LayoutTemplate } from './LayoutTemplate.astro'
|
|
880
880
|
export { default as Leaf } from './Leaf.astro'
|
881
881
|
export { default as LeafyGreen } from './LeafyGreen.astro'
|
882
882
|
export { default as Lectern } from './Lectern.astro'
|
883
|
+
export { default as LetterText } from './LetterText.astro'
|
883
884
|
export { default as Library } from './Library.astro'
|
884
885
|
export { default as LibraryBig } from './LibraryBig.astro'
|
885
886
|
export { default as LibrarySquare } from './LibrarySquare.astro'
|
package/dist/index.js
CHANGED
@@ -875,6 +875,7 @@ export { default as LayoutTemplate } from './LayoutTemplate.astro'
|
|
875
875
|
export { default as Leaf } from './Leaf.astro'
|
876
876
|
export { default as LeafyGreen } from './LeafyGreen.astro'
|
877
877
|
export { default as Lectern } from './Lectern.astro'
|
878
|
+
export { default as LetterText } from './LetterText.astro'
|
878
879
|
export { default as Library } from './Library.astro'
|
879
880
|
export { default as LibraryBig } from './LibraryBig.astro'
|
880
881
|
export { default as LibrarySquare } from './LibrarySquare.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.412.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.412.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|