lucide-astro 0.416.0 → 0.418.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BarChart4.astro +2 -2
- package/dist/ChartColumnIncreasing.astro +2 -2
- package/dist/IdCard.astro +12 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/BarChart4.astro
CHANGED
@@ -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
@@ -848,6 +848,7 @@ export { default as IceCream } from './IceCream.astro'
|
|
848
848
|
export { default as IceCream2 } from './IceCream2.astro'
|
849
849
|
export { default as IceCreamBowl } from './IceCreamBowl.astro'
|
850
850
|
export { default as IceCreamCone } from './IceCreamCone.astro'
|
851
|
+
export { default as IdCard } from './IdCard.astro'
|
851
852
|
export { default as Image } from './Image.astro'
|
852
853
|
export { default as ImageDown } from './ImageDown.astro'
|
853
854
|
export { default as ImageMinus } from './ImageMinus.astro'
|
package/dist/index.js
CHANGED
@@ -843,6 +843,7 @@ export { default as IceCream } from './IceCream.astro'
|
|
843
843
|
export { default as IceCream2 } from './IceCream2.astro'
|
844
844
|
export { default as IceCreamBowl } from './IceCreamBowl.astro'
|
845
845
|
export { default as IceCreamCone } from './IceCreamCone.astro'
|
846
|
+
export { default as IdCard } from './IdCard.astro'
|
846
847
|
export { default as Image } from './Image.astro'
|
847
848
|
export { default as ImageDown } from './ImageDown.astro'
|
848
849
|
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.
|
3
|
+
"version": "0.418.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.
|
29
|
+
"lucide-static": "0.418.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|