lucide-astro 0.397.0 → 0.399.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M10.083 9A6.002 6.002 0 0 1 16 4a4.243 4.243 0 0 0 6 6c0 2.22-1.206 4.16-3 5.197" />
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>
@@ -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>
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'
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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.397.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.397.0",
29
+ "lucide-static": "0.399.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {