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.
- package/dist/.Layout.astro +1 -1
- package/package.json +1 -1
package/dist/.Layout.astro
CHANGED
@@ -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',
|