lucide-astro 0.447.0 → 0.452.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AlignCenter.astro +3 -3
- package/dist/AlignJustify.astro +3 -3
- package/dist/AlignLeft.astro +3 -3
- package/dist/AlignRight.astro +3 -3
- package/dist/Component.astro +4 -4
- package/dist/EyeClosed.astro +12 -0
- package/dist/Indent.astro +4 -4
- package/dist/IndentDecrease.astro +4 -4
- package/dist/IndentIncrease.astro +4 -4
- package/dist/List.astro +6 -6
- package/dist/ListOrdered.astro +4 -4
- package/dist/Move.astro +6 -6
- package/dist/MoveDiagonal.astro +3 -3
- package/dist/MoveDiagonal2.astro +3 -3
- package/dist/MoveHorizontal.astro +3 -3
- package/dist/MoveVertical.astro +3 -3
- package/dist/Outdent.astro +4 -4
- package/dist/Package.astro +3 -3
- package/dist/ParkingMeter.astro +3 -3
- package/dist/Sandwich.astro +5 -4
- package/dist/Volleyball.astro +13 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/AlignCenter.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="align-center" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M17 12H7" />
|
8
|
+
<path d="M19 18H5" />
|
9
|
+
<path d="M21 6H3" />
|
10
10
|
</Layout>
|
package/dist/AlignJustify.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="align-justify" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M3 12h18" />
|
8
|
+
<path d="M3 18h18" />
|
9
|
+
<path d="M3 6h18" />
|
10
10
|
</Layout>
|
package/dist/AlignLeft.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="align-left" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M15 12H3" />
|
8
|
+
<path d="M17 18H3" />
|
9
|
+
<path d="M21 6H3" />
|
10
10
|
</Layout>
|
package/dist/AlignRight.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="align-right" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M21 12H9" />
|
8
|
+
<path d="M21 18H7" />
|
9
|
+
<path d="M21 6H3" />
|
10
10
|
</Layout>
|
package/dist/Component.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="component" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" />
|
8
|
+
<path d="M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z" />
|
9
|
+
<path d="M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z" />
|
10
|
+
<path d="M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" />
|
11
11
|
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="eye-closed" {...Astro.props}>
|
7
|
+
<path d="m15 18-.722-3.25" />
|
8
|
+
<path d="M2 8a10.645 10.645 0 0 0 20 0" />
|
9
|
+
<path d="m20 15-1.726-2.05" />
|
10
|
+
<path d="m4 15 1.726-2.05" />
|
11
|
+
<path d="m9 18 .722-3.25" />
|
12
|
+
</Layout>
|
package/dist/Indent.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="indent-increase" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M21 12H11" />
|
8
|
+
<path d="M21 18H11" />
|
9
|
+
<path d="M21 6H11" />
|
10
|
+
<path d="m3 8 4 4-4 4" />
|
11
11
|
</Layout>
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="indent-decrease" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M21 12H11" />
|
8
|
+
<path d="M21 18H11" />
|
9
|
+
<path d="M21 6H11" />
|
10
|
+
<path d="m7 8-4 4 4 4" />
|
11
11
|
</Layout>
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="indent-increase" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M21 12H11" />
|
8
|
+
<path d="M21 18H11" />
|
9
|
+
<path d="M21 6H11" />
|
10
|
+
<path d="m3 8 4 4-4 4" />
|
11
11
|
</Layout>
|
package/dist/List.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="list" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<
|
7
|
+
<path d="M3 12h.01" />
|
8
|
+
<path d="M3 18h.01" />
|
9
|
+
<path d="M3 6h.01" />
|
10
|
+
<path d="M8 12h13" />
|
11
|
+
<path d="M8 18h13" />
|
12
|
+
<path d="M8 6h13" />
|
13
13
|
</Layout>
|
package/dist/ListOrdered.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="list-ordered" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<path d="M4 6h1v4" />
|
7
|
+
<path d="M10 12h11" />
|
8
|
+
<path d="M10 18h11" />
|
9
|
+
<path d="M10 6h11" />
|
11
10
|
<path d="M4 10h2" />
|
11
|
+
<path d="M4 6h1v4" />
|
12
12
|
<path d="M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" />
|
13
13
|
</Layout>
|
package/dist/Move.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="move" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<
|
7
|
+
<path d="M12 2v20" />
|
8
|
+
<path d="m15 19-3 3-3-3" />
|
9
|
+
<path d="m19 9 3 3-3 3" />
|
10
|
+
<path d="M2 12h20" />
|
11
|
+
<path d="m5 9-3 3 3 3" />
|
12
|
+
<path d="m9 5 3-3 3 3" />
|
13
13
|
</Layout>
|
package/dist/MoveDiagonal.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="move-diagonal" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M11 19H5v-6" />
|
8
|
+
<path d="M13 5h6v6" />
|
9
|
+
<path d="M19 5 5 19" />
|
10
10
|
</Layout>
|
package/dist/MoveDiagonal2.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="move-diagonal-2" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M19 13v6h-6" />
|
8
|
+
<path d="M5 11V5h6" />
|
9
|
+
<path d="m5 5 14 14" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="move-horizontal" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="m18 8 4 4-4 4" />
|
8
|
+
<path d="M2 12h20" />
|
9
|
+
<path d="m6 8-4 4 4 4" />
|
10
10
|
</Layout>
|
package/dist/MoveVertical.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="move-vertical" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M12 2v20" />
|
8
|
+
<path d="m8 18 4 4 4-4" />
|
9
|
+
<path d="m8 6 4-4 4 4" />
|
10
10
|
</Layout>
|
package/dist/Outdent.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="indent-decrease" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M21 12H11" />
|
8
|
+
<path d="M21 18H11" />
|
9
|
+
<path d="M21 6H11" />
|
10
|
+
<path d="m7 8-4 4 4 4" />
|
11
11
|
</Layout>
|
package/dist/Package.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="package" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" />
|
9
|
-
<path d="m3.3 7 8.7 5 8.7-5" />
|
7
|
+
<path d="M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z" />
|
10
8
|
<path d="M12 22V12" />
|
9
|
+
<path d="m3.3 7 7.703 4.734a2 2 0 0 0 1.994 0L20.7 7" />
|
10
|
+
<path d="m7.5 4.27 9 5.15" />
|
11
11
|
</Layout>
|
package/dist/ParkingMeter.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="parking-meter" {...Astro.props}>
|
7
|
-
<path d="M9 9a3 3 0 1 1 6 0" />
|
8
|
-
<path d="M12 12v3" />
|
9
7
|
<path d="M11 15h2" />
|
10
|
-
<path d="
|
8
|
+
<path d="M12 12v3" />
|
11
9
|
<path d="M12 19v3" />
|
10
|
+
<path d="M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z" />
|
11
|
+
<path d="M9 9a3 3 0 1 1 6 0" />
|
12
12
|
</Layout>
|
package/dist/Sandwich.astro
CHANGED
@@ -4,8 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="sandwich" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777" />
|
8
|
+
<path d="M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25" />
|
9
|
+
<path d="M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9" />
|
10
|
+
<path d="m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2" />
|
11
|
+
<rect width="20" height="4" x="2" y="11" rx="1" />
|
11
12
|
</Layout>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="volleyball" {...Astro.props}>
|
7
|
+
<path d="M11.1 7.1a16.55 16.55 0 0 1 10.9 4" />
|
8
|
+
<path d="M12 12a12.6 12.6 0 0 1-8.7 5" />
|
9
|
+
<path d="M16.8 13.6a16.55 16.55 0 0 1-9 7.5" />
|
10
|
+
<path d="M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10" />
|
11
|
+
<path d="M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5" />
|
12
|
+
<circle cx="12" cy="12" r="10" />
|
13
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -605,6 +605,7 @@ export { default as Euro } from './Euro.astro'
|
|
605
605
|
export { default as Expand } from './Expand.astro'
|
606
606
|
export { default as ExternalLink } from './ExternalLink.astro'
|
607
607
|
export { default as Eye } from './Eye.astro'
|
608
|
+
export { default as EyeClosed } from './EyeClosed.astro'
|
608
609
|
export { default as EyeOff } from './EyeOff.astro'
|
609
610
|
export { default as Facebook } from './Facebook.astro'
|
610
611
|
export { default as Factory } from './Factory.astro'
|
@@ -1684,6 +1685,7 @@ export { default as VideoOff } from './VideoOff.astro'
|
|
1684
1685
|
export { default as Videotape } from './Videotape.astro'
|
1685
1686
|
export { default as View } from './View.astro'
|
1686
1687
|
export { default as Voicemail } from './Voicemail.astro'
|
1688
|
+
export { default as Volleyball } from './Volleyball.astro'
|
1687
1689
|
export { default as Volume } from './Volume.astro'
|
1688
1690
|
export { default as Volume1 } from './Volume1.astro'
|
1689
1691
|
export { default as Volume2 } from './Volume2.astro'
|
package/dist/index.js
CHANGED
@@ -600,6 +600,7 @@ export { default as Euro } from './Euro.astro'
|
|
600
600
|
export { default as Expand } from './Expand.astro'
|
601
601
|
export { default as ExternalLink } from './ExternalLink.astro'
|
602
602
|
export { default as Eye } from './Eye.astro'
|
603
|
+
export { default as EyeClosed } from './EyeClosed.astro'
|
603
604
|
export { default as EyeOff } from './EyeOff.astro'
|
604
605
|
export { default as Facebook } from './Facebook.astro'
|
605
606
|
export { default as Factory } from './Factory.astro'
|
@@ -1679,6 +1680,7 @@ export { default as VideoOff } from './VideoOff.astro'
|
|
1679
1680
|
export { default as Videotape } from './Videotape.astro'
|
1680
1681
|
export { default as View } from './View.astro'
|
1681
1682
|
export { default as Voicemail } from './Voicemail.astro'
|
1683
|
+
export { default as Volleyball } from './Volleyball.astro'
|
1682
1684
|
export { default as Volume } from './Volume.astro'
|
1683
1685
|
export { default as Volume1 } from './Volume1.astro'
|
1684
1686
|
export { default as Volume2 } from './Volume2.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.452.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.452.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|