lucide-astro 0.454.0 → 0.456.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,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="file-music" {...Astro.props}>
7
+ <path d="M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4" />
8
+ <path d="M8 18v-7.7L16 9v7" />
7
9
  <circle cx="14" cy="16" r="2" />
8
10
  <circle cx="6" cy="18" r="2" />
9
- <path d="M4 12.4V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-7.5" />
10
- <path d="M8 18v-7.7L16 9v7" />
11
11
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="glass-water" {...Astro.props}>
7
- <path d="M15.2 22H8.8a2 2 0 0 1-2-1.79L5 3h14l-1.81 17.21A2 2 0 0 1 15.2 22Z" />
7
+ <path d="M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z" />
8
8
  <path d="M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0" />
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="grid-2x2-plus" {...Astro.props}>
7
+ <path d="M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3" />
8
+ <path d="M16 19h6" />
9
+ <path d="M19 22v-6" />
10
+ </Layout>
package/dist/Slice.astro CHANGED
@@ -4,6 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="slice" {...Astro.props}>
7
- <path d="m8 14-6 6h9v-3" />
8
- <path d="M18.37 3.63 8 14l3 3L21.37 6.63a2.12 2.12 0 1 0-3-3Z" />
7
+ <path d="M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14" />
9
8
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="undo-dot" {...Astro.props}>
7
- <circle cx="12" cy="17" r="1" />
7
+ <path d="M21 17a9 9 0 0 0-15-6.7L3 13" />
8
8
  <path d="M3 7v6h6" />
9
- <path d="M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" />
9
+ <circle cx="12" cy="17" r="1" />
10
10
  </Layout>
package/dist/Wind.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="wind" {...Astro.props}>
7
- <path d="M17.7 7.7a2.5 2.5 0 1 1 1.8 4.3H2" />
8
- <path d="M9.6 4.6A2 2 0 1 1 11 8H2" />
9
- <path d="M12.6 19.4A2 2 0 1 0 14 16H2" />
7
+ <path d="M12.8 19.6A2 2 0 1 0 14 16H2" />
8
+ <path d="M17.5 8a2.5 2.5 0 1 1 2 4H2" />
9
+ <path d="M9.8 4.4A2 2 0 1 1 11 8H2" />
10
10
  </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="wind-arrow-down" {...Astro.props}>
7
+ <path d="M10 2v8" />
8
+ <path d="M12.8 21.6A2 2 0 1 0 14 18H2" />
9
+ <path d="M17.5 10a2.5 2.5 0 1 1 2 4H2" />
10
+ <path d="m6 6 4 4 4-4" />
11
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -801,6 +801,7 @@ export { default as GraduationCap } from './GraduationCap.astro'
801
801
  export { default as Grape } from './Grape.astro'
802
802
  export { default as Grid } from './Grid.astro'
803
803
  export { default as Grid2X2 } from './Grid2X2.astro'
804
+ export { default as Grid2X2Plus } from './Grid2X2Plus.astro'
804
805
  export { default as Grid2x2 } from './Grid2x2.astro'
805
806
  export { default as Grid2x2Check } from './Grid2x2Check.astro'
806
807
  export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
@@ -1719,6 +1720,7 @@ export { default as WifiLow } from './WifiLow.astro'
1719
1720
  export { default as WifiOff } from './WifiOff.astro'
1720
1721
  export { default as WifiZero } from './WifiZero.astro'
1721
1722
  export { default as Wind } from './Wind.astro'
1723
+ export { default as WindArrowDown } from './WindArrowDown.astro'
1722
1724
  export { default as Wine } from './Wine.astro'
1723
1725
  export { default as WineOff } from './WineOff.astro'
1724
1726
  export { default as Workflow } from './Workflow.astro'
package/dist/index.js CHANGED
@@ -796,6 +796,7 @@ export { default as GraduationCap } from './GraduationCap.astro'
796
796
  export { default as Grape } from './Grape.astro'
797
797
  export { default as Grid } from './Grid.astro'
798
798
  export { default as Grid2X2 } from './Grid2X2.astro'
799
+ export { default as Grid2X2Plus } from './Grid2X2Plus.astro'
799
800
  export { default as Grid2x2 } from './Grid2x2.astro'
800
801
  export { default as Grid2x2Check } from './Grid2x2Check.astro'
801
802
  export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
@@ -1714,6 +1715,7 @@ export { default as WifiLow } from './WifiLow.astro'
1714
1715
  export { default as WifiOff } from './WifiOff.astro'
1715
1716
  export { default as WifiZero } from './WifiZero.astro'
1716
1717
  export { default as Wind } from './Wind.astro'
1718
+ export { default as WindArrowDown } from './WindArrowDown.astro'
1717
1719
  export { default as Wine } from './Wine.astro'
1718
1720
  export { default as WineOff } from './WineOff.astro'
1719
1721
  export { default as Workflow } from './Workflow.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.454.0",
3
+ "version": "0.456.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",
@@ -26,7 +26,7 @@
26
26
  "author": "Aviortheking",
27
27
  "license": "MIT",
28
28
  "devDependencies": {
29
- "lucide-static": "0.454.0",
29
+ "lucide-static": "0.456.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {