lucide-astro 0.509.0 → 0.510.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Brackets.astro +2 -2
- package/dist/CheckLine.astro +10 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Brackets.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="brackets" {...Astro.props}>
|
7
|
-
<path d="M16
|
8
|
-
<path d="M8
|
7
|
+
<path d="M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3" />
|
8
|
+
<path d="M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3" />
|
9
9
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -364,6 +364,7 @@ export { default as Check } from './Check.astro'
|
|
364
364
|
export { default as CheckCheck } from './CheckCheck.astro'
|
365
365
|
export { default as CheckCircle } from './CheckCircle.astro'
|
366
366
|
export { default as CheckCircle2 } from './CheckCircle2.astro'
|
367
|
+
export { default as CheckLine } from './CheckLine.astro'
|
367
368
|
export { default as CheckSquare } from './CheckSquare.astro'
|
368
369
|
export { default as CheckSquare2 } from './CheckSquare2.astro'
|
369
370
|
export { default as ChefHat } from './ChefHat.astro'
|
package/dist/index.js
CHANGED
@@ -359,6 +359,7 @@ export { default as Check } from './Check.astro'
|
|
359
359
|
export { default as CheckCheck } from './CheckCheck.astro'
|
360
360
|
export { default as CheckCircle } from './CheckCircle.astro'
|
361
361
|
export { default as CheckCircle2 } from './CheckCircle2.astro'
|
362
|
+
export { default as CheckLine } from './CheckLine.astro'
|
362
363
|
export { default as CheckSquare } from './CheckSquare.astro'
|
363
364
|
export { default as CheckSquare2 } from './CheckSquare2.astro'
|
364
365
|
export { default as ChefHat } from './ChefHat.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.510.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",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"author": "Aviortheking",
|
35
35
|
"license": "MIT",
|
36
36
|
"devDependencies": {
|
37
|
-
"lucide-static": "0.
|
37
|
+
"lucide-static": "0.510.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|