lucide-astro 0.437.0 → 0.439.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BatteryWarning.astro +5 -5
- package/dist/Combine.astro +6 -6
- package/dist/Grid2x2Plus.astro +10 -0
- package/dist/OctagonMinus.astro +9 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="battery-warning" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
7
|
+
<path d="M10 17h.01" />
|
8
|
+
<path d="M10 7v6" />
|
9
|
+
<path d="M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2" />
|
10
|
+
<path d="M22 11v2" />
|
11
|
+
<path d="M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2" />
|
12
12
|
</Layout>
|
package/dist/Combine.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="combine" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="M14
|
9
|
-
<path d="M20
|
10
|
-
<path d="
|
11
|
-
<
|
12
|
-
<rect
|
7
|
+
<path d="M10 18H5a3 3 0 0 1-3-3v-1" />
|
8
|
+
<path d="M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
|
9
|
+
<path d="M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
|
10
|
+
<path d="m7 21 3-3-3-3" />
|
11
|
+
<rect x="14" y="14" width="8" height="8" rx="2" />
|
12
|
+
<rect x="2" y="2" width="8" height="8" rx="2" />
|
13
13
|
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="grid-2x2-plus" {...Astro.props}>
|
7
|
+
<path d="M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3" />
|
8
|
+
<path d="M16 19h6" />
|
9
|
+
<path d="M19 22v-6" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="octagon-minus" {...Astro.props}>
|
7
|
+
<path d="M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" />
|
8
|
+
<path d="M8 12h8" />
|
9
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -798,6 +798,7 @@ export { default as Grid } from './Grid.astro'
|
|
798
798
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
799
799
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
800
800
|
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
801
|
+
export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
|
801
802
|
export { default as Grid2x2X } from './Grid2x2X.astro'
|
802
803
|
export { default as Grid3X3 } from './Grid3X3.astro'
|
803
804
|
export { default as Grid3x3 } from './Grid3x3.astro'
|
@@ -1103,6 +1104,7 @@ export { default as Nut } from './Nut.astro'
|
|
1103
1104
|
export { default as NutOff } from './NutOff.astro'
|
1104
1105
|
export { default as Octagon } from './Octagon.astro'
|
1105
1106
|
export { default as OctagonAlert } from './OctagonAlert.astro'
|
1107
|
+
export { default as OctagonMinus } from './OctagonMinus.astro'
|
1106
1108
|
export { default as OctagonPause } from './OctagonPause.astro'
|
1107
1109
|
export { default as OctagonX } from './OctagonX.astro'
|
1108
1110
|
export { default as Omega } from './Omega.astro'
|
package/dist/index.js
CHANGED
@@ -793,6 +793,7 @@ export { default as Grid } from './Grid.astro'
|
|
793
793
|
export { default as Grid2X2 } from './Grid2X2.astro'
|
794
794
|
export { default as Grid2x2 } from './Grid2x2.astro'
|
795
795
|
export { default as Grid2x2Check } from './Grid2x2Check.astro'
|
796
|
+
export { default as Grid2x2Plus } from './Grid2x2Plus.astro'
|
796
797
|
export { default as Grid2x2X } from './Grid2x2X.astro'
|
797
798
|
export { default as Grid3X3 } from './Grid3X3.astro'
|
798
799
|
export { default as Grid3x3 } from './Grid3x3.astro'
|
@@ -1098,6 +1099,7 @@ export { default as Nut } from './Nut.astro'
|
|
1098
1099
|
export { default as NutOff } from './NutOff.astro'
|
1099
1100
|
export { default as Octagon } from './Octagon.astro'
|
1100
1101
|
export { default as OctagonAlert } from './OctagonAlert.astro'
|
1102
|
+
export { default as OctagonMinus } from './OctagonMinus.astro'
|
1101
1103
|
export { default as OctagonPause } from './OctagonPause.astro'
|
1102
1104
|
export { default as OctagonX } from './OctagonX.astro'
|
1103
1105
|
export { default as Omega } from './Omega.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.439.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.439.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|