lucide-astro 0.299.0 → 0.301.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M3.5 13h6" />
8
+ <path d="m2 16 4.5-9 4.5 9" />
9
+ <path d="M18 7v9" />
10
+ <path d="m14 12 4 4 4-4" />
11
+ </Layout>
@@ -0,0 +1,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M3.5 13h6" />
8
+ <path d="m2 16 4.5-9 4.5 9" />
9
+ <path d="M18 16V7" />
10
+ <path d="m14 11 4-4 4 4" />
11
+ </Layout>
@@ -0,0 +1,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M21 14h-5" />
8
+ <path d="M16 16v-3.5a2.5 2.5 0 0 1 5 0V16" />
9
+ <path d="M4.5 13h6" />
10
+ <path d="m3 16 4.5-9 4.5 9" />
11
+ </Layout>
@@ -0,0 +1,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M2 12h20" />
8
+ <path d="M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8" />
9
+ <path d="m4 8 16-4" />
10
+ <path d="m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8" />
11
+ </Layout>
package/dist/Gavel.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="m14 13-7.5 7.5c-.83.83-2.17.83-3 0 0 0 0 0 0 0a2.12 2.12 0 0 1 0-3L11 10" />
7
+ <path d="m14.5 12.5-8 8a2.119 2.119 0 1 1-3-3l8-8" />
8
8
  <path d="m16 16 6-6" />
9
9
  <path d="m8 8 6-6" />
10
10
  <path d="m9 7 8 8" />
package/dist/index.d.ts CHANGED
@@ -3,6 +3,9 @@
3
3
  export interface Props extends astroHTML.JSX.SVGAttributes {
4
4
  size?: number
5
5
  }
6
+ export { default as AArrowDown } from './AArrowDown.astro'
7
+ export { default as AArrowUp } from './AArrowUp.astro'
8
+ export { default as ALargeSmall } from './ALargeSmall.astro'
6
9
  export { default as Accessibility } from './Accessibility.astro'
7
10
  export { default as ActivitySquare } from './ActivitySquare.astro'
8
11
  export { default as Activity } from './Activity.astro'
@@ -390,6 +393,7 @@ export { default as Contact } from './Contact.astro'
390
393
  export { default as Container } from './Container.astro'
391
394
  export { default as Contrast } from './Contrast.astro'
392
395
  export { default as Cookie } from './Cookie.astro'
396
+ export { default as CookingPot } from './CookingPot.astro'
393
397
  export { default as CopyCheck } from './CopyCheck.astro'
394
398
  export { default as CopyMinus } from './CopyMinus.astro'
395
399
  export { default as CopyPlus } from './CopyPlus.astro'
package/dist/index.js CHANGED
@@ -1,3 +1,6 @@
1
+ export { default as AArrowDown } from './AArrowDown.astro'
2
+ export { default as AArrowUp } from './AArrowUp.astro'
3
+ export { default as ALargeSmall } from './ALargeSmall.astro'
1
4
  export { default as Accessibility } from './Accessibility.astro'
2
5
  export { default as ActivitySquare } from './ActivitySquare.astro'
3
6
  export { default as Activity } from './Activity.astro'
@@ -385,6 +388,7 @@ export { default as Contact } from './Contact.astro'
385
388
  export { default as Container } from './Container.astro'
386
389
  export { default as Contrast } from './Contrast.astro'
387
390
  export { default as Cookie } from './Cookie.astro'
391
+ export { default as CookingPot } from './CookingPot.astro'
388
392
  export { default as CopyCheck } from './CopyCheck.astro'
389
393
  export { default as CopyMinus } from './CopyMinus.astro'
390
394
  export { default as CopyPlus } from './CopyPlus.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.299.0",
3
+ "version": "0.301.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.299.0",
29
+ "lucide-static": "0.301.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {