lucide-astro 0.446.0 → 0.451.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BoxSelect.astro +1 -1
- package/dist/Component.astro +4 -4
- package/dist/EyeClosed.astro +12 -0
- 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/Package.astro +3 -3
- package/dist/ParkingMeter.astro +3 -3
- package/dist/Sandwich.astro +5 -4
- package/dist/SquareDashed.astro +19 -0
- package/dist/Volleyball.astro +13 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/BoxSelect.astro
CHANGED
@@ -3,7 +3,7 @@ import Layout from './.Layout.astro'
|
|
3
3
|
export type { Props } from './index.d.ts'
|
4
4
|
---
|
5
5
|
|
6
|
-
<Layout iconName="
|
6
|
+
<Layout iconName="square-dashed" {...Astro.props}>
|
7
7
|
<path d="M5 3a2 2 0 0 0-2 2" />
|
8
8
|
<path d="M19 3a2 2 0 0 1 2 2" />
|
9
9
|
<path d="M21 19a2 2 0 0 1-2 2" />
|
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/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/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,19 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="square-dashed" {...Astro.props}>
|
7
|
+
<path d="M5 3a2 2 0 0 0-2 2" />
|
8
|
+
<path d="M19 3a2 2 0 0 1 2 2" />
|
9
|
+
<path d="M21 19a2 2 0 0 1-2 2" />
|
10
|
+
<path d="M5 21a2 2 0 0 1-2-2" />
|
11
|
+
<path d="M9 3h1" />
|
12
|
+
<path d="M9 21h1" />
|
13
|
+
<path d="M14 3h1" />
|
14
|
+
<path d="M14 21h1" />
|
15
|
+
<path d="M3 9v1" />
|
16
|
+
<path d="M21 9v1" />
|
17
|
+
<path d="M3 14v1" />
|
18
|
+
<path d="M21 14v1" />
|
19
|
+
</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'
|
@@ -1459,6 +1460,7 @@ export { default as SquareChevronLeft } from './SquareChevronLeft.astro'
|
|
1459
1460
|
export { default as SquareChevronRight } from './SquareChevronRight.astro'
|
1460
1461
|
export { default as SquareChevronUp } from './SquareChevronUp.astro'
|
1461
1462
|
export { default as SquareCode } from './SquareCode.astro'
|
1463
|
+
export { default as SquareDashed } from './SquareDashed.astro'
|
1462
1464
|
export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
1463
1465
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1464
1466
|
export { default as SquareDashedKanban } from './SquareDashedKanban.astro'
|
@@ -1683,6 +1685,7 @@ export { default as VideoOff } from './VideoOff.astro'
|
|
1683
1685
|
export { default as Videotape } from './Videotape.astro'
|
1684
1686
|
export { default as View } from './View.astro'
|
1685
1687
|
export { default as Voicemail } from './Voicemail.astro'
|
1688
|
+
export { default as Volleyball } from './Volleyball.astro'
|
1686
1689
|
export { default as Volume } from './Volume.astro'
|
1687
1690
|
export { default as Volume1 } from './Volume1.astro'
|
1688
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'
|
@@ -1454,6 +1455,7 @@ export { default as SquareChevronLeft } from './SquareChevronLeft.astro'
|
|
1454
1455
|
export { default as SquareChevronRight } from './SquareChevronRight.astro'
|
1455
1456
|
export { default as SquareChevronUp } from './SquareChevronUp.astro'
|
1456
1457
|
export { default as SquareCode } from './SquareCode.astro'
|
1458
|
+
export { default as SquareDashed } from './SquareDashed.astro'
|
1457
1459
|
export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
1458
1460
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1459
1461
|
export { default as SquareDashedKanban } from './SquareDashedKanban.astro'
|
@@ -1678,6 +1680,7 @@ export { default as VideoOff } from './VideoOff.astro'
|
|
1678
1680
|
export { default as Videotape } from './Videotape.astro'
|
1679
1681
|
export { default as View } from './View.astro'
|
1680
1682
|
export { default as Voicemail } from './Voicemail.astro'
|
1683
|
+
export { default as Volleyball } from './Volleyball.astro'
|
1681
1684
|
export { default as Volume } from './Volume.astro'
|
1682
1685
|
export { default as Volume1 } from './Volume1.astro'
|
1683
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.451.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.451.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|