lucide-astro 0.417.0 → 0.419.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,14 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M12 2a10 10 0 0 1 7.38 16.75" />
8
+ <path d="m16 12-4-4-4 4" />
9
+ <path d="M12 16V8" />
10
+ <path d="M2.5 8.875a10 10 0 0 0-.5 3" />
11
+ <path d="M2.83 16a10 10 0 0 0 2.43 3.4" />
12
+ <path d="M4.636 5.235a10 10 0 0 1 .891-.857" />
13
+ <path d="M8.644 21.42a10 10 0 0 0 7.631-.38" />
14
+ </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="M16 10h2" />
8
+ <path d="M16 14h2" />
9
+ <path d="M6.17 15a3 3 0 0 1 5.66 0" />
10
+ <circle cx="9" cy="11" r="2" />
11
+ <rect x="2" y="5" width="20" height="14" rx="2" />
12
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -402,6 +402,7 @@ export { default as CircleDot } from './CircleDot.astro'
402
402
  export { default as CircleDotDashed } from './CircleDotDashed.astro'
403
403
  export { default as CircleEllipsis } from './CircleEllipsis.astro'
404
404
  export { default as CircleEqual } from './CircleEqual.astro'
405
+ export { default as CircleFadingArrowUp } from './CircleFadingArrowUp.astro'
405
406
  export { default as CircleFadingPlus } from './CircleFadingPlus.astro'
406
407
  export { default as CircleGauge } from './CircleGauge.astro'
407
408
  export { default as CircleHelp } from './CircleHelp.astro'
@@ -848,6 +849,7 @@ export { default as IceCream } from './IceCream.astro'
848
849
  export { default as IceCream2 } from './IceCream2.astro'
849
850
  export { default as IceCreamBowl } from './IceCreamBowl.astro'
850
851
  export { default as IceCreamCone } from './IceCreamCone.astro'
852
+ export { default as IdCard } from './IdCard.astro'
851
853
  export { default as Image } from './Image.astro'
852
854
  export { default as ImageDown } from './ImageDown.astro'
853
855
  export { default as ImageMinus } from './ImageMinus.astro'
package/dist/index.js CHANGED
@@ -397,6 +397,7 @@ export { default as CircleDot } from './CircleDot.astro'
397
397
  export { default as CircleDotDashed } from './CircleDotDashed.astro'
398
398
  export { default as CircleEllipsis } from './CircleEllipsis.astro'
399
399
  export { default as CircleEqual } from './CircleEqual.astro'
400
+ export { default as CircleFadingArrowUp } from './CircleFadingArrowUp.astro'
400
401
  export { default as CircleFadingPlus } from './CircleFadingPlus.astro'
401
402
  export { default as CircleGauge } from './CircleGauge.astro'
402
403
  export { default as CircleHelp } from './CircleHelp.astro'
@@ -843,6 +844,7 @@ export { default as IceCream } from './IceCream.astro'
843
844
  export { default as IceCream2 } from './IceCream2.astro'
844
845
  export { default as IceCreamBowl } from './IceCreamBowl.astro'
845
846
  export { default as IceCreamCone } from './IceCreamCone.astro'
847
+ export { default as IdCard } from './IdCard.astro'
846
848
  export { default as Image } from './Image.astro'
847
849
  export { default as ImageDown } from './ImageDown.astro'
848
850
  export { default as ImageMinus } from './ImageMinus.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.417.0",
3
+ "version": "0.419.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.417.0",
29
+ "lucide-static": "0.419.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {