lucide-astro 0.523.0 → 0.525.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.
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="calendar-clock" {...Astro.props}>
7
- <path d="M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5" />
7
+ <path d="M16 14v2.2l1.6 1" />
8
8
  <path d="M16 2v4" />
9
- <path d="M8 2v4" />
9
+ <path d="M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5" />
10
10
  <path d="M3 10h5" />
11
- <path d="M17.5 17.5 16 16.3V14" />
11
+ <path d="M8 2v4" />
12
12
  <circle cx="16" cy="16" r="6" />
13
13
  </Layout>
package/dist/Clock.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock" {...Astro.props}>
7
+ <path d="M12 6v6l4 2" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 16 14" />
9
9
  </Layout>
package/dist/Clock1.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-1" {...Astro.props}>
7
+ <path d="M12 6v6l2-4" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 14.5 8" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-10" {...Astro.props}>
7
+ <path d="M12 6v6l-4-2" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 8 10" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-11" {...Astro.props}>
7
+ <path d="M12 6v6l-2-4" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 9.5 8" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-12" {...Astro.props}>
7
+ <path d="M12 6v6" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12" />
9
9
  </Layout>
package/dist/Clock2.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-2" {...Astro.props}>
7
+ <path d="M12 6v6l4-2" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 16 10" />
9
9
  </Layout>
package/dist/Clock3.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-3" {...Astro.props}>
7
+ <path d="M12 6v6h4" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 16.5 12" />
9
9
  </Layout>
package/dist/Clock4.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-4" {...Astro.props}>
7
+ <path d="M12 6v6l4 2" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 16 14" />
9
9
  </Layout>
package/dist/Clock5.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-5" {...Astro.props}>
7
+ <path d="M12 6v6l2 4" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 14.5 16" />
9
9
  </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
+ <path d="M12 6v10" />
8
8
  <circle cx="12" cy="12" r="10" />
9
9
  </Layout>
package/dist/Clock7.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-7" {...Astro.props}>
7
+ <path d="M12 6v6l-2 4" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 9.5 16" />
9
9
  </Layout>
package/dist/Clock8.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-8" {...Astro.props}>
7
+ <path d="M12 6v6l-4 2" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 8 14" />
9
9
  </Layout>
package/dist/Clock9.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-9" {...Astro.props}>
7
+ <path d="M12 6v6H8" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polyline points="12 6 12 12 7.5 12" />
9
9
  </Layout>
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout iconName="clock-alert" {...Astro.props}>
7
7
  <path d="M12 6v6l4 2" />
8
- <path d="M16 21.16a10 10 0 1 1 5-13.516" />
9
- <path d="M20 11.5v6" />
10
- <path d="M20 21.5h.01" />
8
+ <path d="M20 12v5" />
9
+ <path d="M20 21h.01" />
10
+ <path d="M21.25 8.2A10 10 0 1 0 16 21.16" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-arrow-down" {...Astro.props}>
7
- <path d="M12.338 21.994A10 10 0 1 1 21.925 13.227" />
8
7
  <path d="M12 6v6l2 1" />
8
+ <path d="M12.337 21.994a10 10 0 1 1 9.588-8.767" />
9
9
  <path d="m14 18 4 4 4-4" />
10
10
  <path d="M18 14v8" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="clock-arrow-up" {...Astro.props}>
7
- <path d="M13.228 21.925A10 10 0 1 1 21.994 12.338" />
8
- <path d="M12 6v6l1.562.781" />
7
+ <path d="M12 6v6l1.56.78" />
8
+ <path d="M13.227 21.925a10 10 0 1 1 8.767-9.588" />
9
9
  <path d="m14 18 4-4 4 4" />
10
10
  <path d="M18 22v-8" />
11
11
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="dessert" {...Astro.props}>
7
+ <path d="M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826" />
8
+ <path d="M20.804 14.869a9 9 0 0 1-17.608 0" />
7
9
  <circle cx="12" cy="4" r="2" />
8
- <path d="M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8" />
9
- <path d="M3.2 14.8a9 9 0 0 0 17.6 0" />
10
10
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="file-clock" {...Astro.props}>
7
- <path d="M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
8
7
  <path d="M14 2v4a2 2 0 0 0 2 2h4" />
8
+ <path d="M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
9
+ <path d="M8 14v2.2l1.6 1" />
9
10
  <circle cx="8" cy="16" r="6" />
10
- <path d="M9.5 17.5 8 16.25V14" />
11
11
  </Layout>
package/dist/Flag.astro CHANGED
@@ -4,6 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="flag" {...Astro.props}>
7
- <path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z" />
8
- <line x1="4" x2="4" y1="22" y2="15" />
7
+ <path d="M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" />
9
8
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="flag-off" {...Astro.props}>
7
- <path d="M8 2c3 0 5 2 8 2s4-1 4-1v11" />
7
+ <path d="M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" />
8
+ <path d="m2 2 20 20" />
8
9
  <path d="M4 22V4" />
9
- <path d="M4 15s1-1 4-1 5 2 8 2" />
10
- <line x1="2" x2="22" y1="2" y2="22" />
10
+ <path d="M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347" />
11
11
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="folder-clock" {...Astro.props}>
7
- <circle cx="16" cy="16" r="6" />
7
+ <path d="M16 14v2.2l1.6 1" />
8
8
  <path d="M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2" />
9
- <path d="M16 14v2l1 1" />
9
+ <circle cx="16" cy="16" r="6" />
10
10
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="ligature" {...Astro.props}>
7
- <path d="M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2" />
8
- <path d="M6 12h4" />
9
7
  <path d="M14 12h2v8" />
10
- <path d="M6 20h4" />
11
8
  <path d="M14 20h4" />
9
+ <path d="M6 12h4" />
10
+ <path d="M6 20h4" />
11
+ <path d="M8 20V8a4 4 0 0 1 7.464-2" />
12
12
  </Layout>
@@ -4,6 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="megaphone" {...Astro.props}>
7
- <path d="m3 11 18-5v12L3 14v-3z" />
8
- <path d="M11.6 16.8a3 3 0 1 1-5.8-1.6" />
7
+ <path d="M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" />
8
+ <path d="M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" />
9
+ <path d="M8 6v8" />
9
10
  </Layout>
@@ -4,8 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="megaphone-off" {...Astro.props}>
7
- <path d="M9.26 9.26 3 11v3l14.14 3.14" />
8
- <path d="M21 15.34V6l-7.31 2.03" />
9
- <path d="M11.6 16.8a3 3 0 1 1-5.8-1.6" />
10
- <line x1="2" x2="22" y1="2" y2="22" />
7
+ <path d="M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344" />
8
+ <path d="M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1" />
9
+ <path d="m2 2 20 20" />
10
+ <path d="M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" />
11
+ <path d="M8 8v6" />
11
12
  </Layout>
package/dist/Shrub.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="shrub" {...Astro.props}>
7
- <path d="M12 22v-7l-2-2" />
8
- <path d="M17 8v.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0Z" />
9
- <path d="m14 14-2 2" />
7
+ <path d="M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5" />
8
+ <path d="M14.5 14.5 12 17" />
9
+ <path d="M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z" />
10
10
  </Layout>
@@ -4,13 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="sun-moon" {...Astro.props}>
7
- <path d="M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4" />
8
7
  <path d="M12 2v2" />
9
- <path d="M12 20v2" />
10
- <path d="m4.9 4.9 1.4 1.4" />
11
- <path d="m17.7 17.7 1.4 1.4" />
12
- <path d="M2 12h2" />
8
+ <path d="M13 8.129A4 4 0 0 1 15.873 11" />
9
+ <path d="m19 5-1.256 1.256" />
13
10
  <path d="M20 12h2" />
14
- <path d="m6.3 17.7-1.4 1.4" />
15
- <path d="m19.1 4.9-1.4 1.4" />
11
+ <path d="M9 8a5 5 0 1 0 7 7 7 7 0 1 1-7-7" />
16
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="tool-case" {...Astro.props}>
7
+ <path d="M10 15h4" />
8
+ <path d="m14.817 10.995-.971-1.45 1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27" />
9
+ <path d="m18.822 10.995 2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122" />
10
+ <path d="M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z" />
11
+ </Layout>
@@ -0,0 +1,15 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="vector-square" {...Astro.props}>
7
+ <path d="M19.5 7a24 24 0 0 1 0 10" />
8
+ <path d="M4.5 7a24 24 0 0 0 0 10" />
9
+ <path d="M7 19.5a24 24 0 0 0 10 0" />
10
+ <path d="M7 4.5a24 24 0 0 1 10 0" />
11
+ <rect x="17" y="17" width="5" height="5" rx="1" />
12
+ <rect x="17" y="2" width="5" height="5" rx="1" />
13
+ <rect x="2" y="17" width="5" height="5" rx="1" />
14
+ <rect x="2" y="2" width="5" height="5" rx="1" />
15
+ </Layout>
package/dist/Watch.astro CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="watch" {...Astro.props}>
7
- <circle cx="12" cy="12" r="6" />
8
- <polyline points="12 10 12 12 13 13" />
7
+ <path d="M12 10v2.2l1.6 1" />
9
8
  <path d="m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05" />
10
9
  <path d="m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05" />
10
+ <circle cx="12" cy="12" r="6" />
11
11
  </Layout>
package/dist/index.d.ts CHANGED
@@ -1666,6 +1666,7 @@ export { default as TimerReset } from './TimerReset.astro'
1666
1666
  export { default as ToggleLeft } from './ToggleLeft.astro'
1667
1667
  export { default as ToggleRight } from './ToggleRight.astro'
1668
1668
  export { default as Toilet } from './Toilet.astro'
1669
+ export { default as ToolCase } from './ToolCase.astro'
1669
1670
  export { default as Tornado } from './Tornado.astro'
1670
1671
  export { default as Torus } from './Torus.astro'
1671
1672
  export { default as Touchpad } from './Touchpad.astro'
@@ -1759,6 +1760,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
1759
1760
  export { default as UtilityPole } from './UtilityPole.astro'
1760
1761
  export { default as Variable } from './Variable.astro'
1761
1762
  export { default as Vault } from './Vault.astro'
1763
+ export { default as VectorSquare } from './VectorSquare.astro'
1762
1764
  export { default as Vegan } from './Vegan.astro'
1763
1765
  export { default as VenetianMask } from './VenetianMask.astro'
1764
1766
  export { default as Venus } from './Venus.astro'
package/dist/index.js CHANGED
@@ -1661,6 +1661,7 @@ export { default as TimerReset } from './TimerReset.astro'
1661
1661
  export { default as ToggleLeft } from './ToggleLeft.astro'
1662
1662
  export { default as ToggleRight } from './ToggleRight.astro'
1663
1663
  export { default as Toilet } from './Toilet.astro'
1664
+ export { default as ToolCase } from './ToolCase.astro'
1664
1665
  export { default as Tornado } from './Tornado.astro'
1665
1666
  export { default as Torus } from './Torus.astro'
1666
1667
  export { default as Touchpad } from './Touchpad.astro'
@@ -1754,6 +1755,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
1754
1755
  export { default as UtilityPole } from './UtilityPole.astro'
1755
1756
  export { default as Variable } from './Variable.astro'
1756
1757
  export { default as Vault } from './Vault.astro'
1758
+ export { default as VectorSquare } from './VectorSquare.astro'
1757
1759
  export { default as Vegan } from './Vegan.astro'
1758
1760
  export { default as VenetianMask } from './VenetianMask.astro'
1759
1761
  export { default as Venus } from './Venus.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.523.0",
3
+ "version": "0.525.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.523.0",
37
+ "lucide-static": "0.525.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {