lucide-astro 0.371.0 → 0.373.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Bold.astro +1 -2
- package/dist/CodeSquare.astro +2 -2
- package/dist/FileCode.astro +3 -3
- package/dist/MessageCircleCode.astro +3 -3
- package/dist/MessageSquareCode.astro +2 -2
- package/dist/Origami.astro +10 -0
- package/dist/Save.astro +3 -3
- package/dist/SaveAll.astro +3 -3
- package/dist/SearchCode.astro +3 -3
- package/dist/SquareCode.astro +2 -2
- package/dist/SquareDashedBottomCode.astro +3 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Bold.astro
CHANGED
package/dist/CodeSquare.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="M10 9.5 8 12l2 2.5" />
|
8
|
+
<path d="m14 9.5 2 2.5-2 2.5" />
|
7
9
|
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
-
<path d="m10 10-2 2 2 2" />
|
9
|
-
<path d="m14 14 2-2-2-2" />
|
10
10
|
</Layout>
|
package/dist/FileCode.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M10 12.5 8 15l2 2.5" />
|
8
|
+
<path d="m14 12.5 2 2.5-2 2.5" />
|
8
9
|
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
-
<path d="
|
10
|
-
<path d="m14 17 2-2-2-2" />
|
10
|
+
<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" />
|
11
11
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M10 9.5 8 12l2 2.5" />
|
8
|
+
<path d="m14 9.5 2 2.5-2 2.5" />
|
9
|
+
<path d="M7.9 20A9 9 0 1 0 4 16.1L2 22z" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M10 7.5 8 10l2 2.5" />
|
8
|
+
<path d="m14 7.5 2 2.5-2 2.5" />
|
7
9
|
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" />
|
8
|
-
<path d="m10 8-2 2 2 2" />
|
9
|
-
<path d="m14 8 2 2-2 2" />
|
10
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/SaveAll.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="M18 18v-7h-8v7" />
|
7
|
+
<path d="M10 2v3a1 1 0 0 0 1 1h5" />
|
8
|
+
<path d="M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6" />
|
10
9
|
<path d="M18 22H4a2 2 0 0 1-2-2V6" />
|
10
|
+
<path d="M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z" />
|
11
11
|
</Layout>
|
package/dist/SearchCode.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="m13 13 2-2-2-2" />
|
9
|
-
<circle cx="11" cy="11" r="8" />
|
7
|
+
<path d="m13 13.5 2-2.5-2-2.5" />
|
10
8
|
<path d="m21 21-4.3-4.3" />
|
9
|
+
<path d="M9 8.5 7 11l2 2.5" />
|
10
|
+
<circle cx="11" cy="11" r="8" />
|
11
11
|
</Layout>
|
package/dist/SquareCode.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="M10 9.5 8 12l2 2.5" />
|
8
|
+
<path d="m14 9.5 2 2.5-2 2.5" />
|
7
9
|
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
-
<path d="m10 10-2 2 2 2" />
|
9
|
-
<path d="m14 14 2-2-2-2" />
|
10
10
|
</Layout>
|
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M10 9.5 8 12l2 2.5" />
|
8
|
+
<path d="M14 21h1" />
|
9
|
+
<path d="m14 9.5 2 2.5-2 2.5" />
|
9
10
|
<path d="M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" />
|
10
11
|
<path d="M9 21h1" />
|
11
|
-
<path d="M14 21h1" />
|
12
12
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1041,6 +1041,7 @@ export { default as OctagonPause } from './OctagonPause.astro'
|
|
1041
1041
|
export { default as OctagonX } from './OctagonX.astro'
|
1042
1042
|
export { default as Option } from './Option.astro'
|
1043
1043
|
export { default as Orbit } from './Orbit.astro'
|
1044
|
+
export { default as Origami } from './Origami.astro'
|
1044
1045
|
export { default as Outdent } from './Outdent.astro'
|
1045
1046
|
export { default as Package } from './Package.astro'
|
1046
1047
|
export { default as Package2 } from './Package2.astro'
|
package/dist/index.js
CHANGED
@@ -1036,6 +1036,7 @@ export { default as OctagonPause } from './OctagonPause.astro'
|
|
1036
1036
|
export { default as OctagonX } from './OctagonX.astro'
|
1037
1037
|
export { default as Option } from './Option.astro'
|
1038
1038
|
export { default as Orbit } from './Orbit.astro'
|
1039
|
+
export { default as Origami } from './Origami.astro'
|
1039
1040
|
export { default as Outdent } from './Outdent.astro'
|
1040
1041
|
export { default as Package } from './Package.astro'
|
1041
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.373.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.373.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|