lucide-astro 0.335.0 → 0.335.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ delete Astro.props.size
8
8
  // allow the user's props to redefine our defaults
9
9
  const props = Object.assign({
10
10
  'xmlns': 'http://www.w3.org/2000/svg',
11
- 'stroke-width': 2
11
+ 'stroke-width': 2,
12
12
  'width': size ?? 24,
13
13
  'height': size ?? 24,
14
14
  'stroke': 'currentColor',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.335.0",
3
+ "version": "0.335.1",
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",