lucide-astro 0.376.0 → 0.378.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AlarmSmoke.astro +3 -3
- package/dist/Award.astro +1 -1
- package/dist/Loader.astro +8 -8
- package/dist/LoaderPinwheel.astro +11 -0
- package/dist/MoonStar.astro +3 -3
- package/dist/MousePointerBan.astro +10 -0
- package/dist/Sparkle.astro +1 -1
- package/dist/Sparkles.astro +5 -5
- package/dist/Stars.astro +5 -5
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/AlarmSmoke.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M4 8a2 2 0 0 1-2-2V3h20v3a2 2 0 0 1-2 2Z" />
|
8
|
-
<path d="m19 8-.8 3c-.1.6-.6 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L5 8" />
|
9
|
-
<path d="M16 21c0-2.5 2-2.5 2-5" />
|
10
7
|
<path d="M11 21c0-2.5 2-2.5 2-5" />
|
8
|
+
<path d="M16 21c0-2.5 2-2.5 2-5" />
|
9
|
+
<path d="m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8" />
|
10
|
+
<path d="M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z" />
|
11
11
|
<path d="M6 21c0-2.5 2-2.5 2-5" />
|
12
12
|
</Layout>
|
package/dist/Award.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.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526" />
|
7
8
|
<circle cx="12" cy="8" r="6" />
|
8
|
-
<path d="M15.477 12.89 17 22l-5-3-5 3 1.523-9.11" />
|
9
9
|
</Layout>
|
package/dist/Loader.astro
CHANGED
@@ -4,12 +4,12 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<
|
13
|
-
<
|
14
|
-
<
|
7
|
+
<path d="M12 2v4" />
|
8
|
+
<path d="m16.2 7.8 2.9-2.9" />
|
9
|
+
<path d="M18 12h4" />
|
10
|
+
<path d="m16.2 16.2 2.9 2.9" />
|
11
|
+
<path d="M12 18v4" />
|
12
|
+
<path d="m4.9 19.1 2.9-2.9" />
|
13
|
+
<path d="M2 12h4" />
|
14
|
+
<path d="m4.9 4.9 2.9 2.9" />
|
15
15
|
</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="M2 12c0-2.8 2.2-5 5-5s5 2.2 5 5 2.2 5 5 5 5-2.2 5-5" />
|
8
|
+
<path d="M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6" />
|
9
|
+
<path d="M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6" />
|
10
|
+
<circle cx="12" cy="12" r="10" />
|
11
|
+
</Layout>
|
package/dist/MoonStar.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9" />
|
8
|
+
<path d="M20 3v4" />
|
9
|
+
<path d="M22 5h-4" />
|
10
10
|
</Layout>
|
package/dist/Sparkle.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z" />
|
8
8
|
</Layout>
|
package/dist/Sparkles.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
7
|
+
<path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z" />
|
8
|
+
<path d="M20 3v4" />
|
9
|
+
<path d="M22 5h-4" />
|
10
|
+
<path d="M4 17v2" />
|
11
|
+
<path d="M5 18H3" />
|
12
12
|
</Layout>
|
package/dist/Stars.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
7
|
+
<path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z" />
|
8
|
+
<path d="M20 3v4" />
|
9
|
+
<path d="M22 5h-4" />
|
10
|
+
<path d="M4 17v2" />
|
11
|
+
<path d="M5 18H3" />
|
12
12
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -899,6 +899,7 @@ export { default as ListX } from './ListX.astro'
|
|
899
899
|
export { default as Loader } from './Loader.astro'
|
900
900
|
export { default as Loader2 } from './Loader2.astro'
|
901
901
|
export { default as LoaderCircle } from './LoaderCircle.astro'
|
902
|
+
export { default as LoaderPinwheel } from './LoaderPinwheel.astro'
|
902
903
|
export { default as Locate } from './Locate.astro'
|
903
904
|
export { default as LocateFixed } from './LocateFixed.astro'
|
904
905
|
export { default as LocateOff } from './LocateOff.astro'
|
@@ -1001,6 +1002,7 @@ export { default as Mouse } from './Mouse.astro'
|
|
1001
1002
|
export { default as MouseOff } from './MouseOff.astro'
|
1002
1003
|
export { default as MousePointer } from './MousePointer.astro'
|
1003
1004
|
export { default as MousePointer2 } from './MousePointer2.astro'
|
1005
|
+
export { default as MousePointerBan } from './MousePointerBan.astro'
|
1004
1006
|
export { default as MousePointerClick } from './MousePointerClick.astro'
|
1005
1007
|
export { default as MousePointerSquareDashed } from './MousePointerSquareDashed.astro'
|
1006
1008
|
export { default as Move } from './Move.astro'
|
package/dist/index.js
CHANGED
@@ -894,6 +894,7 @@ export { default as ListX } from './ListX.astro'
|
|
894
894
|
export { default as Loader } from './Loader.astro'
|
895
895
|
export { default as Loader2 } from './Loader2.astro'
|
896
896
|
export { default as LoaderCircle } from './LoaderCircle.astro'
|
897
|
+
export { default as LoaderPinwheel } from './LoaderPinwheel.astro'
|
897
898
|
export { default as Locate } from './Locate.astro'
|
898
899
|
export { default as LocateFixed } from './LocateFixed.astro'
|
899
900
|
export { default as LocateOff } from './LocateOff.astro'
|
@@ -996,6 +997,7 @@ export { default as Mouse } from './Mouse.astro'
|
|
996
997
|
export { default as MouseOff } from './MouseOff.astro'
|
997
998
|
export { default as MousePointer } from './MousePointer.astro'
|
998
999
|
export { default as MousePointer2 } from './MousePointer2.astro'
|
1000
|
+
export { default as MousePointerBan } from './MousePointerBan.astro'
|
999
1001
|
export { default as MousePointerClick } from './MousePointerClick.astro'
|
1000
1002
|
export { default as MousePointerSquareDashed } from './MousePointerSquareDashed.astro'
|
1001
1003
|
export { default as Move } from './Move.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.378.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.378.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|