lucide-astro 0.275.0 → 0.277.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Bot.astro CHANGED
@@ -4,9 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="10" x="3" y="11" rx="2" />
8
- <circle cx="12" cy="5" r="2" />
9
- <path d="M12 7v4" />
10
- <line x1="8" x2="8" y1="16" y2="16" />
11
- <line x1="16" x2="16" y1="16" y2="16" />
7
+ <path d="M12 8V4H8" />
8
+ <rect width="16" height="12" x="4" y="8" rx="2" />
9
+ <path d="M2 14h2" />
10
+ <path d="M20 14h2" />
11
+ <path d="M15 13v2" />
12
+ <path d="M9 13v2" />
12
13
  </Layout>
@@ -0,0 +1,10 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20" />
8
+ <path d="M19.8 17.8a7.5 7.5 0 0 0 .003-10.603" />
9
+ <path d="M17 15a3.5 3.5 0 0 0-.025-4.975" />
10
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -1067,6 +1067,7 @@ export { default as Spade } from './Spade.astro'
1067
1067
  export { default as Sparkle } from './Sparkle.astro'
1068
1068
  export { default as Sparkles } from './Sparkles.astro'
1069
1069
  export { default as Speaker } from './Speaker.astro'
1070
+ export { default as Speech } from './Speech.astro'
1070
1071
  export { default as SpellCheck2 } from './SpellCheck2.astro'
1071
1072
  export { default as SpellCheck } from './SpellCheck.astro'
1072
1073
  export { default as Spline } from './Spline.astro'
package/dist/index.js CHANGED
@@ -1060,6 +1060,7 @@ export { default as Spade } from './Spade.astro'
1060
1060
  export { default as Sparkle } from './Sparkle.astro'
1061
1061
  export { default as Sparkles } from './Sparkles.astro'
1062
1062
  export { default as Speaker } from './Speaker.astro'
1063
+ export { default as Speech } from './Speech.astro'
1063
1064
  export { default as SpellCheck2 } from './SpellCheck2.astro'
1064
1065
  export { default as SpellCheck } from './SpellCheck.astro'
1065
1066
  export { default as Spline } from './Spline.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.275.0",
3
+ "version": "0.277.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.275.0"
29
+ "lucide-static": "0.277.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"