lucide-astro 0.396.0 → 0.397.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/CloudMoon.astro +1 -1
- package/dist/Signature.astro +9 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/CloudMoon.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197" />
|
7
8
|
<path d="M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z" />
|
8
|
-
<path d="M10.1 9A6 6 0 0 1 16 4a4.24 4.24 0 0 0 6 6 6 6 0 0 1-3 5.197" />
|
9
9
|
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M14.218 7.183a2.5 2.5 0 1 0-3.712-2.354c-.349 2.295-.853 12.217-5.006 12.217a1 1 0 0 1 0-5.091c4.509.03 8.516 1.676 8.516 4.221a1 1 0 0 0 .781.803l2.429.015a1 1 0 0 0 1.006-1v-.4a.5.5 0 0 1 .838-.368L21 17" />
|
8
|
+
<path d="M3 21h18" />
|
9
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1328,6 +1328,7 @@ export { default as SignalHigh } from './SignalHigh.astro'
|
|
1328
1328
|
export { default as SignalLow } from './SignalLow.astro'
|
1329
1329
|
export { default as SignalMedium } from './SignalMedium.astro'
|
1330
1330
|
export { default as SignalZero } from './SignalZero.astro'
|
1331
|
+
export { default as Signature } from './Signature.astro'
|
1331
1332
|
export { default as Signpost } from './Signpost.astro'
|
1332
1333
|
export { default as SignpostBig } from './SignpostBig.astro'
|
1333
1334
|
export { default as Siren } from './Siren.astro'
|
package/dist/index.js
CHANGED
@@ -1323,6 +1323,7 @@ export { default as SignalHigh } from './SignalHigh.astro'
|
|
1323
1323
|
export { default as SignalLow } from './SignalLow.astro'
|
1324
1324
|
export { default as SignalMedium } from './SignalMedium.astro'
|
1325
1325
|
export { default as SignalZero } from './SignalZero.astro'
|
1326
|
+
export { default as Signature } from './Signature.astro'
|
1326
1327
|
export { default as Signpost } from './Signpost.astro'
|
1327
1328
|
export { default as SignpostBig } from './SignpostBig.astro'
|
1328
1329
|
export { default as Siren } from './Siren.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.397.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.397.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|