lucide-astro 0.439.0 → 0.441.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" />
8
- <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" />
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>
@@ -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="M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z" />
7
+ <path d="M12 21V7" />
8
8
  <path d="m16 12 2 2 4-4" />
9
- <path d="M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3" />
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>
@@ -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="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" />
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>
@@ -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>
@@ -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'
@@ -830,6 +831,7 @@ export { default as Heading3 } from './Heading3.astro'
830
831
  export { default as Heading4 } from './Heading4.astro'
831
832
  export { default as Heading5 } from './Heading5.astro'
832
833
  export { default as Heading6 } from './Heading6.astro'
834
+ export { default as HeadphoneOff } from './HeadphoneOff.astro'
833
835
  export { default as Headphones } from './Headphones.astro'
834
836
  export { default as Headset } from './Headset.astro'
835
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'
@@ -825,6 +826,7 @@ export { default as Heading3 } from './Heading3.astro'
825
826
  export { default as Heading4 } from './Heading4.astro'
826
827
  export { default as Heading5 } from './Heading5.astro'
827
828
  export { default as Heading6 } from './Heading6.astro'
829
+ export { default as HeadphoneOff } from './HeadphoneOff.astro'
828
830
  export { default as Headphones } from './Headphones.astro'
829
831
  export { default as Headset } from './Headset.astro'
830
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.439.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.439.0",
29
+ "lucide-static": "0.441.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {