lucide-astro 0.438.0 → 0.441.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BookOpen.astro +2 -2
- package/dist/BookOpenCheck.astro +2 -2
- package/dist/BookOpenText.astro +5 -5
- package/dist/Caravan.astro +2 -3
- package/dist/ClockAlert.astro +11 -0
- package/dist/Combine.astro +6 -6
- package/dist/Grid2x2Plus.astro +10 -0
- package/dist/HeadphoneOff.astro +12 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/BookOpen.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="book-open" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M12 7v14" />
|
8
|
+
<path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" />
|
9
9
|
</Layout>
|
package/dist/BookOpenCheck.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="book-open-check" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M12 21V7" />
|
8
8
|
<path d="m16 12 2 2 4-4" />
|
9
|
-
<path d="M22
|
9
|
+
<path d="M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3" />
|
10
10
|
</Layout>
|
package/dist/BookOpenText.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="book-open-text" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" />
|
9
|
-
<path d="M6 8h2" />
|
10
|
-
<path d="M6 12h2" />
|
11
|
-
<path d="M16 8h2" />
|
7
|
+
<path d="M12 7v14" />
|
12
8
|
<path d="M16 12h2" />
|
9
|
+
<path d="M16 8h2" />
|
10
|
+
<path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" />
|
11
|
+
<path d="M6 12h2" />
|
12
|
+
<path d="M6 8h2" />
|
13
13
|
</Layout>
|
package/dist/Caravan.astro
CHANGED
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="caravan" {...Astro.props}>
|
7
|
-
<rect width="4" height="4" x="2" y="9" />
|
8
|
-
<rect width="4" height="10" x="10" y="9" />
|
9
7
|
<path d="M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2" />
|
8
|
+
<path d="M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2" />
|
9
|
+
<path d="M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9" />
|
10
10
|
<circle cx="8" cy="19" r="2" />
|
11
|
-
<path d="M10 19h12v-2" />
|
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 iconName="clock-alert" {...Astro.props}>
|
7
|
+
<path d="M12 6v6l4 2" />
|
8
|
+
<path d="M16 21.16a10 10 0 1 1 5-13.516" />
|
9
|
+
<path d="M20 11.5v6" />
|
10
|
+
<path d="M20 21.5h.01" />
|
11
|
+
</Layout>
|
package/dist/Combine.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="combine" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="M14
|
9
|
-
<path d="M20
|
10
|
-
<path d="
|
11
|
-
<
|
12
|
-
<rect
|
7
|
+
<path d="M10 18H5a3 3 0 0 1-3-3v-1" />
|
8
|
+
<path d="M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
|
9
|
+
<path d="M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
|
10
|
+
<path d="m7 21 3-3-3-3" />
|
11
|
+
<rect x="14" y="14" width="8" height="8" rx="2" />
|
12
|
+
<rect x="2" y="2" width="8" height="8" rx="2" />
|
13
13
|
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="grid-2x2-plus" {...Astro.props}>
|
7
|
+
<path d="M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3" />
|
8
|
+
<path d="M16 19h6" />
|
9
|
+
<path d="M19 22v-6" />
|
10
|
+
</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="headphone-off" {...Astro.props}>
|
7
|
+
<path d="M21 14h-1.343" />
|
8
|
+
<path d="M9.128 3.47A9 9 0 0 1 21 12v3.343" />
|
9
|
+
<path d="m2 2 20 20" />
|
10
|
+
<path d="M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3" />
|
11
|
+
<path d="M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364" />
|
12
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -456,6 +456,7 @@ export { default as Clock6 } from './Clock6.astro'
|
|
456
456
|
export { default as Clock7 } from './Clock7.astro'
|
457
457
|
export { default as Clock8 } from './Clock8.astro'
|
458
458
|
export { default as Clock9 } from './Clock9.astro'
|
459
|
+
export { default as ClockAlert } from './ClockAlert.astro'
|
459
460
|
export { default as ClockArrowDown } from './ClockArrowDown.astro'
|
460
461
|
export { default as ClockArrowUp } from './ClockArrowUp.astro'
|
461
462
|
export { default as Cloud } from './Cloud.astro'
|
@@ -798,6 +799,7 @@ export { default as Grid } from './Grid.astro'
|
|
798
799
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
799
800
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
800
801
|
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
802
|
+
export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
|
801
803
|
export { default as Grid2x2X } from './Grid2x2X.astro'
|
802
804
|
export { default as Grid3X3 } from './Grid3X3.astro'
|
803
805
|
export { default as Grid3x3 } from './Grid3x3.astro'
|
@@ -829,6 +831,7 @@ export { default as Heading3 } from './Heading3.astro'
|
|
829
831
|
export { default as Heading4 } from './Heading4.astro'
|
830
832
|
export { default as Heading5 } from './Heading5.astro'
|
831
833
|
export { default as Heading6 } from './Heading6.astro'
|
834
|
+
export { default as HeadphoneOff } from './HeadphoneOff.astro'
|
832
835
|
export { default as Headphones } from './Headphones.astro'
|
833
836
|
export { default as Headset } from './Headset.astro'
|
834
837
|
export { default as Heart } from './Heart.astro'
|
package/dist/index.js
CHANGED
@@ -451,6 +451,7 @@ export { default as Clock6 } from './Clock6.astro'
|
|
451
451
|
export { default as Clock7 } from './Clock7.astro'
|
452
452
|
export { default as Clock8 } from './Clock8.astro'
|
453
453
|
export { default as Clock9 } from './Clock9.astro'
|
454
|
+
export { default as ClockAlert } from './ClockAlert.astro'
|
454
455
|
export { default as ClockArrowDown } from './ClockArrowDown.astro'
|
455
456
|
export { default as ClockArrowUp } from './ClockArrowUp.astro'
|
456
457
|
export { default as Cloud } from './Cloud.astro'
|
@@ -793,6 +794,7 @@ export { default as Grid } from './Grid.astro'
|
|
793
794
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
794
795
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
795
796
|
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
797
|
+
export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
|
796
798
|
export { default as Grid2x2X } from './Grid2x2X.astro'
|
797
799
|
export { default as Grid3X3 } from './Grid3X3.astro'
|
798
800
|
export { default as Grid3x3 } from './Grid3x3.astro'
|
@@ -824,6 +826,7 @@ export { default as Heading3 } from './Heading3.astro'
|
|
824
826
|
export { default as Heading4 } from './Heading4.astro'
|
825
827
|
export { default as Heading5 } from './Heading5.astro'
|
826
828
|
export { default as Heading6 } from './Heading6.astro'
|
829
|
+
export { default as HeadphoneOff } from './HeadphoneOff.astro'
|
827
830
|
export { default as Headphones } from './Headphones.astro'
|
828
831
|
export { default as Headset } from './Headset.astro'
|
829
832
|
export { default as Heart } from './Heart.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.441.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.441.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|