lucide-astro 0.486.0 → 0.487.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/SplinePointer.astro +11 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="spline-pointer" {...Astro.props}>
|
7
|
+
<path d="M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z" />
|
8
|
+
<path d="M5 17A12 12 0 0 1 17 5" />
|
9
|
+
<circle cx="19" cy="5" r="2" />
|
10
|
+
<circle cx="5" cy="19" r="2" />
|
11
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1460,6 +1460,7 @@ export { default as Speech } from './Speech.astro'
|
|
1460
1460
|
export { default as SpellCheck } from './SpellCheck.astro'
|
1461
1461
|
export { default as SpellCheck2 } from './SpellCheck2.astro'
|
1462
1462
|
export { default as Spline } from './Spline.astro'
|
1463
|
+
export { default as SplinePointer } from './SplinePointer.astro'
|
1463
1464
|
export { default as Split } from './Split.astro'
|
1464
1465
|
export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
|
1465
1466
|
export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
package/dist/index.js
CHANGED
@@ -1455,6 +1455,7 @@ export { default as Speech } from './Speech.astro'
|
|
1455
1455
|
export { default as SpellCheck } from './SpellCheck.astro'
|
1456
1456
|
export { default as SpellCheck2 } from './SpellCheck2.astro'
|
1457
1457
|
export { default as Spline } from './Spline.astro'
|
1458
|
+
export { default as SplinePointer } from './SplinePointer.astro'
|
1458
1459
|
export { default as Split } from './Split.astro'
|
1459
1460
|
export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
|
1460
1461
|
export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.487.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.487.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|