lucide-astro 0.482.0 → 0.483.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.
package/dist/Filter.astro CHANGED
@@ -3,6 +3,6 @@ import Layout from './.Layout.astro'
3
3
  export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
- <Layout iconName="filter" {...Astro.props}>
7
- <polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" />
6
+ <Layout iconName="funnel" {...Astro.props}>
7
+ <path d="M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" />
8
8
  </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="filter-x" {...Astro.props}>
7
- <path d="M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055" />
8
- <path d="m22 3-5 5" />
9
- <path d="m17 3 5 5" />
6
+ <Layout iconName="funnel-x" {...Astro.props}>
7
+ <path d="M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473" />
8
+ <path d="m16.5 3.5 5 5" />
9
+ <path d="m21.5 3.5-5 5" />
10
10
  </Layout>
@@ -0,0 +1,8 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="funnel" {...Astro.props}>
7
+ <path d="M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" />
8
+ </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="funnel-plus" {...Astro.props}>
7
+ <path d="M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348" />
8
+ <path d="M16 6h6" />
9
+ <path d="M19 3v6" />
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="funnel-x" {...Astro.props}>
7
+ <path d="M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473" />
8
+ <path d="m16.5 3.5 5 5" />
9
+ <path d="m21.5 3.5-5 5" />
10
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -764,6 +764,9 @@ export { default as Frown } from './Frown.astro'
764
764
  export { default as Fuel } from './Fuel.astro'
765
765
  export { default as Fullscreen } from './Fullscreen.astro'
766
766
  export { default as FunctionSquare } from './FunctionSquare.astro'
767
+ export { default as Funnel } from './Funnel.astro'
768
+ export { default as FunnelPlus } from './FunnelPlus.astro'
769
+ export { default as FunnelX } from './FunnelX.astro'
767
770
  export { default as GalleryHorizontal } from './GalleryHorizontal.astro'
768
771
  export { default as GalleryHorizontalEnd } from './GalleryHorizontalEnd.astro'
769
772
  export { default as GalleryThumbnails } from './GalleryThumbnails.astro'
package/dist/index.js CHANGED
@@ -759,6 +759,9 @@ export { default as Frown } from './Frown.astro'
759
759
  export { default as Fuel } from './Fuel.astro'
760
760
  export { default as Fullscreen } from './Fullscreen.astro'
761
761
  export { default as FunctionSquare } from './FunctionSquare.astro'
762
+ export { default as Funnel } from './Funnel.astro'
763
+ export { default as FunnelPlus } from './FunnelPlus.astro'
764
+ export { default as FunnelX } from './FunnelX.astro'
762
765
  export { default as GalleryHorizontal } from './GalleryHorizontal.astro'
763
766
  export { default as GalleryHorizontalEnd } from './GalleryHorizontalEnd.astro'
764
767
  export { default as GalleryThumbnails } from './GalleryThumbnails.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.482.0",
3
+ "version": "0.483.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.482.0",
37
+ "lucide-static": "0.483.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {