lucide-astro 0.526.0 → 0.528.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/ArrowBigDown.astro +1 -1
  2. package/dist/ArrowBigDownDash.astro +2 -2
  3. package/dist/ArrowBigLeft.astro +1 -1
  4. package/dist/ArrowBigLeftDash.astro +2 -2
  5. package/dist/ArrowBigRight.astro +1 -1
  6. package/dist/ArrowBigRightDash.astro +2 -2
  7. package/dist/ArrowBigUp.astro +1 -1
  8. package/dist/ArrowBigUpDash.astro +2 -2
  9. package/dist/BugPlay.astro +3 -3
  10. package/dist/CirclePlay.astro +1 -1
  11. package/dist/Croissant.astro +5 -5
  12. package/dist/FastForward.astro +2 -2
  13. package/dist/FilePlay.astro +10 -0
  14. package/dist/FileVideo.astro +3 -3
  15. package/dist/FileVideo2.astro +2 -2
  16. package/dist/FileVideoCamera.astro +11 -0
  17. package/dist/Gem.astro +2 -2
  18. package/dist/HatGlasses.astro +12 -0
  19. package/dist/ImagePlay.astro +3 -3
  20. package/dist/Lasso.astro +3 -3
  21. package/dist/ListVideo.astro +2 -2
  22. package/dist/MonitorDot.astro +2 -2
  23. package/dist/MonitorPlay.astro +1 -1
  24. package/dist/Pause.astro +2 -2
  25. package/dist/Play.astro +1 -1
  26. package/dist/PlayCircle.astro +1 -1
  27. package/dist/PlaySquare.astro +2 -2
  28. package/dist/RefreshCcwDot.astro +4 -4
  29. package/dist/Rewind.astro +2 -2
  30. package/dist/SkipBack.astro +2 -2
  31. package/dist/SkipForward.astro +2 -2
  32. package/dist/Sparkle.astro +1 -1
  33. package/dist/Sparkles.astro +4 -5
  34. package/dist/Spotlight.astro +12 -0
  35. package/dist/Sprout.astro +3 -4
  36. package/dist/SquarePause.astro +10 -0
  37. package/dist/SquarePlay.astro +2 -2
  38. package/dist/SquareStop.astro +9 -0
  39. package/dist/Stars.astro +4 -5
  40. package/dist/StepBack.astro +2 -2
  41. package/dist/StepForward.astro +2 -2
  42. package/dist/TvMinimalPlay.astro +1 -1
  43. package/dist/index.d.ts +6 -0
  44. package/dist/index.js +6 -0
  45. package/package.json +2 -2
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="arrow-big-down" {...Astro.props}>
7
- <path d="M15 6v6h4l-7 7-7-7h4V6h6z" />
7
+ <path d="M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z" />
8
8
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="arrow-big-down-dash" {...Astro.props}>
7
- <path d="M15 5H9" />
8
- <path d="M15 9v3h4l-7 7-7-7h4V9z" />
7
+ <path d="M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z" />
8
+ <path d="M9 4h6" />
9
9
  </Layout>
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="arrow-big-left" {...Astro.props}>
7
- <path d="M18 15h-6v4l-7-7 7-7v4h6v6z" />
7
+ <path d="M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" />
8
8
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="arrow-big-left-dash" {...Astro.props}>
7
- <path d="M19 15V9" />
8
- <path d="M15 15h-3v4l-7-7 7-7v4h3v6z" />
7
+ <path d="M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" />
8
+ <path d="M20 9v6" />
9
9
  </Layout>
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="arrow-big-right" {...Astro.props}>
7
- <path d="M6 9h6V5l7 7-7 7v-4H6V9z" />
7
+ <path d="M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" />
8
8
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="arrow-big-right-dash" {...Astro.props}>
7
- <path d="M5 9v6" />
8
- <path d="M9 9h3V5l7 7-7 7v-4H9V9z" />
7
+ <path d="M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" />
8
+ <path d="M4 9v6" />
9
9
  </Layout>
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="arrow-big-up" {...Astro.props}>
7
- <path d="M9 18v-6H5l7-7 7 7h-4v6H9z" />
7
+ <path d="M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" />
8
8
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="arrow-big-up-dash" {...Astro.props}>
7
- <path d="M9 19h6" />
8
- <path d="M9 15v-3H5l7-7 7 7h-4v3H9z" />
7
+ <path d="M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" />
8
+ <path d="M9 20h6" />
9
9
  </Layout>
@@ -4,13 +4,13 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="bug-play" {...Astro.props}>
7
- <path d="M12.765 21.522a.5.5 0 0 1-.765-.424v-8.196a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z" />
7
+ <path d="M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97" />
8
+ <path d="M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z" />
8
9
  <path d="M14.12 3.88 16 2" />
9
- <path d="M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5" />
10
10
  <path d="M20.97 5c0 2.1-1.6 3.8-3.5 4" />
11
11
  <path d="M3 21c0-2.1 1.7-3.9 3.8-4" />
12
12
  <path d="M6 13H2" />
13
13
  <path d="M6.53 9C4.6 8.8 3 7.1 3 5" />
14
14
  <path d="m8 2 1.88 1.88" />
15
- <path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1" />
15
+ <path d="M9 7.13v-1a3 3 0 0 1 4.18-2.895 3 3 0 0 1 1.821 2.896v1" />
16
16
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="circle-play" {...Astro.props}>
7
+ <path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polygon points="10 8 16 12 10 16 10 8" />
9
9
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="croissant" {...Astro.props}>
7
- <path d="m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z" />
8
- <path d="m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83" />
9
- <path d="M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4" />
10
- <path d="m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2" />
11
- <path d="M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5" />
7
+ <path d="M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487" />
8
+ <path d="M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132" />
9
+ <path d="M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42" />
10
+ <path d="M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14" />
11
+ <path d="M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676" />
12
12
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="fast-forward" {...Astro.props}>
7
- <polygon points="13 19 22 12 13 5 13 19" />
8
- <polygon points="2 19 11 12 2 5 2 19" />
7
+ <path d="M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z" />
8
+ <path d="M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z" />
9
9
  </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="file-play" {...Astro.props}>
7
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
8
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" />
9
+ <path d="M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z" />
10
+ </Layout>
@@ -3,8 +3,8 @@ import Layout from './.Layout.astro'
3
3
  export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
- <Layout iconName="file-video" {...Astro.props}>
7
- <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
6
+ <Layout iconName="file-play" {...Astro.props}>
8
7
  <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
- <path d="m10 11 5 3-5 3v-6Z" />
8
+ <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" />
9
+ <path d="M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z" />
10
10
  </Layout>
@@ -3,9 +3,9 @@ import Layout from './.Layout.astro'
3
3
  export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
- <Layout iconName="file-video-2" {...Astro.props}>
6
+ <Layout iconName="file-video-camera" {...Astro.props}>
7
7
  <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" />
8
8
  <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
9
  <rect width="8" height="6" x="2" y="12" rx="1" />
10
- <path d="m10 15.5 4 2.5v-6l-4 2.5" />
10
+ <path d="m10 13.843 3.033-1.755a.645.645 0 0 1 .967.56v4.704a.645.645 0 0 1-.967.56L10 16.157" />
11
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="file-video-camera" {...Astro.props}>
7
+ <path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" />
8
+ <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
+ <rect width="8" height="6" x="2" y="12" rx="1" />
10
+ <path d="m10 13.843 3.033-1.755a.645.645 0 0 1 .967.56v4.704a.645.645 0 0 1-.967.56L10 16.157" />
11
+ </Layout>
package/dist/Gem.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="gem" {...Astro.props}>
7
- <path d="M6 3h12l4 6-10 13L2 9Z" />
8
- <path d="M11 3 8 9l4 13 4-13-3-6" />
7
+ <path d="M10.5 3 8 9l4 13 4-13-2.5-6" />
8
+ <path d="M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z" />
9
9
  <path d="M2 9h20" />
10
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="hat-glasses" {...Astro.props}>
7
+ <path d="M14 18a2 2 0 0 0-4 0" />
8
+ <path d="m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11" />
9
+ <path d="M2 11h20" />
10
+ <circle cx="17" cy="18" r="3" />
11
+ <circle cx="7" cy="18" r="3" />
12
+ </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="image-play" {...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" />
7
+ <path d="M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z" />
8
+ <path d="M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" />
9
+ <path d="m6 21 5-5" />
10
10
  <circle cx="9" cy="9" r="2" />
11
11
  </Layout>
package/dist/Lasso.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="lasso" {...Astro.props}>
7
- <path d="M7 22a5 5 0 0 1-2-4" />
8
- <path d="M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1" />
9
- <path d="M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" />
7
+ <path d="M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158" />
8
+ <path d="M7 22a5 5 0 0 1-2-3.994" />
9
+ <circle cx="5" cy="16" r="2" />
10
10
  </Layout>
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout iconName="list-video" {...Astro.props}>
7
7
  <path d="M12 12H3" />
8
- <path d="M16 6H3" />
9
8
  <path d="M12 18H3" />
10
- <path d="m16 12 5 3-5 3v-6Z" />
9
+ <path d="M16 6H3" />
10
+ <path d="M21.033 14.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .968-.56z" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="monitor-dot" {...Astro.props}>
7
- <circle cx="19" cy="6" r="3" />
8
- <path d="M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9" />
9
7
  <path d="M12 17v4" />
8
+ <path d="M22 12.307V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693" />
10
9
  <path d="M8 21h8" />
10
+ <circle cx="19" cy="6" r="3" />
11
11
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="monitor-play" {...Astro.props}>
7
- <path d="M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z" />
7
+ <path d="M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z" />
8
8
  <path d="M12 17v4" />
9
9
  <path d="M8 21h8" />
10
10
  <rect x="2" y="3" width="20" height="14" rx="2" />
package/dist/Pause.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="pause" {...Astro.props}>
7
- <rect x="14" y="4" width="4" height="16" rx="1" />
8
- <rect x="6" y="4" width="4" height="16" rx="1" />
7
+ <rect x="14" y="3" width="5" height="18" rx="1" />
8
+ <rect x="5" y="3" width="5" height="18" rx="1" />
9
9
  </Layout>
package/dist/Play.astro CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="play" {...Astro.props}>
7
- <polygon points="6 3 20 12 6 21 6 3" />
7
+ <path d="M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z" />
8
8
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="circle-play" {...Astro.props}>
7
+ <path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polygon points="10 8 16 12 10 16 10 8" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="square-play" {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" />
8
- <path d="m9 8 6 4-6 4Z" />
7
+ <rect x="3" y="3" width="18" height="18" rx="2" />
8
+ <path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" />
9
9
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="refresh-ccw-dot" {...Astro.props}>
7
- <path d="M3 2v6h6" />
8
- <path d="M21 12A9 9 0 0 0 6 5.3L3 8" />
9
- <path d="M21 22v-6h-6" />
10
- <path d="M3 12a9 9 0 0 0 15 6.7l3-2.7" />
7
+ <path d="M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" />
8
+ <path d="M3 3v5h5" />
9
+ <path d="M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" />
10
+ <path d="M16 16h5v5" />
11
11
  <circle cx="12" cy="12" r="1" />
12
12
  </Layout>
package/dist/Rewind.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="rewind" {...Astro.props}>
7
- <polygon points="11 19 2 12 11 5 11 19" />
8
- <polygon points="22 19 13 12 22 5 22 19" />
7
+ <path d="M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z" />
8
+ <path d="M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="skip-back" {...Astro.props}>
7
- <polygon points="19 20 9 12 19 4 19 20" />
8
- <line x1="5" x2="5" y1="19" y2="5" />
7
+ <path d="M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" />
8
+ <path d="M3 20V4" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="skip-forward" {...Astro.props}>
7
- <polygon points="5 4 15 12 5 20 5 4" />
8
- <line x1="19" x2="19" y1="5" y2="19" />
7
+ <path d="M21 4v16" />
8
+ <path d="M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" />
9
9
  </Layout>
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="sparkle" {...Astro.props}>
7
- <path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z" />
7
+ <path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
8
8
  </Layout>
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="sparkles" {...Astro.props}>
7
- <path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z" />
8
- <path d="M20 3v4" />
9
- <path d="M22 5h-4" />
10
- <path d="M4 17v2" />
11
- <path d="M5 18H3" />
7
+ <path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
8
+ <path d="M20 2v4" />
9
+ <path d="M22 4h-4" />
10
+ <circle cx="4" cy="20" r="2" />
12
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="spotlight" {...Astro.props}>
7
+ <path d="M15.295 19.562 16 22" />
8
+ <path d="m17 16 3.758 2.098" />
9
+ <path d="m19 12.5 3.026-.598" />
10
+ <path d="M7.61 6.3a3 3 0 0 0-3.92 1.3l-1.38 2.79a3 3 0 0 0 1.3 3.91l6.89 3.597a1 1 0 0 0 1.342-.447l3.106-6.211a1 1 0 0 0-.447-1.341z" />
11
+ <path d="M8 9V2" />
12
+ </Layout>
package/dist/Sprout.astro CHANGED
@@ -4,8 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="sprout" {...Astro.props}>
7
- <path d="M7 20h10" />
8
- <path d="M10 20c5.5-2.5.8-6.4 3-10" />
9
- <path d="M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z" />
10
- <path d="M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z" />
7
+ <path d="M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3" />
8
+ <path d="M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4" />
9
+ <path d="M5 21h14" />
11
10
  </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="square-pause" {...Astro.props}>
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <line x1="10" x2="10" y1="15" y2="9" />
9
+ <line x1="14" x2="14" y1="15" y2="9" />
10
+ </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="square-play" {...Astro.props}>
7
- <rect width="18" height="18" x="3" y="3" rx="2" />
8
- <path d="m9 8 6 4-6 4Z" />
7
+ <rect x="3" y="3" width="18" height="18" rx="2" />
8
+ <path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" />
9
9
  </Layout>
@@ -0,0 +1,9 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="square-stop" {...Astro.props}>
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <rect x="9" y="9" width="6" height="6" rx="1" />
9
+ </Layout>
package/dist/Stars.astro CHANGED
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="sparkles" {...Astro.props}>
7
- <path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z" />
8
- <path d="M20 3v4" />
9
- <path d="M22 5h-4" />
10
- <path d="M4 17v2" />
11
- <path d="M5 18H3" />
7
+ <path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
8
+ <path d="M20 2v4" />
9
+ <path d="M22 4h-4" />
10
+ <circle cx="4" cy="20" r="2" />
12
11
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="step-back" {...Astro.props}>
7
- <line x1="18" x2="18" y1="20" y2="4" />
8
- <polygon points="14,20 4,12 14,4" />
7
+ <path d="M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" />
8
+ <path d="M21 20V4" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="step-forward" {...Astro.props}>
7
- <line x1="6" x2="6" y1="4" y2="20" />
8
- <polygon points="10,4 20,12 10,20" />
7
+ <path d="M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" />
8
+ <path d="M3 4v16" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="tv-minimal-play" {...Astro.props}>
7
- <path d="M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z" />
7
+ <path d="M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z" />
8
8
  <path d="M7 21h10" />
9
9
  <rect width="20" height="14" x="2" y="3" rx="2" />
10
10
  </Layout>
package/dist/index.d.ts CHANGED
@@ -690,6 +690,7 @@ export { default as FileOutput } from './FileOutput.astro'
690
690
  export { default as FilePen } from './FilePen.astro'
691
691
  export { default as FilePenLine } from './FilePenLine.astro'
692
692
  export { default as FilePieChart } from './FilePieChart.astro'
693
+ export { default as FilePlay } from './FilePlay.astro'
693
694
  export { default as FilePlus } from './FilePlus.astro'
694
695
  export { default as FilePlus2 } from './FilePlus2.astro'
695
696
  export { default as FileQuestion } from './FileQuestion.astro'
@@ -710,6 +711,7 @@ export { default as FileUp } from './FileUp.astro'
710
711
  export { default as FileUser } from './FileUser.astro'
711
712
  export { default as FileVideo } from './FileVideo.astro'
712
713
  export { default as FileVideo2 } from './FileVideo2.astro'
714
+ export { default as FileVideoCamera } from './FileVideoCamera.astro'
713
715
  export { default as FileVolume } from './FileVolume.astro'
714
716
  export { default as FileVolume2 } from './FileVolume2.astro'
715
717
  export { default as FileWarning } from './FileWarning.astro'
@@ -868,6 +870,7 @@ export { default as HardDriveDownload } from './HardDriveDownload.astro'
868
870
  export { default as HardDriveUpload } from './HardDriveUpload.astro'
869
871
  export { default as HardHat } from './HardHat.astro'
870
872
  export { default as Hash } from './Hash.astro'
873
+ export { default as HatGlasses } from './HatGlasses.astro'
871
874
  export { default as Haze } from './Haze.astro'
872
875
  export { default as HdmiPort } from './HdmiPort.astro'
873
876
  export { default as Heading } from './Heading.astro'
@@ -1507,6 +1510,7 @@ export { default as Split } from './Split.astro'
1507
1510
  export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
1508
1511
  export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
1509
1512
  export { default as Spool } from './Spool.astro'
1513
+ export { default as Spotlight } from './Spotlight.astro'
1510
1514
  export { default as SprayCan } from './SprayCan.astro'
1511
1515
  export { default as Sprout } from './Sprout.astro'
1512
1516
  export { default as Square } from './Square.astro'
@@ -1552,6 +1556,7 @@ export { default as SquareMinus } from './SquareMinus.astro'
1552
1556
  export { default as SquareMousePointer } from './SquareMousePointer.astro'
1553
1557
  export { default as SquareParking } from './SquareParking.astro'
1554
1558
  export { default as SquareParkingOff } from './SquareParkingOff.astro'
1559
+ export { default as SquarePause } from './SquarePause.astro'
1555
1560
  export { default as SquarePen } from './SquarePen.astro'
1556
1561
  export { default as SquarePercent } from './SquarePercent.astro'
1557
1562
  export { default as SquarePi } from './SquarePi.astro'
@@ -1568,6 +1573,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
1568
1573
  export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
1569
1574
  export { default as SquareSquare } from './SquareSquare.astro'
1570
1575
  export { default as SquareStack } from './SquareStack.astro'
1576
+ export { default as SquareStop } from './SquareStop.astro'
1571
1577
  export { default as SquareTerminal } from './SquareTerminal.astro'
1572
1578
  export { default as SquareUser } from './SquareUser.astro'
1573
1579
  export { default as SquareUserRound } from './SquareUserRound.astro'
package/dist/index.js CHANGED
@@ -685,6 +685,7 @@ export { default as FileOutput } from './FileOutput.astro'
685
685
  export { default as FilePen } from './FilePen.astro'
686
686
  export { default as FilePenLine } from './FilePenLine.astro'
687
687
  export { default as FilePieChart } from './FilePieChart.astro'
688
+ export { default as FilePlay } from './FilePlay.astro'
688
689
  export { default as FilePlus } from './FilePlus.astro'
689
690
  export { default as FilePlus2 } from './FilePlus2.astro'
690
691
  export { default as FileQuestion } from './FileQuestion.astro'
@@ -705,6 +706,7 @@ export { default as FileUp } from './FileUp.astro'
705
706
  export { default as FileUser } from './FileUser.astro'
706
707
  export { default as FileVideo } from './FileVideo.astro'
707
708
  export { default as FileVideo2 } from './FileVideo2.astro'
709
+ export { default as FileVideoCamera } from './FileVideoCamera.astro'
708
710
  export { default as FileVolume } from './FileVolume.astro'
709
711
  export { default as FileVolume2 } from './FileVolume2.astro'
710
712
  export { default as FileWarning } from './FileWarning.astro'
@@ -863,6 +865,7 @@ export { default as HardDriveDownload } from './HardDriveDownload.astro'
863
865
  export { default as HardDriveUpload } from './HardDriveUpload.astro'
864
866
  export { default as HardHat } from './HardHat.astro'
865
867
  export { default as Hash } from './Hash.astro'
868
+ export { default as HatGlasses } from './HatGlasses.astro'
866
869
  export { default as Haze } from './Haze.astro'
867
870
  export { default as HdmiPort } from './HdmiPort.astro'
868
871
  export { default as Heading } from './Heading.astro'
@@ -1502,6 +1505,7 @@ export { default as Split } from './Split.astro'
1502
1505
  export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
1503
1506
  export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
1504
1507
  export { default as Spool } from './Spool.astro'
1508
+ export { default as Spotlight } from './Spotlight.astro'
1505
1509
  export { default as SprayCan } from './SprayCan.astro'
1506
1510
  export { default as Sprout } from './Sprout.astro'
1507
1511
  export { default as Square } from './Square.astro'
@@ -1547,6 +1551,7 @@ export { default as SquareMinus } from './SquareMinus.astro'
1547
1551
  export { default as SquareMousePointer } from './SquareMousePointer.astro'
1548
1552
  export { default as SquareParking } from './SquareParking.astro'
1549
1553
  export { default as SquareParkingOff } from './SquareParkingOff.astro'
1554
+ export { default as SquarePause } from './SquarePause.astro'
1550
1555
  export { default as SquarePen } from './SquarePen.astro'
1551
1556
  export { default as SquarePercent } from './SquarePercent.astro'
1552
1557
  export { default as SquarePi } from './SquarePi.astro'
@@ -1563,6 +1568,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
1563
1568
  export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
1564
1569
  export { default as SquareSquare } from './SquareSquare.astro'
1565
1570
  export { default as SquareStack } from './SquareStack.astro'
1571
+ export { default as SquareStop } from './SquareStop.astro'
1566
1572
  export { default as SquareTerminal } from './SquareTerminal.astro'
1567
1573
  export { default as SquareUser } from './SquareUser.astro'
1568
1574
  export { default as SquareUserRound } from './SquareUserRound.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.526.0",
3
+ "version": "0.528.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",
@@ -34,7 +34,7 @@
34
34
  "author": "Aviortheking",
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
- "lucide-static": "0.526.0",
37
+ "lucide-static": "0.528.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {