lucide-astro 0.526.0 → 0.532.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 (53) 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/Castle.astro +8 -9
  11. package/dist/CirclePlay.astro +1 -1
  12. package/dist/ClipboardClock.astro +12 -0
  13. package/dist/Croissant.astro +5 -5
  14. package/dist/FastForward.astro +2 -2
  15. package/dist/FilePlay.astro +10 -0
  16. package/dist/FileVideo.astro +3 -3
  17. package/dist/FileVideo2.astro +2 -2
  18. package/dist/FileVideoCamera.astro +11 -0
  19. package/dist/Gem.astro +2 -2
  20. package/dist/Handbag.astro +9 -0
  21. package/dist/HatGlasses.astro +12 -0
  22. package/dist/ImagePlay.astro +3 -3
  23. package/dist/Lasso.astro +3 -3
  24. package/dist/ListVideo.astro +2 -2
  25. package/dist/LocationEdit.astro +1 -1
  26. package/dist/MapMinus.astro +11 -0
  27. package/dist/MapPinPen.astro +10 -0
  28. package/dist/MonitorDot.astro +2 -2
  29. package/dist/MonitorPlay.astro +1 -1
  30. package/dist/Pause.astro +2 -2
  31. package/dist/Play.astro +1 -1
  32. package/dist/PlayCircle.astro +1 -1
  33. package/dist/PlaySquare.astro +2 -2
  34. package/dist/RefreshCcwDot.astro +4 -4
  35. package/dist/Rewind.astro +2 -2
  36. package/dist/Shovel.astro +3 -3
  37. package/dist/SkipBack.astro +2 -2
  38. package/dist/SkipForward.astro +2 -2
  39. package/dist/Sparkle.astro +1 -1
  40. package/dist/Sparkles.astro +4 -5
  41. package/dist/Spotlight.astro +12 -0
  42. package/dist/Sprout.astro +3 -4
  43. package/dist/SquarePause.astro +10 -0
  44. package/dist/SquarePlay.astro +2 -2
  45. package/dist/SquareStop.astro +9 -0
  46. package/dist/Stars.astro +4 -5
  47. package/dist/StepBack.astro +2 -2
  48. package/dist/StepForward.astro +2 -2
  49. package/dist/TvMinimalPlay.astro +1 -1
  50. package/dist/UserStar.astro +10 -0
  51. package/dist/index.d.ts +11 -0
  52. package/dist/index.js +11 -0
  53. 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>
package/dist/Castle.astro CHANGED
@@ -4,13 +4,12 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="castle" {...Astro.props}>
7
- <path d="M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z" />
8
- <path d="M18 11V4H6v7" />
9
- <path d="M15 22v-4a3 3 0 0 0-3-3a3 3 0 0 0-3 3v4" />
10
- <path d="M22 11V9" />
11
- <path d="M2 11V9" />
12
- <path d="M6 4V2" />
13
- <path d="M18 4V2" />
14
- <path d="M10 4V2" />
15
- <path d="M14 4V2" />
7
+ <path d="M10 5V3" />
8
+ <path d="M14 5V3" />
9
+ <path d="M15 21v-3a3 3 0 0 0-6 0v3" />
10
+ <path d="M18 3v8" />
11
+ <path d="M18 5H6" />
12
+ <path d="M22 11H2" />
13
+ <path d="M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9" />
14
+ <path d="M6 3v8" />
16
15
  </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>
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="clipboard-clock" {...Astro.props}>
7
+ <path d="M16 14v2.2l1.6 1" />
8
+ <path d="M16 4h2a2 2 0 0 1 2 2v.832" />
9
+ <path d="M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2" />
10
+ <circle cx="16" cy="16" r="6" />
11
+ <rect x="8" y="2" width="8" height="4" rx="1" />
12
+ </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,9 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="handbag" {...Astro.props}>
7
+ <path d="M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z" />
8
+ <path d="M8 11V6a4 4 0 0 1 8 0v5" />
9
+ </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>
@@ -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="location-edit" {...Astro.props}>
6
+ <Layout iconName="map-pin-pen" {...Astro.props}>
7
7
  <path d="M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468" />
8
8
  <path d="M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" />
9
9
  <circle cx="10" cy="10" r="3" />
@@ -0,0 +1,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="map-minus" {...Astro.props}>
7
+ <path d="m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14" />
8
+ <path d="M15 5.764V14" />
9
+ <path d="M21 18h-6" />
10
+ <path d="M9 3.236v15" />
11
+ </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="map-pin-pen" {...Astro.props}>
7
+ <path d="M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468" />
8
+ <path d="M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" />
9
+ <circle cx="10" cy="10" r="3" />
10
+ </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>
package/dist/Shovel.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="shovel" {...Astro.props}>
7
- <path d="M2 22v-5l5-5 5 5-5 5z" />
8
- <path d="M9.5 14.5 16 8" />
9
- <path d="m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2" />
7
+ <path d="M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z" />
8
+ <path d="M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z" />
9
+ <path d="m9 15 7.879-7.878" />
10
10
  </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>
@@ -0,0 +1,10 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="user-star" {...Astro.props}>
7
+ <path d="M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" />
8
+ <path d="M8 15H7a4 4 0 0 0-4 4v2" />
9
+ <circle cx="10" cy="7" r="4" />
10
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -453,6 +453,7 @@ export { default as Citrus } from './Citrus.astro'
453
453
  export { default as Clapperboard } from './Clapperboard.astro'
454
454
  export { default as Clipboard } from './Clipboard.astro'
455
455
  export { default as ClipboardCheck } from './ClipboardCheck.astro'
456
+ export { default as ClipboardClock } from './ClipboardClock.astro'
456
457
  export { default as ClipboardCopy } from './ClipboardCopy.astro'
457
458
  export { default as ClipboardEdit } from './ClipboardEdit.astro'
458
459
  export { default as ClipboardList } from './ClipboardList.astro'
@@ -690,6 +691,7 @@ export { default as FileOutput } from './FileOutput.astro'
690
691
  export { default as FilePen } from './FilePen.astro'
691
692
  export { default as FilePenLine } from './FilePenLine.astro'
692
693
  export { default as FilePieChart } from './FilePieChart.astro'
694
+ export { default as FilePlay } from './FilePlay.astro'
693
695
  export { default as FilePlus } from './FilePlus.astro'
694
696
  export { default as FilePlus2 } from './FilePlus2.astro'
695
697
  export { default as FileQuestion } from './FileQuestion.astro'
@@ -710,6 +712,7 @@ export { default as FileUp } from './FileUp.astro'
710
712
  export { default as FileUser } from './FileUser.astro'
711
713
  export { default as FileVideo } from './FileVideo.astro'
712
714
  export { default as FileVideo2 } from './FileVideo2.astro'
715
+ export { default as FileVideoCamera } from './FileVideoCamera.astro'
713
716
  export { default as FileVolume } from './FileVolume.astro'
714
717
  export { default as FileVolume2 } from './FileVolume2.astro'
715
718
  export { default as FileWarning } from './FileWarning.astro'
@@ -862,12 +865,14 @@ export { default as HandHeart } from './HandHeart.astro'
862
865
  export { default as HandHelping } from './HandHelping.astro'
863
866
  export { default as HandMetal } from './HandMetal.astro'
864
867
  export { default as HandPlatter } from './HandPlatter.astro'
868
+ export { default as Handbag } from './Handbag.astro'
865
869
  export { default as Handshake } from './Handshake.astro'
866
870
  export { default as HardDrive } from './HardDrive.astro'
867
871
  export { default as HardDriveDownload } from './HardDriveDownload.astro'
868
872
  export { default as HardDriveUpload } from './HardDriveUpload.astro'
869
873
  export { default as HardHat } from './HardHat.astro'
870
874
  export { default as Hash } from './Hash.astro'
875
+ export { default as HatGlasses } from './HatGlasses.astro'
871
876
  export { default as Haze } from './Haze.astro'
872
877
  export { default as HdmiPort } from './HdmiPort.astro'
873
878
  export { default as Heading } from './Heading.astro'
@@ -1035,6 +1040,7 @@ export { default as MailX } from './MailX.astro'
1035
1040
  export { default as Mailbox } from './Mailbox.astro'
1036
1041
  export { default as Mails } from './Mails.astro'
1037
1042
  export { default as Map } from './Map.astro'
1043
+ export { default as MapMinus } from './MapMinus.astro'
1038
1044
  export { default as MapPin } from './MapPin.astro'
1039
1045
  export { default as MapPinCheck } from './MapPinCheck.astro'
1040
1046
  export { default as MapPinCheckInside } from './MapPinCheckInside.astro'
@@ -1042,6 +1048,7 @@ export { default as MapPinHouse } from './MapPinHouse.astro'
1042
1048
  export { default as MapPinMinus } from './MapPinMinus.astro'
1043
1049
  export { default as MapPinMinusInside } from './MapPinMinusInside.astro'
1044
1050
  export { default as MapPinOff } from './MapPinOff.astro'
1051
+ export { default as MapPinPen } from './MapPinPen.astro'
1045
1052
  export { default as MapPinPlus } from './MapPinPlus.astro'
1046
1053
  export { default as MapPinPlusInside } from './MapPinPlusInside.astro'
1047
1054
  export { default as MapPinX } from './MapPinX.astro'
@@ -1507,6 +1514,7 @@ export { default as Split } from './Split.astro'
1507
1514
  export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
1508
1515
  export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
1509
1516
  export { default as Spool } from './Spool.astro'
1517
+ export { default as Spotlight } from './Spotlight.astro'
1510
1518
  export { default as SprayCan } from './SprayCan.astro'
1511
1519
  export { default as Sprout } from './Sprout.astro'
1512
1520
  export { default as Square } from './Square.astro'
@@ -1552,6 +1560,7 @@ export { default as SquareMinus } from './SquareMinus.astro'
1552
1560
  export { default as SquareMousePointer } from './SquareMousePointer.astro'
1553
1561
  export { default as SquareParking } from './SquareParking.astro'
1554
1562
  export { default as SquareParkingOff } from './SquareParkingOff.astro'
1563
+ export { default as SquarePause } from './SquarePause.astro'
1555
1564
  export { default as SquarePen } from './SquarePen.astro'
1556
1565
  export { default as SquarePercent } from './SquarePercent.astro'
1557
1566
  export { default as SquarePi } from './SquarePi.astro'
@@ -1568,6 +1577,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
1568
1577
  export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
1569
1578
  export { default as SquareSquare } from './SquareSquare.astro'
1570
1579
  export { default as SquareStack } from './SquareStack.astro'
1580
+ export { default as SquareStop } from './SquareStop.astro'
1571
1581
  export { default as SquareTerminal } from './SquareTerminal.astro'
1572
1582
  export { default as SquareUser } from './SquareUser.astro'
1573
1583
  export { default as SquareUserRound } from './SquareUserRound.astro'
@@ -1753,6 +1763,7 @@ export { default as UserRoundX } from './UserRoundX.astro'
1753
1763
  export { default as UserSearch } from './UserSearch.astro'
1754
1764
  export { default as UserSquare } from './UserSquare.astro'
1755
1765
  export { default as UserSquare2 } from './UserSquare2.astro'
1766
+ export { default as UserStar } from './UserStar.astro'
1756
1767
  export { default as UserX } from './UserX.astro'
1757
1768
  export { default as UserX2 } from './UserX2.astro'
1758
1769
  export { default as Users } from './Users.astro'
package/dist/index.js CHANGED
@@ -448,6 +448,7 @@ export { default as Citrus } from './Citrus.astro'
448
448
  export { default as Clapperboard } from './Clapperboard.astro'
449
449
  export { default as Clipboard } from './Clipboard.astro'
450
450
  export { default as ClipboardCheck } from './ClipboardCheck.astro'
451
+ export { default as ClipboardClock } from './ClipboardClock.astro'
451
452
  export { default as ClipboardCopy } from './ClipboardCopy.astro'
452
453
  export { default as ClipboardEdit } from './ClipboardEdit.astro'
453
454
  export { default as ClipboardList } from './ClipboardList.astro'
@@ -685,6 +686,7 @@ export { default as FileOutput } from './FileOutput.astro'
685
686
  export { default as FilePen } from './FilePen.astro'
686
687
  export { default as FilePenLine } from './FilePenLine.astro'
687
688
  export { default as FilePieChart } from './FilePieChart.astro'
689
+ export { default as FilePlay } from './FilePlay.astro'
688
690
  export { default as FilePlus } from './FilePlus.astro'
689
691
  export { default as FilePlus2 } from './FilePlus2.astro'
690
692
  export { default as FileQuestion } from './FileQuestion.astro'
@@ -705,6 +707,7 @@ export { default as FileUp } from './FileUp.astro'
705
707
  export { default as FileUser } from './FileUser.astro'
706
708
  export { default as FileVideo } from './FileVideo.astro'
707
709
  export { default as FileVideo2 } from './FileVideo2.astro'
710
+ export { default as FileVideoCamera } from './FileVideoCamera.astro'
708
711
  export { default as FileVolume } from './FileVolume.astro'
709
712
  export { default as FileVolume2 } from './FileVolume2.astro'
710
713
  export { default as FileWarning } from './FileWarning.astro'
@@ -857,12 +860,14 @@ export { default as HandHeart } from './HandHeart.astro'
857
860
  export { default as HandHelping } from './HandHelping.astro'
858
861
  export { default as HandMetal } from './HandMetal.astro'
859
862
  export { default as HandPlatter } from './HandPlatter.astro'
863
+ export { default as Handbag } from './Handbag.astro'
860
864
  export { default as Handshake } from './Handshake.astro'
861
865
  export { default as HardDrive } from './HardDrive.astro'
862
866
  export { default as HardDriveDownload } from './HardDriveDownload.astro'
863
867
  export { default as HardDriveUpload } from './HardDriveUpload.astro'
864
868
  export { default as HardHat } from './HardHat.astro'
865
869
  export { default as Hash } from './Hash.astro'
870
+ export { default as HatGlasses } from './HatGlasses.astro'
866
871
  export { default as Haze } from './Haze.astro'
867
872
  export { default as HdmiPort } from './HdmiPort.astro'
868
873
  export { default as Heading } from './Heading.astro'
@@ -1030,6 +1035,7 @@ export { default as MailX } from './MailX.astro'
1030
1035
  export { default as Mailbox } from './Mailbox.astro'
1031
1036
  export { default as Mails } from './Mails.astro'
1032
1037
  export { default as Map } from './Map.astro'
1038
+ export { default as MapMinus } from './MapMinus.astro'
1033
1039
  export { default as MapPin } from './MapPin.astro'
1034
1040
  export { default as MapPinCheck } from './MapPinCheck.astro'
1035
1041
  export { default as MapPinCheckInside } from './MapPinCheckInside.astro'
@@ -1037,6 +1043,7 @@ export { default as MapPinHouse } from './MapPinHouse.astro'
1037
1043
  export { default as MapPinMinus } from './MapPinMinus.astro'
1038
1044
  export { default as MapPinMinusInside } from './MapPinMinusInside.astro'
1039
1045
  export { default as MapPinOff } from './MapPinOff.astro'
1046
+ export { default as MapPinPen } from './MapPinPen.astro'
1040
1047
  export { default as MapPinPlus } from './MapPinPlus.astro'
1041
1048
  export { default as MapPinPlusInside } from './MapPinPlusInside.astro'
1042
1049
  export { default as MapPinX } from './MapPinX.astro'
@@ -1502,6 +1509,7 @@ export { default as Split } from './Split.astro'
1502
1509
  export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
1503
1510
  export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
1504
1511
  export { default as Spool } from './Spool.astro'
1512
+ export { default as Spotlight } from './Spotlight.astro'
1505
1513
  export { default as SprayCan } from './SprayCan.astro'
1506
1514
  export { default as Sprout } from './Sprout.astro'
1507
1515
  export { default as Square } from './Square.astro'
@@ -1547,6 +1555,7 @@ export { default as SquareMinus } from './SquareMinus.astro'
1547
1555
  export { default as SquareMousePointer } from './SquareMousePointer.astro'
1548
1556
  export { default as SquareParking } from './SquareParking.astro'
1549
1557
  export { default as SquareParkingOff } from './SquareParkingOff.astro'
1558
+ export { default as SquarePause } from './SquarePause.astro'
1550
1559
  export { default as SquarePen } from './SquarePen.astro'
1551
1560
  export { default as SquarePercent } from './SquarePercent.astro'
1552
1561
  export { default as SquarePi } from './SquarePi.astro'
@@ -1563,6 +1572,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
1563
1572
  export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
1564
1573
  export { default as SquareSquare } from './SquareSquare.astro'
1565
1574
  export { default as SquareStack } from './SquareStack.astro'
1575
+ export { default as SquareStop } from './SquareStop.astro'
1566
1576
  export { default as SquareTerminal } from './SquareTerminal.astro'
1567
1577
  export { default as SquareUser } from './SquareUser.astro'
1568
1578
  export { default as SquareUserRound } from './SquareUserRound.astro'
@@ -1748,6 +1758,7 @@ export { default as UserRoundX } from './UserRoundX.astro'
1748
1758
  export { default as UserSearch } from './UserSearch.astro'
1749
1759
  export { default as UserSquare } from './UserSquare.astro'
1750
1760
  export { default as UserSquare2 } from './UserSquare2.astro'
1761
+ export { default as UserStar } from './UserStar.astro'
1751
1762
  export { default as UserX } from './UserX.astro'
1752
1763
  export { default as UserX2 } from './UserX2.astro'
1753
1764
  export { default as Users } from './Users.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.526.0",
3
+ "version": "0.532.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.532.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {