lucide-astro 0.523.0 → 0.524.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>
@@ -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>
@@ -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
@@ -1759,6 +1759,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
1759
1759
  export { default as UtilityPole } from './UtilityPole.astro'
1760
1760
  export { default as Variable } from './Variable.astro'
1761
1761
  export { default as Vault } from './Vault.astro'
1762
+ export { default as VectorSquare } from './VectorSquare.astro'
1762
1763
  export { default as Vegan } from './Vegan.astro'
1763
1764
  export { default as VenetianMask } from './VenetianMask.astro'
1764
1765
  export { default as Venus } from './Venus.astro'
package/dist/index.js CHANGED
@@ -1754,6 +1754,7 @@ export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
1754
1754
  export { default as UtilityPole } from './UtilityPole.astro'
1755
1755
  export { default as Variable } from './Variable.astro'
1756
1756
  export { default as Vault } from './Vault.astro'
1757
+ export { default as VectorSquare } from './VectorSquare.astro'
1757
1758
  export { default as Vegan } from './Vegan.astro'
1758
1759
  export { default as VenetianMask } from './VenetianMask.astro'
1759
1760
  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.524.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.524.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {