lucide-astro 0.352.0 → 0.354.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Ham.astro +11 -0
- package/dist/Hotel.astro +7 -6
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Ham.astro
ADDED
@@ -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="M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856" />
|
8
|
+
<path d="M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288" />
|
9
|
+
<path d="M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025" />
|
10
|
+
<path d="m8.5 16.5-1-1" />
|
11
|
+
</Layout>
|
package/dist/Hotel.astro
CHANGED
@@ -4,13 +4,14 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="m9 16 .348-.24c1.465-1.013 3.84-1.013 5.304 0L15 16" />
|
9
|
-
<path d="M8 7h.01" />
|
10
|
-
<path d="M16 7h.01" />
|
11
|
-
<path d="M12 7h.01" />
|
7
|
+
<path d="M10 22v-6.57" />
|
12
8
|
<path d="M12 11h.01" />
|
9
|
+
<path d="M12 7h.01" />
|
10
|
+
<path d="M14 15.43V22" />
|
11
|
+
<path d="M15 16a5 5 0 0 0-6 0" />
|
13
12
|
<path d="M16 11h.01" />
|
13
|
+
<path d="M16 7h.01" />
|
14
14
|
<path d="M8 11h.01" />
|
15
|
-
<path d="
|
15
|
+
<path d="M8 7h.01" />
|
16
|
+
<rect x="4" y="2" width="16" height="20" rx="2" />
|
16
17
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -757,6 +757,7 @@ export { default as GripHorizontal } from './GripHorizontal.astro'
|
|
757
757
|
export { default as GripVertical } from './GripVertical.astro'
|
758
758
|
export { default as Group } from './Group.astro'
|
759
759
|
export { default as Guitar } from './Guitar.astro'
|
760
|
+
export { default as Ham } from './Ham.astro'
|
760
761
|
export { default as Hammer } from './Hammer.astro'
|
761
762
|
export { default as Hand } from './Hand.astro'
|
762
763
|
export { default as HandCoins } from './HandCoins.astro'
|
package/dist/index.js
CHANGED
@@ -752,6 +752,7 @@ export { default as GripHorizontal } from './GripHorizontal.astro'
|
|
752
752
|
export { default as GripVertical } from './GripVertical.astro'
|
753
753
|
export { default as Group } from './Group.astro'
|
754
754
|
export { default as Guitar } from './Guitar.astro'
|
755
|
+
export { default as Ham } from './Ham.astro'
|
755
756
|
export { default as Hammer } from './Hammer.astro'
|
756
757
|
export { default as Hand } from './Hand.astro'
|
757
758
|
export { default as HandCoins } from './HandCoins.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.354.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.354.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|