lucide-astro 0.275.0 → 0.276.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/Bot.astro +6 -5
  2. package/package.json +2 -2
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.275.0",
3
+ "version": "0.276.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.276.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"