lucide-astro 0.396.0 → 0.399.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/CloudMoonRain.astro +2 -2
- package/dist/Logs.astro +16 -0
- package/dist/SaveOff.astro +14 -0
- package/dist/Signature.astro +9 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -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>
|
package/dist/CloudMoonRain.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M10.
|
8
|
-
<path d="M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24" />
|
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" />
|
9
8
|
<path d="M11 20v2" />
|
9
|
+
<path d="M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24" />
|
10
10
|
<path d="M7 19v2" />
|
11
11
|
</Layout>
|
package/dist/Logs.astro
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M13 12h8" />
|
8
|
+
<path d="M13 18h8" />
|
9
|
+
<path d="M13 6h8" />
|
10
|
+
<path d="M3 12h1" />
|
11
|
+
<path d="M3 18h1" />
|
12
|
+
<path d="M3 6h1" />
|
13
|
+
<path d="M8 12h1" />
|
14
|
+
<path d="M8 18h1" />
|
15
|
+
<path d="M8 6h1" />
|
16
|
+
</Layout>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M13 13H8a1 1 0 0 0-1 1v7" />
|
8
|
+
<path d="M14 8h1" />
|
9
|
+
<path d="M17 21v-4" />
|
10
|
+
<path d="m2 2 20 20" />
|
11
|
+
<path d="M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41" />
|
12
|
+
<path d="M29.5 11.5s5 5 4 5" />
|
13
|
+
<path d="M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15" />
|
14
|
+
</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
@@ -915,6 +915,7 @@ export { default as LockKeyholeOpen } from './LockKeyholeOpen.astro'
|
|
915
915
|
export { default as LockOpen } from './LockOpen.astro'
|
916
916
|
export { default as LogIn } from './LogIn.astro'
|
917
917
|
export { default as LogOut } from './LogOut.astro'
|
918
|
+
export { default as Logs } from './Logs.astro'
|
918
919
|
export { default as Lollipop } from './Lollipop.astro'
|
919
920
|
export { default as Luggage } from './Luggage.astro'
|
920
921
|
export { default as MSquare } from './MSquare.astro'
|
@@ -1250,6 +1251,7 @@ export { default as Satellite } from './Satellite.astro'
|
|
1250
1251
|
export { default as SatelliteDish } from './SatelliteDish.astro'
|
1251
1252
|
export { default as Save } from './Save.astro'
|
1252
1253
|
export { default as SaveAll } from './SaveAll.astro'
|
1254
|
+
export { default as SaveOff } from './SaveOff.astro'
|
1253
1255
|
export { default as Scale } from './Scale.astro'
|
1254
1256
|
export { default as Scale3D } from './Scale3D.astro'
|
1255
1257
|
export { default as Scale3d } from './Scale3d.astro'
|
@@ -1328,6 +1330,7 @@ export { default as SignalHigh } from './SignalHigh.astro'
|
|
1328
1330
|
export { default as SignalLow } from './SignalLow.astro'
|
1329
1331
|
export { default as SignalMedium } from './SignalMedium.astro'
|
1330
1332
|
export { default as SignalZero } from './SignalZero.astro'
|
1333
|
+
export { default as Signature } from './Signature.astro'
|
1331
1334
|
export { default as Signpost } from './Signpost.astro'
|
1332
1335
|
export { default as SignpostBig } from './SignpostBig.astro'
|
1333
1336
|
export { default as Siren } from './Siren.astro'
|
package/dist/index.js
CHANGED
@@ -910,6 +910,7 @@ export { default as LockKeyholeOpen } from './LockKeyholeOpen.astro'
|
|
910
910
|
export { default as LockOpen } from './LockOpen.astro'
|
911
911
|
export { default as LogIn } from './LogIn.astro'
|
912
912
|
export { default as LogOut } from './LogOut.astro'
|
913
|
+
export { default as Logs } from './Logs.astro'
|
913
914
|
export { default as Lollipop } from './Lollipop.astro'
|
914
915
|
export { default as Luggage } from './Luggage.astro'
|
915
916
|
export { default as MSquare } from './MSquare.astro'
|
@@ -1245,6 +1246,7 @@ export { default as Satellite } from './Satellite.astro'
|
|
1245
1246
|
export { default as SatelliteDish } from './SatelliteDish.astro'
|
1246
1247
|
export { default as Save } from './Save.astro'
|
1247
1248
|
export { default as SaveAll } from './SaveAll.astro'
|
1249
|
+
export { default as SaveOff } from './SaveOff.astro'
|
1248
1250
|
export { default as Scale } from './Scale.astro'
|
1249
1251
|
export { default as Scale3D } from './Scale3D.astro'
|
1250
1252
|
export { default as Scale3d } from './Scale3d.astro'
|
@@ -1323,6 +1325,7 @@ export { default as SignalHigh } from './SignalHigh.astro'
|
|
1323
1325
|
export { default as SignalLow } from './SignalLow.astro'
|
1324
1326
|
export { default as SignalMedium } from './SignalMedium.astro'
|
1325
1327
|
export { default as SignalZero } from './SignalZero.astro'
|
1328
|
+
export { default as Signature } from './Signature.astro'
|
1326
1329
|
export { default as Signpost } from './Signpost.astro'
|
1327
1330
|
export { default as SignpostBig } from './SignpostBig.astro'
|
1328
1331
|
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.399.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.399.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|