lucide-astro 0.438.0 → 0.439.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="combine" {...Astro.props}>
7
- <rect width="8" height="8" x="2" y="2" rx="2" />
8
- <path d="M14 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2" />
9
- <path d="M20 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2" />
10
- <path d="M10 18H5c-1.7 0-3-1.3-3-3v-1" />
11
- <polyline points="7 21 10 18 7 15" />
12
- <rect width="8" height="8" x="14" y="14" rx="2" />
7
+ <path d="M10 18H5a3 3 0 0 1-3-3v-1" />
8
+ <path d="M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
9
+ <path d="M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
10
+ <path d="m7 21 3-3-3-3" />
11
+ <rect x="14" y="14" width="8" height="8" rx="2" />
12
+ <rect x="2" y="2" width="8" height="8" rx="2" />
13
13
  </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/index.d.ts CHANGED
@@ -798,6 +798,7 @@ export { default as Grid } from './Grid.astro'
798
798
  export { default as Grid2X2 } from './Grid2X2.astro'
799
799
  export { default as Grid2x2 } from './Grid2x2.astro'
800
800
  export { default as Grid2x2Check } from './Grid2x2Check.astro'
801
+ export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
801
802
  export { default as Grid2x2X } from './Grid2x2X.astro'
802
803
  export { default as Grid3X3 } from './Grid3X3.astro'
803
804
  export { default as Grid3x3 } from './Grid3x3.astro'
package/dist/index.js CHANGED
@@ -793,6 +793,7 @@ export { default as Grid } from './Grid.astro'
793
793
  export { default as Grid2X2 } from './Grid2X2.astro'
794
794
  export { default as Grid2x2 } from './Grid2x2.astro'
795
795
  export { default as Grid2x2Check } from './Grid2x2Check.astro'
796
+ export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
796
797
  export { default as Grid2x2X } from './Grid2x2X.astro'
797
798
  export { default as Grid3X3 } from './Grid3X3.astro'
798
799
  export { default as Grid3x3 } from './Grid3x3.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.438.0",
3
+ "version": "0.439.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.438.0",
29
+ "lucide-static": "0.439.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {