lucide-astro 0.316.0 → 0.317.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M10 10H6" />
8
+ <path d="M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" />
9
+ <path
10
+ d="M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14" />
11
+ <path d="M8 8v4" />
12
+ <path d="M9 18h6" />
13
+ <circle cx="17" cy="18" r="2" />
14
+ <circle cx="7" cy="18" r="2" />
15
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -50,6 +50,7 @@ export { default as AlignVerticalJustifyEnd } from './AlignVerticalJustifyEnd.as
50
50
  export { default as AlignVerticalJustifyStart } from './AlignVerticalJustifyStart.astro'
51
51
  export { default as AlignVerticalSpaceAround } from './AlignVerticalSpaceAround.astro'
52
52
  export { default as AlignVerticalSpaceBetween } from './AlignVerticalSpaceBetween.astro'
53
+ export { default as Ambulance } from './Ambulance.astro'
53
54
  export { default as Ampersand } from './Ampersand.astro'
54
55
  export { default as Ampersands } from './Ampersands.astro'
55
56
  export { default as Anchor } from './Anchor.astro'
package/dist/index.js CHANGED
@@ -45,6 +45,7 @@ export { default as AlignVerticalJustifyEnd } from './AlignVerticalJustifyEnd.as
45
45
  export { default as AlignVerticalJustifyStart } from './AlignVerticalJustifyStart.astro'
46
46
  export { default as AlignVerticalSpaceAround } from './AlignVerticalSpaceAround.astro'
47
47
  export { default as AlignVerticalSpaceBetween } from './AlignVerticalSpaceBetween.astro'
48
+ export { default as Ambulance } from './Ambulance.astro'
48
49
  export { default as Ampersand } from './Ampersand.astro'
49
50
  export { default as Ampersands } from './Ampersands.astro'
50
51
  export { default as Anchor } from './Anchor.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.316.0",
3
+ "version": "0.317.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.316.0",
29
+ "lucide-static": "0.317.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {