lucide-astro 0.363.0 → 0.364.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Drumstick.astro +2 -2
- package/dist/MouseOff.astro +11 -0
- package/dist/Train.astro +2 -2
- package/dist/TramFront.astro +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Drumstick.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M15.
|
8
|
-
<path d="
|
7
|
+
<path d="M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23" />
|
8
|
+
<path d="m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59" />
|
9
9
|
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M12 6v.343" />
|
8
|
+
<path d="M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218" />
|
9
|
+
<path d="M19 13.343V9A7 7 0 0 0 8.56 2.902" />
|
10
|
+
<path d="M22 22 2 2" />
|
11
|
+
</Layout>
|
package/dist/Train.astro
CHANGED
package/dist/TramFront.astro
CHANGED
package/dist/index.d.ts
CHANGED
@@ -991,6 +991,7 @@ export { default as MoreVertical } from './MoreVertical.astro'
|
|
991
991
|
export { default as Mountain } from './Mountain.astro'
|
992
992
|
export { default as MountainSnow } from './MountainSnow.astro'
|
993
993
|
export { default as Mouse } from './Mouse.astro'
|
994
|
+
export { default as MouseOff } from './MouseOff.astro'
|
994
995
|
export { default as MousePointer } from './MousePointer.astro'
|
995
996
|
export { default as MousePointer2 } from './MousePointer2.astro'
|
996
997
|
export { default as MousePointerClick } from './MousePointerClick.astro'
|
package/dist/index.js
CHANGED
@@ -986,6 +986,7 @@ export { default as MoreVertical } from './MoreVertical.astro'
|
|
986
986
|
export { default as Mountain } from './Mountain.astro'
|
987
987
|
export { default as MountainSnow } from './MountainSnow.astro'
|
988
988
|
export { default as Mouse } from './Mouse.astro'
|
989
|
+
export { default as MouseOff } from './MouseOff.astro'
|
989
990
|
export { default as MousePointer } from './MousePointer.astro'
|
990
991
|
export { default as MousePointer2 } from './MousePointer2.astro'
|
991
992
|
export { default as MousePointerClick } from './MousePointerClick.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.364.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.
|
29
|
+
"lucide-static": "0.364.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|