lucide-astro 0.336.0 → 0.340.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ConciergeBell.astro +1 -1
- package/dist/Flower.astro +9 -5
- package/dist/ImageDown.astro +3 -4
- package/dist/ImageUp.astro +11 -0
- package/dist/PackageOpen.astro +4 -4
- package/dist/Shield.astro +1 -1
- package/dist/ShieldAlert.astro +1 -1
- package/dist/ShieldBan.astro +2 -2
- package/dist/ShieldCheck.astro +1 -1
- package/dist/ShieldClose.astro +3 -3
- package/dist/ShieldEllipsis.astro +4 -4
- package/dist/ShieldHalf.astro +1 -1
- package/dist/ShieldMinus.astro +2 -2
- package/dist/ShieldOff.astro +2 -2
- package/dist/ShieldPlus.astro +3 -3
- package/dist/ShieldQuestion.astro +1 -1
- package/dist/ShieldX.astro +3 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/ConciergeBell.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="
|
7
|
+
<path d="M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z" />
|
8
8
|
<path d="M20 16a8 8 0 1 0-16 0" />
|
9
9
|
<path d="M12 4v4" />
|
10
10
|
<path d="M10 4h4" />
|
package/dist/Flower.astro
CHANGED
@@ -4,10 +4,14 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M12 7.5a4.5 4.5 0 1 1 4.5 4.5M12 7.5A4.5 4.5 0 1 0 7.5 12M12 7.5V9m-4.5 3a4.5 4.5 0 1 0 4.5 4.5M7.5 12H9m7.5 0a4.5 4.5 0 1 1-4.5 4.5m4.5-4.5H15m-3 4.5V15" />
|
8
7
|
<circle cx="12" cy="12" r="3" />
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
8
|
+
<path d="M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5" />
|
9
|
+
<path d="M12 7.5V9" />
|
10
|
+
<path d="M7.5 12H9" />
|
11
|
+
<path d="M16.5 12H15" />
|
12
|
+
<path d="M12 16.5V15" />
|
13
|
+
<path d="m8 8 1.88 1.88" />
|
14
|
+
<path d="M14.12 9.88 16 8" />
|
15
|
+
<path d="m8 16 1.88-1.88" />
|
16
|
+
<path d="M14.12 14.12 16 16" />
|
13
17
|
</Layout>
|
package/dist/ImageDown.astro
CHANGED
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21" />
|
8
|
+
<path d="m14 19 3 3v-5.5" />
|
9
|
+
<path d="m17 22 3-3" />
|
7
10
|
<circle cx="9" cy="9" r="2" />
|
8
|
-
<path d="M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10.8" />
|
9
|
-
<path d="m21 15-3.1-3.1a2 2 0 0 0-2.814.014L6 21" />
|
10
|
-
<path d="m14 19.5 3 3v-6" />
|
11
|
-
<path d="m17 22.5 3-3" />
|
12
11
|
</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="M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21" />
|
8
|
+
<path d="m14 19.5 3-3 3 3" />
|
9
|
+
<path d="M17 22v-5.5" />
|
10
|
+
<circle cx="9" cy="9" r="2" />
|
11
|
+
</Layout>
|
package/dist/PackageOpen.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<
|
10
|
-
<path d="
|
7
|
+
<path d="M12 22v-9" />
|
8
|
+
<path d="M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z" />
|
9
|
+
<path d="M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13" />
|
10
|
+
<path d="M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z" />
|
11
11
|
</Layout>
|
package/dist/Shield.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="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
8
|
</Layout>
|
package/dist/ShieldAlert.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="
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
8
|
<path d="M12 8v4" />
|
9
9
|
<path d="M12 16h.01" />
|
10
10
|
</Layout>
|
package/dist/ShieldBan.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="
|
8
|
-
<path d="m4 5 14 12" />
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
|
+
<path d="m4.243 5.21 14.39 12.472" />
|
9
9
|
</Layout>
|
package/dist/ShieldCheck.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="
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
8
|
<path d="m9 12 2 2 4-4" />
|
9
9
|
</Layout>
|
package/dist/ShieldClose.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="
|
8
|
-
<path d="m14.5 9-5 5" />
|
9
|
-
<path d="m9.5 9 5 5" />
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
|
+
<path d="m14.5 9.5-5 5" />
|
9
|
+
<path d="m9.5 9.5 5 5" />
|
10
10
|
</Layout>
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M8
|
9
|
-
<path d="M12
|
10
|
-
<path d="M16
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
|
+
<path d="M8 12h.01" />
|
9
|
+
<path d="M12 12h.01" />
|
10
|
+
<path d="M16 12h.01" />
|
11
11
|
</Layout>
|
package/dist/ShieldHalf.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="
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
8
|
<path d="M12 22V2" />
|
9
9
|
</Layout>
|
package/dist/ShieldMinus.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="
|
8
|
-
<path d="M9
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
|
+
<path d="M9 12h6" />
|
9
9
|
</Layout>
|
package/dist/ShieldOff.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="M19.7 14a6.9 6.9 0 0 0 .3-2V5l-8-3-3.2 1.2" />
|
8
7
|
<path d="m2 2 20 20" />
|
9
|
-
<path d="
|
8
|
+
<path d="M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71" />
|
9
|
+
<path d="M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264" />
|
10
10
|
</Layout>
|
package/dist/ShieldPlus.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="
|
8
|
-
<path d="M9
|
9
|
-
<path d="M12
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
|
+
<path d="M9 12h6" />
|
9
|
+
<path d="M12 9v6" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
8
|
<path d="M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" />
|
9
9
|
<path d="M12 17h.01" />
|
10
10
|
</Layout>
|
package/dist/ShieldX.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="
|
8
|
-
<path d="m14.5 9-5 5" />
|
9
|
-
<path d="m9.5 9 5 5" />
|
7
|
+
<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
|
8
|
+
<path d="m14.5 9.5-5 5" />
|
9
|
+
<path d="m9.5 9.5 5 5" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -761,6 +761,7 @@ export { default as ImageDown } from './ImageDown.astro'
|
|
761
761
|
export { default as ImageMinus } from './ImageMinus.astro'
|
762
762
|
export { default as ImageOff } from './ImageOff.astro'
|
763
763
|
export { default as ImagePlus } from './ImagePlus.astro'
|
764
|
+
export { default as ImageUp } from './ImageUp.astro'
|
764
765
|
export { default as Images } from './Images.astro'
|
765
766
|
export { default as Import } from './Import.astro'
|
766
767
|
export { default as Inbox } from './Inbox.astro'
|
package/dist/index.js
CHANGED
@@ -756,6 +756,7 @@ export { default as ImageDown } from './ImageDown.astro'
|
|
756
756
|
export { default as ImageMinus } from './ImageMinus.astro'
|
757
757
|
export { default as ImageOff } from './ImageOff.astro'
|
758
758
|
export { default as ImagePlus } from './ImagePlus.astro'
|
759
|
+
export { default as ImageUp } from './ImageUp.astro'
|
759
760
|
export { default as Images } from './Images.astro'
|
760
761
|
export { default as Import } from './Import.astro'
|
761
762
|
export { default as Inbox } from './Inbox.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.340.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.340.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|