lucide-astro 0.510.0 → 0.512.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 (63) hide show
  1. package/dist/Axis3D.astro +4 -2
  2. package/dist/Axis3d.astro +4 -2
  3. package/dist/Battery.astro +2 -2
  4. package/dist/BatteryCharging.astro +3 -3
  5. package/dist/BatteryFull.astro +5 -5
  6. package/dist/BatteryLow.astro +3 -3
  7. package/dist/BatteryMedium.astro +4 -4
  8. package/dist/BatteryPlus.astro +3 -3
  9. package/dist/BatteryWarning.astro +3 -3
  10. package/dist/CheckSquare.astro +1 -1
  11. package/dist/ChevronsLeftRightEllipsis.astro +3 -3
  12. package/dist/CirclePoundSterling.astro +11 -0
  13. package/dist/Clock6.astro +1 -1
  14. package/dist/CloudCheck.astro +9 -0
  15. package/dist/Code.astro +2 -2
  16. package/dist/CodeSquare.astro +3 -3
  17. package/dist/CornerDownLeft.astro +1 -1
  18. package/dist/CornerDownRight.astro +1 -1
  19. package/dist/CornerLeftDown.astro +1 -1
  20. package/dist/CornerLeftUp.astro +1 -1
  21. package/dist/CornerRightDown.astro +1 -1
  22. package/dist/CornerRightUp.astro +1 -1
  23. package/dist/CornerUpLeft.astro +1 -1
  24. package/dist/CornerUpRight.astro +1 -1
  25. package/dist/Download.astro +2 -2
  26. package/dist/Eraser.astro +2 -3
  27. package/dist/Factory.astro +4 -4
  28. package/dist/FileBadge.astro +3 -3
  29. package/dist/Forward.astro +1 -1
  30. package/dist/Grid3x2.astro +11 -0
  31. package/dist/IdCardLanyard.astro +12 -0
  32. package/dist/IterationCcw.astro +2 -2
  33. package/dist/IterationCw.astro +2 -2
  34. package/dist/Landmark.astro +6 -6
  35. package/dist/ListCollapse.astro +3 -3
  36. package/dist/LogIn.astro +2 -2
  37. package/dist/LogOut.astro +2 -2
  38. package/dist/Maximize2.astro +4 -4
  39. package/dist/Minimize2.astro +4 -4
  40. package/dist/Paperclip.astro +1 -2
  41. package/dist/Reply.astro +1 -1
  42. package/dist/ReplyAll.astro +2 -2
  43. package/dist/Satellite.astro +4 -4
  44. package/dist/School2.astro +7 -7
  45. package/dist/SeparatorHorizontal.astro +3 -3
  46. package/dist/SeparatorVertical.astro +3 -3
  47. package/dist/Share.astro +2 -2
  48. package/dist/SquareCheckBig.astro +1 -1
  49. package/dist/SquareCode.astro +3 -3
  50. package/dist/SquareDashedTopSolid.astro +16 -0
  51. package/dist/Terminal.astro +2 -2
  52. package/dist/TrendingDown.astro +2 -2
  53. package/dist/TrendingUp.astro +2 -2
  54. package/dist/Tv.astro +2 -2
  55. package/dist/Type.astro +3 -3
  56. package/dist/University.astro +7 -7
  57. package/dist/Upload.astro +2 -2
  58. package/dist/UserCheck.astro +1 -1
  59. package/dist/Warehouse.astro +4 -4
  60. package/dist/WrapText.astro +3 -3
  61. package/dist/index.d.ts +5 -0
  62. package/dist/index.js +5 -0
  63. package/package.json +2 -2
package/dist/Axis3D.astro CHANGED
@@ -4,6 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="axis-3d" {...Astro.props}>
7
- <path d="M4 4v16h16" />
8
- <path d="m4 20 7-7" />
7
+ <path d="M13.5 10.5 15 9" />
8
+ <path d="M4 4v15a1 1 0 0 0 1 1h15" />
9
+ <path d="M4.293 19.707 6 18" />
10
+ <path d="m9 15 1.5-1.5" />
9
11
  </Layout>
package/dist/Axis3d.astro CHANGED
@@ -4,6 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="axis-3d" {...Astro.props}>
7
- <path d="M4 4v16h16" />
8
- <path d="m4 20 7-7" />
7
+ <path d="M13.5 10.5 15 9" />
8
+ <path d="M4 4v15a1 1 0 0 0 1 1h15" />
9
+ <path d="M4.293 19.707 6 18" />
10
+ <path d="m9 15 1.5-1.5" />
9
11
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="battery" {...Astro.props}>
7
- <rect width="16" height="10" x="2" y="7" rx="2" ry="2" />
8
- <line x1="22" x2="22" y1="11" y2="13" />
7
+ <path d="M 22 14 L 22 10" />
8
+ <rect x="2" y="6" width="16" height="12" rx="2" />
9
9
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="battery-charging" {...Astro.props}>
7
- <path d="M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2" />
8
- <path d="M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1" />
9
7
  <path d="m11 7-3 5h4l-3 5" />
10
- <line x1="22" x2="22" y1="11" y2="13" />
8
+ <path d="M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935" />
9
+ <path d="M22 14v-4" />
10
+ <path d="M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936" />
11
11
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="battery-full" {...Astro.props}>
7
- <rect width="16" height="10" x="2" y="7" rx="2" ry="2" />
8
- <line x1="22" x2="22" y1="11" y2="13" />
9
- <line x1="6" x2="6" y1="11" y2="13" />
10
- <line x1="10" x2="10" y1="11" y2="13" />
11
- <line x1="14" x2="14" y1="11" y2="13" />
7
+ <path d="M10 10v4" />
8
+ <path d="M14 10v4" />
9
+ <path d="M22 14v-4" />
10
+ <path d="M6 10v4" />
11
+ <rect x="2" y="6" width="16" height="12" rx="2" />
12
12
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="battery-low" {...Astro.props}>
7
- <rect width="16" height="10" x="2" y="7" rx="2" ry="2" />
8
- <line x1="22" x2="22" y1="11" y2="13" />
9
- <line x1="6" x2="6" y1="11" y2="13" />
7
+ <path d="M22 14v-4" />
8
+ <path d="M6 14v-4" />
9
+ <rect x="2" y="6" width="16" height="12" rx="2" />
10
10
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="battery-medium" {...Astro.props}>
7
- <rect width="16" height="10" x="2" y="7" rx="2" ry="2" />
8
- <line x1="22" x2="22" y1="11" y2="13" />
9
- <line x1="6" x2="6" y1="11" y2="13" />
10
- <line x1="10" x2="10" y1="11" y2="13" />
7
+ <path d="M10 14v-4" />
8
+ <path d="M22 14v-4" />
9
+ <path d="M6 14v-4" />
10
+ <rect x="2" y="6" width="16" height="12" rx="2" />
11
11
  </Layout>
@@ -5,8 +5,8 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout iconName="battery-plus" {...Astro.props}>
7
7
  <path d="M10 9v6" />
8
- <path d="M13.5 7H16a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2.5" />
9
- <path d="M22 11v2" />
10
- <path d="M6.5 17H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2.5" />
8
+ <path d="M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605" />
9
+ <path d="M22 14v-4" />
11
10
  <path d="M7 12h6" />
11
+ <path d="M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606" />
12
12
  </Layout>
@@ -6,7 +6,7 @@ export type { Props } from './index.d.ts'
6
6
  <Layout iconName="battery-warning" {...Astro.props}>
7
7
  <path d="M10 17h.01" />
8
8
  <path d="M10 7v6" />
9
- <path d="M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2" />
10
- <path d="M22 11v2" />
11
- <path d="M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2" />
9
+ <path d="M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2" />
10
+ <path d="M22 14v-4" />
11
+ <path d="M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" />
12
12
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="square-check-big" {...Astro.props}>
7
- <path d="M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5" />
7
+ <path d="M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344" />
8
8
  <path d="m9 11 3 3L22 4" />
9
9
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="chevrons-left-right-ellipsis" {...Astro.props}>
7
- <path d="m18 8 4 4-4 4" />
8
- <path d="m6 8-4 4 4 4" />
9
- <path d="M8 12h.01" />
10
7
  <path d="M12 12h.01" />
11
8
  <path d="M16 12h.01" />
9
+ <path d="m17 7 5 5-5 5" />
10
+ <path d="m7 7-5 5 5 5" />
11
+ <path d="M8 12h.01" />
12
12
  </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="circle-pound-sterling" {...Astro.props}>
7
+ <path d="M10 16V9.5a1 1 0 0 1 5 0" />
8
+ <path d="M8 12h4" />
9
+ <path d="M8 16h7" />
10
+ <circle cx="12" cy="12" r="10" />
11
+ </Layout>
package/dist/Clock6.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-6" {...Astro.props}>
7
+ <path d="M12 16.5V6" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 12 16.5" />
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="cloud-check" {...Astro.props}>
7
+ <path d="m17 15-5.5 5.5L9 18" />
8
+ <path d="M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742" />
9
+ </Layout>
package/dist/Code.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="code" {...Astro.props}>
7
- <polyline points="16 18 22 12 16 6" />
8
- <polyline points="8 6 2 12 8 18" />
7
+ <path d="m16 18 6-6-6-6" />
8
+ <path d="m8 6-6 6 6 6" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="square-code" {...Astro.props}>
7
- <path d="M10 9.5 8 12l2 2.5" />
8
- <path d="m14 9.5 2 2.5-2 2.5" />
9
- <rect width="18" height="18" x="3" y="3" rx="2" />
7
+ <path d="m10 9-3 3 3 3" />
8
+ <path d="m14 15 3-3-3-3" />
9
+ <rect x="3" y="3" width="18" height="18" rx="2" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="corner-down-left" {...Astro.props}>
7
- <polyline points="9 10 4 15 9 20" />
8
7
  <path d="M20 4v7a4 4 0 0 1-4 4H4" />
8
+ <path d="m9 10-5 5 5 5" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="corner-down-right" {...Astro.props}>
7
- <polyline points="15 10 20 15 15 20" />
7
+ <path d="m15 10 5 5-5 5" />
8
8
  <path d="M4 4v7a4 4 0 0 0 4 4h12" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="corner-left-down" {...Astro.props}>
7
- <polyline points="14 15 9 20 4 15" />
7
+ <path d="m14 15-5 5-5-5" />
8
8
  <path d="M20 4h-7a4 4 0 0 0-4 4v12" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="corner-left-up" {...Astro.props}>
7
- <polyline points="14 9 9 4 4 9" />
7
+ <path d="M14 9 9 4 4 9" />
8
8
  <path d="M20 20h-7a4 4 0 0 1-4-4V4" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="corner-right-down" {...Astro.props}>
7
- <polyline points="10 15 15 20 20 15" />
7
+ <path d="m10 15 5 5 5-5" />
8
8
  <path d="M4 4h7a4 4 0 0 1 4 4v12" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="corner-right-up" {...Astro.props}>
7
- <polyline points="10 9 15 4 20 9" />
7
+ <path d="m10 9 5-5 5 5" />
8
8
  <path d="M4 20h7a4 4 0 0 0 4-4V4" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="corner-up-left" {...Astro.props}>
7
- <polyline points="9 14 4 9 9 4" />
8
7
  <path d="M20 20v-7a4 4 0 0 0-4-4H4" />
8
+ <path d="M9 14 4 9l5-5" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="corner-up-right" {...Astro.props}>
7
- <polyline points="15 14 20 9 15 4" />
7
+ <path d="m15 14 5-5-5-5" />
8
8
  <path d="M4 20v-7a4 4 0 0 1 4-4h12" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="download" {...Astro.props}>
7
+ <path d="M12 15V3" />
7
8
  <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
8
- <polyline points="7 10 12 15 17 10" />
9
- <line x1="12" x2="12" y1="15" y2="3" />
9
+ <path d="m7 10 5 5 5-5" />
10
10
  </Layout>
package/dist/Eraser.astro CHANGED
@@ -4,7 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="eraser" {...Astro.props}>
7
- <path d="m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21" />
8
- <path d="M22 21H7" />
9
- <path d="m5 11 9 9" />
7
+ <path d="M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21" />
8
+ <path d="m5.082 11.09 8.828 8.828" />
10
9
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="factory" {...Astro.props}>
7
- <path d="M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
8
- <path d="M17 18h1" />
9
- <path d="M12 18h1" />
10
- <path d="M7 18h1" />
7
+ <path d="M12 16h.01" />
8
+ <path d="M16 16h.01" />
9
+ <path d="M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z" />
10
+ <path d="M8 16h.01" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="file-badge" {...Astro.props}>
7
- <path d="M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
7
+ <path d="M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.072" />
8
8
  <path d="M14 2v4a2 2 0 0 0 2 2h4" />
9
- <path d="M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" />
10
- <path d="M7 16.5 8 22l-3-1-3 1 1-5.5" />
9
+ <path d="m6.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88" />
10
+ <circle cx="5" cy="14" r="3" />
11
11
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="forward" {...Astro.props}>
7
- <polyline points="15 17 20 12 15 7" />
7
+ <path d="m15 17 5-5-5-5" />
8
8
  <path d="M4 18v-2a4 4 0 0 1 4-4h12" />
9
9
  </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="grid-3x2" {...Astro.props}>
7
+ <path d="M15 3v18" />
8
+ <path d="M3 12h18" />
9
+ <path d="M9 3v18" />
10
+ <rect x="3" y="3" width="18" height="18" rx="2" />
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="id-card-lanyard" {...Astro.props}>
7
+ <path d="M13.5 8h-3" />
8
+ <path d="m15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3" />
9
+ <path d="M16.899 22A5 5 0 0 0 7.1 22" />
10
+ <path d="m9 2 3 6" />
11
+ <circle cx="12" cy="15" r="3" />
12
+ </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="iteration-ccw" {...Astro.props}>
7
- <path d="M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8" />
8
- <polyline points="16 14 20 18 16 22" />
7
+ <path d="m16 14 4 4-4 4" />
8
+ <path d="M20 10a8 8 0 1 0-8 8h8" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="iteration-cw" {...Astro.props}>
7
- <path d="M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4" />
8
- <polyline points="8 22 4 18 8 14" />
7
+ <path d="M4 10a8 8 0 1 1 8 8H4" />
8
+ <path d="m8 22-4-4 4-4" />
9
9
  </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="landmark" {...Astro.props}>
7
- <line x1="3" x2="21" y1="22" y2="22" />
8
- <line x1="6" x2="6" y1="18" y2="11" />
9
- <line x1="10" x2="10" y1="18" y2="11" />
10
- <line x1="14" x2="14" y1="18" y2="11" />
11
- <line x1="18" x2="18" y1="18" y2="11" />
12
- <polygon points="12 2 20 7 4 7" />
7
+ <path d="M10 18v-7" />
8
+ <path d="M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z" />
9
+ <path d="M14 18v-7" />
10
+ <path d="M18 18v-7" />
11
+ <path d="M3 22h18" />
12
+ <path d="M6 18v-7" />
13
13
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="list-collapse" {...Astro.props}>
7
- <path d="m3 10 2.5-2.5L3 5" />
8
- <path d="m3 19 2.5-2.5L3 14" />
9
- <path d="M10 6h11" />
10
7
  <path d="M10 12h11" />
11
8
  <path d="M10 18h11" />
9
+ <path d="M10 6h11" />
10
+ <path d="m3 10 3-3-3-3" />
11
+ <path d="m3 20 3-3-3-3" />
12
12
  </Layout>
package/dist/LogIn.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="log-in" {...Astro.props}>
7
+ <path d="m10 17 5-5-5-5" />
8
+ <path d="M15 12H3" />
7
9
  <path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" />
8
- <polyline points="10 17 15 12 10 7" />
9
- <line x1="15" x2="3" y1="12" y2="12" />
10
10
  </Layout>
package/dist/LogOut.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="log-out" {...Astro.props}>
7
+ <path d="m16 17 5-5-5-5" />
8
+ <path d="M21 12H9" />
7
9
  <path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
8
- <polyline points="16 17 21 12 16 7" />
9
- <line x1="21" x2="9" y1="12" y2="12" />
10
10
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="maximize-2" {...Astro.props}>
7
- <polyline points="15 3 21 3 21 9" />
8
- <polyline points="9 21 3 21 3 15" />
9
- <line x1="21" x2="14" y1="3" y2="10" />
10
- <line x1="3" x2="10" y1="21" y2="14" />
7
+ <path d="M15 3h6v6" />
8
+ <path d="m21 3-7 7" />
9
+ <path d="m3 21 7-7" />
10
+ <path d="M9 21H3v-6" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="minimize-2" {...Astro.props}>
7
- <polyline points="4 14 10 14 10 20" />
8
- <polyline points="20 10 14 10 14 4" />
9
- <line x1="14" x2="21" y1="10" y2="3" />
10
- <line x1="3" x2="10" y1="21" y2="14" />
7
+ <path d="m14 10 7-7" />
8
+ <path d="M20 10h-6V4" />
9
+ <path d="m3 21 7-7" />
10
+ <path d="M4 14h6v6" />
11
11
  </Layout>
@@ -4,6 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="paperclip" {...Astro.props}>
7
- <path d="M13.234 20.252 21 12.3" />
8
- <path d="m16 6-8.414 8.586a2 2 0 0 0 0 2.828 2 2 0 0 0 2.828 0l8.414-8.586a4 4 0 0 0 0-5.656 4 4 0 0 0-5.656 0l-8.415 8.585a6 6 0 1 0 8.486 8.486" />
7
+ <path d="m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551" />
9
8
  </Layout>
package/dist/Reply.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="reply" {...Astro.props}>
7
- <polyline points="9 17 4 12 9 7" />
8
7
  <path d="M20 18v-2a4 4 0 0 0-4-4H4" />
8
+ <path d="m9 17-5-5 5-5" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="reply-all" {...Astro.props}>
7
- <polyline points="7 17 2 12 7 7" />
8
- <polyline points="12 17 7 12 12 7" />
7
+ <path d="m12 17-5-5 5-5" />
9
8
  <path d="M22 18v-2a4 4 0 0 0-4-4H7" />
9
+ <path d="m7 17-5-5 5-5" />
10
10
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="satellite" {...Astro.props}>
7
- <path d="M13 7 9 3 5 7l4 4" />
8
- <path d="m17 11 4 4-4 4-4-4" />
9
- <path d="m8 12 4 4 6-6-4-4Z" />
10
- <path d="m16 8 3-3" />
7
+ <path d="m13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5" />
8
+ <path d="M16.5 7.5 19 5" />
9
+ <path d="m17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5" />
11
10
  <path d="M9 21a6 6 0 0 0-6-6" />
11
+ <path d="M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z" />
12
12
  </Layout>
@@ -4,11 +4,11 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="university" {...Astro.props}>
7
- <circle cx="12" cy="10" r="1" />
8
- <path d="M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2" />
9
- <path d="M6 17v.01" />
10
- <path d="M6 13v.01" />
11
- <path d="M18 17v.01" />
12
- <path d="M18 13v.01" />
13
- <path d="M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5" />
7
+ <path d="M14 21v-3a2 2 0 0 0-4 0v3" />
8
+ <path d="M18 12h.01" />
9
+ <path d="M18 16h.01" />
10
+ <path d="M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z" />
11
+ <path d="M6 12h.01" />
12
+ <path d="M6 16h.01" />
13
+ <circle cx="12" cy="10" r="2" />
14
14
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="separator-horizontal" {...Astro.props}>
7
- <line x1="3" x2="21" y1="12" y2="12" />
8
- <polyline points="8 8 12 4 16 8" />
9
- <polyline points="16 16 12 20 8 16" />
7
+ <path d="m16 16-4 4-4-4" />
8
+ <path d="M3 12h18" />
9
+ <path d="m8 8 4-4 4 4" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="separator-vertical" {...Astro.props}>
7
- <line x1="12" x2="12" y1="3" y2="21" />
8
- <polyline points="8 8 4 12 8 16" />
9
- <polyline points="16 16 20 12 16 8" />
7
+ <path d="M12 3v18" />
8
+ <path d="m16 16 4-4-4-4" />
9
+ <path d="m8 8-4 4 4 4" />
10
10
  </Layout>
package/dist/Share.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="share" {...Astro.props}>
7
+ <path d="M12 2v13" />
8
+ <path d="m16 6-4-4-4 4" />
7
9
  <path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" />
8
- <polyline points="16 6 12 2 8 6" />
9
- <line x1="12" x2="12" y1="2" y2="15" />
10
10
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="square-check-big" {...Astro.props}>
7
- <path d="M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5" />
7
+ <path d="M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344" />
8
8
  <path d="m9 11 3 3L22 4" />
9
9
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="square-code" {...Astro.props}>
7
- <path d="M10 9.5 8 12l2 2.5" />
8
- <path d="m14 9.5 2 2.5-2 2.5" />
9
- <rect width="18" height="18" x="3" y="3" rx="2" />
7
+ <path d="m10 9-3 3 3 3" />
8
+ <path d="m14 15 3-3-3-3" />
9
+ <rect x="3" y="3" width="18" height="18" rx="2" />
10
10
  </Layout>
@@ -0,0 +1,16 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="square-dashed-top-solid" {...Astro.props}>
7
+ <path d="M14 21h1" />
8
+ <path d="M21 14v1" />
9
+ <path d="M21 19a2 2 0 0 1-2 2" />
10
+ <path d="M21 9v1" />
11
+ <path d="M3 14v1" />
12
+ <path d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2" />
13
+ <path d="M3 9v1" />
14
+ <path d="M5 21a2 2 0 0 1-2-2" />
15
+ <path d="M9 21h1" />
16
+ </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="terminal" {...Astro.props}>
7
- <polyline points="4 17 10 11 4 5" />
8
- <line x1="12" x2="20" y1="19" y2="19" />
7
+ <path d="M12 19h8" />
8
+ <path d="m4 17 6-6-6-6" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="trending-down" {...Astro.props}>
7
- <polyline points="22 17 13.5 8.5 8.5 13.5 2 7" />
8
- <polyline points="16 17 22 17 22 11" />
7
+ <path d="M16 17h6v-6" />
8
+ <path d="m22 17-8.5-8.5-5 5L2 7" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="trending-up" {...Astro.props}>
7
- <polyline points="22 7 13.5 15.5 8.5 10.5 2 17" />
8
- <polyline points="16 7 22 7 22 13" />
7
+ <path d="M16 7h6v6" />
8
+ <path d="m22 7-8.5 8.5-5-5L2 17" />
9
9
  </Layout>
package/dist/Tv.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="tv" {...Astro.props}>
7
- <rect width="20" height="15" x="2" y="7" rx="2" ry="2" />
8
- <polyline points="17 2 12 7 7 2" />
7
+ <path d="m17 2-5 5-5-5" />
8
+ <rect width="20" height="15" x="2" y="7" rx="2" />
9
9
  </Layout>
package/dist/Type.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="type" {...Astro.props}>
7
- <polyline points="4 7 4 4 20 4 20 7" />
8
- <line x1="9" x2="15" y1="20" y2="20" />
9
- <line x1="12" x2="12" y1="4" y2="20" />
7
+ <path d="M12 4v16" />
8
+ <path d="M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" />
9
+ <path d="M9 20h6" />
10
10
  </Layout>
@@ -4,11 +4,11 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="university" {...Astro.props}>
7
- <circle cx="12" cy="10" r="1" />
8
- <path d="M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2" />
9
- <path d="M6 17v.01" />
10
- <path d="M6 13v.01" />
11
- <path d="M18 17v.01" />
12
- <path d="M18 13v.01" />
13
- <path d="M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5" />
7
+ <path d="M14 21v-3a2 2 0 0 0-4 0v3" />
8
+ <path d="M18 12h.01" />
9
+ <path d="M18 16h.01" />
10
+ <path d="M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z" />
11
+ <path d="M6 12h.01" />
12
+ <path d="M6 16h.01" />
13
+ <circle cx="12" cy="10" r="2" />
14
14
  </Layout>
package/dist/Upload.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="upload" {...Astro.props}>
7
+ <path d="M12 3v12" />
8
+ <path d="m17 8-5-5-5 5" />
7
9
  <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
8
- <polyline points="17 8 12 3 7 8" />
9
- <line x1="12" x2="12" y1="3" y2="15" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="user-check" {...Astro.props}>
7
+ <path d="m16 11 2 2 4-4" />
7
8
  <path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" />
8
9
  <circle cx="9" cy="7" r="4" />
9
- <polyline points="16 11 18 13 22 9" />
10
10
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="warehouse" {...Astro.props}>
7
- <path d="M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z" />
8
- <path d="M6 18h12" />
9
- <path d="M6 14h12" />
10
- <rect width="12" height="12" x="6" y="10" />
7
+ <path d="M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" />
8
+ <path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z" />
9
+ <path d="M6 13h12" />
10
+ <path d="M6 17h12" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="wrap-text" {...Astro.props}>
7
- <line x1="3" x2="21" y1="6" y2="6" />
7
+ <path d="m16 16-2 2 2 2" />
8
8
  <path d="M3 12h15a3 3 0 1 1 0 6h-4" />
9
- <polyline points="16 16 14 18 16 20" />
10
- <line x1="3" x2="10" y1="18" y2="18" />
9
+ <path d="M3 18h7" />
10
+ <path d="M3 6h18" />
11
11
  </Layout>
package/dist/index.d.ts CHANGED
@@ -431,6 +431,7 @@ export { default as CirclePause } from './CirclePause.astro'
431
431
  export { default as CirclePercent } from './CirclePercent.astro'
432
432
  export { default as CirclePlay } from './CirclePlay.astro'
433
433
  export { default as CirclePlus } from './CirclePlus.astro'
434
+ export { default as CirclePoundSterling } from './CirclePoundSterling.astro'
434
435
  export { default as CirclePower } from './CirclePower.astro'
435
436
  export { default as CircleSlash } from './CircleSlash.astro'
436
437
  export { default as CircleSlash2 } from './CircleSlash2.astro'
@@ -476,6 +477,7 @@ export { default as ClockFading } from './ClockFading.astro'
476
477
  export { default as ClockPlus } from './ClockPlus.astro'
477
478
  export { default as Cloud } from './Cloud.astro'
478
479
  export { default as CloudAlert } from './CloudAlert.astro'
480
+ export { default as CloudCheck } from './CloudCheck.astro'
479
481
  export { default as CloudCog } from './CloudCog.astro'
480
482
  export { default as CloudDownload } from './CloudDownload.astro'
481
483
  export { default as CloudDrizzle } from './CloudDrizzle.astro'
@@ -834,6 +836,7 @@ export { default as Grid2x2Check } from './Grid2x2Check.astro'
834
836
  export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
835
837
  export { default as Grid2x2X } from './Grid2x2X.astro'
836
838
  export { default as Grid3X3 } from './Grid3X3.astro'
839
+ export { default as Grid3x2 } from './Grid3x2.astro'
837
840
  export { default as Grid3x3 } from './Grid3x3.astro'
838
841
  export { default as Grip } from './Grip.astro'
839
842
  export { default as GripHorizontal } from './GripHorizontal.astro'
@@ -895,6 +898,7 @@ export { default as IceCream2 } from './IceCream2.astro'
895
898
  export { default as IceCreamBowl } from './IceCreamBowl.astro'
896
899
  export { default as IceCreamCone } from './IceCreamCone.astro'
897
900
  export { default as IdCard } from './IdCard.astro'
901
+ export { default as IdCardLanyard } from './IdCardLanyard.astro'
898
902
  export { default as Image } from './Image.astro'
899
903
  export { default as ImageDown } from './ImageDown.astro'
900
904
  export { default as ImageMinus } from './ImageMinus.astro'
@@ -1517,6 +1521,7 @@ export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
1517
1521
  export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
1518
1522
  export { default as SquareDashedKanban } from './SquareDashedKanban.astro'
1519
1523
  export { default as SquareDashedMousePointer } from './SquareDashedMousePointer.astro'
1524
+ export { default as SquareDashedTopSolid } from './SquareDashedTopSolid.astro'
1520
1525
  export { default as SquareDivide } from './SquareDivide.astro'
1521
1526
  export { default as SquareDot } from './SquareDot.astro'
1522
1527
  export { default as SquareEqual } from './SquareEqual.astro'
package/dist/index.js CHANGED
@@ -426,6 +426,7 @@ export { default as CirclePause } from './CirclePause.astro'
426
426
  export { default as CirclePercent } from './CirclePercent.astro'
427
427
  export { default as CirclePlay } from './CirclePlay.astro'
428
428
  export { default as CirclePlus } from './CirclePlus.astro'
429
+ export { default as CirclePoundSterling } from './CirclePoundSterling.astro'
429
430
  export { default as CirclePower } from './CirclePower.astro'
430
431
  export { default as CircleSlash } from './CircleSlash.astro'
431
432
  export { default as CircleSlash2 } from './CircleSlash2.astro'
@@ -471,6 +472,7 @@ export { default as ClockFading } from './ClockFading.astro'
471
472
  export { default as ClockPlus } from './ClockPlus.astro'
472
473
  export { default as Cloud } from './Cloud.astro'
473
474
  export { default as CloudAlert } from './CloudAlert.astro'
475
+ export { default as CloudCheck } from './CloudCheck.astro'
474
476
  export { default as CloudCog } from './CloudCog.astro'
475
477
  export { default as CloudDownload } from './CloudDownload.astro'
476
478
  export { default as CloudDrizzle } from './CloudDrizzle.astro'
@@ -829,6 +831,7 @@ export { default as Grid2x2Check } from './Grid2x2Check.astro'
829
831
  export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
830
832
  export { default as Grid2x2X } from './Grid2x2X.astro'
831
833
  export { default as Grid3X3 } from './Grid3X3.astro'
834
+ export { default as Grid3x2 } from './Grid3x2.astro'
832
835
  export { default as Grid3x3 } from './Grid3x3.astro'
833
836
  export { default as Grip } from './Grip.astro'
834
837
  export { default as GripHorizontal } from './GripHorizontal.astro'
@@ -890,6 +893,7 @@ export { default as IceCream2 } from './IceCream2.astro'
890
893
  export { default as IceCreamBowl } from './IceCreamBowl.astro'
891
894
  export { default as IceCreamCone } from './IceCreamCone.astro'
892
895
  export { default as IdCard } from './IdCard.astro'
896
+ export { default as IdCardLanyard } from './IdCardLanyard.astro'
893
897
  export { default as Image } from './Image.astro'
894
898
  export { default as ImageDown } from './ImageDown.astro'
895
899
  export { default as ImageMinus } from './ImageMinus.astro'
@@ -1512,6 +1516,7 @@ export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
1512
1516
  export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
1513
1517
  export { default as SquareDashedKanban } from './SquareDashedKanban.astro'
1514
1518
  export { default as SquareDashedMousePointer } from './SquareDashedMousePointer.astro'
1519
+ export { default as SquareDashedTopSolid } from './SquareDashedTopSolid.astro'
1515
1520
  export { default as SquareDivide } from './SquareDivide.astro'
1516
1521
  export { default as SquareDot } from './SquareDot.astro'
1517
1522
  export { default as SquareEqual } from './SquareEqual.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.510.0",
3
+ "version": "0.512.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.510.0",
37
+ "lucide-static": "0.512.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {