lucide-astro 0.365.0 → 0.367.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Cable.astro +5 -7
- package/dist/Coffee.astro +4 -5
- package/dist/ImagePlay.astro +11 -0
- package/dist/KeyboardOff.astro +17 -0
- package/dist/Video.astro +2 -2
- package/dist/VideoOff.astro +3 -3
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/Cable.astro
CHANGED
@@ -4,11 +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="
|
12
|
-
<path d="M21 21v-2" />
|
13
|
-
<path d="M22 19h-6v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z" />
|
7
|
+
<path d="M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1" />
|
8
|
+
<path d="M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9" />
|
9
|
+
<path d="M21 21v-2h-4" />
|
10
|
+
<path d="M3 5h4V3" />
|
11
|
+
<path d="M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3" />
|
14
12
|
</Layout>
|
package/dist/Coffee.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="
|
8
|
-
<path d="
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<line x1="14" x2="14" y1="2" y2="4" />
|
7
|
+
<path d="M10 2v2" />
|
8
|
+
<path d="M14 2v2" />
|
9
|
+
<path d="M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1" />
|
10
|
+
<path d="M6 2v2" />
|
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="m11 16-5 5" />
|
8
|
+
<path d="M11 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.5" />
|
9
|
+
<path d="M15.765 22a.5.5 0 0 1-.765-.424V13.38a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z" />
|
10
|
+
<circle cx="9" cy="9" r="2" />
|
11
|
+
</Layout>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M 20 4 A2 2 0 0 1 22 6" />
|
8
|
+
<path d="M 22 6 L 22 16.41" />
|
9
|
+
<path d="M 7 16 L 16 16" />
|
10
|
+
<path d="M 9.69 4 L 20 4" />
|
11
|
+
<path d="M14 8h.01" />
|
12
|
+
<path d="M18 8h.01" />
|
13
|
+
<path d="m2 2 20 20" />
|
14
|
+
<path d="M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" />
|
15
|
+
<path d="M6 8h.01" />
|
16
|
+
<path d="M8 12h.01" />
|
17
|
+
</Layout>
|
package/dist/Video.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
|
-
<rect
|
7
|
+
<path d="m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" />
|
8
|
+
<rect x="2" y="6" width="14" height="12" rx="2" />
|
9
9
|
</Layout>
|
package/dist/VideoOff.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="M10.66 6H14a2 2 0 0 1 2 2v2.
|
8
|
-
<path d="M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-
|
9
|
-
<
|
7
|
+
<path d="M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196" />
|
8
|
+
<path d="M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" />
|
9
|
+
<path d="m2 2 20 20" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -808,6 +808,7 @@ export { default as Image } from './Image.astro'
|
|
808
808
|
export { default as ImageDown } from './ImageDown.astro'
|
809
809
|
export { default as ImageMinus } from './ImageMinus.astro'
|
810
810
|
export { default as ImageOff } from './ImageOff.astro'
|
811
|
+
export { default as ImagePlay } from './ImagePlay.astro'
|
811
812
|
export { default as ImagePlus } from './ImagePlus.astro'
|
812
813
|
export { default as ImageUp } from './ImageUp.astro'
|
813
814
|
export { default as Images } from './Images.astro'
|
@@ -835,6 +836,7 @@ export { default as KeyRound } from './KeyRound.astro'
|
|
835
836
|
export { default as KeySquare } from './KeySquare.astro'
|
836
837
|
export { default as Keyboard } from './Keyboard.astro'
|
837
838
|
export { default as KeyboardMusic } from './KeyboardMusic.astro'
|
839
|
+
export { default as KeyboardOff } from './KeyboardOff.astro'
|
838
840
|
export { default as Lamp } from './Lamp.astro'
|
839
841
|
export { default as LampCeiling } from './LampCeiling.astro'
|
840
842
|
export { default as LampDesk } from './LampDesk.astro'
|
package/dist/index.js
CHANGED
@@ -803,6 +803,7 @@ export { default as Image } from './Image.astro'
|
|
803
803
|
export { default as ImageDown } from './ImageDown.astro'
|
804
804
|
export { default as ImageMinus } from './ImageMinus.astro'
|
805
805
|
export { default as ImageOff } from './ImageOff.astro'
|
806
|
+
export { default as ImagePlay } from './ImagePlay.astro'
|
806
807
|
export { default as ImagePlus } from './ImagePlus.astro'
|
807
808
|
export { default as ImageUp } from './ImageUp.astro'
|
808
809
|
export { default as Images } from './Images.astro'
|
@@ -830,6 +831,7 @@ export { default as KeyRound } from './KeyRound.astro'
|
|
830
831
|
export { default as KeySquare } from './KeySquare.astro'
|
831
832
|
export { default as Keyboard } from './Keyboard.astro'
|
832
833
|
export { default as KeyboardMusic } from './KeyboardMusic.astro'
|
834
|
+
export { default as KeyboardOff } from './KeyboardOff.astro'
|
833
835
|
export { default as Lamp } from './Lamp.astro'
|
834
836
|
export { default as LampCeiling } from './LampCeiling.astro'
|
835
837
|
export { default as LampDesk } from './LampDesk.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.367.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.367.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|