lucide-astro 0.451.0 → 0.452.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AlignCenter.astro +3 -3
- package/dist/AlignJustify.astro +3 -3
- package/dist/AlignLeft.astro +3 -3
- package/dist/AlignRight.astro +3 -3
- package/dist/Indent.astro +4 -4
- package/dist/IndentDecrease.astro +4 -4
- package/dist/IndentIncrease.astro +4 -4
- package/dist/List.astro +6 -6
- package/dist/ListOrdered.astro +4 -4
- package/dist/Outdent.astro +4 -4
- package/package.json +2 -2
package/dist/AlignCenter.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="align-center" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M17 12H7" />
|
8
|
+
<path d="M19 18H5" />
|
9
|
+
<path d="M21 6H3" />
|
10
10
|
</Layout>
|
package/dist/AlignJustify.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="align-justify" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M3 12h18" />
|
8
|
+
<path d="M3 18h18" />
|
9
|
+
<path d="M3 6h18" />
|
10
10
|
</Layout>
|
package/dist/AlignLeft.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="align-left" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M15 12H3" />
|
8
|
+
<path d="M17 18H3" />
|
9
|
+
<path d="M21 6H3" />
|
10
10
|
</Layout>
|
package/dist/AlignRight.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="align-right" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M21 12H9" />
|
8
|
+
<path d="M21 18H7" />
|
9
|
+
<path d="M21 6H3" />
|
10
10
|
</Layout>
|
package/dist/Indent.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="indent-increase" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M21 12H11" />
|
8
|
+
<path d="M21 18H11" />
|
9
|
+
<path d="M21 6H11" />
|
10
|
+
<path d="m3 8 4 4-4 4" />
|
11
11
|
</Layout>
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="indent-decrease" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M21 12H11" />
|
8
|
+
<path d="M21 18H11" />
|
9
|
+
<path d="M21 6H11" />
|
10
|
+
<path d="m7 8-4 4 4 4" />
|
11
11
|
</Layout>
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="indent-increase" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M21 12H11" />
|
8
|
+
<path d="M21 18H11" />
|
9
|
+
<path d="M21 6H11" />
|
10
|
+
<path d="m3 8 4 4-4 4" />
|
11
11
|
</Layout>
|
package/dist/List.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="list" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<
|
7
|
+
<path d="M3 12h.01" />
|
8
|
+
<path d="M3 18h.01" />
|
9
|
+
<path d="M3 6h.01" />
|
10
|
+
<path d="M8 12h13" />
|
11
|
+
<path d="M8 18h13" />
|
12
|
+
<path d="M8 6h13" />
|
13
13
|
</Layout>
|
package/dist/ListOrdered.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="list-ordered" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<path d="M4 6h1v4" />
|
7
|
+
<path d="M10 12h11" />
|
8
|
+
<path d="M10 18h11" />
|
9
|
+
<path d="M10 6h11" />
|
11
10
|
<path d="M4 10h2" />
|
11
|
+
<path d="M4 6h1v4" />
|
12
12
|
<path d="M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" />
|
13
13
|
</Layout>
|
package/dist/Outdent.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="indent-decrease" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M21 12H11" />
|
8
|
+
<path d="M21 18H11" />
|
9
|
+
<path d="M21 6H11" />
|
10
|
+
<path d="m7 8-4 4 4 4" />
|
11
11
|
</Layout>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.452.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.452.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|