lucide-astro 0.370.0 → 0.372.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/DiamondMinus.astro +9 -0
- package/dist/DiamondPlus.astro +10 -0
- package/dist/Origami.astro +10 -0
- package/dist/Save.astro +3 -3
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
@@ -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
|
+
<path d="M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z" />
|
8
|
+
<path d="M8 12h8" />
|
9
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
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 8v8" />
|
8
|
+
<path d="M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z" />
|
9
|
+
<path d="M8 12h8" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
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 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025" />
|
8
|
+
<path d="m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009" />
|
9
|
+
<path d="m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027" />
|
10
|
+
</Layout>
|
package/dist/Save.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="
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" />
|
8
|
+
<path d="M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" />
|
9
|
+
<path d="M7 3v4a1 1 0 0 0 1 1h7" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -507,7 +507,9 @@ export { default as Delete } from './Delete.astro'
|
|
507
507
|
export { default as Dessert } from './Dessert.astro'
|
508
508
|
export { default as Diameter } from './Diameter.astro'
|
509
509
|
export { default as Diamond } from './Diamond.astro'
|
510
|
+
export { default as DiamondMinus } from './DiamondMinus.astro'
|
510
511
|
export { default as DiamondPercent } from './DiamondPercent.astro'
|
512
|
+
export { default as DiamondPlus } from './DiamondPlus.astro'
|
511
513
|
export { default as Dice1 } from './Dice1.astro'
|
512
514
|
export { default as Dice2 } from './Dice2.astro'
|
513
515
|
export { default as Dice3 } from './Dice3.astro'
|
@@ -1039,6 +1041,7 @@ export { default as OctagonPause } from './OctagonPause.astro'
|
|
1039
1041
|
export { default as OctagonX } from './OctagonX.astro'
|
1040
1042
|
export { default as Option } from './Option.astro'
|
1041
1043
|
export { default as Orbit } from './Orbit.astro'
|
1044
|
+
export { default as Origami } from './Origami.astro'
|
1042
1045
|
export { default as Outdent } from './Outdent.astro'
|
1043
1046
|
export { default as Package } from './Package.astro'
|
1044
1047
|
export { default as Package2 } from './Package2.astro'
|
package/dist/index.js
CHANGED
@@ -502,7 +502,9 @@ export { default as Delete } from './Delete.astro'
|
|
502
502
|
export { default as Dessert } from './Dessert.astro'
|
503
503
|
export { default as Diameter } from './Diameter.astro'
|
504
504
|
export { default as Diamond } from './Diamond.astro'
|
505
|
+
export { default as DiamondMinus } from './DiamondMinus.astro'
|
505
506
|
export { default as DiamondPercent } from './DiamondPercent.astro'
|
507
|
+
export { default as DiamondPlus } from './DiamondPlus.astro'
|
506
508
|
export { default as Dice1 } from './Dice1.astro'
|
507
509
|
export { default as Dice2 } from './Dice2.astro'
|
508
510
|
export { default as Dice3 } from './Dice3.astro'
|
@@ -1034,6 +1036,7 @@ export { default as OctagonPause } from './OctagonPause.astro'
|
|
1034
1036
|
export { default as OctagonX } from './OctagonX.astro'
|
1035
1037
|
export { default as Option } from './Option.astro'
|
1036
1038
|
export { default as Orbit } from './Orbit.astro'
|
1039
|
+
export { default as Origami } from './Origami.astro'
|
1037
1040
|
export { default as Outdent } from './Outdent.astro'
|
1038
1041
|
export { default as Package } from './Package.astro'
|
1039
1042
|
export { default as Package2 } from './Package2.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.372.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.372.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|