lucide-astro 0.291.0 → 0.292.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Check.astro CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <polyline points="20 6 9 17 4 12" />
7
+ <path d="M20 6 9 17l-5-5" />
8
8
  </Layout>
@@ -5,5 +5,5 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14" />
8
- <polyline points="22 4 12 14.01 9 11.01" />
8
+ <path d="m9 11 3 3L22 4" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" />
7
+ <circle cx="12" cy="12" r="10" />
8
8
  <path d="m9 12 2 2 4-4" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <polyline points="9 11 12 14 22 4" />
7
+ <path d="m9 11 3 3L22 4" />
8
8
  <path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11" />
9
9
  </Layout>
@@ -0,0 +1,9 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="m9 12 2 2 4-4" />
9
+ </Layout>
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M17.75 9.01c-.52 2.08-1.83 3.64-3.18 5.49l-2.6 3.54-2.97 4-3.5-2.54 3.85-4.97c-1.86-2.61-2.8-3.77-3.16-5.44" />
8
+ <path d="M17.75 9.01A7 7 0 0 0 6.2 9.1C6.06 8.5 6 7.82 6 7c0-3.5 2.83-5 5.98-5C15.24 2 18 3.5 18 7c0 .73-.09 1.4-.25 2.01Z" />
9
+ <path d="m9.35 14.53 2.64-3.31" />
10
+ <path d="m11.97 18.04 2.99 4 3.54-2.54-3.93-5" />
11
+ <path d="M14 8c0 1-1 2-2.01 3.22C11 10 10 9 10 8a2 2 0 1 1 4 0" />
12
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -277,6 +277,7 @@ export { default as Cat } from './Cat.astro'
277
277
  export { default as CheckCheck } from './CheckCheck.astro'
278
278
  export { default as CheckCircle2 } from './CheckCircle2.astro'
279
279
  export { default as CheckCircle } from './CheckCircle.astro'
280
+ export { default as CheckSquare2 } from './CheckSquare2.astro'
280
281
  export { default as CheckSquare } from './CheckSquare.astro'
281
282
  export { default as Check } from './Check.astro'
282
283
  export { default as ChefHat } from './ChefHat.astro'
@@ -998,6 +999,7 @@ export { default as Replace } from './Replace.astro'
998
999
  export { default as ReplyAll } from './ReplyAll.astro'
999
1000
  export { default as Reply } from './Reply.astro'
1000
1001
  export { default as Rewind } from './Rewind.astro'
1002
+ export { default as Ribbon } from './Ribbon.astro'
1001
1003
  export { default as Rocket } from './Rocket.astro'
1002
1004
  export { default as RockingChair } from './RockingChair.astro'
1003
1005
  export { default as RollerCoaster } from './RollerCoaster.astro'
package/dist/index.js CHANGED
@@ -272,6 +272,7 @@ export { default as Cat } from './Cat.astro'
272
272
  export { default as CheckCheck } from './CheckCheck.astro'
273
273
  export { default as CheckCircle2 } from './CheckCircle2.astro'
274
274
  export { default as CheckCircle } from './CheckCircle.astro'
275
+ export { default as CheckSquare2 } from './CheckSquare2.astro'
275
276
  export { default as CheckSquare } from './CheckSquare.astro'
276
277
  export { default as Check } from './Check.astro'
277
278
  export { default as ChefHat } from './ChefHat.astro'
@@ -993,6 +994,7 @@ export { default as Replace } from './Replace.astro'
993
994
  export { default as ReplyAll } from './ReplyAll.astro'
994
995
  export { default as Reply } from './Reply.astro'
995
996
  export { default as Rewind } from './Rewind.astro'
997
+ export { default as Ribbon } from './Ribbon.astro'
996
998
  export { default as Rocket } from './Rocket.astro'
997
999
  export { default as RockingChair } from './RockingChair.astro'
998
1000
  export { default as RollerCoaster } from './RollerCoaster.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.291.0",
3
+ "version": "0.292.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.291.0"
29
+ "lucide-static": "0.292.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"